Trace number 3731613

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) 1801.9 1802.52

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
wnq/normalized-wnq_n100_mw99_6.opb.PB06.opb
MD5SUM5f836d1b8d150c1925229546ed283812
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark371
Best CPU time to get the best result obtained on this benchmark1793.18
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 453
Optimality of the best value was proved NO
Number of variables10000
Total number of constraints656900
Number of constraints which are clauses656900
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint100
Number of terms in the objective function 10000
Biggest coefficient in the objective function 99
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 491651
Number of bits of the sum of numbers in the objective function 19
Biggest number in a constraint 99
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 491651
Number of bits of the biggest sum of numbers19
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

1311.76/1312.01	sh: line 1: 19610 Done                    cat HOME/temp/instance-3731613-1338698192.opb.op
1311.76/1312.01	     19611 Terminated              | clasp-1.0 --trans=no > HOME/temp/instance-3731613-1338698192.opb.clasp
1800.02/1800.51	c Somebody sent me a SIGTERM
1800.02/1800.51	s UNKNOWN
1800.02/1800.51	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-3731613-1338698192/watcher-3731613-1338698192 -o /tmp/evaluation-result-3731613-1338698192/solver-3731613-1338698192 -C 1800 -W 1900 -M 15500 pbclasp instance-3731613-1338698192.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.03 2.01 1.93 3/178 19560
/proc/meminfo: memFree=27345600/32873648 swapFree=6852/6852
[pid=19560] ppid=19558 vsize=25592 CPUtime=0 cores=0,2,4,6
/proc/19560/stat : 19560 (pbclasp) R 19558 19560 26887 0 -1 4202496 547 0 0 0 0 0 0 0 20 0 1 0 335946048 26206208 478 33554432000 4194304 4198148 140736883740608 140736883738056 271812714496 0 0 4224 16384 0 0 0 17 2 0 0 0 0 0
/proc/19560/statm: 6398 478 355 1 0 193 0

[startup+0.011928 s]
/proc/loadavg: 2.03 2.01 1.93 3/178 19560
/proc/meminfo: memFree=27345600/32873648 swapFree=6852/6852
[pid=19560] ppid=19558 vsize=26616 CPUtime=0 cores=0,2,4,6
/proc/19560/stat : 19560 (pbclasp) R 19558 19560 26887 0 -1 4202496 793 0 0 0 0 0 0 0 20 0 1 0 335946048 27254784 724 33554432000 4194304 4198148 140736883740608 140736883738056 271812918528 0 0 4224 16384 0 0 0 17 2 0 0 0 0 0
/proc/19560/statm: 6654 724 362 1 0 449 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 26616

[startup+0.10026 s]
/proc/loadavg: 2.03 2.01 1.93 3/178 19560
/proc/meminfo: memFree=27345600/32873648 swapFree=6852/6852
[pid=19560] ppid=19558 vsize=26616 CPUtime=0.09 cores=0,2,4,6
/proc/19560/stat : 19560 (pbclasp) R 19558 19560 26887 0 -1 4202496 823 0 0 0 9 0 0 0 20 0 1 0 335946048 27254784 754 33554432000 4194304 4198148 140736883740608 140736883738056 271787245328 0 0 4224 16384 0 0 0 17 2 0 0 0 0 0
/proc/19560/statm: 6654 754 362 1 0 449 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 26616

[startup+0.300238 s]
/proc/loadavg: 2.03 2.01 1.93 3/178 19560
/proc/meminfo: memFree=27345600/32873648 swapFree=6852/6852
[pid=19560] ppid=19558 vsize=27012 CPUtime=0.29 cores=0,2,4,6
/proc/19560/stat : 19560 (pbclasp) R 19558 19560 26887 0 -1 4202496 920 0 0 0 29 0 0 0 20 0 1 0 335946048 27660288 851 33554432000 4194304 4198148 140736883740608 140736883739384 271812583567 0 0 4224 16384 0 0 0 17 2 0 0 0 0 0
/proc/19560/statm: 6753 851 362 1 0 548 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 27012

