Trace number 1524391

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

General information on the benchmark

NameRANDOM/MEDIUM/7SAT/SATISFIABLE/70/
unif-k7-r89-v70-c6230-S1718226278-096.cnf
MD5SUM35904e0c8ea78accb6323dc68b496f54
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.359944
Satisfiable
(Un)Satisfiability was proved
Number of variables70
Number of clauses6230
Sum of the clauses size43610
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 56230

Solver Data

0.05/0.05	c CirCUs release 2.0 (compiled 25-Mar-09 at 4:46 PM)
0.05/0.05	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-1524391-1238477223/watcher-1524391-1238477223 -o /tmp/evaluation-result-1524391-1238477223/solver-1524391-1238477223 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/CirCUs HOME/instance-1524391-1238477223.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.92 0.97 0.99 3/64 22375
/proc/meminfo: memFree=1438040/2055920 swapFree=4178260/4192956
[pid=22375] ppid=22373 vsize=1444 CPUtime=0
/proc/22375/stat : 22375 (CirCUs) R 22373 22375 21988 0 -1 4194304 154 0 0 0 0 0 0 0 18 0 1 120000 886313821 1478656 140 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22375/statm: 361 140 70 173 0 186 0

[startup+0.055696 s]
/proc/loadavg: 0.92 0.97 0.99 3/64 22375
/proc/meminfo: memFree=1438040/2055920 swapFree=4178260/4192956
[pid=22375] ppid=22373 vsize=1836 CPUtime=0.05
/proc/22375/stat : 22375 (CirCUs) R 22373 22375 21988 0 -1 4194304 285 0 0 0 5 0 0 0 18 0 1 120000 886313821 1880064 269 1992294400 134512640 135224549 4294956208 18446744073709551615 134570670 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22375/statm: 459 269 74 173 0 284 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 1836

[startup+0.102703 s]
/proc/loadavg: 0.92 0.97 0.99 3/64 22375
/proc/meminfo: memFree=1438040/2055920 swapFree=4178260/4192956
[pid=22375] ppid=22373 vsize=1968 CPUtime=0.09
/proc/22375/stat : 22375 (CirCUs) R 22373 22375 21988 0 -1 4194304 326 0 0 0 9 0 0 0 18 0 1 120000 886313821 2015232 310 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22375/statm: 492 310 90 173 0 317 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1968

[startup+0.302731 s]
/proc/loadavg: 0.92 0.97 0.99 3/64 22375
/proc/meminfo: memFree=1438040/2055920 swapFree=4178260/4192956
[pid=22375] ppid=22373 vsize=2232 CPUtime=0.29
/proc/22375/stat : 22375 (CirCUs) R 22373 22375 21988 0 -1 4194304 382 0 0 0 29 0 0 0 19 0 1 120000 886313821 2285568 366 1992294400 134512640 135224549 4294956208 18446744073709551615 134595365 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22375/statm: 558 366 90 173 0 383 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 2232

[startup+0.70179 s]
/proc/loadavg: 0.92 0.97 0.99 3/64 22375
/proc/meminfo: memFree=1438040/2055920 swapFree=4178260/4192956
[pid=22375] ppid=22373 vsize=2364 CPUtime=0.69
/proc/22375/stat : 22375 (CirCUs) R 22373 22375 21988 0 -1 4194304 430 0 0 0 69 0 0 0 22 0 1 120000 886313821 2420736 414 1992294400 134512640 135224549 4294956208 18446744073709551615 134595298 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22375/statm: 591 414 90 173 0 416 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 2364

[startup+1.50191 s]
/proc/loadavg: 0.92 0.97 0.99 2/65 22376
/proc/meminfo: memFree=1436560/2055920 swapFree=4178260/4192956
[pid=22375] ppid=22373 vsize=2760 CPUtime=1.49
/proc/22375/stat : 22375 (CirCUs) R 22373 22375 21988 0 -1 4194304 516 0 0 0 149 0 0 0 25 0 1 120000 886313821 2826240 500 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22375/statm: 690 500 90 173 0 515 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 2760

