Trace number 4262495

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.1001 2450.8501

General information on the benchmark

NamePseudoBoolean/PseudoBoolean-dec-pigeon/
Pb-pigeon-card-085-080.xml
MD5SUM28cd33bc142e306671660e6b259caafc
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 variables6800
Number of constraints165
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":6800}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":6800}]
Minimum constraint arity80
Maximum constraint arity85
Distribution of constraint arities[{"arity":80,"count":85},{"arity":85,"count":80}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":165}]
Optimization problemNO
Type of objective

Solver Data

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

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

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


[startup+0 s]
/proc/loadavg: 1.03 1.20 1.32 2/194 833
/proc/meminfo: memFree=30085068/32770624 swapFree=0/546092
[pid=833] ppid=830 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/833/stat : 833 (runsolver) D 830 833 19618 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 48783227 24240128 108 18446744073709551615 4194304 4338465 140723447750384 140723447748024 140393063973591 0 0 1 24578 18446744071580418449 0 0 17 7 0 0 0 0 0 6438912 6441760 31211520 140723447754960 140723447755337 140723447755337 140723447758794 0
/proc/833/statm: 5918 108 54 36 0 2156 0

[startup+0.100154 s]
/proc/loadavg: 1.03 1.20 1.32 2/194 833
/proc/meminfo: memFree=30085068/32770624 swapFree=0/546092
[pid=833] ppid=830 vsize=9508 CPUtime=0 cores=1,3,5,7
/proc/833/stat : 833 (bash) R 830 833 19618 0 -1 4202496 631 0 0 0 0 0 0 0 20 0 1 0 48783227 9736192 285 18446744073709551615 4194304 5098028 140725931732944 140725931732944 139789769184384 0 0 5 65536 0 0 0 17 3 0 0 9 0 0 7196144 7232144 23425024 140725931741716 140725931741801 140725931741801 140725931745258 0
/proc/833/statm: 2377 285 237 221 0 86 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9508

[startup+0.200216 s]
/proc/loadavg: 1.03 1.20 1.32 2/194 833
/proc/meminfo: memFree=30085068/32770624 swapFree=0/546092
[pid=833] ppid=830 vsize=9636 CPUtime=0.01 cores=1,3,5,7
/proc/833/stat : 833 (bash) S 830 833 19618 0 -1 4202496 890 6485 0 0 0 0 0 1 20 0 1 0 48783227 9867264 377 18446744073709551615 4194304 5098028 140725931732944 140725931726952 139789769919488 0 0 5 65536 18446744071580971376 0 0 17 3 0 0 9 0 0 7196144 7232144 23425024 140725931741716 140725931741801 140725931741801 140725931745258 0
/proc/833/statm: 2409 377 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.30031 s]
/proc/loadavg: 1.03 1.20 1.32 2/194 833
/proc/meminfo: memFree=30085068/32770624 swapFree=0/546092
[pid=833] ppid=830 vsize=13907308 CPUtime=0.13 cores=1,3,5,7
/proc/833/stat : 833 (java) S 830 833 19618 0 -1 1077944320 5818 12437 0 0 5 1 5 2 20 0 14 0 48783227 14241083392 5498 18446744073709551615 4194304 4196468 140727491179088 140727491161632 139973301174007 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 9 0 0 6293624 6294260 11800576 140727491184592 140727491187377 140727491187377 140727491190735 0
/proc/833/statm: 3476827 5498 2567 1 0 3466324 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 13907308

[startup+0.700235 s]
/proc/loadavg: 1.03 1.20 1.32 2/194 833
/proc/meminfo: memFree=30085068/32770624 swapFree=0/546092
[pid=833] ppid=830 vsize=13974784 CPUtime=0.69 cores=1,3,5,7
/proc/833/stat : 833 (java) S 830 833 19618 0 -1 1077944320 13963 12437 0 0 59 3 5 2 20 0 15 0 48783227 14310178816 14408 18446744073709551615 4194304 4196468 140727491179088 140727491161632 139973301174007 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 9 0 0 6293624 6294260 11800576 140727491184592 140727491187377 140727491187377 140727491190735 0
/proc/833/statm: 3493696 14408 3108 1 0 3482965 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 13974784

[startup+1.5044 s]
/proc/loadavg: 1.11 1.21 1.32 3/209 898
/proc/meminfo: memFree=29989656/32770624 swapFree=0/546080
[pid=833] ppid=830 vsize=13985408 CPUtime=1.91 cores=1,3,5,7
/proc/833/stat : 833 (java) S 830 833 19618 0 -1 1077944320 26554 12437 0 0 175 9 5 2 20 0 15 0 48783227 14321057792 43245 18446744073709551615 4194304 4196468 140727491179088 140727491161632 139973301174007 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 9 0 0 6293624 6294260 11800576 140727491184592 140727491187377 140727491187377 140727491190735 0
/proc/833/statm: 3496352 43245 3367 1 0 3485525 0
[pid=833/tid=883] ppid=830 vsize=13985408 CPUtime=1.28 cores=1,3,5,7
/proc/833/task/883/stat : 883 (java) S 830 833 19618 0 -1 1077944384 20511 12437 0 0 115 6 5 2 20 0 15 0 48783249 14321057792 43245 18446744073709551615 4194304 4196468 140727491179088 139973305392656 139973301184213 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 3 0 0 6293624 6294260 11800576 140727491184592 140727491187377 140727491187377 140727491190735 0
[pid=833/tid=884] ppid=830 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/833/task/884/stat : 884 (java) S 830 833 19618 0 -1 1077944384 32 12437 0 0 0 0 5 2 20 0 15 0 48783250 14321057792 43245 18446744073709551615 4194304 4196468 140727491179088 139973258140688 139973301184213 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11800576 140727491184592 140727491187377 140727491187377 140727491190735 0
[pid=833/tid=885] ppid=830 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/833/task/885/stat : 885 (java) S 830 833 19618 0 -1 1077944384 44 12437 0 0 1 0 5 2 20 0 15 0 48783250 14321057792 43245 18446744073709551615 4194304 4196468 140727491179088 139973257088144 139973301184213 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11800576 140727491184592 140727491187377 140727491187377 140727491190735 0
[pid=833/tid=886] ppid=830 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/833/task/886/stat : 886 (java) S 830 833 19618 0 -1 1077944384 36 12437 0 0 1 0 5 2 20 0 15 0 48783250 14321057792 43245 18446744073709551615 4194304 4196468 140727491179088 139973256035088 139973301184213 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11800576 140727491184592 140727491187377 140727491187377 140727491190735 0
[pid=833/tid=887] ppid=830 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/833/task/887/stat : 887 (java) S 830 833 19618 0 -1 1077944384 191 12437 0 0 1 0 5 2 20 0 15 0 48783250 14321057792 43245 18446744073709551615 4194304 4196468 140727491179088 139973254982544 139973301184213 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11800576 140727491184592 140727491187377 140727491187377 140727491190735 0
[pid=833/tid=888] ppid=830 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/833/task/888/stat : 888 (java) R 830 833 19618 0 -1 4202560 650 12437 0 0 1 0 5 2 20 0 15 0 48783251 14321057792 43245 18446744073709551615 4194304 4196468 140727491179088 139972285018912 139973293463456 0 0 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11800576 140727491184592 140727491187377 140727491187377 140727491190735 0
[pid=833/tid=890] ppid=830 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/833/task/890/stat : 890 (java) S 830 833 19618 0 -1 1077944384 33 12437 0 0 0 0 5 2 20 0 15 0 48783251 14321057792 43245 18446744073709551615 4194304 4196468 140727491179088 139972283966624 139973301184213 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11800576 140727491184592 140727491187377 140727491187377 140727491190735 0
[pid=833/tid=891] ppid=830 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/833/task/891/stat : 891 (java) S 830 833 19618 0 -1 1077944384 21 12437 0 0 0 0 5 2 20 0 15 0 48783252 14321057792 43245 18446744073709551615 4194304 4196468 140727491179088 139972282913520 139973301184213 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11800576 140727491184592 140727491187377 140727491187377 140727491190735 0
[pid=833/tid=892] ppid=830 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/833/task/892/stat : 892 (java) S 830 833 19618 0 -1 1077944384 3 12437 0 0 0 0 5 2 20 0 15 0 48783254 14321057792 43245 18446744073709551615 4194304 4196468 140727491179088 139972281862096 139973301192603 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11800576 140727491184592 140727491187377 140727491187377 140727491190735 0
[pid=833/tid=894] ppid=830 vsize=13985408 CPUtime=0.24 cores=1,3,5,7
/proc/833/task/894/stat : 894 (java) S 830 833 19618 0 -1 1077944384 1055 12437 0 0 17 0 5 2 20 0 15 0 48783254 14321057792 43245 18446744073709551615 4194304 4196468 140727491179088 139972280810224 139973301185154 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11800576 140727491184592 140727491187377 140727491187377 140727491190735 0
[pid=833/tid=895] ppid=830 vsize=13985408 CPUtime=0.2 cores=1,3,5,7
/proc/833/task/895/stat : 895 (java) S 830 833 19618 0 -1 1077944384 583 12437 0 0 13 0 5 2 20 0 15 0 48783254 14321057792 43245 18446744073709551615 4194304 4196468 140727491179088 139972279757680 139973301185154 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11800576 140727491184592 140727491187377 140727491187377 140727491190735 0
[pid=833/tid=896] ppid=830 vsize=13985408 CPUtime=0.29 cores=1,3,5,7
/proc/833/task/896/stat : 896 (java) S 830 833 19618 0 -1 1077944384 1244 12437 0 0 22 0 5 2 20 0 15 0 48783254 14321057792 43143 18446744073709551615 4194304 4196468 140727491179088 139972278700000 139973301184213 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11800576 140727491184592 140727491187377 140727491187377 140727491190735 0
[pid=833/tid=897] ppid=830 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/833/task/897/stat : 897 (java) S 830 833 19618 0 -1 1077944384 3 12437 0 0 0 0 5 2 20 0 15 0 48783255 14321057792 43143 18446744073709551615 4194304 4196468 140727491179088 139972277652320 139973301184213 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11800576 140727491184592 140727491187377 140727491187377 140727491190735 0
[pid=833/tid=898] ppid=830 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/833/task/898/stat : 898 (java) S 830 833 19618 0 -1 1077944384 3 12437 0 0 0 0 5 2 20 0 15 0 48783258 14321057792 43143 18446744073709551615 4194304 4196468 140727491179088 139972276599344 139973301185154 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11800576 140727491184592 140727491187377 140727491187377 140727491190735 0
Current children cumulated CPU time (s) 1.91
Current children cumulated vsize (KiB) 13985408

