Trace number 3420120

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 reference: minisat 2.2.0UNSAT 440.727 440.722

General information on the benchmark

Nameapplication/leberre/
2dimensionalstrippacking/korf-17.cnf
MD5SUMade81e5508101352b3d942708b201606
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark440.727
Satisfiable
(Un)Satisfiability was proved
Number of variables6664
Number of clauses89966
Sum of the clauses size425665
Maximum clause length36
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 216962
Number of clauses of size 310874
Number of clauses of size 412189
Number of clauses of size 522355
Number of clauses of size over 527586

Solver Data

440.70/440.71	WARNING: for repeatability, setting FPU to use double precision
440.70/440.71	============================[ Problem Statistics ]=============================
440.70/440.71	|                                                                             |
440.70/440.71	|  Number of variables:          6664                                         |
440.70/440.71	|  Number of clauses:           89966                                         |
440.70/440.71	|  Parse time:                   0.03 s                                       |
440.70/440.71	|  Eliminated clauses:           0.08 Mb                                      |
440.70/440.71	|  Simplification time:          0.47 s                                       |
440.70/440.71	|                                                                             |
440.70/440.71	============================[ Search Statistics ]==============================
440.70/440.71	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
440.70/440.71	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
440.70/440.71	===============================================================================
440.70/440.71	|       100 |    5924    88786   439241 |    32554      100     60 |  0.000 % |
440.70/440.71	|       250 |    5924    88786   439241 |    35810      250     54 |  0.000 % |
440.70/440.71	|       475 |    5924    88786   439241 |    39391      475     46 |  0.000 % |
440.70/440.71	|       812 |    5924    88786   439241 |    43330      812     42 |  0.000 % |
440.70/440.71	|      1318 |    5924    88786   439241 |    47663     1318     38 |  0.000 % |
440.70/440.71	|      2077 |    5924    88786   439241 |    52429     2077     36 |  0.000 % |
440.70/440.71	|      3216 |    5924    88786   439241 |    57672     3216     38 |  0.000 % |
440.70/440.71	|      4924 |    5924    88786   439241 |    63440     4924     36 |  0.000 % |
440.70/440.71	|      7486 |    5924    88786   439241 |    69784     7486     37 |  0.000 % |
440.70/440.71	|     11330 |    5924    88786   439241 |    76762    11330     35 |  0.000 % |
440.70/440.71	|     17096 |    5924    88786   439241 |    84438    17096     36 |  0.000 % |
440.70/440.71	|     25745 |    5924    88786   439241 |    92882    25745     37 |  0.000 % |
440.70/440.71	|     38719 |    5924    88786   439241 |   102171    38719     38 |  0.000 % |
440.70/440.71	|     58180 |    5924    88786   439241 |   112388    58180     39 |  0.000 % |
440.70/440.71	|     87372 |    5924    88786   439241 |   123627    87372     40 |  0.000 % |
440.70/440.71	|    131161 |    5924    88786   439241 |   135989    32063     33 |  0.000 % |
440.70/440.71	|    196845 |    5924    88786   439241 |   149588    97747     42 |  0.000 % |
440.70/440.71	|    295371 |    5924    88786   439241 |   164547    74446     36 |  0.000 % |
440.70/440.71	|    443160 |    5924    88786   439241 |   181002    86674     37 |  0.000 % |
440.70/440.71	|    664843 |    5924    88786   439241 |   199102   158126     39 |  0.000 % |
440.70/440.71	|    997368 |    5924    88786   439241 |   219012   150524     35 |  0.000 % |
440.70/440.71	|   1496156 |    5924    88786   439241 |   240914    86546     33 |  0.000 % |
440.70/440.71	|   2244338 |    5924    88786   439241 |   265005   208786     34 |  0.000 % |
440.70/440.71	===============================================================================
440.70/440.71	restarts              : 5118
440.70/440.71	conflicts             : 2963050        (6727 /sec)
440.70/440.71	decisions             : 4387342        (0.00 % random) (9960 /sec)
440.70/440.71	propagations          : 813477548      (1846764 /sec)
440.70/440.71	conflict literals     : 114488541      (44.48 % deleted)
440.70/440.71	Memory used           : 138.00 MB
440.70/440.71	CPU time              : 440.488 s
440.70/440.71	
440.70/440.71	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

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-3420120-1306588009/watcher-3420120-1306588009 -o /tmp/evaluation-result-3420120-1306588009/solver-3420120-1306588009 -C 5000 -W 5100 -M 15500 minisat_release HOME/instance-3420120-1306588009.cnf 

