Trace number 3726705

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.53 1800.02

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/
ShortestPathNG/normalized-NG_K167.opb
MD5SUM828e3d173a352fe2cabe4815c21f6f3f
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 variables19873
Total number of constraints20209
Number of constraints which are clauses20042
Number of constraints which are cardinality constraints (but not clauses)167
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint167
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 168
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-3726705-1338664689.opb.
0.00/0.00	c Instance file HOME/instance-3726705-1338664689.opb
0.00/0.00	c File size is 1368683 bytes.
0.09/0.11	c Highest Coefficient sum: 168
0.09/0.11	c ============================[ Problem Statistics ]=============================
0.09/0.11	c |                                                                             |
0.09/0.11	c |  Parsing time:          0.11         s                                      |
0.09/0.11	c |  Number Variables:      19873                                               |
0.09/0.11	c |  Number Clauses:        20042                                               |
0.09/0.11	c |  Number Cardinality:    167                                                 |
0.09/0.11	c |  Number PB Constraints: 0                                                   |
0.09/0.11	c |                                                                             |
0.09/0.12	c |  Problem Type:          Decision                                            |
0.09/0.12	c |  Objective Function:    None                                                |
0.09/0.12	c |                                                                             |
0.09/0.12	c ===============================================================================
1799.53/1800.00	c ===============================================================================
1799.53/1800.00	c Wall Clock Time: 1800.00 s
1799.53/1800.00	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-3726705-1338664689/watcher-3726705-1338664689 -o /tmp/evaluation-result-3726705-1338664689/solver-3726705-1338664689 -C 1800 -W 1900 -M 15500 pwbo2.02 -file-format=opb -verbosity=0 -thread=1 HOME/instance-3726705-1338664689.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.01 2.02 2.00 3/176 31692
/proc/meminfo: memFree=27690240/32873844 swapFree=7628/7628
[pid=31692] ppid=31690 vsize=5588 CPUtime=0 cores=0,2,4,6
/proc/31692/stat : 31692 (pwbo2.02) R 31690 31692 27854 0 -1 4202496 552 0 0 0 0 0 0 0 20 0 1 0 332593277 5722112 504 33554432000 4194304 5964478 140734691269232 140736954051768 4395406 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/31692/statm: 1397 505 163 433 0 626 0

[startup+0.0506709 s]
/proc/loadavg: 2.01 2.02 2.00 3/176 31692
/proc/meminfo: memFree=27690240/32873844 swapFree=7628/7628
[pid=31692] ppid=31690 vsize=10352 CPUtime=0.04 cores=0,2,4,6
/proc/31692/stat : 31692 (pwbo2.02) R 31690 31692 27854 0 -1 4202496 1824 0 0 0 4 0 0 0 20 0 1 0 332593277 10600448 1743 33554432000 4194304 5964478 140734691269232 140736954051768 5136420 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/31692/statm: 2588 1743 293 433 0 1817 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 10352

[startup+0.100246 s]
/proc/loadavg: 2.01 2.02 2.00 3/176 31692
/proc/meminfo: memFree=27690240/32873844 swapFree=7628/7628
[pid=31692] ppid=31690 vsize=12424 CPUtime=0.09 cores=0,2,4,6
/proc/31692/stat : 31692 (pwbo2.02) R 31690 31692 27854 0 -1 4202496 2513 0 0 0 9 0 0 0 20 0 1 0 332593277 12722176 2432 33554432000 4194304 5964478 140734691269232 140736954051768 5159880 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/31692/statm: 3106 2432 459 433 0 2335 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12424

[startup+0.300273 s]
/proc/loadavg: 2.01 2.02 2.00 3/176 31692
/proc/meminfo: memFree=27690240/32873844 swapFree=7628/7628
[pid=31692] ppid=31690 vsize=94004 CPUtime=0.28 cores=0,2,4,6
/proc/31692/stat : 31692 (pwbo2.02) S 31690 31692 27854 0 -1 4202496 6241 0 0 0 28 0 0 0 20 0 2 0 332593277 96260096 5268 33554432000 4194304 5964478 140734691269232 140734691268752 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31692/statm: 23501 5268 186 433 0 23065 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 94004

