Trace number 3350203

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_NOSHR 2011-03-02? (TO) 1300.02 1300.02

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom15.cnf
MD5SUM1f0914c6141fdba914b73575a12b918a
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 variables25972
Number of clauses86411
Sum of the clauses size219707
Maximum clause length879
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 245193
Number of clauses of size 340753
Number of clauses of size 4119
Number of clauses of size 513
Number of clauses of size over 5332

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

running on 2 cores: 4,6

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


[startup+0 s]
/proc/loadavg: 4.14 3.68 3.66 4/397 16613
/proc/meminfo: memFree=27846096/32950928 swapFree=44388816/67111528
[pid=16613] ppid=16611 vsize=11796 CPUtime=0 cores=4,6
/proc/16613/stat : 16613 (runsolver) R 16611 16613 15673 0 -1 4202560 41 0 0 0 0 0 0 0 25 0 1 0 608760301 12079104 50 33554432000 4194304 5432360 140734457700896 18446744073709551615 4881623 0 2147483391 4096 24578 0 0 0 17 6 0 0 0
/proc/16613/statm: 2949 50 30 303 0 2643 0

[startup+0.098127 s]
/proc/loadavg: 4.14 3.68 3.66 4/397 16613
/proc/meminfo: memFree=27846096/32950928 swapFree=44388816/67111528
[pid=16613] ppid=16611 vsize=27648 CPUtime=0.07 cores=4,6
/proc/16613/stat : 16613 (lr_gl_shr) R 16611 16613 15673 0 -1 4202496 3190 0 0 0 7 0 0 0 25 0 1 0 608760301 28311552 2932 33554432000 4194304 4300056 140735910060320 18446744073709551615 251813937248 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/16613/statm: 6912 2944 228 26 0 3544 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 27648

[startup+0.101135 s]
/proc/loadavg: 4.14 3.68 3.66 4/397 16613
/proc/meminfo: memFree=27846096/32950928 swapFree=44388816/67111528
[pid=16613] ppid=16611 vsize=27648 CPUtime=0.08 cores=4,6
/proc/16613/stat : 16613 (lr_gl_shr) R 16611 16613 15673 0 -1 4202496 3229 0 0 0 8 0 0 0 25 0 1 0 608760301 28311552 2970 33554432000 4194304 4300056 140735910060320 18446744073709551615 4286249 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/16613/statm: 6912 2970 228 26 0 3544 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 27648

[startup+0.30104 s]
/proc/loadavg: 4.14 3.68 3.66 4/397 16613
/proc/meminfo: memFree=27846096/32950928 swapFree=44388816/67111528
[pid=16613] ppid=16611 vsize=25440 CPUtime=0.27 cores=4,6
/proc/16613/stat : 16613 (lr_gl_shr) R 16611 16613 15673 0 -1 4202496 4640 0 0 0 27 0 0 0 25 0 1 0 608760301 26050560 2923 33554432000 4194304 4300056 140735910060320 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/16613/statm: 6360 2923 246 26 0 2992 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 25440

[startup+0.70097 s]
/proc/loadavg: 4.14 3.68 3.66 4/397 16613
/proc/meminfo: memFree=27846096/32950928 swapFree=44388816/67111528
[pid=16613] ppid=16611 vsize=28120 CPUtime=0.67 cores=4,6
/proc/16613/stat : 16613 (lr_gl_shr) R 16611 16613 15673 0 -1 4202496 4893 0 0 0 67 0 0 0 25 0 1 0 608760301 28794880 3171 33554432000 4194304 4300056 140735910060320 18446744073709551615 4256337 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/16613/statm: 7030 3171 247 26 0 3662 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 28120

