Trace number 3481927

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 NameAnswerobjective functionCPU timeWall clock time
borg pb-opt-11.04.03? (MO) 287.18 283.788

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/
~kexu/benchmarks/frb53-24-opb/normalized-frb53-24-2.opb
MD5SUMb94d4317cfb468b1c3dd3d790ff99d4d
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-46
Best CPU time to get the best result obtained on this benchmark1797.42
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -52
Optimality of the best value was proved NO
Number of variables1272
Total number of constraints94289
Number of constraints which are clauses94289
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint2
Number of terms in the objective function 1272
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1272
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1272
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.34/0.68	c INFO: loaded portfolio from HOME/etc/borg-mix+class.opt.pickle
0.34/0.68	c INFO: solving HOME/instance-3481927-1307577025.opb
0.85/1.13	c INFO: parsing took 0.44 s
1.62/1.98	c INFO: features took 0.84 CPU seconds
1.72/2.00	c INFO: running sat4j-pb-v20101225@0 for 45 with 1798 remaining (b = 0.03)
50.71/49.47	c INFO: running wbo1.4a@0 for 45 with 1749 remaining (b = 0.01)
98.15/96.54	c INFO: running sat4j-pb-v20101225@48 for 45 with 1703 remaining (b = 0.00)
142.51/140.42	c INFO: running clasp-1.3.7@0 for 91 with 1659 remaining (b = 0.01)
236.30/233.80	c INFO: running pbct-0.1.2-linear@0 for 45 with 1565 remaining (b = 0.00)
285.44/282.76	c INFO: running sat4j-pb-v20101225-cutting@0 for 45 with 1517 remaining (b = 0.00)

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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-3481927-1307577025/watcher-3481927-1307577025 -o /tmp/evaluation-result-3481927-1307577025/solver-3481927-1307577025 -C 1800 -W 1900 -M 15500 python HOME/solve HOME/etc/borg-mix+class.opt.pickle HOME/instance-3481927-1307577025.opb -seed 401728441 -budget 1800 

running on 4 cores: 0,2,4,6

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.05 1.85 1.03 2/615 8352
/proc/meminfo: memFree=19928844/32951124 swapFree=64303752/67111528
[pid=8352] ppid=8350 vsize=15380 CPUtime=0 cores=0,2,4,6
/proc/8352/stat : 8352 (python) R 8350 8352 7805 0 -1 4202496 792 0 0 0 0 0 0 0 21 0 1 0 850118515 15749120 679 33554432000 4194304 5683644 140735076512096 18446744073709551615 233510295552 0 2147483391 16781312 2 0 0 0 17 2 0 0 0
/proc/8352/statm: 3845 679 322 364 0 332 0

[startup+0.0293171 s]
/proc/loadavg: 2.05 1.85 1.03 2/615 8352
/proc/meminfo: memFree=19928844/32951124 swapFree=64303752/67111528
[pid=8352] ppid=8350 vsize=16396 CPUtime=0 cores=0,2,4,6
/proc/8352/stat : 8352 (python) S 8350 8352 7805 0 -1 4202496 1124 0 0 0 0 0 0 0 21 0 1 0 850118515 16789504 990 33554432000 4194304 5683644 140735076512096 18446744073709551615 233510295552 0 2147483391 16781312 2 18446744071699207358 0 0 17 6 0 0 0
/proc/8352/statm: 4099 990 413 364 0 586 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 16396

[startup+0.100302 s]
/proc/loadavg: 2.05 1.85 1.03 2/615 8352
/proc/meminfo: memFree=19928844/32951124 swapFree=64303752/67111528
[pid=8352] ppid=8350 vsize=85620 CPUtime=0.05 cores=0,2,4,6
/proc/8352/stat : 8352 (python) S 8350 8352 7805 0 -1 4202496 2664 0 0 0 4 1 0 0 18 0 1 0 850118515 87674880 2382 33554432000 4194304 5683644 140735076512096 18446744073709551615 233510295552 0 2147483391 16781312 2 18446744071699207358 0 0 17 6 0 0 0
/proc/8352/statm: 21405 2382 715 364 0 1622 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 85620

[startup+0.300268 s]
/proc/loadavg: 2.05 1.85 1.03 2/615 8352
/proc/meminfo: memFree=19928844/32951124 swapFree=64303752/67111528
[pid=8352] ppid=8350 vsize=123740 CPUtime=0.15 cores=0,2,4,6
/proc/8352/stat : 8352 (python) S 8350 8352 7805 0 -1 4202496 5358 931 1 0 11 4 0 0 17 0 1 0 850118515 126709760 3744 33554432000 4194304 5683644 140735076512096 18446744073709551615 233510293509 0 2147483391 16781312 2 18446744071699207358 0 0 17 6 0 0 0
/proc/8352/statm: 30935 3744 987 364 0 2767 0
Current children cumulated CPU time (s) 0.15
Current children cumulated vsize (KiB) 123740

[startup+0.700223 s]
/proc/loadavg: 2.05 1.85 1.03 2/615 8352
/proc/meminfo: memFree=19928844/32951124 swapFree=64303752/67111528
[pid=8352] ppid=8350 vsize=284924 CPUtime=0.42 cores=0,2,4,6
/proc/8352/stat : 8352 (python) R 8350 8352 7805 0 -1 4202496 9705 931 1 0 31 11 0 0 16 0 1 0 850118515 291762176 7567 33554432000 4194304 5683644 140735076512096 18446744073709551615 4602336 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/8352/statm: 71231 7567 1781 364 0 6124 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 284924

[startup+1.50108 s]
/proc/loadavg: 2.05 1.85 1.03 3/616 8357
/proc/meminfo: memFree=19892752/32951124 swapFree=64303752/67111528
[pid=8352] ppid=8350 vsize=298376 CPUtime=1.22 cores=0,2,4,6
/proc/8352/stat : 8352 (python) R 8350 8352 7805 0 -1 4202496 15859 931 1 0 110 12 0 0 16 0 1 0 850118515 305537024 10942 33554432000 4194304 5683644 140735076512096 18446744073709551615 233513706153 0 0 16781312 33554434 0 0 0 17 0 0 0 0
/proc/8352/statm: 74594 10942 1816 364 0 9487 0
Current children cumulated CPU time (s) 1.22
Current children cumulated vsize (KiB) 298376

