Trace number 4247258

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
R1: Concrete 3.4? (TO) 2401.22 2352.8701

General information on the benchmark

NameSchurrLemma/SchurrLemma-nor-s1/
SchurrLemma-nor-067-4.xml
MD5SUM22c6c6446a04b334dd8f238e60106d6c
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 variables67
Number of constraints1089
Number of domains1
Minimum domain size4
Maximum domain size4
Distribution of domain sizes[{"size":4,"count":67}]
Minimum variable degree33
Maximum variable degree65
Distribution of variable degrees[{"degree":33,"count":2},{"degree":34,"count":2},{"degree":35,"count":2},{"degree":36,"count":2},{"degree":37,"count":2},{"degree":38,"count":2},{"degree":39,"count":2},{"degree":40,"count":2},{"degree":41,"count":2},{"degree":42,"count":2},{"degree":43,"count":2},{"degree":44,"count":2},{"degree":45,"count":2},{"degree":46,"count":2},{"degree":47,"count":2},{"degree":48,"count":2},{"degree":49,"count":4},{"degree":50,"count":2},{"degree":51,"count":2},{"degree":52,"count":2},{"degree":53,"count":2},{"degree":54,"count":2},{"degree":55,"count":2},{"degree":56,"count":2},{"degree":57,"count":2},{"degree":58,"count":2},{"degree":59,"count":2},{"degree":60,"count":2},{"degree":61,"count":2},{"degree":62,"count":2},{"degree":63,"count":2},{"degree":64,"count":2},{"degree":65,"count":1}]
Minimum constraint arity3
Maximum constraint arity3
Distribution of constraint arities[{"arity":3,"count":1089}]
Number of extensional constraints0
Number of intensional constraints1089
Distribution of constraint types[{"type":"intension","count":1089}]
Optimization problemNO
Type of objective

Solver Data

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

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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.78 1.86 1.80 2/202 26715
/proc/meminfo: memFree=27736180/32770624 swapFree=0/453628
[pid=26715] ppid=26712 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/26715/stat : 26715 (runsolver) D 26712 26715 25139 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 61612727 24240128 106 18446744073709551615 4194304 4338465 140724412246816 140724412244456 139706096546519 0 0 1 24578 18446744071580418449 0 0 17 6 0 0 0 0 0 6438912 6441760 15400960 140724412248272 140724412248649 140724412248649 140724412252106 0
/proc/26715/statm: 5918 106 53 36 0 2156 0

[startup+0.100115 s]
/proc/loadavg: 1.78 1.86 1.80 2/202 26715
/proc/meminfo: memFree=27736180/32770624 swapFree=0/453628
[pid=26715] ppid=26712 vsize=9508 CPUtime=0 cores=0,2,4,6
/proc/26715/stat : 26715 (bash) S 26712 26715 25139 0 -1 4202496 681 1543 0 0 0 0 0 0 20 0 1 0 61612727 9736192 352 18446744073709551615 4194304 5098028 140733481846816 140733481844456 140676645149696 0 0 5 65536 18446744071580971376 0 0 17 2 0 0 8 0 0 7196144 7232144 18505728 140733481853460 140733481853545 140733481853545 140733481857002 0
/proc/26715/statm: 2377 352 279 221 0 86 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9508

[startup+0.200298 s]
/proc/loadavg: 1.78 1.86 1.80 2/202 26715
/proc/meminfo: memFree=27736180/32770624 swapFree=0/453628
[pid=26715] ppid=26712 vsize=9640 CPUtime=0.01 cores=0,2,4,6
/proc/26715/stat : 26715 (bash) S 26712 26715 25139 0 -1 4202496 889 6446 0 0 0 0 0 1 20 0 1 0 61612727 9871360 373 18446744073709551615 4194304 5098028 140733481846816 140733481840824 140676645149696 0 0 5 65536 18446744071580971376 0 0 17 2 0 0 8 0 0 7196144 7232144 18505728 140733481853460 140733481853545 140733481853545 140733481857002 0
/proc/26715/statm: 2410 373 292 221 0 119 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9640

[startup+0.300293 s]
/proc/loadavg: 1.78 1.86 1.80 2/202 26715
/proc/meminfo: memFree=27736180/32770624 swapFree=0/453628
[pid=26715] ppid=26712 vsize=10485316 CPUtime=0.13 cores=0,2,4,6
/proc/26715/stat : 26715 (java) S 26712 26715 25139 0 -1 1077944320 5741 12454 0 0 5 1 5 2 20 0 14 0 61612727 10736963584 5933 18446744073709551615 4194304 4196468 140732211375600 140732211358144 140630371122935 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 8 0 0 6293624 6294260 17100800 140732211382235 140732211385009 140732211385009 140732211388367 0
/proc/26715/statm: 2621329 5933 2561 1 0 2610826 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 10485316

[startup+0.701811 s]
/proc/loadavg: 1.78 1.86 1.80 2/202 26715
/proc/meminfo: memFree=27736180/32770624 swapFree=0/453628
[pid=26715] ppid=26712 vsize=10552792 CPUtime=0.66 cores=0,2,4,6
/proc/26715/stat : 26715 (java) S 26712 26715 25139 0 -1 1077944320 13788 12454 0 0 54 5 5 2 20 0 15 0 61612727 10806059008 14767 18446744073709551615 4194304 4196468 140732211375600 140732211358144 140630371122935 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 8 0 0 6293624 6294260 17100800 140732211382235 140732211385009 140732211385009 140732211388367 0
/proc/26715/statm: 2638198 14767 3125 1 0 2627467 0
Current children cumulated CPU time (s) 0.66
Current children cumulated vsize (KiB) 10552792

