Trace number 4259386

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.4? (TO) 254.369 240.37399

General information on the benchmark

NameBinPacking/BinPacking-sum-skj1/
BinPacking-sum-n3c3w4h.xml
MD5SUM797cc29f939b3426dc93651349e66756
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark33
Best CPU time to get the best result obtained on this benchmark2002.48
Satisfiable
(Un)Satisfiability was proved
Number of variables473
Number of constraints239
Number of domains2
Minimum domain size67
Maximum domain size119
Distribution of domain sizes[{"size":67,"count":472},{"size":119,"count":1}]
Minimum variable degree2
Maximum variable degree5
Distribution of variable degrees[{"degree":2,"count":1},{"degree":4,"count":354},{"degree":5,"count":118}]
Minimum constraint arity4
Maximum constraint arity472
Distribution of constraint arities[{"arity":4,"count":236},{"arity":119,"count":1},{"arity":472,"count":2}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"ordered","count":118},{"type":"lex","count":1},{"type":"sum","count":118},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

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

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 264 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 294 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 240 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.55 1.71 1.73 3/199 18625
/proc/meminfo: memFree=28442496/32770624 swapFree=0/242820
[pid=18625] ppid=18622 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/18625/stat : 18625 (runsolver) D 18622 18625 5228 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 13753031 24240128 106 18446744073709551615 4194304 4338465 140723765569680 140723765567320 140222492607191 0 0 1 24578 18446744071580418449 0 0 17 1 0 0 0 0 0 6438912 6441760 34664448 140723765575888 140723765576262 140723765576262 140723765579722 0
/proc/18625/statm: 5918 106 53 36 0 2156 0

[startup+0.100069 s]
/proc/loadavg: 1.55 1.71 1.73 3/199 18625
/proc/meminfo: memFree=28442496/32770624 swapFree=0/242820
[pid=18625] ppid=18622 vsize=9636 CPUtime=0.01 cores=1,3,5,7
/proc/18625/stat : 18625 (bash) S 18622 18625 5228 0 -1 4202496 797 5311 0 0 0 0 0 1 20 0 1 0 13753031 9867264 360 18446744073709551615 4194304 5098028 140737321213792 140737321211448 140313414470656 0 0 5 65536 18446744071580971376 0 0 17 5 0 0 8 0 0 7196144 7232144 13479936 140737321218577 140737321218662 140737321218662 140737321222122 0
/proc/18625/statm: 2409 360 286 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.200557 s]
/proc/loadavg: 1.55 1.71 1.73 3/199 18625
/proc/meminfo: memFree=28442496/32770624 swapFree=0/242820
[pid=18625] ppid=18622 vsize=9636 CPUtime=0.01 cores=1,3,5,7
/proc/18625/stat : 18625 (bash) S 18622 18625 5228 0 -1 4202496 892 6491 0 0 0 0 0 1 20 0 1 0 13753031 9867264 377 18446744073709551615 4194304 5098028 140737321213792 140737321207800 140313414470656 0 0 5 65536 18446744071580971376 0 0 17 5 0 0 8 0 0 7196144 7232144 13479936 140737321218577 140737321218662 140737321218662 140737321222122 0
/proc/18625/statm: 2409 377 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.300303 s]
/proc/loadavg: 1.55 1.71 1.73 3/199 18625
/proc/meminfo: memFree=28442496/32770624 swapFree=0/242820
[pid=18625] ppid=18622 vsize=13907308 CPUtime=0.14 cores=1,3,5,7
/proc/18625/stat : 18625 (java) S 18622 18625 5228 0 -1 1077944320 5605 12494 0 0 5 1 5 3 20 0 14 0 13753031 14241083392 5295 18446744073709551615 4194304 4196468 140722689060560 140722689043104 140590338354935 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 6836224 140722689066957 140722689069742 140722689069742 140722689073103 0
/proc/18625/statm: 3476827 5295 2648 1 0 3466332 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 13907308

[startup+0.700224 s]
/proc/loadavg: 1.55 1.71 1.73 3/199 18625
/proc/meminfo: memFree=28442496/32770624 swapFree=0/242820
[pid=18625] ppid=18622 vsize=13974784 CPUtime=0.59 cores=1,3,5,7
/proc/18625/stat : 18625 (java) S 18622 18625 5228 0 -1 1077944320 13408 12494 0 0 48 3 5 3 20 0 15 0 13753031 14310178816 14387 18446744073709551615 4194304 4196468 140722689060560 140722689043104 140590338354935 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 6836224 140722689066957 140722689069742 140722689069742 140722689073103 0
/proc/18625/statm: 3493696 14387 3064 1 0 3482973 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 13974784

