Trace number 3481863

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) 284.68 280.591

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/
~kexu/benchmarks/frb40-19-opb/normalized-frb40-19-2.opb
MD5SUM5249f5f1c551add7f5b5b920fc1c3b9c
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-38
Best CPU time to get the best result obtained on this benchmark1800.25
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -40
Optimality of the best value was proved NO
Number of variables760
Total number of constraints41263
Number of constraints which are clauses41263
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 760
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 760
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 760
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.33/0.47	c INFO: loaded portfolio from HOME/etc/borg-mix+class.opt.pickle
0.33/0.47	c INFO: solving HOME/instance-3481863-1307576918.opb
0.51/0.64	c INFO: parsing took 0.17 s
0.81/0.93	c INFO: features took 0.29 CPU seconds
0.81/0.96	c INFO: running sat4j-pb-v20101225@0 for 45 with 1799 remaining (b = 0.07)
46.76/45.49	c INFO: running wbo1.4a@0 for 45 with 1753 remaining (b = 0.02)
94.57/92.90	c INFO: running sat4j-pb-v20101225@45 for 45 with 1706 remaining (b = 0.00)
141.02/138.87	c INFO: running clasp-1.3.7@0 for 91 with 1660 remaining (b = 0.02)
233.68/231.11	c INFO: running pbct-0.1.2-linear@0 for 45 with 1568 remaining (b = 0.01)
282.25/279.49	c INFO: running sat4j-pb-v20101225-cutting@0 for 45 with 1520 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-3481863-1307576918/watcher-3481863-1307576918 -o /tmp/evaluation-result-3481863-1307576918/solver-3481863-1307576918 -C 1800 -W 1900 -M 15500 python HOME/solve HOME/etc/borg-mix+class.opt.pickle HOME/instance-3481863-1307576918.opb -seed 1592117790 -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.30 1.79 0.92 2/643 31257
/proc/meminfo: memFree=29313772/32950928 swapFree=43925852/67111528
[pid=31257] ppid=31255 vsize=16396 CPUtime=0.01 cores=0,2,4,6
/proc/31257/stat : 31257 (python) R 31255 31257 30488 0 -1 4202496 1148 0 0 0 1 0 0 0 17 0 1 0 869290710 16789504 1014 33554432000 4194304 5683644 140736456924448 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/31257/statm: 4099 1014 413 364 0 586 0

[startup+0.119986 s]
/proc/loadavg: 2.30 1.79 0.92 2/643 31257
/proc/meminfo: memFree=29313772/32950928 swapFree=43925852/67111528
[pid=31257] ppid=31255 vsize=101324 CPUtime=0.09 cores=0,2,4,6
/proc/31257/stat : 31257 (python) S 31255 31257 30488 0 -1 4202496 3756 931 1 0 7 2 0 0 18 0 1 0 869290710 103755776 2633 33554432000 4194304 5683644 140736456924448 18446744073709551615 268272687104 0 2147483391 16781312 2 18446744071699199166 0 0 17 6 0 0 0
/proc/31257/statm: 25331 2633 822 364 0 1727 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 101324

[startup+0.20049 s]
/proc/loadavg: 2.30 1.79 0.92 2/643 31257
/proc/meminfo: memFree=29313772/32950928 swapFree=43925852/67111528
[pid=31257] ppid=31255 vsize=123744 CPUtime=0.16 cores=0,2,4,6
/proc/31257/stat : 31257 (python) S 31255 31257 30488 0 -1 4202496 5357 931 1 0 11 5 0 0 17 0 1 0 869290710 126713856 3745 33554432000 4194304 5683644 140736456924448 18446744073709551615 268272687104 0 2147483391 16781312 2 18446744071699199166 0 0 17 6 0 0 0
/proc/31257/statm: 30936 3745 987 364 0 2768 0
Current children cumulated CPU time (s) 0.16
Current children cumulated vsize (KiB) 123744

[startup+0.301618 s]
/proc/loadavg: 2.30 1.79 0.92 2/643 31257
/proc/meminfo: memFree=29313772/32950928 swapFree=43925852/67111528
[pid=31257] ppid=31255 vsize=205568 CPUtime=0.24 cores=0,2,4,6
/proc/31257/stat : 31257 (python) S 31255 31257 30488 0 -1 4202496 6773 931 1 0 17 7 0 0 17 0 1 0 869290710 210501632 5045 33554432000 4194304 5683644 140736456924448 18446744073709551615 268272687104 0 2147483391 16781312 2 18446744071699199166 0 0 17 6 0 0 0
/proc/31257/statm: 51392 5045 1483 364 0 3783 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 205568

[startup+0.700294 s]
/proc/loadavg: 2.30 1.79 0.92 2/643 31257
/proc/meminfo: memFree=29313772/32950928 swapFree=43925852/67111528
[pid=31257] ppid=31255 vsize=288952 CPUtime=0.61 cores=0,2,4,6
/proc/31257/stat : 31257 (python) R 31255 31257 30488 0 -1 4202496 11855 931 1 0 51 10 0 0 17 0 1 0 869290710 295886848 8585 33554432000 4194304 5683644 140736456924448 18446744073709551615 47732562935763 0 0 16781312 33554434 0 0 0 17 4 0 0 0
/proc/31257/statm: 72238 8585 1815 364 0 7131 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 288952