[startup+3.10398 s]
/proc/loadavg: 1.11 1.21 1.32 3/209 898
/proc/meminfo: memFree=29913784/32770624 swapFree=0/546080
[pid=833] ppid=830 vsize=13997884 CPUtime=5.93 cores=1,3,5,7
/proc/833/stat : 833 (java) S 830 833 19618 0 -1 1077944320 33898 12437 0 0 572 14 5 2 20 0 15 0 48783227 14333833216 58773 18446744073709551615 4194304 4196468 140727491179088 140727491161632 139973301174007 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 9 0 0 6293624 6294260 11800576 140727491184592 140727491187377 140727491187377 140727491190735 0
/proc/833/statm: 3499471 58773 3451 1 0 3488085 0
[pid=833/tid=883] ppid=830 vsize=13997884 CPUtime=2.87 cores=1,3,5,7
/proc/833/task/883/stat : 883 (java) R 830 833 19618 0 -1 4202560 24393 12437 0 0 272 8 5 2 20 0 15 0 48783249 14333833216 58773 18446744073709551615 4194304 4196468 140727491179088 139973305406416 139972933922555 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 11800576 140727491184592 140727491187377 140727491187377 140727491190735 0
[pid=833/tid=884] ppid=830 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/833/task/884/stat : 884 (java) S 830 833 19618 0 -1 1077944384 32 12437 0 0 0 0 5 2 20 0 15 0 48783250 14333833216 58773 18446744073709551615 4194304 4196468 140727491179088 139973258140688 139973301184213 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11800576 140727491184592 140727491187377 140727491187377 140727491190735 0
[pid=833/tid=885] ppid=830 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/833/task/885/stat : 885 (java) S 830 833 19618 0 -1 1077944384 44 12437 0 0 1 0 5 2 20 0 15 0 48783250 14333833216 58773 18446744073709551615 4194304 4196468 140727491179088 139973257088144 139973301184213 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11800576 140727491184592 140727491187377 140727491187377 140727491190735 0
[pid=833/tid=886] ppid=830 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/833/task/886/stat : 886 (java) S 830 833 19618 0 -1 1077944384 36 12437 0 0 1 0 5 2 20 0 15 0 48783250 14333833216 58773 18446744073709551615 4194304 4196468 140727491179088 139973256035088 139973301184213 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11800576 140727491184592 140727491187377 140727491187377 140727491190735 0
[pid=833/tid=887] ppid=830 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/833/task/887/stat : 887 (java) S 830 833 19618 0 -1 1077944384 191 12437 0 0 1 0 5 2 20 0 15 0 48783250 14333833216 58773 18446744073709551615 4194304 4196468 140727491179088 139973254982544 139973301184213 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11800576 140727491184592 140727491187377 140727491187377 140727491190735 0
[pid=833/tid=888] ppid=830 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/833/task/888/stat : 888 (java) S 830 833 19618 0 -1 1077944384 652 12437 0 0 1 0 5 2 20 0 15 0 48783251 14333833216 58773 18446744073709551615 4194304 4196468 140727491179088 139972285020400 139973301185154 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11800576 140727491184592 140727491187377 140727491187377 140727491190735 0
[pid=833/tid=890] ppid=830 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/833/task/890/stat : 890 (java) S 830 833 19618 0 -1 1077944384 55 12437 0 0 0 0 5 2 20 0 15 0 48783251 14333833216 58773 18446744073709551615 4194304 4196468 140727491179088 139972283966688 139973301184213 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11800576 140727491184592 140727491187377 140727491187377 140727491190735 0
[pid=833/tid=891] ppid=830 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/833/task/891/stat : 891 (java) S 830 833 19618 0 -1 1077944384 43 12437 0 0 0 0 5 2 20 0 15 0 48783252 14333833216 58773 18446744073709551615 4194304 4196468 140727491179088 139972282913536 139973301184213 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11800576 140727491184592 140727491187377 140727491187377 140727491190735 0
[pid=833/tid=892] ppid=830 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/833/task/892/stat : 892 (java) S 830 833 19618 0 -1 1077944384 3 12437 0 0 0 0 5 2 20 0 15 0 48783254 14333833216 58773 18446744073709551615 4194304 4196468 140727491179088 139972281862096 139973301192603 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11800576 140727491184592 140727491187377 140727491187377 140727491190735 0
[pid=833/tid=894] ppid=830 vsize=13997884 CPUtime=1.07 cores=1,3,5,7
/proc/833/task/894/stat : 894 (java) R 830 833 19618 0 -1 1077944384 1837 12437 0 0 100 0 5 2 20 0 15 0 48783254 14333833216 58773 18446744073709551615 4194304 4196468 140727491179088 139972280790288 139973301184213 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 11800576 140727491184592 140727491187377 140727491187377 140727491190735 0
[pid=833/tid=895] ppid=830 vsize=13997884 CPUtime=1.01 cores=1,3,5,7
/proc/833/task/895/stat : 895 (java) R 830 833 19618 0 -1 4202560 1396 12437 0 0 93 1 5 2 20 0 15 0 48783254 14333833216 58773 18446744073709551615 4194304 4196468 140727491179088 139972279739984 139973284393505 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11800576 140727491184592 140727491187377 140727491187377 140727491190735 0
[pid=833/tid=896] ppid=830 vsize=13997884 CPUtime=1.07 cores=1,3,5,7
/proc/833/task/896/stat : 896 (java) R 830 833 19618 0 -1 4202560 3060 12437 0 0 99 1 5 2 20 0 15 0 48783254 14333833216 58773 18446744073709551615 4194304 4196468 140727491179088 139972278699696 139973301185942 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11800576 140727491184592 140727491187377 140727491187377 140727491190735 0
[pid=833/tid=897] ppid=830 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/833/task/897/stat : 897 (java) S 830 833 19618 0 -1 1077944384 3 12437 0 0 0 0 5 2 20 0 15 0 48783255 14333833216 58773 18446744073709551615 4194304 4196468 140727491179088 139972277652320 139973301184213 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11800576 140727491184592 140727491187377 140727491187377 140727491190735 0
[pid=833/tid=898] ppid=830 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/833/task/898/stat : 898 (java) S 830 833 19618 0 -1 1077944384 3 12437 0 0 0 0 5 2 20 0 15 0 48783258 14333833216 58773 18446744073709551615 4194304 4196468 140727491179088 139972276599344 139973301185154 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11800576 140727491184592 140727491187377 140727491187377 140727491190735 0
Current children cumulated CPU time (s) 5.93
Current children cumulated vsize (KiB) 13997884

