Trace number 3280634

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
RestartSAT B95? (TO) 1300.04 1300.02

General information on the benchmark

Nameindustrial/palacios/hard/
sortnet-8-ipc5-h19-sat.cnf
MD5SUM409f4401e9e8b60ee665ac5567a13e41
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1110.09
Satisfiable
(Un)Satisfiability was proved
Number of variables359341
Number of clauses1254773
Sum of the clauses size3046189
Maximum clause length57
Minimum clause length1
Number of clauses of size 1256
Number of clauses of size 2896240
Number of clauses of size 3346435
Number of clauses of size 4830
Number of clauses of size 5571
Number of clauses of size over 510441

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

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-3280634-1303746815/watcher-3280634-1303746815 -o /tmp/evaluation-result-3280634-1303746815/solver-3280634-1303746815 -C 2400 -W 1300 -M 7680 HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3280634-1303746815.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: 0.17 0.06 0.01 4/190 27376
/proc/meminfo: memFree=19251884/32951124 swapFree=67111528/67111528
[pid=27376] ppid=27374 vsize=19632 CPUtime=0 cores=4,6
/proc/27376/stat : 27376 (RestartSAT) R 27374 27376 27322 0 -1 4202496 716 0 0 0 0 0 0 0 21 0 1 0 486279746 20103168 653 33554432000 4194304 4291949 140737416959440 18446744073709551615 4278185 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/27376/statm: 4908 653 227 24 0 1542 0

[startup+0.07509 s]
/proc/loadavg: 0.17 0.06 0.01 4/190 27376
/proc/meminfo: memFree=19251884/32951124 swapFree=67111528/67111528
[pid=27376] ppid=27374 vsize=33984 CPUtime=0.06 cores=4,6
/proc/27376/stat : 27376 (RestartSAT) R 27374 27376 27322 0 -1 4202496 5162 0 0 0 6 0 0 0 21 0 1 0 486279746 34799616 4586 33554432000 4194304 4291949 140737416959440 18446744073709551615 4277165 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/27376/statm: 8496 4587 228 24 0 5130 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 33984

[startup+0.101048 s]
/proc/loadavg: 0.17 0.06 0.01 4/190 27376
/proc/meminfo: memFree=19251884/32951124 swapFree=67111528/67111528
[pid=27376] ppid=27374 vsize=39100 CPUtime=0.09 cores=4,6
/proc/27376/stat : 27376 (RestartSAT) R 27374 27376 27322 0 -1 4202496 6949 0 0 0 9 0 0 0 21 0 1 0 486279746 40038400 6095 33554432000 4194304 4291949 140737416959440 18446744073709551615 232335557873 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/27376/statm: 9775 6096 230 24 0 6409 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 39100

[startup+0.301085 s]
/proc/loadavg: 0.17 0.06 0.01 4/190 27376
/proc/meminfo: memFree=19251884/32951124 swapFree=67111528/67111528
[pid=27376] ppid=27374 vsize=82996 CPUtime=0.29 cores=4,6
/proc/27376/stat : 27376 (RestartSAT) R 27374 27376 27322 0 -1 4202496 18989 0 0 0 27 2 0 0 22 0 1 0 486279746 84987904 16901 33554432000 4194304 4291949 140737416959440 18446744073709551615 232335553221 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/27376/statm: 20749 16903 228 24 0 17383 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 82996

[startup+0.700979 s]
/proc/loadavg: 0.17 0.06 0.01 4/190 27376
/proc/meminfo: memFree=19251884/32951124 swapFree=67111528/67111528
[pid=27376] ppid=27374 vsize=162600 CPUtime=0.69 cores=4,6
/proc/27376/stat : 27376 (RestartSAT) R 27374 27376 27322 0 -1 4202496 37753 0 0 0 65 4 0 0 23 0 1 0 486279746 166502400 33245 33554432000 4194304 4291949 140737416959440 18446744073709551615 4229928 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/27376/statm: 40650 33245 250 24 0 37284 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 162600

[startup+1.50086 s]
/proc/loadavg: 0.17 0.06 0.01 5/191 27377
/proc/meminfo: memFree=19068564/32951124 swapFree=67111528/67111528
[pid=27376] ppid=27374 vsize=221952 CPUtime=1.49 cores=4,6
/proc/27376/stat : 27376 (RestartSAT) R 27374 27376 27322 0 -1 4202496 50986 0 0 0 143 6 0 0 25 0 1 0 486279746 227278848 46008 33554432000 4194304 4291949 140737416959440 18446744073709551615 4278140 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/27376/statm: 55488 46009 252 24 0 52122 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 221952

