Trace number 3380182

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)? (TO) 1300.05 1300.08

General information on the benchmark

Nameapplication/leberre/
2dimensionalstrippacking/E00X23.cnf
MD5SUM9cec6483d4ca03e8555377ba059b61ae
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables15364
Number of clauses2133873
Sum of the clauses size18060684
Maximum clause length91
Minimum clause length1
Number of clauses of size 116
Number of clauses of size 240913
Number of clauses of size 337518
Number of clauses of size 422333
Number of clauses of size 5147683
Number of clauses of size over 51885410

Solver Data


Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 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-3380182-1305459319/watcher-3380182-1305459319 -o /tmp/evaluation-result-3380182-1305459319/solver-3380182-1305459319 -C 2400 -W 1300 -M 7680 SApperloT2010 HOME/instance-3380182-1305459319.cnf 

running on 2 cores: 4,6

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.93 4.02 4.00 6/374 1943
/proc/meminfo: memFree=25506852/32951124 swapFree=63649232/67111528
[pid=1943] ppid=1941 vsize=46948 CPUtime=0 cores=4,6
/proc/1943/stat : 1943 (SApperloT2010) R 1941 1943 1684 0 -1 4202496 2749 0 0 0 0 0 0 0 23 0 1 0 657530685 48074752 2690 33554432000 4194304 4394578 140735328539216 18446744073709551615 4279566 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/1943/statm: 11737 2703 244 49 0 8878 0

[startup+0.0814061 s]
/proc/loadavg: 3.93 4.02 4.00 6/374 1943
/proc/meminfo: memFree=25506852/32951124 swapFree=63649232/67111528
[pid=1943] ppid=1941 vsize=60192 CPUtime=0.07 cores=4,6
/proc/1943/stat : 1943 (SApperloT2010) R 1941 1943 1684 0 -1 4202496 7874 0 0 0 7 0 0 0 23 0 1 0 657530685 61636608 7814 33554432000 4194304 4394578 140735328539216 18446744073709551615 4272870 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/1943/statm: 15048 7814 248 49 0 12189 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 60192

[startup+0.100399 s]
/proc/loadavg: 3.93 4.02 4.00 6/374 1943
/proc/meminfo: memFree=25506852/32951124 swapFree=63649232/67111528
[pid=1943] ppid=1941 vsize=62504 CPUtime=0.09 cores=4,6
/proc/1943/stat : 1943 (SApperloT2010) R 1941 1943 1684 0 -1 4202496 8507 0 0 0 9 0 0 0 23 0 1 0 657530685 64004096 8447 33554432000 4194304 4394578 140735328539216 18446744073709551615 210204647168 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/1943/statm: 15626 8448 248 49 0 12767 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 62504

[startup+0.300366 s]
/proc/loadavg: 3.93 4.02 4.00 6/374 1943
/proc/meminfo: memFree=25506852/32951124 swapFree=63649232/67111528
[pid=1943] ppid=1941 vsize=91896 CPUtime=0.29 cores=4,6
/proc/1943/stat : 1943 (SApperloT2010) R 1941 1943 1684 0 -1 4202496 15117 0 0 0 27 2 0 0 25 0 1 0 657530685 94101504 15024 33554432000 4194304 4394578 140735328539216 18446744073709551615 210204308165 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/1943/statm: 22974 15026 248 49 0 20115 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 91896

[startup+0.700325 s]
/proc/loadavg: 3.93 4.02 4.00 6/374 1943
/proc/meminfo: memFree=25506852/32951124 swapFree=63649232/67111528
[pid=1943] ppid=1941 vsize=139696 CPUtime=0.69 cores=4,6
/proc/1943/stat : 1943 (SApperloT2010) R 1941 1943 1684 0 -1 4202496 26693 0 0 0 66 3 0 0 25 0 1 0 657530685 143048704 26600 33554432000 4194304 4394578 140735328539216 18446744073709551615 210204308165 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/1943/statm: 34924 26600 248 49 0 32065 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 139696

