Trace number 3379613

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) 1300.09 1300.05

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m62-q1327.5-n60-p30-s52708253.cnf
MD5SUM472b10ce0a2683d9355981037eea091e
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark7.17391
Satisfiable
(Un)Satisfiability was proved
Number of variables3672
Number of clauses1163952
Sum of the clauses size2331456
Maximum clause length62
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21163892
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 560

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: 961)

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-3379613-1305461150/watcher-3379613-1305461150 -o /tmp/evaluation-result-3379613-1305461150/solver-3379613-1305461150 -C 2400 -W 1300 -M 7680 SApperloT2010 HOME/instance-3379613-1305461150.cnf 

running on 2 cores: 4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 4.07 4.04 3.92 6/384 5410
/proc/meminfo: memFree=24221344/32951124 swapFree=44485764/67111528
[pid=5410] ppid=5408 vsize=31124 CPUtime=0 cores=4,6
/proc/5410/stat : 5410 (SApperloT2010) R 5408 5410 5018 0 -1 4202496 2924 0 0 0 0 0 0 0 25 0 1 0 657715497 31870976 2865 33554432000 4194304 4394578 140735522632624 18446744073709551615 244446606021 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/5410/statm: 7781 2865 247 49 0 4922 0

[startup+0.10925 s]
/proc/loadavg: 4.07 4.04 3.92 6/384 5410
/proc/meminfo: memFree=24221344/32951124 swapFree=44485764/67111528
[pid=5410] ppid=5408 vsize=45384 CPUtime=0.1 cores=4,6
/proc/5410/stat : 5410 (SApperloT2010) R 5408 5410 5018 0 -1 4202496 6476 0 0 0 10 0 0 0 25 0 1 0 657715497 46473216 6418 33554432000 4194304 4394578 140735522632624 18446744073709551615 244446606021 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/5410/statm: 11346 6419 247 49 0 8487 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 45384

[startup+0.201227 s]
/proc/loadavg: 4.07 4.04 3.92 6/384 5410
/proc/meminfo: memFree=24221344/32951124 swapFree=44485764/67111528
[pid=5410] ppid=5408 vsize=56524 CPUtime=0.19 cores=4,6
/proc/5410/stat : 5410 (SApperloT2010) R 5408 5410 5018 0 -1 4202496 9255 0 0 0 19 0 0 0 25 0 1 0 657715497 57880576 9196 33554432000 4194304 4394578 140735522632624 18446744073709551615 244446606021 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/5410/statm: 14131 9196 247 49 0 11272 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 56524

[startup+0.301212 s]
/proc/loadavg: 4.07 4.04 3.92 6/384 5410
/proc/meminfo: memFree=24221344/32951124 swapFree=44485764/67111528
[pid=5410] ppid=5408 vsize=71116 CPUtime=0.29 cores=4,6
/proc/5410/stat : 5410 (SApperloT2010) R 5408 5410 5018 0 -1 4202496 12927 0 0 0 28 1 0 0 25 0 1 0 657715497 72822784 12868 33554432000 4194304 4394578 140735522632624 18446744073709551615 244446606021 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/5410/statm: 17779 12871 247 49 0 14920 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 71116

[startup+0.701136 s]
/proc/loadavg: 4.07 4.04 3.92 6/384 5410
/proc/meminfo: memFree=24221344/32951124 swapFree=44485764/67111528
[pid=5410] ppid=5408 vsize=120880 CPUtime=0.69 cores=4,6
/proc/5410/stat : 5410 (SApperloT2010) R 5408 5410 5018 0 -1 4202496 25386 0 0 0 65 4 0 0 25 0 1 0 657715497 123781120 25290 33554432000 4194304 4394578 140735522632624 18446744073709551615 244446969751 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/5410/statm: 30220 25290 255 49 0 27361 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 120880

