Trace number 3726693

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_K133.opb
MD5SUM2e2bfba9fd441b7330d2c90af940d9b0
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 variables15827
Total number of constraints16095
Number of constraints which are clauses15962
Number of constraints which are cardinality constraints (but not clauses)133
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint133
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 134
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.01	c ==============================[ Solver Version ]===============================
0.00/0.01	c |                                                                             |
0.00/0.01	c |  pwbo:                     2.02 beta - May, 2012                            |
0.00/0.01	c |                                                                             |
0.00/0.01	c Parsing opb file format. File HOME/instance-3726693-1339017741.opb.
0.00/0.01	c Instance file HOME/instance-3726693-1339017741.opb
0.00/0.01	c File size is 1075045 bytes.
0.07/0.10	c Highest Coefficient sum: 134
0.07/0.10	c ============================[ Problem Statistics ]=============================
0.07/0.10	c |                                                                             |
0.07/0.10	c |  Parsing time:          0.08         s                                      |
0.07/0.10	c |  Number Variables:      15827                                               |
0.07/0.10	c |  Number Clauses:        15962                                               |
0.07/0.10	c |  Number Cardinality:    133                                                 |
0.07/0.10	c |  Number PB Constraints: 0                                                   |
0.07/0.10	c |                                                                             |
0.07/0.11	c |  Problem Type:          Decision                                            |
0.07/0.11	c |  Objective Function:    None                                                |
0.07/0.11	c |                                                                             |
0.07/0.11	c ===============================================================================
1799.53/1800.01	c ===============================================================================
1799.53/1800.01	c Wall Clock Time: 1800.00 s
1799.53/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-3726693-1339017741/watcher-3726693-1339017741 -o /tmp/evaluation-result-3726693-1339017741/solver-3726693-1339017741 -C 1800 -W 1900 -M 15500 pwbo2.02 -file-format=opb -verbosity=0 -thread=1 HOME/instance-3726693-1339017741.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: 0.16 0.03 0.01 3/175 28480
/proc/meminfo: memFree=29443136/32873844 swapFree=7628/7628
[pid=28480] ppid=28476 vsize=11812 CPUtime=0 cores=1,3,5,7
/proc/28480/stat : 28480 (runsolver) D 28476 28480 28437 0 -1 4202560 40 0 0 0 0 0 0 0 20 0 1 0 367899044 12095488 50 33554432000 4194304 5436572 140736352544000 140736352540296 4883175 0 0 4096 24578 18446744071579943789 0 0 17 3 0 0 0 0 0
/proc/28480/statm: 2953 50 31 304 0 2645 0

[startup+0.0468549 s]
/proc/loadavg: 0.16 0.03 0.01 3/175 28480
/proc/meminfo: memFree=29443136/32873844 swapFree=7628/7628
[pid=28480] ppid=28476 vsize=8512 CPUtime=0.02 cores=1,3,5,7
/proc/28480/stat : 28480 (pwbo2.02) R 28476 28480 28437 0 -1 4202496 1366 0 0 0 2 0 0 0 20 0 1 0 367899044 8716288 1319 33554432000 4194304 5964478 140733394441488 140736352539880 5136490 0 0 4096 16387 0 0 0 17 5 0 0 1 0 0
/proc/28480/statm: 2128 1320 234 433 0 1429 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 8512

[startup+0.100312 s]
/proc/loadavg: 0.16 0.03 0.01 3/175 28480
/proc/meminfo: memFree=29443136/32873844 swapFree=7628/7628
[pid=28480] ppid=28476 vsize=10916 CPUtime=0.07 cores=1,3,5,7
/proc/28480/stat : 28480 (pwbo2.02) R 28476 28480 28437 0 -1 4202496 2143 0 0 0 7 0 0 0 20 0 1 0 367899044 11177984 2096 33554432000 4194304 5964478 140733394441488 140736352539880 5136490 0 0 4096 16387 0 0 0 17 5 0 0 1 0 0
/proc/28480/statm: 2729 2096 417 433 0 2030 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 10916

[startup+0.300155 s]
/proc/loadavg: 0.16 0.03 0.01 3/175 28480
/proc/meminfo: memFree=29443136/32873844 swapFree=7628/7628
[pid=28480] ppid=28476 vsize=91156 CPUtime=0.27 cores=1,3,5,7
/proc/28480/stat : 28480 (pwbo2.02) S 28476 28480 28437 0 -1 4202496 5090 0 0 0 26 1 0 0 20 0 2 0 367899044 93343744 4375 33554432000 4194304 5964478 140733394441488 140733394441008 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 1 0 0
/proc/28480/statm: 22789 4375 186 433 0 22353 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 91156

