Trace number 4311829

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-17UNSAT 364.043 359.299

General information on the benchmark

NameDubois/
Dubois-022_c18.xml
MD5SUM6cb564a1b449df83d852ba5f609dcac6
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.008119
Satisfiable
(Un)Satisfiability was proved
Number of variables66
Number of constraints44
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":66}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":66}]
Minimum constraint arity3
Maximum constraint arity3
Distribution of constraint arities[{"arity":3,"count":44}]
Number of extensional constraints44
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":44}]
Optimization problemNO
Type of objective

Solver Data

0.67/0.56	c version: 2018-08-17
0.67/0.56	c seed: 124049636
0.67/0.57	c timeout: 2520
0.67/0.57	c memlimit: 11000
0.67/0.57	c nbcore: 1
0.67/0.59	c Parsing instance...
1.49/1.04	c Parsing done, starting search...
363.93/359.29	s UNSATISFIABLE

Verifier Data


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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4311829-1534555999/watcher-4311829-1534555999 -o /tmp/evaluation-result-4311829-1534555999/solver-4311829-1534555999 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node139-1534541038-5587 --watchdog 2580 java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 124049636 --timelimit 2520 --memlimit 11000 --nbcore 1 HOME/instance-4311829-1534555999.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
solver pid=7473, runsolver pid=7470
Current StackSize limit: 8192 KiB


[startup+0.100108 s]*
/proc/loadavg: 1.34 1.30 1.36 3/216 7488
/proc/meminfo: memFree=21663008/32770624 swapFree=67108836/67108860
[pid=7473] ppid=7470 vsize=14082736 memory=29968 CPUtime=0.12 cores=1,3,5,7
/proc/7473/stat : 7473 (java) S 7470 7473 5555 0 -1 1077944320 6935 0 0 0 10 2 0 0 20 0 15 0 273163122 14420721664 7492 33554432000 4194304 4196468 140725758951904 140725758934448 139818397961975 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 21749760 140725758956617 140725758956809 140725758956809 140725758959567 0
/proc/7473/statm: 3520684 7492 3149 1 0 3482761 0
[pid=7473/tid=7475] ppid=7470 vsize=14082736 memory=-8392274771481294016 CPUtime=0.09 cores=1,3,5,7
/proc/7473/task/7475/stat : 7475 (java) R 7470 7473 5555 0 -1 4202560 4944 0 0 0 8 1 0 0 20 0 15 0 273163122 14420721664 7492 33554432000 4194304 4196468 140725758951904 139818402153256 139818397983901 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21749760 140725758956617 140725758956809 140725758956809 140725758959567 0
[pid=7473/tid=7476] ppid=7470 vsize=14082736 memory=8257237230052613020 CPUtime=0 cores=1,3,5,7
/proc/7473/task/7476/stat : 7476 (java) S 7470 7473 5555 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 273163123 14420721664 7492 33554432000 4194304 4196468 140725758951904 139817994091536 139818397972181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21749760 140725758956617 140725758956809 140725758956809 140725758959567 0
[pid=7473/tid=7477] ppid=7470 vsize=14082736 memory=140238877968000 CPUtime=0 cores=1,3,5,7
/proc/7473/task/7477/stat : 7477 (java) S 7470 7473 5555 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 273163123 14420721664 7492 33554432000 4194304 4196468 140725758951904 139817993038992 139818397972181 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21749760 140725758956617 140725758956809 140725758956809 140725758959567 0
[pid=7473/tid=7478] ppid=7470 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7473/task/7478/stat : 7478 (java) S 7470 7473 5555 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 273163123 14420721664 7492 33554432000 4194304 4196468 140725758951904 139817991985936 139818397972181 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21749760 140725758956617 140725758956809 140725758956809 140725758959567 0
[pid=7473/tid=7479] ppid=7470 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7473/task/7479/stat : 7479 (java) S 7470 7473 5555 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 273163123 14420721664 7492 33554432000 4194304 4196468 140725758951904 139817990933392 139818397972181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21749760 140725758956617 140725758956809 140725758956809 140725758959567 0
[pid=7473/tid=7480] ppid=7470 vsize=14082736 memory=140238877968000 CPUtime=0 cores=1,3,5,7
/proc/7473/task/7480/stat : 7480 (java) S 7470 7473 5555 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 273163124 14420721664 7492 33554432000 4194304 4196468 140725758951904 139817377794288 139818397973122 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21749760 140725758956617 140725758956809 140725758956809 140725758959567 0
[pid=7473/tid=7481] ppid=7470 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7473/task/7481/stat : 7481 (java) S 7470 7473 5555 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 273163125 14420721664 7492 33554432000 4194304 4196468 140725758951904 139817376740512 139818397972181 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21749760 140725758956617 140725758956809 140725758956809 140725758959567 0
[pid=7473/tid=7482] ppid=7470 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7473/task/7482/stat : 7482 (java) S 7470 7473 5555 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 273163125 14420721664 7492 33554432000 4194304 4196468 140725758951904 139817375687408 139818397972181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21749760 140725758956617 140725758956809 140725758956809 140725758959567 0
[pid=7473/tid=7483] ppid=7470 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7473/task/7483/stat : 7483 (java) S 7470 7473 5555 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 273163128 14420721664 7492 33554432000 4194304 4196468 140725758951904 139817374635984 139818397980571 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21749760 140725758956617 140725758956809 140725758956809 140725758959567 0
[pid=7473/tid=7484] ppid=7470 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7473/task/7484/stat : 7484 (java) S 7470 7473 5555 0 -1 1077944384 303 0 0 0 0 0 0 0 20 0 15 0 273163128 14420721664 7492 33554432000 4194304 4196468 140725758951904 139817373584112 139818397973122 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21749760 140725758956617 140725758956809 140725758956809 140725758959567 0
[pid=7473/tid=7485] ppid=7470 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7473/task/7485/stat : 7485 (java) S 7470 7473 5555 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 273163128 14420721664 7492 33554432000 4194304 4196468 140725758951904 139817372531568 139818397973122 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21749760 140725758956617 140725758956809 140725758956809 140725758959567 0
[pid=7473/tid=7486] ppid=7470 vsize=14082736 memory=140238877968000 CPUtime=0.01 cores=1,3,5,7
/proc/7473/task/7486/stat : 7486 (java) S 7470 7473 5555 0 -1 1077944384 307 0 0 0 1 0 0 0 20 0 15 0 273163128 14420721664 7492 33554432000 4194304 4196468 140725758951904 139817371478512 139818397973122 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21749760 140725758956617 140725758956809 140725758956809 140725758959567 0
[pid=7473/tid=7487] ppid=7470 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7473/task/7487/stat : 7487 (java) S 7470 7473 5555 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 273163128 14420721664 7492 33554432000 4194304 4196468 140725758951904 139817370426208 139818397972181 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21749760 140725758956617 140725758956809 140725758956809 140725758959567 0
[pid=7473/tid=7488] ppid=7470 vsize=14082736 memory=140238877968000 CPUtime=0 cores=1,3,5,7
/proc/7473/task/7488/stat : 7488 (java) S 7470 7473 5555 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 273163128 14420721664 7492 33554432000 4194304 4196468 140725758951904 139817369373232 139818397973122 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21749760 140725758956617 140725758956809 140725758956809 140725758959567 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 29968 KiB

