Trace number 3727798

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.64 1800

General information on the benchmark

Name/OPT-SMALLINT-LIN/oliveras/j120opt/
normalized-j12018_6.std.opb
MD5SUMc3c02f6d6ed03ca0aea055091dd3548b
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark143
Best CPU time to get the best result obtained on this benchmark1800.18
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables72842
Total number of constraints234329
Number of constraints which are clauses233129
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1200
Minimum length of a constraint1
Maximum length of a constraint120
Number of terms in the objective function 300
Biggest coefficient in the objective function 300
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 45150
Number of bits of the sum of numbers in the objective function 16
Biggest number in a constraint 300
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 45150
Number of bits of the biggest sum of numbers16
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-3727798-1339017767.opb.
0.00/0.00	c Instance file HOME/instance-3727798-1339017767.opb
0.00/0.00	c File size is 8036569 bytes.
0.68/0.71	c Cost Offset: 0
0.68/0.71	c Highest Coefficient sum: 700
0.68/0.71	c ============================[ Problem Statistics ]=============================
0.68/0.71	c |                                                                             |
0.68/0.71	c |  Parsing time:          0.71         s                                      |
0.68/0.71	c |  Number Variables:      72842                                               |
0.68/0.71	c |  Number Clauses:        233129                                              |
0.68/0.71	c |  Number Cardinality:    0                                                   |
0.68/0.71	c |  Number PB Constraints: 1200                                                |
0.68/0.71	c |                                                                             |
0.79/0.86	c |  Problem Type:          Optimization                                        |
0.79/0.86	c |  Objective Function:    PB Constraint                                       |
0.79/0.86	c |                                                                             |
0.79/0.86	c ============================[ Search Statistics ]==============================
0.79/0.86	c | Time (s)  | ID |      Bound      |               Shared Clauses             |
0.79/0.86	c |           |    | value      type |  expCls         impCls        Lit/impCl  |
0.79/0.86	c ===============================================================================
0.89/0.97	c | 0.97      | 0  | 108          lb |  0                0                0.00  |
97.78/97.86	c | 97.87     | 0  | 109          lb |  0                0                0.00  |
1799.64/1800.00	c ===============================================================================
1799.64/1800.00	c Wall Clock Time: 1800.00 s
1799.64/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-3727798-1339017767/watcher-3727798-1339017767 -o /tmp/evaluation-result-3727798-1339017767/solver-3727798-1339017767 -C 1800 -W 1900 -M 15500 wbo1.72 -file-format=opb HOME/instance-3727798-1339017767.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: 0.00 0.00 0.00 3/175 26663
/proc/meminfo: memFree=31370368/32873648 swapFree=7376/7376
[pid=26663] ppid=26659 vsize=11620 CPUtime=0 cores=0,2,4,6
/proc/26663/stat : 26663 (wbo1.72) R 26659 26663 26619 0 -1 4202496 467 0 0 0 0 0 0 0 20 0 1 0 367904009 11898880 419 33554432000 4194304 5964350 140734772616016 140735705794344 5130881 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/26663/statm: 2905 419 169 433 0 506 0

[startup+0.094941 s]
/proc/loadavg: 0.00 0.00 0.00 3/175 26663
/proc/meminfo: memFree=31370368/32873648 swapFree=7376/7376
[pid=26663] ppid=26659 vsize=25036 CPUtime=0.08 cores=0,2,4,6
/proc/26663/stat : 26663 (wbo1.72) R 26659 26663 26619 0 -1 4202496 3944 0 0 0 8 0 0 0 20 0 1 0 367904009 25636864 3749 33554432000 4194304 5964350 140734772616016 140735705794344 4344688 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/26663/statm: 6259 3749 431 433 0 3860 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 25036

[startup+0.1002 s]
/proc/loadavg: 0.00 0.00 0.00 3/175 26663
/proc/meminfo: memFree=31370368/32873648 swapFree=7376/7376
[pid=26663] ppid=26659 vsize=25300 CPUtime=0.09 cores=0,2,4,6
/proc/26663/stat : 26663 (wbo1.72) R 26659 26663 26619 0 -1 4202496 4009 0 0 0 9 0 0 0 20 0 1 0 367904009 25907200 3814 33554432000 4194304 5964350 140734772616016 140735705794344 5136410 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/26663/statm: 6325 3814 446 433 0 3926 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 25300