[startup+1.50119 s]
/proc/loadavg: 3.93 4.02 4.00 5/375 1945
/proc/meminfo: memFree=25360036/32951124 swapFree=63649232/67111528
[pid=1943] ppid=1941 vsize=260416 CPUtime=1.49 cores=4,6
/proc/1943/stat : 1943 (SApperloT2010) R 1941 1943 1684 0 -1 4202496 51828 0 0 0 142 7 0 0 25 0 1 0 657530685 266665984 51735 33554432000 4194304 4394578 140735328539216 18446744073709551615 210204308165 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/1943/statm: 65104 51736 248 49 0 62245 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 260416

[startup+3.10086 s]
/proc/loadavg: 4.02 4.03 4.00 5/375 1945
/proc/meminfo: memFree=25223004/32951124 swapFree=63649232/67111528
[pid=1943] ppid=1941 vsize=421668 CPUtime=3.08 cores=4,6
/proc/1943/stat : 1943 (SApperloT2010) R 1941 1943 1684 0 -1 4202496 89996 0 0 0 295 13 0 0 25 0 1 0 657530685 431788032 89853 33554432000 4194304 4394578 140735328539216 18446744073709551615 4267114 0 0 4096 6 0 0 0 17 6 0 0 0
/proc/1943/statm: 105417 89853 254 49 0 102558 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 421668

[startup+6.30036 s]
/proc/loadavg: 4.02 4.03 4.00 5/375 1945
/proc/meminfo: memFree=25141676/32951124 swapFree=63649232/67111528
[pid=1943] ppid=1941 vsize=422052 CPUtime=6.27 cores=4,6
/proc/1943/stat : 1943 (SApperloT2010) R 1941 1943 1684 0 -1 4202496 90511 0 0 0 611 16 0 0 25 0 1 0 657530685 432181248 90302 33554432000 4194304 4394578 140735328539216 18446744073709551615 210204314654 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/1943/statm: 105513 90302 256 49 0 102654 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 422052

[startup+12.7003 s]
/proc/loadavg: 4.02 4.03 4.00 5/375 1945
/proc/meminfo: memFree=25131016/32951124 swapFree=63649232/67111528
[pid=1943] ppid=1941 vsize=422052 CPUtime=12.68 cores=4,6
/proc/1943/stat : 1943 (SApperloT2010) R 1941 1943 1684 0 -1 4202496 90511 0 0 0 1248 20 0 0 25 0 1 0 657530685 432181248 90302 33554432000 4194304 4394578 140735328539216 18446744073709551615 4276619 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/1943/statm: 105513 90302 256 49 0 102654 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 422052

[startup+25.5012 s]
/proc/loadavg: 4.17 4.06 4.01 5/375 1972
/proc/meminfo: memFree=24959632/32951124 swapFree=63649232/67111528
[pid=1943] ppid=1941 vsize=422052 CPUtime=25.47 cores=4,6
/proc/1943/stat : 1943 (SApperloT2010) R 1941 1943 1684 0 -1 4202496 90511 0 0 0 2525 22 0 0 25 0 1 0 657530685 432181248 90302 33554432000 4194304 4394578 140735328539216 18446744073709551615 4254519 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/1943/statm: 105513 90302 256 49 0 102654 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 422052

[startup+51.1009 s]
/proc/loadavg: 4.11 4.06 4.01 5/375 1973
/proc/meminfo: memFree=24947216/32951124 swapFree=63649232/67111528
[pid=1943] ppid=1941 vsize=422052 CPUtime=51.07 cores=4,6
/proc/1943/stat : 1943 (SApperloT2010) R 1941 1943 1684 0 -1 4202496 90511 0 0 0 5083 24 0 0 25 0 1 0 657530685 432181248 90302 33554432000 4194304 4394578 140735328539216 18446744073709551615 4254537 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/1943/statm: 105513 90302 256 49 0 102654 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 422052

