Trace number 4262371

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) 2520.52 2484.1101

General information on the benchmark

NameLangford/Langford-m2-s1/
LangfordBin-30.xml
MD5SUMcfab102c91084e040090bf0c1bc6cb0b
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 variables120
Number of constraints90
Number of domains2
Minimum domain size30
Maximum domain size60
Distribution of domain sizes[{"size":30,"count":60},{"size":60,"count":60}]
Minimum variable degree2
Maximum variable degree60
Distribution of variable degrees[{"degree":2,"count":60},{"degree":60,"count":60}]
Minimum constraint arity2
Maximum constraint arity61
Distribution of constraint arities[{"arity":2,"count":30},{"arity":61,"count":60}]
Number of extensional constraints0
Number of intensional constraints30
Distribution of constraint types[{"type":"intension","count":30},{"type":"element","count":60}]
Optimization problemNO
Type of objective

Solver Data

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

pid=8549
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.41 1.42 1.41 2/203 8552
/proc/meminfo: memFree=30208260/32770624 swapFree=0/566204
[pid=8552] ppid=8549 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/8552/stat : 8552 (runsolver) D 8549 8552 1460 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 91197782 24240128 108 18446744073709551615 4194304 4338465 140728210837136 140728210834776 140078801502935 0 0 1 24578 18446744071580418449 0 0 17 2 0 0 0 0 0 6438912 6441760 26828800 140728210841809 140728210842185 140728210842185 140728210845642 0
/proc/8552/statm: 5918 108 54 36 0 2156 0

[startup+0.100025 s]
/proc/loadavg: 1.41 1.42 1.41 2/203 8552
/proc/meminfo: memFree=30208260/32770624 swapFree=0/566204
[pid=8552] ppid=8549 vsize=9636 CPUtime=0.01 cores=0,2,4,6
/proc/8552/stat : 8552 (bash) S 8549 8552 1460 0 -1 4202496 896 6478 0 0 0 0 0 1 20 0 1 0 91197782 9867264 377 18446744073709551615 4194304 5098028 140732794119104 140732794113112 140155193072640 0 0 5 65536 18446744071580971376 0 0 17 6 0 0 7 0 0 7196144 7232144 13537280 140732794126868 140732794126953 140732794126953 140732794130410 0
/proc/8552/statm: 2409 377 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.200257 s]
/proc/loadavg: 1.41 1.42 1.41 2/203 8552
/proc/meminfo: memFree=30208260/32770624 swapFree=0/566204
[pid=8552] ppid=8549 vsize=30192 CPUtime=0.07 cores=0,2,4,6
/proc/8552/stat : 8552 (java) R 8549 8552 1460 0 -1 4202496 1870 12444 0 0 0 0 4 3 20 0 1 0 91197782 30916608 859 18446744073709551615 4194304 4196468 140731790374976 140731790355672 139795161712265 0 0 1 0 0 0 0 17 0 0 0 7 0 0 6293624 6294260 34181120 140731790378960 140731790381745 140731790381745 140731790385103 0
/proc/8552/statm: 7548 859 642 1 0 160 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 30192

[startup+0.300229 s]
/proc/loadavg: 1.41 1.42 1.41 2/203 8552
/proc/meminfo: memFree=30208260/32770624 swapFree=0/566204
[pid=8552] ppid=8549 vsize=13973936 CPUtime=0.14 cores=0,2,4,6
/proc/8552/stat : 8552 (java) S 8549 8552 1460 0 -1 1077944320 5759 12444 0 0 6 1 4 3 20 0 15 0 91197782 14309310464 5946 18446744073709551615 4194304 4196468 140731790374976 140731790357520 139795159490295 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 7 0 0 6293624 6294260 34181120 140731790378960 140731790381745 140731790381745 140731790385103 0
/proc/8552/statm: 3493484 5946 2700 1 0 3482965 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 13973936

[startup+0.700294 s]
/proc/loadavg: 1.41 1.42 1.41 2/203 8552
/proc/meminfo: memFree=30208260/32770624 swapFree=0/566204
[pid=8552] ppid=8549 vsize=13974784 CPUtime=0.71 cores=0,2,4,6
/proc/8552/stat : 8552 (java) S 8549 8552 1460 0 -1 1077944320 13938 12444 0 0 60 4 4 3 20 0 15 0 91197782 14310178816 14874 18446744073709551615 4194304 4196468 140731790374976 140731790357520 139795159490295 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 7 0 0 6293624 6294260 34181120 140731790378960 140731790381745 140731790381745 140731790385103 0
/proc/8552/statm: 3493696 14874 3112 1 0 3482965 0
Current children cumulated CPU time (s) 0.71
Current children cumulated vsize (KiB) 13974784

