Trace number 4262539

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) 2520.8101 2501.77

General information on the benchmark

NameQueenAttacking/QueenAttacking-xcsp2-s1/
QueenAttacking-11_X2.xml
MD5SUM6c1009e087c092ca636a0299b7d1d77c
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables122
Number of constraints7290
Number of domains2
Minimum domain size21
Maximum domain size121
Distribution of domain sizes[{"size":21,"count":1},{"size":121,"count":121}]
Minimum variable degree30
Maximum variable degree121
Distribution of variable degrees[{"degree":30,"count":1},{"degree":120,"count":91},{"degree":121,"count":30}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":7290}]
Number of extensional constraints0
Number of intensional constraints7290
Distribution of constraint types[{"type":"intension","count":7290}]
Optimization problemNO
Type of objective

Solver Data

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

pid=11895
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.70 1.50 1.45 3/202 11898
/proc/meminfo: memFree=27013956/32770624 swapFree=0/570068
[pid=11898] ppid=11895 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/11898/stat : 11898 (runsolver) D 11895 11898 1460 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 92754331 24240128 108 18446744073709551615 4194304 4338465 140736095522464 140736095520104 139732694397655 0 0 1 24578 18446744071580418449 0 0 17 2 0 0 0 0 0 6438912 6441760 32505856 140736095527121 140736095527497 140736095527497 140736095530954 0
/proc/11898/statm: 5918 108 54 36 0 2156 0

[startup+0.100094 s]
/proc/loadavg: 1.70 1.50 1.45 3/202 11898
/proc/meminfo: memFree=27013956/32770624 swapFree=0/570068
[pid=11898] ppid=11895 vsize=9508 CPUtime=0 cores=0,2,4,6
/proc/11898/stat : 11898 (bash) S 11895 11898 1460 0 -1 4202496 684 1545 0 0 0 0 0 0 20 0 1 0 92754331 9736192 352 18446744073709551615 4194304 5098028 140737027172736 140737027170376 140237390928896 0 0 5 65536 18446744071580971376 0 0 17 6 0 0 9 0 0 7196144 7232144 26423296 140737027179028 140737027179113 140737027179113 140737027182570 0
/proc/11898/statm: 2377 352 279 221 0 86 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9508

[startup+0.200181 s]
/proc/loadavg: 1.70 1.50 1.45 3/202 11898
/proc/meminfo: memFree=27013956/32770624 swapFree=0/570068
[pid=11898] ppid=11895 vsize=9636 CPUtime=0.01 cores=0,2,4,6
/proc/11898/stat : 11898 (bash) S 11895 11898 1460 0 -1 4202496 895 6489 0 0 0 0 0 1 20 0 1 0 92754331 9867264 377 18446744073709551615 4194304 5098028 140737027172736 140737027166744 140237390928896 0 0 5 65536 18446744071580971376 0 0 17 6 0 0 9 0 0 7196144 7232144 26423296 140737027179028 140737027179113 140737027179113 140737027182570 0
/proc/11898/statm: 2409 377 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.300291 s]
/proc/loadavg: 1.70 1.50 1.45 3/202 11898
/proc/meminfo: memFree=27013956/32770624 swapFree=0/570068
[pid=11898] ppid=11895 vsize=13907308 CPUtime=0.13 cores=0,2,4,6
/proc/11898/stat : 11898 (java) S 11895 11898 1460 0 -1 1077944320 5686 12440 0 0 5 1 5 2 20 0 14 0 92754331 14241083392 5369 18446744073709551615 4194304 4196468 140723192825600 140723192808144 139672028270327 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 28790784 140723192829904 140723192832689 140723192832689 140723192836047 0
/proc/11898/statm: 3476827 5369 2565 1 0 3466324 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 13907308

[startup+0.700765 s]
/proc/loadavg: 1.70 1.50 1.45 3/202 11898
/proc/meminfo: memFree=27013956/32770624 swapFree=0/570068
[pid=11898] ppid=11895 vsize=13974784 CPUtime=0.64 cores=0,2,4,6
/proc/11898/stat : 11898 (java) S 11895 11898 1460 0 -1 1077944320 13843 12440 0 0 53 4 5 2 20 0 15 0 92754331 14310178816 14278 18446744073709551615 4194304 4196468 140723192825600 140723192808144 139672028270327 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 28790784 140723192829904 140723192832689 140723192832689 140723192836047 0
/proc/11898/statm: 3493696 14278 3106 1 0 3482965 0
Current children cumulated CPU time (s) 0.64
Current children cumulated vsize (KiB) 13974784

[startup+1.50052 s]
/proc/loadavg: 1.70 1.50 1.45 3/217 11961
/proc/meminfo: memFree=26920604/32770624 swapFree=0/570888
[pid=11898] ppid=11895 vsize=13985408 CPUtime=1.84 cores=0,2,4,6
/proc/11898/stat : 11898 (java) S 11895 11898 1460 0 -1 1077944320 28121 12440 0 0 169 8 5 2 20 0 15 0 92754331 14321057792 34580 18446744073709551615 4194304 4196468 140723192825600 140723192808144 139672028270327 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 28790784 140723192829904 140723192832689 140723192832689 140723192836047 0
/proc/11898/statm: 3496352 34580 3342 1 0 3485525 0
[pid=11898/tid=11948] ppid=11895 vsize=13985408 CPUtime=1.28 cores=0,2,4,6
/proc/11898/task/11948/stat : 11948 (java) S 11895 11898 1460 0 -1 1077944384 22602 12440 0 0 115 6 5 2 20 0 15 0 92754354 14321057792 34580 18446744073709551615 4194304 4196468 140723192825600 139672032487632 139672028280533 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 3 0 0 6293624 6294260 28790784 140723192829904 140723192832689 140723192832689 140723192836047 0
[pid=11898/tid=11949] ppid=11895 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/11898/task/11949/stat : 11949 (java) R 11895 11898 1460 0 -1 4202560 18 12440 0 0 0 0 5 2 20 0 15 0 92754355 14321057792 34580 18446744073709551615 4194304 4196468 140723192825600 139671947684752 139672013313442 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28790784 140723192829904 140723192832689 140723192832689 140723192836047 0
[pid=11898/tid=11950] ppid=11895 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/11898/task/11950/stat : 11950 (java) R 11895 11898 1460 0 -1 4202560 11 12440 0 0 0 0 5 2 20 0 15 0 92754355 14321057792 34580 18446744073709551615 4194304 4196468 140723192825600 139671946631952 139672020511717 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28790784 140723192829904 140723192832689 140723192832689 140723192836047 0
[pid=11898/tid=11951] ppid=11895 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/11898/task/11951/stat : 11951 (java) R 11895 11898 1460 0 -1 1077944384 7 12440 0 0 0 0 5 2 20 0 15 0 92754355 14321057792 34580 18446744073709551615 4194304 4196468 140723192825600 139671945577472 139672028280533 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28790784 140723192829904 140723192832689 140723192832689 140723192836047 0
[pid=11898/tid=11952] ppid=11895 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/11898/task/11952/stat : 11952 (java) R 11895 11898 1460 0 -1 4202560 108 12440 0 0 0 0 5 2 20 0 15 0 92754355 14321057792 34580 18446744073709551615 4194304 4196468 140723192825600 139671944526704 139672021376873 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28790784 140723192829904 140723192832689 140723192832689 140723192836047 0
[pid=11898/tid=11953] ppid=11895 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/11898/task/11953/stat : 11953 (java) S 11895 11898 1460 0 -1 1077944384 38 12440 0 0 0 0 5 2 20 0 15 0 92754356 14321057792 34580 18446744073709551615 4194304 4196468 140723192825600 139671506518656 139672028280533 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28790784 140723192829904 140723192832689 140723192832689 140723192836047 0
[pid=11898/tid=11954] ppid=11895 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/11898/task/11954/stat : 11954 (java) S 11895 11898 1460 0 -1 1077944384 33 12440 0 0 0 0 5 2 20 0 15 0 92754357 14321057792 34580 18446744073709551615 4194304 4196468 140723192825600 139671505466144 139672028280533 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28790784 140723192829904 140723192832689 140723192832689 140723192836047 0
[pid=11898/tid=11955] ppid=11895 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/11898/task/11955/stat : 11955 (java) S 11895 11898 1460 0 -1 1077944384 21 12440 0 0 0 0 5 2 20 0 15 0 92754357 14321057792 34580 18446744073709551615 4194304 4196468 140723192825600 139671504413808 139672028280533 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28790784 140723192829904 140723192832689 140723192832689 140723192836047 0
[pid=11898/tid=11956] ppid=11895 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/11898/task/11956/stat : 11956 (java) S 11895 11898 1460 0 -1 1077944384 3 12440 0 0 0 0 5 2 20 0 15 0 92754359 14321057792 35092 18446744073709551615 4194304 4196468 140723192825600 139671503362128 139672028288923 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28790784 140723192829904 140723192832689 140723192832689 140723192836047 0
[pid=11898/tid=11957] ppid=11895 vsize=13985408 CPUtime=0.25 cores=0,2,4,6
/proc/11898/task/11957/stat : 11957 (java) S 11895 11898 1460 0 -1 1077944384 1148 12440 0 0 18 0 5 2 20 0 15 0 92754359 14321057792 35092 18446744073709551615 4194304 4196468 140723192825600 139671502310000 139672028281474 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28790784 140723192829904 140723192832689 140723192832689 140723192836047 0
[pid=11898/tid=11958] ppid=11895 vsize=13985408 CPUtime=0.19 cores=0,2,4,6
/proc/11898/task/11958/stat : 11958 (java) S 11895 11898 1460 0 -1 1077944384 696 12440 0 0 12 0 5 2 20 0 15 0 92754359 14321057792 35092 18446744073709551615 4194304 4196468 140723192825600 139671501257200 139672028281474 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28790784 140723192829904 140723192832689 140723192832689 140723192836047 0
[pid=11898/tid=11959] ppid=11895 vsize=13985408 CPUtime=0.3 cores=0,2,4,6
/proc/11898/task/11959/stat : 11959 (java) S 11895 11898 1460 0 -1 1077944384 1307 12440 0 0 23 0 5 2 20 0 15 0 92754360 14321057792 35092 18446744073709551615 4194304 4196468 140723192825600 139671500200784 139672028280533 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28790784 140723192829904 140723192832689 140723192832689 140723192836047 0
[pid=11898/tid=11960] ppid=11895 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/11898/task/11960/stat : 11960 (java) S 11895 11898 1460 0 -1 1077944384 3 12440 0 0 0 0 5 2 20 0 15 0 92754360 14321057792 35092 18446744073709551615 4194304 4196468 140723192825600 139671499152352 139672028280533 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28790784 140723192829904 140723192832689 140723192832689 140723192836047 0
[pid=11898/tid=11961] ppid=11895 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/11898/task/11961/stat : 11961 (java) S 11895 11898 1460 0 -1 1077944384 10 12440 0 0 0 0 5 2 20 0 15 0 92754364 14321057792 35092 18446744073709551615 4194304 4196468 140723192825600 139671498099120 139672028281474 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28790784 140723192829904 140723192832689 140723192832689 140723192836047 0
Current children cumulated CPU time (s) 1.84
Current children cumulated vsize (KiB) 13985408

