Trace number 3705622

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.48 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 |   wbo:                    1.7 beta - March, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing opb file format. File HOME/instance-3705622-1338113296.opb.
0.00/0.00	c Instance file HOME/instance-3705622-1338113296.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.04	c |  Problem Type:          Decision                                            |
0.00/0.04	c |  Objective Function:    None                                                |
0.00/0.04	c |                                                                             |
0.00/0.04	c ===============================================================================
1799.47/1800.00	c ===============================================================================
1799.47/1800.00	c Wall Clock Time: 1800.00 s
1799.47/1800.00	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3705622-1338113296/watcher-3705622-1338113296 -o /tmp/evaluation-result-3705622-1338113296/solver-3705622-1338113296 -C 1800 -W 1900 -M 15500 wbo1.7 -file-format=opb HOME/instance-3705622-1338113296.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.11 2.06 2.01 3/177 13428
/proc/meminfo: memFree=28923312/32873844 swapFree=7116/7116
[pid=13428] ppid=13426 vsize=5076 CPUtime=0 cores=1,3,5,7
/proc/13428/stat : 13428 (wbo1.7) R 13426 13428 11506 0 -1 4202496 644 0 0 0 0 0 0 0 20 0 1 0 277454652 5197824 596 33554432000 4194304 5963574 140734099186944 140734753123384 5371522 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/13428/statm: 1269 596 168 432 0 704 0

[startup+0.0742781 s]
/proc/loadavg: 2.11 2.06 2.01 3/177 13428
/proc/meminfo: memFree=28923312/32873844 swapFree=7116/7116
[pid=13428] ppid=13426 vsize=88208 CPUtime=0.06 cores=1,3,5,7
/proc/13428/stat : 13428 (wbo1.7) S 13426 13428 11506 0 -1 4202496 3326 0 0 0 6 0 0 0 20 0 2 0 277454652 90324992 3016 33554432000 4194304 5963574 140734099186944 140734099186464 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13428/statm: 22052 3016 185 432 0 21617 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 88208

[startup+0.100244 s]
/proc/loadavg: 2.11 2.06 2.01 3/177 13428
/proc/meminfo: memFree=28923312/32873844 swapFree=7116/7116
[pid=13428] ppid=13426 vsize=88208 CPUtime=0.09 cores=1,3,5,7
/proc/13428/stat : 13428 (wbo1.7) S 13426 13428 11506 0 -1 4202496 3342 0 0 0 9 0 0 0 20 0 2 0 277454652 90324992 3032 33554432000 4194304 5963574 140734099186944 140734099186464 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13428/statm: 22052 3032 185 432 0 21617 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 88208

[startup+0.300112 s]
/proc/loadavg: 2.11 2.06 2.01 3/177 13428
/proc/meminfo: memFree=28923312/32873844 swapFree=7116/7116
[pid=13428] ppid=13426 vsize=88208 CPUtime=0.28 cores=1,3,5,7
/proc/13428/stat : 13428 (wbo1.7) S 13426 13428 11506 0 -1 4202496 3594 0 0 0 28 0 0 0 20 0 2 0 277454652 90324992 3284 33554432000 4194304 5963574 140734099186944 140734099186464 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13428/statm: 22052 3284 187 432 0 21617 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 88208

[startup+0.700177 s]
/proc/loadavg: 2.11 2.06 2.01 3/177 13428
/proc/meminfo: memFree=28923312/32873844 swapFree=7116/7116
[pid=13428] ppid=13426 vsize=88208 CPUtime=0.68 cores=1,3,5,7
/proc/13428/stat : 13428 (wbo1.7) S 13426 13428 11506 0 -1 4202496 4422 0 0 0 68 0 0 0 20 0 2 0 277454652 90324992 4112 33554432000 4194304 5963574 140734099186944 140734099186464 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13428/statm: 22052 4112 187 432 0 21617 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 88208

[startup+1.50024 s]
/proc/loadavg: 2.11 2.06 2.01 3/179 13430
/proc/meminfo: memFree=28906208/32873844 swapFree=7116/7116
[pid=13428] ppid=13426 vsize=88208 CPUtime=1.48 cores=1,3,5,7
/proc/13428/stat : 13428 (wbo1.7) S 13426 13428 11506 0 -1 4202496 5071 0 0 0 148 0 0 0 20 0 2 0 277454652 90324992 4761 33554432000 4194304 5963574 140734099186944 140734099186464 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13428/statm: 22052 4761 187 432 0 21617 0
[pid=13428/tid=13430] ppid=13426 vsize=88208 CPUtime=1.43 cores=1,3,5,7
/proc/13428/task/13430/stat : 13430 (wbo1.7) R 13426 13428 11506 0 -1 4202560 3138 0 0 0 143 0 0 0 20 0 2 0 277454656 90324992 4761 33554432000 4194304 5963574 140734099186944 139721860954104 18446744073699066235 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) 88208

