Trace number 4285357

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-08-22SAT 95.248199 28.611

General information on the benchmark

NameQRandom/QRandom-m1-lard/
lard-83-83.xml
MD5SUM5a1cc99098bd305fca19847613bf445f
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 benchmark9.8167
Satisfiable
(Un)Satisfiability was proved
Number of variables83
Number of constraints3403
Number of domains1
Minimum domain size84
Maximum domain size84
Distribution of domain sizes[{"size":84,"count":83}]
Minimum variable degree82
Maximum variable degree82
Distribution of variable degrees[{"degree":82,"count":83}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":3403}]
Number of extensional constraints3403
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":3403}]
Optimization problemNO
Type of objective

Solver Data

0.30/0.26	c version: 2017-08-22
0.30/0.26	c seed: 1411271063
0.30/0.26	c timeout: 20160
0.30/0.26	c memlimit: 22000
0.30/0.26	c nbcore: 8
0.30/0.28	c Parsing instance...
28.49/13.15	c Parsing done, starting search...
95.06/28.52	s SATISFIABLE
95.06/28.52	v <instantiation>
95.06/28.52	v 	<list>
95.06/28.52	v 		x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39] x[40] x[41] x[42] x[43] x[44] x[45] x[46] x[47] x[48] x[49] x[50] x[51] x[52] x[53] x[54] x[55] x[56] x[57] x[58] x[59] x[60] x[61] x[62] x[63] x[64] x[65] x[66] x[67] x[68] x[69] x[70] x[71] x[72] x[73] x[74] x[75] x[76] x[77] x[78] x[79] x[80] x[81] x[82]
95.06/28.52	v 	</list>
95.06/28.52	v 	<values>
95.06/28.52	v 		41 40 38 41 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 
95.06/28.52	v 	</values>
95.06/28.52	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 (9506 MiB free)
  memory of node 1: 16384 MiB (8369 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4285357-1503429467/watcher-4285357-1503429467 -o /tmp/evaluation-result-4285357-1503429467/solver-4285357-1503429467 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node114-1503426029-3437 --watchdog 2580 java -Xmx22000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 1411271063 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4285357-1503429467.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
solver pid=3725, runsolver pid=3722
Current StackSize limit: 8192 KiB


[startup+0.101017 s]*
/proc/loadavg: 8.78 8.72 8.73 1/200 3745
/proc/meminfo: memFree=18289104/32770624 swapFree=67108860/67108860
[pid=3725] ppid=3722 vsize=26000852 memory=31684 CPUtime=0.12 cores=0-7
/proc/3725/stat : 3725 (java) S 3722 3725 3410 0 -1 1077944320 8301 0 0 0 10 2 0 0 20 0 20 0 176034352 26624872448 7921 33554432000 4194304 4196468 140725696263056 140725696245600 140196824571639 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 12099584 140725696267361 140725696267547 140725696267547 140725696270287 0
/proc/3725/statm: 6500213 7921 3411 1 0 6487932 0
[pid=3725/tid=3727] ppid=3722 vsize=26000852 memory=4134692831991783777 CPUtime=0.09 cores=0-7
/proc/3725/task/3727/stat : 3727 (java) R 3722 3725 3410 0 -1 4202560 6202 0 0 0 8 1 0 0 20 0 20 0 176034352 26624872448 7921 33554432000 4194304 4196468 140725696263056 140196828786672 140196824593565 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12099584 140725696267361 140725696267547 140725696267547 140725696270287 0
[pid=3725/tid=3728] ppid=3722 vsize=26000852 memory=4126316290023845779 CPUtime=0 cores=0-7
/proc/3725/task/3728/stat : 3728 (java) S 3722 3725 3410 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 176034353 26624872448 7921 33554432000 4194304 4196468 140725696263056 140196794284560 140196824581845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12099584 140725696267361 140725696267547 140725696267547 140725696270287 0
[pid=3725/tid=3729] ppid=3722 vsize=26000852 memory=140685328180864 CPUtime=0 cores=0-7
/proc/3725/task/3729/stat : 3729 (java) S 3722 3725 3410 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 176034353 26624872448 7921 33554432000 4194304 4196468 140725696263056 140196381272720 140196824581845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12099584 140725696267361 140725696267547 140725696267547 140725696270287 0
[pid=3725/tid=3730] ppid=3722 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/3725/task/3730/stat : 3730 (java) S 3722 3725 3410 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 176034353 26624872448 7921 33554432000 4194304 4196468 140725696263056 140196380219664 140196824581845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12099584 140725696267361 140725696267547 140725696267547 140725696270287 0
[pid=3725/tid=3731] ppid=3722 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/3725/task/3731/stat : 3731 (java) S 3722 3725 3410 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 176034353 26624872448 7921 33554432000 4194304 4196468 140725696263056 140196379167120 140196824581845 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12099584 140725696267361 140725696267547 140725696267547 140725696270287 0
[pid=3725/tid=3732] ppid=3722 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/3725/task/3732/stat : 3732 (java) S 3722 3725 3410 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 176034353 26624872448 7921 33554432000 4194304 4196468 140725696263056 140196378115088 140196824581845 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12099584 140725696267361 140725696267547 140725696267547 140725696270287 0
[pid=3725/tid=3733] ppid=3722 vsize=26000852 memory=-1 CPUtime=0 cores=0-7
/proc/3725/task/3733/stat : 3733 (java) S 3722 3725 3410 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 176034353 26624872448 7921 33554432000 4194304 4196468 140725696263056 140196377062544 140196824581845 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12099584 140725696267361 140725696267547 140725696267547 140725696270287 0
[pid=3725/tid=3734] ppid=3722 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/3725/task/3734/stat : 3734 (java) S 3722 3725 3410 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 176034353 26624872448 7921 33554432000 4194304 4196468 140725696263056 140196376009488 140196824581845 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12099584 140725696267361 140725696267547 140725696267547 140725696270287 0
[pid=3725/tid=3735] ppid=3722 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/3725/task/3735/stat : 3735 (java) S 3722 3725 3410 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 176034353 26624872448 7921 33554432000 4194304 4196468 140725696263056 140196374956944 140196824581845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12099584 140725696267361 140725696267547 140725696267547 140725696270287 0
[pid=3725/tid=3736] ppid=3722 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/3725/task/3736/stat : 3736 (java) S 3722 3725 3410 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 176034354 26624872448 7921 33554432000 4194304 4196468 140725696263056 140195952220400 140196824582786 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12099584 140725696267361 140725696267547 140725696267547 140725696270287 0
[pid=3725/tid=3737] ppid=3722 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/3725/task/3737/stat : 3737 (java) S 3722 3725 3410 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 176034355 26624872448 7921 33554432000 4194304 4196468 140725696263056 140195951166624 140196824581845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12099584 140725696267361 140725696267547 140725696267547 140725696270287 0
[pid=3725/tid=3738] ppid=3722 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/3725/task/3738/stat : 3738 (java) S 3722 3725 3410 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 176034355 26624872448 7921 33554432000 4194304 4196468 140725696263056 140195950113520 140196824581845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12099584 140725696267361 140725696267547 140725696267547 140725696270287 0
[pid=3725/tid=3739] ppid=3722 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/3725/task/3739/stat : 3739 (java) S 3722 3725 3410 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 176034357 26624872448 7921 33554432000 4194304 4196468 140725696263056 140195949062096 140196824590235 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12099584 140725696267361 140725696267547 140725696267547 140725696270287 0
[pid=3725/tid=3740] ppid=3722 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/3725/task/3740/stat : 3740 (java) S 3722 3725 3410 0 -1 1077944384 307 0 0 0 0 0 0 0 20 0 20 0 176034358 26624872448 7921 33554432000 4194304 4196468 140725696263056 140195948010224 140196824582786 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12099584 140725696267361 140725696267547 140725696267547 140725696270287 0
[pid=3725/tid=3741] ppid=3722 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/3725/task/3741/stat : 3741 (java) S 3722 3725 3410 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 176034358 26624872448 7921 33554432000 4194304 4196468 140725696263056 140195946957680 140196824582786 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12099584 140725696267361 140725696267547 140725696267547 140725696270287 0
[pid=3725/tid=3742] ppid=3722 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/3725/task/3742/stat : 3742 (java) S 3722 3725 3410 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 176034358 26624872448 7921 33554432000 4194304 4196468 140725696263056 140195945904624 140196824582786 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12099584 140725696267361 140725696267547 140725696267547 140725696270287 0
[pid=3725/tid=3743] ppid=3722 vsize=26000852 memory=0 CPUtime=0.02 cores=0-7
/proc/3725/task/3743/stat : 3743 (java) S 3722 3725 3410 0 -1 1077944384 418 0 0 0 2 0 0 0 20 0 20 0 176034358 26624872448 7921 33554432000 4194304 4196468 140725696263056 140195944852080 140196824582786 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12099584 140725696267361 140725696267547 140725696267547 140725696270287 0
[pid=3725/tid=3744] ppid=3722 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/3725/task/3744/stat : 3744 (java) S 3722 3725 3410 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 176034358 26624872448 7921 33554432000 4194304 4196468 140725696263056 140195943799264 140196824581845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12099584 140725696267361 140725696267547 140725696267547 140725696270287 0
[pid=3725/tid=3745] ppid=3722 vsize=26000852 memory=-1 CPUtime=0 cores=0-7
/proc/3725/task/3745/stat : 3745 (java) S 3722 3725 3410 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 176034358 26624872448 7921 33554432000 4194304 4196468 140725696263056 140195942746800 140196824582786 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12099584 140725696267361 140725696267547 140725696267547 140725696270287 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 26000852 KiB
Current children cumulated memory: 31684 KiB

[startup+0.210495 s]*
/proc/loadavg: 8.78 8.72 8.73 2/200 3745
/proc/meminfo: memFree=18278728/32770624 swapFree=67108860/67108860
[pid=3725] ppid=3722 vsize=26000852 memory=41104 CPUtime=0.3 cores=0-7
/proc/3725/stat : 3725 (java) S 3722 3725 3410 0 -1 1077944320 9375 0 0 0 27 3 0 0 20 0 20 0 176034352 26624872448 10276 33554432000 4194304 4196468 140725696263056 140725696245600 140196824571639 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 12099584 140725696267361 140725696267547 140725696267547 140725696270287 0
/proc/3725/statm: 6500213 10276 3645 1 0 6487932 0
[pid=3725/tid=3727] ppid=3722 vsize=26000852 memory=4026531975 CPUtime=0.2 cores=0-7
/proc/3725/task/3727/stat : 3727 (java) R 3722 3725 3410 0 -1 4202560 6827 0 0 0 18 2 0 0 20 0 20 0 176034352 26624872448 10276 33554432000 4194304 4196468 140725696263056 140196828801952 140196824593565 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12099584 140725696267361 140725696267547 140725696267547 140725696270287 0
[pid=3725/tid=3728] ppid=3722 vsize=26000852 memory=9419 CPUtime=0 cores=0-7
/proc/3725/task/3728/stat : 3728 (java) S 3722 3725 3410 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 176034353 26624872448 10276 33554432000 4194304 4196468 140725696263056 140196794284560 140196824581845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12099584 140725696267361 140725696267547 140725696267547 140725696270287 0
[pid=3725/tid=3729] ppid=3722 vsize=26000852 memory=140685328184640 CPUtime=0 cores=0-7
/proc/3725/task/3729/stat : 3729 (java) S 3722 3725 3410 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 176034353 26624872448 10276 33554432000 4194304 4196468 140725696263056 140196381272720 140196824581845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12099584 140725696267361 140725696267547 140725696267547 140725696270287 0
[pid=3725/tid=3730] ppid=3722 vsize=26000852 memory=-1 CPUtime=0 cores=0-7
/proc/3725/task/3730/stat : 3730 (java) S 3722 3725 3410 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 176034353 26624872448 10276 33554432000 4194304 4196468 140725696263056 140196380219664 140196824581845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12099584 140725696267361 140725696267547 140725696267547 140725696270287 0
[pid=3725/tid=3731] ppid=3722 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/3725/task/3731/stat : 3731 (java) S 3722 3725 3410 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 176034353 26624872448 10276 33554432000 4194304 4196468 140725696263056 140196379167120 140196824581845 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12099584 140725696267361 140725696267547 140725696267547 140725696270287 0
[pid=3725/tid=3732] ppid=3722 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/3725/task/3732/stat : 3732 (java) S 3722 3725 3410 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 176034353 26624872448 10276 33554432000 4194304 4196468 140725696263056 140196378115088 140196824581845 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12099584 140725696267361 140725696267547 140725696267547 140725696270287 0
[pid=3725/tid=3733] ppid=3722 vsize=26000852 memory=-1 CPUtime=0 cores=0-7
/proc/3725/task/3733/stat : 3733 (java) S 3722 3725 3410 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 176034353 26624872448 10276 33554432000 4194304 4196468 140725696263056 140196377062544 140196824581845 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12099584 140725696267361 140725696267547 140725696267547 140725696270287 0
[pid=3725/tid=3734] ppid=3722 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/3725/task/3734/stat : 3734 (java) S 3722 3725 3410 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 176034353 26624872448 10276 33554432000 4194304 4196468 140725696263056 140196376009488 140196824581845 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12099584 140725696267361 140725696267547 140725696267547 140725696270287 0
[pid=3725/tid=3735] ppid=3722 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/3725/task/3735/stat : 3735 (java) S 3722 3725 3410 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 176034353 26624872448 10276 33554432000 4194304 4196468 140725696263056 140196374956944 140196824581845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12099584 140725696267361 140725696267547 140725696267547 140725696270287 0
[pid=3725/tid=3736] ppid=3722 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/3725/task/3736/stat : 3736 (java) S 3722 3725 3410 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 176034354 26624872448 10276 33554432000 4194304 4196468 140725696263056 140195952220400 140196824582786 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12099584 140725696267361 140725696267547 140725696267547 140725696270287 0
[pid=3725/tid=3737] ppid=3722 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/3725/task/3737/stat : 3737 (java) S 3722 3725 3410 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 176034355 26624872448 10276 33554432000 4194304 4196468 140725696263056 140195951166624 140196824581845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12099584 140725696267361 140725696267547 140725696267547 140725696270287 0
[pid=3725/tid=3738] ppid=3722 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/3725/task/3738/stat : 3738 (java) S 3722 3725 3410 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 176034355 26624872448 10276 33554432000 4194304 4196468 140725696263056 140195950113520 140196824581845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12099584 140725696267361 140725696267547 140725696267547 140725696270287 0
[pid=3725/tid=3739] ppid=3722 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/3725/task/3739/stat : 3739 (java) S 3722 3725 3410 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 176034357 26624872448 10276 33554432000 4194304 4196468 140725696263056 140195949062096 140196824590235 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12099584 140725696267361 140725696267547 140725696267547 140725696270287 0
[pid=3725/tid=3740] ppid=3722 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/3725/task/3740/stat : 3740 (java) S 3722 3725 3410 0 -1 1077944384 339 0 0 0 0 0 0 0 20 0 20 0 176034358 26624872448 10276 33554432000 4194304 4196468 140725696263056 140195948010224 140196824582786 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12099584 140725696267361 140725696267547 140725696267547 140725696270287 0
[pid=3725/tid=3741] ppid=3722 vsize=26000852 memory=0 CPUtime=0.01 cores=0-7
/proc/3725/task/3741/stat : 3741 (java) S 3722 3725 3410 0 -1 1077944384 41 0 0 0 1 0 0 0 20 0 20 0 176034358 26624872448 10276 33554432000 4194304 4196468 140725696263056 140195946957680 140196824582786 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12099584 140725696267361 140725696267547 140725696267547 140725696270287 0
[pid=3725/tid=3742] ppid=3722 vsize=26000852 memory=0 CPUtime=0.01 cores=0-7
/proc/3725/task/3742/stat : 3742 (java) S 3722 3725 3410 0 -1 1077944384 293 0 0 0 1 0 0 0 20 0 20 0 176034358 26624872448 10276 33554432000 4194304 4196468 140725696263056 140195945904624 140196824582786 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12099584 140725696267361 140725696267547 140725696267547 140725696270287 0
[pid=3725/tid=3743] ppid=3722 vsize=26000852 memory=0 CPUtime=0.05 cores=0-7
/proc/3725/task/3743/stat : 3743 (java) S 3722 3725 3410 0 -1 1077944384 491 0 0 0 5 0 0 0 20 0 20 0 176034358 26624872448 10276 33554432000 4194304 4196468 140725696263056 140195944852080 140196824582786 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12099584 140725696267361 140725696267547 140725696267547 140725696270287 0
[pid=3725/tid=3744] ppid=3722 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/3725/task/3744/stat : 3744 (java) S 3722 3725 3410 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 176034358 26624872448 10276 33554432000 4194304 4196468 140725696263056 140195943799264 140196824581845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12099584 140725696267361 140725696267547 140725696267547 140725696270287 0
[pid=3725/tid=3745] ppid=3722 vsize=26000852 memory=-1 CPUtime=0 cores=0-7
/proc/3725/task/3745/stat : 3745 (java) S 3722 3725 3410 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 176034358 26624872448 10276 33554432000 4194304 4196468 140725696263056 140195942746800 140196824582786 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12099584 140725696267361 140725696267547 140725696267547 140725696270287 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 26000852 KiB
Current children cumulated memory: 41104 KiB

[startup+0.310203 s]*
/proc/loadavg: 8.78 8.72 8.73 2/200 3745
/proc/meminfo: memFree=18271416/32770624 swapFree=67108860/67108860
[pid=3725] ppid=3722 vsize=26000872 memory=48792 CPUtime=0.47 cores=0-7
/proc/3725/stat : 3725 (java) S 3722 3725 3410 0 -1 1077944320 10442 0 0 0 44 3 0 0 20 0 20 0 176034352 26624892928 12198 33554432000 4194304 4196468 140725696263056 140725696245600 140196824571639 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 12099584 140725696267361 140725696267547 140725696267547 140725696270287 0
/proc/3725/statm: 6500218 12198 3702 1 0 6487932 0
[pid=3725/tid=3727] ppid=3722 vsize=26000872 memory=8112282956445269571 CPUtime=0.29 cores=0-7
/proc/3725/task/3727/stat : 3727 (java) R 3722 3725 3410 0 -1 4202560 7400 0 0 0 27 2 0 0 20 0 20 0 176034352 26624892928 12198 33554432000 4194304 4196468 140725696263056 140196828782368 140196809744525 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12099584 140725696267361 140725696267547 140725696267547 140725696270287 0
[pid=3725/tid=3728] ppid=3722 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/3725/task/3728/stat : 3728 (java) S 3722 3725 3410 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 176034353 26624892928 12198 33554432000 4194304 4196468 140725696263056 140196794284560 140196824581845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12099584 140725696267361 140725696267547 140725696267547 140725696270287 0
[pid=3725/tid=3729] ppid=3722 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/3725/task/3729/stat : 3729 (java) S 3722 3725 3410 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 176034353 26624892928 12198 33554432000 4194304 4196468 140725696263056 140196381272720 140196824581845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12099584 140725696267361 140725696267547 140725696267547 140725696270287 0
[pid=3725/tid=3730] ppid=3722 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/3725/task/3730/stat : 3730 (java) S 3722 3725 3410 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 176034353 26624892928 12198 33554432000 4194304 4196468 140725696263056 140196380219664 140196824581845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12099584 140725696267361 140725696267547 140725696267547 140725696270287 0
[pid=3725/tid=3731] ppid=3722 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/3725/task/3731/stat : 3731 (java) S 3722 3725 3410 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 176034353 26624892928 12198 33554432000 4194304 4196468 140725696263056 140196379167120 140196824581845 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12099584 140725696267361 140725696267547 140725696267547 140725696270287 0
[pid=3725/tid=3732] ppid=3722 vsize=26000872 memory=2244 CPUtime=0 cores=0-7
/proc/3725/task/3732/stat : 3732 (java) S 3722 3725 3410 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 176034353 26624892928 12198 33554432000 4194304 4196468 140725696263056 140196378115088 140196824581845 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12099584 140725696267361 140725696267547 140725696267547 140725696270287 0
[pid=3725/tid=3733] ppid=3722 vsize=26000872 memory=140685210645423 CPUtime=0 cores=0-7
/proc/3725/task/3733/stat : 3733 (java) S 3722 3725 3410 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 176034353 26624892928 12198 33554432000 4194304 4196468 140725696263056 140196377062544 140196824581845 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12099584 140725696267361 140725696267547 140725696267547 140725696270287 0
[pid=3725/tid=3734] ppid=3722 vsize=26000872 memory=140685210647728 CPUtime=0 cores=0-7
/proc/3725/task/3734/stat : 3734 (java) S 3722 3725 3410 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 176034353 26624892928 12198 33554432000 4194304 4196468 140725696263056 140196376009488 140196824581845 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12099584 140725696267361 140725696267547 140725696267547 140725696270287 0
[pid=3725/tid=3735] ppid=3722 vsize=26000872 memory=140685210650032 CPUtime=0 cores=0-7
/proc/3725/task/3735/stat : 3735 (java) S 3722 3725 3410 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 176034353 26624892928 12198 33554432000 4194304 4196468 140725696263056 140196374956944 140196824581845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12099584 140725696267361 140725696267547 140725696267547 140725696270287 0
[pid=3725/tid=3736] ppid=3722 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/3725/task/3736/stat : 3736 (java) S 3722 3725 3410 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 176034354 26624892928 12198 33554432000 4194304 4196468 140725696263056 140195952220400 140196824582786 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12099584 140725696267361 140725696267547 140725696267547 140725696270287 0
[pid=3725/tid=3737] ppid=3722 vsize=26000872 memory=281370421307024 CPUtime=0 cores=0-7
/proc/3725/task/3737/stat : 3737 (java) S 3722 3725 3410 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 176034355 26624892928 12198 33554432000 4194304 4196468 140725696263056 140195951166624 140196824581845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12099584 140725696267361 140725696267547 140725696267547 140725696270287 0
[pid=3725/tid=3738] ppid=3722 vsize=26000872 memory=281370421313936 CPUtime=0 cores=0-7
/proc/3725/task/3738/stat : 3738 (java) S 3722 3725 3410 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 176034355 26624892928 12198 33554432000 4194304 4196468 140725696263056 140195950113520 140196824581845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12099584 140725696267361 140725696267547 140725696267547 140725696270287 0
[pid=3725/tid=3739] ppid=3722 vsize=26000872 memory=281370421255216 CPUtime=0 cores=0-7
/proc/3725/task/3739/stat : 3739 (java) S 3722 3725 3410 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 176034357 26624892928 12198 33554432000 4194304 4196468 140725696263056 140195949062096 140196824590235 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12099584 140725696267361 140725696267547 140725696267547 140725696270287 0
[pid=3725/tid=3740] ppid=3722 vsize=26000872 memory=281370421327760 CPUtime=0.01 cores=0-7
/proc/3725/task/3740/stat : 3740 (java) S 3722 3725 3410 0 -1 1077944384 364 0 0 0 1 0 0 0 20 0 20 0 176034358 26624892928 12198 33554432000 4194304 4196468 140725696263056 140195948010224 140196824582786 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12099584 140725696267361 140725696267547 140725696267547 140725696270287 0
[pid=3725/tid=3741] ppid=3722 vsize=26000872 memory=281370421334672 CPUtime=0.04 cores=0-7
/proc/3725/task/3741/stat : 3741 (java) S 3722 3725 3410 0 -1 1077944384 270 0 0 0 4 0 0 0 20 0 20 0 176034358 26624892928 12198 33554432000 4194304 4196468 140725696263056 140195946957680 140196824582786 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12099584 140725696267361 140725696267547 140725696267547 140725696270287 0
[pid=3725/tid=3742] ppid=3722 vsize=26000872 memory=281370421332368 CPUtime=0.02 cores=0-7
/proc/3725/task/3742/stat : 3742 (java) S 3722 3725 3410 0 -1 1077944384 483 0 0 0 2 0 0 0 20 0 20 0 176034358 26624892928 12198 33554432000 4194304 4196468 140725696263056 140195945904624 140196824582786 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12099584 140725696267361 140725696267547 140725696267547 140725696270287 0
[pid=3725/tid=3743] ppid=3722 vsize=26000872 memory=281370421348976 CPUtime=0.08 cores=0-7
/proc/3725/task/3743/stat : 3743 (java) S 3722 3725 3410 0 -1 1077944384 539 0 0 0 8 0 0 0 20 0 20 0 176034358 26624892928 12198 33554432000 4194304 4196468 140725696263056 140195944852080 140196824582786 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12099584 140725696267361 140725696267547 140725696267547 140725696270287 0
[pid=3725/tid=3744] ppid=3722 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/3725/task/3744/stat : 3744 (java) S 3722 3725 3410 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 176034358 26624892928 12198 33554432000 4194304 4196468 140725696263056 140195943799264 140196824581845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12099584 140725696267361 140725696267547 140725696267547 140725696270287 0
[pid=3725/tid=3745] ppid=3722 vsize=26000872 memory=-1 CPUtime=0 cores=0-7
/proc/3725/task/3745/stat : 3745 (java) S 3722 3725 3410 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 176034358 26624892928 12198 33554432000 4194304 4196468 140725696263056 140195942746800 140196824582786 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12099584 140725696267361 140725696267547 140725696267547 140725696270287 0
Current children cumulated CPU time: 0.47 s
Current children cumulated vsize: 26000872 KiB
Current children cumulated memory: 48792 KiB

[startup+0.700911 s]
/proc/loadavg: 8.78 8.72 8.73 2/200 3745
/proc/meminfo: memFree=18232880/32770624 swapFree=67108860/67108860
[pid=3725] ppid=3722 vsize=26000872 memory=288948 CPUtime=1.6 cores=0-7
/proc/3725/stat : 3725 (java) S 3722 3725 3410 0 -1 1077944320 12127 0 0 0 121 39 0 0 20 0 20 0 176034352 26624892928 72237 33554432000 4194304 4196468 140725696263056 140725696245600 140196824571639 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 12099584 140725696267361 140725696267547 140725696267547 140725696270287 0
/proc/3725/statm: 6500218 72237 3767 1 0 6487932 0
[pid=3725/tid=3727] ppid=3722 vsize=26000872 memory=0 CPUtime=0.61 cores=0-7
/proc/3725/task/3727/stat : 3727 (java) S 3722 3725 3410 0 -1 1077944384 7831 0 0 0 55 6 0 0 20 0 20 0 176034352 26624892928 72237 33554432000 4194304 4196468 140725696263056 140196828809120 140196824581845 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12099584 140725696267361 140725696267547 140725696267547 140725696270287 0
[pid=3725/tid=3728] ppid=3722 vsize=26000872 memory=0 CPUtime=0.06 cores=0-7
/proc/3725/task/3728/stat : 3728 (java) S 3722 3725 3410 0 -1 1077944384 57 0 0 0 2 4 0 0 20 0 20 0 176034353 26624892928 72237 33554432000 4194304 4196468 140725696263056 140196794284560 140196824581845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12099584 140725696267361 140725696267547 140725696267547 140725696270287 0
[pid=3725/tid=3729] ppid=3722 vsize=26000872 memory=0 CPUtime=0.05 cores=0-7
/proc/3725/task/3729/stat : 3729 (java) S 3722 3725 3410 0 -1 1077944384 69 0 0 0 1 4 0 0 20 0 20 0 176034353 26624892928 72237 33554432000 4194304 4196468 140725696263056 140196381272720 140196824581845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12099584 140725696267361 140725696267547 140725696267547 140725696270287 0
[pid=3725/tid=3730] ppid=3722 vsize=26000872 memory=0 CPUtime=0.05 cores=0-7
/proc/3725/task/3730/stat : 3730 (java) S 3722 3725 3410 0 -1 1077944384 65 0 0 0 1 4 0 0 20 0 20 0 176034353 26624892928 72237 33554432000 4194304 4196468 140725696263056 140196380219664 140196824581845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12099584 140725696267361 140725696267547 140725696267547 140725696270287 0
[pid=3725/tid=3731] ppid=3722 vsize=26000872 memory=792 CPUtime=0.05 cores=0-7
/proc/3725/task/3731/stat : 3731 (java) S 3722 3725 3410 0 -1 1077944384 57 0 0 0 2 3 0 0 20 0 20 0 176034353 26624892928 72237 33554432000 4194304 4196468 140725696263056 140196379167120 140196824581845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12099584 140725696267361 140725696267547 140725696267547 140725696270287 0
[pid=3725/tid=3732] ppid=3722 vsize=26000872 memory=1008 CPUtime=0.05 cores=0-7
/proc/3725/task/3732/stat : 3732 (java) S 3722 3725 3410 0 -1 1077944384 67 0 0 0 2 3 0 0 20 0 20 0 176034353 26624892928 72237 33554432000 4194304 4196468 140725696263056 140196378115088 140196824581845 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12099584 140725696267361 140725696267547 140725696267547 140725696270287 0
[pid=3725/tid=3733] ppid=3722 vsize=26000872 memory=10804 CPUtime=0.05 cores=0-7
/proc/3725/task/3733/stat : 3733 (java) S 3722 3725 3410 0 -1 1077944384 58 0 0 0 2 3 0 0 20 0 20 0 176034353 26624892928 72237 33554432000 4194304 4196468 140725696263056 140196377062544 140196824581845 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12099584 140725696267361 140725696267547 140725696267547 140725696270287 0
[pid=3725/tid=3734] ppid=3722 vsize=26000872 memory=1204 CPUtime=0.05 cores=0-7
/proc/3725/task/3734/stat : 3734 (java) S 3722 3725 3410 0 -1 1077944384 58 0 0 0 2 3 0 0 20 0 20 0 176034353 26624892928 72237 33554432000 4194304 4196468 140725696263056 140196376009488 140196824581845 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12099584 140725696267361 140725696267547 140725696267547 140725696270287 0
[pid=3725/tid=3735] ppid=3722 vsize=26000872 memory=15876 CPUtime=0.06 cores=0-7
/proc/3725/task/3735/stat : 3735 (java) S 3722 3725 3410 0 -1 1077944384 59 0 0 0 2 4 0 0 20 0 20 0 176034353 26624892928 72237 33554432000 4194304 4196468 140725696263056 140196374956944 140196824581845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12099584 140725696267361 140725696267547 140725696267547 140725696270287 0
[pid=3725/tid=3736] ppid=3722 vsize=26000872 memory=16444 CPUtime=0 cores=0-7
/proc/3725/task/3736/stat : 3736 (java) S 3722 3725 3410 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 20 0 176034354 26624892928 72237 33554432000 4194304 4196468 140725696263056 140195952220400 140196824582786 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12099584 140725696267361 140725696267547 140725696267547 140725696270287 0

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

/proc/3725/task/3755/stat : 3755 (java) R 3722 3725 3410 0 -1 4202560 1370 0 0 0 174 2 0 0 20 0 32 0 176036488 27453317120 1850962 33554432000 4194304 4196468 140725696263056 140194996532136 140196462516580 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12099584 140725696267361 140725696267547 140725696267547 140725696270287 0
[pid=3725/tid=3756] ppid=3722 vsize=26809880 memory=4352264416421767015 CPUtime=1.64 cores=0-7
/proc/3725/task/3756/stat : 3756 (java) R 3722 3725 3410 0 -1 4202560 1585 0 0 0 147 17 0 0 20 0 32 0 176036489 27453317120 1850962 33554432000 4194304 4196468 140725696263056 140194995480408 140196462620851 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12099584 140725696267361 140725696267547 140725696267547 140725696270287 0
[pid=3725/tid=3757] ppid=3722 vsize=26809880 memory=7403848 CPUtime=0 cores=0-7
/proc/3725/task/3757/stat : 3757 (java) S 3722 3725 3410 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 32 0 176036489 27453317120 1850962 33554432000 4194304 4196468 140725696263056 140194994435616 140196824581845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12099584 140725696267361 140725696267547 140725696267547 140725696270287 0
Current children cumulated CPU time: 86.35 s
Current children cumulated vsize: 26809880 KiB
Current children cumulated memory: 7403848 KiB

[startup+28.0073 s]*
/proc/loadavg: 6.13 8.10 8.52 9/212 3757
/proc/meminfo: memFree=9965416/32770624 swapFree=67108860/67108860
[pid=3725] ppid=3722 vsize=26809880 memory=8338532 CPUtime=92.83 cores=0-7
/proc/3725/stat : 3725 (java) S 3722 3725 3410 0 -1 1077944320 230389 0 0 0 8082 1201 0 0 20 0 32 0 176034352 27453317120 2084633 33554432000 4194304 4196468 140725696263056 140725696245600 140196824571639 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 12099584 140725696267361 140725696267547 140725696267547 140725696270287 0
/proc/3725/statm: 6702470 2084633 3858 1 0 6690184 0
[pid=3725/tid=3727] ppid=3722 vsize=26809880 memory=8112282956445269571 CPUtime=18.97 cores=0-7
/proc/3725/task/3727/stat : 3727 (java) S 3722 3725 3410 0 -1 1077944384 19500 0 0 0 1844 53 0 0 20 0 32 0 176034352 27453317120 2084633 33554432000 4194304 4196468 140725696263056 140196828809024 140196824581845 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12099584 140725696267361 140725696267547 140725696267547 140725696270287 0
[pid=3725/tid=3728] ppid=3722 vsize=26809880 memory=4126316290023845779 CPUtime=6.55 cores=0-7
/proc/3725/task/3728/stat : 3728 (java) S 3722 3725 3410 0 -1 1077944384 17908 0 0 0 525 130 0 0 20 0 32 0 176034353 27453317120 2084633 33554432000 4194304 4196468 140725696263056 140196794284560 140196824581845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 7 0 0 6293624 6294260 12099584 140725696267361 140725696267547 140725696267547 140725696270287 0
[pid=3725/tid=3729] ppid=3722 vsize=26809880 memory=-7233780906022726806 CPUtime=6.57 cores=0-7
/proc/3725/task/3729/stat : 3729 (java) S 3722 3725 3410 0 -1 1077944384 18310 0 0 0 524 133 0 0 20 0 32 0 176034353 27453317120 2084633 33554432000 4194304 4196468 140725696263056 140196381272720 140196824581845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 5 0 0 6293624 6294260 12099584 140725696267361 140725696267547 140725696267547 140725696270287 0
[pid=3725/tid=3730] ppid=3722 vsize=26809880 memory=7595160682667399533 CPUtime=6.57 cores=0-7
/proc/3725/task/3730/stat : 3730 (java) S 3722 3725 3410 0 -1 1077944384 18918 0 0 0 528 129 0 0 20 0 32 0 176034353 27453317120 2084633 33554432000 4194304 4196468 140725696263056 140196380219664 140196824581845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 6 0 0 6293624 6294260 12099584 140725696267361 140725696267547 140725696267547 140725696270287 0
[pid=3725/tid=3731] ppid=3722 vsize=26809880 memory=7228392122139042648 CPUtime=6.53 cores=0-7
/proc/3725/task/3731/stat : 3731 (java) S 3722 3725 3410 0 -1 1077944384 17795 0 0 0 519 134 0 0 20 0 32 0 176034353 27453317120 2084633 33554432000 4194304 4196468 140725696263056 140196379167120 140196824581845 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 4 0 0 6293624 6294260 12099584 140725696267361 140725696267547 140725696267547 140725696270287 0
[pid=3725/tid=3732] ppid=3722 vsize=26809880 memory=16372 CPUtime=6.55 cores=0-7
/proc/3725/task/3732/stat : 3732 (java) S 3722 3725 3410 0 -1 1077944384 18926 0 0 0 527 128 0 0 20 0 32 0 176034353 27453317120 2084633 33554432000 4194304 4196468 140725696263056 140196378115088 140196824581845 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 5 0 0 6293624 6294260 12099584 140725696267361 140725696267547 140725696267547 140725696270287 0
[pid=3725/tid=3733] ppid=3722 vsize=26809880 memory=6944656592455360569 CPUtime=6.57 cores=0-7
/proc/3725/task/3733/stat : 3733 (java) S 3722 3725 3410 0 -1 1077944384 17364 0 0 0 525 132 0 0 20 0 32 0 176034353 27453317120 2084633 33554432000 4194304 4196468 140725696263056 140196377062544 140196824581845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 4 0 0 6293624 6294260 12099584 140725696267361 140725696267547 140725696267547 140725696270287 0
[pid=3725/tid=3734] ppid=3722 vsize=26809880 memory=-6948047529741492128 CPUtime=6.51 cores=0-7
/proc/3725/task/3734/stat : 3734 (java) S 3722 3725 3410 0 -1 1077944384 16896 0 0 0 525 126 0 0 20 0 32 0 176034353 27453317120 2084633 33554432000 4194304 4196468 140725696263056 140196376009488 140196824581845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 6 0 0 6293624 6294260 12099584 140725696267361 140725696267547 140725696267547 140725696270287 0
[pid=3725/tid=3735] ppid=3722 vsize=26809880 memory=0 CPUtime=6.54 cores=0-7
/proc/3725/task/3735/stat : 3735 (java) S 3722 3725 3410 0 -1 1077944384 17715 0 0 0 522 132 0 0 20 0 32 0 176034353 27453317120 2084633 33554432000 4194304 4196468 140725696263056 140196374956944 140196824581845 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 6 0 0 6293624 6294260 12099584 140725696267361 140725696267547 140725696267547 140725696270287 0
[pid=3725/tid=3736] ppid=3722 vsize=26809880 memory=0 CPUtime=0.34 cores=0-7
/proc/3725/task/3736/stat : 3736 (java) S 3722 3725 3410 0 -1 1077944384 17037 0 0 0 28 6 0 0 20 0 32 0 176034354 27453317120 2084633 33554432000 4194304 4196468 140725696263056 140195952220400 140196824582786 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12099584 140725696267361 140725696267547 140725696267547 140725696270287 0
[pid=3725/tid=3737] ppid=3722 vsize=26809880 memory=0 CPUtime=0 cores=0-7
/proc/3725/task/3737/stat : 3737 (java) S 3722 3725 3410 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 32 0 176034355 27453317120 2084633 33554432000 4194304 4196468 140725696263056 140195951166688 140196824581845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12099584 140725696267361 140725696267547 140725696267547 140725696270287 0
[pid=3725/tid=3738] ppid=3722 vsize=26809880 memory=-1807685287717842718 CPUtime=0 cores=0-7
/proc/3725/task/3738/stat : 3738 (java) S 3722 3725 3410 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 32 0 176034355 27453317120 2084633 33554432000 4194304 4196468 140725696263056 140195950113536 140196824581845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12099584 140725696267361 140725696267547 140725696267547 140725696270287 0
[pid=3725/tid=3739] ppid=3722 vsize=26809880 memory=-3621219715169225006 CPUtime=0 cores=0-7
/proc/3725/task/3739/stat : 3739 (java) S 3722 3725 3410 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 32 0 176034357 27453317120 2084633 33554432000 4194304 4196468 140725696263056 140195949062096 140196824590235 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12099584 140725696267361 140725696267547 140725696267547 140725696270287 0
[pid=3725/tid=3740] ppid=3722 vsize=26809880 memory=7976406965554101975 CPUtime=1.65 cores=0-7
/proc/3725/task/3740/stat : 3740 (java) S 3722 3725 3410 0 -1 1077944384 7254 0 0 0 163 2 0 0 20 0 32 0 176034358 27453317120 2084633 33554432000 4194304 4196468 140725696263056 140195948010224 140196824582786 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12099584 140725696267361 140725696267547 140725696267547 140725696270287 0
[pid=3725/tid=3741] ppid=3722 vsize=26809880 memory=7681407940103534239 CPUtime=1.58 cores=0-7
/proc/3725/task/3741/stat : 3741 (java) S 3722 3725 3410 0 -1 1077944384 8192 0 0 0 156 2 0 0 20 0 32 0 176034358 27453317120 2084633 33554432000 4194304 4196468 140725696263056 140195946957680 140196824582786 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12099584 140725696267361 140725696267547 140725696267547 140725696270287 0
[pid=3725/tid=3742] ppid=3722 vsize=26809880 memory=8547763363015199892 CPUtime=1.56 cores=0-7
/proc/3725/task/3742/stat : 3742 (java) S 3722 3725 3410 0 -1 1077944384 8374 0 0 0 154 2 0 0 20 0 32 0 176034358 27453317120 2084633 33554432000 4194304 4196468 140725696263056 140195945904624 140196824582786 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12099584 140725696267361 140725696267547 140725696267547 140725696270287 0
[pid=3725/tid=3743] ppid=3722 vsize=26809880 memory=-3252517613198930781 CPUtime=0.9 cores=0-7
/proc/3725/task/3743/stat : 3743 (java) S 3722 3725 3410 0 -1 1077944384 9620 0 0 0 88 2 0 0 20 0 32 0 176034358 27453317120 2084633 33554432000 4194304 4196468 140725696263056 140195944852080 140196824582786 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12099584 140725696267361 140725696267547 140725696267547 140725696270287 0
[pid=3725/tid=3744] ppid=3722 vsize=26809880 memory=-4866526891258710369 CPUtime=0 cores=0-7
/proc/3725/task/3744/stat : 3744 (java) S 3722 3725 3410 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 32 0 176034358 27453317120 2084633 33554432000 4194304 4196468 140725696263056 140195943799264 140196824581845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12099584 140725696267361 140725696267547 140725696267547 140725696270287 0
[pid=3725/tid=3745] ppid=3722 vsize=26809880 memory=-7088785026379990432 CPUtime=0.01 cores=0-7
/proc/3725/task/3745/stat : 3745 (java) S 3722 3725 3410 0 -1 1077944384 1370 0 0 0 0 1 0 0 20 0 32 0 176034358 27453317120 2084633 33554432000 4194304 4196468 140725696263056 140195942746800 140196824582786 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12099584 140725696267361 140725696267547 140725696267547 140725696270287 0
[pid=3725/tid=3746] ppid=3722 vsize=26809880 memory=0 CPUtime=0 cores=0-7
/proc/3725/task/3746/stat : 3746 (java) S 3722 3725 3410 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 32 0 176036431 27453317120 2084633 33554432000 4194304 4196468 140725696263056 140195932455424 140196824581845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12099584 140725696267361 140725696267547 140725696267547 140725696270287 0
[pid=3725/tid=3747] ppid=3722 vsize=26809880 memory=0 CPUtime=0.01 cores=0-7
/proc/3725/task/3747/stat : 3747 (java) S 3722 3725 3410 0 -1 1077944384 205 0 0 0 1 0 0 0 20 0 32 0 176036444 27453317120 2084633 33554432000 4194304 4196468 140725696263056 140195929305808 140196824582786 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12099584 140725696267361 140725696267547 140725696267547 140725696270287 0
[pid=3725/tid=3748] ppid=3722 vsize=26809880 memory=0 CPUtime=1.95 cores=0-7
/proc/3725/task/3748/stat : 3748 (java) R 3722 3725 3410 0 -1 4202560 1493 0 0 0 178 17 0 0 20 0 32 0 176036455 27453317120 2084633 33554432000 4194304 4196468 140725696263056 140195928245664 140196466321065 0 4 0 16800975 0 0 0 -1 0 0 0 1 0 0 6293624 6294260 12099584 140725696267361 140725696267547 140725696267547 140725696270287 0
[pid=3725/tid=3749] ppid=3722 vsize=26809880 memory=0 CPUtime=1.92 cores=0-7
/proc/3725/task/3749/stat : 3749 (java) R 3722 3725 3410 0 -1 4202560 1520 0 0 0 189 3 0 0 20 0 32 0 176036456 27453317120 2084633 33554432000 4194304 4196468 140725696263056 140195927193256 140196462516924 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 12099584 140725696267361 140725696267547 140725696267547 140725696270287 0
[pid=3725/tid=3750] ppid=3722 vsize=26809880 memory=0 CPUtime=1.8 cores=0-7
/proc/3725/task/3750/stat : 3750 (java) R 3722 3725 3410 0 -1 4202560 1169 0 0 0 178 2 0 0 20 0 32 0 176036456 27453317120 2084633 33554432000 4194304 4196468 140725696263056 140195926143088 140196462517142 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12099584 140725696267361 140725696267547 140725696267547 140725696270287 0
[pid=3725/tid=3751] ppid=3722 vsize=26809880 memory=0 CPUtime=1.93 cores=0-7
/proc/3725/task/3751/stat : 3751 (java) R 3722 3725 3410 0 -1 4202560 1653 0 0 0 175 18 0 0 20 0 32 0 176036456 27453317120 2084633 33554432000 4194304 4196468 140725696263056 140195925087656 140196462620417 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12099584 140725696267361 140725696267547 140725696267547 140725696270287 0
[pid=3725/tid=3752] ppid=3722 vsize=26809880 memory=-8751208674840503655 CPUtime=1.95 cores=0-7
/proc/3725/task/3752/stat : 3752 (java) S 3722 3725 3410 0 -1 1077944384 1758 0 0 0 193 2 0 0 20 0 32 0 176036456 27453317120 2084633 33554432000 4194304 4196468 140725696263056 140195924042656 140196824581845 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12099584 140725696267361 140725696267547 140725696267547 140725696270287 0
[pid=3725/tid=3753] ppid=3722 vsize=26809880 memory=-7240506762632310630 CPUtime=0 cores=0-7
/proc/3725/task/3753/stat : 3753 (java) S 3722 3725 3410 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 32 0 176036488 27453317120 2084633 33554432000 4194304 4196468 140725696263056 140195920892960 140196824581845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12099584 140725696267361 140725696267547 140725696267547 140725696270287 0
[pid=3725/tid=3754] ppid=3722 vsize=26809880 memory=-7084272768233630852 CPUtime=1.82 cores=0-7
/proc/3725/task/3754/stat : 3754 (java) R 3722 3725 3410 0 -1 4202560 2068 0 0 0 168 14 0 0 20 0 32 0 176036488 27453317120 2084633 33554432000 4194304 4196468 140725696263056 140194997584640 140196462620825 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12099584 140725696267361 140725696267547 140725696267547 140725696270287 0
[pid=3725/tid=3755] ppid=3722 vsize=26809880 memory=1404226546386313095 CPUtime=1.97 cores=0-7
/proc/3725/task/3755/stat : 3755 (java) S 3722 3725 3410 0 -1 1077944384 2162 0 0 0 194 3 0 0 20 0 32 0 176036488 27453317120 2084633 33554432000 4194304 4196468 140725696263056 140194996540192 140196824581845 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12099584 140725696267361 140725696267547 140725696267547 140725696270287 0
[pid=3725/tid=3756] ppid=3722 vsize=26809880 memory=7755361966546056723 CPUtime=1.85 cores=0-7
/proc/3725/task/3756/stat : 3756 (java) R 3722 3725 3410 0 -1 4202560 1658 0 0 0 167 18 0 0 20 0 32 0 176036489 27453317120 2084633 33554432000 4194304 4196468 140725696263056 140194995480128 140196466646640 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12099584 140725696267361 140725696267547 140725696267547 140725696270287 0
[pid=3725/tid=3757] ppid=3722 vsize=26809880 memory=-6518611492189750934 CPUtime=0 cores=0-7
/proc/3725/task/3757/stat : 3757 (java) S 3722 3725 3410 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 32 0 176036489 27453317120 2084633 33554432000 4194304 4196468 140725696263056 140194994435616 140196824581845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12099584 140725696267361 140725696267547 140725696267547 140725696270287 0
Current children cumulated CPU time: 92.83 s
Current children cumulated vsize: 26809880 KiB
Current children cumulated memory: 8338532 KiB

[startup+28.4015 s]
/proc/loadavg: 6.13 8.10 8.52 9/212 3757
/proc/meminfo: memFree=9965416/32770624 swapFree=67108860/67108860
[pid=3725] ppid=3722 vsize=26809880 memory=8338568 CPUtime=94.41 cores=0-7
/proc/3725/stat : 3725 (java) S 3722 3725 3410 0 -1 1077944320 231633 0 0 0 8240 1201 0 0 20 0 32 0 176034352 27453317120 2084642 33554432000 4194304 4196468 140725696263056 140725696245600 140196824571639 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 12099584 140725696267361 140725696267547 140725696267547 140725696270287 0
/proc/3725/statm: 6702470 2084642 3858 1 0 6690184 0
[pid=3725/tid=3727] ppid=3722 vsize=26809880 memory=2468 CPUtime=18.98 cores=0-7
/proc/3725/task/3727/stat : 3727 (java) S 3722 3725 3410 0 -1 1077944384 19743 0 0 0 1845 53 0 0 20 0 32 0 176034352 27453317120 2084642 33554432000 4194304 4196468 140725696263056 140196828809344 140196824581845 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12099584 140725696267361 140725696267547 140725696267547 140725696270287 0
[pid=3725/tid=3728] ppid=3722 vsize=26809880 memory=1576 CPUtime=6.55 cores=0-7
/proc/3725/task/3728/stat : 3728 (java) S 3722 3725 3410 0 -1 1077944384 17908 0 0 0 525 130 0 0 20 0 32 0 176034353 27453317120 2084642 33554432000 4194304 4196468 140725696263056 140196794284560 140196824581845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 7 0 0 6293624 6294260 12099584 140725696267361 140725696267547 140725696267547 140725696270287 0
[pid=3725/tid=3729] ppid=3722 vsize=26809880 memory=0 CPUtime=6.57 cores=0-7
/proc/3725/task/3729/stat : 3729 (java) S 3722 3725 3410 0 -1 1077944384 18310 0 0 0 524 133 0 0 20 0 32 0 176034353 27453317120 2084642 33554432000 4194304 4196468 140725696263056 140196381272720 140196824581845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 5 0 0 6293624 6294260 12099584 140725696267361 140725696267547 140725696267547 140725696270287 0
[pid=3725/tid=3730] ppid=3722 vsize=26809880 memory=281370422358144 CPUtime=6.57 cores=0-7
/proc/3725/task/3730/stat : 3730 (java) S 3722 3725 3410 0 -1 1077944384 18918 0 0 0 528 129 0 0 20 0 32 0 176034353 27453317120 2084642 33554432000 4194304 4196468 140725696263056 140196380219664 140196824581845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 6 0 0 6293624 6294260 12099584 140725696267361 140725696267547 140725696267547 140725696270287 0
[pid=3725/tid=3731] ppid=3722 vsize=26809880 memory=140685211387852 CPUtime=6.53 cores=0-7
/proc/3725/task/3731/stat : 3731 (java) S 3722 3725 3410 0 -1 1077944384 17795 0 0 0 519 134 0 0 20 0 32 0 176034353 27453317120 2084642 33554432000 4194304 4196468 140725696263056 140196379167120 140196824581845 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 4 0 0 6293624 6294260 12099584 140725696267361 140725696267547 140725696267547 140725696270287 0
[pid=3725/tid=3732] ppid=3722 vsize=26809880 memory=8108936 CPUtime=6.55 cores=0-7
/proc/3725/task/3732/stat : 3732 (java) S 3722 3725 3410 0 -1 1077944384 18926 0 0 0 527 128 0 0 20 0 32 0 176034353 27453317120 2084642 33554432000 4194304 4196468 140725696263056 140196378115088 140196824581845 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 5 0 0 6293624 6294260 12099584 140725696267361 140725696267547 140725696267547 140725696270287 0
[pid=3725/tid=3733] ppid=3722 vsize=26809880 memory=0 CPUtime=6.57 cores=0-7
/proc/3725/task/3733/stat : 3733 (java) S 3722 3725 3410 0 -1 1077944384 17364 0 0 0 525 132 0 0 20 0 32 0 176034353 27453317120 2084642 33554432000 4194304 4196468 140725696263056 140196377062544 140196824581845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 4 0 0 6293624 6294260 12099584 140725696267361 140725696267547 140725696267547 140725696270287 0
[pid=3725/tid=3734] ppid=3722 vsize=26809880 memory=0 CPUtime=6.51 cores=0-7
/proc/3725/task/3734/stat : 3734 (java) S 3722 3725 3410 0 -1 1077944384 16896 0 0 0 525 126 0 0 20 0 32 0 176034353 27453317120 2084642 33554432000 4194304 4196468 140725696263056 140196376009488 140196824581845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 6 0 0 6293624 6294260 12099584 140725696267361 140725696267547 140725696267547 140725696270287 0
[pid=3725/tid=3735] ppid=3722 vsize=26809880 memory=4696296 CPUtime=6.54 cores=0-7
/proc/3725/task/3735/stat : 3735 (java) S 3722 3725 3410 0 -1 1077944384 17715 0 0 0 522 132 0 0 20 0 32 0 176034353 27453317120 2084642 33554432000 4194304 4196468 140725696263056 140196374956944 140196824581845 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 6 0 0 6293624 6294260 12099584 140725696267361 140725696267547 140725696267547 140725696270287 0
[pid=3725/tid=3736] ppid=3722 vsize=26809880 memory=0 CPUtime=0.34 cores=0-7
/proc/3725/task/3736/stat : 3736 (java) S 3722 3725 3410 0 -1 1077944384 17067 0 0 0 28 6 0 0 20 0 32 0 176034354 27453317120 2084677 33554432000 4194304 4196468 140725696263056 140195952220400 140196824582786 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12099584 140725696267361 140725696267547 140725696267547 140725696270287 0
[pid=3725/tid=3737] ppid=3722 vsize=26809880 memory=0 CPUtime=0 cores=0-7
/proc/3725/task/3737/stat : 3737 (java) S 3722 3725 3410 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 32 0 176034355 27453317120 2084677 33554432000 4194304 4196468 140725696263056 140195951166688 140196824581845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12099584 140725696267361 140725696267547 140725696267547 140725696270287 0
[pid=3725/tid=3738] ppid=3722 vsize=26809880 memory=0 CPUtime=0 cores=0-7
/proc/3725/task/3738/stat : 3738 (java) S 3722 3725 3410 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 32 0 176034355 27453317120 2084677 33554432000 4194304 4196468 140725696263056 140195950113536 140196824581845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12099584 140725696267361 140725696267547 140725696267547 140725696270287 0
[pid=3725/tid=3739] ppid=3722 vsize=26809880 memory=4140 CPUtime=0 cores=0-7
/proc/3725/task/3739/stat : 3739 (java) S 3722 3725 3410 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 32 0 176034357 27453317120 2084677 33554432000 4194304 4196468 140725696263056 140195949062096 140196824590235 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12099584 140725696267361 140725696267547 140725696267547 140725696270287 0
[pid=3725/tid=3740] ppid=3722 vsize=26809880 memory=13160 CPUtime=1.65 cores=0-7
/proc/3725/task/3740/stat : 3740 (java) S 3722 3725 3410 0 -1 1077944384 7254 0 0 0 163 2 0 0 20 0 32 0 176034358 27453317120 2084677 33554432000 4194304 4196468 140725696263056 140195948010224 140196824582786 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12099584 140725696267361 140725696267547 140725696267547 140725696270287 0
[pid=3725/tid=3741] ppid=3722 vsize=26809880 memory=792 CPUtime=1.58 cores=0-7
/proc/3725/task/3741/stat : 3741 (java) S 3722 3725 3410 0 -1 1077944384 8192 0 0 0 156 2 0 0 20 0 32 0 176034358 27453317120 2084677 33554432000 4194304 4196468 140725696263056 140195946957680 140196824582786 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12099584 140725696267361 140725696267547 140725696267547 140725696270287 0
[pid=3725/tid=3742] ppid=3722 vsize=26809880 memory=1008 CPUtime=1.56 cores=0-7
/proc/3725/task/3742/stat : 3742 (java) S 3722 3725 3410 0 -1 1077944384 8374 0 0 0 154 2 0 0 20 0 32 0 176034358 27453317120 2084677 33554432000 4194304 4196468 140725696263056 140195945904624 140196824582786 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12099584 140725696267361 140725696267547 140725696267547 140725696270287 0
[pid=3725/tid=3743] ppid=3722 vsize=26809880 memory=4126316290023845779 CPUtime=0.91 cores=0-7
/proc/3725/task/3743/stat : 3743 (java) S 3722 3725 3410 0 -1 1077944384 10338 0 0 0 88 3 0 0 20 0 32 0 176034358 27453317120 2084677 33554432000 4194304 4196468 140725696263056 140195944852080 140196824582786 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12099584 140725696267361 140725696267547 140725696267547 140725696270287 0
[pid=3725/tid=3744] ppid=3722 vsize=26809880 memory=0 CPUtime=0 cores=0-7
/proc/3725/task/3744/stat : 3744 (java) S 3722 3725 3410 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 32 0 176034358 27453317120 2084677 33554432000 4194304 4196468 140725696263056 140195943799264 140196824581845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12099584 140725696267361 140725696267547 140725696267547 140725696270287 0
[pid=3725/tid=3745] ppid=3722 vsize=26809880 memory=0 CPUtime=0.01 cores=0-7
/proc/3725/task/3745/stat : 3745 (java) S 3722 3725 3410 0 -1 1077944384 1370 0 0 0 0 1 0 0 20 0 32 0 176034358 27453317120 2084677 33554432000 4194304 4196468 140725696263056 140195942746800 140196824582786 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12099584 140725696267361 140725696267547 140725696267547 140725696270287 0
[pid=3725/tid=3746] ppid=3722 vsize=26809880 memory=0 CPUtime=0 cores=0-7
/proc/3725/task/3746/stat : 3746 (java) S 3722 3725 3410 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 32 0 176036431 27453317120 2084677 33554432000 4194304 4196468 140725696263056 140195932455424 140196824581845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12099584 140725696267361 140725696267547 140725696267547 140725696270287 0
[pid=3725/tid=3747] ppid=3722 vsize=26809880 memory=0 CPUtime=0.01 cores=0-7
/proc/3725/task/3747/stat : 3747 (java) S 3722 3725 3410 0 -1 1077944384 205 0 0 0 1 0 0 0 20 0 32 0 176036444 27453317120 2084677 33554432000 4194304 4196468 140725696263056 140195929305808 140196824582786 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12099584 140725696267361 140725696267547 140725696267547 140725696270287 0
[pid=3725/tid=3748] ppid=3722 vsize=26809880 memory=0 CPUtime=2.28 cores=0-7
/proc/3725/task/3748/stat : 3748 (java) S 3722 3725 3410 0 -1 1077944384 1494 0 0 0 211 17 0 0 20 0 32 0 176036455 27453317120 2084677 33554432000 4194304 4196468 140725696263056 140195928253872 140196824581845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 12099584 140725696267361 140725696267547 140725696267547 140725696270287 0
[pid=3725/tid=3749] ppid=3722 vsize=26809880 memory=0 CPUtime=2 cores=0-7
/proc/3725/task/3749/stat : 3749 (java) S 3722 3725 3410 0 -1 1077944384 1539 0 0 0 197 3 0 0 20 0 32 0 176036456 27453317120 2084677 33554432000 4194304 4196468 140725696263056 140195927201328 140196824581845 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12099584 140725696267361 140725696267547 140725696267547 140725696270287 0
[pid=3725/tid=3750] ppid=3722 vsize=26809880 memory=0 CPUtime=1.92 cores=0-7
/proc/3725/task/3750/stat : 3750 (java) S 3722 3725 3410 0 -1 1077944384 1177 0 0 0 190 2 0 0 20 0 32 0 176036456 27453317120 2084677 33554432000 4194304 4196468 140725696263056 140195926148272 140196824581845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12099584 140725696267361 140725696267547 140725696267547 140725696270287 0
[pid=3725/tid=3751] ppid=3722 vsize=26809880 memory=0 CPUtime=2.26 cores=0-7
/proc/3725/task/3751/stat : 3751 (java) S 3722 3725 3410 0 -1 1077944384 1680 0 0 0 208 18 0 0 20 0 32 0 176036456 27453317120 2084677 33554432000 4194304 4196468 140725696263056 140195925095728 140196824581845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12099584 140725696267361 140725696267547 140725696267547 140725696270287 0
[pid=3725/tid=3752] ppid=3722 vsize=26809880 memory=0 CPUtime=1.95 cores=0-7
/proc/3725/task/3752/stat : 3752 (java) S 3722 3725 3410 0 -1 1077944384 1761 0 0 0 193 2 0 0 20 0 32 0 176036456 27453317120 2084677 33554432000 4194304 4196468 140725696263056 140195924042672 140196824581845 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12099584 140725696267361 140725696267547 140725696267547 140725696270287 0
[pid=3725/tid=3753] ppid=3722 vsize=26809880 memory=1399094042734925872 CPUtime=0 cores=0-7
/proc/3725/task/3753/stat : 3753 (java) R 3722 3725 3410 0 -1 4202560 78 0 0 0 0 0 0 0 20 0 32 0 176036488 27453317120 2084677 33554432000 4194304 4196468 140725696263056 140195920892976 140196824583574 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12099584 140725696267361 140725696267547 140725696267547 140725696270287 0
[pid=3725/tid=3754] ppid=3722 vsize=26809880 memory=-9181546050914066336 CPUtime=2.12 cores=0-7
/proc/3725/task/3754/stat : 3754 (java) R 3722 3725 3410 0 -1 4202560 2074 0 0 0 198 14 0 0 20 0 32 0 176036488 27453317120 2084677 33554432000 4194304 4196468 140725696263056 140194997592752 140196460398648 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12099584 140725696267361 140725696267547 140725696267547 140725696270287 0
[pid=3725/tid=3755] ppid=3722 vsize=26809880 memory=7955158385864567143 CPUtime=1.97 cores=0-7
/proc/3725/task/3755/stat : 3755 (java) S 3722 3725 3410 0 -1 1077944384 2162 0 0 0 194 3 0 0 20 0 32 0 176036488 27453317120 2084677 33554432000 4194304 4196468 140725696263056 140194996540208 140196824581845 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12099584 140725696267361 140725696267547 140725696267547 140725696270287 0
[pid=3725/tid=3756] ppid=3722 vsize=26809880 memory=7079765598914236496 CPUtime=2.23 cores=0-7
/proc/3725/task/3756/stat : 3756 (java) R 3722 3725 3410 0 -1 4202560 1811 0 0 0 205 18 0 0 20 0 32 0 176036489 27453317120 2084677 33554432000 4194304 4196468 140725696263056 140194995482288 140196824583574 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12099584 140725696267361 140725696267547 140725696267547 140725696270287 0
[pid=3725/tid=3757] ppid=3722 vsize=26809880 memory=5939241217197435748 CPUtime=0 cores=0-7
/proc/3725/task/3757/stat : 3757 (java) S 3722 3725 3410 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 32 0 176036489 27453317120 2084677 33554432000 4194304 4196468 140725696263056 140194994435632 140196824581845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12099584 140725696267361 140725696267547 140725696267547 140725696270287 0
Current children cumulated CPU time: 94.41 s
Current children cumulated vsize: 26809880 KiB
Current children cumulated memory: 8338568 KiB

[startup+28.6011 s]*
/proc/loadavg: 6.28 8.10 8.52 2/182 3768
/proc/meminfo: memFree=18096876/32770624 swapFree=67108860/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0
Real time (s): 28.611
CPU time (s): 95.2482
CPU user time (s): 83.1445
CPU system time (s): 12.1037
CPU usage (%): 332.908
Max. virtual memory (cumulated for all children) (KiB): 27411040
Max. memory (cumulated for all children) (KiB): 8339500

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 83.1445
system time used= 12.1037
maximum resident set size= 8340292
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 236437
page faults= 0
swaps= 0
block input operations= 0
block output operations= 136
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 12007
involuntary context switches= 1045


# summary of solver processes directly reported to runsolver:
#   pid: 3725
#   total CPU time (s): 95.2482
#   total CPU user time (s): 83.1445
#   total CPU system time (s): 12.1037

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.243392 second user time and 0.330388 second system time

The end

Launcher Data

Begin job on node114 at 2017-08-22 21:03:27
IDJOB=4285357
IDBENCH=125598
IDSOLVER=2681
FILE ID=node114/4285357-1503429467
RUNJOBID= node114-1503426029-3437
PBS_JOBID= 20632138
Free space on /tmp= 60948 MiB

SOLVER NAME= OscaR - Parallel with EPS 2017-08-22
BENCH NAME= XCSP17/QRandom/QRandom-m1-lard/lard-83-83.xml
COMMAND LINE= java -Xmx22000m -jar oscar-cp-xcsp3-parallel.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 22000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4285357-1503429467/watcher-4285357-1503429467 -o /tmp/evaluation-result-4285357-1503429467/solver-4285357-1503429467 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node114-1503426029-3437 --watchdog 2580  java -Xmx22000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 1411271063 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4285357-1503429467.xml

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

MD5SUM BENCH= 5a1cc99098bd305fca19847613bf445f
RANDOM SEED=1411271063

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:        18305148 kB
MemAvailable:   31942300 kB
Buffers:          236256 kB
Cached:         13679812 kB
SwapCached:            0 kB
Active:          2735060 kB
Inactive:       11236672 kB
Active(anon):       8928 kB
Inactive(anon):    90488 kB
Active(file):    2726132 kB
Inactive(file): 11146184 kB
Unevictable:        7248 kB
Mlocked:            7248 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:            118780 kB
Writeback:             0 kB
AnonPages:         62400 kB
Mapped:            55024 kB
Shmem:             41608 kB
Slab:             187880 kB
SReclaimable:     161340 kB
SUnreclaim:        26540 kB
KernelStack:        3248 kB
PageTables:         4856 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     340964 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      8192 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= 60908 MiB
End job on node114 at 2017-08-22 21:03:56