Trace number 4304879

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
Concrete 3.9.2SAT 10.1189 4.94671

General information on the benchmark

NameGracefulGraph/
GracefulGraph-K04-P03_c18.xml
MD5SUM76f2570dac1ecc86f40824dfede26263
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.556125
Satisfiable
(Un)Satisfiability was proved
Number of variables68
Number of constraints28
Number of domains2
Minimum domain size26
Maximum domain size27
Distribution of domain sizes[{"size":26,"count":26},{"size":27,"count":12}]
Minimum variable degree0
Maximum variable degree6
Distribution of variable degrees[{"degree":0,"count":30},{"degree":2,"count":26},{"degree":5,"count":8},{"degree":6,"count":4}]
Minimum constraint arity3
Maximum constraint arity26
Distribution of constraint arities[{"arity":3,"count":26},{"arity":12,"count":1},{"arity":26,"count":1}]
Number of extensional constraints0
Number of intensional constraints26
Distribution of constraint types[{"type":"intension","count":26},{"type":"allDifferent","count":2}]
Optimization problemNO
Type of objective

Solver Data

0.98/0.74	c Concrete v3.9.2.1532736233296 running
9.99/4.72	v <instantiation>
9.99/4.72	v       <list>
9.99/4.72	v         cn[0][0] cn[0][1] cn[0][2] cn[0][3] cn[1][0] cn[1][1] cn[1][2] cn[1][3] cn[2][0] cn[2][1] cn[2][2] cn[2][3] ce[0][0][1] ce[0][0][2] ce[0][0][3] ce[0][1][2] ce[0][1][3] ce[0][2][3] ce[1][0][1] ce[1][0][2] ce[1][0][3] ce[1][1][2] ce[1][1][3] ce[1][2][3] ce[2][0][1] ce[2][0][2] ce[2][0][3] ce[2][1][2] ce[2][1][3] ce[2][2][3] cie[0][0] cie[0][1] cie[0][2] cie[0][3] cie[1][0] cie[1][1] cie[1][2] cie[1][3]
9.99/4.72	v       </list>
9.99/4.72	v       <values>
9.99/4.72	v         26 21 7 0 1 25 10 23 19 13 2 3 5 19 26 14 21 7 24 9 22 15 2 13 6 17 16 11 10 1 25 4 3 23 18 12 8 20
9.99/4.72	v       </values>
9.99/4.72	v     </instantiation>
10.09/4.91	s SATISFIABLE

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4304879-1534054983/watcher-4304879-1534054983 -o /tmp/evaluation-result-4304879-1534054983/solver-4304879-1534054983 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1534041135-17409 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=1647182153 HOME/instance-4304879-1534054983.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=19938, runsolver pid=19935
Current StackSize limit: 8192 KiB


[startup+0.100094 s]*
/proc/loadavg: 1.35 1.44 1.45 3/207 19995
/proc/meminfo: memFree=10456232/32770624 swapFree=67108404/67108860
[pid=19938] ppid=19935 vsize=10005480 memory=17168 CPUtime=0.08 cores=1,3,5,7
/proc/19938/stat : 19938 (java) S 19935 19938 15321 0 -1 1077944320 4416 13136 0 0 1 0 5 2 20 0 6 0 223061416 10245611520 4292 33554432000 4194304 4196468 140731614966800 140731614949344 140534861815543 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 35483648 140731614972524 140731614975324 140731614975324 140731614977999 0
/proc/19938/statm: 2501370 4292 1934 1 0 2489808 0
[pid=19938/tid=19991] ppid=19935 vsize=10005480 memory=4279135704047451790 CPUtime=0.07 cores=1,3,5,7
/proc/19938/task/19991/stat : 19991 (java) R 19935 19938 15321 0 -1 4202560 2228 13136 0 0 0 0 5 2 20 0 6 0 223061425 10245611520 4292 33554432000 4194304 4196468 140731614966800 140534833652304 140534861837469 0 4 0 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35483648 140731614972524 140731614975324 140731614975324 140731614977999 0
[pid=19938/tid=19992] ppid=19935 vsize=10005480 memory=-7522837583129502606 CPUtime=0.07 cores=1,3,5,7
/proc/19938/task/19992/stat : 19992 (java) S 19935 19938 15321 0 -1 1077944384 1 13136 0 0 0 0 5 2 20 0 6 0 223061426 10245611520 4292 33554432000 4194304 4196468 140731614966800 140534866058128 140534861825749 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35483648 140731614972524 140731614975324 140731614975324 140731614977999 0
[pid=19938/tid=19993] ppid=19935 vsize=10005480 memory=140235042629248 CPUtime=0.07 cores=1,3,5,7
/proc/19938/task/19993/stat : 19993 (java) S 19935 19938 15321 0 -1 1077944384 1 13136 0 0 0 0 5 2 20 0 6 0 223061426 10245611520 4292 33554432000 4194304 4196468 140731614966800 140534401018640 140534861825749 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35483648 140731614972524 140731614975324 140731614975324 140731614977999 0
[pid=19938/tid=19994] ppid=19935 vsize=10005480 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19938/task/19994/stat : 19994 (java) S 19935 19938 15321 0 -1 1077944384 1 13136 0 0 0 0 5 2 20 0 6 0 223061426 10245611520 4292 33554432000 4194304 4196468 140731614966800 140534399966352 140534861825749 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35483648 140731614972524 140731614975324 140731614975324 140731614977999 0
[pid=19938/tid=19995] ppid=19935 vsize=10005480 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/19938/task/19995/stat : 19995 (java) S 19935 19938 15321 0 -1 1077944384 2 13136 0 0 0 0 5 2 20 0 6 0 223061426 10245611520 4292 33554432000 4194304 4196468 140731614966800 140534398913552 140534861825749 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35483648 140731614972524 140731614975324 140731614975324 140731614977999 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 17168 KiB

