Trace number 4262655

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) 2523.27 2436.1399

General information on the benchmark

NameSocialGolfers/SocialGolfers-xcsp2-s1/
SocialGolfers-06-4-6_X2.xml
MD5SUM43a487770d57b1dc580a85535ccd03c6
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables2520
Number of constraints10392
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":2520}]
Minimum variable degree7
Maximum variable degree25
Distribution of variable degrees[{"degree":7,"count":1656},{"degree":25,"count":864}]
Minimum constraint arity3
Maximum constraint arity24
Distribution of constraint arities[{"arity":3,"count":9936},{"arity":6,"count":420},{"arity":24,"count":36}]
Number of extensional constraints0
Number of intensional constraints9936
Distribution of constraint types[{"type":"intension","count":9936},{"type":"sum","count":456}]
Optimization problemNO
Type of objective

Solver Data

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

pid=15716
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.62 1.58 1.59 2/201 15719
/proc/meminfo: memFree=26233576/32770624 swapFree=0/450936
[pid=15719] ppid=15716 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/15719/stat : 15719 (runsolver) D 15716 15719 4896 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 144242752 24240128 107 18446744073709551615 4194304 4338465 140724705715008 140724705712648 139685333803735 0 0 1 24578 18446744071580418449 0 0 17 2 0 0 0 0 0 6438912 6441760 18345984 140724705718481 140724705718857 140724705718857 140724705722314 0
/proc/15719/statm: 5918 107 54 36 0 2156 0

[startup+0.100133 s]
/proc/loadavg: 1.62 1.58 1.59 2/201 15719
/proc/meminfo: memFree=26233576/32770624 swapFree=0/450936
[pid=15719] ppid=15716 vsize=9508 CPUtime=0 cores=0,2,4,6
/proc/15719/stat : 15719 (bash) S 15716 15719 4896 0 -1 4202496 650 0 0 0 0 0 0 0 20 0 1 0 144242752 9736192 352 18446744073709551615 4194304 5098028 140724597365120 140724597362760 140420343278592 0 0 5 65536 18446744071580971376 0 0 17 6 0 0 9 0 0 7196144 7232144 39981056 140724597367316 140724597367401 140724597367401 140724597370858 0
/proc/15719/statm: 2377 352 279 221 0 86 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9508

[startup+0.200267 s]
/proc/loadavg: 1.62 1.58 1.59 2/201 15719
/proc/meminfo: memFree=26233576/32770624 swapFree=0/450936
[pid=15719] ppid=15716 vsize=9636 CPUtime=0.01 cores=0,2,4,6
/proc/15719/stat : 15719 (bash) S 15716 15719 4896 0 -1 4202496 895 6488 0 0 0 0 0 1 20 0 1 0 144242752 9867264 377 18446744073709551615 4194304 5098028 140724597365120 140724597359128 140420343278592 0 0 5 65536 18446744071580971376 0 0 17 2 0 0 9 0 0 7196144 7232144 39981056 140724597367316 140724597367401 140724597367401 140724597370858 0
/proc/15719/statm: 2409 377 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.300349 s]
/proc/loadavg: 1.62 1.58 1.59 2/201 15719
/proc/meminfo: memFree=26233576/32770624 swapFree=0/450936
[pid=15719] ppid=15716 vsize=13907308 CPUtime=0.13 cores=0,2,4,6
/proc/15719/stat : 15719 (java) S 15716 15719 4896 0 -1 1077944320 5865 12397 0 0 5 1 5 2 20 0 14 0 144242752 14241083392 5536 18446744073709551615 4194304 4196468 140733456375888 140733456358432 140402689904375 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 9 0 0 6293624 6294260 26189824 140733456381904 140733456384689 140733456384689 140733456388047 0
/proc/15719/statm: 3476827 5536 2565 1 0 3466324 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 13907308

[startup+0.703401 s]
/proc/loadavg: 1.62 1.58 1.59 2/201 15719
/proc/meminfo: memFree=26233576/32770624 swapFree=0/450936
[pid=15719] ppid=15716 vsize=13974784 CPUtime=0.67 cores=0,2,4,6
/proc/15719/stat : 15719 (java) S 15716 15719 4896 0 -1 1077944320 13909 12397 0 0 56 4 5 2 20 0 15 0 144242752 14310178816 14333 18446744073709551615 4194304 4196468 140733456375888 140733456358432 140402689904375 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 9 0 0 6293624 6294260 26189824 140733456381904 140733456384689 140733456384689 140733456388047 0
/proc/15719/statm: 3493696 14333 3107 1 0 3482965 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 13974784

[startup+1.50464 s]
/proc/loadavg: 1.81 1.62 1.60 3/216 15782
/proc/meminfo: memFree=26142140/32770624 swapFree=0/450740
[pid=15719] ppid=15716 vsize=13985408 CPUtime=1.83 cores=0,2,4,6
/proc/15719/stat : 15719 (java) S 15716 15719 4896 0 -1 1077944320 27723 12397 0 0 167 9 5 2 20 0 15 0 144242752 14321057792 33842 18446744073709551615 4194304 4196468 140733456375888 140733456358432 140402689904375 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 9 0 0 6293624 6294260 26189824 140733456381904 140733456384689 140733456384689 140733456388047 0
/proc/15719/statm: 3496352 33842 3336 1 0 3485525 0
[pid=15719/tid=15769] ppid=15716 vsize=13985408 CPUtime=1.29 cores=0,2,4,6
/proc/15719/task/15769/stat : 15769 (java) R 15716 15719 4896 0 -1 4202560 22578 12397 0 0 115 7 5 2 20 0 15 0 144242775 14321057792 33842 18446744073709551615 4194304 4196468 140733456375888 140402694133984 140402689916310 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 26189824 140733456381904 140733456384689 140733456384689 140733456388047 0
[pid=15719/tid=15770] ppid=15716 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/15719/task/15770/stat : 15770 (java) S 15716 15719 4896 0 -1 1077944384 1 12397 0 0 0 0 5 2 20 0 15 0 144242776 14321057792 33842 18446744073709551615 4194304 4196468 140733456375888 140402624338192 140402689914581 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26189824 140733456381904 140733456384689 140733456384689 140733456388047 0
[pid=15719/tid=15771] ppid=15716 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/15719/task/15771/stat : 15771 (java) S 15716 15719 4896 0 -1 1077944384 1 12397 0 0 0 0 5 2 20 0 15 0 144242776 14321057792 33842 18446744073709551615 4194304 4196468 140733456375888 140402623285648 140402689914581 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26189824 140733456381904 140733456384689 140733456384689 140733456388047 0
[pid=15719/tid=15772] ppid=15716 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/15719/task/15772/stat : 15772 (java) S 15716 15719 4896 0 -1 1077944384 1 12397 0 0 0 0 5 2 20 0 15 0 144242776 14321057792 33842 18446744073709551615 4194304 4196468 140733456375888 140402622233104 140402689914581 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26189824 140733456381904 140733456384689 140733456384689 140733456388047 0
[pid=15719/tid=15773] ppid=15716 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/15719/task/15773/stat : 15773 (java) S 15716 15719 4896 0 -1 1077944384 2 12397 0 0 0 0 5 2 20 0 15 0 144242776 14321057792 33842 18446744073709551615 4194304 4196468 140733456375888 140402621180560 140402689914581 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26189824 140733456381904 140733456384689 140733456384689 140733456388047 0
[pid=15719/tid=15774] ppid=15716 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/15719/task/15774/stat : 15774 (java) S 15716 15719 4896 0 -1 1077944384 5 12397 0 0 0 0 5 2 20 0 15 0 144242777 14321057792 33842 18446744073709551615 4194304 4196468 140733456375888 140402167863792 140402689915522 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26189824 140733456381904 140733456384689 140733456384689 140733456388047 0
[pid=15719/tid=15775] ppid=15716 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/15719/task/15775/stat : 15775 (java) S 15716 15719 4896 0 -1 1077944384 33 12397 0 0 0 0 5 2 20 0 15 0 144242778 14321057792 33842 18446744073709551615 4194304 4196468 140733456375888 140402166810016 140402689914581 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26189824 140733456381904 140733456384689 140733456384689 140733456388047 0
[pid=15719/tid=15776] ppid=15716 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/15719/task/15776/stat : 15776 (java) S 15716 15719 4896 0 -1 1077944384 21 12397 0 0 0 0 5 2 20 0 15 0 144242778 14321057792 33842 18446744073709551615 4194304 4196468 140733456375888 140402165757424 140402689914581 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26189824 140733456381904 140733456384689 140733456384689 140733456388047 0
[pid=15719/tid=15777] ppid=15716 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/15719/task/15777/stat : 15777 (java) S 15716 15719 4896 0 -1 1077944384 3 12397 0 0 0 0 5 2 20 0 15 0 144242780 14321057792 33842 18446744073709551615 4194304 4196468 140733456375888 140402164706000 140402689922971 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26189824 140733456381904 140733456384689 140733456384689 140733456388047 0
[pid=15719/tid=15778] ppid=15716 vsize=13985408 CPUtime=0.24 cores=0,2,4,6
/proc/15719/task/15778/stat : 15778 (java) S 15716 15719 4896 0 -1 1077944384 1200 12397 0 0 17 0 5 2 20 0 15 0 144242781 14321057792 33842 18446744073709551615 4194304 4196468 140733456375888 140402163652592 140402689915522 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26189824 140733456381904 140733456384689 140733456384689 140733456388047 0
[pid=15719/tid=15779] ppid=15716 vsize=13985408 CPUtime=0.18 cores=0,2,4,6
/proc/15719/task/15779/stat : 15779 (java) S 15716 15719 4896 0 -1 1077944384 456 12397 0 0 11 0 5 2 20 0 15 0 144242781 14321057792 33842 18446744073709551615 4194304 4196468 140733456375888 140402162600048 140402689915522 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26189824 140733456381904 140733456384689 140733456384689 140733456388047 0
[pid=15719/tid=15780] ppid=15716 vsize=13985408 CPUtime=0.29 cores=0,2,4,6
/proc/15719/task/15780/stat : 15780 (java) S 15716 15719 4896 0 -1 1077944384 1260 12397 0 0 22 0 5 2 20 0 15 0 144242781 14321057792 33842 18446744073709551615 4194304 4196468 140733456375888 140402161547504 140402689915522 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26189824 140733456381904 140733456384689 140733456384689 140733456388047 0
[pid=15719/tid=15781] ppid=15716 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/15719/task/15781/stat : 15781 (java) S 15716 15719 4896 0 -1 1077944384 3 12397 0 0 0 0 5 2 20 0 15 0 144242781 14321057792 33842 18446744073709551615 4194304 4196468 140733456375888 140402160495200 140402689914581 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26189824 140733456381904 140733456384689 140733456384689 140733456388047 0
[pid=15719/tid=15782] ppid=15716 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/15719/task/15782/stat : 15782 (java) S 15716 15719 4896 0 -1 1077944384 7 12397 0 0 0 0 5 2 20 0 15 0 144242784 14321057792 33842 18446744073709551615 4194304 4196468 140733456375888 140402159442736 140402689915522 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26189824 140733456381904 140733456384689 140733456384689 140733456388047 0
Current children cumulated CPU time (s) 1.83
Current children cumulated vsize (KiB) 13985408

