Trace number 3726617

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.02? 1799.76 1800.01

General information on the benchmark

Name/DEC-SMALLINT-LIN/oliveras/j90/
normalized-j9045_1-sat.opb
MD5SUMd4d1ca36c8af6075d3c9b6c16eca4a6b
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables26754
Total number of constraints93164
Number of constraints which are clauses92580
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints584
Minimum length of a constraint1
Maximum length of a constraint90
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 23
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 530
Number of bits of the biggest sum of numbers10
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.02 beta - May, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing opb file format. File HOME/instance-3726617-1338658235.opb.
0.00/0.00	c Instance file HOME/instance-3726617-1338658235.opb
0.00/0.00	c File size is 3050985 bytes.
0.19/0.23	c Highest Coefficient sum: 530
0.19/0.23	c ============================[ Problem Statistics ]=============================
0.19/0.23	c |                                                                             |
0.19/0.23	c |  Parsing time:          0.23         s                                      |
0.19/0.23	c |  Number Variables:      26754                                               |
0.19/0.23	c |  Number Clauses:        92580                                               |
0.19/0.23	c |  Number Cardinality:    0                                                   |
0.19/0.23	c |  Number PB Constraints: 584                                                 |
0.19/0.23	c |                                                                             |
0.19/0.28	c |  Problem Type:          Decision                                            |
0.19/0.28	c |  Objective Function:    None                                                |
0.19/0.28	c |                                                                             |
0.19/0.28	c ===============================================================================
1799.50/1800.00	c ===============================================================================
1799.50/1800.00	c Wall Clock Time: 1800.00 s
1799.50/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-3726617-1338658235/watcher-3726617-1338658235 -o /tmp/evaluation-result-3726617-1338658235/solver-3726617-1338658235 -C 1800 -W 1900 -M 15500 pwbo2.02 -file-format=opb -verbosity=0 -thread=1 HOME/instance-3726617-1338658235.opb 

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.03 2.01 2.00 3/178 17597
/proc/meminfo: memFree=28344948/32873648 swapFree=6864/6864
[pid=17597] ppid=17595 vsize=6472 CPUtime=0 cores=1,3,5,7
/proc/17597/stat : 17597 (pwbo2.02) R 17595 17597 13572 0 -1 4202496 409 0 0 0 0 0 0 0 20 0 1 0 331949471 6627328 361 33554432000 4194304 5964478 140737317230752 140736267255416 4395529 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/17597/statm: 1618 361 166 433 0 437 0

[startup+0.0326221 s]
/proc/loadavg: 2.03 2.01 2.00 3/178 17597
/proc/meminfo: memFree=28344948/32873648 swapFree=6864/6864
[pid=17597] ppid=17595 vsize=10940 CPUtime=0.02 cores=1,3,5,7
/proc/17597/stat : 17597 (pwbo2.02) R 17595 17597 13572 0 -1 4202496 1561 0 0 0 2 0 0 0 20 0 1 0 331949471 11202560 1513 33554432000 4194304 5964478 140737317230752 140737317228632 4344880 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/17597/statm: 2735 1515 250 433 0 1554 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 10940

[startup+0.100175 s]
/proc/loadavg: 2.03 2.01 2.00 3/178 17597
/proc/meminfo: memFree=28344948/32873648 swapFree=6864/6864
[pid=17597] ppid=17595 vsize=13664 CPUtime=0.09 cores=1,3,5,7
/proc/17597/stat : 17597 (pwbo2.02) R 17595 17597 13572 0 -1 4202496 2492 0 0 0 9 0 0 0 20 0 1 0 331949471 13991936 2411 33554432000 4194304 5964478 140737317230752 140737317228632 5136490 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/17597/statm: 3416 2412 488 433 0 2235 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13664

[startup+0.300168 s]
/proc/loadavg: 2.03 2.01 2.00 3/178 17597
/proc/meminfo: memFree=28344948/32873648 swapFree=6864/6864
[pid=17597] ppid=17595 vsize=103856 CPUtime=0.29 cores=1,3,5,7
/proc/17597/stat : 17597 (pwbo2.02) S 17595 17597 13572 0 -1 4202496 10218 0 0 0 28 1 0 0 20 0 2 0 331949471 106348544 9229 33554432000 4194304 5964478 140737317230752 140737317230272 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17597/statm: 25964 9229 178 433 0 25528 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 103856

