Trace number 4262464

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.5901 2472.9299

General information on the benchmark

NameOrtholatin/Ortholatin-m1-s1/
Ortholatin-009.xml
MD5SUMf1f2c4ea81b28916fca828d1ce53413f
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 benchmark273.32999
Satisfiable
(Un)Satisfiability was proved
Number of variables243
Number of constraints86
Number of domains2
Minimum domain size9
Maximum domain size81
Distribution of domain sizes[{"size":9,"count":162},{"size":81,"count":81}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":225},{"degree":3,"count":18}]
Minimum constraint arity3
Maximum constraint arity81
Distribution of constraint arities[{"arity":3,"count":81},{"arity":9,"count":2},{"arity":81,"count":3}]
Number of extensional constraints81
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":81},{"type":"allDifferent","count":3},{"type":"instantiation","count":2}]
Optimization problemNO
Type of objective

Solver Data

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

pid=18907
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.51 1.46 1.37 4/200 18910
/proc/meminfo: memFree=25803208/32770624 swapFree=0/453404
[pid=18910] ppid=18907 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/18910/stat : 18910 (runsolver) D 18907 18910 4896 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 145226856 24240128 106 18446744073709551615 4194304 4338465 140731880147888 140731880145528 139693206950615 0 0 1 24578 18446744071580418449 0 0 17 0 0 0 0 0 0 6438912 6441760 35319808 140731880153297 140731880153673 140731880153673 140731880157130 0
/proc/18910/statm: 5918 106 53 36 0 2156 0

[startup+0.100202 s]
/proc/loadavg: 1.51 1.46 1.37 4/200 18910
/proc/meminfo: memFree=25803208/32770624 swapFree=0/453404
[pid=18910] ppid=18907 vsize=9508 CPUtime=0 cores=0,2,4,6
/proc/18910/stat : 18910 (bash) S 18907 18910 4896 0 -1 4202496 717 3530 0 0 0 0 0 0 20 0 1 0 145226856 9736192 355 18446744073709551615 4194304 5098028 140733132408592 140733132406232 140320692136960 0 0 5 65536 18446744071580971376 0 0 17 4 0 0 8 0 0 7196144 7232144 37613568 140733132415508 140733132415593 140733132415593 140733132419050 0
/proc/18910/statm: 2377 355 282 221 0 86 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9508

[startup+0.200307 s]
/proc/loadavg: 1.51 1.46 1.37 4/200 18910
/proc/meminfo: memFree=25803208/32770624 swapFree=0/453404
[pid=18910] ppid=18907 vsize=9636 CPUtime=0.01 cores=0,2,4,6
/proc/18910/stat : 18910 (bash) S 18907 18910 4896 0 -1 4202496 898 6476 0 0 0 0 0 1 20 0 1 0 145226856 9867264 377 18446744073709551615 4194304 5098028 140733132408592 140733132402600 140320692136960 0 0 5 65536 18446744071580971376 0 0 17 4 0 0 8 0 0 7196144 7232144 37613568 140733132415508 140733132415593 140733132415593 140733132419050 0
/proc/18910/statm: 2409 377 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.300343 s]
/proc/loadavg: 1.51 1.46 1.37 4/200 18910
/proc/meminfo: memFree=25803208/32770624 swapFree=0/453404
[pid=18910] ppid=18907 vsize=13973936 CPUtime=0.15 cores=0,2,4,6
/proc/18910/stat : 18910 (java) S 18907 18910 4896 0 -1 1077944320 6212 12595 0 0 6 1 5 3 20 0 15 0 145226856 14309310464 6304 18446744073709551615 4194304 4196468 140736672343280 140736672325824 140556927397623 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 16490496 140736672348112 140736672350897 140736672350897 140736672354255 0
/proc/18910/statm: 3493484 6304 2644 1 0 3482965 0
Current children cumulated CPU time (s) 0.15
Current children cumulated vsize (KiB) 13973936

[startup+0.700723 s]
/proc/loadavg: 1.51 1.46 1.37 4/200 18910
/proc/meminfo: memFree=25803208/32770624 swapFree=0/453404
[pid=18910] ppid=18907 vsize=13974784 CPUtime=0.71 cores=0,2,4,6
/proc/18910/stat : 18910 (java) S 18907 18910 4896 0 -1 1077944320 14118 12595 0 0 59 4 5 3 20 0 15 0 145226856 14310178816 15035 18446744073709551615 4194304 4196468 140736672343280 140736672325824 140556927397623 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 16490496 140736672348112 140736672350897 140736672350897 140736672354255 0
/proc/18910/statm: 3493696 15035 3126 1 0 3482965 0
Current children cumulated CPU time (s) 0.71
Current children cumulated vsize (KiB) 13974784