[startup+1.50104 s]
/proc/loadavg: 2.30 1.79 0.92 5/664 31282
/proc/meminfo: memFree=29266372/32950928 swapFree=43925852/67111528
[pid=31257] ppid=31255 vsize=300188 CPUtime=0.87 cores=0,2,4,6
/proc/31257/stat : 31257 (python) S 31255 31257 30488 0 -1 4202496 12376 931 1 0 77 10 0 0 20 0 2 0 869290710 307392512 8878 33554432000 4194304 5683644 140736456924448 18446744073709551615 268284515787 0 0 16781312 33554434 18446744073709551615 0 0 17 6 0 0 0
/proc/31257/statm: 75047 8878 1862 364 0 9934 0
[pid=31263] ppid=31257 vsize=289944 CPUtime=0 cores=0,2,4,6
/proc/31263/stat : 31263 (python) S 31257 31257 30488 0 -1 4202560 867 0 0 0 0 0 0 0 15 0 1 0 869290807 296902656 7369 33554432000 4194304 5683644 140736456924448 18446744073709551615 268272709135 0 0 16781312 33554946 3354016484878680323 0 0 17 6 0 0 0
/proc/31263/statm: 72486 7369 357 364 0 7373 0
[pid=31265] ppid=31263 vsize=8539840 CPUtime=0.98 cores=0,2,4,6
/proc/31265/stat : 31265 (java) S 31263 31265 31265 0 -1 4202496 26529 0 1 0 95 3 0 0 21 0 19 0 869290807 8744796160 24448 33554432000 1073741824 1073778376 140733379674736 18446744073709551615 268284491749 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/31265/statm: 2134960 24448 2214 9 0 2125701 0
[pid=31265/tid=31266] ppid=31263 vsize=8539840 CPUtime=0.51 cores=0,2,4,6
/proc/31265/task/31266/stat : 31266 (java) R 31263 31265 31265 0 -1 4202560 20549 0 1 0 48 3 0 0 25 0 19 0 869290807 8744796160 24448 33554432000 1073741824 1073778376 140733379674736 18446744073709551615 46912505226616 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=31265/tid=31267] ppid=31263 vsize=8539840 CPUtime=0 cores=0,2,4,6
/proc/31265/task/31267/stat : 31267 (java) S 31263 31265 31265 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 869290808 8744796160 24448 33554432000 1073741824 1073778376 140733379674736 18446744073709551615 268284504985 0 4 0 16800975 18446604445685390336 0 0 -1 6 0 0 0
[pid=31265/tid=31268] ppid=31263 vsize=8539840 CPUtime=0 cores=0,2,4,6
/proc/31265/task/31268/stat : 31268 (java) S 31263 31265 31265 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 869290808 8744796160 24448 33554432000 1073741824 1073778376 140733379674736 18446744073709551615 268284504985 0 4 0 16800975 18446604445685390336 0 0 -1 6 0 0 0
[pid=31265/tid=31269] ppid=31263 vsize=8539840 CPUtime=0 cores=0,2,4,6
/proc/31265/task/31269/stat : 31269 (java) S 31263 31265 31265 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 869290808 8744796160 24448 33554432000 1073741824 1073778376 140733379674736 18446744073709551615 268284504985 0 4 0 16800975 18446604445685390336 0 0 -1 6 0 0 0
[pid=31265/tid=31270] ppid=31263 vsize=8539840 CPUtime=0 cores=0,2,4,6
/proc/31265/task/31270/stat : 31270 (java) S 31263 31265 31265 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 869290808 8744796160 24448 33554432000 1073741824 1073778376 140733379674736 18446744073709551615 268284504985 0 4 0 16800975 18446604445685390336 0 0 -1 6 0 0 0
[pid=31265/tid=31271] ppid=31263 vsize=8539840 CPUtime=0 cores=0,2,4,6
/proc/31265/task/31271/stat : 31271 (java) S 31263 31265 31265 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 869290808 8744796160 24448 33554432000 1073741824 1073778376 140733379674736 18446744073709551615 268284504985 0 4 0 16800975 18446604445685390336 0 0 -1 6 0 0 0
[pid=31265/tid=31272] ppid=31263 vsize=8539840 CPUtime=0 cores=0,2,4,6
/proc/31265/task/31272/stat : 31272 (java) S 31263 31265 31265 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 869290808 8744796160 24448 33554432000 1073741824 1073778376 140733379674736 18446744073709551615 268284504985 0 4 0 16800975 18446604445685390336 0 0 -1 6 0 0 0
[pid=31265/tid=31273] ppid=31263 vsize=8539840 CPUtime=0 cores=0,2,4,6
/proc/31265/task/31273/stat : 31273 (java) S 31263 31265 31265 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 869290808 8744796160 24448 33554432000 1073741824 1073778376 140733379674736 18446744073709551615 268284504985 0 4 0 16800975 18446604445685390336 0 0 -1 6 0 0 0
[pid=31265/tid=31274] ppid=31263 vsize=8539840 CPUtime=0 cores=0,2,4,6
/proc/31265/task/31274/stat : 31274 (java) S 31263 31265 31265 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 869290808 8744796160 24448 33554432000 1073741824 1073778376 140733379674736 18446744073709551615 268284504985 0 4 0 16800975 18446604445685390336 0 0 -1 6 0 0 0
[pid=31265/tid=31275] ppid=31263 vsize=8539840 CPUtime=0 cores=0,2,4,6
/proc/31265/task/31275/stat : 31275 (java) S 31263 31265 31265 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 869290809 8744796160 24448 33554432000 1073741824 1073778376 140733379674736 18446744073709551615 268284505600 0 0 0 16800975 18446604445685390336 0 0 -1 6 0 0 0
[pid=31265/tid=31276] ppid=31263 vsize=8539840 CPUtime=0 cores=0,2,4,6
/proc/31265/task/31276/stat : 31276 (java) S 31263 31265 31265 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 869290809 8744796160 24448 33554432000 1073741824 1073778376 140733379674736 18446744073709551615 268284504985 0 4 0 16800975 18446604445685390336 0 0 -1 6 0 0 0
[pid=31265/tid=31277] ppid=31263 vsize=8539840 CPUtime=0 cores=0,2,4,6
/proc/31265/task/31277/stat : 31277 (java) S 31263 31265 31265 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 869290809 8744796160 24448 33554432000 1073741824 1073778376 140733379674736 18446744073709551615 268284504985 0 4 0 16800975 18446604445685390336 0 0 -1 6 0 0 0
[pid=31265/tid=31278] ppid=31263 vsize=8539840 CPUtime=0 cores=0,2,4,6
/proc/31265/task/31278/stat : 31278 (java) S 31263 31265 31265 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 869290811 8744796160 24448 33554432000 1073741824 1073778376 140733379674736 18446744073709551615 268284512689 0 4 0 16800975 18446604445685390336 0 0 -1 6 0 0 0
[pid=31265/tid=31279] ppid=31263 vsize=8539840 CPUtime=0.21 cores=0,2,4,6
/proc/31265/task/31279/stat : 31279 (java) S 31263 31265 31265 0 -1 4202560 2243 0 0 0 21 0 0 0 25 0 19 0 869290811 8744796160 24448 33554432000 1073741824 1073778376 140733379674736 18446744073709551615 268284504985 0 4 0 16800975 18446604445685390336 0 0 -1 0 0 0 0
[pid=31265/tid=31280] ppid=31263 vsize=8539840 CPUtime=0.24 cores=0,2,4,6
/proc/31265/task/31280/stat : 31280 (java) S 31263 31265 31265 0 -1 4202560 2358 0 0 0 24 0 0 0 25 0 19 0 869290811 8744796160 24448 33554432000 1073741824 1073778376 140733379674736 18446744073709551615 268284504985 0 4 0 16800975 18446604445685390336 0 0 -1 4 0 0 0
[pid=31265/tid=31281] ppid=31263 vsize=8539840 CPUtime=0 cores=0,2,4,6
/proc/31265/task/31281/stat : 31281 (java) S 31263 31265 31265 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 869290811 8744796160 24448 33554432000 1073741824 1073778376 140733379674736 18446744073709551615 268284504985 0 4 0 16800975 18446604445685390336 0 0 -1 6 0 0 0
[pid=31265/tid=31282] ppid=31263 vsize=8539840 CPUtime=0 cores=0,2,4,6
/proc/31265/task/31282/stat : 31282 (java) S 31263 31265 31265 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 869290811 8744796160 24448 33554432000 1073741824 1073778376 140733379674736 18446744073709551615 268284505600 0 4 0 16800975 18446604445685390336 0 0 -1 4 0 0 0
[pid=31257/tid=31264] ppid=31255 vsize=300188 CPUtime=0 cores=0,2,4,6
/proc/31257/task/31264/stat : 31264 (python) S 31255 31257 30488 0 -1 4202560 26 931 0 0 0 0 0 0 20 0 2 0 869290807 307392512 8878 33554432000 4194304 5683644 140736456924448 18446744073709551615 268284512689 0 0 16781312 33554434 18446604450748417856 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1.85
Current children cumulated vsize (KiB) 9129972

