Trace number 3726881

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.02? 1799.76 1800.01

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_200_25_2_40.opb
MD5SUMff64c7b9cef588c95a335f732f2d905b
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)12440
Sum of products size (including duplicates)24880
Number of different products6220
Sum of products size12440

Solver Data

0.00/0.00	c ==============================[ Solver Version ]===============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  pwbo:                     2.02 beta - May, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing opb file format. File HOME/instance-3726881-1338662349.opb.
0.00/0.00	c Instance file HOME/instance-3726881-1338662349.opb
0.00/0.00	c File size is 531927 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:      6620                                                |
0.00/0.04	c |  Number Clauses:        6420                                                |
0.00/0.04	c |  Number Cardinality:    403                                                 |
0.00/0.04	c |  Number PB Constraints: 6220                                                |
0.00/0.04	c |                                                                             |
0.00/0.05	c |  Problem Type:          Decision                                            |
0.00/0.05	c |  Objective Function:    None                                                |
0.00/0.05	c |                                                                             |
0.00/0.05	c ===============================================================================
1799.50/1800.00	c ===============================================================================
1799.50/1800.00	c Wall Clock Time: 1800.00 s
1799.50/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-3726881-1338662349/watcher-3726881-1338662349 -o /tmp/evaluation-result-3726881-1338662349/solver-3726881-1338662349 -C 1800 -W 1900 -M 15500 pwbo2.02 -file-format=opb -verbosity=0 -thread=1 HOME/instance-3726881-1338662349.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.01 2.28 3/177 17760
/proc/meminfo: memFree=27199960/32873844 swapFree=7628/7628
[pid=17760] ppid=17758 vsize=5080 CPUtime=0 cores=1,3,5,7
/proc/17760/stat : 17760 (pwbo2.02) R 17758 17760 14598 0 -1 4202496 640 0 0 0 0 0 0 0 20 0 1 0 332359800 5201920 592 33554432000 4194304 5964478 140734269743840 140735233050728 4344643 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/17760/statm: 1270 592 167 433 0 704 0

[startup+0.00975806 s]
/proc/loadavg: 2.00 2.01 2.28 3/177 17760
/proc/meminfo: memFree=27199960/32873844 swapFree=7628/7628
[pid=17760] ppid=17758 vsize=5736 CPUtime=0 cores=1,3,5,7
/proc/17760/stat : 17760 (pwbo2.02) R 17758 17760 14598 0 -1 4202496 790 0 0 0 0 0 0 0 20 0 1 0 332359800 5873664 742 33554432000 4194304 5964478 140734269743840 140735233050728 4353507 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/17760/statm: 1434 742 175 433 0 868 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5736

[startup+0.10015 s]
/proc/loadavg: 2.00 2.01 2.28 3/177 17760
/proc/meminfo: memFree=27199960/32873844 swapFree=7628/7628
[pid=17760] ppid=17758 vsize=88212 CPUtime=0.09 cores=1,3,5,7
/proc/17760/stat : 17760 (pwbo2.02) S 17758 17760 14598 0 -1 4202496 3341 0 0 0 9 0 0 0 20 0 2 0 332359800 90329088 3031 33554432000 4194304 5964478 140734269743840 140734269743360 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17760/statm: 22053 3031 184 433 0 21617 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 88212

[startup+0.300112 s]
/proc/loadavg: 2.00 2.01 2.28 3/177 17760
/proc/meminfo: memFree=27199960/32873844 swapFree=7628/7628
[pid=17760] ppid=17758 vsize=88212 CPUtime=0.29 cores=1,3,5,7
/proc/17760/stat : 17760 (pwbo2.02) S 17758 17760 14598 0 -1 4202496 3604 0 0 0 29 0 0 0 20 0 2 0 332359800 90329088 3294 33554432000 4194304 5964478 140734269743840 140734269743360 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17760/statm: 22053 3294 186 433 0 21617 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 88212

[startup+0.700133 s]
/proc/loadavg: 2.00 2.01 2.28 3/177 17760
/proc/meminfo: memFree=27199960/32873844 swapFree=7628/7628
[pid=17760] ppid=17758 vsize=88212 CPUtime=0.68 cores=1,3,5,7
/proc/17760/stat : 17760 (pwbo2.02) S 17758 17760 14598 0 -1 4202496 4435 0 0 0 68 0 0 0 20 0 2 0 332359800 90329088 4125 33554432000 4194304 5964478 140734269743840 140734269743360 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17760/statm: 22053 4125 186 433 0 21617 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 88212

