Trace number 4275189

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
OscaR - Parallel with EPS 2017-07-26OPT16 8.7518597 2.49455

General information on the benchmark

NameStillLife/StillLife-m1-s1/
StillLife-03-10.xml
MD5SUM73d437c55a2dcfaad474645e4d596452
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark16
Best CPU time to get the best result obtained on this benchmark0.26066601
Satisfiable
(Un)Satisfiability was proved
Number of variables60
Number of constraints78
Number of domains2
Minimum domain size2
Maximum domain size9
Distribution of domain sizes[{"size":2,"count":30},{"size":9,"count":30}]
Minimum variable degree2
Maximum variable degree10
Distribution of variable degrees[{"degree":2,"count":30},{"degree":7,"count":4},{"degree":8,"count":18},{"degree":10,"count":8}]
Minimum constraint arity2
Maximum constraint arity9
Distribution of constraint arities[{"arity":2,"count":30},{"arity":3,"count":18},{"arity":4,"count":4},{"arity":6,"count":18},{"arity":9,"count":8}]
Number of extensional constraints48
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":48},{"type":"sum","count":30}]
Optimization problemYES
Type of objectivemax SUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.29/0.26	c version: 2017-07-26
0.29/0.26	c seed: 1573436785
0.29/0.26	c timeout: 20160
0.29/0.26	c memlimit: 11000
0.29/0.26	c nbcore: 8
0.29/0.28	c Parsing instance...
0.84/0.57	c Parsing done, starting search...
6.68/2.20	o 6
6.68/2.20	o 8
6.68/2.21	o 10
6.68/2.22	o 12
6.68/2.24	o 13
6.68/2.24	o 14
6.68/2.29	o 15
6.68/2.29	o 16
8.29/2.47	s OPTIMUM FOUND
8.29/2.47	v <instantiation>
8.29/2.47	v 	<list>
8.29/2.47	v 		x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[0][6] x[0][7] x[0][8] x[0][9] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[1][7] x[1][8] x[1][9] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[2][6] x[2][7] x[2][8] x[2][9] s[0][0] s[0][1] s[0][2] s[0][3] s[0][4] s[0][5] s[0][6] s[0][7] s[0][8] s[0][9] s[1][0] s[1][1] s[1][2] s[1][3] s[1][4] s[1][5] s[1][6] s[1][7] s[1][8] s[1][9] s[2][0] s[2][1] s[2][2] s[2][3] s[2][4] s[2][5] s[2][6] s[2][7] s[2][8] s[2][9]
8.29/2.47	v 	</list>
8.29/2.47	v 	<values>
8.29/2.47	v 		0 0 0 0 1 1 0 1 1 0 1 1 0 1 0 1 0 1 0 1 1 1 0 1 1 0 0 0 1 1 2 2 2 2 3 2 4 2 3 2 3 3 4 3 6 3 4 3 6 3 3 3 4 2 3 2 2 2 3 2 
8.29/2.47	v 	</values>
8.29/2.47	v </instantiation>

Verifier Data

