Trace number 3440007

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
minisat hack: LR_GL_SHR 2011-03-02? (TO) 5000.1 4999.93

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-top22.cnf
MD5SUMe822739302a2d834ec9ddfe9fbd0caa2
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 variables55875
Number of clauses177646
Sum of the clauses size434144
Maximum clause length2255
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2108197
Number of clauses of size 368250
Number of clauses of size 4252
Number of clauses of size 520
Number of clauses of size over 5926

Solver Data


Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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

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

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 0.94 1.44 1.76 2/464 25617
/proc/meminfo: memFree=8831820/32951124 swapFree=56297244/67111528
[pid=25617] ppid=25615 vsize=26916 CPUtime=0 cores=0,2,4,6
/proc/25617/stat : 25617 (lr_gl_shr) R 25615 25617 23345 0 -1 4202496 1942 0 0 0 0 0 0 0 22 0 1 0 881685323 27561984 1823 33554432000 4194304 4300056 140734044576336 18446744073709551615 252457726661 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/25617/statm: 6729 1824 222 26 0 3361 0

[startup+0.0273 s]
/proc/loadavg: 0.94 1.44 1.76 2/464 25617
/proc/meminfo: memFree=8831820/32951124 swapFree=56297244/67111528
[pid=25617] ppid=25615 vsize=28640 CPUtime=0.02 cores=0,2,4,6
/proc/25617/stat : 25617 (lr_gl_shr) R 25615 25617 23345 0 -1 4202496 2533 0 0 0 2 0 0 0 22 0 1 0 881685323 29327360 2385 33554432000 4194304 4300056 140734044576336 18446744073709551615 252457726661 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/25617/statm: 7160 2385 222 26 0 3792 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 28640

[startup+0.100319 s]
/proc/loadavg: 0.94 1.44 1.76 2/464 25617
/proc/meminfo: memFree=8831820/32951124 swapFree=56297244/67111528
[pid=25617] ppid=25615 vsize=35120 CPUtime=0.09 cores=0,2,4,6
/proc/25617/stat : 25617 (lr_gl_shr) R 25615 25617 23345 0 -1 4202496 5419 0 0 0 9 0 0 0 22 0 1 0 881685323 35962880 4809 33554432000 4194304 4300056 140734044576336 18446744073709551615 4215888 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/25617/statm: 8780 4809 225 26 0 5412 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 35120

[startup+0.300277 s]
/proc/loadavg: 0.94 1.44 1.76 2/464 25617
/proc/meminfo: memFree=8831820/32951124 swapFree=56297244/67111528
[pid=25617] ppid=25615 vsize=41256 CPUtime=0.29 cores=0,2,4,6
/proc/25617/stat : 25617 (lr_gl_shr) R 25615 25617 23345 0 -1 4202496 8376 0 0 0 28 1 0 0 23 0 1 0 881685323 42246144 6361 33554432000 4194304 4300056 140734044576336 18446744073709551615 4232843 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/25617/statm: 10314 6361 228 26 0 6946 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 41256

[startup+0.700202 s]
/proc/loadavg: 0.94 1.44 1.76 2/464 25617
/proc/meminfo: memFree=8831820/32951124 swapFree=56297244/67111528
[pid=25617] ppid=25615 vsize=36808 CPUtime=0.69 cores=0,2,4,6
/proc/25617/stat : 25617 (lr_gl_shr) R 25615 25617 23345 0 -1 4202496 9105 0 0 0 68 1 0 0 25 0 1 0 881685323 37691392 5504 33554432000 4194304 4300056 140734044576336 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/25617/statm: 9202 5504 247 26 0 5834 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 36808

[startup+1.50103 s]
/proc/loadavg: 0.94 1.44 1.76 3/470 25624
/proc/meminfo: memFree=8785024/32951124 swapFree=56297244/67111528
[pid=25617] ppid=25615 vsize=41160 CPUtime=1.49 cores=0,2,4,6
/proc/25617/stat : 25617 (lr_gl_shr) R 25615 25617 23345 0 -1 4202496 9254 0 0 0 148 1 0 0 25 0 1 0 881685323 42147840 5646 33554432000 4194304 4300056 140734044576336 18446744073709551615 4256008 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/25617/statm: 10290 5646 249 26 0 6922 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 41160

