Trace number 4262700

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) 2521.9099 2471.28

General information on the benchmark

NameSuperSolutions/SuperSolutions-Sadeh-js/
SuperSadeh-js-e0ddr1-1.xml
MD5SUM00a0c39161bc8317718298f720cd241b
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark24.1378
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints845
Number of domains49
Minimum domain size100
Maximum domain size115
Distribution of domain sizes[{"size":100,"count":10},{"size":103,"count":10},{"size":105,"count":20},{"size":106,"count":10},{"size":107,"count":10},{"size":108,"count":10},{"size":113,"count":10},{"size":114,"count":10},{"size":115,"count":10}]
Minimum variable degree11
Maximum variable degree23
Distribution of variable degrees[{"degree":11,"count":20},{"degree":12,"count":30},{"degree":21,"count":20},{"degree":23,"count":30}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":845}]
Number of extensional constraints0
Number of intensional constraints845
Distribution of constraint types[{"type":"intension","count":845}]
Optimization problemNO
Type of objective

Solver Data

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

pid=17917
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.78 1.65 1.61 3/194 17920
/proc/meminfo: memFree=26995084/32770624 swapFree=0/511276
[pid=17920] ppid=17917 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/17920/stat : 17920 (runsolver) D 17917 17920 1330 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 50011485 24240128 107 18446744073709551615 4194304 4338465 140730737926944 140730737924584 140508678812375 0 0 1 24578 18446744071580418449 0 0 17 4 0 0 0 0 0 6438912 6441760 26976256 140730737934545 140730737934921 140730737934921 140730737938378 0
/proc/17920/statm: 5918 107 54 36 0 2156 0

[startup+0.100087 s]
/proc/loadavg: 1.78 1.65 1.61 3/194 17920
/proc/meminfo: memFree=26995084/32770624 swapFree=0/511276
[pid=17920] ppid=17917 vsize=9508 CPUtime=0 cores=0,2,4,6
/proc/17920/stat : 17920 (bash) R 17917 17920 1330 0 -1 4202496 618 0 0 0 0 0 0 0 20 0 1 0 50011485 9736192 285 18446744073709551615 4194304 5098028 140736157941312 140736157941312 140218216813696 0 0 5 65536 0 0 0 17 0 0 0 9 0 0 7196144 7232144 8167424 140736157942292 140736157942377 140736157942377 140736157945834 0
/proc/17920/statm: 2377 285 237 221 0 86 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9508

[startup+0.200233 s]
/proc/loadavg: 1.78 1.65 1.61 3/194 17920
/proc/meminfo: memFree=26995084/32770624 swapFree=0/511276
[pid=17920] ppid=17917 vsize=9636 CPUtime=0.01 cores=0,2,4,6
/proc/17920/stat : 17920 (bash) S 17917 17920 1330 0 -1 4202496 890 6485 0 0 0 0 0 1 20 0 1 0 50011485 9867264 372 18446744073709551615 4194304 5098028 140736157941312 140736157935320 140218217548800 0 0 5 65536 18446744071580971376 0 0 17 0 0 0 9 0 0 7196144 7232144 8167424 140736157942292 140736157942377 140736157942377 140736157945834 0
/proc/17920/statm: 2409 372 292 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.300387 s]
/proc/loadavg: 1.78 1.65 1.61 3/194 17920
/proc/meminfo: memFree=26995084/32770624 swapFree=0/511276
[pid=17920] ppid=17917 vsize=13907308 CPUtime=0.13 cores=0,2,4,6
/proc/17920/stat : 17920 (java) S 17917 17920 1330 0 -1 1077944320 5814 12472 0 0 5 1 5 2 20 0 14 0 50011485 14241083392 5496 18446744073709551615 4194304 4196468 140721876882304 140721876864848 139622836952823 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 9 0 0 6293624 6294260 21094400 140721876883408 140721876886193 140721876886193 140721876889551 0
/proc/17920/statm: 3476827 5496 2567 1 0 3466324 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 13907308

[startup+0.700224 s]
/proc/loadavg: 1.78 1.65 1.61 3/194 17920
/proc/meminfo: memFree=26995084/32770624 swapFree=0/511276
[pid=17920] ppid=17917 vsize=13974784 CPUtime=0.69 cores=0,2,4,6
/proc/17920/stat : 17920 (java) S 17917 17920 1330 0 -1 1077944320 13945 12472 0 0 58 4 5 2 20 0 15 0 50011485 14310178816 14355 18446744073709551615 4194304 4196468 140721876882304 140721876864848 139622836952823 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 9 0 0 6293624 6294260 21094400 140721876883408 140721876886193 140721876886193 140721876889551 0
/proc/17920/statm: 3493696 14355 3121 1 0 3482965 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 13974784

