Trace number 3728211

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
wbo 1.72? 1799.9 1800.02

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.72 beta - May, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing wbo file format. File HOME/instance-3728211-1338671505.wbo.
0.00/0.00	c Instance file HOME/instance-3728211-1338671505.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.51/1800.00	c ===============================================================================
1799.51/1800.00	c Wall Clock Time: 1800.00 s
1799.51/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-3728211-1338671505/watcher-3728211-1338671505 -o /tmp/evaluation-result-3728211-1338671505/solver-3728211-1338671505 -C 1800 -W 1900 -M 15500 wbo1.72 -file-format=wbo HOME/instance-3728211-1338671505.wbo 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 1.91 3/176 20250
/proc/meminfo: memFree=30844780/32873648 swapFree=7628/7628
[pid=20250] ppid=20248 vsize=3924 CPUtime=0 cores=1,3,5,7
/proc/20250/stat : 20250 (wbo1.72) R 20248 20250 19762 0 -1 4202496 490 0 0 0 0 0 0 0 20 0 1 0 333276478 4018176 442 33554432000 4194304 5964350 140736449692480 140735677070008 5136410 0 0 4096 16387 0 0 0 17 1 0 0 0 0 0
/proc/20250/statm: 981 443 166 433 0 529 0

[startup+0.03348 s]
/proc/loadavg: 2.00 2.00 1.91 3/176 20250
/proc/meminfo: memFree=30844780/32873648 swapFree=7628/7628
[pid=20250] ppid=20248 vsize=84824 CPUtime=0.02 cores=1,3,5,7
/proc/20250/stat : 20250 (wbo1.72) S 20248 20250 19762 0 -1 4202496 1557 0 0 0 2 0 0 0 20 0 2 0 333276478 86859776 1493 33554432000 4194304 5964350 140736449692480 140736449692000 4546605 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/20250/statm: 21206 1493 192 433 0 20770 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 84824

[startup+0.100227 s]
/proc/loadavg: 2.00 2.00 1.91 3/176 20250
/proc/meminfo: memFree=30844780/32873648 swapFree=7628/7628
[pid=20250] ppid=20248 vsize=84824 CPUtime=0.09 cores=1,3,5,7
/proc/20250/stat : 20250 (wbo1.72) S 20248 20250 19762 0 -1 4202496 1717 0 0 0 9 0 0 0 20 0 2 0 333276478 86859776 1653 33554432000 4194304 5964350 140736449692480 140736449692000 4546605 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/20250/statm: 21206 1653 193 433 0 20770 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 84824

[startup+0.30018 s]
/proc/loadavg: 2.00 2.00 1.91 3/176 20250
/proc/meminfo: memFree=30844780/32873648 swapFree=7628/7628
[pid=20250] ppid=20248 vsize=84824 CPUtime=0.29 cores=1,3,5,7
/proc/20250/stat : 20250 (wbo1.72) S 20248 20250 19762 0 -1 4202496 2157 0 0 0 29 0 0 0 20 0 2 0 333276478 86859776 2093 33554432000 4194304 5964350 140736449692480 140736449692000 4546605 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/20250/statm: 21206 2093 193 433 0 20770 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 84824

[startup+0.70018 s]
/proc/loadavg: 2.00 2.00 1.91 3/176 20250
/proc/meminfo: memFree=30844780/32873648 swapFree=7628/7628
[pid=20250] ppid=20248 vsize=84824 CPUtime=0.68 cores=1,3,5,7
/proc/20250/stat : 20250 (wbo1.72) S 20248 20250 19762 0 -1 4202496 3019 0 0 0 68 0 0 0 20 0 2 0 333276478 86859776 2955 33554432000 4194304 5964350 140736449692480 140736449692000 4546605 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/20250/statm: 21206 2955 193 433 0 20770 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 84824

