Trace number 3704370

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.0? 1799.62 1800.01

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/ShortestPathBA/
normalized-BeauxArts_K65.opb
MD5SUMa4b90b74bc3d4958439bc17b9ac2ee03
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark312.531
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3575
Total number of constraints3707
Number of constraints which are clauses3642
Number of constraints which are cardinality constraints (but not clauses)65
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint65
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 66
Number of bits of the biggest sum of numbers7
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.0 beta - March, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing opb file format. File HOME/instance-3704370-1338107795.opb.
0.00/0.00	c Instance file HOME/instance-3704370-1338107795.opb
0.00/0.00	c File size is 219669 bytes.
0.00/0.01	c Highest Coefficient sum: 66
0.00/0.01	c ============================[ Problem Statistics ]=============================
0.00/0.01	c |                                                                             |
0.00/0.01	c |  Parsing time:          0.02         s                                      |
0.00/0.01	c |  Number Variables:      3575                                                |
0.00/0.01	c |  Number Clauses:        3642                                                |
0.00/0.01	c |  Number Cardinality:    65                                                  |
0.00/0.01	c |  Number PB Constraints: 0                                                   |
0.00/0.01	c |                                                                             |
0.00/0.02	c |  Problem Type:          Decision                                            |
0.00/0.02	c |  Objective Function:    None                                                |
0.00/0.02	c |                                                                             |
0.00/0.02	c ===============================================================================
1799.62/1800.00	c ===============================================================================
1799.62/1800.00	c Wall Clock Time: 1800.00 s
1799.62/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-3704370-1338107795/watcher-3704370-1338107795 -o /tmp/evaluation-result-3704370-1338107795/solver-3704370-1338107795 -C 1800 -W 1900 -M 15500 pwbo2.0 -file-format=opb -verbosity=0 -thread=1 HOME/instance-3704370-1338107795.opb 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 21013
/proc/meminfo: memFree=28571052/32873648 swapFree=6604/6604
[pid=21013] ppid=21011 vsize=3944 CPUtime=0 cores=1,3,5,7
/proc/21013/stat : 21013 (pwbo2.0) R 21011 21013 17458 0 -1 4202496 469 0 0 0 0 0 0 0 20 0 1 0 276904014 4038656 421 33554432000 4194304 5965102 140735639746272 140735639743688 5134336 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/21013/statm: 986 421 165 433 0 496 0

