Trace number 3741332

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.02 1803.42

General information on the benchmark

Name/OPT-SMALLINT-LIN/heinz/
normalized-neos-631710.opb
MD5SUMba0215d19182fa8cb27dee737825dd09
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark205
Best CPU time to get the best result obtained on this benchmark1798.04
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables167056
Total number of constraints169576
Number of constraints which are clauses167055
Number of constraints which are cardinality constraints (but not clauses)1965
Number of constraints which are nor clauses,nor cardinality constraints556
Minimum length of a constraint2
Maximum length of a constraint556
Number of terms in the objective function 556
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 556
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 4
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 757
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

1062.89/1063.75	sh: line 1:  6754 Done                    cat HOME/temp/instance-3741332-1338776237.opb.op
1062.89/1063.75	      6755 Terminated              | clasp-1.0 --trans=no > HOME/temp/instance-3741332-1338776237.opb.clasp
1800.07/1801.41	c Somebody sent me a SIGTERM
1800.07/1801.41	s UNKNOWN
1800.07/1801.41	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-3741332-1338776237/watcher-3741332-1338776237 -o /tmp/evaluation-result-3741332-1338776237/solver-3741332-1338776237 -C 1800 -W 1900 -M 15500 pbclasp instance-3741332-1338776237.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.01 1.92 3/176 6710
/proc/meminfo: memFree=27636308/32873852 swapFree=7624/7624
[pid=6710] ppid=6708 vsize=25592 CPUtime=0 cores=0,2,4,6
/proc/6710/stat : 6710 (pbclasp) R 6708 6710 5924 0 -1 4202496 548 0 0 0 0 0 0 0 20 0 1 0 343749195 26206208 478 33554432000 4194304 4198148 140737193896528 140737193893976 252288229376 0 0 4224 16384 0 0 0 17 0 0 0 0 0 0
/proc/6710/statm: 6398 478 355 1 0 193 0

[startup+0.0492461 s]
/proc/loadavg: 2.00 2.01 1.92 3/176 6710
/proc/meminfo: memFree=27636308/32873852 swapFree=7624/7624
[pid=6710] ppid=6708 vsize=29128 CPUtime=0.04 cores=0,2,4,6
/proc/6710/stat : 6710 (pbclasp) R 6708 6710 5924 0 -1 4202496 1420 0 0 0 4 0 0 0 20 0 1 0 343749195 29827072 1350 33554432000 4194304 4198148 140737193896528 140737193893976 252288062944 0 0 4224 16384 0 0 0 17 0 0 0 0 0 0
/proc/6710/statm: 7282 1351 356 1 0 1077 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 29128

[startup+0.100222 s]
/proc/loadavg: 2.00 2.01 1.92 3/176 6710
/proc/meminfo: memFree=27636308/32873852 swapFree=7624/7624
[pid=6710] ppid=6708 vsize=31840 CPUtime=0.07 cores=0,2,4,6
/proc/6710/stat : 6710 (pbclasp) S 6708 6710 5924 0 -1 4202496 2148 0 0 0 7 0 0 0 20 0 1 0 343749195 32604160 2060 33554432000 4194304 4198148 140737193896528 140737193895416 252266472688 0 0 4224 16384 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/6710/statm: 7960 2060 369 1 0 1755 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 31840

[startup+0.300178 s]
/proc/loadavg: 2.00 2.01 1.92 3/176 6710
/proc/meminfo: memFree=27636308/32873852 swapFree=7624/7624
[pid=6710] ppid=6708 vsize=31840 CPUtime=0.07 cores=0,2,4,6
/proc/6710/stat : 6710 (pbclasp) S 6708 6710 5924 0 -1 4202496 2148 0 0 0 7 0 0 0 20 0 1 0 343749195 32604160 2060 33554432000 4194304 4198148 140737193896528 140737193895416 252266472688 0 0 4224 16384 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/6710/statm: 7960 2060 369 1 0 1755 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 31840

