Trace number 1524414

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 1200.51

General information on the benchmark

NameRANDOM/MEDIUM/7SAT/SATISFIABLE/75/
unif-k7-r89-v75-c6675-S342542912-045.cnf
MD5SUM080829f316d0d50a199c4a4a09021eac
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.064989
Satisfiable
(Un)Satisfiability was proved
Number of variables75
Number of clauses6675
Sum of the clauses size46725
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 56675

Solver Data

0.00/0.06	c CirCUs release 2.0 (compiled 25-Mar-09 at 4:46 PM)
0.00/0.06	c Eliminate time :       0.05 

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-1524414-1238489334/watcher-1524414-1238489334 -o /tmp/evaluation-result-1524414-1238489334/solver-1524414-1238489334 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/CirCUs HOME/instance-1524414-1238489334.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.65 1.89 1.87 3/64 12528
/proc/meminfo: memFree=1359064/2055920 swapFree=4176728/4192956
[pid=12528] ppid=12526 vsize=1444 CPUtime=0
/proc/12528/stat : 12528 (CirCUs) R 12526 12528 12094 0 -1 4194304 155 0 0 0 0 0 0 0 18 0 1 120000 1121599728 1478656 140 1992294400 134512640 135224549 4294956208 18446744073709551615 134549159 0 0 4096 8192 0 0 0 17 1 0 0
/proc/12528/statm: 361 141 70 173 0 186 0

[startup+0.0997001 s]
/proc/loadavg: 1.65 1.89 1.87 3/64 12528
/proc/meminfo: memFree=1359064/2055920 swapFree=4176728/4192956
[pid=12528] ppid=12526 vsize=1972 CPUtime=0.09
/proc/12528/stat : 12528 (CirCUs) R 12526 12528 12094 0 -1 4194304 335 0 0 0 9 0 0 0 18 0 1 120000 1121599728 2019328 319 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/12528/statm: 493 319 90 173 0 318 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1972

[startup+0.1017 s]
/proc/loadavg: 1.65 1.89 1.87 3/64 12528
/proc/meminfo: memFree=1359064/2055920 swapFree=4176728/4192956
[pid=12528] ppid=12526 vsize=1972 CPUtime=0.09
/proc/12528/stat : 12528 (CirCUs) R 12526 12528 12094 0 -1 4194304 336 0 0 0 9 0 0 0 18 0 1 120000 1121599728 2019328 320 1992294400 134512640 135224549 4294956208 18446744073709551615 134595404 0 0 4096 8192 0 0 0 17 1 0 0
/proc/12528/statm: 493 320 90 173 0 318 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1972

[startup+0.30174 s]
/proc/loadavg: 1.65 1.89 1.87 3/64 12528
/proc/meminfo: memFree=1359064/2055920 swapFree=4176728/4192956
[pid=12528] ppid=12526 vsize=2236 CPUtime=0.29
/proc/12528/stat : 12528 (CirCUs) R 12526 12528 12094 0 -1 4194304 394 0 0 0 29 0 0 0 19 0 1 120000 1121599728 2289664 378 1992294400 134512640 135224549 4294956208 18446744073709551615 134619184 0 0 4096 8192 0 0 0 17 1 0 0
/proc/12528/statm: 559 378 90 173 0 384 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 2236

[startup+0.701819 s]
/proc/loadavg: 1.65 1.89 1.87 3/64 12528
/proc/meminfo: memFree=1359064/2055920 swapFree=4176728/4192956
[pid=12528] ppid=12526 vsize=2368 CPUtime=0.69
/proc/12528/stat : 12528 (CirCUs) R 12526 12528 12094 0 -1 4194304 438 0 0 0 69 0 0 0 22 0 1 120000 1121599728 2424832 422 1992294400 134512640 135224549 4294956208 18446744073709551615 134595706 0 0 4096 8192 0 0 0 17 1 0 0
/proc/12528/statm: 592 422 90 173 0 417 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 2368

[startup+1.50198 s]
/proc/loadavg: 1.60 1.88 1.86 2/65 12529
/proc/meminfo: memFree=1357584/2055920 swapFree=4176728/4192956
[pid=12528] ppid=12526 vsize=2764 CPUtime=1.49
/proc/12528/stat : 12528 (CirCUs) R 12526 12528 12094 0 -1 4194304 531 0 0 0 149 0 0 0 25 0 1 120000 1121599728 2830336 515 1992294400 134512640 135224549 4294956208 18446744073709551615 134585017 0 0 4096 8192 0 0 0 17 1 0 0
/proc/12528/statm: 691 515 90 173 0 516 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 2764

