Trace number 4262127

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.4? (TO) 2521.72 2466.1201

General information on the benchmark

NameScheduling/Scheduling-js-taillard/
Taillard-js-020-15-4.xml
MD5SUM51c1ec7c53f2e239726c0b7c1f1d5b64
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark1387
Best CPU time to get the best result obtained on this benchmark2400.09
Satisfiable
(Un)Satisfiability was proved
Number of variables320
Number of constraints335
Number of domains1
Minimum domain size1466
Maximum domain size1466
Distribution of domain sizes[{"size":1466,"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.36/2.23	c Concrete v3.4 running
2521.40/2466.09	java.util.concurrent.TimeoutException
2521.40/2466.09		at concrete.MAC.mac(MAC.scala:74)
2521.40/2466.09		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:145)
2521.40/2466.09		at scala.util.Try$.apply(Try.scala:209)
2521.40/2466.09		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2521.40/2466.09		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2521.40/2466.09		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2521.40/2466.09		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2521.40/2466.09		at org.scalameter.Measurer$Default.measure(Measurer.scala:131)
2521.40/2466.09		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2521.40/2466.09		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2521.40/2466.09		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2521.40/2466.09		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2521.40/2466.09		at concrete.MAC.oneRun(MAC.scala:146)
2521.40/2466.09		at concrete.MAC.nextSolution(MAC.scala:166)
2521.40/2466.09		at concrete.MAC.$anonfun$nextSolution$2(MAC.scala:196)
2521.40/2466.09		at concrete.ProblemState.map(ProblemState.scala:203)
2521.40/2466.09		at concrete.ProblemState.map(ProblemState.scala:188)
2521.40/2466.09		at concrete.MAC.nextSolution(MAC.scala:195)
2521.40/2466.09		at concrete.Solver.hasNext(Solver.scala:202)
2521.40/2466.09		at scala.collection.Iterator.toStream(Iterator.scala:1403)
2521.40/2466.09		at scala.collection.Iterator.toStream$(Iterator.scala:1402)
2521.40/2466.09		at concrete.Solver.toStream(Solver.scala:73)
2521.40/2466.09		at scala.collection.TraversableOnce.toIterable(TraversableOnce.scala:296)
2521.40/2466.09		at scala.collection.TraversableOnce.toIterable$(TraversableOnce.scala:296)
2521.40/2466.09		at concrete.Solver.toIterable(Solver.scala:73)
2521.40/2466.09		at concrete.runner.ConcreteRunner.$anonfun$run$10(ConcreteRunner.scala:157)
2521.40/2466.09		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2521.40/2466.09		at scala.util.Success.map(Try.scala:209)
2521.40/2466.09		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:154)
2521.40/2466.09		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:72)
2521.40/2466.09		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2521.40/2466.09		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:119)
2521.40/2466.09		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2521.40/2466.09		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2521.40/2466.09		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2521.40/2466.09		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2521.40/2466.09		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2521.40/2466.09		at scala.collection.immutable.List.foreach(List.scala:389)
2521.40/2466.09		at scala.App.main(App.scala:76)
2521.40/2466.09		at scala.App.main$(App.scala:74)
2521.40/2466.09		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2521.40/2466.09		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2521.67/2466.10	s UNKNOWN

Verifier Data


Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4262127-1502414750/watcher-4262127-1502414750 -o /tmp/evaluation-result-4262127-1502414750/solver-4262127-1502414750 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1502411423-4884 --watchdog 2580 bin/concrete HOME/instance-4262127-1502414750.xml 

pid=5397
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.60 1.39 1.29 2/201 5400
/proc/meminfo: memFree=29944428/32770624 swapFree=0/423280
[pid=5400] ppid=5397 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/5400/stat : 5400 (runsolver) D 5397 5400 4821 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 89290213 24240128 106 18446744073709551615 4194304 4338465 140723948513376 140723948511016 140097911280343 0 0 1 24578 18446744071580418449 0 0 17 6 0 0 0 0 0 6438912 6441760 18362368 140723948519633 140723948520009 140723948520009 140723948523466 0
/proc/5400/statm: 5918 106 53 36 0 2156 0

[startup+0.100161 s]
/proc/loadavg: 1.60 1.39 1.29 2/201 5400
/proc/meminfo: memFree=29944428/32770624 swapFree=0/423280
[pid=5400] ppid=5397 vsize=9636 CPUtime=0.01 cores=0,2,4,6
/proc/5400/stat : 5400 (bash) S 5397 5400 4821 0 -1 4202496 897 6483 0 0 0 0 0 1 20 0 1 0 89290213 9867264 377 18446744073709551615 4194304 5098028 140727296709408 140727296703416 140039651228672 0 0 5 65536 18446744071580971376 0 0 17 2 0 0 7 0 0 7196144 7232144 27172864 140727296713236 140727296713321 140727296713321 140727296716778 0
/proc/5400/statm: 2409 377 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.200234 s]
/proc/loadavg: 1.60 1.39 1.29 2/201 5400
/proc/meminfo: memFree=29944428/32770624 swapFree=0/423280
[pid=5400] ppid=5397 vsize=30192 CPUtime=0.07 cores=0,2,4,6
/proc/5400/stat : 5400 (java) R 5397 5400 4821 0 -1 4202496 1475 12373 0 0 0 0 5 2 20 0 1 0 89290213 30916608 462 18446744073709551615 4194304 4196468 140729862946976 140729862927672 139683851314811 0 0 1 0 0 0 0 17 4 0 0 7 0 0 6293624 6294260 18845696 140729862948816 140729862951601 140729862951601 140729862954959 0
/proc/5400/statm: 7548 462 356 1 0 160 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 30192

[startup+0.300277 s]
/proc/loadavg: 1.60 1.39 1.29 2/201 5400
/proc/meminfo: memFree=29944428/32770624 swapFree=0/423280
[pid=5400] ppid=5397 vsize=13907308 CPUtime=0.13 cores=0,2,4,6
/proc/5400/stat : 5400 (java) S 5397 5400 4821 0 -1 1077944320 5927 12373 0 0 5 1 5 2 20 0 14 0 89290213 14241083392 5623 18446744073709551615 4194304 4196468 140729862946976 140729862929520 139683849092855 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 7 0 0 6293624 6294260 18845696 140729862948816 140729862951601 140729862951601 140729862954959 0
/proc/5400/statm: 3476827 5623 2664 1 0 3466324 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 13907308

[startup+0.707058 s]
/proc/loadavg: 1.60 1.39 1.29 2/201 5400
/proc/meminfo: memFree=29944428/32770624 swapFree=0/423280
[pid=5400] ppid=5397 vsize=13974784 CPUtime=0.67 cores=0,2,4,6
/proc/5400/stat : 5400 (java) S 5397 5400 4821 0 -1 1077944320 13811 12373 0 0 55 5 5 2 20 0 15 0 89290213 14310178816 14265 18446744073709551615 4194304 4196468 140729862946976 140729862929520 139683849092855 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 7 0 0 6293624 6294260 18845696 140729862948816 140729862951601 140729862951601 140729862954959 0
/proc/5400/statm: 3493696 14265 3115 1 0 3482965 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 13974784