[startup+0.700178 s]
/proc/loadavg: 2.00 2.01 1.92 3/176 6710
/proc/meminfo: memFree=27636308/32873852 swapFree=7624/7624
[pid=6710] ppid=6708 vsize=31840 CPUtime=0.07 cores=0,2,4,6
/proc/6710/stat : 6710 (pbclasp) S 6708 6710 5924 0 -1 4202496 2148 0 0 0 7 0 0 0 20 0 1 0 343749195 32604160 2060 33554432000 4194304 4198148 140737193896528 140737193895416 252266472688 0 0 4224 16384 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/6710/statm: 7960 2060 369 1 0 1755 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 31840

[startup+1.50025 s]
/proc/loadavg: 2.00 2.01 1.92 3/179 6713
/proc/meminfo: memFree=27628000/32873852 swapFree=7624/7624
[pid=6710] ppid=6708 vsize=31840 CPUtime=0.07 cores=0,2,4,6
/proc/6710/stat : 6710 (pbclasp) S 6708 6710 5924 0 -1 4202496 2148 0 0 0 7 0 0 0 20 0 1 0 343749195 32604160 2060 33554432000 4194304 4198148 140737193896528 140737193895416 252266472688 0 0 4224 16384 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/6710/statm: 7960 2060 369 1 0 1755 0
[pid=6712] ppid=6710 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6712/stat : 6712 (sh) S 6710 6710 5924 0 -1 4202496 348 0 0 0 0 0 0 0 20 0 1 0 343749203 9367552 266 33554432000 4194304 5064252 140733998717712 140733998716592 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6712/statm: 2287 266 226 213 0 72 0
[pid=6713] ppid=6712 vsize=25592 CPUtime=1.41 cores=0,2,4,6
/proc/6713/stat : 6713 (pb2clasp1) R 6712 6710 5924 0 -1 4202496 605 0 0 0 141 0 0 0 20 0 1 0 343749203 26206208 515 33554432000 4194304 4198148 140735712503152 140735712502136 252288093352 0 0 4224 0 0 0 0 17 0 0 0 0 0 0
/proc/6713/statm: 6398 515 378 1 0 193 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 66580

[startup+3.10025 s]
/proc/loadavg: 2.00 2.01 1.92 3/179 6713
/proc/meminfo: memFree=27626620/32873852 swapFree=7624/7624
[pid=6710] ppid=6708 vsize=31840 CPUtime=0.07 cores=0,2,4,6
/proc/6710/stat : 6710 (pbclasp) S 6708 6710 5924 0 -1 4202496 2148 0 0 0 7 0 0 0 20 0 1 0 343749195 32604160 2060 33554432000 4194304 4198148 140737193896528 140737193895416 252266472688 0 0 4224 16384 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/6710/statm: 7960 2060 369 1 0 1755 0
[pid=6712] ppid=6710 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6712/stat : 6712 (sh) S 6710 6710 5924 0 -1 4202496 348 0 0 0 0 0 0 0 20 0 1 0 343749203 9367552 266 33554432000 4194304 5064252 140733998717712 140733998716592 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6712/statm: 2287 266 226 213 0 72 0
[pid=6713] ppid=6712 vsize=25592 CPUtime=3.01 cores=0,2,4,6
/proc/6713/stat : 6713 (pb2clasp1) R 6712 6710 5924 0 -1 4202496 605 0 0 0 300 1 0 0 20 0 1 0 343749203 26206208 515 33554432000 4194304 4198148 140735712503152 140735712502136 252262717015 0 0 4224 0 0 0 0 17 0 0 0 0 0 0
/proc/6713/statm: 6398 515 378 1 0 193 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 66580

