Trace number 3704647

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
wbo 1.7? 1799.78 1800.01

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
liu/vdw/normalized-vdw_k4_l4_n360.opb
MD5SUMa399b3055416a9d1117a7f2bb11b2cef
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 benchmark817.196
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables1440
Total number of constraints86040
Number of constraints which are clauses85680
Number of constraints which are cardinality constraints (but not clauses)360
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint4
Maximum length of a constraint4
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 7
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c ==============================[ Solver Version ]===============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |   wbo:                    1.7 beta - March, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing opb file format. File HOME/instance-3704647-1338080471.opb.
0.00/0.00	c Instance file HOME/instance-3704647-1338080471.opb
0.00/0.00	c File size is 3515322 bytes.
0.19/0.22	c Highest Coefficient sum: 7
0.19/0.22	c ============================[ Problem Statistics ]=============================
0.19/0.22	c |                                                                             |
0.19/0.22	c |  Parsing time:          0.22         s                                      |
0.19/0.22	c |  Number Variables:      1440                                                |
0.19/0.22	c |  Number Clauses:        86040                                               |
0.19/0.22	c |  Number Cardinality:    360                                                 |
0.19/0.22	c |  Number PB Constraints: 0                                                   |
0.19/0.22	c |                                                                             |
0.19/0.22	c |  Problem Type:          Decision                                            |
0.19/0.22	c |  Objective Function:    None                                                |
0.19/0.22	c |                                                                             |
0.19/0.22	c ===============================================================================
1799.45/1800.00	c ===============================================================================
1799.45/1800.00	c Wall Clock Time: 1800.00 s
1799.45/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-3704647-1338080471/watcher-3704647-1338080471 -o /tmp/evaluation-result-3704647-1338080471/solver-3704647-1338080471 -C 1800 -W 1900 -M 15500 wbo1.7 -file-format=opb HOME/instance-3704647-1338080471.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.05 2.05 2.00 4/179 14811
/proc/meminfo: memFree=31030496/32873648 swapFree=7112/7112
[pid=14811] ppid=14809 vsize=6924 CPUtime=0 cores=0,2,4,6
/proc/14811/stat : 14811 (wbo1.7) R 14809 14811 12452 0 -1 4202496 384 0 0 0 0 0 0 0 20 0 1 0 274172983 7090176 337 33554432000 4194304 5963574 140735634951520 140735741498168 5178411 0 0 4096 16387 0 0 0 17 2 0 0 0 0 0
/proc/14811/statm: 1731 338 164 432 0 437 0

[startup+0.103707 s]
/proc/loadavg: 2.05 2.05 2.00 4/179 14811
/proc/meminfo: memFree=31030496/32873648 swapFree=7112/7112
[pid=14811] ppid=14809 vsize=10060 CPUtime=0.09 cores=0,2,4,6
/proc/14811/stat : 14811 (wbo1.7) R 14809 14811 12452 0 -1 4202496 1556 0 0 0 9 0 0 0 20 0 1 0 274172983 10301440 1476 33554432000 4194304 5963574 140735634951520 140735741498168 5135642 0 0 4096 16387 0 0 0 17 2 0 0 0 0 0
/proc/14811/statm: 2515 1477 548 432 0 1221 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10060

[startup+0.200307 s]
/proc/loadavg: 2.05 2.05 2.00 4/179 14811
/proc/meminfo: memFree=31030496/32873648 swapFree=7112/7112
[pid=14811] ppid=14809 vsize=13224 CPUtime=0.19 cores=0,2,4,6
/proc/14811/stat : 14811 (wbo1.7) R 14809 14811 12452 0 -1 4202496 2758 0 0 0 19 0 0 0 20 0 1 0 274172983 13541376 2613 33554432000 4194304 5963574 140735634951520 140735741498168 4344195 0 0 4096 16387 0 0 0 17 2 0 0 0 0 0
/proc/14811/statm: 3339 2614 922 432 0 2045 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 13224

[startup+0.300173 s]
/proc/loadavg: 2.05 2.05 2.00 4/179 14811
/proc/meminfo: memFree=31030496/32873648 swapFree=7112/7112
[pid=14811] ppid=14809 vsize=91044 CPUtime=0.28 cores=0,2,4,6
/proc/14811/stat : 14811 (wbo1.7) S 14809 14811 12452 0 -1 4202496 5463 0 0 0 28 0 0 0 20 0 2 0 274172983 93229056 4290 33554432000 4194304 5963574 140735634951520 140735634951040 4545837 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/14811/statm: 22761 4290 184 432 0 22326 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 91044

