Trace number 3362654

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 505.23 505.214

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 benchmark505.23
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

505.21/505.20	WARNING: for repeatability, setting FPU to use double precision
505.21/505.20	============================[ Problem Statistics ]=============================
505.21/505.20	|                                                                             |
505.21/505.20	|  Number of variables:          6664                                         |
505.21/505.20	|  Number of clauses:           89966                                         |
505.21/505.20	|  Parse time:                   0.03 s                                       |
505.21/505.20	|  Eliminated clauses:           0.08 Mb                                      |
505.21/505.20	|  Simplification time:          0.47 s                                       |
505.21/505.20	|                                                                             |
505.21/505.20	============================[ Search Statistics ]==============================
505.21/505.20	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
505.21/505.20	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
505.21/505.20	===============================================================================
505.21/505.20	|       100 |    5924    88786   439241 |    32554      100     60 |  0.000 % |
505.21/505.20	|       250 |    5924    88786   439241 |    35810      250     54 |  0.000 % |
505.21/505.20	|       475 |    5924    88786   439241 |    39391      475     46 |  0.000 % |
505.21/505.20	|       812 |    5924    88786   439241 |    43330      812     42 |  0.000 % |
505.21/505.20	|      1318 |    5924    88786   439241 |    47663     1318     38 |  0.000 % |
505.21/505.20	|      2077 |    5924    88786   439241 |    52429     2077     36 |  0.000 % |
505.21/505.20	|      3216 |    5924    88786   439241 |    57672     3216     38 |  0.000 % |
505.21/505.20	|      4924 |    5924    88786   439241 |    63440     4924     36 |  0.000 % |
505.21/505.20	|      7486 |    5924    88786   439241 |    69784     7486     37 |  0.000 % |
505.21/505.20	|     11330 |    5924    88786   439241 |    76762    11330     35 |  0.000 % |
505.21/505.20	|     17096 |    5924    88786   439241 |    84438    17096     36 |  0.000 % |
505.21/505.20	|     25745 |    5924    88786   439241 |    92882    25745     37 |  0.000 % |
505.21/505.20	|     38719 |    5924    88786   439241 |   102171    38719     38 |  0.000 % |
505.21/505.20	|     58180 |    5924    88786   439241 |   112388    58180     39 |  0.000 % |
505.21/505.20	|     87372 |    5924    88786   439241 |   123627    87372     40 |  0.000 % |
505.21/505.20	|    131161 |    5924    88786   439241 |   135989    32063     33 |  0.000 % |
505.21/505.20	|    196845 |    5924    88786   439241 |   149588    97747     42 |  0.000 % |
505.21/505.20	|    295371 |    5924    88786   439241 |   164547    74446     36 |  0.000 % |
505.21/505.20	|    443160 |    5924    88786   439241 |   181002    86674     37 |  0.000 % |
505.21/505.20	|    664843 |    5924    88786   439241 |   199102   158126     39 |  0.000 % |
505.21/505.20	|    997368 |    5924    88786   439241 |   219012   150524     35 |  0.000 % |
505.21/505.20	|   1496156 |    5924    88786   439241 |   240914    86546     33 |  0.000 % |
505.21/505.20	|   2244338 |    5924    88786   439241 |   265005   208786     34 |  0.000 % |
505.21/505.20	===============================================================================
505.21/505.20	restarts              : 5118
505.21/505.20	conflicts             : 2963050        (5869 /sec)
505.21/505.20	decisions             : 4387342        (0.00 % random) (8690 /sec)
505.21/505.20	propagations          : 813477548      (1611200 /sec)
505.21/505.20	conflict literals     : 114488541      (44.48 % deleted)
505.21/505.20	Memory used           : 138.00 MB
505.21/505.20	CPU time              : 504.889 s
505.21/505.20	
505.21/505.20	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-3362654-1305308192/watcher-3362654-1305308192 -o /tmp/evaluation-result-3362654-1305308192/solver-3362654-1305308192 -C 2400 -W 1300 -M 7680 minisat_release HOME/instance-3362654-1305308192.cnf 

running on 2 cores: 1,3

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


[startup+0 s]
/proc/loadavg: 4.00 4.03 4.00 4/320 3935
/proc/meminfo: memFree=19853292/32951124 swapFree=59305796/67111528
[pid=3935] ppid=3933 vsize=19544 CPUtime=0 cores=1,3
/proc/3935/stat : 3935 (minisat_release) R 3933 3935 3769 0 -1 4202496 746 0 0 0 0 0 0 0 25 0 1 0 721049688 20013056 682 33554432000 4194304 4291037 140735756515552 18446744073709551615 4277897 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/3935/statm: 4886 682 213 24 0 1520 0

