Trace number 3322522

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 110.306 14.05

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.81872
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 ...387809/instance-3322522-1304387809.cnf
0.09/0.15	c Solving...
110.15/14.04	s UNSATISFIABLE
110.15/14.04	
110.15/14.04	c Models        : 0     
110.15/14.04	c Time          : 14.024s (Solving: 13.87s 1st Model: 0.00s Unsat: 13.87s)
110.15/14.04	c CPU Time      : 110.280s

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-3322522-1304387809/watcher-3322522-1304387809 -o /tmp/evaluation-result-3322522-1304387809/solver-3322522-1304387809 -C 40000 -W 5100 -M 31000 HOME/claspmt -t8 -p HOME/sat11-port.txt --distribute=all,2 HOME/instance-3322522-1304387809.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: 7.37 7.91 7.98 2/329 21186
/proc/meminfo: memFree=19487568/32951124 swapFree=67111516/67111528
[pid=21186] ppid=21184 vsize=23076 CPUtime=0 cores=0-7
/proc/21186/stat : 21186 (claspmt) R 21184 21186 21160 0 -1 4202496 1135 0 0 0 0 0 0 0 25 0 1 0 550381823 23629824 991 33554432000 4194304 4964704 140737218650288 18446744073709551615 270612771525 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/21186/statm: 5769 992 389 189 0 643 0

[startup+0.061743 s]
/proc/loadavg: 7.37 7.91 7.98 2/329 21186
/proc/meminfo: memFree=19487568/32951124 swapFree=67111516/67111528
[pid=21186] ppid=21184 vsize=26768 CPUtime=0.05 cores=0-7
/proc/21186/stat : 21186 (claspmt) R 21184 21186 21160 0 -1 4202496 2188 0 0 0 5 0 0 0 25 0 1 0 550381823 27410432 1864 33554432000 4194304 4964704 140737218650288 18446744073709551615 4607486 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/21186/statm: 6692 1864 403 189 0 1566 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 26768

[startup+0.100726 s]
/proc/loadavg: 7.37 7.91 7.98 2/329 21186
/proc/meminfo: memFree=19487568/32951124 swapFree=67111516/67111528
[pid=21186] ppid=21184 vsize=26768 CPUtime=0.09 cores=0-7
/proc/21186/stat : 21186 (claspmt) R 21184 21186 21160 0 -1 4202496 2188 0 0 0 9 0 0 0 25 0 1 0 550381823 27410432 1864 33554432000 4194304 4964704 140737218650288 18446744073709551615 4607648 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/21186/statm: 6692 1864 403 189 0 1566 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 26768

[startup+0.30112 s]
/proc/loadavg: 7.37 7.91 7.98 2/329 21186
/proc/meminfo: memFree=19487568/32951124 swapFree=67111516/67111528
[pid=21186] ppid=21184 vsize=389100 CPUtime=1.13 cores=0-7
/proc/21186/stat : 21186 (claspmt) R 21184 21186 21160 0 -1 4202496 6834 0 0 0 111 2 0 0 25 0 8 0 550381823 398438400 6231 33554432000 4194304 4964704 140737218650288 18446744073709551615 4362287 0 0 4096 18946 18446744073709551615 0 0 17 4 0 0 0
/proc/21186/statm: 97958 10436 464 189 0 92307 0
Current children cumulated CPU time (s) 1.13
Current children cumulated vsize (KiB) 389100

[startup+1.33879 s]
/proc/loadavg: 7.37 7.91 7.98 2/329 21186
/proc/meminfo: memFree=19487568/32951124 swapFree=67111516/67111528
[pid=21186] ppid=21184 vsize=392212 CPUtime=10.65 cores=0-7
/proc/21186/stat : 21186 (claspmt) R 21184 21186 21160 0 -1 4202496 11902 0 0 0 1060 5 0 0 25 0 8 0 550381823 401625088 11299 33554432000 4194304 4964704 140737218650288 18446744073709551615 4362243 0 0 4096 18946 18446744073709551615 0 0 17 4 0 0 0
/proc/21186/statm: 98053 11300 464 189 0 92402 0
Current children cumulated CPU time (s) 10.65
Current children cumulated vsize (KiB) 392212

