Trace number 3481706

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) 101.93 99.7752

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/primes-dimacs-cnf/normalized-g125.17.opb
MD5SUM7d701b956113b6fc93a1922e71200e27
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4250
Total number of constraints68397
Number of constraints which are clauses68397
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 constraint17
Number of terms in the objective function 4250
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 4250
Number of bits of the sum of numbers in the objective function 13
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 4250
Number of bits of the biggest sum of numbers13
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.31/0.47	c INFO: loaded portfolio from HOME/etc/borg-mix+class.opt.pickle
0.31/0.47	c INFO: solving HOME/instance-3481706-1307576814.opb
0.59/0.77	c INFO: parsing took 0.29 s
1.10/1.28	c INFO: features took 0.51 CPU seconds
1.20/1.31	c INFO: running sat4j-pb-v20101225@0 for 45 with 1798 remaining (b = 0.12)
51.28/50.27	c INFO: running wbo1.4a@0 for 45 with 1749 remaining (b = 0.02)
99.88/98.72	c INFO: running sat4j-pb-v20101225-cutting@0 for 45 with 1700 remaining (b = 0.01)

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-3481706-1307576814/watcher-3481706-1307576814 -o /tmp/evaluation-result-3481706-1307576814/solver-3481706-1307576814 -C 1800 -W 1900 -M 15500 python HOME/solve HOME/etc/borg-mix+class.opt.pickle HOME/instance-3481706-1307576814.opb -seed 1342833978 -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.16 1.58 0.76 2/586 22283
/proc/meminfo: memFree=29708868/32950928 swapFree=50514916/67111528
[pid=22283] ppid=22281 vsize=16240 CPUtime=0.01 cores=0,2,4,6
/proc/22283/stat : 22283 (python) R 22281 22283 21667 0 -1 4202496 1050 0 0 0 1 0 0 0 17 0 1 0 947912163 16629760 921 33554432000 4194304 5683644 140737210477392 18446744073709551615 4885801 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/22283/statm: 4060 921 381 364 0 547 0

[startup+0.081163 s]
/proc/loadavg: 2.16 1.58 0.76 2/586 22283
/proc/meminfo: memFree=29708868/32950928 swapFree=50514916/67111528
[pid=22283] ppid=22281 vsize=85624 CPUtime=0.06 cores=0,2,4,6
/proc/22283/stat : 22283 (python) R 22281 22283 21667 0 -1 4202496 2663 0 0 0 5 1 0 0 17 0 1 0 947912163 87678976 2382 33554432000 4194304 5683644 140737210477392 18446744073709551615 4502615 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/22283/statm: 21406 2382 715 364 0 1623 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 85624

[startup+0.101225 s]
/proc/loadavg: 2.16 1.58 0.76 2/586 22283
/proc/meminfo: memFree=29708868/32950928 swapFree=50514916/67111528
[pid=22283] ppid=22281 vsize=96128 CPUtime=0.07 cores=0,2,4,6
/proc/22283/stat : 22283 (python) R 22281 22283 21667 0 -1 4202496 3170 931 1 0 6 1 0 0 18 0 1 0 947912163 98435072 2483 33554432000 4194304 5683644 140737210477392 18446744073709551615 5172007 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/22283/statm: 24032 2483 792 364 0 1627 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 96128

[startup+0.301126 s]
/proc/loadavg: 2.16 1.58 0.76 2/586 22283
/proc/meminfo: memFree=29708868/32950928 swapFree=50514916/67111528
[pid=22283] ppid=22281 vsize=203000 CPUtime=0.24 cores=0,2,4,6
/proc/22283/stat : 22283 (python) R 22281 22283 21667 0 -1 4202496 6694 931 1 0 18 6 0 0 17 0 1 0 947912163 207872000 4976 33554432000 4194304 5683644 140737210477392 18446744073709551615 4620076 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/22283/statm: 50750 4980 1472 364 0 3712 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 203000

[startup+0.701104 s]
/proc/loadavg: 2.16 1.58 0.76 2/586 22283
/proc/meminfo: memFree=29708868/32950928 swapFree=50514916/67111528
[pid=22283] ppid=22281 vsize=292076 CPUtime=0.59 cores=0,2,4,6
/proc/22283/stat : 22283 (python) R 22281 22283 21667 0 -1 4202496 11455 931 1 0 51 8 0 0 17 0 1 0 947912163 299085824 9316 33554432000 4194304 5683644 140737210477392 18446744073709551615 4603041 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/22283/statm: 73019 9318 1781 364 0 7912 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 292076

[startup+1.50098 s]
/proc/loadavg: 2.16 1.58 0.76 3/587 22288
/proc/meminfo: memFree=29673396/32950928 swapFree=50514916/67111528
[pid=22283] ppid=22281 vsize=306028 CPUtime=1.21 cores=0,2,4,6
/proc/22283/stat : 22283 (python) S 22281 22283 21667 0 -1 4202496 14745 931 1 0 112 9 0 0 20 0 2 0 947912163 313372672 10337 33554432000 4194304 5683644 140737210477392 18446744073709551615 256427218379 0 0 16781312 33554434 18446744073709551615 0 0 17 4 0 0 0
/proc/22283/statm: 76507 10337 1862 364 0 11394 0
Current children cumulated CPU time (s) 1.21
Current children cumulated vsize (KiB) 306028