[startup+0.70024 s]
/proc/loadavg: 2.01 2.02 2.00 3/176 31692
/proc/meminfo: memFree=27690240/32873844 swapFree=7628/7628
[pid=31692] ppid=31690 vsize=94004 CPUtime=0.69 cores=0,2,4,6
/proc/31692/stat : 31692 (pwbo2.02) S 31690 31692 27854 0 -1 4202496 6617 0 0 0 68 1 0 0 20 0 2 0 332593277 96260096 5644 33554432000 4194304 5964478 140734691269232 140734691268752 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31692/statm: 23501 5644 186 433 0 23065 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 94004

[startup+1.50028 s]
/proc/loadavg: 2.01 2.02 2.00 3/178 31694
/proc/meminfo: memFree=27667028/32873844 swapFree=7628/7628
[pid=31692] ppid=31690 vsize=94004 CPUtime=1.49 cores=0,2,4,6
/proc/31692/stat : 31692 (pwbo2.02) S 31690 31692 27854 0 -1 4202496 7195 0 0 0 148 1 0 0 20 0 2 0 332593277 96260096 6222 33554432000 4194304 5964478 140734691269232 140734691268752 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31692/statm: 23501 6222 186 433 0 23065 0
[pid=31692/tid=31694] ppid=31690 vsize=94004 CPUtime=1.37 cores=0,2,4,6
/proc/31692/task/31694/stat : 31694 (pwbo2.02) R 31690 31692 27854 0 -1 4202560 4060 0 0 0 137 0 0 0 20 0 2 0 332593288 96260096 6222 33554432000 4194304 5964478 140734691269232 140261811308344 5136420 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 94004

[startup+3.10026 s]
/proc/loadavg: 2.01 2.02 2.00 3/178 31694
/proc/meminfo: memFree=27663184/32873844 swapFree=7628/7628
[pid=31692] ppid=31690 vsize=94004 CPUtime=3.09 cores=0,2,4,6
/proc/31692/stat : 31692 (pwbo2.02) S 31690 31692 27854 0 -1 4202496 8325 0 0 0 308 1 0 0 20 0 2 0 332593277 96260096 7352 33554432000 4194304 5964478 140734691269232 140734691268752 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31692/statm: 23501 7352 186 433 0 23065 0
[pid=31692/tid=31694] ppid=31690 vsize=94004 CPUtime=2.96 cores=0,2,4,6
/proc/31692/task/31694/stat : 31694 (pwbo2.02) R 31690 31692 27854 0 -1 4202560 5190 0 0 0 295 1 0 0 20 0 2 0 332593288 96260096 7352 33554432000 4194304 5964478 140734691269232 140261811308536 4399915 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 94004

[startup+6.3003 s]
/proc/loadavg: 2.01 2.02 2.00 3/179 31695
/proc/meminfo: memFree=27651024/32873844 swapFree=7628/7628
[pid=31692] ppid=31690 vsize=94004 CPUtime=6.29 cores=0,2,4,6
/proc/31692/stat : 31692 (pwbo2.02) S 31690 31692 27854 0 -1 4202496 10260 0 0 0 627 2 0 0 20 0 2 0 332593277 96260096 9287 33554432000 4194304 5964478 140734691269232 140734691268752 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31692/statm: 23501 9287 186 433 0 23065 0
[pid=31692/tid=31694] ppid=31690 vsize=94004 CPUtime=6.16 cores=0,2,4,6
/proc/31692/task/31694/stat : 31694 (pwbo2.02) R 31690 31692 27854 0 -1 4202560 7126 0 0 0 615 1 0 0 20 0 2 0 332593288 96260096 9288 33554432000 4194304 5964478 140734691269232 140261811308344 5136420 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 94004

