Trace number 3379644

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.08 1300.06

General information on the benchmark

Namecrafted/mosoi/289/
289-unsat-21x39.cnf
MD5SUMe7679ca49bb432c9b90305d907365c4e
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 variables3276
Number of clauses628173
Sum of the clauses size2502864
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 24914
Number of clauses of size 30
Number of clauses of size 4623259
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: 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-3379644-1305456803/watcher-3379644-1305456803 -o /tmp/evaluation-result-3379644-1305456803/solver-3379644-1305456803 -C 2400 -W 1300 -M 7680 SApperloT2010 HOME/instance-3379644-1305456803.cnf 

running on 2 cores: 1,3

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: 0.94 1.46 2.42 3/392 8379
/proc/meminfo: memFree=30258928/32950928 swapFree=41934208/67111528
[pid=8379] ppid=8377 vsize=22740 CPUtime=0 cores=1,3
/proc/8379/stat : 8379 (SApperloT2010) R 8377 8379 6892 0 -1 4202496 1882 0 0 0 0 0 0 0 25 0 1 0 657279019 23285760 1822 33554432000 4194304 4394578 140735594425856 18446744073709551615 251813900997 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/8379/statm: 5685 1824 247 49 0 2826 0

[startup+0.0495541 s]
/proc/loadavg: 0.94 1.46 2.42 3/392 8379
/proc/meminfo: memFree=30258928/32950928 swapFree=41934208/67111528
[pid=8379] ppid=8377 vsize=28680 CPUtime=0.04 cores=1,3
/proc/8379/stat : 8379 (SApperloT2010) R 8377 8379 6892 0 -1 4202496 3340 0 0 0 4 0 0 0 25 0 1 0 657279019 29368320 3280 33554432000 4194304 4394578 140735594425856 18446744073709551615 251813858794 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/8379/statm: 7170 3281 247 49 0 4311 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 28680

[startup+0.100548 s]
/proc/loadavg: 0.94 1.46 2.42 3/392 8379
/proc/meminfo: memFree=30258928/32950928 swapFree=41934208/67111528
[pid=8379] ppid=8377 vsize=35808 CPUtime=0.09 cores=1,3
/proc/8379/stat : 8379 (SApperloT2010) R 8377 8379 6892 0 -1 4202496 5154 0 0 0 9 0 0 0 25 0 1 0 657279019 36667392 5094 33554432000 4194304 4394578 140735594425856 18446744073709551615 251813900997 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/8379/statm: 8985 5095 247 49 0 6126 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 35808

[startup+0.300513 s]
/proc/loadavg: 0.94 1.46 2.42 3/392 8379
/proc/meminfo: memFree=30258928/32950928 swapFree=41934208/67111528
[pid=8379] ppid=8377 vsize=66144 CPUtime=0.29 cores=1,3
/proc/8379/stat : 8379 (SApperloT2010) R 8377 8379 6892 0 -1 4202496 12732 0 0 0 28 1 0 0 25 0 1 0 657279019 67731456 12672 33554432000 4194304 4394578 140735594425856 18446744073709551615 251813900997 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/8379/statm: 16536 12673 247 49 0 13677 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 66144

[startup+0.700447 s]
/proc/loadavg: 0.94 1.46 2.42 3/392 8379
/proc/meminfo: memFree=30258928/32950928 swapFree=41934208/67111528
[pid=8379] ppid=8377 vsize=92916 CPUtime=0.69 cores=1,3
/proc/8379/stat : 8379 (SApperloT2010) R 8377 8379 6892 0 -1 4202496 19428 0 0 0 62 7 0 0 25 0 1 0 657279019 95145984 19367 33554432000 4194304 4394578 140735594425856 18446744073709551615 251814264727 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/8379/statm: 23229 19367 256 49 0 20370 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 92916

[startup+1.50031 s]
/proc/loadavg: 0.94 1.46 2.42 5/398 8417
/proc/meminfo: memFree=30156384/32950928 swapFree=41934208/67111528
[pid=8379] ppid=8377 vsize=92916 CPUtime=1.49 cores=1,3
/proc/8379/stat : 8379 (SApperloT2010) R 8377 8379 6892 0 -1 4202496 19428 0 0 0 142 7 0 0 25 0 1 0 657279019 95145984 19367 33554432000 4194304 4394578 140735594425856 18446744073709551615 251814264727 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/8379/statm: 23229 19367 256 49 0 20370 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 92916

