Trace number 3422520

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: contrasat 2011-03-02UNSAT 444.459 444.448

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

444.42/444.44	c WARNING: for repeatability, setting FPU to use double precision
444.42/444.44	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-3422520-1306669252/watcher-3422520-1306669252 -o /tmp/evaluation-result-3422520-1306669252/solver-3422520-1306669252 -C 5000 -W 5100 -M 15500 contrasat_release HOME/instance-3422520-1306669252.cnf 

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.01 2.05 2.00 2/424 23764
/proc/meminfo: memFree=14045520/32951124 swapFree=48785060/67111528
[pid=23764] ppid=23762 vsize=20772 CPUtime=0 cores=0,2,4,6
/proc/23764/stat : 23764 (contrasat_relea) R 23762 23764 22730 0 -1 4202496 1160 0 0 0 0 0 0 0 25 0 1 0 778523419 21270528 1055 33554432000 4194304 4298156 140733488553072 18446744073709551615 4284982 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23764/statm: 5193 1055 214 26 0 1825 0

[startup+0.098644 s]
/proc/loadavg: 2.01 2.05 2.00 2/424 23764
/proc/meminfo: memFree=14045520/32951124 swapFree=48785060/67111528
[pid=23764] ppid=23762 vsize=25216 CPUtime=0.09 cores=0,2,4,6
/proc/23764/stat : 23764 (contrasat_relea) R 23762 23764 22730 0 -1 4202496 3187 0 0 0 9 0 0 0 25 0 1 0 778523419 25821184 2762 33554432000 4194304 4298156 140733488553072 18446744073709551615 4227761 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/23764/statm: 6304 2762 222 26 0 2936 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 25216

[startup+0.100639 s]
/proc/loadavg: 2.01 2.05 2.00 2/424 23764
/proc/meminfo: memFree=14045520/32951124 swapFree=48785060/67111528
[pid=23764] ppid=23762 vsize=25216 CPUtime=0.09 cores=0,2,4,6
/proc/23764/stat : 23764 (contrasat_relea) R 23762 23764 22730 0 -1 4202496 3187 0 0 0 9 0 0 0 25 0 1 0 778523419 25821184 2762 33554432000 4194304 4298156 140733488553072 18446744073709551615 4227761 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/23764/statm: 6304 2762 222 26 0 2936 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 25216

[startup+0.30063 s]
/proc/loadavg: 2.01 2.05 2.00 2/424 23764
/proc/meminfo: memFree=14045520/32951124 swapFree=48785060/67111528
[pid=23764] ppid=23762 vsize=25516 CPUtime=0.29 cores=0,2,4,6
/proc/23764/stat : 23764 (contrasat_relea) R 23762 23764 22730 0 -1 4202496 3316 0 0 0 29 0 0 0 25 0 1 0 778523419 26128384 2878 33554432000 4194304 4298156 140733488553072 18446744073709551615 4227683 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/23764/statm: 6379 2878 222 26 0 3011 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 25516

[startup+0.700556 s]
/proc/loadavg: 2.01 2.05 2.00 2/424 23764
/proc/meminfo: memFree=14045520/32951124 swapFree=48785060/67111528
[pid=23764] ppid=23762 vsize=25152 CPUtime=0.69 cores=0,2,4,6
/proc/23764/stat : 23764 (contrasat_relea) R 23762 23764 22730 0 -1 4202496 4539 0 0 0 69 0 0 0 25 0 1 0 778523419 25755648 2921 33554432000 4194304 4298156 140733488553072 18446744073709551615 4256333 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/23764/statm: 6288 2921 243 26 0 2920 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 25152