[startup+1.50151 s]
/proc/loadavg: 1.72 1.64 1.60 3/209 17983
/proc/meminfo: memFree=26903028/32770624 swapFree=0/511348
[pid=17920] ppid=17917 vsize=13985408 CPUtime=1.89 cores=0,2,4,6
/proc/17920/stat : 17920 (java) S 17917 17920 1330 0 -1 1077944320 26076 12472 0 0 173 9 5 2 20 0 15 0 50011485 14321057792 40200 18446744073709551615 4194304 4196468 140721876882304 140721876864848 139622836952823 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 9 0 0 6293624 6294260 21094400 140721876883408 140721876886193 140721876886193 140721876889551 0
/proc/17920/statm: 3496352 40200 3343 1 0 3485525 0
[pid=17920/tid=17970] ppid=17917 vsize=13985408 CPUtime=1.29 cores=0,2,4,6
/proc/17920/task/17970/stat : 17970 (java) S 17917 17920 1330 0 -1 1077944384 20444 12472 0 0 116 6 5 2 20 0 15 0 50011506 14321057792 40200 18446744073709551615 4194304 4196468 140721876882304 139622841173872 139622836963029 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 3 0 0 6293624 6294260 21094400 140721876883408 140721876886193 140721876886193 140721876889551 0
[pid=17920/tid=17971] ppid=17917 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/17920/task/17971/stat : 17971 (java) S 17917 17920 1330 0 -1 1077944384 170 12472 0 0 0 0 5 2 20 0 15 0 50011507 14321057792 40200 18446744073709551615 4194304 4196468 140721876882304 139622756367504 139622836963029 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21094400 140721876883408 140721876886193 140721876886193 140721876889551 0
[pid=17920/tid=17972] ppid=17917 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/17920/task/17972/stat : 17972 (java) S 17917 17920 1330 0 -1 1077944384 38 12472 0 0 0 0 5 2 20 0 15 0 50011507 14321057792 40200 18446744073709551615 4194304 4196468 140721876882304 139622755314704 139622836963029 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21094400 140721876883408 140721876886193 140721876886193 140721876889551 0
[pid=17920/tid=17973] ppid=17917 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/17920/task/17973/stat : 17973 (java) S 17917 17920 1330 0 -1 1077944384 29 12472 0 0 0 0 5 2 20 0 15 0 50011507 14321057792 40200 18446744073709551615 4194304 4196468 140721876882304 139622754261904 139622836963029 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21094400 140721876883408 140721876886193 140721876886193 140721876889551 0
[pid=17920/tid=17974] ppid=17917 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/17920/task/17974/stat : 17974 (java) S 17917 17920 1330 0 -1 1077944384 50 12472 0 0 0 0 5 2 20 0 15 0 50011507 14321057792 40200 18446744073709551615 4194304 4196468 140721876882304 139622753209104 139622836963029 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21094400 140721876883408 140721876886193 140721876886193 140721876889551 0
[pid=17920/tid=17975] ppid=17917 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/17920/task/17975/stat : 17975 (java) R 17917 17920 1330 0 -1 4202560 52 12472 0 0 0 0 5 2 20 0 15 0 50011508 14321057792 40200 18446744073709551615 4194304 4196468 140721876882304 139621842531008 139622817147514 0 0 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21094400 140721876883408 140721876886193 140721876886193 140721876889551 0
[pid=17920/tid=17976] ppid=17917 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/17920/task/17976/stat : 17976 (java) S 17917 17920 1330 0 -1 1077944384 33 12472 0 0 0 0 5 2 20 0 15 0 50011509 14321057792 40200 18446744073709551615 4194304 4196468 140721876882304 139621841478688 139622836963029 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21094400 140721876883408 140721876886193 140721876886193 140721876889551 0
[pid=17920/tid=17977] ppid=17917 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/17920/task/17977/stat : 17977 (java) S 17917 17920 1330 0 -1 1077944384 21 12472 0 0 0 0 5 2 20 0 15 0 50011509 14321057792 40200 18446744073709551615 4194304 4196468 140721876882304 139621840425840 139622836963029 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21094400 140721876883408 140721876886193 140721876886193 140721876889551 0
[pid=17920/tid=17978] ppid=17917 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/17920/task/17978/stat : 17978 (java) S 17917 17920 1330 0 -1 1077944384 3 12472 0 0 0 0 5 2 20 0 15 0 50011512 14321057792 40200 18446744073709551615 4194304 4196468 140721876882304 139621839374160 139622836971419 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21094400 140721876883408 140721876886193 140721876886193 140721876889551 0
[pid=17920/tid=17979] ppid=17917 vsize=13985408 CPUtime=0.2 cores=0,2,4,6
/proc/17920/task/17979/stat : 17979 (java) S 17917 17920 1330 0 -1 1077944384 728 12472 0 0 13 0 5 2 20 0 15 0 50011512 14321057792 40200 18446744073709551615 4194304 4196468 140721876882304 139621838322544 139622836963970 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21094400 140721876883408 140721876886193 140721876886193 140721876889551 0
[pid=17920/tid=17980] ppid=17917 vsize=13985408 CPUtime=0.23 cores=0,2,4,6
/proc/17920/task/17980/stat : 17980 (java) S 17917 17920 1330 0 -1 1077944384 1077 12472 0 0 16 0 5 2 20 0 15 0 50011512 14321057792 40226 18446744073709551615 4194304 4196468 140721876882304 139621837269744 139622836963970 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21094400 140721876883408 140721876886193 140721876886193 140721876889551 0
[pid=17920/tid=17981] ppid=17917 vsize=13985408 CPUtime=0.3 cores=0,2,4,6
/proc/17920/task/17981/stat : 17981 (java) S 17917 17920 1330 0 -1 1077944384 1283 12472 0 0 23 0 5 2 20 0 15 0 50011512 14321057792 40226 18446744073709551615 4194304 4196468 140721876882304 139621836214144 139622836963029 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21094400 140721876883408 140721876886193 140721876886193 140721876889551 0
[pid=17920/tid=17982] ppid=17917 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/17920/task/17982/stat : 17982 (java) S 17917 17920 1330 0 -1 1077944384 3 12472 0 0 0 0 5 2 20 0 15 0 50011512 14321057792 40226 18446744073709551615 4194304 4196468 140721876882304 139621835164384 139622836963029 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21094400 140721876883408 140721876886193 140721876886193 140721876889551 0
[pid=17920/tid=17983] ppid=17917 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/17920/task/17983/stat : 17983 (java) S 17917 17920 1330 0 -1 1077944384 3 12472 0 0 0 0 5 2 20 0 15 0 50011515 14321057792 40226 18446744073709551615 4194304 4196468 140721876882304 139621834111664 139622836963970 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21094400 140721876883408 140721876886193 140721876886193 140721876889551 0
Current children cumulated CPU time (s) 1.89
Current children cumulated vsize (KiB) 13985408

[startup+3.1008 s]
/proc/loadavg: 1.72 1.64 1.60 3/209 17983
/proc/meminfo: memFree=26825224/32770624 swapFree=0/511348
[pid=17920] ppid=17917 vsize=13997884 CPUtime=5.41 cores=0,2,4,6
/proc/17920/stat : 17920 (java) S 17917 17920 1330 0 -1 1077944320 38256 12472 0 0 519 15 5 2 20 0 15 0 50011485 14333833216 63366 18446744073709551615 4194304 4196468 140721876882304 140721876864848 139622836952823 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 9 0 0 6293624 6294260 21094400 140721876883408 140721876886193 140721876886193 140721876889551 0
/proc/17920/statm: 3499471 63366 3441 1 0 3488085 0
[pid=17920/tid=17970] ppid=17917 vsize=13997884 CPUtime=2.87 cores=0,2,4,6
/proc/17920/task/17970/stat : 17970 (java) R 17917 17920 1330 0 -1 4202560 28486 12472 0 0 271 9 5 2 20 0 15 0 50011506 14333833216 63366 18446744073709551615 4194304 4196468 140721876882304 139622841185696 139622818852977 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 21094400 140721876883408 140721876886193 140721876886193 140721876889551 0
[pid=17920/tid=17971] ppid=17917 vsize=13997884 CPUtime=0.07 cores=0,2,4,6
/proc/17920/task/17971/stat : 17971 (java) S 17917 17920 1330 0 -1 1077944384 175 12472 0 0 0 0 5 2 20 0 15 0 50011507 14333833216 63366 18446744073709551615 4194304 4196468 140721876882304 139622756367504 139622836963029 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21094400 140721876883408 140721876886193 140721876886193 140721876889551 0
[pid=17920/tid=17972] ppid=17917 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/17920/task/17972/stat : 17972 (java) S 17917 17920 1330 0 -1 1077944384 38 12472 0 0 1 0 5 2 20 0 15 0 50011507 14333833216 63366 18446744073709551615 4194304 4196468 140721876882304 139622755314704 139622836963029 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21094400 140721876883408 140721876886193 140721876886193 140721876889551 0
[pid=17920/tid=17973] ppid=17917 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/17920/task/17973/stat : 17973 (java) S 17917 17920 1330 0 -1 1077944384 29 12472 0 0 1 0 5 2 20 0 15 0 50011507 14333833216 63366 18446744073709551615 4194304 4196468 140721876882304 139622754261904 139622836963029 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21094400 140721876883408 140721876886193 140721876886193 140721876889551 0
[pid=17920/tid=17974] ppid=17917 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/17920/task/17974/stat : 17974 (java) S 17917 17920 1330 0 -1 1077944384 53 12472 0 0 1 0 5 2 20 0 15 0 50011507 14333833216 63366 18446744073709551615 4194304 4196468 140721876882304 139622753209104 139622836963029 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21094400 140721876883408 140721876886193 140721876886193 140721876889551 0
[pid=17920/tid=17975] ppid=17917 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/17920/task/17975/stat : 17975 (java) S 17917 17920 1330 0 -1 1077944384 617 12472 0 0 1 0 5 2 20 0 15 0 50011508 14333833216 63366 18446744073709551615 4194304 4196468 140721876882304 139621842532720 139622836963970 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21094400 140721876883408 140721876886193 140721876886193 140721876889551 0
[pid=17920/tid=17976] ppid=17917 vsize=13997884 CPUtime=0.07 cores=0,2,4,6
/proc/17920/task/17976/stat : 17976 (java) S 17917 17920 1330 0 -1 1077944384 55 12472 0 0 0 0 5 2 20 0 15 0 50011509 14333833216 63366 18446744073709551615 4194304 4196468 140721876882304 139621841478752 139622836963029 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21094400 140721876883408 140721876886193 140721876886193 140721876889551 0
[pid=17920/tid=17977] ppid=17917 vsize=13997884 CPUtime=0.07 cores=0,2,4,6
/proc/17920/task/17977/stat : 17977 (java) S 17917 17920 1330 0 -1 1077944384 44 12472 0 0 0 0 5 2 20 0 15 0 50011509 14333833216 63366 18446744073709551615 4194304 4196468 140721876882304 139621840425856 139622836963029 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21094400 140721876883408 140721876886193 140721876886193 140721876889551 0
[pid=17920/tid=17978] ppid=17917 vsize=13997884 CPUtime=0.07 cores=0,2,4,6
/proc/17920/task/17978/stat : 17978 (java) S 17917 17920 1330 0 -1 1077944384 3 12472 0 0 0 0 5 2 20 0 15 0 50011512 14333833216 63366 18446744073709551615 4194304 4196468 140721876882304 139621839374160 139622836971419 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21094400 140721876883408 140721876886193 140721876886193 140721876889551 0
[pid=17920/tid=17979] ppid=17917 vsize=13997884 CPUtime=0.78 cores=0,2,4,6
/proc/17920/task/17979/stat : 17979 (java) R 17917 17920 1330 0 -1 4202560 1685 12472 0 0 70 1 5 2 20 0 15 0 50011512 14333833216 63366 18446744073709551615 4194304 4196468 140721876882304 139621838310416 139622817705359 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21094400 140721876883408 140721876886193 140721876886193 140721876889551 0
[pid=17920/tid=17980] ppid=17917 vsize=13997884 CPUtime=0.85 cores=0,2,4,6
/proc/17920/task/17980/stat : 17980 (java) R 17917 17920 1330 0 -1 4202560 1900 12472 0 0 78 0 5 2 20 0 15 0 50011512 14333833216 63366 18446744073709551615 4194304 4196468 140721876882304 139621837256000 139622818497184 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 21094400 140721876883408 140721876886193 140721876886193 140721876889551 0
[pid=17920/tid=17981] ppid=17917 vsize=13997884 CPUtime=1 cores=0,2,4,6
/proc/17920/task/17981/stat : 17981 (java) S 17917 17920 1330 0 -1 1077944384 3015 12472 0 0 92 1 5 2 20 0 15 0 50011512 14333833216 63366 18446744073709551615 4194304 4196468 140721876882304 139621836216944 139622836963970 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21094400 140721876883408 140721876886193 140721876886193 140721876889551 0
[pid=17920/tid=17982] ppid=17917 vsize=13997884 CPUtime=0.07 cores=0,2,4,6
/proc/17920/task/17982/stat : 17982 (java) S 17917 17920 1330 0 -1 1077944384 3 12472 0 0 0 0 5 2 20 0 15 0 50011512 14333833216 63366 18446744073709551615 4194304 4196468 140721876882304 139621835164384 139622836963029 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21094400 140721876883408 140721876886193 140721876886193 140721876889551 0
[pid=17920/tid=17983] ppid=17917 vsize=13997884 CPUtime=0.07 cores=0,2,4,6
/proc/17920/task/17983/stat : 17983 (java) S 17917 17920 1330 0 -1 1077944384 3 12472 0 0 0 0 5 2 20 0 15 0 50011515 14333833216 63366 18446744073709551615 4194304 4196468 140721876882304 139621834111664 139622836963970 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21094400 140721876883408 140721876886193 140721876886193 140721876889551 0
Current children cumulated CPU time (s) 5.41
Current children cumulated vsize (KiB) 13997884