[startup+1.50057 s]
/proc/loadavg: 1.41 1.42 1.41 5/218 8615
/proc/meminfo: memFree=30113844/32770624 swapFree=0/566212
[pid=8552] ppid=8549 vsize=13985408 CPUtime=1.93 cores=0,2,4,6
/proc/8552/stat : 8552 (java) S 8549 8552 1460 0 -1 1077944320 29494 12444 0 0 176 10 4 3 20 0 15 0 91197782 14321057792 43150 18446744073709551615 4194304 4196468 140731790374976 140731790357520 139795159490295 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 7 0 0 6293624 6294260 34181120 140731790378960 140731790381745 140731790381745 140731790385103 0
/proc/8552/statm: 3496352 43150 3372 1 0 3485525 0
[pid=8552/tid=8602] ppid=8549 vsize=13985408 CPUtime=1.28 cores=0,2,4,6
/proc/8552/task/8602/stat : 8602 (java) R 8549 8552 1460 0 -1 4202560 22414 12444 0 0 115 6 4 3 20 0 15 0 91197802 14321057792 43150 18446744073709551615 4194304 4196468 140731790374976 139795163707600 139795143533925 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 34181120 140731790378960 140731790381745 140731790381745 140731790385103 0
[pid=8552/tid=8603] ppid=8549 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/8552/task/8603/stat : 8603 (java) S 8549 8552 1460 0 -1 1077944384 187 12444 0 0 0 0 4 3 20 0 15 0 91197803 14321057792 43150 18446744073709551615 4194304 4196468 140731790374976 139794759806096 139795159500501 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34181120 140731790378960 140731790381745 140731790381745 140731790385103 0
[pid=8552/tid=8604] ppid=8549 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/8552/task/8604/stat : 8604 (java) S 8549 8552 1460 0 -1 1077944384 45 12444 0 0 1 0 4 3 20 0 15 0 91197803 14321057792 43150 18446744073709551615 4194304 4196468 140731790374976 139794758753296 139795159500501 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34181120 140731790378960 140731790381745 140731790381745 140731790385103 0
[pid=8552/tid=8605] ppid=8549 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/8552/task/8605/stat : 8605 (java) S 8549 8552 1460 0 -1 1077944384 60 12444 0 0 1 0 4 3 20 0 15 0 91197803 14321057792 43150 18446744073709551615 4194304 4196468 140731790374976 139794757700496 139795159500501 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34181120 140731790378960 140731790381745 140731790381745 140731790385103 0
[pid=8552/tid=8606] ppid=8549 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/8552/task/8606/stat : 8606 (java) S 8549 8552 1460 0 -1 1077944384 62 12444 0 0 0 0 4 3 20 0 15 0 91197803 14321057792 43150 18446744073709551615 4194304 4196468 140731790374976 139794756647696 139795159500501 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34181120 140731790378960 140731790381745 140731790381745 140731790385103 0
[pid=8552/tid=8607] ppid=8549 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/8552/task/8607/stat : 8607 (java) S 8549 8552 1460 0 -1 1077944384 1319 12444 0 0 1 0 4 3 20 0 15 0 91197804 14321057792 43150 18446744073709551615 4194304 4196468 140731790374976 139794638113136 139795159501442 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34181120 140731790378960 140731790381745 140731790381745 140731790385103 0
[pid=8552/tid=8608] ppid=8549 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/8552/task/8608/stat : 8608 (java) S 8549 8552 1460 0 -1 1077944384 56 12444 0 0 0 0 4 3 20 0 15 0 91197805 14321057792 43150 18446744073709551615 4194304 4196468 140731790374976 139794637059104 139795159500501 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34181120 140731790378960 140731790381745 140731790381745 140731790385103 0
[pid=8552/tid=8609] ppid=8549 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/8552/task/8609/stat : 8609 (java) S 8549 8552 1460 0 -1 1077944384 44 12444 0 0 0 0 4 3 20 0 15 0 91197805 14321057792 43150 18446744073709551615 4194304 4196468 140731790374976 139794636006272 139795159500501 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34181120 140731790378960 140731790381745 140731790381745 140731790385103 0
[pid=8552/tid=8610] ppid=8549 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/8552/task/8610/stat : 8610 (java) S 8549 8552 1460 0 -1 1077944384 3 12444 0 0 0 0 4 3 20 0 15 0 91197808 14321057792 43150 18446744073709551615 4194304 4196468 140731790374976 139794634954576 139795159508891 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34181120 140731790378960 140731790381745 140731790381745 140731790385103 0
[pid=8552/tid=8611] ppid=8549 vsize=13985408 CPUtime=0.22 cores=0,2,4,6
/proc/8552/task/8611/stat : 8611 (java) S 8549 8552 1460 0 -1 1077944384 1105 12444 0 0 15 0 4 3 20 0 15 0 91197808 14321057792 43150 18446744073709551615 4194304 4196468 140731790374976 139794633902960 139795159501442 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34181120 140731790378960 140731790381745 140731790381745 140731790385103 0
[pid=8552/tid=8612] ppid=8549 vsize=13985408 CPUtime=0.2 cores=0,2,4,6
/proc/8552/task/8612/stat : 8612 (java) S 8549 8552 1460 0 -1 1077944384 644 12444 0 0 13 0 4 3 20 0 15 0 91197808 14321057792 43150 18446744073709551615 4194304 4196468 140731790374976 139794632850160 139795159501442 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34181120 140731790378960 140731790381745 140731790381745 140731790385103 0
[pid=8552/tid=8613] ppid=8549 vsize=13985408 CPUtime=0.31 cores=0,2,4,6
/proc/8552/task/8613/stat : 8613 (java) R 8549 8552 1460 0 -1 4202560 1400 12444 0 0 24 0 4 3 20 0 15 0 91197808 14321057792 43150 18446744073709551615 4194304 4196468 140731790374976 139794631792736 139795141053864 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34181120 140731790378960 140731790381745 140731790381745 140731790385103 0
[pid=8552/tid=8614] ppid=8549 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/8552/task/8614/stat : 8614 (java) S 8549 8552 1460 0 -1 1077944384 3 12444 0 0 0 0 4 3 20 0 15 0 91197808 14321057792 43150 18446744073709551615 4194304 4196468 140731790374976 139794630744800 139795159500501 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34181120 140731790378960 140731790381745 140731790381745 140731790385103 0
[pid=8552/tid=8615] ppid=8549 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/8552/task/8615/stat : 8615 (java) S 8549 8552 1460 0 -1 1077944384 10 12444 0 0 0 0 4 3 20 0 15 0 91197811 14321057792 43150 18446744073709551615 4194304 4196468 140731790374976 139794629692080 139795159501442 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34181120 140731790378960 140731790381745 140731790381745 140731790385103 0
Current children cumulated CPU time (s) 1.93
Current children cumulated vsize (KiB) 13985408

[startup+3.10206 s]
/proc/loadavg: 1.41 1.42 1.41 3/218 8615
/proc/meminfo: memFree=30040200/32770624 swapFree=0/566212
[pid=8552] ppid=8549 vsize=13999932 CPUtime=5.38 cores=0,2,4,6
/proc/8552/stat : 8552 (java) S 8549 8552 1460 0 -1 1077944320 49168 12444 0 0 515 16 4 3 20 0 15 0 91197782 14335930368 58424 18446744073709551615 4194304 4196468 140731790374976 140731790357520 139795159490295 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 7 0 0 6293624 6294260 34181120 140731790378960 140731790381745 140731790381745 140731790385103 0
/proc/8552/statm: 3499983 58424 3441 1 0 3488597 0
[pid=8552/tid=8602] ppid=8549 vsize=13999932 CPUtime=2.88 cores=0,2,4,6
/proc/8552/task/8602/stat : 8602 (java) R 8549 8552 1460 0 -1 4202560 37028 12444 0 0 271 10 4 3 20 0 15 0 91197802 14335930368 58424 18446744073709551615 4194304 4196468 140731790374976 139795163720576 139795139445219 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 34181120 140731790378960 140731790381745 140731790381745 140731790385103 0
[pid=8552/tid=8603] ppid=8549 vsize=13999932 CPUtime=0.07 cores=0,2,4,6
/proc/8552/task/8603/stat : 8603 (java) S 8549 8552 1460 0 -1 1077944384 187 12444 0 0 0 0 4 3 20 0 15 0 91197803 14335930368 58424 18446744073709551615 4194304 4196468 140731790374976 139794759806096 139795159500501 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34181120 140731790378960 140731790381745 140731790381745 140731790385103 0
[pid=8552/tid=8604] ppid=8549 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/8552/task/8604/stat : 8604 (java) S 8549 8552 1460 0 -1 1077944384 45 12444 0 0 1 0 4 3 20 0 15 0 91197803 14335930368 58424 18446744073709551615 4194304 4196468 140731790374976 139794758753296 139795159500501 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34181120 140731790378960 140731790381745 140731790381745 140731790385103 0
[pid=8552/tid=8605] ppid=8549 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/8552/task/8605/stat : 8605 (java) S 8549 8552 1460 0 -1 1077944384 60 12444 0 0 1 0 4 3 20 0 15 0 91197803 14335930368 58424 18446744073709551615 4194304 4196468 140731790374976 139794757700496 139795159500501 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34181120 140731790378960 140731790381745 140731790381745 140731790385103 0
[pid=8552/tid=8606] ppid=8549 vsize=13999932 CPUtime=0.07 cores=0,2,4,6
/proc/8552/task/8606/stat : 8606 (java) S 8549 8552 1460 0 -1 1077944384 62 12444 0 0 0 0 4 3 20 0 15 0 91197803 14335930368 58424 18446744073709551615 4194304 4196468 140731790374976 139794756647696 139795159500501 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34181120 140731790378960 140731790381745 140731790381745 140731790385103 0
[pid=8552/tid=8607] ppid=8549 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/8552/task/8607/stat : 8607 (java) S 8549 8552 1460 0 -1 1077944384 1334 12444 0 0 1 0 4 3 20 0 15 0 91197804 14335930368 58424 18446744073709551615 4194304 4196468 140731790374976 139794638113136 139795159501442 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34181120 140731790378960 140731790381745 140731790381745 140731790385103 0
[pid=8552/tid=8608] ppid=8549 vsize=13999932 CPUtime=0.07 cores=0,2,4,6
/proc/8552/task/8608/stat : 8608 (java) S 8549 8552 1460 0 -1 1077944384 56 12444 0 0 0 0 4 3 20 0 15 0 91197805 14335930368 58424 18446744073709551615 4194304 4196468 140731790374976 139794637059104 139795159500501 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34181120 140731790378960 140731790381745 140731790381745 140731790385103 0
[pid=8552/tid=8609] ppid=8549 vsize=13999932 CPUtime=0.07 cores=0,2,4,6
/proc/8552/task/8609/stat : 8609 (java) S 8549 8552 1460 0 -1 1077944384 44 12444 0 0 0 0 4 3 20 0 15 0 91197805 14335930368 58424 18446744073709551615 4194304 4196468 140731790374976 139794636006272 139795159500501 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34181120 140731790378960 140731790381745 140731790381745 140731790385103 0
[pid=8552/tid=8610] ppid=8549 vsize=13999932 CPUtime=0.07 cores=0,2,4,6
/proc/8552/task/8610/stat : 8610 (java) S 8549 8552 1460 0 -1 1077944384 3 12444 0 0 0 0 4 3 20 0 15 0 91197808 14335930368 58424 18446744073709551615 4194304 4196468 140731790374976 139794634954576 139795159508891 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34181120 140731790378960 140731790381745 140731790381745 140731790385103 0
[pid=8552/tid=8611] ppid=8549 vsize=13999932 CPUtime=0.72 cores=0,2,4,6
/proc/8552/task/8611/stat : 8611 (java) R 8549 8552 1460 0 -1 4202560 2257 12444 0 0 64 1 4 3 20 0 15 0 91197808 14335930368 58424 18446744073709551615 4194304 4196468 140731790374976 139794633894288 139795137512496 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34181120 140731790378960 140731790381745 140731790381745 140731790385103 0
[pid=8552/tid=8612] ppid=8549 vsize=13999932 CPUtime=0.79 cores=0,2,4,6
/proc/8552/task/8612/stat : 8612 (java) R 8549 8552 1460 0 -1 1077944384 1693 12444 0 0 72 0 4 3 20 0 15 0 91197808 14335930368 58424 18446744073709551615 4194304 4196468 140731790374976 139794632838832 139795159500501 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 34181120 140731790378960 140731790381745 140731790381745 140731790385103 0
[pid=8552/tid=8613] ppid=8549 vsize=13999932 CPUtime=1.08 cores=0,2,4,6
/proc/8552/task/8613/stat : 8613 (java) R 8549 8552 1460 0 -1 4202560 4230 12444 0 0 100 1 4 3 20 0 15 0 91197808 14335930368 58424 18446744073709551615 4194304 4196468 140731790374976 139794631797360 139795159502230 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34181120 140731790378960 140731790381745 140731790381745 140731790385103 0
[pid=8552/tid=8614] ppid=8549 vsize=13999932 CPUtime=0.07 cores=0,2,4,6
/proc/8552/task/8614/stat : 8614 (java) S 8549 8552 1460 0 -1 1077944384 3 12444 0 0 0 0 4 3 20 0 15 0 91197808 14335930368 58424 18446744073709551615 4194304 4196468 140731790374976 139794630744800 139795159500501 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34181120 140731790378960 140731790381745 140731790381745 140731790385103 0
[pid=8552/tid=8615] ppid=8549 vsize=13999932 CPUtime=0.07 cores=0,2,4,6
/proc/8552/task/8615/stat : 8615 (java) S 8549 8552 1460 0 -1 1077944384 11 12444 0 0 0 0 4 3 20 0 15 0 91197811 14335930368 58424 18446744073709551615 4194304 4196468 140731790374976 139794629692080 139795159501442 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34181120 140731790378960 140731790381745 140731790381745 140731790385103 0
Current children cumulated CPU time (s) 5.38
Current children cumulated vsize (KiB) 13999932

