Trace number 3349908

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

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom20.cnf
MD5SUM9851f8e63efc4505343bf50c1cf30646
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 variables44362
Number of clauses148436
Sum of the clauses size378642
Maximum clause length1419
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 276003
Number of clauses of size 371663
Number of clauses of size 4209
Number of clauses of size 518
Number of clauses of size over 5542

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

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: 3.96 2.80 2.40 5/326 29550
/proc/meminfo: memFree=24999332/32951124 swapFree=59305740/67111528
[pid=29550] ppid=29548 vsize=25252 CPUtime=0 cores=0,2
/proc/29550/stat : 29550 (lr_gl_shr) R 29548 29550 28902 0 -1 4202496 1607 0 0 0 0 0 0 0 25 0 1 0 687383329 25858048 1496 33554432000 4194304 4300056 140733674757488 18446744073709551615 4255856 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/29550/statm: 6313 1496 222 26 0 2945 0

[startup+0.086948 s]
/proc/loadavg: 3.96 2.80 2.40 5/326 29550
/proc/meminfo: memFree=24999332/32951124 swapFree=59305740/67111528
[pid=29550] ppid=29548 vsize=32328 CPUtime=0.07 cores=0,2
/proc/29550/stat : 29550 (lr_gl_shr) R 29548 29550 28902 0 -1 4202496 4187 0 0 0 7 0 0 0 25 0 1 0 687383329 33103872 3756 33554432000 4194304 4300056 140733674757488 18446744073709551615 252457726661 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/29550/statm: 8082 3757 222 26 0 4714 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 32328

[startup+0.100947 s]
/proc/loadavg: 3.96 2.80 2.40 5/326 29550
/proc/meminfo: memFree=24999332/32951124 swapFree=59305740/67111528
[pid=29550] ppid=29548 vsize=32428 CPUtime=0.08 cores=0,2
/proc/29550/stat : 29550 (lr_gl_shr) R 29548 29550 28902 0 -1 4202496 4631 0 0 0 8 0 0 0 25 0 1 0 687383329 33206272 4051 33554432000 4194304 4300056 140733674757488 18446744073709551615 4230564 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/29550/statm: 8107 4051 226 26 0 4739 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 32428

[startup+0.300911 s]
/proc/loadavg: 3.96 2.80 2.40 5/326 29550
/proc/meminfo: memFree=24999332/32951124 swapFree=59305740/67111528
[pid=29550] ppid=29548 vsize=37768 CPUtime=0.29 cores=0,2
/proc/29550/stat : 29550 (lr_gl_shr) R 29548 29550 28902 0 -1 4202496 7258 0 0 0 28 1 0 0 25 0 1 0 687383329 38674432 5392 33554432000 4194304 4300056 140733674757488 18446744073709551615 4232790 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/29550/statm: 9442 5392 228 26 0 6074 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 37768

[startup+0.700822 s]
/proc/loadavg: 3.96 2.80 2.40 5/326 29550
/proc/meminfo: memFree=24999332/32951124 swapFree=59305740/67111528
[pid=29550] ppid=29548 vsize=33760 CPUtime=0.69 cores=0,2
/proc/29550/stat : 29550 (lr_gl_shr) R 29548 29550 28902 0 -1 4202496 7930 0 0 0 68 1 0 0 25 0 1 0 687383329 34570240 4709 33554432000 4194304 4300056 140733674757488 18446744073709551615 4256570 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/29550/statm: 8440 4709 245 26 0 5072 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 33760

[startup+1.50068 s]
/proc/loadavg: 3.96 2.80 2.40 5/327 29551
/proc/meminfo: memFree=24978500/32951124 swapFree=59305740/67111528
[pid=29550] ppid=29548 vsize=38116 CPUtime=1.49 cores=0,2
/proc/29550/stat : 29550 (lr_gl_shr) R 29548 29550 28902 0 -1 4202496 8301 0 0 0 148 1 0 0 25 0 1 0 687383329 39030784 5073 33554432000 4194304 4300056 140733674757488 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/29550/statm: 9529 5073 246 26 0 6161 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 38116