[startup+3.10165 s]
/proc/loadavg: 2.16 1.58 0.76 5/608 22310
/proc/meminfo: memFree=29538564/32950928 swapFree=50514916/67111528
[pid=22283] ppid=22281 vsize=306028 CPUtime=1.21 cores=0,2,4,6
/proc/22283/stat : 22283 (python) S 22281 22283 21667 0 -1 4202496 14745 931 1 0 112 9 0 0 20 0 2 0 947912163 313372672 10337 33554432000 4194304 5683644 140737210477392 18446744073709551615 256427218379 0 0 16781312 33554434 18446744073709551615 0 0 17 4 0 0 0
/proc/22283/statm: 76507 10337 1862 364 0 11394 0
[pid=22289] ppid=22283 vsize=295784 CPUtime=0 cores=0,2,4,6
/proc/22289/stat : 22289 (python) S 22283 22283 21667 0 -1 4202560 736 0 0 0 0 0 0 0 15 0 1 0 947912294 302882816 8822 33554432000 4194304 5683644 140737210477392 18446744073709551615 256415411727 0 0 16781312 33554946 326487715736420609 0 0 17 0 0 0 0
/proc/22289/statm: 73946 8822 351 364 0 8833 0
[pid=22291] ppid=22289 vsize=8539076 CPUtime=2.55 cores=0,2,4,6
/proc/22291/stat : 22291 (java) S 22289 22291 22291 0 -1 4202496 38834 0 1 0 249 6 0 0 21 0 19 0 947912294 8744013824 35682 33554432000 1073741824 1073778376 140737390975152 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/22291/statm: 2134769 35682 2229 9 0 2125510 0
[pid=22291/tid=22292] ppid=22289 vsize=8539076 CPUtime=1.77 cores=0,2,4,6
/proc/22291/task/22292/stat : 22292 (java) R 22289 22291 22291 0 -1 4202560 31871 0 1 0 173 4 0 0 20 0 19 0 947912295 8744013824 35682 33554432000 1073741824 1073778376 140737390975152 18446744073709551615 46912505831356 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=22291/tid=22293] ppid=22289 vsize=8539076 CPUtime=0 cores=0,2,4,6
/proc/22291/task/22293/stat : 22293 (java) S 22289 22291 22291 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 947912295 8744013824 35682 33554432000 1073741824 1073778376 140737390975152 18446744073709551615 256427207577 0 4 0 16800975 18446604453137587008 0 0 -1 4 0 0 0
[pid=22291/tid=22294] ppid=22289 vsize=8539076 CPUtime=0 cores=0,2,4,6
/proc/22291/task/22294/stat : 22294 (java) S 22289 22291 22291 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 947912295 8744013824 35682 33554432000 1073741824 1073778376 140737390975152 18446744073709551615 256427207577 0 4 0 16800975 18446604453137587008 0 0 -1 4 0 0 0
[pid=22291/tid=22295] ppid=22289 vsize=8539076 CPUtime=0 cores=0,2,4,6
/proc/22291/task/22295/stat : 22295 (java) S 22289 22291 22291 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 947912295 8744013824 35682 33554432000 1073741824 1073778376 140737390975152 18446744073709551615 256427207577 0 4 0 16800975 18446604453137587008 0 0 -1 4 0 0 0
[pid=22291/tid=22296] ppid=22289 vsize=8539076 CPUtime=0 cores=0,2,4,6
/proc/22291/task/22296/stat : 22296 (java) S 22289 22291 22291 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 947912295 8744013824 35682 33554432000 1073741824 1073778376 140737390975152 18446744073709551615 256427207577 0 4 0 16800975 18446604453137587008 0 0 -1 4 0 0 0
[pid=22291/tid=22297] ppid=22289 vsize=8539076 CPUtime=0 cores=0,2,4,6
/proc/22291/task/22297/stat : 22297 (java) S 22289 22291 22291 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 947912295 8744013824 35682 33554432000 1073741824 1073778376 140737390975152 18446744073709551615 256427207577 0 4 0 16800975 18446604453137587008 0 0 -1 4 0 0 0
[pid=22291/tid=22298] ppid=22289 vsize=8539076 CPUtime=0 cores=0,2,4,6
/proc/22291/task/22298/stat : 22298 (java) S 22289 22291 22291 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 947912295 8744013824 35682 33554432000 1073741824 1073778376 140737390975152 18446744073709551615 256427207577 0 4 0 16800975 18446604453137587008 0 0 -1 4 0 0 0
[pid=22291/tid=22299] ppid=22289 vsize=8539076 CPUtime=0 cores=0,2,4,6
/proc/22291/task/22299/stat : 22299 (java) S 22289 22291 22291 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 947912295 8744013824 35682 33554432000 1073741824 1073778376 140737390975152 18446744073709551615 256427207577 0 4 0 16800975 18446604453137587008 0 0 -1 4 0 0 0
[pid=22291/tid=22300] ppid=22289 vsize=8539076 CPUtime=0 cores=0,2,4,6
/proc/22291/task/22300/stat : 22300 (java) S 22289 22291 22291 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 947912295 8744013824 35682 33554432000 1073741824 1073778376 140737390975152 18446744073709551615 256427207577 0 4 0 16800975 18446604453137587008 0 0 -1 4 0 0 0
[pid=22291/tid=22301] ppid=22289 vsize=8539076 CPUtime=0 cores=0,2,4,6
/proc/22291/task/22301/stat : 22301 (java) S 22289 22291 22291 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 19 0 947912296 8744013824 35682 33554432000 1073741824 1073778376 140737390975152 18446744073709551615 256427208192 0 0 0 16800975 18446604453137587008 0 0 -1 4 0 0 0
[pid=22291/tid=22302] ppid=22289 vsize=8539076 CPUtime=0 cores=0,2,4,6
/proc/22291/task/22302/stat : 22302 (java) S 22289 22291 22291 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 947912297 8744013824 35682 33554432000 1073741824 1073778376 140737390975152 18446744073709551615 256427207577 0 4 0 16800975 18446604453137587008 0 0 -1 4 0 0 0
[pid=22291/tid=22303] ppid=22289 vsize=8539076 CPUtime=0 cores=0,2,4,6
/proc/22291/task/22303/stat : 22303 (java) S 22289 22291 22291 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 947912297 8744013824 35682 33554432000 1073741824 1073778376 140737390975152 18446744073709551615 256427207577 0 4 0 16800975 18446604453137587008 0 0 -1 4 0 0 0
[pid=22291/tid=22304] ppid=22289 vsize=8539076 CPUtime=0 cores=0,2,4,6
/proc/22291/task/22304/stat : 22304 (java) S 22289 22291 22291 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 947912299 8744013824 35682 33554432000 1073741824 1073778376 140737390975152 18446744073709551615 256427215281 0 4 0 16800975 18446604453137587008 0 0 -1 4 0 0 0
[pid=22291/tid=22305] ppid=22289 vsize=8539076 CPUtime=0.36 cores=0,2,4,6
/proc/22291/task/22305/stat : 22305 (java) S 22289 22291 22291 0 -1 4202560 2288 0 0 0 36 0 0 0 15 0 19 0 947912299 8744013824 35682 33554432000 1073741824 1073778376 140737390975152 18446744073709551615 256427207577 0 4 0 16800975 18446604453137587008 0 0 -1 0 0 0 0
[pid=22291/tid=22306] ppid=22289 vsize=8539076 CPUtime=0.39 cores=0,2,4,6
/proc/22291/task/22306/stat : 22306 (java) S 22289 22291 22291 0 -1 4202560 3289 0 0 0 39 0 0 0 21 0 19 0 947912299 8744013824 35682 33554432000 1073741824 1073778376 140737390975152 18446744073709551615 256427207577 0 4 0 16800975 18446604453137587008 0 0 -1 6 0 0 0
[pid=22291/tid=22307] ppid=22289 vsize=8539076 CPUtime=0 cores=0,2,4,6
/proc/22291/task/22307/stat : 22307 (java) S 22289 22291 22291 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 947912299 8744013824 35682 33554432000 1073741824 1073778376 140737390975152 18446744073709551615 256427207577 0 4 0 16800975 18446604453137587008 0 0 -1 4 0 0 0
[pid=22291/tid=22308] ppid=22289 vsize=8539076 CPUtime=0 cores=0,2,4,6
/proc/22291/task/22308/stat : 22308 (java) S 22289 22291 22291 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 947912299 8744013824 35682 33554432000 1073741824 1073778376 140737390975152 18446744073709551615 256427208192 0 4 0 16800975 18446604453137587008 0 0 -1 6 0 0 0
[pid=22291/tid=22310] ppid=22289 vsize=8539076 CPUtime=0 cores=0,2,4,6
/proc/22291/task/22310/stat : 22310 (java) S 22289 22291 22291 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 947912365 8744013824 35682 33554432000 1073741824 1073778376 140737390975152 18446744073709551615 256427208192 0 4 0 16800975 18446604453137587008 0 0 -1 0 0 0 0
[pid=22283/tid=22290] ppid=22281 vsize=306028 CPUtime=0 cores=0,2,4,6
/proc/22283/task/22290/stat : 22290 (python) S 22281 22283 21667 0 -1 4202560 26 931 0 0 0 0 0 0 20 0 2 0 947912294 313372672 10337 33554432000 4194304 5683644 140737210477392 18446744073709551615 256427215281 0 0 16781312 33554434 18446604449420740608 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3.76
Current children cumulated vsize (KiB) 9140888

