Trace number 4262530

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.4? (TO) 2522.6001 2437.05

General information on the benchmark

NameQuasiGroups/QuasiGroups-elt-qg4/
QuasiGroup-4-24.xml
MD5SUMeed4597320c79808ee022b7591b3ea00
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1152
Number of constraints1106
Number of domains2
Minimum domain size24
Maximum domain size576
Distribution of domain sizes[{"size":24,"count":576},{"size":576,"count":552}]
Minimum variable degree0
Maximum variable degree555
Distribution of variable degrees[{"degree":0,"count":24},{"degree":2,"count":552},{"degree":554,"count":24},{"degree":555,"count":552}]
Minimum constraint arity3
Maximum constraint arity577
Distribution of constraint arities[{"arity":3,"count":552},{"arity":24,"count":1},{"arity":576,"count":1},{"arity":577,"count":552}]
Number of extensional constraints0
Number of intensional constraints552
Distribution of constraint types[{"type":"intension","count":552},{"type":"allDifferent","count":1},{"type":"instantiation","count":1},{"type":"element","count":552}]
Optimization problemNO
Type of objective

Solver Data

3.18/2.18	c Concrete v3.4 running
2522.49/2437.02	java.util.concurrent.TimeoutException
2522.49/2437.02		at concrete.MAC.mac(MAC.scala:74)
2522.49/2437.02		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:145)
2522.49/2437.02		at scala.util.Try$.apply(Try.scala:209)
2522.49/2437.02		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2522.49/2437.02		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2522.49/2437.02		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2522.49/2437.02		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2522.49/2437.02		at org.scalameter.Measurer$Default.measure(Measurer.scala:131)
2522.49/2437.02		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2522.49/2437.02		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2522.49/2437.02		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2522.49/2437.02		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2522.49/2437.02		at concrete.MAC.oneRun(MAC.scala:146)
2522.49/2437.02		at concrete.MAC.nextSolution(MAC.scala:166)
2522.49/2437.02		at concrete.MAC.$anonfun$nextSolution$2(MAC.scala:196)
2522.49/2437.02		at concrete.ProblemState.map(ProblemState.scala:203)
2522.49/2437.02		at concrete.ProblemState.map(ProblemState.scala:188)
2522.49/2437.02		at concrete.MAC.nextSolution(MAC.scala:195)
2522.49/2437.02		at concrete.Solver.hasNext(Solver.scala:202)
2522.49/2437.02		at scala.collection.Iterator.toStream(Iterator.scala:1403)
2522.49/2437.02		at scala.collection.Iterator.toStream$(Iterator.scala:1402)
2522.49/2437.02		at concrete.Solver.toStream(Solver.scala:73)
2522.49/2437.02		at scala.collection.TraversableOnce.toIterable(TraversableOnce.scala:296)
2522.49/2437.02		at scala.collection.TraversableOnce.toIterable$(TraversableOnce.scala:296)
2522.49/2437.02		at concrete.Solver.toIterable(Solver.scala:73)
2522.49/2437.02		at concrete.runner.ConcreteRunner.$anonfun$run$10(ConcreteRunner.scala:162)
2522.49/2437.02		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2522.49/2437.02		at scala.util.Success.map(Try.scala:209)
2522.49/2437.02		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:154)
2522.49/2437.02		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:72)
2522.49/2437.02		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2522.49/2437.02		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:119)
2522.49/2437.02		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2522.49/2437.02		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2522.49/2437.02		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2522.49/2437.02		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2522.49/2437.02		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2522.49/2437.02		at scala.collection.immutable.List.foreach(List.scala:389)
2522.49/2437.02		at scala.App.main(App.scala:76)
2522.49/2437.02		at scala.App.main$(App.scala:74)
2522.49/2437.02		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2522.49/2437.02		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2522.49/2437.03	s UNKNOWN

Verifier Data


Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4262530-1502461024/watcher-4262530-1502461024 -o /tmp/evaluation-result-4262530-1502461024/solver-4262530-1502461024 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node127-1502411410-19681 --watchdog 2580 bin/concrete HOME/instance-4262530-1502461024.xml 

pid=31953
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
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 1.65 1.42 1.37 2/196 31956
/proc/meminfo: memFree=29591328/32770624 swapFree=0/544612
[pid=31956] ppid=31953 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/31956/stat : 31956 (runsolver) D 31953 31956 19618 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 48295827 24240128 106 18446744073709551615 4194304 4338465 140730560785296 140730560782936 139726086738647 0 0 1 24578 18446744071580418449 0 0 17 6 0 0 0 0 0 6438912 6441760 37011456 140730560790736 140730560791113 140730560791113 140730560794570 0
/proc/31956/statm: 5918 106 53 36 0 2156 0

[startup+0.100157 s]
/proc/loadavg: 1.65 1.42 1.37 2/196 31956
/proc/meminfo: memFree=29591328/32770624 swapFree=0/544612
[pid=31956] ppid=31953 vsize=9508 CPUtime=0 cores=0,2,4,6
/proc/31956/stat : 31956 (bash) S 31953 31956 19618 0 -1 4202496 650 0 0 0 0 0 0 0 20 0 1 0 48295827 9736192 352 18446744073709551615 4194304 5098028 140724089247440 140724089245080 139863022095360 0 0 5 65536 18446744071580971376 0 0 17 2 0 0 9 0 0 7196144 7232144 21143552 140724089250324 140724089250409 140724089250409 140724089253866 0
/proc/31956/statm: 2377 352 279 221 0 86 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9508

[startup+0.200192 s]
/proc/loadavg: 1.65 1.42 1.37 2/196 31956
/proc/meminfo: memFree=29591328/32770624 swapFree=0/544612
[pid=31956] ppid=31953 vsize=2588 CPUtime=0.07 cores=0,2,4,6
/proc/31956/stat : 31956 (java) R 31953 31956 19618 0 -1 4194304 1026 12585 0 0 0 0 5 2 20 0 1 0 48295827 2650112 46 18446744073709551615 4194304 4196468 140727343703808 140727343703808 140663555028679 0 0 1 0 0 0 0 17 2 0 0 9 0 0 6293624 6294260 31506432 140727343708112 140727343710897 140727343710897 140727343714255 0
/proc/31956/statm: 647 46 36 1 0 43 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 2588

[startup+0.30766 s]
/proc/loadavg: 1.65 1.42 1.37 2/196 31956
/proc/meminfo: memFree=29591328/32770624 swapFree=0/544612
[pid=31956] ppid=31953 vsize=13973976 CPUtime=0.15 cores=0,2,4,6
/proc/31956/stat : 31956 (java) S 31953 31956 19618 0 -1 1077944320 5795 12585 0 0 7 1 5 2 20 0 15 0 48295827 14309351424 6973 18446744073709551615 4194304 4196468 140727343703808 140727343686352 140663552753399 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 31506432 140727343708112 140727343710897 140727343710897 140727343714255 0
/proc/31956/statm: 3493494 6973 2709 1 0 3482965 0
Current children cumulated CPU time (s) 0.15
Current children cumulated vsize (KiB) 13973976

[startup+0.70022 s]
/proc/loadavg: 1.65 1.42 1.37 2/196 31956
/proc/meminfo: memFree=29591328/32770624 swapFree=0/544612
[pid=31956] ppid=31953 vsize=13974784 CPUtime=0.7 cores=0,2,4,6
/proc/31956/stat : 31956 (java) S 31953 31956 19618 0 -1 1077944320 13693 12585 0 0 58 5 5 2 20 0 15 0 48295827 14310178816 15119 18446744073709551615 4194304 4196468 140727343703808 140727343686352 140663552753399 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 31506432 140727343708112 140727343710897 140727343710897 140727343714255 0
/proc/31956/statm: 3493696 15119 3109 1 0 3482965 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 13974784

