Trace number 4245535

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
R1: Concrete 3.4? (TO) 2411.78 2304.06

General information on the benchmark

NameOpd/Opd-sum-large/
Opd-12-350-100.xml
MD5SUM498e8e69e2f573dee371e4fc9819ce0a
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark38
Best CPU time to get the best result obtained on this benchmark2400.1
Satisfiable
(Un)Satisfiability was proved
Number of variables4201
Number of constraints79
Number of domains2
Minimum domain size2
Maximum domain size328
Distribution of domain sizes[{"size":2,"count":4200},{"size":328,"count":1}]
Minimum variable degree13
Maximum variable degree67
Distribution of variable degrees[{"degree":13,"count":4200},{"degree":67,"count":1}]
Minimum constraint arity350
Maximum constraint arity4200
Distribution of constraint arities[{"arity":350,"count":12},{"arity":701,"count":66},{"arity":4200,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"lex","count":1},{"type":"sum","count":78}]
Optimization problemYES
Type of objectivemin VAR

Solver Data

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

pid=20459
running on 8 cores: 1,3,5,7,9,11,13,15

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


[startup+0 s]
/proc/loadavg: 1.45 1.37 1.42 2/261 20462
/proc/meminfo: memFree=30981444/32770624 swapFree=5940/264964
[pid=20462] ppid=20459 vsize=9508 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/20462/stat : 20462 (bash) S 20459 20462 14618 0 -1 4202496 687 1531 0 0 0 0 0 0 20 0 1 0 5698068 9736192 351 33554432000 4194304 5098028 140724223522272 140724223519912 140379221416960 0 0 4100 65536 18446744071580971376 0 0 17 9 0 0 0 0 0 7196144 7232144 17747968 140724223526158 140724223526243 140724223526243 140724223528942 0
/proc/20462/statm: 2377 351 278 221 0 86 0

[startup+0.1001 s]
/proc/loadavg: 1.45 1.37 1.42 2/261 20462
/proc/meminfo: memFree=30981444/32770624 swapFree=5940/264964
[pid=20462] ppid=20459 vsize=9640 CPUtime=0.02 cores=1,3,5,7,9,11,13,15
/proc/20462/stat : 20462 (bash) S 20459 20462 14618 0 -1 4202496 885 6411 0 0 0 0 0 2 20 0 1 0 5698068 9871360 378 33554432000 4194304 5098028 140724223522272 140724223516280 140379221416960 0 0 4100 65536 18446744071580971376 0 0 17 9 0 0 0 0 0 7196144 7232144 17747968 140724223526158 140724223526243 140724223526243 140724223528942 0
/proc/20462/statm: 2410 378 296 221 0 119 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 9640

[startup+0.200409 s]
/proc/loadavg: 1.45 1.37 1.42 2/261 20462
/proc/meminfo: memFree=30981444/32770624 swapFree=5940/264964
[pid=20462] ppid=20459 vsize=10435860 CPUtime=0.18 cores=1,3,5,7,9,11,13,15
/proc/20462/stat : 20462 (java) S 20459 20462 14618 0 -1 1077944320 5169 12440 0 0 6 2 7 3 20 0 13 0 5698068 10686320640 5510 33554432000 4194304 4196468 140732504384160 140732504366704 139698549243639 0 0 0 16800971 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 20942848 140732504386241 140732504389015 140732504389015 140732504391631 0
/proc/20462/statm: 2608965 5510 2170 1 0 2597403 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 10435860

[startup+0.300361 s]
/proc/loadavg: 1.45 1.37 1.42 2/261 20462
/proc/meminfo: memFree=30981444/32770624 swapFree=5940/264964
[pid=20462] ppid=20459 vsize=10902292 CPUtime=0.36 cores=1,3,5,7,9,11,13,15
/proc/20462/stat : 20462 (java) S 20459 20462 14618 0 -1 1077944320 8426 12440 0 0 23 3 7 3 20 0 20 0 5698068 11163947008 9433 33554432000 4194304 4196468 140732504384160 140732504366704 139698549243639 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 20942848 140732504386241 140732504389015 140732504389015 140732504391631 0
/proc/20462/statm: 2725573 9433 2961 1 0 2713890 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 10902292

[startup+0.700167 s]
/proc/loadavg: 1.45 1.37 1.42 2/261 20462
/proc/meminfo: memFree=30981444/32770624 swapFree=5940/264964
[pid=20462] ppid=20459 vsize=10902720 CPUtime=0.95 cores=1,3,5,7,9,11,13,15
/proc/20462/stat : 20462 (java) S 20459 20462 14618 0 -1 1077944320 12778 12440 0 0 79 6 7 3 20 0 20 0 5698068 11164385280 16047 33554432000 4194304 4196468 140732504384160 140732504366704 139698549243639 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 20942848 140732504386241 140732504389015 140732504389015 140732504391631 0
/proc/20462/statm: 2725680 16047 3216 1 0 2713890 0
Current children cumulated CPU time (s) 0.95
Current children cumulated vsize (KiB) 10902720

