Trace number 1524501

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

General information on the benchmark

NameRANDOM/MEDIUM/3SAT/UNKNOWN/460/
unif-k3-r4.25-v460-c1955-S1810287895-075.cnf
MD5SUM642edeb8ba30ebee256f5f53448e9be6
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark586.387
Satisfiable
(Un)Satisfiability was proved
Number of variables460
Number of clauses1955
Sum of the clauses size5865
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31955
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-1524501-1238551856/watcher-1524501-1238551856 -o /tmp/evaluation-result-1524501-1238551856/solver-1524501-1238551856 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/CirCUs HOME/instance-1524501-1238551856.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.92 1.99 2.16 3/86 32443
/proc/meminfo: memFree=1671832/2055924 swapFree=4179644/4192956
[pid=32443] ppid=32441 vsize=1308 CPUtime=0
/proc/32443/stat : 32443 (CirCUs) R 32441 32443 31701 0 -1 4194304 172 0 0 0 0 0 0 0 18 0 1 120000 481516008 1339392 156 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/32443/statm: 327 156 89 173 0 152 0

[startup+0.075799 s]
/proc/loadavg: 1.92 1.99 2.16 3/86 32443
/proc/meminfo: memFree=1671832/2055924 swapFree=4179644/4192956
[pid=32443] ppid=32441 vsize=1572 CPUtime=0.07
/proc/32443/stat : 32443 (CirCUs) R 32441 32443 31701 0 -1 4194304 240 0 0 0 7 0 0 0 18 0 1 120000 481516008 1609728 224 1992294400 134512640 135224549 4294956208 18446744073709551615 134595533 0 0 4096 8192 0 0 0 17 1 0 0
/proc/32443/statm: 393 224 89 173 0 218 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1572

[startup+0.101804 s]
/proc/loadavg: 1.92 1.99 2.16 3/86 32443
/proc/meminfo: memFree=1671832/2055924 swapFree=4179644/4192956
[pid=32443] ppid=32441 vsize=1572 CPUtime=0.09
/proc/32443/stat : 32443 (CirCUs) R 32441 32443 31701 0 -1 4194304 240 0 0 0 9 0 0 0 18 0 1 120000 481516008 1609728 224 1992294400 134512640 135224549 4294956208 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 1 0 0
/proc/32443/statm: 393 224 89 173 0 218 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1572

[startup+0.30184 s]
/proc/loadavg: 1.92 1.99 2.16 3/86 32443
/proc/meminfo: memFree=1671832/2055924 swapFree=4179644/4192956
[pid=32443] ppid=32441 vsize=1836 CPUtime=0.29
/proc/32443/stat : 32443 (CirCUs) R 32441 32443 31701 0 -1 4194304 293 0 0 0 29 0 0 0 20 0 1 120000 481516008 1880064 277 1992294400 134512640 135224549 4294956208 18446744073709551615 134587947 0 0 4096 8192 0 0 0 17 1 0 0
/proc/32443/statm: 459 277 89 173 0 284 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1836

[startup+0.701914 s]
/proc/loadavg: 1.92 1.99 2.16 3/86 32443
/proc/meminfo: memFree=1671832/2055924 swapFree=4179644/4192956
[pid=32443] ppid=32441 vsize=2100 CPUtime=0.69
/proc/32443/stat : 32443 (CirCUs) R 32441 32443 31701 0 -1 4194304 360 0 0 0 69 0 0 0 24 0 1 120000 481516008 2150400 344 1992294400 134512640 135224549 4294956208 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 1 0 0
/proc/32443/statm: 525 344 89 173 0 350 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 2100

[startup+1.50106 s]
/proc/loadavg: 1.92 1.99 2.16 3/87 32444
/proc/meminfo: memFree=1670608/2055924 swapFree=4179644/4192956
[pid=32443] ppid=32441 vsize=2364 CPUtime=1.49
/proc/32443/stat : 32443 (CirCUs) R 32441 32443 31701 0 -1 4194304 434 0 0 0 149 0 0 0 25 0 1 120000 481516008 2420736 418 1992294400 134512640 135224549 4294956208 18446744073709551615 134595219 0 0 4096 8192 0 0 0 17 1 0 0
/proc/32443/statm: 591 418 89 173 0 416 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 2364