[startup+3.10125 s]
/proc/loadavg: 1.81 1.62 1.60 4/216 15782
/proc/meminfo: memFree=26063220/32770624 swapFree=0/450728
[pid=15719] ppid=15716 vsize=13995836 CPUtime=6.07 cores=0,2,4,6
/proc/15719/stat : 15719 (java) S 15716 15719 4896 0 -1 1077944320 44210 12397 0 0 581 19 5 2 20 0 15 0 144242752 14331736064 67021 18446744073709551615 4194304 4196468 140733456375888 140733456358432 140402689904375 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 9 0 0 6293624 6294260 26189824 140733456381904 140733456384689 140733456384689 140733456388047 0
/proc/15719/statm: 3498959 67021 3445 1 0 3487573 0
[pid=15719/tid=15769] ppid=15716 vsize=13995836 CPUtime=2.86 cores=0,2,4,6
/proc/15719/task/15769/stat : 15769 (java) R 15716 15719 4896 0 -1 4202560 29732 12397 0 0 268 11 5 2 20 0 15 0 144242775 14331736064 67021 18446744073709551615 4194304 4196468 140733456375888 140402694136848 140402306192212 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 26189824 140733456381904 140733456384689 140733456384689 140733456388047 0
[pid=15719/tid=15770] ppid=15716 vsize=13995836 CPUtime=0.08 cores=0,2,4,6
/proc/15719/task/15770/stat : 15770 (java) S 15716 15719 4896 0 -1 1077944384 61 12397 0 0 1 0 5 2 20 0 15 0 144242776 14331736064 67021 18446744073709551615 4194304 4196468 140733456375888 140402624338192 140402689914581 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26189824 140733456381904 140733456384689 140733456384689 140733456388047 0
[pid=15719/tid=15771] ppid=15716 vsize=13995836 CPUtime=0.08 cores=0,2,4,6
/proc/15719/task/15771/stat : 15771 (java) S 15716 15719 4896 0 -1 1077944384 56 12397 0 0 1 0 5 2 20 0 15 0 144242776 14331736064 67021 18446744073709551615 4194304 4196468 140733456375888 140402623285648 140402689914581 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26189824 140733456381904 140733456384689 140733456384689 140733456388047 0
[pid=15719/tid=15772] ppid=15716 vsize=13995836 CPUtime=0.08 cores=0,2,4,6
/proc/15719/task/15772/stat : 15772 (java) S 15716 15719 4896 0 -1 1077944384 190 12397 0 0 1 0 5 2 20 0 15 0 144242776 14331736064 67021 18446744073709551615 4194304 4196468 140733456375888 140402622233104 140402689914581 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26189824 140733456381904 140733456384689 140733456384689 140733456388047 0
[pid=15719/tid=15773] ppid=15716 vsize=13995836 CPUtime=0.07 cores=0,2,4,6
/proc/15719/task/15773/stat : 15773 (java) S 15716 15719 4896 0 -1 1077944384 51 12397 0 0 0 0 5 2 20 0 15 0 144242776 14331736064 67021 18446744073709551615 4194304 4196468 140733456375888 140402621180560 140402689914581 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26189824 140733456381904 140733456384689 140733456384689 140733456388047 0
[pid=15719/tid=15774] ppid=15716 vsize=13995836 CPUtime=0.08 cores=0,2,4,6
/proc/15719/task/15774/stat : 15774 (java) S 15716 15719 4896 0 -1 1077944384 1521 12397 0 0 1 0 5 2 20 0 15 0 144242777 14331736064 67021 18446744073709551615 4194304 4196468 140733456375888 140402167863792 140402689915522 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26189824 140733456381904 140733456384689 140733456384689 140733456388047 0
[pid=15719/tid=15775] ppid=15716 vsize=13995836 CPUtime=0.07 cores=0,2,4,6
/proc/15719/task/15775/stat : 15775 (java) S 15716 15719 4896 0 -1 1077944384 55 12397 0 0 0 0 5 2 20 0 15 0 144242778 14331736064 67021 18446744073709551615 4194304 4196468 140733456375888 140402166810016 140402689914581 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26189824 140733456381904 140733456384689 140733456384689 140733456388047 0
[pid=15719/tid=15776] ppid=15716 vsize=13995836 CPUtime=0.07 cores=0,2,4,6
/proc/15719/task/15776/stat : 15776 (java) S 15716 15719 4896 0 -1 1077944384 45 12397 0 0 0 0 5 2 20 0 15 0 144242778 14331736064 67021 18446744073709551615 4194304 4196468 140733456375888 140402165757424 140402689914581 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26189824 140733456381904 140733456384689 140733456384689 140733456388047 0
[pid=15719/tid=15777] ppid=15716 vsize=13995836 CPUtime=0.07 cores=0,2,4,6
/proc/15719/task/15777/stat : 15777 (java) S 15716 15719 4896 0 -1 1077944384 3 12397 0 0 0 0 5 2 20 0 15 0 144242780 14331736064 67021 18446744073709551615 4194304 4196468 140733456375888 140402164706000 140402689922971 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26189824 140733456381904 140733456384689 140733456384689 140733456388047 0
[pid=15719/tid=15778] ppid=15716 vsize=13995836 CPUtime=1.07 cores=0,2,4,6
/proc/15719/task/15778/stat : 15778 (java) S 15716 15719 4896 0 -1 1077944384 2906 12397 0 0 100 0 5 2 20 0 15 0 144242781 14331736064 67021 18446744073709551615 4194304 4196468 140733456375888 140402163652592 140402689915522 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26189824 140733456381904 140733456384689 140733456384689 140733456388047 0
[pid=15719/tid=15779] ppid=15716 vsize=13995836 CPUtime=1.11 cores=0,2,4,6
/proc/15719/task/15779/stat : 15779 (java) R 15716 15719 4896 0 -1 4202560 3819 12397 0 0 103 1 5 2 20 0 15 0 144242781 14331736064 67021 18446744073709551615 4194304 4196468 140733456375888 140402162600048 140402673290986 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26189824 140733456381904 140733456384689 140733456384689 140733456388047 0
[pid=15719/tid=15780] ppid=15716 vsize=13995836 CPUtime=1.12 cores=0,2,4,6
/proc/15719/task/15780/stat : 15780 (java) S 15716 15719 4896 0 -1 1077944384 3608 12397 0 0 103 2 5 2 20 0 15 0 144242781 14331736064 67021 18446744073709551615 4194304 4196468 140733456375888 140402161547504 140402689915522 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26189824 140733456381904 140733456384689 140733456384689 140733456388047 0
[pid=15719/tid=15781] ppid=15716 vsize=13995836 CPUtime=0.07 cores=0,2,4,6
/proc/15719/task/15781/stat : 15781 (java) S 15716 15719 4896 0 -1 1077944384 3 12397 0 0 0 0 5 2 20 0 15 0 144242781 14331736064 67021 18446744073709551615 4194304 4196468 140733456375888 140402160495200 140402689914581 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26189824 140733456381904 140733456384689 140733456384689 140733456388047 0
[pid=15719/tid=15782] ppid=15716 vsize=13995836 CPUtime=0.07 cores=0,2,4,6
/proc/15719/task/15782/stat : 15782 (java) S 15716 15719 4896 0 -1 1077944384 8 12397 0 0 0 0 5 2 20 0 15 0 144242784 14331736064 67021 18446744073709551615 4194304 4196468 140733456375888 140402159442736 140402689915522 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26189824 140733456381904 140733456384689 140733456384689 140733456388047 0
Current children cumulated CPU time (s) 6.07
Current children cumulated vsize (KiB) 13995836

