Trace number 3727831

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 NameAnswerobjective functionCPU timeWall clock time
wbo 1.72? 1799.68 1800.07

General information on the benchmark

Name/OPT-SMALLINT-LIN/heinz/
normalized-neos-544324.opb
MD5SUM02fa27f3dafb4f59cf08d669298a5bbe
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark15
Best CPU time to get the best result obtained on this benchmark465.377
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables10080
Total number of constraints732
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)732
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint168
Maximum length of a constraint3680
Number of terms in the objective function 10080
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 10080
Number of bits of the sum of numbers in the objective function 14
Biggest number in a constraint 5
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 10080
Number of bits of the biggest sum of numbers14
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 |   wbo:                     1.72 beta - May, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing opb file format. File HOME/instance-3727831-1338669297.opb.
0.00/0.00	c Instance file HOME/instance-3727831-1338669297.opb
0.00/0.00	c File size is 15730092 bytes.
1.09/1.19	c Cost Offset: 0
1.09/1.19	c Highest Coefficient sum: 3685
1.09/1.19	c ============================[ Problem Statistics ]=============================
1.09/1.19	c |                                                                             |
1.09/1.19	c |  Parsing time:          1.19         s                                      |
1.09/1.19	c |  Number Variables:      10080                                               |
1.09/1.19	c |  Number Clauses:        0                                                   |
1.09/1.19	c |  Number Cardinality:    732                                                 |
1.09/1.19	c |  Number PB Constraints: 0                                                   |
1.09/1.19	c |                                                                             |
1.09/1.20	c |  Problem Type:          Optimization                                        |
1.09/1.20	c |  Objective Function:    Cardinality Constraint                              |
1.09/1.20	c |                                                                             |
1.09/1.20	c ============================[ Search Statistics ]==============================
1.09/1.20	c | Time (s)  | ID |      Bound      |               Shared Clauses             |
1.09/1.20	c |           |    | value      type |  expCls         impCls        Lit/impCl  |
1.09/1.20	c ===============================================================================
1.39/1.48	c | 1.49      | 0  | 1            lb |  0                0                0.00  |
1.59/1.60	c | 1.60      | 0  | 2            lb |  0                0                0.00  |
528.09/528.29	c | 528.29    | 0  | 3            lb |  0                0                0.00  |
1799.68/1800.07	c ===============================================================================
1799.68/1800.07	c Wall Clock Time: 1800.07 s
1799.68/1800.07	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-3727831-1338669297/watcher-3727831-1338669297 -o /tmp/evaluation-result-3727831-1338669297/solver-3727831-1338669297 -C 1800 -W 1900 -M 15500 wbo1.72 -file-format=opb HOME/instance-3727831-1338669297.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: 1.08 1.02 1.22 3/177 13799
/proc/meminfo: memFree=29078536/32873844 swapFree=7120/7120
[pid=13799] ppid=13797 vsize=20144 CPUtime=0 cores=1,3,5,7
/proc/13799/stat : 13799 (wbo1.72) R 13797 13799 13658 0 -1 4202496 648 0 0 0 0 0 0 0 20 0 1 0 333054649 20627456 600 33554432000 4194304 5964350 140735282428736 140735406181320 4395326 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/13799/statm: 5036 600 160 433 0 759 0

[startup+0.0169721 s]
/proc/loadavg: 1.08 1.02 1.22 3/177 13799
/proc/meminfo: memFree=29078536/32873844 swapFree=7120/7120
[pid=13799] ppid=13797 vsize=21548 CPUtime=0.01 cores=1,3,5,7
/proc/13799/stat : 13799 (wbo1.72) R 13797 13799 13658 0 -1 4202496 1021 0 0 0 1 0 0 0 20 0 1 0 333054649 22065152 973 33554432000 4194304 5964350 140735282428736 140735406181320 5136410 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/13799/statm: 5387 974 198 433 0 1110 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 21548

[startup+0.100284 s]
/proc/loadavg: 1.08 1.02 1.22 3/177 13799
/proc/meminfo: memFree=29078536/32873844 swapFree=7120/7120
[pid=13799] ppid=13797 vsize=27656 CPUtime=0.09 cores=1,3,5,7
/proc/13799/stat : 13799 (wbo1.72) R 13797 13799 13658 0 -1 4202496 2820 0 0 0 9 0 0 0 20 0 1 0 333054649 28319744 2772 33554432000 4194304 5964350 140735282428736 140735406181320 4344688 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/13799/statm: 6914 2772 467 433 0 2637 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 27656

