Trace number 1524320

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.07 1200.51

General information on the benchmark

NameRANDOM/MEDIUM/5SAT/SATISFIABLE/100/
unif-k5-r21.3-v100-c2130-S984347600-003.cnf
MD5SUMf970d757930d05086c1a20356ea57d99
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.153976
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of clauses2130
Sum of the clauses size10650
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 52130
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-1524320-1238455656/watcher-1524320-1238455656 -o /tmp/evaluation-result-1524320-1238455656/solver-1524320-1238455656 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/CirCUs HOME/instance-1524320-1238455656.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.84 0.94 0.97 3/64 9227
/proc/meminfo: memFree=1458832/2055920 swapFree=4179368/4192956
[pid=9227] ppid=9225 vsize=1308 CPUtime=0
/proc/9227/stat : 9227 (CirCUs) R 9225 9227 8938 0 -1 4194304 157 0 0 0 0 0 0 0 18 0 1 120000 1118231262 1339392 141 1992294400 134512640 135224549 4294956208 18446744073709551615 134569983 0 0 4096 8192 0 0 0 17 1 0 0
/proc/9227/statm: 327 141 74 173 0 152 0

[startup+0.078222 s]
/proc/loadavg: 0.84 0.94 0.97 3/64 9227
/proc/meminfo: memFree=1458832/2055920 swapFree=4179368/4192956
[pid=9227] ppid=9225 vsize=1572 CPUtime=0.07
/proc/9227/stat : 9227 (CirCUs) R 9225 9227 8938 0 -1 4194304 239 0 0 0 7 0 0 0 18 0 1 120000 1118231262 1609728 223 1992294400 134512640 135224549 4294956208 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 1 0 0
/proc/9227/statm: 393 223 89 173 0 218 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1572

[startup+0.101224 s]
/proc/loadavg: 0.84 0.94 0.97 3/64 9227
/proc/meminfo: memFree=1458832/2055920 swapFree=4179368/4192956
[pid=9227] ppid=9225 vsize=1572 CPUtime=0.09
/proc/9227/stat : 9227 (CirCUs) R 9225 9227 8938 0 -1 4194304 242 0 0 0 9 0 0 0 18 0 1 120000 1118231262 1609728 226 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/9227/statm: 393 226 89 173 0 218 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1572

[startup+0.301263 s]
/proc/loadavg: 0.84 0.94 0.97 3/64 9227
/proc/meminfo: memFree=1458832/2055920 swapFree=4179368/4192956
[pid=9227] ppid=9225 vsize=1836 CPUtime=0.29
/proc/9227/stat : 9227 (CirCUs) R 9225 9227 8938 0 -1 4194304 284 0 0 0 29 0 0 0 19 0 1 120000 1118231262 1880064 268 1992294400 134512640 135224549 4294956208 18446744073709551615 134595530 0 0 4096 8192 0 0 0 17 1 0 0
/proc/9227/statm: 459 268 89 173 0 284 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1836

[startup+0.70134 s]
/proc/loadavg: 0.84 0.94 0.97 3/64 9227
/proc/meminfo: memFree=1458832/2055920 swapFree=4179368/4192956
[pid=9227] ppid=9225 vsize=2116 CPUtime=0.69
/proc/9227/stat : 9227 (CirCUs) R 9225 9227 8938 0 -1 4194304 349 0 0 0 69 0 0 0 22 0 1 120000 1118231262 2166784 333 1992294400 134512640 135224549 4294956208 18446744073709551615 134595552 0 0 4096 8192 0 0 0 17 1 0 0
/proc/9227/statm: 529 333 89 173 0 354 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 2116

[startup+1.5015 s]
/proc/loadavg: 0.85 0.94 0.97 2/65 9228
/proc/meminfo: memFree=1457608/2055920 swapFree=4179368/4192956
[pid=9227] ppid=9225 vsize=2516 CPUtime=1.49
/proc/9227/stat : 9227 (CirCUs) R 9225 9227 8938 0 -1 4194304 477 0 0 0 149 0 0 0 25 0 1 120000 1118231262 2576384 461 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/9227/statm: 629 461 89 173 0 454 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 2516

