Trace number 3705266

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.7? 1799.51 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.7 beta - March, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing opb file format. File HOME/instance-3705266-1338101144.opb.
0.00/0.00	c Instance file HOME/instance-3705266-1338101144.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.51/1800.00	c ===============================================================================
1799.51/1800.00	c Wall Clock Time: 1800.00 s
1799.51/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-3705266-1338101144/watcher-3705266-1338101144 -o /tmp/evaluation-result-3705266-1338101144/solver-3705266-1338101144 -C 1800 -W 1900 -M 15500 wbo1.7 -file-format=opb HOME/instance-3705266-1338101144.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.02 2.00 2/177 25861
/proc/meminfo: memFree=31311692/32873844 swapFree=7624/7624
[pid=25861] ppid=25859 vsize=83596 CPUtime=0 cores=1,3,5,7
/proc/25861/stat : 25861 (wbo1.7) S 25859 25861 24863 0 -1 4202496 750 0 0 0 0 0 0 0 20 0 2 0 276239965 85602304 701 33554432000 4194304 5963574 140735697715424 140735697714944 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25861/statm: 20899 701 188 432 0 20464 0
[pid=25861/tid=25862] ppid=25859 vsize=83596 CPUtime=0 cores=1,3,5,7
/proc/25861/task/25862/stat : 25862 (wbo1.7) R 25859 25861 24863 0 -1 4202560 41 0 0 0 0 0 0 0 20 0 2 0 276239966 85602304 701 33554432000 4194304 5963574 140735697715424 140733339911784 4403255 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0

[startup+0.081522 s]
/proc/loadavg: 2.00 2.02 2.00 2/177 25861
/proc/meminfo: memFree=31311692/32873844 swapFree=7624/7624
[pid=25861] ppid=25859 vsize=83596 CPUtime=0.07 cores=1,3,5,7
/proc/25861/stat : 25861 (wbo1.7) S 25859 25861 24863 0 -1 4202496 919 0 0 0 7 0 0 0 20 0 2 0 276239965 85602304 870 33554432000 4194304 5963574 140735697715424 140735697714944 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25861/statm: 20899 870 190 432 0 20464 0
[pid=25861/tid=25862] ppid=25859 vsize=83596 CPUtime=0.06 cores=1,3,5,7
/proc/25861/task/25862/stat : 25862 (wbo1.7) R 25859 25861 24863 0 -1 4202560 210 0 0 0 6 0 0 0 20 0 2 0 276239966 85602304 870 33554432000 4194304 5963574 140735697715424 139737686386680 5135572 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 83596

[startup+0.100294 s]
/proc/loadavg: 2.00 2.02 2.00 2/177 25861
/proc/meminfo: memFree=31311692/32873844 swapFree=7624/7624
[pid=25861] ppid=25859 vsize=83596 CPUtime=0.09 cores=1,3,5,7
/proc/25861/stat : 25861 (wbo1.7) S 25859 25861 24863 0 -1 4202496 955 0 0 0 9 0 0 0 20 0 2 0 276239965 85602304 906 33554432000 4194304 5963574 140735697715424 140735697714944 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25861/statm: 20899 906 190 432 0 20464 0
[pid=25861/tid=25862] ppid=25859 vsize=83596 CPUtime=0.08 cores=1,3,5,7
/proc/25861/task/25862/stat : 25862 (wbo1.7) R 25859 25861 24863 0 -1 4202560 246 0 0 0 8 0 0 0 20 0 2 0 276239966 85602304 906 33554432000 4194304 5963574 140735697715424 139737686386680 4399574 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 83596

[startup+0.300218 s]
/proc/loadavg: 2.00 2.02 2.00 2/177 25861
/proc/meminfo: memFree=31311692/32873844 swapFree=7624/7624
[pid=25861] ppid=25859 vsize=83596 CPUtime=0.29 cores=1,3,5,7
/proc/25861/stat : 25861 (wbo1.7) S 25859 25861 24863 0 -1 4202496 1287 0 0 0 29 0 0 0 20 0 2 0 276239965 85602304 1238 33554432000 4194304 5963574 140735697715424 140735697714944 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25861/statm: 20899 1238 190 432 0 20464 0
[pid=25861/tid=25862] ppid=25859 vsize=83596 CPUtime=0.28 cores=1,3,5,7
/proc/25861/task/25862/stat : 25862 (wbo1.7) R 25859 25861 24863 0 -1 4202560 578 0 0 0 28 0 0 0 20 0 2 0 276239966 85602304 1238 33554432000 4194304 5963574 140735697715424 139737686386680 4399448 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 83596

