Trace number 3322542

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-R4095UNSAT 66.089 8.49625

General information on the benchmark

Nameapplication/leberre/
2dimensionalstrippacking/E05X15.cnf
MD5SUMe53b8f4e61e6411a209ad63833d35585
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark4.66929
Satisfiable
(Un)Satisfiability was proved
Number of variables4740
Number of clauses41379
Sum of the clauses size183934
Maximum clause length45
Minimum clause length1
Number of clauses of size 17
Number of clauses of size 211966
Number of clauses of size 39700
Number of clauses of size 43195
Number of clauses of size 54425
Number of clauses of size over 512086

Solver Data

0.00/0.00	c clasp version 2.0.0-RC2
0.00/0.00	c Reading from ...388045/instance-3322542-1304388045.cnf
0.09/0.11	c Solving...
65.66/8.49	s UNSATISFIABLE
65.66/8.49	
65.66/8.49	c Models        : 0     
65.66/8.49	c Time          : 8.463s (Solving: 8.36s 1st Model: 0.00s Unsat: 8.36s)
65.66/8.49	c CPU Time      : 66.050s

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-3322542-1304388045/watcher-3322542-1304388045 -o /tmp/evaluation-result-3322542-1304388045/solver-3322542-1304388045 -C 40000 -W 5100 -M 31000 HOME/claspmt -t8 -p HOME/sat11-port.txt --distribute=all,2 HOME/instance-3322542-1304388045.cnf 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 40000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 40030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 8.03 8.05 8.01 1/359 17487
/proc/meminfo: memFree=6902884/32951124 swapFree=61020464/67111528
[pid=17487] ppid=17485 vsize=23408 CPUtime=0.01 cores=0-7
/proc/17487/stat : 17487 (claspmt) R 17485 17487 17373 0 -1 4202496 1254 0 0 0 1 0 0 0 25 0 1 0 629035163 23969792 1056 33554432000 4194304 4964704 140737188391696 18446744073709551615 224284586693 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/17487/statm: 5852 1057 389 189 0 726 0

[startup+0.0307971 s]
/proc/loadavg: 8.03 8.05 8.01 1/359 17487
/proc/meminfo: memFree=6902884/32951124 swapFree=61020464/67111528
[pid=17487] ppid=17485 vsize=26344 CPUtime=0.02 cores=0-7
/proc/17487/stat : 17487 (claspmt) R 17485 17487 17373 0 -1 4202496 2072 0 0 0 2 0 0 0 25 0 1 0 629035163 26976256 1748 33554432000 4194304 4964704 140737188391696 18446744073709551615 4607585 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/17487/statm: 6586 1748 403 189 0 1460 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 26344

[startup+0.100787 s]
/proc/loadavg: 8.03 8.05 8.01 1/359 17487
/proc/meminfo: memFree=6902884/32951124 swapFree=61020464/67111528
[pid=17487] ppid=17485 vsize=26344 CPUtime=0.09 cores=0-7
/proc/17487/stat : 17487 (claspmt) R 17485 17487 17373 0 -1 4202496 2100 0 0 0 9 0 0 0 25 0 1 0 629035163 26976256 1776 33554432000 4194304 4964704 140737188391696 18446744073709551615 4607280 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/17487/statm: 6586 1776 404 189 0 1460 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 26344

[startup+0.303261 s]
/proc/loadavg: 8.03 8.05 8.01 1/359 17487
/proc/meminfo: memFree=6902884/32951124 swapFree=61020464/67111528
[pid=17487] ppid=17485 vsize=453920 CPUtime=1.16 cores=0-7
/proc/17487/stat : 17487 (claspmt) R 17485 17487 17373 0 -1 4202496 6655 0 0 0 113 3 0 0 19 0 8 0 629035163 464814080 6059 33554432000 4194304 4964704 140737188391696 18446744073709551615 4669477 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 0
/proc/17487/statm: 113480 6059 464 189 0 107829 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 453920

