Trace number 4275615

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 NameAnswerCPU timeWall clock time
OscaR - Parallel with EPS 2017-07-26SAT (TO) 8715.46 2520.0701

General information on the benchmark

NameRenault/Renault-m1-s1/
Renault-souffleuse.xml
MD5SUMdf23e3c33d5f18cffd66f727a476ed8f
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.005752
Satisfiable
(Un)Satisfiability was proved
Number of variables32
Number of constraints35
Number of domains9
Minimum domain size2
Maximum domain size12
Distribution of domain sizes[{"size":2,"count":5},{"size":3,"count":6},{"size":4,"count":8},{"size":5,"count":6},{"size":6,"count":2},{"size":7,"count":2},{"size":8,"count":1},{"size":9,"count":1},{"size":12,"count":1}]
Minimum variable degree1
Maximum variable degree5
Distribution of variable degrees[{"degree":1,"count":8},{"degree":2,"count":14},{"degree":3,"count":7},{"degree":5,"count":3}]
Minimum constraint arity2
Maximum constraint arity3
Distribution of constraint arities[{"arity":2,"count":33},{"arity":3,"count":2}]
Number of extensional constraints35
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":35}]
Optimization problemNO
Type of objective

Solver Data

0.29/0.25	c version: 2017-07-26
0.29/0.25	c seed: 481057767
0.29/0.25	c timeout: 20160
0.29/0.25	c memlimit: 11000
0.29/0.25	c nbcore: 8
0.29/0.28	c Parsing instance...
0.84/0.53	c Parsing done, starting search...
8715.37/2520.02	s SATISFIABLE
8715.37/2520.02	v <instantiation>
8715.37/2520.02	v 	<list>
8715.37/2520.02	v 		x1 x3 x7 x0[0] x0[1] x0[2] x0[3] x0[4] x0[5] x2[0] x2[1] x2[2] x2[3] x2[4] x2[5] x4[0] x4[1] x5[0] x5[1] x5[2] x5[3] x5[4] x6[0] x6[1] x6[2] x6[3] x6[4] x6[5] x6[6] x6[7] x8[0] x8[1]
8715.37/2520.02	v 	</list>
8715.37/2520.02	v 	<values>
8715.37/2520.02	v 		5 10 8 1 4 4 4 3 3 1 2 2 2 2 2 3 6 1 1 1 0 0 3 3 3 3 2 2 2 2 4 4 
8715.37/2520.02	v 	</values>
8715.37/2520.02	v </instantiation>

Verifier Data

