Trace number 3727923

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.72? 1799.4 1800

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.72 beta - May, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing opb file format. File HOME/instance-3727923-1338667684.opb.
0.00/0.00	c Instance file HOME/instance-3727923-1338667684.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.39/1800.00	c ===============================================================================
1799.39/1800.00	c Wall Clock Time: 1800.00 s
1799.39/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-3727923-1338667684/watcher-3727923-1338667684 -o /tmp/evaluation-result-3727923-1338667684/solver-3727923-1338667684 -C 1800 -W 1900 -M 15500 wbo1.72 -file-format=opb HOME/instance-3727923-1338667684.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: 1.08 1.60 1.85 3/177 3832
/proc/meminfo: memFree=28481932/32873844 swapFree=7632/7632
[pid=3832] ppid=3830 vsize=5080 CPUtime=0 cores=1,3,5,7
/proc/3832/stat : 3832 (wbo1.72) R 3830 3832 3617 0 -1 4202496 641 0 0 0 0 0 0 0 20 0 1 0 332892785 5201920 593 33554432000 4194304 5964350 140737021654544 140734707145544 4395326 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/3832/statm: 1270 593 165 433 0 704 0

[startup+0.0845141 s]
/proc/loadavg: 1.08 1.60 1.85 3/177 3832
/proc/meminfo: memFree=28481932/32873844 swapFree=7632/7632
[pid=3832] ppid=3830 vsize=88212 CPUtime=0.07 cores=1,3,5,7
/proc/3832/stat : 3832 (wbo1.72) S 3830 3832 3617 0 -1 4202496 3333 0 0 0 7 0 0 0 20 0 2 0 332892785 90329088 3023 33554432000 4194304 5964350 140737021654544 140737021654064 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3832/statm: 22053 3023 184 433 0 21617 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 88212

[startup+0.100211 s]
/proc/loadavg: 1.08 1.60 1.85 3/177 3832
/proc/meminfo: memFree=28481932/32873844 swapFree=7632/7632
[pid=3832] ppid=3830 vsize=88212 CPUtime=0.09 cores=1,3,5,7
/proc/3832/stat : 3832 (wbo1.72) S 3830 3832 3617 0 -1 4202496 3341 0 0 0 9 0 0 0 20 0 2 0 332892785 90329088 3031 33554432000 4194304 5964350 140737021654544 140737021654064 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3832/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: 1.08 1.60 1.85 3/177 3832
/proc/meminfo: memFree=28481932/32873844 swapFree=7632/7632
[pid=3832] ppid=3830 vsize=88212 CPUtime=0.29 cores=1,3,5,7
/proc/3832/stat : 3832 (wbo1.72) S 3830 3832 3617 0 -1 4202496 3606 0 0 0 29 0 0 0 20 0 2 0 332892785 90329088 3296 33554432000 4194304 5964350 140737021654544 140737021654064 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3832/statm: 22053 3296 186 433 0 21617 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 88212

[startup+0.700124 s]
/proc/loadavg: 1.08 1.60 1.85 3/177 3832
/proc/meminfo: memFree=28481932/32873844 swapFree=7632/7632
[pid=3832] ppid=3830 vsize=88212 CPUtime=0.69 cores=1,3,5,7
/proc/3832/stat : 3832 (wbo1.72) S 3830 3832 3617 0 -1 4202496 4450 0 0 0 69 0 0 0 20 0 2 0 332892785 90329088 4140 33554432000 4194304 5964350 140737021654544 140737021654064 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3832/statm: 22053 4140 186 433 0 21617 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 88212