[startup+1.50178 s]
/proc/loadavg: 1.65 1.42 1.37 4/211 32019
/proc/meminfo: memFree=29495656/32770624 swapFree=0/545132
[pid=31956] ppid=31953 vsize=13985408 CPUtime=1.96 cores=0,2,4,6
/proc/31956/stat : 31956 (java) S 31953 31956 19618 0 -1 1077944320 29069 12585 0 0 179 10 5 2 20 0 15 0 48295827 14321057792 43264 18446744073709551615 4194304 4196468 140727343703808 140727343686352 140663552753399 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 31506432 140727343708112 140727343710897 140727343710897 140727343714255 0
/proc/31956/statm: 3496352 43264 3380 1 0 3485525 0
[pid=31956/tid=32006] ppid=31953 vsize=13985408 CPUtime=1.29 cores=0,2,4,6
/proc/31956/task/32006/stat : 32006 (java) R 31953 31956 19618 0 -1 4202560 21648 12585 0 0 116 6 5 2 20 0 15 0 48295847 14321057792 43264 18446744073709551615 4194304 4196468 140727343703808 140663556976512 140663536833916 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 31506432 140727343708112 140727343710897 140727343710897 140727343714255 0
[pid=31956/tid=32007] ppid=31953 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/31956/task/32007/stat : 32007 (java) S 31953 31956 19618 0 -1 1077944384 198 12585 0 0 0 0 5 2 20 0 15 0 48295848 14321057792 43264 18446744073709551615 4194304 4196468 140727343703808 140663472167568 140663552763605 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31506432 140727343708112 140727343710897 140727343710897 140727343714255 0
[pid=31956/tid=32008] ppid=31953 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/31956/task/32008/stat : 32008 (java) S 31953 31956 19618 0 -1 1077944384 37 12585 0 0 1 0 5 2 20 0 15 0 48295848 14321057792 43264 18446744073709551615 4194304 4196468 140727343703808 140663471114768 140663552763605 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31506432 140727343708112 140727343710897 140727343710897 140727343714255 0
[pid=31956/tid=32009] ppid=31953 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/31956/task/32009/stat : 32009 (java) S 31953 31956 19618 0 -1 1077944384 52 12585 0 0 1 0 5 2 20 0 15 0 48295848 14321057792 43264 18446744073709551615 4194304 4196468 140727343703808 140663470061968 140663552763605 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31506432 140727343708112 140727343710897 140727343710897 140727343714255 0
[pid=31956/tid=32010] ppid=31953 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/31956/task/32010/stat : 32010 (java) S 31953 31956 19618 0 -1 1077944384 69 12585 0 0 1 0 5 2 20 0 15 0 48295848 14321057792 43264 18446744073709551615 4194304 4196468 140727343703808 140663469009168 140663552763605 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31506432 140727343708112 140727343710897 140727343710897 140727343714255 0
[pid=31956/tid=32011] ppid=31953 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/31956/task/32011/stat : 32011 (java) S 31953 31956 19618 0 -1 1077944384 1171 12585 0 0 1 0 5 2 20 0 15 0 48295849 14321057792 43264 18446744073709551615 4194304 4196468 140727343703808 140663031294832 140663552764546 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31506432 140727343708112 140727343710897 140727343710897 140727343714255 0
[pid=31956/tid=32012] ppid=31953 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/31956/task/32012/stat : 32012 (java) S 31953 31956 19618 0 -1 1077944384 55 12585 0 0 0 0 5 2 20 0 15 0 48295850 14321057792 43264 18446744073709551615 4194304 4196468 140727343703808 140663030240864 140663552763605 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31506432 140727343708112 140727343710897 140727343710897 140727343714255 0
[pid=31956/tid=32013] ppid=31953 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/31956/task/32013/stat : 32013 (java) R 31953 31956 19618 0 -1 4202560 43 12585 0 0 0 0 5 2 20 0 15 0 48295850 14321057792 43264 18446744073709551615 4194304 4196468 140727343703808 140663029187952 140663148654538 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31506432 140727343708112 140727343710897 140727343710897 140727343714255 0
[pid=31956/tid=32014] ppid=31953 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/31956/task/32014/stat : 32014 (java) S 31953 31956 19618 0 -1 1077944384 3 12585 0 0 0 0 5 2 20 0 15 0 48295853 14321057792 43264 18446744073709551615 4194304 4196468 140727343703808 140663028136272 140663552771995 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31506432 140727343708112 140727343710897 140727343710897 140727343714255 0
[pid=31956/tid=32015] ppid=31953 vsize=13985408 CPUtime=0.24 cores=0,2,4,6
/proc/31956/task/32015/stat : 32015 (java) S 31953 31956 19618 0 -1 1077944384 1105 12585 0 0 17 0 5 2 20 0 15 0 48295853 14321057792 43264 18446744073709551615 4194304 4196468 140727343703808 140663027083632 140663552764546 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31506432 140727343708112 140727343710897 140727343710897 140727343714255 0
[pid=31956/tid=32016] ppid=31953 vsize=13985408 CPUtime=0.22 cores=0,2,4,6
/proc/31956/task/32016/stat : 32016 (java) R 31953 31956 19618 0 -1 1077944384 1236 12585 0 0 15 0 5 2 20 0 15 0 48295853 14321057792 43264 18446744073709551615 4194304 4196468 140727343703808 140663026030832 140663552764546 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31506432 140727343708112 140727343710897 140727343710897 140727343714255 0
[pid=31956/tid=32017] ppid=31953 vsize=13985408 CPUtime=0.3 cores=0,2,4,6
/proc/31956/task/32017/stat : 32017 (java) R 31953 31956 19618 0 -1 4202560 1286 12585 0 0 23 0 5 2 20 0 15 0 48295853 14321057792 43264 18446744073709551615 4194304 4196468 140727343703808 140663024973408 140663544990526 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31506432 140727343708112 140727343710897 140727343710897 140727343714255 0
[pid=31956/tid=32018] ppid=31953 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/31956/task/32018/stat : 32018 (java) S 31953 31956 19618 0 -1 1077944384 3 12585 0 0 0 0 5 2 20 0 15 0 48295853 14321057792 43264 18446744073709551615 4194304 4196468 140727343703808 140663023925472 140663552763605 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31506432 140727343708112 140727343710897 140727343710897 140727343714255 0
[pid=31956/tid=32019] ppid=31953 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/31956/task/32019/stat : 32019 (java) S 31953 31956 19618 0 -1 1077944384 10 12585 0 0 0 0 5 2 20 0 15 0 48295857 14321057792 43264 18446744073709551615 4194304 4196468 140727343703808 140663022873776 140663552764546 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31506432 140727343708112 140727343710897 140727343710897 140727343714255 0
Current children cumulated CPU time (s) 1.96
Current children cumulated vsize (KiB) 13985408