[startup+1.64541 s]
/proc/loadavg: 7.37 7.91 7.98 2/329 21186
/proc/meminfo: memFree=19487568/32951124 swapFree=67111516/67111528
[pid=21186] ppid=21184 vsize=392212 CPUtime=11.45 cores=0-7
/proc/21186/stat : 21186 (claspmt) R 21184 21186 21160 0 -1 4202496 12029 0 0 0 1140 5 0 0 25 0 8 0 550381823 401625088 11426 33554432000 4194304 4964704 140737218650288 18446744073709551615 4321102 0 0 4096 18946 18446744073709551615 0 0 17 4 0 0 0
/proc/21186/statm: 98053 11426 464 189 0 92402 0
Current children cumulated CPU time (s) 11.45
Current children cumulated vsize (KiB) 392212

[startup+3.10116 s]
/proc/loadavg: 7.42 7.91 7.98 9/337 21194
/proc/meminfo: memFree=19440268/32951124 swapFree=67111516/67111528
[pid=21186] ppid=21184 vsize=393784 CPUtime=23.08 cores=0-7
/proc/21186/stat : 21186 (claspmt) R 21184 21186 21160 0 -1 4202496 13805 0 0 0 2302 6 0 0 25 0 8 0 550381823 403234816 13202 33554432000 4194304 4964704 140737218650288 18446744073709551615 4320993 0 0 4096 18946 18446744073709551615 0 0 17 4 0 0 0
/proc/21186/statm: 98446 13202 464 189 0 92795 0
[pid=21186/tid=21188] ppid=21184 vsize=393784 CPUtime=2.85 cores=0-7
/proc/21186/task/21188/stat : 21188 (claspmt) R 21184 21186 21160 0 -1 4202560 1000 0 0 0 285 0 0 0 21 0 8 0 550381839 403234816 13202 33554432000 4194304 4964704 140737218650288 18446744073709551615 4670250 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=21186/tid=21189] ppid=21184 vsize=393784 CPUtime=2.86 cores=0-7
/proc/21186/task/21189/stat : 21189 (claspmt) R 21184 21186 21160 0 -1 4202560 1966 0 0 0 285 1 0 0 21 0 8 0 550381839 403234816 13202 33554432000 4194304 4964704 140737218650288 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=21186/tid=21190] ppid=21184 vsize=393784 CPUtime=2.84 cores=0-7
/proc/21186/task/21190/stat : 21190 (claspmt) R 21184 21186 21160 0 -1 4202560 1372 0 0 0 284 0 0 0 21 0 8 0 550381839 403234816 13202 33554432000 4194304 4964704 140737218650288 18446744073709551615 4670243 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=21186/tid=21191] ppid=21184 vsize=393784 CPUtime=2.85 cores=0-7
/proc/21186/task/21191/stat : 21191 (claspmt) R 21184 21186 21160 0 -1 4202560 1634 0 0 0 285 0 0 0 21 0 8 0 550381839 403234816 13202 33554432000 4194304 4964704 140737218650288 18446744073709551615 4669458 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=21186/tid=21192] ppid=21184 vsize=393784 CPUtime=2.92 cores=0-7
/proc/21186/task/21192/stat : 21192 (claspmt) R 21184 21186 21160 0 -1 4202560 652 0 0 0 292 0 0 0 24 0 8 0 550381839 403234816 13202 33554432000 4194304 4964704 140737218650288 18446744073709551615 4670184 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=21186/tid=21193] ppid=21184 vsize=393784 CPUtime=2.85 cores=0-7
/proc/21186/task/21193/stat : 21193 (claspmt) R 21184 21186 21160 0 -1 4202560 1325 0 0 0 285 0 0 0 21 0 8 0 550381839 403234816 13202 33554432000 4194304 4964704 140737218650288 18446744073709551615 4320984 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=21186/tid=21194] ppid=21184 vsize=393784 CPUtime=2.85 cores=0-7
/proc/21186/task/21194/stat : 21194 (claspmt) R 21184 21186 21160 0 -1 4202560 2593 0 0 0 284 1 0 0 21 0 8 0 550381839 403234816 13202 33554432000 4194304 4964704 140737218650288 18446744073709551615 4669443 0 0 4096 18946 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 23.08
Current children cumulated vsize (KiB) 393784

