Trace number 3290876

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-03-04UNSAT 1207.51 1207.5

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

1207.40/1207.48	c Solved by BasicSolver 
1207.40/1207.48	
1207.40/1207.48	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: 935)

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-3290876-1303788360/watcher-3290876-1303788360 -o /tmp/evaluation-result-3290876-1303788360/solver-3290876-1303788360 -C 2400 -W 1300 -M 7680 SApperloT2010 HOME/instance-3290876-1303788360.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.99 2.67 2.33 4/189 15327
/proc/meminfo: memFree=20491400/32950904 swapFree=67082284/67111528
[pid=15327] ppid=15325 vsize=11800 CPUtime=0 cores=5,7
/proc/15327/stat : 15327 (runsolver) S 15325 15327 13829 0 -1 4202560 42 0 0 0 0 0 0 0 25 0 1 0 490435742 12083200 51 33554432000 4194304 5434984 140733305390896 18446744073709551615 4881607 0 2147483391 4096 24578 18446744071699960631 0 0 17 5 0 0 0
/proc/15327/statm: 2950 51 31 303 0 2644 0

[startup+0.040514 s]
/proc/loadavg: 3.99 2.67 2.33 4/189 15327
/proc/meminfo: memFree=20491400/32950904 swapFree=67082284/67111528
[pid=15327] ppid=15325 vsize=15964 CPUtime=0.01 cores=5,7
/proc/15327/stat : 15327 (SApperloT2010) R 15325 15327 13829 0 -1 4202496 1228 0 0 0 1 0 0 0 25 0 1 0 490435742 16347136 1167 33554432000 4194304 4395502 140733264507120 18446744073709551615 237278540485 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/15327/statm: 3991 1168 249 50 0 1131 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 15964

[startup+0.100502 s]
/proc/loadavg: 3.99 2.67 2.33 4/189 15327
/proc/meminfo: memFree=20491400/32950904 swapFree=67082284/67111528
[pid=15327] ppid=15325 vsize=25784 CPUtime=0.07 cores=5,7
/proc/15327/stat : 15327 (SApperloT2010) R 15325 15327 13829 0 -1 4202496 3561 0 0 0 7 0 0 0 25 0 1 0 490435742 26402816 3341 33554432000 4194304 4395502 140733264507120 18446744073709551615 4267992 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/15327/statm: 6446 3343 255 50 0 3586 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 25784

[startup+0.30046 s]
/proc/loadavg: 3.99 2.67 2.33 4/189 15327
/proc/meminfo: memFree=20491400/32950904 swapFree=67082284/67111528
[pid=15327] ppid=15325 vsize=25784 CPUtime=0.27 cores=5,7
/proc/15327/stat : 15327 (SApperloT2010) R 15325 15327 13829 0 -1 4202496 3665 0 0 0 25 2 0 0 25 0 1 0 490435742 26402816 3445 33554432000 4194304 4395502 140733264507120 18446744073709551615 237278904215 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/15327/statm: 6446 3445 255 50 0 3586 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 25784

[startup+0.700452 s]
/proc/loadavg: 3.99 2.67 2.33 4/189 15327
/proc/meminfo: memFree=20491400/32950904 swapFree=67082284/67111528
[pid=15327] ppid=15325 vsize=35168 CPUtime=0.67 cores=5,7
/proc/15327/stat : 15327 (SApperloT2010) R 15325 15327 13829 0 -1 4202496 6682 0 0 0 64 3 0 0 25 0 1 0 490435742 36012032 5759 33554432000 4194304 4395502 140733264507120 18446744073709551615 4337696 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/15327/statm: 8792 5763 267 50 0 5932 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 35168

