Trace number 4396260

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 NameAnswerobjective functionCPU timeWall clock time
Concrete 3.12.2SAT (TO)3 2520.1 2484.34

General information on the benchmark

NameChessboardColoration/ChessboardColoration-int-s2/
ChessboardColoration-int-08-10.xml
MD5SUM23e84b7c24701222a8a18862c478c748
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark18.3246
Satisfiable
(Un)Satisfiability was proved
Number of variables80
Number of constraints1261
Number of domains1
Minimum domain size80
Maximum domain size80
Distribution of domain sizes[{"size":80,"count":80}]
Minimum variable degree65
Maximum variable degree65
Distribution of variable degrees[{"degree":65,"count":80}]
Minimum constraint arity4
Maximum constraint arity80
Distribution of constraint arities[{"arity":4,"count":1260},{"arity":80,"count":1}]
Number of extensional constraints0
Number of intensional constraints1260
Distribution of constraint types[{"type":"intension","count":1260},{"type":"lex","count":1}]
Optimization problemYES
Type of objectivemin MAXIMUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.79/0.56	c Concrete v3.12.2.1568380929293 running
46.07/31.04	o 79
55.40/39.60	o 78
65.46/49.35	o 77
75.03/58.62	o 76
75.84/59.49	o 5
76.99/60.33	o 4
77.87/61.18	o 3
2520.04/2484.31	Exception in thread "main" java.util.concurrent.TimeoutException
2520.04/2484.31		at concrete.MAC.mac(MAC.scala:192)
2520.04/2484.31		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2520.04/2484.31		at scala.util.Try$.apply(Try.scala:212)
2520.04/2484.31		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.04/2484.31		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.04/2484.31		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.04/2484.31		at concrete.MAC.oneRun(MAC.scala:265)
2520.04/2484.31		at concrete.MAC.nextSolution(MAC.scala:284)
2520.04/2484.31		at concrete.MAC.nextSolution(MAC.scala:369)
2520.04/2484.31		at concrete.Solver.hasNext(Solver.scala:160)
2520.04/2484.31		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.04/2484.31		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.04/2484.31		at concrete.Solver.foreach(Solver.scala:67)
2520.04/2484.31		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:73)
2520.04/2484.31		at scala.util.Success.map(Try.scala:264)
2520.04/2484.31		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.04/2484.31		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.04/2484.31		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.04/2484.31		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.04/2484.31		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.04/2484.31		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.04/2484.31		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.04/2484.31		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.04/2484.31		at scala.App.$anonfun$main$1(App.scala:75)
2520.04/2484.31		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2520.04/2484.31		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.04/2484.31		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.04/2484.31		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2520.04/2484.31		at scala.App.main(App.scala:75)
2520.04/2484.31		at scala.App.main$(App.scala:73)
2520.04/2484.31		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.04/2484.31		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.04/2484.32	v <instantiation
2520.04/2484.32	v         cost = '3'>
2520.04/2484.32	v       <list>
2520.04/2484.32	v         x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[0][6] x[0][7] x[0][8] x[0][9] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[1][7] x[1][8] x[1][9] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[2][6] x[2][7] x[2][8] x[2][9] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5] x[3][6] x[3][7] x[3][8] x[3][9] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] x[4][5] x[4][6] x[4][7] x[4][8] x[4][9] x[5][0] x[5][1] x[5][2] x[5][3] x[5][4] x[5][5] x[5][6] x[5][7] x[5][8] x[5][9] x[6][0] x[6][1] x[6][2] x[6][3] x[6][4] x[6][5] x[6][6] x[6][7] x[6][8] x[6][9] x[7][0] x[7][1] x[7][2] x[7][3] x[7][4] x[7][5] x[7][6] x[7][7] x[7][8] x[7][9]
2520.04/2484.32	v       </list>
2520.04/2484.32	v       <values>
2520.04/2484.32	v         0 0 0 2 2 3 3 3 3 3 0 1 1 1 1 0 0 0 0 3 1 0 3 1 2 1 2 2 3 1 2 0 2 0 1 2 1 2 3 2 2 0 3 3 0 1 1 3 0 0 2 2 3 0 1 1 2 0 1 3 2 3 0 0 1 0 3 1 2 0 2 3 0 2 3 3 1 0 1 1
2520.04/2484.32	v       </values>
2520.04/2484.32	v     </instantiation>
2520.04/2484.32	s SATISFIABLE

Verifier Data

OK	3

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4396260-1568412161/watcher-4396260-1568412161 -o /tmp/evaluation-result-4396260-1568412161/solver-4396260-1568412161 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node127-1568400895-17216 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=156290201 HOME/instance-4396260-1568412161.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=19761, runsolver pid=19758

[startup+0.100095 s]*
/proc/loadavg: 1.10 1.30 1.47 3/219 19818
/proc/meminfo: memFree=27052940/32770624 swapFree=66998528/67108860
[pid=19761] ppid=19758 vsize=9972712 memory=18864 CPUtime=0.09 cores=0,2,4,6
/proc/19761/stat : 19761 (java) S 19758 19761 17185 0 -1 1077944320 4439 13144 0 0 1 0 5 3 20 0 6 0 417484994 10212057088 4716 33554432000 4194304 4196468 140723737412064 140723737394608 140701007277815 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 32751616 140723737418480 140723737420997 140723737420997 140723737423823 0
/proc/19761/statm: 2493178 4716 1935 1 0 2481616 0
[pid=19761/tid=19814] ppid=19758 vsize=9972712 memory=720575944405811505 CPUtime=0.09 cores=0,2,4,6
/proc/19761/task/19814/stat : 19814 (java) R 19758 19761 17185 0 -1 4202560 2226 13144 0 0 1 0 5 3 20 0 6 0 417485003 10212057088 4716 33554432000 4194304 4196468 140723737412064 140700979114576 140701007299741 0 4 0 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32751616 140723737418480 140723737420997 140723737420997 140723737423823 0
[pid=19761/tid=19815] ppid=19758 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19761/task/19815/stat : 19815 (java) S 19758 19761 17185 0 -1 1077944384 1 13144 0 0 0 0 5 3 20 0 6 0 417485004 10212057088 4716 33554432000 4194304 4196468 140723737412064 140701011520528 140701007288021 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32751616 140723737418480 140723737420997 140723737420997 140723737423823 0
[pid=19761/tid=19816] ppid=19758 vsize=9972712 memory=288370957255947904 CPUtime=0.08 cores=0,2,4,6
/proc/19761/task/19816/stat : 19816 (java) S 19758 19761 17185 0 -1 1077944384 1 13144 0 0 0 0 5 3 20 0 6 0 417485004 10212057088 4716 33554432000 4194304 4196468 140723737412064 140700915723408 140701007288021 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32751616 140723737418480 140723737420997 140723737420997 140723737423823 0
[pid=19761/tid=19817] ppid=19758 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19761/task/19817/stat : 19817 (java) S 19758 19761 17185 0 -1 1077944384 1 13144 0 0 0 0 5 3 20 0 6 0 417485004 10212057088 4716 33554432000 4194304 4196468 140723737412064 140700579322640 140701007288021 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32751616 140723737418480 140723737420997 140723737420997 140723737423823 0
[pid=19761/tid=19818] ppid=19758 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19761/task/19818/stat : 19818 (java) S 19758 19761 17185 0 -1 1077944384 2 13144 0 0 0 0 5 3 20 0 6 0 417485004 10212057088 4716 33554432000 4194304 4196468 140723737412064 140700578270096 140701007288021 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32751616 140723737418480 140723737420997 140723737420997 140723737423823 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18864 KiB