[startup+3.10957 s]
/proc/loadavg: 1.65 1.49 1.44 4/217 11961
/proc/meminfo: memFree=26842220/32770624 swapFree=0/570884
[pid=11898] ppid=11895 vsize=13995836 CPUtime=5.8 cores=0,2,4,6
/proc/11898/stat : 11898 (java) S 11895 11898 1460 0 -1 1077944320 40687 12440 0 0 558 15 5 2 20 0 15 0 92754331 14331736064 64467 18446744073709551615 4194304 4196468 140723192825600 140723192808144 139672028270327 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 28790784 140723192829904 140723192832689 140723192832689 140723192836047 0
/proc/11898/statm: 3498959 64467 3457 1 0 3487573 0
[pid=11898/tid=11948] ppid=11895 vsize=13995836 CPUtime=2.86 cores=0,2,4,6
/proc/11898/task/11948/stat : 11948 (java) R 11895 11898 1460 0 -1 4202560 29721 12440 0 0 270 9 5 2 20 0 15 0 92754354 14331736064 64467 18446744073709551615 4194304 4196468 140723192825600 139672032498976 139671624444570 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 28790784 140723192829904 140723192832689 140723192832689 140723192836047 0
[pid=11898/tid=11949] ppid=11895 vsize=13995836 CPUtime=0.07 cores=0,2,4,6
/proc/11898/task/11949/stat : 11949 (java) S 11895 11898 1460 0 -1 1077944384 78 12440 0 0 0 0 5 2 20 0 15 0 92754355 14331736064 64467 18446744073709551615 4194304 4196468 140723192825600 139671947684752 139672028280533 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28790784 140723192829904 140723192832689 140723192832689 140723192836047 0
[pid=11898/tid=11950] ppid=11895 vsize=13995836 CPUtime=0.08 cores=0,2,4,6
/proc/11898/task/11950/stat : 11950 (java) S 11895 11898 1460 0 -1 1077944384 34 12440 0 0 1 0 5 2 20 0 15 0 92754355 14331736064 64467 18446744073709551615 4194304 4196468 140723192825600 139671946631952 139672028280533 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28790784 140723192829904 140723192832689 140723192832689 140723192836047 0
[pid=11898/tid=11951] ppid=11895 vsize=13995836 CPUtime=0.07 cores=0,2,4,6
/proc/11898/task/11951/stat : 11951 (java) S 11895 11898 1460 0 -1 1077944384 21 12440 0 0 0 0 5 2 20 0 15 0 92754355 14331736064 64467 18446744073709551615 4194304 4196468 140723192825600 139671945579664 139672028280533 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28790784 140723192829904 140723192832689 140723192832689 140723192836047 0
[pid=11898/tid=11952] ppid=11895 vsize=13995836 CPUtime=0.07 cores=0,2,4,6
/proc/11898/task/11952/stat : 11952 (java) S 11895 11898 1460 0 -1 1077944384 218 12440 0 0 0 0 5 2 20 0 15 0 92754355 14331736064 64467 18446744073709551615 4194304 4196468 140723192825600 139671944526864 139672028280533 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28790784 140723192829904 140723192832689 140723192832689 140723192836047 0
[pid=11898/tid=11953] ppid=11895 vsize=13995836 CPUtime=0.08 cores=0,2,4,6
/proc/11898/task/11953/stat : 11953 (java) S 11895 11898 1460 0 -1 1077944384 765 12440 0 0 1 0 5 2 20 0 15 0 92754356 14331736064 64467 18446744073709551615 4194304 4196468 140723192825600 139671506520176 139672028281474 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28790784 140723192829904 140723192832689 140723192832689 140723192836047 0
[pid=11898/tid=11954] ppid=11895 vsize=13995836 CPUtime=0.07 cores=0,2,4,6
/proc/11898/task/11954/stat : 11954 (java) S 11895 11898 1460 0 -1 1077944384 55 12440 0 0 0 0 5 2 20 0 15 0 92754357 14331736064 64467 18446744073709551615 4194304 4196468 140723192825600 139671505466208 139672028280533 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28790784 140723192829904 140723192832689 140723192832689 140723192836047 0
[pid=11898/tid=11955] ppid=11895 vsize=13995836 CPUtime=0.07 cores=0,2,4,6
/proc/11898/task/11955/stat : 11955 (java) S 11895 11898 1460 0 -1 1077944384 43 12440 0 0 0 0 5 2 20 0 15 0 92754357 14331736064 64467 18446744073709551615 4194304 4196468 140723192825600 139671504413808 139672028280533 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28790784 140723192829904 140723192832689 140723192832689 140723192836047 0
[pid=11898/tid=11956] ppid=11895 vsize=13995836 CPUtime=0.07 cores=0,2,4,6
/proc/11898/task/11956/stat : 11956 (java) S 11895 11898 1460 0 -1 1077944384 3 12440 0 0 0 0 5 2 20 0 15 0 92754359 14331736064 64467 18446744073709551615 4194304 4196468 140723192825600 139671503362128 139672028288923 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28790784 140723192829904 140723192832689 140723192832689 140723192836047 0
[pid=11898/tid=11957] ppid=11895 vsize=13995836 CPUtime=0.97 cores=0,2,4,6
/proc/11898/task/11957/stat : 11957 (java) R 11895 11898 1460 0 -1 4202560 2185 12440 0 0 90 0 5 2 20 0 15 0 92754359 14331736064 64467 18446744073709551615 4194304 4196468 140723192825600 139671502298640 139672012664192 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 28790784 140723192829904 140723192832689 140723192832689 140723192836047 0
[pid=11898/tid=11958] ppid=11895 vsize=13995836 CPUtime=1.02 cores=0,2,4,6
/proc/11898/task/11958/stat : 11958 (java) R 11895 11898 1460 0 -1 4202560 1851 12440 0 0 95 0 5 2 20 0 15 0 92754359 14331736064 64467 18446744073709551615 4194304 4196468 140723192825600 139671501257200 139672028291674 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28790784 140723192829904 140723192832689 140723192832689 140723192836047 0
[pid=11898/tid=11959] ppid=11895 vsize=13995836 CPUtime=1.05 cores=0,2,4,6
/proc/11898/task/11959/stat : 11959 (java) S 11895 11898 1460 0 -1 1077944384 3545 12440 0 0 97 1 5 2 20 0 15 0 92754360 14331736064 64467 18446744073709551615 4194304 4196468 140723192825600 139671500204912 139672028281474 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28790784 140723192829904 140723192832689 140723192832689 140723192836047 0
[pid=11898/tid=11960] ppid=11895 vsize=13995836 CPUtime=0.07 cores=0,2,4,6
/proc/11898/task/11960/stat : 11960 (java) S 11895 11898 1460 0 -1 1077944384 3 12440 0 0 0 0 5 2 20 0 15 0 92754360 14331736064 64467 18446744073709551615 4194304 4196468 140723192825600 139671499152352 139672028280533 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28790784 140723192829904 140723192832689 140723192832689 140723192836047 0
[pid=11898/tid=11961] ppid=11895 vsize=13995836 CPUtime=0.07 cores=0,2,4,6
/proc/11898/task/11961/stat : 11961 (java) S 11895 11898 1460 0 -1 1077944384 13 12440 0 0 0 0 5 2 20 0 15 0 92754364 14331736064 64467 18446744073709551615 4194304 4196468 140723192825600 139671498099120 139672028281474 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28790784 140723192829904 140723192832689 140723192832689 140723192836047 0
Current children cumulated CPU time (s) 5.8
Current children cumulated vsize (KiB) 13995836

