Trace number 3705625

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

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_200_25_5_40.opb
MD5SUMc1794605d16cd8196553c490f5507fd9
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables400
Total number of constraints602
Number of constraints which are clauses200
Number of constraints which are cardinality constraints (but not clauses)1
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 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 40
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 400
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)12452
Sum of products size (including duplicates)24904
Number of different products6226
Sum of products size12452

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-3705625-1338111495.opb.
0.00/0.00	c Instance file HOME/instance-3705625-1338111495.opb
0.00/0.00	c File size is 532481 bytes.
0.00/0.04	c Highest Coefficient sum: 400
0.00/0.04	c ============================[ Problem Statistics ]=============================
0.00/0.04	c |                                                                             |
0.00/0.04	c |  Parsing time:          0.04         s                                      |
0.00/0.04	c |  Number Variables:      6626                                                |
0.00/0.04	c |  Number Clauses:        6426                                                |
0.00/0.04	c |  Number Cardinality:    403                                                 |
0.00/0.04	c |  Number PB Constraints: 6226                                                |
0.00/0.04	c |                                                                             |
0.00/0.04	c |  Problem Type:          Decision                                            |
0.00/0.04	c |  Objective Function:    None                                                |
0.00/0.04	c |                                                                             |
0.00/0.04	c ===============================================================================
1799.49/1800.00	c ===============================================================================
1799.49/1800.00	c Wall Clock Time: 1800.00 s
1799.49/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-3705625-1338111495/watcher-3705625-1338111495 -o /tmp/evaluation-result-3705625-1338111495/solver-3705625-1338111495 -C 1800 -W 1900 -M 15500 wbo1.7 -file-format=opb HOME/instance-3705625-1338111495.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.15 2.08 2.01 3/177 13236
/proc/meminfo: memFree=27468992/32873844 swapFree=7116/7116
[pid=13236] ppid=13234 vsize=5084 CPUtime=0 cores=1,3,5,7
/proc/13236/stat : 13236 (wbo1.7) R 13234 13236 11506 0 -1 4202496 649 0 0 0 0 0 0 0 20 0 1 0 277274604 5206016 601 33554432000 4194304 5963574 140737073999408 140737091078120 4395185 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/13236/statm: 1271 601 169 432 0 705 0

[startup+0.10087 s]
/proc/loadavg: 2.15 2.08 2.01 3/177 13236
/proc/meminfo: memFree=27468992/32873844 swapFree=7116/7116
[pid=13236] ppid=13234 vsize=88212 CPUtime=0.09 cores=1,3,5,7
/proc/13236/stat : 13236 (wbo1.7) S 13234 13236 11506 0 -1 4202496 3351 0 0 0 9 0 0 0 20 0 2 0 277274604 90329088 3039 33554432000 4194304 5963574 140737073999408 140737073998928 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13236/statm: 22053 3039 185 432 0 21618 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 88212

[startup+0.200243 s]
/proc/loadavg: 2.15 2.08 2.01 3/177 13236
/proc/meminfo: memFree=27468992/32873844 swapFree=7116/7116
[pid=13236] ppid=13234 vsize=88212 CPUtime=0.19 cores=1,3,5,7
/proc/13236/stat : 13236 (wbo1.7) S 13234 13236 11506 0 -1 4202496 3382 0 0 0 19 0 0 0 20 0 2 0 277274604 90329088 3070 33554432000 4194304 5963574 140737073999408 140737073998928 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13236/statm: 22053 3070 186 432 0 21618 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 88212

[startup+0.300141 s]
/proc/loadavg: 2.15 2.08 2.01 3/177 13236
/proc/meminfo: memFree=27468992/32873844 swapFree=7116/7116
[pid=13236] ppid=13234 vsize=88212 CPUtime=0.29 cores=1,3,5,7
/proc/13236/stat : 13236 (wbo1.7) S 13234 13236 11506 0 -1 4202496 3429 0 0 0 29 0 0 0 20 0 2 0 277274604 90329088 3117 33554432000 4194304 5963574 140737073999408 140737073998928 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13236/statm: 22053 3117 187 432 0 21618 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 88212