[startup+1.71048 s]
/proc/loadavg: 8.03 8.05 8.01 1/359 17487
/proc/meminfo: memFree=6902884/32951124 swapFree=61020464/67111528
[pid=17487] ppid=17485 vsize=456736 CPUtime=12.22 cores=0-7
/proc/17487/stat : 17487 (claspmt) R 17485 17487 17373 0 -1 4202496 12300 0 0 0 1217 5 0 0 22 0 8 0 629035163 467697664 11704 33554432000 4194304 4964704 140737188391696 18446744073709551615 224284587041 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 0
/proc/17487/statm: 114184 11704 464 189 0 108533 0
Current children cumulated CPU time (s) 12.22
Current children cumulated vsize (KiB) 456736

[startup+1.81047 s]
/proc/loadavg: 8.03 8.05 8.01 1/359 17487
/proc/meminfo: memFree=6902884/32951124 swapFree=61020464/67111528
[pid=17487] ppid=17485 vsize=456736 CPUtime=13.02 cores=0-7
/proc/17487/stat : 17487 (claspmt) R 17485 17487 17373 0 -1 4202496 12583 0 0 0 1296 6 0 0 22 0 8 0 629035163 467697664 11987 33554432000 4194304 4964704 140737188391696 18446744073709551615 4668931 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 0
/proc/17487/statm: 114184 11987 464 189 0 108533 0
Current children cumulated CPU time (s) 13.02
Current children cumulated vsize (KiB) 456736

[startup+3.10125 s]
/proc/loadavg: 8.19 8.08 8.02 9/367 17495
/proc/meminfo: memFree=6855832/32951124 swapFree=61020464/67111528
[pid=17487] ppid=17485 vsize=457792 CPUtime=23.34 cores=0-7
/proc/17487/stat : 17487 (claspmt) R 17485 17487 17373 0 -1 4202496 13727 0 0 0 2327 7 0 0 25 0 8 0 629035163 468779008 13131 33554432000 4194304 4964704 140737188391696 18446744073709551615 4465641 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 0
/proc/17487/statm: 114448 13131 464 189 0 108797 0
[pid=17487/tid=17489] ppid=17485 vsize=457792 CPUtime=2.89 cores=0-7
/proc/17487/task/17489/stat : 17489 (claspmt) R 17485 17487 17373 0 -1 4202560 1066 0 0 0 289 0 0 0 21 0 8 0 629035175 468779008 13131 33554432000 4194304 4964704 140737188391696 18446744073709551615 4668609 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=17487/tid=17490] ppid=17485 vsize=457792 CPUtime=2.88 cores=0-7
/proc/17487/task/17490/stat : 17490 (claspmt) R 17485 17487 17373 0 -1 4202560 2234 0 0 0 287 1 0 0 22 0 8 0 629035175 468779008 13131 33554432000 4194304 4964704 140737188391696 18446744073709551615 4668907 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=17487/tid=17491] ppid=17485 vsize=457792 CPUtime=2.9 cores=0-7
/proc/17487/task/17491/stat : 17491 (claspmt) R 17485 17487 17373 0 -1 4202560 1435 0 0 0 289 1 0 0 22 0 8 0 629035175 468779008 13131 33554432000 4194304 4964704 140737188391696 18446744073709551615 4670248 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=17487/tid=17492] ppid=17485 vsize=457792 CPUtime=2.89 cores=0-7
/proc/17487/task/17492/stat : 17492 (claspmt) R 17485 17487 17373 0 -1 4202560 1702 0 0 0 289 0 0 0 22 0 8 0 629035175 468779008 13131 33554432000 4194304 4964704 140737188391696 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=17487/tid=17493] ppid=17485 vsize=457792 CPUtime=2.93 cores=0-7
/proc/17487/task/17493/stat : 17493 (claspmt) R 17485 17487 17373 0 -1 4202560 696 0 0 0 293 0 0 0 24 0 8 0 629035175 468779008 13131 33554432000 4194304 4964704 140737188391696 18446744073709551615 4670184 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=17487/tid=17494] ppid=17485 vsize=457792 CPUtime=2.89 cores=0-7
/proc/17487/task/17494/stat : 17494 (claspmt) R 17485 17487 17373 0 -1 4202560 1482 0 0 0 289 0 0 0 22 0 8 0 629035175 468779008 13131 33554432000 4194304 4964704 140737188391696 18446744073709551615 4362900 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=17487/tid=17495] ppid=17485 vsize=457792 CPUtime=2.89 cores=0-7
/proc/17487/task/17495/stat : 17495 (claspmt) R 17485 17487 17373 0 -1 4202560 1994 0 0 0 289 0 0 0 21 0 8 0 629035175 468779008 13131 33554432000 4194304 4964704 140737188391696 18446744073709551615 4320970 0 0 4096 18946 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 23.34
Current children cumulated vsize (KiB) 457792