[startup+6.30063 s]
/proc/loadavg: 1.65 1.49 1.44 6/217 11961
/proc/meminfo: memFree=26674144/32770624 swapFree=0/570884
[pid=11898] ppid=11895 vsize=13999932 CPUtime=14.69 cores=0,2,4,6
/proc/11898/stat : 11898 (java) S 11895 11898 1460 0 -1 1077944320 71005 12440 0 0 1433 29 5 2 20 0 15 0 92754331 14335930368 96483 18446744073709551615 4194304 4196468 140723192825600 140723192808144 139672028270327 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 28790784 140723192829904 140723192832689 140723192832689 140723192836047 0
/proc/11898/statm: 3499983 96483 3478 1 0 3488597 0
[pid=11898/tid=11948] ppid=11895 vsize=13999932 CPUtime=5.98 cores=0,2,4,6
/proc/11898/task/11948/stat : 11948 (java) R 11895 11898 1460 0 -1 4202560 42600 12440 0 0 579 12 5 2 20 0 15 0 92754354 14335930368 96483 18446744073709551615 4194304 4196468 140723192825600 139672032499424 139672008549701 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 28790784 140723192829904 140723192832689 140723192832689 140723192836047 0
[pid=11898/tid=11949] ppid=11895 vsize=13999932 CPUtime=0.13 cores=0,2,4,6
/proc/11898/task/11949/stat : 11949 (java) S 11895 11898 1460 0 -1 1077944384 618 12440 0 0 4 2 5 2 20 0 15 0 92754355 14335930368 96483 18446744073709551615 4194304 4196468 140723192825600 139671947684752 139672028280533 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28790784 140723192829904 140723192832689 140723192832689 140723192836047 0
[pid=11898/tid=11950] ppid=11895 vsize=13999932 CPUtime=0.11 cores=0,2,4,6
/proc/11898/task/11950/stat : 11950 (java) S 11895 11898 1460 0 -1 1077944384 1168 12440 0 0 3 1 5 2 20 0 15 0 92754355 14335930368 96483 18446744073709551615 4194304 4196468 140723192825600 139671946631952 139672028280533 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28790784 140723192829904 140723192832689 140723192832689 140723192836047 0
[pid=11898/tid=11951] ppid=11895 vsize=13999932 CPUtime=0.13 cores=0,2,4,6
/proc/11898/task/11951/stat : 11951 (java) S 11895 11898 1460 0 -1 1077944384 307 12440 0 0 4 2 5 2 20 0 15 0 92754355 14335930368 96483 18446744073709551615 4194304 4196468 140723192825600 139671945579664 139672028280533 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28790784 140723192829904 140723192832689 140723192832689 140723192836047 0
[pid=11898/tid=11952] ppid=11895 vsize=13999932 CPUtime=0.13 cores=0,2,4,6
/proc/11898/task/11952/stat : 11952 (java) S 11895 11898 1460 0 -1 1077944384 394 12440 0 0 4 2 5 2 20 0 15 0 92754355 14335930368 96483 18446744073709551615 4194304 4196468 140723192825600 139671944526864 139672028280533 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28790784 140723192829904 140723192832689 140723192832689 140723192836047 0
[pid=11898/tid=11953] ppid=11895 vsize=13999932 CPUtime=0.09 cores=0,2,4,6
/proc/11898/task/11953/stat : 11953 (java) S 11895 11898 1460 0 -1 1077944384 1081 12440 0 0 2 0 5 2 20 0 15 0 92754356 14335930368 96483 18446744073709551615 4194304 4196468 140723192825600 139671506520176 139672028281474 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28790784 140723192829904 140723192832689 140723192832689 140723192836047 0
[pid=11898/tid=11954] ppid=11895 vsize=13999932 CPUtime=0.07 cores=0,2,4,6
/proc/11898/task/11954/stat : 11954 (java) S 11895 11898 1460 0 -1 1077944384 63 12440 0 0 0 0 5 2 20 0 15 0 92754357 14335930368 96483 18446744073709551615 4194304 4196468 140723192825600 139671505466208 139672028280533 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28790784 140723192829904 140723192832689 140723192832689 140723192836047 0
[pid=11898/tid=11955] ppid=11895 vsize=13999932 CPUtime=0.07 cores=0,2,4,6
/proc/11898/task/11955/stat : 11955 (java) S 11895 11898 1460 0 -1 1077944384 55 12440 0 0 0 0 5 2 20 0 15 0 92754357 14335930368 96483 18446744073709551615 4194304 4196468 140723192825600 139671504413824 139672028280533 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28790784 140723192829904 140723192832689 140723192832689 140723192836047 0
[pid=11898/tid=11956] ppid=11895 vsize=13999932 CPUtime=0.07 cores=0,2,4,6
/proc/11898/task/11956/stat : 11956 (java) S 11895 11898 1460 0 -1 1077944384 3 12440 0 0 0 0 5 2 20 0 15 0 92754359 14335930368 96483 18446744073709551615 4194304 4196468 140723192825600 139671503362128 139672028288923 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28790784 140723192829904 140723192832689 140723192832689 140723192836047 0
[pid=11898/tid=11957] ppid=11895 vsize=13999932 CPUtime=3.45 cores=0,2,4,6
/proc/11898/task/11957/stat : 11957 (java) R 11895 11898 1460 0 -1 4202560 7260 12440 0 0 337 1 5 2 20 0 15 0 92754359 14335930368 96483 18446744073709551615 4194304 4196468 140723192825600 139671502292960 139672008844032 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28790784 140723192829904 140723192832689 140723192832689 140723192836047 0
[pid=11898/tid=11958] ppid=11895 vsize=13999932 CPUtime=3.49 cores=0,2,4,6
/proc/11898/task/11958/stat : 11958 (java) R 11895 11898 1460 0 -1 4202560 8665 12440 0 0 340 2 5 2 20 0 15 0 92754359 14335930368 96483 18446744073709551615 4194304 4196468 140723192825600 139671501245344 139672011654893 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28790784 140723192829904 140723192832689 140723192832689 140723192836047 0
[pid=11898/tid=11959] ppid=11895 vsize=13999932 CPUtime=1.65 cores=0,2,4,6
/proc/11898/task/11959/stat : 11959 (java) S 11895 11898 1460 0 -1 1077944384 6555 12440 0 0 156 2 5 2 20 0 15 0 92754360 14335930368 96483 18446744073709551615 4194304 4196468 140723192825600 139671500204912 139672028281474 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28790784 140723192829904 140723192832689 140723192832689 140723192836047 0
[pid=11898/tid=11960] ppid=11895 vsize=13999932 CPUtime=0.07 cores=0,2,4,6
/proc/11898/task/11960/stat : 11960 (java) S 11895 11898 1460 0 -1 1077944384 3 12440 0 0 0 0 5 2 20 0 15 0 92754360 14335930368 96483 18446744073709551615 4194304 4196468 140723192825600 139671499152352 139672028280533 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28790784 140723192829904 140723192832689 140723192832689 140723192836047 0
[pid=11898/tid=11961] ppid=11895 vsize=13999932 CPUtime=0.07 cores=0,2,4,6
/proc/11898/task/11961/stat : 11961 (java) S 11895 11898 1460 0 -1 1077944384 81 12440 0 0 0 0 5 2 20 0 15 0 92754364 14335930368 96483 18446744073709551615 4194304 4196468 140723192825600 139671498099120 139672028281474 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28790784 140723192829904 140723192832689 140723192832689 140723192836047 0
Current children cumulated CPU time (s) 14.69
Current children cumulated vsize (KiB) 13999932