[startup+1.50027 s]
/proc/loadavg: 1.08 1.60 1.85 3/179 3841
/proc/meminfo: memFree=28440516/32873844 swapFree=7632/7632
[pid=3832] ppid=3830 vsize=88212 CPUtime=1.48 cores=1,3,5,7
/proc/3832/stat : 3832 (wbo1.72) S 3830 3832 3617 0 -1 4202496 5122 0 0 0 148 0 0 0 20 0 2 0 332892785 90329088 4812 33554432000 4194304 5964350 140737021654544 140737021654064 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3832/statm: 22053 4812 186 433 0 21617 0
[pid=3832/tid=3834] ppid=3830 vsize=88212 CPUtime=1.43 cores=1,3,5,7
/proc/3832/task/3834/stat : 3834 (wbo1.72) R 3830 3832 3617 0 -1 4202560 3190 0 0 0 143 0 0 0 20 0 2 0 332892789 90329088 4812 33554432000 4194304 5964350 140737021654544 139738946041656 5136340 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) 88212

[startup+3.10028 s]
/proc/loadavg: 1.08 1.60 1.85 3/179 3841
/proc/meminfo: memFree=28432084/32873844 swapFree=7632/7632
[pid=3832] ppid=3830 vsize=88212 CPUtime=3.09 cores=1,3,5,7
/proc/3832/stat : 3832 (wbo1.72) S 3830 3832 3617 0 -1 4202496 7825 0 0 0 308 1 0 0 20 0 2 0 332892785 90329088 7515 33554432000 4194304 5964350 140737021654544 140737021654064 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3832/statm: 22053 7515 186 433 0 21617 0
[pid=3832/tid=3834] ppid=3830 vsize=88212 CPUtime=3.03 cores=1,3,5,7
/proc/3832/task/3834/stat : 3834 (wbo1.72) R 3830 3832 3617 0 -1 4202560 5893 0 0 0 302 1 0 0 20 0 2 0 332892789 90329088 7515 33554432000 4194304 5964350 140737021654544 139738946041656 4221120 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) 88212

[startup+6.30025 s]
/proc/loadavg: 1.16 1.61 1.85 3/179 3841
/proc/meminfo: memFree=28407332/32873844 swapFree=7632/7632
[pid=3832] ppid=3830 vsize=88212 CPUtime=6.28 cores=1,3,5,7
/proc/3832/stat : 3832 (wbo1.72) S 3830 3832 3617 0 -1 4202496 8467 0 0 0 627 1 0 0 20 0 2 0 332892785 90329088 8167 33554432000 4194304 5964350 140737021654544 140737021654064 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3832/statm: 22053 8167 186 433 0 21617 0
[pid=3832/tid=3834] ppid=3830 vsize=88212 CPUtime=6.22 cores=1,3,5,7
/proc/3832/task/3834/stat : 3834 (wbo1.72) R 3830 3832 3617 0 -1 4202560 6535 0 0 0 621 1 0 0 20 0 2 0 332892789 90329088 8167 33554432000 4194304 5964350 140737021654544 139738946041848 4399840 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: 1.22 1.62 1.85 3/179 3841
/proc/meminfo: memFree=28380404/32873844 swapFree=7632/7632
[pid=3832] ppid=3830 vsize=88212 CPUtime=12.68 cores=1,3,5,7
/proc/3832/stat : 3832 (wbo1.72) S 3830 3832 3617 0 -1 4202496 10184 0 0 0 1266 2 0 0 20 0 2 0 332892785 90329088 9884 33554432000 4194304 5964350 140737021654544 140737021654064 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3832/statm: 22053 9884 186 433 0 21617 0
[pid=3832/tid=3834] ppid=3830 vsize=88212 CPUtime=12.6 cores=1,3,5,7
/proc/3832/task/3834/stat : 3834 (wbo1.72) R 3830 3832 3617 0 -1 4202560 8252 0 0 0 1258 2 0 0 20 0 2 0 332892789 90329088 9884 33554432000 4194304 5964350 140737021654544 139738946041656 5136340 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: 1.46 1.65 1.85 3/179 3841
/proc/meminfo: memFree=28320484/32873844 swapFree=7632/7632
[pid=3832] ppid=3830 vsize=88536 CPUtime=25.47 cores=1,3,5,7
/proc/3832/stat : 3832 (wbo1.72) S 3830 3832 3617 0 -1 4202496 12777 0 0 0 2544 3 0 0 20 0 2 0 332892785 90660864 12503 33554432000 4194304 5964350 140737021654544 140737021654064 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3832/statm: 22134 12503 186 433 0 21698 0
[pid=3832/tid=3834] ppid=3830 vsize=88536 CPUtime=25.35 cores=1,3,5,7
/proc/3832/task/3834/stat : 3834 (wbo1.72) R 3830 3832 3617 0 -1 4202560 10845 0 0 0 2532 3 0 0 20 0 2 0 332892789 90660864 12503 33554432000 4194304 5964350 140737021654544 139738946041368 4399728 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) 88536