[startup+6.30085 s]
/proc/loadavg: 1.90 1.67 1.62 3/209 17983
/proc/meminfo: memFree=26267268/32770624 swapFree=0/511352
[pid=17920] ppid=17917 vsize=13997884 CPUtime=10.44 cores=0,2,4,6
/proc/17920/stat : 17920 (java) S 17917 17920 1330 0 -1 1077944320 48107 12472 0 0 988 49 5 2 20 0 15 0 50011485 14333833216 220221 18446744073709551615 4194304 4196468 140721876882304 140721876864848 139622836952823 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 9 0 0 6293624 6294260 21094400 140721876883408 140721876886193 140721876886193 140721876889551 0
/proc/17920/statm: 3499471 220221 3461 1 0 3488085 0
[pid=17920/tid=17970] ppid=17917 vsize=13997884 CPUtime=5.87 cores=0,2,4,6
/proc/17920/task/17970/stat : 17970 (java) S 17917 17920 1330 0 -1 1077944384 30854 12472 0 0 566 14 5 2 20 0 15 0 50011506 14333833216 220221 18446744073709551615 4194304 4196468 140721876882304 139622841184592 139622836963029 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 3 0 0 6293624 6294260 21094400 140721876883408 140721876886193 140721876886193 140721876889551 0
[pid=17920/tid=17971] ppid=17917 vsize=13997884 CPUtime=0.24 cores=0,2,4,6
/proc/17920/task/17971/stat : 17971 (java) R 17917 17920 1330 0 -1 4202560 433 12472 0 0 11 6 5 2 20 0 15 0 50011507 14333833216 220221 18446744073709551615 4194304 4196468 140721876882304 139622756367504 139622821980025 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21094400 140721876883408 140721876886193 140721876886193 140721876889551 0
[pid=17920/tid=17972] ppid=17917 vsize=13997884 CPUtime=0.25 cores=0,2,4,6
/proc/17920/task/17972/stat : 17972 (java) R 17917 17920 1330 0 -1 4202560 445 12472 0 0 12 6 5 2 20 0 15 0 50011507 14333833216 220221 18446744073709551615 4194304 4196468 140721876882304 139622755314704 139622821974944 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21094400 140721876883408 140721876886193 140721876886193 140721876889551 0
[pid=17920/tid=17973] ppid=17917 vsize=13997884 CPUtime=0.25 cores=0,2,4,6
/proc/17920/task/17973/stat : 17973 (java) R 17917 17920 1330 0 -1 4202560 469 12472 0 0 11 7 5 2 20 0 15 0 50011507 14333833216 220221 18446744073709551615 4194304 4196468 140721876882304 139622754262104 139622821980701 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 21094400 140721876883408 140721876886193 140721876886193 140721876889551 0
[pid=17920/tid=17974] ppid=17917 vsize=13997884 CPUtime=0.25 cores=0,2,4,6
/proc/17920/task/17974/stat : 17974 (java) R 17917 17920 1330 0 -1 4202560 215 12472 0 0 11 7 5 2 20 0 15 0 50011507 14333833216 220221 18446744073709551615 4194304 4196468 140721876882304 139622753208992 139622821980242 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21094400 140721876883408 140721876886193 140721876886193 140721876889551 0
[pid=17920/tid=17975] ppid=17917 vsize=13997884 CPUtime=0.09 cores=0,2,4,6
/proc/17920/task/17975/stat : 17975 (java) S 17917 17920 1330 0 -1 1077944384 1192 12472 0 0 2 0 5 2 20 0 15 0 50011508 14333833216 220221 18446744073709551615 4194304 4196468 140721876882304 139621842531232 139622836963029 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21094400 140721876883408 140721876886193 140721876886193 140721876889551 0
[pid=17920/tid=17976] ppid=17917 vsize=13997884 CPUtime=0.07 cores=0,2,4,6
/proc/17920/task/17976/stat : 17976 (java) S 17917 17920 1330 0 -1 1077944384 56 12472 0 0 0 0 5 2 20 0 15 0 50011509 14333833216 220221 18446744073709551615 4194304 4196468 140721876882304 139621841478752 139622836963029 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21094400 140721876883408 140721876886193 140721876886193 140721876889551 0
[pid=17920/tid=17977] ppid=17917 vsize=13997884 CPUtime=0.07 cores=0,2,4,6
/proc/17920/task/17977/stat : 17977 (java) S 17917 17920 1330 0 -1 1077944384 44 12472 0 0 0 0 5 2 20 0 15 0 50011509 14333833216 220221 18446744073709551615 4194304 4196468 140721876882304 139621840425856 139622836963029 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21094400 140721876883408 140721876886193 140721876886193 140721876889551 0
[pid=17920/tid=17978] ppid=17917 vsize=13997884 CPUtime=0.07 cores=0,2,4,6
/proc/17920/task/17978/stat : 17978 (java) S 17917 17920 1330 0 -1 1077944384 3 12472 0 0 0 0 5 2 20 0 15 0 50011512 14333833216 220221 18446744073709551615 4194304 4196468 140721876882304 139621839374160 139622836971419 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21094400 140721876883408 140721876886193 140721876886193 140721876889551 0
[pid=17920/tid=17979] ppid=17917 vsize=13997884 CPUtime=1.35 cores=0,2,4,6
/proc/17920/task/17979/stat : 17979 (java) S 17917 17920 1330 0 -1 1077944384 3235 12472 0 0 127 1 5 2 20 0 15 0 50011512 14333833216 220221 18446744073709551615 4194304 4196468 140721876882304 139621838322544 139622836963970 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21094400 140721876883408 140721876886193 140721876886193 140721876889551 0
[pid=17920/tid=17980] ppid=17917 vsize=13997884 CPUtime=1.42 cores=0,2,4,6
/proc/17920/task/17980/stat : 17980 (java) S 17917 17920 1330 0 -1 1077944384 2701 12472 0 0 134 1 5 2 20 0 15 0 50011512 14333833216 220221 18446744073709551615 4194304 4196468 140721876882304 139621837269744 139622836963970 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21094400 140721876883408 140721876886193 140721876886193 140721876889551 0
[pid=17920/tid=17981] ppid=17917 vsize=13997884 CPUtime=1.19 cores=0,2,4,6
/proc/17920/task/17981/stat : 17981 (java) S 17917 17920 1330 0 -1 1077944384 5312 12472 0 0 110 2 5 2 20 0 15 0 50011512 14333833216 220221 18446744073709551615 4194304 4196468 140721876882304 139621836216944 139622836963970 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21094400 140721876883408 140721876886193 140721876886193 140721876889551 0
[pid=17920/tid=17982] ppid=17917 vsize=13997884 CPUtime=0.07 cores=0,2,4,6
/proc/17920/task/17982/stat : 17982 (java) S 17917 17920 1330 0 -1 1077944384 3 12472 0 0 0 0 5 2 20 0 15 0 50011512 14333833216 220221 18446744073709551615 4194304 4196468 140721876882304 139621835164384 139622836963029 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21094400 140721876883408 140721876886193 140721876886193 140721876889551 0
[pid=17920/tid=17983] ppid=17917 vsize=13997884 CPUtime=0.07 cores=0,2,4,6
/proc/17920/task/17983/stat : 17983 (java) S 17917 17920 1330 0 -1 1077944384 995 12472 0 0 0 0 5 2 20 0 15 0 50011515 14333833216 220221 18446744073709551615 4194304 4196468 140721876882304 139621834111664 139622836963970 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21094400 140721876883408 140721876886193 140721876886193 140721876889551 0
Current children cumulated CPU time (s) 10.44
Current children cumulated vsize (KiB) 13997884