[startup+1.50422 s]
/proc/loadavg: 1.60 1.39 1.29 3/216 5463
/proc/meminfo: memFree=29851152/32770624 swapFree=0/423656
[pid=5400] ppid=5397 vsize=13985408 CPUtime=1.84 cores=0,2,4,6
/proc/5400/stat : 5400 (java) S 5397 5400 4821 0 -1 1077944320 25722 12373 0 0 169 8 5 2 20 0 15 0 89290213 14321057792 33926 18446744073709551615 4194304 4196468 140729862946976 140729862929520 139683849092855 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 7 0 0 6293624 6294260 18845696 140729862948816 140729862951601 140729862951601 140729862954959 0
/proc/5400/statm: 3496352 33926 3344 1 0 3485525 0
[pid=5400/tid=5450] ppid=5397 vsize=13985408 CPUtime=1.29 cores=0,2,4,6
/proc/5400/task/5450/stat : 5450 (java) R 5397 5400 4821 0 -1 4202560 20461 12373 0 0 116 6 5 2 20 0 15 0 89290233 14321057792 33926 18446744073709551615 4194304 4196468 140729862946976 139683853310816 139683849114781 0 4 1 16800974 0 0 0 -1 0 0 0 6 0 0 6293624 6294260 18845696 140729862948816 140729862951601 140729862951601 140729862954959 0
[pid=5400/tid=5451] ppid=5397 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/5400/task/5451/stat : 5451 (java) S 5397 5400 4821 0 -1 1077944384 1 12373 0 0 0 0 5 2 20 0 15 0 89290234 14321057792 33926 18446744073709551615 4194304 4196468 140729862946976 139683449617552 139683849103061 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18845696 140729862948816 140729862951601 140729862951601 140729862954959 0
[pid=5400/tid=5452] ppid=5397 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/5400/task/5452/stat : 5452 (java) S 5397 5400 4821 0 -1 1077944384 1 12373 0 0 0 0 5 2 20 0 15 0 89290234 14321057792 33926 18446744073709551615 4194304 4196468 140729862946976 139683448564752 139683849103061 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18845696 140729862948816 140729862951601 140729862951601 140729862954959 0
[pid=5400/tid=5453] ppid=5397 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/5400/task/5453/stat : 5453 (java) S 5397 5400 4821 0 -1 1077944384 1 12373 0 0 0 0 5 2 20 0 15 0 89290234 14321057792 33926 18446744073709551615 4194304 4196468 140729862946976 139683447511952 139683849103061 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18845696 140729862948816 140729862951601 140729862951601 140729862954959 0
[pid=5400/tid=5454] ppid=5397 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/5400/task/5454/stat : 5454 (java) S 5397 5400 4821 0 -1 1077944384 2 12373 0 0 0 0 5 2 20 0 15 0 89290234 14321057792 33926 18446744073709551615 4194304 4196468 140729862946976 139683446459152 139683849103061 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18845696 140729862948816 140729862951601 140729862951601 140729862954959 0
[pid=5400/tid=5455] ppid=5397 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/5400/task/5455/stat : 5455 (java) S 5397 5400 4821 0 -1 1077944384 5 12373 0 0 0 0 5 2 20 0 15 0 89290235 14321057792 33926 18446744073709551615 4194304 4196468 140729862946976 139682765801840 139683849104002 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18845696 140729862948816 140729862951601 140729862951601 140729862954959 0
[pid=5400/tid=5456] ppid=5397 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/5400/task/5456/stat : 5456 (java) S 5397 5400 4821 0 -1 1077944384 33 12373 0 0 0 0 5 2 20 0 15 0 89290236 14321057792 33926 18446744073709551615 4194304 4196468 140729862946976 139682764747808 139683849103061 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18845696 140729862948816 140729862951601 140729862951601 140729862954959 0
[pid=5400/tid=5457] ppid=5397 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/5400/task/5457/stat : 5457 (java) S 5397 5400 4821 0 -1 1077944384 21 12373 0 0 0 0 5 2 20 0 15 0 89290236 14321057792 33926 18446744073709551615 4194304 4196468 140729862946976 139682763694960 139683849103061 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18845696 140729862948816 140729862951601 140729862951601 140729862954959 0
[pid=5400/tid=5458] ppid=5397 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/5400/task/5458/stat : 5458 (java) S 5397 5400 4821 0 -1 1077944384 3 12373 0 0 0 0 5 2 20 0 15 0 89290239 14321057792 33926 18446744073709551615 4194304 4196468 140729862946976 139682762643280 139683849111451 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18845696 140729862948816 140729862951601 140729862951601 140729862954959 0
[pid=5400/tid=5459] ppid=5397 vsize=13985408 CPUtime=0.24 cores=0,2,4,6
/proc/5400/task/5459/stat : 5459 (java) R 5397 5400 4821 0 -1 4202560 1162 12373 0 0 17 0 5 2 20 0 15 0 89290239 14321057792 33926 18446744073709551615 4194304 4196468 140729862946976 139682761591664 139683828809991 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18845696 140729862948816 140729862951601 140729862951601 140729862954959 0
[pid=5400/tid=5460] ppid=5397 vsize=13985408 CPUtime=0.19 cores=0,2,4,6
/proc/5400/task/5460/stat : 5460 (java) S 5397 5400 4821 0 -1 1077944384 651 12373 0 0 12 0 5 2 20 0 15 0 89290239 14321057792 33926 18446744073709551615 4194304 4196468 140729862946976 139682760538864 139683849104002 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18845696 140729862948816 140729862951601 140729862951601 140729862954959 0
[pid=5400/tid=5461] ppid=5397 vsize=13985408 CPUtime=0.29 cores=0,2,4,6
/proc/5400/task/5461/stat : 5461 (java) R 5397 5400 4821 0 -1 4202560 1221 12373 0 0 22 0 5 2 20 0 15 0 89290239 14321057792 33974 18446744073709551615 4194304 4196468 140729862946976 139682759481104 139683849114202 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18845696 140729862948816 140729862951601 140729862951601 140729862954959 0
[pid=5400/tid=5462] ppid=5397 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/5400/task/5462/stat : 5462 (java) S 5397 5400 4821 0 -1 1077944384 3 12373 0 0 0 0 5 2 20 0 15 0 89290239 14321057792 33974 18446744073709551615 4194304 4196468 140729862946976 139682758433504 139683849103061 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18845696 140729862948816 140729862951601 140729862951601 140729862954959 0
[pid=5400/tid=5463] ppid=5397 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/5400/task/5463/stat : 5463 (java) S 5397 5400 4821 0 -1 1077944384 3 12373 0 0 0 0 5 2 20 0 15 0 89290246 14321057792 33974 18446744073709551615 4194304 4196468 140729862946976 139682757380784 139683849104002 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18845696 140729862948816 140729862951601 140729862951601 140729862954959 0
Current children cumulated CPU time (s) 1.84
Current children cumulated vsize (KiB) 13985408

