Trace number 4262255

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 2457.53

General information on the benchmark

NameCarSequencing/CarSequencing-m1-jcr/
CarSequencing-04-72.xml
MD5SUM606ad4221d4941292d84c5bdd64a5487
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark1596.5699
Satisfiable
(Un)Satisfiability was proved
Number of variables600
Number of constraints731
Number of domains2
Minimum domain size2
Maximum domain size22
Distribution of domain sizes[{"size":2,"count":500},{"size":22,"count":100}]
Minimum variable degree2
Maximum variable degree53
Distribution of variable degrees[{"degree":2,"count":100},{"degree":3,"count":5},{"degree":4,"count":5},{"degree":5,"count":6},{"degree":6,"count":10},{"degree":7,"count":10},{"degree":8,"count":18},{"degree":9,"count":18},{"degree":10,"count":18},{"degree":11,"count":18},{"degree":12,"count":18},{"degree":13,"count":18},{"degree":14,"count":18},{"degree":15,"count":18},{"degree":16,"count":18},{"degree":17,"count":18},{"degree":18,"count":18},{"degree":19,"count":18},{"degree":20,"count":19},{"degree":21,"count":19},{"degree":22,"count":20},{"degree":23,"count":20},{"degree":24,"count":25},{"degree":25,"count":14},{"degree":26,"count":9},"...",{"degree":29,"count":9}, {"degree":30,"count":10}, {"degree":31,"count":26}, {"degree":32,"count":19}, {"degree":33,"count":2}, {"degree":34,"count":2}, {"degree":35,"count":2}, {"degree":36,"count":2}, {"degree":37,"count":2}, {"degree":38,"count":2}, {"degree":39,"count":2}, {"degree":40,"count":2}, {"degree":41,"count":2}, {"degree":42,"count":2}, {"degree":43,"count":2}, {"degree":44,"count":2}, {"degree":45,"count":2}, {"degree":46,"count":2}, {"degree":47,"count":2}, {"degree":48,"count":2}, {"degree":49,"count":2}, {"degree":50,"count":2}, {"degree":51,"count":2}, {"degree":52,"count":3}, {"degree":53,"count":1}]
Minimum constraint arity2
Maximum constraint arity100
Distribution of constraint arities[{"arity":2,"count":100},{"arity":3,"count":196},{"arity":4,"count":1},{"arity":5,"count":193},{"arity":6,"count":101},{"arity":8,"count":1},{"arity":10,"count":2},{"arity":12,"count":1},{"arity":14,"count":1},{"arity":15,"count":2},{"arity":16,"count":1},{"arity":18,"count":1},{"arity":19,"count":1},{"arity":20,"count":3},{"arity":22,"count":3},{"arity":24,"count":1},{"arity":25,"count":4},{"arity":26,"count":1},{"arity":28,"count":3},{"arity":30,"count":3},{"arity":31,"count":2},{"arity":32,"count":1},{"arity":34,"count":3},{"arity":35,"count":2},{"arity":36,"count":1},"...",{"arity":67,"count":2}, {"arity":68,"count":1}, {"arity":70,"count":5}, {"arity":72,"count":1}, {"arity":73,"count":2}, {"arity":74,"count":1}, {"arity":75,"count":2}, {"arity":76,"count":3}, {"arity":78,"count":1}, {"arity":79,"count":2}, {"arity":80,"count":3}, {"arity":82,"count":3}, {"arity":84,"count":1}, {"arity":85,"count":4}, {"arity":86,"count":1}, {"arity":88,"count":3}, {"arity":90,"count":3}, {"arity":91,"count":2}, {"arity":92,"count":1}, {"arity":94,"count":3}, {"arity":95,"count":2}, {"arity":96,"count":1}, {"arity":97,"count":2}, {"arity":98,"count":1}, {"arity":100,"count":6}]
Number of extensional constraints100
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":100},{"type":"sum","count":630},{"type":"cardinality","count":1}]
Optimization problemNO
Type of objective

Solver Data

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

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

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.63 1.54 1.63 2/198 15746
/proc/meminfo: memFree=30294676/32770624 swapFree=0/427736
[pid=15746] ppid=15743 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/15746/stat : 15746 (runsolver) D 15743 15746 4821 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 92891007 24240128 105 18446744073709551615 4194304 4338465 140736896055760 140736896053400 140618576409303 0 0 1 24578 18446744071580418449 0 0 17 2 0 0 0 0 0 6438912 6441760 31551488 140736896061649 140736896062025 140736896062025 140736896065482 0
/proc/15746/statm: 5918 105 52 36 0 2156 0

[startup+0.10009 s]
/proc/loadavg: 1.63 1.54 1.63 2/198 15746
/proc/meminfo: memFree=30294676/32770624 swapFree=0/427736
[pid=15746] ppid=15743 vsize=9636 CPUtime=0.01 cores=0,2,4,6
/proc/15746/stat : 15746 (bash) R 15743 15746 4821 0 -1 4202496 794 5307 0 0 0 0 0 1 20 0 1 0 92891007 9867264 360 18446744073709551615 4194304 5098028 140731429126160 140731429123816 140583205825536 0 0 5 65536 0 0 0 17 2 0 0 8 0 0 7196144 7232144 31358976 140731429134868 140731429134953 140731429134953 140731429138410 0
/proc/15746/statm: 2409 360 286 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.200199 s]
/proc/loadavg: 1.63 1.54 1.63 2/198 15746
/proc/meminfo: memFree=30294676/32770624 swapFree=0/427736
[pid=15746] ppid=15743 vsize=9636 CPUtime=0.01 cores=0,2,4,6
/proc/15746/stat : 15746 (bash) S 15743 15746 4821 0 -1 4202496 892 6490 0 0 0 0 0 1 20 0 1 0 92891007 9867264 377 18446744073709551615 4194304 5098028 140731429126160 140731429120168 140583205825536 0 0 5 65536 18446744071580971376 0 0 17 4 0 0 8 0 0 7196144 7232144 31358976 140731429134868 140731429134953 140731429134953 140731429138410 0
/proc/15746/statm: 2409 377 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.30024 s]
/proc/loadavg: 1.63 1.54 1.63 2/198 15746
/proc/meminfo: memFree=30294676/32770624 swapFree=0/427736
[pid=15746] ppid=15743 vsize=13973872 CPUtime=0.13 cores=0,2,4,6
/proc/15746/stat : 15746 (java) S 15743 15746 4821 0 -1 1077944320 5513 12564 0 0 5 1 5 2 20 0 15 0 92891007 14309244928 5182 18446744073709551615 4194304 4196468 140729933450576 140729933433120 140602304208631 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 19144704 140729933453264 140729933456049 140729933456049 140729933459407 0
/proc/15746/statm: 3493468 5182 2564 1 0 3482965 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 13973872

[startup+0.700175 s]
/proc/loadavg: 1.63 1.54 1.63 2/198 15746
/proc/meminfo: memFree=30294676/32770624 swapFree=0/427736
[pid=15746] ppid=15743 vsize=13974784 CPUtime=0.7 cores=0,2,4,6
/proc/15746/stat : 15746 (java) S 15743 15746 4821 0 -1 1077944320 13917 12564 0 0 58 5 5 2 20 0 15 0 92891007 14310178816 14867 18446744073709551615 4194304 4196468 140729933450576 140729933433120 140602304208631 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 19144704 140729933453264 140729933456049 140729933456049 140729933459407 0
/proc/15746/statm: 3493696 14867 3125 1 0 3482965 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 13974784