[startup+12.7007 s]
/proc/loadavg: 1.91 1.68 1.62 6/209 17983
/proc/meminfo: memFree=25254904/32770624 swapFree=0/511352
[pid=17920] ppid=17917 vsize=13999932 CPUtime=19.69 cores=0,2,4,6
/proc/17920/stat : 17920 (java) S 17917 17920 1330 0 -1 1077944320 59603 12472 0 0 1877 85 5 2 20 0 15 0 50011485 14335930368 438854 18446744073709551615 4194304 4196468 140721876882304 140721876864848 139622836952823 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 9 0 0 6293624 6294260 21094400 140721876883408 140721876886193 140721876886193 140721876889551 0
/proc/17920/statm: 3499983 438854 3469 1 0 3488597 0
[pid=17920/tid=17970] ppid=17917 vsize=13999932 CPUtime=12.05 cores=0,2,4,6
/proc/17920/task/17970/stat : 17970 (java) R 17917 17920 1330 0 -1 4202560 34318 12472 0 0 1175 23 5 2 20 0 15 0 50011506 14335930368 438854 18446744073709551615 4194304 4196468 140721876882304 139622841181784 139622438243303 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 21094400 140721876883408 140721876886193 140721876886193 140721876889551 0
[pid=17920/tid=17971] ppid=17917 vsize=13999932 CPUtime=0.45 cores=0,2,4,6
/proc/17920/task/17971/stat : 17971 (java) S 17917 17920 1330 0 -1 1077944384 612 12472 0 0 26 12 5 2 20 0 15 0 50011507 14335930368 438854 18446744073709551615 4194304 4196468 140721876882304 139622756367504 139622836963029 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21094400 140721876883408 140721876886193 140721876886193 140721876889551 0
[pid=17920/tid=17972] ppid=17917 vsize=13999932 CPUtime=0.46 cores=0,2,4,6
/proc/17920/task/17972/stat : 17972 (java) S 17917 17920 1330 0 -1 1077944384 629 12472 0 0 27 12 5 2 20 0 15 0 50011507 14335930368 438854 18446744073709551615 4194304 4196468 140721876882304 139622755314704 139622836963029 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21094400 140721876883408 140721876886193 140721876886193 140721876889551 0
[pid=17920/tid=17973] ppid=17917 vsize=13999932 CPUtime=0.46 cores=0,2,4,6
/proc/17920/task/17973/stat : 17973 (java) S 17917 17920 1330 0 -1 1077944384 653 12472 0 0 26 13 5 2 20 0 15 0 50011507 14335930368 438854 18446744073709551615 4194304 4196468 140721876882304 139622754261904 139622836963029 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21094400 140721876883408 140721876886193 140721876886193 140721876889551 0
[pid=17920/tid=17974] ppid=17917 vsize=13999932 CPUtime=0.46 cores=0,2,4,6
/proc/17920/task/17974/stat : 17974 (java) S 17917 17920 1330 0 -1 1077944384 382 12472 0 0 26 13 5 2 20 0 15 0 50011507 14335930368 438854 18446744073709551615 4194304 4196468 140721876882304 139622753209104 139622836963029 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21094400 140721876883408 140721876886193 140721876886193 140721876889551 0
[pid=17920/tid=17975] ppid=17917 vsize=13999932 CPUtime=0.1 cores=0,2,4,6
/proc/17920/task/17975/stat : 17975 (java) S 17917 17920 1330 0 -1 1077944384 1685 12472 0 0 3 0 5 2 20 0 15 0 50011508 14335930368 438854 18446744073709551615 4194304 4196468 140721876882304 139621842532720 139622836963970 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21094400 140721876883408 140721876886193 140721876886193 140721876889551 0
[pid=17920/tid=17976] ppid=17917 vsize=13999932 CPUtime=0.07 cores=0,2,4,6
/proc/17920/task/17976/stat : 17976 (java) S 17917 17920 1330 0 -1 1077944384 56 12472 0 0 0 0 5 2 20 0 15 0 50011509 14335930368 438854 18446744073709551615 4194304 4196468 140721876882304 139621841478752 139622836963029 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21094400 140721876883408 140721876886193 140721876886193 140721876889551 0
[pid=17920/tid=17977] ppid=17917 vsize=13999932 CPUtime=0.07 cores=0,2,4,6
/proc/17920/task/17977/stat : 17977 (java) S 17917 17920 1330 0 -1 1077944384 44 12472 0 0 0 0 5 2 20 0 15 0 50011509 14335930368 438854 18446744073709551615 4194304 4196468 140721876882304 139621840425856 139622836963029 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21094400 140721876883408 140721876886193 140721876886193 140721876889551 0
[pid=17920/tid=17978] ppid=17917 vsize=13999932 CPUtime=0.07 cores=0,2,4,6
/proc/17920/task/17978/stat : 17978 (java) S 17917 17920 1330 0 -1 1077944384 3 12472 0 0 0 0 5 2 20 0 15 0 50011512 14335930368 438854 18446744073709551615 4194304 4196468 140721876882304 139621839374160 139622836971419 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21094400 140721876883408 140721876886193 140721876886193 140721876889551 0

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

/proc/17920/task/17982/stat : 17982 (java) S 17917 17920 1330 0 -1 1077944384 3 12472 0 0 0 0 5 2 20 0 15 0 50011512 14407233536 964865 18446744073709551615 4194304 4196468 140721876882304 139621835164384 139622836963029 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21094400 140721876883408 140721876886193 140721876886193 140721876889551 0
[pid=17920/tid=17983] ppid=17917 vsize=14069564 CPUtime=1.49 cores=0,2,4,6
/proc/17920/task/17983/stat : 17983 (java) S 17917 17920 1330 0 -1 1077944384 3514 12472 0 0 68 74 5 2 20 0 15 0 50011515 14407233536 964865 18446744073709551615 4194304 4196468 140721876882304 139621834111664 139622836963970 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21094400 140721876883408 140721876886193 140721876886193 140721876889551 0
Current children cumulated CPU time (s) 2430.09
Current children cumulated vsize (KiB) 14069564