[startup+0.300209 s]
/proc/loadavg: 0.00 0.00 0.00 3/175 26663
/proc/meminfo: memFree=31370368/32873648 swapFree=7376/7376
[pid=26663] ppid=26659 vsize=34028 CPUtime=0.29 cores=0,2,4,6
/proc/26663/stat : 26663 (wbo1.72) R 26659 26663 26619 0 -1 4202496 6726 0 0 0 28 1 0 0 20 0 1 0 367904009 34844672 6362 33554432000 4194304 5964350 140734772616016 140735705794344 4195024 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/26663/statm: 8507 6362 1072 433 0 6108 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 34028

[startup+0.700212 s]
/proc/loadavg: 0.00 0.00 0.00 3/175 26663
/proc/meminfo: memFree=31370368/32873648 swapFree=7376/7376
[pid=26663] ppid=26659 vsize=56400 CPUtime=0.68 cores=0,2,4,6
/proc/26663/stat : 26663 (wbo1.72) R 26659 26663 26619 0 -1 4202496 13168 0 0 0 66 2 0 0 20 0 1 0 367904009 57753600 12578 33554432000 4194304 5964350 140734772616016 140734772614616 5136410 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/26663/statm: 14100 12579 2103 433 0 11701 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 56400

[startup+1.5002 s]
/proc/loadavg: 0.16 0.03 0.01 4/179 26667
/proc/meminfo: memFree=31143248/32873648 swapFree=7376/7376
[pid=26663] ppid=26659 vsize=190824 CPUtime=1.49 cores=0,2,4,6
/proc/26663/stat : 26663 (wbo1.72) S 26659 26663 26619 0 -1 4202496 34846 0 0 0 144 5 0 0 20 0 2 0 367904009 195403776 28645 33554432000 4194304 5964350 140734772616016 140734772615536 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26663/statm: 47706 28645 198 433 0 47270 0
[pid=26663/tid=26667] ppid=26659 vsize=190824 CPUtime=0.77 cores=0,2,4,6
/proc/26663/task/26667/stat : 26667 (wbo1.72) R 26659 26663 26619 0 -1 4202560 21108 0 0 0 75 2 0 0 20 0 2 0 367904081 195403776 28645 33554432000 4194304 5964350 140734772616016 140683555232328 4400439 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) 190824

[startup+3.10021 s]
/proc/loadavg: 0.16 0.03 0.01 4/179 26667
/proc/meminfo: memFree=31119120/32873648 swapFree=7376/7376
[pid=26663] ppid=26659 vsize=190824 CPUtime=3.09 cores=0,2,4,6
/proc/26663/stat : 26663 (wbo1.72) S 26659 26663 26619 0 -1 4202496 34846 0 0 0 304 5 0 0 20 0 2 0 367904009 195403776 28645 33554432000 4194304 5964350 140734772616016 140734772615536 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26663/statm: 47706 28645 198 433 0 47270 0
[pid=26663/tid=26667] ppid=26659 vsize=190824 CPUtime=2.37 cores=0,2,4,6
/proc/26663/task/26667/stat : 26667 (wbo1.72) R 26659 26663 26619 0 -1 4202560 21108 0 0 0 235 2 0 0 20 0 2 0 367904081 195403776 28645 33554432000 4194304 5964350 140734772616016 140683555232696 4400026 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) 190824

[startup+6.30027 s]
/proc/loadavg: 0.16 0.03 0.01 4/179 26667
/proc/meminfo: memFree=31118256/32873648 swapFree=7376/7376
[pid=26663] ppid=26659 vsize=190824 CPUtime=6.29 cores=0,2,4,6
/proc/26663/stat : 26663 (wbo1.72) S 26659 26663 26619 0 -1 4202496 34864 0 0 0 624 5 0 0 20 0 2 0 367904009 195403776 28663 33554432000 4194304 5964350 140734772616016 140734772615536 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26663/statm: 47706 28663 198 433 0 47270 0
[pid=26663/tid=26667] ppid=26659 vsize=190824 CPUtime=5.56 cores=0,2,4,6
/proc/26663/task/26667/stat : 26667 (wbo1.72) R 26659 26663 26619 0 -1 4202560 21126 0 0 0 554 2 0 0 20 0 2 0 367904081 195403776 28663 33554432000 4194304 5964350 140734772616016 140683555232696 4400462 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) 190824

