Trace number 4402528

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.3? (TO) 2520.22 2412.41

General information on the benchmark

NameSuperSolutions/SuperSolutions-Taillard-os10/
SuperTaillard-os-10-06.xml
MD5SUM6b3d88799df56964f86d557249875b85
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark56.1836
Satisfiable
(Un)Satisfiability was proved
Number of variables200
Number of constraints2800
Number of domains64
Minimum domain size440
Maximum domain size538
Distribution of domain sizes[{"size":440,"count":2},{"size":441,"count":2},{"size":442,"count":2},{"size":444,"count":2},{"size":445,"count":4},{"size":447,"count":2},{"size":448,"count":4},{"size":449,"count":4},{"size":450,"count":2},{"size":452,"count":2},{"size":455,"count":4},{"size":457,"count":4},{"size":459,"count":2},{"size":461,"count":2},{"size":462,"count":2},{"size":464,"count":4},{"size":466,"count":2},{"size":467,"count":2},{"size":470,"count":4},{"size":472,"count":8},{"size":474,"count":2},{"size":475,"count":2},{"size":477,"count":2},{"size":480,"count":6},{"size":483,"count":2},"...",{"size":505,"count":2}, {"size":506,"count":2}, {"size":508,"count":10}, {"size":509,"count":2}, {"size":511,"count":2}, {"size":512,"count":2}, {"size":513,"count":6}, {"size":514,"count":2}, {"size":515,"count":2}, {"size":516,"count":2}, {"size":517,"count":4}, {"size":518,"count":4}, {"size":519,"count":4}, {"size":520,"count":2}, {"size":521,"count":2}, {"size":522,"count":4}, {"size":523,"count":4}, {"size":524,"count":2}, {"size":526,"count":4}, {"size":528,"count":2}, {"size":529,"count":4}, {"size":530,"count":8}, {"size":531,"count":4}, {"size":534,"count":2}, {"size":538,"count":4}]
Minimum variable degree19
Maximum variable degree37
Distribution of variable degrees[{"degree":19,"count":100},{"degree":37,"count":100}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":2800}]
Number of extensional constraints0
Number of intensional constraints2800
Distribution of constraint types[{"type":"intension","count":2800}]
Optimization problemNO
Type of objective

Solver Data

0.80/0.55	c Concrete v3.12.3.1568965526260 running
2520.00/2412.21	Exception in thread "main" java.util.concurrent.TimeoutException
2520.00/2412.21		at concrete.MAC.mac(MAC.scala:192)
2520.00/2412.21		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2520.00/2412.21		at scala.util.Try$.apply(Try.scala:210)
2520.00/2412.21		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.00/2412.21		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.00/2412.21		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.00/2412.21		at concrete.MAC.oneRun(MAC.scala:265)
2520.00/2412.21		at concrete.MAC.nextSolution(MAC.scala:284)
2520.00/2412.21		at concrete.MAC.$anonfun$nextSolution$5(MAC.scala:350)
2520.00/2412.21		at concrete.ProblemState.map(ProblemState.scala:238)
2520.00/2412.21		at concrete.ProblemState.map(ProblemState.scala:212)
2520.00/2412.21		at concrete.MAC.nextSolution(MAC.scala:348)
2520.00/2412.21		at concrete.Solver.hasNext(Solver.scala:160)
2520.00/2412.21		at scala.collection.Iterator.nextOption(Iterator.scala:102)
2520.00/2412.21		at scala.collection.Iterator.nextOption$(Iterator.scala:102)
2520.00/2412.21		at concrete.Solver.nextOption(Solver.scala:67)
2520.00/2412.21		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:78)
2520.00/2412.21		at scala.util.Success.map(Try.scala:262)
2520.00/2412.21		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.00/2412.21		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.00/2412.21		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.00/2412.21		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.00/2412.21		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.00/2412.21		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.00/2412.21		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.00/2412.21		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.00/2412.21		at scala.App.$anonfun$main$1(App.scala:73)
2520.00/2412.21		at scala.App.$anonfun$main$1$adapted(App.scala:73)
2520.00/2412.21		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:553)
2520.00/2412.21		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:551)
2520.00/2412.21		at scala.collection.AbstractIterable.foreach(Iterable.scala:921)
2520.00/2412.21		at scala.App.main(App.scala:73)
2520.00/2412.21		at scala.App.main$(App.scala:71)
2520.00/2412.21		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.00/2412.21		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.00/2412.21	s UNKNOWN