[startup+1.50287 s]
/proc/loadavg: 1.82 1.58 1.64 4/213 15809
/proc/meminfo: memFree=30199404/32770624 swapFree=0/427768
[pid=15746] ppid=15743 vsize=13985408 CPUtime=1.9 cores=0,2,4,6
/proc/15746/stat : 15746 (java) S 15743 15746 4821 0 -1 1077944320 26744 12564 0 0 172 11 5 2 20 0 15 0 92891007 14321057792 43226 18446744073709551615 4194304 4196468 140729933450576 140729933433120 140602304208631 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 19144704 140729933453264 140729933456049 140729933456049 140729933459407 0
/proc/15746/statm: 3496352 43226 3363 1 0 3485525 0
[pid=15746/tid=15796] ppid=15743 vsize=13985408 CPUtime=1.28 cores=0,2,4,6
/proc/15746/task/15796/stat : 15796 (java) S 15743 15746 4821 0 -1 1077944384 20498 12564 0 0 114 7 5 2 20 0 15 0 92891028 14321057792 43226 18446744073709551615 4194304 4196468 140729933450576 140602308425936 140602304218837 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 3 0 0 6293624 6294260 19144704 140729933453264 140729933456049 140729933456049 140729933459407 0
[pid=15746/tid=15797] ppid=15743 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/15746/task/15797/stat : 15797 (java) S 15743 15746 4821 0 -1 1077944384 198 12564 0 0 1 0 5 2 20 0 15 0 92891029 14321057792 43226 18446744073709551615 4194304 4196468 140729933450576 140602265107344 140602304218837 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19144704 140729933453264 140729933456049 140729933456049 140729933459407 0
[pid=15746/tid=15798] ppid=15743 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/15746/task/15798/stat : 15798 (java) S 15743 15746 4821 0 -1 1077944384 28 12564 0 0 1 0 5 2 20 0 15 0 92891029 14321057792 43226 18446744073709551615 4194304 4196468 140729933450576 140601903737616 140602304218837 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19144704 140729933453264 140729933456049 140729933456049 140729933459407 0
[pid=15746/tid=15799] ppid=15743 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/15746/task/15799/stat : 15799 (java) S 15743 15746 4821 0 -1 1077944384 43 12564 0 0 1 0 5 2 20 0 15 0 92891029 14321057792 43226 18446744073709551615 4194304 4196468 140729933450576 140601902685328 140602304218837 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19144704 140729933453264 140729933456049 140729933456049 140729933459407 0
[pid=15746/tid=15800] ppid=15743 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/15746/task/15800/stat : 15800 (java) S 15743 15746 4821 0 -1 1077944384 37 12564 0 0 1 0 5 2 20 0 15 0 92891029 14321057792 43226 18446744073709551615 4194304 4196468 140729933450576 140601901632528 140602304218837 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19144704 140729933453264 140729933456049 140729933456049 140729933459407 0
[pid=15746/tid=15801] ppid=15743 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/15746/task/15801/stat : 15801 (java) R 15743 15746 4821 0 -1 4202560 648 12564 0 0 1 0 5 2 20 0 15 0 92891030 14321057792 43226 18446744073709551615 4194304 4196468 140729933450576 140601287979680 140602296498080 0 0 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19144704 140729933453264 140729933456049 140729933456049 140729933459407 0
[pid=15746/tid=15802] ppid=15743 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/15746/task/15802/stat : 15802 (java) S 15743 15746 4821 0 -1 1077944384 33 12564 0 0 0 0 5 2 20 0 15 0 92891031 14321057792 43226 18446744073709551615 4194304 4196468 140729933450576 140601286927136 140602304218837 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19144704 140729933453264 140729933456049 140729933456049 140729933459407 0
[pid=15746/tid=15803] ppid=15743 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/15746/task/15803/stat : 15803 (java) S 15743 15746 4821 0 -1 1077944384 21 12564 0 0 0 0 5 2 20 0 15 0 92891031 14321057792 43124 18446744073709551615 4194304 4196468 140729933450576 140601285874800 140602304218837 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19144704 140729933453264 140729933456049 140729933456049 140729933459407 0
[pid=15746/tid=15804] ppid=15743 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/15746/task/15804/stat : 15804 (java) S 15743 15746 4821 0 -1 1077944384 3 12564 0 0 0 0 5 2 20 0 15 0 92891034 14321057792 43124 18446744073709551615 4194304 4196468 140729933450576 140601284823120 140602304227227 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19144704 140729933453264 140729933456049 140729933456049 140729933459407 0
[pid=15746/tid=15805] ppid=15743 vsize=13985408 CPUtime=0.19 cores=0,2,4,6
/proc/15746/task/15805/stat : 15805 (java) S 15743 15746 4821 0 -1 1077944384 862 12564 0 0 12 0 5 2 20 0 15 0 92891034 14321057792 43124 18446744073709551615 4194304 4196468 140729933450576 140601283770992 140602304219778 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19144704 140729933453264 140729933456049 140729933456049 140729933459407 0
[pid=15746/tid=15806] ppid=15743 vsize=13985408 CPUtime=0.23 cores=0,2,4,6
/proc/15746/task/15806/stat : 15806 (java) S 15743 15746 4821 0 -1 1077944384 910 12564 0 0 16 0 5 2 20 0 15 0 92891034 14321057792 43124 18446744073709551615 4194304 4196468 140729933450576 140601282718192 140602304219778 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19144704 140729933453264 140729933456049 140729933456049 140729933459407 0
[pid=15746/tid=15807] ppid=15743 vsize=13985408 CPUtime=0.3 cores=0,2,4,6
/proc/15746/task/15807/stat : 15807 (java) R 15743 15746 4821 0 -1 4202560 1304 12564 0 0 23 0 5 2 20 0 15 0 92891034 14321057792 43124 18446744073709551615 4194304 4196468 140729933450576 140601281661776 140602304229978 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19144704 140729933453264 140729933456049 140729933456049 140729933459407 0
[pid=15746/tid=15808] ppid=15743 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/15746/task/15808/stat : 15808 (java) S 15743 15746 4821 0 -1 1077944384 3 12564 0 0 0 0 5 2 20 0 15 0 92891034 14321057792 43152 18446744073709551615 4194304 4196468 140729933450576 140601280613344 140602304218837 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19144704 140729933453264 140729933456049 140729933456049 140729933459407 0
[pid=15746/tid=15809] ppid=15743 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/15746/task/15809/stat : 15809 (java) S 15743 15746 4821 0 -1 1077944384 3 12564 0 0 0 0 5 2 20 0 15 0 92891037 14321057792 43152 18446744073709551615 4194304 4196468 140729933450576 140601279560112 140602304219778 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19144704 140729933453264 140729933456049 140729933456049 140729933459407 0
Current children cumulated CPU time (s) 1.9
Current children cumulated vsize (KiB) 13985408