[startup+1.50025 s]
/proc/loadavg: 3.99 2.67 2.33 5/190 15328
/proc/meminfo: memFree=20462756/32950904 swapFree=67082284/67111528
[pid=15327] ppid=15325 vsize=44648 CPUtime=1.47 cores=5,7
/proc/15327/stat : 15327 (SApperloT2010) R 15325 15327 13829 0 -1 4202496 9014 0 0 0 143 4 0 0 25 0 1 0 490435742 45719552 8091 33554432000 4194304 4395502 140733264507120 18446744073709551615 4299149 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/15327/statm: 11162 8091 267 50 0 8302 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 44648

[startup+3.10096 s]
/proc/loadavg: 3.99 2.67 2.33 5/190 15328
/proc/meminfo: memFree=20454472/32950904 swapFree=67082284/67111528
[pid=15327] ppid=15325 vsize=52392 CPUtime=3.07 cores=5,7
/proc/15327/stat : 15327 (SApperloT2010) R 15325 15327 13829 0 -1 4202496 10890 0 0 0 302 5 0 0 25 0 1 0 490435742 53649408 9967 33554432000 4194304 4395502 140733264507120 18446744073709551615 4295001 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/15327/statm: 13098 9967 267 50 0 10238 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 52392

[startup+6.3004 s]
/proc/loadavg: 3.99 2.69 2.34 5/190 15328
/proc/meminfo: memFree=20439488/32950904 swapFree=67082284/67111528
[pid=15327] ppid=15325 vsize=59616 CPUtime=6.27 cores=5,7
/proc/15327/stat : 15327 (SApperloT2010) R 15325 15327 13829 0 -1 4202496 12558 0 0 0 622 5 0 0 25 0 1 0 490435742 61046784 11635 33554432000 4194304 4395502 140733264507120 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/15327/statm: 14904 11635 267 50 0 12044 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 59616

[startup+12.7003 s]
/proc/loadavg: 3.99 2.71 2.35 5/190 15328
/proc/meminfo: memFree=20423988/32950904 swapFree=67082284/67111528
[pid=15327] ppid=15325 vsize=67416 CPUtime=12.67 cores=5,7
/proc/15327/stat : 15327 (SApperloT2010) R 15325 15327 13829 0 -1 4202496 14365 0 0 0 1261 6 0 0 25 0 1 0 490435742 69033984 13442 33554432000 4194304 4395502 140733264507120 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/15327/statm: 16854 13442 267 50 0 13994 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 67416

[startup+25.501 s]
/proc/loadavg: 3.99 2.77 2.38 5/190 15329
/proc/meminfo: memFree=20400552/32950904 swapFree=67082284/67111528
[pid=15327] ppid=15325 vsize=71656 CPUtime=25.48 cores=5,7
/proc/15327/stat : 15327 (SApperloT2010) R 15325 15327 13829 0 -1 4202496 15293 0 0 0 2541 7 0 0 25 0 1 0 490435742 73375744 14370 33554432000 4194304 4395502 140733264507120 18446744073709551615 4299611 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/15327/statm: 17914 14370 267 50 0 15054 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 71656

[startup+51.1004 s]
/proc/loadavg: 3.99 2.87 2.42 5/190 15329
/proc/meminfo: memFree=20346088/32950904 swapFree=67082284/67111528
[pid=15327] ppid=15325 vsize=80352 CPUtime=51.07 cores=5,7
/proc/15327/stat : 15327 (SApperloT2010) R 15325 15327 13829 0 -1 4202496 17207 0 0 0 5100 7 0 0 25 0 1 0 490435742 82280448 16284 33554432000 4194304 4395502 140733264507120 18446744073709551615 4299642 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/15327/statm: 20088 16284 267 50 0 17228 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 80352

[startup+102.307 s]
/proc/loadavg: 3.99 3.04 2.50 5/190 15331
/proc/meminfo: memFree=20223684/32950904 swapFree=67082284/67111528
[pid=15327] ppid=15325 vsize=90480 CPUtime=102.28 cores=5,7
/proc/15327/stat : 15327 (SApperloT2010) R 15325 15327 13829 0 -1 4202496 19385 0 0 0 10220 8 0 0 25 0 1 0 490435742 92651520 18462 33554432000 4194304 4395502 140733264507120 18446744073709551615 4299149 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/15327/statm: 22620 18462 267 50 0 19760 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 90480

