Trace number 1524333

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.06 1200.41

General information on the benchmark

NameRANDOM/MEDIUM/5SAT/SATISFIABLE/120/
unif-k5-r21.3-v120-c2556-S1153031014-012.cnf
MD5SUM9d5cdf2497a80c47fde0f7ee1276bd77
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.219965
Satisfiable
(Un)Satisfiability was proved
Number of variables120
Number of clauses2556
Sum of the clauses size12780
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 52556
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-1524333-1238458058/watcher-1524333-1238458058 -o /tmp/evaluation-result-1524333-1238458058/solver-1524333-1238458058 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/CirCUs HOME/instance-1524333-1238458058.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: 1.00 1.00 1.09 2/68 2767
/proc/meminfo: memFree=1089400/2055920 swapFree=4176188/4192956
[pid=2767] ppid=2765 vsize=1444 CPUtime=0
/proc/2767/stat : 2767 (CirCUs) R 2765 2767 2087 0 -1 4194304 159 0 0 0 0 0 0 0 18 0 1 120000 1118467510 1478656 144 1992294400 134512640 135224549 4294956208 18446744073709551615 134726407 0 0 4096 8192 0 0 0 17 1 0 0
/proc/2767/statm: 361 144 70 173 0 186 0

[startup+0.044705 s]
/proc/loadavg: 1.00 1.00 1.09 2/68 2767
/proc/meminfo: memFree=1089400/2055920 swapFree=4176188/4192956
[pid=2767] ppid=2765 vsize=1572 CPUtime=0.04
/proc/2767/stat : 2767 (CirCUs) R 2765 2767 2087 0 -1 4194304 227 0 0 0 4 0 0 0 18 0 1 120000 1118467510 1609728 211 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/2767/statm: 393 211 89 173 0 218 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1572

[startup+0.101711 s]
/proc/loadavg: 1.00 1.00 1.09 2/68 2767
/proc/meminfo: memFree=1089400/2055920 swapFree=4176188/4192956
[pid=2767] ppid=2765 vsize=1704 CPUtime=0.1
/proc/2767/stat : 2767 (CirCUs) R 2765 2767 2087 0 -1 4194304 255 0 0 0 10 0 0 0 18 0 1 120000 1118467510 1744896 239 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/2767/statm: 426 239 89 173 0 251 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1704

[startup+0.301733 s]
/proc/loadavg: 1.00 1.00 1.09 2/68 2767
/proc/meminfo: memFree=1089400/2055920 swapFree=4176188/4192956
[pid=2767] ppid=2765 vsize=1836 CPUtime=0.29
/proc/2767/stat : 2767 (CirCUs) R 2765 2767 2087 0 -1 4194304 303 0 0 0 29 0 0 0 19 0 1 120000 1118467510 1880064 287 1992294400 134512640 135224549 4294956208 18446744073709551615 134595275 0 0 4096 8192 0 0 0 17 1 0 0
/proc/2767/statm: 459 287 89 173 0 284 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1836

[startup+0.701777 s]
/proc/loadavg: 1.00 1.00 1.09 2/68 2767
/proc/meminfo: memFree=1089400/2055920 swapFree=4176188/4192956
[pid=2767] ppid=2765 vsize=2232 CPUtime=0.69
/proc/2767/stat : 2767 (CirCUs) R 2765 2767 2087 0 -1 4194304 373 0 0 0 69 0 0 0 23 0 1 120000 1118467510 2285568 357 1992294400 134512640 135224549 4294956208 18446744073709551615 134595552 0 0 4096 8192 0 0 0 17 1 0 0
/proc/2767/statm: 558 357 89 173 0 383 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 2232

[startup+1.50187 s]
/proc/loadavg: 1.00 1.00 1.09 2/69 2768
/proc/meminfo: memFree=1088112/2055920 swapFree=4176188/4192956
[pid=2767] ppid=2765 vsize=2628 CPUtime=1.49
/proc/2767/stat : 2767 (CirCUs) R 2765 2767 2087 0 -1 4194304 491 0 0 0 149 0 0 0 25 0 1 120000 1118467510 2691072 475 1992294400 134512640 135224549 4294956208 18446744073709551615 134595304 0 0 4096 8192 0 0 0 17 1 0 0
/proc/2767/statm: 657 475 89 173 0 482 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 2628

