Trace number 3712945

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.71? 1799.87 1800.01

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/roussel/
normalized-pigeon-cardinality-61-60--soft-33-100-0.wbo
MD5SUMe56482878ee36dcbb361a64b1d161fc3
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark2.09368
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables3660
Total number of constraints121
Number of soft constraints81
Number of constraints which are clauses61
Number of constraints which are cardinality constraints (but not clauses)60
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint60
Maximum length of a constraint61
Top cost 3401
Min constraint cost 1
Max constraint cost 96
Sum of constraints costs 3400
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 62
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.71 beta - May, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing wbo file format. File HOME/instance-3712945-1338196525.wbo.
0.00/0.00	c Instance file HOME/instance-3712945-1338196525.wbo
0.00/0.00	c File size is 65230 bytes.
0.00/0.00	c Highest Coefficient sum: 62
0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Parsing time:          0.01         s                                      |
0.00/0.00	c |  Number Variables:      3741                                                |
0.00/0.00	c |  Number Clauses:        61                                                  |
0.00/0.00	c |  Number Cardinality:    21                                                  |
0.00/0.00	c |  Number PB Constraints: 39                                                  |
0.00/0.00	c |                                                                             |
0.00/0.01	c |  Problem Type:          Optimization                                        |
0.00/0.01	c |  Objective Function:    PB Constraint                                       |
0.00/0.01	c |                                                                             |
0.00/0.01	c ============================[ Search Statistics ]==============================
0.00/0.01	c | Time (s)  | ID |      Bound      |               Shared Clauses             |
0.00/0.01	c |           |    | value      type |  expCls         impCls        Lit/impCl  |
0.00/0.01	c ===============================================================================
1799.54/1800.00	c ===============================================================================
1799.54/1800.00	c Wall Clock Time: 1800.00 s
1799.54/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-3712945-1338196525/watcher-3712945-1338196525 -o /tmp/evaluation-result-3712945-1338196525/solver-3712945-1338196525 -C 1800 -W 1900 -M 15500 wbo1.71 -file-format=wbo HOME/instance-3712945-1338196525.wbo 

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.07 2.02 2.00 3/177 22553
/proc/meminfo: memFree=27825292/32873648 swapFree=7372/7372
[pid=22553] ppid=22551 vsize=3924 CPUtime=0 cores=0,2,4,6
/proc/22553/stat : 22553 (wbo1.71) R 22551 22553 22137 0 -1 4202496 493 0 0 0 0 0 0 0 20 0 1 0 285778501 4018176 446 33554432000 4194304 5964318 140733267557392 140733733348760 5136394 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/22553/statm: 981 446 167 433 0 529 0

[startup+0.0583889 s]
/proc/loadavg: 2.07 2.02 2.00 3/177 22553
/proc/meminfo: memFree=27825292/32873648 swapFree=7372/7372
[pid=22553] ppid=22551 vsize=84824 CPUtime=0.05 cores=0,2,4,6
/proc/22553/stat : 22553 (wbo1.71) S 22551 22553 22137 0 -1 4202496 1623 0 0 0 5 0 0 0 20 0 2 0 285778501 86859776 1560 33554432000 4194304 5964318 140733267557392 140733267556912 4546589 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22553/statm: 21206 1560 194 433 0 20770 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 84824

[startup+0.100168 s]
/proc/loadavg: 2.07 2.02 2.00 3/177 22553
/proc/meminfo: memFree=27825292/32873648 swapFree=7372/7372
[pid=22553] ppid=22551 vsize=84824 CPUtime=0.09 cores=0,2,4,6
/proc/22553/stat : 22553 (wbo1.71) S 22551 22553 22137 0 -1 4202496 1717 0 0 0 9 0 0 0 20 0 2 0 285778501 86859776 1654 33554432000 4194304 5964318 140733267557392 140733267556912 4546589 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22553/statm: 21206 1654 194 433 0 20770 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 84824

[startup+0.300113 s]
/proc/loadavg: 2.07 2.02 2.00 3/177 22553
/proc/meminfo: memFree=27825292/32873648 swapFree=7372/7372
[pid=22553] ppid=22551 vsize=84824 CPUtime=0.29 cores=0,2,4,6
/proc/22553/stat : 22553 (wbo1.71) S 22551 22553 22137 0 -1 4202496 2155 0 0 0 29 0 0 0 20 0 2 0 285778501 86859776 2092 33554432000 4194304 5964318 140733267557392 140733267556912 4546589 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22553/statm: 21206 2092 194 433 0 20770 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 84824

