Trace number 3740828

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
PB07: PB-clasp 2007-04-10? 745.401 738.812

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-146.opb
MD5SUM132271a8a55b01af9ffef359148ae5e1
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables48417
Total number of constraints1121431
Number of constraints which are clauses1007614
Number of constraints which are cardinality constraints (but not clauses)3525
Number of constraints which are nor clauses,nor cardinality constraints110292
Minimum length of a constraint2
Maximum length of a constraint690
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 691
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

745.36/738.81	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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-3740828-1338769972/watcher-3740828-1338769972 -o /tmp/evaluation-result-3740828-1338769972/solver-3740828-1338769972 -C 1800 -W 1900 -M 15500 pbclasp instance-3740828-1338769972.opb HOME/temp 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 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: 2.14 2.23 2.13 3/178 2063
/proc/meminfo: memFree=28697288/32873844 swapFree=7644/7644
[pid=2063] ppid=2061 vsize=25592 CPUtime=0 cores=0,2,4,6
/proc/2063/stat : 2063 (pbclasp) R 2061 2063 20179 0 -1 4202496 549 0 0 0 0 0 0 0 20 0 1 0 343121752 26206208 479 33554432000 4194304 4198148 140733585627504 140733585624952 239237304212 0 0 4224 16384 0 0 0 17 0 0 0 0 0 0
/proc/2063/statm: 6398 479 355 1 0 193 0

[startup+0.0912409 s]
/proc/loadavg: 2.14 2.23 2.13 3/178 2063
/proc/meminfo: memFree=28697288/32873844 swapFree=7644/7644
[pid=2063] ppid=2061 vsize=27308 CPUtime=0.08 cores=0,2,4,6
/proc/2063/stat : 2063 (pbclasp) R 2061 2063 20179 0 -1 4202496 962 0 0 0 8 0 0 0 20 0 1 0 343121752 27963392 892 33554432000 4194304 4198148 140733585627504 140733585624952 239241061616 0 0 4224 16384 0 0 0 17 0 0 0 0 0 0
/proc/2063/statm: 6827 892 357 1 0 622 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 27308

[startup+0.100247 s]
/proc/loadavg: 2.14 2.23 2.13 3/178 2063
/proc/meminfo: memFree=28697288/32873844 swapFree=7644/7644
[pid=2063] ppid=2061 vsize=27308 CPUtime=0.09 cores=0,2,4,6
/proc/2063/stat : 2063 (pbclasp) R 2061 2063 20179 0 -1 4202496 962 0 0 0 9 0 0 0 20 0 1 0 343121752 27963392 892 33554432000 4194304 4198148 140733585627504 140733585624952 239241061616 0 0 4224 16384 0 0 0 17 0 0 0 0 0 0
/proc/2063/statm: 6827 892 357 1 0 622 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 27308

[startup+0.300213 s]
/proc/loadavg: 2.14 2.23 2.13 3/178 2063
/proc/meminfo: memFree=28697288/32873844 swapFree=7644/7644
[pid=2063] ppid=2061 vsize=27308 CPUtime=0.29 cores=0,2,4,6
/proc/2063/stat : 2063 (pbclasp) R 2061 2063 20179 0 -1 4202496 963 0 0 0 29 0 0 0 20 0 1 0 343121752 27963392 893 33554432000 4194304 4198148 140733585627504 140733585618040 239241061616 0 0 4224 16384 0 0 0 17 0 0 0 0 0 0
/proc/2063/statm: 6827 893 357 1 0 622 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 27308

[startup+0.700136 s]
/proc/loadavg: 2.14 2.23 2.13 3/178 2063
/proc/meminfo: memFree=28697288/32873844 swapFree=7644/7644
[pid=2063] ppid=2061 vsize=27308 CPUtime=0.57 cores=0,2,4,6
/proc/2063/stat : 2063 (pbclasp) S 2061 2063 20179 0 -1 4202496 990 0 0 0 57 0 0 0 20 0 1 0 343121752 27963392 901 33554432000 4194304 4198148 140733585627504 140733585626392 239241061616 0 0 4224 16384 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/2063/statm: 6827 901 364 1 0 622 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 27308

