Trace number 4262114

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) 2525.5801 2454.01

General information on the benchmark

NameScheduling/Scheduling-fs-taillard/
Taillard-fs-050-20-1.xml
MD5SUMfe7e3e2412edf0b59c3173e00c93d043
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1050
Number of constraints1070
Number of domains1
Minimum domain size3815
Maximum domain size3815
Distribution of domain sizes[{"size":3815,"count":1050}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":50},{"degree":3,"count":1000}]
Minimum constraint arity1
Maximum constraint arity50
Distribution of constraint arities[{"arity":1,"count":50},{"arity":2,"count":1000},{"arity":50,"count":20}]
Number of extensional constraints0
Number of intensional constraints1050
Distribution of constraint types[{"type":"intension","count":1050},{"type":"noOverlap","count":20}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

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

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

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


[startup+0 s]
/proc/loadavg: 1.96 1.75 1.62 2/198 17240
/proc/meminfo: memFree=30170056/32770624 swapFree=0/295636
[pid=17240] ppid=17237 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/17240/stat : 17240 (runsolver) D 17237 17240 16548 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 43667027 24240128 107 18446744073709551615 4194304 4338465 140736624401728 140736624399368 139852856750807 0 0 1 24578 18446744071580418449 0 0 17 7 0 0 0 0 0 6438912 6441760 34107392 140736624402640 140736624403017 140736624403017 140736624406474 0
/proc/17240/statm: 5918 107 54 36 0 2156 0

[startup+0.100227 s]
/proc/loadavg: 1.96 1.75 1.62 2/198 17240
/proc/meminfo: memFree=30170056/32770624 swapFree=0/295636
[pid=17240] ppid=17237 vsize=9636 CPUtime=0.01 cores=1,3,5,7
/proc/17240/stat : 17240 (bash) S 17237 17240 16548 0 -1 4202496 896 6476 0 0 0 0 0 1 20 0 1 0 43667027 9867264 377 18446744073709551615 4194304 5098028 140725993264480 140725993258488 140420010466304 0 0 5 65536 18446744071580971376 0 0 17 3 0 0 7 0 0 7196144 7232144 28315648 140725993271828 140725993271913 140725993271913 140725993275370 0
/proc/17240/statm: 2409 377 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.200299 s]
/proc/loadavg: 1.96 1.75 1.62 2/198 17240
/proc/meminfo: memFree=30170056/32770624 swapFree=0/295636
[pid=17240] ppid=17237 vsize=9636 CPUtime=0.01 cores=1,3,5,7
/proc/17240/stat : 17240 (bash) S 17237 17240 16548 0 -1 4202496 896 6476 0 0 0 0 0 1 20 0 1 0 43667027 9867264 377 18446744073709551615 4194304 5098028 140725993264480 140725993258488 140420010466304 0 0 5 65536 18446744071580971376 0 0 17 3 0 0 7 0 0 7196144 7232144 28315648 140725993271828 140725993271913 140725993271913 140725993275370 0
/proc/17240/statm: 2409 377 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.300329 s]
/proc/loadavg: 1.96 1.75 1.62 2/198 17240
/proc/meminfo: memFree=30170056/32770624 swapFree=0/295636
[pid=17240] ppid=17237 vsize=13907308 CPUtime=0.14 cores=1,3,5,7
/proc/17240/stat : 17240 (java) S 17237 17240 16548 0 -1 1077944320 5813 12590 0 0 5 1 5 3 20 0 14 0 43667027 14241083392 5487 18446744073709551615 4194304 4196468 140731611380256 140731611362800 140026210471671 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 19947520 140731611387856 140731611390641 140731611390641 140731611393999 0
/proc/17240/statm: 3476827 5487 2567 1 0 3466324 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 13907308

[startup+0.700208 s]
/proc/loadavg: 1.96 1.75 1.62 2/198 17240
/proc/meminfo: memFree=30170056/32770624 swapFree=0/295636
[pid=17240] ppid=17237 vsize=13974784 CPUtime=0.65 cores=1,3,5,7
/proc/17240/stat : 17240 (java) S 17237 17240 16548 0 -1 1077944320 13851 12590 0 0 54 3 5 3 20 0 15 0 43667027 14310178816 14337 18446744073709551615 4194304 4196468 140731611380256 140731611362800 140026210471671 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 19947520 140731611387856 140731611390641 140731611390641 140731611393999 0
/proc/17240/statm: 3493696 14337 3130 1 0 3482965 0
Current children cumulated CPU time (s) 0.65
Current children cumulated vsize (KiB) 13974784

[startup+1.50407 s]
/proc/loadavg: 1.96 1.75 1.62 3/213 17303
/proc/meminfo: memFree=30076784/32770624 swapFree=0/295672
[pid=17240] ppid=17237 vsize=13985408 CPUtime=1.86 cores=1,3,5,7
/proc/17240/stat : 17240 (java) S 17237 17240 16548 0 -1 1077944320 26709 12590 0 0 169 9 5 3 20 0 15 0 43667027 14321057792 38102 18446744073709551615 4194304 4196468 140731611380256 140731611362800 140026210471671 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 19947520 140731611387856 140731611390641 140731611390641 140731611393999 0
/proc/17240/statm: 3496352 38102 3343 1 0 3485525 0
[pid=17240/tid=17290] ppid=17237 vsize=13985408 CPUtime=1.28 cores=1,3,5,7
/proc/17240/task/17290/stat : 17290 (java) S 17237 17240 16548 0 -1 1077944384 21214 12590 0 0 114 6 5 3 20 0 15 0 43667049 14321057792 38102 18446744073709551615 4194304 4196468 140731611380256 140026214692528 140026210481877 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 5 0 0 6293624 6294260 19947520 140731611387856 140731611390641 140731611390641 140731611393999 0
[pid=17240/tid=17291] ppid=17237 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/17240/task/17291/stat : 17291 (java) R 17237 17240 16548 0 -1 4202560 39 12590 0 0 0 0 5 3 20 0 15 0 43667050 14321057792 38102 18446744073709551615 4194304 4196468 140731611380256 140026144906384 140026195169305 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19947520 140731611387856 140731611390641 140731611390641 140731611393999 0
[pid=17240/tid=17292] ppid=17237 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/17240/task/17292/stat : 17292 (java) R 17237 17240 16548 0 -1 1077944384 175 12590 0 0 0 0 5 3 20 0 15 0 43667050 14321057792 38102 18446744073709551615 4194304 4196468 140731611380256 140026143853584 140026210481877 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19947520 140731611387856 140731611390641 140731611390641 140731611393999 0
[pid=17240/tid=17293] ppid=17237 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/17240/task/17293/stat : 17293 (java) R 17237 17240 16548 0 -1 4202560 24 12590 0 0 0 0 5 3 20 0 15 0 43667050 14321057792 38102 18446744073709551615 4194304 4196468 140731611380256 140026142800784 140026195169305 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19947520 140731611387856 140731611390641 140731611390641 140731611393999 0
[pid=17240/tid=17294] ppid=17237 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/17240/task/17294/stat : 17294 (java) R 17237 17240 16548 0 -1 4202560 27 12590 0 0 0 0 5 3 20 0 15 0 43667050 14321057792 38102 18446744073709551615 4194304 4196468 140731611380256 140026141747984 140026195169305 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19947520 140731611387856 140731611390641 140731611390641 140731611393999 0
[pid=17240/tid=17295] ppid=17237 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/17240/task/17295/stat : 17295 (java) S 17237 17240 16548 0 -1 1077944384 41 12590 0 0 0 0 5 3 20 0 15 0 43667051 14321057792 38102 18446744073709551615 4194304 4196468 140731611380256 140025126412992 140026210481877 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19947520 140731611387856 140731611390641 140731611390641 140731611393999 0
[pid=17240/tid=17296] ppid=17237 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/17240/task/17296/stat : 17296 (java) S 17237 17240 16548 0 -1 1077944384 33 12590 0 0 0 0 5 3 20 0 15 0 43667051 14321057792 38102 18446744073709551615 4194304 4196468 140731611380256 140025125360672 140026210481877 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19947520 140731611387856 140731611390641 140731611390641 140731611393999 0
[pid=17240/tid=17297] ppid=17237 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/17240/task/17297/stat : 17297 (java) S 17237 17240 16548 0 -1 1077944384 21 12590 0 0 0 0 5 3 20 0 15 0 43667052 14321057792 38102 18446744073709551615 4194304 4196468 140731611380256 140025124307824 140026210481877 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19947520 140731611387856 140731611390641 140731611390641 140731611393999 0
[pid=17240/tid=17298] ppid=17237 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/17240/task/17298/stat : 17298 (java) S 17237 17240 16548 0 -1 1077944384 3 12590 0 0 0 0 5 3 20 0 15 0 43667054 14321057792 38102 18446744073709551615 4194304 4196468 140731611380256 140025123256144 140026210490267 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19947520 140731611387856 140731611390641 140731611390641 140731611393999 0
[pid=17240/tid=17299] ppid=17237 vsize=13985408 CPUtime=0.2 cores=1,3,5,7
/proc/17240/task/17299/stat : 17299 (java) S 17237 17240 16548 0 -1 1077944384 750 12590 0 0 12 0 5 3 20 0 15 0 43667054 14321057792 38102 18446744073709551615 4194304 4196468 140731611380256 140025122204528 140026210482818 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19947520 140731611387856 140731611390641 140731611390641 140731611393999 0
[pid=17240/tid=17300] ppid=17237 vsize=13985408 CPUtime=0.25 cores=1,3,5,7
/proc/17240/task/17300/stat : 17300 (java) S 17237 17240 16548 0 -1 1077944384 903 12590 0 0 17 0 5 3 20 0 15 0 43667054 14321057792 38102 18446744073709551615 4194304 4196468 140731611380256 140025121151728 140026210482818 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19947520 140731611387856 140731611390641 140731611390641 140731611393999 0
[pid=17240/tid=17301] ppid=17237 vsize=13985408 CPUtime=0.3 cores=1,3,5,7
/proc/17240/task/17301/stat : 17301 (java) S 17237 17240 16548 0 -1 1077944384 1318 12590 0 0 22 0 5 3 20 0 15 0 43667054 14321057792 38102 18446744073709551615 4194304 4196468 140731611380256 140025120098928 140026210482818 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19947520 140731611387856 140731611390641 140731611390641 140731611393999 0
[pid=17240/tid=17302] ppid=17237 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/17240/task/17302/stat : 17302 (java) S 17237 17240 16548 0 -1 1077944384 3 12590 0 0 0 0 5 3 20 0 15 0 43667055 14321057792 38102 18446744073709551615 4194304 4196468 140731611380256 140025119046368 140026210481877 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19947520 140731611387856 140731611390641 140731611390641 140731611393999 0
[pid=17240/tid=17303] ppid=17237 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/17240/task/17303/stat : 17303 (java) S 17237 17240 16548 0 -1 1077944384 3 12590 0 0 0 0 5 3 20 0 15 0 43667060 14321057792 38614 18446744073709551615 4194304 4196468 140731611380256 140025117993648 140026210482818 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19947520 140731611387856 140731611390641 140731611390641 140731611393999 0
Current children cumulated CPU time (s) 1.86
Current children cumulated vsize (KiB) 13985408