[startup+0.700112 s]
/proc/loadavg: 2.07 2.02 2.00 3/177 22553
/proc/meminfo: memFree=27825292/32873648 swapFree=7372/7372
[pid=22553] ppid=22551 vsize=84824 CPUtime=0.69 cores=0,2,4,6
/proc/22553/stat : 22553 (wbo1.71) S 22551 22553 22137 0 -1 4202496 3014 0 0 0 69 0 0 0 20 0 2 0 285778501 86859776 2951 33554432000 4194304 5964318 140733267557392 140733267556912 4546589 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22553/statm: 21206 2951 194 433 0 20770 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 84824

[startup+1.5002 s]
/proc/loadavg: 2.07 2.02 2.00 3/179 22555
/proc/meminfo: memFree=27810280/32873648 swapFree=7372/7372
[pid=22553] ppid=22551 vsize=84824 CPUtime=1.48 cores=0,2,4,6
/proc/22553/stat : 22553 (wbo1.71) S 22551 22553 22137 0 -1 4202496 4483 0 0 0 148 0 0 0 20 0 2 0 285778501 86859776 4420 33554432000 4194304 5964318 140733267557392 140733267556912 4546589 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22553/statm: 21206 4420 194 433 0 20770 0
[pid=22553/tid=22555] ppid=22551 vsize=84824 CPUtime=1.47 cores=0,2,4,6
/proc/22553/task/22555/stat : 22555 (wbo1.71) R 22551 22553 22137 0 -1 4202560 3477 0 0 0 147 0 0 0 20 0 2 0 285778502 86859776 4420 33554432000 4194304 5964318 140733267557392 140447630772216 4221984 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 84824

[startup+3.1002 s]
/proc/loadavg: 2.06 2.02 2.00 3/179 22555
/proc/meminfo: memFree=27799616/32873648 swapFree=7372/7372
[pid=22553] ppid=22551 vsize=84968 CPUtime=3.08 cores=0,2,4,6
/proc/22553/stat : 22553 (wbo1.71) S 22551 22553 22137 0 -1 4202496 6718 0 0 0 307 1 0 0 20 0 2 0 285778501 87007232 6655 33554432000 4194304 5964318 140733267557392 140733267556912 4546589 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22553/statm: 21242 6655 194 433 0 20806 0
[pid=22553/tid=22555] ppid=22551 vsize=84968 CPUtime=3.07 cores=0,2,4,6
/proc/22553/task/22555/stat : 22555 (wbo1.71) R 22551 22553 22137 0 -1 4202560 5712 0 0 0 306 1 0 0 20 0 2 0 285778502 87007232 6655 33554432000 4194304 5964318 140733267557392 140447630772024 4399960 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 84968

[startup+6.30015 s]
/proc/loadavg: 2.06 2.02 2.00 3/179 22555
/proc/meminfo: memFree=27784984/32873648 swapFree=7372/7372
[pid=22553] ppid=22551 vsize=84968 CPUtime=6.28 cores=0,2,4,6
/proc/22553/stat : 22553 (wbo1.71) S 22551 22553 22137 0 -1 4202496 7492 0 0 0 627 1 0 0 20 0 2 0 285778501 87007232 7429 33554432000 4194304 5964318 140733267557392 140733267556912 4546589 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22553/statm: 21242 7429 194 433 0 20806 0
[pid=22553/tid=22555] ppid=22551 vsize=84968 CPUtime=6.28 cores=0,2,4,6
/proc/22553/task/22555/stat : 22555 (wbo1.71) R 22551 22553 22137 0 -1 4202560 6486 0 0 0 626 2 0 0 20 0 2 0 285778502 87007232 7429 33554432000 4194304 5964318 140733267557392 140447630772264 4400007 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 84968

[startup+12.7001 s]
/proc/loadavg: 2.05 2.01 2.00 3/179 22555
/proc/meminfo: memFree=27752412/32873648 swapFree=7372/7372
[pid=22553] ppid=22551 vsize=85040 CPUtime=12.69 cores=0,2,4,6
/proc/22553/stat : 22553 (wbo1.71) S 22551 22553 22137 0 -1 4202496 12972 0 0 0 1266 3 0 0 20 0 2 0 285778501 87080960 12909 33554432000 4194304 5964318 140733267557392 140733267556912 4546589 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22553/statm: 21260 12909 194 433 0 20824 0
[pid=22553/tid=22555] ppid=22551 vsize=85040 CPUtime=12.67 cores=0,2,4,6
/proc/22553/task/22555/stat : 22555 (wbo1.71) R 22551 22553 22137 0 -1 4202560 11966 0 0 0 1264 3 0 0 20 0 2 0 285778502 87080960 12909 33554432000 4194304 5964318 140733267557392 140447630772216 5136324 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 85040