[startup+3.10057 s]
/proc/loadavg: 1.65 1.42 1.37 3/211 32019
/proc/meminfo: memFree=29421388/32770624 swapFree=0/545132
[pid=31956] ppid=31953 vsize=13995836 CPUtime=5.58 cores=0,2,4,6
/proc/31956/stat : 31956 (java) S 31953 31956 19618 0 -1 1077944320 38301 12585 0 0 534 17 5 2 20 0 15 0 48295827 14331736064 70922 18446744073709551615 4194304 4196468 140727343703808 140727343686352 140663552753399 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 31506432 140727343708112 140727343710897 140727343710897 140727343714255 0
/proc/31956/statm: 3498959 70922 3455 1 0 3487573 0
[pid=31956/tid=32006] ppid=31953 vsize=13995836 CPUtime=2.86 cores=0,2,4,6
/proc/31956/task/32006/stat : 32006 (java) R 31953 31956 19618 0 -1 4202560 26151 12585 0 0 270 9 5 2 20 0 15 0 48295847 14331736064 70922 18446744073709551615 4194304 4196468 140727343703808 140663556985664 140663552765334 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 31506432 140727343708112 140727343710897 140727343710897 140727343714255 0
[pid=31956/tid=32007] ppid=31953 vsize=13995836 CPUtime=0.08 cores=0,2,4,6
/proc/31956/task/32007/stat : 32007 (java) S 31953 31956 19618 0 -1 1077944384 279 12585 0 0 1 0 5 2 20 0 15 0 48295848 14331736064 70922 18446744073709551615 4194304 4196468 140727343703808 140663472167568 140663552763605 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31506432 140727343708112 140727343710897 140727343710897 140727343714255 0
[pid=31956/tid=32008] ppid=31953 vsize=13995836 CPUtime=0.08 cores=0,2,4,6
/proc/31956/task/32008/stat : 32008 (java) S 31953 31956 19618 0 -1 1077944384 45 12585 0 0 1 0 5 2 20 0 15 0 48295848 14331736064 70922 18446744073709551615 4194304 4196468 140727343703808 140663471114768 140663552763605 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31506432 140727343708112 140727343710897 140727343710897 140727343714255 0
[pid=31956/tid=32009] ppid=31953 vsize=13995836 CPUtime=0.08 cores=0,2,4,6
/proc/31956/task/32009/stat : 32009 (java) S 31953 31956 19618 0 -1 1077944384 84 12585 0 0 1 0 5 2 20 0 15 0 48295848 14331736064 70922 18446744073709551615 4194304 4196468 140727343703808 140663470061968 140663552763605 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31506432 140727343708112 140727343710897 140727343710897 140727343714255 0
[pid=31956/tid=32010] ppid=31953 vsize=13995836 CPUtime=0.08 cores=0,2,4,6
/proc/31956/task/32010/stat : 32010 (java) S 31953 31956 19618 0 -1 1077944384 80 12585 0 0 1 0 5 2 20 0 15 0 48295848 14331736064 70922 18446744073709551615 4194304 4196468 140727343703808 140663469009168 140663552763605 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31506432 140727343708112 140727343710897 140727343710897 140727343714255 0
[pid=31956/tid=32011] ppid=31953 vsize=13995836 CPUtime=0.08 cores=0,2,4,6
/proc/31956/task/32011/stat : 32011 (java) S 31953 31956 19618 0 -1 1077944384 1231 12585 0 0 1 0 5 2 20 0 15 0 48295849 14331736064 70922 18446744073709551615 4194304 4196468 140727343703808 140663031294832 140663552764546 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31506432 140727343708112 140727343710897 140727343710897 140727343714255 0
[pid=31956/tid=32012] ppid=31953 vsize=13995836 CPUtime=0.07 cores=0,2,4,6
/proc/31956/task/32012/stat : 32012 (java) S 31953 31956 19618 0 -1 1077944384 55 12585 0 0 0 0 5 2 20 0 15 0 48295850 14331736064 70922 18446744073709551615 4194304 4196468 140727343703808 140663030240864 140663552763605 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31506432 140727343708112 140727343710897 140727343710897 140727343714255 0
[pid=31956/tid=32013] ppid=31953 vsize=13995836 CPUtime=0.07 cores=0,2,4,6
/proc/31956/task/32013/stat : 32013 (java) S 31953 31956 19618 0 -1 1077944384 43 12585 0 0 0 0 5 2 20 0 15 0 48295850 14331736064 70922 18446744073709551615 4194304 4196468 140727343703808 140663029187968 140663552763605 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31506432 140727343708112 140727343710897 140727343710897 140727343714255 0
[pid=31956/tid=32014] ppid=31953 vsize=13995836 CPUtime=0.07 cores=0,2,4,6
/proc/31956/task/32014/stat : 32014 (java) S 31953 31956 19618 0 -1 1077944384 3 12585 0 0 0 0 5 2 20 0 15 0 48295853 14331736064 70922 18446744073709551615 4194304 4196468 140727343703808 140663028136272 140663552771995 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31506432 140727343708112 140727343710897 140727343710897 140727343714255 0
[pid=31956/tid=32015] ppid=31953 vsize=13995836 CPUtime=0.86 cores=0,2,4,6
/proc/31956/task/32015/stat : 32015 (java) R 31953 31956 19618 0 -1 1077944384 1919 12585 0 0 78 1 5 2 20 0 15 0 48295853 14331736064 70922 18446744073709551615 4194304 4196468 140727343703808 140663027083632 140663552764546 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 31506432 140727343708112 140727343710897 140727343710897 140727343714255 0
[pid=31956/tid=32016] ppid=31953 vsize=13995836 CPUtime=0.89 cores=0,2,4,6
/proc/31956/task/32016/stat : 32016 (java) S 31953 31956 19618 0 -1 1077944384 2317 12585 0 0 81 1 5 2 20 0 15 0 48295853 14331736064 70922 18446744073709551615 4194304 4196468 140727343703808 140663026030832 140663552764546 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31506432 140727343708112 140727343710897 140727343710897 140727343714255 0
[pid=31956/tid=32017] ppid=31953 vsize=13995836 CPUtime=1.01 cores=0,2,4,6
/proc/31956/task/32017/stat : 32017 (java) R 31953 31956 19618 0 -1 4202560 3924 12585 0 0 93 1 5 2 20 0 15 0 48295853 14331736064 70922 18446744073709551615 4194304 4196468 140727343703808 140663024978032 140663536833886 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31506432 140727343708112 140727343710897 140727343710897 140727343714255 0
[pid=31956/tid=32018] ppid=31953 vsize=13995836 CPUtime=0.07 cores=0,2,4,6
/proc/31956/task/32018/stat : 32018 (java) S 31953 31956 19618 0 -1 1077944384 3 12585 0 0 0 0 5 2 20 0 15 0 48295853 14331736064 70922 18446744073709551615 4194304 4196468 140727343703808 140663023925472 140663552763605 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31506432 140727343708112 140727343710897 140727343710897 140727343714255 0
[pid=31956/tid=32019] ppid=31953 vsize=13995836 CPUtime=0.07 cores=0,2,4,6
/proc/31956/task/32019/stat : 32019 (java) S 31953 31956 19618 0 -1 1077944384 13 12585 0 0 0 0 5 2 20 0 15 0 48295857 14331736064 70922 18446744073709551615 4194304 4196468 140727343703808 140663022873776 140663552764546 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31506432 140727343708112 140727343710897 140727343710897 140727343714255 0
Current children cumulated CPU time (s) 5.58
Current children cumulated vsize (KiB) 13995836