[startup+0.300299 s]
/proc/loadavg: 1.08 1.02 1.22 3/177 13799
/proc/meminfo: memFree=29078536/32873844 swapFree=7120/7120
[pid=13799] ppid=13797 vsize=42524 CPUtime=0.29 cores=1,3,5,7
/proc/13799/stat : 13799 (wbo1.72) R 13797 13799 13658 0 -1 4202496 7192 0 0 0 29 0 0 0 20 0 1 0 333054649 43544576 7144 33554432000 4194304 5964350 140735282428736 140735282427032 5136410 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/13799/statm: 10631 7144 1115 433 0 6354 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 42524

[startup+0.700257 s]
/proc/loadavg: 1.08 1.02 1.22 3/177 13799
/proc/meminfo: memFree=29078536/32873844 swapFree=7120/7120
[pid=13799] ppid=13797 vsize=72104 CPUtime=0.69 cores=1,3,5,7
/proc/13799/stat : 13799 (wbo1.72) R 13797 13799 13658 0 -1 4202496 15869 0 0 0 68 1 0 0 20 0 1 0 333054649 73834496 15821 33554432000 4194304 5964350 140735282428736 140735282427032 5136410 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/13799/statm: 18026 15827 2410 433 0 13749 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 72104

[startup+1.5002 s]
/proc/loadavg: 1.08 1.02 1.22 3/178 13800
/proc/meminfo: memFree=28995316/32873844 swapFree=7120/7120
[pid=13799] ppid=13797 vsize=173596 CPUtime=1.49 cores=1,3,5,7
/proc/13799/stat : 13799 (wbo1.72) S 13797 13799 13658 0 -1 4202496 32676 0 0 0 145 4 0 0 20 0 2 0 333054649 177762304 28628 33554432000 4194304 5964350 140735282428736 140735282428256 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13799/statm: 43399 28628 187 433 0 42963 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 173596

[startup+3.10021 s]
/proc/loadavg: 1.08 1.02 1.22 3/179 13801
/proc/meminfo: memFree=28842672/32873844 swapFree=7120/7120
[pid=13799] ppid=13797 vsize=239564 CPUtime=3.08 cores=1,3,5,7
/proc/13799/stat : 13799 (wbo1.72) S 13797 13799 13658 0 -1 4202496 59916 0 0 0 299 9 0 0 20 0 2 0 333054649 245313536 55516 33554432000 4194304 5964350 140735282428736 140735282428256 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13799/statm: 59891 55516 190 433 0 59455 0
[pid=13799/tid=13801] ppid=13797 vsize=239564 CPUtime=1.89 cores=1,3,5,7
/proc/13799/task/13801/stat : 13801 (wbo1.72) R 13797 13799 13658 0 -1 4202560 33066 0 0 0 183 6 0 0 20 0 2 0 333054768 245313536 55516 33554432000 4194304 5964350 140735282428736 140507989367144 4403637 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 239564

[startup+6.30026 s]
/proc/loadavg: 1.23 1.05 1.23 3/179 13801
/proc/meminfo: memFree=28836060/32873844 swapFree=7120/7120
[pid=13799] ppid=13797 vsize=239564 CPUtime=6.28 cores=1,3,5,7
/proc/13799/stat : 13799 (wbo1.72) S 13797 13799 13658 0 -1 4202496 59916 0 0 0 619 9 0 0 20 0 2 0 333054649 245313536 55516 33554432000 4194304 5964350 140735282428736 140735282428256 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13799/statm: 59891 55516 190 433 0 59455 0
[pid=13799/tid=13801] ppid=13797 vsize=239564 CPUtime=5.08 cores=1,3,5,7
/proc/13799/task/13801/stat : 13801 (wbo1.72) R 13797 13799 13658 0 -1 4202560 33066 0 0 0 502 6 0 0 20 0 2 0 333054768 245313536 55516 33554432000 4194304 5964350 140735282428736 140507989367144 4403637 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 239564

