Trace number 3727956

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 NameAnswerobjective functionCPU timeWall clock time
wbo 1.72? 1799.8 1800.02

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_200_10_1.opb
MD5SUM74165f17686851db36d48a05683565a5
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-58
Best CPU time to get the best result obtained on this benchmark1796.83
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -58
Optimality of the best value was proved NO
Number of variables400
Total number of constraints601
Number of constraints which are clauses200
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints401
Minimum length of a constraint2
Maximum length of a constraint400
Number of terms in the objective function 200
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 200
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 400
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)4964
Sum of products size (including duplicates)9928
Number of different products2482
Sum of products size4964

Solver Data

0.00/0.00	c ==============================[ Solver Version ]===============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |   wbo:                     1.72 beta - May, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing opb file format. File HOME/instance-3727956-1338667499.opb.
0.00/0.00	c Instance file HOME/instance-3727956-1338667499.opb
0.00/0.00	c File size is 218792 bytes.
0.01/0.01	c Cost Offset: -200
0.01/0.01	c Highest Coefficient sum: 400
0.01/0.01	c ============================[ Problem Statistics ]=============================
0.01/0.01	c |                                                                             |
0.01/0.01	c |  Parsing time:          0.02         s                                      |
0.01/0.01	c |  Number Variables:      2882                                                |
0.01/0.01	c |  Number Clauses:        2682                                                |
0.01/0.01	c |  Number Cardinality:    402                                                 |
0.01/0.01	c |  Number PB Constraints: 2482                                                |
0.01/0.01	c |                                                                             |
0.01/0.02	c |  Problem Type:          Optimization                                        |
0.01/0.02	c |  Objective Function:    Cardinality Constraint                              |
0.01/0.02	c |                                                                             |
0.01/0.02	c ============================[ Search Statistics ]==============================
0.01/0.02	c | Time (s)  | ID |      Bound      |               Shared Clauses             |
0.01/0.02	c |           |    | value      type |  expCls         impCls        Lit/impCl  |
0.01/0.02	c ===============================================================================
0.01/0.02	c | 0.03      | 0  | -199         lb |  0                0                0.00  |
0.01/0.06	c | 0.06      | 0  | -198         lb |  0                0                0.00  |
3.19/3.22	c | 3.23      | 0  | -197         lb |  0                0                0.00  |
151.31/151.40	c | 151.40    | 0  | -196         lb |  0                0                0.00  |
1799.38/1800.00	c ===============================================================================
1799.38/1800.00	c Wall Clock Time: 1800.00 s
1799.38/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-3727956-1338667499/watcher-3727956-1338667499 -o /tmp/evaluation-result-3727956-1338667499/solver-3727956-1338667499 -C 1800 -W 1900 -M 15500 wbo1.72 -file-format=opb HOME/instance-3727956-1338667499.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 2/171 19801
/proc/meminfo: memFree=30862944/32873648 swapFree=7628/7628
[pid=19801] ppid=19799 vsize=4232 CPUtime=0 cores=0,2,4,6
/proc/19801/stat : 19801 (wbo1.72) R 19799 19801 19762 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 332875857 4333568 488 33554432000 4194304 5964350 140734488453104 140734174629304 5369220 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/19801/statm: 1058 488 172 433 0 568 0

[startup+0.014372 s]
/proc/loadavg: 2.01 2.01 2.00 2/171 19801
/proc/meminfo: memFree=30862944/32873648 swapFree=7628/7628
[pid=19801] ppid=19799 vsize=4760 CPUtime=0.01 cores=0,2,4,6
/proc/19801/stat : 19801 (wbo1.72) R 19799 19801 19762 0 -1 4202496 686 0 0 0 1 0 0 0 20 0 1 0 332875857 4874240 638 33554432000 4194304 5964350 140734488453104 140734174629304 5136410 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/19801/statm: 1190 639 199 433 0 700 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 4760

[startup+0.100145 s]
/proc/loadavg: 2.01 2.01 2.00 2/171 19801
/proc/meminfo: memFree=30862944/32873648 swapFree=7628/7628
[pid=19801] ppid=19799 vsize=85540 CPUtime=0.09 cores=0,2,4,6
/proc/19801/stat : 19801 (wbo1.72) S 19799 19801 19762 0 -1 4202496 2337 0 0 0 9 0 0 0 20 0 2 0 332875857 87592960 2235 33554432000 4194304 5964350 140734488453104 140734488452624 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19801/statm: 21385 2235 194 433 0 20949 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 85540

