Trace number 3481928

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) 282.27 279.487

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/
~kexu/benchmarks/frb40-19-opb/normalized-frb40-19-3.opb
MD5SUMc9380923d34e254cfa512f89027f1d42
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.23
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 constraints41095
Number of constraints which are clauses41095
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.32/0.68	c INFO: loaded portfolio from HOME/etc/borg-mix+class.opt.pickle
0.32/0.68	c INFO: solving HOME/instance-3481928-1307576917.opb
0.50/0.86	c INFO: parsing took 0.17 s
0.82/1.16	c INFO: features took 0.29 CPU seconds
0.82/1.18	c INFO: running sat4j-pb-v20101225@0 for 45 with 1799 remaining (b = 0.07)
51.66/50.18	c INFO: running wbo1.4a@0 for 45 with 1748 remaining (b = 0.02)
99.62/97.96	c INFO: running sat4j-pb-v20101225@50 for 45 with 1701 remaining (b = 0.00)
141.79/139.70	c INFO: running clasp-1.3.7@0 for 91 with 1659 remaining (b = 0.02)
233.80/231.25	c INFO: running pbct-0.1.2-linear@0 for 45 with 1567 remaining (b = 0.01)
281.98/279.27	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-3481928-1307576917/watcher-3481928-1307576917 -o /tmp/evaluation-result-3481928-1307576917/solver-3481928-1307576917 -C 1800 -W 1900 -M 15500 python HOME/solve HOME/etc/borg-mix+class.opt.pickle HOME/instance-3481928-1307576917.opb -seed 1844147195 -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.07 1.74 0.90 3/614 22378
/proc/meminfo: memFree=29315724/32950928 swapFree=50514916/67111528
[pid=22378] ppid=22376 vsize=16236 CPUtime=0 cores=0,2,4,6
/proc/22378/stat : 22378 (python) S 22376 22378 21667 0 -1 4202496 1000 0 0 0 0 0 0 0 21 0 1 0 947922447 16625664 872 33554432000 4194304 5683644 140735544762928 18446744073709551615 256415389696 0 2147483391 16781312 2 18446744071699199166 0 0 17 4 0 0 0
/proc/22378/statm: 4059 872 371 364 0 546 0

[startup+0.119497 s]
/proc/loadavg: 2.07 1.74 0.90 3/614 22378
/proc/meminfo: memFree=29315724/32950928 swapFree=50514916/67111528
[pid=22378] ppid=22376 vsize=96124 CPUtime=0.06 cores=0,2,4,6
/proc/22378/stat : 22378 (python) R 22376 22378 21667 0 -1 4202496 3169 930 1 0 5 1 0 0 18 0 1 0 947922447 98430976 2483 33554432000 4194304 5683644 140735544762928 18446744073709551615 5172002 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/22378/statm: 24031 2483 792 364 0 1626 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 96124

[startup+0.200458 s]
/proc/loadavg: 2.07 1.74 0.90 3/614 22378
/proc/meminfo: memFree=29315724/32950928 swapFree=50514916/67111528
[pid=22378] ppid=22376 vsize=119980 CPUtime=0.11 cores=0,2,4,6
/proc/22378/stat : 22378 (python) S 22376 22378 21667 0 -1 4202496 4927 930 1 0 9 2 0 0 17 0 1 0 947922447 122859520 3350 33554432000 4194304 5683644 140735544762928 18446744073709551615 256415389696 0 2147483391 16781312 2 18446744071699199166 0 0 17 4 0 0 0
/proc/22378/statm: 29995 3350 919 364 0 2444 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 119980

[startup+0.300518 s]
/proc/loadavg: 2.07 1.74 0.90 3/614 22378
/proc/meminfo: memFree=29315724/32950928 swapFree=50514916/67111528
[pid=22378] ppid=22376 vsize=123736 CPUtime=0.15 cores=0,2,4,6
/proc/22378/stat : 22378 (python) S 22376 22378 21667 0 -1 4202496 5357 930 1 0 11 4 0 0 17 0 1 0 947922447 126705664 3743 33554432000 4194304 5683644 140735544762928 18446744073709551615 256415389696 0 2147483391 16781312 2 18446744071699199166 0 0 17 4 0 0 0
/proc/22378/statm: 30934 3743 987 364 0 2766 0
Current children cumulated CPU time (s) 0.15
Current children cumulated vsize (KiB) 123736

[startup+0.700426 s]
/proc/loadavg: 2.07 1.74 0.90 3/614 22378
/proc/meminfo: memFree=29315724/32950928 swapFree=50514916/67111528
[pid=22378] ppid=22376 vsize=283640 CPUtime=0.4 cores=0,2,4,6
/proc/22378/stat : 22378 (python) R 22376 22378 21667 0 -1 4202496 9389 930 1 0 30 10 0 0 16 0 1 0 947922447 290447360 7251 33554432000 4194304 5683644 140735544762928 18446744073709551615 5007940 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/22378/statm: 70910 7251 1781 364 0 5803 0
Current children cumulated CPU time (s) 0.4
Current children cumulated vsize (KiB) 283640

[startup+1.50021 s]
/proc/loadavg: 2.07 1.74 0.90 3/615 22383
/proc/meminfo: memFree=29283476/32950928 swapFree=50514916/67111528
[pid=22378] ppid=22376 vsize=299788 CPUtime=0.89 cores=0,2,4,6
/proc/22378/stat : 22378 (python) S 22376 22378 21667 0 -1 4202496 12284 930 1 0 78 11 0 0 18 0 2 0 947922447 306982912 8786 33554432000 4194304 5683644 140735544762928 18446744073709551615 256427218379 0 0 16781312 33554434 18446744073709551615 0 0 17 4 0 0 0
/proc/22378/statm: 74947 8786 1870 364 0 9834 0
Current children cumulated CPU time (s) 0.89
Current children cumulated vsize (KiB) 299788

