Trace number 3438788

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
SApperloT2010 2011-05-15 (fixed)? (TO) 5000.21 5000.08

General information on the benchmark

Namecrafted/mosoi/289/
289-unsat-17x27.cnf
MD5SUMb9a7e3013b1b74b08c8e421f15cb16c4
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1836
Number of clauses194157
Sum of the clauses size771120
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22754
Number of clauses of size 30
Number of clauses of size 4191403
Number of clauses of size 50
Number of clauses of size over 50

Solver Data


Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3438788-1306898963/watcher-3438788-1306898963 -o /tmp/evaluation-result-3438788-1306898963/solver-3438788-1306898963 -C 5000 -W 5100 -M 15500 SApperloT2010 HOME/instance-3438788-1306898963.cnf 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.02 2.00 2/535 29877
/proc/meminfo: memFree=5925736/32951124 swapFree=50328308/67111528
[pid=29877] ppid=29875 vsize=17192 CPUtime=0.01 cores=0,2,4,6
/proc/29877/stat : 29877 (SApperloT2010) R 29875 29877 28304 0 -1 4202496 1349 0 0 0 1 0 0 0 25 0 1 0 782312543 17604608 1288 33554432000 4194304 4394578 140733548296544 18446744073709551615 212039316165 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/29877/statm: 4298 1288 247 49 0 1439 0

[startup+0.0523271 s]
/proc/loadavg: 2.00 2.02 2.00 2/535 29877
/proc/meminfo: memFree=5925736/32951124 swapFree=50328308/67111528
[pid=29877] ppid=29875 vsize=23792 CPUtime=0.05 cores=0,2,4,6
/proc/29877/stat : 29877 (SApperloT2010) R 29875 29877 28304 0 -1 4202496 2992 0 0 0 5 0 0 0 25 0 1 0 782312543 24363008 2931 33554432000 4194304 4394578 140733548296544 18446744073709551615 212039655168 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/29877/statm: 5948 2931 247 49 0 3089 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 23792

[startup+0.100346 s]
/proc/loadavg: 2.00 2.02 2.00 2/535 29877
/proc/meminfo: memFree=5925736/32951124 swapFree=50328308/67111528
[pid=29877] ppid=29875 vsize=29204 CPUtime=0.09 cores=0,2,4,6
/proc/29877/stat : 29877 (SApperloT2010) R 29875 29877 28304 0 -1 4202496 4337 0 0 0 9 0 0 0 25 0 1 0 782312543 29904896 4276 33554432000 4194304 4394578 140733548296544 18446744073709551615 212039655168 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/29877/statm: 7301 4277 247 49 0 4442 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 29204

[startup+0.300312 s]
/proc/loadavg: 2.00 2.02 2.00 2/535 29877
/proc/meminfo: memFree=5925736/32951124 swapFree=50328308/67111528
[pid=29877] ppid=29875 vsize=36288 CPUtime=0.29 cores=0,2,4,6
/proc/29877/stat : 29877 (SApperloT2010) R 29875 29877 28304 0 -1 4202496 6107 0 0 0 29 0 0 0 25 0 1 0 782312543 37158912 6045 33554432000 4194304 4394578 140733548296544 18446744073709551615 212039679895 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/29877/statm: 9072 6045 256 49 0 6213 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 36288

[startup+0.70024 s]
/proc/loadavg: 2.00 2.02 2.00 2/535 29877
/proc/meminfo: memFree=5925736/32951124 swapFree=50328308/67111528
[pid=29877] ppid=29875 vsize=60556 CPUtime=0.69 cores=0,2,4,6
/proc/29877/stat : 29877 (SApperloT2010) R 29875 29877 28304 0 -1 4202496 13341 0 0 0 68 1 0 0 25 0 1 0 782312543 62009344 12519 33554432000 4194304 4394578 140733548296544 18446744073709551615 4298812 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/29877/statm: 15139 12519 267 49 0 12280 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 60556