[startup+3.1008 s]
/proc/loadavg: 2.27 1.79 0.92 3/665 31283
/proc/meminfo: memFree=29173984/32950928 swapFree=43925852/67111528
[pid=31257] ppid=31255 vsize=300188 CPUtime=0.87 cores=0,2,4,6
/proc/31257/stat : 31257 (python) S 31255 31257 30488 0 -1 4202496 12376 931 1 0 77 10 0 0 20 0 2 0 869290710 307392512 8878 33554432000 4194304 5683644 140736456924448 18446744073709551615 268284515787 0 0 16781312 33554434 18446744073709551615 0 0 17 6 0 0 0
/proc/31257/statm: 75047 8878 1862 364 0 9934 0
[pid=31263] ppid=31257 vsize=289944 CPUtime=0 cores=0,2,4,6
/proc/31263/stat : 31263 (python) S 31257 31257 30488 0 -1 4202560 869 0 0 0 0 0 0 0 15 0 1 0 869290807 296902656 7369 33554432000 4194304 5683644 140736456924448 18446744073709551615 268272709135 0 0 16781312 33554946 4294934786 0 0 17 6 0 0 0
/proc/31263/statm: 72486 7369 357 364 0 7373 0
[pid=31265] ppid=31263 vsize=8540108 CPUtime=2.99 cores=0,2,4,6
/proc/31265/stat : 31265 (java) S 31263 31265 31265 0 -1 4202496 37969 0 1 0 294 5 0 0 21 0 19 0 869290807 8745070592 34305 33554432000 1073741824 1073778376 140733379674736 18446744073709551615 268284491749 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/31265/statm: 2135027 34305 2257 9 0 2125768 0
[pid=31265/tid=31266] ppid=31263 vsize=8540108 CPUtime=2.05 cores=0,2,4,6
/proc/31265/task/31266/stat : 31266 (java) R 31263 31265 31265 0 -1 4202560 25107 0 1 0 202 3 0 0 25 0 19 0 869290807 8745070592 34305 33554432000 1073741824 1073778376 140733379674736 18446744073709551615 46912505791093 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=31265/tid=31267] ppid=31263 vsize=8540108 CPUtime=0 cores=0,2,4,6
/proc/31265/task/31267/stat : 31267 (java) S 31263 31265 31265 0 -1 4202560 1487 0 0 0 0 0 0 0 17 0 19 0 869290808 8745070592 34305 33554432000 1073741824 1073778376 140733379674736 18446744073709551615 268284504985 0 4 0 16800975 18446604445685390336 0 0 -1 6 0 0 0
[pid=31265/tid=31268] ppid=31263 vsize=8540108 CPUtime=0 cores=0,2,4,6
/proc/31265/task/31268/stat : 31268 (java) S 31263 31265 31265 0 -1 4202560 1109 0 0 0 0 0 0 0 17 0 19 0 869290808 8745070592 34305 33554432000 1073741824 1073778376 140733379674736 18446744073709551615 268284504985 0 4 0 16800975 18446604445685390336 0 0 -1 4 0 0 0
[pid=31265/tid=31269] ppid=31263 vsize=8540108 CPUtime=0 cores=0,2,4,6
/proc/31265/task/31269/stat : 31269 (java) S 31263 31265 31265 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 869290808 8745070592 34305 33554432000 1073741824 1073778376 140733379674736 18446744073709551615 268284504985 0 4 0 16800975 18446604445685390336 0 0 -1 6 0 0 0
[pid=31265/tid=31270] ppid=31263 vsize=8540108 CPUtime=0 cores=0,2,4,6
/proc/31265/task/31270/stat : 31270 (java) S 31263 31265 31265 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 869290808 8745070592 34305 33554432000 1073741824 1073778376 140733379674736 18446744073709551615 268284504985 0 4 0 16800975 18446604445685390336 0 0 -1 6 0 0 0
[pid=31265/tid=31271] ppid=31263 vsize=8540108 CPUtime=0 cores=0,2,4,6
/proc/31265/task/31271/stat : 31271 (java) S 31263 31265 31265 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 869290808 8745070592 34305 33554432000 1073741824 1073778376 140733379674736 18446744073709551615 268284504985 0 4 0 16800975 18446604445685390336 0 0 -1 6 0 0 0
[pid=31265/tid=31272] ppid=31263 vsize=8540108 CPUtime=0 cores=0,2,4,6
/proc/31265/task/31272/stat : 31272 (java) S 31263 31265 31265 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 869290808 8745070592 34305 33554432000 1073741824 1073778376 140733379674736 18446744073709551615 268284504985 0 4 0 16800975 18446604445685390336 0 0 -1 6 0 0 0
[pid=31265/tid=31273] ppid=31263 vsize=8540108 CPUtime=0 cores=0,2,4,6
/proc/31265/task/31273/stat : 31273 (java) S 31263 31265 31265 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 869290808 8745070592 34305 33554432000 1073741824 1073778376 140733379674736 18446744073709551615 268284504985 0 4 0 16800975 18446604445685390336 0 0 -1 6 0 0 0
[pid=31265/tid=31274] ppid=31263 vsize=8540108 CPUtime=0 cores=0,2,4,6
/proc/31265/task/31274/stat : 31274 (java) S 31263 31265 31265 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 869290808 8745070592 34305 33554432000 1073741824 1073778376 140733379674736 18446744073709551615 268284504985 0 4 0 16800975 18446604445685390336 0 0 -1 6 0 0 0
[pid=31265/tid=31275] ppid=31263 vsize=8540108 CPUtime=0.01 cores=0,2,4,6
/proc/31265/task/31275/stat : 31275 (java) S 31263 31265 31265 0 -1 4202560 2557 0 0 0 1 0 0 0 16 0 19 0 869290809 8745070592 34305 33554432000 1073741824 1073778376 140733379674736 18446744073709551615 268284505600 0 0 0 16800975 18446604445685390336 0 0 -1 4 0 0 0
[pid=31265/tid=31276] ppid=31263 vsize=8540108 CPUtime=0 cores=0,2,4,6
/proc/31265/task/31276/stat : 31276 (java) S 31263 31265 31265 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 869290809 8745070592 34305 33554432000 1073741824 1073778376 140733379674736 18446744073709551615 268284504985 0 4 0 16800975 18446604445685390336 0 0 -1 6 0 0 0
[pid=31265/tid=31277] ppid=31263 vsize=8540108 CPUtime=0 cores=0,2,4,6
/proc/31265/task/31277/stat : 31277 (java) S 31263 31265 31265 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 869290809 8745070592 34305 33554432000 1073741824 1073778376 140733379674736 18446744073709551615 268284504985 0 4 0 16800975 18446604445685390336 0 0 -1 6 0 0 0
[pid=31265/tid=31278] ppid=31263 vsize=8540108 CPUtime=0 cores=0,2,4,6
/proc/31265/task/31278/stat : 31278 (java) S 31263 31265 31265 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 869290811 8745070592 34305 33554432000 1073741824 1073778376 140733379674736 18446744073709551615 268284512689 0 4 0 16800975 18446604445685390336 0 0 -1 6 0 0 0
[pid=31265/tid=31279] ppid=31263 vsize=8540108 CPUtime=0.43 cores=0,2,4,6
/proc/31265/task/31279/stat : 31279 (java) S 31263 31265 31265 0 -1 4202560 3674 0 0 0 43 0 0 0 18 0 19 0 869290811 8745070592 34305 33554432000 1073741824 1073778376 140733379674736 18446744073709551615 268284504985 0 4 0 16800975 18446604445685390336 0 0 -1 0 0 0 0
[pid=31265/tid=31280] ppid=31263 vsize=8540108 CPUtime=0.46 cores=0,2,4,6
/proc/31265/task/31280/stat : 31280 (java) S 31263 31265 31265 0 -1 4202560 2652 0 0 0 46 0 0 0 18 0 19 0 869290811 8745070592 34305 33554432000 1073741824 1073778376 140733379674736 18446744073709551615 268284504985 0 4 0 16800975 18446604445685390336 0 0 -1 4 0 0 0
[pid=31265/tid=31281] ppid=31263 vsize=8540108 CPUtime=0 cores=0,2,4,6
/proc/31265/task/31281/stat : 31281 (java) S 31263 31265 31265 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 869290811 8745070592 34305 33554432000 1073741824 1073778376 140733379674736 18446744073709551615 268284504985 0 4 0 16800975 18446604445685390336 0 0 -1 6 0 0 0
[pid=31265/tid=31282] ppid=31263 vsize=8540108 CPUtime=0 cores=0,2,4,6
/proc/31265/task/31282/stat : 31282 (java) S 31263 31265 31265 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 869290811 8745070592 34305 33554432000 1073741824 1073778376 140733379674736 18446744073709551615 268284505600 0 4 0 16800975 18446604445685390336 0 0 -1 4 0 0 0
[pid=31265/tid=31283] ppid=31263 vsize=8540108 CPUtime=0 cores=0,2,4,6
/proc/31265/task/31283/stat : 31283 (java) S 31263 31265 31265 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 869290860 8745070592 34305 33554432000 1073741824 1073778376 140733379674736 18446744073709551615 268284505600 0 4 0 16800975 18446604445685390336 0 0 -1 6 0 0 0
[pid=31257/tid=31264] ppid=31255 vsize=300188 CPUtime=0 cores=0,2,4,6
/proc/31257/task/31264/stat : 31264 (python) S 31255 31257 30488 0 -1 4202560 26 931 0 0 0 0 0 0 20 0 2 0 869290807 307392512 8878 33554432000 4194304 5683644 140736456924448 18446744073709551615 268284512689 0 0 16781312 33554434 18446604450748417856 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3.86
Current children cumulated vsize (KiB) 9130240