Verifier Data


Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (2657 MiB free)
  memory of node 1: 16384 MiB (2168 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4402528-1568983968/watcher-4402528-1568983968 -o /tmp/evaluation-result-4402528-1568983968/solver-4402528-1568983968 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node103-1568967579-7556 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=48196352 HOME/instance-4402528-1568983968.xml 

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

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

solver pid=12698, runsolver pid=12695

[startup+0.100124 s]*
/proc/loadavg: 1.63 1.37 1.35 3/221 12755
/proc/meminfo: memFree=4936280/32770624 swapFree=66999216/67108860
[pid=12698] ppid=12695 vsize=9972712 memory=18328 CPUtime=0.09 cores=0,2,4,6
/proc/12698/stat : 12698 (java) S 12695 12698 7525 0 -1 1077944320 4331 13114 0 0 1 0 5 3 20 0 6 0 474649844 10212057088 4582 33554432000 4194304 4196468 140730526400976 140730526383520 139853239066359 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 13815808 140730526403313 140730526405829 140730526405829 140730526408655 0
/proc/12698/statm: 2493178 4582 1931 1 0 2481616 0
[pid=12698/tid=12751] ppid=12695 vsize=9972712 memory=7892391828772250251 CPUtime=0.08 cores=0,2,4,6
/proc/12698/task/12751/stat : 12751 (java) R 12695 12698 7525 0 -1 4202560 2127 13114 0 0 0 0 5 3 20 0 6 0 474649853 10212057088 4582 33554432000 4194304 4196468 140730526400976 139853210903120 139853223146846 0 4 0 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13815808 140730526403313 140730526405829 140730526405829 140730526408655 0
[pid=12698/tid=12752] ppid=12695 vsize=9972712 memory=-9181546050914066336 CPUtime=0.08 cores=0,2,4,6
/proc/12698/task/12752/stat : 12752 (java) S 12695 12698 7525 0 -1 1077944384 1 13114 0 0 0 0 5 3 20 0 6 0 474649854 10212057088 4582 33554432000 4194304 4196468 140730526400976 139853243308944 139853239076565 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13815808 140730526403313 140730526405829 140730526405829 140730526408655 0
[pid=12698/tid=12753] ppid=12695 vsize=9972712 memory=140694628161152 CPUtime=0.08 cores=0,2,4,6
/proc/12698/task/12753/stat : 12753 (java) S 12695 12698 7525 0 -1 1077944384 1 13114 0 0 0 0 5 3 20 0 6 0 474649854 10212057088 4582 33554432000 4194304 4196468 140730526400976 139853131582224 139853239076565 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13815808 140730526403313 140730526405829 140730526405829 140730526408655 0
[pid=12698/tid=12754] ppid=12695 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12698/task/12754/stat : 12754 (java) S 12695 12698 7525 0 -1 1077944384 1 13114 0 0 0 0 5 3 20 0 6 0 474649854 10212057088 4582 33554432000 4194304 4196468 140730526400976 139853130529936 139853239076565 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13815808 140730526403313 140730526405829 140730526405829 140730526408655 0
[pid=12698/tid=12755] ppid=12695 vsize=9972712 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/12698/task/12755/stat : 12755 (java) S 12695 12698 7525 0 -1 1077944384 2 13114 0 0 0 0 5 3 20 0 6 0 474649854 10212057088 4582 33554432000 4194304 4196468 140730526400976 139853129477136 139853239076565 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13815808 140730526403313 140730526405829 140730526405829 140730526408655 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18328 KiB

[startup+0.210195 s]*
/proc/loadavg: 1.63 1.37 1.35 3/230 12764
/proc/meminfo: memFree=4910156/32770624 swapFree=66999216/67108860
[pid=12698] ppid=12695 vsize=10820196 memory=45208 CPUtime=0.26 cores=0,2,4,6
/proc/12698/stat : 12698 (java) S 12695 12698 7525 0 -1 1077944320 7106 13114 0 0 17 1 5 3 20 0 15 0 474649844 11079880704 11302 33554432000 4194304 4196468 140730526400976 140730526383520 139853239066359 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 13815808 140730526403313 140730526405829 140730526405829 140730526408655 0
/proc/12698/statm: 2705049 11302 3296 1 0 2667149 0
[pid=12698/tid=12751] ppid=12695 vsize=10820196 memory=7822038051842263955 CPUtime=0.2 cores=0,2,4,6
/proc/12698/task/12751/stat : 12751 (java) R 12695 12698 7525 0 -1 4202560 3596 13114 0 0 11 1 5 3 20 0 15 0 474649853 11079880704 11302 33554432000 4194304 4196468 140730526400976 139853210880544 139853223146846 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13815808 140730526403313 140730526405829 140730526405829 140730526408655 0
[pid=12698/tid=12752] ppid=12695 vsize=10820196 memory=-9181546050914066336 CPUtime=0.08 cores=0,2,4,6
/proc/12698/task/12752/stat : 12752 (java) S 12695 12698 7525 0 -1 1077944384 1 13114 0 0 0 0 5 3 20 0 15 0 474649854 11079880704 11302 33554432000 4194304 4196468 140730526400976 139853243308944 139853239076565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13815808 140730526403313 140730526405829 140730526405829 140730526408655 0
[pid=12698/tid=12753] ppid=12695 vsize=10820196 memory=140694628161152 CPUtime=0.08 cores=0,2,4,6
/proc/12698/task/12753/stat : 12753 (java) S 12695 12698 7525 0 -1 1077944384 1 13114 0 0 0 0 5 3 20 0 15 0 474649854 11079880704 11302 33554432000 4194304 4196468 140730526400976 139853131582224 139853239076565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13815808 140730526403313 140730526405829 140730526405829 140730526408655 0
[pid=12698/tid=12754] ppid=12695 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12698/task/12754/stat : 12754 (java) S 12695 12698 7525 0 -1 1077944384 1 13114 0 0 0 0 5 3 20 0 15 0 474649854 11079880704 11302 33554432000 4194304 4196468 140730526400976 139853130529936 139853239076565 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13815808 140730526403313 140730526405829 140730526405829 140730526408655 0
[pid=12698/tid=12755] ppid=12695 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/12698/task/12755/stat : 12755 (java) S 12695 12698 7525 0 -1 1077944384 2 13114 0 0 0 0 5 3 20 0 15 0 474649854 11079880704 11302 33554432000 4194304 4196468 140730526400976 139853129477136 139853239076565 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13815808 140730526403313 140730526405829 140730526405829 140730526408655 0
[pid=12698/tid=12756] ppid=12695 vsize=10820196 memory=140694628161152 CPUtime=0.08 cores=0,2,4,6
/proc/12698/task/12756/stat : 12756 (java) S 12695 12698 7525 0 -1 1077944384 2 13114 0 0 0 0 5 3 20 0 15 0 474649855 11079880704 11302 33554432000 4194304 4196468 140730526400976 139852698564720 139853239077506 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13815808 140730526403313 140730526405829 140730526405829 140730526408655 0
[pid=12698/tid=12757] ppid=12695 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/12698/task/12757/stat : 12757 (java) S 12695 12698 7525 0 -1 1077944384 33 13114 0 0 0 0 5 3 20 0 15 0 474649856 11079880704 11302 33554432000 4194304 4196468 140730526400976 139852697510688 139853239076565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13815808 140730526403313 140730526405829 140730526405829 140730526408655 0
[pid=12698/tid=12758] ppid=12695 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12698/task/12758/stat : 12758 (java) S 12695 12698 7525 0 -1 1077944384 1 13114 0 0 0 0 5 3 20 0 15 0 474649856 11079880704 11302 33554432000 4194304 4196468 140730526400976 139852590867568 139853239076565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13815808 140730526403313 140730526405829 140730526405829 140730526408655 0
[pid=12698/tid=12759] ppid=12695 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12698/task/12759/stat : 12759 (java) S 12695 12698 7525 0 -1 1077944384 2 13114 0 0 0 0 5 3 20 0 15 0 474649858 11079880704 11302 33554432000 4194304 4196468 140730526400976 139851986888784 139853239084955 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13815808 140730526403313 140730526405829 140730526405829 140730526408655 0
[pid=12698/tid=12760] ppid=12695 vsize=10820196 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/12698/task/12760/stat : 12760 (java) S 12695 12698 7525 0 -1 1077944384 589 13114 0 0 1 0 5 3 20 0 15 0 474649858 11079880704 11302 33554432000 4194304 4196468 140730526400976 139852663954032 139853239077506 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13815808 140730526403313 140730526405829 140730526405829 140730526408655 0
[pid=12698/tid=12761] ppid=12695 vsize=10820196 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/12698/task/12761/stat : 12761 (java) S 12695 12698 7525 0 -1 1077944384 66 13114 0 0 1 0 5 3 20 0 15 0 474649858 11079880704 11302 33554432000 4194304 4196468 140730526400976 139852662901232 139853239077506 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13815808 140730526403313 140730526405829 140730526405829 140730526408655 0
[pid=12698/tid=12762] ppid=12695 vsize=10820196 memory=140694628161152 CPUtime=0.11 cores=0,2,4,6
/proc/12698/task/12762/stat : 12762 (java) S 12695 12698 7525 0 -1 1077944384 602 13114 0 0 3 0 5 3 20 0 15 0 474649858 11079880704 11302 33554432000 4194304 4196468 140730526400976 139852661848944 139853239077506 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13815808 140730526403313 140730526405829 140730526405829 140730526408655 0
[pid=12698/tid=12763] ppid=12695 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/12698/task/12763/stat : 12763 (java) S 12695 12698 7525 0 -1 1077944384 3 13114 0 0 0 0 5 3 20 0 15 0 474649859 11079880704 11302 33554432000 4194304 4196468 140730526400976 139851517127648 139853239076565 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13815808 140730526403313 140730526405829 140730526405829 140730526408655 0
[pid=12698/tid=12764] ppid=12695 vsize=10820196 memory=140694628161152 CPUtime=0.08 cores=0,2,4,6
/proc/12698/task/12764/stat : 12764 (java) S 12695 12698 7525 0 -1 1077944384 1 13114 0 0 0 0 5 3 20 0 15 0 474649859 11079880704 11302 33554432000 4194304 4196468 140730526400976 139852660795824 139853239077506 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13815808 140730526403313 140730526405829 140730526405829 140730526408655 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 45208 KiB

[startup+0.31058 s]*
/proc/loadavg: 1.63 1.37 1.35 4/230 12764
/proc/meminfo: memFree=4900640/32770624 swapFree=66999216/67108860
[pid=12698] ppid=12695 vsize=10820196 memory=53524 CPUtime=0.4 cores=0,2,4,6
/proc/12698/stat : 12698 (java) S 12695 12698 7525 0 -1 1077944320 10602 13114 0 0 29 3 5 3 20 0 15 0 474649844 11079880704 13381 33554432000 4194304 4196468 140730526400976 140730526383520 139853239066359 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 13815808 140730526403313 140730526405829 140730526405829 140730526408655 0
/proc/12698/statm: 2705049 13381 3308 1 0 2667149 0
[pid=12698/tid=12751] ppid=12695 vsize=10820196 memory=8317482817917895235 CPUtime=0.29 cores=0,2,4,6
/proc/12698/task/12751/stat : 12751 (java) R 12695 12698 7525 0 -1 4202560 7083 13114 0 0 19 2 5 3 20 0 15 0 474649853 11079880704 13381 33554432000 4194304 4196468 140730526400976 139853210876496 139853223146846 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13815808 140730526403313 140730526405829 140730526405829 140730526408655 0
[pid=12698/tid=12752] ppid=12695 vsize=10820196 memory=6083065017596143719 CPUtime=0.08 cores=0,2,4,6
/proc/12698/task/12752/stat : 12752 (java) S 12695 12698 7525 0 -1 1077944384 1 13114 0 0 0 0 5 3 20 0 15 0 474649854 11079880704 13381 33554432000 4194304 4196468 140730526400976 139853243308944 139853239076565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13815808 140730526403313 140730526405829 140730526405829 140730526408655 0
[pid=12698/tid=12753] ppid=12695 vsize=10820196 memory=5787213827347079232 CPUtime=0.08 cores=0,2,4,6
/proc/12698/task/12753/stat : 12753 (java) S 12695 12698 7525 0 -1 1077944384 1 13114 0 0 0 0 5 3 20 0 15 0 474649854 11079880704 13381 33554432000 4194304 4196468 140730526400976 139853131582224 139853239076565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13815808 140730526403313 140730526405829 140730526405829 140730526408655 0
[pid=12698/tid=12754] ppid=12695 vsize=10820196 memory=7649540087410608321 CPUtime=0.08 cores=0,2,4,6
/proc/12698/task/12754/stat : 12754 (java) S 12695 12698 7525 0 -1 1077944384 1 13114 0 0 0 0 5 3 20 0 15 0 474649854 11079880704 13381 33554432000 4194304 4196468 140730526400976 139853130529936 139853239076565 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13815808 140730526403313 140730526405829 140730526405829 140730526408655 0
[pid=12698/tid=12755] ppid=12695 vsize=10820196 memory=4872558044660077418 CPUtime=0.08 cores=0,2,4,6
/proc/12698/task/12755/stat : 12755 (java) S 12695 12698 7525 0 -1 1077944384 2 13114 0 0 0 0 5 3 20 0 15 0 474649854 11079880704 13381 33554432000 4194304 4196468 140730526400976 139853129477136 139853239076565 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13815808 140730526403313 140730526405829 140730526405829 140730526408655 0
[pid=12698/tid=12756] ppid=12695 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12698/task/12756/stat : 12756 (java) S 12695 12698 7525 0 -1 1077944384 2 13114 0 0 0 0 5 3 20 0 15 0 474649855 11079880704 13381 33554432000 4194304 4196468 140730526400976 139852698564720 139853239077506 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13815808 140730526403313 140730526405829 140730526405829 140730526408655 0
[pid=12698/tid=12757] ppid=12695 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12698/task/12757/stat : 12757 (java) S 12695 12698 7525 0 -1 1077944384 33 13114 0 0 0 0 5 3 20 0 15 0 474649856 11079880704 13381 33554432000 4194304 4196468 140730526400976 139852697510688 139853239076565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13815808 140730526403313 140730526405829 140730526405829 140730526408655 0
[pid=12698/tid=12758] ppid=12695 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12698/task/12758/stat : 12758 (java) S 12695 12698 7525 0 -1 1077944384 1 13114 0 0 0 0 5 3 20 0 15 0 474649856 11079880704 13381 33554432000 4194304 4196468 140730526400976 139852590867568 139853239076565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13815808 140730526403313 140730526405829 140730526405829 140730526408655 0
[pid=12698/tid=12759] ppid=12695 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12698/task/12759/stat : 12759 (java) S 12695 12698 7525 0 -1 1077944384 2 13114 0 0 0 0 5 3 20 0 15 0 474649858 11079880704 13381 33554432000 4194304 4196468 140730526400976 139851986888784 139853239084955 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13815808 140730526403313 140730526405829 140730526405829 140730526408655 0
[pid=12698/tid=12760] ppid=12695 vsize=10820196 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/12698/task/12760/stat : 12760 (java) S 12695 12698 7525 0 -1 1077944384 590 13114 0 0 2 0 5 3 20 0 15 0 474649858 11079880704 13381 33554432000 4194304 4196468 140730526400976 139852663954032 139853239077506 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13815808 140730526403313 140730526405829 140730526405829 140730526408655 0
[pid=12698/tid=12761] ppid=12695 vsize=10820196 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/12698/task/12761/stat : 12761 (java) S 12695 12698 7525 0 -1 1077944384 66 13114 0 0 1 0 5 3 20 0 15 0 474649858 11079880704 13381 33554432000 4194304 4196468 140730526400976 139852662901232 139853239077506 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13815808 140730526403313 140730526405829 140730526405829 140730526408655 0
[pid=12698/tid=12762] ppid=12695 vsize=10820196 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/12698/task/12762/stat : 12762 (java) S 12695 12698 7525 0 -1 1077944384 612 13114 0 0 5 0 5 3 20 0 15 0 474649858 11079880704 13381 33554432000 4194304 4196468 140730526400976 139852661848944 139853239077506 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13815808 140730526403313 140730526405829 140730526405829 140730526408655 0
[pid=12698/tid=12763] ppid=12695 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12698/task/12763/stat : 12763 (java) S 12695 12698 7525 0 -1 1077944384 3 13114 0 0 0 0 5 3 20 0 15 0 474649859 11079880704 13381 33554432000 4194304 4196468 140730526400976 139851517127648 139853239076565 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13815808 140730526403313 140730526405829 140730526405829 140730526408655 0
[pid=12698/tid=12764] ppid=12695 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12698/task/12764/stat : 12764 (java) S 12695 12698 7525 0 -1 1077944384 1 13114 0 0 0 0 5 3 20 0 15 0 474649859 11079880704 13381 33554432000 4194304 4196468 140730526400976 139852660795824 139853239077506 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13815808 140730526403313 140730526405829 140730526405829 140730526408655 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 53524 KiB

[startup+0.708411 s]
/proc/loadavg: 1.63 1.37 1.35 3/230 12764
/proc/meminfo: memFree=4886372/32770624 swapFree=66999216/67108860
[pid=12698] ppid=12695 vsize=10824364 memory=85796 CPUtime=1.16 cores=0,2,4,6
/proc/12698/stat : 12698 (java) S 12695 12698 7525 0 -1 1077944320 14611 13114 0 0 103 5 5 3 20 0 15 0 474649844 11084148736 21449 33554432000 4194304 4196468 140730526400976 140730526383520 139853239066359 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 13815808 140730526403313 140730526405829 140730526405829 140730526408655 0
/proc/12698/statm: 2706091 21449 3515 1 0 2668173 0
[pid=12698/tid=12751] ppid=12695 vsize=10824364 memory=2241 CPUtime=0.68 cores=0,2,4,6
/proc/12698/task/12751/stat : 12751 (java) R 12695 12698 7525 0 -1 4202560 10017 13114 0 0 56 4 5 3 20 0 15 0 474649853 11084148736 21449 33554432000 4194304 4196468 140730526400976 139853210893520 139853239088285 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13815808 140730526403313 140730526405829 140730526405829 140730526408655 0
[pid=12698/tid=12752] ppid=12695 vsize=10824364 memory=2244 CPUtime=0.08 cores=0,2,4,6
/proc/12698/task/12752/stat : 12752 (java) S 12695 12698 7525 0 -1 1077944384 1 13114 0 0 0 0 5 3 20 0 15 0 474649854 11084148736 21449 33554432000 4194304 4196468 140730526400976 139853243308944 139853239076565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13815808 140730526403313 140730526405829 140730526405829 140730526408655 0
[pid=12698/tid=12753] ppid=12695 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12698/task/12753/stat : 12753 (java) S 12695 12698 7525 0 -1 1077944384 1 13114 0 0 0 0 5 3 20 0 15 0 474649854 11084148736 21449 33554432000 4194304 4196468 140730526400976 139853131582224 139853239076565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13815808 140730526403313 140730526405829 140730526405829 140730526408655 0
[pid=12698/tid=12754] ppid=12695 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12698/task/12754/stat : 12754 (java) S 12695 12698 7525 0 -1 1077944384 1 13114 0 0 0 0 5 3 20 0 15 0 474649854 11084148736 21449 33554432000 4194304 4196468 140730526400976 139853130529936 139853239076565 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13815808 140730526403313 140730526405829 140730526405829 140730526408655 0
[pid=12698/tid=12755] ppid=12695 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12698/task/12755/stat : 12755 (java) S 12695 12698 7525 0 -1 1077944384 2 13114 0 0 0 0 5 3 20 0 15 0 474649854 11084148736 21449 33554432000 4194304 4196468 140730526400976 139853129477136 139853239076565 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13815808 140730526403313 140730526405829 140730526405829 140730526408655 0
[pid=12698/tid=12756] ppid=12695 vsize=10824364 memory=6944652177228980320 CPUtime=0.08 cores=0,2,4,6
/proc/12698/task/12756/stat : 12756 (java) S 12695 12698 7525 0 -1 1077944384 5 13114 0 0 0 0 5 3 20 0 15 0 474649855 11084148736 21449 33554432000 4194304 4196468 140730526400976 139852698564720 139853239077506 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13815808 140730526403313 140730526405829 140730526405829 140730526408655 0
[pid=12698/tid=12757] ppid=12695 vsize=10824364 memory=6944656592455359580 CPUtime=0.08 cores=0,2,4,6
/proc/12698/task/12757/stat : 12757 (java) S 12695 12698 7525 0 -1 1077944384 33 13114 0 0 0 0 5 3 20 0 15 0 474649856 11084148736 21449 33554432000 4194304 4196468 140730526400976 139852697510688 139853239076565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13815808 140730526403313 140730526405829 140730526405829 140730526408655 0
[pid=12698/tid=12758] ppid=12695 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12698/task/12758/stat : 12758 (java) S 12695 12698 7525 0 -1 1077944384 1 13114 0 0 0 0 5 3 20 0 15 0 474649856 11084148736 21449 33554432000 4194304 4196468 140730526400976 139852590867568 139853239076565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13815808 140730526403313 140730526405829 140730526405829 140730526408655 0
[pid=12698/tid=12759] ppid=12695 vsize=10824364 memory=6944656592455097440 CPUtime=0.08 cores=0,2,4,6
/proc/12698/task/12759/stat : 12759 (java) S 12695 12698 7525 0 -1 1077944384 2 13114 0 0 0 0 5 3 20 0 15 0 474649858 11084148736 21449 33554432000 4194304 4196468 140730526400976 139851986888784 139853239084955 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13815808 140730526403313 140730526405829 140730526405829 140730526408655 0
[pid=12698/tid=12760] ppid=12695 vsize=10824364 memory=0 CPUtime=0.24 cores=0,2,4,6
/proc/12698/task/12760/stat : 12760 (java) S 12695 12698 7525 0 -1 1077944384 1122 13114 0 0 16 0 5 3 20 0 15 0 474649858 11084148736 21449 33554432000 4194304 4196468 140730526400976 139852663954032 139853239077506 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13815808 140730526403313 140730526405829 140730526405829 140730526408655 0
[pid=12698/tid=12761] ppid=12695 vsize=10824364 memory=0 CPUtime=0.21 cores=0,2,4,6
/proc/12698/task/12761/stat : 12761 (java) R 12695 12698 7525 0 -1 4202560 464 13114 0 0 13 0 5 3 20 0 15 0 474649858 11084148736 21449 33554432000 4194304 4196468 140730526400976 139852662891040 139853218312689 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 13815808 140730526403313 140730526405829 140730526405829 140730526408655 0
[pid=12698/tid=12762] ppid=12695 vsize=10824364 memory=0 CPUtime=0.25 cores=0,2,4,6
/proc/12698/task/12762/stat : 12762 (java) R 12695 12698 7525 0 -1 4202560 750 13114 0 0 17 0 5 3 20 0 15 0 474649858 11084148736 21449 33554432000 4194304 4196468 140730526400976 139852661848944 139853217993710 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13815808 140730526403313 140730526405829 140730526405829 140730526408655 0
[pid=12698/tid=12763] ppid=12695 vsize=10824364 memory=140694471608240 CPUtime=0.08 cores=0,2,4,6
/proc/12698/task/12763/stat : 12763 (java) S 12695 12698 7525 0 -1 1077944384 3 13114 0 0 0 0 5 3 20 0 15 0 474649859 11084148736 21449 33554432000 4194304 4196468 140730526400976 139851517127648 139853239076565 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13815808 140730526403313 140730526405829 140730526405829 140730526408655 0
[pid=12698/tid=12764] ppid=12695 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12698/task/12764/stat : 12764 (java) S 12695 12698 7525 0 -1 1077944384 1 13114 0 0 0 0 5 3 20 0 15 0 474649859 11084148736 21449 33554432000 4194304 4196468 140730526400976 139852660795824 139853239077506 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13815808 140730526403313 140730526405829 140730526405829 140730526408655 0
Current children cumulated CPU time: 1.16 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 85796 KiB

[startup+1.50076 s]
/proc/loadavg: 1.66 1.38 1.36 5/230 12764
/proc/meminfo: memFree=4840584/32770624 swapFree=66999216/67108860
[pid=12698] ppid=12695 vsize=10834680 memory=198292 CPUtime=3.2 cores=0,2,4,6
/proc/12698/stat : 12698 (java) S 12695 12698 7525 0 -1 1077944320 26189 13114 0 0 302 10 5 3 20 0 15 0 474649844 11094712320 49573 33554432000 4194304 4196468 140730526400976 140730526383520 139853239066359 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 13815808 140730526403313 140730526405829 140730526405829 140730526408655 0
/proc/12698/statm: 2708670 49573 3585 1 0 2670733 0
[pid=12698/tid=12751] ppid=12695 vsize=10834680 memory=26 CPUtime=1.43 cores=0,2,4,6
/proc/12698/task/12751/stat : 12751 (java) R 12695 12698 7525 0 -1 4202560 15442 13114 0 0 129 6 5 3 20 0 15 0 474649853 11094712320 49573 33554432000 4194304 4196468 140730526400976 139853210891776 139853223146846 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13815808 140730526403313 140730526405829 140730526405829 140730526408655 0
[pid=12698/tid=12752] ppid=12695 vsize=10834680 memory=32 CPUtime=0.09 cores=0,2,4,6
/proc/12698/task/12752/stat : 12752 (java) S 12695 12698 7525 0 -1 1077944384 48 13114 0 0 1 0 5 3 20 0 15 0 474649854 11094712320 49573 33554432000 4194304 4196468 140730526400976 139853243308944 139853239076565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13815808 140730526403313 140730526405829 140730526405829 140730526408655 0
[pid=12698/tid=12753] ppid=12695 vsize=10834680 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/12698/task/12753/stat : 12753 (java) S 12695 12698 7525 0 -1 1077944384 28 13114 0 0 1 0 5 3 20 0 15 0 474649854 11094712320 49573 33554432000 4194304 4196468 140730526400976 139853131582224 139853239076565 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13815808 140730526403313 140730526405829 140730526405829 140730526408655 0
[pid=12698/tid=12754] ppid=12695 vsize=10834680 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/12698/task/12754/stat : 12754 (java) S 12695 12698 7525 0 -1 1077944384 264 13114 0 0 1 0 5 3 20 0 15 0 474649854 11094712320 49573 33554432000 4194304 4196468 140730526400976 139853130529936 139853239076565 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13815808 140730526403313 140730526405829 140730526405829 140730526408655 0
[pid=12698/tid=12755] ppid=12695 vsize=10834680 memory=104308 CPUtime=0.09 cores=0,2,4,6
/proc/12698/task/12755/stat : 12755 (java) S 12695 12698 7525 0 -1 1077944384 98 13114 0 0 1 0 5 3 20 0 15 0 474649854 11094712320 49573 33554432000 4194304 4196468 140730526400976 139853129477136 139853239076565 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13815808 140730526403313 140730526405829 140730526405829 140730526408655 0
[pid=12698/tid=12756] ppid=12695 vsize=10834680 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/12698/task/12756/stat : 12756 (java) S 12695 12698 7525 0 -1 1077944384 1261 13114 0 0 1 0 5 3 20 0 15 0 474649855 11094712320 49573 33554432000 4194304 4196468 140730526400976 139852698564720 139853239077506 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13815808 140730526403313 140730526405829 140730526405829 140730526408655 0
[pid=12698/tid=12757] ppid=12695 vsize=10834680 memory=6297548872420776041 CPUtime=0.08 cores=0,2,4,6
/proc/12698/task/12757/stat : 12757 (java) S 12695 12698 7525 0 -1 1077944384 34 13114 0 0 0 0 5 3 20 0 15 0 474649856 11094712320 49573 33554432000 4194304 4196468 140730526400976 139852697510752 139853239076565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13815808 140730526403313 140730526405829 140730526405829 140730526408655 0
[pid=12698/tid=12758] ppid=12695 vsize=10834680 memory=7739554046967048034 CPUtime=0.08 cores=0,2,4,6
/proc/12698/task/12758/stat : 12758 (java) S 12695 12698 7525 0 -1 1077944384 1 13114 0 0 0 0 5 3 20 0 15 0 474649856 11094712320 49573 33554432000 4194304 4196468 140730526400976 139852590867584 139853239076565 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13815808 140730526403313 140730526405829 140730526405829 140730526408655 0
[pid=12698/tid=12759] ppid=12695 vsize=10834680 memory=7739251711602880625 CPUtime=0.08 cores=0,2,4,6
/proc/12698/task/12759/stat : 12759 (java) S 12695 12698 7525 0 -1 1077944384 2 13114 0 0 0 0 5 3 20 0 15 0 474649858 11094712320 49573 33554432000 4194304 4196468 140730526400976 139851986888784 139853239084955 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13815808 140730526403313 140730526405829 140730526405829 140730526408655 0
[pid=12698/tid=12760] ppid=12695 vsize=10834680 memory=5787213861759506788 CPUtime=0.71 cores=0,2,4,6
/proc/12698/task/12760/stat : 12760 (java) S 12695 12698 7525 0 -1 1077944384 3179 13114 0 0 63 0 5 3 20 0 15 0 474649858 11094712320 49573 33554432000 4194304 4196468 140730526400976 139852663954032 139853239077506 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13815808 140730526403313 140730526405829 140730526405829 140730526408655 0
[pid=12698/tid=12761] ppid=12695 vsize=10834680 memory=7091881199549239912 CPUtime=0.67 cores=0,2,4,6
/proc/12698/task/12761/stat : 12761 (java) S 12695 12698 7525 0 -1 1077944384 1815 13114 0 0 59 0 5 3 20 0 15 0 474649858 11094712320 49573 33554432000 4194304 4196468 140730526400976 139852662901232 139853239077506 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13815808 140730526403313 140730526405829 140730526405829 140730526408655 0
[pid=12698/tid=12762] ppid=12695 vsize=10834680 memory=6297548872420776041 CPUtime=0.51 cores=0,2,4,6
/proc/12698/task/12762/stat : 12762 (java) S 12695 12698 7525 0 -1 1077944384 1804 13114 0 0 42 1 5 3 20 0 15 0 474649858 11094712320 49573 33554432000 4194304 4196468 140730526400976 139852661848944 139853239077506 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13815808 140730526403313 140730526405829 140730526405829 140730526408655 0
[pid=12698/tid=12763] ppid=12695 vsize=10834680 memory=6297548872420776041 CPUtime=0.08 cores=0,2,4,6
/proc/12698/task/12763/stat : 12763 (java) S 12695 12698 7525 0 -1 1077944384 3 13114 0 0 0 0 5 3 20 0 15 0 474649859 11094712320 49573 33554432000 4194304 4196468 140730526400976 139851517127648 139853239076565 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13815808 140730526403313 140730526405829 140730526405829 140730526408655 0
[pid=12698/tid=12764] ppid=12695 vsize=10834680 memory=56 CPUtime=0.08 cores=0,2,4,6
/proc/12698/task/12764/stat : 12764 (java) S 12695 12698 7525 0 -1 1077944384 2 13114 0 0 0 0 5 3 20 0 15 0 474649859 11094712320 49573 33554432000 4194304 4196468 140730526400976 139852660795824 139853239077506 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13815808 140730526403313 140730526405829 140730526405829 140730526408655 0
Current children cumulated CPU time: 3.2 s
Current children cumulated vsize: 10834680 KiB

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

[pid=12698/tid=12755] ppid=12695 vsize=10846988 memory=3472468990699684416 CPUtime=31.24 cores=0,2,4,6
/proc/12698/task/12755/stat : 12755 (java) S 12695 12698 7525 0 -1 1077944384 841126 13114 0 0 2825 291 5 3 20 0 15 0 474649854 11107315712 1722071 33554432000 4194304 4196468 140730526400976 139853129477136 139853239076565 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 4 0 0 6293624 6294260 13815808 140730526403313 140730526405829 140730526405829 140730526408655 0
[pid=12698/tid=12756] ppid=12695 vsize=10846988 memory=6888284 CPUtime=5.2 cores=0,2,4,6
/proc/12698/task/12756/stat : 12756 (java) S 12695 12698 7525 0 -1 1077944384 66053 13114 0 0 500 12 5 3 20 0 15 0 474649855 11107315712 1722071 33554432000 4194304 4196468 140730526400976 139852698564720 139853239077506 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13815808 140730526403313 140730526405829 140730526405829 140730526408655 0
[pid=12698/tid=12757] ppid=12695 vsize=10846988 memory=6888272 CPUtime=0.08 cores=0,2,4,6
/proc/12698/task/12757/stat : 12757 (java) S 12695 12698 7525 0 -1 1077944384 59 13114 0 0 0 0 5 3 20 0 15 0 474649856 11107315712 1722071 33554432000 4194304 4196468 140730526400976 139852697510816 139853239076565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13815808 140730526403313 140730526405829 140730526405829 140730526408655 0
[pid=12698/tid=12758] ppid=12695 vsize=10846988 memory=6888272 CPUtime=0.08 cores=0,2,4,6
/proc/12698/task/12758/stat : 12758 (java) S 12695 12698 7525 0 -1 1077944384 17 13114 0 0 0 0 5 3 20 0 15 0 474649856 11107315712 1722071 33554432000 4194304 4196468 140730526400976 139852590867584 139853239076565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13815808 140730526403313 140730526405829 140730526405829 140730526408655 0
[pid=12698/tid=12759] ppid=12695 vsize=10846988 memory=6888272 CPUtime=0.08 cores=0,2,4,6
/proc/12698/task/12759/stat : 12759 (java) S 12695 12698 7525 0 -1 1077944384 2 13114 0 0 0 0 5 3 20 0 15 0 474649858 11107315712 1722071 33554432000 4194304 4196468 140730526400976 139851986888784 139853239084955 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13815808 140730526403313 140730526405829 140730526405829 140730526408655 0
[pid=12698/tid=12760] ppid=12695 vsize=10846988 memory=6888272 CPUtime=4.83 cores=0,2,4,6
/proc/12698/task/12760/stat : 12760 (java) S 12695 12698 7525 0 -1 1077944384 36806 13114 0 0 471 4 5 3 20 0 15 0 474649858 11107315712 1722071 33554432000 4194304 4196468 140730526400976 139852663954032 139853239077506 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13815808 140730526403313 140730526405829 140730526405829 140730526408655 0
[pid=12698/tid=12761] ppid=12695 vsize=10846988 memory=1112 CPUtime=5.86 cores=0,2,4,6
/proc/12698/task/12761/stat : 12761 (java) S 12695 12698 7525 0 -1 1077944384 47451 13114 0 0 572 6 5 3 20 0 15 0 474649858 11107315712 1722071 33554432000 4194304 4196468 140730526400976 139852662901232 139853239077506 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13815808 140730526403313 140730526405829 140730526405829 140730526408655 0
[pid=12698/tid=12762] ppid=12695 vsize=10846988 memory=1004 CPUtime=2.1 cores=0,2,4,6
/proc/12698/task/12762/stat : 12762 (java) S 12695 12698 7525 0 -1 1077944384 24376 13114 0 0 197 5 5 3 20 0 15 0 474649858 11107315712 1722071 33554432000 4194304 4196468 140730526400976 139852661848944 139853239077506 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13815808 140730526403313 140730526405829 140730526405829 140730526408655 0
[pid=12698/tid=12763] ppid=12695 vsize=10846988 memory=6888272 CPUtime=0.08 cores=0,2,4,6
/proc/12698/task/12763/stat : 12763 (java) S 12695 12698 7525 0 -1 1077944384 3 13114 0 0 0 0 5 3 20 0 15 0 474649859 11107315712 1722071 33554432000 4194304 4196468 140730526400976 139851517127648 139853239076565 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13815808 140730526403313 140730526405829 140730526405829 140730526408655 0
[pid=12698/tid=12764] ppid=12695 vsize=10846988 memory=6888272 CPUtime=1.37 cores=0,2,4,6
/proc/12698/task/12764/stat : 12764 (java) S 12695 12698 7525 0 -1 1077944384 1691 13114 0 0 63 66 5 3 20 0 15 0 474649859 11107315712 1722071 33554432000 4194304 4196468 140730526400976 139852660795824 139853239077506 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13815808 140730526403313 140730526405829 140730526405829 140730526408655 0
Current children cumulated CPU time: 2368.94 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 6888284 KiB

[startup+2322.3 s]
/proc/loadavg: 1.89 1.72 1.63 3/228 13403
/proc/meminfo: memFree=226852/32770624 swapFree=66999216/67108860
[pid=12698] ppid=12695 vsize=10846988 memory=6888332 CPUtime=2429.42 cores=0,2,4,6
/proc/12698/stat : 12698 (java) S 12695 12698 7525 0 -1 1077944320 5223691 13114 0 0 241468 1466 5 3 20 0 15 0 474649844 11107315712 1722083 33554432000 4194304 4196468 140730526400976 140730526383520 139853239066359 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 13815808 140730526403313 140730526405829 140730526405829 140730526408655 0
/proc/12698/statm: 2711747 1722083 3636 1 0 2673805 0
[pid=12698/tid=12751] ppid=12695 vsize=10846988 memory=1764 CPUtime=2285.04 cores=0,2,4,6
/proc/12698/task/12751/stat : 12751 (java) R 12695 12698 7525 0 -1 4202560 1568673 13114 0 0 228288 208 5 3 20 0 15 0 474649853 11107315712 1722083 33554432000 4194304 4196468 140730526400976 139853210901744 139852823877669 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13815808 140730526403313 140730526405829 140730526405829 140730526408655 0
[pid=12698/tid=12752] ppid=12695 vsize=10846988 memory=6888332 CPUtime=31.43 cores=0,2,4,6
/proc/12698/task/12752/stat : 12752 (java) S 12695 12698 7525 0 -1 1077944384 864623 13114 0 0 2834 301 5 3 20 0 15 0 474649854 11107315712 1722083 33554432000 4194304 4196468 140730526400976 139853243308944 139853239076565 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 5 0 0 6293624 6294260 13815808 140730526403313 140730526405829 140730526405829 140730526408655 0
[pid=12698/tid=12753] ppid=12695 vsize=10846988 memory=6888332 CPUtime=31.37 cores=0,2,4,6
/proc/12698/task/12753/stat : 12753 (java) S 12695 12698 7525 0 -1 1077944384 879567 13114 0 0 2827 302 5 3 20 0 15 0 474649854 11107315712 1722083 33554432000 4194304 4196468 140730526400976 139853131582224 139853239076565 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 4 0 0 6293624 6294260 13815808 140730526403313 140730526405829 140730526405829 140730526408655 0
[pid=12698/tid=12754] ppid=12695 vsize=10846988 memory=6888332 CPUtime=31.4 cores=0,2,4,6
/proc/12698/task/12754/stat : 12754 (java) S 12695 12698 7525 0 -1 1077944384 874166 13114 0 0 2849 283 5 3 20 0 15 0 474649854 11107315712 1722083 33554432000 4194304 4196468 140730526400976 139853130529936 139853239076565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 4 0 0 6293624 6294260 13815808 140730526403313 140730526405829 140730526405829 140730526408655 0
[pid=12698/tid=12755] ppid=12695 vsize=10846988 memory=6888332 CPUtime=31.39 cores=0,2,4,6
/proc/12698/task/12755/stat : 12755 (java) S 12695 12698 7525 0 -1 1077944384 857640 13114 0 0 2839 292 5 3 20 0 15 0 474649854 11107315712 1722083 33554432000 4194304 4196468 140730526400976 139853129477136 139853239076565 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 4 0 0 6293624 6294260 13815808 140730526403313 140730526405829 140730526405829 140730526408655 0
[pid=12698/tid=12756] ppid=12695 vsize=10846988 memory=6888332 CPUtime=5.21 cores=0,2,4,6
/proc/12698/task/12756/stat : 12756 (java) S 12695 12698 7525 0 -1 1077944384 66363 13114 0 0 501 12 5 3 20 0 15 0 474649855 11107315712 1722083 33554432000 4194304 4196468 140730526400976 139852698564720 139853239077506 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13815808 140730526403313 140730526405829 140730526405829 140730526408655 0
[pid=12698/tid=12757] ppid=12695 vsize=10846988 memory=6888332 CPUtime=0.08 cores=0,2,4,6
/proc/12698/task/12757/stat : 12757 (java) S 12695 12698 7525 0 -1 1077944384 59 13114 0 0 0 0 5 3 20 0 15 0 474649856 11107315712 1722083 33554432000 4194304 4196468 140730526400976 139852697510816 139853239076565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13815808 140730526403313 140730526405829 140730526405829 140730526408655 0
[pid=12698/tid=12758] ppid=12695 vsize=10846988 memory=6888332 CPUtime=0.08 cores=0,2,4,6
/proc/12698/task/12758/stat : 12758 (java) S 12695 12698 7525 0 -1 1077944384 17 13114 0 0 0 0 5 3 20 0 15 0 474649856 11107315712 1722083 33554432000 4194304 4196468 140730526400976 139852590867584 139853239076565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13815808 140730526403313 140730526405829 140730526405829 140730526408655 0
[pid=12698/tid=12759] ppid=12695 vsize=10846988 memory=6888332 CPUtime=0.08 cores=0,2,4,6
/proc/12698/task/12759/stat : 12759 (java) S 12695 12698 7525 0 -1 1077944384 2 13114 0 0 0 0 5 3 20 0 15 0 474649858 11107315712 1722083 33554432000 4194304 4196468 140730526400976 139851986888784 139853239084955 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13815808 140730526403313 140730526405829 140730526405829 140730526408655 0
[pid=12698/tid=12760] ppid=12695 vsize=10846988 memory=6888332 CPUtime=4.83 cores=0,2,4,6
/proc/12698/task/12760/stat : 12760 (java) S 12695 12698 7525 0 -1 1077944384 36809 13114 0 0 471 4 5 3 20 0 15 0 474649858 11107315712 1722083 33554432000 4194304 4196468 140730526400976 139852663954032 139853239077506 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13815808 140730526403313 140730526405829 140730526405829 140730526408655 0
[pid=12698/tid=12761] ppid=12695 vsize=10846988 memory=6888332 CPUtime=5.86 cores=0,2,4,6
/proc/12698/task/12761/stat : 12761 (java) S 12695 12698 7525 0 -1 1077944384 47453 13114 0 0 572 6 5 3 20 0 15 0 474649858 11107315712 1722083 33554432000 4194304 4196468 140730526400976 139852662901232 139853239077506 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13815808 140730526403313 140730526405829 140730526405829 140730526408655 0
[pid=12698/tid=12762] ppid=12695 vsize=10846988 memory=6888332 CPUtime=2.1 cores=0,2,4,6
/proc/12698/task/12762/stat : 12762 (java) S 12695 12698 7525 0 -1 1077944384 24378 13114 0 0 197 5 5 3 20 0 15 0 474649858 11107315712 1722083 33554432000 4194304 4196468 140730526400976 139852661848944 139853239077506 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13815808 140730526403313 140730526405829 140730526405829 140730526408655 0
[pid=12698/tid=12763] ppid=12695 vsize=10846988 memory=56 CPUtime=0.08 cores=0,2,4,6
/proc/12698/task/12763/stat : 12763 (java) S 12695 12698 7525 0 -1 1077944384 3 13114 0 0 0 0 5 3 20 0 15 0 474649859 11107315712 1722083 33554432000 4194304 4196468 140730526400976 139851517127648 139853239076565 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13815808 140730526403313 140730526405829 140730526405829 140730526408655 0
[pid=12698/tid=12764] ppid=12695 vsize=10846988 memory=6888332 CPUtime=1.4 cores=0,2,4,6
/proc/12698/task/12764/stat : 12764 (java) S 12695 12698 7525 0 -1 1077944384 1730 13114 0 0 64 68 5 3 20 0 15 0 474649859 11107315712 1722083 33554432000 4194304 4196468 140730526400976 139852660795824 139853239077506 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13815808 140730526403313 140730526405829 140730526405829 140730526408655 0
Current children cumulated CPU time: 2429.42 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 6888332 KiB

[startup+2382.3 s]
/proc/loadavg: 1.77 1.72 1.63 3/227 13409
/proc/meminfo: memFree=221892/32770624 swapFree=66999216/67108860
[pid=12698] ppid=12695 vsize=10846988 memory=6888376 CPUtime=2489.85 cores=0,2,4,6
/proc/12698/stat : 12698 (java) S 12695 12698 7525 0 -1 1077944320 5328556 13114 0 0 247503 1474 5 3 20 0 15 0 474649844 11107315712 1722094 33554432000 4194304 4196468 140730526400976 140730526383520 139853239066359 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 13815808 140730526403313 140730526405829 140730526405829 140730526408655 0
/proc/12698/statm: 2711747 1722094 3636 1 0 2673805 0
[pid=12698/tid=12751] ppid=12695 vsize=10846988 memory=6888340 CPUtime=2344.89 cores=0,2,4,6
/proc/12698/task/12751/stat : 12751 (java) R 12695 12698 7525 0 -1 4202560 1616013 13114 0 0 234269 212 5 3 20 0 15 0 474649853 11107315712 1722094 33554432000 4194304 4196468 140730526400976 139853210901520 139852823220812 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13815808 140730526403313 140730526405829 140730526405829 140730526408655 0
[pid=12698/tid=12752] ppid=12695 vsize=10846988 memory=1384 CPUtime=31.57 cores=0,2,4,6
/proc/12698/task/12752/stat : 12752 (java) S 12695 12698 7525 0 -1 1077944384 877781 13114 0 0 2847 302 5 3 20 0 15 0 474649854 11107315712 1722094 33554432000 4194304 4196468 140730526400976 139853243308944 139853239076565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 5 0 0 6293624 6294260 13815808 140730526403313 140730526405829 140730526405829 140730526408655 0
[pid=12698/tid=12753] ppid=12695 vsize=10846988 memory=243988 CPUtime=31.5 cores=0,2,4,6
/proc/12698/task/12753/stat : 12753 (java) S 12695 12698 7525 0 -1 1077944384 893221 13114 0 0 2839 303 5 3 20 0 15 0 474649854 11107315712 1722094 33554432000 4194304 4196468 140730526400976 139853131582224 139853239076565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 5 0 0 6293624 6294260 13815808 140730526403313 140730526405829 140730526405829 140730526408655 0
[pid=12698/tid=12754] ppid=12695 vsize=10846988 memory=6888340 CPUtime=31.53 cores=0,2,4,6
/proc/12698/task/12754/stat : 12754 (java) S 12695 12698 7525 0 -1 1077944384 888142 13114 0 0 2861 284 5 3 20 0 15 0 474649854 11107315712 1722094 33554432000 4194304 4196468 140730526400976 139853130529936 139853239076565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 4 0 0 6293624 6294260 13815808 140730526403313 140730526405829 140730526405829 140730526408655 0
[pid=12698/tid=12755] ppid=12695 vsize=10846988 memory=6888376 CPUtime=31.53 cores=0,2,4,6
/proc/12698/task/12755/stat : 12755 (java) S 12695 12698 7525 0 -1 1077944384 872400 13114 0 0 2851 294 5 3 20 0 15 0 474649854 11107315712 1722094 33554432000 4194304 4196468 140730526400976 139853129477136 139853239076565 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 4 0 0 6293624 6294260 13815808 140730526403313 140730526405829 140730526405829 140730526408655 0
[pid=12698/tid=12756] ppid=12695 vsize=10846988 memory=6888376 CPUtime=5.22 cores=0,2,4,6
/proc/12698/task/12756/stat : 12756 (java) S 12695 12698 7525 0 -1 1077944384 66666 13114 0 0 502 12 5 3 20 0 15 0 474649855 11107315712 1722094 33554432000 4194304 4196468 140730526400976 139852698564720 139853239077506 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13815808 140730526403313 140730526405829 140730526405829 140730526408655 0
[pid=12698/tid=12757] ppid=12695 vsize=10846988 memory=6888376 CPUtime=0.08 cores=0,2,4,6
/proc/12698/task/12757/stat : 12757 (java) S 12695 12698 7525 0 -1 1077944384 59 13114 0 0 0 0 5 3 20 0 15 0 474649856 11107315712 1722094 33554432000 4194304 4196468 140730526400976 139852697510816 139853239076565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13815808 140730526403313 140730526405829 140730526405829 140730526408655 0
[pid=12698/tid=12758] ppid=12695 vsize=10846988 memory=6888376 CPUtime=0.08 cores=0,2,4,6
/proc/12698/task/12758/stat : 12758 (java) S 12695 12698 7525 0 -1 1077944384 17 13114 0 0 0 0 5 3 20 0 15 0 474649856 11107315712 1722094 33554432000 4194304 4196468 140730526400976 139852590867584 139853239076565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13815808 140730526403313 140730526405829 140730526405829 140730526408655 0
[pid=12698/tid=12759] ppid=12695 vsize=10846988 memory=6888348 CPUtime=0.08 cores=0,2,4,6
/proc/12698/task/12759/stat : 12759 (java) S 12695 12698 7525 0 -1 1077944384 2 13114 0 0 0 0 5 3 20 0 15 0 474649858 11107315712 1722094 33554432000 4194304 4196468 140730526400976 139851986888784 139853239084955 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13815808 140730526403313 140730526405829 140730526405829 140730526408655 0
[pid=12698/tid=12760] ppid=12695 vsize=10846988 memory=1060 CPUtime=4.85 cores=0,2,4,6
/proc/12698/task/12760/stat : 12760 (java) S 12695 12698 7525 0 -1 1077944384 38210 13114 0 0 473 4 5 3 20 0 15 0 474649858 11107315712 1722094 33554432000 4194304 4196468 140730526400976 139852663954032 139853239077506 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13815808 140730526403313 140730526405829 140730526405829 140730526408655 0
[pid=12698/tid=12761] ppid=12695 vsize=10846988 memory=6888376 CPUtime=5.86 cores=0,2,4,6
/proc/12698/task/12761/stat : 12761 (java) S 12695 12698 7525 0 -1 1077944384 47461 13114 0 0 572 6 5 3 20 0 15 0 474649858 11107315712 1722094 33554432000 4194304 4196468 140730526400976 139852662901232 139853239077506 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13815808 140730526403313 140730526405829 140730526405829 140730526408655 0
[pid=12698/tid=12762] ppid=12695 vsize=10846988 memory=6888376 CPUtime=2.1 cores=0,2,4,6
/proc/12698/task/12762/stat : 12762 (java) S 12695 12698 7525 0 -1 1077944384 24601 13114 0 0 197 5 5 3 20 0 15 0 474649858 11107315712 1722094 33554432000 4194304 4196468 140730526400976 139852661848944 139853239077506 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13815808 140730526403313 140730526405829 140730526405829 140730526408655 0
[pid=12698/tid=12763] ppid=12695 vsize=10846988 memory=6888376 CPUtime=0.08 cores=0,2,4,6
/proc/12698/task/12763/stat : 12763 (java) S 12695 12698 7525 0 -1 1077944384 3 13114 0 0 0 0 5 3 20 0 15 0 474649859 11107315712 1722094 33554432000 4194304 4196468 140730526400976 139851517127648 139853239076565 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13815808 140730526403313 140730526405829 140730526405829 140730526408655 0
[pid=12698/tid=12764] ppid=12695 vsize=10846988 memory=6888376 CPUtime=1.43 cores=0,2,4,6
/proc/12698/task/12764/stat : 12764 (java) S 12695 12698 7525 0 -1 1077944384 1772 13114 0 0 66 69 5 3 20 0 15 0 474649859 11107315712 1722094 33554432000 4194304 4196468 140730526400976 139852660795824 139853239077506 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13815808 140730526403313 140730526405829 140730526405829 140730526408655 0
Current children cumulated CPU time: 2489.85 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 6888376 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2412.2 s]
/proc/loadavg: 1.66 1.70 1.63 3/227 13411
/proc/meminfo: memFree=219856/32770624 swapFree=66999216/67108860
[pid=12698] ppid=12695 vsize=10846988 memory=6888408 CPUtime=2520 cores=0,2,4,6
/proc/12698/stat : 12698 (java) S 12695 12698 7525 0 -1 1077944320 5392981 13114 0 0 250512 1480 5 3 20 0 15 0 474649844 11107315712 1722102 33554432000 4194304 4196468 140730526400976 140730526383520 139853239066359 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 13815808 140730526403313 140730526405829 140730526405829 140730526408655 0
/proc/12698/statm: 2711747 1722102 3636 1 0 2673805 0
[pid=12698/tid=12751] ppid=12695 vsize=10846988 memory=288230596050944315 CPUtime=2374.7 cores=0,2,4,6
/proc/12698/task/12751/stat : 12751 (java) R 12695 12698 7525 0 -1 4202560 1628606 13114 0 0 237248 214 5 3 20 0 15 0 474649853 11107315712 1722102 33554432000 4194304 4196468 140730526400976 139853210901632 139852810000688 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13815808 140730526403313 140730526405829 140730526405829 140730526408655 0
[pid=12698/tid=12752] ppid=12695 vsize=10846988 memory=13848573129264102 CPUtime=31.64 cores=0,2,4,6
/proc/12698/task/12752/stat : 12752 (java) S 12695 12698 7525 0 -1 1077944384 890654 13114 0 0 2854 302 5 3 20 0 15 0 474649854 11107315712 1722102 33554432000 4194304 4196468 140730526400976 139853243308944 139853239076565 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 5 0 0 6293624 6294260 13815808 140730526403313 140730526405829 140730526405829 140730526408655 0
[pid=12698/tid=12753] ppid=12695 vsize=10846988 memory=3604 CPUtime=31.58 cores=0,2,4,6
/proc/12698/task/12753/stat : 12753 (java) S 12695 12698 7525 0 -1 1077944384 905824 13114 0 0 2846 304 5 3 20 0 15 0 474649854 11107315712 1722102 33554432000 4194304 4196468 140730526400976 139853131582224 139853239076565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 5 0 0 6293624 6294260 13815808 140730526403313 140730526405829 140730526405829 140730526408655 0
[pid=12698/tid=12754] ppid=12695 vsize=10846988 memory=2828 CPUtime=31.6 cores=0,2,4,6
/proc/12698/task/12754/stat : 12754 (java) S 12695 12698 7525 0 -1 1077944384 901352 13114 0 0 2868 284 5 3 20 0 15 0 474649854 11107315712 1722102 33554432000 4194304 4196468 140730526400976 139853130529936 139853239076565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 4 0 0 6293624 6294260 13815808 140730526403313 140730526405829 140730526405829 140730526408655 0
[pid=12698/tid=12755] ppid=12695 vsize=10846988 memory=676 CPUtime=31.61 cores=0,2,4,6
/proc/12698/task/12755/stat : 12755 (java) S 12695 12698 7525 0 -1 1077944384 885542 13114 0 0 2858 295 5 3 20 0 15 0 474649854 11107315712 1722102 33554432000 4194304 4196468 140730526400976 139853129477136 139853239076565 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 4 0 0 6293624 6294260 13815808 140730526403313 140730526405829 140730526405829 140730526408655 0
[pid=12698/tid=12756] ppid=12695 vsize=10846988 memory=1060 CPUtime=5.22 cores=0,2,4,6
/proc/12698/task/12756/stat : 12756 (java) S 12695 12698 7525 0 -1 1077944384 66668 13114 0 0 502 12 5 3 20 0 15 0 474649855 11107315712 1722102 33554432000 4194304 4196468 140730526400976 139852698564720 139853239077506 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13815808 140730526403313 140730526405829 140730526405829 140730526408655 0
[pid=12698/tid=12757] ppid=12695 vsize=10846988 memory=6888396 CPUtime=0.08 cores=0,2,4,6
/proc/12698/task/12757/stat : 12757 (java) S 12695 12698 7525 0 -1 1077944384 59 13114 0 0 0 0 5 3 20 0 15 0 474649856 11107315712 1722102 33554432000 4194304 4196468 140730526400976 139852697510816 139853239076565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13815808 140730526403313 140730526405829 140730526405829 140730526408655 0
[pid=12698/tid=12758] ppid=12695 vsize=10846988 memory=1004 CPUtime=0.08 cores=0,2,4,6
/proc/12698/task/12758/stat : 12758 (java) S 12695 12698 7525 0 -1 1077944384 17 13114 0 0 0 0 5 3 20 0 15 0 474649856 11107315712 1722102 33554432000 4194304 4196468 140730526400976 139852590867584 139853239076565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13815808 140730526403313 140730526405829 140730526405829 140730526408655 0
[pid=12698/tid=12759] ppid=12695 vsize=10846988 memory=281388943489600 CPUtime=0.08 cores=0,2,4,6
/proc/12698/task/12759/stat : 12759 (java) S 12695 12698 7525 0 -1 1077944384 2 13114 0 0 0 0 5 3 20 0 15 0 474649858 11107315712 1722102 33554432000 4194304 4196468 140730526400976 139851986888784 139853239084955 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13815808 140730526403313 140730526405829 140730526405829 140730526408655 0
[pid=12698/tid=12760] ppid=12695 vsize=10846988 memory=6944656592455360604 CPUtime=4.85 cores=0,2,4,6
/proc/12698/task/12760/stat : 12760 (java) S 12695 12698 7525 0 -1 1077944384 38210 13114 0 0 473 4 5 3 20 0 15 0 474649858 11107315712 1722102 33554432000 4194304 4196468 140730526400976 139852663954032 139853239077506 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13815808 140730526403313 140730526405829 140730526405829 140730526408655 0
[pid=12698/tid=12761] ppid=12695 vsize=10846988 memory=6648615548753253269 CPUtime=5.86 cores=0,2,4,6
/proc/12698/task/12761/stat : 12761 (java) S 12695 12698 7525 0 -1 1077944384 47461 13114 0 0 572 6 5 3 20 0 15 0 474649858 11107315712 1722102 33554432000 4194304 4196468 140730526400976 139852662901232 139853239077506 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13815808 140730526403313 140730526405829 140730526405829 140730526408655 0
[pid=12698/tid=12762] ppid=12695 vsize=10846988 memory=-9178176117148050014 CPUtime=2.1 cores=0,2,4,6
/proc/12698/task/12762/stat : 12762 (java) S 12695 12698 7525 0 -1 1077944384 24601 13114 0 0 197 5 5 3 20 0 15 0 474649858 11107315712 1722102 33554432000 4194304 4196468 140730526400976 139852661848944 139853239077506 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13815808 140730526403313 140730526405829 140730526405829 140730526408655 0
[pid=12698/tid=12763] ppid=12695 vsize=10846988 memory=-7233780906022726806 CPUtime=0.08 cores=0,2,4,6
/proc/12698/task/12763/stat : 12763 (java) S 12695 12698 7525 0 -1 1077944384 3 13114 0 0 0 0 5 3 20 0 15 0 474649859 11107315712 1722102 33554432000 4194304 4196468 140730526400976 139851517127648 139853239076565 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13815808 140730526403313 140730526405829 140730526405829 140730526408655 0
[pid=12698/tid=12764] ppid=12695 vsize=10846988 memory=30412 CPUtime=1.45 cores=0,2,4,6
/proc/12698/task/12764/stat : 12764 (java) S 12695 12698 7525 0 -1 1077944384 1774 13114 0 0 67 70 5 3 20 0 15 0 474649859 11107315712 1722102 33554432000 4194304 4196468 140730526400976 139852660795824 139853239077506 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13815808 140730526403313 140730526405829 140730526405829 140730526408655 0
Current children cumulated CPU time: 2520 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 6888408 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+2412.41 s]
# the end of solver process 12698 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2505.2 s, system=15.0262 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2412.31 s]*
/proc/loadavg: 1.66 1.70 1.63 3/214 13413
/proc/meminfo: memFree=3063812/32770624 swapFree=66999216/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143
Real time (s): 2412.41
CPU time (s): 2520.22
CPU user time (s): 2505.2
CPU system time (s): 15.0262
CPU usage (%): 104.469
Max. virtual memory (cumulated for all children) (KiB): 10849744
Max. memory (cumulated for all children) (KiB): 6888408

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2505.2
system time used= 15.0262
maximum resident set size= 6888864
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 5409668
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3040
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 89374
involuntary context switches= 5105