[startup+1.50027 s]
/proc/loadavg: 2.00 2.01 2.28 3/179 17762
/proc/meminfo: memFree=27182956/32873844 swapFree=7628/7628
[pid=17760] ppid=17758 vsize=88212 CPUtime=1.49 cores=1,3,5,7
/proc/17760/stat : 17760 (pwbo2.02) S 17758 17760 14598 0 -1 4202496 5108 0 0 0 148 1 0 0 20 0 2 0 332359800 90329088 4798 33554432000 4194304 5964478 140734269743840 140734269743360 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17760/statm: 22053 4798 186 433 0 21617 0
[pid=17760/tid=17762] ppid=17758 vsize=88212 CPUtime=1.44 cores=1,3,5,7
/proc/17760/task/17762/stat : 17762 (pwbo2.02) R 17758 17760 14598 0 -1 4202560 3177 0 0 0 144 0 0 0 20 0 2 0 332359805 90329088 4798 33554432000 4194304 5964478 140734269743840 139935442413560 5136420 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 88212

[startup+3.10031 s]
/proc/loadavg: 2.00 2.01 2.28 3/179 17762
/proc/meminfo: memFree=27175516/32873844 swapFree=7628/7628
[pid=17760] ppid=17758 vsize=88212 CPUtime=3.08 cores=1,3,5,7
/proc/17760/stat : 17760 (pwbo2.02) S 17758 17760 14598 0 -1 4202496 7825 0 0 0 307 1 0 0 20 0 2 0 332359800 90329088 7515 33554432000 4194304 5964478 140734269743840 140734269743360 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17760/statm: 22053 7515 186 433 0 21617 0
[pid=17760/tid=17762] ppid=17758 vsize=88212 CPUtime=3.04 cores=1,3,5,7
/proc/17760/task/17762/stat : 17762 (pwbo2.02) R 17758 17760 14598 0 -1 4202560 5894 0 0 0 302 2 0 0 20 0 2 0 332359805 90329088 7515 33554432000 4194304 5964478 140734269743840 139935442413560 4400087 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) 88212

[startup+6.30027 s]
/proc/loadavg: 2.00 2.01 2.28 3/179 17762
/proc/meminfo: memFree=27164364/32873844 swapFree=7628/7628
[pid=17760] ppid=17758 vsize=88212 CPUtime=6.28 cores=1,3,5,7
/proc/17760/stat : 17760 (pwbo2.02) S 17758 17760 14598 0 -1 4202496 8463 0 0 0 627 1 0 0 20 0 2 0 332359800 90329088 8153 33554432000 4194304 5964478 140734269743840 140734269743360 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17760/statm: 22053 8153 186 433 0 21617 0
[pid=17760/tid=17762] ppid=17758 vsize=88212 CPUtime=6.24 cores=1,3,5,7
/proc/17760/task/17762/stat : 17762 (pwbo2.02) R 17758 17760 14598 0 -1 4202560 6532 0 0 0 622 2 0 0 20 0 2 0 332359805 90329088 8153 33554432000 4194304 5964478 140734269743840 139935442413560 4222314 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) 88212

[startup+12.7003 s]
/proc/loadavg: 2.00 2.01 2.27 3/179 17762
/proc/meminfo: memFree=27157188/32873844 swapFree=7628/7628
[pid=17760] ppid=17758 vsize=88212 CPUtime=12.68 cores=1,3,5,7
/proc/17760/stat : 17760 (pwbo2.02) S 17758 17760 14598 0 -1 4202496 9834 0 0 0 1266 2 0 0 20 0 2 0 332359800 90329088 9524 33554432000 4194304 5964478 140734269743840 140734269743360 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17760/statm: 22053 9524 186 433 0 21617 0
[pid=17760/tid=17762] ppid=17758 vsize=88212 CPUtime=12.64 cores=1,3,5,7
/proc/17760/task/17762/stat : 17762 (pwbo2.02) R 17758 17760 14598 0 -1 4202560 7903 0 0 0 1262 2 0 0 20 0 2 0 332359805 90329088 9524 33554432000 4194304 5964478 140734269743840 139935442413560 4403708 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) 88212