[startup+3.10097 s]
/proc/loadavg: 2.07 1.74 0.90 3/636 22404
/proc/meminfo: memFree=29172640/32950928 swapFree=50514916/67111528
[pid=22378] ppid=22376 vsize=299788 CPUtime=0.89 cores=0,2,4,6
/proc/22378/stat : 22378 (python) S 22376 22378 21667 0 -1 4202496 12284 930 1 0 78 11 0 0 18 0 2 0 947922447 306982912 8786 33554432000 4194304 5683644 140735544762928 18446744073709551615 256427218379 0 0 16781312 33554434 18446744073709551615 0 0 17 4 0 0 0
/proc/22378/statm: 74947 8786 1870 364 0 9834 0
[pid=22384] ppid=22378 vsize=289544 CPUtime=0 cores=0,2,4,6
/proc/22384/stat : 22384 (python) S 22378 22378 21667 0 -1 4202560 855 0 0 0 0 0 0 0 15 0 1 0 947922566 296493056 7269 33554432000 4194304 5683644 140735544762928 18446744073709551615 256415411727 0 0 16781312 33554946 5342805558057468163 0 0 17 6 0 0 0
/proc/22384/statm: 72386 7269 357 364 0 7273 0
[pid=22386] ppid=22384 vsize=8542256 CPUtime=3.1 cores=0,2,4,6
/proc/22386/stat : 22386 (java) S 22384 22386 22386 0 -1 4202496 42477 0 1 0 303 7 0 0 19 0 19 0 947922566 8747270144 39187 33554432000 1073741824 1073778376 140736377011104 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/22386/statm: 2135564 39187 2261 9 0 2126305 0
[pid=22386/tid=22387] ppid=22384 vsize=8542256 CPUtime=1.85 cores=0,2,4,6
/proc/22386/task/22387/stat : 22387 (java) R 22384 22386 22386 0 -1 4202560 26268 0 1 0 182 3 0 0 19 0 19 0 947922566 8747270144 39187 33554432000 1073741824 1073778376 140736377011104 18446744073709551615 46912505872432 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=22386/tid=22388] ppid=22384 vsize=8542256 CPUtime=0 cores=0,2,4,6
/proc/22386/task/22388/stat : 22388 (java) S 22384 22386 22386 0 -1 4202560 1292 0 0 0 0 0 0 0 18 0 19 0 947922567 8747270144 39187 33554432000 1073741824 1073778376 140736377011104 18446744073709551615 256427207577 0 4 0 16800975 18446604440508728512 0 0 -1 4 0 0 0
[pid=22386/tid=22389] ppid=22384 vsize=8542256 CPUtime=0 cores=0,2,4,6
/proc/22386/task/22389/stat : 22389 (java) S 22384 22386 22386 0 -1 4202560 241 0 0 0 0 0 0 0 17 0 19 0 947922567 8747270144 39187 33554432000 1073741824 1073778376 140736377011104 18446744073709551615 256427207577 0 4 0 16800975 18446604440508728512 0 0 -1 4 0 0 0
[pid=22386/tid=22390] ppid=22384 vsize=8542256 CPUtime=0 cores=0,2,4,6
/proc/22386/task/22390/stat : 22390 (java) S 22384 22386 22386 0 -1 4202560 295 0 0 0 0 0 0 0 18 0 19 0 947922567 8747270144 39187 33554432000 1073741824 1073778376 140736377011104 18446744073709551615 256427207577 0 4 0 16800975 18446604440508728512 0 0 -1 6 0 0 0
[pid=22386/tid=22391] ppid=22384 vsize=8542256 CPUtime=0 cores=0,2,4,6
/proc/22386/task/22391/stat : 22391 (java) S 22384 22386 22386 0 -1 4202560 680 0 0 0 0 0 0 0 17 0 19 0 947922567 8747270144 39187 33554432000 1073741824 1073778376 140736377011104 18446744073709551615 256427207577 0 4 0 16800975 18446604440508728512 0 0 -1 6 0 0 0
[pid=22386/tid=22392] ppid=22384 vsize=8542256 CPUtime=0 cores=0,2,4,6
/proc/22386/task/22392/stat : 22392 (java) S 22384 22386 22386 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 19 0 947922567 8747270144 39187 33554432000 1073741824 1073778376 140736377011104 18446744073709551615 256427207577 0 4 0 16800975 18446604440508728512 0 0 -1 6 0 0 0
[pid=22386/tid=22393] ppid=22384 vsize=8542256 CPUtime=0 cores=0,2,4,6
/proc/22386/task/22393/stat : 22393 (java) S 22384 22386 22386 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 19 0 947922567 8747270144 39187 33554432000 1073741824 1073778376 140736377011104 18446744073709551615 256427207577 0 4 0 16800975 18446604440508728512 0 0 -1 4 0 0 0
[pid=22386/tid=22394] ppid=22384 vsize=8542256 CPUtime=0 cores=0,2,4,6
/proc/22386/task/22394/stat : 22394 (java) S 22384 22386 22386 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 19 0 947922567 8747270144 39187 33554432000 1073741824 1073778376 140736377011104 18446744073709551615 256427207577 0 4 0 16800975 18446604440508728512 0 0 -1 6 0 0 0
[pid=22386/tid=22395] ppid=22384 vsize=8542256 CPUtime=0 cores=0,2,4,6
/proc/22386/task/22395/stat : 22395 (java) S 22384 22386 22386 0 -1 4202560 96 0 0 0 0 0 0 0 18 0 19 0 947922567 8747270144 39187 33554432000 1073741824 1073778376 140736377011104 18446744073709551615 256427207577 0 4 0 16800975 18446604440508728512 0 0 -1 4 0 0 0
[pid=22386/tid=22396] ppid=22384 vsize=8542256 CPUtime=0.01 cores=0,2,4,6
/proc/22386/task/22396/stat : 22396 (java) S 22384 22386 22386 0 -1 4202560 2560 0 0 0 1 0 0 0 15 0 19 0 947922568 8747270144 39187 33554432000 1073741824 1073778376 140736377011104 18446744073709551615 256427208192 0 0 0 16800975 18446604440508728512 0 0 -1 0 0 0 0
[pid=22386/tid=22397] ppid=22384 vsize=8542256 CPUtime=0 cores=0,2,4,6
/proc/22386/task/22397/stat : 22397 (java) S 22384 22386 22386 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 947922568 8747270144 39187 33554432000 1073741824 1073778376 140736377011104 18446744073709551615 256427207577 0 4 0 16800975 18446604440508728512 0 0 -1 0 0 0 0
[pid=22386/tid=22398] ppid=22384 vsize=8542256 CPUtime=0 cores=0,2,4,6
/proc/22386/task/22398/stat : 22398 (java) S 22384 22386 22386 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 947922568 8747270144 39187 33554432000 1073741824 1073778376 140736377011104 18446744073709551615 256427207577 0 4 0 16800975 18446604440508728512 0 0 -1 0 0 0 0
[pid=22386/tid=22399] ppid=22384 vsize=8542256 CPUtime=0 cores=0,2,4,6
/proc/22386/task/22399/stat : 22399 (java) S 22384 22386 22386 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 947922570 8747270144 39187 33554432000 1073741824 1073778376 140736377011104 18446744073709551615 256427215281 0 4 0 16800975 18446604440508728512 0 0 -1 4 0 0 0
[pid=22386/tid=22400] ppid=22384 vsize=8542256 CPUtime=0.52 cores=0,2,4,6
/proc/22386/task/22400/stat : 22400 (java) S 22384 22386 22386 0 -1 4202560 2214 0 0 0 52 0 0 0 19 0 19 0 947922570 8747270144 39187 33554432000 1073741824 1073778376 140736377011104 18446744073709551615 256427207577 0 4 0 16800975 18446604440508728512 0 0 -1 0 0 0 0
[pid=22386/tid=22401] ppid=22384 vsize=8542256 CPUtime=0.65 cores=0,2,4,6
/proc/22386/task/22401/stat : 22401 (java) S 22384 22386 22386 0 -1 4202560 7440 0 0 0 64 1 0 0 16 0 19 0 947922570 8747270144 39187 33554432000 1073741824 1073778376 140736377011104 18446744073709551615 256427207577 0 4 0 16800975 18446604440508728512 0 0 -1 0 0 0 0
[pid=22386/tid=22402] ppid=22384 vsize=8542256 CPUtime=0 cores=0,2,4,6
/proc/22386/task/22402/stat : 22402 (java) S 22384 22386 22386 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 947922570 8747270144 39187 33554432000 1073741824 1073778376 140736377011104 18446744073709551615 256427207577 0 4 0 16800975 18446604440508728512 0 0 -1 4 0 0 0
[pid=22386/tid=22403] ppid=22384 vsize=8542256 CPUtime=0 cores=0,2,4,6
/proc/22386/task/22403/stat : 22403 (java) S 22384 22386 22386 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 947922570 8747270144 39187 33554432000 1073741824 1073778376 140736377011104 18446744073709551615 256427208192 0 4 0 16800975 18446604440508728512 0 0 -1 0 0 0 0
[pid=22386/tid=22404] ppid=22384 vsize=8542256 CPUtime=0 cores=0,2,4,6
/proc/22386/task/22404/stat : 22404 (java) S 22384 22386 22386 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 947922618 8747270144 39187 33554432000 1073741824 1073778376 140736377011104 18446744073709551615 256427208192 0 4 0 16800975 18446604440508728512 0 0 -1 6 0 0 0
[pid=22378/tid=22385] ppid=22376 vsize=299788 CPUtime=0 cores=0,2,4,6
/proc/22378/task/22385/stat : 22385 (python) S 22376 22378 21667 0 -1 4202560 30 930 0 0 0 0 0 0 18 0 2 0 947922566 306982912 8786 33554432000 4194304 5683644 140735544762928 18446744073709551615 256427215281 0 0 16781312 33554434 18446604442175652160 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3.99
Current children cumulated vsize (KiB) 9131588

