Trace number 3704593

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

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_50_10_1_15.opb
MD5SUMc7cfddeeb3bb3e7896ee6eefe7e9ac17
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.34
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)1220
Sum of products size (including duplicates)2440
Number of different products610
Sum of products size1220

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-3704593-1338088779.opb.
0.00/0.00	c Instance file HOME/instance-3704593-1338088779.opb
0.00/0.00	c File size is 49948 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:      710                                                 |
0.00/0.00	c |  Number Clauses:        660                                                 |
0.00/0.00	c |  Number Cardinality:    103                                                 |
0.00/0.00	c |  Number PB Constraints: 610                                                 |
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.41/1800.00	c ===============================================================================
1799.41/1800.00	c Wall Clock Time: 1800.00 s
1799.41/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-3704593-1338088779/watcher-3704593-1338088779 -o /tmp/evaluation-result-3704593-1338088779/solver-3704593-1338088779 -C 1800 -W 1900 -M 15500 pwbo2.0 -file-format=opb -verbosity=0 -thread=1 HOME/instance-3704593-1338088779.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: 1.91 1.73 1.84 3/177 13111
/proc/meminfo: memFree=28765968/32873844 swapFree=7116/7116
[pid=13111] ppid=13109 vsize=84084 CPUtime=0 cores=0,2,4,6
/proc/13111/stat : 13111 (pwbo2.0) S 13109 13111 12793 0 -1 4202496 855 0 0 0 0 0 0 0 20 0 2 0 275002881 86102016 795 33554432000 4194304 5965102 140734761066384 140734761065904 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13111/statm: 21021 798 175 433 0 20585 0
[pid=13111/tid=13112] ppid=13109 vsize=84084 CPUtime=0 cores=0,2,4,6
/proc/13111/task/13112/stat : 13112 (pwbo2.0) R 13109 13111 12793 0 -1 4202560 42 0 0 0 0 0 0 0 20 0 2 0 275002881 86102016 805 33554432000 4194304 5965102 140734761066384 140733908436456 5137076 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0

[startup+0.011604 s]
/proc/loadavg: 1.91 1.73 1.84 3/177 13111
/proc/meminfo: memFree=28765968/32873844 swapFree=7116/7116
[pid=13111] ppid=13109 vsize=84084 CPUtime=0 cores=0,2,4,6
/proc/13111/stat : 13111 (pwbo2.0) S 13109 13111 12793 0 -1 4202496 999 0 0 0 0 0 0 0 20 0 2 0 275002881 86102016 939 33554432000 4194304 5965102 140734761066384 140734761065904 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13111/statm: 21021 939 188 433 0 20585 0
[pid=13111/tid=13112] ppid=13109 vsize=84084 CPUtime=0 cores=0,2,4,6
/proc/13111/task/13112/stat : 13112 (pwbo2.0) R 13109 13111 12793 0 -1 4202560 176 0 0 0 0 0 0 0 20 0 2 0 275002881 86102016 939 33554432000 4194304 5965102 140734761066384 140733908436456 5144060 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 84084

[startup+0.100304 s]
/proc/loadavg: 1.91 1.73 1.84 3/177 13111
/proc/meminfo: memFree=28765968/32873844 swapFree=7116/7116
[pid=13111] ppid=13109 vsize=84084 CPUtime=0.09 cores=0,2,4,6
/proc/13111/stat : 13111 (pwbo2.0) S 13109 13111 12793 0 -1 4202496 1266 0 0 0 9 0 0 0 20 0 2 0 275002881 86102016 1206 33554432000 4194304 5965102 140734761066384 140734761065904 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13111/statm: 21021 1206 190 433 0 20585 0
[pid=13111/tid=13112] ppid=13109 vsize=84084 CPUtime=0.08 cores=0,2,4,6
/proc/13111/task/13112/stat : 13112 (pwbo2.0) R 13109 13111 12793 0 -1 4202560 443 0 0 0 8 0 0 0 20 0 2 0 275002881 86102016 1206 33554432000 4194304 5965102 140734761066384 140733908436456 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 84084