[startup+12.7003 s]
/proc/loadavg: 1.29 1.06 1.23 3/179 13801
/proc/meminfo: memFree=28824436/32873844 swapFree=7120/7120
[pid=13799] ppid=13797 vsize=239564 CPUtime=12.68 cores=1,3,5,7
/proc/13799/stat : 13799 (wbo1.72) S 13797 13799 13658 0 -1 4202496 59917 0 0 0 1259 9 0 0 20 0 2 0 333054649 245313536 55517 33554432000 4194304 5964350 140735282428736 140735282428256 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13799/statm: 59891 55517 191 433 0 59455 0
[pid=13799/tid=13801] ppid=13797 vsize=239564 CPUtime=11.47 cores=1,3,5,7
/proc/13799/task/13801/stat : 13801 (wbo1.72) R 13797 13799 13658 0 -1 4202560 33067 0 0 0 1141 6 0 0 20 0 2 0 333054768 245313536 55517 33554432000 4194304 5964350 140735282428736 140507989367144 4222416 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 239564

[startup+25.5003 s]
/proc/loadavg: 1.45 1.11 1.24 3/179 13801
/proc/meminfo: memFree=28807928/32873844 swapFree=7120/7120
[pid=13799] ppid=13797 vsize=239564 CPUtime=25.48 cores=1,3,5,7
/proc/13799/stat : 13799 (wbo1.72) S 13797 13799 13658 0 -1 4202496 59917 0 0 0 2539 9 0 0 20 0 2 0 333054649 245313536 55517 33554432000 4194304 5964350 140735282428736 140735282428256 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13799/statm: 59891 55517 191 433 0 59455 0
[pid=13799/tid=13801] ppid=13797 vsize=239564 CPUtime=24.23 cores=1,3,5,7
/proc/13799/task/13801/stat : 13801 (wbo1.72) R 13797 13799 13658 0 -1 4202560 33067 0 0 0 2417 6 0 0 20 0 2 0 333054768 245313536 55517 33554432000 4194304 5964350 140735282428736 140507989367144 4221984 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 239564

[startup+51.1003 s]
/proc/loadavg: 1.70 1.20 1.27 3/179 13801
/proc/meminfo: memFree=28775404/32873844 swapFree=7120/7120
[pid=13799] ppid=13797 vsize=239564 CPUtime=51.08 cores=1,3,5,7
/proc/13799/stat : 13799 (wbo1.72) S 13797 13799 13658 0 -1 4202496 59918 0 0 0 5099 9 0 0 20 0 2 0 333054649 245313536 55543 33554432000 4194304 5964350 140735282428736 140735282428256 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13799/statm: 59891 55543 192 433 0 59455 0
[pid=13799/tid=13801] ppid=13797 vsize=239564 CPUtime=49.77 cores=1,3,5,7
/proc/13799/task/13801/stat : 13801 (wbo1.72) R 13797 13799 13658 0 -1 4202560 33068 0 0 0 4971 6 0 0 20 0 2 0 333054768 245313536 55543 33554432000 4194304 5964350 140735282428736 140507989367144 4222416 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) 239564

[startup+102.307 s]
/proc/loadavg: 1.87 1.32 1.30 3/179 13801
/proc/meminfo: memFree=28747300/32873844 swapFree=7120/7120
[pid=13799] ppid=13797 vsize=239564 CPUtime=102.28 cores=1,3,5,7
/proc/13799/stat : 13799 (wbo1.72) S 13797 13799 13658 0 -1 4202496 59918 0 0 0 10219 9 0 0 20 0 2 0 333054649 245313536 55543 33554432000 4194304 5964350 140735282428736 140735282428256 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13799/statm: 59891 55543 192 433 0 59455 0
[pid=13799/tid=13801] ppid=13797 vsize=239564 CPUtime=100.83 cores=1,3,5,7
/proc/13799/task/13801/stat : 13801 (wbo1.72) R 13797 13799 13658 0 -1 4202560 33068 0 0 0 10077 6 0 0 20 0 2 0 333054768 245313536 55543 33554432000 4194304 5964350 140735282428736 140507989367144 4403641 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) 239564

[startup+162.3 s]
/proc/loadavg: 1.98 1.45 1.35 3/179 13841
/proc/meminfo: memFree=28800420/32873844 swapFree=7120/7120
[pid=13799] ppid=13797 vsize=239564 CPUtime=162.25 cores=1,3,5,7
/proc/13799/stat : 13799 (wbo1.72) S 13797 13799 13658 0 -1 4202496 59934 0 0 0 16216 9 0 0 20 0 2 0 333054649 245313536 55581 33554432000 4194304 5964350 140735282428736 140735282428256 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13799/statm: 59891 55581 192 433 0 59455 0
[pid=13799/tid=13801] ppid=13797 vsize=239564 CPUtime=160.66 cores=1,3,5,7
/proc/13799/task/13801/stat : 13801 (wbo1.72) R 13797 13799 13658 0 -1 4202560 33084 0 0 0 16059 7 0 0 20 0 2 0 333054768 245313536 55581 33554432000 4194304 5964350 140735282428736 140507989367144 4403612 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 239564