[startup+0.70022 s]
/proc/loadavg: 2.03 2.01 1.93 3/178 19560
/proc/meminfo: memFree=27345600/32873648 swapFree=6852/6852
[pid=19560] ppid=19558 vsize=28344 CPUtime=0.57 cores=0,2,4,6
/proc/19560/stat : 19560 (pbclasp) S 19558 19560 26887 0 -1 4202496 1265 0 0 0 57 0 0 0 20 0 1 0 335946048 29024256 1180 33554432000 4194304 4198148 140736883740608 140736883739496 271790957808 0 0 4224 16384 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/19560/statm: 7086 1180 369 1 0 881 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 28344

[startup+1.50031 s]
/proc/loadavg: 2.03 2.01 1.93 3/181 19563
/proc/meminfo: memFree=27213764/32873648 swapFree=6852/6852
[pid=19560] ppid=19558 vsize=28344 CPUtime=0.57 cores=0,2,4,6
/proc/19560/stat : 19560 (pbclasp) S 19558 19560 26887 0 -1 4202496 1265 0 0 0 57 0 0 0 20 0 1 0 335946048 29024256 1180 33554432000 4194304 4198148 140736883740608 140736883739496 271790957808 0 0 4224 16384 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/19560/statm: 7086 1180 369 1 0 881 0
[pid=19562] ppid=19560 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19562/stat : 19562 (sh) S 19560 19560 26887 0 -1 4202496 348 0 0 0 0 0 0 0 20 0 1 0 335946106 9367552 266 33554432000 4194304 5064252 140736990682432 140736990681312 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/19562/statm: 2287 266 226 213 0 72 0
[pid=19563] ppid=19562 vsize=25724 CPUtime=0.91 cores=0,2,4,6
/proc/19563/stat : 19563 (pb2clasp1) R 19562 19560 26887 0 -1 4202496 620 0 0 0 91 0 0 0 20 0 1 0 335946106 26341376 530 33554432000 4194304 4198148 140736512300960 140736512299944 271812939962 0 0 4224 0 0 0 0 17 2 0 0 0 0 0
/proc/19563/statm: 6431 530 378 1 0 226 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 63216

[startup+3.10025 s]
/proc/loadavg: 2.03 2.01 1.93 3/181 19563
/proc/meminfo: memFree=27217232/32873648 swapFree=6852/6852
[pid=19560] ppid=19558 vsize=28344 CPUtime=0.57 cores=0,2,4,6
/proc/19560/stat : 19560 (pbclasp) S 19558 19560 26887 0 -1 4202496 1265 0 0 0 57 0 0 0 20 0 1 0 335946048 29024256 1180 33554432000 4194304 4198148 140736883740608 140736883739496 271790957808 0 0 4224 16384 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/19560/statm: 7086 1180 369 1 0 881 0
[pid=19562] ppid=19560 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19562/stat : 19562 (sh) S 19560 19560 26887 0 -1 4202496 348 0 0 0 0 0 0 0 20 0 1 0 335946106 9367552 266 33554432000 4194304 5064252 140736990682432 140736990681312 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/19562/statm: 2287 266 226 213 0 72 0
[pid=19563] ppid=19562 vsize=25724 CPUtime=2.5 cores=0,2,4,6
/proc/19563/stat : 19563 (pb2clasp1) R 19562 19560 26887 0 -1 4202496 620 0 0 0 250 0 0 0 20 0 1 0 335946106 26341376 530 33554432000 4194304 4198148 140736512300960 140736512291496 271812581713 0 0 4224 0 0 0 0 17 0 0 0 0 0 0
/proc/19563/statm: 6431 530 378 1 0 226 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 63216

[startup+6.30025 s]
/proc/loadavg: 2.03 2.01 1.93 3/181 19563
/proc/meminfo: memFree=27214004/32873648 swapFree=6852/6852
[pid=19560] ppid=19558 vsize=28344 CPUtime=0.57 cores=0,2,4,6
/proc/19560/stat : 19560 (pbclasp) S 19558 19560 26887 0 -1 4202496 1265 0 0 0 57 0 0 0 20 0 1 0 335946048 29024256 1180 33554432000 4194304 4198148 140736883740608 140736883739496 271790957808 0 0 4224 16384 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/19560/statm: 7086 1180 369 1 0 881 0
[pid=19562] ppid=19560 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19562/stat : 19562 (sh) S 19560 19560 26887 0 -1 4202496 348 0 0 0 0 0 0 0 20 0 1 0 335946106 9367552 266 33554432000 4194304 5064252 140736990682432 140736990681312 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/19562/statm: 2287 266 226 213 0 72 0
[pid=19563] ppid=19562 vsize=25724 CPUtime=5.7 cores=0,2,4,6
/proc/19563/stat : 19563 (pb2clasp1) R 19562 19560 26887 0 -1 4202496 620 0 0 0 569 1 0 0 20 0 1 0 335946106 26341376 530 33554432000 4194304 4198148 140736512300960 140736512291496 271812501573 0 0 4224 0 0 0 0 17 0 0 0 0 0 0
/proc/19563/statm: 6431 530 378 1 0 226 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 63216