[startup+3.1011 s]
/proc/loadavg: 0.94 1.46 2.42 5/398 8417
/proc/meminfo: memFree=30141132/32950928 swapFree=41934208/67111528
[pid=8379] ppid=8377 vsize=84132 CPUtime=3.09 cores=1,3
/proc/8379/stat : 8379 (SApperloT2010) R 8377 8379 6892 0 -1 4202496 19754 0 0 0 299 10 0 0 25 0 1 0 657279019 86151168 17213 33554432000 4194304 4394578 140735594425856 18446744073709551615 251813900997 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/8379/statm: 21066 17217 259 49 0 18207 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 84132

[startup+6.30051 s]
/proc/loadavg: 1.18 1.50 2.43 5/398 8417
/proc/meminfo: memFree=30010092/32950928 swapFree=41934208/67111528
[pid=8379] ppid=8377 vsize=188268 CPUtime=6.3 cores=1,3
/proc/8379/stat : 8379 (SApperloT2010) R 8377 8379 6892 0 -1 4202496 45784 0 0 0 616 14 0 0 25 0 1 0 657279019 192786432 43243 33554432000 4194304 4394578 140735594425856 18446744073709551615 4345887 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/8379/statm: 47067 43243 267 49 0 44208 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 188268

[startup+12.7004 s]
/proc/loadavg: 1.41 1.54 2.44 5/398 8445
/proc/meminfo: memFree=29914448/32950928 swapFree=41934208/67111528
[pid=8379] ppid=8377 vsize=210516 CPUtime=12.69 cores=1,3
/proc/8379/stat : 8379 (SApperloT2010) R 8377 8379 6892 0 -1 4202496 51741 0 0 0 1254 15 0 0 25 0 1 0 657279019 215568384 49200 33554432000 4194304 4394578 140735594425856 18446744073709551615 4298826 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/8379/statm: 52629 49200 267 49 0 49770 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 210516

[startup+25.5003 s]
/proc/loadavg: 1.98 1.66 2.46 5/398 8445
/proc/meminfo: memFree=29792352/32950928 swapFree=41934208/67111528
[pid=8379] ppid=8377 vsize=255780 CPUtime=25.49 cores=1,3
/proc/8379/stat : 8379 (SApperloT2010) R 8377 8379 6892 0 -1 4202496 62977 0 0 0 2532 17 0 0 25 0 1 0 657279019 261918720 60436 33554432000 4194304 4394578 140735594425856 18446744073709551615 4298832 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/8379/statm: 63945 60436 267 49 0 61086 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 255780

[startup+51.101 s]
/proc/loadavg: 2.67 1.85 2.50 5/398 8446
/proc/meminfo: memFree=29669812/32950928 swapFree=41934208/67111528
[pid=8379] ppid=8377 vsize=320340 CPUtime=51.09 cores=1,3
/proc/8379/stat : 8379 (SApperloT2010) R 8377 8379 6892 0 -1 4202496 77274 0 0 0 5089 20 0 0 25 0 1 0 657279019 328028160 74733 33554432000 4194304 4394578 140735594425856 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/8379/statm: 80085 74733 267 49 0 77226 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 320340

[startup+102.315 s]
/proc/loadavg: 3.46 2.19 2.58 5/398 8474
/proc/meminfo: memFree=29407632/32950928 swapFree=41934208/67111528
[pid=8379] ppid=8377 vsize=396128 CPUtime=102.3 cores=1,3
/proc/8379/stat : 8379 (SApperloT2010) R 8377 8379 6892 0 -1 4202496 94941 0 0 0 10206 24 0 0 25 0 1 0 657279019 405635072 92400 33554432000 4194304 4394578 140735594425856 18446744073709551615 4346134 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/8379/statm: 99032 92400 267 49 0 96173 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 396128

[startup+162.3 s]
/proc/loadavg: 3.88 2.54 2.68 5/398 8476
/proc/meminfo: memFree=29103172/32950928 swapFree=41934208/67111528
[pid=8379] ppid=8377 vsize=463760 CPUtime=162.29 cores=1,3
/proc/8379/stat : 8379 (SApperloT2010) R 8377 8379 6892 0 -1 4202496 110962 0 0 0 16201 28 0 0 25 0 1 0 657279019 474890240 108421 33554432000 4194304 4394578 140735594425856 18446744073709551615 4298837 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/8379/statm: 115940 108421 267 49 0 113081 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 463760