[startup+0.210244 s]*
/proc/loadavg: 1.10 1.30 1.47 4/228 19827
/proc/meminfo: memFree=27031732/32770624 swapFree=66998528/67108860
[pid=19761] ppid=19758 vsize=10819664 memory=40824 CPUtime=0.26 cores=0,2,4,6
/proc/19761/stat : 19761 (java) S 19758 19761 17185 0 -1 1077944320 7024 13144 0 0 17 1 5 3 20 0 15 0 417484994 11079335936 10206 33554432000 4194304 4196468 140723737412064 140723737394608 140701007277815 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 32751616 140723737418480 140723737420997 140723737420997 140723737423823 0
/proc/19761/statm: 2704916 10206 3160 1 0 2667149 0
[pid=19761/tid=19814] ppid=19758 vsize=10819664 memory=751940894209540401 CPUtime=0.19 cores=0,2,4,6
/proc/19761/task/19814/stat : 19814 (java) R 19758 19761 17185 0 -1 4202560 3513 13144 0 0 11 0 5 3 20 0 15 0 417485003 11079335936 10206 33554432000 4194304 4196468 140723737412064 140700979083616 140700991358302 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32751616 140723737418480 140723737420997 140723737420997 140723737423823 0
[pid=19761/tid=19815] ppid=19758 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19761/task/19815/stat : 19815 (java) S 19758 19761 17185 0 -1 1077944384 1 13144 0 0 0 0 5 3 20 0 15 0 417485004 11079335936 10206 33554432000 4194304 4196468 140723737412064 140701011520528 140701007288021 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32751616 140723737418480 140723737420997 140723737420997 140723737423823 0
[pid=19761/tid=19816] ppid=19758 vsize=10819664 memory=288370957255947904 CPUtime=0.08 cores=0,2,4,6
/proc/19761/task/19816/stat : 19816 (java) S 19758 19761 17185 0 -1 1077944384 1 13144 0 0 0 0 5 3 20 0 15 0 417485004 11079335936 10206 33554432000 4194304 4196468 140723737412064 140700915723408 140701007288021 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32751616 140723737418480 140723737420997 140723737420997 140723737423823 0
[pid=19761/tid=19817] ppid=19758 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19761/task/19817/stat : 19817 (java) S 19758 19761 17185 0 -1 1077944384 1 13144 0 0 0 0 5 3 20 0 15 0 417485004 11079335936 10206 33554432000 4194304 4196468 140723737412064 140700579322640 140701007288021 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32751616 140723737418480 140723737420997 140723737420997 140723737423823 0
[pid=19761/tid=19818] ppid=19758 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19761/task/19818/stat : 19818 (java) S 19758 19761 17185 0 -1 1077944384 2 13144 0 0 0 0 5 3 20 0 15 0 417485004 11079335936 10206 33554432000 4194304 4196468 140723737412064 140700578270096 140701007288021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32751616 140723737418480 140723737420997 140723737420997 140723737423823 0
[pid=19761/tid=19819] ppid=19758 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19761/task/19819/stat : 19819 (java) S 19758 19761 17185 0 -1 1077944384 2 13144 0 0 0 0 5 3 20 0 15 0 417485005 11079335936 10206 33554432000 4194304 4196468 140723737412064 140700533962992 140701007288962 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32751616 140723737418480 140723737420997 140723737420997 140723737423823 0
[pid=19761/tid=19820] ppid=19758 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/19761/task/19820/stat : 19820 (java) S 19758 19761 17185 0 -1 1077944384 13 13144 0 0 0 0 5 3 20 0 15 0 417485006 11079335936 10206 33554432000 4194304 4196468 140723737412064 140700444255392 140701007288021 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32751616 140723737418480 140723737420997 140723737420997 140723737423823 0
[pid=19761/tid=19821] ppid=19758 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19761/task/19821/stat : 19821 (java) S 19758 19761 17185 0 -1 1077944384 1 13144 0 0 0 0 5 3 20 0 15 0 417485006 11079335936 10206 33554432000 4194304 4196468 140723737412064 140699840275184 140701007288021 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32751616 140723737418480 140723737420997 140723737420997 140723737423823 0
[pid=19761/tid=19822] ppid=19758 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19761/task/19822/stat : 19822 (java) S 19758 19761 17185 0 -1 1077944384 3 13144 0 0 0 0 5 3 20 0 15 0 417485009 11079335936 10206 33554432000 4194304 4196468 140723737412064 140699532875728 140701007296411 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32751616 140723737418480 140723737420997 140723737420997 140723737423823 0
[pid=19761/tid=19823] ppid=19758 vsize=10819664 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/19761/task/19823/stat : 19823 (java) S 19758 19761 17185 0 -1 1077944384 343 13144 0 0 1 0 5 3 20 0 15 0 417485009 11079335936 10206 33554432000 4194304 4196468 140723737412064 140700532910832 140701007288962 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32751616 140723737418480 140723737420997 140723737420997 140723737423823 0
[pid=19761/tid=19824] ppid=19758 vsize=10819664 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/19761/task/19824/stat : 19824 (java) S 19758 19761 17185 0 -1 1077944384 317 13144 0 0 1 0 5 3 20 0 15 0 417485009 11079335936 10206 33554432000 4194304 4196468 140723737412064 140700531858288 140701007288962 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32751616 140723737418480 140723737420997 140723737420997 140723737423823 0
[pid=19761/tid=19825] ppid=19758 vsize=10819664 memory=140581104236160 CPUtime=0.11 cores=0,2,4,6
/proc/19761/task/19825/stat : 19825 (java) S 19758 19761 17185 0 -1 1077944384 615 13144 0 0 3 0 5 3 20 0 15 0 417485009 11079335936 10206 33554432000 4194304 4196468 140723737412064 140700530805232 140701007288962 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32751616 140723737418480 140723737420997 140723737420997 140723737423823 0
[pid=19761/tid=19826] ppid=19758 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/19761/task/19826/stat : 19826 (java) S 19758 19761 17185 0 -1 1077944384 3 13144 0 0 0 0 5 3 20 0 15 0 417485009 11079335936 10206 33554432000 4194304 4196468 140723737412064 140699499318112 140701007288021 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32751616 140723737418480 140723737420997 140723737420997 140723737423823 0
[pid=19761/tid=19827] ppid=19758 vsize=10819664 memory=140581104236160 CPUtime=0.08 cores=0,2,4,6
/proc/19761/task/19827/stat : 19827 (java) S 19758 19761 17185 0 -1 1077944384 1 13144 0 0 0 0 5 3 20 0 15 0 417485009 11079335936 10206 33554432000 4194304 4196468 140723737412064 140700529752624 140701007288962 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32751616 140723737418480 140723737420997 140723737420997 140723737423823 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10819664 KiB
Current children cumulated memory: 40824 KiB

