Trace number 3727083

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.72? 1799.55 1800.01

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/
submitted-PB06/roussel/normalized-pigeon-cardinality-91-90.opb
MD5SUMfff7b3dc5d07bd6a4fd3046b5e5241f1
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.159975
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables8190
Total number of constraints181
Number of constraints which are clauses91
Number of constraints which are cardinality constraints (but not clauses)90
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint90
Maximum length of a constraint91
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 92
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.72 beta - May, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing opb file format. File HOME/instance-3727083-1338659111.opb.
0.00/0.00	c Instance file HOME/instance-3727083-1338659111.opb
0.00/0.00	c File size is 146765 bytes.
0.00/0.01	c Highest Coefficient sum: 92
0.00/0.01	c ============================[ Problem Statistics ]=============================
0.00/0.01	c |                                                                             |
0.00/0.01	c |  Parsing time:          0.02         s                                      |
0.00/0.01	c |  Number Variables:      8190                                                |
0.00/0.01	c |  Number Clauses:        91                                                  |
0.00/0.01	c |  Number Cardinality:    90                                                  |
0.00/0.01	c |  Number PB Constraints: 0                                                   |
0.00/0.01	c |                                                                             |
0.00/0.02	c |  Problem Type:          Decision                                            |
0.00/0.02	c |  Objective Function:    None                                                |
0.00/0.02	c |                                                                             |
0.00/0.02	c ===============================================================================
1799.55/1800.00	c ===============================================================================
1799.55/1800.00	c Wall Clock Time: 1800.00 s
1799.55/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-3727083-1338659111/watcher-3727083-1338659111 -o /tmp/evaluation-result-3727083-1338659111/solver-3727083-1338659111 -C 1800 -W 1900 -M 15500 wbo1.72 -file-format=opb HOME/instance-3727083-1338659111.opb 

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 2/177 18769
/proc/meminfo: memFree=28587980/32873648 swapFree=7388/7388
[pid=18769] ppid=18767 vsize=4424 CPUtime=0 cores=0,2,4,6
/proc/18769/stat : 18769 (wbo1.72) R 18767 18769 16576 0 -1 4202496 565 0 0 0 0 0 0 0 20 0 1 0 332035620 4530176 518 33554432000 4194304 5964350 140734765143424 140736176140568 4344800 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/18769/statm: 1106 520 162 433 0 634 0

[startup+0.0849539 s]
/proc/loadavg: 2.00 2.00 2.00 2/177 18769
/proc/meminfo: memFree=28587980/32873648 swapFree=7388/7388
[pid=18769] ppid=18767 vsize=86212 CPUtime=0.07 cores=0,2,4,6
/proc/18769/stat : 18769 (wbo1.72) S 18767 18769 16576 0 -1 4202496 2520 0 0 0 7 0 0 0 20 0 2 0 332035620 88281088 2270 33554432000 4194304 5964350 140734765143424 140734765142944 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18769/statm: 21553 2270 183 433 0 21117 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 86212

[startup+0.100294 s]
/proc/loadavg: 2.00 2.00 2.00 2/177 18769
/proc/meminfo: memFree=28587980/32873648 swapFree=7388/7388
[pid=18769] ppid=18767 vsize=86212 CPUtime=0.09 cores=0,2,4,6
/proc/18769/stat : 18769 (wbo1.72) S 18767 18769 16576 0 -1 4202496 2555 0 0 0 9 0 0 0 20 0 2 0 332035620 88281088 2305 33554432000 4194304 5964350 140734765143424 140734765142944 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18769/statm: 21553 2305 183 433 0 21117 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 86212

[startup+0.300223 s]
/proc/loadavg: 2.00 2.00 2.00 2/177 18769
/proc/meminfo: memFree=28587980/32873648 swapFree=7388/7388
[pid=18769] ppid=18767 vsize=86212 CPUtime=0.29 cores=0,2,4,6
/proc/18769/stat : 18769 (wbo1.72) S 18767 18769 16576 0 -1 4202496 3042 0 0 0 29 0 0 0 20 0 2 0 332035620 88281088 2792 33554432000 4194304 5964350 140734765143424 140734765142944 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18769/statm: 21553 2792 184 433 0 21117 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 86212