[startup+1.50055 s]
/proc/loadavg: 1.55 1.71 1.73 3/214 18688
/proc/meminfo: memFree=28353992/32770624 swapFree=0/242816
[pid=18625] ppid=18622 vsize=13985408 CPUtime=1.79 cores=1,3,5,7
/proc/18625/stat : 18625 (java) S 18622 18625 5228 0 -1 1077944320 26088 12494 0 0 164 7 5 3 20 0 15 0 13753031 14321057792 33946 18446744073709551615 4194304 4196468 140722689060560 140722689043104 140590338354935 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 6836224 140722689066957 140722689069742 140722689069742 140722689073103 0
/proc/18625/statm: 3496352 33946 3332 1 0 3485533 0
[pid=18625/tid=18675] ppid=18622 vsize=13985408 CPUtime=1.26 cores=1,3,5,7
/proc/18625/task/18675/stat : 18675 (java) R 18622 18625 5228 0 -1 4202560 21301 12494 0 0 113 5 5 3 20 0 15 0 13753052 14321057792 33946 18446744073709551615 4194304 4196468 140722689060560 140590342578944 140590338366870 0 4 1 16800974 0 0 0 -1 5 0 0 9 0 0 6293624 6294260 6836224 140722689066957 140722689069742 140722689069742 140722689073103 0
[pid=18625/tid=18676] ppid=18622 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/18625/task/18676/stat : 18676 (java) S 18622 18625 5228 0 -1 1077944384 1 12494 0 0 0 0 5 3 20 0 15 0 13753052 14321057792 33946 18446744073709551615 4194304 4196468 140722689060560 140590257769488 140590338365141 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6836224 140722689066957 140722689069742 140722689069742 140722689073103 0
[pid=18625/tid=18677] ppid=18622 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/18625/task/18677/stat : 18677 (java) S 18622 18625 5228 0 -1 1077944384 2 12494 0 0 0 0 5 3 20 0 15 0 13753052 14321057792 33946 18446744073709551615 4194304 4196468 140722689060560 140590256716944 140590338365141 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6836224 140722689066957 140722689069742 140722689069742 140722689073103 0
[pid=18625/tid=18678] ppid=18622 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/18625/task/18678/stat : 18678 (java) S 18622 18625 5228 0 -1 1077944384 2 12494 0 0 0 0 5 3 20 0 15 0 13753053 14321057792 33946 18446744073709551615 4194304 4196468 140722689060560 140590255663888 140590338365141 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6836224 140722689066957 140722689069742 140722689069742 140722689073103 0
[pid=18625/tid=18679] ppid=18622 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/18625/task/18679/stat : 18679 (java) S 18622 18625 5228 0 -1 1077944384 2 12494 0 0 0 0 5 3 20 0 15 0 13753053 14321057792 33946 18446744073709551615 4194304 4196468 140722689060560 140590254611344 140590338365141 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6836224 140722689066957 140722689069742 140722689069742 140722689073103 0
[pid=18625/tid=18680] ppid=18622 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/18625/task/18680/stat : 18680 (java) S 18622 18625 5228 0 -1 1077944384 5 12494 0 0 0 0 5 3 20 0 15 0 13753054 14321057792 33946 18446744073709551615 4194304 4196468 140722689060560 140589816846576 140590338366082 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6836224 140722689066957 140722689069742 140722689069742 140722689073103 0
[pid=18625/tid=18681] ppid=18622 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/18625/task/18681/stat : 18681 (java) S 18622 18625 5228 0 -1 1077944384 33 12494 0 0 0 0 5 3 20 0 15 0 13753054 14321057792 33946 18446744073709551615 4194304 4196468 140722689060560 140589815792800 140590338365141 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6836224 140722689066957 140722689069742 140722689069742 140722689073103 0
[pid=18625/tid=18682] ppid=18622 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/18625/task/18682/stat : 18682 (java) S 18622 18625 5228 0 -1 1077944384 21 12494 0 0 0 0 5 3 20 0 15 0 13753054 14321057792 33946 18446744073709551615 4194304 4196468 140722689060560 140589814739696 140590338365141 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6836224 140722689066957 140722689069742 140722689069742 140722689073103 0
[pid=18625/tid=18683] ppid=18622 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/18625/task/18683/stat : 18683 (java) S 18622 18625 5228 0 -1 1077944384 3 12494 0 0 0 0 5 3 20 0 15 0 13753057 14321057792 33946 18446744073709551615 4194304 4196468 140722689060560 140589813688272 140590338373531 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6836224 140722689066957 140722689069742 140722689069742 140722689073103 0
[pid=18625/tid=18684] ppid=18622 vsize=13985408 CPUtime=0.19 cores=1,3,5,7
/proc/18625/task/18684/stat : 18684 (java) R 18622 18625 5228 0 -1 4202560 929 12494 0 0 11 0 5 3 20 0 15 0 13753057 14321057792 33946 18446744073709551615 4194304 4196468 140722689060560 140589812636400 140590331339977 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6836224 140722689066957 140722689069742 140722689069742 140722689073103 0
[pid=18625/tid=18685] ppid=18622 vsize=13985408 CPUtime=0.26 cores=1,3,5,7
/proc/18625/task/18685/stat : 18685 (java) S 18622 18625 5228 0 -1 1077944384 740 12494 0 0 18 0 5 3 20 0 15 0 13753057 14321057792 33946 18446744073709551615 4194304 4196468 140722689060560 140589811583856 140590338366082 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6836224 140722689066957 140722689069742 140722689069742 140722689073103 0
[pid=18625/tid=18686] ppid=18622 vsize=13985408 CPUtime=0.29 cores=1,3,5,7
/proc/18625/task/18686/stat : 18686 (java) R 18622 18625 5228 0 -1 4202560 889 12494 0 0 21 0 5 3 20 0 15 0 13753057 14321057792 33946 18446744073709551615 4194304 4196468 140722689060560 140589810530800 140590338376282 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6836224 140722689066957 140722689069742 140722689069742 140722689073103 0
[pid=18625/tid=18687] ppid=18622 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/18625/task/18687/stat : 18687 (java) S 18622 18625 5228 0 -1 1077944384 3 12494 0 0 0 0 5 3 20 0 15 0 13753057 14321057792 33946 18446744073709551615 4194304 4196468 140722689060560 140589809478496 140590338365141 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6836224 140722689066957 140722689069742 140722689069742 140722689073103 0
[pid=18625/tid=18688] ppid=18622 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/18625/task/18688/stat : 18688 (java) S 18622 18625 5228 0 -1 1077944384 5 12494 0 0 0 0 5 3 20 0 15 0 13753067 14321057792 33946 18446744073709551615 4194304 4196468 140722689060560 140589808425520 140590338366082 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6836224 140722689066957 140722689069742 140722689069742 140722689073103 0
Current children cumulated CPU time (s) 1.79
Current children cumulated vsize (KiB) 13985408

[startup+3.10148 s]
/proc/loadavg: 1.66 1.74 1.73 6/214 18688
/proc/meminfo: memFree=28285936/32770624 swapFree=0/242816
[pid=18625] ppid=18622 vsize=13997884 CPUtime=6.12 cores=1,3,5,7
/proc/18625/stat : 18625 (java) S 18622 18625 5228 0 -1 1077944320 45982 12494 0 0 589 15 5 3 20 0 15 0 13753031 14333833216 54323 18446744073709551615 4194304 4196468 140722689060560 140722689043104 140590338354935 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 6836224 140722689066957 140722689069742 140722689069742 140722689073103 0
/proc/18625/statm: 3499471 54323 3433 1 0 3488093 0
[pid=18625/tid=18675] ppid=18622 vsize=13997884 CPUtime=2.83 cores=1,3,5,7
/proc/18625/task/18675/stat : 18675 (java) R 18622 18625 5228 0 -1 4202560 28686 12494 0 0 267 8 5 3 20 0 15 0 13753052 14333833216 54323 18446744073709551615 4194304 4196468 140722689060560 140590342563376 140590324561203 0 4 1 16800974 0 0 0 -1 1 0 0 9 0 0 6293624 6294260 6836224 140722689066957 140722689069742 140722689069742 140722689073103 0
[pid=18625/tid=18676] ppid=18622 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/18625/task/18676/stat : 18676 (java) S 18622 18625 5228 0 -1 1077944384 63 12494 0 0 0 0 5 3 20 0 15 0 13753052 14333833216 54323 18446744073709551615 4194304 4196468 140722689060560 140590257769488 140590338365141 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6836224 140722689066957 140722689069742 140722689069742 140722689073103 0
[pid=18625/tid=18677] ppid=18622 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/18625/task/18677/stat : 18677 (java) S 18622 18625 5228 0 -1 1077944384 207 12494 0 0 0 0 5 3 20 0 15 0 13753052 14333833216 54323 18446744073709551615 4194304 4196468 140722689060560 140590256716944 140590338365141 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6836224 140722689066957 140722689069742 140722689069742 140722689073103 0
[pid=18625/tid=18678] ppid=18622 vsize=13997884 CPUtime=0.09 cores=1,3,5,7
/proc/18625/task/18678/stat : 18678 (java) S 18622 18625 5228 0 -1 1077944384 44 12494 0 0 1 0 5 3 20 0 15 0 13753053 14333833216 54323 18446744073709551615 4194304 4196468 140722689060560 140590255663888 140590338365141 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6836224 140722689066957 140722689069742 140722689069742 140722689073103 0
[pid=18625/tid=18679] ppid=18622 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/18625/task/18679/stat : 18679 (java) S 18622 18625 5228 0 -1 1077944384 54 12494 0 0 0 0 5 3 20 0 15 0 13753053 14333833216 54323 18446744073709551615 4194304 4196468 140722689060560 140590254611344 140590338365141 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6836224 140722689066957 140722689069742 140722689069742 140722689073103 0
[pid=18625/tid=18680] ppid=18622 vsize=13997884 CPUtime=0.09 cores=1,3,5,7
/proc/18625/task/18680/stat : 18680 (java) S 18622 18625 5228 0 -1 1077944384 1419 12494 0 0 1 0 5 3 20 0 15 0 13753054 14333833216 54323 18446744073709551615 4194304 4196468 140722689060560 140589816846576 140590338366082 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6836224 140722689066957 140722689069742 140722689069742 140722689073103 0
[pid=18625/tid=18681] ppid=18622 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/18625/task/18681/stat : 18681 (java) S 18622 18625 5228 0 -1 1077944384 56 12494 0 0 0 0 5 3 20 0 15 0 13753054 14333833216 54323 18446744073709551615 4194304 4196468 140722689060560 140589815792864 140590338365141 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6836224 140722689066957 140722689069742 140722689069742 140722689073103 0
[pid=18625/tid=18682] ppid=18622 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/18625/task/18682/stat : 18682 (java) S 18622 18625 5228 0 -1 1077944384 44 12494 0 0 0 0 5 3 20 0 15 0 13753054 14333833216 54323 18446744073709551615 4194304 4196468 140722689060560 140589814739712 140590338365141 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6836224 140722689066957 140722689069742 140722689069742 140722689073103 0
[pid=18625/tid=18683] ppid=18622 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/18625/task/18683/stat : 18683 (java) S 18622 18625 5228 0 -1 1077944384 3 12494 0 0 0 0 5 3 20 0 15 0 13753057 14333833216 54323 18446744073709551615 4194304 4196468 140722689060560 140589813688272 140590338373531 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6836224 140722689066957 140722689069742 140722689069742 140722689073103 0
[pid=18625/tid=18684] ppid=18622 vsize=13997884 CPUtime=0.94 cores=1,3,5,7
/proc/18625/task/18684/stat : 18684 (java) R 18622 18625 5228 0 -1 4202560 3394 12494 0 0 85 1 5 3 20 0 15 0 13753057 14333833216 54323 18446744073709551615 4194304 4196468 140722689060560 140589812622272 140590318191199 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 6836224 140722689066957 140722689069742 140722689069742 140722689073103 0
[pid=18625/tid=18685] ppid=18622 vsize=13997884 CPUtime=1.33 cores=1,3,5,7
/proc/18625/task/18685/stat : 18685 (java) R 18622 18625 5228 0 -1 4202560 5123 12494 0 0 125 0 5 3 20 0 15 0 13753057 14333833216 54323 18446744073709551615 4194304 4196468 140722689060560 140589811567664 140590319898282 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6836224 140722689066957 140722689069742 140722689069742 140722689073103 0
[pid=18625/tid=18686] ppid=18622 vsize=13997884 CPUtime=1.15 cores=1,3,5,7
/proc/18625/task/18686/stat : 18686 (java) R 18622 18625 5228 0 -1 4202560 4728 12494 0 0 105 2 5 3 20 0 15 0 13753057 14333833216 54323 18446744073709551615 4194304 4196468 140722689060560 140589810530800 140590338376282 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6836224 140722689066957 140722689069742 140722689069742 140722689073103 0
[pid=18625/tid=18687] ppid=18622 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/18625/task/18687/stat : 18687 (java) S 18622 18625 5228 0 -1 1077944384 3 12494 0 0 0 0 5 3 20 0 15 0 13753057 14333833216 54323 18446744073709551615 4194304 4196468 140722689060560 140589809478496 140590338365141 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6836224 140722689066957 140722689069742 140722689069742 140722689073103 0
[pid=18625/tid=18688] ppid=18622 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/18625/task/18688/stat : 18688 (java) S 18622 18625 5228 0 -1 1077944384 6 12494 0 0 0 0 5 3 20 0 15 0 13753067 14333833216 54323 18446744073709551615 4194304 4196468 140722689060560 140589808425520 140590338366082 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6836224 140722689066957 140722689069742 140722689069742 140722689073103 0
Current children cumulated CPU time (s) 6.12
Current children cumulated vsize (KiB) 13997884