[startup+0.210492 s]*
/proc/loadavg: 1.34 1.30 1.36 4/216 7488
/proc/meminfo: memFree=21646760/32770624 swapFree=67108836/67108860
[pid=7473] ppid=7470 vsize=14082736 memory=45788 CPUtime=0.29 cores=1,3,5,7
/proc/7473/stat : 7473 (java) S 7470 7473 5555 0 -1 1077944320 10638 0 0 0 27 2 0 0 20 0 15 0 273163122 14420721664 11447 33554432000 4194304 4196468 140725758951904 140725758934448 139818397961975 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 21749760 140725758956617 140725758956809 140725758956809 140725758959567 0
/proc/7473/statm: 3520684 11447 3331 1 0 3482761 0
[pid=7473/tid=7475] ppid=7470 vsize=14082736 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/7473/task/7475/stat : 7475 (java) R 7470 7473 5555 0 -1 4202560 8293 0 0 0 18 2 0 0 20 0 15 0 273163122 14420721664 11513 33554432000 4194304 4196468 140725758951904 139818402189616 139818397983901 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21749760 140725758956617 140725758956809 140725758956809 140725758959567 0
[pid=7473/tid=7476] ppid=7470 vsize=14082736 memory=342 CPUtime=0 cores=1,3,5,7
/proc/7473/task/7476/stat : 7476 (java) S 7470 7473 5555 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 273163123 14420721664 11513 33554432000 4194304 4196468 140725758951904 139817994091536 139818397972181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21749760 140725758956617 140725758956809 140725758956809 140725758959567 0
[pid=7473/tid=7477] ppid=7470 vsize=14082736 memory=140238877975995 CPUtime=0 cores=1,3,5,7
/proc/7473/task/7477/stat : 7477 (java) S 7470 7473 5555 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 273163123 14420721664 11513 33554432000 4194304 4196468 140725758951904 139817993038992 139818397972181 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21749760 140725758956617 140725758956809 140725758956809 140725758959567 0
[pid=7473/tid=7478] ppid=7470 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7473/task/7478/stat : 7478 (java) S 7470 7473 5555 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 273163123 14420721664 11513 33554432000 4194304 4196468 140725758951904 139817991985936 139818397972181 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21749760 140725758956617 140725758956809 140725758956809 140725758959567 0
[pid=7473/tid=7479] ppid=7470 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7473/task/7479/stat : 7479 (java) S 7470 7473 5555 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 273163123 14420721664 11513 33554432000 4194304 4196468 140725758951904 139817990933392 139818397972181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21749760 140725758956617 140725758956809 140725758956809 140725758959567 0
[pid=7473/tid=7480] ppid=7470 vsize=14082736 memory=140238877968000 CPUtime=0 cores=1,3,5,7
/proc/7473/task/7480/stat : 7480 (java) S 7470 7473 5555 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 273163124 14420721664 11513 33554432000 4194304 4196468 140725758951904 139817377794288 139818397973122 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21749760 140725758956617 140725758956809 140725758956809 140725758959567 0
[pid=7473/tid=7481] ppid=7470 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7473/task/7481/stat : 7481 (java) S 7470 7473 5555 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 273163125 14420721664 11513 33554432000 4194304 4196468 140725758951904 139817376740512 139818397972181 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21749760 140725758956617 140725758956809 140725758956809 140725758959567 0
[pid=7473/tid=7482] ppid=7470 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7473/task/7482/stat : 7482 (java) S 7470 7473 5555 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 273163125 14420721664 11513 33554432000 4194304 4196468 140725758951904 139817375687408 139818397972181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21749760 140725758956617 140725758956809 140725758956809 140725758959567 0
[pid=7473/tid=7483] ppid=7470 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7473/task/7483/stat : 7483 (java) S 7470 7473 5555 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 273163128 14420721664 11513 33554432000 4194304 4196468 140725758951904 139817374635984 139818397980571 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21749760 140725758956617 140725758956809 140725758956809 140725758959567 0
[pid=7473/tid=7484] ppid=7470 vsize=14082736 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/7473/task/7484/stat : 7484 (java) R 7470 7473 5555 0 -1 4202560 405 0 0 0 1 0 0 0 20 0 15 0 273163128 14420721664 11513 33554432000 4194304 4196468 140725758951904 139817373584112 139818378662272 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21749760 140725758956617 140725758956809 140725758956809 140725758959567 0
[pid=7473/tid=7485] ppid=7470 vsize=14082736 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/7473/task/7485/stat : 7485 (java) S 7470 7473 5555 0 -1 1077944384 179 0 0 0 1 0 0 0 20 0 15 0 273163128 14420721664 11513 33554432000 4194304 4196468 140725758951904 139817372531568 139818397973122 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21749760 140725758956617 140725758956809 140725758956809 140725758959567 0
[pid=7473/tid=7486] ppid=7470 vsize=14082736 memory=140238877968000 CPUtime=0.05 cores=1,3,5,7
/proc/7473/task/7486/stat : 7486 (java) R 7470 7473 5555 0 -1 1077944384 392 0 0 0 5 0 0 0 20 0 15 0 273163128 14420721664 11513 33554432000 4194304 4196468 140725758951904 139817371478512 139818397973122 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21749760 140725758956617 140725758956809 140725758956809 140725758959567 0
[pid=7473/tid=7487] ppid=7470 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7473/task/7487/stat : 7487 (java) S 7470 7473 5555 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 273163128 14420721664 11513 33554432000 4194304 4196468 140725758951904 139817370426208 139818397972181 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21749760 140725758956617 140725758956809 140725758956809 140725758959567 0
[pid=7473/tid=7488] ppid=7470 vsize=14082736 memory=140238877968000 CPUtime=0 cores=1,3,5,7
/proc/7473/task/7488/stat : 7488 (java) S 7470 7473 5555 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 273163128 14420721664 11513 33554432000 4194304 4196468 140725758951904 139817369373232 139818397973122 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21749760 140725758956617 140725758956809 140725758956809 140725758959567 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 45788 KiB