running on 4 cores: 1,3,5,7

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.00 2.00 2.00 3/477 16482
/proc/meminfo: memFree=15639748/32951124 swapFree=67057928/67111528
[pid=16482] ppid=16480 vsize=20288 CPUtime=0 cores=1,3,5,7
/proc/16482/stat : 16482 (minisat_release) R 16480 16482 15828 0 -1 4202496 992 0 0 0 0 0 0 0 22 0 1 0 751216244 20774912 919 33554432000 4194304 4291037 140735483691760 18446744073709551615 4277897 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16482/statm: 5072 919 214 24 0 1706 0

[startup+0.0574141 s]
/proc/loadavg: 2.00 2.00 2.00 3/477 16482
/proc/meminfo: memFree=15639748/32951124 swapFree=67057928/67111528
[pid=16482] ppid=16480 vsize=25096 CPUtime=0.04 cores=1,3,5,7
/proc/16482/stat : 16482 (minisat_release) R 16480 16482 15828 0 -1 4202496 2815 0 0 0 4 0 0 0 22 0 1 0 751216244 25698304 2586 33554432000 4194304 4291037 140735483691760 18446744073709551615 4230042 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16482/statm: 6274 2586 239 24 0 2908 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 25096

[startup+0.100406 s]
/proc/loadavg: 2.00 2.00 2.00 3/477 16482
/proc/meminfo: memFree=15639748/32951124 swapFree=67057928/67111528
[pid=16482] ppid=16480 vsize=25096 CPUtime=0.09 cores=1,3,5,7
/proc/16482/stat : 16482 (minisat_release) R 16480 16482 15828 0 -1 4202496 2815 0 0 0 9 0 0 0 22 0 1 0 751216244 25698304 2586 33554432000 4194304 4291037 140735483691760 18446744073709551615 4229944 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16482/statm: 6274 2586 239 24 0 2908 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 25096

[startup+0.300367 s]
/proc/loadavg: 2.00 2.00 2.00 3/477 16482
/proc/meminfo: memFree=15639748/32951124 swapFree=67057928/67111528
[pid=16482] ppid=16480 vsize=25392 CPUtime=0.29 cores=1,3,5,7
/proc/16482/stat : 16482 (minisat_release) R 16480 16482 15828 0 -1 4202496 2917 0 0 0 29 0 0 0 23 0 1 0 751216244 26001408 2687 33554432000 4194304 4291037 140735483691760 18446744073709551615 4229971 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16482/statm: 6348 2687 240 24 0 2982 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 25392

[startup+0.700307 s]
/proc/loadavg: 2.00 2.00 2.00 3/477 16482
/proc/meminfo: memFree=15639748/32951124 swapFree=67057928/67111528
[pid=16482] ppid=16480 vsize=25028 CPUtime=0.69 cores=1,3,5,7
/proc/16482/stat : 16482 (minisat_release) R 16480 16482 15828 0 -1 4202496 3819 0 0 0 69 0 0 0 25 0 1 0 751216244 25628672 2757 33554432000 4194304 4291037 140735483691760 18446744073709551615 4262949 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16482/statm: 6257 2757 259 24 0 2891 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 25028

[startup+1.50016 s]
/proc/loadavg: 2.00 2.00 2.00 3/478 16483
/proc/meminfo: memFree=15627216/32951124 swapFree=67057928/67111528
[pid=16482] ppid=16480 vsize=27748 CPUtime=1.48 cores=1,3,5,7
/proc/16482/stat : 16482 (minisat_release) R 16480 16482 15828 0 -1 4202496 4534 0 0 0 148 0 0 0 25 0 1 0 751216244 28413952 3450 33554432000 4194304 4291037 140735483691760 18446744073709551615 4266203 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16482/statm: 6937 3450 259 24 0 3571 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 27748

[startup+3.10088 s]
/proc/loadavg: 2.00 2.00 2.00 3/478 16483
/proc/meminfo: memFree=15622380/32951124 swapFree=67057928/67111528
[pid=16482] ppid=16480 vsize=32920 CPUtime=3.09 cores=1,3,5,7
/proc/16482/stat : 16482 (minisat_release) R 16480 16482 15828 0 -1 4202496 5778 0 0 0 308 1 0 0 25 0 1 0 751216244 33710080 4666 33554432000 4194304 4291037 140735483691760 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16482/statm: 8230 4666 259 24 0 4864 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 32920