[startup+6.30233 s]
/proc/loadavg: 1.66 1.74 1.73 5/214 18688
/proc/meminfo: memFree=28097512/32770624 swapFree=0/242824
[pid=18625] ppid=18622 vsize=14069564 CPUtime=15.54 cores=1,3,5,7
/proc/18625/stat : 18625 (java) S 18622 18625 5228 0 -1 1077944320 73155 12494 0 0 1518 28 5 3 20 0 15 0 13753031 14407233536 120356 18446744073709551615 4194304 4196468 140722689060560 140722689043104 140590338354935 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 6836224 140722689066957 140722689069742 140722689069742 140722689073103 0
/proc/18625/statm: 3517391 120356 3464 1 0 3506013 0
[pid=18625/tid=18675] ppid=18622 vsize=14069564 CPUtime=5.9 cores=1,3,5,7
/proc/18625/task/18675/stat : 18675 (java) S 18622 18625 5228 0 -1 1077944384 43296 12494 0 0 569 13 5 3 20 0 15 0 13753052 14407233536 120356 18446744073709551615 4194304 4196468 140722689060560 140590342588896 140590338365141 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 9 0 0 6293624 6294260 6836224 140722689066957 140722689069742 140722689069742 140722689073103 0
[pid=18625/tid=18676] ppid=18622 vsize=14069564 CPUtime=0.16 cores=1,3,5,7
/proc/18625/task/18676/stat : 18676 (java) S 18622 18625 5228 0 -1 1077944384 440 12494 0 0 7 1 5 3 20 0 15 0 13753052 14407233536 120356 18446744073709551615 4194304 4196468 140722689060560 140590257769488 140590338365141 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6836224 140722689066957 140722689069742 140722689069742 140722689073103 0
[pid=18625/tid=18677] ppid=18622 vsize=14069564 CPUtime=0.17 cores=1,3,5,7
/proc/18625/task/18677/stat : 18677 (java) R 18622 18625 5228 0 -1 1077944384 378 12494 0 0 8 1 5 3 20 0 15 0 13753052 14407233536 120356 18446744073709551615 4194304 4196468 140722689060560 140590256716960 140590338365141 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 6836224 140722689066957 140722689069742 140722689069742 140722689073103 0
[pid=18625/tid=18678] ppid=18622 vsize=14069564 CPUtime=0.15 cores=1,3,5,7
/proc/18625/task/18678/stat : 18678 (java) S 18622 18625 5228 0 -1 1077944384 123 12494 0 0 6 1 5 3 20 0 15 0 13753053 14407233536 120356 18446744073709551615 4194304 4196468 140722689060560 140590255663888 140590338365141 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6836224 140722689066957 140722689069742 140722689069742 140722689073103 0
[pid=18625/tid=18679] ppid=18622 vsize=14069564 CPUtime=0.17 cores=1,3,5,7
/proc/18625/task/18679/stat : 18679 (java) S 18622 18625 5228 0 -1 1077944384 169 12494 0 0 8 1 5 3 20 0 15 0 13753053 14407233536 120356 18446744073709551615 4194304 4196468 140722689060560 140590254611344 140590338365141 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6836224 140722689066957 140722689069742 140722689069742 140722689073103 0
[pid=18625/tid=18680] ppid=18622 vsize=14069564 CPUtime=0.12 cores=1,3,5,7
/proc/18625/task/18680/stat : 18680 (java) S 18622 18625 5228 0 -1 1077944384 2329 12494 0 0 4 0 5 3 20 0 15 0 13753054 14407233536 120356 18446744073709551615 4194304 4196468 140722689060560 140589816845088 140590338365141 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6836224 140722689066957 140722689069742 140722689069742 140722689073103 0
[pid=18625/tid=18681] ppid=18622 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/18625/task/18681/stat : 18681 (java) S 18622 18625 5228 0 -1 1077944384 56 12494 0 0 0 0 5 3 20 0 15 0 13753054 14407233536 120356 18446744073709551615 4194304 4196468 140722689060560 140589815792928 140590338365141 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6836224 140722689066957 140722689069742 140722689069742 140722689073103 0
[pid=18625/tid=18682] ppid=18622 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/18625/task/18682/stat : 18682 (java) S 18622 18625 5228 0 -1 1077944384 44 12494 0 0 0 0 5 3 20 0 15 0 13753054 14407233536 120356 18446744073709551615 4194304 4196468 140722689060560 140589814739712 140590338365141 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6836224 140722689066957 140722689069742 140722689069742 140722689073103 0
[pid=18625/tid=18683] ppid=18622 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/18625/task/18683/stat : 18683 (java) S 18622 18625 5228 0 -1 1077944384 3 12494 0 0 0 0 5 3 20 0 15 0 13753057 14407233536 120356 18446744073709551615 4194304 4196468 140722689060560 140589813688272 140590338373531 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6836224 140722689066957 140722689069742 140722689069742 140722689073103 0
[pid=18625/tid=18684] ppid=18622 vsize=14069564 CPUtime=3.47 cores=1,3,5,7
/proc/18625/task/18684/stat : 18684 (java) S 18622 18625 5228 0 -1 1077944384 6563 12494 0 0 338 1 5 3 20 0 15 0 13753057 14407233536 120356 18446744073709551615 4194304 4196468 140722689060560 140589812636400 140590338366082 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6836224 140722689066957 140722689069742 140722689069742 140722689073103 0
[pid=18625/tid=18685] ppid=18622 vsize=14069564 CPUtime=3.98 cores=1,3,5,7
/proc/18625/task/18685/stat : 18685 (java) S 18622 18625 5228 0 -1 1077944384 10858 12494 0 0 388 2 5 3 20 0 15 0 13753057 14407233536 120356 18446744073709551615 4194304 4196468 140722689060560 140589811583856 140590338366082 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6836224 140722689066957 140722689069742 140722689069742 140722689073103 0
[pid=18625/tid=18686] ppid=18622 vsize=14069564 CPUtime=1.94 cores=1,3,5,7
/proc/18625/task/18686/stat : 18686 (java) S 18622 18625 5228 0 -1 1077944384 6734 12494 0 0 183 3 5 3 20 0 15 0 13753057 14407233536 120356 18446744073709551615 4194304 4196468 140722689060560 140589810530800 140590338366082 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6836224 140722689066957 140722689069742 140722689069742 140722689073103 0
[pid=18625/tid=18687] ppid=18622 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/18625/task/18687/stat : 18687 (java) S 18622 18625 5228 0 -1 1077944384 3 12494 0 0 0 0 5 3 20 0 15 0 13753057 14407233536 120356 18446744073709551615 4194304 4196468 140722689060560 140589809478496 140590338365141 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6836224 140722689066957 140722689069742 140722689069742 140722689073103 0
[pid=18625/tid=18688] ppid=18622 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/18625/task/18688/stat : 18688 (java) S 18622 18625 5228 0 -1 1077944384 7 12494 0 0 0 0 5 3 20 0 15 0 13753067 14407233536 120356 18446744073709551615 4194304 4196468 140722689060560 140589808425520 140590338366082 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6836224 140722689066957 140722689069742 140722689069742 140722689073103 0
Current children cumulated CPU time (s) 15.54
Current children cumulated vsize (KiB) 14069564