[startup+0.700224 s]
/proc/loadavg: 2.00 2.00 2.00 2/177 18769
/proc/meminfo: memFree=28587980/32873648 swapFree=7388/7388
[pid=18769] ppid=18767 vsize=86212 CPUtime=0.69 cores=0,2,4,6
/proc/18769/stat : 18769 (wbo1.72) S 18767 18769 16576 0 -1 4202496 3739 0 0 0 69 0 0 0 20 0 2 0 332035620 88281088 3489 33554432000 4194304 5964350 140734765143424 140734765142944 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18769/statm: 21553 3489 184 433 0 21117 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 86212

[startup+1.50025 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 18771
/proc/meminfo: memFree=28571564/32873648 swapFree=7388/7388
[pid=18769] ppid=18767 vsize=86212 CPUtime=1.48 cores=0,2,4,6
/proc/18769/stat : 18769 (wbo1.72) S 18767 18769 16576 0 -1 4202496 5063 0 0 0 148 0 0 0 20 0 2 0 332035620 88281088 4813 33554432000 4194304 5964350 140734765143424 140734765142944 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18769/statm: 21553 4814 184 433 0 21117 0
[pid=18769/tid=18771] ppid=18767 vsize=86212 CPUtime=1.46 cores=0,2,4,6
/proc/18769/task/18771/stat : 18771 (wbo1.72) R 18767 18769 16576 0 -1 4202560 3701 0 0 0 146 0 0 0 20 0 2 0 332035622 88281088 4814 33554432000 4194304 5964350 140734765143424 139683358939128 5136340 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 86212

[startup+3.10025 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 18771
/proc/meminfo: memFree=28563876/32873648 swapFree=7388/7388
[pid=18769] ppid=18767 vsize=86212 CPUtime=3.09 cores=0,2,4,6
/proc/18769/stat : 18769 (wbo1.72) S 18767 18769 16576 0 -1 4202496 7561 0 0 0 308 1 0 0 20 0 2 0 332035620 88281088 7311 33554432000 4194304 5964350 140734765143424 140734765142944 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18769/statm: 21553 7311 184 433 0 21117 0
[pid=18769/tid=18771] ppid=18767 vsize=86212 CPUtime=3.06 cores=0,2,4,6
/proc/18769/task/18771/stat : 18771 (wbo1.72) R 18767 18769 16576 0 -1 4202560 6198 0 0 0 305 1 0 0 20 0 2 0 332035622 88281088 7311 33554432000 4194304 5964350 140734765143424 139683358939128 5136340 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 86212

[startup+6.30025 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 18771
/proc/meminfo: memFree=28548280/32873648 swapFree=7388/7388
[pid=18769] ppid=18767 vsize=86212 CPUtime=6.29 cores=0,2,4,6
/proc/18769/stat : 18769 (wbo1.72) S 18767 18769 16576 0 -1 4202496 9890 0 0 0 627 2 0 0 20 0 2 0 332035620 88281088 9640 33554432000 4194304 5964350 140734765143424 140734765142944 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18769/statm: 21553 9640 184 433 0 21117 0
[pid=18769/tid=18771] ppid=18767 vsize=86212 CPUtime=6.25 cores=0,2,4,6
/proc/18769/task/18771/stat : 18771 (wbo1.72) R 18767 18769 16576 0 -1 4202560 8527 0 0 0 623 2 0 0 20 0 2 0 332035622 88281088 9640 33554432000 4194304 5964350 140734765143424 139683358939128 4400007 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) 86212

[startup+12.7002 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 18771
/proc/meminfo: memFree=28522584/32873648 swapFree=7388/7388
[pid=18769] ppid=18767 vsize=86212 CPUtime=12.69 cores=0,2,4,6
/proc/18769/stat : 18769 (wbo1.72) S 18767 18769 16576 0 -1 4202496 13038 0 0 0 1266 3 0 0 20 0 2 0 332035620 88281088 12788 33554432000 4194304 5964350 140734765143424 140734765142944 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18769/statm: 21553 12788 184 433 0 21117 0
[pid=18769/tid=18771] ppid=18767 vsize=86212 CPUtime=12.63 cores=0,2,4,6
/proc/18769/task/18771/stat : 18771 (wbo1.72) R 18767 18769 16576 0 -1 4202560 11675 0 0 0 1260 3 0 0 20 0 2 0 332035622 88281088 12788 33554432000 4194304 5964350 140734765143424 139683358939128 4222416 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) 86212

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 18771
/proc/meminfo: memFree=28468264/32873648 swapFree=7388/7388
[pid=18769] ppid=18767 vsize=151748 CPUtime=25.48 cores=0,2,4,6
/proc/18769/stat : 18769 (wbo1.72) S 18767 18769 16576 0 -1 4202496 20520 0 0 0 2543 5 0 0 20 0 2 0 332035620 155389952 20270 33554432000 4194304 5964350 140734765143424 140734765142944 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18769/statm: 37937 20270 184 433 0 37501 0
[pid=18769/tid=18771] ppid=18767 vsize=151748 CPUtime=25.4 cores=0,2,4,6
/proc/18769/task/18771/stat : 18771 (wbo1.72) R 18767 18769 16576 0 -1 4202560 19157 0 0 0 2535 5 0 0 20 0 2 0 332035622 155389952 20270 33554432000 4194304 5964350 140734765143424 139683358939128 4381943 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 151748

[startup+51.1003 s]
/proc/loadavg: 2.08 2.02 2.01 3/179 18771
/proc/meminfo: memFree=28417448/32873648 swapFree=7388/7388
[pid=18769] ppid=18767 vsize=152072 CPUtime=51.08 cores=0,2,4,6
/proc/18769/stat : 18769 (wbo1.72) S 18767 18769 16576 0 -1 4202496 29746 0 0 0 5099 9 0 0 20 0 2 0 332035620 155721728 29656 33554432000 4194304 5964350 140734765143424 140734765142944 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18769/statm: 38018 29656 184 433 0 37582 0
[pid=18769/tid=18771] ppid=18767 vsize=152072 CPUtime=50.93 cores=0,2,4,6
/proc/18769/task/18771/stat : 18771 (wbo1.72) R 18767 18769 16576 0 -1 4202560 28383 0 0 0 5084 9 0 0 20 0 2 0 332035622 155721728 29656 33554432000 4194304 5964350 140734765143424 139683358939176 4221120 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) 152072

[startup+102.306 s]
/proc/loadavg: 2.03 2.01 2.00 3/179 18771
/proc/meminfo: memFree=28259224/32873648 swapFree=7388/7388
[pid=18769] ppid=18767 vsize=283304 CPUtime=102.25 cores=0,2,4,6
/proc/18769/stat : 18769 (wbo1.72) S 18767 18769 16576 0 -1 4202496 59652 0 0 0 10208 17 0 0 20 0 2 0 332035620 290103296 59574 33554432000 4194304 5964350 140734765143424 140734765142944 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18769/statm: 70826 59574 184 433 0 70390 0
[pid=18769/tid=18771] ppid=18767 vsize=283304 CPUtime=101.99 cores=0,2,4,6
/proc/18769/task/18771/stat : 18771 (wbo1.72) R 18767 18769 16576 0 -1 4202560 58289 0 0 0 10181 18 0 0 20 0 2 0 332035622 290103296 59574 33554432000 4194304 5964350 140734765143424 139683358939128 4381939 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 283304

[startup+162.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 18771
/proc/meminfo: memFree=28043128/32873648 swapFree=7388/7388
[pid=18769] ppid=18767 vsize=480152 CPUtime=162.21 cores=0,2,4,6
/proc/18769/stat : 18769 (wbo1.72) S 18767 18769 16576 0 -1 4202496 104962 0 0 0 16192 29 0 0 20 0 2 0 332035620 491675648 104877 33554432000 4194304 5964350 140734765143424 140734765142944 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18769/statm: 120038 104877 184 433 0 119602 0
[pid=18769/tid=18771] ppid=18767 vsize=480152 CPUtime=161.8 cores=0,2,4,6
/proc/18769/task/18771/stat : 18771 (wbo1.72) R 18767 18769 16576 0 -1 4202560 103599 0 0 0 16149 31 0 0 20 0 2 0 332035622 491675648 104877 33554432000 4194304 5964350 140734765143424 139683358939128 4400007 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 480152

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 18771
/proc/meminfo: memFree=28006340/32873648 swapFree=7388/7388
[pid=18769] ppid=18767 vsize=480152 CPUtime=222.2 cores=0,2,4,6
/proc/18769/stat : 18769 (wbo1.72) S 18767 18769 16576 0 -1 4202496 104967 0 0 0 22191 29 0 0 20 0 2 0 332035620 491675648 105893 33554432000 4194304 5964350 140734765143424 140734765142944 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18769/statm: 120038 105893 184 433 0 119602 0
[pid=18769/tid=18771] ppid=18767 vsize=480152 CPUtime=221.65 cores=0,2,4,6
/proc/18769/task/18771/stat : 18771 (wbo1.72) R 18767 18769 16576 0 -1 4202560 103604 0 0 0 22133 32 0 0 20 0 2 0 332035622 491675648 105893 33554432000 4194304 5964350 140734765143424 139683358939128 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 480152

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 18772
/proc/meminfo: memFree=27966468/32873648 swapFree=7388/7388
[pid=18769] ppid=18767 vsize=480152 CPUtime=282.19 cores=0,2,4,6
/proc/18769/stat : 18769 (wbo1.72) S 18767 18769 16576 0 -1 4202496 104974 0 0 0 28190 29 0 0 20 0 2 0 332035620 491675648 105900 33554432000 4194304 5964350 140734765143424 140734765142944 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18769/statm: 120038 105900 184 433 0 119602 0
[pid=18769/tid=18771] ppid=18767 vsize=480152 CPUtime=281.49 cores=0,2,4,6
/proc/18769/task/18771/stat : 18771 (wbo1.72) R 18767 18769 16576 0 -1 4202560 103611 0 0 0 28116 33 0 0 20 0 2 0 332035622 491675648 105900 33554432000 4194304 5964350 140734765143424 139683358939128 4400007 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 480152

[startup+342.3 s]
/proc/loadavg: 2.06 2.01 2.00 3/180 18775
/proc/meminfo: memFree=27920436/32873648 swapFree=7388/7388
[pid=18769] ppid=18767 vsize=480152 CPUtime=342.16 cores=0,2,4,6
/proc/18769/stat : 18769 (wbo1.72) S 18767 18769 16576 0 -1 4202496 114276 0 0 0 34184 32 0 0 20 0 2 0 332035620 491675648 115184 33554432000 4194304 5964350 140734765143424 140734765142944 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18769/statm: 120038 115184 184 433 0 119602 0
[pid=18769/tid=18771] ppid=18767 vsize=480152 CPUtime=341.32 cores=0,2,4,6
/proc/18769/task/18771/stat : 18771 (wbo1.72) R 18767 18769 16576 0 -1 4202560 112913 0 0 0 34095 37 0 0 20 0 2 0 332035622 491675648 115184 33554432000 4194304 5964350 140734765143424 139683358939128 4391616 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 480152

[startup+402.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 18775
/proc/meminfo: memFree=27748112/32873648 swapFree=7388/7388
[pid=18769] ppid=18767 vsize=676760 CPUtime=402.12 cores=0,2,4,6
/proc/18769/stat : 18769 (wbo1.72) S 18767 18769 16576 0 -1 4202496 154893 0 0 0 40168 44 0 0 20 0 2 0 332035620 693002240 155815 33554432000 4194304 5964350 140734765143424 140734765142944 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18769/statm: 169190 155815 184 433 0 168754 0
[pid=18769/tid=18771] ppid=18767 vsize=676760 CPUtime=401.14 cores=0,2,4,6
/proc/18769/task/18771/stat : 18771 (wbo1.72) R 18767 18769 16576 0 -1 4202560 153530 0 0 0 40064 50 0 0 20 0 2 0 332035622 693002240 155815 33554432000 4194304 5964350 140734765143424 139683358939128 4220672 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 402.12
Current children cumulated vsize (KiB) 676760

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 18775
/proc/meminfo: memFree=27746728/32873648 swapFree=7388/7388
[pid=18769] ppid=18767 vsize=676760 CPUtime=462.11 cores=0,2,4,6

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


[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 18803
/proc/meminfo: memFree=27290328/32873648 swapFree=7388/7388
[pid=18769] ppid=18767 vsize=1070660 CPUtime=1421.94 cores=0,2,4,6
/proc/18769/stat : 18769 (wbo1.72) S 18767 18769 16576 0 -1 4202496 256444 0 0 0 142122 72 0 0 20 0 2 0 332035620 1096355840 257190 33554432000 4194304 5964350 140734765143424 140734765142944 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18769/statm: 267665 257190 184 433 0 267229 0
[pid=18769/tid=18771] ppid=18767 vsize=1070660 CPUtime=1418.52 cores=0,2,4,6
/proc/18769/task/18771/stat : 18771 (wbo1.72) R 18767 18769 16576 0 -1 4202560 255081 0 0 0 141759 93 0 0 20 0 2 0 332035622 1096355840 257190 33554432000 4194304 5964350 140734765143424 139683358939128 4399987 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1421.94
Current children cumulated vsize (KiB) 1070660

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 18804
/proc/meminfo: memFree=27290384/32873648 swapFree=7388/7388
[pid=18769] ppid=18767 vsize=1070660 CPUtime=1481.91 cores=0,2,4,6
/proc/18769/stat : 18769 (wbo1.72) S 18767 18769 16576 0 -1 4202496 256467 0 0 0 148119 72 0 0 20 0 2 0 332035620 1096355840 257194 33554432000 4194304 5964350 140734765143424 140734765142944 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18769/statm: 267665 257194 184 433 0 267229 0
[pid=18769/tid=18771] ppid=18767 vsize=1070660 CPUtime=1478.34 cores=0,2,4,6
/proc/18769/task/18771/stat : 18771 (wbo1.72) R 18767 18769 16576 0 -1 4202560 255104 0 0 0 147740 94 0 0 20 0 2 0 332035622 1096355840 257194 33554432000 4194304 5964350 140734765143424 139683358939128 4400007 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1481.91
Current children cumulated vsize (KiB) 1070660

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 18807
/proc/meminfo: memFree=27290400/32873648 swapFree=7388/7388
[pid=18769] ppid=18767 vsize=1070660 CPUtime=1541.89 cores=0,2,4,6
/proc/18769/stat : 18769 (wbo1.72) S 18767 18769 16576 0 -1 4202496 256485 0 0 0 154117 72 0 0 20 0 2 0 332035620 1096355840 257122 33554432000 4194304 5964350 140734765143424 140734765142944 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18769/statm: 267665 257122 184 433 0 267229 0
[pid=18769/tid=18771] ppid=18767 vsize=1070660 CPUtime=1538.18 cores=0,2,4,6
/proc/18769/task/18771/stat : 18771 (wbo1.72) R 18767 18769 16576 0 -1 4202560 255122 0 0 0 153723 95 0 0 20 0 2 0 332035622 1096355840 257122 33554432000 4194304 5964350 140734765143424 139683358939160 4400023 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1541.89
Current children cumulated vsize (KiB) 1070660

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 18807
/proc/meminfo: memFree=27290320/32873648 swapFree=7388/7388
[pid=18769] ppid=18767 vsize=1070660 CPUtime=1601.88 cores=0,2,4,6
/proc/18769/stat : 18769 (wbo1.72) S 18767 18769 16576 0 -1 4202496 256486 0 0 0 160116 72 0 0 20 0 2 0 332035620 1096355840 257130 33554432000 4194304 5964350 140734765143424 140734765142944 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18769/statm: 267665 257130 184 433 0 267229 0
[pid=18769/tid=18771] ppid=18767 vsize=1070660 CPUtime=1598.03 cores=0,2,4,6
/proc/18769/task/18771/stat : 18771 (wbo1.72) R 18767 18769 16576 0 -1 4202560 255123 0 0 0 159707 96 0 0 20 0 2 0 332035622 1096355840 257130 33554432000 4194304 5964350 140734765143424 139683358939160 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1601.88
Current children cumulated vsize (KiB) 1070660

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 18807
/proc/meminfo: memFree=27290488/32873648 swapFree=7388/7388
[pid=18769] ppid=18767 vsize=1070660 CPUtime=1661.87 cores=0,2,4,6
/proc/18769/stat : 18769 (wbo1.72) S 18767 18769 16576 0 -1 4202496 256492 0 0 0 166115 72 0 0 20 0 2 0 332035620 1096355840 257154 33554432000 4194304 5964350 140734765143424 140734765142944 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18769/statm: 267665 257154 184 433 0 267229 0
[pid=18769/tid=18771] ppid=18767 vsize=1070660 CPUtime=1657.87 cores=0,2,4,6
/proc/18769/task/18771/stat : 18771 (wbo1.72) R 18767 18769 16576 0 -1 4202560 255129 0 0 0 165690 97 0 0 20 0 2 0 332035622 1096355840 257154 33554432000 4194304 5964350 140734765143424 139683358939160 4379323 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1661.87
Current children cumulated vsize (KiB) 1070660

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 18807
/proc/meminfo: memFree=27290364/32873648 swapFree=7388/7388
[pid=18769] ppid=18767 vsize=1070660 CPUtime=1721.86 cores=0,2,4,6
/proc/18769/stat : 18769 (wbo1.72) S 18767 18769 16576 0 -1 4202496 256492 0 0 0 172114 72 0 0 20 0 2 0 332035620 1096355840 257154 33554432000 4194304 5964350 140734765143424 140734765142944 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18769/statm: 267665 257154 184 433 0 267229 0
[pid=18769/tid=18771] ppid=18767 vsize=1070660 CPUtime=1717.72 cores=0,2,4,6
/proc/18769/task/18771/stat : 18771 (wbo1.72) R 18767 18769 16576 0 -1 4202560 255129 0 0 0 171674 98 0 0 20 0 2 0 332035622 1096355840 257154 33554432000 4194304 5964350 140734765143424 139683358939160 4390172 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1721.86
Current children cumulated vsize (KiB) 1070660

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 18808
/proc/meminfo: memFree=27289992/32873648 swapFree=7388/7388
[pid=18769] ppid=18767 vsize=1070660 CPUtime=1781.85 cores=0,2,4,6
/proc/18769/stat : 18769 (wbo1.72) S 18767 18769 16576 0 -1 4202496 256492 0 0 0 178113 72 0 0 20 0 2 0 332035620 1096355840 257154 33554432000 4194304 5964350 140734765143424 140734765142944 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18769/statm: 267665 257154 184 433 0 267229 0
[pid=18769/tid=18771] ppid=18767 vsize=1070660 CPUtime=1777.56 cores=0,2,4,6
/proc/18769/task/18771/stat : 18771 (wbo1.72) R 18767 18769 16576 0 -1 4202560 255129 0 0 0 177657 99 0 0 20 0 2 0 332035622 1096355840 257154 33554432000 4194304 5964350 140734765143424 139683358939160 4400011 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1781.85
Current children cumulated vsize (KiB) 1070660

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

[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 18847
/proc/meminfo: memFree=27592620/32873648 swapFree=7388/7388
[pid=18769] ppid=18767 vsize=1070660 CPUtime=1791.46 cores=0,2,4,6
/proc/18769/stat : 18769 (wbo1.72) S 18767 18769 16576 0 -1 4202496 256492 0 0 0 179074 72 0 0 20 0 2 0 332035620 1096355840 257154 33554432000 4194304 5964350 140734765143424 140734765142944 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18769/statm: 267665 257154 184 433 0 267229 0
[pid=18769/tid=18771] ppid=18767 vsize=1070660 CPUtime=1787.15 cores=0,2,4,6
/proc/18769/task/18771/stat : 18771 (wbo1.72) R 18767 18769 16576 0 -1 4202560 255129 0 0 0 178616 99 0 0 20 0 2 0 332035622 1096355840 257154 33554432000 4194304 5964350 140734765143424 139683358939160 4381913 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1791.46
Current children cumulated vsize (KiB) 1070660

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 18847
/proc/meminfo: memFree=27585408/32873648 swapFree=7388/7388
[pid=18769] ppid=18767 vsize=1070660 CPUtime=1794.66 cores=0,2,4,6
/proc/18769/stat : 18769 (wbo1.72) S 18767 18769 16576 0 -1 4202496 256492 0 0 0 179394 72 0 0 20 0 2 0 332035620 1096355840 257154 33554432000 4194304 5964350 140734765143424 140734765142944 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18769/statm: 267665 257154 184 433 0 267229 0
[pid=18769/tid=18771] ppid=18767 vsize=1070660 CPUtime=1790.34 cores=0,2,4,6
/proc/18769/task/18771/stat : 18771 (wbo1.72) R 18767 18769 16576 0 -1 4202560 255129 0 0 0 178935 99 0 0 20 0 2 0 332035622 1096355840 257154 33554432000 4194304 5964350 140734765143424 139683358939160 4399976 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1794.66
Current children cumulated vsize (KiB) 1070660

[startup+1798.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 18847
/proc/meminfo: memFree=27580952/32873648 swapFree=7388/7388
[pid=18769] ppid=18767 vsize=1070660 CPUtime=1797.85 cores=0,2,4,6
/proc/18769/stat : 18769 (wbo1.72) S 18767 18769 16576 0 -1 4202496 256492 0 0 0 179713 72 0 0 20 0 2 0 332035620 1096355840 257154 33554432000 4194304 5964350 140734765143424 140734765142944 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18769/statm: 267665 257154 184 433 0 267229 0
[pid=18769/tid=18771] ppid=18767 vsize=1070660 CPUtime=1793.52 cores=0,2,4,6
/proc/18769/task/18771/stat : 18771 (wbo1.72) R 18767 18769 16576 0 -1 4202560 255129 0 0 0 179253 99 0 0 20 0 2 0 332035622 1096355840 257154 33554432000 4194304 5964350 140734765143424 139683358939160 4400035 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1797.85
Current children cumulated vsize (KiB) 1070660

[startup+1799.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 18847
/proc/meminfo: memFree=27580828/32873648 swapFree=7388/7388
[pid=18769] ppid=18767 vsize=1070660 CPUtime=1798.65 cores=0,2,4,6
/proc/18769/stat : 18769 (wbo1.72) S 18767 18769 16576 0 -1 4202496 256492 0 0 0 179793 72 0 0 20 0 2 0 332035620 1096355840 257154 33554432000 4194304 5964350 140734765143424 140734765142944 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18769/statm: 267665 257154 184 433 0 267229 0
[pid=18769/tid=18771] ppid=18767 vsize=1070660 CPUtime=1794.32 cores=0,2,4,6
/proc/18769/task/18771/stat : 18771 (wbo1.72) R 18767 18769 16576 0 -1 4202560 255129 0 0 0 179333 99 0 0 20 0 2 0 332035622 1096355840 257154 33554432000 4194304 5964350 140734765143424 139683358939160 4400011 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1798.65
Current children cumulated vsize (KiB) 1070660

[startup+1799.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 18847
/proc/meminfo: memFree=27578348/32873648 swapFree=7388/7388
[pid=18769] ppid=18767 vsize=1070660 CPUtime=1799.06 cores=0,2,4,6
/proc/18769/stat : 18769 (wbo1.72) S 18767 18769 16576 0 -1 4202496 256492 0 0 0 179834 72 0 0 20 0 2 0 332035620 1096355840 257154 33554432000 4194304 5964350 140734765143424 140734765142944 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18769/statm: 267665 257154 184 433 0 267229 0
[pid=18769/tid=18771] ppid=18767 vsize=1070660 CPUtime=1794.73 cores=0,2,4,6
/proc/18769/task/18771/stat : 18771 (wbo1.72) R 18767 18769 16576 0 -1 4202560 255129 0 0 0 179374 99 0 0 20 0 2 0 332035622 1096355840 257154 33554432000 4194304 5964350 140734765143424 139683358939160 4400007 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.06
Current children cumulated vsize (KiB) 1070660

[startup+1799.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 18847
/proc/meminfo: memFree=27578348/32873648 swapFree=7388/7388
[pid=18769] ppid=18767 vsize=1070660 CPUtime=1799.45 cores=0,2,4,6
/proc/18769/stat : 18769 (wbo1.72) S 18767 18769 16576 0 -1 4202496 256492 0 0 0 179873 72 0 0 20 0 2 0 332035620 1096355840 257154 33554432000 4194304 5964350 140734765143424 140734765142944 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18769/statm: 267665 257154 184 433 0 267229 0
[pid=18769/tid=18771] ppid=18767 vsize=1070660 CPUtime=1795.12 cores=0,2,4,6
/proc/18769/task/18771/stat : 18771 (wbo1.72) R 18767 18769 16576 0 -1 4202560 255129 0 0 0 179413 99 0 0 20 0 2 0 332035622 1096355840 257154 33554432000 4194304 5964350 140734765143424 139683358939160 4399832 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.45
Current children cumulated vsize (KiB) 1070660

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 18847
/proc/meminfo: memFree=27578348/32873648 swapFree=7388/7388
[pid=18769] ppid=18767 vsize=1070660 CPUtime=1799.55 cores=0,2,4,6
/proc/18769/stat : 18769 (wbo1.72) S 18767 18769 16576 0 -1 4202496 256492 0 0 0 179883 72 0 0 20 0 2 0 332035620 1096355840 257154 33554432000 4194304 5964350 140734765143424 140734765142944 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18769/statm: 267665 257154 184 433 0 267229 0
[pid=18769/tid=18771] ppid=18767 vsize=1070660 CPUtime=1795.22 cores=0,2,4,6
/proc/18769/task/18771/stat : 18771 (wbo1.72) R 18767 18769 16576 0 -1 4202560 255129 0 0 0 179423 99 0 0 20 0 2 0 332035622 1096355840 257154 33554432000 4194304 5964350 140734765143424 139683358939160 4381612 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.55
Current children cumulated vsize (KiB) 1070660

Child status: 255

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 18769 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=251232
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=7846
# CPU time returned by wait4() is 1795.26
# while last known CPU time is 1799.55
#
# 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.55
CPU user time (s): 1798.83
CPU system time (s): 0.72
CPU usage (%): 99.9745
Max. virtual memory (cumulated for all children) (KiB): 1070660

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.25
system time used= 1.00785
maximum resident set size= 1028784
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 256495
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= 274
involuntary context switches= 1843

runsolver used 2.68859 second user time and 7.13392 second system time

The end

Launcher Data

Begin job on node148 at 2012-06-02 19:45:11
IDJOB=3727083
IDBENCH=2584
IDSOLVER=2313
FILE ID=node148/3727083-1338659111
RUNJOBID= node148-1338651895-18241
PBS_JOBID= 14636432
Free space on /tmp= 71396 MiB

SOLVER NAME= wbo 1.72
BENCH NAME= PB06/final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/roussel/normalized-pigeon-cardinality-91-90.opb
COMMAND LINE= wbo1.72 -file-format=opb BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3727083-1338659111/watcher-3727083-1338659111 -o /tmp/evaluation-result-3727083-1338659111/solver-3727083-1338659111 -C 1800 -W 1900 -M 15500  wbo1.72 -file-format=opb HOME/instance-3727083-1338659111.opb

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

MD5SUM BENCH= fff7b3dc5d07bd6a4fd3046b5e5241f1
RANDOM SEED=159243862

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.284
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.90
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		: 2667.284
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.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        28587980 kB
Buffers:          578648 kB
Cached:          2737792 kB
SwapCached:          628 kB
Active:          1364728 kB
Inactive:        2018980 kB
Active(anon):      56888 kB
Inactive(anon):    10672 kB
Active(file):    1307840 kB
Inactive(file):  2008308 kB
Unevictable:        7388 kB
Mlocked:            7388 kB
SwapTotal:      67108856 kB
SwapFree:       67107564 kB
Dirty:             11240 kB
Writeback:             0 kB
AnonPages:        145148 kB
Mapped:            11604 kB
Shmem:                36 kB
Slab:             765000 kB
SReclaimable:     209048 kB
SUnreclaim:       555952 kB
KernelStack:        1488 kB
PageTables:         3528 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     143776 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     90112 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= 71388 MiB
End job on node148 at 2012-06-02 20:15:11