[startup+6.30025 s]
/proc/loadavg: 2.00 2.01 1.92 3/179 6713
/proc/meminfo: memFree=27623148/32873852 swapFree=7624/7624
[pid=6710] ppid=6708 vsize=31840 CPUtime=0.07 cores=0,2,4,6
/proc/6710/stat : 6710 (pbclasp) S 6708 6710 5924 0 -1 4202496 2148 0 0 0 7 0 0 0 20 0 1 0 343749195 32604160 2060 33554432000 4194304 4198148 140737193896528 140737193895416 252266472688 0 0 4224 16384 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/6710/statm: 7960 2060 369 1 0 1755 0
[pid=6712] ppid=6710 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6712/stat : 6712 (sh) S 6710 6710 5924 0 -1 4202496 348 0 0 0 0 0 0 0 20 0 1 0 343749203 9367552 266 33554432000 4194304 5064252 140733998717712 140733998716592 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6712/statm: 2287 266 226 213 0 72 0
[pid=6713] ppid=6712 vsize=25592 CPUtime=6.2 cores=0,2,4,6
/proc/6713/stat : 6713 (pb2clasp1) R 6712 6710 5924 0 -1 4202496 605 0 0 0 618 2 0 0 20 0 1 0 343749203 26206208 515 33554432000 4194304 4198148 140735712503152 140735712493688 252288096578 0 0 4224 0 0 0 0 17 0 0 0 0 0 0
/proc/6713/statm: 6398 515 378 1 0 193 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 66580

[startup+12.7004 s]
/proc/loadavg: 2.00 2.01 1.92 3/179 6720
/proc/meminfo: memFree=27465172/32873852 swapFree=7624/7624
[pid=6710] ppid=6708 vsize=31972 CPUtime=9.23 cores=0,2,4,6
/proc/6710/stat : 6710 (pbclasp) S 6708 6710 5924 0 -1 4202496 2248 2129 0 0 7 0 909 7 20 0 1 0 343749195 32739328 2091 33554432000 4194304 4198148 140737193896528 140737193895456 252266475550 0 0 4230 16384 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6710/statm: 7993 2091 387 1 0 1788 0
[pid=6718] ppid=6710 vsize=9148 CPUtime=0.01 cores=0,2,4,6
/proc/6718/stat : 6718 (sh) S 6710 6710 5924 0 -1 4202496 371 221 0 0 0 0 0 1 20 0 1 0 343750121 9367552 264 33554432000 4194304 5064252 140735118383152 140735118381408 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6718/statm: 2287 264 223 213 0 72 0
[pid=6720] ppid=6718 vsize=142408 CPUtime=3.43 cores=0,2,4,6
/proc/6720/stat : 6720 (clasp-1.0) R 6718 6710 5924 0 -1 4202496 32531 0 0 0 336 7 0 0 20 0 1 0 343750121 145825792 33909 33554432000 134512640 134847168 4293593120 4293591860 134733876 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/6720/statm: 35602 33909 270 82 0 34843 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 183528

[startup+25.5004 s]
/proc/loadavg: 2.00 2.01 1.92 3/179 6720
/proc/meminfo: memFree=27434676/32873852 swapFree=7624/7624
[pid=6710] ppid=6708 vsize=31972 CPUtime=9.23 cores=0,2,4,6
/proc/6710/stat : 6710 (pbclasp) S 6708 6710 5924 0 -1 4202496 2248 2129 0 0 7 0 909 7 20 0 1 0 343749195 32739328 2091 33554432000 4194304 4198148 140737193896528 140737193895456 252266475550 0 0 4230 16384 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6710/statm: 7993 2091 387 1 0 1788 0
[pid=6718] ppid=6710 vsize=9148 CPUtime=0.01 cores=0,2,4,6
/proc/6718/stat : 6718 (sh) S 6710 6710 5924 0 -1 4202496 371 221 0 0 0 0 0 1 20 0 1 0 343750121 9367552 264 33554432000 4194304 5064252 140735118383152 140735118381408 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6718/statm: 2287 264 223 213 0 72 0
[pid=6720] ppid=6718 vsize=179932 CPUtime=16.22 cores=0,2,4,6
/proc/6720/stat : 6720 (clasp-1.0) R 6718 6710 5924 0 -1 4202496 41985 0 0 0 1614 8 0 0 20 0 1 0 343750121 184250368 43363 33554432000 134512640 134847168 4293593120 4293591572 134790214 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/6720/statm: 44983 43363 270 82 0 44224 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 221052

