Trace number 3728466

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.67 1800

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/roussel/
normalized-pigeon-cardinality-25-20--soft-0-100-0.wbo
MD5SUM3ef623ad54bc9b8a55f5198a1c4abc02
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark4
Best CPU time to get the best result obtained on this benchmark0.024996
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables500
Total number of constraints45
Number of soft constraints45
Number of constraints which are clauses25
Number of constraints which are cardinality constraints (but not clauses)20
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint20
Maximum length of a constraint25
Top cost 1950
Min constraint cost 1
Max constraint cost 99
Sum of constraints costs 1949
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 26
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c ==============================[ Solver Version ]===============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |   wbo:                     1.72 beta - May, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing wbo file format. File HOME/instance-3728466-1338675617.wbo.
0.00/0.00	c Instance file HOME/instance-3728466-1338675617.wbo
0.00/0.00	c File size is 8595 bytes.
0.00/0.00	c Highest Coefficient sum: 26
0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Parsing time:          0.00         s                                      |
0.00/0.00	c |  Number Variables:      545                                                 |
0.00/0.00	c |  Number Clauses:        25                                                  |
0.00/0.00	c |  Number Cardinality:    0                                                   |
0.00/0.00	c |  Number PB Constraints: 20                                                  |
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Problem Type:          Optimization                                        |
0.00/0.00	c |  Objective Function:    Cardinality Constraint                              |
0.00/0.00	c |                                                                             |
0.00/0.00	c ============================[ Search Statistics ]==============================
0.00/0.00	c | Time (s)  | ID |      Bound      |               Shared Clauses             |
0.00/0.00	c |           |    | value      type |  expCls         impCls        Lit/impCl  |
0.00/0.00	c ===============================================================================
1799.67/1800.00	c ===============================================================================
1799.67/1800.00	c Wall Clock Time: 1800.00 s
1799.67/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-3728466-1338675617/watcher-3728466-1338675617 -o /tmp/evaluation-result-3728466-1338675617/solver-3728466-1338675617 -C 1800 -W 1900 -M 15500 wbo1.72 -file-format=wbo HOME/instance-3728466-1338675617.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: 3.69 3.93 3.90 2/172 3852
/proc/meminfo: memFree=25589268/32873648 swapFree=6852/6852
[pid=3852] ppid=3850 vsize=83728 CPUtime=0 cores=0,2,4,6
/proc/3852/stat : 3852 (wbo1.72) S 3850 3852 2948 0 -1 4202496 839 0 0 0 0 0 0 0 20 0 2 0 333688949 85737472 980 33554432000 4194304 5964350 140733532110816 140733532110336 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3852/statm: 20932 981 191 433 0 20496 0
[pid=3852/tid=3853] ppid=3850 vsize=83728 CPUtime=0 cores=0,2,4,6
/proc/3852/task/3853/stat : 3853 (wbo1.72) R 3850 3852 2948 0 -1 4202560 98 0 0 0 0 0 0 0 20 0 2 0 333688950 85737472 981 33554432000 4194304 5964350 140733532110816 140733532110056 5136340 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0

[startup+0.093857 s]
/proc/loadavg: 3.69 3.93 3.90 2/172 3852
/proc/meminfo: memFree=25589268/32873648 swapFree=6852/6852
[pid=3852] ppid=3850 vsize=83728 CPUtime=0.09 cores=0,2,4,6
/proc/3852/stat : 3852 (wbo1.72) S 3850 3852 2948 0 -1 4202496 1116 0 0 0 9 0 0 0 20 0 2 0 333688949 85737472 1257 33554432000 4194304 5964350 140733532110816 140733532110336 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3852/statm: 20932 1257 193 433 0 20496 0
[pid=3852/tid=3853] ppid=3850 vsize=83728 CPUtime=0.07 cores=0,2,4,6
/proc/3852/task/3853/stat : 3853 (wbo1.72) R 3850 3852 2948 0 -1 4202560 374 0 0 0 7 0 0 0 20 0 2 0 333688950 85737472 1257 33554432000 4194304 5964350 140733532110816 140733532110056 5136340 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 83728

