Trace number 3726946

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

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
liu/vdw/normalized-vdw_k3_l5_n550.opb
MD5SUMb656932a938990470d09f3771b5047c2
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
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 benchmark904.992
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables1650
Total number of constraints113164
Number of constraints which are clauses112614
Number of constraints which are cardinality constraints (but not clauses)550
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint5
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 4
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 9
Number of bits of the biggest sum of numbers4
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-3726946-1338651450.opb.
0.00/0.00	c Instance file HOME/instance-3726946-1338651450.opb
0.00/0.00	c File size is 5609860 bytes.
0.29/0.37	c Highest Coefficient sum: 9
0.29/0.38	c ============================[ Problem Statistics ]=============================
0.29/0.38	c |                                                                             |
0.29/0.38	c |  Parsing time:          0.38         s                                      |
0.29/0.38	c |  Number Variables:      1650                                                |
0.29/0.38	c |  Number Clauses:        113164                                              |
0.29/0.38	c |  Number Cardinality:    550                                                 |
0.29/0.38	c |  Number PB Constraints: 0                                                   |
0.29/0.38	c |                                                                             |
0.29/0.38	c |  Problem Type:          Decision                                            |
0.29/0.38	c |  Objective Function:    None                                                |
0.29/0.38	c |                                                                             |
0.29/0.38	c ===============================================================================
1799.44/1800.00	c ===============================================================================
1799.44/1800.00	c Wall Clock Time: 1800.00 s
1799.44/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-3726946-1338651450/watcher-3726946-1338651450 -o /tmp/evaluation-result-3726946-1338651450/solver-3726946-1338651450 -C 1800 -W 1900 -M 15500 wbo1.72 -file-format=opb HOME/instance-3726946-1338651450.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.92 1.02 1.32 2/177 16425
/proc/meminfo: memFree=31776876/32873844 swapFree=8656/8656
[pid=16425] ppid=16423 vsize=9080 CPUtime=0 cores=0,2,4,6
/proc/16425/stat : 16425 (wbo1.72) R 16423 16425 14738 0 -1 4202496 426 0 0 0 0 0 0 0 20 0 1 0 331273601 9297920 378 33554432000 4194304 5964350 140733419804512 140735955709992 4344563 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/16425/statm: 2270 378 165 433 0 464 0

[startup+0.04773 s]
/proc/loadavg: 0.92 1.02 1.32 2/177 16425
/proc/meminfo: memFree=31776876/32873844 swapFree=8656/8656
[pid=16425] ppid=16423 vsize=10456 CPUtime=0.04 cores=0,2,4,6
/proc/16425/stat : 16425 (wbo1.72) R 16423 16425 14738 0 -1 4202496 918 0 0 0 4 0 0 0 20 0 1 0 331273601 10706944 870 33554432000 4194304 5964350 140733419804512 140735955709992 5156122 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/16425/statm: 2614 870 316 433 0 808 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 10456

[startup+0.100211 s]
/proc/loadavg: 0.92 1.02 1.32 2/177 16425
/proc/meminfo: memFree=31776876/32873844 swapFree=8656/8656
[pid=16425] ppid=16423 vsize=11956 CPUtime=0.09 cores=0,2,4,6
/proc/16425/stat : 16425 (wbo1.72) R 16423 16425 14738 0 -1 4202496 1475 0 0 0 9 0 0 0 20 0 1 0 331273601 12242944 1427 33554432000 4194304 5964350 140733419804512 140735955709992 4339305 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/16425/statm: 2989 1429 511 433 0 1183 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 11956

[startup+0.300188 s]
/proc/loadavg: 0.92 1.02 1.32 2/177 16425
/proc/meminfo: memFree=31776876/32873844 swapFree=8656/8656
[pid=16425] ppid=16423 vsize=17888 CPUtime=0.29 cores=0,2,4,6
/proc/16425/stat : 16425 (wbo1.72) R 16423 16425 14738 0 -1 4202496 3764 0 0 0 29 0 0 0 20 0 1 0 331273601 18317312 3618 33554432000 4194304 5964350 140733419804512 140735955709992 5366934 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/16425/statm: 4472 3618 1241 433 0 2666 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 17888

