Trace number 4262379

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.55 2495.7

General information on the benchmark

NameLatinSquare/LatinSquare-m1-gs/
qwh-o035-h405.xml
MD5SUM3223705abdf773009dcd28d689e47bd8
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark12.0507
Satisfiable
(Un)Satisfiability was proved
Number of variables1225
Number of constraints2
Number of domains1
Minimum domain size35
Maximum domain size35
Distribution of domain sizes[{"size":35,"count":1225}]
Minimum variable degree1
Maximum variable degree2
Distribution of variable degrees[{"degree":1,"count":405},{"degree":2,"count":820}]
Minimum constraint arity820
Maximum constraint arity1225
Distribution of constraint arities[{"arity":820,"count":1},{"arity":1225,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"allDifferent","count":1},{"type":"instantiation","count":1}]
Optimization problemNO
Type of objective

Solver Data

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

pid=24298
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.34 2.22 2.35 4/198 24301
/proc/meminfo: memFree=30557108/32770624 swapFree=0/455844
[pid=24301] ppid=24298 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/24301/stat : 24301 (runsolver) D 24298 24301 4896 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 147569743 24240128 106 18446744073709551615 4194304 4338465 140726759274208 140726759271848 139622047503063 0 0 1 24578 18446744071580418449 0 0 17 0 0 0 0 0 0 6438912 6441760 35713024 140726759280849 140726759281225 140726759281225 140726759284682 0
/proc/24301/statm: 5918 106 53 36 0 2156 0

[startup+0.100279 s]
/proc/loadavg: 1.34 2.22 2.35 4/198 24301
/proc/meminfo: memFree=30557108/32770624 swapFree=0/455844
[pid=24301] ppid=24298 vsize=9636 CPUtime=0.01 cores=0,2,4,6
/proc/24301/stat : 24301 (bash) S 24298 24301 4896 0 -1 4202496 896 6479 0 0 0 0 0 1 20 0 1 0 147569743 9867264 371 18446744073709551615 4194304 5098028 140724439466592 140724439460600 140515854519296 0 0 5 65536 18446744071580971376 0 0 17 2 0 0 7 0 0 7196144 7232144 20766720 140724439470612 140724439470697 140724439470697 140724439474154 0
/proc/24301/statm: 2409 371 291 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.200294 s]
/proc/loadavg: 1.34 2.22 2.35 4/198 24301
/proc/meminfo: memFree=30557108/32770624 swapFree=0/455844
[pid=24301] ppid=24298 vsize=31092 CPUtime=0.07 cores=0,2,4,6
/proc/24301/stat : 24301 (java) S 24298 24301 4896 0 -1 1077944320 2155 12357 0 0 0 0 5 2 20 0 2 0 147569743 31838208 1121 18446744073709551615 4194304 4196468 140728845862624 140728845845168 139946321977079 0 0 1 0 18446744073709551615 0 0 17 4 0 0 7 0 0 6293624 6294260 22335488 140728845866960 140728845869745 140728845869745 140728845873103 0
/proc/24301/statm: 7773 1121 829 1 0 417 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 31092

[startup+0.300352 s]
/proc/loadavg: 1.34 2.22 2.35 4/198 24301
/proc/meminfo: memFree=30557108/32770624 swapFree=0/455844
[pid=24301] ppid=24298 vsize=13973936 CPUtime=0.14 cores=0,2,4,6
/proc/24301/stat : 24301 (java) S 24298 24301 4896 0 -1 1077944320 5780 12357 0 0 6 1 5 2 20 0 15 0 147569743 14309310464 5957 18446744073709551615 4194304 4196468 140728845862624 140728845845168 139946321977079 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 7 0 0 6293624 6294260 22335488 140728845866960 140728845869745 140728845869745 140728845873103 0
/proc/24301/statm: 3493484 5957 2694 1 0 3482965 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 13973936

[startup+0.700167 s]
/proc/loadavg: 1.34 2.22 2.35 4/198 24301
/proc/meminfo: memFree=30557108/32770624 swapFree=0/455844
[pid=24301] ppid=24298 vsize=13974784 CPUtime=0.7 cores=0,2,4,6
/proc/24301/stat : 24301 (java) S 24298 24301 4896 0 -1 1077944320 14011 12357 0 0 59 4 5 2 20 0 15 0 147569743 14310178816 14941 18446744073709551615 4194304 4196468 140728845862624 140728845845168 139946321977079 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 7 0 0 6293624 6294260 22335488 140728845866960 140728845869745 140728845869745 140728845873103 0
/proc/24301/statm: 3493696 14941 3119 1 0 3482965 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 13974784

[startup+1.50145 s]
/proc/loadavg: 1.34 2.22 2.35 4/213 24364
/proc/meminfo: memFree=30461984/32770624 swapFree=0/456184
[pid=24301] ppid=24298 vsize=13985408 CPUtime=1.91 cores=0,2,4,6
/proc/24301/stat : 24301 (java) S 24298 24301 4896 0 -1 1077944320 29318 12357 0 0 175 9 5 2 20 0 15 0 147569743 14321057792 42735 18446744073709551615 4194304 4196468 140728845862624 140728845845168 139946321977079 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 7 0 0 6293624 6294260 22335488 140728845866960 140728845869745 140728845869745 140728845873103 0
/proc/24301/statm: 3496352 42735 3364 1 0 3485525 0
[pid=24301/tid=24351] ppid=24298 vsize=13985408 CPUtime=1.29 cores=0,2,4,6
/proc/24301/task/24351/stat : 24351 (java) S 24298 24301 4896 0 -1 1077944384 22231 12357 0 0 116 6 5 2 20 0 15 0 147569763 14321057792 42735 18446744073709551615 4194304 4196468 140728845862624 139946326193856 139946321987285 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 3 0 0 6293624 6294260 22335488 140728845866960 140728845869745 140728845869745 140728845873103 0
[pid=24301/tid=24352] ppid=24298 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/24301/task/24352/stat : 24352 (java) S 24298 24301 4896 0 -1 1077944384 45 12357 0 0 0 0 5 2 20 0 15 0 147569764 14321057792 42735 18446744073709551615 4194304 4196468 140728845862624 139946278943248 139946321987285 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22335488 140728845866960 140728845869745 140728845869745 140728845873103 0
[pid=24301/tid=24353] ppid=24298 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/24301/task/24353/stat : 24353 (java) S 24298 24301 4896 0 -1 1077944384 197 12357 0 0 1 0 5 2 20 0 15 0 147569764 14321057792 42735 18446744073709551615 4194304 4196468 140728845862624 139946277890704 139946321987285 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22335488 140728845866960 140728845869745 140728845869745 140728845873103 0
[pid=24301/tid=24354] ppid=24298 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/24301/task/24354/stat : 24354 (java) S 24298 24301 4896 0 -1 1077944384 60 12357 0 0 1 0 5 2 20 0 15 0 147569764 14321057792 42735 18446744073709551615 4194304 4196468 140728845862624 139946276837648 139946321987285 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22335488 140728845866960 140728845869745 140728845869745 140728845873103 0
[pid=24301/tid=24355] ppid=24298 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/24301/task/24355/stat : 24355 (java) S 24298 24301 4896 0 -1 1077944384 64 12357 0 0 1 0 5 2 20 0 15 0 147569764 14321057792 42735 18446744073709551615 4194304 4196468 140728845862624 139945918523792 139946321987285 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22335488 140728845866960 140728845869745 140728845869745 140728845873103 0
[pid=24301/tid=24356] ppid=24298 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/24301/task/24356/stat : 24356 (java) R 24298 24301 4896 0 -1 4202560 1525 12357 0 0 1 0 5 2 20 0 15 0 147569765 14321057792 42740 18446744073709551615 4194304 4196468 140728845862624 139945799816480 139946314266528 0 0 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22335488 140728845866960 140728845869745 140728845869745 140728845873103 0
[pid=24301/tid=24357] ppid=24298 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/24301/task/24357/stat : 24357 (java) S 24298 24301 4896 0 -1 1077944384 33 12357 0 0 0 0 5 2 20 0 15 0 147569765 14321057792 42740 18446744073709551615 4194304 4196468 140728845862624 139945798764192 139946321987285 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22335488 140728845866960 140728845869745 140728845869745 140728845873103 0
[pid=24301/tid=24358] ppid=24298 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/24301/task/24358/stat : 24358 (java) S 24298 24301 4896 0 -1 1077944384 21 12357 0 0 0 0 5 2 20 0 15 0 147569766 14321057792 42740 18446744073709551615 4194304 4196468 140728845862624 139945797711088 139946321987285 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22335488 140728845866960 140728845869745 140728845869745 140728845873103 0
[pid=24301/tid=24359] ppid=24298 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/24301/task/24359/stat : 24359 (java) S 24298 24301 4896 0 -1 1077944384 3 12357 0 0 0 0 5 2 20 0 15 0 147569768 14321057792 42740 18446744073709551615 4194304 4196468 140728845862624 139945796659664 139946321995675 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22335488 140728845866960 140728845869745 140728845869745 140728845873103 0
[pid=24301/tid=24360] ppid=24298 vsize=13985408 CPUtime=0.21 cores=0,2,4,6
/proc/24301/task/24360/stat : 24360 (java) S 24298 24301 4896 0 -1 1077944384 936 12357 0 0 14 0 5 2 20 0 15 0 147569768 14321057792 42740 18446744073709551615 4194304 4196468 140728845862624 139945795606768 139946321988226 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22335488 140728845866960 140728845869745 140728845869745 140728845873103 0
[pid=24301/tid=24361] ppid=24298 vsize=13985408 CPUtime=0.22 cores=0,2,4,6
/proc/24301/task/24361/stat : 24361 (java) S 24298 24301 4896 0 -1 1077944384 676 12357 0 0 15 0 5 2 20 0 15 0 147569768 14321057792 42740 18446744073709551615 4194304 4196468 140728845862624 139945794554224 139946321988226 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22335488 140728845866960 140728845869745 140728845869745 140728845873103 0
[pid=24301/tid=24362] ppid=24298 vsize=13985408 CPUtime=0.29 cores=0,2,4,6
/proc/24301/task/24362/stat : 24362 (java) S 24298 24301 4896 0 -1 1077944384 1410 12357 0 0 22 0 5 2 20 0 15 0 147569768 14321057792 42740 18446744073709551615 4194304 4196468 140728845862624 139945793501168 139946321988226 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22335488 140728845866960 140728845869745 140728845869745 140728845873103 0
[pid=24301/tid=24363] ppid=24298 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/24301/task/24363/stat : 24363 (java) S 24298 24301 4896 0 -1 1077944384 3 12357 0 0 0 0 5 2 20 0 15 0 147569768 14321057792 42740 18446744073709551615 4194304 4196468 140728845862624 139945792448864 139946321987285 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22335488 140728845866960 140728845869745 140728845869745 140728845873103 0
[pid=24301/tid=24364] ppid=24298 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/24301/task/24364/stat : 24364 (java) S 24298 24301 4896 0 -1 1077944384 10 12357 0 0 0 0 5 2 20 0 15 0 147569772 14321057792 42740 18446744073709551615 4194304 4196468 140728845862624 139945791396912 139946321988226 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22335488 140728845866960 140728845869745 140728845869745 140728845873103 0
Current children cumulated CPU time (s) 1.91
Current children cumulated vsize (KiB) 13985408

