Trace number 4401381

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 NameAnswerobjective functionCPU timeWall clock time
Concrete 3.12.2SAT (TO)37 2400.09 2356.14

General information on the benchmark

NameStillLife/StillLife-m1-s1/
StillLife-06-12.xml
MD5SUM7162d4a2bfb4649e5ff01c254dbd946c
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark38
Best CPU time to get the best result obtained on this benchmark41.4225
Satisfiable
(Un)Satisfiability was proved
Number of variables144
Number of constraints172
Number of domains2
Minimum domain size2
Maximum domain size9
Distribution of domain sizes[{"size":2,"count":72},{"size":9,"count":72}]
Minimum variable degree2
Maximum variable degree10
Distribution of variable degrees[{"degree":2,"count":72},{"degree":7,"count":4},{"degree":8,"count":28},{"degree":10,"count":40}]
Minimum constraint arity2
Maximum constraint arity9
Distribution of constraint arities[{"arity":2,"count":72},{"arity":3,"count":28},{"arity":4,"count":4},{"arity":6,"count":28},{"arity":9,"count":40}]
Number of extensional constraints100
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":100},{"type":"sum","count":72}]
Optimization problemYES
Type of objectivemax SUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.71/1.06	c Concrete v3.12.2.1568631193530 running
9.52/4.44	o 26
9.52/4.50	o 32
10.47/4.75	o 33
10.77/4.87	o 34
11.08/4.97	o 37
2400.04/2356.11	Exception in thread "main" java.util.concurrent.TimeoutException
2400.04/2356.11		at concrete.MAC.mac(MAC.scala:192)
2400.04/2356.11		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2400.04/2356.11		at scala.util.Try$.apply(Try.scala:212)
2400.04/2356.11		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2400.04/2356.11		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2400.04/2356.11		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2400.04/2356.11		at concrete.MAC.oneRun(MAC.scala:265)
2400.04/2356.11		at concrete.MAC.nextSolution(MAC.scala:284)
2400.04/2356.11		at concrete.MAC.nextSolution(MAC.scala:369)
2400.04/2356.11		at concrete.Solver.hasNext(Solver.scala:160)
2400.04/2356.11		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.04/2356.11		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.04/2356.11		at concrete.Solver.foreach(Solver.scala:67)
2400.04/2356.11		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:73)
2400.04/2356.11		at scala.util.Success.map(Try.scala:264)
2400.04/2356.11		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2400.04/2356.11		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2400.04/2356.11		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2400.04/2356.11		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2400.04/2356.11		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2400.04/2356.11		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2400.04/2356.11		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2400.04/2356.11		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2400.04/2356.11		at scala.App.$anonfun$main$1(App.scala:75)
2400.04/2356.11		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2400.04/2356.11		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.04/2356.11		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.04/2356.12		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2400.04/2356.12		at scala.App.main(App.scala:75)
2400.04/2356.12		at scala.App.main$(App.scala:73)
2400.04/2356.12		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2400.04/2356.12		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2400.04/2356.12	v <instantiation
2400.04/2356.12	v         cost = '37'>
2400.04/2356.12	v       <list>
2400.04/2356.12	v         x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[0][6] x[0][7] x[0][8] x[0][9] x[0][10] x[0][11] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[1][7] x[1][8] x[1][9] x[1][10] x[1][11] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[2][6] x[2][7] x[2][8] x[2][9] x[2][10] x[2][11] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5] x[3][6] x[3][7] x[3][8] x[3][9] x[3][10] x[3][11] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] x[4][5] x[4][6] x[4][7] x[4][8] x[4][9] x[4][10] x[4][11] x[5][0] x[5][1] x[5][2] x[5][3] x[5][4] x[5][5] x[5][6] x[5][7] x[5][8] x[5][9] x[5][10] x[5][11] s[0][0] s[0][1] s[0][2] s[0][3] s[0][4] s[0][5] s[0][6] s[0][7] s[0][8] s[0][9] s[0][10] s[0][11] s[1][0] s[1][1] s[1][2] s[1][3] s[1][4] s[1][5] s[1][6] s[1][7] s[1][8] s[1][9] s[1][10] s[1][11] s[2][0] s[2][1] s[2][2] s[2][3] s[2][4] s[2][5] s[2][6] s[2][7] s[2][8] s[2][9] s[2][10] s[2][11] s[3][0] s[3][1] s[3][2] s[3][3] s[3][4] s[3][5] s[3][6] s[3][7] s[3][8] s[3][9] s[3][10] s[3][11] s[4][0] s[4][1] s[4][2] s[4][3] s[4][4] s[4][5] s[4][6] s[4][7] s[4][8] s[4][9] s[4][10] s[4][11] s[5][0] s[5][1] s[5][2] s[5][3] s[5][4] s[5][5] s[5][6] s[5][7] s[5][8] s[5][9] s[5][10] s[5][11]
2400.04/2356.12	v       </list>
2400.04/2356.12	v       <values>
2400.04/2356.12	v         0 1 1 0 0 0 1 1 0 0 0 0 1 0 0 1 0 1 0 0 1 0 1 1 1 1 1 1 0 1 1 0 1 0 1 1 0 0 0 0 0 0 1 0 1 0 0 0 1 1 0 1 1 0 1 0 1 0 1 1 1 0 1 1 0 1 1 0 1 1 0 1 2 2 2 2 2 2 2 2 2 2 2 2 3 6 6 3 4 3 5 5 2 4 3 3 2 3 3 2 4 3 3 5 2 5 3 3 4 5 5 4 4 5 3 6 2 5 4 4 2 3 4 3 3 5 3 6 3 5 3 2 2 4 3 3 4 3 2 4 2 3 4 2
2400.04/2356.12	v       </values>
2400.04/2356.12	v     </instantiation>
2400.04/2356.12	s SATISFIABLE

Verifier Data