[startup+25.5003 s]
/proc/loadavg: 2.00 2.01 2.27 3/179 17762
/proc/meminfo: memFree=27144060/32873844 swapFree=7628/7628
[pid=17760] ppid=17758 vsize=88536 CPUtime=25.48 cores=1,3,5,7
/proc/17760/stat : 17760 (pwbo2.02) S 17758 17760 14598 0 -1 4202496 12761 0 0 0 2545 3 0 0 20 0 2 0 332359800 90660864 12451 33554432000 4194304 5964478 140734269743840 140734269743360 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17760/statm: 22134 12451 186 433 0 21698 0
[pid=17760/tid=17762] ppid=17758 vsize=88536 CPUtime=25.44 cores=1,3,5,7
/proc/17760/task/17762/stat : 17762 (pwbo2.02) R 17758 17760 14598 0 -1 4202560 10830 0 0 0 2541 3 0 0 20 0 2 0 332359805 90660864 12451 33554432000 4194304 5964478 140734269743840 139935442413080 4381702 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) 88536

[startup+51.1003 s]
/proc/loadavg: 2.06 2.02 2.27 3/179 17762
/proc/meminfo: memFree=27117276/32873844 swapFree=7628/7628
[pid=17760] ppid=17758 vsize=154472 CPUtime=51.07 cores=1,3,5,7
/proc/17760/stat : 17760 (pwbo2.02) S 17758 17760 14598 0 -1 4202496 19931 0 0 0 5101 6 0 0 20 0 2 0 332359800 158179328 19621 33554432000 4194304 5964478 140734269743840 140734269743360 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17760/statm: 38618 19621 186 433 0 38182 0
[pid=17760/tid=17762] ppid=17758 vsize=154472 CPUtime=51.03 cores=1,3,5,7
/proc/17760/task/17762/stat : 17762 (pwbo2.02) R 17758 17760 14598 0 -1 4202560 18000 0 0 0 5096 7 0 0 20 0 2 0 332359805 158179328 19621 33554432000 4194304 5964478 140734269743840 139935442413080 5136420 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) 154472

[startup+102.307 s]
/proc/loadavg: 2.02 2.02 2.25 3/180 17765
/proc/meminfo: memFree=27067424/32873844 swapFree=7628/7628
[pid=17760] ppid=17758 vsize=154472 CPUtime=102.23 cores=1,3,5,7
/proc/17760/stat : 17760 (pwbo2.02) S 17758 17760 14598 0 -1 4202496 28049 0 0 0 10214 9 0 0 20 0 2 0 332359800 158179328 28007 33554432000 4194304 5964478 140734269743840 140734269743360 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17760/statm: 38618 28007 186 433 0 38182 0
[pid=17760/tid=17762] ppid=17758 vsize=154472 CPUtime=102.21 cores=1,3,5,7
/proc/17760/task/17762/stat : 17762 (pwbo2.02) R 17758 17760 14598 0 -1 4202560 26118 0 0 0 10210 11 0 0 20 0 2 0 332359805 158179328 28007 33554432000 4194304 5964478 140734269743840 139935442413080 4222304 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 154472

[startup+162.3 s]
/proc/loadavg: 2.01 2.01 2.24 3/179 17765
/proc/meminfo: memFree=27020492/32873844 swapFree=7628/7628
[pid=17760] ppid=17758 vsize=155316 CPUtime=162.21 cores=1,3,5,7
/proc/17760/stat : 17760 (pwbo2.02) S 17758 17760 14598 0 -1 4202496 33966 0 0 0 16208 13 0 0 20 0 2 0 332359800 159043584 34848 33554432000 4194304 5964478 140734269743840 140734269743360 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17760/statm: 38829 34848 186 433 0 38393 0
[pid=17760/tid=17762] ppid=17758 vsize=155316 CPUtime=162.19 cores=1,3,5,7
/proc/17760/task/17762/stat : 17762 (pwbo2.02) R 17758 17760 14598 0 -1 4202560 32035 0 0 0 16204 15 0 0 20 0 2 0 332359805 159043584 34848 33554432000 4194304 5964478 140734269743840 139935442413560 4399920 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 155316