[startup+6.3006 s]
/proc/loadavg: 7.42 7.91 7.98 9/337 21194
/proc/meminfo: memFree=19422420/32951124 swapFree=67111516/67111528
[pid=21186] ppid=21184 vsize=397160 CPUtime=48.64 cores=0-7
/proc/21186/stat : 21186 (claspmt) R 21184 21186 21160 0 -1 4202496 17719 0 0 0 4855 9 0 0 25 0 8 0 550381823 406691840 17116 33554432000 4194304 4964704 140737218650288 18446744073709551615 4668928 0 0 4096 18946 18446744073709551615 0 0 17 4 0 0 0
/proc/21186/statm: 99290 17116 466 189 0 93639 0
[pid=21186/tid=21188] ppid=21184 vsize=397160 CPUtime=6.05 cores=0-7
/proc/21186/task/21188/stat : 21188 (claspmt) R 21184 21186 21160 0 -1 4202560 1311 0 0 0 604 1 0 0 25 0 8 0 550381839 406691840 17116 33554432000 4194304 4964704 140737218650288 18446744073709551615 4670100 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=21186/tid=21189] ppid=21184 vsize=397160 CPUtime=6.06 cores=0-7
/proc/21186/task/21189/stat : 21189 (claspmt) R 21184 21186 21160 0 -1 4202560 2509 0 0 0 605 1 0 0 25 0 8 0 550381839 406691840 17116 33554432000 4194304 4964704 140737218650288 18446744073709551615 4670193 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=21186/tid=21190] ppid=21184 vsize=397160 CPUtime=6 cores=0-7
/proc/21186/task/21190/stat : 21190 (claspmt) R 21184 21186 21160 0 -1 4202560 1765 0 0 0 600 0 0 0 25 0 8 0 550381839 406691840 17116 33554432000 4194304 4964704 140737218650288 18446744073709551615 4669306 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=21186/tid=21191] ppid=21184 vsize=397160 CPUtime=6.05 cores=0-7
/proc/21186/task/21191/stat : 21191 (claspmt) R 21184 21186 21160 0 -1 4202560 2067 0 0 0 604 1 0 0 25 0 8 0 550381839 406691840 17116 33554432000 4194304 4964704 140737218650288 18446744073709551615 4670291 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=21186/tid=21192] ppid=21184 vsize=397160 CPUtime=6.11 cores=0-7
/proc/21186/task/21192/stat : 21192 (claspmt) R 21184 21186 21160 0 -1 4202560 1260 0 0 0 611 0 0 0 25 0 8 0 550381839 406691840 17116 33554432000 4194304 4964704 140737218650288 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=21186/tid=21193] ppid=21184 vsize=397160 CPUtime=6.05 cores=0-7
/proc/21186/task/21193/stat : 21193 (claspmt) R 21184 21186 21160 0 -1 4202560 1584 0 0 0 605 0 0 0 25 0 8 0 550381839 406691840 17116 33554432000 4194304 4964704 140737218650288 18446744073709551615 4669416 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=21186/tid=21194] ppid=21184 vsize=397160 CPUtime=6.05 cores=0-7
/proc/21186/task/21194/stat : 21194 (claspmt) R 21184 21186 21160 0 -1 4202560 3662 0 0 0 603 2 0 0 25 0 8 0 550381839 406691840 17116 33554432000 4194304 4964704 140737218650288 18446744073709551615 4670250 0 0 4096 18946 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 48.64
Current children cumulated vsize (KiB) 397160