[startup+12.7007 s]
/proc/loadavg: 1.69 1.74 1.74 3/214 18688
/proc/meminfo: memFree=27484956/32770624 swapFree=0/242836
[pid=18625] ppid=18622 vsize=14069564 CPUtime=22.68 cores=1,3,5,7
/proc/18625/stat : 18625 (java) S 18622 18625 5228 0 -1 1077944320 78849 12494 0 0 2220 40 5 3 20 0 15 0 13753031 14407233536 253525 18446744073709551615 4194304 4196468 140722689060560 140722689043104 140590338354935 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 6836224 140722689066957 140722689069742 140722689069742 140722689073103 0
/proc/18625/statm: 3517391 253525 3468 1 0 3506013 0
[pid=18625/tid=18675] ppid=18622 vsize=14069564 CPUtime=12.26 cores=1,3,5,7
/proc/18625/task/18675/stat : 18675 (java) R 18622 18625 5228 0 -1 4202560 45053 12494 0 0 1197 21 5 3 20 0 15 0 13753052 14407233536 253525 18446744073709551615 4194304 4196468 140722689060560 140590342586048 140589951515667 0 4 1 16800974 0 0 0 -1 3 0 0 9 0 0 6293624 6294260 6836224 140722689066957 140722689069742 140722689069742 140722689073103 0
[pid=18625/tid=18676] ppid=18622 vsize=14069564 CPUtime=0.2 cores=1,3,5,7
/proc/18625/task/18676/stat : 18676 (java) S 18622 18625 5228 0 -1 1077944384 465 12494 0 0 10 2 5 3 20 0 15 0 13753052 14407233536 253525 18446744073709551615 4194304 4196468 140722689060560 140590257769488 140590338365141 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6836224 140722689066957 140722689069742 140722689069742 140722689073103 0
[pid=18625/tid=18677] ppid=18622 vsize=14069564 CPUtime=0.2 cores=1,3,5,7
/proc/18625/task/18677/stat : 18677 (java) S 18622 18625 5228 0 -1 1077944384 781 12494 0 0 10 2 5 3 20 0 15 0 13753052 14407233536 253525 18446744073709551615 4194304 4196468 140722689060560 140590256716944 140590338365141 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6836224 140722689066957 140722689069742 140722689069742 140722689073103 0
[pid=18625/tid=18678] ppid=18622 vsize=14069564 CPUtime=0.19 cores=1,3,5,7
/proc/18625/task/18678/stat : 18678 (java) S 18622 18625 5228 0 -1 1077944384 633 12494 0 0 9 2 5 3 20 0 15 0 13753053 14407233536 253525 18446744073709551615 4194304 4196468 140722689060560 140590255663888 140590338365141 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6836224 140722689066957 140722689069742 140722689069742 140722689073103 0
[pid=18625/tid=18679] ppid=18622 vsize=14069564 CPUtime=0.2 cores=1,3,5,7
/proc/18625/task/18679/stat : 18679 (java) S 18622 18625 5228 0 -1 1077944384 327 12494 0 0 10 2 5 3 20 0 15 0 13753053 14407233536 253525 18446744073709551615 4194304 4196468 140722689060560 140590254611344 140590338365141 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6836224 140722689066957 140722689069742 140722689069742 140722689073103 0
[pid=18625/tid=18680] ppid=18622 vsize=14069564 CPUtime=0.13 cores=1,3,5,7
/proc/18625/task/18680/stat : 18680 (java) S 18622 18625 5228 0 -1 1077944384 2956 12494 0 0 5 0 5 3 20 0 15 0 13753054 14407233536 253525 18446744073709551615 4194304 4196468 140722689060560 140589816846576 140590338366082 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6836224 140722689066957 140722689069742 140722689069742 140722689073103 0
[pid=18625/tid=18681] ppid=18622 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/18625/task/18681/stat : 18681 (java) S 18622 18625 5228 0 -1 1077944384 56 12494 0 0 0 0 5 3 20 0 15 0 13753054 14407233536 253525 18446744073709551615 4194304 4196468 140722689060560 140589815792928 140590338365141 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6836224 140722689066957 140722689069742 140722689069742 140722689073103 0
[pid=18625/tid=18682] ppid=18622 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/18625/task/18682/stat : 18682 (java) S 18622 18625 5228 0 -1 1077944384 44 12494 0 0 0 0 5 3 20 0 15 0 13753054 14407233536 253525 18446744073709551615 4194304 4196468 140722689060560 140589814739712 140590338365141 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6836224 140722689066957 140722689069742 140722689069742 140722689073103 0
[pid=18625/tid=18683] ppid=18622 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/18625/task/18683/stat : 18683 (java) S 18622 18625 5228 0 -1 1077944384 3 12494 0 0 0 0 5 3 20 0 15 0 13753057 14407233536 253525 18446744073709551615 4194304 4196468 140722689060560 140589813688272 140590338373531 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6836224 140722689066957 140722689069742 140722689069742 140722689073103 0

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

/proc/18625/task/18687/stat : 18687 (java) S 18622 18625 5228 0 -1 1077944384 3 12494 0 0 0 0 5 3 20 0 15 0 13753057 14407233536 349746 18446744073709551615 4194304 4196468 140722689060560 140589809478496 140590338365141 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6836224 140722689066957 140722689069742 140722689069742 140722689073103 0
[pid=18625/tid=18688] ppid=18622 vsize=14069564 CPUtime=0.17 cores=1,3,5,7
/proc/18625/task/18688/stat : 18688 (java) S 18622 18625 5228 0 -1 1077944384 491 12494 0 0 4 5 5 3 20 0 15 0 13753067 14407233536 349746 18446744073709551615 4194304 4196468 140722689060560 140589808425520 140590338366082 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6836224 140722689066957 140722689069742 140722689069742 140722689073103 0
Current children cumulated CPU time (s) 174.45
Current children cumulated vsize (KiB) 14069564