[startup+3.10058 s]
/proc/loadavg: 1.34 2.22 2.35 4/213 24364
/proc/meminfo: memFree=30376068/32770624 swapFree=0/456180
[pid=24301] ppid=24298 vsize=13995836 CPUtime=4.09 cores=0,2,4,6
/proc/24301/stat : 24301 (java) S 24298 24301 4896 0 -1 1077944320 36683 12357 0 0 388 14 5 2 20 0 15 0 147569743 14331736064 47206 18446744073709551615 4194304 4196468 140728845862624 140728845845168 139946321977079 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 7 0 0 6293624 6294260 22335488 140728845866960 140728845869745 140728845869745 140728845873103 0
/proc/24301/statm: 3498959 47206 3442 1 0 3487573 0
[pid=24301/tid=24351] ppid=24298 vsize=13995836 CPUtime=2.36 cores=0,2,4,6
/proc/24301/task/24351/stat : 24351 (java) R 24298 24301 4896 0 -1 4202560 26799 12357 0 0 221 8 5 2 20 0 15 0 147569763 14331736064 47206 18446744073709551615 4194304 4196468 140728845862624 139946326208592 139946321989014 0 4 1 16800974 0 0 0 -1 2 0 0 55 0 0 6293624 6294260 22335488 140728845866960 140728845869745 140728845869745 140728845873103 0
[pid=24301/tid=24352] ppid=24298 vsize=13995836 CPUtime=0.07 cores=0,2,4,6
/proc/24301/task/24352/stat : 24352 (java) S 24298 24301 4896 0 -1 1077944384 45 12357 0 0 0 0 5 2 20 0 15 0 147569764 14331736064 47206 18446744073709551615 4194304 4196468 140728845862624 139946278943248 139946321987285 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22335488 140728845866960 140728845869745 140728845869745 140728845873103 0
[pid=24301/tid=24353] ppid=24298 vsize=13995836 CPUtime=0.08 cores=0,2,4,6
/proc/24301/task/24353/stat : 24353 (java) S 24298 24301 4896 0 -1 1077944384 197 12357 0 0 1 0 5 2 20 0 15 0 147569764 14331736064 47206 18446744073709551615 4194304 4196468 140728845862624 139946277890704 139946321987285 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22335488 140728845866960 140728845869745 140728845869745 140728845873103 0
[pid=24301/tid=24354] ppid=24298 vsize=13995836 CPUtime=0.08 cores=0,2,4,6
/proc/24301/task/24354/stat : 24354 (java) S 24298 24301 4896 0 -1 1077944384 60 12357 0 0 1 0 5 2 20 0 15 0 147569764 14331736064 47206 18446744073709551615 4194304 4196468 140728845862624 139946276837648 139946321987285 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22335488 140728845866960 140728845869745 140728845869745 140728845873103 0
[pid=24301/tid=24355] ppid=24298 vsize=13995836 CPUtime=0.08 cores=0,2,4,6
/proc/24301/task/24355/stat : 24355 (java) S 24298 24301 4896 0 -1 1077944384 64 12357 0 0 1 0 5 2 20 0 15 0 147569764 14331736064 47206 18446744073709551615 4194304 4196468 140728845862624 139945918523792 139946321987285 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22335488 140728845866960 140728845869745 140728845869745 140728845873103 0
[pid=24301/tid=24356] ppid=24298 vsize=13995836 CPUtime=0.08 cores=0,2,4,6
/proc/24301/task/24356/stat : 24356 (java) S 24298 24301 4896 0 -1 1077944384 1661 12357 0 0 1 0 5 2 20 0 15 0 147569765 14331736064 47206 18446744073709551615 4194304 4196468 140728845862624 139945799817968 139946321988226 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22335488 140728845866960 140728845869745 140728845869745 140728845873103 0
[pid=24301/tid=24357] ppid=24298 vsize=13995836 CPUtime=0.07 cores=0,2,4,6
/proc/24301/task/24357/stat : 24357 (java) S 24298 24301 4896 0 -1 1077944384 55 12357 0 0 0 0 5 2 20 0 15 0 147569765 14331736064 47206 18446744073709551615 4194304 4196468 140728845862624 139945798764192 139946321987285 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22335488 140728845866960 140728845869745 140728845869745 140728845873103 0
[pid=24301/tid=24358] ppid=24298 vsize=13995836 CPUtime=0.07 cores=0,2,4,6
/proc/24301/task/24358/stat : 24358 (java) S 24298 24301 4896 0 -1 1077944384 43 12357 0 0 0 0 5 2 20 0 15 0 147569766 14331736064 47206 18446744073709551615 4194304 4196468 140728845862624 139945797711088 139946321987285 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22335488 140728845866960 140728845869745 140728845869745 140728845873103 0
[pid=24301/tid=24359] ppid=24298 vsize=13995836 CPUtime=0.07 cores=0,2,4,6
/proc/24301/task/24359/stat : 24359 (java) S 24298 24301 4896 0 -1 1077944384 3 12357 0 0 0 0 5 2 20 0 15 0 147569768 14331736064 47206 18446744073709551615 4194304 4196468 140728845862624 139945796659664 139946321995675 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22335488 140728845866960 140728845869745 140728845869745 140728845873103 0
[pid=24301/tid=24360] ppid=24298 vsize=13995836 CPUtime=0.44 cores=0,2,4,6
/proc/24301/task/24360/stat : 24360 (java) R 24298 24301 4896 0 -1 4202560 1171 12357 0 0 37 0 5 2 20 0 15 0 147569768 14331736064 47206 18446744073709551615 4194304 4196468 140728845862624 139945795606768 139946321989014 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22335488 140728845866960 140728845869745 140728845869745 140728845873103 0
[pid=24301/tid=24361] ppid=24298 vsize=13995836 CPUtime=0.5 cores=0,2,4,6
/proc/24301/task/24361/stat : 24361 (java) R 24298 24301 4896 0 -1 4202560 1310 12357 0 0 43 0 5 2 20 0 15 0 147569768 14331736064 47206 18446744073709551615 4194304 4196468 140728845862624 139945794543696 139946301297378 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22335488 140728845866960 140728845869745 140728845869745 140728845873103 0
[pid=24301/tid=24362] ppid=24298 vsize=13995836 CPUtime=0.87 cores=0,2,4,6
/proc/24301/task/24362/stat : 24362 (java) R 24298 24301 4896 0 -1 1077944384 3105 12357 0 0 79 1 5 2 20 0 15 0 147569768 14331736064 47206 18446744073709551615 4194304 4196468 140728845862624 139945793501168 139946321988226 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22335488 140728845866960 140728845869745 140728845869745 140728845873103 0
[pid=24301/tid=24363] ppid=24298 vsize=13995836 CPUtime=0.07 cores=0,2,4,6
/proc/24301/task/24363/stat : 24363 (java) S 24298 24301 4896 0 -1 1077944384 3 12357 0 0 0 0 5 2 20 0 15 0 147569768 14331736064 47206 18446744073709551615 4194304 4196468 140728845862624 139945792448864 139946321987285 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22335488 140728845866960 140728845869745 140728845869745 140728845873103 0
[pid=24301/tid=24364] ppid=24298 vsize=13995836 CPUtime=0.07 cores=0,2,4,6
/proc/24301/task/24364/stat : 24364 (java) S 24298 24301 4896 0 -1 1077944384 12 12357 0 0 0 0 5 2 20 0 15 0 147569772 14331736064 47206 18446744073709551615 4194304 4196468 140728845862624 139945791396912 139946321988226 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22335488 140728845866960 140728845869745 140728845869745 140728845873103 0
Current children cumulated CPU time (s) 4.09
Current children cumulated vsize (KiB) 13995836