[startup+1.5009 s]
/proc/loadavg: 4.14 3.68 3.66 5/398 16614
/proc/meminfo: memFree=27831960/32950928 swapFree=44388816/67111528
[pid=16613] ppid=16611 vsize=28120 CPUtime=1.47 cores=4,6
/proc/16613/stat : 16613 (lr_gl_shr) R 16611 16613 15673 0 -1 4202496 5284 0 0 0 147 0 0 0 25 0 1 0 608760301 28794880 3555 33554432000 4194304 4300056 140735910060320 18446744073709551615 4256241 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/16613/statm: 7030 3555 247 26 0 3662 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 28120

[startup+3.10063 s]
/proc/loadavg: 4.14 3.68 3.66 5/398 16614
/proc/meminfo: memFree=27823404/32950928 swapFree=44388816/67111528
[pid=16613] ppid=16611 vsize=35196 CPUtime=3.08 cores=4,6
/proc/16613/stat : 16613 (lr_gl_shr) R 16611 16613 15673 0 -1 4202496 7198 0 0 0 307 1 0 0 25 0 1 0 608760301 36040704 5454 33554432000 4194304 4300056 140735910060320 18446744073709551615 4256309 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/16613/statm: 8799 5454 247 26 0 5431 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 35196

[startup+6.30103 s]
/proc/loadavg: 4.12 3.69 3.66 5/398 16614
/proc/meminfo: memFree=27813112/32950928 swapFree=44388816/67111528
[pid=16613] ppid=16611 vsize=46796 CPUtime=6.28 cores=4,6
/proc/16613/stat : 16613 (lr_gl_shr) R 16611 16613 15673 0 -1 4202496 8774 0 0 0 627 1 0 0 25 0 1 0 608760301 47919104 7000 33554432000 4194304 4300056 140735910060320 18446744073709551615 4252370 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/16613/statm: 11699 7000 247 26 0 8331 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 46796

[startup+12.701 s]
/proc/loadavg: 4.11 3.69 3.66 5/398 16641
/proc/meminfo: memFree=27921104/32950928 swapFree=44388816/67111528
[pid=16613] ppid=16611 vsize=46796 CPUtime=12.68 cores=4,6
/proc/16613/stat : 16613 (lr_gl_shr) R 16611 16613 15673 0 -1 4202496 12587 0 0 0 1266 2 0 0 25 0 1 0 608760301 47919104 6970 33554432000 4194304 4300056 140735910060320 18446744073709551615 4256060 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/16613/statm: 11699 6970 247 26 0 8331 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 46796

[startup+25.5009 s]
/proc/loadavg: 4.09 3.71 3.66 5/398 16642
/proc/meminfo: memFree=27940944/32950928 swapFree=44388816/67111528
[pid=16613] ppid=16611 vsize=57152 CPUtime=25.47 cores=4,6
/proc/16613/stat : 16613 (lr_gl_shr) R 16611 16613 15673 0 -1 4202496 19222 0 0 0 2544 3 0 0 25 0 1 0 608760301 58523648 10137 33554432000 4194304 4300056 140735910060320 18446744073709551615 4264407 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/16613/statm: 14288 10137 247 26 0 10920 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 57152

[startup+51.1005 s]
/proc/loadavg: 4.06 3.73 3.67 5/398 16643
/proc/meminfo: memFree=27909424/32950928 swapFree=44388816/67111528
[pid=16613] ppid=16611 vsize=64228 CPUtime=51.07 cores=4,6
/proc/16613/stat : 16613 (lr_gl_shr) R 16611 16613 15673 0 -1 4202496 21138 0 0 0 5104 3 0 0 25 0 1 0 608760301 65769472 11943 33554432000 4194304 4300056 140735910060320 18446744073709551615 4251324 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/16613/statm: 16057 11943 247 26 0 12689 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 64228

[startup+102.315 s]
/proc/loadavg: 4.02 3.77 3.68 5/398 16644
/proc/meminfo: memFree=27863000/32950928 swapFree=44388816/67111528
[pid=16613] ppid=16611 vsize=64228 CPUtime=102.3 cores=4,6
/proc/16613/stat : 16613 (lr_gl_shr) R 16611 16613 15673 0 -1 4202496 21797 0 0 0 10226 4 0 0 25 0 1 0 608760301 65769472 12593 33554432000 4194304 4300056 140735910060320 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/16613/statm: 16057 12593 247 26 0 12689 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 64228

