Trace number 4262283

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.78 2476.73

General information on the benchmark

NameDeBruijnSequence/DeBruijnSequence-m1-s1/
DeBruijnSequence-04-05.xml
MD5SUM7198b26315477549e19a49cdd0865ba2
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark4.4920902
Satisfiable
(Un)Satisfiability was proved
Number of variables6148
Number of constraints5123
Number of domains3
Minimum domain size4
Maximum domain size1025
Distribution of domain sizes[{"size":4,"count":5120},{"size":1024,"count":1024},{"size":1025,"count":4}]
Minimum variable degree1
Maximum variable degree3
Distribution of variable degrees[{"degree":1,"count":4},{"degree":2,"count":1024},{"degree":3,"count":5120}]
Minimum constraint arity2
Maximum constraint arity1028
Distribution of constraint arities[{"arity":2,"count":4096},{"arity":6,"count":1024},{"arity":1024,"count":2},{"arity":1028,"count":1}]
Number of extensional constraints0
Number of intensional constraints4096
Distribution of constraint types[{"type":"intension","count":4096},{"type":"allDifferent","count":1},{"type":"sum","count":1024},{"type":"cardinality","count":1},{"type":"minimum","count":1}]
Optimization problemNO
Type of objective

Solver Data

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

pid=12482
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.83 1.78 1.71 2/201 12485
/proc/meminfo: memFree=29572832/32770624 swapFree=0/433956
[pid=12485] ppid=12482 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/12485/stat : 12485 (runsolver) D 12482 12485 4821 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 91823649 24240128 108 18446744073709551615 4194304 4338465 140724605554768 140724605552408 140109202305751 0 0 1 24578 18446744071580418449 0 0 17 6 0 0 0 0 0 6438912 6441760 34144256 140724605558993 140724605559369 140724605559369 140724605562826 0
/proc/12485/statm: 5918 108 54 36 0 2156 0

[startup+0.100105 s]
/proc/loadavg: 1.83 1.78 1.71 2/201 12485
/proc/meminfo: memFree=29572832/32770624 swapFree=0/433956
[pid=12485] ppid=12482 vsize=9636 CPUtime=0.01 cores=0,2,4,6
/proc/12485/stat : 12485 (bash) S 12482 12485 4821 0 -1 4202496 896 6472 0 0 0 0 0 1 20 0 1 0 91823649 9867264 372 18446744073709551615 4194304 5098028 140734439794912 140734439788920 140034512284672 0 0 5 65536 18446744071580971376 0 0 17 2 0 0 7 0 0 7196144 7232144 24961024 140734439797268 140734439797353 140734439797353 140734439800810 0
/proc/12485/statm: 2409 372 292 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.200298 s]
/proc/loadavg: 1.83 1.78 1.71 2/201 12485
/proc/meminfo: memFree=29572832/32770624 swapFree=0/433956
[pid=12485] ppid=12482 vsize=9636 CPUtime=0.01 cores=0,2,4,6
/proc/12485/stat : 12485 (bash) S 12482 12485 4821 0 -1 4202496 896 6472 0 0 0 0 0 1 20 0 1 0 91823649 9867264 372 18446744073709551615 4194304 5098028 140734439794912 140734439788920 140034512284672 0 0 5 65536 18446744071580971376 0 0 17 2 0 0 7 0 0 7196144 7232144 24961024 140734439797268 140734439797353 140734439797353 140734439800810 0
/proc/12485/statm: 2409 372 292 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.300311 s]
/proc/loadavg: 1.83 1.78 1.71 2/201 12485
/proc/meminfo: memFree=29572832/32770624 swapFree=0/433956
[pid=12485] ppid=12482 vsize=356956 CPUtime=0.07 cores=0,2,4,6
/proc/12485/stat : 12485 (java) S 12482 12485 4821 0 -1 1077944320 2591 12562 0 0 0 0 5 2 20 0 2 0 91823649 365522944 1883 18446744073709551615 4194304 4196468 140728748077856 140728748060400 140281596800759 0 0 1 16784584 18446744073709551615 0 0 17 4 0 0 7 0 0 6293624 6294260 14848000 140728748083152 140728748085937 140728748085937 140728748089295 0
/proc/12485/statm: 89239 1883 1036 1 0 79209 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 356956

[startup+0.700239 s]
/proc/loadavg: 1.83 1.78 1.71 2/201 12485
/proc/meminfo: memFree=29572832/32770624 swapFree=0/433956
[pid=12485] ppid=12482 vsize=13974784 CPUtime=0.49 cores=0,2,4,6
/proc/12485/stat : 12485 (java) S 12482 12485 4821 0 -1 1077944320 13052 12562 0 0 38 4 5 2 20 0 15 0 91823649 14310178816 13408 18446744073709551615 4194304 4196468 140728748077856 140728748060400 140281596800759 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 7 0 0 6293624 6294260 14848000 140728748083152 140728748085937 140728748085937 140728748089295 0
/proc/12485/statm: 3493696 13408 3068 1 0 3482965 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 13974784

