Trace number 4262498

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Concrete 3.4? (TO) 2521.3899 2458.4199

General information on the benchmark

NamePseudoBoolean/PseudoBoolean-dec-sptate/
Pb-Tate-K097.xml
MD5SUMc736c64a10dc2dd55507b217b8552514
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables6596
Number of constraints6792
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":6596}]
Minimum variable degree3
Maximum variable degree10
Distribution of variable degrees[{"degree":3,"count":1},{"degree":4,"count":174},{"degree":5,"count":1168},{"degree":6,"count":2582},{"degree":7,"count":1621},{"degree":8,"count":668},{"degree":9,"count":192},{"degree":10,"count":190}]
Minimum constraint arity1
Maximum constraint arity97
Distribution of constraint arities[{"arity":1,"count":2},{"arity":2,"count":1248},{"arity":3,"count":2592},{"arity":4,"count":1728},{"arity":5,"count":576},{"arity":6,"count":192},{"arity":7,"count":192},{"arity":68,"count":194},{"arity":97,"count":68}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":6792}]
Optimization problemNO
Type of objective

Solver Data

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

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

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


[startup+0 s]
/proc/loadavg: 1.27 1.25 1.37 3/194 645
/proc/meminfo: memFree=29763036/32770624 swapFree=0/545756
[pid=645] ppid=642 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/645/stat : 645 (runsolver) D 642 645 19618 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 48682766 24240128 107 18446744073709551615 4194304 4338465 140720373957312 140720373954952 140494785053399 0 0 1 24578 18446744071580418449 0 0 17 0 0 0 0 0 0 6438912 6441760 26468352 140720373965008 140720373965385 140720373965385 140720373968842 0
/proc/645/statm: 5918 107 54 36 0 2156 0

[startup+0.100131 s]
/proc/loadavg: 1.27 1.25 1.37 3/194 645
/proc/meminfo: memFree=29763036/32770624 swapFree=0/545756
[pid=645] ppid=642 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/645/stat : 645 (runsolver) D 642 645 19618 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 48682766 24240128 107 18446744073709551615 4194304 4338465 140720373957312 140720373954952 140494785053399 0 0 1 24578 18446744071580418449 0 0 17 0 0 0 0 0 0 6438912 6441760 26468352 140720373965008 140720373965385 140720373965385 140720373968842 0
/proc/645/statm: 5918 107 54 36 0 2156 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 23672

[startup+0.200364 s]
/proc/loadavg: 1.27 1.25 1.37 3/194 645
/proc/meminfo: memFree=29763036/32770624 swapFree=0/545756
[pid=645] ppid=642 vsize=9636 CPUtime=0.01 cores=0,2,4,6
/proc/645/stat : 645 (bash) S 642 645 19618 0 -1 4202496 891 6487 0 0 0 0 0 1 20 0 1 0 48682766 9867264 377 18446744073709551615 4194304 5098028 140725993762768 140725993756776 140110139251712 0 0 5 65536 18446744071580971376 0 0 17 2 0 0 10 0 0 7196144 7232144 36536320 140725993771540 140725993771625 140725993771625 140725993775082 0
/proc/645/statm: 2409 377 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.300308 s]
/proc/loadavg: 1.27 1.25 1.37 3/194 645
/proc/meminfo: memFree=29763036/32770624 swapFree=0/545756
[pid=645] ppid=642 vsize=13907308 CPUtime=0.13 cores=0,2,4,6
/proc/645/stat : 645 (java) S 642 645 19618 0 -1 1077944320 5550 12604 0 0 5 1 5 2 20 0 14 0 48682766 14241083392 5227 18446744073709551615 4194304 4196468 140727759170256 140727759152800 140580080836343 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 10 0 0 6293624 6294260 33185792 140727759177680 140727759180465 140727759180465 140727759183823 0
/proc/645/statm: 3476827 5227 2568 1 0 3466324 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 13907308

[startup+0.700236 s]
/proc/loadavg: 1.27 1.25 1.37 3/194 645
/proc/meminfo: memFree=29763036/32770624 swapFree=0/545756
[pid=645] ppid=642 vsize=13974784 CPUtime=0.69 cores=0,2,4,6
/proc/645/stat : 645 (java) S 642 645 19618 0 -1 1077944320 13679 12604 0 0 58 4 5 2 20 0 15 0 48682766 14310178816 14539 18446744073709551615 4194304 4196468 140727759170256 140727759152800 140580080836343 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 10 0 0 6293624 6294260 33185792 140727759177680 140727759180465 140727759180465 140727759183823 0
/proc/645/statm: 3493696 14539 3102 1 0 3482965 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 13974784

[startup+1.50108 s]
/proc/loadavg: 1.27 1.25 1.37 3/209 709
/proc/meminfo: memFree=29670684/32770624 swapFree=0/545884
[pid=645] ppid=642 vsize=13985408 CPUtime=1.92 cores=0,2,4,6
/proc/645/stat : 645 (java) S 642 645 19618 0 -1 1077944320 27307 12604 0 0 175 10 5 2 20 0 15 0 48682766 14321057792 39594 18446744073709551615 4194304 4196468 140727759170256 140727759152800 140580080836343 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 10 0 0 6293624 6294260 33185792 140727759177680 140727759180465 140727759180465 140727759183823 0
/proc/645/statm: 3496352 39594 3350 1 0 3485525 0
[pid=645/tid=696] ppid=642 vsize=13985408 CPUtime=1.29 cores=0,2,4,6
/proc/645/task/696/stat : 696 (java) S 642 645 19618 0 -1 1077944384 21713 12604 0 0 115 7 5 2 20 0 15 0 48682788 14321057792 39594 18446744073709551615 4194304 4196468 140727759170256 140580085059856 140580080846549 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 2 0 0 6293624 6294260 33185792 140727759177680 140727759180465 140727759180465 140727759183823 0
[pid=645/tid=697] ppid=642 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/645/task/697/stat : 697 (java) R 642 645 19618 0 -1 1077944384 56 12604 0 0 0 0 5 2 20 0 15 0 48682789 14321057792 39594 18446744073709551615 4194304 4196468 140727759170256 140580052679264 140580080846549 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 33185792 140727759177680 140727759180465 140727759180465 140727759183823 0
[pid=645/tid=698] ppid=642 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/645/task/698/stat : 698 (java) S 642 645 19618 0 -1 1077944384 36 12604 0 0 0 0 5 2 20 0 15 0 48682789 14321057792 39594 18446744073709551615 4194304 4196468 140727759170256 140579679758992 140580080846549 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33185792 140727759177680 140727759180465 140727759180465 140727759183823 0
[pid=645/tid=699] ppid=642 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/645/task/699/stat : 699 (java) S 642 645 19618 0 -1 1077944384 39 12604 0 0 0 0 5 2 20 0 15 0 48682789 14321057792 39594 18446744073709551615 4194304 4196468 140727759170256 140579678705952 140580080846549 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33185792 140727759177680 140727759180465 140727759180465 140727759183823 0
[pid=645/tid=700] ppid=642 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/645/task/700/stat : 700 (java) S 642 645 19618 0 -1 1077944384 196 12604 0 0 0 0 5 2 20 0 15 0 48682789 14321057792 39594 18446744073709551615 4194304 4196468 140727759170256 140579677653392 140580080846549 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33185792 140727759177680 140727759180465 140727759180465 140727759183823 0
[pid=645/tid=701] ppid=642 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/645/task/701/stat : 701 (java) S 642 645 19618 0 -1 1077944384 54 12604 0 0 0 0 5 2 20 0 15 0 48682790 14321057792 39594 18446744073709551615 4194304 4196468 140727759170256 140579559117888 140580080846549 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33185792 140727759177680 140727759180465 140727759180465 140727759183823 0
[pid=645/tid=702] ppid=642 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/645/task/702/stat : 702 (java) S 642 645 19618 0 -1 1077944384 33 12604 0 0 0 0 5 2 20 0 15 0 48682790 14321057792 39594 18446744073709551615 4194304 4196468 140727759170256 140579558065824 140580080846549 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33185792 140727759177680 140727759180465 140727759180465 140727759183823 0
[pid=645/tid=703] ppid=642 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/645/task/703/stat : 703 (java) S 642 645 19618 0 -1 1077944384 21 12604 0 0 0 0 5 2 20 0 15 0 48682791 14321057792 39594 18446744073709551615 4194304 4196468 140727759170256 140579557012720 140580080846549 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33185792 140727759177680 140727759180465 140727759180465 140727759183823 0
[pid=645/tid=704] ppid=642 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/645/task/704/stat : 704 (java) S 642 645 19618 0 -1 1077944384 3 12604 0 0 0 0 5 2 20 0 15 0 48682793 14321057792 39594 18446744073709551615 4194304 4196468 140727759170256 140579555961296 140580080854939 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33185792 140727759177680 140727759180465 140727759180465 140727759183823 0
[pid=645/tid=705] ppid=642 vsize=13985408 CPUtime=0.23 cores=0,2,4,6
/proc/645/task/705/stat : 705 (java) S 642 645 19618 0 -1 1077944384 1010 12604 0 0 16 0 5 2 20 0 15 0 48682793 14321057792 39594 18446744073709551615 4194304 4196468 140727759170256 140579554908400 140580080847490 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33185792 140727759177680 140727759180465 140727759180465 140727759183823 0
[pid=645/tid=706] ppid=642 vsize=13985408 CPUtime=0.23 cores=0,2,4,6
/proc/645/task/706/stat : 706 (java) S 642 645 19618 0 -1 1077944384 757 12604 0 0 16 0 5 2 20 0 15 0 48682793 14321057792 39594 18446744073709551615 4194304 4196468 140727759170256 140579553855856 140580080847490 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33185792 140727759177680 140727759180465 140727759180465 140727759183823 0
[pid=645/tid=707] ppid=642 vsize=13985408 CPUtime=0.3 cores=0,2,4,6
/proc/645/task/707/stat : 707 (java) S 642 645 19618 0 -1 1077944384 1225 12604 0 0 23 0 5 2 20 0 15 0 48682793 14321057792 39594 18446744073709551615 4194304 4196468 140727759170256 140579552798176 140580080846549 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33185792 140727759177680 140727759180465 140727759180465 140727759183823 0
[pid=645/tid=708] ppid=642 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/645/task/708/stat : 708 (java) S 642 645 19618 0 -1 1077944384 3 12604 0 0 0 0 5 2 20 0 15 0 48682794 14321057792 39594 18446744073709551615 4194304 4196468 140727759170256 140579551750496 140580080846549 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33185792 140727759177680 140727759180465 140727759180465 140727759183823 0
[pid=645/tid=709] ppid=642 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/645/task/709/stat : 709 (java) S 642 645 19618 0 -1 1077944384 10 12604 0 0 0 0 5 2 20 0 15 0 48682796 14321057792 39594 18446744073709551615 4194304 4196468 140727759170256 140579550698544 140580080847490 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33185792 140727759177680 140727759180465 140727759180465 140727759183823 0
Current children cumulated CPU time (s) 1.92
Current children cumulated vsize (KiB) 13985408