[startup+6.30076 s]
/proc/loadavg: 1.46 1.43 1.41 4/218 8615
/proc/meminfo: memFree=29842544/32770624 swapFree=0/566204
[pid=8552] ppid=8549 vsize=14067516 CPUtime=12.29 cores=0,2,4,6
/proc/8552/stat : 8552 (java) S 8549 8552 1460 0 -1 1077944320 68867 12444 0 0 1198 24 4 3 20 0 15 0 91197782 14405136384 95320 18446744073709551615 4194304 4196468 140731790374976 140731790357520 139795159490295 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 7 0 0 6293624 6294260 34181120 140731790378960 140731790381745 140731790381745 140731790385103 0
/proc/8552/statm: 3516879 95320 3468 1 0 3505493 0
[pid=8552/tid=8602] ppid=8549 vsize=14067516 CPUtime=6.01 cores=0,2,4,6
/proc/8552/task/8602/stat : 8602 (java) R 8549 8552 1460 0 -1 4202560 47403 12444 0 0 581 13 4 3 20 0 15 0 91197802 14405136384 95320 18446744073709551615 4194304 4196468 140731790374976 139795163722312 139794771565035 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 34181120 140731790378960 140731790381745 140731790381745 140731790385103 0
[pid=8552/tid=8603] ppid=8549 vsize=14067516 CPUtime=0.11 cores=0,2,4,6
/proc/8552/task/8603/stat : 8603 (java) S 8549 8552 1460 0 -1 1077944384 299 12444 0 0 3 1 4 3 20 0 15 0 91197803 14405136384 95320 18446744073709551615 4194304 4196468 140731790374976 139794759806096 139795159500501 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34181120 140731790378960 140731790381745 140731790381745 140731790385103 0
[pid=8552/tid=8604] ppid=8549 vsize=14067516 CPUtime=0.1 cores=0,2,4,6
/proc/8552/task/8604/stat : 8604 (java) S 8549 8552 1460 0 -1 1077944384 109 12444 0 0 3 0 4 3 20 0 15 0 91197803 14405136384 95320 18446744073709551615 4194304 4196468 140731790374976 139794758753296 139795159500501 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34181120 140731790378960 140731790381745 140731790381745 140731790385103 0
[pid=8552/tid=8605] ppid=8549 vsize=14067516 CPUtime=0.1 cores=0,2,4,6
/proc/8552/task/8605/stat : 8605 (java) S 8549 8552 1460 0 -1 1077944384 943 12444 0 0 3 0 4 3 20 0 15 0 91197803 14405136384 95320 18446744073709551615 4194304 4196468 140731790374976 139794757700496 139795159500501 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34181120 140731790378960 140731790381745 140731790381745 140731790385103 0
[pid=8552/tid=8606] ppid=8549 vsize=14067516 CPUtime=0.11 cores=0,2,4,6
/proc/8552/task/8606/stat : 8606 (java) S 8549 8552 1460 0 -1 1077944384 156 12444 0 0 3 1 4 3 20 0 15 0 91197803 14405136384 95320 18446744073709551615 4194304 4196468 140731790374976 139794756647696 139795159500501 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34181120 140731790378960 140731790381745 140731790381745 140731790385103 0
[pid=8552/tid=8607] ppid=8549 vsize=14067516 CPUtime=0.1 cores=0,2,4,6
/proc/8552/task/8607/stat : 8607 (java) S 8549 8552 1460 0 -1 1077944384 2234 12444 0 0 3 0 4 3 20 0 15 0 91197804 14405136384 95320 18446744073709551615 4194304 4196468 140731790374976 139794638113136 139795159501442 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34181120 140731790378960 140731790381745 140731790381745 140731790385103 0
[pid=8552/tid=8608] ppid=8549 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/8552/task/8608/stat : 8608 (java) S 8549 8552 1460 0 -1 1077944384 56 12444 0 0 0 0 4 3 20 0 15 0 91197805 14405136384 95320 18446744073709551615 4194304 4196468 140731790374976 139794637059232 139795159500501 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34181120 140731790378960 140731790381745 140731790381745 140731790385103 0
[pid=8552/tid=8609] ppid=8549 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/8552/task/8609/stat : 8609 (java) S 8549 8552 1460 0 -1 1077944384 44 12444 0 0 0 0 4 3 20 0 15 0 91197805 14405136384 95320 18446744073709551615 4194304 4196468 140731790374976 139794636006272 139795159500501 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34181120 140731790378960 140731790381745 140731790381745 140731790385103 0
[pid=8552/tid=8610] ppid=8549 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/8552/task/8610/stat : 8610 (java) S 8549 8552 1460 0 -1 1077944384 3 12444 0 0 0 0 4 3 20 0 15 0 91197808 14405136384 95320 18446744073709551615 4194304 4196468 140731790374976 139794634954576 139795159508891 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34181120 140731790378960 140731790381745 140731790381745 140731790385103 0
[pid=8552/tid=8611] ppid=8549 vsize=14067516 CPUtime=2.35 cores=0,2,4,6
/proc/8552/task/8611/stat : 8611 (java) S 8549 8552 1460 0 -1 1077944384 4459 12444 0 0 226 2 4 3 20 0 15 0 91197808 14405136384 95320 18446744073709551615 4194304 4196468 140731790374976 139794633902960 139795159501442 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34181120 140731790378960 140731790381745 140731790381745 140731790385103 0
[pid=8552/tid=8612] ppid=8549 vsize=14067516 CPUtime=2.5 cores=0,2,4,6
/proc/8552/task/8612/stat : 8612 (java) S 8549 8552 1460 0 -1 1077944384 6138 12444 0 0 242 1 4 3 20 0 15 0 91197808 14405136384 95320 18446744073709551615 4194304 4196468 140731790374976 139794632850160 139795159501442 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34181120 140731790378960 140731790381745 140731790381745 140731790385103 0
[pid=8552/tid=8613] ppid=8549 vsize=14067516 CPUtime=1.37 cores=0,2,4,6
/proc/8552/task/8613/stat : 8613 (java) S 8549 8552 1460 0 -1 1077944384 4850 12444 0 0 128 2 4 3 20 0 15 0 91197808 14405136384 95320 18446744073709551615 4194304 4196468 140731790374976 139794631797360 139795159501442 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34181120 140731790378960 140731790381745 140731790381745 140731790385103 0
[pid=8552/tid=8614] ppid=8549 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/8552/task/8614/stat : 8614 (java) S 8549 8552 1460 0 -1 1077944384 3 12444 0 0 0 0 4 3 20 0 15 0 91197808 14405136384 95320 18446744073709551615 4194304 4196468 140731790374976 139794630744800 139795159500501 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34181120 140731790378960 140731790381745 140731790381745 140731790385103 0
[pid=8552/tid=8615] ppid=8549 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/8552/task/8615/stat : 8615 (java) S 8549 8552 1460 0 -1 1077944384 15 12444 0 0 0 0 4 3 20 0 15 0 91197811 14405136384 95320 18446744073709551615 4194304 4196468 140731790374976 139794629692080 139795159501442 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34181120 140731790378960 140731790381745 140731790381745 140731790385103 0
Current children cumulated CPU time (s) 12.29
Current children cumulated vsize (KiB) 14067516