[startup+6.3011 s]
/proc/loadavg: 1.68 1.43 1.38 5/211 32019
/proc/meminfo: memFree=29181380/32770624 swapFree=0/545132
[pid=31956] ppid=31953 vsize=13999932 CPUtime=13.82 cores=0,2,4,6
/proc/31956/stat : 31956 (java) S 31953 31956 19618 0 -1 1077944320 49197 12585 0 0 1324 51 5 2 20 0 15 0 48295827 14335930368 159397 18446744073709551615 4194304 4196468 140727343703808 140727343686352 140663552753399 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 31506432 140727343708112 140727343710897 140727343710897 140727343714255 0
/proc/31956/statm: 3499983 159397 3465 1 0 3488597 0
[pid=31956/tid=32006] ppid=31953 vsize=13999932 CPUtime=5.8 cores=0,2,4,6
/proc/31956/task/32006/stat : 32006 (java) S 31953 31956 19618 0 -1 1077944384 28618 12585 0 0 561 12 5 2 20 0 15 0 48295847 14335930368 159397 18446744073709551615 4194304 4196468 140727343703808 140663556985376 140663552763605 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 3 0 0 6293624 6294260 31506432 140727343708112 140727343710897 140727343710897 140727343714255 0
[pid=31956/tid=32007] ppid=31953 vsize=13999932 CPUtime=0.32 cores=0,2,4,6
/proc/31956/task/32007/stat : 32007 (java) R 31953 31956 19618 0 -1 4202560 447 12585 0 0 19 6 5 2 20 0 15 0 48295848 14335930368 159397 18446744073709551615 4194304 4196468 140727343703808 140663472167768 140663537770704 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 31506432 140727343708112 140727343710897 140727343710897 140727343714255 0
[pid=31956/tid=32008] ppid=31953 vsize=13999932 CPUtime=0.32 cores=0,2,4,6
/proc/31956/task/32008/stat : 32008 (java) R 31953 31956 19618 0 -1 4202560 297 12585 0 0 18 7 5 2 20 0 15 0 48295848 14335930368 159397 18446744073709551615 4194304 4196468 140727343703808 140663471114768 140663537781282 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31506432 140727343708112 140727343710897 140727343710897 140727343714255 0
[pid=31956/tid=32009] ppid=31953 vsize=13999932 CPUtime=0.33 cores=0,2,4,6
/proc/31956/task/32009/stat : 32009 (java) R 31953 31956 19618 0 -1 4202560 396 12585 0 0 19 7 5 2 20 0 15 0 48295848 14335930368 159909 18446744073709551615 4194304 4196468 140727343703808 140663470061968 140663537781282 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31506432 140727343708112 140727343710897 140727343710897 140727343714255 0
[pid=31956/tid=32010] ppid=31953 vsize=13999932 CPUtime=0.31 cores=0,2,4,6
/proc/31956/task/32010/stat : 32010 (java) R 31953 31956 19618 0 -1 4202560 329 12585 0 0 18 6 5 2 20 0 15 0 48295848 14335930368 159909 18446744073709551615 4194304 4196468 140727343703808 140663469009056 140663537781282 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31506432 140727343708112 140727343710897 140727343710897 140727343714255 0
[pid=31956/tid=32011] ppid=31953 vsize=13999932 CPUtime=0.09 cores=0,2,4,6
/proc/31956/task/32011/stat : 32011 (java) S 31953 31956 19618 0 -1 1077944384 1485 12585 0 0 2 0 5 2 20 0 15 0 48295849 14335930368 159909 18446744073709551615 4194304 4196468 140727343703808 140663031293344 140663552763605 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31506432 140727343708112 140727343710897 140727343710897 140727343714255 0
[pid=31956/tid=32012] ppid=31953 vsize=13999932 CPUtime=0.07 cores=0,2,4,6
/proc/31956/task/32012/stat : 32012 (java) S 31953 31956 19618 0 -1 1077944384 55 12585 0 0 0 0 5 2 20 0 15 0 48295850 14335930368 159909 18446744073709551615 4194304 4196468 140727343703808 140663030240864 140663552763605 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31506432 140727343708112 140727343710897 140727343710897 140727343714255 0
[pid=31956/tid=32013] ppid=31953 vsize=13999932 CPUtime=0.07 cores=0,2,4,6
/proc/31956/task/32013/stat : 32013 (java) S 31953 31956 19618 0 -1 1077944384 43 12585 0 0 0 0 5 2 20 0 15 0 48295850 14335930368 159909 18446744073709551615 4194304 4196468 140727343703808 140663029187968 140663552763605 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31506432 140727343708112 140727343710897 140727343710897 140727343714255 0
[pid=31956/tid=32014] ppid=31953 vsize=13999932 CPUtime=0.07 cores=0,2,4,6
/proc/31956/task/32014/stat : 32014 (java) S 31953 31956 19618 0 -1 1077944384 3 12585 0 0 0 0 5 2 20 0 15 0 48295853 14335930368 159909 18446744073709551615 4194304 4196468 140727343703808 140663028136272 140663552771995 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31506432 140727343708112 140727343710897 140727343710897 140727343714255 0
[pid=31956/tid=32015] ppid=31953 vsize=13999932 CPUtime=2.66 cores=0,2,4,6
/proc/31956/task/32015/stat : 32015 (java) S 31953 31956 19618 0 -1 1077944384 3973 12585 0 0 257 2 5 2 20 0 15 0 48295853 14335930368 159909 18446744073709551615 4194304 4196468 140727343703808 140663027083632 140663552764546 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31506432 140727343708112 140727343710897 140727343710897 140727343714255 0
[pid=31956/tid=32016] ppid=31953 vsize=13999932 CPUtime=2.74 cores=0,2,4,6
/proc/31956/task/32016/stat : 32016 (java) S 31953 31956 19618 0 -1 1077944384 4154 12585 0 0 263 4 5 2 20 0 15 0 48295853 14335930368 159909 18446744073709551615 4194304 4196468 140727343703808 140663026030832 140663552764546 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31506432 140727343708112 140727343710897 140727343710897 140727343714255 0
[pid=31956/tid=32017] ppid=31953 vsize=13999932 CPUtime=1.7 cores=0,2,4,6
/proc/31956/task/32017/stat : 32017 (java) S 31953 31956 19618 0 -1 1077944384 7019 12585 0 0 161 2 5 2 20 0 15 0 48295853 14335930368 159909 18446744073709551615 4194304 4196468 140727343703808 140663024978032 140663552764546 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31506432 140727343708112 140727343710897 140727343710897 140727343714255 0
[pid=31956/tid=32018] ppid=31953 vsize=13999932 CPUtime=0.07 cores=0,2,4,6
/proc/31956/task/32018/stat : 32018 (java) S 31953 31956 19618 0 -1 1077944384 3 12585 0 0 0 0 5 2 20 0 15 0 48295853 14335930368 159909 18446744073709551615 4194304 4196468 140727343703808 140663023925472 140663552763605 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31506432 140727343708112 140727343710897 140727343710897 140727343714255 0
[pid=31956/tid=32019] ppid=31953 vsize=13999932 CPUtime=0.07 cores=0,2,4,6
/proc/31956/task/32019/stat : 32019 (java) S 31953 31956 19618 0 -1 1077944384 222 12585 0 0 0 0 5 2 20 0 15 0 48295857 14335930368 159909 18446744073709551615 4194304 4196468 140727343703808 140663022873776 140663552764546 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31506432 140727343708112 140727343710897 140727343710897 140727343714255 0
Current children cumulated CPU time (s) 13.82
Current children cumulated vsize (KiB) 13999932

[startup+12.7011 s]
/proc/loadavg: 1.71 1.44 1.38 6/211 32019
/proc/meminfo: memFree=27818920/32770624 swapFree=0/545132
[pid=31956] ppid=31953 vsize=13999932 CPUtime=24.37 cores=0,2,4,6
/proc/31956/stat : 31956 (java) S 31953 31956 19618 0 -1 1077944320 54562 12585 0 0 2320 110 5 2 20 0 15 0 48295827 14335930368 466889 18446744073709551615 4194304 4196468 140727343703808 140727343686352 140663552753399 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 31506432 140727343708112 140727343710897 140727343710897 140727343714255 0
/proc/31956/statm: 3499983 466889 3465 1 0 3488597 0
[pid=31956/tid=32006] ppid=31953 vsize=13999932 CPUtime=11.03 cores=0,2,4,6
/proc/31956/task/32006/stat : 32006 (java) S 31953 31956 19618 0 -1 1077944384 30387 12585 0 0 1072 24 5 2 20 0 15 0 48295847 14335930368 466889 18446744073709551615 4194304 4196468 140727343703808 140663556983840 140663552763605 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 3 0 0 6293624 6294260 31506432 140727343708112 140727343710897 140727343710897 140727343714255 0
[pid=31956/tid=32007] ppid=31953 vsize=13999932 CPUtime=1.45 cores=0,2,4,6
/proc/31956/task/32007/stat : 32007 (java) R 31953 31956 19618 0 -1 4202560 781 12585 0 0 120 18 5 2 20 0 15 0 48295848 14335930368 466889 18446744073709551615 4194304 4196468 140727343703808 140663472167568 140663537453984 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31506432 140727343708112 140727343710897 140727343710897 140727343714255 0
[pid=31956/tid=32008] ppid=31953 vsize=13999932 CPUtime=1.45 cores=0,2,4,6
/proc/31956/task/32008/stat : 32008 (java) R 31953 31956 19618 0 -1 4202560 665 12585 0 0 119 19 5 2 20 0 15 0 48295848 14335930368 466889 18446744073709551615 4194304 4196468 140727343703808 140663471114968 140663537454095 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31506432 140727343708112 140727343710897 140727343710897 140727343714255 0
[pid=31956/tid=32009] ppid=31953 vsize=13999932 CPUtime=1.44 cores=0,2,4,6
/proc/31956/task/32009/stat : 32009 (java) R 31953 31956 19618 0 -1 4202560 758 12585 0 0 119 18 5 2 20 0 15 0 48295848 14335930368 466889 18446744073709551615 4194304 4196468 140727343703808 140663470062168 140663537454032 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 31506432 140727343708112 140727343710897 140727343710897 140727343714255 0
[pid=31956/tid=32010] ppid=31953 vsize=13999932 CPUtime=1.43 cores=0,2,4,6
/proc/31956/task/32010/stat : 32010 (java) R 31953 31956 19618 0 -1 4202560 857 12585 0 0 119 17 5 2 20 0 15 0 48295848 14335930368 466889 18446744073709551615 4194304 4196468 140727343703808 140663469009168 140663537453212 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31506432 140727343708112 140727343710897 140727343710897 140727343714255 0
[pid=31956/tid=32011] ppid=31953 vsize=13999932 CPUtime=0.12 cores=0,2,4,6
/proc/31956/task/32011/stat : 32011 (java) S 31953 31956 19618 0 -1 1077944384 2823 12585 0 0 5 0 5 2 20 0 15 0 48295849 14335930368 466889 18446744073709551615 4194304 4196468 140727343703808 140663031293376 140663552763605 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31506432 140727343708112 140727343710897 140727343710897 140727343714255 0
[pid=31956/tid=32012] ppid=31953 vsize=13999932 CPUtime=0.07 cores=0,2,4,6
/proc/31956/task/32012/stat : 32012 (java) S 31953 31956 19618 0 -1 1077944384 55 12585 0 0 0 0 5 2 20 0 15 0 48295850 14335930368 466889 18446744073709551615 4194304 4196468 140727343703808 140663030240864 140663552763605 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31506432 140727343708112 140727343710897 140727343710897 140727343714255 0
[pid=31956/tid=32013] ppid=31953 vsize=13999932 CPUtime=0.07 cores=0,2,4,6
/proc/31956/task/32013/stat : 32013 (java) S 31953 31956 19618 0 -1 1077944384 43 12585 0 0 0 0 5 2 20 0 15 0 48295850 14335930368 466889 18446744073709551615 4194304 4196468 140727343703808 140663029187968 140663552763605 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31506432 140727343708112 140727343710897 140727343710897 140727343714255 0
[pid=31956/tid=32014] ppid=31953 vsize=13999932 CPUtime=0.07 cores=0,2,4,6
/proc/31956/task/32014/stat : 32014 (java) S 31953 31956 19618 0 -1 1077944384 3 12585 0 0 0 0 5 2 20 0 15 0 48295853 14335930368 466889 18446744073709551615 4194304 4196468 140727343703808 140663028136272 140663552771995 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31506432 140727343708112 140727343710897 140727343710897 140727343714255 0

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