[startup+3.10114 s]
/proc/loadavg: 1.64 1.40 1.29 5/216 5463
/proc/meminfo: memFree=29771796/32770624 swapFree=0/423640
[pid=5400] ppid=5397 vsize=13997884 CPUtime=5.61 cores=0,2,4,6
/proc/5400/stat : 5400 (java) S 5397 5400 4821 0 -1 1077944320 35170 12373 0 0 540 14 5 2 20 0 15 0 89290213 14333833216 54930 18446744073709551615 4194304 4196468 140729862946976 140729862929520 139683849092855 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 7 0 0 6293624 6294260 18845696 140729862948816 140729862951601 140729862951601 140729862954959 0
/proc/5400/statm: 3499471 54930 3441 1 0 3488085 0
[pid=5400/tid=5450] ppid=5397 vsize=13997884 CPUtime=2.85 cores=0,2,4,6
/proc/5400/task/5450/stat : 5450 (java) R 5397 5400 4821 0 -1 4202560 24161 12373 0 0 270 8 5 2 20 0 15 0 89290233 14333833216 54930 18446744073709551615 4194304 4196468 140729862946976 139683853320000 139683491247985 0 4 1 16800974 0 0 0 -1 2 0 0 6 0 0 6293624 6294260 18845696 140729862948816 140729862951601 140729862951601 140729862954959 0
[pid=5400/tid=5451] ppid=5397 vsize=13997884 CPUtime=0.07 cores=0,2,4,6
/proc/5400/task/5451/stat : 5451 (java) S 5397 5400 4821 0 -1 1077944384 38 12373 0 0 0 0 5 2 20 0 15 0 89290234 14333833216 54930 18446744073709551615 4194304 4196468 140729862946976 139683449617552 139683849103061 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18845696 140729862948816 140729862951601 140729862951601 140729862954959 0
[pid=5400/tid=5452] ppid=5397 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/5400/task/5452/stat : 5452 (java) S 5397 5400 4821 0 -1 1077944384 36 12373 0 0 1 0 5 2 20 0 15 0 89290234 14333833216 54930 18446744073709551615 4194304 4196468 140729862946976 139683448564752 139683849103061 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18845696 140729862948816 140729862951601 140729862951601 140729862954959 0
[pid=5400/tid=5453] ppid=5397 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/5400/task/5453/stat : 5453 (java) S 5397 5400 4821 0 -1 1077944384 177 12373 0 0 1 0 5 2 20 0 15 0 89290234 14333833216 54930 18446744073709551615 4194304 4196468 140729862946976 139683447511952 139683849103061 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18845696 140729862948816 140729862951601 140729862951601 140729862954959 0
[pid=5400/tid=5454] ppid=5397 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/5400/task/5454/stat : 5454 (java) S 5397 5400 4821 0 -1 1077944384 60 12373 0 0 1 0 5 2 20 0 15 0 89290234 14333833216 54930 18446744073709551615 4194304 4196468 140729862946976 139683446459152 139683849103061 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18845696 140729862948816 140729862951601 140729862951601 140729862954959 0
[pid=5400/tid=5455] ppid=5397 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/5400/task/5455/stat : 5455 (java) S 5397 5400 4821 0 -1 1077944384 661 12373 0 0 1 0 5 2 20 0 15 0 89290235 14333833216 54930 18446744073709551615 4194304 4196468 140729862946976 139682765801840 139683849104002 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18845696 140729862948816 140729862951601 140729862951601 140729862954959 0
[pid=5400/tid=5456] ppid=5397 vsize=13997884 CPUtime=0.07 cores=0,2,4,6
/proc/5400/task/5456/stat : 5456 (java) S 5397 5400 4821 0 -1 1077944384 56 12373 0 0 0 0 5 2 20 0 15 0 89290236 14333833216 54930 18446744073709551615 4194304 4196468 140729862946976 139682764747872 139683849103061 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18845696 140729862948816 140729862951601 140729862951601 140729862954959 0
[pid=5400/tid=5457] ppid=5397 vsize=13997884 CPUtime=0.07 cores=0,2,4,6
/proc/5400/task/5457/stat : 5457 (java) S 5397 5400 4821 0 -1 1077944384 44 12373 0 0 0 0 5 2 20 0 15 0 89290236 14333833216 54930 18446744073709551615 4194304 4196468 140729862946976 139682763694960 139683849103061 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18845696 140729862948816 140729862951601 140729862951601 140729862954959 0
[pid=5400/tid=5458] ppid=5397 vsize=13997884 CPUtime=0.07 cores=0,2,4,6
/proc/5400/task/5458/stat : 5458 (java) S 5397 5400 4821 0 -1 1077944384 3 12373 0 0 0 0 5 2 20 0 15 0 89290239 14333833216 55442 18446744073709551615 4194304 4196468 140729862946976 139682762643280 139683849111451 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18845696 140729862948816 140729862951601 140729862951601 140729862954959 0
[pid=5400/tid=5459] ppid=5397 vsize=13997884 CPUtime=0.84 cores=0,2,4,6
/proc/5400/task/5459/stat : 5459 (java) R 5397 5400 4821 0 -1 1077944384 2289 12373 0 0 77 0 5 2 20 0 15 0 89290239 14333833216 55442 18446744073709551615 4194304 4196468 140729862946976 139682761579344 139683849103061 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18845696 140729862948816 140729862951601 140729862951601 140729862954959 0
[pid=5400/tid=5460] ppid=5397 vsize=13997884 CPUtime=0.82 cores=0,2,4,6
/proc/5400/task/5460/stat : 5460 (java) R 5397 5400 4821 0 -1 4202560 1387 12373 0 0 75 0 5 2 20 0 15 0 89290239 14333833216 55442 18446744073709551615 4194304 4196468 140729862946976 139682760520928 139683832470213 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18845696 140729862948816 140729862951601 140729862951601 140729862954959 0
[pid=5400/tid=5461] ppid=5397 vsize=13997884 CPUtime=1.18 cores=0,2,4,6
/proc/5400/task/5461/stat : 5461 (java) S 5397 5400 4821 0 -1 1077944384 4096 12373 0 0 110 1 5 2 20 0 15 0 89290239 14333833216 55442 18446744073709551615 4194304 4196468 140729862946976 139682759486064 139683849104002 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18845696 140729862948816 140729862951601 140729862951601 140729862954959 0
[pid=5400/tid=5462] ppid=5397 vsize=13997884 CPUtime=0.07 cores=0,2,4,6
/proc/5400/task/5462/stat : 5462 (java) S 5397 5400 4821 0 -1 1077944384 3 12373 0 0 0 0 5 2 20 0 15 0 89290239 14333833216 55442 18446744073709551615 4194304 4196468 140729862946976 139682758433504 139683849103061 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18845696 140729862948816 140729862951601 140729862951601 140729862954959 0
[pid=5400/tid=5463] ppid=5397 vsize=13997884 CPUtime=0.07 cores=0,2,4,6
/proc/5400/task/5463/stat : 5463 (java) S 5397 5400 4821 0 -1 1077944384 3 12373 0 0 0 0 5 2 20 0 15 0 89290246 14333833216 55442 18446744073709551615 4194304 4196468 140729862946976 139682757380784 139683849104002 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18845696 140729862948816 140729862951601 140729862951601 140729862954959 0
Current children cumulated CPU time (s) 5.61
Current children cumulated vsize (KiB) 13997884