[startup+12.7008 s]
/proc/loadavg: 1.50 1.44 1.42 3/218 8615
/proc/meminfo: memFree=29683636/32770624 swapFree=0/566208
[pid=8552] ppid=8549 vsize=14067516 CPUtime=18.88 cores=0,2,4,6
/proc/8552/stat : 8552 (java) S 8549 8552 1460 0 -1 1077944320 73339 12444 0 0 1852 29 4 3 20 0 15 0 91197782 14405136384 134414 18446744073709551615 4194304 4196468 140731790374976 140731790357520 139795159490295 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 7 0 0 6293624 6294260 34181120 140731790378960 140731790381745 140731790381745 140731790385103 0
/proc/8552/statm: 3516879 134414 3470 1 0 3505493 0
[pid=8552/tid=8602] ppid=8549 vsize=14067516 CPUtime=12.39 cores=0,2,4,6
/proc/8552/task/8602/stat : 8602 (java) R 8549 8552 1460 0 -1 4202560 48453 12444 0 0 1216 16 4 3 20 0 15 0 91197802 14405136384 134414 18446744073709551615 4194304 4196468 140731790374976 139795163724608 139794772198624 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 34181120 140731790378960 140731790381745 140731790381745 140731790385103 0
[pid=8552/tid=8603] ppid=8549 vsize=14067516 CPUtime=0.11 cores=0,2,4,6
/proc/8552/task/8603/stat : 8603 (java) S 8549 8552 1460 0 -1 1077944384 742 12444 0 0 3 1 4 3 20 0 15 0 91197803 14405136384 134414 18446744073709551615 4194304 4196468 140731790374976 139794759806096 139795159500501 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34181120 140731790378960 140731790381745 140731790381745 140731790385103 0
[pid=8552/tid=8604] ppid=8549 vsize=14067516 CPUtime=0.12 cores=0,2,4,6
/proc/8552/task/8604/stat : 8604 (java) S 8549 8552 1460 0 -1 1077944384 341 12444 0 0 4 1 4 3 20 0 15 0 91197803 14405136384 134414 18446744073709551615 4194304 4196468 140731790374976 139794758753296 139795159500501 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34181120 140731790378960 140731790381745 140731790381745 140731790385103 0
[pid=8552/tid=8605] ppid=8549 vsize=14067516 CPUtime=0.12 cores=0,2,4,6
/proc/8552/task/8605/stat : 8605 (java) S 8549 8552 1460 0 -1 1077944384 995 12444 0 0 4 1 4 3 20 0 15 0 91197803 14405136384 134414 18446744073709551615 4194304 4196468 140731790374976 139794757700496 139795159500501 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34181120 140731790378960 140731790381745 140731790381745 140731790385103 0
[pid=8552/tid=8606] ppid=8549 vsize=14067516 CPUtime=0.11 cores=0,2,4,6
/proc/8552/task/8606/stat : 8606 (java) S 8549 8552 1460 0 -1 1077944384 224 12444 0 0 3 1 4 3 20 0 15 0 91197803 14405136384 134414 18446744073709551615 4194304 4196468 140731790374976 139794756647696 139795159500501 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34181120 140731790378960 140731790381745 140731790381745 140731790385103 0
[pid=8552/tid=8607] ppid=8549 vsize=14067516 CPUtime=0.11 cores=0,2,4,6
/proc/8552/task/8607/stat : 8607 (java) S 8549 8552 1460 0 -1 1077944384 2579 12444 0 0 4 0 4 3 20 0 15 0 91197804 14405136384 134414 18446744073709551615 4194304 4196468 140731790374976 139794638113136 139795159501442 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34181120 140731790378960 140731790381745 140731790381745 140731790385103 0
[pid=8552/tid=8608] ppid=8549 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/8552/task/8608/stat : 8608 (java) S 8549 8552 1460 0 -1 1077944384 56 12444 0 0 0 0 4 3 20 0 15 0 91197805 14405136384 134414 18446744073709551615 4194304 4196468 140731790374976 139794637059232 139795159500501 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34181120 140731790378960 140731790381745 140731790381745 140731790385103 0
[pid=8552/tid=8609] ppid=8549 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/8552/task/8609/stat : 8609 (java) S 8549 8552 1460 0 -1 1077944384 44 12444 0 0 0 0 4 3 20 0 15 0 91197805 14405136384 134414 18446744073709551615 4194304 4196468 140731790374976 139794636006272 139795159500501 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34181120 140731790378960 140731790381745 140731790381745 140731790385103 0
[pid=8552/tid=8610] ppid=8549 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/8552/task/8610/stat : 8610 (java) S 8549 8552 1460 0 -1 1077944384 3 12444 0 0 0 0 4 3 20 0 15 0 91197808 14405136384 134414 18446744073709551615 4194304 4196468 140731790374976 139794634954576 139795159508891 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34181120 140731790378960 140731790381745 140731790381745 140731790385103 0

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

/proc/8552/task/8614/stat : 8614 (java) S 8549 8552 1460 0 -1 1077944384 3 12444 0 0 0 0 4 3 20 0 15 0 91197808 14405136384 178934 18446744073709551615 4194304 4196468 140731790374976 139794630744800 139795159500501 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34181120 140731790378960 140731790381745 140731790381745 140731790385103 0
[pid=8552/tid=8615] ppid=8549 vsize=14067516 CPUtime=1.48 cores=0,2,4,6
/proc/8552/task/8615/stat : 8615 (java) S 8549 8552 1460 0 -1 1077944384 1209 12444 0 0 69 72 4 3 20 0 15 0 91197811 14405136384 178934 18446744073709551615 4194304 4196468 140731790374976 139794629692080 139795159501442 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34181120 140731790378960 140731790381745 140731790381745 140731790385103 0
Current children cumulated CPU time (s) 2417.15
Current children cumulated vsize (KiB) 14067516