[startup+0.20989 s]*
/proc/loadavg: 1.35 1.44 1.45 3/216 20004
/proc/meminfo: memFree=10431056/32770624 swapFree=67108404/67108860
[pid=19938] ppid=19935 vsize=10982744 memory=45980 CPUtime=0.24 cores=1,3,5,7
/proc/19938/stat : 19938 (java) S 19935 19938 15321 0 -1 1077944320 8161 13136 0 0 16 1 5 2 20 0 15 0 223061416 11246329856 11495 33554432000 4194304 4196468 140731614966800 140731614949344 140534861815543 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 35483648 140731614972524 140731614975324 140731614975324 140731614977999 0
/proc/19938/statm: 2745686 11495 2974 1 0 2708109 0
[pid=19938/tid=19991] ppid=19935 vsize=10982744 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/19938/task/19991/stat : 19991 (java) R 19935 19938 15321 0 -1 4202560 4710 13136 0 0 11 1 5 2 20 0 15 0 223061425 11246329856 11495 33554432000 4194304 4196468 140731614966800 140534833615456 140534861827478 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35483648 140731614972524 140731614975324 140731614975324 140731614977999 0
[pid=19938/tid=19992] ppid=19935 vsize=10982744 memory=364 CPUtime=0.07 cores=1,3,5,7
/proc/19938/task/19992/stat : 19992 (java) S 19935 19938 15321 0 -1 1077944384 1 13136 0 0 0 0 5 2 20 0 15 0 223061426 11246329856 11495 33554432000 4194304 4196468 140731614966800 140534866058128 140534861825749 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35483648 140731614972524 140731614975324 140731614975324 140731614977999 0
[pid=19938/tid=19993] ppid=19935 vsize=10982744 memory=3474444383744075424 CPUtime=0.07 cores=1,3,5,7
/proc/19938/task/19993/stat : 19993 (java) S 19935 19938 15321 0 -1 1077944384 1 13136 0 0 0 0 5 2 20 0 15 0 223061426 11246329856 11495 33554432000 4194304 4196468 140731614966800 140534401018640 140534861825749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35483648 140731614972524 140731614975324 140731614975324 140731614977999 0
[pid=19938/tid=19994] ppid=19935 vsize=10982744 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19938/task/19994/stat : 19994 (java) S 19935 19938 15321 0 -1 1077944384 1 13136 0 0 0 0 5 2 20 0 15 0 223061426 11246329856 11495 33554432000 4194304 4196468 140731614966800 140534399966352 140534861825749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35483648 140731614972524 140731614975324 140731614975324 140731614977999 0
[pid=19938/tid=19995] ppid=19935 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/19938/task/19995/stat : 19995 (java) S 19935 19938 15321 0 -1 1077944384 2 13136 0 0 0 0 5 2 20 0 15 0 223061426 11246329856 11495 33554432000 4194304 4196468 140731614966800 140534398913552 140534861825749 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35483648 140731614972524 140731614975324 140731614975324 140731614977999 0
[pid=19938/tid=19996] ppid=19935 vsize=10982744 memory=140235042629248 CPUtime=0.07 cores=1,3,5,7
/proc/19938/task/19996/stat : 19996 (java) S 19935 19938 15321 0 -1 1077944384 2 13136 0 0 0 0 5 2 20 0 15 0 223061427 11246329856 11495 33554432000 4194304 4196468 140731614966800 140534354954352 140534861826690 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35483648 140731614972524 140731614975324 140731614975324 140731614977999 0
[pid=19938/tid=19997] ppid=19935 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/19938/task/19997/stat : 19997 (java) S 19935 19938 15321 0 -1 1077944384 13 13136 0 0 0 0 5 2 20 0 15 0 223061428 11246329856 11495 33554432000 4194304 4196468 140731614966800 140533678727968 140534861825749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35483648 140731614972524 140731614975324 140731614975324 140731614977999 0
[pid=19938/tid=19998] ppid=19935 vsize=10982744 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19938/task/19998/stat : 19998 (java) S 19935 19938 15321 0 -1 1077944384 1 13136 0 0 0 0 5 2 20 0 15 0 223061428 11246329856 11495 33554432000 4194304 4196468 140731614966800 140533477401712 140534861825749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35483648 140731614972524 140731614975324 140731614975324 140731614977999 0
[pid=19938/tid=19999] ppid=19935 vsize=10982744 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19938/task/19999/stat : 19999 (java) S 19935 19938 15321 0 -1 1077944384 3 13136 0 0 0 0 5 2 20 0 15 0 223061431 11246329856 11495 33554432000 4194304 4196468 140731614966800 140533170002000 140534861834139 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35483648 140731614972524 140731614975324 140731614975324 140731614977999 0
[pid=19938/tid=20000] ppid=19935 vsize=10982744 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/19938/task/20000/stat : 20000 (java) S 19935 19938 15321 0 -1 1077944384 88 13136 0 0 1 0 5 2 20 0 15 0 223061431 11246329856 11495 33554432000 4194304 4196468 140731614966800 140534353902192 140534861826690 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35483648 140731614972524 140731614975324 140731614975324 140731614977999 0
[pid=19938/tid=20001] ppid=19935 vsize=10982744 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/19938/task/20001/stat : 20001 (java) R 19935 19938 15321 0 -1 1077944384 539 13136 0 0 1 0 5 2 20 0 15 0 223061431 11246329856 11495 33554432000 4194304 4196468 140731614966800 140534352849392 140534861826690 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35483648 140731614972524 140731614975324 140731614975324 140731614977999 0
[pid=19938/tid=20002] ppid=19935 vsize=10982744 memory=140235042629248 CPUtime=0.1 cores=1,3,5,7
/proc/19938/task/20002/stat : 20002 (java) R 19935 19938 15321 0 -1 4202560 610 13136 0 0 3 0 5 2 20 0 15 0 223061431 11246329856 11495 33554432000 4194304 4196468 140731614966800 140534351797104 140534861836890 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35483648 140731614972524 140731614975324 140731614975324 140731614977999 0
[pid=19938/tid=20003] ppid=19935 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/19938/task/20003/stat : 20003 (java) S 19935 19938 15321 0 -1 1077944384 3 13136 0 0 0 0 5 2 20 0 15 0 223061431 11246329856 11495 33554432000 4194304 4196468 140731614966800 140532739206112 140534861825749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35483648 140731614972524 140731614975324 140731614975324 140731614977999 0
[pid=19938/tid=20004] ppid=19935 vsize=10982744 memory=140235042629248 CPUtime=0.07 cores=1,3,5,7
/proc/19938/task/20004/stat : 20004 (java) S 19935 19938 15321 0 -1 1077944384 1 13136 0 0 0 0 5 2 20 0 15 0 223061431 11246329856 11495 33554432000 4194304 4196468 140731614966800 140534282709424 140534861826690 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35483648 140731614972524 140731614975324 140731614975324 140731614977999 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 45980 KiB

[startup+0.310256 s]*
/proc/loadavg: 1.35 1.44 1.45 3/216 20004
/proc/meminfo: memFree=10419768/32770624 swapFree=67108404/67108860
[pid=19938] ppid=19935 vsize=10983192 memory=56624 CPUtime=0.38 cores=1,3,5,7
/proc/19938/stat : 19938 (java) S 19935 19938 15321 0 -1 1077944320 10663 13136 0 0 28 3 5 2 20 0 15 0 223061416 11246788608 14156 33554432000 4194304 4196468 140731614966800 140731614949344 140534861815543 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 35483648 140731614972524 140731614975324 140731614975324 140731614977999 0
/proc/19938/statm: 2745798 14156 3093 1 0 2708109 0
[pid=19938/tid=19991] ppid=19935 vsize=10983192 memory=6791534058613427641 CPUtime=0.28 cores=1,3,5,7
/proc/19938/task/19991/stat : 19991 (java) R 19935 19938 15321 0 -1 4202560 7196 13136 0 0 19 2 5 2 20 0 15 0 223061425 11246788608 14156 33554432000 4194304 4196468 140731614966800 140534833627552 140534845896030 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35483648 140731614972524 140731614975324 140731614975324 140731614977999 0
[pid=19938/tid=19992] ppid=19935 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19938/task/19992/stat : 19992 (java) S 19935 19938 15321 0 -1 1077944384 1 13136 0 0 0 0 5 2 20 0 15 0 223061426 11246788608 14156 33554432000 4194304 4196468 140731614966800 140534866058128 140534861825749 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35483648 140731614972524 140731614975324 140731614975324 140731614977999 0
[pid=19938/tid=19993] ppid=19935 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19938/task/19993/stat : 19993 (java) S 19935 19938 15321 0 -1 1077944384 1 13136 0 0 0 0 5 2 20 0 15 0 223061426 11246788608 14156 33554432000 4194304 4196468 140731614966800 140534401018640 140534861825749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35483648 140731614972524 140731614975324 140731614975324 140731614977999 0
[pid=19938/tid=19994] ppid=19935 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19938/task/19994/stat : 19994 (java) S 19935 19938 15321 0 -1 1077944384 1 13136 0 0 0 0 5 2 20 0 15 0 223061426 11246788608 14156 33554432000 4194304 4196468 140731614966800 140534399966352 140534861825749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35483648 140731614972524 140731614975324 140731614975324 140731614977999 0
[pid=19938/tid=19995] ppid=19935 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19938/task/19995/stat : 19995 (java) S 19935 19938 15321 0 -1 1077944384 2 13136 0 0 0 0 5 2 20 0 15 0 223061426 11246788608 14156 33554432000 4194304 4196468 140731614966800 140534398913552 140534861825749 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35483648 140731614972524 140731614975324 140731614975324 140731614977999 0
[pid=19938/tid=19996] ppid=19935 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19938/task/19996/stat : 19996 (java) S 19935 19938 15321 0 -1 1077944384 2 13136 0 0 0 0 5 2 20 0 15 0 223061427 11246788608 14156 33554432000 4194304 4196468 140731614966800 140534354954352 140534861826690 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35483648 140731614972524 140731614975324 140731614975324 140731614977999 0
[pid=19938/tid=19997] ppid=19935 vsize=10983192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/19938/task/19997/stat : 19997 (java) S 19935 19938 15321 0 -1 1077944384 13 13136 0 0 0 0 5 2 20 0 15 0 223061428 11246788608 14156 33554432000 4194304 4196468 140731614966800 140533678727968 140534861825749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35483648 140731614972524 140731614975324 140731614975324 140731614977999 0
[pid=19938/tid=19998] ppid=19935 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19938/task/19998/stat : 19998 (java) S 19935 19938 15321 0 -1 1077944384 1 13136 0 0 0 0 5 2 20 0 15 0 223061428 11246788608 14156 33554432000 4194304 4196468 140731614966800 140533477401712 140534861825749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35483648 140731614972524 140731614975324 140731614975324 140731614977999 0
[pid=19938/tid=19999] ppid=19935 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19938/task/19999/stat : 19999 (java) S 19935 19938 15321 0 -1 1077944384 3 13136 0 0 0 0 5 2 20 0 15 0 223061431 11246788608 14156 33554432000 4194304 4196468 140731614966800 140533170002000 140534861834139 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35483648 140731614972524 140731614975324 140731614975324 140731614977999 0
[pid=19938/tid=20000] ppid=19935 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/19938/task/20000/stat : 20000 (java) S 19935 19938 15321 0 -1 1077944384 89 13136 0 0 1 0 5 2 20 0 15 0 223061431 11246788608 14156 33554432000 4194304 4196468 140731614966800 140534353902192 140534861826690 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35483648 140731614972524 140731614975324 140731614975324 140731614977999 0
[pid=19938/tid=20001] ppid=19935 vsize=10983192 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/19938/task/20001/stat : 20001 (java) S 19935 19938 15321 0 -1 1077944384 543 13136 0 0 1 0 5 2 20 0 15 0 223061431 11246788608 14156 33554432000 4194304 4196468 140731614966800 140534352849392 140534861826690 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35483648 140731614972524 140731614975324 140731614975324 140731614977999 0
[pid=19938/tid=20002] ppid=19935 vsize=10983192 memory=140235042629248 CPUtime=0.11 cores=1,3,5,7
/proc/19938/task/20002/stat : 20002 (java) S 19935 19938 15321 0 -1 1077944384 616 13136 0 0 4 0 5 2 20 0 15 0 223061431 11246788608 14156 33554432000 4194304 4196468 140731614966800 140534351797104 140534861826690 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35483648 140731614972524 140731614975324 140731614975324 140731614977999 0
[pid=19938/tid=20003] ppid=19935 vsize=10983192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/19938/task/20003/stat : 20003 (java) S 19935 19938 15321 0 -1 1077944384 3 13136 0 0 0 0 5 2 20 0 15 0 223061431 11246788608 14156 33554432000 4194304 4196468 140731614966800 140532739206112 140534861825749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35483648 140731614972524 140731614975324 140731614975324 140731614977999 0
[pid=19938/tid=20004] ppid=19935 vsize=10983192 memory=140235042629248 CPUtime=0.07 cores=1,3,5,7
/proc/19938/task/20004/stat : 20004 (java) S 19935 19938 15321 0 -1 1077944384 1 13136 0 0 0 0 5 2 20 0 15 0 223061431 11246788608 14156 33554432000 4194304 4196468 140731614966800 140534282709424 140534861826690 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35483648 140731614972524 140731614975324 140731614975324 140731614977999 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 56624 KiB

