Trace number 1524570

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

General information on the benchmark

NameRANDOM/MEDIUM/3SAT/SATISFIABLE/400/
unif-k3-r4.25-v400-c1700-S981523907-072.cnf
MD5SUMcf49ce63274aed23e9ae314dbfe30852
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.020995
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of clauses1700
Sum of the clauses size5100
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31700
Number of clauses of size 40
Number of clauses of size 50
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-1524570-1238580255/watcher-1524570-1238580255 -o /tmp/evaluation-result-1524570-1238580255/solver-1524570-1238580255 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/CirCUs HOME/instance-1524570-1238580255.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.10 2/80 3130
/proc/meminfo: memFree=1369688/2055912 swapFree=4170680/4192956
[pid=3130] ppid=3128 vsize=1308 CPUtime=0
/proc/3130/stat : 3130 (CirCUs) R 3128 3130 2307 0 -1 4194304 166 0 0 0 0 0 0 0 18 0 1 120000 1130689409 1339392 150 1992294400 134512640 135224549 4294956208 18446744073709551615 134618933 0 0 4096 8192 0 0 0 17 1 0 0
/proc/3130/statm: 327 150 89 173 0 152 0

[startup+0.0164949 s]
/proc/loadavg: 1.00 1.00 1.10 2/80 3130
/proc/meminfo: memFree=1369688/2055912 swapFree=4170680/4192956
[pid=3130] ppid=3128 vsize=1308 CPUtime=0.01
/proc/3130/stat : 3130 (CirCUs) R 3128 3130 2307 0 -1 4194304 178 0 0 0 1 0 0 0 18 0 1 120000 1130689409 1339392 162 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/3130/statm: 327 162 89 173 0 152 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1308

[startup+0.102504 s]
/proc/loadavg: 1.00 1.00 1.10 2/80 3130
/proc/meminfo: memFree=1369688/2055912 swapFree=4170680/4192956
[pid=3130] ppid=3128 vsize=1572 CPUtime=0.1
/proc/3130/stat : 3130 (CirCUs) R 3128 3130 2307 0 -1 4194304 232 0 0 0 10 0 0 0 18 0 1 120000 1130689409 1609728 216 1992294400 134512640 135224549 4294956208 18446744073709551615 134632745 0 0 4096 8192 0 0 0 17 1 0 0
/proc/3130/statm: 393 216 89 173 0 218 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1572

[startup+0.301523 s]
/proc/loadavg: 1.00 1.00 1.10 2/80 3130
/proc/meminfo: memFree=1369688/2055912 swapFree=4170680/4192956
[pid=3130] ppid=3128 vsize=1704 CPUtime=0.29
/proc/3130/stat : 3130 (CirCUs) R 3128 3130 2307 0 -1 4194304 277 0 0 0 29 0 0 0 19 0 1 120000 1130689409 1744896 261 1992294400 134512640 135224549 4294956208 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 1 0 0
/proc/3130/statm: 426 261 89 173 0 251 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1704

[startup+0.702565 s]
/proc/loadavg: 1.00 1.00 1.10 2/80 3130
/proc/meminfo: memFree=1369688/2055912 swapFree=4170680/4192956
[pid=3130] ppid=3128 vsize=1968 CPUtime=0.7
/proc/3130/stat : 3130 (CirCUs) R 3128 3130 2307 0 -1 4194304 332 0 0 0 70 0 0 0 23 0 1 120000 1130689409 2015232 316 1992294400 134512640 135224549 4294956208 18446744073709551615 134617363 0 0 4096 8192 0 0 0 17 1 0 0
/proc/3130/statm: 492 316 89 173 0 317 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 1968

[startup+1.50165 s]
/proc/loadavg: 1.00 1.00 1.10 2/81 3131
/proc/meminfo: memFree=1368592/2055912 swapFree=4170680/4192956
[pid=3130] ppid=3128 vsize=2232 CPUtime=1.49
/proc/3130/stat : 3130 (CirCUs) R 3128 3130 2307 0 -1 4194304 400 0 0 0 149 0 0 0 25 0 1 120000 1130689409 2285568 384 1992294400 134512640 135224549 4294956208 18446744073709551615 134595295 0 0 4096 8192 0 0 0 17 1 0 0
/proc/3130/statm: 558 384 89 173 0 383 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 2232