[startup+6.3007 s]
/proc/loadavg: 1.47 2.23 2.35 6/213 24364
/proc/meminfo: memFree=30218488/32770624 swapFree=0/456168
[pid=24301] ppid=24298 vsize=14001980 CPUtime=13.1 cores=0,2,4,6
/proc/24301/stat : 24301 (java) S 24298 24301 4896 0 -1 1077944320 71423 12357 0 0 1282 21 5 2 20 0 15 0 147569743 14338027520 94310 18446744073709551615 4194304 4196468 140728845862624 140728845845168 139946321977079 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 7 0 0 6293624 6294260 22335488 140728845866960 140728845869745 140728845869745 140728845873103 0
/proc/24301/statm: 3500495 94310 3470 1 0 3489109 0
[pid=24301/tid=24351] ppid=24298 vsize=14001980 CPUtime=5.47 cores=0,2,4,6
/proc/24301/task/24351/stat : 24351 (java) R 24298 24301 4896 0 -1 4202560 38579 12357 0 0 530 10 5 2 20 0 15 0 147569763 14338027520 94310 18446744073709551615 4194304 4196468 140728845862624 139946326208856 139945972935470 0 4 1 16800974 0 0 0 -1 2 0 0 55 0 0 6293624 6294260 22335488 140728845866960 140728845869745 140728845869745 140728845873103 0
[pid=24301/tid=24352] ppid=24298 vsize=14001980 CPUtime=0.11 cores=0,2,4,6
/proc/24301/task/24352/stat : 24352 (java) S 24298 24301 4896 0 -1 1077944384 691 12357 0 0 3 1 5 2 20 0 15 0 147569764 14338027520 94310 18446744073709551615 4194304 4196468 140728845862624 139946278943248 139946321987285 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22335488 140728845866960 140728845869745 140728845869745 140728845873103 0
[pid=24301/tid=24353] ppid=24298 vsize=14001980 CPUtime=0.11 cores=0,2,4,6
/proc/24301/task/24353/stat : 24353 (java) S 24298 24301 4896 0 -1 1077944384 325 12357 0 0 4 0 5 2 20 0 15 0 147569764 14338027520 94310 18446744073709551615 4194304 4196468 140728845862624 139946277890704 139946321987285 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22335488 140728845866960 140728845869745 140728845869745 140728845873103 0
[pid=24301/tid=24354] ppid=24298 vsize=14001980 CPUtime=0.1 cores=0,2,4,6
/proc/24301/task/24354/stat : 24354 (java) S 24298 24301 4896 0 -1 1077944384 106 12357 0 0 3 0 5 2 20 0 15 0 147569764 14338027520 94310 18446744073709551615 4194304 4196468 140728845862624 139946276837648 139946321987285 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22335488 140728845866960 140728845869745 140728845869745 140728845873103 0
[pid=24301/tid=24355] ppid=24298 vsize=14001980 CPUtime=0.11 cores=0,2,4,6
/proc/24301/task/24355/stat : 24355 (java) S 24298 24301 4896 0 -1 1077944384 92 12357 0 0 4 0 5 2 20 0 15 0 147569764 14338027520 94310 18446744073709551615 4194304 4196468 140728845862624 139945918523792 139946321987285 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22335488 140728845866960 140728845869745 140728845869745 140728845873103 0
[pid=24301/tid=24356] ppid=24298 vsize=14001980 CPUtime=0.11 cores=0,2,4,6
/proc/24301/task/24356/stat : 24356 (java) S 24298 24301 4896 0 -1 1077944384 2284 12357 0 0 4 0 5 2 20 0 15 0 147569765 14338027520 94310 18446744073709551615 4194304 4196468 140728845862624 139945799817968 139946321988226 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22335488 140728845866960 140728845869745 140728845869745 140728845873103 0
[pid=24301/tid=24357] ppid=24298 vsize=14001980 CPUtime=0.07 cores=0,2,4,6
/proc/24301/task/24357/stat : 24357 (java) S 24298 24301 4896 0 -1 1077944384 55 12357 0 0 0 0 5 2 20 0 15 0 147569765 14338027520 94310 18446744073709551615 4194304 4196468 140728845862624 139945798764256 139946321987285 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22335488 140728845866960 140728845869745 140728845869745 140728845873103 0
[pid=24301/tid=24358] ppid=24298 vsize=14001980 CPUtime=0.07 cores=0,2,4,6
/proc/24301/task/24358/stat : 24358 (java) S 24298 24301 4896 0 -1 1077944384 43 12357 0 0 0 0 5 2 20 0 15 0 147569766 14338027520 94310 18446744073709551615 4194304 4196468 140728845862624 139945797711104 139946321987285 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22335488 140728845866960 140728845869745 140728845869745 140728845873103 0
[pid=24301/tid=24359] ppid=24298 vsize=14001980 CPUtime=0.07 cores=0,2,4,6
/proc/24301/task/24359/stat : 24359 (java) S 24298 24301 4896 0 -1 1077944384 3 12357 0 0 0 0 5 2 20 0 15 0 147569768 14338027520 94310 18446744073709551615 4194304 4196468 140728845862624 139945796659664 139946321995675 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22335488 140728845866960 140728845869745 140728845869745 140728845873103 0
[pid=24301/tid=24360] ppid=24298 vsize=14001980 CPUtime=2.96 cores=0,2,4,6
/proc/24301/task/24360/stat : 24360 (java) S 24298 24301 4896 0 -1 1077944384 9291 12357 0 0 288 1 5 2 20 0 15 0 147569768 14338027520 94310 18446744073709551615 4194304 4196468 140728845862624 139945795606768 139946321988226 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22335488 140728845866960 140728845869745 140728845869745 140728845873103 0
[pid=24301/tid=24361] ppid=24298 vsize=14001980 CPUtime=2.87 cores=0,2,4,6
/proc/24301/task/24361/stat : 24361 (java) S 24298 24301 4896 0 -1 1077944384 9060 12357 0 0 279 1 5 2 20 0 15 0 147569768 14338027520 94310 18446744073709551615 4194304 4196468 140728845862624 139945794554224 139946321988226 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22335488 140728845866960 140728845869745 140728845869745 140728845873103 0
[pid=24301/tid=24362] ppid=24298 vsize=14001980 CPUtime=1.72 cores=0,2,4,6
/proc/24301/task/24362/stat : 24362 (java) S 24298 24301 4896 0 -1 1077944384 8669 12357 0 0 162 3 5 2 20 0 15 0 147569768 14338027520 94310 18446744073709551615 4194304 4196468 140728845862624 139945793501168 139946321988226 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22335488 140728845866960 140728845869745 140728845869745 140728845873103 0
[pid=24301/tid=24363] ppid=24298 vsize=14001980 CPUtime=0.07 cores=0,2,4,6
/proc/24301/task/24363/stat : 24363 (java) S 24298 24301 4896 0 -1 1077944384 3 12357 0 0 0 0 5 2 20 0 15 0 147569768 14338027520 94310 18446744073709551615 4194304 4196468 140728845862624 139945792448864 139946321987285 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22335488 140728845866960 140728845869745 140728845869745 140728845873103 0
[pid=24301/tid=24364] ppid=24298 vsize=14001980 CPUtime=0.07 cores=0,2,4,6
/proc/24301/task/24364/stat : 24364 (java) S 24298 24301 4896 0 -1 1077944384 67 12357 0 0 0 0 5 2 20 0 15 0 147569772 14338027520 94310 18446744073709551615 4194304 4196468 140728845862624 139945791396912 139946321988226 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22335488 140728845866960 140728845869745 140728845869745 140728845873103 0
Current children cumulated CPU time (s) 13.1
Current children cumulated vsize (KiB) 14001980