[startup+0.700763 s]
/proc/loadavg: 1.35 1.44 1.45 3/216 20004
/proc/meminfo: memFree=10408728/32770624 swapFree=67108404/67108860
[pid=19938] ppid=19935 vsize=10983192 memory=88828 CPUtime=0.98 cores=1,3,5,7
/proc/19938/stat : 19938 (java) S 19935 19938 15321 0 -1 1077944320 16764 13136 0 0 87 4 5 2 20 0 15 0 223061416 11246788608 22207 33554432000 4194304 4196468 140731614966800 140731614949344 140534861815543 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 35483648 140731614972524 140731614975324 140731614975324 140731614977999 0
/proc/19938/statm: 2745798 22207 3238 1 0 2708109 0
[pid=19938/tid=19991] ppid=19935 vsize=10983192 memory=0 CPUtime=0.65 cores=1,3,5,7
/proc/19938/task/19991/stat : 19991 (java) R 19935 19938 15321 0 -1 4202560 12240 13136 0 0 56 2 5 2 20 0 15 0 223061425 11246788608 22207 33554432000 4194304 4196468 140731614966800 140534833636368 140534843209274 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35483648 140731614972524 140731614975324 140731614975324 140731614977999 0
[pid=19938/tid=19992] ppid=19935 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19938/task/19992/stat : 19992 (java) S 19935 19938 15321 0 -1 1077944384 1 13136 0 0 0 0 5 2 20 0 15 0 223061426 11246788608 22207 33554432000 4194304 4196468 140731614966800 140534866058128 140534861825749 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35483648 140731614972524 140731614975324 140731614975324 140731614977999 0
[pid=19938/tid=19993] ppid=19935 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19938/task/19993/stat : 19993 (java) S 19935 19938 15321 0 -1 1077944384 1 13136 0 0 0 0 5 2 20 0 15 0 223061426 11246788608 22207 33554432000 4194304 4196468 140731614966800 140534401018640 140534861825749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35483648 140731614972524 140731614975324 140731614975324 140731614977999 0
[pid=19938/tid=19994] ppid=19935 vsize=10983192 memory=140234910217008 CPUtime=0.07 cores=1,3,5,7
/proc/19938/task/19994/stat : 19994 (java) S 19935 19938 15321 0 -1 1077944384 1 13136 0 0 0 0 5 2 20 0 15 0 223061426 11246788608 22207 33554432000 4194304 4196468 140731614966800 140534399966352 140534861825749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35483648 140731614972524 140731614975324 140731614975324 140731614977999 0
[pid=19938/tid=19995] ppid=19935 vsize=10983192 memory=140234977182284 CPUtime=0.07 cores=1,3,5,7
/proc/19938/task/19995/stat : 19995 (java) S 19935 19938 15321 0 -1 1077944384 2 13136 0 0 0 0 5 2 20 0 15 0 223061426 11246788608 22207 33554432000 4194304 4196468 140731614966800 140534398913552 140534861825749 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35483648 140731614972524 140731614975324 140731614975324 140731614977999 0
[pid=19938/tid=19996] ppid=19935 vsize=10983192 memory=4000 CPUtime=0.07 cores=1,3,5,7
/proc/19938/task/19996/stat : 19996 (java) S 19935 19938 15321 0 -1 1077944384 5 13136 0 0 0 0 5 2 20 0 15 0 223061427 11246788608 22207 33554432000 4194304 4196468 140731614966800 140534354954352 140534861826690 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35483648 140731614972524 140731614975324 140731614975324 140731614977999 0
[pid=19938/tid=19997] ppid=19935 vsize=10983192 memory=4639098309541128813 CPUtime=0.07 cores=1,3,5,7
/proc/19938/task/19997/stat : 19997 (java) S 19935 19938 15321 0 -1 1077944384 13 13136 0 0 0 0 5 2 20 0 15 0 223061428 11246788608 22207 33554432000 4194304 4196468 140731614966800 140533678727968 140534861825749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35483648 140731614972524 140731614975324 140731614975324 140731614977999 0
[pid=19938/tid=19998] ppid=19935 vsize=10983192 memory=6082220498126138728 CPUtime=0.07 cores=1,3,5,7
/proc/19938/task/19998/stat : 19998 (java) S 19935 19938 15321 0 -1 1077944384 1 13136 0 0 0 0 5 2 20 0 15 0 223061428 11246788608 22207 33554432000 4194304 4196468 140731614966800 140533477401712 140534861825749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35483648 140731614972524 140731614975324 140731614975324 140731614977999 0
[pid=19938/tid=19999] ppid=19935 vsize=10983192 memory=4044 CPUtime=0.07 cores=1,3,5,7
/proc/19938/task/19999/stat : 19999 (java) S 19935 19938 15321 0 -1 1077944384 3 13136 0 0 0 0 5 2 20 0 15 0 223061431 11246788608 22207 33554432000 4194304 4196468 140731614966800 140533170002000 140534861834139 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35483648 140731614972524 140731614975324 140731614975324 140731614977999 0
[pid=19938/tid=20000] ppid=19935 vsize=10983192 memory=33472 CPUtime=0.17 cores=1,3,5,7
/proc/19938/task/20000/stat : 20000 (java) S 19935 19938 15321 0 -1 1077944384 738 13136 0 0 10 0 5 2 20 0 15 0 223061431 11246788608 22207 33554432000 4194304 4196468 140731614966800 140534353902192 140534861826690 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35483648 140731614972524 140731614975324 140731614975324 140731614977999 0
[pid=19938/tid=20001] ppid=19935 vsize=10983192 memory=14644 CPUtime=0.13 cores=1,3,5,7
/proc/19938/task/20001/stat : 20001 (java) S 19935 19938 15321 0 -1 1077944384 898 13136 0 0 6 0 5 2 20 0 15 0 223061431 11246788608 22207 33554432000 4194304 4196468 140731614966800 140534352849392 140534861826690 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35483648 140731614972524 140731614975324 140731614975324 140731614977999 0
[pid=19938/tid=20002] ppid=19935 vsize=10983192 memory=1720 CPUtime=0.2 cores=1,3,5,7
/proc/19938/task/20002/stat : 20002 (java) S 19935 19938 15321 0 -1 1077944384 665 13136 0 0 13 0 5 2 20 0 15 0 223061431 11246788608 22207 33554432000 4194304 4196468 140731614966800 140534351797104 140534861826690 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35483648 140731614972524 140731614975324 140731614975324 140731614977999 0
[pid=19938/tid=20003] ppid=19935 vsize=10983192 memory=508 CPUtime=0.07 cores=1,3,5,7
/proc/19938/task/20003/stat : 20003 (java) S 19935 19938 15321 0 -1 1077944384 3 13136 0 0 0 0 5 2 20 0 15 0 223061431 11246788608 22207 33554432000 4194304 4196468 140731614966800 140532739206112 140534861825749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35483648 140731614972524 140731614975324 140731614975324 140731614977999 0
[pid=19938/tid=20004] ppid=19935 vsize=10983192 memory=928 CPUtime=0.07 cores=1,3,5,7
/proc/19938/task/20004/stat : 20004 (java) S 19935 19938 15321 0 -1 1077944384 1 13136 0 0 0 0 5 2 20 0 15 0 223061431 11246788608 22207 33554432000 4194304 4196468 140731614966800 140534282709424 140534861826690 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35483648 140731614972524 140731614975324 140731614975324 140731614977999 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88828 KiB

