Trace number 3741409

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 NameAnswerobjective functionCPU timeWall clock time
PB07: PB-clasp 2007-04-10? (TO) 1802.1 1802.43

General information on the benchmark

Name/OPT-SMALLINT-LIN/heinz/
normalized-ns1853823.opb
MD5SUM2ebd045d7573caa1ce8026d29a77beeb
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark123
Best CPU time to get the best result obtained on this benchmark1800.87
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables213440
Total number of constraints223870
Number of constraints which are clauses212784
Number of constraints which are cardinality constraints (but not clauses)462
Number of constraints which are nor clauses,nor cardinality constraints10624
Minimum length of a constraint1
Maximum length of a constraint464
Number of terms in the objective function 920
Biggest coefficient in the objective function 6
Number of bits for the biggest coefficient in the objective function 3
Sum of the numbers in the objective function 3220
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 3200
Number of bits of the biggest number in a constraint 12
Biggest sum of numbers in a constraint 3912
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

1062.20/1062.49	sh: line 1:  6928 Done                    cat HOME/temp/instance-3741409-1338778041.opb.op
1062.20/1062.49	      6929 Terminated              | clasp-1.0 --trans=no > HOME/temp/instance-3741409-1338778041.opb.clasp
1800.09/1800.40	sh: line 1:  6979 Done                    cat HOME/temp/instance-3741409-1338778041.opb.op
1800.09/1800.40	      6980 Terminated              | clasp-1.0 --trans=no > HOME/temp/instance-3741409-1338778041.opb.clasp
1800.09/1800.41	c Somebody sent me a SIGTERM
1800.09/1800.41	s UNKNOWN
1800.09/1800.42	pb2clasp1: no process killed

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-3741409-1338778041/watcher-3741409-1338778041 -o /tmp/evaluation-result-3741409-1338778041/solver-3741409-1338778041 -C 1800 -W 1900 -M 15500 pbclasp instance-3741409-1338778041.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.00 2.00 1.94 4/176 6919
/proc/meminfo: memFree=28204376/32873852 swapFree=7624/7624
[pid=6919] ppid=6917 vsize=25592 CPUtime=0 cores=0,2,4,6
/proc/6919/stat : 6919 (pbclasp) R 6917 6919 5924 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 343929614 26206208 475 33554432000 4194304 4198148 140733736751152 140733736748600 252266474800 0 0 4224 16384 0 0 0 17 0 0 0 0 0 0
/proc/6919/statm: 6398 476 352 1 0 193 0

[startup+0.0398289 s]
/proc/loadavg: 2.00 2.00 1.94 4/176 6919
/proc/meminfo: memFree=28204376/32873852 swapFree=7624/7624
[pid=6919] ppid=6917 vsize=28732 CPUtime=0.03 cores=0,2,4,6
/proc/6919/stat : 6919 (pbclasp) R 6917 6919 5924 0 -1 4202496 1318 0 0 0 3 0 0 0 20 0 1 0 343929614 29421568 1248 33554432000 4194304 4198148 140733736751152 140733736748600 252288563859 0 0 4224 16384 0 0 0 17 0 0 0 0 0 0
/proc/6919/statm: 7183 1248 356 1 0 978 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 28732

[startup+0.100168 s]
/proc/loadavg: 2.00 2.00 1.94 4/176 6919
/proc/meminfo: memFree=28204376/32873852 swapFree=7624/7624
[pid=6919] ppid=6917 vsize=32900 CPUtime=0.09 cores=0,2,4,6
/proc/6919/stat : 6919 (pbclasp) S 6917 6919 5924 0 -1 4202496 2400 0 0 0 9 0 0 0 20 0 1 0 343929614 33689600 2313 33554432000 4194304 4198148 140733736751152 140733736750040 252266472688 0 0 4224 16384 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/6919/statm: 8225 2313 369 1 0 2020 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 32900

[startup+0.30027 s]
/proc/loadavg: 2.00 2.00 1.94 4/176 6919
/proc/meminfo: memFree=28204376/32873852 swapFree=7624/7624
[pid=6919] ppid=6917 vsize=32900 CPUtime=0.09 cores=0,2,4,6
/proc/6919/stat : 6919 (pbclasp) S 6917 6919 5924 0 -1 4202496 2400 0 0 0 9 0 0 0 20 0 1 0 343929614 33689600 2313 33554432000 4194304 4198148 140733736751152 140733736750040 252266472688 0 0 4224 16384 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/6919/statm: 8225 2313 369 1 0 2020 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 32900

