Trace number 3349399

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) 1300.06 1300.03

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: 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-3349399-1304968102/watcher-3349399-1304968102 -o /tmp/evaluation-result-3349399-1304968102/solver-3349399-1304968102 -C 2400 -W 1300 -M 7680 HOME/lr_gl_shr HOME/instance-3349399-1304968102.cnf -verb=0 -model 

running on 2 cores: 0,2

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.08 0.02 0.01 1/333 18716
/proc/meminfo: memFree=7209644/32951124 swapFree=67056804/67111528
[pid=18716] ppid=18714 vsize=20560 CPUtime=0 cores=0,2
/proc/18716/stat : 18716 (lr_gl_shr) R 18714 18716 18685 0 -1 4202496 755 0 0 0 0 0 0 0 21 0 1 0 608411286 21053440 673 33554432000 4194304 4300056 140733195753024 18446744073709551615 4241281 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/18716/statm: 5140 674 221 26 0 1772 0

[startup+0.097635 s]
/proc/loadavg: 0.08 0.02 0.01 1/333 18716
/proc/meminfo: memFree=7209644/32951124 swapFree=67056804/67111528
[pid=18716] ppid=18714 vsize=34068 CPUtime=0.08 cores=0,2
/proc/18716/stat : 18716 (lr_gl_shr) R 18714 18716 18685 0 -1 4202496 4944 0 0 0 8 0 0 0 21 0 1 0 608411286 34885632 4367 33554432000 4194304 4300056 140733195753024 18446744073709551615 270612771525 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/18716/statm: 8517 4368 222 26 0 5149 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 34068

[startup+0.100632 s]
/proc/loadavg: 0.08 0.02 0.01 1/333 18716
/proc/meminfo: memFree=7209644/32951124 swapFree=67056804/67111528
[pid=18716] ppid=18714 vsize=34332 CPUtime=0.09 cores=0,2
/proc/18716/stat : 18716 (lr_gl_shr) R 18714 18716 18685 0 -1 4202496 5069 0 0 0 9 0 0 0 21 0 1 0 608411286 35155968 4487 33554432000 4194304 4300056 140733195753024 18446744073709551615 4224211 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/18716/statm: 8583 4488 222 26 0 5215 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 34332

[startup+0.300599 s]
/proc/loadavg: 0.08 0.02 0.01 1/333 18716
/proc/meminfo: memFree=7209644/32951124 swapFree=67056804/67111528
[pid=18716] ppid=18714 vsize=71280 CPUtime=0.29 cores=0,2
/proc/18716/stat : 18716 (lr_gl_shr) R 18714 18716 18685 0 -1 4202496 14748 0 0 0 27 2 0 0 22 0 1 0 608411286 72990720 12841 33554432000 4194304 4300056 140733195753024 18446744073709551615 4223459 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/18716/statm: 17820 12842 255 26 0 14452 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 71280

[startup+0.700568 s]
/proc/loadavg: 0.08 0.02 0.01 1/333 18716
/proc/meminfo: memFree=7209644/32951124 swapFree=67056804/67111528
[pid=18716] ppid=18714 vsize=155988 CPUtime=0.69 cores=0,2
/proc/18716/stat : 18716 (lr_gl_shr) R 18714 18716 18685 0 -1 4202496 33945 0 0 0 64 5 0 0 24 0 1 0 608411286 159731712 29621 33554432000 4194304 4300056 140733195753024 18446744073709551615 4286249 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/18716/statm: 38997 29621 285 26 0 35629 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 155988

[startup+1.50041 s]
/proc/loadavg: 0.08 0.02 0.01 3/339 18727
/proc/meminfo: memFree=7035916/32951124 swapFree=67056804/67111528
[pid=18716] ppid=18714 vsize=207800 CPUtime=1.49 cores=0,2
/proc/18716/stat : 18716 (lr_gl_shr) R 18714 18716 18685 0 -1 4202496 46309 0 0 0 142 7 0 0 25 0 1 0 608411286 212787200 41495 33554432000 4194304 4300056 140733195753024 18446744073709551615 4286249 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/18716/statm: 51950 41495 246 26 0 48582 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 207800