[startup+1.50111 s]
/proc/loadavg: 2.00 2.02 2.00 3/536 29878
/proc/meminfo: memFree=5872152/32951124 swapFree=50328308/67111528
[pid=29877] ppid=29875 vsize=68320 CPUtime=1.49 cores=0,2,4,6
/proc/29877/stat : 29877 (SApperloT2010) R 29875 29877 28304 0 -1 4202496 15242 0 0 0 148 1 0 0 25 0 1 0 782312543 69959680 14420 33554432000 4194304 4394578 140733548296544 18446744073709551615 212039316165 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/29877/statm: 17080 14420 267 49 0 14221 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 68320

[startup+3.10081 s]
/proc/loadavg: 2.00 2.02 2.00 3/536 29878
/proc/meminfo: memFree=5863224/32951124 swapFree=50328308/67111528
[pid=29877] ppid=29875 vsize=79544 CPUtime=3.09 cores=0,2,4,6
/proc/29877/stat : 29877 (SApperloT2010) R 29875 29877 28304 0 -1 4202496 17942 0 0 0 307 2 0 0 25 0 1 0 782312543 81453056 17120 33554432000 4194304 4394578 140733548296544 18446744073709551615 4298698 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/29877/statm: 19886 17120 267 49 0 17027 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 79544

[startup+6.30024 s]
/proc/loadavg: 2.00 2.02 2.00 3/536 29878
/proc/meminfo: memFree=5844872/32951124 swapFree=50328308/67111528
[pid=29877] ppid=29875 vsize=97896 CPUtime=6.29 cores=0,2,4,6
/proc/29877/stat : 29877 (SApperloT2010) R 29875 29877 28304 0 -1 4202496 22264 0 0 0 626 3 0 0 25 0 1 0 782312543 100245504 21442 33554432000 4194304 4394578 140733548296544 18446744073709551615 4298686 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/29877/statm: 24474 21442 267 49 0 21615 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 97896

[startup+12.7011 s]
/proc/loadavg: 2.07 2.03 2.00 3/536 29878
/proc/meminfo: memFree=5817400/32951124 swapFree=50328308/67111528
[pid=29877] ppid=29875 vsize=125952 CPUtime=12.7 cores=0,2,4,6
/proc/29877/stat : 29877 (SApperloT2010) R 29875 29877 28304 0 -1 4202496 28913 0 0 0 1265 5 0 0 25 0 1 0 782312543 128974848 28091 33554432000 4194304 4394578 140733548296544 18446744073709551615 4298812 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/29877/statm: 31488 28091 267 49 0 28629 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 125952

[startup+25.5008 s]
/proc/loadavg: 2.06 2.03 2.00 3/536 29878
/proc/meminfo: memFree=5782048/32951124 swapFree=50328308/67111528
[pid=29877] ppid=29875 vsize=156820 CPUtime=25.49 cores=0,2,4,6
/proc/29877/stat : 29877 (SApperloT2010) R 29875 29877 28304 0 -1 4202496 36416 0 0 0 2543 6 0 0 25 0 1 0 782312543 160583680 35594 33554432000 4194304 4394578 140733548296544 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/29877/statm: 39205 35594 267 49 0 36346 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 156820

[startup+51.1012 s]
/proc/loadavg: 2.04 2.03 2.00 3/536 29879
/proc/meminfo: memFree=5735612/32951124 swapFree=50328308/67111528
[pid=29877] ppid=29875 vsize=205000 CPUtime=51.09 cores=0,2,4,6
/proc/29877/stat : 29877 (SApperloT2010) R 29875 29877 28304 0 -1 4202496 47957 0 0 0 5101 8 0 0 25 0 1 0 782312543 209920000 47135 33554432000 4194304 4394578 140733548296544 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/29877/statm: 51250 47135 267 49 0 48391 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 205000

