Trace number 3704768

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

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/
submitted-PB06/roussel/normalized-pigeon-cardinality-21-20.opb
MD5SUM2f4fbbd7ac7eea50904b3e0a14134afd
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.004999
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables420
Total number of constraints41
Number of constraints which are clauses21
Number of constraints which are cardinality constraints (but not clauses)20
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint20
Maximum length of a constraint21
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 22
Number of bits of the biggest sum of numbers5
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-3704768-1338098357.opb.
0.00/0.00	c Instance file HOME/instance-3704768-1338098357.opb
0.00/0.00	c File size is 7011 bytes.
0.00/0.00	c Highest Coefficient sum: 22
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:      420                                                 |
0.00/0.00	c |  Number Clauses:        21                                                  |
0.00/0.00	c |  Number Cardinality:    20                                                  |
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.70/1800.00	c ===============================================================================
1799.70/1800.00	c Wall Clock Time: 1800.01 s
1799.70/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-3704768-1338098357/watcher-3704768-1338098357 -o /tmp/evaluation-result-3704768-1338098357/solver-3704768-1338098357 -C 1800 -W 1900 -M 15500 wbo1.7 -file-format=opb HOME/instance-3704768-1338098357.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.01 2.00 3/177 3489
/proc/meminfo: memFree=30077672/32873844 swapFree=7628/7628
[pid=3489] ppid=3487 vsize=83672 CPUtime=0 cores=1,3,5,7
/proc/3489/stat : 3489 (wbo1.7) S 3487 3489 2698 0 -1 4202496 803 0 0 0 0 0 0 0 20 0 2 0 275960024 85680128 753 33554432000 4194304 5963574 140736734753136 140736734752656 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3489/statm: 20918 753 183 432 0 20483 0
[pid=3489/tid=3490] ppid=3487 vsize=83672 CPUtime=0 cores=1,3,5,7
/proc/3489/task/3490/stat : 3490 (wbo1.7) R 3487 3489 2698 0 -1 4202560 75 0 0 0 0 0 0 0 20 0 2 0 275960025 85680128 753 33554432000 4194304 5963574 140736734753136 140737177052936 5135572 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0