[startup+51.1003 s]
/proc/loadavg: 1.65 1.68 1.86 3/179 3841
/proc/meminfo: memFree=28262364/32873844 swapFree=7632/7632
[pid=3832] ppid=3830 vsize=154472 CPUtime=51.05 cores=1,3,5,7
/proc/3832/stat : 3832 (wbo1.72) S 3830 3832 3617 0 -1 4202496 20217 0 0 0 5099 6 0 0 20 0 2 0 332892785 158179328 20447 33554432000 4194304 5964350 140737021654544 140737021654064 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3832/statm: 38618 20447 186 433 0 38182 0
[pid=3832/tid=3834] ppid=3830 vsize=154472 CPUtime=50.88 cores=1,3,5,7
/proc/3832/task/3834/stat : 3834 (wbo1.72) R 3830 3832 3617 0 -1 4202560 18285 0 0 0 5082 6 0 0 20 0 2 0 332892789 158179328 20447 33554432000 4194304 5964350 140737021654544 139738946041656 4399846 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 154472

[startup+102.307 s]
/proc/loadavg: 1.89 1.74 1.87 3/179 3841
/proc/meminfo: memFree=28202888/32873844 swapFree=7632/7632
[pid=3832] ppid=3830 vsize=154472 CPUtime=102.25 cores=1,3,5,7
/proc/3832/stat : 3832 (wbo1.72) S 3830 3832 3617 0 -1 4202496 29265 0 0 0 10215 10 0 0 20 0 2 0 332892785 158179328 29495 33554432000 4194304 5964350 140737021654544 140737021654064 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3832/statm: 38618 29495 186 433 0 38182 0
[pid=3832/tid=3834] ppid=3830 vsize=154472 CPUtime=101.96 cores=1,3,5,7
/proc/3832/task/3834/stat : 3834 (wbo1.72) R 3830 3832 3617 0 -1 4202560 27333 0 0 0 10185 11 0 0 20 0 2 0 332892789 158179328 29495 33554432000 4194304 5964350 140737021654544 139738946041848 4379231 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 154472

[startup+162.3 s]
/proc/loadavg: 1.99 1.80 1.88 3/180 3844
/proc/meminfo: memFree=28147552/32873844 swapFree=7632/7632
[pid=3832] ppid=3830 vsize=155316 CPUtime=162.23 cores=1,3,5,7
/proc/3832/stat : 3832 (wbo1.72) S 3830 3832 3617 0 -1 4202496 33948 0 0 0 16210 13 0 0 20 0 2 0 332892785 159043584 34488 33554432000 4194304 5964350 140737021654544 140737021654064 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3832/statm: 38829 34488 186 433 0 38393 0
[pid=3832/tid=3834] ppid=3830 vsize=155316 CPUtime=161.79 cores=1,3,5,7
/proc/3832/task/3834/stat : 3834 (wbo1.72) R 3830 3832 3617 0 -1 4202560 32016 0 0 0 16164 15 0 0 20 0 2 0 332892789 159043584 34488 33554432000 4194304 5964350 140737021654544 139738946041848 4399840 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 155316