[startup+3.10183 s]
/proc/loadavg: 1.82 1.58 1.64 3/213 15809
/proc/meminfo: memFree=30125136/32770624 swapFree=0/427768
[pid=15746] ppid=15743 vsize=13997884 CPUtime=5.25 cores=0,2,4,6
/proc/15746/stat : 15746 (java) S 15743 15746 4821 0 -1 1077944320 37592 12564 0 0 502 16 5 2 20 0 15 0 92891007 14333833216 56090 18446744073709551615 4194304 4196468 140729933450576 140729933433120 140602304208631 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 19144704 140729933453264 140729933456049 140729933456049 140729933459407 0
/proc/15746/statm: 3499471 56090 3445 1 0 3488085 0
[pid=15746/tid=15796] ppid=15743 vsize=13997884 CPUtime=2.87 cores=0,2,4,6
/proc/15746/task/15796/stat : 15796 (java) R 15743 15746 4821 0 -1 4202560 28426 12564 0 0 270 10 5 2 20 0 15 0 92891028 14333833216 56090 18446744073709551615 4194304 4196468 140729933450576 140602308436208 140601954241394 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 19144704 140729933453264 140729933456049 140729933456049 140729933459407 0
[pid=15746/tid=15797] ppid=15743 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/15746/task/15797/stat : 15797 (java) S 15743 15746 4821 0 -1 1077944384 198 12564 0 0 1 0 5 2 20 0 15 0 92891029 14333833216 56090 18446744073709551615 4194304 4196468 140729933450576 140602265107344 140602304218837 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19144704 140729933453264 140729933456049 140729933456049 140729933459407 0
[pid=15746/tid=15798] ppid=15743 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/15746/task/15798/stat : 15798 (java) S 15743 15746 4821 0 -1 1077944384 28 12564 0 0 1 0 5 2 20 0 15 0 92891029 14333833216 56090 18446744073709551615 4194304 4196468 140729933450576 140601903737616 140602304218837 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19144704 140729933453264 140729933456049 140729933456049 140729933459407 0
[pid=15746/tid=15799] ppid=15743 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/15746/task/15799/stat : 15799 (java) S 15743 15746 4821 0 -1 1077944384 43 12564 0 0 1 0 5 2 20 0 15 0 92891029 14333833216 56090 18446744073709551615 4194304 4196468 140729933450576 140601902685328 140602304218837 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19144704 140729933453264 140729933456049 140729933456049 140729933459407 0
[pid=15746/tid=15800] ppid=15743 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/15746/task/15800/stat : 15800 (java) S 15743 15746 4821 0 -1 1077944384 37 12564 0 0 1 0 5 2 20 0 15 0 92891029 14333833216 56090 18446744073709551615 4194304 4196468 140729933450576 140601901632528 140602304218837 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19144704 140729933453264 140729933456049 140729933456049 140729933459407 0
[pid=15746/tid=15801] ppid=15743 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/15746/task/15801/stat : 15801 (java) S 15743 15746 4821 0 -1 1077944384 648 12564 0 0 1 0 5 2 20 0 15 0 92891030 14333833216 56090 18446744073709551615 4194304 4196468 140729933450576 140601287981168 140602304219778 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19144704 140729933453264 140729933456049 140729933456049 140729933459407 0
[pid=15746/tid=15802] ppid=15743 vsize=13997884 CPUtime=0.07 cores=0,2,4,6
/proc/15746/task/15802/stat : 15802 (java) S 15743 15746 4821 0 -1 1077944384 56 12564 0 0 0 0 5 2 20 0 15 0 92891031 14333833216 56090 18446744073709551615 4194304 4196468 140729933450576 140601286927200 140602304218837 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19144704 140729933453264 140729933456049 140729933456049 140729933459407 0
[pid=15746/tid=15803] ppid=15743 vsize=13997884 CPUtime=0.07 cores=0,2,4,6
/proc/15746/task/15803/stat : 15803 (java) S 15743 15746 4821 0 -1 1077944384 43 12564 0 0 0 0 5 2 20 0 15 0 92891031 14333833216 56090 18446744073709551615 4194304 4196468 140729933450576 140601285874816 140602304218837 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19144704 140729933453264 140729933456049 140729933456049 140729933459407 0
[pid=15746/tid=15804] ppid=15743 vsize=13997884 CPUtime=0.07 cores=0,2,4,6
/proc/15746/task/15804/stat : 15804 (java) S 15743 15746 4821 0 -1 1077944384 3 12564 0 0 0 0 5 2 20 0 15 0 92891034 14333833216 56090 18446744073709551615 4194304 4196468 140729933450576 140601284823120 140602304227227 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19144704 140729933453264 140729933456049 140729933456049 140729933459407 0
[pid=15746/tid=15805] ppid=15743 vsize=13997884 CPUtime=0.74 cores=0,2,4,6
/proc/15746/task/15805/stat : 15805 (java) R 15743 15746 4821 0 -1 4202560 1583 12564 0 0 66 1 5 2 20 0 15 0 92891034 14333833216 56090 18446744073709551615 4194304 4196468 140729933450576 140601283757088 140602285753182 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 19144704 140729933453264 140729933456049 140729933456049 140729933459407 0
[pid=15746/tid=15806] ppid=15743 vsize=13997884 CPUtime=0.66 cores=0,2,4,6
/proc/15746/task/15806/stat : 15806 (java) R 15743 15746 4821 0 -1 4202560 1201 12564 0 0 59 0 5 2 20 0 15 0 92891034 14333833216 56090 18446744073709551615 4194304 4196468 140729933450576 140601282699904 140602283720932 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19144704 140729933453264 140729933456049 140729933456049 140729933459407 0
[pid=15746/tid=15807] ppid=15743 vsize=13997884 CPUtime=1.06 cores=0,2,4,6
/proc/15746/task/15807/stat : 15807 (java) S 15743 15746 4821 0 -1 1077944384 3167 12564 0 0 98 1 5 2 20 0 15 0 92891034 14333833216 56090 18446744073709551615 4194304 4196468 140729933450576 140601281665904 140602304219778 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19144704 140729933453264 140729933456049 140729933456049 140729933459407 0
[pid=15746/tid=15808] ppid=15743 vsize=13997884 CPUtime=0.07 cores=0,2,4,6
/proc/15746/task/15808/stat : 15808 (java) S 15743 15746 4821 0 -1 1077944384 3 12564 0 0 0 0 5 2 20 0 15 0 92891034 14333833216 56090 18446744073709551615 4194304 4196468 140729933450576 140601280613344 140602304218837 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19144704 140729933453264 140729933456049 140729933456049 140729933459407 0
[pid=15746/tid=15809] ppid=15743 vsize=13997884 CPUtime=0.07 cores=0,2,4,6
/proc/15746/task/15809/stat : 15809 (java) S 15743 15746 4821 0 -1 1077944384 3 12564 0 0 0 0 5 2 20 0 15 0 92891037 14333833216 56090 18446744073709551615 4194304 4196468 140729933450576 140601279560112 140602304219778 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19144704 140729933453264 140729933456049 140729933456049 140729933459407 0
Current children cumulated CPU time (s) 5.25
Current children cumulated vsize (KiB) 13997884

[startup+6.30087 s]
/proc/loadavg: 1.82 1.58 1.64 5/213 15809
/proc/meminfo: memFree=29937660/32770624 swapFree=0/427764
[pid=15746] ppid=15743 vsize=14069564 CPUtime=15.27 cores=0,2,4,6
/proc/15746/stat : 15746 (java) S 15743 15746 4821 0 -1 1077944320 87435 12564 0 0 1490 30 5 2 20 0 15 0 92891007 14407233536 107156 18446744073709551615 4194304 4196468 140729933450576 140729933433120 140602304208631 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 19144704 140729933453264 140729933456049 140729933456049 140729933459407 0
/proc/15746/statm: 3517391 107156 3471 1 0 3506005 0
[pid=15746/tid=15796] ppid=15743 vsize=14069564 CPUtime=5.96 cores=0,2,4,6
/proc/15746/task/15796/stat : 15796 (java) R 15743 15746 4821 0 -1 4202560 50260 12564 0 0 574 15 5 2 20 0 15 0 92891028 14407233536 107156 18446744073709551615 4194304 4196468 140729933450576 140602308439720 140601964599762 0 4 1 16800974 0 0 0 -1 6 0 0 3 0 0 6293624 6294260 19144704 140729933453264 140729933456049 140729933456049 140729933459407 0
[pid=15746/tid=15797] ppid=15743 vsize=14069564 CPUtime=0.13 cores=0,2,4,6
/proc/15746/task/15797/stat : 15797 (java) S 15743 15746 4821 0 -1 1077944384 457 12564 0 0 5 1 5 2 20 0 15 0 92891029 14407233536 107156 18446744073709551615 4194304 4196468 140729933450576 140602265107344 140602304218837 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19144704 140729933453264 140729933456049 140729933456049 140729933459407 0
[pid=15746/tid=15798] ppid=15743 vsize=14069564 CPUtime=0.12 cores=0,2,4,6
/proc/15746/task/15798/stat : 15798 (java) S 15743 15746 4821 0 -1 1077944384 501 12564 0 0 5 0 5 2 20 0 15 0 92891029 14407233536 107156 18446744073709551615 4194304 4196468 140729933450576 140601903737616 140602304218837 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19144704 140729933453264 140729933456049 140729933456049 140729933459407 0
[pid=15746/tid=15799] ppid=15743 vsize=14069564 CPUtime=0.12 cores=0,2,4,6
/proc/15746/task/15799/stat : 15799 (java) S 15743 15746 4821 0 -1 1077944384 794 12564 0 0 5 0 5 2 20 0 15 0 92891029 14407233536 107156 18446744073709551615 4194304 4196468 140729933450576 140601902685328 140602304218837 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19144704 140729933453264 140729933456049 140729933456049 140729933459407 0
[pid=15746/tid=15800] ppid=15743 vsize=14069564 CPUtime=0.13 cores=0,2,4,6
/proc/15746/task/15800/stat : 15800 (java) S 15743 15746 4821 0 -1 1077944384 153 12564 0 0 5 1 5 2 20 0 15 0 92891029 14407233536 107156 18446744073709551615 4194304 4196468 140729933450576 140601901632528 140602304218837 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19144704 140729933453264 140729933456049 140729933456049 140729933459407 0
[pid=15746/tid=15801] ppid=15743 vsize=14069564 CPUtime=0.11 cores=0,2,4,6
/proc/15746/task/15801/stat : 15801 (java) S 15743 15746 4821 0 -1 1077944384 2427 12564 0 0 4 0 5 2 20 0 15 0 92891030 14407233536 107156 18446744073709551615 4194304 4196468 140729933450576 140601287981168 140602304219778 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19144704 140729933453264 140729933456049 140729933456049 140729933459407 0
[pid=15746/tid=15802] ppid=15743 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/15746/task/15802/stat : 15802 (java) S 15743 15746 4821 0 -1 1077944384 62 12564 0 0 0 0 5 2 20 0 15 0 92891031 14407233536 107156 18446744073709551615 4194304 4196468 140729933450576 140601286927200 140602304218837 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19144704 140729933453264 140729933456049 140729933456049 140729933459407 0
[pid=15746/tid=15803] ppid=15743 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/15746/task/15803/stat : 15803 (java) S 15743 15746 4821 0 -1 1077944384 48 12564 0 0 0 0 5 2 20 0 15 0 92891031 14407233536 107156 18446744073709551615 4194304 4196468 140729933450576 140601285874816 140602304218837 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19144704 140729933453264 140729933456049 140729933456049 140729933459407 0
[pid=15746/tid=15804] ppid=15743 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/15746/task/15804/stat : 15804 (java) S 15743 15746 4821 0 -1 1077944384 3 12564 0 0 0 0 5 2 20 0 15 0 92891034 14407233536 107156 18446744073709551615 4194304 4196468 140729933450576 140601284823120 140602304227227 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19144704 140729933453264 140729933456049 140729933456049 140729933459407 0
[pid=15746/tid=15805] ppid=15743 vsize=14069564 CPUtime=3.65 cores=0,2,4,6
/proc/15746/task/15805/stat : 15805 (java) R 15743 15746 4821 0 -1 4202560 10957 12564 0 0 357 1 5 2 20 0 15 0 92891034 14407233536 107156 18446744073709551615 4194304 4196468 140729933450576 140601283754192 140602287705415 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19144704 140729933453264 140729933456049 140729933456049 140729933459407 0
[pid=15746/tid=15806] ppid=15743 vsize=14069564 CPUtime=3.41 cores=0,2,4,6
/proc/15746/task/15806/stat : 15806 (java) R 15743 15746 4821 0 -1 4202560 8952 12564 0 0 331 3 5 2 20 0 15 0 92891034 14407233536 107156 18446744073709551615 4194304 4196468 140729933450576 140601282718192 140602287705419 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19144704 140729933453264 140729933456049 140729933456049 140729933459407 0
[pid=15746/tid=15807] ppid=15743 vsize=14069564 CPUtime=2.11 cores=0,2,4,6
/proc/15746/task/15807/stat : 15807 (java) S 15743 15746 4821 0 -1 1077944384 10649 12564 0 0 201 3 5 2 20 0 15 0 92891034 14407233536 107156 18446744073709551615 4194304 4196468 140729933450576 140601281665904 140602304219778 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19144704 140729933453264 140729933456049 140729933456049 140729933459407 0
[pid=15746/tid=15808] ppid=15743 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/15746/task/15808/stat : 15808 (java) S 15743 15746 4821 0 -1 1077944384 3 12564 0 0 0 0 5 2 20 0 15 0 92891034 14407233536 107156 18446744073709551615 4194304 4196468 140729933450576 140601280613344 140602304218837 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19144704 140729933453264 140729933456049 140729933456049 140729933459407 0
[pid=15746/tid=15809] ppid=15743 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/15746/task/15809/stat : 15809 (java) S 15743 15746 4821 0 -1 1077944384 16 12564 0 0 0 0 5 2 20 0 15 0 92891037 14407233536 107156 18446744073709551615 4194304 4196468 140729933450576 140601279560112 140602304219778 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19144704 140729933453264 140729933456049 140729933456049 140729933459407 0
Current children cumulated CPU time (s) 15.27
Current children cumulated vsize (KiB) 14069564