[startup+3.1008 s]
/proc/loadavg: 2.05 1.85 1.03 3/636 8377
/proc/meminfo: memFree=19870892/32951124 swapFree=64303752/67111528
[pid=8352] ppid=8350 vsize=310120 CPUtime=1.73 cores=0,2,4,6
/proc/8352/stat : 8352 (python) S 8350 8352 7805 0 -1 4202496 16515 931 1 0 161 12 0 0 19 0 2 0 850118515 317562880 11369 33554432000 4194304 5683644 140735076512096 18446744073709551615 233522124235 0 0 16781312 33554434 18446744073709551615 0 0 17 0 0 0 0
/proc/8352/statm: 77530 11369 1870 364 0 12417 0
[pid=8358] ppid=8352 vsize=299876 CPUtime=0 cores=0,2,4,6
/proc/8358/stat : 8358 (python) S 8352 8352 7805 0 -1 4202560 768 0 0 0 0 0 0 0 15 0 1 0 850118716 307073024 9846 33554432000 4194304 5683644 140735076512096 18446744073709551615 233510317583 0 0 16781312 33554946 6508233595113406721 0 0 17 4 0 0 0
/proc/8358/statm: 74969 9846 351 364 0 9856 0
[pid=8360] ppid=8358 vsize=8540284 CPUtime=1.92 cores=0,2,4,6
/proc/8360/stat : 8360 (java) S 8358 8360 8360 0 -1 4202496 43260 0 1 0 185 7 0 0 19 0 19 0 850118716 8745250816 40623 33554432000 1073741824 1073778376 140735664128272 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/8360/statm: 2135071 40623 2241 9 0 2125812 0
[pid=8360/tid=8361] ppid=8358 vsize=8540284 CPUtime=1.06 cores=0,2,4,6
/proc/8360/task/8361/stat : 8361 (java) R 8358 8360 8360 0 -1 4202560 35266 0 1 0 101 5 0 0 19 0 19 0 850118717 8745250816 40623 33554432000 1073741824 1073778376 140735664128272 18446744073709551615 46912505216225 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=8360/tid=8362] ppid=8358 vsize=8540284 CPUtime=0 cores=0,2,4,6
/proc/8360/task/8362/stat : 8362 (java) S 8358 8360 8360 0 -1 4202560 343 0 0 0 0 0 0 0 16 0 19 0 850118717 8745250816 40623 33554432000 1073741824 1073778376 140735664128272 18446744073709551615 233522113433 0 4 0 16800975 18446604445938464896 0 0 -1 6 0 0 0
[pid=8360/tid=8363] ppid=8358 vsize=8540284 CPUtime=0 cores=0,2,4,6
/proc/8360/task/8363/stat : 8363 (java) S 8358 8360 8360 0 -1 4202560 421 0 0 0 0 0 0 0 16 0 19 0 850118717 8745250816 40623 33554432000 1073741824 1073778376 140735664128272 18446744073709551615 233522113433 0 4 0 16800975 18446604445938464896 0 0 -1 2 0 0 0
[pid=8360/tid=8364] ppid=8358 vsize=8540284 CPUtime=0 cores=0,2,4,6
/proc/8360/task/8364/stat : 8364 (java) S 8358 8360 8360 0 -1 4202560 290 0 0 0 0 0 0 0 16 0 19 0 850118717 8745250816 40623 33554432000 1073741824 1073778376 140735664128272 18446744073709551615 233522113433 0 4 0 16800975 18446604445938464896 0 0 -1 4 0 0 0
[pid=8360/tid=8365] ppid=8358 vsize=8540284 CPUtime=0 cores=0,2,4,6
/proc/8360/task/8365/stat : 8365 (java) S 8358 8360 8360 0 -1 4202560 18 0 0 0 0 0 0 0 16 0 19 0 850118717 8745250816 40623 33554432000 1073741824 1073778376 140735664128272 18446744073709551615 233522113433 0 4 0 16800975 18446604445938464896 0 0 -1 0 0 0 0
[pid=8360/tid=8366] ppid=8358 vsize=8540284 CPUtime=0 cores=0,2,4,6
/proc/8360/task/8366/stat : 8366 (java) S 8358 8360 8360 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 19 0 850118717 8745250816 40623 33554432000 1073741824 1073778376 140735664128272 18446744073709551615 233522113433 0 4 0 16800975 18446604445938464896 0 0 -1 6 0 0 0
[pid=8360/tid=8367] ppid=8358 vsize=8540284 CPUtime=0 cores=0,2,4,6
/proc/8360/task/8367/stat : 8367 (java) S 8358 8360 8360 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 19 0 850118717 8745250816 40623 33554432000 1073741824 1073778376 140735664128272 18446744073709551615 233522113433 0 4 0 16800975 18446604445938464896 0 0 -1 6 0 0 0
[pid=8360/tid=8368] ppid=8358 vsize=8540284 CPUtime=0 cores=0,2,4,6
/proc/8360/task/8368/stat : 8368 (java) S 8358 8360 8360 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 19 0 850118717 8745250816 40623 33554432000 1073741824 1073778376 140735664128272 18446744073709551615 233522113433 0 4 0 16800975 18446604445938464896 0 0 -1 6 0 0 0
[pid=8360/tid=8369] ppid=8358 vsize=8540284 CPUtime=0 cores=0,2,4,6
/proc/8360/task/8369/stat : 8369 (java) S 8358 8360 8360 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 850118717 8745250816 40623 33554432000 1073741824 1073778376 140735664128272 18446744073709551615 233522113433 0 4 0 16800975 18446604445938464896 0 0 -1 0 0 0 0
[pid=8360/tid=8370] ppid=8358 vsize=8540284 CPUtime=0 cores=0,2,4,6
/proc/8360/task/8370/stat : 8370 (java) S 8358 8360 8360 0 -1 4202560 71 0 0 0 0 0 0 0 18 0 19 0 850118718 8745250816 40623 33554432000 1073741824 1073778376 140735664128272 18446744073709551615 233522114048 0 0 0 16800975 18446604445938464896 0 0 -1 0 0 0 0
[pid=8360/tid=8371] ppid=8358 vsize=8540284 CPUtime=0 cores=0,2,4,6
/proc/8360/task/8371/stat : 8371 (java) S 8358 8360 8360 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 850118719 8745250816 40623 33554432000 1073741824 1073778376 140735664128272 18446744073709551615 233522113433 0 4 0 16800975 18446604445938464896 0 0 -1 6 0 0 0
[pid=8360/tid=8372] ppid=8358 vsize=8540284 CPUtime=0 cores=0,2,4,6
/proc/8360/task/8372/stat : 8372 (java) S 8358 8360 8360 0 -1 4202560 9 0 0 0 0 0 0 0 19 0 19 0 850118719 8745250816 40623 33554432000 1073741824 1073778376 140735664128272 18446744073709551615 233522113433 0 4 0 16800975 18446604445938464896 0 0 -1 6 0 0 0
[pid=8360/tid=8373] ppid=8358 vsize=8540284 CPUtime=0 cores=0,2,4,6
/proc/8360/task/8373/stat : 8373 (java) S 8358 8360 8360 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 850118721 8745250816 40623 33554432000 1073741824 1073778376 140735664128272 18446744073709551615 233522121137 0 4 0 16800975 18446604445938464896 0 0 -1 6 0 0 0
[pid=8360/tid=8374] ppid=8358 vsize=8540284 CPUtime=0.38 cores=0,2,4,6
/proc/8360/task/8374/stat : 8374 (java) S 8358 8360 8360 0 -1 4202560 2199 0 0 0 38 0 0 0 15 0 19 0 850118721 8745250816 40623 33554432000 1073741824 1073778376 140735664128272 18446744073709551615 233522113433 0 4 0 16800975 18446604445938464896 0 0 -1 4 0 0 0
[pid=8360/tid=8375] ppid=8358 vsize=8540284 CPUtime=0.43 cores=0,2,4,6
/proc/8360/task/8375/stat : 8375 (java) S 8358 8360 8360 0 -1 4202560 3270 0 0 0 43 0 0 0 15 0 19 0 850118721 8745250816 40623 33554432000 1073741824 1073778376 140735664128272 18446744073709551615 233522113433 0 4 0 16800975 18446604445938464896 0 0 -1 0 0 0 0
[pid=8360/tid=8376] ppid=8358 vsize=8540284 CPUtime=0 cores=0,2,4,6
/proc/8360/task/8376/stat : 8376 (java) S 8358 8360 8360 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 850118721 8745250816 40623 33554432000 1073741824 1073778376 140735664128272 18446744073709551615 233522113433 0 4 0 16800975 18446604445938464896 0 0 -1 6 0 0 0
[pid=8360/tid=8377] ppid=8358 vsize=8540284 CPUtime=0 cores=0,2,4,6
/proc/8360/task/8377/stat : 8377 (java) S 8358 8360 8360 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 850118721 8745250816 40623 33554432000 1073741824 1073778376 140735664128272 18446744073709551615 233522114048 0 4 0 16800975 18446604445938464896 0 0 -1 6 0 0 0
[pid=8352/tid=8359] ppid=8350 vsize=310120 CPUtime=0 cores=0,2,4,6
/proc/8352/task/8359/stat : 8359 (python) S 8350 8352 7805 0 -1 4202560 29 931 0 0 0 0 0 0 19 0 2 0 850118716 317562880 11369 33554432000 4194304 5683644 140735076512096 18446744073709551615 233522121137 0 0 16781312 33554434 18446604440770867648 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.65
Current children cumulated vsize (KiB) 9150280