[startup+12.7007 s]
/proc/loadavg: 1.76 1.52 1.45 3/217 11961
/proc/meminfo: memFree=26485364/32770624 swapFree=0/570884
[pid=11898] ppid=11895 vsize=14069564 CPUtime=27.32 cores=0,2,4,6
/proc/11898/stat : 11898 (java) S 11895 11898 1460 0 -1 1077944320 109828 12440 0 0 2686 39 5 2 20 0 15 0 92754331 14407233536 130860 18446744073709551615 4194304 4196468 140723192825600 140723192808144 139672028270327 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 28790784 140723192829904 140723192832689 140723192832689 140723192836047 0
/proc/11898/statm: 3517391 130860 3485 1 0 3506005 0
[pid=11898/tid=11948] ppid=11895 vsize=14069564 CPUtime=12.28 cores=0,2,4,6
/proc/11898/task/11948/stat : 11948 (java) R 11895 11898 1460 0 -1 4202560 58552 12440 0 0 1207 14 5 2 20 0 15 0 92754354 14407233536 130860 18446744073709551615 4194304 4196468 140723192825600 139672032501280 139671626848628 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 28790784 140723192829904 140723192832689 140723192832689 140723192836047 0
[pid=11898/tid=11949] ppid=11895 vsize=14069564 CPUtime=0.17 cores=0,2,4,6
/proc/11898/task/11949/stat : 11949 (java) S 11895 11898 1460 0 -1 1077944384 662 12440 0 0 7 3 5 2 20 0 15 0 92754355 14407233536 130860 18446744073709551615 4194304 4196468 140723192825600 139671947684752 139672028280533 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28790784 140723192829904 140723192832689 140723192832689 140723192836047 0
[pid=11898/tid=11950] ppid=11895 vsize=14069564 CPUtime=0.16 cores=0,2,4,6
/proc/11898/task/11950/stat : 11950 (java) S 11895 11898 1460 0 -1 1077944384 1214 12440 0 0 6 3 5 2 20 0 15 0 92754355 14407233536 130860 18446744073709551615 4194304 4196468 140723192825600 139671946631952 139672028280533 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28790784 140723192829904 140723192832689 140723192832689 140723192836047 0
[pid=11898/tid=11951] ppid=11895 vsize=14069564 CPUtime=0.17 cores=0,2,4,6
/proc/11898/task/11951/stat : 11951 (java) S 11895 11898 1460 0 -1 1077944384 353 12440 0 0 7 3 5 2 20 0 15 0 92754355 14407233536 130860 18446744073709551615 4194304 4196468 140723192825600 139671945579664 139672028280533 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28790784 140723192829904 140723192832689 140723192832689 140723192836047 0
[pid=11898/tid=11952] ppid=11895 vsize=14069564 CPUtime=0.17 cores=0,2,4,6
/proc/11898/task/11952/stat : 11952 (java) S 11895 11898 1460 0 -1 1077944384 461 12440 0 0 8 2 5 2 20 0 15 0 92754355 14407233536 130860 18446744073709551615 4194304 4196468 140723192825600 139671944526864 139672028280533 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28790784 140723192829904 140723192832689 140723192832689 140723192836047 0
[pid=11898/tid=11953] ppid=11895 vsize=14069564 CPUtime=0.13 cores=0,2,4,6
/proc/11898/task/11953/stat : 11953 (java) S 11895 11898 1460 0 -1 1077944384 5585 12440 0 0 5 1 5 2 20 0 15 0 92754356 14407233536 130860 18446744073709551615 4194304 4196468 140723192825600 139671506520176 139672028281474 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28790784 140723192829904 140723192832689 140723192832689 140723192836047 0
[pid=11898/tid=11954] ppid=11895 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/11898/task/11954/stat : 11954 (java) S 11895 11898 1460 0 -1 1077944384 63 12440 0 0 0 0 5 2 20 0 15 0 92754357 14407233536 130860 18446744073709551615 4194304 4196468 140723192825600 139671505466208 139672028280533 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28790784 140723192829904 140723192832689 140723192832689 140723192836047 0
[pid=11898/tid=11955] ppid=11895 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/11898/task/11955/stat : 11955 (java) S 11895 11898 1460 0 -1 1077944384 55 12440 0 0 0 0 5 2 20 0 15 0 92754357 14407233536 130860 18446744073709551615 4194304 4196468 140723192825600 139671504413824 139672028280533 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28790784 140723192829904 140723192832689 140723192832689 140723192836047 0
[pid=11898/tid=11956] ppid=11895 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/11898/task/11956/stat : 11956 (java) S 11895 11898 1460 0 -1 1077944384 3 12440 0 0 0 0 5 2 20 0 15 0 92754359 14407233536 130860 18446744073709551615 4194304 4196468 140723192825600 139671503362128 139672028288923 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28790784 140723192829904 140723192832689 140723192832689 140723192836047 0

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

/proc/11898/task/11960/stat : 11960 (java) S 11895 11898 1460 0 -1 1077944384 3 12440 0 0 0 0 5 2 20 0 15 0 92754360 14407233536 206790 18446744073709551615 4194304 4196468 140723192825600 139671499152352 139672028280533 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28790784 140723192829904 140723192832689 140723192832689 140723192836047 0
[pid=11898/tid=11961] ppid=11895 vsize=14069564 CPUtime=0.75 cores=0,2,4,6
/proc/11898/task/11961/stat : 11961 (java) S 11895 11898 1460 0 -1 1077944384 1993 12440 0 0 29 39 5 2 20 0 15 0 92754364 14407233536 206790 18446744073709551615 4194304 4196468 140723192825600 139671498099120 139672028281474 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28790784 140723192829904 140723192832689 140723192832689 140723192836047 0
Current children cumulated CPU time (s) 2400.75
Current children cumulated vsize (KiB) 14069564