[startup+25.5002 s]
/proc/loadavg: 2.04 2.01 2.00 3/179 22555
/proc/meminfo: memFree=27687444/32873648 swapFree=7372/7372
[pid=22553] ppid=22551 vsize=150684 CPUtime=25.48 cores=0,2,4,6
/proc/22553/stat : 22553 (wbo1.71) S 22551 22553 22137 0 -1 4202496 22400 0 0 0 2543 5 0 0 20 0 2 0 285778501 154300416 22337 33554432000 4194304 5964318 140733267557392 140733267556912 4546589 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22553/statm: 37671 22337 194 433 0 37235 0
[pid=22553/tid=22555] ppid=22551 vsize=150684 CPUtime=25.47 cores=0,2,4,6
/proc/22553/task/22555/stat : 22555 (wbo1.71) R 22551 22553 22137 0 -1 4202560 21394 0 0 0 2541 6 0 0 20 0 2 0 285778502 154300416 22337 33554432000 4194304 5964318 140733267557392 140447630772216 4399982 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 150684

[startup+51.1001 s]
/proc/loadavg: 2.03 2.01 2.00 3/179 22555
/proc/meminfo: memFree=27618872/32873648 swapFree=7372/7372
[pid=22553] ppid=22551 vsize=150844 CPUtime=51.07 cores=0,2,4,6
/proc/22553/stat : 22553 (wbo1.71) S 22551 22553 22137 0 -1 4202496 30073 0 0 0 5100 7 0 0 20 0 2 0 285778501 154464256 30010 33554432000 4194304 5964318 140733267557392 140733267556912 4546589 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22553/statm: 37711 30010 194 433 0 37275 0
[pid=22553/tid=22555] ppid=22551 vsize=150844 CPUtime=51.07 cores=0,2,4,6
/proc/22553/task/22555/stat : 22555 (wbo1.71) R 22551 22553 22137 0 -1 4202560 29067 0 0 0 5099 8 0 0 20 0 2 0 285778502 154464256 30010 33554432000 4194304 5964318 140733267557392 140447630772216 4399991 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 150844