[startup+3.10038 s]
/proc/loadavg: 3.96 2.82 2.41 5/327 29578
/proc/meminfo: memFree=25095616/32951124 swapFree=59305740/67111528
[pid=29550] ppid=29548 vsize=38300 CPUtime=3.08 cores=0,2
/proc/29550/stat : 29550 (lr_gl_shr) R 29548 29550 28902 0 -1 4202496 9233 0 0 0 307 1 0 0 25 0 1 0 687383329 39219200 5989 33554432000 4194304 4300056 140733674757488 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/29550/statm: 9575 5989 246 26 0 6207 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 38300

[startup+6.3008 s]
/proc/loadavg: 3.96 2.82 2.41 5/327 29578
/proc/meminfo: memFree=25073540/32951124 swapFree=59305740/67111528
[pid=29550] ppid=29548 vsize=56976 CPUtime=6.29 cores=0,2
/proc/29550/stat : 29550 (lr_gl_shr) R 29548 29550 28902 0 -1 4202496 12502 0 0 0 627 2 0 0 25 0 1 0 687383329 58343424 9226 33554432000 4194304 4300056 140733674757488 18446744073709551615 4256231 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/29550/statm: 14244 9226 246 26 0 10876 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 56976

[startup+12.7006 s]
/proc/loadavg: 3.97 2.86 2.43 5/327 29578
/proc/meminfo: memFree=25027476/32951124 swapFree=59305740/67111528
[pid=29550] ppid=29548 vsize=68652 CPUtime=12.69 cores=0,2
/proc/29550/stat : 29550 (lr_gl_shr) R 29548 29550 28902 0 -1 4202496 15420 0 0 0 1266 3 0 0 25 0 1 0 687383329 70299648 12107 33554432000 4194304 4300056 140733674757488 18446744073709551615 4256319 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/29550/statm: 17163 12107 246 26 0 13795 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 68652

[startup+25.5012 s]
/proc/loadavg: 3.97 2.89 2.44 5/327 29578
/proc/meminfo: memFree=24998948/32951124 swapFree=59305740/67111528
[pid=29550] ppid=29548 vsize=61984 CPUtime=25.48 cores=0,2
/proc/29550/stat : 29550 (lr_gl_shr) R 29548 29550 28902 0 -1 4202496 22735 0 0 0 2544 4 0 0 25 0 1 0 687383329 63471616 10280 33554432000 4194304 4300056 140733674757488 18446744073709551615 4256057 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/29550/statm: 15496 10280 246 26 0 12128 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 61984

[startup+51.1004 s]
/proc/loadavg: 3.98 2.98 2.48 5/327 29579
/proc/meminfo: memFree=25011492/32951124 swapFree=59305740/67111528
[pid=29550] ppid=29548 vsize=58616 CPUtime=51.09 cores=0,2
/proc/29550/stat : 29550 (lr_gl_shr) R 29548 29550 28902 0 -1 4202496 34225 0 0 0 5101 8 0 0 25 0 1 0 687383329 60022784 10391 33554432000 4194304 4300056 140733674757488 18446744073709551615 4262499 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/29550/statm: 14654 10391 246 26 0 11286 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 58616

[startup+102.312 s]
/proc/loadavg: 4.12 3.18 2.58 5/327 29580
/proc/meminfo: memFree=24983072/32951124 swapFree=59305740/67111528
[pid=29550] ppid=29548 vsize=101508 CPUtime=102.3 cores=0,2
/proc/29550/stat : 29550 (lr_gl_shr) R 29548 29550 28902 0 -1 4202496 57667 0 0 0 10215 15 0 0 25 0 1 0 687383329 103944192 18214 33554432000 4194304 4300056 140733674757488 18446744073709551615 4256049 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/29550/statm: 25377 18214 246 26 0 22009 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 101508

[startup+162.301 s]
/proc/loadavg: 4.04 3.33 2.66 5/327 29609
/proc/meminfo: memFree=24982064/32951124 swapFree=59305740/67111528
[pid=29550] ppid=29548 vsize=79556 CPUtime=162.29 cores=0,2
/proc/29550/stat : 29550 (lr_gl_shr) R 29548 29550 28902 0 -1 4202496 84420 0 0 0 16207 22 0 0 25 0 1 0 687383329 81465344 15264 33554432000 4194304 4300056 140733674757488 18446744073709551615 4256264 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/29550/statm: 19889 15264 246 26 0 16521 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 79556