[startup+1.50077 s]
/proc/loadavg: 1.35 1.44 1.45 3/216 20004
/proc/meminfo: memFree=10362508/32770624 swapFree=67108404/67108860
[pid=19938] ppid=19935 vsize=11000140 memory=179992 CPUtime=2.24 cores=1,3,5,7
/proc/19938/stat : 19938 (java) S 19935 19938 15321 0 -1 1077944320 24087 13136 0 0 209 8 5 2 20 0 15 0 223061416 11264143360 44998 33554432000 4194304 4196468 140731614966800 140731614949344 140534861815543 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 35483648 140731614972524 140731614975324 140731614975324 140731614977999 0
/proc/19938/statm: 2750035 44998 3473 1 0 2711693 0
[pid=19938/tid=19991] ppid=19935 vsize=11000140 memory=65412 CPUtime=1.43 cores=1,3,5,7
/proc/19938/task/19991/stat : 19991 (java) R 19935 19938 15321 0 -1 4202560 17973 13136 0 0 131 5 5 2 20 0 15 0 223061425 11264143360 44998 33554432000 4194304 4196468 140731614966800 140534833632208 140534847186835 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35483648 140731614972524 140731614975324 140731614975324 140731614977999 0
[pid=19938/tid=19992] ppid=19935 vsize=11000140 memory=6791534058613427641 CPUtime=0.08 cores=1,3,5,7
/proc/19938/task/19992/stat : 19992 (java) S 19935 19938 15321 0 -1 1077944384 19 13136 0 0 1 0 5 2 20 0 15 0 223061426 11264143360 44998 33554432000 4194304 4196468 140731614966800 140534866058128 140534861825749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35483648 140731614972524 140731614975324 140731614975324 140731614977999 0
[pid=19938/tid=19993] ppid=19935 vsize=11000140 memory=280469820465312 CPUtime=0.08 cores=1,3,5,7
/proc/19938/task/19993/stat : 19993 (java) S 19935 19938 15321 0 -1 1077944384 27 13136 0 0 1 0 5 2 20 0 15 0 223061426 11264143360 44998 33554432000 4194304 4196468 140731614966800 140534401018640 140534861825749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35483648 140731614972524 140731614975324 140731614975324 140731614977999 0
[pid=19938/tid=19994] ppid=19935 vsize=11000140 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/19938/task/19994/stat : 19994 (java) S 19935 19938 15321 0 -1 1077944384 206 13136 0 0 1 0 5 2 20 0 15 0 223061426 11264143360 44998 33554432000 4194304 4196468 140731614966800 140534399966352 140534861825749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35483648 140731614972524 140731614975324 140731614975324 140731614977999 0
[pid=19938/tid=19995] ppid=19935 vsize=11000140 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/19938/task/19995/stat : 19995 (java) S 19935 19938 15321 0 -1 1077944384 77 13136 0 0 1 0 5 2 20 0 15 0 223061426 11264143360 44998 33554432000 4194304 4196468 140731614966800 140534398913552 140534861825749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35483648 140731614972524 140731614975324 140731614975324 140731614977999 0
[pid=19938/tid=19996] ppid=19935 vsize=11000140 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/19938/task/19996/stat : 19996 (java) S 19935 19938 15321 0 -1 1077944384 53 13136 0 0 1 0 5 2 20 0 15 0 223061427 11264143360 44998 33554432000 4194304 4196468 140731614966800 140534354954352 140534861826690 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35483648 140731614972524 140731614975324 140731614975324 140731614977999 0
[pid=19938/tid=19997] ppid=19935 vsize=11000140 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19938/task/19997/stat : 19997 (java) S 19935 19938 15321 0 -1 1077944384 14 13136 0 0 0 0 5 2 20 0 15 0 223061428 11264143360 44998 33554432000 4194304 4196468 140731614966800 140533678728032 140534861825749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35483648 140731614972524 140731614975324 140731614975324 140731614977999 0
[pid=19938/tid=19998] ppid=19935 vsize=11000140 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19938/task/19998/stat : 19998 (java) S 19935 19938 15321 0 -1 1077944384 1 13136 0 0 0 0 5 2 20 0 15 0 223061428 11264143360 44998 33554432000 4194304 4196468 140731614966800 140533477401728 140534861825749 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35483648 140731614972524 140731614975324 140731614975324 140731614977999 0
[pid=19938/tid=19999] ppid=19935 vsize=11000140 memory=-5921431000321636112 CPUtime=0.07 cores=1,3,5,7
/proc/19938/task/19999/stat : 19999 (java) S 19935 19938 15321 0 -1 1077944384 3 13136 0 0 0 0 5 2 20 0 15 0 223061431 11264143360 44998 33554432000 4194304 4196468 140731614966800 140533170002000 140534861834139 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35483648 140731614972524 140731614975324 140731614975324 140731614977999 0
[pid=19938/tid=20000] ppid=19935 vsize=11000140 memory=0 CPUtime=0.31 cores=1,3,5,7
/proc/19938/task/20000/stat : 20000 (java) S 19935 19938 15321 0 -1 1077944384 1196 13136 0 0 24 0 5 2 20 0 15 0 223061431 11264143360 44998 33554432000 4194304 4196468 140731614966800 140534353902192 140534861826690 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35483648 140731614972524 140731614975324 140731614975324 140731614977999 0
[pid=19938/tid=20001] ppid=19935 vsize=11000140 memory=10 CPUtime=0.23 cores=1,3,5,7
/proc/19938/task/20001/stat : 20001 (java) S 19935 19938 15321 0 -1 1077944384 1096 13136 0 0 16 0 5 2 20 0 15 0 223061431 11264143360 44998 33554432000 4194304 4196468 140731614966800 140534352849392 140534861826690 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35483648 140731614972524 140731614975324 140731614975324 140731614977999 0
[pid=19938/tid=20002] ppid=19935 vsize=11000140 memory=6791534058613427641 CPUtime=0.37 cores=1,3,5,7
/proc/19938/task/20002/stat : 20002 (java) S 19935 19938 15321 0 -1 1077944384 1226 13136 0 0 30 0 5 2 20 0 15 0 223061431 11264143360 44998 33554432000 4194304 4196468 140731614966800 140534351797104 140534861826690 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35483648 140731614972524 140731614975324 140731614975324 140731614977999 0
[pid=19938/tid=20003] ppid=19935 vsize=11000140 memory=4638778398332698720 CPUtime=0.07 cores=1,3,5,7
/proc/19938/task/20003/stat : 20003 (java) S 19935 19938 15321 0 -1 1077944384 3 13136 0 0 0 0 5 2 20 0 15 0 223061431 11264143360 44998 33554432000 4194304 4196468 140731614966800 140532739206112 140534861825749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35483648 140731614972524 140731614975324 140731614975324 140731614977999 0
[pid=19938/tid=20004] ppid=19935 vsize=11000140 memory=280469820709760 CPUtime=0.07 cores=1,3,5,7
/proc/19938/task/20004/stat : 20004 (java) S 19935 19938 15321 0 -1 1077944384 1 13136 0 0 0 0 5 2 20 0 15 0 223061431 11264143360 44998 33554432000 4194304 4196468 140731614966800 140534282709424 140534861826690 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35483648 140731614972524 140731614975324 140731614975324 140731614977999 0
Current children cumulated CPU time: 2.24 s
Current children cumulated vsize: 11000140 KiB

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