[startup+0.0760989 s]
/proc/loadavg: 4.00 4.03 4.00 4/320 3935
/proc/meminfo: memFree=19853292/32951124 swapFree=59305796/67111528
[pid=3935] ppid=3933 vsize=25104 CPUtime=0.07 cores=1,3
/proc/3935/stat : 3935 (minisat_release) R 3933 3935 3769 0 -1 4202496 2816 0 0 0 7 0 0 0 25 0 1 0 721049688 25706496 2587 33554432000 4194304 4291037 140735756515552 18446744073709551615 4229971 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/3935/statm: 6276 2587 239 24 0 2910 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 25104

[startup+0.101089 s]
/proc/loadavg: 4.00 4.03 4.00 4/320 3935
/proc/meminfo: memFree=19853292/32951124 swapFree=59305796/67111528
[pid=3935] ppid=3933 vsize=25104 CPUtime=0.09 cores=1,3
/proc/3935/stat : 3935 (minisat_release) R 3933 3935 3769 0 -1 4202496 2816 0 0 0 9 0 0 0 25 0 1 0 721049688 25706496 2587 33554432000 4194304 4291037 140735756515552 18446744073709551615 4229971 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/3935/statm: 6276 2587 239 24 0 2910 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 25104

[startup+0.301075 s]
/proc/loadavg: 4.00 4.03 4.00 4/320 3935
/proc/meminfo: memFree=19853292/32951124 swapFree=59305796/67111528
[pid=3935] ppid=3933 vsize=25400 CPUtime=0.29 cores=1,3
/proc/3935/stat : 3935 (minisat_release) R 3933 3935 3769 0 -1 4202496 2918 0 0 0 29 0 0 0 25 0 1 0 721049688 26009600 2688 33554432000 4194304 4291037 140735756515552 18446744073709551615 4229955 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/3935/statm: 6350 2688 240 24 0 2984 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 25400

[startup+0.700978 s]
/proc/loadavg: 4.00 4.03 4.00 4/320 3935
/proc/meminfo: memFree=19853292/32951124 swapFree=59305796/67111528
[pid=3935] ppid=3933 vsize=25036 CPUtime=0.69 cores=1,3
/proc/3935/stat : 3935 (minisat_release) R 3933 3935 3769 0 -1 4202496 3820 0 0 0 69 0 0 0 25 0 1 0 721049688 25636864 2758 33554432000 4194304 4291037 140735756515552 18446744073709551615 4255656 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/3935/statm: 6259 2758 259 24 0 2893 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 25036

[startup+1.50083 s]
/proc/loadavg: 4.00 4.03 4.00 5/324 3942
/proc/meminfo: memFree=19730792/32951124 swapFree=59305796/67111528
[pid=3935] ppid=3933 vsize=27756 CPUtime=1.49 cores=1,3
/proc/3935/stat : 3935 (minisat_release) R 3933 3935 3769 0 -1 4202496 4520 0 0 0 149 0 0 0 25 0 1 0 721049688 28422144 3437 33554432000 4194304 4291037 140735756515552 18446744073709551615 4255880 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/3935/statm: 6939 3437 259 24 0 3573 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 27756

[startup+3.10053 s]
/proc/loadavg: 4.00 4.03 4.00 4/325 3949
/proc/meminfo: memFree=22906300/32951124 swapFree=59305796/67111528
[pid=3935] ppid=3933 vsize=32656 CPUtime=3.09 cores=1,3
/proc/3935/stat : 3935 (minisat_release) R 3933 3935 3769 0 -1 4202496 5638 0 0 0 309 0 0 0 25 0 1 0 721049688 33439744 4528 33554432000 4194304 4291037 140735756515552 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/3935/statm: 8164 4528 259 24 0 4798 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 32656

[startup+6.30094 s]
/proc/loadavg: 4.00 4.03 4.00 5/327 3977
/proc/meminfo: memFree=23027080/32951124 swapFree=59305796/67111528
[pid=3935] ppid=3933 vsize=41872 CPUtime=6.29 cores=1,3
/proc/3935/stat : 3935 (minisat_release) R 3933 3935 3769 0 -1 4202496 7366 0 0 0 628 1 0 0 25 0 1 0 721049688 42876928 6222 33554432000 4194304 4291037 140735756515552 18446744073709551615 4256169 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/3935/statm: 10468 6223 259 24 0 7102 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 41872