[startup+1.50068 s]
/proc/loadavg: 1.83 1.78 1.71 3/216 12548
/proc/meminfo: memFree=29492964/32770624 swapFree=0/434224
[pid=12485] ppid=12482 vsize=13985408 CPUtime=1.66 cores=0,2,4,6
/proc/12485/stat : 12485 (java) S 12482 12485 4821 0 -1 1077944320 26167 12562 0 0 151 8 5 2 20 0 15 0 91823649 14321057792 32432 18446744073709551615 4194304 4196468 140728748077856 140728748060400 140281596800759 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 7 0 0 6293624 6294260 14848000 140728748083152 140728748085937 140728748085937 140728748089295 0
/proc/12485/statm: 3496352 32432 3327 1 0 3485525 0
[pid=12485/tid=12535] ppid=12482 vsize=13985408 CPUtime=1.17 cores=0,2,4,6
/proc/12485/task/12535/stat : 12535 (java) R 12482 12485 4821 0 -1 4202560 21574 12562 0 0 104 6 5 2 20 0 15 0 91823678 14321057792 32432 18446744073709551615 4194304 4196468 140728748077856 140281601035968 140281232102656 0 4 1 16800974 0 0 0 -1 4 0 0 8 0 0 6293624 6294260 14848000 140728748083152 140728748085937 140728748085937 140728748089295 0
[pid=12485/tid=12536] ppid=12482 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/12485/task/12536/stat : 12536 (java) S 12482 12485 4821 0 -1 1077944384 1 12562 0 0 0 0 5 2 20 0 15 0 91823679 14321057792 32432 18446744073709551615 4194304 4196468 140728748077856 140281553766928 140281596810965 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14848000 140728748083152 140728748085937 140728748085937 140728748089295 0
[pid=12485/tid=12537] ppid=12482 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/12485/task/12537/stat : 12537 (java) S 12482 12485 4821 0 -1 1077944384 1 12562 0 0 0 0 5 2 20 0 15 0 91823679 14321057792 32432 18446744073709551615 4194304 4196468 140728748077856 140281552714384 140281596810965 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14848000 140728748083152 140728748085937 140728748085937 140728748089295 0
[pid=12485/tid=12538] ppid=12482 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/12485/task/12538/stat : 12538 (java) S 12482 12485 4821 0 -1 1077944384 1 12562 0 0 0 0 5 2 20 0 15 0 91823679 14321057792 32432 18446744073709551615 4194304 4196468 140728748077856 140281194408208 140281596810965 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14848000 140728748083152 140728748085937 140728748085937 140728748089295 0
[pid=12485/tid=12539] ppid=12482 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/12485/task/12539/stat : 12539 (java) S 12482 12485 4821 0 -1 1077944384 2 12562 0 0 0 0 5 2 20 0 15 0 91823679 14321057792 32432 18446744073709551615 4194304 4196468 140728748077856 140281193355664 140281596810965 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14848000 140728748083152 140728748085937 140728748085937 140728748089295 0
[pid=12485/tid=12540] ppid=12482 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/12485/task/12540/stat : 12540 (java) S 12482 12485 4821 0 -1 1077944384 5 12562 0 0 0 0 5 2 20 0 15 0 91823680 14321057792 32432 18446744073709551615 4194304 4196468 140728748077856 140281074649840 140281596811906 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14848000 140728748083152 140728748085937 140728748085937 140728748089295 0
[pid=12485/tid=12541] ppid=12482 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/12485/task/12541/stat : 12541 (java) S 12482 12485 4821 0 -1 1077944384 33 12562 0 0 0 0 5 2 20 0 15 0 91823681 14321057792 32432 18446744073709551615 4194304 4196468 140728748077856 140281073596064 140281596810965 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14848000 140728748083152 140728748085937 140728748085937 140728748089295 0
[pid=12485/tid=12542] ppid=12482 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/12485/task/12542/stat : 12542 (java) S 12482 12485 4821 0 -1 1077944384 22 12562 0 0 0 0 5 2 20 0 15 0 91823681 14321057792 32432 18446744073709551615 4194304 4196468 140728748077856 140281072542960 140281596810965 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14848000 140728748083152 140728748085937 140728748085937 140728748089295 0
[pid=12485/tid=12543] ppid=12482 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/12485/task/12543/stat : 12543 (java) S 12482 12485 4821 0 -1 1077944384 3 12562 0 0 0 0 5 2 20 0 15 0 91823684 14321057792 32432 18446744073709551615 4194304 4196468 140728748077856 140281071491536 140281596819355 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14848000 140728748083152 140728748085937 140728748085937 140728748089295 0
[pid=12485/tid=12544] ppid=12482 vsize=13985408 CPUtime=0.21 cores=0,2,4,6
/proc/12485/task/12544/stat : 12544 (java) S 12482 12485 4821 0 -1 1077944384 1007 12562 0 0 14 0 5 2 20 0 15 0 91823684 14321057792 32432 18446744073709551615 4194304 4196468 140728748077856 140281070438640 140281596811906 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14848000 140728748083152 140728748085937 140728748085937 140728748089295 0
[pid=12485/tid=12545] ppid=12482 vsize=13985408 CPUtime=0.18 cores=0,2,4,6
/proc/12485/task/12545/stat : 12545 (java) S 12482 12485 4821 0 -1 1077944384 500 12562 0 0 11 0 5 2 20 0 15 0 91823684 14321057792 32432 18446744073709551615 4194304 4196468 140728748077856 140281069386096 140281596811906 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14848000 140728748083152 140728748085937 140728748085937 140728748089295 0
[pid=12485/tid=12546] ppid=12482 vsize=13985408 CPUtime=0.26 cores=0,2,4,6
/proc/12485/task/12546/stat : 12546 (java) R 12482 12485 4821 0 -1 4202560 859 12562 0 0 19 0 5 2 20 0 15 0 91823684 14321057792 32432 18446744073709551615 4194304 4196468 140728748077856 140281068333040 140281578364328 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14848000 140728748083152 140728748085937 140728748085937 140728748089295 0
[pid=12485/tid=12547] ppid=12482 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/12485/task/12547/stat : 12547 (java) S 12482 12485 4821 0 -1 1077944384 3 12562 0 0 0 0 5 2 20 0 15 0 91823684 14321057792 32432 18446744073709551615 4194304 4196468 140728748077856 140281067280736 140281596810965 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14848000 140728748083152 140728748085937 140728748085937 140728748089295 0
[pid=12485/tid=12548] ppid=12482 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/12485/task/12548/stat : 12548 (java) S 12482 12485 4821 0 -1 1077944384 8 12562 0 0 0 0 5 2 20 0 15 0 91823693 14321057792 32432 18446744073709551615 4194304 4196468 140728748077856 140281066228784 140281596811906 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14848000 140728748083152 140728748085937 140728748085937 140728748089295 0
Current children cumulated CPU time (s) 1.66
Current children cumulated vsize (KiB) 13985408

[startup+3.10108 s]
/proc/loadavg: 1.92 1.80 1.71 6/216 12548
/proc/meminfo: memFree=29407456/32770624 swapFree=0/434248
[pid=12485] ppid=12482 vsize=13995836 CPUtime=6.14 cores=0,2,4,6
/proc/12485/stat : 12485 (java) S 12482 12485 4821 0 -1 1077944320 43470 12562 0 0 591 16 5 2 20 0 15 0 91823649 14331736064 58609 18446744073709551615 4194304 4196468 140728748077856 140728748060400 140281596800759 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 7 0 0 6293624 6294260 14848000 140728748083152 140728748085937 140728748085937 140728748089295 0
/proc/12485/statm: 3498959 58609 3451 1 0 3487573 0
[pid=12485/tid=12535] ppid=12482 vsize=13995836 CPUtime=2.74 cores=0,2,4,6
/proc/12485/task/12535/stat : 12535 (java) R 12482 12485 4821 0 -1 4202560 28488 12562 0 0 257 10 5 2 20 0 15 0 91823678 14331736064 58609 18446744073709551615 4194304 4196468 140728748077856 140281601035328 140281596812694 0 4 1 16800974 0 0 0 -1 0 0 0 8 0 0 6293624 6294260 14848000 140728748083152 140728748085937 140728748085937 140728748089295 0
[pid=12485/tid=12536] ppid=12482 vsize=13995836 CPUtime=0.07 cores=0,2,4,6
/proc/12485/task/12536/stat : 12536 (java) S 12482 12485 4821 0 -1 1077944384 198 12562 0 0 0 0 5 2 20 0 15 0 91823679 14331736064 58609 18446744073709551615 4194304 4196468 140728748077856 140281553766928 140281596810965 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14848000 140728748083152 140728748085937 140728748085937 140728748089295 0
[pid=12485/tid=12537] ppid=12482 vsize=13995836 CPUtime=0.08 cores=0,2,4,6
/proc/12485/task/12537/stat : 12537 (java) S 12482 12485 4821 0 -1 1077944384 72 12562 0 0 1 0 5 2 20 0 15 0 91823679 14331736064 58609 18446744073709551615 4194304 4196468 140728748077856 140281552714384 140281596810965 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14848000 140728748083152 140728748085937 140728748085937 140728748089295 0
[pid=12485/tid=12538] ppid=12482 vsize=13995836 CPUtime=0.08 cores=0,2,4,6
/proc/12485/task/12538/stat : 12538 (java) S 12482 12485 4821 0 -1 1077944384 47 12562 0 0 1 0 5 2 20 0 15 0 91823679 14331736064 58609 18446744073709551615 4194304 4196468 140728748077856 140281194408208 140281596810965 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14848000 140728748083152 140728748085937 140728748085937 140728748089295 0
[pid=12485/tid=12539] ppid=12482 vsize=13995836 CPUtime=0.08 cores=0,2,4,6
/proc/12485/task/12539/stat : 12539 (java) S 12482 12485 4821 0 -1 1077944384 51 12562 0 0 1 0 5 2 20 0 15 0 91823679 14331736064 58609 18446744073709551615 4194304 4196468 140728748077856 140281193355664 140281596810965 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14848000 140728748083152 140728748085937 140728748085937 140728748089295 0
[pid=12485/tid=12540] ppid=12482 vsize=13995836 CPUtime=0.08 cores=0,2,4,6
/proc/12485/task/12540/stat : 12540 (java) S 12482 12485 4821 0 -1 1077944384 1683 12562 0 0 1 0 5 2 20 0 15 0 91823680 14331736064 58609 18446744073709551615 4194304 4196468 140728748077856 140281074649840 140281596811906 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14848000 140728748083152 140728748085937 140728748085937 140728748089295 0
[pid=12485/tid=12541] ppid=12482 vsize=13995836 CPUtime=0.07 cores=0,2,4,6
/proc/12485/task/12541/stat : 12541 (java) S 12482 12485 4821 0 -1 1077944384 54 12562 0 0 0 0 5 2 20 0 15 0 91823681 14331736064 58609 18446744073709551615 4194304 4196468 140728748077856 140281073596128 140281596810965 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14848000 140728748083152 140728748085937 140728748085937 140728748089295 0
[pid=12485/tid=12542] ppid=12482 vsize=13995836 CPUtime=0.07 cores=0,2,4,6
/proc/12485/task/12542/stat : 12542 (java) S 12482 12485 4821 0 -1 1077944384 45 12562 0 0 0 0 5 2 20 0 15 0 91823681 14331736064 58609 18446744073709551615 4194304 4196468 140728748077856 140281072542960 140281596810965 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14848000 140728748083152 140728748085937 140728748085937 140728748089295 0
[pid=12485/tid=12543] ppid=12482 vsize=13995836 CPUtime=0.07 cores=0,2,4,6
/proc/12485/task/12543/stat : 12543 (java) S 12482 12485 4821 0 -1 1077944384 3 12562 0 0 0 0 5 2 20 0 15 0 91823684 14331736064 58609 18446744073709551615 4194304 4196468 140728748077856 140281071491536 140281596819355 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14848000 140728748083152 140728748085937 140728748085937 140728748089295 0
[pid=12485/tid=12544] ppid=12482 vsize=13995836 CPUtime=1.24 cores=0,2,4,6
/proc/12485/task/12544/stat : 12544 (java) R 12482 12485 4821 0 -1 4202560 4629 12562 0 0 116 1 5 2 20 0 15 0 91823684 14331736064 58609 18446744073709551615 4194304 4196468 140728748077856 140281070419168 140281581908112 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14848000 140728748083152 140728748085937 140728748085937 140728748089295 0
[pid=12485/tid=12545] ppid=12482 vsize=13995836 CPUtime=1.14 cores=0,2,4,6
/proc/12485/task/12545/stat : 12545 (java) R 12482 12485 4821 0 -1 1077944384 2259 12562 0 0 106 1 5 2 20 0 15 0 91823684 14331736064 58609 18446744073709551615 4194304 4196468 140728748077856 140281069386224 140281596810965 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 14848000 140728748083152 140728748085937 140728748085937 140728748089295 0
[pid=12485/tid=12546] ppid=12482 vsize=13995836 CPUtime=1.11 cores=0,2,4,6
/proc/12485/task/12546/stat : 12546 (java) R 12482 12485 4821 0 -1 4202560 3776 12562 0 0 103 1 5 2 20 0 15 0 91823684 14331736064 58609 18446744073709551615 4194304 4196468 140728748077856 140281068330832 140281596812694 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14848000 140728748083152 140728748085937 140728748085937 140728748089295 0
[pid=12485/tid=12547] ppid=12482 vsize=13995836 CPUtime=0.07 cores=0,2,4,6
/proc/12485/task/12547/stat : 12547 (java) S 12482 12485 4821 0 -1 1077944384 3 12562 0 0 0 0 5 2 20 0 15 0 91823684 14331736064 58609 18446744073709551615 4194304 4196468 140728748077856 140281067280736 140281596810965 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14848000 140728748083152 140728748085937 140728748085937 140728748089295 0
[pid=12485/tid=12548] ppid=12482 vsize=13995836 CPUtime=0.07 cores=0,2,4,6
/proc/12485/task/12548/stat : 12548 (java) S 12482 12485 4821 0 -1 1077944384 9 12562 0 0 0 0 5 2 20 0 15 0 91823693 14331736064 58609 18446744073709551615 4194304 4196468 140728748077856 140281066228784 140281596811906 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14848000 140728748083152 140728748085937 140728748085937 140728748089295 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 13995836