/proc/meminfo: memFree=28280804/32770624 swapFree=0/545564
[pid=31956] ppid=31953 vsize=14069564 CPUtime=2464.99 cores=0,2,4,6
/proc/31956/stat : 31956 (java) S 31953 31956 19618 0 -1 1077944320 528992 12585 0 0 246002 490 5 2 20 0 15 0 48295827 14407233536 625562 18446744073709551615 4194304 4196468 140727343703808 140727343686352 140663552753399 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 31506432 140727343708112 140727343710897 140727343710897 140727343714255 0
/proc/31956/statm: 3517391 625562 3485 1 0 3506005 0
[pid=31956/tid=32006] ppid=31953 vsize=14069564 CPUtime=2354.93 cores=0,2,4,6
/proc/31956/task/32006/stat : 32006 (java) R 31953 31956 19618 0 -1 4202560 173271 12585 0 0 235421 65 5 2 20 0 15 0 48295847 14407233536 625562 18446744073709551615 4194304 4196468 140727343703808 140663556987664 140663170117620 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 31506432 140727343708112 140727343710897 140727343710897 140727343714255 0
[pid=31956/tid=32007] ppid=31953 vsize=14069564 CPUtime=22.46 cores=0,2,4,6
/proc/31956/task/32007/stat : 32007 (java) S 31953 31956 19618 0 -1 1077944384 49754 12585 0 0 2155 84 5 2 20 0 15 0 48295848 14407233536 625562 18446744073709551615 4194304 4196468 140727343703808 140663472167568 140663552763605 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31506432 140727343708112 140727343710897 140727343710897 140727343714255 0
[pid=31956/tid=32008] ppid=31953 vsize=14069564 CPUtime=22.46 cores=0,2,4,6
/proc/31956/task/32008/stat : 32008 (java) S 31953 31956 19618 0 -1 1077944384 54880 12585 0 0 2154 85 5 2 20 0 15 0 48295848 14407233536 625562 18446744073709551615 4194304 4196468 140727343703808 140663471114768 140663552763605 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31506432 140727343708112 140727343710897 140727343710897 140727343714255 0
[pid=31956/tid=32009] ppid=31953 vsize=14069564 CPUtime=22.52 cores=0,2,4,6
/proc/31956/task/32009/stat : 32009 (java) S 31953 31956 19618 0 -1 1077944384 54831 12585 0 0 2160 85 5 2 20 0 15 0 48295848 14407233536 625562 18446744073709551615 4194304 4196468 140727343703808 140663470061968 140663552763605 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31506432 140727343708112 140727343710897 140727343710897 140727343714255 0
[pid=31956/tid=32010] ppid=31953 vsize=14069564 CPUtime=22.46 cores=0,2,4,6
/proc/31956/task/32010/stat : 32010 (java) S 31953 31956 19618 0 -1 1077944384 53402 12585 0 0 2158 81 5 2 20 0 15 0 48295848 14407233536 625562 18446744073709551615 4194304 4196468 140727343703808 140663469009168 140663552763605 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31506432 140727343708112 140727343710897 140727343710897 140727343714255 0
[pid=31956/tid=32011] ppid=31953 vsize=14069564 CPUtime=3.21 cores=0,2,4,6
/proc/31956/task/32011/stat : 32011 (java) S 31953 31956 19618 0 -1 1077944384 31561 12585 0 0 284 30 5 2 20 0 15 0 48295849 14407233536 625562 18446744073709551615 4194304 4196468 140727343703808 140663031294832 140663552764546 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31506432 140727343708112 140727343710897 140727343710897 140727343714255 0
[pid=31956/tid=32012] ppid=31953 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/31956/task/32012/stat : 32012 (java) S 31953 31956 19618 0 -1 1077944384 59 12585 0 0 0 0 5 2 20 0 15 0 48295850 14407233536 625562 18446744073709551615 4194304 4196468 140727343703808 140663030240864 140663552763605 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31506432 140727343708112 140727343710897 140727343710897 140727343714255 0
[pid=31956/tid=32013] ppid=31953 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/31956/task/32013/stat : 32013 (java) S 31953 31956 19618 0 -1 1077944384 48 12585 0 0 0 0 5 2 20 0 15 0 48295850 14407233536 625562 18446744073709551615 4194304 4196468 140727343703808 140663029187968 140663552763605 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31506432 140727343708112 140727343710897 140727343710897 140727343714255 0
[pid=31956/tid=32014] ppid=31953 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/31956/task/32014/stat : 32014 (java) S 31953 31956 19618 0 -1 1077944384 3 12585 0 0 0 0 5 2 20 0 15 0 48295853 14407233536 625562 18446744073709551615 4194304 4196468 140727343703808 140663028136272 140663552771995 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31506432 140727343708112 140727343710897 140727343710897 140727343714255 0
[pid=31956/tid=32015] ppid=31953 vsize=14069564 CPUtime=6.77 cores=0,2,4,6
/proc/31956/task/32015/stat : 32015 (java) S 31953 31956 19618 0 -1 1077944384 44335 12585 0 0 665 5 5 2 20 0 15 0 48295853 14407233536 625562 18446744073709551615 4194304 4196468 140727343703808 140663027083632 140663552764546 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31506432 140727343708112 140727343710897 140727343710897 140727343714255 0
[pid=31956/tid=32016] ppid=31953 vsize=14069564 CPUtime=6.61 cores=0,2,4,6
/proc/31956/task/32016/stat : 32016 (java) S 31953 31956 19618 0 -1 1077944384 36908 12585 0 0 647 7 5 2 20 0 15 0 48295853 14407233536 625562 18446744073709551615 4194304 4196468 140727343703808 140663026030832 140663552764546 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31506432 140727343708112 140727343710897 140727343710897 140727343714255 0
[pid=31956/tid=32017] ppid=31953 vsize=14069564 CPUtime=2.65 cores=0,2,4,6
/proc/31956/task/32017/stat : 32017 (java) S 31953 31956 19618 0 -1 1077944384 25981 12585 0 0 254 4 5 2 20 0 15 0 48295853 14407233536 625562 18446744073709551615 4194304 4196468 140727343703808 140663024978032 140663552764546 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31506432 140727343708112 140727343710897 140727343710897 140727343714255 0
[pid=31956/tid=32018] ppid=31953 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/31956/task/32018/stat : 32018 (java) S 31953 31956 19618 0 -1 1077944384 3 12585 0 0 0 0 5 2 20 0 15 0 48295853 14407233536 625562 18446744073709551615 4194304 4196468 140727343703808 140663023925472 140663552763605 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31506432 140727343708112 140727343710897 140727343710897 140727343714255 0
[pid=31956/tid=32019] ppid=31953 vsize=14069564 CPUtime=1.42 cores=0,2,4,6
/proc/31956/task/32019/stat : 32019 (java) S 31953 31956 19618 0 -1 1077944384 1801 12585 0 0 65 70 5 2 20 0 15 0 48295857 14407233536 625562 18446744073709551615 4194304 4196468 140727343703808 140663022873776 140663552764546 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31506432 140727343708112 140727343710897 140727343710897 140727343714255 0
Current children cumulated CPU time (s) 2464.99
Current children cumulated vsize (KiB) 14069564



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2436.3 s]
/proc/loadavg: 1.67 1.59 1.50 3/210 32410
/proc/meminfo: memFree=27510548/32770624 swapFree=0/545564
[pid=31956] ppid=31953 vsize=14069564 CPUtime=2520.08 cores=0,2,4,6
/proc/31956/stat : 31956 (java) S 31953 31956 19618 0 -1 1077944320 533423 12585 0 0 251506 495 5 2 20 0 15 0 48295827 14407233536 619448 18446744073709551615 4194304 4196468 140727343703808 140727343686352 140663552753399 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 31506432 140727343708112 140727343710897 140727343710897 140727343714255 0
/proc/31956/statm: 3517391 619448 3485 1 0 3506005 0
[pid=31956/tid=32006] ppid=31953 vsize=14069564 CPUtime=2408.39 cores=0,2,4,6
/proc/31956/task/32006/stat : 32006 (java) R 31953 31956 19618 0 -1 4202560 174112 12585 0 0 240767 65 5 2 20 0 15 0 48295847 14407233536 619448 18446744073709551615 4194304 4196468 140727343703808 140663556987664 140663170913273 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 31506432 140727343708112 140727343710897 140727343710897 140727343714255 0
[pid=31956/tid=32007] ppid=31953 vsize=14069564 CPUtime=22.84 cores=0,2,4,6
/proc/31956/task/32007/stat : 32007 (java) S 31953 31956 19618 0 -1 1077944384 50476 12585 0 0 2192 85 5 2 20 0 15 0 48295848 14407233536 619448 18446744073709551615 4194304 4196468 140727343703808 140663472167568 140663552763605 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31506432 140727343708112 140727343710897 140727343710897 140727343714255 0
[pid=31956/tid=32008] ppid=31953 vsize=14069564 CPUtime=22.84 cores=0,2,4,6
/proc/31956/task/32008/stat : 32008 (java) S 31953 31956 19618 0 -1 1077944384 55687 12585 0 0 2191 86 5 2 20 0 15 0 48295848 14407233536 619448 18446744073709551615 4194304 4196468 140727343703808 140663471114768 140663552763605 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31506432 140727343708112 140727343710897 140727343710897 140727343714255 0
[pid=31956/tid=32009] ppid=31953 vsize=14069564 CPUtime=22.89 cores=0,2,4,6
/proc/31956/task/32009/stat : 32009 (java) S 31953 31956 19618 0 -1 1077944384 55877 12585 0 0 2196 86 5 2 20 0 15 0 48295848 14407233536 619448 18446744073709551615 4194304 4196468 140727343703808 140663470061968 140663552763605 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31506432 140727343708112 140727343710897 140727343710897 140727343714255 0
[pid=31956/tid=32010] ppid=31953 vsize=14069564 CPUtime=22.83 cores=0,2,4,6
/proc/31956/task/32010/stat : 32010 (java) S 31953 31956 19618 0 -1 1077944384 54077 12585 0 0 2194 82 5 2 20 0 15 0 48295848 14407233536 619448 18446744073709551615 4194304 4196468 140727343703808 140663469009168 140663552763605 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31506432 140727343708112 140727343710897 140727343710897 140727343714255 0
[pid=31956/tid=32011] ppid=31953 vsize=14069564 CPUtime=3.31 cores=0,2,4,6
/proc/31956/task/32011/stat : 32011 (java) S 31953 31956 19618 0 -1 1077944384 31849 12585 0 0 293 31 5 2 20 0 15 0 48295849 14407233536 619448 18446744073709551615 4194304 4196468 140727343703808 140663031294832 140663552764546 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31506432 140727343708112 140727343710897 140727343710897 140727343714255 0
[pid=31956/tid=32012] ppid=31953 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/31956/task/32012/stat : 32012 (java) S 31953 31956 19618 0 -1 1077944384 59 12585 0 0 0 0 5 2 20 0 15 0 48295850 14407233536 619448 18446744073709551615 4194304 4196468 140727343703808 140663030240864 140663552763605 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31506432 140727343708112 140727343710897 140727343710897 140727343714255 0
[pid=31956/tid=32013] ppid=31953 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/31956/task/32013/stat : 32013 (java) S 31953 31956 19618 0 -1 1077944384 48 12585 0 0 0 0 5 2 20 0 15 0 48295850 14407233536 619448 18446744073709551615 4194304 4196468 140727343703808 140663029187968 140663552763605 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31506432 140727343708112 140727343710897 140727343710897 140727343714255 0
[pid=31956/tid=32014] ppid=31953 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/31956/task/32014/stat : 32014 (java) S 31953 31956 19618 0 -1 1077944384 3 12585 0 0 0 0 5 2 20 0 15 0 48295853 14407233536 619448 18446744073709551615 4194304 4196468 140727343703808 140663028136272 140663552771995 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31506432 140727343708112 140727343710897 140727343710897 140727343714255 0
[pid=31956/tid=32015] ppid=31953 vsize=14069564 CPUtime=6.77 cores=0,2,4,6
/proc/31956/task/32015/stat : 32015 (java) S 31953 31956 19618 0 -1 1077944384 44338 12585 0 0 665 5 5 2 20 0 15 0 48295853 14407233536 619448 18446744073709551615 4194304 4196468 140727343703808 140663027083632 140663552764546 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31506432 140727343708112 140727343710897 140727343710897 140727343714255 0
[pid=31956/tid=32016] ppid=31953 vsize=14069564 CPUtime=6.61 cores=0,2,4,6
/proc/31956/task/32016/stat : 32016 (java) S 31953 31956 19618 0 -1 1077944384 36915 12585 0 0 647 7 5 2 20 0 15 0 48295853 14407233536 619448 18446744073709551615 4194304 4196468 140727343703808 140663026030832 140663552764546 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31506432 140727343708112 140727343710897 140727343710897 140727343714255 0
[pid=31956/tid=32017] ppid=31953 vsize=14069564 CPUtime=2.65 cores=0,2,4,6
/proc/31956/task/32017/stat : 32017 (java) S 31953 31956 19618 0 -1 1077944384 25988 12585 0 0 254 4 5 2 20 0 15 0 48295853 14407233536 619448 18446744073709551615 4194304 4196468 140727343703808 140663024978032 140663552764546 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31506432 140727343708112 140727343710897 140727343710897 140727343714255 0
[pid=31956/tid=32018] ppid=31953 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/31956/task/32018/stat : 32018 (java) S 31953 31956 19618 0 -1 1077944384 3 12585 0 0 0 0 5 2 20 0 15 0 48295853 14407233536 619448 18446744073709551615 4194304 4196468 140727343703808 140663023925472 140663552763605 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31506432 140727343708112 140727343710897 140727343710897 140727343714255 0
[pid=31956/tid=32019] ppid=31953 vsize=14069564 CPUtime=1.46 cores=0,2,4,6
/proc/31956/task/32019/stat : 32019 (java) S 31953 31956 19618 0 -1 1077944384 1836 12585 0 0 66 73 5 2 20 0 15 0 48295857 14407233536 619448 18446744073709551615 4194304 4196468 140727343703808 140663022873776 140663552764546 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31506432 140727343708112 140727343710897 140727343710897 140727343714255 0
Current children cumulated CPU time (s) 2520.08
Current children cumulated vsize (KiB) 14069564

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

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 31956 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2436.8 s]
/proc/loadavg: 1.67 1.59 1.50 6/212 32412
/proc/meminfo: memFree=27507412/32770624 swapFree=0/545564
[pid=31956] ppid=31953 vsize=14202692 CPUtime=2521.79 cores=0,2,4,6
/proc/31956/stat : 31956 (java) S 31953 31956 19618 0 -1 1077944320 543015 12585 0 0 251676 496 5 2 20 0 17 0 48295827 14543556608 620277 18446744073709551615 4194304 4196468 140727343703808 140727343686352 140663552753399 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 31506432 140727343708112 140727343710897 140727343710897 140727343714255 0
/proc/31956/statm: 3550673 620277 3485 1 0 3539287 0
[pid=31956/tid=32006] ppid=31953 vsize=14202692 CPUtime=2408.41 cores=0,2,4,6
/proc/31956/task/32006/stat : 32006 (java) S 31953 31956 19618 0 -1 1077944384 174632 12585 0 0 240769 65 5 2 20 0 17 0 48295847 14543556608 620277 18446744073709551615 4194304 4196468 140727343703808 140663556990944 140663552763605 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 3 0 0 6293624 6294260 31506432 140727343708112 140727343710897 140727343710897 140727343714255 0
[pid=31956/tid=32007] ppid=31953 vsize=14202692 CPUtime=23.24 cores=0,2,4,6
/proc/31956/task/32007/stat : 32007 (java) R 31953 31956 19618 0 -1 4202560 50491 12585 0 0 2232 85 5 2 20 0 17 0 48295848 14543556608 620277 18446744073709551615 4194304 4196468 140727343703808 140663472167568 140663537761495 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31506432 140727343708112 140727343710897 140727343710897 140727343714255 0
[pid=31956/tid=32008] ppid=31953 vsize=14202692 CPUtime=23.25 cores=0,2,4,6
/proc/31956/task/32008/stat : 32008 (java) R 31953 31956 19618 0 -1 1077944384 55728 12585 0 0 2232 86 5 2 20 0 17 0 48295848 14543556608 620277 18446744073709551615 4194304 4196468 140727343703808 140663471114768 140663552763605 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31506432 140727343708112 140727343710897 140727343710897 140727343714255 0
[pid=31956/tid=32009] ppid=31953 vsize=14202692 CPUtime=23.29 cores=0,2,4,6
/proc/31956/task/32009/stat : 32009 (java) R 31953 31956 19618 0 -1 4202560 55900 12585 0 0 2236 86 5 2 20 0 17 0 48295848 14543556608 620277 18446744073709551615 4194304 4196468 140727343703808 140663470061968 140663552765334 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31506432 140727343708112 140727343710897 140727343710897 140727343714255 0
[pid=31956/tid=32010] ppid=31953 vsize=14202692 CPUtime=23.24 cores=0,2,4,6
/proc/31956/task/32010/stat : 32010 (java) R 31953 31956 19618 0 -1 4202560 54104 12585 0 0 2235 82 5 2 20 0 17 0 48295848 14543556608 620277 18446744073709551615 4194304 4196468 140727343703808 140663469009168 140663552765334 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31506432 140727343708112 140727343710897 140727343710897 140727343714255 0
[pid=31956/tid=32011] ppid=31953 vsize=14202692 CPUtime=3.38 cores=0,2,4,6
/proc/31956/task/32011/stat : 32011 (java) S 31953 31956 19618 0 -1 1077944384 39797 12585 0 0 300 31 5 2 20 0 17 0 48295849 14543556608 620277 18446744073709551615 4194304 4196468 140727343703808 140663031293232 140663552763605 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31506432 140727343708112 140727343710897 140727343710897 140727343714255 0
[pid=31956/tid=32012] ppid=31953 vsize=14202692 CPUtime=0.07 cores=0,2,4,6
/proc/31956/task/32012/stat : 32012 (java) S 31953 31956 19618 0 -1 1077944384 61 12585 0 0 0 0 5 2 20 0 17 0 48295850 14543556608 620277 18446744073709551615 4194304 4196468 140727343703808 140663030241008 140663552763605 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31506432 140727343708112 140727343710897 140727343710897 140727343714255 0
[pid=31956/tid=32013] ppid=31953 vsize=14202692 CPUtime=0.07 cores=0,2,4,6
/proc/31956/task/32013/stat : 32013 (java) S 31953 31956 19618 0 -1 1077944384 48 12585 0 0 0 0 5 2 20 0 17 0 48295850 14543556608 620277 18446744073709551615 4194304 4196468 140727343703808 140663029187968 140663552763605 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31506432 140727343708112 140727343710897 140727343710897 140727343714255 0
[pid=31956/tid=32014] ppid=31953 vsize=14202692 CPUtime=0.07 cores=0,2,4,6
/proc/31956/task/32014/stat : 32014 (java) S 31953 31956 19618 0 -1 1077944384 218 12585 0 0 0 0 5 2 20 0 17 0 48295853 14543556608 620277 18446744073709551615 4194304 4196468 140727343703808 140663028136272 140663552771995 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31506432 140727343708112 140727343710897 140727343710897 140727343714255 0
[pid=31956/tid=32015] ppid=31953 vsize=14202692 CPUtime=6.77 cores=0,2,4,6
/proc/31956/task/32015/stat : 32015 (java) S 31953 31956 19618 0 -1 1077944384 44338 12585 0 0 665 5 5 2 20 0 17 0 48295853 14543556608 620277 18446744073709551615 4194304 4196468 140727343703808 140663027083632 140663552764546 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31506432 140727343708112 140727343710897 140727343710897 140727343714255 0
[pid=31956/tid=32016] ppid=31953 vsize=14202692 CPUtime=6.61 cores=0,2,4,6
/proc/31956/task/32016/stat : 32016 (java) S 31953 31956 19618 0 -1 1077944384 37359 12585 0 0 647 7 5 2 20 0 17 0 48295853 14543556608 620277 18446744073709551615 4194304 4196468 140727343703808 140663026030832 140663552764546 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31506432 140727343708112 140727343710897 140727343710897 140727343714255 0
[pid=31956/tid=32017] ppid=31953 vsize=14202692 CPUtime=2.65 cores=0,2,4,6
/proc/31956/task/32017/stat : 32017 (java) S 31953 31956 19618 0 -1 1077944384 26002 12585 0 0 254 4 5 2 20 0 17 0 48295853 14543556608 620277 18446744073709551615 4194304 4196468 140727343703808 140663024978032 140663552764546 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31506432 140727343708112 140727343710897 140727343710897 140727343714255 0
[pid=31956/tid=32018] ppid=31953 vsize=14202692 CPUtime=0.07 cores=0,2,4,6
/proc/31956/task/32018/stat : 32018 (java) S 31953 31956 19618 0 -1 1077944384 3 12585 0 0 0 0 5 2 20 0 17 0 48295853 14543556608 620277 18446744073709551615 4194304 4196468 140727343703808 140663023925472 140663552763605 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31506432 140727343708112 140727343710897 140727343710897 140727343714255 0
[pid=31956/tid=32019] ppid=31953 vsize=14202692 CPUtime=1.46 cores=0,2,4,6
/proc/31956/task/32019/stat : 32019 (java) S 31953 31956 19618 0 -1 1077944384 1836 12585 0 0 66 73 5 2 20 0 17 0 48295857 14543556608 620277 18446744073709551615 4194304 4196468 140727343703808 140663022873776 140663552764546 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31506432 140727343708112 140727343710897 140727343710897 140727343714255 0
[pid=31956/tid=32411] ppid=31953 vsize=14202692 CPUtime=0.07 cores=0,2,4,6
/proc/31956/task/32411/stat : 32411 (java) S 31953 31956 19618 0 -1 1077944384 311 12585 0 0 0 0 5 2 20 0 17 0 48539458 14543556608 620277 18446744073709551615 4194304 4196468 140727343703808 140662999548656 140663552763605 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31506432 140727343708112 140727343710897 140727343710897 140727343714255 0
[pid=31956/tid=32412] ppid=31953 vsize=14202692 CPUtime=0.07 cores=0,2,4,6
/proc/31956/task/32412/stat : 32412 (java) S 31953 31956 19618 0 -1 1077944384 30 12585 0 0 0 0 5 2 20 0 17 0 48539458 14543556608 620277 18446744073709551615 4194304 4196468 140727343703808 140662561564272 140663552764546 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31506432 140727343708112 140727343710897 140727343710897 140727343714255 0
Current children cumulated CPU time (s) 2521.79
Current children cumulated vsize (KiB) 14202692