[startup+0.700141 s]
/proc/loadavg: 2.05 2.05 2.00 4/179 14811
/proc/meminfo: memFree=31030496/32873648 swapFree=7112/7112
[pid=14811] ppid=14809 vsize=91044 CPUtime=0.68 cores=0,2,4,6
/proc/14811/stat : 14811 (wbo1.7) S 14809 14811 12452 0 -1 4202496 6051 0 0 0 68 0 0 0 20 0 2 0 274172983 93229056 4878 33554432000 4194304 5963574 140735634951520 140735634951040 4545837 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/14811/statm: 22761 4878 184 432 0 22326 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 91044

[startup+1.50025 s]
/proc/loadavg: 2.05 2.05 2.00 4/181 14813
/proc/meminfo: memFree=31009252/32873648 swapFree=7112/7112
[pid=14811] ppid=14809 vsize=91044 CPUtime=1.48 cores=0,2,4,6
/proc/14811/stat : 14811 (wbo1.7) S 14809 14811 12452 0 -1 4202496 7059 0 0 0 147 1 0 0 20 0 2 0 274172983 93229056 5886 33554432000 4194304 5963574 140735634951520 140735634951040 4545837 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/14811/statm: 22761 5886 184 432 0 22326 0
[pid=14811/tid=14813] ppid=14809 vsize=91044 CPUtime=1.26 cores=0,2,4,6
/proc/14811/task/14813/stat : 14813 (wbo1.7) R 14809 14811 12452 0 -1 4202560 3588 0 0 0 126 0 0 0 20 0 2 0 274173006 93229056 5886 33554432000 4194304 5963574 140735634951520 139684716349432 4400168 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 91044

[startup+3.10025 s]
/proc/loadavg: 2.05 2.05 2.00 4/181 14813
/proc/meminfo: memFree=31003292/32873648 swapFree=7112/7112
[pid=14811] ppid=14809 vsize=91044 CPUtime=3.07 cores=0,2,4,6
/proc/14811/stat : 14811 (wbo1.7) S 14809 14811 12452 0 -1 4202496 8746 0 0 0 306 1 0 0 20 0 2 0 274172983 93229056 7573 33554432000 4194304 5963574 140735634951520 140735634951040 4545837 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/14811/statm: 22761 7573 184 432 0 22326 0
[pid=14811/tid=14813] ppid=14809 vsize=91044 CPUtime=2.86 cores=0,2,4,6
/proc/14811/task/14813/stat : 14813 (wbo1.7) R 14809 14811 12452 0 -1 4202560 5275 0 0 0 284 2 0 0 20 0 2 0 274173006 93229056 7573 33554432000 4194304 5963574 140735634951520 139684716349480 4399633 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 91044

[startup+6.30026 s]
/proc/loadavg: 2.04 2.04 2.00 4/181 14813
/proc/meminfo: memFree=30987980/32873648 swapFree=7112/7112
[pid=14811] ppid=14809 vsize=91044 CPUtime=6.27 cores=0,2,4,6
/proc/14811/stat : 14811 (wbo1.7) S 14809 14811 12452 0 -1 4202496 11570 0 0 0 625 2 0 0 20 0 2 0 274172983 93229056 10397 33554432000 4194304 5963574 140735634951520 140735634951040 4545837 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/14811/statm: 22761 10397 184 432 0 22326 0
[pid=14811/tid=14813] ppid=14809 vsize=91044 CPUtime=6.06 cores=0,2,4,6
/proc/14811/task/14813/stat : 14813 (wbo1.7) R 14809 14811 12452 0 -1 4202560 8099 0 0 0 603 3 0 0 20 0 2 0 274173006 93229056 10397 33554432000 4194304 5963574 140735634951520 139684716349432 4399642 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 91044

[startup+12.7003 s]
/proc/loadavg: 2.04 2.04 2.00 4/180 14813
/proc/meminfo: memFree=30965668/32873648 swapFree=7112/7112
[pid=14811] ppid=14809 vsize=91044 CPUtime=12.68 cores=0,2,4,6
/proc/14811/stat : 14811 (wbo1.7) S 14809 14811 12452 0 -1 4202496 16100 0 0 0 1264 4 0 0 20 0 2 0 274172983 93229056 14927 33554432000 4194304 5963574 140735634951520 140735634951040 4545837 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/14811/statm: 22761 14927 184 432 0 22326 0
[pid=14811/tid=14813] ppid=14809 vsize=91044 CPUtime=12.46 cores=0,2,4,6
/proc/14811/task/14813/stat : 14813 (wbo1.7) R 14809 14811 12452 0 -1 4202560 12629 0 0 0 1242 4 0 0 20 0 2 0 274173006 93229056 14927 33554432000 4194304 5963574 140735634951520 139684716349432 4221120 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 91044

