Trace number 4262467

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 NameAnswerCPU timeWall clock time
Concrete 3.4? (TO) 2521.49 2484.95

General information on the benchmark

NameOrtholatin/Ortholatin-m1-s1/
Ortholatin-019.xml
MD5SUM3d460941811377b846401dbdf8e8b024
Bench CategoryCSP (decision 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 variables1083
Number of constraints366
Number of domains2
Minimum domain size19
Maximum domain size361
Distribution of domain sizes[{"size":19,"count":722},{"size":361,"count":361}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":1045},{"degree":3,"count":38}]
Minimum constraint arity3
Maximum constraint arity361
Distribution of constraint arities[{"arity":3,"count":361},{"arity":19,"count":2},{"arity":361,"count":3}]
Number of extensional constraints361
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":361},{"type":"allDifferent","count":3},{"type":"instantiation","count":2}]
Optimization problemNO
Type of objective

Solver Data

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

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

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


[startup+0 s]
/proc/loadavg: 1.29 1.42 1.45 2/200 12622
/proc/meminfo: memFree=30256772/32770624 swapFree=0/571480
[pid=12622] ppid=12619 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/12622/stat : 12622 (runsolver) D 12619 12622 1460 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 93074175 24240128 105 18446744073709551615 4194304 4338465 140725275068320 140725275065960 140107671814871 0 0 1 24578 18446744071580418449 0 0 17 3 0 0 0 0 0 6438912 6441760 34304000 140725275070673 140725275071049 140725275071049 140725275074506 0
/proc/12622/statm: 5918 105 52 36 0 2156 0

[startup+0.100226 s]
/proc/loadavg: 1.29 1.42 1.45 2/200 12622
/proc/meminfo: memFree=30256772/32770624 swapFree=0/571480
[pid=12622] ppid=12619 vsize=9508 CPUtime=0 cores=1,3,5,7
/proc/12622/stat : 12622 (bash) S 12619 12622 1460 0 -1 4202496 683 1544 0 0 0 0 0 0 20 0 1 0 93074175 9736192 351 18446744073709551615 4194304 5098028 140726826650496 140726826648136 139687568026624 0 0 5 65536 18446744071580971376 0 0 17 7 0 0 9 0 0 7196144 7232144 24580096 140726826652180 140726826652265 140726826652265 140726826655722 0
/proc/12622/statm: 2377 351 279 221 0 86 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9508

[startup+0.200237 s]
/proc/loadavg: 1.29 1.42 1.45 2/200 12622
/proc/meminfo: memFree=30256772/32770624 swapFree=0/571480
[pid=12622] ppid=12619 vsize=9636 CPUtime=0.01 cores=1,3,5,7
/proc/12622/stat : 12622 (bash) S 12619 12622 1460 0 -1 4202496 890 6483 0 0 0 0 0 1 20 0 1 0 93074175 9867264 376 18446744073709551615 4194304 5098028 140726826650496 140726826644504 139687568026624 0 0 5 65536 18446744071580971376 0 0 17 7 0 0 9 0 0 7196144 7232144 24580096 140726826652180 140726826652265 140726826652265 140726826655722 0
/proc/12622/statm: 2409 376 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.300291 s]
/proc/loadavg: 1.29 1.42 1.45 2/200 12622
/proc/meminfo: memFree=30256772/32770624 swapFree=0/571480
[pid=12622] ppid=12619 vsize=9636 CPUtime=0.01 cores=1,3,5,7
/proc/12622/stat : 12622 (bash) S 12619 12622 1460 0 -1 4202496 890 6483 0 0 0 0 0 1 20 0 1 0 93074175 9867264 376 18446744073709551615 4194304 5098028 140726826650496 140726826644504 139687568026624 0 0 5 65536 18446744071580971376 0 0 17 7 0 0 9 0 0 7196144 7232144 24580096 140726826652180 140726826652265 140726826652265 140726826655722 0
/proc/12622/statm: 2409 376 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.700274 s]
/proc/loadavg: 1.29 1.42 1.45 2/200 12622
/proc/meminfo: memFree=30256772/32770624 swapFree=0/571480
[pid=12622] ppid=12619 vsize=13974784 CPUtime=0.49 cores=1,3,5,7
/proc/12622/stat : 12622 (java) S 12619 12622 1460 0 -1 1077944320 12702 12336 0 0 37 4 5 3 20 0 15 0 93074175 14310178816 13504 18446744073709551615 4194304 4196468 140730984909184 140730984891728 140621756075767 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 23183360 140730984916944 140730984919729 140730984919729 140730984923087 0
/proc/12622/statm: 3493696 13504 3056 1 0 3482965 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 13974784