[startup+3.10115 s]
/proc/loadavg: 0.08 0.02 0.01 3/339 18754
/proc/meminfo: memFree=6961464/32951124 swapFree=67056804/67111528
[pid=18716] ppid=18714 vsize=215608 CPUtime=3.09 cores=0,2
/proc/18716/stat : 18716 (lr_gl_shr) R 18714 18716 18685 0 -1 4202496 62869 0 0 0 298 11 0 0 25 0 1 0 608411286 220782592 47078 33554432000 4194304 4300056 140733195753024 18446744073709551615 4232832 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/18716/statm: 53902 47078 246 26 0 50534 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 215608

[startup+6.30055 s]
/proc/loadavg: 0.23 0.05 0.02 3/339 18782
/proc/meminfo: memFree=7005108/32951124 swapFree=67056804/67111528
[pid=18716] ppid=18714 vsize=192096 CPUtime=6.29 cores=0,2
/proc/18716/stat : 18716 (lr_gl_shr) R 18714 18716 18685 0 -1 4202496 68695 0 0 0 617 12 0 0 25 0 1 0 608411286 196706304 40626 33554432000 4194304 4300056 140733195753024 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/18716/statm: 48024 40626 254 26 0 44656 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 192096

[startup+12.7004 s]
/proc/loadavg: 0.37 0.08 0.03 3/339 18782
/proc/meminfo: memFree=7033540/32951124 swapFree=67056804/67111528
[pid=18716] ppid=18714 vsize=192096 CPUtime=12.69 cores=0,2
/proc/18716/stat : 18716 (lr_gl_shr) R 18714 18716 18685 0 -1 4202496 69018 0 0 0 1257 12 0 0 25 0 1 0 608411286 196706304 40941 33554432000 4194304 4300056 140733195753024 18446744073709551615 4256057 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/18716/statm: 48024 40941 264 26 0 44656 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 192096

[startup+25.5012 s]
/proc/loadavg: 0.73 0.18 0.06 3/339 18782
/proc/meminfo: memFree=7032056/32951124 swapFree=67056804/67111528
[pid=18716] ppid=18714 vsize=192096 CPUtime=25.49 cores=0,2
/proc/18716/stat : 18716 (lr_gl_shr) R 18714 18716 18685 0 -1 4202496 69487 0 0 0 2537 12 0 0 25 0 1 0 608411286 196706304 41395 33554432000 4194304 4300056 140733195753024 18446744073709551615 4256224 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/18716/statm: 48024 41395 266 26 0 44656 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 192096

[startup+51.1006 s]
/proc/loadavg: 1.73 0.45 0.15 5/349 18809
/proc/meminfo: memFree=6362232/32951124 swapFree=67056804/67111528
[pid=18716] ppid=18714 vsize=203772 CPUtime=51.09 cores=0,2
/proc/18716/stat : 18716 (lr_gl_shr) R 18714 18716 18685 0 -1 4202496 70209 0 0 0 5096 13 0 0 25 0 1 0 608411286 208662528 42094 33554432000 4194304 4300056 140733195753024 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/18716/statm: 50943 42094 266 26 0 47575 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 203772

[startup+102.313 s]
/proc/loadavg: 3.01 0.99 0.35 5/349 18810
/proc/meminfo: memFree=6377216/32951124 swapFree=67056804/67111528
[pid=18716] ppid=18714 vsize=203772 CPUtime=102.31 cores=0,2
/proc/18716/stat : 18716 (lr_gl_shr) R 18714 18716 18685 0 -1 4202496 71426 0 0 0 10217 14 0 0 25 0 1 0 608411286 208662528 43269 33554432000 4194304 4300056 140733195753024 18446744073709551615 4256022 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/18716/statm: 50943 43269 266 26 0 47575 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 203772

[startup+162.301 s]
/proc/loadavg: 3.67 1.55 0.58 5/349 18812
/proc/meminfo: memFree=6316272/32951124 swapFree=67056804/67111528
[pid=18716] ppid=18714 vsize=203772 CPUtime=162.29 cores=0,2
/proc/18716/stat : 18716 (lr_gl_shr) R 18714 18716 18685 0 -1 4202496 72757 0 0 0 16215 14 0 0 25 0 1 0 608411286 208662528 44544 33554432000 4194304 4300056 140733195753024 18446744073709551615 4255961 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/18716/statm: 50943 44544 266 26 0 47575 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 203772

[startup+222.3 s]
/proc/loadavg: 3.88 2.00 0.79 5/349 18814
/proc/meminfo: memFree=6312864/32951124 swapFree=67056804/67111528
[pid=18716] ppid=18714 vsize=222740 CPUtime=222.29 cores=0,2
/proc/18716/stat : 18716 (lr_gl_shr) R 18714 18716 18685 0 -1 4202496 74018 0 0 0 22214 15 0 0 25 0 1 0 608411286 228085760 45756 33554432000 4194304 4300056 140733195753024 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/18716/statm: 55685 45756 266 26 0 52317 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 222740