[startup+102.314 s]
/proc/loadavg: 4.04 4.05 4.01 5/375 2056
/proc/meminfo: memFree=25161772/32951124 swapFree=63649232/67111528
[pid=1943] ppid=1941 vsize=734668 CPUtime=102.29 cores=4,6
/proc/1943/stat : 1943 (SApperloT2010) R 1941 1943 1684 0 -1 4202496 170586 0 0 0 10192 37 0 0 25 0 1 0 657530685 752300032 161917 33554432000 4194304 4394578 140735328539216 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/1943/statm: 183667 161917 267 49 0 180808 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 734668

[startup+162.3 s]
/proc/loadavg: 4.07 4.05 4.01 5/375 2058
/proc/meminfo: memFree=24614436/32951124 swapFree=63649232/67111528
[pid=1943] ppid=1941 vsize=886492 CPUtime=162.28 cores=4,6
/proc/1943/stat : 1943 (SApperloT2010) R 1941 1943 1684 0 -1 4202496 202046 0 0 0 16184 44 0 0 25 0 1 0 657530685 907767808 193377 33554432000 4194304 4394578 140735328539216 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/1943/statm: 221623 193377 267 49 0 218764 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 886492

[startup+222.301 s]
/proc/loadavg: 4.02 4.04 4.00 5/375 2059
/proc/meminfo: memFree=24327452/32951124 swapFree=63649232/67111528
[pid=1943] ppid=1941 vsize=953920 CPUtime=222.27 cores=4,6
/proc/1943/stat : 1943 (SApperloT2010) R 1941 1943 1684 0 -1 4202496 217719 0 0 0 22178 49 0 0 25 0 1 0 657530685 976814080 209050 33554432000 4194304 4394578 140735328539216 18446744073709551615 4298333 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/1943/statm: 238480 209050 267 49 0 235621 0
Current children cumulated CPU time (s) 222.27
Current children cumulated vsize (KiB) 953920

[startup+282.301 s]
/proc/loadavg: 4.01 4.03 4.00 5/375 2061
/proc/meminfo: memFree=24132844/32951124 swapFree=63649232/67111528
[pid=1943] ppid=1941 vsize=1025772 CPUtime=282.28 cores=4,6
/proc/1943/stat : 1943 (SApperloT2010) R 1941 1943 1684 0 -1 4202496 234373 0 0 0 28175 53 0 0 25 0 1 0 657530685 1050390528 225704 33554432000 4194304 4394578 140735328539216 18446744073709551615 4298876 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/1943/statm: 256443 225704 267 49 0 253584 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 1025772

[startup+342.301 s]
/proc/loadavg: 4.04 4.03 4.00 5/375 2062
/proc/meminfo: memFree=23951516/32951124 swapFree=63649232/67111528
[pid=1943] ppid=1941 vsize=1077880 CPUtime=342.28 cores=4,6
/proc/1943/stat : 1943 (SApperloT2010) R 1941 1943 1684 0 -1 4202496 246892 0 0 0 34172 56 0 0 25 0 1 0 657530685 1103749120 238223 33554432000 4194304 4394578 140735328539216 18446744073709551615 4346169 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/1943/statm: 269470 238223 267 49 0 266611 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 1077880

[startup+402.301 s]
/proc/loadavg: 4.05 4.04 4.00 5/375 2064
/proc/meminfo: memFree=23811152/32951124 swapFree=63649232/67111528
[pid=1943] ppid=1941 vsize=1130684 CPUtime=402.27 cores=4,6
/proc/1943/stat : 1943 (SApperloT2010) R 1941 1943 1684 0 -1 4202496 259697 0 0 0 40168 59 0 0 25 0 1 0 657530685 1157820416 251028 33554432000 4194304 4394578 140735328539216 18446744073709551615 4298826 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/1943/statm: 282671 251028 267 49 0 279812 0
Current children cumulated CPU time (s) 402.27
Current children cumulated vsize (KiB) 1130684