[startup+3.10135 s]
/proc/loadavg: 1.92 1.99 2.16 3/87 32444
/proc/meminfo: memFree=1669904/2055924 swapFree=4179644/4192956
[pid=32443] ppid=32441 vsize=3024 CPUtime=3.09
/proc/32443/stat : 32443 (CirCUs) R 32441 32443 31701 0 -1 4194304 593 0 0 0 309 0 0 0 25 0 1 120000 481516008 3096576 577 1992294400 134512640 135224549 4294956208 18446744073709551615 134595588 0 0 4096 8192 0 0 0 17 1 0 0
/proc/32443/statm: 756 577 89 173 0 581 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 3024

[startup+6.30194 s]
/proc/loadavg: 1.93 1.99 2.16 3/87 32444
/proc/meminfo: memFree=1668816/2055924 swapFree=4179644/4192956
[pid=32443] ppid=32441 vsize=3952 CPUtime=6.29
/proc/32443/stat : 32443 (CirCUs) R 32441 32443 31701 0 -1 4194304 838 0 0 0 629 0 0 0 25 0 1 120000 481516008 4046848 822 1992294400 134512640 135224549 4294956208 18446744073709551615 134595315 0 0 4096 8192 0 0 0 17 1 0 0
/proc/32443/statm: 988 822 89 173 0 813 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 3952

[startup+12.7011 s]
/proc/loadavg: 1.93 1.99 2.15 3/87 32444
/proc/meminfo: memFree=1667344/2055924 swapFree=4179644/4192956
[pid=32443] ppid=32441 vsize=5144 CPUtime=12.69
/proc/32443/stat : 32443 (CirCUs) R 32441 32443 31701 0 -1 4194304 1119 0 0 0 1269 0 0 0 25 0 1 120000 481516008 5267456 1103 1992294400 134512640 135224549 4294956208 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 1 0 0
/proc/32443/statm: 1286 1103 89 173 0 1111 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 5144

[startup+25.5015 s]
/proc/loadavg: 1.95 1.99 2.15 3/87 32444
/proc/meminfo: memFree=1665744/2055924 swapFree=4179644/4192956
[pid=32443] ppid=32441 vsize=6992 CPUtime=25.49
/proc/32443/stat : 32443 (CirCUs) R 32441 32443 31701 0 -1 4194304 1577 0 0 0 2548 1 0 0 25 0 1 120000 481516008 7159808 1528 1992294400 134512640 135224549 4294956208 18446744073709551615 134583889 0 0 4096 8192 0 0 0 17 1 0 0
/proc/32443/statm: 1748 1528 89 173 0 1573 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 6992

[startup+51.1012 s]
/proc/loadavg: 1.96 1.99 2.15 3/87 32444
/proc/meminfo: memFree=1663888/2055924 swapFree=4179644/4192956
[pid=32443] ppid=32441 vsize=8716 CPUtime=51.07
/proc/32443/stat : 32443 (CirCUs) R 32441 32443 31701 0 -1 4194304 2008 0 0 0 5106 1 0 0 25 0 1 120000 481516008 8925184 1959 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/32443/statm: 2179 1959 89 173 0 2004 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 8716

[startup+102.307 s]
/proc/loadavg: 1.98 1.99 2.14 3/87 32444
/proc/meminfo: memFree=1661392/2055924 swapFree=4179644/4192956
[pid=32443] ppid=32441 vsize=11120 CPUtime=102.26
/proc/32443/stat : 32443 (CirCUs) R 32441 32443 31701 0 -1 4194304 2614 0 0 0 10224 2 0 0 25 0 1 120000 481516008 11386880 2565 1992294400 134512640 135224549 4294956208 18446744073709551615 134618697 0 0 4096 8192 0 0 0 17 1 0 0
/proc/32443/statm: 2780 2565 89 173 0 2605 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 11120

[startup+162.302 s]
/proc/loadavg: 1.99 1.99 2.12 3/87 32444
/proc/meminfo: memFree=1659408/2055924 swapFree=4179644/4192956
[pid=32443] ppid=32441 vsize=13236 CPUtime=162.23
/proc/32443/stat : 32443 (CirCUs) R 32441 32443 31701 0 -1 4194304 3171 0 0 0 16221 2 0 0 25 0 1 120000 481516008 13553664 3057 1992294400 134512640 135224549 4294956208 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 1 0 0
/proc/32443/statm: 3309 3057 89 173 0 3134 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 13236