[startup+222.3 s]
/proc/loadavg: 2.03 1.85 1.89 3/179 3844
/proc/meminfo: memFree=28028716/32873844 swapFree=7632/7632
[pid=3832] ppid=3830 vsize=221176 CPUtime=222.19 cores=1,3,5,7
/proc/3832/stat : 3832 (wbo1.72) S 3830 3832 3617 0 -1 4202496 43896 0 0 0 22199 20 0 0 20 0 2 0 332892785 226484224 44495 33554432000 4194304 5964350 140737021654544 140737021654064 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3832/statm: 55294 44495 186 433 0 54858 0
[pid=3832/tid=3834] ppid=3830 vsize=221176 CPUtime=221.6 cores=1,3,5,7
/proc/3832/task/3834/stat : 3834 (wbo1.72) R 3830 3832 3617 0 -1 4202560 41964 0 0 0 22137 23 0 0 20 0 2 0 332892789 226484224 44495 33554432000 4194304 5964350 140737021654544 139738946041368 4392802 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.04 1.89 1.90 3/179 3845
/proc/meminfo: memFree=28001120/32873844 swapFree=7632/7632
[pid=3832] ppid=3830 vsize=221176 CPUtime=282.18 cores=1,3,5,7
/proc/3832/stat : 3832 (wbo1.72) S 3830 3832 3617 0 -1 4202496 50305 0 0 0 28195 23 0 0 20 0 2 0 332892785 226484224 51409 33554432000 4194304 5964350 140737021654544 140737021654064 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3832/statm: 55294 51409 186 433 0 54858 0
[pid=3832/tid=3834] ppid=3830 vsize=221176 CPUtime=281.44 cores=1,3,5,7
/proc/3832/task/3834/stat : 3834 (wbo1.72) R 3830 3832 3617 0 -1 4202560 48373 0 0 0 28117 27 0 0 20 0 2 0 332892789 226484224 51409 33554432000 4194304 5964350 140737021654544 139738946041368 4400436 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 221176

[startup+342.3 s]
/proc/loadavg: 2.05 1.92 1.91 3/179 3845
/proc/meminfo: memFree=27899860/32873844 swapFree=7632/7632
[pid=3832] ppid=3830 vsize=287920 CPUtime=342.17 cores=1,3,5,7
/proc/3832/stat : 3832 (wbo1.72) S 3830 3832 3617 0 -1 4202496 56836 0 0 0 34190 27 0 0 20 0 2 0 332892785 294830080 57917 33554432000 4194304 5964350 140737021654544 140737021654064 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3832/statm: 71980 57917 186 433 0 71544 0
[pid=3832/tid=3834] ppid=3830 vsize=287920 CPUtime=341.28 cores=1,3,5,7
/proc/3832/task/3834/stat : 3834 (wbo1.72) R 3830 3832 3617 0 -1 4202560 54904 0 0 0 34096 32 0 0 20 0 2 0 332892789 294830080 57917 33554432000 4194304 5964350 140737021654544 139738946041368 4399832 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 287920

[startup+402.3 s]
/proc/loadavg: 2.05 1.94 1.91 3/179 3845
/proc/meminfo: memFree=27881976/32873844 swapFree=7632/7632
[pid=3832] ppid=3830 vsize=289184 CPUtime=402.16 cores=1,3,5,7
/proc/3832/stat : 3832 (wbo1.72) S 3830 3832 3617 0 -1 4202496 61123 0 0 0 40186 30 0 0 20 0 2 0 332892785 296124416 62204 33554432000 4194304 5964350 140737021654544 140737021654064 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3832/statm: 72296 62204 186 433 0 71860 0
[pid=3832/tid=3834] ppid=3830 vsize=289184 CPUtime=401.13 cores=1,3,5,7
/proc/3832/task/3834/stat : 3834 (wbo1.72) R 3830 3832 3617 0 -1 4202560 59191 0 0 0 40077 36 0 0 20 0 2 0 332892789 296124416 62204 33554432000 4194304 5964350 140737021654544 139738946041368 4381521 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 289184

[startup+462.3 s]
/proc/loadavg: 2.05 1.97 1.92 3/179 3845
/proc/meminfo: memFree=27840024/32873844 swapFree=7632/7632
[pid=3832] ppid=3830 vsize=289668 CPUtime=462.13 cores=1,3,5,7

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

