Trace number 3704954

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
wbo 1.7? 1799.6 1800.01

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/ShortestPathTate/
normalized-TateBritain_K99.opb
MD5SUM827b46126fccb5cb8162396480ca6949
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark341.971
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables6732
Total number of constraints6932
Number of constraints which are clauses6833
Number of constraints which are cardinality constraints (but not clauses)99
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint99
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 100
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c ==============================[ Solver Version ]===============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |   wbo:                    1.7 beta - March, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing opb file format. File HOME/instance-3704954-1338113436.opb.
0.00/0.00	c Instance file HOME/instance-3704954-1338113436.opb
0.00/0.00	c File size is 431292 bytes.
0.00/0.03	c Highest Coefficient sum: 100
0.00/0.03	c ============================[ Problem Statistics ]=============================
0.00/0.03	c |                                                                             |
0.00/0.03	c |  Parsing time:          0.04         s                                      |
0.00/0.03	c |  Number Variables:      6732                                                |
0.00/0.03	c |  Number Clauses:        6833                                                |
0.00/0.03	c |  Number Cardinality:    99                                                  |
0.00/0.03	c |  Number PB Constraints: 0                                                   |
0.00/0.03	c |                                                                             |
0.00/0.04	c |  Problem Type:          Decision                                            |
0.00/0.04	c |  Objective Function:    None                                                |
0.00/0.04	c |                                                                             |
0.00/0.04	c ===============================================================================
1799.60/1800.00	c ===============================================================================
1799.60/1800.00	c Wall Clock Time: 1800.00 s
1799.60/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-3704954-1338113436/watcher-3704954-1338113436 -o /tmp/evaluation-result-3704954-1338113436/solver-3704954-1338113436 -C 1800 -W 1900 -M 15500 wbo1.7 -file-format=opb HOME/instance-3704954-1338113436.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.01 2.00 3/178 25702
/proc/meminfo: memFree=27155532/32873648 swapFree=6336/6336
[pid=25702] ppid=25700 vsize=4700 CPUtime=0 cores=0,2,4,6
/proc/25702/stat : 25702 (wbo1.7) R 25700 25702 22359 0 -1 4202496 552 0 0 0 0 0 0 0 20 0 1 0 277470885 4812800 504 33554432000 4194304 5963574 140734053275760 140736728956168 5178864 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/25702/statm: 1175 504 161 432 0 634 0

[startup+0.048271 s]
/proc/loadavg: 2.00 2.01 2.00 3/178 25702
/proc/meminfo: memFree=27155532/32873648 swapFree=6336/6336
[pid=25702] ppid=25700 vsize=87244 CPUtime=0.04 cores=0,2,4,6
/proc/25702/stat : 25702 (wbo1.7) S 25700 25702 22359 0 -1 4202496 2502 0 0 0 4 0 0 0 20 0 2 0 277470885 89337856 2317 33554432000 4194304 5963574 140734053275760 140734053275280 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25702/statm: 21811 2317 179 432 0 21376 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 87244

[startup+0.100296 s]
/proc/loadavg: 2.00 2.01 2.00 3/178 25702
/proc/meminfo: memFree=27155532/32873648 swapFree=6336/6336
[pid=25702] ppid=25700 vsize=86668 CPUtime=0.09 cores=0,2,4,6
/proc/25702/stat : 25702 (wbo1.7) S 25700 25702 22359 0 -1 4202496 2647 0 0 0 9 0 0 0 20 0 2 0 277470885 88748032 2356 33554432000 4194304 5963574 140734053275760 140734053275280 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25702/statm: 21667 2356 187 432 0 21232 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 86668

[startup+0.300221 s]
/proc/loadavg: 2.00 2.01 2.00 3/178 25702
/proc/meminfo: memFree=27155532/32873648 swapFree=6336/6336
[pid=25702] ppid=25700 vsize=86668 CPUtime=0.29 cores=0,2,4,6
/proc/25702/stat : 25702 (wbo1.7) S 25700 25702 22359 0 -1 4202496 2939 0 0 0 29 0 0 0 20 0 2 0 277470885 88748032 2648 33554432000 4194304 5963574 140734053275760 140734053275280 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25702/statm: 21667 2648 187 432 0 21232 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 86668