[startup+1.50032 s]
/proc/loadavg: 2.14 2.23 2.13 3/183 2068
/proc/meminfo: memFree=28688676/32873844 swapFree=7644/7644
[pid=2063] ppid=2061 vsize=27308 CPUtime=0.57 cores=0,2,4,6
/proc/2063/stat : 2063 (pbclasp) S 2061 2063 20179 0 -1 4202496 990 0 0 0 57 0 0 0 20 0 1 0 343121752 27963392 901 33554432000 4194304 4198148 140733585627504 140733585626392 239241061616 0 0 4224 16384 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/2063/statm: 6827 901 364 1 0 622 0
[pid=2065] ppid=2063 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2065/stat : 2065 (sh) S 2063 2063 20179 0 -1 4202496 372 0 0 0 0 0 0 0 20 0 1 0 343121810 9367552 264 33554432000 4194304 5064252 140737105218032 140737105216288 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2065/statm: 2287 264 223 213 0 72 0
[pid=2066] ppid=2065 vsize=25592 CPUtime=0.91 cores=0,2,4,6
/proc/2066/stat : 2066 (pb2clasp1) R 2065 2063 20179 0 -1 4202496 611 0 0 0 91 0 0 0 20 0 1 0 343121810 26206208 511 33554432000 4194304 4198148 140733895185552 140733895184536 239237282880 0 0 4224 0 0 0 0 17 0 0 0 0 0 0
/proc/2066/statm: 6398 511 378 1 0 193 0
[pid=2067] ppid=2065 vsize=7832 CPUtime=0.1 cores=0,2,4,6
/proc/2067/stat : 2067 (clasp-1.0) S 2065 2063 20179 0 -1 4202496 1506 0 0 0 10 0 0 0 20 0 1 0 343121810 8019968 1414 33554432000 134512640 134847168 4290101696 4290097848 10486832 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/2067/statm: 1958 1414 249 82 0 1199 0
[pid=2068] ppid=2065 vsize=25460 CPUtime=0 cores=0,2,4,6
/proc/2068/stat : 2068 (pboutclasp.pl) S 2065 2063 20179 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 343121810 26071040 437 33554432000 4194304 4198148 140735804396976 140735804387512 239241061616 0 0 4224 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/2068/statm: 6365 437 342 1 0 160 0
Current children cumulated CPU time (s) 1.58
Current children cumulated vsize (KiB) 95340

[startup+3.10033 s]
/proc/loadavg: 2.14 2.23 2.13 3/183 2068
/proc/meminfo: memFree=28683840/32873844 swapFree=7644/7644
[pid=2063] ppid=2061 vsize=27308 CPUtime=0.57 cores=0,2,4,6
/proc/2063/stat : 2063 (pbclasp) S 2061 2063 20179 0 -1 4202496 990 0 0 0 57 0 0 0 20 0 1 0 343121752 27963392 901 33554432000 4194304 4198148 140733585627504 140733585626392 239241061616 0 0 4224 16384 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/2063/statm: 6827 901 364 1 0 622 0
[pid=2065] ppid=2063 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2065/stat : 2065 (sh) S 2063 2063 20179 0 -1 4202496 372 0 0 0 0 0 0 0 20 0 1 0 343121810 9367552 264 33554432000 4194304 5064252 140737105218032 140737105216288 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2065/statm: 2287 264 223 213 0 72 0
[pid=2066] ppid=2065 vsize=25592 CPUtime=2.51 cores=0,2,4,6
/proc/2066/stat : 2066 (pb2clasp1) R 2065 2063 20179 0 -1 4202496 612 0 0 0 251 0 0 0 20 0 1 0 343121810 26206208 512 33554432000 4194304 4198148 140733895185552 140733895176088 239250085239 0 0 4224 0 0 0 0 17 0 0 0 0 0 0
/proc/2066/statm: 6398 512 378 1 0 193 0
[pid=2067] ppid=2065 vsize=15772 CPUtime=0.31 cores=0,2,4,6
/proc/2067/stat : 2067 (clasp-1.0) S 2065 2063 20179 0 -1 4202496 3436 0 0 0 30 1 0 0 20 0 1 0 343121810 16150528 3344 33554432000 134512640 134847168 4290101696 4290097576 10486832 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/2067/statm: 3943 3344 249 82 0 3184 0
[pid=2068] ppid=2065 vsize=25460 CPUtime=0 cores=0,2,4,6
/proc/2068/stat : 2068 (pboutclasp.pl) S 2065 2063 20179 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 343121810 26071040 437 33554432000 4194304 4198148 140735804396976 140735804387512 239241061616 0 0 4224 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/2068/statm: 6365 437 342 1 0 160 0
Current children cumulated CPU time (s) 3.39
Current children cumulated vsize (KiB) 103280