[startup+162.301 s]
/proc/loadavg: 3.99 3.21 2.59 5/190 15359
/proc/meminfo: memFree=20483840/32950904 swapFree=67082284/67111528
[pid=15327] ppid=15325 vsize=101860 CPUtime=162.27 cores=5,7
/proc/15327/stat : 15327 (SApperloT2010) R 15325 15327 13829 0 -1 4202496 21811 0 0 0 16218 9 0 0 25 0 1 0 490435742 104304640 20888 33554432000 4194304 4395502 140733264507120 18446744073709551615 4288504 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/15327/statm: 25465 20888 267 50 0 22605 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 101860

[startup+222.301 s]
/proc/loadavg: 3.99 3.35 2.68 5/190 15415
/proc/meminfo: memFree=19967200/32950904 swapFree=67082284/67111528
[pid=15327] ppid=15325 vsize=118732 CPUtime=222.28 cores=5,7
/proc/15327/stat : 15327 (SApperloT2010) R 15325 15327 13829 0 -1 4202496 25400 0 0 0 22218 10 0 0 25 0 1 0 490435742 121581568 24477 33554432000 4194304 4395502 140733264507120 18446744073709551615 4299758 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/15327/statm: 29683 24477 267 50 0 26823 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 118732

[startup+282.3 s]
/proc/loadavg: 3.99 3.47 2.76 5/190 15417
/proc/meminfo: memFree=19583080/32950904 swapFree=67082284/67111528
[pid=15327] ppid=15325 vsize=125604 CPUtime=282.28 cores=5,7
/proc/15327/stat : 15327 (SApperloT2010) R 15325 15327 13829 0 -1 4202496 26803 0 0 0 28217 11 0 0 25 0 1 0 490435742 128618496 25880 33554432000 4194304 4395502 140733264507120 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/15327/statm: 31401 25880 267 50 0 28541 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 125604

[startup+342.301 s]
/proc/loadavg: 3.99 3.56 2.83 5/187 15439
/proc/meminfo: memFree=20250644/32950904 swapFree=67082284/67111528
[pid=15327] ppid=15325 vsize=128524 CPUtime=342.28 cores=5,7
/proc/15327/stat : 15327 (SApperloT2010) R 15325 15327 13829 0 -1 4202496 27394 0 0 0 34217 11 0 0 25 0 1 0 490435742 131608576 26471 33554432000 4194304 4395502 140733264507120 18446744073709551615 237278535125 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/15327/statm: 32131 26471 267 50 0 29271 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 128524

[startup+402.301 s]
/proc/loadavg: 3.99 3.64 2.90 5/190 15447
/proc/meminfo: memFree=19757888/32950904 swapFree=67082284/67111528
[pid=15327] ppid=15325 vsize=137348 CPUtime=402.28 cores=5,7
/proc/15327/stat : 15327 (SApperloT2010) R 15325 15327 13829 0 -1 4202496 29370 0 0 0 40217 11 0 0 25 0 1 0 490435742 140644352 28447 33554432000 4194304 4395502 140733264507120 18446744073709551615 4314357 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/15327/statm: 34337 28447 267 50 0 31477 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 137348

[startup+462.3 s]
/proc/loadavg: 4.06 3.72 2.97 5/190 15448
/proc/meminfo: memFree=19308232/32950904 swapFree=67082284/67111528
[pid=15327] ppid=15325 vsize=139236 CPUtime=462.28 cores=5,7
/proc/15327/stat : 15327 (SApperloT2010) R 15325 15327 13829 0 -1 4202496 29885 0 0 0 46216 12 0 0 25 0 1 0 490435742 142577664 28962 33554432000 4194304 4395502 140733264507120 18446744073709551615 4299517 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/15327/statm: 34809 28962 267 50 0 31949 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 139236