[startup+0.310571 s]*
/proc/loadavg: 1.34 1.30 1.36 3/216 7488
/proc/meminfo: memFree=21642852/32770624 swapFree=67108836/67108860
[pid=7473] ppid=7470 vsize=14082736 memory=49744 CPUtime=0.44 cores=1,3,5,7
/proc/7473/stat : 7473 (java) S 7470 7473 5555 0 -1 1077944320 11106 0 0 0 41 3 0 0 20 0 15 0 273163122 14420721664 12436 33554432000 4194304 4196468 140725758951904 140725758934448 139818397961975 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 21749760 140725758956617 140725758956809 140725758956809 140725758959567 0
/proc/7473/statm: 3520684 12436 3399 1 0 3482761 0
[pid=7473/tid=7475] ppid=7470 vsize=14082736 memory=7311146985107750967 CPUtime=0.3 cores=1,3,5,7
/proc/7473/task/7475/stat : 7475 (java) R 7470 7473 5555 0 -1 4202560 8624 0 0 0 28 2 0 0 20 0 15 0 273163122 14420721664 12436 33554432000 4194304 4196468 140725758951904 139818402169808 139818383127630 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21749760 140725758956617 140725758956809 140725758956809 140725758959567 0
[pid=7473/tid=7476] ppid=7470 vsize=14082736 memory=290763875203416087 CPUtime=0 cores=1,3,5,7
/proc/7473/task/7476/stat : 7476 (java) S 7470 7473 5555 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 273163123 14420721664 12436 33554432000 4194304 4196468 140725758951904 139817994091536 139818397972181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21749760 140725758956617 140725758956809 140725758956809 140725758959567 0
[pid=7473/tid=7477] ppid=7470 vsize=14082736 memory=15674363416495768 CPUtime=0 cores=1,3,5,7
/proc/7473/task/7477/stat : 7477 (java) S 7470 7473 5555 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 273163123 14420721664 12436 33554432000 4194304 4196468 140725758951904 139817993038992 139818397972181 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21749760 140725758956617 140725758956809 140725758956809 140725758959567 0
[pid=7473/tid=7478] ppid=7470 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7473/task/7478/stat : 7478 (java) S 7470 7473 5555 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 273163123 14420721664 12436 33554432000 4194304 4196468 140725758951904 139817991985936 139818397972181 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21749760 140725758956617 140725758956809 140725758956809 140725758959567 0
[pid=7473/tid=7479] ppid=7470 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7473/task/7479/stat : 7479 (java) S 7470 7473 5555 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 273163123 14420721664 12436 33554432000 4194304 4196468 140725758951904 139817990933392 139818397972181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21749760 140725758956617 140725758956809 140725758956809 140725758959567 0
[pid=7473/tid=7480] ppid=7470 vsize=14082736 memory=140238877968000 CPUtime=0 cores=1,3,5,7
/proc/7473/task/7480/stat : 7480 (java) S 7470 7473 5555 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 273163124 14420721664 12436 33554432000 4194304 4196468 140725758951904 139817377794288 139818397973122 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21749760 140725758956617 140725758956809 140725758956809 140725758959567 0
[pid=7473/tid=7481] ppid=7470 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7473/task/7481/stat : 7481 (java) S 7470 7473 5555 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 273163125 14420721664 12436 33554432000 4194304 4196468 140725758951904 139817376740512 139818397972181 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21749760 140725758956617 140725758956809 140725758956809 140725758959567 0
[pid=7473/tid=7482] ppid=7470 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7473/task/7482/stat : 7482 (java) S 7470 7473 5555 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 273163125 14420721664 12436 33554432000 4194304 4196468 140725758951904 139817375687408 139818397972181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21749760 140725758956617 140725758956809 140725758956809 140725758959567 0
[pid=7473/tid=7483] ppid=7470 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7473/task/7483/stat : 7483 (java) S 7470 7473 5555 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 273163128 14420721664 12436 33554432000 4194304 4196468 140725758951904 139817374635984 139818397980571 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21749760 140725758956617 140725758956809 140725758956809 140725758959567 0
[pid=7473/tid=7484] ppid=7470 vsize=14082736 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/7473/task/7484/stat : 7484 (java) S 7470 7473 5555 0 -1 1077944384 460 0 0 0 2 0 0 0 20 0 15 0 273163128 14420721664 12436 33554432000 4194304 4196468 140725758951904 139817373584112 139818397973122 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21749760 140725758956617 140725758956809 140725758956809 140725758959567 0
[pid=7473/tid=7485] ppid=7470 vsize=14082736 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/7473/task/7485/stat : 7485 (java) S 7470 7473 5555 0 -1 1077944384 202 0 0 0 2 0 0 0 20 0 15 0 273163128 14420721664 12436 33554432000 4194304 4196468 140725758951904 139817372531568 139818397973122 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21749760 140725758956617 140725758956809 140725758956809 140725758959567 0
[pid=7473/tid=7486] ppid=7470 vsize=14082736 memory=140238877968000 CPUtime=0.08 cores=1,3,5,7
/proc/7473/task/7486/stat : 7486 (java) S 7470 7473 5555 0 -1 1077944384 437 0 0 0 8 0 0 0 20 0 15 0 273163128 14420721664 12436 33554432000 4194304 4196468 140725758951904 139817371478512 139818397973122 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21749760 140725758956617 140725758956809 140725758956809 140725758959567 0
[pid=7473/tid=7487] ppid=7470 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7473/task/7487/stat : 7487 (java) S 7470 7473 5555 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 273163128 14420721664 12436 33554432000 4194304 4196468 140725758951904 139817370426208 139818397972181 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21749760 140725758956617 140725758956809 140725758956809 140725758959567 0
[pid=7473/tid=7488] ppid=7470 vsize=14082736 memory=140238877968000 CPUtime=0 cores=1,3,5,7
/proc/7473/task/7488/stat : 7488 (java) S 7470 7473 5555 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 273163128 14420721664 12436 33554432000 4194304 4196468 140725758951904 139817369373232 139818397973122 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21749760 140725758956617 140725758956809 140725758956809 140725758959567 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 49744 KiB

[startup+0.700741 s]
/proc/loadavg: 1.34 1.30 1.36 4/216 7488
/proc/meminfo: memFree=21619552/32770624 swapFree=67108836/67108860
[pid=7473] ppid=7470 vsize=14084804 memory=89944 CPUtime=0.99 cores=1,3,5,7
/proc/7473/stat : 7473 (java) S 7470 7473 5555 0 -1 1077944320 17838 0 0 0 94 5 0 0 20 0 15 0 273163122 14422839296 22486 33554432000 4194304 4196468 140725758951904 140725758934448 139818397961975 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 21749760 140725758956617 140725758956809 140725758956809 140725758959567 0
/proc/7473/statm: 3521201 22486 3499 1 0 3483273 0
[pid=7473/tid=7475] ppid=7470 vsize=14084804 memory=4024 CPUtime=0.67 cores=1,3,5,7
/proc/7473/task/7475/stat : 7475 (java) R 7470 7473 5555 0 -1 4202560 14930 0 0 0 63 4 0 0 20 0 15 0 273163122 14422839296 22486 33554432000 4194304 4196468 140725758951904 139818402186080 139818380406850 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21749760 140725758956617 140725758956809 140725758956809 140725758959567 0
[pid=7473/tid=7476] ppid=7470 vsize=14084804 memory=4028 CPUtime=0 cores=1,3,5,7
/proc/7473/task/7476/stat : 7476 (java) S 7470 7473 5555 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 273163123 14422839296 22486 33554432000 4194304 4196468 140725758951904 139817994091536 139818397972181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21749760 140725758956617 140725758956809 140725758956809 140725758959567 0
[pid=7473/tid=7477] ppid=7470 vsize=14084804 memory=1772 CPUtime=0 cores=1,3,5,7
/proc/7473/task/7477/stat : 7477 (java) S 7470 7473 5555 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 273163123 14422839296 22486 33554432000 4194304 4196468 140725758951904 139817993038992 139818397972181 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21749760 140725758956617 140725758956809 140725758956809 140725758959567 0
[pid=7473/tid=7478] ppid=7470 vsize=14084804 memory=520 CPUtime=0 cores=1,3,5,7
/proc/7473/task/7478/stat : 7478 (java) S 7470 7473 5555 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 273163123 14422839296 22486 33554432000 4194304 4196468 140725758951904 139817991985936 139818397972181 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21749760 140725758956617 140725758956809 140725758956809 140725758959567 0
[pid=7473/tid=7479] ppid=7470 vsize=14084804 memory=960 CPUtime=0 cores=1,3,5,7
/proc/7473/task/7479/stat : 7479 (java) S 7470 7473 5555 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 273163123 14422839296 22486 33554432000 4194304 4196468 140725758951904 139817990933392 139818397972181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21749760 140725758956617 140725758956809 140725758956809 140725758959567 0
[pid=7473/tid=7480] ppid=7470 vsize=14084804 memory=1172 CPUtime=0 cores=1,3,5,7
/proc/7473/task/7480/stat : 7480 (java) S 7470 7473 5555 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 273163124 14422839296 22486 33554432000 4194304 4196468 140725758951904 139817377794288 139818397973122 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21749760 140725758956617 140725758956809 140725758956809 140725758959567 0
[pid=7473/tid=7481] ppid=7470 vsize=14084804 memory=2348 CPUtime=0 cores=1,3,5,7
/proc/7473/task/7481/stat : 7481 (java) S 7470 7473 5555 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 273163125 14422839296 22486 33554432000 4194304 4196468 140725758951904 139817376740512 139818397972181 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21749760 140725758956617 140725758956809 140725758956809 140725758959567 0
[pid=7473/tid=7482] ppid=7470 vsize=14084804 memory=932 CPUtime=0 cores=1,3,5,7
/proc/7473/task/7482/stat : 7482 (java) S 7470 7473 5555 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 273163125 14422839296 22486 33554432000 4194304 4196468 140725758951904 139817375687408 139818397972181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21749760 140725758956617 140725758956809 140725758956809 140725758959567 0
[pid=7473/tid=7483] ppid=7470 vsize=14084804 memory=6153431502485414242 CPUtime=0 cores=1,3,5,7
/proc/7473/task/7483/stat : 7483 (java) S 7470 7473 5555 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 273163128 14422839296 22486 33554432000 4194304 4196468 140725758951904 139817374635984 139818397980571 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21749760 140725758956617 140725758956809 140725758956809 140725758959567 0
[pid=7473/tid=7484] ppid=7470 vsize=14084804 memory=8100100389755967824 CPUtime=0.08 cores=1,3,5,7
/proc/7473/task/7484/stat : 7484 (java) S 7470 7473 5555 0 -1 1077944384 609 0 0 0 8 0 0 0 20 0 15 0 273163128 14422839296 22486 33554432000 4194304 4196468 140725758951904 139817373584112 139818397973122 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21749760 140725758956617 140725758956809 140725758956809 140725758959567 0
[pid=7473/tid=7485] ppid=7470 vsize=14084804 memory=6154282490091891024 CPUtime=0.06 cores=1,3,5,7
/proc/7473/task/7485/stat : 7485 (java) S 7470 7473 5555 0 -1 1077944384 362 0 0 0 6 0 0 0 20 0 15 0 273163128 14422839296 22486 33554432000 4194304 4196468 140725758951904 139817372531568 139818397973122 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21749760 140725758956617 140725758956809 140725758956809 140725758959567 0
[pid=7473/tid=7486] ppid=7470 vsize=14084804 memory=0 CPUtime=0.14 cores=1,3,5,7
/proc/7473/task/7486/stat : 7486 (java) S 7470 7473 5555 0 -1 1077944384 557 0 0 0 14 0 0 0 20 0 15 0 273163128 14422839296 22486 33554432000 4194304 4196468 140725758951904 139817371478512 139818397973122 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21749760 140725758956617 140725758956809 140725758956809 140725758959567 0
[pid=7473/tid=7487] ppid=7470 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7473/task/7487/stat : 7487 (java) S 7470 7473 5555 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 273163128 14422839296 22486 33554432000 4194304 4196468 140725758951904 139817370426208 139818397972181 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21749760 140725758956617 140725758956809 140725758956809 140725758959567 0
[pid=7473/tid=7488] ppid=7470 vsize=14084804 memory=1396 CPUtime=0 cores=1,3,5,7
/proc/7473/task/7488/stat : 7488 (java) S 7470 7473 5555 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 273163128 14422839296 22486 33554432000 4194304 4196468 140725758951904 139817369373232 139818397973122 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21749760 140725758956617 140725758956809 140725758956809 140725758959567 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 89944 KiB