[startup+12.7007 s]
/proc/loadavg: 2.00 1.62 1.66 3/213 15810
/proc/meminfo: memFree=29459968/32770624 swapFree=0/427760
[pid=15746] ppid=15743 vsize=14069564 CPUtime=25.81 cores=0,2,4,6
/proc/15746/stat : 15746 (java) S 15743 15746 4821 0 -1 1077944320 92132 12564 0 0 2534 40 5 2 20 0 15 0 92891007 14407233536 211366 18446744073709551615 4194304 4196468 140729933450576 140729933433120 140602304208631 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 19144704 140729933453264 140729933456049 140729933456049 140729933459407 0
/proc/15746/statm: 3517391 211366 3474 1 0 3506005 0
[pid=15746/tid=15796] ppid=15743 vsize=14069564 CPUtime=12.32 cores=0,2,4,6
/proc/15746/task/15796/stat : 15796 (java) R 15743 15746 4821 0 -1 4202560 50886 12564 0 0 1203 22 5 2 20 0 15 0 92891028 14407233536 211366 18446744073709551615 4194304 4196468 140729933450576 140602308439008 140601966216023 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 19144704 140729933453264 140729933456049 140729933456049 140729933459407 0
[pid=15746/tid=15797] ppid=15743 vsize=14069564 CPUtime=0.15 cores=0,2,4,6
/proc/15746/task/15797/stat : 15797 (java) S 15743 15746 4821 0 -1 1077944384 491 12564 0 0 7 1 5 2 20 0 15 0 92891029 14407233536 211366 18446744073709551615 4194304 4196468 140729933450576 140602265107344 140602304218837 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19144704 140729933453264 140729933456049 140729933456049 140729933459407 0
[pid=15746/tid=15798] ppid=15743 vsize=14069564 CPUtime=0.14 cores=0,2,4,6
/proc/15746/task/15798/stat : 15798 (java) S 15743 15746 4821 0 -1 1077944384 530 12564 0 0 6 1 5 2 20 0 15 0 92891029 14407233536 211366 18446744073709551615 4194304 4196468 140729933450576 140601903737616 140602304218837 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19144704 140729933453264 140729933456049 140729933456049 140729933459407 0
[pid=15746/tid=15799] ppid=15743 vsize=14069564 CPUtime=0.14 cores=0,2,4,6
/proc/15746/task/15799/stat : 15799 (java) S 15743 15746 4821 0 -1 1077944384 1266 12564 0 0 6 1 5 2 20 0 15 0 92891029 14407233536 211366 18446744073709551615 4194304 4196468 140729933450576 140601902685328 140602304218837 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19144704 140729933453264 140729933456049 140729933456049 140729933459407 0
[pid=15746/tid=15800] ppid=15743 vsize=14069564 CPUtime=0.14 cores=0,2,4,6
/proc/15746/task/15800/stat : 15800 (java) S 15743 15746 4821 0 -1 1077944384 160 12564 0 0 6 1 5 2 20 0 15 0 92891029 14407233536 211366 18446744073709551615 4194304 4196468 140729933450576 140601901632528 140602304218837 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19144704 140729933453264 140729933456049 140729933456049 140729933459407 0
[pid=15746/tid=15801] ppid=15743 vsize=14069564 CPUtime=0.12 cores=0,2,4,6
/proc/15746/task/15801/stat : 15801 (java) S 15743 15746 4821 0 -1 1077944384 2724 12564 0 0 5 0 5 2 20 0 15 0 92891030 14407233536 211366 18446744073709551615 4194304 4196468 140729933450576 140601287981168 140602304219778 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19144704 140729933453264 140729933456049 140729933456049 140729933459407 0
[pid=15746/tid=15802] ppid=15743 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/15746/task/15802/stat : 15802 (java) S 15743 15746 4821 0 -1 1077944384 62 12564 0 0 0 0 5 2 20 0 15 0 92891031 14407233536 211366 18446744073709551615 4194304 4196468 140729933450576 140601286927200 140602304218837 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19144704 140729933453264 140729933456049 140729933456049 140729933459407 0
[pid=15746/tid=15803] ppid=15743 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/15746/task/15803/stat : 15803 (java) S 15743 15746 4821 0 -1 1077944384 48 12564 0 0 0 0 5 2 20 0 15 0 92891031 14407233536 211366 18446744073709551615 4194304 4196468 140729933450576 140601285874816 140602304218837 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19144704 140729933453264 140729933456049 140729933456049 140729933459407 0
[pid=15746/tid=15804] ppid=15743 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/15746/task/15804/stat : 15804 (java) S 15743 15746 4821 0 -1 1077944384 3 12564 0 0 0 0 5 2 20 0 15 0 92891034 14407233536 211366 18446744073709551615 4194304 4196468 140729933450576 140601284823120 140602304227227 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19144704 140729933453264 140729933456049 140729933456049 140729933459407 0

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

