Trace number 3704645

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

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.7 beta - March, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing opb file format. File HOME/instance-3704645-1338080288.opb.
0.00/0.00	c Instance file HOME/instance-3704645-1338080288.opb
0.00/0.00	c File size is 5609860 bytes.
0.29/0.35	c Highest Coefficient sum: 9
0.29/0.35	c ============================[ Problem Statistics ]=============================
0.29/0.35	c |                                                                             |
0.29/0.35	c |  Parsing time:          0.35         s                                      |
0.29/0.35	c |  Number Variables:      1650                                                |
0.29/0.35	c |  Number Clauses:        113164                                              |
0.29/0.35	c |  Number Cardinality:    550                                                 |
0.29/0.35	c |  Number PB Constraints: 0                                                   |
0.29/0.35	c |                                                                             |
0.29/0.35	c |  Problem Type:          Decision                                            |
0.29/0.35	c |  Objective Function:    None                                                |
0.29/0.35	c |                                                                             |
0.29/0.35	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-3704645-1338080288/watcher-3704645-1338080288 -o /tmp/evaluation-result-3704645-1338080288/solver-3704645-1338080288 -C 1800 -W 1900 -M 15500 wbo1.7 -file-format=opb HOME/instance-3704645-1338080288.opb 

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 28853
/proc/meminfo: memFree=28659124/32873648 swapFree=6844/6844
[pid=28853] ppid=28851 vsize=9076 CPUtime=0 cores=0,2,4,6
/proc/28853/stat : 28853 (wbo1.7) R 28851 28853 27916 0 -1 4202496 438 0 0 0 0 0 0 0 20 0 1 0 274154667 9293824 390 33554432000 4194304 5963574 140734533469024 140735056227816 5135642 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/28853/statm: 2269 390 171 432 0 464 0

