Trace number 4262066

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.4? (TO) 2521.1201 2489.76

General information on the benchmark

NameQueenAttacking/QueenAttacking-m1-s1/
QueenAttacking-15.xml
MD5SUMab7b26918dfc59e965233a0e800431a7
Bench CategoryCOP (optimization 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 variables274
Number of constraints273
Number of domains2
Minimum domain size2
Maximum domain size225
Distribution of domain sizes[{"size":2,"count":48},{"size":225,"count":226}]
Minimum variable degree2
Maximum variable degree48
Distribution of variable degrees[{"degree":2,"count":50},{"degree":3,"count":175},{"degree":4,"count":48},{"degree":48,"count":1}]
Minimum constraint arity2
Maximum constraint arity225
Distribution of constraint arities[{"arity":2,"count":224},{"arity":3,"count":48},{"arity":225,"count":1}]
Number of extensional constraints0
Number of intensional constraints272
Distribution of constraint types[{"type":"intension","count":272},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

3.15/2.18	c Concrete v3.4 running
2521.01/2489.74	java.util.concurrent.TimeoutException
2521.01/2489.74		at concrete.MAC.mac(MAC.scala:74)
2521.01/2489.74		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:145)
2521.01/2489.74		at scala.util.Try$.apply(Try.scala:209)
2521.01/2489.74		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2521.01/2489.74		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2521.01/2489.74		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2521.01/2489.74		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2521.01/2489.74		at org.scalameter.Measurer$Default.measure(Measurer.scala:131)
2521.01/2489.74		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2521.01/2489.74		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2521.01/2489.74		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2521.01/2489.74		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2521.01/2489.74		at concrete.MAC.oneRun(MAC.scala:146)
2521.01/2489.74		at concrete.MAC.nextSolution(MAC.scala:166)
2521.01/2489.74		at concrete.MAC.$anonfun$nextSolution$2(MAC.scala:196)
2521.01/2489.74		at concrete.ProblemState.map(ProblemState.scala:203)
2521.01/2489.74		at concrete.ProblemState.map(ProblemState.scala:188)
2521.01/2489.74		at concrete.MAC.nextSolution(MAC.scala:195)
2521.01/2489.74		at concrete.Solver.hasNext(Solver.scala:202)
2521.01/2489.74		at scala.collection.Iterator.toStream(Iterator.scala:1403)
2521.01/2489.74		at scala.collection.Iterator.toStream$(Iterator.scala:1402)
2521.01/2489.74		at concrete.Solver.toStream(Solver.scala:73)
2521.01/2489.74		at scala.collection.TraversableOnce.toIterable(TraversableOnce.scala:296)
2521.01/2489.74		at scala.collection.TraversableOnce.toIterable$(TraversableOnce.scala:296)
2521.01/2489.74		at concrete.Solver.toIterable(Solver.scala:73)
2521.01/2489.74		at concrete.runner.ConcreteRunner.$anonfun$run$10(ConcreteRunner.scala:157)
2521.01/2489.74		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2521.01/2489.74		at scala.util.Success.map(Try.scala:209)
2521.01/2489.74		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:154)
2521.01/2489.74		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:72)
2521.01/2489.74		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2521.01/2489.74		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:119)
2521.01/2489.74		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2521.01/2489.74		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2521.01/2489.74		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2521.01/2489.74		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2521.01/2489.74		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2521.01/2489.74		at scala.collection.immutable.List.foreach(List.scala:389)
2521.01/2489.74		at scala.App.main(App.scala:76)
2521.01/2489.74		at scala.App.main$(App.scala:74)
2521.01/2489.74		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2521.01/2489.74		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2521.01/2489.75	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-4262066-1502454116/watcher-4262066-1502454116 -o /tmp/evaluation-result-4262066-1502454116/solver-4262066-1502454116 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1502411403-1395 --watchdog 2580 bin/concrete HOME/instance-4262066-1502454116.xml 

pid=11809
running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 1.25 1.30 1.39 2/194 11812
/proc/meminfo: memFree=30685404/32770624 swapFree=0/506780
[pid=11812] ppid=11809 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/11812/stat : 11812 (runsolver) D 11809 11812 1330 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 47632415 24240128 106 18446744073709551615 4194304 4338465 140735984045040 140735984042680 140459650208471 0 0 1 24578 18446744071580418449 0 0 17 7 0 0 0 0 0 6438912 6441760 8495104 140735984046289 140735984046665 140735984046665 140735984050122 0
/proc/11812/statm: 5918 106 53 36 0 2156 0

[startup+0.100107 s]
/proc/loadavg: 1.25 1.30 1.39 2/194 11812
/proc/meminfo: memFree=30685404/32770624 swapFree=0/506780
[pid=11812] ppid=11809 vsize=9636 CPUtime=0.01 cores=1,3,5,7
/proc/11812/stat : 11812 (bash) S 11809 11812 1330 0 -1 4202496 793 5306 0 0 0 0 0 1 20 0 1 0 47632415 9867264 359 18446744073709551615 4194304 5098028 140736987176528 140736987174184 140463917169664 0 0 5 65536 18446744071580971376 0 0 17 3 0 0 8 0 0 7196144 7232144 31072256 140736987177492 140736987177577 140736987177577 140736987181034 0
/proc/11812/statm: 2409 359 286 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.200253 s]
/proc/loadavg: 1.25 1.30 1.39 2/194 11812
/proc/meminfo: memFree=30685404/32770624 swapFree=0/506780
[pid=11812] ppid=11809 vsize=99732 CPUtime=0.08 cores=1,3,5,7
/proc/11812/stat : 11812 (java) S 11809 11812 1330 0 -1 1077944320 2224 12649 0 0 0 0 5 3 20 0 2 0 47632415 102125568 1147 18446744073709551615 4194304 4196468 140729672093008 140729672075552 140558033841911 0 0 1 0 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 30330880 140729672095696 140729672098481 140729672098481 140729672101839 0
/proc/11812/statm: 24933 1147 848 1 0 17057 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 99732

[startup+0.30031 s]
/proc/loadavg: 1.25 1.30 1.39 2/194 11812
/proc/meminfo: memFree=30685404/32770624 swapFree=0/506780
[pid=11812] ppid=11809 vsize=13973872 CPUtime=0.14 cores=1,3,5,7
/proc/11812/stat : 11812 (java) S 11809 11812 1330 0 -1 1077944320 5489 12649 0 0 5 1 5 3 20 0 15 0 47632415 14309244928 5166 18446744073709551615 4194304 4196468 140729672093008 140729672075552 140558033841911 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 30330880 140729672095696 140729672098481 140729672098481 140729672101839 0
/proc/11812/statm: 3493468 5166 2568 1 0 3482965 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 13973872

[startup+0.700247 s]
/proc/loadavg: 1.25 1.30 1.39 2/194 11812
/proc/meminfo: memFree=30685404/32770624 swapFree=0/506780
[pid=11812] ppid=11809 vsize=13974784 CPUtime=0.7 cores=1,3,5,7
/proc/11812/stat : 11812 (java) S 11809 11812 1330 0 -1 1077944320 13539 12649 0 0 57 5 5 3 20 0 15 0 47632415 14310178816 15408 18446744073709551615 4194304 4196468 140729672093008 140729672075552 140558033841911 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 30330880 140729672095696 140729672098481 140729672098481 140729672101839 0
/proc/11812/statm: 3493696 15408 3089 1 0 3482965 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 13974784