[startup+3.1018 s]
/proc/loadavg: 0.85 0.94 0.97 2/65 9228
/proc/meminfo: memFree=1456904/2055920 swapFree=4179368/4192956
[pid=9227] ppid=9225 vsize=3196 CPUtime=3.09
/proc/9227/stat : 9227 (CirCUs) R 9225 9227 8938 0 -1 4194304 636 0 0 0 309 0 0 0 25 0 1 120000 1118231262 3272704 620 1992294400 134512640 135224549 4294956208 18446744073709551615 134595286 0 0 4096 8192 0 0 0 17 1 0 0
/proc/9227/statm: 799 620 89 173 0 624 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 3196

[startup+6.30142 s]
/proc/loadavg: 0.85 0.94 0.97 2/65 9228
/proc/meminfo: memFree=1455816/2055920 swapFree=4179368/4192956
[pid=9227] ppid=9225 vsize=4132 CPUtime=6.29
/proc/9227/stat : 9227 (CirCUs) R 9225 9227 8938 0 -1 4194304 856 0 0 0 629 0 0 0 25 0 1 120000 1118231262 4231168 840 1992294400 134512640 135224549 4294956208 18446744073709551615 134632748 0 0 4096 8192 0 0 0 17 1 0 0
/proc/9227/statm: 1033 840 89 173 0 858 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 4132

[startup+12.7027 s]
/proc/loadavg: 0.88 0.94 0.97 2/65 9228
/proc/meminfo: memFree=1454432/2055920 swapFree=4179368/4192956
[pid=9227] ppid=9225 vsize=5324 CPUtime=12.69
/proc/9227/stat : 9227 (CirCUs) R 9225 9227 8938 0 -1 4194304 1144 0 0 0 1269 0 0 0 25 0 1 120000 1118231262 5451776 1128 1992294400 134512640 135224549 4294956208 18446744073709551615 134632745 0 0 4096 8192 0 0 0 17 1 0 0
/proc/9227/statm: 1331 1128 89 173 0 1156 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 5324

[startup+25.5011 s]
/proc/loadavg: 0.89 0.94 0.97 2/65 9228
/proc/meminfo: memFree=1453280/2055920 swapFree=4179368/4192956
[pid=9227] ppid=9225 vsize=6520 CPUtime=25.48
/proc/9227/stat : 9227 (CirCUs) R 9225 9227 8938 0 -1 4194304 1447 0 0 0 2547 1 0 0 25 0 1 120000 1118231262 6676480 1431 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/9227/statm: 1630 1431 89 173 0 1455 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 6520

[startup+51.1011 s]
/proc/loadavg: 0.93 0.95 0.97 2/65 9228
/proc/meminfo: memFree=1451872/2055920 swapFree=4179368/4192956
[pid=9227] ppid=9225 vsize=8136 CPUtime=51.07
/proc/9227/stat : 9227 (CirCUs) R 9225 9227 8938 0 -1 4194304 1867 0 0 0 5106 1 0 0 25 0 1 120000 1118231262 8331264 1818 1992294400 134512640 135224549 4294956208 18446744073709551615 134595283 0 0 4096 8192 0 0 0 17 1 0 0
/proc/9227/statm: 2034 1818 89 173 0 1859 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 8136

[startup+102.306 s]
/proc/loadavg: 0.97 0.95 0.97 2/65 9228
/proc/meminfo: memFree=1449824/2055920 swapFree=4179368/4192956
[pid=9227] ppid=9225 vsize=10328 CPUtime=102.26
/proc/9227/stat : 9227 (CirCUs) R 9225 9227 8938 0 -1 4194304 2391 0 0 0 10224 2 0 0 25 0 1 120000 1118231262 10575872 2342 1992294400 134512640 135224549 4294956208 18446744073709551615 134595405 0 0 4096 8192 0 0 0 17 1 0 0
/proc/9227/statm: 2582 2342 89 173 0 2407 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 10328

[startup+162.302 s]
/proc/loadavg: 0.99 0.96 0.97 2/65 9228
/proc/meminfo: memFree=1448032/2055920 swapFree=4179368/4192956
[pid=9227] ppid=9225 vsize=12340 CPUtime=162.23
/proc/9227/stat : 9227 (CirCUs) R 9225 9227 8938 0 -1 4194304 2885 0 0 0 16220 3 0 0 25 0 1 120000 1118231262 12636160 2771 1992294400 134512640 135224549 4294956208 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 1 0 0
/proc/9227/statm: 3085 2771 89 173 0 2910 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 12340

