Trace number 3704367

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
pwbo 2.0? 1799.58 1800.01

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-76.opb
MD5SUMf030651c159d27eae553d070b0927366
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark1408.44
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables12587
Total number of constraints283937
Number of constraints which are clauses255125
Number of constraints which are cardinality constraints (but not clauses)903
Number of constraints which are nor clauses,nor cardinality constraints27909
Minimum length of a constraint2
Maximum length of a constraint270
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 271
Number of bits of the biggest sum of numbers9
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 |  pwbo:                    2.0 beta - March, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing opb file format. File HOME/instance-3704367-1338097492.opb.
0.00/0.00	c Instance file HOME/instance-3704367-1338097492.opb
0.00/0.00	c File size is 12187273 bytes.
0.68/0.79	c Highest Coefficient sum: 271
0.68/0.79	c ============================[ Problem Statistics ]=============================
0.68/0.79	c |                                                                             |
0.68/0.79	c |  Parsing time:          0.80         s                                      |
0.68/0.79	c |  Number Variables:      12587                                               |
0.68/0.79	c |  Number Clauses:        255583                                              |
0.68/0.79	c |  Number Cardinality:    906                                                 |
0.68/0.79	c |  Number PB Constraints: 27909                                               |
0.68/0.79	c |                                                                             |
0.79/0.83	c |  Problem Type:          Decision                                            |
0.79/0.83	c |  Objective Function:    None                                                |
0.79/0.83	c |                                                                             |
0.79/0.83	c ===============================================================================
1799.58/1800.00	c ===============================================================================
1799.58/1800.00	c Wall Clock Time: 1800.00 s
1799.58/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-3704367-1338097492/watcher-3704367-1338097492 -o /tmp/evaluation-result-3704367-1338097492/solver-3704367-1338097492 -C 1800 -W 1900 -M 15500 pwbo2.0 -file-format=opb -verbosity=0 -thread=1 HOME/instance-3704367-1338097492.opb 

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 14235
/proc/meminfo: memFree=27452572/32873660 swapFree=7120/7120
[pid=14235] ppid=14233 vsize=15044 CPUtime=0 cores=0,2,4,6
/proc/14235/stat : 14235 (pwbo2.0) R 14233 14235 12898 0 -1 4202496 327 0 0 0 0 0 0 0 20 0 1 0 275874934 15405056 279 33554432000 4194304 5965102 140736852026192 140737336551592 5179915 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/14235/statm: 3761 279 173 433 0 349 0