[startup+6.30129 s]
/proc/loadavg: 2.27 1.79 0.92 3/665 31283
/proc/meminfo: memFree=29109672/32950928 swapFree=43925852/67111528
[pid=31257] ppid=31255 vsize=300188 CPUtime=0.87 cores=0,2,4,6
/proc/31257/stat : 31257 (python) S 31255 31257 30488 0 -1 4202496 12376 931 1 0 77 10 0 0 20 0 2 0 869290710 307392512 8878 33554432000 4194304 5683644 140736456924448 18446744073709551615 268284515787 0 0 16781312 33554434 18446744073709551615 0 0 17 6 0 0 0
/proc/31257/statm: 75047 8878 1862 364 0 9934 0
[pid=31263] ppid=31257 vsize=289944 CPUtime=0.01 cores=0,2,4,6
/proc/31263/stat : 31263 (python) S 31257 31257 30488 0 -1 4202560 998 0 0 0 1 0 0 0 15 0 1 0 869290807 296902656 7392 33554432000 4194304 5683644 140736456924448 18446744073709551615 268272709135 0 0 16781312 33554946 4294934786 0 0 17 6 0 0 0
/proc/31263/statm: 72486 7392 380 364 0 7373 0
[pid=31265] ppid=31263 vsize=8539160 CPUtime=6.26 cores=0,2,4,6
/proc/31265/stat : 31265 (java) S 31263 31265 31265 0 -1 4202496 49293 0 1 0 620 6 0 0 21 0 19 0 869290807 8744099840 45265 33554432000 1073741824 1073778376 140733379674736 18446744073709551615 268284491749 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/31265/statm: 2134790 45265 2257 9 0 2125531 0
[pid=31265/tid=31266] ppid=31263 vsize=8539160 CPUtime=5.13 cores=0,2,4,6
/proc/31265/task/31266/stat : 31266 (java) R 31263 31265 31265 0 -1 4202560 25112 0 1 0 510 3 0 0 25 0 19 0 869290807 8744099840 45265 33554432000 1073741824 1073778376 140733379674736 18446744073709551615 46912505827152 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=31265/tid=31267] ppid=31263 vsize=8539160 CPUtime=0 cores=0,2,4,6
/proc/31265/task/31267/stat : 31267 (java) S 31263 31265 31265 0 -1 4202560 1513 0 0 0 0 0 0 0 15 0 19 0 869290808 8744099840 45265 33554432000 1073741824 1073778376 140733379674736 18446744073709551615 268284504985 0 4 0 16800975 18446604445685390336 0 0 -1 6 0 0 0
[pid=31265/tid=31268] ppid=31263 vsize=8539160 CPUtime=0 cores=0,2,4,6
/proc/31265/task/31268/stat : 31268 (java) S 31263 31265 31265 0 -1 4202560 1109 0 0 0 0 0 0 0 15 0 19 0 869290808 8744099840 45265 33554432000 1073741824 1073778376 140733379674736 18446744073709551615 268284504985 0 4 0 16800975 18446604445685390336 0 0 -1 6 0 0 0
[pid=31265/tid=31269] ppid=31263 vsize=8539160 CPUtime=0 cores=0,2,4,6
/proc/31265/task/31269/stat : 31269 (java) S 31263 31265 31265 0 -1 4202560 771 0 0 0 0 0 0 0 15 0 19 0 869290808 8744099840 45265 33554432000 1073741824 1073778376 140733379674736 18446744073709551615 268284504985 0 4 0 16800975 18446604445685390336 0 0 -1 6 0 0 0
[pid=31265/tid=31270] ppid=31263 vsize=8539160 CPUtime=0 cores=0,2,4,6
/proc/31265/task/31270/stat : 31270 (java) S 31263 31265 31265 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 869290808 8744099840 45265 33554432000 1073741824 1073778376 140733379674736 18446744073709551615 268284504985 0 4 0 16800975 18446604445685390336 0 0 -1 6 0 0 0
[pid=31265/tid=31271] ppid=31263 vsize=8539160 CPUtime=0 cores=0,2,4,6
/proc/31265/task/31271/stat : 31271 (java) S 31263 31265 31265 0 -1 4202560 1194 0 0 0 0 0 0 0 16 0 19 0 869290808 8744099840 45265 33554432000 1073741824 1073778376 140733379674736 18446744073709551615 268284504985 0 4 0 16800975 18446604445685390336 0 0 -1 6 0 0 0
[pid=31265/tid=31272] ppid=31263 vsize=8539160 CPUtime=0 cores=0,2,4,6
/proc/31265/task/31272/stat : 31272 (java) S 31263 31265 31265 0 -1 4202560 2167 0 0 0 0 0 0 0 15 0 19 0 869290808 8744099840 45265 33554432000 1073741824 1073778376 140733379674736 18446744073709551615 268284504985 0 4 0 16800975 18446604445685390336 0 0 -1 6 0 0 0
[pid=31265/tid=31273] ppid=31263 vsize=8539160 CPUtime=0 cores=0,2,4,6
/proc/31265/task/31273/stat : 31273 (java) S 31263 31265 31265 0 -1 4202560 941 0 0 0 0 0 0 0 15 0 19 0 869290808 8744099840 45265 33554432000 1073741824 1073778376 140733379674736 18446744073709551615 268284504985 0 4 0 16800975 18446604445685390336 0 0 -1 6 0 0 0
[pid=31265/tid=31274] ppid=31263 vsize=8539160 CPUtime=0 cores=0,2,4,6
/proc/31265/task/31274/stat : 31274 (java) S 31263 31265 31265 0 -1 4202560 2398 0 0 0 0 0 0 0 16 0 19 0 869290808 8744099840 45265 33554432000 1073741824 1073778376 140733379674736 18446744073709551615 268284504985 0 4 0 16800975 18446604445685390336 0 0 -1 0 0 0 0
[pid=31265/tid=31275] ppid=31263 vsize=8539160 CPUtime=0.07 cores=0,2,4,6
/proc/31265/task/31275/stat : 31275 (java) S 31263 31265 31265 0 -1 4202560 6369 0 0 0 7 0 0 0 16 0 19 0 869290809 8744099840 45265 33554432000 1073741824 1073778376 140733379674736 18446744073709551615 268284505600 0 0 0 16800975 18446604445685390336 0 0 -1 4 0 0 0

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