[startup+462.301 s]
/proc/loadavg: 4.02 4.03 4.00 5/375 2093
/proc/meminfo: memFree=24135284/32951124 swapFree=63649232/67111528
[pid=1943] ppid=1941 vsize=1178976 CPUtime=462.27 cores=4,6
/proc/1943/stat : 1943 (SApperloT2010) R 1941 1943 1684 0 -1 4202496 271197 0 0 0 46164 63 0 0 25 0 1 0 657530685 1207271424 262528 33554432000 4194304 4394578 140735328539216 18446744073709551615 4298698 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/1943/statm: 294744 262528 267 49 0 291885 0
Current children cumulated CPU time (s) 462.27
Current children cumulated vsize (KiB) 1178976

[startup+522.301 s]
/proc/loadavg: 4.00 4.02 4.00 5/375 2094
/proc/meminfo: memFree=24033524/32951124 swapFree=63649232/67111528
[pid=1943] ppid=1941 vsize=1231420 CPUtime=522.27 cores=4,6
/proc/1943/stat : 1943 (SApperloT2010) R 1941 1943 1684 0 -1 4202496 282830 0 0 0 52160 67 0 0 25 0 1 0 657530685 1260974080 274161 33554432000 4194304 4394578 140735328539216 18446744073709551615 4298955 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/1943/statm: 307855 274161 267 49 0 304996 0
Current children cumulated CPU time (s) 522.27
Current children cumulated vsize (KiB) 1231420

[startup+582.301 s]
/proc/loadavg: 4.09 4.05 4.01 5/375 2096
/proc/meminfo: memFree=23925324/32951124 swapFree=63649232/67111528
[pid=1943] ppid=1941 vsize=1296948 CPUtime=582.27 cores=4,6
/proc/1943/stat : 1943 (SApperloT2010) R 1941 1943 1684 0 -1 4202496 298909 0 0 0 58154 73 0 0 25 0 1 0 657530685 1328074752 290240 33554432000 4194304 4394578 140735328539216 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/1943/statm: 324237 290240 267 49 0 321378 0
Current children cumulated CPU time (s) 582.27
Current children cumulated vsize (KiB) 1296948

[startup+642.301 s]
/proc/loadavg: 4.07 4.05 4.01 5/375 2097
/proc/meminfo: memFree=23820644/32951124 swapFree=63649232/67111528
[pid=1943] ppid=1941 vsize=1340676 CPUtime=642.27 cores=4,6
/proc/1943/stat : 1943 (SApperloT2010) R 1941 1943 1684 0 -1 4202496 309446 0 0 0 64151 76 0 0 25 0 1 0 657530685 1372852224 300777 33554432000 4194304 4394578 140735328539216 18446744073709551615 4298698 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/1943/statm: 335169 300777 267 49 0 332310 0
Current children cumulated CPU time (s) 642.27
Current children cumulated vsize (KiB) 1340676

[startup+702.301 s]
/proc/loadavg: 4.17 4.07 4.01 5/375 2099
/proc/meminfo: memFree=23706212/32951124 swapFree=63649232/67111528
[pid=1943] ppid=1941 vsize=1382340 CPUtime=702.27 cores=4,6
/proc/1943/stat : 1943 (SApperloT2010) R 1941 1943 1684 0 -1 4202496 319591 0 0 0 70148 79 0 0 25 0 1 0 657530685 1415516160 310922 33554432000 4194304 4394578 140735328539216 18446744073709551615 4298333 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/1943/statm: 345585 310922 267 49 0 342726 0
Current children cumulated CPU time (s) 702.27
Current children cumulated vsize (KiB) 1382340

[startup+762.315 s]
/proc/loadavg: 4.12 4.07 4.01 5/375 2101
/proc/meminfo: memFree=23642576/32951124 swapFree=63649232/67111528
[pid=1943] ppid=1941 vsize=1419488 CPUtime=762.28 cores=4,6
/proc/1943/stat : 1943 (SApperloT2010) R 1941 1943 1684 0 -1 4202496 328463 0 0 0 76147 81 0 0 25 0 1 0 657530685 1453555712 319794 33554432000 4194304 4394578 140735328539216 18446744073709551615 4298942 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/1943/statm: 354872 319794 267 49 0 352013 0
Current children cumulated CPU time (s) 762.28
Current children cumulated vsize (KiB) 1419488

