Trace number 4244623

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) 2401.4099 2339.4399

General information on the benchmark

NameScheduling/Scheduling-os-taillard/
Taillard-os-15-15-8.xml
MD5SUMf4343428e383d05385b00a8c52a8c02b
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 variables915
Number of constraints720
Number of domains17
Minimum domain size12
Maximum domain size1051
Distribution of domain sizes[{"size":12,"count":45},{"size":13,"count":15},{"size":14,"count":90},{"size":15,"count":300},{"size":1051,"count":465}]
Minimum variable degree2
Maximum variable degree16
Distribution of variable degrees[{"degree":2,"count":240},{"degree":3,"count":450},{"degree":16,"count":225}]
Minimum constraint arity1
Maximum constraint arity17
Distribution of constraint arities[{"arity":1,"count":15},{"arity":2,"count":225},{"arity":3,"count":225},{"arity":15,"count":30},{"arity":17,"count":225}]
Number of extensional constraints225
Number of intensional constraints240
Distribution of constraint types[{"type":"extension","count":225},{"type":"intension","count":240},{"type":"allDifferent","count":15},{"type":"noOverlap","count":15},{"type":"element","count":225}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

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

pid=12621
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.98 1.05 1.17 3/183 12627
/proc/meminfo: memFree=31361568/32770624 swapFree=0/426724
[pid=12627] ppid=12621 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/12627/stat : 12627 (runsolver) D 12621 12627 25139 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 55387408 24240128 106 18446744073709551615 4194304 4338465 140729261578192 140729261575832 139793740153559 0 0 1 24578 18446744071580418449 0 0 17 4 0 0 0 0 0 6438912 6441760 9682944 140729261580496 140729261580873 140729261580873 140729261584330 0
/proc/12627/statm: 5918 106 53 36 0 2156 0

[startup+0.100072 s]
/proc/loadavg: 0.98 1.05 1.17 3/183 12627
/proc/meminfo: memFree=31361568/32770624 swapFree=0/426724
[pid=12627] ppid=12621 vsize=9508 CPUtime=0 cores=0,2,4,6
/proc/12627/stat : 12627 (bash) S 12621 12627 25139 0 -1 4202496 680 1548 0 0 0 0 0 0 20 0 1 0 55387408 9736192 351 18446744073709551615 4194304 5098028 140728687157056 140728687154696 140633475750912 0 0 5 65536 18446744071580971376 0 0 17 2 0 0 8 0 0 7196144 7232144 22999040 140728687161876 140728687161961 140728687161961 140728687165418 0
/proc/12627/statm: 2377 351 278 221 0 86 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9508

[startup+0.200272 s]
/proc/loadavg: 0.98 1.05 1.17 3/183 12627
/proc/meminfo: memFree=31361568/32770624 swapFree=0/426724
[pid=12627] ppid=12621 vsize=9640 CPUtime=0.01 cores=0,2,4,6
/proc/12627/stat : 12627 (bash) S 12621 12627 25139 0 -1 4202496 883 6463 0 0 0 0 0 1 20 0 1 0 55387408 9871360 375 18446744073709551615 4194304 5098028 140728687157056 140728687151064 140633475750912 0 0 5 65536 18446744071580971376 0 0 17 6 0 0 8 0 0 7196144 7232144 22999040 140728687161876 140728687161961 140728687161961 140728687165418 0
/proc/12627/statm: 2410 375 294 221 0 119 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9640

[startup+0.300268 s]
/proc/loadavg: 0.98 1.05 1.17 3/183 12627
/proc/meminfo: memFree=31361568/32770624 swapFree=0/426724
[pid=12627] ppid=12621 vsize=10152496 CPUtime=0.13 cores=0,2,4,6
/proc/12627/stat : 12627 (java) S 12621 12627 25139 0 -1 1077944320 4831 12852 0 0 4 1 5 3 20 0 9 0 55387408 10396155904 5114 18446744073709551615 4194304 4196468 140723948181504 140723948164048 139952067292919 0 0 1 16800970 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 25989120 140723948189659 140723948192433 140723948192433 140723948195791 0
/proc/12627/statm: 2538124 5114 2147 1 0 2527621 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 10152496

[startup+0.700312 s]
/proc/loadavg: 0.98 1.05 1.17 3/183 12627
/proc/meminfo: memFree=31361568/32770624 swapFree=0/426724
[pid=12627] ppid=12621 vsize=10552792 CPUtime=0.59 cores=0,2,4,6
/proc/12627/stat : 12627 (java) S 12621 12627 25139 0 -1 1077944320 13447 12852 0 0 48 3 5 3 20 0 15 0 55387408 10806059008 13882 18446744073709551615 4194304 4196468 140723948181504 140723948164048 139952067292919 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 25989120 140723948189659 140723948192433 140723948192433 140723948195791 0
/proc/12627/statm: 2638198 13882 3086 1 0 2627467 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 10552792

[startup+1.50063 s]
/proc/loadavg: 0.98 1.05 1.17 4/213 12753
/proc/meminfo: memFree=31176552/32770624 swapFree=0/426988
[pid=12627] ppid=12621 vsize=10563416 CPUtime=1.8 cores=0,2,4,6
/proc/12627/stat : 12627 (java) S 12621 12627 25139 0 -1 1077944320 25105 12852 0 0 165 7 5 3 20 0 15 0 55387408 10816937984 33694 18446744073709551615 4194304 4196468 140723948181504 140723948164048 139952067292919 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 25989120 140723948189659 140723948192433 140723948192433 140723948195791 0
/proc/12627/statm: 2640854 33694 3341 1 0 2630027 0
[pid=12627/tid=12734] ppid=12621 vsize=10563416 CPUtime=1.27 cores=0,2,4,6
/proc/12627/task/12734/stat : 12734 (java) R 12621 12627 25139 0 -1 4202560 19998 12852 0 0 114 5 5 3 20 0 15 0 55387434 10816937984 33694 18446744073709551615 4194304 4196468 140723948181504 139952071525600 139952067304854 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 25989120 140723948189659 140723948192433 140723948192433 140723948195791 0
[pid=12627/tid=12740] ppid=12621 vsize=10563416 CPUtime=0.08 cores=0,2,4,6
/proc/12627/task/12740/stat : 12740 (java) S 12621 12627 25139 0 -1 1077944384 2 12852 0 0 0 0 5 3 20 0 15 0 55387435 10816937984 33694 18446744073709551615 4194304 4196468 140723948181504 139951997713168 139952067303125 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25989120 140723948189659 140723948192433 140723948192433 140723948195791 0
[pid=12627/tid=12741] ppid=12621 vsize=10563416 CPUtime=0.08 cores=0,2,4,6
/proc/12627/task/12741/stat : 12741 (java) S 12621 12627 25139 0 -1 1077944384 1 12852 0 0 0 0 5 3 20 0 15 0 55387435 10816937984 33694 18446744073709551615 4194304 4196468 140723948181504 139951996660624 139952067303125 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25989120 140723948189659 140723948192433 140723948192433 140723948195791 0
[pid=12627/tid=12742] ppid=12621 vsize=10563416 CPUtime=0.08 cores=0,2,4,6
/proc/12627/task/12742/stat : 12742 (java) S 12621 12627 25139 0 -1 1077944384 1 12852 0 0 0 0 5 3 20 0 15 0 55387435 10816937984 33694 18446744073709551615 4194304 4196468 140723948181504 139951995608080 139952067303125 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25989120 140723948189659 140723948192433 140723948192433 140723948195791 0
[pid=12627/tid=12743] ppid=12621 vsize=10563416 CPUtime=0.08 cores=0,2,4,6
/proc/12627/task/12743/stat : 12743 (java) S 12621 12627 25139 0 -1 1077944384 1 12852 0 0 0 0 5 3 20 0 15 0 55387435 10816937984 33694 18446744073709551615 4194304 4196468 140723948181504 139951994555536 139952067303125 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25989120 140723948189659 140723948192433 140723948192433 140723948195791 0
[pid=12627/tid=12744] ppid=12621 vsize=10563416 CPUtime=0.08 cores=0,2,4,6
/proc/12627/task/12744/stat : 12744 (java) S 12621 12627 25139 0 -1 1077944384 6 12852 0 0 0 0 5 3 20 0 15 0 55387436 10816937984 33694 18446744073709551615 4194304 4196468 140723948181504 139951106627568 139952067304066 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25989120 140723948189659 140723948192433 140723948192433 140723948195791 0
[pid=12627/tid=12745] ppid=12621 vsize=10563416 CPUtime=0.08 cores=0,2,4,6
/proc/12627/task/12745/stat : 12745 (java) S 12621 12627 25139 0 -1 1077944384 33 12852 0 0 0 0 5 3 20 0 15 0 55387436 10816937984 33694 18446744073709551615 4194304 4196468 140723948181504 139951105573792 139952067303125 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25989120 140723948189659 140723948192433 140723948192433 140723948195791 0
[pid=12627/tid=12746] ppid=12621 vsize=10563416 CPUtime=0.08 cores=0,2,4,6
/proc/12627/task/12746/stat : 12746 (java) S 12621 12627 25139 0 -1 1077944384 21 12852 0 0 0 0 5 3 20 0 15 0 55387437 10816937984 33694 18446744073709551615 4194304 4196468 140723948181504 139951104521200 139952067303125 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25989120 140723948189659 140723948192433 140723948192433 140723948195791 0
[pid=12627/tid=12747] ppid=12621 vsize=10563416 CPUtime=0.08 cores=0,2,4,6
/proc/12627/task/12747/stat : 12747 (java) S 12621 12627 25139 0 -1 1077944384 3 12852 0 0 0 0 5 3 20 0 15 0 55387439 10816937984 33694 18446744073709551615 4194304 4196468 140723948181504 139951103469776 139952067311515 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25989120 140723948189659 140723948192433 140723948192433 140723948195791 0
[pid=12627/tid=12748] ppid=12621 vsize=10563416 CPUtime=0.21 cores=0,2,4,6
/proc/12627/task/12748/stat : 12748 (java) R 12621 12627 25139 0 -1 1077944384 980 12852 0 0 13 0 5 3 20 0 15 0 55387439 10816937984 33694 18446744073709551615 4194304 4196468 140723948181504 139951102417392 139952067304066 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 25989120 140723948189659 140723948192433 140723948192433 140723948195791 0
[pid=12627/tid=12749] ppid=12621 vsize=10563416 CPUtime=0.23 cores=0,2,4,6
/proc/12627/task/12749/stat : 12749 (java) S 12621 12627 25139 0 -1 1077944384 650 12852 0 0 15 0 5 3 20 0 15 0 55387439 10816937984 33694 18446744073709551615 4194304 4196468 140723948181504 139951101364848 139952067304066 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25989120 140723948189659 140723948192433 140723948192433 140723948195791 0
[pid=12627/tid=12750] ppid=12621 vsize=10563416 CPUtime=0.29 cores=0,2,4,6
/proc/12627/task/12750/stat : 12750 (java) S 12621 12627 25139 0 -1 1077944384 1269 12852 0 0 21 0 5 3 20 0 15 0 55387439 10816937984 33694 18446744073709551615 4194304 4196468 140723948181504 139951100312304 139952067304066 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25989120 140723948189659 140723948192433 140723948192433 140723948195791 0
[pid=12627/tid=12751] ppid=12621 vsize=10563416 CPUtime=0.08 cores=0,2,4,6
/proc/12627/task/12751/stat : 12751 (java) S 12621 12627 25139 0 -1 1077944384 3 12852 0 0 0 0 5 3 20 0 15 0 55387439 10816937984 33694 18446744073709551615 4194304 4196468 140723948181504 139951099260000 139952067303125 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25989120 140723948189659 140723948192433 140723948192433 140723948195791 0
[pid=12627/tid=12753] ppid=12621 vsize=10563416 CPUtime=0.08 cores=0,2,4,6
/proc/12627/task/12753/stat : 12753 (java) S 12621 12627 25139 0 -1 1077944384 3 12852 0 0 0 0 5 3 20 0 15 0 55387444 10816937984 33694 18446744073709551615 4194304 4196468 140723948181504 139951098206512 139952067304066 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25989120 140723948189659 140723948192433 140723948192433 140723948195791 0
Current children cumulated CPU time (s) 1.8
Current children cumulated vsize (KiB) 10563416

[startup+3.10059 s]
/proc/loadavg: 1.06 1.06 1.17 7/213 12753
/proc/meminfo: memFree=31014056/32770624 swapFree=0/426988
[pid=12627] ppid=12621 vsize=10575892 CPUtime=5.14 cores=0,2,4,6
/proc/12627/stat : 12627 (java) S 12621 12627 25139 0 -1 1077944320 46829 12852 0 0 492 14 5 3 20 0 15 0 55387408 10829713408 55645 18446744073709551615 4194304 4196468 140723948181504 140723948164048 139952067292919 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 25989120 140723948189659 140723948192433 140723948192433 140723948195791 0
/proc/12627/statm: 2643973 55645 3456 1 0 2632587 0
[pid=12627/tid=12734] ppid=12621 vsize=10575892 CPUtime=2.83 cores=0,2,4,6
/proc/12627/task/12734/stat : 12734 (java) R 12621 12627 25139 0 -1 4202560 36339 12852 0 0 267 8 5 3 20 0 15 0 55387434 10829713408 55645 18446744073709551615 4194304 4196468 140723948181504 139952071522112 139951660473122 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 25989120 140723948189659 140723948192433 140723948192433 140723948195791 0
[pid=12627/tid=12740] ppid=12621 vsize=10575892 CPUtime=0.09 cores=0,2,4,6
/proc/12627/task/12740/stat : 12740 (java) S 12621 12627 25139 0 -1 1077944384 167 12852 0 0 1 0 5 3 20 0 15 0 55387435 10829713408 55645 18446744073709551615 4194304 4196468 140723948181504 139951997713168 139952067303125 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25989120 140723948189659 140723948192433 140723948192433 140723948195791 0
[pid=12627/tid=12741] ppid=12621 vsize=10575892 CPUtime=0.09 cores=0,2,4,6
/proc/12627/task/12741/stat : 12741 (java) S 12621 12627 25139 0 -1 1077944384 15 12852 0 0 1 0 5 3 20 0 15 0 55387435 10829713408 55645 18446744073709551615 4194304 4196468 140723948181504 139951996660624 139952067303125 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25989120 140723948189659 140723948192433 140723948192433 140723948195791 0
[pid=12627/tid=12742] ppid=12621 vsize=10575892 CPUtime=0.08 cores=0,2,4,6
/proc/12627/task/12742/stat : 12742 (java) S 12621 12627 25139 0 -1 1077944384 42 12852 0 0 0 0 5 3 20 0 15 0 55387435 10829713408 55645 18446744073709551615 4194304 4196468 140723948181504 139951995608080 139952067303125 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25989120 140723948189659 140723948192433 140723948192433 140723948195791 0
[pid=12627/tid=12743] ppid=12621 vsize=10575892 CPUtime=0.09 cores=0,2,4,6
/proc/12627/task/12743/stat : 12743 (java) S 12621 12627 25139 0 -1 1077944384 31 12852 0 0 1 0 5 3 20 0 15 0 55387435 10829713408 55645 18446744073709551615 4194304 4196468 140723948181504 139951994555536 139952067303125 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25989120 140723948189659 140723948192433 140723948192433 140723948195791 0
[pid=12627/tid=12744] ppid=12621 vsize=10575892 CPUtime=0.09 cores=0,2,4,6
/proc/12627/task/12744/stat : 12744 (java) S 12621 12627 25139 0 -1 1077944384 658 12852 0 0 1 0 5 3 20 0 15 0 55387436 10829713408 55645 18446744073709551615 4194304 4196468 140723948181504 139951106627568 139952067304066 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25989120 140723948189659 140723948192433 140723948192433 140723948195791 0
[pid=12627/tid=12745] ppid=12621 vsize=10575892 CPUtime=0.08 cores=0,2,4,6
/proc/12627/task/12745/stat : 12745 (java) S 12621 12627 25139 0 -1 1077944384 56 12852 0 0 0 0 5 3 20 0 15 0 55387436 10829713408 55645 18446744073709551615 4194304 4196468 140723948181504 139951105573792 139952067303125 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25989120 140723948189659 140723948192433 140723948192433 140723948195791 0
[pid=12627/tid=12746] ppid=12621 vsize=10575892 CPUtime=0.08 cores=0,2,4,6
/proc/12627/task/12746/stat : 12746 (java) S 12621 12627 25139 0 -1 1077944384 43 12852 0 0 0 0 5 3 20 0 15 0 55387437 10829713408 55645 18446744073709551615 4194304 4196468 140723948181504 139951104521200 139952067303125 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25989120 140723948189659 140723948192433 140723948192433 140723948195791 0
[pid=12627/tid=12747] ppid=12621 vsize=10575892 CPUtime=0.08 cores=0,2,4,6
/proc/12627/task/12747/stat : 12747 (java) S 12621 12627 25139 0 -1 1077944384 3 12852 0 0 0 0 5 3 20 0 15 0 55387439 10829713408 55645 18446744073709551615 4194304 4196468 140723948181504 139951103469776 139952067311515 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25989120 140723948189659 140723948192433 140723948192433 140723948195791 0
[pid=12627/tid=12748] ppid=12621 vsize=10575892 CPUtime=0.68 cores=0,2,4,6
/proc/12627/task/12748/stat : 12748 (java) S 12621 12627 25139 0 -1 1077944384 1788 12852 0 0 59 1 5 3 20 0 15 0 55387439 10829713408 55645 18446744073709551615 4194304 4196468 140723948181504 139951102417392 139952067304066 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25989120 140723948189659 140723948192433 140723948192433 140723948195791 0
[pid=12627/tid=12749] ppid=12621 vsize=10575892 CPUtime=0.69 cores=0,2,4,6
/proc/12627/task/12749/stat : 12749 (java) S 12621 12627 25139 0 -1 1077944384 1365 12852 0 0 60 1 5 3 20 0 15 0 55387439 10829713408 55645 18446744073709551615 4194304 4196468 140723948181504 139951101364848 139952067304066 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25989120 140723948189659 140723948192433 140723948192433 140723948195791 0
[pid=12627/tid=12750] ppid=12621 vsize=10575892 CPUtime=1.07 cores=0,2,4,6
/proc/12627/task/12750/stat : 12750 (java) R 12621 12627 25139 0 -1 4202560 4179 12852 0 0 98 1 5 3 20 0 15 0 55387439 10829713408 55645 18446744073709551615 4194304 4196468 140723948181504 139951100312304 139952046682170 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25989120 140723948189659 140723948192433 140723948192433 140723948195791 0
[pid=12627/tid=12751] ppid=12621 vsize=10575892 CPUtime=0.08 cores=0,2,4,6
/proc/12627/task/12751/stat : 12751 (java) S 12621 12627 25139 0 -1 1077944384 3 12852 0 0 0 0 5 3 20 0 15 0 55387439 10829713408 55645 18446744073709551615 4194304 4196468 140723948181504 139951099260000 139952067303125 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25989120 140723948189659 140723948192433 140723948192433 140723948195791 0
[pid=12627/tid=12753] ppid=12621 vsize=10575892 CPUtime=0.08 cores=0,2,4,6
/proc/12627/task/12753/stat : 12753 (java) S 12621 12627 25139 0 -1 1077944384 6 12852 0 0 0 0 5 3 20 0 15 0 55387444 10829713408 55645 18446744073709551615 4194304 4196468 140723948181504 139951098206512 139952067304066 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25989120 140723948189659 140723948192433 140723948192433 140723948195791 0
Current children cumulated CPU time (s) 5.14
Current children cumulated vsize (KiB) 10575892

[startup+6.30745 s]
/proc/loadavg: 1.06 1.06 1.17 9/213 12753
/proc/meminfo: memFree=30669612/32770624 swapFree=0/426984
[pid=12627] ppid=12621 vsize=10582036 CPUtime=15.27 cores=0,2,4,6
/proc/12627/stat : 12627 (java) S 12621 12627 25139 0 -1 1077944320 73231 12852 0 0 1495 24 5 3 20 0 15 0 55387408 10836004864 96947 18446744073709551615 4194304 4196468 140723948181504 140723948164048 139952067292919 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 25989120 140723948189659 140723948192433 140723948192433 140723948195791 0
/proc/12627/statm: 2645509 96947 3480 1 0 2634123 0
[pid=12627/tid=12734] ppid=12621 vsize=10582036 CPUtime=5.92 cores=0,2,4,6
/proc/12627/task/12734/stat : 12734 (java) R 12621 12627 25139 0 -1 4202560 43752 12852 0 0 573 11 5 3 20 0 15 0 55387434 10836004864 96947 18446744073709551615 4194304 4196468 140723948181504 139952071516744 139951678318658 0 4 1 16800974 0 0 0 -1 6 0 0 4 0 0 6293624 6294260 25989120 140723948189659 140723948192433 140723948192433 140723948195791 0
[pid=12627/tid=12740] ppid=12621 vsize=10582036 CPUtime=0.16 cores=0,2,4,6
/proc/12627/task/12740/stat : 12740 (java) S 12621 12627 25139 0 -1 1077944384 219 12852 0 0 7 1 5 3 20 0 15 0 55387435 10836004864 96947 18446744073709551615 4194304 4196468 140723948181504 139951997713168 139952067303125 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25989120 140723948189659 140723948192433 140723948192433 140723948195791 0
[pid=12627/tid=12741] ppid=12621 vsize=10582036 CPUtime=0.16 cores=0,2,4,6
/proc/12627/task/12741/stat : 12741 (java) S 12621 12627 25139 0 -1 1077944384 53 12852 0 0 7 1 5 3 20 0 15 0 55387435 10836004864 96947 18446744073709551615 4194304 4196468 140723948181504 139951996660624 139952067303125 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25989120 140723948189659 140723948192433 140723948192433 140723948195791 0
[pid=12627/tid=12742] ppid=12621 vsize=10582036 CPUtime=0.16 cores=0,2,4,6
/proc/12627/task/12742/stat : 12742 (java) S 12621 12627 25139 0 -1 1077944384 77 12852 0 0 7 1 5 3 20 0 15 0 55387435 10836004864 96947 18446744073709551615 4194304 4196468 140723948181504 139951995608080 139952067303125 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25989120 140723948189659 140723948192433 140723948192433 140723948195791 0
[pid=12627/tid=12743] ppid=12621 vsize=10582036 CPUtime=0.16 cores=0,2,4,6
/proc/12627/task/12743/stat : 12743 (java) S 12621 12627 25139 0 -1 1077944384 114 12852 0 0 7 1 5 3 20 0 15 0 55387435 10836004864 96947 18446744073709551615 4194304 4196468 140723948181504 139951994555536 139952067303125 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25989120 140723948189659 140723948192433 140723948192433 140723948195791 0
[pid=12627/tid=12744] ppid=12621 vsize=10582036 CPUtime=0.12 cores=0,2,4,6
/proc/12627/task/12744/stat : 12744 (java) S 12621 12627 25139 0 -1 1077944384 1912 12852 0 0 4 0 5 3 20 0 15 0 55387436 10836004864 96947 18446744073709551615 4194304 4196468 140723948181504 139951106627568 139952067304066 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25989120 140723948189659 140723948192433 140723948192433 140723948195791 0
[pid=12627/tid=12745] ppid=12621 vsize=10582036 CPUtime=0.08 cores=0,2,4,6
/proc/12627/task/12745/stat : 12745 (java) S 12621 12627 25139 0 -1 1077944384 56 12852 0 0 0 0 5 3 20 0 15 0 55387436 10836004864 96947 18446744073709551615 4194304 4196468 140723948181504 139951105573920 139952067303125 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25989120 140723948189659 140723948192433 140723948192433 140723948195791 0
[pid=12627/tid=12746] ppid=12621 vsize=10582036 CPUtime=0.08 cores=0,2,4,6
/proc/12627/task/12746/stat : 12746 (java) S 12621 12627 25139 0 -1 1077944384 44 12852 0 0 0 0 5 3 20 0 15 0 55387437 10836004864 96947 18446744073709551615 4194304 4196468 140723948181504 139951104521216 139952067303125 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25989120 140723948189659 140723948192433 140723948192433 140723948195791 0
[pid=12627/tid=12747] ppid=12621 vsize=10582036 CPUtime=0.08 cores=0,2,4,6
/proc/12627/task/12747/stat : 12747 (java) S 12621 12627 25139 0 -1 1077944384 3 12852 0 0 0 0 5 3 20 0 15 0 55387439 10836004864 96947 18446744073709551615 4194304 4196468 140723948181504 139951103469776 139952067311515 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25989120 140723948189659 140723948192433 140723948192433 140723948195791 0
[pid=12627/tid=12748] ppid=12621 vsize=10582036 CPUtime=3.49 cores=0,2,4,6
/proc/12627/task/12748/stat : 12748 (java) R 12621 12627 25139 0 -1 4202560 7538 12852 0 0 340 1 5 3 20 0 15 0 55387439 10836004864 96947 18446744073709551615 4194304 4196468 140723948181504 139951102417392 139952052045661 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25989120 140723948189659 140723948192433 140723948192433 140723948195791 0
[pid=12627/tid=12749] ppid=12621 vsize=10582036 CPUtime=3.49 cores=0,2,4,6
/proc/12627/task/12749/stat : 12749 (java) S 12621 12627 25139 0 -1 1077944384 7831 12852 0 0 339 2 5 3 20 0 15 0 55387439 10836004864 96947 18446744073709551615 4194304 4196468 140723948181504 139951101364848 139952067304066 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25989120 140723948189659 140723948192433 140723948192433 140723948195791 0
[pid=12627/tid=12750] ppid=12621 vsize=10582036 CPUtime=2.16 cores=0,2,4,6
/proc/12627/task/12750/stat : 12750 (java) S 12621 12627 25139 0 -1 1077944384 9472 12852 0 0 205 3 5 3 20 0 15 0 55387439 10836004864 96947 18446744073709551615 4194304 4196468 140723948181504 139951100312304 139952067304066 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25989120 140723948189659 140723948192433 140723948192433 140723948195791 0
[pid=12627/tid=12751] ppid=12621 vsize=10582036 CPUtime=0.08 cores=0,2,4,6
/proc/12627/task/12751/stat : 12751 (java) S 12621 12627 25139 0 -1 1077944384 3 12852 0 0 0 0 5 3 20 0 15 0 55387439 10836004864 96947 18446744073709551615 4194304 4196468 140723948181504 139951099260000 139952067303125 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25989120 140723948189659 140723948192433 140723948192433 140723948195791 0
[pid=12627/tid=12753] ppid=12621 vsize=10582036 CPUtime=0.08 cores=0,2,4,6
/proc/12627/task/12753/stat : 12753 (java) S 12621 12627 25139 0 -1 1077944384 23 12852 0 0 0 0 5 3 20 0 15 0 55387444 10836004864 96947 18446744073709551615 4194304 4196468 140723948181504 139951098206512 139952067304066 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25989120 140723948189659 140723948192433 140723948192433 140723948195791 0
Current children cumulated CPU time (s) 15.27
Current children cumulated vsize (KiB) 10582036

[startup+12.7008 s]
/proc/loadavg: 1.66 1.19 1.22 6/213 12880
/proc/meminfo: memFree=30338084/32770624 swapFree=0/427036
[pid=12627] ppid=12621 vsize=10649620 CPUtime=28.61 cores=0,2,4,6
/proc/12627/stat : 12627 (java) S 12621 12627 25139 0 -1 1077944320 111254 12852 0 0 2811 42 5 3 20 0 15 0 55387408 10905210880 233048 18446744073709551615 4194304 4196468 140723948181504 140723948164048 139952067292919 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 25989120 140723948189659 140723948192433 140723948192433 140723948195791 0
/proc/12627/statm: 2662405 233048 3492 1 0 2651019 0
[pid=12627/tid=12734] ppid=12621 vsize=10649620 CPUtime=12.17 cores=0,2,4,6
/proc/12627/task/12734/stat : 12734 (java) R 12621 12627 25139 0 -1 4202560 61645 12852 0 0 1191 18 5 3 20 0 15 0 55387434 10905210880 233048 18446744073709551615 4194304 4196468 140723948181504 139952071526528 139951681290701 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 25989120 140723948189659 140723948192433 140723948192433 140723948195791 0
[pid=12627/tid=12740] ppid=12621 vsize=10649620 CPUtime=0.27 cores=0,2,4,6
/proc/12627/task/12740/stat : 12740 (java) S 12621 12627 25139 0 -1 1077944384 924 12852 0 0 16 3 5 3 20 0 15 0 55387435 10905210880 233048 18446744073709551615 4194304 4196468 140723948181504 139951997713168 139952067303125 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25989120 140723948189659 140723948192433 140723948192433 140723948195791 0
[pid=12627/tid=12741] ppid=12621 vsize=10649620 CPUtime=0.27 cores=0,2,4,6
/proc/12627/task/12741/stat : 12741 (java) S 12621 12627 25139 0 -1 1077944384 301 12852 0 0 16 3 5 3 20 0 15 0 55387435 10905210880 233048 18446744073709551615 4194304 4196468 140723948181504 139951996660624 139952067303125 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25989120 140723948189659 140723948192433 140723948192433 140723948195791 0
[pid=12627/tid=12742] ppid=12621 vsize=10649620 CPUtime=0.24 cores=0,2,4,6
/proc/12627/task/12742/stat : 12742 (java) S 12621 12627 25139 0 -1 1077944384 164 12852 0 0 14 2 5 3 20 0 15 0 55387435 10905210880 233048 18446744073709551615 4194304 4196468 140723948181504 139951995608080 139952067303125 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25989120 140723948189659 140723948192433 140723948192433 140723948195791 0
[pid=12627/tid=12743] ppid=12621 vsize=10649620 CPUtime=0.26 cores=0,2,4,6
/proc/12627/task/12743/stat : 12743 (java) S 12621 12627 25139 0 -1 1077944384 1500 12852 0 0 16 2 5 3 20 0 15 0 55387435 10905210880 233048 18446744073709551615 4194304 4196468 140723948181504 139951994555536 139952067303125 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25989120 140723948189659 140723948192433 140723948192433 140723948195791 0
[pid=12627/tid=12744] ppid=12621 vsize=10649620 CPUtime=0.13 cores=0,2,4,6
/proc/12627/task/12744/stat : 12744 (java) S 12621 12627 25139 0 -1 1077944384 2533 12852 0 0 5 0 5 3 20 0 15 0 55387436 10905210880 233048 18446744073709551615 4194304 4196468 140723948181504 139951106627568 139952067304066 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25989120 140723948189659 140723948192433 140723948192433 140723948195791 0
[pid=12627/tid=12745] ppid=12621 vsize=10649620 CPUtime=0.08 cores=0,2,4,6
/proc/12627/task/12745/stat : 12745 (java) S 12621 12627 25139 0 -1 1077944384 58 12852 0 0 0 0 5 3 20 0 15 0 55387436 10905210880 233048 18446744073709551615 4194304 4196468 140723948181504 139951105573920 139952067303125 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25989120 140723948189659 140723948192433 140723948192433 140723948195791 0
[pid=12627/tid=12746] ppid=12621 vsize=10649620 CPUtime=0.08 cores=0,2,4,6
/proc/12627/task/12746/stat : 12746 (java) S 12621 12627 25139 0 -1 1077944384 49 12852 0 0 0 0 5 3 20 0 15 0 55387437 10905210880 233048 18446744073709551615 4194304 4196468 140723948181504 139951104521216 139952067303125 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25989120 140723948189659 140723948192433 140723948192433 140723948195791 0
[pid=12627/tid=12747] ppid=12621 vsize=10649620 CPUtime=0.08 cores=0,2,4,6
/proc/12627/task/12747/stat : 12747 (java) S 12621 12627 25139 0 -1 1077944384 3 12852 0 0 0 0 5 3 20 0 15 0 55387439 10905210880 233048 18446744073709551615 4194304 4196468 140723948181504 139951103469776 139952067311515 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25989120 140723948189659 140723948192433 140723948192433 140723948195791 0

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

/proc/12627/task/12751/stat : 12751 (java) S 12621 12627 25139 0 -1 1077944384 3 12852 0 0 0 0 5 3 20 0 15 0 55387439 10905210880 393777 18446744073709551615 4194304 4196468 140723948181504 139951099260000 139952067303125 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25989120 140723948189659 140723948192433 140723948192433 140723948195791 0
[pid=12627/tid=12753] ppid=12621 vsize=10649620 CPUtime=1.37 cores=0,2,4,6
/proc/12627/task/12753/stat : 12753 (java) S 12621 12627 25139 0 -1 1077944384 1344 12852 0 0 61 68 5 3 20 0 15 0 55387444 10905210880 393777 18446744073709551615 4194304 4196468 140723948181504 139951098206512 139952067304066 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25989120 140723948189659 140723948192433 140723948192433 140723948195791 0
Current children cumulated CPU time (s) 2321.79
Current children cumulated vsize (KiB) 10649620

[startup+2322.3 s]
/proc/loadavg: 1.53 1.43 1.40 3/216 13056
/proc/meminfo: memFree=28876768/32770624 swapFree=0/428408
[pid=12627] ppid=12621 vsize=10649620 CPUtime=2383.02 cores=0,2,4,6
/proc/12627/stat : 12627 (java) S 12621 12627 25139 0 -1 1077944320 272296 12852 0 0 237990 304 5 3 20 0 15 0 55387408 10905210880 393777 18446744073709551615 4194304 4196468 140723948181504 140723948164048 139952067292919 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 25989120 140723948189659 140723948192433 140723948192433 140723948195791 0
/proc/12627/statm: 2662405 393777 3492 1 0 2651019 0
[pid=12627/tid=12734] ppid=12621 vsize=10649620 CPUtime=2297.92 cores=0,2,4,6
/proc/12627/task/12734/stat : 12734 (java) R 12621 12627 25139 0 -1 4202560 111514 12852 0 0 229735 49 5 3 20 0 15 0 55387434 10905210880 393777 18446744073709551615 4194304 4196468 140723948181504 139952071527280 139952047017960 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 25989120 140723948189659 140723948192433 140723948192433 140723948195791 0
[pid=12627/tid=12740] ppid=12621 vsize=10649620 CPUtime=15.05 cores=0,2,4,6
/proc/12627/task/12740/stat : 12740 (java) S 12621 12627 25139 0 -1 1077944384 19581 12852 0 0 1455 42 5 3 20 0 15 0 55387435 10905210880 393777 18446744073709551615 4194304 4196468 140723948181504 139951997713168 139952067303125 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25989120 140723948189659 140723948192433 140723948192433 140723948195791 0
[pid=12627/tid=12741] ppid=12621 vsize=10649620 CPUtime=15.04 cores=0,2,4,6
/proc/12627/task/12741/stat : 12741 (java) S 12621 12627 25139 0 -1 1077944384 17873 12852 0 0 1455 41 5 3 20 0 15 0 55387435 10905210880 393777 18446744073709551615 4194304 4196468 140723948181504 139951996660624 139952067303125 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25989120 140723948189659 140723948192433 140723948192433 140723948195791 0
[pid=12627/tid=12742] ppid=12621 vsize=10649620 CPUtime=14.99 cores=0,2,4,6
/proc/12627/task/12742/stat : 12742 (java) S 12621 12627 25139 0 -1 1077944384 20741 12852 0 0 1453 38 5 3 20 0 15 0 55387435 10905210880 393777 18446744073709551615 4194304 4196468 140723948181504 139951995608080 139952067303125 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25989120 140723948189659 140723948192433 140723948192433 140723948195791 0
[pid=12627/tid=12743] ppid=12621 vsize=10649620 CPUtime=15.05 cores=0,2,4,6
/proc/12627/task/12743/stat : 12743 (java) S 12621 12627 25139 0 -1 1077944384 17229 12852 0 0 1454 43 5 3 20 0 15 0 55387435 10905210880 393777 18446744073709551615 4194304 4196468 140723948181504 139951994555536 139952067303125 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25989120 140723948189659 140723948192433 140723948192433 140723948195791 0
[pid=12627/tid=12744] ppid=12621 vsize=10649620 CPUtime=7.34 cores=0,2,4,6
/proc/12627/task/12744/stat : 12744 (java) S 12621 12627 25139 0 -1 1077944384 18419 12852 0 0 684 42 5 3 20 0 15 0 55387436 10905210880 393777 18446744073709551615 4194304 4196468 140723948181504 139951106627568 139952067304066 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25989120 140723948189659 140723948192433 140723948192433 140723948195791 0
[pid=12627/tid=12745] ppid=12621 vsize=10649620 CPUtime=0.08 cores=0,2,4,6
/proc/12627/task/12745/stat : 12745 (java) S 12621 12627 25139 0 -1 1077944384 58 12852 0 0 0 0 5 3 20 0 15 0 55387436 10905210880 393777 18446744073709551615 4194304 4196468 140723948181504 139951105573920 139952067303125 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25989120 140723948189659 140723948192433 140723948192433 140723948195791 0
[pid=12627/tid=12746] ppid=12621 vsize=10649620 CPUtime=0.08 cores=0,2,4,6
/proc/12627/task/12746/stat : 12746 (java) S 12621 12627 25139 0 -1 1077944384 49 12852 0 0 0 0 5 3 20 0 15 0 55387437 10905210880 393777 18446744073709551615 4194304 4196468 140723948181504 139951104521216 139952067303125 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25989120 140723948189659 140723948192433 140723948192433 140723948195791 0
[pid=12627/tid=12747] ppid=12621 vsize=10649620 CPUtime=0.08 cores=0,2,4,6
/proc/12627/task/12747/stat : 12747 (java) S 12621 12627 25139 0 -1 1077944384 3 12852 0 0 0 0 5 3 20 0 15 0 55387439 10905210880 393777 18446744073709551615 4194304 4196468 140723948181504 139951103469776 139952067311515 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25989120 140723948189659 140723948192433 140723948192433 140723948195791 0
[pid=12627/tid=12748] ppid=12621 vsize=10649620 CPUtime=7.53 cores=0,2,4,6
/proc/12627/task/12748/stat : 12748 (java) S 12621 12627 25139 0 -1 1077944384 22975 12852 0 0 742 3 5 3 20 0 15 0 55387439 10905210880 393777 18446744073709551615 4194304 4196468 140723948181504 139951102417392 139952067304066 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25989120 140723948189659 140723948192433 140723948192433 140723948195791 0
[pid=12627/tid=12749] ppid=12621 vsize=10649620 CPUtime=6.53 cores=0,2,4,6
/proc/12627/task/12749/stat : 12749 (java) S 12621 12627 25139 0 -1 1077944384 21644 12852 0 0 642 3 5 3 20 0 15 0 55387439 10905210880 393777 18446744073709551615 4194304 4196468 140723948181504 139951101364848 139952067304066 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25989120 140723948189659 140723948192433 140723948192433 140723948195791 0
[pid=12627/tid=12750] ppid=12621 vsize=10649620 CPUtime=2.75 cores=0,2,4,6
/proc/12627/task/12750/stat : 12750 (java) S 12621 12627 25139 0 -1 1077944384 18712 12852 0 0 262 5 5 3 20 0 15 0 55387439 10905210880 393777 18446744073709551615 4194304 4196468 140723948181504 139951100312304 139952067304066 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25989120 140723948189659 140723948192433 140723948192433 140723948195791 0
[pid=12627/tid=12751] ppid=12621 vsize=10649620 CPUtime=0.08 cores=0,2,4,6
/proc/12627/task/12751/stat : 12751 (java) S 12621 12627 25139 0 -1 1077944384 3 12852 0 0 0 0 5 3 20 0 15 0 55387439 10905210880 393777 18446744073709551615 4194304 4196468 140723948181504 139951099260000 139952067303125 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25989120 140723948189659 140723948192433 140723948192433 140723948195791 0
[pid=12627/tid=12753] ppid=12621 vsize=10649620 CPUtime=1.4 cores=0,2,4,6
/proc/12627/task/12753/stat : 12753 (java) S 12621 12627 25139 0 -1 1077944384 1361 12852 0 0 62 70 5 3 20 0 15 0 55387444 10905210880 393777 18446744073709551615 4194304 4196468 140723948181504 139951098206512 139952067304066 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25989120 140723948189659 140723948192433 140723948192433 140723948195791 0
Current children cumulated CPU time (s) 2383.02
Current children cumulated vsize (KiB) 10649620



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2339 s]
/proc/loadavg: 1.52 1.43 1.40 3/213 13056
/proc/meminfo: memFree=28876068/32770624 swapFree=0/428400
[pid=12627] ppid=12621 vsize=10649620 CPUtime=2400.06 cores=0,2,4,6
/proc/12627/stat : 12627 (java) S 12621 12627 25139 0 -1 1077944320 272821 12852 0 0 239692 306 5 3 20 0 15 0 55387408 10905210880 394289 18446744073709551615 4194304 4196468 140723948181504 140723948164048 139952067292919 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 25989120 140723948189659 140723948192433 140723948192433 140723948195791 0
/proc/12627/statm: 2662405 394289 3492 1 0 2651019 0
[pid=12627/tid=12734] ppid=12621 vsize=10649620 CPUtime=2314.44 cores=0,2,4,6
/proc/12627/task/12734/stat : 12734 (java) R 12621 12627 25139 0 -1 4202560 111652 12852 0 0 231386 50 5 3 20 0 15 0 55387434 10905210880 394289 18446744073709551615 4194304 4196468 140723948181504 139952071527264 139951661455908 0 4 1 16800974 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 25989120 140723948189659 140723948192433 140723948192433 140723948195791 0
[pid=12627/tid=12740] ppid=12621 vsize=10649620 CPUtime=15.16 cores=0,2,4,6
/proc/12627/task/12740/stat : 12740 (java) S 12621 12627 25139 0 -1 1077944384 19587 12852 0 0 1466 42 5 3 20 0 15 0 55387435 10905210880 394289 18446744073709551615 4194304 4196468 140723948181504 139951997713168 139952067303125 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25989120 140723948189659 140723948192433 140723948192433 140723948195791 0
[pid=12627/tid=12741] ppid=12621 vsize=10649620 CPUtime=15.16 cores=0,2,4,6
/proc/12627/task/12741/stat : 12741 (java) S 12621 12627 25139 0 -1 1077944384 17889 12852 0 0 1467 41 5 3 20 0 15 0 55387435 10905210880 394289 18446744073709551615 4194304 4196468 140723948181504 139951996660624 139952067303125 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25989120 140723948189659 140723948192433 140723948192433 140723948195791 0
[pid=12627/tid=12742] ppid=12621 vsize=10649620 CPUtime=15.11 cores=0,2,4,6
/proc/12627/task/12742/stat : 12742 (java) S 12621 12627 25139 0 -1 1077944384 21030 12852 0 0 1464 39 5 3 20 0 15 0 55387435 10905210880 394289 18446744073709551615 4194304 4196468 140723948181504 139951995608080 139952067303125 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25989120 140723948189659 140723948192433 140723948192433 140723948195791 0
[pid=12627/tid=12743] ppid=12621 vsize=10649620 CPUtime=15.17 cores=0,2,4,6
/proc/12627/task/12743/stat : 12743 (java) S 12621 12627 25139 0 -1 1077944384 17268 12852 0 0 1466 43 5 3 20 0 15 0 55387435 10905210880 394289 18446744073709551615 4194304 4196468 140723948181504 139951994555536 139952067303125 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25989120 140723948189659 140723948192433 140723948192433 140723948195791 0
[pid=12627/tid=12744] ppid=12621 vsize=10649620 CPUtime=7.4 cores=0,2,4,6
/proc/12627/task/12744/stat : 12744 (java) S 12621 12627 25139 0 -1 1077944384 18448 12852 0 0 690 42 5 3 20 0 15 0 55387436 10905210880 394289 18446744073709551615 4194304 4196468 140723948181504 139951106627568 139952067304066 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25989120 140723948189659 140723948192433 140723948192433 140723948195791 0
[pid=12627/tid=12745] ppid=12621 vsize=10649620 CPUtime=0.08 cores=0,2,4,6
/proc/12627/task/12745/stat : 12745 (java) S 12621 12627 25139 0 -1 1077944384 58 12852 0 0 0 0 5 3 20 0 15 0 55387436 10905210880 394289 18446744073709551615 4194304 4196468 140723948181504 139951105573920 139952067303125 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25989120 140723948189659 140723948192433 140723948192433 140723948195791 0
[pid=12627/tid=12746] ppid=12621 vsize=10649620 CPUtime=0.08 cores=0,2,4,6
/proc/12627/task/12746/stat : 12746 (java) S 12621 12627 25139 0 -1 1077944384 49 12852 0 0 0 0 5 3 20 0 15 0 55387437 10905210880 394289 18446744073709551615 4194304 4196468 140723948181504 139951104521216 139952067303125 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25989120 140723948189659 140723948192433 140723948192433 140723948195791 0
[pid=12627/tid=12747] ppid=12621 vsize=10649620 CPUtime=0.08 cores=0,2,4,6
/proc/12627/task/12747/stat : 12747 (java) S 12621 12627 25139 0 -1 1077944384 3 12852 0 0 0 0 5 3 20 0 15 0 55387439 10905210880 394289 18446744073709551615 4194304 4196468 140723948181504 139951103469776 139952067311515 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25989120 140723948189659 140723948192433 140723948192433 140723948195791 0
[pid=12627/tid=12748] ppid=12621 vsize=10649620 CPUtime=7.53 cores=0,2,4,6
/proc/12627/task/12748/stat : 12748 (java) S 12621 12627 25139 0 -1 1077944384 22977 12852 0 0 742 3 5 3 20 0 15 0 55387439 10905210880 394289 18446744073709551615 4194304 4196468 140723948181504 139951102417392 139952067304066 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25989120 140723948189659 140723948192433 140723948192433 140723948195791 0
[pid=12627/tid=12749] ppid=12621 vsize=10649620 CPUtime=6.53 cores=0,2,4,6
/proc/12627/task/12749/stat : 12749 (java) S 12621 12627 25139 0 -1 1077944384 21646 12852 0 0 642 3 5 3 20 0 15 0 55387439 10905210880 394289 18446744073709551615 4194304 4196468 140723948181504 139951101364848 139952067304066 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25989120 140723948189659 140723948192433 140723948192433 140723948195791 0
[pid=12627/tid=12750] ppid=12621 vsize=10649620 CPUtime=2.75 cores=0,2,4,6
/proc/12627/task/12750/stat : 12750 (java) S 12621 12627 25139 0 -1 1077944384 18714 12852 0 0 262 5 5 3 20 0 15 0 55387439 10905210880 394289 18446744073709551615 4194304 4196468 140723948181504 139951100312304 139952067304066 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25989120 140723948189659 140723948192433 140723948192433 140723948195791 0
[pid=12627/tid=12751] ppid=12621 vsize=10649620 CPUtime=0.08 cores=0,2,4,6
/proc/12627/task/12751/stat : 12751 (java) S 12621 12627 25139 0 -1 1077944384 3 12852 0 0 0 0 5 3 20 0 15 0 55387439 10905210880 394289 18446744073709551615 4194304 4196468 140723948181504 139951099260000 139952067303125 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25989120 140723948189659 140723948192433 140723948192433 140723948195791 0
[pid=12627/tid=12753] ppid=12621 vsize=10649620 CPUtime=1.41 cores=0,2,4,6
/proc/12627/task/12753/stat : 12753 (java) S 12621 12627 25139 0 -1 1077944384 1363 12852 0 0 62 71 5 3 20 0 15 0 55387444 10905210880 394289 18446744073709551615 4194304 4196468 140723948181504 139951098206512 139952067304066 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25989120 140723948189659 140723948192433 140723948192433 140723948195791 0
Current children cumulated CPU time (s) 2400.06
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 12627 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2339.2 s]
/proc/loadavg: 1.52 1.43 1.40 3/213 13056
/proc/meminfo: memFree=28876068/32770624 swapFree=0/428400
[pid=12627] ppid=12621 vsize=10782748 CPUtime=2400.74 cores=0,2,4,6
/proc/12627/stat : 12627 (java) S 12621 12627 25139 0 -1 1077944320 280103 12852 0 0 239759 307 5 3 20 0 17 0 55387408 11041533952 396534 18446744073709551615 4194304 4196468 140723948181504 140723948164048 139952067292919 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 25989120 140723948189659 140723948192433 140723948192433 140723948195791 0
/proc/12627/statm: 2695687 396534 3492 1 0 2684301 0
[pid=12627/tid=12734] ppid=12621 vsize=10782748 CPUtime=2314.45 cores=0,2,4,6
/proc/12627/task/12734/stat : 12734 (java) S 12621 12627 25139 0 -1 1077944384 111993 12852 0 0 231387 50 5 3 20 0 17 0 55387434 11041533952 396534 18446744073709551615 4194304 4196468 140723948181504 139952071530704 139952067303125 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 4 0 0 6293624 6294260 25989120 140723948189659 140723948192433 140723948192433 140723948195791 0
[pid=12627/tid=12740] ppid=12621 vsize=10782748 CPUtime=15.32 cores=0,2,4,6
/proc/12627/task/12740/stat : 12740 (java) R 12621 12627 25139 0 -1 4202560 19599 12852 0 0 1482 42 5 3 20 0 17 0 55387435 11041533952 396534 18446744073709551615 4194304 4196468 140723948181504 139951997713368 139952051990694 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 25989120 140723948189659 140723948192433 140723948192433 140723948195791 0
[pid=12627/tid=12741] ppid=12621 vsize=10782748 CPUtime=15.32 cores=0,2,4,6
/proc/12627/task/12741/stat : 12741 (java) R 12621 12627 25139 0 -1 4202560 17897 12852 0 0 1483 41 5 3 20 0 17 0 55387435 11041533952 396534 18446744073709551615 4194304 4196468 140723948181504 139951996660624 139952051990680 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25989120 140723948189659 140723948192433 140723948192433 140723948195791 0
[pid=12627/tid=12742] ppid=12621 vsize=10782748 CPUtime=15.27 cores=0,2,4,6
/proc/12627/task/12742/stat : 12742 (java) R 12621 12627 25139 0 -1 4202560 21052 12852 0 0 1480 39 5 3 20 0 17 0 55387435 11041533952 396534 18446744073709551615 4194304 4196468 140723948181504 139951995608080 139952052277930 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25989120 140723948189659 140723948192433 140723948192433 140723948195791 0
[pid=12627/tid=12743] ppid=12621 vsize=10782748 CPUtime=15.34 cores=0,2,4,6
/proc/12627/task/12743/stat : 12743 (java) R 12621 12627 25139 0 -1 4202560 17284 12852 0 0 1482 44 5 3 20 0 17 0 55387435 11041533952 396534 18446744073709551615 4194304 4196468 140723948181504 139951994555536 139952048846170 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25989120 140723948189659 140723948192433 140723948192433 140723948195791 0
[pid=12627/tid=12744] ppid=12621 vsize=10782748 CPUtime=7.43 cores=0,2,4,6
/proc/12627/task/12744/stat : 12744 (java) S 12621 12627 25139 0 -1 1077944384 25121 12852 0 0 693 42 5 3 20 0 17 0 55387436 11041533952 396534 18446744073709551615 4194304 4196468 140723948181504 139951106625968 139952067303125 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25989120 140723948189659 140723948192433 140723948192433 140723948195791 0
[pid=12627/tid=12745] ppid=12621 vsize=10782748 CPUtime=0.08 cores=0,2,4,6
/proc/12627/task/12745/stat : 12745 (java) S 12621 12627 25139 0 -1 1077944384 59 12852 0 0 0 0 5 3 20 0 17 0 55387436 11041533952 396534 18446744073709551615 4194304 4196468 140723948181504 139951105573824 139952067303125 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25989120 140723948189659 140723948192433 140723948192433 140723948195791 0
[pid=12627/tid=12746] ppid=12621 vsize=10782748 CPUtime=0.08 cores=0,2,4,6
/proc/12627/task/12746/stat : 12746 (java) S 12621 12627 25139 0 -1 1077944384 49 12852 0 0 0 0 5 3 20 0 17 0 55387437 11041533952 396534 18446744073709551615 4194304 4196468 140723948181504 139951104521216 139952067303125 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25989120 140723948189659 140723948192433 140723948192433 140723948195791 0
[pid=12627/tid=12747] ppid=12621 vsize=10782748 CPUtime=0.08 cores=0,2,4,6
/proc/12627/task/12747/stat : 12747 (java) S 12621 12627 25139 0 -1 1077944384 97 12852 0 0 0 0 5 3 20 0 17 0 55387439 11041533952 396534 18446744073709551615 4194304 4196468 140723948181504 139951103469776 139952067311515 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25989120 140723948189659 140723948192433 140723948192433 140723948195791 0
[pid=12627/tid=12748] ppid=12621 vsize=10782748 CPUtime=7.53 cores=0,2,4,6
/proc/12627/task/12748/stat : 12748 (java) S 12621 12627 25139 0 -1 1077944384 22977 12852 0 0 742 3 5 3 20 0 17 0 55387439 11041533952 396534 18446744073709551615 4194304 4196468 140723948181504 139951102417440 139952067303125 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25989120 140723948189659 140723948192433 140723948192433 140723948195791 0
[pid=12627/tid=12749] ppid=12621 vsize=10782748 CPUtime=6.53 cores=0,2,4,6
/proc/12627/task/12749/stat : 12749 (java) S 12621 12627 25139 0 -1 1077944384 21646 12852 0 0 642 3 5 3 20 0 17 0 55387439 11041533952 396534 18446744073709551615 4194304 4196468 140723948181504 139951101364896 139952067303125 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25989120 140723948189659 140723948192433 140723948192433 140723948195791 0
[pid=12627/tid=12750] ppid=12621 vsize=10782748 CPUtime=2.75 cores=0,2,4,6
/proc/12627/task/12750/stat : 12750 (java) S 12621 12627 25139 0 -1 1077944384 18714 12852 0 0 262 5 5 3 20 0 17 0 55387439 11041533952 396534 18446744073709551615 4194304 4196468 140723948181504 139951100312064 139952067303125 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25989120 140723948189659 140723948192433 140723948192433 140723948195791 0
[pid=12627/tid=12751] ppid=12621 vsize=10782748 CPUtime=0.08 cores=0,2,4,6
/proc/12627/task/12751/stat : 12751 (java) S 12621 12627 25139 0 -1 1077944384 3 12852 0 0 0 0 5 3 20 0 17 0 55387439 11041533952 396534 18446744073709551615 4194304 4196468 140723948181504 139951099260000 139952067303125 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25989120 140723948189659 140723948192433 140723948192433 140723948195791 0
[pid=12627/tid=12753] ppid=12621 vsize=10782748 CPUtime=1.41 cores=0,2,4,6
/proc/12627/task/12753/stat : 12753 (java) S 12621 12627 25139 0 -1 1077944384 1363 12852 0 0 62 71 5 3 20 0 17 0 55387444 11041533952 396534 18446744073709551615 4194304 4196468 140723948181504 139951098206512 139952067304066 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25989120 140723948189659 140723948192433 140723948192433 140723948195791 0
Current children cumulated CPU time (s) 2400.74
Current children cumulated vsize (KiB) 10782748