[startup+6.30135 s]
/proc/loadavg: 2.15 1.76 0.91 4/636 22404
/proc/meminfo: memFree=29073200/32950928 swapFree=50514916/67111528
[pid=22378] ppid=22376 vsize=299788 CPUtime=0.89 cores=0,2,4,6
/proc/22378/stat : 22378 (python) S 22376 22378 21667 0 -1 4202496 12284 930 1 0 78 11 0 0 18 0 2 0 947922447 306982912 8786 33554432000 4194304 5683644 140735544762928 18446744073709551615 256427218379 0 0 16781312 33554434 18446744073709551615 0 0 17 4 0 0 0
/proc/22378/statm: 74947 8786 1870 364 0 9834 0
[pid=22384] ppid=22378 vsize=289544 CPUtime=0.02 cores=0,2,4,6
/proc/22384/stat : 22384 (python) S 22378 22378 21667 0 -1 4202560 988 0 0 0 1 1 0 0 15 0 1 0 947922566 296493056 7292 33554432000 4194304 5683644 140735544762928 18446744073709551615 256415411727 0 0 16781312 33554946 4294934787 0 0 17 2 0 0 0
/proc/22384/statm: 72386 7292 380 364 0 7273 0
[pid=22386] ppid=22384 vsize=8542256 CPUtime=6.4 cores=0,2,4,6
/proc/22386/stat : 22386 (java) S 22384 22386 22386 0 -1 4202496 54707 0 1 0 632 8 0 0 19 0 19 0 947922566 8747270144 51408 33554432000 1073741824 1073778376 140736377011104 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/22386/statm: 2135564 51408 2261 9 0 2126305 0
[pid=22386/tid=22387] ppid=22384 vsize=8542256 CPUtime=4.96 cores=0,2,4,6
/proc/22386/task/22387/stat : 22387 (java) R 22384 22386 22386 0 -1 4202560 26272 0 1 0 492 4 0 0 21 0 19 0 947922566 8747270144 51408 33554432000 1073741824 1073778376 140736377011104 18446744073709551615 46912505804559 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=22386/tid=22388] ppid=22384 vsize=8542256 CPUtime=0.01 cores=0,2,4,6
/proc/22386/task/22388/stat : 22388 (java) S 22384 22386 22386 0 -1 4202560 1845 0 0 0 1 0 0 0 16 0 19 0 947922567 8747270144 51408 33554432000 1073741824 1073778376 140736377011104 18446744073709551615 256427207577 0 4 0 16800975 18446604440508728512 0 0 -1 2 0 0 0
[pid=22386/tid=22389] ppid=22384 vsize=8542256 CPUtime=0 cores=0,2,4,6
/proc/22386/task/22389/stat : 22389 (java) S 22384 22386 22386 0 -1 4202560 1595 0 0 0 0 0 0 0 16 0 19 0 947922567 8747270144 51408 33554432000 1073741824 1073778376 140736377011104 18446744073709551615 256427207577 0 4 0 16800975 18446604440508728512 0 0 -1 6 0 0 0
[pid=22386/tid=22390] ppid=22384 vsize=8542256 CPUtime=0.01 cores=0,2,4,6
/proc/22386/task/22390/stat : 22390 (java) S 22384 22386 22386 0 -1 4202560 720 0 0 0 1 0 0 0 15 0 19 0 947922567 8747270144 51408 33554432000 1073741824 1073778376 140736377011104 18446744073709551615 256427207577 0 4 0 16800975 18446604440508728512 0 0 -1 4 0 0 0
[pid=22386/tid=22391] ppid=22384 vsize=8542256 CPUtime=0 cores=0,2,4,6
/proc/22386/task/22391/stat : 22391 (java) S 22384 22386 22386 0 -1 4202560 838 0 0 0 0 0 0 0 15 0 19 0 947922567 8747270144 51408 33554432000 1073741824 1073778376 140736377011104 18446744073709551615 256427207577 0 4 0 16800975 18446604440508728512 0 0 -1 2 0 0 0
[pid=22386/tid=22392] ppid=22384 vsize=8542256 CPUtime=0 cores=0,2,4,6
/proc/22386/task/22392/stat : 22392 (java) S 22384 22386 22386 0 -1 4202560 630 0 0 0 0 0 0 0 15 0 19 0 947922567 8747270144 51408 33554432000 1073741824 1073778376 140736377011104 18446744073709551615 256427207577 0 4 0 16800975 18446604440508728512 0 0 -1 0 0 0 0
[pid=22386/tid=22393] ppid=22384 vsize=8542256 CPUtime=0.01 cores=0,2,4,6
/proc/22386/task/22393/stat : 22393 (java) S 22384 22386 22386 0 -1 4202560 1420 0 0 0 1 0 0 0 15 0 19 0 947922567 8747270144 51408 33554432000 1073741824 1073778376 140736377011104 18446744073709551615 256427207577 0 4 0 16800975 18446604440508728512 0 0 -1 6 0 0 0
[pid=22386/tid=22394] ppid=22384 vsize=8542256 CPUtime=0.01 cores=0,2,4,6
/proc/22386/task/22394/stat : 22394 (java) S 22384 22386 22386 0 -1 4202560 2114 0 0 0 1 0 0 0 15 0 19 0 947922567 8747270144 51408 33554432000 1073741824 1073778376 140736377011104 18446744073709551615 256427207577 0 4 0 16800975 18446604440508728512 0 0 -1 0 0 0 0
[pid=22386/tid=22395] ppid=22384 vsize=8542256 CPUtime=0.01 cores=0,2,4,6
/proc/22386/task/22395/stat : 22395 (java) S 22384 22386 22386 0 -1 4202560 1339 0 0 0 1 0 0 0 15 0 19 0 947922567 8747270144 51408 33554432000 1073741824 1073778376 140736377011104 18446744073709551615 256427207577 0 4 0 16800975 18446604440508728512 0 0 -1 2 0 0 0
[pid=22386/tid=22396] ppid=22384 vsize=8542256 CPUtime=0.07 cores=0,2,4,6
/proc/22386/task/22396/stat : 22396 (java) S 22384 22386 22386 0 -1 4202560 6891 0 0 0 7 0 0 0 16 0 19 0 947922568 8747270144 51408 33554432000 1073741824 1073778376 140736377011104 18446744073709551615 256427208192 0 0 0 16800975 18446604440508728512 0 0 -1 4 0 0 0
[pid=22386/tid=22397] ppid=22384 vsize=8542256 CPUtime=0 cores=0,2,4,6
/proc/22386/task/22397/stat : 22397 (java) S 22384 22386 22386 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 947922568 8747270144 51408 33554432000 1073741824 1073778376 140736377011104 18446744073709551615 256427207577 0 4 0 16800975 18446604440508728512 0 0 -1 0 0 0 0
[pid=22386/tid=22398] ppid=22384 vsize=8542256 CPUtime=0 cores=0,2,4,6
/proc/22386/task/22398/stat : 22398 (java) S 22384 22386 22386 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 947922568 8747270144 51408 33554432000 1073741824 1073778376 140736377011104 18446744073709551615 256427207577 0 4 0 16800975 18446604440508728512 0 0 -1 0 0 0 0
[pid=22386/tid=22399] ppid=22384 vsize=8542256 CPUtime=0 cores=0,2,4,6
/proc/22386/task/22399/stat : 22399 (java) S 22384 22386 22386 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 947922570 8747270144 51408 33554432000 1073741824 1073778376 140736377011104 18446744073709551615 256427215281 0 4 0 16800975 18446604440508728512 0 0 -1 4 0 0 0
[pid=22386/tid=22400] ppid=22384 vsize=8542256 CPUtime=0.54 cores=0,2,4,6
/proc/22386/task/22400/stat : 22400 (java) S 22384 22386 22386 0 -1 4202560 2214 0 0 0 54 0 0 0 15 0 19 0 947922570 8747270144 51408 33554432000 1073741824 1073778376 140736377011104 18446744073709551615 256427207577 0 4 0 16800975 18446604440508728512 0 0 -1 6 0 0 0
[pid=22386/tid=22401] ppid=22384 vsize=8542256 CPUtime=0.7 cores=0,2,4,6
/proc/22386/task/22401/stat : 22401 (java) S 22384 22386 22386 0 -1 4202560 7450 0 0 0 69 1 0 0 15 0 19 0 947922570 8747270144 51408 33554432000 1073741824 1073778376 140736377011104 18446744073709551615 256427207577 0 4 0 16800975 18446604440508728512 0 0 -1 0 0 0 0
[pid=22386/tid=22402] ppid=22384 vsize=8542256 CPUtime=0 cores=0,2,4,6
/proc/22386/task/22402/stat : 22402 (java) S 22384 22386 22386 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 947922570 8747270144 51408 33554432000 1073741824 1073778376 140736377011104 18446744073709551615 256427207577 0 4 0 16800975 18446604440508728512 0 0 -1 4 0 0 0
[pid=22386/tid=22403] ppid=22384 vsize=8542256 CPUtime=0 cores=0,2,4,6
/proc/22386/task/22403/stat : 22403 (java) S 22384 22386 22386 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 947922570 8747270144 51408 33554432000 1073741824 1073778376 140736377011104 18446744073709551615 256427208192 0 4 0 16800975 18446604440508728512 0 0 -1 2 0 0 0
[pid=22386/tid=22404] ppid=22384 vsize=8542256 CPUtime=0 cores=0,2,4,6
/proc/22386/task/22404/stat : 22404 (java) S 22384 22386 22386 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 947922618 8747270144 51408 33554432000 1073741824 1073778376 140736377011104 18446744073709551615 256427208192 0 4 0 16800975 18446604440508728512 0 0 -1 6 0 0 0
[pid=22378/tid=22385] ppid=22376 vsize=299788 CPUtime=0 cores=0,2,4,6
/proc/22378/task/22385/stat : 22385 (python) S 22376 22378 21667 0 -1 4202560 30 930 0 0 0 0 0 0 18 0 2 0 947922566 306982912 8786 33554432000 4194304 5683644 140735544762928 18446744073709551615 256427215281 0 0 16781312 33554434 18446604442175652160 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 7.31
Current children cumulated vsize (KiB) 9131588