[startup+0.700116 s]
/proc/loadavg: 0.16 0.03 0.01 3/175 28480
/proc/meminfo: memFree=29443136/32873844 swapFree=7628/7628
[pid=28480] ppid=28476 vsize=91156 CPUtime=0.67 cores=1,3,5,7
/proc/28480/stat : 28480 (pwbo2.02) S 28476 28480 28437 0 -1 4202496 5380 0 0 0 66 1 0 0 20 0 2 0 367899044 93343744 4665 33554432000 4194304 5964478 140733394441488 140733394441008 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 1 0 0
/proc/28480/statm: 22789 4665 186 433 0 22353 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 91156

[startup+1.50024 s]
/proc/loadavg: 0.31 0.07 0.02 4/179 28484
/proc/meminfo: memFree=29400688/32873844 swapFree=7628/7628
[pid=28480] ppid=28476 vsize=91156 CPUtime=1.47 cores=1,3,5,7
/proc/28480/stat : 28480 (pwbo2.02) S 28476 28480 28437 0 -1 4202496 5962 0 0 0 146 1 0 0 20 0 2 0 367899044 93343744 5247 33554432000 4194304 5964478 140733394441488 140733394441008 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 1 0 0
/proc/28480/statm: 22789 5247 186 433 0 22353 0
[pid=28480/tid=28483] ppid=28476 vsize=91156 CPUtime=1.38 cores=1,3,5,7
/proc/28480/task/28483/stat : 28483 (pwbo2.02) R 28476 28480 28437 0 -1 4202560 3349 0 0 0 137 1 0 0 20 0 2 0 367899054 93343744 5247 33554432000 4194304 5964478 140733394441488 139691374966776 5136420 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 91156

[startup+3.10031 s]
/proc/loadavg: 0.31 0.07 0.02 4/179 28484
/proc/meminfo: memFree=29393208/32873844 swapFree=7628/7628
[pid=28480] ppid=28476 vsize=91156 CPUtime=3.07 cores=1,3,5,7
/proc/28480/stat : 28480 (pwbo2.02) S 28476 28480 28437 0 -1 4202496 7157 0 0 0 306 1 0 0 20 0 2 0 367899044 93343744 6442 33554432000 4194304 5964478 140733394441488 140733394441008 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 1 0 0
/proc/28480/statm: 22789 6442 186 433 0 22353 0
[pid=28480/tid=28483] ppid=28476 vsize=91156 CPUtime=2.97 cores=1,3,5,7
/proc/28480/task/28483/stat : 28483 (pwbo2.02) R 28476 28480 28437 0 -1 4202560 4544 0 0 0 296 1 0 0 20 0 2 0 367899054 93343744 6442 33554432000 4194304 5964478 140733394441488 139691374966776 5136420 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 91156

[startup+6.30032 s]
/proc/loadavg: 0.44 0.10 0.03 4/179 28484
/proc/meminfo: memFree=29379568/32873844 swapFree=7628/7628
[pid=28480] ppid=28476 vsize=91156 CPUtime=6.27 cores=1,3,5,7
/proc/28480/stat : 28480 (pwbo2.02) S 28476 28480 28437 0 -1 4202496 8491 0 0 0 625 2 0 0 20 0 2 0 367899044 93343744 7776 33554432000 4194304 5964478 140733394441488 140733394441008 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 1 0 0
/proc/28480/statm: 22789 7776 186 433 0 22353 0
[pid=28480/tid=28483] ppid=28476 vsize=91156 CPUtime=6.16 cores=1,3,5,7
/proc/28480/task/28483/stat : 28483 (pwbo2.02) R 28476 28480 28437 0 -1 4202560 5878 0 0 0 615 1 0 0 20 0 2 0 367899054 93343744 7776 33554432000 4194304 5964478 140733394441488 139691374966584 4400044 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 91156