/proc/meminfo: memFree=29773856/32770624 swapFree=0/428300
[pid=15746] ppid=15743 vsize=14069564 CPUtime=2504.84 cores=0,2,4,6
/proc/15746/stat : 15746 (java) S 15743 15746 4821 0 -1 1077944320 211394 12564 0 0 250096 381 5 2 20 0 15 0 92891007 14407233536 143924 18446744073709551615 4194304 4196468 140729933450576 140729933433120 140602304208631 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 19144704 140729933453264 140729933456049 140729933456049 140729933459407 0
/proc/15746/statm: 3517391 143924 3475 1 0 3506005 0
[pid=15746/tid=15796] ppid=15743 vsize=14069564 CPUtime=2414.85 cores=0,2,4,6
/proc/15746/task/15796/stat : 15796 (java) R 15743 15746 4821 0 -1 4202560 93661 12564 0 0 241418 60 5 2 20 0 15 0 92891028 14407233536 143924 18446744073709551615 4194304 4196468 140729933450576 140602308442960 140601965263400 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 19144704 140729933453264 140729933456049 140729933456049 140729933459407 0
[pid=15746/tid=15797] ppid=15743 vsize=14069564 CPUtime=14.22 cores=0,2,4,6
/proc/15746/task/15797/stat : 15797 (java) S 15743 15746 4821 0 -1 1077944384 12695 12564 0 0 1358 57 5 2 20 0 15 0 92891029 14407233536 143924 18446744073709551615 4194304 4196468 140729933450576 140602265107344 140602304218837 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19144704 140729933453264 140729933456049 140729933456049 140729933459407 0
[pid=15746/tid=15798] ppid=15743 vsize=14069564 CPUtime=14.21 cores=0,2,4,6
/proc/15746/task/15798/stat : 15798 (java) S 15743 15746 4821 0 -1 1077944384 8948 12564 0 0 1360 54 5 2 20 0 15 0 92891029 14407233536 143924 18446744073709551615 4194304 4196468 140729933450576 140601903737616 140602304218837 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19144704 140729933453264 140729933456049 140729933456049 140729933459407 0
[pid=15746/tid=15799] ppid=15743 vsize=14069564 CPUtime=14.25 cores=0,2,4,6
/proc/15746/task/15799/stat : 15799 (java) S 15743 15746 4821 0 -1 1077944384 12853 12564 0 0 1362 56 5 2 20 0 15 0 92891029 14407233536 143924 18446744073709551615 4194304 4196468 140729933450576 140601902685328 140602304218837 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19144704 140729933453264 140729933456049 140729933456049 140729933459407 0
[pid=15746/tid=15800] ppid=15743 vsize=14069564 CPUtime=14.24 cores=0,2,4,6
/proc/15746/task/15800/stat : 15800 (java) S 15743 15746 4821 0 -1 1077944384 11848 12564 0 0 1364 53 5 2 20 0 15 0 92891029 14407233536 143924 18446744073709551615 4194304 4196468 140729933450576 140601901632528 140602304218837 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19144704 140729933453264 140729933456049 140729933456049 140729933459407 0
[pid=15746/tid=15801] ppid=15743 vsize=14069564 CPUtime=10.46 cores=0,2,4,6
/proc/15746/task/15801/stat : 15801 (java) S 15743 15746 4821 0 -1 1077944384 13025 12564 0 0 976 63 5 2 20 0 15 0 92891030 14407233536 143924 18446744073709551615 4194304 4196468 140729933450576 140601287981168 140602304219778 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19144704 140729933453264 140729933456049 140729933456049 140729933459407 0
[pid=15746/tid=15802] ppid=15743 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/15746/task/15802/stat : 15802 (java) S 15743 15746 4821 0 -1 1077944384 62 12564 0 0 0 0 5 2 20 0 15 0 92891031 14407233536 143924 18446744073709551615 4194304 4196468 140729933450576 140601286927200 140602304218837 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19144704 140729933453264 140729933456049 140729933456049 140729933459407 0
[pid=15746/tid=15803] ppid=15743 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/15746/task/15803/stat : 15803 (java) S 15743 15746 4821 0 -1 1077944384 48 12564 0 0 0 0 5 2 20 0 15 0 92891031 14407233536 143924 18446744073709551615 4194304 4196468 140729933450576 140601285874816 140602304218837 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19144704 140729933453264 140729933456049 140729933456049 140729933459407 0
[pid=15746/tid=15804] ppid=15743 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/15746/task/15804/stat : 15804 (java) S 15743 15746 4821 0 -1 1077944384 3 12564 0 0 0 0 5 2 20 0 15 0 92891034 14407233536 143924 18446744073709551615 4194304 4196468 140729933450576 140601284823120 140602304227227 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19144704 140729933453264 140729933456049 140729933456049 140729933459407 0
[pid=15746/tid=15805] ppid=15743 vsize=14069564 CPUtime=9.2 cores=0,2,4,6
/proc/15746/task/15805/stat : 15805 (java) S 15743 15746 4821 0 -1 1077944384 20350 12564 0 0 909 4 5 2 20 0 15 0 92891034 14407233536 143924 18446744073709551615 4194304 4196468 140729933450576 140601283770992 140602304219778 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19144704 140729933453264 140729933456049 140729933456049 140729933459407 0
[pid=15746/tid=15806] ppid=15743 vsize=14069564 CPUtime=8.76 cores=0,2,4,6
/proc/15746/task/15806/stat : 15806 (java) S 15743 15746 4821 0 -1 1077944384 15026 12564 0 0 863 6 5 2 20 0 15 0 92891034 14407233536 143924 18446744073709551615 4194304 4196468 140729933450576 140601282718192 140602304219778 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19144704 140729933453264 140729933456049 140729933456049 140729933459407 0
[pid=15746/tid=15807] ppid=15743 vsize=14069564 CPUtime=3.58 cores=0,2,4,6
/proc/15746/task/15807/stat : 15807 (java) S 15743 15746 4821 0 -1 1077944384 19984 12564 0 0 343 8 5 2 20 0 15 0 92891034 14407233536 143924 18446744073709551615 4194304 4196468 140729933450576 140601281665904 140602304219778 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19144704 140729933453264 140729933456049 140729933456049 140729933459407 0
[pid=15746/tid=15808] ppid=15743 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/15746/task/15808/stat : 15808 (java) S 15743 15746 4821 0 -1 1077944384 3 12564 0 0 0 0 5 2 20 0 15 0 92891034 14407233536 143924 18446744073709551615 4194304 4196468 140729933450576 140601280613344 140602304218837 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19144704 140729933453264 140729933456049 140729933456049 140729933459407 0
[pid=15746/tid=15809] ppid=15743 vsize=14069564 CPUtime=1.58 cores=0,2,4,6
/proc/15746/task/15809/stat : 15809 (java) S 15743 15746 4821 0 -1 1077944384 735 12564 0 0 72 79 5 2 20 0 15 0 92891037 14407233536 143924 18446744073709551615 4194304 4196468 140729933450576 140601279560112 140602304219778 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19144704 140729933453264 140729933456049 140729933456049 140729933459407 0
Current children cumulated CPU time (s) 2504.84
Current children cumulated vsize (KiB) 14069564



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2457.2 s]
/proc/loadavg: 1.43 1.40 1.38 3/214 16083
/proc/meminfo: memFree=29791508/32770624 swapFree=0/428300
[pid=15746] ppid=15743 vsize=14069564 CPUtime=2520.02 cores=0,2,4,6
/proc/15746/stat : 15746 (java) S 15743 15746 4821 0 -1 1077944320 211701 12564 0 0 251612 383 5 2 20 0 15 0 92891007 14407233536 139307 18446744073709551615 4194304 4196468 140729933450576 140729933433120 140602304208631 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 19144704 140729933453264 140729933456049 140729933456049 140729933459407 0
/proc/15746/statm: 3517391 139307 3475 1 0 3506005 0
[pid=15746/tid=15796] ppid=15743 vsize=14069564 CPUtime=2429.58 cores=0,2,4,6
/proc/15746/task/15796/stat : 15796 (java) R 15743 15746 4821 0 -1 4202560 93775 12564 0 0 242891 60 5 2 20 0 15 0 92891028 14407233536 139307 18446744073709551615 4194304 4196468 140729933450576 140602308442880 140601963430912 0 4 1 16800974 0 0 0 -1 6 0 0 3 0 0 6293624 6294260 19144704 140729933453264 140729933456049 140729933456049 140729933459407 0
[pid=15746/tid=15797] ppid=15743 vsize=14069564 CPUtime=14.32 cores=0,2,4,6
/proc/15746/task/15797/stat : 15797 (java) S 15743 15746 4821 0 -1 1077944384 12710 12564 0 0 1368 57 5 2 20 0 15 0 92891029 14407233536 139307 18446744073709551615 4194304 4196468 140729933450576 140602265107344 140602304218837 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19144704 140729933453264 140729933456049 140729933456049 140729933459407 0
[pid=15746/tid=15798] ppid=15743 vsize=14069564 CPUtime=14.3 cores=0,2,4,6
/proc/15746/task/15798/stat : 15798 (java) S 15743 15746 4821 0 -1 1077944384 8986 12564 0 0 1369 54 5 2 20 0 15 0 92891029 14407233536 139307 18446744073709551615 4194304 4196468 140729933450576 140601903737616 140602304218837 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19144704 140729933453264 140729933456049 140729933456049 140729933459407 0
[pid=15746/tid=15799] ppid=15743 vsize=14069564 CPUtime=14.35 cores=0,2,4,6
/proc/15746/task/15799/stat : 15799 (java) S 15743 15746 4821 0 -1 1077944384 12913 12564 0 0 1372 56 5 2 20 0 15 0 92891029 14407233536 139307 18446744073709551615 4194304 4196468 140729933450576 140601902685328 140602304218837 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19144704 140729933453264 140729933456049 140729933456049 140729933459407 0
[pid=15746/tid=15800] ppid=15743 vsize=14069564 CPUtime=14.34 cores=0,2,4,6
/proc/15746/task/15800/stat : 15800 (java) S 15743 15746 4821 0 -1 1077944384 11901 12564 0 0 1373 54 5 2 20 0 15 0 92891029 14407233536 139307 18446744073709551615 4194304 4196468 140729933450576 140601901632528 140602304218837 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19144704 140729933453264 140729933456049 140729933456049 140729933459407 0
[pid=15746/tid=15801] ppid=15743 vsize=14069564 CPUtime=10.53 cores=0,2,4,6
/proc/15746/task/15801/stat : 15801 (java) S 15743 15746 4821 0 -1 1077944384 13044 12564 0 0 982 64 5 2 20 0 15 0 92891030 14407233536 139307 18446744073709551615 4194304 4196468 140729933450576 140601287981168 140602304219778 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19144704 140729933453264 140729933456049 140729933456049 140729933459407 0
[pid=15746/tid=15802] ppid=15743 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/15746/task/15802/stat : 15802 (java) S 15743 15746 4821 0 -1 1077944384 62 12564 0 0 0 0 5 2 20 0 15 0 92891031 14407233536 139307 18446744073709551615 4194304 4196468 140729933450576 140601286927200 140602304218837 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19144704 140729933453264 140729933456049 140729933456049 140729933459407 0
[pid=15746/tid=15803] ppid=15743 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/15746/task/15803/stat : 15803 (java) S 15743 15746 4821 0 -1 1077944384 48 12564 0 0 0 0 5 2 20 0 15 0 92891031 14407233536 139307 18446744073709551615 4194304 4196468 140729933450576 140601285874816 140602304218837 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19144704 140729933453264 140729933456049 140729933456049 140729933459407 0
[pid=15746/tid=15804] ppid=15743 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/15746/task/15804/stat : 15804 (java) S 15743 15746 4821 0 -1 1077944384 3 12564 0 0 0 0 5 2 20 0 15 0 92891034 14407233536 139307 18446744073709551615 4194304 4196468 140729933450576 140601284823120 140602304227227 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19144704 140729933453264 140729933456049 140729933456049 140729933459407 0
[pid=15746/tid=15805] ppid=15743 vsize=14069564 CPUtime=9.2 cores=0,2,4,6
/proc/15746/task/15805/stat : 15805 (java) S 15743 15746 4821 0 -1 1077944384 20352 12564 0 0 909 4 5 2 20 0 15 0 92891034 14407233536 139307 18446744073709551615 4194304 4196468 140729933450576 140601283770992 140602304219778 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19144704 140729933453264 140729933456049 140729933456049 140729933459407 0
[pid=15746/tid=15806] ppid=15743 vsize=14069564 CPUtime=8.76 cores=0,2,4,6
/proc/15746/task/15806/stat : 15806 (java) S 15743 15746 4821 0 -1 1077944384 15028 12564 0 0 863 6 5 2 20 0 15 0 92891034 14407233536 139307 18446744073709551615 4194304 4196468 140729933450576 140601282718192 140602304219778 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19144704 140729933453264 140729933456049 140729933456049 140729933459407 0
[pid=15746/tid=15807] ppid=15743 vsize=14069564 CPUtime=3.58 cores=0,2,4,6
/proc/15746/task/15807/stat : 15807 (java) S 15743 15746 4821 0 -1 1077944384 19986 12564 0 0 343 8 5 2 20 0 15 0 92891034 14407233536 139307 18446744073709551615 4194304 4196468 140729933450576 140601281665904 140602304219778 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19144704 140729933453264 140729933456049 140729933456049 140729933459407 0
[pid=15746/tid=15808] ppid=15743 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/15746/task/15808/stat : 15808 (java) S 15743 15746 4821 0 -1 1077944384 3 12564 0 0 0 0 5 2 20 0 15 0 92891034 14407233536 139307 18446744073709551615 4194304 4196468 140729933450576 140601280613344 140602304218837 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19144704 140729933453264 140729933456049 140729933456049 140729933459407 0
[pid=15746/tid=15809] ppid=15743 vsize=14069564 CPUtime=1.6 cores=0,2,4,6
/proc/15746/task/15809/stat : 15809 (java) S 15743 15746 4821 0 -1 1077944384 737 12564 0 0 73 80 5 2 20 0 15 0 92891037 14407233536 139307 18446744073709551615 4194304 4196468 140729933450576 140601279560112 140602304219778 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19144704 140729933453264 140729933456049 140729933456049 140729933459407 0
Current children cumulated CPU time (s) 2520.02
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 15746 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2457.4 s]
/proc/loadavg: 1.43 1.40 1.38 6/216 16085
/proc/meminfo: memFree=29784388/32770624 swapFree=0/428300
[pid=15746] ppid=15743 vsize=14202692 CPUtime=2520.66 cores=0,2,4,6
/proc/15746/stat : 15746 (java) S 15743 15746 4821 0 -1 1077944320 216482 12564 0 0 251675 384 5 2 20 0 17 0 92891007 14543556608 141400 18446744073709551615 4194304 4196468 140729933450576 140729933433120 140602304208631 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 19144704 140729933453264 140729933456049 140729933456049 140729933459407 0
/proc/15746/statm: 3550673 141400 3476 1 0 3539287 0
[pid=15746/tid=15796] ppid=15743 vsize=14202692 CPUtime=2429.59 cores=0,2,4,6
/proc/15746/task/15796/stat : 15796 (java) S 15743 15746 4821 0 -1 1077944384 94026 12564 0 0 242892 60 5 2 20 0 17 0 92891028 14543556608 141400 18446744073709551615 4194304 4196468 140729933450576 140602308446352 140602304218837 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 3 0 0 6293624 6294260 19144704 140729933453264 140729933456049 140729933456049 140729933459407 0
[pid=15746/tid=15797] ppid=15743 vsize=14202692 CPUtime=14.45 cores=0,2,4,6
/proc/15746/task/15797/stat : 15797 (java) R 15743 15746 4821 0 -1 4202560 12719 12564 0 0 1381 57 5 2 20 0 17 0 92891029 14543556608 141400 18446744073709551615 4194304 4196468 140729933450576 140602265107464 140602296836839 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 19144704 140729933453264 140729933456049 140729933456049 140729933459407 0
[pid=15746/tid=15798] ppid=15743 vsize=14202692 CPUtime=14.45 cores=0,2,4,6
/proc/15746/task/15798/stat : 15798 (java) R 15743 15746 4821 0 -1 4202560 8992 12564 0 0 1384 54 5 2 20 0 17 0 92891029 14543556608 141400 18446744073709551615 4194304 4196468 140729933450576 140601903737616 140602285818343 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19144704 140729933453264 140729933456049 140729933456049 140729933459407 0
[pid=15746/tid=15799] ppid=15743 vsize=14202692 CPUtime=14.49 cores=0,2,4,6
/proc/15746/task/15799/stat : 15799 (java) R 15743 15746 4821 0 -1 4202560 12920 12564 0 0 1386 56 5 2 20 0 17 0 92891029 14543556608 141400 18446744073709551615 4194304 4196468 140729933450576 140601902685328 140602296836839 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19144704 140729933453264 140729933456049 140729933456049 140729933459407 0
[pid=15746/tid=15800] ppid=15743 vsize=14202692 CPUtime=14.49 cores=0,2,4,6
/proc/15746/task/15800/stat : 15800 (java) R 15743 15746 4821 0 -1 4202560 11911 12564 0 0 1388 54 5 2 20 0 17 0 92891029 14543556608 141400 18446744073709551615 4194304 4196468 140729933450576 140601901632528 140602296836839 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19144704 140729933453264 140729933456049 140729933456049 140729933459407 0
[pid=15746/tid=15801] ppid=15743 vsize=14202692 CPUtime=10.57 cores=0,2,4,6
/proc/15746/task/15801/stat : 15801 (java) S 15743 15746 4821 0 -1 1077944384 17349 12564 0 0 986 64 5 2 20 0 17 0 92891030 14543556608 141400 18446744073709551615 4194304 4196468 140729933450576 140601287979792 140602304218837 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19144704 140729933453264 140729933456049 140729933456049 140729933459407 0
[pid=15746/tid=15802] ppid=15743 vsize=14202692 CPUtime=0.07 cores=0,2,4,6
/proc/15746/task/15802/stat : 15802 (java) S 15743 15746 4821 0 -1 1077944384 63 12564 0 0 0 0 5 2 20 0 17 0 92891031 14543556608 141400 18446744073709551615 4194304 4196468 140729933450576 140601286927104 140602304218837 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19144704 140729933453264 140729933456049 140729933456049 140729933459407 0
[pid=15746/tid=15803] ppid=15743 vsize=14202692 CPUtime=0.07 cores=0,2,4,6
/proc/15746/task/15803/stat : 15803 (java) S 15743 15746 4821 0 -1 1077944384 48 12564 0 0 0 0 5 2 20 0 17 0 92891031 14543556608 141400 18446744073709551615 4194304 4196468 140729933450576 140601285874816 140602304218837 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19144704 140729933453264 140729933456049 140729933456049 140729933459407 0
[pid=15746/tid=15804] ppid=15743 vsize=14202692 CPUtime=0.07 cores=0,2,4,6
/proc/15746/task/15804/stat : 15804 (java) S 15743 15746 4821 0 -1 1077944384 83 12564 0 0 0 0 5 2 20 0 17 0 92891034 14543556608 141400 18446744073709551615 4194304 4196468 140729933450576 140601284823120 140602304227227 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19144704 140729933453264 140729933456049 140729933456049 140729933459407 0
[pid=15746/tid=15805] ppid=15743 vsize=14202692 CPUtime=9.2 cores=0,2,4,6
/proc/15746/task/15805/stat : 15805 (java) S 15743 15746 4821 0 -1 1077944384 20352 12564 0 0 909 4 5 2 20 0 17 0 92891034 14543556608 141400 18446744073709551615 4194304 4196468 140729933450576 140601283770992 140602304219778 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19144704 140729933453264 140729933456049 140729933456049 140729933459407 0
[pid=15746/tid=15806] ppid=15743 vsize=14202692 CPUtime=8.76 cores=0,2,4,6
/proc/15746/task/15806/stat : 15806 (java) S 15743 15746 4821 0 -1 1077944384 15028 12564 0 0 863 6 5 2 20 0 17 0 92891034 14543556608 141400 18446744073709551615 4194304 4196468 140729933450576 140601282718192 140602304219778 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19144704 140729933453264 140729933456049 140729933456049 140729933459407 0
[pid=15746/tid=15807] ppid=15743 vsize=14202692 CPUtime=3.58 cores=0,2,4,6
/proc/15746/task/15807/stat : 15807 (java) S 15743 15746 4821 0 -1 1077944384 19986 12564 0 0 343 8 5 2 20 0 17 0 92891034 14543556608 141400 18446744073709551615 4194304 4196468 140729933450576 140601281665904 140602304219778 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19144704 140729933453264 140729933456049 140729933456049 140729933459407 0
[pid=15746/tid=15808] ppid=15743 vsize=14202692 CPUtime=0.07 cores=0,2,4,6
/proc/15746/task/15808/stat : 15808 (java) S 15743 15746 4821 0 -1 1077944384 3 12564 0 0 0 0 5 2 20 0 17 0 92891034 14543556608 141400 18446744073709551615 4194304 4196468 140729933450576 140601280613344 140602304218837 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19144704 140729933453264 140729933456049 140729933456049 140729933459407 0
[pid=15746/tid=15809] ppid=15743 vsize=14202692 CPUtime=1.6 cores=0,2,4,6
/proc/15746/task/15809/stat : 15809 (java) S 15743 15746 4821 0 -1 1077944384 737 12564 0 0 73 80 5 2 20 0 17 0 92891037 14543556608 141400 18446744073709551615 4194304 4196468 140729933450576 140601279560112 140602304219778 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19144704 140729933453264 140729933456049 140729933456049 140729933459407 0
[pid=15746/tid=16084] ppid=15743 vsize=14202692 CPUtime=0.07 cores=0,2,4,6
/proc/15746/task/16084/stat : 16084 (java) S 15743 15746 4821 0 -1 1077944384 86 12564 0 0 0 0 5 2 20 0 17 0 93136729 14543556608 141400 18446744073709551615 4194304 4196468 140729933450576 140601258434544 140602304218837 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19144704 140729933453264 140729933456049 140729933456049 140729933459407 0
[pid=15746/tid=16085] ppid=15743 vsize=14202692 CPUtime=0.07 cores=0,2,4,6
/proc/15746/task/16085/stat : 16085 (java) S 15743 15746 4821 0 -1 1077944384 25 12564 0 0 0 0 5 2 20 0 17 0 93136729 14543556608 141400 18446744073709551615 4194304 4196468 140729933450576 140600642888768 140602304218837 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19144704 140729933453264 140729933456049 140729933456049 140729933459407 0
Current children cumulated CPU time (s) 2520.66
Current children cumulated vsize (KiB) 14202692

