Trace number 1524264

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
CircUs 2009-03-23? (TO) 1200.09 1200.51

General information on the benchmark

NameRANDOM/MEDIUM/5SAT/UNKNOWN/110/
unif-k5-r21.3-v110-c2343-S257485978-084.cnf
MD5SUM78177f2db9eebc5964f62181ca200222
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables110
Number of clauses2343
Sum of the clauses size11715
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 52343
Number of clauses of size over 50

Solver Data

0.00/0.00	c CirCUs release 2.0 (compiled 25-Mar-09 at 4:46 PM)
0.00/0.00	c Eliminate time :          0 

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver version 3.2.9 (svn:489) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1524264-1238412512/watcher-1524264-1238412512 -o /tmp/evaluation-result-1524264-1238412512/solver-1524264-1238412512 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/CirCUs HOME/instance-1524264-1238412512.cnf -t 1200 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.91 0.95 0.98 2/64 8436
/proc/meminfo: memFree=1420688/2055920 swapFree=4176728/4192956
[pid=8436] ppid=8434 vsize=1312 CPUtime=0
/proc/8436/stat : 8436 (CirCUs) R 8434 8436 8337 0 -1 4194304 154 0 0 0 0 0 0 0 18 0 1 120000 1113917473 1343488 139 1992294400 134512640 135224549 4294956224 18446744073709551615 134632558 0 0 4096 8192 0 0 0 17 1 0 0
/proc/8436/statm: 328 140 70 173 0 153 0

[startup+0.0545599 s]
/proc/loadavg: 0.91 0.95 0.98 2/64 8436
/proc/meminfo: memFree=1420688/2055920 swapFree=4176728/4192956
[pid=8436] ppid=8434 vsize=1572 CPUtime=0.05
/proc/8436/stat : 8436 (CirCUs) R 8434 8436 8337 0 -1 4194304 229 0 0 0 5 0 0 0 18 0 1 120000 1113917473 1609728 213 1992294400 134512640 135224549 4294956224 18446744073709551615 134632529 0 0 4096 8192 0 0 0 17 1 0 0
/proc/8436/statm: 393 214 89 173 0 218 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 1572

[startup+0.101568 s]
/proc/loadavg: 0.91 0.95 0.98 2/64 8436
/proc/meminfo: memFree=1420688/2055920 swapFree=4176728/4192956
[pid=8436] ppid=8434 vsize=1704 CPUtime=0.09
/proc/8436/stat : 8436 (CirCUs) R 8434 8436 8337 0 -1 4194304 245 0 0 0 9 0 0 0 18 0 1 120000 1113917473 1744896 229 1992294400 134512640 135224549 4294956224 18446744073709551615 134595324 0 0 4096 8192 0 0 0 17 1 0 0
/proc/8436/statm: 426 229 89 173 0 251 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1704

[startup+0.301609 s]
/proc/loadavg: 0.91 0.95 0.98 2/64 8436
/proc/meminfo: memFree=1420688/2055920 swapFree=4176728/4192956
[pid=8436] ppid=8434 vsize=1836 CPUtime=0.29
/proc/8436/stat : 8436 (CirCUs) R 8434 8436 8337 0 -1 4194304 295 0 0 0 29 0 0 0 19 0 1 120000 1113917473 1880064 279 1992294400 134512640 135224549 4294956224 18446744073709551615 134595325 0 0 4096 8192 0 0 0 17 1 0 0
/proc/8436/statm: 459 279 89 173 0 284 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1836

[startup+0.701686 s]
/proc/loadavg: 0.91 0.95 0.98 2/64 8436
/proc/meminfo: memFree=1420688/2055920 swapFree=4176728/4192956
[pid=8436] ppid=8434 vsize=2100 CPUtime=0.69
/proc/8436/stat : 8436 (CirCUs) R 8434 8436 8337 0 -1 4194304 358 0 0 0 69 0 0 0 23 0 1 120000 1113917473 2150400 342 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/8436/statm: 525 342 89 173 0 350 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 2100

[startup+1.50184 s]
/proc/loadavg: 0.91 0.95 0.98 2/65 8437
/proc/meminfo: memFree=1419464/2055920 swapFree=4176728/4192956
[pid=8436] ppid=8434 vsize=2632 CPUtime=1.49
/proc/8436/stat : 8436 (CirCUs) R 8434 8436 8337 0 -1 4194304 477 0 0 0 149 0 0 0 25 0 1 120000 1113917473 2695168 461 1992294400 134512640 135224549 4294956224 18446744073709551615 134595352 0 0 4096 8192 0 0 0 17 1 0 0
/proc/8436/statm: 658 461 89 173 0 483 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 2632