[startup+6.30176 s]
/proc/loadavg: 1.18 1.23 1.32 4/209 898
/proc/meminfo: memFree=29734152/32770624 swapFree=0/546076
[pid=833] ppid=830 vsize=14067516 CPUtime=14.32 cores=1,3,5,7
/proc/833/stat : 833 (java) S 830 833 19618 0 -1 1077944320 63765 12437 0 0 1402 23 5 2 20 0 15 0 48783227 14405136384 94732 18446744073709551615 4194304 4196468 140727491179088 140727491161632 139973301174007 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 9 0 0 6293624 6294260 11800576 140727491184592 140727491187377 140727491187377 140727491190735 0
/proc/833/statm: 3516879 94732 3477 1 0 3505493 0
[pid=833/tid=883] ppid=830 vsize=14067516 CPUtime=5.93 cores=1,3,5,7
/proc/833/task/883/stat : 883 (java) R 830 833 19618 0 -1 4202560 41520 12437 0 0 575 11 5 2 20 0 15 0 48783249 14405136384 94732 18446744073709551615 4194304 4196468 140727491179088 139973305406240 139972949401944 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 11800576 140727491184592 140727491187377 140727491187377 140727491190735 0
[pid=833/tid=884] ppid=830 vsize=14067516 CPUtime=0.17 cores=1,3,5,7
/proc/833/task/884/stat : 884 (java) S 830 833 19618 0 -1 1077944384 115 12437 0 0 9 1 5 2 20 0 15 0 48783250 14405136384 94732 18446744073709551615 4194304 4196468 140727491179088 139973258140688 139973301184213 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11800576 140727491184592 140727491187377 140727491187377 140727491190735 0
[pid=833/tid=885] ppid=830 vsize=14067516 CPUtime=0.17 cores=1,3,5,7
/proc/833/task/885/stat : 885 (java) S 830 833 19618 0 -1 1077944384 187 12437 0 0 9 1 5 2 20 0 15 0 48783250 14405136384 94732 18446744073709551615 4194304 4196468 140727491179088 139973257088144 139973301184213 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11800576 140727491184592 140727491187377 140727491187377 140727491190735 0
[pid=833/tid=886] ppid=830 vsize=14067516 CPUtime=0.16 cores=1,3,5,7
/proc/833/task/886/stat : 886 (java) S 830 833 19618 0 -1 1077944384 273 12437 0 0 9 0 5 2 20 0 15 0 48783250 14405136384 94732 18446744073709551615 4194304 4196468 140727491179088 139973256035088 139973301184213 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11800576 140727491184592 140727491187377 140727491187377 140727491190735 0
[pid=833/tid=887] ppid=830 vsize=14067516 CPUtime=0.16 cores=1,3,5,7
/proc/833/task/887/stat : 887 (java) S 830 833 19618 0 -1 1077944384 222 12437 0 0 9 0 5 2 20 0 15 0 48783250 14405136384 94732 18446744073709551615 4194304 4196468 140727491179088 139973254982544 139973301184213 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11800576 140727491184592 140727491187377 140727491187377 140727491190735 0
[pid=833/tid=888] ppid=830 vsize=14067516 CPUtime=0.11 cores=1,3,5,7
/proc/833/task/888/stat : 888 (java) S 830 833 19618 0 -1 1077944384 2771 12437 0 0 4 0 5 2 20 0 15 0 48783251 14405136384 94732 18446744073709551615 4194304 4196468 140727491179088 139972285020400 139973301185154 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11800576 140727491184592 140727491187377 140727491187377 140727491190735 0
[pid=833/tid=890] ppid=830 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/833/task/890/stat : 890 (java) S 830 833 19618 0 -1 1077944384 55 12437 0 0 0 0 5 2 20 0 15 0 48783251 14405136384 94732 18446744073709551615 4194304 4196468 140727491179088 139972283966752 139973301184213 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11800576 140727491184592 140727491187377 140727491187377 140727491190735 0
[pid=833/tid=891] ppid=830 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/833/task/891/stat : 891 (java) S 830 833 19618 0 -1 1077944384 47 12437 0 0 0 0 5 2 20 0 15 0 48783252 14405136384 94732 18446744073709551615 4194304 4196468 140727491179088 139972282913536 139973301184213 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11800576 140727491184592 140727491187377 140727491187377 140727491190735 0
[pid=833/tid=892] ppid=830 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/833/task/892/stat : 892 (java) S 830 833 19618 0 -1 1077944384 3 12437 0 0 0 0 5 2 20 0 15 0 48783254 14405136384 94732 18446744073709551615 4194304 4196468 140727491179088 139972281862096 139973301192603 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11800576 140727491184592 140727491187377 140727491187377 140727491190735 0
[pid=833/tid=894] ppid=830 vsize=14067516 CPUtime=3.1 cores=1,3,5,7
/proc/833/task/894/stat : 894 (java) S 830 833 19618 0 -1 1077944384 4575 12437 0 0 302 1 5 2 20 0 15 0 48783254 14405136384 94732 18446744073709551615 4194304 4196468 140727491179088 139972280810224 139973301185154 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11800576 140727491184592 140727491187377 140727491187377 140727491190735 0
[pid=833/tid=895] ppid=830 vsize=14067516 CPUtime=3.13 cores=1,3,5,7
/proc/833/task/895/stat : 895 (java) R 830 833 19618 0 -1 4202560 6160 12437 0 0 304 2 5 2 20 0 15 0 48783254 14405136384 94732 18446744073709551615 4194304 4196468 140727491179088 139972279757680 139973279190999 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11800576 140727491184592 140727491187377 140727491187377 140727491190735 0
[pid=833/tid=896] ppid=830 vsize=14067516 CPUtime=1.85 cores=1,3,5,7
/proc/833/task/896/stat : 896 (java) S 830 833 19618 0 -1 1077944384 5672 12437 0 0 176 2 5 2 20 0 15 0 48783254 14405136384 94732 18446744073709551615 4194304 4196468 140727491179088 139972278704624 139973301185154 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11800576 140727491184592 140727491187377 140727491187377 140727491190735 0
[pid=833/tid=897] ppid=830 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/833/task/897/stat : 897 (java) S 830 833 19618 0 -1 1077944384 3 12437 0 0 0 0 5 2 20 0 15 0 48783255 14405136384 94732 18446744073709551615 4194304 4196468 140727491179088 139972277652320 139973301184213 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11800576 140727491184592 140727491187377 140727491187377 140727491190735 0
[pid=833/tid=898] ppid=830 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/833/task/898/stat : 898 (java) S 830 833 19618 0 -1 1077944384 12 12437 0 0 0 0 5 2 20 0 15 0 48783258 14405136384 94732 18446744073709551615 4194304 4196468 140727491179088 139972276599344 139973301185154 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11800576 140727491184592 140727491187377 140727491187377 140727491190735 0
Current children cumulated CPU time (s) 14.32
Current children cumulated vsize (KiB) 14067516