[startup+1.5008 s]
/proc/loadavg: 1.34 1.30 1.36 3/216 7488
/proc/meminfo: memFree=21584376/32770624 swapFree=67108836/67108860
[pid=7473] ppid=7470 vsize=14088900 memory=193612 CPUtime=2.65 cores=1,3,5,7
/proc/7473/stat : 7473 (java) S 7470 7473 5555 0 -1 1077944320 23962 0 0 0 256 9 0 0 20 0 15 0 273163122 14427033600 48403 33554432000 4194304 4196468 140725758951904 140725758934448 139818397961975 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 21749760 140725758956617 140725758956809 140725758956809 140725758959567 0
/proc/7473/statm: 3522225 48403 3535 1 0 3484297 0
[pid=7473/tid=7475] ppid=7470 vsize=14088900 memory=146336 CPUtime=1.46 cores=1,3,5,7
/proc/7473/task/7475/stat : 7475 (java) R 7470 7473 5555 0 -1 4202560 18576 0 0 0 140 6 0 0 20 0 15 0 273163122 14427033600 48403 33554432000 4194304 4196468 140725758951904 139818402197608 139818397973910 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21749760 140725758956617 140725758956809 140725758956809 140725758959567 0
[pid=7473/tid=7476] ppid=7470 vsize=14088900 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/7473/task/7476/stat : 7476 (java) S 7470 7473 5555 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 273163123 14427033600 48403 33554432000 4194304 4196468 140725758951904 139817994091536 139818397972181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21749760 140725758956617 140725758956809 140725758956809 140725758959567 0
[pid=7473/tid=7477] ppid=7470 vsize=14088900 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7473/task/7477/stat : 7477 (java) S 7470 7473 5555 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 273163123 14427033600 48403 33554432000 4194304 4196468 140725758951904 139817993038992 139818397972181 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21749760 140725758956617 140725758956809 140725758956809 140725758959567 0
[pid=7473/tid=7478] ppid=7470 vsize=14088900 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7473/task/7478/stat : 7478 (java) S 7470 7473 5555 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 273163123 14427033600 48403 33554432000 4194304 4196468 140725758951904 139817991985936 139818397972181 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21749760 140725758956617 140725758956809 140725758956809 140725758959567 0
[pid=7473/tid=7479] ppid=7470 vsize=14088900 memory=6943526294502006880 CPUtime=0 cores=1,3,5,7
/proc/7473/task/7479/stat : 7479 (java) S 7470 7473 5555 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 273163123 14427033600 48403 33554432000 4194304 4196468 140725758951904 139817990933392 139818397972181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21749760 140725758956617 140725758956809 140725758956809 140725758959567 0
[pid=7473/tid=7480] ppid=7470 vsize=14088900 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7473/task/7480/stat : 7480 (java) S 7470 7473 5555 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 15 0 273163124 14427033600 48403 33554432000 4194304 4196468 140725758951904 139817377794288 139818397973122 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21749760 140725758956617 140725758956809 140725758956809 140725758959567 0

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

[pid=7473/tid=7487] ppid=7470 vsize=14088900 memory=2344 CPUtime=0 cores=1,3,5,7
/proc/7473/task/7487/stat : 7487 (java) S 7470 7473 5555 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 273163128 14427033600 51326 33554432000 4194304 4196468 140725758951904 139817370426208 139818397972181 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21749760 140725758956617 140725758956809 140725758956809 140725758959567 0
[pid=7473/tid=7488] ppid=7470 vsize=14088900 memory=1760 CPUtime=0.19 cores=1,3,5,7
/proc/7473/task/7488/stat : 7488 (java) S 7470 7473 5555 0 -1 1077944384 1117 0 0 0 8 11 0 0 20 0 15 0 273163128 14427033600 51326 33554432000 4194304 4196468 140725758951904 139817369373232 139818397973122 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 25 0 0 6293624 6294260 21749760 140725758956617 140725758956809 140725758956809 140725758959567 0
Current children cumulated CPU time: 359.89 s
Current children cumulated vsize: 14088900 KiB
Current children cumulated memory: 205304 KiB

