Trace number 3705637

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
wbo 1.7? 1799.83 1800.01

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_50_10_3_15.opb
MD5SUM97892b1b250c8711791b219b8ddda703
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non 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 benchmark1448.56
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables100
Total number of constraints152
Number of constraints which are clauses50
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints101
Minimum length of a constraint2
Maximum length of a constraint100
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 15
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 100
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)1236
Sum of products size (including duplicates)2472
Number of different products618
Sum of products size1236

Solver Data

0.00/0.00	c ==============================[ Solver Version ]===============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |   wbo:                    1.7 beta - March, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing opb file format. File HOME/instance-3705637-1338114145.opb.
0.00/0.00	c Instance file HOME/instance-3705637-1338114145.opb
0.00/0.00	c File size is 50558 bytes.
0.00/0.00	c Highest Coefficient sum: 100
0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Parsing time:          0.01         s                                      |
0.00/0.00	c |  Number Variables:      718                                                 |
0.00/0.00	c |  Number Clauses:        668                                                 |
0.00/0.00	c |  Number Cardinality:    103                                                 |
0.00/0.00	c |  Number PB Constraints: 618                                                 |
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Problem Type:          Decision                                            |
0.00/0.00	c |  Objective Function:    None                                                |
0.00/0.00	c |                                                                             |
0.00/0.00	c ===============================================================================
1799.47/1800.00	c ===============================================================================
1799.47/1800.00	c Wall Clock Time: 1800.00 s
1799.47/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-3705637-1338114145/watcher-3705637-1338114145 -o /tmp/evaluation-result-3705637-1338114145/solver-3705637-1338114145 -C 1800 -W 1900 -M 15500 wbo1.7 -file-format=opb HOME/instance-3705637-1338114145.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.00 2.00 2.00 4/177 4938
/proc/meminfo: memFree=27589492/32873648 swapFree=6864/6864
[pid=4938] ppid=4936 vsize=84100 CPUtime=0 cores=1,3,5,7
/proc/4938/stat : 4938 (wbo1.7) S 4936 4938 2447 0 -1 4202496 916 0 0 0 0 0 0 0 20 0 2 0 277540517 86118400 855 33554432000 4194304 5963574 140733860297168 140733860296688 4545837 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/4938/statm: 21025 857 179 432 0 20590 0
[pid=4938/tid=4939] ppid=4936 vsize=84100 CPUtime=0 cores=1,3,5,7
/proc/4938/task/4939/stat : 4939 (wbo1.7) R 4936 4938 2447 0 -1 4202560 93 0 0 0 0 0 0 0 20 0 2 0 277540517 86118400 861 33554432000 4194304 5963574 140733860297168 140734580182856 5135572 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0

[startup+0.0876479 s]
/proc/loadavg: 2.00 2.00 2.00 4/177 4938
/proc/meminfo: memFree=27589492/32873648 swapFree=6864/6864
[pid=4938] ppid=4936 vsize=84100 CPUtime=0.08 cores=1,3,5,7
/proc/4938/stat : 4938 (wbo1.7) S 4936 4938 2447 0 -1 4202496 1301 0 0 0 8 0 0 0 20 0 2 0 277540517 86118400 1240 33554432000 4194304 5963574 140733860297168 140733860296688 4545837 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/4938/statm: 21025 1240 187 432 0 20590 0
[pid=4938/tid=4939] ppid=4936 vsize=84100 CPUtime=0.07 cores=1,3,5,7
/proc/4938/task/4939/stat : 4939 (wbo1.7) R 4936 4938 2447 0 -1 4202560 473 0 0 0 7 0 0 0 20 0 2 0 277540517 86118400 1240 33554432000 4194304 5963574 140733860297168 140734580182856 5135572 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 84100

[startup+0.100245 s]
/proc/loadavg: 2.00 2.00 2.00 4/177 4938
/proc/meminfo: memFree=27589492/32873648 swapFree=6864/6864
[pid=4938] ppid=4936 vsize=84100 CPUtime=0.09 cores=1,3,5,7
/proc/4938/stat : 4938 (wbo1.7) S 4936 4938 2447 0 -1 4202496 1342 0 0 0 9 0 0 0 20 0 2 0 277540517 86118400 1281 33554432000 4194304 5963574 140733860297168 140733860296688 4545837 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/4938/statm: 21025 1281 187 432 0 20590 0
[pid=4938/tid=4939] ppid=4936 vsize=84100 CPUtime=0.08 cores=1,3,5,7
/proc/4938/task/4939/stat : 4939 (wbo1.7) R 4936 4938 2447 0 -1 4202560 514 0 0 0 8 0 0 0 20 0 2 0 277540517 86118400 1281 33554432000 4194304 5963574 140733860297168 140734580182856 4399651 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 84100