[startup+12.7003 s]
/proc/loadavg: 2.01 2.02 2.00 3/179 31695
/proc/meminfo: memFree=27638392/32873844 swapFree=7628/7628
[pid=31692] ppid=31690 vsize=94004 CPUtime=12.69 cores=0,2,4,6
/proc/31692/stat : 31692 (pwbo2.02) S 31690 31692 27854 0 -1 4202496 11674 0 0 0 1267 2 0 0 20 0 2 0 332593277 96260096 10701 33554432000 4194304 5964478 140734691269232 140734691268752 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31692/statm: 23501 10701 186 433 0 23065 0
[pid=31692/tid=31694] ppid=31690 vsize=94004 CPUtime=12.54 cores=0,2,4,6
/proc/31692/task/31694/stat : 31694 (pwbo2.02) R 31690 31692 27854 0 -1 4202560 8539 0 0 0 1252 2 0 0 20 0 2 0 332593288 96260096 10701 33554432000 4194304 5964478 140734691269232 140261811308536 5136420 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 94004

[startup+25.5003 s]
/proc/loadavg: 2.00 2.02 2.00 3/179 31695
/proc/meminfo: memFree=27614096/32873844 swapFree=7628/7628
[pid=31692] ppid=31690 vsize=94004 CPUtime=25.49 cores=0,2,4,6
/proc/31692/stat : 31692 (pwbo2.02) S 31690 31692 27854 0 -1 4202496 14340 0 0 0 2545 4 0 0 20 0 2 0 332593277 96260096 13367 33554432000 4194304 5964478 140734691269232 140734691268752 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31692/statm: 23501 13367 186 433 0 23065 0
[pid=31692/tid=31694] ppid=31690 vsize=94004 CPUtime=25.31 cores=0,2,4,6
/proc/31692/task/31694/stat : 31694 (pwbo2.02) R 31690 31692 27854 0 -1 4202560 11205 0 0 0 2528 3 0 0 20 0 2 0 332593288 96260096 13367 33554432000 4194304 5964478 140734691269232 140261811308536 18446744073699066235 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 94004

[startup+51.1003 s]
/proc/loadavg: 2.00 2.02 2.00 3/179 31695
/proc/meminfo: memFree=27551584/32873844 swapFree=7628/7628
[pid=31692] ppid=31690 vsize=159540 CPUtime=51.07 cores=0,2,4,6
/proc/31692/stat : 31692 (pwbo2.02) S 31690 31692 27854 0 -1 4202496 25986 0 0 0 5099 8 0 0 20 0 2 0 332593277 163368960 25042 33554432000 4194304 5964478 140734691269232 140734691268752 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31692/statm: 39885 25042 186 433 0 39449 0
[pid=31692/tid=31694] ppid=31690 vsize=159540 CPUtime=50.84 cores=0,2,4,6
/proc/31692/task/31694/stat : 31694 (pwbo2.02) R 31690 31692 27854 0 -1 4202560 22851 0 0 0 5076 8 0 0 20 0 2 0 332593288 163368960 25042 33554432000 4194304 5964478 140734691269232 140261811308536 4400056 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 159540