[startup+162.301 s]
/proc/loadavg: 4.01 3.81 3.70 5/398 16645
/proc/meminfo: memFree=27818076/32950928 swapFree=44388816/67111528
[pid=16613] ppid=16611 vsize=64228 CPUtime=162.27 cores=4,6
/proc/16613/stat : 16613 (lr_gl_shr) R 16611 16613 15673 0 -1 4202496 26808 0 0 0 16223 4 0 0 25 0 1 0 608760301 65769472 12774 33554432000 4194304 4300056 140735910060320 18446744073709551615 4256319 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/16613/statm: 16057 12774 247 26 0 12689 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 64228

[startup+222.301 s]
/proc/loadavg: 4.05 3.86 3.72 5/398 16674
/proc/meminfo: memFree=27911568/32950928 swapFree=44388816/67111528
[pid=16613] ppid=16611 vsize=87452 CPUtime=222.28 cores=4,6
/proc/16613/stat : 16613 (lr_gl_shr) R 16611 16613 15673 0 -1 4202496 31659 0 0 0 22222 6 0 0 25 0 1 0 608760301 89550848 17445 33554432000 4194304 4300056 140735910060320 18446744073709551615 4256309 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/16613/statm: 21863 17445 247 26 0 18495 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 87452

[startup+282.301 s]
/proc/loadavg: 4.10 3.90 3.74 5/398 16676
/proc/meminfo: memFree=27841724/32950928 swapFree=44388816/67111528
[pid=16613] ppid=16611 vsize=87452 CPUtime=282.28 cores=4,6
/proc/16613/stat : 16613 (lr_gl_shr) R 16611 16613 15673 0 -1 4202496 32816 0 0 0 28222 6 0 0 25 0 1 0 608760301 89550848 18581 33554432000 4194304 4300056 140735910060320 18446744073709551615 4256060 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/16613/statm: 21863 18581 247 26 0 18495 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 87452

[startup+342.301 s]
/proc/loadavg: 4.03 3.91 3.75 5/398 16677
/proc/meminfo: memFree=27809576/32950928 swapFree=44388816/67111528
[pid=16613] ppid=16611 vsize=87452 CPUtime=342.28 cores=4,6
/proc/16613/stat : 16613 (lr_gl_shr) R 16611 16613 15673 0 -1 4202496 32816 0 0 0 34222 6 0 0 25 0 1 0 608760301 89550848 18581 33554432000 4194304 4300056 140735910060320 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/16613/statm: 21863 18581 247 26 0 18495 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 87452

[startup+402.301 s]
/proc/loadavg: 4.26 3.99 3.79 5/398 16679
/proc/meminfo: memFree=27750140/32950928 swapFree=44388816/67111528
[pid=16613] ppid=16611 vsize=87684 CPUtime=402.28 cores=4,6
/proc/16613/stat : 16613 (lr_gl_shr) R 16611 16613 15673 0 -1 4202496 42086 0 0 0 40220 8 0 0 25 0 1 0 608760301 89788416 16696 33554432000 4194304 4300056 140735910060320 18446744073709551615 4256057 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/16613/statm: 21921 16696 247 26 0 18553 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 87684

[startup+462.3 s]
/proc/loadavg: 4.21 4.02 3.81 5/398 16680
/proc/meminfo: memFree=27795480/32950928 swapFree=44388816/67111528
[pid=16613] ppid=16611 vsize=87684 CPUtime=462.28 cores=4,6
/proc/16613/stat : 16613 (lr_gl_shr) R 16611 16613 15673 0 -1 4202496 42349 0 0 0 46220 8 0 0 25 0 1 0 608760301 89788416 16953 33554432000 4194304 4300056 140735910060320 18446744073709551615 4256548 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/16613/statm: 21921 16953 247 26 0 18553 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 87684

