Trace number 4259565

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.4? (TO) 254.21201 228.642

General information on the benchmark

NameOpd/Opd-sum-large/
Opd-07-350-100.xml
MD5SUMcd1777af07bd314664d86e97c163b75e
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark22
Best CPU time to get the best result obtained on this benchmark1920.95
Satisfiable
(Un)Satisfiability was proved
Number of variables2451
Number of constraints29
Number of domains2
Minimum domain size2
Maximum domain size334
Distribution of domain sizes[{"size":2,"count":2450},{"size":334,"count":1}]
Minimum variable degree8
Maximum variable degree22
Distribution of variable degrees[{"degree":8,"count":2450},{"degree":22,"count":1}]
Minimum constraint arity350
Maximum constraint arity2450
Distribution of constraint arities[{"arity":350,"count":7},{"arity":701,"count":21},{"arity":2450,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"lex","count":1},{"type":"sum","count":28}]
Optimization problemYES
Type of objectivemin VAR

Solver Data

3.25/2.23	c Concrete v3.4 running
254.13/228.60	java.util.concurrent.TimeoutException
254.13/228.60		at concrete.MAC.mac(MAC.scala:74)
254.13/228.60		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:145)
254.13/228.60		at scala.util.Try$.apply(Try.scala:209)
254.13/228.60		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
254.13/228.60		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
254.13/228.60		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
254.13/228.60		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
254.13/228.60		at org.scalameter.Measurer$Default.measure(Measurer.scala:131)
254.13/228.60		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
254.13/228.60		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
254.13/228.60		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
254.13/228.60		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
254.13/228.60		at concrete.MAC.oneRun(MAC.scala:146)
254.13/228.60		at concrete.MAC.nextSolution(MAC.scala:166)
254.13/228.60		at concrete.MAC.$anonfun$nextSolution$2(MAC.scala:196)
254.13/228.60		at concrete.ProblemState.map(ProblemState.scala:203)
254.13/228.60		at concrete.ProblemState.map(ProblemState.scala:188)
254.13/228.60		at concrete.MAC.nextSolution(MAC.scala:195)
254.13/228.60		at concrete.Solver.hasNext(Solver.scala:202)
254.13/228.60		at scala.collection.Iterator.toStream(Iterator.scala:1403)
254.13/228.60		at scala.collection.Iterator.toStream$(Iterator.scala:1402)
254.13/228.60		at concrete.Solver.toStream(Solver.scala:73)
254.13/228.60		at scala.collection.TraversableOnce.toIterable(TraversableOnce.scala:296)
254.13/228.60		at scala.collection.TraversableOnce.toIterable$(TraversableOnce.scala:296)
254.13/228.60		at concrete.Solver.toIterable(Solver.scala:73)
254.13/228.60		at concrete.runner.ConcreteRunner.$anonfun$run$10(ConcreteRunner.scala:157)
254.13/228.60		at scala.util.Success.$anonfun$map$1(Try.scala:251)
254.13/228.60		at scala.util.Success.map(Try.scala:209)
254.13/228.60		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:154)
254.13/228.60		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:72)
254.13/228.60		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
254.13/228.60		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:119)
254.13/228.60		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
254.13/228.60		at scala.Function0.apply$mcV$sp(Function0.scala:34)
254.13/228.60		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
254.13/228.60		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
254.13/228.60		at scala.App.$anonfun$main$1$adapted(App.scala:76)
254.13/228.60		at scala.collection.immutable.List.foreach(List.scala:389)
254.13/228.60		at scala.App.main(App.scala:76)
254.13/228.60		at scala.App.main$(App.scala:74)
254.13/228.60		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
254.13/228.60		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
254.13/228.61	s UNKNOWN