[startup+1.50022 s]
/proc/loadavg: 1.51 1.46 1.37 3/215 18973
/proc/meminfo: memFree=25657312/32770624 swapFree=0/453436
[pid=18910] ppid=18907 vsize=13985408 CPUtime=1.95 cores=0,2,4,6
/proc/18910/stat : 18910 (java) S 18907 18910 4896 0 -1 1077944320 27958 12595 0 0 178 9 5 3 20 0 15 0 145226856 14321057792 40496 18446744073709551615 4194304 4196468 140736672343280 140736672325824 140556927397623 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 16490496 140736672348112 140736672350897 140736672350897 140736672354255 0
/proc/18910/statm: 3496352 40496 3369 1 0 3485525 0
[pid=18910/tid=18960] ppid=18907 vsize=13985408 CPUtime=1.31 cores=0,2,4,6
/proc/18910/task/18960/stat : 18960 (java) S 18907 18910 4896 0 -1 1077944384 21107 12595 0 0 117 6 5 3 20 0 15 0 145226877 14321057792 40496 18446744073709551615 4194304 4196468 140736672343280 140556931620064 140556927407829 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 2 0 0 6293624 6294260 16490496 140736672348112 140736672350897 140736672350897 140736672354255 0
[pid=18910/tid=18961] ppid=18907 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/18910/task/18961/stat : 18961 (java) R 18907 18910 4896 0 -1 4202560 54 12595 0 0 0 0 5 3 20 0 15 0 145226877 14321057792 40496 18446744073709551615 4194304 4196468 140736672343280 140556527200656 140556912098319 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16490496 140736672348112 140736672350897 140736672350897 140736672354255 0
[pid=18910/tid=18962] ppid=18907 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/18910/task/18962/stat : 18962 (java) R 18907 18910 4896 0 -1 1077944384 31 12595 0 0 0 0 5 3 20 0 15 0 145226877 14321057792 40496 18446744073709551615 4194304 4196468 140736672343280 140556526147856 140556927407829 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16490496 140736672348112 140736672350897 140736672350897 140736672354255 0
[pid=18910/tid=18963] ppid=18907 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/18910/task/18963/stat : 18963 (java) R 18907 18910 4896 0 -1 4202560 34 12595 0 0 0 0 5 3 20 0 15 0 145226877 14321057792 40496 18446744073709551615 4194304 4196468 140736672343280 140556525095568 140556912098339 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16490496 140736672348112 140736672350897 140736672350897 140736672354255 0
[pid=18910/tid=18964] ppid=18907 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/18910/task/18964/stat : 18964 (java) R 18907 18910 4896 0 -1 4202560 190 12595 0 0 0 0 5 3 20 0 15 0 145226877 14321057792 40496 18446744073709551615 4194304 4196468 140736672343280 140556524042768 140556909007406 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16490496 140736672348112 140736672350897 140736672350897 140736672354255 0
[pid=18910/tid=18965] ppid=18907 vsize=13985408 CPUtime=0.09 cores=0,2,4,6
/proc/18910/task/18965/stat : 18965 (java) S 18907 18910 4896 0 -1 1077944384 1181 12595 0 0 1 0 5 3 20 0 15 0 145226879 14321057792 40496 18446744073709551615 4194304 4196468 140736672343280 140555843732640 140556927407829 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16490496 140736672348112 140736672350897 140736672350897 140736672354255 0
[pid=18910/tid=18966] ppid=18907 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/18910/task/18966/stat : 18966 (java) S 18907 18910 4896 0 -1 1077944384 33 12595 0 0 0 0 5 3 20 0 15 0 145226879 14321057792 40496 18446744073709551615 4194304 4196468 140736672343280 140555842680096 140556927407829 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16490496 140736672348112 140736672350897 140736672350897 140736672354255 0
[pid=18910/tid=18967] ppid=18907 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/18910/task/18967/stat : 18967 (java) S 18907 18910 4896 0 -1 1077944384 21 12595 0 0 0 0 5 3 20 0 15 0 145226879 14321057792 40496 18446744073709551615 4194304 4196468 140736672343280 140555841627760 140556927407829 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16490496 140736672348112 140736672350897 140736672350897 140736672354255 0
[pid=18910/tid=18968] ppid=18907 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/18910/task/18968/stat : 18968 (java) S 18907 18910 4896 0 -1 1077944384 3 12595 0 0 0 0 5 3 20 0 15 0 145226882 14321057792 40496 18446744073709551615 4194304 4196468 140736672343280 140555840576080 140556927416219 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16490496 140736672348112 140736672350897 140736672350897 140736672354255 0
[pid=18910/tid=18969] ppid=18907 vsize=13985408 CPUtime=0.25 cores=0,2,4,6
/proc/18910/task/18969/stat : 18969 (java) S 18907 18910 4896 0 -1 1077944384 973 12595 0 0 17 0 5 3 20 0 15 0 145226882 14321057792 40496 18446744073709551615 4194304 4196468 140736672343280 140555839522928 140556927408770 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16490496 140736672348112 140736672350897 140736672350897 140736672354255 0
[pid=18910/tid=18970] ppid=18907 vsize=13985408 CPUtime=0.24 cores=0,2,4,6
/proc/18910/task/18970/stat : 18970 (java) S 18907 18910 4896 0 -1 1077944384 961 12595 0 0 16 0 5 3 20 0 15 0 145226882 14321057792 40496 18446744073709551615 4194304 4196468 140736672343280 140555838470128 140556927408770 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16490496 140736672348112 140736672350897 140736672350897 140736672354255 0
[pid=18910/tid=18971] ppid=18907 vsize=13985408 CPUtime=0.31 cores=0,2,4,6
/proc/18910/task/18971/stat : 18971 (java) S 18907 18910 4896 0 -1 1077944384 1209 12595 0 0 23 0 5 3 20 0 15 0 145226882 14321057792 40496 18446744073709551615 4194304 4196468 140736672343280 140555837413712 140556927407829 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16490496 140736672348112 140736672350897 140736672350897 140736672354255 0
[pid=18910/tid=18972] ppid=18907 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/18910/task/18972/stat : 18972 (java) S 18907 18910 4896 0 -1 1077944384 3 12595 0 0 0 0 5 3 20 0 15 0 145226882 14321057792 40496 18446744073709551615 4194304 4196468 140736672343280 140555836365280 140556927407829 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16490496 140736672348112 140736672350897 140736672350897 140736672354255 0
[pid=18910/tid=18973] ppid=18907 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/18910/task/18973/stat : 18973 (java) S 18907 18910 4896 0 -1 1077944384 4 12595 0 0 0 0 5 3 20 0 15 0 145226885 14321057792 40496 18446744073709551615 4194304 4196468 140736672343280 140555835313072 140556927408770 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16490496 140736672348112 140736672350897 140736672350897 140736672354255 0
Current children cumulated CPU time (s) 1.95
Current children cumulated vsize (KiB) 13985408

[startup+3.1011 s]
/proc/loadavg: 1.47 1.45 1.37 3/215 18973
/proc/meminfo: memFree=25607000/32770624 swapFree=0/453436
[pid=18910] ppid=18907 vsize=13999932 CPUtime=5.54 cores=0,2,4,6
/proc/18910/stat : 18910 (java) S 18907 18910 4896 0 -1 1077944320 40840 12595 0 0 531 15 5 3 20 0 15 0 145226856 14335930368 56129 18446744073709551615 4194304 4196468 140736672343280 140736672325824 140556927397623 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 16490496 140736672348112 140736672350897 140736672350897 140736672354255 0
/proc/18910/statm: 3499983 56129 3447 1 0 3488597 0
[pid=18910/tid=18960] ppid=18907 vsize=13999932 CPUtime=2.89 cores=0,2,4,6
/proc/18910/task/18960/stat : 18960 (java) R 18907 18910 4896 0 -1 4202560 29817 12595 0 0 273 8 5 3 20 0 15 0 145226877 14335930368 56129 18446744073709551615 4194304 4196468 140736672343280 140556931628400 140556568786992 0 4 1 16800974 0 0 0 -1 4 0 0 2 0 0 6293624 6294260 16490496 140736672348112 140736672350897 140736672350897 140736672354255 0
[pid=18910/tid=18961] ppid=18907 vsize=13999932 CPUtime=0.09 cores=0,2,4,6
/proc/18910/task/18961/stat : 18961 (java) S 18907 18910 4896 0 -1 1077944384 59 12595 0 0 1 0 5 3 20 0 15 0 145226877 14335930368 56129 18446744073709551615 4194304 4196468 140736672343280 140556527200656 140556927407829 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16490496 140736672348112 140736672350897 140736672350897 140736672354255 0
[pid=18910/tid=18962] ppid=18907 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/18910/task/18962/stat : 18962 (java) S 18907 18910 4896 0 -1 1077944384 31 12595 0 0 0 0 5 3 20 0 15 0 145226877 14335930368 56129 18446744073709551615 4194304 4196468 140736672343280 140556526147856 140556927407829 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16490496 140736672348112 140736672350897 140736672350897 140736672354255 0
[pid=18910/tid=18963] ppid=18907 vsize=13999932 CPUtime=0.09 cores=0,2,4,6
/proc/18910/task/18963/stat : 18963 (java) S 18907 18910 4896 0 -1 1077944384 34 12595 0 0 1 0 5 3 20 0 15 0 145226877 14335930368 56129 18446744073709551615 4194304 4196468 140736672343280 140556525095568 140556927407829 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16490496 140736672348112 140736672350897 140736672350897 140736672354255 0
[pid=18910/tid=18964] ppid=18907 vsize=13999932 CPUtime=0.09 cores=0,2,4,6
/proc/18910/task/18964/stat : 18964 (java) S 18907 18910 4896 0 -1 1077944384 190 12595 0 0 1 0 5 3 20 0 15 0 145226877 14335930368 56129 18446744073709551615 4194304 4196468 140736672343280 140556524042768 140556927407829 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16490496 140736672348112 140736672350897 140736672350897 140736672354255 0
[pid=18910/tid=18965] ppid=18907 vsize=13999932 CPUtime=0.09 cores=0,2,4,6
/proc/18910/task/18965/stat : 18965 (java) S 18907 18910 4896 0 -1 1077944384 1187 12595 0 0 1 0 5 3 20 0 15 0 145226879 14335930368 56129 18446744073709551615 4194304 4196468 140736672343280 140555843734128 140556927408770 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16490496 140736672348112 140736672350897 140736672350897 140736672354255 0
[pid=18910/tid=18966] ppid=18907 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/18910/task/18966/stat : 18966 (java) S 18907 18910 4896 0 -1 1077944384 56 12595 0 0 0 0 5 3 20 0 15 0 145226879 14335930368 56129 18446744073709551615 4194304 4196468 140736672343280 140555842680160 140556927407829 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16490496 140736672348112 140736672350897 140736672350897 140736672354255 0
[pid=18910/tid=18967] ppid=18907 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/18910/task/18967/stat : 18967 (java) S 18907 18910 4896 0 -1 1077944384 43 12595 0 0 0 0 5 3 20 0 15 0 145226879 14335930368 56129 18446744073709551615 4194304 4196468 140736672343280 140555841627760 140556927407829 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16490496 140736672348112 140736672350897 140736672350897 140736672354255 0
[pid=18910/tid=18968] ppid=18907 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/18910/task/18968/stat : 18968 (java) S 18907 18910 4896 0 -1 1077944384 3 12595 0 0 0 0 5 3 20 0 15 0 145226882 14335930368 56129 18446744073709551615 4194304 4196468 140736672343280 140555840576080 140556927416219 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16490496 140736672348112 140736672350897 140736672350897 140736672354255 0
[pid=18910/tid=18969] ppid=18907 vsize=13999932 CPUtime=1.06 cores=0,2,4,6
/proc/18910/task/18969/stat : 18969 (java) R 18907 18910 4896 0 -1 4202560 2632 12595 0 0 98 0 5 3 20 0 15 0 145226882 14335930368 56129 18446744073709551615 4194304 4196468 140736672343280 140555839522928 140556908925433 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16490496 140736672348112 140736672350897 140736672350897 140736672354255 0
[pid=18910/tid=18970] ppid=18907 vsize=13999932 CPUtime=0.68 cores=0,2,4,6
/proc/18910/task/18970/stat : 18970 (java) S 18907 18910 4896 0 -1 1077944384 1629 12595 0 0 59 1 5 3 20 0 15 0 145226882 14335930368 56129 18446744073709551615 4194304 4196468 140736672343280 140555838470128 140556927408770 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16490496 140736672348112 140736672350897 140736672350897 140736672354255 0
[pid=18910/tid=18971] ppid=18907 vsize=13999932 CPUtime=1.03 cores=0,2,4,6
/proc/18910/task/18971/stat : 18971 (java) S 18907 18910 4896 0 -1 1077944384 2998 12595 0 0 93 2 5 3 20 0 15 0 145226882 14335930368 56129 18446744073709551615 4194304 4196468 140736672343280 140555837417840 140556927408770 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16490496 140736672348112 140736672350897 140736672350897 140736672354255 0
[pid=18910/tid=18972] ppid=18907 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/18910/task/18972/stat : 18972 (java) S 18907 18910 4896 0 -1 1077944384 3 12595 0 0 0 0 5 3 20 0 15 0 145226882 14335930368 56129 18446744073709551615 4194304 4196468 140736672343280 140555836365280 140556927407829 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16490496 140736672348112 140736672350897 140736672350897 140736672354255 0
[pid=18910/tid=18973] ppid=18907 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/18910/task/18973/stat : 18973 (java) S 18907 18910 4896 0 -1 1077944384 4 12595 0 0 0 0 5 3 20 0 15 0 145226885 14335930368 56129 18446744073709551615 4194304 4196468 140736672343280 140555835313072 140556927408770 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16490496 140736672348112 140736672350897 140736672350897 140736672354255 0
Current children cumulated CPU time (s) 5.54
Current children cumulated vsize (KiB) 13999932