[startup+222.3 s]
/proc/loadavg: 2.00 2.01 2.22 3/179 17765
/proc/meminfo: memFree=26976192/32873844 swapFree=7628/7628
[pid=17760] ppid=17758 vsize=221176 CPUtime=222.19 cores=1,3,5,7
/proc/17760/stat : 17760 (pwbo2.02) S 17758 17760 14598 0 -1 4202496 43152 0 0 0 22201 18 0 0 20 0 2 0 332359800 226484224 44034 33554432000 4194304 5964478 140734269743840 140734269743360 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17760/statm: 55294 44034 186 433 0 54858 0
[pid=17760/tid=17762] ppid=17758 vsize=221176 CPUtime=222.19 cores=1,3,5,7
/proc/17760/task/17762/stat : 17762 (pwbo2.02) R 17758 17760 14598 0 -1 4202560 41221 0 0 0 22197 22 0 0 20 0 2 0 332359805 226484224 44034 33554432000 4194304 5964478 140734269743840 139935442413368 4399920 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 221176

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.20 3/179 17766
/proc/meminfo: memFree=26923644/32873844 swapFree=7628/7628
[pid=17760] ppid=17758 vsize=221176 CPUtime=282.19 cores=1,3,5,7
/proc/17760/stat : 17760 (pwbo2.02) S 17758 17760 14598 0 -1 4202496 49732 0 0 0 28197 22 0 0 20 0 2 0 332359800 226484224 50613 33554432000 4194304 5964478 140734269743840 140734269743360 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17760/statm: 55294 50613 186 433 0 54858 0
[pid=17760/tid=17762] ppid=17758 vsize=221176 CPUtime=282.18 cores=1,3,5,7
/proc/17760/task/17762/stat : 17762 (pwbo2.02) R 17758 17760 14598 0 -1 4202560 47801 0 0 0 28191 27 0 0 20 0 2 0 332359805 226484224 50613 33554432000 4194304 5964478 140734269743840 139935442413080 4379248 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 221176

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.18 3/179 17766
/proc/meminfo: memFree=26885204/32873844 swapFree=7628/7628
[pid=17760] ppid=17758 vsize=287436 CPUtime=342.18 cores=1,3,5,7
/proc/17760/stat : 17760 (pwbo2.02) S 17758 17760 14598 0 -1 4202496 55859 0 0 0 34192 26 0 0 20 0 2 0 332359800 294334464 56718 33554432000 4194304 5964478 140734269743840 140734269743360 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17760/statm: 71859 56718 186 433 0 71423 0
[pid=17760/tid=17762] ppid=17758 vsize=287436 CPUtime=342.18 cores=1,3,5,7
/proc/17760/task/17762/stat : 17762 (pwbo2.02) R 17758 17760 14598 0 -1 4202560 53928 0 0 0 34186 32 0 0 20 0 2 0 332359805 294334464 56718 33554432000 4194304 5964478 140734269743840 139935442413080 4399920 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) 287436

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.17 3/179 17766
/proc/meminfo: memFree=26831016/32873844 swapFree=7628/7628
[pid=17760] ppid=17758 vsize=288644 CPUtime=402.17 cores=1,3,5,7
/proc/17760/stat : 17760 (pwbo2.02) S 17758 17760 14598 0 -1 4202496 58832 0 0 0 40189 28 0 0 20 0 2 0 332359800 295571456 59690 33554432000 4194304 5964478 140734269743840 140734269743360 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17760/statm: 72161 59690 186 433 0 71725 0
[pid=17760/tid=17762] ppid=17758 vsize=288644 CPUtime=402.18 cores=1,3,5,7
/proc/17760/task/17762/stat : 17762 (pwbo2.02) R 17758 17760 14598 0 -1 4202560 56901 0 0 0 40183 35 0 0 20 0 2 0 332359805 295571456 59690 33554432000 4194304 5964478 140734269743840 139935442413080 4399920 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) 288644

[startup+462.3 s]
/proc/loadavg: 1.66 1.92 2.13 2/172 17793
/proc/meminfo: memFree=27504276/32873844 swapFree=7628/7628
[pid=17760] ppid=17758 vsize=289184 CPUtime=462.14 cores=1,3,5,7

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

/proc/17760/task/17762/stat : 17762 (pwbo2.02) R 17758 17760 14598 0 -1 4202560 122177 0 0 0 130107 99 0 0 20 0 2 0 332359805 572735488 124869 33554432000 4194304 5964478 140734269743840 139935442413080 4379296 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1301.93
Current children cumulated vsize (KiB) 559312