[startup+1.50078 s]
/proc/loadavg: 1.74 1.43 1.44 3/281 20535
/proc/meminfo: memFree=30875948/32770624 swapFree=5940/264988
[pid=20462] ppid=20459 vsize=10915392 CPUtime=2.3 cores=1,3,5,7,9,11,13,15
/proc/20462/stat : 20462 (java) S 20459 20462 14618 0 -1 1077944320 27062 12440 0 0 206 14 7 3 20 0 20 0 5698068 11177361408 44215 33554432000 4194304 4196468 140732504384160 140732504366704 139698549243639 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 20942848 140732504386241 140732504389015 140732504389015 140732504391631 0
/proc/20462/statm: 2728848 44215 3407 1 0 2716962 0
[pid=20462/tid=20517] ppid=20459 vsize=10915392 CPUtime=1.42 cores=1,3,5,7,9,11,13,15
/proc/20462/task/20517/stat : 20517 (java) R 20459 20462 14618 0 -1 4202560 19451 12440 0 0 125 7 7 3 20 0 20 0 5698079 11177361408 44215 33554432000 4194304 4196468 140732504384160 139698553472400 139698185885149 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20942848 140732504386241 140732504389015 140732504389015 140732504391631 0
[pid=20462/tid=20518] ppid=20459 vsize=10915392 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/20462/task/20518/stat : 20518 (java) S 20459 20462 14618 0 -1 1077944384 24 12440 0 0 0 0 7 3 20 0 20 0 5698080 11177361408 44215 33554432000 4194304 4196468 140732504384160 139698510203280 139698549253845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20942848 140732504386241 140732504389015 140732504389015 140732504391631 0
[pid=20462/tid=20519] ppid=20459 vsize=10915392 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/20462/task/20519/stat : 20519 (java) S 20459 20462 14618 0 -1 1077944384 31 12440 0 0 1 0 7 3 20 0 20 0 5698080 11177361408 44215 33554432000 4194304 4196468 140732504384160 139698155264272 139698549253845 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20942848 140732504386241 140732504389015 140732504389015 140732504391631 0
[pid=20462/tid=20520] ppid=20459 vsize=10915392 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/20462/task/20520/stat : 20520 (java) S 20459 20462 14618 0 -1 1077944384 14 12440 0 0 1 0 7 3 20 0 20 0 5698080 11177361408 44215 33554432000 4194304 4196468 140732504384160 139698154211984 139698549253845 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 20942848 140732504386241 140732504389015 140732504389015 140732504391631 0
[pid=20462/tid=20521] ppid=20459 vsize=10915392 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/20462/task/20521/stat : 20521 (java) S 20459 20462 14618 0 -1 1077944384 136 12440 0 0 0 0 7 3 20 0 20 0 5698080 11177361408 44215 33554432000 4194304 4196468 140732504384160 139698153159184 139698549253845 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20942848 140732504386241 140732504389015 140732504389015 140732504391631 0
[pid=20462/tid=20522] ppid=20459 vsize=10915392 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/20462/task/20522/stat : 20522 (java) S 20459 20462 14618 0 -1 1077944384 20 12440 0 0 1 0 7 3 20 0 20 0 5698080 11177361408 44215 33554432000 4194304 4196468 140732504384160 139698152106896 139698549253845 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 20942848 140732504386241 140732504389015 140732504389015 140732504391631 0
[pid=20462/tid=20523] ppid=20459 vsize=10915392 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/20462/task/20523/stat : 20523 (java) S 20459 20462 14618 0 -1 1077944384 40 12440 0 0 0 0 7 3 20 0 20 0 5698080 11177361408 44215 33554432000 4194304 4196468 140732504384160 139698151054096 139698549253845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20942848 140732504386241 140732504389015 140732504389015 140732504391631 0
[pid=20462/tid=20524] ppid=20459 vsize=10915392 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/20462/task/20524/stat : 20524 (java) S 20459 20462 14618 0 -1 1077944384 28 12440 0 0 1 0 7 3 20 0 20 0 5698080 11177361408 44215 33554432000 4194304 4196468 140732504384160 139698150001808 139698549253845 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20942848 140732504386241 140732504389015 140732504389015 140732504391631 0
[pid=20462/tid=20525] ppid=20459 vsize=10915392 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/20462/task/20525/stat : 20525 (java) S 20459 20462 14618 0 -1 1077944384 21 12440 0 0 1 0 7 3 20 0 20 0 5698080 11177361408 44215 33554432000 4194304 4196468 140732504384160 139698148949008 139698549253845 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 20942848 140732504386241 140732504389015 140732504389015 140732504391631 0
[pid=20462/tid=20526] ppid=20459 vsize=10915392 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/20462/task/20526/stat : 20526 (java) S 20459 20462 14618 0 -1 1077944384 1575 12440 0 0 1 0 7 3 20 0 20 0 5698083 11177361408 44215 33554432000 4194304 4196468 140732504384160 139698023741552 139698549254786 0 0 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 20942848 140732504386241 140732504389015 140732504389015 140732504391631 0
[pid=20462/tid=20527] ppid=20459 vsize=10915392 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/20462/task/20527/stat : 20527 (java) S 20459 20462 14618 0 -1 1077944384 56 12440 0 0 0 0 7 3 20 0 20 0 5698083 11177361408 44215 33554432000 4194304 4196468 140732504384160 139698022687584 139698549253845 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 20942848 140732504386241 140732504389015 140732504389015 140732504391631 0
[pid=20462/tid=20528] ppid=20459 vsize=10915392 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/20462/task/20528/stat : 20528 (java) S 20459 20462 14618 0 -1 1077944384 43 12440 0 0 0 0 7 3 20 0 20 0 5698084 11177361408 44215 33554432000 4194304 4196468 140732504384160 139698021635184 139698549253845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20942848 140732504386241 140732504389015 140732504389015 140732504391631 0
[pid=20462/tid=20529] ppid=20459 vsize=10915392 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/20462/task/20529/stat : 20529 (java) S 20459 20462 14618 0 -1 1077944384 1 12440 0 0 0 0 7 3 20 0 20 0 5698088 11177361408 44215 33554432000 4194304 4196468 140732504384160 139698020583504 139698549262235 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 20942848 140732504386241 140732504389015 140732504389015 140732504391631 0
[pid=20462/tid=20530] ppid=20459 vsize=10915392 CPUtime=0.21 cores=1,3,5,7,9,11,13,15
/proc/20462/task/20530/stat : 20530 (java) S 20459 20462 14618 0 -1 1077944384 861 12440 0 0 11 0 7 3 20 0 20 0 5698088 11177361408 44215 33554432000 4194304 4196468 140732504384160 139698019531376 139698549254786 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20942848 140732504386241 140732504389015 140732504389015 140732504391631 0
[pid=20462/tid=20531] ppid=20459 vsize=10915392 CPUtime=0.26 cores=1,3,5,7,9,11,13,15
/proc/20462/task/20531/stat : 20531 (java) S 20459 20462 14618 0 -1 1077944384 795 12440 0 0 16 0 7 3 20 0 20 0 5698088 11177361408 44215 33554432000 4194304 4196468 140732504384160 139698018478576 139698549254786 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 20942848 140732504386241 140732504389015 140732504389015 140732504391631 0
[pid=20462/tid=20532] ppid=20459 vsize=10915392 CPUtime=0.24 cores=1,3,5,7,9,11,13,15
/proc/20462/task/20532/stat : 20532 (java) S 20459 20462 14618 0 -1 1077944384 510 12440 0 0 14 0 7 3 20 0 20 0 5698088 11177361408 44215 33554432000 4194304 4196468 140732504384160 139698017426288 139698549254786 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 20942848 140732504386241 140732504389015 140732504389015 140732504391631 0
[pid=20462/tid=20533] ppid=20459 vsize=10915392 CPUtime=0.37 cores=1,3,5,7,9,11,13,15
/proc/20462/task/20533/stat : 20533 (java) R 20459 20462 14618 0 -1 4202560 1322 12440 0 0 27 0 7 3 20 0 20 0 5698088 11177361408 44215 33554432000 4194304 4196468 140732504384160 139698016373408 139698542343339 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 20942848 140732504386241 140732504389015 140732504389015 140732504391631 0
[pid=20462/tid=20534] ppid=20459 vsize=10915392 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/20462/task/20534/stat : 20534 (java) S 20459 20462 14618 0 -1 1077944384 3 12440 0 0 0 0 7 3 20 0 20 0 5698088 11177361408 44215 33554432000 4194304 4196468 140732504384160 139698015320416 139698549253845 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 20942848 140732504386241 140732504389015 140732504389015 140732504391631 0
[pid=20462/tid=20535] ppid=20459 vsize=10915392 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/20462/task/20535/stat : 20535 (java) S 20459 20462 14618 0 -1 1077944384 3 12440 0 0 0 0 7 3 20 0 20 0 5698089 11177361408 44215 33554432000 4194304 4196468 140732504384160 139698014267696 139698549254786 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20942848 140732504386241 140732504389015 140732504389015 140732504391631 0
Current children cumulated CPU time (s) 2.3
Current children cumulated vsize (KiB) 10915392