OK	37

Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

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.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (14832 MiB free)
  memory of node 1: 16384 MiB (15678 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4401381-1568673332/watcher-4401381-1568673332 -o /tmp/evaluation-result-4401381-1568673332/solver-4401381-1568673332 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node104-1568669113-17368 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=516042084 HOME/instance-4401381-1568673332.xml 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=17395, runsolver pid=17390

[startup+0.100152 s]*
/proc/loadavg: 0.76 4.22 4.50 1/205 17456
/proc/meminfo: memFree=31238352/32770624 swapFree=66977372/67108860
[pid=17395] ppid=17390 vsize=113256 memory=1616 CPUtime=0.01 cores=1,3,5,7
/proc/17395/stat : 17395 (bash) S 17390 17395 17336 0 -1 4202496 891 5689 1 1 0 0 0 1 20 0 1 0 443590966 115974144 404 33554432000 4194304 5098028 140723576468192 140723576462200 140577771813888 0 0 4100 65536 18446744071580971376 0 0 17 5 0 0 2 0 0 7196144 7232144 13467648 140723576472597 140723576472721 140723576472721 140723576475630 0
/proc/17395/statm: 28314 404 320 221 0 119 0
[pid=17450] ppid=17395 vsize=113256 memory=712 CPUtime=0 cores=1,3,5,7
/proc/17450/stat : 17450 (bash) S 17395 17395 17336 0 -1 4202560 154 0 0 0 0 0 0 0 20 0 1 0 443590972 115974144 178 33554432000 4194304 5098028 140723576468192 140723576460872 140577771639420 0 65536 4096 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 13467648 140723576472597 140723576472721 140723576472721 140723576475630 0
/proc/17450/statm: 28314 178 94 221 0 119 0
[pid=17452] ppid=17450 vsize=296 memory=4 CPUtime=0 cores=1,3,5,7
/proc/17452/stat : 17452 (java) D 17450 17395 17336 0 -1 1077936128 155 0 0 0 0 0 0 0 20 0 1 0 443590972 303104 1 33554432000 4194304 4196468 140726573874784 140726573872056 140191725291207 0 0 4096 0 18446744072101580324 0 0 17 5 0 0 0 0 0 6293624 6294260 32432128 140726573880460 140726573880474 140726573880474 140726573883343 0
/proc/17452/statm: 74 1 0 1 0 38 0
[pid=17453] ppid=17450 vsize=113488 memory=972 CPUtime=0 cores=1,3,5,7
/proc/17453/stat : 17453 (awk) S 17450 17395 17336 0 -1 4202496 425 0 0 0 0 0 0 0 20 0 1 0 443590972 116211712 243 33554432000 4194304 4609284 140721667017600 140721667016776 140054087810048 0 0 4096 1216 18446744071580971376 0 0 17 5 0 0 0 0 0 6708720 6711756 14643200 140721667019964 140721667019994 140721667019994 140721667022831 0
/proc/17453/statm: 28372 243 204 102 0 88 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 340296 KiB
Current children cumulated memory: 3304 KiB

[startup+0.210198 s]*
/proc/loadavg: 0.76 4.22 4.50 1/207 17458
/proc/meminfo: memFree=31235860/32770624 swapFree=66977372/67108860
[pid=17395] ppid=17390 vsize=113256 memory=1616 CPUtime=0.01 cores=1,3,5,7
/proc/17395/stat : 17395 (bash) S 17390 17395 17336 0 -1 4202496 891 5689 1 1 0 0 0 1 20 0 1 0 443590966 115974144 404 33554432000 4194304 5098028 140723576468192 140723576462200 140577771813888 0 0 4100 65536 18446744071580971376 0 0 17 5 0 0 2 0 0 7196144 7232144 13467648 140723576472597 140723576472721 140723576472721 140723576475630 0
/proc/17395/statm: 28314 404 320 221 0 119 0
[pid=17450] ppid=17395 vsize=113256 memory=712 CPUtime=0 cores=1,3,5,7
/proc/17450/stat : 17450 (bash) S 17395 17395 17336 0 -1 4202560 154 0 0 0 0 0 0 0 20 0 1 0 443590972 115974144 178 33554432000 4194304 5098028 140723576468192 140723576460872 140577771639420 0 65536 4096 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 13467648 140723576472597 140723576472721 140723576472721 140723576475630 0
/proc/17450/statm: 28314 178 94 221 0 119 0
[pid=17452] ppid=17450 vsize=98704 memory=4620 CPUtime=0 cores=1,3,5,7
/proc/17452/stat : 17452 (java) S 17450 17395 17336 0 -1 1077944320 1356 0 0 0 0 0 0 0 20 0 2 0 443590972 101072896 1155 33554432000 4194304 4196468 140726573874784 140726573857328 140191723015927 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 32432128 140726573880460 140726573880474 140726573880474 140726573883343 0
/proc/17452/statm: 24676 1155 857 1 0 16800 0
[pid=17452/tid=17457] ppid=17450 vsize=98704 memory=7596557092442865725 CPUtime=0 cores=1,3,5,7
/proc/17452/task/17457/stat : 17457 (java) D 17450 17395 17336 0 -1 1077944384 73 0 0 0 0 0 0 0 20 0 2 0 443590987 101072896 1155 33554432000 4194304 4196468 140726573874784 140191727252832 140191715695149 0 0 4096 0 18446744072101580324 0 0 -1 7 0 0 0 0 0 6293624 6294260 32432128 140726573880460 140726573880474 140726573880474 140726573883343 0
[pid=17453] ppid=17450 vsize=113488 memory=972 CPUtime=0 cores=1,3,5,7
/proc/17453/stat : 17453 (awk) S 17450 17395 17336 0 -1 4202496 425 0 0 0 0 0 0 0 20 0 1 0 443590972 116211712 243 33554432000 4194304 4609284 140721667017600 140721667016776 140054087810048 0 0 4096 1216 18446744071580971376 0 0 17 5 0 0 0 0 0 6708720 6711756 14643200 140721667019964 140721667019994 140721667019994 140721667022831 0
/proc/17453/statm: 28372 243 204 102 0 88 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 438704 KiB
Current children cumulated memory: 7920 KiB

[startup+0.309959 s]*
/proc/loadavg: 0.76 4.22 4.50 1/207 17458
/proc/meminfo: memFree=31235488/32770624 swapFree=66977372/67108860
[pid=17395] ppid=17390 vsize=113256 memory=1616 CPUtime=0.01 cores=1,3,5,7
/proc/17395/stat : 17395 (bash) S 17390 17395 17336 0 -1 4202496 891 5689 1 1 0 0 0 1 20 0 1 0 443590966 115974144 404 33554432000 4194304 5098028 140723576468192 140723576462200 140577771813888 0 0 4100 65536 18446744071580971376 0 0 17 5 0 0 2 0 0 7196144 7232144 13467648 140723576472597 140723576472721 140723576472721 140723576475630 0
/proc/17395/statm: 28314 404 320 221 0 119 0
[pid=17450] ppid=17395 vsize=113256 memory=712 CPUtime=0 cores=1,3,5,7
/proc/17450/stat : 17450 (bash) S 17395 17395 17336 0 -1 4202560 154 0 0 0 0 0 0 0 20 0 1 0 443590972 115974144 178 33554432000 4194304 5098028 140723576468192 140723576460872 140577771639420 0 65536 4096 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 13467648 140723576472597 140723576472721 140723576472721 140723576475630 0
/proc/17450/statm: 28314 178 94 221 0 119 0
[pid=17452] ppid=17450 vsize=109440 memory=5440 CPUtime=0 cores=1,3,5,7
/proc/17452/stat : 17452 (java) S 17450 17395 17336 0 -1 1077944320 1673 0 0 0 0 0 0 0 20 0 2 0 443590972 112066560 1360 33554432000 4194304 4196468 140726573874784 140726573857328 140191723015927 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 32432128 140726573880460 140726573880474 140726573880474 140726573883343 0
/proc/17452/statm: 27360 1360 1030 1 0 16810 0
[pid=17452/tid=17457] ppid=17450 vsize=110464 memory=7596557092442865725 CPUtime=0 cores=1,3,5,7
/proc/17452/task/17457/stat : 17457 (java) R 17450 17395 17336 0 -1 4202560 421 0 0 0 0 0 0 0 20 0 2 0 443590987 113115136 1425 33554432000 4194304 4196468 140726573874784 140191727252688 140191715755917 0 4 0 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32432128 140726573880460 140726573880474 140726573880474 140726573883343 0
[pid=17453] ppid=17450 vsize=113488 memory=972 CPUtime=0 cores=1,3,5,7
/proc/17453/stat : 17453 (awk) S 17450 17395 17336 0 -1 4202496 425 0 0 0 0 0 0 0 20 0 1 0 443590972 116211712 243 33554432000 4194304 4609284 140721667017600 140721667016776 140054087810048 0 0 4096 1216 18446744071580971376 0 0 17 5 0 0 0 0 0 6708720 6711756 14643200 140721667019964 140721667019994 140721667019994 140721667022831 0
/proc/17453/statm: 28372 243 204 102 0 88 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 449440 KiB
Current children cumulated memory: 8740 KiB

[startup+0.70186 s]
/proc/loadavg: 0.76 4.22 4.50 2/221 17472
/proc/meminfo: memFree=31216368/32770624 swapFree=66977372/67108860
[pid=17395] ppid=17390 vsize=10819712 memory=43960 CPUtime=0.21 cores=1,3,5,7
/proc/17395/stat : 17395 (java) S 17390 17395 17336 0 -1 1077944320 6820 13556 1 2 12 1 5 3 20 0 15 0 443590966 11079385088 10990 33554432000 4194304 4196468 140726871974256 140726871956800 140038498062071 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 2 0 0 6293624 6294260 20271104 140726871976688 140726871979205 140726871979205 140726871982031 0
/proc/17395/statm: 2704928 10990 3152 1 0 2667149 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 10819712 KiB
Current children cumulated memory: 43960 KiB

[startup+1.5008 s]
/proc/loadavg: 0.76 4.22 4.50 3/227 17530
/proc/meminfo: memFree=31131632/32770624 swapFree=66977372/67108860
[pid=17395] ppid=17390 vsize=10828536 memory=113184 CPUtime=1.68 cores=1,3,5,7
/proc/17395/stat : 17395 (java) S 17390 17395 17336 0 -1 1077944320 17556 13556 1 2 153 7 5 3 20 0 15 0 443590966 11088420864 28296 33554432000 4194304 4196468 140726871974256 140726871956800 140038498062071 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 2 0 0 6293624 6294260 20271104 140726871976688 140726871979205 140726871979205 140726871982031 0
/proc/17395/statm: 2707134 28296 3539 1 0 2669197 0
[pid=17395/tid=17497] ppid=17390 vsize=10828536 memory=2292 CPUtime=0.95 cores=1,3,5,7
/proc/17395/task/17497/stat : 17497 (java) R 17390 17395 17336 0 -1 4202560 12466 13556 0 2 82 5 5 3 20 0 15 0 443591026 11088420864 28296 33554432000 4194304 4196468 140726871974256 140038469896592 140038477592939 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20271104 140726871976688 140726871979205 140726871979205 140726871982031 0
[pid=17395/tid=17505] ppid=17390 vsize=10828536 memory=-7533522213388100735 CPUtime=0.08 cores=1,3,5,7
/proc/17395/task/17505/stat : 17505 (java) S 17390 17395 17336 0 -1 1077944384 1 13556 0 2 0 0 5 3 20 0 15 0 443591027 11088420864 28296 33554432000 4194304 4196468 140726871974256 140038502304528 140038498072277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20271104 140726871976688 140726871979205 140726871979205 140726871982031 0
[pid=17395/tid=17506] ppid=17390 vsize=10828536 memory=279579554077136 CPUtime=0.08 cores=1,3,5,7
/proc/17395/task/17506/stat : 17506 (java) S 17390 17395 17336 0 -1 1077944384 2 13556 0 2 0 0 5 3 20 0 15 0 443591027 11088420864 28296 33554432000 4194304 4196468 140726871974256 140038417124240 140038498072277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20271104 140726871976688 140726871979205 140726871979205 140726871982031 0
[pid=17395/tid=17507] ppid=17390 vsize=10828536 memory=288230604624101685 CPUtime=0.08 cores=1,3,5,7
/proc/17395/task/17507/stat : 17507 (java) S 17390 17395 17336 0 -1 1077944384 2 13556 0 2 0 0 5 3 20 0 15 0 443591027 11088420864 28296 33554432000 4194304 4196468 140726871974256 140038070000656 140038498072277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20271104 140726871976688 140726871979205 140726871979205 140726871982031 0
[pid=17395/tid=17508] ppid=17390 vsize=10828536 memory=16098169624726078 CPUtime=0.08 cores=1,3,5,7
/proc/17395/task/17508/stat : 17508 (java) S 17390 17395 17336 0 -1 1077944384 2 13556 0 2 0 0 5 3 20 0 15 0 443591027 11088420864 28296 33554432000 4194304 4196468 140726871974256 140038068948112 140038498072277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20271104 140726871976688 140726871979205 140726871979205 140726871982031 0
[pid=17395/tid=17513] ppid=17390 vsize=10828536 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/17395/task/17513/stat : 17513 (java) S 17390 17395 17336 0 -1 1077944384 6 13556 0 2 0 0 5 3 20 0 15 0 443591029 11088420864 28296 33554432000 4194304 4196468 140726871974256 140038024693744 140038498073218 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20271104 140726871976688 140726871979205 140726871979205 140726871982031 0
[pid=17395/tid=17514] ppid=17390 vsize=10828536 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/17395/task/17514/stat : 17514 (java) S 17390 17395 17336 0 -1 1077944384 13 13556 0 2 0 0 5 3 20 0 15 0 443591029 11088420864 28296 33554432000 4194304 4196468 140726871974256 140037945549728 140038498072277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20271104 140726871976688 140726871979205 140726871979205 140726871982031 0
[pid=17395/tid=17516] ppid=17390 vsize=10828536 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/17395/task/17516/stat : 17516 (java) S 17390 17395 17336 0 -1 1077944384 1 13556 0 2 0 0 5 3 20 0 15 0 443591030 11088420864 28296 33554432000 4194304 4196468 140726871974256 140037811332080 140038498072277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20271104 140726871976688 140726871979205 140726871979205 140726871982031 0
[pid=17395/tid=17519] ppid=17390 vsize=10828536 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/17395/task/17519/stat : 17519 (java) S 17390 17395 17336 0 -1 1077944384 2 13556 0 2 0 0 5 3 20 0 15 0 443591032 11088420864 28296 33554432000 4194304 4196468 140726871974256 140037207353552 140038498080667 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20271104 140726871976688 140726871979205 140726871979205 140726871982031 0
[pid=17395/tid=17520] ppid=17390 vsize=10828536 memory=4580 CPUtime=0.26 cores=1,3,5,7
/proc/17395/task/17520/stat : 17520 (java) S 17390 17395 17336 0 -1 1077944384 999 13556 0 2 18 0 5 3 20 0 15 0 443591032 11088420864 28296 33554432000 4194304 4196468 140726871974256 140038023641584 140038498073218 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20271104 140726871976688 140726871979205 140726871979205 140726871982031 0
[pid=17395/tid=17521] ppid=17390 vsize=10828536 memory=6935654856430477376 CPUtime=0.28 cores=1,3,5,7
/proc/17395/task/17521/stat : 17521 (java) S 17390 17395 17336 0 -1 1077944384 671 13556 0 2 20 0 5 3 20 0 15 0 443591032 11088420864 28296 33554432000 4194304 4196468 140726871974256 140038022589040 140038498073218 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20271104 140726871976688 140726871979205 140726871979205 140726871982031 0
[pid=17395/tid=17522] ppid=17390 vsize=10828536 memory=7518585109080986448 CPUtime=0.38 cores=1,3,5,7
/proc/17395/task/17522/stat : 17522 (java) S 17390 17395 17336 0 -1 1077944384 1178 13556 0 2 30 0 5 3 20 0 15 0 443591032 11088420864 28296 33554432000 4194304 4196468 140726871974256 140038021536496 140038498073218 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20271104 140726871976688 140726871979205 140726871979205 140726871982031 0
[pid=17395/tid=17523] ppid=17390 vsize=10828536 memory=279579554244400 CPUtime=0.08 cores=1,3,5,7
/proc/17395/task/17523/stat : 17523 (java) S 17390 17395 17336 0 -1 1077944384 3 13556 0 2 0 0 5 3 20 0 15 0 443591032 11088420864 28296 33554432000 4194304 4196468 140726871974256 140036737592416 140038498072277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20271104 140726871976688 140726871979205 140726871979205 140726871982031 0
[pid=17395/tid=17524] ppid=17390 vsize=10828536 memory=6226315890226384980 CPUtime=0.08 cores=1,3,5,7
/proc/17395/task/17524/stat : 17524 (java) S 17390 17395 17336 0 -1 1077944384 1 13556 0 2 0 0 5 3 20 0 15 0 443591033 11088420864 28296 33554432000 4194304 4196468 140726871974256 140038020483376 140038498073218 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20271104 140726871976688 140726871979205 140726871979205 140726871982031 0
Current children cumulated CPU time: 1.68 s
Current children cumulated vsize: 10828536 KiB
Current children cumulated memory: 113184 KiB

[startup+3.11044 s]
/proc/loadavg: 0.94 4.20 4.49 4/227 17530
/proc/meminfo: memFree=30857332/32770624 swapFree=66977372/67108860
[pid=17395] ppid=17390 vsize=10842892 memory=220988 CPUtime=5.38 cores=1,3,5,7
/proc/17395/stat : 17395 (java) S 17390 17395 17336 0 -1 1077944320 38863 13556 1 2 516 14 5 3 20 0 15 0 443590966 11103121408 55247 33554432000 4194304 4196468 140726871974256 140726871956800 140038498062071 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 2 0 0 6293624 6294260 20271104 140726871976688 140726871979205 140726871979205 140726871982031 0
/proc/17395/statm: 2710723 55247 3599 1 0 2672781 0
[pid=17395/tid=17497] ppid=17390 vsize=10842892 memory=184 CPUtime=2.52 cores=1,3,5,7
/proc/17395/task/17497/stat : 17497 (java) R 17390 17395 17336 0 -1 4202560 22581 13556 0 2 237 7 5 3 20 0 15 0 443591026 11103121408 55247 33554432000 4194304 4196468 140726871974256 140038469895488 140038106543744 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20271104 140726871976688 140726871979205 140726871979205 140726871982031 0
[pid=17395/tid=17505] ppid=17390 vsize=10842892 memory=1 CPUtime=0.09 cores=1,3,5,7
/proc/17395/task/17505/stat : 17505 (java) S 17390 17395 17336 0 -1 1077944384 21 13556 0 2 1 0 5 3 20 0 15 0 443591027 11103121408 55247 33554432000 4194304 4196468 140726871974256 140038502304528 140038498072277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20271104 140726871976688 140726871979205 140726871979205 140726871982031 0
[pid=17395/tid=17506] ppid=17390 vsize=10842892 memory=182660 CPUtime=0.08 cores=1,3,5,7
/proc/17395/task/17506/stat : 17506 (java) S 17390 17395 17336 0 -1 1077944384 54 13556 0 2 0 0 5 3 20 0 15 0 443591027 11103121408 55247 33554432000 4194304 4196468 140726871974256 140038417124240 140038498072277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20271104 140726871976688 140726871979205 140726871979205 140726871982031 0
[pid=17395/tid=17507] ppid=17390 vsize=10842892 memory=2292 CPUtime=0.09 cores=1,3,5,7
/proc/17395/task/17507/stat : 17507 (java) S 17390 17395 17336 0 -1 1077944384 355 13556 0 2 1 0 5 3 20 0 15 0 443591027 11103121408 55247 33554432000 4194304 4196468 140726871974256 140038070000656 140038498072277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20271104 140726871976688 140726871979205 140726871979205 140726871982031 0
[pid=17395/tid=17508] ppid=17390 vsize=10842892 memory=-7533522213388100735 CPUtime=0.09 cores=1,3,5,7
/proc/17395/task/17508/stat : 17508 (java) S 17390 17395 17336 0 -1 1077944384 84 13556 0 2 1 0 5 3 20 0 15 0 443591027 11103121408 55247 33554432000 4194304 4196468 140726871974256 140038068948112 140038498072277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20271104 140726871976688 140726871979205 140726871979205 140726871982031 0
[pid=17395/tid=17513] ppid=17390 vsize=10842892 memory=279579554510048 CPUtime=0.09 cores=1,3,5,7
/proc/17395/task/17513/stat : 17513 (java) S 17390 17395 17336 0 -1 1077944384 184 13556 0 2 1 0 5 3 20 0 15 0 443591029 11103121408 55247 33554432000 4194304 4196468 140726871974256 140038024693744 140038498073218 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20271104 140726871976688 140726871979205 140726871979205 140726871982031 0
[pid=17395/tid=17514] ppid=17390 vsize=10842892 memory=76885685963498 CPUtime=0.08 cores=1,3,5,7
/proc/17395/task/17514/stat : 17514 (java) S 17390 17395 17336 0 -1 1077944384 13 13556 0 2 0 0 5 3 20 0 15 0 443591029 11103121408 55247 33554432000 4194304 4196468 140726871974256 140037945549792 140038498072277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20271104 140726871976688 140726871979205 140726871979205 140726871982031 0
[pid=17395/tid=17516] ppid=17390 vsize=10842892 memory=76885685963498 CPUtime=0.08 cores=1,3,5,7
/proc/17395/task/17516/stat : 17516 (java) S 17390 17395 17336 0 -1 1077944384 2 13556 0 2 0 0 5 3 20 0 15 0 443591030 11103121408 55247 33554432000 4194304 4196468 140726871974256 140037811332096 140038498072277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20271104 140726871976688 140726871979205 140726871979205 140726871982031 0
[pid=17395/tid=17519] ppid=17390 vsize=10842892 memory=76885685963498 CPUtime=0.08 cores=1,3,5,7
/proc/17395/task/17519/stat : 17519 (java) S 17390 17395 17336 0 -1 1077944384 2 13556 0 2 0 0 5 3 20 0 15 0 443591032 11103121408 55247 33554432000 4194304 4196468 140726871974256 140037207353552 140038498080667 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20271104 140726871976688 140726871979205 140726871979205 140726871982031 0
[pid=17395/tid=17520] ppid=17390 vsize=10842892 memory=3616 CPUtime=1.04 cores=1,3,5,7
/proc/17395/task/17520/stat : 17520 (java) R 17390 17395 17336 0 -1 4202560 4732 13556 0 2 95 1 5 3 20 0 15 0 443591032 11103121408 55247 33554432000 4194304 4196468 140726871974256 140038023624176 140038479608720 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20271104 140726871976688 140726871979205 140726871979205 140726871982031 0
[pid=17395/tid=17521] ppid=17390 vsize=10842892 memory=0 CPUtime=0.84 cores=1,3,5,7
/proc/17395/task/17521/stat : 17521 (java) R 17390 17395 17336 0 -1 4202560 2479 13556 0 2 75 1 5 3 20 0 15 0 443591032 11103121408 55247 33554432000 4194304 4196468 140726871974256 140038022576816 140038481272442 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20271104 140726871976688 140726871979205 140726871979205 140726871982031 0
[pid=17395/tid=17522] ppid=17390 vsize=10842892 memory=4123195389992674936 CPUtime=1.09 cores=1,3,5,7
/proc/17395/task/17522/stat : 17522 (java) R 17390 17395 17336 0 -1 1077944384 6139 13556 0 2 100 1 5 3 20 0 15 0 443591032 11103121408 55247 33554432000 4194304 4196468 140726871974256 140038021536496 140038498073218 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 20271104 140726871976688 140726871979205 140726871979205 140726871982031 0
[pid=17395/tid=17523] ppid=17390 vsize=10842892 memory=279579553970144 CPUtime=0.08 cores=1,3,5,7
/proc/17395/task/17523/stat : 17523 (java) S 17390 17395 17336 0 -1 1077944384 3 13556 0 2 0 0 5 3 20 0 15 0 443591032 11103121408 55247 33554432000 4194304 4196468 140726871974256 140036737592416 140038498072277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20271104 140726871976688 140726871979205 140726871979205 140726871982031 0
[pid=17395/tid=17524] ppid=17390 vsize=10842892 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/17395/task/17524/stat : 17524 (java) S 17390 17395 17336 0 -1 1077944384 5 13556 0 2 0 0 5 3 20 0 15 0 443591033 11103121408 55247 33554432000 4194304 4196468 140726871974256 140038020483376 140038498073218 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20271104 140726871976688 140726871979205 140726871979205 140726871982031 0
Current children cumulated CPU time: 5.38 s
Current children cumulated vsize: 10842892 KiB
Current children cumulated memory: 220988 KiB

[startup+6.30089 s]
/proc/loadavg: 0.94 4.20 4.49 4/226 17530
/proc/meminfo: memFree=30551112/32770624 swapFree=66977372/67108860
[pid=17395] ppid=17390 vsize=10849036 memory=359504 CPUtime=13.4 cores=1,3,5,7
/proc/17395/stat : 17395 (java) S 17390 17395 17336 0 -1 1077944320 47470 13556 1 2 1311 21 5 3 20 0 15 0 443590966 11109412864 89876 33554432000 4194304 4196468 140726871974256 140726871956800 140038498062071 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 2 0 0 6293624 6294260 20271104 140726871976688 140726871979205 140726871979205 140726871982031 0
/proc/17395/statm: 2712259 89876 3623 1 0 2674317 0
[pid=17395/tid=17497] ppid=17390 vsize=10849036 memory=3616 CPUtime=5.64 cores=1,3,5,7
/proc/17395/task/17497/stat : 17497 (java) S 17390 17395 17336 0 -1 1077944384 24671 13556 0 2 546 10 5 3 20 0 15 0 443591026 11109412864 89876 33554432000 4194304 4196468 140726871974256 140038469896528 140038498072277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20271104 140726871976688 140726871979205 140726871979205 140726871982031 0
[pid=17395/tid=17505] ppid=17390 vsize=10849036 memory=56 CPUtime=0.11 cores=1,3,5,7
/proc/17395/task/17505/stat : 17505 (java) R 17390 17395 17336 0 -1 4202560 50 13556 0 2 3 0 5 3 20 0 15 0 443591027 11109412864 89876 33554432000 4194304 4196468 140726871974256 140038502304528 140038483089945 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20271104 140726871976688 140726871979205 140726871979205 140726871982031 0
[pid=17395/tid=17506] ppid=17390 vsize=10849036 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/17395/task/17506/stat : 17506 (java) R 17390 17395 17336 0 -1 4202560 151 13556 0 2 4 1 5 3 20 0 15 0 443591027 11109412864 89876 33554432000 4194304 4196468 140726871974256 140038417124240 140038483089945 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20271104 140726871976688 140726871979205 140726871979205 140726871982031 0
[pid=17395/tid=17507] ppid=17390 vsize=10849036 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/17395/task/17507/stat : 17507 (java) R 17390 17395 17336 0 -1 4202560 381 13556 0 2 3 0 5 3 20 0 15 0 443591027 11109412864 89876 33554432000 4194304 4196468 140726871974256 140038070000656 140038483089954 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20271104 140726871976688 140726871979205 140726871979205 140726871982031 0
[pid=17395/tid=17508] ppid=17390 vsize=10849036 memory=214477781895271 CPUtime=0.12 cores=1,3,5,7
/proc/17395/task/17508/stat : 17508 (java) R 17390 17395 17336 0 -1 1077944384 163 13556 0 2 4 0 5 3 20 0 15 0 443591027 11109412864 89876 33554432000 4194304 4196468 140726871974256 140038068948112 140038498072277 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20271104 140726871976688 140726871979205 140726871979205 140726871982031 0
[pid=17395/tid=17513] ppid=17390 vsize=10849036 memory=8 CPUtime=0.12 cores=1,3,5,7
/proc/17395/task/17513/stat : 17513 (java) S 17390 17395 17336 0 -1 1077944384 3301 13556 0 2 4 0 5 3 20 0 15 0 443591029 11109412864 89876 33554432000 4194304 4196468 140726871974256 140038024692256 140038498072277 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20271104 140726871976688 140726871979205 140726871979205 140726871982031 0
[pid=17395/tid=17514] ppid=17390 vsize=10849036 memory=8 CPUtime=0.08 cores=1,3,5,7
/proc/17395/task/17514/stat : 17514 (java) S 17390 17395 17336 0 -1 1077944384 14 13556 0 2 0 0 5 3 20 0 15 0 443591029 11109412864 89876 33554432000 4194304 4196468 140726871974256 140037945549792 140038498072277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20271104 140726871976688 140726871979205 140726871979205 140726871982031 0
[pid=17395/tid=17516] ppid=17390 vsize=10849036 memory=56 CPUtime=0.08 cores=1,3,5,7
/proc/17395/task/17516/stat : 17516 (java) S 17390 17395 17336 0 -1 1077944384 2 13556 0 2 0 0 5 3 20 0 15 0 443591030 11109412864 89876 33554432000 4194304 4196468 140726871974256 140037811332096 140038498072277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20271104 140726871976688 140726871979205 140726871979205 140726871982031 0
[pid=17395/tid=17519] ppid=17390 vsize=10849036 memory=2110140384098708 CPUtime=0.08 cores=1,3,5,7

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

/proc/17395/task/17497/stat : 17497 (java) R 17390 17395 17336 0 -1 4202560 64998 13556 0 2 223581 48 5 3 20 0 15 0 443591026 11109412864 236302 33554432000 4194304 4196468 140726871974256 140038469898096 140038103784312 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20271104 140726871976688 140726871979205 140726871979205 140726871982031 0
[pid=17395/tid=17505] ppid=17390 vsize=10849036 memory=945208 CPUtime=12.06 cores=1,3,5,7
/proc/17395/task/17505/stat : 17505 (java) S 17390 17395 17336 0 -1 1077944384 10254 13556 0 2 1145 53 5 3 20 0 15 0 443591027 11109412864 236302 33554432000 4194304 4196468 140726871974256 140038502304528 140038498072277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20271104 140726871976688 140726871979205 140726871979205 140726871982031 0
[pid=17395/tid=17506] ppid=17390 vsize=10849036 memory=945208 CPUtime=12.07 cores=1,3,5,7
/proc/17395/task/17506/stat : 17506 (java) S 17390 17395 17336 0 -1 1077944384 11838 13556 0 2 1144 55 5 3 20 0 15 0 443591027 11109412864 236302 33554432000 4194304 4196468 140726871974256 140038417124240 140038498072277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20271104 140726871976688 140726871979205 140726871979205 140726871982031 0
[pid=17395/tid=17507] ppid=17390 vsize=10849036 memory=3616 CPUtime=12.07 cores=1,3,5,7
/proc/17395/task/17507/stat : 17507 (java) S 17390 17395 17336 0 -1 1077944384 13520 13556 0 2 1140 59 5 3 20 0 15 0 443591027 11109412864 236302 33554432000 4194304 4196468 140726871974256 140038070000656 140038498072277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20271104 140726871976688 140726871979205 140726871979205 140726871982031 0
[pid=17395/tid=17508] ppid=17390 vsize=10849036 memory=945208 CPUtime=12.06 cores=1,3,5,7
/proc/17395/task/17508/stat : 17508 (java) S 17390 17395 17336 0 -1 1077944384 9767 13556 0 2 1145 53 5 3 20 0 15 0 443591027 11109412864 236302 33554432000 4194304 4196468 140726871974256 140038068948112 140038498072277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20271104 140726871976688 140726871979205 140726871979205 140726871982031 0
[pid=17395/tid=17513] ppid=17390 vsize=10849036 memory=3616 CPUtime=10.63 cores=1,3,5,7
/proc/17395/task/17513/stat : 17513 (java) S 17390 17395 17336 0 -1 1077944384 14380 13556 0 2 1001 54 5 3 20 0 15 0 443591029 11109412864 236302 33554432000 4194304 4196468 140726871974256 140038024693744 140038498073218 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20271104 140726871976688 140726871979205 140726871979205 140726871982031 0
[pid=17395/tid=17514] ppid=17390 vsize=10849036 memory=945208 CPUtime=0.08 cores=1,3,5,7
/proc/17395/task/17514/stat : 17514 (java) S 17390 17395 17336 0 -1 1077944384 14 13556 0 2 0 0 5 3 20 0 15 0 443591029 11109412864 236302 33554432000 4194304 4196468 140726871974256 140037945549792 140038498072277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20271104 140726871976688 140726871979205 140726871979205 140726871982031 0
[pid=17395/tid=17516] ppid=17390 vsize=10849036 memory=1056 CPUtime=0.08 cores=1,3,5,7
/proc/17395/task/17516/stat : 17516 (java) S 17390 17395 17336 0 -1 1077944384 2 13556 0 2 0 0 5 3 20 0 15 0 443591030 11109412864 236302 33554432000 4194304 4196468 140726871974256 140037811332096 140038498072277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20271104 140726871976688 140726871979205 140726871979205 140726871982031 0
[pid=17395/tid=17519] ppid=17390 vsize=10849036 memory=279579555277376 CPUtime=0.08 cores=1,3,5,7
/proc/17395/task/17519/stat : 17519 (java) S 17390 17395 17336 0 -1 1077944384 2 13556 0 2 0 0 5 3 20 0 15 0 443591032 11109412864 236302 33554432000 4194304 4196468 140726871974256 140037207353552 140038498080667 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20271104 140726871976688 140726871979205 140726871979205 140726871982031 0
[pid=17395/tid=17520] ppid=17390 vsize=10849036 memory=1898393 CPUtime=3.42 cores=1,3,5,7
/proc/17395/task/17520/stat : 17520 (java) S 17390 17395 17336 0 -1 1077944384 17952 13556 0 2 332 2 5 3 20 0 15 0 443591032 11109412864 236302 33554432000 4194304 4196468 140726871974256 140038023641584 140038498073218 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20271104 140726871976688 140726871979205 140726871979205 140726871982031 0
[pid=17395/tid=17521] ppid=17390 vsize=10849036 memory=2832 CPUtime=3.22 cores=1,3,5,7
/proc/17395/task/17521/stat : 17521 (java) S 17390 17395 17336 0 -1 1077944384 11643 13556 0 2 312 2 5 3 20 0 15 0 443591032 11109412864 236302 33554432000 4194304 4196468 140726871974256 140038022589040 140038498073218 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20271104 140726871976688 140726871979205 140726871979205 140726871982031 0
[pid=17395/tid=17522] ppid=17390 vsize=10849036 memory=1084 CPUtime=1.91 cores=1,3,5,7
/proc/17395/task/17522/stat : 17522 (java) S 17390 17395 17336 0 -1 1077944384 12399 13556 0 2 179 4 5 3 20 0 15 0 443591032 11109412864 236302 33554432000 4194304 4196468 140726871974256 140038021536496 140038498073218 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20271104 140726871976688 140726871979205 140726871979205 140726871982031 0
[pid=17395/tid=17523] ppid=17390 vsize=10849036 memory=945208 CPUtime=0.08 cores=1,3,5,7
/proc/17395/task/17523/stat : 17523 (java) S 17390 17395 17336 0 -1 1077944384 3 13556 0 2 0 0 5 3 20 0 15 0 443591032 11109412864 236302 33554432000 4194304 4196468 140726871974256 140036737592416 140038498072277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20271104 140726871976688 140726871979205 140726871979205 140726871982031 0
[pid=17395/tid=17524] ppid=17390 vsize=10849036 memory=2832 CPUtime=1.45 cores=1,3,5,7
/proc/17395/task/17524/stat : 17524 (java) S 17390 17395 17336 0 -1 1077944384 838 13556 0 2 64 73 5 3 20 0 15 0 443591033 11109412864 236302 33554432000 4194304 4196468 140726871974256 140038020483376 140038498073218 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 2 0 0 6293624 6294260 20271104 140726871976688 140726871979205 140726871979205 140726871982031 0
Current children cumulated CPU time: 2304.66 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 945208 KiB

[startup+2322.3 s]
/proc/loadavg: 1.56 1.35 1.58 3/229 17786
/proc/meminfo: memFree=29367700/32770624 swapFree=66977372/67108860
[pid=17395] ppid=17390 vsize=10849036 memory=947256 CPUtime=2365.68 cores=1,3,5,7
/proc/17395/stat : 17395 (java) S 17390 17395 17336 0 -1 1077944320 171391 13556 1 2 236204 356 5 3 20 0 15 0 443590966 11109412864 236814 33554432000 4194304 4196468 140726871974256 140726871956800 140038498062071 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 2 0 0 6293624 6294260 20271104 140726871976688 140726871979205 140726871979205 140726871982031 0
/proc/17395/statm: 2712259 236814 3629 1 0 2674317 0
[pid=17395/tid=17497] ppid=17390 vsize=10849036 memory=947256 CPUtime=2295.66 cores=1,3,5,7
/proc/17395/task/17497/stat : 17497 (java) R 17390 17395 17336 0 -1 4202560 65826 13556 0 2 229509 49 5 3 20 0 15 0 443591026 11109412864 236814 33554432000 4194304 4196468 140726871974256 140038469897920 140038113374297 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20271104 140726871976688 140726871979205 140726871979205 140726871982031 0
[pid=17395/tid=17505] ppid=17390 vsize=10849036 memory=947256 CPUtime=12.41 cores=1,3,5,7
/proc/17395/task/17505/stat : 17505 (java) S 17390 17395 17336 0 -1 1077944384 10282 13556 0 2 1178 55 5 3 20 0 15 0 443591027 11109412864 236814 33554432000 4194304 4196468 140726871974256 140038502304528 140038498072277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20271104 140726871976688 140726871979205 140726871979205 140726871982031 0
[pid=17395/tid=17506] ppid=17390 vsize=10849036 memory=947256 CPUtime=12.42 cores=1,3,5,7
/proc/17395/task/17506/stat : 17506 (java) S 17390 17395 17336 0 -1 1077944384 12006 13556 0 2 1177 57 5 3 20 0 15 0 443591027 11109412864 236814 33554432000 4194304 4196468 140726871974256 140038417124240 140038498072277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20271104 140726871976688 140726871979205 140726871979205 140726871982031 0
[pid=17395/tid=17507] ppid=17390 vsize=10849036 memory=947256 CPUtime=12.43 cores=1,3,5,7
/proc/17395/task/17507/stat : 17507 (java) S 17390 17395 17336 0 -1 1077944384 13586 13556 0 2 1173 62 5 3 20 0 15 0 443591027 11109412864 236814 33554432000 4194304 4196468 140726871974256 140038070000656 140038498072277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20271104 140726871976688 140726871979205 140726871979205 140726871982031 0
[pid=17395/tid=17508] ppid=17390 vsize=10849036 memory=139789777109953 CPUtime=12.42 cores=1,3,5,7
/proc/17395/task/17508/stat : 17508 (java) S 17390 17395 17336 0 -1 1077944384 10019 13556 0 2 1179 55 5 3 20 0 15 0 443591027 11109412864 236814 33554432000 4194304 4196468 140726871974256 140038068948112 140038498072277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20271104 140726871976688 140726871979205 140726871979205 140726871982031 0
[pid=17395/tid=17513] ppid=17390 vsize=10849036 memory=947256 CPUtime=10.92 cores=1,3,5,7
/proc/17395/task/17513/stat : 17513 (java) S 17390 17395 17336 0 -1 1077944384 14587 13556 0 2 1029 55 5 3 20 0 15 0 443591029 11109412864 236814 33554432000 4194304 4196468 140726871974256 140038024693744 140038498073218 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20271104 140726871976688 140726871979205 140726871979205 140726871982031 0
[pid=17395/tid=17514] ppid=17390 vsize=10849036 memory=947256 CPUtime=0.08 cores=1,3,5,7
/proc/17395/task/17514/stat : 17514 (java) S 17390 17395 17336 0 -1 1077944384 14 13556 0 2 0 0 5 3 20 0 15 0 443591029 11109412864 236814 33554432000 4194304 4196468 140726871974256 140037945549792 140038498072277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20271104 140726871976688 140726871979205 140726871979205 140726871982031 0
[pid=17395/tid=17516] ppid=17390 vsize=10849036 memory=139789777883585 CPUtime=0.08 cores=1,3,5,7
/proc/17395/task/17516/stat : 17516 (java) S 17390 17395 17336 0 -1 1077944384 2 13556 0 2 0 0 5 3 20 0 15 0 443591030 11109412864 236814 33554432000 4194304 4196468 140726871974256 140037811332096 140038498072277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20271104 140726871976688 140726871979205 140726871979205 140726871982031 0
[pid=17395/tid=17519] ppid=17390 vsize=10849036 memory=947256 CPUtime=0.08 cores=1,3,5,7
/proc/17395/task/17519/stat : 17519 (java) S 17390 17395 17336 0 -1 1077944384 2 13556 0 2 0 0 5 3 20 0 15 0 443591032 11109412864 236814 33554432000 4194304 4196468 140726871974256 140037207353552 140038498080667 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20271104 140726871976688 140726871979205 140726871979205 140726871982031 0
[pid=17395/tid=17520] ppid=17390 vsize=10849036 memory=3616 CPUtime=3.43 cores=1,3,5,7
/proc/17395/task/17520/stat : 17520 (java) S 17390 17395 17336 0 -1 1077944384 17954 13556 0 2 333 2 5 3 20 0 15 0 443591032 11109412864 236814 33554432000 4194304 4196468 140726871974256 140038023641584 140038498073218 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20271104 140726871976688 140726871979205 140726871979205 140726871982031 0
[pid=17395/tid=17521] ppid=17390 vsize=10849036 memory=2004 CPUtime=3.22 cores=1,3,5,7
/proc/17395/task/17521/stat : 17521 (java) S 17390 17395 17336 0 -1 1077944384 11645 13556 0 2 312 2 5 3 20 0 15 0 443591032 11109412864 236814 33554432000 4194304 4196468 140726871974256 140038022589040 140038498073218 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20271104 140726871976688 140726871979205 140726871979205 140726871982031 0
[pid=17395/tid=17522] ppid=17390 vsize=10849036 memory=1416 CPUtime=1.91 cores=1,3,5,7
/proc/17395/task/17522/stat : 17522 (java) S 17390 17395 17336 0 -1 1077944384 12401 13556 0 2 179 4 5 3 20 0 15 0 443591032 11109412864 236814 33554432000 4194304 4196468 140726871974256 140038021536496 140038498073218 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20271104 140726871976688 140726871979205 140726871979205 140726871982031 0
[pid=17395/tid=17523] ppid=17390 vsize=10849036 memory=947256 CPUtime=0.08 cores=1,3,5,7
/proc/17395/task/17523/stat : 17523 (java) S 17390 17395 17336 0 -1 1077944384 3 13556 0 2 0 0 5 3 20 0 15 0 443591032 11109412864 236814 33554432000 4194304 4196468 140726871974256 140036737592416 140038498072277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20271104 140726871976688 140726871979205 140726871979205 140726871982031 0
[pid=17395/tid=17524] ppid=17390 vsize=10849036 memory=947256 CPUtime=1.49 cores=1,3,5,7
/proc/17395/task/17524/stat : 17524 (java) S 17390 17395 17336 0 -1 1077944384 855 13556 0 2 66 75 5 3 20 0 15 0 443591033 11109412864 236814 33554432000 4194304 4196468 140726871974256 140038020483376 140038498073218 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 2 0 0 6293624 6294260 20271104 140726871976688 140726871979205 140726871979205 140726871982031 0
Current children cumulated CPU time: 2365.68 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 947256 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2356.11 s]
/proc/loadavg: 1.65 1.39 1.59 3/229 17789
/proc/meminfo: memFree=29367660/32770624 swapFree=66977372/67108860
[pid=17395] ppid=17390 vsize=10849036 memory=947256 CPUtime=2400.04 cores=1,3,5,7
/proc/17395/stat : 17395 (java) S 17390 17395 17336 0 -1 1077944320 172379 13556 1 2 239636 360 5 3 20 0 15 0 443590966 11109412864 236814 33554432000 4194304 4196468 140726871974256 140726871956800 140038498062071 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 2 0 0 6293624 6294260 20271104 140726871976688 140726871979205 140726871979205 140726871982031 0
/proc/17395/statm: 2712259 236814 3629 1 0 2674317 0
[pid=17395/tid=17497] ppid=17390 vsize=10849036 memory=947256 CPUtime=2329.12 cores=1,3,5,7
/proc/17395/task/17497/stat : 17497 (java) R 17390 17395 17336 0 -1 4202560 66333 13556 0 2 232854 50 5 3 20 0 15 0 443591026 11109412864 236814 33554432000 4194304 4196468 140726871974256 140038469897392 140038112339996 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20271104 140726871976688 140726871979205 140726871979205 140726871982031 0
[pid=17395/tid=17505] ppid=17390 vsize=10849036 memory=56 CPUtime=12.59 cores=1,3,5,7
/proc/17395/task/17505/stat : 17505 (java) S 17390 17395 17336 0 -1 1077944384 10293 13556 0 2 1195 56 5 3 20 0 15 0 443591027 11109412864 236814 33554432000 4194304 4196468 140726871974256 140038502304528 140038498072277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20271104 140726871976688 140726871979205 140726871979205 140726871982031 0
[pid=17395/tid=17506] ppid=17390 vsize=10849036 memory=947256 CPUtime=12.61 cores=1,3,5,7
/proc/17395/task/17506/stat : 17506 (java) S 17390 17395 17336 0 -1 1077944384 12073 13556 0 2 1195 58 5 3 20 0 15 0 443591027 11109412864 236814 33554432000 4194304 4196468 140726871974256 140038417124240 140038498072277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20271104 140726871976688 140726871979205 140726871979205 140726871982031 0
[pid=17395/tid=17507] ppid=17390 vsize=10849036 memory=1099 CPUtime=12.61 cores=1,3,5,7
/proc/17395/task/17507/stat : 17507 (java) S 17390 17395 17336 0 -1 1077944384 13593 13556 0 2 1191 62 5 3 20 0 15 0 443591027 11109412864 236814 33554432000 4194304 4196468 140726871974256 140038070000656 140038498072277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20271104 140726871976688 140726871979205 140726871979205 140726871982031 0
[pid=17395/tid=17508] ppid=17390 vsize=10849036 memory=947256 CPUtime=12.6 cores=1,3,5,7
/proc/17395/task/17508/stat : 17508 (java) S 17390 17395 17336 0 -1 1077944384 10187 13556 0 2 1197 55 5 3 20 0 15 0 443591027 11109412864 236814 33554432000 4194304 4196468 140726871974256 140038068948112 140038498072277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20271104 140726871976688 140726871979205 140726871979205 140726871982031 0
[pid=17395/tid=17513] ppid=17390 vsize=10849036 memory=0 CPUtime=11.08 cores=1,3,5,7
/proc/17395/task/17513/stat : 17513 (java) S 17390 17395 17336 0 -1 1077944384 14768 13556 0 2 1044 56 5 3 20 0 15 0 443591029 11109412864 236814 33554432000 4194304 4196468 140726871974256 140038024693744 140038498073218 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20271104 140726871976688 140726871979205 140726871979205 140726871982031 0
[pid=17395/tid=17514] ppid=17390 vsize=10849036 memory=279579554811192 CPUtime=0.08 cores=1,3,5,7
/proc/17395/task/17514/stat : 17514 (java) S 17390 17395 17336 0 -1 1077944384 14 13556 0 2 0 0 5 3 20 0 15 0 443591029 11109412864 236814 33554432000 4194304 4196468 140726871974256 140037945549792 140038498072277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20271104 140726871976688 140726871979205 140726871979205 140726871982031 0
[pid=17395/tid=17516] ppid=17390 vsize=10849036 memory=6944656592455097392 CPUtime=0.08 cores=1,3,5,7
/proc/17395/task/17516/stat : 17516 (java) S 17390 17395 17336 0 -1 1077944384 2 13556 0 2 0 0 5 3 20 0 15 0 443591030 11109412864 236814 33554432000 4194304 4196468 140726871974256 140037811332096 140038498072277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20271104 140726871976688 140726871979205 140726871979205 140726871982031 0
[pid=17395/tid=17519] ppid=17390 vsize=10849036 memory=943160 CPUtime=0.08 cores=1,3,5,7
/proc/17395/task/17519/stat : 17519 (java) S 17390 17395 17336 0 -1 1077944384 2 13556 0 2 0 0 5 3 20 0 15 0 443591032 11109412864 236814 33554432000 4194304 4196468 140726871974256 140037207353552 140038498080667 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20271104 140726871976688 140726871979205 140726871979205 140726871982031 0
[pid=17395/tid=17520] ppid=17390 vsize=10849036 memory=279579554762624 CPUtime=3.43 cores=1,3,5,7
/proc/17395/task/17520/stat : 17520 (java) S 17390 17395 17336 0 -1 1077944384 17956 13556 0 2 333 2 5 3 20 0 15 0 443591032 11109412864 236814 33554432000 4194304 4196468 140726871974256 140038023641584 140038498073218 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20271104 140726871976688 140726871979205 140726871979205 140726871982031 0
[pid=17395/tid=17521] ppid=17390 vsize=10849036 memory=947256 CPUtime=3.22 cores=1,3,5,7
/proc/17395/task/17521/stat : 17521 (java) S 17390 17395 17336 0 -1 1077944384 11663 13556 0 2 312 2 5 3 20 0 15 0 443591032 11109412864 236814 33554432000 4194304 4196468 140726871974256 140038022589040 140038498073218 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20271104 140726871976688 140726871979205 140726871979205 140726871982031 0
[pid=17395/tid=17522] ppid=17390 vsize=10849036 memory=947256 CPUtime=1.91 cores=1,3,5,7
/proc/17395/task/17522/stat : 17522 (java) S 17390 17395 17336 0 -1 1077944384 12415 13556 0 2 179 4 5 3 20 0 15 0 443591032 11109412864 236814 33554432000 4194304 4196468 140726871974256 140038021536496 140038498073218 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20271104 140726871976688 140726871979205 140726871979205 140726871982031 0
[pid=17395/tid=17523] ppid=17390 vsize=10849036 memory=941112 CPUtime=0.08 cores=1,3,5,7
/proc/17395/task/17523/stat : 17523 (java) S 17390 17395 17336 0 -1 1077944384 3 13556 0 2 0 0 5 3 20 0 15 0 443591032 11109412864 236814 33554432000 4194304 4196468 140726871974256 140036737592416 140038498072277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20271104 140726871976688 140726871979205 140726871979205 140726871982031 0
[pid=17395/tid=17524] ppid=17390 vsize=10849036 memory=941112 CPUtime=1.51 cores=1,3,5,7
/proc/17395/task/17524/stat : 17524 (java) S 17390 17395 17336 0 -1 1077944384 868 13556 0 2 67 76 5 3 20 0 15 0 443591033 11109412864 236814 33554432000 4194304 4196468 140726871974256 140038020483376 140038498073218 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 2 0 0 6293624 6294260 20271104 140726871976688 140726871979205 140726871979205 140726871982031 0
Current children cumulated CPU time: 2400.04 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 947256 KiB

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