[startup+12.7006 s]
/proc/loadavg: 1.52 2.23 2.35 3/213 24364
/proc/meminfo: memFree=30048708/32770624 swapFree=0/456164
[pid=24301] ppid=24298 vsize=14001980 CPUtime=19.62 cores=0,2,4,6
/proc/24301/stat : 24301 (java) S 24298 24301 4896 0 -1 1077944320 76880 12357 0 0 1931 24 5 2 20 0 15 0 147569743 14338027520 130818 18446744073709551615 4194304 4196468 140728845862624 140728845845168 139946321977079 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 7 0 0 6293624 6294260 22335488 140728845866960 140728845869745 140728845869745 140728845873103 0
/proc/24301/statm: 3500495 130818 3470 1 0 3489109 0
[pid=24301/tid=24351] ppid=24298 vsize=14001980 CPUtime=11.85 cores=0,2,4,6
/proc/24301/task/24351/stat : 24351 (java) R 24298 24301 4896 0 -1 4202560 39601 12357 0 0 1166 12 5 2 20 0 15 0 147569763 14338027520 130818 18446744073709551615 4194304 4196468 140728845862624 139946326211248 139945972892587 0 4 1 16800974 0 0 0 -1 0 0 0 55 0 0 6293624 6294260 22335488 140728845866960 140728845869745 140728845869745 140728845873103 0
[pid=24301/tid=24352] ppid=24298 vsize=14001980 CPUtime=0.12 cores=0,2,4,6
/proc/24301/task/24352/stat : 24352 (java) S 24298 24301 4896 0 -1 1077944384 732 12357 0 0 4 1 5 2 20 0 15 0 147569764 14338027520 130818 18446744073709551615 4194304 4196468 140728845862624 139946278943248 139946321987285 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22335488 140728845866960 140728845869745 140728845869745 140728845873103 0
[pid=24301/tid=24353] ppid=24298 vsize=14001980 CPUtime=0.12 cores=0,2,4,6
/proc/24301/task/24353/stat : 24353 (java) S 24298 24301 4896 0 -1 1077944384 333 12357 0 0 4 1 5 2 20 0 15 0 147569764 14338027520 130818 18446744073709551615 4194304 4196468 140728845862624 139946277890704 139946321987285 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22335488 140728845866960 140728845869745 140728845869745 140728845873103 0
[pid=24301/tid=24354] ppid=24298 vsize=14001980 CPUtime=0.11 cores=0,2,4,6
/proc/24301/task/24354/stat : 24354 (java) S 24298 24301 4896 0 -1 1077944384 537 12357 0 0 4 0 5 2 20 0 15 0 147569764 14338027520 130818 18446744073709551615 4194304 4196468 140728845862624 139946276837648 139946321987285 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22335488 140728845866960 140728845869745 140728845869745 140728845873103 0
[pid=24301/tid=24355] ppid=24298 vsize=14001980 CPUtime=0.11 cores=0,2,4,6
/proc/24301/task/24355/stat : 24355 (java) S 24298 24301 4896 0 -1 1077944384 272 12357 0 0 4 0 5 2 20 0 15 0 147569764 14338027520 130818 18446744073709551615 4194304 4196468 140728845862624 139945918523792 139946321987285 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22335488 140728845866960 140728845869745 140728845869745 140728845873103 0
[pid=24301/tid=24356] ppid=24298 vsize=14001980 CPUtime=0.11 cores=0,2,4,6
/proc/24301/task/24356/stat : 24356 (java) S 24298 24301 4896 0 -1 1077944384 2586 12357 0 0 4 0 5 2 20 0 15 0 147569765 14338027520 130818 18446744073709551615 4194304 4196468 140728845862624 139945799817968 139946321988226 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22335488 140728845866960 140728845869745 140728845869745 140728845873103 0
[pid=24301/tid=24357] ppid=24298 vsize=14001980 CPUtime=0.07 cores=0,2,4,6
/proc/24301/task/24357/stat : 24357 (java) S 24298 24301 4896 0 -1 1077944384 55 12357 0 0 0 0 5 2 20 0 15 0 147569765 14338027520 130818 18446744073709551615 4194304 4196468 140728845862624 139945798764256 139946321987285 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22335488 140728845866960 140728845869745 140728845869745 140728845873103 0
[pid=24301/tid=24358] ppid=24298 vsize=14001980 CPUtime=0.07 cores=0,2,4,6
/proc/24301/task/24358/stat : 24358 (java) S 24298 24301 4896 0 -1 1077944384 43 12357 0 0 0 0 5 2 20 0 15 0 147569766 14338027520 130818 18446744073709551615 4194304 4196468 140728845862624 139945797711104 139946321987285 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22335488 140728845866960 140728845869745 140728845869745 140728845873103 0
[pid=24301/tid=24359] ppid=24298 vsize=14001980 CPUtime=0.07 cores=0,2,4,6
/proc/24301/task/24359/stat : 24359 (java) S 24298 24301 4896 0 -1 1077944384 3 12357 0 0 0 0 5 2 20 0 15 0 147569768 14338027520 130818 18446744073709551615 4194304 4196468 140728845862624 139945796659664 139946321995675 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22335488 140728845866960 140728845869745 140728845869745 140728845873103 0

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