[startup+0.100281 s]
/proc/loadavg: 3.69 3.93 3.90 2/172 3852
/proc/meminfo: memFree=25589268/32873648 swapFree=6852/6852
[pid=3852] ppid=3850 vsize=83728 CPUtime=0.09 cores=0,2,4,6
/proc/3852/stat : 3852 (wbo1.72) S 3850 3852 2948 0 -1 4202496 1135 0 0 0 9 0 0 0 20 0 2 0 333688949 85737472 1276 33554432000 4194304 5964350 140733532110816 140733532110336 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3852/statm: 20932 1276 193 433 0 20496 0
[pid=3852/tid=3853] ppid=3850 vsize=83728 CPUtime=0.08 cores=0,2,4,6
/proc/3852/task/3853/stat : 3853 (wbo1.72) R 3850 3852 2948 0 -1 4202560 393 0 0 0 8 0 0 0 20 0 2 0 333688950 85737472 1276 33554432000 4194304 5964350 140733532110816 140733532110056 4220672 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 83728

[startup+0.300265 s]
/proc/loadavg: 3.69 3.93 3.90 2/172 3852
/proc/meminfo: memFree=25589268/32873648 swapFree=6852/6852
[pid=3852] ppid=3850 vsize=83728 CPUtime=0.29 cores=0,2,4,6
/proc/3852/stat : 3852 (wbo1.72) S 3850 3852 2948 0 -1 4202496 1571 0 0 0 29 0 0 0 20 0 2 0 333688949 85737472 1712 33554432000 4194304 5964350 140733532110816 140733532110336 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3852/statm: 20932 1712 193 433 0 20496 0
[pid=3852/tid=3853] ppid=3850 vsize=83728 CPUtime=0.28 cores=0,2,4,6
/proc/3852/task/3853/stat : 3853 (wbo1.72) R 3850 3852 2948 0 -1 4202560 829 0 0 0 28 0 0 0 20 0 2 0 333688950 85737472 1712 33554432000 4194304 5964350 140733532110816 140015995189240 4221984 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 83728

[startup+0.700272 s]
/proc/loadavg: 3.69 3.93 3.90 2/172 3852
/proc/meminfo: memFree=25589268/32873648 swapFree=6852/6852
[pid=3852] ppid=3850 vsize=83728 CPUtime=0.69 cores=0,2,4,6
/proc/3852/stat : 3852 (wbo1.72) S 3850 3852 2948 0 -1 4202496 2219 0 0 0 69 0 0 0 20 0 2 0 333688949 85737472 2360 33554432000 4194304 5964350 140733532110816 140733532110336 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3852/statm: 20932 2360 193 433 0 20496 0
[pid=3852/tid=3853] ppid=3850 vsize=83728 CPUtime=0.68 cores=0,2,4,6
/proc/3852/task/3853/stat : 3853 (wbo1.72) R 3850 3852 2948 0 -1 4202560 1477 0 0 0 68 0 0 0 20 0 2 0 333688950 85737472 2360 33554432000 4194304 5964350 140733532110816 140015995189240 4400011 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 83728

[startup+1.50027 s]
/proc/loadavg: 3.69 3.93 3.90 3/180 3869
/proc/meminfo: memFree=25564064/32873648 swapFree=6852/6852
[pid=3852] ppid=3850 vsize=83728 CPUtime=1.49 cores=0,2,4,6
/proc/3852/stat : 3852 (wbo1.72) S 3850 3852 2948 0 -1 4202496 3172 0 0 0 149 0 0 0 20 0 2 0 333688949 85737472 3313 33554432000 4194304 5964350 140733532110816 140733532110336 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3852/statm: 20932 3313 193 433 0 20496 0
[pid=3852/tid=3853] ppid=3850 vsize=83728 CPUtime=1.48 cores=0,2,4,6
/proc/3852/task/3853/stat : 3853 (wbo1.72) R 3850 3852 2948 0 -1 4202560 2430 0 0 0 148 0 0 0 20 0 2 0 333688950 85737472 3313 33554432000 4194304 5964350 140733532110816 140015995189240 4400035 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) 83728

[startup+3.10027 s]
/proc/loadavg: 3.69 3.93 3.90 3/180 3869
/proc/meminfo: memFree=25557980/32873648 swapFree=6852/6852
[pid=3852] ppid=3850 vsize=83872 CPUtime=3.09 cores=0,2,4,6
/proc/3852/stat : 3852 (wbo1.72) S 3850 3852 2948 0 -1 4202496 3945 0 0 0 309 0 0 0 20 0 2 0 333688949 85884928 4086 33554432000 4194304 5964350 140733532110816 140733532110336 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3852/statm: 20968 4086 193 433 0 20532 0
[pid=3852/tid=3853] ppid=3850 vsize=83872 CPUtime=3.07 cores=0,2,4,6
/proc/3852/task/3853/stat : 3853 (wbo1.72) R 3850 3852 2948 0 -1 4202560 3203 0 0 0 307 0 0 0 20 0 2 0 333688950 85884928 4086 33554432000 4194304 5964350 140733532110816 140015995189048 4399840 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 83872