[pid=19938/tid=19999] ppid=19935 vsize=11075936 memory=2244 CPUtime=0.07 cores=1,3,5,7
/proc/19938/task/19999/stat : 19999 (java) S 19935 19938 15321 0 -1 1077944384 3 13136 0 0 0 0 5 2 20 0 15 0 223061431 11341758464 72326 33554432000 4194304 4196468 140731614966800 140533170002000 140534861834139 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35483648 140731614972524 140731614975324 140731614975324 140731614977999 0
[pid=19938/tid=20000] ppid=19935 vsize=11075936 memory=0 CPUtime=1.23 cores=1,3,5,7
/proc/19938/task/20000/stat : 20000 (java) R 19935 19938 15321 0 -1 4202560 4199 13136 0 0 116 0 5 2 20 0 15 0 223061431 11341758464 72326 33554432000 4194304 4196468 140731614966800 140534353888072 140534843359316 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35483648 140731614972524 140731614975324 140731614975324 140731614977999 0
[pid=19938/tid=20001] ppid=19935 vsize=11075936 memory=0 CPUtime=0.73 cores=1,3,5,7
/proc/19938/task/20001/stat : 20001 (java) R 19935 19938 15321 0 -1 4202560 1926 13136 0 0 65 1 5 2 20 0 15 0 223061431 11341758464 72326 33554432000 4194304 4196468 140731614966800 140534352849392 140534847510609 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35483648 140731614972524 140731614975324 140731614975324 140731614977999 0
[pid=19938/tid=20002] ppid=19935 vsize=11075936 memory=0 CPUtime=1.1 cores=1,3,5,7
/proc/19938/task/20002/stat : 20002 (java) S 19935 19938 15321 0 -1 1077944384 3962 13136 0 0 101 2 5 2 20 0 15 0 223061431 11341758464 72326 33554432000 4194304 4196468 140731614966800 140534351797104 140534861826690 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35483648 140731614972524 140731614975324 140731614975324 140731614977999 0
[pid=19938/tid=20003] ppid=19935 vsize=11075936 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19938/task/20003/stat : 20003 (java) S 19935 19938 15321 0 -1 1077944384 3 13136 0 0 0 0 5 2 20 0 15 0 223061431 11341758464 72326 33554432000 4194304 4196468 140731614966800 140532739206112 140534861825749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35483648 140731614972524 140731614975324 140731614975324 140731614977999 0
[pid=19938/tid=20004] ppid=19935 vsize=11075936 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19938/task/20004/stat : 20004 (java) S 19935 19938 15321 0 -1 1077944384 1 13136 0 0 0 0 5 2 20 0 15 0 223061431 11341758464 72326 33554432000 4194304 4196468 140731614966800 140534282709424 140534861826690 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35483648 140731614972524 140731614975324 140731614975324 140731614977999 0
Current children cumulated CPU time: 6.15 s
Current children cumulated vsize: 11075936 KiB
Current children cumulated memory: 289304 KiB

[startup+4.00529 s]*
/proc/loadavg: 1.40 1.45 1.45 6/216 20004
/proc/meminfo: memFree=10116340/32770624 swapFree=67108404/67108860
[pid=19938] ppid=19935 vsize=11077984 memory=359096 CPUtime=8.83 cores=1,3,5,7
/proc/19938/stat : 19938 (java) S 19935 19938 15321 0 -1 1077944320 57520 13136 0 0 858 18 5 2 20 0 15 0 223061416 11343855616 89774 33554432000 4194304 4196468 140731614966800 140731614949344 140534861815543 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 35483648 140731614972524 140731614975324 140731614975324 140731614977999 0
/proc/19938/statm: 2769496 89774 3513 1 0 2731149 0
[pid=19938/tid=19991] ppid=19935 vsize=11077984 memory=6791534058613427641 CPUtime=3.88 cores=1,3,5,7
/proc/19938/task/19991/stat : 19991 (java) R 19935 19938 15321 0 -1 4202560 36991 13136 0 0 371 10 5 2 20 0 15 0 223061425 11343855616 89774 33554432000 4194304 4196468 140731614966800 140534833646080 140534443249048 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35483648 140731614972524 140731614975324 140731614975324 140731614977999 0
[pid=19938/tid=19992] ppid=19935 vsize=11077984 memory=4872558044660077418 CPUtime=0.09 cores=1,3,5,7
/proc/19938/task/19992/stat : 19992 (java) S 19935 19938 15321 0 -1 1077944384 82 13136 0 0 2 0 5 2 20 0 15 0 223061426 11343855616 89774 33554432000 4194304 4196468 140731614966800 140534866058128 140534861825749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35483648 140731614972524 140731614975324 140731614975324 140731614977999 0
[pid=19938/tid=19993] ppid=19935 vsize=11077984 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/19938/task/19993/stat : 19993 (java) S 19935 19938 15321 0 -1 1077944384 50 13136 0 0 3 0 5 2 20 0 15 0 223061426 11343855616 89774 33554432000 4194304 4196468 140731614966800 140534401018640 140534861825749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35483648 140731614972524 140731614975324 140731614975324 140731614977999 0
[pid=19938/tid=19994] ppid=19935 vsize=11077984 memory=-2746958450906831424 CPUtime=0.1 cores=1,3,5,7
/proc/19938/task/19994/stat : 19994 (java) S 19935 19938 15321 0 -1 1077944384 431 13136 0 0 3 0 5 2 20 0 15 0 223061426 11343855616 89774 33554432000 4194304 4196468 140731614966800 140534399966352 140534861825749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35483648 140731614972524 140731614975324 140731614975324 140731614977999 0
[pid=19938/tid=19995] ppid=19935 vsize=11077984 memory=6944652177228980320 CPUtime=0.1 cores=1,3,5,7
/proc/19938/task/19995/stat : 19995 (java) S 19935 19938 15321 0 -1 1077944384 117 13136 0 0 3 0 5 2 20 0 15 0 223061426 11343855616 89774 33554432000 4194304 4196468 140731614966800 140534398913552 140534861825749 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35483648 140731614972524 140731614975324 140731614975324 140731614977999 0
[pid=19938/tid=19996] ppid=19935 vsize=11077984 memory=6944656575208382560 CPUtime=0.1 cores=1,3,5,7
/proc/19938/task/19996/stat : 19996 (java) S 19935 19938 15321 0 -1 1077944384 442 13136 0 0 3 0 5 2 20 0 15 0 223061427 11343855616 89774 33554432000 4194304 4196468 140731614966800 140534354954352 140534861826690 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35483648 140731614972524 140731614975324 140731614975324 140731614977999 0
[pid=19938/tid=19997] ppid=19935 vsize=11077984 memory=6944656592385698452 CPUtime=0.07 cores=1,3,5,7
/proc/19938/task/19997/stat : 19997 (java) S 19935 19938 15321 0 -1 1077944384 16 13136 0 0 0 0 5 2 20 0 15 0 223061428 11343855616 89774 33554432000 4194304 4196468 140731614966800 140533678728096 140534861825749 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35483648 140731614972524 140731614975324 140731614975324 140731614977999 0
[pid=19938/tid=19998] ppid=19935 vsize=11077984 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19938/task/19998/stat : 19998 (java) S 19935 19938 15321 0 -1 1077944384 4 13136 0 0 0 0 5 2 20 0 15 0 223061428 11343855616 89774 33554432000 4194304 4196468 140731614966800 140533477401728 140534861825749 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35483648 140731614972524 140731614975324 140731614975324 140731614977999 0
[pid=19938/tid=19999] ppid=19935 vsize=11077984 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19938/task/19999/stat : 19999 (java) S 19935 19938 15321 0 -1 1077944384 3 13136 0 0 0 0 5 2 20 0 15 0 223061431 11343855616 89774 33554432000 4194304 4196468 140731614966800 140533170002000 140534861834139 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35483648 140731614972524 140731614975324 140731614975324 140731614977999 0
[pid=19938/tid=20000] ppid=19935 vsize=11077984 memory=0 CPUtime=2.05 cores=1,3,5,7
/proc/19938/task/20000/stat : 20000 (java) R 19935 19938 15321 0 -1 4202560 6472 13136 0 0 197 1 5 2 20 0 15 0 223061431 11343855616 89774 33554432000 4194304 4196468 140731614966800 140534353885088 140534846941395 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35483648 140731614972524 140731614975324 140731614975324 140731614977999 0
[pid=19938/tid=20001] ppid=19935 vsize=11077984 memory=0 CPUtime=1.54 cores=1,3,5,7
/proc/19938/task/20001/stat : 20001 (java) R 19935 19938 15321 0 -1 4202560 3776 13136 0 0 146 1 5 2 20 0 15 0 223061431 11343855616 89774 33554432000 4194304 4196468 140731614966800 140534352830656 140534846715050 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35483648 140731614972524 140731614975324 140731614975324 140731614977999 0
[pid=19938/tid=20002] ppid=19935 vsize=11077984 memory=4785954429024149535 CPUtime=1.34 cores=1,3,5,7
/proc/19938/task/20002/stat : 20002 (java) R 19935 19938 15321 0 -1 1077944384 6935 13136 0 0 125 2 5 2 20 0 15 0 223061431 11343855616 89774 33554432000 4194304 4196468 140731614966800 140534351797104 140534861826690 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35483648 140731614972524 140731614975324 140731614975324 140731614977999 0
[pid=19938/tid=20003] ppid=19935 vsize=11077984 memory=5507152521407963187 CPUtime=0.07 cores=1,3,5,7
/proc/19938/task/20003/stat : 20003 (java) S 19935 19938 15321 0 -1 1077944384 3 13136 0 0 0 0 5 2 20 0 15 0 223061431 11343855616 89774 33554432000 4194304 4196468 140731614966800 140532739206112 140534861825749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35483648 140731614972524 140731614975324 140731614975324 140731614977999 0
[pid=19938/tid=20004] ppid=19935 vsize=11077984 memory=739271074832719903 CPUtime=0.07 cores=1,3,5,7
/proc/19938/task/20004/stat : 20004 (java) R 19935 19938 15321 0 -1 1077944384 6 13136 0 0 0 0 5 2 20 0 15 0 223061431 11343855616 89774 33554432000 4194304 4196468 140731614966800 140534282709424 140534861826690 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 35483648 140731614972524 140731614975324 140731614975324 140731614977999 0
Current children cumulated CPU time: 8.83 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 359096 KiB