[startup+1.50064 s]
/proc/loadavg: 1.29 1.42 1.45 3/215 12685
/proc/meminfo: memFree=30179776/32770624 swapFree=0/571472
[pid=12622] ppid=12619 vsize=13985408 CPUtime=1.65 cores=1,3,5,7
/proc/12622/stat : 12622 (java) S 12619 12622 1460 0 -1 1077944320 25255 12336 0 0 148 9 5 3 20 0 15 0 93074175 14321057792 32415 18446744073709551615 4194304 4196468 140730984909184 140730984891728 140621756075767 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 23183360 140730984916944 140730984919729 140730984919729 140730984923087 0
/proc/12622/statm: 3496352 32415 3335 1 0 3485525 0
[pid=12622/tid=12672] ppid=12619 vsize=13985408 CPUtime=1.17 cores=1,3,5,7
/proc/12622/task/12672/stat : 12672 (java) R 12619 12622 1460 0 -1 4202560 20659 12336 0 0 102 7 5 3 20 0 15 0 93074210 14321057792 32415 18446744073709551615 4194304 4196468 140730984909184 140621760311904 140621742237880 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 23183360 140730984916944 140730984919729 140730984919729 140730984923087 0
[pid=12622/tid=12673] ppid=12619 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/12622/task/12673/stat : 12673 (java) S 12619 12622 1460 0 -1 1077944384 1 12336 0 0 0 0 5 3 20 0 15 0 93074211 14321057792 32415 18446744073709551615 4194304 4196468 140730984909184 140621356493200 140621756085973 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23183360 140730984916944 140730984919729 140730984919729 140730984923087 0
[pid=12622/tid=12674] ppid=12619 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/12622/task/12674/stat : 12674 (java) S 12619 12622 1460 0 -1 1077944384 1 12336 0 0 0 0 5 3 20 0 15 0 93074211 14321057792 32415 18446744073709551615 4194304 4196468 140730984909184 140621355440400 140621756085973 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23183360 140730984916944 140730984919729 140730984919729 140730984923087 0
[pid=12622/tid=12675] ppid=12619 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/12622/task/12675/stat : 12675 (java) S 12619 12622 1460 0 -1 1077944384 1 12336 0 0 0 0 5 3 20 0 15 0 93074211 14321057792 32415 18446744073709551615 4194304 4196468 140730984909184 140621354388112 140621756085973 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23183360 140730984916944 140730984919729 140730984919729 140730984923087 0
[pid=12622/tid=12676] ppid=12619 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/12622/task/12676/stat : 12676 (java) S 12619 12622 1460 0 -1 1077944384 2 12336 0 0 0 0 5 3 20 0 15 0 93074211 14321057792 32415 18446744073709551615 4194304 4196468 140730984909184 140621353335312 140621756085973 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23183360 140730984916944 140730984919729 140730984919729 140730984923087 0
[pid=12622/tid=12677] ppid=12619 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/12622/task/12677/stat : 12677 (java) S 12619 12622 1460 0 -1 1077944384 5 12336 0 0 0 0 5 3 20 0 15 0 93074212 14321057792 32415 18446744073709551615 4194304 4196468 140730984909184 140621234641520 140621756086914 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23183360 140730984916944 140730984919729 140730984919729 140730984923087 0
[pid=12622/tid=12678] ppid=12619 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/12622/task/12678/stat : 12678 (java) S 12619 12622 1460 0 -1 1077944384 33 12336 0 0 0 0 5 3 20 0 15 0 93074212 14321057792 32415 18446744073709551615 4194304 4196468 140730984909184 140621233587488 140621756085973 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23183360 140730984916944 140730984919729 140730984919729 140730984923087 0
[pid=12622/tid=12679] ppid=12619 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/12622/task/12679/stat : 12679 (java) S 12619 12622 1460 0 -1 1077944384 21 12336 0 0 0 0 5 3 20 0 15 0 93074213 14321057792 32415 18446744073709551615 4194304 4196468 140730984909184 140621232535152 140621756085973 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23183360 140730984916944 140730984919729 140730984919729 140730984923087 0
[pid=12622/tid=12680] ppid=12619 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/12622/task/12680/stat : 12680 (java) S 12619 12622 1460 0 -1 1077944384 3 12336 0 0 0 0 5 3 20 0 15 0 93074215 14321057792 32415 18446744073709551615 4194304 4196468 140730984909184 140621231483472 140621756094363 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23183360 140730984916944 140730984919729 140730984919729 140730984923087 0
[pid=12622/tid=12681] ppid=12619 vsize=13985408 CPUtime=0.23 cores=1,3,5,7
/proc/12622/task/12681/stat : 12681 (java) S 12619 12622 1460 0 -1 1077944384 1139 12336 0 0 15 0 5 3 20 0 15 0 93074215 14321057792 32415 18446744073709551615 4194304 4196468 140730984909184 140621230430320 140621756086914 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23183360 140730984916944 140730984919729 140730984919729 140730984923087 0
[pid=12622/tid=12682] ppid=12619 vsize=13985408 CPUtime=0.18 cores=1,3,5,7
/proc/12622/task/12682/stat : 12682 (java) S 12619 12622 1460 0 -1 1077944384 472 12336 0 0 10 0 5 3 20 0 15 0 93074215 14321057792 32415 18446744073709551615 4194304 4196468 140730984909184 140621229377520 140621756086914 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23183360 140730984916944 140730984919729 140730984919729 140730984923087 0
[pid=12622/tid=12683] ppid=12619 vsize=13985408 CPUtime=0.27 cores=1,3,5,7
/proc/12622/task/12683/stat : 12683 (java) S 12619 12622 1460 0 -1 1077944384 756 12336 0 0 19 0 5 3 20 0 15 0 93074215 14321057792 32415 18446744073709551615 4194304 4196468 140730984909184 140621228325232 140621756086914 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23183360 140730984916944 140730984919729 140730984919729 140730984923087 0
[pid=12622/tid=12684] ppid=12619 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/12622/task/12684/stat : 12684 (java) S 12619 12622 1460 0 -1 1077944384 3 12336 0 0 0 0 5 3 20 0 15 0 93074215 14321057792 32415 18446744073709551615 4194304 4196468 140730984909184 140621227272672 140621756085973 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23183360 140730984916944 140730984919729 140730984919729 140730984923087 0
[pid=12622/tid=12685] ppid=12619 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/12622/task/12685/stat : 12685 (java) S 12619 12622 1460 0 -1 1077944384 9 12336 0 0 0 0 5 3 20 0 15 0 93074219 14321057792 32415 18446744073709551615 4194304 4196468 140730984909184 140621226220464 140621756086914 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23183360 140730984916944 140730984919729 140730984919729 140730984923087 0
Current children cumulated CPU time (s) 1.65
Current children cumulated vsize (KiB) 13985408

[startup+3.10448 s]
/proc/loadavg: 1.29 1.42 1.45 5/215 12685
/proc/meminfo: memFree=30091052/32770624 swapFree=0/571472
[pid=12622] ppid=12619 vsize=13997884 CPUtime=5.25 cores=1,3,5,7
/proc/12622/stat : 12622 (java) S 12619 12622 1460 0 -1 1077944320 48193 12336 0 0 501 16 5 3 20 0 15 0 93074175 14333833216 52851 18446744073709551615 4194304 4196468 140730984909184 140730984891728 140621756075767 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 23183360 140730984916944 140730984919729 140730984919729 140730984923087 0
/proc/12622/statm: 3499471 52851 3448 1 0 3488085 0
[pid=12622/tid=12672] ppid=12619 vsize=13997884 CPUtime=2.75 cores=1,3,5,7
/proc/12622/task/12672/stat : 12672 (java) R 12619 12622 1460 0 -1 4202560 34178 12336 0 0 257 10 5 3 20 0 15 0 93074210 14333833216 52851 18446744073709551615 4194304 4196468 140730984909184 140621760308088 140621402264045 0 4 1 16800974 0 0 0 -1 7 0 0 3 0 0 6293624 6294260 23183360 140730984916944 140730984919729 140730984919729 140730984923087 0
[pid=12622/tid=12673] ppid=12619 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/12622/task/12673/stat : 12673 (java) S 12619 12622 1460 0 -1 1077944384 204 12336 0 0 0 0 5 3 20 0 15 0 93074211 14333833216 52851 18446744073709551615 4194304 4196468 140730984909184 140621356493200 140621756085973 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23183360 140730984916944 140730984919729 140730984919729 140730984923087 0
[pid=12622/tid=12674] ppid=12619 vsize=13997884 CPUtime=0.09 cores=1,3,5,7
/proc/12622/task/12674/stat : 12674 (java) S 12619 12622 1460 0 -1 1077944384 47 12336 0 0 1 0 5 3 20 0 15 0 93074211 14333833216 52851 18446744073709551615 4194304 4196468 140730984909184 140621355440400 140621756085973 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23183360 140730984916944 140730984919729 140730984919729 140730984923087 0
[pid=12622/tid=12675] ppid=12619 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/12622/task/12675/stat : 12675 (java) S 12619 12622 1460 0 -1 1077944384 33 12336 0 0 0 0 5 3 20 0 15 0 93074211 14333833216 52851 18446744073709551615 4194304 4196468 140730984909184 140621354388112 140621756085973 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23183360 140730984916944 140730984919729 140730984919729 140730984923087 0
[pid=12622/tid=12676] ppid=12619 vsize=13997884 CPUtime=0.09 cores=1,3,5,7
/proc/12622/task/12676/stat : 12676 (java) S 12619 12622 1460 0 -1 1077944384 74 12336 0 0 1 0 5 3 20 0 15 0 93074211 14333833216 52851 18446744073709551615 4194304 4196468 140730984909184 140621353335312 140621756085973 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23183360 140730984916944 140730984919729 140730984919729 140730984923087 0
[pid=12622/tid=12677] ppid=12619 vsize=13997884 CPUtime=0.09 cores=1,3,5,7
/proc/12622/task/12677/stat : 12677 (java) S 12619 12622 1460 0 -1 1077944384 1736 12336 0 0 1 0 5 3 20 0 15 0 93074212 14333833216 52851 18446744073709551615 4194304 4196468 140730984909184 140621234641520 140621756086914 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23183360 140730984916944 140730984919729 140730984919729 140730984923087 0
[pid=12622/tid=12678] ppid=12619 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/12622/task/12678/stat : 12678 (java) S 12619 12622 1460 0 -1 1077944384 56 12336 0 0 0 0 5 3 20 0 15 0 93074212 14333833216 52851 18446744073709551615 4194304 4196468 140730984909184 140621233587552 140621756085973 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23183360 140730984916944 140730984919729 140730984919729 140730984923087 0
[pid=12622/tid=12679] ppid=12619 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/12622/task/12679/stat : 12679 (java) S 12619 12622 1460 0 -1 1077944384 45 12336 0 0 0 0 5 3 20 0 15 0 93074213 14333833216 52851 18446744073709551615 4194304 4196468 140730984909184 140621232535168 140621756085973 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23183360 140730984916944 140730984919729 140730984919729 140730984923087 0
[pid=12622/tid=12680] ppid=12619 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/12622/task/12680/stat : 12680 (java) S 12619 12622 1460 0 -1 1077944384 3 12336 0 0 0 0 5 3 20 0 15 0 93074215 14333833216 52851 18446744073709551615 4194304 4196468 140730984909184 140621231483472 140621756094363 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23183360 140730984916944 140730984919729 140730984919729 140730984923087 0
[pid=12622/tid=12681] ppid=12619 vsize=13997884 CPUtime=0.79 cores=1,3,5,7
/proc/12622/task/12681/stat : 12681 (java) S 12619 12622 1460 0 -1 1077944384 2640 12336 0 0 70 1 5 3 20 0 15 0 93074215 14333833216 52851 18446744073709551615 4194304 4196468 140730984909184 140621230430320 140621756086914 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23183360 140730984916944 140730984919729 140730984919729 140730984923087 0
[pid=12622/tid=12682] ppid=12619 vsize=13997884 CPUtime=0.86 cores=1,3,5,7
/proc/12622/task/12682/stat : 12682 (java) R 12619 12622 1460 0 -1 4202560 3929 12336 0 0 77 1 5 3 20 0 15 0 93074215 14333833216 52851 18446744073709551615 4194304 4196468 140730984909184 140621229377520 140621756097114 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23183360 140730984916944 140730984919729 140730984919729 140730984923087 0
[pid=12622/tid=12683] ppid=12619 vsize=13997884 CPUtime=0.99 cores=1,3,5,7
/proc/12622/task/12683/stat : 12683 (java) S 12619 12622 1460 0 -1 1077944384 3087 12336 0 0 90 1 5 3 20 0 15 0 93074215 14333833216 52851 18446744073709551615 4194304 4196468 140730984909184 140621228325232 140621756086914 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23183360 140730984916944 140730984919729 140730984919729 140730984923087 0
[pid=12622/tid=12684] ppid=12619 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/12622/task/12684/stat : 12684 (java) S 12619 12622 1460 0 -1 1077944384 3 12336 0 0 0 0 5 3 20 0 15 0 93074215 14333833216 52851 18446744073709551615 4194304 4196468 140730984909184 140621227272672 140621756085973 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23183360 140730984916944 140730984919729 140730984919729 140730984923087 0
[pid=12622/tid=12685] ppid=12619 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/12622/task/12685/stat : 12685 (java) S 12619 12622 1460 0 -1 1077944384 12 12336 0 0 0 0 5 3 20 0 15 0 93074219 14333833216 52851 18446744073709551615 4194304 4196468 140730984909184 140621226220464 140621756086914 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23183360 140730984916944 140730984919729 140730984919729 140730984923087 0
Current children cumulated CPU time (s) 5.25
Current children cumulated vsize (KiB) 13997884