[startup+0.310569 s]*
/proc/loadavg: 1.10 1.30 1.47 5/228 19827
/proc/meminfo: memFree=27017808/32770624 swapFree=66998528/67108860
[pid=19761] ppid=19758 vsize=10820148 memory=51936 CPUtime=0.4 cores=0,2,4,6
/proc/19761/stat : 19761 (java) S 19758 19761 17185 0 -1 1077944320 10733 13144 0 0 29 3 5 3 20 0 15 0 417484994 11079831552 12984 33554432000 4194304 4196468 140723737412064 140723737394608 140701007277815 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 32751616 140723737418480 140723737420997 140723737420997 140723737423823 0
/proc/19761/statm: 2705037 12984 3292 1 0 2667149 0
[pid=19761/tid=19814] ppid=19758 vsize=10820148 memory=8317482817917895235 CPUtime=0.29 cores=0,2,4,6
/proc/19761/task/19814/stat : 19814 (java) R 19758 19761 17185 0 -1 4202560 7188 13144 0 0 19 2 5 3 20 0 15 0 417485003 11079831552 12984 33554432000 4194304 4196468 140723737412064 140700979077728 140700991358302 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32751616 140723737418480 140723737420997 140723737420997 140723737423823 0
[pid=19761/tid=19815] ppid=19758 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19761/task/19815/stat : 19815 (java) S 19758 19761 17185 0 -1 1077944384 1 13144 0 0 0 0 5 3 20 0 15 0 417485004 11079831552 12984 33554432000 4194304 4196468 140723737412064 140701011520528 140701007288021 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32751616 140723737418480 140723737420997 140723737420997 140723737423823 0
[pid=19761/tid=19816] ppid=19758 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19761/task/19816/stat : 19816 (java) S 19758 19761 17185 0 -1 1077944384 1 13144 0 0 0 0 5 3 20 0 15 0 417485004 11079831552 12984 33554432000 4194304 4196468 140723737412064 140700915723408 140701007288021 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32751616 140723737418480 140723737420997 140723737420997 140723737423823 0
[pid=19761/tid=19817] ppid=19758 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19761/task/19817/stat : 19817 (java) S 19758 19761 17185 0 -1 1077944384 1 13144 0 0 0 0 5 3 20 0 15 0 417485004 11079831552 12984 33554432000 4194304 4196468 140723737412064 140700579322640 140701007288021 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32751616 140723737418480 140723737420997 140723737420997 140723737423823 0
[pid=19761/tid=19818] ppid=19758 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19761/task/19818/stat : 19818 (java) S 19758 19761 17185 0 -1 1077944384 2 13144 0 0 0 0 5 3 20 0 15 0 417485004 11079831552 12984 33554432000 4194304 4196468 140723737412064 140700578270096 140701007288021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32751616 140723737418480 140723737420997 140723737420997 140723737423823 0
[pid=19761/tid=19819] ppid=19758 vsize=10820148 memory=140581104236159 CPUtime=0.08 cores=0,2,4,6
/proc/19761/task/19819/stat : 19819 (java) S 19758 19761 17185 0 -1 1077944384 2 13144 0 0 0 0 5 3 20 0 15 0 417485005 11079831552 12984 33554432000 4194304 4196468 140723737412064 140700533962992 140701007288962 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32751616 140723737418480 140723737420997 140723737420997 140723737423823 0
[pid=19761/tid=19820] ppid=19758 vsize=10820148 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/19761/task/19820/stat : 19820 (java) S 19758 19761 17185 0 -1 1077944384 13 13144 0 0 0 0 5 3 20 0 15 0 417485006 11079831552 12984 33554432000 4194304 4196468 140723737412064 140700444255392 140701007288021 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32751616 140723737418480 140723737420997 140723737420997 140723737423823 0
[pid=19761/tid=19821] ppid=19758 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19761/task/19821/stat : 19821 (java) S 19758 19761 17185 0 -1 1077944384 1 13144 0 0 0 0 5 3 20 0 15 0 417485006 11079831552 12984 33554432000 4194304 4196468 140723737412064 140699840275184 140701007288021 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32751616 140723737418480 140723737420997 140723737420997 140723737423823 0
[pid=19761/tid=19822] ppid=19758 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19761/task/19822/stat : 19822 (java) S 19758 19761 17185 0 -1 1077944384 3 13144 0 0 0 0 5 3 20 0 15 0 417485009 11079831552 12984 33554432000 4194304 4196468 140723737412064 140699532875728 140701007296411 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32751616 140723737418480 140723737420997 140723737420997 140723737423823 0
[pid=19761/tid=19823] ppid=19758 vsize=10820148 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/19761/task/19823/stat : 19823 (java) S 19758 19761 17185 0 -1 1077944384 344 13144 0 0 1 0 5 3 20 0 15 0 417485009 11079831552 12984 33554432000 4194304 4196468 140723737412064 140700532910832 140701007288962 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32751616 140723737418480 140723737420997 140723737420997 140723737423823 0
[pid=19761/tid=19824] ppid=19758 vsize=10820148 memory=-1 CPUtime=0.1 cores=0,2,4,6
/proc/19761/task/19824/stat : 19824 (java) S 19758 19761 17185 0 -1 1077944384 326 13144 0 0 2 0 5 3 20 0 15 0 417485009 11079831552 12984 33554432000 4194304 4196468 140723737412064 140700531858288 140701007288962 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32751616 140723737418480 140723737420997 140723737420997 140723737423823 0
[pid=19761/tid=19825] ppid=19758 vsize=10820148 memory=140581104236160 CPUtime=0.13 cores=0,2,4,6
/proc/19761/task/19825/stat : 19825 (java) S 19758 19761 17185 0 -1 1077944384 638 13144 0 0 5 0 5 3 20 0 15 0 417485009 11079831552 12984 33554432000 4194304 4196468 140723737412064 140700530805232 140701007288962 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32751616 140723737418480 140723737420997 140723737420997 140723737423823 0
[pid=19761/tid=19826] ppid=19758 vsize=10820148 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/19761/task/19826/stat : 19826 (java) S 19758 19761 17185 0 -1 1077944384 3 13144 0 0 0 0 5 3 20 0 15 0 417485009 11079831552 12984 33554432000 4194304 4196468 140723737412064 140699499318112 140701007288021 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32751616 140723737418480 140723737420997 140723737420997 140723737423823 0
[pid=19761/tid=19827] ppid=19758 vsize=10820148 memory=140581104236160 CPUtime=0.08 cores=0,2,4,6
/proc/19761/task/19827/stat : 19827 (java) S 19758 19761 17185 0 -1 1077944384 1 13144 0 0 0 0 5 3 20 0 15 0 417485009 11079831552 12984 33554432000 4194304 4196468 140723737412064 140700529752624 140701007288962 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32751616 140723737418480 140723737420997 140723737420997 140723737423823 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820148 KiB
Current children cumulated memory: 51936 KiB

[startup+0.700709 s]
/proc/loadavg: 1.10 1.30 1.47 6/228 19827
/proc/meminfo: memFree=27004532/32770624 swapFree=66998528/67108860
[pid=19761] ppid=19758 vsize=10824360 memory=85392 CPUtime=1.12 cores=0,2,4,6
/proc/19761/stat : 19761 (java) S 19758 19761 17185 0 -1 1077944320 15050 13144 0 0 99 5 5 3 20 0 15 0 417484994 11084144640 21348 33554432000 4194304 4196468 140723737412064 140723737394608 140701007277815 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 32751616 140723737418480 140723737420997 140723737420997 140723737423823 0
/proc/19761/statm: 2706090 21348 3500 1 0 2668173 0
[pid=19761/tid=19814] ppid=19758 vsize=10824360 memory=5795117241467496816 CPUtime=0.67 cores=0,2,4,6
/proc/19761/task/19814/stat : 19814 (java) R 19758 19761 17185 0 -1 4202560 10296 13144 0 0 56 3 5 3 20 0 15 0 417485003 11084144640 21348 33554432000 4194304 4196468 140723737412064 140700979099920 140701007299741 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32751616 140723737418480 140723737420997 140723737420997 140723737423823 0
[pid=19761/tid=19815] ppid=19758 vsize=10824360 memory=1428 CPUtime=0.08 cores=0,2,4,6
/proc/19761/task/19815/stat : 19815 (java) S 19758 19761 17185 0 -1 1077944384 1 13144 0 0 0 0 5 3 20 0 15 0 417485004 11084144640 21348 33554432000 4194304 4196468 140723737412064 140701011520528 140701007288021 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32751616 140723737418480 140723737420997 140723737420997 140723737423823 0
[pid=19761/tid=19816] ppid=19758 vsize=10824360 memory=4160 CPUtime=0.08 cores=0,2,4,6
/proc/19761/task/19816/stat : 19816 (java) S 19758 19761 17185 0 -1 1077944384 1 13144 0 0 0 0 5 3 20 0 15 0 417485004 11084144640 21348 33554432000 4194304 4196468 140723737412064 140700915723408 140701007288021 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32751616 140723737418480 140723737420997 140723737420997 140723737423823 0
[pid=19761/tid=19817] ppid=19758 vsize=10824360 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19761/task/19817/stat : 19817 (java) S 19758 19761 17185 0 -1 1077944384 1 13144 0 0 0 0 5 3 20 0 15 0 417485004 11084144640 21348 33554432000 4194304 4196468 140723737412064 140700579322640 140701007288021 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32751616 140723737418480 140723737420997 140723737420997 140723737423823 0
[pid=19761/tid=19818] ppid=19758 vsize=10824360 memory=140581104234993 CPUtime=0.08 cores=0,2,4,6
/proc/19761/task/19818/stat : 19818 (java) S 19758 19761 17185 0 -1 1077944384 2 13144 0 0 0 0 5 3 20 0 15 0 417485004 11084144640 21348 33554432000 4194304 4196468 140723737412064 140700578270096 140701007288021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32751616 140723737418480 140723737420997 140723737420997 140723737423823 0
[pid=19761/tid=19819] ppid=19758 vsize=10824360 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19761/task/19819/stat : 19819 (java) S 19758 19761 17185 0 -1 1077944384 5 13144 0 0 0 0 5 3 20 0 15 0 417485005 11084144640 21348 33554432000 4194304 4196468 140723737412064 140700533962992 140701007288962 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32751616 140723737418480 140723737420997 140723737420997 140723737423823 0
[pid=19761/tid=19820] ppid=19758 vsize=10824360 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19761/task/19820/stat : 19820 (java) S 19758 19761 17185 0 -1 1077944384 13 13144 0 0 0 0 5 3 20 0 15 0 417485006 11084144640 21348 33554432000 4194304 4196468 140723737412064 140700444255392 140701007288021 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32751616 140723737418480 140723737420997 140723737420997 140723737423823 0
[pid=19761/tid=19821] ppid=19758 vsize=10824360 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19761/task/19821/stat : 19821 (java) S 19758 19761 17185 0 -1 1077944384 1 13144 0 0 0 0 5 3 20 0 15 0 417485006 11084144640 21348 33554432000 4194304 4196468 140723737412064 140699840275184 140701007288021 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32751616 140723737418480 140723737420997 140723737420997 140723737423823 0
[pid=19761/tid=19822] ppid=19758 vsize=10824360 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19761/task/19822/stat : 19822 (java) S 19758 19761 17185 0 -1 1077944384 3 13144 0 0 0 0 5 3 20 0 15 0 417485009 11084144640 21348 33554432000 4194304 4196468 140723737412064 140699532875728 140701007296411 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32751616 140723737418480 140723737420997 140723737420997 140723737423823 0
[pid=19761/tid=19823] ppid=19758 vsize=10824360 memory=0 CPUtime=0.17 cores=0,2,4,6
/proc/19761/task/19823/stat : 19823 (java) S 19758 19761 17185 0 -1 1077944384 734 13144 0 0 9 0 5 3 20 0 15 0 417485009 11084144640 21348 33554432000 4194304 4196468 140723737412064 140700532910832 140701007288962 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32751616 140723737418480 140723737420997 140723737420997 140723737423823 0
[pid=19761/tid=19824] ppid=19758 vsize=10824360 memory=0 CPUtime=0.24 cores=0,2,4,6
/proc/19761/task/19824/stat : 19824 (java) R 19758 19761 17185 0 -1 4202560 897 13144 0 0 16 0 5 3 20 0 15 0 417485009 11084144640 21348 33554432000 4194304 4196468 140723737412064 140700531858288 140700988612577 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32751616 140723737418480 140723737420997 140723737420997 140723737423823 0
[pid=19761/tid=19825] ppid=19758 vsize=10824360 memory=0 CPUtime=0.25 cores=0,2,4,6
/proc/19761/task/19825/stat : 19825 (java) S 19758 19761 17185 0 -1 1077944384 882 13144 0 0 17 0 5 3 20 0 15 0 417485009 11084144640 21348 33554432000 4194304 4196468 140723737412064 140700530805232 140701007288962 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32751616 140723737418480 140723737420997 140723737420997 140723737423823 0
[pid=19761/tid=19826] ppid=19758 vsize=10824360 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19761/task/19826/stat : 19826 (java) S 19758 19761 17185 0 -1 1077944384 3 13144 0 0 0 0 5 3 20 0 15 0 417485009 11084144640 21348 33554432000 4194304 4196468 140723737412064 140699499318112 140701007288021 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32751616 140723737418480 140723737420997 140723737420997 140723737423823 0
[pid=19761/tid=19827] ppid=19758 vsize=10824360 memory=3624 CPUtime=0.08 cores=0,2,4,6
/proc/19761/task/19827/stat : 19827 (java) S 19758 19761 17185 0 -1 1077944384 1 13144 0 0 0 0 5 3 20 0 15 0 417485009 11084144640 21348 33554432000 4194304 4196468 140723737412064 140700529752624 140701007288962 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32751616 140723737418480 140723737420997 140723737420997 140723737423823 0
Current children cumulated CPU time: 1.12 s
Current children cumulated vsize: 10824360 KiB
Current children cumulated memory: 85392 KiB