[startup+6.30088 s]
/proc/loadavg: 1.64 1.40 1.29 5/215 5463
/proc/meminfo: memFree=29412380/32770624 swapFree=0/423632
[pid=5400] ppid=5397 vsize=14001980 CPUtime=14.87 cores=0,2,4,6
/proc/5400/stat : 5400 (java) S 5397 5400 4821 0 -1 1077944320 60422 12373 0 0 1449 31 5 2 20 0 15 0 89290213 14338027520 105695 18446744073709551615 4194304 4196468 140729862946976 140729862929520 139683849092855 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 7 0 0 6293624 6294260 18845696 140729862948816 140729862951601 140729862951601 140729862954959 0
/proc/5400/statm: 3500495 105695 3477 1 0 3489109 0
[pid=5400/tid=5450] ppid=5397 vsize=14001980 CPUtime=5.84 cores=0,2,4,6
/proc/5400/task/5450/stat : 5450 (java) R 5397 5400 4821 0 -1 4202560 29632 12373 0 0 566 11 5 2 20 0 15 0 89290233 14338027520 105695 18446744073709551615 4194304 4196468 140729862946976 139683853319776 139683849104790 0 4 1 16800974 0 0 0 -1 4 0 0 6 0 0 6293624 6294260 18845696 140729862948816 140729862951601 140729862951601 140729862954959 0
[pid=5400/tid=5451] ppid=5397 vsize=14001980 CPUtime=0.23 cores=0,2,4,6
/proc/5400/task/5451/stat : 5451 (java) S 5397 5400 4821 0 -1 1077944384 141 12373 0 0 13 3 5 2 20 0 15 0 89290234 14338027520 105695 18446744073709551615 4194304 4196468 140729862946976 139683449617552 139683849103061 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18845696 140729862948816 140729862951601 140729862951601 140729862954959 0
[pid=5400/tid=5452] ppid=5397 vsize=14001980 CPUtime=0.22 cores=0,2,4,6
/proc/5400/task/5452/stat : 5452 (java) S 5397 5400 4821 0 -1 1077944384 631 12373 0 0 12 3 5 2 20 0 15 0 89290234 14338027520 105695 18446744073709551615 4194304 4196468 140729862946976 139683448564752 139683849103061 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18845696 140729862948816 140729862951601 140729862951601 140729862954959 0
[pid=5400/tid=5453] ppid=5397 vsize=14001980 CPUtime=0.23 cores=0,2,4,6
/proc/5400/task/5453/stat : 5453 (java) S 5397 5400 4821 0 -1 1077944384 797 12373 0 0 13 3 5 2 20 0 15 0 89290234 14338027520 105695 18446744073709551615 4194304 4196468 140729862946976 139683447511952 139683849103061 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18845696 140729862948816 140729862951601 140729862951601 140729862954959 0
[pid=5400/tid=5454] ppid=5397 vsize=14001980 CPUtime=0.23 cores=0,2,4,6
/proc/5400/task/5454/stat : 5454 (java) S 5397 5400 4821 0 -1 1077944384 451 12373 0 0 13 3 5 2 20 0 15 0 89290234 14338027520 105695 18446744073709551615 4194304 4196468 140729862946976 139683446459152 139683849103061 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18845696 140729862948816 140729862951601 140729862951601 140729862954959 0
[pid=5400/tid=5455] ppid=5397 vsize=14001980 CPUtime=0.12 cores=0,2,4,6
/proc/5400/task/5455/stat : 5455 (java) S 5397 5400 4821 0 -1 1077944384 5890 12373 0 0 5 0 5 2 20 0 15 0 89290235 14338027520 105695 18446744073709551615 4194304 4196468 140729862946976 139682765801840 139683849104002 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18845696 140729862948816 140729862951601 140729862951601 140729862954959 0
[pid=5400/tid=5456] ppid=5397 vsize=14001980 CPUtime=0.07 cores=0,2,4,6
/proc/5400/task/5456/stat : 5456 (java) S 5397 5400 4821 0 -1 1077944384 66 12373 0 0 0 0 5 2 20 0 15 0 89290236 14338027520 105695 18446744073709551615 4194304 4196468 140729862946976 139682764747872 139683849103061 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18845696 140729862948816 140729862951601 140729862951601 140729862954959 0
[pid=5400/tid=5457] ppid=5397 vsize=14001980 CPUtime=0.07 cores=0,2,4,6
/proc/5400/task/5457/stat : 5457 (java) S 5397 5400 4821 0 -1 1077944384 53 12373 0 0 0 0 5 2 20 0 15 0 89290236 14338027520 105695 18446744073709551615 4194304 4196468 140729862946976 139682763694976 139683849103061 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18845696 140729862948816 140729862951601 140729862951601 140729862954959 0
[pid=5400/tid=5458] ppid=5397 vsize=14001980 CPUtime=0.07 cores=0,2,4,6
/proc/5400/task/5458/stat : 5458 (java) S 5397 5400 4821 0 -1 1077944384 3 12373 0 0 0 0 5 2 20 0 15 0 89290239 14338027520 105695 18446744073709551615 4194304 4196468 140729862946976 139682762643280 139683849111451 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18845696 140729862948816 140729862951601 140729862951601 140729862954959 0
[pid=5400/tid=5459] ppid=5397 vsize=14001980 CPUtime=3.3 cores=0,2,4,6
/proc/5400/task/5459/stat : 5459 (java) S 5397 5400 4821 0 -1 1077944384 7093 12373 0 0 322 1 5 2 20 0 15 0 89290239 14338027520 105695 18446744073709551615 4194304 4196468 140729862946976 139682761591664 139683849104002 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18845696 140729862948816 140729862951601 140729862951601 140729862954959 0
[pid=5400/tid=5460] ppid=5397 vsize=14001980 CPUtime=3.3 cores=0,2,4,6
/proc/5400/task/5460/stat : 5460 (java) R 5397 5400 4821 0 -1 4202560 5968 12373 0 0 322 1 5 2 20 0 15 0 89290239 14338027520 105695 18446744073709551615 4194304 4196468 140729862946976 139682760520064 139683827115415 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18845696 140729862948816 140729862951601 140729862951601 140729862954959 0
[pid=5400/tid=5461] ppid=5397 vsize=14001980 CPUtime=1.88 cores=0,2,4,6
/proc/5400/task/5461/stat : 5461 (java) S 5397 5400 4821 0 -1 1077944384 7158 12373 0 0 179 2 5 2 20 0 15 0 89290239 14338027520 105695 18446744073709551615 4194304 4196468 140729862946976 139682759486064 139683849104002 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18845696 140729862948816 140729862951601 140729862951601 140729862954959 0
[pid=5400/tid=5462] ppid=5397 vsize=14001980 CPUtime=0.07 cores=0,2,4,6
/proc/5400/task/5462/stat : 5462 (java) S 5397 5400 4821 0 -1 1077944384 3 12373 0 0 0 0 5 2 20 0 15 0 89290239 14338027520 105695 18446744073709551615 4194304 4196468 140729862946976 139682758433504 139683849103061 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18845696 140729862948816 140729862951601 140729862951601 140729862954959 0
[pid=5400/tid=5463] ppid=5397 vsize=14001980 CPUtime=0.07 cores=0,2,4,6
/proc/5400/task/5463/stat : 5463 (java) S 5397 5400 4821 0 -1 1077944384 380 12373 0 0 0 0 5 2 20 0 15 0 89290246 14338027520 105695 18446744073709551615 4194304 4196468 140729862946976 139682757380784 139683849104002 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18845696 140729862948816 140729862951601 140729862951601 140729862954959 0
Current children cumulated CPU time (s) 14.87
Current children cumulated vsize (KiB) 14001980

[startup+12.7007 s]
/proc/loadavg: 1.76 1.43 1.31 3/215 5463
/proc/meminfo: memFree=28478976/32770624 swapFree=0/423632
[pid=5400] ppid=5397 vsize=14069564 CPUtime=25.73 cores=0,2,4,6
/proc/5400/stat : 5400 (java) S 5397 5400 4821 0 -1 1077944320 96085 12373 0 0 2518 48 5 2 20 0 15 0 89290213 14407233536 248484 18446744073709551615 4194304 4196468 140729862946976 140729862929520 139683849092855 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 7 0 0 6293624 6294260 18845696 140729862948816 140729862951601 140729862951601 140729862954959 0
/proc/5400/statm: 3517391 248484 3479 1 0 3506005 0
[pid=5400/tid=5450] ppid=5397 vsize=14069564 CPUtime=12.16 cores=0,2,4,6
/proc/5400/task/5450/stat : 5450 (java) R 5397 5400 4821 0 -1 4202560 49337 12373 0 0 1189 20 5 2 20 0 15 0 89290233 14407233536 248484 18446744073709551615 4194304 4196468 140729862946976 139683853326864 139683505277131 0 4 1 16800974 0 0 0 -1 0 0 0 6 0 0 6293624 6294260 18845696 140729862948816 140729862951601 140729862951601 140729862954959 0
[pid=5400/tid=5451] ppid=5397 vsize=14069564 CPUtime=0.27 cores=0,2,4,6
/proc/5400/task/5451/stat : 5451 (java) S 5397 5400 4821 0 -1 1077944384 227 12373 0 0 16 4 5 2 20 0 15 0 89290234 14407233536 248484 18446744073709551615 4194304 4196468 140729862946976 139683449617552 139683849103061 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18845696 140729862948816 140729862951601 140729862951601 140729862954959 0
[pid=5400/tid=5452] ppid=5397 vsize=14069564 CPUtime=0.26 cores=0,2,4,6
/proc/5400/task/5452/stat : 5452 (java) S 5397 5400 4821 0 -1 1077944384 671 12373 0 0 15 4 5 2 20 0 15 0 89290234 14407233536 248484 18446744073709551615 4194304 4196468 140729862946976 139683448564752 139683849103061 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18845696 140729862948816 140729862951601 140729862951601 140729862954959 0
[pid=5400/tid=5453] ppid=5397 vsize=14069564 CPUtime=0.29 cores=0,2,4,6
/proc/5400/task/5453/stat : 5453 (java) S 5397 5400 4821 0 -1 1077944384 1033 12373 0 0 18 4 5 2 20 0 15 0 89290234 14407233536 248484 18446744073709551615 4194304 4196468 140729862946976 139683447511952 139683849103061 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18845696 140729862948816 140729862951601 140729862951601 140729862954959 0
[pid=5400/tid=5454] ppid=5397 vsize=14069564 CPUtime=0.28 cores=0,2,4,6
/proc/5400/task/5454/stat : 5454 (java) S 5397 5400 4821 0 -1 1077944384 501 12373 0 0 17 4 5 2 20 0 15 0 89290234 14407233536 248484 18446744073709551615 4194304 4196468 140729862946976 139683446459152 139683849103061 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18845696 140729862948816 140729862951601 140729862951601 140729862954959 0
[pid=5400/tid=5455] ppid=5397 vsize=14069564 CPUtime=0.12 cores=0,2,4,6
/proc/5400/task/5455/stat : 5455 (java) S 5397 5400 4821 0 -1 1077944384 6378 12373 0 0 5 0 5 2 20 0 15 0 89290235 14407233536 248484 18446744073709551615 4194304 4196468 140729862946976 139682765801840 139683849104002 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18845696 140729862948816 140729862951601 140729862951601 140729862954959 0
[pid=5400/tid=5456] ppid=5397 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/5400/task/5456/stat : 5456 (java) S 5397 5400 4821 0 -1 1077944384 67 12373 0 0 0 0 5 2 20 0 15 0 89290236 14407233536 248484 18446744073709551615 4194304 4196468 140729862946976 139682764747872 139683849103061 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18845696 140729862948816 140729862951601 140729862951601 140729862954959 0
[pid=5400/tid=5457] ppid=5397 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/5400/task/5457/stat : 5457 (java) S 5397 5400 4821 0 -1 1077944384 53 12373 0 0 0 0 5 2 20 0 15 0 89290236 14407233536 248484 18446744073709551615 4194304 4196468 140729862946976 139682763694976 139683849103061 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18845696 140729862948816 140729862951601 140729862951601 140729862954959 0
[pid=5400/tid=5458] ppid=5397 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/5400/task/5458/stat : 5458 (java) S 5397 5400 4821 0 -1 1077944384 3 12373 0 0 0 0 5 2 20 0 15 0 89290239 14407233536 248484 18446744073709551615 4194304 4196468 140729862946976 139682762643280 139683849111451 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18845696 140729862948816 140729862951601 140729862951601 140729862954959 0

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