[startup+12.7002 s]
/proc/loadavg: 0.44 0.10 0.03 4/179 26667
/proc/meminfo: memFree=31110644/32873648 swapFree=7376/7376
[pid=26663] ppid=26659 vsize=190824 CPUtime=12.69 cores=0,2,4,6
/proc/26663/stat : 26663 (wbo1.72) S 26659 26663 26619 0 -1 4202496 35140 0 0 0 1264 5 0 0 20 0 2 0 367904009 195403776 28939 33554432000 4194304 5964350 140734772616016 140734772615536 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26663/statm: 47706 28939 198 433 0 47270 0
[pid=26663/tid=26667] ppid=26659 vsize=190824 CPUtime=11.94 cores=0,2,4,6
/proc/26663/task/26667/stat : 26667 (wbo1.72) R 26659 26663 26619 0 -1 4202560 21402 0 0 0 1192 2 0 0 20 0 2 0 367904081 195403776 28939 33554432000 4194304 5964350 140734772616016 140683555231672 4403615 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) 190824

[startup+25.5003 s]
/proc/loadavg: 0.68 0.16 0.05 4/179 26667
/proc/meminfo: memFree=31094908/32873648 swapFree=7376/7376
[pid=26663] ppid=26659 vsize=190824 CPUtime=25.49 cores=0,2,4,6
/proc/26663/stat : 26663 (wbo1.72) S 26659 26663 26619 0 -1 4202496 38115 0 0 0 2542 7 0 0 20 0 2 0 367904009 195403776 31914 33554432000 4194304 5964350 140734772616016 140734772615536 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26663/statm: 47706 31914 198 433 0 47270 0
[pid=26663/tid=26667] ppid=26659 vsize=190824 CPUtime=24.71 cores=0,2,4,6
/proc/26663/task/26667/stat : 26667 (wbo1.72) R 26659 26663 26619 0 -1 4202560 24377 0 0 0 2467 4 0 0 20 0 2 0 367904081 195403776 31914 33554432000 4194304 5964350 140734772616016 140683555231736 4387916 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) 190824

[startup+51.1003 s]
/proc/loadavg: 1.13 0.31 0.10 4/179 26667
/proc/meminfo: memFree=31056924/32873648 swapFree=7376/7376
[pid=26663] ppid=26659 vsize=190824 CPUtime=51.08 cores=0,2,4,6
/proc/26663/stat : 26663 (wbo1.72) S 26659 26663 26619 0 -1 4202496 42810 0 0 0 5098 10 0 0 20 0 2 0 367904009 195403776 36609 33554432000 4194304 5964350 140734772616016 140734772615536 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26663/statm: 47706 36609 198 433 0 47270 0
[pid=26663/tid=26667] ppid=26659 vsize=190824 CPUtime=50.24 cores=0,2,4,6
/proc/26663/task/26667/stat : 26667 (wbo1.72) R 26659 26663 26619 0 -1 4202560 29072 0 0 0 5017 7 0 0 20 0 2 0 367904081 195403776 36609 33554432000 4194304 5964350 140734772616016 140683555231544 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) 190824

[startup+102.307 s]
/proc/loadavg: 1.65 0.59 0.21 4/179 26667
/proc/meminfo: memFree=31001052/32873648 swapFree=7376/7376
[pid=26663] ppid=26659 vsize=256360 CPUtime=102.28 cores=0,2,4,6
/proc/26663/stat : 26663 (wbo1.72) S 26659 26663 26619 0 -1 4202496 55033 0 0 0 10212 16 0 0 20 0 2 0 367904009 262512640 49340 33554432000 4194304 5964350 140734772616016 140734772615536 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26663/statm: 64090 49340 198 433 0 63654 0
[pid=26663/tid=26667] ppid=26659 vsize=256360 CPUtime=101.32 cores=0,2,4,6
/proc/26663/task/26667/stat : 26667 (wbo1.72) R 26659 26663 26619 0 -1 4202560 41295 0 0 0 10118 14 0 0 20 0 2 0 367904081 262512640 49340 33554432000 4194304 5964350 140734772616016 140683555232296 4221984 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) 256360

[startup+162.3 s]
/proc/loadavg: 2.01 0.87 0.33 4/179 26667
/proc/meminfo: memFree=30966668/32873648 swapFree=7376/7376
[pid=26663] ppid=26659 vsize=256360 CPUtime=162.26 cores=0,2,4,6
/proc/26663/stat : 26663 (wbo1.72) S 26659 26663 26619 0 -1 4202496 55549 0 0 0 16210 16 0 0 20 0 2 0 367904009 262512640 50654 33554432000 4194304 5964350 140734772616016 140734772615536 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26663/statm: 64090 50654 198 433 0 63654 0
[pid=26663/tid=26667] ppid=26659 vsize=256360 CPUtime=161.16 cores=0,2,4,6
/proc/26663/task/26667/stat : 26667 (wbo1.72) R 26659 26663 26619 0 -1 4202560 41811 0 0 0 16101 15 0 0 20 0 2 0 367904081 262512640 50654 33554432000 4194304 5964350 140734772616016 140683555232296 4400462 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 256360

