Trace number 4244693

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) 2400.6799 2348.1599

General information on the benchmark

NameScheduling/Scheduling-os-taillard/
Taillard-os-10-10-2.xml
MD5SUMb5461c8e5264bee8206ce4144564b5f2
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark617
Best CPU time to get the best result obtained on this benchmark2400.02
Satisfiable
(Un)Satisfiability was proved
Number of variables410
Number of constraints330
Number of domains12
Minimum domain size9
Maximum domain size717
Distribution of domain sizes[{"size":9,"count":40},{"size":10,"count":160},{"size":717,"count":210}]
Minimum variable degree2
Maximum variable degree11
Distribution of variable degrees[{"degree":2,"count":110},{"degree":3,"count":200},{"degree":11,"count":100}]
Minimum constraint arity1
Maximum constraint arity12
Distribution of constraint arities[{"arity":1,"count":10},{"arity":2,"count":100},{"arity":3,"count":100},{"arity":10,"count":20},{"arity":12,"count":100}]
Number of extensional constraints100
Number of intensional constraints110
Distribution of constraint types[{"type":"extension","count":100},{"type":"intension","count":110},{"type":"allDifferent","count":10},{"type":"noOverlap","count":10},{"type":"element","count":100}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

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

pid=14434
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: 1.41 1.36 1.37 2/199 14437
/proc/meminfo: memFree=30394172/32770624 swapFree=0/431212
[pid=14437] ppid=14434 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/14437/stat : 14437 (runsolver) D 14434 14437 25139 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 56245253 24240128 107 18446744073709551615 4194304 4338465 140737247376160 140737247373800 139919330853591 0 0 1 24578 18446744071580418449 0 0 17 4 0 0 0 0 0 6438912 6441760 36515840 140737247379664 140737247380041 140737247380041 140737247383498 0
/proc/14437/statm: 5918 107 54 36 0 2156 0

[startup+0.100037 s]
/proc/loadavg: 1.41 1.36 1.37 2/199 14437
/proc/meminfo: memFree=30394172/32770624 swapFree=0/431212
[pid=14437] ppid=14434 vsize=9508 CPUtime=0 cores=0,2,4,6
/proc/14437/stat : 14437 (bash) S 14434 14437 25139 0 -1 4202496 680 1543 0 0 0 0 0 0 20 0 1 0 56245253 9736192 352 18446744073709551615 4194304 5098028 140732757272720 140732757270360 140632450608128 0 0 5 65536 18446744071580971376 0 0 17 0 0 0 8 0 0 7196144 7232144 8433664 140732757279252 140732757279337 140732757279337 140732757282794 0
/proc/14437/statm: 2377 352 279 221 0 86 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9508

[startup+0.200236 s]
/proc/loadavg: 1.41 1.36 1.37 2/199 14437
/proc/meminfo: memFree=30394172/32770624 swapFree=0/431212
[pid=14437] ppid=14434 vsize=9640 CPUtime=0.01 cores=0,2,4,6
/proc/14437/stat : 14437 (bash) S 14434 14437 25139 0 -1 4202496 888 6445 0 0 0 0 0 1 20 0 1 0 56245253 9871360 373 18446744073709551615 4194304 5098028 140732757272720 140732757266728 140632450608128 0 0 5 65536 18446744071580971376 0 0 17 0 0 0 8 0 0 7196144 7232144 8433664 140732757279252 140732757279337 140732757279337 140732757282794 0
/proc/14437/statm: 2410 373 292 221 0 119 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9640

[startup+0.300318 s]
/proc/loadavg: 1.41 1.36 1.37 2/199 14437
/proc/meminfo: memFree=30394172/32770624 swapFree=0/431212
[pid=14437] ppid=14434 vsize=10485316 CPUtime=0.13 cores=0,2,4,6
/proc/14437/stat : 14437 (java) S 14434 14437 25139 0 -1 1077944320 5492 12434 0 0 5 1 5 2 20 0 14 0 56245253 10736963584 5674 18446744073709551615 4194304 4196468 140721251386944 140721251369488 140471992745719 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 30867456 140721251395547 140721251398321 140721251398321 140721251401679 0
/proc/14437/statm: 2621329 5674 2568 1 0 2610826 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 10485316

[startup+0.701895 s]
/proc/loadavg: 1.41 1.36 1.37 2/199 14437
/proc/meminfo: memFree=30394172/32770624 swapFree=0/431212
[pid=14437] ppid=14434 vsize=10552792 CPUtime=0.66 cores=0,2,4,6
/proc/14437/stat : 14437 (java) S 14434 14437 25139 0 -1 1077944320 13747 12434 0 0 55 4 5 2 20 0 15 0 56245253 10806059008 14646 18446744073709551615 4194304 4196468 140721251386944 140721251369488 140471992745719 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 30867456 140721251395547 140721251398321 140721251398321 140721251401679 0
/proc/14437/statm: 2638198 14646 3117 1 0 2627467 0
Current children cumulated CPU time (s) 0.66
Current children cumulated vsize (KiB) 10552792

[startup+1.50495 s]
/proc/loadavg: 1.41 1.36 1.37 3/214 14500
/proc/meminfo: memFree=30299636/32770624 swapFree=0/431268
[pid=14437] ppid=14434 vsize=10563416 CPUtime=1.86 cores=0,2,4,6
/proc/14437/stat : 14437 (java) S 14434 14437 25139 0 -1 1077944320 28323 12434 0 0 170 9 5 2 20 0 15 0 56245253 10816937984 38574 18446744073709551615 4194304 4196468 140721251386944 140721251369488 140471992745719 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 30867456 140721251395547 140721251398321 140721251398321 140721251401679 0
/proc/14437/statm: 2640854 38574 3355 1 0 2630027 0
[pid=14437/tid=14487] ppid=14434 vsize=10563416 CPUtime=1.29 cores=0,2,4,6
/proc/14437/task/14487/stat : 14487 (java) S 14434 14437 25139 0 -1 1077944384 22691 12434 0 0 115 7 5 2 20 0 15 0 56245275 10816937984 38574 18446744073709551615 4194304 4196468 140721251386944 140471996967776 140471992755925 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 4 0 0 6293624 6294260 30867456 140721251395547 140721251398321 140721251398321 140721251401679 0
[pid=14437/tid=14488] ppid=14434 vsize=10563416 CPUtime=0.07 cores=0,2,4,6
/proc/14437/task/14488/stat : 14488 (java) R 14434 14437 25139 0 -1 4202560 19 12434 0 0 0 0 5 2 20 0 15 0 56245276 10816937984 38574 18446744073709551615 4194304 4196468 140721251386944 140471603878416 140471977443353 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30867456 140721251395547 140721251398321 140721251398321 140721251401679 0
[pid=14437/tid=14489] ppid=14434 vsize=10563416 CPUtime=0.07 cores=0,2,4,6
/proc/14437/task/14489/stat : 14489 (java) R 14434 14437 25139 0 -1 1077944384 163 12434 0 0 0 0 5 2 20 0 15 0 56245276 10816937984 38574 18446744073709551615 4194304 4196468 140721251386944 140471602825872 140471992755925 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30867456 140721251395547 140721251398321 140721251398321 140721251401679 0
[pid=14437/tid=14490] ppid=14434 vsize=10563416 CPUtime=0.07 cores=0,2,4,6
/proc/14437/task/14490/stat : 14490 (java) R 14434 14437 25139 0 -1 4202560 39 12434 0 0 0 0 5 2 20 0 15 0 56245276 10816937984 38574 18446744073709551615 4194304 4196468 140721251386944 140471601772816 140471977443353 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30867456 140721251395547 140721251398321 140721251398321 140721251401679 0
[pid=14437/tid=14491] ppid=14434 vsize=10563416 CPUtime=0.07 cores=0,2,4,6
/proc/14437/task/14491/stat : 14491 (java) R 14434 14437 25139 0 -1 4202560 44 12434 0 0 0 0 5 2 20 0 15 0 56245276 10816937984 38574 18446744073709551615 4194304 4196468 140721251386944 140471600720272 140471977443353 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30867456 140721251395547 140721251398321 140721251398321 140721251401679 0
[pid=14437/tid=14492] ppid=14434 vsize=10563416 CPUtime=0.07 cores=0,2,4,6
/proc/14437/task/14492/stat : 14492 (java) S 14434 14437 25139 0 -1 1077944384 60 12434 0 0 0 0 5 2 20 0 15 0 56245277 10816937984 38574 18446744073709551615 4194304 4196468 140721251386944 140471556277312 140471992755925 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30867456 140721251395547 140721251398321 140721251398321 140721251401679 0
[pid=14437/tid=14493] ppid=14434 vsize=10563416 CPUtime=0.07 cores=0,2,4,6
/proc/14437/task/14493/stat : 14493 (java) S 14434 14437 25139 0 -1 1077944384 33 12434 0 0 0 0 5 2 20 0 15 0 56245278 10816937984 38574 18446744073709551615 4194304 4196468 140721251386944 140471555225248 140471992755925 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30867456 140721251395547 140721251398321 140721251398321 140721251401679 0
[pid=14437/tid=14494] ppid=14434 vsize=10563416 CPUtime=0.07 cores=0,2,4,6
/proc/14437/task/14494/stat : 14494 (java) S 14434 14437 25139 0 -1 1077944384 21 12434 0 0 0 0 5 2 20 0 15 0 56245278 10816937984 38574 18446744073709551615 4194304 4196468 140721251386944 140471554172144 140471992755925 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30867456 140721251395547 140721251398321 140721251398321 140721251401679 0
[pid=14437/tid=14495] ppid=14434 vsize=10563416 CPUtime=0.07 cores=0,2,4,6
/proc/14437/task/14495/stat : 14495 (java) S 14434 14437 25139 0 -1 1077944384 3 12434 0 0 0 0 5 2 20 0 15 0 56245281 10816937984 38574 18446744073709551615 4194304 4196468 140721251386944 140471553120720 140471992764315 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30867456 140721251395547 140721251398321 140721251398321 140721251401679 0
[pid=14437/tid=14496] ppid=14434 vsize=10563416 CPUtime=0.25 cores=0,2,4,6
/proc/14437/task/14496/stat : 14496 (java) S 14434 14437 25139 0 -1 1077944384 1105 12434 0 0 18 0 5 2 20 0 15 0 56245281 10816937984 38574 18446744073709551615 4194304 4196468 140721251386944 140471552067824 140471992756866 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30867456 140721251395547 140721251398321 140721251398321 140721251401679 0
[pid=14437/tid=14497] ppid=14434 vsize=10563416 CPUtime=0.19 cores=0,2,4,6
/proc/14437/task/14497/stat : 14497 (java) S 14434 14437 25139 0 -1 1077944384 612 12434 0 0 12 0 5 2 20 0 15 0 56245281 10816937984 38574 18446744073709551615 4194304 4196468 140721251386944 140471551015040 140471992755925 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30867456 140721251395547 140721251398321 140721251398321 140721251401679 0
[pid=14437/tid=14498] ppid=14434 vsize=10563416 CPUtime=0.3 cores=0,2,4,6
/proc/14437/task/14498/stat : 14498 (java) S 14434 14437 25139 0 -1 1077944384 1384 12434 0 0 23 0 5 2 20 0 15 0 56245281 10816937984 38574 18446744073709551615 4194304 4196468 140721251386944 140471549958880 140471992755925 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30867456 140721251395547 140721251398321 140721251398321 140721251401679 0
[pid=14437/tid=14499] ppid=14434 vsize=10563416 CPUtime=0.07 cores=0,2,4,6
/proc/14437/task/14499/stat : 14499 (java) S 14434 14437 25139 0 -1 1077944384 3 12434 0 0 0 0 5 2 20 0 15 0 56245281 10816937984 38574 18446744073709551615 4194304 4196468 140721251386944 140471548909920 140471992755925 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30867456 140721251395547 140721251398321 140721251398321 140721251401679 0
[pid=14437/tid=14500] ppid=14434 vsize=10563416 CPUtime=0.07 cores=0,2,4,6
/proc/14437/task/14500/stat : 14500 (java) S 14434 14437 25139 0 -1 1077944384 10 12434 0 0 0 0 5 2 20 0 15 0 56245285 10816937984 38574 18446744073709551615 4194304 4196468 140721251386944 140471547857968 140471992756866 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30867456 140721251395547 140721251398321 140721251398321 140721251401679 0
Current children cumulated CPU time (s) 1.86
Current children cumulated vsize (KiB) 10563416

[startup+3.10062 s]
/proc/loadavg: 1.41 1.36 1.37 4/214 14500
/proc/meminfo: memFree=30218776/32770624 swapFree=0/431268
[pid=14437] ppid=14434 vsize=10575892 CPUtime=5.44 cores=0,2,4,6
/proc/14437/stat : 14437 (java) S 14434 14437 25139 0 -1 1077944320 49307 12434 0 0 523 14 5 2 20 0 15 0 56245253 10829713408 55727 18446744073709551615 4194304 4196468 140721251386944 140721251369488 140471992745719 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 30867456 140721251395547 140721251398321 140721251398321 140721251401679 0
/proc/14437/statm: 2643973 55727 3453 1 0 2632587 0
[pid=14437/tid=14487] ppid=14434 vsize=10575892 CPUtime=2.84 cores=0,2,4,6
/proc/14437/task/14487/stat : 14487 (java) R 14434 14437 25139 0 -1 4202560 35907 12434 0 0 268 9 5 2 20 0 15 0 56245275 10829713408 55727 18446744073709551615 4194304 4196468 140721251386944 140471996974336 140471622810176 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 30867456 140721251395547 140721251398321 140721251398321 140721251401679 0
[pid=14437/tid=14488] ppid=14434 vsize=10575892 CPUtime=0.08 cores=0,2,4,6
/proc/14437/task/14488/stat : 14488 (java) S 14434 14437 25139 0 -1 1077944384 35 12434 0 0 1 0 5 2 20 0 15 0 56245276 10829713408 55727 18446744073709551615 4194304 4196468 140721251386944 140471603878416 140471992755925 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30867456 140721251395547 140721251398321 140721251398321 140721251401679 0
[pid=14437/tid=14489] ppid=14434 vsize=10575892 CPUtime=0.08 cores=0,2,4,6
/proc/14437/task/14489/stat : 14489 (java) S 14434 14437 25139 0 -1 1077944384 171 12434 0 0 1 0 5 2 20 0 15 0 56245276 10829713408 55727 18446744073709551615 4194304 4196468 140721251386944 140471602825872 140471992755925 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30867456 140721251395547 140721251398321 140721251398321 140721251401679 0
[pid=14437/tid=14490] ppid=14434 vsize=10575892 CPUtime=0.08 cores=0,2,4,6
/proc/14437/task/14490/stat : 14490 (java) S 14434 14437 25139 0 -1 1077944384 46 12434 0 0 1 0 5 2 20 0 15 0 56245276 10829713408 55727 18446744073709551615 4194304 4196468 140721251386944 140471601772816 140471992755925 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30867456 140721251395547 140721251398321 140721251398321 140721251401679 0
[pid=14437/tid=14491] ppid=14434 vsize=10575892 CPUtime=0.08 cores=0,2,4,6
/proc/14437/task/14491/stat : 14491 (java) S 14434 14437 25139 0 -1 1077944384 66 12434 0 0 1 0 5 2 20 0 15 0 56245276 10829713408 55727 18446744073709551615 4194304 4196468 140721251386944 140471600720272 140471992755925 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30867456 140721251395547 140721251398321 140721251398321 140721251401679 0
[pid=14437/tid=14492] ppid=14434 vsize=10575892 CPUtime=0.08 cores=0,2,4,6
/proc/14437/task/14492/stat : 14492 (java) S 14434 14437 25139 0 -1 1077944384 1526 12434 0 0 1 0 5 2 20 0 15 0 56245277 10829713408 55727 18446744073709551615 4194304 4196468 140721251386944 140471556279024 140471992756866 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30867456 140721251395547 140721251398321 140721251398321 140721251401679 0
[pid=14437/tid=14493] ppid=14434 vsize=10575892 CPUtime=0.07 cores=0,2,4,6
/proc/14437/task/14493/stat : 14493 (java) S 14434 14437 25139 0 -1 1077944384 55 12434 0 0 0 0 5 2 20 0 15 0 56245278 10829713408 55727 18446744073709551615 4194304 4196468 140721251386944 140471555225312 140471992755925 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30867456 140721251395547 140721251398321 140721251398321 140721251401679 0
[pid=14437/tid=14494] ppid=14434 vsize=10575892 CPUtime=0.07 cores=0,2,4,6
/proc/14437/task/14494/stat : 14494 (java) S 14434 14437 25139 0 -1 1077944384 43 12434 0 0 0 0 5 2 20 0 15 0 56245278 10829713408 55727 18446744073709551615 4194304 4196468 140721251386944 140471554172160 140471992755925 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30867456 140721251395547 140721251398321 140721251398321 140721251401679 0
[pid=14437/tid=14495] ppid=14434 vsize=10575892 CPUtime=0.07 cores=0,2,4,6
/proc/14437/task/14495/stat : 14495 (java) S 14434 14437 25139 0 -1 1077944384 3 12434 0 0 0 0 5 2 20 0 15 0 56245281 10829713408 55727 18446744073709551615 4194304 4196468 140721251386944 140471553120720 140471992764315 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30867456 140721251395547 140721251398321 140721251398321 140721251401679 0
[pid=14437/tid=14496] ppid=14434 vsize=10575892 CPUtime=0.73 cores=0,2,4,6
/proc/14437/task/14496/stat : 14496 (java) S 14434 14437 25139 0 -1 1077944384 2023 12434 0 0 66 0 5 2 20 0 15 0 56245281 10829713408 55727 18446744073709551615 4194304 4196468 140721251386944 140471552067824 140471992756866 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30867456 140721251395547 140721251398321 140721251398321 140721251401679 0
[pid=14437/tid=14497] ppid=14434 vsize=10575892 CPUtime=0.92 cores=0,2,4,6
/proc/14437/task/14497/stat : 14497 (java) R 14434 14437 25139 0 -1 1077944384 3620 12434 0 0 84 1 5 2 20 0 15 0 56245281 10829713408 55727 18446744073709551615 4194304 4196468 140721251386944 140471551015280 140471992756866 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30867456 140721251395547 140721251398321 140721251398321 140721251401679 0
[pid=14437/tid=14498] ppid=14434 vsize=10575892 CPUtime=1.04 cores=0,2,4,6
/proc/14437/task/14498/stat : 14498 (java) R 14434 14437 25139 0 -1 4202560 3663 12434 0 0 96 1 5 2 20 0 15 0 56245281 10829713408 55727 18446744073709551615 4194304 4196468 140721251386944 140471549962224 140471985845566 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30867456 140721251395547 140721251398321 140721251398321 140721251401679 0
[pid=14437/tid=14499] ppid=14434 vsize=10575892 CPUtime=0.07 cores=0,2,4,6
/proc/14437/task/14499/stat : 14499 (java) S 14434 14437 25139 0 -1 1077944384 3 12434 0 0 0 0 5 2 20 0 15 0 56245281 10829713408 55727 18446744073709551615 4194304 4196468 140721251386944 140471548909920 140471992755925 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30867456 140721251395547 140721251398321 140721251398321 140721251401679 0
[pid=14437/tid=14500] ppid=14434 vsize=10575892 CPUtime=0.07 cores=0,2,4,6
/proc/14437/task/14500/stat : 14500 (java) S 14434 14437 25139 0 -1 1077944384 11 12434 0 0 0 0 5 2 20 0 15 0 56245285 10829713408 55727 18446744073709551615 4194304 4196468 140721251386944 140471547857968 140471992756866 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30867456 140721251395547 140721251398321 140721251398321 140721251401679 0
Current children cumulated CPU time (s) 5.44
Current children cumulated vsize (KiB) 10575892

[startup+6.30066 s]
/proc/loadavg: 1.46 1.37 1.37 6/214 14500
/proc/meminfo: memFree=30028824/32770624 swapFree=0/431264
[pid=14437] ppid=14434 vsize=10649620 CPUtime=15.31 cores=0,2,4,6
/proc/14437/stat : 14437 (java) S 14434 14437 25139 0 -1 1077944320 75319 12434 0 0 1502 22 5 2 20 0 15 0 56245253 10905210880 98739 18446744073709551615 4194304 4196468 140721251386944 140721251369488 140471992745719 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 30867456 140721251395547 140721251398321 140721251398321 140721251401679 0
/proc/14437/statm: 2662405 98739 3483 1 0 2651019 0
[pid=14437/tid=14487] ppid=14434 vsize=10649620 CPUtime=5.95 cores=0,2,4,6
/proc/14437/task/14487/stat : 14487 (java) R 14434 14437 25139 0 -1 4202560 46010 12434 0 0 576 12 5 2 20 0 15 0 56245275 10905210880 98739 18446744073709551615 4194304 4196468 140721251386944 140471996977112 140471638569509 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 30867456 140721251395547 140721251398321 140721251398321 140721251401679 0
[pid=14437/tid=14488] ppid=14434 vsize=10649620 CPUtime=0.11 cores=0,2,4,6
/proc/14437/task/14488/stat : 14488 (java) S 14434 14437 25139 0 -1 1077944384 899 12434 0 0 4 0 5 2 20 0 15 0 56245276 10905210880 98739 18446744073709551615 4194304 4196468 140721251386944 140471603878416 140471992755925 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30867456 140721251395547 140721251398321 140721251398321 140721251401679 0
[pid=14437/tid=14489] ppid=14434 vsize=10649620 CPUtime=0.12 cores=0,2,4,6
/proc/14437/task/14489/stat : 14489 (java) S 14434 14437 25139 0 -1 1077944384 257 12434 0 0 5 0 5 2 20 0 15 0 56245276 10905210880 98739 18446744073709551615 4194304 4196468 140721251386944 140471602825872 140471992755925 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30867456 140721251395547 140721251398321 140721251398321 140721251401679 0
[pid=14437/tid=14490] ppid=14434 vsize=10649620 CPUtime=0.12 cores=0,2,4,6
/proc/14437/task/14490/stat : 14490 (java) S 14434 14437 25139 0 -1 1077944384 181 12434 0 0 5 0 5 2 20 0 15 0 56245276 10905210880 98739 18446744073709551615 4194304 4196468 140721251386944 140471601772816 140471992755925 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30867456 140721251395547 140721251398321 140721251398321 140721251401679 0
[pid=14437/tid=14491] ppid=14434 vsize=10649620 CPUtime=0.12 cores=0,2,4,6
/proc/14437/task/14491/stat : 14491 (java) S 14434 14437 25139 0 -1 1077944384 121 12434 0 0 5 0 5 2 20 0 15 0 56245276 10905210880 98739 18446744073709551615 4194304 4196468 140721251386944 140471600720272 140471992755925 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30867456 140721251395547 140721251398321 140721251398321 140721251401679 0
[pid=14437/tid=14492] ppid=14434 vsize=10649620 CPUtime=0.11 cores=0,2,4,6
/proc/14437/task/14492/stat : 14492 (java) S 14434 14437 25139 0 -1 1077944384 2301 12434 0 0 4 0 5 2 20 0 15 0 56245277 10905210880 98739 18446744073709551615 4194304 4196468 140721251386944 140471556279024 140471992756866 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30867456 140721251395547 140721251398321 140721251398321 140721251401679 0
[pid=14437/tid=14493] ppid=14434 vsize=10649620 CPUtime=0.07 cores=0,2,4,6
/proc/14437/task/14493/stat : 14493 (java) S 14434 14437 25139 0 -1 1077944384 55 12434 0 0 0 0 5 2 20 0 15 0 56245278 10905210880 98739 18446744073709551615 4194304 4196468 140721251386944 140471555225312 140471992755925 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30867456 140721251395547 140721251398321 140721251398321 140721251401679 0
[pid=14437/tid=14494] ppid=14434 vsize=10649620 CPUtime=0.07 cores=0,2,4,6
/proc/14437/task/14494/stat : 14494 (java) S 14434 14437 25139 0 -1 1077944384 43 12434 0 0 0 0 5 2 20 0 15 0 56245278 10905210880 98739 18446744073709551615 4194304 4196468 140721251386944 140471554172160 140471992755925 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30867456 140721251395547 140721251398321 140721251398321 140721251401679 0
[pid=14437/tid=14495] ppid=14434 vsize=10649620 CPUtime=0.07 cores=0,2,4,6
/proc/14437/task/14495/stat : 14495 (java) S 14434 14437 25139 0 -1 1077944384 3 12434 0 0 0 0 5 2 20 0 15 0 56245281 10905210880 98739 18446744073709551615 4194304 4196468 140721251386944 140471553120720 140471992764315 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30867456 140721251395547 140721251398321 140721251398321 140721251401679 0
[pid=14437/tid=14496] ppid=14434 vsize=10649620 CPUtime=3.51 cores=0,2,4,6
/proc/14437/task/14496/stat : 14496 (java) R 14434 14437 25139 0 -1 4202560 9165 12434 0 0 343 1 5 2 20 0 15 0 56245281 10905210880 98739 18446744073709551615 4194304 4196468 140721251386944 140471552053984 140471974271246 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30867456 140721251395547 140721251398321 140721251398321 140721251401679 0
[pid=14437/tid=14497] ppid=14434 vsize=10649620 CPUtime=3.46 cores=0,2,4,6
/proc/14437/task/14497/stat : 14497 (java) R 14434 14437 25139 0 -1 4202560 7108 12434 0 0 337 2 5 2 20 0 15 0 56245281 10905210880 98739 18446744073709551615 4194304 4196468 140721251386944 140471550993920 140471976130319 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30867456 140721251395547 140721251398321 140721251398321 140721251401679 0
[pid=14437/tid=14498] ppid=14434 vsize=10649620 CPUtime=2.26 cores=0,2,4,6
/proc/14437/task/14498/stat : 14498 (java) S 14434 14437 25139 0 -1 1077944384 7023 12434 0 0 217 2 5 2 20 0 15 0 56245281 10905210880 98739 18446744073709551615 4194304 4196468 140721251386944 140471549962224 140471992756866 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30867456 140721251395547 140721251398321 140721251398321 140721251401679 0
[pid=14437/tid=14499] ppid=14434 vsize=10649620 CPUtime=0.07 cores=0,2,4,6
/proc/14437/task/14499/stat : 14499 (java) S 14434 14437 25139 0 -1 1077944384 3 12434 0 0 0 0 5 2 20 0 15 0 56245281 10905210880 98739 18446744073709551615 4194304 4196468 140721251386944 140471548909920 140471992755925 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30867456 140721251395547 140721251398321 140721251398321 140721251401679 0
[pid=14437/tid=14500] ppid=14434 vsize=10649620 CPUtime=0.07 cores=0,2,4,6
/proc/14437/task/14500/stat : 14500 (java) S 14434 14437 25139 0 -1 1077944384 14 12434 0 0 0 0 5 2 20 0 15 0 56245285 10905210880 98739 18446744073709551615 4194304 4196468 140721251386944 140471547857968 140471992756866 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30867456 140721251395547 140721251398321 140721251398321 140721251401679 0
Current children cumulated CPU time (s) 15.31
Current children cumulated vsize (KiB) 10649620

[startup+12.7007 s]
/proc/loadavg: 1.50 1.39 1.37 3/214 14500
/proc/meminfo: memFree=29625604/32770624 swapFree=0/431264
[pid=14437] ppid=14434 vsize=10649620 CPUtime=23.98 cores=0,2,4,6
/proc/14437/stat : 14437 (java) S 14434 14437 25139 0 -1 1077944320 83422 12434 0 0 2355 36 5 2 20 0 15 0 56245253 10905210880 200695 18446744073709551615 4194304 4196468 140721251386944 140721251369488 140471992745719 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 30867456 140721251395547 140721251398321 140721251398321 140721251401679 0
/proc/14437/statm: 2662405 200695 3489 1 0 2651019 0
[pid=14437/tid=14487] ppid=14434 vsize=10649620 CPUtime=12.25 cores=0,2,4,6
/proc/14437/task/14487/stat : 14487 (java) R 14434 14437 25139 0 -1 4202560 47630 12434 0 0 1201 17 5 2 20 0 15 0 56245275 10905210880 200695 18446744073709551615 4194304 4196468 140721251386944 140471996979872 140471641443210 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 30867456 140721251395547 140721251398321 140721251398321 140721251401679 0
[pid=14437/tid=14488] ppid=14434 vsize=10649620 CPUtime=0.19 cores=0,2,4,6
/proc/14437/task/14488/stat : 14488 (java) S 14434 14437 25139 0 -1 1077944384 1429 12434 0 0 9 3 5 2 20 0 15 0 56245276 10905210880 200695 18446744073709551615 4194304 4196468 140721251386944 140471603878416 140471992755925 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30867456 140721251395547 140721251398321 140721251398321 140721251401679 0
[pid=14437/tid=14489] ppid=14434 vsize=10649620 CPUtime=0.19 cores=0,2,4,6
/proc/14437/task/14489/stat : 14489 (java) S 14434 14437 25139 0 -1 1077944384 310 12434 0 0 10 2 5 2 20 0 15 0 56245276 10905210880 200695 18446744073709551615 4194304 4196468 140721251386944 140471602825872 140471992755925 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30867456 140721251395547 140721251398321 140721251398321 140721251401679 0
[pid=14437/tid=14490] ppid=14434 vsize=10649620 CPUtime=0.2 cores=0,2,4,6
/proc/14437/task/14490/stat : 14490 (java) S 14434 14437 25139 0 -1 1077944384 295 12434 0 0 10 3 5 2 20 0 15 0 56245276 10905210880 200695 18446744073709551615 4194304 4196468 140721251386944 140471601772816 140471992755925 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30867456 140721251395547 140721251398321 140721251398321 140721251401679 0
[pid=14437/tid=14491] ppid=14434 vsize=10649620 CPUtime=0.19 cores=0,2,4,6
/proc/14437/task/14491/stat : 14491 (java) S 14434 14437 25139 0 -1 1077944384 839 12434 0 0 10 2 5 2 20 0 15 0 56245276 10905210880 200695 18446744073709551615 4194304 4196468 140721251386944 140471600720272 140471992755925 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30867456 140721251395547 140721251398321 140721251398321 140721251401679 0
[pid=14437/tid=14492] ppid=14434 vsize=10649620 CPUtime=0.12 cores=0,2,4,6
/proc/14437/task/14492/stat : 14492 (java) S 14434 14437 25139 0 -1 1077944384 2780 12434 0 0 5 0 5 2 20 0 15 0 56245277 10905210880 200695 18446744073709551615 4194304 4196468 140721251386944 140471556279024 140471992756866 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30867456 140721251395547 140721251398321 140721251398321 140721251401679 0
[pid=14437/tid=14493] ppid=14434 vsize=10649620 CPUtime=0.07 cores=0,2,4,6
/proc/14437/task/14493/stat : 14493 (java) S 14434 14437 25139 0 -1 1077944384 55 12434 0 0 0 0 5 2 20 0 15 0 56245278 10905210880 200695 18446744073709551615 4194304 4196468 140721251386944 140471555225312 140471992755925 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30867456 140721251395547 140721251398321 140721251398321 140721251401679 0
[pid=14437/tid=14494] ppid=14434 vsize=10649620 CPUtime=0.07 cores=0,2,4,6
/proc/14437/task/14494/stat : 14494 (java) S 14434 14437 25139 0 -1 1077944384 43 12434 0 0 0 0 5 2 20 0 15 0 56245278 10905210880 200695 18446744073709551615 4194304 4196468 140721251386944 140471554172160 140471992755925 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30867456 140721251395547 140721251398321 140721251398321 140721251401679 0
[pid=14437/tid=14495] ppid=14434 vsize=10649620 CPUtime=0.07 cores=0,2,4,6
/proc/14437/task/14495/stat : 14495 (java) S 14434 14437 25139 0 -1 1077944384 3 12434 0 0 0 0 5 2 20 0 15 0 56245281 10905210880 200695 18446744073709551615 4194304 4196468 140721251386944 140471553120720 140471992764315 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30867456 140721251395547 140721251398321 140721251398321 140721251401679 0

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

/proc/14437/task/14499/stat : 14499 (java) S 14434 14437 25139 0 -1 1077944384 3 12434 0 0 0 0 5 2 20 0 15 0 56245281 10905210880 360139 18446744073709551615 4194304 4196468 140721251386944 140471548909920 140471992755925 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30867456 140721251395547 140721251398321 140721251398321 140721251401679 0
[pid=14437/tid=14500] ppid=14434 vsize=10649620 CPUtime=1.44 cores=0,2,4,6
/proc/14437/task/14500/stat : 14500 (java) S 14434 14437 25139 0 -1 1077944384 1110 12434 0 0 65 72 5 2 20 0 15 0 56245285 10905210880 360139 18446744073709551615 4194304 4196468 140721251386944 140471547857968 140471992756866 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30867456 140721251395547 140721251398321 140721251398321 140721251401679 0
Current children cumulated CPU time (s) 2312.83
Current children cumulated vsize (KiB) 10649620

[startup+2322.3 s]
/proc/loadavg: 1.40 1.43 1.39 3/213 14793
/proc/meminfo: memFree=29078672/32770624 swapFree=0/432008
[pid=14437] ppid=14434 vsize=10649620 CPUtime=2373.92 cores=0,2,4,6
/proc/14437/stat : 14437 (java) S 14434 14437 25139 0 -1 1077944320 279183 12434 0 0 237027 358 5 2 20 0 15 0 56245253 10905210880 360651 18446744073709551615 4194304 4196468 140721251386944 140721251369488 140471992745719 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 30867456 140721251395547 140721251398321 140721251398321 140721251401679 0
/proc/14437/statm: 2662405 360651 3491 1 0 2651019 0
[pid=14437/tid=14487] ppid=14434 vsize=10649620 CPUtime=2296.89 cores=0,2,4,6
/proc/14437/task/14487/stat : 14487 (java) R 14434 14437 25139 0 -1 4202560 102362 12434 0 0 229627 55 5 2 20 0 15 0 56245275 10905210880 360651 18446744073709551615 4194304 4196468 140721251386944 140471996979392 140471620870513 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 30867456 140721251395547 140721251398321 140721251398321 140721251401679 0
[pid=14437/tid=14488] ppid=14434 vsize=10649620 CPUtime=13.57 cores=0,2,4,6
/proc/14437/task/14488/stat : 14488 (java) S 14434 14437 25139 0 -1 1077944384 23718 12434 0 0 1297 53 5 2 20 0 15 0 56245276 10905210880 360651 18446744073709551615 4194304 4196468 140721251386944 140471603878416 140471992755925 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30867456 140721251395547 140721251398321 140721251398321 140721251401679 0
[pid=14437/tid=14489] ppid=14434 vsize=10649620 CPUtime=13.54 cores=0,2,4,6
/proc/14437/task/14489/stat : 14489 (java) S 14434 14437 25139 0 -1 1077944384 22141 12434 0 0 1295 52 5 2 20 0 15 0 56245276 10905210880 360651 18446744073709551615 4194304 4196468 140721251386944 140471602825872 140471992755925 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30867456 140721251395547 140721251398321 140721251398321 140721251401679 0
[pid=14437/tid=14490] ppid=14434 vsize=10649620 CPUtime=13.57 cores=0,2,4,6
/proc/14437/task/14490/stat : 14490 (java) S 14434 14437 25139 0 -1 1077944384 21064 12434 0 0 1295 55 5 2 20 0 15 0 56245276 10905210880 360651 18446744073709551615 4194304 4196468 140721251386944 140471601772816 140471992755925 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30867456 140721251395547 140721251398321 140721251398321 140721251401679 0
[pid=14437/tid=14491] ppid=14434 vsize=10649620 CPUtime=13.58 cores=0,2,4,6
/proc/14437/task/14491/stat : 14491 (java) S 14434 14437 25139 0 -1 1077944384 18867 12434 0 0 1296 55 5 2 20 0 15 0 56245276 10905210880 360651 18446744073709551615 4194304 4196468 140721251386944 140471600720272 140471992755925 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30867456 140721251395547 140721251398321 140721251398321 140721251401679 0
[pid=14437/tid=14492] ppid=14434 vsize=10649620 CPUtime=9.38 cores=0,2,4,6
/proc/14437/task/14492/stat : 14492 (java) S 14434 14437 25139 0 -1 1077944384 20054 12434 0 0 874 57 5 2 20 0 15 0 56245277 10905210880 360651 18446744073709551615 4194304 4196468 140721251386944 140471556279024 140471992756866 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30867456 140721251395547 140721251398321 140721251398321 140721251401679 0
[pid=14437/tid=14493] ppid=14434 vsize=10649620 CPUtime=0.07 cores=0,2,4,6
/proc/14437/task/14493/stat : 14493 (java) S 14434 14437 25139 0 -1 1077944384 55 12434 0 0 0 0 5 2 20 0 15 0 56245278 10905210880 360651 18446744073709551615 4194304 4196468 140721251386944 140471555225312 140471992755925 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30867456 140721251395547 140721251398321 140721251398321 140721251401679 0
[pid=14437/tid=14494] ppid=14434 vsize=10649620 CPUtime=0.07 cores=0,2,4,6
/proc/14437/task/14494/stat : 14494 (java) S 14434 14437 25139 0 -1 1077944384 43 12434 0 0 0 0 5 2 20 0 15 0 56245278 10905210880 360651 18446744073709551615 4194304 4196468 140721251386944 140471554172160 140471992755925 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30867456 140721251395547 140721251398321 140721251398321 140721251401679 0
[pid=14437/tid=14495] ppid=14434 vsize=10649620 CPUtime=0.07 cores=0,2,4,6
/proc/14437/task/14495/stat : 14495 (java) S 14434 14437 25139 0 -1 1077944384 3 12434 0 0 0 0 5 2 20 0 15 0 56245281 10905210880 360651 18446744073709551615 4194304 4196468 140721251386944 140471553120720 140471992764315 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30867456 140721251395547 140721251398321 140721251398321 140721251401679 0
[pid=14437/tid=14496] ppid=14434 vsize=10649620 CPUtime=5.21 cores=0,2,4,6
/proc/14437/task/14496/stat : 14496 (java) S 14434 14437 25139 0 -1 1077944384 23953 12434 0 0 511 3 5 2 20 0 15 0 56245281 10905210880 360651 18446744073709551615 4194304 4196468 140721251386944 140471552067824 140471992756866 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30867456 140721251395547 140721251398321 140721251398321 140721251401679 0
[pid=14437/tid=14497] ppid=14434 vsize=10649620 CPUtime=4.85 cores=0,2,4,6
/proc/14437/task/14497/stat : 14497 (java) S 14434 14437 25139 0 -1 1077944384 22920 12434 0 0 474 4 5 2 20 0 15 0 56245281 10905210880 360651 18446744073709551615 4194304 4196468 140721251386944 140471551015280 140471992756866 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30867456 140721251395547 140721251398321 140721251398321 140721251401679 0
[pid=14437/tid=14498] ppid=14434 vsize=10649620 CPUtime=2.41 cores=0,2,4,6
/proc/14437/task/14498/stat : 14498 (java) S 14434 14437 25139 0 -1 1077944384 20724 12434 0 0 231 3 5 2 20 0 15 0 56245281 10905210880 360651 18446744073709551615 4194304 4196468 140721251386944 140471549962224 140471992756866 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30867456 140721251395547 140721251398321 140721251398321 140721251401679 0
[pid=14437/tid=14499] ppid=14434 vsize=10649620 CPUtime=0.07 cores=0,2,4,6
/proc/14437/task/14499/stat : 14499 (java) S 14434 14437 25139 0 -1 1077944384 3 12434 0 0 0 0 5 2 20 0 15 0 56245281 10905210880 360651 18446744073709551615 4194304 4196468 140721251386944 140471548909920 140471992755925 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30867456 140721251395547 140721251398321 140721251398321 140721251401679 0
[pid=14437/tid=14500] ppid=14434 vsize=10649620 CPUtime=1.47 cores=0,2,4,6
/proc/14437/task/14500/stat : 14500 (java) S 14434 14437 25139 0 -1 1077944384 1140 12434 0 0 67 73 5 2 20 0 15 0 56245285 10905210880 360651 18446744073709551615 4194304 4196468 140721251386944 140471547857968 140471992756866 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30867456 140721251395547 140721251398321 140721251398321 140721251401679 0
Current children cumulated CPU time (s) 2373.92
Current children cumulated vsize (KiB) 10649620



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2347.9 s]
/proc/loadavg: 1.60 1.48 1.40 3/213 14796
/proc/meminfo: memFree=29077884/32770624 swapFree=0/432028
[pid=14437] ppid=14434 vsize=10649620 CPUtime=2400.01 cores=0,2,4,6
/proc/14437/stat : 14437 (java) S 14434 14437 25139 0 -1 1077944320 279430 12434 0 0 239633 361 5 2 20 0 15 0 56245253 10905210880 360651 18446744073709551615 4194304 4196468 140721251386944 140721251369488 140471992745719 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 30867456 140721251395547 140721251398321 140721251398321 140721251401679 0
/proc/14437/statm: 2662405 360651 3491 1 0 2651019 0
[pid=14437/tid=14487] ppid=14434 vsize=10649620 CPUtime=2322.19 cores=0,2,4,6
/proc/14437/task/14487/stat : 14487 (java) R 14434 14437 25139 0 -1 4202560 102580 12434 0 0 232157 55 5 2 20 0 15 0 56245275 10905210880 360651 18446744073709551615 4194304 4196468 140721251386944 140471996979488 140471620934185 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 30867456 140721251395547 140721251398321 140721251398321 140721251401679 0
[pid=14437/tid=14488] ppid=14434 vsize=10649620 CPUtime=13.73 cores=0,2,4,6
/proc/14437/task/14488/stat : 14488 (java) S 14434 14437 25139 0 -1 1077944384 23731 12434 0 0 1313 53 5 2 20 0 15 0 56245276 10905210880 360651 18446744073709551615 4194304 4196468 140721251386944 140471603878416 140471992755925 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30867456 140721251395547 140721251398321 140721251398321 140721251401679 0
[pid=14437/tid=14489] ppid=14434 vsize=10649620 CPUtime=13.7 cores=0,2,4,6
/proc/14437/task/14489/stat : 14489 (java) S 14434 14437 25139 0 -1 1077944384 22141 12434 0 0 1311 52 5 2 20 0 15 0 56245276 10905210880 360651 18446744073709551615 4194304 4196468 140721251386944 140471602825872 140471992755925 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30867456 140721251395547 140721251398321 140721251398321 140721251401679 0
[pid=14437/tid=14490] ppid=14434 vsize=10649620 CPUtime=13.73 cores=0,2,4,6
/proc/14437/task/14490/stat : 14490 (java) S 14434 14437 25139 0 -1 1077944384 21064 12434 0 0 1311 55 5 2 20 0 15 0 56245276 10905210880 360651 18446744073709551615 4194304 4196468 140721251386944 140471601772816 140471992755925 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30867456 140721251395547 140721251398321 140721251398321 140721251401679 0
[pid=14437/tid=14491] ppid=14434 vsize=10649620 CPUtime=13.74 cores=0,2,4,6
/proc/14437/task/14491/stat : 14491 (java) S 14434 14437 25139 0 -1 1077944384 18881 12434 0 0 1312 55 5 2 20 0 15 0 56245276 10905210880 360651 18446744073709551615 4194304 4196468 140721251386944 140471600720272 140471992755925 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30867456 140721251395547 140721251398321 140721251398321 140721251401679 0
[pid=14437/tid=14492] ppid=14434 vsize=10649620 CPUtime=9.48 cores=0,2,4,6
/proc/14437/task/14492/stat : 14492 (java) S 14434 14437 25139 0 -1 1077944384 20056 12434 0 0 884 57 5 2 20 0 15 0 56245277 10905210880 360651 18446744073709551615 4194304 4196468 140721251386944 140471556279024 140471992756866 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30867456 140721251395547 140721251398321 140721251398321 140721251401679 0
[pid=14437/tid=14493] ppid=14434 vsize=10649620 CPUtime=0.07 cores=0,2,4,6
/proc/14437/task/14493/stat : 14493 (java) S 14434 14437 25139 0 -1 1077944384 55 12434 0 0 0 0 5 2 20 0 15 0 56245278 10905210880 360651 18446744073709551615 4194304 4196468 140721251386944 140471555225312 140471992755925 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30867456 140721251395547 140721251398321 140721251398321 140721251401679 0
[pid=14437/tid=14494] ppid=14434 vsize=10649620 CPUtime=0.07 cores=0,2,4,6
/proc/14437/task/14494/stat : 14494 (java) S 14434 14437 25139 0 -1 1077944384 43 12434 0 0 0 0 5 2 20 0 15 0 56245278 10905210880 360651 18446744073709551615 4194304 4196468 140721251386944 140471554172160 140471992755925 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30867456 140721251395547 140721251398321 140721251398321 140721251401679 0
[pid=14437/tid=14495] ppid=14434 vsize=10649620 CPUtime=0.07 cores=0,2,4,6
/proc/14437/task/14495/stat : 14495 (java) S 14434 14437 25139 0 -1 1077944384 3 12434 0 0 0 0 5 2 20 0 15 0 56245281 10905210880 360651 18446744073709551615 4194304 4196468 140721251386944 140471553120720 140471992764315 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30867456 140721251395547 140721251398321 140721251398321 140721251401679 0
[pid=14437/tid=14496] ppid=14434 vsize=10649620 CPUtime=5.21 cores=0,2,4,6
/proc/14437/task/14496/stat : 14496 (java) S 14434 14437 25139 0 -1 1077944384 23953 12434 0 0 511 3 5 2 20 0 15 0 56245281 10905210880 360651 18446744073709551615 4194304 4196468 140721251386944 140471552067824 140471992756866 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30867456 140721251395547 140721251398321 140721251398321 140721251401679 0
[pid=14437/tid=14497] ppid=14434 vsize=10649620 CPUtime=4.85 cores=0,2,4,6
/proc/14437/task/14497/stat : 14497 (java) S 14434 14437 25139 0 -1 1077944384 22920 12434 0 0 474 4 5 2 20 0 15 0 56245281 10905210880 360651 18446744073709551615 4194304 4196468 140721251386944 140471551015280 140471992756866 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30867456 140721251395547 140721251398321 140721251398321 140721251401679 0
[pid=14437/tid=14498] ppid=14434 vsize=10649620 CPUtime=2.41 cores=0,2,4,6
/proc/14437/task/14498/stat : 14498 (java) S 14434 14437 25139 0 -1 1077944384 20724 12434 0 0 231 3 5 2 20 0 15 0 56245281 10905210880 360651 18446744073709551615 4194304 4196468 140721251386944 140471549962224 140471992756866 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30867456 140721251395547 140721251398321 140721251398321 140721251401679 0
[pid=14437/tid=14499] ppid=14434 vsize=10649620 CPUtime=0.07 cores=0,2,4,6
/proc/14437/task/14499/stat : 14499 (java) S 14434 14437 25139 0 -1 1077944384 3 12434 0 0 0 0 5 2 20 0 15 0 56245281 10905210880 360651 18446744073709551615 4194304 4196468 140721251386944 140471548909920 140471992755925 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30867456 140721251395547 140721251398321 140721251398321 140721251401679 0
[pid=14437/tid=14500] ppid=14434 vsize=10649620 CPUtime=1.49 cores=0,2,4,6
/proc/14437/task/14500/stat : 14500 (java) S 14434 14437 25139 0 -1 1077944384 1140 12434 0 0 68 74 5 2 20 0 15 0 56245285 10905210880 360651 18446744073709551615 4194304 4196468 140721251386944 140471547857968 140471992756866 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30867456 140721251395547 140721251398321 140721251398321 140721251401679 0
Current children cumulated CPU time (s) 2400.01
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 14437 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2348.01 s]
/proc/loadavg: 1.60 1.48 1.40 3/213 14796
/proc/meminfo: memFree=29077884/32770624 swapFree=0/432028
[pid=14437] ppid=14434 vsize=10782748 CPUtime=2400.32 cores=0,2,4,6
/proc/14437/stat : 14437 (java) S 14434 14437 25139 0 -1 1077944320 284487 12434 0 0 239663 362 5 2 20 0 17 0 56245253 11041533952 361907 18446744073709551615 4194304 4196468 140721251386944 140721251369488 140471992745719 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 30867456 140721251395547 140721251398321 140721251398321 140721251401679 0
/proc/14437/statm: 2695687 361907 3492 1 0 2684301 0
[pid=14437/tid=14487] ppid=14434 vsize=10782748 CPUtime=2322.2 cores=0,2,4,6
/proc/14437/task/14487/stat : 14487 (java) S 14434 14437 25139 0 -1 1077944384 102798 12434 0 0 232158 55 5 2 20 0 17 0 56245275 11041533952 361907 18446744073709551615 4194304 4196468 140721251386944 140471996983504 140471992755925 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 4 0 0 6293624 6294260 30867456 140721251395547 140721251398321 140721251398321 140721251401679 0
[pid=14437/tid=14488] ppid=14434 vsize=10782748 CPUtime=13.81 cores=0,2,4,6
/proc/14437/task/14488/stat : 14488 (java) R 14434 14437 25139 0 -1 4202560 23791 12434 0 0 1320 54 5 2 20 0 17 0 56245276 11041533952 361907 18446744073709551615 4194304 4196468 140721251386944 140471603878416 140471977446171 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30867456 140721251395547 140721251398321 140721251398321 140721251401679 0
[pid=14437/tid=14489] ppid=14434 vsize=10782748 CPUtime=13.76 cores=0,2,4,6
/proc/14437/task/14489/stat : 14489 (java) R 14434 14437 25139 0 -1 4202560 22187 12434 0 0 1317 52 5 2 20 0 17 0 56245276 11041533952 361907 18446744073709551615 4194304 4196468 140721251386944 140471602825680 140471977735362 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30867456 140721251395547 140721251398321 140721251398321 140721251401679 0
[pid=14437/tid=14490] ppid=14434 vsize=10782748 CPUtime=13.81 cores=0,2,4,6
/proc/14437/task/14490/stat : 14490 (java) R 14434 14437 25139 0 -1 4202560 21122 12434 0 0 1318 56 5 2 20 0 17 0 56245276 11041533952 361907 18446744073709551615 4194304 4196468 140721251386944 140471601772936 140471985373927 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 30867456 140721251395547 140721251398321 140721251398321 140721251401679 0
[pid=14437/tid=14491] ppid=14434 vsize=10782748 CPUtime=13.81 cores=0,2,4,6
/proc/14437/task/14491/stat : 14491 (java) R 14434 14437 25139 0 -1 4202560 18903 12434 0 0 1319 55 5 2 20 0 17 0 56245276 11041533952 361907 18446744073709551615 4194304 4196468 140721251386944 140471600720272 140471985373927 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30867456 140721251395547 140721251398321 140721251398321 140721251401679 0
[pid=14437/tid=14492] ppid=14434 vsize=10782748 CPUtime=9.52 cores=0,2,4,6
/proc/14437/task/14492/stat : 14492 (java) S 14434 14437 25139 0 -1 1077944384 24480 12434 0 0 887 58 5 2 20 0 17 0 56245277 11041533952 361907 18446744073709551615 4194304 4196468 140721251386944 140471556277648 140471992755925 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30867456 140721251395547 140721251398321 140721251398321 140721251401679 0
[pid=14437/tid=14493] ppid=14434 vsize=10782748 CPUtime=0.07 cores=0,2,4,6
/proc/14437/task/14493/stat : 14493 (java) S 14434 14437 25139 0 -1 1077944384 55 12434 0 0 0 0 5 2 20 0 17 0 56245278 11041533952 361907 18446744073709551615 4194304 4196468 140721251386944 140471555225312 140471992755925 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30867456 140721251395547 140721251398321 140721251398321 140721251401679 0
[pid=14437/tid=14494] ppid=14434 vsize=10782748 CPUtime=0.07 cores=0,2,4,6
/proc/14437/task/14494/stat : 14494 (java) S 14434 14437 25139 0 -1 1077944384 43 12434 0 0 0 0 5 2 20 0 17 0 56245278 11041533952 361907 18446744073709551615 4194304 4196468 140721251386944 140471554172160 140471992755925 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30867456 140721251395547 140721251398321 140721251398321 140721251401679 0
[pid=14437/tid=14495] ppid=14434 vsize=10782748 CPUtime=0.07 cores=0,2,4,6
/proc/14437/task/14495/stat : 14495 (java) S 14434 14437 25139 0 -1 1077944384 97 12434 0 0 0 0 5 2 20 0 17 0 56245281 11041533952 361907 18446744073709551615 4194304 4196468 140721251386944 140471553120720 140471992764315 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30867456 140721251395547 140721251398321 140721251398321 140721251401679 0
[pid=14437/tid=14496] ppid=14434 vsize=10782748 CPUtime=5.21 cores=0,2,4,6
/proc/14437/task/14496/stat : 14496 (java) S 14434 14437 25139 0 -1 1077944384 23953 12434 0 0 511 3 5 2 20 0 17 0 56245281 11041533952 361907 18446744073709551615 4194304 4196468 140721251386944 140471552067824 140471992756866 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30867456 140721251395547 140721251398321 140721251398321 140721251401679 0
[pid=14437/tid=14497] ppid=14434 vsize=10782748 CPUtime=4.85 cores=0,2,4,6
/proc/14437/task/14497/stat : 14497 (java) S 14434 14437 25139 0 -1 1077944384 22948 12434 0 0 474 4 5 2 20 0 17 0 56245281 11041533952 361907 18446744073709551615 4194304 4196468 140721251386944 140471551006560 140471992755925 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30867456 140721251395547 140721251398321 140721251398321 140721251401679 0
[pid=14437/tid=14498] ppid=14434 vsize=10782748 CPUtime=2.41 cores=0,2,4,6
/proc/14437/task/14498/stat : 14498 (java) S 14434 14437 25139 0 -1 1077944384 20724 12434 0 0 231 3 5 2 20 0 17 0 56245281 11041533952 361907 18446744073709551615 4194304 4196468 140721251386944 140471549962224 140471992756866 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30867456 140721251395547 140721251398321 140721251398321 140721251401679 0
[pid=14437/tid=14499] ppid=14434 vsize=10782748 CPUtime=0.07 cores=0,2,4,6
/proc/14437/task/14499/stat : 14499 (java) S 14434 14437 25139 0 -1 1077944384 3 12434 0 0 0 0 5 2 20 0 17 0 56245281 11041533952 361907 18446744073709551615 4194304 4196468 140721251386944 140471548909920 140471992755925 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30867456 140721251395547 140721251398321 140721251398321 140721251401679 0
[pid=14437/tid=14500] ppid=14434 vsize=10782748 CPUtime=1.49 cores=0,2,4,6
/proc/14437/task/14500/stat : 14500 (java) S 14434 14437 25139 0 -1 1077944384 1140 12434 0 0 68 74 5 2 20 0 17 0 56245285 11041533952 361907 18446744073709551615 4194304 4196468 140721251386944 140471547857968 140471992756866 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30867456 140721251395547 140721251398321 140721251398321 140721251401679 0
Current children cumulated CPU time (s) 2400.32
Current children cumulated vsize (KiB) 10782748

