Trace number 4259742

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.4? (TO) 256.58401 240.51199

General information on the benchmark

NameScheduling/Scheduling-js-taillard/
Taillard-js-020-15-9.xml
MD5SUM15bcd759626357ed73f755380ffdcafb
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark1377
Best CPU time to get the best result obtained on this benchmark252.015
Satisfiable
(Un)Satisfiability was proved
Number of variables320
Number of constraints335
Number of domains1
Minimum domain size1462
Maximum domain size1462
Distribution of domain sizes[{"size":1462,"count":320}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":20},{"degree":3,"count":300}]
Minimum constraint arity1
Maximum constraint arity20
Distribution of constraint arities[{"arity":1,"count":20},{"arity":2,"count":300},{"arity":20,"count":15}]
Number of extensional constraints0
Number of intensional constraints320
Distribution of constraint types[{"type":"intension","count":320},{"type":"noOverlap","count":15}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

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

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 264 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 294 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 240 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.79 1.94 1.92 2/199 30318
/proc/meminfo: memFree=30293372/32770624 swapFree=0/239080
[pid=30318] ppid=30315 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/30318/stat : 30318 (runsolver) D 30315 30318 3187 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 6178225 24240128 107 18446744073709551615 4194304 4338465 140734609855200 140734609852840 140485558911703 0 0 1 24578 18446744071580418449 0 0 17 7 0 0 0 0 0 6438912 6441760 39555072 140734609858769 140734609859143 140734609859143 140734609862602 0
/proc/30318/statm: 5918 107 54 36 0 2156 0

[startup+0.100087 s]
/proc/loadavg: 1.79 1.94 1.92 2/199 30318
/proc/meminfo: memFree=30293372/32770624 swapFree=0/239080
[pid=30318] ppid=30315 vsize=9636 CPUtime=0.01 cores=1,3,5,7
/proc/30318/stat : 30318 (bash) S 30315 30318 3187 0 -1 4202496 896 6487 0 0 0 0 0 1 20 0 1 0 6178225 9867264 377 18446744073709551615 4194304 5098028 140722357125728 140722357119736 140468996557824 0 0 5 65536 18446744071580971376 0 0 17 3 0 0 7 0 0 7196144 7232144 10989568 140722357133842 140722357133927 140722357133927 140722357137386 0
/proc/30318/statm: 2409 377 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.20034 s]
/proc/loadavg: 1.79 1.94 1.92 2/199 30318
/proc/meminfo: memFree=30293372/32770624 swapFree=0/239080
[pid=30318] ppid=30315 vsize=9636 CPUtime=0.01 cores=1,3,5,7
/proc/30318/stat : 30318 (bash) S 30315 30318 3187 0 -1 4202496 896 6487 0 0 0 0 0 1 20 0 1 0 6178225 9867264 377 18446744073709551615 4194304 5098028 140722357125728 140722357119736 140468996557824 0 0 5 65536 18446744071580971376 0 0 17 3 0 0 7 0 0 7196144 7232144 10989568 140722357133842 140722357133927 140722357133927 140722357137386 0
/proc/30318/statm: 2409 377 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.300298 s]
/proc/loadavg: 1.79 1.94 1.92 2/199 30318
/proc/meminfo: memFree=30293372/32770624 swapFree=0/239080
[pid=30318] ppid=30315 vsize=13907308 CPUtime=0.14 cores=1,3,5,7
/proc/30318/stat : 30318 (java) S 30315 30318 3187 0 -1 1077944320 5870 12729 0 0 5 1 5 3 20 0 14 0 6178225 14241083392 5534 18446744073709551615 4194304 4196468 140732071555744 140732071538288 139719113481975 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 9777152 140732071561166 140732071563951 140732071563951 140732071567311 0
/proc/30318/statm: 3476827 5534 2545 1 0 3466332 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 13907308

[startup+0.700274 s]
/proc/loadavg: 1.79 1.94 1.92 2/199 30318
/proc/meminfo: memFree=30293372/32770624 swapFree=0/239080
[pid=30318] ppid=30315 vsize=13974784 CPUtime=0.64 cores=1,3,5,7
/proc/30318/stat : 30318 (java) S 30315 30318 3187 0 -1 1077944320 13838 12729 0 0 52 4 5 3 20 0 15 0 6178225 14310178816 14288 18446744073709551615 4194304 4196468 140732071555744 140732071538288 139719113481975 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 9777152 140732071561166 140732071563951 140732071563951 140732071567311 0
/proc/30318/statm: 3493696 14288 3107 1 0 3482973 0
Current children cumulated CPU time (s) 0.64
Current children cumulated vsize (KiB) 13974784

