Trace number 4244588

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
R1: Concrete 3.4? (TO) 2402.3799 2333.1101

General information on the benchmark

NameScheduling/Scheduling-os-taillard/
Taillard-os-20-20-9.xml
MD5SUM167976addb93ebd5943ef7570ccdd100
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 variables1620
Number of constraints1260
Number of domains22
Minimum domain size15
Maximum domain size1384
Distribution of domain sizes[{"size":15,"count":40},{"size":17,"count":40},{"size":18,"count":140},{"size":19,"count":180},{"size":20,"count":400},{"size":1384,"count":820}]
Minimum variable degree2
Maximum variable degree21
Distribution of variable degrees[{"degree":2,"count":420},{"degree":3,"count":800},{"degree":21,"count":400}]
Minimum constraint arity1
Maximum constraint arity22
Distribution of constraint arities[{"arity":1,"count":20},{"arity":2,"count":400},{"arity":3,"count":400},{"arity":20,"count":40},{"arity":22,"count":400}]
Number of extensional constraints400
Number of intensional constraints420
Distribution of constraint types[{"type":"extension","count":400},{"type":"intension","count":420},{"type":"allDifferent","count":20},{"type":"noOverlap","count":20},{"type":"element","count":400}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

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

pid=2994
running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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: 0.16 0.05 0.06 3/192 3000
/proc/meminfo: memFree=31466788/32770624 swapFree=0/336708
[pid=3000] ppid=2994 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/3000/stat : 3000 (runsolver) D 2994 3000 2911 34816 2911 4202560 108 0 0 0 0 0 0 0 20 0 1 0 100690689 24240128 106 18446744073709551615 4194304 4338465 140732187063824 140732187061464 140693783966423 0 0 1 24578 18446744071580418449 0 0 17 4 0 0 0 0 0 6438912 6441760 28274688 140732187066577 140732187066953 140732187066953 140732187070410 0
/proc/3000/statm: 5918 106 53 36 0 2156 0

[startup+0.100123 s]
/proc/loadavg: 0.16 0.05 0.06 3/192 3000
/proc/meminfo: memFree=31466788/32770624 swapFree=0/336708
[pid=3000] ppid=2994 vsize=9640 CPUtime=0.01 cores=0,2,4,6
/proc/3000/stat : 3000 (bash) S 2994 3000 2911 34816 2911 4202496 888 6450 0 0 0 0 0 1 20 0 1 0 100690689 9871360 372 18446744073709551615 4194304 5098028 140722121119232 140722121113240 139971122375680 0 0 5 65536 18446744071580971376 0 0 17 2 0 0 6 0 0 7196144 7232144 26075136 140722121126420 140722121126505 140722121126505 140722121129962 0
/proc/3000/statm: 2410 372 292 221 0 119 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9640

[startup+0.20033 s]
/proc/loadavg: 0.16 0.05 0.06 3/192 3000
/proc/meminfo: memFree=31466788/32770624 swapFree=0/336708
[pid=3000] ppid=2994 vsize=9640 CPUtime=0.01 cores=0,2,4,6
/proc/3000/stat : 3000 (bash) S 2994 3000 2911 34816 2911 4202496 888 6450 0 0 0 0 0 1 20 0 1 0 100690689 9871360 372 18446744073709551615 4194304 5098028 140722121119232 140722121113240 139971122375680 0 0 5 65536 18446744071580971376 0 0 17 2 0 0 6 0 0 7196144 7232144 26075136 140722121126420 140722121126505 140722121126505 140722121129962 0
/proc/3000/statm: 2410 372 292 221 0 119 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9640

[startup+0.300349 s]
/proc/loadavg: 0.16 0.05 0.06 3/192 3000
/proc/meminfo: memFree=31466788/32770624 swapFree=0/336708
[pid=3000] ppid=2994 vsize=10485316 CPUtime=0.14 cores=0,2,4,6
/proc/3000/stat : 3000 (java) S 2994 3000 2911 34816 2911 1077944320 5701 12452 0 0 5 1 6 2 20 0 14 0 100690689 10736963584 5901 18446744073709551615 4194304 4196468 140724641772144 140724641754688 139952623271671 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 6 0 0 6293624 6294260 11481088 140724641773531 140724641776305 140724641776305 140724641779663 0
/proc/3000/statm: 2621329 5901 2570 1 0 2610826 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 10485316

[startup+0.700158 s]
/proc/loadavg: 0.16 0.05 0.06 3/192 3000
/proc/meminfo: memFree=31466788/32770624 swapFree=0/336708
[pid=3000] ppid=2994 vsize=10552792 CPUtime=0.69 cores=0,2,4,6
/proc/3000/stat : 3000 (java) S 2994 3000 2911 34816 2911 1077944320 13709 12452 0 0 56 5 6 2 20 0 15 0 100690689 10806059008 14591 18446744073709551615 4194304 4196468 140724641772144 140724641754688 139952623271671 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 6 0 0 6293624 6294260 11481088 140724641773531 140724641776305 140724641776305 140724641779663 0
/proc/3000/statm: 2638198 14591 3099 1 0 2627467 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 10552792

[startup+1.50057 s]
/proc/loadavg: 0.16 0.05 0.06 4/222 3126
/proc/meminfo: memFree=31273980/32770624 swapFree=0/336164
[pid=3000] ppid=2994 vsize=10563416 CPUtime=1.88 cores=0,2,4,6
/proc/3000/stat : 3000 (java) S 2994 3000 2911 0 -1 1077944320 28578 12452 0 0 171 9 6 2 20 0 15 0 100690689 10816937984 40598 18446744073709551615 4194304 4196468 140724641772144 140724641754688 139952623271671 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 6 0 0 6293624 6294260 11481088 140724641773531 140724641776305 140724641776305 140724641779663 0
/proc/3000/statm: 2640854 40598 3382 1 0 2630027 0
[pid=3000/tid=3107] ppid=2994 vsize=10563416 CPUtime=1.3 cores=0,2,4,6
/proc/3000/task/3107/stat : 3107 (java) S 2994 3000 2911 0 -1 1077944384 22757 12452 0 0 116 6 6 2 20 0 15 0 100690711 10816937984 40599 18446744073709551615 4194304 4196468 140724641772144 139952627495344 139952623281877 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 3 0 0 6293624 6294260 11481088 140724641773531 140724641776305 140724641776305 140724641779663 0
[pid=3000/tid=3108] ppid=2994 vsize=10563416 CPUtime=0.08 cores=0,2,4,6
/proc/3000/task/3108/stat : 3108 (java) S 2994 3000 2911 0 -1 1077944384 26 12452 0 0 0 0 6 2 20 0 15 0 100690712 10816937984 40599 18446744073709551615 4194304 4196468 140724641772144 139952584170640 139952623281877 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11481088 140724641773531 140724641776305 140724641776305 140724641779663 0
[pid=3000/tid=3109] ppid=2994 vsize=10563416 CPUtime=0.08 cores=0,2,4,6
/proc/3000/task/3109/stat : 3109 (java) S 2994 3000 2911 0 -1 1077944384 57 12452 0 0 0 0 6 2 20 0 15 0 100690712 10816937984 40599 18446744073709551615 4194304 4196468 140724641772144 139952233831440 139952623281877 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11481088 140724641773531 140724641776305 140724641776305 140724641779663 0
[pid=3000/tid=3110] ppid=2994 vsize=10563416 CPUtime=0.08 cores=0,2,4,6
/proc/3000/task/3110/stat : 3110 (java) S 2994 3000 2911 0 -1 1077944384 41 12452 0 0 0 0 6 2 20 0 15 0 100690712 10816937984 40599 18446744073709551615 4194304 4196468 140724641772144 139952232778640 139952623281877 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11481088 140724641773531 140724641776305 140724641776305 140724641779663 0
[pid=3000/tid=3111] ppid=2994 vsize=10563416 CPUtime=0.08 cores=0,2,4,6
/proc/3000/task/3111/stat : 3111 (java) S 2994 3000 2911 0 -1 1077944384 189 12452 0 0 0 0 6 2 20 0 15 0 100690712 10816937984 40599 18446744073709551615 4194304 4196468 140724641772144 139952231725840 139952623281877 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11481088 140724641773531 140724641776305 140724641776305 140724641779663 0
[pid=3000/tid=3117] ppid=2994 vsize=10563416 CPUtime=0.08 cores=0,2,4,6
/proc/3000/task/3117/stat : 3117 (java) R 2994 3000 2911 0 -1 4202560 429 12452 0 0 0 0 6 2 20 0 15 0 100690713 10816937984 40599 18446744073709551615 4194304 4196468 140724641772144 139952186774208 139952604910005 0 0 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11481088 140724641773531 140724641776305 140724641776305 140724641779663 0
[pid=3000/tid=3118] ppid=2994 vsize=10563416 CPUtime=0.08 cores=0,2,4,6
/proc/3000/task/3118/stat : 3118 (java) S 2994 3000 2911 0 -1 1077944384 33 12452 0 0 0 0 6 2 20 0 15 0 100690714 10816937984 40599 18446744073709551615 4194304 4196468 140724641772144 139952185721888 139952623281877 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11481088 140724641773531 140724641776305 140724641776305 140724641779663 0
[pid=3000/tid=3119] ppid=2994 vsize=10563416 CPUtime=0.08 cores=0,2,4,6
/proc/3000/task/3119/stat : 3119 (java) S 2994 3000 2911 0 -1 1077944384 21 12452 0 0 0 0 6 2 20 0 15 0 100690714 10816937984 40599 18446744073709551615 4194304 4196468 140724641772144 139952184669040 139952623281877 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11481088 140724641773531 140724641776305 140724641776305 140724641779663 0
[pid=3000/tid=3120] ppid=2994 vsize=10563416 CPUtime=0.08 cores=0,2,4,6
/proc/3000/task/3120/stat : 3120 (java) S 2994 3000 2911 0 -1 1077944384 3 12452 0 0 0 0 6 2 20 0 15 0 100690716 10816937984 40599 18446744073709551615 4194304 4196468 140724641772144 139952183617360 139952623290267 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11481088 140724641773531 140724641776305 140724641776305 140724641779663 0
[pid=3000/tid=3121] ppid=2994 vsize=10563416 CPUtime=0.21 cores=0,2,4,6
/proc/3000/task/3121/stat : 3121 (java) S 2994 3000 2911 0 -1 1077944384 889 12452 0 0 13 0 6 2 20 0 15 0 100690716 10816937984 40599 18446744073709551615 4194304 4196468 140724641772144 139952182565744 139952623282818 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11481088 140724641773531 140724641776305 140724641776305 140724641779663 0
[pid=3000/tid=3122] ppid=2994 vsize=10563416 CPUtime=0.24 cores=0,2,4,6
/proc/3000/task/3122/stat : 3122 (java) S 2994 3000 2911 0 -1 1077944384 925 12452 0 0 16 0 6 2 20 0 15 0 100690716 10816937984 40599 18446744073709551615 4194304 4196468 140724641772144 139952181512944 139952623282818 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11481088 140724641773531 140724641776305 140724641776305 140724641779663 0
[pid=3000/tid=3123] ppid=2994 vsize=10563416 CPUtime=0.31 cores=0,2,4,6
/proc/3000/task/3123/stat : 3123 (java) S 2994 3000 2911 0 -1 1077944384 1252 12452 0 0 23 0 6 2 20 0 15 0 100690716 10816937984 40599 18446744073709551615 4194304 4196468 140724641772144 139952113310816 139952623281877 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11481088 140724641773531 140724641776305 140724641776305 140724641779663 0
[pid=3000/tid=3124] ppid=2994 vsize=10563416 CPUtime=0.08 cores=0,2,4,6
/proc/3000/task/3124/stat : 3124 (java) S 2994 3000 2911 0 -1 1077944384 3 12452 0 0 0 0 6 2 20 0 15 0 100690717 10816937984 40599 18446744073709551615 4194304 4196468 140724641772144 139952112261856 139952623281877 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11481088 140724641773531 140724641776305 140724641776305 140724641779663 0
[pid=3000/tid=3126] ppid=2994 vsize=10563416 CPUtime=0.08 cores=0,2,4,6
/proc/3000/task/3126/stat : 3126 (java) S 2994 3000 2911 0 -1 1077944384 10 12452 0 0 0 0 6 2 20 0 15 0 100690720 10816937984 40599 18446744073709551615 4194304 4196468 140724641772144 139952111209136 139952623282818 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11481088 140724641773531 140724641776305 140724641776305 140724641779663 0
Current children cumulated CPU time (s) 1.88
Current children cumulated vsize (KiB) 10563416

[startup+3.10061 s]
/proc/loadavg: 0.16 0.05 0.06 8/219 3128
/proc/meminfo: memFree=31116632/32770624 swapFree=0/336164
[pid=3000] ppid=2994 vsize=10575892 CPUtime=5.8 cores=0,2,4,6
/proc/3000/stat : 3000 (java) S 2994 3000 2911 0 -1 1077944320 49467 12452 0 0 557 15 6 2 20 0 15 0 100690689 10829713408 57150 18446744073709551615 4194304 4196468 140724641772144 140724641754688 139952623271671 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 6 0 0 6293624 6294260 11481088 140724641773531 140724641776305 140724641776305 140724641779663 0
/proc/3000/statm: 2643973 57150 3460 1 0 2632587 0
[pid=3000/tid=3107] ppid=2994 vsize=10575892 CPUtime=2.87 cores=0,2,4,6
/proc/3000/task/3107/stat : 3107 (java) R 2994 3000 2911 0 -1 4202560 35191 12452 0 0 271 8 6 2 20 0 15 0 100690711 10829713408 57150 18446744073709551615 4194304 4196468 140724641772144 139952627503664 139952272238588 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 11481088 140724641773531 140724641776305 140724641776305 140724641779663 0
[pid=3000/tid=3108] ppid=2994 vsize=10575892 CPUtime=0.08 cores=0,2,4,6
/proc/3000/task/3108/stat : 3108 (java) S 2994 3000 2911 0 -1 1077944384 31 12452 0 0 0 0 6 2 20 0 15 0 100690712 10829713408 57150 18446744073709551615 4194304 4196468 140724641772144 139952584170640 139952623281877 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11481088 140724641773531 140724641776305 140724641776305 140724641779663 0
[pid=3000/tid=3109] ppid=2994 vsize=10575892 CPUtime=0.09 cores=0,2,4,6
/proc/3000/task/3109/stat : 3109 (java) S 2994 3000 2911 0 -1 1077944384 57 12452 0 0 1 0 6 2 20 0 15 0 100690712 10829713408 57150 18446744073709551615 4194304 4196468 140724641772144 139952233831440 139952623281877 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11481088 140724641773531 140724641776305 140724641776305 140724641779663 0
[pid=3000/tid=3110] ppid=2994 vsize=10575892 CPUtime=0.09 cores=0,2,4,6
/proc/3000/task/3110/stat : 3110 (java) S 2994 3000 2911 0 -1 1077944384 41 12452 0 0 1 0 6 2 20 0 15 0 100690712 10829713408 57150 18446744073709551615 4194304 4196468 140724641772144 139952232778640 139952623281877 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11481088 140724641773531 140724641776305 140724641776305 140724641779663 0
[pid=3000/tid=3111] ppid=2994 vsize=10575892 CPUtime=0.09 cores=0,2,4,6
/proc/3000/task/3111/stat : 3111 (java) S 2994 3000 2911 0 -1 1077944384 192 12452 0 0 1 0 6 2 20 0 15 0 100690712 10829713408 57150 18446744073709551615 4194304 4196468 140724641772144 139952231725840 139952623281877 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11481088 140724641773531 140724641776305 140724641776305 140724641779663 0
[pid=3000/tid=3117] ppid=2994 vsize=10575892 CPUtime=0.09 cores=0,2,4,6
/proc/3000/task/3117/stat : 3117 (java) S 2994 3000 2911 0 -1 1077944384 1719 12452 0 0 1 0 6 2 20 0 15 0 100690713 10829713408 57150 18446744073709551615 4194304 4196468 140724641772144 139952186775920 139952623282818 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11481088 140724641773531 140724641776305 140724641776305 140724641779663 0
[pid=3000/tid=3118] ppid=2994 vsize=10575892 CPUtime=0.08 cores=0,2,4,6
/proc/3000/task/3118/stat : 3118 (java) S 2994 3000 2911 0 -1 1077944384 54 12452 0 0 0 0 6 2 20 0 15 0 100690714 10829713408 57150 18446744073709551615 4194304 4196468 140724641772144 139952185721888 139952623281877 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11481088 140724641773531 140724641776305 140724641776305 140724641779663 0
[pid=3000/tid=3119] ppid=2994 vsize=10575892 CPUtime=0.08 cores=0,2,4,6
/proc/3000/task/3119/stat : 3119 (java) S 2994 3000 2911 0 -1 1077944384 45 12452 0 0 0 0 6 2 20 0 15 0 100690714 10829713408 57150 18446744073709551615 4194304 4196468 140724641772144 139952184669056 139952623281877 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11481088 140724641773531 140724641776305 140724641776305 140724641779663 0
[pid=3000/tid=3120] ppid=2994 vsize=10575892 CPUtime=0.08 cores=0,2,4,6
/proc/3000/task/3120/stat : 3120 (java) S 2994 3000 2911 0 -1 1077944384 3 12452 0 0 0 0 6 2 20 0 15 0 100690716 10829713408 57150 18446744073709551615 4194304 4196468 140724641772144 139952183617360 139952623290267 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11481088 140724641773531 140724641776305 140724641776305 140724641779663 0
[pid=3000/tid=3121] ppid=2994 vsize=10575892 CPUtime=0.9 cores=0,2,4,6
/proc/3000/task/3121/stat : 3121 (java) R 2994 3000 2911 0 -1 4202560 2185 12452 0 0 82 0 6 2 20 0 15 0 100690716 10829713408 57150 18446744073709551615 4194304 4196468 140724641772144 139952182552864 139952602933664 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11481088 140724641773531 140724641776305 140724641776305 140724641779663 0
[pid=3000/tid=3122] ppid=2994 vsize=10575892 CPUtime=1.06 cores=0,2,4,6
/proc/3000/task/3122/stat : 3122 (java) S 2994 3000 2911 0 -1 1077944384 4019 12452 0 0 97 1 6 2 20 0 15 0 100690716 10829713408 57150 18446744073709551615 4194304 4196468 140724641772144 139952181512944 139952623282818 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11481088 140724641773531 140724641776305 140724641776305 140724641779663 0
[pid=3000/tid=3123] ppid=2994 vsize=10575892 CPUtime=1.08 cores=0,2,4,6
/proc/3000/task/3123/stat : 3123 (java) R 2994 3000 2911 0 -1 1077944384 3777 12452 0 0 99 1 6 2 20 0 15 0 100690716 10829713408 57150 18446744073709551615 4194304 4196468 140724641772144 139952113314416 139952623282818 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 11481088 140724641773531 140724641776305 140724641776305 140724641779663 0
[pid=3000/tid=3124] ppid=2994 vsize=10575892 CPUtime=0.08 cores=0,2,4,6
/proc/3000/task/3124/stat : 3124 (java) S 2994 3000 2911 0 -1 1077944384 3 12452 0 0 0 0 6 2 20 0 15 0 100690717 10829713408 57150 18446744073709551615 4194304 4196468 140724641772144 139952112261856 139952623281877 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11481088 140724641773531 140724641776305 140724641776305 140724641779663 0
[pid=3000/tid=3126] ppid=2994 vsize=10575892 CPUtime=0.08 cores=0,2,4,6
/proc/3000/task/3126/stat : 3126 (java) S 2994 3000 2911 0 -1 1077944384 13 12452 0 0 0 0 6 2 20 0 15 0 100690720 10829713408 57150 18446744073709551615 4194304 4196468 140724641772144 139952111209136 139952623282818 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11481088 140724641773531 140724641776305 140724641776305 140724641779663 0
Current children cumulated CPU time (s) 5.8
Current children cumulated vsize (KiB) 10575892

[startup+6.30062 s]
/proc/loadavg: 0.63 0.15 0.09 8/219 3128
/proc/meminfo: memFree=30745292/32770624 swapFree=0/336164
[pid=3000] ppid=2994 vsize=10579988 CPUtime=16.09 cores=0,2,4,6
/proc/3000/stat : 3000 (java) S 2994 3000 2911 0 -1 1077944320 75575 12452 0 0 1576 25 6 2 20 0 15 0 100690689 10833907712 106200 18446744073709551615 4194304 4196468 140724641772144 140724641754688 139952623271671 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 6 0 0 6293624 6294260 11481088 140724641773531 140724641776305 140724641776305 140724641779663 0
/proc/3000/statm: 2644997 106200 3478 1 0 2633611 0
[pid=3000/tid=3107] ppid=2994 vsize=10579988 CPUtime=5.83 cores=0,2,4,6
/proc/3000/task/3107/stat : 3107 (java) R 2994 3000 2911 0 -1 4202560 39497 12452 0 0 564 11 6 2 20 0 15 0 100690711 10833907712 106200 18446744073709551615 4194304 4196468 140724641772144 139952627503072 139952282180184 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 11481088 140724641773531 140724641776305 140724641776305 140724641779663 0
[pid=3000/tid=3108] ppid=2994 vsize=10579988 CPUtime=0.23 cores=0,2,4,6
/proc/3000/task/3108/stat : 3108 (java) S 2994 3000 2911 0 -1 1077944384 879 12452 0 0 14 1 6 2 20 0 15 0 100690712 10833907712 106200 18446744073709551615 4194304 4196468 140724641772144 139952584170640 139952623281877 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11481088 140724641773531 140724641776305 140724641776305 140724641779663 0
[pid=3000/tid=3109] ppid=2994 vsize=10579988 CPUtime=0.21 cores=0,2,4,6
/proc/3000/task/3109/stat : 3109 (java) S 2994 3000 2911 0 -1 1077944384 106 12452 0 0 12 1 6 2 20 0 15 0 100690712 10833907712 106200 18446744073709551615 4194304 4196468 140724641772144 139952233831440 139952623281877 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11481088 140724641773531 140724641776305 140724641776305 140724641779663 0
[pid=3000/tid=3110] ppid=2994 vsize=10579988 CPUtime=0.26 cores=0,2,4,6
/proc/3000/task/3110/stat : 3110 (java) S 2994 3000 2911 0 -1 1077944384 297 12452 0 0 17 1 6 2 20 0 15 0 100690712 10833907712 106200 18446744073709551615 4194304 4196468 140724641772144 139952232778640 139952623281877 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11481088 140724641773531 140724641776305 140724641776305 140724641779663 0
[pid=3000/tid=3111] ppid=2994 vsize=10579988 CPUtime=0.21 cores=0,2,4,6
/proc/3000/task/3111/stat : 3111 (java) S 2994 3000 2911 0 -1 1077944384 450 12452 0 0 12 1 6 2 20 0 15 0 100690712 10833907712 106200 18446744073709551615 4194304 4196468 140724641772144 139952231725840 139952623281877 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11481088 140724641773531 140724641776305 140724641776305 140724641779663 0
[pid=3000/tid=3117] ppid=2994 vsize=10579988 CPUtime=0.12 cores=0,2,4,6
/proc/3000/task/3117/stat : 3117 (java) S 2994 3000 2911 0 -1 1077944384 2526 12452 0 0 4 0 6 2 20 0 15 0 100690713 10833907712 106200 18446744073709551615 4194304 4196468 140724641772144 139952186775920 139952623282818 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11481088 140724641773531 140724641776305 140724641776305 140724641779663 0
[pid=3000/tid=3118] ppid=2994 vsize=10579988 CPUtime=0.08 cores=0,2,4,6
/proc/3000/task/3118/stat : 3118 (java) S 2994 3000 2911 0 -1 1077944384 58 12452 0 0 0 0 6 2 20 0 15 0 100690714 10833907712 106200 18446744073709551615 4194304 4196468 140724641772144 139952185721952 139952623281877 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11481088 140724641773531 140724641776305 140724641776305 140724641779663 0
[pid=3000/tid=3119] ppid=2994 vsize=10579988 CPUtime=0.08 cores=0,2,4,6
/proc/3000/task/3119/stat : 3119 (java) S 2994 3000 2911 0 -1 1077944384 48 12452 0 0 0 0 6 2 20 0 15 0 100690714 10833907712 106200 18446744073709551615 4194304 4196468 140724641772144 139952184669056 139952623281877 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11481088 140724641773531 140724641776305 140724641776305 140724641779663 0
[pid=3000/tid=3120] ppid=2994 vsize=10579988 CPUtime=0.08 cores=0,2,4,6
/proc/3000/task/3120/stat : 3120 (java) S 2994 3000 2911 0 -1 1077944384 3 12452 0 0 0 0 6 2 20 0 15 0 100690716 10833907712 106200 18446744073709551615 4194304 4196468 140724641772144 139952183617360 139952623290267 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11481088 140724641773531 140724641776305 140724641776305 140724641779663 0
[pid=3000/tid=3121] ppid=2994 vsize=10579988 CPUtime=3.85 cores=0,2,4,6
/proc/3000/task/3121/stat : 3121 (java) R 2994 3000 2911 0 -1 4202560 9662 12452 0 0 376 1 6 2 20 0 15 0 100690716 10833907712 106200 18446744073709551615 4194304 4196468 140724641772144 139952182555424 139952608199992 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 11481088 140724641773531 140724641776305 140724641776305 140724641779663 0
[pid=3000/tid=3122] ppid=2994 vsize=10579988 CPUtime=4.08 cores=0,2,4,6
/proc/3000/task/3122/stat : 3122 (java) R 2994 3000 2911 0 -1 4202560 10661 12452 0 0 398 2 6 2 20 0 15 0 100690716 10833907712 106200 18446744073709551615 4194304 4196468 140724641772144 139952181499136 139952602521342 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11481088 140724641773531 140724641776305 140724641776305 140724641779663 0
[pid=3000/tid=3123] ppid=2994 vsize=10579988 CPUtime=1.83 cores=0,2,4,6
/proc/3000/task/3123/stat : 3123 (java) S 2994 3000 2911 0 -1 1077944384 9186 12452 0 0 172 3 6 2 20 0 15 0 100690716 10833907712 106200 18446744073709551615 4194304 4196468 140724641772144 139952113314416 139952623282818 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11481088 140724641773531 140724641776305 140724641776305 140724641779663 0
[pid=3000/tid=3124] ppid=2994 vsize=10579988 CPUtime=0.08 cores=0,2,4,6
/proc/3000/task/3124/stat : 3124 (java) S 2994 3000 2911 0 -1 1077944384 3 12452 0 0 0 0 6 2 20 0 15 0 100690717 10833907712 106200 18446744073709551615 4194304 4196468 140724641772144 139952112261856 139952623281877 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11481088 140724641773531 140724641776305 140724641776305 140724641779663 0
[pid=3000/tid=3126] ppid=2994 vsize=10579988 CPUtime=0.08 cores=0,2,4,6
/proc/3000/task/3126/stat : 3126 (java) S 2994 3000 2911 0 -1 1077944384 62 12452 0 0 0 0 6 2 20 0 15 0 100690720 10833907712 106200 18446744073709551615 4194304 4196468 140724641772144 139952111209136 139952623282818 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11481088 140724641773531 140724641776305 140724641776305 140724641779663 0
Current children cumulated CPU time (s) 16.09
Current children cumulated vsize (KiB) 10579988

[startup+12.7007 s]
/proc/loadavg: 0.82 0.19 0.10 7/217 3128
/proc/meminfo: memFree=29706116/32770624 swapFree=0/336168
[pid=3000] ppid=2994 vsize=10649620 CPUtime=32.1 cores=0,2,4,6
/proc/3000/stat : 3000 (java) S 2994 3000 2911 0 -1 1077944320 95099 12452 0 0 3151 51 6 2 20 0 15 0 100690689 10905210880 240846 18446744073709551615 4194304 4196468 140724641772144 140724641754688 139952623271671 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 6 0 0 6293624 6294260 11481088 140724641773531 140724641776305 140724641776305 140724641779663 0
/proc/3000/statm: 2662405 240846 3498 1 0 2651019 0
[pid=3000/tid=3107] ppid=2994 vsize=10649620 CPUtime=12.02 cores=0,2,4,6
/proc/3000/task/3107/stat : 3107 (java) R 2994 3000 2911 0 -1 4202560 52539 12452 0 0 1176 18 6 2 20 0 15 0 100690711 10905210880 240846 18446744073709551615 4194304 4196468 140724641772144 139952627505712 139952267711282 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 11481088 140724641773531 140724641776305 140724641776305 140724641779663 0
[pid=3000/tid=3108] ppid=2994 vsize=10649620 CPUtime=0.36 cores=0,2,4,6
/proc/3000/task/3108/stat : 3108 (java) S 2994 3000 2911 0 -1 1077944384 1037 12452 0 0 24 4 6 2 20 0 15 0 100690712 10905210880 240846 18446744073709551615 4194304 4196468 140724641772144 139952584170640 139952623281877 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11481088 140724641773531 140724641776305 140724641776305 140724641779663 0
[pid=3000/tid=3109] ppid=2994 vsize=10649620 CPUtime=0.39 cores=0,2,4,6
/proc/3000/task/3109/stat : 3109 (java) S 2994 3000 2911 0 -1 1077944384 284 12452 0 0 26 5 6 2 20 0 15 0 100690712 10905210880 240846 18446744073709551615 4194304 4196468 140724641772144 139952233831440 139952623281877 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11481088 140724641773531 140724641776305 140724641776305 140724641779663 0
[pid=3000/tid=3110] ppid=2994 vsize=10649620 CPUtime=0.42 cores=0,2,4,6
/proc/3000/task/3110/stat : 3110 (java) S 2994 3000 2911 0 -1 1077944384 461 12452 0 0 29 5 6 2 20 0 15 0 100690712 10905210880 240846 18446744073709551615 4194304 4196468 140724641772144 139952232778640 139952623281877 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11481088 140724641773531 140724641776305 140724641776305 140724641779663 0
[pid=3000/tid=3111] ppid=2994 vsize=10649620 CPUtime=0.37 cores=0,2,4,6
/proc/3000/task/3111/stat : 3111 (java) S 2994 3000 2911 0 -1 1077944384 653 12452 0 0 24 5 6 2 20 0 15 0 100690712 10905210880 240846 18446744073709551615 4194304 4196468 140724641772144 139952231725840 139952623281877 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11481088 140724641773531 140724641776305 140724641776305 140724641779663 0
[pid=3000/tid=3117] ppid=2994 vsize=10649620 CPUtime=0.14 cores=0,2,4,6
/proc/3000/task/3117/stat : 3117 (java) S 2994 3000 2911 0 -1 1077944384 2808 12452 0 0 6 0 6 2 20 0 15 0 100690713 10905210880 240846 18446744073709551615 4194304 4196468 140724641772144 139952186775920 139952623282818 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11481088 140724641773531 140724641776305 140724641776305 140724641779663 0
[pid=3000/tid=3118] ppid=2994 vsize=10649620 CPUtime=0.08 cores=0,2,4,6
/proc/3000/task/3118/stat : 3118 (java) S 2994 3000 2911 0 -1 1077944384 58 12452 0 0 0 0 6 2 20 0 15 0 100690714 10905210880 240846 18446744073709551615 4194304 4196468 140724641772144 139952185721952 139952623281877 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11481088 140724641773531 140724641776305 140724641776305 140724641779663 0
[pid=3000/tid=3119] ppid=2994 vsize=10649620 CPUtime=0.08 cores=0,2,4,6
/proc/3000/task/3119/stat : 3119 (java) S 2994 3000 2911 0 -1 1077944384 49 12452 0 0 0 0 6 2 20 0 15 0 100690714 10905210880 240846 18446744073709551615 4194304 4196468 140724641772144 139952184669056 139952623281877 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11481088 140724641773531 140724641776305 140724641776305 140724641779663 0
[pid=3000/tid=3120] ppid=2994 vsize=10649620 CPUtime=0.08 cores=0,2,4,6
/proc/3000/task/3120/stat : 3120 (java) S 2994 3000 2911 0 -1 1077944384 3 12452 0 0 0 0 6 2 20 0 15 0 100690716 10905210880 240846 18446744073709551615 4194304 4196468 140724641772144 139952183617360 139952623290267 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11481088 140724641773531 140724641776305 140724641776305 140724641779663 0

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

[pid=3000/tid=3107] ppid=2994 vsize=10649620 CPUtime=2299.11 cores=0,2,4,6
/proc/3000/task/3107/stat : 3107 (java) R 2994 3000 2911 0 -1 4202560 146984 12452 0 0 229838 65 6 2 20 0 15 0 100690711 10905210880 597783 18446744073709551615 4194304 4196468 140724641772144 139952627505600 139952274218489 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 11481088 140724641773531 140724641776305 140724641776305 140724641779663 0
[pid=3000/tid=3108] ppid=2994 vsize=10649620 CPUtime=15.96 cores=0,2,4,6
/proc/3000/task/3108/stat : 3108 (java) S 2994 3000 2911 0 -1 1077944384 57964 12452 0 0 1550 38 6 2 20 0 15 0 100690712 10905210880 597783 18446744073709551615 4194304 4196468 140724641772144 139952584170640 139952623281877 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11481088 140724641773531 140724641776305 140724641776305 140724641779663 0
[pid=3000/tid=3109] ppid=2994 vsize=10649620 CPUtime=15.96 cores=0,2,4,6
/proc/3000/task/3109/stat : 3109 (java) S 2994 3000 2911 0 -1 1077944384 41992 12452 0 0 1553 35 6 2 20 0 15 0 100690712 10905210880 597783 18446744073709551615 4194304 4196468 140724641772144 139952233831440 139952623281877 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11481088 140724641773531 140724641776305 140724641776305 140724641779663 0
[pid=3000/tid=3110] ppid=2994 vsize=10649620 CPUtime=16.06 cores=0,2,4,6
/proc/3000/task/3110/stat : 3110 (java) S 2994 3000 2911 0 -1 1077944384 36598 12452 0 0 1565 33 6 2 20 0 15 0 100690712 10905210880 597783 18446744073709551615 4194304 4196468 140724641772144 139952232778640 139952623281877 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11481088 140724641773531 140724641776305 140724641776305 140724641779663 0
[pid=3000/tid=3111] ppid=2994 vsize=10649620 CPUtime=15.98 cores=0,2,4,6
/proc/3000/task/3111/stat : 3111 (java) S 2994 3000 2911 0 -1 1077944384 54329 12452 0 0 1554 36 6 2 20 0 15 0 100690712 10905210880 597783 18446744073709551615 4194304 4196468 140724641772144 139952231725840 139952623281877 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11481088 140724641773531 140724641776305 140724641776305 140724641779663 0
[pid=3000/tid=3117] ppid=2994 vsize=10649620 CPUtime=5.41 cores=0,2,4,6
/proc/3000/task/3117/stat : 3117 (java) S 2994 3000 2911 0 -1 1077944384 32902 12452 0 0 499 34 6 2 20 0 15 0 100690713 10905210880 597783 18446744073709551615 4194304 4196468 140724641772144 139952186775920 139952623282818 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11481088 140724641773531 140724641776305 140724641776305 140724641779663 0
[pid=3000/tid=3118] ppid=2994 vsize=10649620 CPUtime=0.08 cores=0,2,4,6
/proc/3000/task/3118/stat : 3118 (java) S 2994 3000 2911 0 -1 1077944384 58 12452 0 0 0 0 6 2 20 0 15 0 100690714 10905210880 597783 18446744073709551615 4194304 4196468 140724641772144 139952185721952 139952623281877 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11481088 140724641773531 140724641776305 140724641776305 140724641779663 0
[pid=3000/tid=3119] ppid=2994 vsize=10649620 CPUtime=0.08 cores=0,2,4,6
/proc/3000/task/3119/stat : 3119 (java) S 2994 3000 2911 0 -1 1077944384 49 12452 0 0 0 0 6 2 20 0 15 0 100690714 10905210880 597783 18446744073709551615 4194304 4196468 140724641772144 139952184669056 139952623281877 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11481088 140724641773531 140724641776305 140724641776305 140724641779663 0
[pid=3000/tid=3120] ppid=2994 vsize=10649620 CPUtime=0.08 cores=0,2,4,6
/proc/3000/task/3120/stat : 3120 (java) S 2994 3000 2911 0 -1 1077944384 3 12452 0 0 0 0 6 2 20 0 15 0 100690716 10905210880 597783 18446744073709551615 4194304 4196468 140724641772144 139952183617360 139952623290267 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11481088 140724641773531 140724641776305 140724641776305 140724641779663 0
[pid=3000/tid=3121] ppid=2994 vsize=10649620 CPUtime=8.68 cores=0,2,4,6
/proc/3000/task/3121/stat : 3121 (java) S 2994 3000 2911 0 -1 1077944384 20371 12452 0 0 856 4 6 2 20 0 15 0 100690716 10905210880 597783 18446744073709551615 4194304 4196468 140724641772144 139952182565744 139952623282818 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11481088 140724641773531 140724641776305 140724641776305 140724641779663 0
[pid=3000/tid=3122] ppid=2994 vsize=10649620 CPUtime=8.76 cores=0,2,4,6
/proc/3000/task/3122/stat : 3122 (java) S 2994 3000 2911 0 -1 1077944384 28760 12452 0 0 864 4 6 2 20 0 15 0 100690716 10905210880 597783 18446744073709551615 4194304 4196468 140724641772144 139952181512944 139952623282818 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11481088 140724641773531 140724641776305 140724641776305 140724641779663 0
[pid=3000/tid=3123] ppid=2994 vsize=10649620 CPUtime=2.96 cores=0,2,4,6
/proc/3000/task/3123/stat : 3123 (java) S 2994 3000 2911 0 -1 1077944384 25319 12452 0 0 282 6 6 2 20 0 15 0 100690716 10905210880 597783 18446744073709551615 4194304 4196468 140724641772144 139952113314416 139952623282818 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11481088 140724641773531 140724641776305 140724641776305 140724641779663 0
[pid=3000/tid=3124] ppid=2994 vsize=10649620 CPUtime=0.08 cores=0,2,4,6
/proc/3000/task/3124/stat : 3124 (java) S 2994 3000 2911 0 -1 1077944384 3 12452 0 0 0 0 6 2 20 0 15 0 100690717 10905210880 597783 18446744073709551615 4194304 4196468 140724641772144 139952112261856 139952623281877 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11481088 140724641773531 140724641776305 140724641776305 140724641779663 0
[pid=3000/tid=3126] ppid=2994 vsize=10649620 CPUtime=1.43 cores=0,2,4,6
/proc/3000/task/3126/stat : 3126 (java) S 2994 3000 2911 0 -1 1077944384 2084 12452 0 0 66 69 6 2 20 0 15 0 100690720 10905210880 597783 18446744073709551615 4194304 4196468 140724641772144 139952111209136 139952623282818 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11481088 140724641773531 140724641776305 140724641776305 140724641779663 0
Current children cumulated CPU time (s) 2389.71
Current children cumulated vsize (KiB) 10649620



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2332.4 s]
/proc/loadavg: 1.53 1.45 1.31 4/218 3323
/proc/meminfo: memFree=27780020/32770624 swapFree=0/337152
[pid=3000] ppid=2994 vsize=10649620 CPUtime=2400.04 cores=0,2,4,6
/proc/3000/stat : 3000 (java) S 2994 3000 2911 0 -1 1077944320 449826 12452 0 0 239697 299 6 2 20 0 15 0 100690689 10905210880 597783 18446744073709551615 4194304 4196468 140724641772144 140724641754688 139952623271671 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 6 0 0 6293624 6294260 11481088 140724641773531 140724641776305 140724641776305 140724641779663 0
/proc/3000/statm: 2662405 597783 3502 1 0 2651019 0
[pid=3000/tid=3107] ppid=2994 vsize=10649620 CPUtime=2309.11 cores=0,2,4,6
/proc/3000/task/3107/stat : 3107 (java) R 2994 3000 2911 0 -1 4202560 147165 12452 0 0 230837 66 6 2 20 0 15 0 100690711 10905210880 597783 18446744073709551615 4194304 4196468 140724641772144 139952627506112 139952288253289 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 11481088 140724641773531 140724641776305 140724641776305 140724641779663 0
[pid=3000/tid=3108] ppid=2994 vsize=10649620 CPUtime=16.04 cores=0,2,4,6
/proc/3000/task/3108/stat : 3108 (java) S 2994 3000 2911 0 -1 1077944384 57969 12452 0 0 1558 38 6 2 20 0 15 0 100690712 10905210880 597783 18446744073709551615 4194304 4196468 140724641772144 139952584170640 139952623281877 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11481088 140724641773531 140724641776305 140724641776305 140724641779663 0
[pid=3000/tid=3109] ppid=2994 vsize=10649620 CPUtime=16.03 cores=0,2,4,6
/proc/3000/task/3109/stat : 3109 (java) S 2994 3000 2911 0 -1 1077944384 42017 12452 0 0 1560 35 6 2 20 0 15 0 100690712 10905210880 597783 18446744073709551615 4194304 4196468 140724641772144 139952233831440 139952623281877 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11481088 140724641773531 140724641776305 140724641776305 140724641779663 0
[pid=3000/tid=3110] ppid=2994 vsize=10649620 CPUtime=16.14 cores=0,2,4,6
/proc/3000/task/3110/stat : 3110 (java) S 2994 3000 2911 0 -1 1077944384 36628 12452 0 0 1573 33 6 2 20 0 15 0 100690712 10905210880 597783 18446744073709551615 4194304 4196468 140724641772144 139952232778640 139952623281877 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11481088 140724641773531 140724641776305 140724641776305 140724641779663 0
[pid=3000/tid=3111] ppid=2994 vsize=10649620 CPUtime=16.05 cores=0,2,4,6
/proc/3000/task/3111/stat : 3111 (java) S 2994 3000 2911 0 -1 1077944384 54340 12452 0 0 1561 36 6 2 20 0 15 0 100690712 10905210880 597783 18446744073709551615 4194304 4196468 140724641772144 139952231725840 139952623281877 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11481088 140724641773531 140724641776305 140724641776305 140724641779663 0
[pid=3000/tid=3117] ppid=2994 vsize=10649620 CPUtime=5.43 cores=0,2,4,6
/proc/3000/task/3117/stat : 3117 (java) S 2994 3000 2911 0 -1 1077944384 32914 12452 0 0 501 34 6 2 20 0 15 0 100690713 10905210880 597783 18446744073709551615 4194304 4196468 140724641772144 139952186775920 139952623282818 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11481088 140724641773531 140724641776305 140724641776305 140724641779663 0
[pid=3000/tid=3118] ppid=2994 vsize=10649620 CPUtime=0.08 cores=0,2,4,6
/proc/3000/task/3118/stat : 3118 (java) S 2994 3000 2911 0 -1 1077944384 58 12452 0 0 0 0 6 2 20 0 15 0 100690714 10905210880 597783 18446744073709551615 4194304 4196468 140724641772144 139952185721952 139952623281877 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11481088 140724641773531 140724641776305 140724641776305 140724641779663 0
[pid=3000/tid=3119] ppid=2994 vsize=10649620 CPUtime=0.08 cores=0,2,4,6
/proc/3000/task/3119/stat : 3119 (java) S 2994 3000 2911 0 -1 1077944384 49 12452 0 0 0 0 6 2 20 0 15 0 100690714 10905210880 597783 18446744073709551615 4194304 4196468 140724641772144 139952184669056 139952623281877 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11481088 140724641773531 140724641776305 140724641776305 140724641779663 0
[pid=3000/tid=3120] ppid=2994 vsize=10649620 CPUtime=0.08 cores=0,2,4,6
/proc/3000/task/3120/stat : 3120 (java) S 2994 3000 2911 0 -1 1077944384 3 12452 0 0 0 0 6 2 20 0 15 0 100690716 10905210880 597783 18446744073709551615 4194304 4196468 140724641772144 139952183617360 139952623290267 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11481088 140724641773531 140724641776305 140724641776305 140724641779663 0
[pid=3000/tid=3121] ppid=2994 vsize=10649620 CPUtime=8.68 cores=0,2,4,6
/proc/3000/task/3121/stat : 3121 (java) S 2994 3000 2911 0 -1 1077944384 20373 12452 0 0 856 4 6 2 20 0 15 0 100690716 10905210880 597783 18446744073709551615 4194304 4196468 140724641772144 139952182565744 139952623282818 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11481088 140724641773531 140724641776305 140724641776305 140724641779663 0
[pid=3000/tid=3122] ppid=2994 vsize=10649620 CPUtime=8.76 cores=0,2,4,6
/proc/3000/task/3122/stat : 3122 (java) S 2994 3000 2911 0 -1 1077944384 28763 12452 0 0 864 4 6 2 20 0 15 0 100690716 10905210880 597783 18446744073709551615 4194304 4196468 140724641772144 139952181512944 139952623282818 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11481088 140724641773531 140724641776305 140724641776305 140724641779663 0
[pid=3000/tid=3123] ppid=2994 vsize=10649620 CPUtime=2.96 cores=0,2,4,6
/proc/3000/task/3123/stat : 3123 (java) S 2994 3000 2911 0 -1 1077944384 25321 12452 0 0 282 6 6 2 20 0 15 0 100690716 10905210880 597783 18446744073709551615 4194304 4196468 140724641772144 139952113314416 139952623282818 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11481088 140724641773531 140724641776305 140724641776305 140724641779663 0
[pid=3000/tid=3124] ppid=2994 vsize=10649620 CPUtime=0.08 cores=0,2,4,6
/proc/3000/task/3124/stat : 3124 (java) S 2994 3000 2911 0 -1 1077944384 3 12452 0 0 0 0 6 2 20 0 15 0 100690717 10905210880 597783 18446744073709551615 4194304 4196468 140724641772144 139952112261856 139952623281877 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11481088 140724641773531 140724641776305 140724641776305 140724641779663 0
[pid=3000/tid=3126] ppid=2994 vsize=10649620 CPUtime=1.44 cores=0,2,4,6
/proc/3000/task/3126/stat : 3126 (java) S 2994 3000 2911 0 -1 1077944384 2086 12452 0 0 66 70 6 2 20 0 15 0 100690720 10905210880 597783 18446744073709551615 4194304 4196468 140724641772144 139952111209136 139952623282818 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11481088 140724641773531 140724641776305 140724641776305 140724641779663 0
Current children cumulated CPU time (s) 2400.04
Current children cumulated vsize (KiB) 10649620

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