[startup+2442.3 s]
/proc/loadavg: 1.70 1.47 1.43 3/209 18774
/proc/meminfo: memFree=25658932/32770624 swapFree=0/511560
[pid=17920] ppid=17917 vsize=14069564 CPUtime=2491.17 cores=0,2,4,6
/proc/17920/stat : 17920 (java) S 17917 17920 1330 0 -1 1077944320 497448 12472 0 0 248678 432 5 2 20 0 15 0 50011485 14407233536 964352 18446744073709551615 4194304 4196468 140721876882304 140721876864848 139622836952823 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 9 0 0 6293624 6294260 21094400 140721876883408 140721876886193 140721876886193 140721876889551 0
/proc/17920/statm: 3517391 964352 3483 1 0 3506005 0
[pid=17920/tid=17970] ppid=17917 vsize=14069564 CPUtime=2418.16 cores=0,2,4,6
/proc/17920/task/17970/stat : 17970 (java) R 17917 17920 1330 0 -1 4202560 163699 12472 0 0 241720 89 5 2 20 0 15 0 50011506 14407233536 964352 18446744073709551615 4194304 4196468 140721876882304 139622841187040 139622443479820 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 21094400 140721876883408 140721876886193 140721876886193 140721876889551 0
[pid=17920/tid=17971] ppid=17917 vsize=14069564 CPUtime=12.66 cores=0,2,4,6
/proc/17920/task/17971/stat : 17971 (java) S 17917 17920 1330 0 -1 1077944384 62959 12472 0 0 1195 64 5 2 20 0 15 0 50011507 14407233536 964352 18446744073709551615 4194304 4196468 140721876882304 139622756367504 139622836963029 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21094400 140721876883408 140721876886193 140721876886193 140721876889551 0
[pid=17920/tid=17972] ppid=17917 vsize=14069564 CPUtime=12.7 cores=0,2,4,6
/proc/17920/task/17972/stat : 17972 (java) S 17917 17920 1330 0 -1 1077944384 57183 12472 0 0 1196 67 5 2 20 0 15 0 50011507 14407233536 964352 18446744073709551615 4194304 4196468 140721876882304 139622755314704 139622836963029 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21094400 140721876883408 140721876886193 140721876886193 140721876889551 0
[pid=17920/tid=17973] ppid=17917 vsize=14069564 CPUtime=12.66 cores=0,2,4,6
/proc/17920/task/17973/stat : 17973 (java) S 17917 17920 1330 0 -1 1077944384 63801 12472 0 0 1194 65 5 2 20 0 15 0 50011507 14407233536 964352 18446744073709551615 4194304 4196468 140721876882304 139622754261904 139622836963029 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21094400 140721876883408 140721876886193 140721876886193 140721876889551 0
[pid=17920/tid=17974] ppid=17917 vsize=14069564 CPUtime=12.69 cores=0,2,4,6
/proc/17920/task/17974/stat : 17974 (java) S 17917 17920 1330 0 -1 1077944384 54131 12472 0 0 1197 65 5 2 20 0 15 0 50011507 14407233536 964352 18446744073709551615 4194304 4196468 140721876882304 139622753209104 139622836963029 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21094400 140721876883408 140721876886193 140721876886193 140721876889551 0
[pid=17920/tid=17975] ppid=17917 vsize=14069564 CPUtime=9.17 cores=0,2,4,6
/proc/17920/task/17975/stat : 17975 (java) S 17917 17920 1330 0 -1 1077944384 46994 12472 0 0 858 52 5 2 20 0 15 0 50011508 14407233536 964352 18446744073709551615 4194304 4196468 140721876882304 139621842532720 139622836963970 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21094400 140721876883408 140721876886193 140721876886193 140721876889551 0
[pid=17920/tid=17976] ppid=17917 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/17920/task/17976/stat : 17976 (java) S 17917 17920 1330 0 -1 1077944384 60 12472 0 0 0 0 5 2 20 0 15 0 50011509 14407233536 964352 18446744073709551615 4194304 4196468 140721876882304 139621841478816 139622836963029 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21094400 140721876883408 140721876886193 140721876886193 140721876889551 0
[pid=17920/tid=17977] ppid=17917 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/17920/task/17977/stat : 17977 (java) S 17917 17920 1330 0 -1 1077944384 47 12472 0 0 0 0 5 2 20 0 15 0 50011509 14407233536 964352 18446744073709551615 4194304 4196468 140721876882304 139621840425856 139622836963029 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21094400 140721876883408 140721876886193 140721876886193 140721876889551 0
[pid=17920/tid=17978] ppid=17917 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/17920/task/17978/stat : 17978 (java) S 17917 17920 1330 0 -1 1077944384 3 12472 0 0 0 0 5 2 20 0 15 0 50011512 14407233536 964352 18446744073709551615 4194304 4196468 140721876882304 139621839374160 139622836971419 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21094400 140721876883408 140721876886193 140721876886193 140721876889551 0
[pid=17920/tid=17979] ppid=17917 vsize=14069564 CPUtime=5.01 cores=0,2,4,6
/proc/17920/task/17979/stat : 17979 (java) S 17917 17920 1330 0 -1 1077944384 14160 12472 0 0 490 4 5 2 20 0 15 0 50011512 14407233536 964352 18446744073709551615 4194304 4196468 140721876882304 139621838322544 139622836963970 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21094400 140721876883408 140721876886193 140721876886193 140721876889551 0
[pid=17920/tid=17980] ppid=17917 vsize=14069564 CPUtime=4.71 cores=0,2,4,6
/proc/17920/task/17980/stat : 17980 (java) S 17917 17920 1330 0 -1 1077944384 10571 12472 0 0 461 3 5 2 20 0 15 0 50011512 14407233536 964352 18446744073709551615 4194304 4196468 140721876882304 139621837269744 139622836963970 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21094400 140721876883408 140721876886193 140721876886193 140721876889551 0
[pid=17920/tid=17981] ppid=17917 vsize=14069564 CPUtime=2.4 cores=0,2,4,6
/proc/17920/task/17981/stat : 17981 (java) S 17917 17920 1330 0 -1 1077944384 18113 12472 0 0 228 5 5 2 20 0 15 0 50011512 14407233536 964352 18446744073709551615 4194304 4196468 140721876882304 139621836216944 139622836963970 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21094400 140721876883408 140721876886193 140721876886193 140721876889551 0
[pid=17920/tid=17982] ppid=17917 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/17920/task/17982/stat : 17982 (java) S 17917 17920 1330 0 -1 1077944384 3 12472 0 0 0 0 5 2 20 0 15 0 50011512 14407233536 964352 18446744073709551615 4194304 4196468 140721876882304 139621835164384 139622836963029 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21094400 140721876883408 140721876886193 140721876886193 140721876889551 0
[pid=17920/tid=17983] ppid=17917 vsize=14069564 CPUtime=1.52 cores=0,2,4,6
/proc/17920/task/17983/stat : 17983 (java) S 17917 17920 1330 0 -1 1077944384 3574 12472 0 0 70 75 5 2 20 0 15 0 50011515 14407233536 964352 18446744073709551615 4194304 4196468 140721876882304 139621834111664 139622836963970 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21094400 140721876883408 140721876886193 140721876886193 140721876889551 0
Current children cumulated CPU time (s) 2491.17
Current children cumulated vsize (KiB) 14069564



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2470.71 s]
/proc/loadavg: 1.73 1.50 1.44 3/209 18775
/proc/meminfo: memFree=25109372/32770624 swapFree=0/511564
[pid=17920] ppid=17917 vsize=14069564 CPUtime=2520.09 cores=0,2,4,6
/proc/17920/stat : 17920 (java) S 17917 17920 1330 0 -1 1077944320 501137 12472 0 0 251566 436 5 2 20 0 15 0 50011485 14407233536 964352 18446744073709551615 4194304 4196468 140721876882304 140721876864848 139622836952823 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 9 0 0 6293624 6294260 21094400 140721876883408 140721876886193 140721876886193 140721876889551 0
/proc/17920/statm: 3517391 964352 3483 1 0 3506005 0
[pid=17920/tid=17970] ppid=17917 vsize=14069564 CPUtime=2446.26 cores=0,2,4,6
/proc/17920/task/17970/stat : 17970 (java) R 17917 17920 1330 0 -1 4202560 164680 12472 0 0 244529 90 5 2 20 0 15 0 50011506 14407233536 964352 18446744073709551615 4194304 4196468 140721876882304 139622841187152 139622438809739 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 21094400 140721876883408 140721876886193 140721876886193 140721876889551 0
[pid=17920/tid=17971] ppid=17917 vsize=14069564 CPUtime=12.84 cores=0,2,4,6
/proc/17920/task/17971/stat : 17971 (java) S 17917 17920 1330 0 -1 1077944384 64201 12472 0 0 1212 65 5 2 20 0 15 0 50011507 14407233536 964352 18446744073709551615 4194304 4196468 140721876882304 139622756367504 139622836963029 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21094400 140721876883408 140721876886193 140721876886193 140721876889551 0
[pid=17920/tid=17972] ppid=17917 vsize=14069564 CPUtime=12.87 cores=0,2,4,6
/proc/17920/task/17972/stat : 17972 (java) S 17917 17920 1330 0 -1 1077944384 57352 12472 0 0 1213 67 5 2 20 0 15 0 50011507 14407233536 964352 18446744073709551615 4194304 4196468 140721876882304 139622755314704 139622836963029 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21094400 140721876883408 140721876886193 140721876886193 140721876889551 0
[pid=17920/tid=17973] ppid=17917 vsize=14069564 CPUtime=12.84 cores=0,2,4,6
/proc/17920/task/17973/stat : 17973 (java) S 17917 17920 1330 0 -1 1077944384 64522 12472 0 0 1211 66 5 2 20 0 15 0 50011507 14407233536 964352 18446744073709551615 4194304 4196468 140721876882304 139622754261904 139622836963029 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21094400 140721876883408 140721876886193 140721876886193 140721876889551 0
[pid=17920/tid=17974] ppid=17917 vsize=14069564 CPUtime=12.85 cores=0,2,4,6
/proc/17920/task/17974/stat : 17974 (java) S 17917 17920 1330 0 -1 1077944384 54323 12472 0 0 1213 65 5 2 20 0 15 0 50011507 14407233536 964352 18446744073709551615 4194304 4196468 140721876882304 139622753209104 139622836963029 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21094400 140721876883408 140721876886193 140721876886193 140721876889551 0
[pid=17920/tid=17975] ppid=17917 vsize=14069564 CPUtime=9.29 cores=0,2,4,6
/proc/17920/task/17975/stat : 17975 (java) S 17917 17920 1330 0 -1 1077944384 47350 12472 0 0 869 53 5 2 20 0 15 0 50011508 14407233536 964352 18446744073709551615 4194304 4196468 140721876882304 139621842532720 139622836963970 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21094400 140721876883408 140721876886193 140721876886193 140721876889551 0
[pid=17920/tid=17976] ppid=17917 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/17920/task/17976/stat : 17976 (java) S 17917 17920 1330 0 -1 1077944384 60 12472 0 0 0 0 5 2 20 0 15 0 50011509 14407233536 964352 18446744073709551615 4194304 4196468 140721876882304 139621841478816 139622836963029 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21094400 140721876883408 140721876886193 140721876886193 140721876889551 0
[pid=17920/tid=17977] ppid=17917 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/17920/task/17977/stat : 17977 (java) S 17917 17920 1330 0 -1 1077944384 47 12472 0 0 0 0 5 2 20 0 15 0 50011509 14407233536 964352 18446744073709551615 4194304 4196468 140721876882304 139621840425856 139622836963029 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21094400 140721876883408 140721876886193 140721876886193 140721876889551 0
[pid=17920/tid=17978] ppid=17917 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/17920/task/17978/stat : 17978 (java) S 17917 17920 1330 0 -1 1077944384 3 12472 0 0 0 0 5 2 20 0 15 0 50011512 14407233536 964352 18446744073709551615 4194304 4196468 140721876882304 139621839374160 139622836971419 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21094400 140721876883408 140721876886193 140721876886193 140721876889551 0
[pid=17920/tid=17979] ppid=17917 vsize=14069564 CPUtime=5.01 cores=0,2,4,6
/proc/17920/task/17979/stat : 17979 (java) S 17917 17920 1330 0 -1 1077944384 14163 12472 0 0 490 4 5 2 20 0 15 0 50011512 14407233536 964352 18446744073709551615 4194304 4196468 140721876882304 139621838322544 139622836963970 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21094400 140721876883408 140721876886193 140721876886193 140721876889551 0
[pid=17920/tid=17980] ppid=17917 vsize=14069564 CPUtime=4.71 cores=0,2,4,6
/proc/17920/task/17980/stat : 17980 (java) S 17917 17920 1330 0 -1 1077944384 10573 12472 0 0 461 3 5 2 20 0 15 0 50011512 14407233536 964352 18446744073709551615 4194304 4196468 140721876882304 139621837269744 139622836963970 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21094400 140721876883408 140721876886193 140721876886193 140721876889551 0
[pid=17920/tid=17981] ppid=17917 vsize=14069564 CPUtime=2.4 cores=0,2,4,6
/proc/17920/task/17981/stat : 17981 (java) S 17917 17920 1330 0 -1 1077944384 18115 12472 0 0 228 5 5 2 20 0 15 0 50011512 14407233536 964352 18446744073709551615 4194304 4196468 140721876882304 139621836216944 139622836963970 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21094400 140721876883408 140721876886193 140721876886193 140721876889551 0
[pid=17920/tid=17982] ppid=17917 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/17920/task/17982/stat : 17982 (java) S 17917 17920 1330 0 -1 1077944384 3 12472 0 0 0 0 5 2 20 0 15 0 50011512 14407233536 964352 18446744073709551615 4194304 4196468 140721876882304 139621835164384 139622836963029 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21094400 140721876883408 140721876886193 140721876886193 140721876889551 0
[pid=17920/tid=17983] ppid=17917 vsize=14069564 CPUtime=1.54 cores=0,2,4,6
/proc/17920/task/17983/stat : 17983 (java) S 17917 17920 1330 0 -1 1077944384 3595 12472 0 0 71 76 5 2 20 0 15 0 50011515 14407233536 964352 18446744073709551615 4194304 4196468 140721876882304 139621834111664 139622836963970 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21094400 140721876883408 140721876886193 140721876886193 140721876889551 0
Current children cumulated CPU time (s) 2520.09
Current children cumulated vsize (KiB) 14069564

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

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

