Trace number 4274125

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 - Conflict Ordering 2017-07-26SAT 33.517502 30.987101

General information on the benchmark

NameRandom/Random-D-t080/
rand-2-40-80-103-080-39.xml
MD5SUM3eef0953f9cbf23d9932dd1c3605fafe
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 benchmark2.0590301
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints103
Number of domains1
Minimum domain size80
Maximum domain size80
Distribution of domain sizes[{"size":80,"count":40}]
Minimum variable degree2
Maximum variable degree12
Distribution of variable degrees[{"degree":2,"count":3},{"degree":3,"count":6},{"degree":4,"count":7},{"degree":5,"count":7},{"degree":6,"count":11},{"degree":7,"count":1},{"degree":8,"count":2},{"degree":9,"count":2},{"degree":12,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":103}]
Number of extensional constraints103
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":103}]
Optimization problemNO
Type of objective

Solver Data

0.28/0.37	c version: 2017-07-26
1.69/0.93	c seed: 490824427
1.69/0.93	c timeout: 2520
1.69/0.93	c memlimit: 11000
1.69/0.93	c nbcore: 4
1.69/0.93	c Parsing instance...
2.14/1.19	c Parsing done, starting search...
33.41/30.97	s SATISFIABLE
33.41/30.97	v <instantiation>
33.41/30.97	v 	<list>
33.41/30.97	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]
33.41/30.97	v 	</list>
33.41/30.97	v 	<values>
33.41/30.97	v 		18 56 33 39 68 33 34 53 4 2 38 56 70 75 38 42 36 67 74 74 54 2 54 34 34 8 70 32 16 75 59 39 49 31 0 55 62 73 51 14 
33.41/30.97	v 	</values>
33.41/30.97	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 (15145 MiB free)
  memory of node 1: 16384 MiB (15442 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4274125-1502726076/watcher-4274125-1502726076 -o /tmp/evaluation-result-4274125-1502726076/solver-4274125-1502726076 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1502662832-10388 --watchdog 2580 java -Xmx11000m -jar oscar-cp-xcsp3-conf_order.jar --randomseed 490824427 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4274125-1502726076.xml 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Starting watchdog thread
solver pid=22875, runsolver pid=22872
Current StackSize limit: 8192 KiB


[startup+0.10011 s]*
/proc/loadavg: 1.88 1.75 1.78 3/205 22882
/proc/meminfo: memFree=31314000/32770624 swapFree=67105588/67108860
[pid=22875] ppid=22872 vsize=13573664 memory=18744 CPUtime=0.03 cores=1,3,5,7
/proc/22875/stat : 22875 (java) S 22872 22875 12560 0 -1 1077944320 4076 0 0 0 2 1 0 0 20 0 9 0 74802979 13899431936 4686 18446744073709551615 4194304 4196468 140737295598416 140737295580960 140290536558327 0 0 1 16784584 18446744073709551615 0 0 17 7 0 0 7 0 0 6293624 6294260 23924736 140737295606127 140737295606313 140737295606313 140737295609807 0
/proc/22875/statm: 3393416 4686 2094 1 0 3382913 0
[pid=22875/tid=22877] ppid=22872 vsize=13573664 memory=7077796292425249400 CPUtime=0.02 cores=1,3,5,7
/proc/22875/task/22877/stat : 22877 (java) R 22872 22875 12560 0 -1 4202560 2706 0 0 0 2 0 0 0 20 0 9 0 74802987 13899431936 4686 18446744073709551615 4194304 4196468 140737295598416 140290540798072 140290536580253 0 4 1 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23924736 140737295606127 140737295606313 140737295606313 140737295609807 0
[pid=22875/tid=22878] ppid=22872 vsize=13573664 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/22875/task/22878/stat : 22878 (java) S 22872 22875 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 74802987 13899431936 4686 18446744073709551615 4194304 4196468 140737295598416 140290478504720 140290536568533 0 4 1 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23924736 140737295606127 140737295606313 140737295606313 140737295609807 0
[pid=22875/tid=22879] ppid=22872 vsize=13573664 memory=139723425609344 CPUtime=0 cores=1,3,5,7
/proc/22875/task/22879/stat : 22879 (java) S 22872 22875 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 74802987 13899431936 4686 18446744073709551615 4194304 4196468 140737295598416 140290477452176 140290536568533 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23924736 140737295606127 140737295606313 140737295606313 140737295609807 0
[pid=22875/tid=22880] ppid=22872 vsize=13573664 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22875/task/22880/stat : 22880 (java) S 22872 22875 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 74802987 13899431936 4686 18446744073709551615 4194304 4196468 140737295598416 140290134907920 140290536568533 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23924736 140737295606127 140737295606313 140737295606313 140737295609807 0
[pid=22875/tid=22881] ppid=22872 vsize=13573664 memory=6944656592455097440 CPUtime=0 cores=1,3,5,7
/proc/22875/task/22881/stat : 22881 (java) S 22872 22875 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 74802987 13899431936 4686 18446744073709551615 4194304 4196468 140737295598416 140290133855376 140290536568533 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23924736 140737295606127 140737295606313 140737295606313 140737295609807 0
[pid=22875/tid=22882] ppid=22872 vsize=13573664 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22875/task/22882/stat : 22882 (java) S 22872 22875 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 74802989 13899431936 4686 18446744073709551615 4194304 4196468 140737295598416 140290082977776 140290536569474 0 0 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23924736 140737295606127 140737295606313 140737295606313 140737295609807 0
[pid=22875/tid=22883] ppid=22872 vsize=13573664 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22875/task/22883/stat : 22883 (java) S 22872 22875 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 74802989 13899431936 4686 18446744073709551615 4194304 4196468 140737295598416 140290081924000 140290536568533 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23924736 140737295606127 140737295606313 140737295606313 140737295609807 0
[pid=22875/tid=22884] ppid=22872 vsize=13573664 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22875/task/22884/stat : 22884 (java) S 22872 22875 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 9 0 74802989 13899431936 4686 18446744073709551615 4194304 4196468 140737295598416 140290080871472 140290536568533 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23924736 140737295606127 140737295606313 140737295606313 140737295609807 0
Current children cumulated CPU time: 0.03 s
Current children cumulated vsize: 13573664 KiB
Current children cumulated memory: 18744 KiB

[startup+0.210103 s]*
/proc/loadavg: 1.88 1.75 1.78 4/213 22890
/proc/meminfo: memFree=31302404/32770624 swapFree=67105588/67108860
[pid=22875] ppid=22872 vsize=13976944 memory=36064 CPUtime=0.11 cores=1,3,5,7
/proc/22875/stat : 22875 (java) S 22872 22875 12560 0 -1 1077944320 9212 0 0 0 9 2 0 0 20 0 15 0 74802979 14312390656 9016 18446744073709551615 4194304 4196468 140737295598416 140737295580960 140290536558327 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 7 0 0 6293624 6294260 23924736 140737295606127 140737295606313 140737295606313 140737295609807 0
/proc/22875/statm: 3494236 9016 3387 1 0 3483015 0
[pid=22875/tid=22877] ppid=22872 vsize=13976944 memory=8316850467074736180 CPUtime=0.08 cores=1,3,5,7
/proc/22875/task/22877/stat : 22877 (java) R 22872 22875 12560 0 -1 4202560 7272 0 0 0 7 1 0 0 20 0 15 0 74802987 14312390656 9082 18446744073709551615 4194304 4196468 140737295598416 140290540747776 140290529238045 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 23924736 140737295606127 140737295606313 140737295606313 140737295609807 0
[pid=22875/tid=22878] ppid=22872 vsize=13976944 memory=9220 CPUtime=0 cores=1,3,5,7
/proc/22875/task/22878/stat : 22878 (java) S 22872 22875 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 74802987 14312390656 9082 18446744073709551615 4194304 4196468 140737295598416 140290478504720 140290536568533 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23924736 140737295606127 140737295606313 140737295606313 140737295609807 0
[pid=22875/tid=22879] ppid=22872 vsize=13976944 memory=139723426324342 CPUtime=0 cores=1,3,5,7
/proc/22875/task/22879/stat : 22879 (java) S 22872 22875 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 74802987 14312390656 9082 18446744073709551615 4194304 4196468 140737295598416 140290477452176 140290536568533 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23924736 140737295606127 140737295606313 140737295606313 140737295609807 0
[pid=22875/tid=22880] ppid=22872 vsize=13976944 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22875/task/22880/stat : 22880 (java) S 22872 22875 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 74802987 14312390656 9082 18446744073709551615 4194304 4196468 140737295598416 140290134907920 140290536568533 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23924736 140737295606127 140737295606313 140737295606313 140737295609807 0
[pid=22875/tid=22881] ppid=22872 vsize=13976944 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/22875/task/22881/stat : 22881 (java) S 22872 22875 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 74802987 14312390656 9082 18446744073709551615 4194304 4196468 140737295598416 140290133855376 140290536568533 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23924736 140737295606127 140737295606313 140737295606313 140737295609807 0
[pid=22875/tid=22882] ppid=22872 vsize=13976944 memory=139723425609344 CPUtime=0 cores=1,3,5,7
/proc/22875/task/22882/stat : 22882 (java) S 22872 22875 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 74802989 14312390656 9082 18446744073709551615 4194304 4196468 140737295598416 140290082977776 140290536569474 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23924736 140737295606127 140737295606313 140737295606313 140737295609807 0
[pid=22875/tid=22883] ppid=22872 vsize=13976944 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/22875/task/22883/stat : 22883 (java) S 22872 22875 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 74802989 14312390656 9082 18446744073709551615 4194304 4196468 140737295598416 140290081924000 140290536568533 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23924736 140737295606127 140737295606313 140737295606313 140737295609807 0
[pid=22875/tid=22884] ppid=22872 vsize=13976944 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22875/task/22884/stat : 22884 (java) S 22872 22875 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 74802989 14312390656 9082 18446744073709551615 4194304 4196468 140737295598416 140290080871408 140290536568533 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23924736 140737295606127 140737295606313 140737295606313 140737295609807 0
[pid=22875/tid=22885] ppid=22872 vsize=13976944 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22875/task/22885/stat : 22885 (java) S 22872 22875 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 74802992 14312390656 9082 18446744073709551615 4194304 4196468 140737295598416 140290079819984 140290536576923 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23924736 140737295606127 140737295606313 140737295606313 140737295609807 0
[pid=22875/tid=22886] ppid=22872 vsize=13976944 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22875/task/22886/stat : 22886 (java) S 22872 22875 12560 0 -1 1077944384 299 0 0 0 0 0 0 0 20 0 15 0 74802992 14312390656 9082 18446744073709551615 4194304 4196468 140737295598416 140290078767600 140290536569474 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23924736 140737295606127 140737295606313 140737295606313 140737295609807 0
[pid=22875/tid=22887] ppid=22872 vsize=13976944 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/22875/task/22887/stat : 22887 (java) S 22872 22875 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 74802992 14312390656 9082 18446744073709551615 4194304 4196468 140737295598416 140290077715056 140290536569474 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23924736 140737295606127 140737295606313 140737295606313 140737295609807 0
[pid=22875/tid=22888] ppid=22872 vsize=13976944 memory=139723425609344 CPUtime=0.01 cores=1,3,5,7
/proc/22875/task/22888/stat : 22888 (java) S 22872 22875 12560 0 -1 1077944384 369 0 0 0 1 0 0 0 20 0 15 0 74802992 14312390656 9082 18446744073709551615 4194304 4196468 140737295598416 140290076662512 140290536569474 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23924736 140737295606127 140737295606313 140737295606313 140737295609807 0
[pid=22875/tid=22889] ppid=22872 vsize=13976944 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/22875/task/22889/stat : 22889 (java) S 22872 22875 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 74802992 14312390656 9082 18446744073709551615 4194304 4196468 140737295598416 140290075610208 140290536568533 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23924736 140737295606127 140737295606313 140737295606313 140737295609807 0
[pid=22875/tid=22890] ppid=22872 vsize=13976944 memory=139723425609344 CPUtime=0 cores=1,3,5,7
/proc/22875/task/22890/stat : 22890 (java) S 22872 22875 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 74802997 14312390656 9082 18446744073709551615 4194304 4196468 140737295598416 140289511778608 140290536569474 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23924736 140737295606127 140737295606313 140737295606313 140737295609807 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 13976944 KiB
Current children cumulated memory: 36064 KiB

[startup+0.31117 s]*
/proc/loadavg: 1.88 1.75 1.78 3/213 22890
/proc/meminfo: memFree=31293264/32770624 swapFree=67105588/67108860
[pid=22875] ppid=22872 vsize=13975920 memory=44676 CPUtime=0.28 cores=1,3,5,7
/proc/22875/stat : 22875 (java) S 22872 22875 12560 0 -1 1077944320 10877 0 0 0 25 3 0 0 20 0 15 0 74802979 14311342080 11169 18446744073709551615 4194304 4196468 140737295598416 140737295580960 140290536558327 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 7 0 0 6293624 6294260 23924736 140737295606127 140737295606313 140737295606313 140737295609807 0
/proc/22875/statm: 3493980 11169 3623 1 0 3482759 0
[pid=22875/tid=22877] ppid=22872 vsize=13975920 memory=8316850467074736180 CPUtime=0.18 cores=1,3,5,7
/proc/22875/task/22877/stat : 22877 (java) R 22872 22875 12560 0 -1 4202560 8412 0 0 0 16 2 0 0 20 0 15 0 74802987 14311342080 11169 18446744073709551615 4194304 4196468 140737295598416 140290540772400 140290520638814 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 23924736 140737295606127 140737295606313 140737295606313 140737295609807 0
[pid=22875/tid=22878] ppid=22872 vsize=13975920 memory=9220 CPUtime=0 cores=1,3,5,7
/proc/22875/task/22878/stat : 22878 (java) S 22872 22875 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 74802987 14311342080 11169 18446744073709551615 4194304 4196468 140737295598416 140290478504720 140290536568533 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23924736 140737295606127 140737295606313 140737295606313 140737295609807 0
[pid=22875/tid=22879] ppid=22872 vsize=13975920 memory=139723426324342 CPUtime=0 cores=1,3,5,7
/proc/22875/task/22879/stat : 22879 (java) S 22872 22875 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 74802987 14311342080 11169 18446744073709551615 4194304 4196468 140737295598416 140290477452176 140290536568533 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23924736 140737295606127 140737295606313 140737295606313 140737295609807 0
[pid=22875/tid=22880] ppid=22872 vsize=13975920 memory=6944656575208382560 CPUtime=0 cores=1,3,5,7
/proc/22875/task/22880/stat : 22880 (java) S 22872 22875 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 74802987 14311342080 11169 18446744073709551615 4194304 4196468 140737295598416 140290134907920 140290536568533 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23924736 140737295606127 140737295606313 140737295606313 140737295609807 0
[pid=22875/tid=22881] ppid=22872 vsize=13975920 memory=3472328296227680299 CPUtime=0 cores=1,3,5,7
/proc/22875/task/22881/stat : 22881 (java) S 22872 22875 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 74802987 14311342080 11169 18446744073709551615 4194304 4196468 140737295598416 140290133855376 140290536568533 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23924736 140737295606127 140737295606313 140737295606313 140737295609807 0
[pid=22875/tid=22882] ppid=22872 vsize=13975920 memory=3471342119746447024 CPUtime=0 cores=1,3,5,7
/proc/22875/task/22882/stat : 22882 (java) S 22872 22875 12560 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 74802989 14311342080 11169 18446744073709551615 4194304 4196468 140737295598416 140290082977776 140290536569474 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23924736 140737295606127 140737295606313 140737295606313 140737295609807 0
[pid=22875/tid=22883] ppid=22872 vsize=13975920 memory=8388367118360672371 CPUtime=0 cores=1,3,5,7
/proc/22875/task/22883/stat : 22883 (java) S 22872 22875 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 74802989 14311342080 11169 18446744073709551615 4194304 4196468 140737295598416 140290081924000 140290536568533 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23924736 140737295606127 140737295606313 140737295606313 140737295609807 0
[pid=22875/tid=22884] ppid=22872 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22875/task/22884/stat : 22884 (java) S 22872 22875 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 74802989 14311342080 11169 18446744073709551615 4194304 4196468 140737295598416 140290080871408 140290536568533 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23924736 140737295606127 140737295606313 140737295606313 140737295609807 0
[pid=22875/tid=22885] ppid=22872 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22875/task/22885/stat : 22885 (java) S 22872 22875 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 74802992 14311342080 11169 18446744073709551615 4194304 4196468 140737295598416 140290079819984 140290536576923 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23924736 140737295606127 140737295606313 140737295606313 140737295609807 0
[pid=22875/tid=22886] ppid=22872 vsize=13975920 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/22875/task/22886/stat : 22886 (java) R 22872 22875 12560 0 -1 4202560 403 0 0 0 1 0 0 0 20 0 15 0 74802992 14311342080 11169 18446744073709551615 4194304 4196468 140737295598416 140290078767600 140290514154776 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23924736 140737295606127 140737295606313 140737295606313 140737295609807 0
[pid=22875/tid=22887] ppid=22872 vsize=13975920 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/22875/task/22887/stat : 22887 (java) S 22872 22875 12560 0 -1 1077944384 226 0 0 0 1 0 0 0 20 0 15 0 74802992 14311342080 11169 18446744073709551615 4194304 4196468 140737295598416 140290077715056 140290536569474 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23924736 140737295606127 140737295606313 140737295606313 140737295609807 0
[pid=22875/tid=22888] ppid=22872 vsize=13975920 memory=8392725599182907617 CPUtime=0.05 cores=1,3,5,7
/proc/22875/task/22888/stat : 22888 (java) S 22872 22875 12560 0 -1 1077944384 458 0 0 0 5 0 0 0 20 0 15 0 74802992 14311342080 11169 18446744073709551615 4194304 4196468 140737295598416 140290076662512 140290536569474 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23924736 140737295606127 140737295606313 140737295606313 140737295609807 0
[pid=22875/tid=22889] ppid=22872 vsize=13975920 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/22875/task/22889/stat : 22889 (java) S 22872 22875 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 74802992 14311342080 11169 18446744073709551615 4194304 4196468 140737295598416 140290075610208 140290536568533 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23924736 140737295606127 140737295606313 140737295606313 140737295609807 0
[pid=22875/tid=22890] ppid=22872 vsize=13975920 memory=139723425609344 CPUtime=0 cores=1,3,5,7
/proc/22875/task/22890/stat : 22890 (java) S 22872 22875 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 74802997 14311342080 11169 18446744073709551615 4194304 4196468 140737295598416 140289511778608 140290536569474 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23924736 140737295606127 140737295606313 140737295606313 140737295609807 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 13975920 KiB
Current children cumulated memory: 44676 KiB

[startup+0.701131 s]
/proc/loadavg: 1.88 1.75 1.78 5/213 22890
/proc/meminfo: memFree=31260080/32770624 swapFree=67105588/67108860
[pid=22875] ppid=22872 vsize=13977988 memory=79128 CPUtime=1.08 cores=1,3,5,7
/proc/22875/stat : 22875 (java) S 22872 22875 12560 0 -1 1077944320 14427 0 0 0 102 6 0 0 20 0 15 0 74802979 14313459712 19782 18446744073709551615 4194304 4196468 140737295598416 140737295580960 140290536558327 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 7 0 0 6293624 6294260 23924736 140737295606127 140737295606313 140737295606313 140737295609807 0
/proc/22875/statm: 3494497 19782 3738 1 0 3483271 0
[pid=22875/tid=22877] ppid=22872 vsize=13977988 memory=1232 CPUtime=0.56 cores=1,3,5,7
/proc/22875/task/22877/stat : 22877 (java) R 22872 22875 12560 0 -1 4202560 10306 0 0 0 52 4 0 0 20 0 15 0 74802987 14313459712 19782 18446744073709551615 4194304 4196468 140737295598416 140290540792432 140290160255741 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 23924736 140737295606127 140737295606313 140737295606313 140737295609807 0
[pid=22875/tid=22878] ppid=22872 vsize=13977988 memory=2240 CPUtime=0 cores=1,3,5,7
/proc/22875/task/22878/stat : 22878 (java) S 22872 22875 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 74802987 14313459712 19782 18446744073709551615 4194304 4196468 140737295598416 140290478504720 140290536568533 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23924736 140737295606127 140737295606313 140737295606313 140737295609807 0
[pid=22875/tid=22879] ppid=22872 vsize=13977988 memory=4088 CPUtime=0 cores=1,3,5,7
/proc/22875/task/22879/stat : 22879 (java) S 22872 22875 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 74802987 14313459712 19782 18446744073709551615 4194304 4196468 140737295598416 140290477452176 140290536568533 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23924736 140737295606127 140737295606313 140737295606313 140737295609807 0
[pid=22875/tid=22880] ppid=22872 vsize=13977988 memory=1620 CPUtime=0 cores=1,3,5,7
/proc/22875/task/22880/stat : 22880 (java) S 22872 22875 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 74802987 14313459712 20294 18446744073709551615 4194304 4196468 140737295598416 140290134907920 140290536568533 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23924736 140737295606127 140737295606313 140737295606313 140737295609807 0
[pid=22875/tid=22881] ppid=22872 vsize=13977988 memory=920 CPUtime=0 cores=1,3,5,7
/proc/22875/task/22881/stat : 22881 (java) S 22872 22875 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 74802987 14313459712 20294 18446744073709551615 4194304 4196468 140737295598416 140290133855376 140290536568533 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23924736 140737295606127 140737295606313 140737295606313 140737295609807 0
[pid=22875/tid=22882] ppid=22872 vsize=13977988 memory=2160 CPUtime=0 cores=1,3,5,7
/proc/22875/task/22882/stat : 22882 (java) S 22872 22875 12560 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 74802989 14313459712 20294 18446744073709551615 4194304 4196468 140737295598416 140290082977776 140290536569474 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23924736 140737295606127 140737295606313 140737295606313 140737295609807 0
[pid=22875/tid=22883] ppid=22872 vsize=13977988 memory=3472328279047811153 CPUtime=0 cores=1,3,5,7
/proc/22875/task/22883/stat : 22883 (java) S 22872 22875 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 74802989 14313459712 20294 18446744073709551615 4194304 4196468 140737295598416 140290081924000 140290536568533 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23924736 140737295606127 140737295606313 140737295606313 140737295609807 0
[pid=22875/tid=22884] ppid=22872 vsize=13977988 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22875/task/22884/stat : 22884 (java) S 22872 22875 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 74802989 14313459712 20294 18446744073709551615 4194304 4196468 140737295598416 140290080871408 140290536568533 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23924736 140737295606127 140737295606313 140737295606313 140737295609807 0
[pid=22875/tid=22885] ppid=22872 vsize=13977988 memory=737 CPUtime=0 cores=1,3,5,7
/proc/22875/task/22885/stat : 22885 (java) S 22872 22875 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 74802992 14313459712 20294 18446744073709551615 4194304 4196468 140737295598416 140290079819984 140290536576923 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23924736 140737295606127 140737295606313 140737295606313 140737295609807 0
[pid=22875/tid=22886] ppid=22872 vsize=13977988 memory=0 CPUtime=0.14 cores=1,3,5,7
/proc/22875/task/22886/stat : 22886 (java) R 22872 22875 12560 0 -1 4202560 1055 0 0 0 14 0 0 0 20 0 15 0 74802992 14313459712 20294 18446744073709551615 4194304 4196468 140737295598416 140290078748616 140290520058509 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 23924736 140737295606127 140737295606313 140737295606313 140737295609807 0
[pid=22875/tid=22887] ppid=22872 vsize=13977988 memory=832 CPUtime=0.14 cores=1,3,5,7
/proc/22875/task/22887/stat : 22887 (java) R 22872 22875 12560 0 -1 4202560 815 0 0 0 14 0 0 0 20 0 15 0 74802992 14313459712 20294 18446744073709551615 4194304 4196468 140737295598416 140290077702488 140290520955163 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23924736 140737295606127 140737295606313 140737295606313 140737295609807 0
[pid=22875/tid=22888] ppid=22872 vsize=13977988 memory=16448 CPUtime=0.21 cores=1,3,5,7
/proc/22875/task/22888/stat : 22888 (java) R 22872 22875 12560 0 -1 4202560 885 0 0 0 21 0 0 0 20 0 15 0 74802992 14313459712 20294 18446744073709551615 4194304 4196468 140737295598416 140290076658392 140290515518559 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23924736 140737295606127 140737295606313 140737295606313 140737295609807 0
[pid=22875/tid=22889] ppid=22872 vsize=13977988 memory=3044 CPUtime=0 cores=1,3,5,7
/proc/22875/task/22889/stat : 22889 (java) S 22872 22875 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 74802992 14313459712 20294 18446744073709551615 4194304 4196468 140737295598416 140290075610208 140290536568533 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23924736 140737295606127 140737295606313 140737295606313 140737295609807 0
[pid=22875/tid=22890] ppid=22872 vsize=13977988 memory=3040 CPUtime=0 cores=1,3,5,7
/proc/22875/task/22890/stat : 22890 (java) S 22872 22875 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 74802997 14313459712 20294 18446744073709551615 4194304 4196468 140737295598416 140289511778608 140290536569474 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23924736 140737295606127 140737295606313 140737295606313 140737295609807 0
Current children cumulated CPU time: 1.08 s
Current children cumulated vsize: 13977988 KiB
Current children cumulated memory: 79128 KiB

[startup+1.50076 s]
/proc/loadavg: 1.88 1.75 1.78 4/213 22890
/proc/meminfo: memFree=31140164/32770624 swapFree=67105588/67108860
[pid=22875] ppid=22872 vsize=13980036 memory=209556 CPUtime=3.37 cores=1,3,5,7
/proc/22875/stat : 22875 (java) S 22872 22875 12560 0 -1 1077944320 20606 0 0 0 326 11 0 0 20 0 15 0 74802979 14315556864 52389 18446744073709551615 4194304 4196468 140737295598416 140737295580960 140290536558327 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 7 0 0 6293624 6294260 23924736 140737295606127 140737295606313 140737295606313 140737295609807 0
/proc/22875/statm: 3495009 52389 3783 1 0 3483783 0
[pid=22875/tid=22877] ppid=22872 vsize=13980036 memory=2257 CPUtime=1.34 cores=1,3,5,7
/proc/22875/task/22877/stat : 22877 (java) R 22872 22875 12560 0 -1 4202560 12875 0 0 0 127 7 0 0 20 0 15 0 74802987 14315556864 52389 18446744073709551615 4194304 4196468 140737295598416 140290540796464 140290161897331 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 23924736 140737295606127 140737295606313 140737295606313 140737295609807 0
[pid=22875/tid=22878] ppid=22872 vsize=13980036 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22875/task/22878/stat : 22878 (java) S 22872 22875 12560 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 15 0 74802987 14315556864 52389 18446744073709551615 4194304 4196468 140737295598416 140290478504720 140290536568533 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23924736 140737295606127 140737295606313 140737295606313 140737295609807 0
[pid=22875/tid=22879] ppid=22872 vsize=13980036 memory=-7522837582236181595 CPUtime=0 cores=1,3,5,7
/proc/22875/task/22879/stat : 22879 (java) S 22872 22875 12560 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 15 0 74802987 14315556864 52389 18446744073709551615 4194304 4196468 140737295598416 140290477452176 140290536568533 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23924736 140737295606127 140737295606313 140737295606313 140737295609807 0
[pid=22875/tid=22880] ppid=22872 vsize=13980036 memory=194288 CPUtime=0 cores=1,3,5,7
/proc/22875/task/22880/stat : 22880 (java) S 22872 22875 12560 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 15 0 74802987 14315556864 52389 18446744073709551615 4194304 4196468 140737295598416 140290134907920 140290536568533 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23924736 140737295606127 140737295606313 140737295606313 140737295609807 0
[pid=22875/tid=22881] ppid=22872 vsize=13980036 memory=16448 CPUtime=0 cores=1,3,5,7
/proc/22875/task/22881/stat : 22881 (java) S 22872 22875 12560 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 15 0 74802987 14315556864 52389 18446744073709551615 4194304 4196468 140737295598416 140290133855376 140290536568533 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23924736 140737295606127 140737295606313 140737295606313 140737295609807 0
[pid=22875/tid=22882] ppid=22872 vsize=13980036 memory=3044 CPUtime=0 cores=1,3,5,7
/proc/22875/task/22882/stat : 22882 (java) S 22872 22875 12560 0 -1 1077944384 85 0 0 0 0 0 0 0 20 0 15 0 74802989 14315556864 52389 18446744073709551615 4194304 4196468 140737295598416 140290082977776 140290536569474 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23924736 140737295606127 140737295606313 140737295606313 140737295609807 0
[pid=22875/tid=22883] ppid=22872 vsize=13980036 memory=3040 CPUtime=0 cores=1,3,5,7
/proc/22875/task/22883/stat : 22883 (java) S 22872 22875 12560 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 74802989 14315556864 52389 18446744073709551615 4194304 4196468 140737295598416 140290081924000 140290536568533 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23924736 140737295606127 140737295606313 140737295606313 140737295609807 0
[pid=22875/tid=22884] ppid=22872 vsize=13980036 memory=279446544429664 CPUtime=0 cores=1,3,5,7
/proc/22875/task/22884/stat : 22884 (java) S 22872 22875 12560 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 74802989 14315556864 52389 18446744073709551615 4194304 4196468 140737295598416 140290080871408 140290536568533 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23924736 140737295606127 140737295606313 140737295606313 140737295609807 0
[pid=22875/tid=22885] ppid=22872 vsize=13980036 memory=7741793769549817192 CPUtime=0 cores=1,3,5,7
/proc/22875/task/22885/stat : 22885 (java) S 22872 22875 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 74802992 14315556864 52389 18446744073709551615 4194304 4196468 140737295598416 140290079819984 140290536576923 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23924736 140737295606127 140737295606313 140737295606313 140737295609807 0
[pid=22875/tid=22886] ppid=22872 vsize=13980036 memory=7741793769549817192 CPUtime=0.79 cores=1,3,5,7
/proc/22875/task/22886/stat : 22886 (java) R 22872 22875 12560 0 -1 4202560 2512 0 0 0 79 0 0 0 20 0 15 0 74802992 14315556864 52389 18446744073709551615 4194304 4196468 140737295598416 140290078753624 140290515814695 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23924736 140737295606127 140737295606313 140737295606313 140737295609807 0
[pid=22875/tid=22887] ppid=22872 vsize=13980036 memory=7741793769549817192 CPUtime=0.77 cores=1,3,5,7
/proc/22875/task/22887/stat : 22887 (java) R 22872 22875 12560 0 -1 4202560 2262 0 0 0 77 0 0 0 20 0 15 0 74802992 14315556864 52389 18446744073709551615 4194304 4196468 140737295598416 140290077700936 140290518080925 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23924736 140737295606127 140737295606313 140737295606313 140737295609807 0
[pid=22875/tid=22888] ppid=22872 vsize=13980036 memory=7741793769549817192 CPUtime=0.4 cores=1,3,5,7

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

[pid=22875/tid=22889] ppid=22872 vsize=13980036 memory=832 CPUtime=0 cores=1,3,5,7
/proc/22875/task/22889/stat : 22889 (java) S 22872 22875 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 74802992 14315556864 145913 18446744073709551615 4194304 4196468 140737295598416 140290075610208 140290536568533 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23924736 140737295606127 140737295606313 140737295606313 140737295609807 0
[pid=22875/tid=22890] ppid=22872 vsize=13980036 memory=16448 CPUtime=0 cores=1,3,5,7
/proc/22875/task/22890/stat : 22890 (java) S 22872 22875 12560 0 -1 1077944384 443 0 0 0 0 0 0 0 20 0 15 0 74802997 14315556864 145913 18446744073709551615 4194304 4196468 140737295598416 140289511778608 140290536569474 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23924736 140737295606127 140737295606313 140737295606313 140737295609807 0
Current children cumulated CPU time: 31.28 s
Current children cumulated vsize: 13980036 KiB
Current children cumulated memory: 583652 KiB

[startup+29.6007 s]
/proc/loadavg: 1.78 1.73 1.78 3/213 22890
/proc/meminfo: memFree=30745192/32770624 swapFree=67105588/67108860
[pid=22875] ppid=22872 vsize=13980036 memory=606664 CPUtime=32.11 cores=1,3,5,7
/proc/22875/stat : 22875 (java) S 22872 22875 12560 0 -1 1077944320 30196 0 0 0 3185 26 0 0 20 0 15 0 74802979 14315556864 151666 18446744073709551615 4194304 4196468 140737295598416 140737295580960 140290536558327 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 7 0 0 6293624 6294260 23924736 140737295606127 140737295606313 140737295606313 140737295609807 0
/proc/22875/statm: 3495009 151666 3795 1 0 3483783 0
[pid=22875/tid=22877] ppid=22872 vsize=13980036 memory=103 CPUtime=29.37 cores=1,3,5,7
/proc/22875/task/22877/stat : 22877 (java) R 22872 22875 12560 0 -1 4202560 15119 0 0 0 2925 12 0 0 20 0 15 0 74802987 14315556864 151666 18446744073709551615 4194304 4196468 140737295598416 140290540796960 140290162345464 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 23924736 140737295606127 140737295606313 140737295606313 140737295609807 0
[pid=22875/tid=22878] ppid=22872 vsize=13980036 memory=-8774313645642428999 CPUtime=0.05 cores=1,3,5,7
/proc/22875/task/22878/stat : 22878 (java) S 22872 22875 12560 0 -1 1077944384 1020 0 0 0 3 2 0 0 20 0 15 0 74802987 14315556864 151666 18446744073709551615 4194304 4196468 140737295598416 140290478504720 140290536568533 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23924736 140737295606127 140737295606313 140737295606313 140737295609807 0
[pid=22875/tid=22879] ppid=22872 vsize=13980036 memory=1688 CPUtime=0.06 cores=1,3,5,7
/proc/22875/task/22879/stat : 22879 (java) S 22872 22875 12560 0 -1 1077944384 1192 0 0 0 3 3 0 0 20 0 15 0 74802987 14315556864 151666 18446744073709551615 4194304 4196468 140737295598416 140290477452176 140290536568533 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23924736 140737295606127 140737295606313 140737295606313 140737295609807 0
[pid=22875/tid=22880] ppid=22872 vsize=13980036 memory=5808 CPUtime=0.05 cores=1,3,5,7
/proc/22875/task/22880/stat : 22880 (java) S 22872 22875 12560 0 -1 1077944384 219 0 0 0 3 2 0 0 20 0 15 0 74802987 14315556864 151666 18446744073709551615 4194304 4196468 140737295598416 140290134907920 140290536568533 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23924736 140737295606127 140737295606313 140737295606313 140737295609807 0
[pid=22875/tid=22881] ppid=22872 vsize=13980036 memory=4612 CPUtime=0.05 cores=1,3,5,7
/proc/22875/task/22881/stat : 22881 (java) S 22872 22875 12560 0 -1 1077944384 787 0 0 0 3 2 0 0 20 0 15 0 74802987 14315556864 151666 18446744073709551615 4194304 4196468 140737295598416 140290133855376 140290536568533 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23924736 140737295606127 140737295606313 140737295606313 140737295609807 0
[pid=22875/tid=22882] ppid=22872 vsize=13980036 memory=1004 CPUtime=0.01 cores=1,3,5,7
/proc/22875/task/22882/stat : 22882 (java) S 22872 22875 12560 0 -1 1077944384 1375 0 0 0 1 0 0 0 20 0 15 0 74802989 14315556864 151666 18446744073709551615 4194304 4196468 140737295598416 140290082977776 140290536569474 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23924736 140737295606127 140737295606313 140737295606313 140737295609807 0
[pid=22875/tid=22883] ppid=22872 vsize=13980036 memory=2016 CPUtime=0 cores=1,3,5,7
/proc/22875/task/22883/stat : 22883 (java) S 22872 22875 12560 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 15 0 74802989 14315556864 151666 18446744073709551615 4194304 4196468 140737295598416 140290081924064 140290536568533 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23924736 140737295606127 140737295606313 140737295606313 140737295609807 0
[pid=22875/tid=22884] ppid=22872 vsize=13980036 memory=1196 CPUtime=0 cores=1,3,5,7
/proc/22875/task/22884/stat : 22884 (java) S 22872 22875 12560 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 74802989 14315556864 151666 18446744073709551615 4194304 4196468 140737295598416 140290080871424 140290536568533 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23924736 140737295606127 140737295606313 140737295606313 140737295609807 0
[pid=22875/tid=22885] ppid=22872 vsize=13980036 memory=8620 CPUtime=0 cores=1,3,5,7
/proc/22875/task/22885/stat : 22885 (java) S 22872 22875 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 74802992 14315556864 151666 18446744073709551615 4194304 4196468 140737295598416 140290079819984 140290536576923 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23924736 140737295606127 140737295606313 140737295606313 140737295609807 0
[pid=22875/tid=22886] ppid=22872 vsize=13980036 memory=1716 CPUtime=1.03 cores=1,3,5,7
/proc/22875/task/22886/stat : 22886 (java) S 22872 22875 12560 0 -1 1077944384 3112 0 0 0 103 0 0 0 20 0 15 0 74802992 14315556864 151666 18446744073709551615 4194304 4196468 140737295598416 140290078767600 140290536569474 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23924736 140737295606127 140737295606313 140737295606313 140737295609807 0
[pid=22875/tid=22887] ppid=22872 vsize=13980036 memory=14260 CPUtime=0.95 cores=1,3,5,7
/proc/22875/task/22887/stat : 22887 (java) S 22872 22875 12560 0 -1 1077944384 3596 0 0 0 95 0 0 0 20 0 15 0 74802992 14315556864 151666 18446744073709551615 4194304 4196468 140737295598416 140290077715056 140290536569474 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23924736 140737295606127 140737295606313 140737295606313 140737295609807 0
[pid=22875/tid=22888] ppid=22872 vsize=13980036 memory=41496 CPUtime=0.44 cores=1,3,5,7
/proc/22875/task/22888/stat : 22888 (java) S 22872 22875 12560 0 -1 1077944384 1960 0 0 0 43 1 0 0 20 0 15 0 74802992 14315556864 151666 18446744073709551615 4194304 4196468 140737295598416 140290076662512 140290536569474 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23924736 140737295606127 140737295606313 140737295606313 140737295609807 0
[pid=22875/tid=22889] ppid=22872 vsize=13980036 memory=1292 CPUtime=0 cores=1,3,5,7
/proc/22875/task/22889/stat : 22889 (java) S 22872 22875 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 74802992 14315556864 151666 18446744073709551615 4194304 4196468 140737295598416 140290075610208 140290536568533 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23924736 140737295606127 140737295606313 140737295606313 140737295609807 0
[pid=22875/tid=22890] ppid=22872 vsize=13980036 memory=2384 CPUtime=0 cores=1,3,5,7
/proc/22875/task/22890/stat : 22890 (java) S 22872 22875 12560 0 -1 1077944384 443 0 0 0 0 0 0 0 20 0 15 0 74802997 14315556864 151666 18446744073709551615 4194304 4196468 140737295598416 140289511778608 140290536569474 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23924736 140737295606127 140737295606313 140737295606313 140737295609807 0
Current children cumulated CPU time: 32.11 s
Current children cumulated vsize: 13980036 KiB
Current children cumulated memory: 606664 KiB

[startup+30.4007 s]
/proc/loadavg: 1.80 1.74 1.78 3/213 22890
/proc/meminfo: memFree=30727752/32770624 swapFree=67105588/67108860
[pid=22875] ppid=22872 vsize=13980036 memory=606664 CPUtime=32.91 cores=1,3,5,7
/proc/22875/stat : 22875 (java) S 22872 22875 12560 0 -1 1077944320 30226 0 0 0 3265 26 0 0 20 0 15 0 74802979 14315556864 151666 18446744073709551615 4194304 4196468 140737295598416 140737295580960 140290536558327 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 7 0 0 6293624 6294260 23924736 140737295606127 140737295606313 140737295606313 140737295609807 0
/proc/22875/statm: 3495009 151666 3795 1 0 3483783 0
[pid=22875/tid=22877] ppid=22872 vsize=13980036 memory=14260 CPUtime=30.17 cores=1,3,5,7
/proc/22875/task/22877/stat : 22877 (java) R 22872 22875 12560 0 -1 4202560 15149 0 0 0 3005 12 0 0 20 0 15 0 74802987 14315556864 151666 18446744073709551615 4194304 4196468 140737295598416 140290540796848 140290162345473 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 23924736 140737295606127 140737295606313 140737295606313 140737295609807 0
[pid=22875/tid=22878] ppid=22872 vsize=13980036 memory=796 CPUtime=0.05 cores=1,3,5,7
/proc/22875/task/22878/stat : 22878 (java) S 22872 22875 12560 0 -1 1077944384 1020 0 0 0 3 2 0 0 20 0 15 0 74802987 14315556864 151666 18446744073709551615 4194304 4196468 140737295598416 140290478504720 140290536568533 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23924736 140737295606127 140737295606313 140737295606313 140737295609807 0
[pid=22875/tid=22879] ppid=22872 vsize=13980036 memory=-8774313645642428999 CPUtime=0.06 cores=1,3,5,7
/proc/22875/task/22879/stat : 22879 (java) S 22872 22875 12560 0 -1 1077944384 1192 0 0 0 3 3 0 0 20 0 15 0 74802987 14315556864 151666 18446744073709551615 4194304 4196468 140737295598416 140290477452176 140290536568533 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23924736 140737295606127 140737295606313 140737295606313 140737295609807 0
[pid=22875/tid=22880] ppid=22872 vsize=13980036 memory=5808 CPUtime=0.05 cores=1,3,5,7
/proc/22875/task/22880/stat : 22880 (java) S 22872 22875 12560 0 -1 1077944384 219 0 0 0 3 2 0 0 20 0 15 0 74802987 14315556864 151666 18446744073709551615 4194304 4196468 140737295598416 140290134907920 140290536568533 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23924736 140737295606127 140737295606313 140737295606313 140737295609807 0
[pid=22875/tid=22881] ppid=22872 vsize=13980036 memory=4612 CPUtime=0.05 cores=1,3,5,7
/proc/22875/task/22881/stat : 22881 (java) S 22872 22875 12560 0 -1 1077944384 787 0 0 0 3 2 0 0 20 0 15 0 74802987 14315556864 151666 18446744073709551615 4194304 4196468 140737295598416 140290133855376 140290536568533 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23924736 140737295606127 140737295606313 140737295606313 140737295609807 0
[pid=22875/tid=22882] ppid=22872 vsize=13980036 memory=1004 CPUtime=0.01 cores=1,3,5,7
/proc/22875/task/22882/stat : 22882 (java) S 22872 22875 12560 0 -1 1077944384 1375 0 0 0 1 0 0 0 20 0 15 0 74802989 14315556864 151666 18446744073709551615 4194304 4196468 140737295598416 140290082977776 140290536569474 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23924736 140737295606127 140737295606313 140737295606313 140737295609807 0
[pid=22875/tid=22883] ppid=22872 vsize=13980036 memory=2016 CPUtime=0 cores=1,3,5,7
/proc/22875/task/22883/stat : 22883 (java) S 22872 22875 12560 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 15 0 74802989 14315556864 151666 18446744073709551615 4194304 4196468 140737295598416 140290081924064 140290536568533 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23924736 140737295606127 140737295606313 140737295606313 140737295609807 0
[pid=22875/tid=22884] ppid=22872 vsize=13980036 memory=1196 CPUtime=0 cores=1,3,5,7
/proc/22875/task/22884/stat : 22884 (java) S 22872 22875 12560 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 74802989 14315556864 151666 18446744073709551615 4194304 4196468 140737295598416 140290080871424 140290536568533 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23924736 140737295606127 140737295606313 140737295606313 140737295609807 0
[pid=22875/tid=22885] ppid=22872 vsize=13980036 memory=8620 CPUtime=0 cores=1,3,5,7
/proc/22875/task/22885/stat : 22885 (java) S 22872 22875 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 74802992 14315556864 151666 18446744073709551615 4194304 4196468 140737295598416 140290079819984 140290536576923 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23924736 140737295606127 140737295606313 140737295606313 140737295609807 0
[pid=22875/tid=22886] ppid=22872 vsize=13980036 memory=1716 CPUtime=1.03 cores=1,3,5,7
/proc/22875/task/22886/stat : 22886 (java) S 22872 22875 12560 0 -1 1077944384 3112 0 0 0 103 0 0 0 20 0 15 0 74802992 14315556864 151666 18446744073709551615 4194304 4196468 140737295598416 140290078767600 140290536569474 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23924736 140737295606127 140737295606313 140737295606313 140737295609807 0
[pid=22875/tid=22887] ppid=22872 vsize=13980036 memory=14260 CPUtime=0.95 cores=1,3,5,7
/proc/22875/task/22887/stat : 22887 (java) S 22872 22875 12560 0 -1 1077944384 3596 0 0 0 95 0 0 0 20 0 15 0 74802992 14315556864 151666 18446744073709551615 4194304 4196468 140737295598416 140290077715056 140290536569474 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23924736 140737295606127 140737295606313 140737295606313 140737295609807 0
[pid=22875/tid=22888] ppid=22872 vsize=13980036 memory=15584 CPUtime=0.44 cores=1,3,5,7
/proc/22875/task/22888/stat : 22888 (java) S 22872 22875 12560 0 -1 1077944384 1960 0 0 0 43 1 0 0 20 0 15 0 74802992 14315556864 151666 18446744073709551615 4194304 4196468 140737295598416 140290076662512 140290536569474 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23924736 140737295606127 140737295606313 140737295606313 140737295609807 0
[pid=22875/tid=22889] ppid=22872 vsize=13980036 memory=25512 CPUtime=0 cores=1,3,5,7
/proc/22875/task/22889/stat : 22889 (java) S 22872 22875 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 74802992 14315556864 151666 18446744073709551615 4194304 4196468 140737295598416 140290075610208 140290536568533 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23924736 140737295606127 140737295606313 140737295606313 140737295609807 0
[pid=22875/tid=22890] ppid=22872 vsize=13980036 memory=4048 CPUtime=0 cores=1,3,5,7
/proc/22875/task/22890/stat : 22890 (java) S 22872 22875 12560 0 -1 1077944384 443 0 0 0 0 0 0 0 20 0 15 0 74802997 14315556864 151666 18446744073709551615 4194304 4196468 140737295598416 140289511778608 140290536569474 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23924736 140737295606127 140737295606313 140737295606313 140737295609807 0
Current children cumulated CPU time: 32.91 s
Current children cumulated vsize: 13980036 KiB
Current children cumulated memory: 606664 KiB

[startup+30.8007 s]
/proc/loadavg: 1.80 1.74 1.78 3/213 22890
/proc/meminfo: memFree=30727752/32770624 swapFree=67105588/67108860
[pid=22875] ppid=22872 vsize=13980036 memory=606664 CPUtime=33.31 cores=1,3,5,7
/proc/22875/stat : 22875 (java) S 22872 22875 12560 0 -1 1077944320 30242 0 0 0 3305 26 0 0 20 0 15 0 74802979 14315556864 151666 18446744073709551615 4194304 4196468 140737295598416 140737295580960 140290536558327 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 7 0 0 6293624 6294260 23924736 140737295606127 140737295606313 140737295606313 140737295609807 0
/proc/22875/statm: 3495009 151666 3795 1 0 3483783 0
[pid=22875/tid=22877] ppid=22872 vsize=13980036 memory=0 CPUtime=30.57 cores=1,3,5,7
/proc/22875/task/22877/stat : 22877 (java) R 22872 22875 12560 0 -1 4202560 15165 0 0 0 3045 12 0 0 20 0 15 0 74802987 14315556864 151666 18446744073709551615 4194304 4196468 140737295598416 140290540796848 140290162645851 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 23924736 140737295606127 140737295606313 140737295606313 140737295609807 0
[pid=22875/tid=22878] ppid=22872 vsize=13980036 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/22875/task/22878/stat : 22878 (java) S 22872 22875 12560 0 -1 1077944384 1020 0 0 0 3 2 0 0 20 0 15 0 74802987 14315556864 151666 18446744073709551615 4194304 4196468 140737295598416 140290478504720 140290536568533 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23924736 140737295606127 140737295606313 140737295606313 140737295609807 0
[pid=22875/tid=22879] ppid=22872 vsize=13980036 memory=0 CPUtime=0.06 cores=1,3,5,7
/proc/22875/task/22879/stat : 22879 (java) S 22872 22875 12560 0 -1 1077944384 1192 0 0 0 3 3 0 0 20 0 15 0 74802987 14315556864 151666 18446744073709551615 4194304 4196468 140737295598416 140290477452176 140290536568533 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23924736 140737295606127 140737295606313 140737295606313 140737295609807 0
[pid=22875/tid=22880] ppid=22872 vsize=13980036 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/22875/task/22880/stat : 22880 (java) S 22872 22875 12560 0 -1 1077944384 219 0 0 0 3 2 0 0 20 0 15 0 74802987 14315556864 151666 18446744073709551615 4194304 4196468 140737295598416 140290134907920 140290536568533 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23924736 140737295606127 140737295606313 140737295606313 140737295609807 0
[pid=22875/tid=22881] ppid=22872 vsize=13980036 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/22875/task/22881/stat : 22881 (java) S 22872 22875 12560 0 -1 1077944384 787 0 0 0 3 2 0 0 20 0 15 0 74802987 14315556864 151666 18446744073709551615 4194304 4196468 140737295598416 140290133855376 140290536568533 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23924736 140737295606127 140737295606313 140737295606313 140737295609807 0
[pid=22875/tid=22882] ppid=22872 vsize=13980036 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/22875/task/22882/stat : 22882 (java) S 22872 22875 12560 0 -1 1077944384 1375 0 0 0 1 0 0 0 20 0 15 0 74802989 14315556864 151666 18446744073709551615 4194304 4196468 140737295598416 140290082977776 140290536569474 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23924736 140737295606127 140737295606313 140737295606313 140737295609807 0
[pid=22875/tid=22883] ppid=22872 vsize=13980036 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22875/task/22883/stat : 22883 (java) S 22872 22875 12560 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 15 0 74802989 14315556864 151666 18446744073709551615 4194304 4196468 140737295598416 140290081924064 140290536568533 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23924736 140737295606127 140737295606313 140737295606313 140737295609807 0
[pid=22875/tid=22884] ppid=22872 vsize=13980036 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22875/task/22884/stat : 22884 (java) S 22872 22875 12560 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 74802989 14315556864 151666 18446744073709551615 4194304 4196468 140737295598416 140290080871424 140290536568533 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23924736 140737295606127 140737295606313 140737295606313 140737295609807 0
[pid=22875/tid=22885] ppid=22872 vsize=13980036 memory=56 CPUtime=0 cores=1,3,5,7
/proc/22875/task/22885/stat : 22885 (java) S 22872 22875 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 74802992 14315556864 151666 18446744073709551615 4194304 4196468 140737295598416 140290079819984 140290536576923 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23924736 140737295606127 140737295606313 140737295606313 140737295609807 0
[pid=22875/tid=22886] ppid=22872 vsize=13980036 memory=9150 CPUtime=1.03 cores=1,3,5,7
/proc/22875/task/22886/stat : 22886 (java) S 22872 22875 12560 0 -1 1077944384 3112 0 0 0 103 0 0 0 20 0 15 0 74802992 14315556864 151666 18446744073709551615 4194304 4196468 140737295598416 140290078767600 140290536569474 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23924736 140737295606127 140737295606313 140737295606313 140737295609807 0
[pid=22875/tid=22887] ppid=22872 vsize=13980036 memory=26383 CPUtime=0.95 cores=1,3,5,7
/proc/22875/task/22887/stat : 22887 (java) S 22872 22875 12560 0 -1 1077944384 3596 0 0 0 95 0 0 0 20 0 15 0 74802992 14315556864 151666 18446744073709551615 4194304 4196468 140737295598416 140290077715056 140290536569474 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23924736 140737295606127 140737295606313 140737295606313 140737295609807 0
[pid=22875/tid=22888] ppid=22872 vsize=13980036 memory=6946614835513681239 CPUtime=0.44 cores=1,3,5,7
/proc/22875/task/22888/stat : 22888 (java) S 22872 22875 12560 0 -1 1077944384 1960 0 0 0 43 1 0 0 20 0 15 0 74802992 14315556864 151666 18446744073709551615 4194304 4196468 140737295598416 140290076662512 140290536569474 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23924736 140737295606127 140737295606313 140737295606313 140737295609807 0
[pid=22875/tid=22889] ppid=22872 vsize=13980036 memory=6946614835513681239 CPUtime=0 cores=1,3,5,7
/proc/22875/task/22889/stat : 22889 (java) S 22872 22875 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 74802992 14315556864 151666 18446744073709551615 4194304 4196468 140737295598416 140290075610208 140290536568533 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23924736 140737295606127 140737295606313 140737295606313 140737295609807 0
[pid=22875/tid=22890] ppid=22872 vsize=13980036 memory=6946614835513681239 CPUtime=0 cores=1,3,5,7
/proc/22875/task/22890/stat : 22890 (java) S 22872 22875 12560 0 -1 1077944384 443 0 0 0 0 0 0 0 20 0 15 0 74802997 14315556864 151666 18446744073709551615 4194304 4196468 140737295598416 140289511778608 140290536569474 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23924736 140737295606127 140737295606313 140737295606313 140737295609807 0
Current children cumulated CPU time: 33.31 s
Current children cumulated vsize: 13980036 KiB
Current children cumulated memory: 606664 KiB

[startup+30.9007 s]
/proc/loadavg: 1.80 1.74 1.78 3/213 22890
/proc/meminfo: memFree=30727752/32770624 swapFree=67105588/67108860
[pid=22875] ppid=22872 vsize=13980036 memory=606664 CPUtime=33.41 cores=1,3,5,7
/proc/22875/stat : 22875 (java) S 22872 22875 12560 0 -1 1077944320 30244 0 0 0 3315 26 0 0 20 0 15 0 74802979 14315556864 151666 18446744073709551615 4194304 4196468 140737295598416 140737295580960 140290536558327 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 7 0 0 6293624 6294260 23924736 140737295606127 140737295606313 140737295606313 140737295609807 0
/proc/22875/statm: 3495009 151666 3795 1 0 3483783 0
[pid=22875/tid=22877] ppid=22872 vsize=13980036 memory=796 CPUtime=30.67 cores=1,3,5,7
/proc/22875/task/22877/stat : 22877 (java) R 22872 22875 12560 0 -1 4202560 15169 0 0 0 3055 12 0 0 20 0 15 0 74802987 14315556864 151666 18446744073709551615 4194304 4196468 140737295598416 140290540796848 140290162596274 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 23924736 140737295606127 140737295606313 140737295606313 140737295609807 0
[pid=22875/tid=22878] ppid=22872 vsize=13980036 memory=487396 CPUtime=0.05 cores=1,3,5,7
/proc/22875/task/22878/stat : 22878 (java) S 22872 22875 12560 0 -1 1077944384 1020 0 0 0 3 2 0 0 20 0 15 0 74802987 14315556864 151666 18446744073709551615 4194304 4196468 140737295598416 140290478504720 140290536568533 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23924736 140737295606127 140737295606313 140737295606313 140737295609807 0
[pid=22875/tid=22879] ppid=22872 vsize=13980036 memory=1 CPUtime=0.06 cores=1,3,5,7
/proc/22875/task/22879/stat : 22879 (java) S 22872 22875 12560 0 -1 1077944384 1192 0 0 0 3 3 0 0 20 0 15 0 74802987 14315556864 151666 18446744073709551615 4194304 4196468 140737295598416 140290477452176 140290536568533 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23924736 140737295606127 140737295606313 140737295606313 140737295609807 0
[pid=22875/tid=22880] ppid=22872 vsize=13980036 memory=4 CPUtime=0.05 cores=1,3,5,7
/proc/22875/task/22880/stat : 22880 (java) S 22872 22875 12560 0 -1 1077944384 219 0 0 0 3 2 0 0 20 0 15 0 74802987 14315556864 151666 18446744073709551615 4194304 4196468 140737295598416 140290134907920 140290536568533 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23924736 140737295606127 140737295606313 140737295606313 140737295609807 0
[pid=22875/tid=22881] ppid=22872 vsize=13980036 memory=1 CPUtime=0.05 cores=1,3,5,7
/proc/22875/task/22881/stat : 22881 (java) S 22872 22875 12560 0 -1 1077944384 787 0 0 0 3 2 0 0 20 0 15 0 74802987 14315556864 151666 18446744073709551615 4194304 4196468 140737295598416 140290133855376 140290536568533 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23924736 140737295606127 140737295606313 140737295606313 140737295609807 0
[pid=22875/tid=22882] ppid=22872 vsize=13980036 memory=569316 CPUtime=0.01 cores=1,3,5,7
/proc/22875/task/22882/stat : 22882 (java) S 22872 22875 12560 0 -1 1077944384 1375 0 0 0 1 0 0 0 20 0 15 0 74802989 14315556864 151666 18446744073709551615 4194304 4196468 140737295598416 140290082977776 140290536569474 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23924736 140737295606127 140737295606313 140737295606313 140737295609807 0
[pid=22875/tid=22883] ppid=22872 vsize=13980036 memory=505828 CPUtime=0 cores=1,3,5,7
/proc/22875/task/22883/stat : 22883 (java) S 22872 22875 12560 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 15 0 74802989 14315556864 151666 18446744073709551615 4194304 4196468 140737295598416 140290081924064 140290536568533 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23924736 140737295606127 140737295606313 140737295606313 140737295609807 0
[pid=22875/tid=22884] ppid=22872 vsize=13980036 memory=518116 CPUtime=0 cores=1,3,5,7
/proc/22875/task/22884/stat : 22884 (java) S 22872 22875 12560 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 74802989 14315556864 151666 18446744073709551615 4194304 4196468 140737295598416 140290080871424 140290536568533 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23924736 140737295606127 140737295606313 140737295606313 140737295609807 0
[pid=22875/tid=22885] ppid=22872 vsize=13980036 memory=4144 CPUtime=0 cores=1,3,5,7
/proc/22875/task/22885/stat : 22885 (java) S 22872 22875 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 74802992 14315556864 151666 18446744073709551615 4194304 4196468 140737295598416 140290079819984 140290536576923 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23924736 140737295606127 140737295606313 140737295606313 140737295609807 0
[pid=22875/tid=22886] ppid=22872 vsize=13980036 memory=41496 CPUtime=1.03 cores=1,3,5,7
/proc/22875/task/22886/stat : 22886 (java) S 22872 22875 12560 0 -1 1077944384 3112 0 0 0 103 0 0 0 20 0 15 0 74802992 14315556864 151666 18446744073709551615 4194304 4196468 140737295598416 140290078767600 140290536569474 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23924736 140737295606127 140737295606313 140737295606313 140737295609807 0
[pid=22875/tid=22887] ppid=22872 vsize=13980036 memory=1292 CPUtime=0.95 cores=1,3,5,7
/proc/22875/task/22887/stat : 22887 (java) S 22872 22875 12560 0 -1 1077944384 3596 0 0 0 95 0 0 0 20 0 15 0 74802992 14315556864 151666 18446744073709551615 4194304 4196468 140737295598416 140290077715056 140290536569474 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23924736 140737295606127 140737295606313 140737295606313 140737295609807 0
[pid=22875/tid=22888] ppid=22872 vsize=13980036 memory=-8774313645642428999 CPUtime=0.44 cores=1,3,5,7
/proc/22875/task/22888/stat : 22888 (java) S 22872 22875 12560 0 -1 1077944384 1960 0 0 0 43 1 0 0 20 0 15 0 74802992 14315556864 151666 18446744073709551615 4194304 4196468 140737295598416 140290076662512 140290536569474 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23924736 140737295606127 140737295606313 140737295606313 140737295609807 0
[pid=22875/tid=22889] ppid=22872 vsize=13980036 memory=1196 CPUtime=0 cores=1,3,5,7
/proc/22875/task/22889/stat : 22889 (java) S 22872 22875 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 74802992 14315556864 151666 18446744073709551615 4194304 4196468 140737295598416 140290075610208 140290536568533 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23924736 140737295606127 140737295606313 140737295606313 140737295609807 0
[pid=22875/tid=22890] ppid=22872 vsize=13980036 memory=8620 CPUtime=0 cores=1,3,5,7
/proc/22875/task/22890/stat : 22890 (java) S 22872 22875 12560 0 -1 1077944384 443 0 0 0 0 0 0 0 20 0 15 0 74802997 14315556864 151666 18446744073709551615 4194304 4196468 140737295598416 140289511778608 140290536569474 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23924736 140737295606127 140737295606313 140737295606313 140737295609807 0
Current children cumulated CPU time: 33.41 s
Current children cumulated vsize: 13980036 KiB
Current children cumulated memory: 606664 KiB

Child status: 0
Real time (s): 30.9871
CPU time (s): 33.5175
CPU user time (s): 33.2429
CPU system time (s): 0.274569
CPU usage (%): 108.166
Max. virtual memory (cumulated for all children) (KiB): 13980036
Max. memory (cumulated for all children) (KiB): 606664

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 33.2429
system time used= 0.274569
maximum resident set size= 620516
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31914
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3039
involuntary context switches= 58


# summary of solver processes directly reported to runsolver:
#   pid: 22875
#   total CPU time (s): 33.5175
#   total CPU user time (s): 33.2429
#   total CPU system time (s): 0.274569

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.217773 second user time and 0.308512 second system time

The end

Launcher Data

Begin job on node126 at 2017-08-14 17:40:34
IDJOB=4274125
IDBENCH=122359
IDSOLVER=2666
FILE ID=node126/4274125-1502726076
RUNJOBID= node126-1502662832-10388
PBS_JOBID= 
Free space on /tmp= 61988 MiB

SOLVER NAME= OscaR - Conflict Ordering 2017-07-26
BENCH NAME= XCSP17/Random/Random-D-t080/rand-2-40-80-103-080-39.xml
COMMAND LINE= java -Xmx11000m -jar oscar-cp-xcsp3-conf_order.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4274125-1502726076/watcher-4274125-1502726076 -o /tmp/evaluation-result-4274125-1502726076/solver-4274125-1502726076 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1502662832-10388 --watchdog 2580  java -Xmx11000m -jar oscar-cp-xcsp3-conf_order.jar --randomseed 490824427 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4274125-1502726076.xml

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

MD5SUM BENCH= 3eef0953f9cbf23d9932dd1c3605fafe
RANDOM SEED=490824427

node126.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.81
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.81
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.81
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.81
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:        31321768 kB
MemAvailable:   31810096 kB
Buffers:          307980 kB
Cached:           448900 kB
SwapCached:          524 kB
Active:           729888 kB
Inactive:         234244 kB
Active(anon):     155328 kB
Inactive(anon):    85392 kB
Active(file):     574560 kB
Inactive(file):   148852 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67105588 kB
Dirty:             43064 kB
Writeback:             0 kB
AnonPages:        239504 kB
Mapped:            64352 kB
Shmem:             33440 kB
Slab:             188216 kB
SReclaimable:     161500 kB
SUnreclaim:        26716 kB
KernelStack:        3600 kB
PageTables:         5832 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1174616 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    176128 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 61948 MiB
End job on node126 at 2017-08-14 17:41:05