[startup+1.50068 s]
/proc/loadavg: 1.10 1.30 1.47 5/228 19827
/proc/meminfo: memFree=26953852/32770624 swapFree=66998528/67108860
[pid=19761] ppid=19758 vsize=10834676 memory=195060 CPUtime=2.88 cores=0,2,4,6
/proc/19761/stat : 19761 (java) S 19758 19761 17185 0 -1 1077944320 22955 13144 0 0 272 8 5 3 20 0 15 0 417484994 11094708224 48765 33554432000 4194304 4196468 140723737412064 140723737394608 140701007277815 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 32751616 140723737418480 140723737420997 140723737420997 140723737423823 0
/proc/19761/statm: 2708669 48765 3591 1 0 2670733 0
[pid=19761/tid=19814] ppid=19758 vsize=10834676 memory=56 CPUtime=1.43 cores=0,2,4,6
/proc/19761/task/19814/stat : 19814 (java) R 19758 19761 17185 0 -1 4202560 15044 13144 0 0 130 5 5 3 20 0 15 0 417485003 11094708224 48765 33554432000 4194304 4196468 140723737412064 140700979105632 140700991321445 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32751616 140723737418480 140723737420997 140723737420997 140723737423823 0
[pid=19761/tid=19815] ppid=19758 vsize=10834676 memory=6791534058613427641 CPUtime=0.09 cores=0,2,4,6
/proc/19761/task/19815/stat : 19815 (java) S 19758 19761 17185 0 -1 1077944384 80 13144 0 0 1 0 5 3 20 0 15 0 417485004 11094708224 48765 33554432000 4194304 4196468 140723737412064 140701011520528 140701007288021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32751616 140723737418480 140723737420997 140723737420997 140723737423823 0
[pid=19761/tid=19816] ppid=19758 vsize=10834676 memory=140581104246241 CPUtime=0.09 cores=0,2,4,6
/proc/19761/task/19816/stat : 19816 (java) S 19758 19761 17185 0 -1 1077944384 30 13144 0 0 1 0 5 3 20 0 15 0 417485004 11094708224 48765 33554432000 4194304 4196468 140723737412064 140700915723408 140701007288021 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32751616 140723737418480 140723737420997 140723737420997 140723737423823 0
[pid=19761/tid=19817] ppid=19758 vsize=10834676 memory=140581104244033 CPUtime=0.09 cores=0,2,4,6
/proc/19761/task/19817/stat : 19817 (java) S 19758 19761 17185 0 -1 1077944384 304 13144 0 0 1 0 5 3 20 0 15 0 417485004 11094708224 48765 33554432000 4194304 4196468 140723737412064 140700579322640 140701007288021 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32751616 140723737418480 140723737420997 140723737420997 140723737423823 0
[pid=19761/tid=19818] ppid=19758 vsize=10834676 memory=140581104245921 CPUtime=0.09 cores=0,2,4,6
/proc/19761/task/19818/stat : 19818 (java) S 19758 19761 17185 0 -1 1077944384 75 13144 0 0 1 0 5 3 20 0 15 0 417485004 11094708224 48765 33554432000 4194304 4196468 140723737412064 140700578270096 140701007288021 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32751616 140723737418480 140723737420997 140723737420997 140723737423823 0
[pid=19761/tid=19819] ppid=19758 vsize=10834676 memory=1428 CPUtime=0.09 cores=0,2,4,6
/proc/19761/task/19819/stat : 19819 (java) S 19758 19761 17185 0 -1 1077944384 119 13144 0 0 1 0 5 3 20 0 15 0 417485005 11094708224 48765 33554432000 4194304 4196468 140723737412064 140700533962992 140701007288962 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32751616 140723737418480 140723737420997 140723737420997 140723737423823 0
[pid=19761/tid=19820] ppid=19758 vsize=10834676 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19761/task/19820/stat : 19820 (java) S 19758 19761 17185 0 -1 1077944384 14 13144 0 0 0 0 5 3 20 0 15 0 417485006 11094708224 48765 33554432000 4194304 4196468 140723737412064 140700444255456 140701007288021 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32751616 140723737418480 140723737420997 140723737420997 140723737423823 0
[pid=19761/tid=19821] ppid=19758 vsize=10834676 memory=7307461379085066582 CPUtime=0.08 cores=0,2,4,6
/proc/19761/task/19821/stat : 19821 (java) S 19758 19761 17185 0 -1 1077944384 1 13144 0 0 0 0 5 3 20 0 15 0 417485006 11094708224 48765 33554432000 4194304 4196468 140723737412064 140699840275200 140701007288021 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32751616 140723737418480 140723737420997 140723737420997 140723737423823 0
[pid=19761/tid=19822] ppid=19758 vsize=10834676 memory=7596840680533025105 CPUtime=0.08 cores=0,2,4,6
/proc/19761/task/19822/stat : 19822 (java) S 19758 19761 17185 0 -1 1077944384 3 13144 0 0 0 0 5 3 20 0 15 0 417485009 11094708224 48765 33554432000 4194304 4196468 140723737412064 140699532875728 140701007296411 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32751616 140723737418480 140723737420997 140723737420997 140723737423823 0
[pid=19761/tid=19823] ppid=19758 vsize=10834676 memory=7523088824991443302 CPUtime=0.47 cores=0,2,4,6
/proc/19761/task/19823/stat : 19823 (java) R 19758 19761 17185 0 -1 1077944384 1536 13144 0 0 39 0 5 3 20 0 15 0 417485009 11094708224 48765 33554432000 4194304 4196468 140723737412064 140700532910832 140701007288962 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32751616 140723737418480 140723737420997 140723737420997 140723737423823 0
[pid=19761/tid=19824] ppid=19758 vsize=10834676 memory=0 CPUtime=0.57 cores=0,2,4,6
/proc/19761/task/19824/stat : 19824 (java) R 19758 19761 17185 0 -1 1077944384 1684 13144 0 0 49 0 5 3 20 0 15 0 417485009 11094708224 48765 33554432000 4194304 4196468 140723737412064 140700531858288 140701007288962 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32751616 140723737418480 140723737420997 140723737420997 140723737423823 0
[pid=19761/tid=19825] ppid=19758 vsize=10834676 memory=4949696295840688515 CPUtime=0.52 cores=0,2,4,6
/proc/19761/task/19825/stat : 19825 (java) S 19758 19761 17185 0 -1 1077944384 1851 13144 0 0 44 0 5 3 20 0 15 0 417485009 11094708224 48765 33554432000 4194304 4196468 140723737412064 140700530805232 140701007288962 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32751616 140723737418480 140723737420997 140723737420997 140723737423823 0
[pid=19761/tid=19826] ppid=19758 vsize=10834676 memory=-7390251449858225344 CPUtime=0.08 cores=0,2,4,6
/proc/19761/task/19826/stat : 19826 (java) S 19758 19761 17185 0 -1 1077944384 3 13144 0 0 0 0 5 3 20 0 15 0 417485009 11094708224 48765 33554432000 4194304 4196468 140723737412064 140699499318112 140701007288021 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32751616 140723737418480 140723737420997 140723737420997 140723737423823 0
[pid=19761/tid=19827] ppid=19758 vsize=10834676 memory=-7035114785800479027 CPUtime=0.08 cores=0,2,4,6
/proc/19761/task/19827/stat : 19827 (java) S 19758 19761 17185 0 -1 1077944384 1 13144 0 0 0 0 5 3 20 0 15 0 417485009 11094708224 48765 33554432000 4194304 4196468 140723737412064 140700529752624 140701007288962 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32751616 140723737418480 140723737420997 140723737420997 140723737423823 0
Current children cumulated CPU time: 2.88 s
Current children cumulated vsize: 10834676 KiB

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