[startup+3.10115 s]
/proc/loadavg: 2.12 1.79 1.64 2/213 17304
/proc/meminfo: memFree=30008556/32770624 swapFree=0/295672
[pid=17240] ppid=17237 vsize=13995836 CPUtime=4.06 cores=1,3,5,7
/proc/17240/stat : 17240 (java) S 17237 17240 16548 0 -1 1077944320 34063 12590 0 0 385 13 5 3 20 0 15 0 43667027 14331736064 48239 18446744073709551615 4194304 4196468 140731611380256 140731611362800 140026210471671 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 19947520 140731611387856 140731611390641 140731611390641 140731611393999 0
/proc/17240/statm: 3498959 48239 3440 1 0 3487573 0
[pid=17240/tid=17290] ppid=17237 vsize=13995836 CPUtime=2.17 cores=1,3,5,7
/proc/17240/task/17290/stat : 17290 (java) R 17237 17240 16548 0 -1 4202560 24024 12590 0 0 201 8 5 3 20 0 15 0 43667049 14331736064 48239 18446744073709551615 4194304 4196468 140731611380256 140026214701984 140025815722704 0 4 1 16800974 0 0 0 -1 1 0 0 5 0 0 6293624 6294260 19947520 140731611387856 140731611390641 140731611390641 140731611393999 0
[pid=17240/tid=17291] ppid=17237 vsize=13995836 CPUtime=0.09 cores=1,3,5,7
/proc/17240/task/17291/stat : 17291 (java) S 17237 17240 16548 0 -1 1077944384 55 12590 0 0 1 0 5 3 20 0 15 0 43667050 14331736064 48239 18446744073709551615 4194304 4196468 140731611380256 140026144906384 140026210481877 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19947520 140731611387856 140731611390641 140731611390641 140731611393999 0
[pid=17240/tid=17292] ppid=17237 vsize=13995836 CPUtime=0.09 cores=1,3,5,7
/proc/17240/task/17292/stat : 17292 (java) S 17237 17240 16548 0 -1 1077944384 179 12590 0 0 1 0 5 3 20 0 15 0 43667050 14331736064 48239 18446744073709551615 4194304 4196468 140731611380256 140026143853584 140026210481877 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19947520 140731611387856 140731611390641 140731611390641 140731611393999 0
[pid=17240/tid=17293] ppid=17237 vsize=13995836 CPUtime=0.09 cores=1,3,5,7
/proc/17240/task/17293/stat : 17293 (java) S 17237 17240 16548 0 -1 1077944384 37 12590 0 0 1 0 5 3 20 0 15 0 43667050 14331736064 48239 18446744073709551615 4194304 4196468 140731611380256 140026142800784 140026210481877 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19947520 140731611387856 140731611390641 140731611390641 140731611393999 0
[pid=17240/tid=17294] ppid=17237 vsize=13995836 CPUtime=0.09 cores=1,3,5,7
/proc/17240/task/17294/stat : 17294 (java) S 17237 17240 16548 0 -1 1077944384 43 12590 0 0 1 0 5 3 20 0 15 0 43667050 14331736064 48239 18446744073709551615 4194304 4196468 140731611380256 140026141747984 140026210481877 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19947520 140731611387856 140731611390641 140731611390641 140731611393999 0
[pid=17240/tid=17295] ppid=17237 vsize=13995836 CPUtime=0.09 cores=1,3,5,7
/proc/17240/task/17295/stat : 17295 (java) S 17237 17240 16548 0 -1 1077944384 1262 12590 0 0 1 0 5 3 20 0 15 0 43667051 14331736064 48239 18446744073709551615 4194304 4196468 140731611380256 140025126414704 140026210482818 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 69 0 0 6293624 6294260 19947520 140731611387856 140731611390641 140731611390641 140731611393999 0
[pid=17240/tid=17296] ppid=17237 vsize=13995836 CPUtime=0.08 cores=1,3,5,7
/proc/17240/task/17296/stat : 17296 (java) S 17237 17240 16548 0 -1 1077944384 55 12590 0 0 0 0 5 3 20 0 15 0 43667051 14331736064 48239 18446744073709551615 4194304 4196468 140731611380256 140025125360672 140026210481877 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19947520 140731611387856 140731611390641 140731611390641 140731611393999 0
[pid=17240/tid=17297] ppid=17237 vsize=13995836 CPUtime=0.08 cores=1,3,5,7
/proc/17240/task/17297/stat : 17297 (java) S 17237 17240 16548 0 -1 1077944384 44 12590 0 0 0 0 5 3 20 0 15 0 43667052 14331736064 48239 18446744073709551615 4194304 4196468 140731611380256 140025124307840 140026210481877 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19947520 140731611387856 140731611390641 140731611390641 140731611393999 0
[pid=17240/tid=17298] ppid=17237 vsize=13995836 CPUtime=0.08 cores=1,3,5,7
/proc/17240/task/17298/stat : 17298 (java) S 17237 17240 16548 0 -1 1077944384 3 12590 0 0 0 0 5 3 20 0 15 0 43667054 14331736064 48239 18446744073709551615 4194304 4196468 140731611380256 140025123256144 140026210490267 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19947520 140731611387856 140731611390641 140731611390641 140731611393999 0
[pid=17240/tid=17299] ppid=17237 vsize=13995836 CPUtime=0.68 cores=1,3,5,7
/proc/17240/task/17299/stat : 17299 (java) R 17237 17240 16548 0 -1 4202560 2479 12590 0 0 59 1 5 3 20 0 15 0 43667054 14331736064 48239 18446744073709551615 4194304 4196468 140731611380256 140025122191344 140026193858459 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 19947520 140731611387856 140731611390641 140731611390641 140731611393999 0
[pid=17240/tid=17300] ppid=17237 vsize=13995836 CPUtime=0.55 cores=1,3,5,7
/proc/17240/task/17300/stat : 17300 (java) S 17237 17240 16548 0 -1 1077944384 1123 12590 0 0 46 1 5 3 20 0 15 0 43667054 14331736064 48239 18446744073709551615 4194304 4196468 140731611380256 140025121151728 140026210482818 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19947520 140731611387856 140731611390641 140731611390641 140731611393999 0
[pid=17240/tid=17301] ppid=17237 vsize=13995836 CPUtime=0.8 cores=1,3,5,7
/proc/17240/task/17301/stat : 17301 (java) R 17237 17240 16548 0 -1 4202560 2596 12590 0 0 71 1 5 3 20 0 15 0 43667054 14331736064 48239 18446744073709551615 4194304 4196468 140731611380256 140025120098928 140026203568396 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19947520 140731611387856 140731611390641 140731611390641 140731611393999 0
[pid=17240/tid=17302] ppid=17237 vsize=13995836 CPUtime=0.08 cores=1,3,5,7
/proc/17240/task/17302/stat : 17302 (java) S 17237 17240 16548 0 -1 1077944384 3 12590 0 0 0 0 5 3 20 0 15 0 43667055 14331736064 48239 18446744073709551615 4194304 4196468 140731611380256 140025119046368 140026210481877 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19947520 140731611387856 140731611390641 140731611390641 140731611393999 0
[pid=17240/tid=17303] ppid=17237 vsize=13995836 CPUtime=0.08 cores=1,3,5,7
/proc/17240/task/17303/stat : 17303 (java) S 17237 17240 16548 0 -1 1077944384 5 12590 0 0 0 0 5 3 20 0 15 0 43667060 14331736064 48239 18446744073709551615 4194304 4196468 140731611380256 140025117993648 140026210482818 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 68 0 0 6293624 6294260 19947520 140731611387856 140731611390641 140731611390641 140731611393999 0
Current children cumulated CPU time (s) 4.06
Current children cumulated vsize (KiB) 13995836