[startup+3.10055 s]
/proc/loadavg: 0.48 0.13 0.03 5/194 27383
/proc/meminfo: memFree=18868476/32951124 swapFree=67111528/67111528
[pid=27376] ppid=27374 vsize=216588 CPUtime=3.09 cores=4,6
/proc/27376/stat : 27376 (RestartSAT) R 27374 27376 27322 0 -1 4202496 63145 0 0 0 301 8 0 0 25 0 1 0 486279746 221786112 47354 33554432000 4194304 4291949 140737416959440 18446744073709551615 4230256 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/27376/statm: 54147 47354 252 24 0 50781 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 216588

[startup+6.30101 s]
/proc/loadavg: 0.48 0.13 0.03 5/194 27383
/proc/meminfo: memFree=18784040/32951124 swapFree=67111528/67111528
[pid=27376] ppid=27374 vsize=192936 CPUtime=6.28 cores=4,6
/proc/27376/stat : 27376 (RestartSAT) R 27374 27376 27322 0 -1 4202496 68977 0 0 0 618 10 0 0 25 0 1 0 486279746 197566464 40908 33554432000 4194304 4291949 140737416959440 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/27376/statm: 48234 40908 270 24 0 44868 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 192936

[startup+12.7009 s]
/proc/loadavg: 0.76 0.19 0.05 5/194 27383
/proc/meminfo: memFree=18824760/32951124 swapFree=67111528/67111528
[pid=27376] ppid=27374 vsize=192936 CPUtime=12.68 cores=4,6
/proc/27376/stat : 27376 (RestartSAT) R 27374 27376 27322 0 -1 4202496 69117 0 0 0 1258 10 0 0 25 0 1 0 486279746 197566464 41037 33554432000 4194304 4291949 140737416959440 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/27376/statm: 48234 41037 270 24 0 44868 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 192936

[startup+25.5006 s]
/proc/loadavg: 1.48 0.38 0.12 5/194 27384
/proc/meminfo: memFree=18804672/32951124 swapFree=67111528/67111528
[pid=27376] ppid=27374 vsize=192936 CPUtime=25.48 cores=4,6
/proc/27376/stat : 27376 (RestartSAT) R 27374 27376 27322 0 -1 4202496 69425 0 0 0 2538 10 0 0 25 0 1 0 486279746 197566464 41334 33554432000 4194304 4291949 140737416959440 18446744073709551615 4255880 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/27376/statm: 48234 41334 270 24 0 44868 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 192936

[startup+51.101 s]
/proc/loadavg: 2.34 0.67 0.22 5/194 27384
/proc/meminfo: memFree=18733168/32951124 swapFree=67111528/67111528
[pid=27376] ppid=27374 vsize=204612 CPUtime=51.08 cores=4,6
/proc/27376/stat : 27376 (RestartSAT) R 27374 27376 27322 0 -1 4202496 70156 0 0 0 5098 10 0 0 25 0 1 0 486279746 209522688 42052 33554432000 4194304 4291949 140737416959440 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/27376/statm: 51153 42052 270 24 0 47787 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 204612

[startup+102.307 s]
/proc/loadavg: 3.43 1.25 0.44 5/194 27386
/proc/meminfo: memFree=18647828/32951124 swapFree=67111528/67111528
[pid=27376] ppid=27374 vsize=204612 CPUtime=102.29 cores=4,6
/proc/27376/stat : 27376 (RestartSAT) R 27374 27376 27322 0 -1 4202496 71396 0 0 0 10219 10 0 0 25 0 1 0 486279746 209522688 43269 33554432000 4194304 4291949 140737416959440 18446744073709551615 4255915 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/27376/statm: 51153 43269 270 24 0 47787 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 204612

[startup+162.3 s]
/proc/loadavg: 3.77 1.71 0.64 5/194 27387
/proc/meminfo: memFree=18549352/32951124 swapFree=67111528/67111528
[pid=27376] ppid=27374 vsize=204612 CPUtime=162.29 cores=4,6
/proc/27376/stat : 27376 (RestartSAT) R 27374 27376 27322 0 -1 4202496 72627 0 0 0 16218 11 0 0 25 0 1 0 486279746 209522688 44462 33554432000 4194304 4291949 140737416959440 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/27376/statm: 51153 44462 270 24 0 47787 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 204612