[startup+3.11003 s]
/proc/loadavg: 1.27 1.25 1.37 4/209 709
/proc/meminfo: memFree=29592324/32770624 swapFree=0/545884
[pid=645] ppid=642 vsize=13995836 CPUtime=6.32 cores=0,2,4,6
/proc/645/stat : 645 (java) S 642 645 19618 0 -1 1077944320 42355 12604 0 0 606 19 5 2 20 0 15 0 48682766 14331736064 71424 18446744073709551615 4194304 4196468 140727759170256 140727759152800 140580080836343 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 10 0 0 6293624 6294260 33185792 140727759177680 140727759180465 140727759180465 140727759183823 0
/proc/645/statm: 3498959 71424 3462 1 0 3487573 0
[pid=645/tid=696] ppid=642 vsize=13995836 CPUtime=2.85 cores=0,2,4,6
/proc/645/task/696/stat : 696 (java) R 642 645 19618 0 -1 4202560 27678 12604 0 0 269 9 5 2 20 0 15 0 48682788 14331736064 71424 18446744073709551615 4194304 4196468 140727759170256 140580085066272 140579731247547 0 4 1 16800974 0 0 0 -1 0 0 0 2 0 0 6293624 6294260 33185792 140727759177680 140727759180465 140727759180465 140727759183823 0
[pid=645/tid=697] ppid=642 vsize=13995836 CPUtime=0.1 cores=0,2,4,6
/proc/645/task/697/stat : 697 (java) S 642 645 19618 0 -1 1077944384 137 12604 0 0 2 1 5 2 20 0 15 0 48682789 14331736064 71424 18446744073709551615 4194304 4196468 140727759170256 140580052679184 140580080846549 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33185792 140727759177680 140727759180465 140727759180465 140727759183823 0
[pid=645/tid=698] ppid=642 vsize=13995836 CPUtime=0.09 cores=0,2,4,6
/proc/645/task/698/stat : 698 (java) S 642 645 19618 0 -1 1077944384 66 12604 0 0 2 0 5 2 20 0 15 0 48682789 14331736064 71424 18446744073709551615 4194304 4196468 140727759170256 140579679758992 140580080846549 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33185792 140727759177680 140727759180465 140727759180465 140727759183823 0
[pid=645/tid=699] ppid=642 vsize=13995836 CPUtime=0.1 cores=0,2,4,6
/proc/645/task/699/stat : 699 (java) S 642 645 19618 0 -1 1077944384 51 12604 0 0 2 1 5 2 20 0 15 0 48682789 14331736064 71424 18446744073709551615 4194304 4196468 140727759170256 140579678705936 140580080846549 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33185792 140727759177680 140727759180465 140727759180465 140727759183823 0
[pid=645/tid=700] ppid=642 vsize=13995836 CPUtime=0.08 cores=0,2,4,6
/proc/645/task/700/stat : 700 (java) S 642 645 19618 0 -1 1077944384 207 12604 0 0 1 0 5 2 20 0 15 0 48682789 14331736064 71424 18446744073709551615 4194304 4196468 140727759170256 140579677653392 140580080846549 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33185792 140727759177680 140727759180465 140727759180465 140727759183823 0
[pid=645/tid=701] ppid=642 vsize=13995836 CPUtime=0.08 cores=0,2,4,6
/proc/645/task/701/stat : 701 (java) S 642 645 19618 0 -1 1077944384 1505 12604 0 0 1 0 5 2 20 0 15 0 48682790 14331736064 71424 18446744073709551615 4194304 4196468 140727759170256 140579559119600 140580080847490 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33185792 140727759177680 140727759180465 140727759180465 140727759183823 0
[pid=645/tid=702] ppid=642 vsize=13995836 CPUtime=0.07 cores=0,2,4,6
/proc/645/task/702/stat : 702 (java) S 642 645 19618 0 -1 1077944384 56 12604 0 0 0 0 5 2 20 0 15 0 48682790 14331736064 71424 18446744073709551615 4194304 4196468 140727759170256 140579558065888 140580080846549 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33185792 140727759177680 140727759180465 140727759180465 140727759183823 0
[pid=645/tid=703] ppid=642 vsize=13995836 CPUtime=0.07 cores=0,2,4,6
/proc/645/task/703/stat : 703 (java) S 642 645 19618 0 -1 1077944384 45 12604 0 0 0 0 5 2 20 0 15 0 48682791 14331736064 71424 18446744073709551615 4194304 4196468 140727759170256 140579557012736 140580080846549 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33185792 140727759177680 140727759180465 140727759180465 140727759183823 0
[pid=645/tid=704] ppid=642 vsize=13995836 CPUtime=0.07 cores=0,2,4,6
/proc/645/task/704/stat : 704 (java) S 642 645 19618 0 -1 1077944384 3 12604 0 0 0 0 5 2 20 0 15 0 48682793 14331736064 71424 18446744073709551615 4194304 4196468 140727759170256 140579555961296 140580080854939 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33185792 140727759177680 140727759180465 140727759180465 140727759183823 0
[pid=645/tid=705] ppid=642 vsize=13995836 CPUtime=1.2 cores=0,2,4,6
/proc/645/task/705/stat : 705 (java) R 642 645 19618 0 -1 4202560 2888 12604 0 0 112 1 5 2 20 0 15 0 48682793 14331736064 71424 18446744073709551615 4194304 4196468 140727759170256 140579554904768 140580060679951 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 33185792 140727759177680 140727759180465 140727759180465 140727759183823 0
[pid=645/tid=706] ppid=642 vsize=13995836 CPUtime=1.23 cores=0,2,4,6
/proc/645/task/706/stat : 706 (java) R 642 645 19618 0 -1 4202560 4102 12604 0 0 115 1 5 2 20 0 15 0 48682793 14331736064 71424 18446744073709551615 4194304 4196468 140727759170256 140579553836688 140580065765756 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33185792 140727759177680 140727759180465 140727759180465 140727759183823 0
[pid=645/tid=707] ppid=642 vsize=13995836 CPUtime=1.06 cores=0,2,4,6
/proc/645/task/707/stat : 707 (java) R 642 645 19618 0 -1 4202560 3454 12604 0 0 98 1 5 2 20 0 15 0 48682793 14331736064 71424 18446744073709551615 4194304 4196468 140727759170256 140579552802800 140580064879973 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33185792 140727759177680 140727759180465 140727759180465 140727759183823 0
[pid=645/tid=708] ppid=642 vsize=13995836 CPUtime=0.07 cores=0,2,4,6
/proc/645/task/708/stat : 708 (java) S 642 645 19618 0 -1 1077944384 3 12604 0 0 0 0 5 2 20 0 15 0 48682794 14331736064 71424 18446744073709551615 4194304 4196468 140727759170256 140579551750496 140580080846549 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33185792 140727759177680 140727759180465 140727759180465 140727759183823 0
[pid=645/tid=709] ppid=642 vsize=13995836 CPUtime=0.07 cores=0,2,4,6
/proc/645/task/709/stat : 709 (java) S 642 645 19618 0 -1 1077944384 11 12604 0 0 0 0 5 2 20 0 15 0 48682796 14331736064 71424 18446744073709551615 4194304 4196468 140727759170256 140579550698544 140580080847490 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33185792 140727759177680 140727759180465 140727759180465 140727759183823 0
Current children cumulated CPU time (s) 6.32
Current children cumulated vsize (KiB) 13995836