[startup+3.10116 s]
/proc/loadavg: 0.91 0.95 0.98 2/65 8437
/proc/meminfo: memFree=1418760/2055920 swapFree=4176728/4192956
[pid=8436] ppid=8434 vsize=3340 CPUtime=3.09
/proc/8436/stat : 8436 (CirCUs) R 8434 8436 8337 0 -1 4194304 661 0 0 0 309 0 0 0 25 0 1 120000 1113917473 3420160 645 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/8436/statm: 835 645 89 173 0 660 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 3340

[startup+6.30179 s]
/proc/loadavg: 0.92 0.95 0.98 2/65 8437
/proc/meminfo: memFree=1417672/2055920 swapFree=4176728/4192956
[pid=8436] ppid=8434 vsize=4144 CPUtime=6.29
/proc/8436/stat : 8436 (CirCUs) R 8434 8436 8337 0 -1 4194304 877 0 0 0 629 0 0 0 25 0 1 120000 1113917473 4243456 861 1992294400 134512640 135224549 4294956224 18446744073709551615 134595334 0 0 4096 8192 0 0 0 17 1 0 0
/proc/8436/statm: 1036 861 89 173 0 861 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 4144

[startup+12.701 s]
/proc/loadavg: 0.93 0.95 0.98 2/65 8437
/proc/meminfo: memFree=1416392/2055920 swapFree=4176728/4192956
[pid=8436] ppid=8434 vsize=5356 CPUtime=12.68
/proc/8436/stat : 8436 (CirCUs) R 8434 8436 8337 0 -1 4194304 1157 0 0 0 1268 0 0 0 25 0 1 120000 1113917473 5484544 1141 1992294400 134512640 135224549 4294956224 18446744073709551615 134595745 0 0 4096 8192 0 0 0 17 1 0 0
/proc/8436/statm: 1339 1141 89 173 0 1164 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 5356

[startup+25.5016 s]
/proc/loadavg: 1.02 0.97 0.99 2/65 8437
/proc/meminfo: memFree=1414856/2055920 swapFree=4176728/4192956
[pid=8436] ppid=8434 vsize=6680 CPUtime=25.48
/proc/8436/stat : 8436 (CirCUs) R 8434 8436 8337 0 -1 4194304 1486 0 0 0 2547 1 0 0 25 0 1 120000 1113917473 6840320 1470 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/8436/statm: 1670 1470 89 173 0 1495 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 6680

[startup+51.1016 s]
/proc/loadavg: 1.01 0.97 0.99 2/65 8437
/proc/meminfo: memFree=1413320/2055920 swapFree=4176728/4192956
[pid=8436] ppid=8434 vsize=8408 CPUtime=51.07
/proc/8436/stat : 8436 (CirCUs) R 8434 8436 8337 0 -1 4194304 1920 0 0 0 5106 1 0 0 25 0 1 120000 1113917473 8609792 1871 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/8436/statm: 2102 1871 89 173 0 1927 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 8408

[startup+102.306 s]
/proc/loadavg: 1.06 0.99 0.99 2/65 8437
/proc/meminfo: memFree=1410888/2055920 swapFree=4176728/4192956
[pid=8436] ppid=8434 vsize=10816 CPUtime=102.26
/proc/8436/stat : 8436 (CirCUs) R 8434 8436 8337 0 -1 4194304 2513 0 0 0 10224 2 0 0 25 0 1 120000 1113917473 11075584 2464 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/8436/statm: 2704 2464 89 173 0 2529 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 10816

[startup+162.301 s]
/proc/loadavg: 1.07 1.00 1.00 2/65 8437
/proc/meminfo: memFree=1409160/2055920 swapFree=4176728/4192956
[pid=8436] ppid=8434 vsize=12796 CPUtime=162.23
/proc/8436/stat : 8436 (CirCUs) R 8434 8436 8337 0 -1 4194304 3010 0 0 0 16221 2 0 0 25 0 1 120000 1113917473 13103104 2896 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/8436/statm: 3199 2896 89 173 0 3024 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 12796

[startup+222.301 s]
/proc/loadavg: 1.07 1.01 1.00 2/65 8437
/proc/meminfo: memFree=1406920/2055920 swapFree=4176728/4192956
[pid=8436] ppid=8434 vsize=15068 CPUtime=222.21
/proc/8436/stat : 8436 (CirCUs) R 8434 8436 8337 0 -1 4194304 3557 0 0 0 22218 3 0 0 25 0 1 120000 1113917473 15429632 3443 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/8436/statm: 3767 3443 89 173 0 3592 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 15068