[startup+1.50419 s]
/proc/loadavg: 1.72 1.85 1.80 3/217 26778
/proc/meminfo: memFree=27645748/32770624 swapFree=0/453608
[pid=26715] ppid=26712 vsize=10563416 CPUtime=1.86 cores=0,2,4,6
/proc/26715/stat : 26715 (java) S 26712 26715 25139 0 -1 1077944320 28300 12454 0 0 169 10 5 2 20 0 15 0 61612727 10816937984 35955 18446744073709551615 4194304 4196468 140732211375600 140732211358144 140630371122935 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 8 0 0 6293624 6294260 17100800 140732211382235 140732211385009 140732211385009 140732211388367 0
/proc/26715/statm: 2640854 35955 3358 1 0 2630027 0
[pid=26715/tid=26765] ppid=26712 vsize=10563416 CPUtime=1.28 cores=0,2,4,6
/proc/26715/task/26765/stat : 26765 (java) S 26712 26715 25139 0 -1 1077944384 23156 12454 0 0 114 7 5 2 20 0 15 0 61612749 10816937984 35955 18446744073709551615 4194304 4196468 140732211375600 140630375343984 140630371133141 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 3 0 0 6293624 6294260 17100800 140732211382235 140732211385009 140732211385009 140732211388367 0
[pid=26715/tid=26766] ppid=26712 vsize=10563416 CPUtime=0.07 cores=0,2,4,6
/proc/26715/task/26766/stat : 26766 (java) S 26712 26715 25139 0 -1 1077944384 176 12454 0 0 0 0 5 2 20 0 15 0 61612750 10816937984 35955 18446744073709551615 4194304 4196468 140732211375600 140630317472528 140630371133141 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17100800 140732211382235 140732211385009 140732211385009 140732211388367 0
[pid=26715/tid=26767] ppid=26712 vsize=10563416 CPUtime=0.07 cores=0,2,4,6
/proc/26715/task/26767/stat : 26767 (java) S 26712 26715 25139 0 -1 1077944384 30 12454 0 0 0 0 5 2 20 0 15 0 61612750 10816937984 35955 18446744073709551615 4194304 4196468 140732211375600 140629980797840 140630371133141 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17100800 140732211382235 140732211385009 140732211385009 140732211388367 0
[pid=26715/tid=26768] ppid=26712 vsize=10563416 CPUtime=0.07 cores=0,2,4,6
/proc/26715/task/26768/stat : 26768 (java) S 26712 26715 25139 0 -1 1077944384 42 12454 0 0 0 0 5 2 20 0 15 0 61612750 10816937984 35955 18446744073709551615 4194304 4196468 140732211375600 140629979745296 140630371133141 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17100800 140732211382235 140732211385009 140732211385009 140732211388367 0
[pid=26715/tid=26769] ppid=26712 vsize=10563416 CPUtime=0.07 cores=0,2,4,6
/proc/26715/task/26769/stat : 26769 (java) S 26712 26715 25139 0 -1 1077944384 22 12454 0 0 0 0 5 2 20 0 15 0 61612750 10816937984 35955 18446744073709551615 4194304 4196468 140732211375600 140629978692752 140630371133141 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17100800 140732211382235 140732211385009 140732211385009 140732211388367 0
[pid=26715/tid=26770] ppid=26712 vsize=10563416 CPUtime=0.07 cores=0,2,4,6
/proc/26715/task/26770/stat : 26770 (java) R 26712 26715 25139 0 -1 4202560 41 12454 0 0 0 0 5 2 20 0 15 0 61612751 10816937984 35955 18446744073709551615 4194304 4196468 140732211375600 140629934596608 140630356187680 0 0 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17100800 140732211382235 140732211385009 140732211385009 140732211388367 0
[pid=26715/tid=26771] ppid=26712 vsize=10563416 CPUtime=0.07 cores=0,2,4,6
/proc/26715/task/26771/stat : 26771 (java) S 26712 26715 25139 0 -1 1077944384 33 12454 0 0 0 0 5 2 20 0 15 0 61612752 10816937984 35955 18446744073709551615 4194304 4196468 140732211375600 140629933544352 140630371133141 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17100800 140732211382235 140732211385009 140732211385009 140732211388367 0
[pid=26715/tid=26772] ppid=26712 vsize=10563416 CPUtime=0.07 cores=0,2,4,6
/proc/26715/task/26772/stat : 26772 (java) S 26712 26715 25139 0 -1 1077944384 21 12454 0 0 0 0 5 2 20 0 15 0 61612752 10816937984 35955 18446744073709551615 4194304 4196468 140732211375600 140629932491760 140630371133141 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17100800 140732211382235 140732211385009 140732211385009 140732211388367 0
[pid=26715/tid=26773] ppid=26712 vsize=10563416 CPUtime=0.07 cores=0,2,4,6
/proc/26715/task/26773/stat : 26773 (java) S 26712 26715 25139 0 -1 1077944384 3 12454 0 0 0 0 5 2 20 0 15 0 61612755 10816937984 35955 18446744073709551615 4194304 4196468 140732211375600 140629931440336 140630371141531 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17100800 140732211382235 140732211385009 140732211385009 140732211388367 0
[pid=26715/tid=26774] ppid=26712 vsize=10563416 CPUtime=0.23 cores=0,2,4,6
/proc/26715/task/26774/stat : 26774 (java) S 26712 26715 25139 0 -1 1077944384 969 12454 0 0 16 0 5 2 20 0 15 0 61612755 10816937984 35955 18446744073709551615 4194304 4196468 140732211375600 140629930387952 140630371134082 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17100800 140732211382235 140732211385009 140732211385009 140732211388367 0
[pid=26715/tid=26775] ppid=26712 vsize=10563416 CPUtime=0.2 cores=0,2,4,6
/proc/26715/task/26775/stat : 26775 (java) S 26712 26715 25139 0 -1 1077944384 695 12454 0 0 13 0 5 2 20 0 15 0 61612755 10816937984 35955 18446744073709551615 4194304 4196468 140732211375600 140629929335408 140630371134082 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17100800 140732211382235 140732211385009 140732211385009 140732211388367 0
[pid=26715/tid=26776] ppid=26712 vsize=10563416 CPUtime=0.29 cores=0,2,4,6
/proc/26715/task/26776/stat : 26776 (java) S 26712 26715 25139 0 -1 1077944384 963 12454 0 0 22 0 5 2 20 0 15 0 61612755 10816937984 35955 18446744073709551615 4194304 4196468 140732211375600 140629928277632 140630371133141 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17100800 140732211382235 140732211385009 140732211385009 140732211388367 0
[pid=26715/tid=26777] ppid=26712 vsize=10563416 CPUtime=0.07 cores=0,2,4,6
/proc/26715/task/26777/stat : 26777 (java) S 26712 26715 25139 0 -1 1077944384 3 12454 0 0 0 0 5 2 20 0 15 0 61612755 10816937984 35955 18446744073709551615 4194304 4196468 140732211375600 140629927230560 140630371133141 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17100800 140732211382235 140732211385009 140732211385009 140732211388367 0
[pid=26715/tid=26778] ppid=26712 vsize=10563416 CPUtime=0.07 cores=0,2,4,6
/proc/26715/task/26778/stat : 26778 (java) S 26712 26715 25139 0 -1 1077944384 10 12454 0 0 0 0 5 2 20 0 15 0 61612759 10816937984 35955 18446744073709551615 4194304 4196468 140732211375600 140629926177072 140630371134082 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17100800 140732211382235 140732211385009 140732211385009 140732211388367 0
Current children cumulated CPU time (s) 1.86
Current children cumulated vsize (KiB) 10563416