[startup+12.7011 s]
/proc/loadavg: 2.13 1.76 0.92 3/636 22404
/proc/meminfo: memFree=29026496/32950928 swapFree=50514916/67111528
[pid=22378] ppid=22376 vsize=299788 CPUtime=0.89 cores=0,2,4,6
/proc/22378/stat : 22378 (python) S 22376 22378 21667 0 -1 4202496 12284 930 1 0 78 11 0 0 18 0 2 0 947922447 306982912 8786 33554432000 4194304 5683644 140735544762928 18446744073709551615 256427218379 0 0 16781312 33554434 18446744073709551615 0 0 17 4 0 0 0
/proc/22378/statm: 74947 8786 1870 364 0 9834 0
[pid=22384] ppid=22378 vsize=289544 CPUtime=0.04 cores=0,2,4,6
/proc/22384/stat : 22384 (python) S 22378 22378 21667 0 -1 4202560 992 0 0 0 2 2 0 0 15 0 1 0 947922566 296493056 7292 33554432000 4194304 5683644 140735544762928 18446744073709551615 256415411727 0 0 16781312 33554946 4294934787 0 0 17 2 0 0 0
/proc/22384/statm: 72386 7292 380 364 0 7273 0
[pid=22386] ppid=22384 vsize=8542256 CPUtime=12.86 cores=0,2,4,6
/proc/22386/stat : 22386 (java) S 22384 22386 22386 0 -1 4202496 64380 0 1 0 1276 10 0 0 19 0 19 0 947922566 8747270144 60355 33554432000 1073741824 1073778376 140736377011104 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/22386/statm: 2135564 60355 2261 9 0 2126305 0
[pid=22386/tid=22387] ppid=22384 vsize=8542256 CPUtime=11.23 cores=0,2,4,6
/proc/22386/task/22387/stat : 22387 (java) R 22384 22386 22386 0 -1 4202560 26276 0 1 0 1119 4 0 0 25 0 19 0 947922566 8747270144 60355 33554432000 1073741824 1073778376 140736377011104 18446744073709551615 46912505790198 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=22386/tid=22388] ppid=22384 vsize=8542256 CPUtime=0.02 cores=0,2,4,6
/proc/22386/task/22388/stat : 22388 (java) S 22384 22386 22386 0 -1 4202560 2476 0 0 0 2 0 0 0 15 0 19 0 947922567 8747270144 60355 33554432000 1073741824 1073778376 140736377011104 18446744073709551615 256427207577 0 4 0 16800975 18446604440508728512 0 0 -1 6 0 0 0
[pid=22386/tid=22389] ppid=22384 vsize=8542256 CPUtime=0.02 cores=0,2,4,6
/proc/22386/task/22389/stat : 22389 (java) S 22384 22386 22386 0 -1 4202560 3415 0 0 0 2 0 0 0 16 0 19 0 947922567 8747270144 60355 33554432000 1073741824 1073778376 140736377011104 18446744073709551615 256427207577 0 4 0 16800975 18446604440508728512 0 0 -1 6 0 0 0
[pid=22386/tid=22390] ppid=22384 vsize=8542256 CPUtime=0.02 cores=0,2,4,6
/proc/22386/task/22390/stat : 22390 (java) S 22384 22386 22386 0 -1 4202560 1849 0 0 0 2 0 0 0 16 0 19 0 947922567 8747270144 60355 33554432000 1073741824 1073778376 140736377011104 18446744073709551615 256427207577 0 4 0 16800975 18446604440508728512 0 0 -1 6 0 0 0
[pid=22386/tid=22391] ppid=22384 vsize=8542256 CPUtime=0.01 cores=0,2,4,6

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