[startup+3.10181 s]
/proc/loadavg: 1.00 1.00 1.10 2/81 3131
/proc/meminfo: memFree=1367952/2055912 swapFree=4170680/4192956
[pid=3130] ppid=3128 vsize=2908 CPUtime=3.09
/proc/3130/stat : 3130 (CirCUs) R 3128 3130 2307 0 -1 4194304 563 0 0 0 309 0 0 0 25 0 1 120000 1130689409 2977792 547 1992294400 134512640 135224549 4294956208 18446744073709551615 134595525 0 0 4096 8192 0 0 0 17 1 0 0
/proc/3130/statm: 727 547 89 173 0 552 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 2908

[startup+6.30115 s]
/proc/loadavg: 1.00 1.00 1.10 2/81 3131
/proc/meminfo: memFree=1367000/2055912 swapFree=4170680/4192956
[pid=3130] ppid=3128 vsize=3700 CPUtime=6.29
/proc/3130/stat : 3130 (CirCUs) R 3128 3130 2307 0 -1 4194304 768 0 0 0 629 0 0 0 25 0 1 120000 1130689409 3788800 752 1992294400 134512640 135224549 4294956208 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 1 0 0
/proc/3130/statm: 925 752 89 173 0 750 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 3700

[startup+12.7018 s]
/proc/loadavg: 1.00 1.00 1.10 2/81 3131
/proc/meminfo: memFree=1365856/2055912 swapFree=4170680/4192956
[pid=3130] ppid=3128 vsize=5024 CPUtime=12.69
/proc/3130/stat : 3130 (CirCUs) R 3128 3130 2307 0 -1 4194304 1070 0 0 0 1269 0 0 0 25 0 1 120000 1130689409 5144576 1054 1992294400 134512640 135224549 4294956208 18446744073709551615 134595312 0 0 4096 8192 0 0 0 17 1 0 0
/proc/3130/statm: 1256 1054 89 173 0 1081 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 5024

[startup+25.5011 s]
/proc/loadavg: 1.00 1.00 1.10 2/81 3131
/proc/meminfo: memFree=1364448/2055912 swapFree=4170680/4192956
[pid=3130] ppid=3128 vsize=6088 CPUtime=25.49
/proc/3130/stat : 3130 (CirCUs) R 3128 3130 2307 0 -1 4194304 1344 0 0 0 2548 1 0 0 25 0 1 120000 1130689409 6234112 1328 1992294400 134512640 135224549 4294956208 18446744073709551615 134595691 0 0 4096 8192 0 0 0 17 1 0 0
/proc/3130/statm: 1522 1328 89 173 0 1347 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 6088