[startup+12.7006 s]
/proc/loadavg: 1.25 1.24 1.33 4/209 898
/proc/meminfo: memFree=29553388/32770624 swapFree=0/546076
[pid=833] ppid=830 vsize=14067516 CPUtime=26.68 cores=1,3,5,7
/proc/833/stat : 833 (java) S 830 833 19618 0 -1 1077944320 76239 12437 0 0 2630 31 5 2 20 0 15 0 48783227 14405136384 137501 18446744073709551615 4194304 4196468 140727491179088 140727491161632 139973301174007 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 9 0 0 6293624 6294260 11800576 140727491184592 140727491187377 140727491187377 140727491190735 0
/proc/833/statm: 3516879 137501 3479 1 0 3505493 0
[pid=833/tid=883] ppid=830 vsize=14067516 CPUtime=12.28 cores=1,3,5,7
/proc/833/task/883/stat : 883 (java) R 830 833 19618 0 -1 4202560 42659 12437 0 0 1208 13 5 2 20 0 15 0 48783249 14405136384 137501 18446744073709551615 4194304 4196468 140727491179088 139973305404464 139972948987264 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 11800576 140727491184592 140727491187377 140727491187377 140727491190735 0
[pid=833/tid=884] ppid=830 vsize=14067516 CPUtime=0.19 cores=1,3,5,7
/proc/833/task/884/stat : 884 (java) S 830 833 19618 0 -1 1077944384 541 12437 0 0 11 1 5 2 20 0 15 0 48783250 14405136384 137501 18446744073709551615 4194304 4196468 140727491179088 139973258140688 139973301184213 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11800576 140727491184592 140727491187377 140727491187377 140727491190735 0
[pid=833/tid=885] ppid=830 vsize=14067516 CPUtime=0.2 cores=1,3,5,7
/proc/833/task/885/stat : 885 (java) S 830 833 19618 0 -1 1077944384 696 12437 0 0 11 2 5 2 20 0 15 0 48783250 14405136384 137501 18446744073709551615 4194304 4196468 140727491179088 139973257088144 139973301184213 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11800576 140727491184592 140727491187377 140727491187377 140727491190735 0
[pid=833/tid=886] ppid=830 vsize=14067516 CPUtime=0.19 cores=1,3,5,7
/proc/833/task/886/stat : 886 (java) S 830 833 19618 0 -1 1077944384 348 12437 0 0 11 1 5 2 20 0 15 0 48783250 14405136384 137501 18446744073709551615 4194304 4196468 140727491179088 139973256035088 139973301184213 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11800576 140727491184592 140727491187377 140727491187377 140727491190735 0
[pid=833/tid=887] ppid=830 vsize=14067516 CPUtime=0.18 cores=1,3,5,7
/proc/833/task/887/stat : 887 (java) S 830 833 19618 0 -1 1077944384 1103 12437 0 0 10 1 5 2 20 0 15 0 48783250 14405136384 137501 18446744073709551615 4194304 4196468 140727491179088 139973254982544 139973301184213 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11800576 140727491184592 140727491187377 140727491187377 140727491190735 0
[pid=833/tid=888] ppid=830 vsize=14067516 CPUtime=0.13 cores=1,3,5,7
/proc/833/task/888/stat : 888 (java) S 830 833 19618 0 -1 1077944384 3142 12437 0 0 6 0 5 2 20 0 15 0 48783251 14405136384 137501 18446744073709551615 4194304 4196468 140727491179088 139972285020400 139973301185154 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11800576 140727491184592 140727491187377 140727491187377 140727491190735 0
[pid=833/tid=890] ppid=830 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/833/task/890/stat : 890 (java) S 830 833 19618 0 -1 1077944384 55 12437 0 0 0 0 5 2 20 0 15 0 48783251 14405136384 137501 18446744073709551615 4194304 4196468 140727491179088 139972283966752 139973301184213 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11800576 140727491184592 140727491187377 140727491187377 140727491190735 0
[pid=833/tid=891] ppid=830 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/833/task/891/stat : 891 (java) S 830 833 19618 0 -1 1077944384 47 12437 0 0 0 0 5 2 20 0 15 0 48783252 14405136384 137501 18446744073709551615 4194304 4196468 140727491179088 139972282913536 139973301184213 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11800576 140727491184592 140727491187377 140727491187377 140727491190735 0
[pid=833/tid=892] ppid=830 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/833/task/892/stat : 892 (java) S 830 833 19618 0 -1 1077944384 3 12437 0 0 0 0 5 2 20 0 15 0 48783254 14405136384 137501 18446744073709551615 4194304 4196468 140727491179088 139972281862096 139973301192603 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11800576 140727491184592 140727491187377 140727491187377 140727491190735 0

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