[startup+0.700231 s]
/proc/loadavg: 2.00 2.02 2.00 2/177 25861
/proc/meminfo: memFree=31311692/32873844 swapFree=7624/7624
[pid=25861] ppid=25859 vsize=83740 CPUtime=0.69 cores=1,3,5,7
/proc/25861/stat : 25861 (wbo1.7) S 25859 25861 24863 0 -1 4202496 1748 0 0 0 69 0 0 0 20 0 2 0 276239965 85749760 1699 33554432000 4194304 5963574 140735697715424 140735697714944 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25861/statm: 20935 1699 190 432 0 20500 0
[pid=25861/tid=25862] ppid=25859 vsize=83740 CPUtime=0.68 cores=1,3,5,7
/proc/25861/task/25862/stat : 25862 (wbo1.7) R 25859 25861 24863 0 -1 4202560 1039 0 0 0 68 0 0 0 20 0 2 0 276239966 85749760 1699 33554432000 4194304 5963574 140735697715424 139737686386680 4382221 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 83740

[startup+1.50022 s]
/proc/loadavg: 2.00 2.02 2.00 3/179 25863
/proc/meminfo: memFree=31303120/32873844 swapFree=7624/7624
[pid=25861] ppid=25859 vsize=83740 CPUtime=1.49 cores=1,3,5,7
/proc/25861/stat : 25861 (wbo1.7) S 25859 25861 24863 0 -1 4202496 2151 0 0 0 149 0 0 0 20 0 2 0 276239965 85749760 2102 33554432000 4194304 5963574 140735697715424 140735697714944 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25861/statm: 20935 2102 190 432 0 20500 0
[pid=25861/tid=25862] ppid=25859 vsize=83740 CPUtime=1.48 cores=1,3,5,7
/proc/25861/task/25862/stat : 25862 (wbo1.7) R 25859 25861 24863 0 -1 4202560 1442 0 0 0 148 0 0 0 20 0 2 0 276239966 85749760 2102 33554432000 4194304 5963574 140735697715424 139737686386200 4381532 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 83740

[startup+3.10027 s]
/proc/loadavg: 2.00 2.02 2.00 3/179 25863
/proc/meminfo: memFree=31297416/32873844 swapFree=7624/7624
[pid=25861] ppid=25859 vsize=83812 CPUtime=3.09 cores=1,3,5,7
/proc/25861/stat : 25861 (wbo1.7) S 25859 25861 24863 0 -1 4202496 3213 0 0 0 309 0 0 0 20 0 2 0 276239965 85823488 3164 33554432000 4194304 5963574 140735697715424 140735697714944 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25861/statm: 20953 3164 190 432 0 20518 0
[pid=25861/tid=25862] ppid=25859 vsize=83812 CPUtime=3.07 cores=1,3,5,7
/proc/25861/task/25862/stat : 25862 (wbo1.7) R 25859 25861 24863 0 -1 4202560 2504 0 0 0 307 0 0 0 20 0 2 0 276239966 85823488 3164 33554432000 4194304 5963574 140735697715424 139737686386200 4399560 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 83812

[startup+6.30022 s]
/proc/loadavg: 2.00 2.02 2.00 3/179 25863
/proc/meminfo: memFree=31287116/32873844 swapFree=7624/7624
[pid=25861] ppid=25859 vsize=83920 CPUtime=6.29 cores=1,3,5,7
/proc/25861/stat : 25861 (wbo1.7) S 25859 25861 24863 0 -1 4202496 4585 0 0 0 628 1 0 0 20 0 2 0 276239965 85934080 4536 33554432000 4194304 5963574 140735697715424 140735697714944 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25861/statm: 20980 4536 190 432 0 20545 0
[pid=25861/tid=25862] ppid=25859 vsize=83920 CPUtime=6.27 cores=1,3,5,7
/proc/25861/task/25862/stat : 25862 (wbo1.7) R 25859 25861 24863 0 -1 4202560 3876 0 0 0 626 1 0 0 20 0 2 0 276239966 85934080 4536 33554432000 4194304 5963574 140735697715424 139737686386200 4389137 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 83920

