Trace number 4311869

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 with restarts 2018-08-17SAT 23.9603 21.1866

General information on the benchmark

NameGracefulGraph/
GracefulGraph-K05-P02_c18.xml
MD5SUM803795f7a37fd3a40686e408980b1bff
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 benchmark21.8959
Satisfiable
(Un)Satisfiability was proved
Number of variables65
Number of constraints27
Number of domains2
Minimum domain size25
Maximum domain size26
Distribution of domain sizes[{"size":25,"count":25},{"size":26,"count":10}]
Minimum variable degree0
Maximum variable degree6
Distribution of variable degrees[{"degree":0,"count":30},{"degree":2,"count":25},{"degree":6,"count":10}]
Minimum constraint arity3
Maximum constraint arity25
Distribution of constraint arities[{"arity":3,"count":25},{"arity":10,"count":1},{"arity":25,"count":1}]
Number of extensional constraints0
Number of intensional constraints25
Distribution of constraint types[{"type":"intension","count":25},{"type":"allDifferent","count":2}]
Optimization problemNO
Type of objective

Solver Data

0.67/0.56	c version: 2018-08-17
0.67/0.56	c seed: 1884243932
0.67/0.56	c timeout: 2520
0.67/0.56	c memlimit: 11000
0.67/0.56	c nbcore: 1
0.67/0.58	c Parsing instance...
1.50/1.04	c Parsing done, starting search...
23.87/21.16	s SATISFIABLE
23.87/21.16	v <instantiation>
23.87/21.16	v 	<list>
23.87/21.16	v 		cn[0][0] cn[0][1] cn[0][2] cn[0][3] cn[0][4] cn[1][0] cn[1][1] cn[1][2] cn[1][3] cn[1][4] ce[0][0][1] ce[0][0][2] ce[0][0][3] ce[0][0][4] ce[0][1][2] ce[0][1][3] ce[0][1][4] ce[0][2][3] ce[0][2][4] ce[0][3][4] ce[1][0][1] ce[1][0][2] ce[1][0][3] ce[1][0][4] ce[1][1][2] ce[1][1][3] ce[1][1][4] ce[1][2][3] ce[1][2][4] ce[1][3][4] cie[0][0] cie[0][1] cie[0][2] cie[0][3] cie[0][4]
23.87/21.16	v 	</list>
23.87/21.16	v 	<values>
23.87/21.16	v 		6 21 0 7 25 22 11 24 19 2 15 6 1 19 21 14 4 7 25 18 11 2 3 20 13 8 9 5 22 17 16 10 24 12 23 
23.87/21.16	v 	</values>
23.87/21.16	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 (13399 MiB free)
  memory of node 1: 16384 MiB (10677 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4311869-1534546041/watcher-4311869-1534546041 -o /tmp/evaluation-result-4311869-1534546041/solver-4311869-1534546041 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node136-1534541039-10062 --watchdog 2580 java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 1884243932 --timelimit 2520 --memlimit 11000 --nbcore 1 HOME/instance-4311869-1534546041.xml 

running on 4 cores: 0,2,4,6

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
Current StackSize limit: 8192 KiB

solver pid=10617, runsolver pid=10614

[startup+0.100172 s]*
/proc/loadavg: 1.36 1.32 1.32 3/215 10632
/proc/meminfo: memFree=24635500/32770624 swapFree=67107648/67108860
[pid=10617] ppid=10614 vsize=14082736 memory=31960 CPUtime=0.12 cores=0,2,4,6
/proc/10617/stat : 10617 (java) S 10614 10617 10031 0 -1 1077944320 6435 0 0 0 11 1 0 0 20 0 15 0 272167315 14420721664 7990 33554432000 4194304 4196468 140730714326416 140730714308960 139887389187831 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 20529152 140730714334280 140730714334473 140730714334473 140730714337231 0
/proc/10617/statm: 3520684 7990 3140 1 0 3482761 0
[pid=10617/tid=10619] ppid=10614 vsize=14082736 memory=-8701690554792447866 CPUtime=0.09 cores=0,2,4,6
/proc/10617/task/10619/stat : 10619 (java) R 10614 10617 10031 0 -1 4202560 4495 0 0 0 8 1 0 0 20 0 15 0 272167315 14420721664 7990 33554432000 4194304 4196468 140730714326416 139887393411712 139887381424958 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20529152 140730714334280 140730714334473 140730714334473 140730714337231 0
[pid=10617/tid=10620] ppid=10614 vsize=14082736 memory=-7522837583129502606 CPUtime=0 cores=0,2,4,6
/proc/10617/task/10620/stat : 10620 (java) S 10614 10617 10031 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272167316 14420721664 7990 33554432000 4194304 4196468 140730714326416 139887354469392 139887389198037 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20529152 140730714334280 140730714334473 140730714334473 140730714337231 0
[pid=10617/tid=10621] ppid=10614 vsize=14082736 memory=139827904456320 CPUtime=0 cores=0,2,4,6
/proc/10617/task/10621/stat : 10621 (java) S 10614 10617 10031 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272167316 14420721664 7990 33554432000 4194304 4196468 140730714326416 139886984281232 139887389198037 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20529152 140730714334280 140730714334473 140730714334473 140730714337231 0
[pid=10617/tid=10622] ppid=10614 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10617/task/10622/stat : 10622 (java) S 10614 10617 10031 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 272167316 14420721664 7990 33554432000 4194304 4196468 140730714326416 139886983228176 139887389198037 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20529152 140730714334280 140730714334473 140730714334473 140730714337231 0
[pid=10617/tid=10623] ppid=10614 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10617/task/10623/stat : 10623 (java) S 10614 10617 10031 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 272167316 14420721664 7990 33554432000 4194304 4196468 140730714326416 139886982175632 139887389198037 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20529152 140730714334280 140730714334473 140730714334473 140730714337231 0
[pid=10617/tid=10624] ppid=10614 vsize=14082736 memory=139827904456320 CPUtime=0 cores=0,2,4,6
/proc/10617/task/10624/stat : 10624 (java) S 10614 10617 10031 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 272167317 14420721664 7990 33554432000 4194304 4196468 140730714326416 139886863530224 139887389198978 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20529152 140730714334280 140730714334473 140730714334473 140730714337231 0
[pid=10617/tid=10625] ppid=10614 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10617/task/10625/stat : 10625 (java) S 10614 10617 10031 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 272167317 14420721664 7990 33554432000 4194304 4196468 140730714326416 139886862476448 139887389198037 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20529152 140730714334280 140730714334473 140730714334473 140730714337231 0
[pid=10617/tid=10626] ppid=10614 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10617/task/10626/stat : 10626 (java) S 10614 10617 10031 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 272167318 14420721664 7990 33554432000 4194304 4196468 140730714326416 139886861423344 139887389198037 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20529152 140730714334280 140730714334473 140730714334473 140730714337231 0
[pid=10617/tid=10627] ppid=10614 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10617/task/10627/stat : 10627 (java) S 10614 10617 10031 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272167320 14420721664 7990 33554432000 4194304 4196468 140730714326416 139886860371920 139887389206427 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20529152 140730714334280 140730714334473 140730714334473 140730714337231 0
[pid=10617/tid=10628] ppid=10614 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10617/task/10628/stat : 10628 (java) S 10614 10617 10031 0 -1 1077944384 301 0 0 0 0 0 0 0 20 0 15 0 272167320 14420721664 7990 33554432000 4194304 4196468 140730714326416 139886859320048 139887389198978 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20529152 140730714334280 140730714334473 140730714334473 140730714337231 0
[pid=10617/tid=10629] ppid=10614 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10617/task/10629/stat : 10629 (java) S 10614 10617 10031 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 272167320 14420721664 7990 33554432000 4194304 4196468 140730714326416 139886858267504 139887389198978 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20529152 140730714334280 140730714334473 140730714334473 140730714337231 0
[pid=10617/tid=10630] ppid=10614 vsize=14082736 memory=139827904456320 CPUtime=0.01 cores=0,2,4,6
/proc/10617/task/10630/stat : 10630 (java) S 10614 10617 10031 0 -1 1077944384 261 0 0 0 1 0 0 0 20 0 15 0 272167320 14420721664 7990 33554432000 4194304 4196468 140730714326416 139886857214448 139887389198978 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20529152 140730714334280 140730714334473 140730714334473 140730714337231 0
[pid=10617/tid=10631] ppid=10614 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10617/task/10631/stat : 10631 (java) S 10614 10617 10031 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272167320 14420721664 7990 33554432000 4194304 4196468 140730714326416 139886856162144 139887389198037 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20529152 140730714334280 140730714334473 140730714334473 140730714337231 0
[pid=10617/tid=10632] ppid=10614 vsize=14082736 memory=139827904456320 CPUtime=0 cores=0,2,4,6
/proc/10617/task/10632/stat : 10632 (java) S 10614 10617 10031 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272167320 14420721664 7990 33554432000 4194304 4196468 140730714326416 139886855109168 139887389198978 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20529152 140730714334280 140730714334473 140730714334473 140730714337231 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 31960 KiB

[startup+0.21041 s]*
/proc/loadavg: 1.36 1.32 1.32 5/215 10632
/proc/meminfo: memFree=24620572/32770624 swapFree=67107648/67108860
[pid=10617] ppid=10614 vsize=14082736 memory=48028 CPUtime=0.3 cores=0,2,4,6
/proc/10617/stat : 10617 (java) S 10614 10617 10031 0 -1 1077944320 10066 0 0 0 27 3 0 0 20 0 15 0 272167315 14420721664 12007 33554432000 4194304 4196468 140730714326416 140730714308960 139887389187831 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 20529152 140730714334280 140730714334473 140730714334473 140730714337231 0
/proc/10617/statm: 3520684 12007 3380 1 0 3482761 0
[pid=10617/tid=10619] ppid=10614 vsize=14082736 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/10617/task/10619/stat : 10619 (java) R 10614 10617 10031 0 -1 4202560 7825 0 0 0 18 2 0 0 20 0 15 0 272167315 14420721664 12007 33554432000 4194304 4196468 140730714326416 139887393404576 139887374922395 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20529152 140730714334280 140730714334473 140730714334473 140730714337231 0
[pid=10617/tid=10620] ppid=10614 vsize=14082736 memory=343 CPUtime=0 cores=0,2,4,6
/proc/10617/task/10620/stat : 10620 (java) S 10614 10617 10031 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272167316 14420721664 12007 33554432000 4194304 4196468 140730714326416 139887354469392 139887389198037 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20529152 140730714334280 140730714334473 140730714334473 140730714337231 0
[pid=10617/tid=10621] ppid=10614 vsize=14082736 memory=3547063391020852896 CPUtime=0 cores=0,2,4,6
/proc/10617/task/10621/stat : 10621 (java) S 10614 10617 10031 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272167316 14420721664 12007 33554432000 4194304 4196468 140730714326416 139886984281232 139887389198037 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20529152 140730714334280 140730714334473 140730714334473 140730714337231 0
[pid=10617/tid=10622] ppid=10614 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10617/task/10622/stat : 10622 (java) S 10614 10617 10031 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 272167316 14420721664 12007 33554432000 4194304 4196468 140730714326416 139886983228176 139887389198037 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20529152 140730714334280 140730714334473 140730714334473 140730714337231 0
[pid=10617/tid=10623] ppid=10614 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10617/task/10623/stat : 10623 (java) S 10614 10617 10031 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 272167316 14420721664 12007 33554432000 4194304 4196468 140730714326416 139886982175632 139887389198037 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20529152 140730714334280 140730714334473 140730714334473 140730714337231 0
[pid=10617/tid=10624] ppid=10614 vsize=14082736 memory=139827904456320 CPUtime=0 cores=0,2,4,6
/proc/10617/task/10624/stat : 10624 (java) S 10614 10617 10031 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 272167317 14420721664 12007 33554432000 4194304 4196468 140730714326416 139886863530224 139887389198978 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20529152 140730714334280 140730714334473 140730714334473 140730714337231 0
[pid=10617/tid=10625] ppid=10614 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10617/task/10625/stat : 10625 (java) S 10614 10617 10031 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 272167317 14420721664 12007 33554432000 4194304 4196468 140730714326416 139886862476448 139887389198037 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20529152 140730714334280 140730714334473 140730714334473 140730714337231 0
[pid=10617/tid=10626] ppid=10614 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10617/task/10626/stat : 10626 (java) S 10614 10617 10031 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 272167318 14420721664 12007 33554432000 4194304 4196468 140730714326416 139886861423344 139887389198037 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20529152 140730714334280 140730714334473 140730714334473 140730714337231 0
[pid=10617/tid=10627] ppid=10614 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10617/task/10627/stat : 10627 (java) S 10614 10617 10031 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272167320 14420721664 12007 33554432000 4194304 4196468 140730714326416 139886860371920 139887389206427 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20529152 140730714334280 140730714334473 140730714334473 140730714337231 0
[pid=10617/tid=10628] ppid=10614 vsize=14082736 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/10617/task/10628/stat : 10628 (java) R 10614 10617 10031 0 -1 4202560 512 0 0 0 2 0 0 0 20 0 15 0 272167320 14420721664 12007 33554432000 4194304 4196468 140730714326416 139886859310160 139887381477280 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20529152 140730714334280 140730714334473 140730714334473 140730714337231 0
[pid=10617/tid=10629] ppid=10614 vsize=14082736 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/10617/task/10629/stat : 10629 (java) R 10614 10617 10031 0 -1 4202560 69 0 0 0 1 0 0 0 20 0 15 0 272167320 14420721664 12007 33554432000 4194304 4196468 140730714326416 139886858267504 139887370558144 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20529152 140730714334280 140730714334473 140730714334473 140730714337231 0
[pid=10617/tid=10630] ppid=10614 vsize=14082736 memory=139827904456320 CPUtime=0.05 cores=0,2,4,6
/proc/10617/task/10630/stat : 10630 (java) R 10614 10617 10031 0 -1 1077944384 284 0 0 0 5 0 0 0 20 0 15 0 272167320 14420721664 12007 33554432000 4194304 4196468 140730714326416 139886857214448 139887389198978 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20529152 140730714334280 140730714334473 140730714334473 140730714337231 0
[pid=10617/tid=10631] ppid=10614 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10617/task/10631/stat : 10631 (java) S 10614 10617 10031 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272167320 14420721664 12007 33554432000 4194304 4196468 140730714326416 139886856162144 139887389198037 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20529152 140730714334280 140730714334473 140730714334473 140730714337231 0
[pid=10617/tid=10632] ppid=10614 vsize=14082736 memory=139827904456320 CPUtime=0 cores=0,2,4,6
/proc/10617/task/10632/stat : 10632 (java) S 10614 10617 10031 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272167320 14420721664 12007 33554432000 4194304 4196468 140730714326416 139886855109168 139887389198978 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20529152 140730714334280 140730714334473 140730714334473 140730714337231 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 48028 KiB

[startup+0.310556 s]*
/proc/loadavg: 1.36 1.32 1.32 3/215 10632
/proc/meminfo: memFree=24617128/32770624 swapFree=67107648/67108860
[pid=10617] ppid=10614 vsize=14082736 memory=51360 CPUtime=0.44 cores=0,2,4,6
/proc/10617/stat : 10617 (java) S 10614 10617 10031 0 -1 1077944320 10467 0 0 0 41 3 0 0 20 0 15 0 272167315 14420721664 12840 33554432000 4194304 4196468 140730714326416 140730714308960 139887389187831 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 20529152 140730714334280 140730714334473 140730714334473 140730714337231 0
/proc/10617/statm: 3520684 12840 3383 1 0 3482761 0
[pid=10617/tid=10619] ppid=10614 vsize=14082736 memory=7022364594140610616 CPUtime=0.3 cores=0,2,4,6
/proc/10617/task/10619/stat : 10619 (java) R 10614 10617 10031 0 -1 4202560 8159 0 0 0 28 2 0 0 20 0 15 0 272167315 14420721664 12840 33554432000 4194304 4196468 140730714326416 139887393377104 139887374353479 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20529152 140730714334280 140730714334473 140730714334473 140730714337231 0
[pid=10617/tid=10620] ppid=10614 vsize=14082736 memory=4294977828 CPUtime=0 cores=0,2,4,6
/proc/10617/task/10620/stat : 10620 (java) S 10614 10617 10031 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272167316 14420721664 12840 33554432000 4194304 4196468 140730714326416 139887354469392 139887389198037 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20529152 140730714334280 140730714334473 140730714334473 140730714337231 0
[pid=10617/tid=10621] ppid=10614 vsize=14082736 memory=3473316947122661024 CPUtime=0 cores=0,2,4,6
/proc/10617/task/10621/stat : 10621 (java) S 10614 10617 10031 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272167316 14420721664 12840 33554432000 4194304 4196468 140730714326416 139886984281232 139887389198037 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20529152 140730714334280 140730714334473 140730714334473 140730714337231 0
[pid=10617/tid=10622] ppid=10614 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10617/task/10622/stat : 10622 (java) S 10614 10617 10031 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 272167316 14420721664 12840 33554432000 4194304 4196468 140730714326416 139886983228176 139887389198037 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20529152 140730714334280 140730714334473 140730714334473 140730714337231 0
[pid=10617/tid=10623] ppid=10614 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10617/task/10623/stat : 10623 (java) S 10614 10617 10031 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 272167316 14420721664 12840 33554432000 4194304 4196468 140730714326416 139886982175632 139887389198037 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20529152 140730714334280 140730714334473 140730714334473 140730714337231 0
[pid=10617/tid=10624] ppid=10614 vsize=14082736 memory=139827904456320 CPUtime=0 cores=0,2,4,6
/proc/10617/task/10624/stat : 10624 (java) S 10614 10617 10031 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 272167317 14420721664 12840 33554432000 4194304 4196468 140730714326416 139886863530224 139887389198978 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20529152 140730714334280 140730714334473 140730714334473 140730714337231 0
[pid=10617/tid=10625] ppid=10614 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10617/task/10625/stat : 10625 (java) S 10614 10617 10031 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 272167317 14420721664 12840 33554432000 4194304 4196468 140730714326416 139886862476448 139887389198037 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20529152 140730714334280 140730714334473 140730714334473 140730714337231 0
[pid=10617/tid=10626] ppid=10614 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10617/task/10626/stat : 10626 (java) S 10614 10617 10031 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 272167318 14420721664 12840 33554432000 4194304 4196468 140730714326416 139886861423344 139887389198037 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20529152 140730714334280 140730714334473 140730714334473 140730714337231 0
[pid=10617/tid=10627] ppid=10614 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10617/task/10627/stat : 10627 (java) S 10614 10617 10031 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272167320 14420721664 12840 33554432000 4194304 4196468 140730714326416 139886860371920 139887389206427 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20529152 140730714334280 140730714334473 140730714334473 140730714337231 0
[pid=10617/tid=10628] ppid=10614 vsize=14082736 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/10617/task/10628/stat : 10628 (java) S 10614 10617 10031 0 -1 1077944384 526 0 0 0 2 0 0 0 20 0 15 0 272167320 14420721664 12840 33554432000 4194304 4196468 140730714326416 139886859320048 139887389198978 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20529152 140730714334280 140730714334473 140730714334473 140730714337231 0
[pid=10617/tid=10629] ppid=10614 vsize=14082736 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/10617/task/10629/stat : 10629 (java) S 10614 10617 10031 0 -1 1077944384 106 0 0 0 2 0 0 0 20 0 15 0 272167320 14420721664 12840 33554432000 4194304 4196468 140730714326416 139886858267504 139887389198978 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20529152 140730714334280 140730714334473 140730714334473 140730714337231 0
[pid=10617/tid=10630] ppid=10614 vsize=14082736 memory=139827904456320 CPUtime=0.08 cores=0,2,4,6
/proc/10617/task/10630/stat : 10630 (java) S 10614 10617 10031 0 -1 1077944384 293 0 0 0 8 0 0 0 20 0 15 0 272167320 14420721664 12840 33554432000 4194304 4196468 140730714326416 139886857214448 139887389198978 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20529152 140730714334280 140730714334473 140730714334473 140730714337231 0
[pid=10617/tid=10631] ppid=10614 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10617/task/10631/stat : 10631 (java) S 10614 10617 10031 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272167320 14420721664 12840 33554432000 4194304 4196468 140730714326416 139886856162144 139887389198037 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20529152 140730714334280 140730714334473 140730714334473 140730714337231 0
[pid=10617/tid=10632] ppid=10614 vsize=14082736 memory=139827904456320 CPUtime=0 cores=0,2,4,6
/proc/10617/task/10632/stat : 10632 (java) S 10614 10617 10031 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272167320 14420721664 12840 33554432000 4194304 4196468 140730714326416 139886855109168 139887389198978 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20529152 140730714334280 140730714334473 140730714334473 140730714337231 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 51360 KiB

[startup+0.700838 s]
/proc/loadavg: 1.36 1.32 1.32 3/215 10632
/proc/meminfo: memFree=24593316/32770624 swapFree=67107648/67108860
[pid=10617] ppid=10614 vsize=14084804 memory=88496 CPUtime=0.97 cores=0,2,4,6
/proc/10617/stat : 10617 (java) S 10614 10617 10031 0 -1 1077944320 17060 0 0 0 91 6 0 0 20 0 15 0 272167315 14422839296 22124 33554432000 4194304 4196468 140730714326416 140730714308960 139887389187831 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 20529152 140730714334280 140730714334473 140730714334473 140730714337231 0
/proc/10617/statm: 3521201 22124 3493 1 0 3483273 0
[pid=10617/tid=10619] ppid=10614 vsize=14084804 memory=185457493163231 CPUtime=0.67 cores=0,2,4,6
/proc/10617/task/10619/stat : 10619 (java) R 10614 10617 10031 0 -1 4202560 14489 0 0 0 63 4 0 0 20 0 15 0 272167315 14422839296 22124 33554432000 4194304 4196468 140730714326416 139887393410064 139887389209757 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20529152 140730714334280 140730714334473 140730714334473 140730714337231 0
[pid=10617/tid=10620] ppid=10614 vsize=14084804 memory=1412920 CPUtime=0 cores=0,2,4,6
/proc/10617/task/10620/stat : 10620 (java) S 10614 10617 10031 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272167316 14422839296 22124 33554432000 4194304 4196468 140730714326416 139887354469392 139887389198037 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20529152 140730714334280 140730714334473 140730714334473 140730714337231 0
[pid=10617/tid=10621] ppid=10614 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10617/task/10621/stat : 10621 (java) S 10614 10617 10031 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272167316 14422839296 22124 33554432000 4194304 4196468 140730714326416 139886984281232 139887389198037 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20529152 140730714334280 140730714334473 140730714334473 140730714337231 0
[pid=10617/tid=10622] ppid=10614 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10617/task/10622/stat : 10622 (java) S 10614 10617 10031 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 272167316 14422839296 22124 33554432000 4194304 4196468 140730714326416 139886983228176 139887389198037 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20529152 140730714334280 140730714334473 140730714334473 140730714337231 0
[pid=10617/tid=10623] ppid=10614 vsize=14084804 memory=7809523229951467572 CPUtime=0 cores=0,2,4,6
/proc/10617/task/10623/stat : 10623 (java) S 10614 10617 10031 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 272167316 14422839296 22124 33554432000 4194304 4196468 140730714326416 139886982175632 139887389198037 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20529152 140730714334280 140730714334473 140730714334473 140730714337231 0
[pid=10617/tid=10624] ppid=10614 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10617/task/10624/stat : 10624 (java) S 10614 10617 10031 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 272167317 14422839296 22124 33554432000 4194304 4196468 140730714326416 139886863530224 139887389198978 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20529152 140730714334280 140730714334473 140730714334473 140730714337231 0
[pid=10617/tid=10625] ppid=10614 vsize=14084804 memory=-3535359994705171298 CPUtime=0 cores=0,2,4,6
/proc/10617/task/10625/stat : 10625 (java) S 10614 10617 10031 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 272167317 14422839296 22124 33554432000 4194304 4196468 140730714326416 139886862476448 139887389198037 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20529152 140730714334280 140730714334473 140730714334473 140730714337231 0
[pid=10617/tid=10626] ppid=10614 vsize=14084804 memory=6944656592387989600 CPUtime=0 cores=0,2,4,6
/proc/10617/task/10626/stat : 10626 (java) S 10614 10617 10031 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 272167318 14422839296 22124 33554432000 4194304 4196468 140730714326416 139886861423344 139887389198037 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20529152 140730714334280 140730714334473 140730714334473 140730714337231 0
[pid=10617/tid=10627] ppid=10614 vsize=14084804 memory=6944656592455360604 CPUtime=0 cores=0,2,4,6
/proc/10617/task/10627/stat : 10627 (java) S 10614 10617 10031 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272167320 14422839296 22124 33554432000 4194304 4196468 140730714326416 139886860371920 139887389206427 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20529152 140730714334280 140730714334473 140730714334473 140730714337231 0
[pid=10617/tid=10628] ppid=10614 vsize=14084804 memory=6944656592455359580 CPUtime=0.06 cores=0,2,4,6
/proc/10617/task/10628/stat : 10628 (java) S 10614 10617 10031 0 -1 1077944384 672 0 0 0 6 0 0 0 20 0 15 0 272167320 14422839296 22124 33554432000 4194304 4196468 140730714326416 139886859320048 139887389198978 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20529152 140730714334280 140730714334473 140730714334473 140730714337231 0
[pid=10617/tid=10629] ppid=10614 vsize=14084804 memory=0 CPUtime=0.06 cores=0,2,4,6
/proc/10617/task/10629/stat : 10629 (java) S 10614 10617 10031 0 -1 1077944384 194 0 0 0 6 0 0 0 20 0 15 0 272167320 14422839296 22124 33554432000 4194304 4196468 140730714326416 139886858267504 139887389198978 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20529152 140730714334280 140730714334473 140730714334473 140730714337231 0
[pid=10617/tid=10630] ppid=10614 vsize=14084804 memory=0 CPUtime=0.15 cores=0,2,4,6
/proc/10617/task/10630/stat : 10630 (java) R 10614 10617 10031 0 -1 4202560 322 0 0 0 15 0 0 0 20 0 15 0 272167320 14422839296 22124 33554432000 4194304 4196468 140730714326416 139886857214448 139887389209178 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20529152 140730714334280 140730714334473 140730714334473 140730714337231 0
[pid=10617/tid=10631] ppid=10614 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10617/task/10631/stat : 10631 (java) S 10614 10617 10031 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272167320 14422839296 22124 33554432000 4194304 4196468 140730714326416 139886856162144 139887389198037 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20529152 140730714334280 140730714334473 140730714334473 140730714337231 0
[pid=10617/tid=10632] ppid=10614 vsize=14084804 memory=12552 CPUtime=0 cores=0,2,4,6
/proc/10617/task/10632/stat : 10632 (java) S 10614 10617 10031 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272167320 14422839296 22124 33554432000 4194304 4196468 140730714326416 139886855109168 139887389198978 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20529152 140730714334280 140730714334473 140730714334473 140730714337231 0
Current children cumulated CPU time: 0.97 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 88496 KiB

[startup+1.50067 s]
/proc/loadavg: 1.36 1.32 1.32 4/215 10632
/proc/meminfo: memFree=24561396/32770624 swapFree=67107648/67108860
[pid=10617] ppid=10614 vsize=14090948 memory=138832 CPUtime=2.94 cores=0,2,4,6
/proc/10617/stat : 10617 (java) S 10614 10617 10031 0 -1 1077944320 26181 0 0 0 285 9 0 0 20 0 15 0 272167315 14429130752 34708 33554432000 4194304 4196468 140730714326416 140730714308960 139887389187831 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 20529152 140730714334280 140730714334473 140730714334473 140730714337231 0
/proc/10617/statm: 3522737 34708 3528 1 0 3484809 0
[pid=10617/tid=10619] ppid=10614 vsize=14090948 memory=10759 CPUtime=1.47 cores=0,2,4,6
/proc/10617/task/10619/stat : 10619 (java) R 10614 10617 10031 0 -1 4202560 18875 0 0 0 141 6 0 0 20 0 15 0 272167315 14429130752 34708 33554432000 4194304 4196468 140730714326416 139887393422600 139887025883055 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20529152 140730714334280 140730714334473 140730714334473 140730714337231 0
[pid=10617/tid=10620] ppid=10614 vsize=14090948 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/10617/task/10620/stat : 10620 (java) S 10614 10617 10031 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272167316 14429130752 34708 33554432000 4194304 4196468 140730714326416 139887354469392 139887389198037 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20529152 140730714334280 140730714334473 140730714334473 140730714337231 0
[pid=10617/tid=10621] ppid=10614 vsize=14090948 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10617/task/10621/stat : 10621 (java) S 10614 10617 10031 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272167316 14429130752 34708 33554432000 4194304 4196468 140730714326416 139886984281232 139887389198037 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20529152 140730714334280 140730714334473 140730714334473 140730714337231 0
[pid=10617/tid=10622] ppid=10614 vsize=14090948 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10617/task/10622/stat : 10622 (java) S 10614 10617 10031 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 272167316 14429130752 34708 33554432000 4194304 4196468 140730714326416 139886983228176 139887389198037 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20529152 140730714334280 140730714334473 140730714334473 140730714337231 0
[pid=10617/tid=10623] ppid=10614 vsize=14090948 memory=6943526294502006880 CPUtime=0 cores=0,2,4,6
/proc/10617/task/10623/stat : 10623 (java) S 10614 10617 10031 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 272167316 14429130752 34708 33554432000 4194304 4196468 140730714326416 139886982175632 139887389198037 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20529152 140730714334280 140730714334473 140730714334473 140730714337231 0
[pid=10617/tid=10624] ppid=10614 vsize=14090948 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10617/task/10624/stat : 10624 (java) S 10614 10617 10031 0 -1 1077944384 18 0 0 0 0 0 0 0 20 0 15 0 272167317 14429130752 34708 33554432000 4194304 4196468 140730714326416 139886863530224 139887389198978 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20529152 140730714334280 140730714334473 140730714334473 140730714337231 0

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

[pid=10617/tid=10631] ppid=10614 vsize=14090948 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10617/task/10631/stat : 10631 (java) S 10614 10617 10031 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272167320 14429130752 48532 33554432000 4194304 4196468 140730714326416 139886856162144 139887389198037 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20529152 140730714334280 140730714334473 140730714334473 140730714337231 0
[pid=10617/tid=10632] ppid=10614 vsize=14090948 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10617/task/10632/stat : 10632 (java) S 10614 10617 10031 0 -1 1077944384 847 0 0 0 0 0 0 0 20 0 15 0 272167320 14429130752 48532 33554432000 4194304 4196468 140730714326416 139886855109168 139887389198978 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 47 0 0 6293624 6294260 20529152 140730714334280 140730714334473 140730714334473 140730714337231 0
Current children cumulated CPU time: 21.96 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 194128 KiB

[startup+20.0007 s]*
/proc/loadavg: 1.31 1.31 1.32 3/215 10632
/proc/meminfo: memFree=24474136/32770624 swapFree=67107648/67108860
[pid=10617] ppid=10614 vsize=14090948 memory=192588 CPUtime=22.77 cores=0,2,4,6
/proc/10617/stat : 10617 (java) S 10614 10617 10031 0 -1 1077944320 37372 0 0 0 2265 12 0 0 20 0 15 0 272167315 14429130752 48147 33554432000 4194304 4196468 140730714326416 140730714308960 139887389187831 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 20529152 140730714334280 140730714334473 140730714334473 140730714337231 0
/proc/10617/statm: 3522737 48147 3563 1 0 3484809 0
[pid=10617/tid=10619] ppid=10614 vsize=14090948 memory=6791534058613427641 CPUtime=19.93 cores=0,2,4,6
/proc/10617/task/10619/stat : 10619 (java) R 10614 10617 10031 0 -1 4202560 20903 0 0 0 1985 8 0 0 20 0 15 0 272167315 14429130752 48147 33554432000 4194304 4196468 140730714326416 139887393425664 139887030627504 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20529152 140730714334280 140730714334473 140730714334473 140730714337231 0
[pid=10617/tid=10620] ppid=10614 vsize=14090948 memory=4872558044660077418 CPUtime=0.01 cores=0,2,4,6
/proc/10617/task/10620/stat : 10620 (java) S 10614 10617 10031 0 -1 1077944384 163 0 0 0 1 0 0 0 20 0 15 0 272167316 14429130752 48147 33554432000 4194304 4196468 140730714326416 139887354469392 139887389198037 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20529152 140730714334280 140730714334473 140730714334473 140730714337231 0
[pid=10617/tid=10621] ppid=10614 vsize=14090948 memory=1800 CPUtime=0.01 cores=0,2,4,6
/proc/10617/task/10621/stat : 10621 (java) S 10614 10617 10031 0 -1 1077944384 358 0 0 0 1 0 0 0 20 0 15 0 272167316 14429130752 48147 33554432000 4194304 4196468 140730714326416 139886984281232 139887389198037 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20529152 140730714334280 140730714334473 140730714334473 140730714337231 0
[pid=10617/tid=10622] ppid=10614 vsize=14090948 memory=916 CPUtime=0.02 cores=0,2,4,6
/proc/10617/task/10622/stat : 10622 (java) S 10614 10617 10031 0 -1 1077944384 776 0 0 0 2 0 0 0 20 0 15 0 272167316 14429130752 48147 33554432000 4194304 4196468 140730714326416 139886983228176 139887389198037 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20529152 140730714334280 140730714334473 140730714334473 140730714337231 0
[pid=10617/tid=10623] ppid=10614 vsize=14090948 memory=3856 CPUtime=0.02 cores=0,2,4,6
/proc/10617/task/10623/stat : 10623 (java) S 10614 10617 10031 0 -1 1077944384 1217 0 0 0 2 0 0 0 20 0 15 0 272167316 14429130752 48147 33554432000 4194304 4196468 140730714326416 139886982175632 139887389198037 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20529152 140730714334280 140730714334473 140730714334473 140730714337231 0
[pid=10617/tid=10624] ppid=10614 vsize=14090948 memory=2608 CPUtime=0.01 cores=0,2,4,6
/proc/10617/task/10624/stat : 10624 (java) S 10614 10617 10031 0 -1 1077944384 592 0 0 0 1 0 0 0 20 0 15 0 272167317 14429130752 48147 33554432000 4194304 4196468 140730714326416 139886863530224 139887389198978 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20529152 140730714334280 140730714334473 140730714334473 140730714337231 0
[pid=10617/tid=10625] ppid=10614 vsize=14090948 memory=2592 CPUtime=0 cores=0,2,4,6
/proc/10617/task/10625/stat : 10625 (java) S 10614 10617 10031 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 15 0 272167317 14429130752 48147 33554432000 4194304 4196468 140730714326416 139886862476512 139887389198037 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20529152 140730714334280 140730714334473 140730714334473 140730714337231 0
[pid=10617/tid=10626] ppid=10614 vsize=14090948 memory=1408 CPUtime=0 cores=0,2,4,6
/proc/10617/task/10626/stat : 10626 (java) S 10614 10617 10031 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 15 0 272167318 14429130752 48147 33554432000 4194304 4196468 140730714326416 139886861423360 139887389198037 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20529152 140730714334280 140730714334473 140730714334473 140730714337231 0
[pid=10617/tid=10627] ppid=10614 vsize=14090948 memory=3196 CPUtime=0 cores=0,2,4,6
/proc/10617/task/10627/stat : 10627 (java) S 10614 10617 10031 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272167320 14429130752 48147 33554432000 4194304 4196468 140730714326416 139886860371920 139887389206427 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20529152 140730714334280 140730714334473 140730714334473 140730714337231 0
[pid=10617/tid=10628] ppid=10614 vsize=14090948 memory=203180 CPUtime=1.11 cores=0,2,4,6
/proc/10617/task/10628/stat : 10628 (java) S 10614 10617 10031 0 -1 1077944384 4227 0 0 0 111 0 0 0 20 0 15 0 272167320 14429130752 48147 33554432000 4194304 4196468 140730714326416 139886859320048 139887389198978 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20529152 140730714334280 140730714334473 140730714334473 140730714337231 0
[pid=10617/tid=10629] ppid=10614 vsize=14090948 memory=4108 CPUtime=1.15 cores=0,2,4,6
/proc/10617/task/10629/stat : 10629 (java) S 10614 10617 10031 0 -1 1077944384 4210 0 0 0 115 0 0 0 20 0 15 0 272167320 14429130752 48147 33554432000 4194304 4196468 140730714326416 139886858267504 139887389198978 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20529152 140730714334280 140730714334473 140730714334473 140730714337231 0
[pid=10617/tid=10630] ppid=10614 vsize=14090948 memory=1408 CPUtime=0.42 cores=0,2,4,6
/proc/10617/task/10630/stat : 10630 (java) S 10614 10617 10031 0 -1 1077944384 2635 0 0 0 41 1 0 0 20 0 15 0 272167320 14429130752 48147 33554432000 4194304 4196468 140730714326416 139886857214448 139887389198978 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20529152 140730714334280 140730714334473 140730714334473 140730714337231 0
[pid=10617/tid=10631] ppid=10614 vsize=14090948 memory=2660 CPUtime=0 cores=0,2,4,6
/proc/10617/task/10631/stat : 10631 (java) S 10614 10617 10031 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272167320 14429130752 48147 33554432000 4194304 4196468 140730714326416 139886856162144 139887389198037 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20529152 140730714334280 140730714334473 140730714334473 140730714337231 0
[pid=10617/tid=10632] ppid=10614 vsize=14090948 memory=68 CPUtime=0 cores=0,2,4,6
/proc/10617/task/10632/stat : 10632 (java) S 10614 10617 10031 0 -1 1077944384 847 0 0 0 0 0 0 0 20 0 15 0 272167320 14429130752 48147 33554432000 4194304 4196468 140730714326416 139886855109168 139887389198978 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 47 0 0 6293624 6294260 20529152 140730714334280 140730714334473 140730714334473 140730714337231 0
Current children cumulated CPU time: 22.77 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 192588 KiB

[startup+20.8007 s]
/proc/loadavg: 1.31 1.31 1.32 3/215 10632
/proc/meminfo: memFree=24474136/32770624 swapFree=67107648/67108860
[pid=10617] ppid=10614 vsize=14090948 memory=190024 CPUtime=23.56 cores=0,2,4,6
/proc/10617/stat : 10617 (java) S 10614 10617 10031 0 -1 1077944320 37378 0 0 0 2344 12 0 0 20 0 15 0 272167315 14429130752 47506 33554432000 4194304 4196468 140730714326416 140730714308960 139887389187831 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 20529152 140730714334280 140730714334473 140730714334473 140730714337231 0
/proc/10617/statm: 3522737 47506 3563 1 0 3484809 0
[pid=10617/tid=10619] ppid=10614 vsize=14090948 memory=2110178368216596 CPUtime=20.72 cores=0,2,4,6
/proc/10617/task/10619/stat : 10619 (java) R 10614 10617 10031 0 -1 4202560 20904 0 0 0 2064 8 0 0 20 0 15 0 272167315 14429130752 47506 33554432000 4194304 4196468 140730714326416 139887393425920 139887368898272 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20529152 140730714334280 140730714334473 140730714334473 140730714337231 0
[pid=10617/tid=10620] ppid=10614 vsize=14090948 memory=139827760985513 CPUtime=0.01 cores=0,2,4,6
/proc/10617/task/10620/stat : 10620 (java) S 10614 10617 10031 0 -1 1077944384 164 0 0 0 1 0 0 0 20 0 15 0 272167316 14429130752 47506 33554432000 4194304 4196468 140730714326416 139887354469392 139887389198037 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20529152 140730714334280 140730714334473 140730714334473 140730714337231 0
[pid=10617/tid=10621] ppid=10614 vsize=14090948 memory=196692 CPUtime=0.02 cores=0,2,4,6
/proc/10617/task/10621/stat : 10621 (java) S 10614 10617 10031 0 -1 1077944384 358 0 0 0 2 0 0 0 20 0 15 0 272167316 14429130752 47506 33554432000 4194304 4196468 140730714326416 139886984281232 139887389198037 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20529152 140730714334280 140730714334473 140730714334473 140730714337231 0
[pid=10617/tid=10622] ppid=10614 vsize=14090948 memory=190024 CPUtime=0.02 cores=0,2,4,6
/proc/10617/task/10622/stat : 10622 (java) S 10614 10617 10031 0 -1 1077944384 776 0 0 0 2 0 0 0 20 0 15 0 272167316 14429130752 47506 33554432000 4194304 4196468 140730714326416 139886983228176 139887389198037 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20529152 140730714334280 140730714334473 140730714334473 140730714337231 0
[pid=10617/tid=10623] ppid=10614 vsize=14090948 memory=196692 CPUtime=0.02 cores=0,2,4,6
/proc/10617/task/10623/stat : 10623 (java) S 10614 10617 10031 0 -1 1077944384 1217 0 0 0 2 0 0 0 20 0 15 0 272167316 14429130752 47506 33554432000 4194304 4196468 140730714326416 139886982175632 139887389198037 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20529152 140730714334280 140730714334473 140730714334473 140730714337231 0
[pid=10617/tid=10624] ppid=10614 vsize=14090948 memory=1828 CPUtime=0.01 cores=0,2,4,6
/proc/10617/task/10624/stat : 10624 (java) S 10614 10617 10031 0 -1 1077944384 596 0 0 0 1 0 0 0 20 0 15 0 272167317 14429130752 47506 33554432000 4194304 4196468 140730714326416 139886863530224 139887389198978 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20529152 140730714334280 140730714334473 140730714334473 140730714337231 0
[pid=10617/tid=10625] ppid=10614 vsize=14090948 memory=1020 CPUtime=0 cores=0,2,4,6
/proc/10617/task/10625/stat : 10625 (java) S 10614 10617 10031 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 15 0 272167317 14429130752 47506 33554432000 4194304 4196468 140730714326416 139886862476512 139887389198037 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20529152 140730714334280 140730714334473 140730714334473 140730714337231 0
[pid=10617/tid=10626] ppid=10614 vsize=14090948 memory=1256 CPUtime=0 cores=0,2,4,6
/proc/10617/task/10626/stat : 10626 (java) S 10614 10617 10031 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 15 0 272167318 14429130752 47506 33554432000 4194304 4196468 140730714326416 139886861423360 139887389198037 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20529152 140730714334280 140730714334473 140730714334473 140730714337231 0
[pid=10617/tid=10627] ppid=10614 vsize=14090948 memory=10424 CPUtime=0 cores=0,2,4,6
/proc/10617/task/10627/stat : 10627 (java) S 10614 10617 10031 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272167320 14429130752 47506 33554432000 4194304 4196468 140730714326416 139886860371920 139887389206427 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20529152 140730714334280 140730714334473 140730714334473 140730714337231 0
[pid=10617/tid=10628] ppid=10614 vsize=14090948 memory=1600 CPUtime=1.11 cores=0,2,4,6
/proc/10617/task/10628/stat : 10628 (java) S 10614 10617 10031 0 -1 1077944384 4227 0 0 0 111 0 0 0 20 0 15 0 272167320 14429130752 47506 33554432000 4194304 4196468 140730714326416 139886859320048 139887389198978 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20529152 140730714334280 140730714334473 140730714334473 140730714337231 0
[pid=10617/tid=10629] ppid=10614 vsize=14090948 memory=1136 CPUtime=1.15 cores=0,2,4,6
/proc/10617/task/10629/stat : 10629 (java) S 10614 10617 10031 0 -1 1077944384 4210 0 0 0 115 0 0 0 20 0 15 0 272167320 14429130752 47506 33554432000 4194304 4196468 140730714326416 139886858267504 139887389198978 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20529152 140730714334280 140730714334473 140730714334473 140730714337231 0
[pid=10617/tid=10630] ppid=10614 vsize=14090948 memory=1828 CPUtime=0.42 cores=0,2,4,6
/proc/10617/task/10630/stat : 10630 (java) S 10614 10617 10031 0 -1 1077944384 2635 0 0 0 41 1 0 0 20 0 15 0 272167320 14429130752 47506 33554432000 4194304 4196468 140730714326416 139886857214448 139887389198978 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20529152 140730714334280 140730714334473 140730714334473 140730714337231 0
[pid=10617/tid=10631] ppid=10614 vsize=14090948 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/10617/task/10631/stat : 10631 (java) S 10614 10617 10031 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272167320 14429130752 47506 33554432000 4194304 4196468 140730714326416 139886856162144 139887389198037 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20529152 140730714334280 140730714334473 140730714334473 140730714337231 0
[pid=10617/tid=10632] ppid=10614 vsize=14090948 memory=756 CPUtime=0 cores=0,2,4,6
/proc/10617/task/10632/stat : 10632 (java) S 10614 10617 10031 0 -1 1077944384 847 0 0 0 0 0 0 0 20 0 15 0 272167320 14429130752 47506 33554432000 4194304 4196468 140730714326416 139886855109168 139887389198978 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 47 0 0 6293624 6294260 20529152 140730714334280 140730714334473 140730714334473 140730714337231 0
Current children cumulated CPU time: 23.56 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 190024 KiB

[startup+21.0007 s]*
/proc/loadavg: 1.31 1.31 1.32 3/215 10632
/proc/meminfo: memFree=24476680/32770624 swapFree=67107648/67108860
[pid=10617] ppid=10614 vsize=14090948 memory=190024 CPUtime=23.77 cores=0,2,4,6
/proc/10617/stat : 10617 (java) S 10614 10617 10031 0 -1 1077944320 37378 0 0 0 2365 12 0 0 20 0 15 0 272167315 14429130752 47506 33554432000 4194304 4196468 140730714326416 140730714308960 139887389187831 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 20529152 140730714334280 140730714334473 140730714334473 140730714337231 0
/proc/10617/statm: 3522737 47506 3563 1 0 3484809 0
[pid=10617/tid=10619] ppid=10614 vsize=14090948 memory=6791534058613427641 CPUtime=20.93 cores=0,2,4,6
/proc/10617/task/10619/stat : 10619 (java) R 10614 10617 10031 0 -1 4202560 20904 0 0 0 2085 8 0 0 20 0 15 0 272167315 14429130752 47506 33554432000 4194304 4196468 140730714326416 139887393425920 139887030077935 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20529152 140730714334280 140730714334473 140730714334473 140730714337231 0
[pid=10617/tid=10620] ppid=10614 vsize=14090948 memory=4872558044660077418 CPUtime=0.01 cores=0,2,4,6
/proc/10617/task/10620/stat : 10620 (java) S 10614 10617 10031 0 -1 1077944384 164 0 0 0 1 0 0 0 20 0 15 0 272167316 14429130752 47506 33554432000 4194304 4196468 140730714326416 139887354469392 139887389198037 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20529152 140730714334280 140730714334473 140730714334473 140730714337231 0
[pid=10617/tid=10621] ppid=10614 vsize=14090948 memory=13940 CPUtime=0.02 cores=0,2,4,6
/proc/10617/task/10621/stat : 10621 (java) S 10614 10617 10031 0 -1 1077944384 358 0 0 0 2 0 0 0 20 0 15 0 272167316 14429130752 47506 33554432000 4194304 4196468 140730714326416 139886984281232 139887389198037 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20529152 140730714334280 140730714334473 140730714334473 140730714337231 0
[pid=10617/tid=10622] ppid=10614 vsize=14090948 memory=12552 CPUtime=0.02 cores=0,2,4,6
/proc/10617/task/10622/stat : 10622 (java) S 10614 10617 10031 0 -1 1077944384 776 0 0 0 2 0 0 0 20 0 15 0 272167316 14429130752 47506 33554432000 4194304 4196468 140730714326416 139886983228176 139887389198037 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20529152 140730714334280 140730714334473 140730714334473 140730714337231 0
[pid=10617/tid=10623] ppid=10614 vsize=14090948 memory=3704 CPUtime=0.02 cores=0,2,4,6
/proc/10617/task/10623/stat : 10623 (java) S 10614 10617 10031 0 -1 1077944384 1217 0 0 0 2 0 0 0 20 0 15 0 272167316 14429130752 47506 33554432000 4194304 4196468 140730714326416 139886982175632 139887389198037 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20529152 140730714334280 140730714334473 140730714334473 140730714337231 0
[pid=10617/tid=10624] ppid=10614 vsize=14090948 memory=2324 CPUtime=0.01 cores=0,2,4,6
/proc/10617/task/10624/stat : 10624 (java) S 10614 10617 10031 0 -1 1077944384 596 0 0 0 1 0 0 0 20 0 15 0 272167317 14429130752 47506 33554432000 4194304 4196468 140730714326416 139886863530224 139887389198978 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20529152 140730714334280 140730714334473 140730714334473 140730714337231 0
[pid=10617/tid=10625] ppid=10614 vsize=14090948 memory=1580 CPUtime=0 cores=0,2,4,6
/proc/10617/task/10625/stat : 10625 (java) S 10614 10617 10031 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 15 0 272167317 14429130752 47506 33554432000 4194304 4196468 140730714326416 139886862476512 139887389198037 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20529152 140730714334280 140730714334473 140730714334473 140730714337231 0
[pid=10617/tid=10626] ppid=10614 vsize=14090948 memory=496 CPUtime=0 cores=0,2,4,6
/proc/10617/task/10626/stat : 10626 (java) S 10614 10617 10031 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 15 0 272167318 14429130752 47506 33554432000 4194304 4196468 140730714326416 139886861423360 139887389198037 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20529152 140730714334280 140730714334473 140730714334473 140730714337231 0
[pid=10617/tid=10627] ppid=10614 vsize=14090948 memory=928 CPUtime=0 cores=0,2,4,6
/proc/10617/task/10627/stat : 10627 (java) S 10614 10617 10031 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272167320 14429130752 47506 33554432000 4194304 4196468 140730714326416 139886860371920 139887389206427 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20529152 140730714334280 140730714334473 140730714334473 140730714337231 0
[pid=10617/tid=10628] ppid=10614 vsize=14090948 memory=1172 CPUtime=1.11 cores=0,2,4,6
/proc/10617/task/10628/stat : 10628 (java) S 10614 10617 10031 0 -1 1077944384 4227 0 0 0 111 0 0 0 20 0 15 0 272167320 14429130752 47506 33554432000 4194304 4196468 140730714326416 139886859320048 139887389198978 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20529152 140730714334280 140730714334473 140730714334473 140730714337231 0
[pid=10617/tid=10629] ppid=10614 vsize=14090948 memory=1964 CPUtime=1.15 cores=0,2,4,6
/proc/10617/task/10629/stat : 10629 (java) S 10614 10617 10031 0 -1 1077944384 4210 0 0 0 115 0 0 0 20 0 15 0 272167320 14429130752 47506 33554432000 4194304 4196468 140730714326416 139886858267504 139887389198978 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20529152 140730714334280 140730714334473 140730714334473 140730714337231 0
[pid=10617/tid=10630] ppid=10614 vsize=14090948 memory=1572 CPUtime=0.42 cores=0,2,4,6
/proc/10617/task/10630/stat : 10630 (java) S 10614 10617 10031 0 -1 1077944384 2635 0 0 0 41 1 0 0 20 0 15 0 272167320 14429130752 47506 33554432000 4194304 4196468 140730714326416 139886857214448 139887389198978 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20529152 140730714334280 140730714334473 140730714334473 140730714337231 0
[pid=10617/tid=10631] ppid=10614 vsize=14090948 memory=924 CPUtime=0 cores=0,2,4,6
/proc/10617/task/10631/stat : 10631 (java) S 10614 10617 10031 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272167320 14429130752 47506 33554432000 4194304 4196468 140730714326416 139886856162144 139887389198037 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20529152 140730714334280 140730714334473 140730714334473 140730714337231 0
[pid=10617/tid=10632] ppid=10614 vsize=14090948 memory=1992 CPUtime=0 cores=0,2,4,6
/proc/10617/task/10632/stat : 10632 (java) S 10614 10617 10031 0 -1 1077944384 847 0 0 0 0 0 0 0 20 0 15 0 272167320 14429130752 47506 33554432000 4194304 4196468 140730714326416 139886855109168 139887389198978 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 47 0 0 6293624 6294260 20529152 140730714334280 140730714334473 140730714334473 140730714337231 0
Current children cumulated CPU time: 23.77 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 190024 KiB

[startup+21.1099 s]
/proc/loadavg: 1.31 1.31 1.32 3/215 10632
/proc/meminfo: memFree=24476680/32770624 swapFree=67107648/67108860
[pid=10617] ppid=10614 vsize=14090948 memory=188484 CPUtime=23.87 cores=0,2,4,6
/proc/10617/stat : 10617 (java) S 10614 10617 10031 0 -1 1077944320 37380 0 0 0 2375 12 0 0 20 0 15 0 272167315 14429130752 47121 33554432000 4194304 4196468 140730714326416 140730714308960 139887389187831 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 20529152 140730714334280 140730714334473 140730714334473 140730714337231 0
/proc/10617/statm: 3522737 47121 3563 1 0 3484809 0
[pid=10617/tid=10619] ppid=10614 vsize=14090948 memory=0 CPUtime=21.03 cores=0,2,4,6
/proc/10617/task/10619/stat : 10619 (java) R 10614 10617 10031 0 -1 4202560 20905 0 0 0 2095 8 0 0 20 0 15 0 272167315 14429130752 47121 33554432000 4194304 4196468 140730714326416 139887393426176 139887030362850 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20529152 140730714334280 140730714334473 140730714334473 140730714337231 0
[pid=10617/tid=10620] ppid=10614 vsize=14090948 memory=279655521511776 CPUtime=0.01 cores=0,2,4,6
/proc/10617/task/10620/stat : 10620 (java) S 10614 10617 10031 0 -1 1077944384 164 0 0 0 1 0 0 0 20 0 15 0 272167316 14429130752 47121 33554432000 4194304 4196468 140730714326416 139887354469392 139887389198037 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20529152 140730714334280 140730714334473 140730714334473 140730714337231 0
[pid=10617/tid=10621] ppid=10614 vsize=14090948 memory=199772 CPUtime=0.02 cores=0,2,4,6
/proc/10617/task/10621/stat : 10621 (java) S 10614 10617 10031 0 -1 1077944384 358 0 0 0 2 0 0 0 20 0 15 0 272167316 14429130752 47121 33554432000 4194304 4196468 140730714326416 139886984281232 139887389198037 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20529152 140730714334280 140730714334473 140730714334473 140730714337231 0
[pid=10617/tid=10622] ppid=10614 vsize=14090948 memory=3752 CPUtime=0.02 cores=0,2,4,6
/proc/10617/task/10622/stat : 10622 (java) S 10614 10617 10031 0 -1 1077944384 777 0 0 0 2 0 0 0 20 0 15 0 272167316 14429130752 47121 33554432000 4194304 4196468 140730714326416 139886983228176 139887389198037 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20529152 140730714334280 140730714334473 140730714334473 140730714337231 0
[pid=10617/tid=10623] ppid=10614 vsize=14090948 memory=1 CPUtime=0.02 cores=0,2,4,6
/proc/10617/task/10623/stat : 10623 (java) S 10614 10617 10031 0 -1 1077944384 1217 0 0 0 2 0 0 0 20 0 15 0 272167316 14429130752 47121 33554432000 4194304 4196468 140730714326416 139886982175632 139887389198037 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20529152 140730714334280 140730714334473 140730714334473 140730714337231 0
[pid=10617/tid=10624] ppid=10614 vsize=14090948 memory=1 CPUtime=0.01 cores=0,2,4,6
/proc/10617/task/10624/stat : 10624 (java) S 10614 10617 10031 0 -1 1077944384 596 0 0 0 1 0 0 0 20 0 15 0 272167317 14429130752 47121 33554432000 4194304 4196468 140730714326416 139886863530224 139887389198978 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20529152 140730714334280 140730714334473 140730714334473 140730714337231 0
[pid=10617/tid=10625] ppid=10614 vsize=14090948 memory=56 CPUtime=0 cores=0,2,4,6
/proc/10617/task/10625/stat : 10625 (java) S 10614 10617 10031 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 15 0 272167317 14429130752 47121 33554432000 4194304 4196468 140730714326416 139886862476512 139887389198037 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20529152 140730714334280 140730714334473 140730714334473 140730714337231 0
[pid=10617/tid=10626] ppid=10614 vsize=14090948 memory=7100839861429957744 CPUtime=0 cores=0,2,4,6
/proc/10617/task/10626/stat : 10626 (java) S 10614 10617 10031 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 15 0 272167318 14429130752 47121 33554432000 4194304 4196468 140730714326416 139886861423360 139887389198037 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20529152 140730714334280 140730714334473 140730714334473 140730714337231 0
[pid=10617/tid=10627] ppid=10614 vsize=14090948 memory=222192 CPUtime=0 cores=0,2,4,6
/proc/10617/task/10627/stat : 10627 (java) S 10614 10617 10031 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272167320 14429130752 47121 33554432000 4194304 4196468 140730714326416 139886860371920 139887389206427 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20529152 140730714334280 140730714334473 140730714334473 140730714337231 0
[pid=10617/tid=10628] ppid=10614 vsize=14090948 memory=2148 CPUtime=1.11 cores=0,2,4,6
/proc/10617/task/10628/stat : 10628 (java) S 10614 10617 10031 0 -1 1077944384 4227 0 0 0 111 0 0 0 20 0 15 0 272167320 14429130752 47121 33554432000 4194304 4196468 140730714326416 139886859320048 139887389198978 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20529152 140730714334280 140730714334473 140730714334473 140730714337231 0
[pid=10617/tid=10629] ppid=10614 vsize=14090948 memory=194128 CPUtime=1.15 cores=0,2,4,6
/proc/10617/task/10629/stat : 10629 (java) S 10614 10617 10031 0 -1 1077944384 4210 0 0 0 115 0 0 0 20 0 15 0 272167320 14429130752 47121 33554432000 4194304 4196468 140730714326416 139886858267504 139887389198978 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20529152 140730714334280 140730714334473 140730714334473 140730714337231 0
[pid=10617/tid=10630] ppid=10614 vsize=14090948 memory=0 CPUtime=0.42 cores=0,2,4,6
/proc/10617/task/10630/stat : 10630 (java) S 10614 10617 10031 0 -1 1077944384 2635 0 0 0 41 1 0 0 20 0 15 0 272167320 14429130752 47121 33554432000 4194304 4196468 140730714326416 139886857214448 139887389198978 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20529152 140730714334280 140730714334473 140730714334473 140730714337231 0
[pid=10617/tid=10631] ppid=10614 vsize=14090948 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10617/task/10631/stat : 10631 (java) S 10614 10617 10031 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272167320 14429130752 47121 33554432000 4194304 4196468 140730714326416 139886856162144 139887389198037 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20529152 140730714334280 140730714334473 140730714334473 140730714337231 0
[pid=10617/tid=10632] ppid=10614 vsize=14090948 memory=190024 CPUtime=0 cores=0,2,4,6
/proc/10617/task/10632/stat : 10632 (java) S 10614 10617 10031 0 -1 1077944384 847 0 0 0 0 0 0 0 20 0 15 0 272167320 14429130752 47121 33554432000 4194304 4196468 140730714326416 139886855109168 139887389198978 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 47 0 0 6293624 6294260 20529152 140730714334280 140730714334473 140730714334473 140730714337231 0
Current children cumulated CPU time: 23.87 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 188484 KiB

Child status: 0
Real time (s): 21.1866
CPU time (s): 23.9603
CPU user time (s): 23.8267
CPU system time (s): 0.133559
CPU usage (%): 113.092
Max. virtual memory (cumulated for all children) (KiB): 14090948
Max. memory (cumulated for all children) (KiB): 230392

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 23.8267
system time used= 0.133559
maximum resident set size= 231432
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39212
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= 3114
involuntary context switches= 64


# summary of solver processes directly reported to runsolver:
#   pid: 10617
#   total CPU time (s): 23.9603
#   total CPU user time (s): 23.8267
#   total CPU system time (s): 0.133559

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.138446 second user time and 0.246126 second system time

The end

Launcher Data

Begin job on node136 at 2018-08-18 00:47:21
IDJOB=4311869
IDBENCH=141173
IDSOLVER=2799
FILE ID=node136/4311869-1534546041
RUNJOBID= node136-1534541039-10062
PBS_JOBID= 21038635
Free space on /tmp= 53132 MiB

SOLVER NAME= OscaR - Conflict Ordering with restarts 2018-08-17
BENCH NAME= XCSP18/GracefulGraph/GracefulGraph-K05-P02_c18.xml
COMMAND LINE= java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore 1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4311869-1534546041/watcher-4311869-1534546041 -o /tmp/evaluation-result-4311869-1534546041/solver-4311869-1534546041 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node136-1534541039-10062 --watchdog 2580  java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 1884243932 --timelimit 2520 --memlimit 11000 --nbcore 1 HOME/instance-4311869-1534546041.xml

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

MD5SUM BENCH= 803795f7a37fd3a40686e408980b1bff
RANDOM SEED=1884243932

node136.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.50
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.50
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.50
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.50
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:        24654880 kB
MemAvailable:   31709088 kB
Buffers:          167732 kB
Cached:          7165924 kB
SwapCached:           44 kB
Active:          4150300 kB
Inactive:        3426236 kB
Active(anon):     216160 kB
Inactive(anon):    95276 kB
Active(file):    3934140 kB
Inactive(file):  3330960 kB
Unevictable:        7376 kB
Mlocked:            7376 kB
SwapTotal:      67108860 kB
SwapFree:       67107648 kB
Dirty:             35992 kB
Writeback:             0 kB
AnonPages:        344356 kB
Mapped:            32276 kB
Shmem:             65856 kB
Slab:             238652 kB
SReclaimable:     209884 kB
SUnreclaim:        28768 kB
KernelStack:        3840 kB
PageTables:         5728 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1228544 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    268288 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 53096 MiB
End job on node136 at 2018-08-18 00:47:43