[startup+222.3 s]
/proc/loadavg: 2.00 1.08 0.43 4/179 26667
/proc/meminfo: memFree=30964908/32873648 swapFree=7376/7376
[pid=26663] ppid=26659 vsize=256360 CPUtime=222.22 cores=0,2,4,6
/proc/26663/stat : 26663 (wbo1.72) S 26659 26663 26619 0 -1 4202496 55580 0 0 0 22206 16 0 0 20 0 2 0 367904009 262512640 50812 33554432000 4194304 5964350 140734772616016 140734772615536 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26663/statm: 64090 50812 198 433 0 63654 0
[pid=26663/tid=26667] ppid=26659 vsize=256360 CPUtime=220.98 cores=0,2,4,6
/proc/26663/task/26667/stat : 26667 (wbo1.72) R 26659 26663 26619 0 -1 4202560 41842 0 0 0 22082 16 0 0 20 0 2 0 367904081 262512640 50812 33554432000 4194304 5964350 140734772616016 140683555232296 4399840 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 256360

[startup+282.3 s]
/proc/loadavg: 2.00 1.24 0.53 4/179 26667
/proc/meminfo: memFree=30928936/32873648 swapFree=7376/7376
[pid=26663] ppid=26659 vsize=256360 CPUtime=282.21 cores=0,2,4,6
/proc/26663/stat : 26663 (wbo1.72) S 26659 26663 26619 0 -1 4202496 58923 0 0 0 28202 19 0 0 20 0 2 0 367904009 262512640 54155 33554432000 4194304 5964350 140734772616016 140734772615536 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26663/statm: 64090 54155 198 433 0 63654 0
[pid=26663/tid=26667] ppid=26659 vsize=256360 CPUtime=280.82 cores=0,2,4,6
/proc/26663/task/26667/stat : 26667 (wbo1.72) R 26659 26663 26619 0 -1 4202560 45185 0 0 0 28062 20 0 0 20 0 2 0 367904081 262512640 54155 33554432000 4194304 5964350 140734772616016 140683555231736 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 256360

[startup+342.3 s]
/proc/loadavg: 2.00 1.38 0.61 4/179 26668
/proc/meminfo: memFree=30887636/32873648 swapFree=7376/7376
[pid=26663] ppid=26659 vsize=260008 CPUtime=342.21 cores=0,2,4,6
/proc/26663/stat : 26663 (wbo1.72) S 26659 26663 26619 0 -1 4202496 63364 0 0 0 34198 23 0 0 20 0 2 0 367904009 266248192 59107 33554432000 4194304 5964350 140734772616016 140734772615536 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26663/statm: 65002 59107 198 433 0 64566 0
[pid=26663/tid=26667] ppid=26659 vsize=260008 CPUtime=340.67 cores=0,2,4,6
/proc/26663/task/26667/stat : 26667 (wbo1.72) R 26659 26663 26619 0 -1 4202560 49626 0 0 0 34042 25 0 0 20 0 2 0 367904081 266248192 59107 33554432000 4194304 5964350 140734772616016 140683555231672 4400380 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 260008

[startup+402.3 s]
/proc/loadavg: 2.00 1.49 0.70 4/179 26668
/proc/meminfo: memFree=30852108/32873648 swapFree=7376/7376
[pid=26663] ppid=26659 vsize=325544 CPUtime=402.2 cores=0,2,4,6
/proc/26663/stat : 26663 (wbo1.72) S 26659 26663 26619 0 -1 4202496 67386 0 0 0 40194 26 0 0 20 0 2 0 367904009 333357056 63129 33554432000 4194304 5964350 140734772616016 140734772615536 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26663/statm: 81386 63129 198 433 0 80950 0
[pid=26663/tid=26667] ppid=26659 vsize=325544 CPUtime=400.52 cores=0,2,4,6
/proc/26663/task/26667/stat : 26667 (wbo1.72) R 26659 26663 26619 0 -1 4202560 53648 0 0 0 40023 29 0 0 20 0 2 0 367904081 333357056 63129 33554432000 4194304 5964350 140734772616016 140683555231784 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 402.2
Current children cumulated vsize (KiB) 325544

