Trace number 3380105

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
SApperloT2010 2011-05-15 (fixed)UNSAT 1201.24 1201.23

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

1201.20/1201.22	c Solved by BasicSolver 
1201.20/1201.22	
1201.20/1201.22	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-3380105-1305459304/watcher-3380105-1305459304 -o /tmp/evaluation-result-3380105-1305459304/solver-3380105-1305459304 -C 2400 -W 1300 -M 7680 SApperloT2010 HOME/instance-3380105-1305459304.cnf 

running on 2 cores: 5,7

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: 3.91 4.02 4.00 4/369 1879
/proc/meminfo: memFree=25685352/32951124 swapFree=63649232/67111528
[pid=1879] ppid=1877 vsize=11796 CPUtime=0 cores=5,7
/proc/1879/stat : 1879 (runsolver) R 1877 1879 1684 0 -1 4202560 41 0 0 0 0 0 0 0 22 0 1 0 657528918 12079104 49 33554432000 4194304 5432360 140736097024976 18446744073709551615 4881623 0 2147483391 4096 24578 0 0 0 17 7 0 0 0
/proc/1879/statm: 2949 49 30 303 0 2643 0

[startup+0.110785 s]
/proc/loadavg: 3.91 4.02 4.00 4/369 1879
/proc/meminfo: memFree=25685352/32951124 swapFree=63649232/67111528
[pid=1879] ppid=1877 vsize=25300 CPUtime=0.09 cores=5,7
/proc/1879/stat : 1879 (SApperloT2010) R 1877 1879 1684 0 -1 4202496 3582 0 0 0 9 0 0 0 22 0 1 0 657528918 25907200 3521 33554432000 4194304 4394578 140735789718016 18446744073709551615 210204671895 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/1879/statm: 6325 3521 255 49 0 3466 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 25300

[startup+0.20077 s]
/proc/loadavg: 3.91 4.02 4.00 4/369 1879
/proc/meminfo: memFree=25685352/32951124 swapFree=63649232/67111528
[pid=1879] ppid=1877 vsize=25300 CPUtime=0.17 cores=5,7
/proc/1879/stat : 1879 (SApperloT2010) R 1877 1879 1684 0 -1 4202496 3582 0 0 0 17 0 0 0 23 0 1 0 657528918 25907200 3521 33554432000 4194304 4394578 140735789718016 18446744073709551615 210204671895 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/1879/statm: 6325 3521 255 49 0 3466 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 25300

[startup+0.300752 s]
/proc/loadavg: 3.91 4.02 4.00 4/369 1879
/proc/meminfo: memFree=25685352/32951124 swapFree=63649232/67111528
[pid=1879] ppid=1877 vsize=25300 CPUtime=0.27 cores=5,7
/proc/1879/stat : 1879 (SApperloT2010) R 1877 1879 1684 0 -1 4202496 3582 0 0 0 27 0 0 0 23 0 1 0 657528918 25907200 3521 33554432000 4194304 4394578 140735789718016 18446744073709551615 210204671895 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/1879/statm: 6325 3521 255 49 0 3466 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 25300

[startup+0.700682 s]
/proc/loadavg: 3.91 4.02 4.00 4/369 1879
/proc/meminfo: memFree=25685352/32951124 swapFree=63649232/67111528
[pid=1879] ppid=1877 vsize=36528 CPUtime=0.67 cores=5,7
/proc/1879/stat : 1879 (SApperloT2010) R 1877 1879 1684 0 -1 4202496 7034 0 0 0 65 2 0 0 25 0 1 0 657528918 37404672 6269 33554432000 4194304 4394578 140735789718016 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/1879/statm: 9132 6269 267 49 0 6273 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 36528

[startup+1.50055 s]
/proc/loadavg: 3.91 4.02 4.00 5/375 1890
/proc/meminfo: memFree=25633480/32951124 swapFree=63649232/67111528
[pid=1879] ppid=1877 vsize=44556 CPUtime=1.48 cores=5,7
/proc/1879/stat : 1879 (SApperloT2010) R 1877 1879 1684 0 -1 4202496 9022 0 0 0 145 3 0 0 25 0 1 0 657528918 45625344 8257 33554432000 4194304 4394578 140735789718016 18446744073709551615 4298373 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/1879/statm: 11139 8257 267 49 0 8280 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 44556