[startup+2442.3 s]
/proc/loadavg: 1.76 1.54 1.46 3/218 8916
/proc/meminfo: memFree=27673964/32770624 swapFree=0/566568
[pid=8552] ppid=8549 vsize=14067516 CPUtime=2477.9 cores=0,2,4,6
/proc/8552/stat : 8552 (java) S 8549 8552 1460 0 -1 1077944320 149332 12444 0 0 247445 338 4 3 20 0 15 0 91197782 14405136384 178934 18446744073709551615 4194304 4196468 140731790374976 140731790357520 139795159490295 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 7 0 0 6293624 6294260 34181120 140731790378960 140731790381745 140731790381745 140731790385103 0
/proc/8552/statm: 3516879 178934 3470 1 0 3505493 0
[pid=8552/tid=8602] ppid=8549 vsize=14067516 CPUtime=2418.79 cores=0,2,4,6
/proc/8552/task/8602/stat : 8602 (java) R 8549 8552 1460 0 -1 4202560 82313 12444 0 0 241826 46 4 3 20 0 15 0 91197802 14405136384 178934 18446744073709551615 4194304 4196468 140731790374976 139795163724496 139794771565199 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 34181120 140731790378960 140731790381745 140731790381745 140731790385103 0
[pid=8552/tid=8603] ppid=8549 vsize=14067516 CPUtime=10.46 cores=0,2,4,6
/proc/8552/task/8603/stat : 8603 (java) S 8549 8552 1460 0 -1 1077944384 7703 12444 0 0 980 59 4 3 20 0 15 0 91197803 14405136384 178934 18446744073709551615 4194304 4196468 140731790374976 139794759806096 139795159500501 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34181120 140731790378960 140731790381745 140731790381745 140731790385103 0
[pid=8552/tid=8604] ppid=8549 vsize=14067516 CPUtime=10.48 cores=0,2,4,6
/proc/8552/task/8604/stat : 8604 (java) S 8549 8552 1460 0 -1 1077944384 9347 12444 0 0 985 56 4 3 20 0 15 0 91197803 14405136384 178934 18446744073709551615 4194304 4196468 140731790374976 139794758753296 139795159500501 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34181120 140731790378960 140731790381745 140731790381745 140731790385103 0
[pid=8552/tid=8605] ppid=8549 vsize=14067516 CPUtime=10.46 cores=0,2,4,6
/proc/8552/task/8605/stat : 8605 (java) S 8549 8552 1460 0 -1 1077944384 6013 12444 0 0 984 55 4 3 20 0 15 0 91197803 14405136384 178934 18446744073709551615 4194304 4196468 140731790374976 139794757700496 139795159500501 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34181120 140731790378960 140731790381745 140731790381745 140731790385103 0
[pid=8552/tid=8606] ppid=8549 vsize=14067516 CPUtime=10.47 cores=0,2,4,6
/proc/8552/task/8606/stat : 8606 (java) S 8549 8552 1460 0 -1 1077944384 6606 12444 0 0 983 57 4 3 20 0 15 0 91197803 14405136384 178934 18446744073709551615 4194304 4196468 140731790374976 139794756647696 139795159500501 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34181120 140731790378960 140731790381745 140731790381745 140731790385103 0
[pid=8552/tid=8607] ppid=8549 vsize=14067516 CPUtime=9.8 cores=0,2,4,6
/proc/8552/task/8607/stat : 8607 (java) S 8549 8552 1460 0 -1 1077944384 10622 12444 0 0 918 55 4 3 20 0 15 0 91197804 14405136384 178934 18446744073709551615 4194304 4196468 140731790374976 139794638113136 139795159501442 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34181120 140731790378960 140731790381745 140731790381745 140731790385103 0
[pid=8552/tid=8608] ppid=8549 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/8552/task/8608/stat : 8608 (java) S 8549 8552 1460 0 -1 1077944384 56 12444 0 0 0 0 4 3 20 0 15 0 91197805 14405136384 178934 18446744073709551615 4194304 4196468 140731790374976 139794637059232 139795159500501 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34181120 140731790378960 140731790381745 140731790381745 140731790385103 0
[pid=8552/tid=8609] ppid=8549 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/8552/task/8609/stat : 8609 (java) S 8549 8552 1460 0 -1 1077944384 44 12444 0 0 0 0 4 3 20 0 15 0 91197805 14405136384 178934 18446744073709551615 4194304 4196468 140731790374976 139794636006272 139795159500501 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34181120 140731790378960 140731790381745 140731790381745 140731790385103 0
[pid=8552/tid=8610] ppid=8549 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/8552/task/8610/stat : 8610 (java) S 8549 8552 1460 0 -1 1077944384 3 12444 0 0 0 0 4 3 20 0 15 0 91197808 14405136384 178934 18446744073709551615 4194304 4196468 140731790374976 139794634954576 139795159508891 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34181120 140731790378960 140731790381745 140731790381745 140731790385103 0
[pid=8552/tid=8611] ppid=8549 vsize=14067516 CPUtime=2.46 cores=0,2,4,6
/proc/8552/task/8611/stat : 8611 (java) S 8549 8552 1460 0 -1 1077944384 5931 12444 0 0 237 2 4 3 20 0 15 0 91197808 14405136384 178934 18446744073709551615 4194304 4196468 140731790374976 139794633902960 139795159501442 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34181120 140731790378960 140731790381745 140731790381745 140731790385103 0
[pid=8552/tid=8612] ppid=8549 vsize=14067516 CPUtime=2.59 cores=0,2,4,6
/proc/8552/task/8612/stat : 8612 (java) S 8549 8552 1460 0 -1 1077944384 8019 12444 0 0 250 2 4 3 20 0 15 0 91197808 14405136384 178934 18446744073709551615 4194304 4196468 140731790374976 139794632850160 139795159501442 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34181120 140731790378960 140731790381745 140731790381745 140731790385103 0
[pid=8552/tid=8613] ppid=8549 vsize=14067516 CPUtime=1.41 cores=0,2,4,6
/proc/8552/task/8613/stat : 8613 (java) S 8549 8552 1460 0 -1 1077944384 9291 12444 0 0 132 2 4 3 20 0 15 0 91197808 14405136384 178934 18446744073709551615 4194304 4196468 140731790374976 139794631797360 139795159501442 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34181120 140731790378960 140731790381745 140731790381745 140731790385103 0
[pid=8552/tid=8614] ppid=8549 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/8552/task/8614/stat : 8614 (java) S 8549 8552 1460 0 -1 1077944384 3 12444 0 0 0 0 4 3 20 0 15 0 91197808 14405136384 178934 18446744073709551615 4194304 4196468 140731790374976 139794630744800 139795159500501 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34181120 140731790378960 140731790381745 140731790381745 140731790385103 0
[pid=8552/tid=8615] ppid=8549 vsize=14067516 CPUtime=1.51 cores=0,2,4,6
/proc/8552/task/8615/stat : 8615 (java) S 8549 8552 1460 0 -1 1077944384 1226 12444 0 0 71 73 4 3 20 0 15 0 91197811 14405136384 178934 18446744073709551615 4194304 4196468 140731790374976 139794629692080 139795159501442 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34181120 140731790378960 140731790381745 140731790381745 140731790385103 0
Current children cumulated CPU time (s) 2477.9
Current children cumulated vsize (KiB) 14067516



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2483.91 s]
/proc/loadavg: 1.67 1.55 1.47 3/216 8917
/proc/meminfo: memFree=27472436/32770624 swapFree=0/566564
[pid=8552] ppid=8549 vsize=14067516 CPUtime=2520.01 cores=0,2,4,6
/proc/8552/stat : 8552 (java) S 8549 8552 1460 0 -1 1077944320 150327 12444 0 0 251651 343 4 3 20 0 15 0 91197782 14405136384 178934 18446744073709551615 4194304 4196468 140731790374976 140731790357520 139795159490295 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 7 0 0 6293624 6294260 34181120 140731790378960 140731790381745 140731790381745 140731790385103 0
/proc/8552/statm: 3516879 178934 3470 1 0 3505493 0
[pid=8552/tid=8602] ppid=8549 vsize=14067516 CPUtime=2459.97 cores=0,2,4,6
/proc/8552/task/8602/stat : 8602 (java) R 8549 8552 1460 0 -1 4202560 82758 12444 0 0 245944 46 4 3 20 0 15 0 91197802 14405136384 178934 18446744073709551615 4194304 4196468 140731790374976 139795163724608 139794772198451 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 34181120 140731790378960 140731790381745 140731790381745 140731790385103 0
[pid=8552/tid=8603] ppid=8549 vsize=14067516 CPUtime=10.64 cores=0,2,4,6
/proc/8552/task/8603/stat : 8603 (java) S 8549 8552 1460 0 -1 1077944384 7720 12444 0 0 997 60 4 3 20 0 15 0 91197803 14405136384 178934 18446744073709551615 4194304 4196468 140731790374976 139794759806096 139795159500501 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34181120 140731790378960 140731790381745 140731790381745 140731790385103 0
[pid=8552/tid=8604] ppid=8549 vsize=14067516 CPUtime=10.66 cores=0,2,4,6
/proc/8552/task/8604/stat : 8604 (java) S 8549 8552 1460 0 -1 1077944384 9398 12444 0 0 1003 56 4 3 20 0 15 0 91197803 14405136384 178934 18446744073709551615 4194304 4196468 140731790374976 139794758753296 139795159500501 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34181120 140731790378960 140731790381745 140731790381745 140731790385103 0
[pid=8552/tid=8605] ppid=8549 vsize=14067516 CPUtime=10.64 cores=0,2,4,6
/proc/8552/task/8605/stat : 8605 (java) S 8549 8552 1460 0 -1 1077944384 6028 12444 0 0 1001 56 4 3 20 0 15 0 91197803 14405136384 178934 18446744073709551615 4194304 4196468 140731790374976 139794757700496 139795159500501 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34181120 140731790378960 140731790381745 140731790381745 140731790385103 0
[pid=8552/tid=8606] ppid=8549 vsize=14067516 CPUtime=10.65 cores=0,2,4,6
/proc/8552/task/8606/stat : 8606 (java) S 8549 8552 1460 0 -1 1077944384 6869 12444 0 0 1001 57 4 3 20 0 15 0 91197803 14405136384 178934 18446744073709551615 4194304 4196468 140731790374976 139794756647696 139795159500501 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34181120 140731790378960 140731790381745 140731790381745 140731790385103 0
[pid=8552/tid=8607] ppid=8549 vsize=14067516 CPUtime=9.96 cores=0,2,4,6
/proc/8552/task/8607/stat : 8607 (java) S 8549 8552 1460 0 -1 1077944384 10813 12444 0 0 933 56 4 3 20 0 15 0 91197804 14405136384 178934 18446744073709551615 4194304 4196468 140731790374976 139794638113136 139795159501442 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34181120 140731790378960 140731790381745 140731790381745 140731790385103 0
[pid=8552/tid=8608] ppid=8549 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/8552/task/8608/stat : 8608 (java) S 8549 8552 1460 0 -1 1077944384 56 12444 0 0 0 0 4 3 20 0 15 0 91197805 14405136384 178934 18446744073709551615 4194304 4196468 140731790374976 139794637059232 139795159500501 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34181120 140731790378960 140731790381745 140731790381745 140731790385103 0
[pid=8552/tid=8609] ppid=8549 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/8552/task/8609/stat : 8609 (java) S 8549 8552 1460 0 -1 1077944384 44 12444 0 0 0 0 4 3 20 0 15 0 91197805 14405136384 178934 18446744073709551615 4194304 4196468 140731790374976 139794636006272 139795159500501 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34181120 140731790378960 140731790381745 140731790381745 140731790385103 0
[pid=8552/tid=8610] ppid=8549 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/8552/task/8610/stat : 8610 (java) S 8549 8552 1460 0 -1 1077944384 3 12444 0 0 0 0 4 3 20 0 15 0 91197808 14405136384 178934 18446744073709551615 4194304 4196468 140731790374976 139794634954576 139795159508891 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34181120 140731790378960 140731790381745 140731790381745 140731790385103 0
[pid=8552/tid=8611] ppid=8549 vsize=14067516 CPUtime=2.46 cores=0,2,4,6
/proc/8552/task/8611/stat : 8611 (java) S 8549 8552 1460 0 -1 1077944384 5933 12444 0 0 237 2 4 3 20 0 15 0 91197808 14405136384 178934 18446744073709551615 4194304 4196468 140731790374976 139794633902960 139795159501442 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34181120 140731790378960 140731790381745 140731790381745 140731790385103 0
[pid=8552/tid=8612] ppid=8549 vsize=14067516 CPUtime=2.59 cores=0,2,4,6
/proc/8552/task/8612/stat : 8612 (java) S 8549 8552 1460 0 -1 1077944384 8022 12444 0 0 250 2 4 3 20 0 15 0 91197808 14405136384 178934 18446744073709551615 4194304 4196468 140731790374976 139794632850160 139795159501442 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34181120 140731790378960 140731790381745 140731790381745 140731790385103 0
[pid=8552/tid=8613] ppid=8549 vsize=14067516 CPUtime=1.41 cores=0,2,4,6
/proc/8552/task/8613/stat : 8613 (java) S 8549 8552 1460 0 -1 1077944384 9293 12444 0 0 132 2 4 3 20 0 15 0 91197808 14405136384 178934 18446744073709551615 4194304 4196468 140731790374976 139794631797360 139795159501442 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34181120 140731790378960 140731790381745 140731790381745 140731790385103 0
[pid=8552/tid=8614] ppid=8549 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/8552/task/8614/stat : 8614 (java) S 8549 8552 1460 0 -1 1077944384 3 12444 0 0 0 0 4 3 20 0 15 0 91197808 14405136384 178934 18446744073709551615 4194304 4196468 140731790374976 139794630744800 139795159500501 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34181120 140731790378960 140731790381745 140731790381745 140731790385103 0
[pid=8552/tid=8615] ppid=8549 vsize=14067516 CPUtime=1.54 cores=0,2,4,6
/proc/8552/task/8615/stat : 8615 (java) S 8549 8552 1460 0 -1 1077944384 1232 12444 0 0 73 74 4 3 20 0 15 0 91197811 14405136384 178934 18446744073709551615 4194304 4196468 140731790374976 139794629692080 139795159501442 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34181120 140731790378960 140731790381745 140731790381745 140731790385103 0
Current children cumulated CPU time (s) 2520.01
Current children cumulated vsize (KiB) 14067516

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