[startup+522.3 s]
/proc/loadavg: 4.08 4.01 3.82 5/398 16682
/proc/meminfo: memFree=27680120/32950928 swapFree=44388816/67111528
[pid=16613] ppid=16611 vsize=87684 CPUtime=522.28 cores=4,6
/proc/16613/stat : 16613 (lr_gl_shr) R 16611 16613 15673 0 -1 4202496 42735 0 0 0 52220 8 0 0 25 0 1 0 608760301 89788416 17334 33554432000 4194304 4300056 140735910060320 18446744073709551615 4256008 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/16613/statm: 21921 17334 247 26 0 18553 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 87684

[startup+582.3 s]
/proc/loadavg: 4.03 4.01 3.83 5/398 16684
/proc/meminfo: memFree=27742444/32950928 swapFree=44388816/67111528
[pid=16613] ppid=16611 vsize=87684 CPUtime=582.28 cores=4,6
/proc/16613/stat : 16613 (lr_gl_shr) R 16611 16613 15673 0 -1 4202496 42735 0 0 0 58220 8 0 0 25 0 1 0 608760301 89788416 17334 33554432000 4194304 4300056 140735910060320 18446744073709551615 4256291 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/16613/statm: 21921 17334 247 26 0 18553 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 87684

[startup+642.301 s]
/proc/loadavg: 4.01 4.00 3.83 5/398 16685
/proc/meminfo: memFree=27767952/32950928 swapFree=44388816/67111528
[pid=16613] ppid=16611 vsize=87684 CPUtime=642.3 cores=4,6
/proc/16613/stat : 16613 (lr_gl_shr) R 16611 16613 15673 0 -1 4202496 43084 0 0 0 64222 8 0 0 25 0 1 0 608760301 89788416 17676 33554432000 4194304 4300056 140735910060320 18446744073709551615 4256327 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/16613/statm: 21921 17676 247 26 0 18553 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 87684

[startup+702.301 s]
/proc/loadavg: 4.00 4.00 3.84 5/398 16687
/proc/meminfo: memFree=27670208/32950928 swapFree=44388816/67111528
[pid=16613] ppid=16611 vsize=87684 CPUtime=702.28 cores=4,6
/proc/16613/stat : 16613 (lr_gl_shr) R 16611 16613 15673 0 -1 4202496 43084 0 0 0 70220 8 0 0 25 0 1 0 608760301 89788416 17676 33554432000 4194304 4300056 140735910060320 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/16613/statm: 21921 17676 247 26 0 18553 0
Current children cumulated CPU time (s) 702.28
Current children cumulated vsize (KiB) 87684

[startup+762.315 s]
/proc/loadavg: 4.13 4.03 3.85 5/398 16688
/proc/meminfo: memFree=27737252/32950928 swapFree=44388816/67111528
[pid=16613] ppid=16611 vsize=87684 CPUtime=762.3 cores=4,6
/proc/16613/stat : 16613 (lr_gl_shr) R 16611 16613 15673 0 -1 4202496 43084 0 0 0 76222 8 0 0 25 0 1 0 608760301 89788416 17676 33554432000 4194304 4300056 140735910060320 18446744073709551615 4252304 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/16613/statm: 21921 17676 247 26 0 18553 0
Current children cumulated CPU time (s) 762.3
Current children cumulated vsize (KiB) 87684

[startup+822.301 s]
/proc/loadavg: 4.12 4.04 3.87 5/398 16690
/proc/meminfo: memFree=27752100/32950928 swapFree=44388816/67111528
[pid=16613] ppid=16611 vsize=87684 CPUtime=822.28 cores=4,6
/proc/16613/stat : 16613 (lr_gl_shr) R 16611 16613 15673 0 -1 4202496 43588 0 0 0 82220 8 0 0 25 0 1 0 608760301 89788416 18171 33554432000 4194304 4300056 140735910060320 18446744073709551615 4256309 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/16613/statm: 21921 18171 247 26 0 18553 0
Current children cumulated CPU time (s) 822.28
Current children cumulated vsize (KiB) 87684