[startup+2470.81 s]
/proc/loadavg: 1.73 1.50 1.44 3/209 18775
/proc/meminfo: memFree=25109372/32770624 swapFree=0/511564
[pid=17920] ppid=17917 vsize=14202692 CPUtime=2520.36 cores=0,2,4,6
/proc/17920/stat : 17920 (java) S 17917 17920 1330 0 -1 1077944320 514434 12472 0 0 251592 437 5 2 20 0 17 0 50011485 14543556608 966065 18446744073709551615 4194304 4196468 140721876882304 140721876864848 139622836952823 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 21094400 140721876883408 140721876886193 140721876886193 140721876889551 0
/proc/17920/statm: 3550673 966065 3483 1 0 3539287 0
[pid=17920/tid=17970] ppid=17917 vsize=14202692 CPUtime=2446.27 cores=0,2,4,6
/proc/17920/task/17970/stat : 17970 (java) S 17917 17920 1330 0 -1 1077944384 165836 12472 0 0 244530 90 5 2 20 0 17 0 50011506 14543556608 966065 18446744073709551615 4194304 4196468 140721876882304 139622841190544 139622836963029 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 3 0 0 6293624 6294260 21094400 140721876883408 140721876886193 140721876886193 140721876889551 0
[pid=17920/tid=17971] ppid=17917 vsize=14202692 CPUtime=12.9 cores=0,2,4,6
/proc/17920/task/17971/stat : 17971 (java) R 17917 17920 1330 0 -1 4202560 64230 12472 0 0 1218 65 5 2 20 0 17 0 50011507 14543556608 966065 18446744073709551615 4194304 4196468 140721876882304 139622756367312 139622829581031 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21094400 140721876883408 140721876886193 140721876886193 140721876889551 0
[pid=17920/tid=17972] ppid=17917 vsize=14202692 CPUtime=12.93 cores=0,2,4,6
/proc/17920/task/17972/stat : 17972 (java) R 17917 17920 1330 0 -1 4202560 57362 12472 0 0 1218 68 5 2 20 0 17 0 50011507 14543556608 966065 18446744073709551615 4194304 4196468 140721876882304 139622755314512 139622829581031 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21094400 140721876883408 140721876886193 140721876886193 140721876889551 0
[pid=17920/tid=17973] ppid=17917 vsize=14202692 CPUtime=12.89 cores=0,2,4,6
/proc/17920/task/17973/stat : 17973 (java) R 17917 17920 1330 0 -1 4202560 64534 12472 0 0 1216 66 5 2 20 0 17 0 50011507 14543556608 966065 18446744073709551615 4194304 4196468 140721876882304 139622754261904 139622821653528 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21094400 140721876883408 140721876886193 140721876886193 140721876889551 0
[pid=17920/tid=17974] ppid=17917 vsize=14202692 CPUtime=12.91 cores=0,2,4,6
/proc/17920/task/17974/stat : 17974 (java) S 17917 17920 1330 0 -1 1077944384 54333 12472 0 0 1219 65 5 2 20 0 17 0 50011507 14543556608 966065 18446744073709551615 4194304 4196468 140721876882304 139622753208912 139622836963970 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21094400 140721876883408 140721876886193 140721876886193 140721876889551 0
[pid=17920/tid=17975] ppid=17917 vsize=14202692 CPUtime=9.32 cores=0,2,4,6
/proc/17920/task/17975/stat : 17975 (java) S 17917 17920 1330 0 -1 1077944384 58811 12472 0 0 872 53 5 2 20 0 17 0 50011508 14543556608 966065 18446744073709551615 4194304 4196468 140721876882304 139621842531344 139622836963029 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21094400 140721876883408 140721876886193 140721876886193 140721876889551 0
[pid=17920/tid=17976] ppid=17917 vsize=14202692 CPUtime=0.07 cores=0,2,4,6
/proc/17920/task/17976/stat : 17976 (java) S 17917 17920 1330 0 -1 1077944384 60 12472 0 0 0 0 5 2 20 0 17 0 50011509 14543556608 966065 18446744073709551615 4194304 4196468 140721876882304 139621841478816 139622836963029 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21094400 140721876883408 140721876886193 140721876886193 140721876889551 0
[pid=17920/tid=17977] ppid=17917 vsize=14202692 CPUtime=0.07 cores=0,2,4,6
/proc/17920/task/17977/stat : 17977 (java) S 17917 17920 1330 0 -1 1077944384 47 12472 0 0 0 0 5 2 20 0 17 0 50011509 14543556608 966065 18446744073709551615 4194304 4196468 140721876882304 139621840425856 139622836963029 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21094400 140721876883408 140721876886193 140721876886193 140721876889551 0
[pid=17920/tid=17978] ppid=17917 vsize=14202692 CPUtime=0.07 cores=0,2,4,6
/proc/17920/task/17978/stat : 17978 (java) S 17917 17920 1330 0 -1 1077944384 252 12472 0 0 0 0 5 2 20 0 17 0 50011512 14543556608 966065 18446744073709551615 4194304 4196468 140721876882304 139621839374160 139622836971419 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21094400 140721876883408 140721876886193 140721876886193 140721876889551 0
[pid=17920/tid=17979] ppid=17917 vsize=14202692 CPUtime=5.01 cores=0,2,4,6
/proc/17920/task/17979/stat : 17979 (java) S 17917 17920 1330 0 -1 1077944384 14163 12472 0 0 490 4 5 2 20 0 17 0 50011512 14543556608 966065 18446744073709551615 4194304 4196468 140721876882304 139621838322544 139622836963970 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21094400 140721876883408 140721876886193 140721876886193 140721876889551 0
[pid=17920/tid=17980] ppid=17917 vsize=14202692 CPUtime=4.71 cores=0,2,4,6
/proc/17920/task/17980/stat : 17980 (java) S 17917 17920 1330 0 -1 1077944384 10573 12472 0 0 461 3 5 2 20 0 17 0 50011512 14543556608 966065 18446744073709551615 4194304 4196468 140721876882304 139621837269744 139622836963970 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21094400 140721876883408 140721876886193 140721876886193 140721876889551 0
[pid=17920/tid=17981] ppid=17917 vsize=14202692 CPUtime=2.4 cores=0,2,4,6
/proc/17920/task/17981/stat : 17981 (java) S 17917 17920 1330 0 -1 1077944384 18115 12472 0 0 228 5 5 2 20 0 17 0 50011512 14543556608 966065 18446744073709551615 4194304 4196468 140721876882304 139621836216944 139622836963970 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21094400 140721876883408 140721876886193 140721876886193 140721876889551 0
[pid=17920/tid=17982] ppid=17917 vsize=14202692 CPUtime=0.07 cores=0,2,4,6
/proc/17920/task/17982/stat : 17982 (java) S 17917 17920 1330 0 -1 1077944384 3 12472 0 0 0 0 5 2 20 0 17 0 50011512 14543556608 966065 18446744073709551615 4194304 4196468 140721876882304 139621835164384 139622836963029 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21094400 140721876883408 140721876886193 140721876886193 140721876889551 0
[pid=17920/tid=17983] ppid=17917 vsize=14202692 CPUtime=1.54 cores=0,2,4,6
/proc/17920/task/17983/stat : 17983 (java) S 17917 17920 1330 0 -1 1077944384 3595 12472 0 0 71 76 5 2 20 0 17 0 50011515 14543556608 966065 18446744073709551615 4194304 4196468 140721876882304 139621834111664 139622836963970 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21094400 140721876883408 140721876886193 140721876886193 140721876889551 0
Current children cumulated CPU time (s) 2520.36
Current children cumulated vsize (KiB) 14202692