[startup+0.700124 s]
/proc/loadavg: 2.03 2.01 2.00 3/178 17597
/proc/meminfo: memFree=28344948/32873648 swapFree=6864/6864
[pid=17597] ppid=17595 vsize=100168 CPUtime=0.69 cores=1,3,5,7
/proc/17597/stat : 17597 (pwbo2.02) S 17595 17597 13572 0 -1 4202496 10631 0 0 0 68 1 0 0 20 0 2 0 331949471 102572032 8881 33554432000 4194304 5964478 140737317230752 140737317230272 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17597/statm: 25042 8881 187 433 0 24606 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 100168

[startup+1.50016 s]
/proc/loadavg: 2.03 2.01 2.00 3/180 17599
/proc/meminfo: memFree=28310112/32873648 swapFree=6864/6864
[pid=17597] ppid=17595 vsize=100168 CPUtime=1.48 cores=1,3,5,7
/proc/17597/stat : 17597 (pwbo2.02) S 17595 17597 13572 0 -1 4202496 11011 0 0 0 147 1 0 0 20 0 2 0 331949471 102572032 9261 33554432000 4194304 5964478 140737317230752 140737317230272 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17597/statm: 25042 9261 187 433 0 24606 0
[pid=17597/tid=17599] ppid=17595 vsize=100168 CPUtime=1.25 cores=1,3,5,7
/proc/17597/task/17599/stat : 17599 (pwbo2.02) R 17595 17597 13572 0 -1 4202560 5448 0 0 0 125 0 0 0 20 0 2 0 331949495 102572032 9261 33554432000 4194304 5964478 140737317230752 140725597198328 4399915 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 100168

[startup+3.10016 s]
/proc/loadavg: 2.03 2.01 2.00 3/180 17599
/proc/meminfo: memFree=28307384/32873648 swapFree=6864/6864
[pid=17597] ppid=17595 vsize=100168 CPUtime=3.08 cores=1,3,5,7
/proc/17597/stat : 17597 (pwbo2.02) S 17595 17597 13572 0 -1 4202496 11796 0 0 0 307 1 0 0 20 0 2 0 331949471 102572032 10046 33554432000 4194304 5964478 140737317230752 140737317230272 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17597/statm: 25042 10046 187 433 0 24606 0
[pid=17597/tid=17599] ppid=17595 vsize=100168 CPUtime=2.85 cores=1,3,5,7
/proc/17597/task/17599/stat : 17599 (pwbo2.02) R 17595 17597 13572 0 -1 4202560 6233 0 0 0 285 0 0 0 20 0 2 0 331949495 102572032 10046 33554432000 4194304 5964478 140737317230752 140725597198136 4221984 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 100168

[startup+6.30026 s]
/proc/loadavg: 2.03 2.01 2.00 3/180 17599
/proc/meminfo: memFree=28301060/32873648 swapFree=6864/6864
[pid=17597] ppid=17595 vsize=100168 CPUtime=6.29 cores=1,3,5,7
/proc/17597/stat : 17597 (pwbo2.02) S 17595 17597 13572 0 -1 4202496 13323 0 0 0 627 2 0 0 20 0 2 0 331949471 102572032 11573 33554432000 4194304 5964478 140737317230752 140737317230272 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17597/statm: 25042 11573 187 433 0 24606 0
[pid=17597/tid=17599] ppid=17595 vsize=100168 CPUtime=6.05 cores=1,3,5,7
/proc/17597/task/17599/stat : 17599 (pwbo2.02) R 17595 17597 13572 0 -1 4202560 7760 0 0 0 603 2 0 0 20 0 2 0 331949495 102572032 11573 33554432000 4194304 5964478 140737317230752 140725597198328 4400563 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 100168

[startup+12.7003 s]
/proc/loadavg: 2.11 2.03 2.01 3/180 17599
/proc/meminfo: memFree=28290624/32873648 swapFree=6864/6864
[pid=17597] ppid=17595 vsize=100168 CPUtime=12.68 cores=1,3,5,7
/proc/17597/stat : 17597 (pwbo2.02) S 17595 17597 13572 0 -1 4202496 15952 0 0 0 1266 2 0 0 20 0 2 0 331949471 102572032 14202 33554432000 4194304 5964478 140737317230752 140737317230272 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17597/statm: 25042 14202 187 433 0 24606 0
[pid=17597/tid=17599] ppid=17595 vsize=100168 CPUtime=12.45 cores=1,3,5,7
/proc/17597/task/17599/stat : 17599 (pwbo2.02) R 17595 17597 13572 0 -1 4202560 10389 0 0 0 1242 3 0 0 20 0 2 0 331949495 102572032 14202 33554432000 4194304 5964478 140737317230752 140725597198344 4403376 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 100168