[startup+2332.8 s]
/proc/loadavg: 1.53 1.45 1.31 4/218 3323
/proc/meminfo: memFree=27780020/32770624 swapFree=0/337152
[pid=3000] ppid=2994 vsize=10782748 CPUtime=2401.41 cores=0,2,4,6
/proc/3000/stat : 3000 (java) S 2994 3000 2911 0 -1 1077944320 464706 12452 0 0 239833 300 6 2 20 0 17 0 100690689 11041533952 600262 18446744073709551615 4194304 4196468 140724641772144 140724641754688 139952623271671 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 6 0 0 6293624 6294260 11481088 140724641773531 140724641776305 140724641776305 140724641779663 0
/proc/3000/statm: 2695687 600262 3502 1 0 2684301 0
[pid=3000/tid=3107] ppid=2994 vsize=10782748 CPUtime=2309.12 cores=0,2,4,6
/proc/3000/task/3107/stat : 3107 (java) S 2994 3000 2911 0 -1 1077944384 148238 12452 0 0 230838 66 6 2 20 0 17 0 100690711 11041533952 600262 18446744073709551615 4194304 4196468 140724641772144 139952627509376 139952623281877 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 3 0 0 6293624 6294260 11481088 140724641773531 140724641776305 140724641776305 140724641779663 0
[pid=3000/tid=3108] ppid=2994 vsize=10782748 CPUtime=16.36 cores=0,2,4,6
/proc/3000/task/3108/stat : 3108 (java) R 2994 3000 2911 0 -1 4202560 58119 12452 0 0 1590 38 6 2 20 0 17 0 100690712 11041533952 600262 18446744073709551615 4194304 4196468 140724641772144 139952584170640 139952607969310 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11481088 140724641773531 140724641776305 140724641776305 140724641779663 0
[pid=3000/tid=3109] ppid=2994 vsize=10782748 CPUtime=16.35 cores=0,2,4,6
/proc/3000/task/3109/stat : 3109 (java) R 2994 3000 2911 0 -1 4202560 42137 12452 0 0 1592 35 6 2 20 0 17 0 100690712 11041533952 600262 18446744073709551615 4194304 4196468 140724641772144 139952233831640 139952607726428 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 11481088 140724641773531 140724641776305 140724641776305 140724641779663 0
[pid=3000/tid=3110] ppid=2994 vsize=10782748 CPUtime=16.46 cores=0,2,4,6
/proc/3000/task/3110/stat : 3110 (java) R 2994 3000 2911 0 -1 4202560 36764 12452 0 0 1605 33 6 2 20 0 17 0 100690712 11041533952 600262 18446744073709551615 4194304 4196468 140724641772144 139952232778840 139952607969463 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11481088 140724641773531 140724641776305 140724641776305 140724641779663 0
[pid=3000/tid=3111] ppid=2994 vsize=10782748 CPUtime=16.37 cores=0,2,4,6
/proc/3000/task/3111/stat : 3111 (java) R 2994 3000 2911 0 -1 4202560 54553 12452 0 0 1593 36 6 2 20 0 17 0 100690712 11041533952 600262 18446744073709551615 4194304 4196468 140724641772144 139952231725840 139952604868213 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11481088 140724641773531 140724641776305 140724641776305 140724641779663 0
[pid=3000/tid=3117] ppid=2994 vsize=10782748 CPUtime=5.5 cores=0,2,4,6
/proc/3000/task/3117/stat : 3117 (java) S 2994 3000 2911 0 -1 1077944384 44426 12452 0 0 507 35 6 2 20 0 17 0 100690713 11041533952 600262 18446744073709551615 4194304 4196468 140724641772144 139952186774320 139952623281877 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11481088 140724641773531 140724641776305 140724641776305 140724641779663 0
[pid=3000/tid=3118] ppid=2994 vsize=10782748 CPUtime=0.08 cores=0,2,4,6
/proc/3000/task/3118/stat : 3118 (java) S 2994 3000 2911 0 -1 1077944384 60 12452 0 0 0 0 6 2 20 0 17 0 100690714 11041533952 600262 18446744073709551615 4194304 4196468 140724641772144 139952185721488 139952623282818 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11481088 140724641773531 140724641776305 140724641776305 140724641779663 0
[pid=3000/tid=3119] ppid=2994 vsize=10782748 CPUtime=0.08 cores=0,2,4,6
/proc/3000/task/3119/stat : 3119 (java) S 2994 3000 2911 0 -1 1077944384 49 12452 0 0 0 0 6 2 20 0 17 0 100690714 11041533952 600262 18446744073709551615 4194304 4196468 140724641772144 139952184669056 139952623281877 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11481088 140724641773531 140724641776305 140724641776305 140724641779663 0
[pid=3000/tid=3120] ppid=2994 vsize=10782748 CPUtime=0.08 cores=0,2,4,6
/proc/3000/task/3120/stat : 3120 (java) S 2994 3000 2911 0 -1 1077944384 242 12452 0 0 0 0 6 2 20 0 17 0 100690716 11041533952 600262 18446744073709551615 4194304 4196468 140724641772144 139952183617360 139952623290267 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11481088 140724641773531 140724641776305 140724641776305 140724641779663 0
[pid=3000/tid=3121] ppid=2994 vsize=10782748 CPUtime=8.68 cores=0,2,4,6
/proc/3000/task/3121/stat : 3121 (java) S 2994 3000 2911 0 -1 1077944384 20373 12452 0 0 856 4 6 2 20 0 17 0 100690716 11041533952 600262 18446744073709551615 4194304 4196468 140724641772144 139952182565744 139952623282818 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11481088 140724641773531 140724641776305 140724641776305 140724641779663 0
[pid=3000/tid=3122] ppid=2994 vsize=10782748 CPUtime=8.76 cores=0,2,4,6
/proc/3000/task/3122/stat : 3122 (java) S 2994 3000 2911 0 -1 1077944384 28763 12452 0 0 864 4 6 2 20 0 17 0 100690716 11041533952 600262 18446744073709551615 4194304 4196468 140724641772144 139952181512944 139952623282818 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11481088 140724641773531 140724641776305 140724641776305 140724641779663 0
[pid=3000/tid=3123] ppid=2994 vsize=10782748 CPUtime=2.96 cores=0,2,4,6
/proc/3000/task/3123/stat : 3123 (java) S 2994 3000 2911 0 -1 1077944384 26381 12452 0 0 282 6 6 2 20 0 17 0 100690716 11041533952 600262 18446744073709551615 4194304 4196468 140724641772144 139952113313984 139952623281877 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11481088 140724641773531 140724641776305 140724641776305 140724641779663 0
[pid=3000/tid=3124] ppid=2994 vsize=10782748 CPUtime=0.08 cores=0,2,4,6
/proc/3000/task/3124/stat : 3124 (java) S 2994 3000 2911 0 -1 1077944384 3 12452 0 0 0 0 6 2 20 0 17 0 100690717 11041533952 600262 18446744073709551615 4194304 4196468 140724641772144 139952112261856 139952623281877 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11481088 140724641773531 140724641776305 140724641776305 140724641779663 0
[pid=3000/tid=3126] ppid=2994 vsize=10782748 CPUtime=1.44 cores=0,2,4,6
/proc/3000/task/3126/stat : 3126 (java) S 2994 3000 2911 0 -1 1077944384 2086 12452 0 0 66 70 6 2 20 0 17 0 100690720 11041533952 600262 18446744073709551615 4194304 4196468 140724641772144 139952111209136 139952623282818 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11481088 140724641773531 140724641776305 140724641776305 140724641779663 0
Current children cumulated CPU time (s) 2401.41
Current children cumulated vsize (KiB) 10782748

