Trace number 1524345

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.05 1206.11

General information on the benchmark

NameRANDOM/MEDIUM/7SAT/UNKNOWN/60/
unif-k7-r89-v60-c5340-S2065372010-022.cnf
MD5SUM9c2e94bcd290d34e0b2c0cbd91a44953
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark782.986
Satisfiable
(Un)Satisfiability was proved
Number of variables60
Number of clauses5340
Sum of the clauses size37380
Maximum clause length7
Minimum clause length7
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 50
Number of clauses of size over 55340

Solver Data

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

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-1524345-1238461814/watcher-1524345-1238461814 -o /tmp/evaluation-result-1524345-1238461814/solver-1524345-1238461814 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/CirCUs HOME/instance-1524345-1238461814.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: 2.00 2.00 2.00 4/86 28510
/proc/meminfo: memFree=1689480/2055924 swapFree=4179644/4192956
[pid=28510] ppid=28508 vsize=1312 CPUtime=0
/proc/28510/stat : 28510 (CirCUs) R 28508 28510 27847 0 -1 4194304 149 0 0 0 0 0 0 0 20 0 1 120000 472511804 1343488 134 1992294400 134512640 135224549 4294956208 18446744073709551615 134612845 0 0 4096 8192 0 0 0 17 1 0 0
/proc/28510/statm: 328 134 70 173 0 153 0

[startup+0.036076 s]
/proc/loadavg: 2.00 2.00 2.00 4/86 28510
/proc/meminfo: memFree=1689480/2055924 swapFree=4179644/4192956
[pid=28510] ppid=28508 vsize=1836 CPUtime=0.02
/proc/28510/stat : 28510 (CirCUs) R 28508 28510 27847 0 -1 4194304 258 0 0 0 2 0 0 0 20 0 1 120000 472511804 1880064 242 1992294400 134512640 135224549 4294956208 18446744073709551615 134570492 0 0 4096 8192 0 0 0 17 0 0 0
/proc/28510/statm: 459 242 74 173 0 284 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 1836

[startup+0.101087 s]
/proc/loadavg: 2.00 2.00 2.00 4/86 28510
/proc/meminfo: memFree=1689480/2055924 swapFree=4179644/4192956
[pid=28510] ppid=28508 vsize=1968 CPUtime=0.09
/proc/28510/stat : 28510 (CirCUs) R 28508 28510 27847 0 -1 4194304 311 0 0 0 9 0 0 0 20 0 1 120000 472511804 2015232 295 1992294400 134512640 135224549 4294956208 18446744073709551615 134595683 0 0 4096 8192 0 0 0 17 0 0 0
/proc/28510/statm: 492 295 90 173 0 317 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1968

[startup+0.301124 s]
/proc/loadavg: 2.00 2.00 2.00 4/86 28510
/proc/meminfo: memFree=1689480/2055924 swapFree=4179644/4192956
[pid=28510] ppid=28508 vsize=2100 CPUtime=0.29
/proc/28510/stat : 28510 (CirCUs) R 28508 28510 27847 0 -1 4194304 348 0 0 0 29 0 0 0 22 0 1 120000 472511804 2150400 332 1992294400 134512640 135224549 4294956208 18446744073709551615 134595561 0 0 4096 8192 0 0 0 17 0 0 0
/proc/28510/statm: 525 332 90 173 0 350 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 2100

[startup+0.701198 s]
/proc/loadavg: 2.00 2.00 2.00 4/86 28510
/proc/meminfo: memFree=1689480/2055924 swapFree=4179644/4192956
[pid=28510] ppid=28508 vsize=2364 CPUtime=0.69
/proc/28510/stat : 28510 (CirCUs) R 28508 28510 27847 0 -1 4194304 406 0 0 0 69 0 0 0 25 0 1 120000 472511804 2420736 390 1992294400 134512640 135224549 4294956208 18446744073709551615 134595318 0 0 4096 8192 0 0 0 17 0 0 0
/proc/28510/statm: 591 390 90 173 0 416 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 2364