[startup+6.32003 s]
/proc/loadavg: 2.15 1.59 0.76 3/608 22310
/proc/meminfo: memFree=29512248/32950928 swapFree=50514916/67111528
[pid=22283] ppid=22281 vsize=306028 CPUtime=1.21 cores=0,2,4,6
/proc/22283/stat : 22283 (python) S 22281 22283 21667 0 -1 4202496 14745 931 1 0 112 9 0 0 20 0 2 0 947912163 313372672 10337 33554432000 4194304 5683644 140737210477392 18446744073709551615 256427218379 0 0 16781312 33554434 18446744073709551615 0 0 17 4 0 0 0
/proc/22283/statm: 76507 10337 1862 364 0 11394 0
[pid=22289] ppid=22283 vsize=295784 CPUtime=0.02 cores=0,2,4,6
/proc/22289/stat : 22289 (python) S 22283 22283 21667 0 -1 4202560 887 0 0 0 1 1 0 0 15 0 1 0 947912294 302882816 8845 33554432000 4194304 5683644 140737210477392 18446744073709551615 256415411727 0 0 16781312 33554946 4294934788 0 0 17 6 0 0 0
/proc/22289/statm: 73946 8845 374 364 0 8833 0
[pid=22291] ppid=22289 vsize=8539076 CPUtime=5.86 cores=0,2,4,6
/proc/22291/stat : 22291 (java) S 22289 22291 22291 0 -1 4202496 44407 0 1 0 580 6 0 0 21 0 19 0 947912294 8744013824 41250 33554432000 1073741824 1073778376 140737390975152 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/22291/statm: 2134769 41250 2255 9 0 2125510 0
[pid=22291/tid=22292] ppid=22289 vsize=8539076 CPUtime=4.93 cores=0,2,4,6
/proc/22291/task/22292/stat : 22292 (java) R 22289 22291 22291 0 -1 4202560 32171 0 1 0 489 4 0 0 25 0 19 0 947912295 8744013824 41250 33554432000 1073741824 1073778376 140737390975152 18446744073709551615 46912505859584 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=22291/tid=22293] ppid=22289 vsize=8539076 CPUtime=0 cores=0,2,4,6
/proc/22291/task/22293/stat : 22293 (java) S 22289 22291 22291 0 -1 4202560 718 0 0 0 0 0 0 0 18 0 19 0 947912295 8744013824 41250 33554432000 1073741824 1073778376 140737390975152 18446744073709551615 256427207577 0 4 0 16800975 18446604453137587008 0 0 -1 2 0 0 0
[pid=22291/tid=22294] ppid=22289 vsize=8539076 CPUtime=0 cores=0,2,4,6
/proc/22291/task/22294/stat : 22294 (java) S 22289 22291 22291 0 -1 4202560 418 0 0 0 0 0 0 0 18 0 19 0 947912295 8744013824 41250 33554432000 1073741824 1073778376 140737390975152 18446744073709551615 256427207577 0 4 0 16800975 18446604453137587008 0 0 -1 2 0 0 0
[pid=22291/tid=22295] ppid=22289 vsize=8539076 CPUtime=0 cores=0,2,4,6
/proc/22291/task/22295/stat : 22295 (java) S 22289 22291 22291 0 -1 4202560 1115 0 0 0 0 0 0 0 18 0 19 0 947912295 8744013824 41250 33554432000 1073741824 1073778376 140737390975152 18446744073709551615 256427207577 0 4 0 16800975 18446604453137587008 0 0 -1 0 0 0 0
[pid=22291/tid=22296] ppid=22289 vsize=8539076 CPUtime=0 cores=0,2,4,6
/proc/22291/task/22296/stat : 22296 (java) S 22289 22291 22291 0 -1 4202560 267 0 0 0 0 0 0 0 18 0 19 0 947912295 8744013824 41250 33554432000 1073741824 1073778376 140737390975152 18446744073709551615 256427207577 0 4 0 16800975 18446604453137587008 0 0 -1 6 0 0 0
[pid=22291/tid=22297] ppid=22289 vsize=8539076 CPUtime=0 cores=0,2,4,6
/proc/22291/task/22297/stat : 22297 (java) S 22289 22291 22291 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 947912295 8744013824 41250 33554432000 1073741824 1073778376 140737390975152 18446744073709551615 256427207577 0 4 0 16800975 18446604453137587008 0 0 -1 6 0 0 0
[pid=22291/tid=22298] ppid=22289 vsize=8539076 CPUtime=0 cores=0,2,4,6
/proc/22291/task/22298/stat : 22298 (java) S 22289 22291 22291 0 -1 4202560 657 0 0 0 0 0 0 0 16 0 19 0 947912295 8744013824 41250 33554432000 1073741824 1073778376 140737390975152 18446744073709551615 256427207577 0 4 0 16800975 18446604453137587008 0 0 -1 6 0 0 0
[pid=22291/tid=22299] ppid=22289 vsize=8539076 CPUtime=0 cores=0,2,4,6
/proc/22291/task/22299/stat : 22299 (java) S 22289 22291 22291 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 947912295 8744013824 41250 33554432000 1073741824 1073778376 140737390975152 18446744073709551615 256427207577 0 4 0 16800975 18446604453137587008 0 0 -1 6 0 0 0
[pid=22291/tid=22300] ppid=22289 vsize=8539076 CPUtime=0 cores=0,2,4,6
/proc/22291/task/22300/stat : 22300 (java) S 22289 22291 22291 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 947912295 8744013824 41250 33554432000 1073741824 1073778376 140737390975152 18446744073709551615 256427207577 0 4 0 16800975 18446604453137587008 0 0 -1 6 0 0 0
[pid=22291/tid=22301] ppid=22289 vsize=8539076 CPUtime=0.04 cores=0,2,4,6
/proc/22291/task/22301/stat : 22301 (java) S 22289 22291 22291 0 -1 4202560 2092 0 0 0 4 0 0 0 15 0 19 0 947912296 8744013824 41250 33554432000 1073741824 1073778376 140737390975152 18446744073709551615 256427208192 0 0 0 16800975 18446604453137587008 0 0 -1 4 0 0 0
[pid=22291/tid=22302] ppid=22289 vsize=8539076 CPUtime=0 cores=0,2,4,6
/proc/22291/task/22302/stat : 22302 (java) S 22289 22291 22291 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 947912297 8744013824 41250 33554432000 1073741824 1073778376 140737390975152 18446744073709551615 256427207577 0 4 0 16800975 18446604453137587008 0 0 -1 4 0 0 0
[pid=22291/tid=22303] ppid=22289 vsize=8539076 CPUtime=0 cores=0,2,4,6
/proc/22291/task/22303/stat : 22303 (java) S 22289 22291 22291 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 947912297 8744013824 41250 33554432000 1073741824 1073778376 140737390975152 18446744073709551615 256427207577 0 4 0 16800975 18446604453137587008 0 0 -1 4 0 0 0
[pid=22291/tid=22304] ppid=22289 vsize=8539076 CPUtime=0 cores=0,2,4,6
/proc/22291/task/22304/stat : 22304 (java) S 22289 22291 22291 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 947912299 8744013824 41250 33554432000 1073741824 1073778376 140737390975152 18446744073709551615 256427215281 0 4 0 16800975 18446604453137587008 0 0 -1 4 0 0 0
[pid=22291/tid=22305] ppid=22289 vsize=8539076 CPUtime=0.39 cores=0,2,4,6
/proc/22291/task/22305/stat : 22305 (java) S 22289 22291 22291 0 -1 4202560 2291 0 0 0 39 0 0 0 15 0 19 0 947912299 8744013824 41250 33554432000 1073741824 1073778376 140737390975152 18446744073709551615 256427207577 0 4 0 16800975 18446604453137587008 0 0 -1 0 0 0 0
[pid=22291/tid=22306] ppid=22289 vsize=8539076 CPUtime=0.43 cores=0,2,4,6
/proc/22291/task/22306/stat : 22306 (java) S 22289 22291 22291 0 -1 4202560 3299 0 0 0 43 0 0 0 15 0 19 0 947912299 8744013824 41250 33554432000 1073741824 1073778376 140737390975152 18446744073709551615 256427207577 0 4 0 16800975 18446604453137587008 0 0 -1 6 0 0 0
[pid=22291/tid=22307] ppid=22289 vsize=8539076 CPUtime=0 cores=0,2,4,6
/proc/22291/task/22307/stat : 22307 (java) S 22289 22291 22291 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 947912299 8744013824 41250 33554432000 1073741824 1073778376 140737390975152 18446744073709551615 256427207577 0 4 0 16800975 18446604453137587008 0 0 -1 4 0 0 0
[pid=22291/tid=22308] ppid=22289 vsize=8539076 CPUtime=0 cores=0,2,4,6
/proc/22291/task/22308/stat : 22308 (java) S 22289 22291 22291 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 947912299 8744013824 41250 33554432000 1073741824 1073778376 140737390975152 18446744073709551615 256427208192 0 4 0 16800975 18446604453137587008 0 0 -1 0 0 0 0
[pid=22291/tid=22310] ppid=22289 vsize=8539076 CPUtime=0 cores=0,2,4,6
/proc/22291/task/22310/stat : 22310 (java) S 22289 22291 22291 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 947912365 8744013824 41250 33554432000 1073741824 1073778376 140737390975152 18446744073709551615 256427208192 0 4 0 16800975 18446604453137587008 0 0 -1 0 0 0 0
[pid=22283/tid=22290] ppid=22281 vsize=306028 CPUtime=0 cores=0,2,4,6
/proc/22283/task/22290/stat : 22290 (python) S 22281 22283 21667 0 -1 4202560 26 931 0 0 0 0 0 0 20 0 2 0 947912294 313372672 10337 33554432000 4194304 5683644 140737210477392 18446744073709551615 256427215281 0 0 16781312 33554434 18446604449420740608 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 7.09
Current children cumulated vsize (KiB) 9140888