[startup+2471.2 s]
/proc/loadavg: 1.73 1.50 1.44 3/209 18775
/proc/meminfo: memFree=25109372/32770624 swapFree=0/511564
[pid=17920] ppid=17917 vsize=14202692 CPUtime=2521.76 cores=0,2,4,6
/proc/17920/stat : 17920 (java) S 17917 17920 1330 0 -1 1077944320 514616 12472 0 0 251732 437 5 2 20 0 17 0 50011485 14543556608 966067 18446744073709551615 4194304 4196468 140721876882304 140721876864848 139622836952823 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 21094400 140721876883408 140721876886193 140721876886193 140721876889551 0
/proc/17920/statm: 3550673 966067 3483 1 0 3539287 0
[pid=17920/tid=17970] ppid=17917 vsize=14202692 CPUtime=2446.27 cores=0,2,4,6
/proc/17920/task/17970/stat : 17970 (java) S 17917 17920 1330 0 -1 1077944384 165836 12472 0 0 244530 90 5 2 20 0 17 0 50011506 14543556608 966067 18446744073709551615 4194304 4196468 140721876882304 139622841190544 139622836963029 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 3 0 0 6293624 6294260 21094400 140721876883408 140721876886193 140721876886193 140721876889551 0
[pid=17920/tid=17971] ppid=17917 vsize=14202692 CPUtime=13.23 cores=0,2,4,6
/proc/17920/task/17971/stat : 17971 (java) S 17917 17920 1330 0 -1 1077944384 64236 12472 0 0 1251 65 5 2 20 0 17 0 50011507 14543556608 966067 18446744073709551615 4194304 4196468 140721876882304 139622756367504 139622836963029 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21094400 140721876883408 140721876886193 140721876886193 140721876889551 0
[pid=17920/tid=17972] ppid=17917 vsize=14202692 CPUtime=13.27 cores=0,2,4,6
/proc/17920/task/17972/stat : 17972 (java) S 17917 17920 1330 0 -1 1077944384 57366 12472 0 0 1252 68 5 2 20 0 17 0 50011507 14543556608 966067 18446744073709551615 4194304 4196468 140721876882304 139622755314704 139622836963029 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21094400 140721876883408 140721876886193 140721876886193 140721876889551 0
[pid=17920/tid=17973] ppid=17917 vsize=14202692 CPUtime=13.23 cores=0,2,4,6
/proc/17920/task/17973/stat : 17973 (java) S 17917 17920 1330 0 -1 1077944384 64548 12472 0 0 1250 66 5 2 20 0 17 0 50011507 14543556608 966067 18446744073709551615 4194304 4196468 140721876882304 139622754261904 139622836963029 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21094400 140721876883408 140721876886193 140721876886193 140721876889551 0
[pid=17920/tid=17974] ppid=17917 vsize=14202692 CPUtime=13.25 cores=0,2,4,6
/proc/17920/task/17974/stat : 17974 (java) S 17917 17920 1330 0 -1 1077944384 54339 12472 0 0 1253 65 5 2 20 0 17 0 50011507 14543556608 966067 18446744073709551615 4194304 4196468 140721876882304 139622753209104 139622836963029 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21094400 140721876883408 140721876886193 140721876886193 140721876889551 0
[pid=17920/tid=17975] ppid=17917 vsize=14202692 CPUtime=9.38 cores=0,2,4,6
/proc/17920/task/17975/stat : 17975 (java) R 17917 17920 1330 0 -1 4202560 58955 12472 0 0 878 53 5 2 20 0 17 0 50011508 14543556608 966067 18446744073709551615 4194304 4196468 140721876882304 139621842531120 139622836974170 0 0 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21094400 140721876883408 140721876886193 140721876886193 140721876889551 0
[pid=17920/tid=17976] ppid=17917 vsize=14202692 CPUtime=0.07 cores=0,2,4,6
/proc/17920/task/17976/stat : 17976 (java) S 17917 17920 1330 0 -1 1077944384 63 12472 0 0 0 0 5 2 20 0 17 0 50011509 14543556608 966067 18446744073709551615 4194304 4196468 140721876882304 139621841478816 139622836963029 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21094400 140721876883408 140721876886193 140721876886193 140721876889551 0
[pid=17920/tid=17977] ppid=17917 vsize=14202692 CPUtime=0.07 cores=0,2,4,6
/proc/17920/task/17977/stat : 17977 (java) S 17917 17920 1330 0 -1 1077944384 49 12472 0 0 0 0 5 2 20 0 17 0 50011509 14543556608 966067 18446744073709551615 4194304 4196468 140721876882304 139621840425856 139622836963029 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21094400 140721876883408 140721876886193 140721876886193 140721876889551 0
[pid=17920/tid=17978] ppid=17917 vsize=14202692 CPUtime=0.07 cores=0,2,4,6
/proc/17920/task/17978/stat : 17978 (java) S 17917 17920 1330 0 -1 1077944384 252 12472 0 0 0 0 5 2 20 0 17 0 50011512 14543556608 966067 18446744073709551615 4194304 4196468 140721876882304 139621839374160 139622836971419 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21094400 140721876883408 140721876886193 140721876886193 140721876889551 0
[pid=17920/tid=17979] ppid=17917 vsize=14202692 CPUtime=5.01 cores=0,2,4,6
/proc/17920/task/17979/stat : 17979 (java) S 17917 17920 1330 0 -1 1077944384 14163 12472 0 0 490 4 5 2 20 0 17 0 50011512 14543556608 966067 18446744073709551615 4194304 4196468 140721876882304 139621838322544 139622836963970 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21094400 140721876883408 140721876886193 140721876886193 140721876889551 0
[pid=17920/tid=17980] ppid=17917 vsize=14202692 CPUtime=4.71 cores=0,2,4,6
/proc/17920/task/17980/stat : 17980 (java) S 17917 17920 1330 0 -1 1077944384 10573 12472 0 0 461 3 5 2 20 0 17 0 50011512 14543556608 966067 18446744073709551615 4194304 4196468 140721876882304 139621837269744 139622836963970 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21094400 140721876883408 140721876886193 140721876886193 140721876889551 0
[pid=17920/tid=17981] ppid=17917 vsize=14202692 CPUtime=2.4 cores=0,2,4,6
/proc/17920/task/17981/stat : 17981 (java) S 17917 17920 1330 0 -1 1077944384 18115 12472 0 0 228 5 5 2 20 0 17 0 50011512 14543556608 966067 18446744073709551615 4194304 4196468 140721876882304 139621836216944 139622836963970 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21094400 140721876883408 140721876886193 140721876886193 140721876889551 0
[pid=17920/tid=17982] ppid=17917 vsize=14202692 CPUtime=0.07 cores=0,2,4,6
/proc/17920/task/17982/stat : 17982 (java) S 17917 17920 1330 0 -1 1077944384 3 12472 0 0 0 0 5 2 20 0 17 0 50011512 14543556608 966067 18446744073709551615 4194304 4196468 140721876882304 139621835164384 139622836963029 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21094400 140721876883408 140721876886193 140721876886193 140721876889551 0
[pid=17920/tid=17983] ppid=17917 vsize=14202692 CPUtime=1.54 cores=0,2,4,6
/proc/17920/task/17983/stat : 17983 (java) S 17917 17920 1330 0 -1 1077944384 3595 12472 0 0 71 76 5 2 20 0 17 0 50011515 14543556608 966067 18446744073709551615 4194304 4196468 140721876882304 139621834111664 139622836963970 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21094400 140721876883408 140721876886193 140721876886193 140721876889551 0
Current children cumulated CPU time (s) 2521.76
Current children cumulated vsize (KiB) 14202692

