Trace number 3726629

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
pwbo 2.02UNSAT 788.644 788.793

General information on the benchmark

Name/DEC-SMALLINT-LIN/oliveras/j120/
normalized-j12048_4-unsat.opb
MD5SUMe20086c85095d65afe65e19d07ad3aeb
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark33.9148
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables28798
Total number of constraints99736
Number of constraints which are clauses99264
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints472
Minimum length of a constraint1
Maximum length of a constraint69
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 28
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 397
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c ==============================[ Solver Version ]===============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  pwbo:                     2.02 beta - May, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing opb file format. File HOME/instance-3726629-1338657438.opb.
0.00/0.00	c Instance file HOME/instance-3726629-1338657438.opb
0.00/0.00	c File size is 2994149 bytes.
0.19/0.22	c Highest Coefficient sum: 397
0.19/0.22	c ============================[ Problem Statistics ]=============================
0.19/0.22	c |                                                                             |
0.19/0.22	c |  Parsing time:          0.22         s                                      |
0.19/0.22	c |  Number Variables:      28798                                               |
0.19/0.22	c |  Number Clauses:        99264                                               |
0.19/0.22	c |  Number Cardinality:    0                                                   |
0.19/0.22	c |  Number PB Constraints: 472                                                 |
0.19/0.22	c |                                                                             |
0.19/0.25	c |  Problem Type:          Decision                                            |
0.19/0.25	c |  Objective Function:    None                                                |
0.19/0.25	c |                                                                             |
0.19/0.25	c ===============================================================================
788.44/788.79	c ===============================================================================
788.44/788.79	c Wall Clock Time: 788.79 s
788.44/788.79	s UNSATISFIABLE

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-3726629-1338657438/watcher-3726629-1338657438 -o /tmp/evaluation-result-3726629-1338657438/solver-3726629-1338657438 -C 1800 -W 1900 -M 15500 pwbo2.02 -file-format=opb -verbosity=0 -thread=1 HOME/instance-3726629-1338657438.opb 

running on 4 cores: 1,3,5,7

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.02 2.01 2.00 3/177 16963
/proc/meminfo: memFree=27840156/32873648 swapFree=6864/6864
[pid=16963] ppid=16961 vsize=6600 CPUtime=0 cores=1,3,5,7
/proc/16963/stat : 16963 (pwbo2.02) R 16961 16963 13572 0 -1 4202496 448 0 0 0 0 0 0 0 20 0 1 0 331869746 6758400 401 33554432000 4194304 5964478 140735557730160 140734678262744 4395266 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/16963/statm: 1650 401 168 433 0 483 0