[startup+12.7003 s]
/proc/loadavg: 0.57 0.13 0.04 3/179 28484
/proc/meminfo: memFree=29353304/32873844 swapFree=7628/7628
[pid=28480] ppid=28476 vsize=91156 CPUtime=12.67 cores=1,3,5,7
/proc/28480/stat : 28480 (pwbo2.02) S 28476 28480 28437 0 -1 4202496 10512 0 0 0 1264 3 0 0 20 0 2 0 367899044 93343744 9797 33554432000 4194304 5964478 140733394441488 140733394441008 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 1 0 0
/proc/28480/statm: 22789 9797 186 433 0 22353 0
[pid=28480/tid=28483] ppid=28476 vsize=91156 CPUtime=12.55 cores=1,3,5,7
/proc/28480/task/28483/stat : 28483 (pwbo2.02) R 28476 28480 28437 0 -1 4202560 7899 0 0 0 1253 2 0 0 20 0 2 0 367899054 93343744 9797 33554432000 4194304 5964478 140733394441488 139691374966776 5136420 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 91156

[startup+25.5003 s]
/proc/loadavg: 0.79 0.19 0.06 3/178 28484
/proc/meminfo: memFree=29329248/32873844 swapFree=7628/7628
[pid=28480] ppid=28476 vsize=91156 CPUtime=25.46 cores=1,3,5,7
/proc/28480/stat : 28480 (pwbo2.02) S 28476 28480 28437 0 -1 4202496 15218 0 0 0 2541 5 0 0 20 0 2 0 367899044 93343744 14503 33554432000 4194304 5964478 140733394441488 140733394441008 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 1 0 0
/proc/28480/statm: 22789 14503 186 433 0 22353 0
[pid=28480/tid=28483] ppid=28476 vsize=91156 CPUtime=25.32 cores=1,3,5,7
/proc/28480/task/28483/stat : 28483 (pwbo2.02) R 28476 28480 28437 0 -1 4202560 12605 0 0 0 2527 5 0 0 20 0 2 0 367899054 93343744 14503 33554432000 4194304 5964478 140733394441488 139691374966776 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 91156

[startup+51.1004 s]
/proc/loadavg: 1.26 0.36 0.12 4/179 28485
/proc/meminfo: memFree=29254988/32873844 swapFree=7628/7628
[pid=28480] ppid=28476 vsize=156692 CPUtime=51.05 cores=1,3,5,7
/proc/28480/stat : 28480 (pwbo2.02) S 28476 28480 28437 0 -1 4202496 27659 0 0 0 5096 9 0 0 20 0 2 0 367899044 160452608 27097 33554432000 4194304 5964478 140733394441488 140733394441008 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 1 0 0
/proc/28480/statm: 39173 27097 186 433 0 38737 0
[pid=28480/tid=28483] ppid=28476 vsize=156692 CPUtime=50.84 cores=1,3,5,7
/proc/28480/task/28483/stat : 28483 (pwbo2.02) R 28476 28480 28437 0 -1 4202560 25046 0 0 0 5075 9 0 0 20 0 2 0 367899054 160452608 27097 33554432000 4194304 5964478 140733394441488 139691374966776 4399920 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 156692

[startup+102.307 s]
/proc/loadavg: 1.68 0.61 0.22 4/179 28485
/proc/meminfo: memFree=29171456/32873844 swapFree=7628/7628
[pid=28480] ppid=28476 vsize=157416 CPUtime=102.22 cores=1,3,5,7
/proc/28480/stat : 28480 (pwbo2.02) S 28476 28480 28437 0 -1 4202496 34339 0 0 0 10210 12 0 0 20 0 2 0 367899044 161193984 33777 33554432000 4194304 5964478 140733394441488 140733394441008 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 1 0 0
/proc/28480/statm: 39354 33777 186 433 0 38918 0
[pid=28480/tid=28483] ppid=28476 vsize=157416 CPUtime=101.89 cores=1,3,5,7
/proc/28480/task/28483/stat : 28483 (pwbo2.02) R 28476 28480 28437 0 -1 4202560 31726 0 0 0 10177 12 0 0 20 0 2 0 367899054 161193984 33777 33554432000 4194304 5964478 140733394441488 139691374966776 4382031 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 157416

[startup+162.3 s]
/proc/loadavg: 1.88 0.86 0.33 4/179 28485
/proc/meminfo: memFree=29078996/32873844 swapFree=7628/7628
[pid=28480] ppid=28476 vsize=157416 CPUtime=162.19 cores=1,3,5,7
/proc/28480/stat : 28480 (pwbo2.02) S 28476 28480 28437 0 -1 4202496 36040 0 0 0 16206 13 0 0 20 0 2 0 367899044 161193984 35464 33554432000 4194304 5964478 140733394441488 140733394441008 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 1 0 0
/proc/28480/statm: 39354 35464 186 433 0 38918 0
[pid=28480/tid=28483] ppid=28476 vsize=157416 CPUtime=161.71 cores=1,3,5,7
/proc/28480/task/28483/stat : 28483 (pwbo2.02) R 28476 28480 28437 0 -1 4202560 33427 0 0 0 16157 14 0 0 20 0 2 0 367899054 161193984 35464 33554432000 4194304 5964478 140733394441488 139691374966584 4400069 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 157416