[startup+282.301 s]
/proc/loadavg: 1.07 1.03 1.00 2/65 8437
/proc/meminfo: memFree=1405640/2055920 swapFree=4176728/4192956
[pid=8436] ppid=8434 vsize=16256 CPUtime=282.19
/proc/8436/stat : 8436 (CirCUs) R 8434 8436 8337 0 -1 4194304 3871 0 0 0 28215 4 0 0 25 0 1 120000 1113917473 16646144 3757 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/8436/statm: 4064 3757 89 173 0 3889 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 16256

[startup+342.302 s]
/proc/loadavg: 1.06 1.03 1.00 2/65 8437
/proc/meminfo: memFree=1404168/2055920 swapFree=4176728/4192956
[pid=8436] ppid=8434 vsize=17844 CPUtime=342.17
/proc/8436/stat : 8436 (CirCUs) R 8434 8436 8337 0 -1 4194304 4242 0 0 0 34212 5 0 0 25 0 1 120000 1113917473 18272256 4128 1992294400 134512640 135224549 4294956224 18446744073709551615 134632730 0 0 4096 8192 0 0 0 17 1 0 0
/proc/8436/statm: 4461 4128 89 173 0 4286 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 17844

[startup+402.302 s]
/proc/loadavg: 1.06 1.04 1.00 2/65 8437
/proc/meminfo: memFree=1402952/2055920 swapFree=4176728/4192956
[pid=8436] ppid=8434 vsize=19272 CPUtime=402.15
/proc/8436/stat : 8436 (CirCUs) R 8434 8436 8337 0 -1 4194304 4562 0 0 0 40210 5 0 0 25 0 1 120000 1113917473 19734528 4448 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/8436/statm: 4818 4448 89 173 0 4643 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 19272

[startup+462.302 s]
/proc/loadavg: 1.06 1.04 1.00 2/65 8437
/proc/meminfo: memFree=1402568/2055920 swapFree=4176728/4192956
[pid=8436] ppid=8434 vsize=19552 CPUtime=462.12
/proc/8436/stat : 8436 (CirCUs) R 8434 8436 8337 0 -1 4194304 4639 0 0 0 46207 5 0 0 25 0 1 120000 1113917473 20021248 4525 1992294400 134512640 135224549 4294956224 18446744073709551615 134595325 0 0 4096 8192 0 0 0 17 1 0 0
/proc/8436/statm: 4888 4525 89 173 0 4713 0
Current children cumulated CPU time (s) 462.12
Current children cumulated vsize (KiB) 19552

[startup+522.301 s]
/proc/loadavg: 1.13 1.06 1.01 2/65 8437
/proc/meminfo: memFree=1401096/2055920 swapFree=4176728/4192956
[pid=8436] ppid=8434 vsize=21148 CPUtime=522.11
/proc/8436/stat : 8436 (CirCUs) R 8434 8436 8337 0 -1 4194304 5015 0 0 0 52205 6 0 0 25 0 1 120000 1113917473 21655552 4901 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/8436/statm: 5287 4901 89 173 0 5112 0
Current children cumulated CPU time (s) 522.11
Current children cumulated vsize (KiB) 21148

[startup+582.301 s]
/proc/loadavg: 1.12 1.07 1.00 2/65 8437
/proc/meminfo: memFree=1400776/2055920 swapFree=4176728/4192956
[pid=8436] ppid=8434 vsize=21340 CPUtime=582.09
/proc/8436/stat : 8436 (CirCUs) R 8434 8436 8337 0 -1 4194304 5089 0 0 0 58203 6 0 0 25 0 1 120000 1113917473 21852160 4975 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/8436/statm: 5335 4975 89 173 0 5160 0
Current children cumulated CPU time (s) 582.09
Current children cumulated vsize (KiB) 21340

[startup+642.303 s]
/proc/loadavg: 1.11 1.07 1.00 2/65 8437
/proc/meminfo: memFree=1399176/2055920 swapFree=4176728/4192956
[pid=8436] ppid=8434 vsize=23504 CPUtime=642.07
/proc/8436/stat : 8436 (CirCUs) R 8434 8436 8337 0 -1 4194304 5615 0 0 0 64201 6 0 0 25 0 1 120000 1113917473 24068096 5372 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/8436/statm: 5876 5372 89 173 0 5701 0
Current children cumulated CPU time (s) 642.07
Current children cumulated vsize (KiB) 23504