[startup+282.301 s]
/proc/loadavg: 4.02 2.37 1.00 5/349 18815
/proc/meminfo: memFree=6293256/32951124 swapFree=67056804/67111528
[pid=18716] ppid=18714 vsize=222740 CPUtime=282.3 cores=0,2
/proc/18716/stat : 18716 (lr_gl_shr) R 18714 18716 18685 0 -1 4202496 74989 0 0 0 28213 17 0 0 25 0 1 0 608411286 228085760 46682 33554432000 4194304 4300056 140733195753024 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/18716/statm: 55685 46682 266 26 0 52317 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 222740

[startup+342.301 s]
/proc/loadavg: 4.01 2.67 1.18 5/349 18817
/proc/meminfo: memFree=6273616/32951124 swapFree=67056804/67111528
[pid=18716] ppid=18714 vsize=222740 CPUtime=342.3 cores=0,2
/proc/18716/stat : 18716 (lr_gl_shr) R 18714 18716 18685 0 -1 4202496 75901 0 0 0 34213 17 0 0 25 0 1 0 608411286 228085760 47563 33554432000 4194304 4300056 140733195753024 18446744073709551615 4256548 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/18716/statm: 55685 47563 266 26 0 52317 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 222740

[startup+402.3 s]
/proc/loadavg: 4.00 2.91 1.35 5/349 18818
/proc/meminfo: memFree=6254268/32951124 swapFree=67056804/67111528
[pid=18716] ppid=18714 vsize=222740 CPUtime=402.3 cores=0,2
/proc/18716/stat : 18716 (lr_gl_shr) R 18714 18716 18685 0 -1 4202496 76842 0 0 0 40213 17 0 0 25 0 1 0 608411286 228085760 48468 33554432000 4194304 4300056 140733195753024 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/18716/statm: 55685 48468 266 26 0 52317 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 222740

[startup+462.301 s]
/proc/loadavg: 4.12 3.13 1.53 5/349 18820
/proc/meminfo: memFree=6234412/32951124 swapFree=67056804/67111528
[pid=18716] ppid=18714 vsize=222740 CPUtime=462.3 cores=0,2
/proc/18716/stat : 18716 (lr_gl_shr) R 18714 18716 18685 0 -1 4202496 77673 0 0 0 46212 18 0 0 25 0 1 0 608411286 228085760 49271 33554432000 4194304 4300056 140733195753024 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/18716/statm: 55685 49271 266 26 0 52317 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 222740

[startup+522.301 s]
/proc/loadavg: 4.04 3.29 1.68 5/349 18822
/proc/meminfo: memFree=6259320/32951124 swapFree=67056804/67111528
[pid=18716] ppid=18714 vsize=253560 CPUtime=522.31 cores=0,2
/proc/18716/stat : 18716 (lr_gl_shr) R 18714 18716 18685 0 -1 4202496 78476 0 0 0 52212 19 0 0 25 0 1 0 608411286 259645440 50041 33554432000 4194304 4300056 140733195753024 18446744073709551615 4251385 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/18716/statm: 63390 50041 266 26 0 60022 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 253560

[startup+582.3 s]
/proc/loadavg: 4.01 3.42 1.82 5/349 18851
/proc/meminfo: memFree=6698304/32951124 swapFree=67056804/67111528
[pid=18716] ppid=18714 vsize=253560 CPUtime=582.31 cores=0,2
/proc/18716/stat : 18716 (lr_gl_shr) R 18714 18716 18685 0 -1 4202496 79264 0 0 0 58211 20 0 0 25 0 1 0 608411286 259645440 50786 33554432000 4194304 4300056 140733195753024 18446744073709551615 4255961 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/18716/statm: 63390 50786 266 26 0 60022 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 253560

[startup+642.301 s]
/proc/loadavg: 4.00 3.52 1.95 5/349 18853
/proc/meminfo: memFree=6660808/32951124 swapFree=67056804/67111528
[pid=18716] ppid=18714 vsize=256004 CPUtime=642.31 cores=0,2
/proc/18716/stat : 18716 (lr_gl_shr) R 18714 18716 18685 0 -1 4202496 80570 0 0 0 64211 20 0 0 25 0 1 0 608411286 262148096 52059 33554432000 4194304 4300056 140733195753024 18446744073709551615 4256556 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/18716/statm: 64001 52059 266 26 0 60633 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 256004