[startup+462.3 s]
/proc/loadavg: 2.00 1.58 0.78 4/180 26671
/proc/meminfo: memFree=30809372/32873648 swapFree=7376/7376
[pid=26663] ppid=26659 vsize=325544 CPUtime=462.19 cores=0,2,4,6

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


[startup+1422.31 s]
/proc/loadavg: 2.00 1.98 1.54 4/179 26678
/proc/meminfo: memFree=30615328/32873648 swapFree=7376/7376
[pid=26663] ppid=26659 vsize=392904 CPUtime=1422.01 cores=0,2,4,6
/proc/26663/stat : 26663 (wbo1.72) S 26659 26663 26619 0 -1 4202496 95700 0 0 0 142146 55 0 0 20 0 2 0 367904009 402333696 92242 33554432000 4194304 5964350 140734772616016 140734772615536 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26663/statm: 98226 92242 198 433 0 97790 0
[pid=26663/tid=26667] ppid=26659 vsize=392904 CPUtime=1417.85 cores=0,2,4,6
/proc/26663/task/26667/stat : 26667 (wbo1.72) R 26659 26663 26619 0 -1 4202560 81962 0 0 0 141712 73 0 0 20 0 2 0 367904081 402333696 92242 33554432000 4194304 5964350 140734772616016 140683555231544 4399840 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1422.01
Current children cumulated vsize (KiB) 392904

[startup+1482.3 s]
/proc/loadavg: 2.00 1.98 1.57 4/179 26678
/proc/meminfo: memFree=30610004/32873648 swapFree=7376/7376
[pid=26663] ppid=26659 vsize=392904 CPUtime=1482 cores=0,2,4,6
/proc/26663/stat : 26663 (wbo1.72) S 26659 26663 26619 0 -1 4202496 96770 0 0 0 148144 56 0 0 20 0 2 0 367904009 402333696 93312 33554432000 4194304 5964350 140734772616016 140734772615536 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26663/statm: 98226 93312 198 433 0 97790 0
[pid=26663/tid=26667] ppid=26659 vsize=392904 CPUtime=1477.69 cores=0,2,4,6
/proc/26663/task/26667/stat : 26667 (wbo1.72) R 26659 26663 26619 0 -1 4202560 83032 0 0 0 147694 75 0 0 20 0 2 0 367904081 402333696 93312 33554432000 4194304 5964350 140734772616016 140683555231544 4400029 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1482
Current children cumulated vsize (KiB) 392904

[startup+1542.3 s]
/proc/loadavg: 2.00 1.98 1.59 4/179 26679
/proc/meminfo: memFree=30596860/32873648 swapFree=7376/7376
[pid=26663] ppid=26659 vsize=458440 CPUtime=1541.99 cores=0,2,4,6
/proc/26663/stat : 26663 (wbo1.72) S 26659 26663 26619 0 -1 4202496 99840 0 0 0 154140 59 0 0 20 0 2 0 367904009 469442560 96382 33554432000 4194304 5964350 140734772616016 140734772615536 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26663/statm: 114610 96382 198 433 0 114174 0
[pid=26663/tid=26667] ppid=26659 vsize=458440 CPUtime=1537.53 cores=0,2,4,6
/proc/26663/task/26667/stat : 26667 (wbo1.72) R 26659 26663 26619 0 -1 4202560 86102 0 0 0 153674 79 0 0 20 0 2 0 367904081 469442560 96382 33554432000 4194304 5964350 140734772616016 140683555231736 4399835 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1541.99
Current children cumulated vsize (KiB) 458440

[startup+1602.3 s]
/proc/loadavg: 2.00 1.98 1.62 4/179 26679
/proc/meminfo: memFree=30580924/32873648 swapFree=7376/7376
[pid=26663] ppid=26659 vsize=458440 CPUtime=1601.98 cores=0,2,4,6
/proc/26663/stat : 26663 (wbo1.72) S 26659 26663 26619 0 -1 4202496 103170 0 0 0 160135 63 0 0 20 0 2 0 367904009 469442560 99712 33554432000 4194304 5964350 140734772616016 140734772615536 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26663/statm: 114610 99712 198 433 0 114174 0
[pid=26663/tid=26667] ppid=26659 vsize=458440 CPUtime=1597.38 cores=0,2,4,6
/proc/26663/task/26667/stat : 26667 (wbo1.72) R 26659 26663 26619 0 -1 4202560 89432 0 0 0 159654 84 0 0 20 0 2 0 367904081 469442560 99712 33554432000 4194304 5964350 140734772616016 140683555231736 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1601.98
Current children cumulated vsize (KiB) 458440