[startup+1.50233 s]
/proc/loadavg: 1.72 1.92 1.92 3/214 30381
/proc/meminfo: memFree=30200440/32770624 swapFree=0/239072
[pid=30318] ppid=30315 vsize=13985408 CPUtime=1.85 cores=1,3,5,7
/proc/30318/stat : 30318 (java) S 30315 30318 3187 0 -1 1077944320 27873 12729 0 0 169 8 5 3 20 0 15 0 6178225 14321057792 36489 18446744073709551615 4194304 4196468 140732071555744 140732071538288 139719113481975 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 9777152 140732071561166 140732071563951 140732071563951 140732071567311 0
/proc/30318/statm: 3496352 36489 3339 1 0 3485533 0
[pid=30318/tid=30368] ppid=30315 vsize=13985408 CPUtime=1.29 cores=1,3,5,7
/proc/30318/task/30368/stat : 30368 (java) S 30315 30318 3187 0 -1 1077944384 22298 12729 0 0 115 6 5 3 20 0 15 0 6178249 14321057792 36489 18446744073709551615 4194304 4196468 140732071555744 139719117699280 139719113492181 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 9777152 140732071561166 140732071563951 140732071563951 140732071567311 0
[pid=30318/tid=30369] ppid=30315 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/30318/task/30369/stat : 30369 (java) S 30315 30318 3187 0 -1 1077944384 41 12729 0 0 0 0 5 3 20 0 15 0 6178249 14321057792 36489 18446744073709551615 4194304 4196468 140732071555744 139719047915920 139719113492181 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9777152 140732071561166 140732071563951 140732071563951 140732071567311 0
[pid=30318/tid=30370] ppid=30315 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/30318/task/30370/stat : 30370 (java) S 30315 30318 3187 0 -1 1077944384 31 12729 0 0 0 0 5 3 20 0 15 0 6178249 14321057792 36489 18446744073709551615 4194304 4196468 140732071555744 139719046863120 139719113492181 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9777152 140732071561166 140732071563951 140732071563951 140732071567311 0
[pid=30318/tid=30371] ppid=30315 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/30318/task/30371/stat : 30371 (java) S 30315 30318 3187 0 -1 1077944384 51 12729 0 0 0 0 5 3 20 0 15 0 6178249 14321057792 36489 18446744073709551615 4194304 4196468 140732071555744 139719045810832 139719113492181 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9777152 140732071561166 140732071563951 140732071563951 140732071567311 0
[pid=30318/tid=30372] ppid=30315 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/30318/task/30372/stat : 30372 (java) S 30315 30318 3187 0 -1 1077944384 193 12729 0 0 0 0 5 3 20 0 15 0 6178249 14321057792 36489 18446744073709551615 4194304 4196468 140732071555744 139718710442512 139719113492181 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9777152 140732071561166 140732071563951 140732071563951 140732071567311 0
[pid=30318/tid=30373] ppid=30315 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/30318/task/30373/stat : 30373 (java) R 30315 30318 3187 0 -1 4202560 40 12729 0 0 0 0 5 3 20 0 15 0 6178251 14321057792 36489 18446744073709551615 4194304 4196468 140732071555744 139718592042112 139719098546720 0 0 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9777152 140732071561166 140732071563951 140732071563951 140732071567311 0
[pid=30318/tid=30374] ppid=30315 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/30318/task/30374/stat : 30374 (java) S 30315 30318 3187 0 -1 1077944384 33 12729 0 0 0 0 5 3 20 0 15 0 6178251 14321057792 36489 18446744073709551615 4194304 4196468 140732071555744 139718590989600 139719113492181 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9777152 140732071561166 140732071563951 140732071563951 140732071567311 0
[pid=30318/tid=30375] ppid=30315 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/30318/task/30375/stat : 30375 (java) S 30315 30318 3187 0 -1 1077944384 21 12729 0 0 0 0 5 3 20 0 15 0 6178251 14321057792 36489 18446744073709551615 4194304 4196468 140732071555744 139718589937264 139719113492181 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9777152 140732071561166 140732071563951 140732071563951 140732071567311 0
[pid=30318/tid=30376] ppid=30315 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/30318/task/30376/stat : 30376 (java) S 30315 30318 3187 0 -1 1077944384 3 12729 0 0 0 0 5 3 20 0 15 0 6178254 14321057792 36489 18446744073709551615 4194304 4196468 140732071555744 139718588885584 139719113500571 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9777152 140732071561166 140732071563951 140732071563951 140732071567311 0
[pid=30318/tid=30377] ppid=30315 vsize=13985408 CPUtime=0.21 cores=1,3,5,7
/proc/30318/task/30377/stat : 30377 (java) S 30315 30318 3187 0 -1 1077944384 867 12729 0 0 13 0 5 3 20 0 15 0 6178254 14321057792 36489 18446744073709551615 4194304 4196468 140732071555744 139718587832432 139719113493122 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9777152 140732071561166 140732071563951 140732071563951 140732071567311 0
[pid=30318/tid=30378] ppid=30315 vsize=13985408 CPUtime=0.23 cores=1,3,5,7
/proc/30318/task/30378/stat : 30378 (java) S 30315 30318 3187 0 -1 1077944384 788 12729 0 0 15 0 5 3 20 0 15 0 6178254 14321057792 36489 18446744073709551615 4194304 4196468 140732071555744 139718586779632 139719113493122 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9777152 140732071561166 140732071563951 140732071563951 140732071567311 0
[pid=30318/tid=30379] ppid=30315 vsize=13985408 CPUtime=0.3 cores=1,3,5,7
/proc/30318/task/30379/stat : 30379 (java) S 30315 30318 3187 0 -1 1077944384 1340 12729 0 0 22 0 5 3 20 0 15 0 6178254 14321057792 36489 18446744073709551615 4194304 4196468 140732071555744 139718585722720 139719113492181 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9777152 140732071561166 140732071563951 140732071563951 140732071567311 0
[pid=30318/tid=30380] ppid=30315 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/30318/task/30380/stat : 30380 (java) S 30315 30318 3187 0 -1 1077944384 3 12729 0 0 0 0 5 3 20 0 15 0 6178254 14321057792 36489 18446744073709551615 4194304 4196468 140732071555744 139718584674784 139719113492181 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9777152 140732071561166 140732071563951 140732071563951 140732071567311 0
[pid=30318/tid=30381] ppid=30315 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/30318/task/30381/stat : 30381 (java) S 30315 30318 3187 0 -1 1077944384 10 12729 0 0 0 0 5 3 20 0 15 0 6178259 14321057792 36489 18446744073709551615 4194304 4196468 140732071555744 139718583622576 139719113493122 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9777152 140732071561166 140732071563951 140732071563951 140732071567311 0
Current children cumulated CPU time (s) 1.85
Current children cumulated vsize (KiB) 13985408

[startup+3.10693 s]
/proc/loadavg: 1.72 1.92 1.92 5/214 30381
/proc/meminfo: memFree=30121928/32770624 swapFree=0/239072
[pid=30318] ppid=30315 vsize=13997884 CPUtime=6.1 cores=1,3,5,7
/proc/30318/stat : 30318 (java) S 30315 30318 3187 0 -1 1077944320 45765 12729 0 0 587 15 5 3 20 0 15 0 6178225 14333833216 54869 18446744073709551615 4194304 4196468 140732071555744 140732071538288 139719113481975 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 9777152 140732071561166 140732071563951 140732071563951 140732071567311 0
/proc/30318/statm: 3499471 54869 3440 1 0 3488093 0
[pid=30318/tid=30368] ppid=30315 vsize=13997884 CPUtime=2.85 cores=1,3,5,7
/proc/30318/task/30368/stat : 30368 (java) R 30315 30318 3187 0 -1 4202560 28125 12729 0 0 269 8 5 3 20 0 15 0 6178249 14333833216 54869 18446744073709551615 4194304 4196468 140732071555744 139719117712752 139718734531186 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 9777152 140732071561166 140732071563951 140732071563951 140732071567311 0
[pid=30318/tid=30369] ppid=30315 vsize=13997884 CPUtime=0.09 cores=1,3,5,7
/proc/30318/task/30369/stat : 30369 (java) S 30315 30318 3187 0 -1 1077944384 53 12729 0 0 1 0 5 3 20 0 15 0 6178249 14333833216 54869 18446744073709551615 4194304 4196468 140732071555744 139719047915920 139719113492181 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9777152 140732071561166 140732071563951 140732071563951 140732071567311 0
[pid=30318/tid=30370] ppid=30315 vsize=13997884 CPUtime=0.09 cores=1,3,5,7
/proc/30318/task/30370/stat : 30370 (java) S 30315 30318 3187 0 -1 1077944384 46 12729 0 0 1 0 5 3 20 0 15 0 6178249 14333833216 54869 18446744073709551615 4194304 4196468 140732071555744 139719046863120 139719113492181 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9777152 140732071561166 140732071563951 140732071563951 140732071567311 0
[pid=30318/tid=30371] ppid=30315 vsize=13997884 CPUtime=0.09 cores=1,3,5,7
/proc/30318/task/30371/stat : 30371 (java) S 30315 30318 3187 0 -1 1077944384 66 12729 0 0 1 0 5 3 20 0 15 0 6178249 14333833216 54869 18446744073709551615 4194304 4196468 140732071555744 139719045810832 139719113492181 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9777152 140732071561166 140732071563951 140732071563951 140732071567311 0
[pid=30318/tid=30372] ppid=30315 vsize=13997884 CPUtime=0.09 cores=1,3,5,7
/proc/30318/task/30372/stat : 30372 (java) S 30315 30318 3187 0 -1 1077944384 205 12729 0 0 1 0 5 3 20 0 15 0 6178249 14333833216 54869 18446744073709551615 4194304 4196468 140732071555744 139718710442512 139719113492181 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9777152 140732071561166 140732071563951 140732071563951 140732071567311 0
[pid=30318/tid=30373] ppid=30315 vsize=13997884 CPUtime=0.09 cores=1,3,5,7
/proc/30318/task/30373/stat : 30373 (java) S 30315 30318 3187 0 -1 1077944384 1546 12729 0 0 1 0 5 3 20 0 15 0 6178251 14333833216 54869 18446744073709551615 4194304 4196468 140732071555744 139718592043632 139719113493122 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9777152 140732071561166 140732071563951 140732071563951 140732071567311 0
[pid=30318/tid=30374] ppid=30315 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/30318/task/30374/stat : 30374 (java) S 30315 30318 3187 0 -1 1077944384 55 12729 0 0 0 0 5 3 20 0 15 0 6178251 14333833216 54869 18446744073709551615 4194304 4196468 140732071555744 139718590989600 139719113492181 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9777152 140732071561166 140732071563951 140732071563951 140732071567311 0
[pid=30318/tid=30375] ppid=30315 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/30318/task/30375/stat : 30375 (java) S 30315 30318 3187 0 -1 1077944384 43 12729 0 0 0 0 5 3 20 0 15 0 6178251 14333833216 54869 18446744073709551615 4194304 4196468 140732071555744 139718589937264 139719113492181 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9777152 140732071561166 140732071563951 140732071563951 140732071567311 0
[pid=30318/tid=30376] ppid=30315 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/30318/task/30376/stat : 30376 (java) S 30315 30318 3187 0 -1 1077944384 3 12729 0 0 0 0 5 3 20 0 15 0 6178254 14333833216 54869 18446744073709551615 4194304 4196468 140732071555744 139718588885584 139719113500571 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9777152 140732071561166 140732071563951 140732071563951 140732071567311 0
[pid=30318/tid=30377] ppid=30315 vsize=13997884 CPUtime=1.18 cores=1,3,5,7
/proc/30318/task/30377/stat : 30377 (java) R 30315 30318 3187 0 -1 4202560 4944 12729 0 0 109 1 5 3 20 0 15 0 6178254 14333833216 54869 18446744073709551615 4194304 4196468 140732071555744 139718587818976 139719091498995 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 9777152 140732071561166 140732071563951 140732071563951 140732071567311 0
[pid=30318/tid=30378] ppid=30315 vsize=13997884 CPUtime=0.99 cores=1,3,5,7
/proc/30318/task/30378/stat : 30378 (java) R 30315 30318 3187 0 -1 4202560 2636 12729 0 0 90 1 5 3 20 0 15 0 6178254 14333833216 54869 18446744073709551615 4194304 4196468 140732071555744 139718586761344 139719098589439 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9777152 140732071561166 140732071563951 140732071563951 140732071567311 0
[pid=30318/tid=30379] ppid=30315 vsize=13997884 CPUtime=1.2 cores=1,3,5,7
/proc/30318/task/30379/stat : 30379 (java) S 30315 30318 3187 0 -1 1077944384 5875 12729 0 0 111 1 5 3 20 0 15 0 6178254 14333833216 54869 18446744073709551615 4194304 4196468 140732071555744 139718585727344 139719113493122 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9777152 140732071561166 140732071563951 140732071563951 140732071567311 0
[pid=30318/tid=30380] ppid=30315 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/30318/task/30380/stat : 30380 (java) S 30315 30318 3187 0 -1 1077944384 3 12729 0 0 0 0 5 3 20 0 15 0 6178254 14333833216 54869 18446744073709551615 4194304 4196468 140732071555744 139718584674784 139719113492181 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9777152 140732071561166 140732071563951 140732071563951 140732071567311 0
[pid=30318/tid=30381] ppid=30315 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/30318/task/30381/stat : 30381 (java) S 30315 30318 3187 0 -1 1077944384 11 12729 0 0 0 0 5 3 20 0 15 0 6178259 14333833216 54869 18446744073709551615 4194304 4196468 140732071555744 139718583622576 139719113493122 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9777152 140732071561166 140732071563951 140732071563951 140732071567311 0
Current children cumulated CPU time (s) 6.1
Current children cumulated vsize (KiB) 13997884