/proc/5400/task/5462/stat : 5462 (java) S 5397 5400 4821 0 -1 1077944384 3 12373 0 0 0 0 5 2 20 0 15 0 89290239 14407233536 518584 18446744073709551615 4194304 4196468 140729862946976 139682758433504 139683849103061 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18845696 140729862948816 140729862951601 140729862951601 140729862954959 0
[pid=5400/tid=5463] ppid=5397 vsize=14069564 CPUtime=1.52 cores=0,2,4,6
/proc/5400/task/5463/stat : 5463 (java) S 5397 5400 4821 0 -1 1077944384 2003 12373 0 0 71 74 5 2 20 0 15 0 89290246 14407233536 518584 18446744073709551615 4194304 4196468 140729862946976 139682757380784 139683849104002 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18845696 140729862948816 140729862951601 140729862951601 140729862954959 0
Current children cumulated CPU time (s) 2435.26
Current children cumulated vsize (KiB) 14069564

[startup+2442.3 s]
/proc/loadavg: 1.31 1.36 1.39 3/213 5650
/proc/meminfo: memFree=27283476/32770624 swapFree=0/424208
[pid=5400] ppid=5397 vsize=14069564 CPUtime=2496.38 cores=0,2,4,6
/proc/5400/stat : 5400 (java) S 5397 5400 4821 0 -1 1077944320 359277 12373 0 0 249254 377 5 2 20 0 15 0 89290213 14407233536 518602 18446744073709551615 4194304 4196468 140729862946976 140729862929520 139683849092855 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 7 0 0 6293624 6294260 18845696 140729862948816 140729862951601 140729862951601 140729862954959 0
/proc/5400/statm: 3517391 518602 3484 1 0 3506005 0
[pid=5400/tid=5450] ppid=5397 vsize=14069564 CPUtime=2415.88 cores=0,2,4,6
/proc/5400/task/5450/stat : 5450 (java) S 5397 5400 4821 0 -1 1077944384 125851 12373 0 0 241516 65 5 2 20 0 15 0 89290233 14407233536 518602 18446744073709551615 4194304 4196468 140729862946976 139683853326800 139683849103061 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 6 0 0 6293624 6294260 18845696 140729862948816 140729862951601 140729862951601 140729862954959 0
[pid=5400/tid=5451] ppid=5397 vsize=14069564 CPUtime=14.04 cores=0,2,4,6
/proc/5400/task/5451/stat : 5451 (java) S 5397 5400 4821 0 -1 1077944384 44583 12373 0 0 1338 59 5 2 20 0 15 0 89290234 14407233536 518602 18446744073709551615 4194304 4196468 140729862946976 139683449617552 139683849103061 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18845696 140729862948816 140729862951601 140729862951601 140729862954959 0
[pid=5400/tid=5452] ppid=5397 vsize=14069564 CPUtime=14.04 cores=0,2,4,6
/proc/5400/task/5452/stat : 5452 (java) S 5397 5400 4821 0 -1 1077944384 32989 12373 0 0 1344 53 5 2 20 0 15 0 89290234 14407233536 518602 18446744073709551615 4194304 4196468 140729862946976 139683448564752 139683849103061 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18845696 140729862948816 140729862951601 140729862951601 140729862954959 0
[pid=5400/tid=5453] ppid=5397 vsize=14069564 CPUtime=14.03 cores=0,2,4,6
/proc/5400/task/5453/stat : 5453 (java) S 5397 5400 4821 0 -1 1077944384 31942 12373 0 0 1342 54 5 2 20 0 15 0 89290234 14407233536 518602 18446744073709551615 4194304 4196468 140729862946976 139683447511952 139683849103061 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18845696 140729862948816 140729862951601 140729862951601 140729862954959 0
[pid=5400/tid=5454] ppid=5397 vsize=14069564 CPUtime=14 cores=0,2,4,6
/proc/5400/task/5454/stat : 5454 (java) S 5397 5400 4821 0 -1 1077944384 30734 12373 0 0 1335 58 5 2 20 0 15 0 89290234 14407233536 518602 18446744073709551615 4194304 4196468 140729862946976 139683446459152 139683849103061 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18845696 140729862948816 140729862951601 140729862951601 140729862954959 0
[pid=5400/tid=5455] ppid=5397 vsize=14069564 CPUtime=10.01 cores=0,2,4,6
/proc/5400/task/5455/stat : 5455 (java) R 5397 5400 4821 0 -1 4202560 31126 12373 0 0 938 56 5 2 20 0 15 0 89290235 14407233536 518602 18446744073709551615 4194304 4196468 140729862946976 139682765801840 139683841810007 0 0 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18845696 140729862948816 140729862951601 140729862951601 140729862954959 0
[pid=5400/tid=5456] ppid=5397 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/5400/task/5456/stat : 5456 (java) S 5397 5400 4821 0 -1 1077944384 67 12373 0 0 0 0 5 2 20 0 15 0 89290236 14407233536 518602 18446744073709551615 4194304 4196468 140729862946976 139682764747872 139683849103061 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18845696 140729862948816 140729862951601 140729862951601 140729862954959 0
[pid=5400/tid=5457] ppid=5397 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/5400/task/5457/stat : 5457 (java) S 5397 5400 4821 0 -1 1077944384 53 12373 0 0 0 0 5 2 20 0 15 0 89290236 14407233536 518602 18446744073709551615 4194304 4196468 140729862946976 139682763694976 139683849103061 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18845696 140729862948816 140729862951601 140729862951601 140729862954959 0
[pid=5400/tid=5458] ppid=5397 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/5400/task/5458/stat : 5458 (java) S 5397 5400 4821 0 -1 1077944384 3 12373 0 0 0 0 5 2 20 0 15 0 89290239 14407233536 518602 18446744073709551615 4194304 4196468 140729862946976 139682762643280 139683849111451 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18845696 140729862948816 140729862951601 140729862951601 140729862954959 0
[pid=5400/tid=5459] ppid=5397 vsize=14069564 CPUtime=5.38 cores=0,2,4,6
/proc/5400/task/5459/stat : 5459 (java) S 5397 5400 4821 0 -1 1077944384 18833 12373 0 0 529 2 5 2 20 0 15 0 89290239 14407233536 518602 18446744073709551615 4194304 4196468 140729862946976 139682761591664 139683849104002 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18845696 140729862948816 140729862951601 140729862951601 140729862954959 0
[pid=5400/tid=5460] ppid=5397 vsize=14069564 CPUtime=5.67 cores=0,2,4,6
/proc/5400/task/5460/stat : 5460 (java) S 5397 5400 4821 0 -1 1077944384 19791 12373 0 0 557 3 5 2 20 0 15 0 89290239 14407233536 518602 18446744073709551615 4194304 4196468 140729862946976 139682760538864 139683849104002 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18845696 140729862948816 140729862951601 140729862951601 140729862954959 0
[pid=5400/tid=5461] ppid=5397 vsize=14069564 CPUtime=2.3 cores=0,2,4,6
/proc/5400/task/5461/stat : 5461 (java) S 5397 5400 4821 0 -1 1077944384 19103 12373 0 0 220 3 5 2 20 0 15 0 89290239 14407233536 518602 18446744073709551615 4194304 4196468 140729862946976 139682759486064 139683849104002 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18845696 140729862948816 140729862951601 140729862951601 140729862954959 0
[pid=5400/tid=5462] ppid=5397 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/5400/task/5462/stat : 5462 (java) S 5397 5400 4821 0 -1 1077944384 3 12373 0 0 0 0 5 2 20 0 15 0 89290239 14407233536 518602 18446744073709551615 4194304 4196468 140729862946976 139682758433504 139683849103061 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18845696 140729862948816 140729862951601 140729862951601 140729862954959 0
[pid=5400/tid=5463] ppid=5397 vsize=14069564 CPUtime=1.56 cores=0,2,4,6
/proc/5400/task/5463/stat : 5463 (java) S 5397 5400 4821 0 -1 1077944384 2043 12373 0 0 73 76 5 2 20 0 15 0 89290246 14407233536 518602 18446744073709551615 4194304 4196468 140729862946976 139682757380784 139683849104002 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18845696 140729862948816 140729862951601 140729862951601 140729862954959 0
Current children cumulated CPU time (s) 2496.38
Current children cumulated vsize (KiB) 14069564



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2465.6 s]
/proc/loadavg: 1.29 1.36 1.39 3/213 5776
/proc/meminfo: memFree=28261556/32770624 swapFree=0/424228
[pid=5400] ppid=5397 vsize=14069564 CPUtime=2520.08 cores=0,2,4,6
/proc/5400/stat : 5400 (java) S 5397 5400 4821 0 -1 1077944320 361142 12373 0 0 251621 380 5 2 20 0 15 0 89290213 14407233536 517456 18446744073709551615 4194304 4196468 140729862946976 140729862929520 139683849092855 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 7 0 0 6293624 6294260 18845696 140729862948816 140729862951601 140729862951601 140729862954959 0
/proc/5400/statm: 3517391 517456 3484 1 0 3506005 0
[pid=5400/tid=5450] ppid=5397 vsize=14069564 CPUtime=2438.91 cores=0,2,4,6
/proc/5400/task/5450/stat : 5450 (java) R 5397 5400 4821 0 -1 4202560 126585 12373 0 0 243819 65 5 2 20 0 15 0 89290233 14407233536 517456 18446744073709551615 4194304 4196468 140729862946976 139683853327088 139683508987701 0 4 1 16800974 0 0 0 -1 0 0 0 6 0 0 6293624 6294260 18845696 140729862948816 140729862951601 140729862951601 140729862954959 0
[pid=5400/tid=5451] ppid=5397 vsize=14069564 CPUtime=14.18 cores=0,2,4,6
/proc/5400/task/5451/stat : 5451 (java) S 5397 5400 4821 0 -1 1077944384 44611 12373 0 0 1351 60 5 2 20 0 15 0 89290234 14407233536 517456 18446744073709551615 4194304 4196468 140729862946976 139683449617552 139683849103061 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18845696 140729862948816 140729862951601 140729862951601 140729862954959 0
[pid=5400/tid=5452] ppid=5397 vsize=14069564 CPUtime=14.17 cores=0,2,4,6
/proc/5400/task/5452/stat : 5452 (java) S 5397 5400 4821 0 -1 1077944384 33013 12373 0 0 1357 53 5 2 20 0 15 0 89290234 14407233536 517456 18446744073709551615 4194304 4196468 140729862946976 139683448564752 139683849103061 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18845696 140729862948816 140729862951601 140729862951601 140729862954959 0
[pid=5400/tid=5453] ppid=5397 vsize=14069564 CPUtime=14.16 cores=0,2,4,6
/proc/5400/task/5453/stat : 5453 (java) S 5397 5400 4821 0 -1 1077944384 32903 12373 0 0 1355 54 5 2 20 0 15 0 89290234 14407233536 517456 18446744073709551615 4194304 4196468 140729862946976 139683447511952 139683849103061 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18845696 140729862948816 140729862951601 140729862951601 140729862954959 0
[pid=5400/tid=5454] ppid=5397 vsize=14069564 CPUtime=14.14 cores=0,2,4,6
/proc/5400/task/5454/stat : 5454 (java) S 5397 5400 4821 0 -1 1077944384 30803 12373 0 0 1349 58 5 2 20 0 15 0 89290234 14407233536 517456 18446744073709551615 4194304 4196468 140729862946976 139683446459152 139683849103061 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18845696 140729862948816 140729862951601 140729862951601 140729862954959 0
[pid=5400/tid=5455] ppid=5397 vsize=14069564 CPUtime=10.11 cores=0,2,4,6
/proc/5400/task/5455/stat : 5455 (java) S 5397 5400 4821 0 -1 1077944384 31167 12373 0 0 947 57 5 2 20 0 15 0 89290235 14407233536 517456 18446744073709551615 4194304 4196468 140729862946976 139682765801840 139683849104002 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18845696 140729862948816 140729862951601 140729862951601 140729862954959 0
[pid=5400/tid=5456] ppid=5397 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/5400/task/5456/stat : 5456 (java) S 5397 5400 4821 0 -1 1077944384 67 12373 0 0 0 0 5 2 20 0 15 0 89290236 14407233536 517456 18446744073709551615 4194304 4196468 140729862946976 139682764747872 139683849103061 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18845696 140729862948816 140729862951601 140729862951601 140729862954959 0
[pid=5400/tid=5457] ppid=5397 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/5400/task/5457/stat : 5457 (java) S 5397 5400 4821 0 -1 1077944384 53 12373 0 0 0 0 5 2 20 0 15 0 89290236 14407233536 517456 18446744073709551615 4194304 4196468 140729862946976 139682763694976 139683849103061 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18845696 140729862948816 140729862951601 140729862951601 140729862954959 0
[pid=5400/tid=5458] ppid=5397 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/5400/task/5458/stat : 5458 (java) S 5397 5400 4821 0 -1 1077944384 3 12373 0 0 0 0 5 2 20 0 15 0 89290239 14407233536 517456 18446744073709551615 4194304 4196468 140729862946976 139682762643280 139683849111451 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18845696 140729862948816 140729862951601 140729862951601 140729862954959 0
[pid=5400/tid=5459] ppid=5397 vsize=14069564 CPUtime=5.38 cores=0,2,4,6
/proc/5400/task/5459/stat : 5459 (java) S 5397 5400 4821 0 -1 1077944384 18835 12373 0 0 529 2 5 2 20 0 15 0 89290239 14407233536 517456 18446744073709551615 4194304 4196468 140729862946976 139682761591664 139683849104002 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18845696 140729862948816 140729862951601 140729862951601 140729862954959 0
[pid=5400/tid=5460] ppid=5397 vsize=14069564 CPUtime=5.67 cores=0,2,4,6
/proc/5400/task/5460/stat : 5460 (java) S 5397 5400 4821 0 -1 1077944384 19793 12373 0 0 557 3 5 2 20 0 15 0 89290239 14407233536 517456 18446744073709551615 4194304 4196468 140729862946976 139682760538864 139683849104002 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18845696 140729862948816 140729862951601 140729862951601 140729862954959 0
[pid=5400/tid=5461] ppid=5397 vsize=14069564 CPUtime=2.3 cores=0,2,4,6
/proc/5400/task/5461/stat : 5461 (java) S 5397 5400 4821 0 -1 1077944384 19105 12373 0 0 220 3 5 2 20 0 15 0 89290239 14407233536 517456 18446744073709551615 4194304 4196468 140729862946976 139682759486064 139683849104002 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18845696 140729862948816 140729862951601 140729862951601 140729862954959 0
[pid=5400/tid=5462] ppid=5397 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/5400/task/5462/stat : 5462 (java) S 5397 5400 4821 0 -1 1077944384 3 12373 0 0 0 0 5 2 20 0 15 0 89290239 14407233536 517456 18446744073709551615 4194304 4196468 140729862946976 139682758433504 139683849103061 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18845696 140729862948816 140729862951601 140729862951601 140729862954959 0
[pid=5400/tid=5463] ppid=5397 vsize=14069564 CPUtime=1.57 cores=0,2,4,6
/proc/5400/task/5463/stat : 5463 (java) S 5397 5400 4821 0 -1 1077944384 2045 12373 0 0 74 76 5 2 20 0 15 0 89290246 14407233536 517456 18446744073709551615 4194304 4196468 140729862946976 139682757380784 139683849104002 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18845696 140729862948816 140729862951601 140729862951601 140729862954959 0
Current children cumulated CPU time (s) 2520.08
Current children cumulated vsize (KiB) 14069564

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

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

