Trace number 3440010

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.04 4999.93

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-top24.cnf
MD5SUM1f485d737caaaca49e2c467c83cbdcec
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark585.525
Satisfiable
(Un)Satisfiability was proved
Number of variables65983
Number of clauses209942
Sum of the clauses size513194
Maximum clause length2578
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2127592
Number of clauses of size 380970
Number of clauses of size 4299
Number of clauses of size 522
Number of clauses of size over 51058

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-3440010-1306914708/watcher-3440010-1306914708 -o /tmp/evaluation-result-3440010-1306914708/solver-3440010-1306914708 -C 5000 -W 5100 -M 15500 HOME/lr_gl_shr HOME/instance-3440010-1306914708.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: 2.18 2.07 2.01 2/524 2881
/proc/meminfo: memFree=16457316/32951124 swapFree=56930356/67111528
[pid=2881] ppid=2879 vsize=22148 CPUtime=0 cores=0,2,4,6
/proc/2881/stat : 2881 (lr_gl_shr) R 2879 2881 932 0 -1 4202496 1024 0 0 0 0 0 0 0 25 0 1 0 803068487 22679552 966 33554432000 4194304 4300056 140736455576640 18446744073709551615 4223459 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/2881/statm: 5537 969 219 26 0 2169 0

[startup+0.079524 s]
/proc/loadavg: 2.18 2.07 2.01 2/524 2881
/proc/meminfo: memFree=16457316/32951124 swapFree=56930356/67111528
[pid=2881] ppid=2879 vsize=35608 CPUtime=0.06 cores=0,2,4,6
/proc/2881/stat : 2881 (lr_gl_shr) R 2879 2881 932 0 -1 4202496 4834 0 0 0 6 0 0 0 25 0 1 0 803068487 36462592 4394 33554432000 4194304 4300056 140736455576640 18446744073709551615 218905391813 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/2881/statm: 8902 4396 222 26 0 5534 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 35608

[startup+0.100517 s]
/proc/loadavg: 2.18 2.07 2.01 2/524 2881
/proc/meminfo: memFree=16457316/32951124 swapFree=56930356/67111528
[pid=2881] ppid=2879 vsize=37460 CPUtime=0.09 cores=0,2,4,6
/proc/2881/stat : 2881 (lr_gl_shr) R 2879 2881 932 0 -1 4202496 5656 0 0 0 8 1 0 0 25 0 1 0 803068487 38359040 5041 33554432000 4194304 4300056 140736455576640 18446744073709551615 218905730816 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/2881/statm: 9365 5042 222 26 0 5997 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 37460

[startup+0.300457 s]
/proc/loadavg: 2.18 2.07 2.01 2/524 2881
/proc/meminfo: memFree=16457316/32951124 swapFree=56930356/67111528
[pid=2881] ppid=2879 vsize=44508 CPUtime=0.29 cores=0,2,4,6
/proc/2881/stat : 2881 (lr_gl_shr) R 2879 2881 932 0 -1 4202496 9274 0 0 0 27 2 0 0 25 0 1 0 803068487 45576192 6969 33554432000 4194304 4300056 140736455576640 18446744073709551615 218905391813 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/2881/statm: 11127 6969 228 26 0 7759 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 44508

[startup+0.700415 s]
/proc/loadavg: 2.18 2.07 2.01 2/524 2881
/proc/meminfo: memFree=16457316/32951124 swapFree=56930356/67111528
[pid=2881] ppid=2879 vsize=41432 CPUtime=0.69 cores=0,2,4,6
/proc/2881/stat : 2881 (lr_gl_shr) R 2879 2881 932 0 -1 4202496 10616 0 0 0 67 2 0 0 25 0 1 0 803068487 42426368 6442 33554432000 4194304 4300056 140736455576640 18446744073709551615 4256553 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/2881/statm: 10358 6442 246 26 0 6990 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 41432

[startup+1.50028 s]
/proc/loadavg: 2.16 2.07 2.01 3/525 2882
/proc/meminfo: memFree=16431152/32951124 swapFree=56930356/67111528
[pid=2881] ppid=2879 vsize=45784 CPUtime=1.49 cores=0,2,4,6
/proc/2881/stat : 2881 (lr_gl_shr) R 2879 2881 932 0 -1 4202496 10779 0 0 0 147 2 0 0 25 0 1 0 803068487 46882816 6599 33554432000 4194304 4300056 140736455576640 18446744073709551615 4256264 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/2881/statm: 11446 6599 246 26 0 8078 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 45784

