Trace number 3726692

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.02? 1799.54 1800.01

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/
ShortestPathNG/normalized-NG_K132.opb
MD5SUM88bbbc51beb841161685a00fb4d24f63
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables15708
Total number of constraints15974
Number of constraints which are clauses15842
Number of constraints which are cardinality constraints (but not clauses)132
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint132
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 133
Number of bits of the biggest sum of numbers8
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-3726692-1338667496.opb.
0.00/0.00	c Instance file HOME/instance-3726692-1338667496.opb
0.00/0.00	c File size is 1066367 bytes.
0.06/0.08	c Highest Coefficient sum: 133
0.06/0.08	c ============================[ Problem Statistics ]=============================
0.06/0.08	c |                                                                             |
0.06/0.08	c |  Parsing time:          0.08         s                                      |
0.06/0.08	c |  Number Variables:      15708                                               |
0.06/0.08	c |  Number Clauses:        15842                                               |
0.06/0.08	c |  Number Cardinality:    132                                                 |
0.06/0.08	c |  Number PB Constraints: 0                                                   |
0.06/0.08	c |                                                                             |
0.06/0.09	c |  Problem Type:          Decision                                            |
0.06/0.09	c |  Objective Function:    None                                                |
0.06/0.09	c |                                                                             |
0.06/0.09	c ===============================================================================
1799.54/1800.01	c ===============================================================================
1799.54/1800.01	c Wall Clock Time: 1800.01 s
1799.54/1800.01	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3726692-1338667496/watcher-3726692-1338667496 -o /tmp/evaluation-result-3726692-1338667496/solver-3726692-1338667496 -C 1800 -W 1900 -M 15500 pwbo2.02 -file-format=opb -verbosity=0 -thread=1 HOME/instance-3726692-1338667496.opb 

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.07 2.02 2.00 2/176 13702
/proc/meminfo: memFree=29109916/32873844 swapFree=7120/7120
[pid=13702] ppid=13700 vsize=5480 CPUtime=0 cores=0,2,4,6
/proc/13702/stat : 13702 (pwbo2.02) R 13700 13702 13658 0 -1 4202496 607 0 0 0 0 0 0 0 20 0 1 0 332874484 5611520 559 33554432000 4194304 5964478 140734731393744 140735811804552 4395529 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/13702/statm: 1370 561 166 433 0 673 0

[startup+0.071374 s]
/proc/loadavg: 2.07 2.02 2.00 2/176 13702
/proc/meminfo: memFree=29109916/32873844 swapFree=7120/7120
[pid=13702] ppid=13700 vsize=10364 CPUtime=0.06 cores=0,2,4,6
/proc/13702/stat : 13702 (pwbo2.02) R 13700 13702 13658 0 -1 4202496 1973 0 0 0 6 0 0 0 20 0 1 0 332874484 10612736 1925 33554432000 4194304 5964478 140734731393744 140735811804552 5136490 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/13702/statm: 2591 1925 384 433 0 1894 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 10364

[startup+0.10019 s]
/proc/loadavg: 2.07 2.02 2.00 2/176 13702
/proc/meminfo: memFree=29109916/32873844 swapFree=7120/7120
[pid=13702] ppid=13700 vsize=92716 CPUtime=0.09 cores=0,2,4,6
/proc/13702/stat : 13702 (pwbo2.02) S 13700 13702 13658 0 -1 4202496 4285 0 0 0 9 0 0 0 20 0 2 0 332874484 94941184 3974 33554432000 4194304 5964478 140734731393744 140734731393264 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13702/statm: 23179 3974 177 433 0 22743 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 92716

[startup+0.300148 s]
/proc/loadavg: 2.07 2.02 2.00 2/176 13702
/proc/meminfo: memFree=29109916/32873844 swapFree=7120/7120
[pid=13702] ppid=13700 vsize=90976 CPUtime=0.29 cores=0,2,4,6
/proc/13702/stat : 13702 (pwbo2.02) S 13700 13702 13658 0 -1 4202496 5043 0 0 0 28 1 0 0 20 0 2 0 332874484 93159424 4361 33554432000 4194304 5964478 140734731393744 140734731393264 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13702/statm: 22744 4361 186 433 0 22308 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 90976