[startup+0.300268 s]
/proc/loadavg: 1.91 1.73 1.84 3/177 13111
/proc/meminfo: memFree=28765968/32873844 swapFree=7116/7116
[pid=13111] ppid=13109 vsize=84084 CPUtime=0.29 cores=0,2,4,6
/proc/13111/stat : 13111 (pwbo2.0) S 13109 13111 12793 0 -1 4202496 1552 0 0 0 29 0 0 0 20 0 2 0 275002881 86102016 1492 33554432000 4194304 5965102 140734761066384 140734761065904 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13111/statm: 21021 1492 190 433 0 20585 0
[pid=13111/tid=13112] ppid=13109 vsize=84084 CPUtime=0.28 cores=0,2,4,6
/proc/13111/task/13112/stat : 13112 (pwbo2.0) R 13109 13111 12793 0 -1 4202560 729 0 0 0 28 0 0 0 20 0 2 0 275002881 86102016 1492 33554432000 4194304 5965102 140734761066384 140733908436456 5137076 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 84084

[startup+0.700269 s]
/proc/loadavg: 1.91 1.73 1.84 3/177 13111
/proc/meminfo: memFree=28765968/32873844 swapFree=7116/7116
[pid=13111] ppid=13109 vsize=84084 CPUtime=0.69 cores=0,2,4,6
/proc/13111/stat : 13111 (pwbo2.0) S 13109 13111 12793 0 -1 4202496 2029 0 0 0 69 0 0 0 20 0 2 0 275002881 86102016 1969 33554432000 4194304 5965102 140734761066384 140734761065904 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13111/statm: 21021 1969 190 433 0 20585 0
[pid=13111/tid=13112] ppid=13109 vsize=84084 CPUtime=0.68 cores=0,2,4,6
/proc/13111/task/13112/stat : 13112 (pwbo2.0) R 13109 13111 12793 0 -1 4202560 1206 0 0 0 68 0 0 0 20 0 2 0 275002881 86102016 1969 33554432000 4194304 5965102 140734761066384 140733908436456 18446744073699066235 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 84084

[startup+1.50027 s]
/proc/loadavg: 1.91 1.73 1.84 3/179 13113
/proc/meminfo: memFree=28756056/32873844 swapFree=7116/7116
[pid=13111] ppid=13109 vsize=84228 CPUtime=1.49 cores=0,2,4,6
/proc/13111/stat : 13111 (pwbo2.0) S 13109 13111 12793 0 -1 4202496 2807 0 0 0 149 0 0 0 20 0 2 0 275002881 86249472 2747 33554432000 4194304 5965102 140734761066384 140734761065904 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13111/statm: 21057 2747 190 433 0 20621 0
[pid=13111/tid=13112] ppid=13109 vsize=84228 CPUtime=1.47 cores=0,2,4,6
/proc/13111/task/13112/stat : 13112 (pwbo2.0) R 13109 13111 12793 0 -1 4202560 1984 0 0 0 147 0 0 0 20 0 2 0 275002881 86249472 2747 33554432000 4194304 5965102 140734761066384 140408669075448 4401107 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) 84228

[startup+3.10027 s]
/proc/loadavg: 1.92 1.73 1.84 3/179 13113
/proc/meminfo: memFree=28750476/32873844 swapFree=7116/7116
[pid=13111] ppid=13109 vsize=84300 CPUtime=3.09 cores=0,2,4,6
/proc/13111/stat : 13111 (pwbo2.0) S 13109 13111 12793 0 -1 4202496 3320 0 0 0 309 0 0 0 20 0 2 0 275002881 86323200 3260 33554432000 4194304 5965102 140734761066384 140734761065904 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13111/statm: 21075 3260 190 433 0 20639 0
[pid=13111/tid=13112] ppid=13109 vsize=84300 CPUtime=3.07 cores=0,2,4,6
/proc/13111/task/13112/stat : 13112 (pwbo2.0) R 13109 13111 12793 0 -1 4202560 2497 0 0 0 307 0 0 0 20 0 2 0 275002881 86323200 3260 33554432000 4194304 5965102 140734761066384 140408669074968 4400992 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 84300

[startup+6.30027 s]
/proc/loadavg: 1.92 1.73 1.84 3/179 13113
/proc/meminfo: memFree=28744584/32873844 swapFree=7116/7116
[pid=13111] ppid=13109 vsize=84444 CPUtime=6.29 cores=0,2,4,6
/proc/13111/stat : 13111 (pwbo2.0) S 13109 13111 12793 0 -1 4202496 4506 0 0 0 629 0 0 0 20 0 2 0 275002881 86470656 4446 33554432000 4194304 5965102 140734761066384 140734761065904 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13111/statm: 21111 4446 190 433 0 20675 0
[pid=13111/tid=13112] ppid=13109 vsize=84444 CPUtime=6.26 cores=0,2,4,6
/proc/13111/task/13112/stat : 13112 (pwbo2.0) R 13109 13111 12793 0 -1 4202560 3683 0 0 0 626 0 0 0 20 0 2 0 275002881 86470656 4446 33554432000 4194304 5965102 140734761066384 140408669075448 4400960 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 84444