[startup+3.10076 s]
/proc/loadavg: 0.94 1.44 1.76 3/470 25624
/proc/meminfo: memFree=8781436/32951124 swapFree=56297244/67111528
[pid=25617] ppid=25615 vsize=41160 CPUtime=3.09 cores=0,2,4,6
/proc/25617/stat : 25617 (lr_gl_shr) R 25615 25617 23345 0 -1 4202496 9571 0 0 0 308 1 0 0 25 0 1 0 881685323 42147840 5948 33554432000 4194304 4300056 140734044576336 18446744073709551615 4256327 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/25617/statm: 10290 5948 249 26 0 6922 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 41160

[startup+6.30116 s]
/proc/loadavg: 1.02 1.45 1.76 3/470 25624
/proc/meminfo: memFree=8776332/32951124 swapFree=56297244/67111528
[pid=25617] ppid=25615 vsize=41668 CPUtime=6.3 cores=0,2,4,6
/proc/25617/stat : 25617 (lr_gl_shr) R 25615 25617 23345 0 -1 4202496 10276 0 0 0 628 2 0 0 25 0 1 0 881685323 42668032 6628 33554432000 4194304 4300056 140734044576336 18446744073709551615 4263248 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/25617/statm: 10417 6628 249 26 0 7049 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 41668

[startup+12.701 s]
/proc/loadavg: 1.10 1.46 1.76 3/470 25624
/proc/meminfo: memFree=8752016/32951124 swapFree=56297244/67111528
[pid=25617] ppid=25615 vsize=53872 CPUtime=12.69 cores=0,2,4,6
/proc/25617/stat : 25617 (lr_gl_shr) R 25615 25617 23345 0 -1 4202496 13058 0 0 0 1267 2 0 0 25 0 1 0 881685323 55164928 9368 33554432000 4194304 4300056 140734044576336 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/25617/statm: 13468 9368 249 26 0 10100 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 53872

[startup+25.5006 s]
/proc/loadavg: 1.30 1.49 1.77 3/470 25624
/proc/meminfo: memFree=8741872/32951124 swapFree=56297244/67111528
[pid=25617] ppid=25615 vsize=61052 CPUtime=25.49 cores=0,2,4,6
/proc/25617/stat : 25617 (lr_gl_shr) R 25615 25617 23345 0 -1 4202496 14247 0 0 0 2546 3 0 0 25 0 1 0 881685323 62517248 10519 33554432000 4194304 4300056 140734044576336 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/25617/statm: 15263 10519 249 26 0 11895 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 61052

[startup+51.1008 s]
/proc/loadavg: 1.54 1.53 1.77 3/470 25625
/proc/meminfo: memFree=8754920/32951124 swapFree=56297244/67111528
[pid=25617] ppid=25615 vsize=53480 CPUtime=51.09 cores=0,2,4,6
/proc/25617/stat : 25617 (lr_gl_shr) R 25615 25617 23345 0 -1 4202496 17640 0 0 0 5105 4 0 0 25 0 1 0 881685323 54763520 9384 33554432000 4194304 4300056 140734044576336 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/25617/statm: 13370 9384 249 26 0 10002 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 53480

[startup+102.318 s]
/proc/loadavg: 1.80 1.60 1.78 3/470 25626
/proc/meminfo: memFree=8694368/32951124 swapFree=56297244/67111528
[pid=25617] ppid=25615 vsize=81072 CPUtime=102.32 cores=0,2,4,6
/proc/25617/stat : 25617 (lr_gl_shr) R 25615 25617 23345 0 -1 4202496 28161 0 0 0 10226 6 0 0 25 0 1 0 881685323 83017728 14930 33554432000 4194304 4300056 140734044576336 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/25617/statm: 20268 14930 249 26 0 16900 0
Current children cumulated CPU time (s) 102.32
Current children cumulated vsize (KiB) 81072