[startup+222.307 s]
/proc/loadavg: 1.63 1.71 1.73 3/214 18821
/proc/meminfo: memFree=27764312/32770624 swapFree=0/242984
[pid=18625] ppid=18622 vsize=14069564 CPUtime=235.34 cores=1,3,5,7
/proc/18625/stat : 18625 (java) S 18622 18625 5228 0 -1 1077944320 132311 12494 0 0 23446 80 5 3 20 0 15 0 13753031 14407233536 336385 18446744073709551615 4194304 4196468 140722689060560 140722689043104 140590338354935 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 6836224 140722689066957 140722689069742 140722689069742 140722689073103 0
/proc/18625/statm: 3517391 336385 3469 1 0 3506013 0
[pid=18625/tid=18675] ppid=18622 vsize=14069564 CPUtime=220.39 cores=1,3,5,7
/proc/18625/task/18675/stat : 18675 (java) R 18622 18625 5228 0 -1 4202560 57242 12494 0 0 22000 31 5 3 20 0 15 0 13753052 14407233536 336385 18446744073709551615 4194304 4196468 140722689060560 140590342589168 140589941978900 0 4 1 16800974 0 0 0 -1 5 0 0 9 0 0 6293624 6294260 6836224 140722689066957 140722689069742 140722689069742 140722689073103 0
[pid=18625/tid=18676] ppid=18622 vsize=14069564 CPUtime=0.93 cores=1,3,5,7
/proc/18625/task/18676/stat : 18676 (java) S 18622 18625 5228 0 -1 1077944384 2516 12494 0 0 77 8 5 3 20 0 15 0 13753052 14407233536 336385 18446744073709551615 4194304 4196468 140722689060560 140590257769488 140590338365141 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6836224 140722689066957 140722689069742 140722689069742 140722689073103 0
[pid=18625/tid=18677] ppid=18622 vsize=14069564 CPUtime=0.91 cores=1,3,5,7
/proc/18625/task/18677/stat : 18677 (java) S 18622 18625 5228 0 -1 1077944384 2358 12494 0 0 76 7 5 3 20 0 15 0 13753052 14407233536 336385 18446744073709551615 4194304 4196468 140722689060560 140590256716944 140590338365141 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6836224 140722689066957 140722689069742 140722689069742 140722689073103 0
[pid=18625/tid=18678] ppid=18622 vsize=14069564 CPUtime=0.89 cores=1,3,5,7
/proc/18625/task/18678/stat : 18678 (java) S 18622 18625 5228 0 -1 1077944384 2758 12494 0 0 75 6 5 3 20 0 15 0 13753053 14407233536 336385 18446744073709551615 4194304 4196468 140722689060560 140590255663888 140590338365141 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6836224 140722689066957 140722689069742 140722689069742 140722689073103 0
[pid=18625/tid=18679] ppid=18622 vsize=14069564 CPUtime=0.92 cores=1,3,5,7
/proc/18625/task/18679/stat : 18679 (java) S 18622 18625 5228 0 -1 1077944384 4272 12494 0 0 77 7 5 3 20 0 15 0 13753053 14407233536 336385 18446744073709551615 4194304 4196468 140722689060560 140590254611344 140590338365141 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6836224 140722689066957 140722689069742 140722689069742 140722689073103 0
[pid=18625/tid=18680] ppid=18622 vsize=14069564 CPUtime=0.73 cores=1,3,5,7
/proc/18625/task/18680/stat : 18680 (java) S 18622 18625 5228 0 -1 1077944384 4683 12494 0 0 59 6 5 3 20 0 15 0 13753054 14407233536 336385 18446744073709551615 4194304 4196468 140722689060560 140589816846576 140590338366082 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6836224 140722689066957 140722689069742 140722689069742 140722689073103 0
[pid=18625/tid=18681] ppid=18622 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/18625/task/18681/stat : 18681 (java) S 18622 18625 5228 0 -1 1077944384 56 12494 0 0 0 0 5 3 20 0 15 0 13753054 14407233536 336385 18446744073709551615 4194304 4196468 140722689060560 140589815792928 140590338365141 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6836224 140722689066957 140722689069742 140722689069742 140722689073103 0
[pid=18625/tid=18682] ppid=18622 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/18625/task/18682/stat : 18682 (java) S 18622 18625 5228 0 -1 1077944384 44 12494 0 0 0 0 5 3 20 0 15 0 13753054 14407233536 336385 18446744073709551615 4194304 4196468 140722689060560 140589814739712 140590338365141 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6836224 140722689066957 140722689069742 140722689069742 140722689073103 0
[pid=18625/tid=18683] ppid=18622 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/18625/task/18683/stat : 18683 (java) S 18622 18625 5228 0 -1 1077944384 3 12494 0 0 0 0 5 3 20 0 15 0 13753057 14407233536 336385 18446744073709551615 4194304 4196468 140722689060560 140589813688272 140590338373531 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6836224 140722689066957 140722689069742 140722689069742 140722689073103 0
[pid=18625/tid=18684] ppid=18622 vsize=14069564 CPUtime=4.31 cores=1,3,5,7
/proc/18625/task/18684/stat : 18684 (java) S 18622 18625 5228 0 -1 1077944384 16831 12494 0 0 421 2 5 3 20 0 15 0 13753057 14407233536 336385 18446744073709551615 4194304 4196468 140722689060560 140589812636400 140590338366082 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6836224 140722689066957 140722689069742 140722689069742 140722689073103 0
[pid=18625/tid=18685] ppid=18622 vsize=14069564 CPUtime=4.6 cores=1,3,5,7
/proc/18625/task/18685/stat : 18685 (java) S 18622 18625 5228 0 -1 1077944384 24019 12494 0 0 450 2 5 3 20 0 15 0 13753057 14407233536 336385 18446744073709551615 4194304 4196468 140722689060560 140589811583856 140590338366082 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6836224 140722689066957 140722689069742 140722689069742 140722689073103 0
[pid=18625/tid=18686] ppid=18622 vsize=14069564 CPUtime=2.06 cores=1,3,5,7
/proc/18625/task/18686/stat : 18686 (java) S 18622 18625 5228 0 -1 1077944384 14834 12494 0 0 193 5 5 3 20 0 15 0 13753057 14407233536 336385 18446744073709551615 4194304 4196468 140722689060560 140589810530800 140590338366082 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6836224 140722689066957 140722689069742 140722689069742 140722689073103 0
[pid=18625/tid=18687] ppid=18622 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/18625/task/18687/stat : 18687 (java) S 18622 18625 5228 0 -1 1077944384 3 12494 0 0 0 0 5 3 20 0 15 0 13753057 14407233536 336385 18446744073709551615 4194304 4196468 140722689060560 140589809478496 140590338365141 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6836224 140722689066957 140722689069742 140722689069742 140722689073103 0
[pid=18625/tid=18688] ppid=18622 vsize=14069564 CPUtime=0.21 cores=1,3,5,7
/proc/18625/task/18688/stat : 18688 (java) S 18622 18625 5228 0 -1 1077944384 540 12494 0 0 6 7 5 3 20 0 15 0 13753067 14407233536 336385 18446744073709551615 4194304 4196468 140722689060560 140589808425520 140590338366082 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6836224 140722689066957 140722689069742 140722689069742 140722689073103 0
Current children cumulated CPU time (s) 235.34
Current children cumulated vsize (KiB) 14069564



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240.001 s]
/proc/loadavg: 1.65 1.71 1.73 3/214 18823
/proc/meminfo: memFree=27818052/32770624 swapFree=0/243004
[pid=18625] ppid=18622 vsize=14069564 CPUtime=253.3 cores=1,3,5,7
/proc/18625/stat : 18625 (java) S 18622 18625 5228 0 -1 1077944320 135829 12494 0 0 25239 83 5 3 20 0 15 0 13753031 14407233536 329636 18446744073709551615 4194304 4196468 140722689060560 140722689043104 140590338354935 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 6836224 140722689066957 140722689069742 140722689069742 140722689073103 0
/proc/18625/statm: 3517391 329636 3469 1 0 3506013 0
[pid=18625/tid=18675] ppid=18622 vsize=14069564 CPUtime=237.9 cores=1,3,5,7
/proc/18625/task/18675/stat : 18675 (java) R 18622 18625 5228 0 -1 4202560 57829 12494 0 0 23751 31 5 3 20 0 15 0 13753052 14407233536 329636 18446744073709551615 4194304 4196468 140722689060560 140590342589264 140589936311436 0 4 1 16800974 0 0 0 -1 1 0 0 9 0 0 6293624 6294260 6836224 140722689066957 140722689069742 140722689069742 140722689073103 0
[pid=18625/tid=18676] ppid=18622 vsize=14069564 CPUtime=1.01 cores=1,3,5,7
/proc/18625/task/18676/stat : 18676 (java) S 18622 18625 5228 0 -1 1077944384 2536 12494 0 0 85 8 5 3 20 0 15 0 13753052 14407233536 329636 18446744073709551615 4194304 4196468 140722689060560 140590257769488 140590338365141 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6836224 140722689066957 140722689069742 140722689069742 140722689073103 0
[pid=18625/tid=18677] ppid=18622 vsize=14069564 CPUtime=1.01 cores=1,3,5,7
/proc/18625/task/18677/stat : 18677 (java) S 18622 18625 5228 0 -1 1077944384 2382 12494 0 0 85 8 5 3 20 0 15 0 13753052 14407233536 329636 18446744073709551615 4194304 4196468 140722689060560 140590256716944 140590338365141 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6836224 140722689066957 140722689069742 140722689069742 140722689073103 0
[pid=18625/tid=18678] ppid=18622 vsize=14069564 CPUtime=0.99 cores=1,3,5,7
/proc/18625/task/18678/stat : 18678 (java) S 18622 18625 5228 0 -1 1077944384 2782 12494 0 0 84 7 5 3 20 0 15 0 13753053 14407233536 329636 18446744073709551615 4194304 4196468 140722689060560 140590255663888 140590338365141 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6836224 140722689066957 140722689069742 140722689069742 140722689073103 0
[pid=18625/tid=18679] ppid=18622 vsize=14069564 CPUtime=1.01 cores=1,3,5,7
/proc/18625/task/18679/stat : 18679 (java) S 18622 18625 5228 0 -1 1077944384 4292 12494 0 0 85 8 5 3 20 0 15 0 13753053 14407233536 329636 18446744073709551615 4194304 4196468 140722689060560 140590254611344 140590338365141 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6836224 140722689066957 140722689069742 140722689069742 140722689073103 0
[pid=18625/tid=18680] ppid=18622 vsize=14069564 CPUtime=0.81 cores=1,3,5,7
/proc/18625/task/18680/stat : 18680 (java) S 18622 18625 5228 0 -1 1077944384 4689 12494 0 0 66 7 5 3 20 0 15 0 13753054 14407233536 329636 18446744073709551615 4194304 4196468 140722689060560 140589816846576 140590338366082 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6836224 140722689066957 140722689069742 140722689069742 140722689073103 0
[pid=18625/tid=18681] ppid=18622 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/18625/task/18681/stat : 18681 (java) S 18622 18625 5228 0 -1 1077944384 56 12494 0 0 0 0 5 3 20 0 15 0 13753054 14407233536 329636 18446744073709551615 4194304 4196468 140722689060560 140589815792928 140590338365141 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6836224 140722689066957 140722689069742 140722689069742 140722689073103 0
[pid=18625/tid=18682] ppid=18622 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/18625/task/18682/stat : 18682 (java) S 18622 18625 5228 0 -1 1077944384 44 12494 0 0 0 0 5 3 20 0 15 0 13753054 14407233536 329636 18446744073709551615 4194304 4196468 140722689060560 140589814739712 140590338365141 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6836224 140722689066957 140722689069742 140722689069742 140722689073103 0
[pid=18625/tid=18683] ppid=18622 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/18625/task/18683/stat : 18683 (java) S 18622 18625 5228 0 -1 1077944384 3 12494 0 0 0 0 5 3 20 0 15 0 13753057 14407233536 329636 18446744073709551615 4194304 4196468 140722689060560 140589813688272 140590338373531 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6836224 140722689066957 140722689069742 140722689069742 140722689073103 0
[pid=18625/tid=18684] ppid=18622 vsize=14069564 CPUtime=4.31 cores=1,3,5,7
/proc/18625/task/18684/stat : 18684 (java) S 18622 18625 5228 0 -1 1077944384 18100 12494 0 0 421 2 5 3 20 0 15 0 13753057 14407233536 329636 18446744073709551615 4194304 4196468 140722689060560 140589812636400 140590338366082 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6836224 140722689066957 140722689069742 140722689069742 140722689073103 0
[pid=18625/tid=18685] ppid=18622 vsize=14069564 CPUtime=4.61 cores=1,3,5,7
/proc/18625/task/18685/stat : 18685 (java) S 18622 18625 5228 0 -1 1077944384 25586 12494 0 0 450 3 5 3 20 0 15 0 13753057 14407233536 329636 18446744073709551615 4194304 4196468 140722689060560 140589811583856 140590338366082 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6836224 140722689066957 140722689069742 140722689069742 140722689073103 0
[pid=18625/tid=18686] ppid=18622 vsize=14069564 CPUtime=2.06 cores=1,3,5,7
/proc/18625/task/18686/stat : 18686 (java) S 18622 18625 5228 0 -1 1077944384 14834 12494 0 0 193 5 5 3 20 0 15 0 13753057 14407233536 329636 18446744073709551615 4194304 4196468 140722689060560 140589810530800 140590338366082 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6836224 140722689066957 140722689069742 140722689069742 140722689073103 0
[pid=18625/tid=18687] ppid=18622 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/18625/task/18687/stat : 18687 (java) S 18622 18625 5228 0 -1 1077944384 3 12494 0 0 0 0 5 3 20 0 15 0 13753057 14407233536 329636 18446744073709551615 4194304 4196468 140722689060560 140589809478496 140590338365141 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6836224 140722689066957 140722689069742 140722689069742 140722689073103 0
[pid=18625/tid=18688] ppid=18622 vsize=14069564 CPUtime=0.21 cores=1,3,5,7
/proc/18625/task/18688/stat : 18688 (java) S 18622 18625 5228 0 -1 1077944384 541 12494 0 0 6 7 5 3 20 0 15 0 13753067 14407233536 329636 18446744073709551615 4194304 4196468 140722689060560 140589808425520 140590338366082 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6836224 140722689066957 140722689069742 140722689069742 140722689073103 0
Current children cumulated CPU time (s) 253.3
Current children cumulated vsize (KiB) 14069564

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

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