[startup+2348.1 s]
/proc/loadavg: 1.60 1.48 1.40 3/213 14796
/proc/meminfo: memFree=29077884/32770624 swapFree=0/432028
[pid=14437] ppid=14434 vsize=10782748 CPUtime=2400.54 cores=0,2,4,6
/proc/14437/stat : 14437 (java) S 14434 14437 25139 0 -1 1077944320 284851 12434 0 0 239685 362 5 2 20 0 17 0 56245253 11041533952 362053 18446744073709551615 4194304 4196468 140721251386944 140721251369488 140471992745719 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 30867456 140721251395547 140721251398321 140721251398321 140721251401679 0
/proc/14437/statm: 2695687 362053 3492 1 0 2684301 0
[pid=14437/tid=14487] ppid=14434 vsize=10782748 CPUtime=2322.2 cores=0,2,4,6
/proc/14437/task/14487/stat : 14487 (java) S 14434 14437 25139 0 -1 1077944384 102798 12434 0 0 232158 55 5 2 20 0 17 0 56245275 11041533952 362053 18446744073709551615 4194304 4196468 140721251386944 140471996983504 140471992755925 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 4 0 0 6293624 6294260 30867456 140721251395547 140721251398321 140721251398321 140721251401679 0
[pid=14437/tid=14488] ppid=14434 vsize=10782748 CPUtime=13.85 cores=0,2,4,6
/proc/14437/task/14488/stat : 14488 (java) S 14434 14437 25139 0 -1 1077944384 23791 12434 0 0 1324 54 5 2 20 0 17 0 56245276 11041533952 362053 18446744073709551615 4194304 4196468 140721251386944 140471603878416 140471992755925 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30867456 140721251395547 140721251398321 140721251398321 140721251401679 0
[pid=14437/tid=14489] ppid=14434 vsize=10782748 CPUtime=13.8 cores=0,2,4,6
/proc/14437/task/14489/stat : 14489 (java) S 14434 14437 25139 0 -1 1077944384 22187 12434 0 0 1321 52 5 2 20 0 17 0 56245276 11041533952 362053 18446744073709551615 4194304 4196468 140721251386944 140471602825872 140471992755925 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30867456 140721251395547 140721251398321 140721251398321 140721251401679 0
[pid=14437/tid=14490] ppid=14434 vsize=10782748 CPUtime=13.85 cores=0,2,4,6
/proc/14437/task/14490/stat : 14490 (java) S 14434 14437 25139 0 -1 1077944384 21122 12434 0 0 1322 56 5 2 20 0 17 0 56245276 11041533952 362053 18446744073709551615 4194304 4196468 140721251386944 140471601772816 140471992755925 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30867456 140721251395547 140721251398321 140721251398321 140721251401679 0
[pid=14437/tid=14491] ppid=14434 vsize=10782748 CPUtime=13.85 cores=0,2,4,6
/proc/14437/task/14491/stat : 14491 (java) S 14434 14437 25139 0 -1 1077944384 18903 12434 0 0 1323 55 5 2 20 0 17 0 56245276 11041533952 362053 18446744073709551615 4194304 4196468 140721251386944 140471600720272 140471992755925 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30867456 140721251395547 140721251398321 140721251398321 140721251401679 0
[pid=14437/tid=14492] ppid=14434 vsize=10782748 CPUtime=9.57 cores=0,2,4,6
/proc/14437/task/14492/stat : 14492 (java) R 14434 14437 25139 0 -1 4202560 24800 12434 0 0 892 58 5 2 20 0 17 0 56245277 11041533952 362053 18446744073709551615 4194304 4196468 140721251386944 140471556277424 140471978432496 0 0 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30867456 140721251395547 140721251398321 140721251398321 140721251401679 0
[pid=14437/tid=14493] ppid=14434 vsize=10782748 CPUtime=0.07 cores=0,2,4,6
/proc/14437/task/14493/stat : 14493 (java) S 14434 14437 25139 0 -1 1077944384 57 12434 0 0 0 0 5 2 20 0 17 0 56245278 11041533952 362053 18446744073709551615 4194304 4196468 140721251386944 140471555224944 140471992755925 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30867456 140721251395547 140721251398321 140721251398321 140721251401679 0
[pid=14437/tid=14494] ppid=14434 vsize=10782748 CPUtime=0.07 cores=0,2,4,6
/proc/14437/task/14494/stat : 14494 (java) S 14434 14437 25139 0 -1 1077944384 43 12434 0 0 0 0 5 2 20 0 17 0 56245278 11041533952 362053 18446744073709551615 4194304 4196468 140721251386944 140471554172160 140471992755925 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30867456 140721251395547 140721251398321 140721251398321 140721251401679 0
[pid=14437/tid=14495] ppid=14434 vsize=10782748 CPUtime=0.07 cores=0,2,4,6
/proc/14437/task/14495/stat : 14495 (java) S 14434 14437 25139 0 -1 1077944384 97 12434 0 0 0 0 5 2 20 0 17 0 56245281 11041533952 362053 18446744073709551615 4194304 4196468 140721251386944 140471553120720 140471992764315 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30867456 140721251395547 140721251398321 140721251398321 140721251401679 0
[pid=14437/tid=14496] ppid=14434 vsize=10782748 CPUtime=5.21 cores=0,2,4,6
/proc/14437/task/14496/stat : 14496 (java) S 14434 14437 25139 0 -1 1077944384 23953 12434 0 0 511 3 5 2 20 0 17 0 56245281 11041533952 362053 18446744073709551615 4194304 4196468 140721251386944 140471552067824 140471992756866 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30867456 140721251395547 140721251398321 140721251398321 140721251401679 0
[pid=14437/tid=14497] ppid=14434 vsize=10782748 CPUtime=4.85 cores=0,2,4,6
/proc/14437/task/14497/stat : 14497 (java) S 14434 14437 25139 0 -1 1077944384 22990 12434 0 0 474 4 5 2 20 0 17 0 56245281 11041533952 362053 18446744073709551615 4194304 4196468 140721251386944 140471551000176 140471992755925 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30867456 140721251395547 140721251398321 140721251398321 140721251401679 0
[pid=14437/tid=14498] ppid=14434 vsize=10782748 CPUtime=2.41 cores=0,2,4,6
/proc/14437/task/14498/stat : 14498 (java) S 14434 14437 25139 0 -1 1077944384 20724 12434 0 0 231 3 5 2 20 0 17 0 56245281 11041533952 362053 18446744073709551615 4194304 4196468 140721251386944 140471549962224 140471992756866 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30867456 140721251395547 140721251398321 140721251398321 140721251401679 0
[pid=14437/tid=14499] ppid=14434 vsize=10782748 CPUtime=0.07 cores=0,2,4,6
/proc/14437/task/14499/stat : 14499 (java) S 14434 14437 25139 0 -1 1077944384 3 12434 0 0 0 0 5 2 20 0 17 0 56245281 11041533952 362053 18446744073709551615 4194304 4196468 140721251386944 140471548909920 140471992755925 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30867456 140721251395547 140721251398321 140721251398321 140721251401679 0
[pid=14437/tid=14500] ppid=14434 vsize=10782748 CPUtime=1.49 cores=0,2,4,6
/proc/14437/task/14500/stat : 14500 (java) S 14434 14437 25139 0 -1 1077944384 1140 12434 0 0 68 74 5 2 20 0 17 0 56245285 11041533952 362053 18446744073709551615 4194304 4196468 140721251386944 140471547857968 140471992756866 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30867456 140721251395547 140721251398321 140721251398321 140721251401679 0
Current children cumulated CPU time (s) 2400.54
Current children cumulated vsize (KiB) 10782748