[startup+702.301 s]
/proc/loadavg: 4.05 3.62 2.09 5/349 18855
/proc/meminfo: memFree=6642052/32951124 swapFree=67056804/67111528
[pid=18716] ppid=18714 vsize=256004 CPUtime=702.31 cores=0,2
/proc/18716/stat : 18716 (lr_gl_shr) R 18714 18716 18685 0 -1 4202496 81452 0 0 0 70210 21 0 0 25 0 1 0 608411286 262148096 52907 33554432000 4194304 4300056 140733195753024 18446744073709551615 4256309 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/18716/statm: 64001 52907 266 26 0 60633 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 256004

[startup+762.313 s]
/proc/loadavg: 4.02 3.69 2.20 5/349 18857
/proc/meminfo: memFree=6628996/32951124 swapFree=67056804/67111528
[pid=18716] ppid=18714 vsize=256284 CPUtime=762.32 cores=0,2
/proc/18716/stat : 18716 (lr_gl_shr) R 18714 18716 18685 0 -1 4202496 82301 0 0 0 76211 21 0 0 25 0 1 0 608411286 262434816 53731 33554432000 4194304 4300056 140733195753024 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/18716/statm: 64071 53731 266 26 0 60703 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 256284

[startup+822.301 s]
/proc/loadavg: 4.00 3.74 2.31 5/349 18859
/proc/meminfo: memFree=6711696/32951124 swapFree=67056804/67111528
[pid=18716] ppid=18714 vsize=257740 CPUtime=822.32 cores=0,2
/proc/18716/stat : 18716 (lr_gl_shr) R 18714 18716 18685 0 -1 4202496 83359 0 0 0 82210 22 0 0 25 0 1 0 608411286 263925760 54762 33554432000 4194304 4300056 140733195753024 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/18716/statm: 64435 54762 266 26 0 61067 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 257740

[startup+882.3 s]
/proc/loadavg: 4.03 3.80 2.42 5/349 18860
/proc/meminfo: memFree=6645584/32951124 swapFree=67056804/67111528
[pid=18716] ppid=18714 vsize=258836 CPUtime=882.31 cores=0,2
/proc/18716/stat : 18716 (lr_gl_shr) R 18714 18716 18685 0 -1 4202496 84349 0 0 0 88209 22 0 0 25 0 1 0 608411286 265048064 55716 33554432000 4194304 4300056 140733195753024 18446744073709551615 4256227 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/18716/statm: 64709 55716 266 26 0 61341 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 258836

[startup+942.301 s]
/proc/loadavg: 4.01 3.83 2.52 5/349 18862
/proc/meminfo: memFree=6628196/32951124 swapFree=67056804/67111528
[pid=18716] ppid=18714 vsize=260112 CPUtime=942.32 cores=0,2
/proc/18716/stat : 18716 (lr_gl_shr) R 18714 18716 18685 0 -1 4202496 85460 0 0 0 94209 23 0 0 25 0 1 0 608411286 266354688 56806 33554432000 4194304 4300056 140733195753024 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/18716/statm: 65028 56806 266 26 0 61660 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 260112

[startup+1002.3 s]
/proc/loadavg: 4.08 3.88 2.61 5/349 18863
/proc/meminfo: memFree=6611552/32951124 swapFree=67056804/67111528
[pid=18716] ppid=18714 vsize=261816 CPUtime=1002.31 cores=0,2
/proc/18716/stat : 18716 (lr_gl_shr) R 18714 18716 18685 0 -1 4202496 86627 0 0 0 100208 23 0 0 25 0 1 0 608411286 268099584 57945 33554432000 4194304 4300056 140733195753024 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/18716/statm: 65454 57945 266 26 0 62086 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 261816

[startup+1062.3 s]
/proc/loadavg: 4.15 3.93 2.71 5/349 18865
/proc/meminfo: memFree=6595904/32951124 swapFree=67056804/67111528
[pid=18716] ppid=18714 vsize=265740 CPUtime=1062.32 cores=0,2
/proc/18716/stat : 18716 (lr_gl_shr) R 18714 18716 18685 0 -1 4202496 88179 0 0 0 106208 24 0 0 25 0 1 0 608411286 272117760 59471 33554432000 4194304 4300056 140733195753024 18446744073709551615 4256570 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/18716/statm: 66435 59471 266 26 0 63067 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 265740