[pid=22517/tid=22529] ppid=22515 vsize=8533516 CPUtime=0 cores=0,2,4,6
/proc/22517/task/22529/stat : 22529 (java) S 22515 22517 22517 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 947950378 8738320384 5524 33554432000 1073741824 1073778376 140735395880928 18446744073709551615 256427207577 0 4 0 16800975 18446604453137586112 0 0 -1 4 0 0 0
[pid=22517/tid=22530] ppid=22515 vsize=8533516 CPUtime=0 cores=0,2,4,6
/proc/22517/task/22530/stat : 22530 (java) S 22515 22517 22517 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 947950380 8738320384 5524 33554432000 1073741824 1073778376 140735395880928 18446744073709551615 256427215281 0 4 0 16800975 18446604453137586112 0 0 -1 4 0 0 0
[pid=22517/tid=22531] ppid=22515 vsize=8533516 CPUtime=0 cores=0,2,4,6
/proc/22517/task/22531/stat : 22531 (java) R 22515 22517 22517 0 -1 4202560 239 0 0 0 0 0 0 0 25 0 18 0 947950380 8738320384 5524 33554432000 1073741824 1073778376 140735395880928 18446744073709551615 47415719144164 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=22517/tid=22532] ppid=22515 vsize=8533516 CPUtime=0.04 cores=0,2,4,6
/proc/22517/task/22532/stat : 22532 (java) R 22515 22517 22517 0 -1 4202560 797 0 0 0 4 0 0 0 17 0 18 0 947950380 8738320384 5524 33554432000 1073741824 1073778376 140735395880928 18446744073709551615 47415716740296 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=22517/tid=22533] ppid=22515 vsize=8533516 CPUtime=0 cores=0,2,4,6
/proc/22517/task/22533/stat : 22533 (java) S 22515 22517 22517 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 947950380 8738320384 5524 33554432000 1073741824 1073778376 140735395880928 18446744073709551615 256427207577 0 4 0 16800975 18446604453137586112 0 0 -1 4 0 0 0
[pid=22517/tid=22534] ppid=22515 vsize=8533516 CPUtime=0 cores=0,2,4,6
/proc/22517/task/22534/stat : 22534 (java) R 22515 22517 22517 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 18 0 947950380 8738320384 5524 33554432000 1073741824 1073778376 140735395880928 18446744073709551615 256427208192 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=22378/tid=22385] ppid=22376 vsize=340812 CPUtime=0 cores=0,2,4,6
/proc/22378/task/22385/stat : 22385 (python) S 22376 22378 21667 0 -1 4202560 34 930 0 0 0 0 0 0 18 0 6 0 947922566 348991488 8811 33554432000 4194304 5683644 140735544762928 18446744073709551615 256427215281 0 0 16781312 33554434 18446604442175652160 0 0 -1 4 0 0 0
[pid=22378/tid=22467] ppid=22376 vsize=340812 CPUtime=0 cores=0,2,4,6
/proc/22378/task/22467/stat : 22467 (python) S 22376 22378 21667 0 -1 4202560 31 930 0 0 0 0 0 0 20 0 6 0 947927466 348991488 8811 33554432000 4194304 5683644 140735544762928 18446744073709551615 256427215281 0 0 16781312 33554434 18446604442175652160 0 0 -1 6 0 0 0
[pid=22378/tid=22496] ppid=22376 vsize=340812 CPUtime=0 cores=0,2,4,6
/proc/22378/task/22496/stat : 22496 (python) S 22376 22378 21667 0 -1 4202560 33 930 0 0 0 0 0 0 20 0 6 0 947936417 348991488 8811 33554432000 4194304 5683644 140735544762928 18446744073709551615 256427215281 0 0 16781312 33554434 18446604442175652160 0 0 -1 4 0 0 0
[pid=22378/tid=22507] ppid=22376 vsize=340812 CPUtime=0 cores=0,2,4,6
/proc/22378/task/22507/stat : 22507 (python) S 22376 22378 21667 0 -1 4202560 33 930 0 0 0 0 0 0 20 0 6 0 947945572 348991488 8811 33554432000 4194304 5683644 140735544762928 18446744073709551615 256427215281 0 0 16781312 33554434 18446604442175652160 0 0 -1 0 0 0 0
[pid=22378/tid=22516] ppid=22376 vsize=340812 CPUtime=0 cores=0,2,4,6
/proc/22378/task/22516/stat : 22516 (python) S 22376 22378 21667 0 -1 4202560 30 930 0 0 0 0 0 0 20 0 6 0 947950375 348991488 8811 33554432000 4194304 5683644 140735544762928 18446744073709551615 256427215281 0 0 16781312 33554434 18446604442175652160 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 282.27
Current children cumulated vsize (KiB) 19227552

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

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