[startup+12.7003 s]
/proc/loadavg: 1.93 1.74 1.84 3/179 13113
/proc/meminfo: memFree=28689468/32873844 swapFree=7116/7116
[pid=13111] ppid=13109 vsize=87088 CPUtime=12.69 cores=0,2,4,6
/proc/13111/stat : 13111 (pwbo2.0) S 13109 13111 12793 0 -1 4202496 7763 0 0 0 1268 1 0 0 20 0 2 0 275002881 89178112 7698 33554432000 4194304 5965102 140734761066384 140734761065904 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13111/statm: 21772 7698 190 433 0 21336 0
[pid=13111/tid=13112] ppid=13109 vsize=87088 CPUtime=12.65 cores=0,2,4,6
/proc/13111/task/13112/stat : 13112 (pwbo2.0) R 13109 13111 12793 0 -1 4202560 6940 0 0 0 1264 1 0 0 20 0 2 0 275002881 89178112 7698 33554432000 4194304 5965102 140734761066384 140408669075496 4400960 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 87088

[startup+25.5003 s]
/proc/loadavg: 1.94 1.75 1.84 3/180 13116
/proc/meminfo: memFree=28654712/32873844 swapFree=7116/7116
[pid=13111] ppid=13109 vsize=88312 CPUtime=25.47 cores=0,2,4,6
/proc/13111/stat : 13111 (pwbo2.0) S 13109 13111 12793 0 -1 4202496 10419 0 0 0 2545 2 0 0 20 0 2 0 275002881 90431488 10408 33554432000 4194304 5965102 140734761066384 140734761065904 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13111/statm: 22078 10408 190 433 0 21642 0
[pid=13111/tid=13112] ppid=13109 vsize=88312 CPUtime=25.4 cores=0,2,4,6
/proc/13111/task/13112/stat : 13112 (pwbo2.0) R 13109 13111 12793 0 -1 4202560 9596 0 0 0 2538 2 0 0 20 0 2 0 275002881 90431488 10408 33554432000 4194304 5965102 140734761066384 140408669075448 4404379 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 88312

[startup+51.1003 s]
/proc/loadavg: 2.04 1.79 1.85 3/180 13116
/proc/meminfo: memFree=28573844/32873844 swapFree=7116/7116
[pid=13111] ppid=13109 vsize=96548 CPUtime=51.06 cores=0,2,4,6
/proc/13111/stat : 13111 (pwbo2.0) S 13109 13111 12793 0 -1 4202496 18471 0 0 0 5100 6 0 0 20 0 2 0 275002881 98865152 18491 33554432000 4194304 5965102 140734761066384 140734761065904 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13111/statm: 24137 18491 190 433 0 23701 0
[pid=13111/tid=13112] ppid=13109 vsize=96548 CPUtime=50.93 cores=0,2,4,6
/proc/13111/task/13112/stat : 13112 (pwbo2.0) R 13109 13111 12793 0 -1 4202560 17648 0 0 0 5088 5 0 0 20 0 2 0 275002881 98865152 18491 33554432000 4194304 5965102 140734761066384 140408669075448 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 96548

[startup+102.307 s]
/proc/loadavg: 2.02 1.82 1.86 3/179 13116
/proc/meminfo: memFree=28545284/32873844 swapFree=7116/7116
[pid=13111] ppid=13109 vsize=167780 CPUtime=102.26 cores=0,2,4,6
/proc/13111/stat : 13111 (pwbo2.0) S 13109 13111 12793 0 -1 4202496 24493 0 0 0 10217 9 0 0 20 0 2 0 275002881 171806720 25440 33554432000 4194304 5965102 140734761066384 140734761065904 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13111/statm: 41945 25440 190 433 0 41509 0
[pid=13111/tid=13112] ppid=13109 vsize=167780 CPUtime=102 cores=0,2,4,6
/proc/13111/task/13112/stat : 13112 (pwbo2.0) R 13109 13111 12793 0 -1 4202560 23670 0 0 0 10190 10 0 0 20 0 2 0 275002881 171806720 25440 33554432000 4194304 5965102 140734761066384 140408669075496 4390212 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 167780