[startup+3.10036 s]
/proc/loadavg: 2.11 2.06 2.01 3/179 13430
/proc/meminfo: memFree=28898976/32873844 swapFree=7116/7116
[pid=13428] ppid=13426 vsize=88208 CPUtime=3.09 cores=1,3,5,7
/proc/13428/stat : 13428 (wbo1.7) S 13426 13428 11506 0 -1 4202496 7826 0 0 0 308 1 0 0 20 0 2 0 277454652 90324992 7516 33554432000 4194304 5963574 140734099186944 140734099186464 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13428/statm: 22052 7516 187 432 0 21617 0
[pid=13428/tid=13430] ppid=13426 vsize=88208 CPUtime=3.03 cores=1,3,5,7
/proc/13428/task/13430/stat : 13430 (wbo1.7) R 13426 13428 11506 0 -1 4202560 5893 0 0 0 302 1 0 0 20 0 2 0 277454656 90324992 7516 33554432000 4194304 5963574 140734099186944 139721860953912 4399592 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 88208

[startup+6.30033 s]
/proc/loadavg: 2.10 2.06 2.01 3/179 13481
/proc/meminfo: memFree=29388952/32873844 swapFree=7116/7116
[pid=13428] ppid=13426 vsize=88208 CPUtime=6.29 cores=1,3,5,7
/proc/13428/stat : 13428 (wbo1.7) S 13426 13428 11506 0 -1 4202496 8464 0 0 0 628 1 0 0 20 0 2 0 277454652 90324992 8154 33554432000 4194304 5963574 140734099186944 140734099186464 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13428/statm: 22052 8154 187 432 0 21617 0
[pid=13428/tid=13430] ppid=13426 vsize=88208 CPUtime=6.22 cores=1,3,5,7
/proc/13428/task/13430/stat : 13430 (wbo1.7) R 13426 13428 11506 0 -1 4202560 6531 0 0 0 621 1 0 0 20 0 2 0 277454656 90324992 8154 33554432000 4194304 5963574 140734099186944 139721860954104 4399456 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 88208

[startup+12.7003 s]
/proc/loadavg: 2.09 2.06 2.01 3/179 13481
/proc/meminfo: memFree=29358644/32873844 swapFree=7116/7116
[pid=13428] ppid=13426 vsize=88208 CPUtime=12.68 cores=1,3,5,7
/proc/13428/stat : 13428 (wbo1.7) S 13426 13428 11506 0 -1 4202496 9981 0 0 0 1267 1 0 0 20 0 2 0 277454652 90324992 9677 33554432000 4194304 5963574 140734099186944 140734099186464 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13428/statm: 22052 9677 187 432 0 21617 0
[pid=13428/tid=13430] ppid=13426 vsize=88208 CPUtime=12.6 cores=1,3,5,7
/proc/13428/task/13430/stat : 13430 (wbo1.7) R 13426 13428 11506 0 -1 4202560 8048 0 0 0 1259 1 0 0 20 0 2 0 277454656 90324992 9677 33554432000 4194304 5963574 140734099186944 139721860954104 4399456 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) 88208

[startup+25.5004 s]
/proc/loadavg: 2.14 2.07 2.01 3/179 13532
/proc/meminfo: memFree=29404168/32873844 swapFree=7116/7116
[pid=13428] ppid=13426 vsize=88532 CPUtime=25.47 cores=1,3,5,7
/proc/13428/stat : 13428 (wbo1.7) S 13426 13428 11506 0 -1 4202496 12777 0 0 0 2544 3 0 0 20 0 2 0 277454652 90656768 12498 33554432000 4194304 5963574 140734099186944 140734099186464 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13428/statm: 22133 12498 187 432 0 21698 0
[pid=13428/tid=13430] ppid=13426 vsize=88532 CPUtime=25.36 cores=1,3,5,7
/proc/13428/task/13430/stat : 13430 (wbo1.7) R 13426 13428 11506 0 -1 4202560 10844 0 0 0 2533 3 0 0 20 0 2 0 277454656 90656768 12498 33554432000 4194304 5963574 140734099186944 139721860953624 4402906 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 88532