[startup+6.30027 s]
/proc/loadavg: 3.55 3.90 3.89 3/180 3869
/proc/meminfo: memFree=25546764/32873648 swapFree=6852/6852
[pid=3852] ppid=3850 vsize=83944 CPUtime=6.29 cores=0,2,4,6
/proc/3852/stat : 3852 (wbo1.72) S 3850 3852 2948 0 -1 4202496 5562 0 0 0 629 0 0 0 20 0 2 0 333688949 85958656 5703 33554432000 4194304 5964350 140733532110816 140733532110336 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3852/statm: 20986 5703 193 433 0 20550 0
[pid=3852/tid=3853] ppid=3850 vsize=83944 CPUtime=6.27 cores=0,2,4,6
/proc/3852/task/3853/stat : 3853 (wbo1.72) R 3850 3852 2948 0 -1 4202560 4820 0 0 0 627 0 0 0 20 0 2 0 333688950 85958656 5703 33554432000 4194304 5964350 140733532110816 140015995189240 4220672 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) 83944

[startup+12.7003 s]
/proc/loadavg: 3.43 3.87 3.88 3/180 3869
/proc/meminfo: memFree=25524904/32873648 swapFree=6852/6852
[pid=3852] ppid=3850 vsize=83944 CPUtime=12.68 cores=0,2,4,6
/proc/3852/stat : 3852 (wbo1.72) S 3850 3852 2948 0 -1 4202496 7330 0 0 0 1267 1 0 0 20 0 2 0 333688949 85958656 7468 33554432000 4194304 5964350 140733532110816 140733532110336 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3852/statm: 20986 7468 193 433 0 20550 0
[pid=3852/tid=3853] ppid=3850 vsize=83944 CPUtime=12.64 cores=0,2,4,6
/proc/3852/task/3853/stat : 3853 (wbo1.72) R 3850 3852 2948 0 -1 4202560 6588 0 0 0 1263 1 0 0 20 0 2 0 333688950 85958656 7468 33554432000 4194304 5964350 140733532110816 140015995189240 4391642 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 83944

[startup+25.5003 s]
/proc/loadavg: 3.11 3.78 3.85 3/180 3869
/proc/meminfo: memFree=25509968/32873648 swapFree=6852/6852
[pid=3852] ppid=3850 vsize=83944 CPUtime=25.47 cores=0,2,4,6
/proc/3852/stat : 3852 (wbo1.72) S 3850 3852 2948 0 -1 4202496 10923 0 0 0 2546 1 0 0 20 0 2 0 333688949 85958656 11082 33554432000 4194304 5964350 140733532110816 140733532110336 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3852/statm: 20986 11082 193 433 0 20550 0
[pid=3852/tid=3853] ppid=3850 vsize=83944 CPUtime=25.4 cores=0,2,4,6
/proc/3852/task/3853/stat : 3853 (wbo1.72) R 3850 3852 2948 0 -1 4202560 10181 0 0 0 2539 1 0 0 20 0 2 0 333688950 85958656 11082 33554432000 4194304 5964350 140733532110816 140015995189240 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) 83944

[startup+51.1003 s]
/proc/loadavg: 2.73 3.63 3.80 3/179 3908
/proc/meminfo: memFree=25502508/32873648 swapFree=6852/6852
[pid=3852] ppid=3850 vsize=84052 CPUtime=51.06 cores=0,2,4,6
/proc/3852/stat : 3852 (wbo1.72) S 3850 3852 2948 0 -1 4202496 14220 0 0 0 5102 4 0 0 20 0 2 0 333688949 86069248 14888 33554432000 4194304 5964350 140733532110816 140733532110336 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3852/statm: 21013 14888 193 433 0 20577 0
[pid=3852/tid=3853] ppid=3850 vsize=84052 CPUtime=50.93 cores=0,2,4,6
/proc/3852/task/3853/stat : 3853 (wbo1.72) R 3850 3852 2948 0 -1 4202560 13478 0 0 0 5089 4 0 0 20 0 2 0 333688950 86069248 14888 33554432000 4194304 5964350 140733532110816 140015995189240 4400017 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) 84052