[startup+3.10115 s]
/proc/loadavg: 1.74 1.43 1.44 4/281 20535
/proc/meminfo: memFree=30805564/32770624 swapFree=5940/264988
[pid=20462] ppid=20459 vsize=10925820 CPUtime=6.74 cores=1,3,5,7,9,11,13,15
/proc/20462/stat : 20462 (java) S 20459 20462 14618 0 -1 1077944320 39309 12440 0 0 641 23 7 3 20 0 20 0 5698068 11188039680 72072 33554432000 4194304 4196468 140732504384160 140732504366704 139698549243639 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 20942848 140732504386241 140732504389015 140732504389015 140732504391631 0
/proc/20462/statm: 2731455 72072 3488 1 0 2719010 0
[pid=20462/tid=20517] ppid=20459 vsize=10925820 CPUtime=3 cores=1,3,5,7,9,11,13,15
/proc/20462/task/20517/stat : 20517 (java) R 20459 20462 14618 0 -1 4202560 26157 12440 0 0 281 9 7 3 20 0 20 0 5698079 11188039680 72072 33554432000 4194304 4196468 140732504384160 139698553472728 139698185781579 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20942848 140732504386241 140732504389015 140732504389015 140732504391631 0
[pid=20462/tid=20518] ppid=20459 vsize=10925820 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/20462/task/20518/stat : 20518 (java) S 20459 20462 14618 0 -1 1077944384 157 12440 0 0 1 0 7 3 20 0 20 0 5698080 11188039680 72072 33554432000 4194304 4196468 140732504384160 139698510203280 139698549253845 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 20942848 140732504386241 140732504389015 140732504389015 140732504391631 0
[pid=20462/tid=20519] ppid=20459 vsize=10925820 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/20462/task/20519/stat : 20519 (java) S 20459 20462 14618 0 -1 1077944384 35 12440 0 0 1 0 7 3 20 0 20 0 5698080 11188039680 72072 33554432000 4194304 4196468 140732504384160 139698155264272 139698549253845 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20942848 140732504386241 140732504389015 140732504389015 140732504391631 0
[pid=20462/tid=20520] ppid=20459 vsize=10925820 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/20462/task/20520/stat : 20520 (java) S 20459 20462 14618 0 -1 1077944384 17 12440 0 0 1 0 7 3 20 0 20 0 5698080 11188039680 72072 33554432000 4194304 4196468 140732504384160 139698154211984 139698549253845 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 20942848 140732504386241 140732504389015 140732504389015 140732504391631 0
[pid=20462/tid=20521] ppid=20459 vsize=10925820 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/20462/task/20521/stat : 20521 (java) S 20459 20462 14618 0 -1 1077944384 155 12440 0 0 1 1 7 3 20 0 20 0 5698080 11188039680 72072 33554432000 4194304 4196468 140732504384160 139698153159184 139698549253845 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20942848 140732504386241 140732504389015 140732504389015 140732504391631 0
[pid=20462/tid=20522] ppid=20459 vsize=10925820 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/20462/task/20522/stat : 20522 (java) S 20459 20462 14618 0 -1 1077944384 27 12440 0 0 1 1 7 3 20 0 20 0 5698080 11188039680 72072 33554432000 4194304 4196468 140732504384160 139698152106896 139698549253845 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 20942848 140732504386241 140732504389015 140732504389015 140732504391631 0
[pid=20462/tid=20523] ppid=20459 vsize=10925820 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/20462/task/20523/stat : 20523 (java) S 20459 20462 14618 0 -1 1077944384 47 12440 0 0 1 0 7 3 20 0 20 0 5698080 11188039680 72072 33554432000 4194304 4196468 140732504384160 139698151054096 139698549253845 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20942848 140732504386241 140732504389015 140732504389015 140732504391631 0
[pid=20462/tid=20524] ppid=20459 vsize=10925820 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/20462/task/20524/stat : 20524 (java) S 20459 20462 14618 0 -1 1077944384 38 12440 0 0 2 0 7 3 20 0 20 0 5698080 11188039680 72072 33554432000 4194304 4196468 140732504384160 139698150001808 139698549253845 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 20942848 140732504386241 140732504389015 140732504389015 140732504391631 0
[pid=20462/tid=20525] ppid=20459 vsize=10925820 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/20462/task/20525/stat : 20525 (java) S 20459 20462 14618 0 -1 1077944384 94 12440 0 0 1 0 7 3 20 0 20 0 5698080 11188039680 72072 33554432000 4194304 4196468 140732504384160 139698148949008 139698549253845 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20942848 140732504386241 140732504389015 140732504389015 140732504391631 0
[pid=20462/tid=20526] ppid=20459 vsize=10925820 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/20462/task/20526/stat : 20526 (java) S 20459 20462 14618 0 -1 1077944384 1643 12440 0 0 1 0 7 3 20 0 20 0 5698083 11188039680 72072 33554432000 4194304 4196468 140732504384160 139698023741552 139698549254786 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20942848 140732504386241 140732504389015 140732504389015 140732504391631 0
[pid=20462/tid=20527] ppid=20459 vsize=10925820 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/20462/task/20527/stat : 20527 (java) S 20459 20462 14618 0 -1 1077944384 58 12440 0 0 0 0 7 3 20 0 20 0 5698083 11188039680 72072 33554432000 4194304 4196468 140732504384160 139698022687584 139698549253845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20942848 140732504386241 140732504389015 140732504389015 140732504391631 0
[pid=20462/tid=20528] ppid=20459 vsize=10925820 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/20462/task/20528/stat : 20528 (java) S 20459 20462 14618 0 -1 1077944384 46 12440 0 0 0 0 7 3 20 0 20 0 5698084 11188039680 72072 33554432000 4194304 4196468 140732504384160 139698021635200 139698549253845 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 20942848 140732504386241 140732504389015 140732504389015 140732504391631 0
[pid=20462/tid=20529] ppid=20459 vsize=10925820 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/20462/task/20529/stat : 20529 (java) S 20459 20462 14618 0 -1 1077944384 1 12440 0 0 0 0 7 3 20 0 20 0 5698088 11188039680 72072 33554432000 4194304 4196468 140732504384160 139698020583504 139698549262235 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 20942848 140732504386241 140732504389015 140732504389015 140732504391631 0
[pid=20462/tid=20530] ppid=20459 vsize=10925820 CPUtime=0.89 cores=1,3,5,7,9,11,13,15
/proc/20462/task/20530/stat : 20530 (java) R 20459 20462 14618 0 -1 4202560 2064 12440 0 0 78 1 7 3 20 0 20 0 5698088 11188039680 72072 33554432000 4194304 4196468 140732504384160 139698019517536 139698533532654 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 20942848 140732504386241 140732504389015 140732504389015 140732504391631 0
[pid=20462/tid=20531] ppid=20459 vsize=10925820 CPUtime=0.96 cores=1,3,5,7,9,11,13,15
/proc/20462/task/20531/stat : 20531 (java) R 20459 20462 14618 0 -1 4202560 2117 12440 0 0 86 0 7 3 20 0 20 0 5698088 11188039680 72072 33554432000 4194304 4196468 140732504384160 139698018478272 139698528598519 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20942848 140732504386241 140732504389015 140732504389015 140732504391631 0
[pid=20462/tid=20532] ppid=20459 vsize=10925820 CPUtime=0.91 cores=1,3,5,7,9,11,13,15
/proc/20462/task/20532/stat : 20532 (java) R 20459 20462 14618 0 -1 4202560 1221 12440 0 0 80 1 7 3 20 0 20 0 5698088 11188039680 72072 33554432000 4194304 4196468 140732504384160 139698017412832 139698532630443 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 20942848 140732504386241 140732504389015 140732504389015 140732504391631 0
[pid=20462/tid=20533] ppid=20459 vsize=10925820 CPUtime=1.1 cores=1,3,5,7,9,11,13,15
/proc/20462/task/20533/stat : 20533 (java) S 20459 20462 14618 0 -1 1077944384 3291 12440 0 0 98 2 7 3 20 0 20 0 5698088 11188039680 72072 33554432000 4194304 4196468 140732504384160 139698016373488 139698549254786 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20942848 140732504386241 140732504389015 140732504389015 140732504391631 0
[pid=20462/tid=20534] ppid=20459 vsize=10925820 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/20462/task/20534/stat : 20534 (java) S 20459 20462 14618 0 -1 1077944384 3 12440 0 0 0 0 7 3 20 0 20 0 5698088 11188039680 72072 33554432000 4194304 4196468 140732504384160 139698015320416 139698549253845 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 20942848 140732504386241 140732504389015 140732504389015 140732504391631 0
[pid=20462/tid=20535] ppid=20459 vsize=10925820 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/20462/task/20535/stat : 20535 (java) S 20459 20462 14618 0 -1 1077944384 5 12440 0 0 0 0 7 3 20 0 20 0 5698089 11188039680 72072 33554432000 4194304 4196468 140732504384160 139698014267696 139698549254786 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20942848 140732504386241 140732504389015 140732504389015 140732504391631 0
Current children cumulated CPU time (s) 6.74
Current children cumulated vsize (KiB) 10925820

