Trace number 4262704

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) 2522.6201 2471.77

General information on the benchmark

NameSuperSolutions/SuperSolutions-Sadeh-js/
SuperSadeh-js-enddr1-9.xml
MD5SUM663436d48867ef848cc7f80c5423cb12
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 benchmark2.07445
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints845
Number of domains48
Minimum domain size105
Maximum domain size122
Distribution of domain sizes[{"size":105,"count":10},{"size":108,"count":10},{"size":110,"count":10},{"size":112,"count":10},{"size":115,"count":10},{"size":116,"count":20},{"size":119,"count":10},{"size":121,"count":10},{"size":122,"count":10}]
Minimum variable degree11
Maximum variable degree23
Distribution of variable degrees[{"degree":11,"count":20},{"degree":12,"count":30},{"degree":21,"count":20},{"degree":23,"count":30}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":845}]
Number of extensional constraints0
Number of intensional constraints845
Distribution of constraint types[{"type":"intension","count":845}]
Optimization problemNO
Type of objective

Solver Data

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

pid=30490
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.44 1.43 1.49 2/195 30493
/proc/meminfo: memFree=26372272/32770624 swapFree=0/316016
[pid=30493] ppid=30490 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/30493/stat : 30493 (runsolver) D 30490 30493 16548 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 49975454 24240128 108 18446744073709551615 4194304 4338465 140728839962768 140728839960408 140185263534807 0 0 1 24578 18446744071580418449 0 0 17 6 0 0 0 0 0 6438912 6441760 35450880 140728839971024 140728839971401 140728839971401 140728839974858 0
/proc/30493/statm: 5918 108 54 36 0 2156 0

[startup+0.100109 s]
/proc/loadavg: 1.44 1.43 1.49 2/195 30493
/proc/meminfo: memFree=26372272/32770624 swapFree=0/316016
[pid=30493] ppid=30490 vsize=9636 CPUtime=0.01 cores=0,2,4,6
/proc/30493/stat : 30493 (bash) S 30490 30493 16548 0 -1 4202496 890 6484 0 0 0 0 0 1 20 0 1 0 49975454 9867264 377 18446744073709551615 4194304 5098028 140736885525904 140736885519912 140433284017152 0 0 5 65536 18446744071580971376 0 0 17 4 0 0 7 0 0 7196144 7232144 27418624 140736885531156 140736885531241 140736885531241 140736885534698 0
/proc/30493/statm: 2409 377 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.200372 s]
/proc/loadavg: 1.44 1.43 1.49 2/195 30493
/proc/meminfo: memFree=26372272/32770624 swapFree=0/316016
[pid=30493] ppid=30490 vsize=9636 CPUtime=0.01 cores=0,2,4,6
/proc/30493/stat : 30493 (bash) S 30490 30493 16548 0 -1 4202496 890 6484 0 0 0 0 0 1 20 0 1 0 49975454 9867264 377 18446744073709551615 4194304 5098028 140736885525904 140736885519912 140433284017152 0 0 5 65536 18446744071580971376 0 0 17 0 0 0 7 0 0 7196144 7232144 27418624 140736885531156 140736885531241 140736885531241 140736885534698 0
/proc/30493/statm: 2409 377 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.300287 s]
/proc/loadavg: 1.44 1.43 1.49 2/195 30493
/proc/meminfo: memFree=26372272/32770624 swapFree=0/316016
[pid=30493] ppid=30490 vsize=13907308 CPUtime=0.14 cores=0,2,4,6
/proc/30493/stat : 30493 (java) S 30490 30493 16548 0 -1 1077944320 5542 12359 0 0 5 1 5 3 20 0 14 0 49975454 14241083392 5234 18446744073709551615 4194304 4196468 140724069772192 140724069754736 140074558500599 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 7 0 0 6293624 6294260 36892672 140724069775312 140724069778097 140724069778097 140724069781455 0
/proc/30493/statm: 3476827 5234 2564 1 0 3466324 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 13907308

[startup+0.70023 s]
/proc/loadavg: 1.44 1.43 1.49 2/195 30493
/proc/meminfo: memFree=26372272/32770624 swapFree=0/316016
[pid=30493] ppid=30490 vsize=13974784 CPUtime=0.7 cores=0,2,4,6
/proc/30493/stat : 30493 (java) S 30490 30493 16548 0 -1 1077944320 13938 12359 0 0 58 4 5 3 20 0 15 0 49975454 14310178816 14335 18446744073709551615 4194304 4196468 140724069772192 140724069754736 140074558500599 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 7 0 0 6293624 6294260 36892672 140724069775312 140724069778097 140724069778097 140724069781455 0
/proc/30493/statm: 3493696 14335 3085 1 0 3482965 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 13974784