[startup+3.10104 s]
/proc/loadavg: 1.00 1.00 1.09 2/69 2768
/proc/meminfo: memFree=1087408/2055920 swapFree=4176188/4192956
[pid=2767] ppid=2765 vsize=3288 CPUtime=3.09
/proc/2767/stat : 2767 (CirCUs) R 2765 2767 2087 0 -1 4194304 657 0 0 0 309 0 0 0 25 0 1 120000 1118467510 3366912 641 1992294400 134512640 135224549 4294956208 18446744073709551615 134595360 0 0 4096 8192 0 0 0 17 1 0 0
/proc/2767/statm: 822 641 89 173 0 647 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 3288

[startup+6.3014 s]
/proc/loadavg: 1.00 1.00 1.09 2/69 2768
/proc/meminfo: memFree=1086264/2055920 swapFree=4176188/4192956
[pid=2767] ppid=2765 vsize=4216 CPUtime=6.29
/proc/2767/stat : 2767 (CirCUs) R 2765 2767 2087 0 -1 4194304 905 0 0 0 629 0 0 0 25 0 1 120000 1118467510 4317184 889 1992294400 134512640 135224549 4294956208 18446744073709551615 134618764 0 0 4096 8192 0 0 0 17 1 0 0
/proc/2767/statm: 1054 889 89 173 0 879 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 4216

[startup+12.7011 s]
/proc/loadavg: 1.00 1.00 1.09 2/69 2768
/proc/meminfo: memFree=1084920/2055920 swapFree=4176188/4192956
[pid=2767] ppid=2765 vsize=5672 CPUtime=12.69
/proc/2767/stat : 2767 (CirCUs) R 2765 2767 2087 0 -1 4194304 1227 0 0 0 1269 0 0 0 25 0 1 120000 1118467510 5808128 1211 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/2767/statm: 1418 1211 89 173 0 1243 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 5672

[startup+25.5015 s]
/proc/loadavg: 1.00 1.00 1.09 2/69 2768
/proc/meminfo: memFree=1083320/2055920 swapFree=4176188/4192956
[pid=2767] ppid=2765 vsize=6996 CPUtime=25.48
/proc/2767/stat : 2767 (CirCUs) R 2765 2767 2087 0 -1 4194304 1564 0 0 0 2547 1 0 0 25 0 1 120000 1118467510 7163904 1548 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/2767/statm: 1749 1548 89 173 0 1574 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 6996

[startup+51.1014 s]
/proc/loadavg: 1.07 1.02 1.09 2/69 2768
/proc/meminfo: memFree=1081528/2055920 swapFree=4176188/4192956
[pid=2767] ppid=2765 vsize=8708 CPUtime=51.07
/proc/2767/stat : 2767 (CirCUs) R 2765 2767 2087 0 -1 4194304 2031 0 0 0 5106 1 0 0 25 0 1 120000 1118467510 8916992 1982 1992294400 134512640 135224549 4294956208 18446744073709551615 134595266 0 0 4096 8192 0 0 0 17 1 0 0
/proc/2767/statm: 2177 1982 89 173 0 2002 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 8708

[startup+102.306 s]
/proc/loadavg: 1.11 1.03 1.09 2/69 2768
/proc/meminfo: memFree=1079032/2055920 swapFree=4176188/4192956
[pid=2767] ppid=2765 vsize=11376 CPUtime=102.26
/proc/2767/stat : 2767 (CirCUs) R 2765 2767 2087 0 -1 4194304 2681 0 0 0 10224 2 0 0 25 0 1 120000 1118467510 11649024 2632 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/2767/statm: 2844 2632 89 173 0 2669 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 11376

[startup+162.302 s]
/proc/loadavg: 1.11 1.04 1.09 2/69 2768
/proc/meminfo: memFree=1076984/2055920 swapFree=4176188/4192956
[pid=2767] ppid=2765 vsize=13788 CPUtime=162.24
/proc/2767/stat : 2767 (CirCUs) R 2765 2767 2087 0 -1 4194304 3273 0 0 0 16222 2 0 0 25 0 1 120000 1118467510 14118912 3159 1992294400 134512640 135224549 4294956208 18446744073709551615 134595555 0 0 4096 8192 0 0 0 17 1 0 0
/proc/2767/statm: 3447 3159 89 173 0 3272 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 13788