[startup+222.301 s]
/proc/loadavg: 3.92 2.16 0.87 5/194 27389
/proc/meminfo: memFree=18448888/32951124 swapFree=67111528/67111528
[pid=27376] ppid=27374 vsize=223580 CPUtime=222.29 cores=4,6
/proc/27376/stat : 27376 (RestartSAT) R 27374 27376 27322 0 -1 4202496 74146 0 0 0 22217 12 0 0 25 0 1 0 486279746 228945920 45956 33554432000 4194304 4291949 140737416959440 18446744073709551615 4250438 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/27376/statm: 55895 45956 270 24 0 52529 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 223580

[startup+282.301 s]
/proc/loadavg: 3.97 2.46 1.05 5/194 27391
/proc/meminfo: memFree=18370508/32951124 swapFree=67111528/67111528
[pid=27376] ppid=27374 vsize=223580 CPUtime=282.29 cores=4,6
/proc/27376/stat : 27376 (RestartSAT) R 27374 27376 27322 0 -1 4202496 75306 0 0 0 28217 12 0 0 25 0 1 0 486279746 228945920 47085 33554432000 4194304 4291949 140737416959440 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/27376/statm: 55895 47085 270 24 0 52529 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 223580

[startup+342.301 s]
/proc/loadavg: 3.99 2.74 1.23 5/194 27392
/proc/meminfo: memFree=18274132/32951124 swapFree=67111528/67111528
[pid=27376] ppid=27374 vsize=223580 CPUtime=342.29 cores=4,6
/proc/27376/stat : 27376 (RestartSAT) R 27374 27376 27322 0 -1 4202496 76621 0 0 0 34217 12 0 0 25 0 1 0 486279746 228945920 48371 33554432000 4194304 4291949 140737416959440 18446744073709551615 4250438 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/27376/statm: 55895 48371 270 24 0 52529 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 223580

[startup+402.301 s]
/proc/loadavg: 4.02 2.98 1.40 5/194 27394
/proc/meminfo: memFree=18190660/32951124 swapFree=67111528/67111528
[pid=27376] ppid=27374 vsize=223580 CPUtime=402.29 cores=4,6
/proc/27376/stat : 27376 (RestartSAT) R 27374 27376 27322 0 -1 4202496 77691 0 0 0 40217 12 0 0 25 0 1 0 486279746 228945920 49419 33554432000 4194304 4291949 140737416959440 18446744073709551615 4255712 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/27376/statm: 55895 49419 270 24 0 52529 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 223580

[startup+462.301 s]
/proc/loadavg: 4.01 3.16 1.56 5/194 27404
/proc/meminfo: memFree=18113392/32951124 swapFree=67111528/67111528
[pid=27376] ppid=27374 vsize=254400 CPUtime=462.29 cores=4,6
/proc/27376/stat : 27376 (RestartSAT) R 27374 27376 27322 0 -1 4202496 79441 0 0 0 46216 13 0 0 25 0 1 0 486279746 260505600 51137 33554432000 4194304 4291949 140737416959440 18446744073709551615 4250438 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/27376/statm: 63600 51137 270 24 0 60234 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 254400

[startup+522.301 s]
/proc/loadavg: 4.00 3.31 1.71 5/194 27406
/proc/meminfo: memFree=18043304/32951124 swapFree=67111528/67111528
[pid=27376] ppid=27374 vsize=254400 CPUtime=522.3 cores=4,6
/proc/27376/stat : 27376 (RestartSAT) R 27374 27376 27322 0 -1 4202496 80548 0 0 0 52216 14 0 0 25 0 1 0 486279746 260505600 52217 33554432000 4194304 4291949 140737416959440 18446744073709551615 4255577 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/27376/statm: 63600 52217 270 24 0 60234 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 254400

[startup+582.3 s]
/proc/loadavg: 4.00 3.43 1.85 5/194 27408
/proc/meminfo: memFree=17976312/32951124 swapFree=67111528/67111528
[pid=27376] ppid=27374 vsize=254400 CPUtime=582.29 cores=4,6
/proc/27376/stat : 27376 (RestartSAT) R 27374 27376 27322 0 -1 4202496 81646 0 0 0 58215 14 0 0 25 0 1 0 486279746 260505600 53285 33554432000 4194304 4291949 140737416959440 18446744073709551615 4255590 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/27376/statm: 63600 53285 270 24 0 60234 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 254400