[startup+2382.3 s]
/proc/loadavg: 1.36 1.38 1.40 3/210 1196
/proc/meminfo: memFree=26302120/32770624 swapFree=0/546556
[pid=833] ppid=830 vsize=14067516 CPUtime=2450.76 cores=1,3,5,7
/proc/833/stat : 833 (java) S 830 833 19618 0 -1 1077944320 190209 12437 0 0 244739 330 5 2 20 0 15 0 48783227 14405136384 160128 18446744073709551615 4194304 4196468 140727491179088 140727491161632 139973301174007 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 9 0 0 6293624 6294260 11800576 140727491184592 140727491187377 140727491187377 140727491190735 0
/proc/833/statm: 3516879 160128 3479 1 0 3505493 0
[pid=833/tid=883] ppid=830 vsize=14067516 CPUtime=2360.74 cores=1,3,5,7
/proc/833/task/883/stat : 883 (java) R 830 833 19618 0 -1 4202560 75085 12437 0 0 236025 42 5 2 20 0 15 0 48783249 14405136384 160128 18446744073709551615 4194304 4196468 140727491179088 139973305406960 139972949402271 0 4 1 16800974 0 0 0 -1 7 0 0 3 0 0 6293624 6294260 11800576 140727491184592 140727491187377 140727491187377 140727491190735 0
[pid=833/tid=884] ppid=830 vsize=14067516 CPUtime=10.52 cores=1,3,5,7
/proc/833/task/884/stat : 884 (java) S 830 833 19618 0 -1 1077944384 9593 12437 0 0 996 49 5 2 20 0 15 0 48783250 14405136384 160128 18446744073709551615 4194304 4196468 140727491179088 139973258140688 139973301184213 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11800576 140727491184592 140727491187377 140727491187377 140727491190735 0
[pid=833/tid=885] ppid=830 vsize=14067516 CPUtime=10.51 cores=1,3,5,7
/proc/833/task/885/stat : 885 (java) S 830 833 19618 0 -1 1077944384 12383 12437 0 0 993 51 5 2 20 0 15 0 48783250 14405136384 160128 18446744073709551615 4194304 4196468 140727491179088 139973257088144 139973301184213 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11800576 140727491184592 140727491187377 140727491187377 140727491190735 0
[pid=833/tid=886] ppid=830 vsize=14067516 CPUtime=10.5 cores=1,3,5,7
/proc/833/task/886/stat : 886 (java) S 830 833 19618 0 -1 1077944384 11248 12437 0 0 995 48 5 2 20 0 15 0 48783250 14405136384 160128 18446744073709551615 4194304 4196468 140727491179088 139973256035088 139973301184213 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11800576 140727491184592 140727491187377 140727491187377 140727491190735 0
[pid=833/tid=887] ppid=830 vsize=14067516 CPUtime=10.48 cores=1,3,5,7
/proc/833/task/887/stat : 887 (java) S 830 833 19618 0 -1 1077944384 12508 12437 0 0 991 50 5 2 20 0 15 0 48783250 14405136384 160128 18446744073709551615 4194304 4196468 140727491179088 139973254982544 139973301184213 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11800576 140727491184592 140727491187377 140727491187377 140727491190735 0
[pid=833/tid=888] ppid=830 vsize=14067516 CPUtime=9.21 cores=1,3,5,7
/proc/833/task/888/stat : 888 (java) S 830 833 19618 0 -1 1077944384 12218 12437 0 0 864 50 5 2 20 0 15 0 48783251 14405136384 160128 18446744073709551615 4194304 4196468 140727491179088 139972285020400 139973301185154 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11800576 140727491184592 140727491187377 140727491187377 140727491190735 0
[pid=833/tid=890] ppid=830 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/833/task/890/stat : 890 (java) S 830 833 19618 0 -1 1077944384 55 12437 0 0 0 0 5 2 20 0 15 0 48783251 14405136384 160128 18446744073709551615 4194304 4196468 140727491179088 139972283966752 139973301184213 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11800576 140727491184592 140727491187377 140727491187377 140727491190735 0
[pid=833/tid=891] ppid=830 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/833/task/891/stat : 891 (java) S 830 833 19618 0 -1 1077944384 47 12437 0 0 0 0 5 2 20 0 15 0 48783252 14405136384 160128 18446744073709551615 4194304 4196468 140727491179088 139972282913536 139973301184213 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11800576 140727491184592 140727491187377 140727491187377 140727491190735 0
[pid=833/tid=892] ppid=830 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/833/task/892/stat : 892 (java) S 830 833 19618 0 -1 1077944384 3 12437 0 0 0 0 5 2 20 0 15 0 48783254 14405136384 160128 18446744073709551615 4194304 4196468 140727491179088 139972281862096 139973301192603 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11800576 140727491184592 140727491187377 140727491187377 140727491190735 0
[pid=833/tid=894] ppid=830 vsize=14067516 CPUtime=16.02 cores=1,3,5,7
/proc/833/task/894/stat : 894 (java) S 830 833 19618 0 -1 1077944384 14978 12437 0 0 1590 5 5 2 20 0 15 0 48783254 14405136384 160128 18446744073709551615 4194304 4196468 140727491179088 139972280810224 139973301185154 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11800576 140727491184592 140727491187377 140727491187377 140727491190735 0
[pid=833/tid=895] ppid=830 vsize=14067516 CPUtime=15.58 cores=1,3,5,7
/proc/833/task/895/stat : 895 (java) S 830 833 19618 0 -1 1077944384 18997 12437 0 0 1545 6 5 2 20 0 15 0 48783254 14405136384 160128 18446744073709551615 4194304 4196468 140727491179088 139972279757680 139973301185154 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11800576 140727491184592 140727491187377 140727491187377 140727491190735 0
[pid=833/tid=896] ppid=830 vsize=14067516 CPUtime=6.3 cores=1,3,5,7
/proc/833/task/896/stat : 896 (java) S 830 833 19618 0 -1 1077944384 20098 12437 0 0 616 7 5 2 20 0 15 0 48783254 14405136384 160128 18446744073709551615 4194304 4196468 140727491179088 139972278704624 139973301185154 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11800576 140727491184592 140727491187377 140727491187377 140727491190735 0
[pid=833/tid=897] ppid=830 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/833/task/897/stat : 897 (java) S 830 833 19618 0 -1 1077944384 3 12437 0 0 0 0 5 2 20 0 15 0 48783255 14405136384 160128 18446744073709551615 4194304 4196468 140727491179088 139972277652320 139973301184213 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11800576 140727491184592 140727491187377 140727491187377 140727491190735 0
[pid=833/tid=898] ppid=830 vsize=14067516 CPUtime=1.41 cores=1,3,5,7
/proc/833/task/898/stat : 898 (java) S 830 833 19618 0 -1 1077944384 843 12437 0 0 61 73 5 2 20 0 15 0 48783258 14405136384 160128 18446744073709551615 4194304 4196468 140727491179088 139972276599344 139973301185154 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11800576 140727491184592 140727491187377 140727491187377 140727491190735 0
Current children cumulated CPU time (s) 2450.76
Current children cumulated vsize (KiB) 14067516