[startup+6.30116 s]
/proc/loadavg: 2.05 1.86 1.04 3/637 8378
/proc/meminfo: memFree=19686740/32951124 swapFree=64303752/67111528
[pid=8352] ppid=8350 vsize=310120 CPUtime=1.73 cores=0,2,4,6
/proc/8352/stat : 8352 (python) S 8350 8352 7805 0 -1 4202496 16515 931 1 0 161 12 0 0 19 0 2 0 850118515 317562880 11369 33554432000 4194304 5683644 140735076512096 18446744073709551615 233522124235 0 0 16781312 33554434 18446744073709551615 0 0 17 0 0 0 0
/proc/8352/statm: 77530 11369 1870 364 0 12417 0
[pid=8358] ppid=8352 vsize=299876 CPUtime=0.02 cores=0,2,4,6
/proc/8358/stat : 8358 (python) S 8352 8352 7805 0 -1 4202560 905 0 0 0 1 1 0 0 15 0 1 0 850118716 307073024 9870 33554432000 4194304 5683644 140735076512096 18446744073709551615 233510317583 0 0 16781312 33554946 4294934787 0 0 17 4 0 0 0
/proc/8358/statm: 74969 9870 375 364 0 9856 0
[pid=8360] ppid=8358 vsize=8540284 CPUtime=5.31 cores=0,2,4,6
/proc/8360/stat : 8360 (java) S 8358 8360 8360 0 -1 4202496 64114 0 1 0 520 11 0 0 19 0 19 0 850118716 8745250816 60541 33554432000 1073741824 1073778376 140735664128272 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/8360/statm: 2135071 60541 2257 9 0 2125812 0
[pid=8360/tid=8361] ppid=8358 vsize=8540284 CPUtime=4.18 cores=0,2,4,6
/proc/8360/task/8361/stat : 8361 (java) R 8358 8360 8360 0 -1 4202560 35275 0 1 0 412 6 0 0 21 0 19 0 850118717 8745250816 60541 33554432000 1073741824 1073778376 140735664128272 18446744073709551615 46912505837994 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=8360/tid=8362] ppid=8358 vsize=8540284 CPUtime=0.01 cores=0,2,4,6
/proc/8360/task/8362/stat : 8362 (java) S 8358 8360 8360 0 -1 4202560 1341 0 0 0 1 0 0 0 15 0 19 0 850118717 8745250816 60541 33554432000 1073741824 1073778376 140735664128272 18446744073709551615 233522113433 0 4 0 16800975 18446604445938464896 0 0 -1 6 0 0 0
[pid=8360/tid=8363] ppid=8358 vsize=8540284 CPUtime=0 cores=0,2,4,6
/proc/8360/task/8363/stat : 8363 (java) S 8358 8360 8360 0 -1 4202560 4822 0 0 0 0 0 0 0 16 0 19 0 850118717 8745250816 60541 33554432000 1073741824 1073778376 140735664128272 18446744073709551615 233522113433 0 4 0 16800975 18446604445938464896 0 0 -1 2 0 0 0
[pid=8360/tid=8364] ppid=8358 vsize=8540284 CPUtime=0 cores=0,2,4,6
/proc/8360/task/8364/stat : 8364 (java) S 8358 8360 8360 0 -1 4202560 1573 0 0 0 0 0 0 0 15 0 19 0 850118717 8745250816 60541 33554432000 1073741824 1073778376 140735664128272 18446744073709551615 233522113433 0 4 0 16800975 18446604445938464896 0 0 -1 4 0 0 0
[pid=8360/tid=8365] ppid=8358 vsize=8540284 CPUtime=0 cores=0,2,4,6
/proc/8360/task/8365/stat : 8365 (java) S 8358 8360 8360 0 -1 4202560 3667 0 0 0 0 0 0 0 16 0 19 0 850118717 8745250816 60541 33554432000 1073741824 1073778376 140735664128272 18446744073709551615 233522113433 0 4 0 16800975 18446604445938464896 0 0 -1 6 0 0 0
[pid=8360/tid=8366] ppid=8358 vsize=8540284 CPUtime=0 cores=0,2,4,6
/proc/8360/task/8366/stat : 8366 (java) S 8358 8360 8360 0 -1 4202560 1462 0 0 0 0 0 0 0 15 0 19 0 850118717 8745250816 60541 33554432000 1073741824 1073778376 140735664128272 18446744073709551615 233522113433 0 4 0 16800975 18446604445938464896 0 0 -1 2 0 0 0
[pid=8360/tid=8367] ppid=8358 vsize=8540284 CPUtime=0 cores=0,2,4,6
/proc/8360/task/8367/stat : 8367 (java) S 8358 8360 8360 0 -1 4202560 149 0 0 0 0 0 0 0 15 0 19 0 850118717 8745250816 60541 33554432000 1073741824 1073778376 140735664128272 18446744073709551615 233522113433 0 4 0 16800975 18446604445938464896 0 0 -1 6 0 0 0
[pid=8360/tid=8368] ppid=8358 vsize=8540284 CPUtime=0 cores=0,2,4,6
/proc/8360/task/8368/stat : 8368 (java) S 8358 8360 8360 0 -1 4202560 379 0 0 0 0 0 0 0 16 0 19 0 850118717 8745250816 60541 33554432000 1073741824 1073778376 140735664128272 18446744073709551615 233522113433 0 4 0 16800975 18446604445938464896 0 0 -1 4 0 0 0
[pid=8360/tid=8369] ppid=8358 vsize=8540284 CPUtime=0 cores=0,2,4,6
/proc/8360/task/8369/stat : 8369 (java) S 8358 8360 8360 0 -1 4202560 835 0 0 0 0 0 0 0 15 0 19 0 850118717 8745250816 60541 33554432000 1073741824 1073778376 140735664128272 18446744073709551615 233522113433 0 4 0 16800975 18446604445938464896 0 0 -1 2 0 0 0
[pid=8360/tid=8370] ppid=8358 vsize=8540284 CPUtime=0.05 cores=0,2,4,6
/proc/8360/task/8370/stat : 8370 (java) S 8358 8360 8360 0 -1 4202560 7731 0 0 0 5 0 0 0 15 0 19 0 850118718 8745250816 60541 33554432000 1073741824 1073778376 140735664128272 18446744073709551615 233522114048 0 0 0 16800975 18446604445938464896 0 0 -1 0 0 0 0
[pid=8360/tid=8371] ppid=8358 vsize=8540284 CPUtime=0 cores=0,2,4,6
/proc/8360/task/8371/stat : 8371 (java) S 8358 8360 8360 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 850118719 8745250816 60541 33554432000 1073741824 1073778376 140735664128272 18446744073709551615 233522113433 0 4 0 16800975 18446604445938464896 0 0 -1 6 0 0 0
[pid=8360/tid=8372] ppid=8358 vsize=8540284 CPUtime=0 cores=0,2,4,6
/proc/8360/task/8372/stat : 8372 (java) S 8358 8360 8360 0 -1 4202560 9 0 0 0 0 0 0 0 19 0 19 0 850118719 8745250816 60541 33554432000 1073741824 1073778376 140735664128272 18446744073709551615 233522113433 0 4 0 16800975 18446604445938464896 0 0 -1 6 0 0 0
[pid=8360/tid=8373] ppid=8358 vsize=8540284 CPUtime=0 cores=0,2,4,6
/proc/8360/task/8373/stat : 8373 (java) S 8358 8360 8360 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 850118721 8745250816 60541 33554432000 1073741824 1073778376 140735664128272 18446744073709551615 233522121137 0 4 0 16800975 18446604445938464896 0 0 -1 6 0 0 0
[pid=8360/tid=8374] ppid=8358 vsize=8540284 CPUtime=0.43 cores=0,2,4,6
/proc/8360/task/8374/stat : 8374 (java) S 8358 8360 8360 0 -1 4202560 2208 0 0 0 43 0 0 0 15 0 19 0 850118721 8745250816 60541 33554432000 1073741824 1073778376 140735664128272 18446744073709551615 233522113433 0 4 0 16800975 18446604445938464896 0 0 -1 4 0 0 0
[pid=8360/tid=8375] ppid=8358 vsize=8540284 CPUtime=0.54 cores=0,2,4,6
/proc/8360/task/8375/stat : 8375 (java) S 8358 8360 8360 0 -1 4202560 3294 0 0 0 54 0 0 0 15 0 19 0 850118721 8745250816 60541 33554432000 1073741824 1073778376 140735664128272 18446744073709551615 233522113433 0 4 0 16800975 18446604445938464896 0 0 -1 0 0 0 0
[pid=8360/tid=8376] ppid=8358 vsize=8540284 CPUtime=0 cores=0,2,4,6
/proc/8360/task/8376/stat : 8376 (java) S 8358 8360 8360 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 850118721 8745250816 60541 33554432000 1073741824 1073778376 140735664128272 18446744073709551615 233522113433 0 4 0 16800975 18446604445938464896 0 0 -1 6 0 0 0
[pid=8360/tid=8377] ppid=8358 vsize=8540284 CPUtime=0 cores=0,2,4,6
/proc/8360/task/8377/stat : 8377 (java) S 8358 8360 8360 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 850118721 8745250816 60541 33554432000 1073741824 1073778376 140735664128272 18446744073709551615 233522114048 0 4 0 16800975 18446604445938464896 0 0 -1 6 0 0 0
[pid=8360/tid=8378] ppid=8358 vsize=8540284 CPUtime=0 cores=0,2,4,6
/proc/8360/task/8378/stat : 8378 (java) S 8358 8360 8360 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 850118788 8745250816 60541 33554432000 1073741824 1073778376 140735664128272 18446744073709551615 233522114048 0 4 0 16800975 18446604445938464896 0 0 -1 6 0 0 0
[pid=8352/tid=8359] ppid=8350 vsize=310120 CPUtime=0 cores=0,2,4,6
/proc/8352/task/8359/stat : 8359 (python) S 8350 8352 7805 0 -1 4202560 29 931 0 0 0 0 0 0 19 0 2 0 850118716 317562880 11369 33554432000 4194304 5683644 140735076512096 18446744073709551615 233522121137 0 0 16781312 33554434 18446604440770867648 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 7.06
Current children cumulated vsize (KiB) 9150280