[startup+6.30063 s]
/proc/loadavg: 1.92 1.80 1.71 5/216 12548
/proc/meminfo: memFree=29177624/32770624 swapFree=0/434244
[pid=12485] ppid=12482 vsize=13999932 CPUtime=14.93 cores=0,2,4,6
/proc/12485/stat : 12485 (java) S 12482 12485 4821 0 -1 1077944320 59236 12562 0 0 1455 31 5 2 20 0 15 0 91823649 14335930368 126833 18446744073709551615 4194304 4196468 140728748077856 140728748060400 140281596800759 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 7 0 0 6293624 6294260 14848000 140728748083152 140728748085937 140728748085937 140728748089295 0
/proc/12485/statm: 3499983 126833 3471 1 0 3488597 0
[pid=12485/tid=12535] ppid=12482 vsize=13999932 CPUtime=5.77 cores=0,2,4,6
/proc/12485/task/12535/stat : 12535 (java) R 12482 12485 4821 0 -1 4202560 30473 12562 0 0 558 12 5 2 20 0 15 0 91823678 14335930368 126833 18446744073709551615 4194304 4196468 140728748077856 140281601031784 140281242901654 0 4 1 16800974 0 0 0 -1 0 0 0 8 0 0 6293624 6294260 14848000 140728748083152 140728748085937 140728748085937 140728748089295 0
[pid=12485/tid=12536] ppid=12482 vsize=13999932 CPUtime=0.21 cores=0,2,4,6
/proc/12485/task/12536/stat : 12536 (java) S 12482 12485 4821 0 -1 1077944384 262 12562 0 0 11 3 5 2 20 0 15 0 91823679 14335930368 126833 18446744073709551615 4194304 4196468 140728748077856 140281553766928 140281596810965 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14848000 140728748083152 140728748085937 140728748085937 140728748089295 0
[pid=12485/tid=12537] ppid=12482 vsize=13999932 CPUtime=0.21 cores=0,2,4,6
/proc/12485/task/12537/stat : 12537 (java) S 12482 12485 4821 0 -1 1077944384 222 12562 0 0 12 2 5 2 20 0 15 0 91823679 14335930368 126833 18446744073709551615 4194304 4196468 140728748077856 140281552714384 140281596810965 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14848000 140728748083152 140728748085937 140728748085937 140728748089295 0
[pid=12485/tid=12538] ppid=12482 vsize=13999932 CPUtime=0.2 cores=0,2,4,6
/proc/12485/task/12538/stat : 12538 (java) S 12482 12485 4821 0 -1 1077944384 114 12562 0 0 11 2 5 2 20 0 15 0 91823679 14335930368 126833 18446744073709551615 4194304 4196468 140728748077856 140281194408208 140281596810965 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14848000 140728748083152 140728748085937 140728748085937 140728748089295 0
[pid=12485/tid=12539] ppid=12482 vsize=13999932 CPUtime=0.19 cores=0,2,4,6
/proc/12485/task/12539/stat : 12539 (java) S 12482 12485 4821 0 -1 1077944384 203 12562 0 0 10 2 5 2 20 0 15 0 91823679 14335930368 126833 18446744073709551615 4194304 4196468 140728748077856 140281193355664 140281596810965 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14848000 140728748083152 140728748085937 140728748085937 140728748089295 0
[pid=12485/tid=12540] ppid=12482 vsize=13999932 CPUtime=0.09 cores=0,2,4,6
/proc/12485/task/12540/stat : 12540 (java) S 12482 12485 4821 0 -1 1077944384 2401 12562 0 0 2 0 5 2 20 0 15 0 91823680 14335930368 126833 18446744073709551615 4194304 4196468 140728748077856 140281074649840 140281596811906 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14848000 140728748083152 140728748085937 140728748085937 140728748089295 0
[pid=12485/tid=12541] ppid=12482 vsize=13999932 CPUtime=0.07 cores=0,2,4,6
/proc/12485/task/12541/stat : 12541 (java) S 12482 12485 4821 0 -1 1077944384 54 12562 0 0 0 0 5 2 20 0 15 0 91823681 14335930368 126833 18446744073709551615 4194304 4196468 140728748077856 140281073596128 140281596810965 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14848000 140728748083152 140728748085937 140728748085937 140728748089295 0
[pid=12485/tid=12542] ppid=12482 vsize=13999932 CPUtime=0.07 cores=0,2,4,6
/proc/12485/task/12542/stat : 12542 (java) S 12482 12485 4821 0 -1 1077944384 45 12562 0 0 0 0 5 2 20 0 15 0 91823681 14335930368 126833 18446744073709551615 4194304 4196468 140728748077856 140281072542976 140281596810965 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14848000 140728748083152 140728748085937 140728748085937 140728748089295 0
[pid=12485/tid=12543] ppid=12482 vsize=13999932 CPUtime=0.07 cores=0,2,4,6
/proc/12485/task/12543/stat : 12543 (java) S 12482 12485 4821 0 -1 1077944384 3 12562 0 0 0 0 5 2 20 0 15 0 91823684 14335930368 126833 18446744073709551615 4194304 4196468 140728748077856 140281071491536 140281596819355 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14848000 140728748083152 140728748085937 140728748085937 140728748089295 0
[pid=12485/tid=12544] ppid=12482 vsize=13999932 CPUtime=3.44 cores=0,2,4,6
/proc/12485/task/12544/stat : 12544 (java) S 12482 12485 4821 0 -1 1077944384 8498 12562 0 0 336 1 5 2 20 0 15 0 91823684 14335930368 126833 18446744073709551615 4194304 4196468 140728748077856 140281070438640 140281596811906 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14848000 140728748083152 140728748085937 140728748085937 140728748089295 0
[pid=12485/tid=12545] ppid=12482 vsize=13999932 CPUtime=3.45 cores=0,2,4,6
/proc/12485/task/12545/stat : 12545 (java) S 12482 12485 4821 0 -1 1077944384 8343 12562 0 0 336 2 5 2 20 0 15 0 91823684 14335930368 126833 18446744073709551615 4194304 4196468 140728748077856 140281069386096 140281596811906 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14848000 140728748083152 140728748085937 140728748085937 140728748089295 0
[pid=12485/tid=12546] ppid=12482 vsize=13999932 CPUtime=1.81 cores=0,2,4,6
/proc/12485/task/12546/stat : 12546 (java) S 12482 12485 4821 0 -1 1077944384 6451 12562 0 0 172 2 5 2 20 0 15 0 91823684 14335930368 126833 18446744073709551615 4194304 4196468 140728748077856 140281068333040 140281596811906 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14848000 140728748083152 140728748085937 140728748085937 140728748089295 0
[pid=12485/tid=12547] ppid=12482 vsize=13999932 CPUtime=0.07 cores=0,2,4,6
/proc/12485/task/12547/stat : 12547 (java) S 12482 12485 4821 0 -1 1077944384 3 12562 0 0 0 0 5 2 20 0 15 0 91823684 14335930368 126833 18446744073709551615 4194304 4196468 140728748077856 140281067280736 140281596810965 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14848000 140728748083152 140728748085937 140728748085937 140728748089295 0
[pid=12485/tid=12548] ppid=12482 vsize=13999932 CPUtime=0.07 cores=0,2,4,6
/proc/12485/task/12548/stat : 12548 (java) S 12482 12485 4821 0 -1 1077944384 11 12562 0 0 0 0 5 2 20 0 15 0 91823693 14335930368 126833 18446744073709551615 4194304 4196468 140728748077856 140281066228784 140281596811906 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14848000 140728748083152 140728748085937 140728748085937 140728748089295 0
Current children cumulated CPU time (s) 14.93
Current children cumulated vsize (KiB) 13999932