[startup+4.40073 s]
/proc/loadavg: 1.40 1.45 1.45 6/216 20004
/proc/meminfo: memFree=10116340/32770624 swapFree=67108404/67108860
[pid=19938] ppid=19935 vsize=11077984 memory=362020 CPUtime=9.6 cores=1,3,5,7
/proc/19938/stat : 19938 (java) S 19935 19938 15321 0 -1 1077944320 57820 13136 0 0 935 18 5 2 20 0 15 0 223061416 11343855616 90505 33554432000 4194304 4196468 140731614966800 140731614949344 140534861815543 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 35483648 140731614972524 140731614975324 140731614975324 140731614977999 0
/proc/19938/statm: 2769496 90505 3515 1 0 2731149 0
[pid=19938/tid=19991] ppid=19935 vsize=11077984 memory=6944656592455097440 CPUtime=4.27 cores=1,3,5,7
/proc/19938/task/19991/stat : 19991 (java) R 19935 19938 15321 0 -1 4202560 36999 13136 0 0 410 10 5 2 20 0 15 0 223061425 11343855616 90505 33554432000 4194304 4196468 140731614966800 140534833646576 140534443303168 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35483648 140731614972524 140731614975324 140731614975324 140731614977999 0
[pid=19938/tid=19992] ppid=19935 vsize=11077984 memory=6944652177228980320 CPUtime=0.09 cores=1,3,5,7
/proc/19938/task/19992/stat : 19992 (java) S 19935 19938 15321 0 -1 1077944384 85 13136 0 0 2 0 5 2 20 0 15 0 223061426 11343855616 90505 33554432000 4194304 4196468 140731614966800 140534866058128 140534861825749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35483648 140731614972524 140731614975324 140731614975324 140731614977999 0
[pid=19938/tid=19993] ppid=19935 vsize=11077984 memory=6655300316396806240 CPUtime=0.1 cores=1,3,5,7
/proc/19938/task/19993/stat : 19993 (java) S 19935 19938 15321 0 -1 1077944384 50 13136 0 0 3 0 5 2 20 0 15 0 223061426 11343855616 90505 33554432000 4194304 4196468 140731614966800 140534401018640 140534861825749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35483648 140731614972524 140731614975324 140731614975324 140731614977999 0
[pid=19938/tid=19994] ppid=19935 vsize=11077984 memory=6944656592455359580 CPUtime=0.1 cores=1,3,5,7
/proc/19938/task/19994/stat : 19994 (java) S 19935 19938 15321 0 -1 1077944384 432 13136 0 0 3 0 5 2 20 0 15 0 223061426 11343855616 90505 33554432000 4194304 4196468 140731614966800 140534399966352 140534861825749 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35483648 140731614972524 140731614975324 140731614975324 140731614977999 0
[pid=19938/tid=19995] ppid=19935 vsize=11077984 memory=6944652177228980320 CPUtime=0.1 cores=1,3,5,7
/proc/19938/task/19995/stat : 19995 (java) S 19935 19938 15321 0 -1 1077944384 117 13136 0 0 3 0 5 2 20 0 15 0 223061426 11343855616 90505 33554432000 4194304 4196468 140731614966800 140534398913552 140534861825749 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35483648 140731614972524 140731614975324 140731614975324 140731614977999 0
[pid=19938/tid=19996] ppid=19935 vsize=11077984 memory=6944656592455097440 CPUtime=0.1 cores=1,3,5,7
/proc/19938/task/19996/stat : 19996 (java) S 19935 19938 15321 0 -1 1077944384 444 13136 0 0 3 0 5 2 20 0 15 0 223061427 11343855616 90505 33554432000 4194304 4196468 140731614966800 140534354954352 140534861826690 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35483648 140731614972524 140731614975324 140731614975324 140731614977999 0
[pid=19938/tid=19997] ppid=19935 vsize=11077984 memory=6944652177228980320 CPUtime=0.07 cores=1,3,5,7
/proc/19938/task/19997/stat : 19997 (java) S 19935 19938 15321 0 -1 1077944384 16 13136 0 0 0 0 5 2 20 0 15 0 223061428 11343855616 90505 33554432000 4194304 4196468 140731614966800 140533678728096 140534861825749 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35483648 140731614972524 140731614975324 140731614975324 140731614977999 0
[pid=19938/tid=19998] ppid=19935 vsize=11077984 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19938/task/19998/stat : 19998 (java) S 19935 19938 15321 0 -1 1077944384 4 13136 0 0 0 0 5 2 20 0 15 0 223061428 11343855616 90505 33554432000 4194304 4196468 140731614966800 140533477401728 140534861825749 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35483648 140731614972524 140731614975324 140731614975324 140731614977999 0
[pid=19938/tid=19999] ppid=19935 vsize=11077984 memory=3521 CPUtime=0.07 cores=1,3,5,7
/proc/19938/task/19999/stat : 19999 (java) S 19935 19938 15321 0 -1 1077944384 3 13136 0 0 0 0 5 2 20 0 15 0 223061431 11343855616 90505 33554432000 4194304 4196468 140731614966800 140533170002000 140534861834139 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35483648 140731614972524 140731614975324 140731614975324 140731614977999 0
[pid=19938/tid=20000] ppid=19935 vsize=11077984 memory=0 CPUtime=2.2 cores=1,3,5,7
/proc/19938/task/20000/stat : 20000 (java) S 19935 19938 15321 0 -1 1077944384 6539 13136 0 0 212 1 5 2 20 0 15 0 223061431 11343855616 90505 33554432000 4194304 4196468 140731614966800 140534353902192 140534861826690 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35483648 140731614972524 140731614975324 140731614975324 140731614977999 0
[pid=19938/tid=20001] ppid=19935 vsize=11077984 memory=280469820275688 CPUtime=1.71 cores=1,3,5,7
/proc/19938/task/20001/stat : 20001 (java) S 19935 19938 15321 0 -1 1077944384 3871 13136 0 0 163 1 5 2 20 0 15 0 223061431 11343855616 90505 33554432000 4194304 4196468 140731614966800 140534352849392 140534861826690 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35483648 140731614972524 140731614975324 140731614975324 140731614977999 0
[pid=19938/tid=20002] ppid=19935 vsize=11077984 memory=9264 CPUtime=1.41 cores=1,3,5,7
/proc/19938/task/20002/stat : 20002 (java) S 19935 19938 15321 0 -1 1077944384 7058 13136 0 0 131 3 5 2 20 0 15 0 223061431 11343855616 90505 33554432000 4194304 4196468 140731614966800 140534351797104 140534861826690 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35483648 140731614972524 140731614975324 140731614975324 140731614977999 0
[pid=19938/tid=20003] ppid=19935 vsize=11077984 memory=26171 CPUtime=0.07 cores=1,3,5,7
/proc/19938/task/20003/stat : 20003 (java) S 19935 19938 15321 0 -1 1077944384 3 13136 0 0 0 0 5 2 20 0 15 0 223061431 11343855616 90505 33554432000 4194304 4196468 140731614966800 140532739206112 140534861825749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35483648 140731614972524 140731614975324 140731614975324 140731614977999 0
[pid=19938/tid=20004] ppid=19935 vsize=11077984 memory=6944656575208382560 CPUtime=0.07 cores=1,3,5,7
/proc/19938/task/20004/stat : 20004 (java) S 19935 19938 15321 0 -1 1077944384 7 13136 0 0 0 0 5 2 20 0 15 0 223061431 11343855616 90505 33554432000 4194304 4196468 140731614966800 140534282709424 140534861826690 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35483648 140731614972524 140731614975324 140731614975324 140731614977999 0
Current children cumulated CPU time: 9.6 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 362020 KiB