[startup+0.700263 s]
/proc/loadavg: 2.00 2.00 1.94 4/176 6919
/proc/meminfo: memFree=28204376/32873852 swapFree=7624/7624
[pid=6919] ppid=6917 vsize=32900 CPUtime=0.09 cores=0,2,4,6
/proc/6919/stat : 6919 (pbclasp) S 6917 6919 5924 0 -1 4202496 2400 0 0 0 9 0 0 0 20 0 1 0 343929614 33689600 2313 33554432000 4194304 4198148 140733736751152 140733736750040 252266472688 0 0 4224 16384 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/6919/statm: 8225 2313 369 1 0 2020 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 32900

[startup+1.50028 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 6922
/proc/meminfo: memFree=28194076/32873852 swapFree=7624/7624
[pid=6919] ppid=6917 vsize=32900 CPUtime=0.09 cores=0,2,4,6
/proc/6919/stat : 6919 (pbclasp) S 6917 6919 5924 0 -1 4202496 2400 0 0 0 9 0 0 0 20 0 1 0 343929614 33689600 2313 33554432000 4194304 4198148 140733736751152 140733736750040 252266472688 0 0 4224 16384 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/6919/statm: 8225 2313 369 1 0 2020 0
[pid=6921] ppid=6919 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6921/stat : 6921 (sh) S 6919 6919 5924 0 -1 4202496 349 0 0 0 0 0 0 0 20 0 1 0 343929624 9367552 266 33554432000 4194304 5064252 140737145180816 140737145179696 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/6921/statm: 2287 266 226 213 0 72 0
[pid=6922] ppid=6921 vsize=25592 CPUtime=1.39 cores=0,2,4,6
/proc/6922/stat : 6922 (pb2clasp1) R 6921 6919 5924 0 -1 4202496 603 0 0 0 138 1 0 0 20 0 1 0 343929624 26206208 513 33554432000 4194304 4198148 140735060962752 140735060961736 252266472688 0 0 4224 0 0 0 0 17 2 0 0 0 0 0
/proc/6922/statm: 6398 513 378 1 0 193 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 67640

[startup+3.10028 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 6922
/proc/meminfo: memFree=28190108/32873852 swapFree=7624/7624
[pid=6919] ppid=6917 vsize=32900 CPUtime=0.09 cores=0,2,4,6
/proc/6919/stat : 6919 (pbclasp) S 6917 6919 5924 0 -1 4202496 2400 0 0 0 9 0 0 0 20 0 1 0 343929614 33689600 2313 33554432000 4194304 4198148 140733736751152 140733736750040 252266472688 0 0 4224 16384 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/6919/statm: 8225 2313 369 1 0 2020 0
[pid=6921] ppid=6919 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6921/stat : 6921 (sh) S 6919 6919 5924 0 -1 4202496 349 0 0 0 0 0 0 0 20 0 1 0 343929624 9367552 266 33554432000 4194304 5064252 140737145180816 140737145179696 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/6921/statm: 2287 266 226 213 0 72 0
[pid=6922] ppid=6921 vsize=25592 CPUtime=2.99 cores=0,2,4,6
/proc/6922/stat : 6922 (pb2clasp1) R 6921 6919 5924 0 -1 4202496 603 0 0 0 297 2 0 0 20 0 1 0 343929624 26206208 513 33554432000 4194304 4198148 140735060962752 140735060961736 252288439885 0 0 4224 0 0 0 0 17 2 0 0 0 0 0
/proc/6922/statm: 6398 513 378 1 0 193 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 67640

[startup+6.30028 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 6922
/proc/meminfo: memFree=28185644/32873852 swapFree=7624/7624
[pid=6919] ppid=6917 vsize=32900 CPUtime=0.09 cores=0,2,4,6
/proc/6919/stat : 6919 (pbclasp) S 6917 6919 5924 0 -1 4202496 2400 0 0 0 9 0 0 0 20 0 1 0 343929614 33689600 2313 33554432000 4194304 4198148 140733736751152 140733736750040 252266472688 0 0 4224 16384 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/6919/statm: 8225 2313 369 1 0 2020 0
[pid=6921] ppid=6919 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6921/stat : 6921 (sh) S 6919 6919 5924 0 -1 4202496 349 0 0 0 0 0 0 0 20 0 1 0 343929624 9367552 266 33554432000 4194304 5064252 140737145180816 140737145179696 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/6921/statm: 2287 266 226 213 0 72 0
[pid=6922] ppid=6921 vsize=25592 CPUtime=6.18 cores=0,2,4,6
/proc/6922/stat : 6922 (pb2clasp1) R 6921 6919 5924 0 -1 4202496 603 0 0 0 616 2 0 0 20 0 1 0 343929624 26206208 513 33554432000 4194304 4198148 140735060962752 140735060953288 252288065216 0 0 4224 0 0 0 0 17 2 0 0 0 0 0
/proc/6922/statm: 6398 513 378 1 0 193 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 67640

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 6922
/proc/meminfo: memFree=28181392/32873852 swapFree=7624/7624
[pid=6919] ppid=6917 vsize=32900 CPUtime=0.09 cores=0,2,4,6
/proc/6919/stat : 6919 (pbclasp) S 6917 6919 5924 0 -1 4202496 2400 0 0 0 9 0 0 0 20 0 1 0 343929614 33689600 2313 33554432000 4194304 4198148 140733736751152 140733736750040 252266472688 0 0 4224 16384 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/6919/statm: 8225 2313 369 1 0 2020 0
[pid=6921] ppid=6919 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6921/stat : 6921 (sh) S 6919 6919 5924 0 -1 4202496 349 0 0 0 0 0 0 0 20 0 1 0 343929624 9367552 266 33554432000 4194304 5064252 140737145180816 140737145179696 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/6921/statm: 2287 266 226 213 0 72 0
[pid=6922] ppid=6921 vsize=25724 CPUtime=12.59 cores=0,2,4,6
/proc/6922/stat : 6922 (pb2clasp1) R 6921 6919 5924 0 -1 4202496 629 0 0 0 1254 5 0 0 20 0 1 0 343929624 26341376 539 33554432000 4194304 4198148 140735060962752 140735060953288 252287970096 0 0 4224 0 0 0 0 17 2 0 0 0 0 0
/proc/6922/statm: 6431 539 378 1 0 226 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 67772

[startup+25.5004 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 6929
/proc/meminfo: memFree=27950272/32873852 swapFree=7624/7624
[pid=6919] ppid=6917 vsize=33028 CPUtime=13.95 cores=0,2,4,6
/proc/6919/stat : 6919 (pbclasp) S 6917 6919 5924 0 -1 4202496 2518 2121 0 0 9 0 1375 11 20 0 1 0 343929614 33820672 2350 33554432000 4194304 4198148 140733736751152 140733736750080 252266475550 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/6919/statm: 8257 2350 387 1 0 2052 0
[pid=6927] ppid=6919 vsize=9148 CPUtime=0.02 cores=0,2,4,6
/proc/6927/stat : 6927 (sh) S 6919 6919 5924 0 -1 4202496 371 221 0 0 0 0 0 2 20 0 1 0 343931012 9367552 264 33554432000 4194304 5064252 140735569234096 140735569232352 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/6927/statm: 2287 264 223 213 0 72 0
[pid=6929] ppid=6927 vsize=203868 CPUtime=11.52 cores=0,2,4,6
/proc/6929/stat : 6929 (clasp-1.0) R 6927 6919 5924 0 -1 4202496 45744 0 0 0 1144 8 0 0 20 0 1 0 343931012 208760832 50229 33554432000 134512640 134847168 4291833904 4291832672 134617496 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/6929/statm: 50967 50229 272 82 0 50208 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 246044

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 6929
/proc/meminfo: memFree=27948568/32873852 swapFree=7624/7624
[pid=6919] ppid=6917 vsize=33028 CPUtime=13.95 cores=0,2,4,6
/proc/6919/stat : 6919 (pbclasp) S 6917 6919 5924 0 -1 4202496 2518 2121 0 0 9 0 1375 11 20 0 1 0 343929614 33820672 2350 33554432000 4194304 4198148 140733736751152 140733736750080 252266475550 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/6919/statm: 8257 2350 387 1 0 2052 0
[pid=6927] ppid=6919 vsize=9148 CPUtime=0.02 cores=0,2,4,6
/proc/6927/stat : 6927 (sh) S 6919 6919 5924 0 -1 4202496 371 221 0 0 0 0 0 2 20 0 1 0 343931012 9367552 264 33554432000 4194304 5064252 140735569234096 140735569232352 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/6927/statm: 2287 264 223 213 0 72 0
[pid=6929] ppid=6927 vsize=203868 CPUtime=37.11 cores=0,2,4,6
/proc/6929/stat : 6929 (clasp-1.0) R 6927 6919 5924 0 -1 4202496 45748 0 0 0 3703 8 0 0 20 0 1 0 343931012 208760832 50229 33554432000 134512640 134847168 4291833904 4291832596 134616619 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/6929/statm: 50967 50229 272 82 0 50208 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 246044

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 6929
/proc/meminfo: memFree=27942548/32873852 swapFree=7624/7624
[pid=6919] ppid=6917 vsize=33028 CPUtime=13.95 cores=0,2,4,6
/proc/6919/stat : 6919 (pbclasp) S 6917 6919 5924 0 -1 4202496 2518 2121 0 0 9 0 1375 11 20 0 1 0 343929614 33820672 2350 33554432000 4194304 4198148 140733736751152 140733736750080 252266475550 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/6919/statm: 8257 2350 387 1 0 2052 0
[pid=6927] ppid=6919 vsize=9148 CPUtime=0.02 cores=0,2,4,6
/proc/6927/stat : 6927 (sh) S 6919 6919 5924 0 -1 4202496 371 221 0 0 0 0 0 2 20 0 1 0 343931012 9367552 264 33554432000 4194304 5064252 140735569234096 140735569232352 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/6927/statm: 2287 264 223 213 0 72 0
[pid=6929] ppid=6927 vsize=203868 CPUtime=88.3 cores=0,2,4,6
/proc/6929/stat : 6929 (clasp-1.0) R 6927 6919 5924 0 -1 4202496 45761 0 0 0 8822 8 0 0 20 0 1 0 343931012 208760832 50304 33554432000 134512640 134847168 4291833904 4291832528 134784673 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/6929/statm: 50967 50304 272 82 0 50208 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 246044

[startup+162.3 s]
/proc/loadavg: 2.03 2.01 1.95 3/180 6932
/proc/meminfo: memFree=27940204/32873852 swapFree=7624/7624
[pid=6919] ppid=6917 vsize=33028 CPUtime=13.95 cores=0,2,4,6
/proc/6919/stat : 6919 (pbclasp) S 6917 6919 5924 0 -1 4202496 2518 2121 0 0 9 0 1375 11 20 0 1 0 343929614 33820672 2350 33554432000 4194304 4198148 140733736751152 140733736750080 252266475550 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/6919/statm: 8257 2350 387 1 0 2052 0
[pid=6927] ppid=6919 vsize=9148 CPUtime=0.02 cores=0,2,4,6
/proc/6927/stat : 6927 (sh) S 6919 6919 5924 0 -1 4202496 371 221 0 0 0 0 0 2 20 0 1 0 343931012 9367552 264 33554432000 4194304 5064252 140735569234096 140735569232352 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/6927/statm: 2287 264 223 213 0 72 0
[pid=6929] ppid=6927 vsize=203868 CPUtime=148.27 cores=0,2,4,6
/proc/6929/stat : 6929 (clasp-1.0) R 6927 6919 5924 0 -1 4202496 45770 0 0 0 14819 8 0 0 20 0 1 0 343931012 208760832 50304 33554432000 134512640 134847168 4291833904 4291832588 134789696 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/6929/statm: 50967 50304 272 82 0 50208 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 246044

[startup+222.3 s]
/proc/loadavg: 2.01 2.01 1.95 3/179 6932
/proc/meminfo: memFree=27939888/32873852 swapFree=7624/7624
[pid=6919] ppid=6917 vsize=33028 CPUtime=13.95 cores=0,2,4,6
/proc/6919/stat : 6919 (pbclasp) S 6917 6919 5924 0 -1 4202496 2518 2121 0 0 9 0 1375 11 20 0 1 0 343929614 33820672 2350 33554432000 4194304 4198148 140733736751152 140733736750080 252266475550 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/6919/statm: 8257 2350 387 1 0 2052 0
[pid=6927] ppid=6919 vsize=9148 CPUtime=0.02 cores=0,2,4,6
/proc/6927/stat : 6927 (sh) S 6919 6919 5924 0 -1 4202496 371 221 0 0 0 0 0 2 20 0 1 0 343931012 9367552 264 33554432000 4194304 5064252 140735569234096 140735569232352 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/6927/statm: 2287 264 223 213 0 72 0
[pid=6929] ppid=6927 vsize=203868 CPUtime=208.26 cores=0,2,4,6
/proc/6929/stat : 6929 (clasp-1.0) R 6927 6919 5924 0 -1 4202496 45770 0 0 0 20818 8 0 0 20 0 1 0 343931012 208760832 50304 33554432000 134512640 134847168 4291833904 4291832672 134617488 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/6929/statm: 50967 50304 272 82 0 50208 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 246044

[startup+282.3 s]

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

[startup+1542.3 s]
/proc/loadavg: 2.00 2.01 1.98 3/179 7140
/proc/meminfo: memFree=27992200/32873852 swapFree=7624/7624
[pid=6919] ppid=6917 vsize=33028 CPUtime=1062.36 cores=0,2,4,6
/proc/6919/stat : 6919 (pbclasp) S 6917 6919 5924 0 -1 4202496 2617 67646 0 0 9 0 106193 34 20 0 1 0 343929614 33820672 2350 33554432000 4194304 4198148 140733736751152 140733736750080 252266475550 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/6919/statm: 8257 2350 387 1 0 2052 0
[pid=6978] ppid=6919 vsize=9148 CPUtime=0.02 cores=0,2,4,6
/proc/6978/stat : 6978 (sh) S 6919 6919 5924 0 -1 4202496 370 220 0 0 0 0 0 2 20 0 1 0 344035869 9367552 264 33554432000 4194304 5064252 140737476132256 140737476130512 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/6978/statm: 2287 264 223 213 0 72 0
[pid=6980] ppid=6978 vsize=208224 CPUtime=479.65 cores=0,2,4,6
/proc/6980/stat : 6980 (clasp-1.0) R 6978 6919 5924 0 -1 4202496 58852 0 0 0 47947 18 0 0 20 0 1 0 344035869 213221376 51289 33554432000 134512640 134847168 4293935568 4293934336 134617488 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/6980/statm: 52056 51289 272 82 0 51297 0
Current children cumulated CPU time (s) 1542.03
Current children cumulated vsize (KiB) 250400

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/179 7140
/proc/meminfo: memFree=27985688/32873852 swapFree=7624/7624
[pid=6919] ppid=6917 vsize=33028 CPUtime=1062.36 cores=0,2,4,6
/proc/6919/stat : 6919 (pbclasp) S 6917 6919 5924 0 -1 4202496 2617 67646 0 0 9 0 106193 34 20 0 1 0 343929614 33820672 2350 33554432000 4194304 4198148 140733736751152 140733736750080 252266475550 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/6919/statm: 8257 2350 387 1 0 2052 0
[pid=6978] ppid=6919 vsize=9148 CPUtime=0.02 cores=0,2,4,6
/proc/6978/stat : 6978 (sh) S 6919 6919 5924 0 -1 4202496 370 220 0 0 0 0 0 2 20 0 1 0 344035869 9367552 264 33554432000 4194304 5064252 140737476132256 140737476130512 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/6978/statm: 2287 264 223 213 0 72 0
[pid=6980] ppid=6978 vsize=214536 CPUtime=539.64 cores=0,2,4,6
/proc/6980/stat : 6980 (clasp-1.0) R 6978 6919 5924 0 -1 4202496 63705 0 0 0 53944 20 0 0 20 0 1 0 344035869 219684864 52867 33554432000 134512640 134847168 4293935568 4293934336 134617553 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/6980/statm: 53634 52867 272 82 0 52875 0
Current children cumulated CPU time (s) 1602.02
Current children cumulated vsize (KiB) 256712

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/179 7140
/proc/meminfo: memFree=27985680/32873852 swapFree=7624/7624
[pid=6919] ppid=6917 vsize=33028 CPUtime=1062.36 cores=0,2,4,6
/proc/6919/stat : 6919 (pbclasp) S 6917 6919 5924 0 -1 4202496 2617 67646 0 0 9 0 106193 34 20 0 1 0 343929614 33820672 2350 33554432000 4194304 4198148 140733736751152 140733736750080 252266475550 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/6919/statm: 8257 2350 387 1 0 2052 0
[pid=6978] ppid=6919 vsize=9148 CPUtime=0.02 cores=0,2,4,6
/proc/6978/stat : 6978 (sh) S 6919 6919 5924 0 -1 4202496 370 220 0 0 0 0 0 2 20 0 1 0 344035869 9367552 264 33554432000 4194304 5064252 140737476132256 140737476130512 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/6978/statm: 2287 264 223 213 0 72 0
[pid=6980] ppid=6978 vsize=214536 CPUtime=599.63 cores=0,2,4,6
/proc/6980/stat : 6980 (clasp-1.0) R 6978 6919 5924 0 -1 4202496 63706 0 0 0 59943 20 0 0 20 0 1 0 344035869 219684864 52869 33554432000 134512640 134847168 4293935568 4293934336 134617496 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/6980/statm: 53634 52869 272 82 0 52875 0
Current children cumulated CPU time (s) 1662.01
Current children cumulated vsize (KiB) 256712

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/179 7140
/proc/meminfo: memFree=27985680/32873852 swapFree=7624/7624
[pid=6919] ppid=6917 vsize=33028 CPUtime=1062.36 cores=0,2,4,6
/proc/6919/stat : 6919 (pbclasp) S 6917 6919 5924 0 -1 4202496 2617 67646 0 0 9 0 106193 34 20 0 1 0 343929614 33820672 2350 33554432000 4194304 4198148 140733736751152 140733736750080 252266475550 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/6919/statm: 8257 2350 387 1 0 2052 0
[pid=6978] ppid=6919 vsize=9148 CPUtime=0.02 cores=0,2,4,6
/proc/6978/stat : 6978 (sh) S 6919 6919 5924 0 -1 4202496 370 220 0 0 0 0 0 2 20 0 1 0 344035869 9367552 264 33554432000 4194304 5064252 140737476132256 140737476130512 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/6978/statm: 2287 264 223 213 0 72 0
[pid=6980] ppid=6978 vsize=214536 CPUtime=659.62 cores=0,2,4,6
/proc/6980/stat : 6980 (clasp-1.0) R 6978 6919 5924 0 -1 4202496 63714 0 0 0 65942 20 0 0 20 0 1 0 344035869 219684864 52877 33554432000 134512640 134847168 4293935568 4293934336 134617536 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/6980/statm: 53634 52877 272 82 0 52875 0
Current children cumulated CPU time (s) 1722
Current children cumulated vsize (KiB) 256712

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/179 7148
/proc/meminfo: memFree=27990384/32873852 swapFree=7624/7624
[pid=6919] ppid=6917 vsize=33028 CPUtime=1062.36 cores=0,2,4,6
/proc/6919/stat : 6919 (pbclasp) S 6917 6919 5924 0 -1 4202496 2617 67646 0 0 9 0 106193 34 20 0 1 0 343929614 33820672 2350 33554432000 4194304 4198148 140733736751152 140733736750080 252266475550 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/6919/statm: 8257 2350 387 1 0 2052 0
[pid=6978] ppid=6919 vsize=9148 CPUtime=0.02 cores=0,2,4,6
/proc/6978/stat : 6978 (sh) S 6919 6919 5924 0 -1 4202496 370 220 0 0 0 0 0 2 20 0 1 0 344035869 9367552 264 33554432000 4194304 5064252 140737476132256 140737476130512 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/6978/statm: 2287 264 223 213 0 72 0
[pid=6980] ppid=6978 vsize=214536 CPUtime=719.61 cores=0,2,4,6
/proc/6980/stat : 6980 (clasp-1.0) R 6978 6919 5924 0 -1 4202496 63719 0 0 0 71941 20 0 0 20 0 1 0 344035869 219684864 52882 33554432000 134512640 134847168 4293935568 4293934336 134617498 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/6980/statm: 53634 52882 272 82 0 52875 0
Current children cumulated CPU time (s) 1781.99
Current children cumulated vsize (KiB) 256712



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 1.98 3/179 7148
/proc/meminfo: memFree=27989648/32873852 swapFree=7624/7624
[pid=6919] ppid=6917 vsize=33028 CPUtime=1062.36 cores=0,2,4,6
/proc/6919/stat : 6919 (pbclasp) S 6917 6919 5924 0 -1 4202496 2617 67646 0 0 9 0 106193 34 20 0 1 0 343929614 33820672 2350 33554432000 4194304 4198148 140733736751152 140733736750080 252266475550 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/6919/statm: 8257 2350 387 1 0 2052 0
[pid=6978] ppid=6919 vsize=9148 CPUtime=0.02 cores=0,2,4,6
/proc/6978/stat : 6978 (sh) S 6919 6919 5924 0 -1 4202496 370 220 0 0 0 0 0 2 20 0 1 0 344035869 9367552 264 33554432000 4194304 5064252 140737476132256 140737476130512 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/6978/statm: 2287 264 223 213 0 72 0
[pid=6980] ppid=6978 vsize=214536 CPUtime=737.71 cores=0,2,4,6
/proc/6980/stat : 6980 (clasp-1.0) R 6978 6919 5924 0 -1 4202496 63719 0 0 0 73751 20 0 0 20 0 1 0 344035869 219684864 52882 33554432000 134512640 134847168 4293935568 4293934336 134617501 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/6980/statm: 53634 52882 272 82 0 52875 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 256712

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -6919

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

[startup+1801.4 s]
/proc/loadavg: 2.00 2.00 1.98 3/181 7167
/proc/meminfo: memFree=28194880/32873852 swapFree=7624/7624
[pid=6919] ppid=6917 vsize=33028 CPUtime=1800.16 cores=0,2,4,6
/proc/6919/stat : 6919 (pbclasp) S 6917 6919 5924 0 -1 4202496 2783 134130 0 0 9 0 179946 61 20 0 1 0 343929614 33820672 2352 33554432000 4194304 4198148 140733736751152 140733736750080 252266475550 0 0 4230 16384 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6919/statm: 8257 2352 387 1 0 2052 0
[pid=7165] ppid=6919 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7165/stat : 7165 (sh) S 6919 6919 5924 0 -1 4202496 372 0 0 0 0 0 0 0 20 0 1 0 344109660 9367552 264 33554432000 4194304 5064252 140733594244192 140733594242448 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7165/statm: 2287 264 223 213 0 72 0
[pid=7166] ppid=7165 vsize=4004 CPUtime=0.01 cores=0,2,4,6
/proc/7166/stat : 7166 (cat) S 7165 6919 5924 0 -1 4202496 211 0 0 0 0 1 0 0 20 0 1 0 344109661 4100096 123 33554432000 4194304 4236627 140734167298512 140734167297608 252263089632 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/7166/statm: 1001 123 97 11 0 67 0
[pid=7167] ppid=7165 vsize=34336 CPUtime=0.92 cores=0,2,4,6
/proc/7167/stat : 7167 (clasp-1.0) R 7165 6919 5924 0 -1 4202496 8542 0 0 0 91 1 0 0 20 0 1 0 344109661 35160064 7908 33554432000 134512640 134847168 4287202000 4287197712 11958767 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/7167/statm: 8584 7908 251 82 0 7825 0
Current children cumulated CPU time (s) 1801.09
Current children cumulated vsize (KiB) 80516

[startup+1802.2 s]
/proc/loadavg: 2.00 2.00 1.98 3/181 7167
/proc/meminfo: memFree=28157076/32873852 swapFree=7624/7624
[pid=6919] ppid=6917 vsize=33028 CPUtime=1800.16 cores=0,2,4,6
/proc/6919/stat : 6919 (pbclasp) S 6917 6919 5924 0 -1 4202496 2783 134130 0 0 9 0 179946 61 20 0 1 0 343929614 33820672 2352 33554432000 4194304 4198148 140733736751152 140733736750080 252266475550 0 0 4230 16384 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6919/statm: 8257 2352 387 1 0 2052 0
[pid=7165] ppid=6919 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7165/stat : 7165 (sh) S 6919 6919 5924 0 -1 4202496 372 0 0 0 0 0 0 0 20 0 1 0 344109660 9367552 264 33554432000 4194304 5064252 140733594244192 140733594242448 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7165/statm: 2287 264 223 213 0 72 0
[pid=7166] ppid=7165 vsize=4004 CPUtime=0.02 cores=0,2,4,6
/proc/7166/stat : 7166 (cat) R 7165 6919 5924 0 -1 4202496 211 0 0 0 0 2 0 0 20 0 1 0 344109661 4100096 123 33554432000 4194304 4236627 140734167298512 140734167297608 252263089632 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/7166/statm: 1001 123 97 11 0 67 0
[pid=7167] ppid=7165 vsize=67072 CPUtime=1.72 cores=0,2,4,6
/proc/7167/stat : 7167 (clasp-1.0) R 7165 6919 5924 0 -1 4202496 16698 0 0 0 169 3 0 0 20 0 1 0 344109661 68681728 16064 33554432000 134512640 134847168 4287202000 4287197832 9192496 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/7167/statm: 16768 16064 251 82 0 16009 0
Current children cumulated CPU time (s) 1801.9
Current children cumulated vsize (KiB) 113252

[startup+1802.4 s]
/proc/loadavg: 2.00 2.00 1.98 3/181 7167
/proc/meminfo: memFree=28157076/32873852 swapFree=7624/7624
[pid=6919] ppid=6917 vsize=33028 CPUtime=1800.16 cores=0,2,4,6
/proc/6919/stat : 6919 (pbclasp) S 6917 6919 5924 0 -1 4202496 2783 134130 0 0 9 0 179946 61 20 0 1 0 343929614 33820672 2352 33554432000 4194304 4198148 140733736751152 140733736750080 252266475550 0 0 4230 16384 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6919/statm: 8257 2352 387 1 0 2052 0
[pid=7165] ppid=6919 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7165/stat : 7165 (sh) S 6919 6919 5924 0 -1 4202496 372 0 0 0 0 0 0 0 20 0 1 0 344109660 9367552 264 33554432000 4194304 5064252 140733594244192 140733594242448 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7165/statm: 2287 264 223 213 0 72 0
[pid=7166] ppid=7165 vsize=4004 CPUtime=0.02 cores=0,2,4,6
/proc/7166/stat : 7166 (cat) S 7165 6919 5924 0 -1 4202496 211 0 0 0 0 2 0 0 20 0 1 0 344109661 4100096 123 33554432000 4194304 4236627 140734167298512 140734167297608 252263089632 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/7166/statm: 1001 123 97 11 0 67 0
[pid=7167] ppid=7165 vsize=70692 CPUtime=1.92 cores=0,2,4,6
/proc/7167/stat : 7167 (clasp-1.0) R 7165 6919 5924 0 -1 4202496 17441 0 0 0 189 3 0 0 20 0 1 0 344109661 72388608 16807 33554432000 134512640 134847168 4287202000 4287197984 11958767 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/7167/statm: 17673 16807 251 82 0 16914 0
Current children cumulated CPU time (s) 1802.1
Current children cumulated vsize (KiB) 116872

Child ended because it received signal 9 (SIGKILL)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 6919 and gives
#  childrusage.ru_utime.tv_sec=1799
#  childrusage.ru_utime.tv_usec=560425
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=653900
# CPU time returned by wait4() is 1800.21
# while last known CPU time is 1802.1
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1802.43
CPU time (s): 1802.1
CPU user time (s): 1801.44
CPU system time (s): 0.66
CPU usage (%): 99.9819
Max. virtual memory (cumulated for all children) (KiB): 257244

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.56
system time used= 0.6539
maximum resident set size= 212360
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 139309
page faults= 0
swaps= 0
block input operations= 0
block output operations= 189952
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 16003
involuntary context switches= 1962

runsolver used 2.67159 second user time and 7.17491 second system time

The end

Launcher Data

Begin job on node131 at 2012-06-04 04:47:22
IDJOB=3741409
IDBENCH=89855
IDSOLVER=2317
FILE ID=node131/3741409-1338778041
RUNJOBID= node131-1338774007-5940
PBS_JOBID= 14636826
Free space on /tmp= 71368 MiB

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

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

MD5SUM BENCH= 2ebd045d7573caa1ce8026d29a77beeb
RANDOM SEED=1526311323

node131.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.805
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.61
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.805
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.805
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.91
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.805
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.805
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.805
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.805
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.92
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.805
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.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873852 kB
MemFree:        28204928 kB
Buffers:          569160 kB
Cached:          3186136 kB
SwapCached:         2348 kB
Active:          1527136 kB
Inactive:        2270344 kB
Active(anon):      38240 kB
Inactive(anon):     3664 kB
Active(file):    1488896 kB
Inactive(file):  2266680 kB
Unevictable:        7624 kB
Mlocked:            7624 kB
SwapTotal:      67108856 kB
SwapFree:       67099088 kB
Dirty:             21776 kB
Writeback:             0 kB
AnonPages:         48520 kB
Mapped:            16228 kB
Shmem:                 0 kB
Slab:             730176 kB
SReclaimable:     172260 kB
SUnreclaim:       557916 kB
KernelStack:        1448 kB
PageTables:         4256 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:     161288 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:      2048 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-3741409-1338778041.opb

Free space on /tmp at the end= 71340 MiB
End job on node131 at 2012-06-04 05:17:24