[startup+3.10029 s]
/proc/loadavg: 3.91 4.02 4.00 5/375 1890
/proc/meminfo: memFree=25620704/32951124 swapFree=63649232/67111528
[pid=1879] ppid=1877 vsize=52432 CPUtime=3.08 cores=5,7
/proc/1879/stat : 1879 (SApperloT2010) R 1877 1879 1684 0 -1 4202496 10922 0 0 0 305 3 0 0 25 0 1 0 657528918 53690368 10157 33554432000 4194304 4394578 140735789718016 18446744073709551615 4292119 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/1879/statm: 13108 10157 267 49 0 10249 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 52432

[startup+6.30075 s]
/proc/loadavg: 3.92 4.02 4.00 5/375 1890
/proc/meminfo: memFree=25603176/32951124 swapFree=63649232/67111528
[pid=1879] ppid=1877 vsize=59508 CPUtime=6.28 cores=5,7
/proc/1879/stat : 1879 (SApperloT2010) R 1877 1879 1684 0 -1 4202496 12565 0 0 0 625 3 0 0 25 0 1 0 657528918 60936192 11800 33554432000 4194304 4394578 140735789718016 18446744073709551615 4327709 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/1879/statm: 14877 11800 267 49 0 12018 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 59508

[startup+12.7007 s]
/proc/loadavg: 3.93 4.02 4.00 5/370 1911
/proc/meminfo: memFree=25612892/32951124 swapFree=63649232/67111528
[pid=1879] ppid=1877 vsize=67248 CPUtime=12.68 cores=5,7
/proc/1879/stat : 1879 (SApperloT2010) R 1877 1879 1684 0 -1 4202496 14329 0 0 0 1264 4 0 0 25 0 1 0 657528918 68861952 13564 33554432000 4194304 4394578 140735789718016 18446744073709551615 4346330 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/1879/statm: 16812 13564 267 49 0 13953 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 67248

[startup+25.5005 s]
/proc/loadavg: 4.02 4.03 4.00 5/375 1945
/proc/meminfo: memFree=25140444/32951124 swapFree=63649232/67111528
[pid=1879] ppid=1877 vsize=71852 CPUtime=25.48 cores=5,7
/proc/1879/stat : 1879 (SApperloT2010) R 1877 1879 1684 0 -1 4202496 15360 0 0 0 2544 4 0 0 25 0 1 0 657528918 73576448 14595 33554432000 4194304 4394578 140735789718016 18446744073709551615 4296720 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/1879/statm: 17963 14595 267 49 0 15104 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 71852

[startup+51.1012 s]
/proc/loadavg: 4.14 4.06 4.01 5/375 1972
/proc/meminfo: memFree=24953548/32951124 swapFree=63649232/67111528
[pid=1879] ppid=1877 vsize=80256 CPUtime=51.08 cores=5,7
/proc/1879/stat : 1879 (SApperloT2010) R 1877 1879 1684 0 -1 4202496 17147 0 0 0 5104 4 0 0 25 0 1 0 657528918 82182144 16382 33554432000 4194304 4394578 140735789718016 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/1879/statm: 20064 16382 267 49 0 17205 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 80256

[startup+102.301 s]
/proc/loadavg: 4.06 4.05 4.01 5/375 2056
/proc/meminfo: memFree=25446176/32951124 swapFree=63649232/67111528
[pid=1879] ppid=1877 vsize=90140 CPUtime=102.28 cores=5,7
/proc/1879/stat : 1879 (SApperloT2010) R 1877 1879 1684 0 -1 4202496 19315 0 0 0 10223 5 0 0 25 0 1 0 657528918 92303360 18550 33554432000 4194304 4394578 140735789718016 18446744073709551615 4315603 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/1879/statm: 22535 18550 267 49 0 19676 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 90140

[startup+162.301 s]
/proc/loadavg: 4.09 4.05 4.01 5/375 2057
/proc/meminfo: memFree=24666276/32951124 swapFree=63649232/67111528
[pid=1879] ppid=1877 vsize=109352 CPUtime=162.28 cores=5,7
/proc/1879/stat : 1879 (SApperloT2010) R 1877 1879 1684 0 -1 4202496 23433 0 0 0 16222 6 0 0 25 0 1 0 657528918 111976448 22668 33554432000 4194304 4394578 140735789718016 18446744073709551615 4298350 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/1879/statm: 27338 22668 267 49 0 24479 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 109352