[startup+6.30103 s]
/proc/loadavg: 1.74 1.43 1.44 4/281 20535
/proc/meminfo: memFree=30571508/32770624 swapFree=5940/264996
[pid=20462] ppid=20459 vsize=10927868 CPUtime=14.93 cores=1,3,5,7,9,11,13,15
/proc/20462/stat : 20462 (java) S 20459 20462 14618 0 -1 1077944320 51299 12440 0 0 1425 58 7 3 20 0 20 0 5698068 11190136832 124838 33554432000 4194304 4196468 140732504384160 140732504366704 139698549243639 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 20942848 140732504386241 140732504389015 140732504389015 140732504391631 0
/proc/20462/statm: 2731967 124838 3494 1 0 2719522 0
[pid=20462/tid=20517] ppid=20459 vsize=10927868 CPUtime=6.08 cores=1,3,5,7,9,11,13,15
/proc/20462/task/20517/stat : 20517 (java) R 20459 20462 14618 0 -1 4202560 27003 12440 0 0 586 12 7 3 20 0 20 0 5698079 11190136832 124838 33554432000 4194304 4196468 140732504384160 139698553471760 139698199834104 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 20942848 140732504386241 140732504389015 140732504389015 140732504391631 0
[pid=20462/tid=20518] ppid=20459 vsize=10927868 CPUtime=0.2 cores=1,3,5,7,9,11,13,15
/proc/20462/task/20518/stat : 20518 (java) S 20459 20462 14618 0 -1 1077944384 196 12440 0 0 6 4 7 3 20 0 20 0 5698080 11190136832 124838 33554432000 4194304 4196468 140732504384160 139698510203280 139698549253845 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20942848 140732504386241 140732504389015 140732504389015 140732504391631 0
[pid=20462/tid=20519] ppid=20459 vsize=10927868 CPUtime=0.21 cores=1,3,5,7,9,11,13,15
/proc/20462/task/20519/stat : 20519 (java) S 20459 20462 14618 0 -1 1077944384 76 12440 0 0 7 4 7 3 20 0 20 0 5698080 11190136832 124838 33554432000 4194304 4196468 140732504384160 139698155264272 139698549253845 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20942848 140732504386241 140732504389015 140732504389015 140732504391631 0
[pid=20462/tid=20520] ppid=20459 vsize=10927868 CPUtime=0.21 cores=1,3,5,7,9,11,13,15
/proc/20462/task/20520/stat : 20520 (java) S 20459 20462 14618 0 -1 1077944384 60 12440 0 0 7 4 7 3 20 0 20 0 5698080 11190136832 124838 33554432000 4194304 4196468 140732504384160 139698154211984 139698549253845 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 20942848 140732504386241 140732504389015 140732504389015 140732504391631 0
[pid=20462/tid=20521] ppid=20459 vsize=10927868 CPUtime=0.2 cores=1,3,5,7,9,11,13,15
/proc/20462/task/20521/stat : 20521 (java) S 20459 20462 14618 0 -1 1077944384 191 12440 0 0 6 4 7 3 20 0 20 0 5698080 11190136832 124838 33554432000 4194304 4196468 140732504384160 139698153159184 139698549253845 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 20942848 140732504386241 140732504389015 140732504389015 140732504391631 0
[pid=20462/tid=20522] ppid=20459 vsize=10927868 CPUtime=0.21 cores=1,3,5,7,9,11,13,15
/proc/20462/task/20522/stat : 20522 (java) S 20459 20462 14618 0 -1 1077944384 66 12440 0 0 6 5 7 3 20 0 20 0 5698080 11190136832 124838 33554432000 4194304 4196468 140732504384160 139698152106896 139698549253845 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 20942848 140732504386241 140732504389015 140732504389015 140732504391631 0
[pid=20462/tid=20523] ppid=20459 vsize=10927868 CPUtime=0.21 cores=1,3,5,7,9,11,13,15
/proc/20462/task/20523/stat : 20523 (java) S 20459 20462 14618 0 -1 1077944384 84 12440 0 0 7 4 7 3 20 0 20 0 5698080 11190136832 124838 33554432000 4194304 4196468 140732504384160 139698151054096 139698549253845 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20942848 140732504386241 140732504389015 140732504389015 140732504391631 0
[pid=20462/tid=20524] ppid=20459 vsize=10927868 CPUtime=0.21 cores=1,3,5,7,9,11,13,15
/proc/20462/task/20524/stat : 20524 (java) S 20459 20462 14618 0 -1 1077944384 78 12440 0 0 7 4 7 3 20 0 20 0 5698080 11190136832 124838 33554432000 4194304 4196468 140732504384160 139698150001808 139698549253845 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20942848 140732504386241 140732504389015 140732504389015 140732504391631 0
[pid=20462/tid=20525] ppid=20459 vsize=10927868 CPUtime=0.19 cores=1,3,5,7,9,11,13,15
/proc/20462/task/20525/stat : 20525 (java) S 20459 20462 14618 0 -1 1077944384 134 12440 0 0 6 3 7 3 20 0 20 0 5698080 11190136832 124838 33554432000 4194304 4196468 140732504384160 139698148949008 139698549253845 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 20942848 140732504386241 140732504389015 140732504389015 140732504391631 0
[pid=20462/tid=20526] ppid=20459 vsize=10927868 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/20462/task/20526/stat : 20526 (java) S 20459 20462 14618 0 -1 1077944384 1743 12440 0 0 2 0 7 3 20 0 20 0 5698083 11190136832 124838 33554432000 4194304 4196468 140732504384160 139698023741552 139698549254786 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20942848 140732504386241 140732504389015 140732504389015 140732504391631 0
[pid=20462/tid=20527] ppid=20459 vsize=10927868 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/20462/task/20527/stat : 20527 (java) S 20459 20462 14618 0 -1 1077944384 58 12440 0 0 0 0 7 3 20 0 20 0 5698083 11190136832 124838 33554432000 4194304 4196468 140732504384160 139698022687584 139698549253845 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20942848 140732504386241 140732504389015 140732504389015 140732504391631 0
[pid=20462/tid=20528] ppid=20459 vsize=10927868 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/20462/task/20528/stat : 20528 (java) S 20459 20462 14618 0 -1 1077944384 46 12440 0 0 0 0 7 3 20 0 20 0 5698084 11190136832 124838 33554432000 4194304 4196468 140732504384160 139698021635200 139698549253845 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 20942848 140732504386241 140732504389015 140732504389015 140732504391631 0
[pid=20462/tid=20529] ppid=20459 vsize=10927868 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/20462/task/20529/stat : 20529 (java) S 20459 20462 14618 0 -1 1077944384 1 12440 0 0 0 0 7 3 20 0 20 0 5698088 11190136832 124838 33554432000 4194304 4196468 140732504384160 139698020583504 139698549262235 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 20942848 140732504386241 140732504389015 140732504389015 140732504391631 0
[pid=20462/tid=20530] ppid=20459 vsize=10927868 CPUtime=2.08 cores=1,3,5,7,9,11,13,15
/proc/20462/task/20530/stat : 20530 (java) S 20459 20462 14618 0 -1 1077944384 3722 12440 0 0 197 1 7 3 20 0 20 0 5698088 11190136832 124838 33554432000 4194304 4196468 140732504384160 139698019531376 139698549254786 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 6 0 0 6293624 6294260 20942848 140732504386241 140732504389015 140732504389015 140732504391631 0
[pid=20462/tid=20531] ppid=20459 vsize=10927868 CPUtime=2.33 cores=1,3,5,7,9,11,13,15
/proc/20462/task/20531/stat : 20531 (java) S 20459 20462 14618 0 -1 1077944384 6383 12440 0 0 222 1 7 3 20 0 20 0 5698088 11190136832 124838 33554432000 4194304 4196468 140732504384160 139698018478576 139698549254786 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 20942848 140732504386241 140732504389015 140732504389015 140732504391631 0
[pid=20462/tid=20532] ppid=20459 vsize=10927868 CPUtime=2.16 cores=1,3,5,7,9,11,13,15
/proc/20462/task/20532/stat : 20532 (java) S 20459 20462 14618 0 -1 1077944384 3685 12440 0 0 204 2 7 3 20 0 20 0 5698088 11190136832 124838 33554432000 4194304 4196468 140732504384160 139698017426288 139698549254786 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 8 0 0 6293624 6294260 20942848 140732504386241 140732504389015 140732504389015 140732504391631 0
[pid=20462/tid=20533] ppid=20459 vsize=10927868 CPUtime=1.66 cores=1,3,5,7,9,11,13,15
/proc/20462/task/20533/stat : 20533 (java) S 20459 20462 14618 0 -1 1077944384 5575 12440 0 0 154 2 7 3 20 0 20 0 5698088 11190136832 124838 33554432000 4194304 4196468 140732504384160 139698016373488 139698549254786 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20942848 140732504386241 140732504389015 140732504389015 140732504391631 0
[pid=20462/tid=20534] ppid=20459 vsize=10927868 CPUtime=0.1 cores=1,3,5,7,9,11,13,15

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