[startup+12.7002 s]
/proc/loadavg: 2.02 2.01 1.93 3/181 19563
/proc/meminfo: memFree=27091668/32873648 swapFree=6852/6852
[pid=19560] ppid=19558 vsize=28344 CPUtime=0.57 cores=0,2,4,6
/proc/19560/stat : 19560 (pbclasp) S 19558 19560 26887 0 -1 4202496 1265 0 0 0 57 0 0 0 20 0 1 0 335946048 29024256 1180 33554432000 4194304 4198148 140736883740608 140736883739496 271790957808 0 0 4224 16384 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/19560/statm: 7086 1180 369 1 0 881 0
[pid=19562] ppid=19560 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19562/stat : 19562 (sh) S 19560 19560 26887 0 -1 4202496 348 0 0 0 0 0 0 0 20 0 1 0 335946106 9367552 266 33554432000 4194304 5064252 140736990682432 140736990681312 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/19562/statm: 2287 266 226 213 0 72 0
[pid=19563] ppid=19562 vsize=25724 CPUtime=12.1 cores=0,2,4,6
/proc/19563/stat : 19563 (pb2clasp1) R 19562 19560 26887 0 -1 4202496 620 0 0 0 1206 4 0 0 20 0 1 0 335946106 26341376 530 33554432000 4194304 4198148 140736512300960 140736512291496 271812750913 0 0 4224 0 0 0 0 17 0 0 0 0 0 0
/proc/19563/statm: 6431 530 378 1 0 226 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 63216

[startup+25.5004 s]
/proc/loadavg: 2.02 2.01 1.93 3/181 19570
/proc/meminfo: memFree=26614664/32873648 swapFree=6852/6852
[pid=19560] ppid=19558 vsize=29136 CPUtime=21.01 cores=0,2,4,6
/proc/19560/stat : 19560 (pbclasp) S 19558 19560 26887 0 -1 4202496 1763 2128 0 0 59 0 2032 10 20 0 1 0 335946048 29835264 1395 33554432000 4194304 4198148 140736883740608 140736883739536 271790960670 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/19560/statm: 7284 1395 387 1 0 1079 0
[pid=19568] ppid=19560 vsize=9148 CPUtime=0.01 cores=0,2,4,6
/proc/19568/stat : 19568 (sh) S 19560 19560 26887 0 -1 4202496 372 221 0 0 0 0 0 1 20 0 1 0 335948151 9367552 264 33554432000 4194304 5064252 140737383102080 140737383100336 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/19568/statm: 2287 264 223 213 0 72 0
[pid=19570] ppid=19568 vsize=250440 CPUtime=4.46 cores=0,2,4,6
/proc/19570/stat : 19570 (clasp-1.0) R 19568 19560 26887 0 -1 4202496 51158 0 0 0 436 10 0 0 20 0 1 0 335948151 256450560 61473 33554432000 134512640 134847168 4294877600 4294875988 8319352 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/19570/statm: 62610 61473 263 82 0 61851 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 288724

[startup+51.1004 s]
/proc/loadavg: 2.01 2.01 1.93 3/181 19570
/proc/meminfo: memFree=25905424/32873648 swapFree=6852/6852
[pid=19560] ppid=19558 vsize=29136 CPUtime=21.01 cores=0,2,4,6
/proc/19560/stat : 19560 (pbclasp) S 19558 19560 26887 0 -1 4202496 1763 2128 0 0 59 0 2032 10 20 0 1 0 335946048 29835264 1395 33554432000 4194304 4198148 140736883740608 140736883739536 271790960670 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/19560/statm: 7284 1395 387 1 0 1079 0
[pid=19568] ppid=19560 vsize=9148 CPUtime=0.01 cores=0,2,4,6
/proc/19568/stat : 19568 (sh) S 19560 19560 26887 0 -1 4202496 372 221 0 0 0 0 0 1 20 0 1 0 335948151 9367552 264 33554432000 4194304 5064252 140737383102080 140737383100336 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/19568/statm: 2287 264 223 213 0 72 0
[pid=19570] ppid=19568 vsize=590696 CPUtime=30.05 cores=0,2,4,6
/proc/19570/stat : 19570 (clasp-1.0) R 19568 19560 26887 0 -1 4202496 136662 0 0 0 2983 22 0 0 20 0 1 0 335948151 604872704 146335 33554432000 134512640 134847168 4294877600 4294876356 134737608 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/19570/statm: 147674 146335 266 82 0 146915 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 628980