[startup+0.70012 s]
/proc/loadavg: 2.15 2.08 2.01 3/177 13236
/proc/meminfo: memFree=27468992/32873844 swapFree=7116/7116
[pid=13236] ppid=13234 vsize=88212 CPUtime=0.69 cores=1,3,5,7
/proc/13236/stat : 13236 (wbo1.7) S 13234 13236 11506 0 -1 4202496 3966 0 0 0 69 0 0 0 20 0 2 0 277274604 90329088 3654 33554432000 4194304 5963574 140737073999408 140737073998928 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13236/statm: 22053 3654 187 432 0 21618 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 88212

[startup+1.50026 s]
/proc/loadavg: 2.15 2.08 2.01 3/179 13238
/proc/meminfo: memFree=27453772/32873844 swapFree=7116/7116
[pid=13236] ppid=13234 vsize=88212 CPUtime=1.48 cores=1,3,5,7
/proc/13236/stat : 13236 (wbo1.7) S 13234 13236 11506 0 -1 4202496 4632 0 0 0 148 0 0 0 20 0 2 0 277274604 90329088 4320 33554432000 4194304 5963574 140737073999408 140737073998928 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13236/statm: 22053 4320 187 432 0 21618 0
[pid=13236/tid=13238] ppid=13234 vsize=88212 CPUtime=1.43 cores=1,3,5,7
/proc/13236/task/13238/stat : 13238 (wbo1.7) R 13234 13236 11506 0 -1 4202560 2695 0 0 0 143 0 0 0 20 0 2 0 277274609 90329088 4320 33554432000 4194304 5963574 140737073999408 140007150016504 4399623 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 88212

[startup+3.10027 s]
/proc/loadavg: 2.15 2.08 2.01 3/179 13238
/proc/meminfo: memFree=27449756/32873844 swapFree=7116/7116
[pid=13236] ppid=13234 vsize=88212 CPUtime=3.08 cores=1,3,5,7
/proc/13236/stat : 13236 (wbo1.7) S 13234 13236 11506 0 -1 4202496 6480 0 0 0 307 1 0 0 20 0 2 0 277274604 90329088 6168 33554432000 4194304 5963574 140737073999408 140737073998928 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13236/statm: 22053 6168 187 432 0 21618 0
[pid=13236/tid=13238] ppid=13234 vsize=88212 CPUtime=3.03 cores=1,3,5,7
/proc/13236/task/13238/stat : 13238 (wbo1.7) R 13234 13236 11506 0 -1 4202560 4543 0 0 0 302 1 0 0 20 0 2 0 277274609 90329088 6168 33554432000 4194304 5963574 140737073999408 140007150016504 5135572 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 88212

[startup+6.30027 s]
/proc/loadavg: 2.13 2.08 2.01 3/179 13340
/proc/meminfo: memFree=29440596/32873844 swapFree=7116/7116
[pid=13236] ppid=13234 vsize=88212 CPUtime=6.28 cores=1,3,5,7
/proc/13236/stat : 13236 (wbo1.7) S 13234 13236 11506 0 -1 4202496 7433 0 0 0 627 1 0 0 20 0 2 0 277274604 90329088 7121 33554432000 4194304 5963574 140737073999408 140737073998928 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13236/statm: 22053 7121 187 432 0 21618 0
[pid=13236/tid=13238] ppid=13234 vsize=88212 CPUtime=6.22 cores=1,3,5,7
/proc/13236/task/13238/stat : 13238 (wbo1.7) R 13234 13236 11506 0 -1 4202560 5496 0 0 0 621 1 0 0 20 0 2 0 277274609 90329088 7121 33554432000 4194304 5963574 140737073999408 140007150016504 4222324 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 88212