[startup+6.30075 s]
/proc/loadavg: 2.12 1.79 1.64 3/213 17304
/proc/meminfo: memFree=29715108/32770624 swapFree=0/295672
[pid=17240] ppid=17237 vsize=14002684 CPUtime=12.67 cores=1,3,5,7
/proc/17240/stat : 17240 (java) S 17237 17240 16548 0 -1 1077944320 59642 12590 0 0 1219 40 5 3 20 0 15 0 43667027 14338748416 137912 18446744073709551615 4194304 4196468 140731611380256 140731611362800 140026210471671 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 19947520 140731611387856 140731611390641 140731611390641 140731611393999 0
/proc/17240/statm: 3500671 137912 3465 1 0 3489285 0
[pid=17240/tid=17290] ppid=17237 vsize=14002684 CPUtime=5.12 cores=1,3,5,7
/proc/17240/task/17290/stat : 17290 (java) R 17237 17240 16548 0 -1 4202560 30334 12590 0 0 494 10 5 3 20 0 15 0 43667049 14338748416 137912 18446744073709551615 4194304 4196468 140731611380256 140026214704904 140025827876441 0 4 1 16800974 0 0 0 -1 1 0 0 5 0 0 6293624 6294260 19947520 140731611387856 140731611390641 140731611390641 140731611393999 0
[pid=17240/tid=17291] ppid=17237 vsize=14002684 CPUtime=0.31 cores=1,3,5,7
/proc/17240/task/17291/stat : 17291 (java) S 17237 17240 16548 0 -1 1077944384 705 12590 0 0 18 5 5 3 20 0 15 0 43667050 14338748416 137912 18446744073709551615 4194304 4196468 140731611380256 140026144906384 140026210481877 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19947520 140731611387856 140731611390641 140731611390641 140731611393999 0
[pid=17240/tid=17292] ppid=17237 vsize=14002684 CPUtime=0.31 cores=1,3,5,7
/proc/17240/task/17292/stat : 17292 (java) S 17237 17240 16548 0 -1 1077944384 354 12590 0 0 18 5 5 3 20 0 15 0 43667050 14338748416 137912 18446744073709551615 4194304 4196468 140731611380256 140026143853584 140026210481877 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19947520 140731611387856 140731611390641 140731611390641 140731611393999 0
[pid=17240/tid=17293] ppid=17237 vsize=14002684 CPUtime=0.3 cores=1,3,5,7
/proc/17240/task/17293/stat : 17293 (java) S 17237 17240 16548 0 -1 1077944384 156 12590 0 0 17 5 5 3 20 0 15 0 43667050 14338748416 137912 18446744073709551615 4194304 4196468 140731611380256 140026142800784 140026210481877 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19947520 140731611387856 140731611390641 140731611390641 140731611393999 0
[pid=17240/tid=17294] ppid=17237 vsize=14002684 CPUtime=0.31 cores=1,3,5,7
/proc/17240/task/17294/stat : 17294 (java) S 17237 17240 16548 0 -1 1077944384 270 12590 0 0 18 5 5 3 20 0 15 0 43667050 14338748416 137912 18446744073709551615 4194304 4196468 140731611380256 140026141747984 140026210481877 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19947520 140731611387856 140731611390641 140731611390641 140731611393999 0
[pid=17240/tid=17295] ppid=17237 vsize=14002684 CPUtime=0.1 cores=1,3,5,7
/proc/17240/task/17295/stat : 17295 (java) S 17237 17240 16548 0 -1 1077944384 1522 12590 0 0 2 0 5 3 20 0 15 0 43667051 14338748416 137916 18446744073709551615 4194304 4196468 140731611380256 140025126414704 140026210482818 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 69 0 0 6293624 6294260 19947520 140731611387856 140731611390641 140731611390641 140731611393999 0
[pid=17240/tid=17296] ppid=17237 vsize=14002684 CPUtime=0.08 cores=1,3,5,7
/proc/17240/task/17296/stat : 17296 (java) S 17237 17240 16548 0 -1 1077944384 59 12590 0 0 0 0 5 3 20 0 15 0 43667051 14338748416 137916 18446744073709551615 4194304 4196468 140731611380256 140025125360736 140026210481877 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19947520 140731611387856 140731611390641 140731611390641 140731611393999 0
[pid=17240/tid=17297] ppid=17237 vsize=14002684 CPUtime=0.08 cores=1,3,5,7
/proc/17240/task/17297/stat : 17297 (java) S 17237 17240 16548 0 -1 1077944384 48 12590 0 0 0 0 5 3 20 0 15 0 43667052 14338748416 137916 18446744073709551615 4194304 4196468 140731611380256 140025124307840 140026210481877 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19947520 140731611387856 140731611390641 140731611390641 140731611393999 0
[pid=17240/tid=17298] ppid=17237 vsize=14002684 CPUtime=0.08 cores=1,3,5,7
/proc/17240/task/17298/stat : 17298 (java) S 17237 17240 16548 0 -1 1077944384 3 12590 0 0 0 0 5 3 20 0 15 0 43667054 14338748416 137916 18446744073709551615 4194304 4196468 140731611380256 140025123256144 140026210490267 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19947520 140731611387856 140731611390641 140731611390641 140731611393999 0
[pid=17240/tid=17299] ppid=17237 vsize=14002684 CPUtime=2.51 cores=1,3,5,7
/proc/17240/task/17299/stat : 17299 (java) R 17237 17240 16548 0 -1 4202560 9277 12590 0 0 241 2 5 3 20 0 15 0 43667054 14338748416 137916 18446744073709551615 4194304 4196468 140731611380256 140025122189992 140026188888017 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19947520 140731611387856 140731611390641 140731611390641 140731611393999 0
[pid=17240/tid=17300] ppid=17237 vsize=14002684 CPUtime=2.67 cores=1,3,5,7
/proc/17240/task/17300/stat : 17300 (java) R 17237 17240 16548 0 -1 4202560 7917 12590 0 0 257 2 5 3 20 0 15 0 43667054 14338748416 137916 18446744073709551615 4194304 4196468 140731611380256 140025121137464 140026192016256 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19947520 140731611387856 140731611390641 140731611390641 140731611393999 0
[pid=17240/tid=17301] ppid=17237 vsize=14002684 CPUtime=1.59 cores=1,3,5,7
/proc/17240/task/17301/stat : 17301 (java) S 17237 17240 16548 0 -1 1077944384 6830 12590 0 0 149 2 5 3 20 0 15 0 43667054 14338748416 137916 18446744073709551615 4194304 4196468 140731611380256 140025120098928 140026210482818 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19947520 140731611387856 140731611390641 140731611390641 140731611393999 0
[pid=17240/tid=17302] ppid=17237 vsize=14002684 CPUtime=0.08 cores=1,3,5,7
/proc/17240/task/17302/stat : 17302 (java) S 17237 17240 16548 0 -1 1077944384 3 12590 0 0 0 0 5 3 20 0 15 0 43667055 14338748416 137916 18446744073709551615 4194304 4196468 140731611380256 140025119046368 140026210481877 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19947520 140731611387856 140731611390641 140731611390641 140731611393999 0
[pid=17240/tid=17303] ppid=17237 vsize=14002684 CPUtime=0.08 cores=1,3,5,7
/proc/17240/task/17303/stat : 17303 (java) S 17237 17240 16548 0 -1 1077944384 10 12590 0 0 0 0 5 3 20 0 15 0 43667060 14338748416 137916 18446744073709551615 4194304 4196468 140731611380256 140025117993648 140026210482818 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 68 0 0 6293624 6294260 19947520 140731611387856 140731611390641 140731611390641 140731611393999 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 14002684

