Trace number 3373503

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
claspmt 2.0-R4095-patched (fixed)UNSAT 70.9302 17.9128

General information on the benchmark

Nameapplication/leberre/
2dimensionalstrippacking/korf-15.cnf
MD5SUMb5f600e7f9b30a5ff851f80fa6100290
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1.84172
Satisfiable
(Un)Satisfiability was proved
Number of variables4740
Number of clauses45569
Sum of the clauses size233173
Maximum clause length45
Minimum clause length1
Number of clauses of size 112
Number of clauses of size 212041
Number of clauses of size 38754
Number of clauses of size 41380
Number of clauses of size 52160
Number of clauses of size over 521222

Solver Data

0.00/0.00	c clasp version 2.0.0-RC2
0.00/0.00	c Reading from ...428390/instance-3373503-1305428390.cnf
0.09/0.15	c Solving...
70.91/17.91	s UNSATISFIABLE
70.91/17.91	
70.91/17.91	c Models        : 0     
70.91/17.91	c Time          : 17.897s (Solving: 17.74s 1st Model: 0.00s Unsat: 17.74s)
70.91/17.91	c CPU Time      : 70.910s

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-3373503-1305428390/watcher-3373503-1305428390 -o /tmp/evaluation-result-3373503-1305428390/solver-3373503-1305428390 -C 4800 -W 1300 -M 15500 HOME/claspmt -t4 -p HOME/sat11-port.txt --distribute=all,2 HOME/instance-3373503-1305428390.cnf 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 3.70 4.35 6.06 2/279 13436
/proc/meminfo: memFree=18938844/32951132 swapFree=67093824/67111528
[pid=13436] ppid=13434 vsize=22132 CPUtime=0 cores=1,3,5,7
/proc/13436/stat : 13436 (claspmt) R 13434 13436 6618 0 -1 4202496 870 0 0 0 0 0 0 0 22 0 1 0 654438693 22663168 764 33554432000 4194304 4964800 140733332191920 18446744073709551615 274664808192 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/13436/statm: 5533 764 388 189 0 407 0

[startup+0.0873631 s]
/proc/loadavg: 3.70 4.35 6.06 2/279 13436
/proc/meminfo: memFree=18938844/32951132 swapFree=67093824/67111528
[pid=13436] ppid=13434 vsize=26736 CPUtime=0.08 cores=1,3,5,7
/proc/13436/stat : 13436 (claspmt) R 13434 13436 6618 0 -1 4202496 2176 0 0 0 8 0 0 0 22 0 1 0 654438693 27377664 1854 33554432000 4194304 4964800 140733332191920 18446744073709551615 4607590 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/13436/statm: 6684 1854 402 189 0 1558 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 26736

[startup+0.100359 s]
/proc/loadavg: 3.70 4.35 6.06 2/279 13436
/proc/meminfo: memFree=18938844/32951132 swapFree=67093824/67111528
[pid=13436] ppid=13434 vsize=26736 CPUtime=0.09 cores=1,3,5,7
/proc/13436/stat : 13436 (claspmt) R 13434 13436 6618 0 -1 4202496 2176 0 0 0 9 0 0 0 22 0 1 0 654438693 27377664 1854 33554432000 4194304 4964800 140733332191920 18446744073709551615 4607590 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/13436/statm: 6684 1854 402 189 0 1558 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 26736

[startup+1.66904 s]
/proc/loadavg: 3.70 4.35 6.06 2/279 13436
/proc/meminfo: memFree=18938844/32951132 swapFree=67093824/67111528
[pid=13436] ppid=13434 vsize=243636 CPUtime=6.16 cores=1,3,5,7
/proc/13436/stat : 13436 (claspmt) R 13434 13436 6618 0 -1 4202496 7539 0 0 0 613 3 0 0 19 0 4 0 654438693 249483264 7042 33554432000 4194304 4964800 140733332191920 18446744073709551615 4670299 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/13436/statm: 60909 7042 458 189 0 55258 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 243636