[startup+0.700223 s]
/proc/loadavg: 2.00 2.01 2.00 3/178 25702
/proc/meminfo: memFree=27155532/32873648 swapFree=6336/6336
[pid=25702] ppid=25700 vsize=86668 CPUtime=0.69 cores=0,2,4,6
/proc/25702/stat : 25702 (wbo1.7) S 25700 25702 22359 0 -1 4202496 3564 0 0 0 69 0 0 0 20 0 2 0 277470885 88748032 3273 33554432000 4194304 5963574 140734053275760 140734053275280 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25702/statm: 21667 3273 187 432 0 21232 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 86668

[startup+1.50026 s]
/proc/loadavg: 2.00 2.01 2.00 3/180 25704
/proc/meminfo: memFree=27142092/32873648 swapFree=6336/6336
[pid=25702] ppid=25700 vsize=86668 CPUtime=1.49 cores=0,2,4,6
/proc/25702/stat : 25702 (wbo1.7) S 25700 25702 22359 0 -1 4202496 4597 0 0 0 148 1 0 0 20 0 2 0 277470885 88748032 4306 33554432000 4194304 5963574 140734053275760 140734053275280 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25702/statm: 21667 4306 187 432 0 21232 0
[pid=25702/tid=25704] ppid=25700 vsize=86668 CPUtime=1.44 cores=0,2,4,6
/proc/25702/task/25704/stat : 25704 (wbo1.7) R 25700 25702 22359 0 -1 4202560 3077 0 0 0 144 0 0 0 20 0 2 0 277470889 88748032 4306 33554432000 4194304 5963574 140734053275760 139638290212904 5135572 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) 86668

[startup+3.10026 s]
/proc/loadavg: 2.00 2.01 2.00 3/180 25704
/proc/meminfo: memFree=27136388/32873648 swapFree=6336/6336
[pid=25702] ppid=25700 vsize=86668 CPUtime=3.09 cores=0,2,4,6
/proc/25702/stat : 25702 (wbo1.7) S 25700 25702 22359 0 -1 4202496 5600 0 0 0 308 1 0 0 20 0 2 0 277470885 88748032 5309 33554432000 4194304 5963574 140734053275760 140734053275280 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25702/statm: 21667 5309 187 432 0 21232 0
[pid=25702/tid=25704] ppid=25700 vsize=86668 CPUtime=3.04 cores=0,2,4,6
/proc/25702/task/25704/stat : 25704 (wbo1.7) R 25700 25702 22359 0 -1 4202560 4080 0 0 0 304 0 0 0 20 0 2 0 277470889 88748032 5309 33554432000 4194304 5963574 140734053275760 139638290212856 4381822 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) 86668

[startup+6.30025 s]
/proc/loadavg: 2.00 2.01 2.00 3/180 25704
/proc/meminfo: memFree=27131676/32873648 swapFree=6336/6336
[pid=25702] ppid=25700 vsize=86668 CPUtime=6.29 cores=0,2,4,6
/proc/25702/stat : 25702 (wbo1.7) S 25700 25702 22359 0 -1 4202496 7503 0 0 0 628 1 0 0 20 0 2 0 277470885 88748032 7212 33554432000 4194304 5963574 140734053275760 140734053275280 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25702/statm: 21667 7212 187 432 0 21232 0
[pid=25702/tid=25704] ppid=25700 vsize=86668 CPUtime=6.23 cores=0,2,4,6
/proc/25702/task/25704/stat : 25704 (wbo1.7) R 25700 25702 22359 0 -1 4202560 5983 0 0 0 622 1 0 0 20 0 2 0 277470889 88748032 7212 33554432000 4194304 5963574 140734053275760 139638290212856 4220672 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) 86668

[startup+12.7003 s]
/proc/loadavg: 2.00 2.01 2.00 3/180 25704
/proc/meminfo: memFree=27114744/32873648 swapFree=6336/6336
[pid=25702] ppid=25700 vsize=86668 CPUtime=12.69 cores=0,2,4,6
/proc/25702/stat : 25702 (wbo1.7) S 25700 25702 22359 0 -1 4202496 10449 0 0 0 1266 3 0 0 20 0 2 0 277470885 88748032 10158 33554432000 4194304 5963574 140734053275760 140734053275280 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25702/statm: 21667 10158 187 432 0 21232 0
[pid=25702/tid=25704] ppid=25700 vsize=86668 CPUtime=12.61 cores=0,2,4,6
/proc/25702/task/25704/stat : 25704 (wbo1.7) R 25700 25702 22359 0 -1 4202560 8929 0 0 0 1259 2 0 0 20 0 2 0 277470889 88748032 10158 33554432000 4194304 5963574 140734053275760 139638290212664 4381200 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 86668

