Trace number 3704648

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

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
liu/vdw/normalized-vdw_k5_l4_n750.opb
MD5SUM84dfc4b706a5e82746c96ff285501708
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables3750
Total number of constraints467625
Number of constraints which are clauses466875
Number of constraints which are cardinality constraints (but not clauses)750
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint4
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 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-3704648-1338080562.opb.
0.00/0.00	c Instance file HOME/instance-3704648-1338080562.opb
0.00/0.00	c File size is 20154127 bytes.
1.19/1.29	c Highest Coefficient sum: 7
1.19/1.29	c ============================[ Problem Statistics ]=============================
1.19/1.29	c |                                                                             |
1.19/1.29	c |  Parsing time:          1.30         s                                      |
1.19/1.29	c |  Number Variables:      3750                                                |
1.19/1.29	c |  Number Clauses:        467625                                              |
1.19/1.29	c |  Number Cardinality:    750                                                 |
1.19/1.29	c |  Number PB Constraints: 0                                                   |
1.19/1.29	c |                                                                             |
1.29/1.31	c |  Problem Type:          Decision                                            |
1.29/1.31	c |  Objective Function:    None                                                |
1.29/1.31	c |                                                                             |
1.29/1.31	c ===============================================================================
1799.32/1800.00	c ===============================================================================
1799.32/1800.00	c Wall Clock Time: 1800.00 s
1799.32/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-3704648-1338080562/watcher-3704648-1338080562 -o /tmp/evaluation-result-3704648-1338080562/solver-3704648-1338080562 -C 1800 -W 1900 -M 15500 wbo1.7 -file-format=opb HOME/instance-3704648-1338080562.opb 

running on 4 cores: 1,3,5,7

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 3/178 28919
/proc/meminfo: memFree=28782832/32873648 swapFree=6844/6844
[pid=28919] ppid=28917 vsize=23140 CPUtime=0 cores=1,3,5,7
/proc/28919/stat : 28919 (wbo1.7) R 28917 28919 27916 0 -1 4202496 374 0 0 0 0 0 0 0 20 0 1 0 274182137 23695360 326 33554432000 4194304 5963574 140735894787920 140735962279048 4344320 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/28919/statm: 5785 327 167 432 0 429 0