[startup+356.801 s]
/proc/loadavg: 1.24 1.41 1.40 3/215 7570
/proc/meminfo: memFree=22431828/32770624 swapFree=67108836/67108860
[pid=7473] ppid=7470 vsize=14088900 memory=205304 CPUtime=361.51 cores=1,3,5,7
/proc/7473/stat : 7473 (java) S 7470 7473 5555 0 -1 1077944320 49954 0 0 0 36085 66 0 0 20 0 15 0 273163122 14427033600 51326 33554432000 4194304 4196468 140725758951904 140725758934448 139818397961975 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 21749760 140725758956617 140725758956809 140725758956809 140725758959567 0
/proc/7473/statm: 3522225 51326 3564 1 0 3484297 0
[pid=7473/tid=7475] ppid=7470 vsize=14088900 memory=2344 CPUtime=353.58 cores=1,3,5,7
/proc/7473/task/7475/stat : 7475 (java) R 7470 7473 5555 0 -1 4202560 27290 0 0 0 35346 12 0 0 20 0 15 0 273163122 14427033600 51326 33554432000 4194304 4196468 140725758951904 139818402200064 139818039833856 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21749760 140725758956617 140725758956809 140725758956809 140725758959567 0
[pid=7473/tid=7476] ppid=7470 vsize=14088900 memory=1760 CPUtime=1.17 cores=1,3,5,7
/proc/7473/task/7476/stat : 7476 (java) S 7470 7473 5555 0 -1 1077944384 1105 0 0 0 105 12 0 0 20 0 15 0 273163123 14427033600 51326 33554432000 4194304 4196468 140725758951904 139817994091536 139818397972181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21749760 140725758956617 140725758956809 140725758956809 140725758959567 0
[pid=7473/tid=7477] ppid=7470 vsize=14088900 memory=203256 CPUtime=1.17 cores=1,3,5,7
/proc/7473/task/7477/stat : 7477 (java) S 7470 7473 5555 0 -1 1077944384 2183 0 0 0 103 14 0 0 20 0 15 0 273163123 14427033600 51326 33554432000 4194304 4196468 140725758951904 139817993038992 139818397972181 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21749760 140725758956617 140725758956809 140725758956809 140725758959567 0
[pid=7473/tid=7478] ppid=7470 vsize=14088900 memory=203256 CPUtime=1.17 cores=1,3,5,7
/proc/7473/task/7478/stat : 7478 (java) S 7470 7473 5555 0 -1 1077944384 1894 0 0 0 107 10 0 0 20 0 15 0 273163123 14427033600 51326 33554432000 4194304 4196468 140725758951904 139817991985936 139818397972181 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21749760 140725758956617 140725758956809 140725758956809 140725758959567 0
[pid=7473/tid=7479] ppid=7470 vsize=14088900 memory=1220 CPUtime=1.17 cores=1,3,5,7
/proc/7473/task/7479/stat : 7479 (java) S 7470 7473 5555 0 -1 1077944384 1800 0 0 0 105 12 0 0 20 0 15 0 273163123 14427033600 51326 33554432000 4194304 4196468 140725758951904 139817990933392 139818397972181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21749760 140725758956617 140725758956809 140725758956809 140725758959567 0
[pid=7473/tid=7480] ppid=7470 vsize=14088900 memory=8112282956445269571 CPUtime=1.45 cores=1,3,5,7
/proc/7473/task/7480/stat : 7480 (java) S 7470 7473 5555 0 -1 1077944384 2114 0 0 0 135 10 0 0 20 0 15 0 273163124 14427033600 51326 33554432000 4194304 4196468 140725758951904 139817377794288 139818397973122 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21749760 140725758956617 140725758956809 140725758956809 140725758959567 0
[pid=7473/tid=7481] ppid=7470 vsize=14088900 memory=1224 CPUtime=0 cores=1,3,5,7
/proc/7473/task/7481/stat : 7481 (java) S 7470 7473 5555 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 273163125 14427033600 51326 33554432000 4194304 4196468 140725758951904 139817376740576 139818397972181 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21749760 140725758956617 140725758956809 140725758956809 140725758959567 0
[pid=7473/tid=7482] ppid=7470 vsize=14088900 memory=1832 CPUtime=0 cores=1,3,5,7
/proc/7473/task/7482/stat : 7482 (java) S 7470 7473 5555 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 273163125 14427033600 51326 33554432000 4194304 4196468 140725758951904 139817375687424 139818397972181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21749760 140725758956617 140725758956809 140725758956809 140725758959567 0
[pid=7473/tid=7483] ppid=7470 vsize=14088900 memory=1140 CPUtime=0 cores=1,3,5,7
/proc/7473/task/7483/stat : 7483 (java) S 7470 7473 5555 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 273163128 14427033600 51326 33554432000 4194304 4196468 140725758951904 139817374635984 139818397980571 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21749760 140725758956617 140725758956809 140725758956809 140725758959567 0
[pid=7473/tid=7484] ppid=7470 vsize=14088900 memory=9144 CPUtime=0.57 cores=1,3,5,7
/proc/7473/task/7484/stat : 7484 (java) S 7470 7473 5555 0 -1 1077944384 3145 0 0 0 57 0 0 0 20 0 15 0 273163128 14427033600 51326 33554432000 4194304 4196468 140725758951904 139817373584112 139818397973122 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21749760 140725758956617 140725758956809 140725758956809 140725758959567 0
[pid=7473/tid=7485] ppid=7470 vsize=14088900 memory=8112282956445269571 CPUtime=0.54 cores=1,3,5,7
/proc/7473/task/7485/stat : 7485 (java) S 7470 7473 5555 0 -1 1077944384 3173 0 0 0 54 0 0 0 20 0 15 0 273163128 14427033600 51326 33554432000 4194304 4196468 140725758951904 139817372531568 139818397973122 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21749760 140725758956617 140725758956809 140725758956809 140725758959567 0
[pid=7473/tid=7486] ppid=7470 vsize=14088900 memory=4588 CPUtime=0.38 cores=1,3,5,7
/proc/7473/task/7486/stat : 7486 (java) S 7470 7473 5555 0 -1 1077944384 4708 0 0 0 38 0 0 0 20 0 15 0 273163128 14427033600 51326 33554432000 4194304 4196468 140725758951904 139817371478512 139818397973122 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21749760 140725758956617 140725758956809 140725758956809 140725758959567 0
[pid=7473/tid=7487] ppid=7470 vsize=14088900 memory=1396 CPUtime=0 cores=1,3,5,7
/proc/7473/task/7487/stat : 7487 (java) S 7470 7473 5555 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 273163128 14427033600 51326 33554432000 4194304 4196468 140725758951904 139817370426208 139818397972181 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21749760 140725758956617 140725758956809 140725758956809 140725758959567 0
[pid=7473/tid=7488] ppid=7470 vsize=14088900 memory=15312 CPUtime=0.19 cores=1,3,5,7
/proc/7473/task/7488/stat : 7488 (java) S 7470 7473 5555 0 -1 1077944384 1117 0 0 0 8 11 0 0 20 0 15 0 273163128 14427033600 51326 33554432000 4194304 4196468 140725758951904 139817369373232 139818397973122 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 25 0 0 6293624 6294260 21749760 140725758956617 140725758956809 140725758956809 140725758959567 0
Current children cumulated CPU time: 361.51 s
Current children cumulated vsize: 14088900 KiB
Current children cumulated memory: 205304 KiB