[startup+222.3 s]
/proc/loadavg: 1.99 1.55 1.39 3/179 13841
/proc/meminfo: memFree=28761292/32873844 swapFree=7120/7120
[pid=13799] ppid=13797 vsize=305100 CPUtime=222.23 cores=1,3,5,7
/proc/13799/stat : 13799 (wbo1.72) S 13797 13799 13658 0 -1 4202496 60627 0 0 0 22214 9 0 0 20 0 2 0 333054649 312422400 56487 33554432000 4194304 5964350 140735282428736 140735282428256 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13799/statm: 76275 56487 192 433 0 75839 0
[pid=13799/tid=13801] ppid=13797 vsize=305100 CPUtime=220.5 cores=1,3,5,7
/proc/13799/task/13801/stat : 13801 (wbo1.72) R 13797 13799 13658 0 -1 4202560 33777 0 0 0 22041 9 0 0 20 0 2 0 333054768 312422400 56487 33554432000 4194304 5964350 140735282428736 140507989366776 4403637 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 305100

[startup+282.3 s]
/proc/loadavg: 1.99 1.63 1.42 3/179 13841
/proc/meminfo: memFree=28747096/32873844 swapFree=7120/7120
[pid=13799] ppid=13797 vsize=305100 CPUtime=282.22 cores=1,3,5,7
/proc/13799/stat : 13799 (wbo1.72) S 13797 13799 13658 0 -1 4202496 62358 0 0 0 28212 10 0 0 20 0 2 0 333054649 312422400 58218 33554432000 4194304 5964350 140735282428736 140735282428256 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13799/statm: 76275 58218 192 433 0 75839 0
[pid=13799/tid=13801] ppid=13797 vsize=305100 CPUtime=280.35 cores=1,3,5,7
/proc/13799/task/13801/stat : 13801 (wbo1.72) R 13797 13799 13658 0 -1 4202560 35508 0 0 0 28025 10 0 0 20 0 2 0 333054768 312422400 58218 33554432000 4194304 5964350 140735282428736 140507989366776 4222416 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 305100

[startup+342.3 s]
/proc/loadavg: 1.99 1.69 1.46 3/180 13844
/proc/meminfo: memFree=28718444/32873844 swapFree=7120/7120
[pid=13799] ppid=13797 vsize=305100 CPUtime=342.22 cores=1,3,5,7
/proc/13799/stat : 13799 (wbo1.72) S 13797 13799 13658 0 -1 4202496 64192 0 0 0 34211 11 0 0 20 0 2 0 333054649 312422400 60052 33554432000 4194304 5964350 140735282428736 140735282428256 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13799/statm: 76275 60052 192 433 0 75839 0
[pid=13799/tid=13801] ppid=13797 vsize=305100 CPUtime=340.2 cores=1,3,5,7
/proc/13799/task/13801/stat : 13801 (wbo1.72) R 13797 13799 13658 0 -1 4202560 37342 0 0 0 34008 12 0 0 20 0 2 0 333054768 312422400 60052 33554432000 4194304 5964350 140735282428736 140507989366776 4403618 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 342.22
Current children cumulated vsize (KiB) 305100

[startup+402.3 s]
/proc/loadavg: 1.99 1.75 1.49 3/179 13844
/proc/meminfo: memFree=28705660/32873844 swapFree=7120/7120
[pid=13799] ppid=13797 vsize=305100 CPUtime=402.2 cores=1,3,5,7
/proc/13799/stat : 13799 (wbo1.72) S 13797 13799 13658 0 -1 4202496 66434 0 0 0 40209 11 0 0 20 0 2 0 333054649 312422400 62294 33554432000 4194304 5964350 140735282428736 140735282428256 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13799/statm: 76275 62294 192 433 0 75839 0
[pid=13799/tid=13801] ppid=13797 vsize=305100 CPUtime=400.04 cores=1,3,5,7
/proc/13799/task/13801/stat : 13801 (wbo1.72) R 13797 13799 13658 0 -1 4202560 39584 0 0 0 39990 14 0 0 20 0 2 0 333054768 312422400 62294 33554432000 4194304 5964350 140735282428736 140507989366776 4403637 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 402.2
Current children cumulated vsize (KiB) 305100