[startup+6.30072 s]
/proc/loadavg: 8.19 8.08 8.02 9/367 17495
/proc/meminfo: memFree=6843740/32951124 swapFree=61020464/67111528
[pid=17487] ppid=17485 vsize=460020 CPUtime=48.89 cores=0-7
/proc/17487/stat : 17487 (claspmt) R 17485 17487 17373 0 -1 4202496 16773 0 0 0 4880 9 0 0 25 0 8 0 629035163 471060480 16177 33554432000 4194304 4964704 140737188391696 18446744073709551615 4670228 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 0
/proc/17487/statm: 115005 16177 466 189 0 109354 0
[pid=17487/tid=17489] ppid=17485 vsize=460020 CPUtime=6.09 cores=0-7
/proc/17487/task/17489/stat : 17489 (claspmt) R 17485 17487 17373 0 -1 4202560 1381 0 0 0 609 0 0 0 25 0 8 0 629035175 471060480 16177 33554432000 4194304 4964704 140737188391696 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=17487/tid=17490] ppid=17485 vsize=460020 CPUtime=6.04 cores=0-7
/proc/17487/task/17490/stat : 17490 (claspmt) R 17485 17487 17373 0 -1 4202560 2794 0 0 0 602 2 0 0 25 0 8 0 629035175 471060480 16177 33554432000 4194304 4964704 140737188391696 18446744073709551615 4670230 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=17487/tid=17491] ppid=17485 vsize=460020 CPUtime=6.1 cores=0-7
/proc/17487/task/17491/stat : 17491 (claspmt) R 17485 17487 17373 0 -1 4202560 1622 0 0 0 609 1 0 0 25 0 8 0 629035175 471060480 16177 33554432000 4194304 4964704 140737188391696 18446744073709551615 4342180 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=17487/tid=17492] ppid=17485 vsize=460020 CPUtime=6.1 cores=0-7
/proc/17487/task/17492/stat : 17492 (claspmt) R 17485 17487 17373 0 -1 4202560 2335 0 0 0 609 1 0 0 25 0 8 0 629035175 471060480 16177 33554432000 4194304 4964704 140737188391696 18446744073709551615 4321038 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=17487/tid=17493] ppid=17485 vsize=460020 CPUtime=6.12 cores=0-7
/proc/17487/task/17493/stat : 17493 (claspmt) R 17485 17487 17373 0 -1 4202560 1112 0 0 0 612 0 0 0 25 0 8 0 629035175 471060480 16177 33554432000 4194304 4964704 140737188391696 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=17487/tid=17494] ppid=17485 vsize=460020 CPUtime=6.09 cores=0-7
/proc/17487/task/17494/stat : 17494 (claspmt) R 17485 17487 17373 0 -1 4202560 1711 0 0 0 608 1 0 0 25 0 8 0 629035175 471060480 16177 33554432000 4194304 4964704 140737188391696 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=17487/tid=17495] ppid=17485 vsize=460020 CPUtime=6.09 cores=0-7
/proc/17487/task/17495/stat : 17495 (claspmt) R 17485 17487 17373 0 -1 4202560 2437 0 0 0 608 1 0 0 25 0 8 0 629035175 471060480 16177 33554432000 4194304 4964704 140737188391696 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 48.89
Current children cumulated vsize (KiB) 460020

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