[startup+222.301 s]
/proc/loadavg: 4.06 3.46 2.75 5/327 29611
/proc/meminfo: memFree=24974832/32951124 swapFree=59305740/67111528
[pid=29550] ppid=29548 vsize=110200 CPUtime=222.3 cores=0,2
/proc/29550/stat : 29550 (lr_gl_shr) R 29548 29550 28902 0 -1 4202496 108107 0 0 0 22201 29 0 0 25 0 1 0 687383329 112844800 21529 33554432000 4194304 4300056 140733674757488 18446744073709551615 4256480 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/29550/statm: 27550 21529 246 26 0 24182 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 110200

[startup+282.3 s]
/proc/loadavg: 4.02 3.56 2.83 5/327 29612
/proc/meminfo: memFree=24940088/32951124 swapFree=59305740/67111528
[pid=29550] ppid=29548 vsize=145752 CPUtime=282.3 cores=0,2
/proc/29550/stat : 29550 (lr_gl_shr) R 29548 29550 28902 0 -1 4202496 131725 0 0 0 28195 35 0 0 25 0 1 0 687383329 149250048 28925 33554432000 4194304 4300056 140733674757488 18446744073709551615 4252370 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/29550/statm: 36438 28925 246 26 0 33070 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 145752

[startup+342.301 s]
/proc/loadavg: 4.00 3.64 2.90 5/327 29614
/proc/meminfo: memFree=24818044/32951124 swapFree=59305740/67111528
[pid=29550] ppid=29548 vsize=195840 CPUtime=342.3 cores=0,2
/proc/29550/stat : 29550 (lr_gl_shr) R 29548 29550 28902 0 -1 4202496 156094 0 0 0 34187 43 0 0 25 0 1 0 687383329 200540160 33454 33554432000 4194304 4300056 140733674757488 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/29550/statm: 48960 33454 246 26 0 45592 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 195840

[startup+402.301 s]
/proc/loadavg: 4.07 3.72 2.97 5/327 29615
/proc/meminfo: memFree=24940404/32951124 swapFree=59305740/67111528
[pid=29550] ppid=29548 vsize=102404 CPUtime=402.3 cores=0,2
/proc/29550/stat : 29550 (lr_gl_shr) R 29548 29550 28902 0 -1 4202496 180912 0 0 0 40179 51 0 0 25 0 1 0 687383329 104861696 19941 33554432000 4194304 4300056 140733674757488 18446744073709551615 4263274 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/29550/statm: 25601 19941 246 26 0 22233 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 102404

[startup+462.301 s]
/proc/loadavg: 4.02 3.76 3.03 5/327 29617
/proc/meminfo: memFree=24974112/32951124 swapFree=59305740/67111528
[pid=29550] ppid=29548 vsize=124600 CPUtime=462.3 cores=0,2
/proc/29550/stat : 29550 (lr_gl_shr) R 29548 29550 28902 0 -1 4202496 204085 0 0 0 46173 57 0 0 25 0 1 0 687383329 127590400 24478 33554432000 4194304 4300056 140733674757488 18446744073709551615 4255983 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/29550/statm: 31150 24478 246 26 0 27782 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 124600

[startup+522.301 s]
/proc/loadavg: 4.04 3.82 3.09 5/327 29619
/proc/meminfo: memFree=24856160/32951124 swapFree=59305740/67111528
[pid=29550] ppid=29548 vsize=124600 CPUtime=522.3 cores=0,2
/proc/29550/stat : 29550 (lr_gl_shr) R 29548 29550 28902 0 -1 4202496 227964 0 0 0 52165 65 0 0 25 0 1 0 687383329 127590400 23487 33554432000 4194304 4300056 140733674757488 18446744073709551615 4256040 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/29550/statm: 31150 23487 246 26 0 27782 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 124600

[startup+582.3 s]
/proc/loadavg: 4.05 3.86 3.15 5/327 29620
/proc/meminfo: memFree=24912044/32951124 swapFree=59305740/67111528
[pid=29550] ppid=29548 vsize=128368 CPUtime=582.3 cores=0,2
/proc/29550/stat : 29550 (lr_gl_shr) R 29548 29550 28902 0 -1 4202496 249935 0 0 0 58157 73 0 0 25 0 1 0 687383329 131448832 24653 33554432000 4194304 4300056 140733674757488 18446744073709551615 4256337 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/29550/statm: 32092 24653 246 26 0 28724 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 128368