[startup+2339.4 s]
/proc/loadavg: 1.52 1.43 1.40 3/213 13056
/proc/meminfo: memFree=28876068/32770624 swapFree=0/428400
[pid=12627] ppid=12621 vsize=10782748 CPUtime=2401.31 cores=0,2,4,6
/proc/12627/stat : 12627 (java) S 12621 12627 25139 0 -1 1077944320 280111 12852 0 0 239816 307 5 3 20 0 17 0 55387408 11041533952 396534 18446744073709551615 4194304 4196468 140723948181504 140723948164048 139952067292919 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 25989120 140723948189659 140723948192433 140723948192433 140723948195791 0
/proc/12627/statm: 2695687 396534 3492 1 0 2684301 0
[pid=12627/tid=12734] ppid=12621 vsize=10782748 CPUtime=2314.45 cores=0,2,4,6
/proc/12627/task/12734/stat : 12734 (java) S 12621 12627 25139 0 -1 1077944384 111995 12852 0 0 231387 50 5 3 20 0 17 0 55387434 11041533952 396534 18446744073709551615 4194304 4196468 140723948181504 139952071530704 139952067303125 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 4 0 0 6293624 6294260 25989120 140723948189659 140723948192433 140723948192433 140723948195791 0
[pid=12627/tid=12740] ppid=12621 vsize=10782748 CPUtime=15.44 cores=0,2,4,6
/proc/12627/task/12740/stat : 12740 (java) R 12621 12627 25139 0 -1 1077944384 19599 12852 0 0 1494 42 5 3 20 0 17 0 55387435 11041533952 396534 18446744073709551615 4194304 4196468 140723948181504 139951997713168 139952067303125 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25989120 140723948189659 140723948192433 140723948192433 140723948195791 0
[pid=12627/tid=12741] ppid=12621 vsize=10782748 CPUtime=15.44 cores=0,2,4,6
/proc/12627/task/12741/stat : 12741 (java) R 12621 12627 25139 0 -1 1077944384 17900 12852 0 0 1495 41 5 3 20 0 17 0 55387435 11041533952 396534 18446744073709551615 4194304 4196468 140723948181504 139951996660624 139952067303125 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25989120 140723948189659 140723948192433 140723948192433 140723948195791 0
[pid=12627/tid=12742] ppid=12621 vsize=10782748 CPUtime=15.4 cores=0,2,4,6
/proc/12627/task/12742/stat : 12742 (java) R 12621 12627 25139 0 -1 4202560 21052 12852 0 0 1493 39 5 3 20 0 17 0 55387435 11041533952 396534 18446744073709551615 4194304 4196468 140723948181504 139951995608080 139952067304854 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25989120 140723948189659 140723948192433 140723948192433 140723948195791 0
[pid=12627/tid=12743] ppid=12621 vsize=10782748 CPUtime=15.46 cores=0,2,4,6
/proc/12627/task/12743/stat : 12743 (java) R 12621 12627 25139 0 -1 4202560 17284 12852 0 0 1494 44 5 3 20 0 17 0 55387435 11041533952 396534 18446744073709551615 4194304 4196468 140723948181504 139951994555536 139952067304854 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25989120 140723948189659 140723948192433 140723948192433 140723948195791 0
[pid=12627/tid=12744] ppid=12621 vsize=10782748 CPUtime=7.51 cores=0,2,4,6
/proc/12627/task/12744/stat : 12744 (java) S 12621 12627 25139 0 -1 1077944384 25122 12852 0 0 700 43 5 3 20 0 17 0 55387436 11041533952 396534 18446744073709551615 4194304 4196468 140723948181504 139951106626192 139952067303125 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25989120 140723948189659 140723948192433 140723948192433 140723948195791 0
[pid=12627/tid=12745] ppid=12621 vsize=10782748 CPUtime=0.08 cores=0,2,4,6
/proc/12627/task/12745/stat : 12745 (java) S 12621 12627 25139 0 -1 1077944384 60 12852 0 0 0 0 5 3 20 0 17 0 55387436 11041533952 396534 18446744073709551615 4194304 4196468 140723948181504 139951105573760 139952067303125 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25989120 140723948189659 140723948192433 140723948192433 140723948195791 0
[pid=12627/tid=12746] ppid=12621 vsize=10782748 CPUtime=0.08 cores=0,2,4,6
/proc/12627/task/12746/stat : 12746 (java) S 12621 12627 25139 0 -1 1077944384 49 12852 0 0 0 0 5 3 20 0 17 0 55387437 11041533952 396534 18446744073709551615 4194304 4196468 140723948181504 139951104521216 139952067303125 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25989120 140723948189659 140723948192433 140723948192433 140723948195791 0
[pid=12627/tid=12747] ppid=12621 vsize=10782748 CPUtime=0.08 cores=0,2,4,6
/proc/12627/task/12747/stat : 12747 (java) S 12621 12627 25139 0 -1 1077944384 97 12852 0 0 0 0 5 3 20 0 17 0 55387439 11041533952 396534 18446744073709551615 4194304 4196468 140723948181504 139951103469776 139952067311515 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25989120 140723948189659 140723948192433 140723948192433 140723948195791 0
[pid=12627/tid=12748] ppid=12621 vsize=10782748 CPUtime=7.53 cores=0,2,4,6
/proc/12627/task/12748/stat : 12748 (java) S 12621 12627 25139 0 -1 1077944384 22977 12852 0 0 742 3 5 3 20 0 17 0 55387439 11041533952 396534 18446744073709551615 4194304 4196468 140723948181504 139951102417392 139952067304066 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25989120 140723948189659 140723948192433 140723948192433 140723948195791 0
[pid=12627/tid=12749] ppid=12621 vsize=10782748 CPUtime=6.53 cores=0,2,4,6
/proc/12627/task/12749/stat : 12749 (java) S 12621 12627 25139 0 -1 1077944384 21647 12852 0 0 642 3 5 3 20 0 17 0 55387439 11041533952 396534 18446744073709551615 4194304 4196468 140723948181504 139951101364608 139952067303125 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25989120 140723948189659 140723948192433 140723948192433 140723948195791 0
[pid=12627/tid=12750] ppid=12621 vsize=10782748 CPUtime=2.75 cores=0,2,4,6
/proc/12627/task/12750/stat : 12750 (java) S 12621 12627 25139 0 -1 1077944384 18714 12852 0 0 262 5 5 3 20 0 17 0 55387439 11041533952 396534 18446744073709551615 4194304 4196468 140723948181504 139951100312304 139952067304066 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25989120 140723948189659 140723948192433 140723948192433 140723948195791 0
[pid=12627/tid=12751] ppid=12621 vsize=10782748 CPUtime=0.08 cores=0,2,4,6
/proc/12627/task/12751/stat : 12751 (java) S 12621 12627 25139 0 -1 1077944384 3 12852 0 0 0 0 5 3 20 0 17 0 55387439 11041533952 396534 18446744073709551615 4194304 4196468 140723948181504 139951099260000 139952067303125 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25989120 140723948189659 140723948192433 140723948192433 140723948195791 0
[pid=12627/tid=12753] ppid=12621 vsize=10782748 CPUtime=1.41 cores=0,2,4,6
/proc/12627/task/12753/stat : 12753 (java) S 12621 12627 25139 0 -1 1077944384 1363 12852 0 0 62 71 5 3 20 0 17 0 55387444 11041533952 396534 18446744073709551615 4194304 4196468 140723948181504 139951098206512 139952067304066 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25989120 140723948189659 140723948192433 140723948192433 140723948195791 0
Current children cumulated CPU time (s) 2401.31
Current children cumulated vsize (KiB) 10782748