[startup+3.10089 s]
/proc/loadavg: 1.72 1.85 1.80 3/217 26778
/proc/meminfo: memFree=27567744/32770624 swapFree=0/453608
[pid=26715] ppid=26712 vsize=10575892 CPUtime=5.8 cores=0,2,4,6
/proc/26715/stat : 26715 (java) S 26712 26715 25139 0 -1 1077944320 41174 12454 0 0 557 16 5 2 20 0 15 0 61612727 10829713408 58426 18446744073709551615 4194304 4196468 140732211375600 140732211358144 140630371122935 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 8 0 0 6293624 6294260 17100800 140732211382235 140732211385009 140732211385009 140732211388367 0
/proc/26715/statm: 2643973 58426 3453 1 0 2632587 0
[pid=26715/tid=26765] ppid=26712 vsize=10575892 CPUtime=2.84 cores=0,2,4,6
/proc/26715/task/26765/stat : 26765 (java) R 26712 26715 25139 0 -1 1077944384 27658 12454 0 0 268 9 5 2 20 0 15 0 61612749 10829713408 58426 18446744073709551615 4194304 4196468 140732211375600 140630375356064 140630371133141 0 4 1 16800974 0 0 0 -1 6 0 0 3 0 0 6293624 6294260 17100800 140732211382235 140732211385009 140732211385009 140732211388367 0
[pid=26715/tid=26766] ppid=26712 vsize=10575892 CPUtime=0.07 cores=0,2,4,6
/proc/26715/task/26766/stat : 26766 (java) S 26712 26715 25139 0 -1 1077944384 191 12454 0 0 0 0 5 2 20 0 15 0 61612750 10829713408 58426 18446744073709551615 4194304 4196468 140732211375600 140630317472528 140630371133141 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17100800 140732211382235 140732211385009 140732211385009 140732211388367 0
[pid=26715/tid=26767] ppid=26712 vsize=10575892 CPUtime=0.07 cores=0,2,4,6
/proc/26715/task/26767/stat : 26767 (java) S 26712 26715 25139 0 -1 1077944384 45 12454 0 0 0 0 5 2 20 0 15 0 61612750 10829713408 58426 18446744073709551615 4194304 4196468 140732211375600 140629980797840 140630371133141 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17100800 140732211382235 140732211385009 140732211385009 140732211388367 0
[pid=26715/tid=26768] ppid=26712 vsize=10575892 CPUtime=0.08 cores=0,2,4,6
/proc/26715/task/26768/stat : 26768 (java) S 26712 26715 25139 0 -1 1077944384 62 12454 0 0 1 0 5 2 20 0 15 0 61612750 10829713408 58426 18446744073709551615 4194304 4196468 140732211375600 140629979745296 140630371133141 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17100800 140732211382235 140732211385009 140732211385009 140732211388367 0
[pid=26715/tid=26769] ppid=26712 vsize=10575892 CPUtime=0.07 cores=0,2,4,6
/proc/26715/task/26769/stat : 26769 (java) S 26712 26715 25139 0 -1 1077944384 34 12454 0 0 0 0 5 2 20 0 15 0 61612750 10829713408 58426 18446744073709551615 4194304 4196468 140732211375600 140629978692752 140630371133141 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17100800 140732211382235 140732211385009 140732211385009 140732211388367 0
[pid=26715/tid=26770] ppid=26712 vsize=10575892 CPUtime=0.08 cores=0,2,4,6
/proc/26715/task/26770/stat : 26770 (java) S 26712 26715 25139 0 -1 1077944384 1791 12454 0 0 1 0 5 2 20 0 15 0 61612751 10829713408 58426 18446744073709551615 4194304 4196468 140732211375600 140629934598128 140630371134082 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17100800 140732211382235 140732211385009 140732211385009 140732211388367 0
[pid=26715/tid=26771] ppid=26712 vsize=10575892 CPUtime=0.07 cores=0,2,4,6
/proc/26715/task/26771/stat : 26771 (java) S 26712 26715 25139 0 -1 1077944384 54 12454 0 0 0 0 5 2 20 0 15 0 61612752 10829713408 58426 18446744073709551615 4194304 4196468 140732211375600 140629933544416 140630371133141 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17100800 140732211382235 140732211385009 140732211385009 140732211388367 0
[pid=26715/tid=26772] ppid=26712 vsize=10575892 CPUtime=0.07 cores=0,2,4,6
/proc/26715/task/26772/stat : 26772 (java) S 26712 26715 25139 0 -1 1077944384 44 12454 0 0 0 0 5 2 20 0 15 0 61612752 10829713408 58426 18446744073709551615 4194304 4196468 140732211375600 140629932491776 140630371133141 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17100800 140732211382235 140732211385009 140732211385009 140732211388367 0
[pid=26715/tid=26773] ppid=26712 vsize=10575892 CPUtime=0.07 cores=0,2,4,6
/proc/26715/task/26773/stat : 26773 (java) S 26712 26715 25139 0 -1 1077944384 3 12454 0 0 0 0 5 2 20 0 15 0 61612755 10829713408 58426 18446744073709551615 4194304 4196468 140732211375600 140629931440336 140630371141531 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17100800 140732211382235 140732211385009 140732211385009 140732211388367 0
[pid=26715/tid=26774] ppid=26712 vsize=10575892 CPUtime=0.94 cores=0,2,4,6
/proc/26715/task/26774/stat : 26774 (java) R 26712 26715 25139 0 -1 4202560 2299 12454 0 0 86 1 5 2 20 0 15 0 61612755 10829713408 58426 18446744073709551615 4194304 4196468 140732211375600 140629930376624 140630355411824 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17100800 140732211382235 140732211385009 140732211385009 140732211388367 0
[pid=26715/tid=26775] ppid=26712 vsize=10575892 CPUtime=0.92 cores=0,2,4,6
/proc/26715/task/26775/stat : 26775 (java) R 26712 26715 25139 0 -1 4202560 2310 12454 0 0 85 0 5 2 20 0 15 0 61612755 10829713408 58426 18446744073709551615 4194304 4196468 140732211375600 140629929335408 140630371144282 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17100800 140732211382235 140732211385009 140732211385009 140732211388367 0
[pid=26715/tid=26776] ppid=26712 vsize=10575892 CPUtime=1.17 cores=0,2,4,6
/proc/26715/task/26776/stat : 26776 (java) R 26712 26715 25139 0 -1 4202560 4530 12454 0 0 109 1 5 2 20 0 15 0 61612755 10829713408 58426 18446744073709551615 4194304 4196468 140732211375600 140629928280672 140630371134870 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17100800 140732211382235 140732211385009 140732211385009 140732211388367 0
[pid=26715/tid=26777] ppid=26712 vsize=10575892 CPUtime=0.07 cores=0,2,4,6
/proc/26715/task/26777/stat : 26777 (java) S 26712 26715 25139 0 -1 1077944384 3 12454 0 0 0 0 5 2 20 0 15 0 61612755 10829713408 58426 18446744073709551615 4194304 4196468 140732211375600 140629927230560 140630371133141 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17100800 140732211382235 140732211385009 140732211385009 140732211388367 0
[pid=26715/tid=26778] ppid=26712 vsize=10575892 CPUtime=0.07 cores=0,2,4,6
/proc/26715/task/26778/stat : 26778 (java) S 26712 26715 25139 0 -1 1077944384 13 12454 0 0 0 0 5 2 20 0 15 0 61612759 10829713408 58426 18446744073709551615 4194304 4196468 140732211375600 140629926177072 140630371134082 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17100800 140732211382235 140732211385009 140732211385009 140732211388367 0
Current children cumulated CPU time (s) 5.8
Current children cumulated vsize (KiB) 10575892

[startup+6.30063 s]
/proc/loadavg: 1.72 1.85 1.80 3/217 26778
/proc/meminfo: memFree=27426176/32770624 swapFree=0/453612
[pid=26715] ppid=26712 vsize=10647548 CPUtime=15.5 cores=0,2,4,6
/proc/26715/stat : 26715 (java) S 26712 26715 25139 0 -1 1077944320 90079 12454 0 0 1511 32 5 2 20 0 15 0 61612727 10903089152 105434 18446744073709551615 4194304 4196468 140732211375600 140732211358144 140630371122935 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 8 0 0 6293624 6294260 17100800 140732211382235 140732211385009 140732211385009 140732211388367 0
/proc/26715/statm: 2661887 105434 3478 1 0 2650501 0
[pid=26715/tid=26765] ppid=26712 vsize=10647548 CPUtime=5.89 cores=0,2,4,6
/proc/26715/task/26765/stat : 26765 (java) R 26712 26715 25139 0 -1 4202560 48996 12454 0 0 568 14 5 2 20 0 15 0 61612749 10903089152 105434 18446744073709551615 4194304 4196468 140732211375600 140630375356096 140630006229687 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 17100800 140732211382235 140732211385009 140732211385009 140732211388367 0
[pid=26715/tid=26766] ppid=26712 vsize=10647548 CPUtime=0.17 cores=0,2,4,6
/proc/26715/task/26766/stat : 26766 (java) S 26712 26715 25139 0 -1 1077944384 347 12454 0 0 8 2 5 2 20 0 15 0 61612750 10903089152 105434 18446744073709551615 4194304 4196468 140732211375600 140630317472528 140630371133141 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17100800 140732211382235 140732211385009 140732211385009 140732211388367 0
[pid=26715/tid=26767] ppid=26712 vsize=10647548 CPUtime=0.18 cores=0,2,4,6
/proc/26715/task/26767/stat : 26767 (java) S 26712 26715 25139 0 -1 1077944384 563 12454 0 0 9 2 5 2 20 0 15 0 61612750 10903089152 105434 18446744073709551615 4194304 4196468 140732211375600 140629980797840 140630371133141 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17100800 140732211382235 140732211385009 140732211385009 140732211388367 0
[pid=26715/tid=26768] ppid=26712 vsize=10647548 CPUtime=0.16 cores=0,2,4,6
/proc/26715/task/26768/stat : 26768 (java) S 26712 26715 25139 0 -1 1077944384 98 12454 0 0 8 1 5 2 20 0 15 0 61612750 10903089152 105434 18446744073709551615 4194304 4196468 140732211375600 140629979745296 140630371133141 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17100800 140732211382235 140732211385009 140732211385009 140732211388367 0
[pid=26715/tid=26769] ppid=26712 vsize=10647548 CPUtime=0.18 cores=0,2,4,6
/proc/26715/task/26769/stat : 26769 (java) S 26712 26715 25139 0 -1 1077944384 179 12454 0 0 9 2 5 2 20 0 15 0 61612750 10903089152 105434 18446744073709551615 4194304 4196468 140732211375600 140629978692752 140630371133141 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17100800 140732211382235 140732211385009 140732211385009 140732211388367 0
[pid=26715/tid=26770] ppid=26712 vsize=10647548 CPUtime=0.12 cores=0,2,4,6
/proc/26715/task/26770/stat : 26770 (java) S 26712 26715 25139 0 -1 1077944384 5963 12454 0 0 5 0 5 2 20 0 15 0 61612751 10903089152 105434 18446744073709551615 4194304 4196468 140732211375600 140629934598128 140630371134082 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17100800 140732211382235 140732211385009 140732211385009 140732211388367 0
[pid=26715/tid=26771] ppid=26712 vsize=10647548 CPUtime=0.07 cores=0,2,4,6
/proc/26715/task/26771/stat : 26771 (java) S 26712 26715 25139 0 -1 1077944384 57 12454 0 0 0 0 5 2 20 0 15 0 61612752 10903089152 105434 18446744073709551615 4194304 4196468 140732211375600 140629933544416 140630371133141 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17100800 140732211382235 140732211385009 140732211385009 140732211388367 0
[pid=26715/tid=26772] ppid=26712 vsize=10647548 CPUtime=0.07 cores=0,2,4,6
/proc/26715/task/26772/stat : 26772 (java) S 26712 26715 25139 0 -1 1077944384 47 12454 0 0 0 0 5 2 20 0 15 0 61612752 10903089152 105434 18446744073709551615 4194304 4196468 140732211375600 140629932491776 140630371133141 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17100800 140732211382235 140732211385009 140732211385009 140732211388367 0
[pid=26715/tid=26773] ppid=26712 vsize=10647548 CPUtime=0.07 cores=0,2,4,6
/proc/26715/task/26773/stat : 26773 (java) S 26712 26715 25139 0 -1 1077944384 3 12454 0 0 0 0 5 2 20 0 15 0 61612755 10903089152 105434 18446744073709551615 4194304 4196468 140732211375600 140629931440336 140630371141531 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17100800 140732211382235 140732211385009 140732211385009 140732211388367 0
[pid=26715/tid=26774] ppid=26712 vsize=10647548 CPUtime=3.61 cores=0,2,4,6
/proc/26715/task/26774/stat : 26774 (java) R 26712 26715 25139 0 -1 4202560 10471 12454 0 0 352 2 5 2 20 0 15 0 61612755 10903089152 105434 18446744073709551615 4194304 4196468 140732211375600 140629930373744 140630352667023 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 17100800 140732211382235 140732211385009 140732211385009 140732211388367 0
[pid=26715/tid=26775] ppid=26712 vsize=10647548 CPUtime=3.65 cores=0,2,4,6
/proc/26715/task/26775/stat : 26775 (java) R 26712 26715 25139 0 -1 4202560 9227 12454 0 0 356 2 5 2 20 0 15 0 61612755 10903089152 105434 18446744073709551615 4194304 4196468 140732211375600 140629929316424 140630356230613 0 4 1 16800974 0 0 0 -1 4 0 0 10 0 0 6293624 6294260 17100800 140732211382235 140732211385009 140732211385009 140732211388367 0
[pid=26715/tid=26776] ppid=26712 vsize=10647548 CPUtime=2.01 cores=0,2,4,6
/proc/26715/task/26776/stat : 26776 (java) R 26712 26715 25139 0 -1 4202560 11878 12454 0 0 191 3 5 2 20 0 15 0 61612755 10903089152 105434 18446744073709551615 4194304 4196468 140732211375600 140629928282864 140630349286705 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17100800 140732211382235 140732211385009 140732211385009 140732211388367 0
[pid=26715/tid=26777] ppid=26712 vsize=10647548 CPUtime=0.07 cores=0,2,4,6
/proc/26715/task/26777/stat : 26777 (java) S 26712 26715 25139 0 -1 1077944384 3 12454 0 0 0 0 5 2 20 0 15 0 61612755 10903089152 105434 18446744073709551615 4194304 4196468 140732211375600 140629927230560 140630371133141 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17100800 140732211382235 140732211385009 140732211385009 140732211388367 0
[pid=26715/tid=26778] ppid=26712 vsize=10647548 CPUtime=0.07 cores=0,2,4,6
/proc/26715/task/26778/stat : 26778 (java) S 26712 26715 25139 0 -1 1077944384 110 12454 0 0 0 0 5 2 20 0 15 0 61612759 10903089152 105434 18446744073709551615 4194304 4196468 140732211375600 140629926177072 140630371134082 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 7 0 0 6293624 6294260 17100800 140732211382235 140732211385009 140732211385009 140732211388367 0
Current children cumulated CPU time (s) 15.5
Current children cumulated vsize (KiB) 10647548