[startup+51.1018 s]
/proc/loadavg: 1.00 1.00 1.09 2/81 3131
/proc/meminfo: memFree=1362720/2055912 swapFree=4170680/4192956
[pid=3130] ppid=3128 vsize=8100 CPUtime=51.08
/proc/3130/stat : 3130 (CirCUs) R 3128 3130 2307 0 -1 4194304 1863 0 0 0 5107 1 0 0 25 0 1 120000 1130689409 8294400 1814 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/3130/statm: 2025 1814 89 173 0 1850 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 8100

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.09 2/81 3131
/proc/meminfo: memFree=1360288/2055912 swapFree=4170680/4192956
[pid=3130] ppid=3128 vsize=10368 CPUtime=102.27
/proc/3130/stat : 3130 (CirCUs) R 3128 3130 2307 0 -1 4194304 2416 0 0 0 10225 2 0 0 25 0 1 120000 1130689409 10616832 2367 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/3130/statm: 2592 2367 89 173 0 2417 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 10368

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.08 2/81 3131
/proc/meminfo: memFree=1358496/2055912 swapFree=4170680/4192956
[pid=3130] ppid=3128 vsize=12352 CPUtime=162.25
/proc/3130/stat : 3130 (CirCUs) R 3128 3130 2307 0 -1 4194304 2925 0 0 0 16222 3 0 0 25 0 1 120000 1130689409 12648448 2811 1992294400 134512640 135224549 4294956208 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 1 0 0
/proc/3130/statm: 3088 2811 89 173 0 2913 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 12352

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.07 2/81 3131
/proc/meminfo: memFree=1357472/2055912 swapFree=4170680/4192956
[pid=3130] ppid=3128 vsize=13408 CPUtime=222.24
/proc/3130/stat : 3130 (CirCUs) R 3128 3130 2307 0 -1 4194304 3176 0 0 0 22221 3 0 0 25 0 1 120000 1130689409 13729792 3062 1992294400 134512640 135224549 4294956208 18446744073709551615 134595383 0 0 4096 8192 0 0 0 17 1 0 0
/proc/3130/statm: 3352 3062 89 173 0 3177 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 13408

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.07 2/81 3131
/proc/meminfo: memFree=1355680/2055912 swapFree=4170680/4192956
[pid=3130] ppid=3128 vsize=15152 CPUtime=282.22
/proc/3130/stat : 3130 (CirCUs) R 3128 3130 2307 0 -1 4194304 3644 0 0 0 28218 4 0 0 25 0 1 120000 1130689409 15515648 3530 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/3130/statm: 3788 3530 89 173 0 3613 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 15152

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.06 2/81 3131
/proc/meminfo: memFree=1354912/2055912 swapFree=4170680/4192956
[pid=3130] ppid=3128 vsize=15868 CPUtime=342.2
/proc/3130/stat : 3130 (CirCUs) R 3128 3130 2307 0 -1 4194304 3816 0 0 0 34216 4 0 0 25 0 1 120000 1130689409 16248832 3702 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/3130/statm: 3967 3702 89 173 0 3792 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 15868

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.06 2/81 3131
/proc/meminfo: memFree=1353568/2055912 swapFree=4170680/4192956
[pid=3130] ppid=3128 vsize=17392 CPUtime=402.19
/proc/3130/stat : 3130 (CirCUs) R 3128 3130 2307 0 -1 4194304 4149 0 0 0 40214 5 0 0 25 0 1 120000 1130689409 17809408 4035 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/3130/statm: 4348 4035 89 173 0 4173 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 17392

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.05 2/81 3131
/proc/meminfo: memFree=1352096/2055912 swapFree=4170680/4192956
[pid=3130] ppid=3128 vsize=18852 CPUtime=462.17
/proc/3130/stat : 3130 (CirCUs) R 3128 3130 2307 0 -1 4194304 4526 0 0 0 46212 5 0 0 25 0 1 120000 1130689409 19304448 4412 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/3130/statm: 4713 4412 89 173 0 4538 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 18852

[startup+522.303 s]
/proc/loadavg: 1.00 1.00 1.05 2/81 3131
/proc/meminfo: memFree=1351392/2055912 swapFree=4170680/4192956
[pid=3130] ppid=3128 vsize=19752 CPUtime=522.16
/proc/3130/stat : 3130 (CirCUs) R 3128 3130 2307 0 -1 4194304 4730 0 0 0 52211 5 0 0 25 0 1 120000 1130689409 20226048 4616 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/3130/statm: 4938 4616 89 173 0 4763 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 19752

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.04 2/81 3131
/proc/meminfo: memFree=1350240/2055912 swapFree=4170680/4192956
[pid=3130] ppid=3128 vsize=21228 CPUtime=582.14
/proc/3130/stat : 3130 (CirCUs) R 3128 3130 2307 0 -1 4194304 5108 0 0 0 58209 5 0 0 25 0 1 120000 1130689409 21737472 4865 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/3130/statm: 5307 4865 89 173 0 5132 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 21228

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.03 2/81 3131
/proc/meminfo: memFree=1349664/2055912 swapFree=4170680/4192956
[pid=3130] ppid=3128 vsize=21940 CPUtime=642.13
/proc/3130/stat : 3130 (CirCUs) R 3128 3130 2307 0 -1 4194304 5262 0 0 0 64208 5 0 0 25 0 1 120000 1130689409 22466560 5019 1992294400 134512640 135224549 4294956208 18446744073709551615 134595706 0 0 4096 8192 0 0 0 17 1 0 0
/proc/3130/statm: 5485 5019 89 173 0 5310 0
Current children cumulated CPU time (s) 642.13
Current children cumulated vsize (KiB) 21940