[startup+3.101 s]
/proc/loadavg: 2.16 2.07 2.01 3/525 2882
/proc/meminfo: memFree=16428920/32951124 swapFree=56930356/67111528
[pid=2881] ppid=2879 vsize=45784 CPUtime=3.09 cores=0,2,4,6
/proc/2881/stat : 2881 (lr_gl_shr) R 2879 2881 932 0 -1 4202496 11089 0 0 0 307 2 0 0 25 0 1 0 803068487 46882816 6889 33554432000 4194304 4300056 140736455576640 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/2881/statm: 11446 6889 246 26 0 8078 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 45784

[startup+6.30041 s]
/proc/loadavg: 2.16 2.07 2.01 3/525 2911
/proc/meminfo: memFree=16643064/32951124 swapFree=56930356/67111528
[pid=2881] ppid=2879 vsize=46040 CPUtime=6.29 cores=0,2,4,6
/proc/2881/stat : 2881 (lr_gl_shr) R 2879 2881 932 0 -1 4202496 11622 0 0 0 627 2 0 0 25 0 1 0 803068487 47144960 7398 33554432000 4194304 4300056 140736455576640 18446744073709551615 4262966 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/2881/statm: 11510 7398 248 26 0 8142 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 46040

[startup+12.7002 s]
/proc/loadavg: 2.29 2.10 2.02 3/525 2911
/proc/meminfo: memFree=16625196/32951124 swapFree=56930356/67111528
[pid=2881] ppid=2879 vsize=57672 CPUtime=12.69 cores=0,2,4,6
/proc/2881/stat : 2881 (lr_gl_shr) R 2879 2881 932 0 -1 4202496 14255 0 0 0 1266 3 0 0 25 0 1 0 803068487 59056128 10006 33554432000 4194304 4300056 140736455576640 18446744073709551615 4256008 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/2881/statm: 14418 10006 248 26 0 11050 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 57672

[startup+25.5009 s]
/proc/loadavg: 2.24 2.09 2.02 3/525 2911
/proc/meminfo: memFree=16616680/32951124 swapFree=56930356/67111528
[pid=2881] ppid=2879 vsize=64852 CPUtime=25.49 cores=0,2,4,6
/proc/2881/stat : 2881 (lr_gl_shr) R 2879 2881 932 0 -1 4202496 15534 0 0 0 2546 3 0 0 25 0 1 0 803068487 66408448 11245 33554432000 4194304 4300056 140736455576640 18446744073709551615 4256566 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/2881/statm: 16213 11245 248 26 0 12845 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 64852

[startup+51.1003 s]
/proc/loadavg: 2.16 2.08 2.02 3/525 2912
/proc/meminfo: memFree=16618840/32951124 swapFree=56930356/67111528
[pid=2881] ppid=2879 vsize=54556 CPUtime=51.09 cores=0,2,4,6
/proc/2881/stat : 2881 (lr_gl_shr) R 2879 2881 932 0 -1 4202496 18452 0 0 0 5105 4 0 0 25 0 1 0 803068487 55865344 8749 33554432000 4194304 4300056 140736455576640 18446744073709551615 4256689 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/2881/statm: 13639 8749 248 26 0 10271 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 54556

[startup+102.32 s]
/proc/loadavg: 2.23 2.11 2.03 3/525 2913
/proc/meminfo: memFree=16577000/32951124 swapFree=56930356/67111528
[pid=2881] ppid=2879 vsize=98300 CPUtime=102.31 cores=0,2,4,6
/proc/2881/stat : 2881 (lr_gl_shr) R 2879 2881 932 0 -1 4202496 28347 0 0 0 10225 6 0 0 25 0 1 0 803068487 100659200 18437 33554432000 4194304 4300056 140736455576640 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/2881/statm: 24575 18437 248 26 0 21207 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 98300

[startup+162.3 s]
/proc/loadavg: 2.14 2.11 2.03 3/525 2915
/proc/meminfo: memFree=16571480/32951124 swapFree=56930356/67111528
[pid=2881] ppid=2879 vsize=98300 CPUtime=162.29 cores=0,2,4,6
/proc/2881/stat : 2881 (lr_gl_shr) R 2879 2881 932 0 -1 4202496 28861 0 0 0 16223 6 0 0 25 0 1 0 803068487 100659200 18935 33554432000 4194304 4300056 140736455576640 18446744073709551615 4256224 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/2881/statm: 24575 18935 248 26 0 21207 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 98300