[startup+2466 s]
/proc/loadavg: 1.29 1.36 1.39 3/213 5776
/proc/meminfo: memFree=28261556/32770624 swapFree=0/424228
[pid=5400] ppid=5397 vsize=14202692 CPUtime=2521.4 cores=0,2,4,6
/proc/5400/stat : 5400 (java) S 5397 5400 4821 0 -1 1077944320 374235 12373 0 0 251752 381 5 2 20 0 17 0 89290213 14543556608 519272 18446744073709551615 4194304 4196468 140729862946976 140729862929520 139683849092855 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 7 0 0 6293624 6294260 18845696 140729862948816 140729862951601 140729862951601 140729862954959 0
/proc/5400/statm: 3550673 519272 3490 1 0 3539287 0
[pid=5400/tid=5450] ppid=5397 vsize=14202692 CPUtime=2438.92 cores=0,2,4,6
/proc/5400/task/5450/stat : 5450 (java) S 5397 5400 4821 0 -1 1077944384 127424 12373 0 0 243820 65 5 2 20 0 17 0 89290233 14543556608 519272 18446744073709551615 4194304 4196468 140729862946976 139683853330528 139683849103061 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 6 0 0 6293624 6294260 18845696 140729862948816 140729862951601 140729862951601 140729862954959 0
[pid=5400/tid=5451] ppid=5397 vsize=14202692 CPUtime=14.49 cores=0,2,4,6
/proc/5400/task/5451/stat : 5451 (java) S 5397 5400 4821 0 -1 1077944384 44634 12373 0 0 1382 60 5 2 20 0 17 0 89290234 14543556608 519272 18446744073709551615 4194304 4196468 140729862946976 139683449617552 139683849103061 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18845696 140729862948816 140729862951601 140729862951601 140729862954959 0
[pid=5400/tid=5452] ppid=5397 vsize=14202692 CPUtime=14.48 cores=0,2,4,6
/proc/5400/task/5452/stat : 5452 (java) S 5397 5400 4821 0 -1 1077944384 33043 12373 0 0 1388 53 5 2 20 0 17 0 89290234 14543556608 519272 18446744073709551615 4194304 4196468 140729862946976 139683448564752 139683849103061 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18845696 140729862948816 140729862951601 140729862951601 140729862954959 0
[pid=5400/tid=5453] ppid=5397 vsize=14202692 CPUtime=14.47 cores=0,2,4,6
/proc/5400/task/5453/stat : 5453 (java) S 5397 5400 4821 0 -1 1077944384 32916 12373 0 0 1386 54 5 2 20 0 17 0 89290234 14543556608 519272 18446744073709551615 4194304 4196468 140729862946976 139683447511952 139683849103061 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18845696 140729862948816 140729862951601 140729862951601 140729862954959 0
[pid=5400/tid=5454] ppid=5397 vsize=14202692 CPUtime=14.45 cores=0,2,4,6
/proc/5400/task/5454/stat : 5454 (java) S 5397 5400 4821 0 -1 1077944384 30836 12373 0 0 1380 58 5 2 20 0 17 0 89290234 14543556608 519272 18446744073709551615 4194304 4196468 140729862946976 139683446459152 139683849103061 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18845696 140729862948816 140729862951601 140729862951601 140729862954959 0
[pid=5400/tid=5455] ppid=5397 vsize=14202692 CPUtime=10.18 cores=0,2,4,6
/proc/5400/task/5455/stat : 5455 (java) R 5397 5400 4821 0 -1 4202560 41534 12373 0 0 954 57 5 2 20 0 17 0 89290235 14543556608 519272 18446744073709551615 4194304 4196468 140729862946976 139682765800240 139683827224334 0 0 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18845696 140729862948816 140729862951601 140729862951601 140729862954959 0
[pid=5400/tid=5456] ppid=5397 vsize=14202692 CPUtime=0.07 cores=0,2,4,6
/proc/5400/task/5456/stat : 5456 (java) S 5397 5400 4821 0 -1 1077944384 68 12373 0 0 0 0 5 2 20 0 17 0 89290236 14543556608 519272 18446744073709551615 4194304 4196468 140729862946976 139682764747776 139683849103061 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18845696 140729862948816 140729862951601 140729862951601 140729862954959 0
[pid=5400/tid=5457] ppid=5397 vsize=14202692 CPUtime=0.07 cores=0,2,4,6
/proc/5400/task/5457/stat : 5457 (java) S 5397 5400 4821 0 -1 1077944384 53 12373 0 0 0 0 5 2 20 0 17 0 89290236 14543556608 519272 18446744073709551615 4194304 4196468 140729862946976 139682763694976 139683849103061 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18845696 140729862948816 140729862951601 140729862951601 140729862954959 0
[pid=5400/tid=5458] ppid=5397 vsize=14202692 CPUtime=0.07 cores=0,2,4,6
/proc/5400/task/5458/stat : 5458 (java) S 5397 5400 4821 0 -1 1077944384 227 12373 0 0 0 0 5 2 20 0 17 0 89290239 14543556608 519272 18446744073709551615 4194304 4196468 140729862946976 139682762643280 139683849111451 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18845696 140729862948816 140729862951601 140729862951601 140729862954959 0
[pid=5400/tid=5459] ppid=5397 vsize=14202692 CPUtime=5.38 cores=0,2,4,6
/proc/5400/task/5459/stat : 5459 (java) S 5397 5400 4821 0 -1 1077944384 18835 12373 0 0 529 2 5 2 20 0 17 0 89290239 14543556608 519272 18446744073709551615 4194304 4196468 140729862946976 139682761591664 139683849104002 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18845696 140729862948816 140729862951601 140729862951601 140729862954959 0
[pid=5400/tid=5460] ppid=5397 vsize=14202692 CPUtime=5.67 cores=0,2,4,6
/proc/5400/task/5460/stat : 5460 (java) S 5397 5400 4821 0 -1 1077944384 19877 12373 0 0 557 3 5 2 20 0 17 0 89290239 14543556608 519272 18446744073709551615 4194304 4196468 140729862946976 139682760529184 139683849103061 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18845696 140729862948816 140729862951601 140729862951601 140729862954959 0
[pid=5400/tid=5461] ppid=5397 vsize=14202692 CPUtime=2.3 cores=0,2,4,6
/proc/5400/task/5461/stat : 5461 (java) S 5397 5400 4821 0 -1 1077944384 20219 12373 0 0 220 3 5 2 20 0 17 0 89290239 14543556608 519272 18446744073709551615 4194304 4196468 140729862946976 139682759483712 139683849103061 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18845696 140729862948816 140729862951601 140729862951601 140729862954959 0
[pid=5400/tid=5462] ppid=5397 vsize=14202692 CPUtime=0.07 cores=0,2,4,6
/proc/5400/task/5462/stat : 5462 (java) S 5397 5400 4821 0 -1 1077944384 3 12373 0 0 0 0 5 2 20 0 17 0 89290239 14543556608 519272 18446744073709551615 4194304 4196468 140729862946976 139682758433504 139683849103061 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18845696 140729862948816 140729862951601 140729862951601 140729862954959 0
[pid=5400/tid=5463] ppid=5397 vsize=14202692 CPUtime=1.57 cores=0,2,4,6
/proc/5400/task/5463/stat : 5463 (java) S 5397 5400 4821 0 -1 1077944384 2045 12373 0 0 74 76 5 2 20 0 17 0 89290246 14543556608 519272 18446744073709551615 4194304 4196468 140729862946976 139682757380784 139683849104002 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18845696 140729862948816 140729862951601 140729862951601 140729862954959 0
Current children cumulated CPU time (s) 2521.4
Current children cumulated vsize (KiB) 14202692