[startup+702.303 s]
/proc/loadavg: 1.00 1.00 1.03 2/81 3131
/proc/meminfo: memFree=1348512/2055912 swapFree=4170680/4192956
[pid=3130] ppid=3128 vsize=23040 CPUtime=702.11
/proc/3130/stat : 3130 (CirCUs) R 3128 3130 2307 0 -1 4194304 5542 0 0 0 70206 5 0 0 25 0 1 120000 1130689409 23592960 5299 1992294400 134512640 135224549 4294956208 18446744073709551615 134621245 0 0 4096 8192 0 0 0 17 1 0 0
/proc/3130/statm: 5760 5299 89 173 0 5585 0
Current children cumulated CPU time (s) 702.11
Current children cumulated vsize (KiB) 23040

[startup+762.308 s]
/proc/loadavg: 1.00 1.00 1.02 2/81 3131
/proc/meminfo: memFree=1348384/2055912 swapFree=4170680/4192956
[pid=3130] ppid=3128 vsize=23192 CPUtime=762.1
/proc/3130/stat : 3130 (CirCUs) R 3128 3130 2307 0 -1 4194304 5564 0 0 0 76205 5 0 0 25 0 1 120000 1130689409 23748608 5321 1992294400 134512640 135224549 4294956208 18446744073709551615 134595437 0 0 4096 8192 0 0 0 17 1 0 0
/proc/3130/statm: 5798 5321 89 173 0 5623 0
Current children cumulated CPU time (s) 762.1
Current children cumulated vsize (KiB) 23192

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.02 2/81 3131
/proc/meminfo: memFree=1346720/2055912 swapFree=4170680/4192956
[pid=3130] ppid=3128 vsize=24796 CPUtime=822.08
/proc/3130/stat : 3130 (CirCUs) R 3128 3130 2307 0 -1 4194304 5989 0 0 0 82202 6 0 0 25 0 1 120000 1130689409 25391104 5746 1992294400 134512640 135224549 4294956208 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 1 0 0
/proc/3130/statm: 6199 5746 89 173 0 6024 0
Current children cumulated CPU time (s) 822.08
Current children cumulated vsize (KiB) 24796

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 1.01 2/81 3131
/proc/meminfo: memFree=1346720/2055912 swapFree=4170680/4192956
[pid=3130] ppid=3128 vsize=24796 CPUtime=882.06
/proc/3130/stat : 3130 (CirCUs) R 3128 3130 2307 0 -1 4194304 5998 0 0 0 88200 6 0 0 25 0 1 120000 1130689409 25391104 5755 1992294400 134512640 135224549 4294956208 18446744073709551615 134595558 0 0 4096 8192 0 0 0 17 1 0 0
/proc/3130/statm: 6199 5755 89 173 0 6024 0
Current children cumulated CPU time (s) 882.06
Current children cumulated vsize (KiB) 24796

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/81 3131
/proc/meminfo: memFree=1346464/2055912 swapFree=4170680/4192956
[pid=3130] ppid=3128 vsize=25168 CPUtime=942.05
/proc/3130/stat : 3130 (CirCUs) R 3128 3130 2307 0 -1 4194304 6064 0 0 0 94199 6 0 0 25 0 1 120000 1130689409 25772032 5821 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/3130/statm: 6292 5821 89 173 0 6117 0
Current children cumulated CPU time (s) 942.05
Current children cumulated vsize (KiB) 25168

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/81 3131
/proc/meminfo: memFree=1344480/2055912 swapFree=4170680/4192956
[pid=3130] ppid=3128 vsize=27140 CPUtime=1002.04
/proc/3130/stat : 3130 (CirCUs) R 3128 3130 2307 0 -1 4194304 6570 0 0 0 100197 7 0 0 25 0 1 120000 1130689409 27791360 6327 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/3130/statm: 6785 6327 89 173 0 6610 0
Current children cumulated CPU time (s) 1002.04
Current children cumulated vsize (KiB) 27140

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/81 3131
/proc/meminfo: memFree=1344480/2055912 swapFree=4170680/4192956
[pid=3130] ppid=3128 vsize=27140 CPUtime=1062.02
/proc/3130/stat : 3130 (CirCUs) R 3128 3130 2307 0 -1 4194304 6571 0 0 0 106195 7 0 0 25 0 1 120000 1130689409 27791360 6328 1992294400 134512640 135224549 4294956208 18446744073709551615 134595315 0 0 4096 8192 0 0 0 17 1 0 0
/proc/3130/statm: 6785 6328 89 173 0 6610 0
Current children cumulated CPU time (s) 1062.02
Current children cumulated vsize (KiB) 27140

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/81 3131
/proc/meminfo: memFree=1344352/2055912 swapFree=4170680/4192956
[pid=3130] ppid=3128 vsize=27308 CPUtime=1122.01
/proc/3130/stat : 3130 (CirCUs) R 3128 3130 2307 0 -1 4194304 6600 0 0 0 112194 7 0 0 25 0 1 120000 1130689409 27963392 6357 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/3130/statm: 6827 6357 89 173 0 6652 0
Current children cumulated CPU time (s) 1122.01
Current children cumulated vsize (KiB) 27308

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/81 3131
/proc/meminfo: memFree=1343648/2055912 swapFree=4170680/4192956
[pid=3130] ppid=3128 vsize=28144 CPUtime=1181.99
/proc/3130/stat : 3130 (CirCUs) R 3128 3130 2307 0 -1 4194304 6779 0 0 0 118192 7 0 0 25 0 1 120000 1130689409 28819456 6536 1992294400 134512640 135224549 4294956208 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 1 0 0
/proc/3130/statm: 7036 6536 89 173 0 6861 0
Current children cumulated CPU time (s) 1181.99
Current children cumulated vsize (KiB) 28144



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/81 3131
/proc/meminfo: memFree=1342560/2055912 swapFree=4170680/4192956
[pid=3130] ppid=3128 vsize=29224 CPUtime=1200.08
/proc/3130/stat : 3130 (CirCUs) R 3128 3130 2307 0 -1 4194304 7036 0 0 0 120001 7 0 0 25 0 1 100 1130689409 29925376 6793 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/3130/statm: 7306 6793 89 173 0 7131 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 29224

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.1
CPU user time (s): 1200.02
CPU system time (s): 0.081987
CPU usage (%): 99.9742
Max. virtual memory (cumulated for all children) (KiB): 29224

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