[pid=20462/tid=20533] ppid=20459 vsize=10997500 CPUtime=4.48 cores=1,3,5,7,9,11,13,15
/proc/20462/task/20533/stat : 20533 (java) S 20459 20462 14618 0 -1 1077944384 50711 12440 0 0 427 11 7 3 20 0 20 0 5698088 11261440000 616858 33554432000 4194304 4196468 140732504384160 139698016373488 139698549254786 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20942848 140732504386241 140732504389015 140732504389015 140732504391631 0
[pid=20462/tid=20534] ppid=20459 vsize=10997500 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/20462/task/20534/stat : 20534 (java) S 20459 20462 14618 0 -1 1077944384 3 12440 0 0 0 0 7 3 20 0 20 0 5698088 11261440000 616858 33554432000 4194304 4196468 140732504384160 139698015320416 139698549253845 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 20942848 140732504386241 140732504389015 140732504389015 140732504391631 0
[pid=20462/tid=20535] ppid=20459 vsize=10997500 CPUtime=1.33 cores=1,3,5,7,9,11,13,15
/proc/20462/task/20535/stat : 20535 (java) S 20459 20462 14618 0 -1 1077944384 2102 12440 0 0 56 67 7 3 20 0 20 0 5698089 11261440000 616858 33554432000 4194304 4196468 140732504384160 139698014267696 139698549254786 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 10 0 0 6293624 6294260 20942848 140732504386241 140732504389015 140732504389015 140732504391631 0
Current children cumulated CPU time (s) 2400.07
Current children cumulated vsize (KiB) 10997500

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 20462 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2303.2 s]
/proc/loadavg: 1.32 1.55 1.53 3/281 20744
/proc/meminfo: memFree=28318812/32770624 swapFree=5940/267340
[pid=20462] ppid=20459 vsize=11130628 CPUtime=2405.85 cores=1,3,5,7,9,11,13,15
/proc/20462/stat : 20462 (java) S 20459 20462 14618 0 -1 1077944320 528994 12440 0 0 240045 530 7 3 20 0 22 0 5698068 11397763072 616907 33554432000 4194304 4196468 140732504384160 140732504366704 139698549243639 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 20942848 140732504386241 140732504389015 140732504389015 140732504391631 0
/proc/20462/statm: 2782657 616907 3527 1 0 2770212 0
[pid=20462/tid=20517] ppid=20459 vsize=11130628 CPUtime=2286.01 cores=1,3,5,7,9,11,13,15
/proc/20462/task/20517/stat : 20517 (java) S 20459 20462 14618 0 -1 1077944384 145776 12440 0 0 228523 68 7 3 20 0 22 0 5698079 11397763072 616907 33554432000 4194304 4196468 140732504384160 139698553481328 139698549253845 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20942848 140732504386241 140732504389015 140732504389015 140732504391631 0
[pid=20462/tid=20518] ppid=20459 vsize=11130628 CPUtime=10.68 cores=1,3,5,7,9,11,13,15
/proc/20462/task/20518/stat : 20518 (java) R 20459 20462 14618 0 -1 4202560 21083 12440 0 0 1015 43 7 3 20 0 22 0 5698080 11397763072 616907 33554432000 4194304 4196468 140732504384160 139698510203400 139698533701024 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20942848 140732504386241 140732504389015 140732504389015 140732504391631 0
[pid=20462/tid=20519] ppid=20459 vsize=11130628 CPUtime=10.44 cores=1,3,5,7,9,11,13,15
/proc/20462/task/20519/stat : 20519 (java) R 20459 20462 14618 0 -1 4202560 16841 12440 0 0 991 43 7 3 20 0 22 0 5698080 11397763072 616907 33554432000 4194304 4196468 140732504384160 139698155264392 139698533944272 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20942848 140732504386241 140732504389015 140732504389015 140732504391631 0
[pid=20462/tid=20520] ppid=20459 vsize=11130628 CPUtime=10.7 cores=1,3,5,7,9,11,13,15
/proc/20462/task/20520/stat : 20520 (java) R 20459 20462 14618 0 -1 4202560 19828 12440 0 0 1015 45 7 3 20 0 22 0 5698080 11397763072 616907 33554432000 4194304 4196468 140732504384160 139698154212104 139698532626674 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 20942848 140732504386241 140732504389015 140732504389015 140732504391631 0
[pid=20462/tid=20521] ppid=20459 vsize=11130628 CPUtime=10.51 cores=1,3,5,7,9,11,13,15
/proc/20462/task/20521/stat : 20521 (java) R 20459 20462 14618 0 -1 4202560 18578 12440 0 0 997 44 7 3 20 0 22 0 5698080 11397763072 616907 33554432000 4194304 4196468 140732504384160 139698153159304 139698542347276 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 20942848 140732504386241 140732504389015 140732504389015 140732504391631 0
[pid=20462/tid=20522] ppid=20459 vsize=11130628 CPUtime=10.58 cores=1,3,5,7,9,11,13,15
/proc/20462/task/20522/stat : 20522 (java) R 20459 20462 14618 0 -1 4202560 20445 12440 0 0 1004 44 7 3 20 0 22 0 5698080 11397763072 616907 33554432000 4194304 4196468 140732504384160 139698152107016 139698542347276 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 20942848 140732504386241 140732504389015 140732504389015 140732504391631 0
[pid=20462/tid=20523] ppid=20459 vsize=11130628 CPUtime=10.56 cores=1,3,5,7,9,11,13,15
/proc/20462/task/20523/stat : 20523 (java) R 20459 20462 14618 0 -1 4202560 21008 12440 0 0 1000 46 7 3 20 0 22 0 5698080 11397763072 616907 33554432000 4194304 4196468 140732504384160 139698151054216 139698535002448 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 20942848 140732504386241 140732504389015 140732504389015 140732504391631 0
[pid=20462/tid=20524] ppid=20459 vsize=11130628 CPUtime=10.68 cores=1,3,5,7,9,11,13,15
/proc/20462/task/20524/stat : 20524 (java) R 20459 20462 14618 0 -1 4202560 16147 12440 0 0 1015 43 7 3 20 0 22 0 5698080 11397763072 616907 33554432000 4194304 4196468 140732504384160 139698150001928 139698541871847 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 20942848 140732504386241 140732504389015 140732504389015 140732504391631 0
[pid=20462/tid=20525] ppid=20459 vsize=11130628 CPUtime=10.53 cores=1,3,5,7,9,11,13,15
/proc/20462/task/20525/stat : 20525 (java) R 20459 20462 14618 0 -1 4202560 19904 12440 0 0 1000 43 7 3 20 0 22 0 5698080 11397763072 616907 33554432000 4194304 4196468 140732504384160 139698148949128 139698541871847 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20942848 140732504386241 140732504389015 140732504389015 140732504391631 0
[pid=20462/tid=20526] ppid=20459 vsize=11130628 CPUtime=3.44 cores=1,3,5,7,9,11,13,15
/proc/20462/task/20526/stat : 20526 (java) S 20459 20462 14618 0 -1 1077944384 41492 12440 0 0 298 36 7 3 20 0 22 0 5698083 11397763072 616907 33554432000 4194304 4196468 140732504384160 139698023740176 139698549253845 0 0 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 20942848 140732504386241 140732504389015 140732504389015 140732504391631 0
[pid=20462/tid=20527] ppid=20459 vsize=11130628 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/20462/task/20527/stat : 20527 (java) S 20459 20462 14618 0 -1 1077944384 67 12440 0 0 0 0 7 3 20 0 22 0 5698083 11397763072 616907 33554432000 4194304 4196468 140732504384160 139698022687648 139698549253845 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 20942848 140732504386241 140732504389015 140732504389015 140732504391631 0
[pid=20462/tid=20528] ppid=20459 vsize=11130628 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/20462/task/20528/stat : 20528 (java) S 20459 20462 14618 0 -1 1077944384 55 12440 0 0 0 0 7 3 20 0 22 0 5698084 11397763072 616907 33554432000 4194304 4196468 140732504384160 139698021635200 139698549253845 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 20942848 140732504386241 140732504389015 140732504389015 140732504391631 0
[pid=20462/tid=20529] ppid=20459 vsize=11130628 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/20462/task/20529/stat : 20529 (java) S 20459 20462 14618 0 -1 1077944384 276 12440 0 0 0 0 7 3 20 0 22 0 5698088 11397763072 616907 33554432000 4194304 4196468 140732504384160 139698020583504 139698549262235 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 20942848 140732504386241 140732504389015 140732504389015 140732504391631 0
[pid=20462/tid=20530] ppid=20459 vsize=11130628 CPUtime=8.88 cores=1,3,5,7,9,11,13,15
/proc/20462/task/20530/stat : 20530 (java) S 20459 20462 14618 0 -1 1077944384 42941 12440 0 0 870 8 7 3 20 0 22 0 5698088 11397763072 616907 33554432000 4194304 4196468 140732504384160 139698019531376 139698549254786 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 6 0 0 6293624 6294260 20942848 140732504386241 140732504389015 140732504389015 140732504391631 0
[pid=20462/tid=20531] ppid=20459 vsize=11130628 CPUtime=8.77 cores=1,3,5,7,9,11,13,15
/proc/20462/task/20531/stat : 20531 (java) S 20459 20462 14618 0 -1 1077944384 41942 12440 0 0 860 7 7 3 20 0 22 0 5698088 11397763072 616907 33554432000 4194304 4196468 140732504384160 139698018478576 139698549254786 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 20942848 140732504386241 140732504389015 140732504389015 140732504391631 0
[pid=20462/tid=20532] ppid=20459 vsize=11130628 CPUtime=9.51 cores=1,3,5,7,9,11,13,15
/proc/20462/task/20532/stat : 20532 (java) S 20459 20462 14618 0 -1 1077944384 47309 12440 0 0 932 9 7 3 20 0 22 0 5698088 11397763072 616907 33554432000 4194304 4196468 140732504384160 139698017426288 139698549254786 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 8 0 0 6293624 6294260 20942848 140732504386241 140732504389015 140732504389015 140732504391631 0
[pid=20462/tid=20533] ppid=20459 vsize=11130628 CPUtime=4.48 cores=1,3,5,7,9,11,13,15
/proc/20462/task/20533/stat : 20533 (java) S 20459 20462 14618 0 -1 1077944384 50711 12440 0 0 427 11 7 3 20 0 22 0 5698088 11397763072 616907 33554432000 4194304 4196468 140732504384160 139698016373488 139698549254786 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20942848 140732504386241 140732504389015 140732504389015 140732504391631 0
[pid=20462/tid=20534] ppid=20459 vsize=11130628 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/20462/task/20534/stat : 20534 (java) S 20459 20462 14618 0 -1 1077944384 3 12440 0 0 0 0 7 3 20 0 22 0 5698088 11397763072 616907 33554432000 4194304 4196468 140732504384160 139698015320416 139698549253845 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 20942848 140732504386241 140732504389015 140732504389015 140732504391631 0
[pid=20462/tid=20535] ppid=20459 vsize=11130628 CPUtime=1.33 cores=1,3,5,7,9,11,13,15
/proc/20462/task/20535/stat : 20535 (java) S 20459 20462 14618 0 -1 1077944384 2102 12440 0 0 56 67 7 3 20 0 22 0 5698089 11397763072 616907 33554432000 4194304 4196468 140732504384160 139698014267696 139698549254786 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 10 0 0 6293624 6294260 20942848 140732504386241 140732504389015 140732504389015 140732504391631 0
Current children cumulated CPU time (s) 2405.85
Current children cumulated vsize (KiB) 11130628