[startup+6.30071 s]
/proc/loadavg: 1.81 1.62 1.60 3/216 15782
/proc/meminfo: memFree=25823744/32770624 swapFree=0/450728
[pid=15719] ppid=15716 vsize=13997884 CPUtime=14.55 cores=0,2,4,6
/proc/15719/stat : 15719 (java) S 15716 15719 4896 0 -1 1077944320 67372 12397 0 0 1400 48 5 2 20 0 15 0 144242752 14333833216 154074 18446744073709551615 4194304 4196468 140733456375888 140733456358432 140402689904375 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 9 0 0 6293624 6294260 26189824 140733456381904 140733456384689 140733456384689 140733456388047 0
/proc/15719/statm: 3499471 154074 3479 1 0 3488085 0
[pid=15719/tid=15769] ppid=15716 vsize=13997884 CPUtime=5.79 cores=0,2,4,6
/proc/15719/task/15769/stat : 15769 (java) R 15716 15719 4896 0 -1 4202560 32389 12397 0 0 559 13 5 2 20 0 15 0 144242775 14333833216 154074 18446744073709551615 4194304 4196468 140733456375888 140402694131408 140402673984862 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 26189824 140733456381904 140733456384689 140733456384689 140733456388047 0
[pid=15719/tid=15770] ppid=15716 vsize=13997884 CPUtime=0.3 cores=0,2,4,6
/proc/15719/task/15770/stat : 15770 (java) S 15716 15719 4896 0 -1 1077944384 291 12397 0 0 17 6 5 2 20 0 15 0 144242776 14333833216 154074 18446744073709551615 4194304 4196468 140733456375888 140402624338192 140402689914581 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26189824 140733456381904 140733456384689 140733456384689 140733456388047 0
[pid=15719/tid=15771] ppid=15716 vsize=13997884 CPUtime=0.28 cores=0,2,4,6
/proc/15719/task/15771/stat : 15771 (java) S 15716 15719 4896 0 -1 1077944384 529 12397 0 0 16 5 5 2 20 0 15 0 144242776 14333833216 154074 18446744073709551615 4194304 4196468 140733456375888 140402623285648 140402689914581 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26189824 140733456381904 140733456384689 140733456384689 140733456388047 0
[pid=15719/tid=15772] ppid=15716 vsize=13997884 CPUtime=0.28 cores=0,2,4,6
/proc/15719/task/15772/stat : 15772 (java) S 15716 15719 4896 0 -1 1077944384 393 12397 0 0 16 5 5 2 20 0 15 0 144242776 14333833216 154074 18446744073709551615 4194304 4196468 140733456375888 140402622233104 140402689914581 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26189824 140733456381904 140733456384689 140733456384689 140733456388047 0
[pid=15719/tid=15773] ppid=15716 vsize=13997884 CPUtime=0.31 cores=0,2,4,6
/proc/15719/task/15773/stat : 15773 (java) S 15716 15719 4896 0 -1 1077944384 277 12397 0 0 17 7 5 2 20 0 15 0 144242776 14333833216 154074 18446744073709551615 4194304 4196468 140733456375888 140402621180560 140402689914581 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26189824 140733456381904 140733456384689 140733456384689 140733456388047 0
[pid=15719/tid=15774] ppid=15716 vsize=13997884 CPUtime=0.09 cores=0,2,4,6
/proc/15719/task/15774/stat : 15774 (java) S 15716 15719 4896 0 -1 1077944384 2639 12397 0 0 2 0 5 2 20 0 15 0 144242777 14333833216 154074 18446744073709551615 4194304 4196468 140733456375888 140402167863792 140402689915522 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26189824 140733456381904 140733456384689 140733456384689 140733456388047 0
[pid=15719/tid=15775] ppid=15716 vsize=13997884 CPUtime=0.07 cores=0,2,4,6
/proc/15719/task/15775/stat : 15775 (java) S 15716 15719 4896 0 -1 1077944384 55 12397 0 0 0 0 5 2 20 0 15 0 144242778 14333833216 154074 18446744073709551615 4194304 4196468 140733456375888 140402166810080 140402689914581 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26189824 140733456381904 140733456384689 140733456384689 140733456388047 0
[pid=15719/tid=15776] ppid=15716 vsize=13997884 CPUtime=0.07 cores=0,2,4,6
/proc/15719/task/15776/stat : 15776 (java) S 15716 15719 4896 0 -1 1077944384 45 12397 0 0 0 0 5 2 20 0 15 0 144242778 14333833216 154074 18446744073709551615 4194304 4196468 140733456375888 140402165757440 140402689914581 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26189824 140733456381904 140733456384689 140733456384689 140733456388047 0
[pid=15719/tid=15777] ppid=15716 vsize=13997884 CPUtime=0.07 cores=0,2,4,6
/proc/15719/task/15777/stat : 15777 (java) S 15716 15719 4896 0 -1 1077944384 3 12397 0 0 0 0 5 2 20 0 15 0 144242780 14333833216 154074 18446744073709551615 4194304 4196468 140733456375888 140402164706000 140402689922971 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26189824 140733456381904 140733456384689 140733456384689 140733456388047 0
[pid=15719/tid=15778] ppid=15716 vsize=13997884 CPUtime=3.23 cores=0,2,4,6
/proc/15719/task/15778/stat : 15778 (java) R 15716 15719 4896 0 -1 4202560 8534 12397 0 0 315 1 5 2 20 0 15 0 144242781 14333833216 154074 18446744073709551615 4194304 4196468 140733456375888 140402163636672 140402673401163 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26189824 140733456381904 140733456384689 140733456384689 140733456388047 0
[pid=15719/tid=15779] ppid=15716 vsize=13997884 CPUtime=3.18 cores=0,2,4,6
/proc/15719/task/15779/stat : 15779 (java) R 15716 15719 4896 0 -1 1077944384 9206 12397 0 0 309 2 5 2 20 0 15 0 144242781 14333833216 154074 18446744073709551615 4194304 4196468 140733456375888 140402162600048 140402689915522 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26189824 140733456381904 140733456384689 140733456384689 140733456388047 0
[pid=15719/tid=15780] ppid=15716 vsize=13997884 CPUtime=1.56 cores=0,2,4,6
/proc/15719/task/15780/stat : 15780 (java) R 15716 15719 4896 0 -1 4202560 10801 12397 0 0 145 4 5 2 20 0 15 0 144242781 14333833216 154074 18446744073709551615 4194304 4196468 140733456375888 140402161547504 140402667896227 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26189824 140733456381904 140733456384689 140733456384689 140733456388047 0
[pid=15719/tid=15781] ppid=15716 vsize=13997884 CPUtime=0.07 cores=0,2,4,6
/proc/15719/task/15781/stat : 15781 (java) S 15716 15719 4896 0 -1 1077944384 3 12397 0 0 0 0 5 2 20 0 15 0 144242781 14333833216 154074 18446744073709551615 4194304 4196468 140733456375888 140402160495200 140402689914581 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26189824 140733456381904 140733456384689 140733456384689 140733456388047 0
[pid=15719/tid=15782] ppid=15716 vsize=13997884 CPUtime=0.07 cores=0,2,4,6
/proc/15719/task/15782/stat : 15782 (java) S 15716 15719 4896 0 -1 1077944384 56 12397 0 0 0 0 5 2 20 0 15 0 144242784 14333833216 154074 18446744073709551615 4194304 4196468 140733456375888 140402159442736 140402689915522 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26189824 140733456381904 140733456384689 140733456384689 140733456388047 0
Current children cumulated CPU time (s) 14.55
Current children cumulated vsize (KiB) 13997884