/proc/31310/stat : 31310 (wbo1.4a) T 31308 31310 31310 0 -1 4202496 14655 0 0 0 4700 38 0 0 25 0 1 0 869295260 56451072 13292 33554432000 134512640 135751879 4287846928 18446744073709551615 134616540 0 0 16781312 3 18446744071562691360 0 0 17 0 0 0 0
/proc/31310/statm: 13782 13292 146 303 0 13477 0
[pid=31308/tid=31317] ppid=31257 vsize=300200 CPUtime=0 cores=0,2,4,6
/proc/31308/task/31317/stat : 31317 (python) S 31257 31257 30488 0 -1 4202560 50 0 0 0 0 0 0 0 16 0 2 0 869299999 307404800 7413 33554432000 4194304 5683644 140736456924448 18446744073709551615 268284512689 0 0 16781312 33554946 18446604446126167040 0 0 -1 6 0 0 0
[pid=31319] ppid=31257 vsize=310456 CPUtime=0.4 cores=0,2,4,6
/proc/31319/stat : 31319 (python) S 31257 31257 30488 0 -1 4202560 970 0 0 0 21 19 0 0 15 0 1 0 869304598 317906944 7392 33554432000 4194304 5683644 140736456924448 18446744073709551615 268272709190 0 0 16781312 33554946 72556772316949353 0 0 17 6 0 0 0
/proc/31319/statm: 77614 7392 372 364 0 12495 0
[pid=31321] ppid=31319 vsize=45108 CPUtime=83.44 cores=0,2,4,6
/proc/31321/stat : 31321 (clasp-1.3.7-x86) R 31319 31321 31321 0 -1 4202496 11409 0 0 0 8342 2 0 0 25 0 1 0 869304598 46190592 11012 33554432000 134512640 136139019 4291360416 18446744073709551615 134599831 0 0 16781312 16386 0 0 0 17 0 0 0 0
/proc/31321/statm: 11277 11012 187 398 0 10877 0
[pid=31257/tid=31264] ppid=31255 vsize=320700 CPUtime=0 cores=0,2,4,6
/proc/31257/task/31264/stat : 31264 (python) S 31255 31257 30488 0 -1 4202560 30 931 0 0 0 0 0 0 18 0 4 0 869290807 328396800 8899 33554432000 4194304 5683644 140736456924448 18446744073709551615 268284512689 0 0 16781312 33554434 18446604450748417856 0 0 -1 6 0 0 0
[pid=31257/tid=31309] ppid=31255 vsize=320700 CPUtime=0 cores=0,2,4,6
/proc/31257/task/31309/stat : 31309 (python) S 31255 31257 30488 0 -1 4202560 27 931 0 0 0 0 0 0 20 0 4 0 869295260 328396800 8899 33554432000 4194304 5683644 140736456924448 18446744073709551615 268284512689 0 0 16781312 33554434 18446604450748417856 0 0 -1 6 0 0 0
[pid=31257/tid=31320] ppid=31255 vsize=320700 CPUtime=0 cores=0,2,4,6
/proc/31257/task/31320/stat : 31320 (python) S 31255 31257 30488 0 -1 4202560 28 931 0 0 0 0 0 0 20 0 4 0 869304598 328396800 8899 33554432000 4194304 5683644 140736456924448 18446744073709551615 268284512689 0 0 16781312 33554434 18446604450748417856 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 224.96
Current children cumulated vsize (KiB) 9870940



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+280.501 s]
/proc/loadavg: 2.07 1.96 1.21 9/733 31359
/proc/meminfo: memFree=28127824/32950928 swapFree=43925852/67111528
[pid=31257] ppid=31255 vsize=341212 CPUtime=1 cores=0,2,4,6
/proc/31257/stat : 31257 (python) S 31255 31257 30488 0 -1 4202496 16089 931 1 0 89 11 0 0 20 0 6 0 869290710 349401088 8911 33554432000 4194304 5683644 140736456924448 18446744073709551615 268284515787 0 0 16781312 33554434 18446744073709551615 0 0 17 0 0 0 0
/proc/31257/statm: 85303 8911 1879 364 0 20178 0
[pid=31263] ppid=31257 vsize=300188 CPUtime=0.5 cores=0,2,4,6
/proc/31263/stat : 31263 (python) S 31257 31257 30488 0 -1 4202560 1176 0 0 0 25 25 0 0 16 0 2 0 869290807 307392512 7429 33554432000 4194304 5683644 140736456924448 18446744073709551615 268284515787 0 0 16781312 33554946 18446744073709551615 0 0 17 2 0 0 0
/proc/31263/statm: 75047 7429 412 364 0 9934 0
[pid=31265] ppid=31263 vsize=8539160 CPUtime=92.01 cores=0,2,4,6
/proc/31265/stat : 31265 (java) T 31263 31265 31265 0 -1 4202496 91853 0 1 0 9188 13 0 0 18 0 19 0 869290807 8744099840 86067 33554432000 1073741824 1073778376 140733379674736 18446744073709551615 268284491749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/31265/statm: 2134790 86067 2257 9 0 2125531 0
[pid=31265/tid=31266] ppid=31263 vsize=8539160 CPUtime=89.25 cores=0,2,4,6
/proc/31265/task/31266/stat : 31266 (java) T 31263 31265 31265 0 -1 4202560 25133 0 1 0 8922 3 0 0 25 0 19 0 869290807 8744099840 86067 33554432000 1073741824 1073778376 140733379674736 18446744073709551615 46912505898604 0 4 0 16800975 18446744071562691360 0 0 -1 4 0 0 0
[pid=31265/tid=31267] ppid=31263 vsize=8539160 CPUtime=0.09 cores=0,2,4,6
/proc/31265/task/31267/stat : 31267 (java) T 31263 31265 31265 0 -1 4202560 4682 0 0 0 9 0 0 0 15 0 19 0 869290808 8744099840 86067 33554432000 1073741824 1073778376 140733379674736 18446744073709551615 268284504985 0 4 0 16800975 18446744071562691360 0 0 -1 0 0 0 0
[pid=31265/tid=31268] ppid=31263 vsize=8539160 CPUtime=0.16 cores=0,2,4,6
/proc/31265/task/31268/stat : 31268 (java) T 31263 31265 31265 0 -1 4202560 7973 0 0 0 15 1 0 0 15 0 19 0 869290808 8744099840 86067 33554432000 1073741824 1073778376 140733379674736 18446744073709551615 268284504985 0 4 0 16800975 18446744071562691360 0 0 -1 6 0 0 0
[pid=31265/tid=31269] ppid=31263 vsize=8539160 CPUtime=0.11 cores=0,2,4,6
/proc/31265/task/31269/stat : 31269 (java) T 31263 31265 31265 0 -1 4202560 7790 0 0 0 11 0 0 0 15 0 19 0 869290808 8744099840 86067 33554432000 1073741824 1073778376 140733379674736 18446744073709551615 268284504985 0 4 0 16800975 18446744071562691360 0 0 -1 2 0 0 0
[pid=31265/tid=31270] ppid=31263 vsize=8539160 CPUtime=0.1 cores=0,2,4,6
/proc/31265/task/31270/stat : 31270 (java) T 31263 31265 31265 0 -1 4202560 5547 0 0 0 10 0 0 0 15 0 19 0 869290808 8744099840 86067 33554432000 1073741824 1073778376 140733379674736 18446744073709551615 268284504985 0 4 0 16800975 18446744071562691360 0 0 -1 2 0 0 0
[pid=31265/tid=31271] ppid=31263 vsize=8539160 CPUtime=0.13 cores=0,2,4,6
/proc/31265/task/31271/stat : 31271 (java) T 31263 31265 31265 0 -1 4202560 8221 0 0 0 12 1 0 0 15 0 19 0 869290808 8744099840 86067 33554432000 1073741824 1073778376 140733379674736 18446744073709551615 268284504985 0 4 0 16800975 18446744071562691360 0 0 -1 6 0 0 0
[pid=31265/tid=31272] ppid=31263 vsize=8539160 CPUtime=0.1 cores=0,2,4,6
/proc/31265/task/31272/stat : 31272 (java) T 31263 31265 31265 0 -1 4202560 5636 0 0 0 10 0 0 0 15 0 19 0 869290808 8744099840 86067 33554432000 1073741824 1073778376 140733379674736 18446744073709551615 268284504985 0 4 0 16800975 18446744071562691360 0 0 -1 6 0 0 0
[pid=31265/tid=31273] ppid=31263 vsize=8539160 CPUtime=0.06 cores=0,2,4,6
/proc/31265/task/31273/stat : 31273 (java) T 31263 31265 31265 0 -1 4202560 4165 0 0 0 6 0 0 0 15 0 19 0 869290808 8744099840 86067 33554432000 1073741824 1073778376 140733379674736 18446744073709551615 268284504985 0 4 0 16800975 18446744071562691360 0 0 -1 6 0 0 0
[pid=31265/tid=31274] ppid=31263 vsize=8539160 CPUtime=0.06 cores=0,2,4,6
/proc/31265/task/31274/stat : 31274 (java) T 31263 31265 31265 0 -1 4202560 5166 0 0 0 6 0 0 0 15 0 19 0 869290808 8744099840 86067 33554432000 1073741824 1073778376 140733379674736 18446744073709551615 268284504985 0 4 0 16800975 18446744071562691360 0 0 -1 6 0 0 0
[pid=31265/tid=31275] ppid=31263 vsize=8539160 CPUtime=0.79 cores=0,2,4,6
/proc/31265/task/31275/stat : 31275 (java) T 31263 31265 31265 0 -1 4202560 8893 0 0 0 78 1 0 0 15 0 19 0 869290809 8744099840 86067 33554432000 1073741824 1073778376 140733379674736 18446744073709551615 268284505600 0 0 0 16800975 18446744071562691360 0 0 -1 4 0 0 0
[pid=31265/tid=31276] ppid=31263 vsize=8539160 CPUtime=0 cores=0,2,4,6
/proc/31265/task/31276/stat : 31276 (java) T 31263 31265 31265 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 869290809 8744099840 86067 33554432000 1073741824 1073778376 140733379674736 18446744073709551615 268284504985 0 4 0 16800975 18446744071562691360 0 0 -1 2 0 0 0
[pid=31265/tid=31277] ppid=31263 vsize=8539160 CPUtime=0 cores=0,2,4,6
/proc/31265/task/31277/stat : 31277 (java) T 31263 31265 31265 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 869290809 8744099840 86067 33554432000 1073741824 1073778376 140733379674736 18446744073709551615 268284504985 0 4 0 16800975 18446744071562691360 0 0 -1 2 0 0 0
[pid=31265/tid=31278] ppid=31263 vsize=8539160 CPUtime=0 cores=0,2,4,6
/proc/31265/task/31278/stat : 31278 (java) T 31263 31265 31265 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 869290811 8744099840 86067 33554432000 1073741824 1073778376 140733379674736 18446744073709551615 268284512689 0 4 0 16800975 18446744071562691360 0 0 -1 2 0 0 0
[pid=31265/tid=31279] ppid=31263 vsize=8539160 CPUtime=0.52 cores=0,2,4,6
/proc/31265/task/31279/stat : 31279 (java) T 31263 31265 31265 0 -1 4202560 4601 0 0 0 52 0 0 0 15 0 19 0 869290811 8744099840 86067 33554432000 1073741824 1073778376 140733379674736 18446744073709551615 268284504985 0 4 0 16800975 18446744071562691360 0 0 -1 0 0 0 0
[pid=31265/tid=31280] ppid=31263 vsize=8539160 CPUtime=0.52 cores=0,2,4,6
/proc/31265/task/31280/stat : 31280 (java) T 31263 31265 31265 0 -1 4202560 2663 0 0 0 52 0 0 0 15 0 19 0 869290811 8744099840 86067 33554432000 1073741824 1073778376 140733379674736 18446744073709551615 268284504985 0 4 0 16800975 18446744071562691360 0 0 -1 6 0 0 0
[pid=31265/tid=31281] ppid=31263 vsize=8539160 CPUtime=0 cores=0,2,4,6
/proc/31265/task/31281/stat : 31281 (java) T 31263 31265 31265 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 869290811 8744099840 86067 33554432000 1073741824 1073778376 140733379674736 18446744073709551615 268284504985 0 4 0 16800975 18446744071562691360 0 0 -1 2 0 0 0
[pid=31265/tid=31282] ppid=31263 vsize=8539160 CPUtime=0 cores=0,2,4,6
/proc/31265/task/31282/stat : 31282 (java) T 31263 31265 31265 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 869290811 8744099840 86067 33554432000 1073741824 1073778376 140733379674736 18446744073709551615 268284505600 0 4 0 16800975 18446744071562691360 0 0 -1 0 0 0 0
[pid=31265/tid=31283] ppid=31263 vsize=8539160 CPUtime=0 cores=0,2,4,6
/proc/31265/task/31283/stat : 31283 (java) T 31263 31265 31265 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 869290860 8744099840 86067 33554432000 1073741824 1073778376 140733379674736 18446744073709551615 268284505600 0 4 0 16800975 18446744071562691360 0 0 -1 2 0 0 0
[pid=31263/tid=31307] ppid=31257 vsize=300188 CPUtime=0 cores=0,2,4,6
/proc/31263/task/31307/stat : 31307 (python) S 31257 31257 30488 0 -1 4202560 41 0 0 0 0 0 0 0 15 0 2 0 869295257 307392512 7429 33554432000 4194304 5683644 140736456924448 18446744073709551615 268284512689 0 0 16781312 33554946 18446604451703699392 0 0 -1 6 0 0 0
[pid=31308] ppid=31257 vsize=300200 CPUtime=0.27 cores=0,2,4,6
/proc/31308/stat : 31308 (python) S 31257 31257 30488 0 -1 4202560 1136 0 0 0 14 13 0 0 16 0 2 0 869295260 307404800 7413 33554432000 4194304 5683644 140736456924448 18446744073709551615 268284515787 0 0 16781312 33554946 18446744073709551615 0 0 17 6 0 0 0
/proc/31308/statm: 75050 7413 396 364 0 9934 0
[pid=31310] ppid=31308 vsize=55128 CPUtime=47.38 cores=0,2,4,6
/proc/31310/stat : 31310 (wbo1.4a) T 31308 31310 31310 0 -1 4202496 14655 0 0 0 4700 38 0 0 25 0 1 0 869295260 56451072 13292 33554432000 134512640 135751879 4287846928 18446744073709551615 134616540 0 0 16781312 3 18446744071562691360 0 0 17 0 0 0 0
/proc/31310/statm: 13782 13292 146 303 0 13477 0
[pid=31308/tid=31317] ppid=31257 vsize=300200 CPUtime=0 cores=0,2,4,6
/proc/31308/task/31317/stat : 31317 (python) S 31257 31257 30488 0 -1 4202560 50 0 0 0 0 0 0 0 16 0 2 0 869299999 307404800 7413 33554432000 4194304 5683644 140736456924448 18446744073709551615 268284512689 0 0 16781312 33554946 18446604446126167040 0 0 -1 6 0 0 0
[pid=31319] ppid=31257 vsize=310456 CPUtime=0.45 cores=0,2,4,6
/proc/31319/stat : 31319 (python) S 31257 31257 30488 0 -1 4202560 1133 0 0 0 24 21 0 0 17 0 2 0 869304598 317906944 7417 33554432000 4194304 5683644 140736456924448 18446744073709551615 268284515787 0 0 16781312 33554946 18446744073709551615 0 0 17 6 0 0 0
/proc/31319/statm: 77614 7417 396 364 0 12495 0
[pid=31321] ppid=31319 vsize=45108 CPUtime=92.2 cores=0,2,4,6
/proc/31321/stat : 31321 (clasp-1.3.7-x86) T 31319 31321 31321 0 -1 4202496 11409 0 0 0 9218 2 0 0 25 0 1 0 869304598 46190592 11012 33554432000 134512640 136139019 4291360416 18446744073709551615 134599838 0 0 16781312 16386 18446744071562691360 0 0 17 0 0 0 0
/proc/31321/statm: 11277 11012 187 398 0 10877 0
[pid=31319/tid=31329] ppid=31257 vsize=310456 CPUtime=0 cores=0,2,4,6
/proc/31319/task/31329/stat : 31329 (python) S 31257 31257 30488 0 -1 4202560 46 0 0 0 0 0 0 0 17 0 2 0 869313820 317906944 7417 33554432000 4194304 5683644 140736456924448 18446744073709551615 268284512689 0 0 16781312 33554946 18446604452101988736 0 0 -1 6 0 0 0
[pid=31330] ppid=31257 vsize=320712 CPUtime=0.26 cores=0,2,4,6
/proc/31330/stat : 31330 (python) S 31257 31257 30488 0 -1 4202560 1136 0 0 0 14 12 0 0 16 0 2 0 869313822 328409088 7421 33554432000 4194304 5683644 140736456924448 18446744073709551615 268284515787 0 0 16781312 33554946 18446744073709551615 0 0 17 0 0 0 0
/proc/31330/statm: 80178 7421 396 364 0 15056 0
[pid=31332] ppid=31330 vsize=190228 CPUtime=48.27 cores=0,2,4,6
/proc/31332/stat : 31332 (pbct-0.1.2-linu) T 31330 31332 31332 0 -1 4202496 48504 0 0 0 4763 64 0 0 25 0 1 0 869313823 194793472 46277 33554432000 134512640 136422188 4294201616 18446744073709551615 135022546 0 0 16781312 16387 18446744071562691360 0 0 17 6 0 0 0
/proc/31332/statm: 47557 46277 236 467 0 47088 0
[pid=31330/tid=31338] ppid=31257 vsize=320712 CPUtime=0 cores=0,2,4,6
/proc/31330/task/31338/stat : 31338 (python) S 31257 31257 30488 0 -1 4202560 46 0 0 0 0 0 0 0 16 0 2 0 869318657 328409088 7421 33554432000 4194304 5683644 140736456924448 18446744073709551615 268284512689 0 0 16781312 33554946 18446604453607180416 0 0 -1 0 0 0 0
[pid=31339] ppid=31257 vsize=330968 CPUtime=0 cores=0,2,4,6
/proc/31339/stat : 31339 (python) S 31257 31257 30488 0 -1 4202560 804 0 0 0 0 0 0 0 15 0 1 0 869318660 338911232 7376 33554432000 4194304 5683644 140736456924448 18446744073709551615 268272709190 0 0 16781312 33554946 4294934785 0 0 17 0 0 0 0
/proc/31339/statm: 82742 7376 348 364 0 17617 0
[pid=31341] ppid=31339 vsize=8551064 CPUtime=2.34 cores=0,2,4,6
/proc/31341/stat : 31341 (java) S 31339 31341 31341 0 -1 4202496 41400 0 1 0 226 8 0 0 20 0 19 0 869318660 8756289536 37079 33554432000 1073741824 1073778376 140734385692368 18446744073709551615 268284491749 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/31341/statm: 2137766 37079 2229 9 0 2128507 0
[pid=31341/tid=31342] ppid=31339 vsize=8551064 CPUtime=0.98 cores=0,2,4,6
/proc/31341/task/31342/stat : 31342 (java) R 31339 31341 31341 0 -1 4202560 26194 0 1 0 93 5 0 0 18 0 19 0 869318661 8756289536 37097 33554432000 1073741824 1073778376 140734385692368 18446744073709551615 46912505219208 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=31341/tid=31343] ppid=31339 vsize=8551064 CPUtime=0 cores=0,2,4,6
/proc/31341/task/31343/stat : 31343 (java) S 31339 31341 31341 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 869318662 8756289536 37097 33554432000 1073741824 1073778376 140734385692368 18446744073709551615 268284504985 0 4 0 16800975 18446604447629285248 0 0 -1 6 0 0 0
[pid=31341/tid=31344] ppid=31339 vsize=8551064 CPUtime=0 cores=0,2,4,6
/proc/31341/task/31344/stat : 31344 (java) S 31339 31341 31341 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 19 0 869318662 8756289536 37097 33554432000 1073741824 1073778376 140734385692368 18446744073709551615 268284504985 0 4 0 16800975 18446604447629285248 0 0 -1 6 0 0 0
[pid=31341/tid=31345] ppid=31339 vsize=8551064 CPUtime=0 cores=0,2,4,6
/proc/31341/task/31345/stat : 31345 (java) S 31339 31341 31341 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 869318662 8756289536 37097 33554432000 1073741824 1073778376 140734385692368 18446744073709551615 268284504985 0 4 0 16800975 18446604447629285248 0 0 -1 6 0 0 0
[pid=31341/tid=31346] ppid=31339 vsize=8551064 CPUtime=0 cores=0,2,4,6
/proc/31341/task/31346/stat : 31346 (java) S 31339 31341 31341 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 869318662 8756289536 37097 33554432000 1073741824 1073778376 140734385692368 18446744073709551615 268284504985 0 4 0 16800975 18446604447629285248 0 0 -1 0 0 0 0
[pid=31341/tid=31347] ppid=31339 vsize=8551064 CPUtime=0 cores=0,2,4,6
/proc/31341/task/31347/stat : 31347 (java) S 31339 31341 31341 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 869318662 8756289536 37097 33554432000 1073741824 1073778376 140734385692368 18446744073709551615 268284504985 0 4 0 16800975 18446604447629285248 0 0 -1 0 0 0 0
[pid=31341/tid=31348] ppid=31339 vsize=8551064 CPUtime=0 cores=0,2,4,6
/proc/31341/task/31348/stat : 31348 (java) S 31339 31341 31341 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 869318662 8756289536 37097 33554432000 1073741824 1073778376 140734385692368 18446744073709551615 268284504985 0 4 0 16800975 18446604447629285248 0 0 -1 0 0 0 0
[pid=31341/tid=31349] ppid=31339 vsize=8551064 CPUtime=0 cores=0,2,4,6
/proc/31341/task/31349/stat : 31349 (java) S 31339 31341 31341 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 869318662 8756289536 37097 33554432000 1073741824 1073778376 140734385692368 18446744073709551615 268284504985 0 4 0 16800975 18446604447629285248 0 0 -1 0 0 0 0
[pid=31341/tid=31350] ppid=31339 vsize=8551064 CPUtime=0 cores=0,2,4,6
/proc/31341/task/31350/stat : 31350 (java) S 31339 31341 31341 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 869318662 8756289536 37097 33554432000 1073741824 1073778376 140734385692368 18446744073709551615 268284504985 0 4 0 16800975 18446604447629285248 0 0 -1 0 0 0 0
[pid=31341/tid=31351] ppid=31339 vsize=8551064 CPUtime=0 cores=0,2,4,6
/proc/31341/task/31351/stat : 31351 (java) S 31339 31341 31341 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 19 0 869318663 8756289536 37099 33554432000 1073741824 1073778376 140734385692368 18446744073709551615 268284505600 0 0 0 16800975 18446604447629285248 0 0 -1 4 0 0 0
[pid=31341/tid=31352] ppid=31339 vsize=8551064 CPUtime=0 cores=0,2,4,6
/proc/31341/task/31352/stat : 31352 (java) S 31339 31341 31341 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 869318663 8756289536 37103 33554432000 1073741824 1073778376 140734385692368 18446744073709551615 268284504985 0 4 0 16800975 18446604447629285248 0 0 -1 6 0 0 0
[pid=31341/tid=31353] ppid=31339 vsize=8551064 CPUtime=0 cores=0,2,4,6
/proc/31341/task/31353/stat : 31353 (java) S 31339 31341 31341 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 869318663 8756289536 37108 33554432000 1073741824 1073778376 140734385692368 18446744073709551615 268284504985 0 4 0 16800975 18446604447629285248 0 0 -1 6 0 0 0
[pid=31341/tid=31354] ppid=31339 vsize=8551064 CPUtime=0 cores=0,2,4,6
/proc/31341/task/31354/stat : 31354 (java) S 31339 31341 31341 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 869318665 8756289536 37109 33554432000 1073741824 1073778376 140734385692368 18446744073709551615 268284512689 0 4 0 16800975 18446604447629285248 0 0 -1 6 0 0 0
[pid=31341/tid=31355] ppid=31339 vsize=8551064 CPUtime=0.71 cores=0,2,4,6
/proc/31341/task/31355/stat : 31355 (java) R 31339 31341 31341 0 -1 4202560 8398 0 0 0 70 1 0 0 18 0 19 0 869318665 8756289536 37109 33554432000 1073741824 1073778376 140734385692368 18446744073709551615 268284504985 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=31341/tid=31356] ppid=31339 vsize=8551064 CPUtime=0.62 cores=0,2,4,6
/proc/31341/task/31356/stat : 31356 (java) R 31339 31341 31341 0 -1 4202560 5423 0 0 0 61 1 0 0 17 0 19 0 869318665 8756289536 37110 33554432000 1073741824 1073778376 140734385692368 18446744073709551615 47964978956687 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=31341/tid=31357] ppid=31339 vsize=8551064 CPUtime=0 cores=0,2,4,6
/proc/31341/task/31357/stat : 31357 (java) S 31339 31341 31341 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 869318665 8756289536 37110 33554432000 1073741824 1073778376 140734385692368 18446744073709551615 268284504985 0 4 0 16800975 18446604447629285248 0 0 -1 6 0 0 0
[pid=31341/tid=31358] ppid=31339 vsize=8551064 CPUtime=0 cores=0,2,4,6
/proc/31341/task/31358/stat : 31358 (java) S 31339 31341 31341 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 869318665 8756289536 37111 33554432000 1073741824 1073778376 140734385692368 18446744073709551615 268284505600 0 4 0 16800975 18446604447629285248 0 0 -1 0 0 0 0
[pid=31341/tid=31359] ppid=31339 vsize=8551064 CPUtime=0 cores=0,2,4,6
/proc/31341/task/31359/stat : 31359 (java) S 31339 31341 31341 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 869318719 8756289536 37111 33554432000 1073741824 1073778376 140734385692368 18446744073709551615 268284505600 0 4 0 16800975 18446604447629285248 0 0 -1 2 0 0 0
[pid=31257/tid=31264] ppid=31255 vsize=341212 CPUtime=0 cores=0,2,4,6
/proc/31257/task/31264/stat : 31264 (python) S 31255 31257 30488 0 -1 4202560 30 931 0 0 0 0 0 0 18 0 6 0 869290807 349401088 8911 33554432000 4194304 5683644 140736456924448 18446744073709551615 268284512689 0 0 16781312 33554434 18446604450748417856 0 0 -1 6 0 0 0
[pid=31257/tid=31309] ppid=31255 vsize=341212 CPUtime=0 cores=0,2,4,6
/proc/31257/task/31309/stat : 31309 (python) S 31255 31257 30488 0 -1 4202560 27 931 0 0 0 0 0 0 20 0 6 0 869295260 349401088 8911 33554432000 4194304 5683644 140736456924448 18446744073709551615 268284512689 0 0 16781312 33554434 18446604450748417856 0 0 -1 6 0 0 0
[pid=31257/tid=31320] ppid=31255 vsize=341212 CPUtime=0 cores=0,2,4,6
/proc/31257/task/31320/stat : 31320 (python) S 31255 31257 30488 0 -1 4202560 28 931 0 0 0 0 0 0 20 0 6 0 869304598 349401088 8911 33554432000 4194304 5683644 140736456924448 18446744073709551615 268284512689 0 0 16781312 33554434 18446604450748417856 0 0 -1 0 0 0 0
[pid=31257/tid=31331] ppid=31255 vsize=341212 CPUtime=0 cores=0,2,4,6
/proc/31257/task/31331/stat : 31331 (python) S 31255 31257 30488 0 -1 4202560 27 931 0 0 0 0 0 0 20 0 6 0 869313823 349401088 8911 33554432000 4194304 5683644 140736456924448 18446744073709551615 268284512689 0 0 16781312 33554434 18446604450748417856 0 0 -1 6 0 0 0
[pid=31257/tid=31340] ppid=31255 vsize=341212 CPUtime=0 cores=0,2,4,6
/proc/31257/task/31340/stat : 31340 (python) S 31255 31257 30488 0 -1 4202560 26 931 0 0 0 0 0 0 20 0 6 0 869318660 349401088 8911 33554432000 4194304 5683644 140736456924448 18446744073709551615 268284512689 0 0 16781312 33554434 18446604450748417856 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 284.68
Current children cumulated vsize (KiB) 19284424

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

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

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 280.591
CPU time (s): 284.68
CPU user time (s): 282.61
CPU system time (s): 2.07
CPU usage (%): 101.457
Max. virtual memory (cumulated for all children) (KiB): 19284424

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.898863
system time used= 0.120981
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17023
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= 1011
involuntary context switches= 23

