Trace number 3704598

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.0UNSAT 1040.63 1040.97

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_50_25_3_15.opb
MD5SUM8bda8bcfdd3d0bef04b7cb75764a0af7
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 benchmark0.834872
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
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)2952
Sum of products size (including duplicates)5904
Number of different products1476
Sum of products size2952

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-3704598-1338091670.opb.
0.00/0.00	c Instance file HOME/instance-3704598-1338091670.opb
0.00/0.00	c File size is 118617 bytes.
0.00/0.01	c Highest Coefficient sum: 100
0.00/0.01	c ============================[ Problem Statistics ]=============================
0.00/0.01	c |                                                                             |
0.00/0.01	c |  Parsing time:          0.01         s                                      |
0.00/0.01	c |  Number Variables:      1576                                                |
0.00/0.01	c |  Number Clauses:        1526                                                |
0.00/0.01	c |  Number Cardinality:    103                                                 |
0.00/0.01	c |  Number PB Constraints: 1476                                                |
0.00/0.01	c |                                                                             |
0.00/0.01	c |  Problem Type:          Decision                                            |
0.00/0.01	c |  Objective Function:    None                                                |
0.00/0.01	c |                                                                             |
0.00/0.01	c ===============================================================================
1040.63/1040.96	c ===============================================================================
1040.63/1040.96	c Wall Clock Time: 1040.96 s
1040.63/1040.96	s UNSATISFIABLE

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-3704598-1338091670/watcher-3704598-1338091670 -o /tmp/evaluation-result-3704598-1338091670/solver-3704598-1338091670 -C 1800 -W 1900 -M 15500 pwbo2.0 -file-format=opb -verbosity=0 -thread=1 HOME/instance-3704598-1338091670.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 1.95 3/177 13464
/proc/meminfo: memFree=28186520/32873844 swapFree=7116/7116
[pid=13464] ppid=13462 vsize=3824 CPUtime=0 cores=1,3,5,7
/proc/13464/stat : 13464 (pwbo2.0) R 13462 13464 12793 0 -1 4202496 457 0 0 0 0 0 0 0 20 0 1 0 275291941 3915776 409 33554432000 4194304 5965102 140737128968032 140733948231112 5137146 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/13464/statm: 956 410 175 433 0 491 0

[startup+0.00997196 s]
/proc/loadavg: 2.00 2.00 1.95 3/177 13464
/proc/meminfo: memFree=28186520/32873844 swapFree=7116/7116
[pid=13464] ppid=13462 vsize=4092 CPUtime=0 cores=1,3,5,7
/proc/13464/stat : 13464 (pwbo2.0) R 13462 13464 12793 0 -1 4202496 534 0 0 0 0 0 0 0 20 0 1 0 275291941 4190208 486 33554432000 4194304 5965102 140737128968032 140733948231112 5137146 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/13464/statm: 994 462 162 433 0 558 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 4092

[startup+0.100157 s]
/proc/loadavg: 2.00 2.00 1.95 3/177 13464
/proc/meminfo: memFree=28186520/32873844 swapFree=7116/7116
[pid=13464] ppid=13462 vsize=84684 CPUtime=0.09 cores=1,3,5,7
/proc/13464/stat : 13464 (pwbo2.0) S 13462 13464 12793 0 -1 4202496 1637 0 0 0 9 0 0 0 20 0 2 0 275291941 86716416 1560 33554432000 4194304 5965102 140737128968032 140737128967552 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13464/statm: 21171 1560 190 433 0 20735 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 84684

[startup+0.300118 s]
/proc/loadavg: 2.00 2.00 1.95 3/177 13464
/proc/meminfo: memFree=28186520/32873844 swapFree=7116/7116
[pid=13464] ppid=13462 vsize=84684 CPUtime=0.29 cores=1,3,5,7
/proc/13464/stat : 13464 (pwbo2.0) S 13462 13464 12793 0 -1 4202496 2031 0 0 0 29 0 0 0 20 0 2 0 275291941 86716416 1954 33554432000 4194304 5965102 140737128968032 140737128967552 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13464/statm: 21171 1954 190 433 0 20735 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 84684