[startup+222.3 s]
/proc/loadavg: 1.95 1.07 0.43 3/179 28485
/proc/meminfo: memFree=29008052/32873844 swapFree=7628/7628
[pid=28480] ppid=28476 vsize=222952 CPUtime=222.18 cores=1,3,5,7
/proc/28480/stat : 28480 (pwbo2.02) S 28476 28480 28437 0 -1 4202496 49128 0 0 0 22199 19 0 0 20 0 2 0 367899044 228302848 48552 33554432000 4194304 5964478 140733394441488 140733394441008 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 1 0 0
/proc/28480/statm: 55738 48552 186 433 0 55302 0
[pid=28480/tid=28483] ppid=28476 vsize=222952 CPUtime=221.56 cores=1,3,5,7
/proc/28480/task/28483/stat : 28483 (pwbo2.02) R 28476 28480 28437 0 -1 4202560 46515 0 0 0 22135 21 0 0 20 0 2 0 367899054 228302848 48552 33554432000 4194304 5964478 140733394441488 139691374966776 4399915 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 222952

[startup+282.3 s]
/proc/loadavg: 2.03 1.25 0.53 4/179 28485
/proc/meminfo: memFree=28984232/32873844 swapFree=7628/7628
[pid=28480] ppid=28476 vsize=223312 CPUtime=282.17 cores=1,3,5,7
/proc/28480/stat : 28480 (pwbo2.02) S 28476 28480 28437 0 -1 4202496 49146 0 0 0 28198 19 0 0 20 0 2 0 367899044 228671488 48570 33554432000 4194304 5964478 140733394441488 140733394441008 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 1 0 0
/proc/28480/statm: 55828 48570 186 433 0 55392 0
[pid=28480/tid=28483] ppid=28476 vsize=223312 CPUtime=281.41 cores=1,3,5,7
/proc/28480/task/28483/stat : 28483 (pwbo2.02) R 28476 28480 28437 0 -1 4202560 46533 0 0 0 28119 22 0 0 20 0 2 0 367899054 228671488 48570 33554432000 4194304 5964478 140733394441488 139691374966952 4220672 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 223312

[startup+342.3 s]
/proc/loadavg: 2.05 1.40 0.62 4/179 28486
/proc/meminfo: memFree=28937544/32873844 swapFree=7628/7628
[pid=28480] ppid=28476 vsize=288848 CPUtime=342.13 cores=1,3,5,7
/proc/28480/stat : 28480 (pwbo2.02) S 28476 28480 28437 0 -1 4202496 57262 0 0 0 34189 24 0 0 20 0 2 0 367899044 295780352 56680 33554432000 4194304 5964478 140733394441488 140733394441008 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 1 0 0
/proc/28480/statm: 72212 56680 186 433 0 71776 0
[pid=28480/tid=28483] ppid=28476 vsize=288848 CPUtime=341.22 cores=1,3,5,7
/proc/28480/task/28483/stat : 28483 (pwbo2.02) R 28476 28480 28437 0 -1 4202560 54649 0 0 0 34093 29 0 0 20 0 2 0 367899054 295780352 56680 33554432000 4194304 5964478 140733394441488 139691374966776 4400087 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 342.13
Current children cumulated vsize (KiB) 288848

[startup+402.3 s]
/proc/loadavg: 2.06 1.52 0.71 4/179 28486
/proc/meminfo: memFree=28876948/32873844 swapFree=7628/7628
[pid=28480] ppid=28476 vsize=288848 CPUtime=402.12 cores=1,3,5,7
/proc/28480/stat : 28480 (pwbo2.02) S 28476 28480 28437 0 -1 4202496 67011 0 0 0 40181 31 0 0 20 0 2 0 367899044 295780352 66429 33554432000 4194304 5964478 140733394441488 140733394441008 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 1 0 0
/proc/28480/statm: 72212 66429 186 433 0 71776 0
[pid=28480/tid=28483] ppid=28476 vsize=288848 CPUtime=401.07 cores=1,3,5,7
/proc/28480/task/28483/stat : 28483 (pwbo2.02) R 28476 28480 28437 0 -1 4202560 64398 0 0 0 40070 37 0 0 20 0 2 0 367899054 295780352 66429 33554432000 4194304 5964478 140733394441488 139691374966584 4221072 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 402.12
Current children cumulated vsize (KiB) 288848