Verifier Data


Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

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.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (15152 MiB free)
  memory of node 1: 16384 MiB (11336 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4259565-1502644426/watcher-4259565-1502644426 -o /tmp/evaluation-result-4259565-1502644426/solver-4259565-1502644426 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node133-1502641620-25473 --watchdog 312 bin/concrete HOME/instance-4259565-1502644426.xml 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 252 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 282 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 252 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
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=27844, runsolver pid=27841

[startup+0.100059 s]*
/proc/loadavg: 1.81 1.95 1.94 3/202 27867
/proc/meminfo: memFree=27124584/32770624 swapFree=67108860/67108860
[pid=27844] ppid=27841 vsize=9636 memory=1512 CPUtime=0.01 cores=0,2,4,6
/proc/27844/stat : 27844 (bash) S 27841 27844 8289 0 -1 4202496 901 6467 0 0 0 0 0 1 20 0 1 0 112257773 9867264 378 18446744073709551615 4194304 5098028 140731396515952 140731396509960 140281834335232 0 0 5 65536 18446744071580971376 0 0 17 0 0 0 8 0 0 7196144 7232144 26275840 140731396522484 140731396522569 140731396522569 140731396526058 0
/proc/27844/statm: 2409 378 297 221 0 118 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 9636 KiB
Current children cumulated memory: 1512 KiB

[startup+0.209858 s]*
/proc/loadavg: 1.81 1.95 1.94 2/215 27889
/proc/meminfo: memFree=27111680/32770624 swapFree=67108860/67108860
[pid=27844] ppid=27841 vsize=9636 memory=1512 CPUtime=0.01 cores=0,2,4,6
/proc/27844/stat : 27844 (bash) S 27841 27844 8289 0 -1 4202496 901 6467 0 0 0 0 0 1 20 0 1 0 112257773 9867264 378 18446744073709551615 4194304 5098028 140731396515952 140731396509960 140281834335232 0 0 5 65536 18446744071580971376 0 0 17 0 0 0 8 0 0 7196144 7232144 26275840 140731396522484 140731396522569 140731396522569 140731396526058 0
/proc/27844/statm: 2409 378 297 221 0 118 0
[pid=27874] ppid=27844 vsize=9636 memory=704 CPUtime=0 cores=0,2,4,6
/proc/27874/stat : 27874 (bash) S 27844 27844 8289 0 -1 4202560 158 0 0 0 0 0 0 0 20 0 1 0 112257783 9867264 176 18446744073709551615 4194304 5098028 140731396515952 140731396508632 140281834160764 0 65536 1 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 26275840 140731396522484 140731396522569 140731396522569 140731396526058 0
/proc/27874/statm: 2409 176 95 221 0 118 0
[pid=27875] ppid=27874 vsize=10485312 memory=22704 CPUtime=0.05 cores=0,2,4,6
/proc/27875/stat : 27875 (java) S 27874 27844 8289 0 -1 1077944320 4633 0 0 0 4 1 0 0 20 0 14 0 112257783 10736959488 5676 18446744073709551615 4194304 4196468 140734335615120 140734335597664 140076052287223 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 27648000 140734335623768 140734335623782 140734335623782 140734335627215 0
/proc/27875/statm: 2621328 5676 2572 1 0 2610825 0
[pid=27875/tid=27877] ppid=27874 vsize=10485312 memory=7022364594140610616 CPUtime=0.04 cores=0,2,4,6
/proc/27875/task/27877/stat : 27877 (java) D 27874 27844 8289 0 -1 4202560 2764 0 0 0 3 1 0 0 20 0 14 0 112257784 10736959488 5676 18446744073709551615 4194304 4196468 140734335615120 140076056524704 140076052309245 0 4 1 16800974 18446744071580418449 0 0 -1 2 0 0 0 0 0 6293624 6294260 27648000 140734335623768 140734335623782 140734335623782 140734335627215 0
[pid=27875/tid=27878] ppid=27874 vsize=10485312 memory=4294975260 CPUtime=0 cores=0,2,4,6
/proc/27875/task/27878/stat : 27878 (java) S 27874 27844 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 112257784 10736959488 5676 18446744073709551615 4194304 4196468 140734335615120 140075998636816 140076052297429 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27648000 140734335623768 140734335623782 140734335623782 140734335627215 0
[pid=27875/tid=27879] ppid=27874 vsize=10485312 memory=288370407384626816 CPUtime=0 cores=0,2,4,6
/proc/27875/task/27879/stat : 27879 (java) S 27874 27844 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 112257784 10736959488 5676 18446744073709551615 4194304 4196468 140734335615120 140075997584272 140076052297429 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27648000 140734335623768 140734335623782 140734335623782 140734335627215 0
[pid=27875/tid=27880] ppid=27874 vsize=10485312 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27875/task/27880/stat : 27880 (java) S 27874 27844 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 112257784 10736959488 5676 18446744073709551615 4194304 4196468 140734335615120 140075661581328 140076052297429 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27648000 140734335623768 140734335623782 140734335623782 140734335627215 0
[pid=27875/tid=27881] ppid=27874 vsize=10485312 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27875/task/27881/stat : 27881 (java) S 27874 27844 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 112257784 10736959488 5676 18446744073709551615 4194304 4196468 140734335615120 140075660528784 140076052297429 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27648000 140734335623768 140734335623782 140734335623782 140734335627215 0
[pid=27875/tid=27882] ppid=27874 vsize=10485312 memory=140031232915072 CPUtime=0 cores=0,2,4,6
/proc/27875/task/27882/stat : 27882 (java) S 27874 27844 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 112257786 10736959488 5676 18446744073709551615 4194304 4196468 140734335615120 140075615713264 140076052298370 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27648000 140734335623768 140734335623782 140734335623782 140734335627215 0
[pid=27875/tid=27883] ppid=27874 vsize=10485312 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27875/task/27883/stat : 27883 (java) S 27874 27844 8289 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 14 0 112257786 10736959488 5676 18446744073709551615 4194304 4196468 140734335615120 140075614659488 140076052297429 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27648000 140734335623768 140734335623782 140734335623782 140734335627215 0
[pid=27875/tid=27884] ppid=27874 vsize=10485312 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27875/task/27884/stat : 27884 (java) S 27874 27844 8289 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 14 0 112257786 10736959488 5676 18446744073709551615 4194304 4196468 140734335615120 140075613606896 140076052297429 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27648000 140734335623768 140734335623782 140734335623782 140734335627215 0
[pid=27875/tid=27885] ppid=27874 vsize=10485312 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27875/task/27885/stat : 27885 (java) S 27874 27844 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 112257789 10736959488 5676 18446744073709551615 4194304 4196468 140734335615120 140075612555472 140076052305819 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27648000 140734335623768 140734335623782 140734335623782 140734335627215 0
[pid=27875/tid=27886] ppid=27874 vsize=10485312 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27875/task/27886/stat : 27886 (java) S 27874 27844 8289 0 -1 1077944384 302 0 0 0 0 0 0 0 20 0 14 0 112257789 10736959488 5676 18446744073709551615 4194304 4196468 140734335615120 140075611503088 140076052298370 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27648000 140734335623768 140734335623782 140734335623782 140734335627215 0
[pid=27875/tid=27887] ppid=27874 vsize=10485312 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27875/task/27887/stat : 27887 (java) S 27874 27844 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 112257789 10736959488 5676 18446744073709551615 4194304 4196468 140734335615120 140075610450544 140076052298370 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27648000 140734335623768 140734335623782 140734335623782 140734335627215 0
[pid=27875/tid=27888] ppid=27874 vsize=10485312 memory=140031232915072 CPUtime=0 cores=0,2,4,6
/proc/27875/task/27888/stat : 27888 (java) S 27874 27844 8289 0 -1 1077944384 218 0 0 0 0 0 0 0 20 0 14 0 112257789 10736959488 5676 18446744073709551615 4194304 4196468 140734335615120 140075609398000 140076052298370 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27648000 140734335623768 140734335623782 140734335623782 140734335627215 0
[pid=27875/tid=27889] ppid=27874 vsize=10485312 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27875/task/27889/stat : 27889 (java) S 27874 27844 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 112257789 10736959488 5676 18446744073709551615 4194304 4196468 140734335615120 140075608345696 140076052297429 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27648000 140734335623768 140734335623782 140734335623782 140734335627215 0
[pid=27876] ppid=27874 vsize=9872 memory=972 CPUtime=0 cores=0,2,4,6
/proc/27876/stat : 27876 (awk) S 27874 27844 8289 0 -1 4202496 391 0 0 0 0 0 0 0 20 0 1 0 112257783 10108928 243 18446744073709551615 4194304 4609284 140724678472320 140724678471496 140243034639360 0 0 1 1216 18446744071580971376 0 0 17 4 0 0 0 0 0 6708720 6711756 19718144 140724678476416 140724678476446 140724678476446 140724678479851 0
/proc/27876/statm: 2468 243 203 102 0 88 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 10514456 KiB
Current children cumulated memory: 25892 KiB

[startup+0.310399 s]*
/proc/loadavg: 1.81 1.95 1.94 2/212 27906
/proc/meminfo: memFree=27113860/32770624 swapFree=67108860/67108860
[pid=27844] ppid=27841 vsize=13907308 memory=21664 CPUtime=0.13 cores=0,2,4,6
/proc/27844/stat : 27844 (java) S 27841 27844 8289 0 -1 1077944320 5754 12437 0 0 5 1 4 3 20 0 14 0 112257773 14241083392 5416 18446744073709551615 4194304 4196468 140723158661904 140723158644448 140186118864631 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 9658368 140723158669232 140723158672017 140723158672017 140723158675407 0
/proc/27844/statm: 3476827 5416 2562 1 0 3466324 0
[pid=27844/tid=27894] ppid=27841 vsize=13907308 memory=-8774313645642428999 CPUtime=0.11 cores=0,2,4,6
/proc/27844/task/27894/stat : 27894 (java) D 27841 27844 8289 0 -1 4202560 2996 12437 0 0 4 0 4 3 20 0 14 0 112257797 14241083392 5416 18446744073709551615 4194304 4196468 140723158661904 140186123102112 140186118886653 0 4 1 16800974 18446744071580418449 0 0 -1 2 0 0 0 0 0 6293624 6294260 9658368 140723158669232 140723158672017 140723158672017 140723158675407 0
[pid=27844/tid=27895] ppid=27841 vsize=13907308 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27844/task/27895/stat : 27895 (java) S 27841 27844 8289 0 -1 1077944384 1 12437 0 0 0 0 4 3 20 0 14 0 112257798 14241083392 5416 18446744073709551615 4194304 4196468 140723158661904 140186060810896 140186118874837 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9658368 140723158669232 140723158672017 140723158672017 140723158675407 0
[pid=27844/tid=27896] ppid=27841 vsize=13907308 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27844/task/27896/stat : 27896 (java) S 27841 27844 8289 0 -1 1077944384 1 12437 0 0 0 0 4 3 20 0 14 0 112257798 14241083392 5416 18446744073709551615 4194304 4196468 140723158661904 140186059758096 140186118874837 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9658368 140723158669232 140723158672017 140723158672017 140723158675407 0
[pid=27844/tid=27897] ppid=27841 vsize=13907308 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27844/task/27897/stat : 27897 (java) S 27841 27844 8289 0 -1 1077944384 1 12437 0 0 0 0 4 3 20 0 14 0 112257798 14241083392 5416 18446744073709551615 4194304 4196468 140723158661904 140186058705296 140186118874837 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9658368 140723158669232 140723158672017 140723158672017 140723158675407 0
[pid=27844/tid=27898] ppid=27841 vsize=13907308 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/27844/task/27898/stat : 27898 (java) S 27841 27844 8289 0 -1 1077944384 2 12437 0 0 0 0 4 3 20 0 14 0 112257798 14241083392 5416 18446744073709551615 4194304 4196468 140723158661904 140186057652496 140186118874837 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9658368 140723158669232 140723158672017 140723158672017 140723158675407 0
[pid=27844/tid=27899] ppid=27841 vsize=13907308 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/27844/task/27899/stat : 27899 (java) S 27841 27844 8289 0 -1 1077944384 2 12437 0 0 0 0 4 3 20 0 14 0 112257799 14241083392 5416 18446744073709551615 4194304 4196468 140723158661904 140185664600944 140186118875778 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9658368 140723158669232 140723158672017 140723158672017 140723158675407 0
[pid=27844/tid=27900] ppid=27841 vsize=13907308 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27844/task/27900/stat : 27900 (java) S 27841 27844 8289 0 -1 1077944384 33 12437 0 0 0 0 4 3 20 0 14 0 112257800 14241083392 5416 18446744073709551615 4194304 4196468 140723158661904 140185663546912 140186118874837 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9658368 140723158669232 140723158672017 140723158672017 140723158675407 0
[pid=27844/tid=27901] ppid=27841 vsize=13907308 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27844/task/27901/stat : 27901 (java) S 27841 27844 8289 0 -1 1077944384 21 12437 0 0 0 0 4 3 20 0 14 0 112257800 14241083392 5416 18446744073709551615 4194304 4196468 140723158661904 140185662494064 140186118874837 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9658368 140723158669232 140723158672017 140723158672017 140723158675407 0
[pid=27844/tid=27902] ppid=27841 vsize=13907308 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27844/task/27902/stat : 27902 (java) S 27841 27844 8289 0 -1 1077944384 3 12437 0 0 0 0 4 3 20 0 14 0 112257803 14241083392 5416 18446744073709551615 4194304 4196468 140723158661904 140185661442384 140186118883227 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9658368 140723158669232 140723158672017 140723158672017 140723158675407 0
[pid=27844/tid=27903] ppid=27841 vsize=13907308 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27844/task/27903/stat : 27903 (java) S 27841 27844 8289 0 -1 1077944384 314 12437 0 0 0 0 4 3 20 0 14 0 112257803 14241083392 5416 18446744073709551615 4194304 4196468 140723158661904 140185660389744 140186118875778 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9658368 140723158669232 140723158672017 140723158672017 140723158675407 0
[pid=27844/tid=27904] ppid=27841 vsize=13907308 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/27844/task/27904/stat : 27904 (java) S 27841 27844 8289 0 -1 1077944384 3 12437 0 0 0 0 4 3 20 0 14 0 112257803 14241083392 5416 18446744073709551615 4194304 4196468 140723158661904 140185659336944 140186118875778 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9658368 140723158669232 140723158672017 140723158672017 140723158675407 0
[pid=27844/tid=27905] ppid=27841 vsize=13907308 memory=140031232915072 CPUtime=0.07 cores=0,2,4,6
/proc/27844/task/27905/stat : 27905 (java) S 27841 27844 8289 0 -1 1077944384 219 12437 0 0 0 0 4 3 20 0 14 0 112257803 14241083392 5416 18446744073709551615 4194304 4196468 140723158661904 140185658284144 140186118875778 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9658368 140723158669232 140723158672017 140723158672017 140723158675407 0
[pid=27844/tid=27906] ppid=27841 vsize=13907308 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/27844/task/27906/stat : 27906 (java) S 27841 27844 8289 0 -1 1077944384 3 12437 0 0 0 0 4 3 20 0 14 0 112257803 14241083392 5416 18446744073709551615 4194304 4196468 140723158661904 140185657231584 140186118874837 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9658368 140723158669232 140723158672017 140723158672017 140723158675407 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 13907308 KiB
Current children cumulated memory: 21664 KiB

[startup+0.700725 s]
/proc/loadavg: 1.81 1.95 1.94 3/213 27907
/proc/meminfo: memFree=27085616/32770624 swapFree=67108860/67108860
[pid=27844] ppid=27841 vsize=13974784 memory=56492 CPUtime=0.61 cores=0,2,4,6
/proc/27844/stat : 27844 (java) S 27841 27844 8289 0 -1 1077944320 13704 12437 0 0 50 4 4 3 20 0 15 0 112257773 14310178816 14123 18446744073709551615 4194304 4196468 140723158661904 140723158644448 140186118864631 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 9658368 140723158669232 140723158672017 140723158672017 140723158675407 0
/proc/27844/statm: 3493696 14123 3076 1 0 3482965 0
[pid=27844/tid=27894] ppid=27841 vsize=13974784 memory=176 CPUtime=0.47 cores=0,2,4,6
/proc/27844/task/27894/stat : 27894 (java) R 27841 27844 8289 0 -1 4202560 10159 12437 0 0 37 3 4 3 20 0 15 0 112257797 14310178816 14123 18446744073709551615 4194304 4196468 140723158661904 140186123084480 140186111101758 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 9658368 140723158669232 140723158672017 140723158672017 140723158675407 0
[pid=27844/tid=27895] ppid=27841 vsize=13974784 memory=280062201234416 CPUtime=0.07 cores=0,2,4,6
/proc/27844/task/27895/stat : 27895 (java) S 27841 27844 8289 0 -1 1077944384 1 12437 0 0 0 0 4 3 20 0 15 0 112257798 14310178816 14123 18446744073709551615 4194304 4196468 140723158661904 140186060810896 140186118874837 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9658368 140723158669232 140723158672017 140723158672017 140723158675407 0
[pid=27844/tid=27896] ppid=27841 vsize=13974784 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27844/task/27896/stat : 27896 (java) S 27841 27844 8289 0 -1 1077944384 1 12437 0 0 0 0 4 3 20 0 15 0 112257798 14310178816 14123 18446744073709551615 4194304 4196468 140723158661904 140186059758096 140186118874837 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9658368 140723158669232 140723158672017 140723158672017 140723158675407 0
[pid=27844/tid=27897] ppid=27841 vsize=13974784 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27844/task/27897/stat : 27897 (java) S 27841 27844 8289 0 -1 1077944384 1 12437 0 0 0 0 4 3 20 0 15 0 112257798 14310178816 14123 18446744073709551615 4194304 4196468 140723158661904 140186058705296 140186118874837 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9658368 140723158669232 140723158672017 140723158672017 140723158675407 0
[pid=27844/tid=27898] ppid=27841 vsize=13974784 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27844/task/27898/stat : 27898 (java) S 27841 27844 8289 0 -1 1077944384 2 12437 0 0 0 0 4 3 20 0 15 0 112257798 14310178816 14123 18446744073709551615 4194304 4196468 140723158661904 140186057652496 140186118874837 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9658368 140723158669232 140723158672017 140723158672017 140723158675407 0
[pid=27844/tid=27899] ppid=27841 vsize=13974784 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27844/task/27899/stat : 27899 (java) S 27841 27844 8289 0 -1 1077944384 5 12437 0 0 0 0 4 3 20 0 15 0 112257799 14310178816 14123 18446744073709551615 4194304 4196468 140723158661904 140185664600944 140186118875778 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9658368 140723158669232 140723158672017 140723158672017 140723158675407 0
[pid=27844/tid=27900] ppid=27841 vsize=13974784 memory=14337 CPUtime=0.07 cores=0,2,4,6
/proc/27844/task/27900/stat : 27900 (java) S 27841 27844 8289 0 -1 1077944384 33 12437 0 0 0 0 4 3 20 0 15 0 112257800 14310178816 14123 18446744073709551615 4194304 4196468 140723158661904 140185663546912 140186118874837 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9658368 140723158669232 140723158672017 140723158672017 140723158675407 0
[pid=27844/tid=27901] ppid=27841 vsize=13974784 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27844/task/27901/stat : 27901 (java) S 27841 27844 8289 0 -1 1077944384 21 12437 0 0 0 0 4 3 20 0 15 0 112257800 14310178816 14123 18446744073709551615 4194304 4196468 140723158661904 140185662494064 140186118874837 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9658368 140723158669232 140723158672017 140723158672017 140723158675407 0
[pid=27844/tid=27902] ppid=27841 vsize=13974784 memory=-2023959437020729679 CPUtime=0.07 cores=0,2,4,6
/proc/27844/task/27902/stat : 27902 (java) S 27841 27844 8289 0 -1 1077944384 3 12437 0 0 0 0 4 3 20 0 15 0 112257803 14310178816 14123 18446744073709551615 4194304 4196468 140723158661904 140185661442384 140186118883227 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9658368 140723158669232 140723158672017 140723158672017 140723158675407 0
[pid=27844/tid=27903] ppid=27841 vsize=13974784 memory=6944656592455097440 CPUtime=0.09 cores=0,2,4,6
/proc/27844/task/27903/stat : 27903 (java) R 27841 27844 8289 0 -1 1077944384 621 12437 0 0 2 0 4 3 20 0 15 0 112257803 14310178816 14123 18446744073709551615 4194304 4196468 140723158661904 140185660389744 140186118875778 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9658368 140723158669232 140723158672017 140723158672017 140723158675407 0
[pid=27844/tid=27904] ppid=27841 vsize=13974784 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/27844/task/27904/stat : 27904 (java) S 27841 27844 8289 0 -1 1077944384 143 12437 0 0 1 0 4 3 20 0 15 0 112257803 14310178816 14123 18446744073709551615 4194304 4196468 140723158661904 140185659336944 140186118875778 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9658368 140723158669232 140723158672017 140723158672017 140723158675407 0
[pid=27844/tid=27905] ppid=27841 vsize=13974784 memory=0 CPUtime=0.14 cores=0,2,4,6
/proc/27844/task/27905/stat : 27905 (java) S 27841 27844 8289 0 -1 1077944384 555 12437 0 0 7 0 4 3 20 0 15 0 112257803 14310178816 14123 18446744073709551615 4194304 4196468 140723158661904 140185658284144 140186118875778 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9658368 140723158669232 140723158672017 140723158672017 140723158675407 0
[pid=27844/tid=27906] ppid=27841 vsize=13974784 memory=792 CPUtime=0.07 cores=0,2,4,6
/proc/27844/task/27906/stat : 27906 (java) S 27841 27844 8289 0 -1 1077944384 3 12437 0 0 0 0 4 3 20 0 15 0 112257803 14310178816 14123 18446744073709551615 4194304 4196468 140723158661904 140185657231584 140186118874837 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9658368 140723158669232 140723158672017 140723158672017 140723158675407 0
[pid=27844/tid=27907] ppid=27841 vsize=13974784 memory=1716 CPUtime=0.07 cores=0,2,4,6
/proc/27844/task/27907/stat : 27907 (java) S 27841 27844 8289 0 -1 1077944384 1 12437 0 0 0 0 4 3 20 0 15 0 112257806 14310178816 14123 18446744073709551615 4194304 4196468 140723158661904 140185656179888 140186118875778 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9658368 140723158669232 140723158672017 140723158672017 140723158675407 0
Current children cumulated CPU time: 0.61 s
Current children cumulated vsize: 13974784 KiB
Current children cumulated memory: 56492 KiB

[startup+1.50075 s]
/proc/loadavg: 1.81 1.95 1.94 4/213 27907
/proc/meminfo: memFree=27045276/32770624 swapFree=67108860/67108860
[pid=27844] ppid=27841 vsize=13985408 memory=135576 CPUtime=1.8 cores=0,2,4,6
/proc/27844/stat : 27844 (java) S 27841 27844 8289 0 -1 1077944320 27694 12437 0 0 164 9 4 3 20 0 15 0 112257773 14321057792 33894 18446744073709551615 4194304 4196468 140723158661904 140723158644448 140186118864631 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 9658368 140723158669232 140723158672017 140723158672017 140723158675407 0
/proc/27844/statm: 3496352 33894 3339 1 0 3485525 0
[pid=27844/tid=27894] ppid=27841 vsize=13985408 memory=0 CPUtime=1.27 cores=0,2,4,6
/proc/27844/task/27894/stat : 27894 (java) R 27841 27844 8289 0 -1 4202560 22545 12437 0 0 113 7 4 3 20 0 15 0 112257797 14321057792 33894 18446744073709551615 4194304 4196468 140723158661904 140186123083424 140186096867507 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 9658368 140723158669232 140723158672017 140723158672017 140723158675407 0
[pid=27844/tid=27895] ppid=27841 vsize=13985408 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27844/task/27895/stat : 27895 (java) S 27841 27844 8289 0 -1 1077944384 1 12437 0 0 0 0 4 3 20 0 15 0 112257798 14321057792 33894 18446744073709551615 4194304 4196468 140723158661904 140186060810896 140186118874837 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9658368 140723158669232 140723158672017 140723158672017 140723158675407 0
[pid=27844/tid=27896] ppid=27841 vsize=13985408 memory=7665806503456762474 CPUtime=0.07 cores=0,2,4,6
/proc/27844/task/27896/stat : 27896 (java) S 27841 27844 8289 0 -1 1077944384 1 12437 0 0 0 0 4 3 20 0 15 0 112257798 14321057792 33894 18446744073709551615 4194304 4196468 140723158661904 140186059758096 140186118874837 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9658368 140723158669232 140723158672017 140723158672017 140723158675407 0
[pid=27844/tid=27897] ppid=27841 vsize=13985408 memory=5787213861759506788 CPUtime=0.07 cores=0,2,4,6
/proc/27844/task/27897/stat : 27897 (java) S 27841 27844 8289 0 -1 1077944384 1 12437 0 0 0 0 4 3 20 0 15 0 112257798 14321057792 33894 18446744073709551615 4194304 4196468 140723158661904 140186058705296 140186118874837 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9658368 140723158669232 140723158672017 140723158672017 140723158675407 0
[pid=27844/tid=27898] ppid=27841 vsize=13985408 memory=7589813783542584175 CPUtime=0.07 cores=0,2,4,6
/proc/27844/task/27898/stat : 27898 (java) S 27841 27844 8289 0 -1 1077944384 2 12437 0 0 0 0 4 3 20 0 15 0 112257798 14321057792 33894 18446744073709551615 4194304 4196468 140723158661904 140186057652496 140186118874837 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9658368 140723158669232 140723158672017 140723158672017 140723158675407 0
[pid=27844/tid=27899] ppid=27841 vsize=13985408 memory=6298681356529259620 CPUtime=0.07 cores=0,2,4,6
/proc/27844/task/27899/stat : 27899 (java) S 27841 27844 8289 0 -1 1077944384 5 12437 0 0 0 0 4 3 20 0 15 0 112257799 14321057792 33894 18446744073709551615 4194304 4196468 140723158661904 140185664600944 140186118875778 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9658368 140723158669232 140723158672017 140723158672017 140723158675407 0
[pid=27844/tid=27900] ppid=27841 vsize=13985408 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27844/task/27900/stat : 27900 (java) S 27841 27844 8289 0 -1 1077944384 33 12437 0 0 0 0 4 3 20 0 15 0 112257800 14321057792 33894 18446744073709551615 4194304 4196468 140723158661904 140185663546912 140186118874837 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9658368 140723158669232 140723158672017 140723158672017 140723158675407 0
[pid=27844/tid=27901] ppid=27841 vsize=13985408 memory=7 CPUtime=0.07 cores=0,2,4,6
/proc/27844/task/27901/stat : 27901 (java) S 27841 27844 8289 0 -1 1077944384 21 12437 0 0 0 0 4 3 20 0 15 0 112257800 14321057792 33894 18446744073709551615 4194304 4196468 140723158661904 140185662494064 140186118874837 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9658368 140723158669232 140723158672017 140723158672017 140723158675407 0
[pid=27844/tid=27902] ppid=27841 vsize=13985408 memory=7 CPUtime=0.07 cores=0,2,4,6
/proc/27844/task/27902/stat : 27902 (java) S 27841 27844 8289 0 -1 1077944384 3 12437 0 0 0 0 4 3 20 0 15 0 112257803 14321057792 33894 18446744073709551615 4194304 4196468 140723158661904 140185661442384 140186118883227 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9658368 140723158669232 140723158672017 140723158672017 140723158675407 0
[pid=27844/tid=27903] ppid=27841 vsize=13985408 memory=7 CPUtime=0.21 cores=0,2,4,6
/proc/27844/task/27903/stat : 27903 (java) S 27841 27844 8289 0 -1 1077944384 1110 12437 0 0 14 0 4 3 20 0 15 0 112257803 14321057792 33894 18446744073709551615 4194304 4196468 140723158661904 140185660389744 140186118875778 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9658368 140723158669232 140723158672017 140723158672017 140723158675407 0
[pid=27844/tid=27904] ppid=27841 vsize=13985408 memory=7 CPUtime=0.21 cores=0,2,4,6
/proc/27844/task/27904/stat : 27904 (java) S 27841 27844 8289 0 -1 1077944384 478 12437 0 0 14 0 4 3 20 0 15 0 112257803 14321057792 33894 18446744073709551615 4194304 4196468 140723158661904 140185659336944 140186118875778 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9658368 140723158669232 140723158672017 140723158672017 140723158675407 0
[pid=27844/tid=27905] ppid=27841 vsize=13985408 memory=8996 CPUtime=0.29 cores=0,2,4,6
/proc/27844/task/27905/stat : 27905 (java) R 27841 27844 8289 0 -1 4202560 1331 12437 0 0 22 0 4 3 20 0 15 0 112257803 14321057792 33894 18446744073709551615 4194304 4196468 140723158661904 140185658284144 140186098156824 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9658368 140723158669232 140723158672017 140723158672017 140723158675407 0
[pid=27844/tid=27906] ppid=27841 vsize=13985408 memory=7 CPUtime=0.07 cores=0,2,4,6
/proc/27844/task/27906/stat : 27906 (java) S 27841 27844 8289 0 -1 1077944384 3 12437 0 0 0 0 4 3 20 0 15 0 112257803 14321057792 33894 18446744073709551615 4194304 4196468 140723158661904 140185657231584 140186118874837 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9658368 140723158669232 140723158672017 140723158672017 140723158675407 0
[pid=27844/tid=27907] ppid=27841 vsize=13985408 memory=7649399358428362546 CPUtime=0.07 cores=0,2,4,6
/proc/27844/task/27907/stat : 27907 (java) S 27841 27844 8289 0 -1 1077944384 5 12437 0 0 0 0 4 3 20 0 15 0 112257806 14321057792 33894 18446744073709551615 4194304 4196468 140723158661904 140185656179888 140186118875778 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9658368 140723158669232 140723158672017 140723158672017 140723158675407 0
Current children cumulated CPU time: 1.8 s
Current children cumulated vsize: 13985408 KiB
Current children cumulated memory: 135576 KiB

[startup+3.11095 s]
/proc/loadavg: 1.90 1.97 1.94 5/213 27907
/proc/meminfo: memFree=26895272/32770624 swapFree=67108860/67108860

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

/proc/27844/task/27898/stat : 27898 (java) S 27841 27844 8289 0 -1 1077944384 1244 12437 0 0 51 11 4 3 20 0 15 0 112257798 14407233536 731497 18446744073709551615 4194304 4196468 140723158661904 140186057652496 140186118874837 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9658368 140723158669232 140723158672017 140723158672017 140723158675407 0
[pid=27844/tid=27899] ppid=27841 vsize=14069564 memory=2928536 CPUtime=0.24 cores=0,2,4,6
/proc/27844/task/27899/stat : 27899 (java) S 27841 27844 8289 0 -1 1077944384 7287 12437 0 0 15 2 4 3 20 0 15 0 112257799 14407233536 731497 18446744073709551615 4194304 4196468 140723158661904 140185664600944 140186118875778 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9658368 140723158669232 140723158672017 140723158672017 140723158675407 0
[pid=27844/tid=27900] ppid=27841 vsize=14069564 memory=2927508 CPUtime=0.07 cores=0,2,4,6
/proc/27844/task/27900/stat : 27900 (java) S 27841 27844 8289 0 -1 1077944384 60 12437 0 0 0 0 4 3 20 0 15 0 112257800 14407233536 731497 18446744073709551615 4194304 4196468 140723158661904 140185663547040 140186118874837 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9658368 140723158669232 140723158672017 140723158672017 140723158675407 0
[pid=27844/tid=27901] ppid=27841 vsize=14069564 memory=2926996 CPUtime=0.07 cores=0,2,4,6
/proc/27844/task/27901/stat : 27901 (java) S 27841 27844 8289 0 -1 1077944384 48 12437 0 0 0 0 4 3 20 0 15 0 112257800 14407233536 731497 18446744073709551615 4194304 4196468 140723158661904 140185662494080 140186118874837 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9658368 140723158669232 140723158672017 140723158672017 140723158675407 0
[pid=27844/tid=27902] ppid=27841 vsize=14069564 memory=2927508 CPUtime=0.07 cores=0,2,4,6
/proc/27844/task/27902/stat : 27902 (java) S 27841 27844 8289 0 -1 1077944384 3 12437 0 0 0 0 4 3 20 0 15 0 112257803 14407233536 731497 18446744073709551615 4194304 4196468 140723158661904 140185661442384 140186118883227 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9658368 140723158669232 140723158672017 140723158672017 140723158675407 0
[pid=27844/tid=27903] ppid=27841 vsize=14069564 memory=2925988 CPUtime=9.39 cores=0,2,4,6
/proc/27844/task/27903/stat : 27903 (java) S 27841 27844 8289 0 -1 1077944384 20158 12437 0 0 927 5 4 3 20 0 15 0 112257803 14407233536 731497 18446744073709551615 4194304 4196468 140723158661904 140185660389744 140186118875778 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9658368 140723158669232 140723158672017 140723158672017 140723158675407 0
[pid=27844/tid=27904] ppid=27841 vsize=14069564 memory=2925988 CPUtime=9.84 cores=0,2,4,6
/proc/27844/task/27904/stat : 27904 (java) S 27841 27844 8289 0 -1 1077944384 21609 12437 0 0 972 5 4 3 20 0 15 0 112257803 14407233536 731497 18446744073709551615 4194304 4196468 140723158661904 140185659336944 140186118875778 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9658368 140723158669232 140723158672017 140723158672017 140723158675407 0
[pid=27844/tid=27905] ppid=27841 vsize=14069564 memory=2925988 CPUtime=3.29 cores=0,2,4,6
/proc/27844/task/27905/stat : 27905 (java) S 27841 27844 8289 0 -1 1077944384 16876 12437 0 0 316 6 4 3 20 0 15 0 112257803 14407233536 731497 18446744073709551615 4194304 4196468 140723158661904 140185658284144 140186118875778 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9658368 140723158669232 140723158672017 140723158672017 140723158675407 0
[pid=27844/tid=27906] ppid=27841 vsize=14069564 memory=2925988 CPUtime=0.07 cores=0,2,4,6
/proc/27844/task/27906/stat : 27906 (java) S 27841 27844 8289 0 -1 1077944384 3 12437 0 0 0 0 4 3 20 0 15 0 112257803 14407233536 731497 18446744073709551615 4194304 4196468 140723158661904 140185657231584 140186118874837 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9658368 140723158669232 140723158672017 140723158672017 140723158675407 0
[pid=27844/tid=27907] ppid=27841 vsize=14069564 memory=-8774313645642428999 CPUtime=0.2 cores=0,2,4,6
/proc/27844/task/27907/stat : 27907 (java) S 27841 27844 8289 0 -1 1077944384 584 12437 0 0 6 7 4 3 20 0 15 0 112257806 14407233536 731497 18446744073709551615 4194304 4196468 140723158661904 140185656179888 140186118875778 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9658368 140723158669232 140723158672017 140723158672017 140723158675407 0
Current children cumulated CPU time: 252.1 s
Current children cumulated vsize: 14069564 KiB
Current children cumulated memory: 2925988 KiB

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

[startup+228.642 s]
# the end of solver process 27844 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=252.903 s, system=1.30984 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

[startup+228.106 s]*
/proc/loadavg: 1.42 1.76 1.87 3/218 28082
/proc/meminfo: memFree=27287004/32770624 swapFree=67108860/67108860
[pid=27844] ppid=27841 vsize=14202692 memory=2932632 CPUtime=252.43 cores=0,2,4,6
/proc/27844/stat : 27844 (java) S 27841 27844 8289 0 -1 1077944320 156597 12437 0 0 25112 124 4 3 20 0 17 0 112257773 14543556608 733158 18446744073709551615 4194304 4196468 140723158661904 140723158644448 140186118864631 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 9658368 140723158669232 140723158672017 140723158672017 140723158675407 0
/proc/27844/statm: 3550673 733158 3483 1 0 3539287 0
[pid=27844/tid=27894] ppid=27841 vsize=14202692 memory=-8774313645642428999 CPUtime=226.91 cores=0,2,4,6
/proc/27844/task/27894/stat : 27894 (java) S 27841 27844 8289 0 -1 1077944384 67003 12437 0 0 22632 52 4 3 20 0 17 0 112257797 14543556608 733158 18446744073709551615 4194304 4196468 140723158661904 140186123102352 140186118874837 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 3 0 0 6293624 6294260 9658368 140723158669232 140723158672017 140723158672017 140723158675407 0
[pid=27844/tid=27895] ppid=27841 vsize=14202692 memory=4126316290023845779 CPUtime=0.77 cores=0,2,4,6
/proc/27844/task/27895/stat : 27895 (java) R 27841 27844 8289 0 -1 4202560 3133 12437 0 0 59 11 4 3 20 0 17 0 112257798 14543556608 733158 18446744073709551615 4194304 4196468 140723158661904 140186060810704 140186111492839 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9658368 140723158669232 140723158672017 140723158672017 140723158675407 0
[pid=27844/tid=27896] ppid=27841 vsize=14202692 memory=1156 CPUtime=0.75 cores=0,2,4,6
/proc/27844/task/27896/stat : 27896 (java) R 27841 27844 8289 0 -1 4202560 2651 12437 0 0 56 12 4 3 20 0 17 0 112257798 14543556608 733158 18446744073709551615 4194304 4196468 140723158661904 140186059758296 140186103565230 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 9658368 140723158669232 140723158672017 140723158672017 140723158675407 0
[pid=27844/tid=27897] ppid=27841 vsize=14202692 memory=2968 CPUtime=0.76 cores=0,2,4,6
/proc/27844/task/27897/stat : 27897 (java) R 27841 27844 8289 0 -1 4202560 3128 12437 0 0 57 12 4 3 20 0 17 0 112257798 14543556608 733158 18446744073709551615 4194304 4196468 140723158661904 140186058705104 140186111492839 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9658368 140723158669232 140723158672017 140723158672017 140723158675407 0
[pid=27844/tid=27898] ppid=27841 vsize=14202692 memory=1133108 CPUtime=0.76 cores=0,2,4,6
/proc/27844/task/27898/stat : 27898 (java) R 27841 27844 8289 0 -1 4202560 1337 12437 0 0 58 11 4 3 20 0 17 0 112257798 14543556608 733158 18446744073709551615 4194304 4196468 140723158661904 140186057652304 140186111492839 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9658368 140723158669232 140723158672017 140723158672017 140723158675407 0
[pid=27844/tid=27899] ppid=27841 vsize=14202692 memory=-8774313645642428999 CPUtime=0.27 cores=0,2,4,6
/proc/27844/task/27899/stat : 27899 (java) S 27841 27844 8289 0 -1 1077944384 17384 12437 0 0 18 2 4 3 20 0 17 0 112257799 14543556608 733158 18446744073709551615 4194304 4196468 140723158661904 140185664599568 140186118874837 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9658368 140723158669232 140723158672017 140723158672017 140723158675407 0
[pid=27844/tid=27900] ppid=27841 vsize=14202692 memory=4126316290023845779 CPUtime=0.07 cores=0,2,4,6
/proc/27844/task/27900/stat : 27900 (java) S 27841 27844 8289 0 -1 1077944384 60 12437 0 0 0 0 4 3 20 0 17 0 112257800 14543556608 733158 18446744073709551615 4194304 4196468 140723158661904 140185663547040 140186118874837 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9658368 140723158669232 140723158672017 140723158672017 140723158675407 0
[pid=27844/tid=27901] ppid=27841 vsize=14202692 memory=7811614964889703013 CPUtime=0.07 cores=0,2,4,6
/proc/27844/task/27901/stat : 27901 (java) S 27841 27844 8289 0 -1 1077944384 48 12437 0 0 0 0 4 3 20 0 17 0 112257800 14543556608 733158 18446744073709551615 4194304 4196468 140723158661904 140185662494080 140186118874837 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9658368 140723158669232 140723158672017 140723158672017 140723158675407 0
[pid=27844/tid=27902] ppid=27841 vsize=14202692 memory=7667497561383256160 CPUtime=0.07 cores=0,2,4,6
/proc/27844/task/27902/stat : 27902 (java) S 27841 27844 8289 0 -1 1077944384 178 12437 0 0 0 0 4 3 20 0 17 0 112257803 14543556608 733158 18446744073709551615 4194304 4196468 140723158661904 140185661442384 140186118883227 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9658368 140723158669232 140723158672017 140723158672017 140723158675407 0
[pid=27844/tid=27903] ppid=27841 vsize=14202692 memory=7667497561383256160 CPUtime=9.39 cores=0,2,4,6
/proc/27844/task/27903/stat : 27903 (java) S 27841 27844 8289 0 -1 1077944384 20158 12437 0 0 927 5 4 3 20 0 17 0 112257803 14543556608 733158 18446744073709551615 4194304 4196468 140723158661904 140185660389744 140186118875778 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9658368 140723158669232 140723158672017 140723158672017 140723158675407 0
[pid=27844/tid=27904] ppid=27841 vsize=14202692 memory=59 CPUtime=9.84 cores=0,2,4,6
/proc/27844/task/27904/stat : 27904 (java) S 27841 27844 8289 0 -1 1077944384 21609 12437 0 0 972 5 4 3 20 0 17 0 112257803 14543556608 733158 18446744073709551615 4194304 4196468 140723158661904 140185659336944 140186118875778 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9658368 140723158669232 140723158672017 140723158672017 140723158675407 0
[pid=27844/tid=27905] ppid=27841 vsize=14202692 memory=60 CPUtime=3.29 cores=0,2,4,6
/proc/27844/task/27905/stat : 27905 (java) S 27841 27844 8289 0 -1 1077944384 16876 12437 0 0 316 6 4 3 20 0 17 0 112257803 14543556608 733158 18446744073709551615 4194304 4196468 140723158661904 140185658284144 140186118875778 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9658368 140723158669232 140723158672017 140723158672017 140723158675407 0
[pid=27844/tid=27906] ppid=27841 vsize=14202692 memory=16 CPUtime=0.07 cores=0,2,4,6
/proc/27844/task/27906/stat : 27906 (java) S 27841 27844 8289 0 -1 1077944384 3 12437 0 0 0 0 4 3 20 0 17 0 112257803 14543556608 733158 18446744073709551615 4194304 4196468 140723158661904 140185657231584 140186118874837 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9658368 140723158669232 140723158672017 140723158672017 140723158675407 0
[pid=27844/tid=27907] ppid=27841 vsize=14202692 memory=3912 CPUtime=0.2 cores=0,2,4,6
/proc/27844/task/27907/stat : 27907 (java) S 27841 27844 8289 0 -1 1077944384 584 12437 0 0 6 7 4 3 20 0 17 0 112257806 14543556608 733158 18446744073709551615 4194304 4196468 140723158661904 140185656179888 140186118875778 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9658368 140723158669232 140723158672017 140723158672017 140723158675407 0
[pid=27844/tid=28081] ppid=27841 vsize=14202692 memory=-8774313645642428999 CPUtime=0.07 cores=0,2,4,6
/proc/27844/task/28081/stat : 28081 (java) S 27841 27844 8289 0 -1 1077944384 262 12437 0 0 0 0 4 3 20 0 17 0 112280573 14543556608 733158 18446744073709551615 4194304 4196468 140723158661904 140185653834480 140186118874837 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9658368 140723158669232 140723158672017 140723158672017 140723158675407 0
[pid=27844/tid=28082] ppid=27841 vsize=14202692 memory=1436 CPUtime=0.07 cores=0,2,4,6
/proc/27844/task/28082/stat : 28082 (java) S 27841 27844 8289 0 -1 1077944384 27 12437 0 0 0 0 4 3 20 0 17 0 112280574 14543556608 733158 18446744073709551615 4194304 4196468 140723158661904 140185421378880 140186118874837 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9658368 140723158669232 140723158672017 140723158672017 140723158675407 0
Current children cumulated CPU time: 252.43 s
Current children cumulated vsize: 14202692 KiB
Current children cumulated memory: 2932632 KiB

[startup+228.512 s]
/proc/loadavg: 1.42 1.76 1.87 3/218 28082
/proc/meminfo: memFree=27287004/32770624 swapFree=67108860/67108860
[pid=27844] ppid=27841 vsize=14202692 memory=2930596 CPUtime=253.84 cores=0,2,4,6
/proc/27844/stat : 27844 (java) S 27841 27844 8289 0 -1 1077944320 156790 12437 0 0 25253 124 4 3 20 0 17 0 112257773 14543556608 732649 18446744073709551615 4194304 4196468 140723158661904 140723158644448 140186118864631 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 9658368 140723158669232 140723158672017 140723158672017 140723158675407 0
/proc/27844/statm: 3550673 732649 3483 1 0 3539287 0
[pid=27844/tid=27894] ppid=27841 vsize=14202692 memory=2248 CPUtime=226.91 cores=0,2,4,6
/proc/27844/task/27894/stat : 27894 (java) S 27841 27844 8289 0 -1 1077944384 67003 12437 0 0 22632 52 4 3 20 0 17 0 112257797 14543556608 732649 18446744073709551615 4194304 4196468 140723158661904 140186123102352 140186118874837 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 3 0 0 6293624 6294260 9658368 140723158669232 140723158672017 140723158672017 140723158675407 0
[pid=27844/tid=27895] ppid=27841 vsize=14202692 memory=4288 CPUtime=1.11 cores=0,2,4,6
/proc/27844/task/27895/stat : 27895 (java) S 27841 27844 8289 0 -1 1077944384 3135 12437 0 0 93 11 4 3 20 0 17 0 112257798 14543556608 732649 18446744073709551615 4194304 4196468 140723158661904 140186060810896 140186118874837 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9658368 140723158669232 140723158672017 140723158672017 140723158675407 0
[pid=27844/tid=27896] ppid=27841 vsize=14202692 memory=2164 CPUtime=1.1 cores=0,2,4,6
/proc/27844/task/27896/stat : 27896 (java) S 27841 27844 8289 0 -1 1077944384 2658 12437 0 0 91 12 4 3 20 0 17 0 112257798 14543556608 732649 18446744073709551615 4194304 4196468 140723158661904 140186059758096 140186118874837 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9658368 140723158669232 140723158672017 140723158672017 140723158675407 0
[pid=27844/tid=27897] ppid=27841 vsize=14202692 memory=928 CPUtime=1.11 cores=0,2,4,6
/proc/27844/task/27897/stat : 27897 (java) S 27841 27844 8289 0 -1 1077944384 3133 12437 0 0 92 12 4 3 20 0 17 0 112257798 14543556608 732649 18446744073709551615 4194304 4196468 140723158661904 140186058705296 140186118874837 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9658368 140723158669232 140723158672017 140723158672017 140723158675407 0
[pid=27844/tid=27898] ppid=27841 vsize=14202692 memory=1620 CPUtime=1.1 cores=0,2,4,6
/proc/27844/task/27898/stat : 27898 (java) S 27841 27844 8289 0 -1 1077944384 1342 12437 0 0 92 11 4 3 20 0 17 0 112257798 14543556608 732649 18446744073709551615 4194304 4196468 140723158661904 140186057652496 140186118874837 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9658368 140723158669232 140723158672017 140723158672017 140723158675407 0
[pid=27844/tid=27899] ppid=27841 vsize=14202692 memory=164 CPUtime=0.32 cores=0,2,4,6
/proc/27844/task/27899/stat : 27899 (java) R 27841 27844 8289 0 -1 4202560 17554 12437 0 0 23 2 4 3 20 0 17 0 112257799 14543556608 732649 18446744073709551615 4194304 4196468 140723158661904 140185664599232 140186103991920 0 0 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 9658368 140723158669232 140723158672017 140723158672017 140723158675407 0
[pid=27844/tid=27900] ppid=27841 vsize=14202692 memory=7822038051842261661 CPUtime=0.07 cores=0,2,4,6
/proc/27844/task/27900/stat : 27900 (java) S 27841 27844 8289 0 -1 1077944384 63 12437 0 0 0 0 4 3 20 0 17 0 112257800 14543556608 732649 18446744073709551615 4194304 4196468 140723158661904 140185663547024 140186118875778 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9658368 140723158669232 140723158672017 140723158672017 140723158675407 0
[pid=27844/tid=27901] ppid=27841 vsize=14202692 memory=4715433313220523562 CPUtime=0.07 cores=0,2,4,6
/proc/27844/task/27901/stat : 27901 (java) S 27841 27844 8289 0 -1 1077944384 48 12437 0 0 0 0 4 3 20 0 17 0 112257800 14543556608 732649 18446744073709551615 4194304 4196468 140723158661904 140185662494080 140186118874837 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9658368 140723158669232 140723158672017 140723158672017 140723158675407 0
[pid=27844/tid=27902] ppid=27841 vsize=14202692 memory=4713745541279610410 CPUtime=0.07 cores=0,2,4,6
/proc/27844/task/27902/stat : 27902 (java) S 27841 27844 8289 0 -1 1077944384 178 12437 0 0 0 0 4 3 20 0 17 0 112257803 14543556608 732649 18446744073709551615 4194304 4196468 140723158661904 140185661442384 140186118883227 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9658368 140723158669232 140723158672017 140723158672017 140723158675407 0
[pid=27844/tid=27903] ppid=27841 vsize=14202692 memory=-8707038579349950309 CPUtime=9.39 cores=0,2,4,6
/proc/27844/task/27903/stat : 27903 (java) S 27841 27844 8289 0 -1 1077944384 20158 12437 0 0 927 5 4 3 20 0 17 0 112257803 14543556608 732649 18446744073709551615 4194304 4196468 140723158661904 140185660389744 140186118875778 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9658368 140723158669232 140723158672017 140723158672017 140723158675407 0
[pid=27844/tid=27904] ppid=27841 vsize=14202692 memory=-6520471753822164382 CPUtime=9.84 cores=0,2,4,6
/proc/27844/task/27904/stat : 27904 (java) S 27841 27844 8289 0 -1 1077944384 21609 12437 0 0 972 5 4 3 20 0 17 0 112257803 14543556608 732649 18446744073709551615 4194304 4196468 140723158661904 140185659336944 140186118875778 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9658368 140723158669232 140723158672017 140723158672017 140723158675407 0
[pid=27844/tid=27905] ppid=27841 vsize=14202692 memory=7597411374393749095 CPUtime=3.29 cores=0,2,4,6
/proc/27844/task/27905/stat : 27905 (java) S 27841 27844 8289 0 -1 1077944384 16876 12437 0 0 316 6 4 3 20 0 17 0 112257803 14543556608 732649 18446744073709551615 4194304 4196468 140723158661904 140185658284144 140186118875778 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9658368 140723158669232 140723158672017 140723158672017 140723158675407 0
[pid=27844/tid=27906] ppid=27841 vsize=14202692 memory=2928536 CPUtime=0.07 cores=0,2,4,6
/proc/27844/task/27906/stat : 27906 (java) S 27841 27844 8289 0 -1 1077944384 3 12437 0 0 0 0 4 3 20 0 17 0 112257803 14543556608 732649 18446744073709551615 4194304 4196468 140723158661904 140185657231584 140186118874837 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9658368 140723158669232 140723158672017 140723158672017 140723158675407 0
[pid=27844/tid=27907] ppid=27841 vsize=14202692 memory=4612 CPUtime=0.2 cores=0,2,4,6
/proc/27844/task/27907/stat : 27907 (java) S 27841 27844 8289 0 -1 1077944384 584 12437 0 0 6 7 4 3 20 0 17 0 112257806 14543556608 732649 18446744073709551615 4194304 4196468 140723158661904 140185656179888 140186118875778 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9658368 140723158669232 140723158672017 140723158672017 140723158675407 0
[pid=27844/tid=28081] ppid=27841 vsize=14202692 memory=-8774313645642428999 CPUtime=0.07 cores=0,2,4,6
/proc/27844/task/28081/stat : 28081 (java) S 27841 27844 8289 0 -1 1077944384 262 12437 0 0 0 0 4 3 20 0 17 0 112280573 14543556608 732649 18446744073709551615 4194304 4196468 140723158661904 140185653834480 140186118874837 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9658368 140723158669232 140723158672017 140723158672017 140723158675407 0
[pid=27844/tid=28082] ppid=27841 vsize=14202692 memory=1792 CPUtime=0.07 cores=0,2,4,6
/proc/27844/task/28082/stat : 28082 (java) S 27841 27844 8289 0 -1 1077944384 28 12437 0 0 0 0 4 3 20 0 17 0 112280574 14543556608 732649 18446744073709551615 4194304 4196468 140723158661904 140185421378880 140186118874837 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9658368 140723158669232 140723158672017 140723158672017 140723158675407 0
Current children cumulated CPU time: 253.84 s
Current children cumulated vsize: 14202692 KiB
Current children cumulated memory: 2930596 KiB

[startup+228.601 s]
/proc/loadavg: 1.42 1.76 1.87 3/218 28082
/proc/meminfo: memFree=27287004/32770624 swapFree=67108860/67108860
[pid=27844] ppid=27841 vsize=14202692 memory=2930596 CPUtime=254.13 cores=0,2,4,6
/proc/27844/stat : 27844 (java) S 27841 27844 8289 0 -1 1077944320 156799 12437 0 0 25282 124 4 3 20 0 17 0 112257773 14543556608 732649 18446744073709551615 4194304 4196468 140723158661904 140723158644448 140186118864631 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 9658368 140723158669232 140723158672017 140723158672017 140723158675407 0
/proc/27844/statm: 3550673 732649 3483 1 0 3539287 0
[pid=27844/tid=27894] ppid=27841 vsize=14202692 memory=2925988 CPUtime=226.91 cores=0,2,4,6
/proc/27844/task/27894/stat : 27894 (java) S 27841 27844 8289 0 -1 1077944384 67003 12437 0 0 22632 52 4 3 20 0 17 0 112257797 14543556608 732649 18446744073709551615 4194304 4196468 140723158661904 140186123102352 140186118874837 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 3 0 0 6293624 6294260 9658368 140723158669232 140723158672017 140723158672017 140723158675407 0
[pid=27844/tid=27895] ppid=27841 vsize=14202692 memory=2925988 CPUtime=1.18 cores=0,2,4,6
/proc/27844/task/27895/stat : 27895 (java) R 27841 27844 8289 0 -1 4202560 3140 12437 0 0 100 11 4 3 20 0 17 0 112257798 14543556608 732649 18446744073709551615 4194304 4196468 140723158661904 140186060810896 140186103861313 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9658368 140723158669232 140723158672017 140723158672017 140723158675407 0
[pid=27844/tid=27896] ppid=27841 vsize=14202692 memory=2927508 CPUtime=1.16 cores=0,2,4,6
/proc/27844/task/27896/stat : 27896 (java) R 27841 27844 8289 0 -1 4202560 2658 12437 0 0 97 12 4 3 20 0 17 0 112257798 14543556608 732649 18446744073709551615 4194304 4196468 140723158661904 140186059758096 140186103861032 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9658368 140723158669232 140723158672017 140723158672017 140723158675407 0
[pid=27844/tid=27897] ppid=27841 vsize=14202692 memory=2926996 CPUtime=1.17 cores=0,2,4,6
/proc/27844/task/27897/stat : 27897 (java) R 27841 27844 8289 0 -1 4202560 3134 12437 0 0 98 12 4 3 20 0 17 0 112257798 14543556608 732649 18446744073709551615 4194304 4196468 140723158661904 140186058705296 140186103861020 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9658368 140723158669232 140723158672017 140723158672017 140723158675407 0
[pid=27844/tid=27898] ppid=27841 vsize=14202692 memory=2927508 CPUtime=1.17 cores=0,2,4,6
/proc/27844/task/27898/stat : 27898 (java) R 27841 27844 8289 0 -1 4202560 1343 12437 0 0 99 11 4 3 20 0 17 0 112257798 14543556608 732649 18446744073709551615 4194304 4196468 140723158661904 140186057652384 140186103322083 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 9658368 140723158669232 140723158672017 140723158672017 140723158675407 0
[pid=27844/tid=27899] ppid=27841 vsize=14202692 memory=2928536 CPUtime=0.34 cores=0,2,4,6
/proc/27844/task/27899/stat : 27899 (java) S 27841 27844 8289 0 -1 1077944384 17554 12437 0 0 25 2 4 3 20 0 17 0 112257799 14543556608 732649 18446744073709551615 4194304 4196468 140723158661904 140185664599568 140186118874837 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9658368 140723158669232 140723158672017 140723158672017 140723158675407 0
[pid=27844/tid=27900] ppid=27841 vsize=14202692 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27844/task/27900/stat : 27900 (java) S 27841 27844 8289 0 -1 1077944384 63 12437 0 0 0 0 4 3 20 0 17 0 112257800 14543556608 732649 18446744073709551615 4194304 4196468 140723158661904 140185663547120 140186118874837 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9658368 140723158669232 140723158672017 140723158672017 140723158675407 0
[pid=27844/tid=27901] ppid=27841 vsize=14202692 memory=2926996 CPUtime=0.07 cores=0,2,4,6
/proc/27844/task/27901/stat : 27901 (java) S 27841 27844 8289 0 -1 1077944384 48 12437 0 0 0 0 4 3 20 0 17 0 112257800 14543556608 732649 18446744073709551615 4194304 4196468 140723158661904 140185662494080 140186118874837 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9658368 140723158669232 140723158672017 140723158672017 140723158675407 0
[pid=27844/tid=27902] ppid=27841 vsize=14202692 memory=2926484 CPUtime=0.07 cores=0,2,4,6
/proc/27844/task/27902/stat : 27902 (java) S 27841 27844 8289 0 -1 1077944384 178 12437 0 0 0 0 4 3 20 0 17 0 112257803 14543556608 732649 18446744073709551615 4194304 4196468 140723158661904 140185661442384 140186118883227 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9658368 140723158669232 140723158672017 140723158672017 140723158675407 0
[pid=27844/tid=27903] ppid=27841 vsize=14202692 memory=1724 CPUtime=9.39 cores=0,2,4,6
/proc/27844/task/27903/stat : 27903 (java) S 27841 27844 8289 0 -1 1077944384 20158 12437 0 0 927 5 4 3 20 0 17 0 112257803 14543556608 732649 18446744073709551615 4194304 4196468 140723158661904 140185660389744 140186118875778 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9658368 140723158669232 140723158672017 140723158672017 140723158675407 0
[pid=27844/tid=27904] ppid=27841 vsize=14202692 memory=2926504 CPUtime=9.84 cores=0,2,4,6
/proc/27844/task/27904/stat : 27904 (java) S 27841 27844 8289 0 -1 1077944384 21609 12437 0 0 972 5 4 3 20 0 17 0 112257803 14543556608 732649 18446744073709551615 4194304 4196468 140723158661904 140185659336944 140186118875778 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9658368 140723158669232 140723158672017 140723158672017 140723158675407 0
[pid=27844/tid=27905] ppid=27841 vsize=14202692 memory=2931624 CPUtime=3.29 cores=0,2,4,6
/proc/27844/task/27905/stat : 27905 (java) S 27841 27844 8289 0 -1 1077944384 16876 12437 0 0 316 6 4 3 20 0 17 0 112257803 14543556608 732649 18446744073709551615 4194304 4196468 140723158661904 140185658284144 140186118875778 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9658368 140723158669232 140723158672017 140723158672017 140723158675407 0
[pid=27844/tid=27906] ppid=27841 vsize=14202692 memory=2925988 CPUtime=0.07 cores=0,2,4,6
/proc/27844/task/27906/stat : 27906 (java) S 27841 27844 8289 0 -1 1077944384 3 12437 0 0 0 0 4 3 20 0 17 0 112257803 14543556608 732649 18446744073709551615 4194304 4196468 140723158661904 140185657231584 140186118874837 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9658368 140723158669232 140723158672017 140723158672017 140723158675407 0
[pid=27844/tid=27907] ppid=27841 vsize=14202692 memory=2925988 CPUtime=0.2 cores=0,2,4,6
/proc/27844/task/27907/stat : 27907 (java) S 27841 27844 8289 0 -1 1077944384 584 12437 0 0 6 7 4 3 20 0 17 0 112257806 14543556608 732649 18446744073709551615 4194304 4196468 140723158661904 140185656179888 140186118875778 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9658368 140723158669232 140723158672017 140723158672017 140723158675407 0
[pid=27844/tid=28081] ppid=27841 vsize=14202692 memory=288230574492221466 CPUtime=0.07 cores=0,2,4,6
/proc/27844/task/28081/stat : 28081 (java) S 27841 27844 8289 0 -1 1077944384 262 12437 0 0 0 0 4 3 20 0 17 0 112280573 14543556608 732649 18446744073709551615 4194304 4196468 140723158661904 140185653834480 140186118874837 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9658368 140723158669232 140723158672017 140723158672017 140723158675407 0
[pid=27844/tid=28082] ppid=27841 vsize=14202692 memory=288230617509003574 CPUtime=0.07 cores=0,2,4,6
/proc/27844/task/28082/stat : 28082 (java) S 27841 27844 8289 0 -1 1077944384 30 12437 0 0 0 0 4 3 20 0 17 0 112280574 14543556608 732649 18446744073709551615 4194304 4196468 140723158661904 140185421378880 140186118874837 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9658368 140723158669232 140723158672017 140723158672017 140723158675407 0
Current children cumulated CPU time: 254.13 s
Current children cumulated vsize: 14202692 KiB
Current children cumulated memory: 2930596 KiB

Child status: 143
Real time (s): 228.642
CPU time (s): 254.212
CPU user time (s): 252.903
CPU system time (s): 1.30984
CPU usage (%): 111.184
Max. virtual memory (cumulated for all children) (KiB): 14202692
Max. memory (cumulated for all children) (KiB): 2980368

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 252.903
system time used= 1.30984
maximum resident set size= 2982416
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 169372
page faults= 0
swaps= 0
block input operations= 0
block output operations= 504
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 20889
involuntary context switches= 631


# summary of solver processes directly reported to runsolver:
#   pid: 27844
#   total CPU time (s): 254.212
#   total CPU user time (s): 252.903
#   total CPU system time (s): 1.30984

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.47898 second user time and 2.17064 second system time

The end

Launcher Data

Begin job on node133 at 2017-08-13 18:59:38
IDJOB=4259565
IDBENCH=122949
IDSOLVER=2646
FILE ID=node133/4259565-1502644426
RUNJOBID= node133-1502641620-25473
PBS_JOBID= 
Free space on /tmp= 62004 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/Opd/Opd-sum-large/Opd-07-350-100.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4259565-1502644426/watcher-4259565-1502644426 -o /tmp/evaluation-result-4259565-1502644426/solver-4259565-1502644426 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node133-1502641620-25473 --watchdog 312  bin/concrete HOME/instance-4259565-1502644426.xml

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

MD5SUM BENCH= cd1777af07bd314664d86e97c163b75e
RANDOM SEED=929911586

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:        27125916 kB
MemAvailable:   27767016 kB
Buffers:          236648 kB
Cached:           699572 kB
SwapCached:            0 kB
Active:          5005160 kB
Inactive:         183788 kB
Active(anon):    4193580 kB
Inactive(anon):   100820 kB
Active(file):     811580 kB
Inactive(file):    82968 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24400 kB
Writeback:             0 kB
AnonPages:       4252784 kB
Mapped:            69748 kB
Shmem:             41660 kB
Slab:             152348 kB
SReclaimable:     124772 kB
SUnreclaim:        27576 kB
KernelStack:        3376 kB
PageTables:        13380 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5056216 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3995648 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-13 19:03:27