[startup+1.50021 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 20253
/proc/meminfo: memFree=30818328/32873648 swapFree=7628/7628
[pid=20250] ppid=20248 vsize=84824 CPUtime=1.49 cores=1,3,5,7
/proc/20250/stat : 20250 (wbo1.72) S 20248 20250 19762 0 -1 4202496 4505 0 0 0 148 1 0 0 20 0 2 0 333276478 86859776 4441 33554432000 4194304 5964350 140736449692480 140736449692000 4546605 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/20250/statm: 21206 4441 193 433 0 20770 0
[pid=20250/tid=20253] ppid=20248 vsize=84824 CPUtime=1.48 cores=1,3,5,7
/proc/20250/task/20253/stat : 20253 (wbo1.72) R 20248 20250 19762 0 -1 4202560 3500 0 0 0 148 0 0 0 20 0 2 0 333276479 86859776 4441 33554432000 4194304 5964350 140736449692480 139926010623800 5136340 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) 84824

[startup+3.10021 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 20253
/proc/meminfo: memFree=30803200/32873648 swapFree=7628/7628
[pid=20250] ppid=20248 vsize=84968 CPUtime=3.09 cores=1,3,5,7
/proc/20250/stat : 20250 (wbo1.72) S 20248 20250 19762 0 -1 4202496 6717 0 0 0 308 1 0 0 20 0 2 0 333276478 87007232 6653 33554432000 4194304 5964350 140736449692480 140736449692000 4546605 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/20250/statm: 21242 6653 193 433 0 20806 0
[pid=20250/tid=20253] ppid=20248 vsize=84968 CPUtime=3.08 cores=1,3,5,7
/proc/20250/task/20253/stat : 20253 (wbo1.72) R 20248 20250 19762 0 -1 4202560 5712 0 0 0 306 2 0 0 20 0 2 0 333276479 87007232 6653 33554432000 4194304 5964350 140736449692480 139926010624040 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 84968

[startup+6.30021 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 20253
/proc/meminfo: memFree=30777540/32873648 swapFree=7628/7628
[pid=20250] ppid=20248 vsize=84968 CPUtime=6.29 cores=1,3,5,7
/proc/20250/stat : 20250 (wbo1.72) S 20248 20250 19762 0 -1 4202496 7491 0 0 0 628 1 0 0 20 0 2 0 333276478 87007232 7427 33554432000 4194304 5964350 140736449692480 140736449692000 4546605 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/20250/statm: 21242 7427 193 433 0 20806 0
[pid=20250/tid=20253] ppid=20248 vsize=84968 CPUtime=6.28 cores=1,3,5,7
/proc/20250/task/20253/stat : 20253 (wbo1.72) R 20248 20250 19762 0 -1 4202560 6486 0 0 0 626 2 0 0 20 0 2 0 333276479 87007232 7427 33554432000 4194304 5964350 140736449692480 139926010624040 4388411 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) 84968

[startup+12.7002 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 20253
/proc/meminfo: memFree=30753612/32873648 swapFree=7628/7628
[pid=20250] ppid=20248 vsize=85040 CPUtime=12.69 cores=1,3,5,7
/proc/20250/stat : 20250 (wbo1.72) S 20248 20250 19762 0 -1 4202496 13109 0 0 0 1265 4 0 0 20 0 2 0 333276478 87080960 13045 33554432000 4194304 5964350 140736449692480 140736449692000 4546605 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/20250/statm: 21260 13045 193 433 0 20824 0
[pid=20250/tid=20253] ppid=20248 vsize=85040 CPUtime=12.68 cores=1,3,5,7
/proc/20250/task/20253/stat : 20253 (wbo1.72) R 20248 20250 19762 0 -1 4202560 12104 0 0 0 1264 4 0 0 20 0 2 0 333276479 87080960 13045 33554432000 4194304 5964350 140736449692480 139926010623992 4400007 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) 85040

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 20253
/proc/meminfo: memFree=30676968/32873648 swapFree=7628/7628
[pid=20250] ppid=20248 vsize=150684 CPUtime=25.49 cores=1,3,5,7
/proc/20250/stat : 20250 (wbo1.72) S 20248 20250 19762 0 -1 4202496 22613 0 0 0 2542 7 0 0 20 0 2 0 333276478 154300416 22549 33554432000 4194304 5964350 140736449692480 140736449692000 4546605 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/20250/statm: 37671 22549 193 433 0 37235 0
[pid=20250/tid=20253] ppid=20248 vsize=150684 CPUtime=25.48 cores=1,3,5,7
/proc/20250/task/20253/stat : 20253 (wbo1.72) R 20248 20250 19762 0 -1 4202560 21608 0 0 0 2540 8 0 0 20 0 2 0 333276479 154300416 22549 33554432000 4194304 5964350 140736449692480 139926010623992 4381951 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 150684

[startup+51.1001 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 20253
/proc/meminfo: memFree=30605500/32873648 swapFree=7628/7628
[pid=20250] ppid=20248 vsize=150844 CPUtime=51.08 cores=1,3,5,7
/proc/20250/stat : 20250 (wbo1.72) S 20248 20250 19762 0 -1 4202496 30072 0 0 0 5099 9 0 0 20 0 2 0 333276478 154464256 30008 33554432000 4194304 5964350 140736449692480 140736449692000 4546605 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/20250/statm: 37711 30008 193 433 0 37275 0
[pid=20250/tid=20253] ppid=20248 vsize=150844 CPUtime=51.08 cores=1,3,5,7
/proc/20250/task/20253/stat : 20253 (wbo1.72) R 20248 20250 19762 0 -1 4202560 29067 0 0 0 5098 10 0 0 20 0 2 0 333276479 154464256 30008 33554432000 4194304 5964350 140736449692480 139926010623992 4400011 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) 150844

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 20253
/proc/meminfo: memFree=30400456/32873648 swapFree=7628/7628
[pid=20250] ppid=20248 vsize=216620 CPUtime=102.26 cores=1,3,5,7
/proc/20250/stat : 20250 (wbo1.72) S 20248 20250 19762 0 -1 4202496 48491 0 0 0 10211 15 0 0 20 0 2 0 333276478 221818880 48435 33554432000 4194304 5964350 140736449692480 140736449692000 4546605 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/20250/statm: 54155 48435 193 433 0 53719 0
[pid=20250/tid=20253] ppid=20248 vsize=216620 CPUtime=102.27 cores=1,3,5,7
/proc/20250/task/20253/stat : 20253 (wbo1.72) R 20248 20250 19762 0 -1 4202560 47486 0 0 0 10210 17 0 0 20 0 2 0 333276479 221818880 48435 33554432000 4194304 5964350 140736449692480 139926010623992 4381622 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 216620

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 20254
/proc/meminfo: memFree=30115932/32873648 swapFree=7628/7628
[pid=20250] ppid=20248 vsize=347692 CPUtime=162.22 cores=1,3,5,7
/proc/20250/stat : 20250 (wbo1.72) S 20248 20250 19762 0 -1 4202496 70424 0 0 0 16201 21 0 0 20 0 2 0 333276478 356036608 71036 33554432000 4194304 5964350 140736449692480 140736449692000 4546605 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/20250/statm: 86923 71036 193 433 0 86487 0
[pid=20250/tid=20253] ppid=20248 vsize=347692 CPUtime=162.24 cores=1,3,5,7
/proc/20250/task/20253/stat : 20253 (wbo1.72) R 20248 20250 19762 0 -1 4202560 69419 0 0 0 16200 24 0 0 20 0 2 0 333276479 356036608 71036 33554432000 4194304 5964350 140736449692480 139926010623992 4220672 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 347692

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 20254
/proc/meminfo: memFree=30024956/32873648 swapFree=7628/7628
[pid=20250] ppid=20248 vsize=347692 CPUtime=222.22 cores=1,3,5,7
/proc/20250/stat : 20250 (wbo1.72) S 20248 20250 19762 0 -1 4202496 79169 0 0 0 22198 24 0 0 20 0 2 0 333276478 356036608 79781 33554432000 4194304 5964350 140736449692480 140736449692000 4546605 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/20250/statm: 86923 79781 193 433 0 86487 0
[pid=20250/tid=20253] ppid=20248 vsize=347692 CPUtime=222.25 cores=1,3,5,7
/proc/20250/task/20253/stat : 20253 (wbo1.72) R 20248 20250 19762 0 -1 4202560 78164 0 0 0 22198 27 0 0 20 0 2 0 333276479 356036608 79781 33554432000 4194304 5964350 140736449692480 139926010623992 4400035 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 347692

[startup+282.3 s]
/proc/loadavg: 2.06 2.02 1.92 3/179 20254
/proc/meminfo: memFree=29984436/32873648 swapFree=7628/7628
[pid=20250] ppid=20248 vsize=413516 CPUtime=282.21 cores=1,3,5,7
/proc/20250/stat : 20250 (wbo1.72) S 20248 20250 19762 0 -1 4202496 88203 0 0 0 28194 27 0 0 20 0 2 0 333276478 423440384 88815 33554432000 4194304 5964350 140736449692480 140736449692000 4546605 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/20250/statm: 103379 88815 193 433 0 102943 0
[pid=20250/tid=20253] ppid=20248 vsize=413516 CPUtime=282.25 cores=1,3,5,7
/proc/20250/task/20253/stat : 20253 (wbo1.72) R 20248 20250 19762 0 -1 4202560 87198 0 0 0 28194 31 0 0 20 0 2 0 333276479 423440384 88815 33554432000 4194304 5964350 140736449692480 139926010623992 4400007 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 413516

[startup+342.3 s]
/proc/loadavg: 2.07 2.03 1.92 3/179 20254
/proc/meminfo: memFree=29821408/32873648 swapFree=7628/7628
[pid=20250] ppid=20248 vsize=480564 CPUtime=342.2 cores=1,3,5,7
/proc/20250/stat : 20250 (wbo1.72) S 20248 20250 19762 0 -1 4202496 104771 0 0 0 34187 33 0 0 20 0 2 0 333276478 492097536 105383 33554432000 4194304 5964350 140736449692480 140736449692000 4546605 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/20250/statm: 120141 105383 193 433 0 119705 0
[pid=20250/tid=20253] ppid=20248 vsize=480564 CPUtime=342.25 cores=1,3,5,7
/proc/20250/task/20253/stat : 20253 (wbo1.72) R 20248 20250 19762 0 -1 4202560 103766 0 0 0 34186 39 0 0 20 0 2 0 333276479 492097536 105383 33554432000 4194304 5964350 140736449692480 139926010623992 4220672 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 480564

[startup+402.3 s]
/proc/loadavg: 2.03 2.02 1.92 3/179 20254
/proc/meminfo: memFree=29823308/32873648 swapFree=7628/7628
[pid=20250] ppid=20248 vsize=480564 CPUtime=402.18 cores=1,3,5,7
/proc/20250/stat : 20250 (wbo1.72) S 20248 20250 19762 0 -1 4202496 104787 0 0 0 40185 33 0 0 20 0 2 0 333276478 492097536 104724 33554432000 4194304 5964350 140736449692480 140736449692000 4546605 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/20250/statm: 120141 104724 193 433 0 119705 0
[pid=20250/tid=20253] ppid=20248 vsize=480564 CPUtime=402.26 cores=1,3,5,7
/proc/20250/task/20253/stat : 20253 (wbo1.72) R 20248 20250 19762 0 -1 4202560 103782 0 0 0 40186 40 0 0 20 0 2 0 333276479 492097536 104724 33554432000 4194304 5964350 140736449692480 139926010624024 4400023 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 480564

[startup+462.3 s]
/proc/loadavg: 2.01 2.01 1.92 3/179 20255
/proc/meminfo: memFree=29822096/32873648 swapFree=7628/7628
[pid=20250] ppid=20248 vsize=480564 CPUtime=462.16 cores=1,3,5,7

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

/proc/20250/task/20253/stat : 20253 (wbo1.72) R 20248 20250 19762 0 -1 4202560 234309 0 0 0 130117 99 0 0 20 0 2 0 333276479 1034387456 234875 33554432000 4194304 5964350 140736449692480 139926010623992 4381622 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1301.91
Current children cumulated vsize (KiB) 1010144

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 20265
/proc/meminfo: memFree=28784912/32873648 swapFree=7628/7628
[pid=20250] ppid=20248 vsize=1010144 CPUtime=1361.9 cores=1,3,5,7
/proc/20250/stat : 20250 (wbo1.72) S 20248 20250 19762 0 -1 4202496 235320 0 0 0 136111 79 0 0 20 0 2 0 333276478 1034387456 234881 33554432000 4194304 5964350 140736449692480 140736449692000 4546605 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/20250/statm: 252536 234881 193 433 0 252100 0
[pid=20250/tid=20253] ppid=20248 vsize=1010144 CPUtime=1362.16 cores=1,3,5,7
/proc/20250/task/20253/stat : 20253 (wbo1.72) R 20248 20250 19762 0 -1 4202560 234315 0 0 0 136116 100 0 0 20 0 2 0 333276479 1034387456 234881 33554432000 4194304 5964350 140736449692480 139926010623992 4220672 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1361.9
Current children cumulated vsize (KiB) 1010144

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 20265
/proc/meminfo: memFree=28784916/32873648 swapFree=7628/7628
[pid=20250] ppid=20248 vsize=1010144 CPUtime=1421.89 cores=1,3,5,7
/proc/20250/stat : 20250 (wbo1.72) S 20248 20250 19762 0 -1 4202496 235322 0 0 0 142110 79 0 0 20 0 2 0 333276478 1034387456 234883 33554432000 4194304 5964350 140736449692480 140736449692000 4546605 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/20250/statm: 252536 234883 193 433 0 252100 0
[pid=20250/tid=20253] ppid=20248 vsize=1010144 CPUtime=1422.16 cores=1,3,5,7
/proc/20250/task/20253/stat : 20253 (wbo1.72) R 20248 20250 19762 0 -1 4202560 234317 0 0 0 142115 101 0 0 20 0 2 0 333276479 1034387456 234883 33554432000 4194304 5964350 140736449692480 139926010623992 4400007 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1421.89
Current children cumulated vsize (KiB) 1010144

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 20265
/proc/meminfo: memFree=28726348/32873648 swapFree=7628/7628
[pid=20250] ppid=20248 vsize=1010144 CPUtime=1481.87 cores=1,3,5,7
/proc/20250/stat : 20250 (wbo1.72) S 20248 20250 19762 0 -1 4202496 235339 0 0 0 148108 79 0 0 20 0 2 0 333276478 1034387456 234913 33554432000 4194304 5964350 140736449692480 140736449692000 4546605 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/20250/statm: 252536 234913 193 433 0 252100 0
[pid=20250/tid=20253] ppid=20248 vsize=1010144 CPUtime=1482.15 cores=1,3,5,7
/proc/20250/task/20253/stat : 20253 (wbo1.72) R 20248 20250 19762 0 -1 4202560 234334 0 0 0 148113 102 0 0 20 0 2 0 333276479 1034387456 234913 33554432000 4194304 5964350 140736449692480 139926010623992 4399976 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1481.87
Current children cumulated vsize (KiB) 1010144

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 20265
/proc/meminfo: memFree=28497096/32873648 swapFree=7628/7628
[pid=20250] ppid=20248 vsize=1010144 CPUtime=1541.85 cores=1,3,5,7
/proc/20250/stat : 20250 (wbo1.72) S 20248 20250 19762 0 -1 4202496 236726 0 0 0 154105 80 0 0 20 0 2 0 333276478 1034387456 236307 33554432000 4194304 5964350 140736449692480 140736449692000 4546605 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/20250/statm: 252536 236307 193 433 0 252100 0
[pid=20250/tid=20253] ppid=20248 vsize=1010144 CPUtime=1542.15 cores=1,3,5,7
/proc/20250/task/20253/stat : 20253 (wbo1.72) R 20248 20250 19762 0 -1 4202560 235721 0 0 0 154111 104 0 0 20 0 2 0 333276479 1034387456 236307 33554432000 4194304 5964350 140736449692480 139926010623992 4221984 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1541.85
Current children cumulated vsize (KiB) 1010144

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 20265
/proc/meminfo: memFree=28371720/32873648 swapFree=7628/7628
[pid=20250] ppid=20248 vsize=1010144 CPUtime=1601.84 cores=1,3,5,7
/proc/20250/stat : 20250 (wbo1.72) S 20248 20250 19762 0 -1 4202496 236726 0 0 0 160104 80 0 0 20 0 2 0 333276478 1034387456 236307 33554432000 4194304 5964350 140736449692480 140736449692000 4546605 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/20250/statm: 252536 236307 193 433 0 252100 0
[pid=20250/tid=20253] ppid=20248 vsize=1010144 CPUtime=1602.15 cores=1,3,5,7
/proc/20250/task/20253/stat : 20253 (wbo1.72) R 20248 20250 19762 0 -1 4202560 235721 0 0 0 160110 105 0 0 20 0 2 0 333276479 1034387456 236307 33554432000 4194304 5964350 140736449692480 139926010623992 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1601.84
Current children cumulated vsize (KiB) 1010144

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 20266
/proc/meminfo: memFree=28371628/32873648 swapFree=7628/7628
[pid=20250] ppid=20248 vsize=1010144 CPUtime=1661.83 cores=1,3,5,7
/proc/20250/stat : 20250 (wbo1.72) S 20248 20250 19762 0 -1 4202496 236726 0 0 0 166103 80 0 0 20 0 2 0 333276478 1034387456 236307 33554432000 4194304 5964350 140736449692480 140736449692000 4546605 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/20250/statm: 252536 236307 193 433 0 252100 0
[pid=20250/tid=20253] ppid=20248 vsize=1010144 CPUtime=1662.15 cores=1,3,5,7
/proc/20250/task/20253/stat : 20253 (wbo1.72) R 20248 20250 19762 0 -1 4202560 235721 0 0 0 166109 106 0 0 20 0 2 0 333276479 1034387456 236307 33554432000 4194304 5964350 140736449692480 139926010623992 4400342 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1661.83
Current children cumulated vsize (KiB) 1010144

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/180 20269
/proc/meminfo: memFree=28371352/32873648 swapFree=7628/7628
[pid=20250] ppid=20248 vsize=1010144 CPUtime=1721.82 cores=1,3,5,7
/proc/20250/stat : 20250 (wbo1.72) S 20248 20250 19762 0 -1 4202496 236726 0 0 0 172102 80 0 0 20 0 2 0 333276478 1034387456 236307 33554432000 4194304 5964350 140736449692480 140736449692000 4546605 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/20250/statm: 252536 236307 193 433 0 252100 0
[pid=20250/tid=20253] ppid=20248 vsize=1010144 CPUtime=1722.16 cores=1,3,5,7
/proc/20250/task/20253/stat : 20253 (wbo1.72) R 20248 20250 19762 0 -1 4202560 235721 0 0 0 172109 107 0 0 20 0 2 0 333276479 1034387456 236307 33554432000 4194304 5964350 140736449692480 139926010623992 4381939 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1721.82
Current children cumulated vsize (KiB) 1010144

[startup+1782.3 s]
/proc/loadavg: 2.07 2.02 1.94 3/179 20269
/proc/meminfo: memFree=28370768/32873648 swapFree=7628/7628
[pid=20250] ppid=20248 vsize=1010144 CPUtime=1781.81 cores=1,3,5,7
/proc/20250/stat : 20250 (wbo1.72) S 20248 20250 19762 0 -1 4202496 236726 0 0 0 178101 80 0 0 20 0 2 0 333276478 1034387456 236307 33554432000 4194304 5964350 140736449692480 140736449692000 4546605 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/20250/statm: 252536 236307 193 433 0 252100 0
[pid=20250/tid=20253] ppid=20248 vsize=1010144 CPUtime=1782.16 cores=1,3,5,7
/proc/20250/task/20253/stat : 20253 (wbo1.72) R 20248 20250 19762 0 -1 4202560 235721 0 0 0 178108 108 0 0 20 0 2 0 333276479 1034387456 236307 33554432000 4194304 5964350 140736449692480 139926010623992 4388229 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1781.81
Current children cumulated vsize (KiB) 1010144

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

[startup+1791.91 s]
/proc/loadavg: 2.06 2.02 1.94 3/179 20269
/proc/meminfo: memFree=28370876/32873648 swapFree=7628/7628
[pid=20250] ppid=20248 vsize=1010144 CPUtime=1791.42 cores=1,3,5,7
/proc/20250/stat : 20250 (wbo1.72) S 20248 20250 19762 0 -1 4202496 236726 0 0 0 179062 80 0 0 20 0 2 0 333276478 1034387456 236307 33554432000 4194304 5964350 140736449692480 140736449692000 4546605 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/20250/statm: 252536 236307 193 433 0 252100 0
[pid=20250/tid=20253] ppid=20248 vsize=1010144 CPUtime=1791.77 cores=1,3,5,7
/proc/20250/task/20253/stat : 20253 (wbo1.72) R 20248 20250 19762 0 -1 4202560 235721 0 0 0 179069 108 0 0 20 0 2 0 333276479 1034387456 236307 33554432000 4194304 5964350 140736449692480 139926010623992 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1791.42
Current children cumulated vsize (KiB) 1010144

[startup+1795.1 s]
/proc/loadavg: 2.06 2.01 1.94 3/179 20269
/proc/meminfo: memFree=28370876/32873648 swapFree=7628/7628
[pid=20250] ppid=20248 vsize=1010144 CPUtime=1794.62 cores=1,3,5,7
/proc/20250/stat : 20250 (wbo1.72) S 20248 20250 19762 0 -1 4202496 236726 0 0 0 179382 80 0 0 20 0 2 0 333276478 1034387456 236307 33554432000 4194304 5964350 140736449692480 140736449692000 4546605 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/20250/statm: 252536 236307 193 433 0 252100 0
[pid=20250/tid=20253] ppid=20248 vsize=1010144 CPUtime=1794.97 cores=1,3,5,7
/proc/20250/task/20253/stat : 20253 (wbo1.72) R 20248 20250 19762 0 -1 4202560 235721 0 0 0 179389 108 0 0 20 0 2 0 333276479 1034387456 236307 33554432000 4194304 5964350 140736449692480 139926010623992 4381928 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1794.62
Current children cumulated vsize (KiB) 1010144

[startup+1798.3 s]
/proc/loadavg: 2.05 2.01 1.94 3/179 20269
/proc/meminfo: memFree=28370612/32873648 swapFree=7628/7628
[pid=20250] ppid=20248 vsize=1010144 CPUtime=1797.81 cores=1,3,5,7
/proc/20250/stat : 20250 (wbo1.72) S 20248 20250 19762 0 -1 4202496 236726 0 0 0 179701 80 0 0 20 0 2 0 333276478 1034387456 236307 33554432000 4194304 5964350 140736449692480 140736449692000 4546605 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/20250/statm: 252536 236307 193 433 0 252100 0
[pid=20250/tid=20253] ppid=20248 vsize=1010144 CPUtime=1798.16 cores=1,3,5,7
/proc/20250/task/20253/stat : 20253 (wbo1.72) R 20248 20250 19762 0 -1 4202560 235721 0 0 0 179708 108 0 0 20 0 2 0 333276479 1034387456 236307 33554432000 4194304 5964350 140736449692480 139926010623992 4399987 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1797.81
Current children cumulated vsize (KiB) 1010144

[startup+1799.1 s]
/proc/loadavg: 2.05 2.01 1.94 3/179 20269
/proc/meminfo: memFree=28370612/32873648 swapFree=7628/7628
[pid=20250] ppid=20248 vsize=1010144 CPUtime=1798.61 cores=1,3,5,7
/proc/20250/stat : 20250 (wbo1.72) S 20248 20250 19762 0 -1 4202496 236726 0 0 0 179781 80 0 0 20 0 2 0 333276478 1034387456 236307 33554432000 4194304 5964350 140736449692480 140736449692000 4546605 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/20250/statm: 252536 236307 193 433 0 252100 0
[pid=20250/tid=20253] ppid=20248 vsize=1010144 CPUtime=1798.96 cores=1,3,5,7
/proc/20250/task/20253/stat : 20253 (wbo1.72) R 20248 20250 19762 0 -1 4202560 235721 0 0 0 179788 108 0 0 20 0 2 0 333276479 1034387456 236307 33554432000 4194304 5964350 140736449692480 139926010623992 4381939 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1798.61
Current children cumulated vsize (KiB) 1010144

[startup+1799.5 s]
/proc/loadavg: 2.05 2.01 1.94 3/179 20269
/proc/meminfo: memFree=28370860/32873648 swapFree=7628/7628
[pid=20250] ppid=20248 vsize=1010144 CPUtime=1799.02 cores=1,3,5,7
/proc/20250/stat : 20250 (wbo1.72) S 20248 20250 19762 0 -1 4202496 236726 0 0 0 179822 80 0 0 20 0 2 0 333276478 1034387456 236307 33554432000 4194304 5964350 140736449692480 140736449692000 4546605 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/20250/statm: 252536 236307 193 433 0 252100 0
[pid=20250/tid=20253] ppid=20248 vsize=1010144 CPUtime=1799.37 cores=1,3,5,7
/proc/20250/task/20253/stat : 20253 (wbo1.72) R 20248 20250 19762 0 -1 4202560 235721 0 0 0 179829 108 0 0 20 0 2 0 333276479 1034387456 236307 33554432000 4194304 5964350 140736449692480 139926010623992 4220672 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.02
Current children cumulated vsize (KiB) 1010144

[startup+1799.9 s]
/proc/loadavg: 2.05 2.01 1.94 3/179 20269
/proc/meminfo: memFree=28370860/32873648 swapFree=7628/7628
[pid=20250] ppid=20248 vsize=1010144 CPUtime=1799.41 cores=1,3,5,7
/proc/20250/stat : 20250 (wbo1.72) S 20248 20250 19762 0 -1 4202496 236726 0 0 0 179861 80 0 0 20 0 2 0 333276478 1034387456 236307 33554432000 4194304 5964350 140736449692480 140736449692000 4546605 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/20250/statm: 252536 236307 193 433 0 252100 0
[pid=20250/tid=20253] ppid=20248 vsize=1010144 CPUtime=1799.76 cores=1,3,5,7
/proc/20250/task/20253/stat : 20253 (wbo1.72) R 20248 20250 19762 0 -1 4202560 235721 0 0 0 179868 108 0 0 20 0 2 0 333276479 1034387456 236307 33554432000 4194304 5964350 140736449692480 139926010623992 4400007 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.41
Current children cumulated vsize (KiB) 1010144

[startup+1800 s]
/proc/loadavg: 2.05 2.01 1.94 3/179 20269
/proc/meminfo: memFree=28370860/32873648 swapFree=7628/7628
[pid=20250] ppid=20248 vsize=1010144 CPUtime=1799.51 cores=1,3,5,7
/proc/20250/stat : 20250 (wbo1.72) S 20248 20250 19762 0 -1 4202496 236726 0 0 0 179871 80 0 0 20 0 2 0 333276478 1034387456 236307 33554432000 4194304 5964350 140736449692480 140736449692000 4546605 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/20250/statm: 252536 236307 193 433 0 252100 0
[pid=20250/tid=20253] ppid=20248 vsize=1010144 CPUtime=1799.86 cores=1,3,5,7
/proc/20250/task/20253/stat : 20253 (wbo1.72) R 20248 20250 19762 0 -1 4202560 235721 0 0 0 179878 108 0 0 20 0 2 0 333276479 1034387456 236307 33554432000 4194304 5964350 140736449692480 139926010623992 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.51
Current children cumulated vsize (KiB) 1010144

Child status: 255
Real time (s): 1800.02
CPU time (s): 1799.9
CPU user time (s): 1798.79
CPU system time (s): 1.11283
CPU usage (%): 99.9935
Max. virtual memory (cumulated for all children) (KiB): 1010144

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.79
system time used= 1.11283
maximum resident set size= 945240
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 236729
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= 291
involuntary context switches= 1842

runsolver used 2.6456 second user time and 7.17691 second system time

The end

Launcher Data

Begin job on node122 at 2012-06-02 23:11:45
IDJOB=3728211
IDBENCH=78714
IDSOLVER=2315
FILE ID=node122/3728211-1338671505
RUNJOBID= node122-1338669704-20107
PBS_JOBID= 14636501
Free space on /tmp= 71180 MiB

SOLVER NAME= wbo 1.72
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.72 -file-format=wbo BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3728211-1338671505/watcher-3728211-1338671505 -o /tmp/evaluation-result-3728211-1338671505/solver-3728211-1338671505 -C 1800 -W 1900 -M 15500  wbo1.72 -file-format=wbo HOME/instance-3728211-1338671505.wbo

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

MD5SUM BENCH= e56482878ee36dcbb361a64b1d161fc3
RANDOM SEED=659749855

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:        30848292 kB
Buffers:          144760 kB
Cached:          1112112 kB
SwapCached:         1816 kB
Active:           317936 kB
Inactive:         944576 kB
Active(anon):       5528 kB
Inactive(anon):     1928 kB
Active(file):     312408 kB
Inactive(file):   942648 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67100092 kB
Dirty:             10884 kB
Writeback:             0 kB
AnonPages:         10860 kB
Mapped:             8184 kB
Shmem:                 0 kB
Slab:             625028 kB
SReclaimable:      68840 kB
SUnreclaim:       556188 kB
KernelStack:        1408 kB
PageTables:         4268 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     106712 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 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= 71176 MiB
End job on node122 at 2012-06-02 23:41:45