Trace number 3727071

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
wbo 1.72? 1799.66 1800.01

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/
submitted-PB06/roussel/normalized-pigeon-cardinality-31-30.opb
MD5SUM583fb36c9cf948cc03f361dd87435bdd
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.018996
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables930
Total number of constraints61
Number of constraints which are clauses31
Number of constraints which are cardinality constraints (but not clauses)30
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint30
Maximum length of a constraint31
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 32
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.72 beta - May, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing opb file format. File HOME/instance-3727071-1338659097.opb.
0.00/0.00	c Instance file HOME/instance-3727071-1338659097.opb
0.00/0.00	c File size is 15321 bytes.
0.00/0.00	c Highest Coefficient sum: 32
0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Parsing time:          0.00         s                                      |
0.00/0.00	c |  Number Variables:      930                                                 |
0.00/0.00	c |  Number Clauses:        31                                                  |
0.00/0.00	c |  Number Cardinality:    30                                                  |
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.66/1800.01	c ===============================================================================
1799.66/1800.01	c Wall Clock Time: 1800.01 s
1799.66/1800.01	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-3727071-1338659097/watcher-3727071-1338659097 -o /tmp/evaluation-result-3727071-1338659097/solver-3727071-1338659097 -C 1800 -W 1900 -M 15500 wbo1.72 -file-format=opb HOME/instance-3727071-1338659097.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/177 18730
/proc/meminfo: memFree=27950964/32873648 swapFree=7388/7388
[pid=18730] ppid=18728 vsize=83848 CPUtime=0 cores=1,3,5,7
/proc/18730/stat : 18730 (wbo1.72) S 18728 18730 16576 0 -1 4202496 906 0 0 0 0 0 0 0 20 0 2 0 332034245 85860352 855 33554432000 4194304 5964350 140733981584784 140733981584304 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18730/statm: 20962 855 182 433 0 20526 0
[pid=18730/tid=18731] ppid=18728 vsize=83848 CPUtime=0 cores=1,3,5,7
/proc/18730/task/18731/stat : 18731 (wbo1.72) R 18728 18730 16576 0 -1 4202560 134 0 0 0 0 0 0 0 20 0 2 0 332034245 85860352 855 33554432000 4194304 5964350 140733981584784 140733524693592 4381894 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0