[startup+12.7008 s]
/proc/loadavg: 2.22 1.71 1.64 3/216 15782
/proc/meminfo: memFree=25034340/32770624 swapFree=0/450728
[pid=15719] ppid=15716 vsize=13999932 CPUtime=29.59 cores=0,2,4,6
/proc/15719/stat : 15719 (java) S 15716 15719 4896 0 -1 1077944320 87796 12397 0 0 2880 72 5 2 20 0 15 0 144242752 14335930368 310375 18446744073709551615 4194304 4196468 140733456375888 140733456358432 140402689904375 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 9 0 0 6293624 6294260 26189824 140733456381904 140733456384689 140733456384689 140733456388047 0
/proc/15719/statm: 3499983 310375 3480 1 0 3488597 0
[pid=15719/tid=15769] ppid=15716 vsize=13999932 CPUtime=11.97 cores=0,2,4,6
/proc/15719/task/15769/stat : 15769 (java) R 15716 15719 4896 0 -1 4202560 34454 12397 0 0 1171 19 5 2 20 0 15 0 144242775 14335930368 310375 18446744073709551615 4194304 4196468 140733456375888 140402694135616 140402310648010 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 26189824 140733456381904 140733456384689 140733456384689 140733456388047 0
[pid=15719/tid=15770] ppid=15716 vsize=13999932 CPUtime=0.46 cores=0,2,4,6
/proc/15719/task/15770/stat : 15770 (java) S 15716 15719 4896 0 -1 1077944384 419 12397 0 0 30 9 5 2 20 0 15 0 144242776 14335930368 310375 18446744073709551615 4194304 4196468 140733456375888 140402624338192 140402689914581 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26189824 140733456381904 140733456384689 140733456384689 140733456388047 0
[pid=15719/tid=15771] ppid=15716 vsize=13999932 CPUtime=0.47 cores=0,2,4,6
/proc/15719/task/15771/stat : 15771 (java) S 15716 15719 4896 0 -1 1077944384 651 12397 0 0 31 9 5 2 20 0 15 0 144242776 14335930368 310375 18446744073709551615 4194304 4196468 140733456375888 140402623285648 140402689914581 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26189824 140733456381904 140733456384689 140733456384689 140733456388047 0
[pid=15719/tid=15772] ppid=15716 vsize=13999932 CPUtime=0.47 cores=0,2,4,6
/proc/15719/task/15772/stat : 15772 (java) S 15716 15719 4896 0 -1 1077944384 534 12397 0 0 31 9 5 2 20 0 15 0 144242776 14335930368 310375 18446744073709551615 4194304 4196468 140733456375888 140402622233104 140402689914581 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26189824 140733456381904 140733456384689 140733456384689 140733456388047 0
[pid=15719/tid=15773] ppid=15716 vsize=13999932 CPUtime=0.49 cores=0,2,4,6
/proc/15719/task/15773/stat : 15773 (java) S 15716 15719 4896 0 -1 1077944384 420 12397 0 0 32 10 5 2 20 0 15 0 144242776 14335930368 310375 18446744073709551615 4194304 4196468 140733456375888 140402621180560 140402689914581 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26189824 140733456381904 140733456384689 140733456384689 140733456388047 0
[pid=15719/tid=15774] ppid=15716 vsize=13999932 CPUtime=0.11 cores=0,2,4,6
/proc/15719/task/15774/stat : 15774 (java) S 15716 15719 4896 0 -1 1077944384 2981 12397 0 0 3 1 5 2 20 0 15 0 144242777 14335930368 310375 18446744073709551615 4194304 4196468 140733456375888 140402167863792 140402689915522 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26189824 140733456381904 140733456384689 140733456384689 140733456388047 0
[pid=15719/tid=15775] ppid=15716 vsize=13999932 CPUtime=0.07 cores=0,2,4,6
/proc/15719/task/15775/stat : 15775 (java) S 15716 15719 4896 0 -1 1077944384 58 12397 0 0 0 0 5 2 20 0 15 0 144242778 14335930368 310375 18446744073709551615 4194304 4196468 140733456375888 140402166810080 140402689914581 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26189824 140733456381904 140733456384689 140733456384689 140733456388047 0
[pid=15719/tid=15776] ppid=15716 vsize=13999932 CPUtime=0.07 cores=0,2,4,6
/proc/15719/task/15776/stat : 15776 (java) S 15716 15719 4896 0 -1 1077944384 52 12397 0 0 0 0 5 2 20 0 15 0 144242778 14335930368 310375 18446744073709551615 4194304 4196468 140733456375888 140402165757440 140402689914581 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26189824 140733456381904 140733456384689 140733456384689 140733456388047 0
[pid=15719/tid=15777] ppid=15716 vsize=13999932 CPUtime=0.07 cores=0,2,4,6
/proc/15719/task/15777/stat : 15777 (java) S 15716 15719 4896 0 -1 1077944384 3 12397 0 0 0 0 5 2 20 0 15 0 144242780 14335930368 310375 18446744073709551615 4194304 4196468 140733456375888 140402164706000 140402689922971 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26189824 140733456381904 140733456384689 140733456384689 140733456388047 0

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

Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2435.2 s]
/proc/loadavg: 1.65 1.72 1.67 4/216 16702
/proc/meminfo: memFree=23909872/32770624 swapFree=0/451428
[pid=15719] ppid=15716 vsize=14069564 CPUtime=2520.07 cores=0,2,4,6
/proc/15719/stat : 15719 (java) S 15716 15719 4896 0 -1 1077944320 604215 12397 0 0 251571 429 5 2 20 0 15 0 144242752 14407233536 391750 18446744073709551615 4194304 4196468 140733456375888 140733456358432 140402689904375 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 9 0 0 6293624 6294260 26189824 140733456381904 140733456384689 140733456384689 140733456388047 0
/proc/15719/statm: 3517391 391750 3492 1 0 3506005 0
[pid=15719/tid=15769] ppid=15716 vsize=14069564 CPUtime=2411.52 cores=0,2,4,6
/proc/15719/task/15769/stat : 15769 (java) R 15716 15719 4896 0 -1 4202560 141405 12397 0 0 241049 96 5 2 20 0 15 0 144242775 14407233536 391750 18446744073709551615 4194304 4196468 140733456375888 140402694138704 140402316807797 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 26189824 140733456381904 140733456384689 140733456384689 140733456388047 0
[pid=15719/tid=15770] ppid=15716 vsize=14069564 CPUtime=16.01 cores=0,2,4,6
/proc/15719/task/15770/stat : 15770 (java) S 15716 15719 4896 0 -1 1077944384 44505 12397 0 0 1546 48 5 2 20 0 15 0 144242776 14407233536 391750 18446744073709551615 4194304 4196468 140733456375888 140402624338192 140402689914581 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26189824 140733456381904 140733456384689 140733456384689 140733456388047 0
[pid=15719/tid=15771] ppid=15716 vsize=14069564 CPUtime=16.01 cores=0,2,4,6
/proc/15719/task/15771/stat : 15771 (java) S 15716 15719 4896 0 -1 1077944384 36481 12397 0 0 1549 45 5 2 20 0 15 0 144242776 14407233536 391750 18446744073709551615 4194304 4196468 140733456375888 140402623285648 140402689914581 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26189824 140733456381904 140733456384689 140733456384689 140733456388047 0
[pid=15719/tid=15772] ppid=15716 vsize=14069564 CPUtime=16.04 cores=0,2,4,6
/proc/15719/task/15772/stat : 15772 (java) S 15716 15719 4896 0 -1 1077944384 42445 12397 0 0 1552 45 5 2 20 0 15 0 144242776 14407233536 391750 18446744073709551615 4194304 4196468 140733456375888 140402622233104 140402689914581 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26189824 140733456381904 140733456384689 140733456384689 140733456388047 0
[pid=15719/tid=15773] ppid=15716 vsize=14069564 CPUtime=16.03 cores=0,2,4,6
/proc/15719/task/15773/stat : 15773 (java) S 15716 15719 4896 0 -1 1077944384 42849 12397 0 0 1548 48 5 2 20 0 15 0 144242776 14407233536 391750 18446744073709551615 4194304 4196468 140733456375888 140402621180560 140402689914581 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26189824 140733456381904 140733456384689 140733456384689 140733456388047 0
[pid=15719/tid=15774] ppid=15716 vsize=14069564 CPUtime=5.46 cores=0,2,4,6
/proc/15719/task/15774/stat : 15774 (java) S 15716 15719 4896 0 -1 1077944384 29486 12397 0 0 473 66 5 2 20 0 15 0 144242777 14407233536 391750 18446744073709551615 4194304 4196468 140733456375888 140402167863792 140402689915522 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26189824 140733456381904 140733456384689 140733456384689 140733456388047 0
[pid=15719/tid=15775] ppid=15716 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/15719/task/15775/stat : 15775 (java) S 15716 15719 4896 0 -1 1077944384 69 12397 0 0 0 0 5 2 20 0 15 0 144242778 14407233536 391750 18446744073709551615 4194304 4196468 140733456375888 140402166810080 140402689914581 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26189824 140733456381904 140733456384689 140733456384689 140733456388047 0
[pid=15719/tid=15776] ppid=15716 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/15719/task/15776/stat : 15776 (java) S 15716 15719 4896 0 -1 1077944384 59 12397 0 0 0 0 5 2 20 0 15 0 144242778 14407233536 391750 18446744073709551615 4194304 4196468 140733456375888 140402165757440 140402689914581 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26189824 140733456381904 140733456384689 140733456384689 140733456388047 0
[pid=15719/tid=15777] ppid=15716 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/15719/task/15777/stat : 15777 (java) S 15716 15719 4896 0 -1 1077944384 3 12397 0 0 0 0 5 2 20 0 15 0 144242780 14407233536 391750 18446744073709551615 4194304 4196468 140733456375888 140402164706000 140402689922971 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26189824 140733456381904 140733456384689 140733456384689 140733456388047 0
[pid=15719/tid=15778] ppid=15716 vsize=14069564 CPUtime=16.24 cores=0,2,4,6
/proc/15719/task/15778/stat : 15778 (java) S 15716 15719 4896 0 -1 1077944384 86979 12397 0 0 1606 11 5 2 20 0 15 0 144242781 14407233536 391750 18446744073709551615 4194304 4196468 140733456375888 140402163652592 140402689915522 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26189824 140733456381904 140733456384689 140733456384689 140733456388047 0
[pid=15719/tid=15779] ppid=15716 vsize=14069564 CPUtime=16.64 cores=0,2,4,6
/proc/15719/task/15779/stat : 15779 (java) S 15716 15719 4896 0 -1 1077944384 91180 12397 0 0 1645 12 5 2 20 0 15 0 144242781 14407233536 391750 18446744073709551615 4194304 4196468 140733456375888 140402162600048 140402689915522 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26189824 140733456381904 140733456384689 140733456384689 140733456388047 0
[pid=15719/tid=15780] ppid=15716 vsize=14069564 CPUtime=5.06 cores=0,2,4,6
/proc/15719/task/15780/stat : 15780 (java) S 15716 15719 4896 0 -1 1077944384 84702 12397 0 0 485 14 5 2 20 0 15 0 144242781 14407233536 391750 18446744073709551615 4194304 4196468 140733456375888 140402161547504 140402689915522 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26189824 140733456381904 140733456384689 140733456384689 140733456388047 0
[pid=15719/tid=15781] ppid=15716 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/15719/task/15781/stat : 15781 (java) S 15716 15719 4896 0 -1 1077944384 3 12397 0 0 0 0 5 2 20 0 15 0 144242781 14407233536 391750 18446744073709551615 4194304 4196468 140733456375888 140402160495200 140402689914581 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26189824 140733456381904 140733456384689 140733456384689 140733456388047 0
[pid=15719/tid=15782] ppid=15716 vsize=14069564 CPUtime=1.57 cores=0,2,4,6
/proc/15719/task/15782/stat : 15782 (java) S 15716 15719 4896 0 -1 1077944384 1897 12397 0 0 71 79 5 2 20 0 15 0 144242784 14407233536 391750 18446744073709551615 4194304 4196468 140733456375888 140402159442736 140402689915522 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26189824 140733456381904 140733456384689 140733456384689 140733456388047 0
Current children cumulated CPU time (s) 2520.07
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 15719 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2435.31 s]
/proc/loadavg: 1.65 1.72 1.67 4/216 16702
/proc/meminfo: memFree=23909872/32770624 swapFree=0/451428
[pid=15719] ppid=15716 vsize=14202692 CPUtime=2520.39 cores=0,2,4,6
/proc/15719/stat : 15719 (java) S 15716 15719 4896 0 -1 1077944320 617663 12397 0 0 251602 430 5 2 20 0 17 0 144242752 14543556608 393893 18446744073709551615 4194304 4196468 140733456375888 140733456358432 140402689904375 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 26189824 140733456381904 140733456384689 140733456384689 140733456388047 0
/proc/15719/statm: 3550673 393893 3493 1 0 3539287 0
[pid=15719/tid=15769] ppid=15716 vsize=14202692 CPUtime=2411.53 cores=0,2,4,6
/proc/15719/task/15769/stat : 15769 (java) S 15716 15719 4896 0 -1 1077944384 142490 12397 0 0 241050 96 5 2 20 0 17 0 144242775 14543556608 393893 18446744073709551615 4194304 4196468 140733456375888 140402694142032 140402689914581 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 3 0 0 6293624 6294260 26189824 140733456381904 140733456384689 140733456384689 140733456388047 0
[pid=15719/tid=15770] ppid=15716 vsize=14202692 CPUtime=16.08 cores=0,2,4,6
/proc/15719/task/15770/stat : 15770 (java) S 15716 15719 4896 0 -1 1077944384 44634 12397 0 0 1553 48 5 2 20 0 17 0 144242776 14543556608 393893 18446744073709551615 4194304 4196468 140733456375888 140402624338192 140402689914581 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26189824 140733456381904 140733456384689 140733456384689 140733456388047 0
[pid=15719/tid=15771] ppid=15716 vsize=14202692 CPUtime=16.08 cores=0,2,4,6
/proc/15719/task/15771/stat : 15771 (java) S 15716 15719 4896 0 -1 1077944384 36611 12397 0 0 1556 45 5 2 20 0 17 0 144242776 14543556608 393893 18446744073709551615 4194304 4196468 140733456375888 140402623285648 140402689914581 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26189824 140733456381904 140733456384689 140733456384689 140733456388047 0
[pid=15719/tid=15772] ppid=15716 vsize=14202692 CPUtime=16.11 cores=0,2,4,6
/proc/15719/task/15772/stat : 15772 (java) S 15716 15719 4896 0 -1 1077944384 42555 12397 0 0 1559 45 5 2 20 0 17 0 144242776 14543556608 393893 18446744073709551615 4194304 4196468 140733456375888 140402622233104 140402689914581 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26189824 140733456381904 140733456384689 140733456384689 140733456388047 0
[pid=15719/tid=15773] ppid=15716 vsize=14202692 CPUtime=16.1 cores=0,2,4,6
/proc/15719/task/15773/stat : 15773 (java) S 15716 15719 4896 0 -1 1077944384 42975 12397 0 0 1555 48 5 2 20 0 17 0 144242776 14543556608 393893 18446744073709551615 4194304 4196468 140733456375888 140402621180560 140402689914581 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26189824 140733456381904 140733456384689 140733456384689 140733456388047 0
[pid=15719/tid=15774] ppid=15716 vsize=14202692 CPUtime=5.49 cores=0,2,4,6
/proc/15719/task/15774/stat : 15774 (java) R 15716 15719 4896 0 -1 4202560 40732 12397 0 0 475 67 5 2 20 0 17 0 144242777 14543556608 393893 18446744073709551615 4194304 4196468 140733456375888 140402167862192 140402674900321 0 0 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26189824 140733456381904 140733456384689 140733456384689 140733456388047 0
[pid=15719/tid=15775] ppid=15716 vsize=14202692 CPUtime=0.07 cores=0,2,4,6
/proc/15719/task/15775/stat : 15775 (java) S 15716 15719 4896 0 -1 1077944384 69 12397 0 0 0 0 5 2 20 0 17 0 144242778 14543556608 393893 18446744073709551615 4194304 4196468 140733456375888 140402166810080 140402689914581 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26189824 140733456381904 140733456384689 140733456384689 140733456388047 0
[pid=15719/tid=15776] ppid=15716 vsize=14202692 CPUtime=0.07 cores=0,2,4,6
/proc/15719/task/15776/stat : 15776 (java) S 15716 15719 4896 0 -1 1077944384 59 12397 0 0 0 0 5 2 20 0 17 0 144242778 14543556608 393893 18446744073709551615 4194304 4196468 140733456375888 140402165757440 140402689914581 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26189824 140733456381904 140733456384689 140733456384689 140733456388047 0
[pid=15719/tid=15777] ppid=15716 vsize=14202692 CPUtime=0.07 cores=0,2,4,6
/proc/15719/task/15777/stat : 15777 (java) S 15716 15719 4896 0 -1 1077944384 250 12397 0 0 0 0 5 2 20 0 17 0 144242780 14543556608 393893 18446744073709551615 4194304 4196468 140733456375888 140402164706000 140402689922971 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26189824 140733456381904 140733456384689 140733456384689 140733456388047 0
[pid=15719/tid=15778] ppid=15716 vsize=14202692 CPUtime=16.24 cores=0,2,4,6
/proc/15719/task/15778/stat : 15778 (java) S 15716 15719 4896 0 -1 1077944384 86979 12397 0 0 1606 11 5 2 20 0 17 0 144242781 14543556608 393893 18446744073709551615 4194304 4196468 140733456375888 140402163652592 140402689915522 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26189824 140733456381904 140733456384689 140733456384689 140733456388047 0
[pid=15719/tid=15779] ppid=15716 vsize=14202692 CPUtime=16.64 cores=0,2,4,6
/proc/15719/task/15779/stat : 15779 (java) S 15716 15719 4896 0 -1 1077944384 91180 12397 0 0 1645 12 5 2 20 0 17 0 144242781 14543556608 393893 18446744073709551615 4194304 4196468 140733456375888 140402162600048 140402689915522 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26189824 140733456381904 140733456384689 140733456384689 140733456388047 0
[pid=15719/tid=15780] ppid=15716 vsize=14202692 CPUtime=5.06 cores=0,2,4,6
/proc/15719/task/15780/stat : 15780 (java) S 15716 15719 4896 0 -1 1077944384 84702 12397 0 0 485 14 5 2 20 0 17 0 144242781 14543556608 393893 18446744073709551615 4194304 4196468 140733456375888 140402161547504 140402689915522 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26189824 140733456381904 140733456384689 140733456384689 140733456388047 0
[pid=15719/tid=15781] ppid=15716 vsize=14202692 CPUtime=0.07 cores=0,2,4,6
/proc/15719/task/15781/stat : 15781 (java) S 15716 15719 4896 0 -1 1077944384 3 12397 0 0 0 0 5 2 20 0 17 0 144242781 14543556608 393893 18446744073709551615 4194304 4196468 140733456375888 140402160495200 140402689914581 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26189824 140733456381904 140733456384689 140733456384689 140733456388047 0
[pid=15719/tid=15782] ppid=15716 vsize=14202692 CPUtime=1.57 cores=0,2,4,6
/proc/15719/task/15782/stat : 15782 (java) S 15716 15719 4896 0 -1 1077944384 1897 12397 0 0 71 79 5 2 20 0 17 0 144242784 14543556608 393893 18446744073709551615 4194304 4196468 140733456375888 140402159442736 140402689915522 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26189824 140733456381904 140733456384689 140733456384689 140733456388047 0
Current children cumulated CPU time (s) 2520.39
Current children cumulated vsize (KiB) 14202692