[startup+162.301 s]
/proc/loadavg: 1.92 1.67 1.79 3/470 25628
/proc/meminfo: memFree=8680436/32951124 swapFree=56297244/67111528
[pid=25617] ppid=25615 vsize=111424 CPUtime=162.3 cores=0,2,4,6
/proc/25617/stat : 25617 (lr_gl_shr) R 25615 25617 23345 0 -1 4202496 31021 0 0 0 16223 7 0 0 25 0 1 0 881685323 114098176 17702 33554432000 4194304 4300056 140734044576336 18446744073709551615 4256570 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/25617/statm: 27856 17702 249 26 0 24488 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 111424

[startup+222.301 s]
/proc/loadavg: 1.97 1.73 1.81 3/470 25629
/proc/meminfo: memFree=8679636/32951124 swapFree=56297244/67111528
[pid=25617] ppid=25615 vsize=111424 CPUtime=222.3 cores=0,2,4,6
/proc/25617/stat : 25617 (lr_gl_shr) R 25615 25617 23345 0 -1 4202496 31405 0 0 0 22223 7 0 0 25 0 1 0 881685323 114098176 18072 33554432000 4194304 4300056 140734044576336 18446744073709551615 4256548 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/25617/statm: 27856 18072 249 26 0 24488 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 111424

[startup+282.301 s]
/proc/loadavg: 1.99 1.77 1.82 3/470 25631
/proc/meminfo: memFree=8678716/32951124 swapFree=56297244/67111528
[pid=25617] ppid=25615 vsize=111424 CPUtime=282.3 cores=0,2,4,6
/proc/25617/stat : 25617 (lr_gl_shr) R 25615 25617 23345 0 -1 4202496 31678 0 0 0 28222 8 0 0 25 0 1 0 881685323 114098176 18335 33554432000 4194304 4300056 140734044576336 18446744073709551615 4256008 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/25617/statm: 27856 18335 249 26 0 24488 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 111424

[startup+342.301 s]
/proc/loadavg: 1.99 1.81 1.82 3/470 25633
/proc/meminfo: memFree=8672848/32951124 swapFree=56297244/67111528
[pid=25617] ppid=25615 vsize=111424 CPUtime=342.31 cores=0,2,4,6
/proc/25617/stat : 25617 (lr_gl_shr) R 25615 25617 23345 0 -1 4202496 31887 0 0 0 34223 8 0 0 25 0 1 0 881685323 114098176 18535 33554432000 4194304 4300056 140734044576336 18446744073709551615 4256570 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/25617/statm: 27856 18535 249 26 0 24488 0
Current children cumulated CPU time (s) 342.31
Current children cumulated vsize (KiB) 111424

[startup+402.3 s]
/proc/loadavg: 2.09 1.87 1.84 3/470 25634
/proc/meminfo: memFree=8672920/32951124 swapFree=56297244/67111528
[pid=25617] ppid=25615 vsize=111424 CPUtime=402.31 cores=0,2,4,6
/proc/25617/stat : 25617 (lr_gl_shr) R 25615 25617 23345 0 -1 4202496 31888 0 0 0 40223 8 0 0 25 0 1 0 881685323 114098176 18536 33554432000 4194304 4300056 140734044576336 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/25617/statm: 27856 18536 249 26 0 24488 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 111424

[startup+462.3 s]
/proc/loadavg: 2.17 1.94 1.86 3/470 25636
/proc/meminfo: memFree=8670516/32951124 swapFree=56297244/67111528
[pid=25617] ppid=25615 vsize=111424 CPUtime=462.31 cores=0,2,4,6
/proc/25617/stat : 25617 (lr_gl_shr) R 25615 25617 23345 0 -1 4202496 32523 0 0 0 46223 8 0 0 25 0 1 0 881685323 114098176 19149 33554432000 4194304 4300056 140734044576336 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/25617/statm: 27856 19149 249 26 0 24488 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 111424