OK	16

Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

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.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (14077 MiB free)
  memory of node 1: 16384 MiB (12249 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4275189-1502675646/watcher-4275189-1502675646 -o /tmp/evaluation-result-4275189-1502675646/solver-4275189-1502675646 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node114-1502667219-28804 --watchdog 2580 java -Xmx11000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 1573436785 --timelimit 20160 --memlimit 11000 --nbcore 8 HOME/instance-4275189-1502675646.xml 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 20160 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 20190 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=29598, runsolver pid=29595

[startup+0.10011 s]*
/proc/loadavg: 8.25 8.21 8.27 2/198 29618
/proc/meminfo: memFree=26939024/32770624 swapFree=67108860/67108860
[pid=29598] ppid=29595 vsize=14325320 memory=34492 CPUtime=0.12 cores=0-7
/proc/29598/stat : 29598 (java) S 29595 29598 28777 0 -1 1077944320 8528 0 0 0 11 1 0 0 20 0 20 0 100652423 14669127680 8623 33554432000 4194304 4196468 140721456776512 140721456759056 140165858250487 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 14913536 140721456784481 140721456784667 140721456784667 140721456787407 0
/proc/29598/statm: 3581330 8623 3404 1 0 3569050 0
[pid=29598/tid=29600] ppid=29595 vsize=14325320 memory=4134930498285298233 CPUtime=0.09 cores=0-7
/proc/29598/task/29600/stat : 29600 (java) R 29595 29598 28777 0 -1 4202560 6452 0 0 0 8 1 0 0 20 0 20 0 100652424 14669127680 8623 33554432000 4194304 4196468 140721456776512 140165862467184 140165858272413 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14913536 140721456784481 140721456784667 140721456784667 140721456787407 0
[pid=29598/tid=29601] ppid=29595 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/29598/task/29601/stat : 29601 (java) S 29595 29598 28777 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 100652424 14669127680 8623 33554432000 4194304 4196468 140721456776512 140165454150032 140165858260693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14913536 140721456784481 140721456784667 140721456784667 140721456787407 0
[pid=29598/tid=29602] ppid=29595 vsize=14325320 memory=140694200538752 CPUtime=0 cores=0-7
/proc/29598/task/29602/stat : 29602 (java) S 29595 29598 28777 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 100652424 14669127680 8623 33554432000 4194304 4196468 140721456776512 140165453097232 140165858260693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14913536 140721456784481 140721456784667 140721456784667 140721456787407 0
[pid=29598/tid=29603] ppid=29595 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/29598/task/29603/stat : 29603 (java) S 29595 29598 28777 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 100652424 14669127680 8623 33554432000 4194304 4196468 140721456776512 140165452044944 140165858260693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14913536 140721456784481 140721456784667 140721456784667 140721456787407 0
[pid=29598/tid=29604] ppid=29595 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/29598/task/29604/stat : 29604 (java) S 29595 29598 28777 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 100652424 14669127680 8623 33554432000 4194304 4196468 140721456776512 140165450992144 140165858260693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14913536 140721456784481 140721456784667 140721456784667 140721456787407 0
[pid=29598/tid=29605] ppid=29595 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/29598/task/29605/stat : 29605 (java) S 29595 29598 28777 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 100652424 14669127680 8623 33554432000 4194304 4196468 140721456776512 140165449939856 140165858260693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14913536 140721456784481 140721456784667 140721456784667 140721456787407 0
[pid=29598/tid=29606] ppid=29595 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/29598/task/29606/stat : 29606 (java) S 29595 29598 28777 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 100652424 14669127680 8623 33554432000 4194304 4196468 140721456776512 140165448887056 140165858260693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14913536 140721456784481 140721456784667 140721456784667 140721456787407 0
[pid=29598/tid=29607] ppid=29595 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/29598/task/29607/stat : 29607 (java) S 29595 29598 28777 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 100652424 14669127680 8623 33554432000 4194304 4196468 140721456776512 140165447834768 140165858260693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14913536 140721456784481 140721456784667 140721456784667 140721456787407 0
[pid=29598/tid=29608] ppid=29595 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/29598/task/29608/stat : 29608 (java) S 29595 29598 28777 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 100652424 14669127680 8623 33554432000 4194304 4196468 140721456776512 140165446781968 140165858260693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14913536 140721456784481 140721456784667 140721456784667 140721456787407 0
[pid=29598/tid=29609] ppid=29595 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/29598/task/29609/stat : 29609 (java) S 29595 29598 28777 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 100652426 14669127680 8623 33554432000 4194304 4196468 140721456776512 140165047634032 140165858261634 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14913536 140721456784481 140721456784667 140721456784667 140721456787407 0
[pid=29598/tid=29610] ppid=29595 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/29598/task/29610/stat : 29610 (java) S 29595 29598 28777 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 100652426 14669127680 8623 33554432000 4194304 4196468 140721456776512 140165046580000 140165858260693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14913536 140721456784481 140721456784667 140721456784667 140721456787407 0
[pid=29598/tid=29611] ppid=29595 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/29598/task/29611/stat : 29611 (java) S 29595 29598 28777 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 100652427 14669127680 8623 33554432000 4194304 4196468 140721456776512 140165045527664 140165858260693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14913536 140721456784481 140721456784667 140721456784667 140721456787407 0
[pid=29598/tid=29612] ppid=29595 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/29598/task/29612/stat : 29612 (java) S 29595 29598 28777 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 100652429 14669127680 8623 33554432000 4194304 4196468 140721456776512 140165044475984 140165858269083 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14913536 140721456784481 140721456784667 140721456784667 140721456787407 0
[pid=29598/tid=29613] ppid=29595 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/29598/task/29613/stat : 29613 (java) S 29595 29598 28777 0 -1 1077944384 320 0 0 0 0 0 0 0 20 0 20 0 100652429 14669127680 8623 33554432000 4194304 4196468 140721456776512 140165043423856 140165858261634 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14913536 140721456784481 140721456784667 140721456784667 140721456787407 0
[pid=29598/tid=29614] ppid=29595 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/29598/task/29614/stat : 29614 (java) S 29595 29598 28777 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 100652429 14669127680 8623 33554432000 4194304 4196468 140721456776512 140165042371056 140165858261634 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14913536 140721456784481 140721456784667 140721456784667 140721456787407 0
[pid=29598/tid=29615] ppid=29595 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/29598/task/29615/stat : 29615 (java) S 29595 29598 28777 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 100652429 14669127680 8623 33554432000 4194304 4196468 140721456776512 140165041318768 140165858261634 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14913536 140721456784481 140721456784667 140721456784667 140721456787407 0
[pid=29598/tid=29616] ppid=29595 vsize=14325320 memory=0 CPUtime=0.01 cores=0-7
/proc/29598/task/29616/stat : 29616 (java) R 29595 29598 28777 0 -1 4202560 371 0 0 0 1 0 0 0 20 0 20 0 100652429 14669127680 8623 33554432000 4194304 4196468 140721456776512 140165040265968 140165837170787 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14913536 140721456784481 140721456784667 140721456784667 140721456787407 0
[pid=29598/tid=29617] ppid=29595 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/29598/task/29617/stat : 29617 (java) S 29595 29598 28777 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 100652429 14669127680 8623 33554432000 4194304 4196468 140721456776512 140165039212896 140165858260693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14913536 140721456784481 140721456784667 140721456784667 140721456787407 0
[pid=29598/tid=29618] ppid=29595 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/29598/task/29618/stat : 29618 (java) S 29595 29598 28777 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 100652429 14669127680 8623 33554432000 4194304 4196468 140721456776512 140165038160176 140165858261634 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14913536 140721456784481 140721456784667 140721456784667 140721456787407 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14325320 KiB
Current children cumulated memory: 34492 KiB

[startup+0.210107 s]*
/proc/loadavg: 8.25 8.21 8.27 2/198 29618
/proc/meminfo: memFree=26929284/32770624 swapFree=67108860/67108860
[pid=29598] ppid=29595 vsize=14325320 memory=43932 CPUtime=0.29 cores=0-7
/proc/29598/stat : 29598 (java) S 29595 29598 28777 0 -1 1077944320 9541 0 0 0 27 2 0 0 20 0 20 0 100652423 14669127680 10983 33554432000 4194304 4196468 140721456776512 140721456759056 140165858250487 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 14913536 140721456784481 140721456784667 140721456784667 140721456787407 0
/proc/29598/statm: 3581330 10983 3632 1 0 3569050 0
[pid=29598/tid=29600] ppid=29595 vsize=14325320 memory=4026531975 CPUtime=0.19 cores=0-7
/proc/29598/task/29600/stat : 29600 (java) R 29595 29598 28777 0 -1 4202560 7086 0 0 0 18 1 0 0 20 0 20 0 100652424 14669127680 10983 33554432000 4194304 4196468 140721456776512 140165862465824 140165858272413 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14913536 140721456784481 140721456784667 140721456784667 140721456787407 0
[pid=29598/tid=29601] ppid=29595 vsize=14325320 memory=9395 CPUtime=0 cores=0-7
/proc/29598/task/29601/stat : 29601 (java) S 29595 29598 28777 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 100652424 14669127680 10983 33554432000 4194304 4196468 140721456776512 140165454150032 140165858260693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14913536 140721456784481 140721456784667 140721456784667 140721456787407 0
[pid=29598/tid=29602] ppid=29595 vsize=14325320 memory=288371070352250496 CPUtime=0 cores=0-7
/proc/29598/task/29602/stat : 29602 (java) S 29595 29598 28777 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 100652424 14669127680 10983 33554432000 4194304 4196468 140721456776512 140165453097232 140165858260693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14913536 140721456784481 140721456784667 140721456784667 140721456787407 0
[pid=29598/tid=29603] ppid=29595 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/29598/task/29603/stat : 29603 (java) S 29595 29598 28777 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 100652424 14669127680 10983 33554432000 4194304 4196468 140721456776512 140165452044944 140165858260693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14913536 140721456784481 140721456784667 140721456784667 140721456787407 0
[pid=29598/tid=29604] ppid=29595 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/29598/task/29604/stat : 29604 (java) S 29595 29598 28777 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 100652424 14669127680 10983 33554432000 4194304 4196468 140721456776512 140165450992144 140165858260693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14913536 140721456784481 140721456784667 140721456784667 140721456787407 0
[pid=29598/tid=29605] ppid=29595 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/29598/task/29605/stat : 29605 (java) S 29595 29598 28777 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 100652424 14669127680 10983 33554432000 4194304 4196468 140721456776512 140165449939856 140165858260693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14913536 140721456784481 140721456784667 140721456784667 140721456787407 0
[pid=29598/tid=29606] ppid=29595 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/29598/task/29606/stat : 29606 (java) S 29595 29598 28777 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 100652424 14669127680 10983 33554432000 4194304 4196468 140721456776512 140165448887056 140165858260693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14913536 140721456784481 140721456784667 140721456784667 140721456787407 0
[pid=29598/tid=29607] ppid=29595 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/29598/task/29607/stat : 29607 (java) S 29595 29598 28777 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 100652424 14669127680 10983 33554432000 4194304 4196468 140721456776512 140165447834768 140165858260693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14913536 140721456784481 140721456784667 140721456784667 140721456787407 0
[pid=29598/tid=29608] ppid=29595 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/29598/task/29608/stat : 29608 (java) S 29595 29598 28777 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 100652424 14669127680 10983 33554432000 4194304 4196468 140721456776512 140165446781968 140165858260693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14913536 140721456784481 140721456784667 140721456784667 140721456787407 0
[pid=29598/tid=29609] ppid=29595 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/29598/task/29609/stat : 29609 (java) S 29595 29598 28777 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 100652426 14669127680 10983 33554432000 4194304 4196468 140721456776512 140165047634032 140165858261634 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14913536 140721456784481 140721456784667 140721456784667 140721456787407 0
[pid=29598/tid=29610] ppid=29595 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/29598/task/29610/stat : 29610 (java) S 29595 29598 28777 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 100652426 14669127680 10983 33554432000 4194304 4196468 140721456776512 140165046580000 140165858260693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14913536 140721456784481 140721456784667 140721456784667 140721456787407 0
[pid=29598/tid=29611] ppid=29595 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/29598/task/29611/stat : 29611 (java) S 29595 29598 28777 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 100652427 14669127680 10983 33554432000 4194304 4196468 140721456776512 140165045527664 140165858260693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14913536 140721456784481 140721456784667 140721456784667 140721456787407 0
[pid=29598/tid=29612] ppid=29595 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/29598/task/29612/stat : 29612 (java) S 29595 29598 28777 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 100652429 14669127680 10983 33554432000 4194304 4196468 140721456776512 140165044475984 140165858269083 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14913536 140721456784481 140721456784667 140721456784667 140721456787407 0
[pid=29598/tid=29613] ppid=29595 vsize=14325320 memory=0 CPUtime=0.01 cores=0-7
/proc/29598/task/29613/stat : 29613 (java) S 29595 29598 28777 0 -1 1077944384 361 0 0 0 1 0 0 0 20 0 20 0 100652429 14669127680 10983 33554432000 4194304 4196468 140721456776512 140165043423856 140165858261634 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14913536 140721456784481 140721456784667 140721456784667 140721456787407 0
[pid=29598/tid=29614] ppid=29595 vsize=14325320 memory=0 CPUtime=0.01 cores=0-7
/proc/29598/task/29614/stat : 29614 (java) S 29595 29598 28777 0 -1 1077944384 268 0 0 0 1 0 0 0 20 0 20 0 100652429 14669127680 10983 33554432000 4194304 4196468 140721456776512 140165042371056 140165858261634 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14913536 140721456784481 140721456784667 140721456784667 140721456787407 0
[pid=29598/tid=29615] ppid=29595 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/29598/task/29615/stat : 29615 (java) S 29595 29598 28777 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 20 0 100652429 14669127680 10983 33554432000 4194304 4196468 140721456776512 140165041318768 140165858261634 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14913536 140721456784481 140721456784667 140721456784667 140721456787407 0
[pid=29598/tid=29616] ppid=29595 vsize=14325320 memory=0 CPUtime=0.05 cores=0-7
/proc/29598/task/29616/stat : 29616 (java) S 29595 29598 28777 0 -1 1077944384 406 0 0 0 5 0 0 0 20 0 20 0 100652429 14669127680 10983 33554432000 4194304 4196468 140721456776512 140165040265968 140165858261634 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14913536 140721456784481 140721456784667 140721456784667 140721456787407 0
[pid=29598/tid=29617] ppid=29595 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/29598/task/29617/stat : 29617 (java) S 29595 29598 28777 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 100652429 14669127680 10983 33554432000 4194304 4196468 140721456776512 140165039212896 140165858260693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14913536 140721456784481 140721456784667 140721456784667 140721456787407 0
[pid=29598/tid=29618] ppid=29595 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/29598/task/29618/stat : 29618 (java) S 29595 29598 28777 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 100652429 14669127680 10983 33554432000 4194304 4196468 140721456776512 140165038160176 140165858261634 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14913536 140721456784481 140721456784667 140721456784667 140721456787407 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 14325320 KiB
Current children cumulated memory: 43932 KiB

[startup+0.309517 s]*
/proc/loadavg: 8.25 8.21 8.27 2/198 29618
/proc/meminfo: memFree=26922772/32770624 swapFree=67108860/67108860
[pid=29598] ppid=29595 vsize=14325340 memory=50812 CPUtime=0.48 cores=0-7
/proc/29598/stat : 29598 (java) S 29595 29598 28777 0 -1 1077944320 10525 0 0 0 45 3 0 0 20 0 20 0 100652423 14669148160 12703 33554432000 4194304 4196468 140721456776512 140721456759056 140165858250487 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 14913536 140721456784481 140721456784667 140721456784667 140721456787407 0
/proc/29598/statm: 3581335 12703 3696 1 0 3569050 0
[pid=29598/tid=29600] ppid=29595 vsize=14325340 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/29598/task/29600/stat : 29600 (java) R 29595 29598 28777 0 -1 4202560 7656 0 0 0 27 2 0 0 20 0 20 0 100652424 14669148160 12703 33554432000 4194304 4196468 140721456776512 140165862481504 140165842330974 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14913536 140721456784481 140721456784667 140721456784667 140721456787407 0
[pid=29598/tid=29601] ppid=29595 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/29598/task/29601/stat : 29601 (java) S 29595 29598 28777 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 100652424 14669148160 12703 33554432000 4194304 4196468 140721456776512 140165454150032 140165858260693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14913536 140721456784481 140721456784667 140721456784667 140721456787407 0
[pid=29598/tid=29602] ppid=29595 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/29598/task/29602/stat : 29602 (java) S 29595 29598 28777 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 100652424 14669148160 12703 33554432000 4194304 4196468 140721456776512 140165453097232 140165858260693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14913536 140721456784481 140721456784667 140721456784667 140721456787407 0
[pid=29598/tid=29603] ppid=29595 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/29598/task/29603/stat : 29603 (java) S 29595 29598 28777 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 100652424 14669148160 12703 33554432000 4194304 4196468 140721456776512 140165452044944 140165858260693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14913536 140721456784481 140721456784667 140721456784667 140721456787407 0
[pid=29598/tid=29604] ppid=29595 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/29598/task/29604/stat : 29604 (java) S 29595 29598 28777 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 100652424 14669148160 12703 33554432000 4194304 4196468 140721456776512 140165450992144 140165858260693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14913536 140721456784481 140721456784667 140721456784667 140721456787407 0
[pid=29598/tid=29605] ppid=29595 vsize=14325340 memory=2244 CPUtime=0 cores=0-7
/proc/29598/task/29605/stat : 29605 (java) S 29595 29598 28777 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 100652424 14669148160 12703 33554432000 4194304 4196468 140721456776512 140165449939856 140165858260693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14913536 140721456784481 140721456784667 140721456784667 140721456787407 0
[pid=29598/tid=29606] ppid=29595 vsize=14325340 memory=140694069015471 CPUtime=0 cores=0-7
/proc/29598/task/29606/stat : 29606 (java) S 29595 29598 28777 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 100652424 14669148160 12703 33554432000 4194304 4196468 140721456776512 140165448887056 140165858260693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14913536 140721456784481 140721456784667 140721456784667 140721456787407 0
[pid=29598/tid=29607] ppid=29595 vsize=14325340 memory=140694069017776 CPUtime=0 cores=0-7
/proc/29598/task/29607/stat : 29607 (java) S 29595 29598 28777 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 100652424 14669148160 12703 33554432000 4194304 4196468 140721456776512 140165447834768 140165858260693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14913536 140721456784481 140721456784667 140721456784667 140721456787407 0
[pid=29598/tid=29608] ppid=29595 vsize=14325340 memory=140694069020080 CPUtime=0 cores=0-7
/proc/29598/task/29608/stat : 29608 (java) S 29595 29598 28777 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 100652424 14669148160 12703 33554432000 4194304 4196468 140721456776512 140165446781968 140165858260693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14913536 140721456784481 140721456784667 140721456784667 140721456787407 0
[pid=29598/tid=29609] ppid=29595 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/29598/task/29609/stat : 29609 (java) S 29595 29598 28777 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 100652426 14669148160 12703 33554432000 4194304 4196468 140721456776512 140165047634032 140165858261634 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14913536 140721456784481 140721456784667 140721456784667 140721456787407 0
[pid=29598/tid=29610] ppid=29595 vsize=14325340 memory=281388138047120 CPUtime=0 cores=0-7
/proc/29598/task/29610/stat : 29610 (java) S 29595 29598 28777 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 100652426 14669148160 12703 33554432000 4194304 4196468 140721456776512 140165046580000 140165858260693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14913536 140721456784481 140721456784667 140721456784667 140721456787407 0
[pid=29598/tid=29611] ppid=29595 vsize=14325340 memory=281388138054032 CPUtime=0 cores=0-7
/proc/29598/task/29611/stat : 29611 (java) S 29595 29598 28777 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 100652427 14669148160 12703 33554432000 4194304 4196468 140721456776512 140165045527664 140165858260693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14913536 140721456784481 140721456784667 140721456784667 140721456787407 0
[pid=29598/tid=29612] ppid=29595 vsize=14325340 memory=281388137995312 CPUtime=0 cores=0-7
/proc/29598/task/29612/stat : 29612 (java) S 29595 29598 28777 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 100652429 14669148160 12703 33554432000 4194304 4196468 140721456776512 140165044475984 140165858269083 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14913536 140721456784481 140721456784667 140721456784667 140721456787407 0
[pid=29598/tid=29613] ppid=29595 vsize=14325340 memory=281388138067856 CPUtime=0.02 cores=0-7
/proc/29598/task/29613/stat : 29613 (java) S 29595 29598 28777 0 -1 1077944384 394 0 0 0 2 0 0 0 20 0 20 0 100652429 14669148160 12703 33554432000 4194304 4196468 140721456776512 140165043423856 140165858261634 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14913536 140721456784481 140721456784667 140721456784667 140721456787407 0
[pid=29598/tid=29614] ppid=29595 vsize=14325340 memory=281388138074768 CPUtime=0.04 cores=0-7
/proc/29598/task/29614/stat : 29614 (java) S 29595 29598 28777 0 -1 1077944384 450 0 0 0 4 0 0 0 20 0 20 0 100652429 14669148160 12703 33554432000 4194304 4196468 140721456776512 140165042371056 140165858261634 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14913536 140721456784481 140721456784667 140721456784667 140721456787407 0
[pid=29598/tid=29615] ppid=29595 vsize=14325340 memory=281388138072464 CPUtime=0.02 cores=0-7
/proc/29598/task/29615/stat : 29615 (java) S 29595 29598 28777 0 -1 1077944384 218 0 0 0 2 0 0 0 20 0 20 0 100652429 14669148160 12703 33554432000 4194304 4196468 140721456776512 140165041318768 140165858261634 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14913536 140721456784481 140721456784667 140721456784667 140721456787407 0
[pid=29598/tid=29616] ppid=29595 vsize=14325340 memory=281388138089072 CPUtime=0.08 cores=0-7
/proc/29598/task/29616/stat : 29616 (java) S 29595 29598 28777 0 -1 1077944384 423 0 0 0 8 0 0 0 20 0 20 0 100652429 14669148160 12703 33554432000 4194304 4196468 140721456776512 140165040265968 140165858261634 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14913536 140721456784481 140721456784667 140721456784667 140721456787407 0
[pid=29598/tid=29617] ppid=29595 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/29598/task/29617/stat : 29617 (java) S 29595 29598 28777 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 100652429 14669148160 12703 33554432000 4194304 4196468 140721456776512 140165039212896 140165858260693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14913536 140721456784481 140721456784667 140721456784667 140721456787407 0
[pid=29598/tid=29618] ppid=29595 vsize=14325340 memory=-1 CPUtime=0 cores=0-7
/proc/29598/task/29618/stat : 29618 (java) S 29595 29598 28777 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 100652429 14669148160 12703 33554432000 4194304 4196468 140721456776512 140165038160176 140165858261634 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14913536 140721456784481 140721456784667 140721456784667 140721456787407 0
Current children cumulated CPU time: 0.48 s
Current children cumulated vsize: 14325340 KiB
Current children cumulated memory: 50812 KiB

[startup+0.700842 s]
/proc/loadavg: 8.25 8.21 8.27 3/198 29618
/proc/meminfo: memFree=26908596/32770624 swapFree=67108860/67108860
[pid=29598] ppid=29595 vsize=14329436 memory=81052 CPUtime=1.13 cores=0-7
/proc/29598/stat : 29598 (java) S 29595 29598 28777 0 -1 1077944320 12833 0 0 0 107 6 0 0 20 0 20 0 100652423 14673342464 20263 33554432000 4194304 4196468 140721456776512 140721456759056 140165858250487 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 14913536 140721456784481 140721456784667 140721456784667 140721456787407 0
/proc/29598/statm: 3582359 20263 3761 1 0 3570074 0
[pid=29598/tid=29600] ppid=29595 vsize=14329436 memory=0 CPUtime=0.67 cores=0-7
/proc/29598/task/29600/stat : 29600 (java) R 29595 29598 28777 0 -1 4202560 9233 0 0 0 63 4 0 0 20 0 20 0 100652424 14673342464 20263 33554432000 4194304 4196468 140721456776512 140165862486272 140165843618631 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14913536 140721456784481 140721456784667 140721456784667 140721456787407 0
[pid=29598/tid=29601] ppid=29595 vsize=14329436 memory=0 CPUtime=0 cores=0-7
/proc/29598/task/29601/stat : 29601 (java) S 29595 29598 28777 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 100652424 14673342464 20263 33554432000 4194304 4196468 140721456776512 140165454150032 140165858260693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14913536 140721456784481 140721456784667 140721456784667 140721456787407 0
[pid=29598/tid=29602] ppid=29595 vsize=14329436 memory=0 CPUtime=0 cores=0-7
/proc/29598/task/29602/stat : 29602 (java) S 29595 29598 28777 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 100652424 14673342464 20263 33554432000 4194304 4196468 140721456776512 140165453097232 140165858260693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14913536 140721456784481 140721456784667 140721456784667 140721456787407 0
[pid=29598/tid=29603] ppid=29595 vsize=14329436 memory=0 CPUtime=0 cores=0-7
/proc/29598/task/29603/stat : 29603 (java) S 29595 29598 28777 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 100652424 14673342464 20263 33554432000 4194304 4196468 140721456776512 140165452044944 140165858260693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14913536 140721456784481 140721456784667 140721456784667 140721456787407 0
[pid=29598/tid=29604] ppid=29595 vsize=14329436 memory=792 CPUtime=0 cores=0-7
/proc/29598/task/29604/stat : 29604 (java) S 29595 29598 28777 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 100652424 14673342464 20263 33554432000 4194304 4196468 140721456776512 140165450992144 140165858260693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14913536 140721456784481 140721456784667 140721456784667 140721456787407 0
[pid=29598/tid=29605] ppid=29595 vsize=14329436 memory=1008 CPUtime=0 cores=0-7
/proc/29598/task/29605/stat : 29605 (java) S 29595 29598 28777 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 100652424 14673342464 20263 33554432000 4194304 4196468 140721456776512 140165449939856 140165858260693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14913536 140721456784481 140721456784667 140721456784667 140721456787407 0
[pid=29598/tid=29606] ppid=29595 vsize=14329436 memory=10588 CPUtime=0 cores=0-7
/proc/29598/task/29606/stat : 29606 (java) S 29595 29598 28777 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 100652424 14673342464 20263 33554432000 4194304 4196468 140721456776512 140165448887056 140165858260693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14913536 140721456784481 140721456784667 140721456784667 140721456787407 0
[pid=29598/tid=29607] ppid=29595 vsize=14329436 memory=1204 CPUtime=0 cores=0-7
/proc/29598/task/29607/stat : 29607 (java) S 29595 29598 28777 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 100652424 14673342464 20263 33554432000 4194304 4196468 140721456776512 140165447834768 140165858260693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14913536 140721456784481 140721456784667 140721456784667 140721456787407 0
[pid=29598/tid=29608] ppid=29595 vsize=14329436 memory=15872 CPUtime=0 cores=0-7
/proc/29598/task/29608/stat : 29608 (java) S 29595 29598 28777 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 100652424 14673342464 20263 33554432000 4194304 4196468 140721456776512 140165446781968 140165858260693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14913536 140721456784481 140721456784667 140721456784667 140721456787407 0
[pid=29598/tid=29609] ppid=29595 vsize=14329436 memory=16444 CPUtime=0 cores=0-7
/proc/29598/task/29609/stat : 29609 (java) S 29595 29598 28777 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 100652426 14673342464 20263 33554432000 4194304 4196468 140721456776512 140165047634032 140165858261634 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14913536 140721456784481 140721456784667 140721456784667 140721456787407 0

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

Current children cumulated CPU time: 4.2 s
Current children cumulated vsize: 14331484 KiB
Current children cumulated memory: 203060 KiB

[startup+2.49449 s]
# the end of solver process 29598 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=8.54207 s, system=0.209787 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2.05371 s]
/proc/loadavg: 8.25 8.21 8.27 5/198 29618
/proc/meminfo: memFree=26830596/32770624 swapFree=67108860/67108860
[pid=29598] ppid=29595 vsize=14466660 memory=248472 CPUtime=6.08 cores=0-7
/proc/29598/stat : 29598 (java) S 29595 29598 28777 0 -1 1077944320 43146 0 0 0 593 15 0 0 20 0 22 0 100652423 14813859840 62118 33554432000 4194304 4196468 140721456776512 140721456759056 140165858250487 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 14913536 140721456784481 140721456784667 140721456784667 140721456787407 0
/proc/29598/statm: 3616665 62118 3805 1 0 3604380 0
[pid=29598/tid=29600] ppid=29595 vsize=14466660 memory=0 CPUtime=2 cores=0-7
/proc/29598/task/29600/stat : 29600 (java) R 29595 29598 28777 0 -1 4202560 13340 0 0 0 194 6 0 0 20 0 22 0 100652424 14813859840 62118 33554432000 4194304 4196468 140721456776512 140165862478400 140165858272413 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14913536 140721456784481 140721456784667 140721456784667 140721456787407 0
[pid=29598/tid=29601] ppid=29595 vsize=14466660 memory=0 CPUtime=0 cores=0-7
/proc/29598/task/29601/stat : 29601 (java) S 29595 29598 28777 0 -1 1077944384 231 0 0 0 0 0 0 0 20 0 22 0 100652424 14813859840 62118 33554432000 4194304 4196468 140721456776512 140165454150032 140165858260693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14913536 140721456784481 140721456784667 140721456784667 140721456787407 0
[pid=29598/tid=29602] ppid=29595 vsize=14466660 memory=0 CPUtime=0 cores=0-7
/proc/29598/task/29602/stat : 29602 (java) S 29595 29598 28777 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 22 0 100652424 14813859840 62118 33554432000 4194304 4196468 140721456776512 140165453097232 140165858260693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14913536 140721456784481 140721456784667 140721456784667 140721456787407 0
[pid=29598/tid=29603] ppid=29595 vsize=14466660 memory=0 CPUtime=0 cores=0-7
/proc/29598/task/29603/stat : 29603 (java) S 29595 29598 28777 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 22 0 100652424 14813859840 62118 33554432000 4194304 4196468 140721456776512 140165452044944 140165858260693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14913536 140721456784481 140721456784667 140721456784667 140721456787407 0
[pid=29598/tid=29604] ppid=29595 vsize=14466660 memory=0 CPUtime=0 cores=0-7
/proc/29598/task/29604/stat : 29604 (java) S 29595 29598 28777 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 22 0 100652424 14813859840 62118 33554432000 4194304 4196468 140721456776512 140165450992144 140165858260693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14913536 140721456784481 140721456784667 140721456784667 140721456787407 0
[pid=29598/tid=29605] ppid=29595 vsize=14466660 memory=4140 CPUtime=0 cores=0-7
/proc/29598/task/29605/stat : 29605 (java) S 29595 29598 28777 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 22 0 100652424 14813859840 62118 33554432000 4194304 4196468 140721456776512 140165449939856 140165858260693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14913536 140721456784481 140721456784667 140721456784667 140721456787407 0
[pid=29598/tid=29606] ppid=29595 vsize=14466660 memory=0 CPUtime=0 cores=0-7
/proc/29598/task/29606/stat : 29606 (java) S 29595 29598 28777 0 -1 1077944384 80 0 0 0 0 0 0 0 20 0 22 0 100652424 14813859840 62118 33554432000 4194304 4196468 140721456776512 140165448887056 140165858260693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14913536 140721456784481 140721456784667 140721456784667 140721456787407 0
[pid=29598/tid=29607] ppid=29595 vsize=14466660 memory=140694069228992 CPUtime=0 cores=0-7
/proc/29598/task/29607/stat : 29607 (java) S 29595 29598 28777 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 22 0 100652424 14813859840 62118 33554432000 4194304 4196468 140721456776512 140165447834768 140165858260693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14913536 140721456784481 140721456784667 140721456784667 140721456787407 0
[pid=29598/tid=29608] ppid=29595 vsize=14466660 memory=0 CPUtime=0 cores=0-7
/proc/29598/task/29608/stat : 29608 (java) S 29595 29598 28777 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 22 0 100652424 14813859840 62118 33554432000 4194304 4196468 140721456776512 140165446781968 140165858260693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14913536 140721456784481 140721456784667 140721456784667 140721456787407 0
[pid=29598/tid=29609] ppid=29595 vsize=14466660 memory=0 CPUtime=0 cores=0-7
/proc/29598/task/29609/stat : 29609 (java) S 29595 29598 28777 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 22 0 100652426 14813859840 62118 33554432000 4194304 4196468 140721456776512 140165047634032 140165858261634 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14913536 140721456784481 140721456784667 140721456784667 140721456787407 0
[pid=29598/tid=29610] ppid=29595 vsize=14466660 memory=0 CPUtime=0 cores=0-7
/proc/29598/task/29610/stat : 29610 (java) S 29595 29598 28777 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 22 0 100652426 14813859840 62118 33554432000 4194304 4196468 140721456776512 140165046580064 140165858260693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14913536 140721456784481 140721456784667 140721456784667 140721456787407 0
[pid=29598/tid=29611] ppid=29595 vsize=14466660 memory=14199161883310 CPUtime=0 cores=0-7
/proc/29598/task/29611/stat : 29611 (java) S 29595 29598 28777 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 22 0 100652427 14813859840 62118 33554432000 4194304 4196468 140721456776512 140165045527680 140165858260693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14913536 140721456784481 140721456784667 140721456784667 140721456787407 0
[pid=29598/tid=29612] ppid=29595 vsize=14466660 memory=288230583166042425 CPUtime=0 cores=0-7
/proc/29598/task/29612/stat : 29612 (java) S 29595 29598 28777 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 22 0 100652429 14813859840 62118 33554432000 4194304 4196468 140721456776512 140165044475984 140165858269083 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14913536 140721456784481 140721456784667 140721456784667 140721456787407 0
[pid=29598/tid=29613] ppid=29595 vsize=14466660 memory=13847469322668612 CPUtime=1.14 cores=0-7
/proc/29598/task/29613/stat : 29613 (java) S 29595 29598 28777 0 -1 1077944384 7535 0 0 0 113 1 0 0 20 0 22 0 100652429 14813859840 62118 33554432000 4194304 4196468 140721456776512 140165043423856 140165858261634 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14913536 140721456784481 140721456784667 140721456784667 140721456787407 0
[pid=29598/tid=29614] ppid=29595 vsize=14466660 memory=0 CPUtime=1.16 cores=0-7
/proc/29598/task/29614/stat : 29614 (java) S 29595 29598 28777 0 -1 1077944384 7862 0 0 0 114 2 0 0 20 0 22 0 100652429 14813859840 62118 33554432000 4194304 4196468 140721456776512 140165042371056 140165858261634 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14913536 140721456784481 140721456784667 140721456784667 140721456787407 0
[pid=29598/tid=29615] ppid=29595 vsize=14466660 memory=0 CPUtime=1.14 cores=0-7
/proc/29598/task/29615/stat : 29615 (java) S 29595 29598 28777 0 -1 1077944384 6822 0 0 0 113 1 0 0 20 0 22 0 100652429 14813859840 62118 33554432000 4194304 4196468 140721456776512 140165041318768 140165858261634 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14913536 140721456784481 140721456784667 140721456784667 140721456787407 0
[pid=29598/tid=29616] ppid=29595 vsize=14466660 memory=0 CPUtime=0.55 cores=0-7
/proc/29598/task/29616/stat : 29616 (java) S 29595 29598 28777 0 -1 1077944384 5619 0 0 0 54 1 0 0 20 0 22 0 100652429 14813859840 62118 33554432000 4194304 4196468 140721456776512 140165040265968 140165858261634 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14913536 140721456784481 140721456784667 140721456784667 140721456787407 0
[pid=29598/tid=29617] ppid=29595 vsize=14466660 memory=0 CPUtime=0 cores=0-7
/proc/29598/task/29617/stat : 29617 (java) S 29595 29598 28777 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 22 0 100652429 14813859840 62118 33554432000 4194304 4196468 140721456776512 140165039212896 140165858260693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14913536 140721456784481 140721456784667 140721456784667 140721456787407 0
[pid=29598/tid=29618] ppid=29595 vsize=14466660 memory=0 CPUtime=0 cores=0-7
/proc/29598/task/29618/stat : 29618 (java) S 29595 29598 28777 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 22 0 100652429 14813859840 62118 33554432000 4194304 4196468 140721456776512 140165038160176 140165858261634 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14913536 140721456784481 140721456784667 140721456784667 140721456787407 0
Current children cumulated CPU time: 6.08 s
Current children cumulated vsize: 14466660 KiB
Current children cumulated memory: 248472 KiB

[startup+2.40452 s]*
/proc/loadavg: 7.75 8.10 8.23 27/224 29644
/proc/meminfo: memFree=26700812/32770624 swapFree=67108860/67108860
[pid=29598] ppid=29595 vsize=16068328 memory=268024 CPUtime=8.29 cores=0-7
/proc/29598/stat : 29598 (java) S 29595 29598 28777 0 -1 1077944320 48561 0 0 0 810 19 0 0 20 0 46 0 100652423 16453967872 67006 33554432000 4194304 4196468 140721456776512 140721456759056 140165858250487 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 14913536 140721456784481 140721456784667 140721456784667 140721456787407 0
/proc/29598/statm: 4017082 67006 3830 1 0 4004276 0
[pid=29598/tid=29600] ppid=29595 vsize=16068328 memory=0 CPUtime=2.08 cores=0-7
/proc/29598/task/29600/stat : 29600 (java) S 29595 29598 28777 0 -1 1077944384 14584 0 0 0 202 6 0 0 20 0 46 0 100652424 16453967872 67006 33554432000 4194304 4196468 140721456776512 140165862488192 140165858260693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14913536 140721456784481 140721456784667 140721456784667 140721456787407 0
[pid=29598/tid=29601] ppid=29595 vsize=16068328 memory=-1 CPUtime=0 cores=0-7
/proc/29598/task/29601/stat : 29601 (java) S 29595 29598 28777 0 -1 1077944384 239 0 0 0 0 0 0 0 20 0 46 0 100652424 16453967872 67006 33554432000 4194304 4196468 140721456776512 140165454150032 140165858260693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14913536 140721456784481 140721456784667 140721456784667 140721456787407 0
[pid=29598/tid=29602] ppid=29595 vsize=16068328 memory=140694200538752 CPUtime=0 cores=0-7
/proc/29598/task/29602/stat : 29602 (java) S 29595 29598 28777 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 46 0 100652424 16453967872 67006 33554432000 4194304 4196468 140721456776512 140165453097232 140165858260693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14913536 140721456784481 140721456784667 140721456784667 140721456787407 0
[pid=29598/tid=29603] ppid=29595 vsize=16068328 memory=-1 CPUtime=0 cores=0-7
/proc/29598/task/29603/stat : 29603 (java) S 29595 29598 28777 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 46 0 100652424 16453967872 67006 33554432000 4194304 4196468 140721456776512 140165452044944 140165858260693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14913536 140721456784481 140721456784667 140721456784667 140721456787407 0
[pid=29598/tid=29604] ppid=29595 vsize=16068328 memory=281388138322272 CPUtime=0 cores=0-7
/proc/29598/task/29604/stat : 29604 (java) S 29595 29598 28777 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 46 0 100652424 16453967872 67006 33554432000 4194304 4196468 140721456776512 140165450992144 140165858260693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14913536 140721456784481 140721456784667 140721456784667 140721456787407 0
[pid=29598/tid=29605] ppid=29595 vsize=16068328 memory=0 CPUtime=0 cores=0-7
/proc/29598/task/29605/stat : 29605 (java) S 29595 29598 28777 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 46 0 100652424 16453967872 67006 33554432000 4194304 4196468 140721456776512 140165449939856 140165858260693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14913536 140721456784481 140721456784667 140721456784667 140721456787407 0
[pid=29598/tid=29606] ppid=29595 vsize=16068328 memory=-1 CPUtime=0 cores=0-7
/proc/29598/task/29606/stat : 29606 (java) S 29595 29598 28777 0 -1 1077944384 237 0 0 0 0 0 0 0 20 0 46 0 100652424 16453967872 67006 33554432000 4194304 4196468 140721456776512 140165448887056 140165858260693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14913536 140721456784481 140721456784667 140721456784667 140721456787407 0
[pid=29598/tid=29607] ppid=29595 vsize=16068328 memory=0 CPUtime=0 cores=0-7
/proc/29598/task/29607/stat : 29607 (java) S 29595 29598 28777 0 -1 1077944384 102 0 0 0 0 0 0 0 20 0 46 0 100652424 16453967872 67006 33554432000 4194304 4196468 140721456776512 140165447834768 140165858260693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14913536 140721456784481 140721456784667 140721456784667 140721456787407 0
[pid=29598/tid=29608] ppid=29595 vsize=16068328 memory=0 CPUtime=0 cores=0-7
/proc/29598/task/29608/stat : 29608 (java) S 29595 29598 28777 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 46 0 100652424 16453967872 67006 33554432000 4194304 4196468 140721456776512 140165446781968 140165858260693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14913536 140721456784481 140721456784667 140721456784667 140721456787407 0
[pid=29598/tid=29609] ppid=29595 vsize=16068328 memory=0 CPUtime=0 cores=0-7
/proc/29598/task/29609/stat : 29609 (java) S 29595 29598 28777 0 -1 1077944384 697 0 0 0 0 0 0 0 20 0 46 0 100652426 16453967872 67006 33554432000 4194304 4196468 140721456776512 140165047634032 140165858261634 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14913536 140721456784481 140721456784667 140721456784667 140721456787407 0
[pid=29598/tid=29610] ppid=29595 vsize=16068328 memory=281388138708336 CPUtime=0 cores=0-7
/proc/29598/task/29610/stat : 29610 (java) S 29595 29598 28777 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 46 0 100652426 16453967872 67006 33554432000 4194304 4196468 140721456776512 140165046580064 140165858260693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14913536 140721456784481 140721456784667 140721456784667 140721456787407 0
[pid=29598/tid=29611] ppid=29595 vsize=16068328 memory=2334 CPUtime=0 cores=0-7
/proc/29598/task/29611/stat : 29611 (java) S 29595 29598 28777 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 46 0 100652427 16453967872 67006 33554432000 4194304 4196468 140721456776512 140165045527680 140165858260693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14913536 140721456784481 140721456784667 140721456784667 140721456787407 0
[pid=29598/tid=29612] ppid=29595 vsize=16068328 memory=4637188836326478721 CPUtime=0 cores=0-7
/proc/29598/task/29612/stat : 29612 (java) S 29595 29598 28777 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 46 0 100652429 16453967872 67006 33554432000 4194304 4196468 140721456776512 140165044475984 140165858269083 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14913536 140721456784481 140721456784667 140721456784667 140721456787407 0
[pid=29598/tid=29613] ppid=29595 vsize=16068328 memory=7007712420471858773 CPUtime=1.29 cores=0-7
/proc/29598/task/29613/stat : 29613 (java) R 29595 29598 28777 0 -1 4202560 7791 0 0 0 128 1 0 0 20 0 46 0 100652429 16453967872 67006 33554432000 4194304 4196468 140721456776512 140165043409944 140165836704826 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14913536 140721456784481 140721456784667 140721456784667 140721456787407 0
[pid=29598/tid=29614] ppid=29595 vsize=16068328 memory=-8746142026916216773 CPUtime=1.29 cores=0-7
/proc/29598/task/29614/stat : 29614 (java) R 29595 29598 28777 0 -1 1077944384 7936 0 0 0 127 2 0 0 20 0 46 0 100652429 16453967872 67006 33554432000 4194304 4196468 140721456776512 140165042350768 140165858260693 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14913536 140721456784481 140721456784667 140721456784667 140721456787407 0
[pid=29598/tid=29615] ppid=29595 vsize=16068328 memory=-7887927021948682183 CPUtime=1.28 cores=0-7
/proc/29598/task/29615/stat : 29615 (java) R 29595 29598 28777 0 -1 4202560 6903 0 0 0 126 2 0 0 20 0 46 0 100652429 16453967872 67006 33554432000 4194304 4196468 140721456776512 140165041306912 140165841736437 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14913536 140721456784481 140721456784667 140721456784667 140721456787407 0
[pid=29598/tid=29616] ppid=29595 vsize=16068328 memory=-7384994748284246687 CPUtime=0.64 cores=0-7
/proc/29598/task/29616/stat : 29616 (java) R 29595 29598 28777 0 -1 1077944384 6928 0 0 0 63 1 0 0 20 0 46 0 100652429 16453967872 67006 33554432000 4194304 4196468 140721456776512 140165040265776 140165858260693 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14913536 140721456784481 140721456784667 140721456784667 140721456787407 0
[pid=29598/tid=29617] ppid=29595 vsize=16068328 memory=7234319696884687199 CPUtime=0 cores=0-7
/proc/29598/task/29617/stat : 29617 (java) S 29595 29598 28777 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 46 0 100652429 16453967872 67006 33554432000 4194304 4196468 140721456776512 140165039212896 140165858260693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14913536 140721456784481 140721456784667 140721456784667 140721456787407 0
[pid=29598/tid=29618] ppid=29595 vsize=16068328 memory=3471202396320837679 CPUtime=0 cores=0-7
/proc/29598/task/29618/stat : 29618 (java) S 29595 29598 28777 0 -1 1077944384 11 0 0 0 0 0 0 0 20 0 46 0 100652429 16453967872 67006 33554432000 4194304 4196468 140721456776512 140165038160176 140165858261634 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14913536 140721456784481 140721456784667 140721456784667 140721456787407 0
[pid=29598/tid=29619] ppid=29595 vsize=16068328 memory=3472328296227418159 CPUtime=0.06 cores=0-7
/proc/29598/task/29619/stat : 29619 (java) R 29595 29598 28777 0 -1 1077944384 32 0 0 0 6 0 0 0 20 0 46 0 100652612 16453967872 67059 33554432000 4194304 4196468 140721456776512 140165027873664 140165858260693 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 14913536 140721456784481 140721456784667 140721456784667 140721456787407 0
[pid=29598/tid=29620] ppid=29595 vsize=16068328 memory=6944656592455360604 CPUtime=0 cores=0-7
/proc/29598/task/29620/stat : 29620 (java) S 29595 29598 28777 0 -1 1077944384 31 0 0 0 0 0 0 0 20 0 46 0 100652623 16453967872 67059 33554432000 4194304 4196468 140721456776512 140165024723792 140165858261634 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14913536 140721456784481 140721456784667 140721456784667 140721456787407 0
[pid=29598/tid=29621] ppid=29595 vsize=16068328 memory=-7751062316387021378 CPUtime=0.11 cores=0-7
/proc/29598/task/29621/stat : 29621 (java) R 29595 29598 28777 0 -1 4202560 207 0 0 0 11 0 0 0 20 0 46 0 100652633 16453967872 67059 33554432000 4194304 4196468 140721456776512 140165021574432 140721457174466 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14913536 140721456784481 140721456784667 140721456784667 140721456787407 0
[pid=29598/tid=29622] ppid=29595 vsize=16068328 memory=0 CPUtime=0.09 cores=0-7
/proc/29598/task/29622/stat : 29622 (java) R 29595 29598 28777 0 -1 1077944384 130 0 0 0 9 0 0 0 20 0 46 0 100652634 16453967872 67059 33554432000 4194304 4196468 140721456776512 140165020521632 140165858260693 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14913536 140721456784481 140721456784667 140721456784667 140721456787407 0
[pid=29598/tid=29623] ppid=29595 vsize=16068328 memory=0 CPUtime=0.08 cores=0-7
/proc/29598/task/29623/stat : 29623 (java) R 29595 29598 28777 0 -1 1077944384 73 0 0 0 8 0 0 0 20 0 46 0 100652634 16453967872 67059 33554432000 4194304 4196468 140721456776512 140165019469344 140165858260693 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14913536 140721456784481 140721456784667 140721456784667 140721456787407 0
[pid=29598/tid=29624] ppid=29595 vsize=16068328 memory=0 CPUtime=0.07 cores=0-7
/proc/29598/task/29624/stat : 29624 (java) R 29595 29598 28777 0 -1 1077944384 105 0 0 0 7 0 0 0 20 0 46 0 100652636 16453967872 67059 33554432000 4194304 4196468 140721456776512 140165018405616 140165858260693 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14913536 140721456784481 140721456784667 140721456784667 140721456787407 0
[pid=29598/tid=29625] ppid=29595 vsize=16068328 memory=0 CPUtime=0.09 cores=0-7
/proc/29598/task/29625/stat : 29625 (java) R 29595 29598 28777 0 -1 1077944384 82 0 0 0 9 0 0 0 20 0 46 0 100652636 16453967872 67059 33554432000 4194304 4196468 140721456776512 140165017363232 140165858260693 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14913536 140721456784481 140721456784667 140721456784667 140721456787407 0
[pid=29598/tid=29626] ppid=29595 vsize=16068328 memory=0 CPUtime=0.07 cores=0-7
/proc/29598/task/29626/stat : 29626 (java) R 29595 29598 28777 0 -1 4202560 44 0 0 0 7 0 0 0 20 0 46 0 100652636 16453967872 67059 33554432000 4194304 4196468 140721456776512 140165016310432 140721457174466 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14913536 140721456784481 140721456784667 140721456784667 140721456787407 0
[pid=29598/tid=29627] ppid=29595 vsize=16068328 memory=-4866526899798303339 CPUtime=0.05 cores=0-7
/proc/29598/task/29627/stat : 29627 (java) R 29595 29598 28777 0 -1 1077944384 115 0 0 0 5 0 0 0 20 0 46 0 100652636 16453967872 67059 33554432000 4194304 4196468 140721456776512 140165015258144 140165858260693 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14913536 140721456784481 140721456784667 140721456784667 140721456787407 0
[pid=29598/tid=29628] ppid=29595 vsize=16068328 memory=0 CPUtime=0.06 cores=0-7
/proc/29598/task/29628/stat : 29628 (java) R 29595 29598 28777 0 -1 1077944384 140 0 0 0 6 0 0 0 20 0 46 0 100652636 16453967872 67059 33554432000 4194304 4196468 140721456776512 140165014205344 140165858260693 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 14913536 140721456784481 140721456784667 140721456784667 140721456787407 0
[pid=29598/tid=29629] ppid=29595 vsize=16068328 memory=0 CPUtime=0.1 cores=0-7
/proc/29598/task/29629/stat : 29629 (java) R 29595 29598 28777 0 -1 1077944384 45 0 0 0 10 0 0 0 20 0 46 0 100652637 16453967872 67059 33554432000 4194304 4196468 140721456776512 140165013153056 140165858260693 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 14913536 140721456784481 140721456784667 140721456784667 140721456787407 0
[pid=29598/tid=29630] ppid=29595 vsize=16068328 memory=0 CPUtime=0.06 cores=0-7
/proc/29598/task/29630/stat : 29630 (java) R 29595 29598 28777 0 -1 4202560 54 0 0 0 6 0 0 0 20 0 46 0 100652637 16453967872 67059 33554432000 4194304 4196468 140721456776512 140165012099392 140165469279888 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 14913536 140721456784481 140721456784667 140721456784667 140721456787407 0
[pid=29598/tid=29631] ppid=29595 vsize=16068328 memory=0 CPUtime=0.06 cores=0-7
/proc/29598/task/29631/stat : 29631 (java) R 29595 29598 28777 0 -1 4202560 130 0 0 0 6 0 0 0 20 0 46 0 100652643 16453967872 67059 33554432000 4194304 4196468 140721456776512 140165011047968 140721457174466 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14913536 140721456784481 140721456784667 140721456784667 140721456787407 0
[pid=29598/tid=29632] ppid=29595 vsize=16068328 memory=0 CPUtime=0.07 cores=0-7
/proc/29598/task/29632/stat : 29632 (java) R 29595 29598 28777 0 -1 4202560 67 0 0 0 7 0 0 0 20 0 46 0 100652643 16453967872 67059 33554432000 4194304 4196468 140721456776512 140165009994304 140165469324088 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14913536 140721456784481 140721456784667 140721456784667 140721456787407 0
[pid=29598/tid=29633] ppid=29595 vsize=16068328 memory=0 CPUtime=0.06 cores=0-7
/proc/29598/task/29633/stat : 29633 (java) R 29595 29598 28777 0 -1 1077944384 25 0 0 0 6 0 0 0 20 0 46 0 100652643 16453967872 67059 33554432000 4194304 4196468 140721456776512 140165008941856 140165858260693 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14913536 140721456784481 140721456784667 140721456784667 140721456787407 0
[pid=29598/tid=29634] ppid=29595 vsize=16068328 memory=0 CPUtime=0.04 cores=0-7
/proc/29598/task/29634/stat : 29634 (java) R 29595 29598 28777 0 -1 1077944384 26 0 0 0 4 0 0 0 20 0 46 0 100652643 16453967872 67059 33554432000 4194304 4196468 140721456776512 140165007889056 140165858260693 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14913536 140721456784481 140721456784667 140721456784667 140721456787407 0
[pid=29598/tid=29635] ppid=29595 vsize=16068328 memory=0 CPUtime=0.06 cores=0-7
/proc/29598/task/29635/stat : 29635 (java) R 29595 29598 28777 0 -1 4202560 30 0 0 0 6 0 0 0 20 0 46 0 100652643 16453967872 67059 33554432000 4194304 4196468 140721456776512 140165006835904 140165469283847 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14913536 140721456784481 140721456784667 140721456784667 140721456787407 0
[pid=29598/tid=29636] ppid=29595 vsize=16068328 memory=0 CPUtime=0.03 cores=0-7
/proc/29598/task/29636/stat : 29636 (java) R 29595 29598 28777 0 -1 4202560 24 0 0 0 3 0 0 0 20 0 46 0 100652643 16453967872 67059 33554432000 4194304 4196468 140721456776512 140165005783104 140165469289516 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14913536 140721456784481 140721456784667 140721456784667 140721456787407 0
[pid=29598/tid=29637] ppid=29595 vsize=16068328 memory=0 CPUtime=0.06 cores=0-7
/proc/29598/task/29637/stat : 29637 (java) R 29595 29598 28777 0 -1 1077944384 26 0 0 0 6 0 0 0 20 0 46 0 100652644 16453967872 67059 33554432000 4194304 4196468 140721456776512 140165002597664 140165858260693 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14913536 140721456784481 140721456784667 140721456784667 140721456787407 0
[pid=29598/tid=29638] ppid=29595 vsize=16068328 memory=0 CPUtime=0.05 cores=0-7
/proc/29598/task/29638/stat : 29638 (java) R 29595 29598 28777 0 -1 4202560 25 0 0 0 5 0 0 0 20 0 46 0 100652644 16453967872 67059 33554432000 4194304 4196468 140721456776512 140165001544000 140165478182213 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14913536 140721456784481 140721456784667 140721456784667 140721456787407 0
[pid=29598/tid=29639] ppid=29595 vsize=16068328 memory=0 CPUtime=0.04 cores=0-7
/proc/29598/task/29639/stat : 29639 (java) R 29595 29598 28777 0 -1 1077944384 25 0 0 0 4 0 0 0 20 0 46 0 100652645 16453967872 67059 33554432000 4194304 4196468 140721456776512 140165000492576 140165858260693 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14913536 140721456784481 140721456784667 140721456784667 140721456787407 0
[pid=29598/tid=29640] ppid=29595 vsize=16068328 memory=0 CPUtime=0.04 cores=0-7
/proc/29598/task/29640/stat : 29640 (java) R 29595 29598 28777 0 -1 1077944384 24 0 0 0 4 0 0 0 20 0 46 0 100652645 16453967872 67059 33554432000 4194304 4196468 140721456776512 140164999439776 140165858260693 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14913536 140721456784481 140721456784667 140721456784667 140721456787407 0
[pid=29598/tid=29641] ppid=29595 vsize=16068328 memory=-7965668622128159392 CPUtime=0.04 cores=0-7
/proc/29598/task/29641/stat : 29641 (java) R 29595 29598 28777 0 -1 4202560 25 0 0 0 4 0 0 0 20 0 46 0 100652645 16453967872 67059 33554432000 4194304 4196468 140721456776512 140164998386464 140721457174466 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 14913536 140721456784481 140721456784667 140721456784667 140721456787407 0
[pid=29598/tid=29642] ppid=29595 vsize=16068328 memory=0 CPUtime=0.05 cores=0-7
/proc/29598/task/29642/stat : 29642 (java) R 29595 29598 28777 0 -1 1077944384 24 0 0 0 5 0 0 0 20 0 46 0 100652645 16453967872 67059 33554432000 4194304 4196468 140721456776512 140164997333664 140165858260693 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14913536 140721456784481 140721456784667 140721456784667 140721456787407 0
[pid=29598/tid=29643] ppid=29595 vsize=16068328 memory=0 CPUtime=0.05 cores=0-7
/proc/29598/task/29643/stat : 29643 (java) R 29595 29598 28777 0 -1 1077944384 25 0 0 0 5 0 0 0 20 0 46 0 100652645 16453967872 67059 33554432000 4194304 4196468 140721456776512 140164996281376 140165858260693 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14913536 140721456784481 140721456784667 140721456784667 140721456787407 0
[pid=29598/tid=29644] ppid=29595 vsize=16068328 memory=0 CPUtime=0.07 cores=0-7
/proc/29598/task/29644/stat : 29644 (java) R 29595 29598 28777 0 -1 4202560 27 0 0 0 7 0 0 0 20 0 46 0 100652645 16453967872 67059 33554432000 4194304 4196468 140721456776512 140164995227712 140721457174466 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14913536 140721456784481 140721456784667 140721456784667 140721456787407 0
Current children cumulated CPU time: 8.29 s
Current children cumulated vsize: 16068328 KiB
Current children cumulated memory: 268024 KiB

Child status: 0
Real time (s): 2.49455
CPU time (s): 8.75186
CPU user time (s): 8.54207
CPU system time (s): 0.209787
CPU usage (%): 350.839
Max. virtual memory (cumulated for all children) (KiB): 16068328
Max. memory (cumulated for all children) (KiB): 268024

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.54207
system time used= 0.209787
maximum resident set size= 270544
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 48873
page faults= 0
swaps= 0
block input operations= 0
block output operations= 128
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5606
involuntary context switches= 122


# summary of solver processes directly reported to runsolver:
#   pid: 29598
#   total CPU time (s): 8.75186
#   total CPU user time (s): 8.54207
#   total CPU system time (s): 0.209787

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.044522 second user time and 0.056431 second system time

The end

Launcher Data

Begin job on node114 at 2017-08-14 03:39:47
IDJOB=4275189
IDBENCH=116012
IDSOLVER=2668
FILE ID=node114/4275189-1502675646
RUNJOBID= node114-1502667219-28804
PBS_JOBID= 20628964
Free space on /tmp= 61700 MiB

SOLVER NAME= OscaR - Parallel with EPS 2017-07-26
BENCH NAME= XCSP17/StillLife/StillLife-m1-s1/StillLife-03-10.xml
COMMAND LINE= java -Xmx11000m -jar oscar-cp-xcsp3-parallel.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4275189-1502675646/watcher-4275189-1502675646 -o /tmp/evaluation-result-4275189-1502675646/solver-4275189-1502675646 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node114-1502667219-28804 --watchdog 2580  java -Xmx11000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 1573436785 --timelimit 20160 --memlimit 11000 --nbcore 8 HOME/instance-4275189-1502675646.xml

TIME LIMIT= 20160 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= 73d437c55a2dcfaad474645e4d596452
RANDOM SEED=1573436785

node114.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.98
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.98
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.98
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.98
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        26960452 kB
MemAvailable:   31986804 kB
Buffers:          178424 kB
Cached:          5136676 kB
SwapCached:            0 kB
Active:           487104 kB
Inactive:        4883972 kB
Active(anon):      59064 kB
Inactive(anon):    25036 kB
Active(file):     428040 kB
Inactive(file):  4858936 kB
Unevictable:        6520 kB
Mlocked:            6520 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             42140 kB
Writeback:             0 kB
AnonPages:         76256 kB
Mapped:            44432 kB
Shmem:             25224 kB
Slab:             135580 kB
SReclaimable:     110420 kB
SUnreclaim:        25160 kB
KernelStack:        3520 kB
PageTables:         5148 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     325260 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     22528 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      109952 kB
DirectMap2M:    33435648 kB

Free space on /tmp at the end= 61656 MiB
End job on node114 at 2017-08-14 03:39:50