[startup+0.023792 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 21013
/proc/meminfo: memFree=28571052/32873648 swapFree=6604/6604
[pid=21013] ppid=21011 vsize=85084 CPUtime=0.01 cores=1,3,5,7
/proc/21013/stat : 21013 (pwbo2.0) S 21011 21013 17458 0 -1 4202496 1518 0 0 0 1 0 0 0 20 0 2 0 276904014 87126016 1416 33554432000 4194304 5965102 140735639746272 140735639745792 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21013/statm: 21271 1416 177 433 0 20835 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 85084

[startup+0.100161 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 21013
/proc/meminfo: memFree=28571052/32873648 swapFree=6604/6604
[pid=21013] ppid=21011 vsize=85084 CPUtime=0.09 cores=1,3,5,7
/proc/21013/stat : 21013 (pwbo2.0) S 21011 21013 17458 0 -1 4202496 1784 0 0 0 9 0 0 0 20 0 2 0 276904014 87126016 1682 33554432000 4194304 5965102 140735639746272 140735639745792 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21013/statm: 21271 1682 190 433 0 20835 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 85084

[startup+0.300112 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 21013
/proc/meminfo: memFree=28571052/32873648 swapFree=6604/6604
[pid=21013] ppid=21011 vsize=85084 CPUtime=0.29 cores=1,3,5,7
/proc/21013/stat : 21013 (pwbo2.0) S 21011 21013 17458 0 -1 4202496 2055 0 0 0 29 0 0 0 20 0 2 0 276904014 87126016 1953 33554432000 4194304 5965102 140735639746272 140735639745792 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21013/statm: 21271 1953 190 433 0 20835 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 85084

[startup+0.700111 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 21013
/proc/meminfo: memFree=28571052/32873648 swapFree=6604/6604
[pid=21013] ppid=21011 vsize=85084 CPUtime=0.69 cores=1,3,5,7
/proc/21013/stat : 21013 (pwbo2.0) S 21011 21013 17458 0 -1 4202496 2604 0 0 0 69 0 0 0 20 0 2 0 276904014 87126016 2502 33554432000 4194304 5965102 140735639746272 140735639745792 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21013/statm: 21271 2502 190 433 0 20835 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 85084

[startup+1.50025 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 21015
/proc/meminfo: memFree=28560736/32873648 swapFree=6604/6604
[pid=21013] ppid=21011 vsize=85084 CPUtime=1.48 cores=1,3,5,7
/proc/21013/stat : 21013 (pwbo2.0) S 21011 21013 17458 0 -1 4202496 3396 0 0 0 148 0 0 0 20 0 2 0 276904014 87126016 3294 33554432000 4194304 5965102 140735639746272 140735639745792 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21013/statm: 21271 3294 190 433 0 20835 0
[pid=21013/tid=21015] ppid=21011 vsize=85084 CPUtime=1.46 cores=1,3,5,7
/proc/21013/task/21015/stat : 21015 (pwbo2.0) R 21011 21013 17458 0 -1 4202560 2269 0 0 0 146 0 0 0 20 0 2 0 276904016 87126016 3294 33554432000 4194304 5965102 140735639746272 140569712609080 5137076 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 85084

[startup+3.10025 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 21015
/proc/meminfo: memFree=28556264/32873648 swapFree=6604/6604
[pid=21013] ppid=21011 vsize=85228 CPUtime=3.09 cores=1,3,5,7
/proc/21013/stat : 21013 (pwbo2.0) S 21011 21013 17458 0 -1 4202496 3845 0 0 0 308 1 0 0 20 0 2 0 276904014 87273472 3743 33554432000 4194304 5965102 140735639746272 140735639745792 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21013/statm: 21307 3743 190 433 0 20871 0
[pid=21013/tid=21015] ppid=21011 vsize=85228 CPUtime=3.05 cores=1,3,5,7
/proc/21013/task/21015/stat : 21015 (pwbo2.0) R 21011 21013 17458 0 -1 4202560 2718 0 0 0 305 0 0 0 20 0 2 0 276904016 87273472 3743 33554432000 4194304 5965102 140735639746272 140569712609080 4401127 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 85228

[startup+6.30027 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 21015
/proc/meminfo: memFree=28552336/32873648 swapFree=6604/6604
[pid=21013] ppid=21011 vsize=85228 CPUtime=6.28 cores=1,3,5,7
/proc/21013/stat : 21013 (pwbo2.0) S 21011 21013 17458 0 -1 4202496 5395 0 0 0 627 1 0 0 20 0 2 0 276904014 87273472 5293 33554432000 4194304 5965102 140735639746272 140735639745792 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21013/statm: 21307 5293 190 433 0 20871 0
[pid=21013/tid=21015] ppid=21011 vsize=85228 CPUtime=6.25 cores=1,3,5,7
/proc/21013/task/21015/stat : 21015 (pwbo2.0) R 21011 21013 17458 0 -1 4202560 4268 0 0 0 624 1 0 0 20 0 2 0 276904016 87273472 5293 33554432000 4194304 5965102 140735639746272 140569712609320 4401582 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 85228

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 21015
/proc/meminfo: memFree=28542748/32873648 swapFree=6604/6604
[pid=21013] ppid=21011 vsize=85300 CPUtime=12.68 cores=1,3,5,7
/proc/21013/stat : 21013 (pwbo2.0) S 21011 21013 17458 0 -1 4202496 7068 0 0 0 1266 2 0 0 20 0 2 0 276904014 87347200 6966 33554432000 4194304 5965102 140735639746272 140735639745792 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21013/statm: 21325 6966 190 433 0 20889 0
[pid=21013/tid=21015] ppid=21011 vsize=85300 CPUtime=12.63 cores=1,3,5,7
/proc/21013/task/21015/stat : 21015 (pwbo2.0) R 21011 21013 17458 0 -1 4202560 5941 0 0 0 1261 2 0 0 20 0 2 0 276904016 87347200 6966 33554432000 4194304 5965102 140735639746272 140569712609320 4400960 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 85300

[startup+25.5003 s]
/proc/loadavg: 2.07 2.02 2.00 3/179 21015
/proc/meminfo: memFree=28535424/32873648 swapFree=6604/6604
[pid=21013] ppid=21011 vsize=85300 CPUtime=25.49 cores=1,3,5,7
/proc/21013/stat : 21013 (pwbo2.0) S 21011 21013 17458 0 -1 4202496 8784 0 0 0 2546 3 0 0 20 0 2 0 276904014 87347200 8682 33554432000 4194304 5965102 140735639746272 140735639745792 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21013/statm: 21325 8682 190 433 0 20889 0
[pid=21013/tid=21015] ppid=21011 vsize=85300 CPUtime=25.4 cores=1,3,5,7
/proc/21013/task/21015/stat : 21015 (pwbo2.0) R 21011 21013 17458 0 -1 4202560 7657 0 0 0 2537 3 0 0 20 0 2 0 276904016 87347200 8682 33554432000 4194304 5965102 140735639746272 140569712609080 5137076 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 85300

[startup+51.1003 s]
/proc/loadavg: 2.21 2.05 2.01 3/179 21015
/proc/meminfo: memFree=28523444/32873648 swapFree=6604/6604
[pid=21013] ppid=21011 vsize=85408 CPUtime=51.08 cores=1,3,5,7
/proc/21013/stat : 21013 (pwbo2.0) S 21011 21013 17458 0 -1 4202496 11730 0 0 0 5104 4 0 0 20 0 2 0 276904014 87457792 11628 33554432000 4194304 5965102 140735639746272 140735639745792 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21013/statm: 21352 11628 190 433 0 20916 0
[pid=21013/tid=21015] ppid=21011 vsize=85408 CPUtime=50.93 cores=1,3,5,7
/proc/21013/task/21015/stat : 21015 (pwbo2.0) R 21011 21013 17458 0 -1 4202560 10603 0 0 0 5089 4 0 0 20 0 2 0 276904016 87457792 11628 33554432000 4194304 5965102 140735639746272 140569712609080 4404604 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 85408

[startup+102.306 s]
/proc/loadavg: 2.09 2.04 2.01 3/179 21015
/proc/meminfo: memFree=28510220/32873648 swapFree=6604/6604
[pid=21013] ppid=21011 vsize=85712 CPUtime=102.27 cores=1,3,5,7
/proc/21013/stat : 21013 (pwbo2.0) S 21011 21013 17458 0 -1 4202496 14933 0 0 0 10221 6 0 0 20 0 2 0 276904014 87769088 14831 33554432000 4194304 5965102 140735639746272 140735639745792 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21013/statm: 21428 14831 190 433 0 20992 0
[pid=21013/tid=21015] ppid=21011 vsize=85712 CPUtime=102 cores=1,3,5,7
/proc/21013/task/21015/stat : 21015 (pwbo2.0) R 21011 21013 17458 0 -1 4202560 13806 0 0 0 10193 7 0 0 20 0 2 0 276904016 87769088 14831 33554432000 4194304 5965102 140735639746272 140569712609080 4401096 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 85712

[startup+162.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/179 21015
/proc/meminfo: memFree=28466700/32873648 swapFree=6604/6604
[pid=21013] ppid=21011 vsize=153408 CPUtime=162.26 cores=1,3,5,7
/proc/21013/stat : 21013 (pwbo2.0) S 21011 21013 17458 0 -1 4202496 18165 0 0 0 16218 8 0 0 20 0 2 0 276904014 157089792 18063 33554432000 4194304 5965102 140735639746272 140735639745792 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21013/statm: 38352 18063 190 433 0 37916 0
[pid=21013/tid=21015] ppid=21011 vsize=153408 CPUtime=161.84 cores=1,3,5,7
/proc/21013/task/21015/stat : 21015 (pwbo2.0) R 21011 21013 17458 0 -1 4202560 17038 0 0 0 16174 10 0 0 20 0 2 0 276904016 157089792 18063 33554432000 4194304 5965102 140735639746272 140569712609080 4401131 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 153408

[startup+222.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/180 21018
/proc/meminfo: memFree=28440144/32873648 swapFree=6604/6604
[pid=21013] ppid=21011 vsize=153648 CPUtime=222.25 cores=1,3,5,7
/proc/21013/stat : 21013 (pwbo2.0) S 21011 21013 17458 0 -1 4202496 22441 0 0 0 22215 10 0 0 20 0 2 0 276904014 157335552 22339 33554432000 4194304 5965102 140735639746272 140735639745792 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21013/statm: 38412 22339 190 433 0 37976 0
[pid=21013/tid=21015] ppid=21011 vsize=153648 CPUtime=221.69 cores=1,3,5,7
/proc/21013/task/21015/stat : 21015 (pwbo2.0) R 21011 21013 17458 0 -1 4202560 21314 0 0 0 22156 13 0 0 20 0 2 0 276904016 157335552 22339 33554432000 4194304 5965102 140735639746272 140569712609080 4400960 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 153648

[startup+282.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/179 21019
/proc/meminfo: memFree=28434492/32873648 swapFree=6604/6604
[pid=21013] ppid=21011 vsize=154872 CPUtime=282.21 cores=1,3,5,7
/proc/21013/stat : 21013 (pwbo2.0) S 21011 21013 17458 0 -1 4202496 23651 0 0 0 28210 11 0 0 20 0 2 0 276904014 158588928 23772 33554432000 4194304 5965102 140735639746272 140735639745792 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21013/statm: 38718 23772 190 433 0 38282 0
[pid=21013/tid=21015] ppid=21011 vsize=154872 CPUtime=281.5 cores=1,3,5,7
/proc/21013/task/21015/stat : 21015 (pwbo2.0) R 21011 21013 17458 0 -1 4202560 22524 0 0 0 28135 15 0 0 20 0 2 0 276904016 158588928 23772 33554432000 4194304 5965102 140735639746272 140569712609272 4400972 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 154872

[startup+342.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 21019
/proc/meminfo: memFree=28400968/32873648 swapFree=6604/6604
[pid=21013] ppid=21011 vsize=157320 CPUtime=342.21 cores=1,3,5,7
/proc/21013/stat : 21013 (pwbo2.0) S 21011 21013 17458 0 -1 4202496 28889 0 0 0 34205 16 0 0 20 0 2 0 276904014 161095680 29712 33554432000 4194304 5965102 140735639746272 140735639745792 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21013/statm: 39330 29712 190 433 0 38894 0
[pid=21013/tid=21015] ppid=21011 vsize=157320 CPUtime=341.35 cores=1,3,5,7
/proc/21013/task/21015/stat : 21015 (pwbo2.0) R 21011 21013 17458 0 -1 4202560 27762 0 0 0 34114 21 0 0 20 0 2 0 276904016 161095680 29712 33554432000 4194304 5965102 140735639746272 140569712609272 4401472 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 157320

[startup+402.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 21019
/proc/meminfo: memFree=28377088/32873648 swapFree=6604/6604
[pid=21013] ppid=21011 vsize=159048 CPUtime=402.19 cores=1,3,5,7
/proc/21013/stat : 21013 (pwbo2.0) S 21011 21013 17458 0 -1 4202496 34893 0 0 0 40201 18 0 0 20 0 2 0 276904014 162865152 35716 33554432000 4194304 5965102 140735639746272 140735639745792 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21013/statm: 39762 35716 190 433 0 39326 0
[pid=21013/tid=21015] ppid=21011 vsize=159048 CPUtime=401.2 cores=1,3,5,7
/proc/21013/task/21015/stat : 21015 (pwbo2.0) R 21011 21013 17458 0 -1 4202560 33766 0 0 0 40096 24 0 0 20 0 2 0 276904016 162865152 35716 33554432000 4194304 5965102 140735639746272 140569712609272 4404383 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 159048

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 21019
/proc/meminfo: memFree=28377336/32873648 swapFree=6604/6604
[pid=21013] ppid=21011 vsize=159048 CPUtime=462.18 cores=1,3,5,7

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


[startup+1422.31 s]
/proc/loadavg: 1.01 1.39 1.73 2/173 21052
/proc/meminfo: memFree=28688824/32873648 swapFree=6604/6604
[pid=21013] ppid=21011 vsize=323612 CPUtime=1422.01 cores=1,3,5,7
/proc/21013/stat : 21013 (pwbo2.0) S 21011 21013 17458 0 -1 4202496 66471 0 0 0 142155 46 0 0 20 0 2 0 276904014 331378688 67466 33554432000 4194304 5965102 140735639746272 140735639745792 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21013/statm: 80903 67466 190 433 0 80467 0
[pid=21013/tid=21015] ppid=21011 vsize=323612 CPUtime=1418.54 cores=1,3,5,7
/proc/21013/task/21015/stat : 21015 (pwbo2.0) R 21011 21013 17458 0 -1 4202560 65344 0 0 0 141788 66 0 0 20 0 2 0 276904016 331378688 67466 33554432000 4194304 5965102 140735639746272 140569712609080 4400960 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1422.01
Current children cumulated vsize (KiB) 323612

[startup+1482.3 s]
/proc/loadavg: 1.00 1.32 1.68 2/173 21076
/proc/meminfo: memFree=28683444/32873648 swapFree=6604/6604
[pid=21013] ppid=21011 vsize=324908 CPUtime=1481.99 cores=1,3,5,7
/proc/21013/stat : 21013 (pwbo2.0) S 21011 21013 17458 0 -1 4202496 67851 0 0 0 148151 48 0 0 20 0 2 0 276904014 332705792 68846 33554432000 4194304 5965102 140735639746272 140735639745792 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21013/statm: 81227 68846 190 433 0 80791 0
[pid=21013/tid=21015] ppid=21011 vsize=324908 CPUtime=1478.38 cores=1,3,5,7
/proc/21013/task/21015/stat : 21015 (pwbo2.0) R 21011 21013 17458 0 -1 4202560 66724 0 0 0 147768 70 0 0 20 0 2 0 276904016 332705792 68846 33554432000 4194304 5965102 140735639746272 140569712609080 4389308 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1481.99
Current children cumulated vsize (KiB) 324908

[startup+1542.3 s]
/proc/loadavg: 1.00 1.26 1.64 2/172 21076
/proc/meminfo: memFree=28666152/32873648 swapFree=6604/6604
[pid=21013] ppid=21011 vsize=328124 CPUtime=1541.98 cores=1,3,5,7
/proc/21013/stat : 21013 (pwbo2.0) S 21011 21013 17458 0 -1 4202496 72204 0 0 0 154145 53 0 0 20 0 2 0 276904014 335998976 73199 33554432000 4194304 5965102 140735639746272 140735639745792 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21013/statm: 82031 73200 190 433 0 81595 0
[pid=21013/tid=21015] ppid=21011 vsize=328124 CPUtime=1538.22 cores=1,3,5,7
/proc/21013/task/21015/stat : 21015 (pwbo2.0) R 21011 21013 17458 0 -1 4202560 71078 0 0 0 153746 76 0 0 20 0 2 0 276904016 335998976 73200 33554432000 4194304 5965102 140735639746272 140569712609272 5137076 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1541.98
Current children cumulated vsize (KiB) 328124

[startup+1602.3 s]
/proc/loadavg: 1.00 1.21 1.60 2/172 21076
/proc/meminfo: memFree=28663588/32873648 swapFree=6604/6604
[pid=21013] ppid=21011 vsize=328340 CPUtime=1601.96 cores=1,3,5,7
/proc/21013/stat : 21013 (pwbo2.0) S 21011 21013 17458 0 -1 4202496 72750 0 0 0 160142 54 0 0 20 0 2 0 276904014 336220160 73758 33554432000 4194304 5965102 140735639746272 140735639745792 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21013/statm: 82085 73758 190 433 0 81649 0
[pid=21013/tid=21015] ppid=21011 vsize=328340 CPUtime=1598.06 cores=1,3,5,7
/proc/21013/task/21015/stat : 21015 (pwbo2.0) R 21011 21013 17458 0 -1 4202560 71623 0 0 0 159728 78 0 0 20 0 2 0 276904016 336220160 73758 33554432000 4194304 5965102 140735639746272 140569712609080 4221120 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1601.96
Current children cumulated vsize (KiB) 328340

[startup+1662.3 s]
/proc/loadavg: 1.00 1.17 1.56 2/172 21076
/proc/meminfo: memFree=28662472/32873648 swapFree=6604/6604
[pid=21013] ppid=21011 vsize=329636 CPUtime=1661.95 cores=1,3,5,7
/proc/21013/stat : 21013 (pwbo2.0) S 21011 21013 17458 0 -1 4202496 73081 0 0 0 166141 54 0 0 20 0 2 0 276904014 337547264 74089 33554432000 4194304 5965102 140735639746272 140735639745792 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21013/statm: 82409 74089 190 433 0 81973 0
[pid=21013/tid=21015] ppid=21011 vsize=329636 CPUtime=1657.91 cores=1,3,5,7
/proc/21013/task/21015/stat : 21015 (pwbo2.0) R 21011 21013 17458 0 -1 4202560 71954 0 0 0 165712 79 0 0 20 0 2 0 276904016 337547264 74089 33554432000 4194304 5965102 140735639746272 140569712609320 4400960 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1661.95
Current children cumulated vsize (KiB) 329636

[startup+1722.3 s]
/proc/loadavg: 1.00 1.13 1.52 2/172 21076
/proc/meminfo: memFree=28653548/32873648 swapFree=6604/6604
[pid=21013] ppid=21011 vsize=330876 CPUtime=1721.94 cores=1,3,5,7
/proc/21013/stat : 21013 (pwbo2.0) S 21011 21013 17458 0 -1 4202496 75446 0 0 0 172137 57 0 0 20 0 2 0 276904014 338817024 76454 33554432000 4194304 5965102 140735639746272 140735639745792 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21013/statm: 82719 76454 190 433 0 82283 0
[pid=21013/tid=21015] ppid=21011 vsize=330876 CPUtime=1717.75 cores=1,3,5,7
/proc/21013/task/21015/stat : 21015 (pwbo2.0) R 21011 21013 17458 0 -1 4202560 74319 0 0 0 171692 83 0 0 20 0 2 0 276904016 338817024 76454 33554432000 4194304 5965102 140735639746272 140569712609272 4221120 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1721.94
Current children cumulated vsize (KiB) 330876

[startup+1782.3 s]
/proc/loadavg: 1.00 1.11 1.48 2/171 21076
/proc/meminfo: memFree=28625948/32873648 swapFree=6604/6604
[pid=21013] ppid=21011 vsize=398348 CPUtime=1781.93 cores=1,3,5,7
/proc/21013/stat : 21013 (pwbo2.0) S 21011 21013 17458 0 -1 4202496 82103 0 0 0 178128 65 0 0 20 0 2 0 276904014 407908352 83125 33554432000 4194304 5965102 140735639746272 140735639745792 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21013/statm: 99587 83125 190 433 0 99151 0
[pid=21013/tid=21015] ppid=21011 vsize=398348 CPUtime=1777.59 cores=1,3,5,7
/proc/21013/task/21015/stat : 21015 (pwbo2.0) R 21011 21013 17458 0 -1 4202560 80976 0 0 0 177667 92 0 0 20 0 2 0 276904016 407908352 83125 33554432000 4194304 5965102 140735639746272 140569712609272 4400960 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1781.93
Current children cumulated vsize (KiB) 398348

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

[startup+1791.91 s]
/proc/loadavg: 1.00 1.10 1.48 2/172 21077
/proc/meminfo: memFree=28625940/32873648 swapFree=6604/6604
[pid=21013] ppid=21011 vsize=398348 CPUtime=1791.53 cores=1,3,5,7
/proc/21013/stat : 21013 (pwbo2.0) S 21011 21013 17458 0 -1 4202496 82103 0 0 0 179088 65 0 0 20 0 2 0 276904014 407908352 83125 33554432000 4194304 5965102 140735639746272 140735639745792 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21013/statm: 99587 83125 190 433 0 99151 0
[pid=21013/tid=21015] ppid=21011 vsize=398348 CPUtime=1787.17 cores=1,3,5,7
/proc/21013/task/21015/stat : 21015 (pwbo2.0) R 21011 21013 17458 0 -1 4202560 80976 0 0 0 178625 92 0 0 20 0 2 0 276904016 407908352 83125 33554432000 4194304 5965102 140735639746272 140569712609272 4401582 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1791.53
Current children cumulated vsize (KiB) 398348

[startup+1795.1 s]
/proc/loadavg: 1.00 1.10 1.47 2/172 21077
/proc/meminfo: memFree=28625940/32873648 swapFree=6604/6604
[pid=21013] ppid=21011 vsize=398348 CPUtime=1794.73 cores=1,3,5,7
/proc/21013/stat : 21013 (pwbo2.0) S 21011 21013 17458 0 -1 4202496 82103 0 0 0 179408 65 0 0 20 0 2 0 276904014 407908352 83125 33554432000 4194304 5965102 140735639746272 140735639745792 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21013/statm: 99587 83125 190 433 0 99151 0
[pid=21013/tid=21015] ppid=21011 vsize=398348 CPUtime=1790.37 cores=1,3,5,7
/proc/21013/task/21015/stat : 21015 (pwbo2.0) R 21011 21013 17458 0 -1 4202560 80976 0 0 0 178945 92 0 0 20 0 2 0 276904016 407908352 83125 33554432000 4194304 5965102 140735639746272 140569712609272 4401127 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1794.73
Current children cumulated vsize (KiB) 398348

[startup+1798.3 s]
/proc/loadavg: 1.00 1.10 1.47 2/172 21077
/proc/meminfo: memFree=28625940/32873648 swapFree=6604/6604
[pid=21013] ppid=21011 vsize=398348 CPUtime=1797.92 cores=1,3,5,7
/proc/21013/stat : 21013 (pwbo2.0) S 21011 21013 17458 0 -1 4202496 82103 0 0 0 179727 65 0 0 20 0 2 0 276904014 407908352 83125 33554432000 4194304 5965102 140735639746272 140735639745792 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21013/statm: 99587 83125 190 433 0 99151 0
[pid=21013/tid=21015] ppid=21011 vsize=398348 CPUtime=1793.55 cores=1,3,5,7
/proc/21013/task/21015/stat : 21015 (pwbo2.0) R 21011 21013 17458 0 -1 4202560 80976 0 0 0 179263 92 0 0 20 0 2 0 276904016 407908352 83125 33554432000 4194304 5965102 140735639746272 140569712609272 4401127 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1797.92
Current children cumulated vsize (KiB) 398348

[startup+1799.1 s]
/proc/loadavg: 1.00 1.10 1.47 2/172 21077
/proc/meminfo: memFree=28625940/32873648 swapFree=6604/6604
[pid=21013] ppid=21011 vsize=398348 CPUtime=1798.72 cores=1,3,5,7
/proc/21013/stat : 21013 (pwbo2.0) S 21011 21013 17458 0 -1 4202496 82103 0 0 0 179807 65 0 0 20 0 2 0 276904014 407908352 83125 33554432000 4194304 5965102 140735639746272 140735639745792 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21013/statm: 99587 83125 190 433 0 99151 0
[pid=21013/tid=21015] ppid=21011 vsize=398348 CPUtime=1794.35 cores=1,3,5,7
/proc/21013/task/21015/stat : 21015 (pwbo2.0) R 21011 21013 17458 0 -1 4202560 80976 0 0 0 179343 92 0 0 20 0 2 0 276904016 407908352 83125 33554432000 4194304 5965102 140735639746272 140569712609272 4221120 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1798.72
Current children cumulated vsize (KiB) 398348

[startup+1799.5 s]
/proc/loadavg: 1.00 1.10 1.47 2/172 21077
/proc/meminfo: memFree=28625940/32873648 swapFree=6604/6604
[pid=21013] ppid=21011 vsize=398348 CPUtime=1799.13 cores=1,3,5,7
/proc/21013/stat : 21013 (pwbo2.0) S 21011 21013 17458 0 -1 4202496 82103 0 0 0 179848 65 0 0 20 0 2 0 276904014 407908352 83125 33554432000 4194304 5965102 140735639746272 140735639745792 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21013/statm: 99587 83125 190 433 0 99151 0
[pid=21013/tid=21015] ppid=21011 vsize=398348 CPUtime=1794.75 cores=1,3,5,7
/proc/21013/task/21015/stat : 21015 (pwbo2.0) R 21011 21013 17458 0 -1 4202560 80976 0 0 0 179383 92 0 0 20 0 2 0 276904016 407908352 83125 33554432000 4194304 5965102 140735639746272 140569712609272 4401127 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1799.13
Current children cumulated vsize (KiB) 398348

[startup+1799.9 s]
/proc/loadavg: 1.00 1.10 1.47 2/172 21077
/proc/meminfo: memFree=28625940/32873648 swapFree=6604/6604
[pid=21013] ppid=21011 vsize=398348 CPUtime=1799.52 cores=1,3,5,7
/proc/21013/stat : 21013 (pwbo2.0) S 21011 21013 17458 0 -1 4202496 82103 0 0 0 179887 65 0 0 20 0 2 0 276904014 407908352 83125 33554432000 4194304 5965102 140735639746272 140735639745792 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21013/statm: 99587 83125 190 433 0 99151 0
[pid=21013/tid=21015] ppid=21011 vsize=398348 CPUtime=1795.15 cores=1,3,5,7
/proc/21013/task/21015/stat : 21015 (pwbo2.0) R 21011 21013 17458 0 -1 4202560 80976 0 0 0 179423 92 0 0 20 0 2 0 276904016 407908352 83125 33554432000 4194304 5965102 140735639746272 140569712609272 4401143 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1799.52
Current children cumulated vsize (KiB) 398348

[startup+1800 s]
/proc/loadavg: 1.00 1.10 1.47 2/172 21077
/proc/meminfo: memFree=28625940/32873648 swapFree=6604/6604
[pid=21013] ppid=21011 vsize=398348 CPUtime=1799.62 cores=1,3,5,7
/proc/21013/stat : 21013 (pwbo2.0) S 21011 21013 17458 0 -1 4202496 82103 0 0 0 179897 65 0 0 20 0 2 0 276904014 407908352 83125 33554432000 4194304 5965102 140735639746272 140735639745792 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21013/statm: 99587 83125 190 433 0 99151 0
[pid=21013/tid=21015] ppid=21011 vsize=398348 CPUtime=1795.25 cores=1,3,5,7
/proc/21013/task/21015/stat : 21015 (pwbo2.0) R 21011 21013 17458 0 -1 4202560 80976 0 0 0 179433 92 0 0 20 0 2 0 276904016 407908352 83125 33554432000 4194304 5965102 140735639746272 140569712609272 4220672 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1799.62
Current children cumulated vsize (KiB) 398348

Child status: 255

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 21013 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=354216
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=936857
# CPU time returned by wait4() is 1795.29
# while last known CPU time is 1799.62
#
# 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.62
CPU user time (s): 1798.97
CPU system time (s): 0.65
CPU usage (%): 99.9784
Max. virtual memory (cumulated for all children) (KiB): 398348

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.35
system time used= 0.936857
maximum resident set size= 332512
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 82106
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= 134
involuntary context switches= 3356

runsolver used 2.70959 second user time and 7.11192 second system time

The end

Launcher Data

Begin job on node148 at 2012-05-27 10:36:35
IDJOB=3704370
IDBENCH=90217
IDSOLVER=2280
FILE ID=node148/3704370-1338107795
RUNJOBID= node148-1338087316-17475
PBS_JOBID= 14624438
Free space on /tmp= 71712 MiB

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

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

MD5SUM BENCH= a4b90b74bc3d4958439bc17b9ac2ee03
RANDOM SEED=1999043608

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.284
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.284
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		: 2667.284
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.284
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.90
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.284
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:       32873648 kB
MemFree:        28571316 kB
Buffers:          320116 kB
Cached:          2763332 kB
SwapCached:          576 kB
Active:           875952 kB
Inactive:        2599920 kB
Active(anon):     383604 kB
Inactive(anon):    11120 kB
Active(file):     492348 kB
Inactive(file):  2588800 kB
Unevictable:        6604 kB
Mlocked:            6604 kB
SwapTotal:      67108856 kB
SwapFree:       67108024 kB
Dirty:              5448 kB
Writeback:             0 kB
AnonPages:        332268 kB
Mapped:            14860 kB
Shmem:                96 kB
Slab:             688972 kB
SReclaimable:     133316 kB
SUnreclaim:       555656 kB
KernelStack:        1488 kB
PageTables:         4808 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     155784 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    174080 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71712 MiB
End job on node148 at 2012-05-27 11:06:35