[startup+6.30063 s]
/proc/loadavg: 1.47 1.45 1.37 4/215 18973
/proc/meminfo: memFree=25454880/32770624 swapFree=0/453436
[pid=18910] ppid=18907 vsize=14069564 CPUtime=13.76 cores=0,2,4,6
/proc/18910/stat : 18910 (java) S 18907 18910 4896 0 -1 1077944320 76886 12595 0 0 1347 21 5 3 20 0 15 0 145226856 14407233536 94181 18446744073709551615 4194304 4196468 140736672343280 140736672325824 140556927397623 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 16490496 140736672348112 140736672350897 140736672350897 140736672354255 0
/proc/18910/statm: 3517391 94181 3474 1 0 3506005 0
[pid=18910/tid=18960] ppid=18907 vsize=14069564 CPUtime=6.02 cores=0,2,4,6
/proc/18910/task/18960/stat : 18960 (java) R 18907 18910 4896 0 -1 4202560 45266 12595 0 0 583 11 5 3 20 0 15 0 145226877 14407233536 94181 18446744073709551615 4194304 4196468 140736672343280 140556931631128 140556583025791 0 4 1 16800974 0 0 0 -1 4 0 0 2 0 0 6293624 6294260 16490496 140736672348112 140736672350897 140736672350897 140736672354255 0
[pid=18910/tid=18961] ppid=18907 vsize=14069564 CPUtime=0.12 cores=0,2,4,6
/proc/18910/task/18961/stat : 18961 (java) S 18907 18910 4896 0 -1 1077944384 260 12595 0 0 4 0 5 3 20 0 15 0 145226877 14407233536 94181 18446744073709551615 4194304 4196468 140736672343280 140556527200656 140556927407829 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16490496 140736672348112 140736672350897 140736672350897 140736672354255 0
[pid=18910/tid=18962] ppid=18907 vsize=14069564 CPUtime=0.11 cores=0,2,4,6
/proc/18910/task/18962/stat : 18962 (java) S 18907 18910 4896 0 -1 1077944384 846 12595 0 0 3 0 5 3 20 0 15 0 145226877 14407233536 94181 18446744073709551615 4194304 4196468 140736672343280 140556526147856 140556927407829 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16490496 140736672348112 140736672350897 140736672350897 140736672354255 0
[pid=18910/tid=18963] ppid=18907 vsize=14069564 CPUtime=0.12 cores=0,2,4,6
/proc/18910/task/18963/stat : 18963 (java) S 18907 18910 4896 0 -1 1077944384 65 12595 0 0 4 0 5 3 20 0 15 0 145226877 14407233536 94181 18446744073709551615 4194304 4196468 140736672343280 140556525095568 140556927407829 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16490496 140736672348112 140736672350897 140736672350897 140736672354255 0
[pid=18910/tid=18964] ppid=18907 vsize=14069564 CPUtime=0.11 cores=0,2,4,6
/proc/18910/task/18964/stat : 18964 (java) S 18907 18910 4896 0 -1 1077944384 254 12595 0 0 3 0 5 3 20 0 15 0 145226877 14407233536 94181 18446744073709551615 4194304 4196468 140736672343280 140556524042768 140556927407829 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16490496 140736672348112 140736672350897 140736672350897 140736672354255 0
[pid=18910/tid=18965] ppid=18907 vsize=14069564 CPUtime=0.12 cores=0,2,4,6
/proc/18910/task/18965/stat : 18965 (java) S 18907 18910 4896 0 -1 1077944384 3268 12595 0 0 4 0 5 3 20 0 15 0 145226879 14407233536 94181 18446744073709551615 4194304 4196468 140736672343280 140555843734128 140556927408770 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16490496 140736672348112 140736672350897 140736672350897 140736672354255 0
[pid=18910/tid=18966] ppid=18907 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/18910/task/18966/stat : 18966 (java) S 18907 18910 4896 0 -1 1077944384 56 12595 0 0 0 0 5 3 20 0 15 0 145226879 14407233536 94181 18446744073709551615 4194304 4196468 140736672343280 140555842680160 140556927407829 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16490496 140736672348112 140736672350897 140736672350897 140736672354255 0
[pid=18910/tid=18967] ppid=18907 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/18910/task/18967/stat : 18967 (java) S 18907 18910 4896 0 -1 1077944384 43 12595 0 0 0 0 5 3 20 0 15 0 145226879 14407233536 94181 18446744073709551615 4194304 4196468 140736672343280 140555841627776 140556927407829 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16490496 140736672348112 140736672350897 140736672350897 140736672354255 0
[pid=18910/tid=18968] ppid=18907 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/18910/task/18968/stat : 18968 (java) S 18907 18910 4896 0 -1 1077944384 3 12595 0 0 0 0 5 3 20 0 15 0 145226882 14407233536 94181 18446744073709551615 4194304 4196468 140736672343280 140555840576080 140556927416219 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16490496 140736672348112 140736672350897 140736672350897 140736672354255 0
[pid=18910/tid=18969] ppid=18907 vsize=14069564 CPUtime=3.29 cores=0,2,4,6
/proc/18910/task/18969/stat : 18969 (java) R 18907 18910 4896 0 -1 4202560 10509 12595 0 0 320 1 5 3 20 0 15 0 145226882 14407233536 94181 18446744073709551615 4194304 4196468 140736672343280 140555839506736 140556908922524 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16490496 140736672348112 140736672350897 140736672350897 140736672354255 0
[pid=18910/tid=18970] ppid=18907 vsize=14069564 CPUtime=2.74 cores=0,2,4,6
/proc/18910/task/18970/stat : 18970 (java) R 18907 18910 4896 0 -1 4202560 8175 12595 0 0 265 1 5 3 20 0 15 0 145226882 14407233536 94181 18446744073709551615 4194304 4196468 140736672343280 140555838456200 140556907059840 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16490496 140736672348112 140736672350897 140736672350897 140736672354255 0
[pid=18910/tid=18971] ppid=18907 vsize=14069564 CPUtime=1.67 cores=0,2,4,6
/proc/18910/task/18971/stat : 18971 (java) S 18907 18910 4896 0 -1 1077944384 5838 12595 0 0 156 3 5 3 20 0 15 0 145226882 14407233536 94181 18446744073709551615 4194304 4196468 140736672343280 140555837417840 140556927408770 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16490496 140736672348112 140736672350897 140736672350897 140736672354255 0
[pid=18910/tid=18972] ppid=18907 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/18910/task/18972/stat : 18972 (java) S 18907 18910 4896 0 -1 1077944384 3 12595 0 0 0 0 5 3 20 0 15 0 145226882 14407233536 94181 18446744073709551615 4194304 4196468 140736672343280 140555836365280 140556927407829 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16490496 140736672348112 140736672350897 140736672350897 140736672354255 0
[pid=18910/tid=18973] ppid=18907 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/18910/task/18973/stat : 18973 (java) S 18907 18910 4896 0 -1 1077944384 146 12595 0 0 0 0 5 3 20 0 15 0 145226885 14407233536 94181 18446744073709551615 4194304 4196468 140736672343280 140555835313072 140556927408770 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16490496 140736672348112 140736672350897 140736672350897 140736672354255 0
Current children cumulated CPU time (s) 13.76
Current children cumulated vsize (KiB) 14069564