[startup+4.80071 s]
/proc/loadavg: 1.40 1.45 1.45 6/216 20004
/proc/meminfo: memFree=10116340/32770624 swapFree=67108404/67108860
[pid=19938] ppid=19935 vsize=11142492 memory=364836 CPUtime=10.09 cores=1,3,5,7
/proc/19938/stat : 19938 (java) S 19935 19938 15321 0 -1 1077944320 58632 13136 0 0 983 19 5 2 20 0 13 0 223061416 11409911808 91209 33554432000 4194304 4196468 140731614966800 140731614949344 140534861815543 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 35483648 140731614972524 140731614975324 140731614975324 140731614977999 0
/proc/19938/statm: 2785623 91209 3517 1 0 2747276 0
[pid=19938/tid=19991] ppid=19935 vsize=11142492 memory=280469820278496 CPUtime=4.59 cores=1,3,5,7
/proc/19938/task/19991/stat : 19991 (java) D 19935 19938 15321 0 -1 4202560 37654 13136 0 0 442 10 5 2 20 0 13 0 223061425 11409911808 91209 33554432000 4194304 4196468 140731614966800 140534833659192 140534854501175 0 0 0 16800975 18446744072099941509 0 0 -1 5 0 0 0 0 0 6293624 6294260 35483648 140731614972524 140731614975324 140731614975324 140731614977999 0
[pid=19938/tid=19992] ppid=19935 vsize=11142492 memory=280469820285216 CPUtime=0.09 cores=1,3,5,7
/proc/19938/task/19992/stat : 19992 (java) S 19935 19938 15321 0 -1 1077944384 85 13136 0 0 2 0 5 2 20 0 13 0 223061426 11409911808 91209 33554432000 4194304 4196468 140731614966800 140534866058128 140534861825749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35483648 140731614972524 140731614975324 140731614975324 140731614977999 0
[pid=19938/tid=19993] ppid=19935 vsize=11142492 memory=232976 CPUtime=0.1 cores=1,3,5,7
/proc/19938/task/19993/stat : 19993 (java) S 19935 19938 15321 0 -1 1077944384 50 13136 0 0 3 0 5 2 20 0 13 0 223061426 11409911808 91209 33554432000 4194304 4196468 140731614966800 140534401018640 140534861825749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35483648 140731614972524 140731614975324 140731614975324 140731614977999 0
[pid=19938/tid=19994] ppid=19935 vsize=11142492 memory=292220 CPUtime=0.1 cores=1,3,5,7
/proc/19938/task/19994/stat : 19994 (java) S 19935 19938 15321 0 -1 1077944384 432 13136 0 0 3 0 5 2 20 0 13 0 223061426 11409911808 91209 33554432000 4194304 4196468 140731614966800 140534399966352 140534861825749 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35483648 140731614972524 140731614975324 140731614975324 140731614977999 0
[pid=19938/tid=19995] ppid=19935 vsize=11142492 memory=6791534058613427641 CPUtime=0.1 cores=1,3,5,7
/proc/19938/task/19995/stat : 19995 (java) S 19935 19938 15321 0 -1 1077944384 117 13136 0 0 3 0 5 2 20 0 13 0 223061426 11409911808 91209 33554432000 4194304 4196468 140731614966800 140534398913552 140534861825749 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35483648 140731614972524 140731614975324 140731614975324 140731614977999 0
[pid=19938/tid=19997] ppid=19935 vsize=11142492 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19938/task/19997/stat : 19997 (java) S 19935 19938 15321 0 -1 1077944384 16 13136 0 0 0 0 5 2 20 0 13 0 223061428 11409911808 91209 33554432000 4194304 4196468 140731614966800 140533678728096 140534861825749 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35483648 140731614972524 140731614975324 140731614975324 140731614977999 0
[pid=19938/tid=19998] ppid=19935 vsize=11142492 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19938/task/19998/stat : 19998 (java) S 19935 19938 15321 0 -1 1077944384 4 13136 0 0 0 0 5 2 20 0 13 0 223061428 11409911808 91209 33554432000 4194304 4196468 140731614966800 140533477401728 140534861825749 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35483648 140731614972524 140731614975324 140731614975324 140731614977999 0
[pid=19938/tid=19999] ppid=19935 vsize=11142492 memory=11697 CPUtime=0.07 cores=1,3,5,7
/proc/19938/task/19999/stat : 19999 (java) S 19935 19938 15321 0 -1 1077944384 6 13136 0 0 0 0 5 2 20 0 13 0 223061431 11409911808 91209 33554432000 4194304 4196468 140731614966800 140533170001648 140534861825749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35483648 140731614972524 140731614975324 140731614975324 140731614977999 0
[pid=19938/tid=20000] ppid=19935 vsize=11142492 memory=0 CPUtime=2.26 cores=1,3,5,7
/proc/19938/task/20000/stat : 20000 (java) S 19935 19938 15321 0 -1 1077944384 6558 13136 0 0 218 1 5 2 20 0 13 0 223061431 11409911808 91209 33554432000 4194304 4196468 140731614966800 140534353886704 140534861825749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35483648 140731614972524 140731614975324 140731614975324 140731614977999 0
[pid=19938/tid=20001] ppid=19935 vsize=11142492 memory=0 CPUtime=1.77 cores=1,3,5,7
/proc/19938/task/20001/stat : 20001 (java) S 19935 19938 15321 0 -1 1077944384 3887 13136 0 0 169 1 5 2 20 0 13 0 223061431 11409911808 91209 33554432000 4194304 4196468 140731614966800 140534352840496 140534861825749 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35483648 140731614972524 140731614975324 140731614975324 140731614977999 0
[pid=19938/tid=20002] ppid=19935 vsize=11142492 memory=0 CPUtime=1.44 cores=1,3,5,7
/proc/19938/task/20002/stat : 20002 (java) S 19935 19938 15321 0 -1 1077944384 7142 13136 0 0 134 3 5 2 20 0 13 0 223061431 11409911808 91209 33554432000 4194304 4196468 140731614966800 140534351797104 140534861826690 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35483648 140731614972524 140731614975324 140731614975324 140731614977999 0
[pid=19938/tid=20003] ppid=19935 vsize=11142492 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19938/task/20003/stat : 20003 (java) S 19935 19938 15321 0 -1 1077944384 3 13136 0 0 0 0 5 2 20 0 13 0 223061431 11409911808 91209 33554432000 4194304 4196468 140731614966800 140532739206112 140534861825749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35483648 140731614972524 140731614975324 140731614975324 140731614977999 0
Current children cumulated CPU time: 10.09 s
Current children cumulated vsize: 11142492 KiB
Current children cumulated memory: 364836 KiB