[startup+222.301 s]
/proc/loadavg: 1.11 1.04 1.09 3/69 2768
/proc/meminfo: memFree=1075128/2055920 swapFree=4176188/4192956
[pid=2767] ppid=2765 vsize=15504 CPUtime=222.23
/proc/2767/stat : 2767 (CirCUs) R 2765 2767 2087 0 -1 4194304 3724 0 0 0 22220 3 0 0 25 0 1 120000 1118467510 15876096 3610 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/2767/statm: 3876 3610 89 173 0 3701 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 15504

[startup+282.302 s]
/proc/loadavg: 1.10 1.05 1.09 2/69 2768
/proc/meminfo: memFree=1073528/2055920 swapFree=4176188/4192956
[pid=2767] ppid=2765 vsize=17144 CPUtime=282.21
/proc/2767/stat : 2767 (CirCUs) R 2765 2767 2087 0 -1 4194304 4116 0 0 0 28218 3 0 0 25 0 1 120000 1118467510 17555456 4002 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/2767/statm: 4286 4002 89 173 0 4111 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 17144

[startup+342.302 s]
/proc/loadavg: 1.09 1.05 1.09 2/69 2768
/proc/meminfo: memFree=1072248/2055920 swapFree=4176188/4192956
[pid=2767] ppid=2765 vsize=18544 CPUtime=342.2
/proc/2767/stat : 2767 (CirCUs) R 2765 2767 2087 0 -1 4194304 4433 0 0 0 34216 4 0 0 25 0 1 120000 1118467510 18989056 4319 1992294400 134512640 135224549 4294956208 18446744073709551615 134595555 0 0 4096 8192 0 0 0 17 1 0 0
/proc/2767/statm: 4636 4319 89 173 0 4461 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 18544

[startup+402.301 s]
/proc/loadavg: 1.08 1.06 1.09 2/69 2768
/proc/meminfo: memFree=1070712/2055920 swapFree=4176188/4192956
[pid=2767] ppid=2765 vsize=20056 CPUtime=402.17
/proc/2767/stat : 2767 (CirCUs) R 2765 2767 2087 0 -1 4194304 4804 0 0 0 40213 4 0 0 25 0 1 120000 1118467510 20537344 4690 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/2767/statm: 5014 4690 89 173 0 4839 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 20056

[startup+462.302 s]
/proc/loadavg: 1.08 1.06 1.09 2/69 2768
/proc/meminfo: memFree=1070648/2055920 swapFree=4176188/4192956
[pid=2767] ppid=2765 vsize=20196 CPUtime=462.15
/proc/2767/stat : 2767 (CirCUs) R 2765 2767 2087 0 -1 4194304 4832 0 0 0 46211 4 0 0 25 0 1 120000 1118467510 20680704 4718 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/2767/statm: 5049 4718 89 173 0 4874 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 20196

[startup+522.302 s]
/proc/loadavg: 1.12 1.08 1.09 2/69 2768
/proc/meminfo: memFree=1068920/2055920 swapFree=4176188/4192956
[pid=2767] ppid=2765 vsize=21940 CPUtime=522.14
/proc/2767/stat : 2767 (CirCUs) R 2765 2767 2087 0 -1 4194304 5273 0 0 0 52209 5 0 0 25 0 1 120000 1118467510 22466560 5159 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/2767/statm: 5485 5159 89 173 0 5310 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 21940

[startup+582.301 s]
/proc/loadavg: 1.08 1.08 1.09 2/69 2768
/proc/meminfo: memFree=1068536/2055920 swapFree=4176188/4192956
[pid=2767] ppid=2765 vsize=22452 CPUtime=582.12
/proc/2767/stat : 2767 (CirCUs) R 2765 2767 2087 0 -1 4194304 5357 0 0 0 58207 5 0 0 25 0 1 120000 1118467510 22990848 5243 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/2767/statm: 5613 5243 89 173 0 5438 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 22452

[startup+642.302 s]
/proc/loadavg: 1.19 1.10 1.09 2/69 2768
/proc/meminfo: memFree=1067000/2055920 swapFree=4176188/4192956
[pid=2767] ppid=2765 vsize=24484 CPUtime=642.11
/proc/2767/stat : 2767 (CirCUs) R 2765 2767 2087 0 -1 4194304 5860 0 0 0 64206 5 0 0 25 0 1 120000 1118467510 25071616 5617 1992294400 134512640 135224549 4294956208 18446744073709551615 134595336 0 0 4096 8192 0 0 0 17 1 0 0
/proc/2767/statm: 6121 5617 89 173 0 5946 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 24484