[startup+12.7008 s]
/proc/loadavg: 1.40 1.43 1.37 3/215 18974
/proc/meminfo: memFree=25146860/32770624 swapFree=0/453436
[pid=18910] ppid=18907 vsize=14069564 CPUtime=20.4 cores=0,2,4,6
/proc/18910/stat : 18910 (java) S 18907 18910 4896 0 -1 1077944320 80738 12595 0 0 2004 28 5 3 20 0 15 0 145226856 14407233536 167390 18446744073709551615 4194304 4196468 140736672343280 140736672325824 140556927397623 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 16490496 140736672348112 140736672350897 140736672350897 140736672354255 0
/proc/18910/statm: 3517391 167390 3479 1 0 3506005 0
[pid=18910/tid=18960] ppid=18907 vsize=14069564 CPUtime=12.38 cores=0,2,4,6
/proc/18910/task/18960/stat : 18960 (java) R 18907 18910 4896 0 -1 4202560 46204 12595 0 0 1215 15 5 3 20 0 15 0 145226877 14407233536 167390 18446744073709551615 4194304 4196468 140736672343280 140556931631200 140556584126244 0 4 1 16800974 0 0 0 -1 0 0 0 2 0 0 6293624 6294260 16490496 140736672348112 140736672350897 140736672350897 140736672354255 0
[pid=18910/tid=18961] ppid=18907 vsize=14069564 CPUtime=0.14 cores=0,2,4,6
/proc/18910/task/18961/stat : 18961 (java) S 18907 18910 4896 0 -1 1077944384 783 12595 0 0 5 1 5 3 20 0 15 0 145226877 14407233536 167390 18446744073709551615 4194304 4196468 140736672343280 140556527200656 140556927407829 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16490496 140736672348112 140736672350897 140736672350897 140736672354255 0
[pid=18910/tid=18962] ppid=18907 vsize=14069564 CPUtime=0.14 cores=0,2,4,6
/proc/18910/task/18962/stat : 18962 (java) S 18907 18910 4896 0 -1 1077944384 867 12595 0 0 5 1 5 3 20 0 15 0 145226877 14407233536 167390 18446744073709551615 4194304 4196468 140736672343280 140556526147856 140556927407829 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16490496 140736672348112 140736672350897 140736672350897 140736672354255 0
[pid=18910/tid=18963] ppid=18907 vsize=14069564 CPUtime=0.15 cores=0,2,4,6
/proc/18910/task/18963/stat : 18963 (java) S 18907 18910 4896 0 -1 1077944384 135 12595 0 0 6 1 5 3 20 0 15 0 145226877 14407233536 167390 18446744073709551615 4194304 4196468 140736672343280 140556525095568 140556927407829 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16490496 140736672348112 140736672350897 140736672350897 140736672354255 0
[pid=18910/tid=18964] ppid=18907 vsize=14069564 CPUtime=0.14 cores=0,2,4,6
/proc/18910/task/18964/stat : 18964 (java) S 18907 18910 4896 0 -1 1077944384 609 12595 0 0 5 1 5 3 20 0 15 0 145226877 14407233536 167390 18446744073709551615 4194304 4196468 140736672343280 140556524042768 140556927407829 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16490496 140736672348112 140736672350897 140736672350897 140736672354255 0
[pid=18910/tid=18965] ppid=18907 vsize=14069564 CPUtime=0.13 cores=0,2,4,6
/proc/18910/task/18965/stat : 18965 (java) S 18907 18910 4896 0 -1 1077944384 3680 12595 0 0 5 0 5 3 20 0 15 0 145226879 14407233536 167390 18446744073709551615 4194304 4196468 140736672343280 140555843734128 140556927408770 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16490496 140736672348112 140736672350897 140736672350897 140736672354255 0
[pid=18910/tid=18966] ppid=18907 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/18910/task/18966/stat : 18966 (java) S 18907 18910 4896 0 -1 1077944384 56 12595 0 0 0 0 5 3 20 0 15 0 145226879 14407233536 167390 18446744073709551615 4194304 4196468 140736672343280 140555842680160 140556927407829 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16490496 140736672348112 140736672350897 140736672350897 140736672354255 0
[pid=18910/tid=18967] ppid=18907 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/18910/task/18967/stat : 18967 (java) S 18907 18910 4896 0 -1 1077944384 43 12595 0 0 0 0 5 3 20 0 15 0 145226879 14407233536 167390 18446744073709551615 4194304 4196468 140736672343280 140555841627776 140556927407829 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16490496 140736672348112 140736672350897 140736672350897 140736672354255 0
[pid=18910/tid=18968] ppid=18907 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/18910/task/18968/stat : 18968 (java) S 18907 18910 4896 0 -1 1077944384 3 12595 0 0 0 0 5 3 20 0 15 0 145226882 14407233536 167390 18446744073709551615 4194304 4196468 140736672343280 140555840576080 140556927416219 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16490496 140736672348112 140736672350897 140736672350897 140736672354255 0

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

/proc/18910/task/18972/stat : 18972 (java) S 18907 18910 4896 0 -1 1077944384 3 12595 0 0 0 0 5 3 20 0 15 0 145226882 14407233536 201601 18446744073709551615 4194304 4196468 140736672343280 140555836365280 140556927407829 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16490496 140736672348112 140736672350897 140736672350897 140736672354255 0
[pid=18910/tid=18973] ppid=18907 vsize=14069564 CPUtime=1.47 cores=0,2,4,6
/proc/18910/task/18973/stat : 18973 (java) S 18907 18910 4896 0 -1 1077944384 1131 12595 0 0 71 68 5 3 20 0 15 0 145226885 14407233536 201601 18446744073709551615 4194304 4196468 140736672343280 140555835313072 140556927408770 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16490496 140736672348112 140736672350897 140736672350897 140736672354255 0
Current children cumulated CPU time (s) 2428.05
Current children cumulated vsize (KiB) 14069564