[startup+462.3 s]
/proc/loadavg: 1.99 1.79 1.52 3/179 13845
/proc/meminfo: memFree=28691808/32873844 swapFree=7120/7120
[pid=13799] ppid=13797 vsize=305100 CPUtime=462.2 cores=1,3,5,7
/proc/13799/stat : 13799 (wbo1.72) S 13797 13799 13658 0 -1 4202496 67974 0 0 0 46208 12 0 0 20 0 2 0 333054649 312422400 64336 33554432000 4194304 5964350 140735282428736 140735282428256 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13799/statm: 76275 64336 192 433 0 75839 0

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


[startup+1422.31 s]
/proc/loadavg: 2.00 1.99 1.80 3/179 13852
/proc/meminfo: memFree=28505268/32873844 swapFree=7120/7120
[pid=13799] ppid=13797 vsize=369992 CPUtime=1422.04 cores=1,3,5,7
/proc/13799/stat : 13799 (wbo1.72) S 13797 13799 13658 0 -1 4202496 92111 0 0 0 142186 18 0 0 20 0 2 0 333054649 378871808 88189 33554432000 4194304 5964350 140735282428736 140735282428256 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13799/statm: 92498 88189 192 433 0 92062 0
[pid=13799/tid=13801] ppid=13797 vsize=369992 CPUtime=1417.44 cores=1,3,5,7
/proc/13799/task/13801/stat : 13801 (wbo1.72) R 13797 13799 13658 0 -1 4202560 65261 0 0 0 141709 35 0 0 20 0 2 0 333054768 378871808 88189 33554432000 4194304 5964350 140735282428736 140507989367736 4221984 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1422.04
Current children cumulated vsize (KiB) 369992

[startup+1482.3 s]
/proc/loadavg: 2.00 1.99 1.81 3/179 13852
/proc/meminfo: memFree=28504868/32873844 swapFree=7120/7120
[pid=13799] ppid=13797 vsize=369992 CPUtime=1482.03 cores=1,3,5,7
/proc/13799/stat : 13799 (wbo1.72) S 13797 13799 13658 0 -1 4202496 92111 0 0 0 148185 18 0 0 20 0 2 0 333054649 378871808 88189 33554432000 4194304 5964350 140735282428736 140735282428256 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13799/statm: 92498 88189 192 433 0 92062 0
[pid=13799/tid=13801] ppid=13797 vsize=369992 CPUtime=1477.28 cores=1,3,5,7
/proc/13799/task/13801/stat : 13801 (wbo1.72) R 13797 13799 13658 0 -1 4202560 65261 0 0 0 147692 36 0 0 20 0 2 0 333054768 378871808 88189 33554432000 4194304 5964350 140735282428736 140507989367736 4399998 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1482.03
Current children cumulated vsize (KiB) 369992

[startup+1542.3 s]
/proc/loadavg: 2.00 1.99 1.82 3/180 13855
/proc/meminfo: memFree=28504488/32873844 swapFree=7120/7120
[pid=13799] ppid=13797 vsize=369992 CPUtime=1542.02 cores=1,3,5,7
/proc/13799/stat : 13799 (wbo1.72) S 13797 13799 13658 0 -1 4202496 92111 0 0 0 154184 18 0 0 20 0 2 0 333054649 378871808 88189 33554432000 4194304 5964350 140735282428736 140735282428256 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13799/statm: 92498 88189 192 433 0 92062 0
[pid=13799/tid=13801] ppid=13797 vsize=369992 CPUtime=1537.12 cores=1,3,5,7
/proc/13799/task/13801/stat : 13801 (wbo1.72) R 13797 13799 13658 0 -1 4202560 65261 0 0 0 153675 37 0 0 20 0 2 0 333054768 378871808 88189 33554432000 4194304 5964350 140735282428736 140507989367736 4403612 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1542.02
Current children cumulated vsize (KiB) 369992

[startup+1602.3 s]
/proc/loadavg: 2.03 2.00 1.83 3/180 13878
/proc/meminfo: memFree=28504860/32873844 swapFree=7120/7120
[pid=13799] ppid=13797 vsize=369992 CPUtime=1602.01 cores=1,3,5,7
/proc/13799/stat : 13799 (wbo1.72) S 13797 13799 13658 0 -1 4202496 92111 0 0 0 160183 18 0 0 20 0 2 0 333054649 378871808 88189 33554432000 4194304 5964350 140735282428736 140735282428256 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13799/statm: 92498 88189 192 433 0 92062 0
[pid=13799/tid=13801] ppid=13797 vsize=369992 CPUtime=1596.97 cores=1,3,5,7
/proc/13799/task/13801/stat : 13801 (wbo1.72) R 13797 13799 13658 0 -1 4202560 65261 0 0 0 159659 38 0 0 20 0 2 0 333054768 378871808 88189 33554432000 4194304 5964350 140735282428736 140507989367736 4403637 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1602.01
Current children cumulated vsize (KiB) 369992