[startup+1.50097 s]
/proc/loadavg: 4.07 4.04 3.92 5/385 5412
/proc/meminfo: memFree=24059288/32951124 swapFree=44485764/67111528
[pid=5410] ppid=5408 vsize=120880 CPUtime=1.49 cores=4,6
/proc/5410/stat : 5410 (SApperloT2010) R 5408 5410 5018 0 -1 4202496 25386 0 0 0 143 6 0 0 25 0 1 0 657715497 123781120 25290 33554432000 4194304 4394578 140735522632624 18446744073709551615 244446969751 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/5410/statm: 30220 25290 255 49 0 27361 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 120880

[startup+3.10069 s]
/proc/loadavg: 4.07 4.04 3.92 5/385 5412
/proc/meminfo: memFree=24047136/32951124 swapFree=44485764/67111528
[pid=5410] ppid=5408 vsize=120880 CPUtime=3.09 cores=4,6
/proc/5410/stat : 5410 (SApperloT2010) R 5408 5410 5018 0 -1 4202496 25386 0 0 0 302 7 0 0 25 0 1 0 657715497 123781120 25290 33554432000 4194304 4394578 140735522632624 18446744073709551615 244446969751 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/5410/statm: 30220 25290 255 49 0 27361 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 120880

[startup+6.3011 s]
/proc/loadavg: 4.07 4.04 3.92 5/385 5412
/proc/meminfo: memFree=23979800/32951124 swapFree=44485764/67111528
[pid=5410] ppid=5408 vsize=158844 CPUtime=6.29 cores=4,6
/proc/5410/stat : 5410 (SApperloT2010) R 5408 5410 5018 0 -1 4202496 38880 0 0 0 617 12 0 0 25 0 1 0 657715497 162656256 34164 33554432000 4194304 4394578 140735522632624 18446744073709551615 244446606021 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/5410/statm: 39711 34164 266 49 0 36852 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 158844

[startup+12.7009 s]
/proc/loadavg: 4.06 4.04 3.92 5/385 5412
/proc/meminfo: memFree=23824964/32951124 swapFree=44485764/67111528
[pid=5410] ppid=5408 vsize=213392 CPUtime=12.69 cores=4,6
/proc/5410/stat : 5410 (SApperloT2010) R 5408 5410 5018 0 -1 4202496 52381 0 0 0 1255 14 0 0 25 0 1 0 657715497 218513408 47665 33554432000 4194304 4394578 140735522632624 18446744073709551615 4292680 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/5410/statm: 53348 47666 266 49 0 50489 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 213392

[startup+25.5005 s]
/proc/loadavg: 4.05 4.04 3.92 5/385 5412
/proc/meminfo: memFree=23701848/32951124 swapFree=44485764/67111528
[pid=5410] ppid=5408 vsize=273428 CPUtime=25.49 cores=4,6
/proc/5410/stat : 5410 (SApperloT2010) R 5408 5410 5018 0 -1 4202496 66832 0 0 0 2533 16 0 0 25 0 1 0 657715497 279990272 62116 33554432000 4194304 4394578 140735522632624 18446744073709551615 244446606021 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/5410/statm: 68357 62116 266 49 0 65498 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 273428

[startup+51.1008 s]
/proc/loadavg: 4.10 4.05 3.93 5/385 5413
/proc/meminfo: memFree=23537528/32951124 swapFree=44485764/67111528
[pid=5410] ppid=5408 vsize=348824 CPUtime=51.09 cores=4,6
/proc/5410/stat : 5410 (SApperloT2010) R 5408 5410 5018 0 -1 4202496 84364 0 0 0 5088 21 0 0 25 0 1 0 657715497 357195776 79648 33554432000 4194304 4394578 140735522632624 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/5410/statm: 87206 79648 266 49 0 84347 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 348824