[startup+222.303 s]
/proc/loadavg: 1.99 1.99 2.11 3/87 32444
/proc/meminfo: memFree=1657168/2055924 swapFree=4179644/4192956
[pid=32443] ppid=32441 vsize=15696 CPUtime=222.22
/proc/32443/stat : 32443 (CirCUs) R 32441 32443 31701 0 -1 4194304 3762 0 0 0 22219 3 0 0 25 0 1 120000 481516008 16072704 3648 1992294400 134512640 135224549 4294956208 18446744073709551615 134622731 0 0 4096 8192 0 0 0 17 1 0 0
/proc/32443/statm: 3924 3648 89 173 0 3749 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 15696

[startup+282.302 s]
/proc/loadavg: 1.99 1.99 2.10 3/87 32444
/proc/meminfo: memFree=1655760/2055924 swapFree=4179644/4192956
[pid=32443] ppid=32441 vsize=17028 CPUtime=282.2
/proc/32443/stat : 32443 (CirCUs) R 32441 32443 31701 0 -1 4194304 4095 0 0 0 28216 4 0 0 25 0 1 120000 481516008 17436672 3981 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/32443/statm: 4257 3981 89 173 0 4082 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 17028

[startup+342.302 s]
/proc/loadavg: 1.99 1.99 2.09 3/87 32444
/proc/meminfo: memFree=1654352/2055924 swapFree=4179644/4192956
[pid=32443] ppid=32441 vsize=18420 CPUtime=342.18
/proc/32443/stat : 32443 (CirCUs) R 32441 32443 31701 0 -1 4194304 4458 0 0 0 34214 4 0 0 25 0 1 120000 481516008 18862080 4344 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/32443/statm: 4605 4344 89 173 0 4430 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 18420

[startup+402.302 s]
/proc/loadavg: 1.99 1.99 2.08 3/87 32444
/proc/meminfo: memFree=1654096/2055924 swapFree=4179644/4192956
[pid=32443] ppid=32441 vsize=18832 CPUtime=402.16
/proc/32443/stat : 32443 (CirCUs) R 32441 32443 31701 0 -1 4194304 4539 0 0 0 40212 4 0 0 25 0 1 120000 481516008 19283968 4425 1992294400 134512640 135224549 4294956208 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 1 0 0
/proc/32443/statm: 4708 4425 89 173 0 4533 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 18832

[startup+462.302 s]
/proc/loadavg: 1.99 1.99 2.08 3/87 32444
/proc/meminfo: memFree=1652880/2055924 swapFree=4179644/4192956
[pid=32443] ppid=32441 vsize=19892 CPUtime=462.14
/proc/32443/stat : 32443 (CirCUs) R 32441 32443 31701 0 -1 4194304 4831 0 0 0 46210 4 0 0 25 0 1 120000 481516008 20369408 4717 1992294400 134512640 135224549 4294956208 18446744073709551615 134595283 0 0 4096 8192 0 0 0 17 1 0 0
/proc/32443/statm: 4973 4717 89 173 0 4798 0
Current children cumulated CPU time (s) 462.14
Current children cumulated vsize (KiB) 19892

[startup+522.302 s]
/proc/loadavg: 1.99 1.99 2.07 3/87 32444
/proc/meminfo: memFree=1650896/2055924 swapFree=4179644/4192956
[pid=32443] ppid=32441 vsize=22436 CPUtime=522.11
/proc/32443/stat : 32443 (CirCUs) R 32441 32443 31701 0 -1 4194304 5444 0 0 0 52207 4 0 0 25 0 1 120000 481516008 22974464 5201 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/32443/statm: 5609 5201 89 173 0 5434 0
Current children cumulated CPU time (s) 522.11
Current children cumulated vsize (KiB) 22436

[startup+582.302 s]
/proc/loadavg: 1.99 1.99 2.07 3/87 32444
/proc/meminfo: memFree=1650832/2055924 swapFree=4179644/4192956
[pid=32443] ppid=32441 vsize=22436 CPUtime=582.09
/proc/32443/stat : 32443 (CirCUs) R 32441 32443 31701 0 -1 4194304 5455 0 0 0 58205 4 0 0 25 0 1 120000 481516008 22974464 5212 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/32443/statm: 5609 5212 89 173 0 5434 0
Current children cumulated CPU time (s) 582.09
Current children cumulated vsize (KiB) 22436