[startup+12.7005 s]
/proc/loadavg: 7.51 7.91 7.98 9/337 21195
/proc/meminfo: memFree=19405584/32951124 swapFree=67111516/67111528
[pid=21186] ppid=21184 vsize=399960 CPUtime=99.75 cores=0-7
/proc/21186/stat : 21186 (claspmt) R 21184 21186 21160 0 -1 4202496 22407 0 0 0 9963 12 0 0 25 0 8 0 550381823 409559040 21804 33554432000 4194304 4964704 140737218650288 18446744073709551615 4321102 0 0 4096 18946 18446744073709551615 0 0 17 4 0 0 0
/proc/21186/statm: 99990 21804 466 189 0 94339 0
[pid=21186/tid=21188] ppid=21184 vsize=399960 CPUtime=12.44 cores=0-7
/proc/21186/task/21188/stat : 21188 (claspmt) R 21184 21186 21160 0 -1 4202560 1654 0 0 0 1243 1 0 0 25 0 8 0 550381839 409559040 21804 33554432000 4194304 4964704 140737218650288 18446744073709551615 4653284 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=21186/tid=21189] ppid=21184 vsize=399960 CPUtime=12.45 cores=0-7
/proc/21186/task/21189/stat : 21189 (claspmt) R 21184 21186 21160 0 -1 4202560 3178 0 0 0 1244 1 0 0 25 0 8 0 550381839 409559040 21804 33554432000 4194304 4964704 140737218650288 18446744073709551615 4669270 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=21186/tid=21190] ppid=21184 vsize=399960 CPUtime=12.33 cores=0-7
/proc/21186/task/21190/stat : 21190 (claspmt) R 21184 21186 21160 0 -1 4202560 2104 0 0 0 1233 0 0 0 25 0 8 0 550381839 409559040 21804 33554432000 4194304 4964704 140737218650288 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=21186/tid=21191] ppid=21184 vsize=399960 CPUtime=12.45 cores=0-7
/proc/21186/task/21191/stat : 21191 (claspmt) R 21184 21186 21160 0 -1 4202560 2654 0 0 0 1244 1 0 0 25 0 8 0 550381839 409559040 21804 33554432000 4194304 4964704 140737218650288 18446744073709551615 4321079 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=21186/tid=21192] ppid=21184 vsize=399960 CPUtime=12.52 cores=0-7
/proc/21186/task/21192/stat : 21192 (claspmt) R 21184 21186 21160 0 -1 4202560 1770 0 0 0 1251 1 0 0 25 0 8 0 550381839 409559040 21804 33554432000 4194304 4964704 140737218650288 18446744073709551615 4668472 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=21186/tid=21193] ppid=21184 vsize=399960 CPUtime=12.44 cores=0-7
/proc/21186/task/21193/stat : 21193 (claspmt) R 21184 21186 21160 0 -1 4202560 1903 0 0 0 1244 0 0 0 25 0 8 0 550381839 409559040 21804 33554432000 4194304 4964704 140737218650288 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=21186/tid=21194] ppid=21184 vsize=399960 CPUtime=12.45 cores=0-7
/proc/21186/task/21194/stat : 21194 (claspmt) R 21184 21186 21160 0 -1 4202560 5252 0 0 0 1242 3 0 0 25 0 8 0 550381839 409559040 21804 33554432000 4194304 4964704 140737218650288 18446744073709551615 4668844 0 0 4096 18946 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 99.75
Current children cumulated vsize (KiB) 399960

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