[startup+102.32 s]
/proc/loadavg: 2.01 2.02 2.00 3/536 29880
/proc/meminfo: memFree=5657680/32951124 swapFree=50328308/67111528
[pid=29877] ppid=29875 vsize=285684 CPUtime=102.31 cores=0,2,4,6
/proc/29877/stat : 29877 (SApperloT2010) R 29875 29877 28304 0 -1 4202496 67350 0 0 0 10219 12 0 0 25 0 1 0 782312543 292540416 66528 33554432000 4194304 4394578 140733548296544 18446744073709551615 4298976 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/29877/statm: 71421 66528 267 49 0 68562 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 285684

[startup+162.3 s]
/proc/loadavg: 2.08 2.05 2.01 3/536 29882
/proc/meminfo: memFree=5473364/32951124 swapFree=50328308/67111528
[pid=29877] ppid=29875 vsize=471568 CPUtime=162.3 cores=0,2,4,6
/proc/29877/stat : 29877 (SApperloT2010) R 29875 29877 28304 0 -1 4202496 112868 0 0 0 16209 21 0 0 25 0 1 0 782312543 482885632 112046 33554432000 4194304 4394578 140733548296544 18446744073709551615 4299131 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/29877/statm: 117892 112046 267 49 0 115033 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 471568

[startup+222.301 s]
/proc/loadavg: 2.06 2.05 2.01 3/536 30010
/proc/meminfo: memFree=5336436/32951124 swapFree=50328308/67111528
[pid=29877] ppid=29875 vsize=499036 CPUtime=222.3 cores=0,2,4,6
/proc/29877/stat : 29877 (SApperloT2010) R 29875 29877 28304 0 -1 4202496 118812 0 0 0 22208 22 0 0 25 0 1 0 782312543 511012864 117990 33554432000 4194304 4394578 140733548296544 18446744073709551615 4298923 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/29877/statm: 124759 117990 267 49 0 121900 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 499036

[startup+282.301 s]
/proc/loadavg: 2.02 2.04 2.00 3/536 30012
/proc/meminfo: memFree=5095812/32951124 swapFree=50328308/67111528
[pid=29877] ppid=29875 vsize=629848 CPUtime=282.3 cores=0,2,4,6
/proc/29877/stat : 29877 (SApperloT2010) R 29875 29877 28304 0 -1 4202496 150892 0 0 0 28202 28 0 0 25 0 1 0 782312543 644964352 150070 33554432000 4194304 4394578 140733548296544 18446744073709551615 212039316165 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/29877/statm: 157462 150070 267 49 0 154603 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 629848

[startup+342.301 s]
/proc/loadavg: 2.01 2.03 2.00 3/536 30014
/proc/meminfo: memFree=4944604/32951124 swapFree=50328308/67111528
[pid=29877] ppid=29875 vsize=706660 CPUtime=342.3 cores=0,2,4,6
/proc/29877/stat : 29877 (SApperloT2010) R 29875 29877 28304 0 -1 4202496 169346 0 0 0 34197 33 0 0 25 0 1 0 782312543 723619840 168524 33554432000 4194304 4394578 140733548296544 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/29877/statm: 176665 168524 267 49 0 173806 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 706660