[startup+12.7007 s]
/proc/loadavg: 2.27 1.83 1.65 6/213 17304
/proc/meminfo: memFree=28631504/32770624 swapFree=0/295668
[pid=17240] ppid=17237 vsize=13999932 CPUtime=24.03 cores=1,3,5,7
/proc/17240/stat : 17240 (java) S 17237 17240 16548 0 -1 1077944320 65610 12590 0 0 2306 89 5 3 20 0 15 0 43667027 14335930368 387455 18446744073709551615 4194304 4196468 140731611380256 140731611362800 140026210471671 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 19947520 140731611387856 140731611390641 140731611390641 140731611393999 0
/proc/17240/statm: 3499983 387455 3466 1 0 3488597 0
[pid=17240/tid=17290] ppid=17237 vsize=13999932 CPUtime=10.72 cores=1,3,5,7
/proc/17240/task/17290/stat : 17290 (java) R 17237 17240 16548 0 -1 4202560 31213 12590 0 0 1045 19 5 3 20 0 15 0 43667049 14335930368 387455 18446744073709551615 4194304 4196468 140731611380256 140026214705568 140026210483606 0 4 1 16800974 0 0 0 -1 3 0 0 5 0 0 6293624 6294260 19947520 140731611387856 140731611390641 140731611390641 140731611393999 0
[pid=17240/tid=17291] ppid=17237 vsize=13999932 CPUtime=1.02 cores=1,3,5,7
/proc/17240/task/17291/stat : 17291 (java) S 17237 17240 16548 0 -1 1077944384 934 12590 0 0 79 15 5 3 20 0 15 0 43667050 14335930368 387455 18446744073709551615 4194304 4196468 140731611380256 140026144906384 140026210481877 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19947520 140731611387856 140731611390641 140731611390641 140731611393999 0
[pid=17240/tid=17292] ppid=17237 vsize=13999932 CPUtime=1.01 cores=1,3,5,7
/proc/17240/task/17292/stat : 17292 (java) S 17237 17240 16548 0 -1 1077944384 674 12590 0 0 78 15 5 3 20 0 15 0 43667050 14335930368 387455 18446744073709551615 4194304 4196468 140731611380256 140026143853584 140026210481877 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19947520 140731611387856 140731611390641 140731611390641 140731611393999 0
[pid=17240/tid=17293] ppid=17237 vsize=13999932 CPUtime=1.01 cores=1,3,5,7
/proc/17240/task/17293/stat : 17293 (java) S 17237 17240 16548 0 -1 1077944384 501 12590 0 0 78 15 5 3 20 0 15 0 43667050 14335930368 387455 18446744073709551615 4194304 4196468 140731611380256 140026142800784 140026210481877 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19947520 140731611387856 140731611390641 140731611390641 140731611393999 0
[pid=17240/tid=17294] ppid=17237 vsize=13999932 CPUtime=1.01 cores=1,3,5,7
/proc/17240/task/17294/stat : 17294 (java) S 17237 17240 16548 0 -1 1077944384 562 12590 0 0 79 14 5 3 20 0 15 0 43667050 14335930368 387455 18446744073709551615 4194304 4196468 140731611380256 140026141747984 140026210481877 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19947520 140731611387856 140731611390641 140731611390641 140731611393999 0
[pid=17240/tid=17295] ppid=17237 vsize=13999932 CPUtime=0.18 cores=1,3,5,7
/proc/17240/task/17295/stat : 17295 (java) S 17237 17240 16548 0 -1 1077944384 3155 12590 0 0 10 0 5 3 20 0 15 0 43667051 14335930368 387455 18446744073709551615 4194304 4196468 140731611380256 140025126414704 140026210482818 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 69 0 0 6293624 6294260 19947520 140731611387856 140731611390641 140731611390641 140731611393999 0
[pid=17240/tid=17296] ppid=17237 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/17240/task/17296/stat : 17296 (java) S 17237 17240 16548 0 -1 1077944384 59 12590 0 0 0 0 5 3 20 0 15 0 43667051 14335930368 387455 18446744073709551615 4194304 4196468 140731611380256 140025125360736 140026210481877 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19947520 140731611387856 140731611390641 140731611390641 140731611393999 0
[pid=17240/tid=17297] ppid=17237 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/17240/task/17297/stat : 17297 (java) S 17237 17240 16548 0 -1 1077944384 48 12590 0 0 0 0 5 3 20 0 15 0 43667052 14335930368 387455 18446744073709551615 4194304 4196468 140731611380256 140025124307840 140026210481877 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19947520 140731611387856 140731611390641 140731611390641 140731611393999 0
[pid=17240/tid=17298] ppid=17237 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/17240/task/17298/stat : 17298 (java) S 17237 17240 16548 0 -1 1077944384 3 12590 0 0 0 0 5 3 20 0 15 0 43667054 14335930368 387455 18446744073709551615 4194304 4196468 140731611380256 140025123256144 140026210490267 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19947520 140731611387856 140731611390641 140731611390641 140731611393999 0

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