[startup+522.301 s]
/proc/loadavg: 2.10 1.96 1.87 3/470 25637
/proc/meminfo: memFree=8670352/32951124 swapFree=56297244/67111528
[pid=25617] ppid=25615 vsize=111424 CPUtime=522.31 cores=0,2,4,6
/proc/25617/stat : 25617 (lr_gl_shr) R 25615 25617 23345 0 -1 4202496 32524 0 0 0 52223 8 0 0 25 0 1 0 881685323 114098176 19150 33554432000 4194304 4300056 140734044576336 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/25617/statm: 27856 19150 249 26 0 24488 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 111424

[startup+582.301 s]
/proc/loadavg: 2.04 1.97 1.88 3/470 25639
/proc/meminfo: memFree=8670188/32951124 swapFree=56297244/67111528
[pid=25617] ppid=25615 vsize=111424 CPUtime=582.31 cores=0,2,4,6
/proc/25617/stat : 25617 (lr_gl_shr) R 25615 25617 23345 0 -1 4202496 32525 0 0 0 58223 8 0 0 25 0 1 0 881685323 114098176 19151 33554432000 4194304 4300056 140734044576336 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/25617/statm: 27856 19151 249 26 0 24488 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 111424

[startup+642.301 s]

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

[startup+4062.32 s]
/proc/loadavg: 2.00 2.01 2.00 3/470 25897
/proc/meminfo: memFree=24600360/32951124 swapFree=56297244/67111528
[pid=25617] ppid=25615 vsize=124056 CPUtime=4062.45 cores=0,2,4,6
/proc/25617/stat : 25617 (lr_gl_shr) R 25615 25617 23345 0 -1 4202496 241662 0 0 0 406199 46 0 0 25 0 1 0 881685323 127033344 27446 33554432000 4194304 4300056 140734044576336 18446744073709551615 4255961 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/25617/statm: 31014 27446 249 26 0 27646 0
Current children cumulated CPU time (s) 4062.45
Current children cumulated vsize (KiB) 124056