[startup+7.6005 s]
/proc/loadavg: 8.17 8.08 8.02 9/367 17495
/proc/meminfo: memFree=6839276/32951124 swapFree=61020464/67111528
[pid=17487] ppid=17485 vsize=460152 CPUtime=59.28 cores=0-7
/proc/17487/stat : 17487 (claspmt) R 17485 17487 17373 0 -1 4202496 18048 0 0 0 5918 10 0 0 25 0 8 0 629035163 471195648 17452 33554432000 4194304 4964704 140737188391696 18446744073709551615 4670228 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 0
/proc/17487/statm: 115038 17452 466 189 0 109387 0
[pid=17487/tid=17489] ppid=17485 vsize=460152 CPUtime=7.4 cores=0-7
/proc/17487/task/17489/stat : 17489 (claspmt) R 17485 17487 17373 0 -1 4202560 1576 0 0 0 739 1 0 0 25 0 8 0 629035175 471195648 17452 33554432000 4194304 4964704 140737188391696 18446744073709551615 4668618 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=17487/tid=17490] ppid=17485 vsize=460152 CPUtime=7.33 cores=0-7
/proc/17487/task/17490/stat : 17490 (claspmt) R 17485 17487 17373 0 -1 4202560 2944 0 0 0 731 2 0 0 25 0 8 0 629035175 471195648 17452 33554432000 4194304 4964704 140737188391696 18446744073709551615 4668657 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=17487/tid=17491] ppid=17485 vsize=460152 CPUtime=7.4 cores=0-7
/proc/17487/task/17491/stat : 17491 (claspmt) R 17485 17487 17373 0 -1 4202560 1674 0 0 0 739 1 0 0 25 0 8 0 629035175 471195648 17452 33554432000 4194304 4964704 140737188391696 18446744073709551615 4670100 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=17487/tid=17492] ppid=17485 vsize=460152 CPUtime=7.39 cores=0-7
/proc/17487/task/17492/stat : 17492 (claspmt) R 17485 17487 17373 0 -1 4202560 2414 0 0 0 738 1 0 0 25 0 8 0 629035175 471195648 17452 33554432000 4194304 4964704 140737188391696 18446744073709551615 4321079 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=17487/tid=17493] ppid=17485 vsize=460152 CPUtime=7.42 cores=0-7
/proc/17487/task/17493/stat : 17493 (claspmt) R 17485 17487 17373 0 -1 4202560 1197 0 0 0 742 0 0 0 25 0 8 0 629035175 471195648 17452 33554432000 4194304 4964704 140737188391696 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=17487/tid=17494] ppid=17485 vsize=460152 CPUtime=7.39 cores=0-7
/proc/17487/task/17494/stat : 17494 (claspmt) R 17485 17487 17373 0 -1 4202560 1889 0 0 0 738 1 0 0 25 0 8 0 629035175 471195648 17452 33554432000 4194304 4964704 140737188391696 18446744073709551615 4321025 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=17487/tid=17495] ppid=17485 vsize=460152 CPUtime=7.39 cores=0-7
/proc/17487/task/17495/stat : 17495 (claspmt) R 17485 17487 17373 0 -1 4202560 2919 0 0 0 738 1 0 0 25 0 8 0 629035175 471195648 17452 33554432000 4194304 4964704 140737188391696 18446744073709551615 4670454 0 0 4096 18946 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 59.28
Current children cumulated vsize (KiB) 460152