[startup+102.301 s]
/proc/loadavg: 4.04 4.04 3.93 5/385 5414
/proc/meminfo: memFree=23286172/32951124 swapFree=44485764/67111528
[pid=5410] ppid=5408 vsize=462336 CPUtime=102.3 cores=4,6
/proc/5410/stat : 5410 (SApperloT2010) R 5408 5410 5018 0 -1 4202496 111174 0 0 0 10203 27 0 0 25 0 1 0 657715497 473432064 106458 33554432000 4194304 4394578 140735522632624 18446744073709551615 4298333 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/5410/statm: 115584 106458 266 49 0 112725 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 462336

[startup+162.301 s]
/proc/loadavg: 4.07 4.04 3.93 5/385 5416
/proc/meminfo: memFree=23095680/32951124 swapFree=44485764/67111528
[pid=5410] ppid=5408 vsize=573872 CPUtime=162.29 cores=4,6
/proc/5410/stat : 5410 (SApperloT2010) R 5408 5410 5018 0 -1 4202496 136513 0 0 0 16197 32 0 0 25 0 1 0 657715497 587644928 131797 33554432000 4194304 4394578 140735522632624 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/5410/statm: 143468 131797 266 49 0 140609 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 573872

[startup+222.315 s]
/proc/loadavg: 4.02 4.03 3.93 5/385 5417
/proc/meminfo: memFree=22970636/32951124 swapFree=44485764/67111528
[pid=5410] ppid=5408 vsize=670552 CPUtime=222.31 cores=4,6
/proc/5410/stat : 5410 (SApperloT2010) R 5408 5410 5018 0 -1 4202496 158946 0 0 0 22193 38 0 0 25 0 1 0 657715497 686645248 154230 33554432000 4194304 4394578 140735522632624 18446744073709551615 4338256 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/5410/statm: 167638 154230 266 49 0 164779 0
Current children cumulated CPU time (s) 222.31
Current children cumulated vsize (KiB) 670552

[startup+282.301 s]
/proc/loadavg: 4.01 4.02 3.93 5/385 5419
/proc/meminfo: memFree=22829372/32951124 swapFree=44485764/67111528
[pid=5410] ppid=5408 vsize=765760 CPUtime=282.3 cores=4,6
/proc/5410/stat : 5410 (SApperloT2010) R 5408 5410 5018 0 -1 4202496 180867 0 0 0 28186 44 0 0 25 0 1 0 657715497 784138240 176151 33554432000 4194304 4394578 140735522632624 18446744073709551615 4298795 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/5410/statm: 191440 176151 266 49 0 188581 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 765760

[startup+342.301 s]
/proc/loadavg: 4.00 4.02 3.93 5/385 5421
/proc/meminfo: memFree=22711288/32951124 swapFree=44485764/67111528
[pid=5410] ppid=5408 vsize=840572 CPUtime=342.3 cores=4,6
/proc/5410/stat : 5410 (SApperloT2010) R 5408 5410 5018 0 -1 4202496 198483 0 0 0 34181 49 0 0 25 0 1 0 657715497 860745728 193767 33554432000 4194304 4394578 140735522632624 18446744073709551615 4298841 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/5410/statm: 210143 193767 266 49 0 207284 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 840572

[startup+402.3 s]
/proc/loadavg: 4.13 4.04 3.94 5/385 5422
/proc/meminfo: memFree=22669592/32951124 swapFree=44485764/67111528
[pid=5410] ppid=5408 vsize=849508 CPUtime=402.3 cores=4,6
/proc/5410/stat : 5410 (SApperloT2010) R 5408 5410 5018 0 -1 4202496 201286 0 0 0 40180 50 0 0 25 0 1 0 657715497 869896192 196570 33554432000 4194304 4394578 140735522632624 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/5410/statm: 212377 196570 266 49 0 209518 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 849508