[startup+2457.51 s]
/proc/loadavg: 1.43 1.40 1.38 6/216 16085
/proc/meminfo: memFree=29784388/32770624 swapFree=0/428300
[pid=15746] ppid=15743 vsize=14202692 CPUtime=2520.91 cores=0,2,4,6
/proc/15746/stat : 15746 (java) S 15743 15746 4821 0 -1 1077944320 216488 12564 0 0 251700 384 5 2 20 0 17 0 92891007 14543556608 141146 18446744073709551615 4194304 4196468 140729933450576 140729933433120 140602304208631 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 19144704 140729933453264 140729933456049 140729933456049 140729933459407 0
/proc/15746/statm: 3550673 141146 3476 1 0 3539287 0
[pid=15746/tid=15796] ppid=15743 vsize=14202692 CPUtime=2429.59 cores=0,2,4,6
/proc/15746/task/15796/stat : 15796 (java) S 15743 15746 4821 0 -1 1077944384 94027 12564 0 0 242892 60 5 2 20 0 17 0 92891028 14543556608 141146 18446744073709551615 4194304 4196468 140729933450576 140602308446352 140602304218837 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 3 0 0 6293624 6294260 19144704 140729933453264 140729933456049 140729933456049 140729933459407 0
[pid=15746/tid=15797] ppid=15743 vsize=14202692 CPUtime=14.5 cores=0,2,4,6
/proc/15746/task/15797/stat : 15797 (java) R 15743 15746 4821 0 -1 4202560 12719 12564 0 0 1386 57 5 2 20 0 17 0 92891029 14543556608 141146 18446744073709551615 4194304 4196468 140729933450576 140602265107344 140602296836839 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19144704 140729933453264 140729933456049 140729933456049 140729933459407 0
[pid=15746/tid=15798] ppid=15743 vsize=14202692 CPUtime=14.5 cores=0,2,4,6
/proc/15746/task/15798/stat : 15798 (java) R 15743 15746 4821 0 -1 4202560 8992 12564 0 0 1389 54 5 2 20 0 17 0 92891029 14543556608 141146 18446744073709551615 4194304 4196468 140729933450576 140601903737616 140602289205124 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19144704 140729933453264 140729933456049 140729933456049 140729933459407 0
[pid=15746/tid=15799] ppid=15743 vsize=14202692 CPUtime=14.55 cores=0,2,4,6
/proc/15746/task/15799/stat : 15799 (java) R 15743 15746 4821 0 -1 4202560 12920 12564 0 0 1392 56 5 2 20 0 17 0 92891029 14543556608 141146 18446744073709551615 4194304 4196468 140729933450576 140601902685448 140602296836839 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 19144704 140729933453264 140729933456049 140729933456049 140729933459407 0
[pid=15746/tid=15800] ppid=15743 vsize=14202692 CPUtime=14.54 cores=0,2,4,6
/proc/15746/task/15800/stat : 15800 (java) R 15743 15746 4821 0 -1 4202560 11912 12564 0 0 1393 54 5 2 20 0 17 0 92891029 14543556608 141146 18446744073709551615 4194304 4196468 140729933450576 140601901632528 140602285818240 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19144704 140729933453264 140729933456049 140729933456049 140729933459407 0
[pid=15746/tid=15801] ppid=15743 vsize=14202692 CPUtime=10.62 cores=0,2,4,6
/proc/15746/task/15801/stat : 15801 (java) S 15743 15746 4821 0 -1 1077944384 17349 12564 0 0 991 64 5 2 20 0 17 0 92891030 14543556608 141146 18446744073709551615 4194304 4196468 140729933450576 140601287979792 140602304218837 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19144704 140729933453264 140729933456049 140729933456049 140729933459407 0
[pid=15746/tid=15802] ppid=15743 vsize=14202692 CPUtime=0.07 cores=0,2,4,6
/proc/15746/task/15802/stat : 15802 (java) S 15743 15746 4821 0 -1 1077944384 64 12564 0 0 0 0 5 2 20 0 17 0 92891031 14543556608 141146 18446744073709551615 4194304 4196468 140729933450576 140601286926704 140602304218837 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19144704 140729933453264 140729933456049 140729933456049 140729933459407 0
[pid=15746/tid=15803] ppid=15743 vsize=14202692 CPUtime=0.07 cores=0,2,4,6
/proc/15746/task/15803/stat : 15803 (java) S 15743 15746 4821 0 -1 1077944384 48 12564 0 0 0 0 5 2 20 0 17 0 92891031 14543556608 141146 18446744073709551615 4194304 4196468 140729933450576 140601285874816 140602304218837 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19144704 140729933453264 140729933456049 140729933456049 140729933459407 0
[pid=15746/tid=15804] ppid=15743 vsize=14202692 CPUtime=0.07 cores=0,2,4,6
/proc/15746/task/15804/stat : 15804 (java) S 15743 15746 4821 0 -1 1077944384 83 12564 0 0 0 0 5 2 20 0 17 0 92891034 14543556608 141146 18446744073709551615 4194304 4196468 140729933450576 140601284823120 140602304227227 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19144704 140729933453264 140729933456049 140729933456049 140729933459407 0
[pid=15746/tid=15805] ppid=15743 vsize=14202692 CPUtime=9.2 cores=0,2,4,6
/proc/15746/task/15805/stat : 15805 (java) S 15743 15746 4821 0 -1 1077944384 20352 12564 0 0 909 4 5 2 20 0 17 0 92891034 14543556608 141146 18446744073709551615 4194304 4196468 140729933450576 140601283770992 140602304219778 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19144704 140729933453264 140729933456049 140729933456049 140729933459407 0
[pid=15746/tid=15806] ppid=15743 vsize=14202692 CPUtime=8.76 cores=0,2,4,6
/proc/15746/task/15806/stat : 15806 (java) S 15743 15746 4821 0 -1 1077944384 15028 12564 0 0 863 6 5 2 20 0 17 0 92891034 14543556608 141146 18446744073709551615 4194304 4196468 140729933450576 140601282718192 140602304219778 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19144704 140729933453264 140729933456049 140729933456049 140729933459407 0
[pid=15746/tid=15807] ppid=15743 vsize=14202692 CPUtime=3.58 cores=0,2,4,6
/proc/15746/task/15807/stat : 15807 (java) S 15743 15746 4821 0 -1 1077944384 19986 12564 0 0 343 8 5 2 20 0 17 0 92891034 14543556608 141146 18446744073709551615 4194304 4196468 140729933450576 140601281665904 140602304219778 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19144704 140729933453264 140729933456049 140729933456049 140729933459407 0
[pid=15746/tid=15808] ppid=15743 vsize=14202692 CPUtime=0.07 cores=0,2,4,6
/proc/15746/task/15808/stat : 15808 (java) S 15743 15746 4821 0 -1 1077944384 3 12564 0 0 0 0 5 2 20 0 17 0 92891034 14543556608 141146 18446744073709551615 4194304 4196468 140729933450576 140601280613344 140602304218837 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19144704 140729933453264 140729933456049 140729933456049 140729933459407 0
[pid=15746/tid=15809] ppid=15743 vsize=14202692 CPUtime=1.6 cores=0,2,4,6
/proc/15746/task/15809/stat : 15809 (java) S 15743 15746 4821 0 -1 1077944384 737 12564 0 0 73 80 5 2 20 0 17 0 92891037 14543556608 141146 18446744073709551615 4194304 4196468 140729933450576 140601279560112 140602304219778 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19144704 140729933453264 140729933456049 140729933456049 140729933459407 0
[pid=15746/tid=16084] ppid=15743 vsize=14202692 CPUtime=0.07 cores=0,2,4,6
/proc/15746/task/16084/stat : 16084 (java) S 15743 15746 4821 0 -1 1077944384 86 12564 0 0 0 0 5 2 20 0 17 0 93136729 14543556608 141146 18446744073709551615 4194304 4196468 140729933450576 140601258434544 140602304218837 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19144704 140729933453264 140729933456049 140729933456049 140729933459407 0
[pid=15746/tid=16085] ppid=15743 vsize=14202692 CPUtime=0.07 cores=0,2,4,6
/proc/15746/task/16085/stat : 16085 (java) S 15743 15746 4821 0 -1 1077944384 28 12564 0 0 0 0 5 2 20 0 17 0 93136729 14543556608 141146 18446744073709551615 4194304 4196468 140729933450576 140600642888768 140602304218837 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19144704 140729933453264 140729933456049 140729933456049 140729933459407 0
Current children cumulated CPU time (s) 2520.91
Current children cumulated vsize (KiB) 14202692