[startup+12.7011 s]
/proc/loadavg: 2.04 1.86 1.04 3/637 8378
/proc/meminfo: memFree=19601720/32951124 swapFree=64303752/67111528
[pid=8352] ppid=8350 vsize=310120 CPUtime=1.73 cores=0,2,4,6
/proc/8352/stat : 8352 (python) S 8350 8352 7805 0 -1 4202496 16515 931 1 0 161 12 0 0 19 0 2 0 850118515 317562880 11369 33554432000 4194304 5683644 140735076512096 18446744073709551615 233522124235 0 0 16781312 33554434 18446744073709551615 0 0 17 0 0 0 0
/proc/8352/statm: 77530 11369 1870 364 0 12417 0
[pid=8358] ppid=8352 vsize=299876 CPUtime=0.04 cores=0,2,4,6
/proc/8358/stat : 8358 (python) S 8352 8352 7805 0 -1 4202560 907 0 0 0 2 2 0 0 15 0 1 0 850118716 307073024 9870 33554432000 4194304 5683644 140735076512096 18446744073709551615 233510317583 0 0 16781312 33554946 4294934787 0 0 17 4 0 0 0
/proc/8358/statm: 74969 9870 375 364 0 9856 0
[pid=8360] ppid=8358 vsize=8540284 CPUtime=11.81 cores=0,2,4,6
/proc/8360/stat : 8360 (java) S 8358 8360 8360 0 -1 4202496 76125 0 1 0 1168 13 0 0 19 0 19 0 850118716 8745250816 68972 33554432000 1073741824 1073778376 140735664128272 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/8360/statm: 2135071 68972 2257 9 0 2125812 0
[pid=8360/tid=8361] ppid=8358 vsize=8540284 CPUtime=10.47 cores=0,2,4,6
/proc/8360/task/8361/stat : 8361 (java) R 8358 8360 8360 0 -1 4202560 35277 0 1 0 1041 6 0 0 25 0 19 0 850118717 8745250816 68972 33554432000 1073741824 1073778376 140735664128272 18446744073709551615 46912505838324 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=8360/tid=8362] ppid=8358 vsize=8540284 CPUtime=0.01 cores=0,2,4,6
/proc/8360/task/8362/stat : 8362 (java) S 8358 8360 8360 0 -1 4202560 3797 0 0 0 1 0 0 0 15 0 19 0 850118717 8745250816 68972 33554432000 1073741824 1073778376 140735664128272 18446744073709551615 233522113433 0 4 0 16800975 18446604445938464896 0 0 -1 4 0 0 0
[pid=8360/tid=8363] ppid=8358 vsize=8540284 CPUtime=0.02 cores=0,2,4,6
/proc/8360/task/8363/stat : 8363 (java) S 8358 8360 8360 0 -1 4202560 5895 0 0 0 1 1 0 0 15 0 19 0 850118717 8745250816 68972 33554432000 1073741824 1073778376 140735664128272 18446744073709551615 233522113433 0 4 0 16800975 18446604445938464896 0 0 -1 2 0 0 0
[pid=8360/tid=8364] ppid=8358 vsize=8540284 CPUtime=0.02 cores=0,2,4,6
/proc/8360/task/8364/stat : 8364 (java) S 8358 8360 8360 0 -1 4202560 5206 0 0 0 2 0 0 0 16 0 19 0 850118717 8745250816 68972 33554432000 1073741824 1073778376 140735664128272 18446744073709551615 233522113433 0 4 0 16800975 18446604445938464896 0 0 -1 0 0 0 0
[pid=8360/tid=8365] ppid=8358 vsize=8540284 CPUtime=0.02 cores=0,2,4,6
/proc/8360/task/8365/stat : 8365 (java) S 8358 8360 8360 0 -1 4202560 5833 0 0 0 1 1 0 0 15 0 19 0 850118717 8745250816 68972 33554432000 1073741824 1073778376 140735664128272 18446744073709551615 233522113433 0 4 0 16800975 18446604445938464896 0 0 -1 4 0 0 0
[pid=8360/tid=8366] ppid=8358 vsize=8540284 CPUtime=0 cores=0,2,4,6

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