[startup+12.7006 s]
/proc/loadavg: 1.85 1.79 1.71 3/216 12548
/proc/meminfo: memFree=28659264/32770624 swapFree=0/434240
[pid=12485] ppid=12482 vsize=14069564 CPUtime=27.74 cores=0,2,4,6
/proc/12485/stat : 12485 (java) S 12482 12485 4821 0 -1 1077944320 97515 12562 0 0 2718 49 5 2 20 0 15 0 91823649 14407233536 286362 18446744073709551615 4194304 4196468 140728748077856 140728748060400 140281596800759 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 7 0 0 6293624 6294260 14848000 140728748083152 140728748085937 140728748085937 140728748089295 0
/proc/12485/statm: 3517391 286362 3484 1 0 3506005 0
[pid=12485/tid=12535] ppid=12482 vsize=14069564 CPUtime=12.03 cores=0,2,4,6
/proc/12485/task/12535/stat : 12535 (java) R 12482 12485 4821 0 -1 4202560 51182 12562 0 0 1174 22 5 2 20 0 15 0 91823678 14407233536 286362 18446744073709551615 4194304 4196468 140728748077856 140281601031008 140281254719130 0 4 1 16800974 0 0 0 -1 0 0 0 8 0 0 6293624 6294260 14848000 140728748083152 140728748085937 140728748085937 140728748089295 0
[pid=12485/tid=12536] ppid=12482 vsize=14069564 CPUtime=0.29 cores=0,2,4,6
/proc/12485/task/12536/stat : 12536 (java) S 12482 12485 4821 0 -1 1077944384 322 12562 0 0 18 4 5 2 20 0 15 0 91823679 14407233536 286362 18446744073709551615 4194304 4196468 140728748077856 140281553766928 140281596810965 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14848000 140728748083152 140728748085937 140728748085937 140728748089295 0
[pid=12485/tid=12537] ppid=12482 vsize=14069564 CPUtime=0.31 cores=0,2,4,6
/proc/12485/task/12537/stat : 12537 (java) S 12482 12485 4821 0 -1 1077944384 289 12562 0 0 20 4 5 2 20 0 15 0 91823679 14407233536 286362 18446744073709551615 4194304 4196468 140728748077856 140281552714384 140281596810965 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14848000 140728748083152 140728748085937 140728748085937 140728748089295 0
[pid=12485/tid=12538] ppid=12482 vsize=14069564 CPUtime=0.3 cores=0,2,4,6
/proc/12485/task/12538/stat : 12538 (java) S 12482 12485 4821 0 -1 1077944384 225 12562 0 0 19 4 5 2 20 0 15 0 91823679 14407233536 286362 18446744073709551615 4194304 4196468 140728748077856 140281194408208 140281596810965 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14848000 140728748083152 140728748085937 140728748085937 140728748089295 0
[pid=12485/tid=12539] ppid=12482 vsize=14069564 CPUtime=0.27 cores=0,2,4,6
/proc/12485/task/12539/stat : 12539 (java) S 12482 12485 4821 0 -1 1077944384 337 12562 0 0 17 3 5 2 20 0 15 0 91823679 14407233536 286362 18446744073709551615 4194304 4196468 140728748077856 140281193355664 140281596810965 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14848000 140728748083152 140728748085937 140728748085937 140728748089295 0
[pid=12485/tid=12540] ppid=12482 vsize=14069564 CPUtime=0.13 cores=0,2,4,6
/proc/12485/task/12540/stat : 12540 (java) S 12482 12485 4821 0 -1 1077944384 3394 12562 0 0 6 0 5 2 20 0 15 0 91823680 14407233536 286362 18446744073709551615 4194304 4196468 140728748077856 140281074649840 140281596811906 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14848000 140728748083152 140728748085937 140728748085937 140728748089295 0
[pid=12485/tid=12541] ppid=12482 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/12485/task/12541/stat : 12541 (java) S 12482 12485 4821 0 -1 1077944384 58 12562 0 0 0 0 5 2 20 0 15 0 91823681 14407233536 286362 18446744073709551615 4194304 4196468 140728748077856 140281073596192 140281596810965 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14848000 140728748083152 140728748085937 140728748085937 140728748089295 0
[pid=12485/tid=12542] ppid=12482 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/12485/task/12542/stat : 12542 (java) S 12482 12485 4821 0 -1 1077944384 50 12562 0 0 0 0 5 2 20 0 15 0 91823681 14407233536 286362 18446744073709551615 4194304 4196468 140728748077856 140281072542976 140281596810965 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14848000 140728748083152 140728748085937 140728748085937 140728748089295 0
[pid=12485/tid=12543] ppid=12482 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/12485/task/12543/stat : 12543 (java) S 12482 12485 4821 0 -1 1077944384 3 12562 0 0 0 0 5 2 20 0 15 0 91823684 14407233536 286362 18446744073709551615 4194304 4196468 140728748077856 140281071491536 140281596819355 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14848000 140728748083152 140728748085937 140728748085937 140728748089295 0

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