[startup+162.3 s]
/proc/loadavg: 2.00 1.85 1.86 3/179 13117
/proc/meminfo: memFree=28506044/32873844 swapFree=7116/7116
[pid=13111] ppid=13109 vsize=171000 CPUtime=162.24 cores=0,2,4,6
/proc/13111/stat : 13111 (pwbo2.0) S 13109 13111 12793 0 -1 4202496 34252 0 0 0 16210 14 0 0 20 0 2 0 275002881 175104000 35199 33554432000 4194304 5965102 140734761066384 140734761065904 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13111/statm: 42750 35199 190 433 0 42314 0
[pid=13111/tid=13112] ppid=13109 vsize=171000 CPUtime=161.84 cores=0,2,4,6
/proc/13111/task/13112/stat : 13112 (pwbo2.0) R 13109 13111 12793 0 -1 4202560 33429 0 0 0 16168 16 0 0 20 0 2 0 275002881 175104000 35199 33554432000 4194304 5965102 140734761066384 140408669075496 4400960 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 171000

[startup+222.3 s]
/proc/loadavg: 2.00 1.87 1.87 3/179 13117
/proc/meminfo: memFree=28485808/32873844 swapFree=7116/7116
[pid=13111] ppid=13109 vsize=238792 CPUtime=222.24 cores=0,2,4,6
/proc/13111/stat : 13111 (pwbo2.0) S 13109 13111 12793 0 -1 4202496 39303 0 0 0 22206 18 0 0 20 0 2 0 275002881 244523008 40250 33554432000 4194304 5965102 140734761066384 140734761065904 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13111/statm: 59698 40250 190 433 0 59262 0
[pid=13111/tid=13112] ppid=13109 vsize=238792 CPUtime=221.69 cores=0,2,4,6
/proc/13111/task/13112/stat : 13112 (pwbo2.0) R 13109 13111 12793 0 -1 4202560 38480 0 0 0 22149 20 0 0 20 0 2 0 275002881 244523008 40250 33554432000 4194304 5965102 140734761066384 140408669075496 4400960 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 238792

[startup+282.3 s]
/proc/loadavg: 2.00 1.89 1.87 3/179 13117
/proc/meminfo: memFree=28463976/32873844 swapFree=7116/7116
[pid=13111] ppid=13109 vsize=240912 CPUtime=282.19 cores=0,2,4,6
/proc/13111/stat : 13111 (pwbo2.0) S 13109 13111 12793 0 -1 4202496 44861 0 0 0 28197 22 0 0 20 0 2 0 275002881 246693888 45808 33554432000 4194304 5965102 140734761066384 140734761065904 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13111/statm: 60228 45808 190 433 0 59792 0
[pid=13111/tid=13112] ppid=13109 vsize=240912 CPUtime=281.5 cores=0,2,4,6
/proc/13111/task/13112/stat : 13112 (pwbo2.0) R 13109 13111 12793 0 -1 4202560 44038 0 0 0 28124 26 0 0 20 0 2 0 275002881 246693888 45808 33554432000 4194304 5965102 140734761066384 140408669075496 4400960 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 240912

[startup+342.3 s]
/proc/loadavg: 2.00 1.91 1.88 3/179 13117
/proc/meminfo: memFree=28419576/32873844 swapFree=7116/7116
[pid=13111] ppid=13109 vsize=242760 CPUtime=342.18 cores=0,2,4,6
/proc/13111/stat : 13111 (pwbo2.0) S 13109 13111 12793 0 -1 4202496 49722 0 0 0 34191 27 0 0 20 0 2 0 275002881 248586240 50665 33554432000 4194304 5965102 140734761066384 140734761065904 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13111/statm: 60690 50665 190 433 0 60254 0
[pid=13111/tid=13112] ppid=13109 vsize=242760 CPUtime=341.34 cores=0,2,4,6
/proc/13111/task/13112/stat : 13112 (pwbo2.0) R 13109 13111 12793 0 -1 4202560 48899 0 0 0 34102 32 0 0 20 0 2 0 275002881 248586240 50665 33554432000 4194304 5965102 140734761066384 140408669075448 4380449 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 242760