[startup+240.204 s]
/proc/loadavg: 1.65 1.71 1.73 3/214 18823
/proc/meminfo: memFree=27818052/32770624 swapFree=0/243004
[pid=18625] ppid=18622 vsize=14202692 CPUtime=253.95 cores=1,3,5,7
/proc/18625/stat : 18625 (java) S 18622 18625 5228 0 -1 1077944320 145792 12494 0 0 25302 85 5 3 20 0 17 0 13753031 14543556608 331268 18446744073709551615 4194304 4196468 140722689060560 140722689043104 140590338354935 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 6836224 140722689066957 140722689069742 140722689069742 140722689073103 0
/proc/18625/statm: 3550673 331268 3469 1 0 3539295 0
[pid=18625/tid=18675] ppid=18622 vsize=14202692 CPUtime=237.91 cores=1,3,5,7
/proc/18625/task/18675/stat : 18675 (java) S 18622 18625 5228 0 -1 1077944384 58361 12494 0 0 23752 31 5 3 20 0 17 0 13753052 14543556608 331268 18446744073709551615 4194304 4196468 140722689060560 140590342592480 140590338365141 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 9 0 0 6293624 6294260 6836224 140722689066957 140722689069742 140722689069742 140722689073103 0
[pid=18625/tid=18676] ppid=18622 vsize=14202692 CPUtime=1.15 cores=1,3,5,7
/proc/18625/task/18676/stat : 18676 (java) R 18622 18625 5228 0 -1 4202560 2576 12494 0 0 99 8 5 3 20 0 17 0 13753052 14543556608 331268 18446744073709551615 4194304 4196468 140722689060560 140590257769488 140590323351428 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6836224 140722689066957 140722689069742 140722689069742 140722689073103 0
[pid=18625/tid=18677] ppid=18622 vsize=14202692 CPUtime=1.15 cores=1,3,5,7
/proc/18625/task/18677/stat : 18677 (java) R 18622 18625 5228 0 -1 4202560 2425 12494 0 0 99 8 5 3 20 0 17 0 13753052 14543556608 331268 18446744073709551615 4194304 4196468 140722689060560 140590256716944 140590319964544 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6836224 140722689066957 140722689069742 140722689069742 140722689073103 0
[pid=18625/tid=18678] ppid=18622 vsize=14202692 CPUtime=1.14 cores=1,3,5,7
/proc/18625/task/18678/stat : 18678 (java) R 18622 18625 5228 0 -1 4202560 2826 12494 0 0 99 7 5 3 20 0 17 0 13753053 14543556608 331268 18446744073709551615 4194304 4196468 140722689060560 140590255663888 140590330983143 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6836224 140722689066957 140722689069742 140722689069742 140722689073103 0
[pid=18625/tid=18679] ppid=18622 vsize=14202692 CPUtime=1.16 cores=1,3,5,7
/proc/18625/task/18679/stat : 18679 (java) R 18622 18625 5228 0 -1 4202560 4367 12494 0 0 100 8 5 3 20 0 17 0 13753053 14543556608 331268 18446744073709551615 4194304 4196468 140722689060560 140590254611464 140590330983143 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 6836224 140722689066957 140722689069742 140722689069742 140722689073103 0
[pid=18625/tid=18680] ppid=18622 vsize=14202692 CPUtime=0.85 cores=1,3,5,7
/proc/18625/task/18680/stat : 18680 (java) S 18622 18625 5228 0 -1 1077944384 13335 12494 0 0 69 8 5 3 20 0 17 0 13753054 14543556608 331268 18446744073709551615 4194304 4196468 140722689060560 140589816845200 140590338365141 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6836224 140722689066957 140722689069742 140722689069742 140722689073103 0
[pid=18625/tid=18681] ppid=18622 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/18625/task/18681/stat : 18681 (java) S 18622 18625 5228 0 -1 1077944384 58 12494 0 0 0 0 5 3 20 0 17 0 13753054 14543556608 331268 18446744073709551615 4194304 4196468 140722689060560 140589815792528 140590338365141 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6836224 140722689066957 140722689069742 140722689069742 140722689073103 0
[pid=18625/tid=18682] ppid=18622 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/18625/task/18682/stat : 18682 (java) S 18622 18625 5228 0 -1 1077944384 44 12494 0 0 0 0 5 3 20 0 17 0 13753054 14543556608 331268 18446744073709551615 4194304 4196468 140722689060560 140589814739712 140590338365141 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6836224 140722689066957 140722689069742 140722689069742 140722689073103 0
[pid=18625/tid=18683] ppid=18622 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/18625/task/18683/stat : 18683 (java) S 18622 18625 5228 0 -1 1077944384 122 12494 0 0 0 0 5 3 20 0 17 0 13753057 14543556608 331268 18446744073709551615 4194304 4196468 140722689060560 140589813688272 140590338373531 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6836224 140722689066957 140722689069742 140722689069742 140722689073103 0
[pid=18625/tid=18684] ppid=18622 vsize=14202692 CPUtime=4.31 cores=1,3,5,7
/proc/18625/task/18684/stat : 18684 (java) S 18622 18625 5228 0 -1 1077944384 18100 12494 0 0 421 2 5 3 20 0 17 0 13753057 14543556608 331268 18446744073709551615 4194304 4196468 140722689060560 140589812636400 140590338366082 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6836224 140722689066957 140722689069742 140722689069742 140722689073103 0
[pid=18625/tid=18685] ppid=18622 vsize=14202692 CPUtime=4.61 cores=1,3,5,7
/proc/18625/task/18685/stat : 18685 (java) S 18622 18625 5228 0 -1 1077944384 25586 12494 0 0 450 3 5 3 20 0 17 0 13753057 14543556608 331268 18446744073709551615 4194304 4196468 140722689060560 140589811583856 140590338366082 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6836224 140722689066957 140722689069742 140722689069742 140722689073103 0
[pid=18625/tid=18686] ppid=18622 vsize=14202692 CPUtime=2.06 cores=1,3,5,7
/proc/18625/task/18686/stat : 18686 (java) S 18622 18625 5228 0 -1 1077944384 15044 12494 0 0 193 5 5 3 20 0 17 0 13753057 14543556608 331268 18446744073709551615 4194304 4196468 140722689060560 140589810530368 140590338365141 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6836224 140722689066957 140722689069742 140722689069742 140722689073103 0
[pid=18625/tid=18687] ppid=18622 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/18625/task/18687/stat : 18687 (java) S 18622 18625 5228 0 -1 1077944384 3 12494 0 0 0 0 5 3 20 0 17 0 13753057 14543556608 331268 18446744073709551615 4194304 4196468 140722689060560 140589809478496 140590338365141 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6836224 140722689066957 140722689069742 140722689069742 140722689073103 0
[pid=18625/tid=18688] ppid=18622 vsize=14202692 CPUtime=0.21 cores=1,3,5,7
/proc/18625/task/18688/stat : 18688 (java) S 18622 18625 5228 0 -1 1077944384 541 12494 0 0 6 7 5 3 20 0 17 0 13753067 14543556608 331268 18446744073709551615 4194304 4196468 140722689060560 140589808425520 140590338366082 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6836224 140722689066957 140722689069742 140722689069742 140722689073103 0
Current children cumulated CPU time (s) 253.95
Current children cumulated vsize (KiB) 14202692