[startup+2484.01 s]
/proc/loadavg: 1.67 1.55 1.47 3/216 8917
/proc/meminfo: memFree=27472436/32770624 swapFree=0/566564
[pid=8552] ppid=8549 vsize=14200644 CPUtime=2520.33 cores=0,2,4,6
/proc/8552/stat : 8552 (java) S 8549 8552 1460 0 -1 1077944320 157147 12444 0 0 251682 344 4 3 20 0 17 0 91197782 14541459456 180198 18446744073709551615 4194304 4196468 140731790374976 140731790357520 139795159490295 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 7 0 0 6293624 6294260 34181120 140731790378960 140731790381745 140731790381745 140731790385103 0
/proc/8552/statm: 3550161 180198 3471 1 0 3538775 0
[pid=8552/tid=8602] ppid=8549 vsize=14200644 CPUtime=2459.98 cores=0,2,4,6
/proc/8552/task/8602/stat : 8602 (java) S 8549 8552 1460 0 -1 1077944384 83137 12444 0 0 245945 46 4 3 20 0 17 0 91197802 14541459456 180198 18446744073709551615 4194304 4196468 140731790374976 139795163727840 139795159500501 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 3 0 0 6293624 6294260 34181120 140731790378960 140731790381745 140731790381745 140731790385103 0
[pid=8552/tid=8603] ppid=8549 vsize=14200644 CPUtime=10.71 cores=0,2,4,6
/proc/8552/task/8603/stat : 8603 (java) S 8549 8552 1460 0 -1 1077944384 7742 12444 0 0 1004 60 4 3 20 0 17 0 91197803 14541459456 180198 18446744073709551615 4194304 4196468 140731790374976 139794759806096 139795159500501 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34181120 140731790378960 140731790381745 140731790381745 140731790385103 0
[pid=8552/tid=8604] ppid=8549 vsize=14200644 CPUtime=10.73 cores=0,2,4,6
/proc/8552/task/8604/stat : 8604 (java) S 8549 8552 1460 0 -1 1077944384 9435 12444 0 0 1010 56 4 3 20 0 17 0 91197803 14541459456 180198 18446744073709551615 4194304 4196468 140731790374976 139794758753296 139795159500501 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34181120 140731790378960 140731790381745 140731790381745 140731790385103 0
[pid=8552/tid=8605] ppid=8549 vsize=14200644 CPUtime=10.71 cores=0,2,4,6
/proc/8552/task/8605/stat : 8605 (java) S 8549 8552 1460 0 -1 1077944384 6043 12444 0 0 1008 56 4 3 20 0 17 0 91197803 14541459456 180198 18446744073709551615 4194304 4196468 140731790374976 139794757700496 139795159500501 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34181120 140731790378960 140731790381745 140731790381745 140731790385103 0
[pid=8552/tid=8606] ppid=8549 vsize=14200644 CPUtime=10.72 cores=0,2,4,6
/proc/8552/task/8606/stat : 8606 (java) S 8549 8552 1460 0 -1 1077944384 6875 12444 0 0 1008 57 4 3 20 0 17 0 91197803 14541459456 180198 18446744073709551615 4194304 4196468 140731790374976 139794756647696 139795159500501 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34181120 140731790378960 140731790381745 140731790381745 140731790385103 0
[pid=8552/tid=8607] ppid=8549 vsize=14200644 CPUtime=9.98 cores=0,2,4,6
/proc/8552/task/8607/stat : 8607 (java) R 8549 8552 1460 0 -1 4202560 16570 12444 0 0 935 56 4 3 20 0 17 0 91197804 14541459456 180198 18446744073709551615 4194304 4196468 140731790374976 139794638111536 139795159511642 0 0 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34181120 140731790378960 140731790381745 140731790381745 140731790385103 0
[pid=8552/tid=8608] ppid=8549 vsize=14200644 CPUtime=0.07 cores=0,2,4,6
/proc/8552/task/8608/stat : 8608 (java) S 8549 8552 1460 0 -1 1077944384 57 12444 0 0 0 0 4 3 20 0 17 0 91197805 14541459456 180198 18446744073709551615 4194304 4196468 140731790374976 139794637059136 139795159500501 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34181120 140731790378960 140731790381745 140731790381745 140731790385103 0
[pid=8552/tid=8609] ppid=8549 vsize=14200644 CPUtime=0.07 cores=0,2,4,6
/proc/8552/task/8609/stat : 8609 (java) S 8549 8552 1460 0 -1 1077944384 44 12444 0 0 0 0 4 3 20 0 17 0 91197805 14541459456 180198 18446744073709551615 4194304 4196468 140731790374976 139794636006272 139795159500501 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34181120 140731790378960 140731790381745 140731790381745 140731790385103 0
[pid=8552/tid=8610] ppid=8549 vsize=14200644 CPUtime=0.07 cores=0,2,4,6
/proc/8552/task/8610/stat : 8610 (java) S 8549 8552 1460 0 -1 1077944384 82 12444 0 0 0 0 4 3 20 0 17 0 91197808 14541459456 180198 18446744073709551615 4194304 4196468 140731790374976 139794634954576 139795159508891 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34181120 140731790378960 140731790381745 140731790381745 140731790385103 0
[pid=8552/tid=8611] ppid=8549 vsize=14200644 CPUtime=2.46 cores=0,2,4,6
/proc/8552/task/8611/stat : 8611 (java) S 8549 8552 1460 0 -1 1077944384 5933 12444 0 0 237 2 4 3 20 0 17 0 91197808 14541459456 180198 18446744073709551615 4194304 4196468 140731790374976 139794633902960 139795159501442 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34181120 140731790378960 140731790381745 140731790381745 140731790385103 0
[pid=8552/tid=8612] ppid=8549 vsize=14200644 CPUtime=2.59 cores=0,2,4,6
/proc/8552/task/8612/stat : 8612 (java) S 8549 8552 1460 0 -1 1077944384 8022 12444 0 0 250 2 4 3 20 0 17 0 91197808 14541459456 180198 18446744073709551615 4194304 4196468 140731790374976 139794632850160 139795159501442 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34181120 140731790378960 140731790381745 140731790381745 140731790385103 0
[pid=8552/tid=8613] ppid=8549 vsize=14200644 CPUtime=1.41 cores=0,2,4,6
/proc/8552/task/8613/stat : 8613 (java) S 8549 8552 1460 0 -1 1077944384 9704 12444 0 0 132 2 4 3 20 0 17 0 91197808 14541459456 180198 18446744073709551615 4194304 4196468 140731790374976 139794631791680 139795159500501 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34181120 140731790378960 140731790381745 140731790381745 140731790385103 0
[pid=8552/tid=8614] ppid=8549 vsize=14200644 CPUtime=0.07 cores=0,2,4,6
/proc/8552/task/8614/stat : 8614 (java) S 8549 8552 1460 0 -1 1077944384 3 12444 0 0 0 0 4 3 20 0 17 0 91197808 14541459456 180198 18446744073709551615 4194304 4196468 140731790374976 139794630744800 139795159500501 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34181120 140731790378960 140731790381745 140731790381745 140731790385103 0
[pid=8552/tid=8615] ppid=8549 vsize=14200644 CPUtime=1.54 cores=0,2,4,6
/proc/8552/task/8615/stat : 8615 (java) S 8549 8552 1460 0 -1 1077944384 1232 12444 0 0 73 74 4 3 20 0 17 0 91197811 14541459456 180198 18446744073709551615 4194304 4196468 140731790374976 139794629692080 139795159501442 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34181120 140731790378960 140731790381745 140731790381745 140731790385103 0
Current children cumulated CPU time (s) 2520.33
Current children cumulated vsize (KiB) 14200644