[startup+402.3 s]
/proc/loadavg: 2.00 1.92 1.88 3/179 13117
/proc/meminfo: memFree=28397668/32873844 swapFree=7116/7116
[pid=13111] ppid=13109 vsize=243400 CPUtime=402.17 cores=0,2,4,6
/proc/13111/stat : 13111 (pwbo2.0) S 13109 13111 12793 0 -1 4202496 52640 0 0 0 40186 31 0 0 20 0 2 0 275002881 249241600 53583 33554432000 4194304 5965102 140734761066384 140734761065904 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0

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

[startup+1542.3 s]
/proc/loadavg: 2.00 1.99 1.92 3/179 13127
/proc/meminfo: memFree=27836276/32873844 swapFree=7116/7116
[pid=13111] ppid=13109 vsize=535992 CPUtime=1541.88 cores=0,2,4,6
/proc/13111/stat : 13111 (pwbo2.0) S 13109 13111 12793 0 -1 4202496 123679 0 0 0 154086 102 0 0 20 0 2 0 275002881 548855808 124606 33554432000 4194304 5965102 140734761066384 140734761065904 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13111/statm: 133998 124606 190 433 0 133562 0
[pid=13111/tid=13112] ppid=13109 vsize=535992 CPUtime=1538.16 cores=0,2,4,6
/proc/13111/task/13112/stat : 13112 (pwbo2.0) R 13109 13111 12793 0 -1 4202560 122856 0 0 0 153691 125 0 0 20 0 2 0 275002881 548855808 124606 33554432000 4194304 5965102 140734761066384 140408669075496 4400960 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1541.88
Current children cumulated vsize (KiB) 535992

[startup+1602.3 s]
/proc/loadavg: 2.04 2.00 1.92 3/179 13127
/proc/meminfo: memFree=27802608/32873844 swapFree=7116/7116
[pid=13111] ppid=13109 vsize=602248 CPUtime=1601.87 cores=0,2,4,6
/proc/13111/stat : 13111 (pwbo2.0) S 13109 13111 12793 0 -1 4202496 129001 0 0 0 160079 108 0 0 20 0 2 0 275002881 616701952 129927 33554432000 4194304 5965102 140734761066384 140734761065904 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13111/statm: 150562 129927 190 433 0 150126 0
[pid=13111/tid=13112] ppid=13109 vsize=602248 CPUtime=1598.01 cores=0,2,4,6
/proc/13111/task/13112/stat : 13112 (pwbo2.0) R 13109 13111 12793 0 -1 4202560 128178 0 0 0 159669 132 0 0 20 0 2 0 275002881 616701952 129927 33554432000 4194304 5965102 140734761066384 140408669075448 4400960 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1601.87
Current children cumulated vsize (KiB) 602248

[startup+1662.3 s]
/proc/loadavg: 2.01 2.00 1.92 3/179 13178
/proc/meminfo: memFree=28341856/32873844 swapFree=7116/7116
[pid=13111] ppid=13109 vsize=602392 CPUtime=1661.87 cores=0,2,4,6
/proc/13111/stat : 13111 (pwbo2.0) S 13109 13111 12793 0 -1 4202496 131564 0 0 0 166076 111 0 0 20 0 2 0 275002881 616849408 132490 33554432000 4194304 5965102 140734761066384 140734761065904 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13111/statm: 150598 132490 190 433 0 150162 0
[pid=13111/tid=13112] ppid=13109 vsize=602392 CPUtime=1657.85 cores=0,2,4,6
/proc/13111/task/13112/stat : 13112 (pwbo2.0) R 13109 13111 12793 0 -1 4202560 130741 0 0 0 165649 136 0 0 20 0 2 0 275002881 616849408 132490 33554432000 4194304 5965102 140734761066384 140408669075448 4400960 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1661.87
Current children cumulated vsize (KiB) 602392

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/179 13179
/proc/meminfo: memFree=28277524/32873844 swapFree=7116/7116
[pid=13111] ppid=13109 vsize=603312 CPUtime=1721.85 cores=0,2,4,6
/proc/13111/stat : 13111 (pwbo2.0) S 13109 13111 12793 0 -1 4202496 132361 0 0 0 172073 112 0 0 20 0 2 0 275002881 617791488 133287 33554432000 4194304 5965102 140734761066384 140734761065904 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13111/statm: 150828 133287 190 433 0 150392 0
[pid=13111/tid=13112] ppid=13109 vsize=603312 CPUtime=1717.69 cores=0,2,4,6
/proc/13111/task/13112/stat : 13112 (pwbo2.0) R 13109 13111 12793 0 -1 4202560 131538 0 0 0 171631 138 0 0 20 0 2 0 275002881 617791488 133287 33554432000 4194304 5965102 140734761066384 140408669075448 4400960 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1721.85
Current children cumulated vsize (KiB) 603312