[startup+25.5003 s]
/proc/loadavg: 2.08 2.03 2.00 3/180 17599
/proc/meminfo: memFree=28279996/32873648 swapFree=6864/6864
[pid=17597] ppid=17595 vsize=100168 CPUtime=25.48 cores=1,3,5,7
/proc/17597/stat : 17597 (pwbo2.02) S 17595 17597 13572 0 -1 4202496 18636 0 0 0 2545 3 0 0 20 0 2 0 331949471 102572032 16886 33554432000 4194304 5964478 140737317230752 140737317230272 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17597/statm: 25042 16886 187 433 0 24606 0
[pid=17597/tid=17599] ppid=17595 vsize=100168 CPUtime=25.25 cores=1,3,5,7
/proc/17597/task/17599/stat : 17599 (pwbo2.02) R 17595 17597 13572 0 -1 4202560 13073 0 0 0 2521 4 0 0 20 0 2 0 331949495 102572032 16886 33554432000 4194304 5964478 140737317230752 140725597198328 4399920 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 100168

[startup+51.1003 s]
/proc/loadavg: 2.05 2.02 2.00 3/179 17599
/proc/meminfo: memFree=28264460/32873648 swapFree=6864/6864
[pid=17597] ppid=17595 vsize=100168 CPUtime=51.07 cores=1,3,5,7
/proc/17597/stat : 17597 (pwbo2.02) S 17595 17597 13572 0 -1 4202496 22417 0 0 0 5102 5 0 0 20 0 2 0 331949471 102572032 20667 33554432000 4194304 5964478 140737317230752 140737317230272 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17597/statm: 25042 20667 187 433 0 24606 0
[pid=17597/tid=17599] ppid=17595 vsize=100168 CPUtime=50.84 cores=1,3,5,7
/proc/17597/task/17599/stat : 17599 (pwbo2.02) R 17595 17597 13572 0 -1 4202560 16854 0 0 0 5078 6 0 0 20 0 2 0 331949495 102572032 20667 33554432000 4194304 5964478 140737317230752 140725597198328 4400087 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 100168

[startup+102.307 s]
/proc/loadavg: 2.02 2.02 2.00 3/179 17599
/proc/meminfo: memFree=28228612/32873648 swapFree=6864/6864
[pid=17597] ppid=17595 vsize=167328 CPUtime=102.26 cores=1,3,5,7
/proc/17597/stat : 17597 (pwbo2.02) S 17595 17597 13572 0 -1 4202496 30458 0 0 0 10218 8 0 0 20 0 2 0 331949471 171343872 28708 33554432000 4194304 5964478 140737317230752 140737317230272 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17597/statm: 41832 28708 187 433 0 41396 0
[pid=17597/tid=17599] ppid=17595 vsize=167328 CPUtime=102.04 cores=1,3,5,7
/proc/17597/task/17599/stat : 17599 (pwbo2.02) R 17595 17597 13572 0 -1 4202560 24895 0 0 0 10194 10 0 0 20 0 2 0 331949495 171343872 28708 33554432000 4194304 5964478 140737317230752 140725597198136 4391694 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) 167328