[pid=8401/tid=8415] ppid=8399 vsize=8545480 CPUtime=0.39 cores=0,2,4,6
/proc/8401/task/8415/stat : 8415 (java) R 8399 8401 8401 0 -1 4202560 4229 0 0 0 39 0 0 0 15 0 19 0 850146798 8750571520 41696 33554432000 1073741824 1073778376 140734397278192 18446744073709551615 233509991385 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=8401/tid=8416] ppid=8399 vsize=8545640 CPUtime=0.43 cores=0,2,4,6
/proc/8401/task/8416/stat : 8416 (java) R 8399 8401 8401 0 -1 4202560 4361 0 0 0 43 0 0 0 16 0 19 0 850146798 8750735360 41709 33554432000 1073741824 1073778376 140734397278192 18446744073709551615 233509994148 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=8401/tid=8417] ppid=8399 vsize=8545640 CPUtime=0 cores=0,2,4,6
/proc/8401/task/8417/stat : 8417 (java) S 8399 8401 8401 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 850146798 8750735360 41730 33554432000 1073741824 1073778376 140734397278192 18446744073709551615 233522113433 0 4 0 16800975 18446604440514300096 0 0 -1 6 0 0 0
[pid=8401/tid=8418] ppid=8399 vsize=8545800 CPUtime=0 cores=0,2,4,6
/proc/8401/task/8418/stat : 8418 (java) R 8399 8401 8401 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 850146798 8750899200 41741 33554432000 1073741824 1073778376 140734397278192 18446744073709551615 233522114048 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=8401/tid=8419] ppid=8399 vsize=8545800 CPUtime=0 cores=0,2,4,6
/proc/8401/task/8419/stat : 8419 (java) S 8399 8401 8401 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 850146867 8750899200 41761 33554432000 1073741824 1073778376 140734397278192 18446744073709551615 233522114048 0 4 0 16800975 18446604440514300096 0 0 -1 4 0 0 0
[pid=8352/tid=8359] ppid=8350 vsize=351144 CPUtime=0 cores=0,2,4,6
/proc/8352/task/8359/stat : 8359 (python) S 8350 8352 7805 0 -1 4202560 33 931 0 0 0 0 0 0 18 0 6 0 850118716 359571456 11394 33554432000 4194304 5683644 140735076512096 18446744073709551615 233522121137 0 0 16781312 33554434 18446604440770867648 0 0 -1 0 0 0 0
[pid=8352/tid=8382] ppid=8350 vsize=351144 CPUtime=0 cores=0,2,4,6
/proc/8352/task/8382/stat : 8382 (python) S 8350 8352 7805 0 -1 4202560 27 931 0 0 0 0 0 0 20 0 6 0 850123463 359571456 11394 33554432000 4194304 5683644 140735076512096 18446744073709551615 233522121137 0 0 16781312 33554434 18446604440770867648 0 0 -1 6 0 0 0
[pid=8352/tid=8388] ppid=8350 vsize=351144 CPUtime=0 cores=0,2,4,6
/proc/8352/task/8388/stat : 8388 (python) S 8350 8352 7805 0 -1 4202560 24 931 0 0 0 0 0 0 20 0 6 0 850132558 359571456 11394 33554432000 4194304 5683644 140735076512096 18446744073709551615 233522121137 0 0 16781312 33554434 18446604440770867648 0 0 -1 0 0 0 0
[pid=8352/tid=8395] ppid=8350 vsize=351144 CPUtime=0 cores=0,2,4,6
/proc/8352/task/8395/stat : 8395 (python) S 8350 8352 7805 0 -1 4202560 32 931 0 0 0 0 0 0 20 0 6 0 850141896 359571456 11394 33554432000 4194304 5683644 140735076512096 18446744073709551615 233522121137 0 0 16781312 33554434 18446604440770867648 0 0 -1 0 0 0 0
[pid=8352/tid=8400] ppid=8350 vsize=351144 CPUtime=0 cores=0,2,4,6
/proc/8352/task/8400/stat : 8400 (python) S 8350 8352 7805 0 -1 4202560 30 931 0 0 0 0 0 0 20 0 6 0 850146792 359571456 11394 33554432000 4194304 5683644 140735076512096 18446744073709551615 233522121137 0 0 16781312 33554434 18446604440770867648 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 287.18
Current children cumulated vsize (KiB) 19749932

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+283.701 s]
/proc/loadavg: 2.01 1.96 1.29 6/671 8419
/proc/meminfo: memFree=18269560/32951124 swapFree=64303752/67111528
[pid=8352] ppid=8350 vsize=351144 CPUtime=1.86 cores=0,2,4,6
/proc/8352/stat : 8352 (python) S 8350 8352 7805 0 -1 4202496 20208 931 1 0 173 13 0 0 20 0 6 0 850118515 359571456 11394 33554432000 4194304 5683644 140735076512096 18446744073709551615 233522124235 0 0 16781312 33554434 18446744073709551615 0 0 17 0 0 0 0
/proc/8352/statm: 87786 11394 1879 364 0 22661 0
[pid=8358] ppid=8352 vsize=310120 CPUtime=0.46 cores=0,2,4,6
/proc/8358/stat : 8358 (python) S 8352 8352 7805 0 -1 4202560 1111 0 0 0 24 22 0 0 16 0 2 0 850118716 317562880 9907 33554432000 4194304 5683644 140735076512096 18446744073709551615 233522124235 0 0 16781312 33554946 18446744073709551615 0 0 17 6 0 0 0
/proc/8358/statm: 77530 9907 407 364 0 12417 0
[pid=8360] ppid=8358 vsize=8540284 CPUtime=92.93 cores=0,2,4,6
/proc/8360/stat : 8360 (java) T 8358 8360 8360 0 -1 4202496 119694 0 1 0 9269 24 0 0 18 0 19 0 850118716 8745250816 99189 33554432000 1073741824 1073778376 140735664128272 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/8360/statm: 2135071 99189 2257 9 0 2125812 0
[pid=8360/tid=8361] ppid=8358 vsize=8540284 CPUtime=90.13 cores=0,2,4,6
/proc/8360/task/8361/stat : 8361 (java) T 8358 8360 8360 0 -1 4202560 35291 0 1 0 9006 7 0 0 25 0 19 0 850118717 8745250816 99189 33554432000 1073741824 1073778376 140735664128272 18446744073709551615 46912505837962 0 4 0 16800975 18446744071562691360 0 0 -1 0 0 0 0
[pid=8360/tid=8362] ppid=8358 vsize=8540284 CPUtime=0.11 cores=0,2,4,6
/proc/8360/task/8362/stat : 8362 (java) T 8358 8360 8360 0 -1 4202560 11740 0 0 0 9 2 0 0 15 0 19 0 850118717 8745250816 99189 33554432000 1073741824 1073778376 140735664128272 18446744073709551615 233522113433 0 4 0 16800975 18446744071562691360 0 0 -1 6 0 0 0
[pid=8360/tid=8363] ppid=8358 vsize=8540284 CPUtime=0.09 cores=0,2,4,6
/proc/8360/task/8363/stat : 8363 (java) T 8358 8360 8360 0 -1 4202560 12147 0 0 0 7 2 0 0 15 0 19 0 850118717 8745250816 99189 33554432000 1073741824 1073778376 140735664128272 18446744073709551615 233522113433 0 4 0 16800975 18446744071562691360 0 0 -1 2 0 0 0
[pid=8360/tid=8364] ppid=8358 vsize=8540284 CPUtime=0.1 cores=0,2,4,6
/proc/8360/task/8364/stat : 8364 (java) T 8358 8360 8360 0 -1 4202560 6989 0 0 0 9 1 0 0 15 0 19 0 850118717 8745250816 99189 33554432000 1073741824 1073778376 140735664128272 18446744073709551615 233522113433 0 4 0 16800975 18446744071562691360 0 0 -1 4 0 0 0
[pid=8360/tid=8365] ppid=8358 vsize=8540284 CPUtime=0.11 cores=0,2,4,6
/proc/8360/task/8365/stat : 8365 (java) T 8358 8360 8360 0 -1 4202560 14362 0 0 0 9 2 0 0 15 0 19 0 850118717 8745250816 99189 33554432000 1073741824 1073778376 140735664128272 18446744073709551615 233522113433 0 4 0 16800975 18446744071562691360 0 0 -1 4 0 0 0
[pid=8360/tid=8366] ppid=8358 vsize=8540284 CPUtime=0.09 cores=0,2,4,6
/proc/8360/task/8366/stat : 8366 (java) T 8358 8360 8360 0 -1 4202560 6672 0 0 0 8 1 0 0 15 0 19 0 850118717 8745250816 99189 33554432000 1073741824 1073778376 140735664128272 18446744073709551615 233522113433 0 4 0 16800975 18446744071562691360 0 0 -1 6 0 0 0
[pid=8360/tid=8367] ppid=8358 vsize=8540284 CPUtime=0.08 cores=0,2,4,6
/proc/8360/task/8367/stat : 8367 (java) T 8358 8360 8360 0 -1 4202560 2057 0 0 0 8 0 0 0 15 0 19 0 850118717 8745250816 99189 33554432000 1073741824 1073778376 140735664128272 18446744073709551615 233522113433 0 4 0 16800975 18446744071562691360 0 0 -1 2 0 0 0
[pid=8360/tid=8368] ppid=8358 vsize=8540284 CPUtime=0.08 cores=0,2,4,6
/proc/8360/task/8368/stat : 8368 (java) T 8358 8360 8360 0 -1 4202560 5381 0 0 0 7 1 0 0 15 0 19 0 850118717 8745250816 99189 33554432000 1073741824 1073778376 140735664128272 18446744073709551615 233522113433 0 4 0 16800975 18446744071562691360 0 0 -1 6 0 0 0
[pid=8360/tid=8369] ppid=8358 vsize=8540284 CPUtime=0.13 cores=0,2,4,6
/proc/8360/task/8369/stat : 8369 (java) T 8358 8360 8360 0 -1 4202560 9919 0 0 0 12 1 0 0 15 0 19 0 850118717 8745250816 99189 33554432000 1073741824 1073778376 140735664128272 18446744073709551615 233522113433 0 4 0 16800975 18446744071562691360 0 0 -1 6 0 0 0
[pid=8360/tid=8370] ppid=8358 vsize=8540284 CPUtime=0.86 cores=0,2,4,6
/proc/8360/task/8370/stat : 8370 (java) T 8358 8360 8360 0 -1 4202560 8020 0 0 0 85 1 0 0 15 0 19 0 850118718 8745250816 99189 33554432000 1073741824 1073778376 140735664128272 18446744073709551615 233522114048 0 0 0 16800975 18446744071562691360 0 0 -1 0 0 0 0
[pid=8360/tid=8371] ppid=8358 vsize=8540284 CPUtime=0 cores=0,2,4,6
/proc/8360/task/8371/stat : 8371 (java) T 8358 8360 8360 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 850118719 8745250816 99189 33554432000 1073741824 1073778376 140735664128272 18446744073709551615 233522113433 0 4 0 16800975 18446744071562691360 0 0 -1 6 0 0 0
[pid=8360/tid=8372] ppid=8358 vsize=8540284 CPUtime=0 cores=0,2,4,6
/proc/8360/task/8372/stat : 8372 (java) T 8358 8360 8360 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 850118719 8745250816 99189 33554432000 1073741824 1073778376 140735664128272 18446744073709551615 233522113433 0 4 0 16800975 18446744071562691360 0 0 -1 6 0 0 0
[pid=8360/tid=8373] ppid=8358 vsize=8540284 CPUtime=0 cores=0,2,4,6
/proc/8360/task/8373/stat : 8373 (java) T 8358 8360 8360 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 850118721 8745250816 99189 33554432000 1073741824 1073778376 140735664128272 18446744073709551615 233522121137 0 4 0 16800975 18446744071562691360 0 0 -1 6 0 0 0
[pid=8360/tid=8374] ppid=8358 vsize=8540284 CPUtime=0.48 cores=0,2,4,6
/proc/8360/task/8374/stat : 8374 (java) T 8358 8360 8360 0 -1 4202560 2435 0 0 0 48 0 0 0 15 0 19 0 850118721 8745250816 99189 33554432000 1073741824 1073778376 140735664128272 18446744073709551615 233522113433 0 4 0 16800975 18446744071562691360 0 0 -1 4 0 0 0
[pid=8360/tid=8375] ppid=8358 vsize=8540284 CPUtime=0.57 cores=0,2,4,6
/proc/8360/task/8375/stat : 8375 (java) T 8358 8360 8360 0 -1 4202560 3297 0 0 0 57 0 0 0 15 0 19 0 850118721 8745250816 99189 33554432000 1073741824 1073778376 140735664128272 18446744073709551615 233522113433 0 4 0 16800975 18446744071562691360 0 0 -1 0 0 0 0
[pid=8360/tid=8376] ppid=8358 vsize=8540284 CPUtime=0 cores=0,2,4,6
/proc/8360/task/8376/stat : 8376 (java) T 8358 8360 8360 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 850118721 8745250816 99189 33554432000 1073741824 1073778376 140735664128272 18446744073709551615 233522113433 0 4 0 16800975 18446744071562691360 0 0 -1 2 0 0 0
[pid=8360/tid=8377] ppid=8358 vsize=8540284 CPUtime=0 cores=0,2,4,6
/proc/8360/task/8377/stat : 8377 (java) T 8358 8360 8360 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 850118721 8745250816 99189 33554432000 1073741824 1073778376 140735664128272 18446744073709551615 233522114048 0 4 0 16800975 18446744071562691360 0 0 -1 2 0 0 0
[pid=8360/tid=8378] ppid=8358 vsize=8540284 CPUtime=0 cores=0,2,4,6
/proc/8360/task/8378/stat : 8378 (java) T 8358 8360 8360 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 850118788 8745250816 99189 33554432000 1073741824 1073778376 140735664128272 18446744073709551615 233522114048 0 4 0 16800975 18446744071562691360 0 0 -1 4 0 0 0
[pid=8358/tid=8380] ppid=8352 vsize=310120 CPUtime=0 cores=0,2,4,6
/proc/8358/task/8380/stat : 8380 (python) S 8352 8352 7805 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 2 0 850123460 317562880 9907 33554432000 4194304 5683644 140735076512096 18446744073709551615 233522121137 0 0 16781312 33554946 18446604443694018688 0 0 -1 6 0 0 0
[pid=8381] ppid=8352 vsize=375668 CPUtime=0.34 cores=0,2,4,6
/proc/8381/stat : 8381 (python) S 8352 8352 7805 0 -1 4202560 1192 0 0 0 21 13 0 0 17 0 2 0 850123463 384684032 9903 33554432000 4194304 5683644 140735076512096 18446744073709551615 233522124235 0 0 16781312 33554946 18446744073709551615 0 0 17 4 0 0 0
/proc/8381/statm: 93917 9903 402 364 0 28801 0
[pid=8383] ppid=8381 vsize=31632 CPUtime=47 cores=0,2,4,6
/proc/8383/stat : 8383 (wbo1.4a) T 8381 8383 8383 0 -1 4202496 118275 0 0 0 4665 35 0 0 25 0 1 0 850123463 32391168 7394 33554432000 134512640 135751879 4291191920 18446744073709551615 134517428 0 0 16781312 3 18446744071562691360 0 0 17 0 0 0 0
/proc/8383/statm: 7908 7394 146 303 0 7603 0
[pid=8381/tid=8385] ppid=8352 vsize=375668 CPUtime=0 cores=0,2,4,6
/proc/8381/task/8385/stat : 8385 (python) S 8352 8352 7805 0 -1 4202560 47 0 0 0 0 0 0 0 17 0 2 0 850128167 384684032 9903 33554432000 4194304 5683644 140735076512096 18446744073709551615 233522121137 0 0 16781312 33554946 18446604452741321984 0 0 -1 0 0 0 0
[pid=8387] ppid=8352 vsize=320388 CPUtime=0.41 cores=0,2,4,6
/proc/8387/stat : 8387 (python) S 8352 8352 7805 0 -1 4202560 1199 0 0 0 22 19 0 0 17 0 2 0 850132557 328077312 9906 33554432000 4194304 5683644 140735076512096 18446744073709551615 233522124235 0 0 16781312 33554946 18446744073709551615 0 0 17 6 0 0 0
/proc/8387/statm: 80097 9906 402 364 0 14978 0
[pid=8389] ppid=8387 vsize=160576 CPUtime=93.33 cores=0,2,4,6
/proc/8389/stat : 8389 (clasp-1.3.7-x86) T 8387 8389 8389 0 -1 4202496 40518 0 0 0 9327 6 0 0 25 0 1 0 850132558 164429824 39861 33554432000 134512640 136139019 4293956416 18446744073709551615 134599833 0 0 16781312 16386 18446744071562691360 0 0 17 0 0 0 0
/proc/8389/statm: 40144 39861 187 398 0 39744 0
[pid=8387/tid=8393] ppid=8352 vsize=320388 CPUtime=0 cores=0,2,4,6
/proc/8387/task/8393/stat : 8393 (python) S 8352 8352 7805 0 -1 4202560 49 0 0 0 0 0 0 0 17 0 2 0 850141893 328077312 9906 33554432000 4194304 5683644 140735076512096 18446744073709551615 233522121137 0 0 16781312 33554946 18446604445762986176 0 0 -1 6 0 0 0
[pid=8394] ppid=8352 vsize=330644 CPUtime=0.22 cores=0,2,4,6
/proc/8394/stat : 8394 (python) S 8352 8352 7805 0 -1 4202560 1128 0 0 0 12 10 0 0 17 0 2 0 850141896 338579456 9904 33554432000 4194304 5683644 140735076512096 18446744073709551615 233522124235 0 0 16781312 33554946 18446744073709551615 0 0 17 6 0 0 0
/proc/8394/statm: 82661 9904 396 364 0 17539 0
[pid=8396] ppid=8394 vsize=446976 CPUtime=48.92 cores=0,2,4,6
/proc/8396/stat : 8396 (pbct-0.1.2-linu) T 8394 8396 8396 0 -1 4202496 113247 0 0 0 4843 49 0 0 25 0 1 0 850141896 457703424 109496 33554432000 134512640 136422188 4287667120 18446744073709551615 134860207 0 0 16781312 16387 18446744071562691360 0 0 17 4 0 0 0
/proc/8396/statm: 111744 109496 236 467 0 111275 0
[pid=8394/tid=8398] ppid=8352 vsize=330644 CPUtime=0 cores=0,2,4,6
/proc/8394/task/8398/stat : 8398 (python) S 8352 8352 7805 0 -1 4202560 47 0 0 0 0 0 0 0 17 0 2 0 850146789 338579456 9904 33554432000 4194304 5683644 140735076512096 18446744073709551615 233522121137 0 0 16781312 33554946 18446604440956885120 0 0 -1 6 0 0 0
[pid=8399] ppid=8352 vsize=340900 CPUtime=0 cores=0,2,4,6
/proc/8399/stat : 8399 (python) S 8352 8352 7805 0 -1 4202560 817 0 0 0 0 0 0 0 15 0 1 0 850146792 349081600 9859 33554432000 4194304 5683644 140735076512096 18446744073709551615 233510317638 0 0 16781312 33554946 2724463790698528768 0 0 17 6 0 0 0
/proc/8399/statm: 85225 9859 348 364 0 20100 0
[pid=8401] ppid=8399 vsize=8541600 CPUtime=1.71 cores=0,2,4,6
/proc/8401/stat : 8401 (java) S 8399 8401 8401 0 -1 4202496 45027 0 1 0 166 5 0 0 20 0 19 0 850146792 8746598400 40807 33554432000 1073741824 1073778376 140734397278192 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/8401/statm: 2135400 40807 2241 9 0 2126141 0
[pid=8401/tid=8402] ppid=8399 vsize=8544424 CPUtime=0.88 cores=0,2,4,6
/proc/8401/task/8402/stat : 8402 (java) R 8399 8401 8401 0 -1 4202560 35226 0 1 0 84 4 0 0 25 0 19 0 850146793 8749490176 41493 33554432000 1073741824 1073778376 140734397278192 18446744073709551615 46912505122100 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=8401/tid=8403] ppid=8399 vsize=8544616 CPUtime=0 cores=0,2,4,6
/proc/8401/task/8403/stat : 8403 (java) S 8399 8401 8401 0 -1 4202560 465 0 0 0 0 0 0 0 16 0 19 0 850146794 8749686784 41506 33554432000 1073741824 1073778376 140734397278192 18446744073709551615 233522113433 0 4 0 16800975 18446604440514300096 0 0 -1 6 0 0 0
[pid=8401/tid=8404] ppid=8399 vsize=8544616 CPUtime=0 cores=0,2,4,6
/proc/8401/task/8404/stat : 8404 (java) S 8399 8401 8401 0 -1 4202560 376 0 0 0 0 0 0 0 17 0 19 0 850146794 8749686784 41523 33554432000 1073741824 1073778376 140734397278192 18446744073709551615 233522113433 0 4 0 16800975 18446604440514300096 0 0 -1 4 0 0 0
[pid=8401/tid=8405] ppid=8399 vsize=8544616 CPUtime=0 cores=0,2,4,6
/proc/8401/task/8405/stat : 8405 (java) S 8399 8401 8401 0 -1 4202560 235 0 0 0 0 0 0 0 18 0 19 0 850146794 8749686784 41541 33554432000 1073741824 1073778376 140734397278192 18446744073709551615 233522113433 0 4 0 16800975 18446604440514300096 0 0 -1 2 0 0 0
[pid=8401/tid=8406] ppid=8399 vsize=8544872 CPUtime=0 cores=0,2,4,6
/proc/8401/task/8406/stat : 8406 (java) S 8399 8401 8401 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 850146794 8749948928 41558 33554432000 1073741824 1073778376 140734397278192 18446744073709551615 233522113433 0 4 0 16800975 18446604440514300096 0 0 -1 4 0 0 0
[pid=8401/tid=8407] ppid=8399 vsize=8544872 CPUtime=0 cores=0,2,4,6
/proc/8401/task/8407/stat : 8407 (java) S 8399 8401 8401 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 850146794 8749948928 41573 33554432000 1073741824 1073778376 140734397278192 18446744073709551615 233522113433 0 4 0 16800975 18446604440514300096 0 0 -1 4 0 0 0
[pid=8401/tid=8408] ppid=8399 vsize=8544872 CPUtime=0 cores=0,2,4,6
/proc/8401/task/8408/stat : 8408 (java) S 8399 8401 8401 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 850146794 8749948928 41588 33554432000 1073741824 1073778376 140734397278192 18446744073709551615 233522113433 0 4 0 16800975 18446604440514300096 0 0 -1 4 0 0 0
[pid=8401/tid=8409] ppid=8399 vsize=8544872 CPUtime=0 cores=0,2,4,6
/proc/8401/task/8409/stat : 8409 (java) S 8399 8401 8401 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 850146794 8749948928 41596 33554432000 1073741824 1073778376 140734397278192 18446744073709551615 233522113433 0 4 0 16800975 18446604440514300096 0 0 -1 4 0 0 0
[pid=8401/tid=8410] ppid=8399 vsize=8545128 CPUtime=0 cores=0,2,4,6
/proc/8401/task/8410/stat : 8410 (java) S 8399 8401 8401 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 850146794 8750211072 41610 33554432000 1073741824 1073778376 140734397278192 18446744073709551615 233522113433 0 4 0 16800975 18446604440514300096 0 0 -1 4 0 0 0
[pid=8401/tid=8411] ppid=8399 vsize=8545128 CPUtime=0 cores=0,2,4,6
/proc/8401/task/8411/stat : 8411 (java) S 8399 8401 8401 0 -1 4202560 71 0 0 0 0 0 0 0 19 0 19 0 850146795 8750211072 41630 33554432000 1073741824 1073778376 140734397278192 18446744073709551615 233522114048 0 0 0 16800975 18446604440514300096 0 0 -1 2 0 0 0
[pid=8401/tid=8412] ppid=8399 vsize=8545320 CPUtime=0 cores=0,2,4,6
/proc/8401/task/8412/stat : 8412 (java) S 8399 8401 8401 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 850146795 8750407680 41643 33554432000 1073741824 1073778376 140734397278192 18446744073709551615 233522113433 0 4 0 16800975 18446604440514300096 0 0 -1 6 0 0 0
[pid=8401/tid=8413] ppid=8399 vsize=8545320 CPUtime=0 cores=0,2,4,6
/proc/8401/task/8413/stat : 8413 (java) S 8399 8401 8401 0 -1 4202560 9 0 0 0 0 0 0 0 19 0 19 0 850146795 8750407680 41663 33554432000 1073741824 1073778376 140734397278192 18446744073709551615 233522113433 0 4 0 16800975 18446604440514300096 0 0 -1 6 0 0 0
[pid=8401/tid=8414] ppid=8399 vsize=8545480 CPUtime=0 cores=0,2,4,6
/proc/8401/task/8414/stat : 8414 (java) S 8399 8401 8401 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 850146798 8750571520 41676 33554432000 1073741824 1073778376 140734397278192 18446744073709551615 233522121137 0 4 0 16800975 18446604440514300096 0 0 -1 6 0 0 0
[pid=8401/tid=8415] ppid=8399 vsize=8545480 CPUtime=0.39 cores=0,2,4,6
/proc/8401/task/8415/stat : 8415 (java) R 8399 8401 8401 0 -1 4202560 4229 0 0 0 39 0 0 0 15 0 19 0 850146798 8750571520 41696 33554432000 1073741824 1073778376 140734397278192 18446744073709551615 233509991385 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=8401/tid=8416] ppid=8399 vsize=8545640 CPUtime=0.43 cores=0,2,4,6
/proc/8401/task/8416/stat : 8416 (java) R 8399 8401 8401 0 -1 4202560 4361 0 0 0 43 0 0 0 16 0 19 0 850146798 8750735360 41709 33554432000 1073741824 1073778376 140734397278192 18446744073709551615 233509994148 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=8401/tid=8417] ppid=8399 vsize=8545640 CPUtime=0 cores=0,2,4,6
/proc/8401/task/8417/stat : 8417 (java) S 8399 8401 8401 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 850146798 8750735360 41730 33554432000 1073741824 1073778376 140734397278192 18446744073709551615 233522113433 0 4 0 16800975 18446604440514300096 0 0 -1 6 0 0 0
[pid=8401/tid=8418] ppid=8399 vsize=8545800 CPUtime=0 cores=0,2,4,6
/proc/8401/task/8418/stat : 8418 (java) R 8399 8401 8401 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 850146798 8750899200 41741 33554432000 1073741824 1073778376 140734397278192 18446744073709551615 233522114048 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=8401/tid=8419] ppid=8399 vsize=8545800 CPUtime=0 cores=0,2,4,6
/proc/8401/task/8419/stat : 8419 (java) S 8399 8401 8401 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 850146867 8750899200 41761 33554432000 1073741824 1073778376 140734397278192 18446744073709551615 233522114048 0 4 0 16800975 18446604440514300096 0 0 -1 4 0 0 0
[pid=8352/tid=8359] ppid=8350 vsize=351144 CPUtime=0 cores=0,2,4,6
/proc/8352/task/8359/stat : 8359 (python) S 8350 8352 7805 0 -1 4202560 33 931 0 0 0 0 0 0 18 0 6 0 850118716 359571456 11394 33554432000 4194304 5683644 140735076512096 18446744073709551615 233522121137 0 0 16781312 33554434 18446604440770867648 0 0 -1 0 0 0 0
[pid=8352/tid=8382] ppid=8350 vsize=351144 CPUtime=0 cores=0,2,4,6
/proc/8352/task/8382/stat : 8382 (python) S 8350 8352 7805 0 -1 4202560 27 931 0 0 0 0 0 0 20 0 6 0 850123463 359571456 11394 33554432000 4194304 5683644 140735076512096 18446744073709551615 233522121137 0 0 16781312 33554434 18446604440770867648 0 0 -1 6 0 0 0
[pid=8352/tid=8388] ppid=8350 vsize=351144 CPUtime=0 cores=0,2,4,6
/proc/8352/task/8388/stat : 8388 (python) S 8350 8352 7805 0 -1 4202560 24 931 0 0 0 0 0 0 20 0 6 0 850132558 359571456 11394 33554432000 4194304 5683644 140735076512096 18446744073709551615 233522121137 0 0 16781312 33554434 18446604440770867648 0 0 -1 0 0 0 0
[pid=8352/tid=8395] ppid=8350 vsize=351144 CPUtime=0 cores=0,2,4,6
/proc/8352/task/8395/stat : 8395 (python) S 8350 8352 7805 0 -1 4202560 32 931 0 0 0 0 0 0 20 0 6 0 850141896 359571456 11394 33554432000 4194304 5683644 140735076512096 18446744073709551615 233522121137 0 0 16781312 33554434 18446604440770867648 0 0 -1 0 0 0 0
[pid=8352/tid=8400] ppid=8350 vsize=351144 CPUtime=0 cores=0,2,4,6
/proc/8352/task/8400/stat : 8400 (python) S 8350 8352 7805 0 -1 4202560 30 931 0 0 0 0 0 0 20 0 6 0 850146792 359571456 11394 33554432000 4194304 5683644 140735076512096 18446744073709551615 233522121137 0 0 16781312 33554434 18446604440770867648 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 287.18
Current children cumulated vsize (KiB) 19749932

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 8352 and gives
#  childrusage.ru_utime.tv_sec=1
#  childrusage.ru_utime.tv_usec=739735
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=140978
# CPU time returned by wait4() is 1.88071
# while last known CPU time is 287.18
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 283.788
CPU time (s): 287.18
CPU user time (s): 285.22
CPU system time (s): 1.96
CPU usage (%): 101.195
Max. virtual memory (cumulated for all children) (KiB): 19749932

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.73974
system time used= 0.140978
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21142
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2868
involuntary context switches= 31