[startup+1122.3 s]
/proc/loadavg: 4.05 3.94 2.78 5/349 18867
/proc/meminfo: memFree=6567360/32951124 swapFree=67056804/67111528
[pid=18716] ppid=18714 vsize=315828 CPUtime=1122.32 cores=0,2
/proc/18716/stat : 18716 (lr_gl_shr) R 18714 18716 18685 0 -1 4202496 88995 0 0 0 112208 24 0 0 25 0 1 0 608411286 323407872 60260 33554432000 4194304 4300056 140733195753024 18446744073709551615 4256093 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/18716/statm: 78957 60260 266 26 0 75589 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 315828

[startup+1182.3 s]
/proc/loadavg: 4.02 3.95 2.86 5/349 18869
/proc/meminfo: memFree=6578120/32951124 swapFree=67056804/67111528
[pid=18716] ppid=18714 vsize=317096 CPUtime=1182.32 cores=0,2
/proc/18716/stat : 18716 (lr_gl_shr) R 18714 18716 18685 0 -1 4202496 90135 0 0 0 118207 25 0 0 25 0 1 0 608411286 324706304 61373 33554432000 4194304 4300056 140733195753024 18446744073709551615 4256063 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/18716/statm: 79274 61373 266 26 0 75906 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 317096

[startup+1242.3 s]
/proc/loadavg: 4.08 3.97 2.93 5/349 18871
/proc/meminfo: memFree=6548704/32951124 swapFree=67056804/67111528
[pid=18716] ppid=18714 vsize=317952 CPUtime=1242.32 cores=0,2
/proc/18716/stat : 18716 (lr_gl_shr) R 18714 18716 18685 0 -1 4202496 91003 0 0 0 124206 26 0 0 25 0 1 0 608411286 325582848 62216 33554432000 4194304 4300056 140733195753024 18446744073709551615 4256570 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/18716/statm: 79488 62216 266 26 0 76120 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 317952



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.03 3.97 3.00 5/349 18872
/proc/meminfo: memFree=6536772/32951124 swapFree=67056804/67111528
[pid=18716] ppid=18714 vsize=319288 CPUtime=1300.03 cores=0,2
/proc/18716/stat : 18716 (lr_gl_shr) R 18714 18716 18685 0 -1 4202496 91971 0 0 0 129976 27 0 0 25 0 1 0 608411286 326950912 63167 33554432000 4194304 4300056 140733195753024 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/18716/statm: 79822 63167 266 26 0 76454 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 319288

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.03
CPU time (s): 1300.06
CPU user time (s): 1299.77
CPU system time (s): 0.283956
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 319288

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

runsolver used 4.5843 second user time and 9.62154 second system time

The end

Launcher Data

Begin job on node108 at 2011-05-09 21:08:23
IDJOB=3349399
IDBENCH=20410
IDSOLVER=1813
FILE ID=node108/3349399-1304968102
RUNJOBID= node108-1304968099-18704
PBS_JOBID= 13285642
Free space on /tmp= 35420 MiB

SOLVER NAME= minisat hack: LR_GL_SHR 2011-03-02
BENCH NAME= SAT07/industrial/palacios/hard/sortnet-8-ipc5-h19-sat.cnf
COMMAND LINE= HOME/lr_gl_shr BENCHNAME -verb=0 -model
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3349399-1304968102/watcher-3349399-1304968102 -o /tmp/evaluation-result-3349399-1304968102/solver-3349399-1304968102 -C 2400 -W 1300 -M 7680  HOME/lr_gl_shr HOME/instance-3349399-1304968102.cnf -verb=0 -model

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

MD5SUM BENCH= 409f4401e9e8b60ee665ac5567a13e41
RANDOM SEED=857564786

node108.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.820
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.64
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.820
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.15
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
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.77
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.820
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.82
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.820
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.820
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.820
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       7210920 kB
Buffers:        229084 kB
Cached:       14830480 kB
SwapCached:       8348 kB
Active:       13144256 kB
Inactive:     12017888 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       7210920 kB
SwapTotal:    67111528 kB
SwapFree:     67056804 kB
Dirty:           23172 kB
Writeback:           0 kB
AnonPages:    10100412 kB
Mapped:          26300 kB
Slab:           475736 kB
PageTables:      38468 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 52251920 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= 35400 MiB
End job on node108 at 2011-05-09 21:30:05