[startup+2303.6 s]
/proc/loadavg: 1.32 1.55 1.53 3/283 20746
/proc/meminfo: memFree=28319152/32770624 swapFree=5940/267340
[pid=20462] ppid=20459 vsize=11130628 CPUtime=2408.61 cores=1,3,5,7,9,11,13,15
/proc/20462/stat : 20462 (java) S 20459 20462 14618 0 -1 1077944320 529251 12440 0 0 240320 531 7 3 20 0 22 0 5698068 11397763072 616788 33554432000 4194304 4196468 140732504384160 140732504366704 139698549243639 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 20942848 140732504386241 140732504389015 140732504389015 140732504391631 0
/proc/20462/statm: 2782657 616788 3527 1 0 2770212 0
[pid=20462/tid=20517] ppid=20459 vsize=11130628 CPUtime=2286.01 cores=1,3,5,7,9,11,13,15
/proc/20462/task/20517/stat : 20517 (java) S 20459 20462 14618 0 -1 1077944384 145776 12440 0 0 228523 68 7 3 20 0 22 0 5698079 11397763072 616788 33554432000 4194304 4196468 140732504384160 139698553481328 139698549253845 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20942848 140732504386241 140732504389015 140732504389015 140732504391631 0
[pid=20462/tid=20518] ppid=20459 vsize=11130628 CPUtime=11.02 cores=1,3,5,7,9,11,13,15
/proc/20462/task/20518/stat : 20518 (java) R 20459 20462 14618 0 -1 4202560 21089 12440 0 0 1049 43 7 3 20 0 22 0 5698080 11397763072 616788 33554432000 4194304 4196468 140732504384160 139698510203480 139698533701272 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 20942848 140732504386241 140732504389015 140732504389015 140732504391631 0
[pid=20462/tid=20519] ppid=20459 vsize=11130628 CPUtime=10.77 cores=1,3,5,7,9,11,13,15
/proc/20462/task/20519/stat : 20519 (java) R 20459 20462 14618 0 -1 4202560 16841 12440 0 0 1024 43 7 3 20 0 22 0 5698080 11397763072 616788 33554432000 4194304 4196468 140732504384160 139698155264472 139698533942441 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 20942848 140732504386241 140732504389015 140732504389015 140732504391631 0
[pid=20462/tid=20520] ppid=20459 vsize=11130628 CPUtime=11.03 cores=1,3,5,7,9,11,13,15
/proc/20462/task/20520/stat : 20520 (java) R 20459 20462 14618 0 -1 4202560 19832 12440 0 0 1048 45 7 3 20 0 22 0 5698080 11397763072 616788 33554432000 4194304 4196468 140732504384160 139698154212184 139698534240036 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 20942848 140732504386241 140732504389015 140732504389015 140732504391631 0
[pid=20462/tid=20521] ppid=20459 vsize=11130628 CPUtime=10.85 cores=1,3,5,7,9,11,13,15
/proc/20462/task/20521/stat : 20521 (java) R 20459 20462 14618 0 -1 4202560 18584 12440 0 0 1031 44 7 3 20 0 22 0 5698080 11397763072 616788 33554432000 4194304 4196468 140732504384160 139698153159384 139698534240040 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 20942848 140732504386241 140732504389015 140732504389015 140732504391631 0
[pid=20462/tid=20522] ppid=20459 vsize=11130628 CPUtime=10.92 cores=1,3,5,7,9,11,13,15
/proc/20462/task/20522/stat : 20522 (java) R 20459 20462 14618 0 -1 4202560 20455 12440 0 0 1038 44 7 3 20 0 22 0 5698080 11397763072 616788 33554432000 4194304 4196468 140732504384160 139698152107096 139698533701107 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20942848 140732504386241 140732504389015 140732504389015 140732504391631 0
[pid=20462/tid=20523] ppid=20459 vsize=11130628 CPUtime=10.89 cores=1,3,5,7,9,11,13,15
/proc/20462/task/20523/stat : 20523 (java) R 20459 20462 14618 0 -1 4202560 21015 12440 0 0 1033 46 7 3 20 0 22 0 5698080 11397763072 616788 33554432000 4194304 4196468 140732504384160 139698151054296 139698533701091 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 20942848 140732504386241 140732504389015 140732504389015 140732504391631 0
[pid=20462/tid=20524] ppid=20459 vsize=11130628 CPUtime=11.02 cores=1,3,5,7,9,11,13,15
/proc/20462/task/20524/stat : 20524 (java) R 20459 20462 14618 0 -1 4202560 16156 12440 0 0 1049 43 7 3 20 0 22 0 5698080 11397763072 616788 33554432000 4194304 4196468 140732504384160 139698150001696 139698534240318 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 20942848 140732504386241 140732504389015 140732504389015 140732504391631 0
[pid=20462/tid=20525] ppid=20459 vsize=11130628 CPUtime=10.88 cores=1,3,5,7,9,11,13,15
/proc/20462/task/20525/stat : 20525 (java) R 20459 20462 14618 0 -1 4202560 19921 12440 0 0 1035 43 7 3 20 0 22 0 5698080 11397763072 616788 33554432000 4194304 4196468 140732504384160 139698148949208 139698530853385 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20942848 140732504386241 140732504389015 140732504389015 140732504391631 0
[pid=20462/tid=20526] ppid=20459 vsize=11130628 CPUtime=3.49 cores=1,3,5,7,9,11,13,15
/proc/20462/task/20526/stat : 20526 (java) S 20459 20462 14618 0 -1 1077944384 41687 12440 0 0 303 36 7 3 20 0 22 0 5698083 11397763072 616788 33554432000 4194304 4196468 140732504384160 139698023740176 139698549253845 0 0 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 20942848 140732504386241 140732504389015 140732504389015 140732504391631 0
[pid=20462/tid=20527] ppid=20459 vsize=11130628 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/20462/task/20527/stat : 20527 (java) S 20459 20462 14618 0 -1 1077944384 68 12440 0 0 0 0 7 3 20 0 22 0 5698083 11397763072 616788 33554432000 4194304 4196468 140732504384160 139698022687552 139698549253845 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 20942848 140732504386241 140732504389015 140732504389015 140732504391631 0
[pid=20462/tid=20528] ppid=20459 vsize=11130628 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/20462/task/20528/stat : 20528 (java) S 20459 20462 14618 0 -1 1077944384 55 12440 0 0 0 0 7 3 20 0 22 0 5698084 11397763072 616788 33554432000 4194304 4196468 140732504384160 139698021635200 139698549253845 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 20942848 140732504386241 140732504389015 140732504389015 140732504391631 0
[pid=20462/tid=20529] ppid=20459 vsize=11130628 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/20462/task/20529/stat : 20529 (java) S 20459 20462 14618 0 -1 1077944384 276 12440 0 0 0 0 7 3 20 0 22 0 5698088 11397763072 616788 33554432000 4194304 4196468 140732504384160 139698020583504 139698549262235 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 20942848 140732504386241 140732504389015 140732504389015 140732504391631 0
[pid=20462/tid=20530] ppid=20459 vsize=11130628 CPUtime=8.88 cores=1,3,5,7,9,11,13,15
/proc/20462/task/20530/stat : 20530 (java) S 20459 20462 14618 0 -1 1077944384 42941 12440 0 0 870 8 7 3 20 0 22 0 5698088 11397763072 616788 33554432000 4194304 4196468 140732504384160 139698019531376 139698549254786 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 6 0 0 6293624 6294260 20942848 140732504386241 140732504389015 140732504389015 140732504391631 0
[pid=20462/tid=20531] ppid=20459 vsize=11130628 CPUtime=8.77 cores=1,3,5,7,9,11,13,15
/proc/20462/task/20531/stat : 20531 (java) S 20459 20462 14618 0 -1 1077944384 41942 12440 0 0 860 7 7 3 20 0 22 0 5698088 11397763072 616788 33554432000 4194304 4196468 140732504384160 139698018478576 139698549254786 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 20942848 140732504386241 140732504389015 140732504389015 140732504391631 0
[pid=20462/tid=20532] ppid=20459 vsize=11130628 CPUtime=9.51 cores=1,3,5,7,9,11,13,15
/proc/20462/task/20532/stat : 20532 (java) S 20459 20462 14618 0 -1 1077944384 47309 12440 0 0 932 9 7 3 20 0 22 0 5698088 11397763072 616788 33554432000 4194304 4196468 140732504384160 139698017426288 139698549254786 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 8 0 0 6293624 6294260 20942848 140732504386241 140732504389015 140732504389015 140732504391631 0
[pid=20462/tid=20533] ppid=20459 vsize=11130628 CPUtime=4.48 cores=1,3,5,7,9,11,13,15
/proc/20462/task/20533/stat : 20533 (java) S 20459 20462 14618 0 -1 1077944384 50711 12440 0 0 427 11 7 3 20 0 22 0 5698088 11397763072 616788 33554432000 4194304 4196468 140732504384160 139698016373488 139698549254786 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20942848 140732504386241 140732504389015 140732504389015 140732504391631 0
[pid=20462/tid=20534] ppid=20459 vsize=11130628 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/20462/task/20534/stat : 20534 (java) S 20459 20462 14618 0 -1 1077944384 3 12440 0 0 0 0 7 3 20 0 22 0 5698088 11397763072 616788 33554432000 4194304 4196468 140732504384160 139698015320416 139698549253845 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 20942848 140732504386241 140732504389015 140732504389015 140732504391631 0
[pid=20462/tid=20535] ppid=20459 vsize=11130628 CPUtime=1.33 cores=1,3,5,7,9,11,13,15
/proc/20462/task/20535/stat : 20535 (java) S 20459 20462 14618 0 -1 1077944384 2102 12440 0 0 56 67 7 3 20 0 22 0 5698089 11397763072 616788 33554432000 4194304 4196468 140732504384160 139698014267696 139698549254786 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 10 0 0 6293624 6294260 20942848 140732504386241 140732504389015 140732504389015 140732504391631 0
[pid=20462/tid=20745] ppid=20459 vsize=11130628 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/20462/task/20745/stat : 20745 (java) S 20459 20462 14618 0 -1 1077944384 324 12440 0 0 0 0 7 3 20 0 22 0 5928309 11397763072 616788 33554432000 4194304 4196468 140732504384160 139697982734704 139698549253845 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 20942848 140732504386241 140732504389015 140732504389015 140732504391631 0
[pid=20462/tid=20746] ppid=20459 vsize=11130628 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/20462/task/20746/stat : 20746 (java) S 20459 20462 14618 0 -1 1077944384 30 12440 0 0 0 0 7 3 20 0 22 0 5928309 11397763072 616788 33554432000 4194304 4196468 140732504384160 139697981682624 139698549253845 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20942848 140732504386241 140732504389015 140732504389015 140732504391631 0
Current children cumulated CPU time (s) 2408.61
Current children cumulated vsize (KiB) 11130628