[startup+25.5002 s]
/proc/loadavg: 2.03 2.04 2.00 4/181 14814
/proc/meminfo: memFree=30932012/32873648 swapFree=7112/7112
[pid=14811] ppid=14809 vsize=157664 CPUtime=25.48 cores=0,2,4,6
/proc/14811/stat : 14811 (wbo1.7) S 14809 14811 12452 0 -1 4202496 22244 0 0 0 2540 8 0 0 20 0 2 0 274172983 161447936 21071 33554432000 4194304 5963574 140735634951520 140735634951040 4545837 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/14811/statm: 39416 21071 184 432 0 38981 0
[pid=14811/tid=14813] ppid=14809 vsize=157664 CPUtime=25.25 cores=0,2,4,6
/proc/14811/task/14813/stat : 14813 (wbo1.7) R 14809 14811 12452 0 -1 4202560 18773 0 0 0 2517 8 0 0 20 0 2 0 274173006 161447936 21071 33554432000 4194304 5963574 140735634951520 139684716349432 4399642 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 157664

[startup+51.1003 s]
/proc/loadavg: 2.02 2.04 2.00 4/180 14814
/proc/meminfo: memFree=30902096/32873648 swapFree=7112/7112
[pid=14811] ppid=14809 vsize=157664 CPUtime=51.07 cores=0,2,4,6
/proc/14811/stat : 14811 (wbo1.7) S 14809 14811 12452 0 -1 4202496 26881 0 0 0 5097 10 0 0 20 0 2 0 274172983 161447936 25708 33554432000 4194304 5963574 140735634951520 140735634951040 4545837 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/14811/statm: 39416 25708 184 432 0 38981 0
[pid=14811/tid=14813] ppid=14809 vsize=157664 CPUtime=50.85 cores=0,2,4,6
/proc/14811/task/14813/stat : 14813 (wbo1.7) R 14809 14811 12452 0 -1 4202560 23410 0 0 0 5075 10 0 0 20 0 2 0 274173006 161447936 25708 33554432000 4194304 5963574 140735634951520 139684716349432 4399456 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 157664

[startup+102.3 s]
/proc/loadavg: 2.06 2.04 2.00 4/180 14814
/proc/meminfo: memFree=30867184/32873648 swapFree=7112/7112
[pid=14811] ppid=14809 vsize=158204 CPUtime=102.27 cores=0,2,4,6
/proc/14811/stat : 14811 (wbo1.7) S 14809 14811 12452 0 -1 4202496 33567 0 0 0 10212 15 0 0 20 0 2 0 274172983 162000896 32394 33554432000 4194304 5963574 140735634951520 140735634951040 4545837 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/14811/statm: 39551 32394 184 432 0 39116 0
[pid=14811/tid=14813] ppid=14809 vsize=158204 CPUtime=102.05 cores=0,2,4,6
/proc/14811/task/14813/stat : 14813 (wbo1.7) R 14809 14811 12452 0 -1 4202560 30096 0 0 0 10189 16 0 0 20 0 2 0 274173006 162000896 32394 33554432000 4194304 5963574 140735634951520 139684716349240 4399456 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 158204

[startup+162.3 s]
/proc/loadavg: 2.08 2.05 2.00 4/180 14814
/proc/meminfo: memFree=30832496/32873648 swapFree=7112/7112
[pid=14811] ppid=14809 vsize=223740 CPUtime=162.24 cores=0,2,4,6
/proc/14811/stat : 14811 (wbo1.7) S 14809 14811 12452 0 -1 4202496 41317 0 0 0 16204 20 0 0 20 0 2 0 274172983 229109760 40244 33554432000 4194304 5963574 140735634951520 140735634951040 4545837 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/14811/statm: 55935 40244 184 432 0 55500 0
[pid=14811/tid=14813] ppid=14809 vsize=223740 CPUtime=162.03 cores=0,2,4,6
/proc/14811/task/14813/stat : 14813 (wbo1.7) R 14809 14811 12452 0 -1 4202560 37846 0 0 0 16181 22 0 0 20 0 2 0 274173006 229109760 40244 33554432000 4194304 5963574 140735634951520 139684716349432 4399456 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 223740