[startup+2333 s]
/proc/loadavg: 1.53 1.45 1.31 4/218 3323
/proc/meminfo: memFree=27780020/32770624 swapFree=0/337152
[pid=3000] ppid=2994 vsize=10782748 CPUtime=2402.08 cores=0,2,4,6
/proc/3000/stat : 3000 (java) S 2994 3000 2911 0 -1 1077944320 464768 12452 0 0 239900 300 6 2 20 0 17 0 100690689 11041533952 600262 18446744073709551615 4194304 4196468 140724641772144 140724641754688 139952623271671 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 6 0 0 6293624 6294260 11481088 140724641773531 140724641776305 140724641776305 140724641779663 0
/proc/3000/statm: 2695687 600262 3502 1 0 2684301 0
[pid=3000/tid=3107] ppid=2994 vsize=10782748 CPUtime=2309.12 cores=0,2,4,6
/proc/3000/task/3107/stat : 3107 (java) S 2994 3000 2911 0 -1 1077944384 148240 12452 0 0 230838 66 6 2 20 0 17 0 100690711 11041533952 600262 18446744073709551615 4194304 4196468 140724641772144 139952627509376 139952623281877 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 3 0 0 6293624 6294260 11481088 140724641773531 140724641776305 140724641776305 140724641779663 0
[pid=3000/tid=3108] ppid=2994 vsize=10782748 CPUtime=16.52 cores=0,2,4,6
/proc/3000/task/3108/stat : 3108 (java) R 2994 3000 2911 0 -1 4202560 58122 12452 0 0 1606 38 6 2 20 0 17 0 100690712 11041533952 600262 18446744073709551615 4194304 4196468 140724641772144 139952584170840 139952608256967 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 11481088 140724641773531 140724641776305 140724641776305 140724641779663 0
[pid=3000/tid=3109] ppid=2994 vsize=10782748 CPUtime=16.51 cores=0,2,4,6
/proc/3000/task/3109/stat : 3109 (java) R 2994 3000 2911 0 -1 4202560 42137 12452 0 0 1608 35 6 2 20 0 17 0 100690712 11041533952 600262 18446744073709551615 4194304 4196468 140724641772144 139952233831440 139952607969318 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11481088 140724641773531 140724641776305 140724641776305 140724641779663 0
[pid=3000/tid=3110] ppid=2994 vsize=10782748 CPUtime=16.61 cores=0,2,4,6
/proc/3000/task/3110/stat : 3110 (java) R 2994 3000 2911 0 -1 4202560 36793 12452 0 0 1620 33 6 2 20 0 17 0 100690712 11041533952 600262 18446744073709551615 4194304 4196468 140724641772144 139952232778640 139952604868206 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11481088 140724641773531 140724641776305 140724641776305 140724641779663 0
[pid=3000/tid=3111] ppid=2994 vsize=10782748 CPUtime=16.53 cores=0,2,4,6
/proc/3000/task/3111/stat : 3111 (java) R 2994 3000 2911 0 -1 4202560 54580 12452 0 0 1609 36 6 2 20 0 17 0 100690712 11041533952 600262 18446744073709551615 4194304 4196468 140724641772144 139952231725840 139952608256967 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11481088 140724641773531 140724641776305 140724641776305 140724641779663 0
[pid=3000/tid=3117] ppid=2994 vsize=10782748 CPUtime=5.54 cores=0,2,4,6
/proc/3000/task/3117/stat : 3117 (java) S 2994 3000 2911 0 -1 1077944384 44426 12452 0 0 511 35 6 2 20 0 17 0 100690713 11041533952 600262 18446744073709551615 4194304 4196468 140724641772144 139952186774320 139952623281877 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11481088 140724641773531 140724641776305 140724641776305 140724641779663 0
[pid=3000/tid=3118] ppid=2994 vsize=10782748 CPUtime=0.08 cores=0,2,4,6
/proc/3000/task/3118/stat : 3118 (java) S 2994 3000 2911 0 -1 1077944384 60 12452 0 0 0 0 6 2 20 0 17 0 100690714 11041533952 600262 18446744073709551615 4194304 4196468 140724641772144 139952185721584 139952623281877 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11481088 140724641773531 140724641776305 140724641776305 140724641779663 0
[pid=3000/tid=3119] ppid=2994 vsize=10782748 CPUtime=0.08 cores=0,2,4,6
/proc/3000/task/3119/stat : 3119 (java) S 2994 3000 2911 0 -1 1077944384 49 12452 0 0 0 0 6 2 20 0 17 0 100690714 11041533952 600262 18446744073709551615 4194304 4196468 140724641772144 139952184669056 139952623281877 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11481088 140724641773531 140724641776305 140724641776305 140724641779663 0
[pid=3000/tid=3120] ppid=2994 vsize=10782748 CPUtime=0.08 cores=0,2,4,6
/proc/3000/task/3120/stat : 3120 (java) S 2994 3000 2911 0 -1 1077944384 242 12452 0 0 0 0 6 2 20 0 17 0 100690716 11041533952 600262 18446744073709551615 4194304 4196468 140724641772144 139952183617360 139952623290267 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11481088 140724641773531 140724641776305 140724641776305 140724641779663 0
[pid=3000/tid=3121] ppid=2994 vsize=10782748 CPUtime=8.68 cores=0,2,4,6
/proc/3000/task/3121/stat : 3121 (java) S 2994 3000 2911 0 -1 1077944384 20373 12452 0 0 856 4 6 2 20 0 17 0 100690716 11041533952 600262 18446744073709551615 4194304 4196468 140724641772144 139952182565744 139952623282818 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11481088 140724641773531 140724641776305 140724641776305 140724641779663 0
[pid=3000/tid=3122] ppid=2994 vsize=10782748 CPUtime=8.76 cores=0,2,4,6
/proc/3000/task/3122/stat : 3122 (java) S 2994 3000 2911 0 -1 1077944384 28763 12452 0 0 864 4 6 2 20 0 17 0 100690716 11041533952 600262 18446744073709551615 4194304 4196468 140724641772144 139952181512944 139952623282818 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11481088 140724641773531 140724641776305 140724641776305 140724641779663 0
[pid=3000/tid=3123] ppid=2994 vsize=10782748 CPUtime=2.96 cores=0,2,4,6
/proc/3000/task/3123/stat : 3123 (java) S 2994 3000 2911 0 -1 1077944384 26381 12452 0 0 282 6 6 2 20 0 17 0 100690716 11041533952 600262 18446744073709551615 4194304 4196468 140724641772144 139952113313984 139952623281877 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11481088 140724641773531 140724641776305 140724641776305 140724641779663 0
[pid=3000/tid=3124] ppid=2994 vsize=10782748 CPUtime=0.08 cores=0,2,4,6
/proc/3000/task/3124/stat : 3124 (java) S 2994 3000 2911 0 -1 1077944384 3 12452 0 0 0 0 6 2 20 0 17 0 100690717 11041533952 600262 18446744073709551615 4194304 4196468 140724641772144 139952112261856 139952623281877 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11481088 140724641773531 140724641776305 140724641776305 140724641779663 0
[pid=3000/tid=3126] ppid=2994 vsize=10782748 CPUtime=1.44 cores=0,2,4,6
/proc/3000/task/3126/stat : 3126 (java) S 2994 3000 2911 0 -1 1077944384 2086 12452 0 0 66 70 6 2 20 0 17 0 100690720 11041533952 600262 18446744073709551615 4194304 4196468 140724641772144 139952111209136 139952623282818 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11481088 140724641773531 140724641776305 140724641776305 140724641779663 0
Current children cumulated CPU time (s) 2402.08
Current children cumulated vsize (KiB) 10782748