[startup+1662.3 s]
/proc/loadavg: 2.16 2.01 1.65 4/180 26682
/proc/meminfo: memFree=30560524/32873648 swapFree=7376/7376
[pid=26663] ppid=26659 vsize=458440 CPUtime=1661.97 cores=0,2,4,6
/proc/26663/stat : 26663 (wbo1.72) S 26659 26663 26619 0 -1 4202496 105168 0 0 0 166132 65 0 0 20 0 2 0 367904009 469442560 101813 33554432000 4194304 5964350 140734772616016 140734772615536 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26663/statm: 114610 101813 198 433 0 114174 0
[pid=26663/tid=26667] ppid=26659 vsize=458440 CPUtime=1657.21 cores=0,2,4,6
/proc/26663/task/26667/stat : 26667 (wbo1.72) R 26659 26663 26619 0 -1 4202560 91430 0 0 0 165634 87 0 0 20 0 2 0 367904081 469442560 101813 33554432000 4194304 5964350 140734772616016 140683555231544 4399840 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1661.97
Current children cumulated vsize (KiB) 458440

[startup+1722.3 s]
/proc/loadavg: 2.06 2.01 1.67 4/179 26682
/proc/meminfo: memFree=30531084/32873648 swapFree=7376/7376
[pid=26663] ppid=26659 vsize=458440 CPUtime=1721.96 cores=0,2,4,6
/proc/26663/stat : 26663 (wbo1.72) S 26659 26663 26619 0 -1 4202496 105222 0 0 0 172131 65 0 0 20 0 2 0 367904009 469442560 101969 33554432000 4194304 5964350 140734772616016 140734772615536 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26663/statm: 114610 101969 198 433 0 114174 0
[pid=26663/tid=26667] ppid=26659 vsize=458440 CPUtime=1717.06 cores=0,2,4,6
/proc/26663/task/26667/stat : 26667 (wbo1.72) R 26659 26663 26619 0 -1 4202560 91484 0 0 0 171618 88 0 0 20 0 2 0 367904081 469442560 101969 33554432000 4194304 5964350 140734772616016 140683555231544 4399840 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1721.96
Current children cumulated vsize (KiB) 458440

[startup+1782.3 s]
/proc/loadavg: 2.02 2.00 1.68 4/179 26682
/proc/meminfo: memFree=30530464/32873648 swapFree=7376/7376
[pid=26663] ppid=26659 vsize=458440 CPUtime=1781.95 cores=0,2,4,6
/proc/26663/stat : 26663 (wbo1.72) S 26659 26663 26619 0 -1 4202496 105306 0 0 0 178130 65 0 0 20 0 2 0 367904009 469442560 102053 33554432000 4194304 5964350 140734772616016 140734772615536 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26663/statm: 114610 102053 198 433 0 114174 0
[pid=26663/tid=26667] ppid=26659 vsize=458440 CPUtime=1776.9 cores=0,2,4,6
/proc/26663/task/26667/stat : 26667 (wbo1.72) R 26659 26663 26619 0 -1 4202560 91568 0 0 0 177602 88 0 0 20 0 2 0 367904081 469442560 102053 33554432000 4194304 5964350 140734772616016 140683555231544 4399852 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1781.95
Current children cumulated vsize (KiB) 458440

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

[startup+1791.91 s]
/proc/loadavg: 2.02 2.00 1.69 4/179 26682
/proc/meminfo: memFree=30530712/32873648 swapFree=7376/7376
[pid=26663] ppid=26659 vsize=458440 CPUtime=1791.55 cores=0,2,4,6
/proc/26663/stat : 26663 (wbo1.72) S 26659 26663 26619 0 -1 4202496 105306 0 0 0 179090 65 0 0 20 0 2 0 367904009 469442560 102053 33554432000 4194304 5964350 140734772616016 140734772615536 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26663/statm: 114610 102053 198 433 0 114174 0
[pid=26663/tid=26667] ppid=26659 vsize=458440 CPUtime=1786.48 cores=0,2,4,6
/proc/26663/task/26667/stat : 26667 (wbo1.72) R 26659 26663 26619 0 -1 4202560 91568 0 0 0 178559 89 0 0 20 0 2 0 367904081 469442560 102053 33554432000 4194304 5964350 140734772616016 140683555231544 4392681 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1791.55
Current children cumulated vsize (KiB) 458440