[startup+0.0182261 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 28853
/proc/meminfo: memFree=28659124/32873648 swapFree=6844/6844
[pid=28853] ppid=28851 vsize=9604 CPUtime=0.01 cores=0,2,4,6
/proc/28853/stat : 28853 (wbo1.7) R 28851 28853 27916 0 -1 4202496 618 0 0 0 1 0 0 0 20 0 1 0 274154667 9834496 570 33554432000 4194304 5963574 140734533469024 140735056227816 5132919 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/28853/statm: 2401 570 220 432 0 596 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9604

[startup+0.10026 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 28853
/proc/meminfo: memFree=28659124/32873648 swapFree=6844/6844
[pid=28853] ppid=28851 vsize=12608 CPUtime=0.09 cores=0,2,4,6
/proc/28853/stat : 28853 (wbo1.7) R 28851 28853 27916 0 -1 4202496 1623 0 0 0 9 0 0 0 20 0 1 0 274154667 12910592 1575 33554432000 4194304 5963574 140734533469024 140734533467512 5137138 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/28853/statm: 3152 1594 545 432 0 1347 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12608

[startup+0.300236 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 28853
/proc/meminfo: memFree=28659124/32873648 swapFree=6844/6844
[pid=28853] ppid=28851 vsize=18772 CPUtime=0.29 cores=0,2,4,6
/proc/28853/stat : 28853 (wbo1.7) R 28851 28853 27916 0 -1 4202496 3988 0 0 0 29 0 0 0 20 0 1 0 274154667 19222528 3842 33554432000 4194304 5963574 140734533469024 140734533467512 5385174 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/28853/statm: 4693 3843 1325 432 0 2888 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 18772

[startup+0.700178 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 28853
/proc/meminfo: memFree=28659124/32873648 swapFree=6844/6844
[pid=28853] ppid=28851 vsize=95268 CPUtime=0.69 cores=0,2,4,6
/proc/28853/stat : 28853 (wbo1.7) S 28851 28853 27916 0 -1 4202496 8396 0 0 0 68 1 0 0 20 0 2 0 274154667 97554432 6657 33554432000 4194304 5963574 140734533469024 140734533468544 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28853/statm: 23817 6657 185 432 0 23382 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 95268

[startup+1.50026 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 28855
/proc/meminfo: memFree=28632456/32873648 swapFree=6844/6844
[pid=28853] ppid=28851 vsize=95268 CPUtime=1.48 cores=0,2,4,6
/proc/28853/stat : 28853 (wbo1.7) S 28851 28853 27916 0 -1 4202496 9143 0 0 0 147 1 0 0 20 0 2 0 274154667 97554432 7404 33554432000 4194304 5963574 140734533469024 140734533468544 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28853/statm: 23817 7404 185 432 0 23382 0
[pid=28853/tid=28855] ppid=28851 vsize=95268 CPUtime=1.12 cores=0,2,4,6
/proc/28853/task/28855/stat : 28855 (wbo1.7) R 28851 28853 27916 0 -1 4202560 4109 0 0 0 112 0 0 0 20 0 2 0 274154702 97554432 7404 33554432000 4194304 5963574 140734533469024 140577960667128 5135572 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) 95268

[startup+3.10026 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 28855
/proc/meminfo: memFree=28628108/32873648 swapFree=6844/6844
[pid=28853] ppid=28851 vsize=95268 CPUtime=3.08 cores=0,2,4,6
/proc/28853/stat : 28853 (wbo1.7) S 28851 28853 27916 0 -1 4202496 10594 0 0 0 307 1 0 0 20 0 2 0 274154667 97554432 8855 33554432000 4194304 5963574 140734533469024 140734533468544 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28853/statm: 23817 8855 185 432 0 23382 0
[pid=28853/tid=28855] ppid=28851 vsize=95268 CPUtime=2.72 cores=0,2,4,6
/proc/28853/task/28855/stat : 28855 (wbo1.7) R 28851 28853 27916 0 -1 4202560 5560 0 0 0 271 1 0 0 20 0 2 0 274154702 97554432 8855 33554432000 4194304 5963574 140734533469024 140577960667176 4399488 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 95268

[startup+6.30026 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 28855
/proc/meminfo: memFree=28616988/32873648 swapFree=6844/6844
[pid=28853] ppid=28851 vsize=95268 CPUtime=6.28 cores=0,2,4,6
/proc/28853/stat : 28853 (wbo1.7) S 28851 28853 27916 0 -1 4202496 12994 0 0 0 626 2 0 0 20 0 2 0 274154667 97554432 11255 33554432000 4194304 5963574 140734533469024 140734533468544 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28853/statm: 23817 11255 185 432 0 23382 0
[pid=28853/tid=28855] ppid=28851 vsize=95268 CPUtime=5.91 cores=0,2,4,6
/proc/28853/task/28855/stat : 28855 (wbo1.7) R 28851 28853 27916 0 -1 4202560 7960 0 0 0 590 1 0 0 20 0 2 0 274154702 97554432 11255 33554432000 4194304 5963574 140734533469024 140577960667128 4400064 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 95268

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 28855
/proc/meminfo: memFree=28599404/32873648 swapFree=6844/6844
[pid=28853] ppid=28851 vsize=95268 CPUtime=12.67 cores=0,2,4,6
/proc/28853/stat : 28853 (wbo1.7) S 28851 28853 27916 0 -1 4202496 17004 0 0 0 1264 3 0 0 20 0 2 0 274154667 97554432 15265 33554432000 4194304 5963574 140734533469024 140734533468544 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28853/statm: 23817 15265 185 432 0 23382 0
[pid=28853/tid=28855] ppid=28851 vsize=95268 CPUtime=12.29 cores=0,2,4,6
/proc/28853/task/28855/stat : 28855 (wbo1.7) R 28851 28853 27916 0 -1 4202560 11970 0 0 0 1226 3 0 0 20 0 2 0 274154702 97554432 15265 33554432000 4194304 5963574 140734533469024 140577960667128 4387804 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 95268

[startup+25.5011 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 28856
/proc/meminfo: memFree=28572912/32873648 swapFree=6844/6844
[pid=28853] ppid=28851 vsize=160804 CPUtime=25.47 cores=0,2,4,6
/proc/28853/stat : 28853 (wbo1.7) S 28851 28853 27916 0 -1 4202496 23433 0 0 0 2541 6 0 0 20 0 2 0 274154667 164663296 21804 33554432000 4194304 5963574 140734533469024 140734533468544 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28853/statm: 40201 21804 185 432 0 39766 0
[pid=28853/tid=28855] ppid=28851 vsize=160804 CPUtime=25.05 cores=0,2,4,6
/proc/28853/task/28855/stat : 28855 (wbo1.7) R 28851 28853 27916 0 -1 4202560 18399 0 0 0 2500 5 0 0 20 0 2 0 274154702 164663296 21804 33554432000 4194304 5963574 140734533469024 140577960667128 4399456 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 160804

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 28856
/proc/meminfo: memFree=28532952/32873648 swapFree=6844/6844
[pid=28853] ppid=28851 vsize=162428 CPUtime=51.05 cores=0,2,4,6
/proc/28853/stat : 28853 (wbo1.7) S 28851 28853 27916 0 -1 4202496 33572 0 0 0 5092 13 0 0 20 0 2 0 274154667 166326272 31927 33554432000 4194304 5963574 140734533469024 140734533468544 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28853/statm: 40607 31927 185 432 0 40172 0
[pid=28853/tid=28855] ppid=28851 vsize=162428 CPUtime=50.57 cores=0,2,4,6
/proc/28853/task/28855/stat : 28855 (wbo1.7) R 28851 28853 27916 0 -1 4202560 28538 0 0 0 5045 12 0 0 20 0 2 0 274154702 166326272 31927 33554432000 4194304 5963574 140734533469024 140577960667128 4399605 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 162428

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 28856
/proc/meminfo: memFree=28509116/32873648 swapFree=6844/6844
[pid=28853] ppid=28851 vsize=227964 CPUtime=102.24 cores=0,2,4,6
/proc/28853/stat : 28853 (wbo1.7) S 28851 28853 27916 0 -1 4202496 39122 0 0 0 10207 17 0 0 20 0 2 0 274154667 233435136 37465 33554432000 4194304 5963574 140734533469024 140734533468544 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28853/statm: 56991 37465 185 432 0 56556 0
[pid=28853/tid=28855] ppid=28851 vsize=227964 CPUtime=101.63 cores=0,2,4,6
/proc/28853/task/28855/stat : 28855 (wbo1.7) R 28851 28853 27916 0 -1 4202560 34088 0 0 0 10145 18 0 0 20 0 2 0 274154702 233435136 37465 33554432000 4194304 5963574 140734533469024 140577960667128 4399546 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 227964

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 28859
/proc/meminfo: memFree=28457484/32873648 swapFree=6844/6844
[pid=28853] ppid=28851 vsize=228772 CPUtime=162.23 cores=0,2,4,6
/proc/28853/stat : 28853 (wbo1.7) S 28851 28853 27916 0 -1 4202496 51749 0 0 0 16193 30 0 0 20 0 2 0 274154667 234262528 50092 33554432000 4194304 5963574 140734533469024 140734533468544 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28853/statm: 57193 50092 185 432 0 56758 0
[pid=28853/tid=28855] ppid=28851 vsize=228772 CPUtime=161.46 cores=0,2,4,6
/proc/28853/task/28855/stat : 28855 (wbo1.7) R 28851 28853 27916 0 -1 4202560 46715 0 0 0 16115 31 0 0 20 0 2 0 274154702 234262528 50092 33554432000 4194304 5963574 140734533469024 140577960666936 4399971 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 228772

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 28882
/proc/meminfo: memFree=28440788/32873648 swapFree=6844/6844
[pid=28853] ppid=28851 vsize=228772 CPUtime=222.22 cores=0,2,4,6
/proc/28853/stat : 28853 (wbo1.7) S 28851 28853 27916 0 -1 4202496 52310 0 0 0 22192 30 0 0 20 0 2 0 274154667 234262528 50653 33554432000 4194304 5963574 140734533469024 140734533468544 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28853/statm: 57193 50653 185 432 0 56758 0
[pid=28853/tid=28855] ppid=28851 vsize=228772 CPUtime=221.3 cores=0,2,4,6
/proc/28853/task/28855/stat : 28855 (wbo1.7) R 28851 28853 27916 0 -1 4202560 47276 0 0 0 22098 32 0 0 20 0 2 0 274154702 234262528 50653 33554432000 4194304 5963574 140734533469024 140577960666936 4399633 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 228772

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 28921
/proc/meminfo: memFree=28691512/32873648 swapFree=6844/6844
[pid=28853] ppid=28851 vsize=294308 CPUtime=282.21 cores=0,2,4,6
/proc/28853/stat : 28853 (wbo1.7) S 28851 28853 27916 0 -1 4202496 55953 0 0 0 28187 34 0 0 20 0 2 0 274154667 301371392 54296 33554432000 4194304 5963574 140734533469024 140734533468544 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28853/statm: 73577 54296 185 432 0 73142 0
[pid=28853/tid=28855] ppid=28851 vsize=294308 CPUtime=281.14 cores=0,2,4,6
/proc/28853/task/28855/stat : 28855 (wbo1.7) R 28851 28853 27916 0 -1 4202560 50919 0 0 0 28077 37 0 0 20 0 2 0 274154702 301371392 54296 33554432000 4194304 5963574 140734533469024 140577960666936 4399451 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 294308

[startup+342.3 s]
/proc/loadavg: 2.14 2.04 2.01 3/180 28922
/proc/meminfo: memFree=28528504/32873648 swapFree=6844/6844
[pid=28853] ppid=28851 vsize=294308 CPUtime=342.17 cores=0,2,4,6
/proc/28853/stat : 28853 (wbo1.7) S 28851 28853 27916 0 -1 4202496 62772 0 0 0 34177 40 0 0 20 0 2 0 274154667 301371392 61193 33554432000 4194304 5963574 140734533469024 140734533468544 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28853/statm: 73577 61193 185 432 0 73142 0
[pid=28853/tid=28855] ppid=28851 vsize=294308 CPUtime=340.95 cores=0,2,4,6
/proc/28853/task/28855/stat : 28855 (wbo1.7) R 28851 28853 27916 0 -1 4202560 57738 0 0 0 34051 44 0 0 20 0 2 0 274154702 301371392 61193 33554432000 4194304 5963574 140734533469024 140577960667128 4399633 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 294308

[startup+402.301 s]
/proc/loadavg: 2.09 2.05 2.01 3/180 28922
/proc/meminfo: memFree=28384248/32873648 swapFree=6844/6844
[pid=28853] ppid=28851 vsize=359844 CPUtime=402.14 cores=0,2,4,6
/proc/28853/stat : 28853 (wbo1.7) S 28851 28853 27916 0 -1 4202496 74746 0 0 0 40164 50 0 0 20 0 2 0 274154667 368480256 73166 33554432000 4194304 5963574 140734533469024 140734533468544 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28853/statm: 89961 73166 185 432 0 89526 0
[pid=28853/tid=28855] ppid=28851 vsize=359844 CPUtime=400.78 cores=0,2,4,6
/proc/28853/task/28855/stat : 28855 (wbo1.7) R 28851 28853 27916 0 -1 4202560 69712 0 0 0 40023 55 0 0 20 0 2 0 274154702 368480256 73166 33554432000 4194304 5963574 140734533469024 140577960667128 4399456 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) 359844

[startup+462.3 s]
/proc/loadavg: 2.03 2.04 2.00 3/180 28922
/proc/meminfo: memFree=28282500/32873648 swapFree=6844/6844
[pid=28853] ppid=28851 vsize=361060 CPUtime=462.14 cores=0,2,4,6

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


[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 29140
/proc/meminfo: memFree=27318532/32873648 swapFree=6844/6844
[pid=28853] ppid=28851 vsize=690564 CPUtime=1421.91 cores=0,2,4,6
/proc/28853/stat : 28853 (wbo1.7) S 28851 28853 27916 0 -1 4202496 164119 0 0 0 142050 141 0 0 20 0 2 0 274154667 707137536 162732 33554432000 4194304 5963574 140734533469024 140734533468544 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28853/statm: 172641 162732 185 432 0 172206 0
[pid=28853/tid=28855] ppid=28851 vsize=690564 CPUtime=1418.1 cores=0,2,4,6
/proc/28853/task/28855/stat : 28855 (wbo1.7) R 28851 28853 27916 0 -1 4202560 159085 0 0 0 141649 161 0 0 20 0 2 0 274154702 707137536 162732 33554432000 4194304 5963574 140734533469024 140577960667176 4399456 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1421.91
Current children cumulated vsize (KiB) 690564

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 29140
/proc/meminfo: memFree=27295528/32873648 swapFree=6844/6844
[pid=28853] ppid=28851 vsize=690564 CPUtime=1481.9 cores=0,2,4,6
/proc/28853/stat : 28853 (wbo1.7) S 28851 28853 27916 0 -1 4202496 169611 0 0 0 148041 149 0 0 20 0 2 0 274154667 707137536 168224 33554432000 4194304 5963574 140734533469024 140734533468544 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28853/statm: 172641 168224 185 432 0 172206 0
[pid=28853/tid=28855] ppid=28851 vsize=690564 CPUtime=1477.94 cores=0,2,4,6
/proc/28853/task/28855/stat : 28855 (wbo1.7) R 28851 28853 27916 0 -1 4202560 164577 0 0 0 147624 170 0 0 20 0 2 0 274154702 707137536 168224 33554432000 4194304 5963574 140734533469024 140577960667128 4387532 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1481.9
Current children cumulated vsize (KiB) 690564

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 29141
/proc/meminfo: memFree=27293732/32873648 swapFree=6844/6844
[pid=28853] ppid=28851 vsize=756100 CPUtime=1541.86 cores=0,2,4,6
/proc/28853/stat : 28853 (wbo1.7) S 28851 28853 27916 0 -1 4202496 169803 0 0 0 154037 149 0 0 20 0 2 0 274154667 774246400 168520 33554432000 4194304 5963574 140734533469024 140734533468544 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28853/statm: 189025 168520 185 432 0 188590 0
[pid=28853/tid=28855] ppid=28851 vsize=756100 CPUtime=1537.76 cores=0,2,4,6
/proc/28853/task/28855/stat : 28855 (wbo1.7) R 28851 28853 27916 0 -1 4202560 164769 0 0 0 153605 171 0 0 20 0 2 0 274154702 774246400 168520 33554432000 4194304 5963574 140734533469024 140577960666888 4399456 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1541.86
Current children cumulated vsize (KiB) 756100

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 29141
/proc/meminfo: memFree=27292520/32873648 swapFree=6844/6844
[pid=28853] ppid=28851 vsize=756100 CPUtime=1601.81 cores=0,2,4,6
/proc/28853/stat : 28853 (wbo1.7) S 28851 28853 27916 0 -1 4202496 169916 0 0 0 160032 149 0 0 20 0 2 0 274154667 774246400 168677 33554432000 4194304 5963574 140734533469024 140734533468544 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28853/statm: 189025 168677 185 432 0 188590 0
[pid=28853/tid=28855] ppid=28851 vsize=756100 CPUtime=1597.57 cores=0,2,4,6
/proc/28853/task/28855/stat : 28855 (wbo1.7) R 28851 28853 27916 0 -1 4202560 164882 0 0 0 159585 172 0 0 20 0 2 0 274154702 774246400 168677 33554432000 4194304 5963574 140734533469024 140577960666936 4399619 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1601.81
Current children cumulated vsize (KiB) 756100

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 29141
/proc/meminfo: memFree=27290400/32873648 swapFree=6844/6844
[pid=28853] ppid=28851 vsize=756100 CPUtime=1661.79 cores=0,2,4,6
/proc/28853/stat : 28853 (wbo1.7) S 28851 28853 27916 0 -1 4202496 170224 0 0 0 166030 149 0 0 20 0 2 0 274154667 774246400 168990 33554432000 4194304 5963574 140734533469024 140734533468544 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28853/statm: 189025 168990 185 432 0 188590 0
[pid=28853/tid=28855] ppid=28851 vsize=756100 CPUtime=1657.41 cores=0,2,4,6
/proc/28853/task/28855/stat : 28855 (wbo1.7) R 28851 28853 27916 0 -1 4202560 165190 0 0 0 165568 173 0 0 20 0 2 0 274154702 774246400 168990 33554432000 4194304 5963574 140734533469024 140577960666936 4399456 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1661.79
Current children cumulated vsize (KiB) 756100

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 29142
/proc/meminfo: memFree=27288740/32873648 swapFree=6844/6844
[pid=28853] ppid=28851 vsize=756100 CPUtime=1721.77 cores=0,2,4,6
/proc/28853/stat : 28853 (wbo1.7) S 28851 28853 27916 0 -1 4202496 170365 0 0 0 172028 149 0 0 20 0 2 0 274154667 774246400 169201 33554432000 4194304 5963574 140734533469024 140734533468544 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28853/statm: 189025 169201 185 432 0 188590 0
[pid=28853/tid=28855] ppid=28851 vsize=756100 CPUtime=1717.24 cores=0,2,4,6
/proc/28853/task/28855/stat : 28855 (wbo1.7) R 28851 28853 27916 0 -1 4202560 165331 0 0 0 171549 175 0 0 20 0 2 0 274154702 774246400 169201 33554432000 4194304 5963574 140734533469024 140577960666936 4399456 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1721.77
Current children cumulated vsize (KiB) 756100

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 29142
/proc/meminfo: memFree=27287508/32873648 swapFree=6844/6844
[pid=28853] ppid=28851 vsize=756100 CPUtime=1781.76 cores=0,2,4,6
/proc/28853/stat : 28853 (wbo1.7) S 28851 28853 27916 0 -1 4202496 170522 0 0 0 178027 149 0 0 20 0 2 0 274154667 774246400 169358 33554432000 4194304 5963574 140734533469024 140734533468544 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28853/statm: 189025 169358 185 432 0 188590 0
[pid=28853/tid=28855] ppid=28851 vsize=756100 CPUtime=1777.08 cores=0,2,4,6
/proc/28853/task/28855/stat : 28855 (wbo1.7) R 28851 28853 27916 0 -1 4202560 165488 0 0 0 177533 175 0 0 20 0 2 0 274154702 774246400 169358 33554432000 4194304 5963574 140734533469024 140577960666936 4399578 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1781.76
Current children cumulated vsize (KiB) 756100

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 29142
/proc/meminfo: memFree=27287384/32873648 swapFree=6844/6844
[pid=28853] ppid=28851 vsize=756100 CPUtime=1791.36 cores=0,2,4,6
/proc/28853/stat : 28853 (wbo1.7) S 28851 28853 27916 0 -1 4202496 170523 0 0 0 178987 149 0 0 20 0 2 0 274154667 774246400 169359 33554432000 4194304 5963574 140734533469024 140734533468544 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28853/statm: 189025 169359 185 432 0 188590 0
[pid=28853/tid=28855] ppid=28851 vsize=756100 CPUtime=1786.66 cores=0,2,4,6
/proc/28853/task/28855/stat : 28855 (wbo1.7) R 28851 28853 27916 0 -1 4202560 165489 0 0 0 178490 176 0 0 20 0 2 0 274154702 774246400 169359 33554432000 4194304 5963574 140734533469024 140577960666936 4399456 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1791.36
Current children cumulated vsize (KiB) 756100

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 29142
/proc/meminfo: memFree=27287260/32873648 swapFree=6844/6844
[pid=28853] ppid=28851 vsize=756100 CPUtime=1794.56 cores=0,2,4,6
/proc/28853/stat : 28853 (wbo1.7) S 28851 28853 27916 0 -1 4202496 170523 0 0 0 179307 149 0 0 20 0 2 0 274154667 774246400 169359 33554432000 4194304 5963574 140734533469024 140734533468544 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28853/statm: 189025 169359 185 432 0 188590 0
[pid=28853/tid=28855] ppid=28851 vsize=756100 CPUtime=1789.86 cores=0,2,4,6
/proc/28853/task/28855/stat : 28855 (wbo1.7) R 28851 28853 27916 0 -1 4202560 165489 0 0 0 178810 176 0 0 20 0 2 0 274154702 774246400 169359 33554432000 4194304 5963574 140734533469024 140577960666936 4399456 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1794.56
Current children cumulated vsize (KiB) 756100

[startup+1798.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 29142
/proc/meminfo: memFree=27287260/32873648 swapFree=6844/6844
[pid=28853] ppid=28851 vsize=756100 CPUtime=1797.75 cores=0,2,4,6
/proc/28853/stat : 28853 (wbo1.7) S 28851 28853 27916 0 -1 4202496 170523 0 0 0 179626 149 0 0 20 0 2 0 274154667 774246400 169359 33554432000 4194304 5963574 140734533469024 140734533468544 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28853/statm: 189025 169359 185 432 0 188590 0
[pid=28853/tid=28855] ppid=28851 vsize=756100 CPUtime=1793.04 cores=0,2,4,6
/proc/28853/task/28855/stat : 28855 (wbo1.7) R 28851 28853 27916 0 -1 4202560 165489 0 0 0 179128 176 0 0 20 0 2 0 274154702 774246400 169359 33554432000 4194304 5963574 140734533469024 140577960666936 4399456 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1797.75
Current children cumulated vsize (KiB) 756100

[startup+1799.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 29142
/proc/meminfo: memFree=27287260/32873648 swapFree=6844/6844
[pid=28853] ppid=28851 vsize=756100 CPUtime=1798.55 cores=0,2,4,6
/proc/28853/stat : 28853 (wbo1.7) S 28851 28853 27916 0 -1 4202496 170523 0 0 0 179706 149 0 0 20 0 2 0 274154667 774246400 169359 33554432000 4194304 5963574 140734533469024 140734533468544 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28853/statm: 189025 169359 185 432 0 188590 0
[pid=28853/tid=28855] ppid=28851 vsize=756100 CPUtime=1793.84 cores=0,2,4,6
/proc/28853/task/28855/stat : 28855 (wbo1.7) R 28851 28853 27916 0 -1 4202560 165489 0 0 0 179208 176 0 0 20 0 2 0 274154702 774246400 169359 33554432000 4194304 5963574 140734533469024 140577960666936 4399456 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1798.55
Current children cumulated vsize (KiB) 756100

[startup+1799.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 29142
/proc/meminfo: memFree=27287260/32873648 swapFree=6844/6844
[pid=28853] ppid=28851 vsize=756100 CPUtime=1798.96 cores=0,2,4,6
/proc/28853/stat : 28853 (wbo1.7) S 28851 28853 27916 0 -1 4202496 170523 0 0 0 179747 149 0 0 20 0 2 0 274154667 774246400 169359 33554432000 4194304 5963574 140734533469024 140734533468544 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28853/statm: 189025 169359 185 432 0 188590 0
[pid=28853/tid=28855] ppid=28851 vsize=756100 CPUtime=1794.24 cores=0,2,4,6
/proc/28853/task/28855/stat : 28855 (wbo1.7) R 28851 28853 27916 0 -1 4202560 165489 0 0 0 179248 176 0 0 20 0 2 0 274154702 774246400 169359 33554432000 4194304 5963574 140734533469024 140577960666936 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1798.96
Current children cumulated vsize (KiB) 756100

[startup+1799.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 29142
/proc/meminfo: memFree=27287260/32873648 swapFree=6844/6844
[pid=28853] ppid=28851 vsize=756100 CPUtime=1799.35 cores=0,2,4,6
/proc/28853/stat : 28853 (wbo1.7) S 28851 28853 27916 0 -1 4202496 170523 0 0 0 179786 149 0 0 20 0 2 0 274154667 774246400 169359 33554432000 4194304 5963574 140734533469024 140734533468544 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28853/statm: 189025 169359 185 432 0 188590 0
[pid=28853/tid=28855] ppid=28851 vsize=756100 CPUtime=1794.64 cores=0,2,4,6
/proc/28853/task/28855/stat : 28855 (wbo1.7) R 28851 28853 27916 0 -1 4202560 165489 0 0 0 179288 176 0 0 20 0 2 0 274154702 774246400 169359 33554432000 4194304 5963574 140734533469024 140577960666936 4399456 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.35
Current children cumulated vsize (KiB) 756100

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 29142
/proc/meminfo: memFree=27287260/32873648 swapFree=6844/6844
[pid=28853] ppid=28851 vsize=756100 CPUtime=1799.45 cores=0,2,4,6
/proc/28853/stat : 28853 (wbo1.7) S 28851 28853 27916 0 -1 4202496 170523 0 0 0 179796 149 0 0 20 0 2 0 274154667 774246400 169359 33554432000 4194304 5963574 140734533469024 140734533468544 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28853/statm: 189025 169359 185 432 0 188590 0
[pid=28853/tid=28855] ppid=28851 vsize=756100 CPUtime=1794.74 cores=0,2,4,6
/proc/28853/task/28855/stat : 28855 (wbo1.7) R 28851 28853 27916 0 -1 4202560 165489 0 0 0 179298 176 0 0 20 0 2 0 274154702 774246400 169359 33554432000 4194304 5963574 140734533469024 140577960666936 4399456 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.45
Current children cumulated vsize (KiB) 756100

Child status: 255

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 28853 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=332372
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=777729
# CPU time returned by wait4() is 1795.11
# while last known CPU time is 1799.45
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800
CPU time (s): 1799.45
CPU user time (s): 1797.96
CPU system time (s): 1.49
CPU usage (%): 99.9692
Max. virtual memory (cumulated for all children) (KiB): 756100

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.33
system time used= 1.77773
maximum resident set size= 677448
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 170526
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= 318
involuntary context switches= 2042

runsolver used 6.42502 second user time and 8.50071 second system time

The end

Launcher Data

Begin job on node124 at 2012-05-27 02:58:08
IDJOB=3704645
IDBENCH=1370
IDSOLVER=2283
FILE ID=node124/3704645-1338080288
RUNJOBID= node124-1338072365-27932
PBS_JOBID= 14624420
Free space on /tmp= 71368 MiB

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

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

MD5SUM BENCH= b656932a938990470d09f3771b5047c2
RANDOM SEED=1990346614

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:        28659652 kB
Buffers:          323424 kB
Cached:          2707548 kB
SwapCached:            0 kB
Active:          1311552 kB
Inactive:        2097368 kB
Active(anon):     380032 kB
Inactive(anon):        0 kB
Active(file):     931520 kB
Inactive(file):  2097368 kB
Unevictable:        6844 kB
Mlocked:            6844 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             10876 kB
Writeback:             0 kB
AnonPages:        455820 kB
Mapped:            15080 kB
Shmem:               200 kB
Slab:             667152 kB
SReclaimable:     111752 kB
SUnreclaim:       555400 kB
KernelStack:        1488 kB
PageTables:         4760 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     172508 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    372736 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= 71396 MiB
End job on node124 at 2012-05-27 03:28:08