[startup+12.7003 s]
/proc/loadavg: 2.12 2.08 2.01 3/178 13340
/proc/meminfo: memFree=29422240/32873844 swapFree=7116/7116
[pid=13236] ppid=13234 vsize=88212 CPUtime=12.68 cores=1,3,5,7
/proc/13236/stat : 13236 (wbo1.7) S 13234 13236 11506 0 -1 4202496 9916 0 0 0 1265 3 0 0 20 0 2 0 277274604 90329088 9605 33554432000 4194304 5963574 140737073999408 140737073998928 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13236/statm: 22053 9605 187 432 0 21618 0
[pid=13236/tid=13238] ppid=13234 vsize=88212 CPUtime=12.6 cores=1,3,5,7
/proc/13236/task/13238/stat : 13238 (wbo1.7) R 13234 13236 11506 0 -1 4202560 7979 0 0 0 1257 3 0 0 20 0 2 0 277274609 90329088 9605 33554432000 4194304 5963574 140737073999408 140007150016024 4402912 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 88212

[startup+25.5003 s]
/proc/loadavg: 2.10 2.08 2.01 3/179 13341
/proc/meminfo: memFree=29381592/32873844 swapFree=7116/7116
[pid=13236] ppid=13234 vsize=88536 CPUtime=25.47 cores=1,3,5,7
/proc/13236/stat : 13236 (wbo1.7) S 13234 13236 11506 0 -1 4202496 16186 0 0 0 2542 5 0 0 20 0 2 0 277274604 90660864 15872 33554432000 4194304 5963574 140737073999408 140737073998928 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13236/statm: 22134 15872 187 432 0 21699 0
[pid=13236/tid=13238] ppid=13234 vsize=88536 CPUtime=25.36 cores=1,3,5,7
/proc/13236/task/13238/stat : 13238 (wbo1.7) R 13234 13236 11506 0 -1 4202560 14249 0 0 0 2531 5 0 0 20 0 2 0 277274609 90660864 15872 33554432000 4194304 5963574 140737073999408 140007150016552 4222336 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 88536

[startup+51.1004 s]
/proc/loadavg: 2.06 2.07 2.01 3/179 13341
/proc/meminfo: memFree=29307588/32873844 swapFree=7116/7116
[pid=13236] ppid=13234 vsize=154472 CPUtime=51.05 cores=1,3,5,7
/proc/13236/stat : 13236 (wbo1.7) S 13234 13236 11506 0 -1 4202496 26098 0 0 0 5097 8 0 0 20 0 2 0 277274604 158179328 26126 33554432000 4194304 5963574 140737073999408 140737073998928 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13236/statm: 38618 26126 187 432 0 38183 0
[pid=13236/tid=13238] ppid=13234 vsize=154472 CPUtime=50.88 cores=1,3,5,7
/proc/13236/task/13238/stat : 13238 (wbo1.7) R 13234 13236 11506 0 -1 4202560 24161 0 0 0 5080 8 0 0 20 0 2 0 277274609 158179328 26126 33554432000 4194304 5963574 140737073999408 140007150016024 4388929 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 154472

[startup+102.3 s]
/proc/loadavg: 2.02 2.05 2.00 3/179 13341
/proc/meminfo: memFree=29259720/32873844 swapFree=7116/7116
[pid=13236] ppid=13234 vsize=154472 CPUtime=102.26 cores=1,3,5,7
/proc/13236/stat : 13236 (wbo1.7) S 13234 13236 11506 0 -1 4202496 30058 0 0 0 10216 10 0 0 20 0 2 0 277274604 158179328 30086 33554432000 4194304 5963574 140737073999408 140737073998928 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13236/statm: 38618 30086 187 432 0 38183 0
[pid=13236/tid=13238] ppid=13234 vsize=154472 CPUtime=101.96 cores=1,3,5,7
/proc/13236/task/13238/stat : 13238 (wbo1.7) R 13234 13236 11506 0 -1 4202560 28121 0 0 0 10186 10 0 0 20 0 2 0 277274609 158179328 30086 33554432000 4194304 5963574 140737073999408 140007150016504 4403213 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 154472