[startup+51.1004 s]
/proc/loadavg: 2.00 2.01 1.92 3/179 6720
/proc/meminfo: memFree=27085556/32873852 swapFree=7624/7624
[pid=6710] ppid=6708 vsize=31972 CPUtime=9.23 cores=0,2,4,6
/proc/6710/stat : 6710 (pbclasp) S 6708 6710 5924 0 -1 4202496 2248 2129 0 0 7 0 909 7 20 0 1 0 343749195 32739328 2091 33554432000 4194304 4198148 140737193896528 140737193895456 252266475550 0 0 4230 16384 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6710/statm: 7993 2091 387 1 0 1788 0
[pid=6718] ppid=6710 vsize=9148 CPUtime=0.01 cores=0,2,4,6
/proc/6718/stat : 6718 (sh) S 6710 6710 5924 0 -1 4202496 371 221 0 0 0 0 0 1 20 0 1 0 343750121 9367552 264 33554432000 4194304 5064252 140735118383152 140735118381408 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6718/statm: 2287 264 223 213 0 72 0
[pid=6720] ppid=6718 vsize=533164 CPUtime=41.81 cores=0,2,4,6
/proc/6720/stat : 6720 (clasp-1.0) R 6718 6710 5924 0 -1 4202496 130347 0 0 0 4158 23 0 0 20 0 1 0 343750121 545959936 131725 33554432000 134512640 134847168 4293593120 4293591632 134780669 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/6720/statm: 133291 131725 270 82 0 132532 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 574284

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 1.92 3/179 6720
/proc/meminfo: memFree=26220532/32873852 swapFree=7624/7624
[pid=6710] ppid=6708 vsize=31972 CPUtime=9.23 cores=0,2,4,6
/proc/6710/stat : 6710 (pbclasp) S 6708 6710 5924 0 -1 4202496 2248 2129 0 0 7 0 909 7 20 0 1 0 343749195 32739328 2091 33554432000 4194304 4198148 140737193896528 140737193895456 252266475550 0 0 4230 16384 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6710/statm: 7993 2091 387 1 0 1788 0
[pid=6718] ppid=6710 vsize=9148 CPUtime=0.01 cores=0,2,4,6
/proc/6718/stat : 6718 (sh) S 6710 6710 5924 0 -1 4202496 371 221 0 0 0 0 0 1 20 0 1 0 343750121 9367552 264 33554432000 4194304 5064252 140735118383152 140735118381408 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6718/statm: 2287 264 223 213 0 72 0
[pid=6720] ppid=6718 vsize=1346944 CPUtime=93.02 cores=0,2,4,6
/proc/6720/stat : 6720 (clasp-1.0) R 6718 6710 5924 0 -1 4202496 333351 0 0 0 9244 58 0 0 20 0 1 0 343750121 1379270656 334729 33554432000 134512640 134847168 4293593120 4293591696 134714157 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/6720/statm: 336736 334729 270 82 0 335977 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 1388064

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/179 6720
/proc/meminfo: memFree=25518196/32873852 swapFree=7624/7624
[pid=6710] ppid=6708 vsize=31972 CPUtime=9.23 cores=0,2,4,6
/proc/6710/stat : 6710 (pbclasp) S 6708 6710 5924 0 -1 4202496 2248 2129 0 0 7 0 909 7 20 0 1 0 343749195 32739328 2091 33554432000 4194304 4198148 140737193896528 140737193895456 252266475550 0 0 4230 16384 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6710/statm: 7993 2091 387 1 0 1788 0
[pid=6718] ppid=6710 vsize=9148 CPUtime=0.01 cores=0,2,4,6
/proc/6718/stat : 6718 (sh) S 6710 6710 5924 0 -1 4202496 371 221 0 0 0 0 0 1 20 0 1 0 343750121 9367552 264 33554432000 4194304 5064252 140735118383152 140735118381408 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6718/statm: 2287 264 223 213 0 72 0
[pid=6720] ppid=6718 vsize=2036316 CPUtime=153 cores=0,2,4,6
/proc/6720/stat : 6720 (clasp-1.0) R 6718 6710 5924 0 -1 4202496 505532 0 0 0 15216 84 0 0 20 0 1 0 343750121 2085187584 506752 33554432000 134512640 134847168 4293593120 4293591696 134714694 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/6720/statm: 509079 506752 270 82 0 508320 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 2077436

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/180 6723
/proc/meminfo: memFree=24662836/32873852 swapFree=7624/7624
[pid=6710] ppid=6708 vsize=31972 CPUtime=9.23 cores=0,2,4,6
/proc/6710/stat : 6710 (pbclasp) S 6708 6710 5924 0 -1 4202496 2248 2129 0 0 7 0 909 7 20 0 1 0 343749195 32739328 2091 33554432000 4194304 4198148 140737193896528 140737193895456 252266475550 0 0 4230 16384 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6710/statm: 7993 2091 387 1 0 1788 0
[pid=6718] ppid=6710 vsize=9148 CPUtime=0.01 cores=0,2,4,6
/proc/6718/stat : 6718 (sh) S 6710 6710 5924 0 -1 4202496 371 221 0 0 0 0 0 1 20 0 1 0 343750121 9367552 264 33554432000 4194304 5064252 140735118383152 140735118381408 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6718/statm: 2287 264 223 213 0 72 0
[pid=6720] ppid=6718 vsize=2874348 CPUtime=212.99 cores=0,2,4,6
/proc/6720/stat : 6720 (clasp-1.0) R 6718 6710 5924 0 -1 4202496 714545 0 0 0 21176 123 0 0 20 0 1 0 343750121 2943332352 715629 33554432000 134512640 134847168 4293593120 4293591876 134737608 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/6720/statm: 718587 715629 270 82 0 717828 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 2915468