[startup+222.315 s]
/proc/loadavg: 4.03 4.04 4.00 5/375 2059
/proc/meminfo: memFree=24392400/32951124 swapFree=63649232/67111528
[pid=1879] ppid=1877 vsize=119264 CPUtime=222.3 cores=5,7
/proc/1879/stat : 1879 (SApperloT2010) R 1877 1879 1684 0 -1 4202496 25514 0 0 0 22223 7 0 0 25 0 1 0 657528918 122126336 24749 33554432000 4194304 4394578 140735789718016 18446744073709551615 4287953 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/1879/statm: 29816 24749 267 49 0 26957 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 119264

[startup+282.3 s]
/proc/loadavg: 4.01 4.03 4.00 5/375 2060
/proc/meminfo: memFree=24179600/32951124 swapFree=63649232/67111528
[pid=1879] ppid=1877 vsize=125600 CPUtime=282.28 cores=5,7
/proc/1879/stat : 1879 (SApperloT2010) R 1877 1879 1684 0 -1 4202496 26788 0 0 0 28221 7 0 0 25 0 1 0 657528918 128614400 26023 33554432000 4194304 4394578 140735789718016 18446744073709551615 4298923 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/1879/statm: 31400 26023 267 49 0 28541 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 125600

[startup+342.3 s]
/proc/loadavg: 4.05 4.04 4.00 5/375 2062
/proc/meminfo: memFree=23998644/32951124 swapFree=63649232/67111528
[pid=1879] ppid=1877 vsize=129512 CPUtime=342.29 cores=5,7
/proc/1879/stat : 1879 (SApperloT2010) R 1877 1879 1684 0 -1 4202496 27580 0 0 0 34221 8 0 0 25 0 1 0 657528918 132620288 26815 33554432000 4194304 4394578 140735789718016 18446744073709551615 4298951 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/1879/statm: 32378 26815 267 49 0 29519 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 129512

[startup+402.3 s]
/proc/loadavg: 4.07 4.04 4.00 5/375 2064
/proc/meminfo: memFree=23849448/32951124 swapFree=63649232/67111528
[pid=1879] ppid=1877 vsize=138016 CPUtime=402.28 cores=5,7
/proc/1879/stat : 1879 (SApperloT2010) R 1877 1879 1684 0 -1 4202496 29586 0 0 0 40220 8 0 0 25 0 1 0 657528918 141328384 28821 33554432000 4194304 4394578 140735789718016 18446744073709551615 4298350 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/1879/statm: 34504 28821 267 49 0 31645 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 138016

[startup+462.3 s]
/proc/loadavg: 4.02 4.03 4.00 5/375 2092
/proc/meminfo: memFree=24170928/32951124 swapFree=63649232/67111528
[pid=1879] ppid=1877 vsize=139296 CPUtime=462.29 cores=5,7
/proc/1879/stat : 1879 (SApperloT2010) R 1877 1879 1684 0 -1 4202496 29909 0 0 0 46220 9 0 0 25 0 1 0 657528918 142639104 29144 33554432000 4194304 4394578 140735789718016 18446744073709551615 4292207 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/1879/statm: 34824 29144 267 49 0 31965 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 139296

[startup+522.3 s]
/proc/loadavg: 4.01 4.02 4.00 5/375 2094
/proc/meminfo: memFree=24058708/32951124 swapFree=63649232/67111528
[pid=1879] ppid=1877 vsize=142288 CPUtime=522.28 cores=5,7
/proc/1879/stat : 1879 (SApperloT2010) R 1877 1879 1684 0 -1 4202496 30554 0 0 0 52219 9 0 0 25 0 1 0 657528918 145702912 29789 33554432000 4194304 4394578 140735789718016 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/1879/statm: 35572 29789 267 49 0 32713 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 142288

[startup+582.301 s]
/proc/loadavg: 4.12 4.05 4.01 5/375 2095
/proc/meminfo: memFree=23955388/32951124 swapFree=63649232/67111528
[pid=1879] ppid=1877 vsize=143904 CPUtime=582.29 cores=5,7
/proc/1879/stat : 1879 (SApperloT2010) R 1877 1879 1684 0 -1 4202496 30895 0 0 0 58219 10 0 0 25 0 1 0 657528918 147357696 30130 33554432000 4194304 4394578 140735789718016 18446744073709551615 4298421 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/1879/statm: 35976 30130 267 49 0 33117 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 143904