[startup+2442.3 s]
/proc/loadavg: 1.59 1.44 1.42 3/210 1198
/proc/meminfo: memFree=26302472/32770624 swapFree=0/546596
[pid=833] ppid=830 vsize=14067516 CPUtime=2511.69 cores=1,3,5,7
/proc/833/stat : 833 (java) S 830 833 19618 0 -1 1077944320 191137 12437 0 0 250823 339 5 2 20 0 15 0 48783227 14405136384 160135 18446744073709551615 4194304 4196468 140727491179088 140727491161632 139973301174007 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 9 0 0 6293624 6294260 11800576 140727491184592 140727491187377 140727491187377 140727491190735 0
/proc/833/statm: 3516879 160135 3479 1 0 3505493 0
[pid=833/tid=883] ppid=830 vsize=14067516 CPUtime=2420.15 cores=1,3,5,7
/proc/833/task/883/stat : 883 (java) R 830 833 19618 0 -1 4202560 75672 12437 0 0 241965 43 5 2 20 0 15 0 48783249 14405136384 160135 18446744073709551615 4194304 4196468 140727491179088 139973305407104 139972949863640 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 11800576 140727491184592 140727491187377 140727491187377 140727491190735 0
[pid=833/tid=884] ppid=830 vsize=14067516 CPUtime=10.83 cores=1,3,5,7
/proc/833/task/884/stat : 884 (java) S 830 833 19618 0 -1 1077944384 9768 12437 0 0 1025 51 5 2 20 0 15 0 48783250 14405136384 160135 18446744073709551615 4194304 4196468 140727491179088 139973258140688 139973301184213 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11800576 140727491184592 140727491187377 140727491187377 140727491190735 0
[pid=833/tid=885] ppid=830 vsize=14067516 CPUtime=10.82 cores=1,3,5,7
/proc/833/task/885/stat : 885 (java) S 830 833 19618 0 -1 1077944384 12429 12437 0 0 1022 53 5 2 20 0 15 0 48783250 14405136384 160135 18446744073709551615 4194304 4196468 140727491179088 139973257088144 139973301184213 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11800576 140727491184592 140727491187377 140727491187377 140727491190735 0
[pid=833/tid=886] ppid=830 vsize=14067516 CPUtime=10.8 cores=1,3,5,7
/proc/833/task/886/stat : 886 (java) S 830 833 19618 0 -1 1077944384 11252 12437 0 0 1024 49 5 2 20 0 15 0 48783250 14405136384 160135 18446744073709551615 4194304 4196468 140727491179088 139973256035088 139973301184213 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11800576 140727491184592 140727491187377 140727491187377 140727491190735 0
[pid=833/tid=887] ppid=830 vsize=14067516 CPUtime=10.78 cores=1,3,5,7
/proc/833/task/887/stat : 887 (java) S 830 833 19618 0 -1 1077944384 12584 12437 0 0 1019 52 5 2 20 0 15 0 48783250 14405136384 160135 18446744073709551615 4194304 4196468 140727491179088 139973254982544 139973301184213 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11800576 140727491184592 140727491187377 140727491187377 140727491190735 0
[pid=833/tid=888] ppid=830 vsize=14067516 CPUtime=9.47 cores=1,3,5,7
/proc/833/task/888/stat : 888 (java) S 830 833 19618 0 -1 1077944384 12245 12437 0 0 889 51 5 2 20 0 15 0 48783251 14405136384 160135 18446744073709551615 4194304 4196468 140727491179088 139972285020400 139973301185154 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11800576 140727491184592 140727491187377 140727491187377 140727491190735 0
[pid=833/tid=890] ppid=830 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/833/task/890/stat : 890 (java) S 830 833 19618 0 -1 1077944384 55 12437 0 0 0 0 5 2 20 0 15 0 48783251 14405136384 160135 18446744073709551615 4194304 4196468 140727491179088 139972283966752 139973301184213 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11800576 140727491184592 140727491187377 140727491187377 140727491190735 0
[pid=833/tid=891] ppid=830 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/833/task/891/stat : 891 (java) S 830 833 19618 0 -1 1077944384 47 12437 0 0 0 0 5 2 20 0 15 0 48783252 14405136384 160135 18446744073709551615 4194304 4196468 140727491179088 139972282913536 139973301184213 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11800576 140727491184592 140727491187377 140727491187377 140727491190735 0
[pid=833/tid=892] ppid=830 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/833/task/892/stat : 892 (java) S 830 833 19618 0 -1 1077944384 3 12437 0 0 0 0 5 2 20 0 15 0 48783254 14405136384 160135 18446744073709551615 4194304 4196468 140727491179088 139972281862096 139973301192603 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11800576 140727491184592 140727491187377 140727491187377 140727491190735 0
[pid=833/tid=894] ppid=830 vsize=14067516 CPUtime=16.02 cores=1,3,5,7
/proc/833/task/894/stat : 894 (java) S 830 833 19618 0 -1 1077944384 14981 12437 0 0 1590 5 5 2 20 0 15 0 48783254 14405136384 160135 18446744073709551615 4194304 4196468 140727491179088 139972280810224 139973301185154 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11800576 140727491184592 140727491187377 140727491187377 140727491190735 0
[pid=833/tid=895] ppid=830 vsize=14067516 CPUtime=15.58 cores=1,3,5,7
/proc/833/task/895/stat : 895 (java) S 830 833 19618 0 -1 1077944384 18999 12437 0 0 1545 6 5 2 20 0 15 0 48783254 14405136384 160135 18446744073709551615 4194304 4196468 140727491179088 139972279757680 139973301185154 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11800576 140727491184592 140727491187377 140727491187377 140727491190735 0
[pid=833/tid=896] ppid=830 vsize=14067516 CPUtime=6.3 cores=1,3,5,7
/proc/833/task/896/stat : 896 (java) S 830 833 19618 0 -1 1077944384 20100 12437 0 0 616 7 5 2 20 0 15 0 48783254 14405136384 160135 18446744073709551615 4194304 4196468 140727491179088 139972278704624 139973301185154 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11800576 140727491184592 140727491187377 140727491187377 140727491190735 0
[pid=833/tid=897] ppid=830 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/833/task/897/stat : 897 (java) S 830 833 19618 0 -1 1077944384 3 12437 0 0 0 0 5 2 20 0 15 0 48783255 14405136384 160135 18446744073709551615 4194304 4196468 140727491179088 139972277652320 139973301184213 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11800576 140727491184592 140727491187377 140727491187377 140727491190735 0
[pid=833/tid=898] ppid=830 vsize=14067516 CPUtime=1.44 cores=1,3,5,7
/proc/833/task/898/stat : 898 (java) S 830 833 19618 0 -1 1077944384 849 12437 0 0 63 74 5 2 20 0 15 0 48783258 14405136384 160135 18446744073709551615 4194304 4196468 140727491179088 139972276599344 139973301185154 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11800576 140727491184592 140727491187377 140727491187377 140727491190735 0
Current children cumulated CPU time (s) 2511.69
Current children cumulated vsize (KiB) 14067516



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2450.5 s]
/proc/loadavg: 1.63 1.45 1.42 3/210 1198
/proc/meminfo: memFree=26302456/32770624 swapFree=0/546600
[pid=833] ppid=830 vsize=14067516 CPUtime=2520.02 cores=1,3,5,7
/proc/833/stat : 833 (java) S 830 833 19618 0 -1 1077944320 191663 12437 0 0 251655 340 5 2 20 0 15 0 48783227 14405136384 160137 18446744073709551615 4194304 4196468 140727491179088 140727491161632 139973301174007 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 9 0 0 6293624 6294260 11800576 140727491184592 140727491187377 140727491187377 140727491190735 0
/proc/833/statm: 3516879 160137 3479 1 0 3505493 0
[pid=833/tid=883] ppid=830 vsize=14067516 CPUtime=2428.26 cores=1,3,5,7
/proc/833/task/883/stat : 883 (java) R 830 833 19618 0 -1 4202560 75819 12437 0 0 242775 44 5 2 20 0 15 0 48783249 14405136384 160137 18446744073709551615 4194304 4196468 140727491179088 139973305407072 139972949401920 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 11800576 140727491184592 140727491187377 140727491187377 140727491190735 0
[pid=833/tid=884] ppid=830 vsize=14067516 CPUtime=10.88 cores=1,3,5,7
/proc/833/task/884/stat : 884 (java) S 830 833 19618 0 -1 1077944384 9877 12437 0 0 1030 51 5 2 20 0 15 0 48783250 14405136384 160137 18446744073709551615 4194304 4196468 140727491179088 139973258140688 139973301184213 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11800576 140727491184592 140727491187377 140727491187377 140727491190735 0
[pid=833/tid=885] ppid=830 vsize=14067516 CPUtime=10.87 cores=1,3,5,7
/proc/833/task/885/stat : 885 (java) S 830 833 19618 0 -1 1077944384 12439 12437 0 0 1027 53 5 2 20 0 15 0 48783250 14405136384 160137 18446744073709551615 4194304 4196468 140727491179088 139973257088144 139973301184213 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11800576 140727491184592 140727491187377 140727491187377 140727491190735 0
[pid=833/tid=886] ppid=830 vsize=14067516 CPUtime=10.84 cores=1,3,5,7
/proc/833/task/886/stat : 886 (java) S 830 833 19618 0 -1 1077944384 11310 12437 0 0 1028 49 5 2 20 0 15 0 48783250 14405136384 160137 18446744073709551615 4194304 4196468 140727491179088 139973256035088 139973301184213 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11800576 140727491184592 140727491187377 140727491187377 140727491190735 0
[pid=833/tid=887] ppid=830 vsize=14067516 CPUtime=10.83 cores=1,3,5,7
/proc/833/task/887/stat : 887 (java) S 830 833 19618 0 -1 1077944384 12612 12437 0 0 1024 52 5 2 20 0 15 0 48783250 14405136384 160137 18446744073709551615 4194304 4196468 140727491179088 139973254982544 139973301184213 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11800576 140727491184592 140727491187377 140727491187377 140727491190735 0
[pid=833/tid=888] ppid=830 vsize=14067516 CPUtime=9.5 cores=1,3,5,7
/proc/833/task/888/stat : 888 (java) S 830 833 19618 0 -1 1077944384 12409 12437 0 0 892 51 5 2 20 0 15 0 48783251 14405136384 160137 18446744073709551615 4194304 4196468 140727491179088 139972285020400 139973301185154 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11800576 140727491184592 140727491187377 140727491187377 140727491190735 0
[pid=833/tid=890] ppid=830 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/833/task/890/stat : 890 (java) S 830 833 19618 0 -1 1077944384 55 12437 0 0 0 0 5 2 20 0 15 0 48783251 14405136384 160137 18446744073709551615 4194304 4196468 140727491179088 139972283966752 139973301184213 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11800576 140727491184592 140727491187377 140727491187377 140727491190735 0
[pid=833/tid=891] ppid=830 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/833/task/891/stat : 891 (java) S 830 833 19618 0 -1 1077944384 47 12437 0 0 0 0 5 2 20 0 15 0 48783252 14405136384 160137 18446744073709551615 4194304 4196468 140727491179088 139972282913536 139973301184213 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11800576 140727491184592 140727491187377 140727491187377 140727491190735 0
[pid=833/tid=892] ppid=830 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/833/task/892/stat : 892 (java) S 830 833 19618 0 -1 1077944384 3 12437 0 0 0 0 5 2 20 0 15 0 48783254 14405136384 160137 18446744073709551615 4194304 4196468 140727491179088 139972281862096 139973301192603 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11800576 140727491184592 140727491187377 140727491187377 140727491190735 0
[pid=833/tid=894] ppid=830 vsize=14067516 CPUtime=16.02 cores=1,3,5,7
/proc/833/task/894/stat : 894 (java) S 830 833 19618 0 -1 1077944384 14981 12437 0 0 1590 5 5 2 20 0 15 0 48783254 14405136384 160137 18446744073709551615 4194304 4196468 140727491179088 139972280810224 139973301185154 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11800576 140727491184592 140727491187377 140727491187377 140727491190735 0
[pid=833/tid=895] ppid=830 vsize=14067516 CPUtime=15.58 cores=1,3,5,7
/proc/833/task/895/stat : 895 (java) S 830 833 19618 0 -1 1077944384 18999 12437 0 0 1545 6 5 2 20 0 15 0 48783254 14405136384 160137 18446744073709551615 4194304 4196468 140727491179088 139972279757680 139973301185154 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11800576 140727491184592 140727491187377 140727491187377 140727491190735 0
[pid=833/tid=896] ppid=830 vsize=14067516 CPUtime=6.3 cores=1,3,5,7
/proc/833/task/896/stat : 896 (java) S 830 833 19618 0 -1 1077944384 20100 12437 0 0 616 7 5 2 20 0 15 0 48783254 14405136384 160137 18446744073709551615 4194304 4196468 140727491179088 139972278704624 139973301185154 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11800576 140727491184592 140727491187377 140727491187377 140727491190735 0
[pid=833/tid=897] ppid=830 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/833/task/897/stat : 897 (java) S 830 833 19618 0 -1 1077944384 3 12437 0 0 0 0 5 2 20 0 15 0 48783255 14405136384 160137 18446744073709551615 4194304 4196468 140727491179088 139972277652320 139973301184213 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11800576 140727491184592 140727491187377 140727491187377 140727491190735 0
[pid=833/tid=898] ppid=830 vsize=14067516 CPUtime=1.45 cores=1,3,5,7
/proc/833/task/898/stat : 898 (java) S 830 833 19618 0 -1 1077944384 859 12437 0 0 63 75 5 2 20 0 15 0 48783258 14405136384 160137 18446744073709551615 4194304 4196468 140727491179088 139972276599344 139973301185154 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11800576 140727491184592 140727491187377 140727491187377 140727491190735 0
Current children cumulated CPU time (s) 2520.02
Current children cumulated vsize (KiB) 14067516

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