[startup+0.700273 s]
/proc/loadavg: 0.92 1.02 1.32 2/177 16425
/proc/meminfo: memFree=31776876/32873844 swapFree=8656/8656
[pid=16425] ppid=16423 vsize=95272 CPUtime=0.68 cores=0,2,4,6
/proc/16425/stat : 16425 (wbo1.72) S 16423 16425 14738 0 -1 4202496 8370 0 0 0 68 0 0 0 20 0 2 0 331273601 97558528 6631 33554432000 4194304 5964350 140733419804512 140733419804032 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16425/statm: 23818 6631 184 433 0 23382 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 95272

[startup+1.5003 s]
/proc/loadavg: 0.92 1.02 1.32 3/179 16427
/proc/meminfo: memFree=31743496/32873844 swapFree=8656/8656
[pid=16425] ppid=16423 vsize=95272 CPUtime=1.49 cores=0,2,4,6
/proc/16425/stat : 16425 (wbo1.72) S 16423 16425 14738 0 -1 4202496 9128 0 0 0 148 1 0 0 20 0 2 0 331273601 97558528 7389 33554432000 4194304 5964350 140733419804512 140733419804032 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16425/statm: 23818 7389 184 433 0 23382 0
[pid=16425/tid=16427] ppid=16423 vsize=95272 CPUtime=1.1 cores=0,2,4,6
/proc/16425/task/16427/stat : 16427 (wbo1.72) R 16423 16425 14738 0 -1 4202560 4095 0 0 0 110 0 0 0 20 0 2 0 331273639 97558528 7389 33554432000 4194304 5964350 140733419804512 140530386016248 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 95272

[startup+3.1003 s]
/proc/loadavg: 1.09 1.05 1.33 3/179 16427
/proc/meminfo: memFree=31732460/32873844 swapFree=8656/8656
[pid=16425] ppid=16423 vsize=95272 CPUtime=3.09 cores=0,2,4,6
/proc/16425/stat : 16425 (wbo1.72) S 16423 16425 14738 0 -1 4202496 10603 0 0 0 308 1 0 0 20 0 2 0 331273601 97558528 8864 33554432000 4194304 5964350 140733419804512 140733419804032 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16425/statm: 23818 8864 184 433 0 23382 0
[pid=16425/tid=16427] ppid=16423 vsize=95272 CPUtime=2.7 cores=0,2,4,6
/proc/16425/task/16427/stat : 16427 (wbo1.72) R 16423 16425 14738 0 -1 4202560 5570 0 0 0 270 0 0 0 20 0 2 0 331273639 97558528 8864 33554432000 4194304 5964350 140733419804512 140530386016296 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) 95272

[startup+6.3003 s]
/proc/loadavg: 1.09 1.05 1.33 3/179 16427
/proc/meminfo: memFree=31711388/32873844 swapFree=8656/8656
[pid=16425] ppid=16423 vsize=95272 CPUtime=6.29 cores=0,2,4,6
/proc/16425/stat : 16425 (wbo1.72) S 16423 16425 14738 0 -1 4202496 13040 0 0 0 627 2 0 0 20 0 2 0 331273601 97558528 11301 33554432000 4194304 5964350 140733419804512 140733419804032 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16425/statm: 23818 11301 184 433 0 23382 0
[pid=16425/tid=16427] ppid=16423 vsize=95272 CPUtime=5.89 cores=0,2,4,6
/proc/16425/task/16427/stat : 16427 (wbo1.72) R 16423 16425 14738 0 -1 4202560 8007 0 0 0 587 2 0 0 20 0 2 0 331273639 97558528 11301 33554432000 4194304 5964350 140733419804512 140530386016248 5136340 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) 95272

[startup+12.7003 s]
/proc/loadavg: 1.23 1.08 1.34 3/179 16427
/proc/meminfo: memFree=31677980/32873844 swapFree=8656/8656
[pid=16425] ppid=16423 vsize=95272 CPUtime=12.68 cores=0,2,4,6
/proc/16425/stat : 16425 (wbo1.72) S 16423 16425 14738 0 -1 4202496 17182 0 0 0 1265 3 0 0 20 0 2 0 331273601 97558528 15466 33554432000 4194304 5964350 140733419804512 140733419804032 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16425/statm: 23818 15466 184 433 0 23382 0
[pid=16425/tid=16427] ppid=16423 vsize=95272 CPUtime=12.27 cores=0,2,4,6
/proc/16425/task/16427/stat : 16427 (wbo1.72) R 16423 16425 14738 0 -1 4202560 12149 0 0 0 1224 3 0 0 20 0 2 0 331273639 97558528 15466 33554432000 4194304 5964350 140733419804512 140530386016296 4399840 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 95272