[startup+702.302 s]
/proc/loadavg: 1.18 1.11 1.09 2/69 2768
/proc/meminfo: memFree=1066744/2055920 swapFree=4176188/4192956
[pid=2767] ppid=2765 vsize=24644 CPUtime=702.09
/proc/2767/stat : 2767 (CirCUs) R 2765 2767 2087 0 -1 4194304 5924 0 0 0 70204 5 0 0 25 0 1 120000 1118467510 25235456 5681 1992294400 134512640 135224549 4294956208 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 1 0 0
/proc/2767/statm: 6161 5681 89 173 0 5986 0
Current children cumulated CPU time (s) 702.09
Current children cumulated vsize (KiB) 24644

[startup+762.306 s]
/proc/loadavg: 1.14 1.11 1.09 2/69 2768
/proc/meminfo: memFree=1064696/2055920 swapFree=4176188/4192956
[pid=2767] ppid=2765 vsize=26772 CPUtime=762.07
/proc/2767/stat : 2767 (CirCUs) R 2765 2767 2087 0 -1 4194304 6425 0 0 0 76201 6 0 0 25 0 1 120000 1118467510 27414528 6182 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/2767/statm: 6693 6182 89 173 0 6518 0
Current children cumulated CPU time (s) 762.07
Current children cumulated vsize (KiB) 26772

[startup+822.303 s]
/proc/loadavg: 1.05 1.08 1.08 2/69 2768
/proc/meminfo: memFree=1064568/2055920 swapFree=4176188/4192956
[pid=2767] ppid=2765 vsize=26956 CPUtime=822.06
/proc/2767/stat : 2767 (CirCUs) R 2765 2767 2087 0 -1 4194304 6451 0 0 0 82199 7 0 0 25 0 1 120000 1118467510 27602944 6208 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/2767/statm: 6739 6208 89 173 0 6564 0
Current children cumulated CPU time (s) 822.06
Current children cumulated vsize (KiB) 26956

[startup+882.302 s]
/proc/loadavg: 1.02 1.07 1.08 2/69 2768
/proc/meminfo: memFree=1064312/2055920 swapFree=4176188/4192956
[pid=2767] ppid=2765 vsize=27116 CPUtime=882.04
/proc/2767/stat : 2767 (CirCUs) R 2765 2767 2087 0 -1 4194304 6503 0 0 0 88197 7 0 0 25 0 1 120000 1118467510 27766784 6260 1992294400 134512640 135224549 4294956208 18446744073709551615 134595383 0 0 4096 8192 0 0 0 17 1 0 0
/proc/2767/statm: 6779 6260 89 173 0 6604 0
Current children cumulated CPU time (s) 882.04
Current children cumulated vsize (KiB) 27116

[startup+942.302 s]
/proc/loadavg: 1.00 1.05 1.07 2/69 2768
/proc/meminfo: memFree=1062328/2055920 swapFree=4176188/4192956
[pid=2767] ppid=2765 vsize=29060 CPUtime=942.02
/proc/2767/stat : 2767 (CirCUs) R 2765 2767 2087 0 -1 4194304 6998 0 0 0 94195 7 0 0 25 0 1 120000 1118467510 29757440 6755 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/2767/statm: 7265 6755 89 173 0 7090 0
Current children cumulated CPU time (s) 942.02
Current children cumulated vsize (KiB) 29060

[startup+1002.3 s]
/proc/loadavg: 1.00 1.04 1.07 2/69 2768
/proc/meminfo: memFree=1062264/2055920 swapFree=4176188/4192956
[pid=2767] ppid=2765 vsize=29208 CPUtime=1002
/proc/2767/stat : 2767 (CirCUs) R 2765 2767 2087 0 -1 4194304 7005 0 0 0 100193 7 0 0 25 0 1 120000 1118467510 29908992 6762 1992294400 134512640 135224549 4294956208 18446744073709551615 134595383 0 0 4096 8192 0 0 0 17 1 0 0
/proc/2767/statm: 7302 6762 89 173 0 7127 0
Current children cumulated CPU time (s) 1002
Current children cumulated vsize (KiB) 29208