[startup+0.700079 s]
/proc/loadavg: 2.07 2.02 2.00 2/176 13702
/proc/meminfo: memFree=29109916/32873844 swapFree=7120/7120
[pid=13702] ppid=13700 vsize=90976 CPUtime=0.69 cores=0,2,4,6
/proc/13702/stat : 13702 (pwbo2.02) S 13700 13702 13658 0 -1 4202496 5333 0 0 0 68 1 0 0 20 0 2 0 332874484 93159424 4651 33554432000 4194304 5964478 140734731393744 140734731393264 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13702/statm: 22744 4651 186 433 0 22308 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 90976

[startup+1.50021 s]
/proc/loadavg: 2.07 2.02 2.00 3/179 13705
/proc/meminfo: memFree=29080820/32873844 swapFree=7120/7120
[pid=13702] ppid=13700 vsize=90976 CPUtime=1.49 cores=0,2,4,6
/proc/13702/stat : 13702 (pwbo2.02) S 13700 13702 13658 0 -1 4202496 5833 0 0 0 148 1 0 0 20 0 2 0 332874484 93159424 5151 33554432000 4194304 5964478 140734731393744 140734731393264 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13702/statm: 22744 5151 186 433 0 22308 0
[pid=13702/tid=13705] ppid=13700 vsize=90976 CPUtime=1.4 cores=0,2,4,6
/proc/13702/task/13705/stat : 13705 (pwbo2.02) R 13700 13702 13658 0 -1 4202560 3230 0 0 0 140 0 0 0 20 0 2 0 332874492 93159424 5151 33554432000 4194304 5964478 140734731393744 140499783297016 4390868 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 90976

[startup+3.10022 s]
/proc/loadavg: 2.07 2.02 2.00 3/179 13705
/proc/meminfo: memFree=29073712/32873844 swapFree=7120/7120
[pid=13702] ppid=13700 vsize=90976 CPUtime=3.09 cores=0,2,4,6
/proc/13702/stat : 13702 (pwbo2.02) S 13700 13702 13658 0 -1 4202496 6796 0 0 0 308 1 0 0 20 0 2 0 332874484 93159424 6114 33554432000 4194304 5964478 140734731393744 140734731393264 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13702/statm: 22744 6114 186 433 0 22308 0
[pid=13702/tid=13705] ppid=13700 vsize=90976 CPUtime=2.99 cores=0,2,4,6
/proc/13702/task/13705/stat : 13705 (pwbo2.02) R 13700 13702 13658 0 -1 4202560 4193 0 0 0 299 0 0 0 20 0 2 0 332874492 93159424 6114 33554432000 4194304 5964478 140734731393744 140499783297064 4381996 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 90976

[startup+6.30022 s]
/proc/loadavg: 2.07 2.02 2.00 3/179 13705
/proc/meminfo: memFree=29060816/32873844 swapFree=7120/7120
[pid=13702] ppid=13700 vsize=90976 CPUtime=6.28 cores=0,2,4,6
/proc/13702/stat : 13702 (pwbo2.02) S 13700 13702 13658 0 -1 4202496 7890 0 0 0 627 1 0 0 20 0 2 0 332874484 93159424 7208 33554432000 4194304 5964478 140734731393744 140734731393264 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13702/statm: 22744 7208 186 433 0 22308 0
[pid=13702/tid=13705] ppid=13700 vsize=90976 CPUtime=6.18 cores=0,2,4,6
/proc/13702/task/13705/stat : 13705 (pwbo2.02) R 13700 13702 13658 0 -1 4202560 5288 0 0 0 617 1 0 0 20 0 2 0 332874492 93159424 7209 33554432000 4194304 5964478 140734731393744 140499783297016 5136420 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 90976

[startup+12.7002 s]
/proc/loadavg: 2.06 2.01 2.00 3/179 13705
/proc/meminfo: memFree=29044380/32873844 swapFree=7120/7120
[pid=13702] ppid=13700 vsize=90976 CPUtime=12.68 cores=0,2,4,6
/proc/13702/stat : 13702 (pwbo2.02) S 13700 13702 13658 0 -1 4202496 9269 0 0 0 1266 2 0 0 20 0 2 0 332874484 93159424 8587 33554432000 4194304 5964478 140734731393744 140734731393264 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13702/statm: 22744 8587 186 433 0 22308 0
[pid=13702/tid=13705] ppid=13700 vsize=90976 CPUtime=12.57 cores=0,2,4,6
/proc/13702/task/13705/stat : 13705 (pwbo2.02) R 13700 13702 13658 0 -1 4202560 6666 0 0 0 1255 2 0 0 20 0 2 0 332874492 93159424 8587 33554432000 4194304 5964478 140734731393744 140499783296952 4389369 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 90976