[startup+1.5007 s]
/proc/loadavg: 1.48 1.44 1.50 3/210 30556
/proc/meminfo: memFree=26278452/32770624 swapFree=0/316532
[pid=30493] ppid=30490 vsize=13985408 CPUtime=1.9 cores=0,2,4,6
/proc/30493/stat : 30493 (java) S 30490 30493 16548 0 -1 1077944320 27978 12359 0 0 172 10 5 3 20 0 15 0 49975454 14321057792 39673 18446744073709551615 4194304 4196468 140724069772192 140724069754736 140074558500599 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 7 0 0 6293624 6294260 36892672 140724069775312 140724069778097 140724069778097 140724069781455 0
/proc/30493/statm: 3496352 39673 3339 1 0 3485525 0
[pid=30493/tid=30543] ppid=30490 vsize=13985408 CPUtime=1.3 cores=0,2,4,6
/proc/30493/task/30543/stat : 30543 (java) S 30490 30493 16548 0 -1 1077944384 22348 12359 0 0 116 6 5 3 20 0 15 0 49975474 14321057792 39673 18446744073709551615 4194304 4196468 140724069772192 140074562718656 140074558510805 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 4 0 0 6293624 6294260 36892672 140724069775312 140724069778097 140724069778097 140724069781455 0
[pid=30493/tid=30544] ppid=30490 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/30493/task/30544/stat : 30544 (java) S 30490 30493 16548 0 -1 1077944384 54 12359 0 0 0 0 5 3 20 0 15 0 49975475 14321057792 39673 18446744073709551615 4194304 4196468 140724069772192 140074521606672 140074558510805 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36892672 140724069775312 140724069778097 140724069778097 140724069781455 0
[pid=30493/tid=30545] ppid=30490 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/30493/task/30545/stat : 30545 (java) S 30490 30493 16548 0 -1 1077944384 181 12359 0 0 0 0 5 3 20 0 15 0 49975475 14321057792 39673 18446744073709551615 4194304 4196468 140724069772192 140074157423248 140074558510805 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36892672 140724069775312 140724069778097 140724069778097 140724069781455 0
[pid=30493/tid=30546] ppid=30490 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/30493/task/30546/stat : 30546 (java) S 30490 30493 16548 0 -1 1077944384 53 12359 0 0 0 0 5 3 20 0 15 0 49975475 14321057792 39673 18446744073709551615 4194304 4196468 140724069772192 140074156370192 140074558510805 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36892672 140724069775312 140724069778097 140724069778097 140724069781455 0
[pid=30493/tid=30547] ppid=30490 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/30493/task/30547/stat : 30547 (java) S 30490 30493 16548 0 -1 1077944384 56 12359 0 0 0 0 5 3 20 0 15 0 49975475 14321057792 39673 18446744073709551615 4194304 4196468 140724069772192 140074155317648 140074558510805 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36892672 140724069775312 140724069778097 140724069778097 140724069781455 0
[pid=30493/tid=30548] ppid=30490 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/30493/task/30548/stat : 30548 (java) R 30490 30493 16548 0 -1 4202560 66 12359 0 0 0 0 5 3 20 0 15 0 49975476 14321057792 39699 18446744073709551615 4194304 4196468 140724069772192 140074037081152 140074538131528 0 0 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36892672 140724069775312 140724069778097 140724069778097 140724069781455 0
[pid=30493/tid=30549] ppid=30490 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/30493/task/30549/stat : 30549 (java) S 30490 30493 16548 0 -1 1077944384 33 12359 0 0 0 0 5 3 20 0 15 0 49975477 14321057792 39699 18446744073709551615 4194304 4196468 140724069772192 140074036029088 140074558510805 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36892672 140724069775312 140724069778097 140724069778097 140724069781455 0
[pid=30493/tid=30550] ppid=30490 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/30493/task/30550/stat : 30550 (java) S 30490 30493 16548 0 -1 1077944384 21 12359 0 0 0 0 5 3 20 0 15 0 49975477 14321057792 39699 18446744073709551615 4194304 4196468 140724069772192 140074034975984 140074558510805 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36892672 140724069775312 140724069778097 140724069778097 140724069781455 0
[pid=30493/tid=30551] ppid=30490 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/30493/task/30551/stat : 30551 (java) S 30490 30493 16548 0 -1 1077944384 3 12359 0 0 0 0 5 3 20 0 15 0 49975480 14321057792 39699 18446744073709551615 4194304 4196468 140724069772192 140074033924560 140074558519195 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36892672 140724069775312 140724069778097 140724069778097 140724069781455 0
[pid=30493/tid=30552] ppid=30490 vsize=13985408 CPUtime=0.23 cores=0,2,4,6
/proc/30493/task/30552/stat : 30552 (java) S 30490 30493 16548 0 -1 1077944384 911 12359 0 0 15 0 5 3 20 0 15 0 49975480 14321057792 39699 18446744073709551615 4194304 4196468 140724069772192 140074032871664 140074558511746 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36892672 140724069775312 140724069778097 140724069778097 140724069781455 0
[pid=30493/tid=30553] ppid=30490 vsize=13985408 CPUtime=0.23 cores=0,2,4,6
/proc/30493/task/30553/stat : 30553 (java) S 30490 30493 16548 0 -1 1077944384 724 12359 0 0 15 0 5 3 20 0 15 0 49975480 14321057792 39699 18446744073709551615 4194304 4196468 140724069772192 140074031819120 140074558511746 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36892672 140724069775312 140724069778097 140724069778097 140724069781455 0
[pid=30493/tid=30554] ppid=30490 vsize=13985408 CPUtime=0.31 cores=0,2,4,6
/proc/30493/task/30554/stat : 30554 (java) S 30490 30493 16548 0 -1 1077944384 1372 12359 0 0 23 0 5 3 20 0 15 0 49975480 14321057792 39699 18446744073709551615 4194304 4196468 140724069772192 140074030761440 140074558510805 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36892672 140724069775312 140724069778097 140724069778097 140724069781455 0
[pid=30493/tid=30555] ppid=30490 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/30493/task/30555/stat : 30555 (java) S 30490 30493 16548 0 -1 1077944384 3 12359 0 0 0 0 5 3 20 0 15 0 49975480 14321057792 39699 18446744073709551615 4194304 4196468 140724069772192 140074029713760 140074558510805 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36892672 140724069775312 140724069778097 140724069778097 140724069781455 0
[pid=30493/tid=30556] ppid=30490 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/30493/task/30556/stat : 30556 (java) S 30490 30493 16548 0 -1 1077944384 10 12359 0 0 0 0 5 3 20 0 15 0 49975484 14321057792 39699 18446744073709551615 4194304 4196468 140724069772192 140074028661808 140074558511746 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36892672 140724069775312 140724069778097 140724069778097 140724069781455 0
Current children cumulated CPU time (s) 1.9
Current children cumulated vsize (KiB) 13985408

[startup+3.10567 s]
/proc/loadavg: 1.48 1.44 1.50 5/210 30556
/proc/meminfo: memFree=26204496/32770624 swapFree=0/316532
[pid=30493] ppid=30490 vsize=13997884 CPUtime=5.75 cores=0,2,4,6
/proc/30493/stat : 30493 (java) S 30490 30493 16548 0 -1 1077944320 49584 12359 0 0 552 15 5 3 20 0 15 0 49975454 14333833216 59830 18446744073709551615 4194304 4196468 140724069772192 140724069754736 140074558500599 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 7 0 0 6293624 6294260 36892672 140724069775312 140724069778097 140724069778097 140724069781455 0
/proc/30493/statm: 3499471 59830 3442 1 0 3488085 0
[pid=30493/tid=30543] ppid=30490 vsize=13997884 CPUtime=2.89 cores=0,2,4,6
/proc/30493/task/30543/stat : 30543 (java) R 30490 30493 16548 0 -1 4202560 35234 12359 0 0 272 9 5 3 20 0 15 0 49975474 14333833216 59830 18446744073709551615 4194304 4196468 140724069772192 140074562728896 140074208012062 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 36892672 140724069775312 140724069778097 140724069778097 140724069781455 0
[pid=30493/tid=30544] ppid=30490 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/30493/task/30544/stat : 30544 (java) S 30490 30493 16548 0 -1 1077944384 59 12359 0 0 0 0 5 3 20 0 15 0 49975475 14333833216 59830 18446744073709551615 4194304 4196468 140724069772192 140074521606672 140074558510805 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36892672 140724069775312 140724069778097 140724069778097 140724069781455 0
[pid=30493/tid=30545] ppid=30490 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/30493/task/30545/stat : 30545 (java) S 30490 30493 16548 0 -1 1077944384 181 12359 0 0 0 0 5 3 20 0 15 0 49975475 14333833216 60342 18446744073709551615 4194304 4196468 140724069772192 140074157423248 140074558510805 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36892672 140724069775312 140724069778097 140724069778097 140724069781455 0
[pid=30493/tid=30546] ppid=30490 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/30493/task/30546/stat : 30546 (java) S 30490 30493 16548 0 -1 1077944384 53 12359 0 0 0 0 5 3 20 0 15 0 49975475 14333833216 60342 18446744073709551615 4194304 4196468 140724069772192 140074156370192 140074558510805 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36892672 140724069775312 140724069778097 140724069778097 140724069781455 0
[pid=30493/tid=30547] ppid=30490 vsize=13997884 CPUtime=0.09 cores=0,2,4,6
/proc/30493/task/30547/stat : 30547 (java) S 30490 30493 16548 0 -1 1077944384 59 12359 0 0 1 0 5 3 20 0 15 0 49975475 14333833216 60342 18446744073709551615 4194304 4196468 140724069772192 140074155317648 140074558510805 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36892672 140724069775312 140724069778097 140724069778097 140724069781455 0
[pid=30493/tid=30548] ppid=30490 vsize=13997884 CPUtime=0.09 cores=0,2,4,6
/proc/30493/task/30548/stat : 30548 (java) S 30490 30493 16548 0 -1 1077944384 1651 12359 0 0 1 0 5 3 20 0 15 0 49975476 14333833216 60342 18446744073709551615 4194304 4196468 140724069772192 140074037082864 140074558511746 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36892672 140724069775312 140724069778097 140724069778097 140724069781455 0
[pid=30493/tid=30549] ppid=30490 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/30493/task/30549/stat : 30549 (java) S 30490 30493 16548 0 -1 1077944384 56 12359 0 0 0 0 5 3 20 0 15 0 49975477 14333833216 60342 18446744073709551615 4194304 4196468 140724069772192 140074036029088 140074558510805 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36892672 140724069775312 140724069778097 140724069778097 140724069781455 0
[pid=30493/tid=30550] ppid=30490 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/30493/task/30550/stat : 30550 (java) S 30490 30493 16548 0 -1 1077944384 43 12359 0 0 0 0 5 3 20 0 15 0 49975477 14333833216 60342 18446744073709551615 4194304 4196468 140724069772192 140074034975984 140074558510805 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36892672 140724069775312 140724069778097 140724069778097 140724069781455 0
[pid=30493/tid=30551] ppid=30490 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/30493/task/30551/stat : 30551 (java) S 30490 30493 16548 0 -1 1077944384 3 12359 0 0 0 0 5 3 20 0 15 0 49975480 14333833216 60342 18446744073709551615 4194304 4196468 140724069772192 140074033924560 140074558519195 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36892672 140724069775312 140724069778097 140724069778097 140724069781455 0
[pid=30493/tid=30552] ppid=30490 vsize=13997884 CPUtime=0.89 cores=0,2,4,6
/proc/30493/task/30552/stat : 30552 (java) R 30490 30493 16548 0 -1 4202560 2499 12359 0 0 80 1 5 3 20 0 15 0 49975480 14333833216 60342 18446744073709551615 4194304 4196468 140724069772192 140074032857544 140074543422381 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36892672 140724069775312 140724069778097 140724069778097 140724069781455 0
[pid=30493/tid=30553] ppid=30490 vsize=13997884 CPUtime=1.07 cores=0,2,4,6
/proc/30493/task/30553/stat : 30553 (java) R 30490 30493 16548 0 -1 4202560 4082 12359 0 0 99 0 5 3 20 0 15 0 49975480 14333833216 60342 18446744073709551615 4194304 4196468 140724069772192 140074031796560 140074540035686 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36892672 140724069775312 140724069778097 140724069778097 140724069781455 0
[pid=30493/tid=30554] ppid=30490 vsize=13997884 CPUtime=1.02 cores=0,2,4,6
/proc/30493/task/30554/stat : 30554 (java) S 30490 30493 16548 0 -1 1077944384 3500 12359 0 0 93 1 5 3 20 0 15 0 49975480 14333833216 60342 18446744073709551615 4194304 4196468 140724069772192 140074030766064 140074558511746 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36892672 140724069775312 140724069778097 140724069778097 140724069781455 0
[pid=30493/tid=30555] ppid=30490 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/30493/task/30555/stat : 30555 (java) S 30490 30493 16548 0 -1 1077944384 3 12359 0 0 0 0 5 3 20 0 15 0 49975480 14333833216 60342 18446744073709551615 4194304 4196468 140724069772192 140074029713760 140074558510805 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36892672 140724069775312 140724069778097 140724069778097 140724069781455 0
[pid=30493/tid=30556] ppid=30490 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/30493/task/30556/stat : 30556 (java) S 30490 30493 16548 0 -1 1077944384 11 12359 0 0 0 0 5 3 20 0 15 0 49975484 14333833216 60342 18446744073709551615 4194304 4196468 140724069772192 140074028661808 140074558511746 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36892672 140724069775312 140724069778097 140724069778097 140724069781455 0
Current children cumulated CPU time (s) 5.75
Current children cumulated vsize (KiB) 13997884

