Trace number 3726714

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.52 1800.01

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/
ShortestPathNG/normalized-NG_K196.opb
MD5SUMbcce2e1d61aa4147a6a5a8b58d6d164e
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 variables23324
Total number of constraints23718
Number of constraints which are clauses23522
Number of constraints which are cardinality constraints (but not clauses)196
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint196
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 197
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-3726714-1338664880.opb.
0.00/0.00	c Instance file HOME/instance-3726714-1338664880.opb
0.00/0.00	c File size is 1619498 bytes.
0.09/0.13	c Highest Coefficient sum: 197
0.09/0.13	c ============================[ Problem Statistics ]=============================
0.09/0.13	c |                                                                             |
0.09/0.13	c |  Parsing time:          0.13         s                                      |
0.09/0.13	c |  Number Variables:      23324                                               |
0.09/0.13	c |  Number Clauses:        23522                                               |
0.09/0.13	c |  Number Cardinality:    196                                                 |
0.09/0.13	c |  Number PB Constraints: 0                                                   |
0.09/0.13	c |                                                                             |
0.09/0.14	c |  Problem Type:          Decision                                            |
0.09/0.14	c |  Objective Function:    None                                                |
0.09/0.14	c |                                                                             |
0.09/0.14	c ===============================================================================
1799.52/1800.00	c ===============================================================================
1799.52/1800.00	c Wall Clock Time: 1800.00 s
1799.52/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-3726714-1338664880/watcher-3726714-1338664880 -o /tmp/evaluation-result-3726714-1338664880/solver-3726714-1338664880 -C 1800 -W 1900 -M 15500 pwbo2.02 -file-format=opb -verbosity=0 -thread=1 HOME/instance-3726714-1338664880.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.00 2.00 3/177 31735
/proc/meminfo: memFree=27766100/32873844 swapFree=7628/7628
[pid=31735] ppid=31733 vsize=5996 CPUtime=0 cores=1,3,5,7
/proc/31735/stat : 31735 (pwbo2.02) R 31733 31735 27854 0 -1 4202496 601 0 0 0 0 0 0 0 20 0 1 0 332612378 6139904 553 33554432000 4194304 5964478 140734049666656 140735880064904 4344880 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/31735/statm: 1499 553 166 433 0 667 0