[startup+102.307 s]
/proc/loadavg: 2.06 2.02 1.94 3/181 19570
/proc/meminfo: memFree=24728832/32873648 swapFree=6852/6852
[pid=19560] ppid=19558 vsize=29136 CPUtime=21.01 cores=0,2,4,6
/proc/19560/stat : 19560 (pbclasp) S 19558 19560 26887 0 -1 4202496 1763 2128 0 0 59 0 2032 10 20 0 1 0 335946048 29835264 1395 33554432000 4194304 4198148 140736883740608 140736883739536 271790960670 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/19560/statm: 7284 1395 387 1 0 1079 0
[pid=19568] ppid=19560 vsize=9148 CPUtime=0.01 cores=0,2,4,6
/proc/19568/stat : 19568 (sh) S 19560 19560 26887 0 -1 4202496 372 221 0 0 0 0 0 1 20 0 1 0 335948151 9367552 264 33554432000 4194304 5064252 140737383102080 140737383100336 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/19568/statm: 2287 264 223 213 0 72 0
[pid=19570] ppid=19568 vsize=1221908 CPUtime=81.24 cores=0,2,4,6
/proc/19570/stat : 19570 (clasp-1.0) R 19568 19560 26887 0 -1 4202496 294608 0 0 0 8076 48 0 0 20 0 1 0 335948151 1251233792 303409 33554432000 134512640 134847168 4294877600 4294875876 134792664 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/19570/statm: 305477 303409 266 82 0 304718 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 1260192

[startup+162.3 s]
/proc/loadavg: 2.02 2.01 1.94 3/181 19570
/proc/meminfo: memFree=23579452/32873648 swapFree=6852/6852
[pid=19560] ppid=19558 vsize=29136 CPUtime=21.01 cores=0,2,4,6
/proc/19560/stat : 19560 (pbclasp) S 19558 19560 26887 0 -1 4202496 1763 2128 0 0 59 0 2032 10 20 0 1 0 335946048 29835264 1395 33554432000 4194304 4198148 140736883740608 140736883739536 271790960670 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/19560/statm: 7284 1395 387 1 0 1079 0
[pid=19568] ppid=19560 vsize=9148 CPUtime=0.01 cores=0,2,4,6
/proc/19568/stat : 19568 (sh) S 19560 19560 26887 0 -1 4202496 372 221 0 0 0 0 0 1 20 0 1 0 335948151 9367552 264 33554432000 4194304 5064252 140737383102080 140737383100336 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/19568/statm: 2287 264 223 213 0 72 0
[pid=19570] ppid=19568 vsize=1842088 CPUtime=141.23 cores=0,2,4,6
/proc/19570/stat : 19570 (clasp-1.0) R 19568 19560 26887 0 -1 4202496 456374 0 0 0 14046 77 0 0 20 0 1 0 335948151 1886298112 457670 33554432000 134512640 134847168 4294877600 4294875908 134792558 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/19570/statm: 460522 457670 266 82 0 459763 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 1880372