[startup+2435.7 s]
/proc/loadavg: 1.65 1.72 1.67 7/218 16704
/proc/meminfo: memFree=23903004/32770624 swapFree=0/451428
[pid=15719] ppid=15716 vsize=14202692 CPUtime=2521.82 cores=0,2,4,6
/proc/15719/stat : 15719 (java) S 15716 15719 4896 0 -1 1077944320 617992 12397 0 0 251745 430 5 2 20 0 17 0 144242752 14543556608 393870 18446744073709551615 4194304 4196468 140733456375888 140733456358432 140402689904375 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 26189824 140733456381904 140733456384689 140733456384689 140733456388047 0
/proc/15719/statm: 3550673 393870 3493 1 0 3539287 0
[pid=15719/tid=15769] ppid=15716 vsize=14202692 CPUtime=2411.53 cores=0,2,4,6
/proc/15719/task/15769/stat : 15769 (java) S 15716 15719 4896 0 -1 1077944384 142490 12397 0 0 241050 96 5 2 20 0 17 0 144242775 14543556608 393870 18446744073709551615 4194304 4196468 140733456375888 140402694142032 140402689914581 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 3 0 0 6293624 6294260 26189824 140733456381904 140733456384689 140733456384689 140733456388047 0
[pid=15719/tid=15770] ppid=15716 vsize=14202692 CPUtime=16.42 cores=0,2,4,6
/proc/15719/task/15770/stat : 15770 (java) S 15716 15719 4896 0 -1 1077944384 44640 12397 0 0 1587 48 5 2 20 0 17 0 144242776 14543556608 393870 18446744073709551615 4194304 4196468 140733456375888 140402624338192 140402689914581 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26189824 140733456381904 140733456384689 140733456384689 140733456388047 0
[pid=15719/tid=15771] ppid=15716 vsize=14202692 CPUtime=16.43 cores=0,2,4,6
/proc/15719/task/15771/stat : 15771 (java) S 15716 15719 4896 0 -1 1077944384 36616 12397 0 0 1591 45 5 2 20 0 17 0 144242776 14543556608 393870 18446744073709551615 4194304 4196468 140733456375888 140402623285648 140402689914581 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26189824 140733456381904 140733456384689 140733456384689 140733456388047 0
[pid=15719/tid=15772] ppid=15716 vsize=14202692 CPUtime=16.47 cores=0,2,4,6
/proc/15719/task/15772/stat : 15772 (java) S 15716 15719 4896 0 -1 1077944384 42563 12397 0 0 1595 45 5 2 20 0 17 0 144242776 14543556608 393870 18446744073709551615 4194304 4196468 140733456375888 140402622233104 140402689914581 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26189824 140733456381904 140733456384689 140733456384689 140733456388047 0
[pid=15719/tid=15773] ppid=15716 vsize=14202692 CPUtime=16.45 cores=0,2,4,6
/proc/15719/task/15773/stat : 15773 (java) S 15716 15719 4896 0 -1 1077944384 42985 12397 0 0 1590 48 5 2 20 0 17 0 144242776 14543556608 393870 18446744073709551615 4194304 4196468 140733456375888 140402621180560 140402689914581 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26189824 140733456381904 140733456384689 140733456384689 140733456388047 0
[pid=15719/tid=15774] ppid=15716 vsize=14202692 CPUtime=5.53 cores=0,2,4,6
/proc/15719/task/15774/stat : 15774 (java) R 15716 15719 4896 0 -1 4202560 41025 12397 0 0 479 67 5 2 20 0 17 0 144242777 14543556608 393870 18446744073709551615 4194304 4196468 140733456375888 140402167862192 140402674260579 0 0 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26189824 140733456381904 140733456384689 140733456384689 140733456388047 0
[pid=15719/tid=15775] ppid=15716 vsize=14202692 CPUtime=0.07 cores=0,2,4,6
/proc/15719/task/15775/stat : 15775 (java) S 15716 15719 4896 0 -1 1077944384 70 12397 0 0 0 0 5 2 20 0 17 0 144242778 14543556608 393870 18446744073709551615 4194304 4196468 140733456375888 140402166809984 140402689914581 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26189824 140733456381904 140733456384689 140733456384689 140733456388047 0
[pid=15719/tid=15776] ppid=15716 vsize=14202692 CPUtime=0.07 cores=0,2,4,6
/proc/15719/task/15776/stat : 15776 (java) S 15716 15719 4896 0 -1 1077944384 59 12397 0 0 0 0 5 2 20 0 17 0 144242778 14543556608 393870 18446744073709551615 4194304 4196468 140733456375888 140402165757440 140402689914581 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26189824 140733456381904 140733456384689 140733456384689 140733456388047 0
[pid=15719/tid=15777] ppid=15716 vsize=14202692 CPUtime=0.07 cores=0,2,4,6
/proc/15719/task/15777/stat : 15777 (java) S 15716 15719 4896 0 -1 1077944384 250 12397 0 0 0 0 5 2 20 0 17 0 144242780 14543556608 393870 18446744073709551615 4194304 4196468 140733456375888 140402164706000 140402689922971 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26189824 140733456381904 140733456384689 140733456384689 140733456388047 0
[pid=15719/tid=15778] ppid=15716 vsize=14202692 CPUtime=16.24 cores=0,2,4,6
/proc/15719/task/15778/stat : 15778 (java) S 15716 15719 4896 0 -1 1077944384 86981 12397 0 0 1606 11 5 2 20 0 17 0 144242781 14543556608 393870 18446744073709551615 4194304 4196468 140733456375888 140402163652640 140402689914581 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26189824 140733456381904 140733456384689 140733456384689 140733456388047 0
[pid=15719/tid=15779] ppid=15716 vsize=14202692 CPUtime=16.64 cores=0,2,4,6
/proc/15719/task/15779/stat : 15779 (java) S 15716 15719 4896 0 -1 1077944384 91182 12397 0 0 1645 12 5 2 20 0 17 0 144242781 14543556608 393870 18446744073709551615 4194304 4196468 140733456375888 140402162600096 140402689914581 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26189824 140733456381904 140733456384689 140733456384689 140733456388047 0
[pid=15719/tid=15780] ppid=15716 vsize=14202692 CPUtime=5.06 cores=0,2,4,6
/proc/15719/task/15780/stat : 15780 (java) S 15716 15719 4896 0 -1 1077944384 84704 12397 0 0 485 14 5 2 20 0 17 0 144242781 14543556608 393870 18446744073709551615 4194304 4196468 140733456375888 140402161547264 140402689914581 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26189824 140733456381904 140733456384689 140733456384689 140733456388047 0
[pid=15719/tid=15781] ppid=15716 vsize=14202692 CPUtime=0.07 cores=0,2,4,6
/proc/15719/task/15781/stat : 15781 (java) S 15716 15719 4896 0 -1 1077944384 3 12397 0 0 0 0 5 2 20 0 17 0 144242781 14543556608 393870 18446744073709551615 4194304 4196468 140733456375888 140402160495200 140402689914581 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26189824 140733456381904 140733456384689 140733456384689 140733456388047 0
[pid=15719/tid=15782] ppid=15716 vsize=14202692 CPUtime=1.57 cores=0,2,4,6
/proc/15719/task/15782/stat : 15782 (java) S 15716 15719 4896 0 -1 1077944384 1897 12397 0 0 71 79 5 2 20 0 17 0 144242784 14543556608 393870 18446744073709551615 4194304 4196468 140733456375888 140402159442736 140402689915522 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26189824 140733456381904 140733456384689 140733456384689 140733456388047 0
[pid=15719/tid=16703] ppid=15716 vsize=14202692 CPUtime=0.07 cores=0,2,4,6
/proc/15719/task/16703/stat : 16703 (java) S 15716 15719 4896 0 -1 1077944384 345 12397 0 0 0 0 5 2 20 0 17 0 144486273 14543556608 393870 18446744073709551615 4194304 4196468 140733456375888 140402147279472 140402689914581 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26189824 140733456381904 140733456384689 140733456384689 140733456388047 0
[pid=15719/tid=16704] ppid=15716 vsize=14202692 CPUtime=0.07 cores=0,2,4,6
/proc/15719/task/16704/stat : 16704 (java) S 15716 15719 4896 0 -1 1077944384 29 12397 0 0 0 0 5 2 20 0 17 0 144486273 14543556608 393870 18446744073709551615 4194304 4196468 140733456375888 140402059277760 140402689914581 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26189824 140733456381904 140733456384689 140733456384689 140733456388047 0
Current children cumulated CPU time (s) 2521.82
Current children cumulated vsize (KiB) 14202692