[startup+402.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/536 30016
/proc/meminfo: memFree=4753816/32951124 swapFree=50328308/67111528
[pid=29877] ppid=29875 vsize=781464 CPUtime=402.3 cores=0,2,4,6
/proc/29877/stat : 29877 (SApperloT2010) R 29875 29877 28304 0 -1 4202496 186940 0 0 0 40193 37 0 0 25 0 1 0 782312543 800219136 186118 33554432000 4194304 4394578 140733548296544 18446744073709551615 4297090 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/29877/statm: 195366 186118 267 49 0 192507 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 781464

[startup+462.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/536 30018
/proc/meminfo: memFree=4666840/32951124 swapFree=50328308/67111528
[pid=29877] ppid=29875 vsize=802440 CPUtime=462.3 cores=0,2,4,6
/proc/29877/stat : 29877 (SApperloT2010) R 29875 29877 28304 0 -1 4202496 191300 0 0 0 46193 37 0 0 25 0 1 0 782312543 821698560 190478 33554432000 4194304 4394578 140733548296544 18446744073709551615 4327612 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/29877/statm: 200610 190478 267 49 0 197751 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 802440

[startup+522.301 s]
/proc/loadavg: 2.17 2.06 2.01 3/536 30019
/proc/meminfo: memFree=4584448/32951124 swapFree=50328308/67111528
[pid=29877] ppid=29875 vsize=850816 CPUtime=522.31 cores=0,2,4,6
/proc/29877/stat : 29877 (SApperloT2010) R 29875 29877 28304 0 -1 4202496 202473 0 0 0 52191 40 0 0 25 0 1 0 782312543 871235584 201651 33554432000 4194304 4394578 140733548296544 18446744073709551615 4298951 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/29877/statm: 212704 201651 267 49 0 209845 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 850816

[startup+582.3 s]
/proc/loadavg: 2.12 2.06 2.01 3/536 30022
/proc/meminfo: memFree=4329948/32951124 swapFree=50328308/67111528
[pid=29877] ppid=29875 vsize=929140 CPUtime=582.3 cores=0,2,4,6
/proc/29877/stat : 29877 (SApperloT2010) R 29875 29877 28304 0 -1 4202496 221496 0 0 0 58187 43 0 0 25 0 1 0 782312543 951439360 220674 33554432000 4194304 4394578 140733548296544 18446744073709551615 4298942 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/29877/statm: 232285 220674 267 49 0 229426 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 929140

[startup+642.301 s]

################
# More data... #
################

[startup+4062.32 s]
/proc/loadavg: 2.01 2.04 2.00 3/536 30133
/proc/meminfo: memFree=92944/32951124 swapFree=50328308/67111528
[pid=29877] ppid=29875 vsize=3974320 CPUtime=4062.41 cores=0,2,4,6
/proc/29877/stat : 29877 (SApperloT2010) R 29875 29877 28304 0 -1 4202496 957531 0 0 0 406048 193 0 0 25 0 1 0 782312543 4069703680 956709 33554432000 4194304 4394578 140733548296544 18446744073709551615 4298837 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/29877/statm: 993580 956709 267 49 0 990721 0
Current children cumulated CPU time (s) 4062.41
Current children cumulated vsize (KiB) 3974320

[startup+4122.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/536 30134
/proc/meminfo: memFree=97524/32951124 swapFree=50328308/67111528
[pid=29877] ppid=29875 vsize=4031920 CPUtime=4122.4 cores=0,2,4,6
/proc/29877/stat : 29877 (SApperloT2010) R 29875 29877 28304 0 -1 4202496 971505 0 0 0 412044 196 0 0 25 0 1 0 782312543 4128686080 970683 33554432000 4194304 4394578 140733548296544 18446744073709551615 4299019 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/29877/statm: 1007980 970683 267 49 0 1005121 0
Current children cumulated CPU time (s) 4122.4
Current children cumulated vsize (KiB) 4031920

[startup+4182.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/536 30136
/proc/meminfo: memFree=94824/32951124 swapFree=50328308/67111528
[pid=29877] ppid=29875 vsize=4042676 CPUtime=4182.4 cores=0,2,4,6
/proc/29877/stat : 29877 (SApperloT2010) R 29875 29877 28304 0 -1 4202496 973807 0 0 0 418044 196 0 0 25 0 1 0 782312543 4139700224 972985 33554432000 4194304 4394578 140733548296544 18446744073709551615 4298959 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/29877/statm: 1010669 972985 267 49 0 1007810 0
Current children cumulated CPU time (s) 4182.4
Current children cumulated vsize (KiB) 4042676

[startup+4242.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/536 30138
/proc/meminfo: memFree=97732/32951124 swapFree=50328308/67111528
[pid=29877] ppid=29875 vsize=4049340 CPUtime=4242.4 cores=0,2,4,6
/proc/29877/stat : 29877 (SApperloT2010) R 29875 29877 28304 0 -1 4202496 975136 0 0 0 424043 197 0 0 25 0 1 0 782312543 4146524160 974314 33554432000 4194304 4394578 140733548296544 18446744073709551615 4345926 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/29877/statm: 1012335 974314 267 49 0 1009476 0
Current children cumulated CPU time (s) 4242.4
Current children cumulated vsize (KiB) 4049340

[startup+4302.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/536 30139
/proc/meminfo: memFree=98720/32951124 swapFree=50328308/67111528
[pid=29877] ppid=29875 vsize=4070952 CPUtime=4302.41 cores=0,2,4,6
/proc/29877/stat : 29877 (SApperloT2010) R 29875 29877 28304 0 -1 4202496 980481 0 0 0 430043 198 0 0 25 0 1 0 782312543 4168654848 979659 33554432000 4194304 4394578 140733548296544 18446744073709551615 4299008 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/29877/statm: 1017738 979659 267 49 0 1014879 0
Current children cumulated CPU time (s) 4302.41
Current children cumulated vsize (KiB) 4070952

[startup+4362.3 s]
/proc/loadavg: 2.10 2.04 2.01 3/536 30141
/proc/meminfo: memFree=97476/32951124 swapFree=50328308/67111528
[pid=29877] ppid=29875 vsize=4118464 CPUtime=4362.41 cores=0,2,4,6
/proc/29877/stat : 29877 (SApperloT2010) R 29875 29877 28304 0 -1 4202496 991950 0 0 0 436041 200 0 0 25 0 1 0 782312543 4217307136 991128 33554432000 4194304 4394578 140733548296544 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/29877/statm: 1029616 991128 267 49 0 1026757 0
Current children cumulated CPU time (s) 4362.41
Current children cumulated vsize (KiB) 4118464

[startup+4422.3 s]
/proc/loadavg: 2.21 2.08 2.02 3/536 30142
/proc/meminfo: memFree=96296/32951124 swapFree=50328308/67111528
[pid=29877] ppid=29875 vsize=4174904 CPUtime=4422.4 cores=0,2,4,6
/proc/29877/stat : 29877 (SApperloT2010) R 29875 29877 28304 0 -1 4202496 1005885 0 0 0 442037 203 0 0 25 0 1 0 782312543 4275101696 1005063 33554432000 4194304 4394578 140733548296544 18446744073709551615 4298942 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/29877/statm: 1043726 1005063 267 49 0 1040867 0
Current children cumulated CPU time (s) 4422.4
Current children cumulated vsize (KiB) 4174904

[startup+4482.3 s]
/proc/loadavg: 2.14 2.09 2.03 3/536 30144
/proc/meminfo: memFree=95012/32951124 swapFree=50328308/67111528
[pid=29877] ppid=29875 vsize=4196876 CPUtime=4482.41 cores=0,2,4,6
/proc/29877/stat : 29877 (SApperloT2010) R 29875 29877 28304 0 -1 4202496 1010747 0 0 0 448036 205 0 0 25 0 1 0 782312543 4297601024 1009925 33554432000 4194304 4394578 140733548296544 18446744073709551615 4298792 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/29877/statm: 1049219 1009925 267 49 0 1046360 0
Current children cumulated CPU time (s) 4482.41
Current children cumulated vsize (KiB) 4196876

[startup+4542.3 s]
/proc/loadavg: 2.05 2.07 2.02 3/536 30146
/proc/meminfo: memFree=96752/32951124 swapFree=50328308/67111528
[pid=29877] ppid=29875 vsize=4264396 CPUtime=4542.41 cores=0,2,4,6
/proc/29877/stat : 29877 (SApperloT2010) R 29875 29877 28304 0 -1 4202496 1027235 0 0 0 454033 208 0 0 25 0 1 0 782312543 4366741504 1026413 33554432000 4194304 4394578 140733548296544 18446744073709551615 4298812 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/29877/statm: 1066099 1026413 267 49 0 1063240 0
Current children cumulated CPU time (s) 4542.41
Current children cumulated vsize (KiB) 4264396

[startup+4602.3 s]
/proc/loadavg: 2.02 2.06 2.02 3/536 30147
/proc/meminfo: memFree=97828/32951124 swapFree=50328308/67111528
[pid=29877] ppid=29875 vsize=4355104 CPUtime=4602.42 cores=0,2,4,6
/proc/29877/stat : 29877 (SApperloT2010) R 29875 29877 28304 0 -1 4202496 1049876 0 0 0 460029 213 0 0 25 0 1 0 782312543 4459626496 1049054 33554432000 4194304 4394578 140733548296544 18446744073709551615 212039679895 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/29877/statm: 1088776 1049054 267 49 0 1085917 0
Current children cumulated CPU time (s) 4602.42
Current children cumulated vsize (KiB) 4355104

[startup+4662.3 s]
/proc/loadavg: 2.00 2.05 2.01 3/536 30149
/proc/meminfo: memFree=92436/32951124 swapFree=50328308/67111528
[pid=29877] ppid=29875 vsize=4403732 CPUtime=4662.42 cores=0,2,4,6
/proc/29877/stat : 29877 (SApperloT2010) R 29875 29877 28304 0 -1 4202496 1061544 0 0 0 466026 216 0 0 25 0 1 0 782312543 4509421568 1060722 33554432000 4194304 4394578 140733548296544 18446744073709551615 4298358 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/29877/statm: 1100933 1060722 267 49 0 1098074 0
Current children cumulated CPU time (s) 4662.42
Current children cumulated vsize (KiB) 4403732

[startup+4722.32 s]
/proc/loadavg: 2.00 2.03 2.01 3/536 30151
/proc/meminfo: memFree=92908/32951124 swapFree=50328308/67111528
[pid=29877] ppid=29875 vsize=4414868 CPUtime=4722.43 cores=0,2,4,6
/proc/29877/stat : 29877 (SApperloT2010) R 29875 29877 28304 0 -1 4202496 1063694 0 0 0 472027 216 0 0 25 0 1 0 782312543 4520824832 1062872 33554432000 4194304 4394578 140733548296544 18446744073709551615 4298826 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/29877/statm: 1103717 1062872 267 49 0 1100858 0
Current children cumulated CPU time (s) 4722.43
Current children cumulated vsize (KiB) 4414868

[startup+4782.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/536 30152
/proc/meminfo: memFree=92956/32951124 swapFree=50328308/67111528
[pid=29877] ppid=29875 vsize=4423572 CPUtime=4782.42 cores=0,2,4,6
/proc/29877/stat : 29877 (SApperloT2010) R 29875 29877 28304 0 -1 4202496 1065537 0 0 0 478025 217 0 0 25 0 1 0 782312543 4529737728 1064715 33554432000 4194304 4394578 140733548296544 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/29877/statm: 1105893 1064715 267 49 0 1103034 0
Current children cumulated CPU time (s) 4782.42
Current children cumulated vsize (KiB) 4423572

[startup+4842.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/536 30154
/proc/meminfo: memFree=97924/32951124 swapFree=50328308/67111528
[pid=29877] ppid=29875 vsize=4428436 CPUtime=4842.41 cores=0,2,4,6
/proc/29877/stat : 29877 (SApperloT2010) R 29875 29877 28304 0 -1 4202496 1066582 0 0 0 484024 217 0 0 25 0 1 0 782312543 4534718464 1065760 33554432000 4194304 4394578 140733548296544 18446744073709551615 4288277 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/29877/statm: 1107109 1065760 267 49 0 1104250 0
Current children cumulated CPU time (s) 4842.41
Current children cumulated vsize (KiB) 4428436

[startup+4902.3 s]
/proc/loadavg: 2.15 2.05 2.01 3/536 30155
/proc/meminfo: memFree=93576/32951124 swapFree=50328308/67111528
[pid=29877] ppid=29875 vsize=4437140 CPUtime=4902.42 cores=0,2,4,6
/proc/29877/stat : 29877 (SApperloT2010) R 29875 29877 28304 0 -1 4202496 1068175 0 0 0 490024 218 0 0 25 0 1 0 782312543 4543631360 1067353 33554432000 4194304 4394578 140733548296544 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/29877/statm: 1109285 1067353 267 49 0 1106426 0
Current children cumulated CPU time (s) 4902.42
Current children cumulated vsize (KiB) 4437140

[startup+4962.3 s]
/proc/loadavg: 2.29 2.10 2.03 3/536 30157
/proc/meminfo: memFree=94188/32951124 swapFree=50328308/67111528
[pid=29877] ppid=29875 vsize=4444828 CPUtime=4962.42 cores=0,2,4,6
/proc/29877/stat : 29877 (SApperloT2010) R 29875 29877 28304 0 -1 4202496 1069634 0 0 0 496024 218 0 0 25 0 1 0 782312543 4551503872 1068812 33554432000 4194304 4394578 140733548296544 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/29877/statm: 1111207 1068812 267 49 0 1108348 0
Current children cumulated CPU time (s) 4962.42
Current children cumulated vsize (KiB) 4444828



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.22 2.10 2.03 3/536 30158
/proc/meminfo: memFree=95968/32951124 swapFree=50328308/67111528
[pid=29877] ppid=29875 vsize=4451744 CPUtime=5000.04 cores=0,2,4,6
/proc/29877/stat : 29877 (SApperloT2010) R 29875 29877 28304 0 -1 4202496 1071023 0 0 0 499786 218 0 0 25 0 1 0 782312543 4558585856 1070201 33554432000 4194304 4394578 140733548296544 18446744073709551615 4298698 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/29877/statm: 1112936 1070201 267 49 0 1110077 0
Current children cumulated CPU time (s) 5000.04
Current children cumulated vsize (KiB) 4451744

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

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

[startup+5000.02 s]
/proc/loadavg: 2.22 2.10 2.03 3/536 30158
/proc/meminfo: memFree=95968/32951124 swapFree=50328308/67111528
[pid=29877] ppid=29875 vsize=0 CPUtime=5000.14 cores=0,2,4,6
/proc/29877/stat : 29877 (SApperloT2010) R 29875 29877 28304 0 -1 4203524 1071023 0 0 0 499786 228 0 0 25 0 1 0 782312543 0 0 33554432000 0 0 0 0 0 0 0 4096 6 18446744073709551615 0 0 17 4 0 0 0
/proc/29877/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 5000.14
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5000.08
CPU time (s): 5000.21
CPU user time (s): 4997.86
CPU system time (s): 2.34664
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 4451744

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4997.86
system time used= 2.34664
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1071023
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= 10
involuntary context switches= 5297

runsolver used 27.6518 second user time and 58.7511 second system time

The end

Launcher Data

Begin job on node146 at 2011-06-01 05:29:23
IDJOB=3438788
IDBENCH=83173
IDSOLVER=1933
FILE ID=node146/3438788-1306898963
RUNJOBID= node146-1306893960-29647
PBS_JOBID= 13488430
Free space on /tmp= 48472 MiB

SOLVER NAME= SApperloT2010 2011-05-15 (fixed)
BENCH NAME= SAT11/crafted/mosoi/289/289-unsat-17x27.cnf
COMMAND LINE= SApperloT2010 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3438788-1306898963/watcher-3438788-1306898963 -o /tmp/evaluation-result-3438788-1306898963/solver-3438788-1306898963 -C 5000 -W 5100 -M 15500  SApperloT2010 HOME/instance-3438788-1306898963.cnf

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= b9a7e3013b1b74b08c8e421f15cb16c4
RANDOM SEED=1946681205

node146.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.66
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.86
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       5925892 kB
Buffers:        106784 kB
Cached:       15778808 kB
SwapCached:       9228 kB
Active:       17578328 kB
Inactive:      8756124 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       5925892 kB
SwapTotal:    67111528 kB
SwapFree:     50328308 kB
Dirty:            4680 kB
Writeback:           0 kB
AnonPages:    10447168 kB
Mapped:          28164 kB
Slab:           522860 kB
PageTables:      97372 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 160701052 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 48468 MiB
End job on node146 at 2011-06-01 06:52:45