[startup+642.301 s]
/proc/loadavg: 4.09 4.05 4.01 5/375 2097
/proc/meminfo: memFree=23852408/32951124 swapFree=63649232/67111528
[pid=1879] ppid=1877 vsize=158940 CPUtime=642.29 cores=5,7
/proc/1879/stat : 1879 (SApperloT2010) R 1877 1879 1684 0 -1 4202496 34047 0 0 0 64219 10 0 0 25 0 1 0 657528918 162754560 33282 33554432000 4194304 4394578 140735789718016 18446744073709551615 4291498 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/1879/statm: 39735 33282 267 49 0 36876 0
Current children cumulated CPU time (s) 642.29
Current children cumulated vsize (KiB) 158940

[startup+702.301 s]
/proc/loadavg: 4.03 4.04 4.00 5/375 2099
/proc/meminfo: memFree=23736108/32951124 swapFree=63649232/67111528
[pid=1879] ppid=1877 vsize=160572 CPUtime=702.28 cores=5,7
/proc/1879/stat : 1879 (SApperloT2010) R 1877 1879 1684 0 -1 4202496 34381 0 0 0 70218 10 0 0 25 0 1 0 657528918 164425728 33616 33554432000 4194304 4394578 140735789718016 18446744073709551615 4298923 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/1879/statm: 40143 33616 267 49 0 37284 0
Current children cumulated CPU time (s) 702.28
Current children cumulated vsize (KiB) 160572

[startup+762.301 s]
/proc/loadavg: 4.08 4.06 4.01 5/375 2100
/proc/meminfo: memFree=23663048/32951124 swapFree=63649232/67111528
[pid=1879] ppid=1877 vsize=165144 CPUtime=762.29 cores=5,7
/proc/1879/stat : 1879 (SApperloT2010) R 1877 1879 1684 0 -1 4202496 35297 0 0 0 76218 11 0 0 25 0 1 0 657528918 169107456 34532 33554432000 4194304 4394578 140735789718016 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/1879/statm: 41286 34532 267 49 0 38427 0
Current children cumulated CPU time (s) 762.29
Current children cumulated vsize (KiB) 165144

[startup+822.301 s]
/proc/loadavg: 4.06 4.06 4.01 5/375 2102
/proc/meminfo: memFree=23587252/32951124 swapFree=63649232/67111528
[pid=1879] ppid=1877 vsize=168584 CPUtime=822.29 cores=5,7
/proc/1879/stat : 1879 (SApperloT2010) R 1877 1879 1684 0 -1 4202496 35946 0 0 0 82218 11 0 0 25 0 1 0 657528918 172630016 35181 33554432000 4194304 4394578 140735789718016 18446744073709551615 4298361 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/1879/statm: 42146 35181 267 49 0 39287 0
Current children cumulated CPU time (s) 822.29
Current children cumulated vsize (KiB) 168584

[startup+882.314 s]
/proc/loadavg: 4.08 4.06 4.01 5/375 2103
/proc/meminfo: memFree=23533168/32951124 swapFree=63649232/67111528
[pid=1879] ppid=1877 vsize=174860 CPUtime=882.31 cores=5,7
/proc/1879/stat : 1879 (SApperloT2010) R 1877 1879 1684 0 -1 4202496 37271 0 0 0 88219 12 0 0 25 0 1 0 657528918 179056640 36506 33554432000 4194304 4394578 140735789718016 18446744073709551615 4298942 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/1879/statm: 43715 36506 267 49 0 40856 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 174860

[startup+942.301 s]
/proc/loadavg: 4.10 4.06 4.01 5/375 2105
/proc/meminfo: memFree=23500996/32951124 swapFree=63649232/67111528
[pid=1879] ppid=1877 vsize=179148 CPUtime=942.29 cores=5,7
/proc/1879/stat : 1879 (SApperloT2010) R 1877 1879 1684 0 -1 4202496 38214 0 0 0 94217 12 0 0 25 0 1 0 657528918 183447552 37449 33554432000 4194304 4394578 140735789718016 18446744073709551615 4327688 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/1879/statm: 44787 37449 267 49 0 41928 0
Current children cumulated CPU time (s) 942.29
Current children cumulated vsize (KiB) 179148