[startup+642.3 s]
/proc/loadavg: 4.02 3.89 3.20 5/327 29622
/proc/meminfo: memFree=24806124/32951124 swapFree=59305740/67111528
[pid=29550] ppid=29548 vsize=128368 CPUtime=642.32 cores=0,2
/proc/29550/stat : 29550 (lr_gl_shr) R 29548 29550 28902 0 -1 4202496 272393 0 0 0 64151 81 0 0 25 0 1 0 687383329 131448832 27659 33554432000 4194304 4300056 140733674757488 18446744073709551615 4256042 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/29550/statm: 32092 27659 246 26 0 28724 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 128368

[startup+702.301 s]
/proc/loadavg: 4.14 3.94 3.26 5/327 29623
/proc/meminfo: memFree=24895752/32951124 swapFree=59305740/67111528
[pid=29550] ppid=29548 vsize=113496 CPUtime=702.31 cores=0,2
/proc/29550/stat : 29550 (lr_gl_shr) R 29548 29550 28902 0 -1 4202496 292597 0 0 0 70144 87 0 0 25 0 1 0 687383329 116219904 22609 33554432000 4194304 4300056 140733674757488 18446744073709551615 4256060 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/29550/statm: 28374 22609 246 26 0 25006 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 113496

[startup+762.312 s]
/proc/loadavg: 4.11 3.96 3.31 5/327 29625
/proc/meminfo: memFree=24874020/32951124 swapFree=59305740/67111528
[pid=29550] ppid=29548 vsize=213372 CPUtime=762.33 cores=0,2
/proc/29550/stat : 29550 (lr_gl_shr) R 29548 29550 28902 0 -1 4202496 308992 0 0 0 76140 93 0 0 25 0 1 0 687383329 218492928 38816 33554432000 4194304 4300056 140733674757488 18446744073709551615 4256480 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/29550/statm: 53343 38816 246 26 0 49975 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 213372

[startup+822.301 s]
/proc/loadavg: 4.04 3.97 3.35 5/327 29627
/proc/meminfo: memFree=24822780/32951124 swapFree=59305740/67111528
[pid=29550] ppid=29548 vsize=163284 CPUtime=822.31 cores=0,2
/proc/29550/stat : 29550 (lr_gl_shr) R 29548 29550 28902 0 -1 4202496 330716 0 0 0 82131 100 0 0 25 0 1 0 687383329 167202816 35326 33554432000 4194304 4300056 140733674757488 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/29550/statm: 40821 35326 246 26 0 37453 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 163284

[startup+882.301 s]
/proc/loadavg: 4.01 3.97 3.39 5/327 29628
/proc/meminfo: memFree=24893796/32951124 swapFree=59305740/67111528
[pid=29550] ppid=29548 vsize=173640 CPUtime=882.32 cores=0,2
/proc/29550/stat : 29550 (lr_gl_shr) R 29548 29550 28902 0 -1 4202496 359335 0 0 0 88125 107 0 0 25 0 1 0 687383329 177807360 33528 33554432000 4194304 4300056 140733674757488 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/29550/statm: 43410 33528 246 26 0 40042 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 173640

[startup+942.3 s]
/proc/loadavg: 4.04 3.99 3.43 5/327 29630
/proc/meminfo: memFree=24841196/32951124 swapFree=59305740/67111528
[pid=29550] ppid=29548 vsize=142820 CPUtime=942.32 cores=0,2
/proc/29550/stat : 29550 (lr_gl_shr) R 29548 29550 28902 0 -1 4202496 379321 0 0 0 94120 112 0 0 25 0 1 0 687383329 146247680 27311 33554432000 4194304 4300056 140733674757488 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/29550/statm: 35705 27311 246 26 0 32337 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 142820

[startup+1002.3 s]
/proc/loadavg: 4.06 4.00 3.47 5/327 29631
/proc/meminfo: memFree=24738376/32951124 swapFree=59305740/67111528
[pid=29550] ppid=29548 vsize=142820 CPUtime=1002.33 cores=0,2
/proc/29550/stat : 29550 (lr_gl_shr) R 29548 29550 28902 0 -1 4202496 401724 0 0 0 100115 118 0 0 25 0 1 0 687383329 146247680 27378 33554432000 4194304 4300056 140733674757488 18446744073709551615 4263252 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/29550/statm: 35705 27378 246 26 0 32337 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 142820