[startup+279.402 s]
/proc/loadavg: 2.37 1.98 1.21 4/691 22534
/proc/meminfo: memFree=27469372/32950928 swapFree=50514916/67111528
[pid=22378] ppid=22376 vsize=340812 CPUtime=1.02 cores=0,2,4,6
/proc/22378/stat : 22378 (python) S 22376 22378 21667 0 -1 4202496 15983 930 1 0 90 12 0 0 20 0 6 0 947922447 348991488 8811 33554432000 4194304 5683644 140735544762928 18446744073709551615 256427218379 0 0 16781312 33554434 18446744073709551615 0 0 17 6 0 0 0
/proc/22378/statm: 85203 8811 1879 364 0 20078 0
[pid=22384] ppid=22378 vsize=299788 CPUtime=0.45 cores=0,2,4,6
/proc/22384/stat : 22384 (python) S 22378 22378 21667 0 -1 4202560 1173 0 0 0 23 22 0 0 15 0 2 0 947922566 306982912 7329 33554432000 4194304 5683644 140735544762928 18446744073709551615 256427218379 0 0 16781312 33554946 18446744073709551615 0 0 17 6 0 0 0
/proc/22384/statm: 74947 7329 412 364 0 9834 0
[pid=22386] ppid=22384 vsize=8542256 CPUtime=92.6 cores=0,2,4,6
/proc/22386/stat : 22386 (java) T 22384 22386 22386 0 -1 4202496 96241 0 1 0 9244 16 0 0 18 0 19 0 947922566 8747270144 91597 33554432000 1073741824 1073778376 140736377011104 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/22386/statm: 2135564 91597 2261 9 0 2126305 0
[pid=22386/tid=22387] ppid=22384 vsize=8542256 CPUtime=89.48 cores=0,2,4,6
/proc/22386/task/22387/stat : 22387 (java) T 22384 22386 22386 0 -1 4202560 26294 0 1 0 8943 5 0 0 25 0 19 0 947922566 8747270144 91597 33554432000 1073741824 1073778376 140736377011104 18446744073709551615 46912506054233 0 4 0 16800975 18446744071562691360 0 0 -1 4 0 0 0
[pid=22386/tid=22388] ppid=22384 vsize=8542256 CPUtime=0.11 cores=0,2,4,6
/proc/22386/task/22388/stat : 22388 (java) T 22384 22386 22386 0 -1 4202560 5702 0 0 0 10 1 0 0 15 0 19 0 947922567 8747270144 91597 33554432000 1073741824 1073778376 140736377011104 18446744073709551615 256427207577 0 4 0 16800975 18446744071562691360 0 0 -1 6 0 0 0
[pid=22386/tid=22389] ppid=22384 vsize=8542256 CPUtime=0.13 cores=0,2,4,6
/proc/22386/task/22389/stat : 22389 (java) T 22384 22386 22386 0 -1 4202560 8886 0 0 0 12 1 0 0 15 0 19 0 947922567 8747270144 91597 33554432000 1073741824 1073778376 140736377011104 18446744073709551615 256427207577 0 4 0 16800975 18446744071562691360 0 0 -1 6 0 0 0
[pid=22386/tid=22390] ppid=22384 vsize=8542256 CPUtime=0.1 cores=0,2,4,6
/proc/22386/task/22390/stat : 22390 (java) T 22384 22386 22386 0 -1 4202560 4458 0 0 0 10 0 0 0 15 0 19 0 947922567 8747270144 91597 33554432000 1073741824 1073778376 140736377011104 18446744073709551615 256427207577 0 4 0 16800975 18446744071562691360 0 0 -1 2 0 0 0
[pid=22386/tid=22391] ppid=22384 vsize=8542256 CPUtime=0.08 cores=0,2,4,6
/proc/22386/task/22391/stat : 22391 (java) T 22384 22386 22386 0 -1 4202560 4005 0 0 0 8 0 0 0 15 0 19 0 947922567 8747270144 91597 33554432000 1073741824 1073778376 140736377011104 18446744073709551615 256427207577 0 4 0 16800975 18446744071562691360 0 0 -1 2 0 0 0
[pid=22386/tid=22392] ppid=22384 vsize=8542256 CPUtime=0.11 cores=0,2,4,6
/proc/22386/task/22392/stat : 22392 (java) T 22384 22386 22386 0 -1 4202560 7559 0 0 0 11 0 0 0 15 0 19 0 947922567 8747270144 91597 33554432000 1073741824 1073778376 140736377011104 18446744073709551615 256427207577 0 4 0 16800975 18446744071562691360 0 0 -1 6 0 0 0
[pid=22386/tid=22393] ppid=22384 vsize=8542256 CPUtime=0.12 cores=0,2,4,6
/proc/22386/task/22393/stat : 22393 (java) T 22384 22386 22386 0 -1 4202560 7170 0 0 0 12 0 0 0 15 0 19 0 947922567 8747270144 91597 33554432000 1073741824 1073778376 140736377011104 18446744073709551615 256427207577 0 4 0 16800975 18446744071562691360 0 0 -1 6 0 0 0
[pid=22386/tid=22394] ppid=22384 vsize=8542256 CPUtime=0.13 cores=0,2,4,6
/proc/22386/task/22394/stat : 22394 (java) T 22384 22386 22386 0 -1 4202560 4462 0 0 0 13 0 0 0 15 0 19 0 947922567 8747270144 91597 33554432000 1073741824 1073778376 140736377011104 18446744073709551615 256427207577 0 4 0 16800975 18446744071562691360 0 0 -1 0 0 0 0
[pid=22386/tid=22395] ppid=22384 vsize=8542256 CPUtime=0.13 cores=0,2,4,6
/proc/22386/task/22395/stat : 22395 (java) T 22384 22386 22386 0 -1 4202560 7444 0 0 0 12 1 0 0 15 0 19 0 947922567 8747270144 91597 33554432000 1073741824 1073778376 140736377011104 18446744073709551615 256427207577 0 4 0 16800975 18446744071562691360 0 0 -1 6 0 0 0
[pid=22386/tid=22396] ppid=22384 vsize=8542256 CPUtime=0.84 cores=0,2,4,6
/proc/22386/task/22396/stat : 22396 (java) T 22384 22386 22386 0 -1 4202560 9212 0 0 0 83 1 0 0 15 0 19 0 947922568 8747270144 91597 33554432000 1073741824 1073778376 140736377011104 18446744073709551615 256427208192 0 0 0 16800975 18446744071562691360 0 0 -1 4 0 0 0
[pid=22386/tid=22397] ppid=22384 vsize=8542256 CPUtime=0 cores=0,2,4,6
/proc/22386/task/22397/stat : 22397 (java) T 22384 22386 22386 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 947922568 8747270144 91597 33554432000 1073741824 1073778376 140736377011104 18446744073709551615 256427207577 0 4 0 16800975 18446744071562691360 0 0 -1 0 0 0 0
[pid=22386/tid=22398] ppid=22384 vsize=8542256 CPUtime=0 cores=0,2,4,6
/proc/22386/task/22398/stat : 22398 (java) T 22384 22386 22386 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 947922568 8747270144 91597 33554432000 1073741824 1073778376 140736377011104 18446744073709551615 256427207577 0 4 0 16800975 18446744071562691360 0 0 -1 0 0 0 0
[pid=22386/tid=22399] ppid=22384 vsize=8542256 CPUtime=0 cores=0,2,4,6
/proc/22386/task/22399/stat : 22399 (java) T 22384 22386 22386 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 947922570 8747270144 91597 33554432000 1073741824 1073778376 140736377011104 18446744073709551615 256427215281 0 4 0 16800975 18446744071562691360 0 0 -1 6 0 0 0
[pid=22386/tid=22400] ppid=22384 vsize=8542256 CPUtime=0.54 cores=0,2,4,6
/proc/22386/task/22400/stat : 22400 (java) T 22384 22386 22386 0 -1 4202560 2214 0 0 0 54 0 0 0 15 0 19 0 947922570 8747270144 91597 33554432000 1073741824 1073778376 140736377011104 18446744073709551615 256427207577 0 4 0 16800975 18446744071562691360 0 0 -1 0 0 0 0
[pid=22386/tid=22401] ppid=22384 vsize=8542256 CPUtime=0.7 cores=0,2,4,6
/proc/22386/task/22401/stat : 22401 (java) T 22384 22386 22386 0 -1 4202560 7450 0 0 0 69 1 0 0 15 0 19 0 947922570 8747270144 91597 33554432000 1073741824 1073778376 140736377011104 18446744073709551615 256427207577 0 4 0 16800975 18446744071562691360 0 0 -1 0 0 0 0
[pid=22386/tid=22402] ppid=22384 vsize=8542256 CPUtime=0 cores=0,2,4,6
/proc/22386/task/22402/stat : 22402 (java) T 22384 22386 22386 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 947922570 8747270144 91597 33554432000 1073741824 1073778376 140736377011104 18446744073709551615 256427207577 0 4 0 16800975 18446744071562691360 0 0 -1 6 0 0 0
[pid=22386/tid=22403] ppid=22384 vsize=8542256 CPUtime=0 cores=0,2,4,6
/proc/22386/task/22403/stat : 22403 (java) T 22384 22386 22386 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 947922570 8747270144 91597 33554432000 1073741824 1073778376 140736377011104 18446744073709551615 256427208192 0 4 0 16800975 18446744071562691360 0 0 -1 2 0 0 0
[pid=22386/tid=22404] ppid=22384 vsize=8542256 CPUtime=0 cores=0,2,4,6
/proc/22386/task/22404/stat : 22404 (java) T 22384 22386 22386 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 947922618 8747270144 91597 33554432000 1073741824 1073778376 140736377011104 18446744073709551615 256427208192 0 4 0 16800975 18446744071562691360 0 0 -1 6 0 0 0
[pid=22384/tid=22465] ppid=22378 vsize=299788 CPUtime=0 cores=0,2,4,6
/proc/22384/task/22465/stat : 22465 (python) S 22378 22378 21667 0 -1 4202560 41 0 0 0 0 0 0 0 15 0 2 0 947927463 306982912 7329 33554432000 4194304 5683644 140735544762928 18446744073709551615 256427215281 0 0 16781312 33554946 18446604450759066816 0 0 -1 6 0 0 0
[pid=22466] ppid=22378 vsize=299800 CPUtime=0.3 cores=0,2,4,6
/proc/22466/stat : 22466 (python) S 22378 22378 21667 0 -1 4202560 1147 0 0 0 19 11 0 0 17 0 2 0 947927465 306995200 7313 33554432000 4194304 5683644 140735544762928 18446744073709551615 256427218379 0 0 16781312 33554946 18446744073709551615 0 0 17 4 0 0 0
/proc/22466/statm: 74950 7313 396 364 0 9834 0
[pid=22468] ppid=22466 vsize=64936 CPUtime=47.6 cores=0,2,4,6
/proc/22468/stat : 22468 (wbo1.4a) T 22466 22468 22468 0 -1 4202496 17278 0 0 0 4726 34 0 0 25 0 1 0 947927466 66494464 15680 33554432000 134512640 135751879 4292257712 18446744073709551615 135270609 0 0 16781312 3 18446744071562691360 0 0 17 6 0 0 0
/proc/22468/statm: 16234 15680 146 303 0 15929 0
[pid=22466/tid=22492] ppid=22378 vsize=299800 CPUtime=0 cores=0,2,4,6
/proc/22466/task/22492/stat : 22492 (python) S 22378 22378 21667 0 -1 4202560 48 0 0 0 0 0 0 0 17 0 2 0 947932241 306995200 7313 33554432000 4194304 5683644 140735544762928 18446744073709551615 256427215281 0 0 16781312 33554946 18446604446691494080 0 0 -1 4 0 0 0
[pid=22494] ppid=22378 vsize=310056 CPUtime=0.41 cores=0,2,4,6
/proc/22494/stat : 22494 (python) S 22378 22378 21667 0 -1 4202560 1138 0 0 0 21 20 0 0 17 0 2 0 947936417 317497344 7317 33554432000 4194304 5683644 140735544762928 18446744073709551615 256427218379 0 0 16781312 33554946 18446744073709551615 0 0 17 2 0 0 0
/proc/22494/statm: 77514 7317 396 364 0 12395 0
[pid=22497] ppid=22494 vsize=44160 CPUtime=91.51 cores=0,2,4,6
/proc/22497/stat : 22497 (clasp-1.3.7-x86) T 22494 22497 22497 0 -1 4202496 11180 0 0 0 9150 1 0 0 25 0 1 0 947936417 45219840 10786 33554432000 134512640 136139019 4289748304 18446744073709551615 134599826 0 0 16781312 16386 18446744071562691360 0 0 17 0 0 0 0
/proc/22497/statm: 11040 10786 187 398 0 10640 0
[pid=22494/tid=22505] ppid=22378 vsize=310056 CPUtime=0 cores=0,2,4,6
/proc/22494/task/22505/stat : 22505 (python) S 22378 22378 21667 0 -1 4202560 47 0 0 0 0 0 0 0 17 0 2 0 947945570 317497344 7317 33554432000 4194304 5683644 140735544762928 18446744073709551615 256427215281 0 0 16781312 33554946 18446604445616121920 0 0 -1 2 0 0 0
[pid=22506] ppid=22378 vsize=320312 CPUtime=0.21 cores=0,2,4,6
/proc/22506/stat : 22506 (python) S 22378 22378 21667 0 -1 4202560 1125 0 0 0 10 11 0 0 16 0 2 0 947945572 327999488 7321 33554432000 4194304 5683644 140735544762928 18446744073709551615 256427218379 0 0 16781312 33554946 18446744073709551615 0 0 17 6 0 0 0
/proc/22506/statm: 80078 7321 396 364 0 14956 0
[pid=22508] ppid=22506 vsize=141348 CPUtime=47.98 cores=0,2,4,6
/proc/22508/stat : 22508 (pbct-0.1.2-linu) T 22506 22508 22508 0 -1 4202496 36185 0 0 0 4738 60 0 0 25 0 1 0 947945572 144740352 34040 33554432000 134512640 136422188 4289081024 18446744073709551615 134862278 0 0 16781312 16387 18446744071562691360 0 0 17 0 0 0 0
/proc/22508/statm: 35337 34040 236 467 0 34868 0
[pid=22506/tid=22514] ppid=22378 vsize=320312 CPUtime=0 cores=0,2,4,6
/proc/22506/task/22514/stat : 22514 (python) S 22378 22378 21667 0 -1 4202560 45 0 0 0 0 0 0 0 16 0 2 0 947950372 327999488 7321 33554432000 4194304 5683644 140735544762928 18446744073709551615 256427215281 0 0 16781312 33554946 18446604440447412096 0 0 -1 6 0 0 0
[pid=22515] ppid=22378 vsize=330568 CPUtime=0 cores=0,2,4,6
/proc/22515/stat : 22515 (python) S 22378 22378 21667 0 -1 4202560 805 0 0 0 0 0 0 0 18 0 1 0 947950375 338501632 7276 33554432000 4194304 5683644 140735544762928 18446744073709551615 256415411782 0 0 16781312 33554946 2944452238937948160 0 0 17 0 0 0 0
/proc/22515/statm: 82642 7276 348 364 0 17517 0
[pid=22517] ppid=22515 vsize=8533516 CPUtime=0.19 cores=0,2,4,6
/proc/22517/stat : 22517 (java) S 22515 22517 22517 0 -1 4202496 6071 0 1 0 18 1 0 0 20 0 18 0 947950375 8738320384 5499 33554432000 1073741824 1073778376 140735395880928 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/22517/statm: 2133379 5499 2158 9 0 2124120 0
[pid=22517/tid=22518] ppid=22515 vsize=8533516 CPUtime=0.13 cores=0,2,4,6
/proc/22517/task/22518/stat : 22518 (java) R 22515 22517 22517 0 -1 4202560 3666 0 1 0 13 0 0 0 18 0 18 0 947950376 8738320384 5522 33554432000 1073741824 1073778376 140735395880928 18446744073709551615 46912505122343 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=22517/tid=22519] ppid=22515 vsize=8533516 CPUtime=0 cores=0,2,4,6
/proc/22517/task/22519/stat : 22519 (java) S 22515 22517 22517 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 18 0 947950377 8738320384 5522 33554432000 1073741824 1073778376 140735395880928 18446744073709551615 256427207577 0 4 0 16800975 18446604453137586112 0 0 -1 4 0 0 0
[pid=22517/tid=22520] ppid=22515 vsize=8533516 CPUtime=0 cores=0,2,4,6
/proc/22517/task/22520/stat : 22520 (java) S 22515 22517 22517 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 18 0 947950377 8738320384 5522 33554432000 1073741824 1073778376 140735395880928 18446744073709551615 256427207577 0 4 0 16800975 18446604453137586112 0 0 -1 4 0 0 0
[pid=22517/tid=22521] ppid=22515 vsize=8533516 CPUtime=0 cores=0,2,4,6
/proc/22517/task/22521/stat : 22521 (java) S 22515 22517 22517 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 18 0 947950377 8738320384 5522 33554432000 1073741824 1073778376 140735395880928 18446744073709551615 256427207577 0 4 0 16800975 18446604453137586112 0 0 -1 4 0 0 0
[pid=22517/tid=22522] ppid=22515 vsize=8533516 CPUtime=0 cores=0,2,4,6
/proc/22517/task/22522/stat : 22522 (java) S 22515 22517 22517 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 947950377 8738320384 5523 33554432000 1073741824 1073778376 140735395880928 18446744073709551615 256427207577 0 4 0 16800975 18446604453137586112 0 0 -1 6 0 0 0
[pid=22517/tid=22523] ppid=22515 vsize=8533516 CPUtime=0 cores=0,2,4,6
/proc/22517/task/22523/stat : 22523 (java) S 22515 22517 22517 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 947950377 8738320384 5523 33554432000 1073741824 1073778376 140735395880928 18446744073709551615 256427207577 0 4 0 16800975 18446604453137586112 0 0 -1 6 0 0 0
[pid=22517/tid=22524] ppid=22515 vsize=8533516 CPUtime=0 cores=0,2,4,6
/proc/22517/task/22524/stat : 22524 (java) S 22515 22517 22517 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 947950377 8738320384 5523 33554432000 1073741824 1073778376 140735395880928 18446744073709551615 256427207577 0 4 0 16800975 18446604453137586112 0 0 -1 6 0 0 0
[pid=22517/tid=22525] ppid=22515 vsize=8533516 CPUtime=0 cores=0,2,4,6
/proc/22517/task/22525/stat : 22525 (java) S 22515 22517 22517 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 947950377 8738320384 5523 33554432000 1073741824 1073778376 140735395880928 18446744073709551615 256427207577 0 4 0 16800975 18446604453137586112 0 0 -1 6 0 0 0
[pid=22517/tid=22526] ppid=22515 vsize=8533516 CPUtime=0 cores=0,2,4,6
/proc/22517/task/22526/stat : 22526 (java) S 22515 22517 22517 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 947950377 8738320384 5523 33554432000 1073741824 1073778376 140735395880928 18446744073709551615 256427207577 0 4 0 16800975 18446604453137586112 0 0 -1 6 0 0 0
[pid=22517/tid=22527] ppid=22515 vsize=8533516 CPUtime=0 cores=0,2,4,6
/proc/22517/task/22527/stat : 22527 (java) S 22515 22517 22517 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 947950378 8738320384 5523 33554432000 1073741824 1073778376 140735395880928 18446744073709551615 256427208192 0 0 0 16800975 18446604453137586112 0 0 -1 4 0 0 0
[pid=22517/tid=22528] ppid=22515 vsize=8533516 CPUtime=0 cores=0,2,4,6
/proc/22517/task/22528/stat : 22528 (java) S 22515 22517 22517 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 947950378 8738320384 5523 33554432000 1073741824 1073778376 140735395880928 18446744073709551615 256427207577 0 4 0 16800975 18446604453137586112 0 0 -1 4 0 0 0
[pid=22517/tid=22529] ppid=22515 vsize=8533516 CPUtime=0 cores=0,2,4,6
/proc/22517/task/22529/stat : 22529 (java) S 22515 22517 22517 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 947950378 8738320384 5524 33554432000 1073741824 1073778376 140735395880928 18446744073709551615 256427207577 0 4 0 16800975 18446604453137586112 0 0 -1 4 0 0 0
[pid=22517/tid=22530] ppid=22515 vsize=8533516 CPUtime=0 cores=0,2,4,6
/proc/22517/task/22530/stat : 22530 (java) S 22515 22517 22517 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 947950380 8738320384 5524 33554432000 1073741824 1073778376 140735395880928 18446744073709551615 256427215281 0 4 0 16800975 18446604453137586112 0 0 -1 4 0 0 0
[pid=22517/tid=22531] ppid=22515 vsize=8533516 CPUtime=0 cores=0,2,4,6
/proc/22517/task/22531/stat : 22531 (java) R 22515 22517 22517 0 -1 4202560 239 0 0 0 0 0 0 0 25 0 18 0 947950380 8738320384 5524 33554432000 1073741824 1073778376 140735395880928 18446744073709551615 47415719144164 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=22517/tid=22532] ppid=22515 vsize=8533516 CPUtime=0.04 cores=0,2,4,6
/proc/22517/task/22532/stat : 22532 (java) R 22515 22517 22517 0 -1 4202560 797 0 0 0 4 0 0 0 17 0 18 0 947950380 8738320384 5524 33554432000 1073741824 1073778376 140735395880928 18446744073709551615 47415716740296 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=22517/tid=22533] ppid=22515 vsize=8533516 CPUtime=0 cores=0,2,4,6
/proc/22517/task/22533/stat : 22533 (java) S 22515 22517 22517 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 947950380 8738320384 5524 33554432000 1073741824 1073778376 140735395880928 18446744073709551615 256427207577 0 4 0 16800975 18446604453137586112 0 0 -1 4 0 0 0
[pid=22517/tid=22534] ppid=22515 vsize=8533516 CPUtime=0 cores=0,2,4,6
/proc/22517/task/22534/stat : 22534 (java) R 22515 22517 22517 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 18 0 947950380 8738320384 5524 33554432000 1073741824 1073778376 140735395880928 18446744073709551615 256427208192 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=22378/tid=22385] ppid=22376 vsize=340812 CPUtime=0 cores=0,2,4,6
/proc/22378/task/22385/stat : 22385 (python) S 22376 22378 21667 0 -1 4202560 34 930 0 0 0 0 0 0 18 0 6 0 947922566 348991488 8811 33554432000 4194304 5683644 140735544762928 18446744073709551615 256427215281 0 0 16781312 33554434 18446604442175652160 0 0 -1 4 0 0 0
[pid=22378/tid=22467] ppid=22376 vsize=340812 CPUtime=0 cores=0,2,4,6
/proc/22378/task/22467/stat : 22467 (python) S 22376 22378 21667 0 -1 4202560 31 930 0 0 0 0 0 0 20 0 6 0 947927466 348991488 8811 33554432000 4194304 5683644 140735544762928 18446744073709551615 256427215281 0 0 16781312 33554434 18446604442175652160 0 0 -1 6 0 0 0
[pid=22378/tid=22496] ppid=22376 vsize=340812 CPUtime=0 cores=0,2,4,6
/proc/22378/task/22496/stat : 22496 (python) S 22376 22378 21667 0 -1 4202560 33 930 0 0 0 0 0 0 20 0 6 0 947936417 348991488 8811 33554432000 4194304 5683644 140735544762928 18446744073709551615 256427215281 0 0 16781312 33554434 18446604442175652160 0 0 -1 4 0 0 0
[pid=22378/tid=22507] ppid=22376 vsize=340812 CPUtime=0 cores=0,2,4,6
/proc/22378/task/22507/stat : 22507 (python) S 22376 22378 21667 0 -1 4202560 33 930 0 0 0 0 0 0 20 0 6 0 947945572 348991488 8811 33554432000 4194304 5683644 140735544762928 18446744073709551615 256427215281 0 0 16781312 33554434 18446604442175652160 0 0 -1 0 0 0 0
[pid=22378/tid=22516] ppid=22376 vsize=340812 CPUtime=0 cores=0,2,4,6
/proc/22378/task/22516/stat : 22516 (python) S 22376 22378 21667 0 -1 4202560 30 930 0 0 0 0 0 0 20 0 6 0 947950375 348991488 8811 33554432000 4194304 5683644 140735544762928 18446744073709551615 256427215281 0 0 16781312 33554434 18446604442175652160 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 282.27
Current children cumulated vsize (KiB) 19227552

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 279.487
CPU time (s): 282.27
CPU user time (s): 280.39
CPU system time (s): 1.88
CPU usage (%): 100.996
Max. virtual memory (cumulated for all children) (KiB): 19227552

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.903862
system time used= 0.12798
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16916
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= 2869
involuntary context switches= 19