/proc/19761/task/19814/stat : 19814 (java) R 19758 19761 17185 0 -1 4202560 62351 13144 0 0 236981 31 5 3 20 0 15 0 417485003 11107311616 199664 33554432000 4194304 4196468 140723737412064 140700979114128 140700608334290 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32751616 140723737418480 140723737420997 140723737420997 140723737423823 0
[pid=19761/tid=19815] ppid=19758 vsize=10846984 memory=798656 CPUtime=5.69 cores=0,2,4,6
/proc/19761/task/19815/stat : 19815 (java) S 19758 19761 17185 0 -1 1077944384 11038 13144 0 0 535 26 5 3 20 0 15 0 417485004 11107311616 199664 33554432000 4194304 4196468 140723737412064 140701011520528 140701007288021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32751616 140723737418480 140723737420997 140723737420997 140723737423823 0
[pid=19761/tid=19816] ppid=19758 vsize=10846984 memory=798656 CPUtime=5.67 cores=0,2,4,6
/proc/19761/task/19816/stat : 19816 (java) S 19758 19761 17185 0 -1 1077944384 12848 13144 0 0 531 28 5 3 20 0 15 0 417485004 11107311616 199664 33554432000 4194304 4196468 140723737412064 140700915723408 140701007288021 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32751616 140723737418480 140723737420997 140723737420997 140723737423823 0
[pid=19761/tid=19817] ppid=19758 vsize=10846984 memory=798656 CPUtime=5.67 cores=0,2,4,6
/proc/19761/task/19817/stat : 19817 (java) S 19758 19761 17185 0 -1 1077944384 10748 13144 0 0 533 26 5 3 20 0 15 0 417485004 11107311616 199664 33554432000 4194304 4196468 140723737412064 140700579322640 140701007288021 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32751616 140723737418480 140723737420997 140723737420997 140723737423823 0
[pid=19761/tid=19818] ppid=19758 vsize=10846984 memory=799148 CPUtime=5.66 cores=0,2,4,6
/proc/19761/task/19818/stat : 19818 (java) S 19758 19761 17185 0 -1 1077944384 15628 13144 0 0 531 27 5 3 20 0 15 0 417485004 11107311616 199664 33554432000 4194304 4196468 140723737412064 140700578270096 140701007288021 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32751616 140723737418480 140723737420997 140723737420997 140723737423823 0
[pid=19761/tid=19819] ppid=19758 vsize=10846984 memory=800176 CPUtime=4.73 cores=0,2,4,6
/proc/19761/task/19819/stat : 19819 (java) S 19758 19761 17185 0 -1 1077944384 14235 13144 0 0 438 27 5 3 20 0 15 0 417485005 11107311616 199664 33554432000 4194304 4196468 140723737412064 140700533962992 140701007288962 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32751616 140723737418480 140723737420997 140723737420997 140723737423823 0
[pid=19761/tid=19820] ppid=19758 vsize=10846984 memory=798656 CPUtime=0.08 cores=0,2,4,6
/proc/19761/task/19820/stat : 19820 (java) S 19758 19761 17185 0 -1 1077944384 36 13144 0 0 0 0 5 3 20 0 15 0 417485006 11107311616 199664 33554432000 4194304 4196468 140723737412064 140700444255456 140701007288021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32751616 140723737418480 140723737420997 140723737420997 140723737423823 0
[pid=19761/tid=19821] ppid=19758 vsize=10846984 memory=798656 CPUtime=0.08 cores=0,2,4,6
/proc/19761/task/19821/stat : 19821 (java) S 19758 19761 17185 0 -1 1077944384 38 13144 0 0 0 0 5 3 20 0 15 0 417485006 11107311616 199664 33554432000 4194304 4196468 140723737412064 140699840275200 140701007288021 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32751616 140723737418480 140723737420997 140723737420997 140723737423823 0
[pid=19761/tid=19822] ppid=19758 vsize=10846984 memory=798656 CPUtime=0.08 cores=0,2,4,6
/proc/19761/task/19822/stat : 19822 (java) S 19758 19761 17185 0 -1 1077944384 3 13144 0 0 0 0 5 3 20 0 15 0 417485009 11107311616 199664 33554432000 4194304 4196468 140723737412064 140699532875728 140701007296411 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32751616 140723737418480 140723737420997 140723737420997 140723737423823 0
[pid=19761/tid=19823] ppid=19758 vsize=10846984 memory=798656 CPUtime=7.5 cores=0,2,4,6
/proc/19761/task/19823/stat : 19823 (java) S 19758 19761 17185 0 -1 1077944384 43685 13144 0 0 738 4 5 3 20 0 15 0 417485009 11107311616 199664 33554432000 4194304 4196468 140723737412064 140700532910832 140701007288962 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32751616 140723737418480 140723737420997 140723737420997 140723737423823 0
[pid=19761/tid=19824] ppid=19758 vsize=10846984 memory=798656 CPUtime=8.98 cores=0,2,4,6
/proc/19761/task/19824/stat : 19824 (java) S 19758 19761 17185 0 -1 1077944384 46615 13144 0 0 885 5 5 3 20 0 15 0 417485009 11107311616 199664 33554432000 4194304 4196468 140723737412064 140700531858288 140701007288962 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32751616 140723737418480 140723737420997 140723737420997 140723737423823 0
[pid=19761/tid=19825] ppid=19758 vsize=10846984 memory=798656 CPUtime=2.55 cores=0,2,4,6
/proc/19761/task/19825/stat : 19825 (java) S 19758 19761 17185 0 -1 1077944384 31446 13144 0 0 242 5 5 3 20 0 15 0 417485009 11107311616 199664 33554432000 4194304 4196468 140723737412064 140700530805232 140701007288962 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32751616 140723737418480 140723737420997 140723737420997 140723737423823 0
[pid=19761/tid=19826] ppid=19758 vsize=10846984 memory=798656 CPUtime=0.08 cores=0,2,4,6
/proc/19761/task/19826/stat : 19826 (java) S 19758 19761 17185 0 -1 1077944384 3 13144 0 0 0 0 5 3 20 0 15 0 417485009 11107311616 199664 33554432000 4194304 4196468 140723737412064 140699499318112 140701007288021 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32751616 140723737418480 140723737420997 140723737420997 140723737423823 0
[pid=19761/tid=19827] ppid=19758 vsize=10846984 memory=40728 CPUtime=1.31 cores=0,2,4,6
/proc/19761/task/19827/stat : 19827 (java) S 19758 19761 17185 0 -1 1077944384 1441 13144 0 0 65 58 5 3 20 0 15 0 417485009 11107311616 199664 33554432000 4194304 4196468 140723737412064 140700529752624 140701007288962 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32751616 140723737418480 140723737420997 140723737420997 140723737423823 0
Current children cumulated CPU time: 2417.36 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 798656 KiB