[startup+642.302 s]
/proc/loadavg: 1.99 1.99 2.06 3/87 32444
/proc/meminfo: memFree=1649040/2055924 swapFree=4179644/4192956
[pid=32443] ppid=32441 vsize=24324 CPUtime=642.08
/proc/32443/stat : 32443 (CirCUs) R 32441 32443 31701 0 -1 4194304 5902 0 0 0 64203 5 0 0 25 0 1 120000 481516008 24907776 5659 1992294400 134512640 135224549 4294956208 18446744073709551615 134632551 0 0 4096 8192 0 0 0 17 1 0 0
/proc/32443/statm: 6081 5659 89 173 0 5906 0
Current children cumulated CPU time (s) 642.08
Current children cumulated vsize (KiB) 24324

[startup+702.302 s]
/proc/loadavg: 1.99 1.99 2.06 3/87 32444
/proc/meminfo: memFree=1648912/2055924 swapFree=4179644/4192956
[pid=32443] ppid=32441 vsize=24324 CPUtime=702.06
/proc/32443/stat : 32443 (CirCUs) R 32441 32443 31701 0 -1 4194304 5914 0 0 0 70201 5 0 0 25 0 1 120000 481516008 24907776 5671 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/32443/statm: 6081 5671 89 173 0 5906 0
Current children cumulated CPU time (s) 702.06
Current children cumulated vsize (KiB) 24324

[startup+762.307 s]
/proc/loadavg: 1.99 1.99 2.05 3/87 32444
/proc/meminfo: memFree=1647440/2055924 swapFree=4179644/4192956
[pid=32443] ppid=32441 vsize=25796 CPUtime=762.04
/proc/32443/stat : 32443 (CirCUs) R 32441 32443 31701 0 -1 4194304 6276 0 0 0 76198 6 0 0 25 0 1 120000 481516008 26415104 6033 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/32443/statm: 6449 6033 89 173 0 6274 0
Current children cumulated CPU time (s) 762.04
Current children cumulated vsize (KiB) 25796

[startup+822.302 s]
/proc/loadavg: 1.99 1.99 2.04 3/87 32444
/proc/meminfo: memFree=1646672/2055924 swapFree=4179644/4192956
[pid=32443] ppid=32441 vsize=26616 CPUtime=822.02
/proc/32443/stat : 32443 (CirCUs) R 32441 32443 31701 0 -1 4194304 6460 0 0 0 82196 6 0 0 25 0 1 120000 481516008 27254784 6217 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/32443/statm: 6654 6217 89 173 0 6479 0
Current children cumulated CPU time (s) 822.02
Current children cumulated vsize (KiB) 26616

[startup+882.301 s]
/proc/loadavg: 1.99 1.99 2.04 3/87 32444
/proc/meminfo: memFree=1646544/2055924 swapFree=4179644/4192956
[pid=32443] ppid=32441 vsize=26768 CPUtime=881.99
/proc/32443/stat : 32443 (CirCUs) R 32441 32443 31701 0 -1 4194304 6488 0 0 0 88193 6 0 0 25 0 1 120000 481516008 27410432 6245 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/32443/statm: 6692 6245 89 173 0 6517 0
Current children cumulated CPU time (s) 881.99
Current children cumulated vsize (KiB) 26768

[startup+942.301 s]
/proc/loadavg: 1.99 1.99 2.03 3/87 32444
/proc/meminfo: memFree=1644496/2055924 swapFree=4179644/4192956
[pid=32443] ppid=32441 vsize=28888 CPUtime=941.98
/proc/32443/stat : 32443 (CirCUs) R 32441 32443 31701 0 -1 4194304 7003 0 0 0 94191 7 0 0 25 0 1 120000 481516008 29581312 6760 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/32443/statm: 7222 6760 89 173 0 7047 0
Current children cumulated CPU time (s) 941.98
Current children cumulated vsize (KiB) 28888

[startup+1002.3 s]
/proc/loadavg: 1.99 1.99 2.03 3/87 32444
/proc/meminfo: memFree=1644240/2055924 swapFree=4179644/4192956
[pid=32443] ppid=32441 vsize=29168 CPUtime=1001.95
/proc/32443/stat : 32443 (CirCUs) R 32441 32443 31701 0 -1 4194304 7065 0 0 0 100188 7 0 0 25 0 1 120000 481516008 29868032 6822 1992294400 134512640 135224549 4294956208 18446744073709551615 134595360 0 0 4096 8192 0 0 0 17 1 0 0
/proc/32443/statm: 7292 6822 89 173 0 7117 0
Current children cumulated CPU time (s) 1001.95
Current children cumulated vsize (KiB) 29168