[startup+2466.1 s]
/proc/loadavg: 1.29 1.36 1.39 3/213 5776
/proc/meminfo: memFree=28261556/32770624 swapFree=0/424228
[pid=5400] ppid=5397 vsize=14202692 CPUtime=2521.67 cores=0,2,4,6
/proc/5400/stat : 5400 (java) S 5397 5400 4821 0 -1 1077944320 374760 12373 0 0 251779 381 5 2 20 0 17 0 89290213 14543556608 519289 18446744073709551615 4194304 4196468 140729862946976 140729862929520 139683849092855 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 7 0 0 6293624 6294260 18845696 140729862948816 140729862951601 140729862951601 140729862954959 0
/proc/5400/statm: 3550673 519289 3491 1 0 3539287 0
[pid=5400/tid=5450] ppid=5397 vsize=14202692 CPUtime=2438.93 cores=0,2,4,6
/proc/5400/task/5450/stat : 5450 (java) S 5397 5400 4821 0 -1 1077944384 127528 12373 0 0 243821 65 5 2 20 0 17 0 89290233 14543556608 519289 18446744073709551615 4194304 4196468 140729862946976 139683853335728 139683849103061 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 6 0 0 6293624 6294260 18845696 140729862948816 140729862951601 140729862951601 140729862954959 0
[pid=5400/tid=5451] ppid=5397 vsize=14202692 CPUtime=14.55 cores=0,2,4,6
/proc/5400/task/5451/stat : 5451 (java) S 5397 5400 4821 0 -1 1077944384 44634 12373 0 0 1388 60 5 2 20 0 17 0 89290234 14543556608 519289 18446744073709551615 4194304 4196468 140729862946976 139683449617552 139683849103061 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18845696 140729862948816 140729862951601 140729862951601 140729862954959 0
[pid=5400/tid=5452] ppid=5397 vsize=14202692 CPUtime=14.54 cores=0,2,4,6
/proc/5400/task/5452/stat : 5452 (java) S 5397 5400 4821 0 -1 1077944384 33043 12373 0 0 1394 53 5 2 20 0 17 0 89290234 14543556608 519289 18446744073709551615 4194304 4196468 140729862946976 139683448564752 139683849103061 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18845696 140729862948816 140729862951601 140729862951601 140729862954959 0
[pid=5400/tid=5453] ppid=5397 vsize=14202692 CPUtime=14.53 cores=0,2,4,6
/proc/5400/task/5453/stat : 5453 (java) S 5397 5400 4821 0 -1 1077944384 32920 12373 0 0 1392 54 5 2 20 0 17 0 89290234 14543556608 519289 18446744073709551615 4194304 4196468 140729862946976 139683447511952 139683849103061 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18845696 140729862948816 140729862951601 140729862951601 140729862954959 0
[pid=5400/tid=5454] ppid=5397 vsize=14202692 CPUtime=14.5 cores=0,2,4,6
/proc/5400/task/5454/stat : 5454 (java) S 5397 5400 4821 0 -1 1077944384 30836 12373 0 0 1385 58 5 2 20 0 17 0 89290234 14543556608 519289 18446744073709551615 4194304 4196468 140729862946976 139683446459152 139683849103061 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18845696 140729862948816 140729862951601 140729862951601 140729862954959 0
[pid=5400/tid=5455] ppid=5397 vsize=14202692 CPUtime=10.21 cores=0,2,4,6
/proc/5400/task/5455/stat : 5455 (java) S 5397 5400 4821 0 -1 1077944384 41534 12373 0 0 957 57 5 2 20 0 17 0 89290235 14543556608 519289 18446744073709551615 4194304 4196468 140729862946976 139682765801840 139683849104002 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18845696 140729862948816 140729862951601 140729862951601 140729862954959 0
[pid=5400/tid=5456] ppid=5397 vsize=14202692 CPUtime=0.07 cores=0,2,4,6
/proc/5400/task/5456/stat : 5456 (java) S 5397 5400 4821 0 -1 1077944384 69 12373 0 0 0 0 5 2 20 0 17 0 89290236 14543556608 519289 18446744073709551615 4194304 4196468 140729862946976 139682764747872 139683849103061 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18845696 140729862948816 140729862951601 140729862951601 140729862954959 0
[pid=5400/tid=5457] ppid=5397 vsize=14202692 CPUtime=0.07 cores=0,2,4,6
/proc/5400/task/5457/stat : 5457 (java) S 5397 5400 4821 0 -1 1077944384 55 12373 0 0 0 0 5 2 20 0 17 0 89290236 14543556608 519289 18446744073709551615 4194304 4196468 140729862946976 139682763694976 139683849103061 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18845696 140729862948816 140729862951601 140729862951601 140729862954959 0
[pid=5400/tid=5458] ppid=5397 vsize=14202692 CPUtime=0.07 cores=0,2,4,6
/proc/5400/task/5458/stat : 5458 (java) S 5397 5400 4821 0 -1 1077944384 227 12373 0 0 0 0 5 2 20 0 17 0 89290239 14543556608 519289 18446744073709551615 4194304 4196468 140729862946976 139682762643280 139683849111451 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18845696 140729862948816 140729862951601 140729862951601 140729862954959 0
[pid=5400/tid=5459] ppid=5397 vsize=14202692 CPUtime=5.38 cores=0,2,4,6
/proc/5400/task/5459/stat : 5459 (java) S 5397 5400 4821 0 -1 1077944384 18835 12373 0 0 529 2 5 2 20 0 17 0 89290239 14543556608 519289 18446744073709551615 4194304 4196468 140729862946976 139682761591664 139683849104002 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18845696 140729862948816 140729862951601 140729862951601 140729862954959 0
[pid=5400/tid=5460] ppid=5397 vsize=14202692 CPUtime=5.67 cores=0,2,4,6
/proc/5400/task/5460/stat : 5460 (java) S 5397 5400 4821 0 -1 1077944384 20026 12373 0 0 557 3 5 2 20 0 17 0 89290239 14543556608 519289 18446744073709551615 4194304 4196468 140729862946976 139682760538864 139683849104002 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18845696 140729862948816 140729862951601 140729862951601 140729862954959 0
[pid=5400/tid=5461] ppid=5397 vsize=14202692 CPUtime=2.31 cores=0,2,4,6
/proc/5400/task/5461/stat : 5461 (java) S 5397 5400 4821 0 -1 1077944384 20484 12373 0 0 221 3 5 2 20 0 17 0 89290239 14543556608 519289 18446744073709551615 4194304 4196468 140729862946976 139682759486064 139683849104002 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18845696 140729862948816 140729862951601 140729862951601 140729862954959 0
[pid=5400/tid=5462] ppid=5397 vsize=14202692 CPUtime=0.07 cores=0,2,4,6
/proc/5400/task/5462/stat : 5462 (java) S 5397 5400 4821 0 -1 1077944384 3 12373 0 0 0 0 5 2 20 0 17 0 89290239 14543556608 519289 18446744073709551615 4194304 4196468 140729862946976 139682758433504 139683849103061 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18845696 140729862948816 140729862951601 140729862951601 140729862954959 0
[pid=5400/tid=5463] ppid=5397 vsize=14202692 CPUtime=1.57 cores=0,2,4,6
/proc/5400/task/5463/stat : 5463 (java) S 5397 5400 4821 0 -1 1077944384 2045 12373 0 0 74 76 5 2 20 0 17 0 89290246 14543556608 519289 18446744073709551615 4194304 4196468 140729862946976 139682757380784 139683849104002 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18845696 140729862948816 140729862951601 140729862951601 140729862954959 0
Current children cumulated CPU time (s) 2521.67
Current children cumulated vsize (KiB) 14202692

