Trace number 3704779

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
wbo 1.7? 1799.45 1800.02

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/
submitted-PB06/roussel/normalized-pigeon-cardinality-75-70.opb
MD5SUM51456bad41bf92f026526861ffdd231e
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.092985
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables5250
Total number of constraints145
Number of constraints which are clauses75
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint70
Maximum length of a constraint75
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 76
Number of bits of the biggest sum of numbers7
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-3704779-1338097536.opb.
0.00/0.00	c Instance file HOME/instance-3704779-1338097536.opb
0.00/0.00	c File size is 93573 bytes.
0.00/0.01	c Highest Coefficient sum: 76
0.00/0.01	c ============================[ Problem Statistics ]=============================
0.00/0.01	c |                                                                             |
0.00/0.01	c |  Parsing time:          0.01         s                                      |
0.00/0.01	c |  Number Variables:      5250                                                |
0.00/0.01	c |  Number Clauses:        75                                                  |
0.00/0.01	c |  Number Cardinality:    70                                                  |
0.00/0.01	c |  Number PB Constraints: 0                                                   |
0.00/0.01	c |                                                                             |
0.00/0.01	c |  Problem Type:          Decision                                            |
0.00/0.01	c |  Objective Function:    None                                                |
0.00/0.01	c |                                                                             |
0.00/0.01	c ===============================================================================
1799.45/1800.00	c ===============================================================================
1799.45/1800.00	c Wall Clock Time: 1800.00 s
1799.45/1800.00	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3704779-1338097536/watcher-3704779-1338097536 -o /tmp/evaluation-result-3704779-1338097536/solver-3704779-1338097536 -C 1800 -W 1900 -M 15500 wbo1.7 -file-format=opb HOME/instance-3704779-1338097536.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.01 2.01 2.00 3/177 25573
/proc/meminfo: memFree=30915656/32873844 swapFree=7624/7624
[pid=25573] ppid=25571 vsize=4336 CPUtime=0 cores=0,2,4,6
/proc/25573/stat : 25573 (wbo1.7) R 25571 25573 24863 0 -1 4202496 551 0 0 0 0 0 0 0 20 0 1 0 275879215 4440064 503 33554432000 4194304 5963574 140736743138064 140735073835304 4394942 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/25573/statm: 1084 503 161 432 0 626 0