[startup+358.401 s]
/proc/loadavg: 1.24 1.41 1.40 3/215 7570
/proc/meminfo: memFree=22431828/32770624 swapFree=67108836/67108860
[pid=7473] ppid=7470 vsize=14088900 memory=205304 CPUtime=363.12 cores=1,3,5,7
/proc/7473/stat : 7473 (java) S 7470 7473 5555 0 -1 1077944320 49966 0 0 0 36246 66 0 0 20 0 15 0 273163122 14427033600 51326 33554432000 4194304 4196468 140725758951904 140725758934448 139818397961975 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 21749760 140725758956617 140725758956809 140725758956809 140725758959567 0
/proc/7473/statm: 3522225 51326 3564 1 0 3484297 0
[pid=7473/tid=7475] ppid=7470 vsize=14088900 memory=6672 CPUtime=355.16 cores=1,3,5,7
/proc/7473/task/7475/stat : 7475 (java) R 7470 7473 5555 0 -1 4202560 27302 0 0 0 35504 12 0 0 20 0 15 0 273163122 14427033600 51326 33554432000 4194304 4196468 140725758951904 139818402200176 139818039494481 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21749760 140725758956617 140725758956809 140725758956809 140725758959567 0
[pid=7473/tid=7476] ppid=7470 vsize=14088900 memory=2348 CPUtime=1.17 cores=1,3,5,7
/proc/7473/task/7476/stat : 7476 (java) S 7470 7473 5555 0 -1 1077944384 1105 0 0 0 105 12 0 0 20 0 15 0 273163123 14427033600 51326 33554432000 4194304 4196468 140725758951904 139817994091536 139818397972181 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21749760 140725758956617 140725758956809 140725758956809 140725758959567 0
[pid=7473/tid=7477] ppid=7470 vsize=14088900 memory=932 CPUtime=1.17 cores=1,3,5,7
/proc/7473/task/7477/stat : 7477 (java) S 7470 7473 5555 0 -1 1077944384 2183 0 0 0 103 14 0 0 20 0 15 0 273163123 14427033600 51326 33554432000 4194304 4196468 140725758951904 139817993038992 139818397972181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21749760 140725758956617 140725758956809 140725758956809 140725758959567 0
[pid=7473/tid=7478] ppid=7470 vsize=14088900 memory=1576 CPUtime=1.18 cores=1,3,5,7
/proc/7473/task/7478/stat : 7478 (java) S 7470 7473 5555 0 -1 1077944384 1894 0 0 0 108 10 0 0 20 0 15 0 273163123 14427033600 51326 33554432000 4194304 4196468 140725758951904 139817991985936 139818397972181 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21749760 140725758956617 140725758956809 140725758956809 140725758959567 0
[pid=7473/tid=7479] ppid=7470 vsize=14088900 memory=1220 CPUtime=1.18 cores=1,3,5,7
/proc/7473/task/7479/stat : 7479 (java) S 7470 7473 5555 0 -1 1077944384 1800 0 0 0 106 12 0 0 20 0 15 0 273163123 14427033600 51326 33554432000 4194304 4196468 140725758951904 139817990933392 139818397972181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21749760 140725758956617 140725758956809 140725758956809 140725758959567 0
[pid=7473/tid=7480] ppid=7470 vsize=14088900 memory=2344 CPUtime=1.46 cores=1,3,5,7
/proc/7473/task/7480/stat : 7480 (java) S 7470 7473 5555 0 -1 1077944384 2114 0 0 0 136 10 0 0 20 0 15 0 273163124 14427033600 51326 33554432000 4194304 4196468 140725758951904 139817377794288 139818397973122 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21749760 140725758956617 140725758956809 140725758956809 140725758959567 0
[pid=7473/tid=7481] ppid=7470 vsize=14088900 memory=1760 CPUtime=0 cores=1,3,5,7
/proc/7473/task/7481/stat : 7481 (java) S 7470 7473 5555 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 273163125 14427033600 51326 33554432000 4194304 4196468 140725758951904 139817376740576 139818397972181 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21749760 140725758956617 140725758956809 140725758956809 140725758959567 0
[pid=7473/tid=7482] ppid=7470 vsize=14088900 memory=189140 CPUtime=0 cores=1,3,5,7
/proc/7473/task/7482/stat : 7482 (java) S 7470 7473 5555 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 273163125 14427033600 51326 33554432000 4194304 4196468 140725758951904 139817375687424 139818397972181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21749760 140725758956617 140725758956809 140725758956809 140725758959567 0
[pid=7473/tid=7483] ppid=7470 vsize=14088900 memory=187092 CPUtime=0 cores=1,3,5,7
/proc/7473/task/7483/stat : 7483 (java) S 7470 7473 5555 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 273163128 14427033600 51326 33554432000 4194304 4196468 140725758951904 139817374635984 139818397980571 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21749760 140725758956617 140725758956809 140725758956809 140725758959567 0
[pid=7473/tid=7484] ppid=7470 vsize=14088900 memory=2212 CPUtime=0.57 cores=1,3,5,7
/proc/7473/task/7484/stat : 7484 (java) S 7470 7473 5555 0 -1 1077944384 3145 0 0 0 57 0 0 0 20 0 15 0 273163128 14427033600 51326 33554432000 4194304 4196468 140725758951904 139817373584112 139818397973122 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21749760 140725758956617 140725758956809 140725758956809 140725758959567 0
[pid=7473/tid=7485] ppid=7470 vsize=14088900 memory=1772 CPUtime=0.54 cores=1,3,5,7
/proc/7473/task/7485/stat : 7485 (java) S 7470 7473 5555 0 -1 1077944384 3173 0 0 0 54 0 0 0 20 0 15 0 273163128 14427033600 51326 33554432000 4194304 4196468 140725758951904 139817372531568 139818397973122 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21749760 140725758956617 140725758956809 140725758956809 140725758959567 0
[pid=7473/tid=7486] ppid=7470 vsize=14088900 memory=520 CPUtime=0.38 cores=1,3,5,7
/proc/7473/task/7486/stat : 7486 (java) S 7470 7473 5555 0 -1 1077944384 4708 0 0 0 38 0 0 0 20 0 15 0 273163128 14427033600 51326 33554432000 4194304 4196468 140725758951904 139817371478512 139818397973122 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21749760 140725758956617 140725758956809 140725758956809 140725758959567 0
[pid=7473/tid=7487] ppid=7470 vsize=14088900 memory=960 CPUtime=0 cores=1,3,5,7
/proc/7473/task/7487/stat : 7487 (java) S 7470 7473 5555 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 273163128 14427033600 51326 33554432000 4194304 4196468 140725758951904 139817370426208 139818397972181 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21749760 140725758956617 140725758956809 140725758956809 140725758959567 0
[pid=7473/tid=7488] ppid=7470 vsize=14088900 memory=1760 CPUtime=0.2 cores=1,3,5,7
/proc/7473/task/7488/stat : 7488 (java) S 7470 7473 5555 0 -1 1077944384 1117 0 0 0 9 11 0 0 20 0 15 0 273163128 14427033600 51326 33554432000 4194304 4196468 140725758951904 139817369373232 139818397973122 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 25 0 0 6293624 6294260 21749760 140725758956617 140725758956809 140725758956809 140725758959567 0
Current children cumulated CPU time: 363.12 s
Current children cumulated vsize: 14088900 KiB
Current children cumulated memory: 205304 KiB