[startup+25.5003 s]
/proc/loadavg: 1.34 1.11 1.34 3/179 16427
/proc/meminfo: memFree=31639060/32873844 swapFree=8656/8656
[pid=16425] ppid=16423 vsize=160808 CPUtime=25.47 cores=0,2,4,6
/proc/16425/stat : 16425 (wbo1.72) S 16423 16425 14738 0 -1 4202496 24212 0 0 0 2540 7 0 0 20 0 2 0 331273601 164667392 22488 33554432000 4194304 5964350 140733419804512 140733419804032 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16425/statm: 40202 22489 184 433 0 39766 0
[pid=16425/tid=16427] ppid=16423 vsize=160808 CPUtime=25.03 cores=0,2,4,6
/proc/16425/task/16427/stat : 16427 (wbo1.72) R 16423 16425 14738 0 -1 4202560 19180 0 0 0 2497 6 0 0 20 0 2 0 331273639 164667392 22489 33554432000 4194304 5964350 140733419804512 140530386016296 5136340 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 160808

[startup+51.1003 s]
/proc/loadavg: 1.57 1.18 1.36 3/179 16427
/proc/meminfo: memFree=31572492/32873844 swapFree=8656/8656
[pid=16425] ppid=16423 vsize=162432 CPUtime=51.05 cores=0,2,4,6
/proc/16425/stat : 16425 (wbo1.72) S 16423 16425 14738 0 -1 4202496 34523 0 0 0 5092 13 0 0 20 0 2 0 331273601 166330368 32778 33554432000 4194304 5964350 140733419804512 140733419804032 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16425/statm: 40608 32778 184 433 0 40172 0
[pid=16425/tid=16427] ppid=16423 vsize=162432 CPUtime=50.55 cores=0,2,4,6
/proc/16425/task/16427/stat : 16427 (wbo1.72) R 16423 16425 14738 0 -1 4202560 29490 0 0 0 5042 13 0 0 20 0 2 0 331273639 166330368 32778 33554432000 4194304 5964350 140733419804512 140530386016248 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 162432

[startup+102.307 s]
/proc/loadavg: 1.83 1.31 1.39 3/179 16427
/proc/meminfo: memFree=31512592/32873844 swapFree=8656/8656
[pid=16425] ppid=16423 vsize=227968 CPUtime=102.25 cores=0,2,4,6
/proc/16425/stat : 16425 (wbo1.72) S 16423 16425 14738 0 -1 4202496 39962 0 0 0 10207 18 0 0 20 0 2 0 331273601 233439232 38410 33554432000 4194304 5964350 140733419804512 140733419804032 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16425/statm: 56992 38410 184 433 0 56556 0
[pid=16425/tid=16427] ppid=16423 vsize=227968 CPUtime=101.62 cores=0,2,4,6
/proc/16425/task/16427/stat : 16427 (wbo1.72) R 16423 16425 14738 0 -1 4202560 34929 0 0 0 10144 18 0 0 20 0 2 0 331273639 233439232 38410 33554432000 4194304 5964350 140733419804512 140530386016248 4399840 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) 227968

[startup+162.3 s]
/proc/loadavg: 1.93 1.44 1.43 3/180 16430
/proc/meminfo: memFree=31417772/32873844 swapFree=8656/8656
[pid=16425] ppid=16423 vsize=228776 CPUtime=162.22 cores=0,2,4,6
/proc/16425/stat : 16425 (wbo1.72) S 16423 16425 14738 0 -1 4202496 51875 0 0 0 16195 27 0 0 20 0 2 0 331273601 234266624 50334 33554432000 4194304 5964350 140733419804512 140733419804032 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16425/statm: 57194 50334 184 433 0 56758 0
[pid=16425/tid=16427] ppid=16423 vsize=228776 CPUtime=161.45 cores=0,2,4,6
/proc/16425/task/16427/stat : 16427 (wbo1.72) R 16423 16425 14738 0 -1 4202560 46842 0 0 0 16116 29 0 0 20 0 2 0 331273639 234266624 50334 33554432000 4194304 5964350 140733419804512 140530386016056 4399835 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 228776