[startup+2356.14 s]
# the end of solver process 17395 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2396.44 s, system=3.65285 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2356.11 s]
/proc/loadavg: 1.65 1.39 1.59 3/229 17789
/proc/meminfo: memFree=29367660/32770624 swapFree=66977372/67108860
[pid=17395] ppid=17390 vsize=10849036 memory=947256 CPUtime=2400.04 cores=1,3,5,7
/proc/17395/stat : 17395 (java) S 17390 17395 17336 0 -1 1077944320 172379 13556 1 2 239636 360 5 3 20 0 15 0 443590966 11109412864 236814 33554432000 4194304 4196468 140726871974256 140726871956800 140038498062071 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 2 0 0 6293624 6294260 20271104 140726871976688 140726871979205 140726871979205 140726871982031 0
/proc/17395/statm: 2712259 236814 3629 1 0 2674317 0
[pid=17395/tid=17497] ppid=17390 vsize=10849036 memory=947256 CPUtime=2329.12 cores=1,3,5,7
/proc/17395/task/17497/stat : 17497 (java) R 17390 17395 17336 0 -1 4202560 66333 13556 0 2 232854 50 5 3 20 0 15 0 443591026 11109412864 236814 33554432000 4194304 4196468 140726871974256 140038469897392 140038112339996 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20271104 140726871976688 140726871979205 140726871979205 140726871982031 0
[pid=17395/tid=17505] ppid=17390 vsize=10849036 memory=56 CPUtime=12.59 cores=1,3,5,7
/proc/17395/task/17505/stat : 17505 (java) S 17390 17395 17336 0 -1 1077944384 10293 13556 0 2 1195 56 5 3 20 0 15 0 443591027 11109412864 236814 33554432000 4194304 4196468 140726871974256 140038502304528 140038498072277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20271104 140726871976688 140726871979205 140726871979205 140726871982031 0
[pid=17395/tid=17506] ppid=17390 vsize=10849036 memory=947256 CPUtime=12.61 cores=1,3,5,7
/proc/17395/task/17506/stat : 17506 (java) S 17390 17395 17336 0 -1 1077944384 12073 13556 0 2 1195 58 5 3 20 0 15 0 443591027 11109412864 236814 33554432000 4194304 4196468 140726871974256 140038417124240 140038498072277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20271104 140726871976688 140726871979205 140726871979205 140726871982031 0
[pid=17395/tid=17507] ppid=17390 vsize=10849036 memory=1099 CPUtime=12.61 cores=1,3,5,7
/proc/17395/task/17507/stat : 17507 (java) S 17390 17395 17336 0 -1 1077944384 13593 13556 0 2 1191 62 5 3 20 0 15 0 443591027 11109412864 236814 33554432000 4194304 4196468 140726871974256 140038070000656 140038498072277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20271104 140726871976688 140726871979205 140726871979205 140726871982031 0
[pid=17395/tid=17508] ppid=17390 vsize=10849036 memory=947256 CPUtime=12.6 cores=1,3,5,7
/proc/17395/task/17508/stat : 17508 (java) S 17390 17395 17336 0 -1 1077944384 10187 13556 0 2 1197 55 5 3 20 0 15 0 443591027 11109412864 236814 33554432000 4194304 4196468 140726871974256 140038068948112 140038498072277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20271104 140726871976688 140726871979205 140726871979205 140726871982031 0
[pid=17395/tid=17513] ppid=17390 vsize=10849036 memory=0 CPUtime=11.08 cores=1,3,5,7
/proc/17395/task/17513/stat : 17513 (java) S 17390 17395 17336 0 -1 1077944384 14768 13556 0 2 1044 56 5 3 20 0 15 0 443591029 11109412864 236814 33554432000 4194304 4196468 140726871974256 140038024693744 140038498073218 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20271104 140726871976688 140726871979205 140726871979205 140726871982031 0
[pid=17395/tid=17514] ppid=17390 vsize=10849036 memory=279579554811192 CPUtime=0.08 cores=1,3,5,7
/proc/17395/task/17514/stat : 17514 (java) S 17390 17395 17336 0 -1 1077944384 14 13556 0 2 0 0 5 3 20 0 15 0 443591029 11109412864 236814 33554432000 4194304 4196468 140726871974256 140037945549792 140038498072277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20271104 140726871976688 140726871979205 140726871979205 140726871982031 0
[pid=17395/tid=17516] ppid=17390 vsize=10849036 memory=6944656592455097392 CPUtime=0.08 cores=1,3,5,7
/proc/17395/task/17516/stat : 17516 (java) S 17390 17395 17336 0 -1 1077944384 2 13556 0 2 0 0 5 3 20 0 15 0 443591030 11109412864 236814 33554432000 4194304 4196468 140726871974256 140037811332096 140038498072277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20271104 140726871976688 140726871979205 140726871979205 140726871982031 0
[pid=17395/tid=17519] ppid=17390 vsize=10849036 memory=943160 CPUtime=0.08 cores=1,3,5,7
/proc/17395/task/17519/stat : 17519 (java) S 17390 17395 17336 0 -1 1077944384 2 13556 0 2 0 0 5 3 20 0 15 0 443591032 11109412864 236814 33554432000 4194304 4196468 140726871974256 140037207353552 140038498080667 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20271104 140726871976688 140726871979205 140726871979205 140726871982031 0
[pid=17395/tid=17520] ppid=17390 vsize=10849036 memory=279579554762624 CPUtime=3.43 cores=1,3,5,7
/proc/17395/task/17520/stat : 17520 (java) S 17390 17395 17336 0 -1 1077944384 17956 13556 0 2 333 2 5 3 20 0 15 0 443591032 11109412864 236814 33554432000 4194304 4196468 140726871974256 140038023641584 140038498073218 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20271104 140726871976688 140726871979205 140726871979205 140726871982031 0
[pid=17395/tid=17521] ppid=17390 vsize=10849036 memory=947256 CPUtime=3.22 cores=1,3,5,7
/proc/17395/task/17521/stat : 17521 (java) S 17390 17395 17336 0 -1 1077944384 11663 13556 0 2 312 2 5 3 20 0 15 0 443591032 11109412864 236814 33554432000 4194304 4196468 140726871974256 140038022589040 140038498073218 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20271104 140726871976688 140726871979205 140726871979205 140726871982031 0
[pid=17395/tid=17522] ppid=17390 vsize=10849036 memory=947256 CPUtime=1.91 cores=1,3,5,7
/proc/17395/task/17522/stat : 17522 (java) S 17390 17395 17336 0 -1 1077944384 12415 13556 0 2 179 4 5 3 20 0 15 0 443591032 11109412864 236814 33554432000 4194304 4196468 140726871974256 140038021536496 140038498073218 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20271104 140726871976688 140726871979205 140726871979205 140726871982031 0
[pid=17395/tid=17523] ppid=17390 vsize=10849036 memory=941112 CPUtime=0.08 cores=1,3,5,7
/proc/17395/task/17523/stat : 17523 (java) S 17390 17395 17336 0 -1 1077944384 3 13556 0 2 0 0 5 3 20 0 15 0 443591032 11109412864 236814 33554432000 4194304 4196468 140726871974256 140036737592416 140038498072277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20271104 140726871976688 140726871979205 140726871979205 140726871982031 0
[pid=17395/tid=17524] ppid=17390 vsize=10849036 memory=941112 CPUtime=1.51 cores=1,3,5,7
/proc/17395/task/17524/stat : 17524 (java) S 17390 17395 17336 0 -1 1077944384 868 13556 0 2 67 76 5 3 20 0 15 0 443591033 11109412864 236814 33554432000 4194304 4196468 140726871974256 140038020483376 140038498073218 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 2 0 0 6293624 6294260 20271104 140726871976688 140726871979205 140726871979205 140726871982031 0
Current children cumulated CPU time: 2400.04 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 947256 KiB