[startup+6.30103 s]
/proc/loadavg: 1.41 1.28 1.38 5/209 709
/proc/meminfo: memFree=29434532/32770624 swapFree=0/545884
[pid=645] ppid=642 vsize=13999932 CPUtime=14.83 cores=0,2,4,6
/proc/645/stat : 645 (java) S 642 645 19618 0 -1 1077944320 57470 12604 0 0 1443 33 5 2 20 0 15 0 48682766 14335930368 97244 18446744073709551615 4194304 4196468 140727759170256 140727759152800 140580080836343 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 10 0 0 6293624 6294260 33185792 140727759177680 140727759180465 140727759180465 140727759183823 0
/proc/645/statm: 3499983 97244 3481 1 0 3488597 0
[pid=645/tid=696] ppid=642 vsize=13999932 CPUtime=5.96 cores=0,2,4,6
/proc/645/task/696/stat : 696 (java) R 642 645 19618 0 -1 4202560 30808 12604 0 0 577 12 5 2 20 0 15 0 48682788 14335930368 97244 18446744073709551615 4194304 4196468 140727759170256 140580085068496 140579721280768 0 4 1 16800974 0 0 0 -1 2 0 0 2 0 0 6293624 6294260 33185792 140727759177680 140727759180465 140727759180465 140727759183823 0
[pid=645/tid=697] ppid=642 vsize=13999932 CPUtime=0.16 cores=0,2,4,6
/proc/645/task/697/stat : 697 (java) S 642 645 19618 0 -1 1077944384 316 12604 0 0 6 3 5 2 20 0 15 0 48682789 14335930368 97244 18446744073709551615 4194304 4196468 140727759170256 140580052679184 140580080846549 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33185792 140727759177680 140727759180465 140727759180465 140727759183823 0
[pid=645/tid=698] ppid=642 vsize=13999932 CPUtime=0.16 cores=0,2,4,6
/proc/645/task/698/stat : 698 (java) S 642 645 19618 0 -1 1077944384 244 12604 0 0 6 3 5 2 20 0 15 0 48682789 14335930368 97244 18446744073709551615 4194304 4196468 140727759170256 140579679758992 140580080846549 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33185792 140727759177680 140727759180465 140727759180465 140727759183823 0
[pid=645/tid=699] ppid=642 vsize=13999932 CPUtime=0.16 cores=0,2,4,6
/proc/645/task/699/stat : 699 (java) S 642 645 19618 0 -1 1077944384 597 12604 0 0 6 3 5 2 20 0 15 0 48682789 14335930368 97244 18446744073709551615 4194304 4196468 140727759170256 140579678705936 140580080846549 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33185792 140727759177680 140727759180465 140727759180465 140727759183823 0
[pid=645/tid=700] ppid=642 vsize=13999932 CPUtime=0.15 cores=0,2,4,6
/proc/645/task/700/stat : 700 (java) S 642 645 19618 0 -1 1077944384 350 12604 0 0 5 3 5 2 20 0 15 0 48682789 14335930368 97244 18446744073709551615 4194304 4196468 140727759170256 140579677653392 140580080846549 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33185792 140727759177680 140727759180465 140727759180465 140727759183823 0
[pid=645/tid=701] ppid=642 vsize=13999932 CPUtime=0.09 cores=0,2,4,6
/proc/645/task/701/stat : 701 (java) S 642 645 19618 0 -1 1077944384 1582 12604 0 0 2 0 5 2 20 0 15 0 48682790 14335930368 97244 18446744073709551615 4194304 4196468 140727759170256 140579559119600 140580080847490 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33185792 140727759177680 140727759180465 140727759180465 140727759183823 0
[pid=645/tid=702] ppid=642 vsize=13999932 CPUtime=0.07 cores=0,2,4,6
/proc/645/task/702/stat : 702 (java) S 642 645 19618 0 -1 1077944384 56 12604 0 0 0 0 5 2 20 0 15 0 48682790 14335930368 97244 18446744073709551615 4194304 4196468 140727759170256 140579558065888 140580080846549 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33185792 140727759177680 140727759180465 140727759180465 140727759183823 0
[pid=645/tid=703] ppid=642 vsize=13999932 CPUtime=0.07 cores=0,2,4,6
/proc/645/task/703/stat : 703 (java) S 642 645 19618 0 -1 1077944384 45 12604 0 0 0 0 5 2 20 0 15 0 48682791 14335930368 97244 18446744073709551615 4194304 4196468 140727759170256 140579557012736 140580080846549 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33185792 140727759177680 140727759180465 140727759180465 140727759183823 0
[pid=645/tid=704] ppid=642 vsize=13999932 CPUtime=0.07 cores=0,2,4,6
/proc/645/task/704/stat : 704 (java) S 642 645 19618 0 -1 1077944384 3 12604 0 0 0 0 5 2 20 0 15 0 48682793 14335930368 97244 18446744073709551615 4194304 4196468 140727759170256 140579555961296 140580080854939 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33185792 140727759177680 140727759180465 140727759180465 140727759183823 0
[pid=645/tid=705] ppid=642 vsize=13999932 CPUtime=3.32 cores=0,2,4,6
/proc/645/task/705/stat : 705 (java) R 642 645 19618 0 -1 4202560 6610 12604 0 0 323 2 5 2 20 0 15 0 48682793 14335930368 97244 18446744073709551615 4194304 4196468 140727759170256 140579554893712 140580066850720 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33185792 140727759177680 140727759180465 140727759180465 140727759183823 0
[pid=645/tid=706] ppid=642 vsize=13999932 CPUtime=3.44 cores=0,2,4,6
/proc/645/task/706/stat : 706 (java) R 642 645 19618 0 -1 4202560 7788 12604 0 0 334 3 5 2 20 0 15 0 48682793 14335930368 97244 18446744073709551615 4194304 4196468 140727759170256 140579553849048 140580060082549 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 33185792 140727759177680 140727759180465 140727759180465 140727759183823 0
[pid=645/tid=707] ppid=642 vsize=13999932 CPUtime=1.85 cores=0,2,4,6
/proc/645/task/707/stat : 707 (java) R 642 645 19618 0 -1 4202560 6774 12604 0 0 176 2 5 2 20 0 15 0 48682793 14335930368 97244 18446744073709551615 4194304 4196468 140727759170256 140579552802800 140580080857690 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33185792 140727759177680 140727759180465 140727759180465 140727759183823 0
[pid=645/tid=708] ppid=642 vsize=13999932 CPUtime=0.07 cores=0,2,4,6
/proc/645/task/708/stat : 708 (java) S 642 645 19618 0 -1 1077944384 3 12604 0 0 0 0 5 2 20 0 15 0 48682794 14335930368 97244 18446744073709551615 4194304 4196468 140727759170256 140579551750496 140580080846549 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33185792 140727759177680 140727759180465 140727759180465 140727759183823 0
[pid=645/tid=709] ppid=642 vsize=13999932 CPUtime=0.07 cores=0,2,4,6
/proc/645/task/709/stat : 709 (java) S 642 645 19618 0 -1 1077944384 143 12604 0 0 0 0 5 2 20 0 15 0 48682796 14335930368 97244 18446744073709551615 4194304 4196468 140727759170256 140579550698544 140580080847490 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33185792 140727759177680 140727759180465 140727759180465 140727759183823 0
Current children cumulated CPU time (s) 14.83
Current children cumulated vsize (KiB) 13999932