[startup+3.10129 s]
/proc/loadavg: 1.60 1.88 1.86 2/65 12529
/proc/meminfo: memFree=1356944/2055920 swapFree=4176728/4192956
[pid=12528] ppid=12526 vsize=3428 CPUtime=3.09
/proc/12528/stat : 12528 (CirCUs) R 12526 12528 12094 0 -1 4194304 680 0 0 0 309 0 0 0 25 0 1 120000 1121599728 3510272 664 1992294400 134512640 135224549 4294956208 18446744073709551615 134595704 0 0 4096 8192 0 0 0 17 1 0 0
/proc/12528/statm: 857 664 90 173 0 682 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 3428

[startup+6.30193 s]
/proc/loadavg: 1.60 1.88 1.86 2/65 12529
/proc/meminfo: memFree=1355984/2055920 swapFree=4176728/4192956
[pid=12528] ppid=12526 vsize=4220 CPUtime=6.29
/proc/12528/stat : 12528 (CirCUs) R 12526 12528 12094 0 -1 4194304 896 0 0 0 629 0 0 0 25 0 1 120000 1121599728 4321280 880 1992294400 134512640 135224549 4294956208 18446744073709551615 134632745 0 0 4096 8192 0 0 0 17 1 0 0
/proc/12528/statm: 1055 880 90 173 0 880 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 4220

[startup+12.7012 s]
/proc/loadavg: 1.50 1.85 1.85 2/65 12529
/proc/meminfo: memFree=1354640/2055920 swapFree=4176728/4192956
[pid=12528] ppid=12526 vsize=5672 CPUtime=12.68
/proc/12528/stat : 12528 (CirCUs) R 12526 12528 12094 0 -1 4194304 1221 0 0 0 1268 0 0 0 25 0 1 120000 1121599728 5808128 1205 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/12528/statm: 1418 1205 90 173 0 1243 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 5672

[startup+25.5017 s]
/proc/loadavg: 1.43 1.82 1.84 2/65 12529
/proc/meminfo: memFree=1353040/2055920 swapFree=4176728/4192956
[pid=12528] ppid=12526 vsize=7000 CPUtime=25.48
/proc/12528/stat : 12528 (CirCUs) R 12526 12528 12094 0 -1 4194304 1569 0 0 0 2547 1 0 0 25 0 1 120000 1121599728 7168000 1553 1992294400 134512640 135224549 4294956208 18446744073709551615 134630934 0 0 4096 8192 0 0 0 17 1 0 0
/proc/12528/statm: 1750 1553 90 173 0 1575 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 7000

[startup+51.1018 s]
/proc/loadavg: 1.26 1.74 1.81 2/65 12529
/proc/meminfo: memFree=1350992/2055920 swapFree=4176728/4192956
[pid=12528] ppid=12526 vsize=9400 CPUtime=51.07
/proc/12528/stat : 12528 (CirCUs) R 12526 12528 12094 0 -1 4194304 2168 0 0 0 5106 1 0 0 25 0 1 120000 1121599728 9625600 2119 1992294400 134512640 135224549 4294956208 18446744073709551615 134631371 0 0 4096 8192 0 0 0 17 1 0 0
/proc/12528/statm: 2350 2119 90 173 0 2175 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 9400

[startup+102.306 s]
/proc/loadavg: 1.11 1.62 1.77 2/65 12529
/proc/meminfo: memFree=1348304/2055920 swapFree=4176728/4192956
[pid=12528] ppid=12526 vsize=11816 CPUtime=102.26
/proc/12528/stat : 12528 (CirCUs) R 12526 12528 12094 0 -1 4194304 2783 0 0 0 10224 2 0 0 25 0 1 120000 1121599728 12099584 2734 1992294400 134512640 135224549 4294956208 18446744073709551615 134595336 0 0 4096 8192 0 0 0 17 1 0 0
/proc/12528/statm: 2954 2734 90 173 0 2779 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 11816

[startup+162.302 s]
/proc/loadavg: 1.04 1.51 1.72 2/65 12529
/proc/meminfo: memFree=1346448/2055920 swapFree=4176728/4192956
[pid=12528] ppid=12526 vsize=13956 CPUtime=162.23
/proc/12528/stat : 12528 (CirCUs) R 12526 12528 12094 0 -1 4194304 3317 0 0 0 16220 3 0 0 25 0 1 120000 1121599728 14290944 3203 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/12528/statm: 3489 3203 90 173 0 3314 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 13956