[startup+222.3 s]
/proc/loadavg: 2.01 2.01 1.94 3/181 19573
/proc/meminfo: memFree=22579472/32873648 swapFree=6852/6852
[pid=19560] ppid=19558 vsize=29136 CPUtime=21.01 cores=0,2,4,6
/proc/19560/stat : 19560 (pbclasp) S 19558 19560 26887 0 -1 4202496 1763 2128 0 0 59 0 2032 10 20 0 1 0 335946048 29835264 1395 33554432000 4194304 4198148 140736883740608 140736883739536 271790960670 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/19560/statm: 7284 1395 387 1 0 1079 0
[pid=19568] ppid=19560 vsize=9148 CPUtime=0.01 cores=0,2,4,6
/proc/19568/stat : 19568 (sh) S 19560 19560 26887 0 -1 4202496 372 221 0 0 0 0 0 1 20 0 1 0 335948151 9367552 264 33554432000 4194304 5064252 140737383102080 140737383100336 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/19568/statm: 2287 264 223 213 0 72 0
[pid=19570] ppid=19568 vsize=2351120 CPUtime=201.22 cores=0,2,4,6
/proc/19570/stat : 19570 (clasp-1.0) R 19568 19560 26887 0 -1 4202496 583062 0 0 0 20023 99 0 0 20 0 1 0 335948151 2407546880 584358 33554432000 134512640 134847168 4294877600 4294875840 8324391 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/19570/statm: 587780 584358 266 82 0 587021 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 2389404

[startup+282.3 s]

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

/proc/19631/stat : 19631 (clasp-1.0) R 19629 19560 26887 0 -1 4202496 1050162 0 0 0 46802 197 0 0 20 0 1 0 336077253 4012503040 973282 33554432000 134512640 134847168 4290079712 4290078468 134737608 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/19631/statm: 979615 973282 268 82 0 978856 0
Current children cumulated CPU time (s) 1781.82
Current children cumulated vsize (KiB) 3956744



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.00 2.00 1.96 3/181 19748
/proc/meminfo: memFree=23343976/32873648 swapFree=6852/6852
[pid=19560] ppid=19558 vsize=29136 CPUtime=1311.81 cores=0,2,4,6
/proc/19560/stat : 19560 (pbclasp) S 19558 19560 26887 0 -1 4202496 2045 3033504 0 0 60 0 130481 640 20 0 1 0 335946048 29835264 1395 33554432000 4194304 4198148 140736883740608 140736883739536 271790960670 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/19560/statm: 7284 1395 387 1 0 1079 0
[pid=19629] ppid=19560 vsize=9148 CPUtime=0.02 cores=0,2,4,6
/proc/19629/stat : 19629 (sh) S 19560 19560 26887 0 -1 4202496 369 219 0 0 0 0 0 2 20 0 1 0 336077253 9367552 263 33554432000 4194304 5064252 140736366918512 140736366916768 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/19629/statm: 2287 263 223 213 0 72 0
[pid=19631] ppid=19629 vsize=4080252 CPUtime=488.19 cores=0,2,4,6
/proc/19631/stat : 19631 (clasp-1.0) R 19629 19560 26887 0 -1 4202496 1090461 0 0 0 48614 205 0 0 20 0 1 0 336077253 4178178048 1013581 33554432000 134512640 134847168 4290079712 4290078352 134782472 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/19631/statm: 1020063 1013581 268 82 0 1019304 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 4118536

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

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

[startup+1800.5 s]
/proc/loadavg: 2.00 2.00 1.96 3/181 19748
/proc/meminfo: memFree=23343976/32873648 swapFree=6852/6852
[pid=19560] ppid=19558 vsize=29136 CPUtime=1311.81 cores=0,2,4,6
/proc/19560/stat : 19560 (pbclasp) S 19558 19560 26887 0 -1 4202496 2045 3033504 0 0 60 0 130481 640 20 0 1 0 335946048 29835264 1395 33554432000 4194304 4198148 140736883740608 140736883739536 271790960670 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/19560/statm: 7284 1395 387 1 0 1079 0
[pid=19629] ppid=19560 vsize=9148 CPUtime=0.02 cores=0,2,4,6
/proc/19629/stat : 19629 (sh) S 19560 19560 26887 0 -1 4202496 369 219 0 0 0 0 0 2 20 0 1 0 336077253 9367552 263 33554432000 4194304 5064252 140736366918512 140736366916768 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/19629/statm: 2287 263 223 213 0 72 0
[pid=19631] ppid=19629 vsize=4080252 CPUtime=488.19 cores=0,2,4,6
/proc/19631/stat : 19631 (clasp-1.0) R 19629 19560 26887 0 -1 4202496 1090461 0 0 0 48614 205 0 0 20 0 1 0 336077253 4178178048 1013581 33554432000 134512640 134847168 4290079712 4290078352 134782472 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/19631/statm: 1020063 1013581 268 82 0 1019304 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 4118536