runsolver used 1.58076 second user time and 3.88941 second system time

The end

Launcher Data

Begin job on node78 at 2009-04-01 12:04:15
IDJOB=1524570
IDBENCH=70685
IDSOLVER=544
FILE ID=node78/1524570-1238580255
PBS_JOBID= 9062186
Free space on /tmp= 126872 MiB

SOLVER NAME= CircUs 2009-03-23
BENCH NAME= SAT09/RANDOM/MEDIUM/3SAT/SATISFIABLE/400/unif-k3-r4.25-v400-c1700-S981523907-072.cnf
COMMAND LINE= HOME/CirCUs BENCHNAME -t TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1524570-1238580255/watcher-1524570-1238580255 -o /tmp/evaluation-result-1524570-1238580255/solver-1524570-1238580255 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/CirCUs HOME/instance-1524570-1238580255.cnf -t 1200

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

MD5SUM BENCH= cf49ce63274aed23e9ae314dbfe30852
RANDOM SEED=248311845

node78.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.214
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.214
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:      2055912 kB
MemFree:       1370168 kB
Buffers:         98468 kB
Cached:         493288 kB
SwapCached:       7800 kB
Active:         331736 kB
Inactive:       270540 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055912 kB
LowFree:       1370168 kB
SwapTotal:     4192956 kB
SwapFree:      4170680 kB
Dirty:            1364 kB
Writeback:           0 kB
Mapped:          16136 kB
Slab:            67620 kB
Committed_AS:  2729672 kB
PageTables:       2556 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 126872 MiB
End job on node78 at 2009-04-01 12:24:18