[startup+1.50043 s]
/proc/loadavg: 2.01 2.05 2.00 3/425 23765
/proc/meminfo: memFree=14033492/32951124 swapFree=48785060/67111528
[pid=23764] ppid=23762 vsize=34940 CPUtime=1.49 cores=0,2,4,6
/proc/23764/stat : 23764 (contrasat_relea) R 23762 23764 22730 0 -1 4202496 8173 0 0 0 148 1 0 0 25 0 1 0 778523419 35778560 4681 33554432000 4194304 4298156 140733488553072 18446744073709551615 4263186 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/23764/statm: 8735 4681 243 26 0 5367 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 34940

[startup+3.10112 s]
/proc/loadavg: 2.01 2.05 2.00 3/425 23765
/proc/meminfo: memFree=14024936/32951124 swapFree=48785060/67111528
[pid=23764] ppid=23762 vsize=27868 CPUtime=3.09 cores=0,2,4,6
/proc/23764/stat : 23764 (contrasat_relea) R 23762 23764 22730 0 -1 4202496 12513 0 0 0 308 1 0 0 25 0 1 0 778523419 28536832 3519 33554432000 4194304 4298156 140733488553072 18446744073709551615 4256826 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/23764/statm: 6967 3519 243 26 0 3599 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 27868

[startup+6.30055 s]
/proc/loadavg: 2.01 2.05 2.00 3/425 23765
/proc/meminfo: memFree=13989968/32951124 swapFree=48785060/67111528
[pid=23764] ppid=23762 vsize=39576 CPUtime=6.29 cores=0,2,4,6
/proc/23764/stat : 23764 (contrasat_relea) R 23762 23764 22730 0 -1 4202496 15413 0 0 0 627 2 0 0 25 0 1 0 778523419 40525824 6027 33554432000 4194304 4298156 140733488553072 18446744073709551615 4256829 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/23764/statm: 9894 6027 243 26 0 6526 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 39576

[startup+12.7004 s]
/proc/loadavg: 2.01 2.04 2.00 3/425 23765
/proc/meminfo: memFree=14016960/32951124 swapFree=48785060/67111528
[pid=23764] ppid=23762 vsize=44184 CPUtime=12.69 cores=0,2,4,6
/proc/23764/stat : 23764 (contrasat_relea) R 23762 23764 22730 0 -1 4202496 25744 0 0 0 1266 3 0 0 25 0 1 0 778523419 45244416 7003 33554432000 4194304 4298156 140733488553072 18446744073709551615 4256301 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/23764/statm: 11046 7003 243 26 0 7678 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 44184

[startup+25.501 s]
/proc/loadavg: 2.01 2.04 2.00 3/425 23765
/proc/meminfo: memFree=14000832/32951124 swapFree=48785060/67111528
[pid=23764] ppid=23762 vsize=62860 CPUtime=25.49 cores=0,2,4,6
/proc/23764/stat : 23764 (contrasat_relea) R 23762 23764 22730 0 -1 4202496 30082 0 0 0 2545 4 0 0 25 0 1 0 778523419 64368640 10836 33554432000 4194304 4298156 140733488553072 18446744073709551615 4256277 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/23764/statm: 15715 10836 243 26 0 12347 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 62860

[startup+51.1004 s]
/proc/loadavg: 2.08 2.05 2.00 3/425 23766
/proc/meminfo: memFree=13991620/32951124 swapFree=48785060/67111528
[pid=23764] ppid=23762 vsize=70036 CPUtime=51.09 cores=0,2,4,6
/proc/23764/stat : 23764 (contrasat_relea) R 23762 23764 22730 0 -1 4202496 42036 0 0 0 5103 6 0 0 25 0 1 0 778523419 71716864 13338 33554432000 4194304 4298156 140733488553072 18446744073709551615 4256736 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/23764/statm: 17509 13339 243 26 0 14141 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 70036

[startup+102.316 s]
/proc/loadavg: 2.03 2.04 2.00 3/425 23767
/proc/meminfo: memFree=13977848/32951124 swapFree=48785060/67111528
[pid=23764] ppid=23762 vsize=81708 CPUtime=102.31 cores=0,2,4,6
/proc/23764/stat : 23764 (contrasat_relea) R 23762 23764 22730 0 -1 4202496 45597 0 0 0 10225 6 0 0 25 0 1 0 778523419 83668992 16625 33554432000 4194304 4298156 140733488553072 18446744073709551615 4256296 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/23764/statm: 20427 16625 243 26 0 17059 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 81708