[startup+102.307 s]
/proc/loadavg: 2.32 3.38 3.70 3/179 3908
/proc/meminfo: memFree=25477568/32873648 swapFree=6852/6852
[pid=3852] ppid=3850 vsize=150828 CPUtime=102.26 cores=0,2,4,6
/proc/3852/stat : 3852 (wbo1.72) S 3850 3852 2948 0 -1 4202496 17715 0 0 0 10221 5 0 0 20 0 2 0 333688949 154447872 18398 33554432000 4194304 5964350 140733532110816 140733532110336 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3852/statm: 37707 18398 193 433 0 37271 0
[pid=3852/tid=3853] ppid=3850 vsize=150828 CPUtime=102 cores=0,2,4,6
/proc/3852/task/3853/stat : 3853 (wbo1.72) R 3850 3852 2948 0 -1 4202560 16973 0 0 0 10194 6 0 0 20 0 2 0 333688950 154447872 18398 33554432000 4194304 5964350 140733532110816 140015995189048 4400007 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 150828

[startup+162.3 s]
/proc/loadavg: 2.11 3.13 3.59 3/179 3948
/proc/meminfo: memFree=25358896/32873648 swapFree=6852/6852
[pid=3852] ppid=3850 vsize=150828 CPUtime=162.25 cores=0,2,4,6
/proc/3852/stat : 3852 (wbo1.72) S 3850 3852 2948 0 -1 4202496 18996 0 0 0 16219 6 0 0 20 0 2 0 333688949 154447872 19692 33554432000 4194304 5964350 140733532110816 140733532110336 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3852/statm: 37707 19692 193 433 0 37271 0
[pid=3852/tid=3853] ppid=3850 vsize=150828 CPUtime=161.84 cores=0,2,4,6
/proc/3852/task/3853/stat : 3853 (wbo1.72) R 3850 3852 2948 0 -1 4202560 18254 0 0 0 16176 8 0 0 20 0 2 0 333688950 154447872 19692 33554432000 4194304 5964350 140733532110816 140015995189240 4399998 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 150828

[startup+222.3 s]
/proc/loadavg: 2.04 2.92 3.49 3/179 3948
/proc/meminfo: memFree=25213496/32873648 swapFree=6852/6852
[pid=3852] ppid=3850 vsize=150828 CPUtime=222.24 cores=0,2,4,6
/proc/3852/stat : 3852 (wbo1.72) S 3850 3852 2948 0 -1 4202496 18996 0 0 0 22218 6 0 0 20 0 2 0 333688949 154447872 19692 33554432000 4194304 5964350 140733532110816 140733532110336 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3852/statm: 37707 19692 193 433 0 37271 0
[pid=3852/tid=3853] ppid=3850 vsize=150828 CPUtime=221.69 cores=0,2,4,6
/proc/3852/task/3853/stat : 3853 (wbo1.72) R 3850 3852 2948 0 -1 4202560 18254 0 0 0 22160 9 0 0 20 0 2 0 333688950 154447872 19692 33554432000 4194304 5964350 140733532110816 140015995189240 4399872 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 150828

[startup+282.3 s]
/proc/loadavg: 2.01 2.75 3.39 3/179 3948
/proc/meminfo: memFree=25184884/32873648 swapFree=6852/6852
[pid=3852] ppid=3850 vsize=150972 CPUtime=282.22 cores=0,2,4,6
/proc/3852/stat : 3852 (wbo1.72) S 3850 3852 2948 0 -1 4202496 20974 0 0 0 28215 7 0 0 20 0 2 0 333688949 154595328 21670 33554432000 4194304 5964350 140733532110816 140733532110336 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3852/statm: 37743 21670 193 433 0 37307 0
[pid=3852/tid=3853] ppid=3850 vsize=150972 CPUtime=281.53 cores=0,2,4,6
/proc/3852/task/3853/stat : 3853 (wbo1.72) R 3850 3852 2948 0 -1 4202560 20232 0 0 0 28142 11 0 0 20 0 2 0 333688950 154595328 21670 33554432000 4194304 5964350 140733532110816 140015995189288 4400035 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 150972

[startup+342.3 s]
/proc/loadavg: 2.00 2.61 3.30 3/179 3948
/proc/meminfo: memFree=25027880/32873648 swapFree=6852/6852
[pid=3852] ppid=3850 vsize=151548 CPUtime=342.21 cores=0,2,4,6
/proc/3852/stat : 3852 (wbo1.72) S 3850 3852 2948 0 -1 4202496 23527 0 0 0 34212 9 0 0 20 0 2 0 333688949 155185152 24220 33554432000 4194304 5964350 140733532110816 140733532110336 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3852/statm: 37887 24220 193 433 0 37451 0
[pid=3852/tid=3853] ppid=3850 vsize=151548 CPUtime=341.38 cores=0,2,4,6
/proc/3852/task/3853/stat : 3853 (wbo1.72) R 3850 3852 2948 0 -1 4202560 22785 0 0 0 34124 14 0 0 20 0 2 0 333688950 155185152 24220 33554432000 4194304 5964350 140733532110816 140015995189240 4400009 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 151548