[startup+6.30071 s]
/proc/loadavg: 1.75 1.93 1.92 5/214 30381
/proc/meminfo: memFree=29930004/32770624 swapFree=0/239084
[pid=30318] ppid=30315 vsize=14001980 CPUtime=15.26 cores=1,3,5,7
/proc/30318/stat : 30318 (java) S 30315 30318 3187 0 -1 1077944320 68978 12729 0 0 1488 30 5 3 20 0 15 0 6178225 14338027520 106555 18446744073709551615 4194304 4196468 140732071555744 140732071538288 139719113481975 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 9777152 140732071561166 140732071563951 140732071563951 140732071567311 0
/proc/30318/statm: 3500495 106555 3469 1 0 3489117 0
[pid=30318/tid=30368] ppid=30315 vsize=14001980 CPUtime=5.86 cores=1,3,5,7
/proc/30318/task/30368/stat : 30368 (java) R 30315 30318 3187 0 -1 4202560 32356 12729 0 0 567 11 5 3 20 0 15 0 6178249 14338027520 106555 18446744073709551615 4194304 4196468 140732071555744 139719117712944 139718745367290 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 9777152 140732071561166 140732071563951 140732071563951 140732071567311 0
[pid=30318/tid=30369] ppid=30315 vsize=14001980 CPUtime=0.22 cores=1,3,5,7
/proc/30318/task/30369/stat : 30369 (java) S 30315 30318 3187 0 -1 1077944384 171 12729 0 0 12 2 5 3 20 0 15 0 6178249 14338027520 106555 18446744073709551615 4194304 4196468 140732071555744 139719047915920 139719113492181 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9777152 140732071561166 140732071563951 140732071563951 140732071567311 0
[pid=30318/tid=30370] ppid=30315 vsize=14001980 CPUtime=0.21 cores=1,3,5,7
/proc/30318/task/30370/stat : 30370 (java) S 30315 30318 3187 0 -1 1077944384 651 12729 0 0 11 2 5 3 20 0 15 0 6178249 14338027520 106555 18446744073709551615 4194304 4196468 140732071555744 139719046863120 139719113492181 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9777152 140732071561166 140732071563951 140732071563951 140732071567311 0
[pid=30318/tid=30371] ppid=30315 vsize=14001980 CPUtime=0.21 cores=1,3,5,7
/proc/30318/task/30371/stat : 30371 (java) S 30315 30318 3187 0 -1 1077944384 236 12729 0 0 11 2 5 3 20 0 15 0 6178249 14338027520 106555 18446744073709551615 4194304 4196468 140732071555744 139719045810832 139719113492181 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9777152 140732071561166 140732071563951 140732071563951 140732071567311 0
[pid=30318/tid=30372] ppid=30315 vsize=14001980 CPUtime=0.22 cores=1,3,5,7
/proc/30318/task/30372/stat : 30372 (java) S 30315 30318 3187 0 -1 1077944384 287 12729 0 0 12 2 5 3 20 0 15 0 6178249 14338027520 106555 18446744073709551615 4194304 4196468 140732071555744 139718710442512 139719113492181 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9777152 140732071561166 140732071563951 140732071563951 140732071567311 0
[pid=30318/tid=30373] ppid=30315 vsize=14001980 CPUtime=0.12 cores=1,3,5,7
/proc/30318/task/30373/stat : 30373 (java) S 30315 30318 3187 0 -1 1077944384 3340 12729 0 0 4 0 5 3 20 0 15 0 6178251 14338027520 106555 18446744073709551615 4194304 4196468 140732071555744 139718592043632 139719113493122 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9777152 140732071561166 140732071563951 140732071563951 140732071567311 0
[pid=30318/tid=30374] ppid=30315 vsize=14001980 CPUtime=0.08 cores=1,3,5,7
/proc/30318/task/30374/stat : 30374 (java) S 30315 30318 3187 0 -1 1077944384 55 12729 0 0 0 0 5 3 20 0 15 0 6178251 14338027520 106555 18446744073709551615 4194304 4196468 140732071555744 139718590989664 139719113492181 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9777152 140732071561166 140732071563951 140732071563951 140732071567311 0
[pid=30318/tid=30375] ppid=30315 vsize=14001980 CPUtime=0.08 cores=1,3,5,7
/proc/30318/task/30375/stat : 30375 (java) S 30315 30318 3187 0 -1 1077944384 45 12729 0 0 0 0 5 3 20 0 15 0 6178251 14338027520 106555 18446744073709551615 4194304 4196468 140732071555744 139718589937280 139719113492181 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9777152 140732071561166 140732071563951 140732071563951 140732071567311 0
[pid=30318/tid=30376] ppid=30315 vsize=14001980 CPUtime=0.08 cores=1,3,5,7
/proc/30318/task/30376/stat : 30376 (java) S 30315 30318 3187 0 -1 1077944384 3 12729 0 0 0 0 5 3 20 0 15 0 6178254 14338027520 106555 18446744073709551615 4194304 4196468 140732071555744 139718588885584 139719113500571 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9777152 140732071561166 140732071563951 140732071563951 140732071567311 0
[pid=30318/tid=30377] ppid=30315 vsize=14001980 CPUtime=3.68 cores=1,3,5,7
/proc/30318/task/30377/stat : 30377 (java) R 30315 30318 3187 0 -1 4202560 11270 12729 0 0 359 1 5 3 20 0 15 0 6178254 14338027520 106555 18446744073709551615 4194304 4196468 140732071555744 139718587817632 139719098278087 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9777152 140732071561166 140732071563951 140732071563951 140732071567311 0
[pid=30318/tid=30378] ppid=30315 vsize=14001980 CPUtime=3.4 cores=1,3,5,7
/proc/30318/task/30378/stat : 30378 (java) R 30315 30318 3187 0 -1 4202560 7386 12729 0 0 330 2 5 3 20 0 15 0 6178254 14338027520 106555 18446744073709551615 4194304 4196468 140732071555744 139718586771584 139719098223902 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9777152 140732071561166 140732071563951 140732071563951 140732071567311 0
[pid=30318/tid=30379] ppid=30315 vsize=14001980 CPUtime=1.87 cores=1,3,5,7
/proc/30318/task/30379/stat : 30379 (java) R 30315 30318 3187 0 -1 1077944384 10860 12729 0 0 177 2 5 3 20 0 15 0 6178254 14338027520 106555 18446744073709551615 4194304 4196468 140732071555744 139718585727344 139719113493122 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 9777152 140732071561166 140732071563951 140732071563951 140732071567311 0
[pid=30318/tid=30380] ppid=30315 vsize=14001980 CPUtime=0.08 cores=1,3,5,7
/proc/30318/task/30380/stat : 30380 (java) S 30315 30318 3187 0 -1 1077944384 3 12729 0 0 0 0 5 3 20 0 15 0 6178254 14338027520 106555 18446744073709551615 4194304 4196468 140732071555744 139718584674784 139719113492181 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9777152 140732071561166 140732071563951 140732071563951 140732071567311 0
[pid=30318/tid=30381] ppid=30315 vsize=14001980 CPUtime=0.08 cores=1,3,5,7
/proc/30318/task/30381/stat : 30381 (java) S 30315 30318 3187 0 -1 1077944384 160 12729 0 0 0 0 5 3 20 0 15 0 6178259 14338027520 106555 18446744073709551615 4194304 4196468 140732071555744 139718583622576 139719113493122 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9777152 140732071561166 140732071563951 140732071563951 140732071567311 0
Current children cumulated CPU time (s) 15.26
Current children cumulated vsize (KiB) 14001980