[startup+1662.3 s]
/proc/loadavg: 2.01 2.00 1.84 3/179 13878
/proc/meminfo: memFree=28504868/32873844 swapFree=7120/7120
[pid=13799] ppid=13797 vsize=369992 CPUtime=1662 cores=1,3,5,7
/proc/13799/stat : 13799 (wbo1.72) S 13797 13799 13658 0 -1 4202496 92111 0 0 0 166182 18 0 0 20 0 2 0 333054649 378871808 88189 33554432000 4194304 5964350 140735282428736 140735282428256 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13799/statm: 92498 88189 192 433 0 92062 0
[pid=13799/tid=13801] ppid=13797 vsize=369992 CPUtime=1656.82 cores=1,3,5,7
/proc/13799/task/13801/stat : 13801 (wbo1.72) R 13797 13799 13658 0 -1 4202560 65261 0 0 0 165643 39 0 0 20 0 2 0 333054768 378871808 88189 33554432000 4194304 5964350 140735282428736 140507989367736 4403641 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1662
Current children cumulated vsize (KiB) 369992

[startup+1722.3 s]
/proc/loadavg: 2.06 2.01 1.85 3/179 13879
/proc/meminfo: memFree=28504744/32873844 swapFree=7120/7120
[pid=13799] ppid=13797 vsize=369992 CPUtime=1721.99 cores=1,3,5,7
/proc/13799/stat : 13799 (wbo1.72) S 13797 13799 13658 0 -1 4202496 92111 0 0 0 172181 18 0 0 20 0 2 0 333054649 378871808 88189 33554432000 4194304 5964350 140735282428736 140735282428256 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13799/statm: 92498 88189 192 433 0 92062 0
[pid=13799/tid=13801] ppid=13797 vsize=369992 CPUtime=1716.66 cores=1,3,5,7
/proc/13799/task/13801/stat : 13801 (wbo1.72) R 13797 13799 13658 0 -1 4202560 65261 0 0 0 171626 40 0 0 20 0 2 0 333054768 378871808 88189 33554432000 4194304 5964350 140735282428736 140507989367736 4403280 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1721.99
Current children cumulated vsize (KiB) 369992

[startup+1782.3 s]
/proc/loadavg: 2.02 2.01 1.86 3/179 13879
/proc/meminfo: memFree=28501768/32873844 swapFree=7120/7120
[pid=13799] ppid=13797 vsize=369992 CPUtime=1781.98 cores=1,3,5,7
/proc/13799/stat : 13799 (wbo1.72) S 13797 13799 13658 0 -1 4202496 92111 0 0 0 178180 18 0 0 20 0 2 0 333054649 378871808 88189 33554432000 4194304 5964350 140735282428736 140735282428256 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13799/statm: 92498 88189 192 433 0 92062 0
[pid=13799/tid=13801] ppid=13797 vsize=369992 CPUtime=1776.51 cores=1,3,5,7
/proc/13799/task/13801/stat : 13801 (wbo1.72) R 13797 13799 13658 0 -1 4202560 65261 0 0 0 177610 41 0 0 20 0 2 0 333054768 378871808 88189 33554432000 4194304 5964350 140735282428736 140507989367736 4403597 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1781.98
Current children cumulated vsize (KiB) 369992

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

[startup+1791.91 s]
/proc/loadavg: 2.02 2.01 1.86 3/179 13879
/proc/meminfo: memFree=28500836/32873844 swapFree=7120/7120
[pid=13799] ppid=13797 vsize=369992 CPUtime=1791.59 cores=1,3,5,7
/proc/13799/stat : 13799 (wbo1.72) S 13797 13799 13658 0 -1 4202496 92111 0 0 0 179141 18 0 0 20 0 2 0 333054649 378871808 88189 33554432000 4194304 5964350 140735282428736 140735282428256 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13799/statm: 92498 88189 192 433 0 92062 0
[pid=13799/tid=13801] ppid=13797 vsize=369992 CPUtime=1786.09 cores=1,3,5,7
/proc/13799/task/13801/stat : 13801 (wbo1.72) R 13797 13799 13658 0 -1 4202560 65261 0 0 0 178568 41 0 0 20 0 2 0 333054768 378871808 88189 33554432000 4194304 5964350 140735282428736 140507989367736 4403584 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1791.59
Current children cumulated vsize (KiB) 369992