[startup+13.0004 s]
/proc/loadavg: 7.51 7.91 7.98 9/337 21195
/proc/meminfo: memFree=19405584/32951124 swapFree=67111516/67111528
[pid=21186] ppid=21184 vsize=400228 CPUtime=102.15 cores=0-7
/proc/21186/stat : 21186 (claspmt) R 21184 21186 21160 0 -1 4202496 22588 0 0 0 10203 12 0 0 25 0 8 0 550381823 409833472 21985 33554432000 4194304 4964704 140737218650288 18446744073709551615 4670450 0 0 4096 18946 18446744073709551615 0 0 17 4 0 0 0
/proc/21186/statm: 100057 21985 466 189 0 94406 0
[pid=21186/tid=21188] ppid=21184 vsize=400228 CPUtime=12.74 cores=0-7
/proc/21186/task/21188/stat : 21188 (claspmt) R 21184 21186 21160 0 -1 4202560 1654 0 0 0 1273 1 0 0 25 0 8 0 550381839 409833472 21985 33554432000 4194304 4964704 140737218650288 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=21186/tid=21189] ppid=21184 vsize=400228 CPUtime=12.75 cores=0-7
/proc/21186/task/21189/stat : 21189 (claspmt) R 21184 21186 21160 0 -1 4202560 3205 0 0 0 1274 1 0 0 25 0 8 0 550381839 409833472 21985 33554432000 4194304 4964704 140737218650288 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=21186/tid=21190] ppid=21184 vsize=400228 CPUtime=12.63 cores=0-7
/proc/21186/task/21190/stat : 21190 (claspmt) R 21184 21186 21160 0 -1 4202560 2126 0 0 0 1263 0 0 0 25 0 8 0 550381839 409833472 21985 33554432000 4194304 4964704 140737218650288 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=21186/tid=21191] ppid=21184 vsize=400228 CPUtime=12.75 cores=0-7
/proc/21186/task/21191/stat : 21191 (claspmt) R 21184 21186 21160 0 -1 4202560 2716 0 0 0 1274 1 0 0 25 0 8 0 550381839 409833472 21985 33554432000 4194304 4964704 140737218650288 18446744073709551615 4627204 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=21186/tid=21192] ppid=21184 vsize=400228 CPUtime=12.82 cores=0-7
/proc/21186/task/21192/stat : 21192 (claspmt) R 21184 21186 21160 0 -1 4202560 1784 0 0 0 1281 1 0 0 25 0 8 0 550381839 409833472 21985 33554432000 4194304 4964704 140737218650288 18446744073709551615 4325338 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=21186/tid=21193] ppid=21184 vsize=400228 CPUtime=12.74 cores=0-7
/proc/21186/task/21193/stat : 21193 (claspmt) R 21184 21186 21160 0 -1 4202560 1934 0 0 0 1274 0 0 0 25 0 8 0 550381839 409833472 21985 33554432000 4194304 4964704 140737218650288 18446744073709551615 4320951 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=21186/tid=21194] ppid=21184 vsize=400228 CPUtime=12.75 cores=0-7
/proc/21186/task/21194/stat : 21194 (claspmt) R 21184 21186 21160 0 -1 4202560 5273 0 0 0 1272 3 0 0 25 0 8 0 550381839 409833472 21985 33554432000 4194304 4964704 140737218650288 18446744073709551615 4320909 0 0 4096 18946 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 102.15
Current children cumulated vsize (KiB) 400228