[startup+6.30952 s]
/proc/loadavg: 1.59 1.48 1.47 5/215 12686
/proc/meminfo: memFree=29945248/32770624 swapFree=0/571468
[pid=12622] ppid=12619 vsize=14001980 CPUtime=13.39 cores=1,3,5,7
/proc/12622/stat : 12622 (java) S 12619 12622 1460 0 -1 1077944320 58084 12336 0 0 1307 24 5 3 20 0 15 0 93074175 14338027520 94197 18446744073709551615 4194304 4196468 140730984909184 140730984891728 140621756075767 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 23183360 140730984916944 140730984919729 140730984919729 140730984923087 0
/proc/12622/statm: 3500495 94197 3465 1 0 3489109 0
[pid=12622/tid=12672] ppid=12619 vsize=14001980 CPUtime=5.32 cores=1,3,5,7
/proc/12622/task/12672/stat : 12672 (java) R 12619 12622 1460 0 -1 4202560 35997 12336 0 0 512 12 5 3 20 0 15 0 93074210 14338027520 94197 18446744073709551615 4194304 4196468 140730984909184 140621760293104 140621742281141 0 4 1 16800974 0 0 0 -1 7 0 0 3 0 0 6293624 6294260 23183360 140730984916944 140730984919729 140730984919729 140730984923087 0
[pid=12622/tid=12673] ppid=12619 vsize=14001980 CPUtime=0.14 cores=1,3,5,7
/proc/12622/task/12673/stat : 12673 (java) S 12619 12622 1460 0 -1 1077944384 318 12336 0 0 5 1 5 3 20 0 15 0 93074211 14338027520 94197 18446744073709551615 4194304 4196468 140730984909184 140621356493200 140621756085973 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23183360 140730984916944 140730984919729 140730984919729 140730984923087 0
[pid=12622/tid=12674] ppid=12619 vsize=14001980 CPUtime=0.15 cores=1,3,5,7
/proc/12622/task/12674/stat : 12674 (java) S 12619 12622 1460 0 -1 1077944384 177 12336 0 0 6 1 5 3 20 0 15 0 93074211 14338027520 94197 18446744073709551615 4194304 4196468 140730984909184 140621355440400 140621756085973 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23183360 140730984916944 140730984919729 140730984919729 140730984923087 0
[pid=12622/tid=12675] ppid=12619 vsize=14001980 CPUtime=0.14 cores=1,3,5,7
/proc/12622/task/12675/stat : 12675 (java) S 12619 12622 1460 0 -1 1077944384 72 12336 0 0 5 1 5 3 20 0 15 0 93074211 14338027520 94197 18446744073709551615 4194304 4196468 140730984909184 140621354388112 140621756085973 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23183360 140730984916944 140730984919729 140730984919729 140730984923087 0
[pid=12622/tid=12676] ppid=12619 vsize=14001980 CPUtime=0.12 cores=1,3,5,7
/proc/12622/task/12676/stat : 12676 (java) S 12619 12622 1460 0 -1 1077944384 548 12336 0 0 4 0 5 3 20 0 15 0 93074211 14338027520 94197 18446744073709551615 4194304 4196468 140730984909184 140621353335312 140621756085973 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23183360 140730984916944 140730984919729 140730984919729 140730984923087 0
[pid=12622/tid=12677] ppid=12619 vsize=14001980 CPUtime=0.12 cores=1,3,5,7
/proc/12622/task/12677/stat : 12677 (java) S 12619 12622 1460 0 -1 1077944384 2515 12336 0 0 4 0 5 3 20 0 15 0 93074212 14338027520 94197 18446744073709551615 4194304 4196468 140730984909184 140621234641520 140621756086914 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 50 0 0 6293624 6294260 23183360 140730984916944 140730984919729 140730984919729 140730984923087 0
[pid=12622/tid=12678] ppid=12619 vsize=14001980 CPUtime=0.08 cores=1,3,5,7
/proc/12622/task/12678/stat : 12678 (java) S 12619 12622 1460 0 -1 1077944384 56 12336 0 0 0 0 5 3 20 0 15 0 93074212 14338027520 94197 18446744073709551615 4194304 4196468 140730984909184 140621233587552 140621756085973 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23183360 140730984916944 140730984919729 140730984919729 140730984923087 0
[pid=12622/tid=12679] ppid=12619 vsize=14001980 CPUtime=0.08 cores=1,3,5,7
/proc/12622/task/12679/stat : 12679 (java) S 12619 12622 1460 0 -1 1077944384 45 12336 0 0 0 0 5 3 20 0 15 0 93074213 14338027520 94197 18446744073709551615 4194304 4196468 140730984909184 140621232535168 140621756085973 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23183360 140730984916944 140730984919729 140730984919729 140730984923087 0
[pid=12622/tid=12680] ppid=12619 vsize=14001980 CPUtime=0.08 cores=1,3,5,7
/proc/12622/task/12680/stat : 12680 (java) S 12619 12622 1460 0 -1 1077944384 3 12336 0 0 0 0 5 3 20 0 15 0 93074215 14338027520 94197 18446744073709551615 4194304 4196468 140730984909184 140621231483472 140621756094363 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23183360 140730984916944 140730984919729 140730984919729 140730984923087 0
[pid=12622/tid=12681] ppid=12619 vsize=14001980 CPUtime=3.08 cores=1,3,5,7
/proc/12622/task/12681/stat : 12681 (java) R 12619 12622 1460 0 -1 4202560 5066 12336 0 0 298 2 5 3 20 0 15 0 93074215 14338027520 94197 18446744073709551615 4194304 4196468 140730984909184 140621230413312 140621740465616 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23183360 140730984916944 140730984919729 140730984919729 140730984923087 0
[pid=12622/tid=12682] ppid=12619 vsize=14001980 CPUtime=3.21 cores=1,3,5,7
/proc/12622/task/12682/stat : 12682 (java) R 12619 12622 1460 0 -1 4202560 5715 12336 0 0 312 1 5 3 20 0 15 0 93074215 14338027520 94197 18446744073709551615 4194304 4196468 140730984909184 140621229370544 140621741201682 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23183360 140730984916944 140730984919729 140730984919729 140730984923087 0
[pid=12622/tid=12683] ppid=12619 vsize=14001980 CPUtime=1.66 cores=1,3,5,7
/proc/12622/task/12683/stat : 12683 (java) S 12619 12622 1460 0 -1 1077944384 5377 12336 0 0 156 2 5 3 20 0 15 0 93074215 14338027520 94197 18446744073709551615 4194304 4196468 140730984909184 140621228325232 140621756086914 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23183360 140730984916944 140730984919729 140730984919729 140730984923087 0
[pid=12622/tid=12684] ppid=12619 vsize=14001980 CPUtime=0.08 cores=1,3,5,7
/proc/12622/task/12684/stat : 12684 (java) S 12619 12622 1460 0 -1 1077944384 3 12336 0 0 0 0 5 3 20 0 15 0 93074215 14338027520 94197 18446744073709551615 4194304 4196468 140730984909184 140621227272672 140621756085973 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23183360 140730984916944 140730984919729 140730984919729 140730984923087 0
[pid=12622/tid=12685] ppid=12619 vsize=14001980 CPUtime=0.08 cores=1,3,5,7
/proc/12622/task/12685/stat : 12685 (java) S 12619 12622 1460 0 -1 1077944384 42 12336 0 0 0 0 5 3 20 0 15 0 93074219 14338027520 94197 18446744073709551615 4194304 4196468 140730984909184 140621226220464 140621756086914 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 51 0 0 6293624 6294260 23183360 140730984916944 140730984919729 140730984919729 140730984923087 0
Current children cumulated CPU time (s) 13.39
Current children cumulated vsize (KiB) 14001980