[startup+3.10114 s]
/proc/loadavg: 0.93 0.97 0.99 2/65 22376
/proc/meminfo: memFree=1435920/2055920 swapFree=4178260/4192956
[pid=22375] ppid=22373 vsize=3324 CPUtime=3.09
/proc/22375/stat : 22375 (CirCUs) R 22373 22375 21988 0 -1 4194304 651 0 0 0 309 0 0 0 25 0 1 120000 886313821 3403776 635 1992294400 134512640 135224549 4294956208 18446744073709551615 134632694 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22375/statm: 831 635 90 173 0 656 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 3324

[startup+6.30161 s]
/proc/loadavg: 0.93 0.97 0.99 2/65 22376
/proc/meminfo: memFree=1434960/2055920 swapFree=4178260/4192956
[pid=22375] ppid=22373 vsize=4252 CPUtime=6.29
/proc/22375/stat : 22375 (CirCUs) R 22373 22375 21988 0 -1 4194304 879 0 0 0 629 0 0 0 25 0 1 120000 886313821 4354048 863 1992294400 134512640 135224549 4294956208 18446744073709551615 134619135 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22375/statm: 1063 863 90 173 0 888 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 4252

[startup+12.7015 s]
/proc/loadavg: 0.94 0.97 0.99 2/65 22376
/proc/meminfo: memFree=1433552/2055920 swapFree=4178260/4192956
[pid=22375] ppid=22373 vsize=5464 CPUtime=12.68
/proc/22375/stat : 22375 (CirCUs) R 22373 22375 21988 0 -1 4194304 1178 0 0 0 1268 0 0 0 25 0 1 120000 886313821 5595136 1162 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22375/statm: 1366 1162 90 173 0 1191 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 5464

[startup+25.5014 s]
/proc/loadavg: 0.95 0.97 0.99 2/65 22376
/proc/meminfo: memFree=1432016/2055920 swapFree=4178260/4192956
[pid=22375] ppid=22373 vsize=6956 CPUtime=25.48
/proc/22375/stat : 22375 (CirCUs) R 22373 22375 21988 0 -1 4194304 1555 0 0 0 2548 0 0 0 25 0 1 120000 886313821 7122944 1539 1992294400 134512640 135224549 4294956208 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22375/statm: 1739 1539 90 173 0 1564 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 6956

[startup+51.1022 s]
/proc/loadavg: 0.96 0.97 0.99 2/65 22376
/proc/meminfo: memFree=1430224/2055920 swapFree=4178260/4192956
[pid=22375] ppid=22373 vsize=9088 CPUtime=51.07
/proc/22375/stat : 22375 (CirCUs) R 22373 22375 21988 0 -1 4194304 2051 0 0 0 5106 1 0 0 25 0 1 120000 886313821 9306112 2002 1992294400 134512640 135224549 4294956208 18446744073709551615 134595405 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22375/statm: 2272 2002 90 173 0 2097 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 9088