[startup+2484.1 s]
/proc/loadavg: 1.67 1.55 1.47 3/216 8917
/proc/meminfo: memFree=27472436/32770624 swapFree=0/566564
[pid=8552] ppid=8549 vsize=14200644 CPUtime=2520.49 cores=0,2,4,6
/proc/8552/stat : 8552 (java) S 8549 8552 1460 0 -1 1077944320 157203 12444 0 0 251698 344 4 3 20 0 17 0 91197782 14541459456 180219 18446744073709551615 4194304 4196468 140731790374976 140731790357520 139795159490295 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 7 0 0 6293624 6294260 34181120 140731790378960 140731790381745 140731790381745 140731790385103 0
/proc/8552/statm: 3550161 180219 3472 1 0 3538775 0
[pid=8552/tid=8602] ppid=8549 vsize=14200644 CPUtime=2459.99 cores=0,2,4,6
/proc/8552/task/8602/stat : 8602 (java) S 8549 8552 1460 0 -1 1077944384 83177 12444 0 0 245946 46 4 3 20 0 17 0 91197802 14541459456 180219 18446744073709551615 4194304 4196468 140731790374976 139795163733168 139795159500501 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 3 0 0 6293624 6294260 34181120 140731790378960 140731790381745 140731790381745 140731790385103 0
[pid=8552/tid=8603] ppid=8549 vsize=14200644 CPUtime=10.74 cores=0,2,4,6
/proc/8552/task/8603/stat : 8603 (java) S 8549 8552 1460 0 -1 1077944384 7743 12444 0 0 1007 60 4 3 20 0 17 0 91197803 14541459456 180219 18446744073709551615 4194304 4196468 140731790374976 139794759806096 139795159500501 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34181120 140731790378960 140731790381745 140731790381745 140731790385103 0
[pid=8552/tid=8604] ppid=8549 vsize=14200644 CPUtime=10.76 cores=0,2,4,6
/proc/8552/task/8604/stat : 8604 (java) S 8549 8552 1460 0 -1 1077944384 9435 12444 0 0 1013 56 4 3 20 0 17 0 91197803 14541459456 180219 18446744073709551615 4194304 4196468 140731790374976 139794758753296 139795159500501 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34181120 140731790378960 140731790381745 140731790381745 140731790385103 0
[pid=8552/tid=8605] ppid=8549 vsize=14200644 CPUtime=10.74 cores=0,2,4,6
/proc/8552/task/8605/stat : 8605 (java) S 8549 8552 1460 0 -1 1077944384 6043 12444 0 0 1011 56 4 3 20 0 17 0 91197803 14541459456 180219 18446744073709551615 4194304 4196468 140731790374976 139794757700496 139795159500501 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34181120 140731790378960 140731790381745 140731790381745 140731790385103 0
[pid=8552/tid=8606] ppid=8549 vsize=14200644 CPUtime=10.74 cores=0,2,4,6
/proc/8552/task/8606/stat : 8606 (java) S 8549 8552 1460 0 -1 1077944384 6875 12444 0 0 1010 57 4 3 20 0 17 0 91197803 14541459456 180219 18446744073709551615 4194304 4196468 140731790374976 139794756647696 139795159500501 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34181120 140731790378960 140731790381745 140731790381745 140731790385103 0
[pid=8552/tid=8607] ppid=8549 vsize=14200644 CPUtime=10.04 cores=0,2,4,6
/proc/8552/task/8607/stat : 8607 (java) S 8549 8552 1460 0 -1 1077944384 16573 12444 0 0 941 56 4 3 20 0 17 0 91197804 14541459456 180219 18446744073709551615 4194304 4196468 140731790374976 139794638113136 139795159501442 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34181120 140731790378960 140731790381745 140731790381745 140731790385103 0
[pid=8552/tid=8608] ppid=8549 vsize=14200644 CPUtime=0.07 cores=0,2,4,6
/proc/8552/task/8608/stat : 8608 (java) S 8549 8552 1460 0 -1 1077944384 58 12444 0 0 0 0 4 3 20 0 17 0 91197805 14541459456 180219 18446744073709551615 4194304 4196468 140731790374976 139794637059232 139795159500501 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34181120 140731790378960 140731790381745 140731790381745 140731790385103 0
[pid=8552/tid=8609] ppid=8549 vsize=14200644 CPUtime=0.07 cores=0,2,4,6
/proc/8552/task/8609/stat : 8609 (java) S 8549 8552 1460 0 -1 1077944384 46 12444 0 0 0 0 4 3 20 0 17 0 91197805 14541459456 180219 18446744073709551615 4194304 4196468 140731790374976 139794636006272 139795159500501 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34181120 140731790378960 140731790381745 140731790381745 140731790385103 0
[pid=8552/tid=8610] ppid=8549 vsize=14200644 CPUtime=0.07 cores=0,2,4,6
/proc/8552/task/8610/stat : 8610 (java) S 8549 8552 1460 0 -1 1077944384 82 12444 0 0 0 0 4 3 20 0 17 0 91197808 14541459456 180219 18446744073709551615 4194304 4196468 140731790374976 139794634954576 139795159508891 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34181120 140731790378960 140731790381745 140731790381745 140731790385103 0
[pid=8552/tid=8611] ppid=8549 vsize=14200644 CPUtime=2.46 cores=0,2,4,6
/proc/8552/task/8611/stat : 8611 (java) S 8549 8552 1460 0 -1 1077944384 5933 12444 0 0 237 2 4 3 20 0 17 0 91197808 14541459456 180219 18446744073709551615 4194304 4196468 140731790374976 139794633902960 139795159501442 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34181120 140731790378960 140731790381745 140731790381745 140731790385103 0
[pid=8552/tid=8612] ppid=8549 vsize=14200644 CPUtime=2.59 cores=0,2,4,6
/proc/8552/task/8612/stat : 8612 (java) S 8549 8552 1460 0 -1 1077944384 8022 12444 0 0 250 2 4 3 20 0 17 0 91197808 14541459456 180219 18446744073709551615 4194304 4196468 140731790374976 139794632850160 139795159501442 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34181120 140731790378960 140731790381745 140731790381745 140731790385103 0
[pid=8552/tid=8613] ppid=8549 vsize=14200644 CPUtime=1.41 cores=0,2,4,6
/proc/8552/task/8613/stat : 8613 (java) S 8549 8552 1460 0 -1 1077944384 9712 12444 0 0 132 2 4 3 20 0 17 0 91197808 14541459456 180219 18446744073709551615 4194304 4196468 140731790374976 139794631797360 139795159501442 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34181120 140731790378960 140731790381745 140731790381745 140731790385103 0
[pid=8552/tid=8614] ppid=8549 vsize=14200644 CPUtime=0.07 cores=0,2,4,6
/proc/8552/task/8614/stat : 8614 (java) S 8549 8552 1460 0 -1 1077944384 3 12444 0 0 0 0 4 3 20 0 17 0 91197808 14541459456 180219 18446744073709551615 4194304 4196468 140731790374976 139794630744800 139795159500501 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34181120 140731790378960 140731790381745 140731790381745 140731790385103 0
[pid=8552/tid=8615] ppid=8549 vsize=14200644 CPUtime=1.54 cores=0,2,4,6
/proc/8552/task/8615/stat : 8615 (java) S 8549 8552 1460 0 -1 1077944384 1232 12444 0 0 73 74 4 3 20 0 17 0 91197811 14541459456 180219 18446744073709551615 4194304 4196468 140731790374976 139794629692080 139795159501442 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34181120 140731790378960 140731790381745 140731790381745 140731790385103 0
Current children cumulated CPU time (s) 2520.49
Current children cumulated vsize (KiB) 14200644