[startup+222.307 s]
/proc/loadavg: 2.03 2.04 2.00 4/180 14814
/proc/meminfo: memFree=30760480/32873648 swapFree=7112/7112
[pid=14811] ppid=14809 vsize=224548 CPUtime=222.2 cores=0,2,4,6
/proc/14811/stat : 14811 (wbo1.7) S 14809 14811 12452 0 -1 4202496 51374 0 0 0 22193 27 0 0 20 0 2 0 274172983 229937152 50374 33554432000 4194304 5963574 140735634951520 140735634951040 4545837 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/14811/statm: 56137 50374 184 432 0 55702 0
[pid=14811/tid=14813] ppid=14809 vsize=224548 CPUtime=222 cores=0,2,4,6
/proc/14811/task/14813/stat : 14813 (wbo1.7) R 14809 14811 12452 0 -1 4202560 47903 0 0 0 22169 31 0 0 20 0 2 0 274173006 229937152 50374 33554432000 4194304 5963574 140735634951520 139684716349240 4399456 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 224548

[startup+282.3 s]
/proc/loadavg: 2.01 2.03 2.00 4/180 14814
/proc/meminfo: memFree=30707648/32873648 swapFree=7112/7112
[pid=14811] ppid=14809 vsize=290084 CPUtime=282.16 cores=0,2,4,6
/proc/14811/stat : 14811 (wbo1.7) S 14809 14811 12452 0 -1 4202496 56502 0 0 0 28186 30 0 0 20 0 2 0 274172983 297046016 55682 33554432000 4194304 5963574 140735634951520 140735634951040 4545837 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/14811/statm: 72521 55682 184 432 0 72086 0
[pid=14811/tid=14813] ppid=14809 vsize=290084 CPUtime=281.96 cores=0,2,4,6
/proc/14811/task/14813/stat : 14813 (wbo1.7) R 14809 14811 12452 0 -1 4202560 53031 0 0 0 28161 35 0 0 20 0 2 0 274173006 297046016 55682 33554432000 4194304 5963574 140735634951520 139684716349480 4399456 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 282.16
Current children cumulated vsize (KiB) 290084

[startup+342.3 s]
/proc/loadavg: 2.00 2.02 2.00 4/180 14815
/proc/meminfo: memFree=30630112/32873648 swapFree=7112/7112
[pid=14811] ppid=14809 vsize=290084 CPUtime=342.15 cores=0,2,4,6
/proc/14811/stat : 14811 (wbo1.7) S 14809 14811 12452 0 -1 4202496 69149 0 0 0 34173 42 0 0 20 0 2 0 274172983 297046016 68329 33554432000 4194304 5963574 140735634951520 140735634951040 4545837 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/14811/statm: 72521 68329 184 432 0 72086 0
[pid=14811/tid=14813] ppid=14809 vsize=290084 CPUtime=341.96 cores=0,2,4,6
/proc/14811/task/14813/stat : 14813 (wbo1.7) R 14809 14811 12452 0 -1 4202560 65678 0 0 0 34148 48 0 0 20 0 2 0 274173006 297046016 68329 33554432000 4194304 5963574 140735634951520 139684716349480 4399456 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 342.15
Current children cumulated vsize (KiB) 290084

[startup+402.3 s]
/proc/loadavg: 2.00 2.01 2.00 4/180 14815
/proc/meminfo: memFree=30580660/32873648 swapFree=7112/7112
[pid=14811] ppid=14809 vsize=356836 CPUtime=402.14 cores=0,2,4,6
/proc/14811/stat : 14811 (wbo1.7) S 14809 14811 12452 0 -1 4202496 76099 0 0 0 40165 49 0 0 20 0 2 0 274172983 365400064 75279 33554432000 4194304 5963574 140735634951520 140735634951040 4545837 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/14811/statm: 89209 75279 184 432 0 88774 0
[pid=14811/tid=14813] ppid=14809 vsize=356836 CPUtime=401.97 cores=0,2,4,6
/proc/14811/task/14813/stat : 14813 (wbo1.7) R 14809 14811 12452 0 -1 4202560 72628 0 0 0 40142 55 0 0 20 0 2 0 274173006 365400064 75279 33554432000 4194304 5963574 140735634951520 139684716349240 4390503 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 356836

[startup+462.3 s]
/proc/loadavg: 2.00 2.01 2.00 4/180 14815
/proc/meminfo: memFree=30572104/32873648 swapFree=7112/7112
[pid=14811] ppid=14809 vsize=356836 CPUtime=462.13 cores=0,2,4,6

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