runsolver used 2.05169 second user time and 4.08738 second system time

The end

Launcher Data

Begin job on node122 at 2011-06-09 01:48:38
IDJOB=3481863
IDBENCH=2242
IDSOLVER=1970
FILE ID=node122/3481863-1307576918
RUNJOBID= node122-1307576358-30506
PBS_JOBID= 13547677
Free space on /tmp= 73644 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/frb40-19-opb/normalized-frb40-19-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-3481863-1307576918/watcher-3481863-1307576918 -o /tmp/evaluation-result-3481863-1307576918/solver-3481863-1307576918 -C 1800 -W 1900 -M 15500  python HOME/solve HOME/etc/borg-mix+class.opt.pickle HOME/instance-3481863-1307576918.opb -seed 1592117790 -budget 1800

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

MD5SUM BENCH= 5249f5f1c551add7f5b5b920fc1c3b9c
RANDOM SEED=1592117790

node122.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.820
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.64
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.820
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.75
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.820
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.75
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.820
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.820
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.75
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.820
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.75
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.820
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.75
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.820
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.97
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      29313804 kB
Buffers:        144456 kB
Cached:         571924 kB
SwapCached:      16764 kB
Active:        3166328 kB
Inactive:       153076 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      29313804 kB
SwapTotal:    67111528 kB
SwapFree:     43925852 kB
Dirty:          206116 kB
Writeback:           0 kB
AnonPages:     2600164 kB
Mapped:          50264 kB
Slab:           144832 kB
PageTables:     100524 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 185054048 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= 73540 MiB
End job on node122 at 2011-06-09 01:53:22