/proc/17240/task/17298/stat : 17298 (java) S 17237 17240 16548 0 -1 1077944384 3 12590 0 0 0 0 5 3 20 0 15 0 43667054 14407233536 649629 18446744073709551615 4194304 4196468 140731611380256 140025123256144 140026210490267 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19947520 140731611387856 140731611390641 140731611390641 140731611393999 0
[pid=17240/tid=17299] ppid=17237 vsize=14069564 CPUtime=7.88 cores=1,3,5,7
/proc/17240/task/17299/stat : 17299 (java) S 17237 17240 16548 0 -1 1077944384 26039 12590 0 0 776 4 5 3 20 0 15 0 43667054 14407233536 649629 18446744073709551615 4194304 4196468 140731611380256 140025122204528 140026210482818 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19947520 140731611387856 140731611390641 140731611390641 140731611393999 0
[pid=17240/tid=17300] ppid=17237 vsize=14069564 CPUtime=7.95 cores=1,3,5,7
/proc/17240/task/17300/stat : 17300 (java) S 17237 17240 16548 0 -1 1077944384 23721 12590 0 0 782 5 5 3 20 0 15 0 43667054 14407233536 649629 18446744073709551615 4194304 4196468 140731611380256 140025121151728 140026210482818 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19947520 140731611387856 140731611390641 140731611390641 140731611393999 0
[pid=17240/tid=17301] ppid=17237 vsize=14069564 CPUtime=2.64 cores=1,3,5,7
/proc/17240/task/17301/stat : 17301 (java) S 17237 17240 16548 0 -1 1077944384 16700 12590 0 0 251 5 5 3 20 0 15 0 43667054 14407233536 649629 18446744073709551615 4194304 4196468 140731611380256 140025120098928 140026210482818 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19947520 140731611387856 140731611390641 140731611390641 140731611393999 0
[pid=17240/tid=17302] ppid=17237 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/17240/task/17302/stat : 17302 (java) S 17237 17240 16548 0 -1 1077944384 3 12590 0 0 0 0 5 3 20 0 15 0 43667055 14407233536 649629 18446744073709551615 4194304 4196468 140731611380256 140025119046368 140026210481877 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19947520 140731611387856 140731611390641 140731611390641 140731611393999 0
[pid=17240/tid=17303] ppid=17237 vsize=14069564 CPUtime=1.46 cores=1,3,5,7
/proc/17240/task/17303/stat : 17303 (java) S 17237 17240 16548 0 -1 1077944384 2762 12590 0 0 64 74 5 3 20 0 15 0 43667060 14407233536 649629 18446744073709551615 4194304 4196468 140731611380256 140025117993648 140026210482818 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 68 0 0 6293624 6294260 19947520 140731611387856 140731611390641 140731611390641 140731611393999 0
Current children cumulated CPU time (s) 2509.63
Current children cumulated vsize (KiB) 14069564



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2452.5 s]
/proc/loadavg: 1.52 1.50 1.50 3/210 17612
/proc/meminfo: memFree=27423176/32770624 swapFree=0/296676
[pid=17240] ppid=17237 vsize=14069564 CPUtime=2520.08 cores=1,3,5,7
/proc/17240/stat : 17240 (java) S 17237 17240 16548 0 -1 1077944320 366930 12590 0 0 251670 330 5 3 20 0 15 0 43667027 14407233536 649629 18446744073709551615 4194304 4196468 140731611380256 140731611362800 140026210471671 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 19947520 140731611387856 140731611390641 140731611390641 140731611393999 0
/proc/17240/statm: 3517391 649629 3484 1 0 3506005 0
[pid=17240/tid=17290] ppid=17237 vsize=14069564 CPUtime=2429.91 cores=1,3,5,7
/proc/17240/task/17290/stat : 17290 (java) R 17237 17240 16548 0 -1 4202560 127504 12590 0 0 242910 73 5 3 20 0 15 0 43667049 14407233536 649629 18446744073709551615 4194304 4196468 140731611380256 140026214705920 140025819130024 0 4 1 16800974 0 0 0 -1 1 0 0 5 0 0 6293624 6294260 19947520 140731611387856 140731611390641 140731611390641 140731611393999 0
[pid=17240/tid=17291] ppid=17237 vsize=14069564 CPUtime=16.94 cores=1,3,5,7
/proc/17240/task/17291/stat : 17291 (java) S 17237 17240 16548 0 -1 1077944384 36899 12590 0 0 1646 40 5 3 20 0 15 0 43667050 14407233536 649629 18446744073709551615 4194304 4196468 140731611380256 140026144906384 140026210481877 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19947520 140731611387856 140731611390641 140731611390641 140731611393999 0
[pid=17240/tid=17292] ppid=17237 vsize=14069564 CPUtime=16.94 cores=1,3,5,7
/proc/17240/task/17292/stat : 17292 (java) S 17237 17240 16548 0 -1 1077944384 32754 12590 0 0 1644 42 5 3 20 0 15 0 43667050 14407233536 649629 18446744073709551615 4194304 4196468 140731611380256 140026143853584 140026210481877 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19947520 140731611387856 140731611390641 140731611390641 140731611393999 0
[pid=17240/tid=17293] ppid=17237 vsize=14069564 CPUtime=16.97 cores=1,3,5,7
/proc/17240/task/17293/stat : 17293 (java) S 17237 17240 16548 0 -1 1077944384 36873 12590 0 0 1649 40 5 3 20 0 15 0 43667050 14407233536 649629 18446744073709551615 4194304 4196468 140731611380256 140026142800784 140026210481877 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19947520 140731611387856 140731611390641 140731611390641 140731611393999 0
[pid=17240/tid=17294] ppid=17237 vsize=14069564 CPUtime=16.94 cores=1,3,5,7
/proc/17240/task/17294/stat : 17294 (java) S 17237 17240 16548 0 -1 1077944384 35331 12590 0 0 1645 41 5 3 20 0 15 0 43667050 14407233536 649629 18446744073709551615 4194304 4196468 140731611380256 140026141747984 140026210481877 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19947520 140731611387856 140731611390641 140731611390641 140731611393999 0
[pid=17240/tid=17295] ppid=17237 vsize=14069564 CPUtime=3.05 cores=1,3,5,7
/proc/17240/task/17295/stat : 17295 (java) S 17237 17240 16548 0 -1 1077944384 26068 12590 0 0 268 29 5 3 20 0 15 0 43667051 14407233536 649629 18446744073709551615 4194304 4196468 140731611380256 140025126414704 140026210482818 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 69 0 0 6293624 6294260 19947520 140731611387856 140731611390641 140731611390641 140731611393999 0
[pid=17240/tid=17296] ppid=17237 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/17240/task/17296/stat : 17296 (java) S 17237 17240 16548 0 -1 1077944384 66 12590 0 0 0 0 5 3 20 0 15 0 43667051 14407233536 649629 18446744073709551615 4194304 4196468 140731611380256 140025125360736 140026210481877 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19947520 140731611387856 140731611390641 140731611390641 140731611393999 0
[pid=17240/tid=17297] ppid=17237 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/17240/task/17297/stat : 17297 (java) S 17237 17240 16548 0 -1 1077944384 52 12590 0 0 0 0 5 3 20 0 15 0 43667052 14407233536 649629 18446744073709551615 4194304 4196468 140731611380256 140025124307840 140026210481877 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19947520 140731611387856 140731611390641 140731611390641 140731611393999 0
[pid=17240/tid=17298] ppid=17237 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/17240/task/17298/stat : 17298 (java) S 17237 17240 16548 0 -1 1077944384 3 12590 0 0 0 0 5 3 20 0 15 0 43667054 14407233536 649629 18446744073709551615 4194304 4196468 140731611380256 140025123256144 140026210490267 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19947520 140731611387856 140731611390641 140731611390641 140731611393999 0
[pid=17240/tid=17299] ppid=17237 vsize=14069564 CPUtime=7.88 cores=1,3,5,7
/proc/17240/task/17299/stat : 17299 (java) S 17237 17240 16548 0 -1 1077944384 26039 12590 0 0 776 4 5 3 20 0 15 0 43667054 14407233536 649629 18446744073709551615 4194304 4196468 140731611380256 140025122204528 140026210482818 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19947520 140731611387856 140731611390641 140731611390641 140731611393999 0
[pid=17240/tid=17300] ppid=17237 vsize=14069564 CPUtime=7.95 cores=1,3,5,7
/proc/17240/task/17300/stat : 17300 (java) S 17237 17240 16548 0 -1 1077944384 23721 12590 0 0 782 5 5 3 20 0 15 0 43667054 14407233536 649629 18446744073709551615 4194304 4196468 140731611380256 140025121151728 140026210482818 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19947520 140731611387856 140731611390641 140731611390641 140731611393999 0
[pid=17240/tid=17301] ppid=17237 vsize=14069564 CPUtime=2.64 cores=1,3,5,7
/proc/17240/task/17301/stat : 17301 (java) S 17237 17240 16548 0 -1 1077944384 16700 12590 0 0 251 5 5 3 20 0 15 0 43667054 14407233536 649629 18446744073709551615 4194304 4196468 140731611380256 140025120098928 140026210482818 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19947520 140731611387856 140731611390641 140731611390641 140731611393999 0
[pid=17240/tid=17302] ppid=17237 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/17240/task/17302/stat : 17302 (java) S 17237 17240 16548 0 -1 1077944384 3 12590 0 0 0 0 5 3 20 0 15 0 43667055 14407233536 649629 18446744073709551615 4194304 4196468 140731611380256 140025119046368 140026210481877 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19947520 140731611387856 140731611390641 140731611390641 140731611393999 0
[pid=17240/tid=17303] ppid=17237 vsize=14069564 CPUtime=1.46 cores=1,3,5,7
/proc/17240/task/17303/stat : 17303 (java) S 17237 17240 16548 0 -1 1077944384 2762 12590 0 0 64 74 5 3 20 0 15 0 43667060 14407233536 649629 18446744073709551615 4194304 4196468 140731611380256 140025117993648 140026210482818 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 68 0 0 6293624 6294260 19947520 140731611387856 140731611390641 140731611390641 140731611393999 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 17240 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2452.81 s]
/proc/loadavg: 1.52 1.50 1.50 3/210 17612
/proc/meminfo: memFree=27423176/32770624 swapFree=0/296676
[pid=17240] ppid=17237 vsize=14202692 CPUtime=2521.16 cores=1,3,5,7
/proc/17240/stat : 17240 (java) S 17237 17240 16548 0 -1 1077944320 373220 12590 0 0 251778 330 5 3 20 0 17 0 43667027 14543556608 652275 18446744073709551615 4194304 4196468 140731611380256 140731611362800 140026210471671 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 19947520 140731611387856 140731611390641 140731611390641 140731611393999 0
/proc/17240/statm: 3550673 652275 3484 1 0 3539287 0
[pid=17240/tid=17290] ppid=17237 vsize=14202692 CPUtime=2429.92 cores=1,3,5,7
/proc/17240/task/17290/stat : 17290 (java) S 17237 17240 16548 0 -1 1077944384 127819 12590 0 0 242911 73 5 3 20 0 17 0 43667049 14543556608 652275 18446744073709551615 4194304 4196468 140731611380256 140026214709216 140026210481877 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 5 0 0 6293624 6294260 19947520 140731611387856 140731611390641 140731611390641 140731611393999 0
[pid=17240/tid=17291] ppid=17237 vsize=14202692 CPUtime=17.2 cores=1,3,5,7
/proc/17240/task/17291/stat : 17291 (java) R 17237 17240 16548 0 -1 4202560 36902 12590 0 0 1672 40 5 3 20 0 17 0 43667050 14543556608 652275 18446744073709551615 4194304 4196468 140731611380256 140026144906192 140026203099879 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19947520 140731611387856 140731611390641 140731611390641 140731611393999 0
[pid=17240/tid=17292] ppid=17237 vsize=14202692 CPUtime=17.2 cores=1,3,5,7
/proc/17240/task/17292/stat : 17292 (java) R 17237 17240 16548 0 -1 4202560 32763 12590 0 0 1670 42 5 3 20 0 17 0 43667050 14543556608 652275 18446744073709551615 4194304 4196468 140731611380256 140026143853784 140026203099879 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19947520 140731611387856 140731611390641 140731611390641 140731611393999 0
[pid=17240/tid=17293] ppid=17237 vsize=14202692 CPUtime=17.23 cores=1,3,5,7
/proc/17240/task/17293/stat : 17293 (java) R 17237 17240 16548 0 -1 4202560 36897 12590 0 0 1675 40 5 3 20 0 17 0 43667050 14543556608 652275 18446744073709551615 4194304 4196468 140731611380256 140026142800904 140026203099879 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 19947520 140731611387856 140731611390641 140731611390641 140731611393999 0
[pid=17240/tid=17294] ppid=17237 vsize=14202692 CPUtime=17.2 cores=1,3,5,7
/proc/17240/task/17294/stat : 17294 (java) R 17237 17240 16548 0 -1 4202560 35338 12590 0 0 1671 41 5 3 20 0 17 0 43667050 14543556608 652275 18446744073709551615 4194304 4196468 140731611380256 140026141747792 140026195172304 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19947520 140731611387856 140731611390641 140731611390641 140731611393999 0
[pid=17240/tid=17295] ppid=17237 vsize=14202692 CPUtime=3.08 cores=1,3,5,7
/proc/17240/task/17295/stat : 17295 (java) S 17237 17240 16548 0 -1 1077944384 31812 12590 0 0 271 29 5 3 20 0 17 0 43667051 14543556608 652275 18446744073709551615 4194304 4196468 140731611380256 140025126413328 140026210481877 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 69 0 0 6293624 6294260 19947520 140731611387856 140731611390641 140731611390641 140731611393999 0
[pid=17240/tid=17296] ppid=17237 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/17240/task/17296/stat : 17296 (java) S 17237 17240 16548 0 -1 1077944384 66 12590 0 0 0 0 5 3 20 0 17 0 43667051 14543556608 652275 18446744073709551615 4194304 4196468 140731611380256 140025125360736 140026210481877 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19947520 140731611387856 140731611390641 140731611390641 140731611393999 0
[pid=17240/tid=17297] ppid=17237 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/17240/task/17297/stat : 17297 (java) S 17237 17240 16548 0 -1 1077944384 52 12590 0 0 0 0 5 3 20 0 17 0 43667052 14543556608 652275 18446744073709551615 4194304 4196468 140731611380256 140025124307840 140026210481877 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19947520 140731611387856 140731611390641 140731611390641 140731611393999 0
[pid=17240/tid=17298] ppid=17237 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/17240/task/17298/stat : 17298 (java) S 17237 17240 16548 0 -1 1077944384 81 12590 0 0 0 0 5 3 20 0 17 0 43667054 14543556608 652275 18446744073709551615 4194304 4196468 140731611380256 140025123256144 140026210490267 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19947520 140731611387856 140731611390641 140731611390641 140731611393999 0
[pid=17240/tid=17299] ppid=17237 vsize=14202692 CPUtime=7.88 cores=1,3,5,7
/proc/17240/task/17299/stat : 17299 (java) S 17237 17240 16548 0 -1 1077944384 26039 12590 0 0 776 4 5 3 20 0 17 0 43667054 14543556608 652275 18446744073709551615 4194304 4196468 140731611380256 140025122204528 140026210482818 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19947520 140731611387856 140731611390641 140731611390641 140731611393999 0
[pid=17240/tid=17300] ppid=17237 vsize=14202692 CPUtime=7.95 cores=1,3,5,7
/proc/17240/task/17300/stat : 17300 (java) S 17237 17240 16548 0 -1 1077944384 23721 12590 0 0 782 5 5 3 20 0 17 0 43667054 14543556608 652275 18446744073709551615 4194304 4196468 140731611380256 140025121151728 140026210482818 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19947520 140731611387856 140731611390641 140731611390641 140731611393999 0
[pid=17240/tid=17301] ppid=17237 vsize=14202692 CPUtime=2.64 cores=1,3,5,7
/proc/17240/task/17301/stat : 17301 (java) S 17237 17240 16548 0 -1 1077944384 16700 12590 0 0 251 5 5 3 20 0 17 0 43667054 14543556608 652275 18446744073709551615 4194304 4196468 140731611380256 140025120098928 140026210482818 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19947520 140731611387856 140731611390641 140731611390641 140731611393999 0
[pid=17240/tid=17302] ppid=17237 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/17240/task/17302/stat : 17302 (java) S 17237 17240 16548 0 -1 1077944384 3 12590 0 0 0 0 5 3 20 0 17 0 43667055 14543556608 652275 18446744073709551615 4194304 4196468 140731611380256 140025119046368 140026210481877 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19947520 140731611387856 140731611390641 140731611390641 140731611393999 0
[pid=17240/tid=17303] ppid=17237 vsize=14202692 CPUtime=1.46 cores=1,3,5,7
/proc/17240/task/17303/stat : 17303 (java) S 17237 17240 16548 0 -1 1077944384 2762 12590 0 0 64 74 5 3 20 0 17 0 43667060 14543556608 652275 18446744073709551615 4194304 4196468 140731611380256 140025117993648 140026210482818 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 68 0 0 6293624 6294260 19947520 140731611387856 140731611390641 140731611390641 140731611393999 0
Current children cumulated CPU time (s) 2521.16
Current children cumulated vsize (KiB) 14202692