[startup+102.306 s]
/proc/loadavg: 0.98 0.97 0.99 2/65 22376
/proc/meminfo: memFree=1428176/2055920 swapFree=4178260/4192956
[pid=22375] ppid=22373 vsize=11104 CPUtime=102.26
/proc/22375/stat : 22375 (CirCUs) R 22373 22375 21988 0 -1 4194304 2549 0 0 0 10224 2 0 0 25 0 1 120000 886313821 11370496 2500 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22375/statm: 2776 2500 90 173 0 2601 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 11104

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 22376
/proc/meminfo: memFree=1426000/2055920 swapFree=4178260/4192956
[pid=22375] ppid=22373 vsize=13512 CPUtime=162.24
/proc/22375/stat : 22375 (CirCUs) R 22373 22375 21988 0 -1 4194304 3180 0 0 0 16221 3 0 0 25 0 1 120000 886313821 13836288 3066 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22375/statm: 3378 3066 90 173 0 3203 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 13512

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 22376
/proc/meminfo: memFree=1424336/2055920 swapFree=4178260/4192956
[pid=22375] ppid=22373 vsize=15080 CPUtime=222.21
/proc/22375/stat : 22375 (CirCUs) R 22373 22375 21988 0 -1 4194304 3553 0 0 0 22218 3 0 0 25 0 1 120000 886313821 15441920 3439 1992294400 134512640 135224549 4294956208 18446744073709551615 134595691 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22375/statm: 3770 3439 90 173 0 3595 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 15080

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 22376
/proc/meminfo: memFree=1423120/2055920 swapFree=4178260/4192956
[pid=22375] ppid=22373 vsize=16416 CPUtime=282.2
/proc/22375/stat : 22375 (CirCUs) R 22373 22375 21988 0 -1 4194304 3865 0 0 0 28216 4 0 0 25 0 1 120000 886313821 16809984 3751 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22375/statm: 4104 3751 90 173 0 3929 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 16416

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 22376
/proc/meminfo: memFree=1421776/2055920 swapFree=4178260/4192956
[pid=22375] ppid=22373 vsize=17788 CPUtime=342.18
/proc/22375/stat : 22375 (CirCUs) R 22373 22375 21988 0 -1 4194304 4180 0 0 0 34214 4 0 0 25 0 1 120000 886313821 18214912 4066 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22375/statm: 4447 4066 90 173 0 4272 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 17788

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 22376
/proc/meminfo: memFree=1420304/2055920 swapFree=4178260/4192956
[pid=22375] ppid=22373 vsize=19388 CPUtime=402.16
/proc/22375/stat : 22375 (CirCUs) R 22373 22375 21988 0 -1 4194304 4545 0 0 0 40212 4 0 0 25 0 1 120000 886313821 19853312 4431 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22375/statm: 4847 4431 90 173 0 4672 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 19388