[startup+0.0113699 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 3489
/proc/meminfo: memFree=30077672/32873844 swapFree=7628/7628
[pid=3489] ppid=3487 vsize=83672 CPUtime=0 cores=1,3,5,7
/proc/3489/stat : 3489 (wbo1.7) S 3487 3489 2698 0 -1 4202496 828 0 0 0 0 0 0 0 20 0 2 0 275960024 85680128 778 33554432000 4194304 5963574 140736734753136 140736734752656 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3489/statm: 20918 778 184 432 0 20483 0
[pid=3489/tid=3490] ppid=3487 vsize=83672 CPUtime=0 cores=1,3,5,7
/proc/3489/task/3490/stat : 3490 (wbo1.7) R 3487 3489 2698 0 -1 4202560 100 0 0 0 0 0 0 0 20 0 2 0 275960025 85680128 778 33554432000 4194304 5963574 140736734753136 140737177052936 5135572 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 83672

[startup+0.100292 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 3489
/proc/meminfo: memFree=30077672/32873844 swapFree=7628/7628
[pid=3489] ppid=3487 vsize=83672 CPUtime=0.09 cores=1,3,5,7
/proc/3489/stat : 3489 (wbo1.7) S 3487 3489 2698 0 -1 4202496 1109 0 0 0 9 0 0 0 20 0 2 0 275960024 85680128 1059 33554432000 4194304 5963574 140736734753136 140736734752656 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3489/statm: 20918 1059 185 432 0 20483 0
[pid=3489/tid=3490] ppid=3487 vsize=83672 CPUtime=0.08 cores=1,3,5,7
/proc/3489/task/3490/stat : 3490 (wbo1.7) R 3487 3489 2698 0 -1 4202560 381 0 0 0 8 0 0 0 20 0 2 0 275960025 85680128 1059 33554432000 4194304 5963574 140736734753136 140737177052936 5135572 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) 83672

[startup+0.300255 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 3489
/proc/meminfo: memFree=30077672/32873844 swapFree=7628/7628
[pid=3489] ppid=3487 vsize=83672 CPUtime=0.29 cores=1,3,5,7
/proc/3489/stat : 3489 (wbo1.7) S 3487 3489 2698 0 -1 4202496 1534 0 0 0 29 0 0 0 20 0 2 0 275960024 85680128 1484 33554432000 4194304 5963574 140736734753136 140736734752656 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3489/statm: 20918 1484 185 432 0 20483 0
[pid=3489/tid=3490] ppid=3487 vsize=83672 CPUtime=0.28 cores=1,3,5,7
/proc/3489/task/3490/stat : 3490 (wbo1.7) R 3487 3489 2698 0 -1 4202560 806 0 0 0 28 0 0 0 20 0 2 0 275960025 85680128 1484 33554432000 4194304 5963574 140736734753136 140737177052936 5135572 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) 83672

[startup+0.700211 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 3489
/proc/meminfo: memFree=30077672/32873844 swapFree=7628/7628
[pid=3489] ppid=3487 vsize=83672 CPUtime=0.69 cores=1,3,5,7
/proc/3489/stat : 3489 (wbo1.7) S 3487 3489 2698 0 -1 4202496 2125 0 0 0 69 0 0 0 20 0 2 0 275960024 85680128 2075 33554432000 4194304 5963574 140736734753136 140736734752656 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3489/statm: 20918 2075 185 432 0 20483 0
[pid=3489/tid=3490] ppid=3487 vsize=83672 CPUtime=0.68 cores=1,3,5,7
/proc/3489/task/3490/stat : 3490 (wbo1.7) R 3487 3489 2698 0 -1 4202560 1397 0 0 0 68 0 0 0 20 0 2 0 275960025 85680128 2075 33554432000 4194304 5963574 140736734753136 140631061051192 5135572 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) 83672

[startup+1.50021 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 3491
/proc/meminfo: memFree=30061644/32873844 swapFree=7628/7628
[pid=3489] ppid=3487 vsize=83672 CPUtime=1.49 cores=1,3,5,7
/proc/3489/stat : 3489 (wbo1.7) S 3487 3489 2698 0 -1 4202496 2661 0 0 0 149 0 0 0 20 0 2 0 275960024 85680128 2611 33554432000 4194304 5963574 140736734753136 140736734752656 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3489/statm: 20918 2611 185 432 0 20483 0
[pid=3489/tid=3490] ppid=3487 vsize=83672 CPUtime=1.48 cores=1,3,5,7
/proc/3489/task/3490/stat : 3490 (wbo1.7) R 3487 3489 2698 0 -1 4202560 1933 0 0 0 148 0 0 0 20 0 2 0 275960025 85680128 2611 33554432000 4194304 5963574 140736734753136 140631061051384 4399651 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 83672

[startup+3.10026 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 3491
/proc/meminfo: memFree=30053212/32873844 swapFree=7628/7628
[pid=3489] ppid=3487 vsize=83672 CPUtime=3.08 cores=1,3,5,7
/proc/3489/stat : 3489 (wbo1.7) S 3487 3489 2698 0 -1 4202496 3462 0 0 0 308 0 0 0 20 0 2 0 275960024 85680128 3412 33554432000 4194304 5963574 140736734753136 140736734752656 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3489/statm: 20918 3412 185 432 0 20483 0
[pid=3489/tid=3490] ppid=3487 vsize=83672 CPUtime=3.07 cores=1,3,5,7
/proc/3489/task/3490/stat : 3490 (wbo1.7) R 3487 3489 2698 0 -1 4202560 2734 0 0 0 307 0 0 0 20 0 2 0 275960025 85680128 3412 33554432000 4194304 5963574 140736734753136 140631061051192 5135572 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 83672

[startup+6.30028 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 3491
/proc/meminfo: memFree=30040912/32873844 swapFree=7628/7628
[pid=3489] ppid=3487 vsize=83816 CPUtime=6.29 cores=1,3,5,7
/proc/3489/stat : 3489 (wbo1.7) S 3487 3489 2698 0 -1 4202496 4057 0 0 0 628 1 0 0 20 0 2 0 275960024 85827584 4007 33554432000 4194304 5963574 140736734753136 140736734752656 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3489/statm: 20954 4007 185 432 0 20519 0
[pid=3489/tid=3490] ppid=3487 vsize=83816 CPUtime=6.26 cores=1,3,5,7
/proc/3489/task/3490/stat : 3490 (wbo1.7) R 3487 3489 2698 0 -1 4202560 3329 0 0 0 625 1 0 0 20 0 2 0 275960025 85827584 4007 33554432000 4194304 5963574 140736734753136 140631061051192 4220672 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 83816

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 3491
/proc/meminfo: memFree=30016448/32873844 swapFree=7628/7628
[pid=3489] ppid=3487 vsize=83816 CPUtime=12.69 cores=1,3,5,7
/proc/3489/stat : 3489 (wbo1.7) S 3487 3489 2698 0 -1 4202496 5088 0 0 0 1268 1 0 0 20 0 2 0 275960024 85827584 5038 33554432000 4194304 5963574 140736734753136 140736734752656 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3489/statm: 20954 5038 185 432 0 20519 0
[pid=3489/tid=3490] ppid=3487 vsize=83816 CPUtime=12.65 cores=1,3,5,7
/proc/3489/task/3490/stat : 3490 (wbo1.7) R 3487 3489 2698 0 -1 4202560 4360 0 0 0 1264 1 0 0 20 0 2 0 275960025 85827584 5038 33554432000 4194304 5963574 140736734753136 140631061051192 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 83816

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 3491
/proc/meminfo: memFree=29981092/32873844 swapFree=7628/7628
[pid=3489] ppid=3487 vsize=83816 CPUtime=25.48 cores=1,3,5,7
/proc/3489/stat : 3489 (wbo1.7) S 3487 3489 2698 0 -1 4202496 5640 0 0 0 2547 1 0 0 20 0 2 0 275960024 85827584 5590 33554432000 4194304 5963574 140736734753136 140736734752656 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3489/statm: 20954 5590 185 432 0 20519 0
[pid=3489/tid=3490] ppid=3487 vsize=83816 CPUtime=25.42 cores=1,3,5,7
/proc/3489/task/3490/stat : 3490 (wbo1.7) R 3487 3489 2698 0 -1 4202560 4912 0 0 0 2541 1 0 0 20 0 2 0 275960025 85827584 5590 33554432000 4194304 5963574 140736734753136 140631061051384 4399623 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) 83816

[startup+51.1004 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 3494
/proc/meminfo: memFree=29936832/32873844 swapFree=7628/7628
[pid=3489] ppid=3487 vsize=83888 CPUtime=51.08 cores=1,3,5,7
/proc/3489/stat : 3489 (wbo1.7) S 3487 3489 2698 0 -1 4202496 8076 0 0 0 5105 3 0 0 20 0 2 0 275960024 85901312 8025 33554432000 4194304 5963574 140736734753136 140736734752656 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3489/statm: 20972 8025 185 432 0 20537 0
[pid=3489/tid=3490] ppid=3487 vsize=83888 CPUtime=50.95 cores=1,3,5,7
/proc/3489/task/3490/stat : 3490 (wbo1.7) R 3487 3489 2698 0 -1 4202560 7348 0 0 0 5092 3 0 0 20 0 2 0 275960025 85901312 8025 33554432000 4194304 5963574 140736734753136 140631061051192 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 83888

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 3494
/proc/meminfo: memFree=29880736/32873844 swapFree=7628/7628
[pid=3489] ppid=3487 vsize=85292 CPUtime=102.27 cores=1,3,5,7
/proc/3489/stat : 3489 (wbo1.7) S 3487 3489 2698 0 -1 4202496 9358 0 0 0 10222 5 0 0 20 0 2 0 275960024 87339008 10141 33554432000 4194304 5963574 140736734753136 140736734752656 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3489/statm: 21323 10141 185 432 0 20888 0
[pid=3489/tid=3490] ppid=3487 vsize=85292 CPUtime=102.01 cores=1,3,5,7
/proc/3489/task/3490/stat : 3490 (wbo1.7) R 3487 3489 2698 0 -1 4202560 8630 0 0 0 10196 5 0 0 20 0 2 0 275960025 87339008 10141 33554432000 4194304 5963574 140736734753136 140631061051384 4399468 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 85292

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 3517
/proc/meminfo: memFree=29800796/32873844 swapFree=7628/7628
[pid=3489] ppid=3487 vsize=85292 CPUtime=162.26 cores=1,3,5,7
/proc/3489/stat : 3489 (wbo1.7) S 3487 3489 2698 0 -1 4202496 11867 0 0 0 16217 9 0 0 20 0 2 0 275960024 87339008 12650 33554432000 4194304 5963574 140736734753136 140736734752656 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3489/statm: 21323 12650 185 432 0 20888 0
[pid=3489/tid=3490] ppid=3487 vsize=85292 CPUtime=161.85 cores=1,3,5,7
/proc/3489/task/3490/stat : 3490 (wbo1.7) R 3487 3489 2698 0 -1 4202560 11139 0 0 0 16174 11 0 0 20 0 2 0 275960025 87339008 12650 33554432000 4194304 5963574 140736734753136 140631061051192 4399623 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 85292

[startup+222.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/179 3518
/proc/meminfo: memFree=29779472/32873844 swapFree=7628/7628
[pid=3489] ppid=3487 vsize=87468 CPUtime=222.24 cores=1,3,5,7
/proc/3489/stat : 3489 (wbo1.7) S 3487 3489 2698 0 -1 4202496 15434 0 0 0 22212 12 0 0 20 0 2 0 275960024 89567232 16183 33554432000 4194304 5963574 140736734753136 140736734752656 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3489/statm: 21867 16183 185 432 0 21432 0
[pid=3489/tid=3490] ppid=3487 vsize=87468 CPUtime=221.7 cores=1,3,5,7
/proc/3489/task/3490/stat : 3490 (wbo1.7) R 3487 3489 2698 0 -1 4202560 14706 0 0 0 22155 15 0 0 20 0 2 0 275960025 89567232 16183 33554432000 4194304 5963574 140736734753136 140631061051384 4399645 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 87468

[startup+282.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 3518
/proc/meminfo: memFree=29765020/32873844 swapFree=7628/7628
[pid=3489] ppid=3487 vsize=88836 CPUtime=282.23 cores=1,3,5,7
/proc/3489/stat : 3489 (wbo1.7) S 3487 3489 2698 0 -1 4202496 15834 0 0 0 28211 12 0 0 20 0 2 0 275960024 90968064 16616 33554432000 4194304 5963574 140736734753136 140736734752656 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3489/statm: 22209 16616 185 432 0 21774 0
[pid=3489/tid=3490] ppid=3487 vsize=88836 CPUtime=281.54 cores=1,3,5,7
/proc/3489/task/3490/stat : 3490 (wbo1.7) R 3487 3489 2698 0 -1 4202560 15106 0 0 0 28138 16 0 0 20 0 2 0 275960025 90968064 16616 33554432000 4194304 5963574 140736734753136 140631061051192 4399605 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 88836

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 3518
/proc/meminfo: memFree=29701408/32873844 swapFree=7628/7628
[pid=3489] ppid=3487 vsize=90060 CPUtime=342.22 cores=1,3,5,7
/proc/3489/stat : 3489 (wbo1.7) S 3487 3489 2698 0 -1 4202496 16257 0 0 0 34210 12 0 0 20 0 2 0 275960024 92221440 17039 33554432000 4194304 5963574 140736734753136 140736734752656 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3489/statm: 22515 17039 185 432 0 22080 0
[pid=3489/tid=3490] ppid=3487 vsize=90060 CPUtime=341.39 cores=1,3,5,7
/proc/3489/task/3490/stat : 3490 (wbo1.7) R 3487 3489 2698 0 -1 4202560 15529 0 0 0 34122 17 0 0 20 0 2 0 275960025 92221440 17039 33554432000 4194304 5963574 140736734753136 140631061051192 4399614 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 342.22
Current children cumulated vsize (KiB) 90060

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 3518
/proc/meminfo: memFree=29581880/32873844 swapFree=7628/7628
[pid=3489] ppid=3487 vsize=156964 CPUtime=402.21 cores=1,3,5,7
/proc/3489/stat : 3489 (wbo1.7) S 3487 3489 2698 0 -1 4202496 19073 0 0 0 40204 17 0 0 20 0 2 0 275960024 160731136 19855 33554432000 4194304 5963574 140736734753136 140736734752656 4545837 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 3529
/proc/meminfo: memFree=29169128/32873844 swapFree=7628/7628
[pid=3489] ppid=3487 vsize=240340 CPUtime=1422.06 cores=1,3,5,7
/proc/3489/stat : 3489 (wbo1.7) S 3487 3489 2698 0 -1 4202496 40889 0 0 0 142171 35 0 0 20 0 2 0 275960024 246108160 41626 33554432000 4194304 5963574 140736734753136 140736734752656 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3489/statm: 60085 41626 185 432 0 59650 0
[pid=3489/tid=3490] ppid=3487 vsize=240340 CPUtime=1418.62 cores=1,3,5,7
/proc/3489/task/3490/stat : 3490 (wbo1.7) R 3487 3489 2698 0 -1 4202560 40161 0 0 0 141806 56 0 0 20 0 2 0 275960025 246108160 41626 33554432000 4194304 5963574 140736734753136 140631061051384 4220672 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1422.06
Current children cumulated vsize (KiB) 240340

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 3529
/proc/meminfo: memFree=29168880/32873844 swapFree=7628/7628
[pid=3489] ppid=3487 vsize=240520 CPUtime=1482.04 cores=1,3,5,7
/proc/3489/stat : 3489 (wbo1.7) S 3487 3489 2698 0 -1 4202496 40971 0 0 0 148169 35 0 0 20 0 2 0 275960024 246292480 41708 33554432000 4194304 5963574 140736734753136 140736734752656 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3489/statm: 60130 41708 185 432 0 59695 0
[pid=3489/tid=3490] ppid=3487 vsize=240520 CPUtime=1478.46 cores=1,3,5,7
/proc/3489/task/3490/stat : 3490 (wbo1.7) R 3487 3489 2698 0 -1 4202560 40243 0 0 0 147789 57 0 0 20 0 2 0 275960025 246292480 41708 33554432000 4194304 5963574 140736734753136 140631061051432 4399605 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1482.04
Current children cumulated vsize (KiB) 240520

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 3529
/proc/meminfo: memFree=29167600/32873844 swapFree=7628/7628
[pid=3489] ppid=3487 vsize=240520 CPUtime=1542.03 cores=1,3,5,7
/proc/3489/stat : 3489 (wbo1.7) S 3487 3489 2698 0 -1 4202496 41211 0 0 0 154168 35 0 0 20 0 2 0 275960024 246292480 42000 33554432000 4194304 5963574 140736734753136 140736734752656 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3489/statm: 60130 42000 185 432 0 59695 0
[pid=3489/tid=3490] ppid=3487 vsize=240520 CPUtime=1538.29 cores=1,3,5,7
/proc/3489/task/3490/stat : 3490 (wbo1.7) R 3487 3489 2698 0 -1 4202560 40483 0 0 0 153771 58 0 0 20 0 2 0 275960025 246292480 42000 33554432000 4194304 5963574 140736734753136 140631061051384 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1542.03
Current children cumulated vsize (KiB) 240520

[startup+1602.3 s]
/proc/loadavg: 2.06 2.01 2.00 3/179 3529
/proc/meminfo: memFree=29159808/32873844 swapFree=7628/7628
[pid=3489] ppid=3487 vsize=241364 CPUtime=1602.02 cores=1,3,5,7
/proc/3489/stat : 3489 (wbo1.7) S 3487 3489 2698 0 -1 4202496 42729 0 0 0 160165 37 0 0 20 0 2 0 275960024 247156736 43518 33554432000 4194304 5963574 140736734753136 140736734752656 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3489/statm: 60341 43518 185 432 0 59906 0
[pid=3489/tid=3490] ppid=3487 vsize=241364 CPUtime=1598.14 cores=1,3,5,7
/proc/3489/task/3490/stat : 3490 (wbo1.7) R 3487 3489 2698 0 -1 4202560 42001 0 0 0 159753 61 0 0 20 0 2 0 275960025 247156736 43518 33554432000 4194304 5963574 140736734753136 140631061051192 5135572 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1602.02
Current children cumulated vsize (KiB) 241364

[startup+1662.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 3529
/proc/meminfo: memFree=29152408/32873844 swapFree=7628/7628
[pid=3489] ppid=3487 vsize=243792 CPUtime=1662.02 cores=1,3,5,7
/proc/3489/stat : 3489 (wbo1.7) S 3487 3489 2698 0 -1 4202496 44573 0 0 0 166162 40 0 0 20 0 2 0 275960024 249643008 45362 33554432000 4194304 5963574 140736734753136 140736734752656 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3489/statm: 60948 45362 185 432 0 60513 0
[pid=3489/tid=3490] ppid=3487 vsize=243792 CPUtime=1657.98 cores=1,3,5,7
/proc/3489/task/3490/stat : 3490 (wbo1.7) R 3487 3489 2698 0 -1 4202560 43845 0 0 0 165733 65 0 0 20 0 2 0 275960025 249643008 45362 33554432000 4194304 5963574 140736734753136 140631061051384 4399614 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1662.02
Current children cumulated vsize (KiB) 243792

[startup+1722.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/178 3529
/proc/meminfo: memFree=29150548/32873844 swapFree=7628/7628
[pid=3489] ppid=3487 vsize=244132 CPUtime=1722.01 cores=1,3,5,7
/proc/3489/stat : 3489 (wbo1.7) S 3487 3489 2698 0 -1 4202496 45131 0 0 0 172160 41 0 0 20 0 2 0 275960024 249991168 45691 33554432000 4194304 5963574 140736734753136 140736734752656 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3489/statm: 61033 45691 185 432 0 60598 0
[pid=3489/tid=3490] ppid=3487 vsize=244132 CPUtime=1717.83 cores=1,3,5,7
/proc/3489/task/3490/stat : 3490 (wbo1.7) R 3487 3489 2698 0 -1 4202560 44403 0 0 0 171716 67 0 0 20 0 2 0 275960025 249991168 45691 33554432000 4194304 5963574 140736734753136 140631061051416 4399605 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1722.01
Current children cumulated vsize (KiB) 244132

[startup+1782.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 3530
/proc/meminfo: memFree=29150416/32873844 swapFree=7628/7628
[pid=3489] ppid=3487 vsize=244132 CPUtime=1782 cores=1,3,5,7
/proc/3489/stat : 3489 (wbo1.7) S 3487 3489 2698 0 -1 4202496 45131 0 0 0 178159 41 0 0 20 0 2 0 275960024 249991168 45691 33554432000 4194304 5963574 140736734753136 140736734752656 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3489/statm: 61033 45691 185 432 0 60598 0
[pid=3489/tid=3490] ppid=3487 vsize=244132 CPUtime=1777.68 cores=1,3,5,7
/proc/3489/task/3490/stat : 3490 (wbo1.7) R 3487 3489 2698 0 -1 4202560 44403 0 0 0 177700 68 0 0 20 0 2 0 275960025 249991168 45691 33554432000 4194304 5963574 140736734753136 140631061051416 4399958 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1782
Current children cumulated vsize (KiB) 244132

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=29148556/32873844 swapFree=7628/7628
[pid=3489] ppid=3487 vsize=244348 CPUtime=1791.6 cores=1,3,5,7
/proc/3489/stat : 3489 (wbo1.7) S 3487 3489 2698 0 -1 4202496 45842 0 0 0 179119 41 0 0 20 0 2 0 275960024 250212352 46402 33554432000 4194304 5963574 140736734753136 140736734752656 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3489/statm: 61087 46402 185 432 0 60652 0
[pid=3489/tid=3490] ppid=3487 vsize=244348 CPUtime=1787.26 cores=1,3,5,7
/proc/3489/task/3490/stat : 3490 (wbo1.7) R 3487 3489 2698 0 -1 4202560 45114 0 0 0 178658 68 0 0 20 0 2 0 275960025 250212352 46402 33554432000 4194304 5963574 140736734753136 140631061051192 4399605 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1791.6
Current children cumulated vsize (KiB) 244348

[startup+1795.1 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 3530
/proc/meminfo: memFree=29147068/32873844 swapFree=7628/7628
[pid=3489] ppid=3487 vsize=244348 CPUtime=1794.8 cores=1,3,5,7
/proc/3489/stat : 3489 (wbo1.7) S 3487 3489 2698 0 -1 4202496 46143 0 0 0 179439 41 0 0 20 0 2 0 275960024 250212352 46703 33554432000 4194304 5963574 140736734753136 140736734752656 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3489/statm: 61087 46703 185 432 0 60652 0
[pid=3489/tid=3490] ppid=3487 vsize=244348 CPUtime=1790.45 cores=1,3,5,7
/proc/3489/task/3490/stat : 3490 (wbo1.7) R 3487 3489 2698 0 -1 4202560 45416 0 0 0 178977 68 0 0 20 0 2 0 275960025 250212352 46704 33554432000 4194304 5963574 140736734753136 140631061051384 5135572 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1794.8
Current children cumulated vsize (KiB) 244348

[startup+1798.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 3530
/proc/meminfo: memFree=29146448/32873844 swapFree=7628/7628
[pid=3489] ppid=3487 vsize=244348 CPUtime=1798 cores=1,3,5,7
/proc/3489/stat : 3489 (wbo1.7) S 3487 3489 2698 0 -1 4202496 46423 0 0 0 179758 42 0 0 20 0 2 0 275960024 250212352 46983 33554432000 4194304 5963574 140736734753136 140736734752656 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3489/statm: 61087 46983 185 432 0 60652 0
[pid=3489/tid=3490] ppid=3487 vsize=244348 CPUtime=1793.64 cores=1,3,5,7
/proc/3489/task/3490/stat : 3490 (wbo1.7) R 3487 3489 2698 0 -1 4202560 45695 0 0 0 179296 68 0 0 20 0 2 0 275960025 250212352 46983 33554432000 4194304 5963574 140736734753136 140631061051384 4390923 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1798
Current children cumulated vsize (KiB) 244348

[startup+1799.1 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 3530
/proc/meminfo: memFree=29146200/32873844 swapFree=7628/7628
[pid=3489] ppid=3487 vsize=244348 CPUtime=1798.8 cores=1,3,5,7
/proc/3489/stat : 3489 (wbo1.7) S 3487 3489 2698 0 -1 4202496 46473 0 0 0 179838 42 0 0 20 0 2 0 275960024 250212352 47033 33554432000 4194304 5963574 140736734753136 140736734752656 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3489/statm: 61087 47033 185 432 0 60652 0
[pid=3489/tid=3490] ppid=3487 vsize=244348 CPUtime=1794.43 cores=1,3,5,7
/proc/3489/task/3490/stat : 3490 (wbo1.7) R 3487 3489 2698 0 -1 4202560 45745 0 0 0 179375 68 0 0 20 0 2 0 275960025 250212352 47033 33554432000 4194304 5963574 140736734753136 140631061051384 4220672 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1798.8
Current children cumulated vsize (KiB) 244348

[startup+1799.5 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 3530
/proc/meminfo: memFree=29145704/32873844 swapFree=7628/7628
[pid=3489] ppid=3487 vsize=244348 CPUtime=1799.21 cores=1,3,5,7
/proc/3489/stat : 3489 (wbo1.7) S 3487 3489 2698 0 -1 4202496 46497 0 0 0 179879 42 0 0 20 0 2 0 275960024 250212352 47057 33554432000 4194304 5963574 140736734753136 140736734752656 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3489/statm: 61087 47057 185 432 0 60652 0
[pid=3489/tid=3490] ppid=3487 vsize=244348 CPUtime=1794.84 cores=1,3,5,7
/proc/3489/task/3490/stat : 3490 (wbo1.7) R 3487 3489 2698 0 -1 4202560 45769 0 0 0 179416 68 0 0 20 0 2 0 275960025 250212352 47057 33554432000 4194304 5963574 140736734753136 140631061051384 4399605 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.21
Current children cumulated vsize (KiB) 244348

[startup+1799.9 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 3530
/proc/meminfo: memFree=29145704/32873844 swapFree=7628/7628
[pid=3489] ppid=3487 vsize=244348 CPUtime=1799.6 cores=1,3,5,7
/proc/3489/stat : 3489 (wbo1.7) S 3487 3489 2698 0 -1 4202496 46522 0 0 0 179918 42 0 0 20 0 2 0 275960024 250212352 47082 33554432000 4194304 5963574 140736734753136 140736734752656 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3489/statm: 61087 47082 185 432 0 60652 0
[pid=3489/tid=3490] ppid=3487 vsize=244348 CPUtime=1795.23 cores=1,3,5,7
/proc/3489/task/3490/stat : 3490 (wbo1.7) R 3487 3489 2698 0 -1 4202560 45794 0 0 0 179455 68 0 0 20 0 2 0 275960025 250212352 47082 33554432000 4194304 5963574 140736734753136 140631061051384 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.6
Current children cumulated vsize (KiB) 244348

[startup+1800 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 3530
/proc/meminfo: memFree=29145704/32873844 swapFree=7628/7628
[pid=3489] ppid=3487 vsize=244348 CPUtime=1799.7 cores=1,3,5,7
/proc/3489/stat : 3489 (wbo1.7) S 3487 3489 2698 0 -1 4202496 46527 0 0 0 179928 42 0 0 20 0 2 0 275960024 250212352 47087 33554432000 4194304 5963574 140736734753136 140736734752656 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3489/statm: 61087 47087 185 432 0 60652 0
[pid=3489/tid=3490] ppid=3487 vsize=244348 CPUtime=1795.33 cores=1,3,5,7
/proc/3489/task/3490/stat : 3490 (wbo1.7) R 3487 3489 2698 0 -1 4202560 45799 0 0 0 179465 68 0 0 20 0 2 0 275960025 250212352 47087 33554432000 4194304 5963574 140736734753136 140631061051384 4399996 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.7
Current children cumulated vsize (KiB) 244348

Child status: 255

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 3489 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=668168
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=695894
# CPU time returned by wait4() is 1795.36
# while last known CPU time is 1799.7
#
# 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.7
CPU user time (s): 1799.28
CPU system time (s): 0.42
CPU usage (%): 99.9827
Max. virtual memory (cumulated for all children) (KiB): 244348

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.67
system time used= 0.695894
maximum resident set size= 188352
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 46528
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= 69
involuntary context switches= 1855

runsolver used 2.74658 second user time and 9.72752 second system time

The end

Launcher Data

Begin job on node145 at 2012-05-27 07:59:17
IDJOB=3704768
IDBENCH=2598
IDSOLVER=2283
FILE ID=node145/3704768-1338098357
RUNJOBID= node145-1338087553-2715
PBS_JOBID= 14624445
Free space on /tmp= 71552 MiB

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

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

MD5SUM BENCH= 2f4fbbd7ac7eea50904b3e0a14134afd
RANDOM SEED=1653217516

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:        30078564 kB
Buffers:          290592 kB
Cached:          1672660 kB
SwapCached:            0 kB
Active:           646896 kB
Inactive:        1335692 kB
Active(anon):      10852 kB
Inactive(anon):    10912 kB
Active(file):     636044 kB
Inactive(file):  1324780 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             10904 kB
Writeback:             4 kB
AnonPages:         26808 kB
Mapped:            14960 kB
Shmem:               200 kB
Slab:             673132 kB
SReclaimable:     114744 kB
SUnreclaim:       558388 kB
KernelStack:        1448 kB
PageTables:         3628 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     142456 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 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= 71544 MiB
End job on node145 at 2012-05-27 08:29:17