runsolver used 1.91371 second user time and 3.75843 second system time

The end

Launcher Data

Begin job on node115 at 2011-06-09 01:48:37
IDJOB=3481928
IDBENCH=2241
IDSOLVER=1970
FILE ID=node115/3481928-1307576917
RUNJOBID= node115-1307576359-21685
PBS_JOBID= 13547684
Free space on /tmp= 73772 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-3.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-3481928-1307576917/watcher-3481928-1307576917 -o /tmp/evaluation-result-3481928-1307576917/solver-3481928-1307576917 -C 1800 -W 1900 -M 15500  python HOME/solve HOME/etc/borg-mix+class.opt.pickle HOME/instance-3481928-1307576917.opb -seed 1844147195 -budget 1800

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

MD5SUM BENCH= c9380923d34e254cfa512f89027f1d42
RANDOM SEED=1844147195

node115.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.811
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.62
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.811
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	: 5226.15
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.811
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.811
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.75
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.811
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.77
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.811
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.811
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.811
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      29315756 kB
Buffers:        156172 kB
Cached:         535344 kB
SwapCached:       9708 kB
Active:        3195620 kB
Inactive:       150640 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      29315756 kB
SwapTotal:    67111528 kB
SwapFree:     50514916 kB
Dirty:          109564 kB
Writeback:          64 kB
AnonPages:     2650956 kB
Mapped:          51604 kB
Slab:           134512 kB
PageTables:      83592 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 155393524 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= 73628 MiB
End job on node115 at 2011-06-09 01:53:19