[startup+2442.3 s]
/proc/loadavg: 1.50 1.32 1.40 3/218 12389
/proc/meminfo: memFree=28888384/32770624 swapFree=0/571384
[pid=11898] ppid=11895 vsize=14069564 CPUtime=2460.81 cores=0,2,4,6
/proc/11898/stat : 11898 (java) S 11895 11898 1460 0 -1 1077944320 231526 12440 0 0 245980 94 5 2 20 0 15 0 92754331 14407233536 206790 18446744073709551615 4194304 4196468 140723192825600 140723192808144 139672028270327 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 28790784 140723192829904 140723192832689 140723192832689 140723192836047 0
/proc/11898/statm: 3517391 206790 3494 1 0 3506005 0
[pid=11898/tid=11948] ppid=11895 vsize=14069564 CPUtime=2440.36 cores=0,2,4,6
/proc/11898/task/11948/stat : 11948 (java) R 11895 11898 1460 0 -1 4202560 88229 12440 0 0 244005 24 5 2 20 0 15 0 92754354 14407233536 206790 18446744073709551615 4194304 4196468 140723192825600 139672032504592 139671630558085 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 28790784 140723192829904 140723192832689 140723192832689 140723192836047 0
[pid=11898/tid=11949] ppid=11895 vsize=14069564 CPUtime=0.82 cores=0,2,4,6
/proc/11898/task/11949/stat : 11949 (java) S 11895 11898 1460 0 -1 1077944384 14444 12440 0 0 67 8 5 2 20 0 15 0 92754355 14407233536 206790 18446744073709551615 4194304 4196468 140723192825600 139671947684752 139672028280533 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28790784 140723192829904 140723192832689 140723192832689 140723192836047 0
[pid=11898/tid=11950] ppid=11895 vsize=14069564 CPUtime=0.82 cores=0,2,4,6
/proc/11898/task/11950/stat : 11950 (java) S 11895 11898 1460 0 -1 1077944384 12347 12440 0 0 67 8 5 2 20 0 15 0 92754355 14407233536 206790 18446744073709551615 4194304 4196468 140723192825600 139671946631952 139672028280533 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28790784 140723192829904 140723192832689 140723192832689 140723192836047 0
[pid=11898/tid=11951] ppid=11895 vsize=14069564 CPUtime=0.83 cores=0,2,4,6
/proc/11898/task/11951/stat : 11951 (java) S 11895 11898 1460 0 -1 1077944384 9765 12440 0 0 67 9 5 2 20 0 15 0 92754355 14407233536 206790 18446744073709551615 4194304 4196468 140723192825600 139671945579664 139672028280533 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28790784 140723192829904 140723192832689 140723192832689 140723192836047 0
[pid=11898/tid=11952] ppid=11895 vsize=14069564 CPUtime=0.83 cores=0,2,4,6
/proc/11898/task/11952/stat : 11952 (java) S 11895 11898 1460 0 -1 1077944384 13431 12440 0 0 67 9 5 2 20 0 15 0 92754355 14407233536 206790 18446744073709551615 4194304 4196468 140723192825600 139671944526864 139672028280533 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28790784 140723192829904 140723192832689 140723192832689 140723192836047 0
[pid=11898/tid=11953] ppid=11895 vsize=14069564 CPUtime=0.79 cores=0,2,4,6
/proc/11898/task/11953/stat : 11953 (java) S 11895 11898 1460 0 -1 1077944384 16466 12440 0 0 67 5 5 2 20 0 15 0 92754356 14407233536 206790 18446744073709551615 4194304 4196468 140723192825600 139671506520176 139672028281474 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28790784 140723192829904 140723192832689 140723192832689 140723192836047 0
[pid=11898/tid=11954] ppid=11895 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/11898/task/11954/stat : 11954 (java) S 11895 11898 1460 0 -1 1077944384 74 12440 0 0 0 0 5 2 20 0 15 0 92754357 14407233536 206790 18446744073709551615 4194304 4196468 140723192825600 139671505466208 139672028280533 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28790784 140723192829904 140723192832689 140723192832689 140723192836047 0
[pid=11898/tid=11955] ppid=11895 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/11898/task/11955/stat : 11955 (java) S 11895 11898 1460 0 -1 1077944384 67 12440 0 0 0 0 5 2 20 0 15 0 92754357 14407233536 206790 18446744073709551615 4194304 4196468 140723192825600 139671504413824 139672028280533 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28790784 140723192829904 140723192832689 140723192832689 140723192836047 0
[pid=11898/tid=11956] ppid=11895 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/11898/task/11956/stat : 11956 (java) S 11895 11898 1460 0 -1 1077944384 3 12440 0 0 0 0 5 2 20 0 15 0 92754359 14407233536 206790 18446744073709551615 4194304 4196468 140723192825600 139671503362128 139672028288923 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28790784 140723192829904 140723192832689 140723192832689 140723192836047 0
[pid=11898/tid=11957] ppid=11895 vsize=14069564 CPUtime=6.51 cores=0,2,4,6
/proc/11898/task/11957/stat : 11957 (java) S 11895 11898 1460 0 -1 1077944384 25108 12440 0 0 641 3 5 2 20 0 15 0 92754359 14407233536 206790 18446744073709551615 4194304 4196468 140723192825600 139671502310000 139672028281474 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28790784 140723192829904 140723192832689 140723192832689 140723192836047 0
[pid=11898/tid=11958] ppid=11895 vsize=14069564 CPUtime=7.3 cores=0,2,4,6
/proc/11898/task/11958/stat : 11958 (java) S 11895 11898 1460 0 -1 1077944384 30617 12440 0 0 719 4 5 2 20 0 15 0 92754359 14407233536 206790 18446744073709551615 4194304 4196468 140723192825600 139671501257200 139672028281474 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28790784 140723192829904 140723192832689 140723192832689 140723192836047 0
[pid=11898/tid=11959] ppid=11895 vsize=14069564 CPUtime=2.3 cores=0,2,4,6
/proc/11898/task/11959/stat : 11959 (java) S 11895 11898 1460 0 -1 1077944384 16809 12440 0 0 218 5 5 2 20 0 15 0 92754360 14407233536 206790 18446744073709551615 4194304 4196468 140723192825600 139671500204912 139672028281474 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28790784 140723192829904 140723192832689 140723192832689 140723192836047 0
[pid=11898/tid=11960] ppid=11895 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/11898/task/11960/stat : 11960 (java) S 11895 11898 1460 0 -1 1077944384 3 12440 0 0 0 0 5 2 20 0 15 0 92754360 14407233536 206790 18446744073709551615 4194304 4196468 140723192825600 139671499152352 139672028280533 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28790784 140723192829904 140723192832689 140723192832689 140723192836047 0
[pid=11898/tid=11961] ppid=11895 vsize=14069564 CPUtime=0.77 cores=0,2,4,6
/proc/11898/task/11961/stat : 11961 (java) S 11895 11898 1460 0 -1 1077944384 2011 12440 0 0 30 40 5 2 20 0 15 0 92754364 14407233536 206790 18446744073709551615 4194304 4196468 140723192825600 139671498099120 139672028281474 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28790784 140723192829904 140723192832689 140723192832689 140723192836047 0
Current children cumulated CPU time (s) 2460.81
Current children cumulated vsize (KiB) 14069564



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2501.51 s]
/proc/loadavg: 1.48 1.33 1.40 3/213 12391
/proc/meminfo: memFree=28892332/32770624 swapFree=0/571396
[pid=11898] ppid=11895 vsize=14069564 CPUtime=2520.09 cores=0,2,4,6
/proc/11898/stat : 11898 (java) S 11895 11898 1460 0 -1 1077944320 232493 12440 0 0 251907 95 5 2 20 0 15 0 92754331 14407233536 206793 18446744073709551615 4194304 4196468 140723192825600 140723192808144 139672028270327 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 28790784 140723192829904 140723192832689 140723192832689 140723192836047 0
/proc/11898/statm: 3517391 206793 3494 1 0 3506005 0
[pid=11898/tid=11948] ppid=11895 vsize=14069564 CPUtime=2499.53 cores=0,2,4,6
/proc/11898/task/11948/stat : 11948 (java) R 11895 11898 1460 0 -1 4202560 88571 12440 0 0 249922 24 5 2 20 0 15 0 92754354 14407233536 206793 18446744073709551615 4194304 4196468 140723192825600 139672032504512 139671618739133 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 28790784 140723192829904 140723192832689 140723192832689 140723192836047 0
[pid=11898/tid=11949] ppid=11895 vsize=14069564 CPUtime=0.85 cores=0,2,4,6
/proc/11898/task/11949/stat : 11949 (java) S 11895 11898 1460 0 -1 1077944384 14465 12440 0 0 69 9 5 2 20 0 15 0 92754355 14407233536 206793 18446744073709551615 4194304 4196468 140723192825600 139671947684752 139672028280533 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28790784 140723192829904 140723192832689 140723192832689 140723192836047 0
[pid=11898/tid=11950] ppid=11895 vsize=14069564 CPUtime=0.84 cores=0,2,4,6
/proc/11898/task/11950/stat : 11950 (java) S 11895 11898 1460 0 -1 1077944384 12610 12440 0 0 69 8 5 2 20 0 15 0 92754355 14407233536 206793 18446744073709551615 4194304 4196468 140723192825600 139671946631952 139672028280533 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28790784 140723192829904 140723192832689 140723192832689 140723192836047 0
[pid=11898/tid=11951] ppid=11895 vsize=14069564 CPUtime=0.85 cores=0,2,4,6
/proc/11898/task/11951/stat : 11951 (java) S 11895 11898 1460 0 -1 1077944384 9838 12440 0 0 69 9 5 2 20 0 15 0 92754355 14407233536 206793 18446744073709551615 4194304 4196468 140723192825600 139671945579664 139672028280533 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28790784 140723192829904 140723192832689 140723192832689 140723192836047 0
[pid=11898/tid=11952] ppid=11895 vsize=14069564 CPUtime=0.85 cores=0,2,4,6
/proc/11898/task/11952/stat : 11952 (java) S 11895 11898 1460 0 -1 1077944384 13477 12440 0 0 69 9 5 2 20 0 15 0 92754355 14407233536 206793 18446744073709551615 4194304 4196468 140723192825600 139671944526864 139672028280533 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28790784 140723192829904 140723192832689 140723192832689 140723192836047 0
[pid=11898/tid=11953] ppid=11895 vsize=14069564 CPUtime=0.81 cores=0,2,4,6
/proc/11898/task/11953/stat : 11953 (java) S 11895 11898 1460 0 -1 1077944384 16664 12440 0 0 69 5 5 2 20 0 15 0 92754356 14407233536 206793 18446744073709551615 4194304 4196468 140723192825600 139671506520176 139672028281474 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28790784 140723192829904 140723192832689 140723192832689 140723192836047 0
[pid=11898/tid=11954] ppid=11895 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/11898/task/11954/stat : 11954 (java) S 11895 11898 1460 0 -1 1077944384 74 12440 0 0 0 0 5 2 20 0 15 0 92754357 14407233536 206793 18446744073709551615 4194304 4196468 140723192825600 139671505466208 139672028280533 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28790784 140723192829904 140723192832689 140723192832689 140723192836047 0
[pid=11898/tid=11955] ppid=11895 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/11898/task/11955/stat : 11955 (java) S 11895 11898 1460 0 -1 1077944384 67 12440 0 0 0 0 5 2 20 0 15 0 92754357 14407233536 206793 18446744073709551615 4194304 4196468 140723192825600 139671504413824 139672028280533 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28790784 140723192829904 140723192832689 140723192832689 140723192836047 0
[pid=11898/tid=11956] ppid=11895 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/11898/task/11956/stat : 11956 (java) S 11895 11898 1460 0 -1 1077944384 3 12440 0 0 0 0 5 2 20 0 15 0 92754359 14407233536 206793 18446744073709551615 4194304 4196468 140723192825600 139671503362128 139672028288923 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28790784 140723192829904 140723192832689 140723192832689 140723192836047 0
[pid=11898/tid=11957] ppid=11895 vsize=14069564 CPUtime=6.51 cores=0,2,4,6
/proc/11898/task/11957/stat : 11957 (java) S 11895 11898 1460 0 -1 1077944384 25110 12440 0 0 641 3 5 2 20 0 15 0 92754359 14407233536 206793 18446744073709551615 4194304 4196468 140723192825600 139671502310000 139672028281474 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28790784 140723192829904 140723192832689 140723192832689 140723192836047 0
[pid=11898/tid=11958] ppid=11895 vsize=14069564 CPUtime=7.3 cores=0,2,4,6
/proc/11898/task/11958/stat : 11958 (java) S 11895 11898 1460 0 -1 1077944384 30619 12440 0 0 719 4 5 2 20 0 15 0 92754359 14407233536 206793 18446744073709551615 4194304 4196468 140723192825600 139671501257200 139672028281474 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28790784 140723192829904 140723192832689 140723192832689 140723192836047 0
[pid=11898/tid=11959] ppid=11895 vsize=14069564 CPUtime=2.3 cores=0,2,4,6
/proc/11898/task/11959/stat : 11959 (java) S 11895 11898 1460 0 -1 1077944384 16811 12440 0 0 218 5 5 2 20 0 15 0 92754360 14407233536 206793 18446744073709551615 4194304 4196468 140723192825600 139671500204912 139672028281474 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28790784 140723192829904 140723192832689 140723192832689 140723192836047 0
[pid=11898/tid=11960] ppid=11895 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/11898/task/11960/stat : 11960 (java) S 11895 11898 1460 0 -1 1077944384 3 12440 0 0 0 0 5 2 20 0 15 0 92754360 14407233536 206793 18446744073709551615 4194304 4196468 140723192825600 139671499152352 139672028280533 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28790784 140723192829904 140723192832689 140723192832689 140723192836047 0
[pid=11898/tid=11961] ppid=11895 vsize=14069564 CPUtime=0.79 cores=0,2,4,6
/proc/11898/task/11961/stat : 11961 (java) S 11895 11898 1460 0 -1 1077944384 2029 12440 0 0 31 41 5 2 20 0 15 0 92754364 14407233536 206793 18446744073709551615 4194304 4196468 140723192825600 139671498099120 139672028281474 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28790784 140723192829904 140723192832689 140723192832689 140723192836047 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 11898 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2501.61 s]
/proc/loadavg: 1.48 1.33 1.40 3/213 12391
/proc/meminfo: memFree=28892332/32770624 swapFree=0/571396
[pid=11898] ppid=11895 vsize=14202692 CPUtime=2520.38 cores=0,2,4,6
/proc/11898/stat : 11898 (java) S 11895 11898 1460 0 -1 1077944320 239223 12440 0 0 251935 96 5 2 20 0 17 0 92754331 14543556608 207973 18446744073709551615 4194304 4196468 140723192825600 140723192808144 139672028270327 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 28790784 140723192829904 140723192832689 140723192832689 140723192836047 0
/proc/11898/statm: 3550673 207973 3494 1 0 3539287 0
[pid=11898/tid=11948] ppid=11895 vsize=14202692 CPUtime=2499.54 cores=0,2,4,6
/proc/11898/task/11948/stat : 11948 (java) S 11895 11898 1460 0 -1 1077944384 88956 12440 0 0 249922 25 5 2 20 0 17 0 92754354 14543556608 207973 18446744073709551615 4194304 4196468 140723192825600 139672032508048 139672028280533 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 3 0 0 6293624 6294260 28790784 140723192829904 140723192832689 140723192832689 140723192836047 0
[pid=11898/tid=11949] ppid=11895 vsize=14202692 CPUtime=0.91 cores=0,2,4,6
/proc/11898/task/11949/stat : 11949 (java) R 11895 11898 1460 0 -1 4202560 14505 12440 0 0 75 9 5 2 20 0 17 0 92754355 14543556608 207973 18446744073709551615 4194304 4196468 140723192825600 139671947684872 139672020898535 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 28790784 140723192829904 140723192832689 140723192832689 140723192836047 0
[pid=11898/tid=11950] ppid=11895 vsize=14202692 CPUtime=0.91 cores=0,2,4,6
/proc/11898/task/11950/stat : 11950 (java) R 11895 11898 1460 0 -1 4202560 12628 12440 0 0 75 9 5 2 20 0 17 0 92754355 14543556608 207973 18446744073709551615 4194304 4196468 140723192825600 139671946631760 139672020898535 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28790784 140723192829904 140723192832689 140723192832689 140723192836047 0
[pid=11898/tid=11951] ppid=11895 vsize=14202692 CPUtime=0.92 cores=0,2,4,6
/proc/11898/task/11951/stat : 11951 (java) R 11895 11898 1460 0 -1 4202560 9860 12440 0 0 76 9 5 2 20 0 17 0 92754355 14543556608 207973 18446744073709551615 4194304 4196468 140723192825600 139671945579864 139672012970960 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28790784 140723192829904 140723192832689 140723192832689 140723192836047 0
[pid=11898/tid=11952] ppid=11895 vsize=14202692 CPUtime=0.93 cores=0,2,4,6
/proc/11898/task/11952/stat : 11952 (java) R 11895 11898 1460 0 -1 4202560 13490 12440 0 0 76 10 5 2 20 0 17 0 92754355 14543556608 207973 18446744073709551615 4194304 4196468 140723192825600 139671944526984 139672020898535 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28790784 140723192829904 140723192832689 140723192832689 140723192836047 0
[pid=11898/tid=11953] ppid=11895 vsize=14202692 CPUtime=0.83 cores=0,2,4,6
/proc/11898/task/11953/stat : 11953 (java) S 11895 11898 1460 0 -1 1077944384 22695 12440 0 0 71 5 5 2 20 0 17 0 92754356 14543556608 207973 18446744073709551615 4194304 4196468 140723192825600 139671506518800 139672028280533 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28790784 140723192829904 140723192832689 140723192832689 140723192836047 0
[pid=11898/tid=11954] ppid=11895 vsize=14202692 CPUtime=0.07 cores=0,2,4,6
/proc/11898/task/11954/stat : 11954 (java) S 11895 11898 1460 0 -1 1077944384 74 12440 0 0 0 0 5 2 20 0 17 0 92754357 14543556608 207973 18446744073709551615 4194304 4196468 140723192825600 139671505466208 139672028280533 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28790784 140723192829904 140723192832689 140723192832689 140723192836047 0
[pid=11898/tid=11955] ppid=11895 vsize=14202692 CPUtime=0.07 cores=0,2,4,6
/proc/11898/task/11955/stat : 11955 (java) S 11895 11898 1460 0 -1 1077944384 67 12440 0 0 0 0 5 2 20 0 17 0 92754357 14543556608 207973 18446744073709551615 4194304 4196468 140723192825600 139671504413824 139672028280533 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28790784 140723192829904 140723192832689 140723192832689 140723192836047 0
[pid=11898/tid=11956] ppid=11895 vsize=14202692 CPUtime=0.07 cores=0,2,4,6
/proc/11898/task/11956/stat : 11956 (java) S 11895 11898 1460 0 -1 1077944384 107 12440 0 0 0 0 5 2 20 0 17 0 92754359 14543556608 207973 18446744073709551615 4194304 4196468 140723192825600 139671503362128 139672028288923 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28790784 140723192829904 140723192832689 140723192832689 140723192836047 0
[pid=11898/tid=11957] ppid=11895 vsize=14202692 CPUtime=6.51 cores=0,2,4,6
/proc/11898/task/11957/stat : 11957 (java) S 11895 11898 1460 0 -1 1077944384 25110 12440 0 0 641 3 5 2 20 0 17 0 92754359 14543556608 207973 18446744073709551615 4194304 4196468 140723192825600 139671502310000 139672028281474 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28790784 140723192829904 140723192832689 140723192832689 140723192836047 0
[pid=11898/tid=11958] ppid=11895 vsize=14202692 CPUtime=7.3 cores=0,2,4,6
/proc/11898/task/11958/stat : 11958 (java) S 11895 11898 1460 0 -1 1077944384 30619 12440 0 0 719 4 5 2 20 0 17 0 92754359 14543556608 207973 18446744073709551615 4194304 4196468 140723192825600 139671501257200 139672028281474 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28790784 140723192829904 140723192832689 140723192832689 140723192836047 0
[pid=11898/tid=11959] ppid=11895 vsize=14202692 CPUtime=2.3 cores=0,2,4,6
/proc/11898/task/11959/stat : 11959 (java) S 11895 11898 1460 0 -1 1077944384 16811 12440 0 0 218 5 5 2 20 0 17 0 92754360 14543556608 207973 18446744073709551615 4194304 4196468 140723192825600 139671500204912 139672028281474 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28790784 140723192829904 140723192832689 140723192832689 140723192836047 0
[pid=11898/tid=11960] ppid=11895 vsize=14202692 CPUtime=0.07 cores=0,2,4,6
/proc/11898/task/11960/stat : 11960 (java) S 11895 11898 1460 0 -1 1077944384 3 12440 0 0 0 0 5 2 20 0 17 0 92754360 14543556608 207973 18446744073709551615 4194304 4196468 140723192825600 139671499152352 139672028280533 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28790784 140723192829904 140723192832689 140723192832689 140723192836047 0
[pid=11898/tid=11961] ppid=11895 vsize=14202692 CPUtime=0.79 cores=0,2,4,6
/proc/11898/task/11961/stat : 11961 (java) S 11895 11898 1460 0 -1 1077944384 2029 12440 0 0 31 41 5 2 20 0 17 0 92754364 14543556608 207973 18446744073709551615 4194304 4196468 140723192825600 139671498099120 139672028281474 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28790784 140723192829904 140723192832689 140723192832689 140723192836047 0
Current children cumulated CPU time (s) 2520.38
Current children cumulated vsize (KiB) 14202692