Child status: 143
Real time (s): 2471.28
CPU time (s): 2521.91
CPU user time (s): 2517.48
CPU system time (s): 4.43007
CPU usage (%): 102.049
Max. virtual memory (cumulated for all children) (KiB): 14202692

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.48
system time used= 4.43007
maximum resident set size= 4121912
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 527481
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2888
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 254522
involuntary context switches= 6792

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.31723 second user time and 17.4686 second system time

The end

Launcher Data

Begin job on node125 at 2017-08-11 20:44:22
IDJOB=4262700
IDBENCH=138536
IDSOLVER=2650
FILE ID=node125/4262700-1502477907
RUNJOBID= node125-1502411403-1394
PBS_JOBID= 
Free space on /tmp= 62008 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/SuperSolutions/SuperSolutions-Sadeh-js/SuperSadeh-js-e0ddr1-1.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262700-1502477907/watcher-4262700-1502477907 -o /tmp/evaluation-result-4262700-1502477907/solver-4262700-1502477907 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1502411403-1394 --watchdog 2580  bin/concrete HOME/instance-4262700-1502477907.xml

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

MD5SUM BENCH= 00a0c39161bc8317718298f720cd241b
RANDOM SEED=1283764849

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:        26995612 kB
MemAvailable:   27778500 kB
Buffers:          259236 kB
Cached:           814512 kB
SwapCached:            0 kB
Active:          4811648 kB
Inactive:         536184 kB
Active(anon):    4274680 kB
Inactive(anon):    24908 kB
Active(file):     536968 kB
Inactive(file):   511276 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24528 kB
Writeback:             0 kB
AnonPages:       4274224 kB
Mapped:            55576 kB
Shmem:             25252 kB
Slab:             126208 kB
SReclaimable:     100960 kB
SUnreclaim:        25248 kB
KernelStack:        3408 kB
PageTables:        13248 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5136284 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4038656 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 21:25:34