[startup+25.5003 s]
/proc/loadavg: 2.13 2.03 2.01 3/179 13705
/proc/meminfo: memFree=29013276/32873844 swapFree=7120/7120
[pid=13702] ppid=13700 vsize=90976 CPUtime=25.48 cores=0,2,4,6
/proc/13702/stat : 13702 (pwbo2.02) S 13700 13702 13658 0 -1 4202496 15247 0 0 0 2544 4 0 0 20 0 2 0 332874484 93159424 14565 33554432000 4194304 5964478 140734731393744 140734731393264 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13702/statm: 22744 14565 186 433 0 22308 0
[pid=13702/tid=13705] ppid=13700 vsize=90976 CPUtime=25.33 cores=0,2,4,6
/proc/13702/task/13705/stat : 13705 (pwbo2.02) R 13700 13702 13658 0 -1 4202560 12644 0 0 0 2529 4 0 0 20 0 2 0 332874492 93159424 14565 33554432000 4194304 5964478 140734731393744 140499783297016 4389164 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 90976

[startup+51.1003 s]
/proc/loadavg: 2.08 2.03 2.01 3/179 13705
/proc/meminfo: memFree=28976612/32873844 swapFree=7120/7120
[pid=13702] ppid=13700 vsize=156512 CPUtime=51.07 cores=0,2,4,6
/proc/13702/stat : 13702 (pwbo2.02) S 13700 13702 13658 0 -1 4202496 20669 0 0 0 5100 7 0 0 20 0 2 0 332874484 160268288 20050 33554432000 4194304 5964478 140734731393744 140734731393264 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13702/statm: 39128 20050 186 433 0 38692 0
[pid=13702/tid=13705] ppid=13700 vsize=156512 CPUtime=50.85 cores=0,2,4,6
/proc/13702/task/13705/stat : 13705 (pwbo2.02) R 13700 13702 13658 0 -1 4202560 18066 0 0 0 5079 6 0 0 20 0 2 0 332874492 160268288 20050 33554432000 4194304 5964478 140734731393744 140499783297016 18446744073699066235 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 156512

[startup+102.306 s]
/proc/loadavg: 2.03 2.02 2.00 3/179 13705
/proc/meminfo: memFree=28910164/32873844 swapFree=7120/7120
[pid=13702] ppid=13700 vsize=157236 CPUtime=102.25 cores=0,2,4,6
/proc/13702/stat : 13702 (pwbo2.02) S 13700 13702 13658 0 -1 4202496 33051 0 0 0 10215 10 0 0 20 0 2 0 332874484 161009664 32410 33554432000 4194304 5964478 140734731393744 140734731393264 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13702/statm: 39309 32410 186 433 0 38873 0
[pid=13702/tid=13705] ppid=13700 vsize=157236 CPUtime=101.9 cores=0,2,4,6
/proc/13702/task/13705/stat : 13705 (pwbo2.02) R 13700 13702 13658 0 -1 4202560 30448 0 0 0 10180 10 0 0 20 0 2 0 332874492 161009664 32410 33554432000 4194304 5964478 140734731393744 140499783297016 4220672 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 157236

[startup+162.3 s]
/proc/loadavg: 2.06 2.03 2.00 3/179 13706
/proc/meminfo: memFree=28900808/32873844 swapFree=7120/7120
[pid=13702] ppid=13700 vsize=157236 CPUtime=162.21 cores=0,2,4,6
/proc/13702/stat : 13702 (pwbo2.02) S 13700 13702 13658 0 -1 4202496 34973 0 0 0 16211 10 0 0 20 0 2 0 332874484 161009664 34323 33554432000 4194304 5964478 140734731393744 140734731393264 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13702/statm: 39309 34323 186 433 0 38873 0
[pid=13702/tid=13705] ppid=13700 vsize=157236 CPUtime=161.72 cores=0,2,4,6
/proc/13702/task/13705/stat : 13705 (pwbo2.02) R 13700 13702 13658 0 -1 4202560 32370 0 0 0 16160 12 0 0 20 0 2 0 332874492 161009664 34323 33554432000 4194304 5964478 140734731393744 140499783297016 4400115 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 157236