[startup+2437.01 s]
/proc/loadavg: 1.67 1.59 1.50 6/212 32412
/proc/meminfo: memFree=27507412/32770624 swapFree=0/545564
[pid=31956] ppid=31953 vsize=14202692 CPUtime=2522.49 cores=0,2,4,6
/proc/31956/stat : 31956 (java) S 31953 31956 19618 0 -1 1077944320 543021 12585 0 0 251746 496 5 2 20 0 17 0 48295827 14543556608 620277 18446744073709551615 4194304 4196468 140727343703808 140727343686352 140663552753399 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 31506432 140727343708112 140727343710897 140727343710897 140727343714255 0
/proc/31956/statm: 3550673 620277 3485 1 0 3539287 0
[pid=31956/tid=32006] ppid=31953 vsize=14202692 CPUtime=2408.41 cores=0,2,4,6
/proc/31956/task/32006/stat : 32006 (java) S 31953 31956 19618 0 -1 1077944384 174632 12585 0 0 240769 65 5 2 20 0 17 0 48295847 14543556608 620277 18446744073709551615 4194304 4196468 140727343703808 140663556990944 140663552763605 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 3 0 0 6293624 6294260 31506432 140727343708112 140727343710897 140727343710897 140727343714255 0
[pid=31956/tid=32007] ppid=31953 vsize=14202692 CPUtime=23.41 cores=0,2,4,6
/proc/31956/task/32007/stat : 32007 (java) R 31953 31956 19618 0 -1 4202560 50495 12585 0 0 2249 85 5 2 20 0 17 0 48295848 14543556608 620277 18446744073709551615 4194304 4196468 140727343703808 140663472167568 140663537211032 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31506432 140727343708112 140727343710897 140727343710897 140727343714255 0
[pid=31956/tid=32008] ppid=31953 vsize=14202692 CPUtime=23.41 cores=0,2,4,6
/proc/31956/task/32008/stat : 32008 (java) R 31953 31956 19618 0 -1 4202560 55729 12585 0 0 2248 86 5 2 20 0 17 0 48295848 14543556608 620277 18446744073709551615 4194304 4196468 140727343703808 140663471114768 140663537210990 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31506432 140727343708112 140727343710897 140727343710897 140727343714255 0
[pid=31956/tid=32009] ppid=31953 vsize=14202692 CPUtime=23.45 cores=0,2,4,6
/proc/31956/task/32009/stat : 32009 (java) R 31953 31956 19618 0 -1 4202560 55900 12585 0 0 2252 86 5 2 20 0 17 0 48295848 14543556608 620277 18446744073709551615 4194304 4196468 140727343703808 140663470061856 140663537210867 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 31506432 140727343708112 140727343710897 140727343710897 140727343714255 0
[pid=31956/tid=32010] ppid=31953 vsize=14202692 CPUtime=23.4 cores=0,2,4,6
/proc/31956/task/32010/stat : 32010 (java) R 31953 31956 19618 0 -1 4202560 54104 12585 0 0 2251 82 5 2 20 0 17 0 48295848 14543556608 620277 18446744073709551615 4194304 4196468 140727343703808 140663469009168 140663537452155 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31506432 140727343708112 140727343710897 140727343710897 140727343714255 0
[pid=31956/tid=32011] ppid=31953 vsize=14202692 CPUtime=3.42 cores=0,2,4,6
/proc/31956/task/32011/stat : 32011 (java) S 31953 31956 19618 0 -1 1077944384 39797 12585 0 0 304 31 5 2 20 0 17 0 48295849 14543556608 620277 18446744073709551615 4194304 4196468 140727343703808 140663031293456 140663552763605 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31506432 140727343708112 140727343710897 140727343710897 140727343714255 0
[pid=31956/tid=32012] ppid=31953 vsize=14202692 CPUtime=0.07 cores=0,2,4,6
/proc/31956/task/32012/stat : 32012 (java) S 31953 31956 19618 0 -1 1077944384 61 12585 0 0 0 0 5 2 20 0 17 0 48295850 14543556608 620277 18446744073709551615 4194304 4196468 140727343703808 140663030241008 140663552763605 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31506432 140727343708112 140727343710897 140727343710897 140727343714255 0
[pid=31956/tid=32013] ppid=31953 vsize=14202692 CPUtime=0.07 cores=0,2,4,6
/proc/31956/task/32013/stat : 32013 (java) S 31953 31956 19618 0 -1 1077944384 48 12585 0 0 0 0 5 2 20 0 17 0 48295850 14543556608 620277 18446744073709551615 4194304 4196468 140727343703808 140663029187968 140663552763605 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31506432 140727343708112 140727343710897 140727343710897 140727343714255 0
[pid=31956/tid=32014] ppid=31953 vsize=14202692 CPUtime=0.07 cores=0,2,4,6
/proc/31956/task/32014/stat : 32014 (java) S 31953 31956 19618 0 -1 1077944384 218 12585 0 0 0 0 5 2 20 0 17 0 48295853 14543556608 620277 18446744073709551615 4194304 4196468 140727343703808 140663028136272 140663552771995 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31506432 140727343708112 140727343710897 140727343710897 140727343714255 0
[pid=31956/tid=32015] ppid=31953 vsize=14202692 CPUtime=6.77 cores=0,2,4,6
/proc/31956/task/32015/stat : 32015 (java) S 31953 31956 19618 0 -1 1077944384 44338 12585 0 0 665 5 5 2 20 0 17 0 48295853 14543556608 620277 18446744073709551615 4194304 4196468 140727343703808 140663027083632 140663552764546 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31506432 140727343708112 140727343710897 140727343710897 140727343714255 0
[pid=31956/tid=32016] ppid=31953 vsize=14202692 CPUtime=6.61 cores=0,2,4,6
/proc/31956/task/32016/stat : 32016 (java) S 31953 31956 19618 0 -1 1077944384 37359 12585 0 0 647 7 5 2 20 0 17 0 48295853 14543556608 620277 18446744073709551615 4194304 4196468 140727343703808 140663026030832 140663552764546 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31506432 140727343708112 140727343710897 140727343710897 140727343714255 0
[pid=31956/tid=32017] ppid=31953 vsize=14202692 CPUtime=2.65 cores=0,2,4,6
/proc/31956/task/32017/stat : 32017 (java) S 31953 31956 19618 0 -1 1077944384 26002 12585 0 0 254 4 5 2 20 0 17 0 48295853 14543556608 620277 18446744073709551615 4194304 4196468 140727343703808 140663024978032 140663552764546 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31506432 140727343708112 140727343710897 140727343710897 140727343714255 0
[pid=31956/tid=32018] ppid=31953 vsize=14202692 CPUtime=0.07 cores=0,2,4,6
/proc/31956/task/32018/stat : 32018 (java) S 31953 31956 19618 0 -1 1077944384 3 12585 0 0 0 0 5 2 20 0 17 0 48295853 14543556608 620277 18446744073709551615 4194304 4196468 140727343703808 140663023925472 140663552763605 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31506432 140727343708112 140727343710897 140727343710897 140727343714255 0
[pid=31956/tid=32019] ppid=31953 vsize=14202692 CPUtime=1.46 cores=0,2,4,6
/proc/31956/task/32019/stat : 32019 (java) S 31953 31956 19618 0 -1 1077944384 1836 12585 0 0 66 73 5 2 20 0 17 0 48295857 14543556608 620277 18446744073709551615 4194304 4196468 140727343703808 140663022873776 140663552764546 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31506432 140727343708112 140727343710897 140727343710897 140727343714255 0
[pid=31956/tid=32411] ppid=31953 vsize=14202692 CPUtime=0.07 cores=0,2,4,6
/proc/31956/task/32411/stat : 32411 (java) S 31953 31956 19618 0 -1 1077944384 311 12585 0 0 0 0 5 2 20 0 17 0 48539458 14543556608 620277 18446744073709551615 4194304 4196468 140727343703808 140662999548656 140663552763605 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31506432 140727343708112 140727343710897 140727343710897 140727343714255 0
[pid=31956/tid=32412] ppid=31953 vsize=14202692 CPUtime=0.07 cores=0,2,4,6
/proc/31956/task/32412/stat : 32412 (java) S 31953 31956 19618 0 -1 1077944384 31 12585 0 0 0 0 5 2 20 0 17 0 48539458 14543556608 620277 18446744073709551615 4194304 4196468 140727343703808 140662561563968 140663552763605 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31506432 140727343708112 140727343710897 140727343710897 140727343714255 0
Current children cumulated CPU time (s) 2522.49
Current children cumulated vsize (KiB) 14202692