[startup+282.3 s]

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

/proc/6843/stat : 6843 (clasp-1.0) R 6841 6710 5924 0 -1 4202496 927983 0 0 0 27955 161 0 0 20 0 1 0 343887286 3814903808 927957 33554432000 134512640 134847168 4294755568 4294754080 134780669 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/6843/statm: 931373 927957 272 82 0 930614 0
Current children cumulated CPU time (s) 1661.07
Current children cumulated vsize (KiB) 3766612

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 6852
/proc/meminfo: memFree=27903436/32873852 swapFree=7624/7624
[pid=6710] ppid=6708 vsize=31972 CPUtime=1696.77 cores=0,2,4,6
/proc/6710/stat : 6710 (pbclasp) S 6708 6710 5924 0 -1 4202496 2866 5565666 0 0 7 1 168570 1099 20 0 1 0 343749195 32739328 2091 33554432000 4194304 4198148 140737193896528 140737193895456 252266475550 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/6710/statm: 7993 2091 387 1 0 1788 0
[pid=6850] ppid=6710 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6850/stat : 6850 (sh) S 6710 6710 5924 0 -1 4202496 370 219 0 0 0 0 0 0 20 0 1 0 343918996 9367552 264 33554432000 4194304 5064252 140736442920464 140736442918720 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/6850/statm: 2287 264 223 213 0 72 0
[pid=6852] ppid=6850 vsize=281804 CPUtime=24.25 cores=0,2,4,6
/proc/6852/stat : 6852 (clasp-1.0) R 6850 6710 5924 0 -1 4202496 66386 0 0 0 2415 10 0 0 20 0 1 0 343918996 288567296 69295 33554432000 134512640 134847168 4292725648 4292724288 134782432 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/6852/statm: 70451 69295 270 82 0 69692 0
Current children cumulated CPU time (s) 1721.02
Current children cumulated vsize (KiB) 322924

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 6852
/proc/meminfo: memFree=26969372/32873852 swapFree=7624/7624
[pid=6710] ppid=6708 vsize=31972 CPUtime=1696.77 cores=0,2,4,6
/proc/6710/stat : 6710 (pbclasp) S 6708 6710 5924 0 -1 4202496 2866 5565666 0 0 7 1 168570 1099 20 0 1 0 343749195 32739328 2091 33554432000 4194304 4198148 140737193896528 140737193895456 252266475550 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/6710/statm: 7993 2091 387 1 0 1788 0
[pid=6850] ppid=6710 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6850/stat : 6850 (sh) S 6710 6710 5924 0 -1 4202496 370 219 0 0 0 0 0 0 20 0 1 0 343918996 9367552 264 33554432000 4194304 5064252 140736442920464 140736442918720 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/6850/statm: 2287 264 223 213 0 72 0
[pid=6852] ppid=6850 vsize=1199716 CPUtime=84.21 cores=0,2,4,6
/proc/6852/stat : 6852 (clasp-1.0) R 6850 6710 5924 0 -1 4202496 295493 0 0 0 8371 50 0 0 20 0 1 0 343918996 1228509184 298394 33554432000 134512640 134847168 4292725648 4292724100 134790214 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/6852/statm: 299929 298394 270 82 0 299170 0
Current children cumulated CPU time (s) 1780.98
Current children cumulated vsize (KiB) 1240836



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.4 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 6853
/proc/meminfo: memFree=26724068/32873852 swapFree=7624/7624
[pid=6710] ppid=6708 vsize=31972 CPUtime=1696.77 cores=0,2,4,6
/proc/6710/stat : 6710 (pbclasp) S 6708 6710 5924 0 -1 4202496 2866 5565666 0 0 7 1 168570 1099 20 0 1 0 343749195 32739328 2091 33554432000 4194304 4198148 140737193896528 140737193895456 252266475550 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/6710/statm: 7993 2091 387 1 0 1788 0
[pid=6850] ppid=6710 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6850/stat : 6850 (sh) S 6710 6710 5924 0 -1 4202496 370 219 0 0 0 0 0 0 20 0 1 0 343918996 9367552 264 33554432000 4194304 5064252 140736442920464 140736442918720 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/6850/statm: 2287 264 223 213 0 72 0
[pid=6852] ppid=6850 vsize=1437908 CPUtime=103.3 cores=0,2,4,6
/proc/6852/stat : 6852 (clasp-1.0) R 6850 6710 5924 0 -1 4202496 354987 0 0 0 10270 60 0 0 20 0 1 0 343918996 1472417792 357885 33554432000 134512640 134847168 4292725648 4292724240 134630312 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/6852/statm: 359477 357885 270 82 0 358718 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 1479028

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