[startup+1542.3 s]
/proc/loadavg: 2.07 2.02 1.97 3/179 3855
/proc/meminfo: memFree=27127004/32873844 swapFree=7632/7632
[pid=3832] ppid=3830 vsize=625496 CPUtime=1541.87 cores=1,3,5,7
/proc/3832/stat : 3832 (wbo1.72) S 3830 3832 3617 0 -1 4202496 140615 0 0 0 154102 85 0 0 20 0 2 0 332892785 640507904 141519 33554432000 4194304 5964350 140737021654544 140737021654064 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3832/statm: 156374 141519 186 433 0 155938 0
[pid=3832/tid=3834] ppid=3830 vsize=625496 CPUtime=1538.05 cores=1,3,5,7
/proc/3832/task/3834/stat : 3834 (wbo1.72) R 3830 3832 3617 0 -1 4202560 138683 0 0 0 153697 108 0 0 20 0 2 0 332892789 640507904 141519 33554432000 4194304 5964350 140737021654544 139738946041368 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1541.87
Current children cumulated vsize (KiB) 625496

[startup+1602.3 s]
/proc/loadavg: 2.02 2.01 1.97 3/179 3855
/proc/meminfo: memFree=27126372/32873844 swapFree=7632/7632
[pid=3832] ppid=3830 vsize=625976 CPUtime=1601.84 cores=1,3,5,7
/proc/3832/stat : 3832 (wbo1.72) S 3830 3832 3617 0 -1 4202496 140767 0 0 0 160099 85 0 0 20 0 2 0 332892785 640999424 141692 33554432000 4194304 5964350 140737021654544 140737021654064 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3832/statm: 156494 141692 186 433 0 156058 0
[pid=3832/tid=3834] ppid=3830 vsize=625976 CPUtime=1597.87 cores=1,3,5,7
/proc/3832/task/3834/stat : 3834 (wbo1.72) R 3830 3832 3617 0 -1 4202560 138835 0 0 0 159678 109 0 0 20 0 2 0 332892789 640999424 141692 33554432000 4194304 5964350 140737021654544 139738946041896 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1601.84
Current children cumulated vsize (KiB) 625976

[startup+1662.3 s]
/proc/loadavg: 2.01 2.00 1.97 3/179 3855
/proc/meminfo: memFree=27126104/32873844 swapFree=7632/7632
[pid=3832] ppid=3830 vsize=626336 CPUtime=1661.82 cores=1,3,5,7
/proc/3832/stat : 3832 (wbo1.72) S 3830 3832 3617 0 -1 4202496 140823 0 0 0 166097 85 0 0 20 0 2 0 332892785 641368064 141742 33554432000 4194304 5964350 140737021654544 140737021654064 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3832/statm: 156584 141742 186 433 0 156148 0
[pid=3832/tid=3834] ppid=3830 vsize=626336 CPUtime=1657.71 cores=1,3,5,7
/proc/3832/task/3834/stat : 3834 (wbo1.72) R 3830 3832 3617 0 -1 4202560 138891 0 0 0 165661 110 0 0 20 0 2 0 332892789 641368064 141742 33554432000 4194304 5964350 140737021654544 139738946041896 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1661.82
Current children cumulated vsize (KiB) 626336

[startup+1722.3 s]
/proc/loadavg: 2.04 2.01 1.97 3/179 3855
/proc/meminfo: memFree=27121972/32873844 swapFree=7632/7632
[pid=3832] ppid=3830 vsize=626336 CPUtime=1721.8 cores=1,3,5,7
/proc/3832/stat : 3832 (wbo1.72) S 3830 3832 3617 0 -1 4202496 141808 0 0 0 172094 86 0 0 20 0 2 0 332892785 641368064 142752 33554432000 4194304 5964350 140737021654544 140737021654064 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3832/statm: 156584 142752 186 433 0 156148 0
[pid=3832/tid=3834] ppid=3830 vsize=626336 CPUtime=1717.54 cores=1,3,5,7
/proc/3832/task/3834/stat : 3834 (wbo1.72) R 3830 3832 3617 0 -1 4202560 139876 0 0 0 171642 112 0 0 20 0 2 0 332892789 641368064 142752 33554432000 4194304 5964350 140737021654544 139738946041656 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1721.8
Current children cumulated vsize (KiB) 626336