[startup+12.7003 s]
/proc/loadavg: 2.00 2.02 2.00 3/179 25863
/proc/meminfo: memFree=31271880/32873844 swapFree=7624/7624
[pid=25861] ppid=25859 vsize=84368 CPUtime=12.68 cores=1,3,5,7
/proc/25861/stat : 25861 (wbo1.7) S 25859 25861 24863 0 -1 4202496 6431 0 0 0 1267 1 0 0 20 0 2 0 276239965 86392832 6382 33554432000 4194304 5963574 140735697715424 140735697714944 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25861/statm: 21092 6382 190 432 0 20657 0
[pid=25861/tid=25862] ppid=25859 vsize=84368 CPUtime=12.65 cores=1,3,5,7
/proc/25861/task/25862/stat : 25862 (wbo1.7) R 25859 25861 24863 0 -1 4202560 5722 0 0 0 1264 1 0 0 20 0 2 0 276239966 86392832 6382 33554432000 4194304 5963574 140735697715424 139737686386488 4399639 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) 84368

[startup+25.5003 s]
/proc/loadavg: 2.00 2.02 2.00 3/179 25863
/proc/meminfo: memFree=31241180/32873844 swapFree=7624/7624
[pid=25861] ppid=25859 vsize=85472 CPUtime=25.49 cores=1,3,5,7
/proc/25861/stat : 25861 (wbo1.7) S 25859 25861 24863 0 -1 4202496 9950 0 0 0 2546 3 0 0 20 0 2 0 276239965 87523328 9901 33554432000 4194304 5963574 140735697715424 140735697714944 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25861/statm: 21368 9901 190 432 0 20933 0
[pid=25861/tid=25862] ppid=25859 vsize=85472 CPUtime=25.42 cores=1,3,5,7
/proc/25861/task/25862/stat : 25862 (wbo1.7) R 25859 25861 24863 0 -1 4202560 9241 0 0 0 2539 3 0 0 20 0 2 0 276239966 87523328 9901 33554432000 4194304 5963574 140735697715424 139737686386200 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 85472

[startup+51.1003 s]
/proc/loadavg: 2.00 2.02 2.00 3/179 25863
/proc/meminfo: memFree=31196836/32873844 swapFree=7624/7624
[pid=25861] ppid=25859 vsize=87432 CPUtime=51.08 cores=1,3,5,7
/proc/25861/stat : 25861 (wbo1.7) S 25859 25861 24863 0 -1 4202496 14765 0 0 0 5101 7 0 0 20 0 2 0 276239965 89530368 14722 33554432000 4194304 5963574 140735697715424 140735697714944 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25861/statm: 21858 14722 190 432 0 21423 0
[pid=25861/tid=25862] ppid=25859 vsize=87432 CPUtime=50.95 cores=1,3,5,7
/proc/25861/task/25862/stat : 25862 (wbo1.7) R 25859 25861 24863 0 -1 4202560 14056 0 0 0 5088 7 0 0 20 0 2 0 276239966 89530368 14722 33554432000 4194304 5963574 140735697715424 139737686386200 4399574 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) 87432