[startup+0.0782459 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 25573
/proc/meminfo: memFree=30915656/32873844 swapFree=7624/7624
[pid=25573] ppid=25571 vsize=85184 CPUtime=0.07 cores=0,2,4,6
/proc/25573/stat : 25573 (wbo1.7) S 25571 25573 24863 0 -1 4202496 1952 0 0 0 7 0 0 0 20 0 2 0 275879215 87228416 1765 33554432000 4194304 5963574 140736743138064 140736743137584 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25573/statm: 21296 1765 185 432 0 20861 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 85184

[startup+0.100283 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 25573
/proc/meminfo: memFree=30915656/32873844 swapFree=7624/7624
[pid=25573] ppid=25571 vsize=85184 CPUtime=0.09 cores=0,2,4,6
/proc/25573/stat : 25573 (wbo1.7) S 25571 25573 24863 0 -1 4202496 2007 0 0 0 9 0 0 0 20 0 2 0 275879215 87228416 1820 33554432000 4194304 5963574 140736743138064 140736743137584 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25573/statm: 21296 1822 185 432 0 20861 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 85184

[startup+0.30024 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 25573
/proc/meminfo: memFree=30915656/32873844 swapFree=7624/7624
[pid=25573] ppid=25571 vsize=85184 CPUtime=0.29 cores=0,2,4,6
/proc/25573/stat : 25573 (wbo1.7) S 25571 25573 24863 0 -1 4202496 2401 0 0 0 29 0 0 0 20 0 2 0 275879215 87228416 2214 33554432000 4194304 5963574 140736743138064 140736743137584 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25573/statm: 21296 2214 185 432 0 20861 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 85184

[startup+0.700236 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 25573
/proc/meminfo: memFree=30915656/32873844 swapFree=7624/7624
[pid=25573] ppid=25571 vsize=85184 CPUtime=0.68 cores=0,2,4,6
/proc/25573/stat : 25573 (wbo1.7) S 25571 25573 24863 0 -1 4202496 3160 0 0 0 68 0 0 0 20 0 2 0 275879215 87228416 2973 33554432000 4194304 5963574 140736743138064 140736743137584 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25573/statm: 21296 2973 185 432 0 20861 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 85184

[startup+1.50026 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 25575
/proc/meminfo: memFree=30902464/32873844 swapFree=7624/7624
[pid=25573] ppid=25571 vsize=85184 CPUtime=1.49 cores=0,2,4,6
/proc/25573/stat : 25573 (wbo1.7) S 25571 25573 24863 0 -1 4202496 4511 0 0 0 148 1 0 0 20 0 2 0 275879215 87228416 4324 33554432000 4194304 5963574 140736743138064 140736743137584 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25573/statm: 21296 4324 185 432 0 20861 0
[pid=25573/tid=25575] ppid=25571 vsize=85184 CPUtime=1.47 cores=0,2,4,6
/proc/25573/task/25575/stat : 25575 (wbo1.7) R 25571 25573 24863 0 -1 4202560 3394 0 0 0 147 0 0 0 20 0 2 0 275879216 87228416 4324 33554432000 4194304 5963574 140736743138064 140587470006264 5135572 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 85184

[startup+3.10027 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 25575
/proc/meminfo: memFree=30894700/32873844 swapFree=7624/7624
[pid=25573] ppid=25571 vsize=85184 CPUtime=3.08 cores=0,2,4,6
/proc/25573/stat : 25573 (wbo1.7) S 25571 25573 24863 0 -1 4202496 6949 0 0 0 307 1 0 0 20 0 2 0 275879215 87228416 6762 33554432000 4194304 5963574 140736743138064 140736743137584 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25573/statm: 21296 6762 185 432 0 20861 0
[pid=25573/tid=25575] ppid=25571 vsize=85184 CPUtime=3.06 cores=0,2,4,6
/proc/25573/task/25575/stat : 25575 (wbo1.7) R 25571 25573 24863 0 -1 4202560 5832 0 0 0 305 1 0 0 20 0 2 0 275879216 87228416 6762 33554432000 4194304 5963574 140736743138064 140587470006264 5135572 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 85184

[startup+6.30026 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 25575
/proc/meminfo: memFree=30883292/32873844 swapFree=7624/7624
[pid=25573] ppid=25571 vsize=85184 CPUtime=6.29 cores=0,2,4,6
/proc/25573/stat : 25573 (wbo1.7) S 25571 25573 24863 0 -1 4202496 8723 0 0 0 627 2 0 0 20 0 2 0 275879215 87228416 8536 33554432000 4194304 5963574 140736743138064 140736743137584 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25573/statm: 21296 8536 185 432 0 20861 0
[pid=25573/tid=25575] ppid=25571 vsize=85184 CPUtime=6.26 cores=0,2,4,6
/proc/25573/task/25575/stat : 25575 (wbo1.7) R 25571 25573 24863 0 -1 4202560 7606 0 0 0 624 2 0 0 20 0 2 0 275879216 87228416 8536 33554432000 4194304 5963574 140736743138064 140587470006264 5135572 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 85184

[startup+12.7003 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 25614
/proc/meminfo: memFree=31260164/32873844 swapFree=7624/7624
[pid=25573] ppid=25571 vsize=85400 CPUtime=12.69 cores=0,2,4,6
/proc/25573/stat : 25573 (wbo1.7) S 25571 25573 24863 0 -1 4202496 12743 0 0 0 1266 3 0 0 20 0 2 0 275879215 87449600 12556 33554432000 4194304 5963574 140736743138064 140736743137584 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25573/statm: 21350 12556 185 432 0 20915 0
[pid=25573/tid=25575] ppid=25571 vsize=85400 CPUtime=12.64 cores=0,2,4,6
/proc/25573/task/25575/stat : 25575 (wbo1.7) R 25571 25573 24863 0 -1 4202560 11626 0 0 0 1261 3 0 0 20 0 2 0 275879216 87449600 12556 33554432000 4194304 5963574 140736743138064 140587470006312 4381555 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 85400

[startup+25.5003 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 25614
/proc/meminfo: memFree=31236000/32873844 swapFree=7624/7624
[pid=25573] ppid=25571 vsize=85400 CPUtime=25.47 cores=0,2,4,6
/proc/25573/stat : 25573 (wbo1.7) S 25571 25573 24863 0 -1 4202496 17603 0 0 0 2543 4 0 0 20 0 2 0 275879215 87449600 17408 33554432000 4194304 5963574 140736743138064 140736743137584 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25573/statm: 21350 17408 185 432 0 20915 0
[pid=25573/tid=25575] ppid=25571 vsize=85400 CPUtime=25.4 cores=0,2,4,6
/proc/25573/task/25575/stat : 25575 (wbo1.7) R 25571 25573 24863 0 -1 4202560 16486 0 0 0 2536 4 0 0 20 0 2 0 275879216 87449600 17408 33554432000 4194304 5963574 140736743138064 140587470006072 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 85400

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 25614
/proc/meminfo: memFree=31185872/32873844 swapFree=7624/7624
[pid=25573] ppid=25571 vsize=151044 CPUtime=51.06 cores=0,2,4,6
/proc/25573/stat : 25573 (wbo1.7) S 25571 25573 24863 0 -1 4202496 28780 0 0 0 5096 10 0 0 20 0 2 0 275879215 154669056 28573 33554432000 4194304 5963574 140736743138064 140736743137584 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25573/statm: 37761 28573 185 432 0 37326 0
[pid=25573/tid=25575] ppid=25571 vsize=151044 CPUtime=50.92 cores=0,2,4,6
/proc/25573/task/25575/stat : 25575 (wbo1.7) R 25571 25573 24863 0 -1 4202560 27663 0 0 0 5082 10 0 0 20 0 2 0 275879216 154669056 28573 33554432000 4194304 5963574 140736743138064 140587470006264 5135572 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 151044

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 25614
/proc/meminfo: memFree=31019148/32873844 swapFree=7624/7624
[pid=25573] ppid=25571 vsize=282276 CPUtime=102.24 cores=0,2,4,6
/proc/25573/stat : 25573 (wbo1.7) S 25571 25573 24863 0 -1 4202496 59821 0 0 0 10206 18 0 0 20 0 2 0 275879215 289050624 60500 33554432000 4194304 5963574 140736743138064 140736743137584 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25573/statm: 70569 60500 185 432 0 70134 0
[pid=25573/tid=25575] ppid=25571 vsize=282276 CPUtime=101.98 cores=0,2,4,6
/proc/25573/task/25575/stat : 25575 (wbo1.7) R 25571 25573 24863 0 -1 4202560 58704 0 0 0 10179 19 0 0 20 0 2 0 275879216 289050624 60500 33554432000 4194304 5963574 140736743138064 140587470006264 4399651 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 282276

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 25615
/proc/meminfo: memFree=30943460/32873844 swapFree=7624/7624
[pid=25573] ppid=25571 vsize=348052 CPUtime=162.21 cores=0,2,4,6
/proc/25573/stat : 25573 (wbo1.7) S 25571 25573 24863 0 -1 4202496 74518 0 0 0 16199 22 0 0 20 0 2 0 275879215 356405248 75179 33554432000 4194304 5963574 140736743138064 140736743137584 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25573/statm: 87013 75179 185 432 0 86578 0
[pid=25573/tid=25575] ppid=25571 vsize=348052 CPUtime=161.8 cores=0,2,4,6
/proc/25573/task/25575/stat : 25575 (wbo1.7) R 25571 25573 24863 0 -1 4202560 73401 0 0 0 16156 24 0 0 20 0 2 0 275879216 356405248 75179 33554432000 4194304 5963574 140736743138064 140587470006264 4221984 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 348052

[startup+222.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/179 25615
/proc/meminfo: memFree=30942180/32873844 swapFree=7624/7624
[pid=25573] ppid=25571 vsize=348052 CPUtime=222.16 cores=0,2,4,6
/proc/25573/stat : 25573 (wbo1.7) S 25571 25573 24863 0 -1 4202496 74557 0 0 0 22194 22 0 0 20 0 2 0 275879215 356405248 75215 33554432000 4194304 5963574 140736743138064 140736743137584 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25573/statm: 87013 75215 185 432 0 86578 0
[pid=25573/tid=25575] ppid=25571 vsize=348052 CPUtime=221.61 cores=0,2,4,6
/proc/25573/task/25575/stat : 25575 (wbo1.7) R 25571 25573 24863 0 -1 4202560 73440 0 0 0 22136 25 0 0 20 0 2 0 275879216 356405248 75215 33554432000 4194304 5963574 140736743138064 140587470006264 4220672 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 222.16
Current children cumulated vsize (KiB) 348052

[startup+282.3 s]
/proc/loadavg: 2.09 2.04 2.01 3/180 25618
/proc/meminfo: memFree=30880600/32873844 swapFree=7624/7624
[pid=25573] ppid=25571 vsize=413588 CPUtime=282.13 cores=0,2,4,6
/proc/25573/stat : 25573 (wbo1.7) S 25571 25573 24863 0 -1 4202496 88933 0 0 0 28185 28 0 0 20 0 2 0 275879215 423514112 89592 33554432000 4194304 5963574 140736743138064 140736743137584 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25573/statm: 103397 89592 185 432 0 102962 0
[pid=25573/tid=25575] ppid=25571 vsize=413588 CPUtime=281.43 cores=0,2,4,6
/proc/25573/task/25575/stat : 25575 (wbo1.7) R 25571 25573 24863 0 -1 4202560 87816 0 0 0 28111 32 0 0 20 0 2 0 275879216 423514112 89592 33554432000 4194304 5963574 140736743138064 140587470006264 4381532 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 282.13
Current children cumulated vsize (KiB) 413588

[startup+342.3 s]
/proc/loadavg: 2.07 2.04 2.01 3/179 25618
/proc/meminfo: memFree=30870680/32873844 swapFree=7624/7624
[pid=25573] ppid=25571 vsize=413588 CPUtime=342.12 cores=0,2,4,6
/proc/25573/stat : 25573 (wbo1.7) S 25571 25573 24863 0 -1 4202496 88933 0 0 0 34184 28 0 0 20 0 2 0 275879215 423514112 89592 33554432000 4194304 5963574 140736743138064 140736743137584 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25573/statm: 103397 89592 185 432 0 102962 0
[pid=25573/tid=25575] ppid=25571 vsize=413588 CPUtime=341.28 cores=0,2,4,6
/proc/25573/task/25575/stat : 25575 (wbo1.7) R 25571 25573 24863 0 -1 4202560 87816 0 0 0 34095 33 0 0 20 0 2 0 275879216 423514112 89592 33554432000 4194304 5963574 140736743138064 140587470006264 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 342.12
Current children cumulated vsize (KiB) 413588

[startup+402.3 s]
/proc/loadavg: 2.06 2.05 2.01 3/179 25618
/proc/meminfo: memFree=30865016/32873844 swapFree=7624/7624
[pid=25573] ppid=25571 vsize=413588 CPUtime=402.1 cores=0,2,4,6
/proc/25573/stat : 25573 (wbo1.7) S 25571 25573 24863 0 -1 4202496 88942 0 0 0 40182 28 0 0 20 0 2 0 275879215 423514112 89601 33554432000 4194304 5963574 140736743138064 140736743137584 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25573/statm: 103397 89601 185 432 0 102962 0
[pid=25573/tid=25575] ppid=25571 vsize=413588 CPUtime=401.11 cores=0,2,4,6
/proc/25573/task/25575/stat : 25575 (wbo1.7) R 25571 25573 24863 0 -1 4202560 87825 0 0 0 40077 34 0 0 20 0 2 0 275879216 423514112 89601 33554432000 4194304 5963574 140736743138064 140587470006264 4381504 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 402.1
Current children cumulated vsize (KiB) 413588

[startup+462.3 s]
/proc/loadavg: 2.06 2.05 2.00 3/179 25619
/proc/meminfo: memFree=30793004/32873844 swapFree=7624/7624
[pid=25573] ppid=25571 vsize=479484 CPUtime=462.09 cores=0,2,4,6

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


[startup+1422.31 s]
/proc/loadavg: 2.06 2.06 2.00 3/179 25648
/proc/meminfo: memFree=30314688/32873844 swapFree=7624/7624
[pid=25573] ppid=25571 vsize=874588 CPUtime=1421.81 cores=0,2,4,6
/proc/25573/stat : 25573 (wbo1.7) S 25571 25573 24863 0 -1 4202496 205551 0 0 0 142111 70 0 0 20 0 2 0 275879215 895578112 205983 33554432000 4194304 5963574 140736743138064 140736743137584 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25573/statm: 218647 205983 185 432 0 218212 0
[pid=25573/tid=25575] ppid=25571 vsize=874588 CPUtime=1418.38 cores=0,2,4,6
/proc/25573/task/25575/stat : 25575 (wbo1.7) R 25571 25573 24863 0 -1 4202560 204434 0 0 0 141747 91 0 0 20 0 2 0 275879216 895578112 205983 33554432000 4194304 5963574 140736743138064 140587470006296 4399456 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1421.81
Current children cumulated vsize (KiB) 874588

[startup+1482.3 s]
/proc/loadavg: 2.06 2.06 2.00 3/180 25651
/proc/meminfo: memFree=30314308/32873844 swapFree=7624/7624
[pid=25573] ppid=25571 vsize=874588 CPUtime=1481.8 cores=0,2,4,6
/proc/25573/stat : 25573 (wbo1.7) S 25571 25573 24863 0 -1 4202496 205551 0 0 0 148110 70 0 0 20 0 2 0 275879215 895578112 205983 33554432000 4194304 5963574 140736743138064 140736743137584 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25573/statm: 218647 205983 185 432 0 218212 0
[pid=25573/tid=25575] ppid=25571 vsize=874588 CPUtime=1478.22 cores=0,2,4,6
/proc/25573/task/25575/stat : 25575 (wbo1.7) R 25571 25573 24863 0 -1 4202560 204434 0 0 0 147730 92 0 0 20 0 2 0 275879216 895578112 205983 33554432000 4194304 5963574 140736743138064 140587470006296 4399623 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1481.8
Current children cumulated vsize (KiB) 874588

[startup+1542.3 s]
/proc/loadavg: 2.02 2.05 2.00 3/179 25651
/proc/meminfo: memFree=30192672/32873844 swapFree=7624/7624
[pid=25573] ppid=25571 vsize=1005660 CPUtime=1541.79 cores=0,2,4,6
/proc/25573/stat : 25573 (wbo1.7) S 25571 25573 24863 0 -1 4202496 234997 0 0 0 154099 80 0 0 20 0 2 0 275879215 1029795840 235429 33554432000 4194304 5963574 140736743138064 140736743137584 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25573/statm: 251415 235429 185 432 0 250980 0
[pid=25573/tid=25575] ppid=25571 vsize=1005660 CPUtime=1538.06 cores=0,2,4,6
/proc/25573/task/25575/stat : 25575 (wbo1.7) R 25571 25573 24863 0 -1 4202560 233880 0 0 0 153703 103 0 0 20 0 2 0 275879216 1029795840 235429 33554432000 4194304 5963574 140736743138064 140587470006264 4399592 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1541.79
Current children cumulated vsize (KiB) 1005660

[startup+1602.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/179 25651
/proc/meminfo: memFree=30139724/32873844 swapFree=7624/7624
[pid=25573] ppid=25571 vsize=1006200 CPUtime=1601.78 cores=0,2,4,6
/proc/25573/stat : 25573 (wbo1.7) S 25571 25573 24863 0 -1 4202496 247381 0 0 0 160094 84 0 0 20 0 2 0 275879215 1030348800 247813 33554432000 4194304 5963574 140736743138064 140736743137584 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25573/statm: 251550 247813 185 432 0 251115 0
[pid=25573/tid=25575] ppid=25571 vsize=1006200 CPUtime=1597.91 cores=0,2,4,6
/proc/25573/task/25575/stat : 25575 (wbo1.7) R 25571 25573 24863 0 -1 4202560 246264 0 0 0 159683 108 0 0 20 0 2 0 275879216 1030348800 247813 33554432000 4194304 5963574 140736743138064 140587470006264 4400064 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1601.78
Current children cumulated vsize (KiB) 1006200

[startup+1662.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/179 25652
/proc/meminfo: memFree=30135136/32873844 swapFree=7624/7624
[pid=25573] ppid=25571 vsize=1006200 CPUtime=1661.77 cores=0,2,4,6
/proc/25573/stat : 25573 (wbo1.7) S 25571 25573 24863 0 -1 4202496 247393 0 0 0 166093 84 0 0 20 0 2 0 275879215 1030348800 247825 33554432000 4194304 5963574 140736743138064 140736743137584 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25573/statm: 251550 247825 185 432 0 251115 0
[pid=25573/tid=25575] ppid=25571 vsize=1006200 CPUtime=1657.76 cores=0,2,4,6
/proc/25573/task/25575/stat : 25575 (wbo1.7) R 25571 25573 24863 0 -1 4202560 246276 0 0 0 165667 109 0 0 20 0 2 0 275879216 1030348800 247825 33554432000 4194304 5963574 140736743138064 140587470006264 4399619 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1661.77
Current children cumulated vsize (KiB) 1006200

[startup+1722.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/178 25652
/proc/meminfo: memFree=30133036/32873844 swapFree=7624/7624
[pid=25573] ppid=25571 vsize=1006200 CPUtime=1721.76 cores=0,2,4,6
/proc/25573/stat : 25573 (wbo1.7) S 25571 25573 24863 0 -1 4202496 247402 0 0 0 172092 84 0 0 20 0 2 0 275879215 1030348800 247834 33554432000 4194304 5963574 140736743138064 140736743137584 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25573/statm: 251550 247834 185 432 0 251115 0
[pid=25573/tid=25575] ppid=25571 vsize=1006200 CPUtime=1717.6 cores=0,2,4,6
/proc/25573/task/25575/stat : 25575 (wbo1.7) R 25571 25573 24863 0 -1 4202560 246285 0 0 0 171650 110 0 0 20 0 2 0 275879216 1030348800 247834 33554432000 4194304 5963574 140736743138064 140587470006264 4220672 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1721.76
Current children cumulated vsize (KiB) 1006200

[startup+1782.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/179 25653
/proc/meminfo: memFree=30129652/32873844 swapFree=7624/7624
[pid=25573] ppid=25571 vsize=1006200 CPUtime=1781.75 cores=0,2,4,6
/proc/25573/stat : 25573 (wbo1.7) S 25571 25573 24863 0 -1 4202496 247402 0 0 0 178091 84 0 0 20 0 2 0 275879215 1030348800 247834 33554432000 4194304 5963574 140736743138064 140736743137584 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25573/statm: 251550 247834 185 432 0 251115 0
[pid=25573/tid=25575] ppid=25571 vsize=1006200 CPUtime=1777.45 cores=0,2,4,6
/proc/25573/task/25575/stat : 25575 (wbo1.7) R 25571 25573 24863 0 -1 4202560 246285 0 0 0 177634 111 0 0 20 0 2 0 275879216 1030348800 247834 33554432000 4194304 5963574 140736743138064 140587470006264 4399592 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1781.75
Current children cumulated vsize (KiB) 1006200

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

[startup+1791.91 s]
/proc/loadavg: 2.03 2.03 2.00 3/179 25653
/proc/meminfo: memFree=30129404/32873844 swapFree=7624/7624
[pid=25573] ppid=25571 vsize=1006200 CPUtime=1791.36 cores=0,2,4,6
/proc/25573/stat : 25573 (wbo1.7) S 25571 25573 24863 0 -1 4202496 247402 0 0 0 179052 84 0 0 20 0 2 0 275879215 1030348800 247834 33554432000 4194304 5963574 140736743138064 140736743137584 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25573/statm: 251550 247834 185 432 0 251115 0
[pid=25573/tid=25575] ppid=25571 vsize=1006200 CPUtime=1787.03 cores=0,2,4,6
/proc/25573/task/25575/stat : 25575 (wbo1.7) R 25571 25573 24863 0 -1 4202560 246285 0 0 0 178592 111 0 0 20 0 2 0 275879216 1030348800 247834 33554432000 4194304 5963574 140736743138064 140587470006264 4221984 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1791.36
Current children cumulated vsize (KiB) 1006200

[startup+1795.1 s]
/proc/loadavg: 2.03 2.03 2.00 3/179 25653
/proc/meminfo: memFree=30129404/32873844 swapFree=7624/7624
[pid=25573] ppid=25571 vsize=1006200 CPUtime=1794.56 cores=0,2,4,6
/proc/25573/stat : 25573 (wbo1.7) S 25571 25573 24863 0 -1 4202496 247402 0 0 0 179372 84 0 0 20 0 2 0 275879215 1030348800 247834 33554432000 4194304 5963574 140736743138064 140736743137584 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25573/statm: 251550 247834 185 432 0 251115 0
[pid=25573/tid=25575] ppid=25571 vsize=1006200 CPUtime=1790.22 cores=0,2,4,6
/proc/25573/task/25575/stat : 25575 (wbo1.7) R 25571 25573 24863 0 -1 4202560 246285 0 0 0 178911 111 0 0 20 0 2 0 275879216 1030348800 247834 33554432000 4194304 5963574 140736743138064 140587470006264 4399623 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1794.56
Current children cumulated vsize (KiB) 1006200

[startup+1798.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/179 25653
/proc/meminfo: memFree=30129280/32873844 swapFree=7624/7624
[pid=25573] ppid=25571 vsize=1006200 CPUtime=1797.75 cores=0,2,4,6
/proc/25573/stat : 25573 (wbo1.7) S 25571 25573 24863 0 -1 4202496 247402 0 0 0 179691 84 0 0 20 0 2 0 275879215 1030348800 247834 33554432000 4194304 5963574 140736743138064 140736743137584 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25573/statm: 251550 247834 185 432 0 251115 0
[pid=25573/tid=25575] ppid=25571 vsize=1006200 CPUtime=1793.41 cores=0,2,4,6
/proc/25573/task/25575/stat : 25575 (wbo1.7) R 25571 25573 24863 0 -1 4202560 246285 0 0 0 179230 111 0 0 20 0 2 0 275879216 1030348800 247834 33554432000 4194304 5963574 140736743138064 140587470006264 5133433 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1797.75
Current children cumulated vsize (KiB) 1006200

[startup+1799.1 s]
/proc/loadavg: 2.03 2.03 2.00 3/179 25653
/proc/meminfo: memFree=30129280/32873844 swapFree=7624/7624
[pid=25573] ppid=25571 vsize=1006200 CPUtime=1798.55 cores=0,2,4,6
/proc/25573/stat : 25573 (wbo1.7) S 25571 25573 24863 0 -1 4202496 247402 0 0 0 179771 84 0 0 20 0 2 0 275879215 1030348800 247834 33554432000 4194304 5963574 140736743138064 140736743137584 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25573/statm: 251550 247834 185 432 0 251115 0
[pid=25573/tid=25575] ppid=25571 vsize=1006200 CPUtime=1794.2 cores=0,2,4,6
/proc/25573/task/25575/stat : 25575 (wbo1.7) R 25571 25573 24863 0 -1 4202560 246285 0 0 0 179309 111 0 0 20 0 2 0 275879216 1030348800 247834 33554432000 4194304 5963574 140736743138064 140587470006264 4381510 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1798.55
Current children cumulated vsize (KiB) 1006200

[startup+1799.5 s]
/proc/loadavg: 2.03 2.03 2.00 3/179 25653
/proc/meminfo: memFree=30129280/32873844 swapFree=7624/7624
[pid=25573] ppid=25571 vsize=1006200 CPUtime=1798.96 cores=0,2,4,6
/proc/25573/stat : 25573 (wbo1.7) S 25571 25573 24863 0 -1 4202496 247402 0 0 0 179812 84 0 0 20 0 2 0 275879215 1030348800 247834 33554432000 4194304 5963574 140736743138064 140736743137584 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25573/statm: 251550 247834 185 432 0 251115 0
[pid=25573/tid=25575] ppid=25571 vsize=1006200 CPUtime=1794.61 cores=0,2,4,6
/proc/25573/task/25575/stat : 25575 (wbo1.7) R 25571 25573 24863 0 -1 4202560 246285 0 0 0 179350 111 0 0 20 0 2 0 275879216 1030348800 247834 33554432000 4194304 5963574 140736743138064 140587470006264 4222416 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1798.96
Current children cumulated vsize (KiB) 1006200

[startup+1799.9 s]
/proc/loadavg: 2.03 2.03 2.00 3/179 25653
/proc/meminfo: memFree=30129280/32873844 swapFree=7624/7624
[pid=25573] ppid=25571 vsize=1006200 CPUtime=1799.35 cores=0,2,4,6
/proc/25573/stat : 25573 (wbo1.7) S 25571 25573 24863 0 -1 4202496 247402 0 0 0 179851 84 0 0 20 0 2 0 275879215 1030348800 247834 33554432000 4194304 5963574 140736743138064 140736743137584 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25573/statm: 251550 247834 185 432 0 251115 0
[pid=25573/tid=25575] ppid=25571 vsize=1006200 CPUtime=1795 cores=0,2,4,6
/proc/25573/task/25575/stat : 25575 (wbo1.7) R 25571 25573 24863 0 -1 4202560 246285 0 0 0 179389 111 0 0 20 0 2 0 275879216 1030348800 247834 33554432000 4194304 5963574 140736743138064 140587470006264 4399623 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.35
Current children cumulated vsize (KiB) 1006200

[startup+1800 s]
/proc/loadavg: 2.03 2.03 2.00 3/179 25653
/proc/meminfo: memFree=30129280/32873844 swapFree=7624/7624
[pid=25573] ppid=25571 vsize=1006200 CPUtime=1799.45 cores=0,2,4,6
/proc/25573/stat : 25573 (wbo1.7) S 25571 25573 24863 0 -1 4202496 247402 0 0 0 179861 84 0 0 20 0 2 0 275879215 1030348800 247834 33554432000 4194304 5963574 140736743138064 140736743137584 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25573/statm: 251550 247834 185 432 0 251115 0
[pid=25573/tid=25575] ppid=25571 vsize=1006200 CPUtime=1795.1 cores=0,2,4,6
/proc/25573/task/25575/stat : 25575 (wbo1.7) R 25571 25573 24863 0 -1 4202560 246285 0 0 0 179399 111 0 0 20 0 2 0 275879216 1030348800 247834 33554432000 4194304 5963574 140736743138064 140587470006264 4220672 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.45
Current children cumulated vsize (KiB) 1006200

Child status: 255

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

Real time (s): 1800.02
CPU time (s): 1799.45
CPU user time (s): 1798.61
CPU system time (s): 0.84
CPU usage (%): 99.9684
Max. virtual memory (cumulated for all children) (KiB): 1006200

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.01
system time used= 1.13683
maximum resident set size= 991340
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 247403
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= 287
involuntary context switches= 1838

runsolver used 3.74443 second user time and 10.2944 second system time

The end

Launcher Data

Begin job on node130 at 2012-05-27 07:45:36
IDJOB=3704779
IDBENCH=2567
IDSOLVER=2283
FILE ID=node130/3704779-1338097536
RUNJOBID= node130-1338086734-24879
PBS_JOBID= 14624431
Free space on /tmp= 71472 MiB

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

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

MD5SUM BENCH= 51456bad41bf92f026526861ffdd231e
RANDOM SEED=1379277779

node130.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		: 2666.875
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	: 5333.75
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		: 2666.875
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		: 2666.875
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.91
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		: 2666.875
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.86
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		: 2666.875
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		: 2666.875
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.92
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		: 2666.875
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		: 2666.875
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	: 5228.98
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        30915896 kB
Buffers:          252720 kB
Cached:           476424 kB
SwapCached:         4508 kB
Active:          1088576 kB
Inactive:          68044 kB
Active(anon):     417548 kB
Inactive(anon):     8952 kB
Active(file):     671028 kB
Inactive(file):    59092 kB
Unevictable:        7624 kB
Mlocked:            7624 kB
SwapTotal:      67108856 kB
SwapFree:       67099856 kB
Dirty:              5456 kB
Writeback:             0 kB
AnonPages:        518140 kB
Mapped:            12392 kB
Shmem:                 8 kB
Slab:             660032 kB
SReclaimable:     101992 kB
SUnreclaim:       558040 kB
KernelStack:        1488 kB
PageTables:         4404 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     150376 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    421888 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= 71468 MiB
End job on node130 at 2012-05-27 08:15:36