/proc/12485/task/12547/stat : 12547 (java) S 12482 12485 4821 0 -1 1077944384 3 12562 0 0 0 0 5 2 20 0 15 0 91823684 14407233536 252237 18446744073709551615 4194304 4196468 140728748077856 140281067280736 140281596810965 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14848000 140728748083152 140728748085937 140728748085937 140728748089295 0
[pid=12485/tid=12548] ppid=12482 vsize=14069564 CPUtime=1.38 cores=0,2,4,6
/proc/12485/task/12548/stat : 12548 (java) S 12482 12485 4821 0 -1 1077944384 1844 12562 0 0 68 63 5 2 20 0 15 0 91823693 14407233536 252237 18446744073709551615 4194304 4196468 140728748077856 140281066228784 140281596811906 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14848000 140728748083152 140728748085937 140728748085937 140728748089295 0
Current children cumulated CPU time (s) 2485.9
Current children cumulated vsize (KiB) 14069564



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2476.21 s]
/proc/loadavg: 1.73 1.80 1.78 3/213 12828
/proc/meminfo: memFree=29044308/32770624 swapFree=0/434632
[pid=12485] ppid=12482 vsize=14069564 CPUtime=2520.09 cores=0,2,4,6
/proc/12485/stat : 12485 (java) S 12482 12485 4821 0 -1 1077944320 457511 12562 0 0 251363 639 5 2 20 0 15 0 91823649 14407233536 237234 18446744073709551615 4194304 4196468 140728748077856 140728748060400 140281596800759 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 7 0 0 6293624 6294260 14848000 140728748083152 140728748085937 140728748085937 140728748089295 0
/proc/12485/statm: 3517391 237234 3490 1 0 3506005 0
[pid=12485/tid=12535] ppid=12482 vsize=14069564 CPUtime=2466.6 cores=0,2,4,6
/proc/12485/task/12535/stat : 12535 (java) R 12482 12485 4821 0 -1 4202560 216522 12562 0 0 246553 100 5 2 20 0 15 0 91823678 14407233536 237234 18446744073709551615 4194304 4196468 140728748077856 140281601034896 140281241797439 0 4 1 16800974 0 0 0 -1 4 0 0 8 0 0 6293624 6294260 14848000 140728748083152 140728748085937 140728748085937 140728748089295 0
[pid=12485/tid=12536] ppid=12482 vsize=14069564 CPUtime=8.36 cores=0,2,4,6
/proc/12485/task/12536/stat : 12536 (java) S 12482 12485 4821 0 -1 1077944384 28358 12562 0 0 713 116 5 2 20 0 15 0 91823679 14407233536 237234 18446744073709551615 4194304 4196468 140728748077856 140281553766928 140281596810965 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14848000 140728748083152 140728748085937 140728748085937 140728748089295 0
[pid=12485/tid=12537] ppid=12482 vsize=14069564 CPUtime=8.39 cores=0,2,4,6
/proc/12485/task/12537/stat : 12537 (java) S 12482 12485 4821 0 -1 1077944384 25436 12562 0 0 716 116 5 2 20 0 15 0 91823679 14407233536 237234 18446744073709551615 4194304 4196468 140728748077856 140281552714384 140281596810965 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14848000 140728748083152 140728748085937 140728748085937 140728748089295 0
[pid=12485/tid=12538] ppid=12482 vsize=14069564 CPUtime=8.37 cores=0,2,4,6
/proc/12485/task/12538/stat : 12538 (java) S 12482 12485 4821 0 -1 1077944384 33936 12562 0 0 715 115 5 2 20 0 15 0 91823679 14407233536 237234 18446744073709551615 4194304 4196468 140728748077856 140281194408208 140281596810965 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14848000 140728748083152 140728748085937 140728748085937 140728748089295 0
[pid=12485/tid=12539] ppid=12482 vsize=14069564 CPUtime=8.36 cores=0,2,4,6
/proc/12485/task/12539/stat : 12539 (java) S 12482 12485 4821 0 -1 1077944384 22675 12562 0 0 715 114 5 2 20 0 15 0 91823679 14407233536 237234 18446744073709551615 4194304 4196468 140728748077856 140281193355664 140281596810965 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14848000 140728748083152 140728748085937 140728748085937 140728748089295 0
[pid=12485/tid=12540] ppid=12482 vsize=14069564 CPUtime=0.8 cores=0,2,4,6
/proc/12485/task/12540/stat : 12540 (java) S 12482 12485 4821 0 -1 1077944384 44954 12562 0 0 58 15 5 2 20 0 15 0 91823680 14407233536 237234 18446744073709551615 4194304 4196468 140728748077856 140281074649840 140281596811906 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14848000 140728748083152 140728748085937 140728748085937 140728748089295 0
[pid=12485/tid=12541] ppid=12482 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/12485/task/12541/stat : 12541 (java) S 12482 12485 4821 0 -1 1077944384 58 12562 0 0 0 0 5 2 20 0 15 0 91823681 14407233536 237234 18446744073709551615 4194304 4196468 140728748077856 140281073596192 140281596810965 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14848000 140728748083152 140728748085937 140728748085937 140728748089295 0
[pid=12485/tid=12542] ppid=12482 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/12485/task/12542/stat : 12542 (java) S 12482 12485 4821 0 -1 1077944384 50 12562 0 0 0 0 5 2 20 0 15 0 91823681 14407233536 237234 18446744073709551615 4194304 4196468 140728748077856 140281072542976 140281596810965 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14848000 140728748083152 140728748085937 140728748085937 140728748089295 0
[pid=12485/tid=12543] ppid=12482 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/12485/task/12543/stat : 12543 (java) S 12482 12485 4821 0 -1 1077944384 3 12562 0 0 0 0 5 2 20 0 15 0 91823684 14407233536 237234 18446744073709551615 4194304 4196468 140728748077856 140281071491536 140281596819355 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14848000 140728748083152 140728748085937 140728748085937 140728748089295 0
[pid=12485/tid=12544] ppid=12482 vsize=14069564 CPUtime=8.06 cores=0,2,4,6
/proc/12485/task/12544/stat : 12544 (java) S 12482 12485 4821 0 -1 1077944384 27260 12562 0 0 795 4 5 2 20 0 15 0 91823684 14407233536 237234 18446744073709551615 4194304 4196468 140728748077856 140281070438640 140281596811906 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14848000 140728748083152 140728748085937 140728748085937 140728748089295 0
[pid=12485/tid=12545] ppid=12482 vsize=14069564 CPUtime=7.54 cores=0,2,4,6
/proc/12485/task/12545/stat : 12545 (java) S 12482 12485 4821 0 -1 1077944384 26656 12562 0 0 744 3 5 2 20 0 15 0 91823684 14407233536 237234 18446744073709551615 4194304 4196468 140728748077856 140281069386096 140281596811906 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14848000 140728748083152 140728748085937 140728748085937 140728748089295 0
[pid=12485/tid=12546] ppid=12482 vsize=14069564 CPUtime=2.74 cores=0,2,4,6
/proc/12485/task/12546/stat : 12546 (java) S 12482 12485 4821 0 -1 1077944384 27601 12562 0 0 262 5 5 2 20 0 15 0 91823684 14407233536 237234 18446744073709551615 4194304 4196468 140728748077856 140281068333040 140281596811906 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14848000 140728748083152 140728748085937 140728748085937 140728748089295 0
[pid=12485/tid=12547] ppid=12482 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/12485/task/12547/stat : 12547 (java) S 12482 12485 4821 0 -1 1077944384 3 12562 0 0 0 0 5 2 20 0 15 0 91823684 14407233536 237234 18446744073709551615 4194304 4196468 140728748077856 140281067280736 140281596810965 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14848000 140728748083152 140728748085937 140728748085937 140728748089295 0
[pid=12485/tid=12548] ppid=12482 vsize=14069564 CPUtime=1.4 cores=0,2,4,6
/proc/12485/task/12548/stat : 12548 (java) S 12482 12485 4821 0 -1 1077944384 1846 12562 0 0 69 64 5 2 20 0 15 0 91823693 14407233536 237234 18446744073709551615 4194304 4196468 140728748077856 140281066228784 140281596811906 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14848000 140728748083152 140728748085937 140728748085937 140728748089295 0
Current children cumulated CPU time (s) 2520.09
Current children cumulated vsize (KiB) 14069564

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

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 12485 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2476.4 s]
/proc/loadavg: 1.73 1.80 1.78 3/213 12828
/proc/meminfo: memFree=29044308/32770624 swapFree=0/434632
[pid=12485] ppid=12482 vsize=14202692 CPUtime=2520.77 cores=0,2,4,6
/proc/12485/stat : 12485 (java) S 12482 12485 4821 0 -1 1077944320 464580 12562 0 0 251430 640 5 2 20 0 17 0 91823649 14543556608 237317 18446744073709551615 4194304 4196468 140728748077856 140728748060400 140281596800759 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 7 0 0 6293624 6294260 14848000 140728748083152 140728748085937 140728748085937 140728748089295 0
/proc/12485/statm: 3550673 237317 3490 1 0 3539287 0
[pid=12485/tid=12535] ppid=12482 vsize=14202692 CPUtime=2466.61 cores=0,2,4,6
/proc/12485/task/12535/stat : 12535 (java) S 12482 12485 4821 0 -1 1077944384 216956 12562 0 0 246554 100 5 2 20 0 17 0 91823678 14543556608 237317 18446744073709551615 4194304 4196468 140728748077856 140281601038304 140281596810965 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 8 0 0 6293624 6294260 14848000 140728748083152 140728748085937 140728748085937 140728748089295 0
[pid=12485/tid=12536] ppid=12482 vsize=14202692 CPUtime=8.52 cores=0,2,4,6
/proc/12485/task/12536/stat : 12536 (java) R 12482 12485 4821 0 -1 4202560 28387 12562 0 0 729 116 5 2 20 0 17 0 91823679 14543556608 237317 18446744073709551615 4194304 4196468 140728748077856 140281553766816 140281581786055 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 14848000 140728748083152 140728748085937 140728748085937 140728748089295 0
[pid=12485/tid=12537] ppid=12482 vsize=14202692 CPUtime=8.54 cores=0,2,4,6
/proc/12485/task/12537/stat : 12537 (java) R 12482 12485 4821 0 -1 4202560 25449 12562 0 0 731 116 5 2 20 0 17 0 91823679 14543556608 237317 18446744073709551615 4194304 4196468 140728748077856 140281552714384 140281581498384 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14848000 140728748083152 140728748085937 140728748085937 140728748089295 0
[pid=12485/tid=12538] ppid=12482 vsize=14202692 CPUtime=8.53 cores=0,2,4,6
/proc/12485/task/12538/stat : 12538 (java) R 12482 12485 4821 0 -1 4202560 33966 12562 0 0 731 115 5 2 20 0 17 0 91823679 14543556608 237317 18446744073709551615 4194304 4196468 140728748077856 140281194408208 140281581786055 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14848000 140728748083152 140728748085937 140728748085937 140728748089295 0
[pid=12485/tid=12539] ppid=12482 vsize=14202692 CPUtime=8.52 cores=0,2,4,6
/proc/12485/task/12539/stat : 12539 (java) R 12482 12485 4821 0 -1 4202560 22717 12562 0 0 731 114 5 2 20 0 17 0 91823679 14543556608 237317 18446744073709551615 4194304 4196468 140728748077856 140281193355664 140281578397793 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14848000 140728748083152 140728748085937 140728748085937 140728748089295 0
[pid=12485/tid=12540] ppid=12482 vsize=14202692 CPUtime=0.82 cores=0,2,4,6
/proc/12485/task/12540/stat : 12540 (java) S 12482 12485 4821 0 -1 1077944384 51238 12562 0 0 60 15 5 2 20 0 17 0 91823680 14543556608 237317 18446744073709551615 4194304 4196468 140728748077856 140281074648240 140281596810965 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14848000 140728748083152 140728748085937 140728748085937 140728748089295 0
[pid=12485/tid=12541] ppid=12482 vsize=14202692 CPUtime=0.07 cores=0,2,4,6
/proc/12485/task/12541/stat : 12541 (java) S 12482 12485 4821 0 -1 1077944384 59 12562 0 0 0 0 5 2 20 0 17 0 91823681 14543556608 237317 18446744073709551615 4194304 4196468 140728748077856 140281073596096 140281596810965 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14848000 140728748083152 140728748085937 140728748085937 140728748089295 0
[pid=12485/tid=12542] ppid=12482 vsize=14202692 CPUtime=0.07 cores=0,2,4,6
/proc/12485/task/12542/stat : 12542 (java) S 12482 12485 4821 0 -1 1077944384 50 12562 0 0 0 0 5 2 20 0 17 0 91823681 14543556608 237317 18446744073709551615 4194304 4196468 140728748077856 140281072542976 140281596810965 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14848000 140728748083152 140728748085937 140728748085937 140728748089295 0
[pid=12485/tid=12543] ppid=12482 vsize=14202692 CPUtime=0.07 cores=0,2,4,6
/proc/12485/task/12543/stat : 12543 (java) S 12482 12485 4821 0 -1 1077944384 110 12562 0 0 0 0 5 2 20 0 17 0 91823684 14543556608 237317 18446744073709551615 4194304 4196468 140728748077856 140281071491536 140281596819355 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14848000 140728748083152 140728748085937 140728748085937 140728748089295 0
[pid=12485/tid=12544] ppid=12482 vsize=14202692 CPUtime=8.06 cores=0,2,4,6
/proc/12485/task/12544/stat : 12544 (java) S 12482 12485 4821 0 -1 1077944384 27260 12562 0 0 795 4 5 2 20 0 17 0 91823684 14543556608 237317 18446744073709551615 4194304 4196468 140728748077856 140281070438640 140281596811906 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14848000 140728748083152 140728748085937 140728748085937 140728748089295 0
[pid=12485/tid=12545] ppid=12482 vsize=14202692 CPUtime=7.54 cores=0,2,4,6
/proc/12485/task/12545/stat : 12545 (java) S 12482 12485 4821 0 -1 1077944384 26656 12562 0 0 744 3 5 2 20 0 17 0 91823684 14543556608 237317 18446744073709551615 4194304 4196468 140728748077856 140281069386096 140281596811906 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14848000 140728748083152 140728748085937 140728748085937 140728748089295 0
[pid=12485/tid=12546] ppid=12482 vsize=14202692 CPUtime=2.74 cores=0,2,4,6
/proc/12485/task/12546/stat : 12546 (java) S 12482 12485 4821 0 -1 1077944384 27601 12562 0 0 262 5 5 2 20 0 17 0 91823684 14543556608 237317 18446744073709551615 4194304 4196468 140728748077856 140281068333040 140281596811906 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14848000 140728748083152 140728748085937 140728748085937 140728748089295 0
[pid=12485/tid=12547] ppid=12482 vsize=14202692 CPUtime=0.07 cores=0,2,4,6
/proc/12485/task/12547/stat : 12547 (java) S 12482 12485 4821 0 -1 1077944384 3 12562 0 0 0 0 5 2 20 0 17 0 91823684 14543556608 237317 18446744073709551615 4194304 4196468 140728748077856 140281067280736 140281596810965 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14848000 140728748083152 140728748085937 140728748085937 140728748089295 0
[pid=12485/tid=12548] ppid=12482 vsize=14202692 CPUtime=1.4 cores=0,2,4,6
/proc/12485/task/12548/stat : 12548 (java) S 12482 12485 4821 0 -1 1077944384 1846 12562 0 0 69 64 5 2 20 0 17 0 91823693 14543556608 237317 18446744073709551615 4194304 4196468 140728748077856 140281066228784 140281596811906 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14848000 140728748083152 140728748085937 140728748085937 140728748089295 0
Current children cumulated CPU time (s) 2520.77
Current children cumulated vsize (KiB) 14202692