/proc/14811/task/14813/stat : 14813 (wbo1.7) R 14809 14811 12452 0 -1 4202560 136543 0 0 0 124054 135 0 0 20 0 2 0 274173006 635703296 139774 33554432000 4194304 5963574 140735634951520 139684716349432 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1241.91
Current children cumulated vsize (KiB) 620804

[startup+1302.3 s]
/proc/loadavg: 2.00 2.02 2.00 4/179 15032
/proc/meminfo: memFree=30203636/32873648 swapFree=7112/7112
[pid=14811] ppid=14809 vsize=620804 CPUtime=1301.9 cores=0,2,4,6
/proc/14811/stat : 14811 (wbo1.7) S 14809 14811 12452 0 -1 4202496 145696 0 0 0 130068 122 0 0 20 0 2 0 274172983 635703296 145456 33554432000 4194304 5963574 140735634951520 140735634951040 4545837 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/14811/statm: 155201 145456 184 432 0 154766 0
[pid=14811/tid=14813] ppid=14809 vsize=620804 CPUtime=1301.9 cores=0,2,4,6
/proc/14811/task/14813/stat : 14813 (wbo1.7) R 14809 14811 12452 0 -1 4202560 142225 0 0 0 130048 142 0 0 20 0 2 0 274173006 635703296 145456 33554432000 4194304 5963574 140735634951520 139684716349432 4399456 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1301.9
Current children cumulated vsize (KiB) 620804

[startup+1362.3 s]
/proc/loadavg: 2.00 2.01 2.00 4/179 15032
/proc/meminfo: memFree=30183100/32873648 swapFree=7112/7112
[pid=14811] ppid=14809 vsize=620804 CPUtime=1361.89 cores=0,2,4,6
/proc/14811/stat : 14811 (wbo1.7) S 14809 14811 12452 0 -1 4202496 150659 0 0 0 136062 127 0 0 20 0 2 0 274172983 635703296 150419 33554432000 4194304 5963574 140735634951520 140735634951040 4545837 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/14811/statm: 155201 150419 184 432 0 154766 0
[pid=14811/tid=14813] ppid=14809 vsize=620804 CPUtime=1361.9 cores=0,2,4,6
/proc/14811/task/14813/stat : 14813 (wbo1.7) R 14809 14811 12452 0 -1 4202560 147188 0 0 0 136042 148 0 0 20 0 2 0 274173006 635703296 150419 33554432000 4194304 5963574 140735634951520 139684716349432 4399623 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1361.89
Current children cumulated vsize (KiB) 620804

[startup+1422.3 s]
/proc/loadavg: 2.00 2.01 2.00 4/179 15032
/proc/meminfo: memFree=30161584/32873648 swapFree=7112/7112
[pid=14811] ppid=14809 vsize=686340 CPUtime=1421.88 cores=0,2,4,6
/proc/14811/stat : 14811 (wbo1.7) S 14809 14811 12452 0 -1 4202496 155331 0 0 0 142057 131 0 0 20 0 2 0 274172983 702812160 155091 33554432000 4194304 5963574 140735634951520 140735634951040 4545837 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/14811/statm: 171585 155091 184 432 0 171150 0
[pid=14811/tid=14813] ppid=14809 vsize=686340 CPUtime=1421.91 cores=0,2,4,6
/proc/14811/task/14813/stat : 14813 (wbo1.7) R 14809 14811 12452 0 -1 4202560 151860 0 0 0 142038 153 0 0 20 0 2 0 274173006 702812160 155091 33554432000 4194304 5963574 140735634951520 139684716349432 4399623 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1421.88
Current children cumulated vsize (KiB) 686340

[startup+1482.3 s]
/proc/loadavg: 2.05 2.02 2.00 4/179 15032
/proc/meminfo: memFree=30132924/32873648 swapFree=7112/7112
[pid=14811] ppid=14809 vsize=686340 CPUtime=1481.87 cores=0,2,4,6
/proc/14811/stat : 14811 (wbo1.7) S 14809 14811 12452 0 -1 4202496 159726 0 0 0 148050 137 0 0 20 0 2 0 274172983 702812160 159486 33554432000 4194304 5963574 140735634951520 140735634951040 4545837 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/14811/statm: 171585 159486 184 432 0 171150 0
[pid=14811/tid=14813] ppid=14809 vsize=686340 CPUtime=1481.9 cores=0,2,4,6
/proc/14811/task/14813/stat : 14813 (wbo1.7) R 14809 14811 12452 0 -1 4202560 156255 0 0 0 148031 159 0 0 20 0 2 0 274173006 702812160 159486 33554432000 4194304 5963574 140735634951520 139684716349432 4399456 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1481.87
Current children cumulated vsize (KiB) 686340