[startup+1.50235 s]
/proc/loadavg: 1.31 1.31 1.40 4/209 11875
/proc/meminfo: memFree=30585480/32770624 swapFree=0/506812
[pid=11812] ppid=11809 vsize=13985408 CPUtime=1.93 cores=1,3,5,7
/proc/11812/stat : 11812 (java) S 11809 11812 1330 0 -1 1077944320 26066 12649 0 0 174 11 5 3 20 0 15 0 47632415 14321057792 43522 18446744073709551615 4194304 4196468 140729672093008 140729672075552 140558033841911 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 30330880 140729672095696 140729672098481 140729672098481 140729672101839 0
/proc/11812/statm: 3496352 43522 3358 1 0 3485525 0
[pid=11812/tid=11862] ppid=11809 vsize=13985408 CPUtime=1.29 cores=1,3,5,7
/proc/11812/task/11862/stat : 11862 (java) R 11809 11812 1330 0 -1 4202560 19992 12649 0 0 114 7 5 3 20 0 15 0 47632435 14321057792 43522 18446744073709551615 4194304 4196468 140729672093008 140558038062064 140557653484882 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 30330880 140729672095696 140729672098481 140729672098481 140729672101839 0
[pid=11812/tid=11863] ppid=11809 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/11812/task/11863/stat : 11863 (java) S 11809 11812 1330 0 -1 1077944384 181 12649 0 0 0 0 5 3 20 0 15 0 47632436 14321057792 43522 18446744073709551615 4194304 4196468 140729672093008 140557975788176 140558033852117 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30330880 140729672095696 140729672098481 140729672098481 140729672101839 0
[pid=11812/tid=11864] ppid=11809 vsize=13985408 CPUtime=0.09 cores=1,3,5,7
/proc/11812/task/11864/stat : 11864 (java) S 11809 11812 1330 0 -1 1077944384 37 12649 0 0 1 0 5 3 20 0 15 0 47632436 14321057792 43522 18446744073709551615 4194304 4196468 140729672093008 140557974735376 140558033852117 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30330880 140729672095696 140729672098481 140729672098481 140729672101839 0
[pid=11812/tid=11865] ppid=11809 vsize=13985408 CPUtime=0.09 cores=1,3,5,7
/proc/11812/task/11865/stat : 11865 (java) S 11809 11812 1330 0 -1 1077944384 31 12649 0 0 1 0 5 3 20 0 15 0 47632436 14321057792 43522 18446744073709551615 4194304 4196468 140729672093008 140557973682576 140558033852117 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30330880 140729672095696 140729672098481 140729672098481 140729672101839 0
[pid=11812/tid=11866] ppid=11809 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/11812/task/11866/stat : 11866 (java) S 11809 11812 1330 0 -1 1077944384 47 12649 0 0 0 0 5 3 20 0 15 0 47632436 14321057792 43522 18446744073709551615 4194304 4196468 140729672093008 140557630839056 140558033852117 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30330880 140729672095696 140729672098481 140729672098481 140729672101839 0
[pid=11812/tid=11867] ppid=11809 vsize=13985408 CPUtime=0.09 cores=1,3,5,7
/proc/11812/task/11867/stat : 11867 (java) S 11809 11812 1330 0 -1 1077944384 638 12649 0 0 1 0 5 3 20 0 15 0 47632437 14321057792 43522 18446744073709551615 4194304 4196468 140729672093008 140557579610992 140558033853058 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30330880 140729672095696 140729672098481 140729672098481 140729672101839 0
[pid=11812/tid=11868] ppid=11809 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/11812/task/11868/stat : 11868 (java) S 11809 11812 1330 0 -1 1077944384 35 12649 0 0 0 0 5 3 20 0 15 0 47632438 14321057792 43522 18446744073709551615 4194304 4196468 140729672093008 140557578557024 140558033852117 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30330880 140729672095696 140729672098481 140729672098481 140729672101839 0
[pid=11812/tid=11869] ppid=11809 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/11812/task/11869/stat : 11869 (java) S 11809 11812 1330 0 -1 1077944384 22 12649 0 0 0 0 5 3 20 0 15 0 47632438 14321057792 43522 18446744073709551615 4194304 4196468 140729672093008 140557577504112 140558033852117 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30330880 140729672095696 140729672098481 140729672098481 140729672101839 0
[pid=11812/tid=11870] ppid=11809 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/11812/task/11870/stat : 11870 (java) S 11809 11812 1330 0 -1 1077944384 3 12649 0 0 0 0 5 3 20 0 15 0 47632441 14321057792 43522 18446744073709551615 4194304 4196468 140729672093008 140557576452432 140558033860507 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30330880 140729672095696 140729672098481 140729672098481 140729672101839 0
[pid=11812/tid=11871] ppid=11809 vsize=13985408 CPUtime=0.25 cores=1,3,5,7
/proc/11812/task/11871/stat : 11871 (java) S 11809 11812 1330 0 -1 1077944384 1095 12649 0 0 17 0 5 3 20 0 15 0 47632441 14321057792 43522 18446744073709551615 4194304 4196468 140729672093008 140557575399792 140558033853058 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30330880 140729672095696 140729672098481 140729672098481 140729672101839 0
[pid=11812/tid=11872] ppid=11809 vsize=13985408 CPUtime=0.2 cores=1,3,5,7
/proc/11812/task/11872/stat : 11872 (java) S 11809 11812 1330 0 -1 1077944384 577 12649 0 0 12 0 5 3 20 0 15 0 47632441 14321057792 43522 18446744073709551615 4194304 4196468 140729672093008 140557574346992 140558033853058 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30330880 140729672095696 140729672098481 140729672098481 140729672101839 0
[pid=11812/tid=11873] ppid=11809 vsize=13985408 CPUtime=0.31 cores=1,3,5,7
/proc/11812/task/11873/stat : 11873 (java) S 11809 11812 1330 0 -1 1077944384 1252 12649 0 0 23 0 5 3 20 0 15 0 47632441 14321057792 43522 18446744073709551615 4194304 4196468 140729672093008 140557573294192 140558033853058 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30330880 140729672095696 140729672098481 140729672098481 140729672101839 0
[pid=11812/tid=11874] ppid=11809 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/11812/task/11874/stat : 11874 (java) S 11809 11812 1330 0 -1 1077944384 3 12649 0 0 0 0 5 3 20 0 15 0 47632441 14321057792 43522 18446744073709551615 4194304 4196468 140729672093008 140557572241632 140558033852117 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30330880 140729672095696 140729672098481 140729672098481 140729672101839 0
[pid=11812/tid=11875] ppid=11809 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/11812/task/11875/stat : 11875 (java) S 11809 11812 1330 0 -1 1077944384 1 12649 0 0 0 0 5 3 20 0 15 0 47632445 14321057792 43522 18446744073709551615 4194304 4196468 140729672093008 140557571189936 140558033853058 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30330880 140729672095696 140729672098481 140729672098481 140729672101839 0
Current children cumulated CPU time (s) 1.93
Current children cumulated vsize (KiB) 13985408