[startup+162.3 s]
/proc/loadavg: 2.04 2.06 2.00 3/180 13344
/proc/meminfo: memFree=29207832/32873844 swapFree=7116/7116
[pid=13236] ppid=13234 vsize=221016 CPUtime=162.23 cores=1,3,5,7
/proc/13236/stat : 13236 (wbo1.7) S 13234 13236 11506 0 -1 4202496 35283 0 0 0 16211 12 0 0 20 0 2 0 277274604 226320384 35326 33554432000 4194304 5963574 140737073999408 140737073998928 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13236/statm: 55254 35326 187 432 0 54819 0
[pid=13236/tid=13238] ppid=13234 vsize=221016 CPUtime=161.77 cores=1,3,5,7
/proc/13236/task/13238/stat : 13238 (wbo1.7) R 13234 13236 11506 0 -1 4202560 33346 0 0 0 16163 14 0 0 20 0 2 0 277274609 226320384 35326 33554432000 4194304 5963574 140737073999408 140007150016024 4388724 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 221016

[startup+222.307 s]
/proc/loadavg: 2.05 2.06 2.00 3/179 13344
/proc/meminfo: memFree=29138032/32873844 swapFree=7116/7116
[pid=13236] ppid=13234 vsize=221664 CPUtime=222.23 cores=1,3,5,7
/proc/13236/stat : 13236 (wbo1.7) S 13234 13236 11506 0 -1 4202496 47415 0 0 0 22204 19 0 0 20 0 2 0 277274604 226983936 47962 33554432000 4194304 5963574 140737073999408 140737073998928 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13236/statm: 55416 47962 187 432 0 54981 0
[pid=13236/tid=13238] ppid=13234 vsize=221664 CPUtime=221.63 cores=1,3,5,7
/proc/13236/task/13238/stat : 13238 (wbo1.7) R 13234 13236 11506 0 -1 4202560 45478 0 0 0 22142 21 0 0 20 0 2 0 277274609 226983936 47962 33554432000 4194304 5963574 140737073999408 140007150016024 4403207 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 221664