[startup+222.302 s]
/proc/loadavg: 1.01 1.41 1.67 2/65 12529
/proc/meminfo: memFree=1344912/2055920 swapFree=4176728/4192956
[pid=12528] ppid=12526 vsize=15560 CPUtime=222.2
/proc/12528/stat : 12528 (CirCUs) R 12526 12528 12094 0 -1 4194304 3687 0 0 0 22217 3 0 0 25 0 1 120000 1121599728 15933440 3573 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/12528/statm: 3890 3573 90 173 0 3715 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 15560

[startup+282.301 s]
/proc/loadavg: 1.00 1.33 1.63 2/65 12529
/proc/meminfo: memFree=1343184/2055920 swapFree=4176728/4192956
[pid=12528] ppid=12526 vsize=17268 CPUtime=282.19
/proc/12528/stat : 12528 (CirCUs) R 12526 12528 12094 0 -1 4194304 4135 0 0 0 28215 4 0 0 25 0 1 120000 1121599728 17682432 4021 1992294400 134512640 135224549 4294956208 18446744073709551615 134595283 0 0 4096 8192 0 0 0 17 1 0 0
/proc/12528/statm: 4317 4021 90 173 0 4142 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 17268

[startup+342.301 s]
/proc/loadavg: 1.00 1.27 1.58 2/65 12529
/proc/meminfo: memFree=1342352/2055920 swapFree=4176728/4192956
[pid=12528] ppid=12526 vsize=18112 CPUtime=342.16
/proc/12528/stat : 12528 (CirCUs) R 12526 12528 12094 0 -1 4194304 4322 0 0 0 34212 4 0 0 25 0 1 120000 1121599728 18546688 4208 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/12528/statm: 4528 4208 90 173 0 4353 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 18112

[startup+402.302 s]
/proc/loadavg: 1.00 1.22 1.54 2/65 12529
/proc/meminfo: memFree=1340880/2055920 swapFree=4176728/4192956
[pid=12528] ppid=12526 vsize=19604 CPUtime=402.14
/proc/12528/stat : 12528 (CirCUs) R 12526 12528 12094 0 -1 4194304 4706 0 0 0 40209 5 0 0 25 0 1 120000 1121599728 20074496 4592 1992294400 134512640 135224549 4294956208 18446744073709551615 134595387 0 0 4096 8192 0 0 0 17 1 0 0
/proc/12528/statm: 4901 4592 90 173 0 4726 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 19604

[startup+462.302 s]
/proc/loadavg: 1.00 1.18 1.51 2/65 12529
/proc/meminfo: memFree=1339280/2055920 swapFree=4176728/4192956
[pid=12528] ppid=12526 vsize=21188 CPUtime=462.12
/proc/12528/stat : 12528 (CirCUs) R 12526 12528 12094 0 -1 4194304 5092 0 0 0 46207 5 0 0 25 0 1 120000 1121599728 21696512 4978 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/12528/statm: 5297 4978 90 173 0 5122 0
Current children cumulated CPU time (s) 462.12
Current children cumulated vsize (KiB) 21188

[startup+522.302 s]
/proc/loadavg: 1.00 1.14 1.47 2/65 12529
/proc/meminfo: memFree=1339216/2055920 swapFree=4176728/4192956
[pid=12528] ppid=12526 vsize=21360 CPUtime=522.1
/proc/12528/stat : 12528 (CirCUs) R 12526 12528 12094 0 -1 4194304 5120 0 0 0 52205 5 0 0 25 0 1 120000 1121599728 21872640 5006 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/12528/statm: 5340 5006 90 173 0 5165 0
Current children cumulated CPU time (s) 522.1
Current children cumulated vsize (KiB) 21360

[startup+582.302 s]
/proc/loadavg: 1.00 1.11 1.44 2/65 12529
/proc/meminfo: memFree=1337552/2055920 swapFree=4176728/4192956
[pid=12528] ppid=12526 vsize=22956 CPUtime=582.07
/proc/12528/stat : 12528 (CirCUs) R 12526 12528 12094 0 -1 4194304 5523 0 0 0 58202 5 0 0 25 0 1 120000 1121599728 23506944 5409 1992294400 134512640 135224549 4294956208 18446744073709551615 134595312 0 0 4096 8192 0 0 0 17 1 0 0
/proc/12528/statm: 5739 5409 90 173 0 5564 0
Current children cumulated CPU time (s) 582.07
Current children cumulated vsize (KiB) 22956