[startup+3.10058 s]
/proc/loadavg: 1.31 1.31 1.40 3/209 11875
/proc/meminfo: memFree=30513384/32770624 swapFree=0/506812
[pid=11812] ppid=11809 vsize=13997884 CPUtime=5.18 cores=1,3,5,7
/proc/11812/stat : 11812 (java) S 11809 11812 1330 0 -1 1077944320 36952 12649 0 0 494 16 5 3 20 0 15 0 47632415 14333833216 56595 18446744073709551615 4194304 4196468 140729672093008 140729672075552 140558033841911 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 30330880 140729672095696 140729672098481 140729672098481 140729672101839 0
/proc/11812/statm: 3499471 56595 3441 1 0 3488085 0
[pid=11812/tid=11862] ppid=11809 vsize=13997884 CPUtime=2.88 cores=1,3,5,7
/proc/11812/task/11862/stat : 11862 (java) R 11809 11812 1330 0 -1 4202560 27940 12649 0 0 270 10 5 3 20 0 15 0 47632435 14333833216 56595 18446744073709551615 4194304 4196468 140729672093008 140558038071232 140557661129829 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 30330880 140729672095696 140729672098481 140729672098481 140729672101839 0
[pid=11812/tid=11863] ppid=11809 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/11812/task/11863/stat : 11863 (java) S 11809 11812 1330 0 -1 1077944384 181 12649 0 0 0 0 5 3 20 0 15 0 47632436 14333833216 56595 18446744073709551615 4194304 4196468 140729672093008 140557975788176 140558033852117 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30330880 140729672095696 140729672098481 140729672098481 140729672101839 0
[pid=11812/tid=11864] ppid=11809 vsize=13997884 CPUtime=0.09 cores=1,3,5,7
/proc/11812/task/11864/stat : 11864 (java) S 11809 11812 1330 0 -1 1077944384 37 12649 0 0 1 0 5 3 20 0 15 0 47632436 14333833216 56595 18446744073709551615 4194304 4196468 140729672093008 140557974735376 140558033852117 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30330880 140729672095696 140729672098481 140729672098481 140729672101839 0
[pid=11812/tid=11865] ppid=11809 vsize=13997884 CPUtime=0.09 cores=1,3,5,7
/proc/11812/task/11865/stat : 11865 (java) S 11809 11812 1330 0 -1 1077944384 31 12649 0 0 1 0 5 3 20 0 15 0 47632436 14333833216 56595 18446744073709551615 4194304 4196468 140729672093008 140557973682576 140558033852117 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30330880 140729672095696 140729672098481 140729672098481 140729672101839 0
[pid=11812/tid=11866] ppid=11809 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/11812/task/11866/stat : 11866 (java) S 11809 11812 1330 0 -1 1077944384 47 12649 0 0 0 0 5 3 20 0 15 0 47632436 14333833216 56595 18446744073709551615 4194304 4196468 140729672093008 140557630839056 140558033852117 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30330880 140729672095696 140729672098481 140729672098481 140729672101839 0
[pid=11812/tid=11867] ppid=11809 vsize=13997884 CPUtime=0.09 cores=1,3,5,7
/proc/11812/task/11867/stat : 11867 (java) S 11809 11812 1330 0 -1 1077944384 640 12649 0 0 1 0 5 3 20 0 15 0 47632437 14333833216 56595 18446744073709551615 4194304 4196468 140729672093008 140557579610992 140558033853058 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30330880 140729672095696 140729672098481 140729672098481 140729672101839 0
[pid=11812/tid=11868] ppid=11809 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/11812/task/11868/stat : 11868 (java) S 11809 11812 1330 0 -1 1077944384 35 12649 0 0 0 0 5 3 20 0 15 0 47632438 14333833216 56595 18446744073709551615 4194304 4196468 140729672093008 140557578557024 140558033852117 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30330880 140729672095696 140729672098481 140729672098481 140729672101839 0
[pid=11812/tid=11869] ppid=11809 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/11812/task/11869/stat : 11869 (java) S 11809 11812 1330 0 -1 1077944384 22 12649 0 0 0 0 5 3 20 0 15 0 47632438 14333833216 56595 18446744073709551615 4194304 4196468 140729672093008 140557577504112 140558033852117 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30330880 140729672095696 140729672098481 140729672098481 140729672101839 0
[pid=11812/tid=11870] ppid=11809 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/11812/task/11870/stat : 11870 (java) S 11809 11812 1330 0 -1 1077944384 3 12649 0 0 0 0 5 3 20 0 15 0 47632441 14333833216 56595 18446744073709551615 4194304 4196468 140729672093008 140557576452432 140558033860507 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30330880 140729672095696 140729672098481 140729672098481 140729672101839 0
[pid=11812/tid=11871] ppid=11809 vsize=13997884 CPUtime=0.74 cores=1,3,5,7
/proc/11812/task/11871/stat : 11871 (java) R 11809 11812 1330 0 -1 4202560 1671 12649 0 0 65 1 5 3 20 0 15 0 47632441 14333833216 56595 18446744073709551615 4194304 4196468 140729672093008 140557575386576 140558018949593 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30330880 140729672095696 140729672098481 140729672098481 140729672101839 0
[pid=11812/tid=11872] ppid=11809 vsize=13997884 CPUtime=0.69 cores=1,3,5,7
/proc/11812/task/11872/stat : 11872 (java) S 11809 11812 1330 0 -1 1077944384 1286 12649 0 0 61 0 5 3 20 0 15 0 47632441 14333833216 56595 18446744073709551615 4194304 4196468 140729672093008 140557574346992 140558033853058 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30330880 140729672095696 140729672098481 140729672098481 140729672101839 0
[pid=11812/tid=11873] ppid=11809 vsize=13997884 CPUtime=0.99 cores=1,3,5,7
/proc/11812/task/11873/stat : 11873 (java) S 11809 11812 1330 0 -1 1077944384 2903 12649 0 0 90 1 5 3 20 0 15 0 47632441 14333833216 56595 18446744073709551615 4194304 4196468 140729672093008 140557573294192 140558033853058 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30330880 140729672095696 140729672098481 140729672098481 140729672101839 0
[pid=11812/tid=11874] ppid=11809 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/11812/task/11874/stat : 11874 (java) S 11809 11812 1330 0 -1 1077944384 3 12649 0 0 0 0 5 3 20 0 15 0 47632441 14333833216 56595 18446744073709551615 4194304 4196468 140729672093008 140557572241632 140558033852117 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30330880 140729672095696 140729672098481 140729672098481 140729672101839 0
[pid=11812/tid=11875] ppid=11809 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/11812/task/11875/stat : 11875 (java) S 11809 11812 1330 0 -1 1077944384 1 12649 0 0 0 0 5 3 20 0 15 0 47632445 14333833216 56595 18446744073709551615 4194304 4196468 140729672093008 140557571189936 140558033853058 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30330880 140729672095696 140729672098481 140729672098481 140729672101839 0
Current children cumulated CPU time (s) 5.18
Current children cumulated vsize (KiB) 13997884

[startup+6.30067 s]
/proc/loadavg: 1.31 1.31 1.40 3/209 11875
/proc/meminfo: memFree=30395056/32770624 swapFree=0/506812
[pid=11812] ppid=11809 vsize=13997884 CPUtime=9.05 cores=1,3,5,7
/proc/11812/stat : 11812 (java) S 11809 11812 1330 0 -1 1077944320 45230 12649 0 0 877 20 5 3 20 0 15 0 47632415 14333833216 76296 18446744073709551615 4194304 4196468 140729672093008 140729672075552 140558033841911 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 30330880 140729672095696 140729672098481 140729672098481 140729672101839 0
/proc/11812/statm: 3499471 76296 3459 1 0 3488085 0
[pid=11812/tid=11862] ppid=11809 vsize=13997884 CPUtime=5.82 cores=1,3,5,7
/proc/11812/task/11862/stat : 11862 (java) R 11809 11812 1330 0 -1 4202560 29545 12649 0 0 562 12 5 3 20 0 15 0 47632435 14333833216 76296 18446744073709551615 4194304 4196468 140729672093008 140558038073824 140557662606669 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 30330880 140729672095696 140729672098481 140729672098481 140729672101839 0
[pid=11812/tid=11863] ppid=11809 vsize=13997884 CPUtime=0.1 cores=1,3,5,7
/proc/11812/task/11863/stat : 11863 (java) S 11809 11812 1330 0 -1 1077944384 196 12649 0 0 2 0 5 3 20 0 15 0 47632436 14333833216 76296 18446744073709551615 4194304 4196468 140729672093008 140557975788176 140558033852117 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30330880 140729672095696 140729672098481 140729672098481 140729672101839 0
[pid=11812/tid=11864] ppid=11809 vsize=13997884 CPUtime=0.1 cores=1,3,5,7
/proc/11812/task/11864/stat : 11864 (java) S 11809 11812 1330 0 -1 1077944384 127 12649 0 0 2 0 5 3 20 0 15 0 47632436 14333833216 76296 18446744073709551615 4194304 4196468 140729672093008 140557974735376 140558033852117 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30330880 140729672095696 140729672098481 140729672098481 140729672101839 0
[pid=11812/tid=11865] ppid=11809 vsize=13997884 CPUtime=0.1 cores=1,3,5,7
/proc/11812/task/11865/stat : 11865 (java) S 11809 11812 1330 0 -1 1077944384 298 12649 0 0 2 0 5 3 20 0 15 0 47632436 14333833216 76296 18446744073709551615 4194304 4196468 140729672093008 140557973682576 140558033852117 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30330880 140729672095696 140729672098481 140729672098481 140729672101839 0
[pid=11812/tid=11866] ppid=11809 vsize=13997884 CPUtime=0.1 cores=1,3,5,7
/proc/11812/task/11866/stat : 11866 (java) S 11809 11812 1330 0 -1 1077944384 225 12649 0 0 2 0 5 3 20 0 15 0 47632436 14333833216 76296 18446744073709551615 4194304 4196468 140729672093008 140557630839056 140558033852117 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30330880 140729672095696 140729672098481 140729672098481 140729672101839 0
[pid=11812/tid=11867] ppid=11809 vsize=13997884 CPUtime=0.1 cores=1,3,5,7
/proc/11812/task/11867/stat : 11867 (java) S 11809 11812 1330 0 -1 1077944384 813 12649 0 0 2 0 5 3 20 0 15 0 47632437 14333833216 76296 18446744073709551615 4194304 4196468 140729672093008 140557579610992 140558033853058 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30330880 140729672095696 140729672098481 140729672098481 140729672101839 0
[pid=11812/tid=11868] ppid=11809 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/11812/task/11868/stat : 11868 (java) S 11809 11812 1330 0 -1 1077944384 39 12649 0 0 0 0 5 3 20 0 15 0 47632438 14333833216 76296 18446744073709551615 4194304 4196468 140729672093008 140557578557024 140558033852117 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30330880 140729672095696 140729672098481 140729672098481 140729672101839 0
[pid=11812/tid=11869] ppid=11809 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/11812/task/11869/stat : 11869 (java) S 11809 11812 1330 0 -1 1077944384 45 12649 0 0 0 0 5 3 20 0 15 0 47632438 14333833216 76296 18446744073709551615 4194304 4196468 140729672093008 140557577504128 140558033852117 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30330880 140729672095696 140729672098481 140729672098481 140729672101839 0
[pid=11812/tid=11870] ppid=11809 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/11812/task/11870/stat : 11870 (java) S 11809 11812 1330 0 -1 1077944384 3 12649 0 0 0 0 5 3 20 0 15 0 47632441 14333833216 76296 18446744073709551615 4194304 4196468 140729672093008 140557576452432 140558033860507 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30330880 140729672095696 140729672098481 140729672098481 140729672101839 0
[pid=11812/tid=11871] ppid=11809 vsize=13997884 CPUtime=1.15 cores=1,3,5,7
/proc/11812/task/11871/stat : 11871 (java) S 11809 11812 1330 0 -1 1077944384 3586 12649 0 0 106 1 5 3 20 0 15 0 47632441 14333833216 76296 18446744073709551615 4194304 4196468 140729672093008 140557575399792 140558033853058 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30330880 140729672095696 140729672098481 140729672098481 140729672101839 0
[pid=11812/tid=11872] ppid=11809 vsize=13997884 CPUtime=1.01 cores=1,3,5,7
/proc/11812/task/11872/stat : 11872 (java) S 11809 11812 1330 0 -1 1077944384 2138 12649 0 0 93 0 5 3 20 0 15 0 47632441 14333833216 76296 18446744073709551615 4194304 4196468 140729672093008 140557574346992 140558033853058 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 29 0 0 6293624 6294260 30330880 140729672095696 140729672098481 140729672098481 140729672101839 0
[pid=11812/tid=11873] ppid=11809 vsize=13997884 CPUtime=1.11 cores=1,3,5,7
/proc/11812/task/11873/stat : 11873 (java) S 11809 11812 1330 0 -1 1077944384 5049 12649 0 0 102 1 5 3 20 0 15 0 47632441 14333833216 76296 18446744073709551615 4194304 4196468 140729672093008 140557573294192 140558033853058 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 28 0 0 6293624 6294260 30330880 140729672095696 140729672098481 140729672098481 140729672101839 0
[pid=11812/tid=11874] ppid=11809 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/11812/task/11874/stat : 11874 (java) S 11809 11812 1330 0 -1 1077944384 3 12649 0 0 0 0 5 3 20 0 15 0 47632441 14333833216 76296 18446744073709551615 4194304 4196468 140729672093008 140557572241632 140558033852117 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30330880 140729672095696 140729672098481 140729672098481 140729672101839 0
[pid=11812/tid=11875] ppid=11809 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/11812/task/11875/stat : 11875 (java) S 11809 11812 1330 0 -1 1077944384 1011 12649 0 0 0 0 5 3 20 0 15 0 47632445 14333833216 76296 18446744073709551615 4194304 4196468 140729672093008 140557571189936 140558033853058 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 28 0 0 6293624 6294260 30330880 140729672095696 140729672098481 140729672098481 140729672101839 0
Current children cumulated CPU time (s) 9.05
Current children cumulated vsize (KiB) 13997884