[startup+12.7007 s]
/proc/loadavg: 1.62 1.49 1.47 3/215 12686
/proc/meminfo: memFree=29251972/32770624 swapFree=0/571472
[pid=12622] ppid=12619 vsize=14069564 CPUtime=25.66 cores=1,3,5,7
/proc/12622/stat : 12622 (java) S 12619 12622 1460 0 -1 1077944320 95333 12336 0 0 2489 69 5 3 20 0 15 0 93074175 14407233536 332741 18446744073709551615 4194304 4196468 140730984909184 140730984891728 140621756075767 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 23183360 140730984916944 140730984919729 140730984919729 140730984923087 0
/proc/12622/statm: 3517391 332741 3481 1 0 3506005 0
[pid=12622/tid=12672] ppid=12619 vsize=14069564 CPUtime=11.42 cores=1,3,5,7
/proc/12622/task/12672/stat : 12672 (java) R 12619 12622 1460 0 -1 4202560 57696 12336 0 0 1111 23 5 3 20 0 15 0 93074210 14407233536 332741 18446744073709551615 4194304 4196468 140730984909184 140621760309760 140621401891225 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 23183360 140730984916944 140730984919729 140730984919729 140730984923087 0
[pid=12622/tid=12673] ppid=12619 vsize=14069564 CPUtime=0.42 cores=1,3,5,7
/proc/12622/task/12673/stat : 12673 (java) S 12619 12622 1460 0 -1 1077944384 663 12336 0 0 25 9 5 3 20 0 15 0 93074211 14407233536 332741 18446744073709551615 4194304 4196468 140730984909184 140621356493200 140621756085973 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23183360 140730984916944 140730984919729 140730984919729 140730984923087 0
[pid=12622/tid=12674] ppid=12619 vsize=14069564 CPUtime=0.43 cores=1,3,5,7
/proc/12622/task/12674/stat : 12674 (java) S 12619 12622 1460 0 -1 1077944384 749 12336 0 0 26 9 5 3 20 0 15 0 93074211 14407233536 332741 18446744073709551615 4194304 4196468 140730984909184 140621355440400 140621756085973 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23183360 140730984916944 140730984919729 140730984919729 140730984923087 0
[pid=12622/tid=12675] ppid=12619 vsize=14069564 CPUtime=0.41 cores=1,3,5,7
/proc/12622/task/12675/stat : 12675 (java) S 12619 12622 1460 0 -1 1077944384 344 12336 0 0 25 8 5 3 20 0 15 0 93074211 14407233536 332741 18446744073709551615 4194304 4196468 140730984909184 140621354388112 140621756085973 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23183360 140730984916944 140730984919729 140730984919729 140730984923087 0
[pid=12622/tid=12676] ppid=12619 vsize=14069564 CPUtime=0.41 cores=1,3,5,7
/proc/12622/task/12676/stat : 12676 (java) S 12619 12622 1460 0 -1 1077944384 948 12336 0 0 24 9 5 3 20 0 15 0 93074211 14407233536 332741 18446744073709551615 4194304 4196468 140730984909184 140621353335312 140621756085973 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23183360 140730984916944 140730984919729 140730984919729 140730984923087 0
[pid=12622/tid=12677] ppid=12619 vsize=14069564 CPUtime=0.13 cores=1,3,5,7
/proc/12622/task/12677/stat : 12677 (java) S 12619 12622 1460 0 -1 1077944384 3215 12336 0 0 5 0 5 3 20 0 15 0 93074212 14407233536 332741 18446744073709551615 4194304 4196468 140730984909184 140621234641520 140621756086914 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 50 0 0 6293624 6294260 23183360 140730984916944 140730984919729 140730984919729 140730984923087 0
[pid=12622/tid=12678] ppid=12619 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/12622/task/12678/stat : 12678 (java) S 12619 12622 1460 0 -1 1077944384 70 12336 0 0 0 0 5 3 20 0 15 0 93074212 14407233536 332741 18446744073709551615 4194304 4196468 140730984909184 140621233587552 140621756085973 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23183360 140730984916944 140730984919729 140730984919729 140730984923087 0
[pid=12622/tid=12679] ppid=12619 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/12622/task/12679/stat : 12679 (java) S 12619 12622 1460 0 -1 1077944384 57 12336 0 0 0 0 5 3 20 0 15 0 93074213 14407233536 332741 18446744073709551615 4194304 4196468 140730984909184 140621232535168 140621756085973 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23183360 140730984916944 140730984919729 140730984919729 140730984923087 0
[pid=12622/tid=12680] ppid=12619 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/12622/task/12680/stat : 12680 (java) S 12619 12622 1460 0 -1 1077944384 3 12336 0 0 0 0 5 3 20 0 15 0 93074215 14407233536 332741 18446744073709551615 4194304 4196468 140730984909184 140621231483472 140621756094363 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23183360 140730984916944 140730984919729 140730984919729 140730984923087 0

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