[startup+2442.3 s]
/proc/loadavg: 4.48 2.84 1.98 6/214 19653
/proc/meminfo: memFree=18389968/32770624 swapFree=0/451760
[pid=18910] ppid=18907 vsize=14069564 CPUtime=2489.11 cores=0,2,4,6
/proc/18910/stat : 18910 (java) S 18907 18910 4896 0 -1 1077944320 238697 12595 0 0 248568 335 5 3 20 0 15 0 145226856 14407233536 202113 18446744073709551615 4194304 4196468 140736672343280 140736672325824 140556927397623 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 16490496 140736672348112 140736672350897 140736672350897 140736672354255 0
/proc/18910/statm: 3517391 202113 3479 1 0 3506005 0
[pid=18910/tid=18960] ppid=18907 vsize=14069564 CPUtime=2415.97 cores=0,2,4,6
/proc/18910/task/18960/stat : 18960 (java) R 18907 18910 4896 0 -1 4202560 91612 12595 0 0 241540 49 5 3 20 0 15 0 145226877 14407233536 202113 18446744073709551615 4194304 4196468 140736672343280 140556931631968 140556584240729 0 4 1 16800974 0 0 0 -1 4 0 0 2 0 0 6293624 6294260 16490496 140736672348112 140736672350897 140736672350897 140736672354255 0
[pid=18910/tid=18961] ppid=18907 vsize=14069564 CPUtime=13.43 cores=0,2,4,6
/proc/18910/task/18961/stat : 18961 (java) S 18907 18910 4896 0 -1 1077944384 22104 12595 0 0 1285 50 5 3 20 0 15 0 145226877 14407233536 202113 18446744073709551615 4194304 4196468 140736672343280 140556527200656 140556927407829 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16490496 140736672348112 140736672350897 140736672350897 140736672354255 0
[pid=18910/tid=18962] ppid=18907 vsize=14069564 CPUtime=13.38 cores=0,2,4,6
/proc/18910/task/18962/stat : 18962 (java) S 18907 18910 4896 0 -1 1077944384 21171 12595 0 0 1276 54 5 3 20 0 15 0 145226877 14407233536 202113 18446744073709551615 4194304 4196468 140736672343280 140556526147856 140556927407829 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16490496 140736672348112 140736672350897 140736672350897 140736672354255 0
[pid=18910/tid=18963] ppid=18907 vsize=14069564 CPUtime=13.45 cores=0,2,4,6
/proc/18910/task/18963/stat : 18963 (java) S 18907 18910 4896 0 -1 1077944384 20002 12595 0 0 1284 53 5 3 20 0 15 0 145226877 14407233536 202113 18446744073709551615 4194304 4196468 140736672343280 140556525095568 140556927407829 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16490496 140736672348112 140736672350897 140736672350897 140736672354255 0
[pid=18910/tid=18964] ppid=18907 vsize=14069564 CPUtime=13.4 cores=0,2,4,6
/proc/18910/task/18964/stat : 18964 (java) S 18907 18910 4896 0 -1 1077944384 21756 12595 0 0 1280 52 5 3 20 0 15 0 145226877 14407233536 202113 18446744073709551615 4194304 4196468 140736672343280 140556524042768 140556927407829 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16490496 140736672348112 140736672350897 140736672350897 140736672354255 0
[pid=18910/tid=18965] ppid=18907 vsize=14069564 CPUtime=10.48 cores=0,2,4,6
/proc/18910/task/18965/stat : 18965 (java) S 18907 18910 4896 0 -1 1077944384 17540 12595 0 0 989 51 5 3 20 0 15 0 145226879 14407233536 202113 18446744073709551615 4194304 4196468 140736672343280 140555843734128 140556927408770 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16490496 140736672348112 140736672350897 140736672350897 140736672354255 0
[pid=18910/tid=18966] ppid=18907 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/18910/task/18966/stat : 18966 (java) S 18907 18910 4896 0 -1 1077944384 56 12595 0 0 0 0 5 3 20 0 15 0 145226879 14407233536 202113 18446744073709551615 4194304 4196468 140736672343280 140555842680160 140556927407829 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16490496 140736672348112 140736672350897 140736672350897 140736672354255 0
[pid=18910/tid=18967] ppid=18907 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/18910/task/18967/stat : 18967 (java) S 18907 18910 4896 0 -1 1077944384 43 12595 0 0 0 0 5 3 20 0 15 0 145226879 14407233536 202113 18446744073709551615 4194304 4196468 140736672343280 140555841627776 140556927407829 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16490496 140736672348112 140736672350897 140736672350897 140736672354255 0
[pid=18910/tid=18968] ppid=18907 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/18910/task/18968/stat : 18968 (java) S 18907 18910 4896 0 -1 1077944384 3 12595 0 0 0 0 5 3 20 0 15 0 145226882 14407233536 202113 18446744073709551615 4194304 4196468 140736672343280 140555840576080 140556927416219 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16490496 140736672348112 140736672350897 140736672350897 140736672354255 0
[pid=18910/tid=18969] ppid=18907 vsize=14069564 CPUtime=3.47 cores=0,2,4,6
/proc/18910/task/18969/stat : 18969 (java) S 18907 18910 4896 0 -1 1077944384 15045 12595 0 0 337 2 5 3 20 0 15 0 145226882 14407233536 202113 18446744073709551615 4194304 4196468 140736672343280 140555839522928 140556927408770 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16490496 140736672348112 140736672350897 140736672350897 140736672354255 0
[pid=18910/tid=18970] ppid=18907 vsize=14069564 CPUtime=2.92 cores=0,2,4,6
/proc/18910/task/18970/stat : 18970 (java) S 18907 18910 4896 0 -1 1077944384 13451 12595 0 0 282 2 5 3 20 0 15 0 145226882 14407233536 202113 18446744073709551615 4194304 4196468 140736672343280 140555838470128 140556927408770 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16490496 140736672348112 140736672350897 140736672350897 140736672354255 0
[pid=18910/tid=18971] ppid=18907 vsize=14069564 CPUtime=1.73 cores=0,2,4,6
/proc/18910/task/18971/stat : 18971 (java) S 18907 18910 4896 0 -1 1077944384 12606 12595 0 0 161 4 5 3 20 0 15 0 145226882 14407233536 202113 18446744073709551615 4194304 4196468 140736672343280 140555837417840 140556927408770 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16490496 140736672348112 140736672350897 140736672350897 140736672354255 0
[pid=18910/tid=18972] ppid=18907 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/18910/task/18972/stat : 18972 (java) S 18907 18910 4896 0 -1 1077944384 3 12595 0 0 0 0 5 3 20 0 15 0 145226882 14407233536 202113 18446744073709551615 4194304 4196468 140736672343280 140555836365280 140556927407829 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16490496 140736672348112 140736672350897 140736672350897 140736672354255 0
[pid=18910/tid=18973] ppid=18907 vsize=14069564 CPUtime=1.5 cores=0,2,4,6
/proc/18910/task/18973/stat : 18973 (java) S 18907 18910 4896 0 -1 1077944384 1151 12595 0 0 72 70 5 3 20 0 15 0 145226885 14407233536 202113 18446744073709551615 4194304 4196468 140736672343280 140555835313072 140556927408770 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16490496 140736672348112 140736672350897 140736672350897 140736672354255 0
Current children cumulated CPU time (s) 2489.11
Current children cumulated vsize (KiB) 14069564



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2472.7 s]
/proc/loadavg: 4.63 3.03 2.07 6/214 19653
/proc/meminfo: memFree=18389968/32770624 swapFree=0/451740
[pid=18910] ppid=18907 vsize=14069564 CPUtime=2520.05 cores=0,2,4,6
/proc/18910/stat : 18910 (java) S 18907 18910 4896 0 -1 1077944320 240345 12595 0 0 251658 339 5 3 20 0 15 0 145226856 14407233536 202113 18446744073709551615 4194304 4196468 140736672343280 140736672325824 140556927397623 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 16490496 140736672348112 140736672350897 140736672350897 140736672354255 0
/proc/18910/statm: 3517391 202113 3479 1 0 3506005 0
[pid=18910/tid=18960] ppid=18907 vsize=14069564 CPUtime=2446.01 cores=0,2,4,6
/proc/18910/task/18960/stat : 18960 (java) R 18907 18910 4896 0 -1 4202560 92062 12595 0 0 244544 49 5 3 20 0 15 0 145226877 14407233536 202113 18446744073709551615 4194304 4196468 140736672343280 140556931631920 140556569873004 0 4 1 16800974 0 0 0 -1 0 0 0 2 0 0 6293624 6294260 16490496 140736672348112 140736672350897 140736672350897 140736672354255 0
[pid=18910/tid=18961] ppid=18907 vsize=14069564 CPUtime=13.61 cores=0,2,4,6
/proc/18910/task/18961/stat : 18961 (java) S 18907 18910 4896 0 -1 1077944384 22171 12595 0 0 1302 51 5 3 20 0 15 0 145226877 14407233536 202113 18446744073709551615 4194304 4196468 140736672343280 140556527200656 140556927407829 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16490496 140736672348112 140736672350897 140736672350897 140736672354255 0
[pid=18910/tid=18962] ppid=18907 vsize=14069564 CPUtime=13.57 cores=0,2,4,6
/proc/18910/task/18962/stat : 18962 (java) S 18907 18910 4896 0 -1 1077944384 21246 12595 0 0 1294 55 5 3 20 0 15 0 145226877 14407233536 202113 18446744073709551615 4194304 4196468 140736672343280 140556526147856 140556927407829 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16490496 140736672348112 140736672350897 140736672350897 140736672354255 0
[pid=18910/tid=18963] ppid=18907 vsize=14069564 CPUtime=13.63 cores=0,2,4,6
/proc/18910/task/18963/stat : 18963 (java) S 18907 18910 4896 0 -1 1077944384 20156 12595 0 0 1302 53 5 3 20 0 15 0 145226877 14407233536 202113 18446744073709551615 4194304 4196468 140736672343280 140556525095568 140556927407829 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16490496 140736672348112 140736672350897 140736672350897 140736672354255 0
[pid=18910/tid=18964] ppid=18907 vsize=14069564 CPUtime=13.59 cores=0,2,4,6
/proc/18910/task/18964/stat : 18964 (java) S 18907 18910 4896 0 -1 1077944384 22274 12595 0 0 1298 53 5 3 20 0 15 0 145226877 14407233536 202113 18446744073709551615 4194304 4196468 140736672343280 140556524042768 140556927407829 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16490496 140736672348112 140736672350897 140736672350897 140736672354255 0
[pid=18910/tid=18965] ppid=18907 vsize=14069564 CPUtime=10.62 cores=0,2,4,6
/proc/18910/task/18965/stat : 18965 (java) S 18907 18910 4896 0 -1 1077944384 17873 12595 0 0 1002 52 5 3 20 0 15 0 145226879 14407233536 202113 18446744073709551615 4194304 4196468 140736672343280 140555843734128 140556927408770 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16490496 140736672348112 140736672350897 140736672350897 140736672354255 0
[pid=18910/tid=18966] ppid=18907 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/18910/task/18966/stat : 18966 (java) S 18907 18910 4896 0 -1 1077944384 56 12595 0 0 0 0 5 3 20 0 15 0 145226879 14407233536 202113 18446744073709551615 4194304 4196468 140736672343280 140555842680160 140556927407829 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16490496 140736672348112 140736672350897 140736672350897 140736672354255 0
[pid=18910/tid=18967] ppid=18907 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/18910/task/18967/stat : 18967 (java) S 18907 18910 4896 0 -1 1077944384 43 12595 0 0 0 0 5 3 20 0 15 0 145226879 14407233536 202113 18446744073709551615 4194304 4196468 140736672343280 140555841627776 140556927407829 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16490496 140736672348112 140736672350897 140736672350897 140736672354255 0
[pid=18910/tid=18968] ppid=18907 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/18910/task/18968/stat : 18968 (java) S 18907 18910 4896 0 -1 1077944384 3 12595 0 0 0 0 5 3 20 0 15 0 145226882 14407233536 202113 18446744073709551615 4194304 4196468 140736672343280 140555840576080 140556927416219 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16490496 140736672348112 140736672350897 140736672350897 140736672354255 0
[pid=18910/tid=18969] ppid=18907 vsize=14069564 CPUtime=3.47 cores=0,2,4,6
/proc/18910/task/18969/stat : 18969 (java) S 18907 18910 4896 0 -1 1077944384 15049 12595 0 0 337 2 5 3 20 0 15 0 145226882 14407233536 202113 18446744073709551615 4194304 4196468 140736672343280 140555839522928 140556927408770 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16490496 140736672348112 140736672350897 140736672350897 140736672354255 0
[pid=18910/tid=18970] ppid=18907 vsize=14069564 CPUtime=2.92 cores=0,2,4,6
/proc/18910/task/18970/stat : 18970 (java) S 18907 18910 4896 0 -1 1077944384 13453 12595 0 0 282 2 5 3 20 0 15 0 145226882 14407233536 202113 18446744073709551615 4194304 4196468 140736672343280 140555838470128 140556927408770 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16490496 140736672348112 140736672350897 140736672350897 140736672354255 0
[pid=18910/tid=18971] ppid=18907 vsize=14069564 CPUtime=1.73 cores=0,2,4,6
/proc/18910/task/18971/stat : 18971 (java) S 18907 18910 4896 0 -1 1077944384 12633 12595 0 0 161 4 5 3 20 0 15 0 145226882 14407233536 202113 18446744073709551615 4194304 4196468 140736672343280 140555837417840 140556927408770 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16490496 140736672348112 140736672350897 140736672350897 140736672354255 0
[pid=18910/tid=18972] ppid=18907 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/18910/task/18972/stat : 18972 (java) S 18907 18910 4896 0 -1 1077944384 3 12595 0 0 0 0 5 3 20 0 15 0 145226882 14407233536 202113 18446744073709551615 4194304 4196468 140736672343280 140555836365280 140556927407829 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16490496 140736672348112 140736672350897 140736672350897 140736672354255 0
[pid=18910/tid=18973] ppid=18907 vsize=14069564 CPUtime=1.52 cores=0,2,4,6
/proc/18910/task/18973/stat : 18973 (java) S 18907 18910 4896 0 -1 1077944384 1169 12595 0 0 73 71 5 3 20 0 15 0 145226885 14407233536 202113 18446744073709551615 4194304 4196468 140736672343280 140555835313072 140556927408770 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16490496 140736672348112 140736672350897 140736672350897 140736672354255 0
Current children cumulated CPU time (s) 2520.05
Current children cumulated vsize (KiB) 14069564

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

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