[startup+402.3 s]
/proc/loadavg: 2.00 2.50 3.22 3/179 3948
/proc/meminfo: memFree=24979176/32873648 swapFree=6852/6852
[pid=3852] ppid=3850 vsize=151548 CPUtime=402.2 cores=0,2,4,6
/proc/3852/stat : 3852 (wbo1.72) S 3850 3852 2948 0 -1 4202496 23533 0 0 0 40211 9 0 0 20 0 2 0 333688949 155185152 24243 33554432000 4194304 5964350 140733532110816 140733532110336 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0

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


[startup+1422.31 s]
/proc/loadavg: 1.00 1.22 1.99 2/172 3983
/proc/meminfo: memFree=25424764/32873648 swapFree=6852/6852
[pid=3852] ppid=3850 vsize=230132 CPUtime=1422.04 cores=0,2,4,6
/proc/3852/stat : 3852 (wbo1.72) S 3850 3852 2948 0 -1 4202496 40344 0 0 0 142182 22 0 0 20 0 2 0 333688949 235655168 41227 33554432000 4194304 5964350 140733532110816 140733532110336 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3852/statm: 57533 41227 193 433 0 57097 0
[pid=3852/tid=3853] ppid=3850 vsize=230132 CPUtime=1418.59 cores=0,2,4,6
/proc/3852/task/3853/stat : 3853 (wbo1.72) R 3850 3852 2948 0 -1 4202560 39602 0 0 0 141816 43 0 0 20 0 2 0 333688950 235655168 41227 33554432000 4194304 5964350 140733532110816 140015995189048 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1422.04
Current children cumulated vsize (KiB) 230132

[startup+1482.3 s]
/proc/loadavg: 1.00 1.18 1.93 2/172 3983
/proc/meminfo: memFree=25423524/32873648 swapFree=6852/6852
[pid=3852] ppid=3850 vsize=231680 CPUtime=1482.02 cores=0,2,4,6
/proc/3852/stat : 3852 (wbo1.72) S 3850 3852 2948 0 -1 4202496 40763 0 0 0 148180 22 0 0 20 0 2 0 333688949 237240320 41646 33554432000 4194304 5964350 140733532110816 140733532110336 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3852/statm: 57920 41646 193 433 0 57484 0
[pid=3852/tid=3853] ppid=3850 vsize=231680 CPUtime=1478.43 cores=0,2,4,6
/proc/3852/task/3853/stat : 3853 (wbo1.72) R 3850 3852 2948 0 -1 4202560 40021 0 0 0 147799 44 0 0 20 0 2 0 333688950 237240320 41646 33554432000 4194304 5964350 140733532110816 140015995189240 4399840 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1482.02
Current children cumulated vsize (KiB) 231680

[startup+1542.3 s]
/proc/loadavg: 1.00 1.15 1.87 2/172 3983
/proc/meminfo: memFree=25414712/32873648 swapFree=6852/6852
[pid=3852] ppid=3850 vsize=233012 CPUtime=1542.01 cores=0,2,4,6
/proc/3852/stat : 3852 (wbo1.72) S 3850 3852 2948 0 -1 4202496 42793 0 0 0 154176 25 0 0 20 0 2 0 333688949 238604288 43680 33554432000 4194304 5964350 140733532110816 140733532110336 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3852/statm: 58253 43680 193 433 0 57817 0
[pid=3852/tid=3853] ppid=3850 vsize=233012 CPUtime=1538.28 cores=0,2,4,6
/proc/3852/task/3853/stat : 3853 (wbo1.72) R 3850 3852 2948 0 -1 4202560 42051 0 0 0 153780 48 0 0 20 0 2 0 333688950 238604288 43680 33554432000 4194304 5964350 140733532110816 140015995189240 4399840 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1542.01
Current children cumulated vsize (KiB) 233012