[startup+12.7009 s]
/proc/loadavg: 1.45 1.29 1.39 3/209 709
/proc/meminfo: memFree=28870572/32770624 swapFree=0/545884
[pid=645] ppid=642 vsize=14001980 CPUtime=24.94 cores=0,2,4,6
/proc/645/stat : 645 (java) S 642 645 19618 0 -1 1077944320 84184 12604 0 0 2439 48 5 2 20 0 15 0 48682766 14338027520 226008 18446744073709551615 4194304 4196468 140727759170256 140727759152800 140580080836343 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 10 0 0 6293624 6294260 33185792 140727759177680 140727759180465 140727759180465 140727759183823 0
/proc/645/statm: 3500495 226008 3486 1 0 3489109 0
[pid=645/tid=696] ppid=642 vsize=14001980 CPUtime=12.16 cores=0,2,4,6
/proc/645/task/696/stat : 696 (java) R 642 645 19618 0 -1 4202560 45495 12604 0 0 1191 18 5 2 20 0 15 0 48682788 14338027520 226008 18446744073709551615 4194304 4196468 140727759170256 140580085069944 140579726374383 0 4 1 16800974 0 0 0 -1 2 0 0 2 0 0 6293624 6294260 33185792 140727759177680 140727759180465 140727759180465 140727759183823 0
[pid=645/tid=697] ppid=642 vsize=14001980 CPUtime=0.31 cores=0,2,4,6
/proc/645/task/697/stat : 697 (java) S 642 645 19618 0 -1 1077944384 384 12604 0 0 20 4 5 2 20 0 15 0 48682789 14338027520 226008 18446744073709551615 4194304 4196468 140727759170256 140580052679184 140580080846549 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33185792 140727759177680 140727759180465 140727759180465 140727759183823 0
[pid=645/tid=698] ppid=642 vsize=14001980 CPUtime=0.31 cores=0,2,4,6
/proc/645/task/698/stat : 698 (java) S 642 645 19618 0 -1 1077944384 1276 12604 0 0 20 4 5 2 20 0 15 0 48682789 14338027520 226008 18446744073709551615 4194304 4196468 140727759170256 140579679758992 140580080846549 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33185792 140727759177680 140727759180465 140727759180465 140727759183823 0
[pid=645/tid=699] ppid=642 vsize=14001980 CPUtime=0.31 cores=0,2,4,6
/proc/645/task/699/stat : 699 (java) S 642 645 19618 0 -1 1077944384 849 12604 0 0 19 5 5 2 20 0 15 0 48682789 14338027520 226008 18446744073709551615 4194304 4196468 140727759170256 140579678705936 140580080846549 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33185792 140727759177680 140727759180465 140727759180465 140727759183823 0
[pid=645/tid=700] ppid=642 vsize=14001980 CPUtime=0.29 cores=0,2,4,6
/proc/645/task/700/stat : 700 (java) S 642 645 19618 0 -1 1077944384 482 12604 0 0 18 4 5 2 20 0 15 0 48682789 14338027520 226008 18446744073709551615 4194304 4196468 140727759170256 140579677653392 140580080846549 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33185792 140727759177680 140727759180465 140727759180465 140727759183823 0
[pid=645/tid=701] ppid=642 vsize=14001980 CPUtime=0.13 cores=0,2,4,6
/proc/645/task/701/stat : 701 (java) S 642 645 19618 0 -1 1077944384 8857 12604 0 0 5 1 5 2 20 0 15 0 48682790 14338027520 226008 18446744073709551615 4194304 4196468 140727759170256 140579559119600 140580080847490 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33185792 140727759177680 140727759180465 140727759180465 140727759183823 0
[pid=645/tid=702] ppid=642 vsize=14001980 CPUtime=0.07 cores=0,2,4,6
/proc/645/task/702/stat : 702 (java) S 642 645 19618 0 -1 1077944384 59 12604 0 0 0 0 5 2 20 0 15 0 48682790 14338027520 226008 18446744073709551615 4194304 4196468 140727759170256 140579558065888 140580080846549 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33185792 140727759177680 140727759180465 140727759180465 140727759183823 0
[pid=645/tid=703] ppid=642 vsize=14001980 CPUtime=0.07 cores=0,2,4,6
/proc/645/task/703/stat : 703 (java) S 642 645 19618 0 -1 1077944384 50 12604 0 0 0 0 5 2 20 0 15 0 48682791 14338027520 226008 18446744073709551615 4194304 4196468 140727759170256 140579557012736 140580080846549 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33185792 140727759177680 140727759180465 140727759180465 140727759183823 0
[pid=645/tid=704] ppid=642 vsize=14001980 CPUtime=0.07 cores=0,2,4,6
/proc/645/task/704/stat : 704 (java) S 642 645 19618 0 -1 1077944384 3 12604 0 0 0 0 5 2 20 0 15 0 48682793 14338027520 226008 18446744073709551615 4194304 4196468 140727759170256 140579555961296 140580080854939 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33185792 140727759177680 140727759180465 140727759180465 140727759183823 0

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

/proc/645/task/708/stat : 708 (java) S 642 645 19618 0 -1 1077944384 3 12604 0 0 0 0 5 2 20 0 15 0 48682794 14338027520 135097 18446744073709551615 4194304 4196468 140727759170256 140579551750496 140580080846549 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33185792 140727759177680 140727759180465 140727759180465 140727759183823 0
[pid=645/tid=709] ppid=642 vsize=14001980 CPUtime=1.49 cores=0,2,4,6
/proc/645/task/709/stat : 709 (java) S 642 645 19618 0 -1 1077944384 1112 12604 0 0 69 73 5 2 20 0 15 0 48682796 14338027520 135097 18446744073709551615 4194304 4196468 140727759170256 140579550698544 140580080847490 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33185792 140727759177680 140727759180465 140727759180465 140727759183823 0
Current children cumulated CPU time (s) 2382
Current children cumulated vsize (KiB) 14001980