[startup+2436.1 s]
/proc/loadavg: 1.65 1.72 1.67 7/218 16704
/proc/meminfo: memFree=23903004/32770624 swapFree=0/451428
[pid=15719] ppid=15716 vsize=14202692 CPUtime=2523.21 cores=0,2,4,6
/proc/15719/stat : 15719 (java) S 15716 15719 4896 0 -1 1077944320 618407 12397 0 0 251884 430 5 2 20 0 17 0 144242752 14543556608 393400 18446744073709551615 4194304 4196468 140733456375888 140733456358432 140402689904375 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 26189824 140733456381904 140733456384689 140733456384689 140733456388047 0
/proc/15719/statm: 3550673 393400 3494 1 0 3539287 0
[pid=15719/tid=15769] ppid=15716 vsize=14202692 CPUtime=2411.54 cores=0,2,4,6
/proc/15719/task/15769/stat : 15769 (java) S 15716 15719 4896 0 -1 1077944384 142598 12397 0 0 241051 96 5 2 20 0 17 0 144242775 14543556608 393400 18446744073709551615 4194304 4196468 140733456375888 140402694147248 140402689914581 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 3 0 0 6293624 6294260 26189824 140733456381904 140733456384689 140733456384689 140733456388047 0
[pid=15719/tid=15770] ppid=15716 vsize=14202692 CPUtime=16.75 cores=0,2,4,6
/proc/15719/task/15770/stat : 15770 (java) S 15716 15719 4896 0 -1 1077944384 44678 12397 0 0 1620 48 5 2 20 0 17 0 144242776 14543556608 393400 18446744073709551615 4194304 4196468 140733456375888 140402624338192 140402689914581 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26189824 140733456381904 140733456384689 140733456384689 140733456388047 0
[pid=15719/tid=15771] ppid=15716 vsize=14202692 CPUtime=16.76 cores=0,2,4,6
/proc/15719/task/15771/stat : 15771 (java) S 15716 15719 4896 0 -1 1077944384 36618 12397 0 0 1624 45 5 2 20 0 17 0 144242776 14543556608 393400 18446744073709551615 4194304 4196468 140733456375888 140402623285648 140402689914581 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26189824 140733456381904 140733456384689 140733456384689 140733456388047 0
[pid=15719/tid=15772] ppid=15716 vsize=14202692 CPUtime=16.8 cores=0,2,4,6
/proc/15719/task/15772/stat : 15772 (java) S 15716 15719 4896 0 -1 1077944384 42571 12397 0 0 1628 45 5 2 20 0 17 0 144242776 14543556608 393400 18446744073709551615 4194304 4196468 140733456375888 140402622233104 140402689914581 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26189824 140733456381904 140733456384689 140733456384689 140733456388047 0
[pid=15719/tid=15773] ppid=15716 vsize=14202692 CPUtime=16.78 cores=0,2,4,6
/proc/15719/task/15773/stat : 15773 (java) S 15716 15719 4896 0 -1 1077944384 42986 12397 0 0 1623 48 5 2 20 0 17 0 144242776 14543556608 393400 18446744073709551615 4194304 4196468 140733456375888 140402621180560 140402689914581 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26189824 140733456381904 140733456384689 140733456384689 140733456388047 0
[pid=15719/tid=15774] ppid=15716 vsize=14202692 CPUtime=5.59 cores=0,2,4,6
/proc/15719/task/15774/stat : 15774 (java) S 15716 15719 4896 0 -1 1077944384 41025 12397 0 0 485 67 5 2 20 0 17 0 144242777 14543556608 393400 18446744073709551615 4194304 4196468 140733456375888 140402167863792 140402689915522 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26189824 140733456381904 140733456384689 140733456384689 140733456388047 0
[pid=15719/tid=15775] ppid=15716 vsize=14202692 CPUtime=0.07 cores=0,2,4,6
/proc/15719/task/15775/stat : 15775 (java) S 15716 15719 4896 0 -1 1077944384 73 12397 0 0 0 0 5 2 20 0 17 0 144242778 14543556608 393400 18446744073709551615 4194304 4196468 140733456375888 140402166810080 140402689914581 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26189824 140733456381904 140733456384689 140733456384689 140733456388047 0
[pid=15719/tid=15776] ppid=15716 vsize=14202692 CPUtime=0.07 cores=0,2,4,6
/proc/15719/task/15776/stat : 15776 (java) S 15716 15719 4896 0 -1 1077944384 61 12397 0 0 0 0 5 2 20 0 17 0 144242778 14543556608 393400 18446744073709551615 4194304 4196468 140733456375888 140402165757440 140402689914581 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26189824 140733456381904 140733456384689 140733456384689 140733456388047 0
[pid=15719/tid=15777] ppid=15716 vsize=14202692 CPUtime=0.07 cores=0,2,4,6
/proc/15719/task/15777/stat : 15777 (java) S 15716 15719 4896 0 -1 1077944384 250 12397 0 0 0 0 5 2 20 0 17 0 144242780 14543556608 393400 18446744073709551615 4194304 4196468 140733456375888 140402164706000 140402689922971 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26189824 140733456381904 140733456384689 140733456384689 140733456388047 0
[pid=15719/tid=15778] ppid=15716 vsize=14202692 CPUtime=16.24 cores=0,2,4,6
/proc/15719/task/15778/stat : 15778 (java) S 15716 15719 4896 0 -1 1077944384 86981 12397 0 0 1606 11 5 2 20 0 17 0 144242781 14543556608 393400 18446744073709551615 4194304 4196468 140733456375888 140402163652592 140402689915522 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26189824 140733456381904 140733456384689 140733456384689 140733456388047 0
[pid=15719/tid=15779] ppid=15716 vsize=14202692 CPUtime=16.64 cores=0,2,4,6
/proc/15719/task/15779/stat : 15779 (java) R 15716 15719 4896 0 -1 4202560 91317 12397 0 0 1645 12 5 2 20 0 17 0 144242781 14543556608 393400 18446744073709551615 4194304 4196468 140733456375888 140402162600048 140402671448098 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26189824 140733456381904 140733456384689 140733456384689 140733456388047 0
[pid=15719/tid=15780] ppid=15716 vsize=14202692 CPUtime=5.06 cores=0,2,4,6
/proc/15719/task/15780/stat : 15780 (java) S 15716 15719 4896 0 -1 1077944384 84829 12397 0 0 485 14 5 2 20 0 17 0 144242781 14543556608 393400 18446744073709551615 4194304 4196468 140733456375888 140402161547504 140402689915522 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26189824 140733456381904 140733456384689 140733456384689 140733456388047 0
[pid=15719/tid=15781] ppid=15716 vsize=14202692 CPUtime=0.07 cores=0,2,4,6
/proc/15719/task/15781/stat : 15781 (java) S 15716 15719 4896 0 -1 1077944384 3 12397 0 0 0 0 5 2 20 0 17 0 144242781 14543556608 393400 18446744073709551615 4194304 4196468 140733456375888 140402160495200 140402689914581 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26189824 140733456381904 140733456384689 140733456384689 140733456388047 0
[pid=15719/tid=15782] ppid=15716 vsize=14202692 CPUtime=1.57 cores=0,2,4,6
/proc/15719/task/15782/stat : 15782 (java) S 15716 15719 4896 0 -1 1077944384 1897 12397 0 0 71 79 5 2 20 0 17 0 144242784 14543556608 393400 18446744073709551615 4194304 4196468 140733456375888 140402159442736 140402689915522 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26189824 140733456381904 140733456384689 140733456384689 140733456388047 0
[pid=15719/tid=16703] ppid=15716 vsize=14202692 CPUtime=0.07 cores=0,2,4,6
/proc/15719/task/16703/stat : 16703 (java) S 15716 15719 4896 0 -1 1077944384 345 12397 0 0 0 0 5 2 20 0 17 0 144486273 14543556608 393400 18446744073709551615 4194304 4196468 140733456375888 140402147279472 140402689914581 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26189824 140733456381904 140733456384689 140733456384689 140733456388047 0
[pid=15719/tid=16704] ppid=15716 vsize=14202692 CPUtime=0.07 cores=0,2,4,6
/proc/15719/task/16704/stat : 16704 (java) S 15716 15719 4896 0 -1 1077944384 29 12397 0 0 0 0 5 2 20 0 17 0 144486273 14543556608 393400 18446744073709551615 4194304 4196468 140733456375888 140402059278064 140402689915522 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26189824 140733456381904 140733456384689 140733456384689 140733456388047 0
Current children cumulated CPU time (s) 2523.21
Current children cumulated vsize (KiB) 14202692