[startup+642.302 s]
/proc/loadavg: 1.00 1.09 1.41 2/65 12529
/proc/meminfo: memFree=1337232/2055920 swapFree=4176728/4192956
[pid=12528] ppid=12526 vsize=23504 CPUtime=642.06
/proc/12528/stat : 12528 (CirCUs) R 12526 12528 12094 0 -1 4194304 5616 0 0 0 64200 6 0 0 25 0 1 120000 1121599728 24068096 5502 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/12528/statm: 5876 5502 90 173 0 5701 0
Current children cumulated CPU time (s) 642.06
Current children cumulated vsize (KiB) 23504

[startup+702.301 s]
/proc/loadavg: 1.00 1.07 1.38 2/65 12529
/proc/meminfo: memFree=1335632/2055920 swapFree=4176728/4192956
[pid=12528] ppid=12526 vsize=25524 CPUtime=702.02
/proc/12528/stat : 12528 (CirCUs) R 12526 12528 12094 0 -1 4194304 6137 0 0 0 70196 6 0 0 25 0 1 120000 1121599728 26136576 5894 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/12528/statm: 6381 5894 90 173 0 6206 0
Current children cumulated CPU time (s) 702.02
Current children cumulated vsize (KiB) 25524

[startup+762.305 s]
/proc/loadavg: 1.00 1.06 1.35 2/65 12535
/proc/meminfo: memFree=1335376/2055920 swapFree=4176728/4192956
[pid=12528] ppid=12526 vsize=25524 CPUtime=762
/proc/12528/stat : 12528 (CirCUs) R 12526 12528 12094 0 -1 4194304 6139 0 0 0 76194 6 0 0 25 0 1 120000 1121599728 26136576 5896 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/12528/statm: 6381 5896 90 173 0 6206 0
Current children cumulated CPU time (s) 762
Current children cumulated vsize (KiB) 25524

[startup+822.301 s]
/proc/loadavg: 1.00 1.04 1.33 2/65 12535
/proc/meminfo: memFree=1333968/2055920 swapFree=4176728/4192956
[pid=12528] ppid=12526 vsize=27212 CPUtime=821.97
/proc/12528/stat : 12528 (CirCUs) R 12526 12528 12094 0 -1 4194304 6532 0 0 0 82190 7 0 0 25 0 1 120000 1121599728 27865088 6289 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/12528/statm: 6803 6289 90 173 0 6628 0
Current children cumulated CPU time (s) 821.97
Current children cumulated vsize (KiB) 27212

[startup+882.302 s]
/proc/loadavg: 1.00 1.03 1.31 2/65 12535
/proc/meminfo: memFree=1333520/2055920 swapFree=4176728/4192956
[pid=12528] ppid=12526 vsize=27644 CPUtime=881.95
/proc/12528/stat : 12528 (CirCUs) R 12526 12528 12094 0 -1 4194304 6636 0 0 0 88187 8 0 0 25 0 1 120000 1121599728 28307456 6393 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/12528/statm: 6911 6393 90 173 0 6736 0
Current children cumulated CPU time (s) 881.95
Current children cumulated vsize (KiB) 27644

[startup+942.302 s]
/proc/loadavg: 1.00 1.02 1.28 2/65 12535
/proc/meminfo: memFree=1333328/2055920 swapFree=4176728/4192956
[pid=12528] ppid=12526 vsize=27780 CPUtime=941.93
/proc/12528/stat : 12528 (CirCUs) R 12526 12528 12094 0 -1 4194304 6674 0 0 0 94185 8 0 0 25 0 1 120000 1121599728 28446720 6431 1992294400 134512640 135224549 4294956208 18446744073709551615 134595295 0 0 4096 8192 0 0 0 17 1 0 0
/proc/12528/statm: 6945 6431 90 173 0 6770 0
Current children cumulated CPU time (s) 941.93
Current children cumulated vsize (KiB) 27780

[startup+1002.3 s]
/proc/loadavg: 1.00 1.02 1.26 2/65 12535
/proc/meminfo: memFree=1332304/2055920 swapFree=4176728/4192956
[pid=12528] ppid=12526 vsize=29120 CPUtime=1001.9
/proc/12528/stat : 12528 (CirCUs) R 12526 12528 12094 0 -1 4194304 6983 0 0 0 100182 8 0 0 25 0 1 120000 1121599728 29818880 6740 1992294400 134512640 135224549 4294956208 18446744073709551615 134595298 0 0 4096 8192 0 0 0 17 1 0 0
/proc/12528/statm: 7280 6740 90 173 0 7105 0
Current children cumulated CPU time (s) 1001.9
Current children cumulated vsize (KiB) 29120