[startup+4.9007 s]
/proc/loadavg: 1.40 1.45 1.45 6/216 20004
/proc/meminfo: memFree=10116340/32770624 swapFree=67108404/67108860
[pid=19938] ppid=19935 vsize=11142492 memory=364836 CPUtime=10.09 cores=1,3,5,7
/proc/19938/stat : 19938 (java) S 19935 19938 15321 0 -1 1077944320 58632 13136 0 0 983 19 5 2 20 0 13 0 223061416 11409911808 91209 33554432000 4194304 4196468 140731614966800 140731614949344 140534861815543 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 35483648 140731614972524 140731614975324 140731614975324 140731614977999 0
/proc/19938/statm: 2785623 91209 3517 1 0 2747276 0
[pid=19938/tid=19991] ppid=19935 vsize=11142492 memory=56 CPUtime=4.59 cores=1,3,5,7
/proc/19938/task/19991/stat : 19991 (java) D 19935 19938 15321 0 -1 4202560 37654 13136 0 0 442 10 5 2 20 0 13 0 223061425 11409911808 91209 33554432000 4194304 4196468 140731614966800 140534833659192 140534854501175 0 0 0 16800975 18446744072099941509 0 0 -1 5 0 0 0 0 0 6293624 6294260 35483648 140731614972524 140731614975324 140731614975324 140731614977999 0
[pid=19938/tid=19992] ppid=19935 vsize=11142492 memory=56 CPUtime=0.09 cores=1,3,5,7
/proc/19938/task/19992/stat : 19992 (java) S 19935 19938 15321 0 -1 1077944384 85 13136 0 0 2 0 5 2 20 0 13 0 223061426 11409911808 91209 33554432000 4194304 4196468 140731614966800 140534866058128 140534861825749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35483648 140731614972524 140731614975324 140731614975324 140731614977999 0
[pid=19938/tid=19993] ppid=19935 vsize=11142492 memory=280469820331088 CPUtime=0.1 cores=1,3,5,7
/proc/19938/task/19993/stat : 19993 (java) S 19935 19938 15321 0 -1 1077944384 50 13136 0 0 3 0 5 2 20 0 13 0 223061426 11409911808 91209 33554432000 4194304 4196468 140731614966800 140534401018640 140534861825749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35483648 140731614972524 140731614975324 140731614975324 140731614977999 0
[pid=19938/tid=19994] ppid=19935 vsize=11142492 memory=2321236993215809184 CPUtime=0.1 cores=1,3,5,7
/proc/19938/task/19994/stat : 19994 (java) S 19935 19938 15321 0 -1 1077944384 432 13136 0 0 3 0 5 2 20 0 13 0 223061426 11409911808 91209 33554432000 4194304 4196468 140731614966800 140534399966352 140534861825749 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35483648 140731614972524 140731614975324 140731614975324 140731614977999 0
[pid=19938/tid=19995] ppid=19935 vsize=11142492 memory=7809896381340279654 CPUtime=0.1 cores=1,3,5,7
/proc/19938/task/19995/stat : 19995 (java) S 19935 19938 15321 0 -1 1077944384 117 13136 0 0 3 0 5 2 20 0 13 0 223061426 11409911808 91209 33554432000 4194304 4196468 140731614966800 140534398913552 140534861825749 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35483648 140731614972524 140731614975324 140731614975324 140731614977999 0
[pid=19938/tid=19997] ppid=19935 vsize=11142492 memory=280469820634864 CPUtime=0.07 cores=1,3,5,7
/proc/19938/task/19997/stat : 19997 (java) S 19935 19938 15321 0 -1 1077944384 16 13136 0 0 0 0 5 2 20 0 13 0 223061428 11409911808 91209 33554432000 4194304 4196468 140731614966800 140533678728096 140534861825749 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35483648 140731614972524 140731614975324 140731614975324 140731614977999 0
[pid=19938/tid=19998] ppid=19935 vsize=11142492 memory=2499603859201 CPUtime=0.07 cores=1,3,5,7
/proc/19938/task/19998/stat : 19998 (java) S 19935 19938 15321 0 -1 1077944384 4 13136 0 0 0 0 5 2 20 0 13 0 223061428 11409911808 91209 33554432000 4194304 4196468 140731614966800 140533477401728 140534861825749 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35483648 140731614972524 140731614975324 140731614975324 140731614977999 0
[pid=19938/tid=19999] ppid=19935 vsize=11142492 memory=2516783728385 CPUtime=0.07 cores=1,3,5,7
/proc/19938/task/19999/stat : 19999 (java) S 19935 19938 15321 0 -1 1077944384 6 13136 0 0 0 0 5 2 20 0 13 0 223061431 11409911808 91209 33554432000 4194304 4196468 140731614966800 140533170001648 140534861825749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35483648 140731614972524 140731614975324 140731614975324 140731614977999 0
[pid=19938/tid=20000] ppid=19935 vsize=11142492 memory=0 CPUtime=2.26 cores=1,3,5,7
/proc/19938/task/20000/stat : 20000 (java) S 19935 19938 15321 0 -1 1077944384 6558 13136 0 0 218 1 5 2 20 0 13 0 223061431 11409911808 91209 33554432000 4194304 4196468 140731614966800 140534353886704 140534861825749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35483648 140731614972524 140731614975324 140731614975324 140731614977999 0
[pid=19938/tid=20001] ppid=19935 vsize=11142492 memory=-2746958450906831424 CPUtime=1.77 cores=1,3,5,7
/proc/19938/task/20001/stat : 20001 (java) S 19935 19938 15321 0 -1 1077944384 3887 13136 0 0 169 1 5 2 20 0 13 0 223061431 11409911808 91209 33554432000 4194304 4196468 140731614966800 140534352840496 140534861825749 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35483648 140731614972524 140731614975324 140731614975324 140731614977999 0
[pid=19938/tid=20002] ppid=19935 vsize=11142492 memory=6944656592455360604 CPUtime=1.44 cores=1,3,5,7
/proc/19938/task/20002/stat : 20002 (java) S 19935 19938 15321 0 -1 1077944384 7142 13136 0 0 134 3 5 2 20 0 13 0 223061431 11409911808 91209 33554432000 4194304 4196468 140731614966800 140534351797104 140534861826690 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35483648 140731614972524 140731614975324 140731614975324 140731614977999 0
[pid=19938/tid=20003] ppid=19935 vsize=11142492 memory=7489 CPUtime=0.07 cores=1,3,5,7
/proc/19938/task/20003/stat : 20003 (java) S 19935 19938 15321 0 -1 1077944384 3 13136 0 0 0 0 5 2 20 0 13 0 223061431 11409911808 91209 33554432000 4194304 4196468 140731614966800 140532739206112 140534861825749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35483648 140731614972524 140731614975324 140731614975324 140731614977999 0
Current children cumulated CPU time: 10.09 s
Current children cumulated vsize: 11142492 KiB
Current children cumulated memory: 364836 KiB

Child status: 0
Real time (s): 4.94671
CPU time (s): 10.1189
CPU user time (s): 9.88815
CPU system time (s): 0.230705
CPU usage (%): 204.557
Max. virtual memory (cumulated for all children) (KiB): 11142492
Max. memory (cumulated for all children) (KiB): 364836

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9.88815
system time used= 0.230705
maximum resident set size= 366872
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 71795
page faults= 0
swaps= 0
block input operations= 0
block output operations= 184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6222
involuntary context switches= 38


# summary of solver processes directly reported to runsolver:
#   pid: 19938
#   total CPU time (s): 10.1189
#   total CPU user time (s): 9.88815
#   total CPU system time (s): 0.230705

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.055371 second user time and 0.082031 second system time

The end

Launcher Data

Begin job on node148 at 2018-08-12 08:23:03
IDJOB=4304879
IDBENCH=141166
IDSOLVER=2780
FILE ID=node148/4304879-1534054983
RUNJOBID= node148-1534041135-17409
PBS_JOBID= 21036960
Free space on /tmp= 33700 MiB

SOLVER NAME= Concrete 3.9.2
BENCH NAME= XCSP18/GracefulGraph/GracefulGraph-K04-P03_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4304879-1534054983/watcher-4304879-1534054983 -o /tmp/evaluation-result-4304879-1534054983/solver-4304879-1534054983 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1534041135-17409 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=1647182153 HOME/instance-4304879-1534054983.xml

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

MD5SUM BENCH= 76f2570dac1ecc86f40824dfede26263
RANDOM SEED=1647182153

node148.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:        10462356 kB
MemAvailable:   30390128 kB
Buffers:          238484 kB
Cached:         19637808 kB
SwapCached:          352 kB
Active:         10715776 kB
Inactive:       10727624 kB
Active(anon):    1517876 kB
Inactive(anon):   101132 kB
Active(file):    9197900 kB
Inactive(file): 10626492 kB
Unevictable:        7340 kB
Mlocked:            7340 kB
SwapTotal:      67108860 kB
SwapFree:       67108404 kB
Dirty:             26440 kB
Writeback:             0 kB
AnonPages:       1702844 kB
Mapped:            67024 kB
Shmem:             49592 kB
Slab:             559600 kB
SReclaimable:     531840 kB
SUnreclaim:        27760 kB
KernelStack:        3824 kB
PageTables:         8748 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2715112 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1476608 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 33672 MiB
End job on node148 at 2018-08-12 08:23:08