[startup+702.302 s]
/proc/loadavg: 1.10 1.07 1.00 2/65 8437
/proc/meminfo: memFree=1399048/2055920 swapFree=4176728/4192956
[pid=8436] ppid=8434 vsize=23648 CPUtime=702.04
/proc/8436/stat : 8436 (CirCUs) R 8434 8436 8337 0 -1 4194304 5639 0 0 0 70198 6 0 0 25 0 1 120000 1113917473 24215552 5396 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/8436/statm: 5912 5396 89 173 0 5737 0
Current children cumulated CPU time (s) 702.04
Current children cumulated vsize (KiB) 23648

[startup+762.306 s]
/proc/loadavg: 1.09 1.07 1.00 2/65 8437
/proc/meminfo: memFree=1397064/2055920 swapFree=4176728/4192956
[pid=8436] ppid=8434 vsize=25648 CPUtime=762.03
/proc/8436/stat : 8436 (CirCUs) R 8434 8436 8337 0 -1 4194304 6132 0 0 0 76196 7 0 0 25 0 1 120000 1113917473 26263552 5889 1992294400 134512640 135224549 4294956224 18446744073709551615 134595315 0 0 4096 8192 0 0 0 17 1 0 0
/proc/8436/statm: 6412 5889 89 173 0 6237 0
Current children cumulated CPU time (s) 762.03
Current children cumulated vsize (KiB) 25648

[startup+822.301 s]
/proc/loadavg: 1.08 1.07 1.00 2/65 8437
/proc/meminfo: memFree=1397064/2055920 swapFree=4176728/4192956
[pid=8436] ppid=8434 vsize=25820 CPUtime=822
/proc/8436/stat : 8436 (CirCUs) R 8434 8436 8337 0 -1 4194304 6143 0 0 0 82193 7 0 0 25 0 1 120000 1113917473 26439680 5900 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/8436/statm: 6455 5900 89 173 0 6280 0
Current children cumulated CPU time (s) 822
Current children cumulated vsize (KiB) 25820

[startup+882.301 s]
/proc/loadavg: 1.08 1.07 1.00 2/65 8437
/proc/meminfo: memFree=1396744/2055920 swapFree=4176728/4192956
[pid=8436] ppid=8434 vsize=26172 CPUtime=881.99
/proc/8436/stat : 8436 (CirCUs) R 8434 8436 8337 0 -1 4194304 6221 0 0 0 88191 8 0 0 25 0 1 120000 1113917473 26800128 5978 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/8436/statm: 6543 5978 89 173 0 6368 0
Current children cumulated CPU time (s) 881.99
Current children cumulated vsize (KiB) 26172

[startup+942.302 s]
/proc/loadavg: 1.07 1.06 1.00 2/65 8437
/proc/meminfo: memFree=1394760/2055920 swapFree=4176728/4192956
[pid=8436] ppid=8434 vsize=28092 CPUtime=941.96
/proc/8436/stat : 8436 (CirCUs) R 8434 8436 8337 0 -1 4194304 6708 0 0 0 94188 8 0 0 25 0 1 120000 1113917473 28766208 6465 1992294400 134512640 135224549 4294956224 18446744073709551615 134595555 0 0 4096 8192 0 0 0 17 1 0 0
/proc/8436/statm: 7023 6465 89 173 0 6848 0
Current children cumulated CPU time (s) 941.96
Current children cumulated vsize (KiB) 28092

[startup+1002.3 s]
/proc/loadavg: 1.07 1.06 1.00 2/65 8439
/proc/meminfo: memFree=1394760/2055920 swapFree=4176728/4192956
[pid=8436] ppid=8434 vsize=28092 CPUtime=1001.94
/proc/8436/stat : 8436 (CirCUs) R 8434 8436 8337 0 -1 4194304 6710 0 0 0 100186 8 0 0 25 0 1 120000 1113917473 28766208 6467 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/8436/statm: 7023 6467 89 173 0 6848 0
Current children cumulated CPU time (s) 1001.94
Current children cumulated vsize (KiB) 28092

[startup+1062.3 s]
/proc/loadavg: 1.06 1.06 1.00 2/65 8439
/proc/meminfo: memFree=1394440/2055920 swapFree=4176728/4192956
[pid=8436] ppid=8434 vsize=28420 CPUtime=1061.92
/proc/8436/stat : 8436 (CirCUs) R 8434 8436 8337 0 -1 4194304 6776 0 0 0 106184 8 0 0 25 0 1 120000 1113917473 29102080 6533 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/8436/statm: 7105 6533 89 173 0 6930 0
Current children cumulated CPU time (s) 1061.92
Current children cumulated vsize (KiB) 28420