[startup+25.5003 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 25704
/proc/meminfo: memFree=27096748/32873648 swapFree=6336/6336
[pid=25702] ppid=25700 vsize=86992 CPUtime=25.49 cores=0,2,4,6
/proc/25702/stat : 25702 (wbo1.7) S 25700 25702 22359 0 -1 4202496 15034 0 0 0 2545 4 0 0 20 0 2 0 277470885 89079808 14743 33554432000 4194304 5963574 140734053275760 140734053275280 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25702/statm: 21748 14743 187 432 0 21313 0
[pid=25702/tid=25704] ppid=25700 vsize=86992 CPUtime=25.38 cores=0,2,4,6
/proc/25702/task/25704/stat : 25704 (wbo1.7) R 25700 25702 22359 0 -1 4202560 13514 0 0 0 2535 3 0 0 20 0 2 0 277470889 89079808 14743 33554432000 4194304 5963574 140734053275760 139638290212856 4399614 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) 86992

[startup+51.1003 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 25704
/proc/meminfo: memFree=27045372/32873648 swapFree=6336/6336
[pid=25702] ppid=25700 vsize=152688 CPUtime=51.08 cores=0,2,4,6
/proc/25702/stat : 25702 (wbo1.7) S 25700 25702 22359 0 -1 4202496 22073 0 0 0 5102 6 0 0 20 0 2 0 277470885 156352512 21782 33554432000 4194304 5963574 140734053275760 140734053275280 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25702/statm: 38172 21782 187 432 0 37737 0
[pid=25702/tid=25704] ppid=25700 vsize=152688 CPUtime=50.92 cores=0,2,4,6
/proc/25702/task/25704/stat : 25704 (wbo1.7) R 25700 25702 22359 0 -1 4202560 20553 0 0 0 5086 6 0 0 20 0 2 0 277470889 156352512 21782 33554432000 4194304 5963574 140734053275760 139638290212664 4399623 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) 152688

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 25705
/proc/meminfo: memFree=26881612/32873648 swapFree=6336/6336
[pid=25702] ppid=25700 vsize=152928 CPUtime=102.28 cores=0,2,4,6
/proc/25702/stat : 25702 (wbo1.7) S 25700 25702 22359 0 -1 4202496 32823 0 0 0 10217 11 0 0 20 0 2 0 277470885 156598272 32532 33554432000 4194304 5963574 140734053275760 140734053275280 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25702/statm: 38232 32532 187 432 0 37797 0
[pid=25702/tid=25704] ppid=25700 vsize=152928 CPUtime=101.99 cores=0,2,4,6
/proc/25702/task/25704/stat : 25704 (wbo1.7) R 25700 25702 22359 0 -1 4202560 31303 0 0 0 10188 11 0 0 20 0 2 0 277470889 156598272 32532 33554432000 4194304 5963574 140734053275760 139638290212856 4399639 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) 152928

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 25705
/proc/meminfo: memFree=26720196/32873648 swapFree=6336/6336
[pid=25702] ppid=25700 vsize=218464 CPUtime=162.27 cores=0,2,4,6
/proc/25702/stat : 25702 (wbo1.7) S 25700 25702 22359 0 -1 4202496 36338 0 0 0 16214 13 0 0 20 0 2 0 277470885 223707136 36047 33554432000 4194304 5963574 140734053275760 140734053275280 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25702/statm: 54616 36047 187 432 0 54181 0
[pid=25702/tid=25704] ppid=25700 vsize=218464 CPUtime=161.83 cores=0,2,4,6
/proc/25702/task/25704/stat : 25704 (wbo1.7) R 25700 25702 22359 0 -1 4202560 34818 0 0 0 16169 14 0 0 20 0 2 0 277470889 223707136 36047 33554432000 4194304 5963574 140734053275760 139638290212856 4220672 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 218464

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 25705
/proc/meminfo: memFree=26549476/32873648 swapFree=6336/6336
[pid=25702] ppid=25700 vsize=218464 CPUtime=222.25 cores=0,2,4,6
/proc/25702/stat : 25702 (wbo1.7) S 25700 25702 22359 0 -1 4202496 45067 0 0 0 22209 16 0 0 20 0 2 0 277470885 223707136 44776 33554432000 4194304 5963574 140734053275760 140734053275280 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25702/statm: 54616 44776 187 432 0 54181 0
[pid=25702/tid=25704] ppid=25700 vsize=218464 CPUtime=221.68 cores=0,2,4,6
/proc/25702/task/25704/stat : 25704 (wbo1.7) R 25700 25702 22359 0 -1 4202560 43547 0 0 0 22149 19 0 0 20 0 2 0 277470889 223707136 44776 33554432000 4194304 5963574 140734053275760 139638290212856 4399592 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 218464

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 25705
/proc/meminfo: memFree=26496316/32873648 swapFree=6336/6336
[pid=25702] ppid=25700 vsize=284000 CPUtime=282.24 cores=0,2,4,6
/proc/25702/stat : 25702 (wbo1.7) S 25700 25702 22359 0 -1 4202496 57060 0 0 0 28204 20 0 0 20 0 2 0 277470885 290816000 56985 33554432000 4194304 5963574 140734053275760 140734053275280 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25702/statm: 71000 56985 187 432 0 70565 0
[pid=25702/tid=25704] ppid=25700 vsize=284000 CPUtime=281.52 cores=0,2,4,6
/proc/25702/task/25704/stat : 25704 (wbo1.7) R 25700 25702 22359 0 -1 4202560 55540 0 0 0 28128 24 0 0 20 0 2 0 277470889 290816000 56985 33554432000 4194304 5963574 140734053275760 139638290212856 4399623 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 284000

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 25705
/proc/meminfo: memFree=26549300/32873648 swapFree=6336/6336
[pid=25702] ppid=25700 vsize=284360 CPUtime=342.19 cores=0,2,4,6
/proc/25702/stat : 25702 (wbo1.7) S 25700 25702 22359 0 -1 4202496 57122 0 0 0 34199 20 0 0 20 0 2 0 277470885 291184640 57027 33554432000 4194304 5963574 140734053275760 140734053275280 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25702/statm: 71090 57027 187 432 0 70655 0
[pid=25702/tid=25704] ppid=25700 vsize=284360 CPUtime=341.33 cores=0,2,4,6
/proc/25702/task/25704/stat : 25704 (wbo1.7) R 25700 25702 22359 0 -1 4202560 55602 0 0 0 34108 25 0 0 20 0 2 0 277470889 291184640 57027 33554432000 4194304 5963574 140734053275760 139638290213032 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 284360

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 25706
/proc/meminfo: memFree=26549208/32873648 swapFree=6336/6336
[pid=25702] ppid=25700 vsize=284360 CPUtime=402.15 cores=0,2,4,6
/proc/25702/stat : 25702 (wbo1.7) S 25700 25702 22359 0 -1 4202496 57190 0 0 0 40195 20 0 0 20 0 2 0 277470885 291184640 57090 33554432000 4194304 5963574 140734053275760 140734053275280 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25702/statm: 71090 57090 187 432 0 70655 0
[pid=25702/tid=25704] ppid=25700 vsize=284360 CPUtime=401.14 cores=0,2,4,6
/proc/25702/task/25704/stat : 25704 (wbo1.7) R 25700 25702 22359 0 -1 4202560 55670 0 0 0 40088 26 0 0 20 0 2 0 277470889 291184640 57090 33554432000 4194304 5963574 140734053275760 139638290213032 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 284360

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 25706
/proc/meminfo: memFree=26545728/32873648 swapFree=6336/6336
[pid=25702] ppid=25700 vsize=284360 CPUtime=462.14 cores=0,2,4,6

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