[startup+0.064056 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 31735
/proc/meminfo: memFree=27766100/32873844 swapFree=7628/7628
[pid=31735] ppid=31733 vsize=12152 CPUtime=0.05 cores=1,3,5,7
/proc/31735/stat : 31735 (pwbo2.02) R 31733 31735 27854 0 -1 4202496 2169 0 0 0 5 0 0 0 20 0 1 0 332612378 12443648 2121 33554432000 4194304 5964478 140734049666656 140735880064904 4352418 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/31735/statm: 3038 2122 351 433 0 2206 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 12152

[startup+0.100345 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 31735
/proc/meminfo: memFree=27766100/32873844 swapFree=7628/7628
[pid=31735] ppid=31733 vsize=13544 CPUtime=0.09 cores=1,3,5,7
/proc/31735/stat : 31735 (pwbo2.02) R 31733 31735 27854 0 -1 4202496 2618 0 0 0 9 0 0 0 20 0 1 0 332612378 13869056 2570 33554432000 4194304 5964478 140734049666656 140735880064904 5136490 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/31735/statm: 3386 2570 467 433 0 2554 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13544

[startup+0.300186 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 31735
/proc/meminfo: memFree=27766100/32873844 swapFree=7628/7628
[pid=31735] ppid=31733 vsize=96076 CPUtime=0.29 cores=1,3,5,7
/proc/31735/stat : 31735 (pwbo2.02) S 31733 31735 27854 0 -1 4202496 7058 0 0 0 28 1 0 0 20 0 2 0 332612378 98381824 6014 33554432000 4194304 5964478 140734049666656 140734049666176 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/31735/statm: 24019 6014 185 433 0 23583 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 96076

[startup+0.700186 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 31735
/proc/meminfo: memFree=27766100/32873844 swapFree=7628/7628
[pid=31735] ppid=31733 vsize=96076 CPUtime=0.69 cores=1,3,5,7
/proc/31735/stat : 31735 (pwbo2.02) S 31733 31735 27854 0 -1 4202496 7279 0 0 0 68 1 0 0 20 0 2 0 332612378 98381824 6235 33554432000 4194304 5964478 140734049666656 140734049666176 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/31735/statm: 24019 6235 186 433 0 23583 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 96076

[startup+1.50025 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 31737
/proc/meminfo: memFree=27739200/32873844 swapFree=7628/7628
[pid=31735] ppid=31733 vsize=96076 CPUtime=1.48 cores=1,3,5,7
/proc/31735/stat : 31735 (pwbo2.02) S 31733 31735 27854 0 -1 4202496 7746 0 0 0 147 1 0 0 20 0 2 0 332612378 98381824 6702 33554432000 4194304 5964478 140734049666656 140734049666176 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/31735/statm: 24019 6702 186 433 0 23583 0
[pid=31735/tid=31737] ppid=31733 vsize=96076 CPUtime=1.35 cores=1,3,5,7
/proc/31735/task/31737/stat : 31737 (pwbo2.02) R 31733 31735 27854 0 -1 4202560 4237 0 0 0 135 0 0 0 20 0 2 0 332612391 98381824 6703 33554432000 4194304 5964478 140734049666656 139707169839096 5136490 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) 96076

[startup+3.10027 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 31737
/proc/meminfo: memFree=27735712/32873844 swapFree=7628/7628
[pid=31735] ppid=31733 vsize=96076 CPUtime=3.09 cores=1,3,5,7
/proc/31735/stat : 31735 (pwbo2.02) S 31733 31735 27854 0 -1 4202496 8501 0 0 0 307 2 0 0 20 0 2 0 332612378 98381824 7457 33554432000 4194304 5964478 140734049666656 140734049666176 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/31735/statm: 24019 7457 186 433 0 23583 0
[pid=31735/tid=31737] ppid=31733 vsize=96076 CPUtime=2.94 cores=1,3,5,7
/proc/31735/task/31737/stat : 31737 (pwbo2.02) R 31733 31735 27854 0 -1 4202560 4991 0 0 0 293 1 0 0 20 0 2 0 332612391 98381824 7457 33554432000 4194304 5964478 140734049666656 139707169839096 4382008 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) 96076

[startup+6.30037 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 31737
/proc/meminfo: memFree=27723560/32873844 swapFree=7628/7628
[pid=31735] ppid=31733 vsize=96076 CPUtime=6.28 cores=1,3,5,7
/proc/31735/stat : 31735 (pwbo2.02) S 31733 31735 27854 0 -1 4202496 10365 0 0 0 626 2 0 0 20 0 2 0 332612378 98381824 9321 33554432000 4194304 5964478 140734049666656 140734049666176 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/31735/statm: 24019 9321 186 433 0 23583 0
[pid=31735/tid=31737] ppid=31733 vsize=96076 CPUtime=6.14 cores=1,3,5,7
/proc/31735/task/31737/stat : 31737 (pwbo2.02) R 31733 31735 27854 0 -1 4202560 6855 0 0 0 612 2 0 0 20 0 2 0 332612391 98381824 9321 33554432000 4194304 5964478 140734049666656 139707169838904 4400623 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) 96076

[startup+12.7004 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 31737
/proc/meminfo: memFree=27699760/32873844 swapFree=7628/7628
[pid=31735] ppid=31733 vsize=96076 CPUtime=12.69 cores=1,3,5,7
/proc/31735/stat : 31735 (pwbo2.02) S 31733 31735 27854 0 -1 4202496 12487 0 0 0 1266 3 0 0 20 0 2 0 332612378 98381824 11443 33554432000 4194304 5964478 140734049666656 140734049666176 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/31735/statm: 24019 11443 186 433 0 23583 0
[pid=31735/tid=31737] ppid=31733 vsize=96076 CPUtime=12.52 cores=1,3,5,7
/proc/31735/task/31737/stat : 31737 (pwbo2.02) R 31733 31735 27854 0 -1 4202560 8977 0 0 0 1250 2 0 0 20 0 2 0 332612391 98381824 11443 33554432000 4194304 5964478 140734049666656 139707169839096 4382280 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 96076

[startup+25.5004 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 31737
/proc/meminfo: memFree=27673852/32873844 swapFree=7628/7628
[pid=31735] ppid=31733 vsize=96076 CPUtime=25.48 cores=1,3,5,7
/proc/31735/stat : 31735 (pwbo2.02) S 31733 31735 27854 0 -1 4202496 14954 0 0 0 2545 3 0 0 20 0 2 0 332612378 98381824 13910 33554432000 4194304 5964478 140734049666656 140734049666176 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/31735/statm: 24019 13910 186 433 0 23583 0
[pid=31735/tid=31737] ppid=31733 vsize=96076 CPUtime=25.28 cores=1,3,5,7
/proc/31735/task/31737/stat : 31737 (pwbo2.02) R 31733 31735 27854 0 -1 4202560 11444 0 0 0 2525 3 0 0 20 0 2 0 332612391 98381824 13910 33554432000 4194304 5964478 140734049666656 139707169839096 18446744073699066235 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 96076

[startup+51.1004 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 31737
/proc/meminfo: memFree=27654116/32873844 swapFree=7628/7628
[pid=31735] ppid=31733 vsize=96076 CPUtime=51.08 cores=1,3,5,7
/proc/31735/stat : 31735 (pwbo2.02) S 31733 31735 27854 0 -1 4202496 20153 0 0 0 5102 6 0 0 20 0 2 0 332612378 98381824 19109 33554432000 4194304 5964478 140734049666656 140734049666176 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/31735/statm: 24019 19109 186 433 0 23583 0
[pid=31735/tid=31737] ppid=31733 vsize=96076 CPUtime=50.82 cores=1,3,5,7
/proc/31735/task/31737/stat : 31737 (pwbo2.02) R 31733 31735 27854 0 -1 4202560 16643 0 0 0 5077 5 0 0 20 0 2 0 332612391 98381824 19109 33554432000 4194304 5964478 140734049666656 139707169839144 5136420 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 96076

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 31737
/proc/meminfo: memFree=27608664/32873844 swapFree=7628/7628
[pid=31735] ppid=31733 vsize=161612 CPUtime=102.28 cores=1,3,5,7
/proc/31735/stat : 31735 (pwbo2.02) S 31733 31735 27854 0 -1 4202496 31099 0 0 0 10217 11 0 0 20 0 2 0 332612378 165490688 30055 33554432000 4194304 5964478 140734049666656 140734049666176 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/31735/statm: 40403 30055 186 433 0 39967 0
[pid=31735/tid=31737] ppid=31733 vsize=161612 CPUtime=101.89 cores=1,3,5,7
/proc/31735/task/31737/stat : 31737 (pwbo2.02) R 31733 31735 27854 0 -1 4202560 27589 0 0 0 10178 11 0 0 20 0 2 0 332612391 165490688 30055 33554432000 4194304 5964478 140734049666656 139707169839096 5136420 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 161612

[startup+162.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/179 31738
/proc/meminfo: memFree=27564936/32873844 swapFree=7628/7628
[pid=31735] ppid=31733 vsize=227148 CPUtime=162.26 cores=1,3,5,7
/proc/31735/stat : 31735 (pwbo2.02) S 31733 31735 27854 0 -1 4202496 39238 0 0 0 16212 14 0 0 20 0 2 0 332612378 232599552 38200 33554432000 4194304 5964478 140734049666656 140734049666176 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/31735/statm: 56787 38200 186 433 0 56351 0
[pid=31735/tid=31737] ppid=31733 vsize=227148 CPUtime=161.73 cores=1,3,5,7
/proc/31735/task/31737/stat : 31737 (pwbo2.02) R 31733 31735 27854 0 -1 4202560 35728 0 0 0 16158 15 0 0 20 0 2 0 332612391 232599552 38200 33554432000 4194304 5964478 140734049666656 139707169839096 4399920 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 227148

[startup+222.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 31738
/proc/meminfo: memFree=27534584/32873844 swapFree=7628/7628
[pid=31735] ppid=31733 vsize=228232 CPUtime=222.2 cores=1,3,5,7
/proc/31735/stat : 31735 (pwbo2.02) S 31733 31735 27854 0 -1 4202496 44928 0 0 0 22205 15 0 0 20 0 2 0 332612378 233709568 43871 33554432000 4194304 5964478 140734049666656 140734049666176 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/31735/statm: 57058 43871 186 433 0 56622 0
[pid=31735/tid=31737] ppid=31733 vsize=228232 CPUtime=221.53 cores=1,3,5,7
/proc/31735/task/31737/stat : 31737 (pwbo2.02) R 31733 31735 27854 0 -1 4202560 41418 0 0 0 22136 17 0 0 20 0 2 0 332612391 233709568 43871 33554432000 4194304 5964478 140734049666656 139707169839096 4400087 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 228232

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 31738
/proc/meminfo: memFree=27406304/32873844 swapFree=7628/7628
[pid=31735] ppid=31733 vsize=294308 CPUtime=282.17 cores=1,3,5,7
/proc/31735/stat : 31735 (pwbo2.02) S 31733 31735 27854 0 -1 4202496 58897 0 0 0 28197 20 0 0 20 0 2 0 332612378 301371392 57816 33554432000 4194304 5964478 140734049666656 140734049666176 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/31735/statm: 73577 57816 186 433 0 73141 0
[pid=31735/tid=31737] ppid=31733 vsize=294308 CPUtime=281.36 cores=1,3,5,7
/proc/31735/task/31737/stat : 31737 (pwbo2.02) R 31733 31735 27854 0 -1 4202560 55387 0 0 0 28113 23 0 0 20 0 2 0 332612391 301371392 57816 33554432000 4194304 5964478 140734049666656 139707169839096 4221120 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) 294308

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 31738
/proc/meminfo: memFree=27360700/32873844 swapFree=7628/7628
[pid=31735] ppid=31733 vsize=294308 CPUtime=342.16 cores=1,3,5,7
/proc/31735/stat : 31735 (pwbo2.02) S 31733 31735 27854 0 -1 4202496 58897 0 0 0 34196 20 0 0 20 0 2 0 332612378 301371392 57816 33554432000 4194304 5964478 140734049666656 140734049666176 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/31735/statm: 73577 57816 186 433 0 73141 0
[pid=31735/tid=31737] ppid=31733 vsize=294308 CPUtime=341.21 cores=1,3,5,7
/proc/31735/task/31737/stat : 31737 (pwbo2.02) R 31733 31735 27854 0 -1 4202560 55387 0 0 0 34097 24 0 0 20 0 2 0 332612391 301371392 57816 33554432000 4194304 5964478 140734049666656 139707169839096 4399920 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 294308

[startup+402.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/179 31738
/proc/meminfo: memFree=27312696/32873844 swapFree=7628/7628
[pid=31735] ppid=31733 vsize=294308 CPUtime=402.15 cores=1,3,5,7
/proc/31735/stat : 31735 (pwbo2.02) S 31733 31735 27854 0 -1 4202496 63917 0 0 0 40192 23 0 0 20 0 2 0 332612378 301371392 62836 33554432000 4194304 5964478 140734049666656 140734049666176 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/31735/statm: 73577 62836 186 433 0 73141 0
[pid=31735/tid=31737] ppid=31733 vsize=294308 CPUtime=401.05 cores=1,3,5,7
/proc/31735/task/31737/stat : 31737 (pwbo2.02) R 31733 31735 27854 0 -1 4202560 60407 0 0 0 40077 28 0 0 20 0 2 0 332612391 301371392 62836 33554432000 4194304 5964478 140734049666656 139707169838904 18446744073699066235 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 294308

[startup+462.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 31739
/proc/meminfo: memFree=27312696/32873844 swapFree=7628/7628
[pid=31735] ppid=31733 vsize=294308 CPUtime=462.14 cores=1,3,5,7

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


[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 31750
/proc/meminfo: memFree=26831188/32873844 swapFree=7628/7628
[pid=31735] ppid=31733 vsize=622796 CPUtime=1421.92 cores=1,3,5,7
/proc/31735/stat : 31735 (pwbo2.02) S 31733 31735 27854 0 -1 4202496 136625 0 0 0 142137 55 0 0 20 0 2 0 332612378 637743104 136125 33554432000 4194304 5964478 140734049666656 140734049666176 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/31735/statm: 155699 136125 186 433 0 155263 0
[pid=31735/tid=31737] ppid=31733 vsize=622796 CPUtime=1418.39 cores=1,3,5,7
/proc/31735/task/31737/stat : 31737 (pwbo2.02) R 31733 31735 27854 0 -1 4202560 133115 0 0 0 141764 75 0 0 20 0 2 0 332612391 637743104 136125 33554432000 4194304 5964478 140734049666656 139707169839096 4400078 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1421.92
Current children cumulated vsize (KiB) 622796

[startup+1482.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/179 31750
/proc/meminfo: memFree=26821516/32873844 swapFree=7628/7628
[pid=31735] ppid=31733 vsize=622796 CPUtime=1481.91 cores=1,3,5,7
/proc/31735/stat : 31735 (pwbo2.02) S 31733 31735 27854 0 -1 4202496 136628 0 0 0 148136 55 0 0 20 0 2 0 332612378 637743104 136128 33554432000 4194304 5964478 140734049666656 140734049666176 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/31735/statm: 155699 136128 186 433 0 155263 0
[pid=31735/tid=31737] ppid=31733 vsize=622796 CPUtime=1478.23 cores=1,3,5,7
/proc/31735/task/31737/stat : 31737 (pwbo2.02) R 31733 31735 27854 0 -1 4202560 133118 0 0 0 147747 76 0 0 20 0 2 0 332612391 637743104 136128 33554432000 4194304 5964478 140734049666656 139707169839096 4220672 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) 622796

[startup+1542.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 31750
/proc/meminfo: memFree=26796856/32873844 swapFree=7628/7628
[pid=31735] ppid=31733 vsize=622796 CPUtime=1541.9 cores=1,3,5,7
/proc/31735/stat : 31735 (pwbo2.02) S 31733 31735 27854 0 -1 4202496 142810 0 0 0 154132 58 0 0 20 0 2 0 332612378 637743104 142308 33554432000 4194304 5964478 140734049666656 140734049666176 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/31735/statm: 155699 142308 186 433 0 155263 0
[pid=31735/tid=31737] ppid=31733 vsize=622796 CPUtime=1538.06 cores=1,3,5,7
/proc/31735/task/31737/stat : 31737 (pwbo2.02) R 31733 31735 27854 0 -1 4202560 139300 0 0 0 153726 80 0 0 20 0 2 0 332612391 637743104 142308 33554432000 4194304 5964478 140734049666656 139707169839096 4400087 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1541.9
Current children cumulated vsize (KiB) 622796

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 31750
/proc/meminfo: memFree=26773852/32873844 swapFree=7628/7628
[pid=31735] ppid=31733 vsize=622796 CPUtime=1601.86 cores=1,3,5,7
/proc/31735/stat : 31735 (pwbo2.02) S 31733 31735 27854 0 -1 4202496 148439 0 0 0 160126 60 0 0 20 0 2 0 332612378 637743104 147992 33554432000 4194304 5964478 140734049666656 140734049666176 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/31735/statm: 155699 147992 186 433 0 155263 0
[pid=31735/tid=31737] ppid=31733 vsize=622796 CPUtime=1597.88 cores=1,3,5,7
/proc/31735/task/31737/stat : 31737 (pwbo2.02) R 31733 31735 27854 0 -1 4202560 144929 0 0 0 159705 83 0 0 20 0 2 0 332612391 637743104 147992 33554432000 4194304 5964478 140734049666656 139707169839096 4221120 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) 622796

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 31790
/proc/meminfo: memFree=27278588/32873844 swapFree=7628/7628
[pid=31735] ppid=31733 vsize=622796 CPUtime=1661.84 cores=1,3,5,7
/proc/31735/stat : 31735 (pwbo2.02) S 31733 31735 27854 0 -1 4202496 148455 0 0 0 166124 60 0 0 20 0 2 0 332612378 637743104 148065 33554432000 4194304 5964478 140734049666656 140734049666176 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/31735/statm: 155699 148065 186 433 0 155263 0
[pid=31735/tid=31737] ppid=31733 vsize=622796 CPUtime=1657.72 cores=1,3,5,7
/proc/31735/task/31737/stat : 31737 (pwbo2.02) R 31733 31735 27854 0 -1 4202560 144945 0 0 0 165688 84 0 0 20 0 2 0 332612391 637743104 148065 33554432000 4194304 5964478 140734049666656 139707169839096 4400001 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1661.84
Current children cumulated vsize (KiB) 622796

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 31793
/proc/meminfo: memFree=27240728/32873844 swapFree=7628/7628
[pid=31735] ppid=31733 vsize=622796 CPUtime=1721.83 cores=1,3,5,7
/proc/31735/stat : 31735 (pwbo2.02) S 31733 31735 27854 0 -1 4202496 148459 0 0 0 172123 60 0 0 20 0 2 0 332612378 637743104 148074 33554432000 4194304 5964478 140734049666656 140734049666176 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/31735/statm: 155699 148074 186 433 0 155263 0
[pid=31735/tid=31737] ppid=31733 vsize=622796 CPUtime=1717.56 cores=1,3,5,7
/proc/31735/task/31737/stat : 31737 (pwbo2.02) R 31733 31735 27854 0 -1 4202560 144949 0 0 0 171671 85 0 0 20 0 2 0 332612391 637743104 148074 33554432000 4194304 5964478 140734049666656 139707169839096 4399920 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1721.83
Current children cumulated vsize (KiB) 622796

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 31793
/proc/meminfo: memFree=27186564/32873844 swapFree=7628/7628
[pid=31735] ppid=31733 vsize=622796 CPUtime=1781.82 cores=1,3,5,7
/proc/31735/stat : 31735 (pwbo2.02) S 31733 31735 27854 0 -1 4202496 149099 0 0 0 178121 61 0 0 20 0 2 0 332612378 637743104 148714 33554432000 4194304 5964478 140734049666656 140734049666176 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/31735/statm: 155699 148714 186 433 0 155263 0
[pid=31735/tid=31737] ppid=31733 vsize=622796 CPUtime=1777.41 cores=1,3,5,7
/proc/31735/task/31737/stat : 31737 (pwbo2.02) R 31733 31735 27854 0 -1 4202560 145589 0 0 0 177654 87 0 0 20 0 2 0 332612391 637743104 148714 33554432000 4194304 5964478 140734049666656 139707169839096 4400087 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1781.82
Current children cumulated vsize (KiB) 622796

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 31793
/proc/meminfo: memFree=27175660/32873844 swapFree=7628/7628
[pid=31735] ppid=31733 vsize=622796 CPUtime=1791.42 cores=1,3,5,7
/proc/31735/stat : 31735 (pwbo2.02) S 31733 31735 27854 0 -1 4202496 151673 0 0 0 179080 62 0 0 20 0 2 0 332612378 637743104 151288 33554432000 4194304 5964478 140734049666656 140734049666176 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/31735/statm: 155699 151288 186 433 0 155263 0
[pid=31735/tid=31737] ppid=31733 vsize=622796 CPUtime=1786.99 cores=1,3,5,7
/proc/31735/task/31737/stat : 31737 (pwbo2.02) R 31733 31735 27854 0 -1 4202560 148163 0 0 0 178611 88 0 0 20 0 2 0 332612391 637743104 151288 33554432000 4194304 5964478 140734049666656 139707169839096 4400087 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1791.42
Current children cumulated vsize (KiB) 622796

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 31793
/proc/meminfo: memFree=27173304/32873844 swapFree=7628/7628
[pid=31735] ppid=31733 vsize=622796 CPUtime=1794.63 cores=1,3,5,7
/proc/31735/stat : 31735 (pwbo2.02) S 31733 31735 27854 0 -1 4202496 152190 0 0 0 179400 63 0 0 20 0 2 0 332612378 637743104 151805 33554432000 4194304 5964478 140734049666656 140734049666176 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/31735/statm: 155699 151805 186 433 0 155263 0
[pid=31735/tid=31737] ppid=31733 vsize=622796 CPUtime=1790.19 cores=1,3,5,7
/proc/31735/task/31737/stat : 31737 (pwbo2.02) R 31733 31735 27854 0 -1 4202560 148680 0 0 0 178930 89 0 0 20 0 2 0 332612391 637743104 151805 33554432000 4194304 5964478 140734049666656 139707169839096 4400091 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1794.63
Current children cumulated vsize (KiB) 622796

[startup+1798.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 31793
/proc/meminfo: memFree=27171568/32873844 swapFree=7628/7628
[pid=31735] ppid=31733 vsize=688332 CPUtime=1797.82 cores=1,3,5,7
/proc/31735/stat : 31735 (pwbo2.02) S 31733 31735 27854 0 -1 4202496 152881 0 0 0 179719 63 0 0 20 0 2 0 332612378 704851968 152496 33554432000 4194304 5964478 140734049666656 140734049666176 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/31735/statm: 172083 152496 186 433 0 171647 0
[pid=31735/tid=31737] ppid=31733 vsize=688332 CPUtime=1793.37 cores=1,3,5,7
/proc/31735/task/31737/stat : 31737 (pwbo2.02) R 31733 31735 27854 0 -1 4202560 149371 0 0 0 179248 89 0 0 20 0 2 0 332612391 704851968 152496 33554432000 4194304 5964478 140734049666656 139707169839096 4400078 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1797.82
Current children cumulated vsize (KiB) 688332

[startup+1799.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 31793
/proc/meminfo: memFree=27170452/32873844 swapFree=7628/7628
[pid=31735] ppid=31733 vsize=688332 CPUtime=1798.62 cores=1,3,5,7
/proc/31735/stat : 31735 (pwbo2.02) S 31733 31735 27854 0 -1 4202496 153130 0 0 0 179799 63 0 0 20 0 2 0 332612378 704851968 152745 33554432000 4194304 5964478 140734049666656 140734049666176 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/31735/statm: 172083 152745 186 433 0 171647 0
[pid=31735/tid=31737] ppid=31733 vsize=688332 CPUtime=1794.17 cores=1,3,5,7
/proc/31735/task/31737/stat : 31737 (pwbo2.02) R 31733 31735 27854 0 -1 4202560 149620 0 0 0 179327 90 0 0 20 0 2 0 332612391 704851968 152745 33554432000 4194304 5964478 140734049666656 139707169839096 4400078 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1798.62
Current children cumulated vsize (KiB) 688332

[startup+1799.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 31793
/proc/meminfo: memFree=27169212/32873844 swapFree=7628/7628
[pid=31735] ppid=31733 vsize=688332 CPUtime=1799.02 cores=1,3,5,7
/proc/31735/stat : 31735 (pwbo2.02) S 31733 31735 27854 0 -1 4202496 153233 0 0 0 179839 63 0 0 20 0 2 0 332612378 704851968 152848 33554432000 4194304 5964478 140734049666656 140734049666176 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/31735/statm: 172083 152848 186 433 0 171647 0
[pid=31735/tid=31737] ppid=31733 vsize=688332 CPUtime=1794.58 cores=1,3,5,7
/proc/31735/task/31737/stat : 31737 (pwbo2.02) R 31733 31735 27854 0 -1 4202560 149723 0 0 0 179368 90 0 0 20 0 2 0 332612391 704851968 152848 33554432000 4194304 5964478 140734049666656 139707169839096 4399854 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.02
Current children cumulated vsize (KiB) 688332

[startup+1799.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 31793
/proc/meminfo: memFree=27169212/32873844 swapFree=7628/7628
[pid=31735] ppid=31733 vsize=688332 CPUtime=1799.42 cores=1,3,5,7
/proc/31735/stat : 31735 (pwbo2.02) S 31733 31735 27854 0 -1 4202496 153328 0 0 0 179878 64 0 0 20 0 2 0 332612378 704851968 152943 33554432000 4194304 5964478 140734049666656 140734049666176 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/31735/statm: 172083 152943 186 433 0 171647 0
[pid=31735/tid=31737] ppid=31733 vsize=688332 CPUtime=1794.97 cores=1,3,5,7
/proc/31735/task/31737/stat : 31737 (pwbo2.02) R 31733 31735 27854 0 -1 4202560 149818 0 0 0 179407 90 0 0 20 0 2 0 332612391 704851968 152943 33554432000 4194304 5964478 140734049666656 139707169839096 4400115 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.42
Current children cumulated vsize (KiB) 688332

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 31793
/proc/meminfo: memFree=27169212/32873844 swapFree=7628/7628
[pid=31735] ppid=31733 vsize=688332 CPUtime=1799.52 cores=1,3,5,7
/proc/31735/stat : 31735 (pwbo2.02) S 31733 31735 27854 0 -1 4202496 153362 0 0 0 179888 64 0 0 20 0 2 0 332612378 704851968 152977 33554432000 4194304 5964478 140734049666656 140734049666176 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/31735/statm: 172083 152977 186 433 0 171647 0
[pid=31735/tid=31737] ppid=31733 vsize=688332 CPUtime=1795.07 cores=1,3,5,7
/proc/31735/task/31737/stat : 31737 (pwbo2.02) R 31733 31735 27854 0 -1 4202560 149852 0 0 0 179417 90 0 0 20 0 2 0 332612391 704851968 152977 33554432000 4194304 5964478 140734049666656 139707169839096 4373352 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.52
Current children cumulated vsize (KiB) 688332

Child status: 255

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 31735 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=300224
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=921859
# CPU time returned by wait4() is 1795.22
# while last known CPU time is 1799.52
#
# 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.52
CPU user time (s): 1798.88
CPU system time (s): 0.64
CPU usage (%): 99.9729
Max. virtual memory (cumulated for all children) (KiB): 688332

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.3
system time used= 0.921859
maximum resident set size= 611920
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 153365
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= 273
involuntary context switches= 2027

runsolver used 7.8848 second user time and 11.4303 second system time

The end

Launcher Data

Begin job on node143 at 2012-06-02 21:21:20
IDJOB=3726714
IDBENCH=90154
IDSOLVER=2310
FILE ID=node143/3726714-1338664880
RUNJOBID= node143-1338651550-29472
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_K196.opb
COMMAND LINE= pwbo2.02 -file-format=opb -verbosity=0 -thread=1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3726714-1338664880/watcher-3726714-1338664880 -o /tmp/evaluation-result-3726714-1338664880/solver-3726714-1338664880 -C 1800 -W 1900 -M 15500  pwbo2.02 -file-format=opb -verbosity=0 -thread=1 HOME/instance-3726714-1338664880.opb

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

MD5SUM BENCH= bcce2e1d61aa4147a6a5a8b58d6d164e
RANDOM SEED=1877605696

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:        27766744 kB
Buffers:          365032 kB
Cached:          3648364 kB
SwapCached:          112 kB
Active:          2169824 kB
Inactive:        2043212 kB
Active(anon):     190860 kB
Inactive(anon):    10908 kB
Active(file):    1978964 kB
Inactive(file):  2032304 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67108424 kB
Dirty:              6976 kB
Writeback:            40 kB
AnonPages:        206724 kB
Mapped:            11000 kB
Shmem:               160 kB
Slab:             756092 kB
SReclaimable:     198348 kB
SUnreclaim:       557744 kB
KernelStack:        1464 kB
PageTables:         4420 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     155320 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    112640 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:51:20