[startup+1782.3 s]
/proc/loadavg: 2.01 2.01 1.97 3/179 3855
/proc/meminfo: memFree=27119988/32873844 swapFree=7632/7632
[pid=3832] ppid=3830 vsize=626336 CPUtime=1781.79 cores=1,3,5,7
/proc/3832/stat : 3832 (wbo1.72) S 3830 3832 3617 0 -1 4202496 142248 0 0 0 178093 86 0 0 20 0 2 0 332892785 641368064 143192 33554432000 4194304 5964350 140737021654544 140737021654064 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3832/statm: 156584 143192 186 433 0 156148 0
[pid=3832/tid=3834] ppid=3830 vsize=626336 CPUtime=1777.38 cores=1,3,5,7
/proc/3832/task/3834/stat : 3834 (wbo1.72) R 3830 3832 3617 0 -1 4202560 140316 0 0 0 177625 113 0 0 20 0 2 0 332892789 641368064 143192 33554432000 4194304 5964350 140737021654544 139738946041656 4389067 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1781.79
Current children cumulated vsize (KiB) 626336

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

[startup+1799.9 s]
/proc/loadavg: 2.01 2.01 1.97 3/179 3856
/proc/meminfo: memFree=27117136/32873844 swapFree=7632/7632
[pid=3832] ppid=3830 vsize=626336 CPUtime=1799.39 cores=1,3,5,7
/proc/3832/stat : 3832 (wbo1.72) S 3830 3832 3617 0 -1 4202496 143213 0 0 0 179852 87 0 0 20 0 2 0 332892785 641368064 144157 33554432000 4194304 5964350 140737021654544 140737021654064 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3832/statm: 156584 144157 186 433 0 156148 0
[pid=3832/tid=3834] ppid=3830 vsize=626336 CPUtime=1794.93 cores=1,3,5,7
/proc/3832/task/3834/stat : 3834 (wbo1.72) R 3830 3832 3617 0 -1 4202560 141281 0 0 0 179379 114 0 0 20 0 2 0 332892789 641368064 144157 33554432000 4194304 5964350 140737021654544 139738946041368 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.39
Current children cumulated vsize (KiB) 626336

[startup+1800 s]
/proc/loadavg: 2.01 2.01 1.97 3/179 3856
/proc/meminfo: memFree=27117136/32873844 swapFree=7632/7632
[pid=3832] ppid=3830 vsize=0 CPUtime=1795.08 cores=1,3,5,7
/proc/3832/stat : 3832 (wbo1.72) R 3830 3832 3617 0 -1 4203524 143243 0 0 0 179393 115 0 0 20 0 1 0 332892785 0 0 33554432000 0 0 0 0 0 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/3832/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1795.08
Current children cumulated vsize (KiB) 0
#
############


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

[startup+1791.91 s]
/proc/loadavg: 2.01 2.01 1.97 3/179 3856
/proc/meminfo: memFree=27120112/32873844 swapFree=7632/7632
[pid=3832] ppid=3830 vsize=626336 CPUtime=1791.39 cores=1,3,5,7
/proc/3832/stat : 3832 (wbo1.72) S 3830 3832 3617 0 -1 4202496 142303 0 0 0 179053 86 0 0 20 0 2 0 332892785 641368064 143247 33554432000 4194304 5964350 140737021654544 140737021654064 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3832/statm: 156584 143247 186 433 0 156148 0
[pid=3832/tid=3834] ppid=3830 vsize=626336 CPUtime=1786.96 cores=1,3,5,7
/proc/3832/task/3834/stat : 3834 (wbo1.72) R 3830 3832 3617 0 -1 4202560 140371 0 0 0 178583 113 0 0 20 0 2 0 332892789 641368064 143247 33554432000 4194304 5964350 140737021654544 139738946041368 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1791.39
Current children cumulated vsize (KiB) 626336