[startup+462.3 s]
/proc/loadavg: 2.09 1.62 0.80 4/180 28489
/proc/meminfo: memFree=28854860/32873844 swapFree=7628/7628
[pid=28480] ppid=28476 vsize=354384 CPUtime=462.11 cores=1,3,5,7

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


[startup+1422.31 s]
/proc/loadavg: 2.00 1.97 1.55 3/179 28496
/proc/meminfo: memFree=28486728/32873844 swapFree=7628/7628
[pid=28480] ppid=28476 vsize=485996 CPUtime=1421.93 cores=1,3,5,7
/proc/28480/stat : 28480 (pwbo2.02) S 28476 28480 28437 0 -1 4202496 108331 0 0 0 142136 57 0 0 20 0 2 0 367899044 497659904 108353 33554432000 4194304 5964478 140733394441488 140733394441008 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 1 0 0
/proc/28480/statm: 121499 108353 186 433 0 121063 0
[pid=28480/tid=28483] ppid=28476 vsize=485996 CPUtime=1418.42 cores=1,3,5,7
/proc/28480/task/28483/stat : 28483 (pwbo2.02) R 28476 28480 28437 0 -1 4202560 105718 0 0 0 141765 77 0 0 20 0 2 0 367899054 497659904 108353 33554432000 4194304 5964478 140733394441488 139691374966776 4399915 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1421.93
Current children cumulated vsize (KiB) 485996

[startup+1482.3 s]
/proc/loadavg: 2.00 1.97 1.57 4/179 28496
/proc/meminfo: memFree=28427324/32873844 swapFree=7628/7628
[pid=28480] ppid=28476 vsize=485996 CPUtime=1481.91 cores=1,3,5,7
/proc/28480/stat : 28480 (pwbo2.02) S 28476 28480 28437 0 -1 4202496 108331 0 0 0 148134 57 0 0 20 0 2 0 367899044 497659904 108376 33554432000 4194304 5964478 140733394441488 140733394441008 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 1 0 0
/proc/28480/statm: 121499 108376 186 433 0 121063 0
[pid=28480/tid=28483] ppid=28476 vsize=485996 CPUtime=1478.26 cores=1,3,5,7
/proc/28480/task/28483/stat : 28483 (pwbo2.02) R 28476 28480 28437 0 -1 4202560 105718 0 0 0 147748 78 0 0 20 0 2 0 367899054 497659904 108376 33554432000 4194304 5964478 140733394441488 139691374966776 4381993 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1481.91
Current children cumulated vsize (KiB) 485996

[startup+1542.3 s]
/proc/loadavg: 2.00 1.97 1.60 4/179 28496
/proc/meminfo: memFree=28426624/32873844 swapFree=7628/7628
[pid=28480] ppid=28476 vsize=485996 CPUtime=1541.88 cores=1,3,5,7
/proc/28480/stat : 28480 (pwbo2.02) S 28476 28480 28437 0 -1 4202496 108379 0 0 0 154131 57 0 0 20 0 2 0 367899044 497659904 108520 33554432000 4194304 5964478 140733394441488 140733394441008 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 1 0 0
/proc/28480/statm: 121499 108520 186 433 0 121063 0
[pid=28480/tid=28483] ppid=28476 vsize=485996 CPUtime=1538.09 cores=1,3,5,7
/proc/28480/task/28483/stat : 28483 (pwbo2.02) R 28476 28480 28437 0 -1 4202560 105766 0 0 0 153730 79 0 0 20 0 2 0 367899054 497659904 108520 33554432000 4194304 5964478 140733394441488 139691374966776 4220672 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1541.88
Current children cumulated vsize (KiB) 485996

[startup+1602.3 s]
/proc/loadavg: 2.00 1.97 1.62 4/179 28497
/proc/meminfo: memFree=28422900/32873844 swapFree=7628/7628
[pid=28480] ppid=28476 vsize=485996 CPUtime=1601.86 cores=1,3,5,7
/proc/28480/stat : 28480 (pwbo2.02) S 28476 28480 28437 0 -1 4202496 109381 0 0 0 160129 57 0 0 20 0 2 0 367899044 497659904 109520 33554432000 4194304 5964478 140733394441488 140733394441008 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 1 0 0
/proc/28480/statm: 121499 109520 186 433 0 121063 0
[pid=28480/tid=28483] ppid=28476 vsize=485996 CPUtime=1597.93 cores=1,3,5,7
/proc/28480/task/28483/stat : 28483 (pwbo2.02) R 28476 28480 28437 0 -1 4202560 106768 0 0 0 159712 81 0 0 20 0 2 0 367899054 497659904 109520 33554432000 4194304 5964478 140733394441488 139691374966776 4381996 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1601.86
Current children cumulated vsize (KiB) 485996