[startup+102.306 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 22555
/proc/meminfo: memFree=27436608/32873648 swapFree=7372/7372
[pid=22553] ppid=22551 vsize=216620 CPUtime=102.26 cores=0,2,4,6
/proc/22553/stat : 22553 (wbo1.71) S 22551 22553 22137 0 -1 4202496 48490 0 0 0 10212 14 0 0 20 0 2 0 285778501 221818880 48581 33554432000 4194304 5964318 140733267557392 140733267556912 4546589 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22553/statm: 54155 48581 194 433 0 53719 0
[pid=22553/tid=22555] ppid=22551 vsize=216620 CPUtime=102.26 cores=0,2,4,6
/proc/22553/task/22555/stat : 22555 (wbo1.71) R 22551 22553 22137 0 -1 4202560 47484 0 0 0 10210 16 0 0 20 0 2 0 285778502 221818880 48581 33554432000 4194304 5964318 140733267557392 140447630772216 4399971 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 216620

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 22555
/proc/meminfo: memFree=27288084/32873648 swapFree=7372/7372
[pid=22553] ppid=22551 vsize=347692 CPUtime=162.23 cores=0,2,4,6
/proc/22553/stat : 22553 (wbo1.71) S 22551 22553 22137 0 -1 4202496 68519 0 0 0 16203 20 0 0 20 0 2 0 285778501 356036608 68617 33554432000 4194304 5964318 140733267557392 140733267556912 4546589 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22553/statm: 86923 68617 194 433 0 86487 0
[pid=22553/tid=22555] ppid=22551 vsize=347692 CPUtime=162.24 cores=0,2,4,6
/proc/22553/task/22555/stat : 22555 (wbo1.71) R 22551 22553 22137 0 -1 4202560 67513 0 0 0 16201 23 0 0 20 0 2 0 285778502 356036608 68617 33554432000 4194304 5964318 140733267557392 140447630772216 4381606 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 347692

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 22555
/proc/meminfo: memFree=27245968/32873648 swapFree=7372/7372
[pid=22553] ppid=22551 vsize=347692 CPUtime=222.2 cores=0,2,4,6
/proc/22553/stat : 22553 (wbo1.71) S 22551 22553 22137 0 -1 4202496 77994 0 0 0 22197 23 0 0 20 0 2 0 285778501 356036608 78262 33554432000 4194304 5964318 140733267557392 140733267556912 4546589 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22553/statm: 86923 78262 194 433 0 86487 0
[pid=22553/tid=22555] ppid=22551 vsize=347692 CPUtime=222.22 cores=0,2,4,6
/proc/22553/task/22555/stat : 22555 (wbo1.71) R 22551 22553 22137 0 -1 4202560 76988 0 0 0 22195 27 0 0 20 0 2 0 285778502 356036608 78262 33554432000 4194304 5964318 140733267557392 140447630772216 4399991 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 347692

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 22559
/proc/meminfo: memFree=27206416/32873648 swapFree=7372/7372
[pid=22553] ppid=22551 vsize=413516 CPUtime=282.2 cores=0,2,4,6
/proc/22553/stat : 22553 (wbo1.71) S 22551 22553 22137 0 -1 4202496 87629 0 0 0 28192 28 0 0 20 0 2 0 285778501 423440384 87897 33554432000 4194304 5964318 140733267557392 140733267556912 4546589 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22553/statm: 103379 87897 194 433 0 102943 0
[pid=22553/tid=22555] ppid=22551 vsize=413516 CPUtime=282.22 cores=0,2,4,6
/proc/22553/task/22555/stat : 22555 (wbo1.71) R 22551 22553 22137 0 -1 4202560 86623 0 0 0 28189 33 0 0 20 0 2 0 285778502 423440384 87897 33554432000 4194304 5964318 140733267557392 140447630772216 4399991 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 413516

[startup+342.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/179 22559
/proc/meminfo: memFree=27137184/32873648 swapFree=7372/7372
[pid=22553] ppid=22551 vsize=480564 CPUtime=342.18 cores=0,2,4,6
/proc/22553/stat : 22553 (wbo1.71) S 22551 22553 22137 0 -1 4202496 104797 0 0 0 34183 35 0 0 20 0 2 0 285778501 492097536 105065 33554432000 4194304 5964318 140733267557392 140733267556912 4546589 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22553/statm: 120141 105065 194 433 0 119705 0
[pid=22553/tid=22555] ppid=22551 vsize=480564 CPUtime=342.22 cores=0,2,4,6
/proc/22553/task/22555/stat : 22555 (wbo1.71) R 22551 22553 22137 0 -1 4202560 103791 0 0 0 34181 41 0 0 20 0 2 0 285778502 492097536 105065 33554432000 4194304 5964318 140733267557392 140447630772216 4399982 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 480564

[startup+402.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/179 22559
/proc/meminfo: memFree=27139196/32873648 swapFree=7372/7372
[pid=22553] ppid=22551 vsize=480564 CPUtime=402.17 cores=0,2,4,6
/proc/22553/stat : 22553 (wbo1.71) S 22551 22553 22137 0 -1 4202496 104813 0 0 0 40182 35 0 0 20 0 2 0 285778501 492097536 104406 33554432000 4194304 5964318 140733267557392 140733267556912 4546589 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22553/statm: 120141 104406 194 433 0 119705 0
[pid=22553/tid=22555] ppid=22551 vsize=480564 CPUtime=402.22 cores=0,2,4,6
/proc/22553/task/22555/stat : 22555 (wbo1.71) R 22551 22553 22137 0 -1 4202560 103807 0 0 0 40180 42 0 0 20 0 2 0 285778502 492097536 104406 33554432000 4194304 5964318 140733267557392 140447630772248 4399991 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 480564

[startup+462.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 22559
/proc/meminfo: memFree=27139348/32873648 swapFree=7372/7372
[pid=22553] ppid=22551 vsize=480564 CPUtime=462.16 cores=0,2,4,6

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

/proc/22553/task/22555/stat : 22555 (wbo1.71) R 22551 22553 22137 0 -1 4202560 234308 0 0 0 130110 105 0 0 20 0 2 0 285778502 1034387456 235057 33554432000 4194304 5964318 140733267557392 140447630772216 4220672 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1301.95
Current children cumulated vsize (KiB) 1010144

[startup+1362.3 s]
/proc/loadavg: 2.07 2.03 2.00 3/179 22605
/proc/meminfo: memFree=27427352/32873648 swapFree=7372/7372
[pid=22553] ppid=22551 vsize=1010144 CPUtime=1361.93 cores=0,2,4,6
/proc/22553/stat : 22553 (wbo1.71) S 22551 22553 22137 0 -1 4202496 235321 0 0 0 136108 85 0 0 20 0 2 0 285778501 1034387456 235064 33554432000 4194304 5964318 140733267557392 140733267556912 4546589 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22553/statm: 252536 235064 194 433 0 252100 0
[pid=22553/tid=22555] ppid=22551 vsize=1010144 CPUtime=1362.15 cores=0,2,4,6
/proc/22553/task/22555/stat : 22555 (wbo1.71) R 22551 22553 22137 0 -1 4202560 234315 0 0 0 136109 106 0 0 20 0 2 0 285778502 1034387456 235064 33554432000 4194304 5964318 140733267557392 140447630772216 4399991 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1361.93
Current children cumulated vsize (KiB) 1010144

[startup+1422.31 s]
/proc/loadavg: 2.10 2.05 2.01 3/179 22605
/proc/meminfo: memFree=27329048/32873648 swapFree=7372/7372
[pid=22553] ppid=22551 vsize=1010144 CPUtime=1421.93 cores=0,2,4,6
/proc/22553/stat : 22553 (wbo1.71) S 22551 22553 22137 0 -1 4202496 235327 0 0 0 142108 85 0 0 20 0 2 0 285778501 1034387456 235070 33554432000 4194304 5964318 140733267557392 140733267556912 4546589 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22553/statm: 252536 235070 194 433 0 252100 0
[pid=22553/tid=22555] ppid=22551 vsize=1010144 CPUtime=1422.15 cores=0,2,4,6
/proc/22553/task/22555/stat : 22555 (wbo1.71) R 22551 22553 22137 0 -1 4202560 234321 0 0 0 142108 107 0 0 20 0 2 0 285778502 1034387456 235070 33554432000 4194304 5964318 140733267557392 140447630772216 4220672 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1421.93
Current children cumulated vsize (KiB) 1010144

[startup+1482.3 s]
/proc/loadavg: 2.09 2.06 2.01 3/180 22609
/proc/meminfo: memFree=27300492/32873648 swapFree=7372/7372
[pid=22553] ppid=22551 vsize=1010144 CPUtime=1481.92 cores=0,2,4,6
/proc/22553/stat : 22553 (wbo1.71) S 22551 22553 22137 0 -1 4202496 235327 0 0 0 148106 86 0 0 20 0 2 0 285778501 1034387456 235070 33554432000 4194304 5964318 140733267557392 140733267556912 4546589 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22553/statm: 252536 235070 194 433 0 252100 0
[pid=22553/tid=22555] ppid=22551 vsize=1010144 CPUtime=1482.15 cores=0,2,4,6
/proc/22553/task/22555/stat : 22555 (wbo1.71) R 22551 22553 22137 0 -1 4202560 234321 0 0 0 148107 108 0 0 20 0 2 0 285778502 1034387456 235070 33554432000 4194304 5964318 140733267557392 140447630772216 4399991 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1481.92
Current children cumulated vsize (KiB) 1010144

[startup+1542.3 s]
/proc/loadavg: 2.07 2.06 2.01 3/179 22609
/proc/meminfo: memFree=27163596/32873648 swapFree=7372/7372
[pid=22553] ppid=22551 vsize=1010144 CPUtime=1541.9 cores=0,2,4,6
/proc/22553/stat : 22553 (wbo1.71) S 22551 22553 22137 0 -1 4202496 236707 0 0 0 154104 86 0 0 20 0 2 0 285778501 1034387456 236450 33554432000 4194304 5964318 140733267557392 140733267556912 4546589 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22553/statm: 252536 236450 194 433 0 252100 0
[pid=22553/tid=22555] ppid=22551 vsize=1010144 CPUtime=1542.15 cores=0,2,4,6
/proc/22553/task/22555/stat : 22555 (wbo1.71) R 22551 22553 22137 0 -1 4202560 235701 0 0 0 154105 110 0 0 20 0 2 0 285778502 1034387456 236450 33554432000 4194304 5964318 140733267557392 140447630772216 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1541.9
Current children cumulated vsize (KiB) 1010144

[startup+1602.3 s]
/proc/loadavg: 2.08 2.06 2.01 3/179 22609
/proc/meminfo: memFree=27023720/32873648 swapFree=7372/7372
[pid=22553] ppid=22551 vsize=1010144 CPUtime=1601.89 cores=0,2,4,6
/proc/22553/stat : 22553 (wbo1.71) S 22551 22553 22137 0 -1 4202496 236714 0 0 0 160103 86 0 0 20 0 2 0 285778501 1034387456 236478 33554432000 4194304 5964318 140733267557392 140733267556912 4546589 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22553/statm: 252536 236478 194 433 0 252100 0
[pid=22553/tid=22555] ppid=22551 vsize=1010144 CPUtime=1602.15 cores=0,2,4,6
/proc/22553/task/22555/stat : 22555 (wbo1.71) R 22551 22553 22137 0 -1 4202560 235708 0 0 0 160104 111 0 0 20 0 2 0 285778502 1034387456 236478 33554432000 4194304 5964318 140733267557392 140447630772216 4399991 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1601.89
Current children cumulated vsize (KiB) 1010144

[startup+1662.3 s]
/proc/loadavg: 2.07 2.06 2.00 3/179 22609
/proc/meminfo: memFree=26926160/32873648 swapFree=7372/7372
[pid=22553] ppid=22551 vsize=1010144 CPUtime=1661.88 cores=0,2,4,6
/proc/22553/stat : 22553 (wbo1.71) S 22551 22553 22137 0 -1 4202496 236725 0 0 0 166102 86 0 0 20 0 2 0 285778501 1034387456 236493 33554432000 4194304 5964318 140733267557392 140733267556912 4546589 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22553/statm: 252536 236493 194 433 0 252100 0
[pid=22553/tid=22555] ppid=22551 vsize=1010144 CPUtime=1662.15 cores=0,2,4,6
/proc/22553/task/22555/stat : 22555 (wbo1.71) R 22551 22553 22137 0 -1 4202560 235719 0 0 0 166103 112 0 0 20 0 2 0 285778502 1034387456 236493 33554432000 4194304 5964318 140733267557392 140447630772216 4222416 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1661.88
Current children cumulated vsize (KiB) 1010144

[startup+1722.3 s]
/proc/loadavg: 2.07 2.06 2.00 3/179 22609
/proc/meminfo: memFree=26925764/32873648 swapFree=7372/7372
[pid=22553] ppid=22551 vsize=1010144 CPUtime=1721.86 cores=0,2,4,6
/proc/22553/stat : 22553 (wbo1.71) S 22551 22553 22137 0 -1 4202496 236742 0 0 0 172100 86 0 0 20 0 2 0 285778501 1034387456 236515 33554432000 4194304 5964318 140733267557392 140733267556912 4546589 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22553/statm: 252536 236515 194 433 0 252100 0
[pid=22553/tid=22555] ppid=22551 vsize=1010144 CPUtime=1722.14 cores=0,2,4,6
/proc/22553/task/22555/stat : 22555 (wbo1.71) R 22551 22553 22137 0 -1 4202560 235736 0 0 0 172101 113 0 0 20 0 2 0 285778502 1034387456 236515 33554432000 4194304 5964318 140733267557392 140447630772216 4221072 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1721.86
Current children cumulated vsize (KiB) 1010144

[startup+1782.3 s]
/proc/loadavg: 2.02 2.05 2.00 3/178 22609
/proc/meminfo: memFree=26925604/32873648 swapFree=7372/7372
[pid=22553] ppid=22551 vsize=1010144 CPUtime=1781.85 cores=0,2,4,6
/proc/22553/stat : 22553 (wbo1.71) S 22551 22553 22137 0 -1 4202496 236750 0 0 0 178099 86 0 0 20 0 2 0 285778501 1034387456 236528 33554432000 4194304 5964318 140733267557392 140733267556912 4546589 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22553/statm: 252536 236528 194 433 0 252100 0
[pid=22553/tid=22555] ppid=22551 vsize=1010144 CPUtime=1782.14 cores=0,2,4,6
/proc/22553/task/22555/stat : 22555 (wbo1.71) R 22551 22553 22137 0 -1 4202560 235744 0 0 0 178100 114 0 0 20 0 2 0 285778502 1034387456 236528 33554432000 4194304 5964318 140733267557392 140447630772216 4220672 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1781.85
Current children cumulated vsize (KiB) 1010144

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

[startup+1791.91 s]
/proc/loadavg: 2.02 2.05 2.00 3/179 22610
/proc/meminfo: memFree=26925348/32873648 swapFree=7372/7372
[pid=22553] ppid=22551 vsize=1010144 CPUtime=1791.45 cores=0,2,4,6
/proc/22553/stat : 22553 (wbo1.71) S 22551 22553 22137 0 -1 4202496 236750 0 0 0 179059 86 0 0 20 0 2 0 285778501 1034387456 236528 33554432000 4194304 5964318 140733267557392 140733267556912 4546589 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22553/statm: 252536 236528 194 433 0 252100 0
[pid=22553/tid=22555] ppid=22551 vsize=1010144 CPUtime=1791.75 cores=0,2,4,6
/proc/22553/task/22555/stat : 22555 (wbo1.71) R 22551 22553 22137 0 -1 4202560 235744 0 0 0 179061 114 0 0 20 0 2 0 285778502 1034387456 236528 33554432000 4194304 5964318 140733267557392 140447630772216 4399971 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1791.45
Current children cumulated vsize (KiB) 1010144

[startup+1795.1 s]
/proc/loadavg: 2.02 2.05 2.00 3/179 22610
/proc/meminfo: memFree=26925348/32873648 swapFree=7372/7372
[pid=22553] ppid=22551 vsize=1010144 CPUtime=1794.65 cores=0,2,4,6
/proc/22553/stat : 22553 (wbo1.71) S 22551 22553 22137 0 -1 4202496 236750 0 0 0 179379 86 0 0 20 0 2 0 285778501 1034387456 236528 33554432000 4194304 5964318 140733267557392 140733267556912 4546589 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22553/statm: 252536 236528 194 433 0 252100 0
[pid=22553/tid=22555] ppid=22551 vsize=1010144 CPUtime=1794.95 cores=0,2,4,6
/proc/22553/task/22555/stat : 22555 (wbo1.71) R 22551 22553 22137 0 -1 4202560 235744 0 0 0 179381 114 0 0 20 0 2 0 285778502 1034387456 236528 33554432000 4194304 5964318 140733267557392 140447630772216 4381925 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1794.65
Current children cumulated vsize (KiB) 1010144

[startup+1798.3 s]
/proc/loadavg: 2.02 2.05 2.00 3/179 22610
/proc/meminfo: memFree=26925348/32873648 swapFree=7372/7372
[pid=22553] ppid=22551 vsize=1010144 CPUtime=1797.84 cores=0,2,4,6
/proc/22553/stat : 22553 (wbo1.71) S 22551 22553 22137 0 -1 4202496 236750 0 0 0 179698 86 0 0 20 0 2 0 285778501 1034387456 236528 33554432000 4194304 5964318 140733267557392 140733267556912 4546589 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22553/statm: 252536 236528 194 433 0 252100 0
[pid=22553/tid=22555] ppid=22551 vsize=1010144 CPUtime=1798.14 cores=0,2,4,6
/proc/22553/task/22555/stat : 22555 (wbo1.71) R 22551 22553 22137 0 -1 4202560 235744 0 0 0 179700 114 0 0 20 0 2 0 285778502 1034387456 236528 33554432000 4194304 5964318 140733267557392 140447630772216 4400336 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1797.84
Current children cumulated vsize (KiB) 1010144

[startup+1799.1 s]
/proc/loadavg: 2.02 2.05 2.00 3/179 22610
/proc/meminfo: memFree=26925348/32873648 swapFree=7372/7372
[pid=22553] ppid=22551 vsize=1010144 CPUtime=1798.64 cores=0,2,4,6
/proc/22553/stat : 22553 (wbo1.71) S 22551 22553 22137 0 -1 4202496 236750 0 0 0 179778 86 0 0 20 0 2 0 285778501 1034387456 236528 33554432000 4194304 5964318 140733267557392 140733267556912 4546589 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22553/statm: 252536 236528 194 433 0 252100 0
[pid=22553/tid=22555] ppid=22551 vsize=1010144 CPUtime=1798.94 cores=0,2,4,6
/proc/22553/task/22555/stat : 22555 (wbo1.71) R 22551 22553 22137 0 -1 4202560 235744 0 0 0 179780 114 0 0 20 0 2 0 285778502 1034387456 236528 33554432000 4194304 5964318 140733267557392 140447630772216 4399991 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1798.64
Current children cumulated vsize (KiB) 1010144

[startup+1799.5 s]
/proc/loadavg: 2.02 2.05 2.00 3/179 22610
/proc/meminfo: memFree=26925348/32873648 swapFree=7372/7372
[pid=22553] ppid=22551 vsize=1010144 CPUtime=1799.05 cores=0,2,4,6
/proc/22553/stat : 22553 (wbo1.71) S 22551 22553 22137 0 -1 4202496 236750 0 0 0 179819 86 0 0 20 0 2 0 285778501 1034387456 236528 33554432000 4194304 5964318 140733267557392 140733267556912 4546589 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22553/statm: 252536 236528 194 433 0 252100 0
[pid=22553/tid=22555] ppid=22551 vsize=1010144 CPUtime=1799.35 cores=0,2,4,6
/proc/22553/task/22555/stat : 22555 (wbo1.71) R 22551 22553 22137 0 -1 4202560 235744 0 0 0 179821 114 0 0 20 0 2 0 285778502 1034387456 236528 33554432000 4194304 5964318 140733267557392 140447630772216 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.05
Current children cumulated vsize (KiB) 1010144

[startup+1799.9 s]
/proc/loadavg: 2.02 2.05 2.00 3/179 22610
/proc/meminfo: memFree=26925348/32873648 swapFree=7372/7372
[pid=22553] ppid=22551 vsize=1010144 CPUtime=1799.44 cores=0,2,4,6
/proc/22553/stat : 22553 (wbo1.71) S 22551 22553 22137 0 -1 4202496 236750 0 0 0 179858 86 0 0 20 0 2 0 285778501 1034387456 236528 33554432000 4194304 5964318 140733267557392 140733267556912 4546589 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22553/statm: 252536 236528 194 433 0 252100 0
[pid=22553/tid=22555] ppid=22551 vsize=1010144 CPUtime=1799.74 cores=0,2,4,6
/proc/22553/task/22555/stat : 22555 (wbo1.71) R 22551 22553 22137 0 -1 4202560 235744 0 0 0 179860 114 0 0 20 0 2 0 285778502 1034387456 236528 33554432000 4194304 5964318 140733267557392 140447630772216 4388187 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.44
Current children cumulated vsize (KiB) 1010144

[startup+1800 s]
/proc/loadavg: 2.02 2.05 2.00 3/179 22610
/proc/meminfo: memFree=26925348/32873648 swapFree=7372/7372
[pid=22553] ppid=22551 vsize=1010144 CPUtime=1799.54 cores=0,2,4,6
/proc/22553/stat : 22553 (wbo1.71) S 22551 22553 22137 0 -1 4202496 236750 0 0 0 179868 86 0 0 20 0 2 0 285778501 1034387456 236528 33554432000 4194304 5964318 140733267557392 140733267556912 4546589 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22553/statm: 252536 236528 194 433 0 252100 0
[pid=22553/tid=22555] ppid=22551 vsize=1010144 CPUtime=1799.84 cores=0,2,4,6
/proc/22553/task/22555/stat : 22555 (wbo1.71) R 22551 22553 22137 0 -1 4202560 235744 0 0 0 179870 114 0 0 20 0 2 0 285778502 1034387456 236528 33554432000 4194304 5964318 140733267557392 140447630772216 4400007 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.54
Current children cumulated vsize (KiB) 1010144

Child status: 255
Real time (s): 1800.01
CPU time (s): 1799.87
CPU user time (s): 1798.71
CPU system time (s): 1.16082
CPU usage (%): 99.9927
Max. virtual memory (cumulated for all children) (KiB): 1010144

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.71
system time used= 1.16082
maximum resident set size= 946124
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 236753
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= 274
involuntary context switches= 2777

runsolver used 2.6196 second user time and 7.2029 second system time

The end

Launcher Data

Begin job on node122 at 2012-05-28 11:15:25
IDJOB=3712945
IDBENCH=78714
IDSOLVER=2293
FILE ID=node122/3712945-1338196525
RUNJOBID= node122-1338190243-22153
PBS_JOBID= 14624571
Free space on /tmp= 71692 MiB

SOLVER NAME= wbo 1.71
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/roussel/normalized-pigeon-cardinality-61-60--soft-33-100-0.wbo
COMMAND LINE= wbo1.71 -file-format=wbo BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3712945-1338196525/watcher-3712945-1338196525 -o /tmp/evaluation-result-3712945-1338196525/solver-3712945-1338196525 -C 1800 -W 1900 -M 15500  wbo1.71 -file-format=wbo HOME/instance-3712945-1338196525.wbo

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

MD5SUM BENCH= e56482878ee36dcbb361a64b1d161fc3
RANDOM SEED=114627113

node122.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.533
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.06
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.533
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.533
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	: 5332.04
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        27825556 kB
Buffers:          321764 kB
Cached:          2981964 kB
SwapCached:            0 kB
Active:          2155772 kB
Inactive:        2090588 kB
Active(anon):     933984 kB
Inactive(anon):    11052 kB
Active(file):    1221788 kB
Inactive(file):  2079536 kB
Unevictable:        7372 kB
Mlocked:            7372 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              5448 kB
Writeback:             0 kB
AnonPages:        929280 kB
Mapped:            14524 kB
Shmem:               200 kB
Slab:             661940 kB
SReclaimable:     106176 kB
SUnreclaim:       555764 kB
KernelStack:        1496 kB
PageTables:         5768 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     148336 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    649216 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= 71684 MiB
End job on node122 at 2012-05-28 11:45:25