/proc/24301/statm: 3500495 176602 3470 1 0 3489109 0
[pid=24301/tid=24351] ppid=24298 vsize=14001980 CPUtime=2367.46 cores=0,2,4,6
/proc/24301/task/24351/stat : 24351 (java) R 24298 24301 4896 0 -1 4202560 65961 12357 0 0 236712 27 5 2 20 0 15 0 147569763 14338027520 176602 18446744073709551615 4194304 4196468 140728845862624 139946326211264 139945972294984 0 4 1 16800974 0 0 0 -1 0 0 0 55 0 0 6293624 6294260 22335488 140728845866960 140728845869745 140728845869745 140728845873103 0
[pid=24301/tid=24352] ppid=24298 vsize=14001980 CPUtime=6.05 cores=0,2,4,6
/proc/24301/task/24352/stat : 24352 (java) S 24298 24301 4896 0 -1 1077944384 10783 12357 0 0 564 34 5 2 20 0 15 0 147569764 14338027520 176602 18446744073709551615 4194304 4196468 140728845862624 139946278943248 139946321987285 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22335488 140728845866960 140728845869745 140728845869745 140728845873103 0
[pid=24301/tid=24353] ppid=24298 vsize=14001980 CPUtime=6.02 cores=0,2,4,6
/proc/24301/task/24353/stat : 24353 (java) S 24298 24301 4896 0 -1 1077944384 6430 12357 0 0 563 32 5 2 20 0 15 0 147569764 14338027520 176602 18446744073709551615 4194304 4196468 140728845862624 139946277890704 139946321987285 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22335488 140728845866960 140728845869745 140728845869745 140728845873103 0
[pid=24301/tid=24354] ppid=24298 vsize=14001980 CPUtime=6.04 cores=0,2,4,6
/proc/24301/task/24354/stat : 24354 (java) S 24298 24301 4896 0 -1 1077944384 9820 12357 0 0 567 30 5 2 20 0 15 0 147569764 14338027520 176602 18446744073709551615 4194304 4196468 140728845862624 139946276837648 139946321987285 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22335488 140728845866960 140728845869745 140728845869745 140728845873103 0
[pid=24301/tid=24355] ppid=24298 vsize=14001980 CPUtime=6.04 cores=0,2,4,6
/proc/24301/task/24355/stat : 24355 (java) S 24298 24301 4896 0 -1 1077944384 8896 12357 0 0 564 33 5 2 20 0 15 0 147569764 14338027520 176602 18446744073709551615 4194304 4196468 140728845862624 139945918523792 139946321987285 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22335488 140728845866960 140728845869745 140728845869745 140728845873103 0
[pid=24301/tid=24356] ppid=24298 vsize=14001980 CPUtime=5.74 cores=0,2,4,6
/proc/24301/task/24356/stat : 24356 (java) S 24298 24301 4896 0 -1 1077944384 10993 12357 0 0 536 31 5 2 20 0 15 0 147569765 14338027520 176602 18446744073709551615 4194304 4196468 140728845862624 139945799817968 139946321988226 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22335488 140728845866960 140728845869745 140728845869745 140728845873103 0
[pid=24301/tid=24357] ppid=24298 vsize=14001980 CPUtime=0.07 cores=0,2,4,6
/proc/24301/task/24357/stat : 24357 (java) S 24298 24301 4896 0 -1 1077944384 55 12357 0 0 0 0 5 2 20 0 15 0 147569765 14338027520 176602 18446744073709551615 4194304 4196468 140728845862624 139945798764256 139946321987285 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22335488 140728845866960 140728845869745 140728845869745 140728845873103 0
[pid=24301/tid=24358] ppid=24298 vsize=14001980 CPUtime=0.07 cores=0,2,4,6
/proc/24301/task/24358/stat : 24358 (java) S 24298 24301 4896 0 -1 1077944384 43 12357 0 0 0 0 5 2 20 0 15 0 147569766 14338027520 176602 18446744073709551615 4194304 4196468 140728845862624 139945797711104 139946321987285 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22335488 140728845866960 140728845869745 140728845869745 140728845873103 0
[pid=24301/tid=24359] ppid=24298 vsize=14001980 CPUtime=0.07 cores=0,2,4,6
/proc/24301/task/24359/stat : 24359 (java) S 24298 24301 4896 0 -1 1077944384 3 12357 0 0 0 0 5 2 20 0 15 0 147569768 14338027520 176602 18446744073709551615 4194304 4196468 140728845862624 139945796659664 139946321995675 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22335488 140728845866960 140728845869745 140728845869745 140728845873103 0
[pid=24301/tid=24360] ppid=24298 vsize=14001980 CPUtime=3.03 cores=0,2,4,6
/proc/24301/task/24360/stat : 24360 (java) S 24298 24301 4896 0 -1 1077944384 11975 12357 0 0 295 1 5 2 20 0 15 0 147569768 14338027520 176602 18446744073709551615 4194304 4196468 140728845862624 139945795606768 139946321988226 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22335488 140728845866960 140728845869745 140728845869745 140728845873103 0
[pid=24301/tid=24361] ppid=24298 vsize=14001980 CPUtime=2.97 cores=0,2,4,6
/proc/24301/task/24361/stat : 24361 (java) S 24298 24301 4896 0 -1 1077944384 11679 12357 0 0 288 2 5 2 20 0 15 0 147569768 14338027520 176602 18446744073709551615 4194304 4196468 140728845862624 139945794554224 139946321988226 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22335488 140728845866960 140728845869745 140728845869745 140728845873103 0
[pid=24301/tid=24362] ppid=24298 vsize=14001980 CPUtime=1.77 cores=0,2,4,6
/proc/24301/task/24362/stat : 24362 (java) S 24298 24301 4896 0 -1 1077944384 15870 12357 0 0 166 4 5 2 20 0 15 0 147569768 14338027520 176602 18446744073709551615 4194304 4196468 140728845862624 139945793501168 139946321988226 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22335488 140728845866960 140728845869745 140728845869745 140728845873103 0
[pid=24301/tid=24363] ppid=24298 vsize=14001980 CPUtime=0.07 cores=0,2,4,6
/proc/24301/task/24363/stat : 24363 (java) S 24298 24301 4896 0 -1 1077944384 3 12357 0 0 0 0 5 2 20 0 15 0 147569768 14338027520 176602 18446744073709551615 4194304 4196468 140728845862624 139945792448864 139946321987285 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22335488 140728845866960 140728845869745 140728845869745 140728845873103 0
[pid=24301/tid=24364] ppid=24298 vsize=14001980 CPUtime=1.34 cores=0,2,4,6
/proc/24301/task/24364/stat : 24364 (java) S 24298 24301 4896 0 -1 1077944384 994 12357 0 0 66 61 5 2 20 0 15 0 147569772 14338027520 176602 18446744073709551615 4194304 4196468 140728845862624 139945791396912 139946321988226 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22335488 140728845866960 140728845869745 140728845869745 140728845873103 0
Current children cumulated CPU time (s) 2405.96
Current children cumulated vsize (KiB) 14001980