[startup+102.307 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 25863
/proc/meminfo: memFree=31127836/32873844 swapFree=7624/7624
[pid=25861] ppid=25859 vsize=156768 CPUtime=102.25 cores=1,3,5,7
/proc/25861/stat : 25861 (wbo1.7) S 25859 25861 24863 0 -1 4202496 23259 0 0 0 10213 12 0 0 20 0 2 0 276239965 160530432 23412 33554432000 4194304 5963574 140735697715424 140735697714944 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25861/statm: 39192 23412 190 432 0 38757 0
[pid=25861/tid=25862] ppid=25859 vsize=156768 CPUtime=101.99 cores=1,3,5,7
/proc/25861/task/25862/stat : 25862 (wbo1.7) R 25859 25861 24863 0 -1 4202560 22550 0 0 0 10186 13 0 0 20 0 2 0 276239966 160530432 23412 33554432000 4194304 5963574 140735697715424 139737686386728 4399456 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 156768

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 25863
/proc/meminfo: memFree=31065976/32873844 swapFree=7624/7624
[pid=25861] ppid=25859 vsize=158960 CPUtime=162.23 cores=1,3,5,7
/proc/25861/stat : 25861 (wbo1.7) S 25859 25861 24863 0 -1 4202496 32082 0 0 0 16203 20 0 0 20 0 2 0 276239965 162775040 32235 33554432000 4194304 5963574 140735697715424 140735697714944 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25861/statm: 39740 32235 190 432 0 39305 0
[pid=25861/tid=25862] ppid=25859 vsize=158960 CPUtime=161.83 cores=1,3,5,7
/proc/25861/task/25862/stat : 25862 (wbo1.7) R 25859 25861 24863 0 -1 4202560 31373 0 0 0 16161 22 0 0 20 0 2 0 276239966 162775040 32235 33554432000 4194304 5963574 140735697715424 139737686386200 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 158960

[startup+222.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/179 25864
/proc/meminfo: memFree=31008392/32873844 swapFree=7624/7624
[pid=25861] ppid=25859 vsize=228204 CPUtime=222.21 cores=1,3,5,7
/proc/25861/stat : 25861 (wbo1.7) S 25859 25861 24863 0 -1 4202496 37740 0 0 0 22193 28 0 0 20 0 2 0 276239965 233680896 37880 33554432000 4194304 5963574 140735697715424 140735697714944 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25861/statm: 57051 37880 190 432 0 56616 0
[pid=25861/tid=25862] ppid=25859 vsize=228204 CPUtime=221.66 cores=1,3,5,7
/proc/25861/task/25862/stat : 25862 (wbo1.7) R 25859 25861 24863 0 -1 4202560 37031 0 0 0 22135 31 0 0 20 0 2 0 276239966 233680896 37880 33554432000 4194304 5963574 140735697715424 139737686386680 4399456 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 228204

[startup+282.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/180 25867
/proc/meminfo: memFree=30952904/32873844 swapFree=7624/7624
[pid=25861] ppid=25859 vsize=229512 CPUtime=282.17 cores=1,3,5,7
/proc/25861/stat : 25861 (wbo1.7) S 25859 25861 24863 0 -1 4202496 44354 0 0 0 28183 34 0 0 20 0 2 0 276239965 235020288 44470 33554432000 4194304 5963574 140735697715424 140735697714944 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25861/statm: 57378 44470 190 432 0 56943 0
[pid=25861/tid=25862] ppid=25859 vsize=229512 CPUtime=281.48 cores=1,3,5,7
/proc/25861/task/25862/stat : 25862 (wbo1.7) R 25859 25861 24863 0 -1 4202560 43645 0 0 0 28110 38 0 0 20 0 2 0 276239966 235020288 44470 33554432000 4194304 5963574 140735697715424 139737686386200 4399456 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) 229512

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 25867
/proc/meminfo: memFree=30903040/32873844 swapFree=7624/7624
[pid=25861] ppid=25859 vsize=229996 CPUtime=342.17 cores=1,3,5,7
/proc/25861/stat : 25861 (wbo1.7) S 25859 25861 24863 0 -1 4202496 50306 0 0 0 34176 41 0 0 20 0 2 0 276239965 235515904 50924 33554432000 4194304 5963574 140735697715424 140735697714944 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25861/statm: 57499 50924 190 432 0 57064 0
[pid=25861/tid=25862] ppid=25859 vsize=229996 CPUtime=341.33 cores=1,3,5,7
/proc/25861/task/25862/stat : 25862 (wbo1.7) R 25859 25861 24863 0 -1 4202560 49597 0 0 0 34088 45 0 0 20 0 2 0 276239966 235515904 50924 33554432000 4194304 5963574 140735697715424 139737686386200 4399958 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 229996

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 25867
/proc/meminfo: memFree=30859280/32873844 swapFree=7624/7624
[pid=25861] ppid=25859 vsize=296508 CPUtime=402.15 cores=1,3,5,7
/proc/25861/stat : 25861 (wbo1.7) S 25859 25861 24863 0 -1 4202496 56297 0 0 0 40168 47 0 0 20 0 2 0 276239965 303624192 56915 33554432000 4194304 5963574 140735697715424 140735697714944 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0

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


[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 25897
/proc/meminfo: memFree=30304752/32873844 swapFree=7624/7624
[pid=25861] ppid=25859 vsize=509400 CPUtime=1421.9 cores=1,3,5,7
/proc/25861/stat : 25861 (wbo1.7) S 25859 25861 24863 0 -1 4202496 117457 0 0 0 142055 135 0 0 20 0 2 0 276239965 521625600 118090 33554432000 4194304 5963574 140735697715424 140735697714944 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25861/statm: 127350 118090 190 432 0 126915 0
[pid=25861/tid=25862] ppid=25859 vsize=509400 CPUtime=1418.45 cores=1,3,5,7
/proc/25861/task/25862/stat : 25862 (wbo1.7) R 25859 25861 24863 0 -1 4202560 116748 0 0 0 141689 156 0 0 20 0 2 0 276239966 521625600 118090 33554432000 4194304 5963574 140735697715424 139737686386200 4399456 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1421.9
Current children cumulated vsize (KiB) 509400

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 25900
/proc/meminfo: memFree=30262528/32873844 swapFree=7624/7624
[pid=25861] ppid=25859 vsize=510864 CPUtime=1481.86 cores=1,3,5,7
/proc/25861/stat : 25861 (wbo1.7) S 25859 25861 24863 0 -1 4202496 121732 0 0 0 148043 143 0 0 20 0 2 0 276239965 523124736 122346 33554432000 4194304 5963574 140735697715424 140735697714944 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25861/statm: 127716 122346 190 432 0 127281 0
[pid=25861/tid=25862] ppid=25859 vsize=510864 CPUtime=1478.27 cores=1,3,5,7
/proc/25861/task/25862/stat : 25862 (wbo1.7) R 25859 25861 24863 0 -1 4202560 121023 0 0 0 147663 164 0 0 20 0 2 0 276239966 523124736 122346 33554432000 4194304 5963574 140735697715424 139737686386200 4388801 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1481.86
Current children cumulated vsize (KiB) 510864

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 25900
/proc/meminfo: memFree=30231164/32873844 swapFree=7624/7624
[pid=25861] ppid=25859 vsize=576472 CPUtime=1541.85 cores=1,3,5,7
/proc/25861/stat : 25861 (wbo1.7) S 25859 25861 24863 0 -1 4202496 124018 0 0 0 154038 147 0 0 20 0 2 0 276239965 590307328 124632 33554432000 4194304 5963574 140735697715424 140735697714944 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25861/statm: 144118 124632 190 432 0 143683 0
[pid=25861/tid=25862] ppid=25859 vsize=576472 CPUtime=1538.11 cores=1,3,5,7
/proc/25861/task/25862/stat : 25862 (wbo1.7) R 25859 25861 24863 0 -1 4202560 123309 0 0 0 153641 170 0 0 20 0 2 0 276239966 590307328 124632 33554432000 4194304 5963574 140735697715424 139737686386680 4399456 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1541.85
Current children cumulated vsize (KiB) 576472

[startup+1602.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/179 25900
/proc/meminfo: memFree=30217648/32873844 swapFree=7624/7624
[pid=25861] ppid=25859 vsize=576980 CPUtime=1601.84 cores=1,3,5,7
/proc/25861/stat : 25861 (wbo1.7) S 25859 25861 24863 0 -1 4202496 125229 0 0 0 160035 149 0 0 20 0 2 0 276239965 590827520 125843 33554432000 4194304 5963574 140735697715424 140735697714944 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25861/statm: 144245 125843 190 432 0 143810 0
[pid=25861/tid=25862] ppid=25859 vsize=576980 CPUtime=1597.96 cores=1,3,5,7
/proc/25861/task/25862/stat : 25862 (wbo1.7) R 25859 25861 24863 0 -1 4202560 124520 0 0 0 159623 173 0 0 20 0 2 0 276239966 590827520 125843 33554432000 4194304 5963574 140735697715424 139737686386200 4399462 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1601.84
Current children cumulated vsize (KiB) 576980

[startup+1662.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/179 25900
/proc/meminfo: memFree=30171396/32873844 swapFree=7624/7624
[pid=25861] ppid=25859 vsize=577516 CPUtime=1661.83 cores=1,3,5,7
/proc/25861/stat : 25861 (wbo1.7) S 25859 25861 24863 0 -1 4202496 129914 0 0 0 166028 155 0 0 20 0 2 0 276239965 591376384 130528 33554432000 4194304 5963574 140735697715424 140735697714944 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25861/statm: 144379 130528 190 432 0 143944 0
[pid=25861/tid=25862] ppid=25859 vsize=577516 CPUtime=1657.8 cores=1,3,5,7
/proc/25861/task/25862/stat : 25862 (wbo1.7) R 25859 25861 24863 0 -1 4202560 129205 0 0 0 165600 180 0 0 20 0 2 0 276239966 591376384 130528 33554432000 4194304 5963574 140735697715424 139737686386200 4378768 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1661.83
Current children cumulated vsize (KiB) 577516

[startup+1722.3 s]
/proc/loadavg: 2.05 2.03 2.00 3/179 25900
/proc/meminfo: memFree=30152752/32873844 swapFree=7624/7624
[pid=25861] ppid=25859 vsize=578036 CPUtime=1721.82 cores=1,3,5,7
/proc/25861/stat : 25861 (wbo1.7) S 25859 25861 24863 0 -1 4202496 132914 0 0 0 172022 160 0 0 20 0 2 0 276239965 591908864 133528 33554432000 4194304 5963574 140735697715424 140735697714944 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25861/statm: 144509 133528 190 432 0 144074 0
[pid=25861/tid=25862] ppid=25859 vsize=578036 CPUtime=1717.65 cores=1,3,5,7
/proc/25861/task/25862/stat : 25862 (wbo1.7) R 25859 25861 24863 0 -1 4202560 132205 0 0 0 171579 186 0 0 20 0 2 0 276239966 591908864 133528 33554432000 4194304 5963574 140735697715424 139737686386728 4399456 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1721.82
Current children cumulated vsize (KiB) 578036

[startup+1782.3 s]
/proc/loadavg: 2.05 2.03 2.00 3/179 25901
/proc/meminfo: memFree=30119116/32873844 swapFree=7624/7624
[pid=25861] ppid=25859 vsize=578396 CPUtime=1781.81 cores=1,3,5,7
/proc/25861/stat : 25861 (wbo1.7) S 25859 25861 24863 0 -1 4202496 136719 0 0 0 178016 165 0 0 20 0 2 0 276239965 592277504 137333 33554432000 4194304 5963574 140735697715424 140735697714944 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25861/statm: 144599 137333 190 432 0 144164 0
[pid=25861/tid=25862] ppid=25859 vsize=578396 CPUtime=1777.49 cores=1,3,5,7
/proc/25861/task/25862/stat : 25862 (wbo1.7) R 25859 25861 24863 0 -1 4202560 136010 0 0 0 177558 191 0 0 20 0 2 0 276239966 592277504 137333 33554432000 4194304 5963574 140735697715424 139737686386680 4399456 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1781.81
Current children cumulated vsize (KiB) 578396

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

[startup+1791.91 s]
/proc/loadavg: 2.12 2.05 2.01 3/179 25901
/proc/meminfo: memFree=30115024/32873844 swapFree=7624/7624
[pid=25861] ppid=25859 vsize=578396 CPUtime=1791.42 cores=1,3,5,7
/proc/25861/stat : 25861 (wbo1.7) S 25859 25861 24863 0 -1 4202496 136860 0 0 0 178977 165 0 0 20 0 2 0 276239965 592277504 137474 33554432000 4194304 5963574 140735697715424 140735697714944 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25861/statm: 144599 137474 190 432 0 144164 0
[pid=25861/tid=25862] ppid=25859 vsize=578396 CPUtime=1787.08 cores=1,3,5,7
/proc/25861/task/25862/stat : 25862 (wbo1.7) R 25859 25861 24863 0 -1 4202560 136151 0 0 0 178516 192 0 0 20 0 2 0 276239966 592277504 137474 33554432000 4194304 5963574 140735697715424 139737686386200 4378852 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) 578396

[startup+1795.1 s]
/proc/loadavg: 2.11 2.05 2.00 3/179 25940
/proc/meminfo: memFree=30769324/32873844 swapFree=7624/7624
[pid=25861] ppid=25859 vsize=578396 CPUtime=1794.62 cores=1,3,5,7
/proc/25861/stat : 25861 (wbo1.7) S 25859 25861 24863 0 -1 4202496 136860 0 0 0 179297 165 0 0 20 0 2 0 276239965 592277504 137474 33554432000 4194304 5963574 140735697715424 140735697714944 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25861/statm: 144599 137474 190 432 0 144164 0
[pid=25861/tid=25862] ppid=25859 vsize=578396 CPUtime=1790.27 cores=1,3,5,7
/proc/25861/task/25862/stat : 25862 (wbo1.7) R 25859 25861 24863 0 -1 4202560 136151 0 0 0 178835 192 0 0 20 0 2 0 276239966 592277504 137474 33554432000 4194304 5963574 140735697715424 139737686386200 4378544 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1794.62
Current children cumulated vsize (KiB) 578396

[startup+1798.3 s]
/proc/loadavg: 2.11 2.05 2.00 3/179 25940
/proc/meminfo: memFree=30764720/32873844 swapFree=7624/7624
[pid=25861] ppid=25859 vsize=578396 CPUtime=1797.81 cores=1,3,5,7
/proc/25861/stat : 25861 (wbo1.7) S 25859 25861 24863 0 -1 4202496 136861 0 0 0 179616 165 0 0 20 0 2 0 276239965 592277504 137474 33554432000 4194304 5963574 140735697715424 140735697714944 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25861/statm: 144599 137474 190 432 0 144164 0
[pid=25861/tid=25862] ppid=25859 vsize=578396 CPUtime=1793.45 cores=1,3,5,7
/proc/25861/task/25862/stat : 25862 (wbo1.7) R 25859 25861 24863 0 -1 4202560 136152 0 0 0 179153 192 0 0 20 0 2 0 276239966 592277504 137474 33554432000 4194304 5963574 140735697715424 139737686386200 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1797.81
Current children cumulated vsize (KiB) 578396

[startup+1799.1 s]
/proc/loadavg: 2.10 2.05 2.00 3/179 25940
/proc/meminfo: memFree=30760752/32873844 swapFree=7624/7624
[pid=25861] ppid=25859 vsize=578396 CPUtime=1798.61 cores=1,3,5,7
/proc/25861/stat : 25861 (wbo1.7) S 25859 25861 24863 0 -1 4202496 136861 0 0 0 179696 165 0 0 20 0 2 0 276239965 592277504 137474 33554432000 4194304 5963574 140735697715424 140735697714944 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25861/statm: 144599 137474 190 432 0 144164 0
[pid=25861/tid=25862] ppid=25859 vsize=578396 CPUtime=1794.25 cores=1,3,5,7
/proc/25861/task/25862/stat : 25862 (wbo1.7) R 25859 25861 24863 0 -1 4202560 136152 0 0 0 179233 192 0 0 20 0 2 0 276239966 592277504 137474 33554432000 4194304 5963574 140735697715424 139737686386200 4381750 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1798.61
Current children cumulated vsize (KiB) 578396

[startup+1799.5 s]
/proc/loadavg: 2.10 2.05 2.00 3/179 25940
/proc/meminfo: memFree=30760256/32873844 swapFree=7624/7624
[pid=25861] ppid=25859 vsize=578396 CPUtime=1799.01 cores=1,3,5,7
/proc/25861/stat : 25861 (wbo1.7) S 25859 25861 24863 0 -1 4202496 136861 0 0 0 179736 165 0 0 20 0 2 0 276239965 592277504 137474 33554432000 4194304 5963574 140735697715424 140735697714944 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25861/statm: 144599 137474 190 432 0 144164 0
[pid=25861/tid=25862] ppid=25859 vsize=578396 CPUtime=1794.65 cores=1,3,5,7
/proc/25861/task/25862/stat : 25862 (wbo1.7) R 25859 25861 24863 0 -1 4202560 136152 0 0 0 179273 192 0 0 20 0 2 0 276239966 592277504 137474 33554432000 4194304 5963574 140735697715424 139737686386200 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.01
Current children cumulated vsize (KiB) 578396

[startup+1799.9 s]
/proc/loadavg: 2.10 2.05 2.00 3/179 25940
/proc/meminfo: memFree=30760256/32873844 swapFree=7624/7624
[pid=25861] ppid=25859 vsize=578396 CPUtime=1799.41 cores=1,3,5,7
/proc/25861/stat : 25861 (wbo1.7) S 25859 25861 24863 0 -1 4202496 136861 0 0 0 179776 165 0 0 20 0 2 0 276239965 592277504 137474 33554432000 4194304 5963574 140735697715424 140735697714944 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25861/statm: 144599 137474 190 432 0 144164 0
[pid=25861/tid=25862] ppid=25859 vsize=578396 CPUtime=1795.05 cores=1,3,5,7
/proc/25861/task/25862/stat : 25862 (wbo1.7) R 25859 25861 24863 0 -1 4202560 136152 0 0 0 179313 192 0 0 20 0 2 0 276239966 592277504 137474 33554432000 4194304 5963574 140735697715424 139737686386200 4403064 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.41
Current children cumulated vsize (KiB) 578396

[startup+1800 s]
/proc/loadavg: 2.10 2.05 2.00 3/179 25940
/proc/meminfo: memFree=30760256/32873844 swapFree=7624/7624
[pid=25861] ppid=25859 vsize=578396 CPUtime=1799.51 cores=1,3,5,7
/proc/25861/stat : 25861 (wbo1.7) S 25859 25861 24863 0 -1 4202496 136861 0 0 0 179786 165 0 0 20 0 2 0 276239965 592277504 137474 33554432000 4194304 5963574 140735697715424 140735697714944 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25861/statm: 144599 137474 190 432 0 144164 0
[pid=25861/tid=25862] ppid=25859 vsize=578396 CPUtime=1795.15 cores=1,3,5,7
/proc/25861/task/25862/stat : 25862 (wbo1.7) R 25859 25861 24863 0 -1 4202560 136152 0 0 0 179323 192 0 0 20 0 2 0 276239966 592277504 137474 33554432000 4194304 5963574 140735697715424 139737686386200 4399456 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.51
Current children cumulated vsize (KiB) 578396

Child status: 255

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 25861 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=238386
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=939705
# CPU time returned by wait4() is 1795.18
# while last known CPU time is 1799.51
#
# 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.51
CPU user time (s): 1797.86
CPU system time (s): 1.65
CPU usage (%): 99.9722
Max. virtual memory (cumulated for all children) (KiB): 578396

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.24
system time used= 1.93971
maximum resident set size= 549900
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 136862
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= 209
involuntary context switches= 1972

runsolver used 3.43048 second user time and 9.78251 second system time

The end

Launcher Data

Begin job on node130 at 2012-05-27 08:45:44
IDJOB=3705266
IDBENCH=2894
IDSOLVER=2283
FILE ID=node130/3705266-1338101144
RUNJOBID= node130-1338086734-24880
PBS_JOBID= 14624431
Free space on /tmp= 71472 MiB

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

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

MD5SUM BENCH= 6c673f615af1912eadc68b4290958076
RANDOM SEED=1274001161

node130.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.875
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.75
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.875
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.875
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.875
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.86
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.875
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.875
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.92
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.875
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.875
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	: 5228.98
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        31311964 kB
Buffers:          253980 kB
Cached:           475728 kB
SwapCached:         4508 kB
Active:           691948 kB
Inactive:          69292 kB
Active(anon):      21784 kB
Inactive(anon):     8952 kB
Active(file):     670164 kB
Inactive(file):    60340 kB
Unevictable:        7624 kB
Mlocked:            7624 kB
SwapTotal:      67108856 kB
SwapFree:       67099856 kB
Dirty:             11244 kB
Writeback:             0 kB
AnonPages:         88016 kB
Mapped:            12396 kB
Shmem:                 8 kB
Slab:             660796 kB
SReclaimable:     102176 kB
SUnreclaim:       558620 kB
KernelStack:        1488 kB
PageTables:         3796 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     143500 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     55296 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= 71468 MiB
End job on node130 at 2012-05-27 09:15:44