[startup+2442.3 s]
/proc/loadavg: 1.16 1.29 1.38 3/214 12987
/proc/meminfo: memFree=28325264/32770624 swapFree=0/571868
[pid=12622] ppid=12619 vsize=14069564 CPUtime=2477.33 cores=1,3,5,7
/proc/12622/stat : 12622 (java) S 12619 12622 1460 0 -1 1077944320 425323 12336 0 0 247333 392 5 3 20 0 15 0 93074175 14407233536 530113 18446744073709551615 4194304 4196468 140730984909184 140730984891728 140621756075767 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 23183360 140730984916944 140730984919729 140730984919729 140730984923087 0
/proc/12622/statm: 3517391 530113 3485 1 0 3506005 0
[pid=12622/tid=12672] ppid=12619 vsize=14069564 CPUtime=2432.09 cores=1,3,5,7
/proc/12622/task/12672/stat : 12672 (java) R 12619 12622 1460 0 -1 4202560 197769 12336 0 0 243113 88 5 3 20 0 15 0 93074210 14407233536 530113 18446744073709551615 4194304 4196468 140730984909184 140621760310000 140621417159570 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 23183360 140730984916944 140730984919729 140730984919729 140730984923087 0
[pid=12622/tid=12673] ppid=12619 vsize=14069564 CPUtime=7.11 cores=1,3,5,7
/proc/12622/task/12673/stat : 12673 (java) S 12619 12622 1460 0 -1 1077944384 31448 12336 0 0 646 57 5 3 20 0 15 0 93074211 14407233536 530113 18446744073709551615 4194304 4196468 140730984909184 140621356493200 140621756085973 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23183360 140730984916944 140730984919729 140730984919729 140730984923087 0
[pid=12622/tid=12674] ppid=12619 vsize=14069564 CPUtime=7.12 cores=1,3,5,7
/proc/12622/task/12674/stat : 12674 (java) S 12619 12622 1460 0 -1 1077944384 30603 12336 0 0 648 56 5 3 20 0 15 0 93074211 14407233536 530113 18446744073709551615 4194304 4196468 140730984909184 140621355440400 140621756085973 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23183360 140730984916944 140730984919729 140730984919729 140730984923087 0
[pid=12622/tid=12675] ppid=12619 vsize=14069564 CPUtime=7.08 cores=1,3,5,7
/proc/12622/task/12675/stat : 12675 (java) S 12619 12622 1460 0 -1 1077944384 31230 12336 0 0 646 54 5 3 20 0 15 0 93074211 14407233536 530113 18446744073709551615 4194304 4196468 140730984909184 140621354388112 140621756085973 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23183360 140730984916944 140730984919729 140730984919729 140730984923087 0
[pid=12622/tid=12676] ppid=12619 vsize=14069564 CPUtime=7.1 cores=1,3,5,7
/proc/12622/task/12676/stat : 12676 (java) S 12619 12622 1460 0 -1 1077944384 40569 12336 0 0 646 56 5 3 20 0 15 0 93074211 14407233536 530113 18446744073709551615 4194304 4196468 140730984909184 140621353335312 140621756085973 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23183360 140730984916944 140730984919729 140730984919729 140730984923087 0
[pid=12622/tid=12677] ppid=12619 vsize=14069564 CPUtime=1.77 cores=1,3,5,7
/proc/12622/task/12677/stat : 12677 (java) S 12619 12622 1460 0 -1 1077944384 36849 12336 0 0 145 24 5 3 20 0 15 0 93074212 14407233536 530113 18446744073709551615 4194304 4196468 140730984909184 140621234641520 140621756086914 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 50 0 0 6293624 6294260 23183360 140730984916944 140730984919729 140730984919729 140730984923087 0
[pid=12622/tid=12678] ppid=12619 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/12622/task/12678/stat : 12678 (java) S 12619 12622 1460 0 -1 1077944384 80 12336 0 0 0 0 5 3 20 0 15 0 93074212 14407233536 530113 18446744073709551615 4194304 4196468 140730984909184 140621233587552 140621756085973 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23183360 140730984916944 140730984919729 140730984919729 140730984923087 0
[pid=12622/tid=12679] ppid=12619 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/12622/task/12679/stat : 12679 (java) S 12619 12622 1460 0 -1 1077944384 57 12336 0 0 0 0 5 3 20 0 15 0 93074213 14407233536 530113 18446744073709551615 4194304 4196468 140730984909184 140621232535168 140621756085973 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23183360 140730984916944 140730984919729 140730984919729 140730984923087 0
[pid=12622/tid=12680] ppid=12619 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/12622/task/12680/stat : 12680 (java) S 12619 12622 1460 0 -1 1077944384 3 12336 0 0 0 0 5 3 20 0 15 0 93074215 14407233536 530113 18446744073709551615 4194304 4196468 140730984909184 140621231483472 140621756094363 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23183360 140730984916944 140730984919729 140730984919729 140730984923087 0
[pid=12622/tid=12681] ppid=12619 vsize=14069564 CPUtime=6.17 cores=1,3,5,7
/proc/12622/task/12681/stat : 12681 (java) S 12619 12622 1460 0 -1 1077944384 16117 12336 0 0 606 3 5 3 20 0 15 0 93074215 14407233536 530113 18446744073709551615 4194304 4196468 140730984909184 140621230430320 140621756086914 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23183360 140730984916944 140730984919729 140730984919729 140730984923087 0
[pid=12622/tid=12682] ppid=12619 vsize=14069564 CPUtime=5.95 cores=1,3,5,7
/proc/12622/task/12682/stat : 12682 (java) S 12619 12622 1460 0 -1 1077944384 18830 12336 0 0 584 3 5 3 20 0 15 0 93074215 14407233536 530113 18446744073709551615 4194304 4196468 140730984909184 140621229377520 140621756086914 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23183360 140730984916944 140730984919729 140730984919729 140730984923087 0
[pid=12622/tid=12683] ppid=12619 vsize=14069564 CPUtime=2.19 cores=1,3,5,7
/proc/12622/task/12683/stat : 12683 (java) S 12619 12622 1460 0 -1 1077944384 17513 12336 0 0 207 4 5 3 20 0 15 0 93074215 14407233536 530113 18446744073709551615 4194304 4196468 140730984909184 140621228325232 140621756086914 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23183360 140730984916944 140730984919729 140730984919729 140730984923087 0
[pid=12622/tid=12684] ppid=12619 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/12622/task/12684/stat : 12684 (java) S 12619 12622 1460 0 -1 1077944384 3 12336 0 0 0 0 5 3 20 0 15 0 93074215 14407233536 530113 18446744073709551615 4194304 4196468 140730984909184 140621227272672 140621756085973 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23183360 140730984916944 140730984919729 140730984919729 140730984923087 0
[pid=12622/tid=12685] ppid=12619 vsize=14069564 CPUtime=1.35 cores=1,3,5,7
/proc/12622/task/12685/stat : 12685 (java) S 12619 12622 1460 0 -1 1077944384 2102 12336 0 0 58 69 5 3 20 0 15 0 93074219 14407233536 530113 18446744073709551615 4194304 4196468 140730984909184 140621226220464 140621756086914 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 51 0 0 6293624 6294260 23183360 140730984916944 140730984919729 140730984919729 140730984923087 0
Current children cumulated CPU time (s) 2477.33
Current children cumulated vsize (KiB) 14069564



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2484.5 s]
/proc/loadavg: 1.27 1.30 1.38 3/213 12989
/proc/meminfo: memFree=28439852/32770624 swapFree=0/571892
[pid=12622] ppid=12619 vsize=14069564 CPUtime=2520.06 cores=1,3,5,7
/proc/12622/stat : 12622 (java) S 12619 12622 1460 0 -1 1077944320 427552 12336 0 0 251604 394 5 3 20 0 15 0 93074175 14407233536 527811 18446744073709551615 4194304 4196468 140730984909184 140730984891728 140621756075767 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 23183360 140730984916944 140730984919729 140730984919729 140730984923087 0
/proc/12622/statm: 3517391 527811 3485 1 0 3506005 0
[pid=12622/tid=12672] ppid=12619 vsize=14069564 CPUtime=2473.98 cores=1,3,5,7
/proc/12622/task/12672/stat : 12672 (java) R 12619 12622 1460 0 -1 4202560 198593 12336 0 0 247302 88 5 3 20 0 15 0 93074210 14407233536 527811 18446744073709551615 4194304 4196468 140730984909184 140621760310128 140621417580188 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 23183360 140730984916944 140730984919729 140730984919729 140730984923087 0
[pid=12622/tid=12673] ppid=12619 vsize=14069564 CPUtime=7.3 cores=1,3,5,7
/proc/12622/task/12673/stat : 12673 (java) S 12619 12622 1460 0 -1 1077944384 31567 12336 0 0 664 58 5 3 20 0 15 0 93074211 14407233536 527811 18446744073709551615 4194304 4196468 140730984909184 140621356493200 140621756085973 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23183360 140730984916944 140730984919729 140730984919729 140730984923087 0
[pid=12622/tid=12674] ppid=12619 vsize=14069564 CPUtime=7.31 cores=1,3,5,7
/proc/12622/task/12674/stat : 12674 (java) S 12619 12622 1460 0 -1 1077944384 30871 12336 0 0 667 56 5 3 20 0 15 0 93074211 14407233536 527811 18446744073709551615 4194304 4196468 140730984909184 140621355440400 140621756085973 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23183360 140730984916944 140730984919729 140730984919729 140730984923087 0
[pid=12622/tid=12675] ppid=12619 vsize=14069564 CPUtime=7.27 cores=1,3,5,7
/proc/12622/task/12675/stat : 12675 (java) S 12619 12622 1460 0 -1 1077944384 31765 12336 0 0 664 55 5 3 20 0 15 0 93074211 14407233536 527811 18446744073709551615 4194304 4196468 140730984909184 140621354388112 140621756085973 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23183360 140730984916944 140730984919729 140730984919729 140730984923087 0
[pid=12622/tid=12676] ppid=12619 vsize=14069564 CPUtime=7.28 cores=1,3,5,7
/proc/12622/task/12676/stat : 12676 (java) S 12619 12622 1460 0 -1 1077944384 40867 12336 0 0 664 56 5 3 20 0 15 0 93074211 14407233536 527811 18446744073709551615 4194304 4196468 140730984909184 140621353335312 140621756085973 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23183360 140730984916944 140730984919729 140730984919729 140730984923087 0
[pid=12622/tid=12677] ppid=12619 vsize=14069564 CPUtime=1.85 cores=1,3,5,7
/proc/12622/task/12677/stat : 12677 (java) S 12619 12622 1460 0 -1 1077944384 37010 12336 0 0 153 24 5 3 20 0 15 0 93074212 14407233536 527811 18446744073709551615 4194304 4196468 140730984909184 140621234641520 140621756086914 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 50 0 0 6293624 6294260 23183360 140730984916944 140730984919729 140730984919729 140730984923087 0
[pid=12622/tid=12678] ppid=12619 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/12622/task/12678/stat : 12678 (java) S 12619 12622 1460 0 -1 1077944384 80 12336 0 0 0 0 5 3 20 0 15 0 93074212 14407233536 527811 18446744073709551615 4194304 4196468 140730984909184 140621233587552 140621756085973 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23183360 140730984916944 140730984919729 140730984919729 140730984923087 0
[pid=12622/tid=12679] ppid=12619 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/12622/task/12679/stat : 12679 (java) S 12619 12622 1460 0 -1 1077944384 57 12336 0 0 0 0 5 3 20 0 15 0 93074213 14407233536 527811 18446744073709551615 4194304 4196468 140730984909184 140621232535168 140621756085973 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23183360 140730984916944 140730984919729 140730984919729 140730984923087 0
[pid=12622/tid=12680] ppid=12619 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/12622/task/12680/stat : 12680 (java) S 12619 12622 1460 0 -1 1077944384 3 12336 0 0 0 0 5 3 20 0 15 0 93074215 14407233536 527811 18446744073709551615 4194304 4196468 140730984909184 140621231483472 140621756094363 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23183360 140730984916944 140730984919729 140730984919729 140730984923087 0
[pid=12622/tid=12681] ppid=12619 vsize=14069564 CPUtime=6.17 cores=1,3,5,7
/proc/12622/task/12681/stat : 12681 (java) S 12619 12622 1460 0 -1 1077944384 16119 12336 0 0 606 3 5 3 20 0 15 0 93074215 14407233536 527811 18446744073709551615 4194304 4196468 140730984909184 140621230430320 140621756086914 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23183360 140730984916944 140730984919729 140730984919729 140730984923087 0
[pid=12622/tid=12682] ppid=12619 vsize=14069564 CPUtime=5.95 cores=1,3,5,7
/proc/12622/task/12682/stat : 12682 (java) S 12619 12622 1460 0 -1 1077944384 18832 12336 0 0 584 3 5 3 20 0 15 0 93074215 14407233536 527811 18446744073709551615 4194304 4196468 140730984909184 140621229377520 140621756086914 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23183360 140730984916944 140730984919729 140730984919729 140730984923087 0
[pid=12622/tid=12683] ppid=12619 vsize=14069564 CPUtime=2.19 cores=1,3,5,7
/proc/12622/task/12683/stat : 12683 (java) S 12619 12622 1460 0 -1 1077944384 17515 12336 0 0 207 4 5 3 20 0 15 0 93074215 14407233536 527811 18446744073709551615 4194304 4196468 140730984909184 140621228325232 140621756086914 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23183360 140730984916944 140730984919729 140730984919729 140730984923087 0
[pid=12622/tid=12684] ppid=12619 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/12622/task/12684/stat : 12684 (java) S 12619 12622 1460 0 -1 1077944384 3 12336 0 0 0 0 5 3 20 0 15 0 93074215 14407233536 527811 18446744073709551615 4194304 4196468 140730984909184 140621227272672 140621756085973 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23183360 140730984916944 140730984919729 140730984919729 140730984923087 0
[pid=12622/tid=12685] ppid=12619 vsize=14069564 CPUtime=1.38 cores=1,3,5,7
/proc/12622/task/12685/stat : 12685 (java) S 12619 12622 1460 0 -1 1077944384 2120 12336 0 0 59 71 5 3 20 0 15 0 93074219 14407233536 527811 18446744073709551615 4194304 4196468 140730984909184 140621226220464 140621756086914 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 51 0 0 6293624 6294260 23183360 140730984916944 140730984919729 140730984919729 140730984923087 0
Current children cumulated CPU time (s) 2520.06
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 12622 sig 9
??? kill -12622 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2484.81 s]
/proc/loadavg: 1.27 1.30 1.38 3/213 12989
/proc/meminfo: memFree=28439852/32770624 swapFree=0/571892
[pid=12622] ppid=12619 vsize=14202692 CPUtime=2521.09 cores=1,3,5,7
/proc/12622/stat : 12622 (java) S 12619 12622 1460 0 -1 1077944320 434414 12336 0 0 251706 395 5 3 20 0 17 0 93074175 14543556608 529377 18446744073709551615 4194304 4196468 140730984909184 140730984891728 140621756075767 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 23183360 140730984916944 140730984919729 140730984919729 140730984923087 0
/proc/12622/statm: 3550673 529377 3486 1 0 3539287 0
[pid=12622/tid=12672] ppid=12619 vsize=14202692 CPUtime=2473.99 cores=1,3,5,7
/proc/12622/task/12672/stat : 12672 (java) S 12619 12622 1460 0 -1 1077944384 198950 12336 0 0 247303 88 5 3 20 0 17 0 93074210 14543556608 529377 18446744073709551615 4194304 4196468 140730984909184 140621760313552 140621756085973 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 3 0 0 6293624 6294260 23183360 140730984916944 140730984919729 140730984919729 140730984923087 0
[pid=12622/tid=12673] ppid=12619 vsize=14202692 CPUtime=7.54 cores=1,3,5,7
/proc/12622/task/12673/stat : 12673 (java) R 12619 12622 1460 0 -1 4202560 31613 12336 0 0 688 58 5 3 20 0 17 0 93074211 14543556608 529377 18446744073709551615 4194304 4196468 140730984909184 140621356493200 140621737672778 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23183360 140730984916944 140730984919729 140730984919729 140730984923087 0
[pid=12622/tid=12674] ppid=12619 vsize=14202692 CPUtime=7.55 cores=1,3,5,7
/proc/12622/task/12674/stat : 12674 (java) R 12619 12622 1460 0 -1 4202560 30912 12336 0 0 691 56 5 3 20 0 17 0 93074211 14543556608 529377 18446744073709551615 4194304 4196468 140730984909184 140621355440400 140621741026372 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23183360 140730984916944 140730984919729 140730984919729 140730984923087 0
[pid=12622/tid=12675] ppid=12619 vsize=14202692 CPUtime=7.51 cores=1,3,5,7
/proc/12622/task/12675/stat : 12675 (java) R 12619 12622 1460 0 -1 4202560 31778 12336 0 0 688 55 5 3 20 0 17 0 93074211 14543556608 529377 18446744073709551615 4194304 4196468 140730984909184 140621354388312 140621740529775 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 23183360 140730984916944 140730984919729 140730984919729 140730984923087 0
[pid=12622/tid=12676] ppid=12619 vsize=14202692 CPUtime=7.53 cores=1,3,5,7
/proc/12622/task/12676/stat : 12676 (java) R 12619 12622 1460 0 -1 4202560 40890 12336 0 0 688 57 5 3 20 0 17 0 93074211 14543556608 529377 18446744073709551615 4194304 4196468 140730984909184 140621353335312 140621737672778 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23183360 140730984916944 140730984919729 140730984919729 140730984923087 0
[pid=12622/tid=12677] ppid=12619 vsize=14202692 CPUtime=1.9 cores=1,3,5,7
/proc/12622/task/12677/stat : 12677 (java) S 12619 12622 1460 0 -1 1077944384 43203 12336 0 0 158 24 5 3 20 0 17 0 93074212 14543556608 529377 18446744073709551615 4194304 4196468 140730984909184 140621234639920 140621756085973 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 50 0 0 6293624 6294260 23183360 140730984916944 140730984919729 140730984919729 140730984923087 0
[pid=12622/tid=12678] ppid=12619 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/12622/task/12678/stat : 12678 (java) S 12619 12622 1460 0 -1 1077944384 84 12336 0 0 0 0 5 3 20 0 17 0 93074212 14543556608 529377 18446744073709551615 4194304 4196468 140730984909184 140621233587184 140621756085973 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23183360 140730984916944 140730984919729 140730984919729 140730984923087 0
[pid=12622/tid=12679] ppid=12619 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/12622/task/12679/stat : 12679 (java) S 12619 12622 1460 0 -1 1077944384 57 12336 0 0 0 0 5 3 20 0 17 0 93074213 14543556608 529377 18446744073709551615 4194304 4196468 140730984909184 140621232535168 140621756085973 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23183360 140730984916944 140730984919729 140730984919729 140730984923087 0
[pid=12622/tid=12680] ppid=12619 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/12622/task/12680/stat : 12680 (java) S 12619 12622 1460 0 -1 1077944384 97 12336 0 0 0 0 5 3 20 0 17 0 93074215 14543556608 529377 18446744073709551615 4194304 4196468 140730984909184 140621231483472 140621756094363 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23183360 140730984916944 140730984919729 140730984919729 140730984923087 0
[pid=12622/tid=12681] ppid=12619 vsize=14202692 CPUtime=6.17 cores=1,3,5,7
/proc/12622/task/12681/stat : 12681 (java) S 12619 12622 1460 0 -1 1077944384 16119 12336 0 0 606 3 5 3 20 0 17 0 93074215 14543556608 529377 18446744073709551615 4194304 4196468 140730984909184 140621230430320 140621756086914 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23183360 140730984916944 140730984919729 140730984919729 140730984923087 0
[pid=12622/tid=12682] ppid=12619 vsize=14202692 CPUtime=5.95 cores=1,3,5,7
/proc/12622/task/12682/stat : 12682 (java) S 12619 12622 1460 0 -1 1077944384 18832 12336 0 0 584 3 5 3 20 0 17 0 93074215 14543556608 529377 18446744073709551615 4194304 4196468 140730984909184 140621229377520 140621756086914 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23183360 140730984916944 140730984919729 140730984919729 140730984923087 0
[pid=12622/tid=12683] ppid=12619 vsize=14202692 CPUtime=2.19 cores=1,3,5,7
/proc/12622/task/12683/stat : 12683 (java) S 12619 12622 1460 0 -1 1077944384 17515 12336 0 0 207 4 5 3 20 0 17 0 93074215 14543556608 529377 18446744073709551615 4194304 4196468 140730984909184 140621228325232 140621756086914 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23183360 140730984916944 140730984919729 140730984919729 140730984923087 0
[pid=12622/tid=12684] ppid=12619 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/12622/task/12684/stat : 12684 (java) S 12619 12622 1460 0 -1 1077944384 3 12336 0 0 0 0 5 3 20 0 17 0 93074215 14543556608 529377 18446744073709551615 4194304 4196468 140730984909184 140621227272672 140621756085973 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23183360 140730984916944 140730984919729 140730984919729 140730984923087 0
[pid=12622/tid=12685] ppid=12619 vsize=14202692 CPUtime=1.38 cores=1,3,5,7
/proc/12622/task/12685/stat : 12685 (java) S 12619 12622 1460 0 -1 1077944384 2120 12336 0 0 59 71 5 3 20 0 17 0 93074219 14543556608 529377 18446744073709551615 4194304 4196468 140730984909184 140621226220464 140621756086914 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 51 0 0 6293624 6294260 23183360 140730984916944 140730984919729 140730984919729 140730984923087 0
Current children cumulated CPU time (s) 2521.09
Current children cumulated vsize (KiB) 14202692