[startup+1795.1 s]
/proc/loadavg: 2.01 2.01 1.97 3/179 3856
/proc/meminfo: memFree=27119988/32873844 swapFree=7632/7632
[pid=3832] ppid=3830 vsize=626336 CPUtime=1794.59 cores=1,3,5,7
/proc/3832/stat : 3832 (wbo1.72) S 3830 3832 3617 0 -1 4202496 142319 0 0 0 179373 86 0 0 20 0 2 0 332892785 641368064 143263 33554432000 4194304 5964350 140737021654544 140737021654064 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3832/statm: 156584 143263 186 433 0 156148 0
[pid=3832/tid=3834] ppid=3830 vsize=626336 CPUtime=1790.15 cores=1,3,5,7
/proc/3832/task/3834/stat : 3834 (wbo1.72) R 3830 3832 3617 0 -1 4202560 140387 0 0 0 178902 113 0 0 20 0 2 0 332892789 641368064 143263 33554432000 4194304 5964350 140737021654544 139738946041368 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1794.59
Current children cumulated vsize (KiB) 626336

[startup+1798.3 s]
/proc/loadavg: 2.01 2.01 1.97 3/179 3856
/proc/meminfo: memFree=27119492/32873844 swapFree=7632/7632
[pid=3832] ppid=3830 vsize=626336 CPUtime=1797.79 cores=1,3,5,7
/proc/3832/stat : 3832 (wbo1.72) S 3830 3832 3617 0 -1 4202496 142729 0 0 0 179692 87 0 0 20 0 2 0 332892785 641368064 143673 33554432000 4194304 5964350 140737021654544 140737021654064 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3832/statm: 156584 143673 186 433 0 156148 0
[pid=3832/tid=3834] ppid=3830 vsize=626336 CPUtime=1793.34 cores=1,3,5,7
/proc/3832/task/3834/stat : 3834 (wbo1.72) R 3830 3832 3617 0 -1 4202560 140797 0 0 0 179220 114 0 0 20 0 2 0 332892789 641368064 143673 33554432000 4194304 5964350 140737021654544 139738946041368 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1797.79
Current children cumulated vsize (KiB) 626336

[startup+1799.1 s]
/proc/loadavg: 2.01 2.01 1.97 3/179 3856
/proc/meminfo: memFree=27118500/32873844 swapFree=7632/7632
[pid=3832] ppid=3830 vsize=626336 CPUtime=1798.59 cores=1,3,5,7
/proc/3832/stat : 3832 (wbo1.72) S 3830 3832 3617 0 -1 4202496 142953 0 0 0 179772 87 0 0 20 0 2 0 332892785 641368064 143897 33554432000 4194304 5964350 140737021654544 140737021654064 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3832/statm: 156584 143897 186 433 0 156148 0
[pid=3832/tid=3834] ppid=3830 vsize=626336 CPUtime=1794.14 cores=1,3,5,7
/proc/3832/task/3834/stat : 3834 (wbo1.72) R 3830 3832 3617 0 -1 4202560 141021 0 0 0 179300 114 0 0 20 0 2 0 332892789 641368064 143897 33554432000 4194304 5964350 140737021654544 139738946041368 4403296 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: 2.01 2.01 1.97 3/179 3856
/proc/meminfo: memFree=27117136/32873844 swapFree=7632/7632
[pid=3832] ppid=3830 vsize=626336 CPUtime=1798.99 cores=1,3,5,7
/proc/3832/stat : 3832 (wbo1.72) S 3830 3832 3617 0 -1 4202496 143107 0 0 0 179812 87 0 0 20 0 2 0 332892785 641368064 144051 33554432000 4194304 5964350 140737021654544 140737021654064 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3832/statm: 156584 144051 186 433 0 156148 0
[pid=3832/tid=3834] ppid=3830 vsize=626336 CPUtime=1794.54 cores=1,3,5,7
/proc/3832/task/3834/stat : 3834 (wbo1.72) R 3830 3832 3617 0 -1 4202560 141175 0 0 0 179340 114 0 0 20 0 2 0 332892789 641368064 144051 33554432000 4194304 5964350 140737021654544 139738946041368 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1798.99
Current children cumulated vsize (KiB) 626336