Child status: 143
Real time (s): 2457.53
CPU time (s): 2521
CPU user time (s): 2517.12
CPU system time (s): 3.88391
CPU usage (%): 102.583
Max. virtual memory (cumulated for all children) (KiB): 14202692

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.12
system time used= 3.88391
maximum resident set size= 1412852
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 229216
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2824
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 283027
involuntary context switches= 9973

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.69386 second user time and 16.7661 second system time

The end

Launcher Data

Begin job on node133 at 2017-08-11 13:11:50
IDJOB=4262255
IDBENCH=128084
IDSOLVER=2650
FILE ID=node133/4262255-1502450758
RUNJOBID= node133-1502411423-4884
PBS_JOBID= 
Free space on /tmp= 62008 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/CarSequencing/CarSequencing-m1-jcr/CarSequencing-04-72.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262255-1502450758/watcher-4262255-1502450758 -o /tmp/evaluation-result-4262255-1502450758/solver-4262255-1502450758 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1502411423-4884 --watchdog 2580  bin/concrete HOME/instance-4262255-1502450758.xml

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

MD5SUM BENCH= 606ad4221d4941292d84c5bdd64a5487
RANDOM SEED=1166631585

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:        30295576 kB
MemAvailable:   31169524 kB
Buffers:          292448 kB
Cached:           875848 kB
SwapCached:            0 kB
Active:          1579124 kB
Inactive:         460848 kB
Active(anon):     872152 kB
Inactive(anon):    33112 kB
Active(file):     706972 kB
Inactive(file):   427736 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24316 kB
Writeback:             0 kB
AnonPages:        871816 kB
Mapped:            64152 kB
Shmem:             33468 kB
Slab:             137204 kB
SReclaimable:     110152 kB
SUnreclaim:        27052 kB
KernelStack:        3456 kB
PageTables:         6876 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1723512 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    690176 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= 61984 MiB
End job on node133 at 2017-08-11 13:52:48