[startup+1800.62 s]
/proc/loadavg: 2.00 2.00 1.96 4/184 19767
/proc/meminfo: memFree=25690200/32873648 swapFree=6852/6852
[pid=19560] ppid=19558 vsize=29136 CPUtime=1311.87 cores=0,2,4,6
/proc/19560/stat : 19560 (pbclasp) S 19558 19560 26887 0 -1 4202496 2200 3036263 0 0 60 0 130481 646 20 0 1 0 335946048 29835264 1397 33554432000 4194304 4198148 140736883740608 140736883739536 271790960670 0 0 4230 16384 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/19560/statm: 7284 1397 387 1 0 1079 0
[pid=19765] ppid=19560 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19765/stat : 19765 (sh) S 19560 19560 26887 0 -1 4202496 369 0 0 0 0 0 0 0 20 0 1 0 336126104 9367552 263 33554432000 4194304 5064252 140737000324224 140737000322480 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19765/statm: 2287 263 223 213 0 72 0
[pid=19766] ppid=19765 vsize=4004 CPUtime=0 cores=0,2,4,6
/proc/19766/stat : 19766 (cat) S 19765 19560 26887 0 -1 4202496 211 0 0 0 0 0 0 0 20 0 1 0 336126104 4100096 123 33554432000 4194304 4236627 140733656983488 140733656982584 271787574752 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/19766/statm: 1001 123 97 11 0 67 0
[pid=19767] ppid=19765 vsize=6280 CPUtime=0.05 cores=0,2,4,6
/proc/19767/stat : 19767 (clasp-1.0) R 19765 19560 26887 0 -1 4202496 1122 0 0 0 5 0 0 0 20 0 1 0 336126104 6430720 1020 33554432000 134512640 134847168 4288140304 4288136324 134689891 0 0 4096 0 0 0 0 17 6 0 0 0 0 0
/proc/19767/statm: 1570 1020 249 82 0 811 0
Current children cumulated CPU time (s) 1311.92
Current children cumulated vsize (KiB) 48568
#
############


Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -19560

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

[startup+1801.4 s]
/proc/loadavg: 2.00 2.00 1.96 4/184 19767
/proc/meminfo: memFree=25690200/32873648 swapFree=6852/6852
[pid=19560] ppid=19558 vsize=29136 CPUtime=1311.87 cores=0,2,4,6
/proc/19560/stat : 19560 (pbclasp) S 19558 19560 26887 0 -1 4202496 2200 3036263 0 0 60 0 130481 646 20 0 1 0 335946048 29835264 1397 33554432000 4194304 4198148 140736883740608 140736883739536 271790960670 0 0 4230 16384 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/19560/statm: 7284 1397 387 1 0 1079 0
[pid=19765] ppid=19560 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19765/stat : 19765 (sh) S 19560 19560 26887 0 -1 4202496 369 0 0 0 0 0 0 0 20 0 1 0 336126104 9367552 263 33554432000 4194304 5064252 140737000324224 140737000322480 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19765/statm: 2287 263 223 213 0 72 0
[pid=19766] ppid=19765 vsize=4004 CPUtime=0 cores=0,2,4,6
/proc/19766/stat : 19766 (cat) S 19765 19560 26887 0 -1 4202496 211 0 0 0 0 0 0 0 20 0 1 0 336126104 4100096 123 33554432000 4194304 4236627 140733656983488 140733656982584 271787574752 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/19766/statm: 1001 123 97 11 0 67 0
[pid=19767] ppid=19765 vsize=46692 CPUtime=0.82 cores=0,2,4,6
/proc/19767/stat : 19767 (clasp-1.0) R 19765 19560 26887 0 -1 4202496 11012 0 0 0 81 1 0 0 20 0 1 0 336126104 47812608 10910 33554432000 134512640 134847168 4288140304 4288136368 3253932 0 0 4096 0 0 0 0 17 6 0 0 0 0 0
/proc/19767/statm: 11673 10910 249 82 0 10914 0
Current children cumulated CPU time (s) 1312.69
Current children cumulated vsize (KiB) 88980

