Trace number 3704774

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

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/
submitted-PB06/roussel/normalized-pigeon-cardinality-51-50.opb
MD5SUM285c24e978af8153c6a378b9af59f522
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.049991
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables2550
Total number of constraints101
Number of constraints which are clauses51
Number of constraints which are cardinality constraints (but not clauses)50
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint50
Maximum length of a constraint51
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 52
Number of bits of the biggest sum of numbers6
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-3704774-1338098356.opb.
0.00/0.00	c Instance file HOME/instance-3704774-1338098356.opb
0.00/0.00	c File size is 44645 bytes.
0.00/0.00	c Highest Coefficient sum: 52
0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Parsing time:          0.01         s                                      |
0.00/0.00	c |  Number Variables:      2550                                                |
0.00/0.00	c |  Number Clauses:        51                                                  |
0.00/0.00	c |  Number Cardinality:    50                                                  |
0.00/0.00	c |  Number PB Constraints: 0                                                   |
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Problem Type:          Decision                                            |
0.00/0.00	c |  Objective Function:    None                                                |
0.00/0.00	c |                                                                             |
0.00/0.00	c ===============================================================================
1799.60/1800.00	c ===============================================================================
1799.60/1800.00	c Wall Clock Time: 1800.00 s
1799.60/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-3704774-1338098356/watcher-3704774-1338098356 -o /tmp/evaluation-result-3704774-1338098356/solver-3704774-1338098356 -C 1800 -W 1900 -M 15500 wbo1.7 -file-format=opb HOME/instance-3704774-1338098356.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.01 2.00 3/177 3450
/proc/meminfo: memFree=29605660/32873844 swapFree=7628/7628
[pid=3450] ppid=3448 vsize=4868 CPUtime=0 cores=0,2,4,6
/proc/3450/stat : 3450 (wbo1.7) R 3448 3450 2698 0 -1 4202496 751 0 0 0 0 0 0 0 20 0 1 0 275959983 4984832 693 33554432000 4194304 5963574 140735345824176 140734529425784 4296686 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/3450/statm: 1256 703 168 432 0 821 0