[startup+222.3 s]
/proc/loadavg: 1.97 1.54 1.46 3/179 16431
/proc/meminfo: memFree=31409024/32873844 swapFree=8656/8656
[pid=16425] ppid=16423 vsize=228776 CPUtime=222.17 cores=0,2,4,6
/proc/16425/stat : 16425 (wbo1.72) S 16423 16425 14738 0 -1 4202496 52494 0 0 0 22190 27 0 0 20 0 2 0 331273601 234266624 50946 33554432000 4194304 5964350 140733419804512 140733419804032 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16425/statm: 57194 50946 184 433 0 56758 0
[pid=16425/tid=16427] ppid=16423 vsize=228776 CPUtime=221.27 cores=0,2,4,6
/proc/16425/task/16427/stat : 16427 (wbo1.72) R 16423 16425 14738 0 -1 4202560 47461 0 0 0 22097 30 0 0 20 0 2 0 331273639 234266624 50946 33554432000 4194304 5964350 140733419804512 140530386016056 4400548 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 228776

[startup+282.3 s]
/proc/loadavg: 1.99 1.62 1.49 3/179 16431
/proc/meminfo: memFree=31352728/32873844 swapFree=8656/8656
[pid=16425] ppid=16423 vsize=294312 CPUtime=282.17 cores=0,2,4,6
/proc/16425/stat : 16425 (wbo1.72) S 16423 16425 14738 0 -1 4202496 56213 0 0 0 28186 31 0 0 20 0 2 0 331273601 301375488 54665 33554432000 4194304 5964350 140733419804512 140733419804032 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16425/statm: 73578 54665 184 433 0 73142 0
[pid=16425/tid=16427] ppid=16423 vsize=294312 CPUtime=281.11 cores=0,2,4,6
/proc/16425/task/16427/stat : 16427 (wbo1.72) R 16423 16425 14738 0 -1 4202560 51180 0 0 0 28077 34 0 0 20 0 2 0 331273639 301375488 54665 33554432000 4194304 5964350 140733419804512 140530386016056 4399840 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 294312

[startup+342.3 s]
/proc/loadavg: 2.05 1.70 1.53 3/180 16432
/proc/meminfo: memFree=31286360/32873844 swapFree=8656/8656
[pid=16425] ppid=16423 vsize=294312 CPUtime=342.15 cores=0,2,4,6
/proc/16425/stat : 16425 (wbo1.72) S 16423 16425 14738 0 -1 4202496 65535 0 0 0 34175 40 0 0 20 0 2 0 331273601 301375488 63987 33554432000 4194304 5964350 140733419804512 140733419804032 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16425/statm: 73578 63987 184 433 0 73142 0
[pid=16425/tid=16427] ppid=16423 vsize=294312 CPUtime=340.96 cores=0,2,4,6
/proc/16425/task/16427/stat : 16427 (wbo1.72) R 16423 16425 14738 0 -1 4202560 60502 0 0 0 34051 45 0 0 20 0 2 0 331273639 301375488 63987 33554432000 4194304 5964350 140733419804512 140530386016248 5136340 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 342.15
Current children cumulated vsize (KiB) 294312

[startup+402.3 s]
/proc/loadavg: 2.02 1.75 1.55 3/179 16432
/proc/meminfo: memFree=31230176/32873844 swapFree=8656/8656
[pid=16425] ppid=16423 vsize=359848 CPUtime=402.14 cores=0,2,4,6
/proc/16425/stat : 16425 (wbo1.72) S 16423 16425 14738 0 -1 4202496 76580 0 0 0 40164 50 0 0 20 0 2 0 331273601 368484352 75070 33554432000 4194304 5964350 140733419804512 140733419804032 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16425/statm: 89962 75070 184 433 0 89526 0
[pid=16425/tid=16427] ppid=16423 vsize=359848 CPUtime=400.8 cores=0,2,4,6
/proc/16425/task/16427/stat : 16427 (wbo1.72) R 16423 16425 14738 0 -1 4202560 71547 0 0 0 40024 56 0 0 20 0 2 0 331273639 368484352 75070 33554432000 4194304 5964350 140733419804512 140530386016248 5136340 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 359848

[startup+462.3 s]
/proc/loadavg: 2.00 1.79 1.58 3/179 16432
/proc/meminfo: memFree=31215032/32873844 swapFree=8656/8656
[pid=16425] ppid=16423 vsize=361064 CPUtime=462.09 cores=0,2,4,6

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