[startup+1.70104 s]
/proc/loadavg: 3.70 4.35 6.06 2/279 13436
/proc/meminfo: memFree=18938844/32951132 swapFree=67093824/67111528
[pid=13436] ppid=13434 vsize=243768 CPUtime=6.29 cores=1,3,5,7
/proc/13436/stat : 13436 (claspmt) R 13434 13436 6618 0 -1 4202496 7583 0 0 0 626 3 0 0 19 0 4 0 654438693 249618432 7086 33554432000 4194304 4964800 140733332191920 18446744073709551615 4659658 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/13436/statm: 60942 7086 458 189 0 55291 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 243768

[startup+1.80102 s]
/proc/loadavg: 3.70 4.35 6.06 2/279 13436
/proc/meminfo: memFree=18938844/32951132 swapFree=67093824/67111528
[pid=13436] ppid=13434 vsize=243768 CPUtime=6.68 cores=1,3,5,7
/proc/13436/stat : 13436 (claspmt) R 13434 13436 6618 0 -1 4202496 7600 0 0 0 665 3 0 0 19 0 4 0 654438693 249618432 7103 33554432000 4194304 4964800 140733332191920 18446744073709551615 4660452 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/13436/statm: 60942 7103 458 189 0 55291 0
Current children cumulated CPU time (s) 6.68
Current children cumulated vsize (KiB) 243768

[startup+3.1008 s]
/proc/loadavg: 3.70 4.35 6.06 6/286 13446
/proc/meminfo: memFree=18852192/32951132 swapFree=67093824/67111528
[pid=13436] ppid=13434 vsize=244768 CPUtime=11.88 cores=1,3,5,7
/proc/13436/stat : 13436 (claspmt) R 13434 13436 6618 0 -1 4202496 8424 0 0 0 1183 5 0 0 23 0 4 0 654438693 250642432 7927 33554432000 4194304 4964800 140733332191920 18446744073709551615 4653542 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/13436/statm: 61192 7927 458 189 0 55541 0
[pid=13436/tid=13438] ppid=13434 vsize=244768 CPUtime=2.93 cores=1,3,5,7
/proc/13436/task/13438/stat : 13438 (claspmt) R 13434 13436 6618 0 -1 4202560 1096 0 0 0 293 0 0 0 18 0 4 0 654438709 250642432 7927 33554432000 4194304 4964800 140733332191920 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=13436/tid=13439] ppid=13434 vsize=244768 CPUtime=2.92 cores=1,3,5,7
/proc/13436/task/13439/stat : 13439 (claspmt) R 13434 13436 6618 0 -1 4202560 2526 0 0 0 290 2 0 0 23 0 4 0 654438709 250642432 7927 33554432000 4194304 4964800 140733332191920 18446744073709551615 4321102 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=13436/tid=13440] ppid=13434 vsize=244768 CPUtime=2.91 cores=1,3,5,7
/proc/13436/task/13440/stat : 13440 (claspmt) R 13434 13436 6618 0 -1 4202560 1308 0 0 0 291 0 0 0 21 0 4 0 654438709 250642432 7927 33554432000 4194304 4964800 140733332191920 18446744073709551615 4670542 0 0 4096 18946 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 11.88
Current children cumulated vsize (KiB) 244768