[startup+282.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/179 13344
/proc/meminfo: memFree=29083592/32873844 swapFree=7116/7116
[pid=13236] ppid=13234 vsize=289216 CPUtime=282.21 cores=1,3,5,7
/proc/13236/stat : 13236 (wbo1.7) S 13234 13236 11506 0 -1 4202496 53515 0 0 0 28199 22 0 0 20 0 2 0 277274604 296157184 53941 33554432000 4194304 5963574 140737073999408 140737073998928 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13236/statm: 72304 53941 187 432 0 71869 0
[pid=13236/tid=13238] ppid=13234 vsize=289216 CPUtime=281.47 cores=1,3,5,7
/proc/13236/task/13238/stat : 13238 (wbo1.7) R 13234 13236 11506 0 -1 4202560 51578 0 0 0 28121 26 0 0 20 0 2 0 277274609 296157184 53941 33554432000 4194304 5963574 140737073999408 140007150016504 4399592 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 289216

[startup+342.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/179 13345
/proc/meminfo: memFree=28955036/32873844 swapFree=7116/7116
[pid=13236] ppid=13234 vsize=357504 CPUtime=342.18 cores=1,3,5,7
/proc/13236/stat : 13236 (wbo1.7) S 13234 13236 11506 0 -1 4202496 79913 0 0 0 34183 35 0 0 20 0 2 0 277274604 366084096 80323 33554432000 4194304 5963574 140737073999408 140737073998928 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13236/statm: 89376 80323 187 432 0 88941 0
[pid=13236/tid=13238] ppid=13234 vsize=357504 CPUtime=341.29 cores=1,3,5,7
/proc/13236/task/13238/stat : 13238 (wbo1.7) R 13234 13236 11506 0 -1 4202560 77976 0 0 0 34089 40 0 0 20 0 2 0 277274609 366084096 80323 33554432000 4194304 5963574 140737073999408 140007150016504 4399527 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 357504

[startup+402.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/179 13345
/proc/meminfo: memFree=28944356/32873844 swapFree=7116/7116
[pid=13236] ppid=13234 vsize=358044 CPUtime=402.17 cores=1,3,5,7
/proc/13236/stat : 13236 (wbo1.7) S 13234 13236 11506 0 -1 4202496 79937 0 0 0 40182 35 0 0 20 0 2 0 277274604 366637056 80343 33554432000 4194304 5963574 140737073999408 140737073998928 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13236/statm: 89511 80343 187 432 0 89076 0
[pid=13236/tid=13238] ppid=13234 vsize=358044 CPUtime=401.13 cores=1,3,5,7
/proc/13236/task/13238/stat : 13238 (wbo1.7) R 13234 13236 11506 0 -1 4202560 78000 0 0 0 40072 41 0 0 20 0 2 0 277274609 366637056 80343 33554432000 4194304 5963574 140737073999408 140007150016680 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 358044

[startup+462.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/179 13345
/proc/meminfo: memFree=28921044/32873844 swapFree=7116/7116
[pid=13236] ppid=13234 vsize=358044 CPUtime=462.16 cores=1,3,5,7

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

[startup+1482.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/179 13377
/proc/meminfo: memFree=28445116/32873844 swapFree=7116/7116
[pid=13236] ppid=13234 vsize=626440 CPUtime=1481.96 cores=1,3,5,7
/proc/13236/stat : 13236 (wbo1.7) S 13234 13236 11506 0 -1 4202496 135901 0 0 0 148100 96 0 0 20 0 2 0 277274604 641474560 136738 33554432000 4194304 5963574 140737073999408 140737073998928 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13236/statm: 156610 136738 187 432 0 156175 0
[pid=13236/tid=13238] ppid=13234 vsize=626440 CPUtime=1478.3 cores=1,3,5,7
/proc/13236/task/13238/stat : 13238 (wbo1.7) R 13234 13236 11506 0 -1 4202560 133964 0 0 0 147712 118 0 0 20 0 2 0 277274609 641474560 136738 33554432000 4194304 5963574 140737073999408 140007150016536 4399456 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1481.96
Current children cumulated vsize (KiB) 626440

[startup+1542.31 s]
/proc/loadavg: 2.13 2.06 2.01 3/179 13377
/proc/meminfo: memFree=28438108/32873844 swapFree=7116/7116
[pid=13236] ppid=13234 vsize=626440 CPUtime=1541.95 cores=1,3,5,7
/proc/13236/stat : 13236 (wbo1.7) S 13234 13236 11506 0 -1 4202496 135914 0 0 0 154099 96 0 0 20 0 2 0 277274604 641474560 136768 33554432000 4194304 5963574 140737073999408 140737073998928 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13236/statm: 156610 136768 187 432 0 156175 0
[pid=13236/tid=13238] ppid=13234 vsize=626440 CPUtime=1538.14 cores=1,3,5,7
/proc/13236/task/13238/stat : 13238 (wbo1.7) R 13234 13236 11506 0 -1 4202560 133977 0 0 0 153695 119 0 0 20 0 2 0 277274609 641474560 136768 33554432000 4194304 5963574 140737073999408 140007150016536 4388665 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1541.95
Current children cumulated vsize (KiB) 626440

[startup+1602.3 s]
/proc/loadavg: 2.05 2.05 2.01 3/179 13378
/proc/meminfo: memFree=28430132/32873844 swapFree=7116/7116
[pid=13236] ppid=13234 vsize=626440 CPUtime=1601.91 cores=1,3,5,7
/proc/13236/stat : 13236 (wbo1.7) S 13234 13236 11506 0 -1 4202496 135934 0 0 0 160095 96 0 0 20 0 2 0 277274604 641474560 136774 33554432000 4194304 5963574 140737073999408 140737073998928 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13236/statm: 156610 136774 187 432 0 156175 0
[pid=13236/tid=13238] ppid=13234 vsize=626440 CPUtime=1597.96 cores=1,3,5,7
/proc/13236/task/13238/stat : 13238 (wbo1.7) R 13234 13236 11506 0 -1 4202560 133997 0 0 0 159676 120 0 0 20 0 2 0 277274609 641474560 136774 33554432000 4194304 5963574 140737073999408 140007150016536 4221984 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) 626440

[startup+1662.3 s]
/proc/loadavg: 2.09 2.06 2.01 3/178 13378
/proc/meminfo: memFree=28412532/32873844 swapFree=7116/7116
[pid=13236] ppid=13234 vsize=626440 CPUtime=1661.91 cores=1,3,5,7
/proc/13236/stat : 13236 (wbo1.7) S 13234 13236 11506 0 -1 4202496 135934 0 0 0 166095 96 0 0 20 0 2 0 277274604 641474560 136774 33554432000 4194304 5963574 140737073999408 140737073998928 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13236/statm: 156610 136774 187 432 0 156175 0
[pid=13236/tid=13238] ppid=13234 vsize=626440 CPUtime=1657.81 cores=1,3,5,7
/proc/13236/task/13238/stat : 13238 (wbo1.7) R 13234 13236 11506 0 -1 4202560 133997 0 0 0 165660 121 0 0 20 0 2 0 277274609 641474560 136774 33554432000 4194304 5963574 140737073999408 140007150016536 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1661.91
Current children cumulated vsize (KiB) 626440

[startup+1722.3 s]
/proc/loadavg: 2.03 2.05 2.00 3/179 13379
/proc/meminfo: memFree=28382516/32873844 swapFree=7116/7116
[pid=13236] ppid=13234 vsize=626924 CPUtime=1721.89 cores=1,3,5,7
/proc/13236/stat : 13236 (wbo1.7) S 13234 13236 11506 0 -1 4202496 143502 0 0 0 172083 106 0 0 20 0 2 0 277274604 641970176 144342 33554432000 4194304 5963574 140737073999408 140737073998928 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13236/statm: 156731 144342 187 432 0 156296 0
[pid=13236/tid=13238] ppid=13234 vsize=626924 CPUtime=1717.66 cores=1,3,5,7
/proc/13236/task/13238/stat : 13238 (wbo1.7) R 13234 13236 11506 0 -1 4202560 141565 0 0 0 171634 132 0 0 20 0 2 0 277274609 641970176 144342 33554432000 4194304 5963574 140737073999408 140007150016504 4399456 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1721.89
Current children cumulated vsize (KiB) 626924

[startup+1782.3 s]
/proc/loadavg: 2.05 2.05 2.00 3/179 13379
/proc/meminfo: memFree=28335520/32873844 swapFree=7116/7116
[pid=13236] ppid=13234 vsize=627648 CPUtime=1781.89 cores=1,3,5,7
/proc/13236/stat : 13236 (wbo1.7) S 13234 13236 11506 0 -1 4202496 148058 0 0 0 178075 114 0 0 20 0 2 0 277274604 642711552 148877 33554432000 4194304 5963574 140737073999408 140737073998928 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13236/statm: 156912 148877 187 432 0 156477 0
[pid=13236/tid=13238] ppid=13234 vsize=627648 CPUtime=1777.5 cores=1,3,5,7
/proc/13236/task/13238/stat : 13238 (wbo1.7) R 13234 13236 11506 0 -1 4202560 146121 0 0 0 177610 140 0 0 20 0 2 0 277274609 642711552 148877 33554432000 4194304 5963574 140737073999408 140007150016312 4400068 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1781.89
Current children cumulated vsize (KiB) 627648

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

[startup+1799.9 s]
/proc/loadavg: 2.11 2.06 2.01 3/179 13379
/proc/meminfo: memFree=28325724/32873844 swapFree=7116/7116
[pid=13236] ppid=13234 vsize=627648 CPUtime=1799.49 cores=1,3,5,7
/proc/13236/stat : 13236 (wbo1.7) S 13234 13236 11506 0 -1 4202496 148459 0 0 0 179835 114 0 0 20 0 2 0 277274604 642711552 149278 33554432000 4194304 5963574 140737073999408 140737073998928 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13236/statm: 156912 149278 187 432 0 156477 0
[pid=13236/tid=13238] ppid=13234 vsize=627648 CPUtime=1795.06 cores=1,3,5,7
/proc/13236/task/13238/stat : 13238 (wbo1.7) R 13234 13236 11506 0 -1 4202560 146522 0 0 0 179365 141 0 0 20 0 2 0 277274609 642711552 149278 33554432000 4194304 5963574 140737073999408 140007150016024 4390712 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.49
Current children cumulated vsize (KiB) 627648

[startup+1800 s]
/proc/loadavg: 2.11 2.06 2.01 3/179 13379
/proc/meminfo: memFree=28325724/32873844 swapFree=7116/7116
[pid=13236] ppid=13234 vsize=0 CPUtime=1795.21 cores=1,3,5,7
/proc/13236/stat : 13236 (wbo1.7) R 13234 13236 11506 0 -1 4203524 148460 0 0 0 179379 142 0 0 20 0 1 0 277274604 0 0 33554432000 0 0 0 0 0 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13236/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1795.21
Current children cumulated vsize (KiB) 0
#
############


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

[startup+1792.01 s]
/proc/loadavg: 2.04 2.05 2.00 3/179 13379
/proc/meminfo: memFree=28328700/32873844 swapFree=7116/7116
[pid=13236] ppid=13234 vsize=627648 CPUtime=1791.59 cores=1,3,5,7
/proc/13236/stat : 13236 (wbo1.7) S 13234 13236 11506 0 -1 4202496 148459 0 0 0 179045 114 0 0 20 0 2 0 277274604 642711552 149278 33554432000 4194304 5963574 140737073999408 140737073998928 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13236/statm: 156912 149278 187 432 0 156477 0
[pid=13236/tid=13238] ppid=13234 vsize=627648 CPUtime=1787.19 cores=1,3,5,7
/proc/13236/task/13238/stat : 13238 (wbo1.7) R 13234 13236 11506 0 -1 4202560 146522 0 0 0 178578 141 0 0 20 0 2 0 277274609 642711552 149278 33554432000 4194304 5963574 140737073999408 140007150016024 4378768 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1791.59
Current children cumulated vsize (KiB) 627648

[startup+1795.2 s]
/proc/loadavg: 2.12 2.07 2.01 3/179 13379
/proc/meminfo: memFree=28327708/32873844 swapFree=7116/7116
[pid=13236] ppid=13234 vsize=627648 CPUtime=1794.79 cores=1,3,5,7
/proc/13236/stat : 13236 (wbo1.7) S 13234 13236 11506 0 -1 4202496 148459 0 0 0 179365 114 0 0 20 0 2 0 277274604 642711552 149278 33554432000 4194304 5963574 140737073999408 140737073998928 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13236/statm: 156912 149278 187 432 0 156477 0
[pid=13236/tid=13238] ppid=13234 vsize=627648 CPUtime=1790.38 cores=1,3,5,7
/proc/13236/task/13238/stat : 13238 (wbo1.7) R 13234 13236 11506 0 -1 4202560 146522 0 0 0 178897 141 0 0 20 0 2 0 277274609 642711552 149278 33554432000 4194304 5963574 140737073999408 140007150016024 4220672 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1794.79
Current children cumulated vsize (KiB) 627648

[startup+1798.4 s]
/proc/loadavg: 2.12 2.07 2.01 3/179 13379
/proc/meminfo: memFree=28326592/32873844 swapFree=7116/7116
[pid=13236] ppid=13234 vsize=627648 CPUtime=1797.99 cores=1,3,5,7
/proc/13236/stat : 13236 (wbo1.7) S 13234 13236 11506 0 -1 4202496 148459 0 0 0 179685 114 0 0 20 0 2 0 277274604 642711552 149278 33554432000 4194304 5963574 140737073999408 140737073998928 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13236/statm: 156912 149278 187 432 0 156477 0
[pid=13236/tid=13238] ppid=13234 vsize=627648 CPUtime=1793.56 cores=1,3,5,7
/proc/13236/task/13238/stat : 13238 (wbo1.7) R 13234 13236 11506 0 -1 4202560 146522 0 0 0 179215 141 0 0 20 0 2 0 277274609 642711552 149278 33554432000 4194304 5963574 140737073999408 140007150016024 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1797.99
Current children cumulated vsize (KiB) 627648

[startup+1799.2 s]
/proc/loadavg: 2.12 2.07 2.01 3/179 13379
/proc/meminfo: memFree=28326096/32873844 swapFree=7116/7116
[pid=13236] ppid=13234 vsize=627648 CPUtime=1798.79 cores=1,3,5,7
/proc/13236/stat : 13236 (wbo1.7) S 13234 13236 11506 0 -1 4202496 148459 0 0 0 179765 114 0 0 20 0 2 0 277274604 642711552 149278 33554432000 4194304 5963574 140737073999408 140737073998928 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13236/statm: 156912 149278 187 432 0 156477 0
[pid=13236/tid=13238] ppid=13234 vsize=627648 CPUtime=1794.36 cores=1,3,5,7
/proc/13236/task/13238/stat : 13238 (wbo1.7) R 13234 13236 11506 0 -1 4202560 146522 0 0 0 179295 141 0 0 20 0 2 0 277274609 642711552 149278 33554432000 4194304 5963574 140737073999408 140007150016024 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1798.79
Current children cumulated vsize (KiB) 627648

[startup+1799.6 s]
/proc/loadavg: 2.11 2.06 2.01 3/179 13379
/proc/meminfo: memFree=28325724/32873844 swapFree=7116/7116
[pid=13236] ppid=13234 vsize=627648 CPUtime=1799.19 cores=1,3,5,7
/proc/13236/stat : 13236 (wbo1.7) S 13234 13236 11506 0 -1 4202496 148459 0 0 0 179805 114 0 0 20 0 2 0 277274604 642711552 149278 33554432000 4194304 5963574 140737073999408 140737073998928 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13236/statm: 156912 149278 187 432 0 156477 0
[pid=13236/tid=13238] ppid=13234 vsize=627648 CPUtime=1794.77 cores=1,3,5,7
/proc/13236/task/13238/stat : 13238 (wbo1.7) R 13234 13236 11506 0 -1 4202560 146522 0 0 0 179336 141 0 0 20 0 2 0 277274609 642711552 149278 33554432000 4194304 5963574 140737073999408 140007150016024 4389667 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.19
Current children cumulated vsize (KiB) 627648

[startup+1800 s]
/proc/loadavg: 2.11 2.06 2.01 3/179 13379
/proc/meminfo: memFree=28325724/32873844 swapFree=7116/7116
[pid=13236] ppid=13234 vsize=0 CPUtime=1795.21 cores=1,3,5,7
/proc/13236/stat : 13236 (wbo1.7) R 13234 13236 11506 0 -1 4203524 148460 0 0 0 179379 142 0 0 20 0 1 0 277274604 0 0 33554432000 0 0 0 0 0 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13236/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1795.21
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.27991
#  lost CPU user time (s): 4.55994
#  lost CPU system time (s): -0.28

Real time (s): 1800.01
CPU time (s): 1799.51
CPU user time (s): 1798.36
CPU system time (s): 1.14878
CPU usage (%): 99.9722
Max. virtual memory (cumulated for all children) (KiB): 627648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.8
system time used= 1.42878
maximum resident set size= 597116
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 148460
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= 217
involuntary context switches= 1860

runsolver used 3.09753 second user time and 8.5427 second system time

The end

Launcher Data

Begin job on node138 at 2012-05-27 11:38:15
IDJOB=3705625
IDBENCH=48313
IDSOLVER=2284
FILE ID=node138/3705625-1338111495
RUNJOBID= node138-1338088086-11523
PBS_JOBID= 14624454
Free space on /tmp= 71524 MiB

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

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

MD5SUM BENCH= c1794605d16cd8196553c490f5507fd9
RANDOM SEED=1006804528

node138.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.347
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.69
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.347
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		: 2667.347
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.347
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.347
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.347
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.347
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.92
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.347
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:       32873844 kB
MemFree:        27469280 kB
Buffers:          334844 kB
Cached:          2216484 kB
SwapCached:          212 kB
Active:          2767964 kB
Inactive:        1798040 kB
Active(anon):    2005468 kB
Inactive(anon):    11368 kB
Active(file):     762496 kB
Inactive(file):  1786672 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67108644 kB
Dirty:              5468 kB
Writeback:             0 kB
AnonPages:       2021312 kB
Mapped:            15088 kB
Shmem:               200 kB
Slab:             693980 kB
SReclaimable:     136296 kB
SUnreclaim:       557684 kB
KernelStack:        1472 kB
PageTables:         7540 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     195064 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    890880 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-3705625-1338111495.opb

Free space on /tmp at the end= 71528 MiB
End job on node138 at 2012-05-27 12:08:15