[startup+1122.3 s]
/proc/loadavg: 1.06 1.06 1.00 2/65 8439
/proc/meminfo: memFree=1394056/2055920 swapFree=4176728/4192956
[pid=8436] ppid=8434 vsize=28904 CPUtime=1121.9
/proc/8436/stat : 8436 (CirCUs) R 8434 8436 8337 0 -1 4194304 6889 0 0 0 112182 8 0 0 25 0 1 120000 1113917473 29597696 6646 1992294400 134512640 135224549 4294956224 18446744073709551615 134595304 0 0 4096 8192 0 0 0 17 1 0 0
/proc/8436/statm: 7226 6646 89 173 0 7051 0
Current children cumulated CPU time (s) 1121.9
Current children cumulated vsize (KiB) 28904

[startup+1182.3 s]
/proc/loadavg: 1.13 1.08 1.01 2/65 8439
/proc/meminfo: memFree=1392264/2055920 swapFree=4176728/4192956
[pid=8436] ppid=8434 vsize=30576 CPUtime=1181.88
/proc/8436/stat : 8436 (CirCUs) R 8434 8436 8337 0 -1 4194304 7319 0 0 0 118179 9 0 0 25 0 1 120000 1113917473 31309824 7076 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/8436/statm: 7644 7076 89 173 0 7469 0
Current children cumulated CPU time (s) 1181.88
Current children cumulated vsize (KiB) 30576



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 1.09 1.07 1.00 2/65 8439
/proc/meminfo: memFree=1392264/2055920 swapFree=4176728/4192956
[pid=8436] ppid=8434 vsize=30728 CPUtime=1200.08
/proc/8436/stat : 8436 (CirCUs) R 8434 8436 8337 0 -1 4194304 7325 0 0 0 119999 9 0 0 25 0 1 100 1113917473 31465472 7082 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/8436/statm: 7682 7082 89 173 0 7507 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 30728

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+1200.5 s]
/proc/loadavg: 1.09 1.07 1.00 2/65 8439
/proc/meminfo: memFree=1392264/2055920 swapFree=4176728/4192956
[pid=8436] ppid=8434 vsize=30728 CPUtime=1200.08
/proc/8436/stat : 8436 (CirCUs) R 8434 8436 8337 0 -1 4194304 7325 0 0 0 119999 9 0 0 25 0 1 100 1113917473 31465472 7082 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/8436/statm: 7682 7082 89 173 0 7507 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 30728

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.51
CPU time (s): 1200.09
CPU user time (s): 1199.99
CPU system time (s): 0.099984
CPU usage (%): 99.965
Max. virtual memory (cumulated for all children) (KiB): 30728

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.99
system time used= 0.099984
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 7325
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2
involuntary context switches= 2279

runsolver used 0.893864 second user time and 2.57061 second system time

The end

Launcher Data

Begin job on node11 at 2009-03-30 13:28:32
IDJOB=1524264
IDBENCH=70379
IDSOLVER=544
FILE ID=node11/1524264-1238412512
PBS_JOBID= 9061466
Free space on /tmp= 66412 MiB

SOLVER NAME= CircUs 2009-03-23
BENCH NAME= SAT09/RANDOM/MEDIUM/5SAT/UNKNOWN/110/unif-k5-r21.3-v110-c2343-S257485978-084.cnf
COMMAND LINE= HOME/CirCUs BENCHNAME -t TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1524264-1238412512/watcher-1524264-1238412512 -o /tmp/evaluation-result-1524264-1238412512/solver-1524264-1238412512 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/CirCUs HOME/instance-1524264-1238412512.cnf -t 1200

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 78177f2db9eebc5964f62181ca200222
RANDOM SEED=824397055

node11.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.274
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.274
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1421104 kB
Buffers:        101188 kB
Cached:         429692 kB
SwapCached:      10196 kB
Active:          98072 kB
Inactive:       444432 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1421104 kB
SwapTotal:     4192956 kB
SwapFree:      4176728 kB
Dirty:            1128 kB
Writeback:           0 kB
Mapped:          17348 kB
Slab:            78288 kB
Committed_AS:  2830172 kB
PageTables:       1456 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66412 MiB
End job on node11 at 2009-03-30 13:48:34