[startup+8.00044 s]
/proc/loadavg: 8.17 8.08 8.02 9/367 17495
/proc/meminfo: memFree=6835452/32951124 swapFree=61020464/67111528
[pid=17487] ppid=17485 vsize=460152 CPUtime=62.46 cores=0-7
/proc/17487/stat : 17487 (claspmt) R 17485 17487 17373 0 -1 4202496 18213 0 0 0 6236 10 0 0 25 0 8 0 629035163 471195648 17617 33554432000 4194304 4964704 140737188391696 18446744073709551615 4362211 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 0
/proc/17487/statm: 115038 17617 466 189 0 109387 0
[pid=17487/tid=17489] ppid=17485 vsize=460152 CPUtime=7.8 cores=0-7
/proc/17487/task/17489/stat : 17489 (claspmt) R 17485 17487 17373 0 -1 4202560 1584 0 0 0 779 1 0 0 25 0 8 0 629035175 471195648 17617 33554432000 4194304 4964704 140737188391696 18446744073709551615 4668534 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=17487/tid=17490] ppid=17485 vsize=460152 CPUtime=7.71 cores=0-7
/proc/17487/task/17490/stat : 17490 (claspmt) R 17485 17487 17373 0 -1 4202560 2965 0 0 0 769 2 0 0 25 0 8 0 629035175 471195648 17617 33554432000 4194304 4964704 140737188391696 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=17487/tid=17491] ppid=17485 vsize=460152 CPUtime=7.8 cores=0-7
/proc/17487/task/17491/stat : 17491 (claspmt) R 17485 17487 17373 0 -1 4202560 1757 0 0 0 779 1 0 0 25 0 8 0 629035175 471195648 17617 33554432000 4194304 4964704 140737188391696 18446744073709551615 4361330 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=17487/tid=17492] ppid=17485 vsize=460152 CPUtime=7.79 cores=0-7
/proc/17487/task/17492/stat : 17492 (claspmt) R 17485 17487 17373 0 -1 4202560 2462 0 0 0 778 1 0 0 25 0 8 0 629035175 471195648 17617 33554432000 4194304 4964704 140737188391696 18446744073709551615 4668484 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=17487/tid=17493] ppid=17485 vsize=460152 CPUtime=7.82 cores=0-7
/proc/17487/task/17493/stat : 17493 (claspmt) R 17485 17487 17373 0 -1 4202560 1202 0 0 0 782 0 0 0 25 0 8 0 629035175 471195648 17617 33554432000 4194304 4964704 140737188391696 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=17487/tid=17494] ppid=17485 vsize=460152 CPUtime=7.79 cores=0-7
/proc/17487/task/17494/stat : 17494 (claspmt) R 17485 17487 17373 0 -1 4202560 1889 0 0 0 778 1 0 0 25 0 8 0 629035175 471195648 17617 33554432000 4194304 4964704 140737188391696 18446744073709551615 4670266 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=17487/tid=17495] ppid=17485 vsize=460152 CPUtime=7.79 cores=0-7
/proc/17487/task/17495/stat : 17495 (claspmt) R 17485 17487 17373 0 -1 4202560 2919 0 0 0 778 1 0 0 25 0 8 0 629035175 471195648 17617 33554432000 4194304 4964704 140737188391696 18446744073709551615 4320966 0 0 4096 18946 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 62.46
Current children cumulated vsize (KiB) 460152