[startup+222.301 s]
/proc/loadavg: 0.99 0.96 0.97 2/65 9228
/proc/meminfo: memFree=1445856/2055920 swapFree=4179368/4192956
[pid=9227] ppid=9225 vsize=14660 CPUtime=222.21
/proc/9227/stat : 9227 (CirCUs) R 9225 9227 8938 0 -1 4194304 3425 0 0 0 22217 4 0 0 25 0 1 120000 1118231262 15011840 3311 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/9227/statm: 3665 3311 89 173 0 3490 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 14660

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 9228
/proc/meminfo: memFree=1444704/2055920 swapFree=4179368/4192956
[pid=9227] ppid=9225 vsize=15788 CPUtime=282.19
/proc/9227/stat : 9227 (CirCUs) R 9225 9227 8938 0 -1 4194304 3704 0 0 0 28214 5 0 0 25 0 1 120000 1118231262 16166912 3590 1992294400 134512640 135224549 4294956208 18446744073709551615 134595588 0 0 4096 8192 0 0 0 17 1 0 0
/proc/9227/statm: 3947 3590 89 173 0 3772 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 15788

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 9228
/proc/meminfo: memFree=1443168/2055920 swapFree=4179368/4192956
[pid=9227] ppid=9225 vsize=17440 CPUtime=342.16
/proc/9227/stat : 9227 (CirCUs) R 9225 9227 8938 0 -1 4194304 4096 0 0 0 34211 5 0 0 25 0 1 120000 1118231262 17858560 3982 1992294400 134512640 135224549 4294956208 18446744073709551615 134595275 0 0 4096 8192 0 0 0 17 1 0 0
/proc/9227/statm: 4360 3982 89 173 0 4185 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 17440

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 9228
/proc/meminfo: memFree=1442720/2055920 swapFree=4179368/4192956
[pid=9227] ppid=9225 vsize=17924 CPUtime=402.14
/proc/9227/stat : 9227 (CirCUs) R 9225 9227 8938 0 -1 4194304 4213 0 0 0 40209 5 0 0 25 0 1 120000 1118231262 18354176 4099 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/9227/statm: 4481 4099 89 173 0 4306 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 17924