[startup+12.7007 s]
/proc/loadavg: 1.34 1.32 1.40 4/209 11875
/proc/meminfo: memFree=30068892/32770624 swapFree=0/506812
[pid=11812] ppid=11809 vsize=14004028 CPUtime=23.77 cores=1,3,5,7
/proc/11812/stat : 11812 (java) S 11809 11812 1330 0 -1 1077944320 88974 12649 0 0 2329 40 5 3 20 0 15 0 47632415 14340124672 160302 18446744073709551615 4194304 4196468 140729672093008 140729672075552 140558033841911 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 30330880 140729672095696 140729672098481 140729672098481 140729672101839 0
/proc/11812/statm: 3501007 160302 3477 1 0 3489621 0
[pid=11812/tid=11862] ppid=11809 vsize=14004028 CPUtime=12.06 cores=1,3,5,7
/proc/11812/task/11862/stat : 11862 (java) R 11809 11812 1330 0 -1 4202560 36819 12649 0 0 1183 15 5 3 20 0 15 0 47632435 14340124672 160302 18446744073709551615 4194304 4196468 140729672093008 140558038073240 140557671651391 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 30330880 140729672095696 140729672098481 140729672098481 140729672101839 0
[pid=11812/tid=11863] ppid=11809 vsize=14004028 CPUtime=0.22 cores=1,3,5,7
/proc/11812/task/11863/stat : 11863 (java) S 11809 11812 1330 0 -1 1077944384 1004 12649 0 0 10 4 5 3 20 0 15 0 47632436 14340124672 160302 18446744073709551615 4194304 4196468 140729672093008 140557975788176 140558033852117 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30330880 140729672095696 140729672098481 140729672098481 140729672101839 0
[pid=11812/tid=11864] ppid=11809 vsize=14004028 CPUtime=0.19 cores=1,3,5,7
/proc/11812/task/11864/stat : 11864 (java) S 11809 11812 1330 0 -1 1077944384 938 12649 0 0 8 3 5 3 20 0 15 0 47632436 14340124672 160302 18446744073709551615 4194304 4196468 140729672093008 140557974735376 140558033852117 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30330880 140729672095696 140729672098481 140729672098481 140729672101839 0
[pid=11812/tid=11865] ppid=11809 vsize=14004028 CPUtime=0.21 cores=1,3,5,7
/proc/11812/task/11865/stat : 11865 (java) S 11809 11812 1330 0 -1 1077944384 510 12649 0 0 10 3 5 3 20 0 15 0 47632436 14340124672 160302 18446744073709551615 4194304 4196468 140729672093008 140557973682576 140558033852117 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30330880 140729672095696 140729672098481 140729672098481 140729672101839 0
[pid=11812/tid=11866] ppid=11809 vsize=14004028 CPUtime=0.2 cores=1,3,5,7
/proc/11812/task/11866/stat : 11866 (java) S 11809 11812 1330 0 -1 1077944384 432 12649 0 0 9 3 5 3 20 0 15 0 47632436 14340124672 160302 18446744073709551615 4194304 4196468 140729672093008 140557630839056 140558033852117 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30330880 140729672095696 140729672098481 140729672098481 140729672101839 0
[pid=11812/tid=11867] ppid=11809 vsize=14004028 CPUtime=0.13 cores=1,3,5,7
/proc/11812/task/11867/stat : 11867 (java) S 11809 11812 1330 0 -1 1077944384 5107 12649 0 0 5 0 5 3 20 0 15 0 47632437 14340124672 160302 18446744073709551615 4194304 4196468 140729672093008 140557579610992 140558033853058 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30330880 140729672095696 140729672098481 140729672098481 140729672101839 0
[pid=11812/tid=11868] ppid=11809 vsize=14004028 CPUtime=0.08 cores=1,3,5,7
/proc/11812/task/11868/stat : 11868 (java) S 11809 11812 1330 0 -1 1077944384 50 12649 0 0 0 0 5 3 20 0 15 0 47632438 14340124672 160302 18446744073709551615 4194304 4196468 140729672093008 140557578557024 140558033852117 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30330880 140729672095696 140729672098481 140729672098481 140729672101839 0
[pid=11812/tid=11869] ppid=11809 vsize=14004028 CPUtime=0.08 cores=1,3,5,7
/proc/11812/task/11869/stat : 11869 (java) S 11809 11812 1330 0 -1 1077944384 53 12649 0 0 0 0 5 3 20 0 15 0 47632438 14340124672 160302 18446744073709551615 4194304 4196468 140729672093008 140557577504128 140558033852117 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30330880 140729672095696 140729672098481 140729672098481 140729672101839 0
[pid=11812/tid=11870] ppid=11809 vsize=14004028 CPUtime=0.08 cores=1,3,5,7
/proc/11812/task/11870/stat : 11870 (java) S 11809 11812 1330 0 -1 1077944384 3 12649 0 0 0 0 5 3 20 0 15 0 47632441 14340124672 160302 18446744073709551615 4194304 4196468 140729672093008 140557576452432 140558033860507 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30330880 140729672095696 140729672098481 140729672098481 140729672101839 0

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