[startup+1422.31 s]
/proc/loadavg: 2.12 2.00 1.83 3/180 16464
/proc/meminfo: memFree=30646344/32873844 swapFree=8656/8656
[pid=16425] ppid=16423 vsize=690568 CPUtime=1421.81 cores=0,2,4,6
/proc/16425/stat : 16425 (wbo1.72) S 16423 16425 14738 0 -1 4202496 166850 0 0 0 142040 141 0 0 20 0 2 0 331273601 707141632 165742 33554432000 4194304 5964350 140733419804512 140733419804032 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16425/statm: 172642 165742 184 433 0 172206 0
[pid=16425/tid=16427] ppid=16423 vsize=690568 CPUtime=1418.04 cores=0,2,4,6
/proc/16425/task/16427/stat : 16427 (wbo1.72) R 16423 16425 14738 0 -1 4202560 161817 0 0 0 141642 162 0 0 20 0 2 0 331273639 707141632 165742 33554432000 4194304 5964350 140733419804512 140530386016056 4399962 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1421.81
Current children cumulated vsize (KiB) 690568

[startup+1482.3 s]
/proc/loadavg: 2.17 2.03 1.85 3/179 16465
/proc/meminfo: memFree=30633588/32873844 swapFree=8656/8656
[pid=16425] ppid=16423 vsize=690568 CPUtime=1481.8 cores=0,2,4,6
/proc/16425/stat : 16425 (wbo1.72) S 16423 16425 14738 0 -1 4202496 169836 0 0 0 148036 144 0 0 20 0 2 0 331273601 707141632 168728 33554432000 4194304 5964350 140733419804512 140733419804032 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16425/statm: 172642 168728 184 433 0 172206 0
[pid=16425/tid=16427] ppid=16423 vsize=690568 CPUtime=1477.88 cores=0,2,4,6
/proc/16425/task/16427/stat : 16427 (wbo1.72) R 16423 16425 14738 0 -1 4202560 164803 0 0 0 147622 166 0 0 20 0 2 0 331273639 707141632 168728 33554432000 4194304 5964350 140733419804512 140530386016056 4399930 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1481.8
Current children cumulated vsize (KiB) 690568

[startup+1542.3 s]
/proc/loadavg: 2.09 2.04 1.86 3/179 16465
/proc/meminfo: memFree=30632332/32873844 swapFree=8656/8656
[pid=16425] ppid=16423 vsize=756104 CPUtime=1541.78 cores=0,2,4,6
/proc/16425/stat : 16425 (wbo1.72) S 16423 16425 14738 0 -1 4202496 169957 0 0 0 154034 144 0 0 20 0 2 0 331273601 774250496 168890 33554432000 4194304 5964350 140733419804512 140733419804032 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16425/statm: 189026 168890 184 433 0 188590 0
[pid=16425/tid=16427] ppid=16423 vsize=756104 CPUtime=1537.72 cores=0,2,4,6
/proc/16425/task/16427/stat : 16427 (wbo1.72) R 16423 16425 14738 0 -1 4202560 164924 0 0 0 153605 167 0 0 20 0 2 0 331273639 774250496 168890 33554432000 4194304 5964350 140733419804512 140530386016008 4399840 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1541.78
Current children cumulated vsize (KiB) 756104

[startup+1602.3 s]
/proc/loadavg: 2.04 2.03 1.87 3/179 16465
/proc/meminfo: memFree=30630408/32873844 swapFree=8656/8656
[pid=16425] ppid=16423 vsize=756104 CPUtime=1601.77 cores=0,2,4,6
/proc/16425/stat : 16425 (wbo1.72) S 16423 16425 14738 0 -1 4202496 170231 0 0 0 160033 144 0 0 20 0 2 0 331273601 774250496 169163 33554432000 4194304 5964350 140733419804512 140733419804032 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16425/statm: 189026 169163 184 433 0 188590 0
[pid=16425/tid=16427] ppid=16423 vsize=756104 CPUtime=1597.57 cores=0,2,4,6
/proc/16425/task/16427/stat : 16427 (wbo1.72) R 16423 16425 14738 0 -1 4202560 165198 0 0 0 159589 168 0 0 20 0 2 0 331273639 774250496 169163 33554432000 4194304 5964350 140733419804512 140530386016056 4399840 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1601.77
Current children cumulated vsize (KiB) 756104