[startup+0.300255 s]
/proc/loadavg: 2.00 2.00 2.00 4/177 4938
/proc/meminfo: memFree=27589492/32873648 swapFree=6864/6864
[pid=4938] ppid=4936 vsize=84100 CPUtime=0.29 cores=1,3,5,7
/proc/4938/stat : 4938 (wbo1.7) S 4936 4938 2447 0 -1 4202496 1722 0 0 0 29 0 0 0 20 0 2 0 277540517 86118400 1661 33554432000 4194304 5963574 140733860297168 140733860296688 4545837 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/4938/statm: 21025 1661 187 432 0 20590 0
[pid=4938/tid=4939] ppid=4936 vsize=84100 CPUtime=0.28 cores=1,3,5,7
/proc/4938/task/4939/stat : 4939 (wbo1.7) R 4936 4938 2447 0 -1 4202560 894 0 0 0 28 0 0 0 20 0 2 0 277540517 86118400 1661 33554432000 4194304 5963574 140733860297168 140734580182856 5135572 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 84100

[startup+0.700256 s]
/proc/loadavg: 2.00 2.00 2.00 4/177 4938
/proc/meminfo: memFree=27589492/32873648 swapFree=6864/6864
[pid=4938] ppid=4936 vsize=84244 CPUtime=0.69 cores=1,3,5,7
/proc/4938/stat : 4938 (wbo1.7) S 4936 4938 2447 0 -1 4202496 2367 0 0 0 69 0 0 0 20 0 2 0 277540517 86265856 2306 33554432000 4194304 5963574 140733860297168 140733860296688 4545837 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/4938/statm: 21061 2306 187 432 0 20626 0
[pid=4938/tid=4939] ppid=4936 vsize=84244 CPUtime=0.68 cores=1,3,5,7
/proc/4938/task/4939/stat : 4939 (wbo1.7) R 4936 4938 2447 0 -1 4202560 1539 0 0 0 68 0 0 0 20 0 2 0 277540517 86265856 2306 33554432000 4194304 5963574 140733860297168 140658130499576 4400115 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 84244