Child status: 143
Real time (s): 2436.14
CPU time (s): 2523.27
CPU user time (s): 2518.91
CPU system time (s): 4.35932
CPU usage (%): 103.577
Max. virtual memory (cumulated for all children) (KiB): 14202692

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2518.91
system time used= 4.35932
maximum resident set size= 4126740
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 630899
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2992
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 175255
involuntary context switches= 7267

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.5486 second user time and 15.8383 second system time

The end

Launcher Data

Begin job on node132 at 2017-08-11 11:50:35
IDJOB=4262655
IDBENCH=126722
IDSOLVER=2650
FILE ID=node132/4262655-1502445899
RUNJOBID= node132-1502411403-4959
PBS_JOBID= 
Free space on /tmp= 61996 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/SocialGolfers/SocialGolfers-xcsp2-s1/SocialGolfers-06-4-6_X2.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262655-1502445899/watcher-4262655-1502445899 -o /tmp/evaluation-result-4262655-1502445899/solver-4262655-1502445899 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1502411403-4959 --watchdog 2580  bin/concrete HOME/instance-4262655-1502445899.xml

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

MD5SUM BENCH= 43a487770d57b1dc580a85535ccd03c6
RANDOM SEED=1095792232

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:        26233584 kB
MemAvailable:   27103384 kB
Buffers:          294820 kB
Cached:           885112 kB
SwapCached:            0 kB
Active:          5592820 kB
Inactive:         499948 kB
Active(anon):    4913516 kB
Inactive(anon):    49012 kB
Active(file):     679304 kB
Inactive(file):   450936 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24912 kB
Writeback:            12 kB
AnonPages:       4911912 kB
Mapped:            73512 kB
Shmem:             49852 kB
Slab:             137612 kB
SReclaimable:     110792 kB
SUnreclaim:        26820 kB
KernelStack:        3552 kB
PageTables:        15560 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5461976 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4659200 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= 61980 MiB
End job on node132 at 2017-08-11 12:31:11