[startup+522.301 s]
/proc/loadavg: 4.07 3.78 3.04 5/190 15450
/proc/meminfo: memFree=19179888/32950904 swapFree=67082284/67111528
[pid=15327] ppid=15325 vsize=142208 CPUtime=522.28 cores=5,7
/proc/15327/stat : 15327 (SApperloT2010) R 15325 15327 13829 0 -1 4202496 30535 0 0 0 52216 12 0 0 25 0 1 0 490435742 145620992 29612 33554432000 4194304 4395502 140733264507120 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/15327/statm: 35552 29612 267 50 0 32692 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 142208

[startup+582.301 s]
/proc/loadavg: 4.02 3.82 3.10 5/190 15452
/proc/meminfo: memFree=19072296/32950904 swapFree=67082284/67111528
[pid=15327] ppid=15325 vsize=143428 CPUtime=582.28 cores=5,7
/proc/15327/stat : 15327 (SApperloT2010) R 15325 15327 13829 0 -1 4202496 30829 0 0 0 58216 12 0 0 25 0 1 0 490435742 146870272 29906 33554432000 4194304 4395502 140733264507120 18446744073709551615 4299149 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/15327/statm: 35857 29906 267 50 0 32997 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 143428

[startup+642.3 s]
/proc/loadavg: 4.01 3.85 3.15 5/190 15453
/proc/meminfo: memFree=18953536/32950904 swapFree=67082284/67111528
[pid=15327] ppid=15325 vsize=157248 CPUtime=642.3 cores=5,7
/proc/15327/stat : 15327 (SApperloT2010) R 15325 15327 13829 0 -1 4202496 33750 0 0 0 64216 14 0 0 25 0 1 0 490435742 161021952 32827 33554432000 4194304 4395502 140733264507120 18446744073709551615 4299495 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/15327/statm: 39312 32827 267 50 0 36452 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 157248

[startup+702.301 s]
/proc/loadavg: 4.00 3.87 3.20 5/190 15455
/proc/meminfo: memFree=18858080/32950904 swapFree=67082284/67111528
[pid=15327] ppid=15325 vsize=159936 CPUtime=702.28 cores=5,7
/proc/15327/stat : 15327 (SApperloT2010) R 15325 15327 13829 0 -1 4202496 34257 0 0 0 70214 14 0 0 25 0 1 0 490435742 163774464 33334 33554432000 4194304 4395502 140733264507120 18446744073709551615 4299537 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/15327/statm: 39984 33334 267 50 0 37124 0
Current children cumulated CPU time (s) 702.28
Current children cumulated vsize (KiB) 159936

[startup+762.307 s]
/proc/loadavg: 3.66 3.81 3.22 4/184 15473
/proc/meminfo: memFree=19028812/32950904 swapFree=67082284/67111528
[pid=15327] ppid=15325 vsize=164928 CPUtime=762.29 cores=5,7
/proc/15327/stat : 15327 (SApperloT2010) R 15325 15327 13829 0 -1 4202496 35222 0 0 0 76214 15 0 0 25 0 1 0 490435742 168886272 34299 33554432000 4194304 4395502 140733264507120 18446744073709551615 4299634 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/15327/statm: 41232 34299 267 50 0 38372 0
Current children cumulated CPU time (s) 762.29
Current children cumulated vsize (KiB) 164928

[startup+822.3 s]
/proc/loadavg: 3.31 3.68 3.21 4/184 15475
/proc/meminfo: memFree=18949084/32950904 swapFree=67082284/67111528
[pid=15327] ppid=15325 vsize=166656 CPUtime=822.29 cores=5,7
/proc/15327/stat : 15327 (SApperloT2010) R 15325 15327 13829 0 -1 4202496 35575 0 0 0 82213 16 0 0 25 0 1 0 490435742 170655744 34652 33554432000 4194304 4395502 140733264507120 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/15327/statm: 41664 34652 267 50 0 38804 0
Current children cumulated CPU time (s) 822.29
Current children cumulated vsize (KiB) 166656