[startup+358.801 s]
/proc/loadavg: 1.24 1.41 1.40 3/215 7570
/proc/meminfo: memFree=22431828/32770624 swapFree=67108836/67108860
[pid=7473] ppid=7470 vsize=14088900 memory=205304 CPUtime=363.53 cores=1,3,5,7
/proc/7473/stat : 7473 (java) S 7470 7473 5555 0 -1 1077944320 49969 0 0 0 36287 66 0 0 20 0 15 0 273163122 14427033600 51326 33554432000 4194304 4196468 140725758951904 140725758934448 139818397961975 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 21749760 140725758956617 140725758956809 140725758956809 140725758959567 0
/proc/7473/statm: 3522225 51326 3564 1 0 3484297 0
[pid=7473/tid=7475] ppid=7470 vsize=14088900 memory=8112282956445269571 CPUtime=355.56 cores=1,3,5,7
/proc/7473/task/7475/stat : 7475 (java) R 7470 7473 5555 0 -1 4202560 27305 0 0 0 35544 12 0 0 20 0 15 0 273163122 14427033600 51326 33554432000 4194304 4196468 140725758951904 139818402200224 139818040359144 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21749760 140725758956617 140725758956809 140725758956809 140725758959567 0
[pid=7473/tid=7476] ppid=7470 vsize=14088900 memory=1396 CPUtime=1.18 cores=1,3,5,7
/proc/7473/task/7476/stat : 7476 (java) S 7470 7473 5555 0 -1 1077944384 1105 0 0 0 106 12 0 0 20 0 15 0 273163123 14427033600 51326 33554432000 4194304 4196468 140725758951904 139817994091536 139818397972181 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21749760 140725758956617 140725758956809 140725758956809 140725758959567 0
[pid=7473/tid=7477] ppid=7470 vsize=14088900 memory=15312 CPUtime=1.17 cores=1,3,5,7
/proc/7473/task/7477/stat : 7477 (java) S 7470 7473 5555 0 -1 1077944384 2183 0 0 0 103 14 0 0 20 0 15 0 273163123 14427033600 51326 33554432000 4194304 4196468 140725758951904 139817993038992 139818397972181 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21749760 140725758956617 140725758956809 140725758956809 140725758959567 0
[pid=7473/tid=7478] ppid=7470 vsize=14088900 memory=14332 CPUtime=1.18 cores=1,3,5,7
/proc/7473/task/7478/stat : 7478 (java) S 7470 7473 5555 0 -1 1077944384 1894 0 0 0 108 10 0 0 20 0 15 0 273163123 14427033600 51326 33554432000 4194304 4196468 140725758951904 139817991985936 139818397972181 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21749760 140725758956617 140725758956809 140725758956809 140725758959567 0
[pid=7473/tid=7479] ppid=7470 vsize=14088900 memory=3984 CPUtime=1.18 cores=1,3,5,7
/proc/7473/task/7479/stat : 7479 (java) S 7470 7473 5555 0 -1 1077944384 1800 0 0 0 106 12 0 0 20 0 15 0 273163123 14427033600 51326 33554432000 4194304 4196468 140725758951904 139817990933392 139818397972181 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21749760 140725758956617 140725758956809 140725758956809 140725758959567 0
[pid=7473/tid=7480] ppid=7470 vsize=14088900 memory=2084 CPUtime=1.46 cores=1,3,5,7
/proc/7473/task/7480/stat : 7480 (java) S 7470 7473 5555 0 -1 1077944384 2114 0 0 0 136 10 0 0 20 0 15 0 273163124 14427033600 51326 33554432000 4194304 4196468 140725758951904 139817377794288 139818397973122 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21749760 140725758956617 140725758956809 140725758956809 140725758959567 0
[pid=7473/tid=7481] ppid=7470 vsize=14088900 memory=7528 CPUtime=0 cores=1,3,5,7
/proc/7473/task/7481/stat : 7481 (java) S 7470 7473 5555 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 273163125 14427033600 51326 33554432000 4194304 4196468 140725758951904 139817376740576 139818397972181 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21749760 140725758956617 140725758956809 140725758956809 140725758959567 0
[pid=7473/tid=7482] ppid=7470 vsize=14088900 memory=812 CPUtime=0 cores=1,3,5,7
/proc/7473/task/7482/stat : 7482 (java) S 7470 7473 5555 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 273163125 14427033600 51326 33554432000 4194304 4196468 140725758951904 139817375687424 139818397972181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21749760 140725758956617 140725758956809 140725758956809 140725758959567 0
[pid=7473/tid=7483] ppid=7470 vsize=14088900 memory=1796 CPUtime=0 cores=1,3,5,7
/proc/7473/task/7483/stat : 7483 (java) S 7470 7473 5555 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 273163128 14427033600 51326 33554432000 4194304 4196468 140725758951904 139817374635984 139818397980571 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21749760 140725758956617 140725758956809 140725758956809 140725758959567 0
[pid=7473/tid=7484] ppid=7470 vsize=14088900 memory=4588 CPUtime=0.57 cores=1,3,5,7
/proc/7473/task/7484/stat : 7484 (java) S 7470 7473 5555 0 -1 1077944384 3145 0 0 0 57 0 0 0 20 0 15 0 273163128 14427033600 51326 33554432000 4194304 4196468 140725758951904 139817373584112 139818397973122 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21749760 140725758956617 140725758956809 140725758956809 140725758959567 0
[pid=7473/tid=7485] ppid=7470 vsize=14088900 memory=1396 CPUtime=0.54 cores=1,3,5,7
/proc/7473/task/7485/stat : 7485 (java) S 7470 7473 5555 0 -1 1077944384 3173 0 0 0 54 0 0 0 20 0 15 0 273163128 14427033600 51326 33554432000 4194304 4196468 140725758951904 139817372531568 139818397973122 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21749760 140725758956617 140725758956809 140725758956809 140725758959567 0
[pid=7473/tid=7486] ppid=7470 vsize=14088900 memory=15312 CPUtime=0.38 cores=1,3,5,7
/proc/7473/task/7486/stat : 7486 (java) S 7470 7473 5555 0 -1 1077944384 4708 0 0 0 38 0 0 0 20 0 15 0 273163128 14427033600 51326 33554432000 4194304 4196468 140725758951904 139817371478512 139818397973122 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21749760 140725758956617 140725758956809 140725758956809 140725758959567 0
[pid=7473/tid=7487] ppid=7470 vsize=14088900 memory=14332 CPUtime=0 cores=1,3,5,7
/proc/7473/task/7487/stat : 7487 (java) S 7470 7473 5555 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 273163128 14427033600 51326 33554432000 4194304 4196468 140725758951904 139817370426208 139818397972181 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21749760 140725758956617 140725758956809 140725758956809 140725758959567 0
[pid=7473/tid=7488] ppid=7470 vsize=14088900 memory=4024 CPUtime=0.2 cores=1,3,5,7
/proc/7473/task/7488/stat : 7488 (java) S 7470 7473 5555 0 -1 1077944384 1117 0 0 0 9 11 0 0 20 0 15 0 273163128 14427033600 51326 33554432000 4194304 4196468 140725758951904 139817369373232 139818397973122 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 25 0 0 6293624 6294260 21749760 140725758956617 140725758956809 140725758956809 140725758959567 0
Current children cumulated CPU time: 363.53 s
Current children cumulated vsize: 14088900 KiB
Current children cumulated memory: 205304 KiB