[startup+6.30079 s]
/proc/loadavg: 1.52 1.45 1.50 4/210 30556
/proc/meminfo: memFree=25627292/32770624 swapFree=0/316524
[pid=30493] ppid=30490 vsize=13997884 CPUtime=10.83 cores=0,2,4,6
/proc/30493/stat : 30493 (java) S 30490 30493 16548 0 -1 1077944320 52586 12359 0 0 1027 48 5 3 20 0 15 0 49975454 14333833216 225244 18446744073709551615 4194304 4196468 140724069772192 140724069754736 140074558500599 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 7 0 0 6293624 6294260 36892672 140724069775312 140724069778097 140724069778097 140724069781455 0
/proc/30493/statm: 3499471 225244 3462 1 0 3488085 0
[pid=30493/tid=30543] ppid=30490 vsize=13997884 CPUtime=5.87 cores=0,2,4,6
/proc/30493/task/30543/stat : 30543 (java) R 30490 30493 16548 0 -1 4202560 35625 12359 0 0 564 15 5 3 20 0 15 0 49975474 14333833216 225244 18446744073709551615 4194304 4196468 140724069772192 140074562732384 140074207691920 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 36892672 140724069775312 140724069778097 140724069778097 140724069781455 0
[pid=30493/tid=30544] ppid=30490 vsize=13997884 CPUtime=0.28 cores=0,2,4,6
/proc/30493/task/30544/stat : 30544 (java) S 30490 30493 16548 0 -1 1077944384 298 12359 0 0 13 7 5 3 20 0 15 0 49975475 14333833216 225244 18446744073709551615 4194304 4196468 140724069772192 140074521606672 140074558510805 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36892672 140724069775312 140724069778097 140724069778097 140724069781455 0
[pid=30493/tid=30545] ppid=30490 vsize=13997884 CPUtime=0.27 cores=0,2,4,6
/proc/30493/task/30545/stat : 30545 (java) S 30490 30493 16548 0 -1 1077944384 323 12359 0 0 12 7 5 3 20 0 15 0 49975475 14333833216 225244 18446744073709551615 4194304 4196468 140724069772192 140074157423248 140074558510805 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36892672 140724069775312 140724069778097 140724069778097 140724069781455 0
[pid=30493/tid=30546] ppid=30490 vsize=13997884 CPUtime=0.27 cores=0,2,4,6
/proc/30493/task/30546/stat : 30546 (java) S 30490 30493 16548 0 -1 1077944384 206 12359 0 0 13 6 5 3 20 0 15 0 49975475 14333833216 225244 18446744073709551615 4194304 4196468 140724069772192 140074156370192 140074558510805 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36892672 140724069775312 140724069778097 140724069778097 140724069781455 0
[pid=30493/tid=30547] ppid=30490 vsize=13997884 CPUtime=0.27 cores=0,2,4,6
/proc/30493/task/30547/stat : 30547 (java) S 30490 30493 16548 0 -1 1077944384 167 12359 0 0 13 6 5 3 20 0 15 0 49975475 14333833216 225244 18446744073709551615 4194304 4196468 140724069772192 140074155317648 140074558510805 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36892672 140724069775312 140724069778097 140724069778097 140724069781455 0
[pid=30493/tid=30548] ppid=30490 vsize=13997884 CPUtime=0.1 cores=0,2,4,6
/proc/30493/task/30548/stat : 30548 (java) S 30490 30493 16548 0 -1 1077944384 2055 12359 0 0 2 0 5 3 20 0 15 0 49975476 14333833216 225244 18446744073709551615 4194304 4196468 140724069772192 140074037082864 140074558511746 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36892672 140724069775312 140724069778097 140724069778097 140724069781455 0
[pid=30493/tid=30549] ppid=30490 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/30493/task/30549/stat : 30549 (java) S 30490 30493 16548 0 -1 1077944384 56 12359 0 0 0 0 5 3 20 0 15 0 49975477 14333833216 225244 18446744073709551615 4194304 4196468 140724069772192 140074036029152 140074558510805 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36892672 140724069775312 140724069778097 140724069778097 140724069781455 0
[pid=30493/tid=30550] ppid=30490 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/30493/task/30550/stat : 30550 (java) S 30490 30493 16548 0 -1 1077944384 43 12359 0 0 0 0 5 3 20 0 15 0 49975477 14333833216 225244 18446744073709551615 4194304 4196468 140724069772192 140074034976000 140074558510805 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36892672 140724069775312 140724069778097 140724069778097 140724069781455 0
[pid=30493/tid=30551] ppid=30490 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/30493/task/30551/stat : 30551 (java) S 30490 30493 16548 0 -1 1077944384 3 12359 0 0 0 0 5 3 20 0 15 0 49975480 14333833216 225244 18446744073709551615 4194304 4196468 140724069772192 140074033924560 140074558519195 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36892672 140724069775312 140724069778097 140724069778097 140724069781455 0
[pid=30493/tid=30552] ppid=30490 vsize=13997884 CPUtime=1.48 cores=0,2,4,6
/proc/30493/task/30552/stat : 30552 (java) S 30490 30493 16548 0 -1 1077944384 2680 12359 0 0 139 1 5 3 20 0 15 0 49975480 14333833216 225244 18446744073709551615 4194304 4196468 140724069772192 140074032871664 140074558511746 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36892672 140724069775312 140724069778097 140724069778097 140724069781455 0
[pid=30493/tid=30553] ppid=30490 vsize=13997884 CPUtime=1.63 cores=0,2,4,6
/proc/30493/task/30553/stat : 30553 (java) S 30490 30493 16548 0 -1 1077944384 5148 12359 0 0 154 1 5 3 20 0 15 0 49975480 14333833216 225244 18446744073709551615 4194304 4196468 140724069772192 140074031819120 140074558511746 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36892672 140724069775312 140724069778097 140724069778097 140724069781455 0
[pid=30493/tid=30554] ppid=30490 vsize=13997884 CPUtime=1.2 cores=0,2,4,6
/proc/30493/task/30554/stat : 30554 (java) S 30490 30493 16548 0 -1 1077944384 3815 12359 0 0 111 1 5 3 20 0 15 0 49975480 14333833216 225244 18446744073709551615 4194304 4196468 140724069772192 140074030766064 140074558511746 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36892672 140724069775312 140724069778097 140724069778097 140724069781455 0
[pid=30493/tid=30555] ppid=30490 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/30493/task/30555/stat : 30555 (java) S 30490 30493 16548 0 -1 1077944384 3 12359 0 0 0 0 5 3 20 0 15 0 49975480 14333833216 225244 18446744073709551615 4194304 4196468 140724069772192 140074029713760 140074558510805 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36892672 140724069775312 140724069778097 140724069778097 140724069781455 0
[pid=30493/tid=30556] ppid=30490 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/30493/task/30556/stat : 30556 (java) S 30490 30493 16548 0 -1 1077944384 14 12359 0 0 0 0 5 3 20 0 15 0 49975484 14333833216 225244 18446744073709551615 4194304 4196468 140724069772192 140074028661808 140074558511746 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36892672 140724069775312 140724069778097 140724069778097 140724069781455 0
Current children cumulated CPU time (s) 10.83
Current children cumulated vsize (KiB) 13997884