[startup+1422.31 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 25716
/proc/meminfo: memFree=26324164/32873648 swapFree=6336/6336
[pid=25702] ppid=25700 vsize=354756 CPUtime=1421.99 cores=0,2,4,6
/proc/25702/stat : 25702 (wbo1.7) S 25700 25702 22359 0 -1 4202496 82598 0 0 0 142161 38 0 0 20 0 2 0 277470885 363270144 83481 33554432000 4194304 5963574 140734053275760 140734053275280 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25702/statm: 88689 83481 187 432 0 88254 0
[pid=25702/tid=25704] ppid=25700 vsize=354756 CPUtime=1418.52 cores=0,2,4,6
/proc/25702/task/25704/stat : 25704 (wbo1.7) R 25700 25702 22359 0 -1 4202560 81078 0 0 0 141793 59 0 0 20 0 2 0 277470889 363270144 83481 33554432000 4194304 5963574 140734053275760 139638290212664 4399639 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1421.99
Current children cumulated vsize (KiB) 354756

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 25716
/proc/meminfo: memFree=26307304/32873648 swapFree=6336/6336
[pid=25702] ppid=25700 vsize=421908 CPUtime=1481.97 cores=0,2,4,6
/proc/25702/stat : 25702 (wbo1.7) S 25700 25702 22359 0 -1 4202496 86848 0 0 0 148156 41 0 0 20 0 2 0 277470885 432033792 87709 33554432000 4194304 5963574 140734053275760 140734053275280 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25702/statm: 105477 87709 187 432 0 105042 0
[pid=25702/tid=25704] ppid=25700 vsize=421908 CPUtime=1478.36 cores=0,2,4,6
/proc/25702/task/25704/stat : 25704 (wbo1.7) R 25700 25702 22359 0 -1 4202560 85328 0 0 0 147773 63 0 0 20 0 2 0 277470889 432033792 87709 33554432000 4194304 5963574 140734053275760 139638290212856 4399592 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1481.97
Current children cumulated vsize (KiB) 421908

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 25716
/proc/meminfo: memFree=26297384/32873648 swapFree=6336/6336
[pid=25702] ppid=25700 vsize=422880 CPUtime=1541.97 cores=0,2,4,6
/proc/25702/stat : 25702 (wbo1.7) S 25700 25702 22359 0 -1 4202496 89332 0 0 0 154153 44 0 0 20 0 2 0 277470885 433029120 90193 33554432000 4194304 5963574 140734053275760 140734053275280 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25702/statm: 105720 90193 187 432 0 105285 0
[pid=25702/tid=25704] ppid=25700 vsize=422880 CPUtime=1538.2 cores=0,2,4,6
/proc/25702/task/25704/stat : 25704 (wbo1.7) R 25700 25702 22359 0 -1 4202560 87812 0 0 0 153753 67 0 0 20 0 2 0 277470889 433029120 90193 33554432000 4194304 5963574 140734053275760 139638290212856 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1541.97
Current children cumulated vsize (KiB) 422880

[startup+1602.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/179 25755
/proc/meminfo: memFree=27136968/32873648 swapFree=6336/6336
[pid=25702] ppid=25700 vsize=422880 CPUtime=1601.94 cores=0,2,4,6
/proc/25702/stat : 25702 (wbo1.7) S 25700 25702 22359 0 -1 4202496 90517 0 0 0 160148 46 0 0 20 0 2 0 277470885 433029120 91646 33554432000 4194304 5963574 140734053275760 140734053275280 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25702/statm: 105720 91646 187 432 0 105285 0
[pid=25702/tid=25704] ppid=25700 vsize=422880 CPUtime=1598.03 cores=0,2,4,6
/proc/25702/task/25704/stat : 25704 (wbo1.7) R 25700 25702 22359 0 -1 4202560 88997 0 0 0 159733 70 0 0 20 0 2 0 277470889 433029120 91646 33554432000 4194304 5963574 140734053275760 139638290212664 4402912 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1601.94
Current children cumulated vsize (KiB) 422880

[startup+1662.3 s]
/proc/loadavg: 2.14 2.04 2.01 3/179 25756
/proc/meminfo: memFree=27077936/32873648 swapFree=6336/6336
[pid=25702] ppid=25700 vsize=422880 CPUtime=1661.93 cores=0,2,4,6
/proc/25702/stat : 25702 (wbo1.7) S 25700 25702 22359 0 -1 4202496 90521 0 0 0 166147 46 0 0 20 0 2 0 277470885 433029120 91663 33554432000 4194304 5963574 140734053275760 140734053275280 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25702/statm: 105720 91663 187 432 0 105285 0
[pid=25702/tid=25704] ppid=25700 vsize=422880 CPUtime=1657.87 cores=0,2,4,6
/proc/25702/task/25704/stat : 25704 (wbo1.7) R 25700 25702 22359 0 -1 4202560 89001 0 0 0 165716 71 0 0 20 0 2 0 277470889 433029120 91663 33554432000 4194304 5963574 140734053275760 139638290212664 4381213 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1661.93
Current children cumulated vsize (KiB) 422880

[startup+1722.3 s]
/proc/loadavg: 2.05 2.03 2.00 3/179 25756
/proc/meminfo: memFree=27044704/32873648 swapFree=6336/6336
[pid=25702] ppid=25700 vsize=422880 CPUtime=1721.92 cores=0,2,4,6
/proc/25702/stat : 25702 (wbo1.7) S 25700 25702 22359 0 -1 4202496 90568 0 0 0 172146 46 0 0 20 0 2 0 277470885 433029120 91710 33554432000 4194304 5963574 140734053275760 140734053275280 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25702/statm: 105720 91710 187 432 0 105285 0
[pid=25702/tid=25704] ppid=25700 vsize=422880 CPUtime=1717.72 cores=0,2,4,6
/proc/25702/task/25704/stat : 25704 (wbo1.7) R 25700 25702 22359 0 -1 4202560 89048 0 0 0 171700 72 0 0 20 0 2 0 277470889 433029120 91710 33554432000 4194304 5963574 140734053275760 139638290212664 4399623 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1721.92
Current children cumulated vsize (KiB) 422880

[startup+1782.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/180 25759
/proc/meminfo: memFree=27009848/32873648 swapFree=6336/6336
[pid=25702] ppid=25700 vsize=423204 CPUtime=1781.91 cores=0,2,4,6
/proc/25702/stat : 25702 (wbo1.7) S 25700 25702 22359 0 -1 4202496 90629 0 0 0 178145 46 0 0 20 0 2 0 277470885 433360896 91892 33554432000 4194304 5963574 140734053275760 140734053275280 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25702/statm: 105801 91892 187 432 0 105366 0
[pid=25702/tid=25704] ppid=25700 vsize=423204 CPUtime=1777.56 cores=0,2,4,6
/proc/25702/task/25704/stat : 25704 (wbo1.7) R 25700 25702 22359 0 -1 4202560 89109 0 0 0 177683 73 0 0 20 0 2 0 277470889 433360896 91892 33554432000 4194304 5963574 140734053275760 139638290212664 4399623 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1781.91
Current children cumulated vsize (KiB) 423204

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

[startup+1791.91 s]
/proc/loadavg: 2.01 2.02 2.00 3/180 25759
/proc/meminfo: memFree=26999400/32873648 swapFree=6336/6336
[pid=25702] ppid=25700 vsize=423852 CPUtime=1791.51 cores=0,2,4,6
/proc/25702/stat : 25702 (wbo1.7) S 25700 25702 22359 0 -1 4202496 90743 0 0 0 179105 46 0 0 20 0 2 0 277470885 434024448 92006 33554432000 4194304 5963574 140734053275760 140734053275280 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25702/statm: 105963 92006 187 432 0 105528 0
[pid=25702/tid=25704] ppid=25700 vsize=423852 CPUtime=1787.14 cores=0,2,4,6
/proc/25702/task/25704/stat : 25704 (wbo1.7) R 25700 25702 22359 0 -1 4202560 89223 0 0 0 178641 73 0 0 20 0 2 0 277470889 434024448 92006 33554432000 4194304 5963574 140734053275760 139638290212664 4399623 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1791.51
Current children cumulated vsize (KiB) 423852

[startup+1795.1 s]
/proc/loadavg: 2.01 2.02 2.00 3/180 25759
/proc/meminfo: memFree=26997112/32873648 swapFree=6336/6336
[pid=25702] ppid=25700 vsize=423852 CPUtime=1794.71 cores=0,2,4,6
/proc/25702/stat : 25702 (wbo1.7) S 25700 25702 22359 0 -1 4202496 90744 0 0 0 179425 46 0 0 20 0 2 0 277470885 434024448 92007 33554432000 4194304 5963574 140734053275760 140734053275280 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25702/statm: 105963 92007 187 432 0 105528 0
[pid=25702/tid=25704] ppid=25700 vsize=423852 CPUtime=1790.34 cores=0,2,4,6
/proc/25702/task/25704/stat : 25704 (wbo1.7) R 25700 25702 22359 0 -1 4202560 89224 0 0 0 178961 73 0 0 20 0 2 0 277470889 434024448 92007 33554432000 4194304 5963574 140734053275760 139638290212664 4399456 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1794.71
Current children cumulated vsize (KiB) 423852

[startup+1798.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/180 25759
/proc/meminfo: memFree=26995128/32873648 swapFree=6336/6336
[pid=25702] ppid=25700 vsize=423852 CPUtime=1797.9 cores=0,2,4,6
/proc/25702/stat : 25702 (wbo1.7) S 25700 25702 22359 0 -1 4202496 90744 0 0 0 179744 46 0 0 20 0 2 0 277470885 434024448 92007 33554432000 4194304 5963574 140734053275760 140734053275280 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25702/statm: 105963 92007 187 432 0 105528 0
[pid=25702/tid=25704] ppid=25700 vsize=423852 CPUtime=1793.52 cores=0,2,4,6
/proc/25702/task/25704/stat : 25704 (wbo1.7) R 25700 25702 22359 0 -1 4202560 89224 0 0 0 179279 73 0 0 20 0 2 0 277470889 434024448 92007 33554432000 4194304 5963574 140734053275760 139638290212664 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1797.9
Current children cumulated vsize (KiB) 423852

[startup+1799.1 s]
/proc/loadavg: 2.01 2.02 2.00 3/180 25759
/proc/meminfo: memFree=26993872/32873648 swapFree=6336/6336
[pid=25702] ppid=25700 vsize=423852 CPUtime=1798.7 cores=0,2,4,6
/proc/25702/stat : 25702 (wbo1.7) S 25700 25702 22359 0 -1 4202496 90744 0 0 0 179824 46 0 0 20 0 2 0 277470885 434024448 92007 33554432000 4194304 5963574 140734053275760 140734053275280 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25702/statm: 105963 92007 187 432 0 105528 0
[pid=25702/tid=25704] ppid=25700 vsize=423852 CPUtime=1794.32 cores=0,2,4,6
/proc/25702/task/25704/stat : 25704 (wbo1.7) R 25700 25702 22359 0 -1 4202560 89224 0 0 0 179359 73 0 0 20 0 2 0 277470889 434024448 92007 33554432000 4194304 5963574 140734053275760 139638290212664 4399488 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1798.7
Current children cumulated vsize (KiB) 423852

[startup+1799.5 s]
/proc/loadavg: 2.01 2.02 2.00 3/180 25759
/proc/meminfo: memFree=26993128/32873648 swapFree=6336/6336
[pid=25702] ppid=25700 vsize=423852 CPUtime=1799.11 cores=0,2,4,6
/proc/25702/stat : 25702 (wbo1.7) S 25700 25702 22359 0 -1 4202496 90744 0 0 0 179865 46 0 0 20 0 2 0 277470885 434024448 92007 33554432000 4194304 5963574 140734053275760 140734053275280 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25702/statm: 105963 92007 187 432 0 105528 0
[pid=25702/tid=25704] ppid=25700 vsize=423852 CPUtime=1794.72 cores=0,2,4,6
/proc/25702/task/25704/stat : 25704 (wbo1.7) R 25700 25702 22359 0 -1 4202560 89224 0 0 0 179399 73 0 0 20 0 2 0 277470889 434024448 92007 33554432000 4194304 5963574 140734053275760 139638290212664 4220672 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.11
Current children cumulated vsize (KiB) 423852

[startup+1799.9 s]
/proc/loadavg: 2.01 2.02 2.00 3/180 25759
/proc/meminfo: memFree=26993128/32873648 swapFree=6336/6336
[pid=25702] ppid=25700 vsize=423852 CPUtime=1799.5 cores=0,2,4,6
/proc/25702/stat : 25702 (wbo1.7) S 25700 25702 22359 0 -1 4202496 90744 0 0 0 179904 46 0 0 20 0 2 0 277470885 434024448 92007 33554432000 4194304 5963574 140734053275760 140734053275280 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25702/statm: 105963 92007 187 432 0 105528 0
[pid=25702/tid=25704] ppid=25700 vsize=423852 CPUtime=1795.12 cores=0,2,4,6
/proc/25702/task/25704/stat : 25704 (wbo1.7) R 25700 25702 22359 0 -1 4202560 89224 0 0 0 179439 73 0 0 20 0 2 0 277470889 434024448 92007 33554432000 4194304 5963574 140734053275760 139638290212664 4399605 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.5
Current children cumulated vsize (KiB) 423852

[startup+1800 s]
/proc/loadavg: 2.01 2.02 2.00 3/180 25759
/proc/meminfo: memFree=26993128/32873648 swapFree=6336/6336
[pid=25702] ppid=25700 vsize=423852 CPUtime=1799.6 cores=0,2,4,6
/proc/25702/stat : 25702 (wbo1.7) S 25700 25702 22359 0 -1 4202496 90744 0 0 0 179914 46 0 0 20 0 2 0 277470885 434024448 92007 33554432000 4194304 5963574 140734053275760 140734053275280 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25702/statm: 105963 92007 187 432 0 105528 0
[pid=25702/tid=25704] ppid=25700 vsize=423852 CPUtime=1795.22 cores=0,2,4,6
/proc/25702/task/25704/stat : 25704 (wbo1.7) R 25700 25702 22359 0 -1 4202560 89224 0 0 0 179449 73 0 0 20 0 2 0 277470889 434024448 92007 33554432000 4194304 5963574 140734053275760 139638290212664 4381238 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.6
Current children cumulated vsize (KiB) 423852

Child status: 255

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 25702 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=532189
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=744886
# CPU time returned by wait4() is 1795.28
# while last known CPU time is 1799.6
#
# 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.6
CPU user time (s): 1799.14
CPU system time (s): 0.46
CPU usage (%): 99.9775
Max. virtual memory (cumulated for all children) (KiB): 423852

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.53
system time used= 0.744886
maximum resident set size= 368032
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 90745
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= 168
involuntary context switches= 1869

runsolver used 2.6296 second user time and 7.19291 second system time

The end

Launcher Data

Begin job on node112 at 2012-05-27 12:10:36
IDJOB=3704954
IDBENCH=90111
IDSOLVER=2283
FILE ID=node112/3704954-1338113436
RUNJOBID= node112-1338087345-22375
PBS_JOBID= 14624440
Free space on /tmp= 71540 MiB

SOLVER NAME= wbo 1.7
BENCH NAME= PB12/normalized-PB12/DEC-SMALLINT-LIN/sroussel/ShortestPathTate/normalized-TateBritain_K99.opb
COMMAND LINE= wbo1.7 -file-format=opb BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3704954-1338113436/watcher-3704954-1338113436 -o /tmp/evaluation-result-3704954-1338113436/solver-3704954-1338113436 -C 1800 -W 1900 -M 15500  wbo1.7 -file-format=opb HOME/instance-3704954-1338113436.opb

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

MD5SUM BENCH= 827b46126fccb5cb8162396480ca6949
RANDOM SEED=1954853185

node112.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.763
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.52
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.763
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.763
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.763
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.763
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.92
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.763
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.763
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.763
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:       32873648 kB
MemFree:        27155532 kB
Buffers:          335984 kB
Cached:          4218880 kB
SwapCached:            0 kB
Active:          1148864 kB
Inactive:        3757704 kB
Active(anon):     354128 kB
Inactive(anon):        0 kB
Active(file):     794736 kB
Inactive(file):  3757704 kB
Unevictable:        6336 kB
Mlocked:            6336 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              5844 kB
Writeback:             0 kB
AnonPages:        357928 kB
Mapped:            15136 kB
Shmem:               200 kB
Slab:             674256 kB
SReclaimable:     118176 kB
SUnreclaim:       556080 kB
KernelStack:        1480 kB
PageTables:         4628 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     177136 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71580 MiB
End job on node112 at 2012-05-27 12:40:36