Child status: 143
Real time (s): 2466.12
CPU time (s): 2521.72
CPU user time (s): 2517.86
CPU system time (s): 3.86534
CPU usage (%): 102.255
Max. virtual memory (cumulated for all children) (KiB): 14202692

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.86
system time used= 3.86534
maximum resident set size= 2275196
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 387165
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2848
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 269042
involuntary context switches= 8401

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.4637 second user time and 15.2406 second system time

The end

Launcher Data

Begin job on node133 at 2017-08-11 03:11:42
IDJOB=4262127
IDBENCH=115772
IDSOLVER=2650
FILE ID=node133/4262127-1502414750
RUNJOBID= node133-1502411423-4884
PBS_JOBID= 
Free space on /tmp= 62008 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/Scheduling/Scheduling-js-taillard/Taillard-js-020-15-4.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262127-1502414750/watcher-4262127-1502414750 -o /tmp/evaluation-result-4262127-1502414750/solver-4262127-1502414750 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1502411423-4884 --watchdog 2580  bin/concrete HOME/instance-4262127-1502414750.xml

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

MD5SUM BENCH= 51c1ec7c53f2e239726c0b7c1f1d5b64
RANDOM SEED=37872236

node133.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.17
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.17
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.17
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.17
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:        29945684 kB
MemAvailable:   30787740 kB
Buffers:          282404 kB
Cached:           855220 kB
SwapCached:            0 kB
Active:          1935888 kB
Inactive:         456208 kB
Active(anon):    1255456 kB
Inactive(anon):    33124 kB
Active(file):     680432 kB
Inactive(file):   423084 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24512 kB
Writeback:             0 kB
AnonPages:       1254844 kB
Mapped:            63336 kB
Shmem:             33500 kB
Slab:             135856 kB
SReclaimable:     108752 kB
SUnreclaim:        27104 kB
KernelStack:        3520 kB
PageTables:         7680 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2390876 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1036288 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 61984 MiB
End job on node133 at 2017-08-11 03:52:49