[startup+462.3 s]
/proc/loadavg: 4.10 4.05 3.95 5/385 5424
/proc/meminfo: memFree=22615132/32951124 swapFree=44485764/67111528
[pid=5410] ppid=5408 vsize=852836 CPUtime=462.3 cores=4,6
/proc/5410/stat : 5410 (SApperloT2010) R 5408 5410 5018 0 -1 4202496 202373 0 0 0 46180 50 0 0 25 0 1 0 657715497 873304064 197657 33554432000 4194304 4394578 140735522632624 18446744073709551615 4298792 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/5410/statm: 213209 197657 266 49 0 210350 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 852836

[startup+522.301 s]
/proc/loadavg: 4.04 4.04 3.95 5/385 5425
/proc/meminfo: memFree=22577900/32951124 swapFree=44485764/67111528
[pid=5410] ppid=5408 vsize=861540 CPUtime=522.31 cores=4,6
/proc/5410/stat : 5410 (SApperloT2010) R 5408 5410 5018 0 -1 4202496 204680 0 0 0 52180 51 0 0 25 0 1 0 657715497 882216960 199964 33554432000 4194304 4394578 140735522632624 18446744073709551615 4313480 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/5410/statm: 215385 199964 266 49 0 212526 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 861540

[startup+582.301 s]
/proc/loadavg: 4.05 4.04 3.95 5/385 5427
/proc/meminfo: memFree=22544368/32951124 swapFree=44485764/67111528
[pid=5410] ppid=5408 vsize=878436 CPUtime=582.31 cores=4,6
/proc/5410/stat : 5410 (SApperloT2010) R 5408 5410 5018 0 -1 4202496 208440 0 0 0 58179 52 0 0 25 0 1 0 657715497 899518464 203724 33554432000 4194304 4394578 140735522632624 18446744073709551615 4338256 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/5410/statm: 219609 203724 266 49 0 216750 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 878436

[startup+642.301 s]
/proc/loadavg: 4.02 4.03 3.95 5/385 5429
/proc/meminfo: memFree=22505524/32951124 swapFree=44485764/67111528
[pid=5410] ppid=5408 vsize=887524 CPUtime=642.31 cores=4,6
/proc/5410/stat : 5410 (SApperloT2010) R 5408 5410 5018 0 -1 4202496 210342 0 0 0 64178 53 0 0 25 0 1 0 657715497 908824576 205626 33554432000 4194304 4394578 140735522632624 18446744073709551615 4298812 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/5410/statm: 221881 205626 266 49 0 219022 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 887524

[startup+702.301 s]
/proc/loadavg: 4.07 4.05 3.97 5/385 5430
/proc/meminfo: memFree=22435928/32951124 swapFree=44485764/67111528
[pid=5410] ppid=5408 vsize=941792 CPUtime=702.3 cores=4,6
/proc/5410/stat : 5410 (SApperloT2010) R 5408 5410 5018 0 -1 4202496 222084 0 0 0 70175 55 0 0 25 0 1 0 657715497 964395008 217368 33554432000 4194304 4394578 140735522632624 18446744073709551615 4338266 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/5410/statm: 235448 217368 266 49 0 232589 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 941792

[startup+762.301 s]
/proc/loadavg: 4.06 4.05 3.97 5/385 5432
/proc/meminfo: memFree=22420904/32951124 swapFree=44485764/67111528
[pid=5410] ppid=5408 vsize=941792 CPUtime=762.32 cores=4,6
/proc/5410/stat : 5410 (SApperloT2010) R 5408 5410 5018 0 -1 4202496 222414 0 0 0 76176 56 0 0 25 0 1 0 657715497 964395008 217698 33554432000 4194304 4394578 140735522632624 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/5410/statm: 235448 217698 266 49 0 232589 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 941792

[startup+822.3 s]
/proc/loadavg: 4.02 4.04 3.97 5/385 5433
/proc/meminfo: memFree=22374720/32951124 swapFree=44485764/67111528
[pid=5410] ppid=5408 vsize=950752 CPUtime=822.31 cores=4,6
/proc/5410/stat : 5410 (SApperloT2010) R 5408 5410 5018 0 -1 4202496 224256 0 0 0 82175 56 0 0 25 0 1 0 657715497 973570048 219540 33554432000 4194304 4394578 140735522632624 18446744073709551615 4335417 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/5410/statm: 237688 219540 266 49 0 234829 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 950752

