Trace number 3727567

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

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
market-split/normalized-market-split_7_60_2.opb
MD5SUM6c673f615af1912eadc68b4290958076
Bench CategoryOPT-SMALLINT (optimisation, small integers)
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 FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables61
Total number of constraints15
Number of constraints which are clauses1
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints14
Minimum length of a constraint1
Maximum length of a constraint60
Number of terms in the objective function 1
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 1
Number of bits of the sum of numbers in the objective function 1
Biggest number in a constraint 1648
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 4944
Number of bits of the biggest sum of numbers13
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-3727567-1338661418.opb.
0.00/0.00	c Instance file HOME/instance-3727567-1338661418.opb
0.00/0.00	c File size is 6852 bytes.
0.00/0.00	c Cost Offset: 0
0.00/0.00	c Highest Coefficient sum: 4944
0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Parsing time:          0.00         s                                      |
0.00/0.00	c |  Number Variables:      61                                                  |
0.00/0.00	c |  Number Clauses:        1                                                   |
0.00/0.00	c |  Number Cardinality:    0                                                   |
0.00/0.00	c |  Number PB Constraints: 14                                                  |
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Problem Type:          Optimization                                        |
0.00/0.00	c |  Objective Function:    Cardinality Constraint                              |
0.00/0.00	c |                                                                             |
0.00/0.00	c ============================[ Search Statistics ]==============================
0.00/0.00	c | Time (s)  | ID |      Bound      |               Shared Clauses             |
0.00/0.00	c |           |    | value      type |  expCls         impCls        Lit/impCl  |
0.00/0.00	c ===============================================================================
1799.48/1800.00	c ===============================================================================
1799.48/1800.00	c Wall Clock Time: 1800.00 s
1799.48/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-3727567-1338661418/watcher-3727567-1338661418 -o /tmp/evaluation-result-3727567-1338661418/solver-3727567-1338661418 -C 1800 -W 1900 -M 15500 wbo1.72 -file-format=opb HOME/instance-3727567-1338661418.opb 

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 15670
/proc/meminfo: memFree=31198436/32873844 swapFree=7900/7900
[pid=15670] ppid=15668 vsize=83600 CPUtime=0 cores=0,2,4,6
/proc/15670/stat : 15670 (wbo1.72) S 15668 15670 12961 0 -1 4202496 755 0 0 0 0 0 0 0 20 0 2 0 332266351 85606400 705 33554432000 4194304 5964350 140736535926512 140736535926032 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15670/statm: 20900 705 188 433 0 20464 0
[pid=15670/tid=15671] ppid=15668 vsize=83600 CPUtime=0 cores=0,2,4,6
/proc/15670/task/15671/stat : 15671 (wbo1.72) R 15668 15670 12961 0 -1 4202560 46 0 0 0 0 0 0 0 20 0 2 0 332266351 85606400 705 33554432000 4194304 5964350 140736535926512 140735519059864 5136410 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0