[startup+12.7027 s]
/proc/loadavg: 1.48 1.44 1.50 3/210 30556
/proc/meminfo: memFree=24657856/32770624 swapFree=0/316524
[pid=30493] ppid=30490 vsize=13997884 CPUtime=18.74 cores=0,2,4,6
/proc/30493/stat : 30493 (java) S 30490 30493 16548 0 -1 1077944320 56075 12359 0 0 1781 85 5 3 20 0 15 0 49975454 14333833216 516750 18446744073709551615 4194304 4196468 140724069772192 140724069754736 140074558500599 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 7 0 0 6293624 6294260 36892672 140724069775312 140724069778097 140724069778097 140724069781455 0
/proc/30493/statm: 3499471 516750 3468 1 0 3488085 0
[pid=30493/tid=30543] ppid=30490 vsize=13997884 CPUtime=12.08 cores=0,2,4,6
/proc/30493/task/30543/stat : 30543 (java) R 30490 30493 16548 0 -1 4202560 36495 12359 0 0 1173 27 5 3 20 0 15 0 49975474 14333833216 516750 18446744073709551615 4194304 4196468 140724069772192 140074562731872 140074199050416 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 36892672 140724069775312 140724069778097 140724069778097 140724069781455 0
[pid=30493/tid=30544] ppid=30490 vsize=13997884 CPUtime=0.46 cores=0,2,4,6
/proc/30493/task/30544/stat : 30544 (java) S 30490 30493 16548 0 -1 1077944384 446 12359 0 0 26 12 5 3 20 0 15 0 49975475 14333833216 516750 18446744073709551615 4194304 4196468 140724069772192 140074521606672 140074558510805 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36892672 140724069775312 140724069778097 140724069778097 140724069781455 0
[pid=30493/tid=30545] ppid=30490 vsize=13997884 CPUtime=0.46 cores=0,2,4,6
/proc/30493/task/30545/stat : 30545 (java) S 30490 30493 16548 0 -1 1077944384 440 12359 0 0 25 13 5 3 20 0 15 0 49975475 14333833216 516750 18446744073709551615 4194304 4196468 140724069772192 140074157423248 140074558510805 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36892672 140724069775312 140724069778097 140724069778097 140724069781455 0
[pid=30493/tid=30546] ppid=30490 vsize=13997884 CPUtime=0.46 cores=0,2,4,6
/proc/30493/task/30546/stat : 30546 (java) S 30490 30493 16548 0 -1 1077944384 298 12359 0 0 26 12 5 3 20 0 15 0 49975475 14333833216 516750 18446744073709551615 4194304 4196468 140724069772192 140074156370192 140074558510805 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36892672 140724069775312 140724069778097 140724069778097 140724069781455 0
[pid=30493/tid=30547] ppid=30490 vsize=13997884 CPUtime=0.45 cores=0,2,4,6
/proc/30493/task/30547/stat : 30547 (java) S 30490 30493 16548 0 -1 1077944384 328 12359 0 0 26 11 5 3 20 0 15 0 49975475 14333833216 516750 18446744073709551615 4194304 4196468 140724069772192 140074155317648 140074558510805 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36892672 140724069775312 140724069778097 140724069778097 140724069781455 0
[pid=30493/tid=30548] ppid=30490 vsize=13997884 CPUtime=0.1 cores=0,2,4,6
/proc/30493/task/30548/stat : 30548 (java) S 30490 30493 16548 0 -1 1077944384 2550 12359 0 0 2 0 5 3 20 0 15 0 49975476 14333833216 516750 18446744073709551615 4194304 4196468 140724069772192 140074037082864 140074558511746 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36892672 140724069775312 140724069778097 140724069778097 140724069781455 0
[pid=30493/tid=30549] ppid=30490 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/30493/task/30549/stat : 30549 (java) S 30490 30493 16548 0 -1 1077944384 56 12359 0 0 0 0 5 3 20 0 15 0 49975477 14333833216 516750 18446744073709551615 4194304 4196468 140724069772192 140074036029152 140074558510805 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36892672 140724069775312 140724069778097 140724069778097 140724069781455 0
[pid=30493/tid=30550] ppid=30490 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/30493/task/30550/stat : 30550 (java) S 30490 30493 16548 0 -1 1077944384 43 12359 0 0 0 0 5 3 20 0 15 0 49975477 14333833216 516750 18446744073709551615 4194304 4196468 140724069772192 140074034976000 140074558510805 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36892672 140724069775312 140724069778097 140724069778097 140724069781455 0
[pid=30493/tid=30551] ppid=30490 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/30493/task/30551/stat : 30551 (java) S 30490 30493 16548 0 -1 1077944384 3 12359 0 0 0 0 5 3 20 0 15 0 49975480 14333833216 516750 18446744073709551615 4194304 4196468 140724069772192 140074033924560 140074558519195 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36892672 140724069775312 140724069778097 140724069778097 140724069781455 0

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




Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2471 s]
/proc/loadavg: 1.36 1.38 1.41 3/209 30849
/proc/meminfo: memFree=26959380/32770624 swapFree=0/317300
[pid=30493] ppid=30490 vsize=14069564 CPUtime=2520.03 cores=0,2,4,6
/proc/30493/stat : 30493 (java) S 30490 30493 16548 0 -1 1077944320 551186 12359 0 0 251549 446 5 3 20 0 15 0 49975454 14407233536 962435 18446744073709551615 4194304 4196468 140724069772192 140724069754736 140074558500599 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 7 0 0 6293624 6294260 36892672 140724069775312 140724069778097 140724069778097 140724069781455 0
/proc/30493/statm: 3517391 962435 3482 1 0 3506005 0
[pid=30493/tid=30543] ppid=30490 vsize=14069564 CPUtime=2446.73 cores=0,2,4,6
/proc/30493/task/30543/stat : 30543 (java) R 30490 30493 16548 0 -1 4202560 178266 12359 0 0 244567 98 5 3 20 0 15 0 49975474 14407233536 962435 18446744073709551615 4194304 4196468 140724069772192 140074562734736 140074219025437 0 4 1 16800974 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 36892672 140724069775312 140724069778097 140724069778097 140724069781455 0
[pid=30493/tid=30544] ppid=30490 vsize=14069564 CPUtime=12.55 cores=0,2,4,6
/proc/30493/task/30544/stat : 30544 (java) S 30490 30493 16548 0 -1 1077944384 71595 12359 0 0 1179 68 5 3 20 0 15 0 49975475 14407233536 962435 18446744073709551615 4194304 4196468 140724069772192 140074521606672 140074558510805 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36892672 140724069775312 140724069778097 140724069778097 140724069781455 0
[pid=30493/tid=30545] ppid=30490 vsize=14069564 CPUtime=12.56 cores=0,2,4,6
/proc/30493/task/30545/stat : 30545 (java) S 30490 30493 16548 0 -1 1077944384 54476 12359 0 0 1178 70 5 3 20 0 15 0 49975475 14407233536 962435 18446744073709551615 4194304 4196468 140724069772192 140074157423248 140074558510805 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36892672 140724069775312 140724069778097 140724069778097 140724069781455 0
[pid=30493/tid=30546] ppid=30490 vsize=14069564 CPUtime=12.59 cores=0,2,4,6
/proc/30493/task/30546/stat : 30546 (java) S 30490 30493 16548 0 -1 1077944384 62872 12359 0 0 1186 65 5 3 20 0 15 0 49975475 14407233536 962435 18446744073709551615 4194304 4196468 140724069772192 140074156370192 140074558510805 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36892672 140724069775312 140724069778097 140724069778097 140724069781455 0
[pid=30493/tid=30547] ppid=30490 vsize=14069564 CPUtime=12.56 cores=0,2,4,6
/proc/30493/task/30547/stat : 30547 (java) S 30490 30493 16548 0 -1 1077944384 73761 12359 0 0 1181 67 5 3 20 0 15 0 49975475 14407233536 962435 18446744073709551615 4194304 4196468 140724069772192 140074155317648 140074558510805 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36892672 140724069775312 140724069778097 140724069778097 140724069781455 0
[pid=30493/tid=30548] ppid=30490 vsize=14069564 CPUtime=9.13 cores=0,2,4,6
/proc/30493/task/30548/stat : 30548 (java) S 30490 30493 16548 0 -1 1077944384 48062 12359 0 0 856 49 5 3 20 0 15 0 49975476 14407233536 962435 18446744073709551615 4194304 4196468 140724069772192 140074037082864 140074558511746 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36892672 140724069775312 140724069778097 140724069778097 140724069781455 0
[pid=30493/tid=30549] ppid=30490 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/30493/task/30549/stat : 30549 (java) S 30490 30493 16548 0 -1 1077944384 58 12359 0 0 0 0 5 3 20 0 15 0 49975477 14407233536 962435 18446744073709551615 4194304 4196468 140724069772192 140074036029216 140074558510805 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36892672 140724069775312 140724069778097 140724069778097 140724069781455 0
[pid=30493/tid=30550] ppid=30490 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/30493/task/30550/stat : 30550 (java) S 30490 30493 16548 0 -1 1077944384 48 12359 0 0 0 0 5 3 20 0 15 0 49975477 14407233536 962435 18446744073709551615 4194304 4196468 140724069772192 140074034976000 140074558510805 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36892672 140724069775312 140724069778097 140724069778097 140724069781455 0
[pid=30493/tid=30551] ppid=30490 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/30493/task/30551/stat : 30551 (java) S 30490 30493 16548 0 -1 1077944384 3 12359 0 0 0 0 5 3 20 0 15 0 49975480 14407233536 962435 18446744073709551615 4194304 4196468 140724069772192 140074033924560 140074558519195 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36892672 140724069775312 140724069778097 140724069778097 140724069781455 0
[pid=30493/tid=30552] ppid=30490 vsize=14069564 CPUtime=5.51 cores=0,2,4,6
/proc/30493/task/30552/stat : 30552 (java) S 30490 30493 16548 0 -1 1077944384 19216 12359 0 0 539 4 5 3 20 0 15 0 49975480 14407233536 962435 18446744073709551615 4194304 4196468 140724069772192 140074032871664 140074558511746 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36892672 140724069775312 140724069778097 140724069778097 140724069781455 0
[pid=30493/tid=30553] ppid=30490 vsize=14069564 CPUtime=4.97 cores=0,2,4,6
/proc/30493/task/30553/stat : 30553 (java) S 30490 30493 16548 0 -1 1077944384 15254 12359 0 0 487 2 5 3 20 0 15 0 49975480 14407233536 962435 18446744073709551615 4194304 4196468 140724069772192 140074031819120 140074558511746 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36892672 140724069775312 140724069778097 140724069778097 140724069781455 0
[pid=30493/tid=30554] ppid=30490 vsize=14069564 CPUtime=2.43 cores=0,2,4,6
/proc/30493/task/30554/stat : 30554 (java) S 30490 30493 16548 0 -1 1077944384 22475 12359 0 0 230 5 5 3 20 0 15 0 49975480 14407233536 962435 18446744073709551615 4194304 4196468 140724069772192 140074030766064 140074558511746 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36892672 140724069775312 140724069778097 140724069778097 140724069781455 0
[pid=30493/tid=30555] ppid=30490 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/30493/task/30555/stat : 30555 (java) S 30490 30493 16548 0 -1 1077944384 3 12359 0 0 0 0 5 3 20 0 15 0 49975480 14407233536 962435 18446744073709551615 4194304 4196468 140724069772192 140074029713760 140074558510805 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36892672 140724069775312 140724069778097 140724069778097 140724069781455 0
[pid=30493/tid=30556] ppid=30490 vsize=14069564 CPUtime=1.59 cores=0,2,4,6
/proc/30493/task/30556/stat : 30556 (java) S 30490 30493 16548 0 -1 1077944384 2947 12359 0 0 75 76 5 3 20 0 15 0 49975484 14407233536 962435 18446744073709551615 4194304 4196468 140724069772192 140074028661808 140074558511746 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36892672 140724069775312 140724069778097 140724069778097 140724069781455 0
Current children cumulated CPU time (s) 2520.03
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 30493 sig 9
??? kill -30493 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2471.2 s]
/proc/loadavg: 1.36 1.38 1.41 3/209 30849
/proc/meminfo: memFree=26959380/32770624 swapFree=0/317300
[pid=30493] ppid=30490 vsize=14202692 CPUtime=2520.69 cores=0,2,4,6
/proc/30493/stat : 30493 (java) S 30490 30493 16548 0 -1 1077944320 566121 12359 0 0 251613 448 5 3 20 0 17 0 49975454 14543556608 963644 18446744073709551615 4194304 4196468 140724069772192 140724069754736 140074558500599 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 7 0 0 6293624 6294260 36892672 140724069775312 140724069778097 140724069778097 140724069781455 0
/proc/30493/statm: 3550673 963644 3482 1 0 3539287 0
[pid=30493/tid=30543] ppid=30490 vsize=14202692 CPUtime=2446.74 cores=0,2,4,6
/proc/30493/task/30543/stat : 30543 (java) S 30490 30493 16548 0 -1 1077944384 179622 12359 0 0 244568 98 5 3 20 0 17 0 49975474 14543556608 963644 18446744073709551615 4194304 4196468 140724069772192 140074562738144 140074558510805 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 4 0 0 6293624 6294260 36892672 140724069775312 140724069778097 140724069778097 140724069781455 0
[pid=30493/tid=30544] ppid=30490 vsize=14202692 CPUtime=12.7 cores=0,2,4,6
/proc/30493/task/30544/stat : 30544 (java) R 30490 30493 16548 0 -1 4202560 71805 12359 0 0 1194 68 5 3 20 0 17 0 49975475 14543556608 963644 18446744073709551615 4194304 4196468 140724069772192 140074521606792 140074551128807 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 36892672 140724069775312 140724069778097 140724069778097 140724069781455 0
[pid=30493/tid=30545] ppid=30490 vsize=14202692 CPUtime=12.72 cores=0,2,4,6
/proc/30493/task/30545/stat : 30545 (java) R 30490 30493 16548 0 -1 4202560 54682 12359 0 0 1194 70 5 3 20 0 17 0 49975475 14543556608 963644 18446744073709551615 4194304 4196468 140724069772192 140074157423368 140074543201287 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36892672 140724069775312 140724069778097 140724069778097 140724069781455 0
[pid=30493/tid=30546] ppid=30490 vsize=14202692 CPUtime=12.75 cores=0,2,4,6
/proc/30493/task/30546/stat : 30546 (java) R 30490 30493 16548 0 -1 4202560 63368 12359 0 0 1202 65 5 3 20 0 17 0 49975475 14543556608 963644 18446744073709551615 4194304 4196468 140724069772192 140074156370000 140074543201184 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36892672 140724069775312 140724069778097 140724069778097 140724069781455 0
[pid=30493/tid=30547] ppid=30490 vsize=14202692 CPUtime=12.72 cores=0,2,4,6
/proc/30493/task/30547/stat : 30547 (java) R 30490 30493 16548 0 -1 4202560 73876 12359 0 0 1197 67 5 3 20 0 17 0 49975475 14543556608 963644 18446744073709551615 4194304 4196468 140724069772192 140074155317848 140074551128807 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36892672 140724069775312 140724069778097 140724069778097 140724069781455 0
[pid=30493/tid=30548] ppid=30490 vsize=14202692 CPUtime=9.17 cores=0,2,4,6
/proc/30493/task/30548/stat : 30548 (java) S 30490 30493 16548 0 -1 1077944384 59923 12359 0 0 859 50 5 3 20 0 17 0 49975476 14543556608 963644 18446744073709551615 4194304 4196468 140724069772192 140074037081488 140074558510805 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36892672 140724069775312 140724069778097 140724069778097 140724069781455 0
[pid=30493/tid=30549] ppid=30490 vsize=14202692 CPUtime=0.08 cores=0,2,4,6
/proc/30493/task/30549/stat : 30549 (java) S 30490 30493 16548 0 -1 1077944384 58 12359 0 0 0 0 5 3 20 0 17 0 49975477 14543556608 963644 18446744073709551615 4194304 4196468 140724069772192 140074036029216 140074558510805 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36892672 140724069775312 140724069778097 140724069778097 140724069781455 0
[pid=30493/tid=30550] ppid=30490 vsize=14202692 CPUtime=0.08 cores=0,2,4,6
/proc/30493/task/30550/stat : 30550 (java) S 30490 30493 16548 0 -1 1077944384 48 12359 0 0 0 0 5 3 20 0 17 0 49975477 14543556608 963644 18446744073709551615 4194304 4196468 140724069772192 140074034976000 140074558510805 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36892672 140724069775312 140724069778097 140724069778097 140724069781455 0
[pid=30493/tid=30551] ppid=30490 vsize=14202692 CPUtime=0.08 cores=0,2,4,6
/proc/30493/task/30551/stat : 30551 (java) S 30490 30493 16548 0 -1 1077944384 301 12359 0 0 0 0 5 3 20 0 17 0 49975480 14543556608 963644 18446744073709551615 4194304 4196468 140724069772192 140074033924560 140074558519195 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36892672 140724069775312 140724069778097 140724069778097 140724069781455 0
[pid=30493/tid=30552] ppid=30490 vsize=14202692 CPUtime=5.51 cores=0,2,4,6
/proc/30493/task/30552/stat : 30552 (java) S 30490 30493 16548 0 -1 1077944384 19216 12359 0 0 539 4 5 3 20 0 17 0 49975480 14543556608 963644 18446744073709551615 4194304 4196468 140724069772192 140074032871664 140074558511746 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36892672 140724069775312 140724069778097 140724069778097 140724069781455 0
[pid=30493/tid=30553] ppid=30490 vsize=14202692 CPUtime=4.97 cores=0,2,4,6
/proc/30493/task/30553/stat : 30553 (java) S 30490 30493 16548 0 -1 1077944384 15254 12359 0 0 487 2 5 3 20 0 17 0 49975480 14543556608 963644 18446744073709551615 4194304 4196468 140724069772192 140074031819120 140074558511746 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36892672 140724069775312 140724069778097 140724069778097 140724069781455 0
[pid=30493/tid=30554] ppid=30490 vsize=14202692 CPUtime=2.43 cores=0,2,4,6
/proc/30493/task/30554/stat : 30554 (java) S 30490 30493 16548 0 -1 1077944384 22475 12359 0 0 230 5 5 3 20 0 17 0 49975480 14543556608 963644 18446744073709551615 4194304 4196468 140724069772192 140074030766064 140074558511746 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36892672 140724069775312 140724069778097 140724069778097 140724069781455 0
[pid=30493/tid=30555] ppid=30490 vsize=14202692 CPUtime=0.08 cores=0,2,4,6
/proc/30493/task/30555/stat : 30555 (java) S 30490 30493 16548 0 -1 1077944384 3 12359 0 0 0 0 5 3 20 0 17 0 49975480 14543556608 963644 18446744073709551615 4194304 4196468 140724069772192 140074029713760 140074558510805 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36892672 140724069775312 140724069778097 140724069778097 140724069781455 0
[pid=30493/tid=30556] ppid=30490 vsize=14202692 CPUtime=1.59 cores=0,2,4,6
/proc/30493/task/30556/stat : 30556 (java) S 30490 30493 16548 0 -1 1077944384 2947 12359 0 0 75 76 5 3 20 0 17 0 49975484 14543556608 963644 18446744073709551615 4194304 4196468 140724069772192 140074028661808 140074558511746 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36892672 140724069775312 140724069778097 140724069778097 140724069781455 0
Current children cumulated CPU time (s) 2520.69
Current children cumulated vsize (KiB) 14202692

