Trace number 3704298

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.53 1800.01

General information on the benchmark

Name/DEC-SMALLINT-LIN/oliveras/j60/
normalized-j6029_8-unsat.opb
MD5SUMc619d5d1f14c9c14bda19749a65da87b
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark1646.31
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables11712
Total number of constraints38651
Number of constraints which are clauses38271
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints380
Minimum length of a constraint1
Maximum length of a constraint60
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 24
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 368
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-3704298-1338095360.opb.
0.00/0.00	c Instance file HOME/instance-3704298-1338095360.opb
0.00/0.00	c File size is 1219451 bytes.
0.07/0.09	c Highest Coefficient sum: 368
0.07/0.09	c ============================[ Problem Statistics ]=============================
0.07/0.09	c |                                                                             |
0.07/0.09	c |  Parsing time:          0.09         s                                      |
0.07/0.09	c |  Number Variables:      11712                                               |
0.07/0.09	c |  Number Clauses:        38271                                               |
0.07/0.09	c |  Number Cardinality:    0                                                   |
0.07/0.09	c |  Number PB Constraints: 380                                                 |
0.07/0.09	c |                                                                             |
0.09/0.11	c |  Problem Type:          Decision                                            |
0.09/0.11	c |  Objective Function:    None                                                |
0.09/0.11	c |                                                                             |
0.09/0.11	c ===============================================================================
1799.53/1800.00	c ===============================================================================
1799.53/1800.00	c Wall Clock Time: 1800.00 s
1799.53/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-3704298-1338095360/watcher-3704298-1338095360 -o /tmp/evaluation-result-3704298-1338095360/solver-3704298-1338095360 -C 1800 -W 1900 -M 15500 pwbo2.0 -file-format=opb -verbosity=0 -thread=1 HOME/instance-3704298-1338095360.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.01 2.00 2.00 3/177 20135
/proc/meminfo: memFree=28612168/32873648 swapFree=6604/6604
[pid=20135] ppid=20133 vsize=5004 CPUtime=0 cores=1,3,5,7
/proc/20135/stat : 20135 (pwbo2.0) R 20133 20135 17458 0 -1 4202496 489 0 0 0 0 0 0 0 20 0 1 0 275660470 5124096 442 33554432000 4194304 5965102 140735876940688 140737450386520 5180263 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/20135/statm: 1251 442 171 433 0 517 0