[startup+882.3 s]
/proc/loadavg: 3.11 3.55 3.19 4/184 15477
/proc/meminfo: memFree=18870256/32950904 swapFree=67082284/67111528
[pid=15327] ppid=15325 vsize=173056 CPUtime=882.29 cores=5,7
/proc/15327/stat : 15327 (SApperloT2010) R 15325 15327 13829 0 -1 4202496 36912 0 0 0 88213 16 0 0 25 0 1 0 490435742 177209344 35989 33554432000 4194304 4395502 140733264507120 18446744073709551615 4299611 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/15327/statm: 43264 35989 267 50 0 40404 0
Current children cumulated CPU time (s) 882.29
Current children cumulated vsize (KiB) 173056

[startup+942.301 s]
/proc/loadavg: 3.04 3.45 3.18 4/184 15478
/proc/meminfo: memFree=18787920/32950904 swapFree=67082284/67111528
[pid=15327] ppid=15325 vsize=176772 CPUtime=942.29 cores=5,7
/proc/15327/stat : 15327 (SApperloT2010) R 15325 15327 13829 0 -1 4202496 37671 0 0 0 94213 16 0 0 25 0 1 0 490435742 181014528 36748 33554432000 4194304 4395502 140733264507120 18446744073709551615 4288516 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/15327/statm: 44193 36748 267 50 0 41333 0
Current children cumulated CPU time (s) 942.29
Current children cumulated vsize (KiB) 176772

[startup+1002.3 s]
/proc/loadavg: 3.01 3.36 3.16 4/184 15480
/proc/meminfo: memFree=18690368/32950904 swapFree=67082284/67111528
[pid=15327] ppid=15325 vsize=180800 CPUtime=1002.29 cores=5,7
/proc/15327/stat : 15327 (SApperloT2010) R 15325 15327 13829 0 -1 4202496 38544 0 0 0 100213 16 0 0 25 0 1 0 490435742 185139200 37621 33554432000 4194304 4395502 140733264507120 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/15327/statm: 45200 37621 267 50 0 42340 0
Current children cumulated CPU time (s) 1002.29
Current children cumulated vsize (KiB) 180800

[startup+1062.3 s]
/proc/loadavg: 3.03 3.31 3.16 4/184 15481
/proc/meminfo: memFree=18638464/32950904 swapFree=67082284/67111528
[pid=15327] ppid=15325 vsize=182176 CPUtime=1062.3 cores=5,7
/proc/15327/stat : 15327 (SApperloT2010) R 15325 15327 13829 0 -1 4202496 38843 0 0 0 106213 17 0 0 25 0 1 0 490435742 186548224 37920 33554432000 4194304 4395502 140733264507120 18446744073709551615 4292957 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/15327/statm: 45544 37920 267 50 0 42684 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 182176

[startup+1122.3 s]
/proc/loadavg: 3.01 3.25 3.15 4/184 15483
/proc/meminfo: memFree=18604232/32950904 swapFree=67082284/67111528
[pid=15327] ppid=15325 vsize=183424 CPUtime=1122.3 cores=5,7
/proc/15327/stat : 15327 (SApperloT2010) R 15325 15327 13829 0 -1 4202496 39114 0 0 0 112213 17 0 0 25 0 1 0 490435742 187826176 38191 33554432000 4194304 4395502 140733264507120 18446744073709551615 4299114 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/15327/statm: 45856 38191 267 50 0 42996 0
Current children cumulated CPU time (s) 1122.3
Current children cumulated vsize (KiB) 183424

[startup+1182.3 s]
/proc/loadavg: 3.00 3.20 3.13 4/184 15485
/proc/meminfo: memFree=18572600/32950904 swapFree=67082284/67111528
[pid=15327] ppid=15325 vsize=185344 CPUtime=1182.3 cores=5,7
/proc/15327/stat : 15327 (SApperloT2010) R 15325 15327 13829 0 -1 4202496 39473 0 0 0 118212 18 0 0 25 0 1 0 490435742 189792256 38550 33554432000 4194304 4395502 140733264507120 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/15327/statm: 46336 38550 267 50 0 43476 0
Current children cumulated CPU time (s) 1182.3
Current children cumulated vsize (KiB) 185344

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