Child status: 143
Real time (s): 2356.14
CPU time (s): 2400.09
CPU user time (s): 2396.44
CPU system time (s): 3.65285
CPU usage (%): 101.866
Max. virtual memory (cumulated for all children) (KiB): 10849036
Max. memory (cumulated for all children) (KiB): 947256

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2396.44
system time used= 3.65285
maximum resident set size= 951380
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 186930
page faults= 3
swaps= 0
block input operations= 504
block output operations= 2848
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 283293
involuntary context switches= 8823


# summary of solver processes directly reported to runsolver:
#   pid: 17395
#   total CPU time (s): 2400.09
#   total CPU user time (s): 2396.44
#   total CPU system time (s): 3.65285

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.945 second user time and 22.9791 second system time

The end

Launcher Data

Begin job on node104 at 2019-09-16 23:25:13
IDJOB=4401381
IDBENCH=115953
IDSOLVER=2858
FILE ID=node104/4401381-1568673332
RUNJOBID= node104-1568669113-17368
PBS_JOBID= 21703796
Free space on /tmp= 59012 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/StillLife/StillLife-m1-s1/StillLife-06-12.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4401381-1568673332/watcher-4401381-1568673332 -o /tmp/evaluation-result-4401381-1568673332/solver-4401381-1568673332 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node104-1568669113-17368 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=516042084 HOME/instance-4401381-1568673332.xml

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

MD5SUM BENCH= 7162d4a2bfb4649e5ff01c254dbd946c
RANDOM SEED=516042084

node104.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	: 5334.09
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	: 5334.09
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	: 5334.09
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	: 5334.09
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:        31243640 kB
MemAvailable:   31868416 kB
Buffers:           79256 kB
Cached:           842844 kB
SwapCached:        32248 kB
Active:           632936 kB
Inactive:         324508 kB
Active(anon):       4036 kB
Inactive(anon):    80672 kB
Active(file):     628900 kB
Inactive(file):   243836 kB
Unevictable:      109412 kB
Mlocked:          109412 kB
SwapTotal:      67108860 kB
SwapFree:       66977372 kB
Dirty:             35136 kB
Writeback:           120 kB
AnonPages:        114276 kB
Mapped:            47744 kB
Shmem:             40460 kB
Slab:             165536 kB
SReclaimable:     135748 kB
SUnreclaim:        29788 kB
KernelStack:        3392 kB
PageTables:         5456 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     501520 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     69632 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 58940 MiB
End job on node104 at 2019-09-17 00:04:36