[startup+240.305 s]
/proc/loadavg: 1.65 1.71 1.73 3/214 18823
/proc/meminfo: memFree=27818052/32770624 swapFree=0/243004
[pid=18625] ppid=18622 vsize=14202692 CPUtime=254.24 cores=1,3,5,7
/proc/18625/stat : 18625 (java) S 18622 18625 5228 0 -1 1077944320 145807 12494 0 0 25331 85 5 3 20 0 17 0 13753031 14543556608 331142 18446744073709551615 4194304 4196468 140722689060560 140722689043104 140590338354935 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 6836224 140722689066957 140722689069742 140722689069742 140722689073103 0
/proc/18625/statm: 3550673 331142 3469 1 0 3539295 0
[pid=18625/tid=18675] ppid=18622 vsize=14202692 CPUtime=237.91 cores=1,3,5,7
/proc/18625/task/18675/stat : 18675 (java) S 18622 18625 5228 0 -1 1077944384 58361 12494 0 0 23752 31 5 3 20 0 17 0 13753052 14543556608 331142 18446744073709551615 4194304 4196468 140722689060560 140590342592480 140590338365141 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 9 0 0 6293624 6294260 6836224 140722689066957 140722689069742 140722689069742 140722689073103 0
[pid=18625/tid=18676] ppid=18622 vsize=14202692 CPUtime=1.22 cores=1,3,5,7
/proc/18625/task/18676/stat : 18676 (java) R 18622 18625 5228 0 -1 4202560 2577 12494 0 0 106 8 5 3 20 0 17 0 13753052 14543556608 331142 18446744073709551615 4194304 4196468 140722689060560 140590257769376 140590322809692 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 6836224 140722689066957 140722689069742 140722689069742 140722689073103 0
[pid=18625/tid=18677] ppid=18622 vsize=14202692 CPUtime=1.22 cores=1,3,5,7
/proc/18625/task/18677/stat : 18677 (java) R 18622 18625 5228 0 -1 4202560 2428 12494 0 0 106 8 5 3 20 0 17 0 13753052 14543556608 331142 18446744073709551615 4194304 4196468 140722689060560 140590256716944 140590323052710 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6836224 140722689066957 140722689069742 140722689069742 140722689073103 0
[pid=18625/tid=18678] ppid=18622 vsize=14202692 CPUtime=1.2 cores=1,3,5,7
/proc/18625/task/18678/stat : 18678 (java) R 18622 18625 5228 0 -1 4202560 2831 12494 0 0 105 7 5 3 20 0 17 0 13753053 14543556608 331142 18446744073709551615 4194304 4196468 140722689060560 140590255663888 140590323052687 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6836224 140722689066957 140722689069742 140722689069742 140722689073103 0
[pid=18625/tid=18679] ppid=18622 vsize=14202692 CPUtime=1.23 cores=1,3,5,7
/proc/18625/task/18679/stat : 18679 (java) R 18622 18625 5228 0 -1 4202560 4367 12494 0 0 107 8 5 3 20 0 17 0 13753053 14543556608 331142 18446744073709551615 4194304 4196468 140722689060560 140590254611344 140590323340231 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6836224 140722689066957 140722689069742 140722689069742 140722689073103 0
[pid=18625/tid=18680] ppid=18622 vsize=14202692 CPUtime=0.89 cores=1,3,5,7
/proc/18625/task/18680/stat : 18680 (java) S 18622 18625 5228 0 -1 1077944384 13335 12494 0 0 73 8 5 3 20 0 17 0 13753054 14543556608 331142 18446744073709551615 4194304 4196468 140722689060560 140589816844976 140590338365141 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6836224 140722689066957 140722689069742 140722689069742 140722689073103 0
[pid=18625/tid=18681] ppid=18622 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/18625/task/18681/stat : 18681 (java) R 18622 18625 5228 0 -1 1077944384 59 12494 0 0 0 0 5 3 20 0 17 0 13753054 14543556608 331142 18446744073709551615 4194304 4196468 140722689060560 140589815792912 140590338366082 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6836224 140722689066957 140722689069742 140722689069742 140722689073103 0
[pid=18625/tid=18682] ppid=18622 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/18625/task/18682/stat : 18682 (java) S 18622 18625 5228 0 -1 1077944384 46 12494 0 0 0 0 5 3 20 0 17 0 13753054 14543556608 331142 18446744073709551615 4194304 4196468 140722689060560 140589814739312 140590338365141 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6836224 140722689066957 140722689069742 140722689069742 140722689073103 0
[pid=18625/tid=18683] ppid=18622 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/18625/task/18683/stat : 18683 (java) S 18622 18625 5228 0 -1 1077944384 122 12494 0 0 0 0 5 3 20 0 17 0 13753057 14543556608 331142 18446744073709551615 4194304 4196468 140722689060560 140589813688272 140590338373531 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6836224 140722689066957 140722689069742 140722689069742 140722689073103 0
[pid=18625/tid=18684] ppid=18622 vsize=14202692 CPUtime=4.31 cores=1,3,5,7
/proc/18625/task/18684/stat : 18684 (java) S 18622 18625 5228 0 -1 1077944384 18100 12494 0 0 421 2 5 3 20 0 17 0 13753057 14543556608 331142 18446744073709551615 4194304 4196468 140722689060560 140589812636400 140590338366082 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6836224 140722689066957 140722689069742 140722689069742 140722689073103 0
[pid=18625/tid=18685] ppid=18622 vsize=14202692 CPUtime=4.61 cores=1,3,5,7
/proc/18625/task/18685/stat : 18685 (java) S 18622 18625 5228 0 -1 1077944384 25586 12494 0 0 450 3 5 3 20 0 17 0 13753057 14543556608 331142 18446744073709551615 4194304 4196468 140722689060560 140589811583856 140590338366082 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6836224 140722689066957 140722689069742 140722689069742 140722689073103 0
[pid=18625/tid=18686] ppid=18622 vsize=14202692 CPUtime=2.06 cores=1,3,5,7
/proc/18625/task/18686/stat : 18686 (java) S 18622 18625 5228 0 -1 1077944384 15045 12494 0 0 193 5 5 3 20 0 17 0 13753057 14543556608 331142 18446744073709551615 4194304 4196468 140722689060560 140589810530368 140590338365141 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6836224 140722689066957 140722689069742 140722689069742 140722689073103 0
[pid=18625/tid=18687] ppid=18622 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/18625/task/18687/stat : 18687 (java) S 18622 18625 5228 0 -1 1077944384 3 12494 0 0 0 0 5 3 20 0 17 0 13753057 14543556608 331142 18446744073709551615 4194304 4196468 140722689060560 140589809478496 140590338365141 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6836224 140722689066957 140722689069742 140722689069742 140722689073103 0
[pid=18625/tid=18688] ppid=18622 vsize=14202692 CPUtime=0.21 cores=1,3,5,7
/proc/18625/task/18688/stat : 18688 (java) S 18622 18625 5228 0 -1 1077944384 541 12494 0 0 6 7 5 3 20 0 17 0 13753067 14543556608 331142 18446744073709551615 4194304 4196468 140722689060560 140589808425520 140590338366082 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6836224 140722689066957 140722689069742 140722689069742 140722689073103 0
Current children cumulated CPU time (s) 254.24
Current children cumulated vsize (KiB) 14202692