[startup+1662.3 s]
/proc/loadavg: 2.01 2.02 1.87 3/179 16465
/proc/meminfo: memFree=30629416/32873844 swapFree=8656/8656
[pid=16425] ppid=16423 vsize=756104 CPUtime=1661.76 cores=0,2,4,6
/proc/16425/stat : 16425 (wbo1.72) S 16423 16425 14738 0 -1 4202496 170304 0 0 0 166032 144 0 0 20 0 2 0 331273601 774250496 169236 33554432000 4194304 5964350 140733419804512 140733419804032 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16425/statm: 189026 169236 184 433 0 188590 0
[pid=16425/tid=16427] ppid=16423 vsize=756104 CPUtime=1657.42 cores=0,2,4,6
/proc/16425/task/16427/stat : 16427 (wbo1.72) R 16423 16425 14738 0 -1 4202560 165271 0 0 0 165573 169 0 0 20 0 2 0 331273639 774250496 169236 33554432000 4194304 5964350 140733419804512 140530386016056 4400321 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1661.76
Current children cumulated vsize (KiB) 756104

[startup+1722.3 s]
/proc/loadavg: 2.00 2.02 1.88 3/179 16465
/proc/meminfo: memFree=30627048/32873844 swapFree=8656/8656
[pid=16425] ppid=16423 vsize=756104 CPUtime=1721.76 cores=0,2,4,6
/proc/16425/stat : 16425 (wbo1.72) S 16423 16425 14738 0 -1 4202496 170562 0 0 0 172031 145 0 0 20 0 2 0 331273601 774250496 169493 33554432000 4194304 5964350 140733419804512 140733419804032 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16425/statm: 189026 169493 184 433 0 188590 0
[pid=16425/tid=16427] ppid=16423 vsize=756104 CPUtime=1717.26 cores=0,2,4,6
/proc/16425/task/16427/stat : 16427 (wbo1.72) R 16423 16425 14738 0 -1 4202560 165529 0 0 0 171556 170 0 0 20 0 2 0 331273639 774250496 169493 33554432000 4194304 5964350 140733419804512 140530386016056 4399840 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1721.76
Current children cumulated vsize (KiB) 756104

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 1.89 3/179 16466
/proc/meminfo: memFree=30624228/32873844 swapFree=8656/8656
[pid=16425] ppid=16423 vsize=756104 CPUtime=1781.75 cores=0,2,4,6
/proc/16425/stat : 16425 (wbo1.72) S 16423 16425 14738 0 -1 4202496 170599 0 0 0 178030 145 0 0 20 0 2 0 331273601 774250496 169530 33554432000 4194304 5964350 140733419804512 140733419804032 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16425/statm: 189026 169530 184 433 0 188590 0
[pid=16425/tid=16427] ppid=16423 vsize=756104 CPUtime=1777.11 cores=0,2,4,6
/proc/16425/task/16427/stat : 16427 (wbo1.72) R 16423 16425 14738 0 -1 4202560 165566 0 0 0 177541 170 0 0 20 0 2 0 331273639 774250496 169530 33554432000 4194304 5964350 140733419804512 140530386016056 4399840 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1781.75
Current children cumulated vsize (KiB) 756104

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

[startup+1791.91 s]
/proc/loadavg: 2.00 2.01 1.89 3/179 16466
/proc/meminfo: memFree=30623964/32873844 swapFree=8656/8656
[pid=16425] ppid=16423 vsize=756104 CPUtime=1791.35 cores=0,2,4,6
/proc/16425/stat : 16425 (wbo1.72) S 16423 16425 14738 0 -1 4202496 170621 0 0 0 178990 145 0 0 20 0 2 0 331273601 774250496 169552 33554432000 4194304 5964350 140733419804512 140733419804032 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16425/statm: 189026 169552 184 433 0 188590 0
[pid=16425/tid=16427] ppid=16423 vsize=756104 CPUtime=1786.69 cores=0,2,4,6
/proc/16425/task/16427/stat : 16427 (wbo1.72) R 16423 16425 14738 0 -1 4202560 165588 0 0 0 178498 171 0 0 20 0 2 0 331273639 774250496 169552 33554432000 4194304 5964350 140733419804512 140530386016056 4399840 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1791.35
Current children cumulated vsize (KiB) 756104