[startup+0.0862201 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 20135
/proc/meminfo: memFree=28612168/32873648 swapFree=6604/6604
[pid=20135] ppid=20133 vsize=10612 CPUtime=0.07 cores=1,3,5,7
/proc/20135/stat : 20135 (pwbo2.0) R 20133 20135 17458 0 -1 4202496 2125 0 0 0 7 0 0 0 20 0 1 0 275660470 10866688 2045 33554432000 4194304 5965102 140735876940688 140737450386520 4351027 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/20135/statm: 2653 2046 441 433 0 1919 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 10612

[startup+0.100207 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 20135
/proc/meminfo: memFree=28612168/32873648 swapFree=6604/6604
[pid=20135] ppid=20133 vsize=91068 CPUtime=0.09 cores=1,3,5,7
/proc/20135/stat : 20135 (pwbo2.0) S 20133 20135 17458 0 -1 4202496 3659 0 0 0 8 1 0 0 20 0 2 0 275660470 93253632 3281 33554432000 4194304 5965102 140735876940688 140735876940208 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20135/statm: 22767 3281 176 433 0 22331 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 91068

[startup+0.300164 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 20135
/proc/meminfo: memFree=28612168/32873648 swapFree=6604/6604
[pid=20135] ppid=20133 vsize=90960 CPUtime=0.29 cores=1,3,5,7
/proc/20135/stat : 20135 (pwbo2.0) S 20133 20135 17458 0 -1 4202496 4775 0 0 0 28 1 0 0 20 0 2 0 275660470 93143040 4092 33554432000 4194304 5965102 140735876940688 140735876940208 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20135/statm: 22740 4092 191 433 0 22304 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 90960

[startup+0.700112 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 20135
/proc/meminfo: memFree=28612168/32873648 swapFree=6604/6604
[pid=20135] ppid=20133 vsize=90960 CPUtime=0.69 cores=1,3,5,7
/proc/20135/stat : 20135 (pwbo2.0) S 20133 20135 17458 0 -1 4202496 5044 0 0 0 68 1 0 0 20 0 2 0 275660470 93143040 4361 33554432000 4194304 5965102 140735876940688 140735876940208 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20135/statm: 22740 4361 191 433 0 22304 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 90960

[startup+1.50025 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 20137
/proc/meminfo: memFree=28594288/32873648 swapFree=6604/6604
[pid=20135] ppid=20133 vsize=90960 CPUtime=1.49 cores=1,3,5,7
/proc/20135/stat : 20135 (pwbo2.0) S 20133 20135 17458 0 -1 4202496 5519 0 0 0 148 1 0 0 20 0 2 0 275660470 93143040 4836 33554432000 4194304 5965102 140735876940688 140735876940208 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20135/statm: 22740 4836 191 433 0 22304 0
[pid=20135/tid=20137] ppid=20133 vsize=90960 CPUtime=1.39 cores=1,3,5,7
/proc/20135/task/20137/stat : 20137 (pwbo2.0) R 20133 20135 17458 0 -1 4202560 2843 0 0 0 139 0 0 0 20 0 2 0 275660480 93143040 4836 33554432000 4194304 5965102 140735876940688 140599613863976 5137076 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 90960

[startup+3.10027 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 20137
/proc/meminfo: memFree=28591312/32873648 swapFree=6604/6604
[pid=20135] ppid=20133 vsize=90960 CPUtime=3.09 cores=1,3,5,7
/proc/20135/stat : 20135 (pwbo2.0) S 20133 20135 17458 0 -1 4202496 6299 0 0 0 308 1 0 0 20 0 2 0 275660470 93143040 5616 33554432000 4194304 5965102 140735876940688 140735876940208 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20135/statm: 22740 5616 191 433 0 22304 0
[pid=20135/tid=20137] ppid=20133 vsize=90960 CPUtime=2.98 cores=1,3,5,7
/proc/20135/task/20137/stat : 20137 (pwbo2.0) R 20133 20135 17458 0 -1 4202560 3623 0 0 0 298 0 0 0 20 0 2 0 275660480 93143040 5616 33554432000 4194304 5965102 140735876940688 140599613863928 4221120 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 90960

[startup+6.30027 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 20137
/proc/meminfo: memFree=28585996/32873648 swapFree=6604/6604
[pid=20135] ppid=20133 vsize=90960 CPUtime=6.29 cores=1,3,5,7
/proc/20135/stat : 20135 (pwbo2.0) S 20133 20135 17458 0 -1 4202496 7039 0 0 0 628 1 0 0 20 0 2 0 275660470 93143040 6356 33554432000 4194304 5965102 140735876940688 140735876940208 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20135/statm: 22740 6356 191 433 0 22304 0
[pid=20135/tid=20137] ppid=20133 vsize=90960 CPUtime=6.17 cores=1,3,5,7
/proc/20135/task/20137/stat : 20137 (pwbo2.0) R 20133 20135 17458 0 -1 4202560 4363 0 0 0 617 0 0 0 20 0 2 0 275660480 93143040 6356 33554432000 4194304 5965102 140735876940688 140599613863928 4400960 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) 90960

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20137
/proc/meminfo: memFree=28577716/32873648 swapFree=6604/6604
[pid=20135] ppid=20133 vsize=90960 CPUtime=12.68 cores=1,3,5,7
/proc/20135/stat : 20135 (pwbo2.0) S 20133 20135 17458 0 -1 4202496 8446 0 0 0 1267 1 0 0 20 0 2 0 275660470 93143040 7763 33554432000 4194304 5965102 140735876940688 140735876940208 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20135/statm: 22740 7763 191 433 0 22304 0
[pid=20135/tid=20137] ppid=20133 vsize=90960 CPUtime=12.56 cores=1,3,5,7
/proc/20135/task/20137/stat : 20137 (pwbo2.0) R 20133 20135 17458 0 -1 4202560 5770 0 0 0 1256 0 0 0 20 0 2 0 275660480 93143040 7763 33554432000 4194304 5965102 140735876940688 140599613863736 4401582 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) 90960

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20137
/proc/meminfo: memFree=28564476/32873648 swapFree=6604/6604
[pid=20135] ppid=20133 vsize=91444 CPUtime=25.48 cores=1,3,5,7
/proc/20135/stat : 20135 (pwbo2.0) S 20133 20135 17458 0 -1 4202496 11009 0 0 0 2546 2 0 0 20 0 2 0 275660470 93638656 10326 33554432000 4194304 5965102 140735876940688 140735876940208 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20135/statm: 22861 10326 191 433 0 22425 0
[pid=20135/tid=20137] ppid=20133 vsize=91444 CPUtime=25.32 cores=1,3,5,7
/proc/20135/task/20137/stat : 20137 (pwbo2.0) R 20133 20135 17458 0 -1 4202560 8333 0 0 0 2531 1 0 0 20 0 2 0 275660480 93638656 10326 33554432000 4194304 5965102 140735876940688 140599613863976 4400960 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 91444

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 20140
/proc/meminfo: memFree=28537632/32873648 swapFree=6604/6604
[pid=20135] ppid=20133 vsize=92044 CPUtime=51.08 cores=1,3,5,7
/proc/20135/stat : 20135 (pwbo2.0) S 20133 20135 17458 0 -1 4202496 15682 0 0 0 5103 5 0 0 20 0 2 0 275660470 94253056 14999 33554432000 4194304 5965102 140735876940688 140735876940208 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20135/statm: 23011 14999 191 433 0 22575 0
[pid=20135/tid=20137] ppid=20133 vsize=92044 CPUtime=50.86 cores=1,3,5,7
/proc/20135/task/20137/stat : 20137 (pwbo2.0) R 20133 20135 17458 0 -1 4202560 13006 0 0 0 5082 4 0 0 20 0 2 0 275660480 94253056 14999 33554432000 4194304 5965102 140735876940688 140599613863928 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 92044

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20140
/proc/meminfo: memFree=28499608/32873648 swapFree=6604/6604
[pid=20135] ppid=20133 vsize=157580 CPUtime=102.27 cores=1,3,5,7
/proc/20135/stat : 20135 (pwbo2.0) S 20133 20135 17458 0 -1 4202496 20728 0 0 0 10220 7 0 0 20 0 2 0 275660470 161361920 20045 33554432000 4194304 5965102 140735876940688 140735876940208 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20135/statm: 39395 20045 191 433 0 38959 0
[pid=20135/tid=20137] ppid=20133 vsize=157580 CPUtime=101.93 cores=1,3,5,7
/proc/20135/task/20137/stat : 20137 (pwbo2.0) R 20133 20135 17458 0 -1 4202560 18052 0 0 0 10186 7 0 0 20 0 2 0 275660480 161361920 20045 33554432000 4194304 5965102 140735876940688 140599613863928 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 157580

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20141
/proc/meminfo: memFree=28460292/32873648 swapFree=6604/6604
[pid=20135] ppid=20133 vsize=157580 CPUtime=162.23 cores=1,3,5,7
/proc/20135/stat : 20135 (pwbo2.0) S 20133 20135 17458 0 -1 4202496 27240 0 0 0 16210 13 0 0 20 0 2 0 275660470 161361920 26560 33554432000 4194304 5965102 140735876940688 140735876940208 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20135/statm: 39395 26560 191 433 0 38959 0
[pid=20135/tid=20137] ppid=20133 vsize=157580 CPUtime=161.74 cores=1,3,5,7
/proc/20135/task/20137/stat : 20137 (pwbo2.0) R 20133 20135 17458 0 -1 4202560 24564 0 0 0 16160 14 0 0 20 0 2 0 275660480 161361920 26560 33554432000 4194304 5965102 140735876940688 140599613863736 4401559 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 157580

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20141
/proc/meminfo: memFree=28417648/32873648 swapFree=6604/6604
[pid=20135] ppid=20133 vsize=158120 CPUtime=222.22 cores=1,3,5,7
/proc/20135/stat : 20135 (pwbo2.0) S 20133 20135 17458 0 -1 4202496 33805 0 0 0 22203 19 0 0 20 0 2 0 275660470 161914880 33631 33554432000 4194304 5965102 140735876940688 140735876940208 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20135/statm: 39530 33631 191 433 0 39094 0
[pid=20135/tid=20137] ppid=20133 vsize=158120 CPUtime=221.58 cores=1,3,5,7
/proc/20135/task/20137/stat : 20137 (pwbo2.0) R 20133 20135 17458 0 -1 4202560 31129 0 0 0 22137 21 0 0 20 0 2 0 275660480 161914880 33631 33554432000 4194304 5965102 140735876940688 140599613863928 4400960 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) 158120

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20141
/proc/meminfo: memFree=28388480/32873648 swapFree=6604/6604
[pid=20135] ppid=20133 vsize=223656 CPUtime=282.21 cores=1,3,5,7
/proc/20135/stat : 20135 (pwbo2.0) S 20133 20135 17458 0 -1 4202496 38396 0 0 0 28196 25 0 0 20 0 2 0 275660470 229023744 38222 33554432000 4194304 5965102 140735876940688 140735876940208 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20135/statm: 55914 38222 191 433 0 55478 0
[pid=20135/tid=20137] ppid=20133 vsize=223656 CPUtime=281.42 cores=1,3,5,7
/proc/20135/task/20137/stat : 20137 (pwbo2.0) R 20133 20135 17458 0 -1 4202560 35720 0 0 0 28114 28 0 0 20 0 2 0 275660480 229023744 38222 33554432000 4194304 5965102 140735876940688 140599613863736 4401050 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 223656

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20141
/proc/meminfo: memFree=28359948/32873648 swapFree=6604/6604
[pid=20135] ppid=20133 vsize=223656 CPUtime=342.2 cores=1,3,5,7
/proc/20135/stat : 20135 (pwbo2.0) S 20133 20135 17458 0 -1 4202496 42842 0 0 0 34191 29 0 0 20 0 2 0 275660470 229023744 42668 33554432000 4194304 5965102 140735876940688 140735876940208 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20135/statm: 55914 42668 191 433 0 55478 0
[pid=20135/tid=20137] ppid=20133 vsize=223656 CPUtime=341.26 cores=1,3,5,7
/proc/20135/task/20137/stat : 20137 (pwbo2.0) R 20133 20135 17458 0 -1 4202560 40166 0 0 0 34093 33 0 0 20 0 2 0 275660480 229023744 42668 33554432000 4194304 5965102 140735876940688 140599613863928 4404416 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 223656

[startup+402.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/179 20141
/proc/meminfo: memFree=28338248/32873648 swapFree=6604/6604
[pid=20135] ppid=20133 vsize=223656 CPUtime=402.19 cores=1,3,5,7
/proc/20135/stat : 20135 (pwbo2.0) S 20133 20135 17458 0 -1 4202496 45444 0 0 0 40186 33 0 0 20 0 2 0 275660470 229023744 45270 33554432000 4194304 5965102 140735876940688 140735876940208 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20135/statm: 55914 45270 191 433 0 55478 0
[pid=20135/tid=20137] ppid=20133 vsize=223656 CPUtime=401.11 cores=1,3,5,7
/proc/20135/task/20137/stat : 20137 (pwbo2.0) R 20133 20135 17458 0 -1 4202560 42768 0 0 0 40073 38 0 0 20 0 2 0 275660480 229023744 45270 33554432000 4194304 5965102 140735876940688 140599613863736 4222384 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 223656

[startup+462.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 20142
/proc/meminfo: memFree=28302148/32873648 swapFree=6604/6604
[pid=20135] ppid=20133 vsize=223656 CPUtime=462.18 cores=1,3,5,7

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


[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20191
/proc/meminfo: memFree=27849720/32873648 swapFree=6604/6604
[pid=20135] ppid=20133 vsize=488060 CPUtime=1421.95 cores=1,3,5,7
/proc/20135/stat : 20135 (pwbo2.0) S 20133 20135 17458 0 -1 4202496 108133 0 0 0 142083 112 0 0 20 0 2 0 275660470 499773440 108330 33554432000 4194304 5965102 140735876940688 140735876940208 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20135/statm: 122015 108330 191 433 0 121579 0
[pid=20135/tid=20137] ppid=20133 vsize=488060 CPUtime=1418.36 cores=1,3,5,7
/proc/20135/task/20137/stat : 20137 (pwbo2.0) R 20133 20135 17458 0 -1 4202560 105457 0 0 0 141704 132 0 0 20 0 2 0 275660480 499773440 108330 33554432000 4194304 5965102 140735876940688 140599613863736 4222330 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1421.95
Current children cumulated vsize (KiB) 488060

[startup+1482.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/179 20191
/proc/meminfo: memFree=27828892/32873648 swapFree=6604/6604
[pid=20135] ppid=20133 vsize=488060 CPUtime=1481.93 cores=1,3,5,7
/proc/20135/stat : 20135 (pwbo2.0) S 20133 20135 17458 0 -1 4202496 111033 0 0 0 148078 115 0 0 20 0 2 0 275660470 499773440 111229 33554432000 4194304 5965102 140735876940688 140735876940208 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20135/statm: 122015 111229 191 433 0 121579 0
[pid=20135/tid=20137] ppid=20133 vsize=488060 CPUtime=1478.19 cores=1,3,5,7
/proc/20135/task/20137/stat : 20137 (pwbo2.0) R 20133 20135 17458 0 -1 4202560 108357 0 0 0 147683 136 0 0 20 0 2 0 275660480 499773440 111229 33554432000 4194304 5965102 140735876940688 140599613863928 4401510 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1481.93
Current children cumulated vsize (KiB) 488060

[startup+1542.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 20191
/proc/meminfo: memFree=27794048/32873648 swapFree=6604/6604
[pid=20135] ppid=20133 vsize=488060 CPUtime=1541.92 cores=1,3,5,7
/proc/20135/stat : 20135 (pwbo2.0) S 20133 20135 17458 0 -1 4202496 116166 0 0 0 154070 122 0 0 20 0 2 0 275660470 499773440 116362 33554432000 4194304 5965102 140735876940688 140735876940208 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20135/statm: 122015 116362 191 433 0 121579 0
[pid=20135/tid=20137] ppid=20133 vsize=488060 CPUtime=1538.04 cores=1,3,5,7
/proc/20135/task/20137/stat : 20137 (pwbo2.0) R 20133 20135 17458 0 -1 4202560 113490 0 0 0 153660 144 0 0 20 0 2 0 275660480 499773440 116362 33554432000 4194304 5965102 140735876940688 140599613863928 4400960 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1541.92
Current children cumulated vsize (KiB) 488060

[startup+1602.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 20191
/proc/meminfo: memFree=27764288/32873648 swapFree=6604/6604
[pid=20135] ppid=20133 vsize=554812 CPUtime=1601.91 cores=1,3,5,7
/proc/20135/stat : 20135 (pwbo2.0) S 20133 20135 17458 0 -1 4202496 118435 0 0 0 160066 125 0 0 20 0 2 0 275660470 568127488 118631 33554432000 4194304 5965102 140735876940688 140735876940208 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20135/statm: 138703 118631 191 433 0 138267 0
[pid=20135/tid=20137] ppid=20133 vsize=554812 CPUtime=1597.88 cores=1,3,5,7
/proc/20135/task/20137/stat : 20137 (pwbo2.0) R 20133 20135 17458 0 -1 4202560 115759 0 0 0 159640 148 0 0 20 0 2 0 275660480 568127488 118631 33554432000 4194304 5965102 140735876940688 140599613863736 4401137 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1601.91
Current children cumulated vsize (KiB) 554812

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20191
/proc/meminfo: memFree=27753064/32873648 swapFree=6604/6604
[pid=20135] ppid=20133 vsize=554812 CPUtime=1661.87 cores=1,3,5,7
/proc/20135/stat : 20135 (pwbo2.0) S 20133 20135 17458 0 -1 4202496 118657 0 0 0 166062 125 0 0 20 0 2 0 275660470 568127488 118992 33554432000 4194304 5965102 140735876940688 140735876940208 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20135/statm: 138703 118992 191 433 0 138267 0
[pid=20135/tid=20137] ppid=20133 vsize=554812 CPUtime=1657.7 cores=1,3,5,7
/proc/20135/task/20137/stat : 20137 (pwbo2.0) R 20133 20135 17458 0 -1 4202560 115981 0 0 0 165620 150 0 0 20 0 2 0 275660480 568127488 118992 33554432000 4194304 5965102 140735876940688 140599613863736 4400960 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1661.87
Current children cumulated vsize (KiB) 554812

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20192
/proc/meminfo: memFree=27726040/32873648 swapFree=6604/6604
[pid=20135] ppid=20133 vsize=555296 CPUtime=1721.84 cores=1,3,5,7
/proc/20135/stat : 20135 (pwbo2.0) S 20133 20135 17458 0 -1 4202496 122006 0 0 0 172055 129 0 0 20 0 2 0 275660470 568623104 122439 33554432000 4194304 5965102 140735876940688 140735876940208 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20135/statm: 138824 122439 191 433 0 138388 0
[pid=20135/tid=20137] ppid=20133 vsize=555296 CPUtime=1717.52 cores=1,3,5,7
/proc/20135/task/20137/stat : 20137 (pwbo2.0) R 20133 20135 17458 0 -1 4202560 119330 0 0 0 171597 155 0 0 20 0 2 0 275660480 568623104 122439 33554432000 4194304 5965102 140735876940688 140599613863928 4400960 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1721.84
Current children cumulated vsize (KiB) 555296

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20192
/proc/meminfo: memFree=27693424/32873648 swapFree=6604/6604
[pid=20135] ppid=20133 vsize=555780 CPUtime=1781.84 cores=1,3,5,7
/proc/20135/stat : 20135 (pwbo2.0) S 20133 20135 17458 0 -1 4202496 126021 0 0 0 178050 134 0 0 20 0 2 0 275660470 569118720 126454 33554432000 4194304 5965102 140735876940688 140735876940208 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20135/statm: 138945 126454 191 433 0 138509 0
[pid=20135/tid=20137] ppid=20133 vsize=555780 CPUtime=1777.36 cores=1,3,5,7
/proc/20135/task/20137/stat : 20137 (pwbo2.0) R 20133 20135 17458 0 -1 4202560 123345 0 0 0 177577 159 0 0 20 0 2 0 275660480 569118720 126454 33554432000 4194304 5965102 140735876940688 140599613863928 4400972 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1781.84
Current children cumulated vsize (KiB) 555780

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

[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20192
/proc/meminfo: memFree=27691316/32873648 swapFree=6604/6604
[pid=20135] ppid=20133 vsize=555780 CPUtime=1791.44 cores=1,3,5,7
/proc/20135/stat : 20135 (pwbo2.0) S 20133 20135 17458 0 -1 4202496 126593 0 0 0 179009 135 0 0 20 0 2 0 275660470 569118720 127026 33554432000 4194304 5965102 140735876940688 140735876940208 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20135/statm: 138945 127026 191 433 0 138509 0
[pid=20135/tid=20137] ppid=20133 vsize=555780 CPUtime=1786.95 cores=1,3,5,7
/proc/20135/task/20137/stat : 20137 (pwbo2.0) R 20133 20135 17458 0 -1 4202560 123917 0 0 0 178534 161 0 0 20 0 2 0 275660480 569118720 127026 33554432000 4194304 5965102 140735876940688 140599613863976 4400960 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1791.44
Current children cumulated vsize (KiB) 555780

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20192
/proc/meminfo: memFree=27689828/32873648 swapFree=6604/6604
[pid=20135] ppid=20133 vsize=555780 CPUtime=1794.64 cores=1,3,5,7
/proc/20135/stat : 20135 (pwbo2.0) S 20133 20135 17458 0 -1 4202496 126784 0 0 0 179329 135 0 0 20 0 2 0 275660470 569118720 127217 33554432000 4194304 5965102 140735876940688 140735876940208 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20135/statm: 138945 127217 191 433 0 138509 0
[pid=20135/tid=20137] ppid=20133 vsize=555780 CPUtime=1790.14 cores=1,3,5,7
/proc/20135/task/20137/stat : 20137 (pwbo2.0) R 20133 20135 17458 0 -1 4202560 124108 0 0 0 178853 161 0 0 20 0 2 0 275660480 569118720 127217 33554432000 4194304 5965102 140735876940688 140599613863976 4400960 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1794.64
Current children cumulated vsize (KiB) 555780

[startup+1798.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20192
/proc/meminfo: memFree=27689332/32873648 swapFree=6604/6604
[pid=20135] ppid=20133 vsize=555780 CPUtime=1797.83 cores=1,3,5,7
/proc/20135/stat : 20135 (pwbo2.0) S 20133 20135 17458 0 -1 4202496 126958 0 0 0 179648 135 0 0 20 0 2 0 275660470 569118720 127391 33554432000 4194304 5965102 140735876940688 140735876940208 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20135/statm: 138945 127391 191 433 0 138509 0
[pid=20135/tid=20137] ppid=20133 vsize=555780 CPUtime=1793.32 cores=1,3,5,7
/proc/20135/task/20137/stat : 20137 (pwbo2.0) R 20133 20135 17458 0 -1 4202560 124282 0 0 0 179171 161 0 0 20 0 2 0 275660480 569118720 127391 33554432000 4194304 5965102 140735876940688 140599613863976 4400960 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1797.83
Current children cumulated vsize (KiB) 555780

[startup+1799.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20192
/proc/meminfo: memFree=27688836/32873648 swapFree=6604/6604
[pid=20135] ppid=20133 vsize=555780 CPUtime=1798.63 cores=1,3,5,7
/proc/20135/stat : 20135 (pwbo2.0) S 20133 20135 17458 0 -1 4202496 127010 0 0 0 179728 135 0 0 20 0 2 0 275660470 569118720 127443 33554432000 4194304 5965102 140735876940688 140735876940208 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20135/statm: 138945 127443 191 433 0 138509 0
[pid=20135/tid=20137] ppid=20133 vsize=555780 CPUtime=1794.12 cores=1,3,5,7
/proc/20135/task/20137/stat : 20137 (pwbo2.0) R 20133 20135 17458 0 -1 4202560 124334 0 0 0 179251 161 0 0 20 0 2 0 275660480 569118720 127443 33554432000 4194304 5965102 140735876940688 140599613863976 4401084 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1798.63
Current children cumulated vsize (KiB) 555780

[startup+1799.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20192
/proc/meminfo: memFree=27688340/32873648 swapFree=6604/6604
[pid=20135] ppid=20133 vsize=555780 CPUtime=1799.04 cores=1,3,5,7
/proc/20135/stat : 20135 (pwbo2.0) S 20133 20135 17458 0 -1 4202496 127033 0 0 0 179769 135 0 0 20 0 2 0 275660470 569118720 127466 33554432000 4194304 5965102 140735876940688 140735876940208 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20135/statm: 138945 127466 191 433 0 138509 0
[pid=20135/tid=20137] ppid=20133 vsize=555780 CPUtime=1794.53 cores=1,3,5,7
/proc/20135/task/20137/stat : 20137 (pwbo2.0) R 20133 20135 17458 0 -1 4202560 124357 0 0 0 179292 161 0 0 20 0 2 0 275660480 569118720 127466 33554432000 4194304 5965102 140735876940688 140599613863976 4400960 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.04
Current children cumulated vsize (KiB) 555780

[startup+1799.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20192
/proc/meminfo: memFree=27688340/32873648 swapFree=6604/6604
[pid=20135] ppid=20133 vsize=555780 CPUtime=1799.43 cores=1,3,5,7
/proc/20135/stat : 20135 (pwbo2.0) S 20133 20135 17458 0 -1 4202496 127060 0 0 0 179808 135 0 0 20 0 2 0 275660470 569118720 127493 33554432000 4194304 5965102 140735876940688 140735876940208 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20135/statm: 138945 127493 191 433 0 138509 0
[pid=20135/tid=20137] ppid=20133 vsize=555780 CPUtime=1794.92 cores=1,3,5,7
/proc/20135/task/20137/stat : 20137 (pwbo2.0) R 20133 20135 17458 0 -1 4202560 124384 0 0 0 179331 161 0 0 20 0 2 0 275660480 569118720 127493 33554432000 4194304 5965102 140735876940688 140599613863976 4400960 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.43
Current children cumulated vsize (KiB) 555780

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20192
/proc/meminfo: memFree=27688340/32873648 swapFree=6604/6604
[pid=20135] ppid=20133 vsize=555780 CPUtime=1799.53 cores=1,3,5,7
/proc/20135/stat : 20135 (pwbo2.0) S 20133 20135 17458 0 -1 4202496 127065 0 0 0 179818 135 0 0 20 0 2 0 275660470 569118720 127498 33554432000 4194304 5965102 140735876940688 140735876940208 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20135/statm: 138945 127498 191 433 0 138509 0
[pid=20135/tid=20137] ppid=20133 vsize=555780 CPUtime=1795.02 cores=1,3,5,7
/proc/20135/task/20137/stat : 20137 (pwbo2.0) R 20133 20135 17458 0 -1 4202560 124389 0 0 0 179341 161 0 0 20 0 2 0 275660480 569118720 127498 33554432000 4194304 5965102 140735876940688 140599613863928 4401568 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.53
Current children cumulated vsize (KiB) 555780

Child status: 255

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 20135 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=501346
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=631751
# CPU time returned by wait4() is 1795.13
# while last known CPU time is 1799.53
#
# 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.53
CPU user time (s): 1798.18
CPU system time (s): 1.35
CPU usage (%): 99.9736
Max. virtual memory (cumulated for all children) (KiB): 555780

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.5
system time used= 1.63175
maximum resident set size= 510004
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 127068
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= 229
involuntary context switches= 1880

runsolver used 3.43448 second user time and 9.36658 second system time

The end

Launcher Data

Begin job on node148 at 2012-05-27 07:09:20
IDJOB=3704298
IDBENCH=76228
IDSOLVER=2280
FILE ID=node148/3704298-1338095360
RUNJOBID= node148-1338087316-17475
PBS_JOBID= 14624438
Free space on /tmp= 71708 MiB

SOLVER NAME= pwbo 2.0
BENCH NAME= PB10/normalized-PB10/DEC-SMALLINT-LIN/oliveras/j60/normalized-j6029_8-unsat.opb
COMMAND LINE= pwbo2.0 -file-format=opb -verbosity=0 -thread=1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3704298-1338095360/watcher-3704298-1338095360 -o /tmp/evaluation-result-3704298-1338095360/solver-3704298-1338095360 -C 1800 -W 1900 -M 15500  pwbo2.0 -file-format=opb -verbosity=0 -thread=1 HOME/instance-3704298-1338095360.opb

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

MD5SUM BENCH= c619d5d1f14c9c14bda19749a65da87b
RANDOM SEED=1794989400

node148.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.284
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.56
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.284
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.94
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.284
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		: 2667.284
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		: 2667.284
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.90
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.284
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.284
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.90
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.284
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.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        28612804 kB
Buffers:          316264 kB
Cached:          2753728 kB
SwapCached:          576 kB
Active:           847400 kB
Inactive:        2584604 kB
Active(anon):     353444 kB
Inactive(anon):    11120 kB
Active(file):     493956 kB
Inactive(file):  2573484 kB
Unevictable:        6604 kB
Mlocked:            6604 kB
SwapTotal:      67108856 kB
SwapFree:       67108024 kB
Dirty:              6912 kB
Writeback:             4 kB
AnonPages:        367784 kB
Mapped:            14956 kB
Shmem:                96 kB
Slab:             689888 kB
SReclaimable:     133512 kB
SUnreclaim:       556376 kB
KernelStack:        1456 kB
PageTables:         4504 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     177508 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    337920 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= 71656 MiB
End job on node148 at 2012-05-27 07:39:20