[startup+0.300113 s]
/proc/loadavg: 2.01 2.01 2.00 2/171 19801
/proc/meminfo: memFree=30862944/32873648 swapFree=7628/7628
[pid=19801] ppid=19799 vsize=85540 CPUtime=0.29 cores=0,2,4,6
/proc/19801/stat : 19801 (wbo1.72) S 19799 19801 19762 0 -1 4202496 2411 0 0 0 29 0 0 0 20 0 2 0 332875857 87592960 2309 33554432000 4194304 5964350 140734488453104 140734488452624 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19801/statm: 21385 2309 194 433 0 20949 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 85540

[startup+0.700177 s]
/proc/loadavg: 2.01 2.01 2.00 2/171 19801
/proc/meminfo: memFree=30862944/32873648 swapFree=7628/7628
[pid=19801] ppid=19799 vsize=85540 CPUtime=0.69 cores=0,2,4,6
/proc/19801/stat : 19801 (wbo1.72) S 19799 19801 19762 0 -1 4202496 2985 0 0 0 69 0 0 0 20 0 2 0 332875857 87592960 2883 33554432000 4194304 5964350 140734488453104 140734488452624 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19801/statm: 21385 2883 194 433 0 20949 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 85540

[startup+1.50021 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 19827
/proc/meminfo: memFree=30831556/32873648 swapFree=7628/7628
[pid=19801] ppid=19799 vsize=85540 CPUtime=1.49 cores=0,2,4,6
/proc/19801/stat : 19801 (wbo1.72) S 19799 19801 19762 0 -1 4202496 4200 0 0 0 148 1 0 0 20 0 2 0 332875857 87592960 4349 33554432000 4194304 5964350 140734488453104 140734488452624 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19801/statm: 21385 4349 194 433 0 20949 0
[pid=19801/tid=19803] ppid=19799 vsize=85540 CPUtime=1.46 cores=0,2,4,6
/proc/19801/task/19803/stat : 19803 (wbo1.72) R 19799 19801 19762 0 -1 4202560 2975 0 0 0 145 1 0 0 20 0 2 0 332875858 87592960 4349 33554432000 4194304 5964350 140734488453104 139830253217304 5136340 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 85540

[startup+3.10022 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 19827
/proc/meminfo: memFree=30811572/32873648 swapFree=7628/7628
[pid=19801] ppid=19799 vsize=85684 CPUtime=3.08 cores=0,2,4,6
/proc/19801/stat : 19801 (wbo1.72) S 19799 19801 19762 0 -1 4202496 5899 0 0 0 307 1 0 0 20 0 2 0 332875857 87740416 6048 33554432000 4194304 5964350 140734488453104 140734488452624 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19801/statm: 21421 6048 194 433 0 20985 0
[pid=19801/tid=19803] ppid=19799 vsize=85684 CPUtime=3.06 cores=0,2,4,6
/proc/19801/task/19803/stat : 19803 (wbo1.72) R 19799 19801 19762 0 -1 4202560 4674 0 0 0 305 1 0 0 20 0 2 0 332875858 87740416 6048 33554432000 4194304 5964350 140734488453104 139830253217304 4400462 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 85684

[startup+6.3002 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 19827
/proc/meminfo: memFree=30799060/32873648 swapFree=7628/7628
[pid=19801] ppid=19799 vsize=85540 CPUtime=6.28 cores=0,2,4,6
/proc/19801/stat : 19801 (wbo1.72) S 19799 19801 19762 0 -1 4202496 6722 0 0 0 627 1 0 0 20 0 2 0 332875857 87592960 6845 33554432000 4194304 5964350 140734488453104 140734488452624 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19801/statm: 21385 6845 194 433 0 20949 0
[pid=19801/tid=19803] ppid=19799 vsize=85540 CPUtime=6.27 cores=0,2,4,6
/proc/19801/task/19803/stat : 19803 (wbo1.72) R 19799 19801 19762 0 -1 4202560 5497 0 0 0 625 2 0 0 20 0 2 0 332875858 87592960 6845 33554432000 4194304 5964350 140734488453104 139830253217832 4389030 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 85540

[startup+12.7001 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 19827
/proc/meminfo: memFree=30744440/32873648 swapFree=7628/7628
[pid=19801] ppid=19799 vsize=85756 CPUtime=12.68 cores=0,2,4,6
/proc/19801/stat : 19801 (wbo1.72) S 19799 19801 19762 0 -1 4202496 12728 0 0 0 1265 3 0 0 20 0 2 0 332875857 87814144 13687 33554432000 4194304 5964350 140734488453104 140734488452624 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19801/statm: 21439 13687 194 433 0 21003 0
[pid=19801/tid=19803] ppid=19799 vsize=85756 CPUtime=12.67 cores=0,2,4,6
/proc/19801/task/19803/stat : 19803 (wbo1.72) R 19799 19801 19762 0 -1 4202560 11503 0 0 0 1263 4 0 0 20 0 2 0 332875858 87814144 13687 33554432000 4194304 5964350 140734488453104 139830253217304 5136340 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 85756

[startup+25.5003 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 19827
/proc/meminfo: memFree=30687592/32873648 swapFree=7628/7628
[pid=19801] ppid=19799 vsize=151400 CPUtime=25.48 cores=0,2,4,6
/proc/19801/stat : 19801 (wbo1.72) S 19799 19801 19762 0 -1 4202496 21528 0 0 0 2542 6 0 0 20 0 2 0 332875857 155033600 22487 33554432000 4194304 5964350 140734488453104 140734488452624 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19801/statm: 37850 22487 194 433 0 37414 0
[pid=19801/tid=19803] ppid=19799 vsize=151400 CPUtime=25.46 cores=0,2,4,6
/proc/19801/task/19803/stat : 19803 (wbo1.72) R 19799 19801 19762 0 -1 4202560 20303 0 0 0 2539 7 0 0 20 0 2 0 332875858 155033600 22487 33554432000 4194304 5964350 140734488453104 139830253217592 4389067 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) 151400

[startup+51.1001 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 19827
/proc/meminfo: memFree=30578444/32873648 swapFree=7628/7628
[pid=19801] ppid=19799 vsize=217312 CPUtime=51.08 cores=0,2,4,6
/proc/19801/stat : 19801 (wbo1.72) S 19799 19801 19762 0 -1 4202496 37897 0 0 0 5096 12 0 0 20 0 2 0 332875857 222527488 38856 33554432000 4194304 5964350 140734488453104 140734488452624 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19801/statm: 54328 38856 194 433 0 53892 0
[pid=19801/tid=19803] ppid=19799 vsize=217312 CPUtime=51.06 cores=0,2,4,6
/proc/19801/task/19803/stat : 19803 (wbo1.72) R 19799 19801 19762 0 -1 4202560 36672 0 0 0 5093 13 0 0 20 0 2 0 332875858 222527488 38856 33554432000 4194304 5964350 140734488453104 139830253217304 4389030 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) 217312

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 19827
/proc/meminfo: memFree=30480528/32873648 swapFree=7628/7628
[pid=19801] ppid=19799 vsize=283088 CPUtime=102.24 cores=0,2,4,6
/proc/19801/stat : 19801 (wbo1.72) S 19799 19801 19762 0 -1 4202496 54593 0 0 0 10207 17 0 0 20 0 2 0 332875857 289882112 55545 33554432000 4194304 5964350 140734488453104 140734488452624 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19801/statm: 70772 55545 194 433 0 70336 0
[pid=19801/tid=19803] ppid=19799 vsize=283088 CPUtime=102.24 cores=0,2,4,6
/proc/19801/task/19803/stat : 19803 (wbo1.72) R 19799 19801 19762 0 -1 4202560 53368 0 0 0 10205 19 0 0 20 0 2 0 332875858 289882112 55545 33554432000 4194304 5964350 140734488453104 139830253217592 4222304 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 283088

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 19827
/proc/meminfo: memFree=30364812/32873648 swapFree=7628/7628
[pid=19801] ppid=19799 vsize=282148 CPUtime=162.2 cores=0,2,4,6
/proc/19801/stat : 19801 (wbo1.72) S 19799 19801 19762 0 -1 4202496 60872 0 0 0 16201 19 0 0 20 0 2 0 332875857 288919552 61513 33554432000 4194304 5964350 140734488453104 140734488452624 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19801/statm: 70537 61513 194 433 0 70101 0
[pid=19801/tid=19803] ppid=19799 vsize=282148 CPUtime=162.22 cores=0,2,4,6
/proc/19801/task/19803/stat : 19803 (wbo1.72) R 19799 19801 19762 0 -1 4202560 59647 0 0 0 16200 22 0 0 20 0 2 0 332875858 288919552 61513 33554432000 4194304 5964350 140734488453104 139830253218744 4389049 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 282148

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 19828
/proc/meminfo: memFree=30362684/32873648 swapFree=7628/7628
[pid=19801] ppid=19799 vsize=282148 CPUtime=222.19 cores=0,2,4,6
/proc/19801/stat : 19801 (wbo1.72) S 19799 19801 19762 0 -1 4202496 60940 0 0 0 22200 19 0 0 20 0 2 0 332875857 288919552 61575 33554432000 4194304 5964350 140734488453104 140734488452624 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19801/statm: 70537 61575 194 433 0 70101 0
[pid=19801/tid=19803] ppid=19799 vsize=282148 CPUtime=222.22 cores=0,2,4,6
/proc/19801/task/19803/stat : 19803 (wbo1.72) R 19799 19801 19762 0 -1 4202560 59715 0 0 0 22199 23 0 0 20 0 2 0 332875858 288919552 61575 33554432000 4194304 5964350 140734488453104 139830253218744 4373343 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 282148

[startup+282.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/179 19828
/proc/meminfo: memFree=30326688/32873648 swapFree=7628/7628
[pid=19801] ppid=19799 vsize=347684 CPUtime=282.18 cores=0,2,4,6
/proc/19801/stat : 19801 (wbo1.72) S 19799 19801 19762 0 -1 4202496 70192 0 0 0 28196 22 0 0 20 0 2 0 332875857 356028416 70827 33554432000 4194304 5964350 140734488453104 140734488452624 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19801/statm: 86921 70827 194 433 0 86485 0
[pid=19801/tid=19803] ppid=19799 vsize=347684 CPUtime=282.22 cores=0,2,4,6
/proc/19801/task/19803/stat : 19803 (wbo1.72) R 19799 19801 19762 0 -1 4202560 68967 0 0 0 28195 27 0 0 20 0 2 0 332875858 356028416 70827 33554432000 4194304 5964350 140734488453104 139830253217304 5136340 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 347684

[startup+342.3 s]
/proc/loadavg: 2.12 2.04 2.01 3/180 19984
/proc/meminfo: memFree=30363928/32873648 swapFree=7628/7628
[pid=19801] ppid=19799 vsize=414304 CPUtime=342.17 cores=0,2,4,6
/proc/19801/stat : 19801 (wbo1.72) S 19799 19801 19762 0 -1 4202496 93676 0 0 0 34186 31 0 0 20 0 2 0 332875857 424247296 94311 33554432000 4194304 5964350 140734488453104 140734488452624 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19801/statm: 103576 94311 194 433 0 103140 0
[pid=19801/tid=19803] ppid=19799 vsize=414304 CPUtime=342.22 cores=0,2,4,6
/proc/19801/task/19803/stat : 19803 (wbo1.72) R 19799 19801 19762 0 -1 4202560 92451 0 0 0 34186 36 0 0 20 0 2 0 332875858 424247296 94311 33554432000 4194304 5964350 140734488453104 139830253217592 4403641 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 414304

[startup+402.3 s]
/proc/loadavg: 2.19 2.06 2.01 3/179 19984
/proc/meminfo: memFree=30212904/32873648 swapFree=7628/7628
[pid=19801] ppid=19799 vsize=479840 CPUtime=402.13 cores=0,2,4,6
/proc/19801/stat : 19801 (wbo1.72) S 19799 19801 19762 0 -1 4202496 102949 0 0 0 40179 34 0 0 20 0 2 0 332875857 491356160 103650 33554432000 4194304 5964350 140734488453104 140734488452624 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19801/statm: 119960 103650 194 433 0 119524 0
[pid=19801/tid=19803] ppid=19799 vsize=479840 CPUtime=402.2 cores=0,2,4,6
/proc/19801/task/19803/stat : 19803 (wbo1.72) R 19799 19801 19762 0 -1 4202560 101724 0 0 0 40179 41 0 0 20 0 2 0 332875858 491356160 103650 33554432000 4194304 5964350 140734488453104 139830253217784 4400009 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 402.13
Current children cumulated vsize (KiB) 479840

[startup+462.3 s]
/proc/loadavg: 2.17 2.08 2.02 3/179 20035
/proc/meminfo: memFree=30355396/32873648 swapFree=7628/7628
[pid=19801] ppid=19799 vsize=479840 CPUtime=462.08 cores=0,2,4,6

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

/proc/19801/task/19803/stat : 19803 (wbo1.72) R 19799 19801 19762 0 -1 4202560 230266 0 0 0 130099 109 0 0 20 0 2 0 332875858 1028780032 233078 33554432000 4194304 5964350 140734488453104 139830253217656 4399840 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1301.83
Current children cumulated vsize (KiB) 1004668

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20042
/proc/meminfo: memFree=29591452/32873648 swapFree=7628/7628
[pid=19801] ppid=19799 vsize=1004668 CPUtime=1361.79 cores=0,2,4,6
/proc/19801/stat : 19801 (wbo1.72) S 19799 19801 19762 0 -1 4202496 239671 0 0 0 136083 96 0 0 20 0 2 0 332875857 1028780032 241307 33554432000 4194304 5964350 140734488453104 140734488452624 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19801/statm: 251167 241307 194 433 0 250731 0
[pid=19801/tid=19803] ppid=19799 vsize=1004668 CPUtime=1362.05 cores=0,2,4,6
/proc/19801/task/19803/stat : 19803 (wbo1.72) R 19799 19801 19762 0 -1 4202560 238446 0 0 0 136089 116 0 0 20 0 2 0 332875858 1028780032 241307 33554432000 4194304 5964350 140734488453104 139830253217784 4222474 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1361.79
Current children cumulated vsize (KiB) 1004668

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20043
/proc/meminfo: memFree=29577472/32873648 swapFree=7628/7628
[pid=19801] ppid=19799 vsize=1004668 CPUtime=1421.75 cores=0,2,4,6
/proc/19801/stat : 19801 (wbo1.72) S 19799 19801 19762 0 -1 4202496 239924 0 0 0 142079 96 0 0 20 0 2 0 332875857 1028780032 241613 33554432000 4194304 5964350 140734488453104 140734488452624 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19801/statm: 251167 241613 194 433 0 250731 0
[pid=19801/tid=19803] ppid=19799 vsize=1004668 CPUtime=1422.03 cores=0,2,4,6
/proc/19801/task/19803/stat : 19803 (wbo1.72) R 19799 19801 19762 0 -1 4202560 238699 0 0 0 142085 118 0 0 20 0 2 0 332875858 1028780032 241613 33554432000 4194304 5964350 140734488453104 139830253217592 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1421.75
Current children cumulated vsize (KiB) 1004668

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20043
/proc/meminfo: memFree=29562964/32873648 swapFree=7628/7628
[pid=19801] ppid=19799 vsize=1004668 CPUtime=1481.73 cores=0,2,4,6
/proc/19801/stat : 19801 (wbo1.72) S 19799 19801 19762 0 -1 4202496 240813 0 0 0 148077 96 0 0 20 0 2 0 332875857 1028780032 242501 33554432000 4194304 5964350 140734488453104 140734488452624 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19801/statm: 251167 242501 194 433 0 250731 0
[pid=19801/tid=19803] ppid=19799 vsize=1004668 CPUtime=1482.03 cores=0,2,4,6
/proc/19801/task/19803/stat : 19803 (wbo1.72) R 19799 19801 19762 0 -1 4202560 239588 0 0 0 148084 119 0 0 20 0 2 0 332875858 1028780032 242501 33554432000 4194304 5964350 140734488453104 139830253217784 4399840 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1481.73
Current children cumulated vsize (KiB) 1004668

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 20046
/proc/meminfo: memFree=29530860/32873648 swapFree=7628/7628
[pid=19801] ppid=19799 vsize=1070204 CPUtime=1541.73 cores=0,2,4,6
/proc/19801/stat : 19801 (wbo1.72) S 19799 19801 19762 0 -1 4202496 248405 0 0 0 154072 101 0 0 20 0 2 0 332875857 1095888896 250090 33554432000 4194304 5964350 140734488453104 140734488452624 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19801/statm: 267551 250090 194 433 0 267115 0
[pid=19801/tid=19803] ppid=19799 vsize=1070204 CPUtime=1542.03 cores=0,2,4,6
/proc/19801/task/19803/stat : 19803 (wbo1.72) R 19799 19801 19762 0 -1 4202560 247180 0 0 0 154078 125 0 0 20 0 2 0 332875858 1095888896 250090 33554432000 4194304 5964350 140734488453104 139830253217784 4399976 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1541.73
Current children cumulated vsize (KiB) 1070204

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20046
/proc/meminfo: memFree=29492304/32873648 swapFree=7628/7628
[pid=19801] ppid=19799 vsize=1072096 CPUtime=1601.72 cores=0,2,4,6
/proc/19801/stat : 19801 (wbo1.72) S 19799 19801 19762 0 -1 4202496 255194 0 0 0 160067 105 0 0 20 0 2 0 332875857 1097826304 256727 33554432000 4194304 5964350 140734488453104 140734488452624 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19801/statm: 268024 256727 194 433 0 267588 0
[pid=19801/tid=19803] ppid=19799 vsize=1072096 CPUtime=1602.03 cores=0,2,4,6
/proc/19801/task/19803/stat : 19803 (wbo1.72) R 19799 19801 19762 0 -1 4202560 253969 0 0 0 160073 130 0 0 20 0 2 0 332875858 1097826304 256727 33554432000 4194304 5964350 140734488453104 139830253217592 4399840 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1601.72
Current children cumulated vsize (KiB) 1072096

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20046
/proc/meminfo: memFree=29415300/32873648 swapFree=7628/7628
[pid=19801] ppid=19799 vsize=1138716 CPUtime=1661.71 cores=0,2,4,6
/proc/19801/stat : 19801 (wbo1.72) S 19799 19801 19762 0 -1 4202496 272289 0 0 0 166060 111 0 0 20 0 2 0 332875857 1166045184 273672 33554432000 4194304 5964350 140734488453104 140734488452624 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19801/statm: 284679 273672 194 433 0 284243 0
[pid=19801/tid=19803] ppid=19799 vsize=1138716 CPUtime=1662.04 cores=0,2,4,6
/proc/19801/task/19803/stat : 19803 (wbo1.72) R 19799 19801 19762 0 -1 4202560 271064 0 0 0 166067 137 0 0 20 0 2 0 332875858 1166045184 273672 33554432000 4194304 5964350 140734488453104 139830253217784 4399840 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1661.71
Current children cumulated vsize (KiB) 1138716

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20047
/proc/meminfo: memFree=29364088/32873648 swapFree=7628/7628
[pid=19801] ppid=19799 vsize=1204252 CPUtime=1721.7 cores=0,2,4,6
/proc/19801/stat : 19801 (wbo1.72) S 19799 19801 19762 0 -1 4202496 284816 0 0 0 172053 117 0 0 20 0 2 0 332875857 1233154048 286199 33554432000 4194304 5964350 140734488453104 140734488452624 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19801/statm: 301063 286199 194 433 0 300627 0
[pid=19801/tid=19803] ppid=19799 vsize=1204252 CPUtime=1722.04 cores=0,2,4,6
/proc/19801/task/19803/stat : 19803 (wbo1.72) R 19799 19801 19762 0 -1 4202560 283591 0 0 0 172060 144 0 0 20 0 2 0 332875858 1233154048 286199 33554432000 4194304 5964350 140734488453104 139830253217784 4221984 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1721.7
Current children cumulated vsize (KiB) 1204252

[startup+1782.3 s]
/proc/loadavg: 2.10 2.03 2.01 3/179 20047
/proc/meminfo: memFree=29347600/32873648 swapFree=7628/7628
[pid=19801] ppid=19799 vsize=1204252 CPUtime=1781.69 cores=0,2,4,6
/proc/19801/stat : 19801 (wbo1.72) S 19799 19801 19762 0 -1 4202496 284816 0 0 0 178052 117 0 0 20 0 2 0 332875857 1233154048 286128 33554432000 4194304 5964350 140734488453104 140734488452624 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19801/statm: 301063 286128 194 433 0 300627 0
[pid=19801/tid=19803] ppid=19799 vsize=1204252 CPUtime=1782.04 cores=0,2,4,6
/proc/19801/task/19803/stat : 19803 (wbo1.72) R 19799 19801 19762 0 -1 4202560 283591 0 0 0 178059 145 0 0 20 0 2 0 332875858 1233154048 286128 33554432000 4194304 5964350 140734488453104 139830253217816 4222314 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1781.69
Current children cumulated vsize (KiB) 1204252

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

[startup+1791.91 s]
/proc/loadavg: 2.09 2.03 2.01 3/179 20047
/proc/meminfo: memFree=29347848/32873648 swapFree=7628/7628
[pid=19801] ppid=19799 vsize=1204252 CPUtime=1791.29 cores=0,2,4,6
/proc/19801/stat : 19801 (wbo1.72) S 19799 19801 19762 0 -1 4202496 284816 0 0 0 179012 117 0 0 20 0 2 0 332875857 1233154048 286128 33554432000 4194304 5964350 140734488453104 140734488452624 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19801/statm: 301063 286128 194 433 0 300627 0
[pid=19801/tid=19803] ppid=19799 vsize=1204252 CPUtime=1791.65 cores=0,2,4,6
/proc/19801/task/19803/stat : 19803 (wbo1.72) R 19799 19801 19762 0 -1 4202560 283591 0 0 0 179020 145 0 0 20 0 2 0 332875858 1233154048 286128 33554432000 4194304 5964350 140734488453104 139830253217816 4403263 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1791.29
Current children cumulated vsize (KiB) 1204252

[startup+1795.1 s]
/proc/loadavg: 2.08 2.03 2.00 3/179 20047
/proc/meminfo: memFree=29347096/32873648 swapFree=7628/7628
[pid=19801] ppid=19799 vsize=1204252 CPUtime=1794.49 cores=0,2,4,6
/proc/19801/stat : 19801 (wbo1.72) S 19799 19801 19762 0 -1 4202496 284816 0 0 0 179332 117 0 0 20 0 2 0 332875857 1233154048 286128 33554432000 4194304 5964350 140734488453104 140734488452624 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19801/statm: 301063 286128 194 433 0 300627 0
[pid=19801/tid=19803] ppid=19799 vsize=1204252 CPUtime=1794.85 cores=0,2,4,6
/proc/19801/task/19803/stat : 19803 (wbo1.72) R 19799 19801 19762 0 -1 4202560 283591 0 0 0 179340 145 0 0 20 0 2 0 332875858 1233154048 286128 33554432000 4194304 5964350 140734488453104 139830253217816 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1794.49
Current children cumulated vsize (KiB) 1204252

[startup+1798.3 s]
/proc/loadavg: 2.08 2.03 2.00 3/179 20047
/proc/meminfo: memFree=29347220/32873648 swapFree=7628/7628
[pid=19801] ppid=19799 vsize=1204252 CPUtime=1797.68 cores=0,2,4,6
/proc/19801/stat : 19801 (wbo1.72) S 19799 19801 19762 0 -1 4202496 284816 0 0 0 179651 117 0 0 20 0 2 0 332875857 1233154048 286128 33554432000 4194304 5964350 140734488453104 140734488452624 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19801/statm: 301063 286128 194 433 0 300627 0
[pid=19801/tid=19803] ppid=19799 vsize=1204252 CPUtime=1798.04 cores=0,2,4,6
/proc/19801/task/19803/stat : 19803 (wbo1.72) R 19799 19801 19762 0 -1 4202560 283591 0 0 0 179659 145 0 0 20 0 2 0 332875858 1233154048 286128 33554432000 4194304 5964350 140734488453104 139830253217816 4399944 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1797.68
Current children cumulated vsize (KiB) 1204252

[startup+1799.1 s]
/proc/loadavg: 2.07 2.03 2.00 3/179 20047
/proc/meminfo: memFree=29347220/32873648 swapFree=7628/7628
[pid=19801] ppid=19799 vsize=1204252 CPUtime=1798.48 cores=0,2,4,6
/proc/19801/stat : 19801 (wbo1.72) S 19799 19801 19762 0 -1 4202496 284816 0 0 0 179731 117 0 0 20 0 2 0 332875857 1233154048 286128 33554432000 4194304 5964350 140734488453104 140734488452624 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19801/statm: 301063 286128 194 433 0 300627 0
[pid=19801/tid=19803] ppid=19799 vsize=1204252 CPUtime=1798.84 cores=0,2,4,6
/proc/19801/task/19803/stat : 19803 (wbo1.72) R 19799 19801 19762 0 -1 4202560 283591 0 0 0 179739 145 0 0 20 0 2 0 332875858 1233154048 286128 33554432000 4194304 5964350 140734488453104 139830253217816 4400548 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1798.48
Current children cumulated vsize (KiB) 1204252

[startup+1799.5 s]
/proc/loadavg: 2.07 2.03 2.00 3/179 20047
/proc/meminfo: memFree=29347220/32873648 swapFree=7628/7628
[pid=19801] ppid=19799 vsize=1204252 CPUtime=1798.89 cores=0,2,4,6
/proc/19801/stat : 19801 (wbo1.72) S 19799 19801 19762 0 -1 4202496 284816 0 0 0 179772 117 0 0 20 0 2 0 332875857 1233154048 286128 33554432000 4194304 5964350 140734488453104 140734488452624 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19801/statm: 301063 286128 194 433 0 300627 0
[pid=19801/tid=19803] ppid=19799 vsize=1204252 CPUtime=1799.25 cores=0,2,4,6
/proc/19801/task/19803/stat : 19803 (wbo1.72) R 19799 19801 19762 0 -1 4202560 283591 0 0 0 179780 145 0 0 20 0 2 0 332875858 1233154048 286128 33554432000 4194304 5964350 140734488453104 139830253217816 4399846 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1798.89
Current children cumulated vsize (KiB) 1204252

[startup+1799.9 s]
/proc/loadavg: 2.07 2.03 2.00 3/179 20047
/proc/meminfo: memFree=29347220/32873648 swapFree=7628/7628
[pid=19801] ppid=19799 vsize=1204252 CPUtime=1799.28 cores=0,2,4,6
/proc/19801/stat : 19801 (wbo1.72) S 19799 19801 19762 0 -1 4202496 284816 0 0 0 179811 117 0 0 20 0 2 0 332875857 1233154048 286128 33554432000 4194304 5964350 140734488453104 140734488452624 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19801/statm: 301063 286128 194 433 0 300627 0
[pid=19801/tid=19803] ppid=19799 vsize=1204252 CPUtime=1799.64 cores=0,2,4,6
/proc/19801/task/19803/stat : 19803 (wbo1.72) R 19799 19801 19762 0 -1 4202560 283591 0 0 0 179819 145 0 0 20 0 2 0 332875858 1233154048 286128 33554432000 4194304 5964350 140734488453104 139830253217816 4399840 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.28
Current children cumulated vsize (KiB) 1204252

[startup+1800 s]
/proc/loadavg: 2.07 2.03 2.00 3/179 20047
/proc/meminfo: memFree=29347220/32873648 swapFree=7628/7628
[pid=19801] ppid=19799 vsize=1204252 CPUtime=1799.38 cores=0,2,4,6
/proc/19801/stat : 19801 (wbo1.72) S 19799 19801 19762 0 -1 4202496 284816 0 0 0 179821 117 0 0 20 0 2 0 332875857 1233154048 286128 33554432000 4194304 5964350 140734488453104 140734488452624 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19801/statm: 301063 286128 194 433 0 300627 0
[pid=19801/tid=19803] ppid=19799 vsize=1204252 CPUtime=1799.74 cores=0,2,4,6
/proc/19801/task/19803/stat : 19803 (wbo1.72) R 19799 19801 19762 0 -1 4202560 283591 0 0 0 179829 145 0 0 20 0 2 0 332875858 1233154048 286128 33554432000 4194304 5964350 140734488453104 139830253217816 4400355 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.38
Current children cumulated vsize (KiB) 1204252

Child status: 255
Real time (s): 1800.02
CPU time (s): 1799.8
CPU user time (s): 1798.32
CPU system time (s): 1.47978
CPU usage (%): 99.988
Max. virtual memory (cumulated for all children) (KiB): 1204252

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.32
system time used= 1.47978
maximum resident set size= 1144796
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 284818
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= 430
involuntary context switches= 1925

runsolver used 2.67559 second user time and 7.14591 second system time

The end

Launcher Data

Begin job on node122 at 2012-06-02 22:04:59
IDJOB=3727956
IDBENCH=48283
IDSOLVER=2314
FILE ID=node122/3727956-1338667499
RUNJOBID= node122-1338667498-19778
PBS_JOBID= 14636501
Free space on /tmp= 71188 MiB

SOLVER NAME= wbo 1.72
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/bsg/normalized-bsg_200_10_1.opb
COMMAND LINE= wbo1.72 -file-format=opb BENCHNAME
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3727956-1338667499/watcher-3727956-1338667499 -o /tmp/evaluation-result-3727956-1338667499/solver-3727956-1338667499 -C 1800 -W 1900 -M 15500  wbo1.72 -file-format=opb HOME/instance-3727956-1338667499.opb

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

MD5SUM BENCH= 74165f17686851db36d48a05683565a5
RANDOM SEED=624705673

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        30864116 kB
Buffers:          142672 kB
Cached:          1099020 kB
SwapCached:         1816 kB
Active:           304992 kB
Inactive:         941184 kB
Active(anon):       4676 kB
Inactive(anon):     1904 kB
Active(file):     300316 kB
Inactive(file):   939280 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67100092 kB
Dirty:              5476 kB
Writeback:             0 kB
AnonPages:         10352 kB
Mapped:             7600 kB
Shmem:                 0 kB
Slab:             624644 kB
SReclaimable:      68736 kB
SUnreclaim:       555908 kB
KernelStack:        1392 kB
PageTables:         4056 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     104636 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

CONVERSION COMMAND LINE= PBconversionToLinear HOME/instance-3727956-1338667499.opb

Free space on /tmp at the end= 71176 MiB
End job on node122 at 2012-06-02 22:34:59