[startup+12.7016 s]
/proc/loadavg: 1.91 1.89 1.81 3/217 26778
/proc/meminfo: memFree=26983104/32770624 swapFree=0/453604
[pid=26715] ppid=26712 vsize=10645524 CPUtime=23.74 cores=0,2,4,6
/proc/26715/stat : 26715 (java) S 26712 26715 25139 0 -1 1077944320 92891 12454 0 0 2327 40 5 2 20 0 15 0 61612727 10901016576 187487 18446744073709551615 4194304 4196468 140732211375600 140732211358144 140630371122935 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 8 0 0 6293624 6294260 17100800 140732211382235 140732211385009 140732211385009 140732211388367 0
/proc/26715/statm: 2661381 187487 3484 1 0 2649995 0
[pid=26715/tid=26765] ppid=26712 vsize=10645524 CPUtime=12.25 cores=0,2,4,6
/proc/26715/task/26765/stat : 26765 (java) R 26712 26715 25139 0 -1 4202560 49439 12454 0 0 1200 18 5 2 20 0 15 0 61612749 10901016576 187487 18446744073709551615 4194304 4196468 140732211375600 140630375357184 140630017232990 0 4 1 16800974 0 0 0 -1 6 0 0 3 0 0 6293624 6294260 17100800 140732211382235 140732211385009 140732211385009 140732211388367 0
[pid=26715/tid=26766] ppid=26712 vsize=10645524 CPUtime=0.2 cores=0,2,4,6
/proc/26715/task/26766/stat : 26766 (java) S 26712 26715 25139 0 -1 1077944384 519 12454 0 0 10 3 5 2 20 0 15 0 61612750 10901016576 187487 18446744073709551615 4194304 4196468 140732211375600 140630317472528 140630371133141 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17100800 140732211382235 140732211385009 140732211385009 140732211388367 0
[pid=26715/tid=26767] ppid=26712 vsize=10645524 CPUtime=0.21 cores=0,2,4,6
/proc/26715/task/26767/stat : 26767 (java) S 26712 26715 25139 0 -1 1077944384 584 12454 0 0 11 3 5 2 20 0 15 0 61612750 10901016576 187487 18446744073709551615 4194304 4196468 140732211375600 140629980797840 140630371133141 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17100800 140732211382235 140732211385009 140732211385009 140732211388367 0
[pid=26715/tid=26768] ppid=26712 vsize=10645524 CPUtime=0.2 cores=0,2,4,6
/proc/26715/task/26768/stat : 26768 (java) S 26712 26715 25139 0 -1 1077944384 128 12454 0 0 11 2 5 2 20 0 15 0 61612750 10901016576 187487 18446744073709551615 4194304 4196468 140732211375600 140629979745296 140630371133141 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17100800 140732211382235 140732211385009 140732211385009 140732211388367 0
[pid=26715/tid=26769] ppid=26712 vsize=10645524 CPUtime=0.21 cores=0,2,4,6
/proc/26715/task/26769/stat : 26769 (java) S 26712 26715 25139 0 -1 1077944384 217 12454 0 0 11 3 5 2 20 0 15 0 61612750 10901016576 187487 18446744073709551615 4194304 4196468 140732211375600 140629978692752 140630371133141 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17100800 140732211382235 140732211385009 140732211385009 140732211388367 0
[pid=26715/tid=26770] ppid=26712 vsize=10645524 CPUtime=0.13 cores=0,2,4,6
/proc/26715/task/26770/stat : 26770 (java) S 26712 26715 25139 0 -1 1077944384 6196 12454 0 0 6 0 5 2 20 0 15 0 61612751 10901016576 187487 18446744073709551615 4194304 4196468 140732211375600 140629934598128 140630371134082 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17100800 140732211382235 140732211385009 140732211385009 140732211388367 0
[pid=26715/tid=26771] ppid=26712 vsize=10645524 CPUtime=0.07 cores=0,2,4,6
/proc/26715/task/26771/stat : 26771 (java) S 26712 26715 25139 0 -1 1077944384 59 12454 0 0 0 0 5 2 20 0 15 0 61612752 10901016576 187487 18446744073709551615 4194304 4196468 140732211375600 140629933544416 140630371133141 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17100800 140732211382235 140732211385009 140732211385009 140732211388367 0
[pid=26715/tid=26772] ppid=26712 vsize=10645524 CPUtime=0.07 cores=0,2,4,6
/proc/26715/task/26772/stat : 26772 (java) S 26712 26715 25139 0 -1 1077944384 50 12454 0 0 0 0 5 2 20 0 15 0 61612752 10901016576 187487 18446744073709551615 4194304 4196468 140732211375600 140629932491776 140630371133141 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17100800 140732211382235 140732211385009 140732211385009 140732211388367 0
[pid=26715/tid=26773] ppid=26712 vsize=10645524 CPUtime=0.07 cores=0,2,4,6
/proc/26715/task/26773/stat : 26773 (java) S 26712 26715 25139 0 -1 1077944384 3 12454 0 0 0 0 5 2 20 0 15 0 61612755 10901016576 187487 18446744073709551615 4194304 4196468 140732211375600 140629931440336 140630371141531 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17100800 140732211382235 140732211385009 140732211385009 140732211388367 0

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