[startup+2450.8 s]
/proc/loadavg: 1.90 1.50 1.44 6/211 1200
/proc/meminfo: memFree=26297956/32770624 swapFree=0/546600
[pid=833] ppid=830 vsize=14200644 CPUtime=2520.99 cores=1,3,5,7
/proc/833/stat : 833 (java) S 830 833 19618 0 -1 1077944320 198125 12437 0 0 251752 340 5 2 20 0 17 0 48783227 14541459456 161333 18446744073709551615 4194304 4196468 140727491179088 140727491161632 139973301174007 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 9 0 0 6293624 6294260 11800576 140727491184592 140727491187377 140727491187377 140727491190735 0
/proc/833/statm: 3550161 161333 3480 1 0 3538775 0
[pid=833/tid=883] ppid=830 vsize=14200644 CPUtime=2428.27 cores=1,3,5,7
/proc/833/task/883/stat : 883 (java) S 830 833 19618 0 -1 1077944384 76215 12437 0 0 242776 44 5 2 20 0 17 0 48783249 14541459456 161333 18446744073709551615 4194304 4196468 140727491179088 139973305411664 139973301184213 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 3 0 0 6293624 6294260 11800576 140727491184592 140727491187377 140727491187377 140727491190735 0
[pid=833/tid=884] ppid=830 vsize=14200644 CPUtime=11.11 cores=1,3,5,7
/proc/833/task/884/stat : 884 (java) R 830 833 19618 0 -1 4202560 9892 12437 0 0 1053 51 5 2 20 0 17 0 48783250 14541459456 161333 18446744073709551615 4194304 4196468 140727491179088 139973258140688 139973293802215 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11800576 140727491184592 140727491187377 140727491187377 140727491190735 0
[pid=833/tid=885] ppid=830 vsize=14200644 CPUtime=11.09 cores=1,3,5,7
/proc/833/task/885/stat : 885 (java) R 830 833 19618 0 -1 4202560 12449 12437 0 0 1049 53 5 2 20 0 17 0 48783250 14541459456 161333 18446744073709551615 4194304 4196468 140727491179088 139973257088032 139973286159303 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 11800576 140727491184592 140727491187377 140727491187377 140727491190735 0
[pid=833/tid=886] ppid=830 vsize=14200644 CPUtime=11.07 cores=1,3,5,7
/proc/833/task/886/stat : 886 (java) R 830 833 19618 0 -1 4202560 11316 12437 0 0 1051 49 5 2 20 0 17 0 48783250 14541459456 161333 18446744073709551615 4194304 4196468 140727491179088 139973256035088 139973293802215 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11800576 140727491184592 140727491187377 140727491187377 140727491190735 0
[pid=833/tid=887] ppid=830 vsize=14200644 CPUtime=11.05 cores=1,3,5,7
/proc/833/task/887/stat : 887 (java) R 830 833 19618 0 -1 4202560 12617 12437 0 0 1046 52 5 2 20 0 17 0 48783250 14541459456 161333 18446744073709551615 4194304 4196468 140727491179088 139973254982544 139973293802215 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11800576 140727491184592 140727491187377 140727491187377 140727491190735 0
[pid=833/tid=888] ppid=830 vsize=14200644 CPUtime=9.57 cores=1,3,5,7
/proc/833/task/888/stat : 888 (java) S 830 833 19618 0 -1 1077944384 18203 12437 0 0 899 51 5 2 20 0 17 0 48783251 14541459456 161333 18446744073709551615 4194304 4196468 140727491179088 139972285018800 139973301184213 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11800576 140727491184592 140727491187377 140727491187377 140727491190735 0
[pid=833/tid=890] ppid=830 vsize=14200644 CPUtime=0.07 cores=1,3,5,7
/proc/833/task/890/stat : 890 (java) S 830 833 19618 0 -1 1077944384 56 12437 0 0 0 0 5 2 20 0 17 0 48783251 14541459456 161333 18446744073709551615 4194304 4196468 140727491179088 139972283966656 139973301184213 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11800576 140727491184592 140727491187377 140727491187377 140727491190735 0
[pid=833/tid=891] ppid=830 vsize=14200644 CPUtime=0.07 cores=1,3,5,7
/proc/833/task/891/stat : 891 (java) S 830 833 19618 0 -1 1077944384 47 12437 0 0 0 0 5 2 20 0 17 0 48783252 14541459456 161333 18446744073709551615 4194304 4196468 140727491179088 139972282913536 139973301184213 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11800576 140727491184592 140727491187377 140727491187377 140727491190735 0
[pid=833/tid=892] ppid=830 vsize=14200644 CPUtime=0.07 cores=1,3,5,7
/proc/833/task/892/stat : 892 (java) S 830 833 19618 0 -1 1077944384 113 12437 0 0 0 0 5 2 20 0 17 0 48783254 14541459456 161333 18446744073709551615 4194304 4196468 140727491179088 139972281862096 139973301192603 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11800576 140727491184592 140727491187377 140727491187377 140727491190735 0
[pid=833/tid=894] ppid=830 vsize=14200644 CPUtime=16.02 cores=1,3,5,7
/proc/833/task/894/stat : 894 (java) S 830 833 19618 0 -1 1077944384 14981 12437 0 0 1590 5 5 2 20 0 17 0 48783254 14541459456 161333 18446744073709551615 4194304 4196468 140727491179088 139972280810224 139973301185154 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11800576 140727491184592 140727491187377 140727491187377 140727491190735 0
[pid=833/tid=895] ppid=830 vsize=14200644 CPUtime=15.58 cores=1,3,5,7
/proc/833/task/895/stat : 895 (java) S 830 833 19618 0 -1 1077944384 18999 12437 0 0 1545 6 5 2 20 0 17 0 48783254 14541459456 161333 18446744073709551615 4194304 4196468 140727491179088 139972279757680 139973301185154 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11800576 140727491184592 140727491187377 140727491187377 140727491190735 0
[pid=833/tid=896] ppid=830 vsize=14200644 CPUtime=6.3 cores=1,3,5,7
/proc/833/task/896/stat : 896 (java) S 830 833 19618 0 -1 1077944384 20100 12437 0 0 616 7 5 2 20 0 17 0 48783254 14541459456 161333 18446744073709551615 4194304 4196468 140727491179088 139972278704624 139973301185154 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11800576 140727491184592 140727491187377 140727491187377 140727491190735 0
[pid=833/tid=897] ppid=830 vsize=14200644 CPUtime=0.07 cores=1,3,5,7
/proc/833/task/897/stat : 897 (java) S 830 833 19618 0 -1 1077944384 3 12437 0 0 0 0 5 2 20 0 17 0 48783255 14541459456 161333 18446744073709551615 4194304 4196468 140727491179088 139972277652320 139973301184213 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11800576 140727491184592 140727491187377 140727491187377 140727491190735 0
[pid=833/tid=898] ppid=830 vsize=14200644 CPUtime=1.45 cores=1,3,5,7
/proc/833/task/898/stat : 898 (java) S 830 833 19618 0 -1 1077944384 859 12437 0 0 63 75 5 2 20 0 17 0 48783258 14541459456 161333 18446744073709551615 4194304 4196468 140727491179088 139972276599344 139973301185154 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11800576 140727491184592 140727491187377 140727491187377 140727491190735 0
[pid=833/tid=1199] ppid=830 vsize=14200644 CPUtime=0.07 cores=1,3,5,7
/proc/833/task/1199/stat : 1199 (java) S 830 833 19618 0 -1 1077944384 98 12437 0 0 0 0 5 2 20 0 17 0 49028278 14541459456 161333 18446744073709551615 4194304 4196468 140727491179088 139971507773808 139973301184213 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11800576 140727491184592 140727491187377 140727491187377 140727491190735 0
[pid=833/tid=1200] ppid=830 vsize=14200644 CPUtime=0.07 cores=1,3,5,7
/proc/833/task/1200/stat : 1200 (java) S 830 833 19618 0 -1 1077944384 26 12437 0 0 0 0 5 2 20 0 17 0 49028278 14541459456 161333 18446744073709551615 4194304 4196468 140727491179088 139971506721472 139973301184213 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11800576 140727491184592 140727491187377 140727491187377 140727491190735 0
Current children cumulated CPU time (s) 2520.99
Current children cumulated vsize (KiB) 14200644