[startup+0.700124 s]
/proc/loadavg: 2.00 2.00 1.95 3/177 13464
/proc/meminfo: memFree=28186520/32873844 swapFree=7116/7116
[pid=13464] ppid=13462 vsize=84684 CPUtime=0.69 cores=1,3,5,7
/proc/13464/stat : 13464 (pwbo2.0) S 13462 13464 12793 0 -1 4202496 2530 0 0 0 69 0 0 0 20 0 2 0 275291941 86716416 2453 33554432000 4194304 5965102 140737128968032 140737128967552 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13464/statm: 21171 2453 190 433 0 20735 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 84684

[startup+1.50025 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 13466
/proc/meminfo: memFree=28176268/32873844 swapFree=7116/7116
[pid=13464] ppid=13462 vsize=84828 CPUtime=1.48 cores=1,3,5,7
/proc/13464/stat : 13464 (pwbo2.0) S 13462 13464 12793 0 -1 4202496 3188 0 0 0 148 0 0 0 20 0 2 0 275291941 86863872 3111 33554432000 4194304 5965102 140737128968032 140737128967552 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13464/statm: 21207 3111 190 433 0 20771 0
[pid=13464/tid=13466] ppid=13462 vsize=84828 CPUtime=1.47 cores=1,3,5,7
/proc/13464/task/13466/stat : 13466 (pwbo2.0) R 13462 13464 12793 0 -1 4202560 2199 0 0 0 147 0 0 0 20 0 2 0 275291942 86863872 3111 33554432000 4194304 5965102 140737128968032 139662733133624 4221120 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 84828

[startup+3.10027 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 13466
/proc/meminfo: memFree=28174036/32873844 swapFree=7116/7116
[pid=13464] ppid=13462 vsize=84900 CPUtime=3.08 cores=1,3,5,7
/proc/13464/stat : 13464 (pwbo2.0) S 13462 13464 12793 0 -1 4202496 3534 0 0 0 308 0 0 0 20 0 2 0 275291941 86937600 3457 33554432000 4194304 5965102 140737128968032 140737128967552 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13464/statm: 21225 3457 190 433 0 20789 0
[pid=13464/tid=13466] ppid=13462 vsize=84900 CPUtime=3.06 cores=1,3,5,7
/proc/13464/task/13466/stat : 13466 (pwbo2.0) R 13462 13464 12793 0 -1 4202560 2545 0 0 0 306 0 0 0 20 0 2 0 275291942 86937600 3457 33554432000 4194304 5965102 140737128968032 139662733133624 4380443 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 84900

[startup+6.30029 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 13466
/proc/meminfo: memFree=28166264/32873844 swapFree=7116/7116
[pid=13464] ppid=13462 vsize=85548 CPUtime=6.28 cores=1,3,5,7
/proc/13464/stat : 13464 (pwbo2.0) S 13462 13464 12793 0 -1 4202496 5491 0 0 0 628 0 0 0 20 0 2 0 275291941 87601152 5414 33554432000 4194304 5965102 140737128968032 140737128967552 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13464/statm: 21387 5414 190 433 0 20951 0
[pid=13464/tid=13466] ppid=13462 vsize=85548 CPUtime=6.26 cores=1,3,5,7
/proc/13464/task/13466/stat : 13466 (pwbo2.0) R 13462 13464 12793 0 -1 4202560 4502 0 0 0 626 0 0 0 20 0 2 0 275291942 87601152 5414 33554432000 4194304 5965102 140737128968032 139662733133816 18446744073699066235 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 85548

[startup+12.7003 s]
/proc/loadavg: 2.07 2.02 1.95 3/179 13466
/proc/meminfo: memFree=28156600/32873844 swapFree=7116/7116
[pid=13464] ppid=13462 vsize=87744 CPUtime=12.68 cores=1,3,5,7
/proc/13464/stat : 13464 (pwbo2.0) S 13462 13464 12793 0 -1 4202496 7520 0 0 0 1268 0 0 0 20 0 2 0 275291941 89849856 7443 33554432000 4194304 5965102 140737128968032 140737128967552 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13464/statm: 21936 7443 190 433 0 21500 0
[pid=13464/tid=13466] ppid=13462 vsize=87744 CPUtime=12.64 cores=1,3,5,7
/proc/13464/task/13466/stat : 13466 (pwbo2.0) R 13462 13464 12793 0 -1 4202560 6531 0 0 0 1264 0 0 0 20 0 2 0 275291942 89849856 7443 33554432000 4194304 5965102 140737128968032 139662733133864 4401131 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 87744

[startup+25.5004 s]
/proc/loadavg: 2.06 2.02 1.95 3/179 13467
/proc/meminfo: memFree=28145688/32873844 swapFree=7116/7116
[pid=13464] ppid=13462 vsize=92692 CPUtime=25.48 cores=1,3,5,7
/proc/13464/stat : 13464 (pwbo2.0) S 13462 13464 12793 0 -1 4202496 10194 0 0 0 2546 2 0 0 20 0 2 0 275291941 94916608 10117 33554432000 4194304 5965102 140737128968032 140737128967552 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13464/statm: 23173 10117 190 433 0 22737 0
[pid=13464/tid=13466] ppid=13462 vsize=92692 CPUtime=25.41 cores=1,3,5,7
/proc/13464/task/13466/stat : 13466 (pwbo2.0) R 13462 13464 12793 0 -1 4202560 9205 0 0 0 2539 2 0 0 20 0 2 0 275291942 94916608 10117 33554432000 4194304 5965102 140737128968032 139662733133624 4400960 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 92692

[startup+51.1003 s]
/proc/loadavg: 2.04 2.01 1.95 3/179 13467
/proc/meminfo: memFree=28134620/32873844 swapFree=7116/7116
[pid=13464] ppid=13462 vsize=95956 CPUtime=51.07 cores=1,3,5,7
/proc/13464/stat : 13464 (pwbo2.0) S 13462 13464 12793 0 -1 4202496 13197 0 0 0 5102 5 0 0 20 0 2 0 275291941 98258944 13112 33554432000 4194304 5965102 140737128968032 140737128967552 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13464/statm: 23989 13112 190 433 0 23553 0
[pid=13464/tid=13466] ppid=13462 vsize=95956 CPUtime=50.94 cores=1,3,5,7
/proc/13464/task/13466/stat : 13466 (pwbo2.0) R 13462 13464 12793 0 -1 4202560 12208 0 0 0 5089 5 0 0 20 0 2 0 275291942 98258944 13112 33554432000 4194304 5965102 140737128968032 139662733133336 4380336 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 95956

[startup+102.307 s]
/proc/loadavg: 2.01 2.01 1.95 3/179 13467
/proc/meminfo: memFree=28112960/32873844 swapFree=7116/7116
[pid=13464] ppid=13462 vsize=98984 CPUtime=102.27 cores=1,3,5,7
/proc/13464/stat : 13464 (pwbo2.0) S 13462 13464 12793 0 -1 4202496 18411 0 0 0 10217 10 0 0 20 0 2 0 275291941 101359616 18326 33554432000 4194304 5965102 140737128968032 140737128967552 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13464/statm: 24746 18326 190 433 0 24310 0
[pid=13464/tid=13466] ppid=13462 vsize=98984 CPUtime=102.02 cores=1,3,5,7
/proc/13464/task/13466/stat : 13466 (pwbo2.0) R 13462 13464 12793 0 -1 4202560 17422 0 0 0 10191 11 0 0 20 0 2 0 275291942 101359616 18326 33554432000 4194304 5965102 140737128968032 139662733133336 4221120 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 98984

[startup+162.3 s]
/proc/loadavg: 2.08 2.02 1.96 3/180 13470
/proc/meminfo: memFree=28090012/32873844 swapFree=7116/7116
[pid=13464] ppid=13462 vsize=168112 CPUtime=162.26 cores=1,3,5,7
/proc/13464/stat : 13464 (pwbo2.0) S 13462 13464 12793 0 -1 4202496 24078 0 0 0 16208 18 0 0 20 0 2 0 275291941 172146688 23993 33554432000 4194304 5965102 140737128968032 140737128967552 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13464/statm: 42028 23993 190 433 0 41592 0
[pid=13464/tid=13466] ppid=13462 vsize=168112 CPUtime=161.85 cores=1,3,5,7
/proc/13464/task/13466/stat : 13466 (pwbo2.0) R 13462 13464 12793 0 -1 4202560 23089 0 0 0 16165 20 0 0 20 0 2 0 275291942 172146688 23993 33554432000 4194304 5965102 140737128968032 139662733133816 4221120 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 168112

[startup+222.3 s]
/proc/loadavg: 2.03 2.01 1.96 3/179 13470
/proc/meminfo: memFree=28065152/32873844 swapFree=7116/7116
[pid=13464] ppid=13462 vsize=170328 CPUtime=222.24 cores=1,3,5,7
/proc/13464/stat : 13464 (pwbo2.0) S 13462 13464 12793 0 -1 4202496 30307 0 0 0 22199 25 0 0 20 0 2 0 275291941 174415872 30222 33554432000 4194304 5965102 140737128968032 140737128967552 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13464/statm: 42582 30222 190 433 0 42146 0
[pid=13464/tid=13466] ppid=13462 vsize=170328 CPUtime=221.7 cores=1,3,5,7
/proc/13464/task/13466/stat : 13466 (pwbo2.0) R 13462 13464 12793 0 -1 4202560 29318 0 0 0 22142 28 0 0 20 0 2 0 275291942 174415872 30222 33554432000 4194304 5965102 140737128968032 139662733133624 4380045 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 170328

[startup+282.3 s]
/proc/loadavg: 2.01 2.01 1.96 3/179 13470
/proc/meminfo: memFree=28053372/32873844 swapFree=7116/7116
[pid=13464] ppid=13462 vsize=170676 CPUtime=282.24 cores=1,3,5,7
/proc/13464/stat : 13464 (pwbo2.0) S 13462 13464 12793 0 -1 4202496 33325 0 0 0 28194 30 0 0 20 0 2 0 275291941 174772224 33240 33554432000 4194304 5965102 140737128968032 140737128967552 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13464/statm: 42669 33240 190 433 0 42233 0
[pid=13464/tid=13466] ppid=13462 vsize=170676 CPUtime=281.55 cores=1,3,5,7
/proc/13464/task/13466/stat : 13466 (pwbo2.0) R 13462 13464 12793 0 -1 4202560 32336 0 0 0 28121 34 0 0 20 0 2 0 275291942 174772224 33240 33554432000 4194304 5965102 140737128968032 139662733133864 4400960 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 170676

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 13471
/proc/meminfo: memFree=28039996/32873844 swapFree=7116/7116
[pid=13464] ppid=13462 vsize=171344 CPUtime=342.23 cores=1,3,5,7
/proc/13464/stat : 13464 (pwbo2.0) S 13462 13464 12793 0 -1 4202496 36812 0 0 0 34187 36 0 0 20 0 2 0 275291941 175456256 36727 33554432000 4194304 5965102 140737128968032 140737128967552 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13464/statm: 42836 36727 190 433 0 42400 0
[pid=13464/tid=13466] ppid=13462 vsize=171344 CPUtime=341.39 cores=1,3,5,7
/proc/13464/task/13466/stat : 13466 (pwbo2.0) R 13462 13464 12793 0 -1 4202560 35823 0 0 0 34098 41 0 0 20 0 2 0 275291942 175456256 36727 33554432000 4194304 5965102 140737128968032 139662733133336 4401668 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 171344

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 13472
/proc/meminfo: memFree=27981832/32873844 swapFree=7116/7116
[pid=13464] ppid=13462 vsize=242084 CPUtime=402.19 cores=1,3,5,7
/proc/13464/stat : 13464 (pwbo2.0) S 13462 13464 12793 0 -1 4202496 41165 0 0 0 40178 41 0 0 20 0 2 0 275291941 247894016 41301 33554432000 4194304 5965102 140737128968032 140737128967552 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13464/statm: 60521 41301 190 433 0 60085 0
[pid=13464/tid=13466] ppid=13462 vsize=242084 CPUtime=401.21 cores=1,3,5,7
/proc/13464/task/13466/stat : 13466 (pwbo2.0) R 13462 13464 12793 0 -1 4202560 40176 0 0 0 40074 47 0 0 20 0 2 0 275291942 247894016 41301 33554432000 4194304 5965102 140737128968032 139662733133336 4400960 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 242084

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 13472
/proc/meminfo: memFree=27920124/32873844 swapFree=7116/7116
[pid=13464] ppid=13462 vsize=242972 CPUtime=462.15 cores=1,3,5,7

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


[startup+642.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 13473
/proc/meminfo: memFree=27873356/32873844 swapFree=7116/7116
[pid=13464] ppid=13462 vsize=312028 CPUtime=642.12 cores=1,3,5,7
/proc/13464/stat : 13464 (pwbo2.0) S 13462 13464 12793 0 -1 4202496 56884 0 0 0 64152 60 0 0 20 0 2 0 275291941 319516672 57992 33554432000 4194304 5965102 140737128968032 140737128967552 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13464/statm: 78007 57992 190 433 0 77571 0
[pid=13464/tid=13466] ppid=13462 vsize=312028 CPUtime=640.56 cores=1,3,5,7
/proc/13464/task/13466/stat : 13466 (pwbo2.0) R 13462 13464 12793 0 -1 4202560 55895 0 0 0 63987 69 0 0 20 0 2 0 275291942 319516672 57992 33554432000 4194304 5965102 140737128968032 139662733133816 4400960 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 312028

[startup+702.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 13473
/proc/meminfo: memFree=27864304/32873844 swapFree=7116/7116
[pid=13464] ppid=13462 vsize=312748 CPUtime=702.11 cores=1,3,5,7
/proc/13464/stat : 13464 (pwbo2.0) S 13462 13464 12793 0 -1 4202496 59001 0 0 0 70148 63 0 0 20 0 2 0 275291941 320253952 60109 33554432000 4194304 5965102 140737128968032 140737128967552 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13464/statm: 78187 60109 190 433 0 77751 0
[pid=13464/tid=13466] ppid=13462 vsize=312748 CPUtime=700.4 cores=1,3,5,7
/proc/13464/task/13466/stat : 13466 (pwbo2.0) R 13462 13464 12793 0 -1 4202560 58012 0 0 0 69968 72 0 0 20 0 2 0 275291942 320253952 60109 33554432000 4194304 5965102 140737128968032 139662733133816 4221120 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 702.11
Current children cumulated vsize (KiB) 312748

[startup+762.307 s]
/proc/loadavg: 2.00 2.00 1.96 3/180 13629
/proc/meminfo: memFree=28485860/32873844 swapFree=7116/7116
[pid=13464] ppid=13462 vsize=313868 CPUtime=762.09 cores=1,3,5,7
/proc/13464/stat : 13464 (pwbo2.0) S 13462 13464 12793 0 -1 4202496 63300 0 0 0 76141 68 0 0 20 0 2 0 275291941 321400832 64404 33554432000 4194304 5965102 140737128968032 140737128967552 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13464/statm: 78467 64404 190 433 0 78031 0
[pid=13464/tid=13466] ppid=13462 vsize=313868 CPUtime=760.25 cores=1,3,5,7
/proc/13464/task/13466/stat : 13466 (pwbo2.0) R 13462 13464 12793 0 -1 4202560 62311 0 0 0 75946 79 0 0 20 0 2 0 275291942 321400832 64404 33554432000 4194304 5965102 140737128968032 139662733133336 4401475 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 762.09
Current children cumulated vsize (KiB) 313868

[startup+822.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 13629
/proc/meminfo: memFree=28420960/32873844 swapFree=7116/7116
[pid=13464] ppid=13462 vsize=314496 CPUtime=822.06 cores=1,3,5,7
/proc/13464/stat : 13464 (pwbo2.0) S 13462 13464 12793 0 -1 4202496 64212 0 0 0 82136 70 0 0 20 0 2 0 275291941 322043904 65358 33554432000 4194304 5965102 140737128968032 140737128967552 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13464/statm: 78624 65358 190 433 0 78188 0
[pid=13464/tid=13466] ppid=13462 vsize=314496 CPUtime=820.06 cores=1,3,5,7
/proc/13464/task/13466/stat : 13466 (pwbo2.0) R 13462 13464 12793 0 -1 4202560 63223 0 0 0 81925 81 0 0 20 0 2 0 275291942 322043904 65358 33554432000 4194304 5965102 140737128968032 139662733133864 4400960 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 822.06
Current children cumulated vsize (KiB) 314496

[startup+882.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 13629
/proc/meminfo: memFree=28341816/32873844 swapFree=7116/7116
[pid=13464] ppid=13462 vsize=315916 CPUtime=882.05 cores=1,3,5,7
/proc/13464/stat : 13464 (pwbo2.0) S 13462 13464 12793 0 -1 4202496 67473 0 0 0 88130 75 0 0 20 0 2 0 275291941 323497984 68619 33554432000 4194304 5965102 140737128968032 140737128967552 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13464/statm: 78979 68619 190 433 0 78543 0
[pid=13464/tid=13466] ppid=13462 vsize=315916 CPUtime=879.91 cores=1,3,5,7
/proc/13464/task/13466/stat : 13466 (pwbo2.0) R 13462 13464 12793 0 -1 4202560 66484 0 0 0 87903 88 0 0 20 0 2 0 275291942 323497984 68619 33554432000 4194304 5965102 140737128968032 139662733133336 4390204 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 882.05
Current children cumulated vsize (KiB) 315916

[startup+942.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 13629
/proc/meminfo: memFree=28306700/32873844 swapFree=7116/7116
[pid=13464] ppid=13462 vsize=317096 CPUtime=942.05 cores=1,3,5,7
/proc/13464/stat : 13464 (pwbo2.0) S 13462 13464 12793 0 -1 4202496 71763 0 0 0 94123 82 0 0 20 0 2 0 275291941 324706304 72909 33554432000 4194304 5965102 140737128968032 140737128967552 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13464/statm: 79274 72909 190 433 0 78838 0
[pid=13464/tid=13466] ppid=13462 vsize=317096 CPUtime=939.76 cores=1,3,5,7
/proc/13464/task/13466/stat : 13466 (pwbo2.0) R 13462 13464 12793 0 -1 4202560 70774 0 0 0 93881 95 0 0 20 0 2 0 275291942 324706304 72909 33554432000 4194304 5965102 140737128968032 139662733133816 5244967 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 942.05
Current children cumulated vsize (KiB) 317096

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 13630
/proc/meminfo: memFree=28250176/32873844 swapFree=7116/7116
[pid=13464] ppid=13462 vsize=317496 CPUtime=1002.03 cores=1,3,5,7
/proc/13464/stat : 13464 (pwbo2.0) S 13462 13464 12793 0 -1 4202496 73749 0 0 0 100119 84 0 0 20 0 2 0 275291941 325115904 74895 33554432000 4194304 5965102 140737128968032 140737128967552 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13464/statm: 79374 74895 190 433 0 78938 0
[pid=13464/tid=13466] ppid=13462 vsize=317496 CPUtime=999.6 cores=1,3,5,7
/proc/13464/task/13466/stat : 13466 (pwbo2.0) R 13462 13464 12793 0 -1 4202560 72760 0 0 0 99861 99 0 0 20 0 2 0 275291942 325115904 74895 33554432000 4194304 5965102 140737128968032 139662733133336 4401026 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1002.03
Current children cumulated vsize (KiB) 317496

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

[startup+1023.9 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 13630
/proc/meminfo: memFree=28140280/32873844 swapFree=7116/7116
[pid=13464] ppid=13462 vsize=383032 CPUtime=1023.63 cores=1,3,5,7
/proc/13464/stat : 13464 (pwbo2.0) S 13462 13464 12793 0 -1 4202496 75053 0 0 0 102277 86 0 0 20 0 2 0 275291941 392224768 76199 33554432000 4194304 5965102 140737128968032 140737128967552 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13464/statm: 95758 76199 190 433 0 95322 0
[pid=13464/tid=13466] ppid=13462 vsize=383032 CPUtime=1021.15 cores=1,3,5,7
/proc/13464/task/13466/stat : 13466 (pwbo2.0) R 13462 13464 12793 0 -1 4202560 74064 0 0 0 102014 101 0 0 20 0 2 0 275291942 392224768 76199 33554432000 4194304 5965102 140737128968032 139662733133336 4400960 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1023.63
Current children cumulated vsize (KiB) 383032

[startup+1030.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 13630
/proc/meminfo: memFree=28141568/32873844 swapFree=7116/7116
[pid=13464] ppid=13462 vsize=383104 CPUtime=1030.03 cores=1,3,5,7
/proc/13464/stat : 13464 (pwbo2.0) S 13462 13464 12793 0 -1 4202496 75601 0 0 0 102916 87 0 0 20 0 2 0 275291941 392298496 76747 33554432000 4194304 5965102 140737128968032 140737128967552 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13464/statm: 95776 76747 190 433 0 95340 0
[pid=13464/tid=13466] ppid=13462 vsize=383104 CPUtime=1027.53 cores=1,3,5,7
/proc/13464/task/13466/stat : 13466 (pwbo2.0) R 13462 13464 12793 0 -1 4202560 74612 0 0 0 102651 102 0 0 20 0 2 0 275291942 392298496 76747 33554432000 4194304 5965102 140737128968032 139662733133816 4400960 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1030.03
Current children cumulated vsize (KiB) 383104

[startup+1036.7 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 13630
/proc/meminfo: memFree=28139692/32873844 swapFree=7116/7116
[pid=13464] ppid=13462 vsize=383608 CPUtime=1036.43 cores=1,3,5,7
/proc/13464/stat : 13464 (pwbo2.0) S 13462 13464 12793 0 -1 4202496 76006 0 0 0 103555 88 0 0 20 0 2 0 275291941 392814592 77152 33554432000 4194304 5965102 140737128968032 140737128967552 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13464/statm: 95902 77152 190 433 0 95466 0
[pid=13464/tid=13466] ppid=13462 vsize=383608 CPUtime=1033.91 cores=1,3,5,7
/proc/13464/task/13466/stat : 13466 (pwbo2.0) R 13462 13464 12793 0 -1 4202560 75017 0 0 0 103288 103 0 0 20 0 2 0 275291942 392814592 77152 33554432000 4194304 5965102 140737128968032 139662733133336 4400960 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1036.43
Current children cumulated vsize (KiB) 383608

[startup+1038.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 13630
/proc/meminfo: memFree=28139320/32873844 swapFree=7116/7116
[pid=13464] ppid=13462 vsize=383608 CPUtime=1038.03 cores=1,3,5,7
/proc/13464/stat : 13464 (pwbo2.0) S 13462 13464 12793 0 -1 4202496 76089 0 0 0 103715 88 0 0 20 0 2 0 275291941 392814592 77235 33554432000 4194304 5965102 140737128968032 140737128967552 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13464/statm: 95902 77235 190 433 0 95466 0
[pid=13464/tid=13466] ppid=13462 vsize=383608 CPUtime=1035.52 cores=1,3,5,7
/proc/13464/task/13466/stat : 13466 (pwbo2.0) R 13462 13464 12793 0 -1 4202560 75100 0 0 0 103449 103 0 0 20 0 2 0 275291942 392814592 77235 33554432000 4194304 5965102 140737128968032 139662733133336 4400960 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1038.03
Current children cumulated vsize (KiB) 383608

[startup+1039.9 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 13630
/proc/meminfo: memFree=28139072/32873844 swapFree=7116/7116
[pid=13464] ppid=13462 vsize=383768 CPUtime=1039.63 cores=1,3,5,7
/proc/13464/stat : 13464 (pwbo2.0) S 13462 13464 12793 0 -1 4202496 76196 0 0 0 103875 88 0 0 20 0 2 0 275291941 392978432 77342 33554432000 4194304 5965102 140737128968032 140737128967552 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13464/statm: 95942 77342 190 433 0 95506 0
[pid=13464/tid=13466] ppid=13462 vsize=383768 CPUtime=1037.11 cores=1,3,5,7
/proc/13464/task/13466/stat : 13466 (pwbo2.0) R 13462 13464 12793 0 -1 4202560 75207 0 0 0 103608 103 0 0 20 0 2 0 275291942 392978432 77342 33554432000 4194304 5965102 140737128968032 139662733133336 4401441 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1039.63
Current children cumulated vsize (KiB) 383768

[startup+1040.7 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 13630
/proc/meminfo: memFree=28138824/32873844 swapFree=7116/7116
[pid=13464] ppid=13462 vsize=383768 CPUtime=1040.43 cores=1,3,5,7
/proc/13464/stat : 13464 (pwbo2.0) S 13462 13464 12793 0 -1 4202496 76232 0 0 0 103955 88 0 0 20 0 2 0 275291941 392978432 77378 33554432000 4194304 5965102 140737128968032 140737128967552 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13464/statm: 95942 77378 190 433 0 95506 0
[pid=13464/tid=13466] ppid=13462 vsize=383768 CPUtime=1037.9 cores=1,3,5,7
/proc/13464/task/13466/stat : 13466 (pwbo2.0) R 13462 13464 12793 0 -1 4202560 75243 0 0 0 103687 103 0 0 20 0 2 0 275291942 392978432 77378 33554432000 4194304 5965102 140737128968032 139662733133336 4401050 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1040.43
Current children cumulated vsize (KiB) 383768

[startup+1040.9 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 13630
/proc/meminfo: memFree=28138824/32873844 swapFree=7116/7116
[pid=13464] ppid=13462 vsize=383768 CPUtime=1040.63 cores=1,3,5,7
/proc/13464/stat : 13464 (pwbo2.0) S 13462 13464 12793 0 -1 4202496 76245 0 0 0 103975 88 0 0 20 0 2 0 275291941 392978432 77391 33554432000 4194304 5965102 140737128968032 140737128967552 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13464/statm: 95942 77391 190 433 0 95506 0
[pid=13464/tid=13466] ppid=13462 vsize=383768 CPUtime=1038.1 cores=1,3,5,7
/proc/13464/task/13466/stat : 13466 (pwbo2.0) R 13462 13464 12793 0 -1 4202560 75256 0 0 0 103707 103 0 0 20 0 2 0 275291942 392978432 77391 33554432000 4194304 5965102 140737128968032 139662733133336 4400981 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1040.63
Current children cumulated vsize (KiB) 383768

Child status: 255

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 13464 and gives
#  childrusage.ru_utime.tv_sec=1037
#  childrusage.ru_utime.tv_usec=151329
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=48840
# CPU time returned by wait4() is 1038.2
# while last known CPU time is 1040.63
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1040.97
CPU time (s): 1040.63
CPU user time (s): 1039.75
CPU system time (s): 0.88
CPU usage (%): 99.9671
Max. virtual memory (cumulated for all children) (KiB): 383768

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1037.15
system time used= 1.04884
maximum resident set size= 309588
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 76251
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= 101
involuntary context switches= 1292

runsolver used 1.93571 second user time and 4.93425 second system time

The end

Launcher Data

Begin job on node146 at 2012-05-27 06:07:50
IDJOB=3704598
IDBENCH=48363
IDSOLVER=2282
FILE ID=node146/3704598-1338091670
RUNJOBID= node146-1338088628-12810
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_25_3_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-3704598-1338091670/watcher-3704598-1338091670 -o /tmp/evaluation-result-3704598-1338091670/solver-3704598-1338091670 -C 1800 -W 1900 -M 15500  pwbo2.0 -file-format=opb -verbosity=0 -thread=1 HOME/instance-3704598-1338091670.opb

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

MD5SUM BENCH= 8bda8bcfdd3d0bef04b7cb75764a0af7
RANDOM SEED=1950775287

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:        28186948 kB
Buffers:          315512 kB
Cached:          2841372 kB
SwapCached:         2616 kB
Active:          1653140 kB
Inactive:        2222064 kB
Active(anon):     717168 kB
Inactive(anon):     3384 kB
Active(file):     935972 kB
Inactive(file):  2218680 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67100396 kB
Dirty:              5748 kB
Writeback:             0 kB
AnonPages:        723360 kB
Mapped:             8996 kB
Shmem:                 0 kB
Slab:             671220 kB
SReclaimable:     111912 kB
SUnreclaim:       559308 kB
KernelStack:        1464 kB
PageTables:         5148 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     156656 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    593920 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-3704598-1338091670.opb

Free space on /tmp at the end= 71176 MiB
End job on node146 at 2012-05-27 06:25:11