[startup+1362.3 s]
/proc/loadavg: 1.08 1.07 1.43 2/173 17825
/proc/meminfo: memFree=27232008/32873844 swapFree=7628/7628
[pid=17760] ppid=17758 vsize=559636 CPUtime=1361.89 cores=1,3,5,7
/proc/17760/stat : 17760 (pwbo2.02) S 17758 17760 14598 0 -1 4202496 134763 0 0 0 136101 88 0 0 20 0 2 0 332359800 573067264 135530 33554432000 4194304 5964478 140734269743840 140734269743360 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17760/statm: 139909 135530 186 433 0 139473 0
[pid=17760/tid=17762] ppid=17758 vsize=559636 CPUtime=1362.03 cores=1,3,5,7
/proc/17760/task/17762/stat : 17762 (pwbo2.02) R 17758 17760 14598 0 -1 4202560 132832 0 0 0 136094 109 0 0 20 0 2 0 332359805 573067264 135530 33554432000 4194304 5964478 140734269743840 139935442413368 4399920 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1361.89
Current children cumulated vsize (KiB) 559636

[startup+1422.31 s]
/proc/loadavg: 1.02 1.05 1.40 2/172 17825
/proc/meminfo: memFree=27208368/32873844 swapFree=7628/7628
[pid=17760] ppid=17758 vsize=625496 CPUtime=1421.88 cores=1,3,5,7
/proc/17760/stat : 17760 (pwbo2.02) S 17758 17760 14598 0 -1 4202496 140592 0 0 0 142093 95 0 0 20 0 2 0 332359800 640507904 141396 33554432000 4194304 5964478 140734269743840 140734269743360 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17760/statm: 156374 141396 186 433 0 155938 0
[pid=17760/tid=17762] ppid=17758 vsize=625496 CPUtime=1422.02 cores=1,3,5,7
/proc/17760/task/17762/stat : 17762 (pwbo2.02) R 17758 17760 14598 0 -1 4202560 138661 0 0 0 142086 116 0 0 20 0 2 0 332359805 640507904 141396 33554432000 4194304 5964478 140734269743840 139935442413080 4403717 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1421.88
Current children cumulated vsize (KiB) 625496

[startup+1482.3 s]
/proc/loadavg: 1.09 1.06 1.38 2/172 17826
/proc/meminfo: memFree=27208216/32873844 swapFree=7628/7628
[pid=17760] ppid=17758 vsize=625496 CPUtime=1481.85 cores=1,3,5,7
/proc/17760/stat : 17760 (pwbo2.02) S 17758 17760 14598 0 -1 4202496 140609 0 0 0 148090 95 0 0 20 0 2 0 332359800 640507904 141431 33554432000 4194304 5964478 140734269743840 140734269743360 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17760/statm: 156374 141431 186 433 0 155938 0
[pid=17760/tid=17762] ppid=17758 vsize=625496 CPUtime=1482.01 cores=1,3,5,7
/proc/17760/task/17762/stat : 17762 (pwbo2.02) R 17758 17760 14598 0 -1 4202560 138678 0 0 0 148084 117 0 0 20 0 2 0 332359805 640507904 141431 33554432000 4194304 5964478 140734269743840 139935442413080 4389160 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1481.85
Current children cumulated vsize (KiB) 625496

[startup+1542.3 s]
/proc/loadavg: 1.10 1.06 1.35 2/172 17826
/proc/meminfo: memFree=27208340/32873844 swapFree=7628/7628
[pid=17760] ppid=17758 vsize=625496 CPUtime=1541.84 cores=1,3,5,7
/proc/17760/stat : 17760 (pwbo2.02) S 17758 17760 14598 0 -1 4202496 140625 0 0 0 154089 95 0 0 20 0 2 0 332359800 640507904 141433 33554432000 4194304 5964478 140734269743840 140734269743360 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17760/statm: 156374 141433 186 433 0 155938 0
[pid=17760/tid=17762] ppid=17758 vsize=625496 CPUtime=1542 cores=1,3,5,7
/proc/17760/task/17762/stat : 17762 (pwbo2.02) R 17758 17760 14598 0 -1 4202560 138694 0 0 0 154082 118 0 0 20 0 2 0 332359805 640507904 141433 33554432000 4194304 5964478 140734269743840 139935442413080 4379248 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1541.84
Current children cumulated vsize (KiB) 625496