[startup+13.8013 s]
/proc/loadavg: 7.51 7.91 7.98 9/337 21195
/proc/meminfo: memFree=19402236/32951124 swapFree=67111516/67111528
[pid=21186] ppid=21184 vsize=400624 CPUtime=108.55 cores=0-7
/proc/21186/stat : 21186 (claspmt) R 21184 21186 21160 0 -1 4202496 22794 0 0 0 10842 13 0 0 25 0 8 0 550381823 410238976 22191 33554432000 4194304 4964704 140737218650288 18446744073709551615 4668683 0 0 4096 18946 18446744073709551615 0 0 17 4 0 0 0
/proc/21186/statm: 100156 22191 466 189 0 94505 0
[pid=21186/tid=21188] ppid=21184 vsize=400624 CPUtime=13.54 cores=0-7
/proc/21186/task/21188/stat : 21188 (claspmt) R 21184 21186 21160 0 -1 4202560 1654 0 0 0 1353 1 0 0 25 0 8 0 550381839 410238976 22191 33554432000 4194304 4964704 140737218650288 18446744073709551615 4670219 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=21186/tid=21189] ppid=21184 vsize=400624 CPUtime=13.55 cores=0-7
/proc/21186/task/21189/stat : 21189 (claspmt) R 21184 21186 21160 0 -1 4202560 3218 0 0 0 1354 1 0 0 25 0 8 0 550381839 410238976 22191 33554432000 4194304 4964704 140737218650288 18446744073709551615 4668629 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=21186/tid=21190] ppid=21184 vsize=400624 CPUtime=13.41 cores=0-7
/proc/21186/task/21190/stat : 21190 (claspmt) R 21184 21186 21160 0 -1 4202560 2134 0 0 0 1341 0 0 0 25 0 8 0 550381839 410238976 22191 33554432000 4194304 4964704 140737218650288 18446744073709551615 4668592 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=21186/tid=21191] ppid=21184 vsize=400624 CPUtime=13.55 cores=0-7
/proc/21186/task/21191/stat : 21191 (claspmt) R 21184 21186 21160 0 -1 4202560 2746 0 0 0 1354 1 0 0 25 0 8 0 550381839 410238976 22191 33554432000 4194304 4964704 140737218650288 18446744073709551615 4660372 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=21186/tid=21192] ppid=21184 vsize=400624 CPUtime=13.61 cores=0-7
/proc/21186/task/21192/stat : 21192 (claspmt) R 21184 21186 21160 0 -1 4202560 1827 0 0 0 1360 1 0 0 25 0 8 0 550381839 410238976 22191 33554432000 4194304 4964704 140737218650288 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=21186/tid=21193] ppid=21184 vsize=400624 CPUtime=13.54 cores=0-7
/proc/21186/task/21193/stat : 21193 (claspmt) R 21184 21186 21160 0 -1 4202560 1965 0 0 0 1354 0 0 0 25 0 8 0 550381839 410238976 22191 33554432000 4194304 4964704 140737218650288 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=21186/tid=21194] ppid=21184 vsize=400624 CPUtime=13.55 cores=0-7
/proc/21186/task/21194/stat : 21194 (claspmt) R 21184 21186 21160 0 -1 4202560 5350 0 0 0 1352 3 0 0 25 0 8 0 550381839 410238976 22191 33554432000 4194304 4964704 140737218650288 18446744073709551615 4668635 0 0 4096 18946 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 108.55
Current children cumulated vsize (KiB) 400624