[startup+12.7008 s]
/proc/loadavg: 2.13 1.59 0.77 3/608 22310
/proc/meminfo: memFree=29504724/32950928 swapFree=50514916/67111528
[pid=22283] ppid=22281 vsize=306028 CPUtime=1.21 cores=0,2,4,6
/proc/22283/stat : 22283 (python) S 22281 22283 21667 0 -1 4202496 14745 931 1 0 112 9 0 0 20 0 2 0 947912163 313372672 10337 33554432000 4194304 5683644 140737210477392 18446744073709551615 256427218379 0 0 16781312 33554434 18446744073709551615 0 0 17 4 0 0 0
/proc/22283/statm: 76507 10337 1862 364 0 11394 0
[pid=22289] ppid=22283 vsize=295784 CPUtime=0.04 cores=0,2,4,6
/proc/22289/stat : 22289 (python) S 22283 22283 21667 0 -1 4202560 1144 0 0 0 2 2 0 0 15 0 1 0 947912294 302882816 8854 33554432000 4194304 5683644 140737210477392 18446744073709551615 256415411727 0 0 16781312 33554946 4294934788 0 0 17 6 0 0 0
/proc/22289/statm: 73946 8854 383 364 0 8833 0
[pid=22291] ppid=22289 vsize=8537640 CPUtime=12.29 cores=0,2,4,6
/proc/22291/stat : 22291 (java) S 22289 22291 22291 0 -1 4202496 46057 0 1 0 1222 7 0 0 21 0 19 0 947912294 8742543360 42390 33554432000 1073741824 1073778376 140737390975152 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/22291/statm: 2134410 42390 2255 9 0 2125151 0
[pid=22291/tid=22292] ppid=22289 vsize=8537640 CPUtime=11.25 cores=0,2,4,6
/proc/22291/task/22292/stat : 22292 (java) R 22289 22291 22291 0 -1 4202560 32171 0 1 0 1121 4 0 0 25 0 19 0 947912295 8742543360 42390 33554432000 1073741824 1073778376 140737390975152 18446744073709551615 46912505796635 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=22291/tid=22293] ppid=22289 vsize=8537640 CPUtime=0.01 cores=0,2,4,6
/proc/22291/task/22293/stat : 22293 (java) S 22289 22291 22291 0 -1 4202560 1100 0 0 0 1 0 0 0 18 0 19 0 947912295 8742543360 42390 33554432000 1073741824 1073778376 140737390975152 18446744073709551615 256427207577 0 4 0 16800975 18446604453137587008 0 0 -1 2 0 0 0
[pid=22291/tid=22294] ppid=22289 vsize=8537640 CPUtime=0 cores=0,2,4,6
/proc/22291/task/22294/stat : 22294 (java) S 22289 22291 22291 0 -1 4202560 418 0 0 0 0 0 0 0 15 0 19 0 947912295 8742543360 42390 33554432000 1073741824 1073778376 140737390975152 18446744073709551615 256427207577 0 4 0 16800975 18446604453137587008 0 0 -1 2 0 0 0
[pid=22291/tid=22295] ppid=22289 vsize=8537640 CPUtime=0.01 cores=0,2,4,6
/proc/22291/task/22295/stat : 22295 (java) S 22289 22291 22291 0 -1 4202560 1623 0 0 0 1 0 0 0 16 0 19 0 947912295 8742543360 42390 33554432000 1073741824 1073778376 140737390975152 18446744073709551615 256427207577 0 4 0 16800975 18446604453137587008 0 0 -1 0 0 0 0
[pid=22291/tid=22296] ppid=22289 vsize=8537640 CPUtime=0 cores=0,2,4,6

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