[startup+1602.3 s]
/proc/loadavg: 1.12 1.07 1.34 2/172 17826
/proc/meminfo: memFree=27207844/32873844 swapFree=7628/7628
[pid=17760] ppid=17758 vsize=626336 CPUtime=1601.83 cores=1,3,5,7
/proc/17760/stat : 17760 (pwbo2.02) S 17758 17760 14598 0 -1 4202496 140758 0 0 0 160088 95 0 0 20 0 2 0 332359800 641368064 141566 33554432000 4194304 5964478 140734269743840 140734269743360 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17760/statm: 156584 141566 186 433 0 156148 0
[pid=17760/tid=17762] ppid=17758 vsize=626336 CPUtime=1602 cores=1,3,5,7
/proc/17760/task/17762/stat : 17762 (pwbo2.02) R 17758 17760 14598 0 -1 4202560 138827 0 0 0 160081 119 0 0 20 0 2 0 332359805 641368064 141566 33554432000 4194304 5964478 140734269743840 139935442413608 4222330 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1601.83
Current children cumulated vsize (KiB) 626336

[startup+1662.3 s]
/proc/loadavg: 1.11 1.07 1.32 2/172 17826
/proc/meminfo: memFree=27207596/32873844 swapFree=7628/7628
[pid=17760] ppid=17758 vsize=626336 CPUtime=1661.83 cores=1,3,5,7
/proc/17760/stat : 17760 (pwbo2.02) S 17758 17760 14598 0 -1 4202496 140796 0 0 0 166088 95 0 0 20 0 2 0 332359800 641368064 141604 33554432000 4194304 5964478 140734269743840 140734269743360 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17760/statm: 156584 141604 186 433 0 156148 0
[pid=17760/tid=17762] ppid=17758 vsize=626336 CPUtime=1662 cores=1,3,5,7
/proc/17760/task/17762/stat : 17762 (pwbo2.02) R 17758 17760 14598 0 -1 4202560 138865 0 0 0 166080 120 0 0 20 0 2 0 332359805 641368064 141604 33554432000 4194304 5964478 140734269743840 139935442413608 4399920 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1661.83
Current children cumulated vsize (KiB) 626336

[startup+1722.3 s]
/proc/loadavg: 1.04 1.05 1.30 2/172 17826
/proc/meminfo: memFree=27203432/32873844 swapFree=7628/7628
[pid=17760] ppid=17758 vsize=626336 CPUtime=1721.81 cores=1,3,5,7
/proc/17760/stat : 17760 (pwbo2.02) S 17758 17760 14598 0 -1 4202496 141772 0 0 0 172085 96 0 0 20 0 2 0 332359800 641368064 142578 33554432000 4194304 5964478 140734269743840 140734269743360 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17760/statm: 156584 142578 186 433 0 156148 0
[pid=17760/tid=17762] ppid=17758 vsize=626336 CPUtime=1722 cores=1,3,5,7
/proc/17760/task/17762/stat : 17762 (pwbo2.02) R 17758 17760 14598 0 -1 4202560 139841 0 0 0 172077 123 0 0 20 0 2 0 332359805 641368064 142578 33554432000 4194304 5964478 140734269743840 139935442413368 4400401 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1721.81
Current children cumulated vsize (KiB) 626336

[startup+1782.3 s]
/proc/loadavg: 1.09 1.06 1.28 2/172 17827
/proc/meminfo: memFree=27201572/32873844 swapFree=7628/7628
[pid=17760] ppid=17758 vsize=626336 CPUtime=1781.8 cores=1,3,5,7
/proc/17760/stat : 17760 (pwbo2.02) S 17758 17760 14598 0 -1 4202496 142235 0 0 0 178083 97 0 0 20 0 2 0 332359800 641368064 143041 33554432000 4194304 5964478 140734269743840 140734269743360 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17760/statm: 156584 143041 186 433 0 156148 0
[pid=17760/tid=17762] ppid=17758 vsize=626336 CPUtime=1782 cores=1,3,5,7
/proc/17760/task/17762/stat : 17762 (pwbo2.02) R 17758 17760 14598 0 -1 4202560 140304 0 0 0 178076 124 0 0 20 0 2 0 332359805 641368064 143041 33554432000 4194304 5964478 140734269743840 139935442413368 4399920 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1781.8
Current children cumulated vsize (KiB) 626336

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