[startup+1002.3 s]
/proc/loadavg: 4.03 4.05 4.00 5/375 2107
/proc/meminfo: memFree=23464616/32951124 swapFree=63649232/67111528
[pid=1879] ppid=1877 vsize=181196 CPUtime=1002.29 cores=5,7
/proc/1879/stat : 1879 (SApperloT2010) R 1877 1879 1684 0 -1 4202496 38625 0 0 0 100217 12 0 0 25 0 1 0 657528918 185544704 37860 33554432000 4194304 4394578 140735789718016 18446744073709551615 4298837 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/1879/statm: 45299 37860 267 49 0 42440 0
Current children cumulated CPU time (s) 1002.29
Current children cumulated vsize (KiB) 181196

[startup+1062.3 s]
/proc/loadavg: 4.01 4.04 4.00 5/375 2108
/proc/meminfo: memFree=23431580/32951124 swapFree=63649232/67111528
[pid=1879] ppid=1877 vsize=182060 CPUtime=1062.29 cores=5,7
/proc/1879/stat : 1879 (SApperloT2010) R 1877 1879 1684 0 -1 4202496 38855 0 0 0 106217 12 0 0 25 0 1 0 657528918 186429440 38090 33554432000 4194304 4394578 140735789718016 18446744073709551615 4298942 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/1879/statm: 45515 38090 267 49 0 42656 0
Current children cumulated CPU time (s) 1062.29
Current children cumulated vsize (KiB) 182060

[startup+1122.3 s]
/proc/loadavg: 4.00 4.03 4.00 5/375 2110
/proc/meminfo: memFree=23399412/32951124 swapFree=63649232/67111528
[pid=1879] ppid=1877 vsize=182796 CPUtime=1122.29 cores=5,7
/proc/1879/stat : 1879 (SApperloT2010) R 1877 1879 1684 0 -1 4202496 39012 0 0 0 112217 12 0 0 25 0 1 0 657528918 187183104 38247 33554432000 4194304 4394578 140735789718016 18446744073709551615 4298294 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/1879/statm: 45699 38247 267 49 0 42840 0
Current children cumulated CPU time (s) 1122.29
Current children cumulated vsize (KiB) 182796

[startup+1182.3 s]
/proc/loadavg: 4.07 4.04 4.00 5/375 2111
/proc/meminfo: memFree=23391052/32951124 swapFree=63649232/67111528
[pid=1879] ppid=1877 vsize=185164 CPUtime=1182.3 cores=5,7
/proc/1879/stat : 1879 (SApperloT2010) R 1877 1879 1684 0 -1 4202496 39466 0 0 0 118217 13 0 0 25 0 1 0 657528918 189607936 38701 33554432000 4194304 4394578 140735789718016 18446744073709551615 4298942 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/1879/statm: 46291 38701 267 49 0 43432 0
Current children cumulated CPU time (s) 1182.3
Current children cumulated vsize (KiB) 185164

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

[startup+1190.4 s]
/proc/loadavg: 4.06 4.04 4.00 5/375 2112
/proc/meminfo: memFree=23390176/32951124 swapFree=63649232/67111528
[pid=1879] ppid=1877 vsize=185676 CPUtime=1190.4 cores=5,7
/proc/1879/stat : 1879 (SApperloT2010) R 1877 1879 1684 0 -1 4202496 39560 0 0 0 119027 13 0 0 25 0 1 0 657528918 190132224 38795 33554432000 4194304 4394578 140735789718016 18446744073709551615 4288013 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/1879/statm: 46419 38795 267 49 0 43560 0
Current children cumulated CPU time (s) 1190.4
Current children cumulated vsize (KiB) 185676

[startup+1196.8 s]
/proc/loadavg: 4.06 4.04 4.00 5/375 2112
/proc/meminfo: memFree=23389928/32951124 swapFree=63649232/67111528
[pid=1879] ppid=1877 vsize=185676 CPUtime=1196.8 cores=5,7
/proc/1879/stat : 1879 (SApperloT2010) R 1877 1879 1684 0 -1 4202496 39560 0 0 0 119667 13 0 0 25 0 1 0 657528918 190132224 38795 33554432000 4194304 4394578 140735789718016 18446744073709551615 4295936 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/1879/statm: 46419 38795 267 49 0 43560 0
Current children cumulated CPU time (s) 1196.8
Current children cumulated vsize (KiB) 185676