[pid=22330/tid=22332] ppid=22328 vsize=8538732 CPUtime=0 cores=0,2,4,6
/proc/22330/task/22332/stat : 22332 (java) S 22328 22330 22330 0 -1 4202560 510 0 0 0 0 0 0 0 18 0 19 0 947922037 8743661568 40416 33554432000 1073741824 1073778376 140736705043456 18446744073709551615 256427207577 0 4 0 16800975 18446604453869106368 0 0 -1 4 0 0 0
[pid=22330/tid=22333] ppid=22328 vsize=8538732 CPUtime=0 cores=0,2,4,6
/proc/22330/task/22333/stat : 22333 (java) S 22328 22330 22330 0 -1 4202560 331 0 0 0 0 0 0 0 18 0 19 0 947922037 8743661568 40416 33554432000 1073741824 1073778376 140736705043456 18446744073709551615 256427207577 0 4 0 16800975 18446604453869106368 0 0 -1 6 0 0 0
[pid=22330/tid=22334] ppid=22328 vsize=8538732 CPUtime=0 cores=0,2,4,6
/proc/22330/task/22334/stat : 22334 (java) S 22328 22330 22330 0 -1 4202560 97 0 0 0 0 0 0 0 18 0 19 0 947922037 8743661568 40416 33554432000 1073741824 1073778376 140736705043456 18446744073709551615 256427207577 0 4 0 16800975 18446604453869106368 0 0 -1 6 0 0 0
[pid=22330/tid=22335] ppid=22328 vsize=8538732 CPUtime=0 cores=0,2,4,6
/proc/22330/task/22335/stat : 22335 (java) S 22328 22330 22330 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 947922037 8743661568 40416 33554432000 1073741824 1073778376 140736705043456 18446744073709551615 256427207577 0 4 0 16800975 18446604453869106368 0 0 -1 0 0 0 0
[pid=22330/tid=22336] ppid=22328 vsize=8538732 CPUtime=0 cores=0,2,4,6
/proc/22330/task/22336/stat : 22336 (java) S 22328 22330 22330 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 947922037 8743661568 40416 33554432000 1073741824 1073778376 140736705043456 18446744073709551615 256427207577 0 4 0 16800975 18446604453869106368 0 0 -1 0 0 0 0
[pid=22330/tid=22337] ppid=22328 vsize=8538732 CPUtime=0 cores=0,2,4,6
/proc/22330/task/22337/stat : 22337 (java) S 22328 22330 22330 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 947922037 8743661568 40416 33554432000 1073741824 1073778376 140736705043456 18446744073709551615 256427207577 0 4 0 16800975 18446604453869106368 0 0 -1 0 0 0 0
[pid=22330/tid=22338] ppid=22328 vsize=8538732 CPUtime=0 cores=0,2,4,6
/proc/22330/task/22338/stat : 22338 (java) S 22328 22330 22330 0 -1 4202560 147 0 0 0 0 0 0 0 18 0 19 0 947922037 8743661568 40416 33554432000 1073741824 1073778376 140736705043456 18446744073709551615 256427207577 0 4 0 16800975 18446604453869106368 0 0 -1 0 0 0 0
[pid=22330/tid=22339] ppid=22328 vsize=8538732 CPUtime=0 cores=0,2,4,6
/proc/22330/task/22339/stat : 22339 (java) S 22328 22330 22330 0 -1 4202560 210 0 0 0 0 0 0 0 18 0 19 0 947922037 8743661568 40416 33554432000 1073741824 1073778376 140736705043456 18446744073709551615 256427207577 0 4 0 16800975 18446604453869106368 0 0 -1 0 0 0 0
[pid=22330/tid=22340] ppid=22328 vsize=8538732 CPUtime=0 cores=0,2,4,6
/proc/22330/task/22340/stat : 22340 (java) S 22328 22330 22330 0 -1 4202560 10 0 0 0 0 0 0 0 17 0 19 0 947922038 8743661568 40416 33554432000 1073741824 1073778376 140736705043456 18446744073709551615 256427208192 0 0 0 16800975 18446604453869106368 0 0 -1 4 0 0 0
[pid=22330/tid=22341] ppid=22328 vsize=8538732 CPUtime=0 cores=0,2,4,6
/proc/22330/task/22341/stat : 22341 (java) S 22328 22330 22330 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 947922038 8743661568 40416 33554432000 1073741824 1073778376 140736705043456 18446744073709551615 256427207577 0 4 0 16800975 18446604453869106368 0 0 -1 4 0 0 0
[pid=22330/tid=22342] ppid=22328 vsize=8538732 CPUtime=0 cores=0,2,4,6
/proc/22330/task/22342/stat : 22342 (java) S 22328 22330 22330 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 947922038 8743661568 40416 33554432000 1073741824 1073778376 140736705043456 18446744073709551615 256427207577 0 4 0 16800975 18446604453869106368 0 0 -1 4 0 0 0
[pid=22330/tid=22343] ppid=22328 vsize=8538732 CPUtime=0 cores=0,2,4,6
/proc/22330/task/22343/stat : 22343 (java) S 22328 22330 22330 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 947922041 8743661568 40416 33554432000 1073741824 1073778376 140736705043456 18446744073709551615 256427215281 0 4 0 16800975 18446604453869106368 0 0 -1 4 0 0 0
[pid=22330/tid=22344] ppid=22328 vsize=8538732 CPUtime=0.41 cores=0,2,4,6
/proc/22330/task/22344/stat : 22344 (java) R 22328 22330 22330 0 -1 4202560 2904 0 0 0 40 1 0 0 15 0 19 0 947922041 8743661568 40416 33554432000 1073741824 1073778376 140736705043456 18446744073709551615 256427207577 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=22330/tid=22345] ppid=22328 vsize=8538732 CPUtime=0.49 cores=0,2,4,6
/proc/22330/task/22345/stat : 22345 (java) S 22328 22330 22330 0 -1 4202560 2819 0 0 0 49 0 0 0 15 0 19 0 947922041 8743661568 40416 33554432000 1073741824 1073778376 140736705043456 18446744073709551615 256427207577 0 4 0 16800975 18446604453869106368 0 0 -1 0 0 0 0
[pid=22330/tid=22346] ppid=22328 vsize=8538732 CPUtime=0 cores=0,2,4,6
/proc/22330/task/22346/stat : 22346 (java) S 22328 22330 22330 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 947922041 8743661568 40416 33554432000 1073741824 1073778376 140736705043456 18446744073709551615 256427207577 0 4 0 16800975 18446604453869106368 0 0 -1 4 0 0 0
[pid=22330/tid=22347] ppid=22328 vsize=8538732 CPUtime=0 cores=0,2,4,6
/proc/22330/task/22347/stat : 22347 (java) R 22328 22330 22330 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 19 0 947922041 8743661568 40416 33554432000 1073741824 1073778376 140736705043456 18446744073709551615 256427208192 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=22330/tid=22348] ppid=22328 vsize=8538732 CPUtime=0 cores=0,2,4,6
/proc/22330/task/22348/stat : 22348 (java) S 22328 22330 22330 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 947922106 8743661568 40416 33554432000 1073741824 1073778376 140736705043456 18446744073709551615 256427208192 0 4 0 16800975 18446604453869106368 0 0 -1 0 0 0 0
[pid=22283/tid=22290] ppid=22281 vsize=326540 CPUtime=0 cores=0,2,4,6
/proc/22283/task/22290/stat : 22290 (python) S 22281 22283 21667 0 -1 4202560 26 931 0 0 0 0 0 0 20 0 4 0 947912294 334376960 10358 33554432000 4194304 5683644 140737210477392 18446744073709551615 256427215281 0 0 16781312 33554434 18446604449420740608 0 0 -1 6 0 0 0
[pid=22283/tid=22318] ppid=22281 vsize=326540 CPUtime=0 cores=0,2,4,6
/proc/22283/task/22318/stat : 22318 (python) S 22281 22283 21667 0 -1 4202560 27 931 0 0 0 0 0 0 20 0 4 0 947917191 334376960 10358 33554432000 4194304 5683644 140737210477392 18446744073709551615 256427215281 0 0 16781312 33554434 18446604449420740608 0 0 -1 0 0 0 0
[pid=22283/tid=22329] ppid=22281 vsize=326540 CPUtime=0 cores=0,2,4,6
/proc/22283/task/22329/stat : 22329 (python) S 22281 22283 21667 0 -1 4202560 27 931 0 0 0 0 0 0 20 0 4 0 947922035 334376960 10358 33554432000 4194304 5683644 140737210477392 18446744073709551615 256427215281 0 0 16781312 33554434 18446604449420740608 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 101.93
Current children cumulated vsize (KiB) 18368288

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

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