OK	

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 (15262 MiB free)
  memory of node 1: 16384 MiB (15613 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4275615-1502692069/watcher-4275615-1502692069 -o /tmp/evaluation-result-4275615-1502692069/solver-4275615-1502692069 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node112-1502688687-31328 --watchdog 2580 java -Xmx11000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 481057767 --timelimit 20160 --memlimit 11000 --nbcore 8 HOME/instance-4275615-1502692069.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=31618, runsolver pid=31615

[startup+0.100166 s]*
/proc/loadavg: 8.59 8.74 8.75 2/199 31638
/proc/meminfo: memFree=31598628/32770624 swapFree=67108860/67108860
[pid=31618] ppid=31615 vsize=14325320 memory=33012 CPUtime=0.12 cores=0-7
/proc/31618/stat : 31618 (java) S 31615 31618 31301 0 -1 1077944320 8180 0 0 0 11 1 0 0 20 0 20 0 102294728 14669127680 8253 33554432000 4194304 4196468 140726831525952 140726831508496 140043503329015 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 25518080 140726831527010 140726831527195 140726831527195 140726831529935 0
/proc/31618/statm: 3581330 8253 3404 1 0 3569050 0
[pid=31618/tid=31620] ppid=31615 vsize=14325320 memory=4134930498285298233 CPUtime=0.08 cores=0-7
/proc/31618/task/31620/stat : 31620 (java) R 31615 31618 31301 0 -1 4202560 6102 0 0 0 8 0 0 0 20 0 20 0 102294728 14669127680 8253 33554432000 4194304 4196468 140726831525952 140043507545696 140043503350941 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25518080 140726831527010 140726831527195 140726831527195 140726831529935 0
[pid=31618/tid=31621] ppid=31615 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/31618/task/31621/stat : 31621 (java) S 31615 31618 31301 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 102294729 14669127680 8253 33554432000 4194304 4196468 140726831525952 140043455949712 140043503339221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25518080 140726831527010 140726831527195 140726831527195 140726831529935 0
[pid=31618/tid=31622] ppid=31615 vsize=14325320 memory=140182878512768 CPUtime=0 cores=0-7
/proc/31618/task/31622/stat : 31622 (java) S 31615 31618 31301 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 102294729 14669127680 8253 33554432000 4194304 4196468 140726831525952 140043454896912 140043503339221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25518080 140726831527010 140726831527195 140726831527195 140726831529935 0
[pid=31618/tid=31623] ppid=31615 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/31618/task/31623/stat : 31623 (java) S 31615 31618 31301 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 102294729 14669127680 8253 33554432000 4194304 4196468 140726831525952 140043453844624 140043503339221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25518080 140726831527010 140726831527195 140726831527195 140726831529935 0
[pid=31618/tid=31624] ppid=31615 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/31618/task/31624/stat : 31624 (java) S 31615 31618 31301 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 102294729 14669127680 8253 33554432000 4194304 4196468 140726831525952 140043452791824 140043503339221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25518080 140726831527010 140726831527195 140726831527195 140726831529935 0
[pid=31618/tid=31625] ppid=31615 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/31618/task/31625/stat : 31625 (java) S 31615 31618 31301 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 102294729 14669127680 8253 33554432000 4194304 4196468 140726831525952 140043451738512 140043503339221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25518080 140726831527010 140726831527195 140726831527195 140726831529935 0
[pid=31618/tid=31626] ppid=31615 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/31618/task/31626/stat : 31626 (java) S 31615 31618 31301 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 102294729 14669127680 8253 33554432000 4194304 4196468 140726831525952 140043450685712 140043503339221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25518080 140726831527010 140726831527195 140726831527195 140726831529935 0
[pid=31618/tid=31627] ppid=31615 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/31618/task/31627/stat : 31627 (java) S 31615 31618 31301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 102294729 14669127680 8253 33554432000 4194304 4196468 140726831525952 140043449633424 140043503339221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25518080 140726831527010 140726831527195 140726831527195 140726831529935 0
[pid=31618/tid=31628] ppid=31615 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/31618/task/31628/stat : 31628 (java) S 31615 31618 31301 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 102294729 14669127680 8253 33554432000 4194304 4196468 140726831525952 140043092158992 140043503339221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25518080 140726831527010 140726831527195 140726831527195 140726831529935 0
[pid=31618/tid=31629] ppid=31615 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/31618/task/31629/stat : 31629 (java) S 31615 31618 31301 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 102294730 14669127680 8253 33554432000 4194304 4196468 140726831525952 140042197719664 140043503340162 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25518080 140726831527010 140726831527195 140726831527195 140726831529935 0
[pid=31618/tid=31630] ppid=31615 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/31618/task/31630/stat : 31630 (java) S 31615 31618 31301 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 102294731 14669127680 8253 33554432000 4194304 4196468 140726831525952 140042196665632 140043503339221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25518080 140726831527010 140726831527195 140726831527195 140726831529935 0
[pid=31618/tid=31631] ppid=31615 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/31618/task/31631/stat : 31631 (java) S 31615 31618 31301 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 102294731 14669127680 8253 33554432000 4194304 4196468 140726831525952 140042195613296 140043503339221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25518080 140726831527010 140726831527195 140726831527195 140726831529935 0
[pid=31618/tid=31632] ppid=31615 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/31618/task/31632/stat : 31632 (java) S 31615 31618 31301 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 102294733 14669127680 8253 33554432000 4194304 4196468 140726831525952 140042194561616 140043503347611 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25518080 140726831527010 140726831527195 140726831527195 140726831529935 0
[pid=31618/tid=31633] ppid=31615 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/31618/task/31633/stat : 31633 (java) S 31615 31618 31301 0 -1 1077944384 307 0 0 0 0 0 0 0 20 0 20 0 102294733 14669127680 8253 33554432000 4194304 4196468 140726831525952 140042193508464 140043503340162 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25518080 140726831527010 140726831527195 140726831527195 140726831529935 0
[pid=31618/tid=31634] ppid=31615 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/31618/task/31634/stat : 31634 (java) S 31615 31618 31301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 102294733 14669127680 8253 33554432000 4194304 4196468 140726831525952 140042192455664 140043503340162 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25518080 140726831527010 140726831527195 140726831527195 140726831529935 0
[pid=31618/tid=31635] ppid=31615 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/31618/task/31635/stat : 31635 (java) S 31615 31618 31301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 102294733 14669127680 8253 33554432000 4194304 4196468 140726831525952 140042191403376 140043503340162 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25518080 140726831527010 140726831527195 140726831527195 140726831529935 0
[pid=31618/tid=31636] ppid=31615 vsize=14325320 memory=0 CPUtime=0.02 cores=0-7
/proc/31618/task/31636/stat : 31636 (java) S 31615 31618 31301 0 -1 1077944384 385 0 0 0 2 0 0 0 20 0 20 0 102294733 14669127680 8253 33554432000 4194304 4196468 140726831525952 140042190350576 140043503340162 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25518080 140726831527010 140726831527195 140726831527195 140726831529935 0
[pid=31618/tid=31637] ppid=31615 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/31618/task/31637/stat : 31637 (java) S 31615 31618 31301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 102294733 14669127680 8253 33554432000 4194304 4196468 140726831525952 140042189298528 140043503339221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25518080 140726831527010 140726831527195 140726831527195 140726831529935 0
[pid=31618/tid=31638] ppid=31615 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/31618/task/31638/stat : 31638 (java) S 31615 31618 31301 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 102294734 14669127680 8253 33554432000 4194304 4196468 140726831525952 140042188245808 140043503340162 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25518080 140726831527010 140726831527195 140726831527195 140726831529935 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14325320 KiB
Current children cumulated memory: 33012 KiB

[startup+0.21029 s]*
/proc/loadavg: 8.59 8.74 8.75 3/199 31638
/proc/meminfo: memFree=31588528/32770624 swapFree=67108860/67108860
[pid=31618] ppid=31615 vsize=14325320 memory=42348 CPUtime=0.29 cores=0-7
/proc/31618/stat : 31618 (java) S 31615 31618 31301 0 -1 1077944320 9247 0 0 0 27 2 0 0 20 0 20 0 102294728 14669127680 10587 33554432000 4194304 4196468 140726831525952 140726831508496 140043503329015 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 25518080 140726831527010 140726831527195 140726831527195 140726831529935 0
/proc/31618/statm: 3581330 10587 3594 1 0 3569050 0
[pid=31618/tid=31620] ppid=31615 vsize=14325320 memory=4026531975 CPUtime=0.19 cores=0-7
/proc/31618/task/31620/stat : 31620 (java) R 31615 31618 31301 0 -1 4202560 6777 0 0 0 18 1 0 0 20 0 20 0 102294728 14669127680 10587 33554432000 4194304 4196468 140726831525952 140043507554096 140043487409502 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25518080 140726831527010 140726831527195 140726831527195 140726831529935 0
[pid=31618/tid=31621] ppid=31615 vsize=14325320 memory=3182 CPUtime=0 cores=0-7
/proc/31618/task/31621/stat : 31621 (java) S 31615 31618 31301 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 102294729 14669127680 10587 33554432000 4194304 4196468 140726831525952 140043455949712 140043503339221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25518080 140726831527010 140726831527195 140726831527195 140726831529935 0
[pid=31618/tid=31622] ppid=31615 vsize=14325320 memory=4048939161404663456 CPUtime=0 cores=0-7
/proc/31618/task/31622/stat : 31622 (java) S 31615 31618 31301 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 102294729 14669127680 10587 33554432000 4194304 4196468 140726831525952 140043454896912 140043503339221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25518080 140726831527010 140726831527195 140726831527195 140726831529935 0
[pid=31618/tid=31623] ppid=31615 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/31618/task/31623/stat : 31623 (java) S 31615 31618 31301 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 102294729 14669127680 10587 33554432000 4194304 4196468 140726831525952 140043453844624 140043503339221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25518080 140726831527010 140726831527195 140726831527195 140726831529935 0
[pid=31618/tid=31624] ppid=31615 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/31618/task/31624/stat : 31624 (java) S 31615 31618 31301 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 102294729 14669127680 10587 33554432000 4194304 4196468 140726831525952 140043452791824 140043503339221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25518080 140726831527010 140726831527195 140726831527195 140726831529935 0
[pid=31618/tid=31625] ppid=31615 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/31618/task/31625/stat : 31625 (java) S 31615 31618 31301 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 102294729 14669127680 10587 33554432000 4194304 4196468 140726831525952 140043451738512 140043503339221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25518080 140726831527010 140726831527195 140726831527195 140726831529935 0
[pid=31618/tid=31626] ppid=31615 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/31618/task/31626/stat : 31626 (java) S 31615 31618 31301 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 102294729 14669127680 10587 33554432000 4194304 4196468 140726831525952 140043450685712 140043503339221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25518080 140726831527010 140726831527195 140726831527195 140726831529935 0
[pid=31618/tid=31627] ppid=31615 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/31618/task/31627/stat : 31627 (java) S 31615 31618 31301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 102294729 14669127680 10587 33554432000 4194304 4196468 140726831525952 140043449633424 140043503339221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25518080 140726831527010 140726831527195 140726831527195 140726831529935 0
[pid=31618/tid=31628] ppid=31615 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/31618/task/31628/stat : 31628 (java) S 31615 31618 31301 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 102294729 14669127680 10587 33554432000 4194304 4196468 140726831525952 140043092158992 140043503339221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25518080 140726831527010 140726831527195 140726831527195 140726831529935 0
[pid=31618/tid=31629] ppid=31615 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/31618/task/31629/stat : 31629 (java) S 31615 31618 31301 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 102294730 14669127680 10587 33554432000 4194304 4196468 140726831525952 140042197719664 140043503340162 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25518080 140726831527010 140726831527195 140726831527195 140726831529935 0
[pid=31618/tid=31630] ppid=31615 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/31618/task/31630/stat : 31630 (java) S 31615 31618 31301 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 102294731 14669127680 10587 33554432000 4194304 4196468 140726831525952 140042196665632 140043503339221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25518080 140726831527010 140726831527195 140726831527195 140726831529935 0
[pid=31618/tid=31631] ppid=31615 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/31618/task/31631/stat : 31631 (java) S 31615 31618 31301 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 102294731 14669127680 10587 33554432000 4194304 4196468 140726831525952 140042195613296 140043503339221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25518080 140726831527010 140726831527195 140726831527195 140726831529935 0
[pid=31618/tid=31632] ppid=31615 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/31618/task/31632/stat : 31632 (java) S 31615 31618 31301 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 102294733 14669127680 10587 33554432000 4194304 4196468 140726831525952 140042194561616 140043503347611 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25518080 140726831527010 140726831527195 140726831527195 140726831529935 0
[pid=31618/tid=31633] ppid=31615 vsize=14325320 memory=0 CPUtime=0.01 cores=0-7
/proc/31618/task/31633/stat : 31633 (java) S 31615 31618 31301 0 -1 1077944384 429 0 0 0 1 0 0 0 20 0 20 0 102294733 14669127680 10587 33554432000 4194304 4196468 140726831525952 140042193508464 140043503340162 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25518080 140726831527010 140726831527195 140726831527195 140726831529935 0
[pid=31618/tid=31634] ppid=31615 vsize=14325320 memory=0 CPUtime=0.01 cores=0-7
/proc/31618/task/31634/stat : 31634 (java) S 31615 31618 31301 0 -1 1077944384 46 0 0 0 1 0 0 0 20 0 20 0 102294733 14669127680 10587 33554432000 4194304 4196468 140726831525952 140042192455664 140043503340162 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25518080 140726831527010 140726831527195 140726831527195 140726831529935 0
[pid=31618/tid=31635] ppid=31615 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/31618/task/31635/stat : 31635 (java) S 31615 31618 31301 0 -1 1077944384 172 0 0 0 0 0 0 0 20 0 20 0 102294733 14669127680 10587 33554432000 4194304 4196468 140726831525952 140042191403376 140043503340162 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25518080 140726831527010 140726831527195 140726831527195 140726831529935 0
[pid=31618/tid=31636] ppid=31615 vsize=14325320 memory=0 CPUtime=0.05 cores=0-7
/proc/31618/task/31636/stat : 31636 (java) R 31615 31618 31301 0 -1 4202560 441 0 0 0 5 0 0 0 20 0 20 0 102294733 14669127680 10587 33554432000 4194304 4196468 140726831525952 140042190350576 140043481697800 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25518080 140726831527010 140726831527195 140726831527195 140726831529935 0
[pid=31618/tid=31637] ppid=31615 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/31618/task/31637/stat : 31637 (java) S 31615 31618 31301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 102294733 14669127680 10587 33554432000 4194304 4196468 140726831525952 140042189298528 140043503339221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25518080 140726831527010 140726831527195 140726831527195 140726831529935 0
[pid=31618/tid=31638] ppid=31615 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/31618/task/31638/stat : 31638 (java) S 31615 31618 31301 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 102294734 14669127680 10587 33554432000 4194304 4196468 140726831525952 140042188245808 140043503340162 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25518080 140726831527010 140726831527195 140726831527195 140726831529935 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 14325320 KiB
Current children cumulated memory: 42348 KiB

[startup+0.309954 s]*
/proc/loadavg: 8.59 8.74 8.75 2/199 31638
/proc/meminfo: memFree=31581148/32770624 swapFree=67108860/67108860
[pid=31618] ppid=31615 vsize=14325340 memory=51268 CPUtime=0.48 cores=0-7
/proc/31618/stat : 31618 (java) S 31615 31618 31301 0 -1 1077944320 10562 0 0 0 45 3 0 0 20 0 20 0 102294728 14669148160 12817 33554432000 4194304 4196468 140726831525952 140726831508496 140043503329015 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 25518080 140726831527010 140726831527195 140726831527195 140726831529935 0
/proc/31618/statm: 3581335 12817 3721 1 0 3569050 0
[pid=31618/tid=31620] ppid=31615 vsize=14325340 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/31618/task/31620/stat : 31620 (java) R 31615 31618 31301 0 -1 4202560 7564 0 0 0 27 2 0 0 20 0 20 0 102294728 14669148160 12817 33554432000 4194304 4196468 140726831525952 140043507559616 140043131063232 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25518080 140726831527010 140726831527195 140726831527195 140726831529935 0
[pid=31618/tid=31621] ppid=31615 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/31618/task/31621/stat : 31621 (java) S 31615 31618 31301 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 102294729 14669148160 12817 33554432000 4194304 4196468 140726831525952 140043455949712 140043503339221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25518080 140726831527010 140726831527195 140726831527195 140726831529935 0
[pid=31618/tid=31622] ppid=31615 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/31618/task/31622/stat : 31622 (java) S 31615 31618 31301 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 102294729 14669148160 12817 33554432000 4194304 4196468 140726831525952 140043454896912 140043503339221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25518080 140726831527010 140726831527195 140726831527195 140726831529935 0
[pid=31618/tid=31623] ppid=31615 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/31618/task/31623/stat : 31623 (java) S 31615 31618 31301 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 102294729 14669148160 12817 33554432000 4194304 4196468 140726831525952 140043453844624 140043503339221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25518080 140726831527010 140726831527195 140726831527195 140726831529935 0
[pid=31618/tid=31624] ppid=31615 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/31618/task/31624/stat : 31624 (java) S 31615 31618 31301 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 102294729 14669148160 12817 33554432000 4194304 4196468 140726831525952 140043452791824 140043503339221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25518080 140726831527010 140726831527195 140726831527195 140726831529935 0
[pid=31618/tid=31625] ppid=31615 vsize=14325340 memory=2244 CPUtime=0 cores=0-7
/proc/31618/task/31625/stat : 31625 (java) S 31615 31618 31301 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 102294729 14669148160 12817 33554432000 4194304 4196468 140726831525952 140043451738512 140043503339221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25518080 140726831527010 140726831527195 140726831527195 140726831529935 0
[pid=31618/tid=31626] ppid=31615 vsize=14325340 memory=140182766580655 CPUtime=0 cores=0-7
/proc/31618/task/31626/stat : 31626 (java) S 31615 31618 31301 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 102294729 14669148160 12817 33554432000 4194304 4196468 140726831525952 140043450685712 140043503339221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25518080 140726831527010 140726831527195 140726831527195 140726831529935 0
[pid=31618/tid=31627] ppid=31615 vsize=14325340 memory=140182766582960 CPUtime=0 cores=0-7
/proc/31618/task/31627/stat : 31627 (java) S 31615 31618 31301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 102294729 14669148160 12817 33554432000 4194304 4196468 140726831525952 140043449633424 140043503339221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25518080 140726831527010 140726831527195 140726831527195 140726831529935 0
[pid=31618/tid=31628] ppid=31615 vsize=14325340 memory=140182766585264 CPUtime=0 cores=0-7
/proc/31618/task/31628/stat : 31628 (java) S 31615 31618 31301 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 102294729 14669148160 12817 33554432000 4194304 4196468 140726831525952 140043092158992 140043503339221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25518080 140726831527010 140726831527195 140726831527195 140726831529935 0
[pid=31618/tid=31629] ppid=31615 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/31618/task/31629/stat : 31629 (java) S 31615 31618 31301 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 102294730 14669148160 12817 33554432000 4194304 4196468 140726831525952 140042197719664 140043503340162 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25518080 140726831527010 140726831527195 140726831527195 140726831529935 0
[pid=31618/tid=31630] ppid=31615 vsize=14325340 memory=280365533177488 CPUtime=0 cores=0-7
/proc/31618/task/31630/stat : 31630 (java) S 31615 31618 31301 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 102294731 14669148160 12817 33554432000 4194304 4196468 140726831525952 140042196665632 140043503339221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25518080 140726831527010 140726831527195 140726831527195 140726831529935 0
[pid=31618/tid=31631] ppid=31615 vsize=14325340 memory=280365533184400 CPUtime=0 cores=0-7
/proc/31618/task/31631/stat : 31631 (java) S 31615 31618 31301 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 102294731 14669148160 12817 33554432000 4194304 4196468 140726831525952 140042195613296 140043503339221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25518080 140726831527010 140726831527195 140726831527195 140726831529935 0
[pid=31618/tid=31632] ppid=31615 vsize=14325340 memory=280365533125680 CPUtime=0 cores=0-7
/proc/31618/task/31632/stat : 31632 (java) S 31615 31618 31301 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 102294733 14669148160 12817 33554432000 4194304 4196468 140726831525952 140042194561616 140043503347611 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25518080 140726831527010 140726831527195 140726831527195 140726831529935 0
[pid=31618/tid=31633] ppid=31615 vsize=14325340 memory=280365533198224 CPUtime=0.03 cores=0-7
/proc/31618/task/31633/stat : 31633 (java) S 31615 31618 31301 0 -1 1077944384 653 0 0 0 3 0 0 0 20 0 20 0 102294733 14669148160 12817 33554432000 4194304 4196468 140726831525952 140042193508464 140043503340162 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25518080 140726831527010 140726831527195 140726831527195 140726831529935 0
[pid=31618/tid=31634] ppid=31615 vsize=14325340 memory=280365533205136 CPUtime=0.02 cores=0-7
/proc/31618/task/31634/stat : 31634 (java) R 31615 31618 31301 0 -1 1077944384 205 0 0 0 2 0 0 0 20 0 20 0 102294733 14669148160 12817 33554432000 4194304 4196468 140726831525952 140042192455664 140043503340162 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25518080 140726831527010 140726831527195 140726831527195 140726831529935 0
[pid=31618/tid=31635] ppid=31615 vsize=14325340 memory=280365533202832 CPUtime=0.02 cores=0-7
/proc/31618/task/31635/stat : 31635 (java) S 31615 31618 31301 0 -1 1077944384 292 0 0 0 2 0 0 0 20 0 20 0 102294733 14669148160 12817 33554432000 4194304 4196468 140726831525952 140042191403376 140043503340162 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25518080 140726831527010 140726831527195 140726831527195 140726831529935 0
[pid=31618/tid=31636] ppid=31615 vsize=14325340 memory=280365533219440 CPUtime=0.08 cores=0-7
/proc/31618/task/31636/stat : 31636 (java) S 31615 31618 31301 0 -1 1077944384 466 0 0 0 8 0 0 0 20 0 20 0 102294733 14669148160 12817 33554432000 4194304 4196468 140726831525952 140042190350576 140043503340162 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25518080 140726831527010 140726831527195 140726831527195 140726831529935 0
[pid=31618/tid=31637] ppid=31615 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/31618/task/31637/stat : 31637 (java) S 31615 31618 31301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 102294733 14669148160 12817 33554432000 4194304 4196468 140726831525952 140042189298528 140043503339221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25518080 140726831527010 140726831527195 140726831527195 140726831529935 0
[pid=31618/tid=31638] ppid=31615 vsize=14325340 memory=-1 CPUtime=0 cores=0-7
/proc/31618/task/31638/stat : 31638 (java) S 31615 31618 31301 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 102294734 14669148160 12817 33554432000 4194304 4196468 140726831525952 140042188245808 140043503340162 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25518080 140726831527010 140726831527195 140726831527195 140726831529935 0
Current children cumulated CPU time: 0.48 s
Current children cumulated vsize: 14325340 KiB
Current children cumulated memory: 51268 KiB

[startup+0.700876 s]
/proc/loadavg: 8.59 8.74 8.75 2/199 31638
/proc/meminfo: memFree=31569108/32770624 swapFree=67108860/67108860
[pid=31618] ppid=31615 vsize=14329436 memory=82360 CPUtime=1.1 cores=0-7
/proc/31618/stat : 31618 (java) S 31615 31618 31301 0 -1 1077944320 13168 0 0 0 105 5 0 0 20 0 20 0 102294728 14673342464 20590 33554432000 4194304 4196468 140726831525952 140726831508496 140043503329015 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 25518080 140726831527010 140726831527195 140726831527195 140726831529935 0
/proc/31618/statm: 3582359 20590 3761 1 0 3570074 0
[pid=31618/tid=31620] ppid=31615 vsize=14329436 memory=0 CPUtime=0.67 cores=0-7
/proc/31618/task/31620/stat : 31620 (java) R 31615 31618 31301 0 -1 4202560 9534 0 0 0 64 3 0 0 20 0 20 0 102294728 14673342464 20590 33554432000 4194304 4196468 140726831525952 140043507556128 140043131412055 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25518080 140726831527010 140726831527195 140726831527195 140726831529935 0
[pid=31618/tid=31621] ppid=31615 vsize=14329436 memory=0 CPUtime=0 cores=0-7
/proc/31618/task/31621/stat : 31621 (java) S 31615 31618 31301 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 102294729 14673342464 20590 33554432000 4194304 4196468 140726831525952 140043455949712 140043503339221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25518080 140726831527010 140726831527195 140726831527195 140726831529935 0
[pid=31618/tid=31622] ppid=31615 vsize=14329436 memory=0 CPUtime=0 cores=0-7
/proc/31618/task/31622/stat : 31622 (java) S 31615 31618 31301 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 102294729 14673342464 20590 33554432000 4194304 4196468 140726831525952 140043454896912 140043503339221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25518080 140726831527010 140726831527195 140726831527195 140726831529935 0
[pid=31618/tid=31623] ppid=31615 vsize=14329436 memory=0 CPUtime=0 cores=0-7
/proc/31618/task/31623/stat : 31623 (java) S 31615 31618 31301 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 102294729 14673342464 20590 33554432000 4194304 4196468 140726831525952 140043453844624 140043503339221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25518080 140726831527010 140726831527195 140726831527195 140726831529935 0
[pid=31618/tid=31624] ppid=31615 vsize=14329436 memory=1720 CPUtime=0 cores=0-7
/proc/31618/task/31624/stat : 31624 (java) S 31615 31618 31301 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 102294729 14673342464 20590 33554432000 4194304 4196468 140726831525952 140043452791824 140043503339221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25518080 140726831527010 140726831527195 140726831527195 140726831529935 0
[pid=31618/tid=31625] ppid=31615 vsize=14329436 memory=1004 CPUtime=0 cores=0-7
/proc/31618/task/31625/stat : 31625 (java) S 31615 31618 31301 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 102294729 14673342464 20590 33554432000 4194304 4196468 140726831525952 140043451738512 140043503339221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25518080 140726831527010 140726831527195 140726831527195 140726831529935 0
[pid=31618/tid=31626] ppid=31615 vsize=14329436 memory=1436 CPUtime=0 cores=0-7
/proc/31618/task/31626/stat : 31626 (java) S 31615 31618 31301 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 102294729 14673342464 20590 33554432000 4194304 4196468 140726831525952 140043450685712 140043503339221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25518080 140726831527010 140726831527195 140726831527195 140726831529935 0
[pid=31618/tid=31627] ppid=31615 vsize=14329436 memory=1200 CPUtime=0 cores=0-7
/proc/31618/task/31627/stat : 31627 (java) S 31615 31618 31301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 102294729 14673342464 20590 33554432000 4194304 4196468 140726831525952 140043449633424 140043503339221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25518080 140726831527010 140726831527195 140726831527195 140726831529935 0
[pid=31618/tid=31628] ppid=31615 vsize=14329436 memory=15872 CPUtime=0 cores=0-7
/proc/31618/task/31628/stat : 31628 (java) S 31615 31618 31301 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 102294729 14673342464 20590 33554432000 4194304 4196468 140726831525952 140043092158992 140043503339221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25518080 140726831527010 140726831527195 140726831527195 140726831529935 0
[pid=31618/tid=31629] ppid=31615 vsize=14329436 memory=4040 CPUtime=0 cores=0-7
/proc/31618/task/31629/stat : 31629 (java) S 31615 31618 31301 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 102294730 14673342464 20590 33554432000 4194304 4196468 140726831525952 140042197719664 140043503340162 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25518080 140726831527010 140726831527195 140726831527195 140726831529935 0

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

/proc/31618/task/31644/stat : 31644 (java) S 31615 31618 31301 0 -1 1077944384 143697 0 0 0 57802 3101 0 0 20 0 46 0 102294867 16453967872 2307255 33554432000 4194304 4196468 140726831525952 140041297832816 140043503339221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 4 0 0 6293624 6294260 25518080 140726831527010 140726831527195 140726831527195 140726831529935 0
[pid=31618/tid=31645] ppid=31615 vsize=16068328 memory=1728 CPUtime=113.17 cores=0-7
/proc/31618/task/31645/stat : 31645 (java) S 31615 31618 31301 0 -1 1077944384 29409 0 0 0 9459 1858 0 0 20 0 46 0 102294869 16453967872 2307255 33554432000 4194304 4196468 140726831525952 140041294685760 140043503339221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25518080 140726831527010 140726831527195 140726831527195 140726831529935 0
[pid=31618/tid=31646] ppid=31615 vsize=16068328 memory=5788 CPUtime=147.3 cores=0-7
/proc/31618/task/31646/stat : 31646 (java) S 31615 31618 31301 0 -1 1077944384 35616 0 0 0 12282 2448 0 0 20 0 46 0 102294869 16453967872 2307255 33554432000 4194304 4196468 140726831525952 140041293632960 140043503339221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 25518080 140726831527010 140726831527195 140726831527195 140726831529935 0
[pid=31618/tid=31647] ppid=31615 vsize=16068328 memory=6791534058613427641 CPUtime=116.53 cores=0-7
/proc/31618/task/31647/stat : 31647 (java) R 31615 31618 31301 0 -1 4202560 27795 0 0 0 9450 2203 0 0 20 0 46 0 102294869 16453967872 2307255 33554432000 4194304 4196468 140726831525952 140041292580672 140043503350362 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25518080 140726831527010 140726831527195 140726831527195 140726831529935 0
[pid=31618/tid=31648] ppid=31615 vsize=16068328 memory=1236 CPUtime=91.09 cores=0-7
/proc/31618/task/31648/stat : 31648 (java) S 31615 31618 31301 0 -1 1077944384 20148 0 0 0 6930 2179 0 0 20 0 46 0 102294870 16453967872 2307255 33554432000 4194304 4196468 140726831525952 140041291527872 140043503339221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25518080 140726831527010 140726831527195 140726831527195 140726831529935 0
[pid=31618/tid=31649] ppid=31615 vsize=16068328 memory=960 CPUtime=178.72 cores=0-7
/proc/31618/task/31649/stat : 31649 (java) S 31615 31618 31301 0 -1 1077944384 41834 0 0 0 14932 2940 0 0 20 0 46 0 102294870 16453967872 2307255 33554432000 4194304 4196468 140726831525952 140041290474560 140043503339221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25518080 140726831527010 140726831527195 140726831527195 140726831529935 0
[pid=31618/tid=31650] ppid=31615 vsize=16068328 memory=54544 CPUtime=554.56 cores=0-7
/proc/31618/task/31650/stat : 31650 (java) S 31615 31618 31301 0 -1 1077944384 132811 0 0 0 52377 3079 0 0 20 0 46 0 102294870 16453967872 2307255 33554432000 4194304 4196468 140726831525952 140041289419376 140043503339221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 3 0 0 6293624 6294260 25518080 140726831527010 140726831527195 140726831527195 140726831529935 0
[pid=31618/tid=31651] ppid=31615 vsize=16068328 memory=59416 CPUtime=603.37 cores=0-7
/proc/31618/task/31651/stat : 31651 (java) S 31615 31618 31301 0 -1 1077944384 147018 0 0 0 57089 3248 0 0 20 0 46 0 102294870 16453967872 2307255 33554432000 4194304 4196468 140726831525952 140041288367088 140043503339221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 25518080 140726831527010 140726831527195 140726831527195 140726831529935 0
[pid=31618/tid=31652] ppid=31615 vsize=16068328 memory=68736 CPUtime=695.86 cores=0-7
/proc/31618/task/31652/stat : 31652 (java) R 31615 31618 31301 0 -1 4202560 169824 0 0 0 66349 3237 0 0 20 0 46 0 102294875 16453967872 2307255 33554432000 4194304 4196468 140726831525952 140041287314288 140043503340950 0 4 0 16800975 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 25518080 140726831527010 140726831527195 140726831527195 140726831529935 0
[pid=31618/tid=31653] ppid=31615 vsize=16068328 memory=280365533878240 CPUtime=96.46 cores=0-7
/proc/31618/task/31653/stat : 31653 (java) S 31615 31618 31301 0 -1 1077944384 20803 0 0 0 7655 1991 0 0 20 0 46 0 102294877 16453967872 2307255 33554432000 4194304 4196468 140726831525952 140041284130368 140043503339221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25518080 140726831527010 140726831527195 140726831527195 140726831529935 0
[pid=31618/tid=31654] ppid=31615 vsize=16068328 memory=-3535470213243961690 CPUtime=539.03 cores=0-7
/proc/31618/task/31654/stat : 31654 (java) S 31615 31618 31301 0 -1 1077944384 132109 0 0 0 50805 3098 0 0 20 0 46 0 102294878 16453967872 2307255 33554432000 4194304 4196468 140726831525952 140041283075440 140043503339221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 2 0 0 6293624 6294260 25518080 140726831527010 140726831527195 140726831527195 140726831529935 0
[pid=31618/tid=31655] ppid=31615 vsize=16068328 memory=9214680 CPUtime=89.96 cores=0-7
/proc/31618/task/31655/stat : 31655 (java) S 31615 31618 31301 0 -1 1077944384 18867 0 0 0 7068 1928 0 0 20 0 46 0 102294878 16453967872 2307255 33554432000 4194304 4196468 140726831525952 140041282025280 140043503339221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25518080 140726831527010 140726831527195 140726831527195 140726831529935 0
[pid=31618/tid=31656] ppid=31615 vsize=16068328 memory=9214680 CPUtime=102.06 cores=0-7
/proc/31618/task/31656/stat : 31656 (java) S 31615 31618 31301 0 -1 1077944384 22155 0 0 0 7873 2333 0 0 20 0 46 0 102294878 16453967872 2307255 33554432000 4194304 4196468 140726831525952 140041280972480 140043503339221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25518080 140726831527010 140726831527195 140726831527195 140726831529935 0
[pid=31618/tid=31657] ppid=31615 vsize=16068328 memory=9214680 CPUtime=544.5 cores=0-7
/proc/31618/task/31657/stat : 31657 (java) R 31615 31618 31301 0 -1 4202560 123379 0 0 0 51392 3058 0 0 20 0 46 0 102294878 16453967872 2307255 33554432000 4194304 4196468 140726831525952 140041279917040 140043503340950 0 4 0 16800975 0 0 0 -1 4 0 0 2 0 0 6293624 6294260 25518080 140726831527010 140726831527195 140726831527195 140726831529935 0
[pid=31618/tid=31658] ppid=31615 vsize=16068328 memory=9206480 CPUtime=164.84 cores=0-7
/proc/31618/task/31658/stat : 31658 (java) S 31615 31618 31301 0 -1 1077944384 44528 0 0 0 14098 2386 0 0 20 0 46 0 102294878 16453967872 2307255 33554432000 4194304 4196468 140726831525952 140041278866368 140043503339221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25518080 140726831527010 140726831527195 140726831527195 140726831529935 0
[pid=31618/tid=31659] ppid=31615 vsize=16068328 memory=9192144 CPUtime=160.24 cores=0-7
/proc/31618/task/31659/stat : 31659 (java) S 31615 31618 31301 0 -1 1077944384 33157 0 0 0 13128 2896 0 0 20 0 46 0 102294879 16453967872 2307255 33554432000 4194304 4196468 140726831525952 140041277814080 140043503339221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25518080 140726831527010 140726831527195 140726831527195 140726831529935 0
[pid=31618/tid=31660] ppid=31615 vsize=16068328 memory=9229020 CPUtime=94.03 cores=0-7
/proc/31618/task/31660/stat : 31660 (java) S 31615 31618 31301 0 -1 1077944384 21347 0 0 0 7260 2143 0 0 20 0 46 0 102294879 16453967872 2307255 33554432000 4194304 4196468 140726831525952 140041276761280 140043503339221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25518080 140726831527010 140726831527195 140726831527195 140726831529935 0
[pid=31618/tid=31661] ppid=31615 vsize=16068328 memory=9198288 CPUtime=135.28 cores=0-7
/proc/31618/task/31661/stat : 31661 (java) S 31615 31618 31301 0 -1 1077944384 24982 0 0 0 10620 2908 0 0 20 0 46 0 102294880 16453967872 2307255 33554432000 4194304 4196468 140726831525952 140041275708992 140043503339221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25518080 140726831527010 140726831527195 140726831527195 140726831529935 0
[pid=31618/tid=31662] ppid=31615 vsize=16068328 memory=9184468 CPUtime=522.76 cores=0-7
/proc/31618/task/31662/stat : 31662 (java) S 31615 31618 31301 0 -1 1077944384 123443 0 0 0 49119 3157 0 0 20 0 46 0 102294883 16453967872 2307255 33554432000 4194304 4196468 140726831525952 140041274654064 140043503339221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 2 0 0 6293624 6294260 25518080 140726831527010 140726831527195 140726831527195 140726831529935 0
[pid=31618/tid=31663] ppid=31615 vsize=16068328 memory=4132 CPUtime=527.56 cores=0-7
/proc/31618/task/31663/stat : 31663 (java) S 31615 31618 31301 0 -1 1077944384 121844 0 0 0 49600 3156 0 0 20 0 46 0 102294884 16453967872 2307255 33554432000 4194304 4196468 140726831525952 140041273601776 140043503339221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 25518080 140726831527010 140726831527195 140726831527195 140726831529935 0
[pid=31618/tid=31664] ppid=31615 vsize=16068328 memory=10020 CPUtime=109.91 cores=0-7
/proc/31618/task/31664/stat : 31664 (java) S 31615 31618 31301 0 -1 1077944384 22219 0 0 0 8593 2398 0 0 20 0 46 0 102294885 16453967872 2307255 33554432000 4194304 4196468 140726831525952 140041272551104 140043503339221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25518080 140726831527010 140726831527195 140726831527195 140726831529935 0
Current children cumulated CPU time: 8656.62 s
Current children cumulated vsize: 16068328 KiB
Current children cumulated memory: 9229020 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 2.98 3.08 3.49 4/224 31697
/proc/meminfo: memFree=22346716/32770624 swapFree=67108860/67108860
[pid=31618] ppid=31615 vsize=16068328 memory=9267424 CPUtime=8715.37 cores=0-7
/proc/31618/stat : 31618 (java) S 31615 31618 31301 0 -1 1077944320 8567101 0 0 0 792492 79045 0 0 20 0 46 0 102294728 16453967872 2316856 33554432000 4194304 4196468 140726831525952 140726831508496 140043503329015 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 25518080 140726831527010 140726831527195 140726831527195 140726831529935 0
/proc/31618/statm: 4017082 2316856 3863 1 0 4004276 0
[pid=31618/tid=31620] ppid=31615 vsize=16068328 memory=6791534058613427641 CPUtime=1.38 cores=0-7
/proc/31618/task/31620/stat : 31620 (java) S 31615 31618 31301 0 -1 1077944384 12350 0 0 0 133 5 0 0 20 0 46 0 102294728 16453967872 2316856 33554432000 4194304 4196468 140726831525952 140043507566720 140043503339221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25518080 140726831527010 140726831527195 140726831527195 140726831529935 0
[pid=31618/tid=31621] ppid=31615 vsize=16068328 memory=15872 CPUtime=142.33 cores=0-7
/proc/31618/task/31621/stat : 31621 (java) S 31615 31618 31301 0 -1 1077944384 785591 0 0 0 13864 369 0 0 20 0 46 0 102294729 16453967872 2316856 33554432000 4194304 4196468 140726831525952 140043455949712 140043503339221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 1180 0 0 6293624 6294260 25518080 140726831527010 140726831527195 140726831527195 140726831529935 0
[pid=31618/tid=31622] ppid=31615 vsize=16068328 memory=4040 CPUtime=142.28 cores=0-7
/proc/31618/task/31622/stat : 31622 (java) S 31615 31618 31301 0 -1 1077944384 793420 0 0 0 13857 371 0 0 20 0 46 0 102294729 16453967872 2316856 33554432000 4194304 4196468 140726831525952 140043454896912 140043503339221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1174 0 0 6293624 6294260 25518080 140726831527010 140726831527195 140726831527195 140726831529935 0
[pid=31618/tid=31623] ppid=31615 vsize=16068328 memory=17360 CPUtime=142.57 cores=0-7
/proc/31618/task/31623/stat : 31623 (java) S 31615 31618 31301 0 -1 1077944384 797989 0 0 0 13879 378 0 0 20 0 46 0 102294729 16453967872 2316856 33554432000 4194304 4196468 140726831525952 140043453844624 140043503339221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1162 0 0 6293624 6294260 25518080 140726831527010 140726831527195 140726831527195 140726831529935 0
[pid=31618/tid=31624] ppid=31615 vsize=16068328 memory=4126316290023845779 CPUtime=142.1 cores=0-7
/proc/31618/task/31624/stat : 31624 (java) S 31615 31618 31301 0 -1 1077944384 769407 0 0 0 13836 374 0 0 20 0 46 0 102294729 16453967872 2316856 33554432000 4194304 4196468 140726831525952 140043452791824 140043503339221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1169 0 0 6293624 6294260 25518080 140726831527010 140726831527195 140726831527195 140726831529935 0
[pid=31618/tid=31625] ppid=31615 vsize=16068328 memory=9259224 CPUtime=141.99 cores=0-7
/proc/31618/task/31625/stat : 31625 (java) S 31615 31618 31301 0 -1 1077944384 774366 0 0 0 13805 394 0 0 20 0 46 0 102294729 16453967872 2316856 33554432000 4194304 4196468 140726831525952 140043451738512 140043503339221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1165 0 0 6293624 6294260 25518080 140726831527010 140726831527195 140726831527195 140726831529935 0
[pid=31618/tid=31626] ppid=31615 vsize=16068328 memory=9267424 CPUtime=142.14 cores=0-7
/proc/31618/task/31626/stat : 31626 (java) S 31615 31618 31301 0 -1 1077944384 770271 0 0 0 13863 351 0 0 20 0 46 0 102294729 16453967872 2316856 33554432000 4194304 4196468 140726831525952 140043450685712 140043503339221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1196 0 0 6293624 6294260 25518080 140726831527010 140726831527195 140726831527195 140726831529935 0
[pid=31618/tid=31627] ppid=31615 vsize=16068328 memory=6791534058613427641 CPUtime=144.04 cores=0-7
/proc/31618/task/31627/stat : 31627 (java) S 31615 31618 31301 0 -1 1077944384 793067 0 0 0 14023 381 0 0 20 0 46 0 102294729 16453967872 2316856 33554432000 4194304 4196468 140726831525952 140043449633424 140043503339221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1167 0 0 6293624 6294260 25518080 140726831527010 140726831527195 140726831527195 140726831529935 0
[pid=31618/tid=31628] ppid=31615 vsize=16068328 memory=6504 CPUtime=142.36 cores=0-7
/proc/31618/task/31628/stat : 31628 (java) S 31615 31618 31301 0 -1 1077944384 783141 0 0 0 13859 377 0 0 20 0 46 0 102294729 16453967872 2316856 33554432000 4194304 4196468 140726831525952 140043092158992 140043503339221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1168 0 0 6293624 6294260 25518080 140726831527010 140726831527195 140726831527195 140726831529935 0
[pid=31618/tid=31629] ppid=31615 vsize=16068328 memory=836 CPUtime=1 cores=0-7
/proc/31618/task/31629/stat : 31629 (java) S 31615 31618 31301 0 -1 1077944384 230142 0 0 0 73 27 0 0 20 0 46 0 102294730 16453967872 2316856 33554432000 4194304 4196468 140726831525952 140042197719664 140043503340162 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25518080 140726831527010 140726831527195 140726831527195 140726831529935 0
[pid=31618/tid=31630] ppid=31615 vsize=16068328 memory=1692 CPUtime=0 cores=0-7
/proc/31618/task/31630/stat : 31630 (java) S 31615 31618 31301 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 46 0 102294731 16453967872 2316856 33554432000 4194304 4196468 140726831525952 140042196665696 140043503339221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25518080 140726831527010 140726831527195 140726831527195 140726831529935 0
[pid=31618/tid=31631] ppid=31615 vsize=16068328 memory=916 CPUtime=0 cores=0-7
/proc/31618/task/31631/stat : 31631 (java) S 31615 31618 31301 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 46 0 102294731 16453967872 2316856 33554432000 4194304 4196468 140726831525952 140042195613312 140043503339221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25518080 140726831527010 140726831527195 140726831527195 140726831529935 0
[pid=31618/tid=31632] ppid=31615 vsize=16068328 memory=4304 CPUtime=0 cores=0-7
/proc/31618/task/31632/stat : 31632 (java) S 31615 31618 31301 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 46 0 102294733 16453967872 2316856 33554432000 4194304 4196468 140726831525952 140042194561616 140043503347611 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25518080 140726831527010 140726831527195 140726831527195 140726831529935 0
[pid=31618/tid=31633] ppid=31615 vsize=16068328 memory=4100 CPUtime=1.53 cores=0-7
/proc/31618/task/31633/stat : 31633 (java) S 31615 31618 31301 0 -1 1077944384 19364 0 0 0 150 3 0 0 20 0 46 0 102294733 16453967872 2316856 33554432000 4194304 4196468 140726831525952 140042193508464 140043503340162 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25518080 140726831527010 140726831527195 140726831527195 140726831529935 0
[pid=31618/tid=31634] ppid=31615 vsize=16068328 memory=9198288 CPUtime=1.45 cores=0-7
/proc/31618/task/31634/stat : 31634 (java) S 31615 31618 31301 0 -1 1077944384 15991 0 0 0 142 3 0 0 20 0 46 0 102294733 16453967872 2316856 33554432000 4194304 4196468 140726831525952 140042192455664 140043503340162 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25518080 140726831527010 140726831527195 140726831527195 140726831529935 0
[pid=31618/tid=31635] ppid=31615 vsize=16068328 memory=4644 CPUtime=1.6 cores=0-7
/proc/31618/task/31635/stat : 31635 (java) S 31615 31618 31301 0 -1 1077944384 18614 0 0 0 156 4 0 0 20 0 46 0 102294733 16453967872 2316856 33554432000 4194304 4196468 140726831525952 140042191403376 140043503340162 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25518080 140726831527010 140726831527195 140726831527195 140726831529935 0
[pid=31618/tid=31636] ppid=31615 vsize=16068328 memory=15872 CPUtime=0.73 cores=0-7
/proc/31618/task/31636/stat : 31636 (java) S 31615 31618 31301 0 -1 1077944384 20376 0 0 0 70 3 0 0 20 0 46 0 102294733 16453967872 2316856 33554432000 4194304 4196468 140726831525952 140042190350576 140043503340162 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25518080 140726831527010 140726831527195 140726831527195 140726831529935 0
[pid=31618/tid=31637] ppid=31615 vsize=16068328 memory=4040 CPUtime=0 cores=0-7
/proc/31618/task/31637/stat : 31637 (java) S 31615 31618 31301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 46 0 102294733 16453967872 2316856 33554432000 4194304 4196468 140726831525952 140042189298528 140043503339221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25518080 140726831527010 140726831527195 140726831527195 140726831529935 0
[pid=31618/tid=31638] ppid=31615 vsize=16068328 memory=17360 CPUtime=0.96 cores=0-7
/proc/31618/task/31638/stat : 31638 (java) S 31615 31618 31301 0 -1 1077944384 9948 0 0 0 70 26 0 0 20 0 46 0 102294734 16453967872 2316856 33554432000 4194304 4196468 140726831525952 140042188245808 140043503340162 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25518080 140726831527010 140726831527195 140726831527195 140726831529935 0
[pid=31618/tid=31639] ppid=31615 vsize=16068328 memory=18292 CPUtime=902.66 cores=0-7
/proc/31618/task/31639/stat : 31639 (java) S 31615 31618 31301 0 -1 1077944384 386826 0 0 0 78226 12040 0 0 20 0 46 0 102294845 16453967872 2316856 33554432000 4194304 4196468 140726831525952 140042177959632 140043503339221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 25518080 140726831527010 140726831527195 140726831527195 140726831529935 0
[pid=31618/tid=31640] ppid=31615 vsize=16068328 memory=1792 CPUtime=3.51 cores=0-7
/proc/31618/task/31640/stat : 31640 (java) S 31615 31618 31301 0 -1 1077944384 22220 0 0 0 240 111 0 0 20 0 46 0 102294856 16453967872 2316856 33554432000 4194304 4196468 140726831525952 140042174809632 140043503340162 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25518080 140726831527010 140726831527195 140726831527195 140726831529935 0
[pid=31618/tid=31641] ppid=31615 vsize=16068328 memory=648 CPUtime=155.95 cores=0-7
/proc/31618/task/31641/stat : 31641 (java) S 31615 31618 31301 0 -1 1077944384 37849 0 0 0 12986 2609 0 0 20 0 46 0 102294866 16453967872 2316856 33554432000 4194304 4196468 140726831525952 140041300993088 140043503339221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 25518080 140726831527010 140726831527195 140726831527195 140726831529935 0
[pid=31618/tid=31642] ppid=31615 vsize=16068328 memory=1236 CPUtime=157.39 cores=0-7
/proc/31618/task/31642/stat : 31642 (java) S 31615 31618 31301 0 -1 1077944384 37056 0 0 0 12987 2752 0 0 20 0 46 0 102294867 16453967872 2316856 33554432000 4194304 4196468 140726831525952 140041299940288 140043503339221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25518080 140726831527010 140726831527195 140726831527195 140726831529935 0
[pid=31618/tid=31643] ppid=31615 vsize=16068328 memory=960 CPUtime=105.6 cores=0-7
/proc/31618/task/31643/stat : 31643 (java) S 31615 31618 31301 0 -1 1077944384 22596 0 0 0 8269 2291 0 0 20 0 46 0 102294867 16453967872 2316856 33554432000 4194304 4196468 140726831525952 140041298888000 140043503339221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25518080 140726831527010 140726831527195 140726831527195 140726831529935 0
[pid=31618/tid=31644] ppid=31615 vsize=16068328 memory=2340 CPUtime=613.6 cores=0-7
/proc/31618/task/31644/stat : 31644 (java) R 31615 31618 31301 0 -1 4202560 144494 0 0 0 58237 3123 0 0 20 0 46 0 102294867 16453967872 2316856 33554432000 4194304 4196468 140726831525952 140041297832816 140043503340950 0 4 0 16800975 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 25518080 140726831527010 140726831527195 140726831527195 140726831529935 0
[pid=31618/tid=31645] ppid=31615 vsize=16068328 memory=2236 CPUtime=113.79 cores=0-7
/proc/31618/task/31645/stat : 31645 (java) S 31615 31618 31301 0 -1 1077944384 29470 0 0 0 9509 1870 0 0 20 0 46 0 102294869 16453967872 2316856 33554432000 4194304 4196468 140726831525952 140041294685760 140043503339221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25518080 140726831527010 140726831527195 140726831527195 140726831529935 0
[pid=31618/tid=31646] ppid=31615 vsize=16068328 memory=4084 CPUtime=148.12 cores=0-7
/proc/31618/task/31646/stat : 31646 (java) S 31615 31618 31301 0 -1 1077944384 35897 0 0 0 12345 2467 0 0 20 0 46 0 102294869 16453967872 2316856 33554432000 4194304 4196468 140726831525952 140041293632960 140043503339221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 25518080 140726831527010 140726831527195 140726831527195 140726831529935 0
[pid=31618/tid=31647] ppid=31615 vsize=16068328 memory=932 CPUtime=117.86 cores=0-7
/proc/31618/task/31647/stat : 31647 (java) S 31615 31618 31301 0 -1 1077944384 28031 0 0 0 9554 2232 0 0 20 0 46 0 102294869 16453967872 2316856 33554432000 4194304 4196468 140726831525952 140041292580672 140043503339221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25518080 140726831527010 140726831527195 140726831527195 140726831529935 0
[pid=31618/tid=31648] ppid=31615 vsize=16068328 memory=1572 CPUtime=91.6 cores=0-7
/proc/31618/task/31648/stat : 31648 (java) S 31615 31618 31301 0 -1 1077944384 20246 0 0 0 6969 2191 0 0 20 0 46 0 102294870 16453967872 2316856 33554432000 4194304 4196468 140726831525952 140041291527872 140043503339221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25518080 140726831527010 140726831527195 140726831527195 140726831529935 0
[pid=31618/tid=31649] ppid=31615 vsize=16068328 memory=4304 CPUtime=181.33 cores=0-7
/proc/31618/task/31649/stat : 31649 (java) S 31615 31618 31301 0 -1 1077944384 42111 0 0 0 15138 2995 0 0 20 0 46 0 102294870 16453967872 2316856 33554432000 4194304 4196468 140726831525952 140041290474560 140043503339221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25518080 140726831527010 140726831527195 140726831527195 140726831529935 0
[pid=31618/tid=31650] ppid=31615 vsize=16068328 memory=4100 CPUtime=558.18 cores=0-7
/proc/31618/task/31650/stat : 31650 (java) S 31615 31618 31301 0 -1 1077944384 133464 0 0 0 52719 3099 0 0 20 0 46 0 102294870 16453967872 2316856 33554432000 4194304 4196468 140726831525952 140041289419376 140043503339221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 3 0 0 6293624 6294260 25518080 140726831527010 140726831527195 140726831527195 140726831529935 0
[pid=31618/tid=31651] ppid=31615 vsize=16068328 memory=1152 CPUtime=608.41 cores=0-7
/proc/31618/task/31651/stat : 31651 (java) S 31615 31618 31301 0 -1 1077944384 147810 0 0 0 57568 3273 0 0 20 0 46 0 102294870 16453967872 2316856 33554432000 4194304 4196468 140726831525952 140041288367088 140043503339221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 3 0 0 6293624 6294260 25518080 140726831527010 140726831527195 140726831527195 140726831529935 0
[pid=31618/tid=31652] ppid=31615 vsize=16068328 memory=4644 CPUtime=699.15 cores=0-7
/proc/31618/task/31652/stat : 31652 (java) S 31615 31618 31301 0 -1 1077944384 170355 0 0 0 66658 3257 0 0 20 0 46 0 102294875 16453967872 2316856 33554432000 4194304 4196468 140726831525952 140041287314288 140043503339221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 25518080 140726831527010 140726831527195 140726831527195 140726831529935 0
[pid=31618/tid=31653] ppid=31615 vsize=16068328 memory=9267424 CPUtime=96.46 cores=0-7
/proc/31618/task/31653/stat : 31653 (java) S 31615 31618 31301 0 -1 1077944384 20815 0 0 0 7655 1991 0 0 20 0 46 0 102294877 16453967872 2316856 33554432000 4194304 4196468 140726831525952 140041284130368 140043503339221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25518080 140726831527010 140726831527195 140726831527195 140726831529935 0
[pid=31618/tid=31654] ppid=31615 vsize=16068328 memory=6791534058613427641 CPUtime=542.8 cores=0-7
/proc/31618/task/31654/stat : 31654 (java) R 31615 31618 31301 0 -1 1077944384 132663 0 0 0 51160 3120 0 0 20 0 46 0 102294878 16453967872 2316856 33554432000 4194304 4196468 140726831525952 140041283075440 140043503339221 0 4 0 16800975 0 0 0 -1 5 0 0 2 0 0 6293624 6294260 25518080 140726831527010 140726831527195 140726831527195 140726831529935 0
[pid=31618/tid=31655] ppid=31615 vsize=16068328 memory=4126316290023845779 CPUtime=90.48 cores=0-7
/proc/31618/task/31655/stat : 31655 (java) S 31615 31618 31301 0 -1 1077944384 18938 0 0 0 7109 1939 0 0 20 0 46 0 102294878 16453967872 2316856 33554432000 4194304 4196468 140726831525952 140041282025280 140043503339221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25518080 140726831527010 140726831527195 140726831527195 140726831529935 0
[pid=31618/tid=31656] ppid=31615 vsize=16068328 memory=4040 CPUtime=102.41 cores=0-7
/proc/31618/task/31656/stat : 31656 (java) S 31615 31618 31301 0 -1 1077944384 22223 0 0 0 7900 2341 0 0 20 0 46 0 102294878 16453967872 2316856 33554432000 4194304 4196468 140726831525952 140041280972480 140043503339221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25518080 140726831527010 140726831527195 140726831527195 140726831529935 0
[pid=31618/tid=31657] ppid=31615 vsize=16068328 memory=17360 CPUtime=552.08 cores=0-7
/proc/31618/task/31657/stat : 31657 (java) S 31615 31618 31301 0 -1 1077944384 124918 0 0 0 52124 3084 0 0 20 0 46 0 102294878 16453967872 2316856 33554432000 4194304 4196468 140726831525952 140041279917040 140043503339221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 2 0 0 6293624 6294260 25518080 140726831527010 140726831527195 140726831527195 140726831529935 0
[pid=31618/tid=31658] ppid=31615 vsize=16068328 memory=18292 CPUtime=165.39 cores=0-7
/proc/31618/task/31658/stat : 31658 (java) S 31615 31618 31301 0 -1 1077944384 44603 0 0 0 14141 2398 0 0 20 0 46 0 102294878 16453967872 2316856 33554432000 4194304 4196468 140726831525952 140041278866368 140043503339221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25518080 140726831527010 140726831527195 140726831527195 140726831529935 0
[pid=31618/tid=31659] ppid=31615 vsize=16068328 memory=1792 CPUtime=160.82 cores=0-7
/proc/31618/task/31659/stat : 31659 (java) S 31615 31618 31301 0 -1 1077944384 33266 0 0 0 13173 2909 0 0 20 0 46 0 102294879 16453967872 2316856 33554432000 4194304 4196468 140726831525952 140041277814080 140043503339221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25518080 140726831527010 140726831527195 140726831527195 140726831529935 0
[pid=31618/tid=31660] ppid=31615 vsize=16068328 memory=648 CPUtime=94.32 cores=0-7
/proc/31618/task/31660/stat : 31660 (java) S 31615 31618 31301 0 -1 1077944384 21376 0 0 0 7283 2149 0 0 20 0 46 0 102294879 16453967872 2316856 33554432000 4194304 4196468 140726831525952 140041276761280 140043503339221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25518080 140726831527010 140726831527195 140726831527195 140726831529935 0
[pid=31618/tid=31661] ppid=31615 vsize=16068328 memory=1236 CPUtime=135.68 cores=0-7
/proc/31618/task/31661/stat : 31661 (java) S 31615 31618 31301 0 -1 1077944384 25112 0 0 0 10652 2916 0 0 20 0 46 0 102294880 16453967872 2316856 33554432000 4194304 4196468 140726831525952 140041275708992 140043503339221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25518080 140726831527010 140726831527195 140726831527195 140726831529935 0
[pid=31618/tid=31662] ppid=31615 vsize=16068328 memory=960 CPUtime=526.81 cores=0-7
/proc/31618/task/31662/stat : 31662 (java) S 31615 31618 31301 0 -1 1077944384 124344 0 0 0 49501 3180 0 0 20 0 46 0 102294883 16453967872 2316856 33554432000 4194304 4196468 140726831525952 140041274654064 140043503339221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 2 0 0 6293624 6294260 25518080 140726831527010 140726831527195 140726831527195 140726831529935 0
[pid=31618/tid=31663] ppid=31615 vsize=16068328 memory=140182768078517 CPUtime=531.51 cores=0-7
/proc/31618/task/31663/stat : 31663 (java) R 31615 31618 31301 0 -1 4202560 122701 0 0 0 49972 3179 0 0 20 0 46 0 102294884 16453967872 2316856 33554432000 4194304 4196468 140726831525952 140041273601776 140043503340950 0 4 0 16800975 0 0 0 -1 3 0 0 1 0 0 6293624 6294260 25518080 140726831527010 140726831527195 140726831527195 140726831529935 0
[pid=31618/tid=31664] ppid=31615 vsize=16068328 memory=4498404016631593318 CPUtime=110.57 cores=0-7
/proc/31618/task/31664/stat : 31664 (java) S 31615 31618 31301 0 -1 1077944384 22253 0 0 0 8645 2412 0 0 20 0 46 0 102294885 16453967872 2316856 33554432000 4194304 4196468 140726831525952 140041272551104 140043503339221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25518080 140726831527010 140726831527195 140726831527195 140726831529935 0
Current children cumulated CPU time: 8715.37 s
Current children cumulated vsize: 16068328 KiB
Current children cumulated memory: 9267424 KiB

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

[startup+2520.07 s]
# the end of solver process 31618 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=7924.95 s, system=790.505 s

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

Child status: 143
Real time (s): 2520.07
CPU time (s): 8715.46
CPU user time (s): 7924.95
CPU system time (s): 790.505
CPU usage (%): 345.842
Max. virtual memory (cumulated for all children) (KiB): 16068328
Max. memory (cumulated for all children) (KiB): 9267424

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7924.95
system time used= 790.505
maximum resident set size= 9268156
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8568069
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3760
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 292192190
involuntary context switches= 89066


# summary of solver processes directly reported to runsolver:
#   pid: 31618
#   total CPU time (s): 8715.46
#   total CPU user time (s): 7924.95
#   total CPU system time (s): 790.505

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 33.3861 second user time and 28.5581 second system time

The end

Launcher Data

Begin job on node112 at 2017-08-14 08:13:31
IDJOB=4275615
IDBENCH=123012
IDSOLVER=2668
FILE ID=node112/4275615-1502692069
RUNJOBID= node112-1502688687-31328
PBS_JOBID= 20628994
Free space on /tmp= 61788 MiB

SOLVER NAME= OscaR - Parallel with EPS 2017-07-26
BENCH NAME= XCSP17/Renault/Renault-m1-s1/Renault-souffleuse.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-4275615-1502692069/watcher-4275615-1502692069 -o /tmp/evaluation-result-4275615-1502692069/solver-4275615-1502692069 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node112-1502688687-31328 --watchdog 2580  java -Xmx11000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 481057767 --timelimit 20160 --memlimit 11000 --nbcore 8 HOME/instance-4275615-1502692069.xml

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

MD5SUM BENCH= df23e3c33d5f18cffd66f727a476ed8f
RANDOM SEED=481057767

node112.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	: 5333.24
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	: 5333.24
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	: 5333.24
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	: 5333.24
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:        31617788 kB
MemAvailable:   31976596 kB
Buffers:          160260 kB
Cached:           476812 kB
SwapCached:            0 kB
Active:           491332 kB
Inactive:         198156 kB
Active(anon):       4088 kB
Inactive(anon):    76456 kB
Active(file):     487244 kB
Inactive(file):   121700 kB
Unevictable:        6276 kB
Mlocked:            6276 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             42460 kB
Writeback:             0 kB
AnonPages:         69224 kB
Mapped:            44332 kB
Shmem:             25224 kB
Slab:             157704 kB
SReclaimable:     131400 kB
SUnreclaim:        26304 kB
KernelStack:        3536 kB
PageTables:         4720 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     323332 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     14336 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 61748 MiB
End job on node112 at 2017-08-14 08:55:31