[startup+12.7007 s]
/proc/loadavg: 1.77 1.93 1.92 3/214 30381
/proc/meminfo: memFree=29218120/32770624 swapFree=0/239088
[pid=30318] ppid=30315 vsize=14069564 CPUtime=25.62 cores=1,3,5,7
/proc/30318/stat : 30318 (java) S 30315 30318 3187 0 -1 1077944320 94533 12729 0 0 2507 47 5 3 20 0 15 0 6178225 14407233536 271443 18446744073709551615 4194304 4196468 140732071555744 140732071538288 139719113481975 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 9777152 140732071561166 140732071563951 140732071563951 140732071567311 0
/proc/30318/statm: 3517391 271443 3474 1 0 3506013 0
[pid=30318/tid=30368] ppid=30315 vsize=14069564 CPUtime=12.19 cores=1,3,5,7
/proc/30318/task/30368/stat : 30368 (java) R 30315 30318 3187 0 -1 4202560 49388 12729 0 0 1190 21 5 3 20 0 15 0 6178249 14407233536 271443 18446744073709551615 4194304 4196468 140732071555744 139719117712936 139718729027782 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 9777152 140732071561166 140732071563951 140732071563951 140732071567311 0
[pid=30318/tid=30369] ppid=30315 vsize=14069564 CPUtime=0.27 cores=1,3,5,7
/proc/30318/task/30369/stat : 30369 (java) S 30315 30318 3187 0 -1 1077944384 230 12729 0 0 16 3 5 3 20 0 15 0 6178249 14407233536 271443 18446744073709551615 4194304 4196468 140732071555744 139719047915920 139719113492181 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9777152 140732071561166 140732071563951 140732071563951 140732071567311 0
[pid=30318/tid=30370] ppid=30315 vsize=14069564 CPUtime=0.26 cores=1,3,5,7
/proc/30318/task/30370/stat : 30370 (java) S 30315 30318 3187 0 -1 1077944384 699 12729 0 0 15 3 5 3 20 0 15 0 6178249 14407233536 271443 18446744073709551615 4194304 4196468 140732071555744 139719046863120 139719113492181 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9777152 140732071561166 140732071563951 140732071563951 140732071567311 0
[pid=30318/tid=30371] ppid=30315 vsize=14069564 CPUtime=0.26 cores=1,3,5,7
/proc/30318/task/30371/stat : 30371 (java) S 30315 30318 3187 0 -1 1077944384 410 12729 0 0 15 3 5 3 20 0 15 0 6178249 14407233536 271443 18446744073709551615 4194304 4196468 140732071555744 139719045810832 139719113492181 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9777152 140732071561166 140732071563951 140732071563951 140732071567311 0
[pid=30318/tid=30372] ppid=30315 vsize=14069564 CPUtime=0.27 cores=1,3,5,7
/proc/30318/task/30372/stat : 30372 (java) S 30315 30318 3187 0 -1 1077944384 330 12729 0 0 16 3 5 3 20 0 15 0 6178249 14407233536 271443 18446744073709551615 4194304 4196468 140732071555744 139718710442512 139719113492181 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9777152 140732071561166 140732071563951 140732071563951 140732071567311 0
[pid=30318/tid=30373] ppid=30315 vsize=14069564 CPUtime=0.13 cores=1,3,5,7
/proc/30318/task/30373/stat : 30373 (java) S 30315 30318 3187 0 -1 1077944384 3782 12729 0 0 5 0 5 3 20 0 15 0 6178251 14407233536 271443 18446744073709551615 4194304 4196468 140732071555744 139718592043632 139719113493122 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9777152 140732071561166 140732071563951 140732071563951 140732071567311 0
[pid=30318/tid=30374] ppid=30315 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/30318/task/30374/stat : 30374 (java) S 30315 30318 3187 0 -1 1077944384 61 12729 0 0 0 0 5 3 20 0 15 0 6178251 14407233536 271443 18446744073709551615 4194304 4196468 140732071555744 139718590989664 139719113492181 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9777152 140732071561166 140732071563951 140732071563951 140732071567311 0
[pid=30318/tid=30375] ppid=30315 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/30318/task/30375/stat : 30375 (java) S 30315 30318 3187 0 -1 1077944384 48 12729 0 0 0 0 5 3 20 0 15 0 6178251 14407233536 271443 18446744073709551615 4194304 4196468 140732071555744 139718589937280 139719113492181 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9777152 140732071561166 140732071563951 140732071563951 140732071567311 0
[pid=30318/tid=30376] ppid=30315 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/30318/task/30376/stat : 30376 (java) S 30315 30318 3187 0 -1 1077944384 3 12729 0 0 0 0 5 3 20 0 15 0 6178254 14407233536 271443 18446744073709551615 4194304 4196468 140732071555744 139718588885584 139719113500571 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9777152 140732071561166 140732071563951 140732071563951 140732071567311 0

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