[startup+102.307 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 31695
/proc/meminfo: memFree=27499300/32873844 swapFree=7628/7628
[pid=31692] ppid=31690 vsize=225800 CPUtime=102.23 cores=0,2,4,6
/proc/31692/stat : 31692 (pwbo2.02) S 31690 31692 27854 0 -1 4202496 38644 0 0 0 10211 12 0 0 20 0 2 0 332593277 231219200 37694 33554432000 4194304 5964478 140734691269232 140734691268752 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31692/statm: 56450 37694 186 433 0 56014 0
[pid=31692/tid=31694] ppid=31690 vsize=225800 CPUtime=101.87 cores=0,2,4,6
/proc/31692/task/31694/stat : 31694 (pwbo2.02) R 31690 31692 27854 0 -1 4202560 35509 0 0 0 10174 13 0 0 20 0 2 0 332593288 231219200 37694 33554432000 4194304 5964478 140734691269232 140261811308536 4392805 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 225800

[startup+162.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/180 31698
/proc/meminfo: memFree=27468492/32873844 swapFree=7628/7628
[pid=31692] ppid=31690 vsize=226160 CPUtime=162.21 cores=0,2,4,6
/proc/31692/stat : 31692 (pwbo2.02) S 31690 31692 27854 0 -1 4202496 44164 0 0 0 16207 14 0 0 20 0 2 0 332593277 231587840 43711 33554432000 4194304 5964478 140734691269232 140734691268752 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31692/statm: 56540 43711 186 433 0 56104 0
[pid=31692/tid=31694] ppid=31690 vsize=226160 CPUtime=161.71 cores=0,2,4,6
/proc/31692/task/31694/stat : 31694 (pwbo2.02) R 31690 31692 27854 0 -1 4202560 41029 0 0 0 16156 15 0 0 20 0 2 0 332593288 231587840 43711 33554432000 4194304 5964478 140734691269232 140261811308536 4400087 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 226160

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 31737
/proc/meminfo: memFree=27673852/32873844 swapFree=7628/7628
[pid=31692] ppid=31690 vsize=291696 CPUtime=222.21 cores=0,2,4,6
/proc/31692/stat : 31692 (pwbo2.02) S 31690 31692 27854 0 -1 4202496 56560 0 0 0 22201 20 0 0 20 0 2 0 332593277 298696704 56107 33554432000 4194304 5964478 140734691269232 140734691268752 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31692/statm: 72924 56107 186 433 0 72488 0
[pid=31692/tid=31694] ppid=31690 vsize=291696 CPUtime=221.56 cores=0,2,4,6
/proc/31692/task/31694/stat : 31694 (pwbo2.02) R 31690 31692 27854 0 -1 4202560 53425 0 0 0 22134 22 0 0 20 0 2 0 332593288 298696704 56107 33554432000 4194304 5964478 140734691269232 140261811308536 4381677 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 291696

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 31737
/proc/meminfo: memFree=27623424/32873844 swapFree=7628/7628
[pid=31692] ppid=31690 vsize=291696 CPUtime=282.16 cores=0,2,4,6
/proc/31692/stat : 31692 (pwbo2.02) S 31690 31692 27854 0 -1 4202496 56602 0 0 0 28196 20 0 0 20 0 2 0 332593277 298696704 56128 33554432000 4194304 5964478 140734691269232 140734691268752 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31692/statm: 72924 56128 186 433 0 72488 0
[pid=31692/tid=31694] ppid=31690 vsize=291696 CPUtime=281.36 cores=0,2,4,6
/proc/31692/task/31694/stat : 31694 (pwbo2.02) R 31690 31692 27854 0 -1 4202560 53467 0 0 0 28113 23 0 0 20 0 2 0 332593288 298696704 56128 33554432000 4194304 5964478 140734691269232 140261811308536 4400091 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 282.16
Current children cumulated vsize (KiB) 291696

[startup+342.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/179 31738
/proc/meminfo: memFree=27583056/32873844 swapFree=7628/7628
[pid=31692] ppid=31690 vsize=291696 CPUtime=342.14 cores=0,2,4,6
/proc/31692/stat : 31692 (pwbo2.02) S 31690 31692 27854 0 -1 4202496 59438 0 0 0 34193 21 0 0 20 0 2 0 332593277 298696704 58963 33554432000 4194304 5964478 140734691269232 140734691268752 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31692/statm: 72924 58963 186 433 0 72488 0
[pid=31692/tid=31694] ppid=31690 vsize=291696 CPUtime=341.21 cores=0,2,4,6
/proc/31692/task/31694/stat : 31694 (pwbo2.02) R 31690 31692 27854 0 -1 4202560 56303 0 0 0 34095 26 0 0 20 0 2 0 332593288 298696704 58963 33554432000 4194304 5964478 140734691269232 140261811308344 4392918 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 342.14
Current children cumulated vsize (KiB) 291696

[startup+402.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 31738
/proc/meminfo: memFree=27534600/32873844 swapFree=7628/7628
[pid=31692] ppid=31690 vsize=291696 CPUtime=402.14 cores=0,2,4,6
/proc/31692/stat : 31692 (pwbo2.02) S 31690 31692 27854 0 -1 4202496 61169 0 0 0 40192 22 0 0 20 0 2 0 332593277 298696704 60694 33554432000 4194304 5964478 140734691269232 140734691268752 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31692/statm: 72924 60694 186 433 0 72488 0
[pid=31692/tid=31694] ppid=31690 vsize=291696 CPUtime=401.06 cores=0,2,4,6
/proc/31692/task/31694/stat : 31694 (pwbo2.02) R 31690 31692 27854 0 -1 4202560 58034 0 0 0 40079 27 0 0 20 0 2 0 332593288 298696704 60694 33554432000 4194304 5964478 140734691269232 140261811308344 4221984 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 291696

[startup+462.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 31738
/proc/meminfo: memFree=27427028/32873844 swapFree=7628/7628
[pid=31692] ppid=31690 vsize=357772 CPUtime=462.13 cores=0,2,4,6

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


[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 31749
/proc/meminfo: memFree=26958228/32873844 swapFree=7628/7628
[pid=31692] ppid=31690 vsize=555188 CPUtime=1421.91 cores=0,2,4,6
/proc/31692/stat : 31692 (pwbo2.02) S 31690 31692 27854 0 -1 4202496 121597 0 0 0 142145 46 0 0 20 0 2 0 332593277 568512512 121207 33554432000 4194304 5964478 140734691269232 140734691268752 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31692/statm: 138797 121207 186 433 0 138361 0
[pid=31692/tid=31694] ppid=31690 vsize=555188 CPUtime=1418.4 cores=0,2,4,6
/proc/31692/task/31694/stat : 31694 (pwbo2.02) R 31690 31692 27854 0 -1 4202560 118462 0 0 0 141774 66 0 0 20 0 2 0 332593288 568512512 121207 33554432000 4194304 5964478 140734691269232 140261811308536 4400091 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1421.91
Current children cumulated vsize (KiB) 555188

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 31749
/proc/meminfo: memFree=26954260/32873844 swapFree=7628/7628
[pid=31692] ppid=31690 vsize=555188 CPUtime=1481.88 cores=0,2,4,6
/proc/31692/stat : 31692 (pwbo2.02) S 31690 31692 27854 0 -1 4202496 121621 0 0 0 148142 46 0 0 20 0 2 0 332593277 568512512 121325 33554432000 4194304 5964478 140734691269232 140734691268752 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31692/statm: 138797 121325 186 433 0 138361 0
[pid=31692/tid=31694] ppid=31690 vsize=555188 CPUtime=1478.23 cores=0,2,4,6
/proc/31692/task/31694/stat : 31694 (pwbo2.02) R 31690 31692 27854 0 -1 4202560 118486 0 0 0 147756 67 0 0 20 0 2 0 332593288 568512512 121325 33554432000 4194304 5964478 140734691269232 140261811308536 4399920 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1481.88
Current children cumulated vsize (KiB) 555188

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 31750
/proc/meminfo: memFree=26919724/32873844 swapFree=7628/7628
[pid=31692] ppid=31690 vsize=555188 CPUtime=1541.86 cores=0,2,4,6
/proc/31692/stat : 31692 (pwbo2.02) S 31690 31692 27854 0 -1 4202496 122790 0 0 0 154140 46 0 0 20 0 2 0 332593277 568512512 122496 33554432000 4194304 5964478 140734691269232 140734691268752 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31692/statm: 138797 122496 186 433 0 138361 0
[pid=31692/tid=31694] ppid=31690 vsize=555188 CPUtime=1538.07 cores=0,2,4,6
/proc/31692/task/31694/stat : 31694 (pwbo2.02) R 31690 31692 27854 0 -1 4202560 119655 0 0 0 153738 69 0 0 20 0 2 0 332593288 568512512 122496 33554432000 4194304 5964478 140734691269232 140261811308536 4220672 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1541.86
Current children cumulated vsize (KiB) 555188

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 31750
/proc/meminfo: memFree=26844828/32873844 swapFree=7628/7628
[pid=31692] ppid=31690 vsize=620724 CPUtime=1601.86 cores=0,2,4,6
/proc/31692/stat : 31692 (pwbo2.02) S 31690 31692 27854 0 -1 4202496 141156 0 0 0 160132 54 0 0 20 0 2 0 332593277 635621376 140862 33554432000 4194304 5964478 140734691269232 140734691268752 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31692/statm: 155181 140862 186 433 0 154745 0
[pid=31692/tid=31694] ppid=31690 vsize=620724 CPUtime=1597.92 cores=0,2,4,6
/proc/31692/task/31694/stat : 31694 (pwbo2.02) R 31690 31692 27854 0 -1 4202560 138021 0 0 0 159715 77 0 0 20 0 2 0 332593288 635621376 140862 33554432000 4194304 5964478 140734691269232 140261811308536 4400115 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1601.86
Current children cumulated vsize (KiB) 620724

[startup+1662.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/179 31750
/proc/meminfo: memFree=26821392/32873844 swapFree=7628/7628
[pid=31692] ppid=31690 vsize=620724 CPUtime=1661.85 cores=0,2,4,6
/proc/31692/stat : 31692 (pwbo2.02) S 31690 31692 27854 0 -1 4202496 146688 0 0 0 166129 56 0 0 20 0 2 0 332593277 635621376 146394 33554432000 4194304 5964478 140734691269232 140734691268752 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31692/statm: 155181 146394 186 433 0 154745 0
[pid=31692/tid=31694] ppid=31690 vsize=620724 CPUtime=1657.77 cores=0,2,4,6
/proc/31692/task/31694/stat : 31694 (pwbo2.02) R 31690 31692 27854 0 -1 4202560 143553 0 0 0 165697 80 0 0 20 0 2 0 332593288 635621376 146394 33554432000 4194304 5964478 140734691269232 140261811308536 4221072 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1661.85
Current children cumulated vsize (KiB) 620724

[startup+1722.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 31750
/proc/meminfo: memFree=26815224/32873844 swapFree=7628/7628
[pid=31692] ppid=31690 vsize=620724 CPUtime=1721.84 cores=0,2,4,6
/proc/31692/stat : 31692 (pwbo2.02) S 31690 31692 27854 0 -1 4202496 146688 0 0 0 172128 56 0 0 20 0 2 0 332593277 635621376 146394 33554432000 4194304 5964478 140734691269232 140734691268752 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31692/statm: 155181 146394 186 433 0 154745 0
[pid=31692/tid=31694] ppid=31690 vsize=620724 CPUtime=1717.62 cores=0,2,4,6
/proc/31692/task/31694/stat : 31694 (pwbo2.02) R 31690 31692 27854 0 -1 4202560 143553 0 0 0 171681 81 0 0 20 0 2 0 332593288 635621376 146394 33554432000 4194304 5964478 140734691269232 140261811308536 4400103 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1721.84
Current children cumulated vsize (KiB) 620724

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 31750
/proc/meminfo: memFree=26773852/32873844 swapFree=7628/7628
[pid=31692] ppid=31690 vsize=620724 CPUtime=1781.83 cores=0,2,4,6
/proc/31692/stat : 31692 (pwbo2.02) S 31690 31692 27854 0 -1 4202496 146694 0 0 0 178127 56 0 0 20 0 2 0 332593277 635621376 146400 33554432000 4194304 5964478 140734691269232 140734691268752 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31692/statm: 155181 146400 186 433 0 154745 0
[pid=31692/tid=31694] ppid=31690 vsize=620724 CPUtime=1777.47 cores=0,2,4,6
/proc/31692/task/31694/stat : 31694 (pwbo2.02) R 31690 31692 27854 0 -1 4202560 143559 0 0 0 177665 82 0 0 20 0 2 0 332593288 635621376 146400 33554432000 4194304 5964478 140734691269232 140261811308536 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1781.83
Current children cumulated vsize (KiB) 620724

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

[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 31750
/proc/meminfo: memFree=26773852/32873844 swapFree=7628/7628
[pid=31692] ppid=31690 vsize=620724 CPUtime=1791.44 cores=0,2,4,6
/proc/31692/stat : 31692 (pwbo2.02) S 31690 31692 27854 0 -1 4202496 146696 0 0 0 179088 56 0 0 20 0 2 0 332593277 635621376 146402 33554432000 4194304 5964478 140734691269232 140734691268752 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31692/statm: 155181 146402 186 433 0 154745 0
[pid=31692/tid=31694] ppid=31690 vsize=620724 CPUtime=1787.05 cores=0,2,4,6
/proc/31692/task/31694/stat : 31694 (pwbo2.02) R 31690 31692 27854 0 -1 4202560 143561 0 0 0 178623 82 0 0 20 0 2 0 332593288 635621376 146402 33554432000 4194304 5964478 140734691269232 140261811308536 4391720 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1791.44
Current children cumulated vsize (KiB) 620724

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 31750
/proc/meminfo: memFree=26773852/32873844 swapFree=7628/7628
[pid=31692] ppid=31690 vsize=620724 CPUtime=1794.64 cores=0,2,4,6
/proc/31692/stat : 31692 (pwbo2.02) S 31690 31692 27854 0 -1 4202496 146696 0 0 0 179408 56 0 0 20 0 2 0 332593277 635621376 146402 33554432000 4194304 5964478 140734691269232 140734691268752 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31692/statm: 155181 146402 186 433 0 154745 0
[pid=31692/tid=31694] ppid=31690 vsize=620724 CPUtime=1790.24 cores=0,2,4,6
/proc/31692/task/31694/stat : 31694 (pwbo2.02) R 31690 31692 27854 0 -1 4202560 143561 0 0 0 178942 82 0 0 20 0 2 0 332593288 635621376 146402 33554432000 4194304 5964478 140734691269232 140261811308536 4400044 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1794.64
Current children cumulated vsize (KiB) 620724

[startup+1798.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 31750
/proc/meminfo: memFree=26773852/32873844 swapFree=7628/7628
[pid=31692] ppid=31690 vsize=620724 CPUtime=1797.83 cores=0,2,4,6
/proc/31692/stat : 31692 (pwbo2.02) S 31690 31692 27854 0 -1 4202496 146696 0 0 0 179727 56 0 0 20 0 2 0 332593277 635621376 146402 33554432000 4194304 5964478 140734691269232 140734691268752 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31692/statm: 155181 146402 186 433 0 154745 0
[pid=31692/tid=31694] ppid=31690 vsize=620724 CPUtime=1793.42 cores=0,2,4,6
/proc/31692/task/31694/stat : 31694 (pwbo2.02) R 31690 31692 27854 0 -1 4202560 143561 0 0 0 179260 82 0 0 20 0 2 0 332593288 635621376 146402 33554432000 4194304 5964478 140734691269232 140261811308536 4400078 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1797.83
Current children cumulated vsize (KiB) 620724

[startup+1799.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 31750
/proc/meminfo: memFree=26773852/32873844 swapFree=7628/7628
[pid=31692] ppid=31690 vsize=620724 CPUtime=1798.63 cores=0,2,4,6
/proc/31692/stat : 31692 (pwbo2.02) S 31690 31692 27854 0 -1 4202496 146696 0 0 0 179807 56 0 0 20 0 2 0 332593277 635621376 146402 33554432000 4194304 5964478 140734691269232 140734691268752 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31692/statm: 155181 146402 186 433 0 154745 0
[pid=31692/tid=31694] ppid=31690 vsize=620724 CPUtime=1794.22 cores=0,2,4,6
/proc/31692/task/31694/stat : 31694 (pwbo2.02) R 31690 31692 27854 0 -1 4202560 143561 0 0 0 179340 82 0 0 20 0 2 0 332593288 635621376 146402 33554432000 4194304 5964478 140734691269232 140261811308536 4400115 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1798.63
Current children cumulated vsize (KiB) 620724

[startup+1799.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 31750
/proc/meminfo: memFree=26773852/32873844 swapFree=7628/7628
[pid=31692] ppid=31690 vsize=620724 CPUtime=1799.03 cores=0,2,4,6
/proc/31692/stat : 31692 (pwbo2.02) S 31690 31692 27854 0 -1 4202496 146696 0 0 0 179847 56 0 0 20 0 2 0 332593277 635621376 146402 33554432000 4194304 5964478 140734691269232 140734691268752 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31692/statm: 155181 146402 186 433 0 154745 0
[pid=31692/tid=31694] ppid=31690 vsize=620724 CPUtime=1794.63 cores=0,2,4,6
/proc/31692/task/31694/stat : 31694 (pwbo2.02) R 31690 31692 27854 0 -1 4202560 143561 0 0 0 179381 82 0 0 20 0 2 0 332593288 635621376 146402 33554432000 4194304 5964478 140734691269232 140261811308536 4382008 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.03
Current children cumulated vsize (KiB) 620724

[startup+1799.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 31750
/proc/meminfo: memFree=26773852/32873844 swapFree=7628/7628
[pid=31692] ppid=31690 vsize=620724 CPUtime=1799.43 cores=0,2,4,6
/proc/31692/stat : 31692 (pwbo2.02) S 31690 31692 27854 0 -1 4202496 146696 0 0 0 179887 56 0 0 20 0 2 0 332593277 635621376 146402 33554432000 4194304 5964478 140734691269232 140734691268752 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31692/statm: 155181 146402 186 433 0 154745 0
[pid=31692/tid=31694] ppid=31690 vsize=620724 CPUtime=1795.02 cores=0,2,4,6
/proc/31692/task/31694/stat : 31694 (pwbo2.02) R 31690 31692 27854 0 -1 4202560 143561 0 0 0 179420 82 0 0 20 0 2 0 332593288 635621376 146402 33554432000 4194304 5964478 140734691269232 140261811308536 4400087 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.43
Current children cumulated vsize (KiB) 620724

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 31750
/proc/meminfo: memFree=26773852/32873844 swapFree=7628/7628
[pid=31692] ppid=31690 vsize=620724 CPUtime=1799.53 cores=0,2,4,6
/proc/31692/stat : 31692 (pwbo2.02) S 31690 31692 27854 0 -1 4202496 146696 0 0 0 179897 56 0 0 20 0 2 0 332593277 635621376 146402 33554432000 4194304 5964478 140734691269232 140734691268752 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31692/statm: 155181 146402 186 433 0 154745 0
[pid=31692/tid=31694] ppid=31690 vsize=620724 CPUtime=1795.12 cores=0,2,4,6
/proc/31692/task/31694/stat : 31694 (pwbo2.02) R 31690 31692 27854 0 -1 4202560 143561 0 0 0 179430 82 0 0 20 0 2 0 332593288 635621376 146402 33554432000 4194304 5964478 140734691269232 140261811308536 4382029 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.53
Current children cumulated vsize (KiB) 620724

Child status: 255

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

Real time (s): 1800.02
CPU time (s): 1799.53
CPU user time (s): 1798.97
CPU system time (s): 0.56
CPU usage (%): 99.973
Max. virtual memory (cumulated for all children) (KiB): 620724

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.42
system time used= 0.845871
maximum resident set size= 585620
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 146699
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= 216
involuntary context switches= 1975

runsolver used 3.23051 second user time and 9.41157 second system time

The end

Launcher Data

Begin job on node143 at 2012-06-02 21:18:09
IDJOB=3726705
IDBENCH=90141
IDSOLVER=2310
FILE ID=node143/3726705-1338664689
RUNJOBID= node143-1338651550-29471
PBS_JOBID= 14636437
Free space on /tmp= 68540 MiB

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

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

MD5SUM BENCH= 828e3d173a352fe2cabe4815c21f6f3f
RANDOM SEED=1812762837

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.787
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.787
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.787
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	: 5298.57
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.787
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.787
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:        27690712 kB
Buffers:          364956 kB
Cached:          3647184 kB
SwapCached:          112 kB
Active:          2242752 kB
Inactive:        2043392 kB
Active(anon):     265548 kB
Inactive(anon):    10908 kB
Active(file):    1977204 kB
Inactive(file):  2032484 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67108424 kB
Dirty:              6728 kB
Writeback:            16 kB
AnonPages:        285392 kB
Mapped:            11116 kB
Shmem:               160 kB
Slab:             756116 kB
SReclaimable:     198360 kB
SUnreclaim:       557756 kB
KernelStack:        1472 kB
PageTables:         4480 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     147816 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    221184 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= 68536 MiB
End job on node143 at 2012-06-02 21:48:09