[startup+359.201 s]
/proc/loadavg: 1.24 1.41 1.40 3/215 7570
/proc/meminfo: memFree=22431828/32770624 swapFree=67108836/67108860
[pid=7473] ppid=7470 vsize=14088900 memory=205304 CPUtime=363.93 cores=1,3,5,7
/proc/7473/stat : 7473 (java) S 7470 7473 5555 0 -1 1077944320 49972 0 0 0 36327 66 0 0 20 0 15 0 273163122 14427033600 51326 33554432000 4194304 4196468 140725758951904 140725758934448 139818397961975 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 21749760 140725758956617 140725758956809 140725758956809 140725758959567 0
/proc/7473/statm: 3522225 51326 3564 1 0 3484297 0
[pid=7473/tid=7475] ppid=7470 vsize=14088900 memory=205304 CPUtime=355.96 cores=1,3,5,7
/proc/7473/task/7475/stat : 7475 (java) R 7470 7473 5555 0 -1 4202560 27308 0 0 0 35584 12 0 0 20 0 15 0 273163122 14427033600 51326 33554432000 4194304 4196468 140725758951904 139818402200160 139818039833908 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21749760 140725758956617 140725758956809 140725758956809 140725758959567 0
[pid=7473/tid=7476] ppid=7470 vsize=14088900 memory=6082770485513916845 CPUtime=1.18 cores=1,3,5,7
/proc/7473/task/7476/stat : 7476 (java) S 7470 7473 5555 0 -1 1077944384 1105 0 0 0 106 12 0 0 20 0 15 0 273163123 14427033600 51326 33554432000 4194304 4196468 140725758951904 139817994091536 139818397972181 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21749760 140725758956617 140725758956809 140725758956809 140725758959567 0
[pid=7473/tid=7477] ppid=7470 vsize=14088900 memory=5356 CPUtime=1.18 cores=1,3,5,7
/proc/7473/task/7477/stat : 7477 (java) S 7470 7473 5555 0 -1 1077944384 2183 0 0 0 104 14 0 0 20 0 15 0 273163123 14427033600 51326 33554432000 4194304 4196468 140725758951904 139817993038992 139818397972181 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21749760 140725758956617 140725758956809 140725758956809 140725758959567 0
[pid=7473/tid=7478] ppid=7470 vsize=14088900 memory=872 CPUtime=1.18 cores=1,3,5,7
/proc/7473/task/7478/stat : 7478 (java) S 7470 7473 5555 0 -1 1077944384 1894 0 0 0 108 10 0 0 20 0 15 0 273163123 14427033600 51326 33554432000 4194304 4196468 140725758951904 139817991985936 139818397972181 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21749760 140725758956617 140725758956809 140725758956809 140725758959567 0
[pid=7473/tid=7479] ppid=7470 vsize=14088900 memory=8736 CPUtime=1.19 cores=1,3,5,7
/proc/7473/task/7479/stat : 7479 (java) S 7470 7473 5555 0 -1 1077944384 1800 0 0 0 106 13 0 0 20 0 15 0 273163123 14427033600 51326 33554432000 4194304 4196468 140725758951904 139817990933392 139818397972181 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21749760 140725758956617 140725758956809 140725758956809 140725758959567 0
[pid=7473/tid=7480] ppid=7470 vsize=14088900 memory=203256 CPUtime=1.46 cores=1,3,5,7
/proc/7473/task/7480/stat : 7480 (java) S 7470 7473 5555 0 -1 1077944384 2114 0 0 0 136 10 0 0 20 0 15 0 273163124 14427033600 51326 33554432000 4194304 4196468 140725758951904 139817377794288 139818397973122 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21749760 140725758956617 140725758956809 140725758956809 140725758959567 0
[pid=7473/tid=7481] ppid=7470 vsize=14088900 memory=6672 CPUtime=0 cores=1,3,5,7
/proc/7473/task/7481/stat : 7481 (java) S 7470 7473 5555 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 273163125 14427033600 51326 33554432000 4194304 4196468 140725758951904 139817376740576 139818397972181 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21749760 140725758956617 140725758956809 140725758956809 140725758959567 0
[pid=7473/tid=7482] ppid=7470 vsize=14088900 memory=1220 CPUtime=0 cores=1,3,5,7
/proc/7473/task/7482/stat : 7482 (java) S 7470 7473 5555 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 273163125 14427033600 51326 33554432000 4194304 4196468 140725758951904 139817375687424 139818397972181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21749760 140725758956617 140725758956809 140725758956809 140725758959567 0
[pid=7473/tid=7483] ppid=7470 vsize=14088900 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/7473/task/7483/stat : 7483 (java) S 7470 7473 5555 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 273163128 14427033600 51326 33554432000 4194304 4196468 140725758951904 139817374635984 139818397980571 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21749760 140725758956617 140725758956809 140725758956809 140725758959567 0
[pid=7473/tid=7484] ppid=7470 vsize=14088900 memory=2344 CPUtime=0.57 cores=1,3,5,7
/proc/7473/task/7484/stat : 7484 (java) S 7470 7473 5555 0 -1 1077944384 3145 0 0 0 57 0 0 0 20 0 15 0 273163128 14427033600 51326 33554432000 4194304 4196468 140725758951904 139817373584112 139818397973122 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21749760 140725758956617 140725758956809 140725758956809 140725758959567 0
[pid=7473/tid=7485] ppid=7470 vsize=14088900 memory=1760 CPUtime=0.54 cores=1,3,5,7
/proc/7473/task/7485/stat : 7485 (java) S 7470 7473 5555 0 -1 1077944384 3173 0 0 0 54 0 0 0 20 0 15 0 273163128 14427033600 51326 33554432000 4194304 4196468 140725758951904 139817372531568 139818397973122 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21749760 140725758956617 140725758956809 140725758956809 140725758959567 0
[pid=7473/tid=7486] ppid=7470 vsize=14088900 memory=1616 CPUtime=0.38 cores=1,3,5,7
/proc/7473/task/7486/stat : 7486 (java) S 7470 7473 5555 0 -1 1077944384 4708 0 0 0 38 0 0 0 20 0 15 0 273163128 14427033600 51326 33554432000 4194304 4196468 140725758951904 139817371478512 139818397973122 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21749760 140725758956617 140725758956809 140725758956809 140725758959567 0
[pid=7473/tid=7487] ppid=7470 vsize=14088900 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/7473/task/7487/stat : 7487 (java) S 7470 7473 5555 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 273163128 14427033600 51326 33554432000 4194304 4196468 140725758951904 139817370426208 139818397972181 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21749760 140725758956617 140725758956809 140725758956809 140725758959567 0
[pid=7473/tid=7488] ppid=7470 vsize=14088900 memory=2588 CPUtime=0.2 cores=1,3,5,7
/proc/7473/task/7488/stat : 7488 (java) S 7470 7473 5555 0 -1 1077944384 1117 0 0 0 9 11 0 0 20 0 15 0 273163128 14427033600 51326 33554432000 4194304 4196468 140725758951904 139817369373232 139818397973122 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 25 0 0 6293624 6294260 21749760 140725758956617 140725758956809 140725758956809 140725758959567 0
Current children cumulated CPU time: 363.93 s
Current children cumulated vsize: 14088900 KiB
Current children cumulated memory: 205304 KiB

Child status: 0
Real time (s): 359.299
CPU time (s): 364.043
CPU user time (s): 363.367
CPU system time (s): 0.676436
CPU usage (%): 101.321
Max. virtual memory (cumulated for all children) (KiB): 14088900
Max. memory (cumulated for all children) (KiB): 228872

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 363.367
system time used= 0.676436
maximum resident set size= 230352
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 50356
page faults= 0
swaps= 0
block input operations= 0
block output operations= 488
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 49862
involuntary context switches= 960


# summary of solver processes directly reported to runsolver:
#   pid: 7473
#   total CPU time (s): 364.043
#   total CPU user time (s): 363.367
#   total CPU system time (s): 0.676436

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.12763 second user time and 3.31165 second system time

The end

Launcher Data

Begin job on node139 at 2018-08-18 03:33:19
IDJOB=4311829
IDBENCH=141406
IDSOLVER=2799
FILE ID=node139/4311829-1534555999
RUNJOBID= node139-1534541038-5587
PBS_JOBID= 21038632
Free space on /tmp= 44196 MiB

SOLVER NAME= OscaR - Conflict Ordering with restarts 2018-08-17
BENCH NAME= XCSP18/Dubois/Dubois-022_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-4311829-1534555999/watcher-4311829-1534555999 -o /tmp/evaluation-result-4311829-1534555999/solver-4311829-1534555999 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node139-1534541038-5587 --watchdog 2580  java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 124049636 --timelimit 2520 --memlimit 11000 --nbcore 1 HOME/instance-4311829-1534555999.xml

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

MD5SUM BENCH= 6cb564a1b449df83d852ba5f609dcac6
RANDOM SEED=124049636

node139.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.80
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.80
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.80
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.80
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:        21679992 kB
MemAvailable:   30780516 kB
Buffers:          245216 kB
Cached:          9061528 kB
SwapCached:           16 kB
Active:          6206344 kB
Inactive:        4261096 kB
Active(anon):    1139220 kB
Inactive(anon):    90468 kB
Active(file):    5067124 kB
Inactive(file):  4170628 kB
Unevictable:        7156 kB
Mlocked:            7156 kB
SwapTotal:      67108860 kB
SwapFree:       67108836 kB
Dirty:             35808 kB
Writeback:             0 kB
AnonPages:       1178036 kB
Mapped:            36132 kB
Shmem:             66164 kB
Slab:             319884 kB
SReclaimable:     291232 kB
SUnreclaim:        28652 kB
KernelStack:        3808 kB
PageTables:         7576 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1972920 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1105920 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      107904 kB
DirectMap2M:    33437696 kB

Free space on /tmp at the end= 44160 MiB
End job on node139 at 2018-08-18 03:39:19