[startup+2484.9 s]
/proc/loadavg: 1.17 1.27 1.37 3/215 12991
/proc/meminfo: memFree=28438116/32770624 swapFree=0/571892
[pid=12622] ppid=12619 vsize=14202692 CPUtime=2521.39 cores=1,3,5,7
/proc/12622/stat : 12622 (java) S 12619 12622 1460 0 -1 1077944320 434415 12336 0 0 251736 395 5 3 20 0 17 0 93074175 14543556608 529377 18446744073709551615 4194304 4196468 140730984909184 140730984891728 140621756075767 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 23183360 140730984916944 140730984919729 140730984919729 140730984923087 0
/proc/12622/statm: 3550673 529377 3486 1 0 3539287 0
[pid=12622/tid=12672] ppid=12619 vsize=14202692 CPUtime=2473.99 cores=1,3,5,7
/proc/12622/task/12672/stat : 12672 (java) S 12619 12622 1460 0 -1 1077944384 198950 12336 0 0 247303 88 5 3 20 0 17 0 93074210 14543556608 529377 18446744073709551615 4194304 4196468 140730984909184 140621760313552 140621756085973 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 23183360 140730984916944 140730984919729 140730984919729 140730984923087 0
[pid=12622/tid=12673] ppid=12619 vsize=14202692 CPUtime=7.61 cores=1,3,5,7
/proc/12622/task/12673/stat : 12673 (java) R 12619 12622 1460 0 -1 4202560 31613 12336 0 0 695 58 5 3 20 0 17 0 93074211 14543556608 529377 18446744073709551615 4194304 4196468 140730984909184 140621356493200 140621740774512 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23183360 140730984916944 140730984919729 140730984919729 140730984923087 0
[pid=12622/tid=12674] ppid=12619 vsize=14202692 CPUtime=7.61 cores=1,3,5,7
/proc/12622/task/12674/stat : 12674 (java) R 12619 12622 1460 0 -1 4202560 30912 12336 0 0 697 56 5 3 20 0 17 0 93074211 14543556608 529377 18446744073709551615 4194304 4196468 140730984909184 140621355440400 140621741072134 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23183360 140730984916944 140730984919729 140730984919729 140730984923087 0
[pid=12622/tid=12675] ppid=12619 vsize=14202692 CPUtime=7.57 cores=1,3,5,7
/proc/12622/task/12675/stat : 12675 (java) R 12619 12622 1460 0 -1 1077944384 31779 12336 0 0 694 55 5 3 20 0 17 0 93074211 14543556608 529377 18446744073709551615 4194304 4196468 140730984909184 140621354388112 140621756085973 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23183360 140730984916944 140730984919729 140730984919729 140730984923087 0
[pid=12622/tid=12676] ppid=12619 vsize=14202692 CPUtime=7.59 cores=1,3,5,7
/proc/12622/task/12676/stat : 12676 (java) R 12619 12622 1460 0 -1 4202560 40890 12336 0 0 694 57 5 3 20 0 17 0 93074211 14543556608 529377 18446744073709551615 4194304 4196468 140730984909184 140621353335312 140621740775016 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23183360 140730984916944 140730984919729 140730984919729 140730984923087 0
[pid=12622/tid=12677] ppid=12619 vsize=14202692 CPUtime=1.94 cores=1,3,5,7
/proc/12622/task/12677/stat : 12677 (java) S 12619 12622 1460 0 -1 1077944384 43203 12336 0 0 162 24 5 3 20 0 17 0 93074212 14543556608 529377 18446744073709551615 4194304 4196468 140730984909184 140621234640144 140621756085973 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 50 0 0 6293624 6294260 23183360 140730984916944 140730984919729 140730984919729 140730984923087 0
[pid=12622/tid=12678] ppid=12619 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/12622/task/12678/stat : 12678 (java) S 12619 12622 1460 0 -1 1077944384 84 12336 0 0 0 0 5 3 20 0 17 0 93074212 14543556608 529377 18446744073709551615 4194304 4196468 140730984909184 140621233587184 140621756085973 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23183360 140730984916944 140730984919729 140730984919729 140730984923087 0
[pid=12622/tid=12679] ppid=12619 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/12622/task/12679/stat : 12679 (java) S 12619 12622 1460 0 -1 1077944384 57 12336 0 0 0 0 5 3 20 0 17 0 93074213 14543556608 529377 18446744073709551615 4194304 4196468 140730984909184 140621232535168 140621756085973 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23183360 140730984916944 140730984919729 140730984919729 140730984923087 0
[pid=12622/tid=12680] ppid=12619 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/12622/task/12680/stat : 12680 (java) S 12619 12622 1460 0 -1 1077944384 97 12336 0 0 0 0 5 3 20 0 17 0 93074215 14543556608 529377 18446744073709551615 4194304 4196468 140730984909184 140621231483472 140621756094363 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23183360 140730984916944 140730984919729 140730984919729 140730984923087 0
[pid=12622/tid=12681] ppid=12619 vsize=14202692 CPUtime=6.17 cores=1,3,5,7
/proc/12622/task/12681/stat : 12681 (java) S 12619 12622 1460 0 -1 1077944384 16119 12336 0 0 606 3 5 3 20 0 17 0 93074215 14543556608 529377 18446744073709551615 4194304 4196468 140730984909184 140621230430320 140621756086914 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23183360 140730984916944 140730984919729 140730984919729 140730984923087 0
[pid=12622/tid=12682] ppid=12619 vsize=14202692 CPUtime=5.95 cores=1,3,5,7
/proc/12622/task/12682/stat : 12682 (java) S 12619 12622 1460 0 -1 1077944384 18832 12336 0 0 584 3 5 3 20 0 17 0 93074215 14543556608 529377 18446744073709551615 4194304 4196468 140730984909184 140621229377520 140621756086914 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23183360 140730984916944 140730984919729 140730984919729 140730984923087 0
[pid=12622/tid=12683] ppid=12619 vsize=14202692 CPUtime=2.19 cores=1,3,5,7
/proc/12622/task/12683/stat : 12683 (java) S 12619 12622 1460 0 -1 1077944384 17515 12336 0 0 207 4 5 3 20 0 17 0 93074215 14543556608 529377 18446744073709551615 4194304 4196468 140730984909184 140621228325232 140621756086914 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23183360 140730984916944 140730984919729 140730984919729 140730984923087 0
[pid=12622/tid=12684] ppid=12619 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/12622/task/12684/stat : 12684 (java) S 12619 12622 1460 0 -1 1077944384 3 12336 0 0 0 0 5 3 20 0 17 0 93074215 14543556608 529377 18446744073709551615 4194304 4196468 140730984909184 140621227272672 140621756085973 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23183360 140730984916944 140730984919729 140730984919729 140730984923087 0
[pid=12622/tid=12685] ppid=12619 vsize=14202692 CPUtime=1.38 cores=1,3,5,7
/proc/12622/task/12685/stat : 12685 (java) S 12619 12622 1460 0 -1 1077944384 2120 12336 0 0 59 71 5 3 20 0 17 0 93074219 14543556608 529377 18446744073709551615 4194304 4196468 140730984909184 140621226220464 140621756086914 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 51 0 0 6293624 6294260 23183360 140730984916944 140730984919729 140730984919729 140730984923087 0
[pid=12622/tid=12990] ppid=12619 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/12622/task/12990/stat : 12990 (java) S 12619 12622 1460 0 -1 1077944384 63 12336 0 0 0 0 5 3 20 0 17 0 93322625 14543556608 529377 18446744073709551615 4194304 4196468 140730984909184 140621194482160 140621756085973 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23183360 140730984916944 140730984919729 140730984919729 140730984923087 0
[pid=12622/tid=12991] ppid=12619 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/12622/task/12991/stat : 12991 (java) S 12619 12622 1460 0 -1 1077944384 27 12336 0 0 0 0 5 3 20 0 17 0 93322625 14543556608 529377 18446744073709551615 4194304 4196468 140730984909184 140621193430592 140621756085973 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23183360 140730984916944 140730984919729 140730984919729 140730984923087 0
Current children cumulated CPU time (s) 2521.39
Current children cumulated vsize (KiB) 14202692