[startup+51.1003 s]
/proc/loadavg: 2.09 2.07 2.01 3/179 13533
/proc/meminfo: memFree=29340272/32873844 swapFree=7116/7116
[pid=13428] ppid=13426 vsize=154468 CPUtime=51.06 cores=1,3,5,7
/proc/13428/stat : 13428 (wbo1.7) S 13426 13428 11506 0 -1 4202496 20223 0 0 0 5101 5 0 0 20 0 2 0 277454652 158175232 19950 33554432000 4194304 5963574 140734099186944 140734099186464 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13428/statm: 38617 19950 187 432 0 38182 0
[pid=13428/tid=13430] ppid=13426 vsize=154468 CPUtime=50.88 cores=1,3,5,7
/proc/13428/task/13430/stat : 13430 (wbo1.7) R 13426 13428 11506 0 -1 4202560 18290 0 0 0 5083 5 0 0 20 0 2 0 277454656 158175232 19950 33554432000 4194304 5963574 140734099186944 139721860953624 4403244 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 154468

[startup+102.307 s]
/proc/loadavg: 2.04 2.05 2.00 3/179 13533
/proc/meminfo: memFree=29254960/32873844 swapFree=7116/7116
[pid=13428] ppid=13426 vsize=154468 CPUtime=102.25 cores=1,3,5,7
/proc/13428/stat : 13428 (wbo1.7) S 13426 13428 11506 0 -1 4202496 29117 0 0 0 10216 9 0 0 20 0 2 0 277454652 158175232 28882 33554432000 4194304 5963574 140734099186944 140734099186464 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13428/statm: 38617 28882 187 432 0 38182 0
[pid=13428/tid=13430] ppid=13426 vsize=154468 CPUtime=101.95 cores=1,3,5,7
/proc/13428/task/13430/stat : 13430 (wbo1.7) R 13426 13428 11506 0 -1 4202560 27184 0 0 0 10185 10 0 0 20 0 2 0 277454656 158175232 28882 33554432000 4194304 5963574 140734099186944 139721860954104 5135572 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 154468