/proc/11812/task/11874/stat : 11874 (java) S 11809 11812 1330 0 -1 1077944384 3 12649 0 0 0 0 5 3 20 0 15 0 47632441 14342221824 384087 18446744073709551615 4194304 4196468 140729672093008 140557572241632 140558033852117 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30330880 140729672095696 140729672098481 140729672098481 140729672101839 0
[pid=11812/tid=11875] ppid=11809 vsize=14006076 CPUtime=0.82 cores=1,3,5,7
/proc/11812/task/11875/stat : 11875 (java) S 11809 11812 1330 0 -1 1077944384 3250 12649 0 0 36 38 5 3 20 0 15 0 47632445 14342221824 384087 18446744073709551615 4194304 4196468 140729672093008 140557571189936 140558033853058 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 28 0 0 6293624 6294260 30330880 140729672095696 140729672098481 140729672098481 140729672101839 0
Current children cumulated CPU time (s) 2412.57
Current children cumulated vsize (KiB) 14006076

[startup+2442.3 s]
/proc/loadavg: 1.26 1.40 1.46 3/209 12142
/proc/meminfo: memFree=28298888/32770624 swapFree=0/507228
[pid=11812] ppid=11809 vsize=14006076 CPUtime=2472.8 cores=1,3,5,7
/proc/11812/stat : 11812 (java) S 11809 11812 1330 0 -1 1077944320 481439 12649 0 0 247072 200 5 3 20 0 15 0 47632415 14342221824 384599 18446744073709551615 4194304 4196468 140729672093008 140729672075552 140558033841911 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 30330880 140729672095696 140729672098481 140729672098481 140729672101839 0
/proc/11812/statm: 3501519 384599 3487 1 0 3490133 0
[pid=11812/tid=11862] ppid=11809 vsize=14006076 CPUtime=2434.18 cores=1,3,5,7
/proc/11812/task/11862/stat : 11862 (java) R 11809 11812 1330 0 -1 4202560 109895 12649 0 0 243368 42 5 3 20 0 15 0 47632435 14342221824 384599 18446744073709551615 4194304 4196468 140729672093008 140558038075808 140557672498035 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 30330880 140729672095696 140729672098481 140729672098481 140729672101839 0
[pid=11812/tid=11863] ppid=11809 vsize=14006076 CPUtime=4.19 cores=1,3,5,7
/proc/11812/task/11863/stat : 11863 (java) S 11809 11812 1330 0 -1 1077944384 22607 12649 0 0 389 22 5 3 20 0 15 0 47632436 14342221824 384599 18446744073709551615 4194304 4196468 140729672093008 140557975788176 140558033852117 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30330880 140729672095696 140729672098481 140729672098481 140729672101839 0
[pid=11812/tid=11864] ppid=11809 vsize=14006076 CPUtime=4.16 cores=1,3,5,7
/proc/11812/task/11864/stat : 11864 (java) S 11809 11812 1330 0 -1 1077944384 28268 12649 0 0 383 25 5 3 20 0 15 0 47632436 14342221824 384599 18446744073709551615 4194304 4196468 140729672093008 140557974735376 140558033852117 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30330880 140729672095696 140729672098481 140729672098481 140729672101839 0
[pid=11812/tid=11865] ppid=11809 vsize=14006076 CPUtime=4.18 cores=1,3,5,7
/proc/11812/task/11865/stat : 11865 (java) S 11809 11812 1330 0 -1 1077944384 21684 12649 0 0 386 24 5 3 20 0 15 0 47632436 14342221824 384599 18446744073709551615 4194304 4196468 140729672093008 140557973682576 140558033852117 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30330880 140729672095696 140729672098481 140729672098481 140729672101839 0
[pid=11812/tid=11866] ppid=11809 vsize=14006076 CPUtime=4.16 cores=1,3,5,7
/proc/11812/task/11866/stat : 11866 (java) S 11809 11812 1330 0 -1 1077944384 22518 12649 0 0 386 22 5 3 20 0 15 0 47632436 14342221824 384599 18446744073709551615 4194304 4196468 140729672093008 140557630839056 140558033852117 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30330880 140729672095696 140729672098481 140729672098481 140729672101839 0
[pid=11812/tid=11867] ppid=11809 vsize=14006076 CPUtime=3.02 cores=1,3,5,7
/proc/11812/task/11867/stat : 11867 (java) S 11809 11812 1330 0 -1 1077944384 23872 12649 0 0 275 19 5 3 20 0 15 0 47632437 14342221824 384599 18446744073709551615 4194304 4196468 140729672093008 140557579610992 140558033853058 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30330880 140729672095696 140729672098481 140729672098481 140729672101839 0
[pid=11812/tid=11868] ppid=11809 vsize=14006076 CPUtime=0.08 cores=1,3,5,7
/proc/11812/task/11868/stat : 11868 (java) S 11809 11812 1330 0 -1 1077944384 50 12649 0 0 0 0 5 3 20 0 15 0 47632438 14342221824 384599 18446744073709551615 4194304 4196468 140729672093008 140557578557024 140558033852117 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30330880 140729672095696 140729672098481 140729672098481 140729672101839 0
[pid=11812/tid=11869] ppid=11809 vsize=14006076 CPUtime=0.08 cores=1,3,5,7
/proc/11812/task/11869/stat : 11869 (java) S 11809 11812 1330 0 -1 1077944384 54 12649 0 0 0 0 5 3 20 0 15 0 47632438 14342221824 384599 18446744073709551615 4194304 4196468 140729672093008 140557577504128 140558033852117 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30330880 140729672095696 140729672098481 140729672098481 140729672101839 0
[pid=11812/tid=11870] ppid=11809 vsize=14006076 CPUtime=0.08 cores=1,3,5,7
/proc/11812/task/11870/stat : 11870 (java) S 11809 11812 1330 0 -1 1077944384 3 12649 0 0 0 0 5 3 20 0 15 0 47632441 14342221824 384599 18446744073709551615 4194304 4196468 140729672093008 140557576452432 140558033860507 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30330880 140729672095696 140729672098481 140729672098481 140729672101839 0
[pid=11812/tid=11871] ppid=11809 vsize=14006076 CPUtime=7.66 cores=1,3,5,7
/proc/11812/task/11871/stat : 11871 (java) S 11809 11812 1330 0 -1 1077944384 93721 12649 0 0 750 8 5 3 20 0 15 0 47632441 14342221824 384599 18446744073709551615 4194304 4196468 140729672093008 140557575399792 140558033853058 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30330880 140729672095696 140729672098481 140729672098481 140729672101839 0
[pid=11812/tid=11872] ppid=11809 vsize=14006076 CPUtime=8.24 cores=1,3,5,7
/proc/11812/task/11872/stat : 11872 (java) S 11809 11812 1330 0 -1 1077944384 86069 12649 0 0 809 7 5 3 20 0 15 0 47632441 14342221824 384599 18446744073709551615 4194304 4196468 140729672093008 140557574346992 140558033853058 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 29 0 0 6293624 6294260 30330880 140729672095696 140729672098481 140729672098481 140729672101839 0
[pid=11812/tid=11873] ppid=11809 vsize=14006076 CPUtime=2.8 cores=1,3,5,7
/proc/11812/task/11873/stat : 11873 (java) S 11809 11812 1330 0 -1 1077944384 67275 12649 0 0 264 8 5 3 20 0 15 0 47632441 14342221824 384599 18446744073709551615 4194304 4196468 140729672093008 140557573294192 140558033853058 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 28 0 0 6293624 6294260 30330880 140729672095696 140729672098481 140729672098481 140729672101839 0
[pid=11812/tid=11874] ppid=11809 vsize=14006076 CPUtime=0.08 cores=1,3,5,7
/proc/11812/task/11874/stat : 11874 (java) S 11809 11812 1330 0 -1 1077944384 3 12649 0 0 0 0 5 3 20 0 15 0 47632441 14342221824 384599 18446744073709551615 4194304 4196468 140729672093008 140557572241632 140558033852117 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30330880 140729672095696 140729672098481 140729672098481 140729672101839 0
[pid=11812/tid=11875] ppid=11809 vsize=14006076 CPUtime=0.83 cores=1,3,5,7
/proc/11812/task/11875/stat : 11875 (java) S 11809 11812 1330 0 -1 1077944384 3268 12649 0 0 36 39 5 3 20 0 15 0 47632445 14342221824 384599 18446744073709551615 4194304 4196468 140729672093008 140557571189936 140558033853058 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 28 0 0 6293624 6294260 30330880 140729672095696 140729672098481 140729672098481 140729672101839 0
Current children cumulated CPU time (s) 2472.8
Current children cumulated vsize (KiB) 14006076



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2489.41 s]
/proc/loadavg: 1.35 1.41 1.46 3/209 12144
/proc/meminfo: memFree=28297060/32770624 swapFree=0/507244
[pid=11812] ppid=11809 vsize=14006076 CPUtime=2520.09 cores=1,3,5,7
/proc/11812/stat : 11812 (java) S 11809 11812 1330 0 -1 1077944320 484132 12649 0 0 251800 201 5 3 20 0 15 0 47632415 14342221824 384599 18446744073709551615 4194304 4196468 140729672093008 140729672075552 140558033841911 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 30330880 140729672095696 140729672098481 140729672098481 140729672101839 0
/proc/11812/statm: 3501519 384599 3487 1 0 3490133 0
[pid=11812/tid=11862] ppid=11809 vsize=14006076 CPUtime=2481.19 cores=1,3,5,7
/proc/11812/task/11862/stat : 11862 (java) R 11809 11812 1330 0 -1 4202560 110722 12649 0 0 248068 43 5 3 20 0 15 0 47632435 14342221824 384599 18446744073709551615 4194304 4196468 140729672093008 140558038076112 140557672497686 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 30330880 140729672095696 140729672098481 140729672098481 140729672101839 0
[pid=11812/tid=11863] ppid=11809 vsize=14006076 CPUtime=4.25 cores=1,3,5,7
/proc/11812/task/11863/stat : 11863 (java) S 11809 11812 1330 0 -1 1077944384 22989 12649 0 0 394 23 5 3 20 0 15 0 47632436 14342221824 384599 18446744073709551615 4194304 4196468 140729672093008 140557975788176 140558033852117 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30330880 140729672095696 140729672098481 140729672098481 140729672101839 0
[pid=11812/tid=11864] ppid=11809 vsize=14006076 CPUtime=4.21 cores=1,3,5,7
/proc/11812/task/11864/stat : 11864 (java) S 11809 11812 1330 0 -1 1077944384 28308 12649 0 0 388 25 5 3 20 0 15 0 47632436 14342221824 384599 18446744073709551615 4194304 4196468 140729672093008 140557974735376 140558033852117 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30330880 140729672095696 140729672098481 140729672098481 140729672101839 0
[pid=11812/tid=11865] ppid=11809 vsize=14006076 CPUtime=4.24 cores=1,3,5,7
/proc/11812/task/11865/stat : 11865 (java) S 11809 11812 1330 0 -1 1077944384 21949 12649 0 0 391 25 5 3 20 0 15 0 47632436 14342221824 384599 18446744073709551615 4194304 4196468 140729672093008 140557973682576 140558033852117 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30330880 140729672095696 140729672098481 140729672098481 140729672101839 0
[pid=11812/tid=11866] ppid=11809 vsize=14006076 CPUtime=4.23 cores=1,3,5,7
/proc/11812/task/11866/stat : 11866 (java) S 11809 11812 1330 0 -1 1077944384 22807 12649 0 0 392 23 5 3 20 0 15 0 47632436 14342221824 384599 18446744073709551615 4194304 4196468 140729672093008 140557630839056 140558033852117 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30330880 140729672095696 140729672098481 140729672098481 140729672101839 0
[pid=11812/tid=11867] ppid=11809 vsize=14006076 CPUtime=3.06 cores=1,3,5,7
/proc/11812/task/11867/stat : 11867 (java) S 11809 11812 1330 0 -1 1077944384 24111 12649 0 0 279 19 5 3 20 0 15 0 47632437 14342221824 384599 18446744073709551615 4194304 4196468 140729672093008 140557579610992 140558033853058 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30330880 140729672095696 140729672098481 140729672098481 140729672101839 0
[pid=11812/tid=11868] ppid=11809 vsize=14006076 CPUtime=0.08 cores=1,3,5,7
/proc/11812/task/11868/stat : 11868 (java) S 11809 11812 1330 0 -1 1077944384 50 12649 0 0 0 0 5 3 20 0 15 0 47632438 14342221824 384599 18446744073709551615 4194304 4196468 140729672093008 140557578557024 140558033852117 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30330880 140729672095696 140729672098481 140729672098481 140729672101839 0
[pid=11812/tid=11869] ppid=11809 vsize=14006076 CPUtime=0.08 cores=1,3,5,7
/proc/11812/task/11869/stat : 11869 (java) S 11809 11812 1330 0 -1 1077944384 54 12649 0 0 0 0 5 3 20 0 15 0 47632438 14342221824 384599 18446744073709551615 4194304 4196468 140729672093008 140557577504128 140558033852117 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30330880 140729672095696 140729672098481 140729672098481 140729672101839 0
[pid=11812/tid=11870] ppid=11809 vsize=14006076 CPUtime=0.08 cores=1,3,5,7
/proc/11812/task/11870/stat : 11870 (java) S 11809 11812 1330 0 -1 1077944384 3 12649 0 0 0 0 5 3 20 0 15 0 47632441 14342221824 384599 18446744073709551615 4194304 4196468 140729672093008 140557576452432 140558033860507 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30330880 140729672095696 140729672098481 140729672098481 140729672101839 0
[pid=11812/tid=11871] ppid=11809 vsize=14006076 CPUtime=7.66 cores=1,3,5,7
/proc/11812/task/11871/stat : 11871 (java) S 11809 11812 1330 0 -1 1077944384 93723 12649 0 0 750 8 5 3 20 0 15 0 47632441 14342221824 384599 18446744073709551615 4194304 4196468 140729672093008 140557575399792 140558033853058 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30330880 140729672095696 140729672098481 140729672098481 140729672101839 0
[pid=11812/tid=11872] ppid=11809 vsize=14006076 CPUtime=8.24 cores=1,3,5,7
/proc/11812/task/11872/stat : 11872 (java) S 11809 11812 1330 0 -1 1077944384 86537 12649 0 0 809 7 5 3 20 0 15 0 47632441 14342221824 384599 18446744073709551615 4194304 4196468 140729672093008 140557574346992 140558033853058 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 29 0 0 6293624 6294260 30330880 140729672095696 140729672098481 140729672098481 140729672101839 0
[pid=11812/tid=11873] ppid=11809 vsize=14006076 CPUtime=2.8 cores=1,3,5,7
/proc/11812/task/11873/stat : 11873 (java) S 11809 11812 1330 0 -1 1077944384 67435 12649 0 0 264 8 5 3 20 0 15 0 47632441 14342221824 384599 18446744073709551615 4194304 4196468 140729672093008 140557573294192 140558033853058 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 28 0 0 6293624 6294260 30330880 140729672095696 140729672098481 140729672098481 140729672101839 0
[pid=11812/tid=11874] ppid=11809 vsize=14006076 CPUtime=0.08 cores=1,3,5,7
/proc/11812/task/11874/stat : 11874 (java) S 11809 11812 1330 0 -1 1077944384 3 12649 0 0 0 0 5 3 20 0 15 0 47632441 14342221824 384599 18446744073709551615 4194304 4196468 140729672093008 140557572241632 140558033852117 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30330880 140729672095696 140729672098481 140729672098481 140729672101839 0
[pid=11812/tid=11875] ppid=11809 vsize=14006076 CPUtime=0.84 cores=1,3,5,7
/proc/11812/task/11875/stat : 11875 (java) S 11809 11812 1330 0 -1 1077944384 3289 12649 0 0 37 39 5 3 20 0 15 0 47632445 14342221824 384599 18446744073709551615 4194304 4196468 140729672093008 140557571189936 140558033853058 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 28 0 0 6293624 6294260 30330880 140729672095696 140729672098481 140729672098481 140729672101839 0
Current children cumulated CPU time (s) 2520.09
Current children cumulated vsize (KiB) 14006076

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 11812 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2489.6 s]
/proc/loadavg: 1.35 1.41 1.46 3/209 12144
/proc/meminfo: memFree=28297060/32770624 swapFree=0/507244
[pid=11812] ppid=11809 vsize=14139204 CPUtime=2520.72 cores=1,3,5,7
/proc/11812/stat : 11812 (java) S 11809 11812 1330 0 -1 1077944320 491158 12649 0 0 251861 203 5 3 20 0 17 0 47632415 14478544896 386259 18446744073709551615 4194304 4196468 140729672093008 140729672075552 140558033841911 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 30330880 140729672095696 140729672098481 140729672098481 140729672101839 0
/proc/11812/statm: 3534801 386259 3487 1 0 3523415 0
[pid=11812/tid=11862] ppid=11809 vsize=14139204 CPUtime=2481.19 cores=1,3,5,7
/proc/11812/task/11862/stat : 11862 (java) S 11809 11812 1330 0 -1 1077944384 111031 12649 0 0 248068 43 5 3 20 0 17 0 47632435 14478544896 386259 18446744073709551615 4194304 4196468 140729672093008 140558038079456 140558033852117 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 4 0 0 6293624 6294260 30330880 140729672095696 140729672098481 140729672098481 140729672101839 0
[pid=11812/tid=11863] ppid=11809 vsize=14139204 CPUtime=4.39 cores=1,3,5,7
/proc/11812/task/11863/stat : 11863 (java) S 11809 11812 1330 0 -1 1077944384 23038 12649 0 0 408 23 5 3 20 0 17 0 47632436 14478544896 386259 18446744073709551615 4194304 4196468 140729672093008 140557975788176 140558033852117 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30330880 140729672095696 140729672098481 140729672098481 140729672101839 0
[pid=11812/tid=11864] ppid=11809 vsize=14139204 CPUtime=4.36 cores=1,3,5,7
/proc/11812/task/11864/stat : 11864 (java) S 11809 11812 1330 0 -1 1077944384 28352 12649 0 0 402 26 5 3 20 0 17 0 47632436 14478544896 386259 18446744073709551615 4194304 4196468 140729672093008 140557974735376 140558033852117 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30330880 140729672095696 140729672098481 140729672098481 140729672101839 0
[pid=11812/tid=11865] ppid=11809 vsize=14139204 CPUtime=4.39 cores=1,3,5,7
/proc/11812/task/11865/stat : 11865 (java) S 11809 11812 1330 0 -1 1077944384 22123 12649 0 0 406 25 5 3 20 0 17 0 47632436 14478544896 386259 18446744073709551615 4194304 4196468 140729672093008 140557973682576 140558033852117 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30330880 140729672095696 140729672098481 140729672098481 140729672101839 0
[pid=11812/tid=11866] ppid=11809 vsize=14139204 CPUtime=4.37 cores=1,3,5,7
/proc/11812/task/11866/stat : 11866 (java) S 11809 11812 1330 0 -1 1077944384 22858 12649 0 0 406 23 5 3 20 0 17 0 47632436 14478544896 386259 18446744073709551615 4194304 4196468 140729672093008 140557630839056 140558033852117 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30330880 140729672095696 140729672098481 140729672098481 140729672101839 0
[pid=11812/tid=11867] ppid=11809 vsize=14139204 CPUtime=3.1 cores=1,3,5,7
/proc/11812/task/11867/stat : 11867 (java) R 11809 11812 1330 0 -1 4202560 30148 12649 0 0 283 19 5 3 20 0 17 0 47632437 14478544896 386259 18446744073709551615 4194304 4196468 140729672093008 140557579609392 140558019533611 0 0 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30330880 140729672095696 140729672098481 140729672098481 140729672101839 0
[pid=11812/tid=11868] ppid=11809 vsize=14139204 CPUtime=0.08 cores=1,3,5,7
/proc/11812/task/11868/stat : 11868 (java) S 11809 11812 1330 0 -1 1077944384 51 12649 0 0 0 0 5 3 20 0 17 0 47632438 14478544896 386259 18446744073709551615 4194304 4196468 140729672093008 140557578556928 140558033852117 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30330880 140729672095696 140729672098481 140729672098481 140729672101839 0
[pid=11812/tid=11869] ppid=11809 vsize=14139204 CPUtime=0.08 cores=1,3,5,7
/proc/11812/task/11869/stat : 11869 (java) S 11809 11812 1330 0 -1 1077944384 54 12649 0 0 0 0 5 3 20 0 17 0 47632438 14478544896 386259 18446744073709551615 4194304 4196468 140729672093008 140557577504128 140558033852117 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30330880 140729672095696 140729672098481 140729672098481 140729672101839 0
[pid=11812/tid=11870] ppid=11809 vsize=14139204 CPUtime=0.08 cores=1,3,5,7
/proc/11812/task/11870/stat : 11870 (java) S 11809 11812 1330 0 -1 1077944384 60 12649 0 0 0 0 5 3 20 0 17 0 47632441 14478544896 386259 18446744073709551615 4194304 4196468 140729672093008 140557576452432 140558033860507 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30330880 140729672095696 140729672098481 140729672098481 140729672101839 0
[pid=11812/tid=11871] ppid=11809 vsize=14139204 CPUtime=7.66 cores=1,3,5,7
/proc/11812/task/11871/stat : 11871 (java) S 11809 11812 1330 0 -1 1077944384 93732 12649 0 0 750 8 5 3 20 0 17 0 47632441 14478544896 386259 18446744073709551615 4194304 4196468 140729672093008 140557575399792 140558033853058 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30330880 140729672095696 140729672098481 140729672098481 140729672101839 0
[pid=11812/tid=11872] ppid=11809 vsize=14139204 CPUtime=8.24 cores=1,3,5,7
/proc/11812/task/11872/stat : 11872 (java) S 11809 11812 1330 0 -1 1077944384 86537 12649 0 0 809 7 5 3 20 0 17 0 47632441 14478544896 386259 18446744073709551615 4194304 4196468 140729672093008 140557574346992 140558033853058 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 29 0 0 6293624 6294260 30330880 140729672095696 140729672098481 140729672098481 140729672101839 0
[pid=11812/tid=11873] ppid=11809 vsize=14139204 CPUtime=2.8 cores=1,3,5,7
/proc/11812/task/11873/stat : 11873 (java) S 11809 11812 1330 0 -1 1077944384 67630 12649 0 0 264 8 5 3 20 0 17 0 47632441 14478544896 386259 18446744073709551615 4194304 4196468 140729672093008 140557573293760 140558033852117 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 28 0 0 6293624 6294260 30330880 140729672095696 140729672098481 140729672098481 140729672101839 0
[pid=11812/tid=11874] ppid=11809 vsize=14139204 CPUtime=0.08 cores=1,3,5,7
/proc/11812/task/11874/stat : 11874 (java) S 11809 11812 1330 0 -1 1077944384 3 12649 0 0 0 0 5 3 20 0 17 0 47632441 14478544896 386259 18446744073709551615 4194304 4196468 140729672093008 140557572241632 140558033852117 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30330880 140729672095696 140729672098481 140729672098481 140729672101839 0
[pid=11812/tid=11875] ppid=11809 vsize=14139204 CPUtime=0.84 cores=1,3,5,7
/proc/11812/task/11875/stat : 11875 (java) S 11809 11812 1330 0 -1 1077944384 3289 12649 0 0 37 39 5 3 20 0 17 0 47632445 14478544896 386259 18446744073709551615 4194304 4196468 140729672093008 140557571189936 140558033853058 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 28 0 0 6293624 6294260 30330880 140729672095696 140729672098481 140729672098481 140729672101839 0
Current children cumulated CPU time (s) 2520.72
Current children cumulated vsize (KiB) 14139204