[startup+1062.3 s]
/proc/loadavg: 1.00 1.03 1.06 2/69 2768
/proc/meminfo: memFree=1062136/2055920 swapFree=4176188/4192956
[pid=2767] ppid=2765 vsize=29208 CPUtime=1061.99
/proc/2767/stat : 2767 (CirCUs) R 2765 2767 2087 0 -1 4194304 7034 0 0 0 106191 8 0 0 25 0 1 120000 1118467510 29908992 6791 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/2767/statm: 7302 6791 89 173 0 7127 0
Current children cumulated CPU time (s) 1061.99
Current children cumulated vsize (KiB) 29208

[startup+1122.3 s]
/proc/loadavg: 1.00 1.02 1.06 2/69 2768
/proc/meminfo: memFree=1059960/2055920 swapFree=4176188/4192956
[pid=2767] ppid=2765 vsize=31520 CPUtime=1121.97
/proc/2767/stat : 2767 (CirCUs) R 2765 2767 2087 0 -1 4194304 7576 0 0 0 112189 8 0 0 25 0 1 120000 1118467510 32276480 7333 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/2767/statm: 7880 7333 89 173 0 7705 0
Current children cumulated CPU time (s) 1121.97
Current children cumulated vsize (KiB) 31520

[startup+1182.3 s]
/proc/loadavg: 1.00 1.02 1.05 2/69 2768
/proc/meminfo: memFree=1059704/2055920 swapFree=4176188/4192956
[pid=2767] ppid=2765 vsize=31784 CPUtime=1181.95
/proc/2767/stat : 2767 (CirCUs) R 2765 2767 2087 0 -1 4194304 7644 0 0 0 118187 8 0 0 25 0 1 120000 1118467510 32546816 7401 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/2767/statm: 7946 7401 89 173 0 7771 0
Current children cumulated CPU time (s) 1181.95
Current children cumulated vsize (KiB) 31784



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.02 1.05 2/69 2768
/proc/meminfo: memFree=1059704/2055920 swapFree=4176188/4192956
[pid=2767] ppid=2765 vsize=31784 CPUtime=1200.05
/proc/2767/stat : 2767 (CirCUs) R 2765 2767 2087 0 -1 4194304 7644 0 0 0 119997 8 0 0 25 0 1 100 1118467510 32546816 7401 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/2767/statm: 7946 7401 89 173 0 7771 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 31784

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.41
CPU time (s): 1200.06
CPU user time (s): 1199.97
CPU system time (s): 0.092985
CPU usage (%): 99.9711
Max. virtual memory (cumulated for all children) (KiB): 31784

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.97
system time used= 0.092985
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 7644
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= 2275

runsolver used 1.02484 second user time and 3.35149 second system time

The end

Launcher Data

Begin job on node59 at 2009-03-31 02:07:38
IDJOB=1524333
IDBENCH=70448
IDSOLVER=544
FILE ID=node59/1524333-1238458058
PBS_JOBID= 9061689
Free space on /tmp= 66248 MiB

SOLVER NAME= CircUs 2009-03-23
BENCH NAME= SAT09/RANDOM/MEDIUM/5SAT/SATISFIABLE/120/unif-k5-r21.3-v120-c2556-S1153031014-012.cnf
COMMAND LINE= HOME/CirCUs BENCHNAME -t TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1524333-1238458058/watcher-1524333-1238458058 -o /tmp/evaluation-result-1524333-1238458058/solver-1524333-1238458058 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/CirCUs HOME/instance-1524333-1238458058.cnf -t 1200

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

MD5SUM BENCH= 9d5cdf2497a80c47fde0f7ee1276bd77
RANDOM SEED=219589093

node59.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.209
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.209
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:       1089816 kB
Buffers:        103768 kB
Cached:         756588 kB
SwapCached:      10112 kB
Active:         130276 kB
Inactive:       741608 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1089816 kB
SwapTotal:     4192956 kB
SwapFree:      4176188 kB
Dirty:            1264 kB
Writeback:           0 kB
Mapped:          16676 kB
Slab:            79788 kB
Committed_AS:  3051296 kB
PageTables:       1720 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= 66248 MiB
End job on node59 at 2009-03-31 02:27:41