[startup+1062.3 s]
/proc/loadavg: 1.99 1.99 2.02 3/87 32444
/proc/meminfo: memFree=1644368/2055924 swapFree=4179644/4192956
[pid=32443] ppid=32441 vsize=29168 CPUtime=1061.93
/proc/32443/stat : 32443 (CirCUs) R 32441 32443 31701 0 -1 4194304 7067 0 0 0 106186 7 0 0 25 0 1 120000 481516008 29868032 6824 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/32443/statm: 7292 6824 89 173 0 7117 0
Current children cumulated CPU time (s) 1061.93
Current children cumulated vsize (KiB) 29168

[startup+1122.3 s]
/proc/loadavg: 1.99 1.99 2.01 3/87 32444
/proc/meminfo: memFree=1643792/2055924 swapFree=4179644/4192956
[pid=32443] ppid=32441 vsize=29736 CPUtime=1121.91
/proc/32443/stat : 32443 (CirCUs) R 32441 32443 31701 0 -1 4194304 7216 0 0 0 112184 7 0 0 25 0 1 120000 481516008 30449664 6973 1992294400 134512640 135224549 4294956208 18446744073709551615 134595334 0 0 4096 8192 0 0 0 17 1 0 0
/proc/32443/statm: 7434 6973 89 173 0 7259 0
Current children cumulated CPU time (s) 1121.91
Current children cumulated vsize (KiB) 29736

[startup+1182.3 s]
/proc/loadavg: 1.99 1.99 2.01 3/87 32444
/proc/meminfo: memFree=1641744/2055924 swapFree=4179644/4192956
[pid=32443] ppid=32441 vsize=31872 CPUtime=1181.9
/proc/32443/stat : 32443 (CirCUs) R 32441 32443 31701 0 -1 4194304 7710 0 0 0 118182 8 0 0 25 0 1 120000 481516008 32636928 7467 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/32443/statm: 7968 7467 89 173 0 7793 0
Current children cumulated CPU time (s) 1181.9
Current children cumulated vsize (KiB) 31872



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 1.99 1.99 2.01 3/87 32444
/proc/meminfo: memFree=1641744/2055924 swapFree=4179644/4192956
[pid=32443] ppid=32441 vsize=31872 CPUtime=1200.09
/proc/32443/stat : 32443 (CirCUs) R 32441 32443 31701 0 -1 4194304 7710 0 0 0 120001 8 0 0 25 0 1 100 481516008 32636928 7467 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/32443/statm: 7968 7467 89 173 0 7793 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 31872

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.99 1.99 2.01 3/87 32444
/proc/meminfo: memFree=1641744/2055924 swapFree=4179644/4192956
[pid=32443] ppid=32441 vsize=31872 CPUtime=1200.09
/proc/32443/stat : 32443 (CirCUs) R 32441 32443 31701 0 -1 4194304 7710 0 0 0 120001 8 0 0 25 0 1 100 481516008 32636928 7467 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/32443/statm: 7968 7467 89 173 0 7793 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 31872

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.51
CPU time (s): 1200.11
CPU user time (s): 1200.02
CPU system time (s): 0.088986
CPU usage (%): 99.9664
Max. virtual memory (cumulated for all children) (KiB): 31872

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

runsolver used 1.58776 second user time and 3.88141 second system time

The end

Launcher Data

Begin job on node83 at 2009-04-01 04:10:56
IDJOB=1524501
IDBENCH=70616
IDSOLVER=544
FILE ID=node83/1524501-1238551856
PBS_JOBID= 9062102
Free space on /tmp= 66508 MiB

SOLVER NAME= CircUs 2009-03-23
BENCH NAME= SAT09/RANDOM/MEDIUM/3SAT/UNKNOWN/460/unif-k3-r4.25-v460-c1955-S1810287895-075.cnf
COMMAND LINE= HOME/CirCUs BENCHNAME -t TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1524501-1238551856/watcher-1524501-1238551856 -o /tmp/evaluation-result-1524501-1238551856/solver-1524501-1238551856 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/CirCUs HOME/instance-1524501-1238551856.cnf -t 1200

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

MD5SUM BENCH= 642edeb8ba30ebee256f5f53448e9be6
RANDOM SEED=139796931

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:       1672184 kB
Buffers:         75408 kB
Cached:         214304 kB
SwapCached:       7584 kB
Active:         199088 kB
Inactive:       109208 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1672184 kB
SwapTotal:     4192956 kB
SwapFree:      4179644 kB
Dirty:            1088 kB
Writeback:           0 kB
Mapped:          26044 kB
Slab:            59448 kB
Committed_AS:  1186416 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-04-01 04:30:58