[startup+222.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/179 13706
/proc/meminfo: memFree=28842924/32873844 swapFree=7120/7120
[pid=13702] ppid=13700 vsize=222772 CPUtime=222.18 cores=0,2,4,6
/proc/13702/stat : 13702 (pwbo2.02) S 13700 13702 13658 0 -1 4202496 44777 0 0 0 22204 14 0 0 20 0 2 0 332874484 228118528 44121 33554432000 4194304 5964478 140734731393744 140734731393264 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13702/statm: 55693 44121 186 433 0 55257 0
[pid=13702/tid=13705] ppid=13700 vsize=222772 CPUtime=221.55 cores=0,2,4,6
/proc/13702/task/13705/stat : 13705 (pwbo2.02) R 13700 13702 13658 0 -1 4202560 42174 0 0 0 22138 17 0 0 20 0 2 0 332874492 228118528 44121 33554432000 4194304 5964478 140734731393744 140499783297016 18446744073699066235 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 222772

[startup+282.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/179 13706
/proc/meminfo: memFree=28809176/32873844 swapFree=7120/7120
[pid=13702] ppid=13700 vsize=288668 CPUtime=282.18 cores=0,2,4,6
/proc/13702/stat : 13702 (pwbo2.02) S 13700 13702 13658 0 -1 4202496 52792 0 0 0 28200 18 0 0 20 0 2 0 332874484 295596032 52136 33554432000 4194304 5964478 140734731393744 140734731393264 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13702/statm: 72167 52136 186 433 0 71731 0
[pid=13702/tid=13705] ppid=13700 vsize=288668 CPUtime=281.39 cores=0,2,4,6
/proc/13702/task/13705/stat : 13705 (pwbo2.02) R 13700 13702 13658 0 -1 4202560 50189 0 0 0 28118 21 0 0 20 0 2 0 332874492 295596032 52136 33554432000 4194304 5964478 140734731393744 140499783297016 4220672 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 288668

[startup+342.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/180 13709
/proc/meminfo: memFree=28760192/32873844 swapFree=7120/7120
[pid=13702] ppid=13700 vsize=288668 CPUtime=342.14 cores=0,2,4,6
/proc/13702/stat : 13702 (pwbo2.02) S 13700 13702 13658 0 -1 4202496 63158 0 0 0 34190 24 0 0 20 0 2 0 332874484 295596032 62507 33554432000 4194304 5964478 140734731393744 140734731393264 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13702/statm: 72167 62507 186 433 0 71731 0
[pid=13702/tid=13705] ppid=13700 vsize=288668 CPUtime=341.21 cores=0,2,4,6
/proc/13702/task/13705/stat : 13705 (pwbo2.02) R 13700 13702 13658 0 -1 4202560 60555 0 0 0 34092 29 0 0 20 0 2 0 332874492 295596032 62507 33554432000 4194304 5964478 140734731393744 140499783297016 4382271 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 342.14
Current children cumulated vsize (KiB) 288668

[startup+402.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 13709
/proc/meminfo: memFree=28728864/32873844 swapFree=7120/7120
[pid=13702] ppid=13700 vsize=354204 CPUtime=402.13 cores=0,2,4,6
/proc/13702/stat : 13702 (pwbo2.02) S 13700 13702 13658 0 -1 4202496 70090 0 0 0 40184 29 0 0 20 0 2 0 332874484 362704896 69441 33554432000 4194304 5964478 140734731393744 140734731393264 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13702/statm: 88551 69441 186 433 0 88115 0
[pid=13702/tid=13705] ppid=13700 vsize=354204 CPUtime=401.04 cores=0,2,4,6
/proc/13702/task/13705/stat : 13705 (pwbo2.02) R 13700 13702 13658 0 -1 4202560 67487 0 0 0 40070 34 0 0 20 0 2 0 332874492 362704896 69441 33554432000 4194304 5964478 140734731393744 140499783297016 4400087 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 402.13
Current children cumulated vsize (KiB) 354204

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13710
/proc/meminfo: memFree=28681668/32873844 swapFree=7120/7120
[pid=13702] ppid=13700 vsize=354204 CPUtime=462.12 cores=0,2,4,6

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


[startup+1422.31 s]
/proc/loadavg: 1.00 1.03 1.34 2/172 13740
/proc/meminfo: memFree=28730736/32873844 swapFree=7120/7120
[pid=13702] ppid=13700 vsize=420280 CPUtime=1421.93 cores=0,2,4,6
/proc/13702/stat : 13702 (pwbo2.02) S 13700 13702 13658 0 -1 4202496 96470 0 0 0 142150 43 0 0 20 0 2 0 332874484 430366720 96493 33554432000 4194304 5964478 140734731393744 140734731393264 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13702/statm: 105070 96493 186 433 0 104634 0
[pid=13702/tid=13705] ppid=13700 vsize=420280 CPUtime=1418.35 cores=0,2,4,6
/proc/13702/task/13705/stat : 13705 (pwbo2.02) R 13700 13702 13658 0 -1 4202560 93867 0 0 0 141772 63 0 0 20 0 2 0 332874492 430366720 96493 33554432000 4194304 5964478 140734731393744 140499783297016 4400087 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1421.93
Current children cumulated vsize (KiB) 420280

[startup+1482.3 s]
/proc/loadavg: 1.00 1.02 1.32 2/172 13740
/proc/meminfo: memFree=28730736/32873844 swapFree=7120/7120
[pid=13702] ppid=13700 vsize=420280 CPUtime=1481.92 cores=0,2,4,6
/proc/13702/stat : 13702 (pwbo2.02) S 13700 13702 13658 0 -1 4202496 96507 0 0 0 148149 43 0 0 20 0 2 0 332874484 430366720 96530 33554432000 4194304 5964478 140734731393744 140734731393264 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13702/statm: 105070 96530 186 433 0 104634 0
[pid=13702/tid=13705] ppid=13700 vsize=420280 CPUtime=1478.18 cores=0,2,4,6
/proc/13702/task/13705/stat : 13705 (pwbo2.02) R 13700 13702 13658 0 -1 4202560 93904 0 0 0 147754 64 0 0 20 0 2 0 332874492 430366720 96530 33554432000 4194304 5964478 140734731393744 140499783296824 4382271 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1481.92
Current children cumulated vsize (KiB) 420280

[startup+1542.3 s]
/proc/loadavg: 1.00 1.02 1.30 2/173 13743
/proc/meminfo: memFree=28708904/32873844 swapFree=7120/7120
[pid=13702] ppid=13700 vsize=485816 CPUtime=1541.91 cores=0,2,4,6
/proc/13702/stat : 13702 (pwbo2.02) S 13700 13702 13658 0 -1 4202496 101988 0 0 0 154145 46 0 0 20 0 2 0 332874484 497475584 102011 33554432000 4194304 5964478 140734731393744 140734731393264 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13702/statm: 121454 102011 186 433 0 121018 0
[pid=13702/tid=13705] ppid=13700 vsize=485816 CPUtime=1538.03 cores=0,2,4,6
/proc/13702/task/13705/stat : 13705 (pwbo2.02) R 13700 13702 13658 0 -1 4202560 99385 0 0 0 153735 68 0 0 20 0 2 0 332874492 497475584 102011 33554432000 4194304 5964478 140734731393744 140499783297016 4400078 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1541.91
Current children cumulated vsize (KiB) 485816

[startup+1602.3 s]
/proc/loadavg: 1.00 1.01 1.27 2/172 13743
/proc/meminfo: memFree=28694588/32873844 swapFree=7120/7120
[pid=13702] ppid=13700 vsize=485816 CPUtime=1601.9 cores=0,2,4,6
/proc/13702/stat : 13702 (pwbo2.02) S 13700 13702 13658 0 -1 4202496 105678 0 0 0 160142 48 0 0 20 0 2 0 332874484 497475584 105701 33554432000 4194304 5964478 140734731393744 140734731393264 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13702/statm: 121454 105701 186 433 0 121018 0
[pid=13702/tid=13705] ppid=13700 vsize=485816 CPUtime=1597.87 cores=0,2,4,6
/proc/13702/task/13705/stat : 13705 (pwbo2.02) R 13700 13702 13658 0 -1 4202560 103075 0 0 0 159716 71 0 0 20 0 2 0 332874492 497475584 105701 33554432000 4194304 5964478 140734731393744 140499783296824 5179680 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1601.9
Current children cumulated vsize (KiB) 485816

[startup+1662.3 s]
/proc/loadavg: 1.00 1.01 1.26 2/173 13745
/proc/meminfo: memFree=28684244/32873844 swapFree=7120/7120
[pid=13702] ppid=13700 vsize=485816 CPUtime=1661.87 cores=0,2,4,6
/proc/13702/stat : 13702 (pwbo2.02) S 13700 13702 13658 0 -1 4202496 107700 0 0 0 166138 49 0 0 20 0 2 0 332874484 497475584 108123 33554432000 4194304 5964478 140734731393744 140734731393264 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13702/statm: 121454 108123 186 433 0 121018 0
[pid=13702/tid=13705] ppid=13700 vsize=485816 CPUtime=1657.7 cores=0,2,4,6
/proc/13702/task/13705/stat : 13705 (pwbo2.02) R 13700 13702 13658 0 -1 4202560 105097 0 0 0 165696 74 0 0 20 0 2 0 332874492 497475584 108123 33554432000 4194304 5964478 140734731393744 140499783296824 4220672 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1661.87
Current children cumulated vsize (KiB) 485816

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.24 2/172 13745
/proc/meminfo: memFree=28684624/32873844 swapFree=7120/7120
[pid=13702] ppid=13700 vsize=485816 CPUtime=1721.86 cores=0,2,4,6
/proc/13702/stat : 13702 (pwbo2.02) S 13700 13702 13658 0 -1 4202496 107700 0 0 0 172137 49 0 0 20 0 2 0 332874484 497475584 108123 33554432000 4194304 5964478 140734731393744 140734731393264 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13702/statm: 121454 108123 186 433 0 121018 0
[pid=13702/tid=13705] ppid=13700 vsize=485816 CPUtime=1717.54 cores=0,2,4,6
/proc/13702/task/13705/stat : 13705 (pwbo2.02) R 13700 13702 13658 0 -1 4202560 105097 0 0 0 171679 75 0 0 20 0 2 0 332874492 497475584 108123 33554432000 4194304 5964478 140734731393744 140499783296824 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1721.86
Current children cumulated vsize (KiB) 485816

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.22 2/172 13745
/proc/meminfo: memFree=28684376/32873844 swapFree=7120/7120
[pid=13702] ppid=13700 vsize=485816 CPUtime=1781.85 cores=0,2,4,6
/proc/13702/stat : 13702 (pwbo2.02) S 13700 13702 13658 0 -1 4202496 107700 0 0 0 178136 49 0 0 20 0 2 0 332874484 497475584 108123 33554432000 4194304 5964478 140734731393744 140734731393264 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13702/statm: 121454 108123 186 433 0 121018 0
[pid=13702/tid=13705] ppid=13700 vsize=485816 CPUtime=1777.38 cores=0,2,4,6
/proc/13702/task/13705/stat : 13705 (pwbo2.02) R 13700 13702 13658 0 -1 4202560 105097 0 0 0 177662 76 0 0 20 0 2 0 332874492 497475584 108123 33554432000 4194304 5964478 140734731393744 140499783296824 18446744073699066235 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1781.85
Current children cumulated vsize (KiB) 485816

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

[startup+1791.91 s]
/proc/loadavg: 1.00 1.00 1.22 2/172 13745
/proc/meminfo: memFree=28684500/32873844 swapFree=7120/7120
[pid=13702] ppid=13700 vsize=485816 CPUtime=1791.45 cores=0,2,4,6
/proc/13702/stat : 13702 (pwbo2.02) S 13700 13702 13658 0 -1 4202496 107700 0 0 0 179096 49 0 0 20 0 2 0 332874484 497475584 108123 33554432000 4194304 5964478 140734731393744 140734731393264 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13702/statm: 121454 108123 186 433 0 121018 0
[pid=13702/tid=13705] ppid=13700 vsize=485816 CPUtime=1786.96 cores=0,2,4,6
/proc/13702/task/13705/stat : 13705 (pwbo2.02) R 13700 13702 13658 0 -1 4202560 105097 0 0 0 178620 76 0 0 20 0 2 0 332874492 497475584 108123 33554432000 4194304 5964478 140734731393744 140499783296824 4400087 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1791.45
Current children cumulated vsize (KiB) 485816

[startup+1795.1 s]
/proc/loadavg: 1.00 1.00 1.22 2/172 13745
/proc/meminfo: memFree=28684500/32873844 swapFree=7120/7120
[pid=13702] ppid=13700 vsize=485816 CPUtime=1794.65 cores=0,2,4,6
/proc/13702/stat : 13702 (pwbo2.02) S 13700 13702 13658 0 -1 4202496 107700 0 0 0 179416 49 0 0 20 0 2 0 332874484 497475584 108123 33554432000 4194304 5964478 140734731393744 140734731393264 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13702/statm: 121454 108123 186 433 0 121018 0
[pid=13702/tid=13705] ppid=13700 vsize=485816 CPUtime=1790.16 cores=0,2,4,6
/proc/13702/task/13705/stat : 13705 (pwbo2.02) R 13700 13702 13658 0 -1 4202560 105097 0 0 0 178940 76 0 0 20 0 2 0 332874492 497475584 108123 33554432000 4194304 5964478 140734731393744 140499783296824 4400087 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1794.65
Current children cumulated vsize (KiB) 485816

[startup+1798.3 s]
/proc/loadavg: 1.00 1.00 1.22 2/172 13745
/proc/meminfo: memFree=28684500/32873844 swapFree=7120/7120
[pid=13702] ppid=13700 vsize=485816 CPUtime=1797.84 cores=0,2,4,6
/proc/13702/stat : 13702 (pwbo2.02) S 13700 13702 13658 0 -1 4202496 107700 0 0 0 179735 49 0 0 20 0 2 0 332874484 497475584 108123 33554432000 4194304 5964478 140734731393744 140734731393264 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13702/statm: 121454 108123 186 433 0 121018 0
[pid=13702/tid=13705] ppid=13700 vsize=485816 CPUtime=1793.34 cores=0,2,4,6
/proc/13702/task/13705/stat : 13705 (pwbo2.02) R 13700 13702 13658 0 -1 4202560 105097 0 0 0 179258 76 0 0 20 0 2 0 332874492 497475584 108123 33554432000 4194304 5964478 140734731393744 140499783296824 4220672 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1797.84
Current children cumulated vsize (KiB) 485816

[startup+1799.1 s]
/proc/loadavg: 1.00 1.00 1.22 2/172 13745
/proc/meminfo: memFree=28684500/32873844 swapFree=7120/7120
[pid=13702] ppid=13700 vsize=485816 CPUtime=1798.64 cores=0,2,4,6
/proc/13702/stat : 13702 (pwbo2.02) S 13700 13702 13658 0 -1 4202496 107700 0 0 0 179815 49 0 0 20 0 2 0 332874484 497475584 108123 33554432000 4194304 5964478 140734731393744 140734731393264 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13702/statm: 121454 108123 186 433 0 121018 0
[pid=13702/tid=13705] ppid=13700 vsize=485816 CPUtime=1794.14 cores=0,2,4,6
/proc/13702/task/13705/stat : 13705 (pwbo2.02) R 13700 13702 13658 0 -1 4202560 105097 0 0 0 179338 76 0 0 20 0 2 0 332874492 497475584 108123 33554432000 4194304 5964478 140734731393744 140499783296824 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1798.64
Current children cumulated vsize (KiB) 485816

[startup+1799.5 s]
/proc/loadavg: 1.00 1.00 1.22 2/172 13745
/proc/meminfo: memFree=28684500/32873844 swapFree=7120/7120
[pid=13702] ppid=13700 vsize=485816 CPUtime=1799.05 cores=0,2,4,6
/proc/13702/stat : 13702 (pwbo2.02) S 13700 13702 13658 0 -1 4202496 107700 0 0 0 179856 49 0 0 20 0 2 0 332874484 497475584 108123 33554432000 4194304 5964478 140734731393744 140734731393264 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13702/statm: 121454 108123 186 433 0 121018 0
[pid=13702/tid=13705] ppid=13700 vsize=485816 CPUtime=1794.54 cores=0,2,4,6
/proc/13702/task/13705/stat : 13705 (pwbo2.02) R 13700 13702 13658 0 -1 4202560 105097 0 0 0 179378 76 0 0 20 0 2 0 332874492 497475584 108123 33554432000 4194304 5964478 140734731393744 140499783296824 4400091 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1799.05
Current children cumulated vsize (KiB) 485816

[startup+1799.9 s]
/proc/loadavg: 1.00 1.00 1.22 2/172 13745
/proc/meminfo: memFree=28684500/32873844 swapFree=7120/7120
[pid=13702] ppid=13700 vsize=485816 CPUtime=1799.44 cores=0,2,4,6
/proc/13702/stat : 13702 (pwbo2.02) S 13700 13702 13658 0 -1 4202496 107700 0 0 0 179895 49 0 0 20 0 2 0 332874484 497475584 108123 33554432000 4194304 5964478 140734731393744 140734731393264 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13702/statm: 121454 108123 186 433 0 121018 0
[pid=13702/tid=13705] ppid=13700 vsize=485816 CPUtime=1794.94 cores=0,2,4,6
/proc/13702/task/13705/stat : 13705 (pwbo2.02) R 13700 13702 13658 0 -1 4202560 105097 0 0 0 179418 76 0 0 20 0 2 0 332874492 497475584 108123 33554432000 4194304 5964478 140734731393744 140499783296824 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1799.44
Current children cumulated vsize (KiB) 485816

[startup+1800 s]
/proc/loadavg: 1.00 1.00 1.22 2/172 13745
/proc/meminfo: memFree=28684500/32873844 swapFree=7120/7120
[pid=13702] ppid=13700 vsize=485816 CPUtime=1799.54 cores=0,2,4,6
/proc/13702/stat : 13702 (pwbo2.02) S 13700 13702 13658 0 -1 4202496 107700 0 0 0 179905 49 0 0 20 0 2 0 332874484 497475584 108123 33554432000 4194304 5964478 140734731393744 140734731393264 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13702/statm: 121454 108123 186 433 0 121018 0
[pid=13702/tid=13705] ppid=13700 vsize=485816 CPUtime=1795.04 cores=0,2,4,6
/proc/13702/task/13705/stat : 13705 (pwbo2.02) R 13700 13702 13658 0 -1 4202560 105097 0 0 0 179428 76 0 0 20 0 2 0 332874492 497475584 108123 33554432000 4194304 5964478 140734731393744 140499783296824 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1799.54
Current children cumulated vsize (KiB) 485816

Child status: 255

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 13702 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=375213
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=776881
# CPU time returned by wait4() is 1795.15
# while last known CPU time is 1799.54
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.01
CPU time (s): 1799.54
CPU user time (s): 1799.05
CPU system time (s): 0.49
CPU usage (%): 99.9737
Max. virtual memory (cumulated for all children) (KiB): 485816

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.38
system time used= 0.776881
maximum resident set size= 432504
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 107703
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= 176
involuntary context switches= 1931

runsolver used 2.74258 second user time and 7.08292 second system time

The end

Launcher Data

Begin job on node142 at 2012-06-02 22:04:56
IDJOB=3726692
IDBENCH=90214
IDSOLVER=2310
FILE ID=node142/3726692-1338667496
RUNJOBID= node142-1338667496-13674
PBS_JOBID= 14636499
Free space on /tmp= 71184 MiB

SOLVER NAME= pwbo 2.02
BENCH NAME= PB12/normalized-PB12/DEC-SMALLINT-LIN/sroussel/ShortestPathNG/normalized-NG_K132.opb
COMMAND LINE= pwbo2.02 -file-format=opb -verbosity=0 -thread=1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3726692-1338667496/watcher-3726692-1338667496 -o /tmp/evaluation-result-3726692-1338667496/solver-3726692-1338667496 -C 1800 -W 1900 -M 15500  pwbo2.02 -file-format=opb -verbosity=0 -thread=1 HOME/instance-3726692-1338667496.opb

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

MD5SUM BENCH= 88bbbc51beb841161685a00fb4d24f63
RANDOM SEED=1229363318

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        29111304 kB
Buffers:          231244 kB
Cached:          2707940 kB
SwapCached:            0 kB
Active:          1090108 kB
Inactive:        1859768 kB
Active(anon):       1960 kB
Inactive(anon):    11236 kB
Active(file):    1088148 kB
Inactive(file):  1848532 kB
Unevictable:        7120 kB
Mlocked:            7120 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             13096 kB
Writeback:             4 kB
AnonPages:         17968 kB
Mapped:            10352 kB
Shmem:               200 kB
Slab:             673640 kB
SReclaimable:     115488 kB
SUnreclaim:       558152 kB
KernelStack:        1392 kB
PageTables:         3780 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     116204 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71184 MiB
End job on node142 at 2012-06-02 22:34:56