[startup+6.30024 s]
/proc/loadavg: 3.81 4.36 6.05 7/286 13446
/proc/meminfo: memFree=18840976/32951132 swapFree=67093824/67111528
[pid=13436] ppid=13434 vsize=246188 CPUtime=24.64 cores=1,3,5,7
/proc/13436/stat : 13436 (claspmt) R 13434 13436 6618 0 -1 4202496 10370 0 0 0 2457 7 0 0 25 0 4 0 654438693 252096512 9873 33554432000 4194304 4964800 140733332191920 18446744073709551615 4659400 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/13436/statm: 61547 9873 460 189 0 55896 0
[pid=13436/tid=13438] ppid=13434 vsize=246188 CPUtime=6.13 cores=1,3,5,7
/proc/13436/task/13438/stat : 13438 (claspmt) R 13434 13436 6618 0 -1 4202560 1505 0 0 0 612 1 0 0 25 0 4 0 654438709 252096512 9873 33554432000 4194304 4964800 140733332191920 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=13436/tid=13439] ppid=13434 vsize=246188 CPUtime=6.12 cores=1,3,5,7
/proc/13436/task/13439/stat : 13439 (claspmt) R 13434 13436 6618 0 -1 4202560 3551 0 0 0 609 3 0 0 25 0 4 0 654438709 252096512 9873 33554432000 4194304 4964800 140733332191920 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=13436/tid=13440] ppid=13434 vsize=246188 CPUtime=6.08 cores=1,3,5,7
/proc/13436/task/13440/stat : 13440 (claspmt) R 13434 13436 6618 0 -1 4202560 1418 0 0 0 607 1 0 0 25 0 4 0 654438709 252096512 9873 33554432000 4194304 4964800 140733332191920 18446744073709551615 4653388 0 0 4096 18946 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 24.64
Current children cumulated vsize (KiB) 246188

[startup+12.7011 s]
/proc/loadavg: 4.22 4.43 6.07 6/286 13446
/proc/meminfo: memFree=18828864/32951132 swapFree=67093824/67111528
[pid=13436] ppid=13434 vsize=249564 CPUtime=50.18 cores=1,3,5,7
/proc/13436/stat : 13436 (claspmt) R 13434 13436 6618 0 -1 4202496 13500 0 0 0 5005 13 0 0 25 0 4 0 654438693 255553536 13003 33554432000 4194304 4964800 140733332191920 18446744073709551615 4320848 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/13436/statm: 62391 13003 460 189 0 56740 0
[pid=13436/tid=13438] ppid=13434 vsize=249564 CPUtime=12.52 cores=1,3,5,7
/proc/13436/task/13438/stat : 13438 (claspmt) R 13434 13436 6618 0 -1 4202560 2207 0 0 0 1250 2 0 0 25 0 4 0 654438709 255553536 13003 33554432000 4194304 4964800 140733332191920 18446744073709551615 4627975 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=13436/tid=13439] ppid=13434 vsize=249564 CPUtime=12.52 cores=1,3,5,7
/proc/13436/task/13439/stat : 13439 (claspmt) R 13434 13436 6618 0 -1 4202560 5035 0 0 0 1247 5 0 0 25 0 4 0 654438709 255553536 13003 33554432000 4194304 4964800 140733332191920 18446744073709551615 4670346 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=13436/tid=13440] ppid=13434 vsize=249564 CPUtime=12.42 cores=1,3,5,7
/proc/13436/task/13440/stat : 13440 (claspmt) R 13434 13436 6618 0 -1 4202560 1524 0 0 0 1241 1 0 0 25 0 4 0 654438709 255553536 13003 33554432000 4194304 4964800 140733332191920 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.18
Current children cumulated vsize (KiB) 249564

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