[startup+1062.3 s]
/proc/loadavg: 4.08 4.01 3.50 5/327 29633
/proc/meminfo: memFree=24720484/32951124 swapFree=59305740/67111528
[pid=29550] ppid=29548 vsize=104996 CPUtime=1062.32 cores=0,2
/proc/29550/stat : 29550 (lr_gl_shr) R 29548 29550 28902 0 -1 4202496 424906 0 0 0 106106 126 0 0 25 0 1 0 687383329 107515904 22495 33554432000 4194304 4300056 140733674757488 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/29550/statm: 26249 22495 246 26 0 22881 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 104996

[startup+1122.3 s]
/proc/loadavg: 4.03 4.01 3.53 5/327 29635
/proc/meminfo: memFree=24815304/32951124 swapFree=59305740/67111528
[pid=29550] ppid=29548 vsize=223728 CPUtime=1122.33 cores=0,2
/proc/29550/stat : 29550 (lr_gl_shr) R 29548 29550 28902 0 -1 4202496 444561 0 0 0 112101 132 0 0 25 0 1 0 687383329 229097472 41912 33554432000 4194304 4300056 140733674757488 18446744073709551615 4256022 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/29550/statm: 55932 41912 246 26 0 52564 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 223728

[startup+1182.3 s]
/proc/loadavg: 4.01 4.00 3.56 5/327 29636
/proc/meminfo: memFree=24669324/32951124 swapFree=59305740/67111528
[pid=29550] ppid=29548 vsize=179816 CPUtime=1182.33 cores=0,2
/proc/29550/stat : 29550 (lr_gl_shr) R 29548 29550 28902 0 -1 4202496 470779 0 0 0 118094 139 0 0 25 0 1 0 687383329 184131584 37951 33554432000 4194304 4300056 140733674757488 18446744073709551615 4256319 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/29550/statm: 44954 37951 246 26 0 41586 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 179816

[startup+1242.3 s]
/proc/loadavg: 4.00 4.00 3.58 5/327 29638
/proc/meminfo: memFree=24786852/32951124 swapFree=59305740/67111528
[pid=29550] ppid=29548 vsize=148996 CPUtime=1242.33 cores=0,2
/proc/29550/stat : 29550 (lr_gl_shr) R 29548 29550 28902 0 -1 4202496 491384 0 0 0 124089 144 0 0 25 0 1 0 687383329 152571904 30707 33554432000 4194304 4300056 140733674757488 18446744073709551615 4256480 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/29550/statm: 37249 30707 246 26 0 33881 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 148996



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.81 3.96 3.59 4/321 29657
/proc/meminfo: memFree=24987304/32951124 swapFree=59305740/67111528
[pid=29550] ppid=29548 vsize=102788 CPUtime=1300.04 cores=0,2
/proc/29550/stat : 29550 (lr_gl_shr) R 29548 29550 28902 0 -1 4202496 509026 0 0 0 129855 149 0 0 25 0 1 0 687383329 105254912 21713 33554432000 4194304 4300056 140733674757488 18446744073709551615 4256553 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/29550/statm: 25697 21713 246 26 0 22329 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 102788

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.06
CPU user time (s): 1298.56
CPU system time (s): 1.50177
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 229904

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1298.56
system time used= 1.50177
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 509028
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5
involuntary context switches= 2928

runsolver used 4.10538 second user time and 8.91964 second system time

The end

Launcher Data

Begin job on node111 at 2011-05-09 22:05:29
IDJOB=3349908
IDBENCH=83110
IDSOLVER=1814
FILE ID=node111/3349908-1304971528
RUNJOBID= node111-1304971268-29420
PBS_JOBID= 13285639
Free space on /tmp= 51632 MiB

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

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

MD5SUM BENCH= 9851f8e63efc4505343bf50c1cf30646
RANDOM SEED=1122383314

node111.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.849
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.69
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.849
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	: 5428.12
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.849
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.849
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.849
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.849
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.83
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.849
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.67
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.849
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:      24999488 kB
Buffers:        141948 kB
Cached:        4242108 kB
SwapCached:      13448 kB
Active:         757496 kB
Inactive:      7000848 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24999488 kB
SwapTotal:    67111528 kB
SwapFree:     59305740 kB
Dirty:            7824 kB
Writeback:           0 kB
AnonPages:     3370120 kB
Mapped:          13264 kB
Slab:            91220 kB
PageTables:      37716 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 53812264 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= 51664 MiB
End job on node111 at 2011-05-09 22:27:11