[startup+2382.3 s]
/proc/loadavg: 1.46 1.34 1.33 3/209 979
/proc/meminfo: memFree=30057916/32770624 swapFree=0/546344
[pid=645] ppid=642 vsize=14001980 CPUtime=2443.05 cores=0,2,4,6
/proc/645/stat : 645 (java) S 642 645 19618 0 -1 1077944320 253484 12604 0 0 243939 359 5 2 20 0 15 0 48682766 14338027520 128556 18446744073709551615 4194304 4196468 140727759170256 140727759152800 140580080836343 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 10 0 0 6293624 6294260 33185792 140727759177680 140727759180465 140727759180465 140727759183823 0
/proc/645/statm: 3500495 128556 3487 1 0 3489109 0
[pid=645/tid=696] ppid=642 vsize=14001980 CPUtime=2357.45 cores=0,2,4,6
/proc/645/task/696/stat : 696 (java) R 642 645 19618 0 -1 4202560 100378 12604 0 0 235681 57 5 2 20 0 15 0 48682788 14338027520 128556 18446744073709551615 4194304 4196468 140727759170256 140580085070560 140579734728224 0 4 1 16800974 0 0 0 -1 2 0 0 2 0 0 6293624 6294260 33185792 140727759177680 140727759180465 140727759180465 140727759183823 0
[pid=645/tid=697] ppid=642 vsize=14001980 CPUtime=12.91 cores=0,2,4,6
/proc/645/task/697/stat : 697 (java) S 642 645 19618 0 -1 1077944384 18937 12604 0 0 1235 49 5 2 20 0 15 0 48682789 14338027520 128556 18446744073709551615 4194304 4196468 140727759170256 140580052679184 140580080846549 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33185792 140727759177680 140727759180465 140727759180465 140727759183823 0
[pid=645/tid=698] ppid=642 vsize=14001980 CPUtime=12.91 cores=0,2,4,6
/proc/645/task/698/stat : 698 (java) S 642 645 19618 0 -1 1077944384 17787 12604 0 0 1235 49 5 2 20 0 15 0 48682789 14338027520 128556 18446744073709551615 4194304 4196468 140727759170256 140579679758992 140580080846549 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33185792 140727759177680 140727759180465 140727759180465 140727759183823 0
[pid=645/tid=699] ppid=642 vsize=14001980 CPUtime=12.9 cores=0,2,4,6
/proc/645/task/699/stat : 699 (java) S 642 645 19618 0 -1 1077944384 22308 12604 0 0 1233 50 5 2 20 0 15 0 48682789 14338027520 128556 18446744073709551615 4194304 4196468 140727759170256 140579678705936 140580080846549 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33185792 140727759177680 140727759180465 140727759180465 140727759183823 0
[pid=645/tid=700] ppid=642 vsize=14001980 CPUtime=12.89 cores=0,2,4,6
/proc/645/task/700/stat : 700 (java) S 642 645 19618 0 -1 1077944384 19942 12604 0 0 1231 51 5 2 20 0 15 0 48682789 14338027520 128556 18446744073709551615 4194304 4196468 140727759170256 140579677653392 140580080846549 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33185792 140727759177680 140727759180465 140727759180465 140727759183823 0
[pid=645/tid=701] ppid=642 vsize=14001980 CPUtime=8.67 cores=0,2,4,6
/proc/645/task/701/stat : 701 (java) S 642 645 19618 0 -1 1077944384 24494 12604 0 0 801 59 5 2 20 0 15 0 48682790 14338027520 128556 18446744073709551615 4194304 4196468 140727759170256 140579559119600 140580080847490 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33185792 140727759177680 140727759180465 140727759180465 140727759183823 0
[pid=645/tid=702] ppid=642 vsize=14001980 CPUtime=0.07 cores=0,2,4,6
/proc/645/task/702/stat : 702 (java) S 642 645 19618 0 -1 1077944384 59 12604 0 0 0 0 5 2 20 0 15 0 48682790 14338027520 128556 18446744073709551615 4194304 4196468 140727759170256 140579558065888 140580080846549 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33185792 140727759177680 140727759180465 140727759180465 140727759183823 0
[pid=645/tid=703] ppid=642 vsize=14001980 CPUtime=0.07 cores=0,2,4,6
/proc/645/task/703/stat : 703 (java) S 642 645 19618 0 -1 1077944384 50 12604 0 0 0 0 5 2 20 0 15 0 48682791 14338027520 128556 18446744073709551615 4194304 4196468 140727759170256 140579557012736 140580080846549 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33185792 140727759177680 140727759180465 140727759180465 140727759183823 0
[pid=645/tid=704] ppid=642 vsize=14001980 CPUtime=0.07 cores=0,2,4,6
/proc/645/task/704/stat : 704 (java) S 642 645 19618 0 -1 1077944384 3 12604 0 0 0 0 5 2 20 0 15 0 48682793 14338027520 128556 18446744073709551615 4194304 4196468 140727759170256 140579555961296 140580080854939 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33185792 140727759177680 140727759180465 140727759180465 140727759183823 0
[pid=645/tid=705] ppid=642 vsize=14001980 CPUtime=10.32 cores=0,2,4,6
/proc/645/task/705/stat : 705 (java) S 642 645 19618 0 -1 1077944384 16053 12604 0 0 1019 6 5 2 20 0 15 0 48682793 14338027520 128556 18446744073709551615 4194304 4196468 140727759170256 140579554908400 140580080847490 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33185792 140727759177680 140727759180465 140727759180465 140727759183823 0
[pid=645/tid=706] ppid=642 vsize=14001980 CPUtime=10.06 cores=0,2,4,6
/proc/645/task/706/stat : 706 (java) S 642 645 19618 0 -1 1077944384 13568 12604 0 0 993 6 5 2 20 0 15 0 48682793 14338027520 128556 18446744073709551615 4194304 4196468 140727759170256 140579553855856 140580080847490 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33185792 140727759177680 140727759180465 140727759180465 140727759183823 0
[pid=645/tid=707] ppid=642 vsize=14001980 CPUtime=3.91 cores=0,2,4,6
/proc/645/task/707/stat : 707 (java) S 642 645 19618 0 -1 1077944384 16621 12604 0 0 377 7 5 2 20 0 15 0 48682793 14338027520 128556 18446744073709551615 4194304 4196468 140727759170256 140579552802800 140580080847490 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33185792 140727759177680 140727759180465 140727759180465 140727759183823 0
[pid=645/tid=708] ppid=642 vsize=14001980 CPUtime=0.07 cores=0,2,4,6
/proc/645/task/708/stat : 708 (java) S 642 645 19618 0 -1 1077944384 3 12604 0 0 0 0 5 2 20 0 15 0 48682794 14338027520 128556 18446744073709551615 4194304 4196468 140727759170256 140579551750496 140580080846549 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33185792 140727759177680 140727759180465 140727759180465 140727759183823 0
[pid=645/tid=709] ppid=642 vsize=14001980 CPUtime=1.54 cores=0,2,4,6
/proc/645/task/709/stat : 709 (java) S 642 645 19618 0 -1 1077944384 1130 12604 0 0 71 76 5 2 20 0 15 0 48682796 14338027520 128556 18446744073709551615 4194304 4196468 140727759170256 140579550698544 140580080847490 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33185792 140727759177680 140727759180465 140727759180465 140727759183823 0
Current children cumulated CPU time (s) 2443.05
Current children cumulated vsize (KiB) 14001980