[startup+14.0009 s]
/proc/loadavg: 4.29 4.44 6.06 6/286 13446
/proc/meminfo: memFree=18827128/32951132 swapFree=67093824/67111528
[pid=13436] ppid=13434 vsize=250080 CPUtime=55.36 cores=1,3,5,7
/proc/13436/stat : 13436 (claspmt) R 13434 13436 6618 0 -1 4202496 13665 0 0 0 5523 13 0 0 25 0 4 0 654438693 256081920 13165 33554432000 4194304 4964800 140733332191920 18446744073709551615 4321016 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/13436/statm: 62520 13165 460 189 0 56869 0
[pid=13436/tid=13438] ppid=13434 vsize=250080 CPUtime=13.82 cores=1,3,5,7
/proc/13436/task/13438/stat : 13438 (claspmt) R 13434 13436 6618 0 -1 4202560 2207 0 0 0 1380 2 0 0 25 0 4 0 654438709 256081920 13165 33554432000 4194304 4964800 140733332191920 18446744073709551615 4670310 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=13436/tid=13439] ppid=13434 vsize=250080 CPUtime=13.82 cores=1,3,5,7
/proc/13436/task/13439/stat : 13439 (claspmt) R 13434 13436 6618 0 -1 4202560 5169 0 0 0 1377 5 0 0 25 0 4 0 654438709 256081920 13165 33554432000 4194304 4964800 140733332191920 18446744073709551615 4670313 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=13436/tid=13440] ppid=13434 vsize=250080 CPUtime=13.72 cores=1,3,5,7
/proc/13436/task/13440/stat : 13440 (claspmt) R 13434 13436 6618 0 -1 4202560 1555 0 0 0 1370 2 0 0 25 0 4 0 654438709 256081920 13165 33554432000 4194304 4964800 140733332191920 18446744073709551615 4670346 0 0 4096 18946 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 55.36
Current children cumulated vsize (KiB) 250080

[startup+15.6106 s]
/proc/loadavg: 4.29 4.44 6.06 9/289 13449
/proc/meminfo: memFree=18738576/32951132 swapFree=67093824/67111528
[pid=13436] ppid=13434 vsize=250512 CPUtime=61.79 cores=1,3,5,7
/proc/13436/stat : 13436 (claspmt) R 13434 13436 6618 0 -1 4202496 14029 0 0 0 6165 14 0 0 25 0 4 0 654438693 256524288 13529 33554432000 4194304 4964800 140733332191920 18446744073709551615 4380220 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/13436/statm: 62628 13529 460 189 0 56977 0
[pid=13436/tid=13438] ppid=13434 vsize=250512 CPUtime=15.43 cores=1,3,5,7
/proc/13436/task/13438/stat : 13438 (claspmt) R 13434 13436 6618 0 -1 4202560 2251 0 0 0 1541 2 0 0 25 0 4 0 654438709 256524288 13529 33554432000 4194304 4964800 140733332191920 18446744073709551615 4320909 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=13436/tid=13439] ppid=13434 vsize=250512 CPUtime=15.43 cores=1,3,5,7
/proc/13436/task/13439/stat : 13439 (claspmt) R 13434 13436 6618 0 -1 4202560 5256 0 0 0 1538 5 0 0 25 0 4 0 654438709 256524288 13529 33554432000 4194304 4964800 140733332191920 18446744073709551615 4378499 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=13436/tid=13440] ppid=13434 vsize=250512 CPUtime=15.3 cores=1,3,5,7
/proc/13436/task/13440/stat : 13440 (claspmt) R 13434 13436 6618 0 -1 4202560 1782 0 0 0 1528 2 0 0 25 0 4 0 654438709 256524288 13529 33554432000 4194304 4964800 140733332191920 18446744073709551615 4669509 0 0 4096 18946 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 61.79
Current children cumulated vsize (KiB) 250512