/proc/26715/task/26777/stat : 26777 (java) S 26712 26715 25139 0 -1 1077944384 3 12454 0 0 0 0 5 2 20 0 15 0 61612755 10901016576 297556 18446744073709551615 4194304 4196468 140732211375600 140629927230560 140630371133141 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17100800 140732211382235 140732211385009 140732211385009 140732211388367 0
[pid=26715/tid=26778] ppid=26712 vsize=10645524 CPUtime=1.4 cores=0,2,4,6
/proc/26715/task/26778/stat : 26778 (java) S 26712 26715 25139 0 -1 1077944384 1073 12454 0 0 63 70 5 2 20 0 15 0 61612759 10901016576 297556 18446744073709551615 4194304 4196468 140732211375600 140629926177072 140630371134082 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 11 0 0 6293624 6294260 17100800 140732211382235 140732211385009 140732211385009 140732211388367 0
Current children cumulated CPU time (s) 2247.32
Current children cumulated vsize (KiB) 10645524

[startup+2262.3 s]
/proc/loadavg: 1.35 1.31 1.38 3/213 27278
/proc/meminfo: memFree=27132360/32770624 swapFree=0/454392
[pid=26715] ppid=26712 vsize=10645524 CPUtime=2308.34 cores=0,2,4,6
/proc/26715/stat : 26715 (java) S 26712 26715 25139 0 -1 1077944320 198740 12454 0 0 230492 335 5 2 20 0 15 0 61612727 10901016576 297575 18446744073709551615 4194304 4196468 140732211375600 140732211358144 140630371122935 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 8 0 0 6293624 6294260 17100800 140732211382235 140732211385009 140732211385009 140732211388367 0
/proc/26715/statm: 2661381 297575 3485 1 0 2649995 0
[pid=26715/tid=26765] ppid=26712 vsize=10645524 CPUtime=2238.33 cores=0,2,4,6
/proc/26715/task/26765/stat : 26765 (java) R 26712 26715 25139 0 -1 4202560 85215 12454 0 0 223775 51 5 2 20 0 15 0 61612749 10901016576 297575 18446744073709551615 4194304 4196468 140732211375600 140630375357296 140630015520336 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 17100800 140732211382235 140732211385009 140732211385009 140732211388367 0
[pid=26715/tid=26766] ppid=26712 vsize=10645524 CPUtime=12.02 cores=0,2,4,6
/proc/26715/task/26766/stat : 26766 (java) S 26712 26715 25139 0 -1 1077944384 17007 12454 0 0 1146 49 5 2 20 0 15 0 61612750 10901016576 297575 18446744073709551615 4194304 4196468 140732211375600 140630317472528 140630371133141 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17100800 140732211382235 140732211385009 140732211385009 140732211388367 0
[pid=26715/tid=26767] ppid=26712 vsize=10645524 CPUtime=12.05 cores=0,2,4,6
/proc/26715/task/26767/stat : 26767 (java) S 26712 26715 25139 0 -1 1077944384 9671 12454 0 0 1147 51 5 2 20 0 15 0 61612750 10901016576 297575 18446744073709551615 4194304 4196468 140732211375600 140629980797840 140630371133141 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17100800 140732211382235 140732211385009 140732211385009 140732211388367 0
[pid=26715/tid=26768] ppid=26712 vsize=10645524 CPUtime=12.02 cores=0,2,4,6
/proc/26715/task/26768/stat : 26768 (java) S 26712 26715 25139 0 -1 1077944384 11855 12454 0 0 1142 53 5 2 20 0 15 0 61612750 10901016576 297575 18446744073709551615 4194304 4196468 140732211375600 140629979745296 140630371133141 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17100800 140732211382235 140732211385009 140732211385009 140732211388367 0
[pid=26715/tid=26769] ppid=26712 vsize=10645524 CPUtime=12.04 cores=0,2,4,6
/proc/26715/task/26769/stat : 26769 (java) S 26712 26715 25139 0 -1 1077944384 14666 12454 0 0 1146 51 5 2 20 0 15 0 61612750 10901016576 297575 18446744073709551615 4194304 4196468 140732211375600 140629978692752 140630371133141 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17100800 140732211382235 140732211385009 140732211385009 140732211388367 0
[pid=26715/tid=26770] ppid=26712 vsize=10645524 CPUtime=9.85 cores=0,2,4,6
/proc/26715/task/26770/stat : 26770 (java) S 26712 26715 25139 0 -1 1077944384 19027 12454 0 0 925 53 5 2 20 0 15 0 61612751 10901016576 297575 18446744073709551615 4194304 4196468 140732211375600 140629934598128 140630371134082 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17100800 140732211382235 140732211385009 140732211385009 140732211388367 0
[pid=26715/tid=26771] ppid=26712 vsize=10645524 CPUtime=0.07 cores=0,2,4,6
/proc/26715/task/26771/stat : 26771 (java) S 26712 26715 25139 0 -1 1077944384 59 12454 0 0 0 0 5 2 20 0 15 0 61612752 10901016576 297575 18446744073709551615 4194304 4196468 140732211375600 140629933544416 140630371133141 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17100800 140732211382235 140732211385009 140732211385009 140732211388367 0
[pid=26715/tid=26772] ppid=26712 vsize=10645524 CPUtime=0.07 cores=0,2,4,6
/proc/26715/task/26772/stat : 26772 (java) S 26712 26715 25139 0 -1 1077944384 50 12454 0 0 0 0 5 2 20 0 15 0 61612752 10901016576 297575 18446744073709551615 4194304 4196468 140732211375600 140629932491776 140630371133141 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17100800 140732211382235 140732211385009 140732211385009 140732211388367 0
[pid=26715/tid=26773] ppid=26712 vsize=10645524 CPUtime=0.07 cores=0,2,4,6
/proc/26715/task/26773/stat : 26773 (java) S 26712 26715 25139 0 -1 1077944384 3 12454 0 0 0 0 5 2 20 0 15 0 61612755 10901016576 297575 18446744073709551615 4194304 4196468 140732211375600 140629931440336 140630371141531 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17100800 140732211382235 140732211385009 140732211385009 140732211388367 0
[pid=26715/tid=26774] ppid=26712 vsize=10645524 CPUtime=4.46 cores=0,2,4,6
/proc/26715/task/26774/stat : 26774 (java) S 26712 26715 25139 0 -1 1077944384 13195 12454 0 0 437 2 5 2 20 0 15 0 61612755 10901016576 297575 18446744073709551615 4194304 4196468 140732211375600 140629930387952 140630371134082 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17100800 140732211382235 140732211385009 140732211385009 140732211388367 0
[pid=26715/tid=26775] ppid=26712 vsize=10645524 CPUtime=4.43 cores=0,2,4,6
/proc/26715/task/26775/stat : 26775 (java) S 26712 26715 25139 0 -1 1077944384 9665 12454 0 0 434 2 5 2 20 0 15 0 61612755 10901016576 297575 18446744073709551615 4194304 4196468 140732211375600 140629929335408 140630371134082 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 10 0 0 6293624 6294260 17100800 140732211382235 140732211385009 140732211385009 140732211388367 0
[pid=26715/tid=26776] ppid=26712 vsize=10645524 CPUtime=2.19 cores=0,2,4,6
/proc/26715/task/26776/stat : 26776 (java) S 26712 26715 25139 0 -1 1077944384 15098 12454 0 0 208 4 5 2 20 0 15 0 61612755 10901016576 297575 18446744073709551615 4194304 4196468 140732211375600 140629928282864 140630371134082 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17100800 140732211382235 140732211385009 140732211385009 140732211388367 0
[pid=26715/tid=26777] ppid=26712 vsize=10645524 CPUtime=0.07 cores=0,2,4,6
/proc/26715/task/26777/stat : 26777 (java) S 26712 26715 25139 0 -1 1077944384 3 12454 0 0 0 0 5 2 20 0 15 0 61612755 10901016576 297575 18446744073709551615 4194304 4196468 140732211375600 140629927230560 140630371133141 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17100800 140732211382235 140732211385009 140732211385009 140732211388367 0
[pid=26715/tid=26778] ppid=26712 vsize=10645524 CPUtime=1.44 cores=0,2,4,6
/proc/26715/task/26778/stat : 26778 (java) S 26712 26715 25139 0 -1 1077944384 1089 12454 0 0 65 72 5 2 20 0 15 0 61612759 10901016576 297575 18446744073709551615 4194304 4196468 140732211375600 140629926177072 140630371134082 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 11 0 0 6293624 6294260 17100800 140732211382235 140732211385009 140732211385009 140732211388367 0
Current children cumulated CPU time (s) 2308.34
Current children cumulated vsize (KiB) 10645524