[startup+2476.61 s]
/proc/loadavg: 1.73 1.80 1.78 3/213 12828
/proc/meminfo: memFree=29044308/32770624 swapFree=0/434632
[pid=12485] ppid=12482 vsize=14202692 CPUtime=2521.43 cores=0,2,4,6
/proc/12485/stat : 12485 (java) S 12482 12485 4821 0 -1 1077944320 464587 12562 0 0 251496 640 5 2 20 0 17 0 91823649 14543556608 237317 18446744073709551615 4194304 4196468 140728748077856 140728748060400 140281596800759 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 7 0 0 6293624 6294260 14848000 140728748083152 140728748085937 140728748085937 140728748089295 0
/proc/12485/statm: 3550673 237317 3490 1 0 3539287 0
[pid=12485/tid=12535] ppid=12482 vsize=14202692 CPUtime=2466.61 cores=0,2,4,6
/proc/12485/task/12535/stat : 12535 (java) S 12482 12485 4821 0 -1 1077944384 216958 12562 0 0 246554 100 5 2 20 0 17 0 91823678 14543556608 237317 18446744073709551615 4194304 4196468 140728748077856 140281601038304 140281596810965 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 8 0 0 6293624 6294260 14848000 140728748083152 140728748085937 140728748085937 140728748089295 0
[pid=12485/tid=12536] ppid=12482 vsize=14202692 CPUtime=8.67 cores=0,2,4,6
/proc/12485/task/12536/stat : 12536 (java) R 12482 12485 4821 0 -1 4202560 28387 12562 0 0 744 116 5 2 20 0 17 0 91823679 14543556608 237317 18446744073709551615 4194304 4196468 140728748077856 140281553767128 140281578354000 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 14848000 140728748083152 140728748085937 140728748085937 140728748089295 0
[pid=12485/tid=12537] ppid=12482 vsize=14202692 CPUtime=8.7 cores=0,2,4,6
/proc/12485/task/12537/stat : 12537 (java) R 12482 12485 4821 0 -1 4202560 25449 12562 0 0 747 116 5 2 20 0 17 0 91823679 14543556608 237317 18446744073709551615 4194304 4196468 140728748077856 140281552714584 140281581797163 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14848000 140728748083152 140728748085937 140728748085937 140728748089295 0
[pid=12485/tid=12538] ppid=12482 vsize=14202692 CPUtime=8.68 cores=0,2,4,6
/proc/12485/task/12538/stat : 12538 (java) R 12482 12485 4821 0 -1 4202560 33966 12562 0 0 746 115 5 2 20 0 17 0 91823679 14543556608 237317 18446744073709551615 4194304 4196468 140728748077856 140281194408208 140281581258392 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14848000 140728748083152 140728748085937 140728748085937 140728748089295 0
[pid=12485/tid=12539] ppid=12482 vsize=14202692 CPUtime=8.67 cores=0,2,4,6
/proc/12485/task/12539/stat : 12539 (java) R 12482 12485 4821 0 -1 4202560 22717 12562 0 0 746 114 5 2 20 0 17 0 91823679 14543556608 237317 18446744073709551615 4194304 4196468 140728748077856 140281193355664 140281581499632 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14848000 140728748083152 140728748085937 140728748085937 140728748089295 0
[pid=12485/tid=12540] ppid=12482 vsize=14202692 CPUtime=0.88 cores=0,2,4,6
/proc/12485/task/12540/stat : 12540 (java) S 12482 12485 4821 0 -1 1077944384 51242 12562 0 0 66 15 5 2 20 0 17 0 91823680 14543556608 237317 18446744073709551615 4194304 4196468 140728748077856 140281074648464 140281596810965 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14848000 140728748083152 140728748085937 140728748085937 140728748089295 0
[pid=12485/tid=12541] ppid=12482 vsize=14202692 CPUtime=0.07 cores=0,2,4,6
/proc/12485/task/12541/stat : 12541 (java) S 12482 12485 4821 0 -1 1077944384 60 12562 0 0 0 0 5 2 20 0 17 0 91823681 14543556608 237317 18446744073709551615 4194304 4196468 140728748077856 140281073596272 140281596810965 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14848000 140728748083152 140728748085937 140728748085937 140728748089295 0
[pid=12485/tid=12542] ppid=12482 vsize=14202692 CPUtime=0.07 cores=0,2,4,6
/proc/12485/task/12542/stat : 12542 (java) S 12482 12485 4821 0 -1 1077944384 50 12562 0 0 0 0 5 2 20 0 17 0 91823681 14543556608 237317 18446744073709551615 4194304 4196468 140728748077856 140281072542976 140281596810965 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14848000 140728748083152 140728748085937 140728748085937 140728748089295 0
[pid=12485/tid=12543] ppid=12482 vsize=14202692 CPUtime=0.07 cores=0,2,4,6
/proc/12485/task/12543/stat : 12543 (java) S 12482 12485 4821 0 -1 1077944384 110 12562 0 0 0 0 5 2 20 0 17 0 91823684 14543556608 237317 18446744073709551615 4194304 4196468 140728748077856 140281071491536 140281596819355 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14848000 140728748083152 140728748085937 140728748085937 140728748089295 0
[pid=12485/tid=12544] ppid=12482 vsize=14202692 CPUtime=8.06 cores=0,2,4,6
/proc/12485/task/12544/stat : 12544 (java) S 12482 12485 4821 0 -1 1077944384 27260 12562 0 0 795 4 5 2 20 0 17 0 91823684 14543556608 237317 18446744073709551615 4194304 4196468 140728748077856 140281070438640 140281596811906 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14848000 140728748083152 140728748085937 140728748085937 140728748089295 0
[pid=12485/tid=12545] ppid=12482 vsize=14202692 CPUtime=7.54 cores=0,2,4,6
/proc/12485/task/12545/stat : 12545 (java) S 12482 12485 4821 0 -1 1077944384 26656 12562 0 0 744 3 5 2 20 0 17 0 91823684 14543556608 237317 18446744073709551615 4194304 4196468 140728748077856 140281069386096 140281596811906 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14848000 140728748083152 140728748085937 140728748085937 140728748089295 0
[pid=12485/tid=12546] ppid=12482 vsize=14202692 CPUtime=2.74 cores=0,2,4,6
/proc/12485/task/12546/stat : 12546 (java) S 12482 12485 4821 0 -1 1077944384 27601 12562 0 0 262 5 5 2 20 0 17 0 91823684 14543556608 237317 18446744073709551615 4194304 4196468 140728748077856 140281068333040 140281596811906 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14848000 140728748083152 140728748085937 140728748085937 140728748089295 0
[pid=12485/tid=12547] ppid=12482 vsize=14202692 CPUtime=0.07 cores=0,2,4,6
/proc/12485/task/12547/stat : 12547 (java) S 12482 12485 4821 0 -1 1077944384 3 12562 0 0 0 0 5 2 20 0 17 0 91823684 14543556608 237317 18446744073709551615 4194304 4196468 140728748077856 140281067280736 140281596810965 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14848000 140728748083152 140728748085937 140728748085937 140728748089295 0
[pid=12485/tid=12548] ppid=12482 vsize=14202692 CPUtime=1.4 cores=0,2,4,6
/proc/12485/task/12548/stat : 12548 (java) S 12482 12485 4821 0 -1 1077944384 1846 12562 0 0 69 64 5 2 20 0 17 0 91823693 14543556608 237317 18446744073709551615 4194304 4196468 140728748077856 140281066228784 140281596811906 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14848000 140728748083152 140728748085937 140728748085937 140728748089295 0
Current children cumulated CPU time (s) 2521.43
Current children cumulated vsize (KiB) 14202692