[startup+6.30033 s]
/proc/loadavg: 2.13 2.22 2.13 3/183 2068
/proc/meminfo: memFree=28661140/32873844 swapFree=7644/7644
[pid=2063] ppid=2061 vsize=27308 CPUtime=0.57 cores=0,2,4,6
/proc/2063/stat : 2063 (pbclasp) S 2061 2063 20179 0 -1 4202496 990 0 0 0 57 0 0 0 20 0 1 0 343121752 27963392 901 33554432000 4194304 4198148 140733585627504 140733585626392 239241061616 0 0 4224 16384 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/2063/statm: 6827 901 364 1 0 622 0
[pid=2065] ppid=2063 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2065/stat : 2065 (sh) S 2063 2063 20179 0 -1 4202496 372 0 0 0 0 0 0 0 20 0 1 0 343121810 9367552 264 33554432000 4194304 5064252 140737105218032 140737105216288 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2065/statm: 2287 264 223 213 0 72 0
[pid=2066] ppid=2065 vsize=25592 CPUtime=5.71 cores=0,2,4,6
/proc/2066/stat : 2066 (pb2clasp1) R 2065 2063 20179 0 -1 4202496 617 0 0 0 570 1 0 0 20 0 1 0 343121810 26206208 517 33554432000 4194304 4198148 140733895185552 140733895176088 239237349676 0 0 4224 0 0 0 0 17 0 0 0 0 0 0
/proc/2066/statm: 6398 517 378 1 0 193 0
[pid=2067] ppid=2065 vsize=31116 CPUtime=0.69 cores=0,2,4,6
/proc/2067/stat : 2067 (clasp-1.0) S 2065 2063 20179 0 -1 4202496 7282 0 0 0 67 2 0 0 20 0 1 0 343121810 31862784 7190 33554432000 134512640 134847168 4290101696 4290097416 10486832 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/2067/statm: 7779 7190 249 82 0 7020 0
[pid=2068] ppid=2065 vsize=25460 CPUtime=0 cores=0,2,4,6
/proc/2068/stat : 2068 (pboutclasp.pl) S 2065 2063 20179 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 343121810 26071040 437 33554432000 4194304 4198148 140735804396976 140735804387512 239241061616 0 0 4224 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/2068/statm: 6365 437 342 1 0 160 0
Current children cumulated CPU time (s) 6.97
Current children cumulated vsize (KiB) 118624

[startup+12.7003 s]
/proc/loadavg: 2.12 2.22 2.13 3/183 2068
/proc/meminfo: memFree=28617500/32873844 swapFree=7644/7644
[pid=2063] ppid=2061 vsize=27308 CPUtime=0.57 cores=0,2,4,6
/proc/2063/stat : 2063 (pbclasp) S 2061 2063 20179 0 -1 4202496 990 0 0 0 57 0 0 0 20 0 1 0 343121752 27963392 901 33554432000 4194304 4198148 140733585627504 140733585626392 239241061616 0 0 4224 16384 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/2063/statm: 6827 901 364 1 0 622 0
[pid=2065] ppid=2063 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2065/stat : 2065 (sh) S 2063 2063 20179 0 -1 4202496 372 0 0 0 0 0 0 0 20 0 1 0 343121810 9367552 264 33554432000 4194304 5064252 140737105218032 140737105216288 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2065/statm: 2287 264 223 213 0 72 0
[pid=2066] ppid=2065 vsize=25724 CPUtime=12.11 cores=0,2,4,6
/proc/2066/stat : 2066 (pb2clasp1) R 2065 2063 20179 0 -1 4202496 622 0 0 0 1209 2 0 0 20 0 1 0 343121810 26341376 522 33554432000 4194304 4198148 140733895185552 140733895184536 239250184135 0 0 4224 0 0 0 0 17 0 0 0 0 0 0
/proc/2066/statm: 6431 522 378 1 0 226 0
[pid=2067] ppid=2065 vsize=61664 CPUtime=1.55 cores=0,2,4,6
/proc/2067/stat : 2067 (clasp-1.0) S 2065 2063 20179 0 -1 4202496 14936 0 0 0 150 5 0 0 20 0 1 0 343121810 63143936 14844 33554432000 134512640 134847168 4290101696 4290097688 10486832 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/2067/statm: 15416 14844 249 82 0 14657 0
[pid=2068] ppid=2065 vsize=25460 CPUtime=0 cores=0,2,4,6
/proc/2068/stat : 2068 (pboutclasp.pl) S 2065 2063 20179 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 343121810 26071040 437 33554432000 4194304 4198148 140735804396976 140735804387512 239241061616 0 0 4224 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/2068/statm: 6365 437 342 1 0 160 0
Current children cumulated CPU time (s) 14.23
Current children cumulated vsize (KiB) 149304

[startup+25.5003 s]
/proc/loadavg: 2.09 2.21 2.13 4/183 2068
/proc/meminfo: memFree=28533720/32873844 swapFree=7644/7644
[pid=2063] ppid=2061 vsize=27308 CPUtime=0.57 cores=0,2,4,6
/proc/2063/stat : 2063 (pbclasp) S 2061 2063 20179 0 -1 4202496 990 0 0 0 57 0 0 0 20 0 1 0 343121752 27963392 901 33554432000 4194304 4198148 140733585627504 140733585626392 239241061616 0 0 4224 16384 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/2063/statm: 6827 901 364 1 0 622 0
[pid=2065] ppid=2063 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2065/stat : 2065 (sh) S 2063 2063 20179 0 -1 4202496 372 0 0 0 0 0 0 0 20 0 1 0 343121810 9367552 264 33554432000 4194304 5064252 140737105218032 140737105216288 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2065/statm: 2287 264 223 213 0 72 0
[pid=2066] ppid=2065 vsize=25724 CPUtime=24.91 cores=0,2,4,6
/proc/2066/stat : 2066 (pb2clasp1) R 2065 2063 20179 0 -1 4202496 634 0 0 0 2487 4 0 0 20 0 1 0 343121810 26341376 534 33554432000 4194304 4198148 140733895185552 140733895176088 239250138856 0 0 4224 0 0 0 0 17 0 0 0 0 0 0
/proc/2066/statm: 6431 534 378 1 0 226 0
[pid=2067] ppid=2065 vsize=123020 CPUtime=3.35 cores=0,2,4,6
/proc/2067/stat : 2067 (clasp-1.0) S 2065 2063 20179 0 -1 4202496 29635 0 0 0 325 10 0 0 20 0 1 0 343121810 125972480 30054 33554432000 134512640 134847168 4290101696 4290097496 10486832 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/2067/statm: 30755 30054 249 82 0 29996 0
[pid=2068] ppid=2065 vsize=25460 CPUtime=0 cores=0,2,4,6
/proc/2068/stat : 2068 (pboutclasp.pl) S 2065 2063 20179 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 343121810 26071040 437 33554432000 4194304 4198148 140735804396976 140735804387512 239241061616 0 0 4224 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/2068/statm: 6365 437 342 1 0 160 0
Current children cumulated CPU time (s) 28.83
Current children cumulated vsize (KiB) 210660