[startup+462.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 9228
/proc/meminfo: memFree=1441632/2055920 swapFree=4179368/4192956
[pid=9227] ppid=9225 vsize=19068 CPUtime=462.12
/proc/9227/stat : 9227 (CirCUs) R 9225 9227 8938 0 -1 4194304 4473 0 0 0 46206 6 0 0 25 0 1 120000 1118231262 19525632 4359 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/9227/statm: 4767 4359 89 173 0 4592 0
Current children cumulated CPU time (s) 462.12
Current children cumulated vsize (KiB) 19068

[startup+522.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 9228
/proc/meminfo: memFree=1440224/2055920 swapFree=4179368/4192956
[pid=9227] ppid=9225 vsize=20668 CPUtime=522.1
/proc/9227/stat : 9227 (CirCUs) R 9225 9227 8938 0 -1 4194304 4847 0 0 0 52203 7 0 0 25 0 1 120000 1118231262 21164032 4733 1992294400 134512640 135224549 4294956208 18446744073709551615 134630875 0 0 4096 8192 0 0 0 17 1 0 0
/proc/9227/statm: 5167 4733 89 173 0 4992 0
Current children cumulated CPU time (s) 522.1
Current children cumulated vsize (KiB) 20668

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 9228
/proc/meminfo: memFree=1440160/2055920 swapFree=4179368/4192956
[pid=9227] ppid=9225 vsize=20668 CPUtime=582.08
/proc/9227/stat : 9227 (CirCUs) R 9225 9227 8938 0 -1 4194304 4865 0 0 0 58201 7 0 0 25 0 1 120000 1118231262 21164032 4751 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/9227/statm: 5167 4751 89 173 0 4992 0
Current children cumulated CPU time (s) 582.08
Current children cumulated vsize (KiB) 20668

[startup+642.303 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 9228
/proc/meminfo: memFree=1438752/2055920 swapFree=4179368/4192956
[pid=9227] ppid=9225 vsize=22032 CPUtime=642.06
/proc/9227/stat : 9227 (CirCUs) R 9225 9227 8938 0 -1 4194304 5216 0 0 0 64199 7 0 0 25 0 1 120000 1118231262 22560768 5102 1992294400 134512640 135224549 4294956208 18446744073709551615 134595336 0 0 4096 8192 0 0 0 17 1 0 0
/proc/9227/statm: 5508 5102 89 173 0 5333 0
Current children cumulated CPU time (s) 642.06
Current children cumulated vsize (KiB) 22032

[startup+702.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 9228
/proc/meminfo: memFree=1438240/2055920 swapFree=4179368/4192956
[pid=9227] ppid=9225 vsize=23152 CPUtime=702.03
/proc/9227/stat : 9227 (CirCUs) R 9225 9227 8938 0 -1 4194304 5453 0 0 0 70196 7 0 0 25 0 1 120000 1118231262 23707648 5210 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/9227/statm: 5788 5210 89 173 0 5613 0
Current children cumulated CPU time (s) 702.03
Current children cumulated vsize (KiB) 23152

[startup+762.306 s]
/proc/loadavg: 1.04 0.99 0.98 2/65 9228
/proc/meminfo: memFree=1437984/2055920 swapFree=4179368/4192956
[pid=9227] ppid=9225 vsize=23408 CPUtime=762.02
/proc/9227/stat : 9227 (CirCUs) R 9225 9227 8938 0 -1 4194304 5512 0 0 0 76194 8 0 0 25 0 1 120000 1118231262 23969792 5269 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/9227/statm: 5852 5269 89 173 0 5677 0
Current children cumulated CPU time (s) 762.02
Current children cumulated vsize (KiB) 23408

[startup+822.302 s]
/proc/loadavg: 1.05 1.00 0.98 2/65 9228
/proc/meminfo: memFree=1436512/2055920 swapFree=4179368/4192956
[pid=9227] ppid=9225 vsize=24928 CPUtime=821.98
/proc/9227/stat : 9227 (CirCUs) R 9225 9227 8938 0 -1 4194304 5887 0 0 0 82190 8 0 0 25 0 1 120000 1118231262 25526272 5644 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/9227/statm: 6232 5644 89 173 0 6057 0
Current children cumulated CPU time (s) 821.98
Current children cumulated vsize (KiB) 24928

[startup+882.301 s]
/proc/loadavg: 1.09 1.03 0.99 2/65 9228
/proc/meminfo: memFree=1436384/2055920 swapFree=4179368/4192956
[pid=9227] ppid=9225 vsize=25064 CPUtime=881.97
/proc/9227/stat : 9227 (CirCUs) R 9225 9227 8938 0 -1 4194304 5917 0 0 0 88188 9 0 0 25 0 1 120000 1118231262 25665536 5674 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/9227/statm: 6266 5674 89 173 0 6091 0
Current children cumulated CPU time (s) 881.97
Current children cumulated vsize (KiB) 25064

[startup+942.302 s]
/proc/loadavg: 1.14 1.05 1.01 2/65 9228
/proc/meminfo: memFree=1436256/2055920 swapFree=4179368/4192956
[pid=9227] ppid=9225 vsize=25224 CPUtime=941.94
/proc/9227/stat : 9227 (CirCUs) R 9225 9227 8938 0 -1 4194304 5961 0 0 0 94185 9 0 0 25 0 1 120000 1118231262 25829376 5718 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/9227/statm: 6306 5718 89 173 0 6131 0
Current children cumulated CPU time (s) 941.94
Current children cumulated vsize (KiB) 25224

[startup+1002.3 s]
/proc/loadavg: 1.12 1.05 1.00 2/65 9228
/proc/meminfo: memFree=1434528/2055920 swapFree=4179368/4192956
[pid=9227] ppid=9225 vsize=26872 CPUtime=1001.92
/proc/9227/stat : 9227 (CirCUs) R 9225 9227 8938 0 -1 4194304 6400 0 0 0 100182 10 0 0 25 0 1 120000 1118231262 27516928 6157 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/9227/statm: 6718 6157 89 173 0 6543 0
Current children cumulated CPU time (s) 1001.92
Current children cumulated vsize (KiB) 26872

[startup+1062.3 s]
/proc/loadavg: 1.11 1.06 1.00 2/65 9230
/proc/meminfo: memFree=1434336/2055920 swapFree=4179368/4192956
[pid=9227] ppid=9225 vsize=27032 CPUtime=1061.9
/proc/9227/stat : 9227 (CirCUs) R 9225 9227 8938 0 -1 4194304 6413 0 0 0 106180 10 0 0 25 0 1 120000 1118231262 27680768 6170 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/9227/statm: 6758 6170 89 173 0 6583 0
Current children cumulated CPU time (s) 1061.9
Current children cumulated vsize (KiB) 27032

[startup+1122.3 s]
/proc/loadavg: 1.10 1.06 1.00 2/65 9230
/proc/meminfo: memFree=1434144/2055920 swapFree=4179368/4192956
[pid=9227] ppid=9225 vsize=27192 CPUtime=1121.87
/proc/9227/stat : 9227 (CirCUs) R 9225 9227 8938 0 -1 4194304 6462 0 0 0 112177 10 0 0 25 0 1 120000 1118231262 27844608 6219 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/9227/statm: 6798 6219 89 173 0 6623 0
Current children cumulated CPU time (s) 1121.87
Current children cumulated vsize (KiB) 27192

[startup+1182.3 s]
/proc/loadavg: 1.09 1.06 1.00 2/65 9230
/proc/meminfo: memFree=1433056/2055920 swapFree=4179368/4192956
[pid=9227] ppid=9225 vsize=28392 CPUtime=1181.85
/proc/9227/stat : 9227 (CirCUs) R 9225 9227 8938 0 -1 4194304 6726 0 0 0 118174 11 0 0 25 0 1 120000 1118231262 29073408 6483 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/9227/statm: 7098 6483 89 173 0 6923 0
Current children cumulated CPU time (s) 1181.85
Current children cumulated vsize (KiB) 28392



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 1.07 1.06 1.00 2/65 9230
/proc/meminfo: memFree=1432096/2055920 swapFree=4179368/4192956
[pid=9227] ppid=9225 vsize=29328 CPUtime=1200.05
/proc/9227/stat : 9227 (CirCUs) R 9225 9227 8938 0 -1 4194304 6960 0 0 0 119994 11 0 0 25 0 1 100 1118231262 30031872 6717 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/9227/statm: 7332 6717 89 173 0 7157 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 29328

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.07 1.06 1.00 2/65 9230
/proc/meminfo: memFree=1432096/2055920 swapFree=4179368/4192956
[pid=9227] ppid=9225 vsize=29328 CPUtime=1200.05
/proc/9227/stat : 9227 (CirCUs) R 9225 9227 8938 0 -1 4194304 6960 0 0 0 119994 11 0 0 25 0 1 100 1118231262 30031872 6717 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/9227/statm: 7332 6717 89 173 0 7157 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 29328

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.51
CPU time (s): 1200.07
CPU user time (s): 1199.94
CPU system time (s): 0.122981
CPU usage (%): 99.963
Max. virtual memory (cumulated for all children) (KiB): 29328

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

runsolver used 0.842871 second user time and 2.69359 second system time

The end

Launcher Data

Begin job on node23 at 2009-03-31 01:27:36
IDJOB=1524320
IDBENCH=70435
IDSOLVER=544
FILE ID=node23/1524320-1238455656
PBS_JOBID= 9061709
Free space on /tmp= 66452 MiB

SOLVER NAME= CircUs 2009-03-23
BENCH NAME= SAT09/RANDOM/MEDIUM/5SAT/SATISFIABLE/100/unif-k5-r21.3-v100-c2130-S984347600-003.cnf
COMMAND LINE= HOME/CirCUs BENCHNAME -t TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1524320-1238455656/watcher-1524320-1238455656 -o /tmp/evaluation-result-1524320-1238455656/solver-1524320-1238455656 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/CirCUs HOME/instance-1524320-1238455656.cnf -t 1200

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

MD5SUM BENCH= f970d757930d05086c1a20356ea57d99
RANDOM SEED=58653117

node23.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.268
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.268
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:       1459248 kB
Buffers:        107316 kB
Cached:         385416 kB
SwapCached:       7544 kB
Active:         186436 kB
Inactive:       315260 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1459248 kB
SwapTotal:     4192956 kB
SwapFree:      4179368 kB
Dirty:            1400 kB
Writeback:           0 kB
Mapped:          14740 kB
Slab:            80980 kB
Committed_AS:  3063392 kB
PageTables:       1392 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= 66452 MiB
End job on node23 at 2009-03-31 01:47:39