[startup+1795.1 s]
/proc/loadavg: 2.00 2.01 1.89 3/179 16466
/proc/meminfo: memFree=30623840/32873844 swapFree=8656/8656
[pid=16425] ppid=16423 vsize=756104 CPUtime=1794.55 cores=0,2,4,6
/proc/16425/stat : 16425 (wbo1.72) S 16423 16425 14738 0 -1 4202496 170636 0 0 0 179310 145 0 0 20 0 2 0 331273601 774250496 169567 33554432000 4194304 5964350 140733419804512 140733419804032 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16425/statm: 189026 169567 184 433 0 188590 0
[pid=16425/tid=16427] ppid=16423 vsize=756104 CPUtime=1789.88 cores=0,2,4,6
/proc/16425/task/16427/stat : 16427 (wbo1.72) R 16423 16425 14738 0 -1 4202560 165603 0 0 0 178817 171 0 0 20 0 2 0 331273639 774250496 169567 33554432000 4194304 5964350 140733419804512 140530386016056 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1794.55
Current children cumulated vsize (KiB) 756104

[startup+1798.3 s]
/proc/loadavg: 2.00 2.01 1.89 3/179 16466
/proc/meminfo: memFree=30623592/32873844 swapFree=8656/8656
[pid=16425] ppid=16423 vsize=756104 CPUtime=1797.74 cores=0,2,4,6
/proc/16425/stat : 16425 (wbo1.72) S 16423 16425 14738 0 -1 4202496 170655 0 0 0 179629 145 0 0 20 0 2 0 331273601 774250496 169586 33554432000 4194304 5964350 140733419804512 140733419804032 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16425/statm: 189026 169586 184 433 0 188590 0
[pid=16425/tid=16427] ppid=16423 vsize=756104 CPUtime=1793.07 cores=0,2,4,6
/proc/16425/task/16427/stat : 16427 (wbo1.72) R 16423 16425 14738 0 -1 4202560 165622 0 0 0 179136 171 0 0 20 0 2 0 331273639 774250496 169586 33554432000 4194304 5964350 140733419804512 140530386016056 4399840 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1797.74
Current children cumulated vsize (KiB) 756104

[startup+1799.1 s]
/proc/loadavg: 2.00 2.01 1.89 3/179 16466
/proc/meminfo: memFree=30623344/32873844 swapFree=8656/8656
[pid=16425] ppid=16423 vsize=756104 CPUtime=1798.54 cores=0,2,4,6
/proc/16425/stat : 16425 (wbo1.72) S 16423 16425 14738 0 -1 4202496 170670 0 0 0 179709 145 0 0 20 0 2 0 331273601 774250496 169601 33554432000 4194304 5964350 140733419804512 140733419804032 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16425/statm: 189026 169601 184 433 0 188590 0
[pid=16425/tid=16427] ppid=16423 vsize=756104 CPUtime=1793.87 cores=0,2,4,6
/proc/16425/task/16427/stat : 16427 (wbo1.72) R 16423 16425 14738 0 -1 4202560 165637 0 0 0 179216 171 0 0 20 0 2 0 331273639 774250496 169601 33554432000 4194304 5964350 140733419804512 140530386016056 4399840 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1798.54
Current children cumulated vsize (KiB) 756104

[startup+1799.5 s]
/proc/loadavg: 2.00 2.01 1.89 3/179 16466
/proc/meminfo: memFree=30622724/32873844 swapFree=8656/8656
[pid=16425] ppid=16423 vsize=756104 CPUtime=1798.95 cores=0,2,4,6
/proc/16425/stat : 16425 (wbo1.72) S 16423 16425 14738 0 -1 4202496 170671 0 0 0 179750 145 0 0 20 0 2 0 331273601 774250496 169602 33554432000 4194304 5964350 140733419804512 140733419804032 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16425/statm: 189026 169602 184 433 0 188590 0
[pid=16425/tid=16427] ppid=16423 vsize=756104 CPUtime=1794.27 cores=0,2,4,6
/proc/16425/task/16427/stat : 16427 (wbo1.72) R 16423 16425 14738 0 -1 4202560 165638 0 0 0 179256 171 0 0 20 0 2 0 331273639 774250496 169602 33554432000 4194304 5964350 140733419804512 140530386016056 4399930 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1798.95
Current children cumulated vsize (KiB) 756104