[startup+1662.3 s]
/proc/loadavg: 2.00 1.97 1.64 4/180 28500
/proc/meminfo: memFree=28422748/32873844 swapFree=7628/7628
[pid=28480] ppid=28476 vsize=485996 CPUtime=1661.85 cores=1,3,5,7
/proc/28480/stat : 28480 (pwbo2.02) S 28476 28480 28437 0 -1 4202496 109383 0 0 0 166128 57 0 0 20 0 2 0 367899044 497659904 109546 33554432000 4194304 5964478 140733394441488 140733394441008 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 1 0 0
/proc/28480/statm: 121499 109546 186 433 0 121063 0
[pid=28480/tid=28483] ppid=28476 vsize=485996 CPUtime=1657.78 cores=1,3,5,7
/proc/28480/task/28483/stat : 28483 (pwbo2.02) R 28476 28480 28437 0 -1 4202560 106770 0 0 0 165696 82 0 0 20 0 2 0 367899054 497659904 109546 33554432000 4194304 5964478 140733394441488 139691374966776 4382257 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1661.85
Current children cumulated vsize (KiB) 485996

[startup+1722.3 s]
/proc/loadavg: 2.00 1.97 1.66 4/179 28500
/proc/meminfo: memFree=28397476/32873844 swapFree=7628/7628
[pid=28480] ppid=28476 vsize=485996 CPUtime=1721.84 cores=1,3,5,7
/proc/28480/stat : 28480 (pwbo2.02) S 28476 28480 28437 0 -1 4202496 109383 0 0 0 172127 57 0 0 20 0 2 0 367899044 497659904 109546 33554432000 4194304 5964478 140733394441488 140733394441008 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 1 0 0
/proc/28480/statm: 121499 109546 186 433 0 121063 0
[pid=28480/tid=28483] ppid=28476 vsize=485996 CPUtime=1717.62 cores=1,3,5,7
/proc/28480/task/28483/stat : 28483 (pwbo2.02) R 28476 28480 28437 0 -1 4202560 106770 0 0 0 171679 83 0 0 20 0 2 0 367899054 497659904 109546 33554432000 4194304 5964478 140733394441488 139691374966776 4400087 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1721.84
Current children cumulated vsize (KiB) 485996

[startup+1782.3 s]
/proc/loadavg: 2.00 1.97 1.68 4/179 28500
/proc/meminfo: memFree=28396548/32873844 swapFree=7628/7628
[pid=28480] ppid=28476 vsize=485996 CPUtime=1781.83 cores=1,3,5,7
/proc/28480/stat : 28480 (pwbo2.02) S 28476 28480 28437 0 -1 4202496 109387 0 0 0 178126 57 0 0 20 0 2 0 367899044 497659904 109550 33554432000 4194304 5964478 140733394441488 140733394441008 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 1 0 0
/proc/28480/statm: 121499 109550 186 433 0 121063 0
[pid=28480/tid=28483] ppid=28476 vsize=485996 CPUtime=1777.47 cores=1,3,5,7
/proc/28480/task/28483/stat : 28483 (pwbo2.02) R 28476 28480 28437 0 -1 4202560 106774 0 0 0 177663 84 0 0 20 0 2 0 367899054 497659904 109550 33554432000 4194304 5964478 140733394441488 139691374966776 4381702 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1781.83
Current children cumulated vsize (KiB) 485996

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

[startup+1791.91 s]
/proc/loadavg: 2.00 1.97 1.68 4/179 28500
/proc/meminfo: memFree=28397032/32873844 swapFree=7628/7628
[pid=28480] ppid=28476 vsize=485996 CPUtime=1791.44 cores=1,3,5,7
/proc/28480/stat : 28480 (pwbo2.02) S 28476 28480 28437 0 -1 4202496 109392 0 0 0 179087 57 0 0 20 0 2 0 367899044 497659904 109555 33554432000 4194304 5964478 140733394441488 140733394441008 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 1 0 0
/proc/28480/statm: 121499 109555 186 433 0 121063 0
[pid=28480/tid=28483] ppid=28476 vsize=485996 CPUtime=1787.05 cores=1,3,5,7
/proc/28480/task/28483/stat : 28483 (pwbo2.02) R 28476 28480 28437 0 -1 4202560 106779 0 0 0 178621 84 0 0 20 0 2 0 367899054 497659904 109555 33554432000 4194304 5964478 140733394441488 139691374966776 4400056 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1791.44
Current children cumulated vsize (KiB) 485996