[startup+0.0954399 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 3450
/proc/meminfo: memFree=29605660/32873844 swapFree=7628/7628
[pid=3450] ppid=3448 vsize=84436 CPUtime=0.09 cores=0,2,4,6
/proc/3450/stat : 3450 (wbo1.7) S 3448 3450 2698 0 -1 4202496 1472 0 0 0 9 0 0 0 20 0 2 0 275959983 86462464 1414 33554432000 4194304 5963574 140735345824176 140735345823696 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3450/statm: 21109 1414 185 432 0 20674 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 84436

[startup+0.100154 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 3450
/proc/meminfo: memFree=29605660/32873844 swapFree=7628/7628
[pid=3450] ppid=3448 vsize=84436 CPUtime=0.09 cores=0,2,4,6
/proc/3450/stat : 3450 (wbo1.7) S 3448 3450 2698 0 -1 4202496 1485 0 0 0 9 0 0 0 20 0 2 0 275959983 86462464 1427 33554432000 4194304 5963574 140735345824176 140735345823696 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3450/statm: 21109 1427 185 432 0 20674 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 84436

[startup+0.300114 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 3450
/proc/meminfo: memFree=29605660/32873844 swapFree=7628/7628
[pid=3450] ppid=3448 vsize=84436 CPUtime=0.29 cores=0,2,4,6
/proc/3450/stat : 3450 (wbo1.7) S 3448 3450 2698 0 -1 4202496 1959 0 0 0 29 0 0 0 20 0 2 0 275959983 86462464 1901 33554432000 4194304 5963574 140735345824176 140735345823696 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3450/statm: 21109 1901 185 432 0 20674 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 84436

[startup+0.700113 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 3450
/proc/meminfo: memFree=29605660/32873844 swapFree=7628/7628
[pid=3450] ppid=3448 vsize=84436 CPUtime=0.69 cores=0,2,4,6
/proc/3450/stat : 3450 (wbo1.7) S 3448 3450 2698 0 -1 4202496 2839 0 0 0 69 0 0 0 20 0 2 0 275959983 86462464 2781 33554432000 4194304 5963574 140735345824176 140735345823696 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3450/statm: 21109 2781 185 432 0 20674 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 84436

[startup+1.50021 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 3491
/proc/meminfo: memFree=30066480/32873844 swapFree=7628/7628
[pid=3450] ppid=3448 vsize=84436 CPUtime=1.49 cores=0,2,4,6
/proc/3450/stat : 3450 (wbo1.7) S 3448 3450 2698 0 -1 4202496 4264 0 0 0 148 1 0 0 20 0 2 0 275959983 86462464 4206 33554432000 4194304 5963574 140735345824176 140735345823696 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3450/statm: 21109 4206 185 432 0 20674 0
[pid=3450/tid=3452] ppid=3448 vsize=84436 CPUtime=1.47 cores=0,2,4,6
/proc/3450/task/3452/stat : 3452 (wbo1.7) R 3448 3450 2698 0 -1 4202560 3356 0 0 0 146 1 0 0 20 0 2 0 275959983 86462464 4206 33554432000 4194304 5963574 140735345824176 139857802135544 4381559 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 84436

[startup+3.10031 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 3491
/proc/meminfo: memFree=30055072/32873844 swapFree=7628/7628
[pid=3450] ppid=3448 vsize=84580 CPUtime=3.08 cores=0,2,4,6
/proc/3450/stat : 3450 (wbo1.7) S 3448 3450 2698 0 -1 4202496 5414 0 0 0 307 1 0 0 20 0 2 0 275959983 86609920 5356 33554432000 4194304 5963574 140735345824176 140735345823696 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3450/statm: 21145 5356 185 432 0 20710 0
[pid=3450/tid=3452] ppid=3448 vsize=84580 CPUtime=3.08 cores=0,2,4,6
/proc/3450/task/3452/stat : 3452 (wbo1.7) R 3448 3450 2698 0 -1 4202560 4506 0 0 0 306 2 0 0 20 0 2 0 275959983 86609920 5356 33554432000 4194304 5963574 140735345824176 139857802135592 4381510 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 84580

[startup+6.30031 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 3491
/proc/meminfo: memFree=30043144/32873844 swapFree=7628/7628
[pid=3450] ppid=3448 vsize=84580 CPUtime=6.28 cores=0,2,4,6
/proc/3450/stat : 3450 (wbo1.7) S 3448 3450 2698 0 -1 4202496 7914 0 0 0 626 2 0 0 20 0 2 0 275959983 86609920 7850 33554432000 4194304 5963574 140735345824176 140735345823696 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3450/statm: 21145 7850 185 432 0 20710 0
[pid=3450/tid=3452] ppid=3448 vsize=84580 CPUtime=6.25 cores=0,2,4,6
/proc/3450/task/3452/stat : 3452 (wbo1.7) R 3448 3450 2698 0 -1 4202560 7006 0 0 0 623 2 0 0 20 0 2 0 275959983 86609920 7850 33554432000 4194304 5963574 140735345824176 139857802135592 4399456 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 84580

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 3491
/proc/meminfo: memFree=30017192/32873844 swapFree=7628/7628
[pid=3450] ppid=3448 vsize=84652 CPUtime=12.67 cores=0,2,4,6
/proc/3450/stat : 3450 (wbo1.7) S 3448 3450 2698 0 -1 4202496 12500 0 0 0 1264 3 0 0 20 0 2 0 275959983 86683648 12436 33554432000 4194304 5963574 140735345824176 140735345823696 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3450/statm: 21163 12436 185 432 0 20728 0
[pid=3450/tid=3452] ppid=3448 vsize=84652 CPUtime=12.63 cores=0,2,4,6
/proc/3450/task/3452/stat : 3452 (wbo1.7) R 3448 3450 2698 0 -1 4202560 11592 0 0 0 1260 3 0 0 20 0 2 0 275959983 86683648 12436 33554432000 4194304 5963574 140735345824176 139857802135544 4399651 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 84652

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 3491
/proc/meminfo: memFree=29981836/32873844 swapFree=7628/7628
[pid=3450] ppid=3448 vsize=150296 CPUtime=25.47 cores=0,2,4,6
/proc/3450/stat : 3450 (wbo1.7) S 3448 3450 2698 0 -1 4202496 20793 0 0 0 2541 6 0 0 20 0 2 0 275959983 153903104 20723 33554432000 4194304 5963574 140735345824176 140735345823696 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3450/statm: 37574 20723 185 432 0 37139 0
[pid=3450/tid=3452] ppid=3448 vsize=150296 CPUtime=25.39 cores=0,2,4,6
/proc/3450/task/3452/stat : 3452 (wbo1.7) R 3448 3450 2698 0 -1 4202560 19885 0 0 0 2533 6 0 0 20 0 2 0 275959983 153903104 20723 33554432000 4194304 5963574 140735345824176 139857802135544 4381555 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 150296

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 3494
/proc/meminfo: memFree=29936832/32873844 swapFree=7628/7628
[pid=3450] ppid=3448 vsize=150456 CPUtime=51.07 cores=0,2,4,6
/proc/3450/stat : 3450 (wbo1.7) S 3448 3450 2698 0 -1 4202496 28620 0 0 0 5098 9 0 0 20 0 2 0 275959983 154066944 29243 33554432000 4194304 5963574 140735345824176 140735345823696 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3450/statm: 37614 29243 185 432 0 37179 0
[pid=3450/tid=3452] ppid=3448 vsize=150456 CPUtime=50.92 cores=0,2,4,6
/proc/3450/task/3452/stat : 3452 (wbo1.7) R 3448 3450 2698 0 -1 4202560 27712 0 0 0 5084 8 0 0 20 0 2 0 275959983 154066944 29243 33554432000 4194304 5963574 140735345824176 139857802135544 4381213 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 150456

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 3494
/proc/meminfo: memFree=29881852/32873844 swapFree=7628/7628
[pid=3450] ppid=3448 vsize=216232 CPUtime=102.25 cores=0,2,4,6
/proc/3450/stat : 3450 (wbo1.7) S 3448 3450 2698 0 -1 4202496 40150 0 0 0 10213 12 0 0 20 0 2 0 275959983 221421568 40799 33554432000 4194304 5963574 140735345824176 140735345823696 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3450/statm: 54058 40799 185 432 0 53623 0
[pid=3450/tid=3452] ppid=3448 vsize=216232 CPUtime=101.97 cores=0,2,4,6
/proc/3450/task/3452/stat : 3452 (wbo1.7) R 3448 3450 2698 0 -1 4202560 39242 0 0 0 10184 13 0 0 20 0 2 0 275959983 221421568 40799 33554432000 4194304 5963574 140735345824176 139857802135544 4399627 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 216232

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 3517
/proc/meminfo: memFree=29800920/32873844 swapFree=7628/7628
[pid=3450] ppid=3448 vsize=281768 CPUtime=162.22 cores=0,2,4,6
/proc/3450/stat : 3450 (wbo1.7) S 3448 3450 2698 0 -1 4202496 57512 0 0 0 16204 18 0 0 20 0 2 0 275959983 288530432 58206 33554432000 4194304 5963574 140735345824176 140735345823696 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3450/statm: 70442 58206 185 432 0 70007 0
[pid=3450/tid=3452] ppid=3448 vsize=281768 CPUtime=161.79 cores=0,2,4,6
/proc/3450/task/3452/stat : 3452 (wbo1.7) R 3448 3450 2698 0 -1 4202560 56604 0 0 0 16159 20 0 0 20 0 2 0 275959983 288530432 58206 33554432000 4194304 5963574 140735345824176 139857802135544 4399605 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 281768

[startup+222.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/179 3518
/proc/meminfo: memFree=29779472/32873844 swapFree=7628/7628
[pid=3450] ppid=3448 vsize=281768 CPUtime=222.22 cores=0,2,4,6
/proc/3450/stat : 3450 (wbo1.7) S 3448 3450 2698 0 -1 4202496 58868 0 0 0 22203 19 0 0 20 0 2 0 275959983 288530432 60069 33554432000 4194304 5963574 140735345824176 140735345823696 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3450/statm: 70442 60069 185 432 0 70007 0
[pid=3450/tid=3452] ppid=3448 vsize=281768 CPUtime=221.63 cores=0,2,4,6
/proc/3450/task/3452/stat : 3452 (wbo1.7) R 3448 3450 2698 0 -1 4202560 57960 0 0 0 22142 21 0 0 20 0 2 0 275959983 288530432 60069 33554432000 4194304 5963574 140735345824176 139857802135352 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 281768

[startup+282.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 3518
/proc/meminfo: memFree=29765020/32873844 swapFree=7628/7628
[pid=3450] ppid=3448 vsize=282380 CPUtime=282.2 cores=0,2,4,6
/proc/3450/stat : 3450 (wbo1.7) S 3448 3450 2698 0 -1 4202496 62021 0 0 0 28201 19 0 0 20 0 2 0 275959983 289157120 63249 33554432000 4194304 5963574 140735345824176 140735345823696 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3450/statm: 70595 63249 185 432 0 70160 0
[pid=3450/tid=3452] ppid=3448 vsize=282380 CPUtime=281.46 cores=0,2,4,6
/proc/3450/task/3452/stat : 3452 (wbo1.7) R 3448 3450 2698 0 -1 4202560 61113 0 0 0 28123 23 0 0 20 0 2 0 275959983 289157120 63249 33554432000 4194304 5963574 140735345824176 139857802135544 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 282380

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 3518
/proc/meminfo: memFree=29702896/32873844 swapFree=7628/7628
[pid=3450] ppid=3448 vsize=347916 CPUtime=342.19 cores=0,2,4,6
/proc/3450/stat : 3450 (wbo1.7) S 3448 3450 2698 0 -1 4202496 77587 0 0 0 34194 25 0 0 20 0 2 0 275959983 356265984 78815 33554432000 4194304 5963574 140735345824176 140735345823696 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3450/statm: 86979 78815 185 432 0 86544 0
[pid=3450/tid=3452] ppid=3448 vsize=347916 CPUtime=341.3 cores=0,2,4,6
/proc/3450/task/3452/stat : 3452 (wbo1.7) R 3448 3450 2698 0 -1 4202560 76679 0 0 0 34100 30 0 0 20 0 2 0 275959983 356265984 78815 33554432000 4194304 5963574 140735345824176 139857802135544 4399639 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 347916

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 3518
/proc/meminfo: memFree=29581880/32873844 swapFree=7628/7628
[pid=3450] ppid=3448 vsize=480356 CPUtime=402.18 cores=0,2,4,6
/proc/3450/stat : 3450 (wbo1.7) S 3448 3450 2698 0 -1 4202496 104748 0 0 0 40181 37 0 0 20 0 2 0 275959983 491884544 105976 33554432000 4194304 5963574 140735345824176 140735345823696 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3450/statm: 120089 105976 185 432 0 119654 0
[pid=3450/tid=3452] ppid=3448 vsize=480356 CPUtime=401.14 cores=0,2,4,6
/proc/3450/task/3452/stat : 3452 (wbo1.7) R 3448 3450 2698 0 -1 4202560 103840 0 0 0 40071 43 0 0 20 0 2 0 275959983 491884544 105976 33554432000 4194304 5963574 140735345824176 139857802135544 4381429 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 480356

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 3519
/proc/meminfo: memFree=29575080/32873844 swapFree=7628/7628
[pid=3450] ppid=3448 vsize=480356 CPUtime=462.17 cores=0,2,4,6

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


[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 3529
/proc/meminfo: memFree=29169128/32873844 swapFree=7628/7628
[pid=3450] ppid=3448 vsize=815596 CPUtime=1421.98 cores=0,2,4,6
/proc/3450/stat : 3450 (wbo1.7) S 3448 3450 2698 0 -1 4202496 186538 0 0 0 142124 74 0 0 20 0 2 0 275959983 835170304 186977 33554432000 4194304 5963574 140735345824176 140735345823696 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3450/statm: 203899 186977 185 432 0 203464 0
[pid=3450/tid=3452] ppid=3448 vsize=815596 CPUtime=1418.4 cores=0,2,4,6
/proc/3450/task/3452/stat : 3452 (wbo1.7) R 3448 3450 2698 0 -1 4202560 185630 0 0 0 141745 95 0 0 20 0 2 0 275959983 835170304 186977 33554432000 4194304 5963574 140735345824176 139857802135576 4399627 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1421.98
Current children cumulated vsize (KiB) 815596

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 3529
/proc/meminfo: memFree=29168880/32873844 swapFree=7628/7628
[pid=3450] ppid=3448 vsize=815596 CPUtime=1481.97 cores=0,2,4,6
/proc/3450/stat : 3450 (wbo1.7) S 3448 3450 2698 0 -1 4202496 186538 0 0 0 148123 74 0 0 20 0 2 0 275959983 835170304 186977 33554432000 4194304 5963574 140735345824176 140735345823696 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3450/statm: 203899 186977 185 432 0 203464 0
[pid=3450/tid=3452] ppid=3448 vsize=815596 CPUtime=1478.24 cores=0,2,4,6
/proc/3450/task/3452/stat : 3452 (wbo1.7) R 3448 3450 2698 0 -1 4202560 185630 0 0 0 147728 96 0 0 20 0 2 0 275959983 835170304 186977 33554432000 4194304 5963574 140735345824176 139857802135576 18446744073699066235 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1481.97
Current children cumulated vsize (KiB) 815596

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 3529
/proc/meminfo: memFree=29167600/32873844 swapFree=7628/7628
[pid=3450] ppid=3448 vsize=815596 CPUtime=1541.96 cores=0,2,4,6
/proc/3450/stat : 3450 (wbo1.7) S 3448 3450 2698 0 -1 4202496 186538 0 0 0 154122 74 0 0 20 0 2 0 275959983 835170304 186977 33554432000 4194304 5963574 140735345824176 140735345823696 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3450/statm: 203899 186977 185 432 0 203464 0
[pid=3450/tid=3452] ppid=3448 vsize=815596 CPUtime=1538.08 cores=0,2,4,6
/proc/3450/task/3452/stat : 3452 (wbo1.7) R 3448 3450 2698 0 -1 4202560 185630 0 0 0 153711 97 0 0 20 0 2 0 275959983 835170304 186977 33554432000 4194304 5963574 140735345824176 139857802135576 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1541.96
Current children cumulated vsize (KiB) 815596

[startup+1602.3 s]
/proc/loadavg: 2.06 2.01 2.00 3/179 3529
/proc/meminfo: memFree=29159932/32873844 swapFree=7628/7628
[pid=3450] ppid=3448 vsize=815596 CPUtime=1601.95 cores=0,2,4,6
/proc/3450/stat : 3450 (wbo1.7) S 3448 3450 2698 0 -1 4202496 186556 0 0 0 160121 74 0 0 20 0 2 0 275959983 835170304 187369 33554432000 4194304 5963574 140735345824176 140735345823696 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3450/statm: 203899 187369 185 432 0 203464 0
[pid=3450/tid=3452] ppid=3448 vsize=815596 CPUtime=1597.91 cores=0,2,4,6
/proc/3450/task/3452/stat : 3452 (wbo1.7) R 3448 3450 2698 0 -1 4202560 185648 0 0 0 159693 98 0 0 20 0 2 0 275959983 835170304 187369 33554432000 4194304 5963574 140735345824176 139857802135576 4399614 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1601.95
Current children cumulated vsize (KiB) 815596

[startup+1662.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 3529
/proc/meminfo: memFree=29152408/32873844 swapFree=7628/7628
[pid=3450] ppid=3448 vsize=815596 CPUtime=1661.92 cores=0,2,4,6
/proc/3450/stat : 3450 (wbo1.7) S 3448 3450 2698 0 -1 4202496 186585 0 0 0 166118 74 0 0 20 0 2 0 275959983 835170304 187403 33554432000 4194304 5963574 140735345824176 140735345823696 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3450/statm: 203899 187403 185 432 0 203464 0
[pid=3450/tid=3452] ppid=3448 vsize=815596 CPUtime=1657.74 cores=0,2,4,6
/proc/3450/task/3452/stat : 3452 (wbo1.7) R 3448 3450 2698 0 -1 4202560 185677 0 0 0 165675 99 0 0 20 0 2 0 275959983 835170304 187403 33554432000 4194304 5963574 140735345824176 139857802135576 4381807 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1661.92
Current children cumulated vsize (KiB) 815596

[startup+1722.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/178 3529
/proc/meminfo: memFree=29150548/32873844 swapFree=7628/7628
[pid=3450] ppid=3448 vsize=815596 CPUtime=1721.91 cores=0,2,4,6
/proc/3450/stat : 3450 (wbo1.7) S 3448 3450 2698 0 -1 4202496 186588 0 0 0 172117 74 0 0 20 0 2 0 275959983 835170304 187408 33554432000 4194304 5963574 140735345824176 140735345823696 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3450/statm: 203899 187408 185 432 0 203464 0
[pid=3450/tid=3452] ppid=3448 vsize=815596 CPUtime=1717.58 cores=0,2,4,6
/proc/3450/task/3452/stat : 3452 (wbo1.7) R 3448 3450 2698 0 -1 4202560 185680 0 0 0 171658 100 0 0 20 0 2 0 275959983 835170304 187408 33554432000 4194304 5963574 140735345824176 139857802135576 4399651 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1721.91
Current children cumulated vsize (KiB) 815596

[startup+1782.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 3530
/proc/meminfo: memFree=29150416/32873844 swapFree=7628/7628
[pid=3450] ppid=3448 vsize=815776 CPUtime=1781.91 cores=0,2,4,6
/proc/3450/stat : 3450 (wbo1.7) S 3448 3450 2698 0 -1 4202496 186602 0 0 0 178117 74 0 0 20 0 2 0 275959983 835354624 187422 33554432000 4194304 5963574 140735345824176 140735345823696 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3450/statm: 203944 187422 185 432 0 203509 0
[pid=3450/tid=3452] ppid=3448 vsize=815776 CPUtime=1777.42 cores=0,2,4,6
/proc/3450/task/3452/stat : 3452 (wbo1.7) R 3448 3450 2698 0 -1 4202560 185694 0 0 0 177641 101 0 0 20 0 2 0 275959983 835354624 187422 33554432000 4194304 5963574 140735345824176 139857802135592 4399623 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1781.91
Current children cumulated vsize (KiB) 815776

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

[startup+1791.91 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 3530
/proc/meminfo: memFree=29148804/32873844 swapFree=7628/7628
[pid=3450] ppid=3448 vsize=815776 CPUtime=1791.51 cores=0,2,4,6
/proc/3450/stat : 3450 (wbo1.7) S 3448 3450 2698 0 -1 4202496 186602 0 0 0 179077 74 0 0 20 0 2 0 275959983 835354624 187422 33554432000 4194304 5963574 140735345824176 140735345823696 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3450/statm: 203944 187422 185 432 0 203509 0
[pid=3450/tid=3452] ppid=3448 vsize=815776 CPUtime=1787 cores=0,2,4,6
/proc/3450/task/3452/stat : 3452 (wbo1.7) R 3448 3450 2698 0 -1 4202560 185694 0 0 0 178599 101 0 0 20 0 2 0 275959983 835354624 187422 33554432000 4194304 5963574 140735345824176 139857802135592 4399619 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1791.51
Current children cumulated vsize (KiB) 815776

[startup+1795.1 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 3530
/proc/meminfo: memFree=29147440/32873844 swapFree=7628/7628
[pid=3450] ppid=3448 vsize=815776 CPUtime=1794.71 cores=0,2,4,6
/proc/3450/stat : 3450 (wbo1.7) S 3448 3450 2698 0 -1 4202496 186602 0 0 0 179397 74 0 0 20 0 2 0 275959983 835354624 187422 33554432000 4194304 5963574 140735345824176 140735345823696 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3450/statm: 203944 187422 185 432 0 203509 0
[pid=3450/tid=3452] ppid=3448 vsize=815776 CPUtime=1790.19 cores=0,2,4,6
/proc/3450/task/3452/stat : 3452 (wbo1.7) R 3448 3450 2698 0 -1 4202560 185694 0 0 0 178918 101 0 0 20 0 2 0 275959983 835354624 187422 33554432000 4194304 5963574 140735345824176 139857802135592 4220672 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1794.71
Current children cumulated vsize (KiB) 815776

[startup+1798.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 3530
/proc/meminfo: memFree=29146448/32873844 swapFree=7628/7628
[pid=3450] ppid=3448 vsize=815776 CPUtime=1797.9 cores=0,2,4,6
/proc/3450/stat : 3450 (wbo1.7) S 3448 3450 2698 0 -1 4202496 186602 0 0 0 179716 74 0 0 20 0 2 0 275959983 835354624 187422 33554432000 4194304 5963574 140735345824176 140735345823696 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3450/statm: 203944 187422 185 432 0 203509 0
[pid=3450/tid=3452] ppid=3448 vsize=815776 CPUtime=1793.38 cores=0,2,4,6
/proc/3450/task/3452/stat : 3452 (wbo1.7) R 3448 3450 2698 0 -1 4202560 185694 0 0 0 179237 101 0 0 20 0 2 0 275959983 835354624 187422 33554432000 4194304 5963574 140735345824176 139857802135592 4399456 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1797.9
Current children cumulated vsize (KiB) 815776

[startup+1799.1 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 3530
/proc/meminfo: memFree=29146200/32873844 swapFree=7628/7628
[pid=3450] ppid=3448 vsize=815776 CPUtime=1798.7 cores=0,2,4,6
/proc/3450/stat : 3450 (wbo1.7) S 3448 3450 2698 0 -1 4202496 186602 0 0 0 179796 74 0 0 20 0 2 0 275959983 835354624 187422 33554432000 4194304 5963574 140735345824176 140735345823696 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3450/statm: 203944 187422 185 432 0 203509 0
[pid=3450/tid=3452] ppid=3448 vsize=815776 CPUtime=1794.18 cores=0,2,4,6
/proc/3450/task/3452/stat : 3452 (wbo1.7) R 3448 3450 2698 0 -1 4202560 185694 0 0 0 179317 101 0 0 20 0 2 0 275959983 835354624 187422 33554432000 4194304 5963574 140735345824176 139857802135592 4399614 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1798.7
Current children cumulated vsize (KiB) 815776

[startup+1799.5 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 3530
/proc/meminfo: memFree=29145952/32873844 swapFree=7628/7628
[pid=3450] ppid=3448 vsize=815776 CPUtime=1799.11 cores=0,2,4,6
/proc/3450/stat : 3450 (wbo1.7) S 3448 3450 2698 0 -1 4202496 186602 0 0 0 179837 74 0 0 20 0 2 0 275959983 835354624 187422 33554432000 4194304 5963574 140735345824176 140735345823696 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3450/statm: 203944 187422 185 432 0 203509 0
[pid=3450/tid=3452] ppid=3448 vsize=815776 CPUtime=1794.58 cores=0,2,4,6
/proc/3450/task/3452/stat : 3452 (wbo1.7) R 3448 3450 2698 0 -1 4202560 185694 0 0 0 179357 101 0 0 20 0 2 0 275959983 835354624 187422 33554432000 4194304 5963574 140735345824176 139857802135592 4399623 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1799.11
Current children cumulated vsize (KiB) 815776

[startup+1799.9 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 3530
/proc/meminfo: memFree=29145952/32873844 swapFree=7628/7628
[pid=3450] ppid=3448 vsize=815776 CPUtime=1799.5 cores=0,2,4,6
/proc/3450/stat : 3450 (wbo1.7) S 3448 3450 2698 0 -1 4202496 186602 0 0 0 179876 74 0 0 20 0 2 0 275959983 835354624 187422 33554432000 4194304 5963574 140735345824176 140735345823696 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3450/statm: 203944 187422 185 432 0 203509 0
[pid=3450/tid=3452] ppid=3448 vsize=815776 CPUtime=1794.98 cores=0,2,4,6
/proc/3450/task/3452/stat : 3452 (wbo1.7) R 3448 3450 2698 0 -1 4202560 185694 0 0 0 179397 101 0 0 20 0 2 0 275959983 835354624 187422 33554432000 4194304 5963574 140735345824176 139857802135592 4387764 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1799.5
Current children cumulated vsize (KiB) 815776

[startup+1800 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 3530
/proc/meminfo: memFree=29145952/32873844 swapFree=7628/7628
[pid=3450] ppid=3448 vsize=815776 CPUtime=1799.6 cores=0,2,4,6
/proc/3450/stat : 3450 (wbo1.7) S 3448 3450 2698 0 -1 4202496 186602 0 0 0 179886 74 0 0 20 0 2 0 275959983 835354624 187422 33554432000 4194304 5963574 140735345824176 140735345823696 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3450/statm: 203944 187422 185 432 0 203509 0
[pid=3450/tid=3452] ppid=3448 vsize=815776 CPUtime=1795.08 cores=0,2,4,6
/proc/3450/task/3452/stat : 3452 (wbo1.7) R 3448 3450 2698 0 -1 4202560 185694 0 0 0 179407 101 0 0 20 0 2 0 275959983 835354624 187422 33554432000 4194304 5963574 140735345824176 139857802135592 4399546 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1799.6
Current children cumulated vsize (KiB) 815776

Child status: 255

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 3450 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=81258
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=23844
# CPU time returned by wait4() is 1795.11
# while last known CPU time is 1799.6
#
# 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.6
CPU user time (s): 1798.86
CPU system time (s): 0.74
CPU usage (%): 99.9775
Max. virtual memory (cumulated for all children) (KiB): 815776

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.08
system time used= 1.02384
maximum resident set size= 750668
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 186603
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= 261
involuntary context switches= 2083

runsolver used 10.1255 second user time and 13.363 second system time

The end

Launcher Data

Begin job on node145 at 2012-05-27 07:59:16
IDJOB=3704774
IDBENCH=2597
IDSOLVER=2283
FILE ID=node145/3704774-1338098356
RUNJOBID= node145-1338087553-2714
PBS_JOBID= 14624445
Free space on /tmp= 71548 MiB

SOLVER NAME= wbo 1.7
BENCH NAME= PB06/final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/roussel/normalized-pigeon-cardinality-51-50.opb
COMMAND LINE= wbo1.7 -file-format=opb BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3704774-1338098356/watcher-3704774-1338098356 -o /tmp/evaluation-result-3704774-1338098356/solver-3704774-1338098356 -C 1800 -W 1900 -M 15500  wbo1.7 -file-format=opb HOME/instance-3704774-1338098356.opb

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

MD5SUM BENCH= 285c24e978af8153c6a378b9af59f522
RANDOM SEED=655786006

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        29606288 kB
Buffers:          290572 kB
Cached:          1675008 kB
SwapCached:            0 kB
Active:          1119396 kB
Inactive:        1335692 kB
Active(anon):     481012 kB
Inactive(anon):    10912 kB
Active(file):     638384 kB
Inactive(file):  1324780 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              5472 kB
Writeback:             4 kB
AnonPages:        496504 kB
Mapped:            14952 kB
Shmem:               200 kB
Slab:             673132 kB
SReclaimable:     114744 kB
SUnreclaim:       558388 kB
KernelStack:        1448 kB
PageTables:         4596 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     149760 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    389120 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71548 MiB
End job on node145 at 2012-05-27 08:29:16