[startup+2304 s]
/proc/loadavg: 1.32 1.55 1.53 3/283 20746
/proc/meminfo: memFree=28319152/32770624 swapFree=5940/267340
[pid=20462] ppid=20459 vsize=11130628 CPUtime=2411.49 cores=1,3,5,7,9,11,13,15
/proc/20462/stat : 20462 (java) S 20459 20462 14618 0 -1 1077944320 529272 12440 0 0 240608 531 7 3 20 0 22 0 5698068 11397763072 616660 33554432000 4194304 4196468 140732504384160 140732504366704 139698549243639 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 20942848 140732504386241 140732504389015 140732504389015 140732504391631 0
/proc/20462/statm: 2782657 616660 3527 1 0 2770212 0
[pid=20462/tid=20517] ppid=20459 vsize=11130628 CPUtime=2286.01 cores=1,3,5,7,9,11,13,15
/proc/20462/task/20517/stat : 20517 (java) S 20459 20462 14618 0 -1 1077944384 145776 12440 0 0 228523 68 7 3 20 0 22 0 5698079 11397763072 616660 33554432000 4194304 4196468 140732504384160 139698553481328 139698549253845 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20942848 140732504386241 140732504389015 140732504389015 140732504391631 0
[pid=20462/tid=20518] ppid=20459 vsize=11130628 CPUtime=11.37 cores=1,3,5,7,9,11,13,15
/proc/20462/task/20518/stat : 20518 (java) R 20459 20462 14618 0 -1 4202560 21104 12440 0 0 1084 43 7 3 20 0 22 0 5698080 11397763072 616660 33554432000 4194304 4196468 140732504384160 139698510203168 139698530853427 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20942848 140732504386241 140732504389015 140732504389015 140732504391631 0
[pid=20462/tid=20519] ppid=20459 vsize=11130628 CPUtime=11.13 cores=1,3,5,7,9,11,13,15
/proc/20462/task/20519/stat : 20519 (java) R 20459 20462 14618 0 -1 4202560 16841 12440 0 0 1060 43 7 3 20 0 22 0 5698080 11397763072 616660 33554432000 4194304 4196468 140732504384160 139698155264472 139698530853415 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 20942848 140732504386241 140732504389015 140732504389015 140732504391631 0
[pid=20462/tid=20520] ppid=20459 vsize=11130628 CPUtime=11.39 cores=1,3,5,7,9,11,13,15
/proc/20462/task/20520/stat : 20520 (java) R 20459 20462 14618 0 -1 4202560 19832 12440 0 0 1084 45 7 3 20 0 22 0 5698080 11397763072 616660 33554432000 4194304 4196468 140732504384160 139698154212184 139698533701209 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 20942848 140732504386241 140732504389015 140732504389015 140732504391631 0
[pid=20462/tid=20521] ppid=20459 vsize=11130628 CPUtime=11.21 cores=1,3,5,7,9,11,13,15
/proc/20462/task/20521/stat : 20521 (java) R 20459 20462 14618 0 -1 4202560 18586 12440 0 0 1067 44 7 3 20 0 22 0 5698080 11397763072 616660 33554432000 4194304 4196468 140732504384160 139698153159384 139698533942363 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 20942848 140732504386241 140732504389015 140732504389015 140732504391631 0
[pid=20462/tid=20522] ppid=20459 vsize=11130628 CPUtime=11.28 cores=1,3,5,7,9,11,13,15
/proc/20462/task/20522/stat : 20522 (java) R 20459 20462 14618 0 -1 4202560 20455 12440 0 0 1074 44 7 3 20 0 22 0 5698080 11397763072 616660 33554432000 4194304 4196468 140732504384160 139698152107096 139698530853305 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20942848 140732504386241 140732504389015 140732504389015 140732504391631 0
[pid=20462/tid=20523] ppid=20459 vsize=11130628 CPUtime=11.24 cores=1,3,5,7,9,11,13,15
/proc/20462/task/20523/stat : 20523 (java) R 20459 20462 14618 0 -1 4202560 21015 12440 0 0 1068 46 7 3 20 0 22 0 5698080 11397763072 616660 33554432000 4194304 4196468 140732504384160 139698151054296 139698530853436 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 20942848 140732504386241 140732504389015 140732504389015 140732504391631 0
[pid=20462/tid=20524] ppid=20459 vsize=11130628 CPUtime=11.39 cores=1,3,5,7,9,11,13,15
/proc/20462/task/20524/stat : 20524 (java) R 20459 20462 14618 0 -1 4202560 16158 12440 0 0 1085 44 7 3 20 0 22 0 5698080 11397763072 616660 33554432000 4194304 4196468 140732504384160 139698150002008 139698530853387 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 20942848 140732504386241 140732504389015 140732504389015 140732504391631 0
[pid=20462/tid=20525] ppid=20459 vsize=11130628 CPUtime=11.24 cores=1,3,5,7,9,11,13,15
/proc/20462/task/20525/stat : 20525 (java) R 20459 20462 14618 0 -1 4202560 19921 12440 0 0 1071 43 7 3 20 0 22 0 5698080 11397763072 616660 33554432000 4194304 4196468 140732504384160 139698148949208 139698533942453 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20942848 140732504386241 140732504389015 140732504389015 140732504391631 0
[pid=20462/tid=20526] ppid=20459 vsize=11130628 CPUtime=3.52 cores=1,3,5,7,9,11,13,15
/proc/20462/task/20526/stat : 20526 (java) S 20459 20462 14618 0 -1 1077944384 41687 12440 0 0 306 36 7 3 20 0 22 0 5698083 11397763072 616660 33554432000 4194304 4196468 140732504384160 139698023740176 139698549253845 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20942848 140732504386241 140732504389015 140732504389015 140732504391631 0
[pid=20462/tid=20527] ppid=20459 vsize=11130628 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/20462/task/20527/stat : 20527 (java) S 20459 20462 14618 0 -1 1077944384 68 12440 0 0 0 0 7 3 20 0 22 0 5698083 11397763072 616660 33554432000 4194304 4196468 140732504384160 139698022687552 139698549253845 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 20942848 140732504386241 140732504389015 140732504389015 140732504391631 0
[pid=20462/tid=20528] ppid=20459 vsize=11130628 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/20462/task/20528/stat : 20528 (java) S 20459 20462 14618 0 -1 1077944384 55 12440 0 0 0 0 7 3 20 0 22 0 5698084 11397763072 616660 33554432000 4194304 4196468 140732504384160 139698021635200 139698549253845 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 20942848 140732504386241 140732504389015 140732504389015 140732504391631 0
[pid=20462/tid=20529] ppid=20459 vsize=11130628 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/20462/task/20529/stat : 20529 (java) S 20459 20462 14618 0 -1 1077944384 276 12440 0 0 0 0 7 3 20 0 22 0 5698088 11397763072 616660 33554432000 4194304 4196468 140732504384160 139698020583504 139698549262235 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 20942848 140732504386241 140732504389015 140732504389015 140732504391631 0
[pid=20462/tid=20530] ppid=20459 vsize=11130628 CPUtime=8.88 cores=1,3,5,7,9,11,13,15
/proc/20462/task/20530/stat : 20530 (java) S 20459 20462 14618 0 -1 1077944384 42941 12440 0 0 870 8 7 3 20 0 22 0 5698088 11397763072 616660 33554432000 4194304 4196468 140732504384160 139698019531376 139698549254786 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 6 0 0 6293624 6294260 20942848 140732504386241 140732504389015 140732504389015 140732504391631 0
[pid=20462/tid=20531] ppid=20459 vsize=11130628 CPUtime=8.77 cores=1,3,5,7,9,11,13,15
/proc/20462/task/20531/stat : 20531 (java) S 20459 20462 14618 0 -1 1077944384 41942 12440 0 0 860 7 7 3 20 0 22 0 5698088 11397763072 616660 33554432000 4194304 4196468 140732504384160 139698018478576 139698549254786 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 20942848 140732504386241 140732504389015 140732504389015 140732504391631 0
[pid=20462/tid=20532] ppid=20459 vsize=11130628 CPUtime=9.51 cores=1,3,5,7,9,11,13,15
/proc/20462/task/20532/stat : 20532 (java) S 20459 20462 14618 0 -1 1077944384 47309 12440 0 0 932 9 7 3 20 0 22 0 5698088 11397763072 616660 33554432000 4194304 4196468 140732504384160 139698017426288 139698549254786 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 8 0 0 6293624 6294260 20942848 140732504386241 140732504389015 140732504389015 140732504391631 0
[pid=20462/tid=20533] ppid=20459 vsize=11130628 CPUtime=4.48 cores=1,3,5,7,9,11,13,15
/proc/20462/task/20533/stat : 20533 (java) S 20459 20462 14618 0 -1 1077944384 50711 12440 0 0 427 11 7 3 20 0 22 0 5698088 11397763072 616660 33554432000 4194304 4196468 140732504384160 139698016373488 139698549254786 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20942848 140732504386241 140732504389015 140732504389015 140732504391631 0
[pid=20462/tid=20534] ppid=20459 vsize=11130628 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/20462/task/20534/stat : 20534 (java) S 20459 20462 14618 0 -1 1077944384 3 12440 0 0 0 0 7 3 20 0 22 0 5698088 11397763072 616660 33554432000 4194304 4196468 140732504384160 139698015320416 139698549253845 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 20942848 140732504386241 140732504389015 140732504389015 140732504391631 0
[pid=20462/tid=20535] ppid=20459 vsize=11130628 CPUtime=1.33 cores=1,3,5,7,9,11,13,15
/proc/20462/task/20535/stat : 20535 (java) S 20459 20462 14618 0 -1 1077944384 2102 12440 0 0 56 67 7 3 20 0 22 0 5698089 11397763072 616660 33554432000 4194304 4196468 140732504384160 139698014267696 139698549254786 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 10 0 0 6293624 6294260 20942848 140732504386241 140732504389015 140732504389015 140732504391631 0
[pid=20462/tid=20745] ppid=20459 vsize=11130628 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/20462/task/20745/stat : 20745 (java) S 20459 20462 14618 0 -1 1077944384 324 12440 0 0 0 0 7 3 20 0 22 0 5928309 11397763072 616660 33554432000 4194304 4196468 140732504384160 139697982734704 139698549253845 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 20942848 140732504386241 140732504389015 140732504389015 140732504391631 0
[pid=20462/tid=20746] ppid=20459 vsize=11130628 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/20462/task/20746/stat : 20746 (java) S 20459 20462 14618 0 -1 1077944384 32 12440 0 0 0 0 7 3 20 0 22 0 5928309 11397763072 616660 33554432000 4194304 4196468 140732504384160 139697981682624 139698549253845 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20942848 140732504386241 140732504389015 140732504389015 140732504391631 0
Current children cumulated CPU time (s) 2411.49
Current children cumulated vsize (KiB) 11130628