[startup+2453.6 s]
/proc/loadavg: 1.72 1.54 1.51 6/212 17614
/proc/meminfo: memFree=27412904/32770624 swapFree=0/296676
[pid=17240] ppid=17237 vsize=14202692 CPUtime=2524.09 cores=1,3,5,7
/proc/17240/stat : 17240 (java) S 17237 17240 16548 0 -1 1077944320 373293 12590 0 0 252071 330 5 3 20 0 17 0 43667027 14543556608 652308 18446744073709551615 4194304 4196468 140731611380256 140731611362800 140026210471671 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 19947520 140731611387856 140731611390641 140731611390641 140731611393999 0
/proc/17240/statm: 3550673 652308 3490 1 0 3539287 0
[pid=17240/tid=17290] ppid=17237 vsize=14202692 CPUtime=2429.92 cores=1,3,5,7
/proc/17240/task/17290/stat : 17290 (java) S 17237 17240 16548 0 -1 1077944384 127819 12590 0 0 242911 73 5 3 20 0 17 0 43667049 14543556608 652308 18446744073709551615 4194304 4196468 140731611380256 140026214709216 140026210481877 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 5 0 0 6293624 6294260 19947520 140731611387856 140731611390641 140731611390641 140731611393999 0
[pid=17240/tid=17291] ppid=17237 vsize=14202692 CPUtime=17.92 cores=1,3,5,7
/proc/17240/task/17291/stat : 17291 (java) R 17237 17240 16548 0 -1 4202560 36902 12590 0 0 1744 40 5 3 20 0 17 0 43667050 14543556608 652308 18446744073709551615 4194304 4196468 140731611380256 140026144906584 140026194925600 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19947520 140731611387856 140731611390641 140731611390641 140731611393999 0
[pid=17240/tid=17292] ppid=17237 vsize=14202692 CPUtime=17.92 cores=1,3,5,7
/proc/17240/task/17292/stat : 17292 (java) R 17237 17240 16548 0 -1 4202560 32763 12590 0 0 1742 42 5 3 20 0 17 0 43667050 14543556608 652308 18446744073709551615 4194304 4196468 140731611380256 140026143853472 140026195169310 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19947520 140731611387856 140731611390641 140731611390641 140731611393999 0
[pid=17240/tid=17293] ppid=17237 vsize=14202692 CPUtime=17.93 cores=1,3,5,7
/proc/17240/task/17293/stat : 17293 (java) R 17237 17240 16548 0 -1 4202560 36897 12590 0 0 1745 40 5 3 20 0 17 0 43667050 14543556608 652308 18446744073709551615 4194304 4196468 140731611380256 140026142800784 140026195169229 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19947520 140731611387856 140731611390641 140731611390641 140731611393999 0
[pid=17240/tid=17294] ppid=17237 vsize=14202692 CPUtime=17.91 cores=1,3,5,7
/proc/17240/task/17294/stat : 17294 (java) R 17237 17240 16548 0 -1 4202560 35338 12590 0 0 1742 41 5 3 20 0 17 0 43667050 14543556608 652308 18446744073709551615 4194304 4196468 140731611380256 140026141748184 140026192068682 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 19947520 140731611387856 140731611390641 140731611390641 140731611393999 0
[pid=17240/tid=17295] ppid=17237 vsize=14202692 CPUtime=3.16 cores=1,3,5,7
/proc/17240/task/17295/stat : 17295 (java) S 17237 17240 16548 0 -1 1077944384 31880 12590 0 0 279 29 5 3 20 0 17 0 43667051 14543556608 652308 18446744073709551615 4194304 4196468 140731611380256 140025126413104 140026210481877 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 69 0 0 6293624 6294260 19947520 140731611387856 140731611390641 140731611390641 140731611393999 0
[pid=17240/tid=17296] ppid=17237 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/17240/task/17296/stat : 17296 (java) S 17237 17240 16548 0 -1 1077944384 69 12590 0 0 0 0 5 3 20 0 17 0 43667051 14543556608 652308 18446744073709551615 4194304 4196468 140731611380256 140025125360784 140026210482818 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19947520 140731611387856 140731611390641 140731611390641 140731611393999 0
[pid=17240/tid=17297] ppid=17237 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/17240/task/17297/stat : 17297 (java) S 17237 17240 16548 0 -1 1077944384 52 12590 0 0 0 0 5 3 20 0 17 0 43667052 14543556608 652308 18446744073709551615 4194304 4196468 140731611380256 140025124307840 140026210481877 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19947520 140731611387856 140731611390641 140731611390641 140731611393999 0
[pid=17240/tid=17298] ppid=17237 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/17240/task/17298/stat : 17298 (java) S 17237 17240 16548 0 -1 1077944384 81 12590 0 0 0 0 5 3 20 0 17 0 43667054 14543556608 652308 18446744073709551615 4194304 4196468 140731611380256 140025123256144 140026210490267 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19947520 140731611387856 140731611390641 140731611390641 140731611393999 0
[pid=17240/tid=17299] ppid=17237 vsize=14202692 CPUtime=7.88 cores=1,3,5,7
/proc/17240/task/17299/stat : 17299 (java) S 17237 17240 16548 0 -1 1077944384 26039 12590 0 0 776 4 5 3 20 0 17 0 43667054 14543556608 652308 18446744073709551615 4194304 4196468 140731611380256 140025122204528 140026210482818 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19947520 140731611387856 140731611390641 140731611390641 140731611393999 0
[pid=17240/tid=17300] ppid=17237 vsize=14202692 CPUtime=7.95 cores=1,3,5,7
/proc/17240/task/17300/stat : 17300 (java) S 17237 17240 16548 0 -1 1077944384 23721 12590 0 0 782 5 5 3 20 0 17 0 43667054 14543556608 652308 18446744073709551615 4194304 4196468 140731611380256 140025121151728 140026210482818 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19947520 140731611387856 140731611390641 140731611390641 140731611393999 0
[pid=17240/tid=17301] ppid=17237 vsize=14202692 CPUtime=2.64 cores=1,3,5,7
/proc/17240/task/17301/stat : 17301 (java) S 17237 17240 16548 0 -1 1077944384 16700 12590 0 0 251 5 5 3 20 0 17 0 43667054 14543556608 652308 18446744073709551615 4194304 4196468 140731611380256 140025120098928 140026210482818 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19947520 140731611387856 140731611390641 140731611390641 140731611393999 0
[pid=17240/tid=17302] ppid=17237 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/17240/task/17302/stat : 17302 (java) S 17237 17240 16548 0 -1 1077944384 3 12590 0 0 0 0 5 3 20 0 17 0 43667055 14543556608 652308 18446744073709551615 4194304 4196468 140731611380256 140025119046368 140026210481877 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19947520 140731611387856 140731611390641 140731611390641 140731611393999 0
[pid=17240/tid=17303] ppid=17237 vsize=14202692 CPUtime=1.46 cores=1,3,5,7
/proc/17240/task/17303/stat : 17303 (java) S 17237 17240 16548 0 -1 1077944384 2762 12590 0 0 64 74 5 3 20 0 17 0 43667060 14543556608 652308 18446744073709551615 4194304 4196468 140731611380256 140025117993648 140026210482818 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 68 0 0 6293624 6294260 19947520 140731611387856 140731611390641 140731611390641 140731611393999 0
[pid=17240/tid=17613] ppid=17237 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/17240/task/17613/stat : 17613 (java) S 17237 17240 16548 0 -1 1077944384 84 12590 0 0 0 0 5 3 20 0 17 0 43912278 14543556608 652308 18446744073709551615 4194304 4196468 140731611380256 140025087103216 140026210481877 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19947520 140731611387856 140731611390641 140731611390641 140731611393999 0
[pid=17240/tid=17614] ppid=17237 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/17240/task/17614/stat : 17614 (java) S 17237 17240 16548 0 -1 1077944384 27 12590 0 0 0 0 5 3 20 0 17 0 43912278 14543556608 652308 18446744073709551615 4194304 4196468 140731611380256 140025086051136 140026210481877 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19947520 140731611387856 140731611390641 140731611390641 140731611393999 0
Current children cumulated CPU time (s) 2524.09
Current children cumulated vsize (KiB) 14202692