[startup+222.3 s]
/proc/loadavg: 3.95 2.80 2.76 5/398 8477
/proc/meminfo: memFree=28966236/32950928 swapFree=41934208/67111528
[pid=8379] ppid=8377 vsize=469388 CPUtime=222.3 cores=1,3
/proc/8379/stat : 8379 (SApperloT2010) R 8377 8379 6892 0 -1 4202496 112257 0 0 0 22200 30 0 0 25 0 1 0 657279019 480653312 109716 33554432000 4194304 4394578 140735594425856 18446744073709551615 4288210 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/8379/statm: 117347 109716 267 49 0 114488 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 469388

[startup+282.3 s]
/proc/loadavg: 3.98 3.02 2.83 5/398 8479
/proc/meminfo: memFree=28733592/32950928 swapFree=41934208/67111528
[pid=8379] ppid=8377 vsize=483288 CPUtime=282.3 cores=1,3
/proc/8379/stat : 8379 (SApperloT2010) R 8377 8379 6892 0 -1 4202496 115291 0 0 0 28199 31 0 0 25 0 1 0 657279019 494886912 112750 33554432000 4194304 4394578 140735594425856 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/8379/statm: 120822 112750 267 49 0 117963 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 483288

[startup+342.301 s]
/proc/loadavg: 3.99 3.19 2.90 5/398 8481
/proc/meminfo: memFree=28546316/32950928 swapFree=41934208/67111528
[pid=8379] ppid=8377 vsize=537864 CPUtime=342.3 cores=1,3
/proc/8379/stat : 8379 (SApperloT2010) R 8377 8379 6892 0 -1 4202496 127788 0 0 0 34196 34 0 0 25 0 1 0 657279019 550772736 125247 33554432000 4194304 4394578 140735594425856 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/8379/statm: 134466 125247 267 49 0 131607 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 537864

[startup+402.301 s]
/proc/loadavg: 4.09 3.37 2.98 5/398 8482
/proc/meminfo: memFree=28395252/32950928 swapFree=41934208/67111528
[pid=8379] ppid=8377 vsize=574768 CPUtime=402.3 cores=1,3
/proc/8379/stat : 8379 (SApperloT2010) R 8377 8379 6892 0 -1 4202496 135925 0 0 0 40193 37 0 0 25 0 1 0 657279019 588562432 133384 33554432000 4194304 4394578 140735594425856 18446744073709551615 4298721 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/8379/statm: 143692 133384 267 49 0 140833 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 574768

[startup+462.301 s]
/proc/loadavg: 4.08 3.49 3.04 5/398 8493
/proc/meminfo: memFree=28273072/32950928 swapFree=41934208/67111528
[pid=8379] ppid=8377 vsize=610720 CPUtime=462.3 cores=1,3
/proc/8379/stat : 8379 (SApperloT2010) R 8377 8379 6892 0 -1 4202496 144516 0 0 0 46191 39 0 0 25 0 1 0 657279019 625377280 141975 33554432000 4194304 4394578 140735594425856 18446744073709551615 4298818 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/8379/statm: 152680 141975 267 49 0 149821 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 610720

[startup+522.301 s]
/proc/loadavg: 4.19 3.62 3.11 5/398 8494
/proc/meminfo: memFree=28157552/32950928 swapFree=41934208/67111528
[pid=8379] ppid=8377 vsize=698284 CPUtime=522.3 cores=1,3
/proc/8379/stat : 8379 (SApperloT2010) R 8377 8379 6892 0 -1 4202496 165414 0 0 0 52186 44 0 0 25 0 1 0 657279019 715042816 162873 33554432000 4194304 4394578 140735594425856 18446744073709551615 4298698 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/8379/statm: 174571 162873 267 49 0 171712 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 698284

[startup+582.301 s]
/proc/loadavg: 4.19 3.71 3.18 5/398 8496
/proc/meminfo: memFree=28066132/32950928 swapFree=41934208/67111528
[pid=8379] ppid=8377 vsize=700972 CPUtime=582.3 cores=1,3
/proc/8379/stat : 8379 (SApperloT2010) R 8377 8379 6892 0 -1 4202496 166107 0 0 0 58186 44 0 0 25 0 1 0 657279019 717795328 163566 33554432000 4194304 4394578 140735594425856 18446744073709551615 4298976 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/8379/statm: 175243 163566 267 49 0 172384 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 700972

[startup+642.301 s]
/proc/loadavg: 4.07 3.76 3.22 5/398 8498
/proc/meminfo: memFree=27893728/32950928 swapFree=41934208/67111528
[pid=8379] ppid=8377 vsize=715404 CPUtime=642.31 cores=1,3
/proc/8379/stat : 8379 (SApperloT2010) R 8377 8379 6892 0 -1 4202496 169632 0 0 0 64185 46 0 0 25 0 1 0 657279019 732573696 167091 33554432000 4194304 4394578 140735594425856 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/8379/statm: 178851 167091 267 49 0 175992 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 715404