[pid=30318] ppid=30315 vsize=14069564 CPUtime=176.19 cores=1,3,5,7
/proc/30318/stat : 30318 (java) S 30315 30318 3187 0 -1 1077944320 119225 12729 0 0 17523 88 5 3 20 0 15 0 6178225 14407233536 700189 18446744073709551615 4194304 4196468 140732071555744 140732071538288 139719113481975 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 9777152 140732071561166 140732071563951 140732071563951 140732071567311 0
/proc/30318/statm: 3517391 700189 3475 1 0 3506013 0
[pid=30318/tid=30368] ppid=30315 vsize=14069564 CPUtime=161.42 cores=1,3,5,7
/proc/30318/task/30368/stat : 30368 (java) R 30315 30318 3187 0 -1 4202560 59680 12729 0 0 16087 47 5 3 20 0 15 0 6178249 14407233536 700189 18446744073709551615 4194304 4196468 140732071555744 139719117716048 139718733682464 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 9777152 140732071561166 140732071563951 140732071563951 140732071567311 0
[pid=30318/tid=30369] ppid=30315 vsize=14069564 CPUtime=0.47 cores=1,3,5,7
/proc/30318/task/30369/stat : 30369 (java) S 30315 30318 3187 0 -1 1077944384 469 12729 0 0 33 6 5 3 20 0 15 0 6178249 14407233536 700189 18446744073709551615 4194304 4196468 140732071555744 139719047915920 139719113492181 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9777152 140732071561166 140732071563951 140732071563951 140732071567311 0
[pid=30318/tid=30370] ppid=30315 vsize=14069564 CPUtime=0.47 cores=1,3,5,7
/proc/30318/task/30370/stat : 30370 (java) S 30315 30318 3187 0 -1 1077944384 1356 12729 0 0 33 6 5 3 20 0 15 0 6178249 14407233536 700189 18446744073709551615 4194304 4196468 140732071555744 139719046863120 139719113492181 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9777152 140732071561166 140732071563951 140732071563951 140732071567311 0
[pid=30318/tid=30371] ppid=30315 vsize=14069564 CPUtime=0.46 cores=1,3,5,7
/proc/30318/task/30371/stat : 30371 (java) S 30315 30318 3187 0 -1 1077944384 3152 12729 0 0 31 7 5 3 20 0 15 0 6178249 14407233536 700189 18446744073709551615 4194304 4196468 140732071555744 139719045810832 139719113492181 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9777152 140732071561166 140732071563951 140732071563951 140732071567311 0
[pid=30318/tid=30372] ppid=30315 vsize=14069564 CPUtime=0.46 cores=1,3,5,7
/proc/30318/task/30372/stat : 30372 (java) S 30315 30318 3187 0 -1 1077944384 2116 12729 0 0 32 6 5 3 20 0 15 0 6178249 14407233536 700189 18446744073709551615 4194304 4196468 140732071555744 139718710442512 139719113492181 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9777152 140732071561166 140732071563951 140732071563951 140732071567311 0
[pid=30318/tid=30373] ppid=30315 vsize=14069564 CPUtime=0.28 cores=1,3,5,7
/proc/30318/task/30373/stat : 30373 (java) S 30315 30318 3187 0 -1 1077944384 5516 12729 0 0 18 2 5 3 20 0 15 0 6178251 14407233536 700189 18446744073709551615 4194304 4196468 140732071555744 139718592043632 139719113493122 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9777152 140732071561166 140732071563951 140732071563951 140732071567311 0
[pid=30318/tid=30374] ppid=30315 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/30318/task/30374/stat : 30374 (java) S 30315 30318 3187 0 -1 1077944384 61 12729 0 0 0 0 5 3 20 0 15 0 6178251 14407233536 700189 18446744073709551615 4194304 4196468 140732071555744 139718590989664 139719113492181 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9777152 140732071561166 140732071563951 140732071563951 140732071567311 0
[pid=30318/tid=30375] ppid=30315 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/30318/task/30375/stat : 30375 (java) S 30315 30318 3187 0 -1 1077944384 48 12729 0 0 0 0 5 3 20 0 15 0 6178251 14407233536 700189 18446744073709551615 4194304 4196468 140732071555744 139718589937280 139719113492181 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9777152 140732071561166 140732071563951 140732071563951 140732071567311 0
[pid=30318/tid=30376] ppid=30315 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/30318/task/30376/stat : 30376 (java) S 30315 30318 3187 0 -1 1077944384 3 12729 0 0 0 0 5 3 20 0 15 0 6178254 14407233536 700189 18446744073709551615 4194304 4196468 140732071555744 139718588885584 139719113500571 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9777152 140732071561166 140732071563951 140732071563951 140732071567311 0
[pid=30318/tid=30377] ppid=30315 vsize=14069564 CPUtime=5.86 cores=1,3,5,7
/proc/30318/task/30377/stat : 30377 (java) S 30315 30318 3187 0 -1 1077944384 18761 12729 0 0 575 3 5 3 20 0 15 0 6178254 14407233536 700189 18446744073709551615 4194304 4196468 140732071555744 139718587832432 139719113493122 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9777152 140732071561166 140732071563951 140732071563951 140732071567311 0
[pid=30318/tid=30378] ppid=30315 vsize=14069564 CPUtime=4.97 cores=1,3,5,7
/proc/30318/task/30378/stat : 30378 (java) S 30315 30318 3187 0 -1 1077944384 11341 12729 0 0 487 2 5 3 20 0 15 0 6178254 14407233536 700189 18446744073709551615 4194304 4196468 140732071555744 139718586779632 139719113493122 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9777152 140732071561166 140732071563951 140732071563951 140732071567311 0
[pid=30318/tid=30379] ppid=30315 vsize=14069564 CPUtime=2.25 cores=1,3,5,7
/proc/30318/task/30379/stat : 30379 (java) S 30315 30318 3187 0 -1 1077944384 14158 12729 0 0 214 3 5 3 20 0 15 0 6178254 14407233536 700189 18446744073709551615 4194304 4196468 140732071555744 139718585727344 139719113493122 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9777152 140732071561166 140732071563951 140732071563951 140732071567311 0
[pid=30318/tid=30380] ppid=30315 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/30318/task/30380/stat : 30380 (java) S 30315 30318 3187 0 -1 1077944384 3 12729 0 0 0 0 5 3 20 0 15 0 6178254 14407233536 700189 18446744073709551615 4194304 4196468 140732071555744 139718584674784 139719113492181 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9777152 140732071561166 140732071563951 140732071563951 140732071567311 0
[pid=30318/tid=30381] ppid=30315 vsize=14069564 CPUtime=0.16 cores=1,3,5,7
/proc/30318/task/30381/stat : 30381 (java) S 30315 30318 3187 0 -1 1077944384 406 12729 0 0 4 4 5 3 20 0 15 0 6178259 14407233536 700189 18446744073709551615 4194304 4196468 140732071555744 139718583622576 139719113493122 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9777152 140732071561166 140732071563951 140732071563951 140732071567311 0
Current children cumulated CPU time (s) 176.19
Current children cumulated vsize (KiB) 14069564