############
# WARNING:
# current cumulated CPU time (1696.83 s) is less than in the last sample (1800.07 s)
# The time of a child was probably not reported to its father.
# (see the two samples below)
# Adding the difference (103.24 s) to the 'lost time'.

[startup+1801.4 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 6853
/proc/meminfo: memFree=26724068/32873852 swapFree=7624/7624
[pid=6710] ppid=6708 vsize=31972 CPUtime=1696.77 cores=0,2,4,6
/proc/6710/stat : 6710 (pbclasp) S 6708 6710 5924 0 -1 4202496 2866 5565666 0 0 7 1 168570 1099 20 0 1 0 343749195 32739328 2091 33554432000 4194304 4198148 140737193896528 140737193895456 252266475550 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/6710/statm: 7993 2091 387 1 0 1788 0
[pid=6850] ppid=6710 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6850/stat : 6850 (sh) S 6710 6710 5924 0 -1 4202496 370 219 0 0 0 0 0 0 20 0 1 0 343918996 9367552 264 33554432000 4194304 5064252 140736442920464 140736442918720 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/6850/statm: 2287 264 223 213 0 72 0
[pid=6852] ppid=6850 vsize=1437908 CPUtime=103.3 cores=0,2,4,6
/proc/6852/stat : 6852 (clasp-1.0) R 6850 6710 5924 0 -1 4202496 354987 0 0 0 10270 60 0 0 20 0 1 0 343918996 1472417792 357885 33554432000 134512640 134847168 4292725648 4292724240 134630312 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/6852/statm: 359477 357885 270 82 0 358718 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 1479028

[startup+1801.52 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 6853
/proc/meminfo: memFree=26724068/32873852 swapFree=7624/7624
[pid=6710] ppid=6708 vsize=31972 CPUtime=1696.83 cores=0,2,4,6
/proc/6710/stat : 6710 (pbclasp) S 6708 6710 5924 0 -1 4202496 3037 5568422 0 0 7 1 168571 1104 20 0 1 0 343749195 32739328 2093 33554432000 4194304 4198148 140737193896528 140737193895456 252266475550 0 0 4230 16384 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/6710/statm: 7993 2093 387 1 0 1788 0
Current children cumulated CPU time (s) 1696.83
Current children cumulated vsize (KiB) 31972
#
############


Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -6710

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

[startup+1802.2 s]
/proc/loadavg: 2.00 2.00 1.94 3/182 6872
/proc/meminfo: memFree=28187460/32873852 swapFree=7624/7624
[pid=6710] ppid=6708 vsize=31972 CPUtime=1696.83 cores=0,2,4,6
/proc/6710/stat : 6710 (pbclasp) S 6708 6710 5924 0 -1 4202496 3037 5568422 0 0 7 1 168571 1104 20 0 1 0 343749195 32739328 2093 33554432000 4194304 4198148 140737193896528 140737193895456 252266475550 0 0 4230 16384 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/6710/statm: 7993 2093 387 1 0 1788 0
[pid=6870] ppid=6710 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6870/stat : 6870 (sh) S 6710 6710 5924 0 -1 4202496 369 0 0 0 0 0 0 0 20 0 1 0 343929341 9367552 263 33554432000 4194304 5064252 140735168094192 140735168092448 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6870/statm: 2287 263 223 213 0 72 0
[pid=6871] ppid=6870 vsize=4004 CPUtime=0 cores=0,2,4,6
/proc/6871/stat : 6871 (cat) S 6870 6710 5924 0 -1 4202496 211 0 0 0 0 0 0 0 20 0 1 0 343929341 4100096 123 33554432000 4194304 4236627 140737181670352 140737181669448 252263089632 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/6871/statm: 1001 123 97 11 0 67 0
[pid=6872] ppid=6870 vsize=45732 CPUtime=0.73 cores=0,2,4,6
/proc/6872/stat : 6872 (clasp-1.0) R 6870 6710 5924 0 -1 4202496 11265 0 0 0 71 2 0 0 20 0 1 0 343929341 46829568 10834 33554432000 134512640 134847168 4293092240 4293088080 8473071 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/6872/statm: 11433 10835 251 82 0 10674 0
Current children cumulated CPU time (s) 1697.56
Current children cumulated vsize (KiB) 90856

[startup+1803 s]
/proc/loadavg: 2.00 2.00 1.94 3/181 6872
/proc/meminfo: memFree=28124624/32873852 swapFree=7624/7624
[pid=6710] ppid=6708 vsize=31972 CPUtime=1696.83 cores=0,2,4,6
/proc/6710/stat : 6710 (pbclasp) S 6708 6710 5924 0 -1 4202496 3037 5568422 0 0 7 1 168571 1104 20 0 1 0 343749195 32739328 2093 33554432000 4194304 4198148 140737193896528 140737193895456 252266475550 0 0 4230 16384 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/6710/statm: 7993 2093 387 1 0 1788 0
[pid=6870] ppid=6710 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6870/stat : 6870 (sh) S 6710 6710 5924 0 -1 4202496 369 0 0 0 0 0 0 0 20 0 1 0 343929341 9367552 263 33554432000 4194304 5064252 140735168094192 140735168092448 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6870/statm: 2287 263 223 213 0 72 0
[pid=6871] ppid=6870 vsize=4004 CPUtime=0.01 cores=0,2,4,6
/proc/6871/stat : 6871 (cat) S 6870 6710 5924 0 -1 4202496 211 0 0 0 0 1 0 0 20 0 1 0 343929341 4100096 123 33554432000 4194304 4236627 140737181670352 140737181669448 252263089632 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/6871/statm: 1001 123 97 11 0 67 0
[pid=6872] ppid=6870 vsize=59552 CPUtime=1.52 cores=0,2,4,6
/proc/6872/stat : 6872 (clasp-1.0) R 6870 6710 5924 0 -1 4202496 14676 0 0 0 149 3 0 0 20 0 1 0 343929341 60981248 14144 33554432000 134512640 134847168 4293092240 4293087368 14124080 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/6872/statm: 14888 14144 253 82 0 14129 0
Current children cumulated CPU time (s) 1698.36
Current children cumulated vsize (KiB) 104676

[startup+1803.4 s]
/proc/loadavg: 2.00 2.00 1.94 3/181 6872
/proc/meminfo: memFree=28124624/32873852 swapFree=7624/7624
[pid=6710] ppid=6708 vsize=31972 CPUtime=1696.83 cores=0,2,4,6
/proc/6710/stat : 6710 (pbclasp) S 6708 6710 5924 0 -1 4202496 3037 5568422 0 0 7 1 168571 1104 20 0 1 0 343749195 32739328 2093 33554432000 4194304 4198148 140737193896528 140737193895456 252266475550 0 0 4230 16384 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/6710/statm: 7993 2093 387 1 0 1788 0
[pid=6870] ppid=6710 vsize=9148 CPUtime=0.02 cores=0,2,4,6
/proc/6870/stat : 6870 (sh) S 6710 6710 5924 0 -1 4202496 369 220 0 0 0 0 0 2 20 0 1 0 343929341 9367552 263 33554432000 4194304 5064252 140735168094192 140735168092448 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6870/statm: 2287 263 223 213 0 72 0
[pid=6872] ppid=6870 vsize=132692 CPUtime=1.93 cores=0,2,4,6
/proc/6872/stat : 6872 (clasp-1.0) R 6870 6710 5924 0 -1 4202496 29306 0 0 0 188 5 0 0 20 0 1 0 343929341 135876608 31431 33554432000 134512640 134847168 4293092240 4293090208 8473071 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/6872/statm: 33173 31431 264 82 0 32414 0
Current children cumulated CPU time (s) 1698.78
Current children cumulated vsize (KiB) 173812

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 6710 and gives
#  childrusage.ru_utime.tv_sec=1685
#  childrusage.ru_utime.tv_usec=792720
#  childrusage.ru_stime.tv_sec=11
#  childrusage.ru_stime.tv_usec=78315
# CPU time returned by wait4() is 1696.87
# while last known CPU time is 1698.78
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...


# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 103.24
#  lost CPU user time (s): 102.69
#  lost CPU system time (s): 0.55

Real time (s): 1803.42
CPU time (s): 1802.02
CPU user time (s): 1790.35
CPU system time (s): 11.67
CPU usage (%): 99.9221
Max. virtual memory (cumulated for all children) (KiB): 4229368

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1685.79
system time used= 11.0783
maximum resident set size= 4174104
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 5573481
page faults= 0
swaps= 0
block input operations= 0
block output operations= 260648
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 29874
involuntary context switches= 3893

runsolver used 3.56846 second user time and 9.39957 second system time

The end

Launcher Data

Begin job on node131 at 2012-06-04 04:17:17
IDJOB=3741332
IDBENCH=89840
IDSOLVER=2317
FILE ID=node131/3741332-1338776237
RUNJOBID= node131-1338774007-5940
PBS_JOBID= 14636826
Free space on /tmp= 71392 MiB

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

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

MD5SUM BENCH= ba0215d19182fa8cb27dee737825dd09
RANDOM SEED=1781217576

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:        27636696 kB
Buffers:          568852 kB
Cached:          3162272 kB
SwapCached:         2348 kB
Active:          2093260 kB
Inactive:        2271192 kB
Active(anon):     629296 kB
Inactive(anon):     3664 kB
Active(file):    1463964 kB
Inactive(file):  2267528 kB
Unevictable:        7624 kB
Mlocked:            7624 kB
SwapTotal:      67108856 kB
SwapFree:       67099088 kB
Dirty:              9348 kB
Writeback:            12 kB
AnonPages:        637744 kB
Mapped:            16236 kB
Shmem:                 0 kB
Slab:             729608 kB
SReclaimable:     171824 kB
SUnreclaim:       557784 kB
KernelStack:        1488 kB
PageTables:         5364 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:     752744 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:    493568 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-3741332-1338776237.opb

Free space on /tmp at the end= 71348 MiB
End job on node131 at 2012-06-04 04:47:21