[startup+1791.91 s]
/proc/loadavg: 1.08 1.06 1.27 2/172 17827
/proc/meminfo: memFree=27201820/32873844 swapFree=7628/7628
[pid=17760] ppid=17758 vsize=626336 CPUtime=1791.41 cores=1,3,5,7
/proc/17760/stat : 17760 (pwbo2.02) S 17758 17760 14598 0 -1 4202496 142267 0 0 0 179044 97 0 0 20 0 2 0 332359800 641368064 143073 33554432000 4194304 5964478 140734269743840 140734269743360 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17760/statm: 156584 143073 186 433 0 156148 0
[pid=17760/tid=17762] ppid=17758 vsize=626336 CPUtime=1791.6 cores=1,3,5,7
/proc/17760/task/17762/stat : 17762 (pwbo2.02) R 17758 17760 14598 0 -1 4202560 140336 0 0 0 179036 124 0 0 20 0 2 0 332359805 641368064 143073 33554432000 4194304 5964478 140734269743840 139935442413080 4399920 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1791.41
Current children cumulated vsize (KiB) 626336

[startup+1795.1 s]
/proc/loadavg: 1.07 1.06 1.27 2/172 17827
/proc/meminfo: memFree=27201820/32873844 swapFree=7628/7628
[pid=17760] ppid=17758 vsize=626336 CPUtime=1794.61 cores=1,3,5,7
/proc/17760/stat : 17760 (pwbo2.02) S 17758 17760 14598 0 -1 4202496 142282 0 0 0 179364 97 0 0 20 0 2 0 332359800 641368064 143088 33554432000 4194304 5964478 140734269743840 140734269743360 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17760/statm: 156584 143088 186 433 0 156148 0
[pid=17760/tid=17762] ppid=17758 vsize=626336 CPUtime=1794.8 cores=1,3,5,7
/proc/17760/task/17762/stat : 17762 (pwbo2.02) R 17758 17760 14598 0 -1 4202560 140351 0 0 0 179356 124 0 0 20 0 2 0 332359805 641368064 143088 33554432000 4194304 5964478 140734269743840 139935442413080 4399920 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1794.61
Current children cumulated vsize (KiB) 626336

[startup+1798.3 s]
/proc/loadavg: 1.07 1.05 1.27 2/172 17827
/proc/meminfo: memFree=27201076/32873844 swapFree=7628/7628
[pid=17760] ppid=17758 vsize=626336 CPUtime=1797.8 cores=1,3,5,7
/proc/17760/stat : 17760 (pwbo2.02) S 17758 17760 14598 0 -1 4202496 142758 0 0 0 179683 97 0 0 20 0 2 0 332359800 641368064 143564 33554432000 4194304 5964478 140734269743840 140734269743360 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17760/statm: 156584 143564 186 433 0 156148 0
[pid=17760/tid=17762] ppid=17758 vsize=626336 CPUtime=1797.99 cores=1,3,5,7
/proc/17760/task/17762/stat : 17762 (pwbo2.02) R 17758 17760 14598 0 -1 4202560 140827 0 0 0 179674 125 0 0 20 0 2 0 332359805 641368064 143564 33554432000 4194304 5964478 140734269743840 139935442413080 5136420 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1797.8
Current children cumulated vsize (KiB) 626336

[startup+1799.1 s]
/proc/loadavg: 1.07 1.05 1.27 2/172 17827
/proc/meminfo: memFree=27199712/32873844 swapFree=7628/7628
[pid=17760] ppid=17758 vsize=626336 CPUtime=1798.59 cores=1,3,5,7
/proc/17760/stat : 17760 (pwbo2.02) S 17758 17760 14598 0 -1 4202496 143013 0 0 0 179762 97 0 0 20 0 2 0 332359800 641368064 143819 33554432000 4194304 5964478 140734269743840 140734269743360 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17760/statm: 156584 143819 186 433 0 156148 0
[pid=17760/tid=17762] ppid=17758 vsize=626336 CPUtime=1798.79 cores=1,3,5,7
/proc/17760/task/17762/stat : 17762 (pwbo2.02) R 17758 17760 14598 0 -1 4202560 141082 0 0 0 179754 125 0 0 20 0 2 0 332359805 641368064 143819 33554432000 4194304 5964478 140734269743840 139935442413080 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1798.59
Current children cumulated vsize (KiB) 626336

[startup+1799.5 s]
/proc/loadavg: 1.07 1.05 1.27 2/172 17827
/proc/meminfo: memFree=27198348/32873844 swapFree=7628/7628
[pid=17760] ppid=17758 vsize=626336 CPUtime=1799.01 cores=1,3,5,7
/proc/17760/stat : 17760 (pwbo2.02) S 17758 17760 14598 0 -1 4202496 143140 0 0 0 179803 98 0 0 20 0 2 0 332359800 641368064 143946 33554432000 4194304 5964478 140734269743840 140734269743360 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17760/statm: 156584 143946 186 433 0 156148 0
[pid=17760/tid=17762] ppid=17758 vsize=626336 CPUtime=1799.2 cores=1,3,5,7
/proc/17760/task/17762/stat : 17762 (pwbo2.02) R 17758 17760 14598 0 -1 4202560 141209 0 0 0 179795 125 0 0 20 0 2 0 332359805 641368064 143946 33554432000 4194304 5964478 140734269743840 139935442413080 4400010 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.01
Current children cumulated vsize (KiB) 626336