[startup+2322.3 s]
/proc/loadavg: 1.60 1.39 1.41 3/214 27281
/proc/meminfo: memFree=27130468/32770624 swapFree=0/454412
[pid=26715] ppid=26712 vsize=10645524 CPUtime=2369.37 cores=0,2,4,6
/proc/26715/stat : 26715 (java) S 26712 26715 25139 0 -1 1077944320 199898 12454 0 0 236587 343 5 2 20 0 15 0 61612727 10901016576 297589 18446744073709551615 4194304 4196468 140732211375600 140732211358144 140630371122935 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 8 0 0 6293624 6294260 17100800 140732211382235 140732211385009 140732211385009 140732211388367 0
/proc/26715/statm: 2661381 297589 3485 1 0 2649995 0
[pid=26715/tid=26765] ppid=26712 vsize=10645524 CPUtime=2297.67 cores=0,2,4,6
/proc/26715/task/26765/stat : 26765 (java) R 26712 26715 25139 0 -1 4202560 85825 12454 0 0 229708 52 5 2 20 0 15 0 61612749 10901016576 297589 18446744073709551615 4194304 4196468 140732211375600 140630375357296 140629999194572 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 17100800 140732211382235 140732211385009 140732211385009 140732211388367 0
[pid=26715/tid=26766] ppid=26712 vsize=10645524 CPUtime=12.38 cores=0,2,4,6
/proc/26715/task/26766/stat : 26766 (java) S 26712 26715 25139 0 -1 1077944384 17087 12454 0 0 1180 51 5 2 20 0 15 0 61612750 10901016576 297589 18446744073709551615 4194304 4196468 140732211375600 140630317472528 140630371133141 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17100800 140732211382235 140732211385009 140732211385009 140732211388367 0
[pid=26715/tid=26767] ppid=26712 vsize=10645524 CPUtime=12.4 cores=0,2,4,6
/proc/26715/task/26767/stat : 26767 (java) S 26712 26715 25139 0 -1 1077944384 9706 12454 0 0 1180 53 5 2 20 0 15 0 61612750 10901016576 297589 18446744073709551615 4194304 4196468 140732211375600 140629980797840 140630371133141 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17100800 140732211382235 140732211385009 140732211385009 140732211388367 0
[pid=26715/tid=26768] ppid=26712 vsize=10645524 CPUtime=12.37 cores=0,2,4,6
/proc/26715/task/26768/stat : 26768 (java) S 26712 26715 25139 0 -1 1077944384 12055 12454 0 0 1176 54 5 2 20 0 15 0 61612750 10901016576 297589 18446744073709551615 4194304 4196468 140732211375600 140629979745296 140630371133141 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17100800 140732211382235 140732211385009 140732211385009 140732211388367 0
[pid=26715/tid=26769] ppid=26712 vsize=10645524 CPUtime=12.4 cores=0,2,4,6
/proc/26715/task/26769/stat : 26769 (java) S 26712 26715 25139 0 -1 1077944384 14683 12454 0 0 1180 53 5 2 20 0 15 0 61612750 10901016576 297589 18446744073709551615 4194304 4196468 140732211375600 140629978692752 140630371133141 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17100800 140732211382235 140732211385009 140732211385009 140732211388367 0
[pid=26715/tid=26770] ppid=26712 vsize=10645524 CPUtime=10.13 cores=0,2,4,6
/proc/26715/task/26770/stat : 26770 (java) S 26712 26715 25139 0 -1 1077944384 19220 12454 0 0 952 54 5 2 20 0 15 0 61612751 10901016576 297589 18446744073709551615 4194304 4196468 140732211375600 140629934598128 140630371134082 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17100800 140732211382235 140732211385009 140732211385009 140732211388367 0
[pid=26715/tid=26771] ppid=26712 vsize=10645524 CPUtime=0.07 cores=0,2,4,6
/proc/26715/task/26771/stat : 26771 (java) S 26712 26715 25139 0 -1 1077944384 59 12454 0 0 0 0 5 2 20 0 15 0 61612752 10901016576 297589 18446744073709551615 4194304 4196468 140732211375600 140629933544416 140630371133141 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17100800 140732211382235 140732211385009 140732211385009 140732211388367 0
[pid=26715/tid=26772] ppid=26712 vsize=10645524 CPUtime=0.07 cores=0,2,4,6
/proc/26715/task/26772/stat : 26772 (java) S 26712 26715 25139 0 -1 1077944384 50 12454 0 0 0 0 5 2 20 0 15 0 61612752 10901016576 297589 18446744073709551615 4194304 4196468 140732211375600 140629932491776 140630371133141 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17100800 140732211382235 140732211385009 140732211385009 140732211388367 0
[pid=26715/tid=26773] ppid=26712 vsize=10645524 CPUtime=0.07 cores=0,2,4,6
/proc/26715/task/26773/stat : 26773 (java) S 26712 26715 25139 0 -1 1077944384 3 12454 0 0 0 0 5 2 20 0 15 0 61612755 10901016576 297589 18446744073709551615 4194304 4196468 140732211375600 140629931440336 140630371141531 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17100800 140732211382235 140732211385009 140732211385009 140732211388367 0
[pid=26715/tid=26774] ppid=26712 vsize=10645524 CPUtime=4.46 cores=0,2,4,6
/proc/26715/task/26774/stat : 26774 (java) S 26712 26715 25139 0 -1 1077944384 13197 12454 0 0 437 2 5 2 20 0 15 0 61612755 10901016576 297589 18446744073709551615 4194304 4196468 140732211375600 140629930387952 140630371134082 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17100800 140732211382235 140732211385009 140732211385009 140732211388367 0
[pid=26715/tid=26775] ppid=26712 vsize=10645524 CPUtime=4.43 cores=0,2,4,6
/proc/26715/task/26775/stat : 26775 (java) S 26712 26715 25139 0 -1 1077944384 9667 12454 0 0 434 2 5 2 20 0 15 0 61612755 10901016576 297589 18446744073709551615 4194304 4196468 140732211375600 140629929335408 140630371134082 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 10 0 0 6293624 6294260 17100800 140732211382235 140732211385009 140732211385009 140732211388367 0
[pid=26715/tid=26776] ppid=26712 vsize=10645524 CPUtime=2.2 cores=0,2,4,6
/proc/26715/task/26776/stat : 26776 (java) S 26712 26715 25139 0 -1 1077944384 15100 12454 0 0 209 4 5 2 20 0 15 0 61612755 10901016576 297589 18446744073709551615 4194304 4196468 140732211375600 140629928282864 140630371134082 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17100800 140732211382235 140732211385009 140732211385009 140732211388367 0
[pid=26715/tid=26777] ppid=26712 vsize=10645524 CPUtime=0.07 cores=0,2,4,6
/proc/26715/task/26777/stat : 26777 (java) S 26712 26715 25139 0 -1 1077944384 3 12454 0 0 0 0 5 2 20 0 15 0 61612755 10901016576 297589 18446744073709551615 4194304 4196468 140732211375600 140629927230560 140630371133141 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17100800 140732211382235 140732211385009 140732211385009 140732211388367 0
[pid=26715/tid=26778] ppid=26712 vsize=10645524 CPUtime=1.47 cores=0,2,4,6
/proc/26715/task/26778/stat : 26778 (java) S 26712 26715 25139 0 -1 1077944384 1106 12454 0 0 66 74 5 2 20 0 15 0 61612759 10901016576 297589 18446744073709551615 4194304 4196468 140732211375600 140629926177072 140630371134082 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 11 0 0 6293624 6294260 17100800 140732211382235 140732211385009 140732211385009 140732211388367 0
Current children cumulated CPU time (s) 2369.37
Current children cumulated vsize (KiB) 10645524



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2352.5 s]
/proc/loadavg: 1.61 1.42 1.42 3/213 27283
/proc/meminfo: memFree=27133112/32770624 swapFree=0/454424
[pid=26715] ppid=26712 vsize=10645524 CPUtime=2400.09 cores=0,2,4,6
/proc/26715/stat : 26715 (java) S 26712 26715 25139 0 -1 1077944320 200960 12454 0 0 239655 347 5 2 20 0 15 0 61612727 10901016576 296822 18446744073709551615 4194304 4196468 140732211375600 140732211358144 140630371122935 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 8 0 0 6293624 6294260 17100800 140732211382235 140732211385009 140732211385009 140732211388367 0
/proc/26715/statm: 2661381 296822 3485 1 0 2649995 0
[pid=26715/tid=26765] ppid=26712 vsize=10645524 CPUtime=2327.53 cores=0,2,4,6
/proc/26715/task/26765/stat : 26765 (java) R 26712 26715 25139 0 -1 4202560 86347 12454 0 0 232694 52 5 2 20 0 15 0 61612749 10901016576 296822 18446744073709551615 4194304 4196468 140732211375600 140630375356912 140629999194572 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 17100800 140732211382235 140732211385009 140732211385009 140732211388367 0
[pid=26715/tid=26766] ppid=26712 vsize=10645524 CPUtime=12.54 cores=0,2,4,6
/proc/26715/task/26766/stat : 26766 (java) S 26712 26715 25139 0 -1 1077944384 17343 12454 0 0 1196 51 5 2 20 0 15 0 61612750 10901016576 296822 18446744073709551615 4194304 4196468 140732211375600 140630317472528 140630371133141 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17100800 140732211382235 140732211385009 140732211385009 140732211388367 0
[pid=26715/tid=26767] ppid=26712 vsize=10645524 CPUtime=12.58 cores=0,2,4,6
/proc/26715/task/26767/stat : 26767 (java) S 26712 26715 25139 0 -1 1077944384 9763 12454 0 0 1197 54 5 2 20 0 15 0 61612750 10901016576 296822 18446744073709551615 4194304 4196468 140732211375600 140629980797840 140630371133141 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17100800 140732211382235 140732211385009 140732211385009 140732211388367 0
[pid=26715/tid=26768] ppid=26712 vsize=10645524 CPUtime=12.54 cores=0,2,4,6
/proc/26715/task/26768/stat : 26768 (java) S 26712 26715 25139 0 -1 1077944384 12063 12454 0 0 1192 55 5 2 20 0 15 0 61612750 10901016576 296822 18446744073709551615 4194304 4196468 140732211375600 140629979745296 140630371133141 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17100800 140732211382235 140732211385009 140732211385009 140732211388367 0
[pid=26715/tid=26769] ppid=26712 vsize=10645524 CPUtime=12.57 cores=0,2,4,6
/proc/26715/task/26769/stat : 26769 (java) S 26712 26715 25139 0 -1 1077944384 14691 12454 0 0 1196 54 5 2 20 0 15 0 61612750 10901016576 296822 18446744073709551615 4194304 4196468 140732211375600 140629978692752 140630371133141 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17100800 140732211382235 140732211385009 140732211385009 140732211388367 0
[pid=26715/tid=26770] ppid=26712 vsize=10645524 CPUtime=10.27 cores=0,2,4,6
/proc/26715/task/26770/stat : 26770 (java) S 26712 26715 25139 0 -1 1077944384 19419 12454 0 0 965 55 5 2 20 0 15 0 61612751 10901016576 296822 18446744073709551615 4194304 4196468 140732211375600 140629934598128 140630371134082 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17100800 140732211382235 140732211385009 140732211385009 140732211388367 0
[pid=26715/tid=26771] ppid=26712 vsize=10645524 CPUtime=0.07 cores=0,2,4,6
/proc/26715/task/26771/stat : 26771 (java) S 26712 26715 25139 0 -1 1077944384 59 12454 0 0 0 0 5 2 20 0 15 0 61612752 10901016576 296822 18446744073709551615 4194304 4196468 140732211375600 140629933544416 140630371133141 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17100800 140732211382235 140732211385009 140732211385009 140732211388367 0
[pid=26715/tid=26772] ppid=26712 vsize=10645524 CPUtime=0.07 cores=0,2,4,6
/proc/26715/task/26772/stat : 26772 (java) S 26712 26715 25139 0 -1 1077944384 50 12454 0 0 0 0 5 2 20 0 15 0 61612752 10901016576 296822 18446744073709551615 4194304 4196468 140732211375600 140629932491776 140630371133141 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17100800 140732211382235 140732211385009 140732211385009 140732211388367 0
[pid=26715/tid=26773] ppid=26712 vsize=10645524 CPUtime=0.07 cores=0,2,4,6
/proc/26715/task/26773/stat : 26773 (java) S 26712 26715 25139 0 -1 1077944384 3 12454 0 0 0 0 5 2 20 0 15 0 61612755 10901016576 296822 18446744073709551615 4194304 4196468 140732211375600 140629931440336 140630371141531 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17100800 140732211382235 140732211385009 140732211385009 140732211388367 0
[pid=26715/tid=26774] ppid=26712 vsize=10645524 CPUtime=4.46 cores=0,2,4,6
/proc/26715/task/26774/stat : 26774 (java) S 26712 26715 25139 0 -1 1077944384 13199 12454 0 0 437 2 5 2 20 0 15 0 61612755 10901016576 296822 18446744073709551615 4194304 4196468 140732211375600 140629930387952 140630371134082 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17100800 140732211382235 140732211385009 140732211385009 140732211388367 0
[pid=26715/tid=26775] ppid=26712 vsize=10645524 CPUtime=4.43 cores=0,2,4,6
/proc/26715/task/26775/stat : 26775 (java) S 26712 26715 25139 0 -1 1077944384 9669 12454 0 0 434 2 5 2 20 0 15 0 61612755 10901016576 296822 18446744073709551615 4194304 4196468 140732211375600 140629929335408 140630371134082 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 10 0 0 6293624 6294260 17100800 140732211382235 140732211385009 140732211385009 140732211388367 0
[pid=26715/tid=26776] ppid=26712 vsize=10645524 CPUtime=2.2 cores=0,2,4,6
/proc/26715/task/26776/stat : 26776 (java) S 26712 26715 25139 0 -1 1077944384 15102 12454 0 0 209 4 5 2 20 0 15 0 61612755 10901016576 296822 18446744073709551615 4194304 4196468 140732211375600 140629928282864 140630371134082 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17100800 140732211382235 140732211385009 140732211385009 140732211388367 0
[pid=26715/tid=26777] ppid=26712 vsize=10645524 CPUtime=0.07 cores=0,2,4,6
/proc/26715/task/26777/stat : 26777 (java) S 26712 26715 25139 0 -1 1077944384 3 12454 0 0 0 0 5 2 20 0 15 0 61612755 10901016576 296822 18446744073709551615 4194304 4196468 140732211375600 140629927230560 140630371133141 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17100800 140732211382235 140732211385009 140732211385009 140732211388367 0
[pid=26715/tid=26778] ppid=26712 vsize=10645524 CPUtime=1.49 cores=0,2,4,6
/proc/26715/task/26778/stat : 26778 (java) S 26712 26715 25139 0 -1 1077944384 1112 12454 0 0 67 75 5 2 20 0 15 0 61612759 10901016576 296822 18446744073709551615 4194304 4196468 140732211375600 140629926177072 140630371134082 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 11 0 0 6293624 6294260 17100800 140732211382235 140732211385009 140732211385009 140732211388367 0
Current children cumulated CPU time (s) 2400.09
Current children cumulated vsize (KiB) 10645524

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