[startup+1062.3 s]
/proc/loadavg: 1.00 1.01 1.25 2/65 12535
/proc/meminfo: memFree=1331216/2055920 swapFree=4176728/4192956
[pid=12528] ppid=12526 vsize=30044 CPUtime=1061.89
/proc/12528/stat : 12528 (CirCUs) R 12526 12528 12094 0 -1 4194304 7232 0 0 0 106180 9 0 0 25 0 1 120000 1121599728 30765056 6989 1992294400 134512640 135224549 4294956208 18446744073709551615 134595555 0 0 4096 8192 0 0 0 17 1 0 0
/proc/12528/statm: 7511 6989 90 173 0 7336 0
Current children cumulated CPU time (s) 1061.89
Current children cumulated vsize (KiB) 30044

[startup+1122.3 s]
/proc/loadavg: 1.00 1.01 1.23 2/65 12535
/proc/meminfo: memFree=1331152/2055920 swapFree=4176728/4192956
[pid=12528] ppid=12526 vsize=30220 CPUtime=1121.87
/proc/12528/stat : 12528 (CirCUs) R 12526 12528 12094 0 -1 4194304 7255 0 0 0 112178 9 0 0 25 0 1 120000 1121599728 30945280 7012 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/12528/statm: 7555 7012 90 173 0 7380 0
Current children cumulated CPU time (s) 1121.87
Current children cumulated vsize (KiB) 30220

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.21 2/65 12535
/proc/meminfo: memFree=1330832/2055920 swapFree=4176728/4192956
[pid=12528] ppid=12526 vsize=30604 CPUtime=1181.84
/proc/12528/stat : 12528 (CirCUs) R 12526 12528 12094 0 -1 4194304 7320 0 0 0 118175 9 0 0 25 0 1 120000 1121599728 31338496 7077 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/12528/statm: 7651 7077 90 173 0 7476 0
Current children cumulated CPU time (s) 1181.84
Current children cumulated vsize (KiB) 30604



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 1.20 2/65 12535
/proc/meminfo: memFree=1330768/2055920 swapFree=4176728/4192956
[pid=12528] ppid=12526 vsize=30604 CPUtime=1200.04
/proc/12528/stat : 12528 (CirCUs) R 12526 12528 12094 0 -1 4194304 7345 0 0 0 119995 9 0 0 25 0 1 100 1121599728 31338496 7102 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/12528/statm: 7651 7102 90 173 0 7476 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 30604

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.00 1.00 1.20 2/65 12535
/proc/meminfo: memFree=1330768/2055920 swapFree=4176728/4192956
[pid=12528] ppid=12526 vsize=30604 CPUtime=1200.04
/proc/12528/stat : 12528 (CirCUs) R 12526 12528 12094 0 -1 4194304 7345 0 0 0 119995 9 0 0 25 0 1 100 1121599728 31338496 7102 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/12528/statm: 7651 7102 90 173 0 7476 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 30604

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.51
CPU time (s): 1200.05
CPU user time (s): 1199.95
CPU system time (s): 0.097985
CPU usage (%): 99.9618
Max. virtual memory (cumulated for all children) (KiB): 30604

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

runsolver used 0.962853 second user time and 2.6046 second system time

The end

Launcher Data

Begin job on node11 at 2009-03-31 10:48:54
IDJOB=1524414
IDBENCH=70529
IDSOLVER=544
FILE ID=node11/1524414-1238489334
PBS_JOBID= 9061867
Free space on /tmp= 66412 MiB

SOLVER NAME= CircUs 2009-03-23
BENCH NAME= SAT09/RANDOM/MEDIUM/7SAT/SATISFIABLE/75/unif-k7-r89-v75-c6675-S342542912-045.cnf
COMMAND LINE= HOME/CirCUs BENCHNAME -t TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1524414-1238489334/watcher-1524414-1238489334 -o /tmp/evaluation-result-1524414-1238489334/solver-1524414-1238489334 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/CirCUs HOME/instance-1524414-1238489334.cnf -t 1200

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

MD5SUM BENCH= 080829f316d0d50a199c4a4a09021eac
RANDOM SEED=1390699256

node11.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.274
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.274
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:       1359544 kB
Buffers:        107700 kB
Cached:         483904 kB
SwapCached:      10196 kB
Active:         188812 kB
Inactive:       414424 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1359544 kB
SwapTotal:     4192956 kB
SwapFree:      4176728 kB
Dirty:            1368 kB
Writeback:           0 kB
Mapped:          17352 kB
Slab:            79100 kB
Committed_AS:  2951784 kB
PageTables:       1456 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= 66412 MiB
End job on node11 at 2009-03-31 11:08:57