[startup+1602.3 s]
/proc/loadavg: 1.00 1.12 1.81 2/172 3983
/proc/meminfo: memFree=25405400/32873648 swapFree=6852/6852
[pid=3852] ppid=3850 vsize=233964 CPUtime=1602 cores=0,2,4,6
/proc/3852/stat : 3852 (wbo1.72) S 3850 3852 2948 0 -1 4202496 45338 0 0 0 160173 27 0 0 20 0 2 0 333688949 239579136 46225 33554432000 4194304 5964350 140733532110816 140733532110336 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3852/statm: 58491 46225 193 433 0 58055 0
[pid=3852/tid=3853] ppid=3850 vsize=233964 CPUtime=1598.13 cores=0,2,4,6
/proc/3852/task/3853/stat : 3853 (wbo1.72) R 3850 3852 2948 0 -1 4202560 44596 0 0 0 159762 51 0 0 20 0 2 0 333688950 239579136 46225 33554432000 4194304 5964350 140733532110816 140015995189240 4400017 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1602
Current children cumulated vsize (KiB) 233964

[startup+1662.3 s]
/proc/loadavg: 1.00 1.09 1.75 2/171 3983
/proc/meminfo: memFree=25397580/32873648 swapFree=6852/6852
[pid=3852] ppid=3850 vsize=233964 CPUtime=1661.99 cores=0,2,4,6
/proc/3852/stat : 3852 (wbo1.72) S 3850 3852 2948 0 -1 4202496 47066 0 0 0 166170 29 0 0 20 0 2 0 333688949 239579136 47951 33554432000 4194304 5964350 140733532110816 140733532110336 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3852/statm: 58491 47951 193 433 0 58055 0
[pid=3852/tid=3853] ppid=3850 vsize=233964 CPUtime=1657.97 cores=0,2,4,6
/proc/3852/task/3853/stat : 3853 (wbo1.72) R 3850 3852 2948 0 -1 4202560 46324 0 0 0 165743 54 0 0 20 0 2 0 333688950 239579136 47951 33554432000 4194304 5964350 140733532110816 140015995189240 4400011 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1661.99
Current children cumulated vsize (KiB) 233964

[startup+1722.3 s]
/proc/loadavg: 1.00 1.07 1.70 2/172 3984
/proc/meminfo: memFree=25396576/32873648 swapFree=6852/6852
[pid=3852] ppid=3850 vsize=235260 CPUtime=1721.98 cores=0,2,4,6
/proc/3852/stat : 3852 (wbo1.72) S 3850 3852 2948 0 -1 4202496 47438 0 0 0 172168 30 0 0 20 0 2 0 333688949 240906240 48308 33554432000 4194304 5964350 140733532110816 140733532110336 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3852/statm: 58815 48308 193 433 0 58379 0
[pid=3852/tid=3853] ppid=3850 vsize=235260 CPUtime=1717.81 cores=0,2,4,6
/proc/3852/task/3853/stat : 3853 (wbo1.72) R 3850 3852 2948 0 -1 4202560 46696 0 0 0 171725 56 0 0 20 0 2 0 333688950 240906240 48308 33554432000 4194304 5964350 140733532110816 140015995189288 4399989 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1721.98
Current children cumulated vsize (KiB) 235260

[startup+1782.3 s]
/proc/loadavg: 1.00 1.06 1.66 2/172 3984
/proc/meminfo: memFree=25395956/32873648 swapFree=6852/6852
[pid=3852] ppid=3850 vsize=235368 CPUtime=1781.97 cores=0,2,4,6
/proc/3852/stat : 3852 (wbo1.72) S 3850 3852 2948 0 -1 4202496 47473 0 0 0 178167 30 0 0 20 0 2 0 333688949 241016832 48343 33554432000 4194304 5964350 140733532110816 140733532110336 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3852/statm: 58842 48343 193 433 0 58406 0
[pid=3852/tid=3853] ppid=3850 vsize=235368 CPUtime=1777.66 cores=0,2,4,6
/proc/3852/task/3853/stat : 3853 (wbo1.72) R 3850 3852 2948 0 -1 4202560 46731 0 0 0 177709 57 0 0 20 0 2 0 333688950 241016832 48343 33554432000 4194304 5964350 140733532110816 140015995189288 4400011 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1781.97
Current children cumulated vsize (KiB) 235368

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

[startup+1791.91 s]
/proc/loadavg: 1.00 1.05 1.65 2/173 3987
/proc/meminfo: memFree=25396404/32873648 swapFree=6852/6852
[pid=3852] ppid=3850 vsize=235368 CPUtime=1791.58 cores=0,2,4,6
/proc/3852/stat : 3852 (wbo1.72) S 3850 3852 2948 0 -1 4202496 47473 0 0 0 179128 30 0 0 20 0 2 0 333688949 241016832 48343 33554432000 4194304 5964350 140733532110816 140733532110336 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3852/statm: 58842 48343 193 433 0 58406 0
[pid=3852/tid=3853] ppid=3850 vsize=235368 CPUtime=1787.24 cores=0,2,4,6
/proc/3852/task/3853/stat : 3853 (wbo1.72) R 3850 3852 2948 0 -1 4202560 46731 0 0 0 178667 57 0 0 20 0 2 0 333688950 241016832 48343 33554432000 4194304 5964350 140733532110816 140015995189288 4399989 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1791.58
Current children cumulated vsize (KiB) 235368