[startup+2442.3 s]
/proc/loadavg: 1.17 1.30 1.40 3/227 20176
/proc/meminfo: memFree=26491568/32770624 swapFree=66998528/67108860
[pid=19761] ppid=19758 vsize=10846984 memory=788432 CPUtime=2477.77 cores=0,2,4,6
/proc/19761/stat : 19761 (java) S 19758 19761 17185 0 -1 1077944320 253929 13144 0 0 247556 213 5 3 20 0 15 0 417484994 11107311616 197108 33554432000 4194304 4196468 140723737412064 140723737394608 140701007277815 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 32751616 140723737418480 140723737420997 140723737420997 140723737423823 0
/proc/19761/statm: 2711746 197108 3633 1 0 2673805 0
[pid=19761/tid=19814] ppid=19758 vsize=10846984 memory=788944 CPUtime=2429.88 cores=0,2,4,6
/proc/19761/task/19814/stat : 19814 (java) R 19758 19761 17185 0 -1 4202560 62862 13144 0 0 242949 31 5 3 20 0 15 0 417485003 11107311616 197108 33554432000 4194304 4196468 140723737412064 140700979114128 140700614188113 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32751616 140723737418480 140723737420997 140723737420997 140723737423823 0
[pid=19761/tid=19815] ppid=19758 vsize=10846984 memory=792016 CPUtime=5.84 cores=0,2,4,6
/proc/19761/task/19815/stat : 19815 (java) S 19758 19761 17185 0 -1 1077944384 11241 13144 0 0 549 27 5 3 20 0 15 0 417485004 11107311616 197108 33554432000 4194304 4196468 140723737412064 140701011520528 140701007288021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32751616 140723737418480 140723737420997 140723737420997 140723737423823 0
[pid=19761/tid=19816] ppid=19758 vsize=10846984 memory=800176 CPUtime=5.81 cores=0,2,4,6
/proc/19761/task/19816/stat : 19816 (java) S 19758 19761 17185 0 -1 1077944384 13016 13144 0 0 544 29 5 3 20 0 15 0 417485004 11107311616 197108 33554432000 4194304 4196468 140723737412064 140700915723408 140701007288021 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32751616 140723737418480 140723737420997 140723737420997 140723737423823 0
[pid=19761/tid=19817] ppid=19758 vsize=10846984 memory=798656 CPUtime=5.81 cores=0,2,4,6
/proc/19761/task/19817/stat : 19817 (java) S 19758 19761 17185 0 -1 1077944384 11151 13144 0 0 546 27 5 3 20 0 15 0 417485004 11107311616 197108 33554432000 4194304 4196468 140723737412064 140700579322640 140701007288021 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32751616 140723737418480 140723737420997 140723737420997 140723737423823 0
[pid=19761/tid=19818] ppid=19758 vsize=10846984 memory=798656 CPUtime=5.81 cores=0,2,4,6
/proc/19761/task/19818/stat : 19818 (java) S 19758 19761 17185 0 -1 1077944384 15710 13144 0 0 545 28 5 3 20 0 15 0 417485004 11107311616 197108 33554432000 4194304 4196468 140723737412064 140700578270096 140701007288021 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32751616 140723737418480 140723737420997 140723737420997 140723737423823 0
[pid=19761/tid=19819] ppid=19758 vsize=10846984 memory=792016 CPUtime=4.85 cores=0,2,4,6
/proc/19761/task/19819/stat : 19819 (java) S 19758 19761 17185 0 -1 1077944384 14448 13144 0 0 450 27 5 3 20 0 15 0 417485005 11107311616 197108 33554432000 4194304 4196468 140723737412064 140700533962992 140701007288962 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32751616 140723737418480 140723737420997 140723737420997 140723737423823 0
[pid=19761/tid=19820] ppid=19758 vsize=10846984 memory=792016 CPUtime=0.08 cores=0,2,4,6
/proc/19761/task/19820/stat : 19820 (java) S 19758 19761 17185 0 -1 1077944384 36 13144 0 0 0 0 5 3 20 0 15 0 417485006 11107311616 197108 33554432000 4194304 4196468 140723737412064 140700444255456 140701007288021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32751616 140723737418480 140723737420997 140723737420997 140723737423823 0
[pid=19761/tid=19821] ppid=19758 vsize=10846984 memory=799148 CPUtime=0.08 cores=0,2,4,6
/proc/19761/task/19821/stat : 19821 (java) S 19758 19761 17185 0 -1 1077944384 38 13144 0 0 0 0 5 3 20 0 15 0 417485006 11107311616 197108 33554432000 4194304 4196468 140723737412064 140699840275200 140701007288021 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32751616 140723737418480 140723737420997 140723737420997 140723737423823 0
[pid=19761/tid=19822] ppid=19758 vsize=10846984 memory=792004 CPUtime=0.08 cores=0,2,4,6
/proc/19761/task/19822/stat : 19822 (java) S 19758 19761 17185 0 -1 1077944384 3 13144 0 0 0 0 5 3 20 0 15 0 417485009 11107311616 197108 33554432000 4194304 4196468 140723737412064 140699532875728 140701007296411 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32751616 140723737418480 140723737420997 140723737420997 140723737423823 0
[pid=19761/tid=19823] ppid=19758 vsize=10846984 memory=792016 CPUtime=7.5 cores=0,2,4,6
/proc/19761/task/19823/stat : 19823 (java) S 19758 19761 17185 0 -1 1077944384 43687 13144 0 0 738 4 5 3 20 0 15 0 417485009 11107311616 197108 33554432000 4194304 4196468 140723737412064 140700532910832 140701007288962 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32751616 140723737418480 140723737420997 140723737420997 140723737423823 0
[pid=19761/tid=19824] ppid=19758 vsize=10846984 memory=789460 CPUtime=8.98 cores=0,2,4,6
/proc/19761/task/19824/stat : 19824 (java) S 19758 19761 17185 0 -1 1077944384 46617 13144 0 0 885 5 5 3 20 0 15 0 417485009 11107311616 197108 33554432000 4194304 4196468 140723737412064 140700531858288 140701007288962 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32751616 140723737418480 140723737420997 140723737420997 140723737423823 0
[pid=19761/tid=19825] ppid=19758 vsize=10846984 memory=789972 CPUtime=2.55 cores=0,2,4,6
/proc/19761/task/19825/stat : 19825 (java) S 19758 19761 17185 0 -1 1077944384 31449 13144 0 0 242 5 5 3 20 0 15 0 417485009 11107311616 197108 33554432000 4194304 4196468 140723737412064 140700530805232 140701007288962 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32751616 140723737418480 140723737420997 140723737420997 140723737423823 0
[pid=19761/tid=19826] ppid=19758 vsize=10846984 memory=788944 CPUtime=0.08 cores=0,2,4,6
/proc/19761/task/19826/stat : 19826 (java) S 19758 19761 17185 0 -1 1077944384 3 13144 0 0 0 0 5 3 20 0 15 0 417485009 11107311616 197108 33554432000 4194304 4196468 140723737412064 140699499318112 140701007288021 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32751616 140723737418480 140723737420997 140723737420997 140723737423823 0
[pid=19761/tid=19827] ppid=19758 vsize=10846984 memory=788944 CPUtime=1.34 cores=0,2,4,6
/proc/19761/task/19827/stat : 19827 (java) S 19758 19761 17185 0 -1 1077944384 1458 13144 0 0 67 59 5 3 20 0 15 0 417485009 11107311616 197108 33554432000 4194304 4196468 140723737412064 140700529752624 140701007288962 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32751616 140723737418480 140723737420997 140723737420997 140723737423823 0
Current children cumulated CPU time: 2477.77 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 788432 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2484.3 s]
/proc/loadavg: 1.20 1.29 1.39 3/227 20180
/proc/meminfo: memFree=26497188/32770624 swapFree=66998528/67108860
[pid=19761] ppid=19758 vsize=10846984 memory=782804 CPUtime=2520.04 cores=0,2,4,6
/proc/19761/stat : 19761 (java) S 19758 19761 17185 0 -1 1077944320 254929 13144 0 0 251781 215 5 3 20 0 15 0 417484994 11107311616 195701 33554432000 4194304 4196468 140723737412064 140723737394608 140701007277815 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 32751616 140723737418480 140723737420997 140723737420997 140723737423823 0
/proc/19761/statm: 2711746 195701 3633 1 0 2673805 0
[pid=19761/tid=19814] ppid=19758 vsize=10846984 memory=782804 CPUtime=2471.65 cores=0,2,4,6
/proc/19761/task/19814/stat : 19814 (java) R 19758 19761 17185 0 -1 4202560 63235 13144 0 0 247126 31 5 3 20 0 15 0 417485003 11107311616 195701 33554432000 4194304 4196468 140723737412064 140700979114176 140700614219232 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32751616 140723737418480 140723737420997 140723737420997 140723737423823 0
[pid=19761/tid=19815] ppid=19758 vsize=10846984 memory=782804 CPUtime=5.94 cores=0,2,4,6
/proc/19761/task/19815/stat : 19815 (java) S 19758 19761 17185 0 -1 1077944384 11561 13144 0 0 559 27 5 3 20 0 15 0 417485004 11107311616 195701 33554432000 4194304 4196468 140723737412064 140701011520528 140701007288021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32751616 140723737418480 140723737420997 140723737420997 140723737423823 0
[pid=19761/tid=19816] ppid=19758 vsize=10846984 memory=782804 CPUtime=5.91 cores=0,2,4,6
/proc/19761/task/19816/stat : 19816 (java) S 19758 19761 17185 0 -1 1077944384 13105 13144 0 0 554 29 5 3 20 0 15 0 417485004 11107311616 195701 33554432000 4194304 4196468 140723737412064 140700915723408 140701007288021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32751616 140723737418480 140723737420997 140723737420997 140723737423823 0
[pid=19761/tid=19817] ppid=19758 vsize=10846984 memory=782804 CPUtime=5.91 cores=0,2,4,6
/proc/19761/task/19817/stat : 19817 (java) S 19758 19761 17185 0 -1 1077944384 11174 13144 0 0 556 27 5 3 20 0 15 0 417485004 11107311616 195701 33554432000 4194304 4196468 140723737412064 140700579322640 140701007288021 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32751616 140723737418480 140723737420997 140723737420997 140723737423823 0
[pid=19761/tid=19818] ppid=19758 vsize=10846984 memory=782804 CPUtime=5.91 cores=0,2,4,6
/proc/19761/task/19818/stat : 19818 (java) S 19758 19761 17185 0 -1 1077944384 15718 13144 0 0 555 28 5 3 20 0 15 0 417485004 11107311616 195701 33554432000 4194304 4196468 140723737412064 140700578270096 140701007288021 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32751616 140723737418480 140723737420997 140723737420997 140723737423823 0
[pid=19761/tid=19819] ppid=19758 vsize=10846984 memory=281161982271280 CPUtime=4.93 cores=0,2,4,6
/proc/19761/task/19819/stat : 19819 (java) S 19758 19761 17185 0 -1 1077944384 14623 13144 0 0 458 27 5 3 20 0 15 0 417485005 11107311616 195701 33554432000 4194304 4196468 140723737412064 140700533962992 140701007288962 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32751616 140723737418480 140723737420997 140723737420997 140723737423823 0
[pid=19761/tid=19820] ppid=19758 vsize=10846984 memory=782804 CPUtime=0.08 cores=0,2,4,6
/proc/19761/task/19820/stat : 19820 (java) S 19758 19761 17185 0 -1 1077944384 36 13144 0 0 0 0 5 3 20 0 15 0 417485006 11107311616 195701 33554432000 4194304 4196468 140723737412064 140700444255456 140701007288021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32751616 140723737418480 140723737420997 140723737420997 140723737423823 0
[pid=19761/tid=19821] ppid=19758 vsize=10846984 memory=782804 CPUtime=0.08 cores=0,2,4,6
/proc/19761/task/19821/stat : 19821 (java) S 19758 19761 17185 0 -1 1077944384 38 13144 0 0 0 0 5 3 20 0 15 0 417485006 11107311616 195701 33554432000 4194304 4196468 140723737412064 140699840275200 140701007288021 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32751616 140723737418480 140723737420997 140723737420997 140723737423823 0
[pid=19761/tid=19822] ppid=19758 vsize=10846984 memory=782804 CPUtime=0.08 cores=0,2,4,6
/proc/19761/task/19822/stat : 19822 (java) S 19758 19761 17185 0 -1 1077944384 3 13144 0 0 0 0 5 3 20 0 15 0 417485009 11107311616 195701 33554432000 4194304 4196468 140723737412064 140699532875728 140701007296411 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32751616 140723737418480 140723737420997 140723737420997 140723737423823 0
[pid=19761/tid=19823] ppid=19758 vsize=10846984 memory=0 CPUtime=7.5 cores=0,2,4,6
/proc/19761/task/19823/stat : 19823 (java) S 19758 19761 17185 0 -1 1077944384 43689 13144 0 0 738 4 5 3 20 0 15 0 417485009 11107311616 195701 33554432000 4194304 4196468 140723737412064 140700532910832 140701007288962 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32751616 140723737418480 140723737420997 140723737420997 140723737423823 0
[pid=19761/tid=19824] ppid=19758 vsize=10846984 memory=782804 CPUtime=8.98 cores=0,2,4,6
/proc/19761/task/19824/stat : 19824 (java) S 19758 19761 17185 0 -1 1077944384 46619 13144 0 0 885 5 5 3 20 0 15 0 417485009 11107311616 195701 33554432000 4194304 4196468 140723737412064 140700531858288 140701007288962 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32751616 140723737418480 140723737420997 140723737420997 140723737423823 0
[pid=19761/tid=19825] ppid=19758 vsize=10846984 memory=782804 CPUtime=2.55 cores=0,2,4,6
/proc/19761/task/19825/stat : 19825 (java) S 19758 19761 17185 0 -1 1077944384 31451 13144 0 0 242 5 5 3 20 0 15 0 417485009 11107311616 195701 33554432000 4194304 4196468 140723737412064 140700530805232 140701007288962 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32751616 140723737418480 140723737420997 140723737420997 140723737423823 0
[pid=19761/tid=19826] ppid=19758 vsize=10846984 memory=782804 CPUtime=0.08 cores=0,2,4,6
/proc/19761/task/19826/stat : 19826 (java) S 19758 19761 17185 0 -1 1077944384 3 13144 0 0 0 0 5 3 20 0 15 0 417485009 11107311616 195701 33554432000 4194304 4196468 140723737412064 140699499318112 140701007288021 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32751616 140723737418480 140723737420997 140723737420997 140723737423823 0
[pid=19761/tid=19827] ppid=19758 vsize=10846984 memory=782804 CPUtime=1.36 cores=0,2,4,6
/proc/19761/task/19827/stat : 19827 (java) S 19758 19761 17185 0 -1 1077944384 1464 13144 0 0 68 60 5 3 20 0 15 0 417485009 11107311616 195701 33554432000 4194304 4196468 140723737412064 140700529752624 140701007288962 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32751616 140723737418480 140723737420997 140723737420997 140723737423823 0
Current children cumulated CPU time: 2520.04 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 782804 KiB

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