[startup+2489.71 s]
/proc/loadavg: 1.35 1.41 1.46 3/209 12144
/proc/meminfo: memFree=28297060/32770624 swapFree=0/507244
[pid=11812] ppid=11809 vsize=14139204 CPUtime=2521.01 cores=1,3,5,7
/proc/11812/stat : 11812 (java) S 11809 11812 1330 0 -1 1077944320 491162 12649 0 0 251890 203 5 3 20 0 17 0 47632415 14478544896 386259 18446744073709551615 4194304 4196468 140729672093008 140729672075552 140558033841911 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 30330880 140729672095696 140729672098481 140729672098481 140729672101839 0
/proc/11812/statm: 3534801 386259 3487 1 0 3523415 0
[pid=11812/tid=11862] ppid=11809 vsize=14139204 CPUtime=2481.19 cores=1,3,5,7
/proc/11812/task/11862/stat : 11862 (java) S 11809 11812 1330 0 -1 1077944384 111034 12649 0 0 248068 43 5 3 20 0 17 0 47632435 14478544896 386259 18446744073709551615 4194304 4196468 140729672093008 140558038079456 140558033852117 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 4 0 0 6293624 6294260 30330880 140729672095696 140729672098481 140729672098481 140729672101839 0
[pid=11812/tid=11863] ppid=11809 vsize=14139204 CPUtime=4.46 cores=1,3,5,7
/proc/11812/task/11863/stat : 11863 (java) R 11809 11812 1330 0 -1 4202560 23038 12649 0 0 415 23 5 3 20 0 17 0 47632436 14478544896 386259 18446744073709551615 4194304 4196468 140729672093008 140557975788376 140558018539564 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 30330880 140729672095696 140729672098481 140729672098481 140729672101839 0
[pid=11812/tid=11864] ppid=11809 vsize=14139204 CPUtime=4.42 cores=1,3,5,7
/proc/11812/task/11864/stat : 11864 (java) R 11809 11812 1330 0 -1 4202560 28352 12649 0 0 408 26 5 3 20 0 17 0 47632436 14478544896 386259 18446744073709551615 4194304 4196468 140729672093008 140557974735376 140558018792516 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30330880 140729672095696 140729672098481 140729672098481 140729672101839 0
[pid=11812/tid=11865] ppid=11809 vsize=14139204 CPUtime=4.45 cores=1,3,5,7
/proc/11812/task/11865/stat : 11865 (java) R 11809 11812 1330 0 -1 4202560 22123 12649 0 0 412 25 5 3 20 0 17 0 47632436 14478544896 386259 18446744073709551615 4194304 4196468 140729672093008 140557973682576 140558018296668 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30330880 140729672095696 140729672098481 140729672098481 140729672101839 0
[pid=11812/tid=11866] ppid=11809 vsize=14139204 CPUtime=4.43 cores=1,3,5,7
/proc/11812/task/11866/stat : 11866 (java) R 11809 11812 1330 0 -1 4202560 22858 12649 0 0 412 23 5 3 20 0 17 0 47632436 14478544896 386259 18446744073709551615 4194304 4196468 140729672093008 140557630839056 140558015395547 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30330880 140729672095696 140729672098481 140729672098481 140729672101839 0
[pid=11812/tid=11867] ppid=11809 vsize=14139204 CPUtime=3.15 cores=1,3,5,7
/proc/11812/task/11867/stat : 11867 (java) S 11809 11812 1330 0 -1 1077944384 30148 12649 0 0 288 19 5 3 20 0 17 0 47632437 14478544896 386259 18446744073709551615 4194304 4196468 140729672093008 140557579609392 140558033852117 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30330880 140729672095696 140729672098481 140729672098481 140729672101839 0
[pid=11812/tid=11868] ppid=11809 vsize=14139204 CPUtime=0.08 cores=1,3,5,7
/proc/11812/task/11868/stat : 11868 (java) R 11809 11812 1330 0 -1 1077944384 52 12649 0 0 0 0 5 3 20 0 17 0 47632438 14478544896 386259 18446744073709551615 4194304 4196468 140729672093008 140557578556560 140558033853058 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 30330880 140729672095696 140729672098481 140729672098481 140729672101839 0
[pid=11812/tid=11869] ppid=11809 vsize=14139204 CPUtime=0.08 cores=1,3,5,7
/proc/11812/task/11869/stat : 11869 (java) S 11809 11812 1330 0 -1 1077944384 54 12649 0 0 0 0 5 3 20 0 17 0 47632438 14478544896 386259 18446744073709551615 4194304 4196468 140729672093008 140557577504128 140558033852117 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30330880 140729672095696 140729672098481 140729672098481 140729672101839 0
[pid=11812/tid=11870] ppid=11809 vsize=14139204 CPUtime=0.08 cores=1,3,5,7
/proc/11812/task/11870/stat : 11870 (java) S 11809 11812 1330 0 -1 1077944384 60 12649 0 0 0 0 5 3 20 0 17 0 47632441 14478544896 386259 18446744073709551615 4194304 4196468 140729672093008 140557576452432 140558033860507 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30330880 140729672095696 140729672098481 140729672098481 140729672101839 0
[pid=11812/tid=11871] ppid=11809 vsize=14139204 CPUtime=7.66 cores=1,3,5,7
/proc/11812/task/11871/stat : 11871 (java) S 11809 11812 1330 0 -1 1077944384 93732 12649 0 0 750 8 5 3 20 0 17 0 47632441 14478544896 386259 18446744073709551615 4194304 4196468 140729672093008 140557575399792 140558033853058 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30330880 140729672095696 140729672098481 140729672098481 140729672101839 0
[pid=11812/tid=11872] ppid=11809 vsize=14139204 CPUtime=8.24 cores=1,3,5,7
/proc/11812/task/11872/stat : 11872 (java) S 11809 11812 1330 0 -1 1077944384 86537 12649 0 0 809 7 5 3 20 0 17 0 47632441 14478544896 386259 18446744073709551615 4194304 4196468 140729672093008 140557574346992 140558033853058 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 29 0 0 6293624 6294260 30330880 140729672095696 140729672098481 140729672098481 140729672101839 0
[pid=11812/tid=11873] ppid=11809 vsize=14139204 CPUtime=2.8 cores=1,3,5,7
/proc/11812/task/11873/stat : 11873 (java) S 11809 11812 1330 0 -1 1077944384 67630 12649 0 0 264 8 5 3 20 0 17 0 47632441 14478544896 386259 18446744073709551615 4194304 4196468 140729672093008 140557573293760 140558033852117 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 28 0 0 6293624 6294260 30330880 140729672095696 140729672098481 140729672098481 140729672101839 0
[pid=11812/tid=11874] ppid=11809 vsize=14139204 CPUtime=0.08 cores=1,3,5,7
/proc/11812/task/11874/stat : 11874 (java) S 11809 11812 1330 0 -1 1077944384 3 12649 0 0 0 0 5 3 20 0 17 0 47632441 14478544896 386259 18446744073709551615 4194304 4196468 140729672093008 140557572241632 140558033852117 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30330880 140729672095696 140729672098481 140729672098481 140729672101839 0
[pid=11812/tid=11875] ppid=11809 vsize=14139204 CPUtime=0.84 cores=1,3,5,7
/proc/11812/task/11875/stat : 11875 (java) S 11809 11812 1330 0 -1 1077944384 3289 12649 0 0 37 39 5 3 20 0 17 0 47632445 14478544896 386259 18446744073709551615 4194304 4196468 140729672093008 140557571189936 140558033853058 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 28 0 0 6293624 6294260 30330880 140729672095696 140729672098481 140729672098481 140729672101839 0
Current children cumulated CPU time (s) 2521.01
Current children cumulated vsize (KiB) 14139204