[startup+2476.7 s]
/proc/loadavg: 1.73 1.80 1.78 3/213 12828
/proc/meminfo: memFree=29044308/32770624 swapFree=0/434632
[pid=12485] ppid=12482 vsize=14202692 CPUtime=2521.74 cores=0,2,4,6
/proc/12485/stat : 12485 (java) S 12482 12485 4821 0 -1 1077944320 464671 12562 0 0 251527 640 5 2 20 0 17 0 91823649 14543556608 237317 18446744073709551615 4194304 4196468 140728748077856 140728748060400 140281596800759 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 7 0 0 6293624 6294260 14848000 140728748083152 140728748085937 140728748085937 140728748089295 0
/proc/12485/statm: 3550673 237317 3490 1 0 3539287 0
[pid=12485/tid=12535] ppid=12482 vsize=14202692 CPUtime=2466.62 cores=0,2,4,6
/proc/12485/task/12535/stat : 12535 (java) R 12482 12485 4821 0 -1 4202560 216974 12562 0 0 246555 100 5 2 20 0 17 0 91823678 14543556608 237317 18446744073709551615 4194304 4196468 140728748077856 140281601038304 140281596822106 0 4 1 16800974 0 0 0 -1 2 0 0 8 0 0 6293624 6294260 14848000 140728748083152 140728748085937 140728748085937 140728748089295 0
[pid=12485/tid=12536] ppid=12482 vsize=14202692 CPUtime=8.75 cores=0,2,4,6
/proc/12485/task/12536/stat : 12536 (java) S 12482 12485 4821 0 -1 1077944384 28387 12562 0 0 752 116 5 2 20 0 17 0 91823679 14543556608 237317 18446744073709551615 4194304 4196468 140728748077856 140281553766928 140281596810965 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14848000 140728748083152 140728748085937 140728748085937 140728748089295 0
[pid=12485/tid=12537] ppid=12482 vsize=14202692 CPUtime=8.77 cores=0,2,4,6
/proc/12485/task/12537/stat : 12537 (java) S 12482 12485 4821 0 -1 1077944384 25449 12562 0 0 754 116 5 2 20 0 17 0 91823679 14543556608 237317 18446744073709551615 4194304 4196468 140728748077856 140281552714384 140281596810965 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14848000 140728748083152 140728748085937 140728748085937 140728748089295 0
[pid=12485/tid=12538] ppid=12482 vsize=14202692 CPUtime=8.75 cores=0,2,4,6
/proc/12485/task/12538/stat : 12538 (java) S 12482 12485 4821 0 -1 1077944384 33966 12562 0 0 753 115 5 2 20 0 17 0 91823679 14543556608 237317 18446744073709551615 4194304 4196468 140728748077856 140281194408208 140281596810965 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14848000 140728748083152 140728748085937 140728748085937 140728748089295 0
[pid=12485/tid=12539] ppid=12482 vsize=14202692 CPUtime=8.74 cores=0,2,4,6
/proc/12485/task/12539/stat : 12539 (java) S 12482 12485 4821 0 -1 1077944384 22717 12562 0 0 753 114 5 2 20 0 17 0 91823679 14543556608 237317 18446744073709551615 4194304 4196468 140728748077856 140281193355664 140281596810965 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14848000 140728748083152 140728748085937 140728748085937 140728748089295 0
[pid=12485/tid=12540] ppid=12482 vsize=14202692 CPUtime=0.89 cores=0,2,4,6
/proc/12485/task/12540/stat : 12540 (java) S 12482 12485 4821 0 -1 1077944384 51242 12562 0 0 67 15 5 2 20 0 17 0 91823680 14543556608 237317 18446744073709551615 4194304 4196468 140728748077856 140281074649840 140281596811906 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14848000 140728748083152 140728748085937 140728748085937 140728748089295 0
[pid=12485/tid=12541] ppid=12482 vsize=14202692 CPUtime=0.07 cores=0,2,4,6
/proc/12485/task/12541/stat : 12541 (java) S 12482 12485 4821 0 -1 1077944384 60 12562 0 0 0 0 5 2 20 0 17 0 91823681 14543556608 237317 18446744073709551615 4194304 4196468 140728748077856 140281073596192 140281596810965 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14848000 140728748083152 140728748085937 140728748085937 140728748089295 0
[pid=12485/tid=12542] ppid=12482 vsize=14202564 CPUtime=0.07 cores=0,2,4,6
/proc/12485/task/12542/stat : 12542 (java) S 12482 12485 4821 0 -1 1077944384 52 12562 0 0 0 0 5 2 20 0 17 0 91823681 14543425536 237323 18446744073709551615 4194304 4196468 140728748077856 140281072542976 140281596810965 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14848000 140728748083152 140728748085937 140728748085937 140728748089295 0
[pid=12485/tid=12543] ppid=12482 vsize=14202692 CPUtime=0.07 cores=0,2,4,6
/proc/12485/task/12543/stat : 12543 (java) S 12482 12485 4821 0 -1 1077944384 110 12562 0 0 0 0 5 2 20 0 17 0 91823684 14543556608 237323 18446744073709551615 4194304 4196468 140728748077856 140281071491536 140281596819355 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14848000 140728748083152 140728748085937 140728748085937 140728748089295 0
[pid=12485/tid=12544] ppid=12482 vsize=14202692 CPUtime=8.06 cores=0,2,4,6
/proc/12485/task/12544/stat : 12544 (java) S 12482 12485 4821 0 -1 1077944384 27260 12562 0 0 795 4 5 2 20 0 17 0 91823684 14543556608 237323 18446744073709551615 4194304 4196468 140728748077856 140281070438640 140281596811906 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14848000 140728748083152 140728748085937 140728748085937 140728748089295 0
[pid=12485/tid=12545] ppid=12482 vsize=14202692 CPUtime=7.54 cores=0,2,4,6
/proc/12485/task/12545/stat : 12545 (java) R 12482 12485 4821 0 -1 4202560 26703 12562 0 0 744 3 5 2 20 0 17 0 91823684 14543556608 237323 18446744073709551615 4194304 4196468 140728748077856 140281069386192 140281589040322 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14848000 140728748083152 140728748085937 140728748085937 140728748089295 0
[pid=12485/tid=12546] ppid=12482 vsize=14202692 CPUtime=2.74 cores=0,2,4,6
/proc/12485/task/12546/stat : 12546 (java) S 12482 12485 4821 0 -1 1077944384 27619 12562 0 0 262 5 5 2 20 0 17 0 91823684 14543556608 237323 18446744073709551615 4194304 4196468 140728748077856 140281068333040 140281596811906 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14848000 140728748083152 140728748085937 140728748085937 140728748089295 0
[pid=12485/tid=12547] ppid=12482 vsize=14202692 CPUtime=0.07 cores=0,2,4,6
/proc/12485/task/12547/stat : 12547 (java) S 12482 12485 4821 0 -1 1077944384 3 12562 0 0 0 0 5 2 20 0 17 0 91823684 14543556608 237323 18446744073709551615 4194304 4196468 140728748077856 140281067280736 140281596810965 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14848000 140728748083152 140728748085937 140728748085937 140728748089295 0
[pid=12485/tid=12548] ppid=12482 vsize=14202692 CPUtime=1.4 cores=0,2,4,6
/proc/12485/task/12548/stat : 12548 (java) S 12482 12485 4821 0 -1 1077944384 1846 12562 0 0 69 64 5 2 20 0 17 0 91823693 14543556608 237323 18446744073709551615 4194304 4196468 140728748077856 140281066228784 140281596811906 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14848000 140728748083152 140728748085937 140728748085937 140728748089295 0
Current children cumulated CPU time (s) 2521.74
Current children cumulated vsize (KiB) 14202692