[startup+642.301 s]
/proc/loadavg: 4.17 3.59 2.01 5/194 27409
/proc/meminfo: memFree=17887624/32951124 swapFree=67111528/67111528
[pid=27376] ppid=27374 vsize=254400 CPUtime=642.3 cores=4,6
/proc/27376/stat : 27376 (RestartSAT) R 27374 27376 27322 0 -1 4202496 82828 0 0 0 64215 15 0 0 25 0 1 0 486279746 260505600 54440 33554432000 4194304 4291949 140737416959440 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/27376/statm: 63600 54440 270 24 0 60234 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 254400

[startup+702.301 s]
/proc/loadavg: 4.17 3.69 2.13 5/194 27414
/proc/meminfo: memFree=17797004/32951124 swapFree=67111528/67111528
[pid=27376] ppid=27374 vsize=254400 CPUtime=702.29 cores=4,6
/proc/27376/stat : 27376 (RestartSAT) R 27374 27376 27322 0 -1 4202496 83883 0 0 0 70214 15 0 0 25 0 1 0 486279746 260505600 55466 33554432000 4194304 4291949 140737416959440 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/27376/statm: 63600 55466 270 24 0 60234 0
Current children cumulated CPU time (s) 702.29
Current children cumulated vsize (KiB) 254400

[startup+762.307 s]
/proc/loadavg: 4.18 3.78 2.27 5/194 27415
/proc/meminfo: memFree=17723096/32951124 swapFree=67111528/67111528
[pid=27376] ppid=27374 vsize=254400 CPUtime=762.31 cores=4,6
/proc/27376/stat : 27376 (RestartSAT) R 27374 27376 27322 0 -1 4202496 85218 0 0 0 76215 16 0 0 25 0 1 0 486279746 260505600 56774 33554432000 4194304 4291949 140737416959440 18446744073709551615 4255857 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/27376/statm: 63600 56774 270 24 0 60234 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 254400

[startup+822.301 s]
/proc/loadavg: 4.07 3.81 2.36 5/194 27417
/proc/meminfo: memFree=17664420/32951124 swapFree=67111528/67111528
[pid=27376] ppid=27374 vsize=304488 CPUtime=822.3 cores=4,6
/proc/27376/stat : 27376 (RestartSAT) R 27374 27376 27322 0 -1 4202496 86404 0 0 0 82214 16 0 0 25 0 1 0 486279746 311795712 57933 33554432000 4194304 4291949 140737416959440 18446744073709551615 4256299 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/27376/statm: 76122 57933 270 24 0 72756 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 304488

[startup+882.301 s]
/proc/loadavg: 4.02 3.85 2.47 5/194 27419
/proc/meminfo: memFree=17601644/32951124 swapFree=67111528/67111528
[pid=27376] ppid=27374 vsize=304488 CPUtime=882.3 cores=4,6
/proc/27376/stat : 27376 (RestartSAT) R 27374 27376 27322 0 -1 4202496 87637 0 0 0 88213 17 0 0 25 0 1 0 486279746 311795712 59139 33554432000 4194304 4291949 140737416959440 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/27376/statm: 76122 59139 270 24 0 72756 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 304488

[startup+942.3 s]
/proc/loadavg: 4.05 3.88 2.56 5/194 27420
/proc/meminfo: memFree=17513564/32951124 swapFree=67111528/67111528
[pid=27376] ppid=27374 vsize=304772 CPUtime=942.3 cores=4,6
/proc/27376/stat : 27376 (RestartSAT) R 27374 27376 27322 0 -1 4202496 88622 0 0 0 94212 18 0 0 25 0 1 0 486279746 312086528 60096 33554432000 4194304 4291949 140737416959440 18446744073709551615 4255577 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/27376/statm: 76193 60096 270 24 0 72827 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 304772

[startup+1002.3 s]
/proc/loadavg: 4.09 3.92 2.66 5/194 27422
/proc/meminfo: memFree=17407412/32951124 swapFree=67111528/67111528
[pid=27376] ppid=27374 vsize=305900 CPUtime=1002.31 cores=4,6
/proc/27376/stat : 27376 (RestartSAT) R 27374 27376 27322 0 -1 4202496 89872 0 0 0 100212 19 0 0 25 0 1 0 486279746 313241600 61333 33554432000 4194304 4291949 140737416959440 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/27376/statm: 76475 61333 270 24 0 73109 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 305900

[startup+1062.3 s]
/proc/loadavg: 4.03 3.93 2.74 5/194 27423
/proc/meminfo: memFree=17344024/32951124 swapFree=67111528/67111528
[pid=27376] ppid=27374 vsize=306444 CPUtime=1062.31 cores=4,6
/proc/27376/stat : 27376 (RestartSAT) R 27374 27376 27322 0 -1 4202496 92140 0 0 0 106211 20 0 0 25 0 1 0 486279746 313798656 63575 33554432000 4194304 4291949 140737416959440 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/27376/statm: 76611 63575 270 24 0 73245 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 306444