Child status: 143
Real time (s): 2450.85
CPU time (s): 2521.1
CPU user time (s): 2517.66
CPU system time (s): 3.44275
CPU usage (%): 102.866
Max. virtual memory (cumulated for all children) (KiB): 14200644

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.66
system time used= 3.44275
maximum resident set size= 874092
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 210673
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= 261499
involuntary context switches= 4965

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.81393 second user time and 18.4326 second system time

The end

Launcher Data

Begin job on node127 at 2017-08-11 17:24:10
IDJOB=4262495
IDBENCH=135555
IDSOLVER=2650
FILE ID=node127/4262495-1502465898
RUNJOBID= node127-1502411410-19682
PBS_JOBID= 
Free space on /tmp= 62008 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/PseudoBoolean/PseudoBoolean-dec-pigeon/Pb-pigeon-card-085-080.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262495-1502465898/watcher-4262495-1502465898 -o /tmp/evaluation-result-4262495-1502465898/solver-4262495-1502465898 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node127-1502411410-19682 --watchdog 2580  bin/concrete HOME/instance-4262495-1502465898.xml

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

MD5SUM BENCH= 28cd33bc142e306671660e6b259caafc
RANDOM SEED=549787756

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:        30085408 kB
MemAvailable:   30892388 kB
Buffers:          257360 kB
Cached:           839828 kB
SwapCached:            0 kB
Active:          1688468 kB
Inactive:         571000 kB
Active(anon):    1162748 kB
Inactive(anon):    24908 kB
Active(file):     525720 kB
Inactive(file):   546092 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24528 kB
Writeback:             0 kB
AnonPages:       1162212 kB
Mapped:            55132 kB
Shmem:             25252 kB
Slab:             127564 kB
SReclaimable:     102008 kB
SUnreclaim:        25556 kB
KernelStack:        3424 kB
PageTables:         8724 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1985608 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    958464 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 18:05:02