[startup+1795.1 s]
/proc/loadavg: 2.02 2.00 1.69 4/179 26682
/proc/meminfo: memFree=30530712/32873648 swapFree=7376/7376
[pid=26663] ppid=26659 vsize=458440 CPUtime=1794.75 cores=0,2,4,6
/proc/26663/stat : 26663 (wbo1.72) S 26659 26663 26619 0 -1 4202496 105306 0 0 0 179410 65 0 0 20 0 2 0 367904009 469442560 102053 33554432000 4194304 5964350 140734772616016 140734772615536 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26663/statm: 114610 102053 198 433 0 114174 0
[pid=26663/tid=26667] ppid=26659 vsize=458440 CPUtime=1789.68 cores=0,2,4,6
/proc/26663/task/26667/stat : 26667 (wbo1.72) R 26659 26663 26619 0 -1 4202560 91568 0 0 0 178879 89 0 0 20 0 2 0 367904081 469442560 102053 33554432000 4194304 5964350 140734772616016 140683555231544 4399840 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1794.75
Current children cumulated vsize (KiB) 458440

[startup+1798.3 s]
/proc/loadavg: 2.01 2.00 1.69 4/179 26682
/proc/meminfo: memFree=30530712/32873648 swapFree=7376/7376
[pid=26663] ppid=26659 vsize=458440 CPUtime=1797.94 cores=0,2,4,6
/proc/26663/stat : 26663 (wbo1.72) S 26659 26663 26619 0 -1 4202496 105306 0 0 0 179729 65 0 0 20 0 2 0 367904009 469442560 102053 33554432000 4194304 5964350 140734772616016 140734772615536 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26663/statm: 114610 102053 198 433 0 114174 0
[pid=26663/tid=26667] ppid=26659 vsize=458440 CPUtime=1792.86 cores=0,2,4,6
/proc/26663/task/26667/stat : 26667 (wbo1.72) R 26659 26663 26619 0 -1 4202560 91568 0 0 0 179197 89 0 0 20 0 2 0 367904081 469442560 102053 33554432000 4194304 5964350 140734772616016 140683555231544 4399840 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1797.94
Current children cumulated vsize (KiB) 458440

[startup+1799.1 s]
/proc/loadavg: 2.01 2.00 1.69 4/179 26682
/proc/meminfo: memFree=30530712/32873648 swapFree=7376/7376
[pid=26663] ppid=26659 vsize=458440 CPUtime=1798.74 cores=0,2,4,6
/proc/26663/stat : 26663 (wbo1.72) S 26659 26663 26619 0 -1 4202496 105306 0 0 0 179809 65 0 0 20 0 2 0 367904009 469442560 102053 33554432000 4194304 5964350 140734772616016 140734772615536 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26663/statm: 114610 102053 198 433 0 114174 0
[pid=26663/tid=26667] ppid=26659 vsize=458440 CPUtime=1793.66 cores=0,2,4,6
/proc/26663/task/26667/stat : 26667 (wbo1.72) R 26659 26663 26619 0 -1 4202560 91568 0 0 0 179277 89 0 0 20 0 2 0 367904081 469442560 102053 33554432000 4194304 5964350 140734772616016 140683555231544 4399840 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1798.74
Current children cumulated vsize (KiB) 458440

[startup+1799.5 s]
/proc/loadavg: 2.01 2.00 1.69 4/179 26682
/proc/meminfo: memFree=30530712/32873648 swapFree=7376/7376
[pid=26663] ppid=26659 vsize=458440 CPUtime=1799.15 cores=0,2,4,6
/proc/26663/stat : 26663 (wbo1.72) S 26659 26663 26619 0 -1 4202496 105306 0 0 0 179850 65 0 0 20 0 2 0 367904009 469442560 102053 33554432000 4194304 5964350 140734772616016 140734772615536 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26663/statm: 114610 102053 198 433 0 114174 0
[pid=26663/tid=26667] ppid=26659 vsize=458440 CPUtime=1794.07 cores=0,2,4,6
/proc/26663/task/26667/stat : 26667 (wbo1.72) R 26659 26663 26619 0 -1 4202560 91568 0 0 0 179318 89 0 0 20 0 2 0 367904081 469442560 102053 33554432000 4194304 5964350 140734772616016 140683555231544 4399840 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.15
Current children cumulated vsize (KiB) 458440