[startup+1190.3 s]
/proc/loadavg: 3.00 3.20 3.13 4/184 15485
/proc/meminfo: memFree=18567764/32950904 swapFree=67082284/67111528
[pid=15327] ppid=15325 vsize=185856 CPUtime=1190.3 cores=5,7
/proc/15327/stat : 15327 (SApperloT2010) R 15325 15327 13829 0 -1 4202496 39586 0 0 0 119012 18 0 0 25 0 1 0 490435742 190316544 38663 33554432000 4194304 4395502 140733264507120 18446744073709551615 4299634 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/15327/statm: 46464 38663 267 50 0 43604 0
Current children cumulated CPU time (s) 1190.3
Current children cumulated vsize (KiB) 185856

[startup+1196.7 s]
/proc/loadavg: 3.00 3.19 3.13 4/184 15485
/proc/meminfo: memFree=18563548/32950904 swapFree=67082284/67111528
[pid=15327] ppid=15325 vsize=186368 CPUtime=1196.71 cores=5,7
/proc/15327/stat : 15327 (SApperloT2010) R 15325 15327 13829 0 -1 4202496 39678 0 0 0 119653 18 0 0 25 0 1 0 490435742 190840832 38755 33554432000 4194304 4395502 140733264507120 18446744073709551615 4299739 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/15327/statm: 46592 38755 267 50 0 43732 0
Current children cumulated CPU time (s) 1196.71
Current children cumulated vsize (KiB) 186368

[startup+1203.1 s]
/proc/loadavg: 3.00 3.19 3.13 4/184 15485
/proc/meminfo: memFree=18561316/32950904 swapFree=67082284/67111528
[pid=15327] ppid=15325 vsize=186368 CPUtime=1203.1 cores=5,7
/proc/15327/stat : 15327 (SApperloT2010) R 15325 15327 13829 0 -1 4202496 39678 0 0 0 120292 18 0 0 25 0 1 0 490435742 190840832 38755 33554432000 4194304 4395502 140733264507120 18446744073709551615 4299608 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/15327/statm: 46592 38755 267 50 0 43732 0
Current children cumulated CPU time (s) 1203.1
Current children cumulated vsize (KiB) 186368

[startup+1204.7 s]
/proc/loadavg: 3.00 3.18 3.13 4/184 15485
/proc/meminfo: memFree=18560444/32950904 swapFree=67082284/67111528
[pid=15327] ppid=15325 vsize=186368 CPUtime=1204.7 cores=5,7
/proc/15327/stat : 15327 (SApperloT2010) R 15325 15327 13829 0 -1 4202496 39678 0 0 0 120452 18 0 0 25 0 1 0 490435742 190840832 38755 33554432000 4194304 4395502 140733264507120 18446744073709551615 4299805 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/15327/statm: 46592 38755 267 50 0 43732 0
Current children cumulated CPU time (s) 1204.7
Current children cumulated vsize (KiB) 186368

[startup+1206.3 s]
/proc/loadavg: 3.00 3.18 3.13 4/184 15485
/proc/meminfo: memFree=18559576/32950904 swapFree=67082284/67111528
[pid=15327] ppid=15325 vsize=186368 CPUtime=1206.3 cores=5,7
/proc/15327/stat : 15327 (SApperloT2010) R 15325 15327 13829 0 -1 4202496 39679 0 0 0 120612 18 0 0 25 0 1 0 490435742 190840832 38756 33554432000 4194304 4395502 140733264507120 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/15327/statm: 46592 38756 267 50 0 43732 0
Current children cumulated CPU time (s) 1206.3
Current children cumulated vsize (KiB) 186368