[startup+1795.1 s]
/proc/loadavg: 2.01 2.01 1.86 3/179 13879
/proc/meminfo: memFree=28500712/32873844 swapFree=7120/7120
[pid=13799] ppid=13797 vsize=369992 CPUtime=1794.79 cores=1,3,5,7
/proc/13799/stat : 13799 (wbo1.72) S 13797 13799 13658 0 -1 4202496 92111 0 0 0 179461 18 0 0 20 0 2 0 333054649 378871808 88189 33554432000 4194304 5964350 140735282428736 140735282428256 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13799/statm: 92498 88189 192 433 0 92062 0
[pid=13799/tid=13801] ppid=13797 vsize=369992 CPUtime=1789.29 cores=1,3,5,7
/proc/13799/task/13801/stat : 13801 (wbo1.72) R 13797 13799 13658 0 -1 4202560 65261 0 0 0 178888 41 0 0 20 0 2 0 333054768 378871808 88189 33554432000 4194304 5964350 140735282428736 140507989367736 4222416 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1794.79
Current children cumulated vsize (KiB) 369992

[startup+1798.3 s]
/proc/loadavg: 2.01 2.01 1.86 3/179 13879
/proc/meminfo: memFree=28500712/32873844 swapFree=7120/7120
[pid=13799] ppid=13797 vsize=369992 CPUtime=1797.98 cores=1,3,5,7
/proc/13799/stat : 13799 (wbo1.72) S 13797 13799 13658 0 -1 4202496 92111 0 0 0 179780 18 0 0 20 0 2 0 333054649 378871808 88189 33554432000 4194304 5964350 140735282428736 140735282428256 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13799/statm: 92498 88189 192 433 0 92062 0
[pid=13799/tid=13801] ppid=13797 vsize=369992 CPUtime=1792.47 cores=1,3,5,7
/proc/13799/task/13801/stat : 13801 (wbo1.72) R 13797 13799 13658 0 -1 4202560 65261 0 0 0 179206 41 0 0 20 0 2 0 333054768 378871808 88189 33554432000 4194304 5964350 140735282428736 140507989367736 4403597 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1797.98
Current children cumulated vsize (KiB) 369992

[startup+1799.1 s]
/proc/loadavg: 2.01 2.01 1.86 3/179 13879
/proc/meminfo: memFree=28500712/32873844 swapFree=7120/7120
[pid=13799] ppid=13797 vsize=369992 CPUtime=1798.78 cores=1,3,5,7
/proc/13799/stat : 13799 (wbo1.72) S 13797 13799 13658 0 -1 4202496 92111 0 0 0 179860 18 0 0 20 0 2 0 333054649 378871808 88189 33554432000 4194304 5964350 140735282428736 140735282428256 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13799/statm: 92498 88189 192 433 0 92062 0
[pid=13799/tid=13801] ppid=13797 vsize=369992 CPUtime=1793.27 cores=1,3,5,7
/proc/13799/task/13801/stat : 13801 (wbo1.72) R 13797 13799 13658 0 -1 4202560 65261 0 0 0 179286 41 0 0 20 0 2 0 333054768 378871808 88189 33554432000 4194304 5964350 140735282428736 140507989367736 4403584 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1798.78
Current children cumulated vsize (KiB) 369992

[startup+1799.5 s]
/proc/loadavg: 2.01 2.01 1.86 3/179 13879
/proc/meminfo: memFree=28500712/32873844 swapFree=7120/7120
[pid=13799] ppid=13797 vsize=369992 CPUtime=1799.19 cores=1,3,5,7
/proc/13799/stat : 13799 (wbo1.72) S 13797 13799 13658 0 -1 4202496 92111 0 0 0 179901 18 0 0 20 0 2 0 333054649 378871808 88189 33554432000 4194304 5964350 140735282428736 140735282428256 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13799/statm: 92498 88189 192 433 0 92062 0
[pid=13799/tid=13801] ppid=13797 vsize=369992 CPUtime=1793.68 cores=1,3,5,7
/proc/13799/task/13801/stat : 13801 (wbo1.72) R 13797 13799 13658 0 -1 4202560 65261 0 0 0 179327 41 0 0 20 0 2 0 333054768 378871808 88189 33554432000 4194304 5964350 140735282428736 140507989367736 4389080 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.19
Current children cumulated vsize (KiB) 369992