Child status: 143
Real time (s): 2339.44
CPU time (s): 2401.41
CPU user time (s): 2398.29
CPU system time (s): 3.12455
CPU usage (%): 102.649
Max. virtual memory (cumulated for all children) (KiB): 10782748

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2398.29
system time used= 3.12455
maximum resident set size= 1749100
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 293055
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2776
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 209347
involuntary context switches= 6179

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.58754 second user time and 15.615 second system time

The end

Launcher Data

Begin job on node134 at 2017-08-07 05:52:55
IDJOB=4244623
IDBENCH=115819
IDSOLVER=2630
FILE ID=node134/4244623-1502078813
RUNJOBID= node134-1502077974-12598
PBS_JOBID= 
Free space on /tmp= 62032 MiB

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

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

MD5SUM BENCH= f4343428e383d05385b00a8c52a8c02b
RANDOM SEED=1549878618

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:        31363392 kB
MemAvailable:   32000548 kB
Buffers:          200320 kB
Cached:           727688 kB
SwapCached:            0 kB
Active:           534260 kB
Inactive:         449756 kB
Active(anon):      59156 kB
Inactive(anon):    23032 kB
Active(file):     475104 kB
Inactive(file):   426724 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             47588 kB
Writeback:             0 kB
AnonPages:         56632 kB
Mapped:            39908 kB
Shmem:             25276 kB
Slab:             127904 kB
SReclaimable:     102328 kB
SUnreclaim:        25576 kB
KernelStack:        3168 kB
PageTables:         4732 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     298440 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     10240 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 06:31:55