[startup+1799.9 s]
/proc/loadavg: 1.07 1.05 1.27 2/172 17827
/proc/meminfo: memFree=27198348/32873844 swapFree=7628/7628
[pid=17760] ppid=17758 vsize=626336 CPUtime=1799.4 cores=1,3,5,7
/proc/17760/stat : 17760 (pwbo2.02) S 17758 17760 14598 0 -1 4202496 143237 0 0 0 179842 98 0 0 20 0 2 0 332359800 641368064 144043 33554432000 4194304 5964478 140734269743840 140734269743360 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17760/statm: 156584 144043 186 433 0 156148 0
[pid=17760/tid=17762] ppid=17758 vsize=626336 CPUtime=1799.59 cores=1,3,5,7
/proc/17760/task/17762/stat : 17762 (pwbo2.02) R 17758 17760 14598 0 -1 4202560 141306 0 0 0 179834 125 0 0 20 0 2 0 332359805 641368064 144043 33554432000 4194304 5964478 140734269743840 139935442413080 4400038 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.4
Current children cumulated vsize (KiB) 626336

[startup+1800 s]
/proc/loadavg: 1.07 1.05 1.27 2/172 17827
/proc/meminfo: memFree=27198348/32873844 swapFree=7628/7628
[pid=17760] ppid=17758 vsize=626336 CPUtime=1799.5 cores=1,3,5,7
/proc/17760/stat : 17760 (pwbo2.02) S 17758 17760 14598 0 -1 4202496 143275 0 0 0 179852 98 0 0 20 0 2 0 332359800 641368064 144081 33554432000 4194304 5964478 140734269743840 140734269743360 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17760/statm: 156584 144081 186 433 0 156148 0
[pid=17760/tid=17762] ppid=17758 vsize=626336 CPUtime=1799.69 cores=1,3,5,7
/proc/17760/task/17762/stat : 17762 (pwbo2.02) R 17758 17760 14598 0 -1 4202560 141344 0 0 0 179844 125 0 0 20 0 2 0 332359805 641368064 144081 33554432000 4194304 5964478 140734269743840 139935442413080 4399920 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.5
Current children cumulated vsize (KiB) 626336

Child status: 255
Real time (s): 1800.01
CPU time (s): 1799.76
CPU user time (s): 1798.49
CPU system time (s): 1.26781
CPU usage (%): 99.9861
Max. virtual memory (cumulated for all children) (KiB): 626336

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.49
system time used= 1.26781
maximum resident set size= 576336
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 143278
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= 254
involuntary context switches= 1940

runsolver used 2.79757 second user time and 7.04493 second system time

The end

Launcher Data

Begin job on node144 at 2012-06-02 20:39:09
IDJOB=3726881
IDBENCH=48359
IDSOLVER=2312
FILE ID=node144/3726881-1338662349
RUNJOBID= node144-1338660988-17395
PBS_JOBID= 14636436
Free space on /tmp= 70832 MiB

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

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

MD5SUM BENCH= ff64c7b9cef588c95a335f732f2d905b
RANDOM SEED=1801713806

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

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

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.196
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	: 5438.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.196
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.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.196
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.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.196
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:        27201124 kB
Buffers:          621648 kB
Cached:          3599892 kB
SwapCached:          464 kB
Active:          2949264 kB
Inactive:        1858720 kB
Active(anon):     569020 kB
Inactive(anon):    11196 kB
Active(file):    2380244 kB
Inactive(file):  1847524 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67108376 kB
Dirty:              5432 kB
Writeback:             0 kB
AnonPages:        578840 kB
Mapped:            14968 kB
Shmem:               172 kB
Slab:             723688 kB
SReclaimable:     165828 kB
SUnreclaim:       557860 kB
KernelStack:        1456 kB
PageTables:         5080 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     204020 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    458752 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-3726881-1338662349.opb

Free space on /tmp at the end= 70832 MiB
End job on node144 at 2012-06-02 21:09:09