[startup+822.301 s]
/proc/loadavg: 4.05 4.06 4.01 5/375 2102
/proc/meminfo: memFree=23565168/32951124 swapFree=63649232/67111528
[pid=1943] ppid=1941 vsize=1457648 CPUtime=822.27 cores=4,6
/proc/1943/stat : 1943 (SApperloT2010) R 1941 1943 1684 0 -1 4202496 337280 0 0 0 82143 84 0 0 25 0 1 0 657530685 1492631552 328611 33554432000 4194304 4394578 140735328539216 18446744073709551615 4327709 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/1943/statm: 364412 328611 267 49 0 361553 0
Current children cumulated CPU time (s) 822.27
Current children cumulated vsize (KiB) 1457648

[startup+882.3 s]
/proc/loadavg: 4.06 4.06 4.00 5/375 2104
/proc/meminfo: memFree=23523844/32951124 swapFree=63649232/67111528
[pid=1943] ppid=1941 vsize=1457648 CPUtime=882.27 cores=4,6
/proc/1943/stat : 1943 (SApperloT2010) R 1941 1943 1684 0 -1 4202496 337350 0 0 0 88143 84 0 0 25 0 1 0 657530685 1492631552 328681 33554432000 4194304 4394578 140735328539216 18446744073709551615 4316134 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/1943/statm: 364412 328681 267 49 0 361553 0
Current children cumulated CPU time (s) 882.27
Current children cumulated vsize (KiB) 1457648

[startup+942.3 s]
/proc/loadavg: 4.07 4.06 4.00 5/375 2105
/proc/meminfo: memFree=23489448/32951124 swapFree=63649232/67111528
[pid=1943] ppid=1941 vsize=1457648 CPUtime=942.26 cores=4,6
/proc/1943/stat : 1943 (SApperloT2010) R 1941 1943 1684 0 -1 4202496 337426 0 0 0 94142 84 0 0 25 0 1 0 657530685 1492631552 328757 33554432000 4194304 4394578 140735328539216 18446744073709551615 4287920 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/1943/statm: 364412 328757 267 49 0 361553 0
Current children cumulated CPU time (s) 942.26
Current children cumulated vsize (KiB) 1457648

[startup+1002.3 s]
/proc/loadavg: 4.02 4.05 4.00 5/375 2107
/proc/meminfo: memFree=23454056/32951124 swapFree=63649232/67111528
[pid=1943] ppid=1941 vsize=1458928 CPUtime=1002.26 cores=4,6
/proc/1943/stat : 1943 (SApperloT2010) R 1941 1943 1684 0 -1 4202496 337767 0 0 0 100142 84 0 0 25 0 1 0 657530685 1493942272 329098 33554432000 4194304 4394578 140735328539216 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/1943/statm: 364732 329098 267 49 0 361873 0
Current children cumulated CPU time (s) 1002.26
Current children cumulated vsize (KiB) 1458928

[startup+1062.3 s]
/proc/loadavg: 4.01 4.04 4.00 5/375 2109
/proc/meminfo: memFree=23422268/32951124 swapFree=63649232/67111528
[pid=1943] ppid=1941 vsize=1460720 CPUtime=1062.26 cores=4,6
/proc/1943/stat : 1943 (SApperloT2010) R 1941 1943 1684 0 -1 4202496 338185 0 0 0 106142 84 0 0 25 0 1 0 657530685 1495777280 329516 33554432000 4194304 4394578 140735328539216 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/1943/statm: 365180 329516 267 49 0 362321 0
Current children cumulated CPU time (s) 1062.26
Current children cumulated vsize (KiB) 1460720