Child status: 143
Real time (s): 2304.06
CPU time (s): 2411.78
CPU user time (s): 2406.41
CPU system time (s): 5.36905
CPU usage (%): 104.675
Max. virtual memory (cumulated for all children) (KiB): 11130628

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2406.41
system time used= 5.36905
maximum resident set size= 3042632
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 541895
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2848
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 167209
involuntary context switches= 149279

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.6254 second user time and 21.2478 second system time

The end

Launcher Data

Begin job on node138 at 2017-07-22 08:18:32
IDJOB=4245535
IDBENCH=122943
IDSOLVER=2630
FILE ID=node138/4245535-1500704312
RUNJOBID= node138-1500684099-14650
PBS_JOBID= 20623345
Free space on /tmp= 61968 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/Opd/Opd-sum-large/Opd-12-350-100.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4245535-1500704312/watcher-4245535-1500704312 -o /tmp/evaluation-result-4245535-1500704312/solver-4245535-1500704312 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node138-1500684099-14650 --watchdog 2560  bin/concrete HOME/instance-4245535-1500704312.xml

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

MD5SUM BENCH= 498e8e69e2f573dee371e4fc9819ce0a
RANDOM SEED=1070922074

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

/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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.44
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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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	: 8
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.44
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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.44
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		: 2133.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.44
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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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:

processor	: 8
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 1
initial apicid	: 1
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.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 9
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 17
initial apicid	: 17
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	: 10
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 3
initial apicid	: 3
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.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 11
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 19
initial apicid	: 19
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	: 12
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 5
initial apicid	: 5
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.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 13
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2400.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 21
initial apicid	: 21
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	: 14
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 7
initial apicid	: 7
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.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 15
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 23
initial apicid	: 23
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:        30981480 kB
MemAvailable:   31200744 kB
Buffers:          120852 kB
Cached:           378788 kB
SwapCached:            0 kB
Active:          1076556 kB
Inactive:         273560 kB
Active(anon):     853572 kB
Inactive(anon):     8608 kB
Active(file):     222984 kB
Inactive(file):   264952 kB
Unevictable:        5940 kB
Mlocked:            5940 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24252 kB
Writeback:             0 kB
AnonPages:        907644 kB
Mapped:            44072 kB
Shmem:              8852 kB
Slab:             128636 kB
SReclaimable:      94328 kB
SUnreclaim:        34308 kB
KernelStack:        4896 kB
PageTables:         6680 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1614128 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    698368 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      140672 kB
DirectMap2M:    33404928 kB

Free space on /tmp at the end= 61944 MiB
End job on node138 at 2017-07-22 08:56:56