[startup+1782.3 s]
/proc/loadavg: 2.06 2.02 1.93 3/179 13281
/proc/meminfo: memFree=28306028/32873844 swapFree=7116/7116
[pid=13111] ppid=13109 vsize=603528 CPUtime=1781.8 cores=0,2,4,6
/proc/13111/stat : 13111 (pwbo2.0) S 13109 13111 12793 0 -1 4202496 137946 0 0 0 178061 119 0 0 20 0 2 0 275002881 618012672 138859 33554432000 4194304 5965102 140734761066384 140734761065904 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13111/statm: 150882 138859 190 433 0 150446 0
[pid=13111/tid=13112] ppid=13109 vsize=603528 CPUtime=1777.51 cores=0,2,4,6
/proc/13111/task/13112/stat : 13112 (pwbo2.0) R 13109 13111 12793 0 -1 4202560 137123 0 0 0 177605 146 0 0 20 0 2 0 275002881 618012672 138859 33554432000 4194304 5965102 140734761066384 140408669075448 4380336 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1781.8
Current children cumulated vsize (KiB) 603528

############
# WARNING:
# current cumulated CPU time (1795.18 s) is less than in the last sample (1799.41 s)
# The time of a child was probably not reported to its father.
# (see the two samples below)
# Adding the difference (4.22998 s) to the 'lost time'.

[startup+1799.9 s]
/proc/loadavg: 2.11 2.03 1.93 3/179 13281
/proc/meminfo: memFree=28296976/32873844 swapFree=7116/7116
[pid=13111] ppid=13109 vsize=603796 CPUtime=1799.41 cores=0,2,4,6
/proc/13111/stat : 13111 (pwbo2.0) S 13109 13111 12793 0 -1 4202496 138004 0 0 0 179821 120 0 0 20 0 2 0 275002881 618287104 138917 33554432000 4194304 5965102 140734761066384 140734761065904 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13111/statm: 150949 138917 190 433 0 150513 0
[pid=13111/tid=13112] ppid=13109 vsize=603796 CPUtime=1795.06 cores=0,2,4,6
/proc/13111/task/13112/stat : 13112 (pwbo2.0) R 13109 13111 12793 0 -1 4202560 137181 0 0 0 179360 146 0 0 20 0 2 0 275002881 618287104 138917 33554432000 4194304 5965102 140734761066384 140408669075496 4400960 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.41
Current children cumulated vsize (KiB) 603796

[startup+1800 s]
/proc/loadavg: 2.11 2.03 1.93 3/179 13281
/proc/meminfo: memFree=28296976/32873844 swapFree=7116/7116
[pid=13111] ppid=13109 vsize=0 CPUtime=1795.18 cores=0,2,4,6
/proc/13111/stat : 13111 (pwbo2.0) R 13109 13111 12793 0 -1 4203524 138009 0 0 0 179371 147 0 0 20 0 1 0 275002881 0 0 33554432000 0 0 0 0 0 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13111/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1795.18
Current children cumulated vsize (KiB) 0
#
############


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

[startup+1791.91 s]
/proc/loadavg: 2.12 2.03 1.93 3/179 13281
/proc/meminfo: memFree=28298340/32873844 swapFree=7116/7116
[pid=13111] ppid=13109 vsize=603528 CPUtime=1791.41 cores=0,2,4,6
/proc/13111/stat : 13111 (pwbo2.0) S 13109 13111 12793 0 -1 4202496 137946 0 0 0 179022 119 0 0 20 0 2 0 275002881 618012672 138859 33554432000 4194304 5965102 140734761066384 140734761065904 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13111/statm: 150882 138859 190 433 0 150446 0
[pid=13111/tid=13112] ppid=13109 vsize=603528 CPUtime=1787.09 cores=0,2,4,6
/proc/13111/task/13112/stat : 13112 (pwbo2.0) R 13109 13111 12793 0 -1 4202560 137123 0 0 0 178563 146 0 0 20 0 2 0 275002881 618012672 138859 33554432000 4194304 5965102 140734761066384 140408669075448 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1791.41
Current children cumulated vsize (KiB) 603528