[startup+0.075448 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 15670
/proc/meminfo: memFree=31198436/32873844 swapFree=7900/7900
[pid=15670] ppid=15668 vsize=83600 CPUtime=0.07 cores=0,2,4,6
/proc/15670/stat : 15670 (wbo1.72) S 15668 15670 12961 0 -1 4202496 920 0 0 0 7 0 0 0 20 0 2 0 332266351 85606400 870 33554432000 4194304 5964350 140736535926512 140736535926032 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15670/statm: 20900 871 190 433 0 20464 0
[pid=15670/tid=15671] ppid=15668 vsize=83600 CPUtime=0.06 cores=0,2,4,6
/proc/15670/task/15671/stat : 15671 (wbo1.72) R 15668 15670 12961 0 -1 4202560 212 0 0 0 6 0 0 0 20 0 2 0 332266351 85606400 871 33554432000 4194304 5964350 140736535926512 140735519059864 5136340 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 83600

[startup+0.100334 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 15670
/proc/meminfo: memFree=31198436/32873844 swapFree=7900/7900
[pid=15670] ppid=15668 vsize=83600 CPUtime=0.09 cores=0,2,4,6
/proc/15670/stat : 15670 (wbo1.72) S 15668 15670 12961 0 -1 4202496 971 0 0 0 9 0 0 0 20 0 2 0 332266351 85606400 921 33554432000 4194304 5964350 140736535926512 140736535926032 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15670/statm: 20900 921 190 433 0 20464 0
[pid=15670/tid=15671] ppid=15668 vsize=83600 CPUtime=0.08 cores=0,2,4,6
/proc/15670/task/15671/stat : 15671 (wbo1.72) R 15668 15670 12961 0 -1 4202560 262 0 0 0 8 0 0 0 20 0 2 0 332266351 85606400 921 33554432000 4194304 5964350 140736535926512 140735519059864 4403647 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 83600

[startup+0.300304 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 15670
/proc/meminfo: memFree=31198436/32873844 swapFree=7900/7900
[pid=15670] ppid=15668 vsize=83600 CPUtime=0.29 cores=0,2,4,6
/proc/15670/stat : 15670 (wbo1.72) S 15668 15670 12961 0 -1 4202496 1318 0 0 0 29 0 0 0 20 0 2 0 332266351 85606400 1268 33554432000 4194304 5964350 140736535926512 140736535926032 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15670/statm: 20900 1268 190 433 0 20464 0
[pid=15670/tid=15671] ppid=15668 vsize=83600 CPUtime=0.28 cores=0,2,4,6
/proc/15670/task/15671/stat : 15671 (wbo1.72) R 15668 15670 12961 0 -1 4202560 609 0 0 0 28 0 0 0 20 0 2 0 332266351 85606400 1268 33554432000 4194304 5964350 140736535926512 140446153676312 4400548 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 83600

[startup+0.700303 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 15670
/proc/meminfo: memFree=31198436/32873844 swapFree=7900/7900
[pid=15670] ppid=15668 vsize=83744 CPUtime=0.69 cores=0,2,4,6
/proc/15670/stat : 15670 (wbo1.72) S 15668 15670 12961 0 -1 4202496 1750 0 0 0 69 0 0 0 20 0 2 0 332266351 85753856 1700 33554432000 4194304 5964350 140736535926512 140736535926032 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15670/statm: 20936 1700 190 433 0 20500 0
[pid=15670/tid=15671] ppid=15668 vsize=83744 CPUtime=0.68 cores=0,2,4,6
/proc/15670/task/15671/stat : 15671 (wbo1.72) R 15668 15670 12961 0 -1 4202560 1041 0 0 0 68 0 0 0 20 0 2 0 332266351 85753856 1700 33554432000 4194304 5964350 140736535926512 140446153676312 4403647 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 83744

[startup+1.5003 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15672
/proc/meminfo: memFree=31191344/32873844 swapFree=7900/7900
[pid=15670] ppid=15668 vsize=83744 CPUtime=1.49 cores=0,2,4,6
/proc/15670/stat : 15670 (wbo1.72) S 15668 15670 12961 0 -1 4202496 2219 0 0 0 149 0 0 0 20 0 2 0 332266351 85753856 2169 33554432000 4194304 5964350 140736535926512 140736535926032 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15670/statm: 20936 2169 190 433 0 20500 0
[pid=15670/tid=15671] ppid=15668 vsize=83744 CPUtime=1.48 cores=0,2,4,6
/proc/15670/task/15671/stat : 15671 (wbo1.72) R 15668 15670 12961 0 -1 4202560 1510 0 0 0 148 0 0 0 20 0 2 0 332266351 85753856 2169 33554432000 4194304 5964350 140736535926512 140446153676600 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 83744

[startup+3.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15672
/proc/meminfo: memFree=31188872/32873844 swapFree=7900/7900
[pid=15670] ppid=15668 vsize=83816 CPUtime=3.09 cores=0,2,4,6
/proc/15670/stat : 15670 (wbo1.72) S 15668 15670 12961 0 -1 4202496 3313 0 0 0 308 1 0 0 20 0 2 0 332266351 85827584 3263 33554432000 4194304 5964350 140736535926512 140736535926032 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15670/statm: 20954 3263 190 433 0 20518 0
[pid=15670/tid=15671] ppid=15668 vsize=83816 CPUtime=3.08 cores=0,2,4,6
/proc/15670/task/15671/stat : 15671 (wbo1.72) R 15668 15670 12961 0 -1 4202560 2605 0 0 0 307 1 0 0 20 0 2 0 332266351 85827584 3264 33554432000 4194304 5964350 140736535926512 140446153676312 5136340 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 83816

[startup+6.30027 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15672
/proc/meminfo: memFree=31180936/32873844 swapFree=7900/7900
[pid=15670] ppid=15668 vsize=83924 CPUtime=6.29 cores=0,2,4,6
/proc/15670/stat : 15670 (wbo1.72) S 15668 15670 12961 0 -1 4202496 4615 0 0 0 627 2 0 0 20 0 2 0 332266351 85938176 4565 33554432000 4194304 5964350 140736535926512 140736535926032 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15670/statm: 20981 4565 190 433 0 20545 0
[pid=15670/tid=15671] ppid=15668 vsize=83924 CPUtime=6.28 cores=0,2,4,6
/proc/15670/task/15671/stat : 15671 (wbo1.72) R 15668 15670 12961 0 -1 4202560 3906 0 0 0 626 2 0 0 20 0 2 0 332266351 85938176 4565 33554432000 4194304 5964350 140736535926512 140446153676600 4403296 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 83924

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15672
/proc/meminfo: memFree=31173132/32873844 swapFree=7900/7900
[pid=15670] ppid=15668 vsize=84372 CPUtime=12.68 cores=0,2,4,6
/proc/15670/stat : 15670 (wbo1.72) S 15668 15670 12961 0 -1 4202496 6712 0 0 0 1266 2 0 0 20 0 2 0 332266351 86396928 6662 33554432000 4194304 5964350 140736535926512 140736535926032 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15670/statm: 21093 6662 190 433 0 20657 0
[pid=15670/tid=15671] ppid=15668 vsize=84372 CPUtime=12.68 cores=0,2,4,6
/proc/15670/task/15671/stat : 15671 (wbo1.72) R 15668 15670 12961 0 -1 4202560 6003 0 0 0 1265 3 0 0 20 0 2 0 332266351 86396928 6662 33554432000 4194304 5964350 140736535926512 140446153676312 4399840 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 84372

[startup+25.5003 s]
/proc/loadavg: 2.07 2.02 2.00 3/179 15672
/proc/meminfo: memFree=31158880/32873844 swapFree=7900/7900
[pid=15670] ppid=15668 vsize=85476 CPUtime=25.49 cores=0,2,4,6
/proc/15670/stat : 15670 (wbo1.72) S 15668 15670 12961 0 -1 4202496 9955 0 0 0 2546 3 0 0 20 0 2 0 332266351 87527424 9905 33554432000 4194304 5964350 140736535926512 140736535926032 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15670/statm: 21369 9905 190 433 0 20933 0
[pid=15670/tid=15671] ppid=15668 vsize=85476 CPUtime=25.49 cores=0,2,4,6
/proc/15670/task/15671/stat : 15671 (wbo1.72) R 15668 15670 12961 0 -1 4202560 9246 0 0 0 2545 4 0 0 20 0 2 0 332266351 87527424 9905 33554432000 4194304 5964350 140736535926512 140446153676312 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 85476

[startup+51.1003 s]
/proc/loadavg: 2.05 2.01 2.00 3/179 15672
/proc/meminfo: memFree=31138172/32873844 swapFree=7900/7900
[pid=15670] ppid=15668 vsize=87796 CPUtime=51.08 cores=0,2,4,6
/proc/15670/stat : 15670 (wbo1.72) S 15668 15670 12961 0 -1 4202496 15463 0 0 0 5102 6 0 0 20 0 2 0 332266351 89903104 15413 33554432000 4194304 5964350 140736535926512 140736535926032 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15670/statm: 21949 15413 190 433 0 21513 0
[pid=15670/tid=15671] ppid=15668 vsize=87796 CPUtime=51.08 cores=0,2,4,6
/proc/15670/task/15671/stat : 15671 (wbo1.72) R 15668 15670 12961 0 -1 4202560 14754 0 0 0 5101 7 0 0 20 0 2 0 332266351 89903104 15413 33554432000 4194304 5964350 140736535926512 140446153676792 4399840 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 87796

[startup+102.307 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 15672
/proc/meminfo: memFree=31086464/32873844 swapFree=7900/7900
[pid=15670] ppid=15668 vsize=157420 CPUtime=102.28 cores=0,2,4,6
/proc/15670/stat : 15670 (wbo1.72) S 15668 15670 12961 0 -1 4202496 24198 0 0 0 10216 12 0 0 20 0 2 0 332266351 161198080 24144 33554432000 4194304 5964350 140736535926512 140736535926032 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15670/statm: 39355 24144 190 433 0 38919 0
[pid=15670/tid=15671] ppid=15668 vsize=157420 CPUtime=102.29 cores=0,2,4,6
/proc/15670/task/15671/stat : 15671 (wbo1.72) R 15668 15670 12961 0 -1 4202560 23489 0 0 0 10216 13 0 0 20 0 2 0 332266351 161198080 24144 33554432000 4194304 5964350 140736535926512 140446153676312 4399866 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 157420

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15673
/proc/meminfo: memFree=31045380/32873844 swapFree=7900/7900
[pid=15670] ppid=15668 vsize=159304 CPUtime=162.24 cores=0,2,4,6
/proc/15670/stat : 15670 (wbo1.72) S 15668 15670 12961 0 -1 4202496 32215 0 0 0 16207 17 0 0 20 0 2 0 332266351 163127296 32144 33554432000 4194304 5964350 140736535926512 140736535926032 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15670/statm: 39826 32144 190 433 0 39390 0
[pid=15670/tid=15671] ppid=15668 vsize=159304 CPUtime=162.27 cores=0,2,4,6
/proc/15670/task/15671/stat : 15671 (wbo1.72) R 15668 15670 12961 0 -1 4202560 31506 0 0 0 16207 20 0 0 20 0 2 0 332266351 163127296 32144 33554432000 4194304 5964350 140736535926512 140446153676840 4403612 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 159304

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15673
/proc/meminfo: memFree=30993708/32873844 swapFree=7900/7900
[pid=15670] ppid=15668 vsize=228772 CPUtime=222.19 cores=0,2,4,6
/proc/15670/stat : 15670 (wbo1.72) S 15668 15670 12961 0 -1 4202496 40786 0 0 0 22194 25 0 0 20 0 2 0 332266351 234262528 40688 33554432000 4194304 5964350 140736535926512 140736535926032 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15670/statm: 57193 40688 190 433 0 56757 0
[pid=15670/tid=15671] ppid=15668 vsize=228772 CPUtime=222.23 cores=0,2,4,6
/proc/15670/task/15671/stat : 15671 (wbo1.72) R 15668 15670 12961 0 -1 4202560 40077 0 0 0 22194 29 0 0 20 0 2 0 332266351 234262528 40688 33554432000 4194304 5964350 140736535926512 140446153676312 4378928 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 228772

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15673
/proc/meminfo: memFree=30945708/32873844 swapFree=7900/7900
[pid=15670] ppid=15668 vsize=229732 CPUtime=282.18 cores=0,2,4,6
/proc/15670/stat : 15670 (wbo1.72) S 15668 15670 12961 0 -1 4202496 48575 0 0 0 28186 32 0 0 20 0 2 0 332266351 235245568 49430 33554432000 4194304 5964350 140736535926512 140736535926032 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15670/statm: 57433 49430 190 433 0 56997 0
[pid=15670/tid=15671] ppid=15668 vsize=229732 CPUtime=282.23 cores=0,2,4,6
/proc/15670/task/15671/stat : 15671 (wbo1.72) R 15668 15670 12961 0 -1 4202560 47867 0 0 0 28186 37 0 0 20 0 2 0 332266351 235245568 49431 33554432000 4194304 5964350 140736535926512 140446153676312 5136340 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 229732

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15673
/proc/meminfo: memFree=30920744/32873844 swapFree=7900/7900
[pid=15670] ppid=15668 vsize=296296 CPUtime=342.17 cores=0,2,4,6
/proc/15670/stat : 15670 (wbo1.72) S 15668 15670 12961 0 -1 4202496 53690 0 0 0 34180 37 0 0 20 0 2 0 332266351 303407104 54545 33554432000 4194304 5964350 140736535926512 140736535926032 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15670/statm: 74074 54545 190 433 0 73638 0
[pid=15670/tid=15671] ppid=15668 vsize=296296 CPUtime=342.24 cores=0,2,4,6
/proc/15670/task/15671/stat : 15671 (wbo1.72) R 15668 15670 12961 0 -1 4202560 52981 0 0 0 34181 43 0 0 20 0 2 0 332266351 303407104 54545 33554432000 4194304 5964350 140736535926512 140446153676840 4222416 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 296296

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 15676
/proc/meminfo: memFree=30891968/32873844 swapFree=7900/7900
[pid=15670] ppid=15668 vsize=296584 CPUtime=402.17 cores=0,2,4,6
/proc/15670/stat : 15670 (wbo1.72) S 15668 15670 12961 0 -1 4202496 59311 0 0 0 40175 42 0 0 20 0 2 0 332266351 303702016 60166 33554432000 4194304 5964350 140736535926512 140736535926032 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0

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

/proc/15670/task/15671/stat : 15671 (wbo1.72) R 15668 15670 12961 0 -1 4202560 123520 0 0 0 130084 132 0 0 20 0 2 0 332266351 590831616 125007 33554432000 4194304 5964350 140736535926512 140446153676840 4399840 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1301.91
Current children cumulated vsize (KiB) 576984

[startup+1362.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 15723
/proc/meminfo: memFree=30805756/32873844 swapFree=7900/7900
[pid=15670] ppid=15668 vsize=577360 CPUtime=1361.9 cores=0,2,4,6
/proc/15670/stat : 15670 (wbo1.72) S 15668 15670 12961 0 -1 4202496 129127 0 0 0 136072 118 0 0 20 0 2 0 332266351 591216640 129909 33554432000 4194304 5964350 140736535926512 140736535926032 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15670/statm: 144340 129909 190 433 0 143904 0
[pid=15670/tid=15671] ppid=15668 vsize=577360 CPUtime=1362.16 cores=0,2,4,6
/proc/15670/task/15671/stat : 15671 (wbo1.72) R 15668 15670 12961 0 -1 4202560 128418 0 0 0 136078 138 0 0 20 0 2 0 332266351 591216640 129909 33554432000 4194304 5964350 140736535926512 140446153676312 4399840 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1361.9
Current children cumulated vsize (KiB) 577360

[startup+1422.31 s]
/proc/loadavg: 2.06 2.02 2.00 3/179 15723
/proc/meminfo: memFree=30787032/32873844 swapFree=7900/7900
[pid=15670] ppid=15668 vsize=578040 CPUtime=1421.89 cores=0,2,4,6
/proc/15670/stat : 15670 (wbo1.72) S 15668 15670 12961 0 -1 4202496 133385 0 0 0 142066 123 0 0 20 0 2 0 332266351 591912960 134167 33554432000 4194304 5964350 140736535926512 140736535926032 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15670/statm: 144510 134167 190 433 0 144074 0
[pid=15670/tid=15671] ppid=15668 vsize=578040 CPUtime=1422.17 cores=0,2,4,6
/proc/15670/task/15671/stat : 15671 (wbo1.72) R 15668 15670 12961 0 -1 4202560 132676 0 0 0 142072 145 0 0 20 0 2 0 332266351 591912960 134167 33554432000 4194304 5964350 140736535926512 140446153676312 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1421.89
Current children cumulated vsize (KiB) 578040

[startup+1482.3 s]
/proc/loadavg: 2.08 2.03 2.00 3/179 15723
/proc/meminfo: memFree=30772772/32873844 swapFree=7900/7900
[pid=15670] ppid=15668 vsize=578400 CPUtime=1481.88 cores=0,2,4,6
/proc/15670/stat : 15670 (wbo1.72) S 15668 15670 12961 0 -1 4202496 136962 0 0 0 148060 128 0 0 20 0 2 0 332266351 592281600 137744 33554432000 4194304 5964350 140736535926512 140736535926032 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15670/statm: 144600 137744 190 433 0 144164 0
[pid=15670/tid=15671] ppid=15668 vsize=578400 CPUtime=1482.17 cores=0,2,4,6
/proc/15670/task/15671/stat : 15671 (wbo1.72) R 15668 15670 12961 0 -1 4202560 136253 0 0 0 148067 150 0 0 20 0 2 0 332266351 592281600 137744 33554432000 4194304 5964350 140736535926512 140446153676312 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1481.88
Current children cumulated vsize (KiB) 578400

[startup+1542.3 s]
/proc/loadavg: 2.14 2.05 2.01 3/179 15762
/proc/meminfo: memFree=30901596/32873844 swapFree=7900/7900
[pid=15670] ppid=15668 vsize=645420 CPUtime=1541.87 cores=0,2,4,6
/proc/15670/stat : 15670 (wbo1.72) S 15668 15670 12961 0 -1 4202496 141508 0 0 0 154055 132 0 0 20 0 2 0 332266351 660910080 142290 33554432000 4194304 5964350 140736535926512 140736535926032 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15670/statm: 161355 142290 190 433 0 160919 0
[pid=15670/tid=15671] ppid=15668 vsize=645420 CPUtime=1542.17 cores=0,2,4,6
/proc/15670/task/15671/stat : 15671 (wbo1.72) R 15668 15670 12961 0 -1 4202560 140799 0 0 0 154061 156 0 0 20 0 2 0 332266351 660910080 142290 33554432000 4194304 5964350 140736535926512 140446153676312 4399840 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1541.87
Current children cumulated vsize (KiB) 645420

[startup+1602.3 s]
/proc/loadavg: 2.08 2.05 2.01 3/180 15765
/proc/meminfo: memFree=30807640/32873844 swapFree=7900/7900
[pid=15670] ppid=15668 vsize=645876 CPUtime=1601.85 cores=0,2,4,6
/proc/15670/stat : 15670 (wbo1.72) S 15668 15670 12961 0 -1 4202496 143930 0 0 0 160050 135 0 0 20 0 2 0 332266351 661377024 144703 33554432000 4194304 5964350 140736535926512 140736535926032 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15670/statm: 161469 144703 190 433 0 161033 0
[pid=15670/tid=15671] ppid=15668 vsize=645876 CPUtime=1602.16 cores=0,2,4,6
/proc/15670/task/15671/stat : 15671 (wbo1.72) R 15668 15670 12961 0 -1 4202560 143221 0 0 0 160056 160 0 0 20 0 2 0 332266351 661377024 144703 33554432000 4194304 5964350 140736535926512 140446153676312 4399840 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1601.85
Current children cumulated vsize (KiB) 645876

[startup+1662.3 s]
/proc/loadavg: 2.03 2.04 2.00 3/179 15766
/proc/meminfo: memFree=30745332/32873844 swapFree=7900/7900
[pid=15670] ppid=15668 vsize=646196 CPUtime=1661.8 cores=0,2,4,6
/proc/15670/stat : 15670 (wbo1.72) S 15668 15670 12961 0 -1 4202496 146854 0 0 0 166041 139 0 0 20 0 2 0 332266351 661704704 147608 33554432000 4194304 5964350 140736535926512 140736535926032 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15670/statm: 161549 147608 190 433 0 161113 0
[pid=15670/tid=15671] ppid=15668 vsize=646196 CPUtime=1662.13 cores=0,2,4,6
/proc/15670/task/15671/stat : 15671 (wbo1.72) R 15668 15670 12961 0 -1 4202560 146145 0 0 0 166048 165 0 0 20 0 2 0 332266351 661704704 147608 33554432000 4194304 5964350 140736535926512 140446153676312 4399840 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1661.8
Current children cumulated vsize (KiB) 646196

[startup+1722.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/179 15766
/proc/meminfo: memFree=30707388/32873844 swapFree=7900/7900
[pid=15670] ppid=15668 vsize=647096 CPUtime=1721.79 cores=0,2,4,6
/proc/15670/stat : 15670 (wbo1.72) S 15668 15670 12961 0 -1 4202496 151130 0 0 0 172034 145 0 0 20 0 2 0 332266351 662626304 151884 33554432000 4194304 5964350 140736535926512 140736535926032 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15670/statm: 161774 151884 190 433 0 161338 0
[pid=15670/tid=15671] ppid=15668 vsize=647096 CPUtime=1722.13 cores=0,2,4,6
/proc/15670/task/15671/stat : 15671 (wbo1.72) R 15668 15670 12961 0 -1 4202560 150421 0 0 0 172041 172 0 0 20 0 2 0 332266351 662626304 151884 33554432000 4194304 5964350 140736535926512 140446153676840 4400007 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1721.79
Current children cumulated vsize (KiB) 647096

[startup+1782.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/179 15766
/proc/meminfo: memFree=30646256/32873844 swapFree=7900/7900
[pid=15670] ppid=15668 vsize=647096 CPUtime=1781.78 cores=0,2,4,6
/proc/15670/stat : 15670 (wbo1.72) S 15668 15670 12961 0 -1 4202496 151252 0 0 0 178033 145 0 0 20 0 2 0 332266351 662626304 152006 33554432000 4194304 5964350 140736535926512 140736535926032 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15670/statm: 161774 152006 190 433 0 161338 0
[pid=15670/tid=15671] ppid=15668 vsize=647096 CPUtime=1782.13 cores=0,2,4,6
/proc/15670/task/15671/stat : 15671 (wbo1.72) R 15668 15670 12961 0 -1 4202560 150543 0 0 0 178040 173 0 0 20 0 2 0 332266351 662626304 152006 33554432000 4194304 5964350 140736535926512 140446153676792 4399840 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1781.78
Current children cumulated vsize (KiB) 647096

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

[startup+1791.91 s]
/proc/loadavg: 2.00 2.02 2.00 3/179 15766
/proc/meminfo: memFree=30638196/32873844 swapFree=7900/7900
[pid=15670] ppid=15668 vsize=647096 CPUtime=1791.39 cores=0,2,4,6
/proc/15670/stat : 15670 (wbo1.72) S 15668 15670 12961 0 -1 4202496 151493 0 0 0 178993 146 0 0 20 0 2 0 332266351 662626304 152247 33554432000 4194304 5964350 140736535926512 140736535926032 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15670/statm: 161774 152247 190 433 0 161338 0
[pid=15670/tid=15671] ppid=15668 vsize=647096 CPUtime=1791.74 cores=0,2,4,6
/proc/15670/task/15671/stat : 15671 (wbo1.72) R 15668 15670 12961 0 -1 4202560 150784 0 0 0 179001 173 0 0 20 0 2 0 332266351 662626304 152247 33554432000 4194304 5964350 140736535926512 140446153676312 4399840 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1791.39
Current children cumulated vsize (KiB) 647096

[startup+1795.1 s]
/proc/loadavg: 2.00 2.02 2.00 3/179 15766
/proc/meminfo: memFree=30634476/32873844 swapFree=7900/7900
[pid=15670] ppid=15668 vsize=647096 CPUtime=1794.59 cores=0,2,4,6
/proc/15670/stat : 15670 (wbo1.72) S 15668 15670 12961 0 -1 4202496 151721 0 0 0 179313 146 0 0 20 0 2 0 332266351 662626304 152475 33554432000 4194304 5964350 140736535926512 140736535926032 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15670/statm: 161774 152475 190 433 0 161338 0
[pid=15670/tid=15671] ppid=15668 vsize=647096 CPUtime=1794.94 cores=0,2,4,6
/proc/15670/task/15671/stat : 15671 (wbo1.72) R 15668 15670 12961 0 -1 4202560 151012 0 0 0 179320 174 0 0 20 0 2 0 332266351 662626304 152475 33554432000 4194304 5964350 140736535926512 140446153676312 4399840 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1794.59
Current children cumulated vsize (KiB) 647096

[startup+1798.3 s]
/proc/loadavg: 2.08 2.04 2.01 3/179 15766
/proc/meminfo: memFree=30630880/32873844 swapFree=7900/7900
[pid=15670] ppid=15668 vsize=647096 CPUtime=1797.78 cores=0,2,4,6
/proc/15670/stat : 15670 (wbo1.72) S 15668 15670 12961 0 -1 4202496 151931 0 0 0 179632 146 0 0 20 0 2 0 332266351 662626304 152685 33554432000 4194304 5964350 140736535926512 140736535926032 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15670/statm: 161774 152685 190 433 0 161338 0
[pid=15670/tid=15671] ppid=15668 vsize=647096 CPUtime=1798.13 cores=0,2,4,6
/proc/15670/task/15671/stat : 15671 (wbo1.72) R 15668 15670 12961 0 -1 4202560 151222 0 0 0 179639 174 0 0 20 0 2 0 332266351 662626304 152685 33554432000 4194304 5964350 140736535926512 140446153676792 4399840 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1797.78
Current children cumulated vsize (KiB) 647096

[startup+1799.1 s]
/proc/loadavg: 2.08 2.04 2.01 3/179 15766
/proc/meminfo: memFree=30628772/32873844 swapFree=7900/7900
[pid=15670] ppid=15668 vsize=647096 CPUtime=1798.58 cores=0,2,4,6
/proc/15670/stat : 15670 (wbo1.72) S 15668 15670 12961 0 -1 4202496 151986 0 0 0 179712 146 0 0 20 0 2 0 332266351 662626304 152740 33554432000 4194304 5964350 140736535926512 140736535926032 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15670/statm: 161774 152740 190 433 0 161338 0
[pid=15670/tid=15671] ppid=15668 vsize=647096 CPUtime=1798.93 cores=0,2,4,6
/proc/15670/task/15671/stat : 15671 (wbo1.72) R 15668 15670 12961 0 -1 4202560 151277 0 0 0 179719 174 0 0 20 0 2 0 332266351 662626304 152740 33554432000 4194304 5964350 140736535926512 140446153676792 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1798.58
Current children cumulated vsize (KiB) 647096

[startup+1799.5 s]
/proc/loadavg: 2.08 2.04 2.01 3/179 15766
/proc/meminfo: memFree=30627036/32873844 swapFree=7900/7900
[pid=15670] ppid=15668 vsize=647096 CPUtime=1798.98 cores=0,2,4,6
/proc/15670/stat : 15670 (wbo1.72) S 15668 15670 12961 0 -1 4202496 152011 0 0 0 179752 146 0 0 20 0 2 0 332266351 662626304 152765 33554432000 4194304 5964350 140736535926512 140736535926032 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15670/statm: 161774 152765 190 433 0 161338 0
[pid=15670/tid=15671] ppid=15668 vsize=647096 CPUtime=1799.34 cores=0,2,4,6
/proc/15670/task/15671/stat : 15671 (wbo1.72) R 15668 15670 12961 0 -1 4202560 151302 0 0 0 179760 174 0 0 20 0 2 0 332266351 662626304 152765 33554432000 4194304 5964350 140736535926512 140446153676792 4399840 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1798.98
Current children cumulated vsize (KiB) 647096

[startup+1799.9 s]
/proc/loadavg: 2.08 2.04 2.01 3/179 15766
/proc/meminfo: memFree=30627036/32873844 swapFree=7900/7900
[pid=15670] ppid=15668 vsize=647096 CPUtime=1799.38 cores=0,2,4,6
/proc/15670/stat : 15670 (wbo1.72) S 15668 15670 12961 0 -1 4202496 152040 0 0 0 179792 146 0 0 20 0 2 0 332266351 662626304 152794 33554432000 4194304 5964350 140736535926512 140736535926032 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15670/statm: 161774 152794 190 433 0 161338 0
[pid=15670/tid=15671] ppid=15668 vsize=647096 CPUtime=1799.73 cores=0,2,4,6
/proc/15670/task/15671/stat : 15671 (wbo1.72) R 15668 15670 12961 0 -1 4202560 151331 0 0 0 179799 174 0 0 20 0 2 0 332266351 662626304 152794 33554432000 4194304 5964350 140736535926512 140446153676792 4399840 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.38
Current children cumulated vsize (KiB) 647096

[startup+1800 s]
/proc/loadavg: 2.08 2.04 2.01 3/179 15766
/proc/meminfo: memFree=30627036/32873844 swapFree=7900/7900
[pid=15670] ppid=15668 vsize=647096 CPUtime=1799.48 cores=0,2,4,6
/proc/15670/stat : 15670 (wbo1.72) S 15668 15670 12961 0 -1 4202496 152051 0 0 0 179802 146 0 0 20 0 2 0 332266351 662626304 152805 33554432000 4194304 5964350 140736535926512 140736535926032 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15670/statm: 161774 152805 190 433 0 161338 0
[pid=15670/tid=15671] ppid=15668 vsize=647096 CPUtime=1799.83 cores=0,2,4,6
/proc/15670/task/15671/stat : 15671 (wbo1.72) R 15668 15670 12961 0 -1 4202560 151342 0 0 0 179809 174 0 0 20 0 2 0 332266351 662626304 152805 33554432000 4194304 5964350 140736535926512 140446153676792 4410801 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.48
Current children cumulated vsize (KiB) 647096

Child status: 255
Real time (s): 1800.01
CPU time (s): 1799.86
CPU user time (s): 1798.11
CPU system time (s): 1.75773
CPU usage (%): 99.992
Max. virtual memory (cumulated for all children) (KiB): 647096

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.11
system time used= 1.75773
maximum resident set size= 611232
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 152054
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= 227
involuntary context switches= 1988

runsolver used 5.76412 second user time and 17.4973 second system time

The end

Launcher Data

Begin job on node137 at 2012-06-02 20:23:38
IDJOB=3727567
IDBENCH=2894
IDSOLVER=2313
FILE ID=node137/3727567-1338661418
RUNJOBID= node137-1338651414-14275
PBS_JOBID= 14636443
Free space on /tmp= 70692 MiB

SOLVER NAME= wbo 1.72
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/market-split/normalized-market-split_7_60_2.opb
COMMAND LINE= wbo1.72 -file-format=opb BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3727567-1338661418/watcher-3727567-1338661418 -o /tmp/evaluation-result-3727567-1338661418/solver-3727567-1338661418 -C 1800 -W 1900 -M 15500  wbo1.72 -file-format=opb HOME/instance-3727567-1338661418.opb

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

MD5SUM BENCH= 6c673f615af1912eadc68b4290958076
RANDOM SEED=2025257756

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.600
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.90
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.600
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.600
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:        31198808 kB
Buffers:          147940 kB
Cached:           408268 kB
SwapCached:         5796 kB
Active:           519288 kB
Inactive:         340616 kB
Active(anon):     299160 kB
Inactive(anon):     7184 kB
Active(file):     220128 kB
Inactive(file):   333432 kB
Unevictable:        7900 kB
Mlocked:            7900 kB
SwapTotal:      67108856 kB
SwapFree:       67097500 kB
Dirty:              5440 kB
Writeback:             0 kB
AnonPages:        272700 kB
Mapped:             9744 kB
Shmem:                 0 kB
Slab:             673980 kB
SReclaimable:     115512 kB
SUnreclaim:       558468 kB
KernelStack:        1488 kB
PageTables:         4648 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     148268 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    251904 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= 70684 MiB
End job on node137 at 2012-06-02 20:53:38