[startup+2352.8 s]
/proc/loadavg: 1.61 1.42 1.42 3/213 27283
/proc/meminfo: memFree=27133112/32770624 swapFree=0/454424
[pid=26715] ppid=26712 vsize=10778652 CPUtime=2401.02 cores=0,2,4,6
/proc/26715/stat : 26715 (java) S 26712 26715 25139 0 -1 1077944320 206251 12454 0 0 239747 348 5 2 20 0 17 0 61612727 11037339648 298670 18446744073709551615 4194304 4196468 140732211375600 140732211358144 140630371122935 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 17100800 140732211382235 140732211385009 140732211385009 140732211388367 0
/proc/26715/statm: 2694663 298670 3485 1 0 2683277 0
[pid=26715/tid=26765] ppid=26712 vsize=10778652 CPUtime=2327.54 cores=0,2,4,6
/proc/26715/task/26765/stat : 26765 (java) S 26712 26715 25139 0 -1 1077944384 86587 12454 0 0 232694 53 5 2 20 0 17 0 61612749 11037339648 298670 18446744073709551615 4194304 4196468 140732211375600 140630375360480 140630371133141 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 3 0 0 6293624 6294260 17100800 140732211382235 140732211385009 140732211385009 140732211388367 0
[pid=26715/tid=26766] ppid=26712 vsize=10778652 CPUtime=12.75 cores=0,2,4,6
/proc/26715/task/26766/stat : 26766 (java) S 26712 26715 25139 0 -1 1077944384 17363 12454 0 0 1217 51 5 2 20 0 17 0 61612750 11037339648 298670 18446744073709551615 4194304 4196468 140732211375600 140630317472528 140630371133141 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17100800 140732211382235 140732211385009 140732211385009 140732211388367 0
[pid=26715/tid=26767] ppid=26712 vsize=10778652 CPUtime=12.79 cores=0,2,4,6
/proc/26715/task/26767/stat : 26767 (java) S 26712 26715 25139 0 -1 1077944384 9836 12454 0 0 1218 54 5 2 20 0 17 0 61612750 11037339648 298670 18446744073709551615 4194304 4196468 140732211375600 140629980797840 140630371133141 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17100800 140732211382235 140732211385009 140732211385009 140732211388367 0
[pid=26715/tid=26768] ppid=26712 vsize=10778652 CPUtime=12.75 cores=0,2,4,6
/proc/26715/task/26768/stat : 26768 (java) S 26712 26715 25139 0 -1 1077944384 12086 12454 0 0 1213 55 5 2 20 0 17 0 61612750 11037339648 298670 18446744073709551615 4194304 4196468 140732211375600 140629979745296 140630371133141 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17100800 140732211382235 140732211385009 140732211385009 140732211388367 0
[pid=26715/tid=26769] ppid=26712 vsize=10778652 CPUtime=12.78 cores=0,2,4,6
/proc/26715/task/26769/stat : 26769 (java) S 26712 26715 25139 0 -1 1077944384 14726 12454 0 0 1217 54 5 2 20 0 17 0 61612750 11037339648 298670 18446744073709551615 4194304 4196468 140732211375600 140629978692752 140630371133141 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17100800 140732211382235 140732211385009 140732211385009 140732211388367 0
[pid=26715/tid=26770] ppid=26712 vsize=10778652 CPUtime=10.34 cores=0,2,4,6
/proc/26715/task/26770/stat : 26770 (java) R 26712 26715 25139 0 -1 4202560 24060 12454 0 0 972 55 5 2 20 0 17 0 61612751 11037339648 298670 18446744073709551615 4194304 4196468 140732211375600 140629934596528 140630355477711 0 0 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17100800 140732211382235 140732211385009 140732211385009 140732211388367 0
[pid=26715/tid=26771] ppid=26712 vsize=10778652 CPUtime=0.07 cores=0,2,4,6
/proc/26715/task/26771/stat : 26771 (java) S 26712 26715 25139 0 -1 1077944384 61 12454 0 0 0 0 5 2 20 0 17 0 61612752 11037339648 298670 18446744073709551615 4194304 4196468 140732211375600 140629933544048 140630371133141 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17100800 140732211382235 140732211385009 140732211385009 140732211388367 0
[pid=26715/tid=26772] ppid=26712 vsize=10778652 CPUtime=0.07 cores=0,2,4,6
/proc/26715/task/26772/stat : 26772 (java) S 26712 26715 25139 0 -1 1077944384 50 12454 0 0 0 0 5 2 20 0 17 0 61612752 11037339648 298670 18446744073709551615 4194304 4196468 140732211375600 140629932491776 140630371133141 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17100800 140732211382235 140732211385009 140732211385009 140732211388367 0
[pid=26715/tid=26773] ppid=26712 vsize=10778652 CPUtime=0.07 cores=0,2,4,6
/proc/26715/task/26773/stat : 26773 (java) S 26712 26715 25139 0 -1 1077944384 106 12454 0 0 0 0 5 2 20 0 17 0 61612755 11037339648 298670 18446744073709551615 4194304 4196468 140732211375600 140629931440336 140630371141531 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17100800 140732211382235 140732211385009 140732211385009 140732211388367 0
[pid=26715/tid=26774] ppid=26712 vsize=10778652 CPUtime=4.47 cores=0,2,4,6
/proc/26715/task/26774/stat : 26774 (java) S 26712 26715 25139 0 -1 1077944384 13239 12454 0 0 438 2 5 2 20 0 17 0 61612755 11037339648 298670 18446744073709551615 4194304 4196468 140732211375600 140629930380688 140630371133141 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17100800 140732211382235 140732211385009 140732211385009 140732211388367 0
[pid=26715/tid=26775] ppid=26712 vsize=10778652 CPUtime=4.43 cores=0,2,4,6
/proc/26715/task/26775/stat : 26775 (java) S 26712 26715 25139 0 -1 1077944384 9669 12454 0 0 434 2 5 2 20 0 17 0 61612755 11037339648 298670 18446744073709551615 4194304 4196468 140732211375600 140629929335408 140630371134082 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 10 0 0 6293624 6294260 17100800 140732211382235 140732211385009 140732211385009 140732211388367 0
[pid=26715/tid=26776] ppid=26712 vsize=10778652 CPUtime=2.2 cores=0,2,4,6
/proc/26715/task/26776/stat : 26776 (java) S 26712 26715 25139 0 -1 1077944384 15102 12454 0 0 209 4 5 2 20 0 17 0 61612755 11037339648 298670 18446744073709551615 4194304 4196468 140732211375600 140629928282864 140630371134082 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17100800 140732211382235 140732211385009 140732211385009 140732211388367 0
[pid=26715/tid=26777] ppid=26712 vsize=10778652 CPUtime=0.07 cores=0,2,4,6
/proc/26715/task/26777/stat : 26777 (java) S 26712 26715 25139 0 -1 1077944384 3 12454 0 0 0 0 5 2 20 0 17 0 61612755 11037339648 298670 18446744073709551615 4194304 4196468 140732211375600 140629927230560 140630371133141 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17100800 140732211382235 140732211385009 140732211385009 140732211388367 0
[pid=26715/tid=26778] ppid=26712 vsize=10778652 CPUtime=1.49 cores=0,2,4,6
/proc/26715/task/26778/stat : 26778 (java) S 26712 26715 25139 0 -1 1077944384 1112 12454 0 0 67 75 5 2 20 0 17 0 61612759 11037339648 298670 18446744073709551615 4194304 4196468 140732211375600 140629926177072 140630371134082 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 11 0 0 6293624 6294260 17100800 140732211382235 140732211385009 140732211385009 140732211388367 0
Current children cumulated CPU time (s) 2401.02
Current children cumulated vsize (KiB) 10778652