[startup+2501.7 s]
/proc/loadavg: 1.48 1.33 1.40 3/213 12391
/proc/meminfo: memFree=28892332/32770624 swapFree=0/571396
[pid=11898] ppid=11895 vsize=14202692 CPUtime=2520.65 cores=0,2,4,6
/proc/11898/stat : 11898 (java) S 11895 11898 1460 0 -1 1077944320 239380 12440 0 0 251962 96 5 2 20 0 17 0 92754331 14543556608 207973 18446744073709551615 4194304 4196468 140723192825600 140723192808144 139672028270327 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 28790784 140723192829904 140723192832689 140723192832689 140723192836047 0
/proc/11898/statm: 3550673 207973 3494 1 0 3539287 0
[pid=11898/tid=11948] ppid=11895 vsize=14202692 CPUtime=2499.54 cores=0,2,4,6
/proc/11898/task/11948/stat : 11948 (java) S 11895 11898 1460 0 -1 1077944384 88956 12440 0 0 249922 25 5 2 20 0 17 0 92754354 14543556608 207973 18446744073709551615 4194304 4196468 140723192825600 139672032508048 139672028280533 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 3 0 0 6293624 6294260 28790784 140723192829904 140723192832689 140723192832689 140723192836047 0
[pid=11898/tid=11949] ppid=11895 vsize=14202692 CPUtime=0.97 cores=0,2,4,6
/proc/11898/task/11949/stat : 11949 (java) S 11895 11898 1460 0 -1 1077944384 14505 12440 0 0 81 9 5 2 20 0 17 0 92754355 14543556608 207973 18446744073709551615 4194304 4196468 140723192825600 139671947684752 139672028280533 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28790784 140723192829904 140723192832689 140723192832689 140723192836047 0
[pid=11898/tid=11950] ppid=11895 vsize=14202692 CPUtime=0.97 cores=0,2,4,6
/proc/11898/task/11950/stat : 11950 (java) S 11895 11898 1460 0 -1 1077944384 12628 12440 0 0 81 9 5 2 20 0 17 0 92754355 14543556608 207973 18446744073709551615 4194304 4196468 140723192825600 139671946631952 139672028280533 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28790784 140723192829904 140723192832689 140723192832689 140723192836047 0
[pid=11898/tid=11951] ppid=11895 vsize=14202692 CPUtime=0.98 cores=0,2,4,6
/proc/11898/task/11951/stat : 11951 (java) S 11895 11898 1460 0 -1 1077944384 9863 12440 0 0 82 9 5 2 20 0 17 0 92754355 14543556608 207973 18446744073709551615 4194304 4196468 140723192825600 139671945579664 139672028280533 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28790784 140723192829904 140723192832689 140723192832689 140723192836047 0
[pid=11898/tid=11952] ppid=11895 vsize=14202692 CPUtime=0.99 cores=0,2,4,6
/proc/11898/task/11952/stat : 11952 (java) S 11895 11898 1460 0 -1 1077944384 13491 12440 0 0 82 10 5 2 20 0 17 0 92754355 14543556608 207973 18446744073709551615 4194304 4196468 140723192825600 139671944526864 139672028280533 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28790784 140723192829904 140723192832689 140723192832689 140723192836047 0
[pid=11898/tid=11953] ppid=11895 vsize=14202692 CPUtime=0.86 cores=0,2,4,6
/proc/11898/task/11953/stat : 11953 (java) R 11895 11898 1460 0 -1 4202560 22844 12440 0 0 74 5 5 2 20 0 17 0 92754356 14543556608 207973 18446744073709551615 4194304 4196468 140723192825600 139671506518576 139672009908665 0 0 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28790784 140723192829904 140723192832689 140723192832689 140723192836047 0
[pid=11898/tid=11954] ppid=11895 vsize=14202692 CPUtime=0.07 cores=0,2,4,6
/proc/11898/task/11954/stat : 11954 (java) S 11895 11898 1460 0 -1 1077944384 76 12440 0 0 0 0 5 2 20 0 17 0 92754357 14543556608 207973 18446744073709551615 4194304 4196468 140723192825600 139671505465712 139672028280533 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28790784 140723192829904 140723192832689 140723192832689 140723192836047 0
[pid=11898/tid=11955] ppid=11895 vsize=14202692 CPUtime=0.07 cores=0,2,4,6
/proc/11898/task/11955/stat : 11955 (java) S 11895 11898 1460 0 -1 1077944384 67 12440 0 0 0 0 5 2 20 0 17 0 92754357 14543556608 207973 18446744073709551615 4194304 4196468 140723192825600 139671504413824 139672028280533 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28790784 140723192829904 140723192832689 140723192832689 140723192836047 0
[pid=11898/tid=11956] ppid=11895 vsize=14202692 CPUtime=0.07 cores=0,2,4,6
/proc/11898/task/11956/stat : 11956 (java) S 11895 11898 1460 0 -1 1077944384 107 12440 0 0 0 0 5 2 20 0 17 0 92754359 14543556608 207973 18446744073709551615 4194304 4196468 140723192825600 139671503362128 139672028288923 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28790784 140723192829904 140723192832689 140723192832689 140723192836047 0
[pid=11898/tid=11957] ppid=11895 vsize=14202692 CPUtime=6.51 cores=0,2,4,6
/proc/11898/task/11957/stat : 11957 (java) S 11895 11898 1460 0 -1 1077944384 25110 12440 0 0 641 3 5 2 20 0 17 0 92754359 14543556608 207973 18446744073709551615 4194304 4196468 140723192825600 139671502310000 139672028281474 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28790784 140723192829904 140723192832689 140723192832689 140723192836047 0
[pid=11898/tid=11958] ppid=11895 vsize=14202692 CPUtime=7.3 cores=0,2,4,6
/proc/11898/task/11958/stat : 11958 (java) S 11895 11898 1460 0 -1 1077944384 30619 12440 0 0 719 4 5 2 20 0 17 0 92754359 14543556608 207973 18446744073709551615 4194304 4196468 140723192825600 139671501257200 139672028281474 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28790784 140723192829904 140723192832689 140723192832689 140723192836047 0
[pid=11898/tid=11959] ppid=11895 vsize=14202692 CPUtime=2.3 cores=0,2,4,6
/proc/11898/task/11959/stat : 11959 (java) S 11895 11898 1460 0 -1 1077944384 16811 12440 0 0 218 5 5 2 20 0 17 0 92754360 14543556608 207973 18446744073709551615 4194304 4196468 140723192825600 139671500204912 139672028281474 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28790784 140723192829904 140723192832689 140723192832689 140723192836047 0
[pid=11898/tid=11960] ppid=11895 vsize=14202692 CPUtime=0.07 cores=0,2,4,6
/proc/11898/task/11960/stat : 11960 (java) S 11895 11898 1460 0 -1 1077944384 3 12440 0 0 0 0 5 2 20 0 17 0 92754360 14543556608 207973 18446744073709551615 4194304 4196468 140723192825600 139671499152352 139672028280533 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28790784 140723192829904 140723192832689 140723192832689 140723192836047 0
[pid=11898/tid=11961] ppid=11895 vsize=14202692 CPUtime=0.79 cores=0,2,4,6
/proc/11898/task/11961/stat : 11961 (java) S 11895 11898 1460 0 -1 1077944384 2029 12440 0 0 31 41 5 2 20 0 17 0 92754364 14543556608 207973 18446744073709551615 4194304 4196468 140723192825600 139671498099120 139672028281474 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28790784 140723192829904 140723192832689 140723192832689 140723192836047 0
Current children cumulated CPU time (s) 2520.65
Current children cumulated vsize (KiB) 14202692