[startup+51.1004 s]
/proc/loadavg: 2.06 2.19 2.12 3/182 2068
/proc/meminfo: memFree=28166424/32873844 swapFree=7644/7644
[pid=2063] ppid=2061 vsize=27308 CPUtime=0.57 cores=0,2,4,6
/proc/2063/stat : 2063 (pbclasp) S 2061 2063 20179 0 -1 4202496 990 0 0 0 57 0 0 0 20 0 1 0 343121752 27963392 901 33554432000 4194304 4198148 140733585627504 140733585626392 239241061616 0 0 4224 16384 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/2063/statm: 6827 901 364 1 0 622 0
[pid=2065] ppid=2063 vsize=9148 CPUtime=48.56 cores=0,2,4,6
/proc/2065/stat : 2065 (sh) S 2063 2063 20179 0 -1 4202496 372 661 0 0 0 0 4849 7 20 0 1 0 343121810 9367552 264 33554432000 4194304 5064252 140737105218032 140737105216288 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2065/statm: 2287 264 223 213 0 72 0
[pid=2067] ppid=2065 vsize=533160 CPUtime=8.77 cores=0,2,4,6
/proc/2067/stat : 2067 (clasp-1.0) R 2065 2063 20179 0 -1 4202496 97962 0 0 0 848 29 0 0 20 0 1 0 343121810 545955840 128671 33554432000 134512640 134847168 4290101696 4290100296 134650975 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/2067/statm: 133290 128671 262 82 0 132531 0
[pid=2068] ppid=2065 vsize=25460 CPUtime=0 cores=0,2,4,6
/proc/2068/stat : 2068 (pboutclasp.pl) S 2065 2063 20179 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 343121810 26071040 437 33554432000 4194304 4198148 140735804396976 140735804387512 239241061616 0 0 4224 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/2068/statm: 6365 437 342 1 0 160 0
Current children cumulated CPU time (s) 57.9
Current children cumulated vsize (KiB) 595076

[startup+102.307 s]
/proc/loadavg: 2.02 2.16 2.11 3/182 2068
/proc/meminfo: memFree=28079404/32873844 swapFree=7644/7644
[pid=2063] ppid=2061 vsize=27308 CPUtime=0.57 cores=0,2,4,6
/proc/2063/stat : 2063 (pbclasp) S 2061 2063 20179 0 -1 4202496 990 0 0 0 57 0 0 0 20 0 1 0 343121752 27963392 901 33554432000 4194304 4198148 140733585627504 140733585626392 239241061616 0 0 4224 16384 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/2063/statm: 6827 901 364 1 0 622 0
[pid=2065] ppid=2063 vsize=9148 CPUtime=48.56 cores=0,2,4,6
/proc/2065/stat : 2065 (sh) S 2063 2063 20179 0 -1 4202496 372 661 0 0 0 0 4849 7 20 0 1 0 343121810 9367552 264 33554432000 4194304 5064252 140737105218032 140737105216288 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2065/statm: 2287 264 223 213 0 72 0
[pid=2067] ppid=2065 vsize=515836 CPUtime=59.97 cores=0,2,4,6
/proc/2067/stat : 2067 (clasp-1.0) R 2065 2063 20179 0 -1 4202496 98628 0 0 0 5968 29 0 0 20 0 1 0 343121810 528216064 126412 33554432000 134512640 134847168 4290101696 4290100336 134782452 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/2067/statm: 128959 126412 270 82 0 128200 0
[pid=2068] ppid=2065 vsize=25460 CPUtime=0 cores=0,2,4,6

################
# More data... #
################

/proc/2067/statm: 189248 184094 270 82 0 188489 0
[pid=2068] ppid=2065 vsize=25460 CPUtime=0 cores=0,2,4,6
/proc/2068/stat : 2068 (pboutclasp.pl) S 2065 2063 20179 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 343121810 26071040 437 33554432000 4194304 4198148 140735804396976 140735804387512 239241061616 0 0 4224 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/2068/statm: 6365 437 342 1 0 160 0
Current children cumulated CPU time (s) 648.88
Current children cumulated vsize (KiB) 818908