[startup+1207.1 s]
/proc/loadavg: 3.00 3.18 3.13 4/184 15485
/proc/meminfo: memFree=18558956/32950904 swapFree=67082284/67111528
[pid=15327] ppid=15325 vsize=186368 CPUtime=1207.1 cores=5,7
/proc/15327/stat : 15327 (SApperloT2010) R 15325 15327 13829 0 -1 4202496 39679 0 0 0 120692 18 0 0 25 0 1 0 490435742 190840832 38756 33554432000 4194304 4395502 140733264507120 18446744073709551615 4299114 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/15327/statm: 46592 38756 267 50 0 43732 0
Current children cumulated CPU time (s) 1207.1
Current children cumulated vsize (KiB) 186368

[startup+1207.3 s]
/proc/loadavg: 3.00 3.18 3.13 4/184 15485
/proc/meminfo: memFree=18558956/32950904 swapFree=67082284/67111528
[pid=15327] ppid=15325 vsize=186368 CPUtime=1207.3 cores=5,7
/proc/15327/stat : 15327 (SApperloT2010) R 15325 15327 13829 0 -1 4202496 39679 0 0 0 120712 18 0 0 25 0 1 0 490435742 190840832 38756 33554432000 4194304 4395502 140733264507120 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/15327/statm: 46592 38756 267 50 0 43732 0
Current children cumulated CPU time (s) 1207.3
Current children cumulated vsize (KiB) 186368

[startup+1207.4 s]
/proc/loadavg: 3.00 3.18 3.13 4/184 15485
/proc/meminfo: memFree=18558956/32950904 swapFree=67082284/67111528
[pid=15327] ppid=15325 vsize=186368 CPUtime=1207.4 cores=5,7
/proc/15327/stat : 15327 (SApperloT2010) R 15325 15327 13829 0 -1 4202496 39679 0 0 0 120722 18 0 0 25 0 1 0 490435742 190840832 38756 33554432000 4194304 4395502 140733264507120 18446744073709551615 4299792 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/15327/statm: 46592 38756 267 50 0 43732 0
Current children cumulated CPU time (s) 1207.4
Current children cumulated vsize (KiB) 186368

Child status: 20
Real time (s): 1207.5
CPU time (s): 1207.51
CPU user time (s): 1207.32
CPU system time (s): 0.19197
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 186368

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

runsolver used 1.89271 second user time and 4.69629 second system time

The end

Launcher Data

Begin job on node121 at 2011-04-26 05:26:00
IDJOB=3290876
IDBENCH=83451
IDSOLVER=1655
FILE ID=node121/3290876-1303788360
RUNJOBID= node121-1303788133-15120
PBS_JOBID= 13157234
Free space on /tmp= 72724 MiB

SOLVER NAME= SApperloT2010 2011-03-04
BENCH NAME= SAT11/application/leberre/2dimensionalstrippacking/korf-17.cnf
COMMAND LINE= SApperloT2010 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3290876-1303788360/watcher-3290876-1303788360 -o /tmp/evaluation-result-3290876-1303788360/solver-3290876-1303788360 -C 2400 -W 1300 -M 7680  SApperloT2010 HOME/instance-3290876-1303788360.cnf

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

MD5SUM BENCH= ade81e5508101352b3d942708b201606
RANDOM SEED=145559976

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

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

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


/proc/meminfo:
MemTotal:     32950904 kB
MemFree:      20491432 kB
Buffers:       2151316 kB
Cached:        8763756 kB
SwapCached:       2776 kB
Active:        9124124 kB
Inactive:      2823316 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950904 kB
LowFree:      20491432 kB
SwapTotal:    67111528 kB
SwapFree:     67082284 kB
Dirty:           43828 kB
Writeback:           0 kB
AnonPages:     1029428 kB
Mapped:          14620 kB
Slab:           444812 kB
PageTables:       7432 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586980 kB
Committed_AS:  1348148 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= 72596 MiB
End job on node121 at 2011-04-26 05:46:07