[startup+1795.1 s]
/proc/loadavg: 2.00 1.97 1.68 4/179 28500
/proc/meminfo: memFree=28397032/32873844 swapFree=7628/7628
[pid=28480] ppid=28476 vsize=485996 CPUtime=1794.64 cores=1,3,5,7
/proc/28480/stat : 28480 (pwbo2.02) S 28476 28480 28437 0 -1 4202496 109393 0 0 0 179407 57 0 0 20 0 2 0 367899044 497659904 109556 33554432000 4194304 5964478 140733394441488 140733394441008 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 1 0 0
/proc/28480/statm: 121499 109556 186 433 0 121063 0
[pid=28480/tid=28483] ppid=28476 vsize=485996 CPUtime=1790.24 cores=1,3,5,7
/proc/28480/task/28483/stat : 28483 (pwbo2.02) R 28476 28480 28437 0 -1 4202560 106780 0 0 0 178940 84 0 0 20 0 2 0 367899054 497659904 109556 33554432000 4194304 5964478 140733394441488 139691374966776 4400087 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1794.64
Current children cumulated vsize (KiB) 485996

[startup+1798.3 s]
/proc/loadavg: 2.00 1.97 1.68 4/179 28500
/proc/meminfo: memFree=28397032/32873844 swapFree=7628/7628
[pid=28480] ppid=28476 vsize=485996 CPUtime=1797.83 cores=1,3,5,7
/proc/28480/stat : 28480 (pwbo2.02) S 28476 28480 28437 0 -1 4202496 109395 0 0 0 179726 57 0 0 20 0 2 0 367899044 497659904 109558 33554432000 4194304 5964478 140733394441488 140733394441008 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 1 0 0
/proc/28480/statm: 121499 109558 186 433 0 121063 0
[pid=28480/tid=28483] ppid=28476 vsize=485996 CPUtime=1793.43 cores=1,3,5,7
/proc/28480/task/28483/stat : 28483 (pwbo2.02) R 28476 28480 28437 0 -1 4202560 106782 0 0 0 179259 84 0 0 20 0 2 0 367899054 497659904 109558 33554432000 4194304 5964478 140733394441488 139691374966776 4399920 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1797.83
Current children cumulated vsize (KiB) 485996

[startup+1799.1 s]
/proc/loadavg: 2.00 1.97 1.68 4/179 28500
/proc/meminfo: memFree=28397032/32873844 swapFree=7628/7628
[pid=28480] ppid=28476 vsize=485996 CPUtime=1798.63 cores=1,3,5,7
/proc/28480/stat : 28480 (pwbo2.02) S 28476 28480 28437 0 -1 4202496 109395 0 0 0 179806 57 0 0 20 0 2 0 367899044 497659904 109558 33554432000 4194304 5964478 140733394441488 140733394441008 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 1 0 0
/proc/28480/statm: 121499 109558 186 433 0 121063 0
[pid=28480/tid=28483] ppid=28476 vsize=485996 CPUtime=1794.23 cores=1,3,5,7
/proc/28480/task/28483/stat : 28483 (pwbo2.02) R 28476 28480 28437 0 -1 4202560 106782 0 0 0 179339 84 0 0 20 0 2 0 367899054 497659904 109558 33554432000 4194304 5964478 140733394441488 139691374966776 4400056 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1798.63
Current children cumulated vsize (KiB) 485996

[startup+1799.5 s]
/proc/loadavg: 2.00 1.97 1.68 4/179 28500
/proc/meminfo: memFree=28397032/32873844 swapFree=7628/7628
[pid=28480] ppid=28476 vsize=485996 CPUtime=1799.04 cores=1,3,5,7
/proc/28480/stat : 28480 (pwbo2.02) S 28476 28480 28437 0 -1 4202496 109395 0 0 0 179847 57 0 0 20 0 2 0 367899044 497659904 109558 33554432000 4194304 5964478 140733394441488 140733394441008 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 1 0 0
/proc/28480/statm: 121499 109558 186 433 0 121063 0
[pid=28480/tid=28483] ppid=28476 vsize=485996 CPUtime=1794.63 cores=1,3,5,7
/proc/28480/task/28483/stat : 28483 (pwbo2.02) R 28476 28480 28437 0 -1 4202560 106782 0 0 0 179379 84 0 0 20 0 2 0 367899054 497659904 109558 33554432000 4194304 5964478 140733394441488 139691374966776 4400056 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.04
Current children cumulated vsize (KiB) 485996