[startup+6.30031 s]
/proc/loadavg: 2.00 2.00 2.00 3/478 16483
/proc/meminfo: memFree=15611956/32951124 swapFree=67057928/67111528
[pid=16482] ppid=16480 vsize=41996 CPUtime=6.29 cores=1,3,5,7
/proc/16482/stat : 16482 (minisat_release) R 16480 16482 15828 0 -1 4202496 7559 0 0 0 628 1 0 0 25 0 1 0 751216244 43003904 6411 33554432000 4194304 4291037 140735483691760 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16482/statm: 10499 6411 259 24 0 7133 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 41996

[startup+12.7002 s]
/proc/loadavg: 2.00 2.00 2.00 3/478 16483
/proc/meminfo: memFree=15597276/32951124 swapFree=67057928/67111528
[pid=16482] ppid=16480 vsize=33904 CPUtime=12.69 cores=1,3,5,7
/proc/16482/stat : 16482 (minisat_release) R 16480 16482 15828 0 -1 4202496 11747 0 0 0 1266 3 0 0 25 0 1 0 751216244 34717696 4822 33554432000 4194304 4291037 140735483691760 18446744073709551615 4255673 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16482/statm: 8476 4822 259 24 0 5110 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 33904

[startup+25.5009 s]
/proc/loadavg: 2.00 2.00 2.00 3/478 16483
/proc/meminfo: memFree=15587744/32951124 swapFree=67057928/67111528
[pid=16482] ppid=16480 vsize=58404 CPUtime=25.48 cores=1,3,5,7
/proc/16482/stat : 16482 (minisat_release) R 16480 16482 15828 0 -1 4202496 16925 0 0 0 2545 3 0 0 25 0 1 0 751216244 59805696 9895 33554432000 4194304 4291037 140735483691760 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16482/statm: 14601 9895 259 24 0 11235 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 58404

[startup+51.1004 s]
/proc/loadavg: 2.00 2.00 2.00 3/478 16484
/proc/meminfo: memFree=15562044/32951124 swapFree=67057928/67111528
[pid=16482] ppid=16480 vsize=78652 CPUtime=51.09 cores=1,3,5,7
/proc/16482/stat : 16482 (minisat_release) R 16480 16482 15828 0 -1 4202496 28184 0 0 0 5104 5 0 0 25 0 1 0 751216244 80539648 13764 33554432000 4194304 4291037 140735483691760 18446744073709551615 4256120 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16482/statm: 19663 13764 259 24 0 16297 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 78652

[startup+102.318 s]
/proc/loadavg: 2.00 2.00 2.00 3/478 16486
/proc/meminfo: memFree=15519000/32951124 swapFree=67057928/67111528
[pid=16482] ppid=16480 vsize=92404 CPUtime=102.3 cores=1,3,5,7
/proc/16482/stat : 16482 (minisat_release) R 16480 16482 15828 0 -1 4202496 50345 0 0 0 10222 8 0 0 25 0 1 0 751216244 94621696 19630 33554432000 4194304 4291037 140735483691760 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16482/statm: 23101 19630 259 24 0 19735 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 92404

[startup+162.301 s]
/proc/loadavg: 2.09 2.03 2.01 3/478 16487
/proc/meminfo: memFree=15495904/32951124 swapFree=67057928/67111528
[pid=16482] ppid=16480 vsize=92404 CPUtime=162.29 cores=1,3,5,7
/proc/16482/stat : 16482 (minisat_release) R 16480 16482 15828 0 -1 4202496 67475 0 0 0 16219 10 0 0 25 0 1 0 751216244 94621696 19650 33554432000 4194304 4291037 140735483691760 18446744073709551615 4255915 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16482/statm: 23101 19650 259 24 0 19735 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 92404

[startup+222.301 s]
/proc/loadavg: 2.03 2.02 2.00 3/478 16489
/proc/meminfo: memFree=15713264/32951124 swapFree=67057928/67111528
[pid=16482] ppid=16480 vsize=92404 CPUtime=222.29 cores=1,3,5,7
/proc/16482/stat : 16482 (minisat_release) R 16480 16482 15828 0 -1 4202496 85384 0 0 0 22216 13 0 0 25 0 1 0 751216244 94621696 19665 33554432000 4194304 4291037 140735483691760 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16482/statm: 23101 19665 259 24 0 19735 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 92404