[startup+99.7012 s]
/proc/loadavg: 2.17 1.75 0.90 6/642 22348
/proc/meminfo: memFree=29128224/32950928 swapFree=50514916/67111528
[pid=22283] ppid=22281 vsize=326540 CPUtime=1.26 cores=0,2,4,6
/proc/22283/stat : 22283 (python) S 22281 22283 21667 0 -1 4202496 16683 931 1 0 117 9 0 0 20 0 4 0 947912163 334376960 10358 33554432000 4194304 5683644 140737210477392 18446744073709551615 256427218379 0 0 16781312 33554434 18446744073709551615 0 0 17 0 0 0 0
/proc/22283/statm: 81635 10358 1875 364 0 16516 0
[pid=22289] ppid=22283 vsize=306028 CPUtime=0.23 cores=0,2,4,6
/proc/22289/stat : 22289 (python) S 22283 22283 21667 0 -1 4202560 1291 0 0 0 12 11 0 0 16 0 2 0 947912294 313372672 8890 33554432000 4194304 5683644 140737210477392 18446744073709551615 256427218379 0 0 16781312 33554946 18446744073709551615 0 0 17 6 0 0 0
/proc/22289/statm: 76507 8890 414 364 0 11394 0
[pid=22291] ppid=22289 vsize=8537640 CPUtime=49.9 cores=0,2,4,6
/proc/22291/stat : 22291 (java) T 22289 22291 22291 0 -1 4202496 51283 0 1 0 4982 8 0 0 18 0 19 0 947912294 8742543360 47604 33554432000 1073741824 1073778376 140737390975152 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/22291/statm: 2134410 47604 2255 9 0 2125151 0
[pid=22291/tid=22292] ppid=22289 vsize=8537640 CPUtime=48.51 cores=0,2,4,6
/proc/22291/task/22292/stat : 22292 (java) T 22289 22291 22291 0 -1 4202560 32179 0 1 0 4847 4 0 0 25 0 19 0 947912295 8742543360 47604 33554432000 1073741824 1073778376 140737390975152 18446744073709551615 46912505846425 0 4 0 16800975 18446744071562691360 0 0 -1 0 0 0 0
[pid=22291/tid=22293] ppid=22289 vsize=8537640 CPUtime=0.02 cores=0,2,4,6
/proc/22291/task/22293/stat : 22293 (java) T 22289 22291 22291 0 -1 4202560 1577 0 0 0 2 0 0 0 15 0 19 0 947912295 8742543360 47604 33554432000 1073741824 1073778376 140737390975152 18446744073709551615 256427207577 0 4 0 16800975 18446744071562691360 0 0 -1 2 0 0 0
[pid=22291/tid=22294] ppid=22289 vsize=8537640 CPUtime=0.02 cores=0,2,4,6
/proc/22291/task/22294/stat : 22294 (java) T 22289 22291 22291 0 -1 4202560 1353 0 0 0 2 0 0 0 15 0 19 0 947912295 8742543360 47604 33554432000 1073741824 1073778376 140737390975152 18446744073709551615 256427207577 0 4 0 16800975 18446744071562691360 0 0 -1 6 0 0 0
[pid=22291/tid=22295] ppid=22289 vsize=8537640 CPUtime=0.01 cores=0,2,4,6
/proc/22291/task/22295/stat : 22295 (java) T 22289 22291 22291 0 -1 4202560 1982 0 0 0 1 0 0 0 15 0 19 0 947912295 8742543360 47604 33554432000 1073741824 1073778376 140737390975152 18446744073709551615 256427207577 0 4 0 16800975 18446744071562691360 0 0 -1 0 0 0 0
[pid=22291/tid=22296] ppid=22289 vsize=8537640 CPUtime=0.01 cores=0,2,4,6
/proc/22291/task/22296/stat : 22296 (java) T 22289 22291 22291 0 -1 4202560 1112 0 0 0 1 0 0 0 15 0 19 0 947912295 8742543360 47604 33554432000 1073741824 1073778376 140737390975152 18446744073709551615 256427207577 0 4 0 16800975 18446744071562691360 0 0 -1 0 0 0 0
[pid=22291/tid=22297] ppid=22289 vsize=8537640 CPUtime=0.01 cores=0,2,4,6
/proc/22291/task/22297/stat : 22297 (java) T 22289 22291 22291 0 -1 4202560 487 0 0 0 1 0 0 0 15 0 19 0 947912295 8742543360 47604 33554432000 1073741824 1073778376 140737390975152 18446744073709551615 256427207577 0 4 0 16800975 18446744071562691360 0 0 -1 0 0 0 0
[pid=22291/tid=22298] ppid=22289 vsize=8537640 CPUtime=0.01 cores=0,2,4,6
/proc/22291/task/22298/stat : 22298 (java) T 22289 22291 22291 0 -1 4202560 1162 0 0 0 1 0 0 0 15 0 19 0 947912295 8742543360 47604 33554432000 1073741824 1073778376 140737390975152 18446744073709551615 256427207577 0 4 0 16800975 18446744071562691360 0 0 -1 0 0 0 0
[pid=22291/tid=22299] ppid=22289 vsize=8537640 CPUtime=0.01 cores=0,2,4,6
/proc/22291/task/22299/stat : 22299 (java) T 22289 22291 22291 0 -1 4202560 563 0 0 0 1 0 0 0 15 0 19 0 947912295 8742543360 47604 33554432000 1073741824 1073778376 140737390975152 18446744073709551615 256427207577 0 4 0 16800975 18446744071562691360 0 0 -1 2 0 0 0
[pid=22291/tid=22300] ppid=22289 vsize=8537640 CPUtime=0 cores=0,2,4,6
/proc/22291/task/22300/stat : 22300 (java) T 22289 22291 22291 0 -1 4202560 102 0 0 0 0 0 0 0 15 0 19 0 947912295 8742543360 47604 33554432000 1073741824 1073778376 140737390975152 18446744073709551615 256427207577 0 4 0 16800975 18446744071562691360 0 0 -1 2 0 0 0
[pid=22291/tid=22301] ppid=22289 vsize=8537640 CPUtime=0.32 cores=0,2,4,6
/proc/22291/task/22301/stat : 22301 (java) T 22289 22291 22291 0 -1 4202560 3784 0 0 0 32 0 0 0 15 0 19 0 947912296 8742543360 47604 33554432000 1073741824 1073778376 140737390975152 18446744073709551615 256427208192 0 0 0 16800975 18446744071562691360 0 0 -1 4 0 0 0
[pid=22291/tid=22302] ppid=22289 vsize=8537640 CPUtime=0 cores=0,2,4,6
/proc/22291/task/22302/stat : 22302 (java) T 22289 22291 22291 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 947912297 8742543360 47604 33554432000 1073741824 1073778376 140737390975152 18446744073709551615 256427207577 0 4 0 16800975 18446744071562691360 0 0 -1 4 0 0 0
[pid=22291/tid=22303] ppid=22289 vsize=8537640 CPUtime=0 cores=0,2,4,6
/proc/22291/task/22303/stat : 22303 (java) T 22289 22291 22291 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 947912297 8742543360 47604 33554432000 1073741824 1073778376 140737390975152 18446744073709551615 256427207577 0 4 0 16800975 18446744071562691360 0 0 -1 4 0 0 0
[pid=22291/tid=22304] ppid=22289 vsize=8537640 CPUtime=0 cores=0,2,4,6
/proc/22291/task/22304/stat : 22304 (java) T 22289 22291 22291 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 947912299 8742543360 47604 33554432000 1073741824 1073778376 140737390975152 18446744073709551615 256427215281 0 4 0 16800975 18446744071562691360 0 0 -1 4 0 0 0
[pid=22291/tid=22305] ppid=22289 vsize=8537640 CPUtime=0.43 cores=0,2,4,6
/proc/22291/task/22305/stat : 22305 (java) T 22289 22291 22291 0 -1 4202560 2303 0 0 0 43 0 0 0 15 0 19 0 947912299 8742543360 47604 33554432000 1073741824 1073778376 140737390975152 18446744073709551615 256427207577 0 4 0 16800975 18446744071562691360 0 0 -1 0 0 0 0
[pid=22291/tid=22306] ppid=22289 vsize=8537640 CPUtime=0.44 cores=0,2,4,6
/proc/22291/task/22306/stat : 22306 (java) T 22289 22291 22291 0 -1 4202560 3301 0 0 0 44 0 0 0 15 0 19 0 947912299 8742543360 47604 33554432000 1073741824 1073778376 140737390975152 18446744073709551615 256427207577 0 4 0 16800975 18446744071562691360 0 0 -1 4 0 0 0
[pid=22291/tid=22307] ppid=22289 vsize=8537640 CPUtime=0 cores=0,2,4,6
/proc/22291/task/22307/stat : 22307 (java) T 22289 22291 22291 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 947912299 8742543360 47604 33554432000 1073741824 1073778376 140737390975152 18446744073709551615 256427207577 0 4 0 16800975 18446744071562691360 0 0 -1 4 0 0 0
[pid=22291/tid=22308] ppid=22289 vsize=8537640 CPUtime=0 cores=0,2,4,6
/proc/22291/task/22308/stat : 22308 (java) T 22289 22291 22291 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 947912299 8742543360 47604 33554432000 1073741824 1073778376 140737390975152 18446744073709551615 256427208192 0 4 0 16800975 18446744071562691360 0 0 -1 0 0 0 0
[pid=22291/tid=22310] ppid=22289 vsize=8537640 CPUtime=0 cores=0,2,4,6
/proc/22291/task/22310/stat : 22310 (java) T 22289 22291 22291 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 947912365 8742543360 47604 33554432000 1073741824 1073778376 140737390975152 18446744073709551615 256427208192 0 4 0 16800975 18446744071562691360 0 0 -1 0 0 0 0
[pid=22289/tid=22316] ppid=22283 vsize=306028 CPUtime=0 cores=0,2,4,6
/proc/22289/task/22316/stat : 22316 (python) S 22283 22283 21667 0 -1 4202560 40 0 0 0 0 0 0 0 16 0 2 0 947917188 313372672 8890 33554432000 4194304 5683644 140737210477392 18446744073709551615 256427215281 0 0 16781312 33554946 18446604442175654848 0 0 -1 6 0 0 0
[pid=22317] ppid=22283 vsize=306040 CPUtime=0.34 cores=0,2,4,6
/proc/22317/stat : 22317 (python) S 22283 22283 21667 0 -1 4202560 1161 0 0 0 21 13 0 0 17 0 2 0 947917191 313384960 8872 33554432000 4194304 5683644 140737210477392 18446744073709551615 256427218379 0 0 16781312 33554946 18446744073709551615 0 0 17 0 0 0 0
/proc/22317/statm: 76510 8872 396 364 0 11394 0
[pid=22319] ppid=22317 vsize=37012 CPUtime=48.29 cores=0,2,4,6
/proc/22319/stat : 22319 (wbo1.4a) T 22317 22319 22319 0 -1 4202496 34549 0 0 0 4820 9 0 0 25 0 1 0 947917191 37900288 8711 33554432000 134512640 135751879 4290830448 18446744073709551615 135204044 0 0 16781312 3 18446744071562691360 0 0 17 6 0 0 0
/proc/22319/statm: 9253 8711 145 303 0 8948 0
[pid=22317/tid=22327] ppid=22283 vsize=306040 CPUtime=0 cores=0,2,4,6
/proc/22317/task/22327/stat : 22327 (python) S 22283 22283 21667 0 -1 4202560 49 0 0 0 0 0 0 0 17 0 2 0 947922032 313384960 8872 33554432000 4194304 5683644 140737210477392 18446744073709551615 256427215281 0 0 16781312 33554946 18446604451150129152 0 0 -1 0 0 0 0
[pid=22328] ppid=22283 vsize=316296 CPUtime=0 cores=0,2,4,6
/proc/22328/stat : 22328 (python) S 22283 22283 21667 0 -1 4202560 774 0 0 0 0 0 0 0 16 0 1 0 947922035 323887104 8827 33554432000 4194304 5683644 140737210477392 18446744073709551615 256415411782 0 0 16781312 33554946 13963050868136706305 0 0 17 6 0 0 0
/proc/22328/statm: 79074 8827 348 364 0 13955 0
[pid=22330] ppid=22328 vsize=8538732 CPUtime=1.91 cores=0,2,4,6
/proc/22330/stat : 22330 (java) S 22328 22330 22330 0 -1 4202496 43684 0 1 0 184 7 0 0 20 0 19 0 947922035 8743661568 40416 33554432000 1073741824 1073778376 140736705043456 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/22330/statm: 2134683 40416 2244 9 0 2125424 0
[pid=22330/tid=22331] ppid=22328 vsize=8538732 CPUtime=0.97 cores=0,2,4,6
/proc/22330/task/22331/stat : 22331 (java) R 22328 22330 22330 0 -1 4202560 35262 0 1 0 93 4 0 0 19 0 19 0 947922036 8743661568 40416 33554432000 1073741824 1073778376 140736705043456 18446744073709551615 46912505213780 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=22330/tid=22332] ppid=22328 vsize=8538732 CPUtime=0 cores=0,2,4,6
/proc/22330/task/22332/stat : 22332 (java) S 22328 22330 22330 0 -1 4202560 510 0 0 0 0 0 0 0 18 0 19 0 947922037 8743661568 40416 33554432000 1073741824 1073778376 140736705043456 18446744073709551615 256427207577 0 4 0 16800975 18446604453869106368 0 0 -1 4 0 0 0
[pid=22330/tid=22333] ppid=22328 vsize=8538732 CPUtime=0 cores=0,2,4,6
/proc/22330/task/22333/stat : 22333 (java) S 22328 22330 22330 0 -1 4202560 331 0 0 0 0 0 0 0 18 0 19 0 947922037 8743661568 40416 33554432000 1073741824 1073778376 140736705043456 18446744073709551615 256427207577 0 4 0 16800975 18446604453869106368 0 0 -1 6 0 0 0
[pid=22330/tid=22334] ppid=22328 vsize=8538732 CPUtime=0 cores=0,2,4,6
/proc/22330/task/22334/stat : 22334 (java) S 22328 22330 22330 0 -1 4202560 97 0 0 0 0 0 0 0 18 0 19 0 947922037 8743661568 40416 33554432000 1073741824 1073778376 140736705043456 18446744073709551615 256427207577 0 4 0 16800975 18446604453869106368 0 0 -1 6 0 0 0
[pid=22330/tid=22335] ppid=22328 vsize=8538732 CPUtime=0 cores=0,2,4,6
/proc/22330/task/22335/stat : 22335 (java) S 22328 22330 22330 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 947922037 8743661568 40416 33554432000 1073741824 1073778376 140736705043456 18446744073709551615 256427207577 0 4 0 16800975 18446604453869106368 0 0 -1 0 0 0 0
[pid=22330/tid=22336] ppid=22328 vsize=8538732 CPUtime=0 cores=0,2,4,6
/proc/22330/task/22336/stat : 22336 (java) S 22328 22330 22330 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 947922037 8743661568 40416 33554432000 1073741824 1073778376 140736705043456 18446744073709551615 256427207577 0 4 0 16800975 18446604453869106368 0 0 -1 0 0 0 0
[pid=22330/tid=22337] ppid=22328 vsize=8538732 CPUtime=0 cores=0,2,4,6
/proc/22330/task/22337/stat : 22337 (java) S 22328 22330 22330 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 947922037 8743661568 40416 33554432000 1073741824 1073778376 140736705043456 18446744073709551615 256427207577 0 4 0 16800975 18446604453869106368 0 0 -1 0 0 0 0
[pid=22330/tid=22338] ppid=22328 vsize=8538732 CPUtime=0 cores=0,2,4,6
/proc/22330/task/22338/stat : 22338 (java) S 22328 22330 22330 0 -1 4202560 147 0 0 0 0 0 0 0 18 0 19 0 947922037 8743661568 40416 33554432000 1073741824 1073778376 140736705043456 18446744073709551615 256427207577 0 4 0 16800975 18446604453869106368 0 0 -1 0 0 0 0
[pid=22330/tid=22339] ppid=22328 vsize=8538732 CPUtime=0 cores=0,2,4,6
/proc/22330/task/22339/stat : 22339 (java) S 22328 22330 22330 0 -1 4202560 210 0 0 0 0 0 0 0 18 0 19 0 947922037 8743661568 40416 33554432000 1073741824 1073778376 140736705043456 18446744073709551615 256427207577 0 4 0 16800975 18446604453869106368 0 0 -1 0 0 0 0
[pid=22330/tid=22340] ppid=22328 vsize=8538732 CPUtime=0 cores=0,2,4,6
/proc/22330/task/22340/stat : 22340 (java) S 22328 22330 22330 0 -1 4202560 10 0 0 0 0 0 0 0 17 0 19 0 947922038 8743661568 40416 33554432000 1073741824 1073778376 140736705043456 18446744073709551615 256427208192 0 0 0 16800975 18446604453869106368 0 0 -1 4 0 0 0
[pid=22330/tid=22341] ppid=22328 vsize=8538732 CPUtime=0 cores=0,2,4,6
/proc/22330/task/22341/stat : 22341 (java) S 22328 22330 22330 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 947922038 8743661568 40416 33554432000 1073741824 1073778376 140736705043456 18446744073709551615 256427207577 0 4 0 16800975 18446604453869106368 0 0 -1 4 0 0 0
[pid=22330/tid=22342] ppid=22328 vsize=8538732 CPUtime=0 cores=0,2,4,6
/proc/22330/task/22342/stat : 22342 (java) S 22328 22330 22330 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 947922038 8743661568 40416 33554432000 1073741824 1073778376 140736705043456 18446744073709551615 256427207577 0 4 0 16800975 18446604453869106368 0 0 -1 4 0 0 0
[pid=22330/tid=22343] ppid=22328 vsize=8538732 CPUtime=0 cores=0,2,4,6
/proc/22330/task/22343/stat : 22343 (java) S 22328 22330 22330 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 947922041 8743661568 40416 33554432000 1073741824 1073778376 140736705043456 18446744073709551615 256427215281 0 4 0 16800975 18446604453869106368 0 0 -1 4 0 0 0
[pid=22330/tid=22344] ppid=22328 vsize=8538732 CPUtime=0.41 cores=0,2,4,6
/proc/22330/task/22344/stat : 22344 (java) R 22328 22330 22330 0 -1 4202560 2904 0 0 0 40 1 0 0 15 0 19 0 947922041 8743661568 40416 33554432000 1073741824 1073778376 140736705043456 18446744073709551615 256427207577 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=22330/tid=22345] ppid=22328 vsize=8538732 CPUtime=0.49 cores=0,2,4,6
/proc/22330/task/22345/stat : 22345 (java) S 22328 22330 22330 0 -1 4202560 2819 0 0 0 49 0 0 0 15 0 19 0 947922041 8743661568 40416 33554432000 1073741824 1073778376 140736705043456 18446744073709551615 256427207577 0 4 0 16800975 18446604453869106368 0 0 -1 0 0 0 0
[pid=22330/tid=22346] ppid=22328 vsize=8538732 CPUtime=0 cores=0,2,4,6
/proc/22330/task/22346/stat : 22346 (java) S 22328 22330 22330 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 947922041 8743661568 40416 33554432000 1073741824 1073778376 140736705043456 18446744073709551615 256427207577 0 4 0 16800975 18446604453869106368 0 0 -1 4 0 0 0
[pid=22330/tid=22347] ppid=22328 vsize=8538732 CPUtime=0 cores=0,2,4,6
/proc/22330/task/22347/stat : 22347 (java) R 22328 22330 22330 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 19 0 947922041 8743661568 40416 33554432000 1073741824 1073778376 140736705043456 18446744073709551615 256427208192 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=22330/tid=22348] ppid=22328 vsize=8538732 CPUtime=0 cores=0,2,4,6
/proc/22330/task/22348/stat : 22348 (java) S 22328 22330 22330 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 947922106 8743661568 40416 33554432000 1073741824 1073778376 140736705043456 18446744073709551615 256427208192 0 4 0 16800975 18446604453869106368 0 0 -1 0 0 0 0
[pid=22283/tid=22290] ppid=22281 vsize=326540 CPUtime=0 cores=0,2,4,6
/proc/22283/task/22290/stat : 22290 (python) S 22281 22283 21667 0 -1 4202560 26 931 0 0 0 0 0 0 20 0 4 0 947912294 334376960 10358 33554432000 4194304 5683644 140737210477392 18446744073709551615 256427215281 0 0 16781312 33554434 18446604449420740608 0 0 -1 6 0 0 0
[pid=22283/tid=22318] ppid=22281 vsize=326540 CPUtime=0 cores=0,2,4,6
/proc/22283/task/22318/stat : 22318 (python) S 22281 22283 21667 0 -1 4202560 27 931 0 0 0 0 0 0 20 0 4 0 947917191 334376960 10358 33554432000 4194304 5683644 140737210477392 18446744073709551615 256427215281 0 0 16781312 33554434 18446604449420740608 0 0 -1 0 0 0 0
[pid=22283/tid=22329] ppid=22281 vsize=326540 CPUtime=0 cores=0,2,4,6
/proc/22283/task/22329/stat : 22329 (python) S 22281 22283 21667 0 -1 4202560 27 931 0 0 0 0 0 0 20 0 4 0 947922035 334376960 10358 33554432000 4194304 5683644 140737210477392 18446744073709551615 256427215281 0 0 16781312 33554434 18446604449420740608 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 101.93
Current children cumulated vsize (KiB) 18368288

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 99.7752
CPU time (s): 101.93
CPU user time (s): 101.36
CPU system time (s): 0.57
CPU usage (%): 102.16
Max. virtual memory (cumulated for all children) (KiB): 18368288

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.17882
system time used= 0.099984
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17614
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= 1000
involuntary context switches= 16