[startup+1795.1 s]
/proc/loadavg: 1.00 1.05 1.65 2/173 3987
/proc/meminfo: memFree=25396440/32873648 swapFree=6852/6852
[pid=3852] ppid=3850 vsize=235368 CPUtime=1794.78 cores=0,2,4,6
/proc/3852/stat : 3852 (wbo1.72) S 3850 3852 2948 0 -1 4202496 47473 0 0 0 179448 30 0 0 20 0 2 0 333688949 241016832 48343 33554432000 4194304 5964350 140733532110816 140733532110336 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3852/statm: 58842 48343 193 433 0 58406 0
[pid=3852/tid=3853] ppid=3850 vsize=235368 CPUtime=1790.43 cores=0,2,4,6
/proc/3852/task/3853/stat : 3853 (wbo1.72) R 3850 3852 2948 0 -1 4202560 46731 0 0 0 178986 57 0 0 20 0 2 0 333688950 241016832 48343 33554432000 4194304 5964350 140733532110816 140015995189288 4399996 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1794.78
Current children cumulated vsize (KiB) 235368

[startup+1798.3 s]
/proc/loadavg: 1.00 1.05 1.65 2/173 3987
/proc/meminfo: memFree=25396524/32873648 swapFree=6852/6852
[pid=3852] ppid=3850 vsize=235368 CPUtime=1797.97 cores=0,2,4,6
/proc/3852/stat : 3852 (wbo1.72) S 3850 3852 2948 0 -1 4202496 47473 0 0 0 179767 30 0 0 20 0 2 0 333688949 241016832 48343 33554432000 4194304 5964350 140733532110816 140733532110336 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3852/statm: 58842 48343 193 433 0 58406 0
[pid=3852/tid=3853] ppid=3850 vsize=235368 CPUtime=1793.62 cores=0,2,4,6
/proc/3852/task/3853/stat : 3853 (wbo1.72) R 3850 3852 2948 0 -1 4202560 46731 0 0 0 179305 57 0 0 20 0 2 0 333688950 241016832 48343 33554432000 4194304 5964350 140733532110816 140015995189288 4388140 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1797.97
Current children cumulated vsize (KiB) 235368

[startup+1799.1 s]
/proc/loadavg: 1.00 1.05 1.64 2/173 3987
/proc/meminfo: memFree=25396524/32873648 swapFree=6852/6852
[pid=3852] ppid=3850 vsize=235368 CPUtime=1798.77 cores=0,2,4,6
/proc/3852/stat : 3852 (wbo1.72) S 3850 3852 2948 0 -1 4202496 47473 0 0 0 179847 30 0 0 20 0 2 0 333688949 241016832 48343 33554432000 4194304 5964350 140733532110816 140733532110336 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3852/statm: 58842 48343 193 433 0 58406 0
[pid=3852/tid=3853] ppid=3850 vsize=235368 CPUtime=1794.42 cores=0,2,4,6
/proc/3852/task/3853/stat : 3853 (wbo1.72) R 3850 3852 2948 0 -1 4202560 46731 0 0 0 179385 57 0 0 20 0 2 0 333688950 241016832 48343 33554432000 4194304 5964350 140733532110816 140015995189288 4400017 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1798.77
Current children cumulated vsize (KiB) 235368

[startup+1799.5 s]
/proc/loadavg: 1.00 1.05 1.64 2/173 3987
/proc/meminfo: memFree=25396648/32873648 swapFree=6852/6852
[pid=3852] ppid=3850 vsize=235368 CPUtime=1799.18 cores=0,2,4,6
/proc/3852/stat : 3852 (wbo1.72) S 3850 3852 2948 0 -1 4202496 47473 0 0 0 179888 30 0 0 20 0 2 0 333688949 241016832 48343 33554432000 4194304 5964350 140733532110816 140733532110336 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3852/statm: 58842 48343 193 433 0 58406 0
[pid=3852/tid=3853] ppid=3850 vsize=235368 CPUtime=1794.82 cores=0,2,4,6
/proc/3852/task/3853/stat : 3853 (wbo1.72) R 3850 3852 2948 0 -1 4202560 46731 0 0 0 179425 57 0 0 20 0 2 0 333688950 241016832 48343 33554432000 4194304 5964350 140733532110816 140015995189288 4379040 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.18
Current children cumulated vsize (KiB) 235368