[startup+2484.34 s]
# the end of solver process 19761 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.9 s, system=2.20011 s

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

[startup+2484.3 s]
/proc/loadavg: 1.20 1.29 1.39 3/227 20180
/proc/meminfo: memFree=26497188/32770624 swapFree=66998528/67108860
[pid=19761] ppid=19758 vsize=10846984 memory=782804 CPUtime=2520.04 cores=0,2,4,6
/proc/19761/stat : 19761 (java) S 19758 19761 17185 0 -1 1077944320 254929 13144 0 0 251781 215 5 3 20 0 15 0 417484994 11107311616 195701 33554432000 4194304 4196468 140723737412064 140723737394608 140701007277815 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 32751616 140723737418480 140723737420997 140723737420997 140723737423823 0
/proc/19761/statm: 2711746 195701 3633 1 0 2673805 0
[pid=19761/tid=19814] ppid=19758 vsize=10846984 memory=782804 CPUtime=2471.65 cores=0,2,4,6
/proc/19761/task/19814/stat : 19814 (java) R 19758 19761 17185 0 -1 4202560 63235 13144 0 0 247126 31 5 3 20 0 15 0 417485003 11107311616 195701 33554432000 4194304 4196468 140723737412064 140700979114176 140700614219232 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32751616 140723737418480 140723737420997 140723737420997 140723737423823 0
[pid=19761/tid=19815] ppid=19758 vsize=10846984 memory=782804 CPUtime=5.94 cores=0,2,4,6
/proc/19761/task/19815/stat : 19815 (java) S 19758 19761 17185 0 -1 1077944384 11561 13144 0 0 559 27 5 3 20 0 15 0 417485004 11107311616 195701 33554432000 4194304 4196468 140723737412064 140701011520528 140701007288021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32751616 140723737418480 140723737420997 140723737420997 140723737423823 0
[pid=19761/tid=19816] ppid=19758 vsize=10846984 memory=782804 CPUtime=5.91 cores=0,2,4,6
/proc/19761/task/19816/stat : 19816 (java) S 19758 19761 17185 0 -1 1077944384 13105 13144 0 0 554 29 5 3 20 0 15 0 417485004 11107311616 195701 33554432000 4194304 4196468 140723737412064 140700915723408 140701007288021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32751616 140723737418480 140723737420997 140723737420997 140723737423823 0
[pid=19761/tid=19817] ppid=19758 vsize=10846984 memory=782804 CPUtime=5.91 cores=0,2,4,6
/proc/19761/task/19817/stat : 19817 (java) S 19758 19761 17185 0 -1 1077944384 11174 13144 0 0 556 27 5 3 20 0 15 0 417485004 11107311616 195701 33554432000 4194304 4196468 140723737412064 140700579322640 140701007288021 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32751616 140723737418480 140723737420997 140723737420997 140723737423823 0
[pid=19761/tid=19818] ppid=19758 vsize=10846984 memory=782804 CPUtime=5.91 cores=0,2,4,6
/proc/19761/task/19818/stat : 19818 (java) S 19758 19761 17185 0 -1 1077944384 15718 13144 0 0 555 28 5 3 20 0 15 0 417485004 11107311616 195701 33554432000 4194304 4196468 140723737412064 140700578270096 140701007288021 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32751616 140723737418480 140723737420997 140723737420997 140723737423823 0
[pid=19761/tid=19819] ppid=19758 vsize=10846984 memory=281161982271280 CPUtime=4.93 cores=0,2,4,6
/proc/19761/task/19819/stat : 19819 (java) S 19758 19761 17185 0 -1 1077944384 14623 13144 0 0 458 27 5 3 20 0 15 0 417485005 11107311616 195701 33554432000 4194304 4196468 140723737412064 140700533962992 140701007288962 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32751616 140723737418480 140723737420997 140723737420997 140723737423823 0
[pid=19761/tid=19820] ppid=19758 vsize=10846984 memory=782804 CPUtime=0.08 cores=0,2,4,6
/proc/19761/task/19820/stat : 19820 (java) S 19758 19761 17185 0 -1 1077944384 36 13144 0 0 0 0 5 3 20 0 15 0 417485006 11107311616 195701 33554432000 4194304 4196468 140723737412064 140700444255456 140701007288021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32751616 140723737418480 140723737420997 140723737420997 140723737423823 0
[pid=19761/tid=19821] ppid=19758 vsize=10846984 memory=782804 CPUtime=0.08 cores=0,2,4,6
/proc/19761/task/19821/stat : 19821 (java) S 19758 19761 17185 0 -1 1077944384 38 13144 0 0 0 0 5 3 20 0 15 0 417485006 11107311616 195701 33554432000 4194304 4196468 140723737412064 140699840275200 140701007288021 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32751616 140723737418480 140723737420997 140723737420997 140723737423823 0
[pid=19761/tid=19822] ppid=19758 vsize=10846984 memory=782804 CPUtime=0.08 cores=0,2,4,6
/proc/19761/task/19822/stat : 19822 (java) S 19758 19761 17185 0 -1 1077944384 3 13144 0 0 0 0 5 3 20 0 15 0 417485009 11107311616 195701 33554432000 4194304 4196468 140723737412064 140699532875728 140701007296411 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32751616 140723737418480 140723737420997 140723737420997 140723737423823 0
[pid=19761/tid=19823] ppid=19758 vsize=10846984 memory=0 CPUtime=7.5 cores=0,2,4,6
/proc/19761/task/19823/stat : 19823 (java) S 19758 19761 17185 0 -1 1077944384 43689 13144 0 0 738 4 5 3 20 0 15 0 417485009 11107311616 195701 33554432000 4194304 4196468 140723737412064 140700532910832 140701007288962 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32751616 140723737418480 140723737420997 140723737420997 140723737423823 0
[pid=19761/tid=19824] ppid=19758 vsize=10846984 memory=782804 CPUtime=8.98 cores=0,2,4,6
/proc/19761/task/19824/stat : 19824 (java) S 19758 19761 17185 0 -1 1077944384 46619 13144 0 0 885 5 5 3 20 0 15 0 417485009 11107311616 195701 33554432000 4194304 4196468 140723737412064 140700531858288 140701007288962 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32751616 140723737418480 140723737420997 140723737420997 140723737423823 0
[pid=19761/tid=19825] ppid=19758 vsize=10846984 memory=782804 CPUtime=2.55 cores=0,2,4,6
/proc/19761/task/19825/stat : 19825 (java) S 19758 19761 17185 0 -1 1077944384 31451 13144 0 0 242 5 5 3 20 0 15 0 417485009 11107311616 195701 33554432000 4194304 4196468 140723737412064 140700530805232 140701007288962 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32751616 140723737418480 140723737420997 140723737420997 140723737423823 0
[pid=19761/tid=19826] ppid=19758 vsize=10846984 memory=782804 CPUtime=0.08 cores=0,2,4,6
/proc/19761/task/19826/stat : 19826 (java) S 19758 19761 17185 0 -1 1077944384 3 13144 0 0 0 0 5 3 20 0 15 0 417485009 11107311616 195701 33554432000 4194304 4196468 140723737412064 140699499318112 140701007288021 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32751616 140723737418480 140723737420997 140723737420997 140723737423823 0
[pid=19761/tid=19827] ppid=19758 vsize=10846984 memory=782804 CPUtime=1.36 cores=0,2,4,6
/proc/19761/task/19827/stat : 19827 (java) S 19758 19761 17185 0 -1 1077944384 1464 13144 0 0 68 60 5 3 20 0 15 0 417485009 11107311616 195701 33554432000 4194304 4196468 140723737412064 140700529752624 140701007288962 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32751616 140723737418480 140723737420997 140723737420997 140723737423823 0
Current children cumulated CPU time: 2520.04 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 782804 KiB