[startup+2442.3 s]
/proc/loadavg: 1.76 1.62 1.51 3/214 24640
/proc/meminfo: memFree=27808168/32770624 swapFree=0/456740
[pid=24301] ppid=24298 vsize=14001980 CPUtime=2466.42 cores=0,2,4,6
/proc/24301/stat : 24301 (java) S 24298 24301 4896 0 -1 1077944320 156506 12357 0 0 246415 220 5 2 20 0 15 0 147569743 14338027520 176602 18446744073709551615 4194304 4196468 140728845862624 140728845845168 139946321977079 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 7 0 0 6293624 6294260 22335488 140728845866960 140728845869745 140728845869745 140728845873103 0
/proc/24301/statm: 3500495 176602 3470 1 0 3489109 0
[pid=24301/tid=24351] ppid=24298 vsize=14001980 CPUtime=2427.11 cores=0,2,4,6
/proc/24301/task/24351/stat : 24351 (java) R 24298 24301 4896 0 -1 4202560 66470 12357 0 0 242676 28 5 2 20 0 15 0 147569763 14338027520 176602 18446744073709551615 4194304 4196468 140728845862624 139946326211456 139945972294432 0 4 1 16800974 0 0 0 -1 0 0 0 55 0 0 6293624 6294260 22335488 140728845866960 140728845869745 140728845869745 140728845873103 0
[pid=24301/tid=24352] ppid=24298 vsize=14001980 CPUtime=6.21 cores=0,2,4,6
/proc/24301/task/24352/stat : 24352 (java) S 24298 24301 4896 0 -1 1077944384 10809 12357 0 0 578 36 5 2 20 0 15 0 147569764 14338027520 176602 18446744073709551615 4194304 4196468 140728845862624 139946278943248 139946321987285 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22335488 140728845866960 140728845869745 140728845869745 140728845873103 0
[pid=24301/tid=24353] ppid=24298 vsize=14001980 CPUtime=6.18 cores=0,2,4,6
/proc/24301/task/24353/stat : 24353 (java) S 24298 24301 4896 0 -1 1077944384 6503 12357 0 0 578 33 5 2 20 0 15 0 147569764 14338027520 176602 18446744073709551615 4194304 4196468 140728845862624 139946277890704 139946321987285 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22335488 140728845866960 140728845869745 140728845869745 140728845873103 0
[pid=24301/tid=24354] ppid=24298 vsize=14001980 CPUtime=6.2 cores=0,2,4,6
/proc/24301/task/24354/stat : 24354 (java) S 24298 24301 4896 0 -1 1077944384 9826 12357 0 0 582 31 5 2 20 0 15 0 147569764 14338027520 176602 18446744073709551615 4194304 4196468 140728845862624 139946276837648 139946321987285 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22335488 140728845866960 140728845869745 140728845869745 140728845873103 0
[pid=24301/tid=24355] ppid=24298 vsize=14001980 CPUtime=6.21 cores=0,2,4,6
/proc/24301/task/24355/stat : 24355 (java) S 24298 24301 4896 0 -1 1077944384 8927 12357 0 0 580 34 5 2 20 0 15 0 147569764 14338027520 176602 18446744073709551615 4194304 4196468 140728845862624 139945918523792 139946321987285 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22335488 140728845866960 140728845869745 140728845869745 140728845873103 0
[pid=24301/tid=24356] ppid=24298 vsize=14001980 CPUtime=5.89 cores=0,2,4,6
/proc/24301/task/24356/stat : 24356 (java) S 24298 24301 4896 0 -1 1077944384 11172 12357 0 0 550 32 5 2 20 0 15 0 147569765 14338027520 176602 18446744073709551615 4194304 4196468 140728845862624 139945799817968 139946321988226 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22335488 140728845866960 140728845869745 140728845869745 140728845873103 0
[pid=24301/tid=24357] ppid=24298 vsize=14001980 CPUtime=0.07 cores=0,2,4,6
/proc/24301/task/24357/stat : 24357 (java) S 24298 24301 4896 0 -1 1077944384 55 12357 0 0 0 0 5 2 20 0 15 0 147569765 14338027520 176602 18446744073709551615 4194304 4196468 140728845862624 139945798764256 139946321987285 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22335488 140728845866960 140728845869745 140728845869745 140728845873103 0
[pid=24301/tid=24358] ppid=24298 vsize=14001980 CPUtime=0.07 cores=0,2,4,6
/proc/24301/task/24358/stat : 24358 (java) S 24298 24301 4896 0 -1 1077944384 43 12357 0 0 0 0 5 2 20 0 15 0 147569766 14338027520 176602 18446744073709551615 4194304 4196468 140728845862624 139945797711104 139946321987285 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22335488 140728845866960 140728845869745 140728845869745 140728845873103 0
[pid=24301/tid=24359] ppid=24298 vsize=14001980 CPUtime=0.07 cores=0,2,4,6
/proc/24301/task/24359/stat : 24359 (java) S 24298 24301 4896 0 -1 1077944384 3 12357 0 0 0 0 5 2 20 0 15 0 147569768 14338027520 176602 18446744073709551615 4194304 4196468 140728845862624 139945796659664 139946321995675 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22335488 140728845866960 140728845869745 140728845869745 140728845873103 0
[pid=24301/tid=24360] ppid=24298 vsize=14001980 CPUtime=3.03 cores=0,2,4,6
/proc/24301/task/24360/stat : 24360 (java) S 24298 24301 4896 0 -1 1077944384 11977 12357 0 0 295 1 5 2 20 0 15 0 147569768 14338027520 176602 18446744073709551615 4194304 4196468 140728845862624 139945795606768 139946321988226 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22335488 140728845866960 140728845869745 140728845869745 140728845873103 0
[pid=24301/tid=24361] ppid=24298 vsize=14001980 CPUtime=2.97 cores=0,2,4,6
/proc/24301/task/24361/stat : 24361 (java) S 24298 24301 4896 0 -1 1077944384 11681 12357 0 0 288 2 5 2 20 0 15 0 147569768 14338027520 176602 18446744073709551615 4194304 4196468 140728845862624 139945794554224 139946321988226 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22335488 140728845866960 140728845869745 140728845869745 140728845873103 0
[pid=24301/tid=24362] ppid=24298 vsize=14001980 CPUtime=1.77 cores=0,2,4,6
/proc/24301/task/24362/stat : 24362 (java) S 24298 24301 4896 0 -1 1077944384 15872 12357 0 0 166 4 5 2 20 0 15 0 147569768 14338027520 176602 18446744073709551615 4194304 4196468 140728845862624 139945793501168 139946321988226 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22335488 140728845866960 140728845869745 140728845869745 140728845873103 0
[pid=24301/tid=24363] ppid=24298 vsize=14001980 CPUtime=0.07 cores=0,2,4,6
/proc/24301/task/24363/stat : 24363 (java) S 24298 24301 4896 0 -1 1077944384 3 12357 0 0 0 0 5 2 20 0 15 0 147569768 14338027520 176602 18446744073709551615 4194304 4196468 140728845862624 139945792448864 139946321987285 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22335488 140728845866960 140728845869745 140728845869745 140728845873103 0
[pid=24301/tid=24364] ppid=24298 vsize=14001980 CPUtime=1.37 cores=0,2,4,6
/proc/24301/task/24364/stat : 24364 (java) S 24298 24301 4896 0 -1 1077944384 1010 12357 0 0 68 62 5 2 20 0 15 0 147569772 14338027520 176602 18446744073709551615 4194304 4196468 140728845862624 139945791396912 139946321988226 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22335488 140728845866960 140728845869745 140728845869745 140728845873103 0
Current children cumulated CPU time (s) 2466.42
Current children cumulated vsize (KiB) 14001980



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2495.5 s]
/proc/loadavg: 1.77 1.64 1.52 3/214 24642
/proc/meminfo: memFree=27505600/32770624 swapFree=0/456748
[pid=24301] ppid=24298 vsize=14001980 CPUtime=2520.04 cores=0,2,4,6
/proc/24301/stat : 24301 (java) S 24298 24301 4896 0 -1 1077944320 157379 12357 0 0 251772 225 5 2 20 0 15 0 147569743 14338027520 177114 18446744073709551615 4194304 4196468 140728845862624 140728845845168 139946321977079 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 7 0 0 6293624 6294260 22335488 140728845866960 140728845869745 140728845869745 140728845873103 0
/proc/24301/statm: 3500495 177114 3470 1 0 3489109 0
[pid=24301/tid=24351] ppid=24298 vsize=14001980 CPUtime=2479.98 cores=0,2,4,6
/proc/24301/task/24351/stat : 24351 (java) R 24298 24301 4896 0 -1 4202560 66819 12357 0 0 247963 28 5 2 20 0 15 0 147569763 14338027520 177114 18446744073709551615 4194304 4196468 140728845862624 139946326211328 139945973167874 0 4 1 16800974 0 0 0 -1 4 0 0 55 0 0 6293624 6294260 22335488 140728845866960 140728845869745 140728845869745 140728845873103 0
[pid=24301/tid=24352] ppid=24298 vsize=14001980 CPUtime=6.35 cores=0,2,4,6
/proc/24301/task/24352/stat : 24352 (java) S 24298 24301 4896 0 -1 1077944384 10916 12357 0 0 592 36 5 2 20 0 15 0 147569764 14338027520 177114 18446744073709551615 4194304 4196468 140728845862624 139946278943248 139946321987285 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22335488 140728845866960 140728845869745 140728845869745 140728845873103 0
[pid=24301/tid=24353] ppid=24298 vsize=14001980 CPUtime=6.33 cores=0,2,4,6
/proc/24301/task/24353/stat : 24353 (java) S 24298 24301 4896 0 -1 1077944384 6536 12357 0 0 592 34 5 2 20 0 15 0 147569764 14338027520 177114 18446744073709551615 4194304 4196468 140728845862624 139946277890704 139946321987285 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22335488 140728845866960 140728845869745 140728845869745 140728845873103 0
[pid=24301/tid=24354] ppid=24298 vsize=14001980 CPUtime=6.35 cores=0,2,4,6
/proc/24301/task/24354/stat : 24354 (java) S 24298 24301 4896 0 -1 1077944384 9993 12357 0 0 596 32 5 2 20 0 15 0 147569764 14338027520 177114 18446744073709551615 4194304 4196468 140728845862624 139946276837648 139946321987285 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22335488 140728845866960 140728845869745 140728845869745 140728845873103 0
[pid=24301/tid=24355] ppid=24298 vsize=14001980 CPUtime=6.35 cores=0,2,4,6
/proc/24301/task/24355/stat : 24355 (java) S 24298 24301 4896 0 -1 1077944384 8934 12357 0 0 593 35 5 2 20 0 15 0 147569764 14338027520 177114 18446744073709551615 4194304 4196468 140728845862624 139945918523792 139946321987285 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22335488 140728845866960 140728845869745 140728845869745 140728845873103 0
[pid=24301/tid=24356] ppid=24298 vsize=14001980 CPUtime=6.03 cores=0,2,4,6
/proc/24301/task/24356/stat : 24356 (java) S 24298 24301 4896 0 -1 1077944384 11358 12357 0 0 563 33 5 2 20 0 15 0 147569765 14338027520 177114 18446744073709551615 4194304 4196468 140728845862624 139945799817968 139946321988226 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22335488 140728845866960 140728845869745 140728845869745 140728845873103 0
[pid=24301/tid=24357] ppid=24298 vsize=14001980 CPUtime=0.07 cores=0,2,4,6
/proc/24301/task/24357/stat : 24357 (java) S 24298 24301 4896 0 -1 1077944384 55 12357 0 0 0 0 5 2 20 0 15 0 147569765 14338027520 177114 18446744073709551615 4194304 4196468 140728845862624 139945798764256 139946321987285 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22335488 140728845866960 140728845869745 140728845869745 140728845873103 0
[pid=24301/tid=24358] ppid=24298 vsize=14001980 CPUtime=0.07 cores=0,2,4,6
/proc/24301/task/24358/stat : 24358 (java) S 24298 24301 4896 0 -1 1077944384 43 12357 0 0 0 0 5 2 20 0 15 0 147569766 14338027520 177114 18446744073709551615 4194304 4196468 140728845862624 139945797711104 139946321987285 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22335488 140728845866960 140728845869745 140728845869745 140728845873103 0
[pid=24301/tid=24359] ppid=24298 vsize=14001980 CPUtime=0.07 cores=0,2,4,6
/proc/24301/task/24359/stat : 24359 (java) S 24298 24301 4896 0 -1 1077944384 3 12357 0 0 0 0 5 2 20 0 15 0 147569768 14338027520 177114 18446744073709551615 4194304 4196468 140728845862624 139945796659664 139946321995675 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22335488 140728845866960 140728845869745 140728845869745 140728845873103 0
[pid=24301/tid=24360] ppid=24298 vsize=14001980 CPUtime=3.03 cores=0,2,4,6
/proc/24301/task/24360/stat : 24360 (java) S 24298 24301 4896 0 -1 1077944384 11979 12357 0 0 295 1 5 2 20 0 15 0 147569768 14338027520 177114 18446744073709551615 4194304 4196468 140728845862624 139945795606768 139946321988226 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22335488 140728845866960 140728845869745 140728845869745 140728845873103 0
[pid=24301/tid=24361] ppid=24298 vsize=14001980 CPUtime=2.97 cores=0,2,4,6
/proc/24301/task/24361/stat : 24361 (java) S 24298 24301 4896 0 -1 1077944384 11683 12357 0 0 288 2 5 2 20 0 15 0 147569768 14338027520 177114 18446744073709551615 4194304 4196468 140728845862624 139945794554224 139946321988226 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22335488 140728845866960 140728845869745 140728845869745 140728845873103 0
[pid=24301/tid=24362] ppid=24298 vsize=14001980 CPUtime=1.77 cores=0,2,4,6
/proc/24301/task/24362/stat : 24362 (java) S 24298 24301 4896 0 -1 1077944384 15874 12357 0 0 166 4 5 2 20 0 15 0 147569768 14338027520 177114 18446744073709551615 4194304 4196468 140728845862624 139945793501168 139946321988226 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22335488 140728845866960 140728845869745 140728845869745 140728845873103 0
[pid=24301/tid=24363] ppid=24298 vsize=14001980 CPUtime=0.07 cores=0,2,4,6
/proc/24301/task/24363/stat : 24363 (java) S 24298 24301 4896 0 -1 1077944384 3 12357 0 0 0 0 5 2 20 0 15 0 147569768 14338027520 177114 18446744073709551615 4194304 4196468 140728845862624 139945792448864 139946321987285 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22335488 140728845866960 140728845869745 140728845869745 140728845873103 0
[pid=24301/tid=24364] ppid=24298 vsize=14001980 CPUtime=1.39 cores=0,2,4,6
/proc/24301/task/24364/stat : 24364 (java) S 24298 24301 4896 0 -1 1077944384 1028 12357 0 0 69 63 5 2 20 0 15 0 147569772 14338027520 177114 18446744073709551615 4194304 4196468 140728845862624 139945791396912 139946321988226 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22335488 140728845866960 140728845869745 140728845869745 140728845873103 0
Current children cumulated CPU time (s) 2520.04
Current children cumulated vsize (KiB) 14001980

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