[startup+1198.4 s]
/proc/loadavg: 4.06 4.04 4.00 5/375 2112
/proc/meminfo: memFree=23389804/32951124 swapFree=63649232/67111528
[pid=1879] ppid=1877 vsize=185676 CPUtime=1198.4 cores=5,7
/proc/1879/stat : 1879 (SApperloT2010) R 1877 1879 1684 0 -1 4202496 39560 0 0 0 119827 13 0 0 25 0 1 0 657528918 190132224 38795 33554432000 4194304 4394578 140735789718016 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/1879/statm: 46419 38795 267 49 0 43560 0
Current children cumulated CPU time (s) 1198.4
Current children cumulated vsize (KiB) 185676

[startup+1200 s]
/proc/loadavg: 4.06 4.04 4.00 5/375 2112
/proc/meminfo: memFree=23389556/32951124 swapFree=63649232/67111528
[pid=1879] ppid=1877 vsize=185676 CPUtime=1200 cores=5,7
/proc/1879/stat : 1879 (SApperloT2010) R 1877 1879 1684 0 -1 4202496 39561 0 0 0 119987 13 0 0 25 0 1 0 657528918 190132224 38796 33554432000 4194304 4394578 140735789718016 18446744073709551615 4298923 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/1879/statm: 46419 38796 267 49 0 43560 0
Current children cumulated CPU time (s) 1200
Current children cumulated vsize (KiB) 185676

[startup+1200.8 s]
/proc/loadavg: 4.05 4.03 4.00 5/375 2112
/proc/meminfo: memFree=23389548/32951124 swapFree=63649232/67111528
[pid=1879] ppid=1877 vsize=185676 CPUtime=1200.8 cores=5,7
/proc/1879/stat : 1879 (SApperloT2010) R 1877 1879 1684 0 -1 4202496 39561 0 0 0 120067 13 0 0 25 0 1 0 657528918 190132224 38796 33554432000 4194304 4394578 140735789718016 18446744073709551615 4298338 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/1879/statm: 46419 38796 267 49 0 43560 0
Current children cumulated CPU time (s) 1200.8
Current children cumulated vsize (KiB) 185676

[startup+1201.2 s]
/proc/loadavg: 4.05 4.03 4.00 5/375 2112
/proc/meminfo: memFree=23389788/32951124 swapFree=63649232/67111528
[pid=1879] ppid=1877 vsize=185676 CPUtime=1201.2 cores=5,7
/proc/1879/stat : 1879 (SApperloT2010) R 1877 1879 1684 0 -1 4202496 39561 0 0 0 120107 13 0 0 25 0 1 0 657528918 190132224 38796 33554432000 4194304 4394578 140735789718016 18446744073709551615 4298298 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/1879/statm: 46419 38796 267 49 0 43560 0
Current children cumulated CPU time (s) 1201.2
Current children cumulated vsize (KiB) 185676

Child status: 20
Real time (s): 1201.23
CPU time (s): 1201.24
CPU user time (s): 1201.1
CPU system time (s): 0.139978
CPU usage (%): 100
Max. virtual memory (cumulated for all children) (KiB): 185676

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

runsolver used 3.9734 second user time and 10.2344 second system time

The end

Launcher Data

Begin job on node130 at 2011-05-15 13:35:04
IDJOB=3380105
IDBENCH=83451
IDSOLVER=1862
FILE ID=node130/3380105-1305459304
RUNJOBID= node130-1305458002-1705
PBS_JOBID= 13324900
Free space on /tmp= 73372 MiB

SOLVER NAME= SApperloT2010 2011-05-15 (fixed)
BENCH NAME= SAT11/application/leberre/2dimensionalstrippacking/korf-17.cnf
COMMAND LINE= SApperloT2010 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3380105-1305459304/watcher-3380105-1305459304 -o /tmp/evaluation-result-3380105-1305459304/solver-3380105-1305459304 -C 2400 -W 1300 -M 7680  SApperloT2010 HOME/instance-3380105-1305459304.cnf

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

MD5SUM BENCH= ade81e5508101352b3d942708b201606
RANDOM SEED=1103698533

node130.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.838
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.67
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.838
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.83
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.838
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.838
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.81
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.838
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.838
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.838
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.838
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.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      25685508 kB
Buffers:        288820 kB
Cached:        4046280 kB
SwapCached:      10248 kB
Active:        3077296 kB
Inactive:      3898768 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25685508 kB
SwapTotal:    67111528 kB
SwapFree:     63649232 kB
Dirty:            2392 kB
Writeback:           0 kB
AnonPages:     2638872 kB
Mapped:          21112 kB
Slab:           188380 kB
PageTables:      36552 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 89805872 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= 73184 MiB
End job on node130 at 2011-05-15 13:55:06