[startup+2442.3 s]
/proc/loadavg: 1.44 1.34 1.33 3/208 981
/proc/meminfo: memFree=30076404/32770624 swapFree=0/546340
[pid=645] ppid=642 vsize=14001980 CPUtime=2504.09 cores=0,2,4,6
/proc/645/stat : 645 (java) S 642 645 19618 0 -1 1077944320 254911 12604 0 0 250038 364 5 2 20 0 15 0 48682766 14338027520 123759 18446744073709551615 4194304 4196468 140727759170256 140727759152800 140580080836343 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 10 0 0 6293624 6294260 33185792 140727759177680 140727759180465 140727759180465 140727759183823 0
/proc/645/statm: 3500495 123759 3487 1 0 3489109 0
[pid=645/tid=696] ppid=642 vsize=14001980 CPUtime=2416.78 cores=0,2,4,6
/proc/645/task/696/stat : 696 (java) R 642 645 19618 0 -1 4202560 101220 12604 0 0 241614 57 5 2 20 0 15 0 48682788 14338027520 123759 18446744073709551615 4194304 4196468 140727759170256 140580085070080 140579741246209 0 4 1 16800974 0 0 0 -1 2 0 0 2 0 0 6293624 6294260 33185792 140727759177680 140727759180465 140727759180465 140727759183823 0
[pid=645/tid=697] ppid=642 vsize=14001980 CPUtime=13.28 cores=0,2,4,6
/proc/645/task/697/stat : 697 (java) S 642 645 19618 0 -1 1077944384 19001 12604 0 0 1271 50 5 2 20 0 15 0 48682789 14338027520 123759 18446744073709551615 4194304 4196468 140727759170256 140580052679184 140580080846549 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33185792 140727759177680 140727759180465 140727759180465 140727759183823 0
[pid=645/tid=698] ppid=642 vsize=14001980 CPUtime=13.28 cores=0,2,4,6
/proc/645/task/698/stat : 698 (java) S 642 645 19618 0 -1 1077944384 17909 12604 0 0 1271 50 5 2 20 0 15 0 48682789 14338027520 123759 18446744073709551615 4194304 4196468 140727759170256 140579679758992 140580080846549 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33185792 140727759177680 140727759180465 140727759180465 140727759183823 0
[pid=645/tid=699] ppid=642 vsize=14001980 CPUtime=13.26 cores=0,2,4,6
/proc/645/task/699/stat : 699 (java) S 642 645 19618 0 -1 1077944384 22538 12604 0 0 1268 51 5 2 20 0 15 0 48682789 14338027520 123759 18446744073709551615 4194304 4196468 140727759170256 140579678705936 140580080846549 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33185792 140727759177680 140727759180465 140727759180465 140727759183823 0
[pid=645/tid=700] ppid=642 vsize=14001980 CPUtime=13.25 cores=0,2,4,6
/proc/645/task/700/stat : 700 (java) S 642 645 19618 0 -1 1077944384 20063 12604 0 0 1266 52 5 2 20 0 15 0 48682789 14338027520 123759 18446744073709551615 4194304 4196468 140727759170256 140579677653392 140580080846549 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33185792 140727759177680 140727759180465 140727759180465 140727759183823 0
[pid=645/tid=701] ppid=642 vsize=14001980 CPUtime=8.9 cores=0,2,4,6
/proc/645/task/701/stat : 701 (java) S 642 645 19618 0 -1 1077944384 24530 12604 0 0 823 60 5 2 20 0 15 0 48682790 14338027520 123759 18446744073709551615 4194304 4196468 140727759170256 140579559119600 140580080847490 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33185792 140727759177680 140727759180465 140727759180465 140727759183823 0
[pid=645/tid=702] ppid=642 vsize=14001980 CPUtime=0.07 cores=0,2,4,6
/proc/645/task/702/stat : 702 (java) S 642 645 19618 0 -1 1077944384 59 12604 0 0 0 0 5 2 20 0 15 0 48682790 14338027520 123759 18446744073709551615 4194304 4196468 140727759170256 140579558065888 140580080846549 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33185792 140727759177680 140727759180465 140727759180465 140727759183823 0
[pid=645/tid=703] ppid=642 vsize=14001980 CPUtime=0.07 cores=0,2,4,6
/proc/645/task/703/stat : 703 (java) S 642 645 19618 0 -1 1077944384 50 12604 0 0 0 0 5 2 20 0 15 0 48682791 14338027520 123759 18446744073709551615 4194304 4196468 140727759170256 140579557012736 140580080846549 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33185792 140727759177680 140727759180465 140727759180465 140727759183823 0
[pid=645/tid=704] ppid=642 vsize=14001980 CPUtime=0.07 cores=0,2,4,6
/proc/645/task/704/stat : 704 (java) S 642 645 19618 0 -1 1077944384 3 12604 0 0 0 0 5 2 20 0 15 0 48682793 14338027520 123759 18446744073709551615 4194304 4196468 140727759170256 140579555961296 140580080854939 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33185792 140727759177680 140727759180465 140727759180465 140727759183823 0
[pid=645/tid=705] ppid=642 vsize=14001980 CPUtime=10.32 cores=0,2,4,6
/proc/645/task/705/stat : 705 (java) S 642 645 19618 0 -1 1077944384 16055 12604 0 0 1019 6 5 2 20 0 15 0 48682793 14338027520 123759 18446744073709551615 4194304 4196468 140727759170256 140579554908400 140580080847490 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33185792 140727759177680 140727759180465 140727759180465 140727759183823 0
[pid=645/tid=706] ppid=642 vsize=14001980 CPUtime=10.06 cores=0,2,4,6
/proc/645/task/706/stat : 706 (java) S 642 645 19618 0 -1 1077944384 13570 12604 0 0 993 6 5 2 20 0 15 0 48682793 14338027520 123759 18446744073709551615 4194304 4196468 140727759170256 140579553855856 140580080847490 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33185792 140727759177680 140727759180465 140727759180465 140727759183823 0
[pid=645/tid=707] ppid=642 vsize=14001980 CPUtime=3.91 cores=0,2,4,6
/proc/645/task/707/stat : 707 (java) S 642 645 19618 0 -1 1077944384 16623 12604 0 0 377 7 5 2 20 0 15 0 48682793 14338027520 123759 18446744073709551615 4194304 4196468 140727759170256 140579552802800 140580080847490 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33185792 140727759177680 140727759180465 140727759180465 140727759183823 0
[pid=645/tid=708] ppid=642 vsize=14001980 CPUtime=0.07 cores=0,2,4,6
/proc/645/task/708/stat : 708 (java) S 642 645 19618 0 -1 1077944384 3 12604 0 0 0 0 5 2 20 0 15 0 48682794 14338027520 123759 18446744073709551615 4194304 4196468 140727759170256 140579551750496 140580080846549 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33185792 140727759177680 140727759180465 140727759180465 140727759183823 0
[pid=645/tid=709] ppid=642 vsize=14001980 CPUtime=1.58 cores=0,2,4,6
/proc/645/task/709/stat : 709 (java) S 642 645 19618 0 -1 1077944384 1136 12604 0 0 73 78 5 2 20 0 15 0 48682796 14338027520 123759 18446744073709551615 4194304 4196468 140727759170256 140579550698544 140580080847490 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33185792 140727759177680 140727759180465 140727759180465 140727759183823 0
Current children cumulated CPU time (s) 2504.09
Current children cumulated vsize (KiB) 14001980



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2458 s]
/proc/loadavg: 1.42 1.34 1.33 3/208 982
/proc/meminfo: memFree=30088708/32770624 swapFree=0/546356
[pid=645] ppid=642 vsize=14001980 CPUtime=2520.06 cores=0,2,4,6
/proc/645/stat : 645 (java) S 642 645 19618 0 -1 1077944320 254993 12604 0 0 251634 365 5 2 20 0 15 0 48682766 14338027520 120681 18446744073709551615 4194304 4196468 140727759170256 140727759152800 140580080836343 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 10 0 0 6293624 6294260 33185792 140727759177680 140727759180465 140727759180465 140727759183823 0
/proc/645/statm: 3500495 120681 3487 1 0 3489109 0
[pid=645/tid=696] ppid=642 vsize=14001980 CPUtime=2432.31 cores=0,2,4,6
/proc/645/task/696/stat : 696 (java) R 642 645 19618 0 -1 4202560 101300 12604 0 0 243167 57 5 2 20 0 15 0 48682788 14338027520 120681 18446744073709551615 4194304 4196468 140727759170256 140580085070448 140579739898944 0 4 1 16800974 0 0 0 -1 6 0 0 2 0 0 6293624 6294260 33185792 140727759177680 140727759180465 140727759180465 140727759183823 0
[pid=645/tid=697] ppid=642 vsize=14001980 CPUtime=13.37 cores=0,2,4,6
/proc/645/task/697/stat : 697 (java) S 642 645 19618 0 -1 1077944384 19001 12604 0 0 1280 50 5 2 20 0 15 0 48682789 14338027520 120681 18446744073709551615 4194304 4196468 140727759170256 140580052679184 140580080846549 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33185792 140727759177680 140727759180465 140727759180465 140727759183823 0
[pid=645/tid=698] ppid=642 vsize=14001980 CPUtime=13.37 cores=0,2,4,6
/proc/645/task/698/stat : 698 (java) S 642 645 19618 0 -1 1077944384 17910 12604 0 0 1280 50 5 2 20 0 15 0 48682789 14338027520 120681 18446744073709551615 4194304 4196468 140727759170256 140579679758992 140580080846549 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33185792 140727759177680 140727759180465 140727759180465 140727759183823 0
[pid=645/tid=699] ppid=642 vsize=14001980 CPUtime=13.36 cores=0,2,4,6
/proc/645/task/699/stat : 699 (java) S 642 645 19618 0 -1 1077944384 22538 12604 0 0 1277 52 5 2 20 0 15 0 48682789 14338027520 120681 18446744073709551615 4194304 4196468 140727759170256 140579678705936 140580080846549 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33185792 140727759177680 140727759180465 140727759180465 140727759183823 0
[pid=645/tid=700] ppid=642 vsize=14001980 CPUtime=13.34 cores=0,2,4,6
/proc/645/task/700/stat : 700 (java) S 642 645 19618 0 -1 1077944384 20063 12604 0 0 1275 52 5 2 20 0 15 0 48682789 14338027520 120681 18446744073709551615 4194304 4196468 140727759170256 140579677653392 140580080846549 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33185792 140727759177680 140727759180465 140727759180465 140727759183823 0
[pid=645/tid=701] ppid=642 vsize=14001980 CPUtime=8.97 cores=0,2,4,6
/proc/645/task/701/stat : 701 (java) S 642 645 19618 0 -1 1077944384 24531 12604 0 0 829 61 5 2 20 0 15 0 48682790 14338027520 120681 18446744073709551615 4194304 4196468 140727759170256 140579559119600 140580080847490 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33185792 140727759177680 140727759180465 140727759180465 140727759183823 0
[pid=645/tid=702] ppid=642 vsize=14001980 CPUtime=0.07 cores=0,2,4,6
/proc/645/task/702/stat : 702 (java) S 642 645 19618 0 -1 1077944384 59 12604 0 0 0 0 5 2 20 0 15 0 48682790 14338027520 120681 18446744073709551615 4194304 4196468 140727759170256 140579558065888 140580080846549 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33185792 140727759177680 140727759180465 140727759180465 140727759183823 0
[pid=645/tid=703] ppid=642 vsize=14001980 CPUtime=0.07 cores=0,2,4,6
/proc/645/task/703/stat : 703 (java) S 642 645 19618 0 -1 1077944384 50 12604 0 0 0 0 5 2 20 0 15 0 48682791 14338027520 120681 18446744073709551615 4194304 4196468 140727759170256 140579557012736 140580080846549 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33185792 140727759177680 140727759180465 140727759180465 140727759183823 0
[pid=645/tid=704] ppid=642 vsize=14001980 CPUtime=0.07 cores=0,2,4,6
/proc/645/task/704/stat : 704 (java) S 642 645 19618 0 -1 1077944384 3 12604 0 0 0 0 5 2 20 0 15 0 48682793 14338027520 120681 18446744073709551615 4194304 4196468 140727759170256 140579555961296 140580080854939 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33185792 140727759177680 140727759180465 140727759180465 140727759183823 0
[pid=645/tid=705] ppid=642 vsize=14001980 CPUtime=10.32 cores=0,2,4,6
/proc/645/task/705/stat : 705 (java) S 642 645 19618 0 -1 1077944384 16055 12604 0 0 1019 6 5 2 20 0 15 0 48682793 14338027520 120681 18446744073709551615 4194304 4196468 140727759170256 140579554908400 140580080847490 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33185792 140727759177680 140727759180465 140727759180465 140727759183823 0
[pid=645/tid=706] ppid=642 vsize=14001980 CPUtime=10.06 cores=0,2,4,6
/proc/645/task/706/stat : 706 (java) S 642 645 19618 0 -1 1077944384 13570 12604 0 0 993 6 5 2 20 0 15 0 48682793 14338027520 120681 18446744073709551615 4194304 4196468 140727759170256 140579553855856 140580080847490 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33185792 140727759177680 140727759180465 140727759180465 140727759183823 0
[pid=645/tid=707] ppid=642 vsize=14001980 CPUtime=3.91 cores=0,2,4,6
/proc/645/task/707/stat : 707 (java) S 642 645 19618 0 -1 1077944384 16623 12604 0 0 377 7 5 2 20 0 15 0 48682793 14338027520 120681 18446744073709551615 4194304 4196468 140727759170256 140579552802800 140580080847490 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33185792 140727759177680 140727759180465 140727759180465 140727759183823 0
[pid=645/tid=708] ppid=642 vsize=14001980 CPUtime=0.07 cores=0,2,4,6
/proc/645/task/708/stat : 708 (java) S 642 645 19618 0 -1 1077944384 3 12604 0 0 0 0 5 2 20 0 15 0 48682794 14338027520 120681 18446744073709551615 4194304 4196468 140727759170256 140579551750496 140580080846549 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33185792 140727759177680 140727759180465 140727759180465 140727759183823 0
[pid=645/tid=709] ppid=642 vsize=14001980 CPUtime=1.58 cores=0,2,4,6
/proc/645/task/709/stat : 709 (java) S 642 645 19618 0 -1 1077944384 1136 12604 0 0 73 78 5 2 20 0 15 0 48682796 14338027520 120681 18446744073709551615 4194304 4196468 140727759170256 140579550698544 140580080847490 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33185792 140727759177680 140727759180465 140727759180465 140727759183823 0
Current children cumulated CPU time (s) 2520.06
Current children cumulated vsize (KiB) 14001980

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