Child status: 143
Real time (s): 2489.76
CPU time (s): 2521.12
CPU user time (s): 2519.04
CPU system time (s): 2.07357
CPU usage (%): 101.259
Max. virtual memory (cumulated for all children) (KiB): 14139204

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.04
system time used= 2.07357
maximum resident set size= 1702388
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 503866
page faults= 0
swaps= 0
block input operations= 0
block output operations= 4088
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 122497
involuntary context switches= 3493

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.7423 second user time and 14.8985 second system time

The end

Launcher Data

Begin job on node125 at 2017-08-11 14:07:51
IDJOB=4262066
IDBENCH=130622
IDSOLVER=2650
FILE ID=node125/4262066-1502454116
RUNJOBID= node125-1502411403-1395
PBS_JOBID= 
Free space on /tmp= 62008 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/QueenAttacking/QueenAttacking-m1-s1/QueenAttacking-15.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262066-1502454116/watcher-4262066-1502454116 -o /tmp/evaluation-result-4262066-1502454116/solver-4262066-1502454116 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1502411403-1395 --watchdog 2580  bin/concrete HOME/instance-4262066-1502454116.xml

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

MD5SUM BENCH= ab7b26918dfc59e965233a0e800431a7
RANDOM SEED=1277680653

node125.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.07
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.07
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.07
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.07
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:        30685420 kB
MemAvailable:   31450284 kB
Buffers:          251984 kB
Cached:           804564 kB
SwapCached:            0 kB
Active:          1131364 kB
Inactive:         531688 kB
Active(anon):     607104 kB
Inactive(anon):    24908 kB
Active(file):     524260 kB
Inactive(file):   506780 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24484 kB
Writeback:             0 kB
AnonPages:        606804 kB
Mapped:            54828 kB
Shmem:             25252 kB
Slab:             124492 kB
SReclaimable:      99320 kB
SUnreclaim:        25172 kB
KernelStack:        3392 kB
PageTables:         6120 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1431672 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    520192 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 node125 at 2017-08-11 14:49:21