[startup+882.301 s]
/proc/loadavg: 4.04 4.03 3.87 5/398 16692
/proc/meminfo: memFree=27646912/32950928 swapFree=44388816/67111528
[pid=16613] ppid=16611 vsize=87684 CPUtime=882.28 cores=4,6
/proc/16613/stat : 16613 (lr_gl_shr) R 16611 16613 15673 0 -1 4202496 43588 0 0 0 88220 8 0 0 25 0 1 0 608760301 89788416 18171 33554432000 4194304 4300056 140735910060320 18446744073709551615 4252347 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/16613/statm: 21921 18171 247 26 0 18553 0
Current children cumulated CPU time (s) 882.28
Current children cumulated vsize (KiB) 87684

[startup+942.301 s]
/proc/loadavg: 4.05 4.04 3.88 5/398 16693
/proc/meminfo: memFree=27665724/32950928 swapFree=44388816/67111528
[pid=16613] ppid=16611 vsize=87684 CPUtime=942.29 cores=4,6
/proc/16613/stat : 16613 (lr_gl_shr) R 16611 16613 15673 0 -1 4202496 43588 0 0 0 94221 8 0 0 25 0 1 0 608760301 89788416 18171 33554432000 4194304 4300056 140735910060320 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/16613/statm: 21921 18171 247 26 0 18553 0
Current children cumulated CPU time (s) 942.29
Current children cumulated vsize (KiB) 87684

[startup+1002.3 s]
/proc/loadavg: 4.09 4.04 3.89 5/398 16695
/proc/meminfo: memFree=27717892/32950928 swapFree=44388816/67111528
[pid=16613] ppid=16611 vsize=94756 CPUtime=1002.29 cores=4,6
/proc/16613/stat : 16613 (lr_gl_shr) R 16611 16613 15673 0 -1 4202496 54062 0 0 0 100219 10 0 0 25 0 1 0 608760301 97030144 20402 33554432000 4194304 4300056 140735910060320 18446744073709551615 4256656 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/16613/statm: 23689 20402 247 26 0 20321 0
Current children cumulated CPU time (s) 1002.29
Current children cumulated vsize (KiB) 94756

[startup+1062.3 s]
/proc/loadavg: 4.18 4.06 3.91 5/398 16724
/proc/meminfo: memFree=28023956/32950928 swapFree=44388816/67111528
[pid=16613] ppid=16611 vsize=94756 CPUtime=1062.29 cores=4,6
/proc/16613/stat : 16613 (lr_gl_shr) R 16611 16613 15673 0 -1 4202496 61977 0 0 0 106218 11 0 0 25 0 1 0 608760301 97030144 20402 33554432000 4194304 4300056 140735910060320 18446744073709551615 4256319 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/16613/statm: 23689 20402 247 26 0 20321 0
Current children cumulated CPU time (s) 1062.29
Current children cumulated vsize (KiB) 94756

[startup+1122.3 s]
/proc/loadavg: 4.06 4.05 3.91 5/398 16726
/proc/meminfo: memFree=27968728/32950928 swapFree=44388816/67111528
[pid=16613] ppid=16611 vsize=94756 CPUtime=1122.29 cores=4,6
/proc/16613/stat : 16613 (lr_gl_shr) R 16611 16613 15673 0 -1 4202496 61977 0 0 0 112218 11 0 0 25 0 1 0 608760301 97030144 20402 33554432000 4194304 4300056 140735910060320 18446744073709551615 4256506 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/16613/statm: 23689 20402 247 26 0 20321 0
Current children cumulated CPU time (s) 1122.29
Current children cumulated vsize (KiB) 94756