[startup+162.301 s]
/proc/loadavg: 2.01 2.03 2.00 3/425 23769
/proc/meminfo: memFree=13939496/32951124 swapFree=48785060/67111528
[pid=23764] ppid=23762 vsize=93380 CPUtime=162.29 cores=0,2,4,6
/proc/23764/stat : 23764 (contrasat_relea) R 23762 23764 22730 0 -1 4202496 66504 0 0 0 16220 9 0 0 25 0 1 0 778523419 95621120 17138 33554432000 4194304 4298156 140733488553072 18446744073709551615 4256333 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/23764/statm: 23345 17138 243 26 0 19977 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 93380

[startup+222.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/425 23771
/proc/meminfo: memFree=13968488/32951124 swapFree=48785060/67111528
[pid=23764] ppid=23762 vsize=93380 CPUtime=222.3 cores=0,2,4,6
/proc/23764/stat : 23764 (contrasat_relea) R 23762 23764 22730 0 -1 4202496 68375 0 0 0 22220 10 0 0 25 0 1 0 778523419 95621120 18891 33554432000 4194304 4298156 140733488553072 18446744073709551615 4253727 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/23764/statm: 23345 18891 243 26 0 19977 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 93380

[startup+282.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/425 23772
/proc/meminfo: memFree=13943908/32951124 swapFree=48785060/67111528
[pid=23764] ppid=23762 vsize=113424 CPUtime=282.3 cores=0,2,4,6
/proc/23764/stat : 23764 (contrasat_relea) R 23762 23764 22730 0 -1 4202496 74975 0 0 0 28219 11 0 0 25 0 1 0 778523419 116146176 25045 33554432000 4194304 4298156 140733488553072 18446744073709551615 4256301 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/23764/statm: 28356 25045 243 26 0 24988 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 113424

[startup+342.3 s]
/proc/loadavg: 2.08 2.04 2.01 3/425 23774
/proc/meminfo: memFree=13903696/32951124 swapFree=48785060/67111528
[pid=23764] ppid=23762 vsize=113424 CPUtime=342.3 cores=0,2,4,6
/proc/23764/stat : 23764 (contrasat_relea) R 23762 23764 22730 0 -1 4202496 119334 0 0 0 34213 17 0 0 25 0 1 0 778523419 116146176 25077 33554432000 4194304 4298156 140733488553072 18446744073709551615 4256333 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/23764/statm: 28356 25077 243 26 0 24988 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 113424

[startup+402.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/425 23775
/proc/meminfo: memFree=13941988/32951124 swapFree=48785060/67111528
[pid=23764] ppid=23762 vsize=162744 CPUtime=402.3 cores=0,2,4,6
/proc/23764/stat : 23764 (contrasat_relea) R 23762 23764 22730 0 -1 4202496 182422 0 0 0 40205 25 0 0 25 0 1 0 778523419 166649856 32827 33554432000 4194304 4298156 140733488553072 18446744073709551615 4256333 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/23764/statm: 40686 32827 243 26 0 37318 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 162744

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

[startup+409.501 s]
/proc/loadavg: 2.02 2.03 2.00 3/425 23776
/proc/meminfo: memFree=13868572/32951124 swapFree=48785060/67111528
[pid=23764] ppid=23762 vsize=162744 CPUtime=409.5 cores=0,2,4,6
/proc/23764/stat : 23764 (contrasat_relea) R 23762 23764 22730 0 -1 4202496 183873 0 0 0 40925 25 0 0 25 0 1 0 778523419 166649856 34180 33554432000 4194304 4298156 140733488553072 18446744073709551615 4256826 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/23764/statm: 40686 34180 243 26 0 37318 0
Current children cumulated CPU time (s) 409.5
Current children cumulated vsize (KiB) 162744

[startup+422.301 s]
/proc/loadavg: 2.02 2.03 2.00 3/425 23776
/proc/meminfo: memFree=13907256/32951124 swapFree=48785060/67111528
[pid=23764] ppid=23762 vsize=162744 CPUtime=422.31 cores=0,2,4,6
/proc/23764/stat : 23764 (contrasat_relea) R 23762 23764 22730 0 -1 4202496 192902 0 0 0 42205 26 0 0 25 0 1 0 778523419 166649856 33897 33554432000 4194304 4298156 140733488553072 18446744073709551615 4256347 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/23764/statm: 40686 33897 243 26 0 37318 0
Current children cumulated CPU time (s) 422.31
Current children cumulated vsize (KiB) 162744

[startup+435.1 s]
/proc/loadavg: 2.01 2.03 2.00 3/425 23776
/proc/meminfo: memFree=13905268/32951124 swapFree=48785060/67111528
[pid=23764] ppid=23762 vsize=113424 CPUtime=435.1 cores=0,2,4,6
/proc/23764/stat : 23764 (contrasat_relea) R 23762 23764 22730 0 -1 4202496 201416 0 0 0 43483 27 0 0 25 0 1 0 778523419 116146176 25092 33554432000 4194304 4298156 140733488553072 18446744073709551615 4272480 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/23764/statm: 28356 25092 243 26 0 24988 0
Current children cumulated CPU time (s) 435.1
Current children cumulated vsize (KiB) 113424

[startup+438.301 s]
/proc/loadavg: 2.01 2.03 2.00 3/425 23776
/proc/meminfo: memFree=13942836/32951124 swapFree=48785060/67111528
[pid=23764] ppid=23762 vsize=113424 CPUtime=438.3 cores=0,2,4,6
/proc/23764/stat : 23764 (contrasat_relea) R 23762 23764 22730 0 -1 4202496 201416 0 0 0 43803 27 0 0 25 0 1 0 778523419 116146176 25092 33554432000 4194304 4298156 140733488553072 18446744073709551615 4256277 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/23764/statm: 28356 25092 243 26 0 24988 0
Current children cumulated CPU time (s) 438.3
Current children cumulated vsize (KiB) 113424

[startup+441.5 s]
/proc/loadavg: 2.01 2.03 2.00 3/425 23776
/proc/meminfo: memFree=13942588/32951124 swapFree=48785060/67111528
[pid=23764] ppid=23762 vsize=113424 CPUtime=441.5 cores=0,2,4,6
/proc/23764/stat : 23764 (contrasat_relea) R 23762 23764 22730 0 -1 4202496 209169 0 0 0 44122 28 0 0 25 0 1 0 778523419 116146176 25093 33554432000 4194304 4298156 140733488553072 18446744073709551615 4261879 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/23764/statm: 28356 25093 243 26 0 24988 0
Current children cumulated CPU time (s) 441.5
Current children cumulated vsize (KiB) 113424

[startup+443.101 s]
/proc/loadavg: 2.01 2.03 2.00 3/425 23776
/proc/meminfo: memFree=13911836/32951124 swapFree=48785060/67111528
[pid=23764] ppid=23762 vsize=113424 CPUtime=443.1 cores=0,2,4,6
/proc/23764/stat : 23764 (contrasat_relea) R 23762 23764 22730 0 -1 4202496 209169 0 0 0 44282 28 0 0 25 0 1 0 778523419 116146176 25093 33554432000 4194304 4298156 140733488553072 18446744073709551615 4261203 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/23764/statm: 28356 25093 243 26 0 24988 0
Current children cumulated CPU time (s) 443.1
Current children cumulated vsize (KiB) 113424

[startup+443.901 s]
/proc/loadavg: 2.01 2.03 2.00 3/425 23777
/proc/meminfo: memFree=13910712/32951124 swapFree=48785060/67111528
[pid=23764] ppid=23762 vsize=113424 CPUtime=443.9 cores=0,2,4,6
/proc/23764/stat : 23764 (contrasat_relea) R 23762 23764 22730 0 -1 4202496 209169 0 0 0 44362 28 0 0 25 0 1 0 778523419 116146176 25093 33554432000 4194304 4298156 140733488553072 18446744073709551615 4256829 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/23764/statm: 28356 25093 243 26 0 24988 0
Current children cumulated CPU time (s) 443.9
Current children cumulated vsize (KiB) 113424

[startup+444.301 s]
/proc/loadavg: 2.01 2.03 2.00 3/425 23777
/proc/meminfo: memFree=13909604/32951124 swapFree=48785060/67111528
[pid=23764] ppid=23762 vsize=113424 CPUtime=444.31 cores=0,2,4,6
/proc/23764/stat : 23764 (contrasat_relea) R 23762 23764 22730 0 -1 4202496 209169 0 0 0 44403 28 0 0 25 0 1 0 778523419 116146176 25093 33554432000 4194304 4298156 140733488553072 18446744073709551615 4256403 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/23764/statm: 28356 25093 243 26 0 24988 0
Current children cumulated CPU time (s) 444.31
Current children cumulated vsize (KiB) 113424

[startup+444.416 s]
/proc/loadavg: 2.01 2.03 2.00 3/425 23777
/proc/meminfo: memFree=13909604/32951124 swapFree=48785060/67111528
[pid=23764] ppid=23762 vsize=113424 CPUtime=444.42 cores=0,2,4,6
/proc/23764/stat : 23764 (contrasat_relea) R 23762 23764 22730 0 -1 4202496 209169 0 0 0 44414 28 0 0 25 0 1 0 778523419 116146176 25093 33554432000 4194304 4298156 140733488553072 18446744073709551615 4275961 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/23764/statm: 28356 25093 243 26 0 24988 0
Current children cumulated CPU time (s) 444.42
Current children cumulated vsize (KiB) 113424

Child status: 20
Real time (s): 444.448
CPU time (s): 444.459
CPU user time (s): 444.166
CPU system time (s): 0.292955
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 212064

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

runsolver used 1.92071 second user time and 4.15437 second system time

The end

Launcher Data

Begin job on node134 at 2011-05-29 13:40:52
IDJOB=3422520
IDBENCH=83451
IDSOLVER=1915
FILE ID=node134/3422520-1306669252
RUNJOBID= node134-1306658665-22748
PBS_JOBID= 13471763
Free space on /tmp= 73116 MiB

SOLVER NAME= minisat hack: contrasat 2011-03-02
BENCH NAME= SAT11/application/leberre/2dimensionalstrippacking/korf-17.cnf
COMMAND LINE= contrasat_release BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3422520-1306669252/watcher-3422520-1306669252 -o /tmp/evaluation-result-3422520-1306669252/solver-3422520-1306669252 -C 5000 -W 5100 -M 15500  contrasat_release HOME/instance-3422520-1306669252.cnf

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

MD5SUM BENCH= ade81e5508101352b3d942708b201606
RANDOM SEED=564465241

node134.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.831
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.831
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.67
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.831
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.83
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.831
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	: 7186.06
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.831
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.80
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.831
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.831
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.831
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.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      14045800 kB
Buffers:        288792 kB
Cached:        7629336 kB
SwapCached:      40168 kB
Active:        6325684 kB
Inactive:     12284028 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14045800 kB
SwapTotal:    67111528 kB
SwapFree:     48785060 kB
Dirty:            2740 kB
Writeback:           8 kB
AnonPages:    10659204 kB
Mapped:          21504 kB
Slab:           139900 kB
PageTables:      89468 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 110866844 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73112 MiB
End job on node134 at 2011-05-29 13:48:17