[startup+162.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 17599
/proc/meminfo: memFree=28158552/32873648 swapFree=6864/6864
[pid=17597] ppid=17595 vsize=233672 CPUtime=162.25 cores=1,3,5,7
/proc/17597/stat : 17597 (pwbo2.02) S 17595 17597 13572 0 -1 4202496 43283 0 0 0 16209 16 0 0 20 0 2 0 331949471 239280128 41533 33554432000 4194304 5964478 140737317230752 140737317230272 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17597/statm: 58418 41533 187 433 0 57982 0
[pid=17597/tid=17599] ppid=17595 vsize=233672 CPUtime=162.03 cores=1,3,5,7
/proc/17597/task/17599/stat : 17599 (pwbo2.02) R 17595 17597 13572 0 -1 4202560 37720 0 0 0 16184 19 0 0 20 0 2 0 331949495 239280128 41533 33554432000 4194304 5964478 140737317230752 140725597198136 4403719 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 233672

[startup+222.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 17600
/proc/meminfo: memFree=28096944/32873648 swapFree=6864/6864
[pid=17597] ppid=17595 vsize=233672 CPUtime=222.22 cores=1,3,5,7
/proc/17597/stat : 17597 (pwbo2.02) S 17595 17597 13572 0 -1 4202496 49824 0 0 0 22203 19 0 0 20 0 2 0 331949471 239280128 48546 33554432000 4194304 5964478 140737317230752 140737317230272 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17597/statm: 58418 48546 187 433 0 57982 0
[pid=17597/tid=17599] ppid=17595 vsize=233672 CPUtime=222.01 cores=1,3,5,7
/proc/17597/task/17599/stat : 17599 (pwbo2.02) R 17595 17597 13572 0 -1 4202560 44261 0 0 0 22178 23 0 0 20 0 2 0 331949495 239280128 48546 33554432000 4194304 5964478 140737317230752 140725597198376 4221120 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) 233672

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17600
/proc/meminfo: memFree=28027656/32873648 swapFree=6864/6864
[pid=17597] ppid=17595 vsize=300424 CPUtime=282.17 cores=1,3,5,7
/proc/17597/stat : 17597 (pwbo2.02) S 17595 17597 13572 0 -1 4202496 60515 0 0 0 28189 28 0 0 20 0 2 0 331949471 307634176 59230 33554432000 4194304 5964478 140737317230752 140737317230272 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17597/statm: 75106 59230 187 433 0 74670 0
[pid=17597/tid=17599] ppid=17595 vsize=300424 CPUtime=281.97 cores=1,3,5,7
/proc/17597/task/17599/stat : 17599 (pwbo2.02) R 17595 17597 13572 0 -1 4202560 54952 0 0 0 28164 33 0 0 20 0 2 0 331949495 307634176 59230 33554432000 4194304 5964478 140737317230752 140725597198136 4403719 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 300424

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17600
/proc/meminfo: memFree=28001224/32873648 swapFree=6864/6864
[pid=17597] ppid=17595 vsize=300424 CPUtime=342.14 cores=1,3,5,7
/proc/17597/stat : 17597 (pwbo2.02) S 17595 17597 13572 0 -1 4202496 61504 0 0 0 34185 29 0 0 20 0 2 0 331949471 307634176 60210 33554432000 4194304 5964478 140737317230752 140737317230272 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17597/statm: 75106 60210 187 433 0 74670 0
[pid=17597/tid=17599] ppid=17595 vsize=300424 CPUtime=341.94 cores=1,3,5,7
/proc/17597/task/17599/stat : 17599 (pwbo2.02) R 17595 17597 13572 0 -1 4202560 55941 0 0 0 34159 35 0 0 20 0 2 0 331949495 307634176 60210 33554432000 4194304 5964478 140737317230752 140725597198136 4400097 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 342.14
Current children cumulated vsize (KiB) 300424

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17600
/proc/meminfo: memFree=27953424/32873648 swapFree=6864/6864
[pid=17597] ppid=17595 vsize=300424 CPUtime=402.13 cores=1,3,5,7
/proc/17597/stat : 17597 (pwbo2.02) S 17595 17597 13572 0 -1 4202496 68144 0 0 0 40177 36 0 0 20 0 2 0 331949471 307634176 66850 33554432000 4194304 5964478 140737317230752 140737317230272 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17597/statm: 75106 66850 187 433 0 74670 0
[pid=17597/tid=17599] ppid=17595 vsize=300424 CPUtime=401.94 cores=1,3,5,7
/proc/17597/task/17599/stat : 17599 (pwbo2.02) R 17595 17597 13572 0 -1 4202560 62581 0 0 0 40152 42 0 0 20 0 2 0 331949495 307634176 66850 33554432000 4194304 5964478 140737317230752 140725597198328 4222474 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 402.13
Current children cumulated vsize (KiB) 300424

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17600
/proc/meminfo: memFree=27900216/32873648 swapFree=6864/6864
[pid=17597] ppid=17595 vsize=365960 CPUtime=462.12 cores=1,3,5,7

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

/proc/17597/task/17599/stat : 17599 (pwbo2.02) R 17595 17597 13572 0 -1 4202560 122624 0 0 0 130049 132 0 0 20 0 2 0 331949495 577937408 127257 33554432000 4194304 5964478 140737317230752 140725597198328 4381601 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1301.89
Current children cumulated vsize (KiB) 564392

[startup+1362.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/179 17648
/proc/meminfo: memFree=25637116/32873648 swapFree=6864/6864
[pid=17597] ppid=17595 vsize=564392 CPUtime=1361.87 cores=1,3,5,7
/proc/17597/stat : 17597 (pwbo2.02) S 17595 17597 13572 0 -1 4202496 132833 0 0 0 136068 119 0 0 20 0 2 0 331949471 577937408 131903 33554432000 4194304 5964478 140737317230752 140737317230272 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17597/statm: 141098 131903 187 433 0 140662 0
[pid=17597/tid=17599] ppid=17595 vsize=564392 CPUtime=1361.81 cores=1,3,5,7
/proc/17597/task/17599/stat : 17599 (pwbo2.02) R 17595 17597 13572 0 -1 4202560 127270 0 0 0 136042 139 0 0 20 0 2 0 331949495 577937408 131903 33554432000 4194304 5964478 140737317230752 140725597198328 4381601 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1361.87
Current children cumulated vsize (KiB) 564392

[startup+1422.31 s]
/proc/loadavg: 2.01 2.02 2.00 3/179 17649
/proc/meminfo: memFree=25588880/32873648 swapFree=6864/6864
[pid=17597] ppid=17595 vsize=567124 CPUtime=1421.87 cores=1,3,5,7
/proc/17597/stat : 17597 (pwbo2.02) S 17595 17597 13572 0 -1 4202496 133948 0 0 0 142067 120 0 0 20 0 2 0 331949471 580734976 133018 33554432000 4194304 5964478 140737317230752 140737317230272 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17597/statm: 141781 133018 187 433 0 141345 0
[pid=17597/tid=17599] ppid=17595 vsize=567124 CPUtime=1421.81 cores=1,3,5,7
/proc/17597/task/17599/stat : 17599 (pwbo2.02) R 17595 17597 13572 0 -1 4202560 128385 0 0 0 142040 141 0 0 20 0 2 0 331949495 580734976 133018 33554432000 4194304 5964478 140737317230752 140725597198136 4399920 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1421.87
Current children cumulated vsize (KiB) 567124

[startup+1482.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/179 17649
/proc/meminfo: memFree=25542428/32873648 swapFree=6864/6864
[pid=17597] ppid=17595 vsize=567124 CPUtime=1481.85 cores=1,3,5,7
/proc/17597/stat : 17597 (pwbo2.02) S 17595 17597 13572 0 -1 4202496 134466 0 0 0 148065 120 0 0 20 0 2 0 331949471 580734976 133536 33554432000 4194304 5964478 140737317230752 140737317230272 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17597/statm: 141781 133536 187 433 0 141345 0
[pid=17597/tid=17599] ppid=17595 vsize=567124 CPUtime=1481.8 cores=1,3,5,7
/proc/17597/task/17599/stat : 17599 (pwbo2.02) R 17595 17597 13572 0 -1 4202560 128903 0 0 0 148037 143 0 0 20 0 2 0 331949495 580734976 133536 33554432000 4194304 5964478 140737317230752 140725597198136 4221984 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1481.85
Current children cumulated vsize (KiB) 567124

[startup+1542.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 17649
/proc/meminfo: memFree=25497076/32873648 swapFree=6864/6864
[pid=17597] ppid=17595 vsize=567124 CPUtime=1541.84 cores=1,3,5,7
/proc/17597/stat : 17597 (pwbo2.02) S 17595 17597 13572 0 -1 4202496 134916 0 0 0 154064 120 0 0 20 0 2 0 331949471 580734976 133986 33554432000 4194304 5964478 140737317230752 140737317230272 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17597/statm: 141781 133986 187 433 0 141345 0
[pid=17597/tid=17599] ppid=17595 vsize=567124 CPUtime=1541.8 cores=1,3,5,7
/proc/17597/task/17599/stat : 17599 (pwbo2.02) R 17595 17597 13572 0 -1 4202560 129353 0 0 0 154036 144 0 0 20 0 2 0 331949495 580734976 133986 33554432000 4194304 5964478 140737317230752 140725597198136 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1541.84
Current children cumulated vsize (KiB) 567124

[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 17649
/proc/meminfo: memFree=25453896/32873648 swapFree=6864/6864
[pid=17597] ppid=17595 vsize=567124 CPUtime=1601.83 cores=1,3,5,7
/proc/17597/stat : 17597 (pwbo2.02) S 17595 17597 13572 0 -1 4202496 135874 0 0 0 160062 121 0 0 20 0 2 0 331949471 580734976 134944 33554432000 4194304 5964478 140737317230752 140737317230272 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17597/statm: 141781 134944 187 433 0 141345 0
[pid=17597/tid=17599] ppid=17595 vsize=567124 CPUtime=1601.8 cores=1,3,5,7
/proc/17597/task/17599/stat : 17599 (pwbo2.02) R 17595 17597 13572 0 -1 4202560 130311 0 0 0 160034 146 0 0 20 0 2 0 331949495 580734976 134944 33554432000 4194304 5964478 140737317230752 140725597198328 4399920 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1601.83
Current children cumulated vsize (KiB) 567124

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17649
/proc/meminfo: memFree=25408480/32873648 swapFree=6864/6864
[pid=17597] ppid=17595 vsize=567124 CPUtime=1661.82 cores=1,3,5,7
/proc/17597/stat : 17597 (pwbo2.02) S 17595 17597 13572 0 -1 4202496 136871 0 0 0 166060 122 0 0 20 0 2 0 331949471 580734976 135941 33554432000 4194304 5964478 140737317230752 140737317230272 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17597/statm: 141781 135941 187 433 0 141345 0
[pid=17597/tid=17599] ppid=17595 vsize=567124 CPUtime=1661.8 cores=1,3,5,7
/proc/17597/task/17599/stat : 17599 (pwbo2.02) R 17595 17597 13572 0 -1 4202560 131308 0 0 0 166032 148 0 0 20 0 2 0 331949495 580734976 135941 33554432000 4194304 5964478 140737317230752 140725597198328 4403343 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1661.82
Current children cumulated vsize (KiB) 567124

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17650
/proc/meminfo: memFree=25369644/32873648 swapFree=6864/6864
[pid=17597] ppid=17595 vsize=567124 CPUtime=1721.81 cores=1,3,5,7
/proc/17597/stat : 17597 (pwbo2.02) S 17595 17597 13572 0 -1 4202496 136872 0 0 0 172059 122 0 0 20 0 2 0 331949471 580734976 135942 33554432000 4194304 5964478 140737317230752 140737317230272 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17597/statm: 141781 135942 187 433 0 141345 0
[pid=17597/tid=17599] ppid=17595 vsize=567124 CPUtime=1721.8 cores=1,3,5,7
/proc/17597/task/17599/stat : 17599 (pwbo2.02) R 17595 17597 13572 0 -1 4202560 131309 0 0 0 172031 149 0 0 20 0 2 0 331949495 580734976 135942 33554432000 4194304 5964478 140737317230752 140725597198328 4399969 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1721.81
Current children cumulated vsize (KiB) 567124

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 17653
/proc/meminfo: memFree=25330244/32873648 swapFree=6864/6864
[pid=17597] ppid=17595 vsize=567124 CPUtime=1781.8 cores=1,3,5,7
/proc/17597/stat : 17597 (pwbo2.02) S 17595 17597 13572 0 -1 4202496 137057 0 0 0 178058 122 0 0 20 0 2 0 331949471 580734976 136127 33554432000 4194304 5964478 140737317230752 140737317230272 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17597/statm: 141781 136127 187 433 0 141345 0
[pid=17597/tid=17599] ppid=17595 vsize=567124 CPUtime=1781.8 cores=1,3,5,7
/proc/17597/task/17599/stat : 17599 (pwbo2.02) R 17595 17597 13572 0 -1 4202560 131494 0 0 0 178030 150 0 0 20 0 2 0 331949495 580734976 136127 33554432000 4194304 5964478 140737317230752 140725597198136 4399920 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1781.8
Current children cumulated vsize (KiB) 567124

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

[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 17653
/proc/meminfo: memFree=25322912/32873648 swapFree=6864/6864
[pid=17597] ppid=17595 vsize=567124 CPUtime=1791.41 cores=1,3,5,7
/proc/17597/stat : 17597 (pwbo2.02) S 17595 17597 13572 0 -1 4202496 137133 0 0 0 179019 122 0 0 20 0 2 0 331949471 580734976 136203 33554432000 4194304 5964478 140737317230752 140737317230272 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17597/statm: 141781 136203 187 433 0 141345 0
[pid=17597/tid=17599] ppid=17595 vsize=567124 CPUtime=1791.4 cores=1,3,5,7
/proc/17597/task/17599/stat : 17599 (pwbo2.02) R 17595 17597 13572 0 -1 4202560 131570 0 0 0 178990 150 0 0 20 0 2 0 331949495 580734976 136203 33554432000 4194304 5964478 140737317230752 140725597198136 4399915 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1791.41
Current children cumulated vsize (KiB) 567124

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 17653
/proc/meminfo: memFree=25320684/32873648 swapFree=6864/6864
[pid=17597] ppid=17595 vsize=567124 CPUtime=1794.61 cores=1,3,5,7
/proc/17597/stat : 17597 (pwbo2.02) S 17595 17597 13572 0 -1 4202496 137133 0 0 0 179339 122 0 0 20 0 2 0 331949471 580734976 136203 33554432000 4194304 5964478 140737317230752 140737317230272 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17597/statm: 141781 136203 187 433 0 141345 0
[pid=17597/tid=17599] ppid=17595 vsize=567124 CPUtime=1794.6 cores=1,3,5,7
/proc/17597/task/17599/stat : 17599 (pwbo2.02) R 17595 17597 13572 0 -1 4202560 131570 0 0 0 179310 150 0 0 20 0 2 0 331949495 580734976 136203 33554432000 4194304 5964478 140737317230752 140725597198136 4399941 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1794.61
Current children cumulated vsize (KiB) 567124

[startup+1798.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 17653
/proc/meminfo: memFree=25319444/32873648 swapFree=6864/6864
[pid=17597] ppid=17595 vsize=567124 CPUtime=1797.8 cores=1,3,5,7
/proc/17597/stat : 17597 (pwbo2.02) S 17595 17597 13572 0 -1 4202496 137151 0 0 0 179658 122 0 0 20 0 2 0 331949471 580734976 136221 33554432000 4194304 5964478 140737317230752 140737317230272 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17597/statm: 141781 136221 187 433 0 141345 0
[pid=17597/tid=17599] ppid=17595 vsize=567124 CPUtime=1797.8 cores=1,3,5,7
/proc/17597/task/17599/stat : 17599 (pwbo2.02) R 17595 17597 13572 0 -1 4202560 131588 0 0 0 179630 150 0 0 20 0 2 0 331949495 580734976 136221 33554432000 4194304 5964478 140737317230752 140725597198136 4399920 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1797.8
Current children cumulated vsize (KiB) 567124

[startup+1799.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 17653
/proc/meminfo: memFree=25318948/32873648 swapFree=6864/6864
[pid=17597] ppid=17595 vsize=567124 CPUtime=1798.6 cores=1,3,5,7
/proc/17597/stat : 17597 (pwbo2.02) S 17595 17597 13572 0 -1 4202496 137161 0 0 0 179738 122 0 0 20 0 2 0 331949471 580734976 136231 33554432000 4194304 5964478 140737317230752 140737317230272 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17597/statm: 141781 136231 187 433 0 141345 0
[pid=17597/tid=17599] ppid=17595 vsize=567124 CPUtime=1798.6 cores=1,3,5,7
/proc/17597/task/17599/stat : 17599 (pwbo2.02) R 17595 17597 13572 0 -1 4202560 131598 0 0 0 179710 150 0 0 20 0 2 0 331949495 580734976 136231 33554432000 4194304 5964478 140737317230752 140725597198136 4400042 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1798.6
Current children cumulated vsize (KiB) 567124

[startup+1799.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 17653
/proc/meminfo: memFree=25318204/32873648 swapFree=6864/6864
[pid=17597] ppid=17595 vsize=567124 CPUtime=1799.01 cores=1,3,5,7
/proc/17597/stat : 17597 (pwbo2.02) S 17595 17597 13572 0 -1 4202496 137162 0 0 0 179779 122 0 0 20 0 2 0 331949471 580734976 136232 33554432000 4194304 5964478 140737317230752 140737317230272 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17597/statm: 141781 136232 187 433 0 141345 0
[pid=17597/tid=17599] ppid=17595 vsize=567124 CPUtime=1799 cores=1,3,5,7
/proc/17597/task/17599/stat : 17599 (pwbo2.02) R 17595 17597 13572 0 -1 4202560 131599 0 0 0 179750 150 0 0 20 0 2 0 331949495 580734976 136232 33554432000 4194304 5964478 140737317230752 140725597198136 4400097 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.01
Current children cumulated vsize (KiB) 567124

[startup+1799.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 17653
/proc/meminfo: memFree=25318204/32873648 swapFree=6864/6864
[pid=17597] ppid=17595 vsize=567124 CPUtime=1799.4 cores=1,3,5,7
/proc/17597/stat : 17597 (pwbo2.02) S 17595 17597 13572 0 -1 4202496 137163 0 0 0 179818 122 0 0 20 0 2 0 331949471 580734976 136233 33554432000 4194304 5964478 140737317230752 140737317230272 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17597/statm: 141781 136233 187 433 0 141345 0
[pid=17597/tid=17599] ppid=17595 vsize=567124 CPUtime=1799.4 cores=1,3,5,7
/proc/17597/task/17599/stat : 17599 (pwbo2.02) R 17595 17597 13572 0 -1 4202560 131600 0 0 0 179790 150 0 0 20 0 2 0 331949495 580734976 136233 33554432000 4194304 5964478 140737317230752 140725597198136 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.4
Current children cumulated vsize (KiB) 567124

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 17653
/proc/meminfo: memFree=25318204/32873648 swapFree=6864/6864
[pid=17597] ppid=17595 vsize=567124 CPUtime=1799.5 cores=1,3,5,7
/proc/17597/stat : 17597 (pwbo2.02) S 17595 17597 13572 0 -1 4202496 137163 0 0 0 179828 122 0 0 20 0 2 0 331949471 580734976 136233 33554432000 4194304 5964478 140737317230752 140737317230272 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17597/statm: 141781 136233 187 433 0 141345 0
[pid=17597/tid=17599] ppid=17595 vsize=567124 CPUtime=1799.5 cores=1,3,5,7
/proc/17597/task/17599/stat : 17599 (pwbo2.02) R 17595 17597 13572 0 -1 4202560 131600 0 0 0 179800 150 0 0 20 0 2 0 331949495 580734976 136233 33554432000 4194304 5964478 140737317230752 140725597198136 4399920 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.5
Current children cumulated vsize (KiB) 567124

Child status: 255
Real time (s): 1800.01
CPU time (s): 1799.76
CPU user time (s): 1798.24
CPU system time (s): 1.52077
CPU usage (%): 99.986
Max. virtual memory (cumulated for all children) (KiB): 567124

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.24
system time used= 1.52077
maximum resident set size= 544948
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 137167
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= 228
involuntary context switches= 2081

runsolver used 4.54731 second user time and 15.8166 second system time

The end

Launcher Data

Begin job on node120 at 2012-06-02 19:30:35
IDJOB=3726617
IDBENCH=75548
IDSOLVER=2310
FILE ID=node120/3726617-1338658235
RUNJOBID= node120-1338651811-14892
PBS_JOBID= 14636460
Free space on /tmp= 70780 MiB

SOLVER NAME= pwbo 2.02
BENCH NAME= PB10/normalized-PB10/DEC-SMALLINT-LIN/oliveras/j90/normalized-j9045_1-sat.opb
COMMAND LINE= pwbo2.02 -file-format=opb -verbosity=0 -thread=1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3726617-1338658235/watcher-3726617-1338658235 -o /tmp/evaluation-result-3726617-1338658235/solver-3726617-1338658235 -C 1800 -W 1900 -M 15500  pwbo2.02 -file-format=opb -verbosity=0 -thread=1 HOME/instance-3726617-1338658235.opb

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

MD5SUM BENCH= d4d1ca36c8af6075d3c9b6c16eca4a6b
RANDOM SEED=858591259

node120.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.456
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	: 5332.91
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.456
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.456
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.456
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.88
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.456
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.456
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.83
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.456
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.456
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:        28344840 kB
Buffers:          541444 kB
Cached:          2725520 kB
SwapCached:         1572 kB
Active:          1953524 kB
Inactive:        1645296 kB
Active(anon):     323992 kB
Inactive(anon):     9228 kB
Active(file):    1629532 kB
Inactive(file):  1636068 kB
Unevictable:        6864 kB
Mlocked:            6864 kB
SwapTotal:      67108856 kB
SwapFree:       67103516 kB
Dirty:              8984 kB
Writeback:             0 kB
AnonPages:        336336 kB
Mapped:            11424 kB
Shmem:                32 kB
Slab:             792276 kB
SReclaimable:     235444 kB
SUnreclaim:       556832 kB
KernelStack:        1488 kB
PageTables:         4536 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     166120 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    247808 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= 70436 MiB
End job on node120 at 2012-06-02 20:00:35