[startup+702.301 s]
/proc/loadavg: 4.02 3.80 3.27 5/398 8502
/proc/meminfo: memFree=27667888/32950928 swapFree=41934208/67111528
[pid=8379] ppid=8377 vsize=757908 CPUtime=702.31 cores=1,3
/proc/8379/stat : 8379 (SApperloT2010) R 8377 8379 6892 0 -1 4202496 179483 0 0 0 70183 48 0 0 25 0 1 0 657279019 776097792 176942 33554432000 4194304 4394578 140735594425856 18446744073709551615 251813900997 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/8379/statm: 189477 176942 267 49 0 186618 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 757908

[startup+762.314 s]
/proc/loadavg: 4.09 3.87 3.32 5/398 8504
/proc/meminfo: memFree=27470336/32950928 swapFree=41934208/67111528
[pid=8379] ppid=8377 vsize=804760 CPUtime=762.31 cores=1,3
/proc/8379/stat : 8379 (SApperloT2010) R 8377 8379 6892 0 -1 4202496 189807 0 0 0 76181 50 0 0 25 0 1 0 657279019 824074240 187266 33554432000 4194304 4394578 140735594425856 18446744073709551615 4291898 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/8379/statm: 201190 187266 267 49 0 198331 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 804760

[startup+822.3 s]
/proc/loadavg: 4.07 3.90 3.37 5/398 8505
/proc/meminfo: memFree=27247100/32950928 swapFree=41934208/67111528
[pid=8379] ppid=8377 vsize=828404 CPUtime=822.31 cores=1,3
/proc/8379/stat : 8379 (SApperloT2010) R 8377 8379 6892 0 -1 4202496 194946 0 0 0 82179 52 0 0 25 0 1 0 657279019 848285696 192405 33554432000 4194304 4394578 140735594425856 18446744073709551615 4313550 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/8379/statm: 207101 192405 267 49 0 204242 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 828404

[startup+882.3 s]
/proc/loadavg: 4.02 3.92 3.40 5/398 8507
/proc/meminfo: memFree=27176148/32950928 swapFree=41934208/67111528
[pid=8379] ppid=8377 vsize=855156 CPUtime=882.3 cores=1,3
/proc/8379/stat : 8379 (SApperloT2010) R 8377 8379 6892 0 -1 4202496 200518 0 0 0 88177 53 0 0 25 0 1 0 657279019 875679744 197977 33554432000 4194304 4394578 140735594425856 18446744073709551615 4298664 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/8379/statm: 213789 197977 267 49 0 210930 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 855156

[startup+942.3 s]
/proc/loadavg: 4.01 3.93 3.44 5/398 8509
/proc/meminfo: memFree=27043048/32950928 swapFree=41934208/67111528
[pid=8379] ppid=8377 vsize=874628 CPUtime=942.3 cores=1,3
/proc/8379/stat : 8379 (SApperloT2010) R 8377 8379 6892 0 -1 4202496 205096 0 0 0 94175 55 0 0 25 0 1 0 657279019 895619072 202555 33554432000 4194304 4394578 140735594425856 18446744073709551615 4346174 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/8379/statm: 218657 202555 267 49 0 215798 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 874628

[startup+1002.3 s]
/proc/loadavg: 4.06 3.96 3.48 5/398 8510
/proc/meminfo: memFree=26938968/32950928 swapFree=41934208/67111528
[pid=8379] ppid=8377 vsize=930008 CPUtime=1002.3 cores=1,3
/proc/8379/stat : 8379 (SApperloT2010) R 8377 8379 6892 0 -1 4202496 218401 0 0 0 100171 59 0 0 25 0 1 0 657279019 952328192 215860 33554432000 4194304 4394578 140735594425856 18446744073709551615 4298818 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/8379/statm: 232502 215860 267 49 0 229643 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 930008

[startup+1062.3 s]
/proc/loadavg: 4.02 3.96 3.51 5/398 8512
/proc/meminfo: memFree=26754056/32950928 swapFree=41934208/67111528
[pid=8379] ppid=8377 vsize=1049060 CPUtime=1062.31 cores=1,3
/proc/8379/stat : 8379 (SApperloT2010) R 8377 8379 6892 0 -1 4202496 246958 0 0 0 106165 66 0 0 25 0 1 0 657279019 1074237440 244417 33554432000 4194304 4394578 140735594425856 18446744073709551615 4298350 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/8379/statm: 262265 244417 267 49 0 259406 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 1049060