[startup+1122.3 s]
/proc/loadavg: 4.00 4.03 4.00 5/375 2110
/proc/meminfo: memFree=23396160/32951124 swapFree=63649232/67111528
[pid=1943] ppid=1941 vsize=1462256 CPUtime=1122.27 cores=4,6
/proc/1943/stat : 1943 (SApperloT2010) R 1941 1943 1684 0 -1 4202496 338582 0 0 0 112142 85 0 0 25 0 1 0 657530685 1497350144 329913 33554432000 4194304 4394578 140735328539216 18446744073709551615 4346169 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/1943/statm: 365564 329913 267 49 0 362705 0
Current children cumulated CPU time (s) 1122.27
Current children cumulated vsize (KiB) 1462256

[startup+1182.3 s]
/proc/loadavg: 4.06 4.04 4.00 5/375 2112
/proc/meminfo: memFree=23389556/32951124 swapFree=63649232/67111528
[pid=1943] ppid=1941 vsize=1463664 CPUtime=1182.27 cores=4,6
/proc/1943/stat : 1943 (SApperloT2010) R 1941 1943 1684 0 -1 4202496 338996 0 0 0 118142 85 0 0 25 0 1 0 657530685 1498791936 330327 33554432000 4194304 4394578 140735328539216 18446744073709551615 4298333 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/1943/statm: 365916 330327 267 49 0 363057 0
Current children cumulated CPU time (s) 1182.27
Current children cumulated vsize (KiB) 1463664

[startup+1242.3 s]
/proc/loadavg: 3.38 3.84 3.94 4/369 2130
/proc/meminfo: memFree=23543348/32951124 swapFree=63649232/67111528
[pid=1943] ppid=1941 vsize=1467440 CPUtime=1242.26 cores=4,6
/proc/1943/stat : 1943 (SApperloT2010) R 1941 1943 1684 0 -1 4202496 339778 0 0 0 124141 85 0 0 25 0 1 0 657530685 1502658560 331109 33554432000 4194304 4394578 140735328539216 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/1943/statm: 366860 331109 267 49 0 364001 0
Current children cumulated CPU time (s) 1242.26
Current children cumulated vsize (KiB) 1467440



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.15 3.70 3.88 4/369 2132
/proc/meminfo: memFree=23533900/32951124 swapFree=63649232/67111528
[pid=1943] ppid=1941 vsize=1470196 CPUtime=1299.97 cores=4,6
/proc/1943/stat : 1943 (SApperloT2010) R 1941 1943 1684 0 -1 4202496 340378 0 0 0 129912 85 0 0 25 0 1 0 657530685 1505480704 331709 33554432000 4194304 4394578 140735328539216 18446744073709551615 4298686 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/1943/statm: 367549 331709 267 49 0 364690 0
Current children cumulated CPU time (s) 1299.97
Current children cumulated vsize (KiB) 1470196

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.08
CPU time (s): 1300.05
CPU user time (s): 1299.13
CPU system time (s): 0.91786
CPU usage (%): 99.9979
Max. virtual memory (cumulated for all children) (KiB): 1470196

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.13
system time used= 0.91786
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 340378
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= 6
involuntary context switches= 2597

runsolver used 4.74428 second user time and 10.6494 second system time

The end

Launcher Data

Begin job on node130 at 2011-05-15 13:35:22
IDJOB=3380182
IDBENCH=83463
IDSOLVER=1862
FILE ID=node130/3380182-1305459319
RUNJOBID= node130-1305458002-1703
PBS_JOBID= 13324900
Free space on /tmp= 73272 MiB

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

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

MD5SUM BENCH= 9cec6483d4ca03e8555377ba059b61ae
RANDOM SEED=1567624666

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:      25507008 kB
Buffers:        289028 kB
Cached:        4147696 kB
SwapCached:      10248 kB
Active:        3258680 kB
Inactive:      3893124 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25507008 kB
SwapTotal:    67111528 kB
SwapFree:     63649232 kB
Dirty:          103736 kB
Writeback:           0 kB
AnonPages:     2712816 kB
Mapped:          21328 kB
Slab:           191260 kB
PageTables:      36780 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 89900016 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:57:04