[startup+2458.4 s]
/proc/loadavg: 1.42 1.34 1.33 3/208 982
/proc/meminfo: memFree=30088708/32770624 swapFree=0/546356
[pid=645] ppid=642 vsize=14135108 CPUtime=2521.34 cores=0,2,4,6
/proc/645/stat : 645 (java) S 642 645 19618 0 -1 1077944320 261714 12604 0 0 251761 366 5 2 20 0 17 0 48682766 14474350592 121119 18446744073709551615 4194304 4196468 140727759170256 140727759152800 140580080836343 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 10 0 0 6293624 6294260 33185792 140727759177680 140727759180465 140727759180465 140727759183823 0
/proc/645/statm: 3533777 121119 3487 1 0 3522391 0
[pid=645/tid=696] ppid=642 vsize=14135108 CPUtime=2432.33 cores=0,2,4,6
/proc/645/task/696/stat : 696 (java) S 642 645 19618 0 -1 1077944384 101596 12604 0 0 243169 57 5 2 20 0 17 0 48682788 14474350592 121119 18446744073709551615 4194304 4196468 140727759170256 140580085074000 140580080846549 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 2 0 0 6293624 6294260 33185792 140727759177680 140727759180465 140727759180465 140727759183823 0
[pid=645/tid=697] ppid=642 vsize=14135108 CPUtime=13.66 cores=0,2,4,6
/proc/645/task/697/stat : 697 (java) R 642 645 19618 0 -1 4202560 19093 12604 0 0 1309 50 5 2 20 0 17 0 48682789 14474350592 121119 18446744073709551615 4194304 4196468 140727759170256 140580052679184 140580065535197 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33185792 140727759177680 140727759180465 140727759180465 140727759183823 0
[pid=645/tid=698] ppid=642 vsize=14135108 CPUtime=13.65 cores=0,2,4,6
/proc/645/task/698/stat : 698 (java) R 642 645 19618 0 -1 4202560 17967 12604 0 0 1308 50 5 2 20 0 17 0 48682789 14474350592 121119 18446744073709551615 4194304 4196468 140727759170256 140579679759192 140580065832744 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 33185792 140727759177680 140727759180465 140727759180465 140727759183823 0
[pid=645/tid=699] ppid=642 vsize=14135108 CPUtime=13.66 cores=0,2,4,6
/proc/645/task/699/stat : 699 (java) R 642 645 19618 0 -1 4202560 22593 12604 0 0 1307 52 5 2 20 0 17 0 48682789 14474350592 121119 18446744073709551615 4194304 4196468 140727759170256 140579678705936 140580065535213 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33185792 140727759177680 140727759180465 140727759180465 140727759183823 0
[pid=645/tid=700] ppid=642 vsize=14135108 CPUtime=13.63 cores=0,2,4,6
/proc/645/task/700/stat : 700 (java) R 642 645 19618 0 -1 4202560 20115 12604 0 0 1304 52 5 2 20 0 17 0 48682789 14474350592 121119 18446744073709551615 4194304 4196468 140727759170256 140579677653392 140580065535311 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33185792 140727759177680 140727759180465 140727759180465 140727759183823 0
[pid=645/tid=701] ppid=642 vsize=14135108 CPUtime=9.06 cores=0,2,4,6
/proc/645/task/701/stat : 701 (java) S 642 645 19618 0 -1 1077944384 30474 12604 0 0 838 61 5 2 20 0 17 0 48682790 14474350592 121119 18446744073709551615 4194304 4196468 140727759170256 140579559118224 140580080846549 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33185792 140727759177680 140727759180465 140727759180465 140727759183823 0
[pid=645/tid=702] ppid=642 vsize=14135108 CPUtime=0.07 cores=0,2,4,6
/proc/645/task/702/stat : 702 (java) S 642 645 19618 0 -1 1077944384 62 12604 0 0 0 0 5 2 20 0 17 0 48682790 14474350592 121119 18446744073709551615 4194304 4196468 140727759170256 140579558065520 140580080846549 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33185792 140727759177680 140727759180465 140727759180465 140727759183823 0
[pid=645/tid=703] ppid=642 vsize=14135108 CPUtime=0.07 cores=0,2,4,6
/proc/645/task/703/stat : 703 (java) S 642 645 19618 0 -1 1077944384 50 12604 0 0 0 0 5 2 20 0 17 0 48682791 14474350592 121119 18446744073709551615 4194304 4196468 140727759170256 140579557012736 140580080846549 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33185792 140727759177680 140727759180465 140727759180465 140727759183823 0
[pid=645/tid=704] ppid=642 vsize=14135108 CPUtime=0.07 cores=0,2,4,6
/proc/645/task/704/stat : 704 (java) S 642 645 19618 0 -1 1077944384 111 12604 0 0 0 0 5 2 20 0 17 0 48682793 14474350592 121119 18446744073709551615 4194304 4196468 140727759170256 140579555961296 140580080854939 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33185792 140727759177680 140727759180465 140727759180465 140727759183823 0
[pid=645/tid=705] ppid=642 vsize=14135108 CPUtime=10.32 cores=0,2,4,6
/proc/645/task/705/stat : 705 (java) S 642 645 19618 0 -1 1077944384 16055 12604 0 0 1019 6 5 2 20 0 17 0 48682793 14474350592 121119 18446744073709551615 4194304 4196468 140727759170256 140579554908400 140580080847490 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33185792 140727759177680 140727759180465 140727759180465 140727759183823 0
[pid=645/tid=706] ppid=642 vsize=14135108 CPUtime=10.06 cores=0,2,4,6
/proc/645/task/706/stat : 706 (java) S 642 645 19618 0 -1 1077944384 13570 12604 0 0 993 6 5 2 20 0 17 0 48682793 14474350592 121119 18446744073709551615 4194304 4196468 140727759170256 140579553855856 140580080847490 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33185792 140727759177680 140727759180465 140727759180465 140727759183823 0
[pid=645/tid=707] ppid=642 vsize=14135108 CPUtime=3.91 cores=0,2,4,6
/proc/645/task/707/stat : 707 (java) S 642 645 19618 0 -1 1077944384 16623 12604 0 0 377 7 5 2 20 0 17 0 48682793 14474350592 121119 18446744073709551615 4194304 4196468 140727759170256 140579552802800 140580080847490 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33185792 140727759177680 140727759180465 140727759180465 140727759183823 0
[pid=645/tid=708] ppid=642 vsize=14135108 CPUtime=0.07 cores=0,2,4,6
/proc/645/task/708/stat : 708 (java) S 642 645 19618 0 -1 1077944384 3 12604 0 0 0 0 5 2 20 0 17 0 48682794 14474350592 121119 18446744073709551615 4194304 4196468 140727759170256 140579551750496 140580080846549 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33185792 140727759177680 140727759180465 140727759180465 140727759183823 0
[pid=645/tid=709] ppid=642 vsize=14135108 CPUtime=1.58 cores=0,2,4,6
/proc/645/task/709/stat : 709 (java) R 642 645 19618 0 -1 1077944384 1136 12604 0 0 73 78 5 2 20 0 17 0 48682796 14474350592 121119 18446744073709551615 4194304 4196468 140727759170256 140579550698544 140580080847490 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33185792 140727759177680 140727759180465 140727759180465 140727759183823 0
Current children cumulated CPU time (s) 2521.34
Current children cumulated vsize (KiB) 14135108