[startup+4122.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/470 25898
/proc/meminfo: memFree=24562128/32951124 swapFree=56297244/67111528
[pid=25617] ppid=25615 vsize=124056 CPUtime=4122.43 cores=0,2,4,6
/proc/25617/stat : 25617 (lr_gl_shr) R 25615 25617 23345 0 -1 4202496 241662 0 0 0 412197 46 0 0 25 0 1 0 881685323 127033344 27446 33554432000 4194304 4300056 140734044576336 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/25617/statm: 31014 27446 249 26 0 27646 0
Current children cumulated CPU time (s) 4122.43
Current children cumulated vsize (KiB) 124056

[startup+4182.3 s]
/proc/loadavg: 2.25 2.06 2.02 3/470 25900
/proc/meminfo: memFree=24565444/32951124 swapFree=56297244/67111528
[pid=25617] ppid=25615 vsize=173376 CPUtime=4182.43 cores=0,2,4,6
/proc/25617/stat : 25617 (lr_gl_shr) R 25615 25617 23345 0 -1 4202496 250736 0 0 0 418196 47 0 0 25 0 1 0 881685323 177537024 36452 33554432000 4194304 4300056 140734044576336 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/25617/statm: 43344 36452 249 26 0 39976 0
Current children cumulated CPU time (s) 4182.43
Current children cumulated vsize (KiB) 173376

[startup+4242.3 s]
/proc/loadavg: 2.20 2.08 2.02 3/470 25902
/proc/meminfo: memFree=24600256/32951124 swapFree=56297244/67111528
[pid=25617] ppid=25615 vsize=124056 CPUtime=4242.44 cores=0,2,4,6
/proc/25617/stat : 25617 (lr_gl_shr) R 25615 25617 23345 0 -1 4202496 251657 0 0 0 424196 48 0 0 25 0 1 0 881685323 127033344 27446 33554432000 4194304 4300056 140734044576336 18446744073709551615 4256241 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/25617/statm: 31014 27446 249 26 0 27646 0
Current children cumulated CPU time (s) 4242.44
Current children cumulated vsize (KiB) 124056

[startup+4302.3 s]
/proc/loadavg: 2.07 2.06 2.02 3/470 25903
/proc/meminfo: memFree=24566240/32951124 swapFree=56297244/67111528
[pid=25617] ppid=25615 vsize=124056 CPUtime=4302.44 cores=0,2,4,6
/proc/25617/stat : 25617 (lr_gl_shr) R 25615 25617 23345 0 -1 4202496 251657 0 0 0 430196 48 0 0 25 0 1 0 881685323 127033344 27446 33554432000 4194304 4300056 140734044576336 18446744073709551615 4256049 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/25617/statm: 31014 27446 249 26 0 27646 0
Current children cumulated CPU time (s) 4302.44
Current children cumulated vsize (KiB) 124056

[startup+4362.3 s]
/proc/loadavg: 2.02 2.05 2.01 3/470 25914
/proc/meminfo: memFree=24522676/32951124 swapFree=56297244/67111528
[pid=25617] ppid=25615 vsize=173376 CPUtime=4362.44 cores=0,2,4,6
/proc/25617/stat : 25617 (lr_gl_shr) R 25615 25617 23345 0 -1 4202496 260874 0 0 0 436194 50 0 0 25 0 1 0 881685323 177537024 36600 33554432000 4194304 4300056 140734044576336 18446744073709551615 4255961 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/25617/statm: 43344 36600 249 26 0 39976 0
Current children cumulated CPU time (s) 4362.44
Current children cumulated vsize (KiB) 173376

[startup+4422.3 s]
/proc/loadavg: 2.01 2.04 2.01 3/470 25915
/proc/meminfo: memFree=24600152/32951124 swapFree=56297244/67111528
[pid=25617] ppid=25615 vsize=124056 CPUtime=4422.44 cores=0,2,4,6
/proc/25617/stat : 25617 (lr_gl_shr) R 25615 25617 23345 0 -1 4202496 262863 0 0 0 442193 51 0 0 25 0 1 0 881685323 127033344 27446 33554432000 4194304 4300056 140734044576336 18446744073709551615 4256419 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/25617/statm: 31014 27446 249 26 0 27646 0
Current children cumulated CPU time (s) 4422.44
Current children cumulated vsize (KiB) 124056

[startup+4482.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/470 25917
/proc/meminfo: memFree=24600004/32951124 swapFree=56297244/67111528
[pid=25617] ppid=25615 vsize=124056 CPUtime=4482.44 cores=0,2,4,6
/proc/25617/stat : 25617 (lr_gl_shr) R 25615 25617 23345 0 -1 4202496 262863 0 0 0 448193 51 0 0 25 0 1 0 881685323 127033344 27446 33554432000 4194304 4300056 140734044576336 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/25617/statm: 31014 27446 249 26 0 27646 0
Current children cumulated CPU time (s) 4482.44
Current children cumulated vsize (KiB) 124056

[startup+4542.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/470 25919
/proc/meminfo: memFree=24529172/32951124 swapFree=56297244/67111528
[pid=25617] ppid=25615 vsize=173376 CPUtime=4542.44 cores=0,2,4,6
/proc/25617/stat : 25617 (lr_gl_shr) R 25615 25617 23345 0 -1 4202496 271025 0 0 0 454193 51 0 0 25 0 1 0 881685323 177537024 35596 33554432000 4194304 4300056 140734044576336 18446744073709551615 4256011 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/25617/statm: 43344 35596 249 26 0 39976 0
Current children cumulated CPU time (s) 4542.44
Current children cumulated vsize (KiB) 173376

[startup+4602.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/470 25920
/proc/meminfo: memFree=24511288/32951124 swapFree=56297244/67111528
[pid=25617] ppid=25615 vsize=173376 CPUtime=4602.46 cores=0,2,4,6
/proc/25617/stat : 25617 (lr_gl_shr) R 25615 25617 23345 0 -1 4202496 273273 0 0 0 460194 52 0 0 25 0 1 0 881685323 177537024 37744 33554432000 4194304 4300056 140734044576336 18446744073709551615 4256224 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/25617/statm: 43344 37744 249 26 0 39976 0
Current children cumulated CPU time (s) 4602.46
Current children cumulated vsize (KiB) 173376

[startup+4662.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/470 25922
/proc/meminfo: memFree=24598432/32951124 swapFree=56297244/67111528
[pid=25617] ppid=25615 vsize=124056 CPUtime=4662.45 cores=0,2,4,6
/proc/25617/stat : 25617 (lr_gl_shr) R 25615 25617 23345 0 -1 4202496 274400 0 0 0 466192 53 0 0 25 0 1 0 881685323 127033344 27446 33554432000 4194304 4300056 140734044576336 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/25617/statm: 31014 27446 249 26 0 27646 0
Current children cumulated CPU time (s) 4662.45
Current children cumulated vsize (KiB) 124056

[startup+4722.32 s]
/proc/loadavg: 2.06 2.02 2.00 3/470 25923
/proc/meminfo: memFree=24570004/32951124 swapFree=56297244/67111528
[pid=25617] ppid=25615 vsize=124056 CPUtime=4722.47 cores=0,2,4,6
/proc/25617/stat : 25617 (lr_gl_shr) R 25615 25617 23345 0 -1 4202496 274400 0 0 0 472194 53 0 0 25 0 1 0 881685323 127033344 27446 33554432000 4194304 4300056 140734044576336 18446744073709551615 4256060 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/25617/statm: 31014 27446 249 26 0 27646 0
Current children cumulated CPU time (s) 4722.47
Current children cumulated vsize (KiB) 124056

[startup+4782.3 s]
/proc/loadavg: 2.10 2.04 2.01 3/470 25925
/proc/meminfo: memFree=24492588/32951124 swapFree=56297244/67111528
[pid=25617] ppid=25615 vsize=173376 CPUtime=4782.45 cores=0,2,4,6
/proc/25617/stat : 25617 (lr_gl_shr) R 25615 25617 23345 0 -1 4202496 284306 0 0 0 478192 53 0 0 25 0 1 0 881685323 177537024 37279 33554432000 4194304 4300056 140734044576336 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/25617/statm: 43344 37279 249 26 0 39976 0
Current children cumulated CPU time (s) 4782.45
Current children cumulated vsize (KiB) 173376

[startup+4842.3 s]
/proc/loadavg: 2.07 2.05 2.01 3/470 25927
/proc/meminfo: memFree=24569072/32951124 swapFree=56297244/67111528
[pid=25617] ppid=25615 vsize=124056 CPUtime=4842.45 cores=0,2,4,6
/proc/25617/stat : 25617 (lr_gl_shr) R 25615 25617 23345 0 -1 4202496 285816 0 0 0 484191 54 0 0 25 0 1 0 881685323 127033344 27447 33554432000 4194304 4300056 140734044576336 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/25617/statm: 31014 27447 249 26 0 27646 0
Current children cumulated CPU time (s) 4842.45
Current children cumulated vsize (KiB) 124056

[startup+4902.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/470 25928
/proc/meminfo: memFree=24569536/32951124 swapFree=56297244/67111528
[pid=25617] ppid=25615 vsize=124056 CPUtime=4902.45 cores=0,2,4,6
/proc/25617/stat : 25617 (lr_gl_shr) R 25615 25617 23345 0 -1 4202496 285816 0 0 0 490191 54 0 0 25 0 1 0 881685323 127033344 27447 33554432000 4194304 4300056 140734044576336 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/25617/statm: 31014 27447 249 26 0 27646 0
Current children cumulated CPU time (s) 4902.45
Current children cumulated vsize (KiB) 124056

[startup+4962.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/470 25930
/proc/meminfo: memFree=24500184/32951124 swapFree=56297244/67111528
[pid=25617] ppid=25615 vsize=173376 CPUtime=4962.46 cores=0,2,4,6
/proc/25617/stat : 25617 (lr_gl_shr) R 25615 25617 23345 0 -1 4202496 294797 0 0 0 496191 55 0 0 25 0 1 0 881685323 177537024 36378 33554432000 4194304 4300056 140734044576336 18446744073709551615 4256291 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/25617/statm: 43344 36378 249 26 0 39976 0
Current children cumulated CPU time (s) 4962.46
Current children cumulated vsize (KiB) 173376



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.00 2.02 2.00 3/470 25931
/proc/meminfo: memFree=24486404/32951124 swapFree=56297244/67111528
[pid=25617] ppid=25615 vsize=173376 CPUtime=5000.07 cores=0,2,4,6
/proc/25617/stat : 25617 (lr_gl_shr) R 25615 25617 23345 0 -1 4202496 296119 0 0 0 499951 56 0 0 25 0 1 0 881685323 177537024 37651 33554432000 4194304 4300056 140734044576336 18446744073709551615 4256227 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/25617/statm: 43344 37651 249 26 0 39976 0
Current children cumulated CPU time (s) 5000.07
Current children cumulated vsize (KiB) 173376

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

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

[startup+4999.9 s]
/proc/loadavg: 2.00 2.02 2.00 3/470 25931
/proc/meminfo: memFree=24486404/32951124 swapFree=56297244/67111528
[pid=25617] ppid=25615 vsize=173376 CPUtime=5000.07 cores=0,2,4,6
/proc/25617/stat : 25617 (lr_gl_shr) R 25615 25617 23345 0 -1 4202496 296119 0 0 0 499951 56 0 0 25 0 1 0 881685323 177537024 37651 33554432000 4194304 4300056 140734044576336 18446744073709551615 4256227 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/25617/statm: 43344 37651 249 26 0 39976 0
Current children cumulated CPU time (s) 5000.07
Current children cumulated vsize (KiB) 173376

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.93
CPU time (s): 5000.1
CPU user time (s): 4999.52
CPU system time (s): 0.575912
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 173376

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

runsolver used 25.0842 second user time and 51.8911 second system time

The end

Launcher Data

Begin job on node111 at 2011-06-01 09:49:08
IDJOB=3440007
IDBENCH=83113
IDSOLVER=1938
FILE ID=node111/3440007-1306914548
RUNJOBID= node111-1306914548-25603
PBS_JOBID= 13488465
Free space on /tmp= 172 MiB

SOLVER NAME= minisat hack: LR_GL_SHR 2011-03-02
BENCH NAME= SAT11/application/fuhs/slp-synthesis-AES/slp-synthesis-aes-top22.cnf
COMMAND LINE= HOME/lr_gl_shr BENCHNAME -verb=0 -model
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3440007-1306914548/watcher-3440007-1306914548 -o /tmp/evaluation-result-3440007-1306914548/solver-3440007-1306914548 -C 5000 -W 5100 -M 15500  HOME/lr_gl_shr HOME/instance-3440007-1306914548.cnf -verb=0 -model

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

MD5SUM BENCH= e822739302a2d834ec9ddfe9fbd0caa2
RANDOM SEED=1564866445

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:       8832108 kB
Buffers:        107104 kB
Cached:       15953116 kB
SwapCached:      11772 kB
Active:       11389124 kB
Inactive:     12064244 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       8832108 kB
SwapTotal:    67111528 kB
SwapFree:     56297244 kB
Dirty:            6612 kB
Writeback:           0 kB
AnonPages:     7390416 kB
Mapped:          27436 kB
Slab:           529756 kB
PageTables:      66368 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 149064644 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= 73920 MiB
End job on node111 at 2011-06-01 11:12:30