Trace number 3439824

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
minisat hack: LR_GL_SHR 2011-03-02? (TO) 5000.06 4999.93

General information on the benchmark

Nameindustrial/palacios/hard/
sortnet-7-ipc5-h15-unsat.cnf
MD5SUM0683489092a5eb0c881dd17c2c45d08e
Bench CategoryAPPLICATION (applications 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 variables105623
Number of clauses374254
Sum of the clauses size911890
Maximum clause length43
Minimum clause length1
Number of clauses of size 1128
Number of clauses of size 2269133
Number of clauses of size 399944
Number of clauses of size 4407
Number of clauses of size 5309
Number of clauses of size over 54333

Solver Data


Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3439824-1306924149/watcher-3439824-1306924149 -o /tmp/evaluation-result-3439824-1306924149/solver-3439824-1306924149 -C 5000 -W 5100 -M 15500 HOME/lr_gl_shr HOME/instance-3439824-1306924149.cnf -verb=0 -model 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 0.92 1.08 1.44 2/535 31384
/proc/meminfo: memFree=21880000/32951124 swapFree=50328308/67111528
[pid=31384] ppid=31382 vsize=22048 CPUtime=0.01 cores=1,3,5,7
/proc/31384/stat : 31384 (lr_gl_shr) R 31382 31384 30616 0 -1 4202496 1172 0 0 0 1 0 0 0 21 0 1 0 784831185 22577152 1090 33554432000 4194304 4300056 140733734105712 18446744073709551615 4286249 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31384/statm: 5512 1090 222 26 0 2144 0

[startup+0.0662869 s]
/proc/loadavg: 0.92 1.08 1.44 2/535 31384
/proc/meminfo: memFree=21880000/32951124 swapFree=50328308/67111528
[pid=31384] ppid=31382 vsize=29648 CPUtime=0.06 cores=1,3,5,7
/proc/31384/stat : 31384 (lr_gl_shr) R 31382 31384 30616 0 -1 4202496 3619 0 0 0 6 0 0 0 21 0 1 0 784831185 30359552 3264 33554432000 4194304 4300056 140733734105712 18446744073709551615 212039316165 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31384/statm: 7412 3265 222 26 0 4044 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 29648

[startup+0.100279 s]
/proc/loadavg: 0.92 1.08 1.44 2/535 31384
/proc/meminfo: memFree=21880000/32951124 swapFree=50328308/67111528
[pid=31384] ppid=31382 vsize=34960 CPUtime=0.09 cores=1,3,5,7
/proc/31384/stat : 31384 (lr_gl_shr) R 31382 31384 30616 0 -1 4202496 5376 0 0 0 9 0 0 0 21 0 1 0 784831185 35799040 4808 33554432000 4194304 4300056 140733734105712 18446744073709551615 4284365 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31384/statm: 8740 4810 222 26 0 5372 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 34960

[startup+0.300247 s]
/proc/loadavg: 0.92 1.08 1.44 2/535 31384
/proc/meminfo: memFree=21880000/32951124 swapFree=50328308/67111528
[pid=31384] ppid=31382 vsize=62408 CPUtime=0.29 cores=1,3,5,7
/proc/31384/stat : 31384 (lr_gl_shr) R 31382 31384 30616 0 -1 4202496 12106 0 0 0 28 1 0 0 22 0 1 0 784831185 63905792 10784 33554432000 4194304 4300056 140733734105712 18446744073709551615 4286249 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31384/statm: 15602 10785 233 26 0 12234 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 62408

[startup+0.700175 s]
/proc/loadavg: 0.92 1.08 1.44 2/535 31384
/proc/meminfo: memFree=21880000/32951124 swapFree=50328308/67111528
[pid=31384] ppid=31382 vsize=75744 CPUtime=0.69 cores=1,3,5,7
/proc/31384/stat : 31384 (lr_gl_shr) R 31382 31384 30616 0 -1 4202496 18617 0 0 0 67 2 0 0 23 0 1 0 784831185 77561856 13959 33554432000 4194304 4300056 140733734105712 18446744073709551615 4237128 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31384/statm: 18936 13959 233 26 0 15568 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 75744

[startup+1.50103 s]
/proc/loadavg: 0.92 1.08 1.44 3/536 31385
/proc/meminfo: memFree=21820108/32951124 swapFree=50328308/67111528
[pid=31384] ppid=31382 vsize=68024 CPUtime=1.49 cores=1,3,5,7
/proc/31384/stat : 31384 (lr_gl_shr) R 31382 31384 30616 0 -1 4202496 20547 0 0 0 147 2 0 0 25 0 1 0 784831185 69656576 12216 33554432000 4194304 4300056 140733734105712 18446744073709551615 4256548 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31384/statm: 17006 12216 248 26 0 13638 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 68024

[startup+3.10075 s]
/proc/loadavg: 0.92 1.08 1.44 3/536 31385
/proc/meminfo: memFree=21826604/32951124 swapFree=50328308/67111528
[pid=31384] ppid=31382 vsize=68024 CPUtime=3.1 cores=1,3,5,7
/proc/31384/stat : 31384 (lr_gl_shr) R 31382 31384 30616 0 -1 4202496 20730 0 0 0 307 3 0 0 25 0 1 0 784831185 69656576 12393 33554432000 4194304 4300056 140733734105712 18446744073709551615 4255958 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31384/statm: 17006 12393 252 26 0 13638 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 68024

[startup+6.30018 s]
/proc/loadavg: 1.17 1.13 1.46 3/536 31385
/proc/meminfo: memFree=21825416/32951124 swapFree=50328308/67111528
[pid=31384] ppid=31382 vsize=68024 CPUtime=6.29 cores=1,3,5,7
/proc/31384/stat : 31384 (lr_gl_shr) R 31382 31384 30616 0 -1 4202496 20987 0 0 0 626 3 0 0 25 0 1 0 784831185 69656576 12638 33554432000 4194304 4300056 140733734105712 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31384/statm: 17006 12638 254 26 0 13638 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 68024

[startup+12.701 s]
/proc/loadavg: 1.23 1.15 1.46 3/536 31386
/proc/meminfo: memFree=21822736/32951124 swapFree=50328308/67111528
[pid=31384] ppid=31382 vsize=79516 CPUtime=12.69 cores=1,3,5,7
/proc/31384/stat : 31384 (lr_gl_shr) R 31382 31384 30616 0 -1 4202496 21412 0 0 0 1266 3 0 0 25 0 1 0 784831185 81424384 13039 33554432000 4194304 4300056 140733734105712 18446744073709551615 4251385 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31384/statm: 19879 13039 254 26 0 16511 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 79516

[startup+25.5007 s]
/proc/loadavg: 1.40 1.19 1.47 3/536 31386
/proc/meminfo: memFree=21817344/32951124 swapFree=50328308/67111528
[pid=31384] ppid=31382 vsize=79516 CPUtime=25.49 cores=1,3,5,7
/proc/31384/stat : 31384 (lr_gl_shr) R 31382 31384 30616 0 -1 4202496 22143 0 0 0 2546 3 0 0 25 0 1 0 784831185 81424384 13733 33554432000 4194304 4300056 140733734105712 18446744073709551615 4256224 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31384/statm: 19879 13733 254 26 0 16511 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 79516

[startup+51.1012 s]
/proc/loadavg: 1.61 1.25 1.48 3/536 31387
/proc/meminfo: memFree=21810204/32951124 swapFree=50328308/67111528
[pid=31384] ppid=31382 vsize=79516 CPUtime=51.09 cores=1,3,5,7
/proc/31384/stat : 31384 (lr_gl_shr) R 31382 31384 30616 0 -1 4202496 23460 0 0 0 5105 4 0 0 25 0 1 0 784831185 81424384 14981 33554432000 4194304 4300056 140733734105712 18446744073709551615 4256319 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31384/statm: 19879 14981 254 26 0 16511 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 79516

[startup+102.32 s]
/proc/loadavg: 1.83 1.36 1.50 3/536 31415
/proc/meminfo: memFree=21668884/32951124 swapFree=50328308/67111528
[pid=31384] ppid=31382 vsize=111500 CPUtime=102.31 cores=1,3,5,7
/proc/31384/stat : 31384 (lr_gl_shr) R 31382 31384 30616 0 -1 4202496 30654 0 0 0 10226 5 0 0 25 0 1 0 784831185 114176000 22081 33554432000 4194304 4300056 140733734105712 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31384/statm: 27875 22081 254 26 0 24507 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 111500

[startup+162.3 s]
/proc/loadavg: 1.93 1.48 1.53 3/536 31417
/proc/meminfo: memFree=21581092/32951124 swapFree=50328308/67111528
[pid=31384] ppid=31382 vsize=130468 CPUtime=162.3 cores=1,3,5,7
/proc/31384/stat : 31384 (lr_gl_shr) R 31382 31384 30616 0 -1 4202496 33047 0 0 0 16223 7 0 0 25 0 1 0 784831185 133599232 24380 33554432000 4194304 4300056 140733734105712 18446744073709551615 4256548 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31384/statm: 32617 24380 254 26 0 29249 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 130468

[startup+222.301 s]
/proc/loadavg: 1.97 1.57 1.56 3/536 31418
/proc/meminfo: memFree=21567668/32951124 swapFree=50328308/67111528
[pid=31384] ppid=31382 vsize=130468 CPUtime=222.3 cores=1,3,5,7
/proc/31384/stat : 31384 (lr_gl_shr) R 31382 31384 30616 0 -1 4202496 35093 0 0 0 22222 8 0 0 25 0 1 0 784831185 133599232 26358 33554432000 4194304 4300056 140733734105712 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31384/statm: 32617 26358 254 26 0 29249 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 130468

[startup+282.301 s]
/proc/loadavg: 1.99 1.64 1.58 3/536 31420
/proc/meminfo: memFree=21575920/32951124 swapFree=50328308/67111528
[pid=31384] ppid=31382 vsize=111440 CPUtime=282.3 cores=1,3,5,7
/proc/31384/stat : 31384 (lr_gl_shr) R 31382 31384 30616 0 -1 4202496 41773 0 0 0 28219 11 0 0 25 0 1 0 784831185 114114560 22579 33554432000 4194304 4300056 140733734105712 18446744073709551615 4256144 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31384/statm: 27860 22579 254 26 0 24492 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 111440

[startup+342.301 s]
/proc/loadavg: 1.99 1.71 1.61 3/536 31421
/proc/meminfo: memFree=21561604/32951124 swapFree=50328308/67111528
[pid=31384] ppid=31382 vsize=123116 CPUtime=342.3 cores=1,3,5,7
/proc/31384/stat : 31384 (lr_gl_shr) R 31382 31384 30616 0 -1 4202496 44345 0 0 0 34217 13 0 0 25 0 1 0 784831185 126070784 25045 33554432000 4194304 4300056 140733734105712 18446744073709551615 4256008 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31384/statm: 30779 25045 254 26 0 27411 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 123116

[startup+402.3 s]
/proc/loadavg: 2.11 1.79 1.64 3/536 31423
/proc/meminfo: memFree=21548524/32951124 swapFree=50328308/67111528
[pid=31384] ppid=31382 vsize=142084 CPUtime=402.3 cores=1,3,5,7
/proc/31384/stat : 31384 (lr_gl_shr) R 31382 31384 30616 0 -1 4202496 46751 0 0 0 40215 15 0 0 25 0 1 0 784831185 145494016 27357 33554432000 4194304 4300056 140733734105712 18446744073709551615 4256570 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31384/statm: 35521 27357 254 26 0 32153 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 142084

[startup+462.301 s]
/proc/loadavg: 2.09 1.84 1.66 3/536 31425
/proc/meminfo: memFree=21536192/32951124 swapFree=50328308/67111528
[pid=31384] ppid=31382 vsize=142084 CPUtime=462.3 cores=1,3,5,7
/proc/31384/stat : 31384 (lr_gl_shr) R 31382 31384 30616 0 -1 4202496 48847 0 0 0 46214 16 0 0 25 0 1 0 784831185 145494016 29397 33554432000 4194304 4300056 140733734105712 18446744073709551615 4256008 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31384/statm: 35521 29397 254 26 0 32153 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 142084

[startup+522.301 s]
/proc/loadavg: 2.03 1.87 1.68 3/536 31426
/proc/meminfo: memFree=21525848/32951124 swapFree=50328308/67111528
[pid=31384] ppid=31382 vsize=142084 CPUtime=522.3 cores=1,3,5,7
/proc/31384/stat : 31384 (lr_gl_shr) R 31382 31384 30616 0 -1 4202496 50658 0 0 0 52212 18 0 0 25 0 1 0 784831185 145494016 31137 33554432000 4194304 4300056 140733734105712 18446744073709551615 4256040 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31384/statm: 35521 31137 254 26 0 32153 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 142084

[startup+582.3 s]
/proc/loadavg: 2.09 1.92 1.71 3/536 31428
/proc/meminfo: memFree=21569444/32951124 swapFree=50328308/67111528
[pid=31384] ppid=31382 vsize=92764 CPUtime=582.31 cores=1,3,5,7
/proc/31384/stat : 31384 (lr_gl_shr) R 31382 31384 30616 0 -1 4202496 51723 0 0 0 58212 19 0 0 25 0 1 0 784831185 94990336 19206 33554432000 4194304 4300056 140733734105712 18446744073709551615 4256573 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31384/statm: 23191 19206 254 26 0 19823 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 92764

[startup+642.301 s]

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

[startup+4062.32 s]
/proc/loadavg: 2.02 2.04 2.00 3/536 31533
/proc/meminfo: memFree=21245144/32951124 swapFree=50328308/67111528
[pid=31384] ppid=31382 vsize=200124 CPUtime=4062.42 cores=1,3,5,7
/proc/31384/stat : 31384 (lr_gl_shr) R 31382 31384 30616 0 -1 4202496 188902 0 0 0 406143 99 0 0 25 0 1 0 784831185 204926976 43856 33554432000 4194304 4300056 140733734105712 18446744073709551615 4256224 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31384/statm: 50031 43856 254 26 0 46663 0
Current children cumulated CPU time (s) 4062.42
Current children cumulated vsize (KiB) 200124

[startup+4122.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/536 31534
/proc/meminfo: memFree=21235664/32951124 swapFree=50328308/67111528
[pid=31384] ppid=31382 vsize=200124 CPUtime=4122.39 cores=1,3,5,7
/proc/31384/stat : 31384 (lr_gl_shr) R 31382 31384 30616 0 -1 4202496 190458 0 0 0 412139 100 0 0 25 0 1 0 784831185 204926976 45371 33554432000 4194304 4300056 140733734105712 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31384/statm: 50031 45371 254 26 0 46663 0
Current children cumulated CPU time (s) 4122.39
Current children cumulated vsize (KiB) 200124

[startup+4182.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/536 31536
/proc/meminfo: memFree=21227928/32951124 swapFree=50328308/67111528
[pid=31384] ppid=31382 vsize=250212 CPUtime=4182.4 cores=1,3,5,7
/proc/31384/stat : 31384 (lr_gl_shr) R 31382 31384 30616 0 -1 4202496 191686 0 0 0 418139 101 0 0 25 0 1 0 784831185 256217088 46567 33554432000 4194304 4300056 140733734105712 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31384/statm: 62553 46567 254 26 0 59185 0
Current children cumulated CPU time (s) 4182.4
Current children cumulated vsize (KiB) 250212

[startup+4242.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/536 31537
/proc/meminfo: memFree=21220928/32951124 swapFree=50328308/67111528
[pid=31384] ppid=31382 vsize=250212 CPUtime=4242.4 cores=1,3,5,7
/proc/31384/stat : 31384 (lr_gl_shr) R 31382 31384 30616 0 -1 4202496 192688 0 0 0 424138 102 0 0 25 0 1 0 784831185 256217088 47548 33554432000 4194304 4300056 140733734105712 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31384/statm: 62553 47548 254 26 0 59185 0
Current children cumulated CPU time (s) 4242.4
Current children cumulated vsize (KiB) 250212

[startup+4302.3 s]
/proc/loadavg: 2.16 2.05 2.01 3/536 31539
/proc/meminfo: memFree=21306080/32951124 swapFree=50328308/67111528
[pid=31384] ppid=31382 vsize=129584 CPUtime=4302.4 cores=1,3,5,7
/proc/31384/stat : 31384 (lr_gl_shr) R 31382 31384 30616 0 -1 4202496 193473 0 0 0 430137 103 0 0 25 0 1 0 784831185 132694016 26071 33554432000 4194304 4300056 140733734105712 18446744073709551615 4254701 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31384/statm: 32396 26071 254 26 0 29028 0
Current children cumulated CPU time (s) 4302.4
Current children cumulated vsize (KiB) 129584

[startup+4362.3 s]
/proc/loadavg: 2.13 2.05 2.01 3/536 31541
/proc/meminfo: memFree=21274532/32951124 swapFree=50328308/67111528
[pid=31384] ppid=31382 vsize=159936 CPUtime=4362.4 cores=1,3,5,7
/proc/31384/stat : 31384 (lr_gl_shr) R 31382 31384 30616 0 -1 4202496 200994 0 0 0 436136 104 0 0 25 0 1 0 784831185 163774464 33469 33554432000 4194304 4300056 140733734105712 18446744073709551615 4256548 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31384/statm: 39984 33469 254 26 0 36616 0
Current children cumulated CPU time (s) 4362.4
Current children cumulated vsize (KiB) 159936

[startup+4422.3 s]
/proc/loadavg: 2.05 2.04 2.00 3/536 31542
/proc/meminfo: memFree=21261456/32951124 swapFree=50328308/67111528
[pid=31384] ppid=31382 vsize=159936 CPUtime=4422.41 cores=1,3,5,7
/proc/31384/stat : 31384 (lr_gl_shr) R 31382 31384 30616 0 -1 4202496 203432 0 0 0 442135 106 0 0 25 0 1 0 784831185 163774464 35803 33554432000 4194304 4300056 140733734105712 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31384/statm: 39984 35803 254 26 0 36616 0
Current children cumulated CPU time (s) 4422.41
Current children cumulated vsize (KiB) 159936

[startup+4482.3 s]
/proc/loadavg: 2.13 2.06 2.01 3/536 31544
/proc/meminfo: memFree=21248864/32951124 swapFree=50328308/67111528
[pid=31384] ppid=31382 vsize=178904 CPUtime=4482.4 cores=1,3,5,7
/proc/31384/stat : 31384 (lr_gl_shr) R 31382 31384 30616 0 -1 4202496 205817 0 0 0 448133 107 0 0 25 0 1 0 784831185 183197696 38119 33554432000 4194304 4300056 140733734105712 18446744073709551615 4256093 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31384/statm: 44726 38119 254 26 0 41358 0
Current children cumulated CPU time (s) 4482.4
Current children cumulated vsize (KiB) 178904

[startup+4542.3 s]
/proc/loadavg: 2.10 2.06 2.01 3/536 31545
/proc/meminfo: memFree=21239644/32951124 swapFree=50328308/67111528
[pid=31384] ppid=31382 vsize=178904 CPUtime=4542.41 cores=1,3,5,7
/proc/31384/stat : 31384 (lr_gl_shr) R 31382 31384 30616 0 -1 4202496 207693 0 0 0 454133 108 0 0 25 0 1 0 784831185 183197696 39930 33554432000 4194304 4300056 140733734105712 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31384/statm: 44726 39930 254 26 0 41358 0
Current children cumulated CPU time (s) 4542.41
Current children cumulated vsize (KiB) 178904

[startup+4602.3 s]
/proc/loadavg: 2.03 2.05 2.00 3/536 31547
/proc/meminfo: memFree=21228296/32951124 swapFree=50328308/67111528
[pid=31384] ppid=31382 vsize=209724 CPUtime=4602.42 cores=1,3,5,7
/proc/31384/stat : 31384 (lr_gl_shr) R 31382 31384 30616 0 -1 4202496 209481 0 0 0 460133 109 0 0 25 0 1 0 784831185 214757376 41652 33554432000 4194304 4300056 140733734105712 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31384/statm: 52431 41652 254 26 0 49063 0
Current children cumulated CPU time (s) 4602.42
Current children cumulated vsize (KiB) 209724

[startup+4662.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/536 31549
/proc/meminfo: memFree=21217332/32951124 swapFree=50328308/67111528
[pid=31384] ppid=31382 vsize=209724 CPUtime=4662.41 cores=1,3,5,7
/proc/31384/stat : 31384 (lr_gl_shr) R 31382 31384 30616 0 -1 4202496 211275 0 0 0 466131 110 0 0 25 0 1 0 784831185 214757376 43394 33554432000 4194304 4300056 140733734105712 18446744073709551615 4256570 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31384/statm: 52431 43394 254 26 0 49063 0
Current children cumulated CPU time (s) 4662.41
Current children cumulated vsize (KiB) 209724

[startup+4722.32 s]
/proc/loadavg: 2.00 2.03 2.00 3/536 31550
/proc/meminfo: memFree=21207856/32951124 swapFree=50328308/67111528
[pid=31384] ppid=31382 vsize=209724 CPUtime=4722.43 cores=1,3,5,7
/proc/31384/stat : 31384 (lr_gl_shr) R 31382 31384 30616 0 -1 4202496 213054 0 0 0 472132 111 0 0 25 0 1 0 784831185 214757376 45116 33554432000 4194304 4300056 140733734105712 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31384/statm: 52431 45116 254 26 0 49063 0
Current children cumulated CPU time (s) 4722.43
Current children cumulated vsize (KiB) 209724

[startup+4782.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/536 31552
/proc/meminfo: memFree=21415368/32951124 swapFree=50328308/67111528
[pid=31384] ppid=31382 vsize=209724 CPUtime=4782.41 cores=1,3,5,7
/proc/31384/stat : 31384 (lr_gl_shr) R 31382 31384 30616 0 -1 4202496 214747 0 0 0 478129 112 0 0 25 0 1 0 784831185 214757376 46764 33554432000 4194304 4300056 140733734105712 18446744073709551615 4256570 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31384/statm: 52431 46764 254 26 0 49063 0
Current children cumulated CPU time (s) 4782.41
Current children cumulated vsize (KiB) 209724

[startup+4842.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/536 31553
/proc/meminfo: memFree=21403660/32951124 swapFree=50328308/67111528
[pid=31384] ppid=31382 vsize=259812 CPUtime=4842.41 cores=1,3,5,7
/proc/31384/stat : 31384 (lr_gl_shr) R 31382 31384 30616 0 -1 4202496 216600 0 0 0 484128 113 0 0 25 0 1 0 784831185 266047488 48567 33554432000 4194304 4300056 140733734105712 18446744073709551615 4256008 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31384/statm: 64953 48567 254 26 0 61585 0
Current children cumulated CPU time (s) 4842.41
Current children cumulated vsize (KiB) 259812

[startup+4902.3 s]
/proc/loadavg: 2.08 2.04 2.01 3/536 31555
/proc/meminfo: memFree=21392564/32951124 swapFree=50328308/67111528
[pid=31384] ppid=31382 vsize=259812 CPUtime=4902.42 cores=1,3,5,7
/proc/31384/stat : 31384 (lr_gl_shr) R 31382 31384 30616 0 -1 4202496 218503 0 0 0 490127 115 0 0 25 0 1 0 784831185 266047488 50419 33554432000 4194304 4300056 140733734105712 18446744073709551615 4263274 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31384/statm: 64953 50419 254 26 0 61585 0
Current children cumulated CPU time (s) 4902.42
Current children cumulated vsize (KiB) 259812

[startup+4962.3 s]
/proc/loadavg: 2.10 2.06 2.01 3/536 31557
/proc/meminfo: memFree=21459708/32951124 swapFree=50328308/67111528
[pid=31384] ppid=31382 vsize=148260 CPUtime=4962.42 cores=1,3,5,7
/proc/31384/stat : 31384 (lr_gl_shr) R 31382 31384 30616 0 -1 4202496 223031 0 0 0 496125 117 0 0 25 0 1 0 784831185 151818240 32482 33554432000 4194304 4300056 140733734105712 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31384/statm: 37065 32482 254 26 0 33697 0
Current children cumulated CPU time (s) 4962.42
Current children cumulated vsize (KiB) 148260



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.05 2.05 2.01 3/536 31558
/proc/meminfo: memFree=21451608/32951124 swapFree=50328308/67111528
[pid=31384] ppid=31382 vsize=159936 CPUtime=5000.04 cores=1,3,5,7
/proc/31384/stat : 31384 (lr_gl_shr) R 31382 31384 30616 0 -1 4202496 224656 0 0 0 499887 117 0 0 25 0 1 0 784831185 163774464 34040 33554432000 4194304 4300056 140733734105712 18446744073709551615 4256548 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31384/statm: 39984 34040 254 26 0 36616 0
Current children cumulated CPU time (s) 5000.04
Current children cumulated vsize (KiB) 159936

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

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

[startup+4999.9 s]
/proc/loadavg: 2.05 2.05 2.01 3/536 31558
/proc/meminfo: memFree=21451608/32951124 swapFree=50328308/67111528
[pid=31384] ppid=31382 vsize=159936 CPUtime=5000.04 cores=1,3,5,7
/proc/31384/stat : 31384 (lr_gl_shr) R 31382 31384 30616 0 -1 4202496 224656 0 0 0 499887 117 0 0 25 0 1 0 784831185 163774464 34040 33554432000 4194304 4300056 140733734105712 18446744073709551615 4256548 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31384/statm: 39984 34040 254 26 0 36616 0
Current children cumulated CPU time (s) 5000.04
Current children cumulated vsize (KiB) 159936

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.93
CPU time (s): 5000.06
CPU user time (s): 4998.87
CPU system time (s): 1.18382
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 259812

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

runsolver used 24.8322 second user time and 62.4135 second system time

The end

Launcher Data

Begin job on node146 at 2011-06-01 12:29:09
IDJOB=3439824
IDBENCH=20406
IDSOLVER=1938
FILE ID=node146/3439824-1306924149
RUNJOBID= node146-1306924149-31365
PBS_JOBID= 13488479
Free space on /tmp= 73672 MiB

SOLVER NAME= minisat hack: LR_GL_SHR 2011-03-02
BENCH NAME= SAT07/industrial/palacios/hard/sortnet-7-ipc5-h15-unsat.cnf
COMMAND LINE= HOME/lr_gl_shr BENCHNAME -verb=0 -model
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3439824-1306924149/watcher-3439824-1306924149 -o /tmp/evaluation-result-3439824-1306924149/solver-3439824-1306924149 -C 5000 -W 5100 -M 15500  HOME/lr_gl_shr HOME/instance-3439824-1306924149.cnf -verb=0 -model

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

MD5SUM BENCH= 0683489092a5eb0c881dd17c2c45d08e
RANDOM SEED=73936547

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.66
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.86
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      21880280 kB
Buffers:        135716 kB
Cached:         197356 kB
SwapCached:       9256 kB
Active:       10573360 kB
Inactive:       202696 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21880280 kB
SwapTotal:    67111528 kB
SwapFree:     50328308 kB
Dirty:            7432 kB
Writeback:           0 kB
AnonPages:    10440992 kB
Mapped:          28000 kB
Slab:           126388 kB
PageTables:      97472 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 160696456 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= 73648 MiB
End job on node146 at 2011-06-01 13:52:31