[startup+12.7008 s]
/proc/loadavg: 3.92 4.01 3.99 5/324 3998
/proc/meminfo: memFree=22965632/32951124 swapFree=59305796/67111528
[pid=3935] ppid=3933 vsize=56072 CPUtime=12.69 cores=1,3
/proc/3935/stat : 3935 (minisat_release) R 3933 3935 3769 0 -1 4202496 9700 0 0 0 1267 2 0 0 25 0 1 0 721049688 57417728 8521 33554432000 4194304 4291037 140735756515552 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/3935/statm: 14018 8521 259 24 0 10652 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 56072

[startup+25.5004 s]
/proc/loadavg: 4.00 4.03 4.00 5/327 4004
/proc/meminfo: memFree=22648956/32951124 swapFree=59305796/67111528
[pid=3935] ppid=3933 vsize=57620 CPUtime=25.49 cores=1,3
/proc/3935/stat : 3935 (minisat_release) R 3933 3935 3769 0 -1 4202496 15785 0 0 0 2545 4 0 0 25 0 1 0 721049688 59002880 8783 33554432000 4194304 4291037 140735756515552 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/3935/statm: 14405 8783 259 24 0 11039 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 57620

[startup+51.1006 s]
/proc/loadavg: 4.00 4.02 4.00 5/327 4005
/proc/meminfo: memFree=22644820/32951124 swapFree=59305796/67111528
[pid=3935] ppid=3933 vsize=78660 CPUtime=51.09 cores=1,3
/proc/3935/stat : 3935 (minisat_release) R 3933 3935 3769 0 -1 4202496 24141 0 0 0 5101 8 0 0 25 0 1 0 721049688 80547840 9904 33554432000 4194304 4291037 140735756515552 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/3935/statm: 19665 9904 259 24 0 16299 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 78660

[startup+102.312 s]
/proc/loadavg: 4.00 4.02 4.00 5/327 4006
/proc/meminfo: memFree=22545928/32951124 swapFree=59305796/67111528
[pid=3935] ppid=3933 vsize=92412 CPUtime=102.3 cores=1,3
/proc/3935/stat : 3935 (minisat_release) R 3933 3935 3769 0 -1 4202496 41637 0 0 0 10217 13 0 0 25 0 1 0 721049688 94629888 19443 33554432000 4194304 4291037 140735756515552 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/3935/statm: 23103 19443 259 24 0 19737 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 92412

[startup+162.301 s]
/proc/loadavg: 4.00 4.01 4.00 5/327 4038
/proc/meminfo: memFree=22672444/32951124 swapFree=59305796/67111528
[pid=3935] ppid=3933 vsize=92412 CPUtime=162.29 cores=1,3
/proc/3935/stat : 3935 (minisat_release) R 3933 3935 3769 0 -1 4202496 58854 0 0 0 16213 16 0 0 25 0 1 0 721049688 94629888 19639 33554432000 4194304 4291037 140735756515552 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/3935/statm: 23103 19639 259 24 0 19737 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 92412

[startup+222.301 s]
/proc/loadavg: 4.00 4.01 4.00 5/327 4039
/proc/meminfo: memFree=22679260/32951124 swapFree=59305796/67111528
[pid=3935] ppid=3933 vsize=92412 CPUtime=222.29 cores=1,3
/proc/3935/stat : 3935 (minisat_release) R 3933 3935 3769 0 -1 4202496 76232 0 0 0 22209 20 0 0 25 0 1 0 721049688 94629888 19666 33554432000 4194304 4291037 140735756515552 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/3935/statm: 23103 19666 259 24 0 19737 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 92412

[startup+282.301 s]
/proc/loadavg: 4.00 4.00 4.00 5/327 4041
/proc/meminfo: memFree=22539064/32951124 swapFree=59305796/67111528
[pid=3935] ppid=3933 vsize=141732 CPUtime=282.3 cores=1,3
/proc/3935/stat : 3935 (minisat_release) R 3933 3935 3769 0 -1 4202496 93722 0 0 0 28208 22 0 0 25 0 1 0 721049688 145133568 27983 33554432000 4194304 4291037 140735756515552 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/3935/statm: 35433 27983 259 24 0 32067 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 141732