[startup+462.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 22376
/proc/meminfo: memFree=1420304/2055920 swapFree=4178260/4192956
[pid=22375] ppid=22373 vsize=19532 CPUtime=462.14
/proc/22375/stat : 22375 (CirCUs) R 22373 22375 21988 0 -1 4194304 4581 0 0 0 46210 4 0 0 25 0 1 120000 886313821 20000768 4467 1992294400 134512640 135224549 4294956208 18446744073709551615 134595309 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22375/statm: 4883 4467 90 173 0 4708 0
Current children cumulated CPU time (s) 462.14
Current children cumulated vsize (KiB) 19532

[startup+522.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 22376
/proc/meminfo: memFree=1418896/2055920 swapFree=4178260/4192956
[pid=22375] ppid=22373 vsize=20776 CPUtime=522.12
/proc/22375/stat : 22375 (CirCUs) R 22373 22375 21988 0 -1 4194304 4929 0 0 0 52208 4 0 0 25 0 1 120000 886313821 21274624 4815 1992294400 134512640 135224549 4294956208 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22375/statm: 5194 4815 90 173 0 5019 0
Current children cumulated CPU time (s) 522.12
Current children cumulated vsize (KiB) 20776

[startup+582.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 22376
/proc/meminfo: memFree=1418256/2055920 swapFree=4178260/4192956
[pid=22375] ppid=22373 vsize=21544 CPUtime=582.1
/proc/22375/stat : 22375 (CirCUs) R 22373 22375 21988 0 -1 4194304 5090 0 0 0 58205 5 0 0 25 0 1 120000 886313821 22061056 4976 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22375/statm: 5386 4976 90 173 0 5211 0
Current children cumulated CPU time (s) 582.1
Current children cumulated vsize (KiB) 21544

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 22376
/proc/meminfo: memFree=1417168/2055920 swapFree=4178260/4192956
[pid=22375] ppid=22373 vsize=22644 CPUtime=642.09
/proc/22375/stat : 22375 (CirCUs) R 22373 22375 21988 0 -1 4194304 5365 0 0 0 64204 5 0 0 25 0 1 120000 886313821 23187456 5251 1992294400 134512640 135224549 4294956208 18446744073709551615 134595591 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22375/statm: 5661 5251 90 173 0 5486 0
Current children cumulated CPU time (s) 642.09
Current children cumulated vsize (KiB) 22644

[startup+702.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 22376
/proc/meminfo: memFree=1416592/2055920 swapFree=4178260/4192956
[pid=22375] ppid=22373 vsize=23372 CPUtime=702.06
/proc/22375/stat : 22375 (CirCUs) R 22373 22375 21988 0 -1 4194304 5499 0 0 0 70201 5 0 0 25 0 1 120000 886313821 23932928 5385 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22375/statm: 5843 5385 90 173 0 5668 0
Current children cumulated CPU time (s) 702.06
Current children cumulated vsize (KiB) 23372

[startup+762.305 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 22376
/proc/meminfo: memFree=1415120/2055920 swapFree=4178260/4192956
[pid=22375] ppid=22373 vsize=25336 CPUtime=762.05
/proc/22375/stat : 22375 (CirCUs) R 22373 22375 21988 0 -1 4194304 5999 0 0 0 76199 6 0 0 25 0 1 120000 886313821 25944064 5756 1992294400 134512640 135224549 4294956208 18446744073709551615 134595555 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22375/statm: 6334 5756 90 173 0 6159 0
Current children cumulated CPU time (s) 762.05
Current children cumulated vsize (KiB) 25336

[startup+822.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 22376
/proc/meminfo: memFree=1414992/2055920 swapFree=4178260/4192956
[pid=22375] ppid=22373 vsize=25528 CPUtime=822.03
/proc/22375/stat : 22375 (CirCUs) R 22373 22375 21988 0 -1 4194304 6035 0 0 0 82197 6 0 0 25 0 1 120000 886313821 26140672 5792 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22375/statm: 6382 5792 90 173 0 6207 0
Current children cumulated CPU time (s) 822.03
Current children cumulated vsize (KiB) 25528

[startup+882.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 22376
/proc/meminfo: memFree=1413968/2055920 swapFree=4178260/4192956
[pid=22375] ppid=22373 vsize=26488 CPUtime=882
/proc/22375/stat : 22375 (CirCUs) R 22373 22375 21988 0 -1 4194304 6285 0 0 0 88194 6 0 0 25 0 1 120000 886313821 27123712 6042 1992294400 134512640 135224549 4294956208 18446744073709551615 134595295 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22375/statm: 6622 6042 90 173 0 6447 0
Current children cumulated CPU time (s) 882
Current children cumulated vsize (KiB) 26488

[startup+942.302 s]
/proc/loadavg: 1.04 0.99 0.99 2/65 22376
/proc/meminfo: memFree=1412880/2055920 swapFree=4178260/4192956
[pid=22375] ppid=22373 vsize=27700 CPUtime=941.98
/proc/22375/stat : 22375 (CirCUs) R 22373 22375 21988 0 -1 4194304 6559 0 0 0 94192 6 0 0 25 0 1 120000 886313821 28364800 6316 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22375/statm: 6925 6316 90 173 0 6750 0
Current children cumulated CPU time (s) 941.98
Current children cumulated vsize (KiB) 27700

[startup+1002.3 s]
/proc/loadavg: 1.01 0.99 0.99 2/65 22378
/proc/meminfo: memFree=1412560/2055920 swapFree=4178260/4192956
[pid=22375] ppid=22373 vsize=27892 CPUtime=1001.97
/proc/22375/stat : 22375 (CirCUs) R 22373 22375 21988 0 -1 4194304 6591 0 0 0 100190 7 0 0 25 0 1 120000 886313821 28561408 6348 1992294400 134512640 135224549 4294956208 18446744073709551615 134595383 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22375/statm: 6973 6348 90 173 0 6798 0
Current children cumulated CPU time (s) 1001.97
Current children cumulated vsize (KiB) 27892

[startup+1062.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 22378
/proc/meminfo: memFree=1412496/2055920 swapFree=4178260/4192956
[pid=22375] ppid=22373 vsize=28216 CPUtime=1061.95
/proc/22375/stat : 22375 (CirCUs) R 22373 22375 21988 0 -1 4194304 6686 0 0 0 106188 7 0 0 25 0 1 120000 886313821 28893184 6443 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22375/statm: 7054 6443 90 173 0 6879 0
Current children cumulated CPU time (s) 1061.95
Current children cumulated vsize (KiB) 28216

[startup+1122.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 22378
/proc/meminfo: memFree=1410640/2055920 swapFree=4178260/4192956
[pid=22375] ppid=22373 vsize=30008 CPUtime=1121.92
/proc/22375/stat : 22375 (CirCUs) R 22373 22375 21988 0 -1 4194304 7122 0 0 0 112185 7 0 0 25 0 1 120000 886313821 30728192 6879 1992294400 134512640 135224549 4294956208 18446744073709551615 134595347 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22375/statm: 7502 6879 90 173 0 7327 0
Current children cumulated CPU time (s) 1121.92
Current children cumulated vsize (KiB) 30008

[startup+1182.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 22378
/proc/meminfo: memFree=1410576/2055920 swapFree=4178260/4192956
[pid=22375] ppid=22373 vsize=30008 CPUtime=1181.9
/proc/22375/stat : 22375 (CirCUs) R 22373 22375 21988 0 -1 4194304 7125 0 0 0 118183 7 0 0 25 0 1 120000 886313821 30728192 6882 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22375/statm: 7502 6882 90 173 0 7327 0
Current children cumulated CPU time (s) 1181.9
Current children cumulated vsize (KiB) 30008



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 22378
/proc/meminfo: memFree=1410512/2055920 swapFree=4178260/4192956
[pid=22375] ppid=22373 vsize=30008 CPUtime=1200
/proc/22375/stat : 22375 (CirCUs) R 22373 22375 21988 0 -1 4194304 7138 0 0 0 119993 7 0 0 25 0 1 100 886313821 30728192 6895 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22375/statm: 7502 6895 90 173 0 7327 0
Current children cumulated CPU time (s) 1200
Current children cumulated vsize (KiB) 30008

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.02
CPU user time (s): 1199.94
CPU system time (s): 0.082987
CPU usage (%): 99.9673
Max. virtual memory (cumulated for all children) (KiB): 30008

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

runsolver used 1.01484 second user time and 2.31265 second system time

The end

Launcher Data

Begin job on node39 at 2009-03-31 07:27:03
IDJOB=1524391
IDBENCH=70506
IDSOLVER=544
FILE ID=node39/1524391-1238477223
PBS_JOBID= 9061799
Free space on /tmp= 66252 MiB

SOLVER NAME= CircUs 2009-03-23
BENCH NAME= SAT09/RANDOM/MEDIUM/7SAT/SATISFIABLE/70/unif-k7-r89-v70-c6230-S1718226278-096.cnf
COMMAND LINE= HOME/CirCUs BENCHNAME -t TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1524391-1238477223/watcher-1524391-1238477223 -o /tmp/evaluation-result-1524391-1238477223/solver-1524391-1238477223 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/CirCUs HOME/instance-1524391-1238477223.cnf -t 1200

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

MD5SUM BENCH= 35904e0c8ea78accb6323dc68b496f54
RANDOM SEED=1800268362

node39.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.285
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.285
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:       1438520 kB
Buffers:         84240 kB
Cached:         439012 kB
SwapCached:       8168 kB
Active:         174920 kB
Inactive:       358260 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1438520 kB
SwapTotal:     4192956 kB
SwapFree:      4178260 kB
Dirty:            1384 kB
Writeback:           0 kB
Mapped:          16700 kB
Slab:            70560 kB
Committed_AS:  2363092 kB
PageTables:       1188 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= 66252 MiB
End job on node39 at 2009-03-31 07:47:06