Child status: 143
Real time (s): 2484.95
CPU time (s): 2521.49
CPU user time (s): 2517.49
CPU system time (s): 4.00044
CPU usage (%): 101.471
Max. virtual memory (cumulated for all children) (KiB): 14202692

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.49
system time used= 4.00044
maximum resident set size= 4235836
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 446899
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2904
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 91495
involuntary context switches= 3704

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.1275 second user time and 15.3752 second system time

The end

Launcher Data

Begin job on node134 at 2017-08-11 14:34:03
IDJOB=4262467
IDBENCH=133170
IDSOLVER=2650
FILE ID=node134/4262467-1502455679
RUNJOBID= node134-1502411438-1524
PBS_JOBID= 
Free space on /tmp= 62008 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/Ortholatin/Ortholatin-m1-s1/Ortholatin-019.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262467-1502455679/watcher-4262467-1502455679 -o /tmp/evaluation-result-4262467-1502455679/solver-4262467-1502455679 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1502411438-1524 --watchdog 2580  bin/concrete HOME/instance-4262467-1502455679.xml

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

MD5SUM BENCH= 3d460941811377b846401dbdf8e8b024
RANDOM SEED=2059994853

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:        30256608 kB
MemAvailable:   31240480 kB
Buffers:          288232 kB
Cached:           989228 kB
SwapCached:            0 kB
Active:          1473884 kB
Inactive:         602752 kB
Active(anon):     801556 kB
Inactive(anon):    31216 kB
Active(file):     672328 kB
Inactive(file):   571536 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24152 kB
Writeback:             0 kB
AnonPages:        799112 kB
Mapped:            64352 kB
Shmem:             33468 kB
Slab:             138092 kB
SReclaimable:     111688 kB
SUnreclaim:        26404 kB
KernelStack:        3488 kB
PageTables:         6836 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1636116 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    579584 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-11 15:15:28