[startup+1799.9 s]
/proc/loadavg: 2.00 2.01 1.89 3/179 16466
/proc/meminfo: memFree=30622724/32873844 swapFree=8656/8656
[pid=16425] ppid=16423 vsize=756104 CPUtime=1799.34 cores=0,2,4,6
/proc/16425/stat : 16425 (wbo1.72) S 16423 16425 14738 0 -1 4202496 170671 0 0 0 179789 145 0 0 20 0 2 0 331273601 774250496 169602 33554432000 4194304 5964350 140733419804512 140733419804032 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16425/statm: 189026 169602 184 433 0 188590 0
[pid=16425/tid=16427] ppid=16423 vsize=756104 CPUtime=1794.66 cores=0,2,4,6
/proc/16425/task/16427/stat : 16427 (wbo1.72) R 16423 16425 14738 0 -1 4202560 165638 0 0 0 179295 171 0 0 20 0 2 0 331273639 774250496 169602 33554432000 4194304 5964350 140733419804512 140530386016056 4400342 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.34
Current children cumulated vsize (KiB) 756104

[startup+1800 s]
/proc/loadavg: 2.00 2.01 1.89 3/179 16466
/proc/meminfo: memFree=30622724/32873844 swapFree=8656/8656
[pid=16425] ppid=16423 vsize=756104 CPUtime=1799.44 cores=0,2,4,6
/proc/16425/stat : 16425 (wbo1.72) S 16423 16425 14738 0 -1 4202496 170671 0 0 0 179799 145 0 0 20 0 2 0 331273601 774250496 169602 33554432000 4194304 5964350 140733419804512 140733419804032 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16425/statm: 189026 169602 184 433 0 188590 0
[pid=16425/tid=16427] ppid=16423 vsize=756104 CPUtime=1794.76 cores=0,2,4,6
/proc/16425/task/16427/stat : 16427 (wbo1.72) R 16423 16425 14738 0 -1 4202560 165638 0 0 0 179305 171 0 0 20 0 2 0 331273639 774250496 169602 33554432000 4194304 5964350 140733419804512 140530386016056 4399840 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.44
Current children cumulated vsize (KiB) 756104

Child status: 255

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 16425 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=441355
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=729737
# CPU time returned by wait4() is 1795.17
# while last known CPU time is 1799.44
#
# 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.44
CPU user time (s): 1797.99
CPU system time (s): 1.45
CPU usage (%): 99.9684
Max. virtual memory (cumulated for all children) (KiB): 756104

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.44
system time used= 1.72974
maximum resident set size= 678428
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 170676
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= 302
involuntary context switches= 1867

runsolver used 2.6266 second user time and 8.89565 second system time

The end

Launcher Data

Begin job on node102 at 2012-06-02 17:37:31
IDJOB=3726946
IDBENCH=1370
IDSOLVER=2313
FILE ID=node102/3726946-1338651450
RUNJOBID= node102-1338651450-16318
PBS_JOBID= 14636478
Free space on /tmp= 71180 MiB

SOLVER NAME= wbo 1.72
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/liu/vdw/normalized-vdw_k3_l5_n550.opb
COMMAND LINE= wbo1.72 -file-format=opb BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3726946-1338651450/watcher-3726946-1338651450 -o /tmp/evaluation-result-3726946-1338651450/solver-3726946-1338651450 -C 1800 -W 1900 -M 15500  wbo1.72 -file-format=opb HOME/instance-3726946-1338651450.opb

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

MD5SUM BENCH= b656932a938990470d09f3771b5047c2
RANDOM SEED=47596745

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        31777712 kB
Buffers:          117176 kB
Cached:           210000 kB
SwapCached:         5544 kB
Active:            99888 kB
Inactive:         246044 kB
Active(anon):      15596 kB
Inactive(anon):     5524 kB
Active(file):      84292 kB
Inactive(file):   240520 kB
Unevictable:        8656 kB
Mlocked:            8656 kB
SwapTotal:      67108856 kB
SwapFree:       67097164 kB
Dirty:             17828 kB
Writeback:             0 kB
AnonPages:         23036 kB
Mapped:             9540 kB
Shmem:                 0 kB
Slab:             608088 kB
SReclaimable:      48424 kB
SUnreclaim:       559664 kB
KernelStack:        1456 kB
PageTables:         4116 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     146136 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71176 MiB
End job on node102 at 2012-06-02 18:07:31