[startup+1799.9 s]
/proc/loadavg: 2.00 1.97 1.68 4/179 28500
/proc/meminfo: memFree=28397032/32873844 swapFree=7628/7628
[pid=28480] ppid=28476 vsize=485996 CPUtime=1799.43 cores=1,3,5,7
/proc/28480/stat : 28480 (pwbo2.02) S 28476 28480 28437 0 -1 4202496 109395 0 0 0 179886 57 0 0 20 0 2 0 367899044 497659904 109558 33554432000 4194304 5964478 140733394441488 140733394441008 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 1 0 0
/proc/28480/statm: 121499 109558 186 433 0 121063 0
[pid=28480/tid=28483] ppid=28476 vsize=485996 CPUtime=1795.02 cores=1,3,5,7
/proc/28480/task/28483/stat : 28483 (pwbo2.02) R 28476 28480 28437 0 -1 4202560 106782 0 0 0 179418 84 0 0 20 0 2 0 367899054 497659904 109558 33554432000 4194304 5964478 140733394441488 139691374966776 4399920 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.43
Current children cumulated vsize (KiB) 485996

[startup+1800 s]
/proc/loadavg: 2.00 1.97 1.68 4/179 28500
/proc/meminfo: memFree=28397032/32873844 swapFree=7628/7628
[pid=28480] ppid=28476 vsize=485996 CPUtime=1799.53 cores=1,3,5,7
/proc/28480/stat : 28480 (pwbo2.02) S 28476 28480 28437 0 -1 4202496 109395 0 0 0 179896 57 0 0 20 0 2 0 367899044 497659904 109558 33554432000 4194304 5964478 140733394441488 140733394441008 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 1 0 0
/proc/28480/statm: 121499 109558 186 433 0 121063 0
[pid=28480/tid=28483] ppid=28476 vsize=485996 CPUtime=1795.12 cores=1,3,5,7
/proc/28480/task/28483/stat : 28483 (pwbo2.02) R 28476 28480 28437 0 -1 4202560 106782 0 0 0 179428 84 0 0 20 0 2 0 367899054 497659904 109558 33554432000 4194304 5964478 140733394441488 139691374966776 4381677 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.53
Current children cumulated vsize (KiB) 485996

Child status: 255

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 28480 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=386211
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=857869
# CPU time returned by wait4() is 1795.24
# 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.96
CPU system time (s): 0.57
CPU usage (%): 99.9726
Max. virtual memory (cumulated for all children) (KiB): 485996

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.39
system time used= 0.857869
maximum resident set size= 438244
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 109398
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= 178
involuntary context switches= 2225

runsolver used 3.07553 second user time and 8.39072 second system time

The end

Launcher Data

Begin job on node146 at 2012-06-06 23:22:21
IDJOB=3726693
IDBENCH=90164
IDSOLVER=2310
FILE ID=node146/3726693-1339017741
RUNJOBID= node146-1339017741-28454
PBS_JOBID= 14643269
Free space on /tmp= 71300 MiB

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

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

MD5SUM BENCH= 2e2bfba9fd441b7330d2c90af940d9b0
RANDOM SEED=588582354

node146.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		: 2667.034
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	: 5334.06
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		: 2667.034
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.92
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		: 2667.034
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		: 2667.034
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		: 2667.034
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		: 2667.034
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		: 2667.034
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		: 2667.034
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.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        29444788 kB
Buffers:          352384 kB
Cached:          2246808 kB
SwapCached:         2368 kB
Active:          1202880 kB
Inactive:        1400956 kB
Active(anon):       2124 kB
Inactive(anon):     4684 kB
Active(file):    1200756 kB
Inactive(file):  1396272 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67099948 kB
Dirty:             13608 kB
Writeback:             0 kB
AnonPages:         10044 kB
Mapped:             8244 kB
Shmem:                 0 kB
Slab:             688356 kB
SReclaimable:     128532 kB
SUnreclaim:       559824 kB
KernelStack:        1376 kB
PageTables:         3932 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     104144 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= 71288 MiB
End job on node146 at 2012-06-06 23:52:21