[startup+2471.6 s]
/proc/loadavg: 1.36 1.38 1.41 3/209 30849
/proc/meminfo: memFree=26959380/32770624 swapFree=0/317300
[pid=30493] ppid=30490 vsize=14202692 CPUtime=2522.16 cores=0,2,4,6
/proc/30493/stat : 30493 (java) S 30490 30493 16548 0 -1 1077944320 566476 12359 0 0 251760 448 5 3 20 0 17 0 49975454 14543556608 963645 18446744073709551615 4194304 4196468 140724069772192 140724069754736 140074558500599 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 7 0 0 6293624 6294260 36892672 140724069775312 140724069778097 140724069778097 140724069781455 0
/proc/30493/statm: 3550673 963645 3482 1 0 3539287 0
[pid=30493/tid=30543] ppid=30490 vsize=14202692 CPUtime=2446.74 cores=0,2,4,6
/proc/30493/task/30543/stat : 30543 (java) S 30490 30493 16548 0 -1 1077944384 179623 12359 0 0 244568 98 5 3 20 0 17 0 49975474 14543556608 963645 18446744073709551615 4194304 4196468 140724069772192 140074562738144 140074558510805 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 4 0 0 6293624 6294260 36892672 140724069775312 140724069778097 140724069778097 140724069781455 0
[pid=30493/tid=30544] ppid=30490 vsize=14202692 CPUtime=13.06 cores=0,2,4,6
/proc/30493/task/30544/stat : 30544 (java) R 30490 30493 16548 0 -1 4202560 71811 12359 0 0 1230 68 5 3 20 0 17 0 49975475 14543556608 963645 18446744073709551615 4194304 4196468 140724069772192 140074521606672 140074543496988 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36892672 140724069775312 140724069778097 140724069778097 140724069781455 0
[pid=30493/tid=30545] ppid=30490 vsize=14202692 CPUtime=13.08 cores=0,2,4,6
/proc/30493/task/30545/stat : 30545 (java) R 30490 30493 16548 0 -1 4202560 54694 12359 0 0 1230 70 5 3 20 0 17 0 49975475 14543556608 963645 18446744073709551615 4194304 4196468 140724069772192 140074157423248 140074542958067 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36892672 140724069775312 140724069778097 140724069778097 140724069781455 0
[pid=30493/tid=30546] ppid=30490 vsize=14202692 CPUtime=13.11 cores=0,2,4,6
/proc/30493/task/30546/stat : 30546 (java) R 30490 30493 16548 0 -1 4202560 63370 12359 0 0 1238 65 5 3 20 0 17 0 49975475 14543556608 963645 18446744073709551615 4194304 4196468 140724069772192 140074156370080 140074543199415 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 36892672 140724069775312 140724069778097 140724069778097 140724069781455 0
[pid=30493/tid=30547] ppid=30490 vsize=14202692 CPUtime=13.08 cores=0,2,4,6
/proc/30493/task/30547/stat : 30547 (java) R 30490 30493 16548 0 -1 4202560 73878 12359 0 0 1233 67 5 3 20 0 17 0 49975475 14543556608 963645 18446744073709551615 4194304 4196468 140724069772192 140074155317648 140074543497000 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36892672 140724069775312 140724069778097 140724069778097 140724069781455 0
[pid=30493/tid=30548] ppid=30490 vsize=14202692 CPUtime=9.2 cores=0,2,4,6
/proc/30493/task/30548/stat : 30548 (java) S 30490 30493 16548 0 -1 1077944384 60254 12359 0 0 862 50 5 3 20 0 17 0 49975476 14543556608 963645 18446744073709551615 4194304 4196468 140724069772192 140074037081488 140074558510805 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36892672 140724069775312 140724069778097 140724069778097 140724069781455 0
[pid=30493/tid=30549] ppid=30490 vsize=14202692 CPUtime=0.08 cores=0,2,4,6
/proc/30493/task/30549/stat : 30549 (java) S 30490 30493 16548 0 -1 1077944384 59 12359 0 0 0 0 5 3 20 0 17 0 49975477 14543556608 963645 18446744073709551615 4194304 4196468 140724069772192 140074036029120 140074558510805 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36892672 140724069775312 140724069778097 140724069778097 140724069781455 0
[pid=30493/tid=30550] ppid=30490 vsize=14202692 CPUtime=0.08 cores=0,2,4,6
/proc/30493/task/30550/stat : 30550 (java) S 30490 30493 16548 0 -1 1077944384 48 12359 0 0 0 0 5 3 20 0 17 0 49975477 14543556608 963645 18446744073709551615 4194304 4196468 140724069772192 140074034976000 140074558510805 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36892672 140724069775312 140724069778097 140724069778097 140724069781455 0
[pid=30493/tid=30551] ppid=30490 vsize=14202692 CPUtime=0.08 cores=0,2,4,6
/proc/30493/task/30551/stat : 30551 (java) S 30490 30493 16548 0 -1 1077944384 301 12359 0 0 0 0 5 3 20 0 17 0 49975480 14543556608 963645 18446744073709551615 4194304 4196468 140724069772192 140074033924560 140074558519195 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36892672 140724069775312 140724069778097 140724069778097 140724069781455 0
[pid=30493/tid=30552] ppid=30490 vsize=14202692 CPUtime=5.51 cores=0,2,4,6
/proc/30493/task/30552/stat : 30552 (java) S 30490 30493 16548 0 -1 1077944384 19216 12359 0 0 539 4 5 3 20 0 17 0 49975480 14543556608 963645 18446744073709551615 4194304 4196468 140724069772192 140074032871664 140074558511746 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36892672 140724069775312 140724069778097 140724069778097 140724069781455 0
[pid=30493/tid=30553] ppid=30490 vsize=14202692 CPUtime=4.97 cores=0,2,4,6
/proc/30493/task/30553/stat : 30553 (java) S 30490 30493 16548 0 -1 1077944384 15254 12359 0 0 487 2 5 3 20 0 17 0 49975480 14543556608 963645 18446744073709551615 4194304 4196468 140724069772192 140074031819120 140074558511746 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36892672 140724069775312 140724069778097 140724069778097 140724069781455 0
[pid=30493/tid=30554] ppid=30490 vsize=14202692 CPUtime=2.43 cores=0,2,4,6
/proc/30493/task/30554/stat : 30554 (java) S 30490 30493 16548 0 -1 1077944384 22475 12359 0 0 230 5 5 3 20 0 17 0 49975480 14543556608 963645 18446744073709551615 4194304 4196468 140724069772192 140074030766064 140074558511746 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36892672 140724069775312 140724069778097 140724069778097 140724069781455 0
[pid=30493/tid=30555] ppid=30490 vsize=14202692 CPUtime=0.08 cores=0,2,4,6
/proc/30493/task/30555/stat : 30555 (java) S 30490 30493 16548 0 -1 1077944384 3 12359 0 0 0 0 5 3 20 0 17 0 49975480 14543556608 963645 18446744073709551615 4194304 4196468 140724069772192 140074029713760 140074558510805 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36892672 140724069775312 140724069778097 140724069778097 140724069781455 0
[pid=30493/tid=30556] ppid=30490 vsize=14202692 CPUtime=1.59 cores=0,2,4,6
/proc/30493/task/30556/stat : 30556 (java) S 30490 30493 16548 0 -1 1077944384 2947 12359 0 0 75 76 5 3 20 0 17 0 49975484 14543556608 963645 18446744073709551615 4194304 4196468 140724069772192 140074028661808 140074558511746 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36892672 140724069775312 140724069778097 140724069778097 140724069781455 0
Current children cumulated CPU time (s) 2522.16
Current children cumulated vsize (KiB) 14202692