[startup+222.3 s]
/proc/loadavg: 2.05 2.08 2.02 3/525 2917
/proc/meminfo: memFree=16558400/32951124 swapFree=56930356/67111528
[pid=2881] ppid=2879 vsize=98300 CPUtime=222.29 cores=0,2,4,6
/proc/2881/stat : 2881 (lr_gl_shr) R 2879 2881 932 0 -1 4202496 29610 0 0 0 22223 6 0 0 25 0 1 0 803068487 100659200 19657 33554432000 4194304 4300056 140736455576640 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/2881/statm: 24575 19657 248 26 0 21207 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 98300

[startup+282.301 s]
/proc/loadavg: 2.02 2.07 2.02 3/525 2918
/proc/meminfo: memFree=16555356/32951124 swapFree=56930356/67111528
[pid=2881] ppid=2879 vsize=98300 CPUtime=282.3 cores=0,2,4,6
/proc/2881/stat : 2881 (lr_gl_shr) R 2879 2881 932 0 -1 4202496 29963 0 0 0 28224 6 0 0 25 0 1 0 803068487 100659200 19998 33554432000 4194304 4300056 140736455576640 18446744073709551615 4256570 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/2881/statm: 24575 19998 248 26 0 21207 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 98300

[startup+342.301 s]
/proc/loadavg: 2.00 2.05 2.01 3/525 2920
/proc/meminfo: memFree=16555300/32951124 swapFree=56930356/67111528
[pid=2881] ppid=2879 vsize=98300 CPUtime=342.3 cores=0,2,4,6
/proc/2881/stat : 2881 (lr_gl_shr) R 2879 2881 932 0 -1 4202496 29964 0 0 0 34224 6 0 0 25 0 1 0 803068487 100659200 19999 33554432000 4194304 4300056 140736455576640 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/2881/statm: 24575 19999 248 26 0 21207 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 98300

[startup+402.301 s]
/proc/loadavg: 2.00 2.04 2.01 3/525 2922
/proc/meminfo: memFree=16551528/32951124 swapFree=56930356/67111528
[pid=2881] ppid=2879 vsize=98300 CPUtime=402.3 cores=0,2,4,6
/proc/2881/stat : 2881 (lr_gl_shr) R 2879 2881 932 0 -1 4202496 38355 0 0 0 40223 7 0 0 25 0 1 0 803068487 100659200 20738 33554432000 4194304 4300056 140736455576640 18446744073709551615 4256570 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/2881/statm: 24575 20738 248 26 0 21207 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 98300

[startup+462.301 s]
/proc/loadavg: 2.00 2.03 2.00 3/525 2953
/proc/meminfo: memFree=16541780/32951124 swapFree=56930356/67111528
[pid=2881] ppid=2879 vsize=147620 CPUtime=462.3 cores=0,2,4,6
/proc/2881/stat : 2881 (lr_gl_shr) R 2879 2881 932 0 -1 4202496 47862 0 0 0 46221 9 0 0 25 0 1 0 803068487 151162880 30184 33554432000 4194304 4300056 140736455576640 18446744073709551615 4256060 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/2881/statm: 36905 30184 248 26 0 33537 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 147620