[startup+0.023508 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 28919
/proc/meminfo: memFree=28782832/32873648 swapFree=6844/6844
[pid=28919] ppid=28917 vsize=24176 CPUtime=0.01 cores=1,3,5,7
/proc/28919/stat : 28919 (wbo1.7) R 28917 28919 27916 0 -1 4202496 726 0 0 0 1 0 0 0 20 0 1 0 274182137 24756224 678 33554432000 4194304 5963574 140735894787920 140735962279048 5135642 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/28919/statm: 6077 679 233 432 0 721 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 24176

[startup+0.100843 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 28919
/proc/meminfo: memFree=28782832/32873648 swapFree=6844/6844
[pid=28919] ppid=28917 vsize=26792 CPUtime=0.09 cores=1,3,5,7
/proc/28919/stat : 28919 (wbo1.7) R 28917 28919 27916 0 -1 4202496 1669 0 0 0 9 0 0 0 20 0 1 0 274182137 27435008 1588 33554432000 4194304 5963574 140735894787920 140735962279048 5135642 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/28919/statm: 6698 1588 536 432 0 1342 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 26792

[startup+0.301059 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 28919
/proc/meminfo: memFree=28782832/32873648 swapFree=6844/6844
[pid=28919] ppid=28917 vsize=33088 CPUtime=0.29 cores=1,3,5,7
/proc/28919/stat : 28919 (wbo1.7) R 28917 28919 27916 0 -1 4202496 4029 0 0 0 29 0 0 0 20 0 1 0 274182137 33882112 3884 33554432000 4194304 5963574 140735894787920 140735962279048 5135642 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/28919/statm: 8272 3884 1315 432 0 2916 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 33088

[startup+0.700178 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 28919
/proc/meminfo: memFree=28782832/32873648 swapFree=6844/6844
[pid=28919] ppid=28917 vsize=44452 CPUtime=0.69 cores=1,3,5,7
/proc/28919/stat : 28919 (wbo1.7) R 28917 28919 27916 0 -1 4202496 8487 0 0 0 68 1 0 0 20 0 1 0 274182137 45518848 8212 33554432000 4194304 5963574 140735894787920 140735894786264 5135642 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/28919/statm: 11113 8214 2842 432 0 5757 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 44452

[startup+1.50018 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 28920
/proc/meminfo: memFree=28753204/32873648 swapFree=6844/6844
[pid=28919] ppid=28917 vsize=128832 CPUtime=1.49 cores=1,3,5,7
/proc/28919/stat : 28919 (wbo1.7) S 28917 28919 27916 0 -1 4202496 24664 0 0 0 146 3 0 0 20 0 2 0 274182137 131923968 19211 33554432000 4194304 5963574 140735894787920 140735894787440 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28919/statm: 32208 19211 176 432 0 31773 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 128832

[startup+3.10111 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 28921
/proc/meminfo: memFree=28705712/32873648 swapFree=6844/6844
[pid=28919] ppid=28917 vsize=123360 CPUtime=3.09 cores=1,3,5,7
/proc/28919/stat : 28919 (wbo1.7) S 28917 28919 27916 0 -1 4202496 26634 0 0 0 305 4 0 0 20 0 2 0 274182137 126320640 20266 33554432000 4194304 5963574 140735894787920 140735894787440 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28919/statm: 30840 20266 184 432 0 30405 0
[pid=28919/tid=28921] ppid=28917 vsize=123360 CPUtime=1.79 cores=1,3,5,7
/proc/28919/task/28921/stat : 28921 (wbo1.7) R 28917 28919 27916 0 -1 4202560 11089 0 0 0 177 2 0 0 20 0 2 0 274182267 126320640 20266 33554432000 4194304 5963574 140735894787920 140655536625464 4399456 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 123360

[startup+6.30114 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 28921
/proc/meminfo: memFree=28695728/32873648 swapFree=6844/6844
[pid=28919] ppid=28917 vsize=123360 CPUtime=6.29 cores=1,3,5,7
/proc/28919/stat : 28919 (wbo1.7) S 28917 28919 27916 0 -1 4202496 28950 0 0 0 624 5 0 0 20 0 2 0 274182137 126320640 22582 33554432000 4194304 5963574 140735894787920 140735894787440 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28919/statm: 30840 22582 184 432 0 30405 0
[pid=28919/tid=28921] ppid=28917 vsize=123360 CPUtime=4.97 cores=1,3,5,7
/proc/28919/task/28921/stat : 28921 (wbo1.7) R 28917 28919 27916 0 -1 4202560 13405 0 0 0 494 3 0 0 20 0 2 0 274182267 126320640 22582 33554432000 4194304 5963574 140735894787920 140655536625656 4400055 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 123360

[startup+12.7003 s]
/proc/loadavg: 2.08 2.02 2.01 3/180 28921
/proc/meminfo: memFree=28675960/32873648 swapFree=6844/6844
[pid=28919] ppid=28917 vsize=188896 CPUtime=12.68 cores=1,3,5,7
/proc/28919/stat : 28919 (wbo1.7) S 28917 28919 27916 0 -1 4202496 33461 0 0 0 1260 8 0 0 20 0 2 0 274182137 193429504 27093 33554432000 4194304 5963574 140735894787920 140735894787440 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28919/statm: 47224 27093 184 432 0 46789 0
[pid=28919/tid=28921] ppid=28917 vsize=188896 CPUtime=11.35 cores=1,3,5,7
/proc/28919/task/28921/stat : 28921 (wbo1.7) R 28917 28919 27916 0 -1 4202560 17916 0 0 0 1129 6 0 0 20 0 2 0 274182267 193429504 27093 33554432000 4194304 5963574 140735894787920 140655536625704 4372991 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 188896

[startup+25.5003 s]
/proc/loadavg: 2.07 2.02 2.00 3/180 28921
/proc/meminfo: memFree=28642860/32873648 swapFree=6844/6844
[pid=28919] ppid=28917 vsize=188896 CPUtime=25.48 cores=1,3,5,7
/proc/28919/stat : 28919 (wbo1.7) S 28917 28919 27916 0 -1 4202496 41454 0 0 0 2536 12 0 0 20 0 2 0 274182137 193429504 35086 33554432000 4194304 5963574 140735894787920 140735894787440 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28919/statm: 47224 35086 184 432 0 46789 0
[pid=28919/tid=28921] ppid=28917 vsize=188896 CPUtime=24.12 cores=1,3,5,7
/proc/28919/task/28921/stat : 28921 (wbo1.7) R 28917 28919 27916 0 -1 4202560 25909 0 0 0 2402 10 0 0 20 0 2 0 274182267 193429504 35086 33554432000 4194304 5963574 140735894787920 140655536625656 4221120 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 188896

[startup+51.1012 s]
/proc/loadavg: 2.11 2.03 2.01 3/180 28922
/proc/meminfo: memFree=28576316/32873648 swapFree=6844/6844
[pid=28919] ppid=28917 vsize=254432 CPUtime=51.08 cores=1,3,5,7
/proc/28919/stat : 28919 (wbo1.7) S 28917 28919 27916 0 -1 4202496 55627 0 0 0 5089 19 0 0 20 0 2 0 274182137 260538368 49259 33554432000 4194304 5963574 140735894787920 140735894787440 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28919/statm: 63608 49259 184 432 0 63173 0
[pid=28919/tid=28921] ppid=28917 vsize=254432 CPUtime=49.65 cores=1,3,5,7
/proc/28919/task/28921/stat : 28921 (wbo1.7) R 28917 28919 27916 0 -1 4202560 40082 0 0 0 4948 17 0 0 20 0 2 0 274182267 260538368 49259 33554432000 4194304 5963574 140735894787920 140655536625656 4399537 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 254432

[startup+102.307 s]
/proc/loadavg: 2.13 2.05 2.01 3/180 28922
/proc/meminfo: memFree=28440792/32873648 swapFree=6844/6844
[pid=28919] ppid=28917 vsize=319968 CPUtime=102.27 cores=1,3,5,7
/proc/28919/stat : 28919 (wbo1.7) S 28917 28919 27916 0 -1 4202496 78559 0 0 0 10194 33 0 0 20 0 2 0 274182137 327647232 72191 33554432000 4194304 5963574 140735894787920 140735894787440 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28919/statm: 79992 72191 184 432 0 79557 0
[pid=28919/tid=28921] ppid=28917 vsize=319968 CPUtime=100.73 cores=1,3,5,7
/proc/28919/task/28921/stat : 28921 (wbo1.7) R 28917 28919 27916 0 -1 4202560 63014 0 0 0 10041 32 0 0 20 0 2 0 274182267 327647232 72191 33554432000 4194304 5963574 140735894787920 140655536625656 4399456 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 319968

[startup+162.3 s]
/proc/loadavg: 2.05 2.04 2.01 3/180 28922
/proc/meminfo: memFree=28315260/32873648 swapFree=6844/6844
[pid=28919] ppid=28917 vsize=451040 CPUtime=162.26 cores=1,3,5,7
/proc/28919/stat : 28919 (wbo1.7) S 28917 28919 27916 0 -1 4202496 99348 0 0 0 16175 51 0 0 20 0 2 0 274182137 461864960 93568 33554432000 4194304 5963574 140735894787920 140735894787440 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28919/statm: 112760 93568 184 432 0 112325 0
[pid=28919/tid=28921] ppid=28917 vsize=451040 CPUtime=160.56 cores=1,3,5,7
/proc/28919/task/28921/stat : 28921 (wbo1.7) R 28917 28919 27916 0 -1 4202560 83803 0 0 0 16005 51 0 0 20 0 2 0 274182267 461864960 93568 33554432000 4194304 5963574 140735894787920 140655536625464 4399456 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 451040

[startup+222.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/179 28922
/proc/meminfo: memFree=28240228/32873648 swapFree=6844/6844
[pid=28919] ppid=28917 vsize=516576 CPUtime=222.21 cores=1,3,5,7
/proc/28919/stat : 28919 (wbo1.7) S 28917 28919 27916 0 -1 4202496 117218 0 0 0 22151 70 0 0 20 0 2 0 274182137 528973824 111907 33554432000 4194304 5963574 140735894787920 140735894787440 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28919/statm: 129144 111907 184 432 0 128709 0
[pid=28919/tid=28921] ppid=28917 vsize=516576 CPUtime=220.37 cores=1,3,5,7
/proc/28919/task/28921/stat : 28921 (wbo1.7) R 28917 28919 27916 0 -1 4202560 101673 0 0 0 21966 71 0 0 20 0 2 0 274182267 528973824 111907 33554432000 4194304 5963574 140735894787920 140655536625656 5243463 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 516576

[startup+282.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/180 28923
/proc/meminfo: memFree=28171452/32873648 swapFree=6844/6844
[pid=28919] ppid=28917 vsize=582112 CPUtime=282.17 cores=1,3,5,7
/proc/28919/stat : 28919 (wbo1.7) S 28917 28919 27916 0 -1 4202496 132601 0 0 0 28131 86 0 0 20 0 2 0 274182137 596082688 127249 33554432000 4194304 5963574 140735894787920 140735894787440 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28919/statm: 145528 127249 184 432 0 145093 0
[pid=28919/tid=28921] ppid=28917 vsize=582112 CPUtime=280.17 cores=1,3,5,7
/proc/28919/task/28921/stat : 28921 (wbo1.7) R 28917 28919 27916 0 -1 4202560 117056 0 0 0 27930 87 0 0 20 0 2 0 274182267 596082688 127249 33554432000 4194304 5963574 140735894787920 140655536625464 4399456 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 582112

[startup+342.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/180 28923
/proc/meminfo: memFree=28070840/32873648 swapFree=6844/6844
[pid=28919] ppid=28917 vsize=647648 CPUtime=342.11 cores=1,3,5,7
/proc/28919/stat : 28919 (wbo1.7) S 28917 28919 27916 0 -1 4202496 147803 0 0 0 34106 105 0 0 20 0 2 0 274182137 663191552 142408 33554432000 4194304 5963574 140735894787920 140735894787440 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28919/statm: 161912 142408 184 432 0 161477 0
[pid=28919/tid=28921] ppid=28917 vsize=647648 CPUtime=339.97 cores=1,3,5,7
/proc/28919/task/28921/stat : 28921 (wbo1.7) R 28917 28919 27916 0 -1 4202560 132258 0 0 0 33889 108 0 0 20 0 2 0 274182267 663191552 142408 33554432000 4194304 5963574 140735894787920 140655536625656 4399456 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 342.11
Current children cumulated vsize (KiB) 647648

[startup+402.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/180 29133
/proc/meminfo: memFree=28031788/32873648 swapFree=6844/6844
[pid=28919] ppid=28917 vsize=647648 CPUtime=402.09 cores=1,3,5,7
/proc/28919/stat : 28919 (wbo1.7) S 28917 28919 27916 0 -1 4202496 159757 0 0 0 40093 116 0 0 20 0 2 0 274182137 663191552 155373 33554432000 4194304 5963574 140735894787920 140735894787440 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28919/statm: 161912 155373 184 432 0 161477 0
[pid=28919/tid=28921] ppid=28917 vsize=647648 CPUtime=399.81 cores=1,3,5,7
/proc/28919/task/28921/stat : 28921 (wbo1.7) R 28917 28919 27916 0 -1 4202560 144212 0 0 0 39861 120 0 0 20 0 2 0 274182267 663191552 155373 33554432000 4194304 5963574 140735894787920 140655536625704 4399560 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 402.09
Current children cumulated vsize (KiB) 647648

[startup+462.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/180 29135
/proc/meminfo: memFree=27944572/32873648 swapFree=6844/6844
[pid=28919] ppid=28917 vsize=713184 CPUtime=462.09 cores=1,3,5,7
/proc/28919/stat : 28919 (wbo1.7) S 28917 28919 27916 0 -1 4202496 172211 0 0 0 46079 130 0 0 20 0 2 0 274182137 730300416 167827 33554432000 4194304 5963574 140735894787920 140735894787440 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28919/statm: 178296 167827 184 432 0 177861 0

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


[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 29141
/proc/meminfo: memFree=27289616/32873648 swapFree=6844/6844
[pid=28919] ppid=28917 vsize=1114604 CPUtime=1421.78 cores=1,3,5,7
/proc/28919/stat : 28919 (wbo1.7) S 28917 28919 27916 0 -1 4202496 274617 0 0 0 141909 269 0 0 20 0 2 0 274182137 1141354496 271854 33554432000 4194304 5963574 140735894787920 140735894787440 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28919/statm: 278651 271854 184 432 0 278216 0
[pid=28919/tid=28921] ppid=28917 vsize=1114604 CPUtime=1417 cores=1,3,5,7
/proc/28919/task/28921/stat : 28921 (wbo1.7) R 28917 28919 27916 0 -1 4202560 259072 0 0 0 141412 288 0 0 20 0 2 0 274182267 1141354496 271854 33554432000 4194304 5963574 140735894787920 140655536625464 4399456 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1421.78
Current children cumulated vsize (KiB) 1114604

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 29142
/proc/meminfo: memFree=27287624/32873648 swapFree=6844/6844
[pid=28919] ppid=28917 vsize=1114604 CPUtime=1481.76 cores=1,3,5,7
/proc/28919/stat : 28919 (wbo1.7) S 28917 28919 27916 0 -1 4202496 274815 0 0 0 147907 269 0 0 20 0 2 0 274182137 1141354496 272052 33554432000 4194304 5963574 140735894787920 140735894787440 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28919/statm: 278651 272052 184 432 0 278216 0
[pid=28919/tid=28921] ppid=28917 vsize=1114604 CPUtime=1476.83 cores=1,3,5,7
/proc/28919/task/28921/stat : 28921 (wbo1.7) R 28917 28919 27916 0 -1 4202560 259270 0 0 0 147394 289 0 0 20 0 2 0 274182267 1141354496 272052 33554432000 4194304 5963574 140735894787920 140655536625464 4399474 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1481.76
Current children cumulated vsize (KiB) 1114604

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 29188
/proc/meminfo: memFree=27876860/32873648 swapFree=6844/6844
[pid=28919] ppid=28917 vsize=1114604 CPUtime=1541.75 cores=1,3,5,7
/proc/28919/stat : 28919 (wbo1.7) S 28917 28919 27916 0 -1 4202496 274958 0 0 0 153906 269 0 0 20 0 2 0 274182137 1141354496 272195 33554432000 4194304 5963574 140735894787920 140735894787440 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28919/statm: 278651 272195 184 432 0 278216 0
[pid=28919/tid=28921] ppid=28917 vsize=1114604 CPUtime=1536.68 cores=1,3,5,7
/proc/28919/task/28921/stat : 28921 (wbo1.7) R 28917 28919 27916 0 -1 4202560 259413 0 0 0 153378 290 0 0 20 0 2 0 274182267 1141354496 272195 33554432000 4194304 5963574 140735894787920 140655536625464 4399614 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1541.75
Current children cumulated vsize (KiB) 1114604

[startup+1602.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/179 29299
/proc/meminfo: memFree=27947916/32873648 swapFree=6844/6844
[pid=28919] ppid=28917 vsize=1114604 CPUtime=1601.71 cores=1,3,5,7
/proc/28919/stat : 28919 (wbo1.7) S 28917 28919 27916 0 -1 4202496 275251 0 0 0 159902 269 0 0 20 0 2 0 274182137 1141354496 272579 33554432000 4194304 5963574 140735894787920 140735894787440 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28919/statm: 278651 272579 184 432 0 278216 0
[pid=28919/tid=28921] ppid=28917 vsize=1114604 CPUtime=1596.49 cores=1,3,5,7
/proc/28919/task/28921/stat : 28921 (wbo1.7) R 28917 28919 27916 0 -1 4202560 259706 0 0 0 159358 291 0 0 20 0 2 0 274182267 1141354496 272579 33554432000 4194304 5963574 140735894787920 140655536625464 4221120 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1601.71
Current children cumulated vsize (KiB) 1114604

[startup+1662.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/180 29302
/proc/meminfo: memFree=27922232/32873648 swapFree=6844/6844
[pid=28919] ppid=28917 vsize=1114604 CPUtime=1661.66 cores=1,3,5,7
/proc/28919/stat : 28919 (wbo1.7) S 28917 28919 27916 0 -1 4202496 275401 0 0 0 165897 269 0 0 20 0 2 0 274182137 1141354496 272723 33554432000 4194304 5963574 140735894787920 140735894787440 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28919/statm: 278651 272723 184 432 0 278216 0
[pid=28919/tid=28921] ppid=28917 vsize=1114604 CPUtime=1656.29 cores=1,3,5,7
/proc/28919/task/28921/stat : 28921 (wbo1.7) R 28917 28919 27916 0 -1 4202560 259856 0 0 0 165337 292 0 0 20 0 2 0 274182267 1141354496 272723 33554432000 4194304 5963574 140735894787920 140655536625464 4392315 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1661.66
Current children cumulated vsize (KiB) 1114604

[startup+1722.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 29302
/proc/meminfo: memFree=27910092/32873648 swapFree=6844/6844
[pid=28919] ppid=28917 vsize=1114604 CPUtime=1721.65 cores=1,3,5,7
/proc/28919/stat : 28919 (wbo1.7) S 28917 28919 27916 0 -1 4202496 275756 0 0 0 171896 269 0 0 20 0 2 0 274182137 1141354496 273085 33554432000 4194304 5963574 140735894787920 140735894787440 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28919/statm: 278651 273085 184 432 0 278216 0
[pid=28919/tid=28921] ppid=28917 vsize=1114604 CPUtime=1716.13 cores=1,3,5,7
/proc/28919/task/28921/stat : 28921 (wbo1.7) R 28917 28919 27916 0 -1 4202560 260211 0 0 0 171320 293 0 0 20 0 2 0 274182267 1141354496 273085 33554432000 4194304 5963574 140735894787920 140655536625464 4399537 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1721.65
Current children cumulated vsize (KiB) 1114604

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 29302
/proc/meminfo: memFree=27903508/32873648 swapFree=6844/6844
[pid=28919] ppid=28917 vsize=1114604 CPUtime=1781.63 cores=1,3,5,7
/proc/28919/stat : 28919 (wbo1.7) S 28917 28919 27916 0 -1 4202496 275880 0 0 0 177894 269 0 0 20 0 2 0 274182137 1141354496 273205 33554432000 4194304 5963574 140735894787920 140735894787440 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28919/statm: 278651 273205 184 432 0 278216 0
[pid=28919/tid=28921] ppid=28917 vsize=1114604 CPUtime=1775.97 cores=1,3,5,7
/proc/28919/task/28921/stat : 28921 (wbo1.7) R 28917 28919 27916 0 -1 4202560 260335 0 0 0 177304 293 0 0 20 0 2 0 274182267 1141354496 273205 33554432000 4194304 5963574 140735894787920 140655536625464 4399456 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1781.63
Current children cumulated vsize (KiB) 1114604

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 29302
/proc/meminfo: memFree=27901896/32873648 swapFree=6844/6844
[pid=28919] ppid=28917 vsize=1114604 CPUtime=1791.23 cores=1,3,5,7
/proc/28919/stat : 28919 (wbo1.7) S 28917 28919 27916 0 -1 4202496 275924 0 0 0 178854 269 0 0 20 0 2 0 274182137 1141354496 273249 33554432000 4194304 5963574 140735894787920 140735894787440 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28919/statm: 278651 273249 184 432 0 278216 0
[pid=28919/tid=28921] ppid=28917 vsize=1114604 CPUtime=1785.55 cores=1,3,5,7
/proc/28919/task/28921/stat : 28921 (wbo1.7) R 28917 28919 27916 0 -1 4202560 260379 0 0 0 178261 294 0 0 20 0 2 0 274182267 1141354496 273249 33554432000 4194304 5963574 140735894787920 140655536625464 4399456 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1791.23
Current children cumulated vsize (KiB) 1114604

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 29302
/proc/meminfo: memFree=27901896/32873648 swapFree=6844/6844
[pid=28919] ppid=28917 vsize=1114604 CPUtime=1794.43 cores=1,3,5,7
/proc/28919/stat : 28919 (wbo1.7) S 28917 28919 27916 0 -1 4202496 275932 0 0 0 179174 269 0 0 20 0 2 0 274182137 1141354496 273257 33554432000 4194304 5963574 140735894787920 140735894787440 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28919/statm: 278651 273257 184 432 0 278216 0
[pid=28919/tid=28921] ppid=28917 vsize=1114604 CPUtime=1788.74 cores=1,3,5,7
/proc/28919/task/28921/stat : 28921 (wbo1.7) R 28917 28919 27916 0 -1 4202560 260387 0 0 0 178580 294 0 0 20 0 2 0 274182267 1141354496 273257 33554432000 4194304 5963574 140735894787920 140655536625464 4399456 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1794.43
Current children cumulated vsize (KiB) 1114604

[startup+1798.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 29302
/proc/meminfo: memFree=27901772/32873648 swapFree=6844/6844
[pid=28919] ppid=28917 vsize=1114604 CPUtime=1797.62 cores=1,3,5,7
/proc/28919/stat : 28919 (wbo1.7) S 28917 28919 27916 0 -1 4202496 275950 0 0 0 179493 269 0 0 20 0 2 0 274182137 1141354496 273275 33554432000 4194304 5963574 140735894787920 140735894787440 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28919/statm: 278651 273275 184 432 0 278216 0
[pid=28919/tid=28921] ppid=28917 vsize=1114604 CPUtime=1791.93 cores=1,3,5,7
/proc/28919/task/28921/stat : 28921 (wbo1.7) R 28917 28919 27916 0 -1 4202560 260405 0 0 0 178899 294 0 0 20 0 2 0 274182267 1141354496 273275 33554432000 4194304 5963574 140735894787920 140655536625464 4399456 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1797.62
Current children cumulated vsize (KiB) 1114604

[startup+1799.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 29302
/proc/meminfo: memFree=27901648/32873648 swapFree=6844/6844
[pid=28919] ppid=28917 vsize=1114604 CPUtime=1798.42 cores=1,3,5,7
/proc/28919/stat : 28919 (wbo1.7) S 28917 28919 27916 0 -1 4202496 275950 0 0 0 179573 269 0 0 20 0 2 0 274182137 1141354496 273275 33554432000 4194304 5963574 140735894787920 140735894787440 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28919/statm: 278651 273275 184 432 0 278216 0
[pid=28919/tid=28921] ppid=28917 vsize=1114604 CPUtime=1792.72 cores=1,3,5,7
/proc/28919/task/28921/stat : 28921 (wbo1.7) R 28917 28919 27916 0 -1 4202560 260405 0 0 0 178978 294 0 0 20 0 2 0 274182267 1141354496 273275 33554432000 4194304 5963574 140735894787920 140655536625464 4399456 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1798.42
Current children cumulated vsize (KiB) 1114604

[startup+1799.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 29302
/proc/meminfo: memFree=27901400/32873648 swapFree=6844/6844
[pid=28919] ppid=28917 vsize=1114604 CPUtime=1798.83 cores=1,3,5,7
/proc/28919/stat : 28919 (wbo1.7) S 28917 28919 27916 0 -1 4202496 275950 0 0 0 179614 269 0 0 20 0 2 0 274182137 1141354496 273275 33554432000 4194304 5963574 140735894787920 140735894787440 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28919/statm: 278651 273275 184 432 0 278216 0
[pid=28919/tid=28921] ppid=28917 vsize=1114604 CPUtime=1793.13 cores=1,3,5,7
/proc/28919/task/28921/stat : 28921 (wbo1.7) R 28917 28919 27916 0 -1 4202560 260405 0 0 0 179019 294 0 0 20 0 2 0 274182267 1141354496 273275 33554432000 4194304 5963574 140735894787920 140655536625464 4399474 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1798.83
Current children cumulated vsize (KiB) 1114604

[startup+1799.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 29302
/proc/meminfo: memFree=27901400/32873648 swapFree=6844/6844
[pid=28919] ppid=28917 vsize=1114604 CPUtime=1799.22 cores=1,3,5,7
/proc/28919/stat : 28919 (wbo1.7) S 28917 28919 27916 0 -1 4202496 275950 0 0 0 179653 269 0 0 20 0 2 0 274182137 1141354496 273275 33554432000 4194304 5963574 140735894787920 140735894787440 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28919/statm: 278651 273275 184 432 0 278216 0
[pid=28919/tid=28921] ppid=28917 vsize=1114604 CPUtime=1793.52 cores=1,3,5,7
/proc/28919/task/28921/stat : 28921 (wbo1.7) R 28917 28919 27916 0 -1 4202560 260405 0 0 0 179058 294 0 0 20 0 2 0 274182267 1141354496 273275 33554432000 4194304 5963574 140735894787920 140655536625464 4221120 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1799.22
Current children cumulated vsize (KiB) 1114604

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 29302
/proc/meminfo: memFree=27901400/32873648 swapFree=6844/6844
[pid=28919] ppid=28917 vsize=1114604 CPUtime=1799.32 cores=1,3,5,7
/proc/28919/stat : 28919 (wbo1.7) S 28917 28919 27916 0 -1 4202496 275951 0 0 0 179663 269 0 0 20 0 2 0 274182137 1141354496 273276 33554432000 4194304 5963574 140735894787920 140735894787440 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28919/statm: 278651 273276 184 432 0 278216 0
[pid=28919/tid=28921] ppid=28917 vsize=1114604 CPUtime=1793.62 cores=1,3,5,7
/proc/28919/task/28921/stat : 28921 (wbo1.7) R 28917 28919 27916 0 -1 4202560 260406 0 0 0 179068 294 0 0 20 0 2 0 274182267 1141354496 273276 33554432000 4194304 5963574 140735894787920 140655536625464 4399456 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1799.32
Current children cumulated vsize (KiB) 1114604

Child status: 255

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 28919 and gives
#  childrusage.ru_utime.tv_sec=1791
#  childrusage.ru_utime.tv_usec=961580
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=975547
# CPU time returned by wait4() is 1794.94
# while last known CPU time is 1799.32
#
# 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.32
CPU user time (s): 1796.63
CPU system time (s): 2.69
CPU usage (%): 99.9619
Max. virtual memory (cumulated for all children) (KiB): 1114604

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1791.96
system time used= 2.97555
maximum resident set size= 1093120
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 275955
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= 507
involuntary context switches= 3829

runsolver used 2.97855 second user time and 7.76982 second system time

The end

Launcher Data

Begin job on node124 at 2012-05-27 03:02:43
IDJOB=3704648
IDBENCH=1373
IDSOLVER=2283
FILE ID=node124/3704648-1338080562
RUNJOBID= node124-1338072365-27933
PBS_JOBID= 14624420
Free space on /tmp= 71348 MiB

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

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

MD5SUM BENCH= 84dfc4b706a5e82746c96ff285501708
RANDOM SEED=839447406

node124.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.325
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.65
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.325
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	: 5385.03
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.325
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	: 5385.04
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.325
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	: 5357.53
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.325
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	: 5385.03
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.325
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	: 5385.04
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.325
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	: 5385.03
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.325
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	: 5385.03
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        28783376 kB
Buffers:          323560 kB
Cached:          2728972 kB
SwapCached:            0 kB
Active:          1184844 kB
Inactive:        2098876 kB
Active(anon):     233552 kB
Inactive(anon):        0 kB
Active(file):     951292 kB
Inactive(file):  2098876 kB
Unevictable:        6844 kB
Mlocked:            6844 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             25200 kB
Writeback:            16 kB
AnonPages:        176076 kB
Mapped:            15120 kB
Shmem:               200 kB
Slab:             667908 kB
SReclaimable:     112296 kB
SUnreclaim:       555612 kB
KernelStack:        1448 kB
PageTables:         4472 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     157476 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     20480 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= 71404 MiB
End job on node124 at 2012-05-27 03:32:43