[startup+0.030772 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 18730
/proc/meminfo: memFree=27950964/32873648 swapFree=7388/7388
[pid=18730] ppid=18728 vsize=83848 CPUtime=0.02 cores=1,3,5,7
/proc/18730/stat : 18730 (wbo1.72) S 18728 18730 16576 0 -1 4202496 1005 0 0 0 2 0 0 0 20 0 2 0 332034245 85860352 954 33554432000 4194304 5964350 140733981584784 140733981584304 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18730/statm: 20962 954 184 433 0 20526 0
[pid=18730/tid=18731] ppid=18728 vsize=83848 CPUtime=0.01 cores=1,3,5,7
/proc/18730/task/18731/stat : 18731 (wbo1.72) R 18728 18730 16576 0 -1 4202560 233 0 0 0 1 0 0 0 20 0 2 0 332034245 85860352 954 33554432000 4194304 5964350 140733981584784 140733524693592 5136340 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 83848

[startup+0.100287 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 18730
/proc/meminfo: memFree=27950964/32873648 swapFree=7388/7388
[pid=18730] ppid=18728 vsize=83848 CPUtime=0.09 cores=1,3,5,7
/proc/18730/stat : 18730 (wbo1.72) S 18728 18730 16576 0 -1 4202496 1207 0 0 0 9 0 0 0 20 0 2 0 332034245 85860352 1156 33554432000 4194304 5964350 140733981584784 140733981584304 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18730/statm: 20962 1156 184 433 0 20526 0
[pid=18730/tid=18731] ppid=18728 vsize=83848 CPUtime=0.08 cores=1,3,5,7
/proc/18730/task/18731/stat : 18731 (wbo1.72) R 18728 18730 16576 0 -1 4202560 435 0 0 0 8 0 0 0 20 0 2 0 332034245 85860352 1156 33554432000 4194304 5964350 140733981584784 140733524693592 5136340 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 83848

[startup+0.30025 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 18730
/proc/meminfo: memFree=27950964/32873648 swapFree=7388/7388
[pid=18730] ppid=18728 vsize=83848 CPUtime=0.29 cores=1,3,5,7
/proc/18730/stat : 18730 (wbo1.72) S 18728 18730 16576 0 -1 4202496 1692 0 0 0 29 0 0 0 20 0 2 0 332034245 85860352 1641 33554432000 4194304 5964350 140733981584784 140733981584304 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18730/statm: 20962 1641 184 433 0 20526 0
[pid=18730/tid=18731] ppid=18728 vsize=83848 CPUtime=0.28 cores=1,3,5,7
/proc/18730/task/18731/stat : 18731 (wbo1.72) R 18728 18730 16576 0 -1 4202560 920 0 0 0 28 0 0 0 20 0 2 0 332034245 85860352 1641 33554432000 4194304 5964350 140733981584784 139873822582776 5136340 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 83848

[startup+0.700247 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 18730
/proc/meminfo: memFree=27950964/32873648 swapFree=7388/7388
[pid=18730] ppid=18728 vsize=83848 CPUtime=0.69 cores=1,3,5,7
/proc/18730/stat : 18730 (wbo1.72) S 18728 18730 16576 0 -1 4202496 2545 0 0 0 69 0 0 0 20 0 2 0 332034245 85860352 2494 33554432000 4194304 5964350 140733981584784 140733981584304 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18730/statm: 20962 2494 184 433 0 20526 0
[pid=18730/tid=18731] ppid=18728 vsize=83848 CPUtime=0.68 cores=1,3,5,7
/proc/18730/task/18731/stat : 18731 (wbo1.72) R 18728 18730 16576 0 -1 4202560 1773 0 0 0 68 0 0 0 20 0 2 0 332034245 85860352 2494 33554432000 4194304 5964350 140733981584784 139873822582776 5136410 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 83848

[startup+1.50026 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 18732
/proc/meminfo: memFree=27939292/32873648 swapFree=7388/7388
[pid=18730] ppid=18728 vsize=83992 CPUtime=1.48 cores=1,3,5,7
/proc/18730/stat : 18730 (wbo1.72) S 18728 18730 16576 0 -1 4202496 4243 0 0 0 148 0 0 0 20 0 2 0 332034245 86007808 4192 33554432000 4194304 5964350 140733981584784 140733981584304 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18730/statm: 20998 4192 184 433 0 20562 0
[pid=18730/tid=18731] ppid=18728 vsize=83992 CPUtime=1.48 cores=1,3,5,7
/proc/18730/task/18731/stat : 18731 (wbo1.72) R 18728 18730 16576 0 -1 4202560 3471 0 0 0 148 0 0 0 20 0 2 0 332034245 86007808 4192 33554432000 4194304 5964350 140733981584784 139873822582776 5136340 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 83992

[startup+3.10023 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 18732
/proc/meminfo: memFree=27933464/32873648 swapFree=7388/7388
[pid=18730] ppid=18728 vsize=83992 CPUtime=3.09 cores=1,3,5,7
/proc/18730/stat : 18730 (wbo1.72) S 18728 18730 16576 0 -1 4202496 4605 0 0 0 308 1 0 0 20 0 2 0 332034245 86007808 4554 33554432000 4194304 5964350 140733981584784 140733981584304 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18730/statm: 20998 4554 184 433 0 20562 0
[pid=18730/tid=18731] ppid=18728 vsize=83992 CPUtime=3.07 cores=1,3,5,7
/proc/18730/task/18731/stat : 18731 (wbo1.72) R 18728 18730 16576 0 -1 4202560 3833 0 0 0 306 1 0 0 20 0 2 0 332034245 86007808 4554 33554432000 4194304 5964350 140733981584784 139873822582776 4400007 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 83992

[startup+6.30026 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 18732
/proc/meminfo: memFree=27926876/32873648 swapFree=7388/7388
[pid=18730] ppid=18728 vsize=84064 CPUtime=6.28 cores=1,3,5,7
/proc/18730/stat : 18730 (wbo1.72) S 18728 18730 16576 0 -1 4202496 7362 0 0 0 626 2 0 0 20 0 2 0 332034245 86081536 7311 33554432000 4194304 5964350 140733981584784 140733981584304 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18730/statm: 21016 7311 184 433 0 20580 0
[pid=18730/tid=18731] ppid=18728 vsize=84064 CPUtime=6.26 cores=1,3,5,7
/proc/18730/task/18731/stat : 18731 (wbo1.72) R 18728 18730 16576 0 -1 4202560 6590 0 0 0 624 2 0 0 20 0 2 0 332034245 86081536 7311 33554432000 4194304 5964350 140733981584784 139873822582776 5179179 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 84064

[startup+12.7002 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 18732
/proc/meminfo: memFree=27903024/32873648 swapFree=7388/7388
[pid=18730] ppid=18728 vsize=84172 CPUtime=12.68 cores=1,3,5,7
/proc/18730/stat : 18730 (wbo1.72) S 18728 18730 16576 0 -1 4202496 12552 0 0 0 1264 4 0 0 20 0 2 0 332034245 86192128 12496 33554432000 4194304 5964350 140733981584784 140733981584304 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18730/statm: 21043 12496 184 433 0 20607 0
[pid=18730/tid=18731] ppid=18728 vsize=84172 CPUtime=12.64 cores=1,3,5,7
/proc/18730/task/18731/stat : 18731 (wbo1.72) R 18728 18730 16576 0 -1 4202560 11780 0 0 0 1260 4 0 0 20 0 2 0 332034245 86192128 12496 33554432000 4194304 5964350 140733981584784 139873822582584 5136340 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 84172

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 18771
/proc/meminfo: memFree=28526552/32873648 swapFree=7388/7388
[pid=18730] ppid=18728 vsize=149868 CPUtime=25.48 cores=1,3,5,7
/proc/18730/stat : 18730 (wbo1.72) S 18728 18730 16576 0 -1 4202496 17643 0 0 0 2543 5 0 0 20 0 2 0 332034245 153464832 17580 33554432000 4194304 5964350 140733981584784 140733981584304 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18730/statm: 37467 17580 184 433 0 37031 0
[pid=18730/tid=18731] ppid=18728 vsize=149868 CPUtime=25.4 cores=1,3,5,7
/proc/18730/task/18731/stat : 18731 (wbo1.72) R 18728 18730 16576 0 -1 4202560 16871 0 0 0 2535 5 0 0 20 0 2 0 332034245 153464832 17580 33554432000 4194304 5964350 140733981584784 139873822582776 5136340 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 149868

[startup+51.1002 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 18771
/proc/meminfo: memFree=28432288/32873648 swapFree=7388/7388
[pid=18730] ppid=18728 vsize=149868 CPUtime=51.07 cores=1,3,5,7
/proc/18730/stat : 18730 (wbo1.72) S 18728 18730 16576 0 -1 4202496 26252 0 0 0 5099 8 0 0 20 0 2 0 332034245 153464832 26207 33554432000 4194304 5964350 140733981584784 140733981584304 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18730/statm: 37467 26207 184 433 0 37031 0
[pid=18730/tid=18731] ppid=18728 vsize=149868 CPUtime=50.92 cores=1,3,5,7
/proc/18730/task/18731/stat : 18731 (wbo1.72) R 18728 18730 16576 0 -1 4202560 25480 0 0 0 5085 7 0 0 20 0 2 0 332034245 153464832 26207 33554432000 4194304 5964350 140733981584784 139873822582776 4400007 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 149868

[startup+102.307 s]
/proc/loadavg: 2.04 2.01 2.00 3/179 18771
/proc/meminfo: memFree=28280196/32873648 swapFree=7388/7388
[pid=18730] ppid=18728 vsize=150396 CPUtime=102.26 cores=1,3,5,7
/proc/18730/stat : 18730 (wbo1.72) S 18728 18730 16576 0 -1 4202496 30564 0 0 0 10217 9 0 0 20 0 2 0 332034245 154005504 30712 33554432000 4194304 5964350 140733981584784 140733981584304 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18730/statm: 37599 30712 184 433 0 37163 0
[pid=18730/tid=18731] ppid=18728 vsize=150396 CPUtime=101.99 cores=1,3,5,7
/proc/18730/task/18731/stat : 18731 (wbo1.72) R 18728 18730 16576 0 -1 4202560 29792 0 0 0 10189 10 0 0 20 0 2 0 332034245 154005504 30712 33554432000 4194304 5964350 140733981584784 139873822582776 4400035 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 150396

[startup+162.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 18771
/proc/meminfo: memFree=28047492/32873648 swapFree=7388/7388
[pid=18730] ppid=18728 vsize=215932 CPUtime=162.25 cores=1,3,5,7
/proc/18730/stat : 18730 (wbo1.72) S 18728 18730 16576 0 -1 4202496 44388 0 0 0 16210 15 0 0 20 0 2 0 332034245 221114368 44536 33554432000 4194304 5964350 140733981584784 140733981584304 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18730/statm: 53983 44536 184 433 0 53547 0
[pid=18730/tid=18731] ppid=18728 vsize=215932 CPUtime=161.83 cores=1,3,5,7
/proc/18730/task/18731/stat : 18731 (wbo1.72) R 18728 18730 16576 0 -1 4202560 43616 0 0 0 16166 17 0 0 20 0 2 0 332034245 221114368 44536 33554432000 4194304 5964350 140733981584784 139873822582776 4400007 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 215932

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 18771
/proc/meminfo: memFree=28015896/32873648 swapFree=7388/7388
[pid=18730] ppid=18728 vsize=216076 CPUtime=222.22 cores=1,3,5,7
/proc/18730/stat : 18730 (wbo1.72) S 18728 18730 16576 0 -1 4202496 49891 0 0 0 22204 18 0 0 20 0 2 0 332034245 221261824 50110 33554432000 4194304 5964350 140733981584784 140733981584304 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18730/statm: 54019 50110 184 433 0 53583 0
[pid=18730/tid=18731] ppid=18728 vsize=216076 CPUtime=221.65 cores=1,3,5,7
/proc/18730/task/18731/stat : 18731 (wbo1.72) R 18728 18730 16576 0 -1 4202560 49119 0 0 0 22144 21 0 0 20 0 2 0 332034245 221261824 50110 33554432000 4194304 5964350 140733981584784 139873822582584 4220672 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 216076

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 18772
/proc/meminfo: memFree=27969216/32873648 swapFree=7388/7388
[pid=18730] ppid=18728 vsize=282584 CPUtime=282.2 cores=1,3,5,7
/proc/18730/stat : 18730 (wbo1.72) S 18728 18730 16576 0 -1 4202496 61802 0 0 0 28193 27 0 0 20 0 2 0 332034245 289366016 62042 33554432000 4194304 5964350 140733981584784 140733981584304 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18730/statm: 70646 62042 184 433 0 70210 0
[pid=18730/tid=18731] ppid=18728 vsize=282584 CPUtime=281.47 cores=1,3,5,7
/proc/18730/task/18731/stat : 18731 (wbo1.72) R 18728 18730 16576 0 -1 4202560 61030 0 0 0 28116 31 0 0 20 0 2 0 332034245 289366016 62042 33554432000 4194304 5964350 140733981584784 139873822582776 4399976 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 282584

[startup+342.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/180 18775
/proc/meminfo: memFree=27958520/32873648 swapFree=7388/7388
[pid=18730] ppid=18728 vsize=283664 CPUtime=342.19 cores=1,3,5,7
/proc/18730/stat : 18730 (wbo1.72) S 18728 18730 16576 0 -1 4202496 63927 0 0 0 34191 28 0 0 20 0 2 0 332034245 290471936 64667 33554432000 4194304 5964350 140733981584784 140733981584304 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18730/statm: 70916 64667 184 433 0 70480 0
[pid=18730/tid=18731] ppid=18728 vsize=283664 CPUtime=341.32 cores=1,3,5,7
/proc/18730/task/18731/stat : 18731 (wbo1.72) R 18728 18730 16576 0 -1 4202560 63155 0 0 0 34099 33 0 0 20 0 2 0 332034245 290471936 64667 33554432000 4194304 5964350 140733981584784 139873822582776 4400007 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 283664

[startup+402.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 18775
/proc/meminfo: memFree=27753476/32873648 swapFree=7388/7388
[pid=18730] ppid=18728 vsize=283664 CPUtime=402.19 cores=1,3,5,7
/proc/18730/stat : 18730 (wbo1.72) S 18728 18730 16576 0 -1 4202496 66024 0 0 0 40188 31 0 0 20 0 2 0 332034245 290471936 66764 33554432000 4194304 5964350 140733981584784 140733981584304 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0

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


[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 18803
/proc/meminfo: memFree=27290452/32873648 swapFree=7388/7388
[pid=18730] ppid=18728 vsize=354256 CPUtime=1422.03 cores=1,3,5,7
/proc/18730/stat : 18730 (wbo1.72) S 18728 18730 16576 0 -1 4202496 79909 0 0 0 142159 44 0 0 20 0 2 0 332034245 362758144 80208 33554432000 4194304 5964350 140733981584784 140733981584304 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18730/statm: 88564 80208 184 433 0 88128 0
[pid=18730/tid=18731] ppid=18728 vsize=354256 CPUtime=1418.48 cores=1,3,5,7
/proc/18730/task/18731/stat : 18731 (wbo1.72) R 18728 18730 16576 0 -1 4202560 79137 0 0 0 141783 65 0 0 20 0 2 0 332034245 362758144 80208 33554432000 4194304 5964350 140733981584784 139873822582776 4400007 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1422.03
Current children cumulated vsize (KiB) 354256

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 18804
/proc/meminfo: memFree=27290348/32873648 swapFree=7388/7388
[pid=18730] ppid=18728 vsize=354256 CPUtime=1482.01 cores=1,3,5,7
/proc/18730/stat : 18730 (wbo1.72) S 18728 18730 16576 0 -1 4202496 79909 0 0 0 148157 44 0 0 20 0 2 0 332034245 362758144 80208 33554432000 4194304 5964350 140733981584784 140733981584304 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18730/statm: 88564 80208 184 433 0 88128 0
[pid=18730/tid=18731] ppid=18728 vsize=354256 CPUtime=1478.32 cores=1,3,5,7
/proc/18730/task/18731/stat : 18731 (wbo1.72) R 18728 18730 16576 0 -1 4202560 79137 0 0 0 147766 66 0 0 20 0 2 0 332034245 362758144 80208 33554432000 4194304 5964350 140733981584784 139873822582776 4400007 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1482.01
Current children cumulated vsize (KiB) 354256

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 18807
/proc/meminfo: memFree=27290416/32873648 swapFree=7388/7388
[pid=18730] ppid=18728 vsize=354256 CPUtime=1542 cores=1,3,5,7
/proc/18730/stat : 18730 (wbo1.72) S 18728 18730 16576 0 -1 4202496 79910 0 0 0 154156 44 0 0 20 0 2 0 332034245 362758144 80209 33554432000 4194304 5964350 140733981584784 140733981584304 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18730/statm: 88564 80209 184 433 0 88128 0
[pid=18730/tid=18731] ppid=18728 vsize=354256 CPUtime=1538.16 cores=1,3,5,7
/proc/18730/task/18731/stat : 18731 (wbo1.72) R 18728 18730 16576 0 -1 4202560 79138 0 0 0 153749 67 0 0 20 0 2 0 332034245 362758144 80209 33554432000 4194304 5964350 140733981584784 139873822582776 4400023 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1542
Current children cumulated vsize (KiB) 354256

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 18807
/proc/meminfo: memFree=27290408/32873648 swapFree=7388/7388
[pid=18730] ppid=18728 vsize=354256 CPUtime=1601.99 cores=1,3,5,7
/proc/18730/stat : 18730 (wbo1.72) S 18728 18730 16576 0 -1 4202496 79911 0 0 0 160155 44 0 0 20 0 2 0 332034245 362758144 80210 33554432000 4194304 5964350 140733981584784 140733981584304 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18730/statm: 88564 80210 184 433 0 88128 0
[pid=18730/tid=18731] ppid=18728 vsize=354256 CPUtime=1598.01 cores=1,3,5,7
/proc/18730/task/18731/stat : 18731 (wbo1.72) R 18728 18730 16576 0 -1 4202560 79139 0 0 0 159733 68 0 0 20 0 2 0 332034245 362758144 80210 33554432000 4194304 5964350 140733981584784 139873822582776 4399998 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1601.99
Current children cumulated vsize (KiB) 354256

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 18807
/proc/meminfo: memFree=27290364/32873648 swapFree=7388/7388
[pid=18730] ppid=18728 vsize=354256 CPUtime=1661.98 cores=1,3,5,7
/proc/18730/stat : 18730 (wbo1.72) S 18728 18730 16576 0 -1 4202496 79911 0 0 0 166154 44 0 0 20 0 2 0 332034245 362758144 80210 33554432000 4194304 5964350 140733981584784 140733981584304 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18730/statm: 88564 80210 184 433 0 88128 0
[pid=18730/tid=18731] ppid=18728 vsize=354256 CPUtime=1657.85 cores=1,3,5,7
/proc/18730/task/18731/stat : 18731 (wbo1.72) R 18728 18730 16576 0 -1 4202560 79139 0 0 0 165716 69 0 0 20 0 2 0 332034245 362758144 80210 33554432000 4194304 5964350 140733981584784 139873822582776 4400007 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1661.98
Current children cumulated vsize (KiB) 354256

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 18807
/proc/meminfo: memFree=27290364/32873648 swapFree=7388/7388
[pid=18730] ppid=18728 vsize=354256 CPUtime=1721.97 cores=1,3,5,7
/proc/18730/stat : 18730 (wbo1.72) S 18728 18730 16576 0 -1 4202496 79912 0 0 0 172153 44 0 0 20 0 2 0 332034245 362758144 80211 33554432000 4194304 5964350 140733981584784 140733981584304 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18730/statm: 88564 80211 184 433 0 88128 0
[pid=18730/tid=18731] ppid=18728 vsize=354256 CPUtime=1717.69 cores=1,3,5,7
/proc/18730/task/18731/stat : 18731 (wbo1.72) R 18728 18730 16576 0 -1 4202560 79140 0 0 0 171699 70 0 0 20 0 2 0 332034245 362758144 80211 33554432000 4194304 5964350 140733981584784 139873822582776 4400007 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1721.97
Current children cumulated vsize (KiB) 354256

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 18808
/proc/meminfo: memFree=27290364/32873648 swapFree=7388/7388
[pid=18730] ppid=18728 vsize=354256 CPUtime=1781.96 cores=1,3,5,7
/proc/18730/stat : 18730 (wbo1.72) S 18728 18730 16576 0 -1 4202496 79912 0 0 0 178152 44 0 0 20 0 2 0 332034245 362758144 80211 33554432000 4194304 5964350 140733981584784 140733981584304 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18730/statm: 88564 80211 184 433 0 88128 0
[pid=18730/tid=18731] ppid=18728 vsize=354256 CPUtime=1777.54 cores=1,3,5,7
/proc/18730/task/18731/stat : 18731 (wbo1.72) R 18728 18730 16576 0 -1 4202560 79140 0 0 0 177683 71 0 0 20 0 2 0 332034245 362758144 80211 33554432000 4194304 5964350 140733981584784 139873822582776 4400007 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1781.96
Current children cumulated vsize (KiB) 354256

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 18808
/proc/meminfo: memFree=27289992/32873648 swapFree=7388/7388
[pid=18730] ppid=18728 vsize=354256 CPUtime=1791.57 cores=1,3,5,7
/proc/18730/stat : 18730 (wbo1.72) S 18728 18730 16576 0 -1 4202496 79912 0 0 0 179113 44 0 0 20 0 2 0 332034245 362758144 80211 33554432000 4194304 5964350 140733981584784 140733981584304 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18730/statm: 88564 80211 184 433 0 88128 0
[pid=18730/tid=18731] ppid=18728 vsize=354256 CPUtime=1787.12 cores=1,3,5,7
/proc/18730/task/18731/stat : 18731 (wbo1.72) R 18728 18730 16576 0 -1 4202560 79140 0 0 0 178641 71 0 0 20 0 2 0 332034245 362758144 80211 33554432000 4194304 5964350 140733981584784 139873822582776 4400011 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1791.57
Current children cumulated vsize (KiB) 354256

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 18808
/proc/meminfo: memFree=27289992/32873648 swapFree=7388/7388
[pid=18730] ppid=18728 vsize=354256 CPUtime=1794.77 cores=1,3,5,7
/proc/18730/stat : 18730 (wbo1.72) S 18728 18730 16576 0 -1 4202496 79912 0 0 0 179433 44 0 0 20 0 2 0 332034245 362758144 80211 33554432000 4194304 5964350 140733981584784 140733981584304 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18730/statm: 88564 80211 184 433 0 88128 0
[pid=18730/tid=18731] ppid=18728 vsize=354256 CPUtime=1790.31 cores=1,3,5,7
/proc/18730/task/18731/stat : 18731 (wbo1.72) R 18728 18730 16576 0 -1 4202560 79140 0 0 0 178960 71 0 0 20 0 2 0 332034245 362758144 80211 33554432000 4194304 5964350 140733981584784 139873822582776 4399989 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1794.77
Current children cumulated vsize (KiB) 354256

[startup+1798.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 18808
/proc/meminfo: memFree=27289992/32873648 swapFree=7388/7388
[pid=18730] ppid=18728 vsize=354256 CPUtime=1797.96 cores=1,3,5,7
/proc/18730/stat : 18730 (wbo1.72) S 18728 18730 16576 0 -1 4202496 79912 0 0 0 179752 44 0 0 20 0 2 0 332034245 362758144 80211 33554432000 4194304 5964350 140733981584784 140733981584304 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18730/statm: 88564 80211 184 433 0 88128 0
[pid=18730/tid=18731] ppid=18728 vsize=354256 CPUtime=1793.5 cores=1,3,5,7
/proc/18730/task/18731/stat : 18731 (wbo1.72) R 18728 18730 16576 0 -1 4202560 79140 0 0 0 179279 71 0 0 20 0 2 0 332034245 362758144 80211 33554432000 4194304 5964350 140733981584784 139873822582776 4220672 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1797.96
Current children cumulated vsize (KiB) 354256

[startup+1799.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 18808
/proc/meminfo: memFree=27289992/32873648 swapFree=7388/7388
[pid=18730] ppid=18728 vsize=354256 CPUtime=1798.76 cores=1,3,5,7
/proc/18730/stat : 18730 (wbo1.72) S 18728 18730 16576 0 -1 4202496 79912 0 0 0 179832 44 0 0 20 0 2 0 332034245 362758144 80211 33554432000 4194304 5964350 140733981584784 140733981584304 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18730/statm: 88564 80211 184 433 0 88128 0
[pid=18730/tid=18731] ppid=18728 vsize=354256 CPUtime=1794.3 cores=1,3,5,7
/proc/18730/task/18731/stat : 18731 (wbo1.72) R 18728 18730 16576 0 -1 4202560 79140 0 0 0 179359 71 0 0 20 0 2 0 332034245 362758144 80211 33554432000 4194304 5964350 140733981584784 139873822582776 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1798.76
Current children cumulated vsize (KiB) 354256

[startup+1799.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 18808
/proc/meminfo: memFree=27290116/32873648 swapFree=7388/7388
[pid=18730] ppid=18728 vsize=354256 CPUtime=1799.17 cores=1,3,5,7
/proc/18730/stat : 18730 (wbo1.72) S 18728 18730 16576 0 -1 4202496 79912 0 0 0 179873 44 0 0 20 0 2 0 332034245 362758144 80211 33554432000 4194304 5964350 140733981584784 140733981584304 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18730/statm: 88564 80211 184 433 0 88128 0
[pid=18730/tid=18731] ppid=18728 vsize=354256 CPUtime=1794.7 cores=1,3,5,7
/proc/18730/task/18731/stat : 18731 (wbo1.72) R 18728 18730 16576 0 -1 4202560 79140 0 0 0 179399 71 0 0 20 0 2 0 332034245 362758144 80211 33554432000 4194304 5964350 140733981584784 139873822582776 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.17
Current children cumulated vsize (KiB) 354256

[startup+1799.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 18808
/proc/meminfo: memFree=27290116/32873648 swapFree=7388/7388
[pid=18730] ppid=18728 vsize=354256 CPUtime=1799.56 cores=1,3,5,7
/proc/18730/stat : 18730 (wbo1.72) S 18728 18730 16576 0 -1 4202496 79912 0 0 0 179912 44 0 0 20 0 2 0 332034245 362758144 80211 33554432000 4194304 5964350 140733981584784 140733981584304 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18730/statm: 88564 80211 184 433 0 88128 0
[pid=18730/tid=18731] ppid=18728 vsize=354256 CPUtime=1795.09 cores=1,3,5,7
/proc/18730/task/18731/stat : 18731 (wbo1.72) R 18728 18730 16576 0 -1 4202560 79140 0 0 0 179438 71 0 0 20 0 2 0 332034245 362758144 80211 33554432000 4194304 5964350 140733981584784 139873822582776 4400035 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.56
Current children cumulated vsize (KiB) 354256

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 18808
/proc/meminfo: memFree=27290116/32873648 swapFree=7388/7388
[pid=18730] ppid=18728 vsize=354256 CPUtime=1799.66 cores=1,3,5,7
/proc/18730/stat : 18730 (wbo1.72) S 18728 18730 16576 0 -1 4202496 79912 0 0 0 179922 44 0 0 20 0 2 0 332034245 362758144 80211 33554432000 4194304 5964350 140733981584784 140733981584304 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18730/statm: 88564 80211 184 433 0 88128 0
[pid=18730/tid=18731] ppid=18728 vsize=354256 CPUtime=1795.19 cores=1,3,5,7
/proc/18730/task/18731/stat : 18731 (wbo1.72) R 18728 18730 16576 0 -1 4202560 79140 0 0 0 179448 71 0 0 20 0 2 0 332034245 362758144 80211 33554432000 4194304 5964350 140733981584784 139873822582776 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.66
Current children cumulated vsize (KiB) 354256

Child status: 255

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 18730 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=499194
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=720890
# CPU time returned by wait4() is 1795.22
# while last known CPU time is 1799.66
#
# 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.66
CPU user time (s): 1799.22
CPU system time (s): 0.44
CPU usage (%): 99.9804
Max. virtual memory (cumulated for all children) (KiB): 354256

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.5
system time used= 0.72089
maximum resident set size= 320856
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 79915
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= 137
involuntary context switches= 1847

runsolver used 2.73758 second user time and 9.04462 second system time

The end

Launcher Data

Begin job on node148 at 2012-06-02 19:44:57
IDJOB=3727071
IDBENCH=2583
IDSOLVER=2313
FILE ID=node148/3727071-1338659097
RUNJOBID= node148-1338651895-18242
PBS_JOBID= 14636432
Free space on /tmp= 71396 MiB

SOLVER NAME= wbo 1.72
BENCH NAME= PB06/final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/roussel/normalized-pigeon-cardinality-31-30.opb
COMMAND LINE= wbo1.72 -file-format=opb BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3727071-1338659097/watcher-3727071-1338659097 -o /tmp/evaluation-result-3727071-1338659097/solver-3727071-1338659097 -C 1800 -W 1900 -M 15500  wbo1.72 -file-format=opb HOME/instance-3727071-1338659097.opb

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

MD5SUM BENCH= 583fb36c9cf948cc03f361dd87435bdd
RANDOM SEED=706628392

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

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

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        27951592 kB
Buffers:          578604 kB
Cached:          2737864 kB
SwapCached:          628 kB
Active:          1997892 kB
Inactive:        2018976 kB
Active(anon):     689760 kB
Inactive(anon):    10672 kB
Active(file):    1308132 kB
Inactive(file):  2008304 kB
Unevictable:        7388 kB
Mlocked:            7388 kB
SwapTotal:      67108856 kB
SwapFree:       67107564 kB
Dirty:              5448 kB
Writeback:             0 kB
AnonPages:        702876 kB
Mapped:            11636 kB
Shmem:                36 kB
Slab:             764736 kB
SReclaimable:     208972 kB
SUnreclaim:       555764 kB
KernelStack:        1488 kB
PageTables:         5636 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     145392 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    665600 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= 71388 MiB
End job on node148 at 2012-06-02 20:14:58