[startup+222.307 s]
/proc/loadavg: 1.22 1.59 1.79 3/213 30513
/proc/meminfo: memFree=27477216/32770624 swapFree=0/239188
[pid=30318] ppid=30315 vsize=14069564 CPUtime=237.03 cores=1,3,5,7
/proc/30318/stat : 30318 (java) S 30315 30318 3187 0 -1 1077944320 126775 12729 0 0 23599 96 5 3 20 0 15 0 6178225 14407233536 698777 18446744073709551615 4194304 4196468 140732071555744 140732071538288 139719113481975 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 9777152 140732071561166 140732071563951 140732071563951 140732071567311 0
/proc/30318/statm: 3517391 698777 3475 1 0 3506013 0
[pid=30318/tid=30368] ppid=30315 vsize=14069564 CPUtime=220.89 cores=1,3,5,7
/proc/30318/task/30368/stat : 30368 (java) R 30315 30318 3187 0 -1 4202560 62606 12729 0 0 22033 48 5 3 20 0 15 0 6178249 14407233536 698777 18446744073709551615 4194304 4196468 140732071555744 139719117716224 139718740075353 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 9777152 140732071561166 140732071563951 140732071563951 140732071567311 0
[pid=30318/tid=30369] ppid=30315 vsize=14069564 CPUtime=0.75 cores=1,3,5,7
/proc/30318/task/30369/stat : 30369 (java) S 30315 30318 3187 0 -1 1077944384 1349 12729 0 0 60 7 5 3 20 0 15 0 6178249 14407233536 698777 18446744073709551615 4194304 4196468 140732071555744 139719047915920 139719113492181 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9777152 140732071561166 140732071563951 140732071563951 140732071567311 0
[pid=30318/tid=30370] ppid=30315 vsize=14069564 CPUtime=0.74 cores=1,3,5,7
/proc/30318/task/30370/stat : 30370 (java) S 30315 30318 3187 0 -1 1077944384 2609 12729 0 0 59 7 5 3 20 0 15 0 6178249 14407233536 698777 18446744073709551615 4194304 4196468 140732071555744 139719046863120 139719113492181 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9777152 140732071561166 140732071563951 140732071563951 140732071567311 0
[pid=30318/tid=30371] ppid=30315 vsize=14069564 CPUtime=0.74 cores=1,3,5,7
/proc/30318/task/30371/stat : 30371 (java) S 30315 30318 3187 0 -1 1077944384 3267 12729 0 0 58 8 5 3 20 0 15 0 6178249 14407233536 698777 18446744073709551615 4194304 4196468 140732071555744 139719045810832 139719113492181 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9777152 140732071561166 140732071563951 140732071563951 140732071567311 0
[pid=30318/tid=30372] ppid=30315 vsize=14069564 CPUtime=0.75 cores=1,3,5,7
/proc/30318/task/30372/stat : 30372 (java) S 30315 30318 3187 0 -1 1077944384 3775 12729 0 0 59 8 5 3 20 0 15 0 6178249 14407233536 698777 18446744073709551615 4194304 4196468 140732071555744 139718710442512 139719113492181 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9777152 140732071561166 140732071563951 140732071563951 140732071567311 0
[pid=30318/tid=30373] ppid=30315 vsize=14069564 CPUtime=0.49 cores=1,3,5,7
/proc/30318/task/30373/stat : 30373 (java) S 30315 30318 3187 0 -1 1077944384 6179 12729 0 0 38 3 5 3 20 0 15 0 6178251 14407233536 698777 18446744073709551615 4194304 4196468 140732071555744 139718592043632 139719113493122 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9777152 140732071561166 140732071563951 140732071563951 140732071567311 0
[pid=30318/tid=30374] ppid=30315 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/30318/task/30374/stat : 30374 (java) S 30315 30318 3187 0 -1 1077944384 61 12729 0 0 0 0 5 3 20 0 15 0 6178251 14407233536 698777 18446744073709551615 4194304 4196468 140732071555744 139718590989664 139719113492181 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9777152 140732071561166 140732071563951 140732071563951 140732071567311 0
[pid=30318/tid=30375] ppid=30315 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/30318/task/30375/stat : 30375 (java) S 30315 30318 3187 0 -1 1077944384 48 12729 0 0 0 0 5 3 20 0 15 0 6178251 14407233536 698777 18446744073709551615 4194304 4196468 140732071555744 139718589937280 139719113492181 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9777152 140732071561166 140732071563951 140732071563951 140732071567311 0
[pid=30318/tid=30376] ppid=30315 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/30318/task/30376/stat : 30376 (java) S 30315 30318 3187 0 -1 1077944384 3 12729 0 0 0 0 5 3 20 0 15 0 6178254 14407233536 698777 18446744073709551615 4194304 4196468 140732071555744 139718588885584 139719113500571 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9777152 140732071561166 140732071563951 140732071563951 140732071567311 0
[pid=30318/tid=30377] ppid=30315 vsize=14069564 CPUtime=5.86 cores=1,3,5,7
/proc/30318/task/30377/stat : 30377 (java) S 30315 30318 3187 0 -1 1077944384 18767 12729 0 0 575 3 5 3 20 0 15 0 6178254 14407233536 698777 18446744073709551615 4194304 4196468 140732071555744 139718587832432 139719113493122 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9777152 140732071561166 140732071563951 140732071563951 140732071567311 0
[pid=30318/tid=30378] ppid=30315 vsize=14069564 CPUtime=4.97 cores=1,3,5,7
/proc/30318/task/30378/stat : 30378 (java) S 30315 30318 3187 0 -1 1077944384 11345 12729 0 0 487 2 5 3 20 0 15 0 6178254 14407233536 698777 18446744073709551615 4194304 4196468 140732071555744 139718586779632 139719113493122 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9777152 140732071561166 140732071563951 140732071563951 140732071567311 0
[pid=30318/tid=30379] ppid=30315 vsize=14069564 CPUtime=2.25 cores=1,3,5,7
/proc/30318/task/30379/stat : 30379 (java) S 30315 30318 3187 0 -1 1077944384 14162 12729 0 0 214 3 5 3 20 0 15 0 6178254 14407233536 698777 18446744073709551615 4194304 4196468 140732071555744 139718585727344 139719113493122 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9777152 140732071561166 140732071563951 140732071563951 140732071567311 0
[pid=30318/tid=30380] ppid=30315 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/30318/task/30380/stat : 30380 (java) S 30315 30318 3187 0 -1 1077944384 3 12729 0 0 0 0 5 3 20 0 15 0 6178254 14407233536 698777 18446744073709551615 4194304 4196468 140732071555744 139718584674784 139719113492181 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9777152 140732071561166 140732071563951 140732071563951 140732071567311 0
[pid=30318/tid=30381] ppid=30315 vsize=14069564 CPUtime=0.2 cores=1,3,5,7
/proc/30318/task/30381/stat : 30381 (java) S 30315 30318 3187 0 -1 1077944384 446 12729 0 0 6 6 5 3 20 0 15 0 6178259 14407233536 698777 18446744073709551615 4194304 4196468 140732071555744 139718583622576 139719113493122 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9777152 140732071561166 140732071563951 140732071563951 140732071567311 0
Current children cumulated CPU time (s) 237.03
Current children cumulated vsize (KiB) 14069564



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240.001 s]
/proc/loadavg: 1.26 1.58 1.78 3/213 30514
/proc/meminfo: memFree=27497140/32770624 swapFree=0/239204
[pid=30318] ppid=30315 vsize=14069564 CPUtime=254.98 cores=1,3,5,7
/proc/30318/stat : 30318 (java) S 30315 30318 3187 0 -1 1077944320 128040 12729 0 0 25391 99 5 3 20 0 15 0 6178225 14407233536 696982 18446744073709551615 4194304 4196468 140732071555744 140732071538288 139719113481975 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 9777152 140732071561166 140732071563951 140732071563951 140732071567311 0
/proc/30318/statm: 3517391 696982 3475 1 0 3506013 0
[pid=30318/tid=30368] ppid=30315 vsize=14069564 CPUtime=238.42 cores=1,3,5,7
/proc/30318/task/30368/stat : 30368 (java) R 30315 30318 3187 0 -1 4202560 63814 12729 0 0 23785 49 5 3 20 0 15 0 6178249 14407233536 696982 18446744073709551615 4194304 4196468 140732071555744 139719117716208 139718746768918 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 9777152 140732071561166 140732071563951 140732071563951 140732071567311 0
[pid=30318/tid=30369] ppid=30315 vsize=14069564 CPUtime=0.84 cores=1,3,5,7
/proc/30318/task/30369/stat : 30369 (java) S 30315 30318 3187 0 -1 1077944384 1355 12729 0 0 68 8 5 3 20 0 15 0 6178249 14407233536 696982 18446744073709551615 4194304 4196468 140732071555744 139719047915920 139719113492181 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9777152 140732071561166 140732071563951 140732071563951 140732071567311 0
[pid=30318/tid=30370] ppid=30315 vsize=14069564 CPUtime=0.82 cores=1,3,5,7
/proc/30318/task/30370/stat : 30370 (java) S 30315 30318 3187 0 -1 1077944384 2627 12729 0 0 67 7 5 3 20 0 15 0 6178249 14407233536 696982 18446744073709551615 4194304 4196468 140732071555744 139719046863120 139719113492181 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9777152 140732071561166 140732071563951 140732071563951 140732071567311 0
[pid=30318/tid=30371] ppid=30315 vsize=14069564 CPUtime=0.83 cores=1,3,5,7
/proc/30318/task/30371/stat : 30371 (java) S 30315 30318 3187 0 -1 1077944384 3273 12729 0 0 66 9 5 3 20 0 15 0 6178249 14407233536 696982 18446744073709551615 4194304 4196468 140732071555744 139719045810832 139719113492181 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9777152 140732071561166 140732071563951 140732071563951 140732071567311 0
[pid=30318/tid=30372] ppid=30315 vsize=14069564 CPUtime=0.84 cores=1,3,5,7
/proc/30318/task/30372/stat : 30372 (java) S 30315 30318 3187 0 -1 1077944384 3780 12729 0 0 67 9 5 3 20 0 15 0 6178249 14407233536 696982 18446744073709551615 4194304 4196468 140732071555744 139718710442512 139719113492181 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9777152 140732071561166 140732071563951 140732071563951 140732071567311 0
[pid=30318/tid=30373] ppid=30315 vsize=14069564 CPUtime=0.57 cores=1,3,5,7
/proc/30318/task/30373/stat : 30373 (java) S 30315 30318 3187 0 -1 1077944384 6201 12729 0 0 45 4 5 3 20 0 15 0 6178251 14407233536 696982 18446744073709551615 4194304 4196468 140732071555744 139718592043632 139719113493122 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9777152 140732071561166 140732071563951 140732071563951 140732071567311 0
[pid=30318/tid=30374] ppid=30315 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/30318/task/30374/stat : 30374 (java) S 30315 30318 3187 0 -1 1077944384 61 12729 0 0 0 0 5 3 20 0 15 0 6178251 14407233536 696982 18446744073709551615 4194304 4196468 140732071555744 139718590989664 139719113492181 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9777152 140732071561166 140732071563951 140732071563951 140732071567311 0
[pid=30318/tid=30375] ppid=30315 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/30318/task/30375/stat : 30375 (java) S 30315 30318 3187 0 -1 1077944384 48 12729 0 0 0 0 5 3 20 0 15 0 6178251 14407233536 696982 18446744073709551615 4194304 4196468 140732071555744 139718589937280 139719113492181 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9777152 140732071561166 140732071563951 140732071563951 140732071567311 0
[pid=30318/tid=30376] ppid=30315 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/30318/task/30376/stat : 30376 (java) S 30315 30318 3187 0 -1 1077944384 3 12729 0 0 0 0 5 3 20 0 15 0 6178254 14407233536 696982 18446744073709551615 4194304 4196468 140732071555744 139718588885584 139719113500571 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9777152 140732071561166 140732071563951 140732071563951 140732071567311 0
[pid=30318/tid=30377] ppid=30315 vsize=14069564 CPUtime=5.86 cores=1,3,5,7
/proc/30318/task/30377/stat : 30377 (java) S 30315 30318 3187 0 -1 1077944384 18767 12729 0 0 575 3 5 3 20 0 15 0 6178254 14407233536 696982 18446744073709551615 4194304 4196468 140732071555744 139718587832432 139719113493122 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9777152 140732071561166 140732071563951 140732071563951 140732071567311 0
[pid=30318/tid=30378] ppid=30315 vsize=14069564 CPUtime=4.97 cores=1,3,5,7
/proc/30318/task/30378/stat : 30378 (java) S 30315 30318 3187 0 -1 1077944384 11345 12729 0 0 487 2 5 3 20 0 15 0 6178254 14407233536 696982 18446744073709551615 4194304 4196468 140732071555744 139718586779632 139719113493122 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9777152 140732071561166 140732071563951 140732071563951 140732071567311 0
[pid=30318/tid=30379] ppid=30315 vsize=14069564 CPUtime=2.25 cores=1,3,5,7
/proc/30318/task/30379/stat : 30379 (java) S 30315 30318 3187 0 -1 1077944384 14162 12729 0 0 214 3 5 3 20 0 15 0 6178254 14407233536 696982 18446744073709551615 4194304 4196468 140732071555744 139718585727344 139719113493122 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9777152 140732071561166 140732071563951 140732071563951 140732071567311 0
[pid=30318/tid=30380] ppid=30315 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/30318/task/30380/stat : 30380 (java) S 30315 30318 3187 0 -1 1077944384 3 12729 0 0 0 0 5 3 20 0 15 0 6178254 14407233536 696982 18446744073709551615 4194304 4196468 140732071555744 139718584674784 139719113492181 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9777152 140732071561166 140732071563951 140732071563951 140732071567311 0
[pid=30318/tid=30381] ppid=30315 vsize=14069564 CPUtime=0.21 cores=1,3,5,7
/proc/30318/task/30381/stat : 30381 (java) S 30315 30318 3187 0 -1 1077944384 446 12729 0 0 6 7 5 3 20 0 15 0 6178259 14407233536 696982 18446744073709551615 4194304 4196468 140732071555744 139718583622576 139719113493122 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9777152 140732071561166 140732071563951 140732071563951 140732071567311 0
Current children cumulated CPU time (s) 254.98
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 30318 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+240.401 s]
/proc/loadavg: 1.26 1.58 1.78 3/213 30514
/proc/meminfo: memFree=27497140/32770624 swapFree=0/239204
[pid=30318] ppid=30315 vsize=14202692 CPUtime=256.3 cores=1,3,5,7
/proc/30318/stat : 30318 (java) S 30315 30318 3187 0 -1 1077944320 141013 12729 0 0 25522 100 5 3 20 0 17 0 6178225 14543556608 698756 18446744073709551615 4194304 4196468 140732071555744 140732071538288 139719113481975 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 9777152 140732071561166 140732071563951 140732071563951 140732071567311 0
/proc/30318/statm: 3550673 698756 3475 1 0 3539295 0
[pid=30318/tid=30368] ppid=30315 vsize=14202692 CPUtime=238.43 cores=1,3,5,7
/proc/30318/task/30368/stat : 30368 (java) S 30315 30318 3187 0 -1 1077944384 64630 12729 0 0 23786 49 5 3 20 0 17 0 6178249 14543556608 698756 18446744073709551615 4194304 4196468 140732071555744 139719117719520 139719113492181 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 9777152 140732071561166 140732071563951 140732071563951 140732071567311 0
[pid=30318/tid=30369] ppid=30315 vsize=14202692 CPUtime=1.15 cores=1,3,5,7
/proc/30318/task/30369/stat : 30369 (java) S 30315 30318 3187 0 -1 1077944384 1385 12729 0 0 99 8 5 3 20 0 17 0 6178249 14543556608 698756 18446744073709551615 4194304 4196468 140732071555744 139719047915920 139719113492181 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9777152 140732071561166 140732071563951 140732071563951 140732071567311 0
[pid=30318/tid=30370] ppid=30315 vsize=14202692 CPUtime=1.13 cores=1,3,5,7
/proc/30318/task/30370/stat : 30370 (java) S 30315 30318 3187 0 -1 1077944384 2645 12729 0 0 98 7 5 3 20 0 17 0 6178249 14543556608 698756 18446744073709551615 4194304 4196468 140732071555744 139719046863120 139719113492181 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9777152 140732071561166 140732071563951 140732071563951 140732071567311 0
[pid=30318/tid=30371] ppid=30315 vsize=14202692 CPUtime=1.14 cores=1,3,5,7
/proc/30318/task/30371/stat : 30371 (java) S 30315 30318 3187 0 -1 1077944384 3298 12729 0 0 97 9 5 3 20 0 17 0 6178249 14543556608 698756 18446744073709551615 4194304 4196468 140732071555744 139719045810832 139719113492181 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9777152 140732071561166 140732071563951 140732071563951 140732071567311 0
[pid=30318/tid=30372] ppid=30315 vsize=14202692 CPUtime=1.15 cores=1,3,5,7
/proc/30318/task/30372/stat : 30372 (java) S 30315 30318 3187 0 -1 1077944384 3802 12729 0 0 98 9 5 3 20 0 17 0 6178249 14543556608 698756 18446744073709551615 4194304 4196468 140732071555744 139718710442512 139719113492181 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9777152 140732071561166 140732071563951 140732071563951 140732071567311 0
[pid=30318/tid=30373] ppid=30315 vsize=14202692 CPUtime=0.64 cores=1,3,5,7
/proc/30318/task/30373/stat : 30373 (java) R 30315 30318 3187 0 -1 4202560 17577 12729 0 0 52 4 5 3 20 0 17 0 6178251 14543556608 698756 18446744073709551615 4194304 4196468 140732071555744 139718592042032 139719095120313 0 0 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9777152 140732071561166 140732071563951 140732071563951 140732071567311 0
[pid=30318/tid=30374] ppid=30315 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/30318/task/30374/stat : 30374 (java) S 30315 30318 3187 0 -1 1077944384 63 12729 0 0 0 0 5 3 20 0 17 0 6178251 14543556608 698756 18446744073709551615 4194304 4196468 140732071555744 139718590989296 139719113492181 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9777152 140732071561166 140732071563951 140732071563951 140732071567311 0
[pid=30318/tid=30375] ppid=30315 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/30318/task/30375/stat : 30375 (java) S 30315 30318 3187 0 -1 1077944384 48 12729 0 0 0 0 5 3 20 0 17 0 6178251 14543556608 698756 18446744073709551615 4194304 4196468 140732071555744 139718589937280 139719113492181 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9777152 140732071561166 140732071563951 140732071563951 140732071567311 0
[pid=30318/tid=30376] ppid=30315 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/30318/task/30376/stat : 30376 (java) S 30315 30318 3187 0 -1 1077944384 235 12729 0 0 0 0 5 3 20 0 17 0 6178254 14543556608 698756 18446744073709551615 4194304 4196468 140732071555744 139718588885584 139719113500571 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9777152 140732071561166 140732071563951 140732071563951 140732071567311 0
[pid=30318/tid=30377] ppid=30315 vsize=14202692 CPUtime=5.86 cores=1,3,5,7
/proc/30318/task/30377/stat : 30377 (java) S 30315 30318 3187 0 -1 1077944384 18859 12729 0 0 575 3 5 3 20 0 17 0 6178254 14543556608 698756 18446744073709551615 4194304 4196468 140732071555744 139718587822624 139719113492181 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9777152 140732071561166 140732071563951 140732071563951 140732071567311 0
[pid=30318/tid=30378] ppid=30315 vsize=14202692 CPUtime=4.97 cores=1,3,5,7
/proc/30318/task/30378/stat : 30378 (java) S 30315 30318 3187 0 -1 1077944384 11345 12729 0 0 487 2 5 3 20 0 17 0 6178254 14543556608 698756 18446744073709551615 4194304 4196468 140732071555744 139718586779632 139719113493122 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9777152 140732071561166 140732071563951 140732071563951 140732071567311 0
[pid=30318/tid=30379] ppid=30315 vsize=14202692 CPUtime=2.25 cores=1,3,5,7
/proc/30318/task/30379/stat : 30379 (java) S 30315 30318 3187 0 -1 1077944384 14162 12729 0 0 214 3 5 3 20 0 17 0 6178254 14543556608 698756 18446744073709551615 4194304 4196468 140732071555744 139718585727344 139719113493122 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9777152 140732071561166 140732071563951 140732071563951 140732071567311 0
[pid=30318/tid=30380] ppid=30315 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/30318/task/30380/stat : 30380 (java) S 30315 30318 3187 0 -1 1077944384 3 12729 0 0 0 0 5 3 20 0 17 0 6178254 14543556608 698756 18446744073709551615 4194304 4196468 140732071555744 139718584674784 139719113492181 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9777152 140732071561166 140732071563951 140732071563951 140732071567311 0
[pid=30318/tid=30381] ppid=30315 vsize=14202692 CPUtime=0.21 cores=1,3,5,7
/proc/30318/task/30381/stat : 30381 (java) S 30315 30318 3187 0 -1 1077944384 446 12729 0 0 6 7 5 3 20 0 17 0 6178259 14543556608 698756 18446744073709551615 4194304 4196468 140732071555744 139718583622576 139719113493122 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9777152 140732071561166 140732071563951 140732071563951 140732071567311 0
Current children cumulated CPU time (s) 256.3
Current children cumulated vsize (KiB) 14202692