[startup+2333.1 s]
/proc/loadavg: 1.53 1.45 1.31 4/205 3325
/proc/meminfo: memFree=30054084/32770624 swapFree=0/337152
[pid=3000] ppid=2994 vsize=0 CPUtime=2402.35 cores=0,2,4,6
/proc/3000/stat : 3000 (java) Z 2994 3000 2911 0 -1 4228108 465039 12452 0 0 239925 302 6 2 20 0 2 0 100690689 0 0 18446744073709551615 0 0 0 0 0 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 6 0 0 0 0 0 0 0 0 0 0
/proc/3000/statm: 0 0 0 0 0 0 0
[pid=3000/tid=3109] ppid=2994 vsize=0 CPUtime=16.59 cores=0,2,4,6
/proc/3000/task/3109/stat : 3109 (java) R 2994 3000 2911 0 -1 4203588 42153 12452 0 0 1614 37 6 2 20 0 2 0 100690712 0 0 18446744073709551615 0 0 0 0 0 0 4 1 16800974 18446744073709551615 0 0 -1 2 0 0 0 0 0 0 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 2402.35
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 2333.11
CPU time (s): 2402.38
CPU user time (s): 2399.32
CPU system time (s): 3.05823
CPU usage (%): 102.969
Max. virtual memory (cumulated for all children) (KiB): 10782748

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2399.32
system time used= 3.05823
maximum resident set size= 2691528
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 477491
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2760
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 165567
involuntary context switches= 7905

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.2438 second user time and 14.1479 second system time