Child status: 143
Real time (s): 2501.77
CPU time (s): 2520.81
CPU user time (s): 2519.81
CPU system time (s): 1.00096
CPU usage (%): 100.761
Max. virtual memory (cumulated for all children) (KiB): 14202692

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.81
system time used= 1.00096
maximum resident set size= 911700
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 251915
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2904
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 76283
involuntary context switches= 2248

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.0443 second user time and 12.5041 second system time

The end

Launcher Data

Begin job on node134 at 2017-08-11 13:40:45
IDJOB=4262539
IDBENCH=130599
IDSOLVER=2650
FILE ID=node134/4262539-1502452480
RUNJOBID= node134-1502411438-1523
PBS_JOBID= 
Free space on /tmp= 62008 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/QueenAttacking/QueenAttacking-xcsp2-s1/QueenAttacking-11_X2.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262539-1502452480/watcher-4262539-1502452480 -o /tmp/evaluation-result-4262539-1502452480/solver-4262539-1502452480 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1502411438-1523 --watchdog 2580  bin/concrete HOME/instance-4262539-1502452480.xml

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

MD5SUM BENCH= 6c1009e087c092ca636a0299b7d1d77c
RANDOM SEED=198219777

node134.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.43
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.43
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.43
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.43
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:        27016000 kB
MemAvailable:   27997412 kB
Buffers:          287368 kB
Cached:           987816 kB
SwapCached:            0 kB
Active:          4712284 kB
Inactive:         601284 kB
Active(anon):    4041020 kB
Inactive(anon):    31216 kB
Active(file):     671264 kB
Inactive(file):   570068 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24440 kB
Writeback:             4 kB
AnonPages:       4038620 kB
Mapped:            65196 kB
Shmem:             33468 kB
Slab:             138736 kB
SReclaimable:     111832 kB
SUnreclaim:        26904 kB
KernelStack:        3568 kB
PageTables:        13416 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4699956 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3672064 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 node134 at 2017-08-11 14:22:26