[startup+0.0775969 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 16963
/proc/meminfo: memFree=27840156/32873648 swapFree=6864/6864
[pid=16963] ppid=16961 vsize=13540 CPUtime=0.07 cores=1,3,5,7
/proc/16963/stat : 16963 (pwbo2.02) R 16961 16963 13572 0 -1 4202496 2256 0 0 0 7 0 0 0 20 0 1 0 331869746 13864960 2176 33554432000 4194304 5964478 140735557730160 140734678262744 4344643 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/16963/statm: 3385 2176 409 433 0 2218 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 13540

[startup+0.100268 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 16963
/proc/meminfo: memFree=27840156/32873648 swapFree=6864/6864
[pid=16963] ppid=16961 vsize=14200 CPUtime=0.09 cores=1,3,5,7
/proc/16963/stat : 16963 (pwbo2.02) R 16961 16963 13572 0 -1 4202496 2545 0 0 0 9 0 0 0 20 0 1 0 331869746 14540800 2465 33554432000 4194304 5964478 140735557730160 140734678262744 5136490 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/16963/statm: 3550 2466 493 433 0 2383 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14200

[startup+0.30018 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 16963
/proc/meminfo: memFree=27840156/32873648 swapFree=6864/6864
[pid=16963] ppid=16961 vsize=100308 CPUtime=0.28 cores=1,3,5,7
/proc/16963/stat : 16963 (pwbo2.02) S 16961 16963 13572 0 -1 4202496 9995 0 0 0 28 0 0 0 20 0 2 0 331869746 102715392 8158 33554432000 4194304 5964478 140735557730160 140735557729680 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16963/statm: 25077 8158 185 433 0 24641 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 100308

[startup+0.700109 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 16963
/proc/meminfo: memFree=27840156/32873648 swapFree=6864/6864
[pid=16963] ppid=16961 vsize=100308 CPUtime=0.68 cores=1,3,5,7
/proc/16963/stat : 16963 (pwbo2.02) S 16961 16963 13572 0 -1 4202496 9997 0 0 0 68 0 0 0 20 0 2 0 331869746 102715392 8160 33554432000 4194304 5964478 140735557730160 140735557729680 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16963/statm: 25077 8160 187 433 0 24641 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 100308

[startup+1.50021 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 16965
/proc/meminfo: memFree=27808620/32873648 swapFree=6864/6864
[pid=16963] ppid=16961 vsize=100308 CPUtime=1.48 cores=1,3,5,7
/proc/16963/stat : 16963 (pwbo2.02) S 16961 16963 13572 0 -1 4202496 10266 0 0 0 148 0 0 0 20 0 2 0 331869746 102715392 8429 33554432000 4194304 5964478 140735557730160 140735557729680 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16963/statm: 25077 8429 187 433 0 24641 0
[pid=16963/tid=16965] ppid=16961 vsize=100308 CPUtime=1.26 cores=1,3,5,7
/proc/16963/task/16965/stat : 16965 (pwbo2.02) R 16961 16963 13572 0 -1 4202560 4795 0 0 0 126 0 0 0 20 0 2 0 331869768 102715392 8429 33554432000 4194304 5964478 140735557730160 140507578619944 4399920 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 100308

[startup+3.10021 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 16965
/proc/meminfo: memFree=27806380/32873648 swapFree=6864/6864
[pid=16963] ppid=16961 vsize=100308 CPUtime=3.09 cores=1,3,5,7
/proc/16963/stat : 16963 (pwbo2.02) S 16961 16963 13572 0 -1 4202496 10918 0 0 0 308 1 0 0 20 0 2 0 331869746 102715392 9081 33554432000 4194304 5964478 140735557730160 140735557729680 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16963/statm: 25077 9081 187 433 0 24641 0
[pid=16963/tid=16965] ppid=16961 vsize=100308 CPUtime=2.86 cores=1,3,5,7
/proc/16963/task/16965/stat : 16965 (pwbo2.02) R 16961 16963 13572 0 -1 4202560 5447 0 0 0 286 0 0 0 20 0 2 0 331869768 102715392 9081 33554432000 4194304 5964478 140735557730160 140507578619896 4390964 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 100308

[startup+6.30023 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 16965
/proc/meminfo: memFree=27801196/32873648 swapFree=6864/6864
[pid=16963] ppid=16961 vsize=100308 CPUtime=6.28 cores=1,3,5,7
/proc/16963/stat : 16963 (pwbo2.02) S 16961 16963 13572 0 -1 4202496 11966 0 0 0 627 1 0 0 20 0 2 0 331869746 102715392 10129 33554432000 4194304 5964478 140735557730160 140735557729680 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16963/statm: 25077 10129 187 433 0 24641 0
[pid=16963/tid=16965] ppid=16961 vsize=100308 CPUtime=6.07 cores=1,3,5,7
/proc/16963/task/16965/stat : 16965 (pwbo2.02) R 16961 16963 13572 0 -1 4202560 6495 0 0 0 605 2 0 0 20 0 2 0 331869768 102715392 10129 33554432000 4194304 5964478 140735557730160 140507578619944 4400579 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 100308

[startup+12.7003 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 16965
/proc/meminfo: memFree=27793444/32873648 swapFree=6864/6864
[pid=16963] ppid=16961 vsize=100308 CPUtime=12.68 cores=1,3,5,7
/proc/16963/stat : 16963 (pwbo2.02) S 16961 16963 13572 0 -1 4202496 13640 0 0 0 1266 2 0 0 20 0 2 0 331869746 102715392 11803 33554432000 4194304 5964478 140735557730160 140735557729680 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16963/statm: 25077 11803 187 433 0 24641 0
[pid=16963/tid=16965] ppid=16961 vsize=100308 CPUtime=12.46 cores=1,3,5,7
/proc/16963/task/16965/stat : 16965 (pwbo2.02) R 16961 16963 13572 0 -1 4202560 8169 0 0 0 1243 3 0 0 20 0 2 0 331869768 102715392 11803 33554432000 4194304 5964478 140735557730160 140507578619528 4400519 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 100308

[startup+25.5002 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 16965
/proc/meminfo: memFree=27786400/32873648 swapFree=6864/6864
[pid=16963] ppid=16961 vsize=100308 CPUtime=25.48 cores=1,3,5,7
/proc/16963/stat : 16963 (pwbo2.02) S 16961 16963 13572 0 -1 4202496 15307 0 0 0 2545 3 0 0 20 0 2 0 331869746 102715392 13470 33554432000 4194304 5964478 140735557730160 140735557729680 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16963/statm: 25077 13470 187 433 0 24641 0
[pid=16963/tid=16965] ppid=16961 vsize=100308 CPUtime=25.26 cores=1,3,5,7
/proc/16963/task/16965/stat : 16965 (pwbo2.02) R 16961 16963 13572 0 -1 4202560 9836 0 0 0 2522 4 0 0 20 0 2 0 331869768 102715392 13470 33554432000 4194304 5964478 140735557730160 140507578619704 4387996 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 100308

[startup+51.1003 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 16965
/proc/meminfo: memFree=27772388/32873648 swapFree=6864/6864
[pid=16963] ppid=16961 vsize=100308 CPUtime=51.07 cores=1,3,5,7
/proc/16963/stat : 16963 (pwbo2.02) S 16961 16963 13572 0 -1 4202496 18924 0 0 0 5101 6 0 0 20 0 2 0 331869746 102715392 17087 33554432000 4194304 5964478 140735557730160 140735557729680 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16963/statm: 25077 17087 187 433 0 24641 0
[pid=16963/tid=16965] ppid=16961 vsize=100308 CPUtime=50.85 cores=1,3,5,7
/proc/16963/task/16965/stat : 16965 (pwbo2.02) R 16961 16963 13572 0 -1 4202560 13453 0 0 0 5079 6 0 0 20 0 2 0 331869768 102715392 17087 33554432000 4194304 5964478 140735557730160 140507578619704 4399920 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 100308

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 16966
/proc/meminfo: memFree=27756764/32873648 swapFree=6864/6864
[pid=16963] ppid=16961 vsize=100308 CPUtime=102.27 cores=1,3,5,7
/proc/16963/stat : 16963 (pwbo2.02) S 16961 16963 13572 0 -1 4202496 22598 0 0 0 10216 11 0 0 20 0 2 0 331869746 102715392 20761 33554432000 4194304 5964478 140735557730160 140735557729680 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16963/statm: 25077 20761 187 433 0 24641 0
[pid=16963/tid=16965] ppid=16961 vsize=100308 CPUtime=102.05 cores=1,3,5,7
/proc/16963/task/16965/stat : 16965 (pwbo2.02) R 16961 16963 13572 0 -1 4202560 17127 0 0 0 10193 12 0 0 20 0 2 0 331869768 102715392 20761 33554432000 4194304 5964478 140735557730160 140507578619704 4400740 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 100308

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17005
/proc/meminfo: memFree=28497612/32873648 swapFree=6864/6864
[pid=16963] ppid=16961 vsize=167468 CPUtime=162.23 cores=1,3,5,7
/proc/16963/stat : 16963 (pwbo2.02) S 16961 16963 13572 0 -1 4202496 27997 0 0 0 16206 17 0 0 20 0 2 0 331869746 171487232 26625 33554432000 4194304 5964478 140735557730160 140735557729680 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16963/statm: 41867 26625 187 433 0 41431 0
[pid=16963/tid=16965] ppid=16961 vsize=167468 CPUtime=162.03 cores=1,3,5,7
/proc/16963/task/16965/stat : 16965 (pwbo2.02) R 16961 16963 13572 0 -1 4202560 22526 0 0 0 16183 20 0 0 20 0 2 0 331869768 171487232 26625 33554432000 4194304 5964478 140735557730160 140507578619704 4399969 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 167468

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 17008
/proc/meminfo: memFree=28449604/32873648 swapFree=6864/6864
[pid=16963] ppid=16961 vsize=167468 CPUtime=222.2 cores=1,3,5,7
/proc/16963/stat : 16963 (pwbo2.02) S 16961 16963 13572 0 -1 4202496 32005 0 0 0 22198 22 0 0 20 0 2 0 331869746 171487232 30852 33554432000 4194304 5964478 140735557730160 140735557729680 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16963/statm: 41867 30852 187 433 0 41431 0
[pid=16963/tid=16965] ppid=16961 vsize=167468 CPUtime=222.01 cores=1,3,5,7
/proc/16963/task/16965/stat : 16965 (pwbo2.02) R 16961 16963 13572 0 -1 4202560 26534 0 0 0 22175 26 0 0 20 0 2 0 331869768 171487232 30852 33554432000 4194304 5964478 140735557730160 140507578619896 4392863 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 167468

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17008
/proc/meminfo: memFree=28393384/32873648 swapFree=6864/6864
[pid=16963] ppid=16961 vsize=168276 CPUtime=282.18 cores=1,3,5,7
/proc/16963/stat : 16963 (pwbo2.02) S 16961 16963 13572 0 -1 4202496 36870 0 0 0 28189 29 0 0 20 0 2 0 331869746 172314624 35717 33554432000 4194304 5964478 140735557730160 140735557729680 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16963/statm: 42069 35717 187 433 0 41633 0
[pid=16963/tid=16965] ppid=16961 vsize=168276 CPUtime=282 cores=1,3,5,7
/proc/16963/task/16965/stat : 16965 (pwbo2.02) R 16961 16963 13572 0 -1 4202560 31399 0 0 0 28167 33 0 0 20 0 2 0 331869768 172314624 35717 33554432000 4194304 5964478 140735557730160 140507578619704 4392918 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 168276

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17008
/proc/meminfo: memFree=28358000/32873648 swapFree=6864/6864
[pid=16963] ppid=16961 vsize=168276 CPUtime=342.15 cores=1,3,5,7
/proc/16963/stat : 16963 (pwbo2.02) S 16961 16963 13572 0 -1 4202496 37168 0 0 0 34186 29 0 0 20 0 2 0 331869746 172314624 36099 33554432000 4194304 5964478 140735557730160 140735557729680 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16963/statm: 42069 36099 187 433 0 41633 0
[pid=16963/tid=16965] ppid=16961 vsize=168276 CPUtime=341.98 cores=1,3,5,7
/proc/16963/task/16965/stat : 16965 (pwbo2.02) R 16961 16963 13572 0 -1 4202560 31697 0 0 0 34163 35 0 0 20 0 2 0 331869768 172314624 36099 33554432000 4194304 5964478 140735557730160 140507578619704 4399920 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 342.15
Current children cumulated vsize (KiB) 168276

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17009
/proc/meminfo: memFree=28327000/32873648 swapFree=6864/6864
[pid=16963] ppid=16961 vsize=233812 CPUtime=402.13 cores=1,3,5,7
/proc/16963/stat : 16963 (pwbo2.02) S 16961 16963 13572 0 -1 4202496 41790 0 0 0 40176 37 0 0 20 0 2 0 331869746 239423488 40721 33554432000 4194304 5964478 140735557730160 140735557729680 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16963/statm: 58453 40721 187 433 0 58017 0
[pid=16963/tid=16965] ppid=16961 vsize=233812 CPUtime=401.98 cores=1,3,5,7
/proc/16963/task/16965/stat : 16965 (pwbo2.02) R 16961 16963 13572 0 -1 4202560 36319 0 0 0 40154 44 0 0 20 0 2 0 331869768 239423488 40721 33554432000 4194304 5964478 140735557730160 140507578619896 4399920 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 402.13
Current children cumulated vsize (KiB) 233812

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17009
/proc/meminfo: memFree=28275288/32873648 swapFree=6864/6864
[pid=16963] ppid=16961 vsize=233812 CPUtime=462.12 cores=1,3,5,7
/proc/16963/stat : 16963 (pwbo2.02) S 16961 16963 13572 0 -1 4202496 45469 0 0 0 46171 41 0 0 20 0 2 0 331869746 239423488 44400 33554432000 4194304 5964478 140735557730160 140735557729680 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16963/statm: 58453 44400 187 433 0 58017 0
[pid=16963/tid=16965] ppid=16961 vsize=233812 CPUtime=461.98 cores=1,3,5,7
/proc/16963/task/16965/stat : 16965 (pwbo2.02) R 16961 16963 13572 0 -1 4202560 39998 0 0 0 46149 49 0 0 20 0 2 0 331869768 239423488 44400 33554432000 4194304 5964478 140735557730160 140507578619944 4399920 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 462.12
Current children cumulated vsize (KiB) 233812

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17009
/proc/meminfo: memFree=28254552/32873648 swapFree=6864/6864
[pid=16963] ppid=16961 vsize=233812 CPUtime=522.09 cores=1,3,5,7
/proc/16963/stat : 16963 (pwbo2.02) S 16961 16963 13572 0 -1 4202496 48189 0 0 0 52165 44 0 0 20 0 2 0 331869746 239423488 47235 33554432000 4194304 5964478 140735557730160 140735557729680 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16963/statm: 58453 47235 187 433 0 58017 0
[pid=16963/tid=16965] ppid=16961 vsize=233812 CPUtime=521.96 cores=1,3,5,7
/proc/16963/task/16965/stat : 16965 (pwbo2.02) R 16961 16963 13572 0 -1 4202560 42718 0 0 0 52144 52 0 0 20 0 2 0 331869768 239423488 47235 33554432000 4194304 5964478 140735557730160 140507578619944 4400097 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 522.09
Current children cumulated vsize (KiB) 233812

[startup+582.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/180 17010
/proc/meminfo: memFree=28235912/32873648 swapFree=6864/6864
[pid=16963] ppid=16961 vsize=235028 CPUtime=582.08 cores=1,3,5,7
/proc/16963/stat : 16963 (pwbo2.02) S 16961 16963 13572 0 -1 4202496 49247 0 0 0 58162 46 0 0 20 0 2 0 331869746 240668672 48298 33554432000 4194304 5964478 140735557730160 140735557729680 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16963/statm: 58757 48298 187 433 0 58321 0
[pid=16963/tid=16965] ppid=16961 vsize=235028 CPUtime=581.95 cores=1,3,5,7
/proc/16963/task/16965/stat : 16965 (pwbo2.02) R 16961 16963 13572 0 -1 4202560 43776 0 0 0 58141 54 0 0 20 0 2 0 331869768 240668672 48298 33554432000 4194304 5964478 140735557730160 140507578619704 4400018 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 582.08
Current children cumulated vsize (KiB) 235028

[startup+642.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 17010
/proc/meminfo: memFree=28208696/32873648 swapFree=6864/6864
[pid=16963] ppid=16961 vsize=235028 CPUtime=642.07 cores=1,3,5,7
/proc/16963/stat : 16963 (pwbo2.02) S 16961 16963 13572 0 -1 4202496 49376 0 0 0 64161 46 0 0 20 0 2 0 331869746 240668672 48427 33554432000 4194304 5964478 140735557730160 140735557729680 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16963/statm: 58757 48427 187 433 0 58321 0
[pid=16963/tid=16965] ppid=16961 vsize=235028 CPUtime=641.95 cores=1,3,5,7
/proc/16963/task/16965/stat : 16965 (pwbo2.02) R 16961 16963 13572 0 -1 4202560 43905 0 0 0 64140 55 0 0 20 0 2 0 331869768 240668672 48427 33554432000 4194304 5964478 140735557730160 140507578619704 4400024 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 642.07
Current children cumulated vsize (KiB) 235028

[startup+702.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 17011
/proc/meminfo: memFree=28182084/32873648 swapFree=6864/6864
[pid=16963] ppid=16961 vsize=235028 CPUtime=702.06 cores=1,3,5,7
/proc/16963/stat : 16963 (pwbo2.02) S 16961 16963 13572 0 -1 4202496 50495 0 0 0 70159 47 0 0 20 0 2 0 331869746 240668672 49546 33554432000 4194304 5964478 140735557730160 140735557729680 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16963/statm: 58757 49546 187 433 0 58321 0
[pid=16963/tid=16965] ppid=16961 vsize=235028 CPUtime=701.94 cores=1,3,5,7
/proc/16963/task/16965/stat : 16965 (pwbo2.02) R 16961 16963 13572 0 -1 4202560 45024 0 0 0 70136 58 0 0 20 0 2 0 331869768 240668672 49546 33554432000 4194304 5964478 140735557730160 140507578619944 4399920 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 702.06
Current children cumulated vsize (KiB) 235028

[startup+762.306 s]
/proc/loadavg: 2.06 2.01 2.00 3/179 17011
/proc/meminfo: memFree=28151952/32873648 swapFree=6864/6864
[pid=16963] ppid=16961 vsize=235028 CPUtime=762.06 cores=1,3,5,7
/proc/16963/stat : 16963 (pwbo2.02) S 16961 16963 13572 0 -1 4202496 53066 0 0 0 76155 51 0 0 20 0 2 0 331869746 240668672 52117 33554432000 4194304 5964478 140735557730160 140735557729680 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16963/statm: 58757 52117 187 433 0 58321 0
[pid=16963/tid=16965] ppid=16961 vsize=235028 CPUtime=761.94 cores=1,3,5,7
/proc/16963/task/16965/stat : 16965 (pwbo2.02) R 16961 16963 13572 0 -1 4202560 47595 0 0 0 76132 62 0 0 20 0 2 0 331869768 240668672 52117 33554432000 4194304 5964478 140735557730160 140507578619896 4399920 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 762.06
Current children cumulated vsize (KiB) 235028

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

[startup+767.9 s]
/proc/loadavg: 2.05 2.01 2.00 3/180 17014
/proc/meminfo: memFree=28148972/32873648 swapFree=6864/6864
[pid=16963] ppid=16961 vsize=235028 CPUtime=767.65 cores=1,3,5,7
/proc/16963/stat : 16963 (pwbo2.02) S 16961 16963 13572 0 -1 4202496 53284 0 0 0 76714 51 0 0 20 0 2 0 331869746 240668672 52335 33554432000 4194304 5964478 140735557730160 140735557729680 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16963/statm: 58757 52335 187 433 0 58321 0
[pid=16963/tid=16965] ppid=16961 vsize=235028 CPUtime=767.53 cores=1,3,5,7
/proc/16963/task/16965/stat : 16965 (pwbo2.02) R 16961 16963 13572 0 -1 4202560 47813 0 0 0 76690 63 0 0 20 0 2 0 331869768 240668672 52335 33554432000 4194304 5964478 140735557730160 140507578619704 4399920 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 767.65
Current children cumulated vsize (KiB) 235028

[startup+780.7 s]
/proc/loadavg: 2.04 2.01 2.00 3/180 17014
/proc/meminfo: memFree=28143392/32873648 swapFree=6864/6864
[pid=16963] ppid=16961 vsize=235028 CPUtime=780.44 cores=1,3,5,7
/proc/16963/stat : 16963 (pwbo2.02) S 16961 16963 13572 0 -1 4202496 53738 0 0 0 77993 51 0 0 20 0 2 0 331869746 240668672 52805 33554432000 4194304 5964478 140735557730160 140735557729680 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16963/statm: 58757 52805 187 433 0 58321 0
[pid=16963/tid=16965] ppid=16961 vsize=235028 CPUtime=780.33 cores=1,3,5,7
/proc/16963/task/16965/stat : 16965 (pwbo2.02) R 16961 16963 13572 0 -1 4202560 48267 0 0 0 77970 63 0 0 20 0 2 0 331869768 240668672 52805 33554432000 4194304 5964478 140735557730160 140507578619912 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 780.44
Current children cumulated vsize (KiB) 235028

[startup+783.9 s]
/proc/loadavg: 2.04 2.01 2.00 3/180 17014
/proc/meminfo: memFree=28142152/32873648 swapFree=6864/6864
[pid=16963] ppid=16961 vsize=235028 CPUtime=783.64 cores=1,3,5,7
/proc/16963/stat : 16963 (pwbo2.02) S 16961 16963 13572 0 -1 4202496 53868 0 0 0 78312 52 0 0 20 0 2 0 331869746 240668672 52935 33554432000 4194304 5964478 140735557730160 140735557729680 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16963/statm: 58757 52935 187 433 0 58321 0
[pid=16963/tid=16965] ppid=16961 vsize=235028 CPUtime=783.53 cores=1,3,5,7
/proc/16963/task/16965/stat : 16965 (pwbo2.02) R 16961 16963 13572 0 -1 4202560 48397 0 0 0 78290 63 0 0 20 0 2 0 331869768 240668672 52935 33554432000 4194304 5964478 140735557730160 140507578619944 4399920 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 783.64
Current children cumulated vsize (KiB) 235028

[startup+787.1 s]
/proc/loadavg: 2.04 2.01 2.00 3/180 17014
/proc/meminfo: memFree=28140292/32873648 swapFree=6864/6864
[pid=16963] ppid=16961 vsize=235028 CPUtime=786.84 cores=1,3,5,7
/proc/16963/stat : 16963 (pwbo2.02) S 16961 16963 13572 0 -1 4202496 54011 0 0 0 78632 52 0 0 20 0 2 0 331869746 240668672 53078 33554432000 4194304 5964478 140735557730160 140735557729680 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16963/statm: 58757 53078 187 433 0 58321 0
[pid=16963/tid=16965] ppid=16961 vsize=235028 CPUtime=786.73 cores=1,3,5,7
/proc/16963/task/16965/stat : 16965 (pwbo2.02) R 16961 16963 13572 0 -1 4202560 48540 0 0 0 78610 63 0 0 20 0 2 0 331869768 240668672 53078 33554432000 4194304 5964478 140735557730160 140507578619704 4399920 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 786.84
Current children cumulated vsize (KiB) 235028

[startup+787.9 s]
/proc/loadavg: 2.04 2.01 2.00 3/180 17014
/proc/meminfo: memFree=28138976/32873648 swapFree=6864/6864
[pid=16963] ppid=16961 vsize=235028 CPUtime=787.63 cores=1,3,5,7
/proc/16963/stat : 16963 (pwbo2.02) S 16961 16963 13572 0 -1 4202496 54044 0 0 0 78711 52 0 0 20 0 2 0 331869746 240668672 53228 33554432000 4194304 5964478 140735557730160 140735557729680 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16963/statm: 58757 53228 187 433 0 58321 0
[pid=16963/tid=16965] ppid=16961 vsize=235028 CPUtime=787.52 cores=1,3,5,7
/proc/16963/task/16965/stat : 16965 (pwbo2.02) R 16961 16963 13572 0 -1 4202560 48573 0 0 0 78689 63 0 0 20 0 2 0 331869768 240668672 53228 33554432000 4194304 5964478 140735557730160 140507578619944 4399920 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 787.63
Current children cumulated vsize (KiB) 235028

[startup+788.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/180 17014
/proc/meminfo: memFree=28138976/32873648 swapFree=6864/6864
[pid=16963] ppid=16961 vsize=235028 CPUtime=788.03 cores=1,3,5,7
/proc/16963/stat : 16963 (pwbo2.02) S 16961 16963 13572 0 -1 4202496 54056 0 0 0 78751 52 0 0 20 0 2 0 331869746 240668672 53240 33554432000 4194304 5964478 140735557730160 140735557729680 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16963/statm: 58757 53240 187 433 0 58321 0
[pid=16963/tid=16965] ppid=16961 vsize=235028 CPUtime=787.92 cores=1,3,5,7
/proc/16963/task/16965/stat : 16965 (pwbo2.02) R 16961 16963 13572 0 -1 4202560 48585 0 0 0 78729 63 0 0 20 0 2 0 331869768 240668672 53240 33554432000 4194304 5964478 140735557730160 140507578619896 4399920 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 788.03
Current children cumulated vsize (KiB) 235028

[startup+788.706 s]
/proc/loadavg: 2.04 2.01 2.00 3/180 17014
/proc/meminfo: memFree=28138852/32873648 swapFree=6864/6864
[pid=16963] ppid=16961 vsize=235028 CPUtime=788.44 cores=1,3,5,7
/proc/16963/stat : 16963 (pwbo2.02) S 16961 16963 13572 0 -1 4202496 54068 0 0 0 78792 52 0 0 20 0 2 0 331869746 240668672 53252 33554432000 4194304 5964478 140735557730160 140735557729680 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16963/statm: 58757 53252 187 433 0 58321 0
[pid=16963/tid=16965] ppid=16961 vsize=235028 CPUtime=788.33 cores=1,3,5,7
/proc/16963/task/16965/stat : 16965 (pwbo2.02) R 16961 16963 13572 0 -1 4202560 48597 0 0 0 78770 63 0 0 20 0 2 0 331869768 240668672 53252 33554432000 4194304 5964478 140735557730160 140507578619896 4399920 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 788.44
Current children cumulated vsize (KiB) 235028

Child status: 255
Real time (s): 788.793
CPU time (s): 788.644
CPU user time (s): 787.988
CPU system time (s): 0.6559
CPU usage (%): 99.9811
Max. virtual memory (cumulated for all children) (KiB): 235028

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 787.988
system time used= 0.6559
maximum resident set size= 213064
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 54082
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 92
involuntary context switches= 1652

runsolver used 1.66575 second user time and 4.6123 second system time

The end

Launcher Data

Begin job on node120 at 2012-06-02 19:17:18
IDJOB=3726629
IDBENCH=73869
IDSOLVER=2310
FILE ID=node120/3726629-1338657438
RUNJOBID= node120-1338651811-14892
PBS_JOBID= 14636460
Free space on /tmp= 70780 MiB

SOLVER NAME= pwbo 2.02
BENCH NAME= PB10/normalized-PB10/DEC-SMALLINT-LIN/oliveras/j120/normalized-j12048_4-unsat.opb
COMMAND LINE= pwbo2.02 -file-format=opb -verbosity=0 -thread=1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3726629-1338657438/watcher-3726629-1338657438 -o /tmp/evaluation-result-3726629-1338657438/solver-3726629-1338657438 -C 1800 -W 1900 -M 15500  pwbo2.02 -file-format=opb -verbosity=0 -thread=1 HOME/instance-3726629-1338657438.opb

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

MD5SUM BENCH= e20086c85095d65afe65e19d07ad3aeb
RANDOM SEED=790056784

node120.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.456
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.91
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.456
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.456
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.456
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.88
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.456
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.456
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.83
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.456
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.456
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:        27840900 kB
Buffers:          540796 kB
Cached:          2717600 kB
SwapCached:         1572 kB
Active:          2461432 kB
Inactive:        1641060 kB
Active(anon):     836212 kB
Inactive(anon):     9228 kB
Active(file):    1625220 kB
Inactive(file):  1631832 kB
Unevictable:        6864 kB
Mlocked:            6864 kB
SwapTotal:      67108856 kB
SwapFree:       67103516 kB
Dirty:              8180 kB
Writeback:             0 kB
AnonPages:        854180 kB
Mapped:            11456 kB
Shmem:                32 kB
Slab:             790592 kB
SReclaimable:     234968 kB
SUnreclaim:       555624 kB
KernelStack:        1488 kB
PageTables:         5348 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     146188 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    815104 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70772 MiB
End job on node120 at 2012-06-02 19:30:26