[startup+17.2004 s]
/proc/loadavg: 4.29 4.44 6.06 9/289 13449
/proc/meminfo: memFree=18728904/32951132 swapFree=67093824/67111528
[pid=13436] ppid=13434 vsize=252476 CPUtime=68.14 cores=1,3,5,7
/proc/13436/stat : 13436 (claspmt) R 13434 13436 6618 0 -1 4202496 14500 0 0 0 6800 14 0 0 25 0 4 0 654438693 258535424 14000 33554432000 4194304 4964800 140733332191920 18446744073709551615 4669272 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/13436/statm: 63119 14000 460 189 0 57468 0
[pid=13436/tid=13438] ppid=13434 vsize=252476 CPUtime=17.02 cores=1,3,5,7
/proc/13436/task/13438/stat : 13438 (claspmt) R 13434 13436 6618 0 -1 4202560 2255 0 0 0 1700 2 0 0 25 0 4 0 654438709 258535424 14000 33554432000 4194304 4964800 140733332191920 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=13436/tid=13439] ppid=13434 vsize=252476 CPUtime=17.02 cores=1,3,5,7
/proc/13436/task/13439/stat : 13439 (claspmt) R 13434 13436 6618 0 -1 4202560 5709 0 0 0 1697 5 0 0 25 0 4 0 654438709 258535424 14000 33554432000 4194304 4964800 140733332191920 18446744073709551615 4321102 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=13436/tid=13440] ppid=13434 vsize=252476 CPUtime=16.88 cores=1,3,5,7
/proc/13436/task/13440/stat : 13440 (claspmt) R 13434 13436 6618 0 -1 4202560 1792 0 0 0 1686 2 0 0 25 0 4 0 654438709 258535424 14000 33554432000 4194304 4964800 140733332191920 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 68.14
Current children cumulated vsize (KiB) 252476

[startup+17.6003 s]
/proc/loadavg: 4.29 4.44 6.06 9/289 13449
/proc/meminfo: memFree=18728904/32951132 swapFree=67093824/67111528
[pid=13436] ppid=13434 vsize=252476 CPUtime=69.74 cores=1,3,5,7
/proc/13436/stat : 13436 (claspmt) R 13434 13436 6618 0 -1 4202496 14504 0 0 0 6960 14 0 0 25 0 4 0 654438693 258535424 14004 33554432000 4194304 4964800 140733332191920 18446744073709551615 4332144 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/13436/statm: 63119 14004 460 189 0 57468 0
[pid=13436/tid=13438] ppid=13434 vsize=252476 CPUtime=17.42 cores=1,3,5,7
/proc/13436/task/13438/stat : 13438 (claspmt) R 13434 13436 6618 0 -1 4202560 2255 0 0 0 1740 2 0 0 25 0 4 0 654438709 258535424 14004 33554432000 4194304 4964800 140733332191920 18446744073709551615 274664505986 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=13436/tid=13439] ppid=13434 vsize=252476 CPUtime=17.42 cores=1,3,5,7
/proc/13436/task/13439/stat : 13439 (claspmt) R 13434 13436 6618 0 -1 4202560 5713 0 0 0 1737 5 0 0 25 0 4 0 654438709 258535424 14004 33554432000 4194304 4964800 140733332191920 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=13436/tid=13440] ppid=13434 vsize=252476 CPUtime=17.28 cores=1,3,5,7
/proc/13436/task/13440/stat : 13440 (claspmt) R 13434 13436 6618 0 -1 4202560 1792 0 0 0 1726 2 0 0 25 0 4 0 654438709 258535424 14004 33554432000 4194304 4964800 140733332191920 18446744073709551615 4320909 0 0 4096 18946 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 69.74
Current children cumulated vsize (KiB) 252476