[startup+162.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/180 13536
/proc/meminfo: memFree=29197984/32873844 swapFree=7116/7116
[pid=13428] ppid=13426 vsize=155312 CPUtime=162.22 cores=1,3,5,7
/proc/13428/stat : 13428 (wbo1.7) S 13426 13428 11506 0 -1 4202496 33971 0 0 0 16210 12 0 0 20 0 2 0 277454652 159039488 33789 33554432000 4194304 5963574 140734099186944 140734099186464 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13428/statm: 38828 33789 187 432 0 38393 0
[pid=13428/tid=13430] ppid=13426 vsize=155312 CPUtime=161.77 cores=1,3,5,7
/proc/13428/task/13430/stat : 13430 (wbo1.7) R 13426 13428 11506 0 -1 4202560 32038 0 0 0 16164 13 0 0 20 0 2 0 277454656 159039488 33789 33554432000 4194304 5963574 140734099186944 139721860954104 4399456 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 155312

[startup+222.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/179 13536
/proc/meminfo: memFree=29076400/32873844 swapFree=7116/7116
[pid=13428] ppid=13426 vsize=221172 CPUtime=222.21 cores=1,3,5,7
/proc/13428/stat : 13428 (wbo1.7) S 13426 13428 11506 0 -1 4202496 44046 0 0 0 22203 18 0 0 20 0 2 0 277454652 226480128 44364 33554432000 4194304 5963574 140734099186944 140734099186464 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13428/statm: 55293 44364 187 432 0 54858 0
[pid=13428/tid=13430] ppid=13426 vsize=221172 CPUtime=221.61 cores=1,3,5,7
/proc/13428/task/13430/stat : 13430 (wbo1.7) R 13426 13428 11506 0 -1 4202560 42113 0 0 0 22140 21 0 0 20 0 2 0 277454656 226480128 44364 33554432000 4194304 5963574 140734099186944 139721860954104 4399542 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 221172

[startup+282.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/179 13536
/proc/meminfo: memFree=29028416/32873844 swapFree=7116/7116
[pid=13428] ppid=13426 vsize=221172 CPUtime=282.2 cores=1,3,5,7
/proc/13428/stat : 13428 (wbo1.7) S 13426 13428 11506 0 -1 4202496 49736 0 0 0 28199 21 0 0 20 0 2 0 277454652 226480128 50053 33554432000 4194304 5963574 140734099186944 140734099186464 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13428/statm: 55293 50053 187 432 0 54858 0
[pid=13428/tid=13430] ppid=13426 vsize=221172 CPUtime=281.46 cores=1,3,5,7
/proc/13428/task/13430/stat : 13430 (wbo1.7) R 13426 13428 11506 0 -1 4202560 47803 0 0 0 28121 25 0 0 20 0 2 0 277454656 226480128 50053 33554432000 4194304 5963574 140734099186944 139721860953624 4388944 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 221172

[startup+342.3 s]
/proc/loadavg: 2.07 2.05 2.01 3/179 13536
/proc/meminfo: memFree=28975888/32873844 swapFree=7116/7116
[pid=13428] ppid=13426 vsize=287756 CPUtime=342.19 cores=1,3,5,7
/proc/13428/stat : 13428 (wbo1.7) S 13426 13428 11506 0 -1 4202496 56620 0 0 0 34193 26 0 0 20 0 2 0 277454652 294662144 56914 33554432000 4194304 5963574 140734099186944 140734099186464 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13428/statm: 71939 56914 187 432 0 71504 0
[pid=13428/tid=13430] ppid=13426 vsize=287756 CPUtime=341.3 cores=1,3,5,7
/proc/13428/task/13430/stat : 13430 (wbo1.7) R 13426 13428 11506 0 -1 4202560 54687 0 0 0 34099 31 0 0 20 0 2 0 277454656 294662144 56914 33554432000 4194304 5963574 140734099186944 139721860953624 4399456 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 287756

[startup+402.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/179 13537
/proc/meminfo: memFree=28899868/32873844 swapFree=7116/7116
[pid=13428] ppid=13426 vsize=289180 CPUtime=402.15 cores=1,3,5,7
/proc/13428/stat : 13428 (wbo1.7) S 13426 13428 11506 0 -1 4202496 61165 0 0 0 40187 28 0 0 20 0 2 0 277454652 296120320 61528 33554432000 4194304 5963574 140734099186944 140734099186464 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13428/statm: 72295 61528 187 432 0 71860 0
[pid=13428/tid=13430] ppid=13426 vsize=289180 CPUtime=401.12 cores=1,3,5,7
/proc/13428/task/13430/stat : 13430 (wbo1.7) R 13426 13428 11506 0 -1 4202560 59232 0 0 0 40078 34 0 0 20 0 2 0 277454656 296120320 61528 33554432000 4194304 5963574 140734099186944 139721860953624 4378544 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 289180

[startup+462.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/179 13537
/proc/meminfo: memFree=28869024/32873844 swapFree=7116/7116
[pid=13428] ppid=13426 vsize=289180 CPUtime=462.15 cores=1,3,5,7

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

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13546
/proc/meminfo: memFree=28233592/32873844 swapFree=7116/7116
[pid=13428] ppid=13426 vsize=625492 CPUtime=1541.91 cores=1,3,5,7
/proc/13428/stat : 13428 (wbo1.7) S 13426 13428 11506 0 -1 4202496 140480 0 0 0 154103 88 0 0 20 0 2 0 277454652 640503808 140927 33554432000 4194304 5963574 140734099186944 140734099186464 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13428/statm: 156373 140927 187 432 0 155938 0
[pid=13428/tid=13430] ppid=13426 vsize=625492 CPUtime=1538.11 cores=1,3,5,7
/proc/13428/task/13430/stat : 13430 (wbo1.7) R 13426 13428 11506 0 -1 4202560 138547 0 0 0 153700 111 0 0 20 0 2 0 277454656 640503808 140927 33554432000 4194304 5963574 140734099186944 139721860953624 4378528 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1541.91
Current children cumulated vsize (KiB) 625492

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13547
/proc/meminfo: memFree=28223672/32873844 swapFree=7116/7116
[pid=13428] ppid=13426 vsize=626332 CPUtime=1601.9 cores=1,3,5,7
/proc/13428/stat : 13428 (wbo1.7) S 13426 13428 11506 0 -1 4202496 140614 0 0 0 160102 88 0 0 20 0 2 0 277454652 641363968 141047 33554432000 4194304 5963574 140734099186944 140734099186464 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13428/statm: 156583 141047 187 432 0 156148 0
[pid=13428/tid=13430] ppid=13426 vsize=626332 CPUtime=1597.95 cores=1,3,5,7
/proc/13428/task/13430/stat : 13430 (wbo1.7) R 13426 13428 11506 0 -1 4202560 138681 0 0 0 159683 112 0 0 20 0 2 0 277454656 641363968 141047 33554432000 4194304 5963574 140734099186944 139721860954152 4399456 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1601.9
Current children cumulated vsize (KiB) 626332

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 13548
/proc/meminfo: memFree=28204568/32873844 swapFree=7116/7116
[pid=13428] ppid=13426 vsize=626332 CPUtime=1661.89 cores=1,3,5,7
/proc/13428/stat : 13428 (wbo1.7) S 13426 13428 11506 0 -1 4202496 140652 0 0 0 166101 88 0 0 20 0 2 0 277454652 641363968 141085 33554432000 4194304 5963574 140734099186944 140734099186464 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13428/statm: 156583 141085 187 432 0 156148 0
[pid=13428/tid=13430] ppid=13426 vsize=626332 CPUtime=1657.8 cores=1,3,5,7
/proc/13428/task/13430/stat : 13430 (wbo1.7) R 13426 13428 11506 0 -1 4202560 138719 0 0 0 165667 113 0 0 20 0 2 0 277454656 641363968 141085 33554432000 4194304 5963574 140734099186944 139721860954152 4399456 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1661.89
Current children cumulated vsize (KiB) 626332

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13548
/proc/meminfo: memFree=28192672/32873844 swapFree=7116/7116
[pid=13428] ppid=13426 vsize=626332 CPUtime=1721.88 cores=1,3,5,7
/proc/13428/stat : 13428 (wbo1.7) S 13426 13428 11506 0 -1 4202496 141623 0 0 0 172099 89 0 0 20 0 2 0 277454652 641363968 142056 33554432000 4194304 5963574 140734099186944 140734099186464 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13428/statm: 156583 142056 187 432 0 156148 0
[pid=13428/tid=13430] ppid=13426 vsize=626332 CPUtime=1717.65 cores=1,3,5,7
/proc/13428/task/13430/stat : 13430 (wbo1.7) R 13426 13428 11506 0 -1 4202560 139690 0 0 0 171650 115 0 0 20 0 2 0 277454656 641363968 142056 33554432000 4194304 5963574 140734099186944 139721860953912 4399456 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1721.88
Current children cumulated vsize (KiB) 626332

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13548
/proc/meminfo: memFree=28170352/32873844 swapFree=7116/7116
[pid=13428] ppid=13426 vsize=626332 CPUtime=1781.88 cores=1,3,5,7
/proc/13428/stat : 13428 (wbo1.7) S 13426 13428 11506 0 -1 4202496 142021 0 0 0 178098 90 0 0 20 0 2 0 277454652 641363968 142454 33554432000 4194304 5963574 140734099186944 140734099186464 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13428/statm: 156583 142454 187 432 0 156148 0
[pid=13428/tid=13430] ppid=13426 vsize=626332 CPUtime=1777.49 cores=1,3,5,7
/proc/13428/task/13430/stat : 13430 (wbo1.7) R 13426 13428 11506 0 -1 4202560 140088 0 0 0 177633 116 0 0 20 0 2 0 277454656 641363968 142454 33554432000 4194304 5963574 140734099186944 139721860953912 4399546 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1781.88
Current children cumulated vsize (KiB) 626332

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

[startup+1799.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13548
/proc/meminfo: memFree=28169456/32873844 swapFree=7116/7116
[pid=13428] ppid=13426 vsize=626332 CPUtime=1799.47 cores=1,3,5,7
/proc/13428/stat : 13428 (wbo1.7) S 13426 13428 11506 0 -1 4202496 142135 0 0 0 179857 90 0 0 20 0 2 0 277454652 641363968 142586 33554432000 4194304 5963574 140734099186944 140734099186464 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13428/statm: 156583 142586 187 432 0 156148 0
[pid=13428/tid=13430] ppid=13426 vsize=626332 CPUtime=1795.04 cores=1,3,5,7
/proc/13428/task/13430/stat : 13430 (wbo1.7) R 13426 13428 11506 0 -1 4202560 140202 0 0 0 179387 117 0 0 20 0 2 0 277454656 641363968 142586 33554432000 4194304 5963574 140734099186944 139721860953624 4399456 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.47
Current children cumulated vsize (KiB) 626332

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13548
/proc/meminfo: memFree=28169456/32873844 swapFree=7116/7116
[pid=13428] ppid=13426 vsize=0 CPUtime=1795.2 cores=1,3,5,7
/proc/13428/stat : 13428 (wbo1.7) R 13426 13428 11506 0 -1 4203524 142136 0 0 0 179402 118 0 0 20 0 1 0 277454652 0 0 33554432000 0 0 0 0 0 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13428/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1795.2
Current children cumulated vsize (KiB) 0
#
############


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

[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13548
/proc/meminfo: memFree=28169844/32873844 swapFree=7116/7116
[pid=13428] ppid=13426 vsize=626332 CPUtime=1791.48 cores=1,3,5,7
/proc/13428/stat : 13428 (wbo1.7) S 13426 13428 11506 0 -1 4202496 142095 0 0 0 179058 90 0 0 20 0 2 0 277454652 641363968 142535 33554432000 4194304 5963574 140734099186944 140734099186464 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13428/statm: 156583 142535 187 432 0 156148 0
[pid=13428/tid=13430] ppid=13426 vsize=626332 CPUtime=1787.07 cores=1,3,5,7
/proc/13428/task/13430/stat : 13430 (wbo1.7) R 13426 13428 11506 0 -1 4202560 140162 0 0 0 178590 117 0 0 20 0 2 0 277454656 641363968 142535 33554432000 4194304 5963574 140734099186944 139721860953912 4222333 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1791.48
Current children cumulated vsize (KiB) 626332

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13548
/proc/meminfo: memFree=28169844/32873844 swapFree=7116/7116
[pid=13428] ppid=13426 vsize=626332 CPUtime=1794.68 cores=1,3,5,7
/proc/13428/stat : 13428 (wbo1.7) S 13426 13428 11506 0 -1 4202496 142103 0 0 0 179378 90 0 0 20 0 2 0 277454652 641363968 142543 33554432000 4194304 5963574 140734099186944 140734099186464 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13428/statm: 156583 142543 187 432 0 156148 0
[pid=13428/tid=13430] ppid=13426 vsize=626332 CPUtime=1790.26 cores=1,3,5,7
/proc/13428/task/13430/stat : 13430 (wbo1.7) R 13426 13428 11506 0 -1 4202560 140170 0 0 0 178909 117 0 0 20 0 2 0 277454656 641363968 142543 33554432000 4194304 5963574 140734099186944 139721860953624 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1794.68
Current children cumulated vsize (KiB) 626332

[startup+1798.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13548
/proc/meminfo: memFree=28169596/32873844 swapFree=7116/7116
[pid=13428] ppid=13426 vsize=626332 CPUtime=1797.88 cores=1,3,5,7
/proc/13428/stat : 13428 (wbo1.7) S 13426 13428 11506 0 -1 4202496 142123 0 0 0 179698 90 0 0 20 0 2 0 277454652 641363968 142563 33554432000 4194304 5963574 140734099186944 140734099186464 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13428/statm: 156583 142563 187 432 0 156148 0
[pid=13428/tid=13430] ppid=13426 vsize=626332 CPUtime=1793.45 cores=1,3,5,7
/proc/13428/task/13430/stat : 13430 (wbo1.7) R 13426 13428 11506 0 -1 4202560 140190 0 0 0 179228 117 0 0 20 0 2 0 277454656 641363968 142563 33554432000 4194304 5963574 140734099186944 139721860953624 4221984 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1797.88
Current children cumulated vsize (KiB) 626332

[startup+1799.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13548
/proc/meminfo: memFree=28169596/32873844 swapFree=7116/7116
[pid=13428] ppid=13426 vsize=626332 CPUtime=1798.67 cores=1,3,5,7
/proc/13428/stat : 13428 (wbo1.7) S 13426 13428 11506 0 -1 4202496 142133 0 0 0 179777 90 0 0 20 0 2 0 277454652 641363968 142584 33554432000 4194304 5963574 140734099186944 140734099186464 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13428/statm: 156583 142584 187 432 0 156148 0
[pid=13428/tid=13430] ppid=13426 vsize=626332 CPUtime=1794.24 cores=1,3,5,7
/proc/13428/task/13430/stat : 13430 (wbo1.7) R 13426 13428 11506 0 -1 4202560 140200 0 0 0 179307 117 0 0 20 0 2 0 277454656 641363968 142584 33554432000 4194304 5963574 140734099186944 139721860953624 4388646 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1798.67
Current children cumulated vsize (KiB) 626332

[startup+1799.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13548
/proc/meminfo: memFree=28169456/32873844 swapFree=7116/7116
[pid=13428] ppid=13426 vsize=626332 CPUtime=1799.08 cores=1,3,5,7
/proc/13428/stat : 13428 (wbo1.7) S 13426 13428 11506 0 -1 4202496 142135 0 0 0 179818 90 0 0 20 0 2 0 277454652 641363968 142586 33554432000 4194304 5963574 140734099186944 140734099186464 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13428/statm: 156583 142586 187 432 0 156148 0
[pid=13428/tid=13430] ppid=13426 vsize=626332 CPUtime=1794.64 cores=1,3,5,7
/proc/13428/task/13430/stat : 13430 (wbo1.7) R 13426 13428 11506 0 -1 4202560 140202 0 0 0 179347 117 0 0 20 0 2 0 277454656 641363968 142586 33554432000 4194304 5963574 140734099186944 139721860953624 4399560 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.08
Current children cumulated vsize (KiB) 626332

[startup+1799.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13548
/proc/meminfo: memFree=28169456/32873844 swapFree=7116/7116
[pid=13428] ppid=13426 vsize=626332 CPUtime=1799.47 cores=1,3,5,7
/proc/13428/stat : 13428 (wbo1.7) S 13426 13428 11506 0 -1 4202496 142135 0 0 0 179857 90 0 0 20 0 2 0 277454652 641363968 142586 33554432000 4194304 5963574 140734099186944 140734099186464 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13428/statm: 156583 142586 187 432 0 156148 0
[pid=13428/tid=13430] ppid=13426 vsize=626332 CPUtime=1795.04 cores=1,3,5,7
/proc/13428/task/13430/stat : 13430 (wbo1.7) R 13426 13428 11506 0 -1 4202560 140202 0 0 0 179387 117 0 0 20 0 2 0 277454656 641363968 142586 33554432000 4194304 5963574 140734099186944 139721860953624 4399456 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.47
Current children cumulated vsize (KiB) 626332

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13548
/proc/meminfo: memFree=28169456/32873844 swapFree=7116/7116
[pid=13428] ppid=13426 vsize=0 CPUtime=1795.2 cores=1,3,5,7
/proc/13428/stat : 13428 (wbo1.7) R 13426 13428 11506 0 -1 4203524 142136 0 0 0 179402 118 0 0 20 0 1 0 277454652 0 0 33554432000 0 0 0 0 0 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13428/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1795.2
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.2699
#  lost CPU user time (s): 4.54993
#  lost CPU system time (s): -0.28

Real time (s): 1800.01
CPU time (s): 1799.48
CPU user time (s): 1798.57
CPU system time (s): 0.907819
CPU usage (%): 99.9705
Max. virtual memory (cumulated for all children) (KiB): 626332

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.02
system time used= 1.18782
maximum resident set size= 570348
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 142136
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= 227
involuntary context switches= 2533

runsolver used 11.2873 second user time and 10.4854 second system time

The end

Launcher Data

Begin job on node138 at 2012-05-27 12:08:16
IDJOB=3705622
IDBENCH=48359
IDSOLVER=2284
FILE ID=node138/3705622-1338113296
RUNJOBID= node138-1338088086-11523
PBS_JOBID= 14624454
Free space on /tmp= 71532 MiB

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

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

MD5SUM BENCH= ff64c7b9cef588c95a335f732f2d905b
RANDOM SEED=597402712

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:        28923832 kB
Buffers:          335100 kB
Cached:          2209916 kB
SwapCached:          212 kB
Active:          1316280 kB
Inactive:        1798204 kB
Active(anon):     560376 kB
Inactive(anon):    11368 kB
Active(file):     755904 kB
Inactive(file):  1786836 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67108644 kB
Dirty:              5464 kB
Writeback:             0 kB
AnonPages:        512240 kB
Mapped:            15032 kB
Shmem:               200 kB
Slab:             694052 kB
SReclaimable:     136328 kB
SUnreclaim:       557724 kB
KernelStack:        1488 kB
PageTables:         5164 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     194824 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    333824 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-3705622-1338113296.opb

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