Child status: 143
Real time (s): 2476.73
CPU time (s): 2521.78
CPU user time (s): 2515.34
CPU system time (s): 6.44091
CPU usage (%): 101.819
Max. virtual memory (cumulated for all children) (KiB): 14202692

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2515.34
system time used= 6.44091
maximum resident set size= 4401292
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 477324
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2912
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 72229
involuntary context switches= 4348

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.7724 second user time and 15.5676 second system time

The end

Launcher Data

Begin job on node133 at 2017-08-11 10:13:57
IDJOB=4262283
IDBENCH=125565
IDSOLVER=2650
FILE ID=node133/4262283-1502440084
RUNJOBID= node133-1502411423-4884
PBS_JOBID= 
Free space on /tmp= 62008 MiB

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

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

MD5SUM BENCH= 7198b26315477549e19a49cdd0865ba2
RANDOM SEED=84561638

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

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.17
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.17
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.17
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.17
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        29574592 kB
MemAvailable:   30440708 kB
Buffers:          289404 kB
Cached:           871116 kB
SwapCached:            0 kB
Active:          2294796 kB
Inactive:         467068 kB
Active(anon):    1601536 kB
Inactive(anon):    33112 kB
Active(file):     693260 kB
Inactive(file):   433956 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24444 kB
Writeback:             8 kB
AnonPages:       1600996 kB
Mapped:            63836 kB
Shmem:             33468 kB
Slab:             136668 kB
SReclaimable:     109468 kB
SUnreclaim:        27200 kB
KernelStack:        3536 kB
PageTables:         7724 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2443520 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1384448 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 61984 MiB
End job on node133 at 2017-08-11 10:55:14