[startup+0.00869591 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 14235
/proc/meminfo: memFree=27452572/32873660 swapFree=7120/7120
[pid=14235] ppid=14233 vsize=15176 CPUtime=0 cores=0,2,4,6
/proc/14235/stat : 14235 (pwbo2.0) R 14233 14235 12898 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 275874934 15540224 312 33554432000 4194304 5965102 140736852026192 140737336551592 4351027 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/14235/statm: 3794 312 181 433 0 382 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15176

[startup+0.100213 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 14235
/proc/meminfo: memFree=27452572/32873660 swapFree=7120/7120
[pid=14235] ppid=14233 vsize=19600 CPUtime=0.09 cores=0,2,4,6
/proc/14235/stat : 14235 (pwbo2.0) R 14233 14235 12898 0 -1 4202496 1774 0 0 0 9 0 0 0 20 0 1 0 275874934 20070400 1693 33554432000 4194304 5965102 140736852026192 140737336551592 5370278 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/14235/statm: 4900 1694 518 433 0 1488 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 19600

[startup+0.300204 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 14235
/proc/meminfo: memFree=27452572/32873660 swapFree=7120/7120
[pid=14235] ppid=14233 vsize=28404 CPUtime=0.29 cores=0,2,4,6
/proc/14235/stat : 14235 (pwbo2.0) R 14233 14235 12898 0 -1 4202496 4760 0 0 0 29 0 0 0 20 0 1 0 275874934 29085696 4614 33554432000 4194304 5965102 140736852026192 140737336551592 4344632 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/14235/statm: 7101 4615 1262 433 0 3689 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 28404

[startup+0.700154 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 14235
/proc/meminfo: memFree=27452572/32873660 swapFree=7120/7120
[pid=14235] ppid=14233 vsize=45820 CPUtime=0.68 cores=0,2,4,6
/proc/14235/stat : 14235 (pwbo2.0) R 14233 14235 12898 0 -1 4202496 10633 0 0 0 67 1 0 0 20 0 1 0 275874934 46919680 10359 33554432000 4194304 5965102 140736852026192 140736852024136 4442849 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/14235/statm: 11455 10359 2750 433 0 8043 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 45820

[startup+1.50033 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 14237
/proc/meminfo: memFree=27373148/32873660 swapFree=7120/7120
[pid=14235] ppid=14233 vsize=119532 CPUtime=1.48 cores=0,2,4,6
/proc/14235/stat : 14235 (pwbo2.0) S 14233 14235 12898 0 -1 4202496 24248 0 0 0 145 3 0 0 20 0 2 0 275874934 122400768 20183 33554432000 4194304 5965102 140736852026192 140736852025712 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14235/statm: 29883 20183 190 433 0 29447 0
[pid=14235/tid=14237] ppid=14233 vsize=119532 CPUtime=0.68 cores=0,2,4,6
/proc/14235/task/14237/stat : 14237 (pwbo2.0) R 14233 14235 12898 0 -1 4202560 11427 0 0 0 67 1 0 0 20 0 2 0 275875014 122400768 20183 33554432000 4194304 5965102 140736852026192 140349557966648 4404410 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 119532

[startup+3.10027 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 14237
/proc/meminfo: memFree=27371404/32873660 swapFree=7120/7120
[pid=14235] ppid=14233 vsize=119532 CPUtime=3.09 cores=0,2,4,6
/proc/14235/stat : 14235 (pwbo2.0) S 14233 14235 12898 0 -1 4202496 24691 0 0 0 305 4 0 0 20 0 2 0 275874934 122400768 20626 33554432000 4194304 5965102 140736852026192 140736852025712 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14235/statm: 29883 20626 190 433 0 29447 0
[pid=14235/tid=14237] ppid=14233 vsize=119532 CPUtime=2.28 cores=0,2,4,6
/proc/14235/task/14237/stat : 14237 (pwbo2.0) R 14233 14235 12898 0 -1 4202560 11870 0 0 0 227 1 0 0 20 0 2 0 275875014 122400768 20626 33554432000 4194304 5965102 140736852026192 140349557966840 4374499 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) 119532

[startup+6.30022 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 14237
/proc/meminfo: memFree=27365584/32873660 swapFree=7120/7120
[pid=14235] ppid=14233 vsize=119532 CPUtime=6.29 cores=0,2,4,6
/proc/14235/stat : 14235 (pwbo2.0) S 14233 14235 12898 0 -1 4202496 26011 0 0 0 625 4 0 0 20 0 2 0 275874934 122400768 21946 33554432000 4194304 5965102 140736852026192 140736852025712 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14235/statm: 29883 21946 190 433 0 29447 0
[pid=14235/tid=14237] ppid=14233 vsize=119532 CPUtime=5.47 cores=0,2,4,6
/proc/14235/task/14237/stat : 14237 (pwbo2.0) R 14233 14235 12898 0 -1 4202560 13190 0 0 0 545 2 0 0 20 0 2 0 275875014 122400768 21946 33554432000 4194304 5965102 140736852026192 140349557966648 4400960 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) 119532

[startup+12.7003 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 14237
/proc/meminfo: memFree=27355184/32873660 swapFree=7120/7120
[pid=14235] ppid=14233 vsize=119532 CPUtime=12.69 cores=0,2,4,6
/proc/14235/stat : 14235 (pwbo2.0) S 14233 14235 12898 0 -1 4202496 27885 0 0 0 1264 5 0 0 20 0 2 0 275874934 122400768 23820 33554432000 4194304 5965102 140736852026192 140736852025712 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14235/statm: 29883 23820 190 433 0 29447 0
[pid=14235/tid=14237] ppid=14233 vsize=119532 CPUtime=11.86 cores=0,2,4,6
/proc/14235/task/14237/stat : 14237 (pwbo2.0) R 14233 14235 12898 0 -1 4202560 15064 0 0 0 1183 3 0 0 20 0 2 0 275875014 122400768 23820 33554432000 4194304 5965102 140736852026192 140349557966648 4400955 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 119532

[startup+25.5002 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 14237
/proc/meminfo: memFree=27337520/32873660 swapFree=7120/7120
[pid=14235] ppid=14233 vsize=185068 CPUtime=25.48 cores=0,2,4,6
/proc/14235/stat : 14235 (pwbo2.0) S 14233 14235 12898 0 -1 4202496 31035 0 0 0 2542 6 0 0 20 0 2 0 275874934 189509632 26970 33554432000 4194304 5965102 140736852026192 140736852025712 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14235/statm: 46267 26970 190 433 0 45831 0
[pid=14235/tid=14237] ppid=14233 vsize=185068 CPUtime=24.62 cores=0,2,4,6
/proc/14235/task/14237/stat : 14237 (pwbo2.0) R 14233 14235 12898 0 -1 4202560 18214 0 0 0 2458 4 0 0 20 0 2 0 275875014 189509632 26970 33554432000 4194304 5965102 140736852026192 140349557966840 4400960 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 185068

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14237
/proc/meminfo: memFree=27292972/32873660 swapFree=7120/7120
[pid=14235] ppid=14233 vsize=185068 CPUtime=51.08 cores=0,2,4,6
/proc/14235/stat : 14235 (pwbo2.0) S 14233 14235 12898 0 -1 4202496 34832 0 0 0 5099 9 0 0 20 0 2 0 275874934 189509632 30767 33554432000 4194304 5965102 140736852026192 140736852025712 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14235/statm: 46267 30767 190 433 0 45831 0
[pid=14235/tid=14237] ppid=14233 vsize=185068 CPUtime=50.16 cores=0,2,4,6
/proc/14235/task/14237/stat : 14237 (pwbo2.0) R 14233 14235 12898 0 -1 4202560 22011 0 0 0 5010 6 0 0 20 0 2 0 275875014 189509632 30767 33554432000 4194304 5965102 140736852026192 140349557966648 4401500 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 185068

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14237
/proc/meminfo: memFree=27228348/32873660 swapFree=7120/7120
[pid=14235] ppid=14233 vsize=185068 CPUtime=102.28 cores=0,2,4,6
/proc/14235/stat : 14235 (pwbo2.0) S 14233 14235 12898 0 -1 4202496 42967 0 0 0 10215 13 0 0 20 0 2 0 275874934 189509632 38901 33554432000 4194304 5965102 140736852026192 140736852025712 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14235/statm: 46267 38901 190 433 0 45831 0
[pid=14235/tid=14237] ppid=14233 vsize=185068 CPUtime=101.23 cores=0,2,4,6
/proc/14235/task/14237/stat : 14237 (pwbo2.0) R 14233 14235 12898 0 -1 4202560 30146 0 0 0 10111 12 0 0 20 0 2 0 275875014 189509632 38901 33554432000 4194304 5965102 140736852026192 140349557966776 4400960 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 185068

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14238
/proc/meminfo: memFree=27171928/32873660 swapFree=7120/7120
[pid=14235] ppid=14233 vsize=250604 CPUtime=162.27 cores=0,2,4,6
/proc/14235/stat : 14235 (pwbo2.0) S 14233 14235 12898 0 -1 4202496 48642 0 0 0 16211 16 0 0 20 0 2 0 275874934 256618496 44571 33554432000 4194304 5965102 140736852026192 140736852025712 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14235/statm: 62651 44571 190 433 0 62215 0
[pid=14235/tid=14237] ppid=14233 vsize=250604 CPUtime=161.07 cores=0,2,4,6
/proc/14235/task/14237/stat : 14237 (pwbo2.0) R 14233 14235 12898 0 -1 4202560 35821 0 0 0 16092 15 0 0 20 0 2 0 275875014 256618496 44571 33554432000 4194304 5965102 140736852026192 140349557966840 4400960 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 250604

[startup+222.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/179 14238
/proc/meminfo: memFree=27147432/32873660 swapFree=7120/7120
[pid=14235] ppid=14233 vsize=254252 CPUtime=222.24 cores=0,2,4,6
/proc/14235/stat : 14235 (pwbo2.0) S 14233 14235 12898 0 -1 4202496 53327 0 0 0 22205 19 0 0 20 0 2 0 275874934 260354048 50469 33554432000 4194304 5965102 140736852026192 140736852025712 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14235/statm: 63563 50469 190 433 0 63127 0
[pid=14235/tid=14237] ppid=14233 vsize=254252 CPUtime=220.91 cores=0,2,4,6
/proc/14235/task/14237/stat : 14237 (pwbo2.0) R 14233 14235 12898 0 -1 4202560 40506 0 0 0 22071 20 0 0 20 0 2 0 275875014 260354048 50469 33554432000 4194304 5965102 140736852026192 140349557966648 4401118 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) 254252

[startup+282.3 s]
/proc/loadavg: 2.12 2.04 2.01 3/179 14238
/proc/meminfo: memFree=27130472/32873660 swapFree=7120/7120
[pid=14235] ppid=14233 vsize=254252 CPUtime=282.2 cores=0,2,4,6
/proc/14235/stat : 14235 (pwbo2.0) S 14233 14235 12898 0 -1 4202496 56004 0 0 0 28199 21 0 0 20 0 2 0 275874934 260354048 53854 33554432000 4194304 5965102 140736852026192 140736852025712 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14235/statm: 63563 53854 190 433 0 63127 0
[pid=14235/tid=14237] ppid=14233 vsize=254252 CPUtime=280.73 cores=0,2,4,6
/proc/14235/task/14237/stat : 14237 (pwbo2.0) R 14233 14235 12898 0 -1 4202560 43183 0 0 0 28050 23 0 0 20 0 2 0 275875014 260354048 53854 33554432000 4194304 5965102 140736852026192 140349557966888 4400960 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 254252

[startup+342.3 s]
/proc/loadavg: 2.14 2.06 2.01 3/180 14241
/proc/meminfo: memFree=27119064/32873660 swapFree=7120/7120
[pid=14235] ppid=14233 vsize=254252 CPUtime=342.18 cores=0,2,4,6
/proc/14235/stat : 14235 (pwbo2.0) S 14233 14235 12898 0 -1 4202496 58561 0 0 0 34195 23 0 0 20 0 2 0 275874934 260354048 56398 33554432000 4194304 5965102 140736852026192 140736852025712 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14235/statm: 63563 56398 190 433 0 63127 0
[pid=14235/tid=14237] ppid=14233 vsize=254252 CPUtime=340.56 cores=0,2,4,6
/proc/14235/task/14237/stat : 14237 (pwbo2.0) R 14233 14235 12898 0 -1 4202560 45740 0 0 0 34031 25 0 0 20 0 2 0 275875014 260354048 56398 33554432000 4194304 5965102 140736852026192 140349557966712 4400960 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 254252

[startup+402.3 s]
/proc/loadavg: 2.15 2.08 2.02 3/179 14241
/proc/meminfo: memFree=27106084/32873660 swapFree=7120/7120
[pid=14235] ppid=14233 vsize=254252 CPUtime=402.17 cores=0,2,4,6
/proc/14235/stat : 14235 (pwbo2.0) S 14233 14235 12898 0 -1 4202496 61354 0 0 0 40192 25 0 0 20 0 2 0 275874934 260354048 59190 33554432000 4194304 5965102 140736852026192 140736852025712 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14235/statm: 63563 59190 190 433 0 63127 0
[pid=14235/tid=14237] ppid=14233 vsize=254252 CPUtime=400.4 cores=0,2,4,6
/proc/14235/task/14237/stat : 14237 (pwbo2.0) R 14233 14235 12898 0 -1 4202560 48533 0 0 0 40011 29 0 0 20 0 2 0 275875014 260354048 59190 33554432000 4194304 5965102 140736852026192 140349557966840 4400960 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 254252

[startup+462.3 s]
/proc/loadavg: 2.09 2.07 2.02 3/179 14242
/proc/meminfo: memFree=27082896/32873660 swapFree=7120/7120
[pid=14235] ppid=14233 vsize=321612 CPUtime=462.17 cores=0,2,4,6

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


[startup+1422.31 s]
/proc/loadavg: 2.04 2.04 2.00 3/179 14311
/proc/meminfo: memFree=26792012/32873660 swapFree=7120/7120
[pid=14235] ppid=14233 vsize=521548 CPUtime=1421.95 cores=0,2,4,6
/proc/14235/stat : 14235 (pwbo2.0) S 14233 14235 12898 0 -1 4202496 113977 0 0 0 142126 69 0 0 20 0 2 0 275874934 534065152 114063 33554432000 4194304 5965102 140736852026192 140736852025712 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14235/statm: 130387 114063 190 433 0 129951 0
[pid=14235/tid=14237] ppid=14233 vsize=521548 CPUtime=1417.72 cores=0,2,4,6
/proc/14235/task/14237/stat : 14237 (pwbo2.0) R 14233 14235 12898 0 -1 4202560 101156 0 0 0 141684 88 0 0 20 0 2 0 275875014 534065152 114063 33554432000 4194304 5965102 140736852026192 140349557966648 4400960 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1421.95
Current children cumulated vsize (KiB) 521548

[startup+1482.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/179 14311
/proc/meminfo: memFree=26765168/32873660 swapFree=7120/7120
[pid=14235] ppid=14233 vsize=521548 CPUtime=1481.93 cores=0,2,4,6
/proc/14235/stat : 14235 (pwbo2.0) S 14233 14235 12898 0 -1 4202496 115520 0 0 0 148123 70 0 0 20 0 2 0 275874934 534065152 115640 33554432000 4194304 5965102 140736852026192 140736852025712 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14235/statm: 130387 115640 190 433 0 129951 0
[pid=14235/tid=14237] ppid=14233 vsize=521548 CPUtime=1477.56 cores=0,2,4,6
/proc/14235/task/14237/stat : 14237 (pwbo2.0) R 14233 14235 12898 0 -1 4202560 102699 0 0 0 147666 90 0 0 20 0 2 0 275875014 534065152 115640 33554432000 4194304 5965102 140736852026192 140349557966840 4401475 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1481.93
Current children cumulated vsize (KiB) 521548

[startup+1542.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/180 14314
/proc/meminfo: memFree=26734428/32873660 swapFree=7120/7120
[pid=14235] ppid=14233 vsize=521548 CPUtime=1541.92 cores=0,2,4,6
/proc/14235/stat : 14235 (pwbo2.0) S 14233 14235 12898 0 -1 4202496 115591 0 0 0 154122 70 0 0 20 0 2 0 275874934 534065152 115711 33554432000 4194304 5965102 140736852026192 140736852025712 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14235/statm: 130387 115711 190 433 0 129951 0
[pid=14235/tid=14237] ppid=14233 vsize=521548 CPUtime=1537.41 cores=0,2,4,6
/proc/14235/task/14237/stat : 14237 (pwbo2.0) R 14233 14235 12898 0 -1 4202560 102770 0 0 0 153650 91 0 0 20 0 2 0 275875014 534065152 115711 33554432000 4194304 5965102 140736852026192 140349557966648 4401146 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1541.92
Current children cumulated vsize (KiB) 521548

[startup+1602.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/179 14314
/proc/meminfo: memFree=26707568/32873660 swapFree=7120/7120
[pid=14235] ppid=14233 vsize=521548 CPUtime=1601.91 cores=0,2,4,6
/proc/14235/stat : 14235 (pwbo2.0) S 14233 14235 12898 0 -1 4202496 115649 0 0 0 160121 70 0 0 20 0 2 0 275874934 534065152 115769 33554432000 4194304 5965102 140736852026192 140736852025712 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14235/statm: 130387 115769 190 433 0 129951 0
[pid=14235/tid=14237] ppid=14233 vsize=521548 CPUtime=1597.25 cores=0,2,4,6
/proc/14235/task/14237/stat : 14237 (pwbo2.0) R 14233 14235 12898 0 -1 4202560 102828 0 0 0 159633 92 0 0 20 0 2 0 275875014 534065152 115769 33554432000 4194304 5965102 140736852026192 140349557966648 4401129 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1601.91
Current children cumulated vsize (KiB) 521548

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 14314
/proc/meminfo: memFree=26669164/32873660 swapFree=7120/7120
[pid=14235] ppid=14233 vsize=521548 CPUtime=1661.91 cores=0,2,4,6
/proc/14235/stat : 14235 (pwbo2.0) S 14233 14235 12898 0 -1 4202496 117532 0 0 0 166118 73 0 0 20 0 2 0 275874934 534065152 117652 33554432000 4194304 5965102 140736852026192 140736852025712 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14235/statm: 130387 117652 190 433 0 129951 0
[pid=14235/tid=14237] ppid=14233 vsize=521548 CPUtime=1657.1 cores=0,2,4,6
/proc/14235/task/14237/stat : 14237 (pwbo2.0) R 14233 14235 12898 0 -1 4202560 104711 0 0 0 165615 95 0 0 20 0 2 0 275875014 534065152 117652 33554432000 4194304 5965102 140736852026192 140349557966840 4400960 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1661.91
Current children cumulated vsize (KiB) 521548

[startup+1722.3 s]
/proc/loadavg: 2.05 2.02 2.00 3/179 14315
/proc/meminfo: memFree=26626744/32873660 swapFree=7120/7120
[pid=14235] ppid=14233 vsize=521548 CPUtime=1721.89 cores=0,2,4,6
/proc/14235/stat : 14235 (pwbo2.0) S 14233 14235 12898 0 -1 4202496 122930 0 0 0 172111 78 0 0 20 0 2 0 275874934 534065152 123050 33554432000 4194304 5965102 140736852026192 140736852025712 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14235/statm: 130387 123050 190 433 0 129951 0
[pid=14235/tid=14237] ppid=14233 vsize=521548 CPUtime=1716.95 cores=0,2,4,6
/proc/14235/task/14237/stat : 14237 (pwbo2.0) R 14233 14235 12898 0 -1 4202560 110109 0 0 0 171593 102 0 0 20 0 2 0 275875014 534065152 123050 33554432000 4194304 5965102 140736852026192 140349557966840 4401155 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1721.89
Current children cumulated vsize (KiB) 521548

[startup+1782.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/179 14315
/proc/meminfo: memFree=26587040/32873660 swapFree=7120/7120
[pid=14235] ppid=14233 vsize=587084 CPUtime=1781.88 cores=0,2,4,6
/proc/14235/stat : 14235 (pwbo2.0) S 14233 14235 12898 0 -1 4202496 125731 0 0 0 178107 81 0 0 20 0 2 0 275874934 601174016 125851 33554432000 4194304 5965102 140736852026192 140736852025712 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14235/statm: 146771 125851 190 433 0 146335 0
[pid=14235/tid=14237] ppid=14233 vsize=587084 CPUtime=1776.79 cores=0,2,4,6
/proc/14235/task/14237/stat : 14237 (pwbo2.0) R 14233 14235 12898 0 -1 4202560 112910 0 0 0 177574 105 0 0 20 0 2 0 275875014 601174016 125851 33554432000 4194304 5965102 140736852026192 140349557966600 4401582 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1781.88
Current children cumulated vsize (KiB) 587084

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

[startup+1791.91 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 14315
/proc/meminfo: memFree=26584420/32873660 swapFree=7120/7120
[pid=14235] ppid=14233 vsize=587084 CPUtime=1791.49 cores=0,2,4,6
/proc/14235/stat : 14235 (pwbo2.0) S 14233 14235 12898 0 -1 4202496 125786 0 0 0 179068 81 0 0 20 0 2 0 275874934 601174016 125906 33554432000 4194304 5965102 140736852026192 140736852025712 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14235/statm: 146771 125906 190 433 0 146335 0
[pid=14235/tid=14237] ppid=14233 vsize=587084 CPUtime=1786.37 cores=0,2,4,6
/proc/14235/task/14237/stat : 14237 (pwbo2.0) R 14233 14235 12898 0 -1 4202560 112965 0 0 0 178531 106 0 0 20 0 2 0 275875014 601174016 125906 33554432000 4194304 5965102 140736852026192 140349557966648 4400960 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1791.49
Current children cumulated vsize (KiB) 587084

[startup+1795.1 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 14315
/proc/meminfo: memFree=26583416/32873660 swapFree=7120/7120
[pid=14235] ppid=14233 vsize=587084 CPUtime=1794.69 cores=0,2,4,6
/proc/14235/stat : 14235 (pwbo2.0) S 14233 14235 12898 0 -1 4202496 125789 0 0 0 179388 81 0 0 20 0 2 0 275874934 601174016 125909 33554432000 4194304 5965102 140736852026192 140736852025712 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14235/statm: 146771 125909 190 433 0 146335 0
[pid=14235/tid=14237] ppid=14233 vsize=587084 CPUtime=1789.57 cores=0,2,4,6
/proc/14235/task/14237/stat : 14237 (pwbo2.0) R 14233 14235 12898 0 -1 4202560 112968 0 0 0 178851 106 0 0 20 0 2 0 275875014 601174016 125909 33554432000 4194304 5965102 140736852026192 140349557966648 4401143 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1794.69
Current children cumulated vsize (KiB) 587084

[startup+1798.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 14315
/proc/meminfo: memFree=26582672/32873660 swapFree=7120/7120
[pid=14235] ppid=14233 vsize=587084 CPUtime=1797.88 cores=0,2,4,6
/proc/14235/stat : 14235 (pwbo2.0) S 14233 14235 12898 0 -1 4202496 125806 0 0 0 179707 81 0 0 20 0 2 0 275874934 601174016 125926 33554432000 4194304 5965102 140736852026192 140736852025712 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14235/statm: 146771 125926 190 433 0 146335 0
[pid=14235/tid=14237] ppid=14233 vsize=587084 CPUtime=1792.75 cores=0,2,4,6
/proc/14235/task/14237/stat : 14237 (pwbo2.0) R 14233 14235 12898 0 -1 4202560 112985 0 0 0 179169 106 0 0 20 0 2 0 275875014 601174016 125926 33554432000 4194304 5965102 140736852026192 140349557966648 4400960 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1797.88
Current children cumulated vsize (KiB) 587084

[startup+1799.1 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 14315
/proc/meminfo: memFree=26582176/32873660 swapFree=7120/7120
[pid=14235] ppid=14233 vsize=587084 CPUtime=1798.68 cores=0,2,4,6
/proc/14235/stat : 14235 (pwbo2.0) S 14233 14235 12898 0 -1 4202496 125806 0 0 0 179787 81 0 0 20 0 2 0 275874934 601174016 125926 33554432000 4194304 5965102 140736852026192 140736852025712 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14235/statm: 146771 125926 190 433 0 146335 0
[pid=14235/tid=14237] ppid=14233 vsize=587084 CPUtime=1793.55 cores=0,2,4,6
/proc/14235/task/14237/stat : 14237 (pwbo2.0) R 14233 14235 12898 0 -1 4202560 112985 0 0 0 179249 106 0 0 20 0 2 0 275875014 601174016 125926 33554432000 4194304 5965102 140736852026192 140349557966648 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1798.68
Current children cumulated vsize (KiB) 587084

[startup+1799.5 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 14315
/proc/meminfo: memFree=26581928/32873660 swapFree=7120/7120
[pid=14235] ppid=14233 vsize=587084 CPUtime=1799.09 cores=0,2,4,6
/proc/14235/stat : 14235 (pwbo2.0) S 14233 14235 12898 0 -1 4202496 125807 0 0 0 179828 81 0 0 20 0 2 0 275874934 601174016 125927 33554432000 4194304 5965102 140736852026192 140736852025712 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14235/statm: 146771 125927 190 433 0 146335 0
[pid=14235/tid=14237] ppid=14233 vsize=587084 CPUtime=1793.96 cores=0,2,4,6
/proc/14235/task/14237/stat : 14237 (pwbo2.0) R 14233 14235 12898 0 -1 4202560 112986 0 0 0 179290 106 0 0 20 0 2 0 275875014 601174016 125927 33554432000 4194304 5965102 140736852026192 140349557966648 4400960 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.09
Current children cumulated vsize (KiB) 587084

[startup+1799.9 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 14315
/proc/meminfo: memFree=26581928/32873660 swapFree=7120/7120
[pid=14235] ppid=14233 vsize=587084 CPUtime=1799.48 cores=0,2,4,6
/proc/14235/stat : 14235 (pwbo2.0) S 14233 14235 12898 0 -1 4202496 125807 0 0 0 179867 81 0 0 20 0 2 0 275874934 601174016 125927 33554432000 4194304 5965102 140736852026192 140736852025712 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14235/statm: 146771 125927 190 433 0 146335 0
[pid=14235/tid=14237] ppid=14233 vsize=587084 CPUtime=1794.35 cores=0,2,4,6
/proc/14235/task/14237/stat : 14237 (pwbo2.0) R 14233 14235 12898 0 -1 4202560 112986 0 0 0 179329 106 0 0 20 0 2 0 275875014 601174016 125927 33554432000 4194304 5965102 140736852026192 140349557966648 4401143 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.48
Current children cumulated vsize (KiB) 587084

[startup+1800 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 14315
/proc/meminfo: memFree=26581928/32873660 swapFree=7120/7120
[pid=14235] ppid=14233 vsize=587084 CPUtime=1799.58 cores=0,2,4,6
/proc/14235/stat : 14235 (pwbo2.0) S 14233 14235 12898 0 -1 4202496 125807 0 0 0 179877 81 0 0 20 0 2 0 275874934 601174016 125927 33554432000 4194304 5965102 140736852026192 140736852025712 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14235/statm: 146771 125927 190 433 0 146335 0
[pid=14235/tid=14237] ppid=14233 vsize=587084 CPUtime=1794.45 cores=0,2,4,6
/proc/14235/task/14237/stat : 14237 (pwbo2.0) R 14233 14235 12898 0 -1 4202560 112986 0 0 0 179339 106 0 0 20 0 2 0 275875014 601174016 125927 33554432000 4194304 5965102 140736852026192 140349557966648 4401146 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.58
Current children cumulated vsize (KiB) 587084

Child status: 255

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

Real time (s): 1800.01
CPU time (s): 1799.58
CPU user time (s): 1798.77
CPU system time (s): 0.81
CPU usage (%): 99.9762
Max. virtual memory (cumulated for all children) (KiB): 587084

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.17
system time used= 1.10083
maximum resident set size= 503728
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 125812
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= 184
involuntary context switches= 1846

runsolver used 2.85656 second user time and 7.33389 second system time

The end

Launcher Data

Begin job on node117 at 2012-05-27 07:44:52
IDJOB=3704367
IDBENCH=89728
IDSOLVER=2280
FILE ID=node117/3704367-1338097492
RUNJOBID= node117-1338088587-12914
PBS_JOBID= 14624465
Free space on /tmp= 70064 MiB

SOLVER NAME= pwbo 2.0
BENCH NAME= PB11/normalized-PB11/DEC-SMALLINT-LIN/lopes/normalized-76.opb
COMMAND LINE= pwbo2.0 -file-format=opb -verbosity=0 -thread=1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3704367-1338097492/watcher-3704367-1338097492 -o /tmp/evaluation-result-3704367-1338097492/solver-3704367-1338097492 -C 1800 -W 1900 -M 15500  pwbo2.0 -file-format=opb -verbosity=0 -thread=1 HOME/instance-3704367-1338097492.opb

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

MD5SUM BENCH= f030651c159d27eae553d070b0927366
RANDOM SEED=1908447962

node117.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.148
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.148
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.148
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.148
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.148
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.148
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.148
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:       32873660 kB
MemFree:        27452308 kB
Buffers:          306860 kB
Cached:          3982820 kB
SwapCached:            0 kB
Active:          2403464 kB
Inactive:        2144996 kB
Active(anon):     249972 kB
Inactive(anon):    11356 kB
Active(file):    2153492 kB
Inactive(file):  2133640 kB
Unevictable:        7120 kB
Mlocked:            7120 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             17084 kB
Writeback:             0 kB
AnonPages:        288112 kB
Mapped:            15052 kB
Shmem:               200 kB
Slab:             734016 kB
SReclaimable:     178428 kB
SUnreclaim:       555588 kB
KernelStack:        1488 kB
PageTables:         4364 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545684 kB
Committed_AS:     168712 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    241664 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= 70020 MiB
End job on node117 at 2012-05-27 08:14:52