Child status: 143
Real time (s): 2437.05
CPU time (s): 2522.6
CPU user time (s): 2517.59
CPU system time (s): 5.01122
CPU usage (%): 103.511
Max. virtual memory (cumulated for all children) (KiB): 14202692

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.59
system time used= 5.01122
maximum resident set size= 4530608
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 555703
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2984
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 124535
involuntary context switches= 5896

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.978 second user time and 15.0016 second system time

The end

Launcher Data

Begin job on node127 at 2017-08-11 16:02:57
IDJOB=4262530
IDBENCH=133755
IDSOLVER=2650
FILE ID=node127/4262530-1502461024
RUNJOBID= node127-1502411410-19681
PBS_JOBID= 
Free space on /tmp= 62008 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/QuasiGroups/QuasiGroups-elt-qg4/QuasiGroup-4-24.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262530-1502461024/watcher-4262530-1502461024 -o /tmp/evaluation-result-4262530-1502461024/solver-4262530-1502461024 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node127-1502411410-19681 --watchdog 2580  bin/concrete HOME/instance-4262530-1502461024.xml

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

MD5SUM BENCH= eed4597320c79808ee022b7591b3ea00
RANDOM SEED=2032894020

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.92
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.92
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.92
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.92
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:        29592336 kB
MemAvailable:   30394964 kB
Buffers:          255952 kB
Cached:           836976 kB
SwapCached:            0 kB
Active:          2185356 kB
Inactive:         569260 kB
Active(anon):    1662288 kB
Inactive(anon):    24908 kB
Active(file):     523068 kB
Inactive(file):   544352 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24316 kB
Writeback:           100 kB
AnonPages:       1662020 kB
Mapped:            55012 kB
Shmem:             25252 kB
Slab:             127840 kB
SReclaimable:     102084 kB
SUnreclaim:        25756 kB
KernelStack:        3504 kB
PageTables:         8192 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2504736 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1445888 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 61984 MiB
End job on node127 at 2017-08-11 16:43:34