Trace number 4400795

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.12.2SAT 24.9814 19.4515

General information on the benchmark

NamePrimes/
Primes-m1-p20/Primes-20-40-2-7.xml
MD5SUM37689576328d0295b96bd2728694e285
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 benchmark1.7383
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints40
Number of domains1
Minimum domain size70
Maximum domain size70
Distribution of domain sizes[{"size":70,"count":88}]
Minimum variable degree0
Maximum variable degree7
Distribution of variable degrees[{"degree":0,"count":12},{"degree":1,"count":20},{"degree":2,"count":25},{"degree":3,"count":20},{"degree":4,"count":12},{"degree":5,"count":5},{"degree":6,"count":3},{"degree":7,"count":3}]
Minimum constraint arity2
Maximum constraint arity9
Distribution of constraint arities[{"arity":2,"count":4},{"arity":3,"count":4},{"arity":4,"count":4},{"arity":5,"count":2},{"arity":6,"count":7},{"arity":7,"count":4},{"arity":8,"count":9},{"arity":9,"count":6}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":40}]
Optimization problemNO
Type of objective

Solver Data

0.74/0.55	c Concrete v3.12.2.1568631193530 running
24.90/19.42	v <instantiation
24.90/19.42	v         >
24.90/19.42	v       <list>
24.90/19.42	v         x[0] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[17] x[18] x[19] x[20] x[21] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39] x[40] x[41] x[42] x[43] x[44] x[45] x[46] x[47] x[48] x[49] x[50] x[51] x[53] x[54] x[55] x[56] x[57] x[59] x[60] x[61] x[63] x[64] x[65] x[66] x[67] x[68] x[69] x[71] x[72] x[73] x[74] x[75] x[79] x[81] x[82] x[83] x[84] x[85] x[86] x[87] x[88] x[89] x[90] x[91] x[92] x[93] x[94] x[95] x[97] x[98] x[99]
24.90/19.42	v       </list>
24.90/19.42	v       <values>
24.90/19.42	v         12 24 68 29 53 18 53 39 7 3 20 12 14 3 18 39 56 9 36 18 12 56 36 25 33 29 9 28 10 16 26 29 21 51 58 48 13 42 27 31 58 13 17 35 10 19 31 42 8 10 66 28 3 37 56 6 69 48 59 41 55 3 16 65 56 10 13 51 8 17 30 25 64 12 26 39 33 26 59 54 39 59 23 52 26 25 47 65
24.90/19.42	v       </values>
24.90/19.42	v     </instantiation>
24.90/19.42	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 (14213 MiB free)
  memory of node 1: 16384 MiB (14722 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4400795-1568685280/watcher-4400795-1568685280 -o /tmp/evaluation-result-4400795-1568685280/solver-4400795-1568685280 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1568673289-31264 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1910530933 HOME/instance-4400795-1568685280.xml 

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

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


[startup+0.101614 s]*
/proc/loadavg: 1.56 1.40 1.40 3/219 3853
/proc/meminfo: memFree=29621560/32770624 swapFree=66967452/67108860
[pid=3796] ppid=3793 vsize=9972712 memory=16816 CPUtime=0.09 cores=0,2,4,6
/proc/3796/stat : 3796 (java) S 3793 3796 31233 0 -1 1077944320 4471 13142 0 0 1 0 5 3 20 0 6 0 444794813 10212057088 4204 33554432000 4194304 4196468 140732168193456 140732168176000 140678731816695 0 0 0 16784584 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 15802368 140732168198895 140732168201413 140732168201413 140732168204239 0
/proc/3796/statm: 2493178 4204 1935 1 0 2481616 0
[pid=3796/tid=3849] ppid=3793 vsize=9972712 memory=-8171376296011865461 CPUtime=0.09 cores=0,2,4,6
/proc/3796/task/3849/stat : 3849 (java) R 3793 3796 31233 0 -1 4202560 2329 13142 0 0 1 0 5 3 20 0 6 0 444794822 10212057088 4270 33554432000 4194304 4196468 140732168193456 140678703653456 140678715009429 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15802368 140732168198895 140732168201413 140732168201413 140732168204239 0
[pid=3796/tid=3850] ppid=3793 vsize=9972712 memory=7948963741541478447 CPUtime=0.08 cores=0,2,4,6
/proc/3796/task/3850/stat : 3850 (java) S 3793 3796 31233 0 -1 1077944384 1 13142 0 0 0 0 5 3 20 0 6 0 444794823 10212057088 4270 33554432000 4194304 4196468 140732168193456 140678736059024 140678731826901 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15802368 140732168198895 140732168201413 140732168201413 140732168204239 0
[pid=3796/tid=3851] ppid=3793 vsize=9972712 memory=139859567859328 CPUtime=0.08 cores=0,2,4,6
/proc/3796/task/3851/stat : 3851 (java) S 3793 3796 31233 0 -1 1077944384 2 13142 0 0 0 0 5 3 20 0 6 0 444794823 10212057088 4270 33554432000 4194304 4196468 140732168193456 140678634949136 140678731826901 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15802368 140732168198895 140732168201413 140732168201413 140732168204239 0
[pid=3796/tid=3852] ppid=3793 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/3796/task/3852/stat : 3852 (java) S 3793 3796 31233 0 -1 1077944384 2 13142 0 0 0 0 5 3 20 0 6 0 444794823 10212057088 4270 33554432000 4194304 4196468 140732168193456 140678304491920 140678731826901 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15802368 140732168198895 140732168201413 140732168201413 140732168204239 0
[pid=3796/tid=3853] ppid=3793 vsize=9972712 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/3796/task/3853/stat : 3853 (java) S 3793 3796 31233 0 -1 1077944384 2 13142 0 0 0 0 5 3 20 0 6 0 444794823 10212057088 4270 33554432000 4194304 4196468 140732168193456 140678303439120 140678731826901 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15802368 140732168198895 140732168201413 140732168201413 140732168204239 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16816 KiB

[startup+0.21042 s]*
/proc/loadavg: 1.56 1.40 1.40 4/228 3862
/proc/meminfo: memFree=29603212/32770624 swapFree=66967452/67108860
[pid=3796] ppid=3793 vsize=10819712 memory=41644 CPUtime=0.27 cores=0,2,4,6
/proc/3796/stat : 3796 (java) S 3793 3796 31233 0 -1 1077944320 7367 13142 0 0 17 2 5 3 20 0 15 0 444794813 11079385088 10411 33554432000 4194304 4196468 140732168193456 140732168176000 140678731816695 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 15802368 140732168198895 140732168201413 140732168201413 140732168204239 0
/proc/3796/statm: 2704928 10411 3184 1 0 2667149 0
[pid=3796/tid=3849] ppid=3793 vsize=10820020 memory=8389772277269004345 CPUtime=0.19 cores=0,2,4,6
/proc/3796/task/3849/stat : 3849 (java) R 3793 3796 31233 0 -1 4202560 3951 13142 0 0 10 1 5 3 20 0 15 0 444794822 11079700480 10541 33554432000 4194304 4196468 140732168193456 140678703610752 140678731828630 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15802368 140732168198895 140732168201413 140732168201413 140732168204239 0
[pid=3796/tid=3850] ppid=3793 vsize=10820020 memory=4294967660 CPUtime=0.08 cores=0,2,4,6
/proc/3796/task/3850/stat : 3850 (java) S 3793 3796 31233 0 -1 1077944384 1 13142 0 0 0 0 5 3 20 0 15 0 444794823 11079700480 10541 33554432000 4194304 4196468 140732168193456 140678736059024 140678731826901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15802368 140732168198895 140732168201413 140732168201413 140732168204239 0
[pid=3796/tid=3851] ppid=3793 vsize=10820020 memory=288370235719571072 CPUtime=0.08 cores=0,2,4,6
/proc/3796/task/3851/stat : 3851 (java) S 3793 3796 31233 0 -1 1077944384 2 13142 0 0 0 0 5 3 20 0 15 0 444794823 11079700480 10541 33554432000 4194304 4196468 140732168193456 140678634949136 140678731826901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15802368 140732168198895 140732168201413 140732168201413 140732168204239 0
[pid=3796/tid=3852] ppid=3793 vsize=10820020 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/3796/task/3852/stat : 3852 (java) S 3793 3796 31233 0 -1 1077944384 2 13142 0 0 0 0 5 3 20 0 15 0 444794823 11079700480 10541 33554432000 4194304 4196468 140732168193456 140678304491920 140678731826901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15802368 140732168198895 140732168201413 140732168201413 140732168204239 0
[pid=3796/tid=3853] ppid=3793 vsize=10820020 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/3796/task/3853/stat : 3853 (java) S 3793 3796 31233 0 -1 1077944384 2 13142 0 0 0 0 5 3 20 0 15 0 444794823 11079700480 10541 33554432000 4194304 4196468 140732168193456 140678303439120 140678731826901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15802368 140732168198895 140732168201413 140732168201413 140732168204239 0
[pid=3796/tid=3854] ppid=3793 vsize=10820020 memory=139859567859328 CPUtime=0.08 cores=0,2,4,6
/proc/3796/task/3854/stat : 3854 (java) S 3793 3796 31233 0 -1 1077944384 2 13142 0 0 0 0 5 3 20 0 15 0 444794824 11079700480 10541 33554432000 4194304 4196468 140732168193456 140678191119216 140678731827842 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15802368 140732168198895 140732168201413 140732168201413 140732168204239 0
[pid=3796/tid=3855] ppid=3793 vsize=10820020 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/3796/task/3855/stat : 3855 (java) S 3793 3796 31233 0 -1 1077944384 13 13142 0 0 0 0 5 3 20 0 15 0 444794825 11079700480 10541 33554432000 4194304 4196468 140732168193456 140678097004064 140678731826901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15802368 140732168198895 140732168201413 140732168201413 140732168204239 0
[pid=3796/tid=3856] ppid=3793 vsize=10820020 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/3796/task/3856/stat : 3856 (java) S 3793 3796 31233 0 -1 1077944384 1 13142 0 0 0 0 5 3 20 0 15 0 444794825 11079700480 10541 33554432000 4194304 4196468 140732168193456 140677493024112 140678731826901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15802368 140732168198895 140732168201413 140732168201413 140732168204239 0
[pid=3796/tid=3857] ppid=3793 vsize=10820020 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/3796/task/3857/stat : 3857 (java) S 3793 3796 31233 0 -1 1077944384 3 13142 0 0 0 0 5 3 20 0 15 0 444794828 11079700480 10541 33554432000 4194304 4196468 140732168193456 140677252733264 140678731835291 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15802368 140732168198895 140732168201413 140732168201413 140732168204239 0
[pid=3796/tid=3858] ppid=3793 vsize=10820020 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/3796/task/3858/stat : 3858 (java) R 3793 3796 31233 0 -1 4202560 486 13142 0 0 1 0 5 3 20 0 15 0 444794828 11079700480 10541 33554432000 4194304 4196468 140732168193456 140678190066032 140678731828630 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15802368 140732168198895 140732168201413 140732168201413 140732168204239 0
[pid=3796/tid=3859] ppid=3793 vsize=10820020 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/3796/task/3859/stat : 3859 (java) S 3793 3796 31233 0 -1 1077944384 165 13142 0 0 0 0 5 3 20 0 15 0 444794828 11079700480 10541 33554432000 4194304 4196468 140732168193456 140678189013232 140678731827842 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15802368 140732168198895 140732168201413 140732168201413 140732168204239 0
[pid=3796/tid=3860] ppid=3793 vsize=10820020 memory=139859567859328 CPUtime=0.11 cores=0,2,4,6
/proc/3796/task/3860/stat : 3860 (java) S 3793 3796 31233 0 -1 1077944384 617 13142 0 0 3 0 5 3 20 0 15 0 444794828 11079700480 10541 33554432000 4194304 4196468 140732168193456 140678187960432 140678731827842 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15802368 140732168198895 140732168201413 140732168201413 140732168204239 0
[pid=3796/tid=3861] ppid=3793 vsize=10820020 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/3796/task/3861/stat : 3861 (java) S 3793 3796 31233 0 -1 1077944384 3 13142 0 0 0 0 5 3 20 0 15 0 444794828 11079700480 10541 33554432000 4194304 4196468 140732168193456 140677219174624 140678731826901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15802368 140732168198895 140732168201413 140732168201413 140732168204239 0
[pid=3796/tid=3862] ppid=3793 vsize=10820020 memory=139859567859328 CPUtime=0.08 cores=0,2,4,6
/proc/3796/task/3862/stat : 3862 (java) S 3793 3796 31233 0 -1 1077944384 1 13142 0 0 0 0 5 3 20 0 15 0 444794828 11079700480 10541 33554432000 4194304 4196468 140732168193456 140678186908848 140678731827842 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15802368 140732168198895 140732168201413 140732168201413 140732168204239 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10819712 KiB
Current children cumulated memory: 41644 KiB

[startup+0.310599 s]*
/proc/loadavg: 1.56 1.40 1.40 3/228 3862
/proc/meminfo: memFree=29590524/32770624 swapFree=66967452/67108860
[pid=3796] ppid=3793 vsize=10820196 memory=50452 CPUtime=0.4 cores=0,2,4,6
/proc/3796/stat : 3796 (java) S 3793 3796 31233 0 -1 1077944320 10845 13142 0 0 29 3 5 3 20 0 15 0 444794813 11079880704 12613 33554432000 4194304 4196468 140732168193456 140732168176000 140678731816695 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 15802368 140732168198895 140732168201413 140732168201413 140732168204239 0
/proc/3796/statm: 2705049 12613 3315 1 0 2667149 0
[pid=3796/tid=3849] ppid=3793 vsize=10820196 memory=6935054825532540783 CPUtime=0.29 cores=0,2,4,6
/proc/3796/task/3849/stat : 3849 (java) R 3793 3796 31233 0 -1 4202560 7327 13142 0 0 19 2 5 3 20 0 15 0 444794822 11079880704 12613 33554432000 4194304 4196468 140732168193456 140678703625648 140678715897182 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15802368 140732168198895 140732168201413 140732168201413 140732168204239 0
[pid=3796/tid=3850] ppid=3793 vsize=10820196 memory=4126316290023845779 CPUtime=0.08 cores=0,2,4,6
/proc/3796/task/3850/stat : 3850 (java) S 3793 3796 31233 0 -1 1077944384 1 13142 0 0 0 0 5 3 20 0 15 0 444794823 11079880704 12613 33554432000 4194304 4196468 140732168193456 140678736059024 140678731826901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15802368 140732168198895 140732168201413 140732168201413 140732168204239 0
[pid=3796/tid=3851] ppid=3793 vsize=10820196 memory=-2843869621071234206 CPUtime=0.08 cores=0,2,4,6
/proc/3796/task/3851/stat : 3851 (java) S 3793 3796 31233 0 -1 1077944384 2 13142 0 0 0 0 5 3 20 0 15 0 444794823 11079880704 12613 33554432000 4194304 4196468 140732168193456 140678634949136 140678731826901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15802368 140732168198895 140732168201413 140732168201413 140732168204239 0
[pid=3796/tid=3852] ppid=3793 vsize=10820196 memory=-8412656567334364540 CPUtime=0.08 cores=0,2,4,6
/proc/3796/task/3852/stat : 3852 (java) S 3793 3796 31233 0 -1 1077944384 2 13142 0 0 0 0 5 3 20 0 15 0 444794823 11079880704 12613 33554432000 4194304 4196468 140732168193456 140678304491920 140678731826901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15802368 140732168198895 140732168201413 140732168201413 140732168204239 0
[pid=3796/tid=3853] ppid=3793 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/3796/task/3853/stat : 3853 (java) S 3793 3796 31233 0 -1 1077944384 2 13142 0 0 0 0 5 3 20 0 15 0 444794823 11079880704 12613 33554432000 4194304 4196468 140732168193456 140678303439120 140678731826901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15802368 140732168198895 140732168201413 140732168201413 140732168204239 0
[pid=3796/tid=3854] ppid=3793 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/3796/task/3854/stat : 3854 (java) S 3793 3796 31233 0 -1 1077944384 2 13142 0 0 0 0 5 3 20 0 15 0 444794824 11079880704 12613 33554432000 4194304 4196468 140732168193456 140678191119216 140678731827842 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15802368 140732168198895 140732168201413 140732168201413 140732168204239 0
[pid=3796/tid=3855] ppid=3793 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/3796/task/3855/stat : 3855 (java) S 3793 3796 31233 0 -1 1077944384 13 13142 0 0 0 0 5 3 20 0 15 0 444794825 11079880704 12613 33554432000 4194304 4196468 140732168193456 140678097004064 140678731826901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15802368 140732168198895 140732168201413 140732168201413 140732168204239 0
[pid=3796/tid=3856] ppid=3793 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/3796/task/3856/stat : 3856 (java) S 3793 3796 31233 0 -1 1077944384 1 13142 0 0 0 0 5 3 20 0 15 0 444794825 11079880704 12613 33554432000 4194304 4196468 140732168193456 140677493024112 140678731826901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15802368 140732168198895 140732168201413 140732168201413 140732168204239 0
[pid=3796/tid=3857] ppid=3793 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/3796/task/3857/stat : 3857 (java) S 3793 3796 31233 0 -1 1077944384 3 13142 0 0 0 0 5 3 20 0 15 0 444794828 11079880704 12613 33554432000 4194304 4196468 140732168193456 140677252733264 140678731835291 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15802368 140732168198895 140732168201413 140732168201413 140732168204239 0
[pid=3796/tid=3858] ppid=3793 vsize=10820196 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/3796/task/3858/stat : 3858 (java) S 3793 3796 31233 0 -1 1077944384 496 13142 0 0 2 0 5 3 20 0 15 0 444794828 11079880704 12613 33554432000 4194304 4196468 140732168193456 140678190066032 140678731827842 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15802368 140732168198895 140732168201413 140732168201413 140732168204239 0
[pid=3796/tid=3859] ppid=3793 vsize=10820196 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/3796/task/3859/stat : 3859 (java) S 3793 3796 31233 0 -1 1077944384 165 13142 0 0 1 0 5 3 20 0 15 0 444794828 11079880704 12613 33554432000 4194304 4196468 140732168193456 140678189013232 140678731827842 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15802368 140732168198895 140732168201413 140732168201413 140732168204239 0
[pid=3796/tid=3860] ppid=3793 vsize=10820196 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/3796/task/3860/stat : 3860 (java) S 3793 3796 31233 0 -1 1077944384 624 13142 0 0 5 0 5 3 20 0 15 0 444794828 11079880704 12613 33554432000 4194304 4196468 140732168193456 140678187960432 140678731827842 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15802368 140732168198895 140732168201413 140732168201413 140732168204239 0
[pid=3796/tid=3861] ppid=3793 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/3796/task/3861/stat : 3861 (java) S 3793 3796 31233 0 -1 1077944384 3 13142 0 0 0 0 5 3 20 0 15 0 444794828 11079880704 12613 33554432000 4194304 4196468 140732168193456 140677219174624 140678731826901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15802368 140732168198895 140732168201413 140732168201413 140732168204239 0
[pid=3796/tid=3862] ppid=3793 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/3796/task/3862/stat : 3862 (java) S 3793 3796 31233 0 -1 1077944384 1 13142 0 0 0 0 5 3 20 0 15 0 444794828 11079880704 12613 33554432000 4194304 4196468 140732168193456 140678186908848 140678731827842 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15802368 140732168198895 140732168201413 140732168201413 140732168204239 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 50452 KiB

[startup+0.700732 s]
/proc/loadavg: 1.56 1.40 1.40 4/228 3862
/proc/meminfo: memFree=29576356/32770624 swapFree=66967452/67108860
[pid=3796] ppid=3793 vsize=10824364 memory=83320 CPUtime=1.12 cores=0,2,4,6
/proc/3796/stat : 3796 (java) S 3793 3796 31233 0 -1 1077944320 15080 13142 0 0 99 5 5 3 20 0 15 0 444794813 11084148736 20830 33554432000 4194304 4196468 140732168193456 140732168176000 140678731816695 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 15802368 140732168198895 140732168201413 140732168201413 140732168204239 0
/proc/3796/statm: 2706091 20830 3511 1 0 2668173 0
[pid=3796/tid=3849] ppid=3793 vsize=10824364 memory=2437662377729 CPUtime=0.67 cores=0,2,4,6
/proc/3796/task/3849/stat : 3849 (java) R 3793 3796 31233 0 -1 4202560 10446 13142 0 0 56 3 5 3 20 0 15 0 444794822 11084148736 20830 33554432000 4194304 4196468 140732168193456 140678703646240 140678731838621 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15802368 140732168198895 140732168201413 140732168201413 140732168204239 0
[pid=3796/tid=3850] ppid=3793 vsize=10824364 memory=2450547279617 CPUtime=0.08 cores=0,2,4,6
/proc/3796/task/3850/stat : 3850 (java) S 3793 3796 31233 0 -1 1077944384 1 13142 0 0 0 0 5 3 20 0 15 0 444794823 11084148736 20830 33554432000 4194304 4196468 140732168193456 140678736059024 140678731826901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15802368 140732168198895 140732168201413 140732168201413 140732168204239 0
[pid=3796/tid=3851] ppid=3793 vsize=10824364 memory=2472022116097 CPUtime=0.08 cores=0,2,4,6
/proc/3796/task/3851/stat : 3851 (java) S 3793 3796 31233 0 -1 1077944384 2 13142 0 0 0 0 5 3 20 0 15 0 444794823 11084148736 20830 33554432000 4194304 4196468 140732168193456 140678634949136 140678731826901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15802368 140732168198895 140732168201413 140732168201413 140732168204239 0
[pid=3796/tid=3852] ppid=3793 vsize=10824364 memory=2476317083393 CPUtime=0.08 cores=0,2,4,6
/proc/3796/task/3852/stat : 3852 (java) S 3793 3796 31233 0 -1 1077944384 2 13142 0 0 0 0 5 3 20 0 15 0 444794823 11084148736 20830 33554432000 4194304 4196468 140732168193456 140678304491920 140678731826901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15802368 140732168198895 140732168201413 140732168201413 140732168204239 0
[pid=3796/tid=3853] ppid=3793 vsize=10824364 memory=8730425 CPUtime=0.08 cores=0,2,4,6
/proc/3796/task/3853/stat : 3853 (java) S 3793 3796 31233 0 -1 1077944384 2 13142 0 0 0 0 5 3 20 0 15 0 444794823 11084148736 20830 33554432000 4194304 4196468 140732168193456 140678303439120 140678731826901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15802368 140732168198895 140732168201413 140732168201413 140732168204239 0
[pid=3796/tid=3854] ppid=3793 vsize=10824364 memory=4639649383340284835 CPUtime=0.08 cores=0,2,4,6
/proc/3796/task/3854/stat : 3854 (java) S 3793 3796 31233 0 -1 1077944384 5 13142 0 0 0 0 5 3 20 0 15 0 444794824 11084148736 20830 33554432000 4194304 4196468 140732168193456 140678191119216 140678731827842 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15802368 140732168198895 140732168201413 140732168201413 140732168204239 0
[pid=3796/tid=3855] ppid=3793 vsize=10824364 memory=6441370542062719057 CPUtime=0.08 cores=0,2,4,6
/proc/3796/task/3855/stat : 3855 (java) S 3793 3796 31233 0 -1 1077944384 13 13142 0 0 0 0 5 3 20 0 15 0 444794825 11084148736 20830 33554432000 4194304 4196468 140732168193456 140678097004064 140678731826901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15802368 140732168198895 140732168201413 140732168201413 140732168204239 0
[pid=3796/tid=3856] ppid=3793 vsize=10824364 memory=7013340846366745708 CPUtime=0.08 cores=0,2,4,6
/proc/3796/task/3856/stat : 3856 (java) S 3793 3796 31233 0 -1 1077944384 1 13142 0 0 0 0 5 3 20 0 15 0 444794825 11084148736 20830 33554432000 4194304 4196468 140732168193456 140677493024112 140678731826901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15802368 140732168198895 140732168201413 140732168201413 140732168204239 0
[pid=3796/tid=3857] ppid=3793 vsize=10824364 memory=279718872524352 CPUtime=0.08 cores=0,2,4,6
/proc/3796/task/3857/stat : 3857 (java) S 3793 3796 31233 0 -1 1077944384 3 13142 0 0 0 0 5 3 20 0 15 0 444794828 11084148736 20830 33554432000 4194304 4196468 140732168193456 140677252733264 140678731835291 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15802368 140732168198895 140732168201413 140732168201413 140732168204239 0
[pid=3796/tid=3858] ppid=3793 vsize=10824364 memory=139861315027553 CPUtime=0.2 cores=0,2,4,6
/proc/3796/task/3858/stat : 3858 (java) R 3793 3796 31233 0 -1 4202560 949 13142 0 0 12 0 5 3 20 0 15 0 444794828 11084148736 20830 33554432000 4194304 4196468 140732168193456 140678190066032 140678717831016 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15802368 140732168198895 140732168201413 140732168201413 140732168204239 0
[pid=3796/tid=3859] ppid=3793 vsize=10824364 memory=142326626255498 CPUtime=0.2 cores=0,2,4,6
/proc/3796/task/3859/stat : 3859 (java) R 3793 3796 31233 0 -1 4202560 589 13142 0 0 12 0 5 3 20 0 15 0 444794828 11084148736 20830 33554432000 4194304 4196468 140732168193456 140678189013232 140678711040928 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15802368 140732168198895 140732168201413 140732168201413 140732168204239 0
[pid=3796/tid=3860] ppid=3793 vsize=10824364 memory=139861315027833 CPUtime=0.25 cores=0,2,4,6
/proc/3796/task/3860/stat : 3860 (java) S 3793 3796 31233 0 -1 1077944384 855 13142 0 0 17 0 5 3 20 0 15 0 444794828 11084148736 20830 33554432000 4194304 4196468 140732168193456 140678187960432 140678731827842 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15802368 140732168198895 140732168201413 140732168201413 140732168204239 0
[pid=3796/tid=3861] ppid=3793 vsize=10824364 memory=139861315027835 CPUtime=0.08 cores=0,2,4,6
/proc/3796/task/3861/stat : 3861 (java) S 3793 3796 31233 0 -1 1077944384 3 13142 0 0 0 0 5 3 20 0 15 0 444794828 11084148736 20830 33554432000 4194304 4196468 140732168193456 140677219174624 140678731826901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15802368 140732168198895 140732168201413 140732168201413 140732168204239 0
[pid=3796/tid=3862] ppid=3793 vsize=10824364 memory=139861315027865 CPUtime=0.08 cores=0,2,4,6
/proc/3796/task/3862/stat : 3862 (java) S 3793 3796 31233 0 -1 1077944384 1 13142 0 0 0 0 5 3 20 0 15 0 444794828 11084148736 20830 33554432000 4194304 4196468 140732168193456 140678186908848 140678731827842 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15802368 140732168198895 140732168201413 140732168201413 140732168204239 0
Current children cumulated CPU time: 1.12 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 83320 KiB

[startup+1.50074 s]
/proc/loadavg: 1.56 1.40 1.40 3/228 3862
/proc/meminfo: memFree=29532140/32770624 swapFree=66967452/67108860
[pid=3796] ppid=3793 vsize=10834680 memory=171256 CPUtime=2.45 cores=0,2,4,6
/proc/3796/stat : 3796 (java) S 3793 3796 31233 0 -1 1077944320 21984 13142 0 0 228 9 5 3 20 0 15 0 444794813 11094712320 42814 33554432000 4194304 4196468 140732168193456 140732168176000 140678731816695 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 15802368 140732168198895 140732168201413 140732168201413 140732168204239 0
/proc/3796/statm: 2708670 42814 3579 1 0 2670733 0
[pid=3796/tid=3849] ppid=3793 vsize=10834680 memory=0 CPUtime=1.44 cores=0,2,4,6
/proc/3796/task/3849/stat : 3849 (java) R 3793 3796 31233 0 -1 4202560 15339 13142 0 0 131 5 5 3 20 0 15 0 444794822 11094712320 42814 33554432000 4194304 4196468 140732168193456 140678703611248 140678731828630 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15802368 140732168198895 140732168201413 140732168201413 140732168204239 0
[pid=3796/tid=3850] ppid=3793 vsize=10834680 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/3796/task/3850/stat : 3850 (java) S 3793 3796 31233 0 -1 1077944384 23 13142 0 0 1 0 5 3 20 0 15 0 444794823 11094712320 42814 33554432000 4194304 4196468 140732168193456 140678736059024 140678731826901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15802368 140732168198895 140732168201413 140732168201413 140732168204239 0
[pid=3796/tid=3851] ppid=3793 vsize=10834680 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/3796/task/3851/stat : 3851 (java) S 3793 3796 31233 0 -1 1077944384 369 13142 0 0 0 0 5 3 20 0 15 0 444794823 11094712320 42814 33554432000 4194304 4196468 140732168193456 140678634949136 140678731826901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15802368 140732168198895 140732168201413 140732168201413 140732168204239 0
[pid=3796/tid=3852] ppid=3793 vsize=10834680 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/3796/task/3852/stat : 3852 (java) S 3793 3796 31233 0 -1 1077944384 48 13142 0 0 1 0 5 3 20 0 15 0 444794823 11094712320 42814 33554432000 4194304 4196468 140732168193456 140678304491920 140678731826901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15802368 140732168198895 140732168201413 140732168201413 140732168204239 0
[pid=3796/tid=3853] ppid=3793 vsize=10834680 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/3796/task/3853/stat : 3853 (java) S 3793 3796 31233 0 -1 1077944384 78 13142 0 0 1 0 5 3 20 0 15 0 444794823 11094712320 42814 33554432000 4194304 4196468 140732168193456 140678303439120 140678731826901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15802368 140732168198895 140732168201413 140732168201413 140732168204239 0
[pid=3796/tid=3854] ppid=3793 vsize=10834680 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/3796/task/3854/stat : 3854 (java) S 3793 3796 31233 0 -1 1077944384 140 13142 0 0 1 0 5 3 20 0 15 0 444794824 11094712320 42814 33554432000 4194304 4196468 140732168193456 140678191119216 140678731827842 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15802368 140732168198895 140732168201413 140732168201413 140732168204239 0
[pid=3796/tid=3855] ppid=3793 vsize=10834680 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/3796/task/3855/stat : 3855 (java) S 3793 3796 31233 0 -1 1077944384 14 13142 0 0 0 0 5 3 20 0 15 0 444794825 11094712320 42814 33554432000 4194304 4196468 140732168193456 140678097004128 140678731826901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15802368 140732168198895 140732168201413 140732168201413 140732168204239 0
[pid=3796/tid=3856] ppid=3793 vsize=10834680 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/3796/task/3856/stat : 3856 (java) S 3793 3796 31233 0 -1 1077944384 1 13142 0 0 0 0 5 3 20 0 15 0 444794825 11094712320 42814 33554432000 4194304 4196468 140732168193456 140677493024128 140678731826901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15802368 140732168198895 140732168201413 140732168201413 140732168204239 0
[pid=3796/tid=3857] ppid=3793 vsize=10834680 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/3796/task/3857/stat : 3857 (java) S 3793 3796 31233 0 -1 1077944384 3 13142 0 0 0 0 5 3 20 0 15 0 444794828 11094712320 42814 33554432000 4194304 4196468 140732168193456 140677252733264 140678731835291 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15802368 140732168198895 140732168201413 140732168201413 140732168204239 0
[pid=3796/tid=3858] ppid=3793 vsize=10834680 memory=0 CPUtime=0.3 cores=0,2,4,6
/proc/3796/task/3858/stat : 3858 (java) S 3793 3796 31233 0 -1 1077944384 1033 13142 0 0 22 0 5 3 20 0 15 0 444794828 11094712320 42814 33554432000 4194304 4196468 140732168193456 140678190066032 140678731827842 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15802368 140732168198895 140732168201413 140732168201413 140732168204239 0
[pid=3796/tid=3859] ppid=3793 vsize=10834680 memory=-7966001967407402336 CPUtime=0.34 cores=0,2,4,6
/proc/3796/task/3859/stat : 3859 (java) S 3793 3796 31233 0 -1 1077944384 996 13142 0 0 26 0 5 3 20 0 15 0 444794828 11094712320 42814 33554432000 4194304 4196468 140732168193456 140678189013232 140678731827842 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15802368 140732168198895 140732168201413 140732168201413 140732168204239 0
[pid=3796/tid=3860] ppid=3793 vsize=10834680 memory=6944938067432061290 CPUtime=0.48 cores=0,2,4,6
/proc/3796/task/3860/stat : 3860 (java) R 3793 3796 31233 0 -1 4202560 1730 13142 0 0 40 0 5 3 20 0 15 0 444794828 11094712320 42814 33554432000 4194304 4196468 140732168193456 140678187960432 140678710772274 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15802368 140732168198895 140732168201413 140732168201413 140732168204239 0
[pid=3796/tid=3861] ppid=3793 vsize=10834680 memory=7100839861529441392 CPUtime=0.08 cores=0,2,4,6
/proc/3796/task/3861/stat : 3861 (java) S 3793 3796 31233 0 -1 1077944384 3 13142 0 0 0 0 5 3 20 0 15 0 444794828 11094712320 42814 33554432000 4194304 4196468 140732168193456 140677219174624 140678731826901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15802368 140732168198895 140732168201413 140732168201413 140732168204239 0
[pid=3796/tid=3862] ppid=3793 vsize=10834680 memory=4627829655977429107 CPUtime=0.08 cores=0,2,4,6
/proc/3796/task/3862/stat : 3862 (java) S 3793 3796 31233 0 -1 1077944384 1 13142 0 0 0 0 5 3 20 0 15 0 444794828 11094712320 42814 33554432000 4194304 4196468 140732168193456 140678186908848 140678731827842 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15802368 140732168198895 140732168201413 140732168201413 140732168204239 0
Current children cumulated CPU time: 2.45 s
Current children cumulated vsize: 10834680 KiB

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

[pid=3796/tid=3861] ppid=3793 vsize=10844940 memory=8 CPUtime=0.08 cores=0,2,4,6
/proc/3796/task/3861/stat : 3861 (java) S 3793 3796 31233 0 -1 1077944384 3 13142 0 0 0 0 5 3 20 0 15 0 444794828 11105218560 187431 33554432000 4194304 4196468 140732168193456 140677219174624 140678731826901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15802368 140732168198895 140732168201413 140732168201413 140732168204239 0
[pid=3796/tid=3862] ppid=3793 vsize=10844940 memory=8 CPUtime=0.08 cores=0,2,4,6
/proc/3796/task/3862/stat : 3862 (java) S 3793 3796 31233 0 -1 1077944384 110 13142 0 0 0 0 5 3 20 0 15 0 444794828 11105218560 187431 33554432000 4194304 4196468 140732168193456 140678186908848 140678731827842 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15802368 140732168198895 140732168201413 140732168201413 140732168204239 0
Current children cumulated CPU time: 21.48 s
Current children cumulated vsize: 10844940 KiB
Current children cumulated memory: 749724 KiB

[startup+17.6008 s]
/proc/loadavg: 1.68 1.44 1.41 3/228 3863
/proc/meminfo: memFree=28872144/32770624 swapFree=66967452/67108860
[pid=3796] ppid=3793 vsize=10844940 memory=770212 CPUtime=23.09 cores=0,2,4,6
/proc/3796/stat : 3796 (java) S 3793 3796 31233 0 -1 1077944320 54845 13142 0 0 2271 30 5 3 20 0 15 0 444794813 11105218560 192553 33554432000 4194304 4196468 140732168193456 140732168176000 140678731816695 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 15802368 140732168198895 140732168201413 140732168201413 140732168204239 0
/proc/3796/statm: 2711235 192553 3621 1 0 2673293 0
[pid=3796/tid=3849] ppid=3793 vsize=10844940 memory=3620 CPUtime=17.43 cores=0,2,4,6
/proc/3796/task/3849/stat : 3849 (java) R 3793 3796 31233 0 -1 4202560 21613 13142 0 0 1720 15 5 3 20 0 15 0 444794822 11105218560 192553 33554432000 4194304 4196468 140732168193456 140678703649608 140678325672078 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15802368 140732168198895 140732168201413 140732168201413 140732168204239 0
[pid=3796/tid=3850] ppid=3793 vsize=10844940 memory=46908 CPUtime=0.14 cores=0,2,4,6
/proc/3796/task/3850/stat : 3850 (java) S 3793 3796 31233 0 -1 1077944384 537 13142 0 0 4 2 5 3 20 0 15 0 444794823 11105218560 192553 33554432000 4194304 4196468 140732168193456 140678736059024 140678731826901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15802368 140732168198895 140732168201413 140732168201413 140732168204239 0
[pid=3796/tid=3851] ppid=3793 vsize=10844940 memory=8112282956445269571 CPUtime=0.13 cores=0,2,4,6
/proc/3796/task/3851/stat : 3851 (java) S 3793 3796 31233 0 -1 1077944384 427 13142 0 0 4 1 5 3 20 0 15 0 444794823 11105218560 192553 33554432000 4194304 4196468 140732168193456 140678634949136 140678731826901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15802368 140732168198895 140732168201413 140732168201413 140732168204239 0
[pid=3796/tid=3852] ppid=3793 vsize=10844940 memory=0 CPUtime=0.14 cores=0,2,4,6
/proc/3796/task/3852/stat : 3852 (java) S 3793 3796 31233 0 -1 1077944384 473 13142 0 0 5 1 5 3 20 0 15 0 444794823 11105218560 192553 33554432000 4194304 4196468 140732168193456 140678304491920 140678731826901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15802368 140732168198895 140732168201413 140732168201413 140732168204239 0
[pid=3796/tid=3853] ppid=3793 vsize=10844940 memory=139859436369955 CPUtime=0.14 cores=0,2,4,6
/proc/3796/task/3853/stat : 3853 (java) S 3793 3796 31233 0 -1 1077944384 1376 13142 0 0 5 1 5 3 20 0 15 0 444794823 11105218560 192553 33554432000 4194304 4196468 140732168193456 140678303439120 140678731826901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15802368 140732168198895 140732168201413 140732168201413 140732168204239 0
[pid=3796/tid=3854] ppid=3793 vsize=10844940 memory=139859436374869 CPUtime=0.13 cores=0,2,4,6
/proc/3796/task/3854/stat : 3854 (java) S 3793 3796 31233 0 -1 1077944384 1854 13142 0 0 5 0 5 3 20 0 15 0 444794824 11105218560 192553 33554432000 4194304 4196468 140732168193456 140678191119216 140678731827842 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15802368 140732168198895 140732168201413 140732168201413 140732168204239 0
[pid=3796/tid=3855] ppid=3793 vsize=10844940 memory=3978001628794320389 CPUtime=0.08 cores=0,2,4,6
/proc/3796/task/3855/stat : 3855 (java) S 3793 3796 31233 0 -1 1077944384 25 13142 0 0 0 0 5 3 20 0 15 0 444794825 11105218560 192553 33554432000 4194304 4196468 140732168193456 140678097004128 140678731826901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15802368 140732168198895 140732168201413 140732168201413 140732168204239 0
[pid=3796/tid=3856] ppid=3793 vsize=10844940 memory=55 CPUtime=0.08 cores=0,2,4,6
/proc/3796/task/3856/stat : 3856 (java) S 3793 3796 31233 0 -1 1077944384 24 13142 0 0 0 0 5 3 20 0 15 0 444794825 11105218560 192553 33554432000 4194304 4196468 140732168193456 140677493024128 140678731826901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15802368 140732168198895 140732168201413 140732168201413 140732168204239 0
[pid=3796/tid=3857] ppid=3793 vsize=10844940 memory=5 CPUtime=0.08 cores=0,2,4,6
/proc/3796/task/3857/stat : 3857 (java) S 3793 3796 31233 0 -1 1077944384 3 13142 0 0 0 0 5 3 20 0 15 0 444794828 11105218560 192553 33554432000 4194304 4196468 140732168193456 140677252733264 140678731835291 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15802368 140732168198895 140732168201413 140732168201413 140732168204239 0
[pid=3796/tid=3858] ppid=3793 vsize=10844940 memory=6 CPUtime=2.34 cores=0,2,4,6
/proc/3796/task/3858/stat : 3858 (java) S 3793 3796 31233 0 -1 1077944384 11758 13142 0 0 224 2 5 3 20 0 15 0 444794828 11105218560 192553 33554432000 4194304 4196468 140732168193456 140678190066032 140678731827842 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15802368 140732168198895 140732168201413 140732168201413 140732168204239 0
[pid=3796/tid=3859] ppid=3793 vsize=10844940 memory=6944656592455097440 CPUtime=1.87 cores=0,2,4,6
/proc/3796/task/3859/stat : 3859 (java) S 3793 3796 31233 0 -1 1077944384 7399 13142 0 0 178 1 5 3 20 0 15 0 444794828 11105218560 192553 33554432000 4194304 4196468 140732168193456 140678189013232 140678731827842 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15802368 140732168198895 140732168201413 140732168201413 140732168204239 0
[pid=3796/tid=3860] ppid=3793 vsize=10844940 memory=0 CPUtime=1.3 cores=0,2,4,6
/proc/3796/task/3860/stat : 3860 (java) S 3793 3796 31233 0 -1 1077944384 7035 13142 0 0 120 2 5 3 20 0 15 0 444794828 11105218560 192553 33554432000 4194304 4196468 140732168193456 140678187960432 140678731827842 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15802368 140732168198895 140732168201413 140732168201413 140732168204239 0
[pid=3796/tid=3861] ppid=3793 vsize=10844940 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/3796/task/3861/stat : 3861 (java) S 3793 3796 31233 0 -1 1077944384 3 13142 0 0 0 0 5 3 20 0 15 0 444794828 11105218560 192553 33554432000 4194304 4196468 140732168193456 140677219174624 140678731826901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15802368 140732168198895 140732168201413 140732168201413 140732168204239 0
[pid=3796/tid=3862] ppid=3793 vsize=10844940 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/3796/task/3862/stat : 3862 (java) S 3793 3796 31233 0 -1 1077944384 110 13142 0 0 0 0 5 3 20 0 15 0 444794828 11105218560 192553 33554432000 4194304 4196468 140732168193456 140678186908848 140678731827842 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15802368 140732168198895 140732168201413 140732168201413 140732168204239 0
Current children cumulated CPU time: 23.09 s
Current children cumulated vsize: 10844940 KiB
Current children cumulated memory: 770212 KiB

[startup+18.4007 s]
/proc/loadavg: 1.68 1.44 1.41 3/228 3863
/proc/meminfo: memFree=28855636/32770624 swapFree=66967452/67108860
[pid=3796] ppid=3793 vsize=10844940 memory=786632 CPUtime=23.89 cores=0,2,4,6
/proc/3796/stat : 3796 (java) S 3793 3796 31233 0 -1 1077944320 54862 13142 0 0 2351 30 5 3 20 0 15 0 444794813 11105218560 196658 33554432000 4194304 4196468 140732168193456 140732168176000 140678731816695 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 15802368 140732168198895 140732168201413 140732168201413 140732168204239 0
/proc/3796/statm: 2711235 196658 3621 1 0 2673293 0
[pid=3796/tid=3849] ppid=3793 vsize=10844940 memory=8112282956445269571 CPUtime=18.22 cores=0,2,4,6
/proc/3796/task/3849/stat : 3849 (java) R 3793 3796 31233 0 -1 4202560 21622 13142 0 0 1799 15 5 3 20 0 15 0 444794822 11105218560 196658 33554432000 4194304 4196468 140732168193456 140678703652304 140678325778654 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15802368 140732168198895 140732168201413 140732168201413 140732168204239 0
[pid=3796/tid=3850] ppid=3793 vsize=10844940 memory=2004 CPUtime=0.14 cores=0,2,4,6
/proc/3796/task/3850/stat : 3850 (java) S 3793 3796 31233 0 -1 1077944384 537 13142 0 0 4 2 5 3 20 0 15 0 444794823 11105218560 196658 33554432000 4194304 4196468 140732168193456 140678736059024 140678731826901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15802368 140732168198895 140732168201413 140732168201413 140732168204239 0
[pid=3796/tid=3851] ppid=3793 vsize=10844940 memory=1376 CPUtime=0.13 cores=0,2,4,6
/proc/3796/task/3851/stat : 3851 (java) S 3793 3796 31233 0 -1 1077944384 427 13142 0 0 4 1 5 3 20 0 15 0 444794823 11105218560 196658 33554432000 4194304 4196468 140732168193456 140678634949136 140678731826901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15802368 140732168198895 140732168201413 140732168201413 140732168204239 0
[pid=3796/tid=3852] ppid=3793 vsize=10844940 memory=1060 CPUtime=0.14 cores=0,2,4,6
/proc/3796/task/3852/stat : 3852 (java) S 3793 3796 31233 0 -1 1077944384 473 13142 0 0 5 1 5 3 20 0 15 0 444794823 11105218560 196658 33554432000 4194304 4196468 140732168193456 140678304491920 140678731826901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15802368 140732168198895 140732168201413 140732168201413 140732168204239 0
[pid=3796/tid=3853] ppid=3793 vsize=10844940 memory=4068 CPUtime=0.14 cores=0,2,4,6
/proc/3796/task/3853/stat : 3853 (java) S 3793 3796 31233 0 -1 1077944384 1376 13142 0 0 5 1 5 3 20 0 15 0 444794823 11105218560 196658 33554432000 4194304 4196468 140732168193456 140678303439120 140678731826901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15802368 140732168198895 140732168201413 140732168201413 140732168204239 0
[pid=3796/tid=3854] ppid=3793 vsize=10844940 memory=1720 CPUtime=0.13 cores=0,2,4,6
/proc/3796/task/3854/stat : 3854 (java) S 3793 3796 31233 0 -1 1077944384 1862 13142 0 0 5 0 5 3 20 0 15 0 444794824 11105218560 196658 33554432000 4194304 4196468 140732168193456 140678191119216 140678731827842 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15802368 140732168198895 140732168201413 140732168201413 140732168204239 0
[pid=3796/tid=3855] ppid=3793 vsize=10844940 memory=5948 CPUtime=0.08 cores=0,2,4,6
/proc/3796/task/3855/stat : 3855 (java) S 3793 3796 31233 0 -1 1077944384 25 13142 0 0 0 0 5 3 20 0 15 0 444794825 11105218560 196658 33554432000 4194304 4196468 140732168193456 140678097004128 140678731826901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15802368 140732168198895 140732168201413 140732168201413 140732168204239 0
[pid=3796/tid=3856] ppid=3793 vsize=10844940 memory=10564 CPUtime=0.08 cores=0,2,4,6
/proc/3796/task/3856/stat : 3856 (java) S 3793 3796 31233 0 -1 1077944384 24 13142 0 0 0 0 5 3 20 0 15 0 444794825 11105218560 196658 33554432000 4194304 4196468 140732168193456 140677493024128 140678731826901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15802368 140732168198895 140732168201413 140732168201413 140732168204239 0
[pid=3796/tid=3857] ppid=3793 vsize=10844940 memory=716 CPUtime=0.08 cores=0,2,4,6
/proc/3796/task/3857/stat : 3857 (java) S 3793 3796 31233 0 -1 1077944384 3 13142 0 0 0 0 5 3 20 0 15 0 444794828 11105218560 196658 33554432000 4194304 4196468 140732168193456 140677252733264 140678731835291 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15802368 140732168198895 140732168201413 140732168201413 140732168204239 0
[pid=3796/tid=3858] ppid=3793 vsize=10844940 memory=780 CPUtime=2.34 cores=0,2,4,6
/proc/3796/task/3858/stat : 3858 (java) S 3793 3796 31233 0 -1 1077944384 11758 13142 0 0 224 2 5 3 20 0 15 0 444794828 11105218560 196658 33554432000 4194304 4196468 140732168193456 140678190066032 140678731827842 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15802368 140732168198895 140732168201413 140732168201413 140732168204239 0
[pid=3796/tid=3859] ppid=3793 vsize=10844940 memory=1552 CPUtime=1.87 cores=0,2,4,6
/proc/3796/task/3859/stat : 3859 (java) S 3793 3796 31233 0 -1 1077944384 7399 13142 0 0 178 1 5 3 20 0 15 0 444794828 11105218560 196658 33554432000 4194304 4196468 140732168193456 140678189013232 140678731827842 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15802368 140732168198895 140732168201413 140732168201413 140732168204239 0
[pid=3796/tid=3860] ppid=3793 vsize=10844940 memory=2832 CPUtime=1.3 cores=0,2,4,6
/proc/3796/task/3860/stat : 3860 (java) S 3793 3796 31233 0 -1 1077944384 7035 13142 0 0 120 2 5 3 20 0 15 0 444794828 11105218560 196658 33554432000 4194304 4196468 140732168193456 140678187960432 140678731827842 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15802368 140732168198895 140732168201413 140732168201413 140732168204239 0
[pid=3796/tid=3861] ppid=3793 vsize=10844940 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/3796/task/3861/stat : 3861 (java) S 3793 3796 31233 0 -1 1077944384 3 13142 0 0 0 0 5 3 20 0 15 0 444794828 11105218560 196658 33554432000 4194304 4196468 140732168193456 140677219174624 140678731826901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15802368 140732168198895 140732168201413 140732168201413 140732168204239 0
[pid=3796/tid=3862] ppid=3793 vsize=10844940 memory=770212 CPUtime=0.08 cores=0,2,4,6
/proc/3796/task/3862/stat : 3862 (java) S 3793 3796 31233 0 -1 1077944384 110 13142 0 0 0 0 5 3 20 0 15 0 444794828 11105218560 196658 33554432000 4194304 4196468 140732168193456 140678186908848 140678731827842 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15802368 140732168198895 140732168201413 140732168201413 140732168204239 0
Current children cumulated CPU time: 23.89 s
Current children cumulated vsize: 10844940 KiB
Current children cumulated memory: 786632 KiB

[startup+19.2007 s]
/proc/loadavg: 1.68 1.44 1.41 3/228 3863
/proc/meminfo: memFree=28853588/32770624 swapFree=66967452/67108860
[pid=3796] ppid=3793 vsize=10844940 memory=788680 CPUtime=24.7 cores=0,2,4,6
/proc/3796/stat : 3796 (java) S 3793 3796 31233 0 -1 1077944320 54991 13142 0 0 2432 30 5 3 20 0 15 0 444794813 11105218560 197170 33554432000 4194304 4196468 140732168193456 140732168176000 140678731816695 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 15802368 140732168198895 140732168201413 140732168201413 140732168204239 0
/proc/3796/statm: 2711235 197170 3621 1 0 2673293 0
[pid=3796/tid=3849] ppid=3793 vsize=10844940 memory=8112282956445269571 CPUtime=19.02 cores=0,2,4,6
/proc/3796/task/3849/stat : 3849 (java) R 3793 3796 31233 0 -1 4202560 21624 13142 0 0 1879 15 5 3 20 0 15 0 444794822 11105218560 197170 33554432000 4194304 4196468 140732168193456 140678703652352 140678325862000 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15802368 140732168198895 140732168201413 140732168201413 140732168204239 0
[pid=3796/tid=3850] ppid=3793 vsize=10844940 memory=113 CPUtime=0.14 cores=0,2,4,6
/proc/3796/task/3850/stat : 3850 (java) S 3793 3796 31233 0 -1 1077944384 538 13142 0 0 4 2 5 3 20 0 15 0 444794823 11105218560 197170 33554432000 4194304 4196468 140732168193456 140678736059024 140678731826901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15802368 140732168198895 140732168201413 140732168201413 140732168204239 0
[pid=3796/tid=3851] ppid=3793 vsize=10844940 memory=3620 CPUtime=0.13 cores=0,2,4,6
/proc/3796/task/3851/stat : 3851 (java) S 3793 3796 31233 0 -1 1077944384 428 13142 0 0 4 1 5 3 20 0 15 0 444794823 11105218560 197170 33554432000 4194304 4196468 140732168193456 140678634949136 140678731826901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15802368 140732168198895 140732168201413 140732168201413 140732168204239 0
[pid=3796/tid=3852] ppid=3793 vsize=10844940 memory=768156 CPUtime=0.14 cores=0,2,4,6
/proc/3796/task/3852/stat : 3852 (java) S 3793 3796 31233 0 -1 1077944384 474 13142 0 0 5 1 5 3 20 0 15 0 444794823 11105218560 197170 33554432000 4194304 4196468 140732168193456 140678304491920 140678731826901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15802368 140732168198895 140732168201413 140732168201413 140732168204239 0
[pid=3796/tid=3853] ppid=3793 vsize=10844940 memory=8112282956445269571 CPUtime=0.14 cores=0,2,4,6
/proc/3796/task/3853/stat : 3853 (java) S 3793 3796 31233 0 -1 1077944384 1378 13142 0 0 5 1 5 3 20 0 15 0 444794823 11105218560 197170 33554432000 4194304 4196468 140732168193456 140678303439120 140678731826901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15802368 140732168198895 140732168201413 140732168201413 140732168204239 0
[pid=3796/tid=3854] ppid=3793 vsize=10844940 memory=7301550369998651492 CPUtime=0.13 cores=0,2,4,6
/proc/3796/task/3854/stat : 3854 (java) S 3793 3796 31233 0 -1 1077944384 1864 13142 0 0 5 0 5 3 20 0 15 0 444794824 11105218560 197170 33554432000 4194304 4196468 140732168193456 140678191119216 140678731827842 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15802368 140732168198895 140732168201413 140732168201413 140732168204239 0
[pid=3796/tid=3855] ppid=3793 vsize=10844940 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/3796/task/3855/stat : 3855 (java) S 3793 3796 31233 0 -1 1077944384 25 13142 0 0 0 0 5 3 20 0 15 0 444794825 11105218560 197170 33554432000 4194304 4196468 140732168193456 140678097004128 140678731826901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15802368 140732168198895 140732168201413 140732168201413 140732168204239 0
[pid=3796/tid=3856] ppid=3793 vsize=10844940 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/3796/task/3856/stat : 3856 (java) S 3793 3796 31233 0 -1 1077944384 24 13142 0 0 0 0 5 3 20 0 15 0 444794825 11105218560 197170 33554432000 4194304 4196468 140732168193456 140677493024128 140678731826901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15802368 140732168198895 140732168201413 140732168201413 140732168204239 0
[pid=3796/tid=3857] ppid=3793 vsize=10844940 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/3796/task/3857/stat : 3857 (java) S 3793 3796 31233 0 -1 1077944384 3 13142 0 0 0 0 5 3 20 0 15 0 444794828 11105218560 197170 33554432000 4194304 4196468 140732168193456 140677252733264 140678731835291 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15802368 140732168198895 140732168201413 140732168201413 140732168204239 0
[pid=3796/tid=3858] ppid=3793 vsize=10844940 memory=2320261120796344418 CPUtime=2.34 cores=0,2,4,6
/proc/3796/task/3858/stat : 3858 (java) S 3793 3796 31233 0 -1 1077944384 11878 13142 0 0 224 2 5 3 20 0 15 0 444794828 11105218560 197170 33554432000 4194304 4196468 140732168193456 140678190066032 140678731827842 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15802368 140732168198895 140732168201413 140732168201413 140732168204239 0
[pid=3796/tid=3859] ppid=3793 vsize=10844940 memory=180 CPUtime=1.87 cores=0,2,4,6
/proc/3796/task/3859/stat : 3859 (java) S 3793 3796 31233 0 -1 1077944384 7399 13142 0 0 178 1 5 3 20 0 15 0 444794828 11105218560 197170 33554432000 4194304 4196468 140732168193456 140678189013232 140678731827842 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15802368 140732168198895 140732168201413 140732168201413 140732168204239 0
[pid=3796/tid=3860] ppid=3793 vsize=10844940 memory=7011348500760776792 CPUtime=1.3 cores=0,2,4,6
/proc/3796/task/3860/stat : 3860 (java) S 3793 3796 31233 0 -1 1077944384 7035 13142 0 0 120 2 5 3 20 0 15 0 444794828 11105218560 197170 33554432000 4194304 4196468 140732168193456 140678187960432 140678731827842 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15802368 140732168198895 140732168201413 140732168201413 140732168204239 0
[pid=3796/tid=3861] ppid=3793 vsize=10844940 memory=7011348500760778328 CPUtime=0.08 cores=0,2,4,6
/proc/3796/task/3861/stat : 3861 (java) S 3793 3796 31233 0 -1 1077944384 3 13142 0 0 0 0 5 3 20 0 15 0 444794828 11105218560 197170 33554432000 4194304 4196468 140732168193456 140677219174624 140678731826901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15802368 140732168198895 140732168201413 140732168201413 140732168204239 0
[pid=3796/tid=3862] ppid=3793 vsize=10844940 memory=55 CPUtime=0.08 cores=0,2,4,6
/proc/3796/task/3862/stat : 3862 (java) S 3793 3796 31233 0 -1 1077944384 110 13142 0 0 0 0 5 3 20 0 15 0 444794828 11105218560 197170 33554432000 4194304 4196468 140732168193456 140678186908848 140678731827842 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15802368 140732168198895 140732168201413 140732168201413 140732168204239 0
Current children cumulated CPU time: 24.7 s
Current children cumulated vsize: 10844940 KiB
Current children cumulated memory: 788680 KiB

[startup+19.4007 s]
/proc/loadavg: 1.68 1.44 1.41 3/228 3863
/proc/meminfo: memFree=28853588/32770624 swapFree=66967452/67108860
[pid=3796] ppid=3793 vsize=10844940 memory=788680 CPUtime=24.9 cores=0,2,4,6
/proc/3796/stat : 3796 (java) S 3793 3796 31233 0 -1 1077944320 54991 13142 0 0 2452 30 5 3 20 0 15 0 444794813 11105218560 197170 33554432000 4194304 4196468 140732168193456 140732168176000 140678731816695 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 15802368 140732168198895 140732168201413 140732168201413 140732168204239 0
/proc/3796/statm: 2711235 197170 3621 1 0 2673293 0
[pid=3796/tid=3849] ppid=3793 vsize=10844940 memory=6298664004492039343 CPUtime=19.22 cores=0,2,4,6
/proc/3796/task/3849/stat : 3849 (java) R 3793 3796 31233 0 -1 4202560 21624 13142 0 0 1899 15 5 3 20 0 15 0 444794822 11105218560 197170 33554432000 4194304 4196468 140732168193456 140678703652352 140678325670929 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15802368 140732168198895 140732168201413 140732168201413 140732168204239 0
[pid=3796/tid=3850] ppid=3793 vsize=10844940 memory=6298664004492039343 CPUtime=0.14 cores=0,2,4,6
/proc/3796/task/3850/stat : 3850 (java) S 3793 3796 31233 0 -1 1077944384 538 13142 0 0 4 2 5 3 20 0 15 0 444794823 11105218560 197170 33554432000 4194304 4196468 140732168193456 140678736059024 140678731826901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15802368 140732168198895 140732168201413 140732168201413 140732168204239 0
[pid=3796/tid=3851] ppid=3793 vsize=10844940 memory=6298664004492039343 CPUtime=0.13 cores=0,2,4,6
/proc/3796/task/3851/stat : 3851 (java) S 3793 3796 31233 0 -1 1077944384 428 13142 0 0 4 1 5 3 20 0 15 0 444794823 11105218560 197170 33554432000 4194304 4196468 140732168193456 140678634949136 140678731826901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15802368 140732168198895 140732168201413 140732168201413 140732168204239 0
[pid=3796/tid=3852] ppid=3793 vsize=10844940 memory=1376 CPUtime=0.14 cores=0,2,4,6
/proc/3796/task/3852/stat : 3852 (java) S 3793 3796 31233 0 -1 1077944384 474 13142 0 0 5 1 5 3 20 0 15 0 444794823 11105218560 197170 33554432000 4194304 4196468 140732168193456 140678304491920 140678731826901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15802368 140732168198895 140732168201413 140732168201413 140732168204239 0
[pid=3796/tid=3853] ppid=3793 vsize=10844940 memory=1060 CPUtime=0.14 cores=0,2,4,6
/proc/3796/task/3853/stat : 3853 (java) S 3793 3796 31233 0 -1 1077944384 1378 13142 0 0 5 1 5 3 20 0 15 0 444794823 11105218560 197170 33554432000 4194304 4196468 140732168193456 140678303439120 140678731826901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15802368 140732168198895 140732168201413 140732168201413 140732168204239 0
[pid=3796/tid=3854] ppid=3793 vsize=10844940 memory=4068 CPUtime=0.13 cores=0,2,4,6
/proc/3796/task/3854/stat : 3854 (java) S 3793 3796 31233 0 -1 1077944384 1864 13142 0 0 5 0 5 3 20 0 15 0 444794824 11105218560 197170 33554432000 4194304 4196468 140732168193456 140678191119216 140678731827842 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15802368 140732168198895 140732168201413 140732168201413 140732168204239 0
[pid=3796/tid=3855] ppid=3793 vsize=10844940 memory=8112282956445269571 CPUtime=0.08 cores=0,2,4,6
/proc/3796/task/3855/stat : 3855 (java) S 3793 3796 31233 0 -1 1077944384 25 13142 0 0 0 0 5 3 20 0 15 0 444794825 11105218560 197170 33554432000 4194304 4196468 140732168193456 140678097004128 140678731826901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15802368 140732168198895 140732168201413 140732168201413 140732168204239 0
[pid=3796/tid=3856] ppid=3793 vsize=10844940 memory=5948 CPUtime=0.08 cores=0,2,4,6
/proc/3796/task/3856/stat : 3856 (java) S 3793 3796 31233 0 -1 1077944384 24 13142 0 0 0 0 5 3 20 0 15 0 444794825 11105218560 197170 33554432000 4194304 4196468 140732168193456 140677493024128 140678731826901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15802368 140732168198895 140732168201413 140732168201413 140732168204239 0
[pid=3796/tid=3857] ppid=3793 vsize=10844940 memory=10564 CPUtime=0.08 cores=0,2,4,6
/proc/3796/task/3857/stat : 3857 (java) S 3793 3796 31233 0 -1 1077944384 3 13142 0 0 0 0 5 3 20 0 15 0 444794828 11105218560 197170 33554432000 4194304 4196468 140732168193456 140677252733264 140678731835291 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15802368 140732168198895 140732168201413 140732168201413 140732168204239 0
[pid=3796/tid=3858] ppid=3793 vsize=10844940 memory=716 CPUtime=2.34 cores=0,2,4,6
/proc/3796/task/3858/stat : 3858 (java) S 3793 3796 31233 0 -1 1077944384 11878 13142 0 0 224 2 5 3 20 0 15 0 444794828 11105218560 197170 33554432000 4194304 4196468 140732168193456 140678190066032 140678731827842 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15802368 140732168198895 140732168201413 140732168201413 140732168204239 0
[pid=3796/tid=3859] ppid=3793 vsize=10844940 memory=780 CPUtime=1.87 cores=0,2,4,6
/proc/3796/task/3859/stat : 3859 (java) S 3793 3796 31233 0 -1 1077944384 7399 13142 0 0 178 1 5 3 20 0 15 0 444794828 11105218560 197170 33554432000 4194304 4196468 140732168193456 140678189013232 140678731827842 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15802368 140732168198895 140732168201413 140732168201413 140732168204239 0
[pid=3796/tid=3860] ppid=3793 vsize=10844940 memory=1552 CPUtime=1.3 cores=0,2,4,6
/proc/3796/task/3860/stat : 3860 (java) S 3793 3796 31233 0 -1 1077944384 7035 13142 0 0 120 2 5 3 20 0 15 0 444794828 11105218560 197170 33554432000 4194304 4196468 140732168193456 140678187960432 140678731827842 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15802368 140732168198895 140732168201413 140732168201413 140732168204239 0
[pid=3796/tid=3861] ppid=3793 vsize=10844940 memory=353 CPUtime=0.08 cores=0,2,4,6
/proc/3796/task/3861/stat : 3861 (java) S 3793 3796 31233 0 -1 1077944384 3 13142 0 0 0 0 5 3 20 0 15 0 444794828 11105218560 197170 33554432000 4194304 4196468 140732168193456 140677219174624 140678731826901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15802368 140732168198895 140732168201413 140732168201413 140732168204239 0
[pid=3796/tid=3862] ppid=3793 vsize=10844940 memory=6944652177228980320 CPUtime=0.08 cores=0,2,4,6
/proc/3796/task/3862/stat : 3862 (java) S 3793 3796 31233 0 -1 1077944384 110 13142 0 0 0 0 5 3 20 0 15 0 444794828 11105218560 197170 33554432000 4194304 4196468 140732168193456 140678186908848 140678731827842 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15802368 140732168198895 140732168201413 140732168201413 140732168204239 0
Current children cumulated CPU time: 24.9 s
Current children cumulated vsize: 10844940 KiB
Current children cumulated memory: 788680 KiB

Child status: 0
Real time (s): 19.4515
CPU time (s): 24.9814
CPU user time (s): 24.6266
CPU system time (s): 0.354815
CPU usage (%): 128.429
Max. virtual memory (cumulated for all children) (KiB): 10847588
Max. memory (cumulated for all children) (KiB): 788680

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 24.6266
system time used= 0.354815
maximum resident set size= 791140
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 70988
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= 6447
involuntary context switches= 73


# summary of solver processes directly reported to runsolver:
#   pid: 3796
#   total CPU time (s): 24.9814
#   total CPU user time (s): 24.6266
#   total CPU system time (s): 0.354815

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.131798 second user time and 0.235802 second system time

The end

Launcher Data

Begin job on node125 at 2019-09-17 03:53:57
IDJOB=4400795
IDBENCH=133326
IDSOLVER=2857
FILE ID=node125/4400795-1568685280
RUNJOBID= node125-1568673289-31264
PBS_JOBID= 21703785
Free space on /tmp= 59696 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/Primes/Primes-m1-p20/Primes-20-40-2-7.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4400795-1568685280/watcher-4400795-1568685280 -o /tmp/evaluation-result-4400795-1568685280/solver-4400795-1568685280 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1568673289-31264 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1910530933 HOME/instance-4400795-1568685280.xml

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

MD5SUM BENCH= 37689576328d0295b96bd2728694e285
RANDOM SEED=1910530933

node125.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.29
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.29
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.29
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.29
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:        29632128 kB
MemAvailable:   31176288 kB
Buffers:          198600 kB
Cached:          1644088 kB
SwapCached:        38384 kB
Active:          1516480 kB
Inactive:        1055164 kB
Active(anon):     709528 kB
Inactive(anon):    68432 kB
Active(file):     806952 kB
Inactive(file):   986732 kB
Unevictable:      108972 kB
Mlocked:          108972 kB
SwapTotal:      67108860 kB
SwapFree:       66967452 kB
Dirty:             35560 kB
Writeback:             0 kB
AnonPages:        815616 kB
Mapped:            61784 kB
Shmem:             39864 kB
Slab:             162104 kB
SReclaimable:     132624 kB
SUnreclaim:        29480 kB
KernelStack:        4000 kB
PageTables:         6808 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1963008 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    655360 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 59660 MiB
End job on node125 at 2019-09-17 03:54:17