[startup+1.50026 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 4940
/proc/meminfo: memFree=27580236/32873648 swapFree=6864/6864
[pid=4938] ppid=4936 vsize=84244 CPUtime=1.49 cores=1,3,5,7
/proc/4938/stat : 4938 (wbo1.7) S 4936 4938 2447 0 -1 4202496 2673 0 0 0 149 0 0 0 20 0 2 0 277540517 86265856 2612 33554432000 4194304 5963574 140733860297168 140733860296688 4545837 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/4938/statm: 21061 2612 187 432 0 20626 0
[pid=4938/tid=4939] ppid=4936 vsize=84244 CPUtime=1.48 cores=1,3,5,7
/proc/4938/task/4939/stat : 4939 (wbo1.7) R 4936 4938 2447 0 -1 4202560 1845 0 0 0 148 0 0 0 20 0 2 0 277540517 86265856 2612 33554432000 4194304 5963574 140733860297168 140658130499576 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 84244

[startup+3.10026 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 4940
/proc/meminfo: memFree=27577260/32873648 swapFree=6864/6864
[pid=4938] ppid=4936 vsize=84316 CPUtime=3.09 cores=1,3,5,7
/proc/4938/stat : 4938 (wbo1.7) S 4936 4938 2447 0 -1 4202496 3544 0 0 0 309 0 0 0 20 0 2 0 277540517 86339584 3483 33554432000 4194304 5963574 140733860297168 140733860296688 4545837 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/4938/statm: 21079 3483 187 432 0 20644 0
[pid=4938/tid=4939] ppid=4936 vsize=84316 CPUtime=3.08 cores=1,3,5,7
/proc/4938/task/4939/stat : 4939 (wbo1.7) R 4936 4938 2447 0 -1 4202560 2716 0 0 0 308 0 0 0 20 0 2 0 277540517 86339584 3483 33554432000 4194304 5963574 140733860297168 140658130499384 4399603 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 84316

[startup+6.30026 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 4940
/proc/meminfo: memFree=27571608/32873648 swapFree=6864/6864
[pid=4938] ppid=4936 vsize=84424 CPUtime=6.29 cores=1,3,5,7
/proc/4938/stat : 4938 (wbo1.7) S 4936 4938 2447 0 -1 4202496 5129 0 0 0 628 1 0 0 20 0 2 0 277540517 86450176 5068 33554432000 4194304 5963574 140733860297168 140733860296688 4545837 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/4938/statm: 21106 5068 187 432 0 20671 0
[pid=4938/tid=4939] ppid=4936 vsize=84424 CPUtime=6.29 cores=1,3,5,7
/proc/4938/task/4939/stat : 4939 (wbo1.7) R 4936 4938 2447 0 -1 4202560 4301 0 0 0 627 2 0 0 20 0 2 0 277540517 86450176 5068 33554432000 4194304 5963574 140733860297168 140658130499576 4388668 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 84424

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 4941
/proc/meminfo: memFree=27556060/32873648 swapFree=6864/6864
[pid=4938] ppid=4936 vsize=87824 CPUtime=12.69 cores=1,3,5,7
/proc/4938/stat : 4938 (wbo1.7) S 4936 4938 2447 0 -1 4202496 8701 0 0 0 1267 2 0 0 20 0 2 0 277540517 89931776 8640 33554432000 4194304 5963574 140733860297168 140733860296688 4545837 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/4938/statm: 21956 8640 187 432 0 21521 0
[pid=4938/tid=4939] ppid=4936 vsize=87824 CPUtime=12.69 cores=1,3,5,7
/proc/4938/task/4939/stat : 4939 (wbo1.7) R 4936 4938 2447 0 -1 4202560 7873 0 0 0 1266 3 0 0 20 0 2 0 277540517 89931776 8640 33554432000 4194304 5963574 140733860297168 140658130499096 4378784 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 87824

[startup+25.5002 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 4941
/proc/meminfo: memFree=27548156/32873648 swapFree=6864/6864
[pid=4938] ppid=4936 vsize=88436 CPUtime=25.49 cores=1,3,5,7
/proc/4938/stat : 4938 (wbo1.7) S 4936 4938 2447 0 -1 4202496 10393 0 0 0 2546 3 0 0 20 0 2 0 277540517 90558464 10332 33554432000 4194304 5963574 140733860297168 140733860296688 4545837 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/4938/statm: 22109 10332 187 432 0 21674 0
[pid=4938/tid=4939] ppid=4936 vsize=88436 CPUtime=25.49 cores=1,3,5,7
/proc/4938/task/4939/stat : 4939 (wbo1.7) R 4936 4938 2447 0 -1 4202560 9565 0 0 0 2545 4 0 0 20 0 2 0 277540517 90558464 10332 33554432000 4194304 5963574 140733860297168 140658130499576 4399456 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 88436

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 4941
/proc/meminfo: memFree=27529064/32873648 swapFree=6864/6864
[pid=4938] ppid=4936 vsize=91264 CPUtime=51.08 cores=1,3,5,7
/proc/4938/stat : 4938 (wbo1.7) S 4936 4938 2447 0 -1 4202496 15168 0 0 0 5103 5 0 0 20 0 2 0 277540517 93454336 15107 33554432000 4194304 5963574 140733860297168 140733860296688 4545837 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/4938/statm: 22816 15107 187 432 0 22381 0
[pid=4938/tid=4939] ppid=4936 vsize=91264 CPUtime=51.08 cores=1,3,5,7
/proc/4938/task/4939/stat : 4939 (wbo1.7) R 4936 4938 2447 0 -1 4202560 14340 0 0 0 5102 6 0 0 20 0 2 0 277540517 93454336 15107 33554432000 4194304 5963574 140733860297168 140658130499624 4389588 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) 91264

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 4941
/proc/meminfo: memFree=27498808/32873648 swapFree=6864/6864
[pid=4938] ppid=4936 vsize=160716 CPUtime=102.28 cores=1,3,5,7
/proc/4938/stat : 4938 (wbo1.7) S 4936 4938 2447 0 -1 4202496 22699 0 0 0 10217 11 0 0 20 0 2 0 277540517 164573184 22638 33554432000 4194304 5963574 140733860297168 140733860296688 4545837 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/4938/statm: 40179 22638 187 432 0 39744 0
[pid=4938/tid=4939] ppid=4936 vsize=160716 CPUtime=102.28 cores=1,3,5,7
/proc/4938/task/4939/stat : 4939 (wbo1.7) R 4936 4938 2447 0 -1 4202560 21871 0 0 0 10215 13 0 0 20 0 2 0 277540517 164573184 22638 33554432000 4194304 5963574 140733860297168 140658130499096 4399456 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 160716

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 4941
/proc/meminfo: memFree=27463096/32873648 swapFree=6864/6864
[pid=4938] ppid=4936 vsize=163812 CPUtime=162.26 cores=1,3,5,7
/proc/4938/stat : 4938 (wbo1.7) S 4936 4938 2447 0 -1 4202496 31579 0 0 0 16206 20 0 0 20 0 2 0 277540517 167743488 31518 33554432000 4194304 5963574 140733860297168 140733860296688 4545837 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/4938/statm: 40953 31518 187 432 0 40518 0
[pid=4938/tid=4939] ppid=4936 vsize=163812 CPUtime=162.28 cores=1,3,5,7
/proc/4938/task/4939/stat : 4939 (wbo1.7) R 4936 4938 2447 0 -1 4202560 30751 0 0 0 16205 23 0 0 20 0 2 0 277540517 167743488 31518 33554432000 4194304 5963574 140733860297168 140658130499096 4378832 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 163812

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 4941
/proc/meminfo: memFree=27407544/32873648 swapFree=6864/6864
[pid=4938] ppid=4936 vsize=235560 CPUtime=222.26 cores=1,3,5,7
/proc/4938/stat : 4938 (wbo1.7) S 4936 4938 2447 0 -1 4202496 40996 0 0 0 22197 29 0 0 20 0 2 0 277540517 241213440 40935 33554432000 4194304 5963574 140733860297168 140733860296688 4545837 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/4938/statm: 58890 40935 187 432 0 58455 0
[pid=4938/tid=4939] ppid=4936 vsize=235560 CPUtime=222.28 cores=1,3,5,7
/proc/4938/task/4939/stat : 4939 (wbo1.7) R 4936 4938 2447 0 -1 4202560 40168 0 0 0 22195 33 0 0 20 0 2 0 277540517 241213440 40935 33554432000 4194304 5963574 140733860297168 140658130499576 4399937 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 235560

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 4942
/proc/meminfo: memFree=27346904/32873648 swapFree=6864/6864
[pid=4938] ppid=4936 vsize=240020 CPUtime=282.25 cores=1,3,5,7
/proc/4938/stat : 4938 (wbo1.7) S 4936 4938 2447 0 -1 4202496 47525 0 0 0 28188 37 0 0 20 0 2 0 277540517 245780480 47464 33554432000 4194304 5963574 140733860297168 140733860296688 4545837 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/4938/statm: 60005 47464 187 432 0 59570 0
[pid=4938/tid=4939] ppid=4936 vsize=240020 CPUtime=282.28 cores=1,3,5,7
/proc/4938/task/4939/stat : 4939 (wbo1.7) R 4936 4938 2447 0 -1 4202560 46697 0 0 0 28186 42 0 0 20 0 2 0 277540517 245780480 47464 33554432000 4194304 5963574 140733860297168 140658130499384 4399456 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 240020

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 4943
/proc/meminfo: memFree=27302064/32873648 swapFree=6864/6864
[pid=4938] ppid=4936 vsize=242616 CPUtime=342.21 cores=1,3,5,7
/proc/4938/stat : 4938 (wbo1.7) S 4936 4938 2447 0 -1 4202496 51916 0 0 0 34179 42 0 0 20 0 2 0 277540517 248438784 51855 33554432000 4194304 5963574 140733860297168 140733860296688 4545837 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/4938/statm: 60654 51855 187 432 0 60219 0
[pid=4938/tid=4939] ppid=4936 vsize=242616 CPUtime=342.25 cores=1,3,5,7
/proc/4938/task/4939/stat : 4939 (wbo1.7) R 4936 4938 2447 0 -1 4202560 51088 0 0 0 34177 48 0 0 20 0 2 0 277540517 248438784 51855 33554432000 4194304 5963574 140733860297168 140658130499576 4399456 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 242616

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 4943
/proc/meminfo: memFree=27283184/32873648 swapFree=6864/6864
[pid=4938] ppid=4936 vsize=309912 CPUtime=402.18 cores=1,3,5,7
/proc/4938/stat : 4938 (wbo1.7) S 4936 4938 2447 0 -1 4202496 56640 0 0 0 40170 48 0 0 20 0 2 0 277540517 317349888 56582 33554432000 4194304 5963574 140733860297168 140733860296688 4545837 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0

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

/proc/4938/statm: 113178 107185 187 432 0 112743 0
[pid=4938/tid=4939] ppid=4936 vsize=452712 CPUtime=1302.15 cores=1,3,5,7
/proc/4938/task/4939/stat : 4939 (wbo1.7) R 4936 4938 2447 0 -1 4202560 105695 0 0 0 130071 144 0 0 20 0 2 0 277540517 463577088 107185 33554432000 4194304 5963574 140733860297168 140658130499576 4399456 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1301.99
Current children cumulated vsize (KiB) 452712

[startup+1362.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/179 5003
/proc/meminfo: memFree=27608900/32873648 swapFree=6864/6864
[pid=4938] ppid=4936 vsize=518248 CPUtime=1361.98 cores=1,3,5,7
/proc/4938/stat : 4938 (wbo1.7) S 4936 4938 2447 0 -1 4202496 110749 0 0 0 136069 129 0 0 20 0 2 0 277540517 530685952 111410 33554432000 4194304 5963574 140733860297168 140733860296688 4545837 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/4938/statm: 129562 111410 187 432 0 129127 0
[pid=4938/tid=4939] ppid=4936 vsize=518248 CPUtime=1362.14 cores=1,3,5,7
/proc/4938/task/4939/stat : 4939 (wbo1.7) R 4936 4938 2447 0 -1 4202560 109921 0 0 0 136064 150 0 0 20 0 2 0 277540517 530685952 111410 33554432000 4194304 5963574 140733860297168 140658130499624 4399456 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1361.98
Current children cumulated vsize (KiB) 518248

[startup+1422.31 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 5003
/proc/meminfo: memFree=27592764/32873648 swapFree=6864/6864
[pid=4938] ppid=4936 vsize=519480 CPUtime=1421.95 cores=1,3,5,7
/proc/4938/stat : 4938 (wbo1.7) S 4936 4938 2447 0 -1 4202496 113599 0 0 0 142062 133 0 0 20 0 2 0 277540517 531947520 114245 33554432000 4194304 5963574 140733860297168 140733860296688 4545837 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/4938/statm: 129870 114245 187 432 0 129435 0
[pid=4938/tid=4939] ppid=4936 vsize=519480 CPUtime=1422.13 cores=1,3,5,7
/proc/4938/task/4939/stat : 4939 (wbo1.7) R 4936 4938 2447 0 -1 4202560 112771 0 0 0 142058 155 0 0 20 0 2 0 277540517 531947520 114245 33554432000 4194304 5963574 140733860297168 140658130499624 4389079 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) 519480

[startup+1482.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/179 5003
/proc/meminfo: memFree=27568976/32873648 swapFree=6864/6864
[pid=4938] ppid=4936 vsize=519840 CPUtime=1481.92 cores=1,3,5,7
/proc/4938/stat : 4938 (wbo1.7) S 4936 4938 2447 0 -1 4202496 116859 0 0 0 148055 137 0 0 20 0 2 0 277540517 532316160 117488 33554432000 4194304 5963574 140733860297168 140733860296688 4545837 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/4938/statm: 129960 117488 187 432 0 129525 0
[pid=4938/tid=4939] ppid=4936 vsize=519840 CPUtime=1482.1 cores=1,3,5,7
/proc/4938/task/4939/stat : 4939 (wbo1.7) R 4936 4938 2447 0 -1 4202560 116031 0 0 0 148050 160 0 0 20 0 2 0 277540517 532316160 117488 33554432000 4194304 5963574 140733860297168 140658130499576 4399456 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1481.92
Current children cumulated vsize (KiB) 519840

[startup+1542.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 5004
/proc/meminfo: memFree=27533884/32873648 swapFree=6864/6864
[pid=4938] ppid=4936 vsize=519840 CPUtime=1541.91 cores=1,3,5,7
/proc/4938/stat : 4938 (wbo1.7) S 4936 4938 2447 0 -1 4202496 120518 0 0 0 154049 142 0 0 20 0 2 0 277540517 532316160 121147 33554432000 4194304 5963574 140733860297168 140733860296688 4545837 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/4938/statm: 129960 121147 187 432 0 129525 0
[pid=4938/tid=4939] ppid=4936 vsize=519840 CPUtime=1542.1 cores=1,3,5,7
/proc/4938/task/4939/stat : 4939 (wbo1.7) R 4936 4938 2447 0 -1 4202560 119690 0 0 0 154044 166 0 0 20 0 2 0 277540517 532316160 121147 33554432000 4194304 5963574 140733860297168 140658130499576 4399456 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1541.91
Current children cumulated vsize (KiB) 519840

[startup+1602.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 5004
/proc/meminfo: memFree=27513424/32873648 swapFree=6864/6864
[pid=4938] ppid=4936 vsize=519840 CPUtime=1601.91 cores=1,3,5,7
/proc/4938/stat : 4938 (wbo1.7) S 4936 4938 2447 0 -1 4202496 120921 0 0 0 160048 143 0 0 20 0 2 0 277540517 532316160 121550 33554432000 4194304 5963574 140733860297168 140733860296688 4545837 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/4938/statm: 129960 121550 187 432 0 129525 0
[pid=4938/tid=4939] ppid=4936 vsize=519840 CPUtime=1602.1 cores=1,3,5,7
/proc/4938/task/4939/stat : 4939 (wbo1.7) R 4936 4938 2447 0 -1 4202560 120093 0 0 0 160042 168 0 0 20 0 2 0 277540517 532316160 121550 33554432000 4194304 5963574 140733860297168 140658130499576 4399456 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) 519840

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 5007
/proc/meminfo: memFree=27484336/32873648 swapFree=6864/6864
[pid=4938] ppid=4936 vsize=588796 CPUtime=1661.9 cores=1,3,5,7
/proc/4938/stat : 4938 (wbo1.7) S 4936 4938 2447 0 -1 4202496 126063 0 0 0 166040 150 0 0 20 0 2 0 277540517 602927104 126692 33554432000 4194304 5963574 140733860297168 140733860296688 4545837 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/4938/statm: 147199 126692 187 432 0 146764 0
[pid=4938/tid=4939] ppid=4936 vsize=588796 CPUtime=1662.1 cores=1,3,5,7
/proc/4938/task/4939/stat : 4939 (wbo1.7) R 4936 4938 2447 0 -1 4202560 125235 0 0 0 166034 176 0 0 20 0 2 0 277540517 602927104 126692 33554432000 4194304 5963574 140733860297168 140658130499096 4399456 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1661.9
Current children cumulated vsize (KiB) 588796

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 5007
/proc/meminfo: memFree=27452804/32873648 swapFree=6864/6864
[pid=4938] ppid=4936 vsize=588796 CPUtime=1721.88 cores=1,3,5,7
/proc/4938/stat : 4938 (wbo1.7) S 4936 4938 2447 0 -1 4202496 129243 0 0 0 172032 156 0 0 20 0 2 0 277540517 602927104 129872 33554432000 4194304 5963574 140733860297168 140733860296688 4545837 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/4938/statm: 147199 129872 187 432 0 146764 0
[pid=4938/tid=4939] ppid=4936 vsize=588796 CPUtime=1722.1 cores=1,3,5,7
/proc/4938/task/4939/stat : 4939 (wbo1.7) R 4936 4938 2447 0 -1 4202560 128415 0 0 0 172027 183 0 0 20 0 2 0 277540517 602927104 129872 33554432000 4194304 5963574 140733860297168 140658130499576 4399456 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1721.88
Current children cumulated vsize (KiB) 588796

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 5007
/proc/meminfo: memFree=27444620/32873648 swapFree=6864/6864
[pid=4938] ppid=4936 vsize=588796 CPUtime=1781.88 cores=1,3,5,7
/proc/4938/stat : 4938 (wbo1.7) S 4936 4938 2447 0 -1 4202496 129533 0 0 0 178031 157 0 0 20 0 2 0 277540517 602927104 130162 33554432000 4194304 5963574 140733860297168 140733860296688 4545837 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/4938/statm: 147199 130162 187 432 0 146764 0
[pid=4938/tid=4939] ppid=4936 vsize=588796 CPUtime=1782.1 cores=1,3,5,7
/proc/4938/task/4939/stat : 4939 (wbo1.7) R 4936 4938 2447 0 -1 4202560 128705 0 0 0 178025 185 0 0 20 0 2 0 277540517 602927104 130162 33554432000 4194304 5963574 140733860297168 140658130499576 4399456 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1781.88
Current children cumulated vsize (KiB) 588796

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 5007
/proc/meminfo: memFree=27440404/32873648 swapFree=6864/6864
[pid=4938] ppid=4936 vsize=589156 CPUtime=1791.48 cores=1,3,5,7
/proc/4938/stat : 4938 (wbo1.7) S 4936 4938 2447 0 -1 4202496 129598 0 0 0 178991 157 0 0 20 0 2 0 277540517 603295744 130227 33554432000 4194304 5963574 140733860297168 140733860296688 4545837 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/4938/statm: 147289 130227 187 432 0 146854 0
[pid=4938/tid=4939] ppid=4936 vsize=589156 CPUtime=1791.7 cores=1,3,5,7
/proc/4938/task/4939/stat : 4939 (wbo1.7) R 4936 4938 2447 0 -1 4202560 128770 0 0 0 178985 185 0 0 20 0 2 0 277540517 603295744 130227 33554432000 4194304 5963574 140733860297168 140658130499624 4399456 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1791.48
Current children cumulated vsize (KiB) 589156

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 5007
/proc/meminfo: memFree=27439164/32873648 swapFree=6864/6864
[pid=4938] ppid=4936 vsize=589156 CPUtime=1794.68 cores=1,3,5,7
/proc/4938/stat : 4938 (wbo1.7) S 4936 4938 2447 0 -1 4202496 129603 0 0 0 179311 157 0 0 20 0 2 0 277540517 603295744 130232 33554432000 4194304 5963574 140733860297168 140733860296688 4545837 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/4938/statm: 147289 130232 187 432 0 146854 0
[pid=4938/tid=4939] ppid=4936 vsize=589156 CPUtime=1794.9 cores=1,3,5,7
/proc/4938/task/4939/stat : 4939 (wbo1.7) R 4936 4938 2447 0 -1 4202560 128775 0 0 0 179305 185 0 0 20 0 2 0 277540517 603295744 130232 33554432000 4194304 5963574 140733860297168 140658130499624 4399456 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1794.68
Current children cumulated vsize (KiB) 589156

[startup+1798.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 5007
/proc/meminfo: memFree=27438296/32873648 swapFree=6864/6864
[pid=4938] ppid=4936 vsize=589156 CPUtime=1797.87 cores=1,3,5,7
/proc/4938/stat : 4938 (wbo1.7) S 4936 4938 2447 0 -1 4202496 129604 0 0 0 179630 157 0 0 20 0 2 0 277540517 603295744 130233 33554432000 4194304 5963574 140733860297168 140733860296688 4545837 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/4938/statm: 147289 130233 187 432 0 146854 0
[pid=4938/tid=4939] ppid=4936 vsize=589156 CPUtime=1798.1 cores=1,3,5,7
/proc/4938/task/4939/stat : 4939 (wbo1.7) R 4936 4938 2447 0 -1 4202560 128776 0 0 0 179625 185 0 0 20 0 2 0 277540517 603295744 130233 33554432000 4194304 5963574 140733860297168 140658130499624 4399474 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1797.87
Current children cumulated vsize (KiB) 589156

[startup+1799.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 5007
/proc/meminfo: memFree=27437676/32873648 swapFree=6864/6864
[pid=4938] ppid=4936 vsize=589156 CPUtime=1798.67 cores=1,3,5,7
/proc/4938/stat : 4938 (wbo1.7) S 4936 4938 2447 0 -1 4202496 129604 0 0 0 179710 157 0 0 20 0 2 0 277540517 603295744 130233 33554432000 4194304 5963574 140733860297168 140733860296688 4545837 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/4938/statm: 147289 130233 187 432 0 146854 0
[pid=4938/tid=4939] ppid=4936 vsize=589156 CPUtime=1798.9 cores=1,3,5,7
/proc/4938/task/4939/stat : 4939 (wbo1.7) R 4936 4938 2447 0 -1 4202560 128776 0 0 0 179705 185 0 0 20 0 2 0 277540517 603295744 130233 33554432000 4194304 5963574 140733860297168 140658130499624 4399456 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1798.67
Current children cumulated vsize (KiB) 589156

[startup+1799.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 5007
/proc/meminfo: memFree=27437304/32873648 swapFree=6864/6864
[pid=4938] ppid=4936 vsize=589156 CPUtime=1799.08 cores=1,3,5,7
/proc/4938/stat : 4938 (wbo1.7) S 4936 4938 2447 0 -1 4202496 129604 0 0 0 179751 157 0 0 20 0 2 0 277540517 603295744 130233 33554432000 4194304 5963574 140733860297168 140733860296688 4545837 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/4938/statm: 147289 130233 187 432 0 146854 0
[pid=4938/tid=4939] ppid=4936 vsize=589156 CPUtime=1799.3 cores=1,3,5,7
/proc/4938/task/4939/stat : 4939 (wbo1.7) R 4936 4938 2447 0 -1 4202560 128776 0 0 0 179745 185 0 0 20 0 2 0 277540517 603295744 130233 33554432000 4194304 5963574 140733860297168 140658130499624 4399456 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.08
Current children cumulated vsize (KiB) 589156

[startup+1799.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 5007
/proc/meminfo: memFree=27437304/32873648 swapFree=6864/6864
[pid=4938] ppid=4936 vsize=589156 CPUtime=1799.47 cores=1,3,5,7
/proc/4938/stat : 4938 (wbo1.7) S 4936 4938 2447 0 -1 4202496 129604 0 0 0 179790 157 0 0 20 0 2 0 277540517 603295744 130233 33554432000 4194304 5963574 140733860297168 140733860296688 4545837 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/4938/statm: 147289 130233 187 432 0 146854 0
[pid=4938/tid=4939] ppid=4936 vsize=589156 CPUtime=1799.7 cores=1,3,5,7
/proc/4938/task/4939/stat : 4939 (wbo1.7) R 4936 4938 2447 0 -1 4202560 128776 0 0 0 179785 185 0 0 20 0 2 0 277540517 603295744 130233 33554432000 4194304 5963574 140733860297168 140658130499624 4399456 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.47
Current children cumulated vsize (KiB) 589156

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 5007
/proc/meminfo: memFree=27437304/32873648 swapFree=6864/6864
[pid=4938] ppid=4936 vsize=0 CPUtime=1799.82 cores=1,3,5,7
/proc/4938/stat : 4938 (wbo1.7) R 4936 4938 2447 0 -1 4203524 129605 0 0 0 179796 186 0 0 20 0 1 0 277540517 0 0 33554432000 0 0 0 0 0 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/4938/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1799.82
Current children cumulated vsize (KiB) 0

Child status: 255
Real time (s): 1800.01
CPU time (s): 1799.83
CPU user time (s): 1797.96
CPU system time (s): 1.86971
CPU usage (%): 99.9901
Max. virtual memory (cumulated for all children) (KiB): 589156

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.96
system time used= 1.86972
maximum resident set size= 520936
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 129605
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= 167
involuntary context switches= 1846

runsolver used 3.46347 second user time and 10.6604 second system time

The end

Launcher Data

Begin job on node120 at 2012-05-27 12:22:25
IDJOB=3705637
IDBENCH=48377
IDSOLVER=2284
FILE ID=node120/3705637-1338114145
RUNJOBID= node120-1338088086-2464
PBS_JOBID= 14624455
Free space on /tmp= 71692 MiB

SOLVER NAME= wbo 1.7
BENCH NAME= PB07/normalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/manquinho/dbsg/normalized-dbsg_50_10_3_15.opb
COMMAND LINE= wbo1.7 -file-format=opb BENCHNAME
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3705637-1338114145/watcher-3705637-1338114145 -o /tmp/evaluation-result-3705637-1338114145/solver-3705637-1338114145 -C 1800 -W 1900 -M 15500  wbo1.7 -file-format=opb HOME/instance-3705637-1338114145.opb

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

MD5SUM BENCH= 97892b1b250c8711791b219b8ddda703
RANDOM SEED=897997097

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:        27590244 kB
Buffers:          312524 kB
Cached:          3423268 kB
SwapCached:          636 kB
Active:          1457032 kB
Inactive:        2999256 kB
Active(anon):     709368 kB
Inactive(anon):    12532 kB
Active(file):     747664 kB
Inactive(file):  2986724 kB
Unevictable:        6864 kB
Mlocked:            6864 kB
SwapTotal:      67108856 kB
SwapFree:       67107896 kB
Dirty:              5448 kB
Writeback:             0 kB
AnonPages:        727396 kB
Mapped:            14956 kB
Shmem:               120 kB
Slab:             685928 kB
SReclaimable:     130316 kB
SUnreclaim:       555612 kB
KernelStack:        1496 kB
PageTables:         5336 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     156764 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    700416 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-3705637-1338114145.opb

Free space on /tmp at the end= 71688 MiB
End job on node120 at 2012-05-27 12:52:25