[startup+1.50135 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 28511
/proc/meminfo: memFree=1688064/2055924 swapFree=4179644/4192956
[pid=28510] ppid=28508 vsize=2760 CPUtime=1.48
/proc/28510/stat : 28510 (CirCUs) R 28508 28510 27847 0 -1 4194304 510 0 0 0 148 0 0 0 25 0 1 120000 472511804 2826240 494 1992294400 134512640 135224549 4294956208 18446744073709551615 134595405 0 0 4096 8192 0 0 0 17 0 0 0
/proc/28510/statm: 690 494 90 173 0 515 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 2760

[startup+3.10264 s]
/proc/loadavg: 2.16 2.03 2.01 3/87 28511
/proc/meminfo: memFree=1687360/2055924 swapFree=4179644/4192956
[pid=28510] ppid=28508 vsize=3292 CPUtime=3.08
/proc/28510/stat : 28510 (CirCUs) R 28508 28510 27847 0 -1 4194304 644 0 0 0 308 0 0 0 25 0 1 120000 472511804 3371008 628 1992294400 134512640 135224549 4294956208 18446744073709551615 134632731 0 0 4096 8192 0 0 0 17 0 0 0
/proc/28510/statm: 823 628 90 173 0 648 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 3292

[startup+6.30124 s]
/proc/loadavg: 2.16 2.03 2.01 3/87 28511
/proc/meminfo: memFree=1686400/2055924 swapFree=4179644/4192956
[pid=28510] ppid=28508 vsize=4092 CPUtime=6.26
/proc/28510/stat : 28510 (CirCUs) R 28508 28510 27847 0 -1 4194304 858 0 0 0 626 0 0 0 25 0 1 120000 472511804 4190208 842 1992294400 134512640 135224549 4294956208 18446744073709551615 134632730 0 0 4096 8192 0 0 0 17 0 0 0
/proc/28510/statm: 1023 842 90 173 0 848 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 4092

[startup+12.7024 s]
/proc/loadavg: 2.60 2.13 2.04 3/87 28511
/proc/meminfo: memFree=1684992/2055924 swapFree=4179644/4192956
[pid=28510] ppid=28508 vsize=5292 CPUtime=12.63
/proc/28510/stat : 28510 (CirCUs) R 28508 28510 27847 0 -1 4194304 1129 0 0 0 1263 0 0 0 25 0 1 120000 472511804 5419008 1113 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 0 0 0
/proc/28510/statm: 1323 1113 90 173 0 1148 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 5292

[startup+25.5018 s]
/proc/loadavg: 2.50 2.13 2.04 3/87 28511
/proc/meminfo: memFree=1683648/2055924 swapFree=4179644/4192956
[pid=28510] ppid=28508 vsize=6904 CPUtime=25.36
/proc/28510/stat : 28510 (CirCUs) R 28508 28510 27847 0 -1 4194304 1514 0 0 0 2536 0 0 0 25 0 1 120000 472511804 7069696 1498 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 0 0 0
/proc/28510/statm: 1726 1498 90 173 0 1551 0
Current children cumulated CPU time (s) 25.36
Current children cumulated vsize (KiB) 6904

[startup+51.1015 s]
/proc/loadavg: 2.33 2.11 2.04 3/87 28511
/proc/meminfo: memFree=1682112/2055924 swapFree=4179644/4192956
[pid=28510] ppid=28508 vsize=8632 CPUtime=50.83
/proc/28510/stat : 28510 (CirCUs) R 28508 28510 27847 0 -1 4194304 1954 0 0 0 5083 0 0 0 25 0 1 120000 472511804 8839168 1905 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 0 0 0
/proc/28510/statm: 2158 1905 90 173 0 1983 0
Current children cumulated CPU time (s) 50.83
Current children cumulated vsize (KiB) 8632

[startup+102.308 s]
/proc/loadavg: 2.13 2.09 2.03 3/87 28511
/proc/meminfo: memFree=1679808/2055924 swapFree=4179644/4192956
[pid=28510] ppid=28508 vsize=10976 CPUtime=101.78
/proc/28510/stat : 28510 (CirCUs) R 28508 28510 27847 0 -1 4194304 2476 0 0 0 10177 1 0 0 25 0 1 120000 472511804 11239424 2427 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 0 0 0
/proc/28510/statm: 2744 2427 90 173 0 2569 0
Current children cumulated CPU time (s) 101.78
Current children cumulated vsize (KiB) 10976

[startup+162.302 s]
/proc/loadavg: 2.05 2.07 2.03 3/87 28511
/proc/meminfo: memFree=1677824/2055924 swapFree=4179644/4192956
[pid=28510] ppid=28508 vsize=13444 CPUtime=161.47
/proc/28510/stat : 28510 (CirCUs) R 28508 28510 27847 0 -1 4194304 3056 0 0 0 16146 1 0 0 25 0 1 120000 472511804 13766656 2942 1992294400 134512640 135224549 4294956208 18446744073709551615 134595405 0 0 4096 8192 0 0 0 17 0 0 0
/proc/28510/statm: 3361 2942 90 173 0 3186 0
Current children cumulated CPU time (s) 161.47
Current children cumulated vsize (KiB) 13444

[startup+222.302 s]
/proc/loadavg: 2.02 2.06 2.02 3/87 28511
/proc/meminfo: memFree=1676544/2055924 swapFree=4179644/4192956
[pid=28510] ppid=28508 vsize=14832 CPUtime=221.16
/proc/28510/stat : 28510 (CirCUs) R 28508 28510 27847 0 -1 4194304 3385 0 0 0 22115 1 0 0 25 0 1 120000 472511804 15187968 3271 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 0 0 0
/proc/28510/statm: 3708 3271 90 173 0 3533 0
Current children cumulated CPU time (s) 221.16
Current children cumulated vsize (KiB) 14832

[startup+282.302 s]
/proc/loadavg: 2.00 2.05 2.02 3/87 28511
/proc/meminfo: memFree=1675712/2055924 swapFree=4179644/4192956
[pid=28510] ppid=28508 vsize=15944 CPUtime=280.87
/proc/28510/stat : 28510 (CirCUs) R 28508 28510 27847 0 -1 4194304 3631 0 0 0 28085 2 0 0 25 0 1 120000 472511804 16326656 3517 1992294400 134512640 135224549 4294956208 18446744073709551615 134595318 0 0 4096 8192 0 0 0 17 0 0 0
/proc/28510/statm: 3986 3517 90 173 0 3811 0
Current children cumulated CPU time (s) 280.87
Current children cumulated vsize (KiB) 15944

[startup+342.301 s]
/proc/loadavg: 2.00 2.03 2.01 3/87 28511
/proc/meminfo: memFree=1674304/2055924 swapFree=4179644/4192956
[pid=28510] ppid=28508 vsize=17236 CPUtime=340.57
/proc/28510/stat : 28510 (CirCUs) R 28508 28510 27847 0 -1 4194304 3948 0 0 0 34055 2 0 0 25 0 1 120000 472511804 17649664 3834 1992294400 134512640 135224549 4294956208 18446744073709551615 134595405 0 0 4096 8192 0 0 0 17 0 0 0
/proc/28510/statm: 4309 3834 90 173 0 4134 0
Current children cumulated CPU time (s) 340.57
Current children cumulated vsize (KiB) 17236

[startup+402.301 s]
/proc/loadavg: 2.00 2.03 2.00 3/87 28511
/proc/meminfo: memFree=1673280/2055924 swapFree=4179644/4192956
[pid=28510] ppid=28508 vsize=18268 CPUtime=400.26
/proc/28510/stat : 28510 (CirCUs) R 28508 28510 27847 0 -1 4194304 4220 0 0 0 40024 2 0 0 25 0 1 120000 472511804 18706432 4106 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 0 0 0
/proc/28510/statm: 4567 4106 90 173 0 4392 0
Current children cumulated CPU time (s) 400.26
Current children cumulated vsize (KiB) 18268

[startup+462.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/87 28511
/proc/meminfo: memFree=1671744/2055924 swapFree=4179644/4192956
[pid=28510] ppid=28508 vsize=19748 CPUtime=459.97
/proc/28510/stat : 28510 (CirCUs) R 28508 28510 27847 0 -1 4194304 4586 0 0 0 45994 3 0 0 25 0 1 120000 472511804 20221952 4472 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 0 0 0
/proc/28510/statm: 4937 4472 90 173 0 4762 0
Current children cumulated CPU time (s) 459.97
Current children cumulated vsize (KiB) 19748

[startup+522.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/87 28511
/proc/meminfo: memFree=1670976/2055924 swapFree=4179644/4192956
[pid=28510] ppid=28508 vsize=20868 CPUtime=519.67
/proc/28510/stat : 28510 (CirCUs) R 28508 28510 27847 0 -1 4194304 4784 0 0 0 51964 3 0 0 25 0 1 120000 472511804 21368832 4670 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 0 0 0
/proc/28510/statm: 5217 4670 90 173 0 5042 0
Current children cumulated CPU time (s) 519.67
Current children cumulated vsize (KiB) 20868

[startup+582.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/87 28511
/proc/meminfo: memFree=1669696/2055924 swapFree=4179644/4192956
[pid=28510] ppid=28508 vsize=22136 CPUtime=579.36
/proc/28510/stat : 28510 (CirCUs) R 28508 28510 27847 0 -1 4194304 5098 0 0 0 57933 3 0 0 25 0 1 120000 472511804 22667264 4984 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 0 0 0
/proc/28510/statm: 5534 4984 90 173 0 5359 0
Current children cumulated CPU time (s) 579.36
Current children cumulated vsize (KiB) 22136

[startup+642.301 s]
/proc/loadavg: 2.04 2.02 2.00 3/87 28511
/proc/meminfo: memFree=1669568/2055924 swapFree=4179644/4192956
[pid=28510] ppid=28508 vsize=22296 CPUtime=639.06
/proc/28510/stat : 28510 (CirCUs) R 28508 28510 27847 0 -1 4194304 5125 0 0 0 63903 3 0 0 25 0 1 120000 472511804 22831104 5011 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 0 0 0
/proc/28510/statm: 5574 5011 90 173 0 5399 0
Current children cumulated CPU time (s) 639.06
Current children cumulated vsize (KiB) 22296

[startup+702.301 s]
/proc/loadavg: 2.01 2.01 2.00 3/87 28511
/proc/meminfo: memFree=1668032/2055924 swapFree=4179644/4192956
[pid=28510] ppid=28508 vsize=23996 CPUtime=698.77
/proc/28510/stat : 28510 (CirCUs) R 28508 28510 27847 0 -1 4194304 5612 0 0 0 69873 4 0 0 25 0 1 120000 472511804 24571904 5369 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 0 0 0
/proc/28510/statm: 5999 5369 90 173 0 5824 0
Current children cumulated CPU time (s) 698.77
Current children cumulated vsize (KiB) 23996

[startup+762.307 s]
/proc/loadavg: 2.11 2.04 2.00 3/87 28511
/proc/meminfo: memFree=1667904/2055924 swapFree=4179644/4192956
[pid=28510] ppid=28508 vsize=24168 CPUtime=758.47
/proc/28510/stat : 28510 (CirCUs) R 28508 28510 27847 0 -1 4194304 5624 0 0 0 75843 4 0 0 25 0 1 120000 472511804 24748032 5381 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 0 0 0
/proc/28510/statm: 6042 5381 90 173 0 5867 0
Current children cumulated CPU time (s) 758.47
Current children cumulated vsize (KiB) 24168

[startup+822.302 s]
/proc/loadavg: 2.11 2.05 2.00 3/87 28511
/proc/meminfo: memFree=1667840/2055924 swapFree=4179644/4192956
[pid=28510] ppid=28508 vsize=24168 CPUtime=818.16
/proc/28510/stat : 28510 (CirCUs) R 28508 28510 27847 0 -1 4194304 5661 0 0 0 81812 4 0 0 25 0 1 120000 472511804 24748032 5418 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 0 0 0
/proc/28510/statm: 6042 5418 90 173 0 5867 0
Current children cumulated CPU time (s) 818.16
Current children cumulated vsize (KiB) 24168

[startup+882.302 s]
/proc/loadavg: 2.10 2.05 2.00 3/87 28511
/proc/meminfo: memFree=1666176/2055924 swapFree=4179644/4192956
[pid=28510] ppid=28508 vsize=25804 CPUtime=877.86
/proc/28510/stat : 28510 (CirCUs) R 28508 28510 27847 0 -1 4194304 6057 0 0 0 87782 4 0 0 25 0 1 120000 472511804 26423296 5814 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 0 0 0
/proc/28510/statm: 6451 5814 90 173 0 6276 0
Current children cumulated CPU time (s) 877.86
Current children cumulated vsize (KiB) 25804

[startup+942.303 s]
/proc/loadavg: 2.10 2.06 2.00 3/87 28511
/proc/meminfo: memFree=1665984/2055924 swapFree=4179644/4192956
[pid=28510] ppid=28508 vsize=26140 CPUtime=937.56
/proc/28510/stat : 28510 (CirCUs) R 28508 28510 27847 0 -1 4194304 6110 0 0 0 93752 4 0 0 25 0 1 120000 472511804 26767360 5867 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 0 0 0
/proc/28510/statm: 6535 5867 90 173 0 6360 0
Current children cumulated CPU time (s) 937.56
Current children cumulated vsize (KiB) 26140

[startup+1002.3 s]
/proc/loadavg: 2.08 2.06 2.00 3/87 28511
/proc/meminfo: memFree=1665472/2055924 swapFree=4179644/4192956
[pid=28510] ppid=28508 vsize=26652 CPUtime=997.25
/proc/28510/stat : 28510 (CirCUs) R 28508 28510 27847 0 -1 4194304 6231 0 0 0 99721 4 0 0 25 0 1 120000 472511804 27291648 5988 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 0 0 0
/proc/28510/statm: 6663 5988 90 173 0 6488 0
Current children cumulated CPU time (s) 997.25
Current children cumulated vsize (KiB) 26652

[startup+1062.3 s]
/proc/loadavg: 2.08 2.06 2.00 3/87 28511
/proc/meminfo: memFree=1664192/2055924 swapFree=4179644/4192956
[pid=28510] ppid=28508 vsize=28252 CPUtime=1056.95
/proc/28510/stat : 28510 (CirCUs) R 28508 28510 27847 0 -1 4194304 6602 0 0 0 105691 4 0 0 25 0 1 120000 472511804 28930048 6359 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 0 0 0
/proc/28510/statm: 7063 6359 90 173 0 6888 0
Current children cumulated CPU time (s) 1056.95
Current children cumulated vsize (KiB) 28252

[startup+1122.3 s]
/proc/loadavg: 2.07 2.06 2.00 3/87 28511
/proc/meminfo: memFree=1664064/2055924 swapFree=4179644/4192956
[pid=28510] ppid=28508 vsize=28252 CPUtime=1116.66
/proc/28510/stat : 28510 (CirCUs) R 28508 28510 27847 0 -1 4194304 6604 0 0 0 111661 5 0 0 25 0 1 120000 472511804 28930048 6361 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 0 0 0
/proc/28510/statm: 7063 6361 90 173 0 6888 0
Current children cumulated CPU time (s) 1116.66
Current children cumulated vsize (KiB) 28252

[startup+1182.3 s]
/proc/loadavg: 2.03 2.05 2.00 3/87 28511
/proc/meminfo: memFree=1664000/2055924 swapFree=4179644/4192956
[pid=28510] ppid=28508 vsize=28252 CPUtime=1176.36
/proc/28510/stat : 28510 (CirCUs) R 28508 28510 27847 0 -1 4194304 6623 0 0 0 117631 5 0 0 25 0 1 120000 472511804 28930048 6380 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 0 0 0
/proc/28510/statm: 7063 6380 90 173 0 6888 0
Current children cumulated CPU time (s) 1176.36
Current children cumulated vsize (KiB) 28252



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1206.1 s]
/proc/loadavg: 2.02 2.04 2.00 3/87 28511
/proc/meminfo: memFree=1663808/2055924 swapFree=4179644/4192956
[pid=28510] ppid=28508 vsize=28448 CPUtime=1200.03
/proc/28510/stat : 28510 (CirCUs) R 28508 28510 27847 0 -1 4194304 6666 0 0 0 119998 5 0 0 25 0 1 600 472511804 29130752 6423 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 0 0 0
/proc/28510/statm: 7112 6423 90 173 0 6937 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 28448

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

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

[startup+1206.1 s]
/proc/loadavg: 2.02 2.04 2.00 3/87 28511
/proc/meminfo: memFree=1663808/2055924 swapFree=4179644/4192956
[pid=28510] ppid=28508 vsize=28448 CPUtime=1200.03
/proc/28510/stat : 28510 (CirCUs) R 28508 28510 27847 0 -1 4194304 6666 0 0 0 119998 5 0 0 25 0 1 600 472511804 29130752 6423 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 0 0 0
/proc/28510/statm: 7112 6423 90 173 0 6937 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 28448

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1206.11
CPU time (s): 1200.05
CPU user time (s): 1199.99
CPU system time (s): 0.057991
CPU usage (%): 99.497
Max. virtual memory (cumulated for all children) (KiB): 28448

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

runsolver used 1.49677 second user time and 4.00339 second system time

The end

Launcher Data

Begin job on node83 at 2009-03-31 03:10:14
IDJOB=1524345
IDBENCH=70460
IDSOLVER=544
FILE ID=node83/1524345-1238461814
PBS_JOBID= 9061677
Free space on /tmp= 66508 MiB

SOLVER NAME= CircUs 2009-03-23
BENCH NAME= SAT09/RANDOM/MEDIUM/7SAT/UNKNOWN/60/unif-k7-r89-v60-c5340-S2065372010-022.cnf
COMMAND LINE= HOME/CirCUs BENCHNAME -t TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1524345-1238461814/watcher-1524345-1238461814 -o /tmp/evaluation-result-1524345-1238461814/solver-1524345-1238461814 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/CirCUs HOME/instance-1524345-1238461814.cnf -t 1200

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

MD5SUM BENCH= 9c2e94bcd290d34e0b2c0cbd91a44953
RANDOM SEED=1766982010

node83.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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055924 kB
MemFree:       1689896 kB
Buffers:         63592 kB
Cached:         209724 kB
SwapCached:       7524 kB
Active:         152140 kB
Inactive:       139700 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1689896 kB
SwapTotal:     4192956 kB
SwapFree:      4179644 kB
Dirty:            1316 kB
Writeback:           4 kB
Mapped:          25988 kB
Slab:            58168 kB
Committed_AS:  1110764 kB
PageTables:       2680 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= 66504 MiB
End job on node83 at 2009-03-31 03:30:22