[startup+1799.9 s]
/proc/loadavg: 2.01 2.00 1.69 4/179 26682
/proc/meminfo: memFree=30530712/32873648 swapFree=7376/7376
[pid=26663] ppid=26659 vsize=458440 CPUtime=1799.54 cores=0,2,4,6
/proc/26663/stat : 26663 (wbo1.72) S 26659 26663 26619 0 -1 4202496 105306 0 0 0 179889 65 0 0 20 0 2 0 367904009 469442560 102053 33554432000 4194304 5964350 140734772616016 140734772615536 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26663/statm: 114610 102053 198 433 0 114174 0
[pid=26663/tid=26667] ppid=26659 vsize=458440 CPUtime=1794.46 cores=0,2,4,6
/proc/26663/task/26667/stat : 26667 (wbo1.72) R 26659 26663 26619 0 -1 4202560 91568 0 0 0 179357 89 0 0 20 0 2 0 367904081 469442560 102053 33554432000 4194304 5964350 140734772616016 140683555231544 4399840 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.54
Current children cumulated vsize (KiB) 458440

[startup+1800 s]
/proc/loadavg: 2.01 2.00 1.69 4/179 26682
/proc/meminfo: memFree=30530712/32873648 swapFree=7376/7376
[pid=26663] ppid=26659 vsize=458440 CPUtime=1799.64 cores=0,2,4,6
/proc/26663/stat : 26663 (wbo1.72) S 26659 26663 26619 0 -1 4202496 105306 0 0 0 179899 65 0 0 20 0 2 0 367904009 469442560 102053 33554432000 4194304 5964350 140734772616016 140734772615536 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26663/statm: 114610 102053 198 433 0 114174 0
[pid=26663/tid=26667] ppid=26659 vsize=458440 CPUtime=1794.56 cores=0,2,4,6
/proc/26663/task/26667/stat : 26667 (wbo1.72) R 26659 26663 26619 0 -1 4202560 91568 0 0 0 179367 89 0 0 20 0 2 0 367904081 469442560 102053 33554432000 4194304 5964350 140734772616016 140683555231544 4399832 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.64
Current children cumulated vsize (KiB) 458440

Child status: 255

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

Real time (s): 1800
CPU time (s): 1799.64
CPU user time (s): 1798.99
CPU system time (s): 0.65
CPU usage (%): 99.9797
Max. virtual memory (cumulated for all children) (KiB): 458440

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.36
system time used= 0.932858
maximum resident set size= 408220
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 105308
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= 139
involuntary context switches= 1871

runsolver used 3.34849 second user time and 8.95664 second system time

The end

Launcher Data

Begin job on node112 at 2012-06-06 23:22:47
IDJOB=3727798
IDBENCH=77148
IDSOLVER=2313
FILE ID=node112/3727798-1339017767
RUNJOBID= node112-1339017767-26636
PBS_JOBID= 14643303
Free space on /tmp= 71156 MiB

SOLVER NAME= wbo 1.72
BENCH NAME= PB10/normalized-PB10/OPT-SMALLINT-LIN/oliveras/j120opt/normalized-j12018_6.std.opb
COMMAND LINE= wbo1.72 -file-format=opb BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3727798-1339017767/watcher-3727798-1339017767 -o /tmp/evaluation-result-3727798-1339017767/solver-3727798-1339017767 -C 1800 -W 1900 -M 15500  wbo1.72 -file-format=opb HOME/instance-3727798-1339017767.opb

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

MD5SUM BENCH= c3c02f6d6ed03ca0aea055091dd3548b
RANDOM SEED=1278312002

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:        31372128 kB
Buffers:            9264 kB
Cached:           767076 kB
SwapCached:         2056 kB
Active:           254332 kB
Inactive:         525056 kB
Active(anon):       3220 kB
Inactive(anon):     2844 kB
Active(file):     251112 kB
Inactive(file):   522212 kB
Unevictable:        7376 kB
Mlocked:            7376 kB
SwapTotal:      67108856 kB
SwapFree:       67099192 kB
Dirty:             26876 kB
Writeback:             0 kB
AnonPages:          9296 kB
Mapped:             6916 kB
Shmem:                 0 kB
Slab:             581808 kB
SReclaimable:      25856 kB
SUnreclaim:       555952 kB
KernelStack:        1424 kB
PageTables:         4132 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     104952 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= 71144 MiB
End job on node112 at 2012-06-06 23:52:48