[startup+1799.9 s]
/proc/loadavg: 2.01 2.01 1.86 3/179 13879
/proc/meminfo: memFree=28500712/32873844 swapFree=7120/7120
[pid=13799] ppid=13797 vsize=369992 CPUtime=1799.58 cores=1,3,5,7
/proc/13799/stat : 13799 (wbo1.72) S 13797 13799 13658 0 -1 4202496 92111 0 0 0 179940 18 0 0 20 0 2 0 333054649 378871808 88189 33554432000 4194304 5964350 140735282428736 140735282428256 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13799/statm: 92498 88189 192 433 0 92062 0
[pid=13799/tid=13801] ppid=13797 vsize=369992 CPUtime=1794.07 cores=1,3,5,7
/proc/13799/task/13801/stat : 13801 (wbo1.72) R 13797 13799 13658 0 -1 4202560 65261 0 0 0 179366 41 0 0 20 0 2 0 333054768 378871808 88189 33554432000 4194304 5964350 140735282428736 140507989367736 4403618 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.58
Current children cumulated vsize (KiB) 369992

[startup+1800 s]
/proc/loadavg: 2.01 2.01 1.86 3/179 13879
/proc/meminfo: memFree=28500712/32873844 swapFree=7120/7120
[pid=13799] ppid=13797 vsize=369992 CPUtime=1799.68 cores=1,3,5,7
/proc/13799/stat : 13799 (wbo1.72) S 13797 13799 13658 0 -1 4202496 92111 0 0 0 179950 18 0 0 20 0 2 0 333054649 378871808 88189 33554432000 4194304 5964350 140735282428736 140735282428256 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13799/statm: 92498 88189 192 433 0 92062 0
[pid=13799/tid=13801] ppid=13797 vsize=369992 CPUtime=1794.17 cores=1,3,5,7
/proc/13799/task/13801/stat : 13801 (wbo1.72) R 13797 13799 13658 0 -1 4202560 65261 0 0 0 179376 41 0 0 20 0 2 0 333054768 378871808 88189 33554432000 4194304 5964350 140735282428736 140507989367736 4389080 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.68
Current children cumulated vsize (KiB) 369992

Child status: 255

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

Real time (s): 1800.07
CPU time (s): 1799.68
CPU user time (s): 1799.5
CPU system time (s): 0.18
CPU usage (%): 99.9781
Max. virtual memory (cumulated for all children) (KiB): 371280

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.99
system time used= 0.45793
maximum resident set size= 353420
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 92113
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= 53
involuntary context switches= 1861

runsolver used 2.84357 second user time and 8.74467 second system time

The end

Launcher Data

Begin job on node142 at 2012-06-02 22:34:58
IDJOB=3727831
IDBENCH=89877
IDSOLVER=2313
FILE ID=node142/3727831-1338669297
RUNJOBID= node142-1338669297-13771
PBS_JOBID= 14636499
Free space on /tmp= 71172 MiB

SOLVER NAME= wbo 1.72
BENCH NAME= PB11/normalized-PB11/OPT-SMALLINT-LIN/heinz/normalized-neos-544324.opb
COMMAND LINE= wbo1.72 -file-format=opb BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3727831-1338669297/watcher-3727831-1338669297 -o /tmp/evaluation-result-3727831-1338669297/solver-3727831-1338669297 -C 1800 -W 1900 -M 15500  wbo1.72 -file-format=opb HOME/instance-3727831-1338669297.opb

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

MD5SUM BENCH= 02fa27f3dafb4f59cf08d669298a5bbe
RANDOM SEED=1109357976

node142.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.776
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.776
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.776
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5391.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.776
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.776
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.776
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.776
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.776
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        29079180 kB
Buffers:          231768 kB
Cached:          2728764 kB
SwapCached:            0 kB
Active:          1121264 kB
Inactive:        1861100 kB
Active(anon):      13120 kB
Inactive(anon):    11236 kB
Active(file):    1108144 kB
Inactive(file):  1849864 kB
Unevictable:        7120 kB
Mlocked:            7120 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             26016 kB
Writeback:             0 kB
AnonPages:         26668 kB
Mapped:            10728 kB
Shmem:               200 kB
Slab:             673664 kB
SReclaimable:     115720 kB
SUnreclaim:       557944 kB
KernelStack:        1400 kB
PageTables:         4252 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     143012 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= 71164 MiB
End job on node142 at 2012-06-02 23:04:58