Child status: 143
Real time (s): 2484.34
CPU time (s): 2520.1
CPU user time (s): 2517.9
CPU system time (s): 2.20011
CPU usage (%): 101.439
Max. virtual memory (cumulated for all children) (KiB): 10849652
Max. memory (cumulated for all children) (KiB): 1017372

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.9
system time used= 2.20011
maximum resident set size= 1018440
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 268946
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2976
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 161327
involuntary context switches= 6005


# summary of solver processes directly reported to runsolver:
#   pid: 19761
#   total CPU time (s): 2520.1
#   total CPU user time (s): 2517.9
#   total CPU system time (s): 2.20011

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.8277 second user time and 22.5373 second system time

The end

Launcher Data

Begin job on node127 at 2019-09-14 00:02:01
IDJOB=4396260
IDBENCH=139745
IDSOLVER=2846
FILE ID=node127/4396260-1568412161
RUNJOBID= node127-1568400895-17216
PBS_JOBID= 21701878
Free space on /tmp= 61272 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/ChessboardColoration/ChessboardColoration-int-s2/ChessboardColoration-int-08-10.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4396260-1568412161/watcher-4396260-1568412161 -o /tmp/evaluation-result-4396260-1568412161/solver-4396260-1568412161 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node127-1568400895-17216 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=156290201 HOME/instance-4396260-1568412161.xml

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

MD5SUM BENCH= 23e84b7c24701222a8a18862c478c748
RANDOM SEED=156290201

node127.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.55
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.55
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.55
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.55
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:        27060632 kB
MemAvailable:   30005140 kB
Buffers:          174276 kB
Cached:          3035356 kB
SwapCached:         6772 kB
Active:          3747004 kB
Inactive:        1338616 kB
Active(anon):    1869324 kB
Inactive(anon):    48308 kB
Active(file):    1877680 kB
Inactive(file):  1290308 kB
Unevictable:      109300 kB
Mlocked:          109300 kB
SwapTotal:      67108860 kB
SwapFree:       66998528 kB
Dirty:             35348 kB
Writeback:             0 kB
AnonPages:       1980104 kB
Mapped:            58224 kB
Shmem:             32700 kB
Slab:             214800 kB
SReclaimable:     184708 kB
SUnreclaim:        30092 kB
KernelStack:        3760 kB
PageTables:        10608 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2996632 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1816576 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      138624 kB
DirectMap2M:    33406976 kB

Free space on /tmp at the end= 61240 MiB
End job on node127 at 2019-09-14 00:43:26