[startup+1802.2 s]
/proc/loadavg: 2.00 2.00 1.96 3/183 19767
/proc/meminfo: memFree=27406060/32873648 swapFree=6852/6852
[pid=19560] ppid=19558 vsize=29136 CPUtime=1311.87 cores=0,2,4,6
/proc/19560/stat : 19560 (pbclasp) S 19558 19560 26887 0 -1 4202496 2200 3036263 0 0 60 0 130481 646 20 0 1 0 335946048 29835264 1397 33554432000 4194304 4198148 140736883740608 140736883739536 271790960670 0 0 4230 16384 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/19560/statm: 7284 1397 387 1 0 1079 0
[pid=19765] ppid=19560 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19765/stat : 19765 (sh) S 19560 19560 26887 0 -1 4202496 369 0 0 0 0 0 0 0 20 0 1 0 336126104 9367552 263 33554432000 4194304 5064252 140737000324224 140737000322480 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19765/statm: 2287 263 223 213 0 72 0
[pid=19766] ppid=19765 vsize=4004 CPUtime=0 cores=0,2,4,6
/proc/19766/stat : 19766 (cat) R 19765 19560 26887 0 -1 4202496 211 0 0 0 0 0 0 0 20 0 1 0 336126104 4100096 123 33554432000 4194304 4236627 140733656983488 140733656982584 271787574752 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/19766/statm: 1001 123 97 11 0 67 0
[pid=19767] ppid=19765 vsize=82112 CPUtime=1.62 cores=0,2,4,6
/proc/19767/stat : 19767 (clasp-1.0) R 19765 19560 26887 0 -1 4202496 19996 0 0 0 159 3 0 0 20 0 1 0 336126104 84082688 19894 33554432000 134512640 134847168 4288140304 4288136024 12932144 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/19767/statm: 20528 19895 249 82 0 19769 0
Current children cumulated CPU time (s) 1313.49
Current children cumulated vsize (KiB) 124400

[startup+1802.4 s]
/proc/loadavg: 2.00 2.00 1.96 3/183 19767
/proc/meminfo: memFree=27406060/32873648 swapFree=6852/6852
[pid=19560] ppid=19558 vsize=29136 CPUtime=1311.87 cores=0,2,4,6
/proc/19560/stat : 19560 (pbclasp) S 19558 19560 26887 0 -1 4202496 2200 3036263 0 0 60 0 130481 646 20 0 1 0 335946048 29835264 1397 33554432000 4194304 4198148 140736883740608 140736883739536 271790960670 0 0 4230 16384 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/19560/statm: 7284 1397 387 1 0 1079 0
[pid=19765] ppid=19560 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19765/stat : 19765 (sh) S 19560 19560 26887 0 -1 4202496 369 0 0 0 0 0 0 0 20 0 1 0 336126104 9367552 263 33554432000 4194304 5064252 140737000324224 140737000322480 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19765/statm: 2287 263 223 213 0 72 0
[pid=19766] ppid=19765 vsize=4004 CPUtime=0.01 cores=0,2,4,6
/proc/19766/stat : 19766 (cat) R 19765 19560 26887 0 -1 4202496 211 0 0 0 0 1 0 0 20 0 1 0 336126104 4100096 123 33554432000 4194304 4236627 140733656983488 140733656982584 271787574752 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/19766/statm: 1001 123 97 11 0 67 0
[pid=19767] ppid=19765 vsize=91300 CPUtime=1.82 cores=0,2,4,6
/proc/19767/stat : 19767 (clasp-1.0) R 19765 19560 26887 0 -1 4202496 22070 0 0 0 179 3 0 0 20 0 1 0 336126104 93491200 21968 33554432000 134512640 134847168 4288140304 4288136080 8324391 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/19767/statm: 22825 21968 249 82 0 22066 0
Current children cumulated CPU time (s) 1313.7
Current children cumulated vsize (KiB) 133588