runsolver used 0.612906 second user time and 1.22381 second system time

The end

Launcher Data

Begin job on node115 at 2011-06-09 01:46:54
IDJOB=3481706
IDBENCH=2183
IDSOLVER=1970
FILE ID=node115/3481706-1307576814
RUNJOBID= node115-1307576359-21685
PBS_JOBID= 13547684
Free space on /tmp= 73776 MiB

SOLVER NAME= borg pb-opt-11.04.03
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/primes-dimacs-cnf/normalized-g125.17.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-3481706-1307576814/watcher-3481706-1307576814 -o /tmp/evaluation-result-3481706-1307576814/solver-3481706-1307576814 -C 1800 -W 1900 -M 15500  python HOME/solve HOME/etc/borg-mix+class.opt.pickle HOME/instance-3481706-1307576814.opb -seed 1342833978 -budget 1800

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

MD5SUM BENCH= 7d701b956113b6fc93a1922e71200e27
RANDOM SEED=1342833978

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:      29708900 kB
Buffers:        155124 kB
Cached:         531480 kB
SwapCached:       9708 kB
Active:        2804896 kB
Inactive:       150420 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      29708900 kB
SwapTotal:    67111528 kB
SwapFree:     50514916 kB
Dirty:          152108 kB
Writeback:          16 kB
AnonPages:     2266244 kB
Mapped:          46612 kB
Slab:           134856 kB
PageTables:      81376 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 154479664 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= 73676 MiB
End job on node115 at 2011-06-09 01:48:37