[startup+8.40037 s]
/proc/loadavg: 8.17 8.08 8.02 9/367 17495
/proc/meminfo: memFree=6835452/32951124 swapFree=61020464/67111528
[pid=17487] ppid=17485 vsize=460152 CPUtime=65.66 cores=0-7
/proc/17487/stat : 17487 (claspmt) R 17485 17487 17373 0 -1 4202496 18268 0 0 0 6556 10 0 0 25 0 8 0 629035163 471195648 17672 33554432000 4194304 4964704 140737188391696 18446744073709551615 4321102 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 0
/proc/17487/statm: 115038 17672 466 189 0 109387 0
[pid=17487/tid=17489] ppid=17485 vsize=460152 CPUtime=8.2 cores=0-7
/proc/17487/task/17489/stat : 17489 (claspmt) R 17485 17487 17373 0 -1 4202560 1589 0 0 0 819 1 0 0 25 0 8 0 629035175 471195648 17672 33554432000 4194304 4964704 140737188391696 18446744073709551615 4362240 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=17487/tid=17490] ppid=17485 vsize=460152 CPUtime=8.11 cores=0-7
/proc/17487/task/17490/stat : 17490 (claspmt) R 17485 17487 17373 0 -1 4202560 2985 0 0 0 809 2 0 0 25 0 8 0 629035175 471195648 17672 33554432000 4194304 4964704 140737188391696 18446744073709551615 4321102 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=17487/tid=17491] ppid=17485 vsize=460152 CPUtime=8.2 cores=0-7
/proc/17487/task/17491/stat : 17491 (claspmt) R 17485 17487 17373 0 -1 4202560 1761 0 0 0 819 1 0 0 25 0 8 0 629035175 471195648 17672 33554432000 4194304 4964704 140737188391696 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=17487/tid=17492] ppid=17485 vsize=460152 CPUtime=8.19 cores=0-7
/proc/17487/task/17492/stat : 17492 (claspmt) R 17485 17487 17373 0 -1 4202560 2462 0 0 0 818 1 0 0 25 0 8 0 629035175 471195648 17672 33554432000 4194304 4964704 140737188391696 18446744073709551615 4668969 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=17487/tid=17493] ppid=17485 vsize=460152 CPUtime=8.22 cores=0-7
/proc/17487/task/17493/stat : 17493 (claspmt) R 17485 17487 17373 0 -1 4202560 1205 0 0 0 822 0 0 0 25 0 8 0 629035175 471195648 17672 33554432000 4194304 4964704 140737188391696 18446744073709551615 4320909 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=17487/tid=17494] ppid=17485 vsize=460152 CPUtime=8.19 cores=0-7
/proc/17487/task/17494/stat : 17494 (claspmt) R 17485 17487 17373 0 -1 4202560 1889 0 0 0 818 1 0 0 25 0 8 0 629035175 471195648 17672 33554432000 4194304 4964704 140737188391696 18446744073709551615 4647742 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=17487/tid=17495] ppid=17485 vsize=460152 CPUtime=8.19 cores=0-7
/proc/17487/task/17495/stat : 17495 (claspmt) R 17485 17487 17373 0 -1 4202560 2930 0 0 0 818 1 0 0 25 0 8 0 629035175 471195648 17672 33554432000 4194304 4964704 140737188391696 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 65.66
Current children cumulated vsize (KiB) 460152

Child status: 20
Real time (s): 8.49625
CPU time (s): 66.089
CPU user time (s): 65.976
CPU system time (s): 0.112982
CPU usage (%): 777.86
Max. virtual memory (cumulated for all children) (KiB): 460152

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 65.976
system time used= 0.112982
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18280
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= 4153
involuntary context switches= 297

runsolver used 0.028995 second user time and 0.06499 second system time

The end

Launcher Data

Begin job on node118 at 2011-05-03 04:00:45
IDJOB=3322542
IDBENCH=83454
IDSOLVER=1711
FILE ID=node118/3322542-1304388045
RUNJOBID= node118-1304387360-17387
PBS_JOBID= 13181815
Free space on /tmp= 73240 MiB

SOLVER NAME= claspmt 2.0-R4095
BENCH NAME= SAT11/application/leberre/2dimensionalstrippacking/E05X15.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-3322542-1304388045/watcher-3322542-1304388045 -o /tmp/evaluation-result-3322542-1304388045/solver-3322542-1304388045 -C 40000 -W 5100 -M 31000  HOME/claspmt -t8 -p HOME/sat11-port.txt --distribute=all,2 HOME/instance-3322542-1304388045.cnf

TIME LIMIT= 40000 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= e53b8f4e61e6411a209ad63833d35585
RANDOM SEED=810569382

node118.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.842
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.68
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.842
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.842
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.74
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.842
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.842
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.68
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.842
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.842
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.842
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	: 5374.59
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       6903412 kB
Buffers:         31660 kB
Cached:         182868 kB
SwapCached:      96828 kB
Active:       12759328 kB
Inactive:     13051128 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       6903412 kB
SwapTotal:    67111528 kB
SwapFree:     61020464 kB
Dirty:            1972 kB
Writeback:           0 kB
AnonPages:    25511188 kB
Mapped:          17684 kB
Slab:            79408 kB
PageTables:      89748 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 88625036 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= 73240 MiB
End job on node118 at 2011-05-03 04:00:54