[startup+2454 s]
/proc/loadavg: 1.72 1.54 1.51 6/212 17614
/proc/meminfo: memFree=27412904/32770624 swapFree=0/296676
[pid=17240] ppid=17237 vsize=14202692 CPUtime=2525.56 cores=1,3,5,7
/proc/17240/stat : 17240 (java) S 17237 17240 16548 0 -1 1077944320 373458 12590 0 0 252217 331 5 3 20 0 15 0 43667027 14543556608 652338 18446744073709551615 4194304 4196468 140731611380256 140731611362800 140026210471671 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 19947520 140731611387856 140731611390641 140731611390641 140731611393999 0
/proc/17240/statm: 3550673 652342 3492 1 0 3539287 0
[pid=17240/tid=17290] ppid=17237 vsize=14202692 CPUtime=2429.93 cores=1,3,5,7
/proc/17240/task/17290/stat : 17290 (java) S 17237 17240 16548 0 -1 1077944384 127854 12590 0 0 242912 73 5 3 20 0 15 0 43667049 14543556608 652326 18446744073709551615 4194304 4196468 140731611380256 140026214713072 140026210482818 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 5 0 0 6293624 6294260 19947520 140731611387856 140731611390641 140731611390641 140731611393999 0
[pid=17240/tid=17291] ppid=17237 vsize=14202692 CPUtime=18.27 cores=1,3,5,7
/proc/17240/task/17291/stat : 17291 (java) S 17237 17240 16548 0 -1 1077944384 36903 12590 0 0 1779 40 5 3 20 0 14 0 43667050 14543556608 652326 18446744073709551615 4194304 4196468 140731611380256 140026144906384 140026210481877 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19947520 140731611387856 140731611390641 140731611390641 140731611393999 0
[pid=17240/tid=17292] ppid=17237 vsize=14202692 CPUtime=18.27 cores=1,3,5,7
/proc/17240/task/17292/stat : 17292 (java) S 17237 17240 16548 0 -1 1077944384 32763 12590 0 0 1777 42 5 3 20 0 14 0 43667050 14543556608 652326 18446744073709551615 4194304 4196468 140731611380256 140026143853584 140026210481877 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19947520 140731611387856 140731611390641 140731611390641 140731611393999 0
[pid=17240/tid=17293] ppid=17237 vsize=14202692 CPUtime=18.29 cores=1,3,5,7
/proc/17240/task/17293/stat : 17293 (java) S 17237 17240 16548 0 -1 1077944384 36897 12590 0 0 1781 40 5 3 20 0 14 0 43667050 14543556608 652326 18446744073709551615 4194304 4196468 140731611380256 140026142800784 140026210481877 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19947520 140731611387856 140731611390641 140731611390641 140731611393999 0
[pid=17240/tid=17294] ppid=17237 vsize=14202692 CPUtime=18.27 cores=1,3,5,7
/proc/17240/task/17294/stat : 17294 (java) S 17237 17240 16548 0 -1 1077944384 35338 12590 0 0 1778 41 5 3 20 0 14 0 43667050 14543556608 652326 18446744073709551615 4194304 4196468 140731611380256 140026141747984 140026210481877 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19947520 140731611387856 140731611390641 140731611390641 140731611393999 0
[pid=17240/tid=17295] ppid=17237 vsize=14202692 CPUtime=3.2 cores=1,3,5,7
/proc/17240/task/17295/stat : 17295 (java) R 17237 17240 16548 0 -1 4202560 31894 12590 0 0 283 29 5 3 20 0 14 0 43667051 14543556608 652326 18446744073709551615 4194304 4196468 140731611380256 140025126414808 140026173592128 0 0 1 16800974 0 0 0 -1 5 0 0 69 0 0 6293624 6294260 19947520 140731611387856 140731611390641 140731611390641 140731611393999 0
[pid=17240/tid=17296] ppid=17237 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/17240/task/17296/stat : 17296 (java) R 17237 17240 16548 0 -1 1077944384 71 12590 0 0 0 0 5 3 20 0 14 0 43667051 14543556608 652353 18446744073709551615 4194304 4196468 140731611380256 140025125360800 140026210481877 256 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19947520 140731611387856 140731611390641 140731611390641 140731611393999 0
[pid=17240/tid=17299] ppid=17237 vsize=14202692 CPUtime=7.89 cores=1,3,5,7
/proc/17240/task/17299/stat : 17299 (java) R 17237 17240 16548 0 -1 1077944384 26100 12590 0 0 777 4 5 3 20 0 9 0 43667054 14543556608 652379 18446744073709551615 4194304 4196468 140731611380256 140025122204528 140026210482818 256 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19947520 140731611387856 140731611390641 140731611390641 140731611393999 0
Current children cumulated CPU time (s) 2525.56
Current children cumulated vsize (KiB) 14202692