Child status: 143
Real time (s): 240.374
CPU time (s): 254.369
CPU user time (s): 253.469
CPU system time (s): 0.899978
CPU usage (%): 105.822
Max. virtual memory (cumulated for all children) (KiB): 14202692

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 253.469
system time used= 0.899978
maximum resident set size= 1527824
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 158623
page faults= 0
swaps= 0
block input operations= 0
block output operations= 16
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 26678
involuntary context switches= 784

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.00071 second user time and 1.58446 second system time

The end

Launcher Data

Begin job on node133 at 2017-08-02 09:22:10
IDJOB=4259386
IDBENCH=136355
IDSOLVER=2646
FILE ID=node133/4259386-1501659377
RUNJOBID= node133-1501653519-11656
PBS_JOBID= 
Free space on /tmp= 61840 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/BinPacking/BinPacking-sum-skj1/BinPacking-sum-n3c3w4h.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4259386-1501659377/watcher-4259386-1501659377 -o /tmp/evaluation-result-4259386-1501659377/solver-4259386-1501659377 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node133-1501653519-11656 --watchdog 300  bin/concrete HOME/instance-4259386-1501659377.xml

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

MD5SUM BENCH= 797cc29f939b3426dc93651349e66756
RANDOM SEED=1886327262

node133.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.17
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.17
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.17
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.17
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        28442868 kB
MemAvailable:   28689828 kB
Buffers:          131416 kB
Cached:           395332 kB
SwapCached:            0 kB
Active:          3656064 kB
Inactive:         251356 kB
Active(anon):    3380896 kB
Inactive(anon):     8536 kB
Active(file):     275168 kB
Inactive(file):   242820 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24528 kB
Writeback:            36 kB
AnonPages:       3439636 kB
Mapped:            43908 kB
Shmem:              8892 kB
Slab:             116104 kB
SReclaimable:      89612 kB
SUnreclaim:        26492 kB
KernelStack:        3552 kB
PageTables:        11696 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4024936 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3213312 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 61816 MiB
End job on node133 at 2017-08-02 09:26:11