Child status: 143
Real time (s): 2352.87
CPU time (s): 2401.22
CPU user time (s): 2397.69
CPU system time (s): 3.52759
CPU usage (%): 102.055
Max. virtual memory (cumulated for all children) (KiB): 10778652

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2397.69
system time used= 3.52759
maximum resident set size= 1276168
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 218826
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2688
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 271717
involuntary context switches= 6938

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.6358 second user time and 14.2878 second system time

The end

Launcher Data

Begin job on node134 at 2017-08-07 23:10:28
IDJOB=4247258
IDBENCH=140599
IDSOLVER=2630
FILE ID=node134/4247258-1502141066
RUNJOBID= node134-1502077974-12598
PBS_JOBID= 
Free space on /tmp= 62004 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/SchurrLemma/SchurrLemma-nor-s1/SchurrLemma-nor-067-4.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4247258-1502141066/watcher-4247258-1502141066 -o /tmp/evaluation-result-4247258-1502141066/solver-4247258-1502141066 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node134-1502077974-12598 --watchdog 2560  bin/concrete HOME/instance-4247258-1502141066.xml

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

MD5SUM BENCH= 22c6c6446a04b334dd8f238e60106d6c
RANDOM SEED=2022501797

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:        27736444 kB
MemAvailable:   28433760 kB
Buffers:          231300 kB
Cached:           755336 kB
SwapCached:            0 kB
Active:          4121796 kB
Inactive:         476660 kB
Active(anon):    3614284 kB
Inactive(anon):    23032 kB
Active(file):     507512 kB
Inactive(file):   453628 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7580 kB
Writeback:             0 kB
AnonPages:       3612044 kB
Mapped:            56448 kB
Shmem:             25276 kB
Slab:             130764 kB
SReclaimable:     104020 kB
SUnreclaim:        26744 kB
KernelStack:        3600 kB
PageTables:        12620 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4083832 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3364864 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= 61980 MiB
End job on node134 at 2017-08-07 23:49:42