[startup+342.3 s]
/proc/loadavg: 4.00 4.00 4.00 5/327 4042
/proc/meminfo: memFree=22493016/32951124 swapFree=59305796/67111528
[pid=3935] ppid=3933 vsize=92412 CPUtime=342.3 cores=1,3
/proc/3935/stat : 3935 (minisat_release) R 3933 3935 3769 0 -1 4202496 104590 0 0 0 34205 25 0 0 25 0 1 0 721049688 94629888 19830 33554432000 4194304 4291037 140735756515552 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/3935/statm: 23103 19830 259 24 0 19737 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 92412

[startup+402.3 s]
/proc/loadavg: 4.03 4.01 4.00 5/324 4074
/proc/meminfo: memFree=22728916/32951124 swapFree=59305796/67111528
[pid=3935] ppid=3933 vsize=141732 CPUtime=402.3 cores=1,3
/proc/3935/stat : 3935 (minisat_release) R 3933 3935 3769 0 -1 4202496 123239 0 0 0 40202 28 0 0 25 0 1 0 721049688 145133568 29042 33554432000 4194304 4291037 140735756515552 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/3935/statm: 35433 29042 259 24 0 32067 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 141732

[startup+462.3 s]
/proc/loadavg: 4.01 4.01 4.00 5/324 4103
/proc/meminfo: memFree=22754172/32951124 swapFree=59305796/67111528
[pid=3935] ppid=3933 vsize=92412 CPUtime=462.31 cores=1,3
/proc/3935/stat : 3935 (minisat_release) R 3933 3935 3769 0 -1 4202496 134313 0 0 0 46199 32 0 0 25 0 1 0 721049688 94629888 19859 33554432000 4194304 4291037 140735756515552 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/3935/statm: 23103 19859 259 24 0 19737 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 92412

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

[startup+486.301 s]
/proc/loadavg: 4.09 4.02 4.01 5/327 4127
/proc/meminfo: memFree=22804684/32951124 swapFree=59305796/67111528
[pid=3935] ppid=3933 vsize=92412 CPUtime=486.31 cores=1,3
/proc/3935/stat : 3935 (minisat_release) R 3933 3935 3769 0 -1 4202496 144646 0 0 0 48598 33 0 0 25 0 1 0 721049688 94629888 19859 33554432000 4194304 4291037 140735756515552 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/3935/statm: 23103 19859 259 24 0 19737 0
Current children cumulated CPU time (s) 486.31
Current children cumulated vsize (KiB) 92412

[startup+492.701 s]
/proc/loadavg: 4.08 4.02 4.00 5/327 4127
/proc/meminfo: memFree=22796500/32951124 swapFree=59305796/67111528
[pid=3935] ppid=3933 vsize=92412 CPUtime=492.71 cores=1,3
/proc/3935/stat : 3935 (minisat_release) R 3933 3935 3769 0 -1 4202496 144646 0 0 0 49238 33 0 0 25 0 1 0 721049688 94629888 19859 33554432000 4194304 4291037 140735756515552 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/3935/statm: 23103 19859 259 24 0 19737 0
Current children cumulated CPU time (s) 492.71
Current children cumulated vsize (KiB) 92412

[startup+499.1 s]
/proc/loadavg: 4.07 4.02 4.00 5/327 4128
/proc/meminfo: memFree=22822396/32951124 swapFree=59305796/67111528
[pid=3935] ppid=3933 vsize=111088 CPUtime=499.11 cores=1,3
/proc/3935/stat : 3935 (minisat_release) R 3933 3935 3769 0 -1 4202496 149292 0 0 0 49878 33 0 0 25 0 1 0 721049688 113754112 24307 33554432000 4194304 4291037 140735756515552 18446744073709551615 4255656 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/3935/statm: 27772 24307 259 24 0 24406 0
Current children cumulated CPU time (s) 499.11
Current children cumulated vsize (KiB) 111088

[startup+502.301 s]
/proc/loadavg: 4.07 4.02 4.00 5/327 4128
/proc/meminfo: memFree=22799828/32951124 swapFree=59305796/67111528
[pid=3935] ppid=3933 vsize=111088 CPUtime=502.31 cores=1,3
/proc/3935/stat : 3935 (minisat_release) R 3933 3935 3769 0 -1 4202496 149520 0 0 0 50198 33 0 0 25 0 1 0 721049688 113754112 24528 33554432000 4194304 4291037 140735756515552 18446744073709551615 4255673 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/3935/statm: 27772 24528 259 24 0 24406 0
Current children cumulated CPU time (s) 502.31
Current children cumulated vsize (KiB) 111088