Child status: 143
Real time (s): 2348.16
CPU time (s): 2400.68
CPU user time (s): 2397.02
CPU system time (s): 3.65792
CPU usage (%): 102.237
Max. virtual memory (cumulated for all children) (KiB): 10782748

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2397.02
system time used= 3.65792
maximum resident set size= 1561400
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 297367
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2752
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 255253
involuntary context switches= 6698

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.3508 second user time and 14.8503 second system time

The end

Launcher Data

Begin job on node134 at 2017-08-07 08:15:54
IDJOB=4244693
IDBENCH=115854
IDSOLVER=2630
FILE ID=node134/4244693-1502087392
RUNJOBID= node134-1502077974-12598
PBS_JOBID= 
Free space on /tmp= 62008 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/Scheduling/Scheduling-os-taillard/Taillard-os-10-10-2.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4244693-1502087392/watcher-4244693-1502087392 -o /tmp/evaluation-result-4244693-1502087392/solver-4244693-1502087392 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node134-1502077974-12598 --watchdog 2560  bin/concrete HOME/instance-4244693-1502087392.xml

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

MD5SUM BENCH= b5461c8e5264bee8206ce4144564b5f2
RANDOM SEED=356561765

node134.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.43
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.43
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.43
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.43
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:        30394176 kB
MemAvailable:   31041724 kB
Buffers:          205148 kB
Cached:           732140 kB
SwapCached:            0 kB
Active:          1493560 kB
Inactive:         454244 kB
Active(anon):    1012760 kB
Inactive(anon):    23032 kB
Active(file):     480800 kB
Inactive(file):   431212 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24344 kB
Writeback:             0 kB
AnonPages:       1010240 kB
Mapped:            53796 kB
Shmem:             25276 kB
Slab:             128760 kB
SReclaimable:     102740 kB
SUnreclaim:        26020 kB
KernelStack:        3520 kB
PageTables:         7076 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1781544 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    774144 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 node134 at 2017-08-07 08:55:02