[startup+1542.31 s]
/proc/loadavg: 2.02 2.01 2.00 3/178 15109
/proc/meminfo: memFree=30345304/32873648 swapFree=7112/7112
[pid=14811] ppid=14809 vsize=686340 CPUtime=1541.86 cores=0,2,4,6
/proc/14811/stat : 14811 (wbo1.7) S 14809 14811 12452 0 -1 4202496 161340 0 0 0 154047 139 0 0 20 0 2 0 274172983 702812160 161114 33554432000 4194304 5963574 140735634951520 140735634951040 4545837 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/14811/statm: 171585 161114 184 432 0 171150 0
[pid=14811/tid=14813] ppid=14809 vsize=686340 CPUtime=1541.91 cores=0,2,4,6
/proc/14811/task/14813/stat : 14813 (wbo1.7) R 14809 14811 12452 0 -1 4202560 157869 0 0 0 154028 163 0 0 20 0 2 0 274173006 702812160 161114 33554432000 4194304 5963574 140735634951520 139684716349240 4399522 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1541.86
Current children cumulated vsize (KiB) 686340

[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/175 15313
/proc/meminfo: memFree=30515496/32873648 swapFree=7112/7112
[pid=14811] ppid=14809 vsize=686340 CPUtime=1601.82 cores=0,2,4,6
/proc/14811/stat : 14811 (wbo1.7) S 14809 14811 12452 0 -1 4202496 161603 0 0 0 160041 141 0 0 20 0 2 0 274172983 702812160 161557 33554432000 4194304 5963574 140735634951520 140735634951040 4545837 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/14811/statm: 171585 161557 184 432 0 171150 0
[pid=14811/tid=14813] ppid=14809 vsize=686340 CPUtime=1601.87 cores=0,2,4,6
/proc/14811/task/14813/stat : 14813 (wbo1.7) R 14809 14811 12452 0 -1 4202560 158132 0 0 0 160022 165 0 0 20 0 2 0 274173006 702812160 161557 33554432000 4194304 5963574 140735634951520 139684716349240 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1601.82
Current children cumulated vsize (KiB) 686340

[startup+1662.3 s]
/proc/loadavg: 2.10 2.03 2.01 3/175 15391
/proc/meminfo: memFree=30560332/32873648 swapFree=7112/7112
[pid=14811] ppid=14809 vsize=686340 CPUtime=1661.78 cores=0,2,4,6
/proc/14811/stat : 14811 (wbo1.7) S 14809 14811 12452 0 -1 4202496 161988 0 0 0 166036 142 0 0 20 0 2 0 274172983 702812160 162000 33554432000 4194304 5963574 140735634951520 140735634951040 4545837 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/14811/statm: 171585 162000 184 432 0 171150 0
[pid=14811/tid=14813] ppid=14809 vsize=686340 CPUtime=1661.84 cores=0,2,4,6
/proc/14811/task/14813/stat : 14813 (wbo1.7) R 14809 14811 12452 0 -1 4202560 158517 0 0 0 166016 168 0 0 20 0 2 0 274173006 702812160 162000 33554432000 4194304 5963574 140735634951520 139684716349304 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1661.78
Current children cumulated vsize (KiB) 686340

[startup+1722.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/179 15540
/proc/meminfo: memFree=30526052/32873648 swapFree=7112/7112
[pid=14811] ppid=14809 vsize=686340 CPUtime=1721.77 cores=0,2,4,6
/proc/14811/stat : 14811 (wbo1.7) S 14809 14811 12452 0 -1 4202496 162075 0 0 0 172034 143 0 0 20 0 2 0 274172983 702812160 162102 33554432000 4194304 5963574 140735634951520 140735634951040 4545837 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/14811/statm: 171585 162102 184 432 0 171150 0
[pid=14811/tid=14813] ppid=14809 vsize=686340 CPUtime=1721.84 cores=0,2,4,6
/proc/14811/task/14813/stat : 14813 (wbo1.7) R 14809 14811 12452 0 -1 4202560 158604 0 0 0 172014 170 0 0 20 0 2 0 274173006 702812160 162102 33554432000 4194304 5963574 140735634951520 139684716349240 4399456 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1721.77
Current children cumulated vsize (KiB) 686340

[startup+1782.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/180 15543
/proc/meminfo: memFree=30440248/32873648 swapFree=7112/7112
[pid=14811] ppid=14809 vsize=686340 CPUtime=1781.76 cores=0,2,4,6
/proc/14811/stat : 14811 (wbo1.7) S 14809 14811 12452 0 -1 4202496 162235 0 0 0 178033 143 0 0 20 0 2 0 274172983 702812160 162262 33554432000 4194304 5963574 140735634951520 140735634951040 4545837 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/14811/statm: 171585 162262 184 432 0 171150 0
[pid=14811/tid=14813] ppid=14809 vsize=686340 CPUtime=1781.84 cores=0,2,4,6
/proc/14811/task/14813/stat : 14813 (wbo1.7) R 14809 14811 12452 0 -1 4202560 158764 0 0 0 178013 171 0 0 20 0 2 0 274173006 702812160 162262 33554432000 4194304 5963574 140735634951520 139684716349240 4399456 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1781.76
Current children cumulated vsize (KiB) 686340

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

[startup+1792.01 s]
/proc/loadavg: 2.01 2.02 2.00 3/179 15543
/proc/meminfo: memFree=30439760/32873648 swapFree=7112/7112
[pid=14811] ppid=14809 vsize=686340 CPUtime=1791.46 cores=0,2,4,6
/proc/14811/stat : 14811 (wbo1.7) S 14809 14811 12452 0 -1 4202496 162259 0 0 0 179003 143 0 0 20 0 2 0 274172983 702812160 162286 33554432000 4194304 5963574 140735634951520 140735634951040 4545837 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/14811/statm: 171585 162286 184 432 0 171150 0
[pid=14811/tid=14813] ppid=14809 vsize=686340 CPUtime=1791.54 cores=0,2,4,6
/proc/14811/task/14813/stat : 14813 (wbo1.7) R 14809 14811 12452 0 -1 4202560 158788 0 0 0 178983 171 0 0 20 0 2 0 274173006 702812160 162286 33554432000 4194304 5963574 140735634951520 139684716349240 4399560 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1791.46
Current children cumulated vsize (KiB) 686340

[startup+1795.2 s]
/proc/loadavg: 2.01 2.02 2.00 3/179 15543
/proc/meminfo: memFree=30439760/32873648 swapFree=7112/7112
[pid=14811] ppid=14809 vsize=686340 CPUtime=1794.66 cores=0,2,4,6
/proc/14811/stat : 14811 (wbo1.7) S 14809 14811 12452 0 -1 4202496 162260 0 0 0 179323 143 0 0 20 0 2 0 274172983 702812160 162287 33554432000 4194304 5963574 140735634951520 140735634951040 4545837 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/14811/statm: 171585 162287 184 432 0 171150 0
[pid=14811/tid=14813] ppid=14809 vsize=686340 CPUtime=1794.74 cores=0,2,4,6
/proc/14811/task/14813/stat : 14813 (wbo1.7) R 14809 14811 12452 0 -1 4202560 158789 0 0 0 179303 171 0 0 20 0 2 0 274173006 702812160 162287 33554432000 4194304 5963574 140735634951520 139684716349240 4399456 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1794.66
Current children cumulated vsize (KiB) 686340

[startup+1798.4 s]
/proc/loadavg: 2.01 2.02 2.00 3/179 15543
/proc/meminfo: memFree=30439760/32873648 swapFree=7112/7112
[pid=14811] ppid=14809 vsize=686340 CPUtime=1797.85 cores=0,2,4,6
/proc/14811/stat : 14811 (wbo1.7) S 14809 14811 12452 0 -1 4202496 162261 0 0 0 179642 143 0 0 20 0 2 0 274172983 702812160 162288 33554432000 4194304 5963574 140735634951520 140735634951040 4545837 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/14811/statm: 171585 162288 184 432 0 171150 0
[pid=14811/tid=14813] ppid=14809 vsize=686340 CPUtime=1797.94 cores=0,2,4,6
/proc/14811/task/14813/stat : 14813 (wbo1.7) R 14809 14811 12452 0 -1 4202560 158790 0 0 0 179623 171 0 0 20 0 2 0 274173006 702812160 162288 33554432000 4194304 5963574 140735634951520 139684716349240 4399456 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1797.85
Current children cumulated vsize (KiB) 686340

[startup+1799.2 s]
/proc/loadavg: 2.01 2.02 2.00 3/179 15543
/proc/meminfo: memFree=30439760/32873648 swapFree=7112/7112
[pid=14811] ppid=14809 vsize=686340 CPUtime=1798.65 cores=0,2,4,6
/proc/14811/stat : 14811 (wbo1.7) S 14809 14811 12452 0 -1 4202496 162267 0 0 0 179722 143 0 0 20 0 2 0 274172983 702812160 162294 33554432000 4194304 5963574 140735634951520 140735634951040 4545837 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/14811/statm: 171585 162294 184 432 0 171150 0
[pid=14811/tid=14813] ppid=14809 vsize=686340 CPUtime=1798.74 cores=0,2,4,6
/proc/14811/task/14813/stat : 14813 (wbo1.7) R 14809 14811 12452 0 -1 4202560 158796 0 0 0 179703 171 0 0 20 0 2 0 274173006 702812160 162294 33554432000 4194304 5963574 140735634951520 139684716349240 4220672 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1798.65
Current children cumulated vsize (KiB) 686340

[startup+1799.6 s]
/proc/loadavg: 2.01 2.02 2.00 3/179 15543
/proc/meminfo: memFree=30439760/32873648 swapFree=7112/7112
[pid=14811] ppid=14809 vsize=686340 CPUtime=1799.06 cores=0,2,4,6
/proc/14811/stat : 14811 (wbo1.7) S 14809 14811 12452 0 -1 4202496 162276 0 0 0 179763 143 0 0 20 0 2 0 274172983 702812160 162303 33554432000 4194304 5963574 140735634951520 140735634951040 4545837 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/14811/statm: 171585 162303 184 432 0 171150 0
[pid=14811/tid=14813] ppid=14809 vsize=686340 CPUtime=1799.14 cores=0,2,4,6
/proc/14811/task/14813/stat : 14813 (wbo1.7) R 14809 14811 12452 0 -1 4202560 158805 0 0 0 179743 171 0 0 20 0 2 0 274173006 702812160 162303 33554432000 4194304 5963574 140735634951520 139684716349240 4399456 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1799.06
Current children cumulated vsize (KiB) 686340

[startup+1800 s]
/proc/loadavg: 2.01 2.02 2.00 3/179 15543
/proc/meminfo: memFree=30439760/32873648 swapFree=7112/7112
[pid=14811] ppid=14809 vsize=686340 CPUtime=1799.45 cores=0,2,4,6
/proc/14811/stat : 14811 (wbo1.7) S 14809 14811 12452 0 -1 4202496 162285 0 0 0 179802 143 0 0 20 0 2 0 274172983 702812160 162312 33554432000 4194304 5963574 140735634951520 140735634951040 4545837 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/14811/statm: 171585 162312 184 432 0 171150 0
[pid=14811/tid=14813] ppid=14809 vsize=686340 CPUtime=1799.54 cores=0,2,4,6
/proc/14811/task/14813/stat : 14813 (wbo1.7) R 14809 14811 12452 0 -1 4202560 158814 0 0 0 179783 171 0 0 20 0 2 0 274173006 702812160 162312 33554432000 4194304 5963574 140735634951520 139684716349240 4399456 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1799.45
Current children cumulated vsize (KiB) 686340

Child status: 255
Real time (s): 1800.01
CPU time (s): 1799.78
CPU user time (s): 1798.05
CPU system time (s): 1.72474
CPU usage (%): 99.9874
Max. virtual memory (cumulated for all children) (KiB): 686340

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.05
system time used= 1.72474
maximum resident set size= 649264
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 162289
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= 312
involuntary context switches= 3258

runsolver used 4.20436 second user time and 11.2283 second system time

The end

Launcher Data

Begin job on node126 at 2012-05-27 03:01:11
IDJOB=3704647
IDBENCH=1372
IDSOLVER=2283
FILE ID=node126/3704647-1338080471
RUNJOBID= node126-1338077272-12468
PBS_JOBID= 14624421
Free space on /tmp= 71292 MiB

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

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

MD5SUM BENCH= a399b3055416a9d1117a7f2bb11b2cef
RANDOM SEED=115193131

node126.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.456
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	: 5332.91
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.456
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.456
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.456
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.456
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.456
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		: 2666.456
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		: 2666.456
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.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        31030604 kB
Buffers:          248948 kB
Cached:           555564 kB
SwapCached:        17756 kB
Active:          1000696 kB
Inactive:          47364 kB
Active(anon):     225040 kB
Inactive(anon):    20464 kB
Active(file):     775656 kB
Inactive(file):    26900 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67086932 kB
Dirty:              8908 kB
Writeback:             0 kB
AnonPages:        235612 kB
Mapped:            10392 kB
Shmem:                 0 kB
Slab:             655784 kB
SReclaimable:      99724 kB
SUnreclaim:       556060 kB
KernelStack:        1472 kB
PageTables:         4624 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     149852 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     69632 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= 71344 MiB
End job on node126 at 2012-05-27 03:31:11