# summary of solver processes directly reported to runsolver:
#   pid: 12698
#   total CPU time (s): 2520.22
#   total CPU user time (s): 2505.2
#   total CPU system time (s): 15.0262

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.2709 second user time and 23.2703 second system time

The end

Launcher Data

Begin job on node103 at 2019-09-20 14:51:49
IDJOB=4402528
IDBENCH=138444
IDSOLVER=2861
FILE ID=node103/4402528-1568983968
RUNJOBID= node103-1568967579-7556
PBS_JOBID= 21704635
Free space on /tmp= 20680 MiB

SOLVER NAME= Concrete 3.12.3
BENCH NAME= XCSP17/SuperSolutions/SuperSolutions-Taillard-os10/SuperTaillard-os-10-06.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4402528-1568983968/watcher-4402528-1568983968 -o /tmp/evaluation-result-4402528-1568983968/solver-4402528-1568983968 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node103-1568967579-7556 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=48196352 HOME/instance-4402528-1568983968.xml

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

MD5SUM BENCH= 6b3d88799df56964f86d557249875b85
RANDOM SEED=48196352

node103.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.74
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.74
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.74
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.74
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:         4942764 kB
MemAvailable:   31123700 kB
Buffers:          100688 kB
Cached:         26335544 kB
SwapCached:         6972 kB
Active:         13915792 kB
Inactive:       13259540 kB
Active(anon):     726352 kB
Inactive(anon):    62228 kB
Active(file):   13189440 kB
Inactive(file): 13197312 kB
Unevictable:      106476 kB
Mlocked:          106476 kB
SwapTotal:      67108860 kB
SwapFree:       66999216 kB
Dirty:             35592 kB
Writeback:             0 kB
AnonPages:        852536 kB
Mapped:            65992 kB
Shmem:             40864 kB
Slab:             248952 kB
SReclaimable:     220036 kB
SUnreclaim:        28916 kB
KernelStack:        4032 kB
PageTables:         7960 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2008448 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    700416 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 20644 MiB
End job on node103 at 2019-09-20 15:32:01