[startup+282.301 s]
/proc/loadavg: 2.09 2.05 2.01 3/478 16490
/proc/meminfo: memFree=15652984/32951124 swapFree=67057928/67111528
[pid=16482] ppid=16480 vsize=92404 CPUtime=282.29 cores=1,3,5,7
/proc/16482/stat : 16482 (minisat_release) R 16480 16482 15828 0 -1 4202496 104589 0 0 0 28212 17 0 0 25 0 1 0 751216244 94621696 19829 33554432000 4194304 4291037 140735483691760 18446744073709551615 4255904 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16482/statm: 23101 19829 259 24 0 19735 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 92404

[startup+342.301 s]
/proc/loadavg: 2.03 2.03 2.00 3/478 16492
/proc/meminfo: memFree=15574208/32951124 swapFree=67057928/67111528
[pid=16482] ppid=16480 vsize=141724 CPUtime=342.3 cores=1,3,5,7
/proc/16482/stat : 16482 (minisat_release) R 16480 16482 15828 0 -1 4202496 122722 0 0 0 34211 19 0 0 25 0 1 0 751216244 145125376 28537 33554432000 4194304 4291037 140735483691760 18446744073709551615 4256347 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16482/statm: 35431 28537 259 24 0 32065 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 141724

[startup+402.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/478 16493
/proc/meminfo: memFree=15584216/32951124 swapFree=67057928/67111528
[pid=16482] ppid=16480 vsize=92404 CPUtime=402.29 cores=1,3,5,7
/proc/16482/stat : 16482 (minisat_release) R 16480 16482 15828 0 -1 4202496 134312 0 0 0 40208 21 0 0 25 0 1 0 751216244 94621696 19858 33554432000 4194304 4291037 140735483691760 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16482/statm: 23101 19858 259 24 0 19735 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 92404

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

[startup+409.501 s]
/proc/loadavg: 2.01 2.02 2.00 3/478 16494
/proc/meminfo: memFree=15548728/32951124 swapFree=67057928/67111528
[pid=16482] ppid=16480 vsize=141724 CPUtime=409.49 cores=1,3,5,7
/proc/16482/stat : 16482 (minisat_release) R 16480 16482 15828 0 -1 4202496 142862 0 0 0 40927 22 0 0 25 0 1 0 751216244 145125376 28386 33554432000 4194304 4291037 140735483691760 18446744073709551615 4256120 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16482/statm: 35431 28386 259 24 0 32065 0
Current children cumulated CPU time (s) 409.49
Current children cumulated vsize (KiB) 141724

[startup+422.301 s]
/proc/loadavg: 2.01 2.02 2.00 3/478 16494
/proc/meminfo: memFree=15576380/32951124 swapFree=67057928/67111528
[pid=16482] ppid=16480 vsize=92404 CPUtime=422.31 cores=1,3,5,7
/proc/16482/stat : 16482 (minisat_release) R 16480 16482 15828 0 -1 4202496 144645 0 0 0 42208 23 0 0 25 0 1 0 751216244 94621696 19858 33554432000 4194304 4291037 140735483691760 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16482/statm: 23101 19858 259 24 0 19735 0
Current children cumulated CPU time (s) 422.31
Current children cumulated vsize (KiB) 92404

[startup+428.701 s]
/proc/loadavg: 2.01 2.02 2.00 3/478 16494
/proc/meminfo: memFree=15573896/32951124 swapFree=67057928/67111528
[pid=16482] ppid=16480 vsize=92404 CPUtime=428.7 cores=1,3,5,7
/proc/16482/stat : 16482 (minisat_release) R 16480 16482 15828 0 -1 4202496 144645 0 0 0 42847 23 0 0 25 0 1 0 751216244 94621696 19858 33554432000 4194304 4291037 140735483691760 18446744073709551615 4256100 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16482/statm: 23101 19858 259 24 0 19735 0
Current children cumulated CPU time (s) 428.7
Current children cumulated vsize (KiB) 92404

[startup+435.101 s]
/proc/loadavg: 2.00 2.02 2.00 3/478 16494
/proc/meminfo: memFree=15551452/32951124 swapFree=67057928/67111528
[pid=16482] ppid=16480 vsize=111080 CPUtime=435.1 cores=1,3,5,7
/proc/16482/stat : 16482 (minisat_release) R 16480 16482 15828 0 -1 4202496 149325 0 0 0 43487 23 0 0 25 0 1 0 751216244 113745920 24339 33554432000 4194304 4291037 140735483691760 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16482/statm: 27770 24339 259 24 0 24404 0
Current children cumulated CPU time (s) 435.1
Current children cumulated vsize (KiB) 111080

[startup+438.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/478 16494
/proc/meminfo: memFree=15548352/32951124 swapFree=67057928/67111528
[pid=16482] ppid=16480 vsize=111080 CPUtime=438.3 cores=1,3,5,7
/proc/16482/stat : 16482 (minisat_release) R 16480 16482 15828 0 -1 4202496 149519 0 0 0 43807 23 0 0 25 0 1 0 751216244 113745920 24527 33554432000 4194304 4291037 140735483691760 18446744073709551615 4255880 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16482/statm: 27770 24527 259 24 0 24404 0
Current children cumulated CPU time (s) 438.3
Current children cumulated vsize (KiB) 111080

[startup+439.901 s]
/proc/loadavg: 2.00 2.02 2.00 3/478 16495
/proc/meminfo: memFree=15547236/32951124 swapFree=67057928/67111528
[pid=16482] ppid=16480 vsize=111080 CPUtime=439.91 cores=1,3,5,7
/proc/16482/stat : 16482 (minisat_release) R 16480 16482 15828 0 -1 4202496 149519 0 0 0 43968 23 0 0 25 0 1 0 751216244 113745920 24527 33554432000 4194304 4291037 140735483691760 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16482/statm: 27770 24527 259 24 0 24404 0
Current children cumulated CPU time (s) 439.91
Current children cumulated vsize (KiB) 111080

[startup+440.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/478 16495
/proc/meminfo: memFree=15547236/32951124 swapFree=67057928/67111528
[pid=16482] ppid=16480 vsize=111080 CPUtime=440.3 cores=1,3,5,7
/proc/16482/stat : 16482 (minisat_release) R 16480 16482 15828 0 -1 4202496 149519 0 0 0 44007 23 0 0 25 0 1 0 751216244 113745920 24527 33554432000 4194304 4291037 140735483691760 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16482/statm: 27770 24527 259 24 0 24404 0
Current children cumulated CPU time (s) 440.3
Current children cumulated vsize (KiB) 111080

[startup+440.701 s]
/proc/loadavg: 2.00 2.02 2.00 3/478 16495
/proc/meminfo: memFree=15547236/32951124 swapFree=67057928/67111528
[pid=16482] ppid=16480 vsize=111080 CPUtime=440.7 cores=1,3,5,7
/proc/16482/stat : 16482 (minisat_release) R 16480 16482 15828 0 -1 4202496 149519 0 0 0 44047 23 0 0 25 0 1 0 751216244 113745920 24527 33554432000 4194304 4291037 140735483691760 18446744073709551615 4255890 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16482/statm: 27770 24527 259 24 0 24404 0
Current children cumulated CPU time (s) 440.7
Current children cumulated vsize (KiB) 111080

Child status: 20
Real time (s): 440.722
CPU time (s): 440.727
CPU user time (s): 440.488
CPU system time (s): 0.238963
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 141724

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

runsolver used 1.9557 second user time and 4.86126 second system time

The end

Launcher Data

Begin job on node140 at 2011-05-28 15:06:49
IDJOB=3420120
IDBENCH=83451
IDSOLVER=1912
FILE ID=node140/3420120-1306588009
RUNJOBID= node140-1306579391-15847
PBS_JOBID= 13471540
Free space on /tmp= 73400 MiB

SOLVER NAME= minisat hack reference: minisat 2.2.0
BENCH NAME= SAT11/application/leberre/2dimensionalstrippacking/korf-17.cnf
COMMAND LINE= minisat_release BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3420120-1306588009/watcher-3420120-1306588009 -o /tmp/evaluation-result-3420120-1306588009/solver-3420120-1306588009 -C 5000 -W 5100 -M 15500  minisat_release HOME/instance-3420120-1306588009.cnf

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

MD5SUM BENCH= ade81e5508101352b3d942708b201606
RANDOM SEED=1175884473

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      15640020 kB
Buffers:        368260 kB
Cached:        9329872 kB
SwapCached:       8168 kB
Active:       11499044 kB
Inactive:      5453748 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      15640020 kB
SwapTotal:    67111528 kB
SwapFree:     67057928 kB
Dirty:            2780 kB
Writeback:           0 kB
AnonPages:     7251560 kB
Mapped:          38112 kB
Slab:           237672 kB
PageTables:      52592 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 141797356 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= 73396 MiB
End job on node140 at 2011-05-28 15:14:10