[startup+240.504 s]
/proc/loadavg: 1.26 1.58 1.78 3/213 30514
/proc/meminfo: memFree=27497140/32770624 swapFree=0/239204
[pid=30318] ppid=30315 vsize=0 CPUtime=256.56 cores=1,3,5,7
/proc/30318/stat : 30318 (java) Z 30315 30318 3187 0 -1 4228108 141406 12729 0 0 25547 101 5 3 20 0 2 0 6178225 0 0 18446744073709551615 0 0 0 0 0 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 7 0 0 0 0 0 0 0 0 0 0
/proc/30318/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 256.56
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 240.512
CPU time (s): 256.584
CPU user time (s): 255.527
CPU system time (s): 1.05697
CPU usage (%): 106.682
Max. virtual memory (cumulated for all children) (KiB): 14202692

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 255.527
system time used= 1.05697
maximum resident set size= 2881904
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 154135
page faults= 0
swaps= 0
block input operations= 0
block output operations= 16
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 21656
involuntary context switches= 599

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.15023 second user time and 1.50926 second system time

The end

Launcher Data

Begin job on node135 at 2017-08-02 04:43:55
IDJOB=4259742
IDBENCH=115733
IDSOLVER=2646
FILE ID=node135/4259742-1501642676
RUNJOBID= node135-1501639717-27967
PBS_JOBID= 
Free space on /tmp= 61816 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/Scheduling/Scheduling-js-taillard/Taillard-js-020-15-9.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4259742-1501642676/watcher-4259742-1501642676 -o /tmp/evaluation-result-4259742-1501642676/solver-4259742-1501642676 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node135-1501639717-27967 --watchdog 300  bin/concrete HOME/instance-4259742-1501642676.xml

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

MD5SUM BENCH= 15bcd759626357ed73f755380ffdcafb
RANDOM SEED=1705476561

node135.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.21
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.21
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.21
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.21
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:        30293492 kB
MemAvailable:   30549660 kB
Buffers:          116428 kB
Cached:           417368 kB
SwapCached:            0 kB
Active:          1807572 kB
Inactive:         247672 kB
Active(anon):    1522072 kB
Inactive(anon):     8592 kB
Active(file):     285500 kB
Inactive(file):   239080 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24484 kB
Writeback:             4 kB
AnonPages:       1521408 kB
Mapped:            42200 kB
Shmem:              8960 kB
Slab:             121116 kB
SReclaimable:      94848 kB
SUnreclaim:        26268 kB
KernelStack:        3472 kB
PageTables:         7808 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2379732 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1300480 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /tmp at the end= 61792 MiB
End job on node135 at 2017-08-02 04:47:56