[startup+2472.81 s]
/proc/loadavg: 4.63 3.03 2.07 6/214 19653
/proc/meminfo: memFree=18389968/32770624 swapFree=0/451740
[pid=18910] ppid=18907 vsize=14202692 CPUtime=2520.35 cores=0,2,4,6
/proc/18910/stat : 18910 (java) S 18907 18910 4896 0 -1 1077944320 252762 12595 0 0 251687 340 5 3 20 0 17 0 145226856 14543556608 203347 18446744073709551615 4194304 4196468 140736672343280 140736672325824 140556927397623 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 16490496 140736672348112 140736672350897 140736672350897 140736672354255 0
/proc/18910/statm: 3550673 203347 3479 1 0 3539287 0
[pid=18910/tid=18960] ppid=18907 vsize=14202692 CPUtime=2446.02 cores=0,2,4,6
/proc/18910/task/18960/stat : 18960 (java) S 18907 18910 4896 0 -1 1077944384 93142 12595 0 0 244545 49 5 3 20 0 17 0 145226877 14543556608 203347 18446744073709551615 4194304 4196468 140736672343280 140556931635328 140556927407829 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 2 0 0 6293624 6294260 16490496 140736672348112 140736672350897 140736672350897 140736672354255 0
[pid=18910/tid=18961] ppid=18907 vsize=14202692 CPUtime=13.67 cores=0,2,4,6
/proc/18910/task/18961/stat : 18961 (java) S 18907 18910 4896 0 -1 1077944384 22181 12595 0 0 1308 51 5 3 20 0 17 0 145226877 14543556608 203347 18446744073709551615 4194304 4196468 140736672343280 140556527200656 140556927407829 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16490496 140736672348112 140736672350897 140736672350897 140736672354255 0
[pid=18910/tid=18962] ppid=18907 vsize=14202692 CPUtime=13.63 cores=0,2,4,6
/proc/18910/task/18962/stat : 18962 (java) S 18907 18910 4896 0 -1 1077944384 21283 12595 0 0 1300 55 5 3 20 0 17 0 145226877 14543556608 203347 18446744073709551615 4194304 4196468 140736672343280 140556526147856 140556927407829 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16490496 140736672348112 140736672350897 140736672350897 140736672354255 0
[pid=18910/tid=18963] ppid=18907 vsize=14202692 CPUtime=13.69 cores=0,2,4,6
/proc/18910/task/18963/stat : 18963 (java) S 18907 18910 4896 0 -1 1077944384 20167 12595 0 0 1308 53 5 3 20 0 17 0 145226877 14543556608 203347 18446744073709551615 4194304 4196468 140736672343280 140556525095568 140556927407829 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16490496 140736672348112 140736672350897 140736672350897 140736672354255 0
[pid=18910/tid=18964] ppid=18907 vsize=14202692 CPUtime=13.65 cores=0,2,4,6
/proc/18910/task/18964/stat : 18964 (java) S 18907 18910 4896 0 -1 1077944384 22288 12595 0 0 1304 53 5 3 20 0 17 0 145226877 14543556608 203347 18446744073709551615 4194304 4196468 140736672343280 140556524042768 140556927407829 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16490496 140736672348112 140736672350897 140736672350897 140736672354255 0
[pid=18910/tid=18965] ppid=18907 vsize=14202692 CPUtime=10.65 cores=0,2,4,6
/proc/18910/task/18965/stat : 18965 (java) R 18907 18910 4896 0 -1 4202560 28413 12595 0 0 1005 52 5 3 20 0 17 0 145226879 14543556608 203347 18446744073709551615 4194304 4196468 140736672343280 140555843731800 140556911753867 0 0 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 16490496 140736672348112 140736672350897 140736672350897 140736672354255 0
[pid=18910/tid=18966] ppid=18907 vsize=14202692 CPUtime=0.08 cores=0,2,4,6
/proc/18910/task/18966/stat : 18966 (java) S 18907 18910 4896 0 -1 1077944384 58 12595 0 0 0 0 5 3 20 0 17 0 145226879 14543556608 203347 18446744073709551615 4194304 4196468 140736672343280 140555842680064 140556927407829 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16490496 140736672348112 140736672350897 140736672350897 140736672354255 0
[pid=18910/tid=18967] ppid=18907 vsize=14202692 CPUtime=0.08 cores=0,2,4,6
/proc/18910/task/18967/stat : 18967 (java) S 18907 18910 4896 0 -1 1077944384 43 12595 0 0 0 0 5 3 20 0 17 0 145226879 14543556608 203347 18446744073709551615 4194304 4196468 140736672343280 140555841627776 140556927407829 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16490496 140736672348112 140736672350897 140736672350897 140736672354255 0
[pid=18910/tid=18968] ppid=18907 vsize=14202692 CPUtime=0.08 cores=0,2,4,6
/proc/18910/task/18968/stat : 18968 (java) S 18907 18910 4896 0 -1 1077944384 273 12595 0 0 0 0 5 3 20 0 17 0 145226882 14543556608 203347 18446744073709551615 4194304 4196468 140736672343280 140555840576080 140556927416219 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16490496 140736672348112 140736672350897 140736672350897 140736672354255 0
[pid=18910/tid=18969] ppid=18907 vsize=14202692 CPUtime=3.47 cores=0,2,4,6
/proc/18910/task/18969/stat : 18969 (java) S 18907 18910 4896 0 -1 1077944384 15049 12595 0 0 337 2 5 3 20 0 17 0 145226882 14543556608 203347 18446744073709551615 4194304 4196468 140736672343280 140555839522928 140556927408770 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16490496 140736672348112 140736672350897 140736672350897 140736672354255 0
[pid=18910/tid=18970] ppid=18907 vsize=14202692 CPUtime=2.92 cores=0,2,4,6
/proc/18910/task/18970/stat : 18970 (java) S 18907 18910 4896 0 -1 1077944384 13522 12595 0 0 282 2 5 3 20 0 17 0 145226882 14543556608 203347 18446744073709551615 4194304 4196468 140736672343280 140555838460448 140556927407829 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16490496 140736672348112 140736672350897 140736672350897 140736672354255 0
[pid=18910/tid=18971] ppid=18907 vsize=14202692 CPUtime=1.73 cores=0,2,4,6
/proc/18910/task/18971/stat : 18971 (java) S 18907 18910 4896 0 -1 1077944384 12633 12595 0 0 161 4 5 3 20 0 17 0 145226882 14543556608 203347 18446744073709551615 4194304 4196468 140736672343280 140555837417840 140556927408770 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16490496 140736672348112 140736672350897 140736672350897 140736672354255 0
[pid=18910/tid=18972] ppid=18907 vsize=14202692 CPUtime=0.08 cores=0,2,4,6
/proc/18910/task/18972/stat : 18972 (java) S 18907 18910 4896 0 -1 1077944384 3 12595 0 0 0 0 5 3 20 0 17 0 145226882 14543556608 203347 18446744073709551615 4194304 4196468 140736672343280 140555836365280 140556927407829 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16490496 140736672348112 140736672350897 140736672350897 140736672354255 0
[pid=18910/tid=18973] ppid=18907 vsize=14202692 CPUtime=1.52 cores=0,2,4,6
/proc/18910/task/18973/stat : 18973 (java) S 18907 18910 4896 0 -1 1077944384 1169 12595 0 0 73 71 5 3 20 0 17 0 145226885 14543556608 203347 18446744073709551615 4194304 4196468 140736672343280 140555835313072 140556927408770 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16490496 140736672348112 140736672350897 140736672350897 140736672354255 0
Current children cumulated CPU time (s) 2520.35
Current children cumulated vsize (KiB) 14202692