Child status: 143
Real time (s): 2458.42
CPU time (s): 2521.39
CPU user time (s): 2517.69
CPU system time (s): 3.69945
CPU usage (%): 102.561
Max. virtual memory (cumulated for all children) (KiB): 14135108

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.69
system time used= 3.69945
maximum resident set size= 1688360
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 274465
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= 252033
involuntary context switches= 8527

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.0446 second user time and 14.8867 second system time

The end

Launcher Data

Begin job on node127 at 2017-08-11 17:07:26
IDJOB=4262498
IDBENCH=135026
IDSOLVER=2650
FILE ID=node127/4262498-1502464893
RUNJOBID= node127-1502411410-19681
PBS_JOBID= 
Free space on /tmp= 62008 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/PseudoBoolean/PseudoBoolean-dec-sptate/Pb-Tate-K097.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262498-1502464893/watcher-4262498-1502464893 -o /tmp/evaluation-result-4262498-1502464893/solver-4262498-1502464893 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node127-1502411410-19681 --watchdog 2580  bin/concrete HOME/instance-4262498-1502464893.xml

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

MD5SUM BENCH= c736c64a10dc2dd55507b217b8552514
RANDOM SEED=2011123438

node127.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.92
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.92
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.92
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.92
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:        29763648 kB
MemAvailable:   30570020 kB
Buffers:          257124 kB
Cached:           839216 kB
SwapCached:            0 kB
Active:          2011072 kB
Inactive:         570664 kB
Active(anon):    1485604 kB
Inactive(anon):    24908 kB
Active(file):     525468 kB
Inactive(file):   545756 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24896 kB
Writeback:             0 kB
AnonPages:       1507352 kB
Mapped:            55184 kB
Shmem:             25252 kB
Slab:             127820 kB
SReclaimable:     101968 kB
SUnreclaim:        25852 kB
KernelStack:        3696 kB
PageTables:         8100 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2254740 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1423360 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 61984 MiB
End job on node127 at 2017-08-11 17:48:25