[startup+1182.3 s]
/proc/loadavg: 4.02 4.04 3.91 5/398 16728
/proc/meminfo: memFree=27992376/32950928 swapFree=44388816/67111528
[pid=16613] ppid=16611 vsize=94756 CPUtime=1182.29 cores=4,6
/proc/16613/stat : 16613 (lr_gl_shr) R 16611 16613 15673 0 -1 4202496 61977 0 0 0 118218 11 0 0 25 0 1 0 608760301 97030144 20402 33554432000 4194304 4300056 140735910060320 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/16613/statm: 23689 20402 247 26 0 20321 0
Current children cumulated CPU time (s) 1182.29
Current children cumulated vsize (KiB) 94756

[startup+1242.3 s]
/proc/loadavg: 4.07 4.04 3.92 5/398 16729
/proc/meminfo: memFree=27996920/32950928 swapFree=44388816/67111528
[pid=16613] ppid=16611 vsize=94756 CPUtime=1242.3 cores=4,6
/proc/16613/stat : 16613 (lr_gl_shr) R 16611 16613 15673 0 -1 4202496 61977 0 0 0 124219 11 0 0 25 0 1 0 608760301 97030144 20402 33554432000 4194304 4300056 140735910060320 18446744073709551615 4256548 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/16613/statm: 23689 20402 247 26 0 20321 0
Current children cumulated CPU time (s) 1242.3
Current children cumulated vsize (KiB) 94756



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.02 4.03 3.92 5/398 16731
/proc/meminfo: memFree=28001212/32950928 swapFree=44388816/67111528
[pid=16613] ppid=16611 vsize=94756 CPUtime=1300.01 cores=4,6
/proc/16613/stat : 16613 (lr_gl_shr) R 16611 16613 15673 0 -1 4202496 69639 0 0 0 129989 12 0 0 25 0 1 0 608760301 97030144 20402 33554432000 4194304 4300056 140735910060320 18446744073709551615 4256264 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/16613/statm: 23689 20402 247 26 0 20321 0
Current children cumulated CPU time (s) 1300.01
Current children cumulated vsize (KiB) 94756

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.02
CPU user time (s): 1299.89
CPU system time (s): 0.13098
CPU usage (%): 100
Max. virtual memory (cumulated for all children) (KiB): 144076

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

runsolver used 4.74928 second user time and 11.8152 second system time

The end

Launcher Data

Begin job on node126 at 2011-05-09 22:06:56
IDJOB=3350203
IDBENCH=83108
IDSOLVER=1815
FILE ID=node126/3350203-1304971616
RUNJOBID= node126-1304971322-16399
PBS_JOBID= 13285624
Free space on /tmp= 50712 MiB

SOLVER NAME= minisat hack: LR_GL_NOSHR 2011-03-02
BENCH NAME= SAT11/application/fuhs/slp-synthesis-AES/slp-synthesis-aes-bottom15.cnf
COMMAND LINE= HOME/lr_gl_shr BENCHNAME -verb=0 -model -no-shrinking 
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3350203-1304971616/watcher-3350203-1304971616 -o /tmp/evaluation-result-3350203-1304971616/solver-3350203-1304971616 -C 2400 -W 1300 -M 7680  HOME/lr_gl_shr HOME/instance-3350203-1304971616.cnf -verb=0 -model -no-shrinking 

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

MD5SUM BENCH= 1f0914c6141fdba914b73575a12b918a
RANDOM SEED=1085655868

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      27846252 kB
Buffers:        145232 kB
Cached:        1281272 kB
SwapCached:      92124 kB
Active:         879788 kB
Inactive:      4005404 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      27846252 kB
SwapTotal:    67111528 kB
SwapFree:     44388816 kB
Dirty:            1988 kB
Writeback:           0 kB
AnonPages:     3379064 kB
Mapped:          15852 kB
Slab:            76252 kB
PageTables:      76724 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 88713080 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= 50740 MiB
End job on node126 at 2011-05-09 22:28:38