[startup+2472.9 s]
/proc/loadavg: 4.63 3.03 2.07 6/214 19653
/proc/meminfo: memFree=18389968/32770624 swapFree=0/451740
[pid=18910] ppid=18907 vsize=14202692 CPUtime=2520.55 cores=0,2,4,6
/proc/18910/stat : 18910 (java) S 18907 18910 4896 0 -1 1077944320 252863 12595 0 0 251707 340 5 3 20 0 17 0 145226856 14543556608 203349 18446744073709551615 4194304 4196468 140736672343280 140736672325824 140556927397623 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 16490496 140736672348112 140736672350897 140736672350897 140736672354255 0
/proc/18910/statm: 3550673 203349 3479 1 0 3539287 0
[pid=18910/tid=18960] ppid=18907 vsize=14202692 CPUtime=2446.03 cores=0,2,4,6
/proc/18910/task/18960/stat : 18960 (java) R 18907 18910 4896 0 -1 4202560 93161 12595 0 0 244546 49 5 3 20 0 17 0 145226877 14543556608 203349 18446744073709551615 4194304 4196468 140736672343280 140556931635328 140556911478110 0 4 1 16800974 0 0 0 -1 0 0 0 2 0 0 6293624 6294260 16490496 140736672348112 140736672350897 140736672350897 140736672354255 0
[pid=18910/tid=18961] ppid=18907 vsize=14202692 CPUtime=13.71 cores=0,2,4,6
/proc/18910/task/18961/stat : 18961 (java) R 18907 18910 4896 0 -1 1077944384 22181 12595 0 0 1312 51 5 3 20 0 17 0 145226877 14543556608 203349 18446744073709551615 4194304 4196468 140736672343280 140556527200656 140556927407829 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16490496 140736672348112 140736672350897 140736672350897 140736672354255 0
[pid=18910/tid=18962] ppid=18907 vsize=14202692 CPUtime=13.67 cores=0,2,4,6
/proc/18910/task/18962/stat : 18962 (java) S 18907 18910 4896 0 -1 1077944384 21287 12595 0 0 1304 55 5 3 20 0 17 0 145226877 14543556608 203349 18446744073709551615 4194304 4196468 140736672343280 140556526147856 140556927407829 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16490496 140736672348112 140736672350897 140736672350897 140736672354255 0
[pid=18910/tid=18963] ppid=18907 vsize=14202692 CPUtime=13.73 cores=0,2,4,6
/proc/18910/task/18963/stat : 18963 (java) S 18907 18910 4896 0 -1 1077944384 20175 12595 0 0 1312 53 5 3 20 0 17 0 145226877 14543556608 203349 18446744073709551615 4194304 4196468 140736672343280 140556525095568 140556927407829 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16490496 140736672348112 140736672350897 140736672350897 140736672354255 0
[pid=18910/tid=18964] ppid=18907 vsize=14202692 CPUtime=13.69 cores=0,2,4,6
/proc/18910/task/18964/stat : 18964 (java) S 18907 18910 4896 0 -1 1077944384 22292 12595 0 0 1308 53 5 3 20 0 17 0 145226877 14543556608 203349 18446744073709551615 4194304 4196468 140736672343280 140556524042768 140556927407829 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16490496 140736672348112 140736672350897 140736672350897 140736672354255 0
[pid=18910/tid=18965] ppid=18907 vsize=14202692 CPUtime=10.7 cores=0,2,4,6
/proc/18910/task/18965/stat : 18965 (java) S 18907 18910 4896 0 -1 1077944384 28440 12595 0 0 1010 52 5 3 20 0 17 0 145226879 14543556608 203349 18446744073709551615 4194304 4196468 140736672343280 140555843734128 140556927408770 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16490496 140736672348112 140736672350897 140736672350897 140736672354255 0
[pid=18910/tid=18966] ppid=18907 vsize=14202692 CPUtime=0.08 cores=0,2,4,6
/proc/18910/task/18966/stat : 18966 (java) S 18907 18910 4896 0 -1 1077944384 59 12595 0 0 0 0 5 3 20 0 17 0 145226879 14543556608 203349 18446744073709551615 4194304 4196468 140736672343280 140555842680160 140556927407829 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16490496 140736672348112 140736672350897 140736672350897 140736672354255 0
[pid=18910/tid=18967] ppid=18907 vsize=14202692 CPUtime=0.08 cores=0,2,4,6
/proc/18910/task/18967/stat : 18967 (java) S 18907 18910 4896 0 -1 1077944384 45 12595 0 0 0 0 5 3 20 0 17 0 145226879 14543556608 203349 18446744073709551615 4194304 4196468 140736672343280 140555841627776 140556927407829 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16490496 140736672348112 140736672350897 140736672350897 140736672354255 0
[pid=18910/tid=18968] ppid=18907 vsize=14202692 CPUtime=0.08 cores=0,2,4,6
/proc/18910/task/18968/stat : 18968 (java) S 18907 18910 4896 0 -1 1077944384 273 12595 0 0 0 0 5 3 20 0 17 0 145226882 14543556608 203349 18446744073709551615 4194304 4196468 140736672343280 140555840576080 140556927416219 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16490496 140736672348112 140736672350897 140736672350897 140736672354255 0
[pid=18910/tid=18969] ppid=18907 vsize=14202692 CPUtime=3.47 cores=0,2,4,6
/proc/18910/task/18969/stat : 18969 (java) S 18907 18910 4896 0 -1 1077944384 15049 12595 0 0 337 2 5 3 20 0 17 0 145226882 14543556608 203349 18446744073709551615 4194304 4196468 140736672343280 140555839522928 140556927408770 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16490496 140736672348112 140736672350897 140736672350897 140736672354255 0
[pid=18910/tid=18970] ppid=18907 vsize=14202692 CPUtime=2.92 cores=0,2,4,6
/proc/18910/task/18970/stat : 18970 (java) S 18907 18910 4896 0 -1 1077944384 13573 12595 0 0 282 2 5 3 20 0 17 0 145226882 14543556608 203349 18446744073709551615 4194304 4196468 140736672343280 140555838470128 140556927408770 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16490496 140736672348112 140736672350897 140736672350897 140736672354255 0
[pid=18910/tid=18971] ppid=18907 vsize=14202692 CPUtime=1.73 cores=0,2,4,6
/proc/18910/task/18971/stat : 18971 (java) S 18907 18910 4896 0 -1 1077944384 12633 12595 0 0 161 4 5 3 20 0 17 0 145226882 14543556608 203349 18446744073709551615 4194304 4196468 140736672343280 140555837417840 140556927408770 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16490496 140736672348112 140736672350897 140736672350897 140736672354255 0
[pid=18910/tid=18972] ppid=18907 vsize=14202692 CPUtime=0.08 cores=0,2,4,6
/proc/18910/task/18972/stat : 18972 (java) S 18907 18910 4896 0 -1 1077944384 3 12595 0 0 0 0 5 3 20 0 17 0 145226882 14543556608 203349 18446744073709551615 4194304 4196468 140736672343280 140555836365280 140556927407829 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16490496 140736672348112 140736672350897 140736672350897 140736672354255 0
[pid=18910/tid=18973] ppid=18907 vsize=14202692 CPUtime=1.52 cores=0,2,4,6
/proc/18910/task/18973/stat : 18973 (java) S 18907 18910 4896 0 -1 1077944384 1169 12595 0 0 73 71 5 3 20 0 17 0 145226885 14543556608 203349 18446744073709551615 4194304 4196468 140736672343280 140555835313072 140556927408770 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16490496 140736672348112 140736672350897 140736672350897 140736672354255 0
Current children cumulated CPU time (s) 2520.55
Current children cumulated vsize (KiB) 14202692