[startup+1795.1 s]
/proc/loadavg: 2.12 2.03 1.93 3/179 13281
/proc/meminfo: memFree=28297348/32873844 swapFree=7116/7116
[pid=13111] ppid=13109 vsize=603528 CPUtime=1794.61 cores=0,2,4,6
/proc/13111/stat : 13111 (pwbo2.0) S 13109 13111 12793 0 -1 4202496 137946 0 0 0 179342 119 0 0 20 0 2 0 275002881 618012672 138859 33554432000 4194304 5965102 140734761066384 140734761065904 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13111/statm: 150882 138859 190 433 0 150446 0
[pid=13111/tid=13112] ppid=13109 vsize=603528 CPUtime=1790.28 cores=0,2,4,6
/proc/13111/task/13112/stat : 13112 (pwbo2.0) R 13109 13111 12793 0 -1 4202560 137123 0 0 0 178882 146 0 0 20 0 2 0 275002881 618012672 138859 33554432000 4194304 5965102 140734761066384 140408669075448 4400960 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1794.61
Current children cumulated vsize (KiB) 603528

[startup+1798.3 s]
/proc/loadavg: 2.11 2.03 1.93 3/179 13281
/proc/meminfo: memFree=28297100/32873844 swapFree=7116/7116
[pid=13111] ppid=13109 vsize=603528 CPUtime=1797.8 cores=0,2,4,6
/proc/13111/stat : 13111 (pwbo2.0) S 13109 13111 12793 0 -1 4202496 137946 0 0 0 179661 119 0 0 20 0 2 0 275002881 618012672 138859 33554432000 4194304 5965102 140734761066384 140734761065904 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13111/statm: 150882 138859 190 433 0 150446 0
[pid=13111/tid=13112] ppid=13109 vsize=603528 CPUtime=1793.47 cores=0,2,4,6
/proc/13111/task/13112/stat : 13112 (pwbo2.0) R 13109 13111 12793 0 -1 4202560 137123 0 0 0 179201 146 0 0 20 0 2 0 275002881 618012672 138859 33554432000 4194304 5965102 140734761066384 140408669075448 4393999 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1797.8
Current children cumulated vsize (KiB) 603528

[startup+1799.1 s]
/proc/loadavg: 2.11 2.03 1.93 3/179 13281
/proc/meminfo: memFree=28296976/32873844 swapFree=7116/7116
[pid=13111] ppid=13109 vsize=603636 CPUtime=1798.6 cores=0,2,4,6
/proc/13111/stat : 13111 (pwbo2.0) S 13109 13111 12793 0 -1 4202496 137964 0 0 0 179741 119 0 0 20 0 2 0 275002881 618123264 138877 33554432000 4194304 5965102 140734761066384 140734761065904 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13111/statm: 150909 138877 190 433 0 150473 0
[pid=13111/tid=13112] ppid=13109 vsize=603636 CPUtime=1794.27 cores=0,2,4,6
/proc/13111/task/13112/stat : 13112 (pwbo2.0) R 13109 13111 12793 0 -1 4202560 137141 0 0 0 179281 146 0 0 20 0 2 0 275002881 618123264 138877 33554432000 4194304 5965102 140734761066384 140408669075448 4401131 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1798.6
Current children cumulated vsize (KiB) 603636

[startup+1799.5 s]
/proc/loadavg: 2.11 2.03 1.93 3/179 13281
/proc/meminfo: memFree=28296976/32873844 swapFree=7116/7116
[pid=13111] ppid=13109 vsize=603796 CPUtime=1799.02 cores=0,2,4,6
/proc/13111/stat : 13111 (pwbo2.0) S 13109 13111 12793 0 -1 4202496 137992 0 0 0 179782 120 0 0 20 0 2 0 275002881 618287104 138905 33554432000 4194304 5965102 140734761066384 140734761065904 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13111/statm: 150949 138905 190 433 0 150513 0
[pid=13111/tid=13112] ppid=13109 vsize=603796 CPUtime=1794.67 cores=0,2,4,6
/proc/13111/task/13112/stat : 13112 (pwbo2.0) R 13109 13111 12793 0 -1 4202560 137169 0 0 0 179321 146 0 0 20 0 2 0 275002881 618287104 138905 33554432000 4194304 5965102 140734761066384 140408669075448 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.02
Current children cumulated vsize (KiB) 603796