Child status: 143
Real time (s): 2454.01
CPU time (s): 2525.58
CPU user time (s): 2522.22
CPU system time (s): 3.35673
CPU usage (%): 102.916
Max. virtual memory (cumulated for all children) (KiB): 14202692

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2522.22
system time used= 3.35673
maximum resident set size= 4113440
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 386066
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2832
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 117457
involuntary context switches= 6023

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.5173 second user time and 14.8919 second system time

The end

Launcher Data

Begin job on node126 at 2017-08-11 03:11:14
IDJOB=4262114
IDBENCH=115666
IDSOLVER=2650
FILE ID=node126/4262114-1502414715
RUNJOBID= node126-1502411413-16612
PBS_JOBID= 
Free space on /tmp= 62008 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/Scheduling/Scheduling-fs-taillard/Taillard-fs-050-20-1.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262114-1502414715/watcher-4262114-1502414715 -o /tmp/evaluation-result-4262114-1502414715/solver-4262114-1502414715 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1502411413-16612 --watchdog 2580  bin/concrete HOME/instance-4262114-1502414715.xml

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

MD5SUM BENCH= fe7e3e2412edf0b59c3173e00c93d043
RANDOM SEED=794610816

node126.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.81
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.81
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.81
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.81
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:        30170056 kB
MemAvailable:   30751372 kB
Buffers:          265876 kB
Cached:           589120 kB
SwapCached:          524 kB
Active:          1774032 kB
Inactive:         366972 kB
Active(anon):    1240212 kB
Inactive(anon):    71336 kB
Active(file):     533820 kB
Inactive(file):   295636 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67105588 kB
Dirty:             24500 kB
Writeback:             0 kB
AnonPages:       1285612 kB
Mapped:            54288 kB
Shmem:             25280 kB
Slab:             161260 kB
SReclaimable:     135392 kB
SUnreclaim:        25868 kB
KernelStack:        3456 kB
PageTables:         8348 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2153612 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1067008 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

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