[startup+702.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/182 2074
/proc/meminfo: memFree=27558260/32873844 swapFree=7644/7644
[pid=2063] ppid=2061 vsize=27308 CPUtime=0.57 cores=0,2,4,6
/proc/2063/stat : 2063 (pbclasp) S 2061 2063 20179 0 -1 4202496 990 0 0 0 57 0 0 0 20 0 1 0 343121752 27963392 901 33554432000 4194304 4198148 140733585627504 140733585626392 239241061616 0 0 4224 16384 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/2063/statm: 6827 901 364 1 0 622 0
[pid=2065] ppid=2063 vsize=9148 CPUtime=48.56 cores=0,2,4,6
/proc/2065/stat : 2065 (sh) S 2063 2063 20179 0 -1 4202496 372 661 0 0 0 0 4849 7 20 0 1 0 343121810 9367552 264 33554432000 4194304 5064252 140737105218032 140737105216288 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2065/statm: 2287 264 223 213 0 72 0
[pid=2067] ppid=2065 vsize=800588 CPUtime=659.74 cores=0,2,4,6
/proc/2067/stat : 2067 (clasp-1.0) R 2065 2063 20179 0 -1 4202496 179998 0 0 0 65921 53 0 0 20 0 1 0 343121810 819802112 194379 33554432000 134512640 134847168 4290101696 4290100436 134737633 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/2067/statm: 200147 194379 270 82 0 199388 0
[pid=2068] ppid=2065 vsize=25460 CPUtime=0 cores=0,2,4,6
/proc/2068/stat : 2068 (pboutclasp.pl) S 2065 2063 20179 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 343121810 26071040 437 33554432000 4194304 4198148 140735804396976 140735804387512 239241061616 0 0 4224 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/2068/statm: 6365 437 342 1 0 160 0
Current children cumulated CPU time (s) 708.87
Current children cumulated vsize (KiB) 862504

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

[startup+716.701 s]
/proc/loadavg: 2.00 2.02 2.05 3/182 2074
/proc/meminfo: memFree=27551052/32873844 swapFree=7644/7644
[pid=2063] ppid=2061 vsize=27308 CPUtime=0.57 cores=0,2,4,6
/proc/2063/stat : 2063 (pbclasp) S 2061 2063 20179 0 -1 4202496 990 0 0 0 57 0 0 0 20 0 1 0 343121752 27963392 901 33554432000 4194304 4198148 140733585627504 140733585626392 239241061616 0 0 4224 16384 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/2063/statm: 6827 901 364 1 0 622 0
[pid=2065] ppid=2063 vsize=9148 CPUtime=48.56 cores=0,2,4,6
/proc/2065/stat : 2065 (sh) S 2063 2063 20179 0 -1 4202496 372 661 0 0 0 0 4849 7 20 0 1 0 343121810 9367552 264 33554432000 4194304 5064252 140737105218032 140737105216288 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2065/statm: 2287 264 223 213 0 72 0
[pid=2067] ppid=2065 vsize=807064 CPUtime=674.13 cores=0,2,4,6
/proc/2067/stat : 2067 (clasp-1.0) R 2065 2063 20179 0 -1 4202496 181585 0 0 0 67360 53 0 0 20 0 1 0 343121810 826433536 195966 33554432000 134512640 134847168 4290101696 4290100272 134714397 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/2067/statm: 201766 195966 270 82 0 201007 0
[pid=2068] ppid=2065 vsize=25460 CPUtime=0 cores=0,2,4,6
/proc/2068/stat : 2068 (pboutclasp.pl) S 2065 2063 20179 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 343121810 26071040 437 33554432000 4194304 4198148 140735804396976 140735804387512 239241061616 0 0 4224 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/2068/statm: 6365 437 342 1 0 160 0
Current children cumulated CPU time (s) 723.26
Current children cumulated vsize (KiB) 868980

[startup+729.5 s]
/proc/loadavg: 2.00 2.02 2.05 3/182 2074
/proc/meminfo: memFree=27543348/32873844 swapFree=7644/7644
[pid=2063] ppid=2061 vsize=27308 CPUtime=0.57 cores=0,2,4,6
/proc/2063/stat : 2063 (pbclasp) S 2061 2063 20179 0 -1 4202496 990 0 0 0 57 0 0 0 20 0 1 0 343121752 27963392 901 33554432000 4194304 4198148 140733585627504 140733585626392 239241061616 0 0 4224 16384 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/2063/statm: 6827 901 364 1 0 622 0
[pid=2065] ppid=2063 vsize=9148 CPUtime=48.56 cores=0,2,4,6
/proc/2065/stat : 2065 (sh) S 2063 2063 20179 0 -1 4202496 372 661 0 0 0 0 4849 7 20 0 1 0 343121810 9367552 264 33554432000 4194304 5064252 140737105218032 140737105216288 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2065/statm: 2287 264 223 213 0 72 0
[pid=2067] ppid=2065 vsize=815120 CPUtime=686.93 cores=0,2,4,6
/proc/2067/stat : 2067 (clasp-1.0) R 2065 2063 20179 0 -1 4202496 183663 0 0 0 68639 54 0 0 20 0 1 0 343121810 834682880 197863 33554432000 134512640 134847168 4290101696 4290100452 134737608 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/2067/statm: 203780 197863 270 82 0 203021 0
[pid=2068] ppid=2065 vsize=25460 CPUtime=0 cores=0,2,4,6
/proc/2068/stat : 2068 (pboutclasp.pl) S 2065 2063 20179 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 343121810 26071040 437 33554432000 4194304 4198148 140735804396976 140735804387512 239241061616 0 0 4224 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/2068/statm: 6365 437 342 1 0 160 0
Current children cumulated CPU time (s) 736.06
Current children cumulated vsize (KiB) 877036

[startup+732.7 s]
/proc/loadavg: 2.00 2.02 2.05 3/181 2074
/proc/meminfo: memFree=27541852/32873844 swapFree=7644/7644
[pid=2063] ppid=2061 vsize=27308 CPUtime=0.57 cores=0,2,4,6
/proc/2063/stat : 2063 (pbclasp) S 2061 2063 20179 0 -1 4202496 990 0 0 0 57 0 0 0 20 0 1 0 343121752 27963392 901 33554432000 4194304 4198148 140733585627504 140733585626392 239241061616 0 0 4224 16384 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/2063/statm: 6827 901 364 1 0 622 0
[pid=2065] ppid=2063 vsize=9148 CPUtime=48.56 cores=0,2,4,6
/proc/2065/stat : 2065 (sh) S 2063 2063 20179 0 -1 4202496 372 661 0 0 0 0 4849 7 20 0 1 0 343121810 9367552 264 33554432000 4194304 5064252 140737105218032 140737105216288 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2065/statm: 2287 264 223 213 0 72 0
[pid=2067] ppid=2065 vsize=816572 CPUtime=690.13 cores=0,2,4,6
/proc/2067/stat : 2067 (clasp-1.0) R 2065 2063 20179 0 -1 4202496 184058 0 0 0 68959 54 0 0 20 0 1 0 343121810 836169728 198258 33554432000 134512640 134847168 4290101696 4290100464 134737492 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/2067/statm: 204143 198258 270 82 0 203384 0
[pid=2068] ppid=2065 vsize=25460 CPUtime=0 cores=0,2,4,6
/proc/2068/stat : 2068 (pboutclasp.pl) S 2065 2063 20179 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 343121810 26071040 437 33554432000 4194304 4198148 140735804396976 140735804387512 239241061616 0 0 4224 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/2068/statm: 6365 437 342 1 0 160 0
Current children cumulated CPU time (s) 739.26
Current children cumulated vsize (KiB) 878488

[startup+735.907 s]
/proc/loadavg: 2.00 2.02 2.05 3/182 2075
/proc/meminfo: memFree=27538992/32873844 swapFree=7644/7644
[pid=2063] ppid=2061 vsize=27308 CPUtime=0.57 cores=0,2,4,6
/proc/2063/stat : 2063 (pbclasp) S 2061 2063 20179 0 -1 4202496 990 0 0 0 57 0 0 0 20 0 1 0 343121752 27963392 901 33554432000 4194304 4198148 140733585627504 140733585626392 239241061616 0 0 4224 16384 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/2063/statm: 6827 901 364 1 0 622 0
[pid=2065] ppid=2063 vsize=9148 CPUtime=48.56 cores=0,2,4,6
/proc/2065/stat : 2065 (sh) S 2063 2063 20179 0 -1 4202496 372 661 0 0 0 0 4849 7 20 0 1 0 343121810 9367552 264 33554432000 4194304 5064252 140737105218032 140737105216288 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2065/statm: 2287 264 223 213 0 72 0
[pid=2067] ppid=2065 vsize=818476 CPUtime=693.34 cores=0,2,4,6
/proc/2067/stat : 2067 (clasp-1.0) R 2065 2063 20179 0 -1 4202496 184519 0 0 0 69280 54 0 0 20 0 1 0 343121810 838119424 198719 33554432000 134512640 134847168 4290101696 4290100336 134782705 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/2067/statm: 204619 198719 270 82 0 203860 0
[pid=2068] ppid=2065 vsize=25460 CPUtime=0 cores=0,2,4,6
/proc/2068/stat : 2068 (pboutclasp.pl) S 2065 2063 20179 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 343121810 26071040 437 33554432000 4194304 4198148 140735804396976 140735804387512 239241061616 0 0 4224 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/2068/statm: 6365 437 342 1 0 160 0
Current children cumulated CPU time (s) 742.47
Current children cumulated vsize (KiB) 880392

[startup+737.5 s]
/proc/loadavg: 2.00 2.02 2.05 3/182 2075
/proc/meminfo: memFree=27538620/32873844 swapFree=7644/7644
[pid=2063] ppid=2061 vsize=27308 CPUtime=0.57 cores=0,2,4,6
/proc/2063/stat : 2063 (pbclasp) S 2061 2063 20179 0 -1 4202496 990 0 0 0 57 0 0 0 20 0 1 0 343121752 27963392 901 33554432000 4194304 4198148 140733585627504 140733585626392 239241061616 0 0 4224 16384 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/2063/statm: 6827 901 364 1 0 622 0
[pid=2065] ppid=2063 vsize=9148 CPUtime=48.56 cores=0,2,4,6
/proc/2065/stat : 2065 (sh) S 2063 2063 20179 0 -1 4202496 372 661 0 0 0 0 4849 7 20 0 1 0 343121810 9367552 264 33554432000 4194304 5064252 140737105218032 140737105216288 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2065/statm: 2287 264 223 213 0 72 0
[pid=2067] ppid=2065 vsize=819272 CPUtime=694.93 cores=0,2,4,6
/proc/2067/stat : 2067 (clasp-1.0) R 2065 2063 20179 0 -1 4202496 184713 0 0 0 69439 54 0 0 20 0 1 0 343121810 838934528 198913 33554432000 134512640 134847168 4290101696 4290100336 134782452 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/2067/statm: 204818 198913 270 82 0 204059 0
[pid=2068] ppid=2065 vsize=25460 CPUtime=0 cores=0,2,4,6
/proc/2068/stat : 2068 (pboutclasp.pl) S 2065 2063 20179 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 343121810 26071040 437 33554432000 4194304 4198148 140735804396976 140735804387512 239241061616 0 0 4224 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/2068/statm: 6365 437 342 1 0 160 0
Current children cumulated CPU time (s) 744.06
Current children cumulated vsize (KiB) 881188

[startup+738.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/182 2075
/proc/meminfo: memFree=27537752/32873844 swapFree=7644/7644
[pid=2063] ppid=2061 vsize=27308 CPUtime=0.57 cores=0,2,4,6
/proc/2063/stat : 2063 (pbclasp) S 2061 2063 20179 0 -1 4202496 990 0 0 0 57 0 0 0 20 0 1 0 343121752 27963392 901 33554432000 4194304 4198148 140733585627504 140733585626392 239241061616 0 0 4224 16384 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/2063/statm: 6827 901 364 1 0 622 0
[pid=2065] ppid=2063 vsize=9148 CPUtime=48.56 cores=0,2,4,6
/proc/2065/stat : 2065 (sh) S 2063 2063 20179 0 -1 4202496 372 661 0 0 0 0 4849 7 20 0 1 0 343121810 9367552 264 33554432000 4194304 5064252 140737105218032 140737105216288 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2065/statm: 2287 264 223 213 0 72 0
[pid=2067] ppid=2065 vsize=819700 CPUtime=695.73 cores=0,2,4,6
/proc/2067/stat : 2067 (clasp-1.0) R 2065 2063 20179 0 -1 4202496 184819 0 0 0 69519 54 0 0 20 0 1 0 343121810 839372800 199019 33554432000 134512640 134847168 4290101696 4290100452 134737608 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/2067/statm: 204925 199019 270 82 0 204166 0
[pid=2068] ppid=2065 vsize=25460 CPUtime=0 cores=0,2,4,6
/proc/2068/stat : 2068 (pboutclasp.pl) S 2065 2063 20179 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 343121810 26071040 437 33554432000 4194304 4198148 140735804396976 140735804387512 239241061616 0 0 4224 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/2068/statm: 6365 437 342 1 0 160 0
Current children cumulated CPU time (s) 744.86
Current children cumulated vsize (KiB) 881616

[startup+738.7 s]
/proc/loadavg: 2.00 2.02 2.05 3/182 2075
/proc/meminfo: memFree=27537752/32873844 swapFree=7644/7644
[pid=2063] ppid=2061 vsize=27308 CPUtime=0.57 cores=0,2,4,6
/proc/2063/stat : 2063 (pbclasp) S 2061 2063 20179 0 -1 4202496 990 0 0 0 57 0 0 0 20 0 1 0 343121752 27963392 901 33554432000 4194304 4198148 140733585627504 140733585626392 239241061616 0 0 4224 16384 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/2063/statm: 6827 901 364 1 0 622 0
[pid=2065] ppid=2063 vsize=9148 CPUtime=48.56 cores=0,2,4,6
/proc/2065/stat : 2065 (sh) S 2063 2063 20179 0 -1 4202496 372 661 0 0 0 0 4849 7 20 0 1 0 343121810 9367552 264 33554432000 4194304 5064252 140737105218032 140737105216288 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2065/statm: 2287 264 223 213 0 72 0
[pid=2067] ppid=2065 vsize=819832 CPUtime=696.13 cores=0,2,4,6
/proc/2067/stat : 2067 (clasp-1.0) R 2065 2063 20179 0 -1 4202496 184868 0 0 0 69559 54 0 0 20 0 1 0 343121810 839507968 199068 33554432000 134512640 134847168 4290101696 4290100336 134782435 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/2067/statm: 204958 199068 270 82 0 204199 0
[pid=2068] ppid=2065 vsize=25460 CPUtime=0 cores=0,2,4,6
/proc/2068/stat : 2068 (pboutclasp.pl) S 2065 2063 20179 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 343121810 26071040 437 33554432000 4194304 4198148 140735804396976 140735804387512 239241061616 0 0 4224 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/2068/statm: 6365 437 342 1 0 160 0
Current children cumulated CPU time (s) 745.26
Current children cumulated vsize (KiB) 881748

[startup+738.8 s]
/proc/loadavg: 2.00 2.02 2.05 3/182 2075
/proc/meminfo: memFree=27537752/32873844 swapFree=7644/7644
[pid=2063] ppid=2061 vsize=27308 CPUtime=0.57 cores=0,2,4,6
/proc/2063/stat : 2063 (pbclasp) S 2061 2063 20179 0 -1 4202496 990 0 0 0 57 0 0 0 20 0 1 0 343121752 27963392 901 33554432000 4194304 4198148 140733585627504 140733585626392 239241061616 0 0 4224 16384 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/2063/statm: 6827 901 364 1 0 622 0
[pid=2065] ppid=2063 vsize=9148 CPUtime=48.56 cores=0,2,4,6
/proc/2065/stat : 2065 (sh) S 2063 2063 20179 0 -1 4202496 372 661 0 0 0 0 4849 7 20 0 1 0 343121810 9367552 264 33554432000 4194304 5064252 140737105218032 140737105216288 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2065/statm: 2287 264 223 213 0 72 0
[pid=2067] ppid=2065 vsize=0 CPUtime=696.23 cores=0,2,4,6
/proc/2067/stat : 2067 (clasp-1.0) R 2065 2063 20179 0 -1 4203524 184876 0 0 0 69568 55 0 0 20 0 1 0 343121810 0 0 33554432000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2067/statm: 0 0 0 0 0 0 0
[pid=2068] ppid=2065 vsize=25460 CPUtime=0 cores=0,2,4,6
/proc/2068/stat : 2068 (pboutclasp.pl) S 2065 2063 20179 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 343121810 26071040 437 33554432000 4194304 4198148 140735804396976 140735804387512 239241061616 0 0 4224 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/2068/statm: 6365 437 342 1 0 160 0
Current children cumulated CPU time (s) 745.36
Current children cumulated vsize (KiB) 61916

Child status: 0
Real time (s): 738.812
CPU time (s): 745.401
CPU user time (s): 744.747
CPU system time (s): 0.6539
CPU usage (%): 100.892
Max. virtual memory (cumulated for all children) (KiB): 881748

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 744.747
system time used= 0.6539
maximum resident set size= 796304
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 187903
page faults= 0
swaps= 0
block input operations= 0
block output operations= 8
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 11954
involuntary context switches= 824

runsolver used 1.78073 second user time and 4.10538 second system time

The end

Launcher Data

Begin job on node147 at 2012-06-04 02:32:54
IDJOB=3740828
IDBENCH=89637
IDSOLVER=2317
FILE ID=node147/3740828-1338769972
RUNJOBID= node147-1338762476-20195
PBS_JOBID= 14636809
Free space on /tmp= 70716 MiB

SOLVER NAME= PB07: PB-clasp 2007-04-10
BENCH NAME= PB11/normalized-PB11/DEC-SMALLINT-LIN/lopes/normalized-146.opb
COMMAND LINE= pbclasp BENCHNAMENOPATH TMPDIR/temp
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3740828-1338769972/watcher-3740828-1338769972 -o /tmp/evaluation-result-3740828-1338769972/solver-3740828-1338769972 -C 1800 -W 1900 -M 15500  pbclasp instance-3740828-1338769972.opb HOME/temp

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

MD5SUM BENCH= 132271a8a55b01af9ffef359148ae5e1
RANDOM SEED=1953854592

node147.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/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.951
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.951
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.951
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.87
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.951
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.951
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.951
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.951
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.951
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28697288 kB
Buffers:          473404 kB
Cached:          2655408 kB
SwapCached:         3380 kB
Active:          1747380 kB
Inactive:        1564488 kB
Active(anon):     178060 kB
Inactive(anon):     5908 kB
Active(file):    1569320 kB
Inactive(file):  1558580 kB
Unevictable:        7644 kB
Mlocked:            7644 kB
SwapTotal:      67108856 kB
SwapFree:       67100236 kB
Dirty:             49960 kB
Writeback:             0 kB
AnonPages:        188832 kB
Mapped:            11460 kB
Shmem:                 0 kB
Slab:             725252 kB
SReclaimable:     165728 kB
SUnreclaim:       559524 kB
KernelStack:        1464 kB
PageTables:         4500 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     304052 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     71680 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

CONVERSION COMMAND LINE= PBconversionToLinear HOME/instance-3740828-1338769972.opb

Free space on /tmp at the end= 70716 MiB
End job on node147 at 2012-06-04 02:45:12