[startup+1122.3 s]
/proc/loadavg: 4.15 4.00 3.55 6/398 8513
/proc/meminfo: memFree=26671060/32950928 swapFree=41934208/67111528
[pid=8379] ppid=8377 vsize=1090024 CPUtime=1122.31 cores=1,3
/proc/8379/stat : 8379 (SApperloT2010) R 8377 8379 6892 0 -1 4202496 257007 0 0 0 112162 69 0 0 25 0 1 0 657279019 1116184576 254466 33554432000 4194304 4394578 140735594425856 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/8379/statm: 272506 254466 267 49 0 269647 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 1090024

[startup+1182.3 s]
/proc/loadavg: 4.16 4.03 3.58 5/398 8515
/proc/meminfo: memFree=26569612/32950928 swapFree=41934208/67111528
[pid=8379] ppid=8377 vsize=1176084 CPUtime=1182.31 cores=1,3
/proc/8379/stat : 8379 (SApperloT2010) R 8377 8379 6892 0 -1 4202496 278211 0 0 0 118157 74 0 0 25 0 1 0 657279019 1204310016 275670 33554432000 4194304 4394578 140735594425856 18446744073709551615 4295967 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/8379/statm: 294021 275670 267 49 0 291162 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 1176084

[startup+1242.3 s]
/proc/loadavg: 4.09 4.03 3.61 5/398 8517
/proc/meminfo: memFree=26493680/32950928 swapFree=41934208/67111528
[pid=8379] ppid=8377 vsize=1225388 CPUtime=1242.31 cores=1,3
/proc/8379/stat : 8379 (SApperloT2010) R 8377 8379 6892 0 -1 4202496 289450 0 0 0 124151 80 0 0 25 0 1 0 657279019 1254797312 286909 33554432000 4194304 4394578 140735594425856 18446744073709551615 4298942 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/8379/statm: 306347 286909 267 49 0 303488 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 1225388



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.03 4.03 3.63 3/394 8520
/proc/meminfo: memFree=28984832/32950928 swapFree=41934208/67111528
[pid=8379] ppid=8377 vsize=1234352 CPUtime=1300.02 cores=1,3
/proc/8379/stat : 8379 (SApperloT2010) R 8377 8379 6892 0 -1 4202496 291731 0 0 0 129921 81 0 0 25 0 1 0 657279019 1263976448 289190 33554432000 4194304 4394578 140735594425856 18446744073709551615 4298733 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/8379/statm: 308588 289190 267 49 0 305729 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 1234352

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): 1300.06
CPU time (s): 1300.08
CPU user time (s): 1299.22
CPU system time (s): 0.856869
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 1234352

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

runsolver used 4.71228 second user time and 11.8622 second system time

The end

Launcher Data

Begin job on node126 at 2011-05-15 12:53:23
IDJOB=3379644
IDBENCH=83184
IDSOLVER=1862
FILE ID=node126/3379644-1305456803
RUNJOBID= node126-1305456802-8241
PBS_JOBID= 13324874
Free space on /tmp= 73340 MiB

SOLVER NAME= SApperloT2010 2011-05-15 (fixed)
BENCH NAME= SAT11/crafted/mosoi/289/289-unsat-21x39.cnf
COMMAND LINE= SApperloT2010 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3379644-1305456803/watcher-3379644-1305456803 -o /tmp/evaluation-result-3379644-1305456803/solver-3379644-1305456803 -C 2400 -W 1300 -M 7680  SApperloT2010 HOME/instance-3379644-1305456803.cnf

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

MD5SUM BENCH= e7679ca49bb432c9b90305d907365c4e
RANDOM SEED=695854055

node126.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.783
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.56
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.783
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.783
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.74
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.783
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.74
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.783
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.80
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.783
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.783
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.783
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      30259208 kB
Buffers:        170688 kB
Cached:        1698516 kB
SwapCached:      49560 kB
Active:         221540 kB
Inactive:      2221648 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      30259208 kB
SwapTotal:    67111528 kB
SwapFree:     41934208 kB
Dirty:           26780 kB
Writeback:           0 kB
AnonPages:      536592 kB
Mapped:          10692 kB
Slab:           104752 kB
PageTables:      75908 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 88243200 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= 73348 MiB
End job on node126 at 2011-05-15 13:15:05