[startup+2471.7 s]
/proc/loadavg: 1.41 1.39 1.41 3/211 30851
/proc/meminfo: memFree=26955128/32770624 swapFree=0/317300
[pid=30493] ppid=30490 vsize=14202692 CPUtime=2522.47 cores=0,2,4,6
/proc/30493/stat : 30493 (java) S 30490 30493 16548 0 -1 1077944320 566489 12359 0 0 251791 448 5 3 20 0 17 0 49975454 14543556608 963645 18446744073709551615 4194304 4196468 140724069772192 140724069754736 140074558500599 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 7 0 0 6293624 6294260 36892672 140724069775312 140724069778097 140724069778097 140724069781455 0
/proc/30493/statm: 3550673 963645 3482 1 0 3539287 0
[pid=30493/tid=30543] ppid=30490 vsize=14202692 CPUtime=2446.74 cores=0,2,4,6
/proc/30493/task/30543/stat : 30543 (java) S 30490 30493 16548 0 -1 1077944384 179624 12359 0 0 244568 98 5 3 20 0 17 0 49975474 14543556608 963645 18446744073709551615 4194304 4196468 140724069772192 140074562738144 140074558510805 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 4 0 0 6293624 6294260 36892672 140724069775312 140724069778097 140724069778097 140724069781455 0
[pid=30493/tid=30544] ppid=30490 vsize=14202692 CPUtime=13.13 cores=0,2,4,6
/proc/30493/task/30544/stat : 30544 (java) S 30490 30493 16548 0 -1 1077944384 71811 12359 0 0 1237 68 5 3 20 0 17 0 49975475 14543556608 963645 18446744073709551615 4194304 4196468 140724069772192 140074521606672 140074558510805 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36892672 140724069775312 140724069778097 140724069778097 140724069781455 0
[pid=30493/tid=30545] ppid=30490 vsize=14202692 CPUtime=13.15 cores=0,2,4,6
/proc/30493/task/30545/stat : 30545 (java) S 30490 30493 16548 0 -1 1077944384 54695 12359 0 0 1237 70 5 3 20 0 17 0 49975475 14543556608 963645 18446744073709551615 4194304 4196468 140724069772192 140074157423248 140074558510805 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36892672 140724069775312 140724069778097 140724069778097 140724069781455 0
[pid=30493/tid=30546] ppid=30490 vsize=14202692 CPUtime=13.18 cores=0,2,4,6
/proc/30493/task/30546/stat : 30546 (java) S 30490 30493 16548 0 -1 1077944384 63376 12359 0 0 1245 65 5 3 20 0 17 0 49975475 14543556608 963645 18446744073709551615 4194304 4196468 140724069772192 140074156370192 140074558510805 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36892672 140724069775312 140724069778097 140724069778097 140724069781455 0
[pid=30493/tid=30547] ppid=30490 vsize=14202692 CPUtime=13.15 cores=0,2,4,6
/proc/30493/task/30547/stat : 30547 (java) S 30490 30493 16548 0 -1 1077944384 73881 12359 0 0 1240 67 5 3 20 0 17 0 49975475 14543556608 963645 18446744073709551615 4194304 4196468 140724069772192 140074155317648 140074558510805 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36892672 140724069775312 140724069778097 140724069778097 140724069781455 0
[pid=30493/tid=30548] ppid=30490 vsize=14202692 CPUtime=9.24 cores=0,2,4,6
/proc/30493/task/30548/stat : 30548 (java) R 30490 30493 16548 0 -1 4202560 60254 12359 0 0 866 50 5 3 20 0 17 0 49975476 14543556608 963645 18446744073709551615 4194304 4196468 140724069772192 140074037081152 140074543627888 0 0 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36892672 140724069775312 140724069778097 140724069778097 140724069781455 0
[pid=30493/tid=30549] ppid=30490 vsize=14202692 CPUtime=0.08 cores=0,2,4,6
/proc/30493/task/30549/stat : 30549 (java) S 30490 30493 16548 0 -1 1077944384 60 12359 0 0 0 0 5 3 20 0 17 0 49975477 14543556608 963645 18446744073709551615 4194304 4196468 140724069772192 140074036029120 140074558510805 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36892672 140724069775312 140724069778097 140724069778097 140724069781455 0
[pid=30493/tid=30550] ppid=30490 vsize=14202692 CPUtime=0.08 cores=0,2,4,6
/proc/30493/task/30550/stat : 30550 (java) S 30490 30493 16548 0 -1 1077944384 48 12359 0 0 0 0 5 3 20 0 17 0 49975477 14543556608 963645 18446744073709551615 4194304 4196468 140724069772192 140074034976000 140074558510805 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36892672 140724069775312 140724069778097 140724069778097 140724069781455 0
[pid=30493/tid=30551] ppid=30490 vsize=14202692 CPUtime=0.08 cores=0,2,4,6
/proc/30493/task/30551/stat : 30551 (java) S 30490 30493 16548 0 -1 1077944384 301 12359 0 0 0 0 5 3 20 0 17 0 49975480 14543556608 963645 18446744073709551615 4194304 4196468 140724069772192 140074033924560 140074558519195 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36892672 140724069775312 140724069778097 140724069778097 140724069781455 0
[pid=30493/tid=30552] ppid=30490 vsize=14202692 CPUtime=5.51 cores=0,2,4,6
/proc/30493/task/30552/stat : 30552 (java) S 30490 30493 16548 0 -1 1077944384 19216 12359 0 0 539 4 5 3 20 0 17 0 49975480 14543556608 963645 18446744073709551615 4194304 4196468 140724069772192 140074032871664 140074558511746 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36892672 140724069775312 140724069778097 140724069778097 140724069781455 0
[pid=30493/tid=30553] ppid=30490 vsize=14202692 CPUtime=4.97 cores=0,2,4,6
/proc/30493/task/30553/stat : 30553 (java) S 30490 30493 16548 0 -1 1077944384 15254 12359 0 0 487 2 5 3 20 0 17 0 49975480 14543556608 963645 18446744073709551615 4194304 4196468 140724069772192 140074031819120 140074558511746 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36892672 140724069775312 140724069778097 140724069778097 140724069781455 0
[pid=30493/tid=30554] ppid=30490 vsize=14202692 CPUtime=2.43 cores=0,2,4,6
/proc/30493/task/30554/stat : 30554 (java) S 30490 30493 16548 0 -1 1077944384 22475 12359 0 0 230 5 5 3 20 0 17 0 49975480 14543556608 963645 18446744073709551615 4194304 4196468 140724069772192 140074030766064 140074558511746 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36892672 140724069775312 140724069778097 140724069778097 140724069781455 0
[pid=30493/tid=30555] ppid=30490 vsize=14202692 CPUtime=0.08 cores=0,2,4,6
/proc/30493/task/30555/stat : 30555 (java) S 30490 30493 16548 0 -1 1077944384 3 12359 0 0 0 0 5 3 20 0 17 0 49975480 14543556608 963645 18446744073709551615 4194304 4196468 140724069772192 140074029713760 140074558510805 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36892672 140724069775312 140724069778097 140724069778097 140724069781455 0
[pid=30493/tid=30556] ppid=30490 vsize=14202692 CPUtime=1.59 cores=0,2,4,6
/proc/30493/task/30556/stat : 30556 (java) S 30490 30493 16548 0 -1 1077944384 2947 12359 0 0 75 76 5 3 20 0 17 0 49975484 14543556608 963645 18446744073709551615 4194304 4196468 140724069772192 140074028661808 140074558511746 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36892672 140724069775312 140724069778097 140724069778097 140724069781455 0
[pid=30493/tid=30850] ppid=30490 vsize=14202692 CPUtime=0.08 cores=0,2,4,6
/proc/30493/task/30850/stat : 30850 (java) S 30490 30493 16548 0 -1 1077944384 360 12359 0 0 0 0 5 3 20 0 17 0 50222554 14543556608 963645 18446744073709551615 4194304 4196468 140724069772192 140073996907376 140074558510805 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36892672 140724069775312 140724069778097 140724069778097 140724069781455 0
[pid=30493/tid=30851] ppid=30490 vsize=14202692 CPUtime=0.08 cores=0,2,4,6
/proc/30493/task/30851/stat : 30851 (java) S 30490 30493 16548 0 -1 1077944384 33 12359 0 0 0 0 5 3 20 0 17 0 50222554 14543556608 963645 18446744073709551615 4194304 4196468 140724069772192 140073995855040 140074558510805 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36892672 140724069775312 140724069778097 140724069778097 140724069781455 0
Current children cumulated CPU time (s) 2522.47
Current children cumulated vsize (KiB) 14202692