[startup+2495.61 s]
/proc/loadavg: 1.77 1.64 1.52 3/214 24642
/proc/meminfo: memFree=27505600/32770624 swapFree=0/456748
[pid=24301] ppid=24298 vsize=14135108 CPUtime=2520.33 cores=0,2,4,6
/proc/24301/stat : 24301 (java) S 24298 24301 4896 0 -1 1077944320 163712 12357 0 0 251801 225 5 2 20 0 17 0 147569743 14474350592 178331 18446744073709551615 4194304 4196468 140728845862624 140728845845168 139946321977079 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 7 0 0 6293624 6294260 22335488 140728845866960 140728845869745 140728845869745 140728845873103 0
/proc/24301/statm: 3533777 178331 3470 1 0 3522391 0
[pid=24301/tid=24351] ppid=24298 vsize=14135108 CPUtime=2479.99 cores=0,2,4,6
/proc/24301/task/24351/stat : 24351 (java) S 24298 24301 4896 0 -1 1077944384 67141 12357 0 0 247964 28 5 2 20 0 17 0 147569763 14474350592 178331 18446744073709551615 4194304 4196468 140728845862624 139946326214624 139946321987285 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 55 0 0 6293624 6294260 22335488 140728845866960 140728845869745 140728845869745 140728845873103 0
[pid=24301/tid=24352] ppid=24298 vsize=14135108 CPUtime=6.41 cores=0,2,4,6
/proc/24301/task/24352/stat : 24352 (java) S 24298 24301 4896 0 -1 1077944384 10938 12357 0 0 598 36 5 2 20 0 17 0 147569764 14474350592 178331 18446744073709551615 4194304 4196468 140728845862624 139946278943248 139946321987285 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22335488 140728845866960 140728845869745 140728845869745 140728845873103 0
[pid=24301/tid=24353] ppid=24298 vsize=14135108 CPUtime=6.39 cores=0,2,4,6
/proc/24301/task/24353/stat : 24353 (java) S 24298 24301 4896 0 -1 1077944384 6545 12357 0 0 598 34 5 2 20 0 17 0 147569764 14474350592 178331 18446744073709551615 4194304 4196468 140728845862624 139946277890704 139946321987285 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22335488 140728845866960 140728845869745 140728845869745 140728845873103 0
[pid=24301/tid=24354] ppid=24298 vsize=14135108 CPUtime=6.41 cores=0,2,4,6
/proc/24301/task/24354/stat : 24354 (java) S 24298 24301 4896 0 -1 1077944384 10019 12357 0 0 602 32 5 2 20 0 17 0 147569764 14474350592 178331 18446744073709551615 4194304 4196468 140728845862624 139946276837648 139946321987285 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22335488 140728845866960 140728845869745 140728845869745 140728845873103 0
[pid=24301/tid=24355] ppid=24298 vsize=14135108 CPUtime=6.42 cores=0,2,4,6
/proc/24301/task/24355/stat : 24355 (java) S 24298 24301 4896 0 -1 1077944384 8962 12357 0 0 600 35 5 2 20 0 17 0 147569764 14474350592 178331 18446744073709551615 4194304 4196468 140728845862624 139945918523792 139946321987285 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22335488 140728845866960 140728845869745 140728845869745 140728845873103 0
[pid=24301/tid=24356] ppid=24298 vsize=14135108 CPUtime=6.06 cores=0,2,4,6
/proc/24301/task/24356/stat : 24356 (java) R 24298 24301 4896 0 -1 4202560 16988 12357 0 0 566 33 5 2 20 0 17 0 147569765 14474350592 178331 18446744073709551615 4194304 4196468 140728845862624 139945799816368 139946306962572 0 0 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22335488 140728845866960 140728845869745 140728845869745 140728845873103 0
[pid=24301/tid=24357] ppid=24298 vsize=14135108 CPUtime=0.07 cores=0,2,4,6
/proc/24301/task/24357/stat : 24357 (java) S 24298 24301 4896 0 -1 1077944384 56 12357 0 0 0 0 5 2 20 0 17 0 147569765 14474350592 178331 18446744073709551615 4194304 4196468 140728845862624 139945798764160 139946321987285 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22335488 140728845866960 140728845869745 140728845869745 140728845873103 0
[pid=24301/tid=24358] ppid=24298 vsize=14135108 CPUtime=0.07 cores=0,2,4,6
/proc/24301/task/24358/stat : 24358 (java) S 24298 24301 4896 0 -1 1077944384 43 12357 0 0 0 0 5 2 20 0 17 0 147569766 14474350592 178331 18446744073709551615 4194304 4196468 140728845862624 139945797711104 139946321987285 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22335488 140728845866960 140728845869745 140728845869745 140728845873103 0
[pid=24301/tid=24359] ppid=24298 vsize=14135108 CPUtime=0.07 cores=0,2,4,6
/proc/24301/task/24359/stat : 24359 (java) S 24298 24301 4896 0 -1 1077944384 96 12357 0 0 0 0 5 2 20 0 17 0 147569768 14474350592 178331 18446744073709551615 4194304 4196468 140728845862624 139945796659664 139946321995675 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22335488 140728845866960 140728845869745 140728845869745 140728845873103 0
[pid=24301/tid=24360] ppid=24298 vsize=14135108 CPUtime=3.03 cores=0,2,4,6
/proc/24301/task/24360/stat : 24360 (java) S 24298 24301 4896 0 -1 1077944384 11979 12357 0 0 295 1 5 2 20 0 17 0 147569768 14474350592 178331 18446744073709551615 4194304 4196468 140728845862624 139945795606768 139946321988226 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22335488 140728845866960 140728845869745 140728845869745 140728845873103 0
[pid=24301/tid=24361] ppid=24298 vsize=14135108 CPUtime=2.97 cores=0,2,4,6
/proc/24301/task/24361/stat : 24361 (java) S 24298 24301 4896 0 -1 1077944384 11683 12357 0 0 288 2 5 2 20 0 17 0 147569768 14474350592 178331 18446744073709551615 4194304 4196468 140728845862624 139945794554224 139946321988226 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22335488 140728845866960 140728845869745 140728845869745 140728845873103 0
[pid=24301/tid=24362] ppid=24298 vsize=14135108 CPUtime=1.78 cores=0,2,4,6
/proc/24301/task/24362/stat : 24362 (java) S 24298 24301 4896 0 -1 1077944384 15957 12357 0 0 167 4 5 2 20 0 17 0 147569768 14474350592 178331 18446744073709551615 4194304 4196468 140728845862624 139945793497600 139946321987285 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22335488 140728845866960 140728845869745 140728845869745 140728845873103 0
[pid=24301/tid=24363] ppid=24298 vsize=14135108 CPUtime=0.07 cores=0,2,4,6
/proc/24301/task/24363/stat : 24363 (java) S 24298 24301 4896 0 -1 1077944384 3 12357 0 0 0 0 5 2 20 0 17 0 147569768 14474350592 178331 18446744073709551615 4194304 4196468 140728845862624 139945792448864 139946321987285 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22335488 140728845866960 140728845869745 140728845869745 140728845873103 0
[pid=24301/tid=24364] ppid=24298 vsize=14135108 CPUtime=1.39 cores=0,2,4,6
/proc/24301/task/24364/stat : 24364 (java) S 24298 24301 4896 0 -1 1077944384 1028 12357 0 0 69 63 5 2 20 0 17 0 147569772 14474350592 178331 18446744073709551615 4194304 4196468 140728845862624 139945791396912 139946321988226 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22335488 140728845866960 140728845869745 140728845869745 140728845873103 0
Current children cumulated CPU time (s) 2520.33
Current children cumulated vsize (KiB) 14135108