[startup+1799.9 s]
/proc/loadavg: 2.11 2.03 1.93 3/179 13281
/proc/meminfo: memFree=28296976/32873844 swapFree=7116/7116
[pid=13111] ppid=13109 vsize=603796 CPUtime=1799.41 cores=0,2,4,6
/proc/13111/stat : 13111 (pwbo2.0) S 13109 13111 12793 0 -1 4202496 138004 0 0 0 179821 120 0 0 20 0 2 0 275002881 618287104 138917 33554432000 4194304 5965102 140734761066384 140734761065904 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13111/statm: 150949 138917 190 433 0 150513 0
[pid=13111/tid=13112] ppid=13109 vsize=603796 CPUtime=1795.06 cores=0,2,4,6
/proc/13111/task/13112/stat : 13112 (pwbo2.0) R 13109 13111 12793 0 -1 4202560 137181 0 0 0 179360 146 0 0 20 0 2 0 275002881 618287104 138917 33554432000 4194304 5965102 140734761066384 140408669075496 4400960 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.41
Current children cumulated vsize (KiB) 603796

[startup+1800 s]
/proc/loadavg: 2.11 2.03 1.93 3/179 13281
/proc/meminfo: memFree=28296976/32873844 swapFree=7116/7116
[pid=13111] ppid=13109 vsize=0 CPUtime=1795.18 cores=0,2,4,6
/proc/13111/stat : 13111 (pwbo2.0) R 13109 13111 12793 0 -1 4203524 138009 0 0 0 179371 147 0 0 20 0 1 0 275002881 0 0 33554432000 0 0 0 0 0 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13111/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1795.18
Current children cumulated vsize (KiB) 0

Child status: 255

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 4.22998
#  lost CPU user time (s): 4.5
#  lost CPU system time (s): -0.27

Real time (s): 1800.01
CPU time (s): 1799.42
CPU user time (s): 1798.21
CPU system time (s): 1.20678
CPU usage (%): 99.9673
Max. virtual memory (cumulated for all children) (KiB): 603796

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.71
system time used= 1.47677
maximum resident set size= 555688
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 138009
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= 210
involuntary context switches= 1927

runsolver used 4.26035 second user time and 19.2991 second system time

The end

Launcher Data

Begin job on node146 at 2012-05-27 05:19:39
IDJOB=3704593
IDBENCH=48318
IDSOLVER=2282
FILE ID=node146/3704593-1338088779
RUNJOBID= node146-1338088628-12809
PBS_JOBID= 14624466
Free space on /tmp= 71180 MiB

SOLVER NAME= pwbo 2.0
BENCH NAME= PB07/normalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/manquinho/dbsg/normalized-dbsg_50_10_1_15.opb
COMMAND LINE= pwbo2.0 -file-format=opb -verbosity=0 -thread=1 BENCHNAME
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3704593-1338088779/watcher-3704593-1338088779 -o /tmp/evaluation-result-3704593-1338088779/solver-3704593-1338088779 -C 1800 -W 1900 -M 15500  pwbo2.0 -file-format=opb -verbosity=0 -thread=1 HOME/instance-3704593-1338088779.opb

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

MD5SUM BENCH= c7cfddeeb3bb3e7896ee6eefe7e9ac17
RANDOM SEED=447005312

node146.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.034
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.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		: 2667.034
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.92
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.034
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.034
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:       32873844 kB
MemFree:        28766256 kB
Buffers:          314876 kB
Cached:          2839840 kB
SwapCached:         2616 kB
Active:          1071152 kB
Inactive:        2221736 kB
Active(anon):     136892 kB
Inactive(anon):     3384 kB
Active(file):     934260 kB
Inactive(file):  2218352 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67100396 kB
Dirty:              5472 kB
Writeback:            28 kB
AnonPages:        263532 kB
Mapped:             8988 kB
Shmem:                 0 kB
Slab:             670592 kB
SReclaimable:     111760 kB
SUnreclaim:       558832 kB
KernelStack:        1464 kB
PageTables:         4116 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     148224 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    221184 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

CONVERSION COMMAND LINE= PBconversionToLinear HOME/instance-3704593-1338088779.opb

Free space on /tmp at the end= 71176 MiB
End job on node146 at 2012-05-27 05:49:40