Child status: 143
Real time (s): 2471.77
CPU time (s): 2522.62
CPU user time (s): 2518.07
CPU system time (s): 4.54391
CPU usage (%): 102.057
Max. virtual memory (cumulated for all children) (KiB): 14202692

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2518.07
system time used= 4.54391
maximum resident set size= 4164028
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 579108
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2896
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 249135
involuntary context switches= 7032

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.3313 second user time and 13.7623 second system time

The end

Launcher Data

Begin job on node126 at 2017-08-11 20:42:39
IDJOB=4262704
IDBENCH=138525
IDSOLVER=2650
FILE ID=node126/4262704-1502477799
RUNJOBID= node126-1502411413-16611
PBS_JOBID= 
Free space on /tmp= 61924 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/SuperSolutions/SuperSolutions-Sadeh-js/SuperSadeh-js-enddr1-9.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262704-1502477799/watcher-4262704-1502477799 -o /tmp/evaluation-result-4262704-1502477799/solver-4262704-1502477799 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1502411413-16611 --watchdog 2580  bin/concrete HOME/instance-4262704-1502477799.xml

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

MD5SUM BENCH= 663436d48867ef848cc7f80c5423cb12
RANDOM SEED=1960376492

node126.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.81
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.81
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.81
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.81
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:        26373156 kB
MemAvailable:   27090956 kB
Buffers:          291072 kB
Cached:           700504 kB
SwapCached:          524 kB
Active:          5544592 kB
Inactive:         387080 kB
Active(anon):    4894960 kB
Inactive(anon):    71324 kB
Active(file):     649632 kB
Inactive(file):   315756 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67105588 kB
Dirty:             24784 kB
Writeback:             0 kB
AnonPages:       4981700 kB
Mapped:            54940 kB
Shmem:             25248 kB
Slab:             162796 kB
SReclaimable:     136492 kB
SUnreclaim:        26304 kB
KernelStack:        3712 kB
PageTables:        14752 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5383820 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4730880 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 61984 MiB
End job on node126 at 2017-08-11 21:23:51