[startup+1799.9 s]
/proc/loadavg: 1.00 1.05 1.64 2/173 3987
/proc/meminfo: memFree=25396648/32873648 swapFree=6852/6852
[pid=3852] ppid=3850 vsize=235368 CPUtime=1799.57 cores=0,2,4,6
/proc/3852/stat : 3852 (wbo1.72) S 3850 3852 2948 0 -1 4202496 47473 0 0 0 179927 30 0 0 20 0 2 0 333688949 241016832 48343 33554432000 4194304 5964350 140733532110816 140733532110336 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3852/statm: 58842 48343 193 433 0 58406 0
[pid=3852/tid=3853] ppid=3850 vsize=235368 CPUtime=1795.22 cores=0,2,4,6
/proc/3852/task/3853/stat : 3853 (wbo1.72) R 3850 3852 2948 0 -1 4202560 46731 0 0 0 179465 57 0 0 20 0 2 0 333688950 241016832 48343 33554432000 4194304 5964350 140733532110816 140015995189288 4379236 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.57
Current children cumulated vsize (KiB) 235368

[startup+1800 s]
/proc/loadavg: 1.00 1.05 1.64 2/173 3987
/proc/meminfo: memFree=25396648/32873648 swapFree=6852/6852
[pid=3852] ppid=3850 vsize=235368 CPUtime=1799.67 cores=0,2,4,6
/proc/3852/stat : 3852 (wbo1.72) S 3850 3852 2948 0 -1 4202496 47473 0 0 0 179937 30 0 0 20 0 2 0 333688949 241016832 48343 33554432000 4194304 5964350 140733532110816 140733532110336 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3852/statm: 58842 48343 193 433 0 58406 0
[pid=3852/tid=3853] ppid=3850 vsize=235368 CPUtime=1795.31 cores=0,2,4,6
/proc/3852/task/3853/stat : 3853 (wbo1.72) R 3850 3852 2948 0 -1 4202560 46731 0 0 0 179474 57 0 0 20 0 2 0 333688950 241016832 48343 33554432000 4194304 5964350 140733532110816 140015995189288 4400011 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.67
Current children cumulated vsize (KiB) 235368

Child status: 255

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 3852 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=749156
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=582911
# CPU time returned by wait4() is 1795.33
# while last known CPU time is 1799.67
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800
CPU time (s): 1799.67
CPU user time (s): 1799.37
CPU system time (s): 0.3
CPU usage (%): 99.9815
Max. virtual memory (cumulated for all children) (KiB): 235368

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.75
system time used= 0.582911
maximum resident set size= 193384
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 47476
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= 82
involuntary context switches= 2020

runsolver used 5.35419 second user time and 19.784 second system time

The end

Launcher Data

Begin job on node112 at 2012-06-03 00:20:17
IDJOB=3728466
IDBENCH=79187
IDSOLVER=2315
FILE ID=node112/3728466-1338675617
RUNJOBID= node112-1338675617-3838
PBS_JOBID= 14636497
Free space on /tmp= 71216 MiB

SOLVER NAME= wbo 1.72
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB06/roussel/normalized-pigeon-cardinality-25-20--soft-0-100-0.wbo
COMMAND LINE= wbo1.72 -file-format=wbo BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3728466-1338675617/watcher-3728466-1338675617 -o /tmp/evaluation-result-3728466-1338675617/solver-3728466-1338675617 -C 1800 -W 1900 -M 15500  wbo1.72 -file-format=wbo HOME/instance-3728466-1338675617.wbo

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

MD5SUM BENCH= 3ef623ad54bc9b8a55f5198a1c4abc02
RANDOM SEED=2091248997

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.763
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.763
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.92
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.763
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.763
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.763
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:        25589540 kB
Buffers:          535640 kB
Cached:          5875352 kB
SwapCached:            0 kB
Active:          1693452 kB
Inactive:        4730952 kB
Active(anon):       2440 kB
Inactive(anon):    10936 kB
Active(file):    1691012 kB
Inactive(file):  4720016 kB
Unevictable:        6852 kB
Mlocked:            6852 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              5476 kB
Writeback:             0 kB
AnonPages:         17728 kB
Mapped:            13620 kB
Shmem:               200 kB
Slab:             722932 kB
SReclaimable:     166524 kB
SUnreclaim:       556408 kB
KernelStack:        1384 kB
PageTables:         3852 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     104028 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= 71212 MiB
End job on node112 at 2012-06-03 00:50:17