[startup+1799.9 s]
/proc/loadavg: 2.01 2.01 1.97 3/179 3856
/proc/meminfo: memFree=27117136/32873844 swapFree=7632/7632
[pid=3832] ppid=3830 vsize=626336 CPUtime=1799.39 cores=1,3,5,7
/proc/3832/stat : 3832 (wbo1.72) S 3830 3832 3617 0 -1 4202496 143213 0 0 0 179852 87 0 0 20 0 2 0 332892785 641368064 144157 33554432000 4194304 5964350 140737021654544 140737021654064 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3832/statm: 156584 144157 186 433 0 156148 0
[pid=3832/tid=3834] ppid=3830 vsize=626336 CPUtime=1794.93 cores=1,3,5,7
/proc/3832/task/3834/stat : 3834 (wbo1.72) R 3830 3832 3617 0 -1 4202560 141281 0 0 0 179379 114 0 0 20 0 2 0 332892789 641368064 144157 33554432000 4194304 5964350 140737021654544 139738946041368 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.39
Current children cumulated vsize (KiB) 626336

[startup+1800 s]
/proc/loadavg: 2.01 2.01 1.97 3/179 3856
/proc/meminfo: memFree=27117136/32873844 swapFree=7632/7632
[pid=3832] ppid=3830 vsize=0 CPUtime=1795.08 cores=1,3,5,7
/proc/3832/stat : 3832 (wbo1.72) R 3830 3832 3617 0 -1 4203524 143243 0 0 0 179393 115 0 0 20 0 1 0 332892785 0 0 33554432000 0 0 0 0 0 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/3832/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1795.08
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.30994
#  lost CPU user time (s): 4.58997
#  lost CPU system time (s): -0.28

Real time (s): 1800
CPU time (s): 1799.4
CPU user time (s): 1798.53
CPU system time (s): 0.876824
CPU usage (%): 99.9667
Max. virtual memory (cumulated for all children) (KiB): 626336

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.94
system time used= 1.15682
maximum resident set size= 576748
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 143243
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= 237
involuntary context switches= 2248

runsolver used 3.3115 second user time and 7.73582 second system time

The end

Launcher Data

Begin job on node141 at 2012-06-02 22:08:04
IDJOB=3727923
IDBENCH=48359
IDSOLVER=2314
FILE ID=node141/3727923-1338667684
RUNJOBID= node141-1338667684-3793
PBS_JOBID= 14636518
Free space on /tmp= 70720 MiB

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

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

MD5SUM BENCH= ff64c7b9cef588c95a335f732f2d905b
RANDOM SEED=963019154

node141.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.744
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	: 5333.48
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.744
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.744
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.93
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.744
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.92
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.744
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.92
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.744
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		: 2666.744
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		: 2666.744
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:        28484448 kB
Buffers:          382384 kB
Cached:          3114760 kB
SwapCached:          216 kB
Active:          1203632 kB
Inactive:        2305000 kB
Active(anon):       2036 kB
Inactive(anon):    11300 kB
Active(file):    1201596 kB
Inactive(file):  2293700 kB
Unevictable:        7632 kB
Mlocked:            7632 kB
SwapTotal:      67108856 kB
SwapFree:       67108640 kB
Dirty:             11340 kB
Writeback:             0 kB
AnonPages:         17944 kB
Mapped:             9876 kB
Shmem:               172 kB
Slab:             738740 kB
SReclaimable:     180976 kB
SUnreclaim:       557764 kB
KernelStack:        1376 kB
PageTables:         3544 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     104668 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 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-3727923-1338667684.opb

Free space on /tmp at the end= 70708 MiB
End job on node141 at 2012-06-02 22:38:05