Child status: 143
Real time (s): 2484.11
CPU time (s): 2520.52
CPU user time (s): 2517.03
CPU system time (s): 3.48963
CPU usage (%): 101.466
Max. virtual memory (cumulated for all children) (KiB): 14200644

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.04
system time used= 3.48963
maximum resident set size= 721388
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 169676
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2904
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 279689
involuntary context switches= 8213

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.9535 second user time and 15.8759 second system time

The end

Launcher Data

Begin job on node134 at 2017-08-11 09:21:19
IDJOB=4262371
IDBENCH=124374
IDSOLVER=2650
FILE ID=node134/4262371-1502436915
RUNJOBID= node134-1502411438-1523
PBS_JOBID= 
Free space on /tmp= 62008 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/Langford/Langford-m2-s1/LangfordBin-30.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262371-1502436915/watcher-4262371-1502436915 -o /tmp/evaluation-result-4262371-1502436915/solver-4262371-1502436915 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1502411438-1523 --watchdog 2580  bin/concrete HOME/instance-4262371-1502436915.xml

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

MD5SUM BENCH= cfab102c91084e040090bf0c1bc6cb0b
RANDOM SEED=1967340169

node134.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.43
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.43
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.43
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.43
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:        30208572 kB
MemAvailable:   31178592 kB
Buffers:          283708 kB
Cached:           980176 kB
SwapCached:            0 kB
Active:          1526812 kB
Inactive:         597420 kB
Active(anon):     862816 kB
Inactive(anon):    31216 kB
Active(file):     663996 kB
Inactive(file):   566204 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24496 kB
Writeback:             0 kB
AnonPages:        860672 kB
Mapped:            64872 kB
Shmem:             33468 kB
Slab:             137760 kB
SReclaimable:     111312 kB
SUnreclaim:        26448 kB
KernelStack:        3552 kB
PageTables:         7532 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1778836 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    684032 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 61984 MiB
End job on node134 at 2017-08-11 10:02:43