[startup+17.8113 s]
/proc/loadavg: 4.58 4.50 6.07 11/289 13449
/proc/meminfo: memFree=18717248/32951132 swapFree=67093824/67111528
[pid=13436] ppid=13434 vsize=252476 CPUtime=70.57 cores=1,3,5,7
/proc/13436/stat : 13436 (claspmt) R 13434 13436 6618 0 -1 4202496 14504 0 0 0 7043 14 0 0 25 0 4 0 654438693 258535424 14004 33554432000 4194304 4964800 140733332191920 18446744073709551615 4670308 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/13436/statm: 63119 14004 460 189 0 57468 0
[pid=13436/tid=13438] ppid=13434 vsize=252476 CPUtime=17.63 cores=1,3,5,7
/proc/13436/task/13438/stat : 13438 (claspmt) R 13434 13436 6618 0 -1 4202560 2255 0 0 0 1761 2 0 0 25 0 4 0 654438709 258535424 14004 33554432000 4194304 4964800 140733332191920 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=13436/tid=13439] ppid=13434 vsize=252476 CPUtime=17.63 cores=1,3,5,7
/proc/13436/task/13439/stat : 13439 (claspmt) R 13434 13436 6618 0 -1 4202560 5713 0 0 0 1758 5 0 0 25 0 4 0 654438709 258535424 14004 33554432000 4194304 4964800 140733332191920 18446744073709551615 4670511 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=13436/tid=13440] ppid=13434 vsize=252476 CPUtime=17.49 cores=1,3,5,7
/proc/13436/task/13440/stat : 13440 (claspmt) R 13434 13436 6618 0 -1 4202560 1792 0 0 0 1747 2 0 0 25 0 4 0 654438709 258535424 14004 33554432000 4194304 4964800 140733332191920 18446744073709551615 4321079 0 0 4096 18946 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 70.57
Current children cumulated vsize (KiB) 252476

[startup+17.9012 s]
/proc/loadavg: 4.58 4.50 6.07 11/289 13449
/proc/meminfo: memFree=18717248/32951132 swapFree=67093824/67111528
[pid=13436] ppid=13434 vsize=251880 CPUtime=70.91 cores=1,3,5,7
/proc/13436/stat : 13436 (claspmt) R 13434 13436 6618 0 -1 4202496 14514 0 0 0 7077 14 0 0 25 0 1 0 654438693 257925120 13840 33554432000 4194304 4964800 140733332191920 18446744073709551615 274664851591 0 0 4096 18946 0 0 0 17 3 0 0 0
/proc/13436/statm: 62970 13840 470 189 0 57319 0
Current children cumulated CPU time (s) 70.91
Current children cumulated vsize (KiB) 251880

Child status: 20
Real time (s): 17.9128
CPU time (s): 70.9302
CPU user time (s): 70.7822
CPU system time (s): 0.147977
CPU usage (%): 395.975
Max. virtual memory (cumulated for all children) (KiB): 252476

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 70.7822
system time used= 0.147977
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14516
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= 977
involuntary context switches= 489

runsolver used 0.047992 second user time and 0.117982 second system time

The end

Launcher Data

Begin job on node131 at 2011-05-15 04:59:51
IDJOB=3373503
IDBENCH=83433
IDSOLVER=1853
FILE ID=node131/3373503-1305428390
RUNJOBID= node131-1305428390-13423
PBS_JOBID= 13324598
Free space on /tmp= 73708 MiB

SOLVER NAME= claspmt 2.0-R4095-patched (fixed)
BENCH NAME= SAT11/application/leberre/2dimensionalstrippacking/korf-15.cnf
COMMAND LINE= HOME/claspmt -tNBCORE -p HOME/sat11-port.txt --distribute=all,2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3373503-1305428390/watcher-3373503-1305428390 -o /tmp/evaluation-result-3373503-1305428390/solver-3373503-1305428390 -C 4800 -W 1300 -M 15500  HOME/claspmt -t4 -p HOME/sat11-port.txt --distribute=all,2 HOME/instance-3373503-1305428390.cnf

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

MD5SUM BENCH= b5f600e7f9b30a5ff851f80fa6100290
RANDOM SEED=756856190

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

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
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.75
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.830
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.77
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.830
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.75
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.830
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.830
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      18938876 kB
Buffers:        279684 kB
Cached:        3754736 kB
SwapCached:       1504 kB
Active:       10593576 kB
Inactive:      3161768 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      18938876 kB
SwapTotal:    67111528 kB
SwapFree:     67093824 kB
Dirty:            2784 kB
Writeback:           0 kB
AnonPages:     9719700 kB
Mapped:          26336 kB
Slab:           163928 kB
PageTables:      30720 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 27998136 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73692 MiB
End job on node131 at 2011-05-15 05:00:09