[startup+522.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/525 2955
/proc/meminfo: memFree=16571212/32951124 swapFree=56930356/67111528
[pid=2881] ppid=2879 vsize=98300 CPUtime=522.3 cores=0,2,4,6
/proc/2881/stat : 2881 (lr_gl_shr) R 2879 2881 932 0 -1 4202496 48547 0 0 0 52220 10 0 0 25 0 1 0 803068487 100659200 20739 33554432000 4194304 4300056 140736455576640 18446744073709551615 4256260 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/2881/statm: 24575 20739 248 26 0 21207 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 98300

[startup+582.3 s]
/proc/loadavg: 1.78 1.97 1.98 2/519 2985
/proc/meminfo: memFree=16571120/32951124 swapFree=56930356/67111528
[pid=2881] ppid=2879 vsize=147620 CPUtime=582.31 cores=0,2,4,6
/proc/2881/stat : 2881 (lr_gl_shr) R 2879 2881 932 0 -1 4202496 56248 0 0 0 58220 11 0 0 25 0 1 0 803068487 151162880 28435 33554432000 4194304 4300056 140736455576640 18446744073709551615 4256049 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/2881/statm: 36905 28435 248 26 0 33537 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 147620

[startup+642.301 s]

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

[startup+4062.32 s]
/proc/loadavg: 1.06 1.03 1.02 2/519 3219
/proc/meminfo: memFree=24319468/32951124 swapFree=56930356/67111528
[pid=2881] ppid=2879 vsize=149328 CPUtime=4062.39 cores=0,2,4,6
/proc/2881/stat : 2881 (lr_gl_shr) R 2879 2881 932 0 -1 4202496 264239 0 0 0 406160 79 0 0 25 0 1 0 803068487 152911872 33494 33554432000 4194304 4300056 140736455576640 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/2881/statm: 37332 33494 248 26 0 33964 0
Current children cumulated CPU time (s) 4062.39
Current children cumulated vsize (KiB) 149328

[startup+4122.3 s]
/proc/loadavg: 1.02 1.02 1.01 2/519 3221
/proc/meminfo: memFree=24289268/32951124 swapFree=56930356/67111528
[pid=2881] ppid=2879 vsize=198648 CPUtime=4122.38 cores=0,2,4,6
/proc/2881/stat : 2881 (lr_gl_shr) R 2879 2881 932 0 -1 4202496 271966 0 0 0 412158 80 0 0 25 0 1 0 803068487 203415552 41215 33554432000 4194304 4300056 140736455576640 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/2881/statm: 49662 41215 248 26 0 46294 0
Current children cumulated CPU time (s) 4122.38
Current children cumulated vsize (KiB) 198648

[startup+4182.3 s]
/proc/loadavg: 1.00 1.02 1.01 2/519 3232
/proc/meminfo: memFree=24280208/32951124 swapFree=56930356/67111528
[pid=2881] ppid=2879 vsize=198648 CPUtime=4182.38 cores=0,2,4,6
/proc/2881/stat : 2881 (lr_gl_shr) R 2879 2881 932 0 -1 4202496 273968 0 0 0 418157 81 0 0 25 0 1 0 803068487 203415552 43150 33554432000 4194304 4300056 140736455576640 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/2881/statm: 49662 43150 248 26 0 46294 0
Current children cumulated CPU time (s) 4182.38
Current children cumulated vsize (KiB) 198648

[startup+4242.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/519 3235
/proc/meminfo: memFree=24273196/32951124 swapFree=56930356/67111528
[pid=2881] ppid=2879 vsize=198648 CPUtime=4242.39 cores=0,2,4,6
/proc/2881/stat : 2881 (lr_gl_shr) R 2879 2881 932 0 -1 4202496 275838 0 0 0 424157 82 0 0 25 0 1 0 803068487 203415552 44946 33554432000 4194304 4300056 140736455576640 18446744073709551615 4256299 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/2881/statm: 49662 44946 248 26 0 46294 0
Current children cumulated CPU time (s) 4242.39
Current children cumulated vsize (KiB) 198648

[startup+4302.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/519 3236
/proc/meminfo: memFree=24318264/32951124 swapFree=56930356/67111528
[pid=2881] ppid=2879 vsize=149328 CPUtime=4302.38 cores=0,2,4,6
/proc/2881/stat : 2881 (lr_gl_shr) R 2879 2881 932 0 -1 4202496 275990 0 0 0 430156 82 0 0 25 0 1 0 803068487 152911872 33494 33554432000 4194304 4300056 140736455576640 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/2881/statm: 37332 33494 248 26 0 33964 0
Current children cumulated CPU time (s) 4302.38
Current children cumulated vsize (KiB) 149328

[startup+4362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/519 3240
/proc/meminfo: memFree=24287776/32951124 swapFree=56930356/67111528
[pid=2881] ppid=2879 vsize=198648 CPUtime=4362.39 cores=0,2,4,6
/proc/2881/stat : 2881 (lr_gl_shr) R 2879 2881 932 0 -1 4202496 283868 0 0 0 436156 83 0 0 25 0 1 0 803068487 203415552 41357 33554432000 4194304 4300056 140736455576640 18446744073709551615 4256511 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/2881/statm: 49662 41357 248 26 0 46294 0
Current children cumulated CPU time (s) 4362.39
Current children cumulated vsize (KiB) 198648

[startup+4422.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/519 3248
/proc/meminfo: memFree=24280352/32951124 swapFree=56930356/67111528
[pid=2881] ppid=2879 vsize=198648 CPUtime=4422.39 cores=0,2,4,6
/proc/2881/stat : 2881 (lr_gl_shr) R 2879 2881 932 0 -1 4202496 285828 0 0 0 442156 83 0 0 25 0 1 0 803068487 203415552 43231 33554432000 4194304 4300056 140736455576640 18446744073709551615 4256548 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/2881/statm: 49662 43231 248 26 0 46294 0
Current children cumulated CPU time (s) 4422.39
Current children cumulated vsize (KiB) 198648

[startup+4482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/519 3249
/proc/meminfo: memFree=24273332/32951124 swapFree=56930356/67111528
[pid=2881] ppid=2879 vsize=198648 CPUtime=4482.39 cores=0,2,4,6
/proc/2881/stat : 2881 (lr_gl_shr) R 2879 2881 932 0 -1 4202496 287567 0 0 0 448155 84 0 0 25 0 1 0 803068487 203415552 44900 33554432000 4194304 4300056 140736455576640 18446744073709551615 4256008 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/2881/statm: 49662 44900 248 26 0 46294 0
Current children cumulated CPU time (s) 4482.39
Current children cumulated vsize (KiB) 198648

[startup+4542.3 s]
/proc/loadavg: 1.10 1.03 1.01 2/519 3253
/proc/meminfo: memFree=24318528/32951124 swapFree=56930356/67111528
[pid=2881] ppid=2879 vsize=149328 CPUtime=4542.39 cores=0,2,4,6
/proc/2881/stat : 2881 (lr_gl_shr) R 2879 2881 932 0 -1 4202496 287957 0 0 0 454155 84 0 0 25 0 1 0 803068487 152911872 33494 33554432000 4194304 4300056 140736455576640 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/2881/statm: 37332 33494 248 26 0 33964 0
Current children cumulated CPU time (s) 4542.39
Current children cumulated vsize (KiB) 149328

[startup+4602.3 s]
/proc/loadavg: 1.08 1.04 1.01 2/519 3254
/proc/meminfo: memFree=24287220/32951124 swapFree=56930356/67111528
[pid=2881] ppid=2879 vsize=198648 CPUtime=4602.4 cores=0,2,4,6
/proc/2881/stat : 2881 (lr_gl_shr) R 2879 2881 932 0 -1 4202496 295922 0 0 0 460155 85 0 0 25 0 1 0 803068487 203415552 41447 33554432000 4194304 4300056 140736455576640 18446744073709551615 4256302 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/2881/statm: 49662 41447 248 26 0 46294 0
Current children cumulated CPU time (s) 4602.4
Current children cumulated vsize (KiB) 198648

[startup+4662.3 s]
/proc/loadavg: 1.03 1.03 1.00 2/519 3256
/proc/meminfo: memFree=24278484/32951124 swapFree=56930356/67111528
[pid=2881] ppid=2879 vsize=198648 CPUtime=4662.4 cores=0,2,4,6
/proc/2881/stat : 2881 (lr_gl_shr) R 2879 2881 932 0 -1 4202496 298254 0 0 0 466154 86 0 0 25 0 1 0 803068487 203415552 43696 33554432000 4194304 4300056 140736455576640 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/2881/statm: 49662 43696 248 26 0 46294 0
Current children cumulated CPU time (s) 4662.4
Current children cumulated vsize (KiB) 198648

[startup+4722.32 s]
/proc/loadavg: 1.01 1.02 1.00 2/519 3258
/proc/meminfo: memFree=24271112/32951124 swapFree=56930356/67111528
[pid=2881] ppid=2879 vsize=198648 CPUtime=4722.42 cores=0,2,4,6
/proc/2881/stat : 2881 (lr_gl_shr) R 2879 2881 932 0 -1 4202496 300099 0 0 0 472155 87 0 0 25 0 1 0 803068487 203415552 45473 33554432000 4194304 4300056 140736455576640 18446744073709551615 4256534 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/2881/statm: 49662 45473 248 26 0 46294 0
Current children cumulated CPU time (s) 4722.42
Current children cumulated vsize (KiB) 198648

[startup+4782.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/519 3259
/proc/meminfo: memFree=24318660/32951124 swapFree=56930356/67111528
[pid=2881] ppid=2879 vsize=149328 CPUtime=4782.39 cores=0,2,4,6
/proc/2881/stat : 2881 (lr_gl_shr) R 2879 2881 932 0 -1 4202496 300605 0 0 0 478152 87 0 0 25 0 1 0 803068487 152911872 33494 33554432000 4194304 4300056 140736455576640 18446744073709551615 4256224 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/2881/statm: 37332 33494 248 26 0 33964 0
Current children cumulated CPU time (s) 4782.39
Current children cumulated vsize (KiB) 149328

[startup+4842.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/519 3261
/proc/meminfo: memFree=24318704/32951124 swapFree=56930356/67111528
[pid=2881] ppid=2879 vsize=149328 CPUtime=4842.39 cores=0,2,4,6
/proc/2881/stat : 2881 (lr_gl_shr) R 2879 2881 932 0 -1 4202496 300605 0 0 0 484152 87 0 0 25 0 1 0 803068487 152911872 33494 33554432000 4194304 4300056 140736455576640 18446744073709551615 4256288 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/2881/statm: 37332 33494 248 26 0 33964 0
Current children cumulated CPU time (s) 4842.39
Current children cumulated vsize (KiB) 149328

[startup+4902.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/519 3262
/proc/meminfo: memFree=24280068/32951124 swapFree=56930356/67111528
[pid=2881] ppid=2879 vsize=198648 CPUtime=4902.4 cores=0,2,4,6
/proc/2881/stat : 2881 (lr_gl_shr) R 2879 2881 932 0 -1 4202496 310470 0 0 0 490151 89 0 0 25 0 1 0 803068487 203415552 43277 33554432000 4194304 4300056 140736455576640 18446744073709551615 4256302 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/2881/statm: 49662 43277 248 26 0 46294 0
Current children cumulated CPU time (s) 4902.4
Current children cumulated vsize (KiB) 198648

[startup+4962.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/519 3265
/proc/meminfo: memFree=24271444/32951124 swapFree=56930356/67111528
[pid=2881] ppid=2879 vsize=198648 CPUtime=4962.4 cores=0,2,4,6
/proc/2881/stat : 2881 (lr_gl_shr) R 2879 2881 932 0 -1 4202496 312716 0 0 0 496149 91 0 0 25 0 1 0 803068487 203415552 45431 33554432000 4194304 4300056 140736455576640 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/2881/statm: 49662 45431 248 26 0 46294 0
Current children cumulated CPU time (s) 4962.4
Current children cumulated vsize (KiB) 198648



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/519 3267
/proc/meminfo: memFree=24266328/32951124 swapFree=56930356/67111528
[pid=2881] ppid=2879 vsize=229468 CPUtime=5000 cores=0,2,4,6
/proc/2881/stat : 2881 (lr_gl_shr) R 2879 2881 932 0 -1 4202496 314007 0 0 0 499909 91 0 0 25 0 1 0 803068487 234975232 46670 33554432000 4194304 4300056 140736455576640 18446744073709551615 4256096 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/2881/statm: 57367 46670 248 26 0 53999 0
Current children cumulated CPU time (s) 5000
Current children cumulated vsize (KiB) 229468

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: 1.00 1.00 1.00 2/519 3267
/proc/meminfo: memFree=24266328/32951124 swapFree=56930356/67111528
[pid=2881] ppid=2879 vsize=229468 CPUtime=5000 cores=0,2,4,6
/proc/2881/stat : 2881 (lr_gl_shr) R 2879 2881 932 0 -1 4202496 314007 0 0 0 499909 91 0 0 25 0 1 0 803068487 234975232 46670 33554432000 4194304 4300056 140736455576640 18446744073709551615 4256096 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/2881/statm: 57367 46670 248 26 0 53999 0
Current children cumulated CPU time (s) 5000
Current children cumulated vsize (KiB) 229468

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.93
CPU time (s): 5000.04
CPU user time (s): 4999.11
CPU system time (s): 0.927858
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 229468

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

runsolver used 27.7238 second user time and 58.6641 second system time

The end

Launcher Data

Begin job on node137 at 2011-06-01 09:51:48
IDJOB=3440010
IDBENCH=83116
IDSOLVER=1938
FILE ID=node137/3440010-1306914708
RUNJOBID= node137-1306904703-2447
PBS_JOBID= 13488439
Free space on /tmp= 11480 MiB

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

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

MD5SUM BENCH= 1f485d737caaaca49e2c467c83cbdcec
RANDOM SEED=40154627

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      16457596 kB
Buffers:         54100 kB
Cached:        7766480 kB
SwapCached:      12308 kB
Active:        8306992 kB
Inactive:      7740336 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16457596 kB
SwapTotal:    67111528 kB
SwapFree:     56930356 kB
Dirty:            3920 kB
Writeback:           0 kB
AnonPages:     8223596 kB
Mapped:          21512 kB
Slab:           301280 kB
PageTables:      74968 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 162787424 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= 73536 MiB
End job on node137 at 2011-06-01 11:15:10