[startup+503.9 s]
/proc/loadavg: 4.07 4.02 4.00 5/327 4128
/proc/meminfo: memFree=22796728/32951124 swapFree=59305796/67111528
[pid=3935] ppid=3933 vsize=111088 CPUtime=503.91 cores=1,3
/proc/3935/stat : 3935 (minisat_release) R 3933 3935 3769 0 -1 4202496 149520 0 0 0 50358 33 0 0 25 0 1 0 721049688 113754112 24528 33554432000 4194304 4291037 140735756515552 18446744073709551615 4255880 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/3935/statm: 27772 24528 259 24 0 24406 0
Current children cumulated CPU time (s) 503.91
Current children cumulated vsize (KiB) 111088

[startup+504.7 s]
/proc/loadavg: 4.07 4.02 4.00 5/327 4128
/proc/meminfo: memFree=22796728/32951124 swapFree=59305796/67111528
[pid=3935] ppid=3933 vsize=111088 CPUtime=504.71 cores=1,3
/proc/3935/stat : 3935 (minisat_release) R 3933 3935 3769 0 -1 4202496 149520 0 0 0 50438 33 0 0 25 0 1 0 721049688 113754112 24528 33554432000 4194304 4291037 140735756515552 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/3935/statm: 27772 24528 259 24 0 24406 0
Current children cumulated CPU time (s) 504.71
Current children cumulated vsize (KiB) 111088

[startup+505.1 s]
/proc/loadavg: 4.07 4.02 4.00 5/327 4128
/proc/meminfo: memFree=22795352/32951124 swapFree=59305796/67111528
[pid=3935] ppid=3933 vsize=111088 CPUtime=505.11 cores=1,3
/proc/3935/stat : 3935 (minisat_release) R 3933 3935 3769 0 -1 4202496 149520 0 0 0 50478 33 0 0 25 0 1 0 721049688 113754112 24528 33554432000 4194304 4291037 140735756515552 18446744073709551615 4255656 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/3935/statm: 27772 24528 259 24 0 24406 0
Current children cumulated CPU time (s) 505.11
Current children cumulated vsize (KiB) 111088

[startup+505.2 s]
/proc/loadavg: 4.07 4.02 4.00 5/327 4128
/proc/meminfo: memFree=22795352/32951124 swapFree=59305796/67111528
[pid=3935] ppid=3933 vsize=111088 CPUtime=505.21 cores=1,3
/proc/3935/stat : 3935 (minisat_release) R 3933 3935 3769 0 -1 4202496 149520 0 0 0 50488 33 0 0 25 0 1 0 721049688 113754112 24528 33554432000 4194304 4291037 140735756515552 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/3935/statm: 27772 24528 259 24 0 24406 0
Current children cumulated CPU time (s) 505.21
Current children cumulated vsize (KiB) 111088

Child status: 20
Real time (s): 505.214
CPU time (s): 505.23
CPU user time (s): 504.889
CPU system time (s): 0.340948
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 141732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 504.889
system time used= 0.340948
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 149535
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= 8
involuntary context switches= 869

runsolver used 1.40079 second user time and 3.65944 second system time

The end

Launcher Data

Begin job on node111 at 2011-05-13 19:36:32
IDJOB=3362654
IDBENCH=83451
IDSOLVER=1840
FILE ID=node111/3362654-1305308192
RUNJOBID= node111-1305306889-3789
PBS_JOBID= 13321484
Free space on /tmp= 51428 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-3362654-1305308192/watcher-3362654-1305308192 -o /tmp/evaluation-result-3362654-1305308192/solver-3362654-1305308192 -C 2400 -W 1300 -M 7680  minisat_release HOME/instance-3362654-1305308192.cnf

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

MD5SUM BENCH= ade81e5508101352b3d942708b201606
RANDOM SEED=873212105

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:      19853704 kB
Buffers:        207596 kB
Cached:        6305824 kB
SwapCached:      13720 kB
Active:        4107700 kB
Inactive:      8767336 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      19853704 kB
SwapTotal:    67111528 kB
SwapFree:     59305796 kB
Dirty:           37272 kB
Writeback:           0 kB
AnonPages:     6357356 kB
Mapped:          12932 kB
Slab:           115992 kB
PageTables:      43480 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 57699532 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= 51476 MiB
End job on node111 at 2011-05-13 19:44:57