[startup+2495.7 s]
/proc/loadavg: 1.77 1.64 1.52 3/214 24642
/proc/meminfo: memFree=27505600/32770624 swapFree=0/456748
[pid=24301] ppid=24298 vsize=0 CPUtime=2520.52 cores=0,2,4,6
/proc/24301/stat : 24301 (java) Z 24298 24301 4896 0 -1 4228108 163805 12357 0 0 251819 226 5 2 20 0 2 0 147569743 0 0 18446744073709551615 0 0 0 0 0 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 7 0 0 0 0 0 0 0 0 0 0
/proc/24301/statm: 0 0 0 0 0 0 0
[pid=24301/tid=24362] ppid=24298 vsize=0 CPUtime=1.79 cores=0,2,4,6
/proc/24301/task/24362/stat : 24362 (java) R 24298 24301 4896 0 -1 4203588 15972 12357 0 0 167 5 5 2 20 0 2 0 147569768 0 0 18446744073709551615 0 0 0 0 0 0 4 1 16800974 18446744073709551615 0 0 -1 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 2520.52
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 2495.7
CPU time (s): 2520.55
CPU user time (s): 2518.26
CPU system time (s): 2.29155
CPU usage (%): 100.995
Max. virtual memory (cumulated for all children) (KiB): 14135108

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2518.26
system time used= 2.29155
maximum resident set size= 723772
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 176162
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2872
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 187584
involuntary context switches= 9096

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.41437 second user time and 16.9533 second system time

The end

Launcher Data

Begin job on node132 at 2017-08-11 21:05:05
IDJOB=4262379
IDBENCH=139130
IDSOLVER=2650
FILE ID=node132/4262379-1502479169
RUNJOBID= node132-1502411403-4959
PBS_JOBID= 
Free space on /tmp= 62008 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/LatinSquare/LatinSquare-m1-gs/qwh-o035-h405.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262379-1502479169/watcher-4262379-1502479169 -o /tmp/evaluation-result-4262379-1502479169/solver-4262379-1502479169 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1502411403-4959 --watchdog 2580  bin/concrete HOME/instance-4262379-1502479169.xml

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

MD5SUM BENCH= 3223705abdf773009dcd28d689e47bd8
RANDOM SEED=1498334408

node132.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.74
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.74
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.74
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.74
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:        30559256 kB
MemAvailable:   31438896 kB
Buffers:          302012 kB
Cached:           887120 kB
SwapCached:            0 kB
Active:          1272376 kB
Inactive:         504856 kB
Active(anon):     588548 kB
Inactive(anon):    49012 kB
Active(file):     683828 kB
Inactive(file):   455844 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24980 kB
Writeback:             4 kB
AnonPages:        587576 kB
Mapped:            73376 kB
Shmem:             49852 kB
Slab:             138460 kB
SReclaimable:     111604 kB
SUnreclaim:        26856 kB
KernelStack:        3504 kB
PageTables:         6264 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1513360 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    382976 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 61984 MiB
End job on node132 at 2017-08-11 21:46:41