[startup+882.314 s]
/proc/loadavg: 4.00 4.03 3.97 5/385 5435
/proc/meminfo: memFree=22355472/32951124 swapFree=44485764/67111528
[pid=5410] ppid=5408 vsize=967076 CPUtime=882.33 cores=4,6
/proc/5410/stat : 5410 (SApperloT2010) R 5408 5410 5018 0 -1 4202496 227325 0 0 0 88176 57 0 0 25 0 1 0 657715497 990285824 222609 33554432000 4194304 4394578 140735522632624 18446744073709551615 4298862 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/5410/statm: 241769 222609 266 49 0 238910 0
Current children cumulated CPU time (s) 882.33
Current children cumulated vsize (KiB) 967076

[startup+942.301 s]
/proc/loadavg: 4.04 4.04 3.98 5/385 5437
/proc/meminfo: memFree=22336216/32951124 swapFree=44485764/67111528
[pid=5410] ppid=5408 vsize=980836 CPUtime=942.32 cores=4,6
/proc/5410/stat : 5410 (SApperloT2010) R 5408 5410 5018 0 -1 4202496 230115 0 0 0 94174 58 0 0 25 0 1 0 657715497 1004376064 225399 33554432000 4194304 4394578 140735522632624 18446744073709551615 4298812 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/5410/statm: 245209 225399 266 49 0 242350 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 980836

[startup+1002.3 s]
/proc/loadavg: 4.11 4.07 3.99 5/385 5438
/proc/meminfo: memFree=22308156/32951124 swapFree=44485764/67111528
[pid=5410] ppid=5408 vsize=983140 CPUtime=1002.32 cores=4,6
/proc/5410/stat : 5410 (SApperloT2010) R 5408 5410 5018 0 -1 4202496 230556 0 0 0 100174 58 0 0 25 0 1 0 657715497 1006735360 225840 33554432000 4194304 4394578 140735522632624 18446744073709551615 4298923 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/5410/statm: 245785 225840 266 49 0 242926 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 983140

[startup+1062.3 s]
/proc/loadavg: 4.16 4.08 4.00 5/385 5440
/proc/meminfo: memFree=22298464/32951124 swapFree=44485764/67111528
[pid=5410] ppid=5408 vsize=989540 CPUtime=1062.32 cores=4,6
/proc/5410/stat : 5410 (SApperloT2010) R 5408 5410 5018 0 -1 4202496 231951 0 0 0 106174 58 0 0 25 0 1 0 657715497 1013288960 227235 33554432000 4194304 4394578 140735522632624 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/5410/statm: 247385 227235 266 49 0 244526 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 989540

[startup+1122.3 s]
/proc/loadavg: 4.12 4.08 4.00 5/385 5441
/proc/meminfo: memFree=22272516/32951124 swapFree=44485764/67111528
[pid=5410] ppid=5408 vsize=998352 CPUtime=1122.32 cores=4,6
/proc/5410/stat : 5410 (SApperloT2010) R 5408 5410 5018 0 -1 4202496 233892 0 0 0 112173 59 0 0 25 0 1 0 657715497 1022312448 229176 33554432000 4194304 4394578 140735522632624 18446744073709551615 4288366 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/5410/statm: 249588 229176 266 49 0 246729 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 998352

[startup+1182.3 s]
/proc/loadavg: 4.04 4.07 4.00 5/385 5443
/proc/meminfo: memFree=22223260/32951124 swapFree=44485764/67111528
[pid=5410] ppid=5408 vsize=1009104 CPUtime=1182.32 cores=4,6
/proc/5410/stat : 5410 (SApperloT2010) R 5408 5410 5018 0 -1 4202496 236163 0 0 0 118173 59 0 0 25 0 1 0 657715497 1033322496 231447 33554432000 4194304 4394578 140735522632624 18446744073709551615 4338278 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/5410/statm: 252276 231447 266 49 0 249417 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 1009104