runsolver used 1.9907 second user time and 3.76443 second system time

The end

Launcher Data

Begin job on node145 at 2011-06-09 01:50:26
IDJOB=3481927
IDBENCH=2257
IDSOLVER=1970
FILE ID=node145/3481927-1307577025
RUNJOBID= node145-1307576354-7823
PBS_JOBID= 13547654
Free space on /tmp= 73832 MiB

SOLVER NAME= borg pb-opt-11.04.03
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/~kexu/benchmarks/frb53-24-opb/normalized-frb53-24-2.opb
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.opt.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3481927-1307577025/watcher-3481927-1307577025 -o /tmp/evaluation-result-3481927-1307577025/solver-3481927-1307577025 -C 1800 -W 1900 -M 15500  python HOME/solve HOME/etc/borg-mix+class.opt.pickle HOME/instance-3481927-1307577025.opb -seed 401728441 -budget 1800

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

MD5SUM BENCH= b94d4317cfb468b1c3dd3d790ff99d4d
RANDOM SEED=401728441

node145.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/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.786
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.57
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.786
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.786
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.786
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.786
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.786
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.786
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.786
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      19929124 kB
Buffers:        150216 kB
Cached:         586612 kB
SwapCached:       1064 kB
Active:       12549152 kB
Inactive:       187724 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      19929124 kB
SwapTotal:    67111528 kB
SwapFree:     64303752 kB
Dirty:          104428 kB
Writeback:           0 kB
AnonPages:    11999424 kB
Mapped:          61848 kB
Slab:           138296 kB
PageTables:      75044 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 158615032 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73732 MiB
End job on node145 at 2011-06-09 01:55:12