Child status: 143
Real time (s): 2472.93
CPU time (s): 2520.59
CPU user time (s): 2517.14
CPU system time (s): 3.44907
CPU usage (%): 101.927
Max. virtual memory (cumulated for all children) (KiB): 14202692

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.14
system time used= 3.44907
maximum resident set size= 954952
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 265735
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2864
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 266587
involuntary context switches= 10127

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.2445 second user time and 16.371 second system time

The end

Launcher Data

Begin job on node132 at 2017-08-11 14:34:36
IDJOB=4262464
IDBENCH=133180
IDSOLVER=2650
FILE ID=node132/4262464-1502455740
RUNJOBID= node132-1502411403-4959
PBS_JOBID= 
Free space on /tmp= 61980 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/Ortholatin/Ortholatin-m1-s1/Ortholatin-009.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262464-1502455740/watcher-4262464-1502455740 -o /tmp/evaluation-result-4262464-1502455740/solver-4262464-1502455740 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1502411403-4959 --watchdog 2580  bin/concrete HOME/instance-4262464-1502455740.xml

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

MD5SUM BENCH= f1f2c4ea81b28916fca828d1ce53413f
RANDOM SEED=1413835920

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:        25802804 kB
MemAvailable:   26693904 kB
Buffers:          297496 kB
Cached:           903568 kB
SwapCached:            0 kB
Active:          6018836 kB
Inactive:         502416 kB
Active(anon):    5321124 kB
Inactive(anon):    49012 kB
Active(file):     697712 kB
Inactive(file):   453404 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24440 kB
Writeback:             4 kB
AnonPages:       5319884 kB
Mapped:            72776 kB
Shmem:             49852 kB
Slab:             138704 kB
SReclaimable:     111636 kB
SUnreclaim:        27068 kB
KernelStack:        3536 kB
PageTables:        15824 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5956768 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5062656 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= 61936 MiB
End job on node132 at 2017-08-11 15:15:49