[startup+1242.3 s]
/proc/loadavg: 4.11 4.08 4.01 5/385 5445
/proc/meminfo: memFree=22191836/32951124 swapFree=44485764/67111528
[pid=5410] ppid=5408 vsize=1023056 CPUtime=1242.33 cores=4,6
/proc/5410/stat : 5410 (SApperloT2010) R 5408 5410 5018 0 -1 4202496 239279 0 0 0 124173 60 0 0 25 0 1 0 657715497 1047609344 234563 33554432000 4194304 4394578 140735522632624 18446744073709551615 4298942 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/5410/statm: 255764 234563 266 49 0 252905 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 1023056



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.04 4.06 4.00 2/380 5449
/proc/meminfo: memFree=23300748/32951124 swapFree=44485764/67111528
[pid=5410] ppid=5408 vsize=1039316 CPUtime=1300.04 cores=4,6
/proc/5410/stat : 5410 (SApperloT2010) R 5408 5410 5018 0 -1 4202496 242474 0 0 0 129944 60 0 0 25 0 1 0 657715497 1064259584 237758 33554432000 4194304 4394578 140735522632624 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/5410/statm: 259829 237758 266 49 0 256970 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 1039316

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

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

[startup+1300 s]
/proc/loadavg: 4.04 4.06 4.00 2/380 5449
/proc/meminfo: memFree=23300748/32951124 swapFree=44485764/67111528
[pid=5410] ppid=5408 vsize=1039316 CPUtime=1300.04 cores=4,6
/proc/5410/stat : 5410 (SApperloT2010) R 5408 5410 5018 0 -1 4202496 242474 0 0 0 129944 60 0 0 25 0 1 0 657715497 1064259584 237758 33554432000 4194304 4394578 140735522632624 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/5410/statm: 259829 237758 266 49 0 256970 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 1039316

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.05
CPU time (s): 1300.09
CPU user time (s): 1299.44
CPU system time (s): 0.644901
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 1039316

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.44
system time used= 0.644901
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 242474
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= 5
involuntary context switches= 2523

runsolver used 5.00024 second user time and 10.5704 second system time

The end

Launcher Data

Begin job on node105 at 2011-05-15 14:05:51
IDJOB=3379613
IDBENCH=88203
IDSOLVER=1862
FILE ID=node105/3379613-1305461150
RUNJOBID= node105-1305459848-5211
PBS_JOBID= 13324905
Free space on /tmp= 73552 MiB

SOLVER NAME= SApperloT2010 2011-05-15 (fixed)
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m62-q1327.5-n60-p30-s52708253.cnf
COMMAND LINE= SApperloT2010 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3379613-1305461150/watcher-3379613-1305461150 -o /tmp/evaluation-result-3379613-1305461150/solver-3379613-1305461150 -C 2400 -W 1300 -M 7680  SApperloT2010 HOME/instance-3379613-1305461150.cnf

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= 472b10ce0a2683d9355981037eea091e
RANDOM SEED=118681960

node105.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.825
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.65
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.825
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	: 5226.15
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.825
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.82
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.825
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.75
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.825
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	: 5410.70
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.825
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.74
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.825
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.82
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.825
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:      24221748 kB
Buffers:        304740 kB
Cached:        6265392 kB
SwapCached:      39656 kB
Active:        1624116 kB
Inactive:      6825580 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24221748 kB
SwapTotal:    67111528 kB
SwapFree:     44485764 kB
Dirty:           26412 kB
Writeback:           0 kB
AnonPages:     1847192 kB
Mapped:          15792 kB
Slab:           140264 kB
PageTables:      72736 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 91438996 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= 73564 MiB
End job on node105 at 2011-05-15 14:27:33