[startup+1122.3 s]
/proc/loadavg: 4.01 3.94 2.82 5/194 27425
/proc/meminfo: memFree=17279412/32951124 swapFree=67111528/67111528
[pid=27376] ppid=27374 vsize=307500 CPUtime=1122.3 cores=4,6
/proc/27376/stat : 27376 (RestartSAT) R 27374 27376 27322 0 -1 4202496 95178 0 0 0 112209 21 0 0 25 0 1 0 486279746 314880000 66578 33554432000 4194304 4291949 140737416959440 18446744073709551615 4255709 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/27376/statm: 76875 66578 270 24 0 73509 0
Current children cumulated CPU time (s) 1122.3
Current children cumulated vsize (KiB) 307500

[startup+1182.3 s]
/proc/loadavg: 4.00 3.95 2.88 5/194 27427
/proc/meminfo: memFree=17289684/32951124 swapFree=67111528/67111528
[pid=27376] ppid=27374 vsize=310156 CPUtime=1182.31 cores=4,6
/proc/27376/stat : 27376 (RestartSAT) R 27374 27376 27322 0 -1 4202496 96727 0 0 0 118209 22 0 0 25 0 1 0 486279746 317599744 68108 33554432000 4194304 4291949 140737416959440 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/27376/statm: 77539 68108 270 24 0 74173 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 310156

[startup+1242.3 s]
/proc/loadavg: 4.30 4.03 2.98 5/194 27455
/proc/meminfo: memFree=16294516/32951124 swapFree=67111528/67111528
[pid=27376] ppid=27374 vsize=311104 CPUtime=1242.31 cores=4,6
/proc/27376/stat : 27376 (RestartSAT) R 27374 27376 27322 0 -1 4202496 97912 0 0 0 124207 24 0 0 25 0 1 0 486279746 318570496 69266 33554432000 4194304 4291949 140737416959440 18446744073709551615 4256120 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/27376/statm: 77776 69266 270 24 0 74410 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 311104



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.95 3.99 3.03 3/184 27493
/proc/meminfo: memFree=18014416/32951124 swapFree=67111528/67111528
[pid=27376] ppid=27374 vsize=315084 CPUtime=1300.02 cores=4,6
/proc/27376/stat : 27376 (RestartSAT) R 27374 27376 27322 0 -1 4202496 99701 0 0 0 129978 24 0 0 25 0 1 0 486279746 322646016 71034 33554432000 4194304 4291949 140737416959440 18446744073709551615 4255577 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/27376/statm: 78771 71034 270 24 0 75405 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 315084

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.02
CPU time (s): 1300.04
CPU user time (s): 1299.78
CPU system time (s): 0.25996
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 315084

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

runsolver used 2.21566 second user time and 4.88926 second system time

The end

Launcher Data

Begin job on node132 at 2011-04-25 17:53:36
IDJOB=3280634
IDBENCH=20410
IDSOLVER=1580
FILE ID=node132/3280634-1303746815
RUNJOBID= node132-1303746807-27341
PBS_JOBID= 13154030
Free space on /tmp= 72036 MiB

SOLVER NAME= RestartSAT B95
BENCH NAME= SAT07/industrial/palacios/hard/sortnet-8-ipc5-h19-sat.cnf
COMMAND LINE= HOME/RestartSAT -rfirst=1 -var-decay=0.95 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3280634-1303746815/watcher-3280634-1303746815 -o /tmp/evaluation-result-3280634-1303746815/solver-3280634-1303746815 -C 2400 -W 1300 -M 7680  HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3280634-1303746815.cnf

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

MD5SUM BENCH= 409f4401e9e8b60ee665ac5567a13e41
RANDOM SEED=1344988621

node132.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.833
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.833
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.74
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.833
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.76
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.833
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.833
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.77
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.833
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.67
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.833
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.833
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:      19251916 kB
Buffers:       1613536 kB
Cached:       11315292 kB
SwapCached:          0 kB
Active:        3121676 kB
Inactive:     10028560 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      19251916 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           56152 kB
Writeback:           0 kB
AnonPages:      220416 kB
Mapped:          15336 kB
Slab:           485420 kB
PageTables:       5664 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   405792 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71768 MiB
End job on node132 at 2011-04-25 18:15:18