The end

Launcher Data

Begin job on node132 at 2017-08-06 10:51:53
IDJOB=4244588
IDBENCH=115804
IDSOLVER=2630
FILE ID=node132/4244588-1502010374
RUNJOBID= node132-1502009513-2971
PBS_JOBID= 
Free space on /tmp= 62032 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/Scheduling/Scheduling-os-taillard/Taillard-os-20-20-9.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4244588-1502010374/watcher-4244588-1502010374 -o /tmp/evaluation-result-4244588-1502010374/solver-4244588-1502010374 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node132-1502009513-2971 --watchdog 2560  bin/concrete HOME/instance-4244588-1502010374.xml

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

MD5SUM BENCH= 167976addb93ebd5943ef7570ccdd100
RANDOM SEED=169689416

node132.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.74
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.74
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.74
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.74
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:        31468996 kB
MemAvailable:   31981796 kB
Buffers:          198380 kB
Cached:           614840 kB
SwapCached:            0 kB
Active:           506548 kB
Inactive:         369340 kB
Active(anon):      64124 kB
Inactive(anon):    32632 kB
Active(file):     442424 kB
Inactive(file):   336708 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             48672 kB
Writeback:            36 kB
AnonPages:         63004 kB
Mapped:            48068 kB
Shmem:             33472 kB
Slab:             125932 kB
SReclaimable:      99668 kB
SUnreclaim:        26264 kB
KernelStack:        3312 kB
PageTables:         5580 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     341972 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      8192 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 61984 MiB
End job on node132 at 2017-08-06 11:30:47