[startup+14.0012 s]
/proc/loadavg: 7.51 7.91 7.98 9/337 21195
/proc/meminfo: memFree=19402236/32951124 swapFree=67111516/67111528
[pid=21186] ppid=21184 vsize=400624 CPUtime=110.15 cores=0-7
/proc/21186/stat : 21186 (claspmt) R 21184 21186 21160 0 -1 4202496 22794 0 0 0 11002 13 0 0 25 0 8 0 550381823 410238976 22191 33554432000 4194304 4964704 140737218650288 18446744073709551615 4669616 0 0 4096 18946 18446744073709551615 0 0 17 4 0 0 0
/proc/21186/statm: 100156 22191 466 189 0 94505 0
[pid=21186/tid=21188] ppid=21184 vsize=400624 CPUtime=13.74 cores=0-7
/proc/21186/task/21188/stat : 21188 (claspmt) R 21184 21186 21160 0 -1 4202560 1654 0 0 0 1373 1 0 0 25 0 8 0 550381839 410238976 22191 33554432000 4194304 4964704 140737218650288 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=21186/tid=21189] ppid=21184 vsize=400624 CPUtime=13.75 cores=0-7
/proc/21186/task/21189/stat : 21189 (claspmt) R 21184 21186 21160 0 -1 4202560 3218 0 0 0 1374 1 0 0 25 0 8 0 550381839 410238976 22191 33554432000 4194304 4964704 140737218650288 18446744073709551615 270613215726 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=21186/tid=21190] ppid=21184 vsize=400624 CPUtime=13.61 cores=0-7
/proc/21186/task/21190/stat : 21190 (claspmt) R 21184 21186 21160 0 -1 4202560 2134 0 0 0 1361 0 0 0 25 0 8 0 550381839 410238976 22191 33554432000 4194304 4964704 140737218650288 18446744073709551615 4627168 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=21186/tid=21191] ppid=21184 vsize=400624 CPUtime=13.75 cores=0-7
/proc/21186/task/21191/stat : 21191 (claspmt) R 21184 21186 21160 0 -1 4202560 2746 0 0 0 1374 1 0 0 25 0 8 0 550381839 410238976 22191 33554432000 4194304 4964704 140737218650288 18446744073709551615 4670255 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=21186/tid=21192] ppid=21184 vsize=400624 CPUtime=13.81 cores=0-7
/proc/21186/task/21192/stat : 21192 (claspmt) R 21184 21186 21160 0 -1 4202560 1827 0 0 0 1380 1 0 0 25 0 8 0 550381839 410238976 22191 33554432000 4194304 4964704 140737218650288 18446744073709551615 4670360 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=21186/tid=21193] ppid=21184 vsize=400624 CPUtime=13.74 cores=0-7
/proc/21186/task/21193/stat : 21193 (claspmt) R 21184 21186 21160 0 -1 4202560 1965 0 0 0 1374 0 0 0 25 0 8 0 550381839 410238976 22191 33554432000 4194304 4964704 140737218650288 18446744073709551615 270613215775 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=21186/tid=21194] ppid=21184 vsize=400624 CPUtime=13.75 cores=0-7
/proc/21186/task/21194/stat : 21194 (claspmt) R 21184 21186 21160 0 -1 4202560 5350 0 0 0 1372 3 0 0 25 0 8 0 550381839 410238976 22191 33554432000 4194304 4964704 140737218650288 18446744073709551615 270613215775 0 0 4096 18946 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 110.15
Current children cumulated vsize (KiB) 400624

Child status: 20
Real time (s): 14.05
CPU time (s): 110.306
CPU user time (s): 110.147
CPU system time (s): 0.158975
CPU usage (%): 785.095
Max. virtual memory (cumulated for all children) (KiB): 400624

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 110.147
system time used= 0.158975
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22805
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= 6625
involuntary context switches= 530

runsolver used 0.041993 second user time and 0.103984 second system time

The end

Launcher Data

Begin job on node108 at 2011-05-03 03:56:49
IDJOB=3322522
IDBENCH=83433
IDSOLVER=1711
FILE ID=node108/3322522-1304387809
RUNJOBID= node108-1304387809-21174
PBS_JOBID= 13181819
Free space on /tmp= 73316 MiB

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

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

MD5SUM BENCH= b5f600e7f9b30a5ff851f80fa6100290
RANDOM SEED=500291524

node108.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.820
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.64
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.820
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.15
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.820
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.82
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.820
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.820
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.820
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.820
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.820
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      19487848 kB
Buffers:        686648 kB
Cached:        2186980 kB
SwapCached:         12 kB
Active:       10528112 kB
Inactive:      2494304 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      19487848 kB
SwapTotal:    67111528 kB
SwapFree:     67111516 kB
Dirty:            2064 kB
Writeback:           0 kB
AnonPages:    10148972 kB
Mapped:          27460 kB
Slab:           336736 kB
PageTables:      38312 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 52247752 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= 73312 MiB
End job on node108 at 2011-05-03 03:57:03