[startup+1802.5 s]
/proc/loadavg: 2.00 2.00 1.96 3/183 19767
/proc/meminfo: memFree=27406060/32873648 swapFree=6852/6852
[pid=19560] ppid=19558 vsize=29136 CPUtime=1311.87 cores=0,2,4,6
/proc/19560/stat : 19560 (pbclasp) S 19558 19560 26887 0 -1 4202496 2200 3036263 0 0 60 0 130481 646 20 0 1 0 335946048 29835264 1397 33554432000 4194304 4198148 140736883740608 140736883739536 271790960670 0 0 4230 16384 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/19560/statm: 7284 1397 387 1 0 1079 0
[pid=19765] ppid=19560 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19765/stat : 19765 (sh) S 19560 19560 26887 0 -1 4202496 369 0 0 0 0 0 0 0 20 0 1 0 336126104 9367552 263 33554432000 4194304 5064252 140737000324224 140737000322480 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19765/statm: 2287 263 223 213 0 72 0
[pid=19766] ppid=19765 vsize=4004 CPUtime=0.01 cores=0,2,4,6
/proc/19766/stat : 19766 (cat) S 19765 19560 26887 0 -1 4202496 211 0 0 0 0 1 0 0 20 0 1 0 336126104 4100096 123 33554432000 4194304 4236627 140733656983488 140733656982584 271787574752 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/19766/statm: 1001 123 97 11 0 67 0
[pid=19767] ppid=19765 vsize=96164 CPUtime=1.92 cores=0,2,4,6
/proc/19767/stat : 19767 (clasp-1.0) R 19765 19560 26887 0 -1 4202496 23120 0 0 0 189 3 0 0 20 0 1 0 336126104 98471936 23018 33554432000 134512640 134847168 4288140304 4288136224 134654418 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/19767/statm: 24041 23018 249 82 0 23282 0
Current children cumulated CPU time (s) 1313.8
Current children cumulated vsize (KiB) 138452

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 19560 and gives
#  childrusage.ru_utime.tv_sec=1305
#  childrusage.ru_utime.tv_usec=428544
#  childrusage.ru_stime.tv_sec=6
#  childrusage.ru_stime.tv_usec=487013
# CPU time returned by wait4() is 1311.92
# while last known CPU time is 1313.8
#
# 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): 488.1
#  lost CPU user time (s): 486.09
#  lost CPU system time (s): 2.01

Real time (s): 1802.52
CPU time (s): 1801.9
CPU user time (s): 1793.39
CPU system time (s): 8.51
CPU usage (%): 99.9654
Max. virtual memory (cumulated for all children) (KiB): 4224260

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1305.43
system time used= 6.48701
maximum resident set size= 4157828
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3039854
page faults= 0
swaps= 0
block input operations= 0
block output operations= 204888
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 20368
involuntary context switches= 1521

runsolver used 7.06492 second user time and 17.2314 second system time

The end

Launcher Data

Begin job on node115 at 2012-06-03 06:36:33
IDJOB=3731613
IDBENCH=1970
IDSOLVER=2317
FILE ID=node115/3731613-1338698192
RUNJOBID= node115-1338678629-26906
PBS_JOBID= 14636698
Free space on /tmp= 70764 MiB

SOLVER NAME= PB07: PB-clasp 2007-04-10
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB06/liu/wnq/normalized-wnq_n100_mw99_6.opb.PB06.opb
COMMAND LINE= pbclasp BENCHNAMENOPATH TMPDIR/temp
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3731613-1338698192/watcher-3731613-1338698192 -o /tmp/evaluation-result-3731613-1338698192/solver-3731613-1338698192 -C 1800 -W 1900 -M 15500  pbclasp instance-3731613-1338698192.opb HOME/temp

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

MD5SUM BENCH= 5f836d1b8d150c1925229546ed283812
RANDOM SEED=967860427

node115.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.462
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	: 5332.92
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.462
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.462
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.92
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.462
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.462
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.92
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.462
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.462
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.462
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:       32873648 kB
MemFree:        27351184 kB
Buffers:          952808 kB
Cached:          3525796 kB
SwapCached:         1016 kB
Active:          2433948 kB
Inactive:        2178568 kB
Active(anon):     123512 kB
Inactive(anon):     9868 kB
Active(file):    2310436 kB
Inactive(file):  2168700 kB
Unevictable:        6852 kB
Mlocked:            6852 kB
SwapTotal:      67108856 kB
SwapFree:       67106440 kB
Dirty:             34256 kB
Writeback:             0 kB
AnonPages:        134764 kB
Mapped:            13564 kB
Shmem:                96 kB
Slab:             772024 kB
SReclaimable:     215320 kB
SUnreclaim:       556704 kB
KernelStack:        1488 kB
PageTables:         4060 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     247236 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

CONVERSION COMMAND LINE= PBconversionToLinear HOME/instance-3731613-1338698192.opb

Free space on /tmp at the end= 70780 MiB
End job on node115 at 2012-06-03 07:06:35