Trace number 4300377

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
MiniCPFever 2018-04-29SAT 229.597 223.077

General information on the benchmark

NameFrb/
frb-40-19-1-mgd_c18.xml
MD5SUM1b3b260246d4f65c593765dc4af9b313
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark5.21821
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints321
Number of domains1
Minimum domain size19
Maximum domain size19
Distribution of domain sizes[{"size":19,"count":40}]
Minimum variable degree10
Maximum variable degree25
Distribution of variable degrees[{"degree":10,"count":2},{"degree":11,"count":3},{"degree":12,"count":3},{"degree":13,"count":4},{"degree":14,"count":3},{"degree":15,"count":6},{"degree":16,"count":2},{"degree":17,"count":4},{"degree":18,"count":3},{"degree":19,"count":2},{"degree":20,"count":1},{"degree":21,"count":1},{"degree":22,"count":4},{"degree":23,"count":1},{"degree":25,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":321}]
Number of extensional constraints321
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":321}]
Optimization problemNO
Type of objective

Solver Data

0.13/0.13	c version: 2018-04-11
0.13/0.13	c seed: 1811631
0.13/0.13	c timeout: -1
0.13/0.13	c memlimit: -1
0.13/0.13	c nbcore: -1
229.51/223.06	d NO_SOL_FOUND
229.51/223.06	s SATISFIABLE
229.51/223.06	v <instantiation>
229.51/223.06	v 	<list>
229.51/223.06	v 		x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39] 
229.51/223.06	v 	</list>
229.51/223.06	v 	<values>
229.51/223.06	v 		5 4 1 11 17 3 8 17 2 7 10 2 7 12 0 1 1 16 12 10 17 16 7 6 3 10 6 7 6 8 2 11 14 6 15 4 18 4 12 17 
229.51/223.06	v 	</values>
229.51/223.06	v </instantiation>

Verifier Data

OK	

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 (9286 MiB free)
  memory of node 1: 16384 MiB (13696 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4300377-1532870331/watcher-4300377-1532870331 -o /tmp/evaluation-result-4300377-1532870331/solver-4300377-1532870331 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1532845932-8483 --watchdog 2580 java -jar minicp-1.0.jar HOME/instance-4300377-1532870331.xml 

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

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
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=11134, runsolver pid=11131
Current StackSize limit: 8192 KiB


[startup+0.100542 s]*
/proc/loadavg: 1.00 1.27 1.36 4/215 11149
/proc/meminfo: memFree=23518400/32770624 swapFree=67108860/67108860
[pid=11134] ppid=11131 vsize=10658972 memory=27840 CPUtime=0.13 cores=1,3,5,7
/proc/11134/stat : 11134 (java) S 11131 11134 8451 0 -1 1077944320 4924 0 0 0 11 2 0 0 20 0 15 0 104596280 10914787328 6960 33554432000 4194304 4196468 140730984077440 140730984059984 139800339128055 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 29470720 140730984084653 140730984084745 140730984084745 140730984087503 0
/proc/11134/statm: 2664743 6960 2857 1 0 2627263 0
[pid=11134/tid=11136] ppid=11131 vsize=10658972 memory=-8269626465541591419 CPUtime=0.09 cores=1,3,5,7
/proc/11134/task/11136/stat : 11136 (java) R 11131 11134 8451 0 -1 4202560 2751 0 0 0 8 1 0 0 20 0 15 0 104596280 10914787328 6960 33554432000 4194304 4196468 140730984077440 139800343358944 139800331365182 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29470720 140730984084653 140730984084745 140730984084745 140730984087503 0
[pid=11134/tid=11137] ppid=11131 vsize=10658972 memory=-7522837583129502606 CPUtime=0 cores=1,3,5,7
/proc/11134/task/11137/stat : 11137 (java) S 11131 11134 8451 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 104596281 10914787328 6960 33554432000 4194304 4196468 140730984077440 139800265202064 139800339138261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29470720 140730984084653 140730984084745 140730984084745 140730984087503 0
[pid=11134/tid=11138] ppid=11131 vsize=10658972 memory=140382302172800 CPUtime=0 cores=1,3,5,7
/proc/11134/task/11138/stat : 11138 (java) S 11131 11134 8451 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104596281 10914787328 6960 33554432000 4194304 4196468 140730984077440 139800264149264 139800339138261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29470720 140730984084653 140730984084745 140730984084745 140730984087503 0
[pid=11134/tid=11139] ppid=11131 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11134/task/11139/stat : 11139 (java) S 11131 11134 8451 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104596281 10914787328 6960 33554432000 4194304 4196468 140730984077440 139800263096976 139800339138261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29470720 140730984084653 140730984084745 140730984084745 140730984087503 0
[pid=11134/tid=11140] ppid=11131 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11134/task/11140/stat : 11140 (java) S 11131 11134 8451 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104596281 10914787328 6960 33554432000 4194304 4196468 140730984077440 139800262044176 139800339138261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29470720 140730984084653 140730984084745 140730984084745 140730984087503 0
[pid=11134/tid=11141] ppid=11131 vsize=10658972 memory=140382302172800 CPUtime=0 cores=1,3,5,7
/proc/11134/task/11141/stat : 11141 (java) S 11131 11134 8451 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 104596282 10914787328 6960 33554432000 4194304 4196468 140730984077440 139799507757680 139800339139202 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29470720 140730984084653 140730984084745 140730984084745 140730984087503 0
[pid=11134/tid=11142] ppid=11131 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11134/task/11142/stat : 11142 (java) S 11131 11134 8451 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 104596283 10914787328 6960 33554432000 4194304 4196468 140730984077440 139799506703648 139800339138261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29470720 140730984084653 140730984084745 140730984084745 140730984087503 0
[pid=11134/tid=11143] ppid=11131 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11134/task/11143/stat : 11143 (java) S 11131 11134 8451 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 104596283 10914787328 6960 33554432000 4194304 4196468 140730984077440 139799505651312 139800339138261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29470720 140730984084653 140730984084745 140730984084745 140730984087503 0
[pid=11134/tid=11144] ppid=11131 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11134/task/11144/stat : 11144 (java) S 11131 11134 8451 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104596285 10914787328 6960 33554432000 4194304 4196468 140730984077440 139799504599632 139800339146651 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29470720 140730984084653 140730984084745 140730984084745 140730984087503 0
[pid=11134/tid=11145] ppid=11131 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11134/task/11145/stat : 11145 (java) R 11131 11134 8451 0 -1 1077944384 313 0 0 0 0 0 0 0 20 0 15 0 104596285 10914787328 6960 33554432000 4194304 4196468 140730984077440 139799503546480 139800339139202 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29470720 140730984084653 140730984084745 140730984084745 140730984087503 0
[pid=11134/tid=11146] ppid=11131 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11134/task/11146/stat : 11146 (java) R 11131 11134 8451 0 -1 4202560 170 0 0 0 0 0 0 0 20 0 15 0 104596285 10914787328 6960 33554432000 4194304 4196468 140730984077440 139799502493680 139800318343985 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29470720 140730984084653 140730984084745 140730984084745 140730984087503 0
[pid=11134/tid=11147] ppid=11131 vsize=10658972 memory=140382302172800 CPUtime=0.02 cores=1,3,5,7
/proc/11134/task/11147/stat : 11147 (java) R 11131 11134 8451 0 -1 4202560 325 0 0 0 2 0 0 0 20 0 15 0 104596285 10914787328 6960 33554432000 4194304 4196468 140730984077440 139799501436656 139800317734087 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29470720 140730984084653 140730984084745 140730984084745 140730984087503 0
[pid=11134/tid=11148] ppid=11131 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11134/task/11148/stat : 11148 (java) S 11131 11134 8451 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104596285 10914787328 6960 33554432000 4194304 4196468 140730984077440 139799500388832 139800339138261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29470720 140730984084653 140730984084745 140730984084745 140730984087503 0
[pid=11134/tid=11149] ppid=11131 vsize=10658972 memory=140382302172800 CPUtime=0 cores=1,3,5,7
/proc/11134/task/11149/stat : 11149 (java) S 11131 11134 8451 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104596286 10914787328 6960 33554432000 4194304 4196468 140730984077440 139799499336624 139800339139202 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29470720 140730984084653 140730984084745 140730984084745 140730984087503 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10658972 KiB
Current children cumulated memory: 27840 KiB

[startup+0.21232 s]*
/proc/loadavg: 1.00 1.27 1.36 6/215 11149
/proc/meminfo: memFree=23506196/32770624 swapFree=67108860/67108860
[pid=11134] ppid=11131 vsize=10658972 memory=40808 CPUtime=0.35 cores=1,3,5,7
/proc/11134/stat : 11134 (java) S 11131 11134 8451 0 -1 1077944320 7790 0 0 0 33 2 0 0 20 0 15 0 104596280 10914787328 10202 33554432000 4194304 4196468 140730984077440 140730984059984 139800339128055 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 29470720 140730984084653 140730984084745 140730984084745 140730984087503 0
/proc/11134/statm: 2664743 10202 2994 1 0 2627263 0
[pid=11134/tid=11136] ppid=11131 vsize=10658972 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/11134/task/11136/stat : 11136 (java) R 11131 11134 8451 0 -1 4202560 4603 0 0 0 19 1 0 0 20 0 15 0 104596280 10914787328 10202 33554432000 4194304 4196468 140730984077440 139800343366480 139800339149981 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29470720 140730984084653 140730984084745 140730984084745 140730984087503 0
[pid=11134/tid=11137] ppid=11131 vsize=10658972 memory=345 CPUtime=0 cores=1,3,5,7
/proc/11134/task/11137/stat : 11137 (java) S 11131 11134 8451 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 104596281 10914787328 10202 33554432000 4194304 4196468 140730984077440 139800265202064 139800339138261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29470720 140730984084653 140730984084745 140730984084745 140730984087503 0
[pid=11134/tid=11138] ppid=11131 vsize=10658972 memory=288370758453884544 CPUtime=0 cores=1,3,5,7
/proc/11134/task/11138/stat : 11138 (java) S 11131 11134 8451 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104596281 10914787328 10202 33554432000 4194304 4196468 140730984077440 139800264149264 139800339138261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29470720 140730984084653 140730984084745 140730984084745 140730984087503 0
[pid=11134/tid=11139] ppid=11131 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11134/task/11139/stat : 11139 (java) S 11131 11134 8451 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104596281 10914787328 10202 33554432000 4194304 4196468 140730984077440 139800263096976 139800339138261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29470720 140730984084653 140730984084745 140730984084745 140730984087503 0
[pid=11134/tid=11140] ppid=11131 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11134/task/11140/stat : 11140 (java) S 11131 11134 8451 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104596281 10914787328 10202 33554432000 4194304 4196468 140730984077440 139800262044176 139800339138261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29470720 140730984084653 140730984084745 140730984084745 140730984087503 0
[pid=11134/tid=11141] ppid=11131 vsize=10658972 memory=140382302172800 CPUtime=0 cores=1,3,5,7
/proc/11134/task/11141/stat : 11141 (java) S 11131 11134 8451 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 104596282 10914787328 10202 33554432000 4194304 4196468 140730984077440 139799507757680 139800339139202 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29470720 140730984084653 140730984084745 140730984084745 140730984087503 0
[pid=11134/tid=11142] ppid=11131 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11134/task/11142/stat : 11142 (java) S 11131 11134 8451 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 104596283 10914787328 10202 33554432000 4194304 4196468 140730984077440 139799506703648 139800339138261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29470720 140730984084653 140730984084745 140730984084745 140730984087503 0
[pid=11134/tid=11143] ppid=11131 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11134/task/11143/stat : 11143 (java) S 11131 11134 8451 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 104596283 10914787328 10202 33554432000 4194304 4196468 140730984077440 139799505651312 139800339138261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29470720 140730984084653 140730984084745 140730984084745 140730984087503 0
[pid=11134/tid=11144] ppid=11131 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11134/task/11144/stat : 11144 (java) S 11131 11134 8451 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104596285 10914787328 10202 33554432000 4194304 4196468 140730984077440 139799504599632 139800339146651 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29470720 140730984084653 140730984084745 140730984084745 140730984087503 0
[pid=11134/tid=11145] ppid=11131 vsize=10658972 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/11134/task/11145/stat : 11145 (java) R 11131 11134 8451 0 -1 4202560 588 0 0 0 3 0 0 0 20 0 15 0 104596285 10914787328 10202 33554432000 4194304 4196468 140730984077440 139799503537808 139800318276615 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29470720 140730984084653 140730984084745 140730984084745 140730984087503 0
[pid=11134/tid=11146] ppid=11131 vsize=10658972 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/11134/task/11146/stat : 11146 (java) S 11131 11134 8451 0 -1 1077944384 338 0 0 0 2 0 0 0 20 0 15 0 104596285 10914787328 10202 33554432000 4194304 4196468 140730984077440 139799502493680 139800339139202 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29470720 140730984084653 140730984084745 140730984084745 140730984087503 0
[pid=11134/tid=11147] ppid=11131 vsize=10658972 memory=140382302172800 CPUtime=0.09 cores=1,3,5,7
/proc/11134/task/11147/stat : 11147 (java) R 11131 11134 8451 0 -1 4202560 894 0 0 0 9 0 0 0 20 0 15 0 104596285 10914787328 10202 33554432000 4194304 4196468 140730984077440 139799501437760 139800339139990 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29470720 140730984084653 140730984084745 140730984084745 140730984087503 0
[pid=11134/tid=11148] ppid=11131 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11134/task/11148/stat : 11148 (java) S 11131 11134 8451 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104596285 10914787328 10202 33554432000 4194304 4196468 140730984077440 139799500388832 139800339138261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29470720 140730984084653 140730984084745 140730984084745 140730984087503 0
[pid=11134/tid=11149] ppid=11131 vsize=10658972 memory=140382302172800 CPUtime=0 cores=1,3,5,7
/proc/11134/task/11149/stat : 11149 (java) S 11131 11134 8451 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104596286 10914787328 10202 33554432000 4194304 4196468 140730984077440 139799499336624 139800339139202 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29470720 140730984084653 140730984084745 140730984084745 140730984087503 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 10658972 KiB
Current children cumulated memory: 40808 KiB

[startup+0.315452 s]*
/proc/loadavg: 1.00 1.27 1.36 7/215 11149
/proc/meminfo: memFree=23498504/32770624 swapFree=67108860/67108860
[pid=11134] ppid=11131 vsize=10659048 memory=48488 CPUtime=0.65 cores=1,3,5,7
/proc/11134/stat : 11134 (java) S 11131 11134 8451 0 -1 1077944320 8668 0 0 0 62 3 0 0 20 0 15 0 104596280 10914865152 12122 33554432000 4194304 4196468 140730984077440 140730984059984 139800339128055 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 29470720 140730984084653 140730984084745 140730984084745 140730984087503 0
/proc/11134/statm: 2664762 12122 3070 1 0 2627263 0
[pid=11134/tid=11136] ppid=11131 vsize=10659048 memory=7311146985107750967 CPUtime=0.3 cores=1,3,5,7
/proc/11134/task/11136/stat : 11136 (java) R 11131 11134 8451 0 -1 4202560 4913 0 0 0 29 1 0 0 20 0 15 0 104596280 10914865152 12634 33554432000 4194304 4196468 140730984077440 139800343363232 139799929598950 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29470720 140730984084653 140730984084745 140730984084745 140730984087503 0
[pid=11134/tid=11137] ppid=11131 vsize=10659048 memory=304556157652172823 CPUtime=0 cores=1,3,5,7
/proc/11134/task/11137/stat : 11137 (java) S 11131 11134 8451 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 104596281 10914865152 12634 33554432000 4194304 4196468 140730984077440 139800265202064 139800339138261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29470720 140730984084653 140730984084745 140730984084745 140730984087503 0
[pid=11134/tid=11138] ppid=11131 vsize=10659048 memory=288370758453884544 CPUtime=0 cores=1,3,5,7
/proc/11134/task/11138/stat : 11138 (java) S 11131 11134 8451 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104596281 10914865152 12634 33554432000 4194304 4196468 140730984077440 139800264149264 139800339138261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29470720 140730984084653 140730984084745 140730984084745 140730984087503 0
[pid=11134/tid=11139] ppid=11131 vsize=10659048 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11134/task/11139/stat : 11139 (java) S 11131 11134 8451 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104596281 10914865152 12634 33554432000 4194304 4196468 140730984077440 139800263096976 139800339138261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29470720 140730984084653 140730984084745 140730984084745 140730984087503 0
[pid=11134/tid=11140] ppid=11131 vsize=10659048 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11134/task/11140/stat : 11140 (java) S 11131 11134 8451 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104596281 10914865152 12634 33554432000 4194304 4196468 140730984077440 139800262044176 139800339138261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29470720 140730984084653 140730984084745 140730984084745 140730984087503 0
[pid=11134/tid=11141] ppid=11131 vsize=10659048 memory=140382302172800 CPUtime=0 cores=1,3,5,7
/proc/11134/task/11141/stat : 11141 (java) S 11131 11134 8451 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 104596282 10914865152 12634 33554432000 4194304 4196468 140730984077440 139799507757680 139800339139202 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29470720 140730984084653 140730984084745 140730984084745 140730984087503 0
[pid=11134/tid=11142] ppid=11131 vsize=10659048 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11134/task/11142/stat : 11142 (java) S 11131 11134 8451 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 104596283 10914865152 12634 33554432000 4194304 4196468 140730984077440 139799506703648 139800339138261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29470720 140730984084653 140730984084745 140730984084745 140730984087503 0
[pid=11134/tid=11143] ppid=11131 vsize=10659048 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11134/task/11143/stat : 11143 (java) S 11131 11134 8451 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 104596283 10914865152 12634 33554432000 4194304 4196468 140730984077440 139799505651312 139800339138261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29470720 140730984084653 140730984084745 140730984084745 140730984087503 0
[pid=11134/tid=11144] ppid=11131 vsize=10659048 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11134/task/11144/stat : 11144 (java) S 11131 11134 8451 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104596285 10914865152 12634 33554432000 4194304 4196468 140730984077440 139799504599632 139800339146651 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29470720 140730984084653 140730984084745 140730984084745 140730984087503 0
[pid=11134/tid=11145] ppid=11131 vsize=10659048 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/11134/task/11145/stat : 11145 (java) R 11131 11134 8451 0 -1 4202560 805 0 0 0 9 0 0 0 20 0 15 0 104596285 10914865152 12634 33554432000 4194304 4196468 140730984077440 139799503536592 139800324049808 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29470720 140730984084653 140730984084745 140730984084745 140730984087503 0
[pid=11134/tid=11146] ppid=11131 vsize=10659048 memory=-1 CPUtime=0.05 cores=1,3,5,7
/proc/11134/task/11146/stat : 11146 (java) R 11131 11134 8451 0 -1 4202560 518 0 0 0 5 0 0 0 20 0 15 0 104596285 10914865152 12634 33554432000 4194304 4196468 140730984077440 139799502474696 139800319828615 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 29470720 140730984084653 140730984084745 140730984084745 140730984087503 0
[pid=11134/tid=11147] ppid=11131 vsize=10659048 memory=140382302172800 CPUtime=0.17 cores=1,3,5,7
/proc/11134/task/11147/stat : 11147 (java) S 11131 11134 8451 0 -1 1077944384 1063 0 0 0 17 0 0 0 20 0 15 0 104596285 10914865152 12634 33554432000 4194304 4196468 140730984077440 139799501441392 139800339139202 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29470720 140730984084653 140730984084745 140730984084745 140730984087503 0
[pid=11134/tid=11148] ppid=11131 vsize=10659048 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11134/task/11148/stat : 11148 (java) S 11131 11134 8451 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104596285 10914865152 12634 33554432000 4194304 4196468 140730984077440 139799500388832 139800339138261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29470720 140730984084653 140730984084745 140730984084745 140730984087503 0
[pid=11134/tid=11149] ppid=11131 vsize=10659048 memory=140382302172800 CPUtime=0 cores=1,3,5,7
/proc/11134/task/11149/stat : 11149 (java) R 11131 11134 8451 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104596286 10914865152 12634 33554432000 4194304 4196468 140730984077440 139799499336624 139800339139202 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 29470720 140730984084653 140730984084745 140730984084745 140730984087503 0
Current children cumulated CPU time: 0.65 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 48488 KiB

[startup+0.701496 s]
/proc/loadavg: 1.00 1.27 1.36 5/215 11149
/proc/meminfo: memFree=23453208/32770624 swapFree=67108860/67108860
[pid=11134] ppid=11131 vsize=10659048 memory=132636 CPUtime=1.94 cores=1,3,5,7
/proc/11134/stat : 11134 (java) S 11131 11134 8451 0 -1 1077944320 11432 0 0 0 190 4 0 0 20 0 15 0 104596280 10914865152 33159 33554432000 4194304 4196468 140730984077440 140730984059984 139800339128055 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 29470720 140730984084653 140730984084745 140730984084745 140730984087503 0
/proc/11134/statm: 2664762 33159 3117 1 0 2627263 0
[pid=11134/tid=11136] ppid=11131 vsize=10659048 memory=1836 CPUtime=0.68 cores=1,3,5,7
/proc/11134/task/11136/stat : 11136 (java) R 11131 11134 8451 0 -1 4202560 5202 0 0 0 65 3 0 0 20 0 15 0 104596280 10914865152 33159 33554432000 4194304 4196468 140730984077440 139800343364760 139799931295824 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 29470720 140730984084653 140730984084745 140730984084745 140730984087503 0
[pid=11134/tid=11137] ppid=11131 vsize=10659048 memory=13044 CPUtime=0 cores=1,3,5,7
/proc/11134/task/11137/stat : 11137 (java) S 11131 11134 8451 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 104596281 10914865152 33159 33554432000 4194304 4196468 140730984077440 139800265202064 139800339138261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29470720 140730984084653 140730984084745 140730984084745 140730984087503 0
[pid=11134/tid=11138] ppid=11131 vsize=10659048 memory=792 CPUtime=0 cores=1,3,5,7
/proc/11134/task/11138/stat : 11138 (java) S 11131 11134 8451 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104596281 10914865152 33159 33554432000 4194304 4196468 140730984077440 139800264149264 139800339138261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29470720 140730984084653 140730984084745 140730984084745 140730984087503 0
[pid=11134/tid=11139] ppid=11131 vsize=10659048 memory=1952 CPUtime=0 cores=1,3,5,7
/proc/11134/task/11139/stat : 11139 (java) S 11131 11134 8451 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104596281 10914865152 33159 33554432000 4194304 4196468 140730984077440 139800263096976 139800339138261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29470720 140730984084653 140730984084745 140730984084745 140730984087503 0
[pid=11134/tid=11140] ppid=11131 vsize=10659048 memory=1232 CPUtime=0 cores=1,3,5,7
/proc/11134/task/11140/stat : 11140 (java) S 11131 11134 8451 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104596281 10914865152 33159 33554432000 4194304 4196468 140730984077440 139800262044176 139800339138261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29470720 140730984084653 140730984084745 140730984084745 140730984087503 0
[pid=11134/tid=11141] ppid=11131 vsize=10659048 memory=8560 CPUtime=0 cores=1,3,5,7
/proc/11134/task/11141/stat : 11141 (java) S 11131 11134 8451 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 104596282 10914865152 33159 33554432000 4194304 4196468 140730984077440 139799507757680 139800339139202 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29470720 140730984084653 140730984084745 140730984084745 140730984087503 0
[pid=11134/tid=11142] ppid=11131 vsize=10659048 memory=1712 CPUtime=0 cores=1,3,5,7
/proc/11134/task/11142/stat : 11142 (java) S 11131 11134 8451 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 104596283 10914865152 33159 33554432000 4194304 4196468 140730984077440 139799506703648 139800339138261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29470720 140730984084653 140730984084745 140730984084745 140730984087503 0
[pid=11134/tid=11143] ppid=11131 vsize=10659048 memory=5412 CPUtime=0 cores=1,3,5,7
/proc/11134/task/11143/stat : 11143 (java) S 11131 11134 8451 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 104596283 10914865152 33159 33554432000 4194304 4196468 140730984077440 139799505651312 139800339138261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29470720 140730984084653 140730984084745 140730984084745 140730984087503 0
[pid=11134/tid=11144] ppid=11131 vsize=10659048 memory=7668879548562892096 CPUtime=0 cores=1,3,5,7
/proc/11134/task/11144/stat : 11144 (java) S 11131 11134 8451 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104596285 10914865152 33159 33554432000 4194304 4196468 140730984077440 139799504599632 139800339146651 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29470720 140730984084653 140730984084745 140730984084745 140730984087503 0
[pid=11134/tid=11145] ppid=11131 vsize=10659048 memory=7881696724453321575 CPUtime=0.47 cores=1,3,5,7
/proc/11134/task/11145/stat : 11145 (java) R 11131 11134 8451 0 -1 4202560 1554 0 0 0 47 0 0 0 20 0 15 0 104596285 10914865152 33159 33554432000 4194304 4196468 140730984077440 139799503531632 139800320649123 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29470720 140730984084653 140730984084745 140730984084745 140730984087503 0
[pid=11134/tid=11146] ppid=11131 vsize=10659048 memory=5787213827096799335 CPUtime=0.42 cores=1,3,5,7
/proc/11134/task/11146/stat : 11146 (java) R 11131 11134 8451 0 -1 4202560 1631 0 0 0 42 0 0 0 20 0 15 0 104596285 10914865152 33159 33554432000 4194304 4196468 140730984077440 139799502480992 139800324238078 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29470720 140730984084653 140730984084745 140730984084745 140730984087503 0
[pid=11134/tid=11147] ppid=11131 vsize=10659048 memory=0 CPUtime=0.34 cores=1,3,5,7
/proc/11134/task/11147/stat : 11147 (java) S 11131 11134 8451 0 -1 1077944384 1674 0 0 0 34 0 0 0 20 0 15 0 104596285 10914865152 33159 33554432000 4194304 4196468 140730984077440 139799501441392 139800339139202 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29470720 140730984084653 140730984084745 140730984084745 140730984087503 0
[pid=11134/tid=11148] ppid=11131 vsize=10659048 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11134/task/11148/stat : 11148 (java) S 11131 11134 8451 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104596285 10914865152 33159 33554432000 4194304 4196468 140730984077440 139799500388832 139800339138261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29470720 140730984084653 140730984084745 140730984084745 140730984087503 0
[pid=11134/tid=11149] ppid=11131 vsize=10659048 memory=33 CPUtime=0 cores=1,3,5,7
/proc/11134/task/11149/stat : 11149 (java) S 11131 11134 8451 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104596286 10914865152 33159 33554432000 4194304 4196468 140730984077440 139799499336624 139800339139202 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29470720 140730984084653 140730984084745 140730984084745 140730984087503 0
Current children cumulated CPU time: 1.94 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 132636 KiB

[startup+1.50149 s]
/proc/loadavg: 1.00 1.27 1.36 5/215 11149
/proc/meminfo: memFree=23343940/32770624 swapFree=67108860/67108860
[pid=11134] ppid=11131 vsize=10659048 memory=212048 CPUtime=4.15 cores=1,3,5,7
/proc/11134/stat : 11134 (java) S 11131 11134 8451 0 -1 1077944320 17052 0 0 0 408 7 0 0 20 0 15 0 104596280 10914865152 53012 33554432000 4194304 4196468 140730984077440 140730984059984 139800339128055 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 29470720 140730984084653 140730984084745 140730984084745 140730984087503 0
/proc/11134/statm: 2664762 53012 3138 1 0 2627263 0
[pid=11134/tid=11136] ppid=11131 vsize=10659048 memory=6791534058613427641 CPUtime=1.45 cores=1,3,5,7
/proc/11134/task/11136/stat : 11136 (java) R 11131 11134 8451 0 -1 4202560 5229 0 0 0 142 3 0 0 20 0 15 0 104596280 10914865152 53012 33554432000 4194304 4196468 140730984077440 139800343365480 139799931294789 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 29470720 140730984084653 140730984084745 140730984084745 140730984087503 0
[pid=11134/tid=11137] ppid=11131 vsize=10659048 memory=-8754540793456063680 CPUtime=0 cores=1,3,5,7
/proc/11134/task/11137/stat : 11137 (java) S 11131 11134 8451 0 -1 1077944384 11 0 0 0 0 0 0 0 20 0 15 0 104596281 10914865152 53012 33554432000 4194304 4196468 140730984077440 139800265202064 139800339138261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29470720 140730984084653 140730984084745 140730984084745 140730984087503 0
[pid=11134/tid=11138] ppid=11131 vsize=10659048 memory=-2843869621055772062 CPUtime=0 cores=1,3,5,7
/proc/11134/task/11138/stat : 11138 (java) S 11131 11134 8451 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 15 0 104596281 10914865152 53012 33554432000 4194304 4196468 140730984077440 139800264149264 139800339138261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29470720 140730984084653 140730984084745 140730984084745 140730984087503 0
[pid=11134/tid=11139] ppid=11131 vsize=10659048 memory=5450919713671312938 CPUtime=0 cores=1,3,5,7
/proc/11134/task/11139/stat : 11139 (java) S 11131 11134 8451 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 15 0 104596281 10914865152 53012 33554432000 4194304 4196468 140730984077440 139800263096976 139800339138261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29470720 140730984084653 140730984084745 140730984084745 140730984087503 0
[pid=11134/tid=11140] ppid=11131 vsize=10659048 memory=7005738693937936738 CPUtime=0 cores=1,3,5,7
/proc/11134/task/11140/stat : 11140 (java) S 11131 11134 8451 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 104596281 10914865152 53012 33554432000 4194304 4196468 140730984077440 139800262044176 139800339138261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29470720 140730984084653 140730984084745 140730984084745 140730984087503 0
[pid=11134/tid=11141] ppid=11131 vsize=10659048 memory=-7165351541977658656 CPUtime=0 cores=1,3,5,7
/proc/11134/task/11141/stat : 11141 (java) S 11131 11134 8451 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 104596282 10914865152 53012 33554432000 4194304 4196468 140730984077440 139799507757680 139800339139202 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29470720 140730984084653 140730984084745 140730984084745 140730984087503 0

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

[startup+222.301 s]
/proc/loadavg: 1.53 1.45 1.42 3/215 11236
/proc/meminfo: memFree=22170020/32770624 swapFree=67108860/67108860
[pid=11134] ppid=11131 vsize=10659048 memory=637584 CPUtime=228.79 cores=1,3,5,7
/proc/11134/stat : 11134 (java) S 11131 11134 8451 0 -1 1077944320 36701 0 0 0 22823 56 0 0 20 0 15 0 104596280 10914865152 159396 33554432000 4194304 4196468 140730984077440 140730984059984 139800339128055 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 29470720 140730984084653 140730984084745 140730984084745 140730984087503 0
/proc/11134/statm: 2664762 159396 3151 1 0 2627263 0
[pid=11134/tid=11136] ppid=11131 vsize=10659048 memory=637584 CPUtime=219.91 cores=1,3,5,7
/proc/11134/task/11136/stat : 11136 (java) R 11131 11134 8451 0 -1 4202560 9315 0 0 0 21980 11 0 0 20 0 15 0 104596280 10914865152 159396 33554432000 4194304 4196468 140730984077440 139800343367424 139799931400373 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29470720 140730984084653 140730984084745 140730984084745 140730984087503 0
[pid=11134/tid=11137] ppid=11131 vsize=10659048 memory=637584 CPUtime=1.2 cores=1,3,5,7
/proc/11134/task/11137/stat : 11137 (java) S 11131 11134 8451 0 -1 1077944384 1759 0 0 0 110 10 0 0 20 0 15 0 104596281 10914865152 159396 33554432000 4194304 4196468 140730984077440 139800265202064 139800339138261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29470720 140730984084653 140730984084745 140730984084745 140730984087503 0
[pid=11134/tid=11138] ppid=11131 vsize=10659048 memory=637584 CPUtime=1.18 cores=1,3,5,7
/proc/11134/task/11138/stat : 11138 (java) S 11131 11134 8451 0 -1 1077944384 1691 0 0 0 109 9 0 0 20 0 15 0 104596281 10914865152 159396 33554432000 4194304 4196468 140730984077440 139800264149264 139800339138261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29470720 140730984084653 140730984084745 140730984084745 140730984087503 0
[pid=11134/tid=11139] ppid=11131 vsize=10659048 memory=4140 CPUtime=1.21 cores=1,3,5,7
/proc/11134/task/11139/stat : 11139 (java) S 11131 11134 8451 0 -1 1077944384 2312 0 0 0 112 9 0 0 20 0 15 0 104596281 10914865152 159396 33554432000 4194304 4196468 140730984077440 139800263096976 139800339138261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29470720 140730984084653 140730984084745 140730984084745 140730984087503 0
[pid=11134/tid=11140] ppid=11131 vsize=10659048 memory=4140 CPUtime=1.19 cores=1,3,5,7
/proc/11134/task/11140/stat : 11140 (java) S 11131 11134 8451 0 -1 1077944384 2402 0 0 0 110 9 0 0 20 0 15 0 104596281 10914865152 159396 33554432000 4194304 4196468 140730984077440 139800262044176 139800339138261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29470720 140730984084653 140730984084745 140730984084745 140730984087503 0
[pid=11134/tid=11141] ppid=11131 vsize=10659048 memory=280764294703104 CPUtime=0.97 cores=1,3,5,7
/proc/11134/task/11141/stat : 11141 (java) S 11131 11134 8451 0 -1 1077944384 1908 0 0 0 91 6 0 0 20 0 15 0 104596282 10914865152 159396 33554432000 4194304 4196468 140730984077440 139799507757680 139800339139202 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29470720 140730984084653 140730984084745 140730984084745 140730984087503 0
[pid=11134/tid=11142] ppid=11131 vsize=10659048 memory=1796 CPUtime=0 cores=1,3,5,7
/proc/11134/task/11142/stat : 11142 (java) S 11131 11134 8451 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 104596283 10914865152 159396 33554432000 4194304 4196468 140730984077440 139799506703648 139800339138261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29470720 140730984084653 140730984084745 140730984084745 140730984087503 0
[pid=11134/tid=11143] ppid=11131 vsize=10659048 memory=1836 CPUtime=0 cores=1,3,5,7
/proc/11134/task/11143/stat : 11143 (java) S 11131 11134 8451 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 104596283 10914865152 159396 33554432000 4194304 4196468 140730984077440 139799505651312 139800339138261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29470720 140730984084653 140730984084745 140730984084745 140730984087503 0
[pid=11134/tid=11144] ppid=11131 vsize=10659048 memory=635536 CPUtime=0 cores=1,3,5,7
/proc/11134/task/11144/stat : 11144 (java) S 11131 11134 8451 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104596285 10914865152 159396 33554432000 4194304 4196468 140730984077440 139799504599632 139800339146651 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29470720 140730984084653 140730984084745 140730984084745 140730984087503 0
[pid=11134/tid=11145] ppid=11131 vsize=10659048 memory=637584 CPUtime=1.18 cores=1,3,5,7
/proc/11134/task/11145/stat : 11145 (java) S 11131 11134 8451 0 -1 1077944384 7531 0 0 0 118 0 0 0 20 0 15 0 104596285 10914865152 159396 33554432000 4194304 4196468 140730984077440 139799503546480 139800339139202 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29470720 140730984084653 140730984084745 140730984084745 140730984087503 0
[pid=11134/tid=11146] ppid=11131 vsize=10659048 memory=637584 CPUtime=1.35 cores=1,3,5,7
/proc/11134/task/11146/stat : 11146 (java) S 11131 11134 8451 0 -1 1077944384 5394 0 0 0 134 1 0 0 20 0 15 0 104596285 10914865152 159396 33554432000 4194304 4196468 140730984077440 139799502493680 139800339139202 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29470720 140730984084653 140730984084745 140730984084745 140730984087503 0
[pid=11134/tid=11147] ppid=11131 vsize=10659048 memory=637584 CPUtime=0.38 cores=1,3,5,7
/proc/11134/task/11147/stat : 11147 (java) S 11131 11134 8451 0 -1 1077944384 2563 0 0 0 38 0 0 0 20 0 15 0 104596285 10914865152 159396 33554432000 4194304 4196468 140730984077440 139799501441392 139800339139202 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29470720 140730984084653 140730984084745 140730984084745 140730984087503 0
[pid=11134/tid=11148] ppid=11131 vsize=10659048 memory=637584 CPUtime=0 cores=1,3,5,7
/proc/11134/task/11148/stat : 11148 (java) S 11131 11134 8451 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104596285 10914865152 159396 33554432000 4194304 4196468 140730984077440 139799500388832 139800339138261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29470720 140730984084653 140730984084745 140730984084745 140730984087503 0
[pid=11134/tid=11149] ppid=11131 vsize=10659048 memory=4140 CPUtime=0.11 cores=1,3,5,7
/proc/11134/task/11149/stat : 11149 (java) S 11131 11134 8451 0 -1 1077944384 466 0 0 0 5 6 0 0 20 0 15 0 104596286 10914865152 159396 33554432000 4194304 4196468 140730984077440 139799499336624 139800339139202 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29470720 140730984084653 140730984084745 140730984084745 140730984087503 0
Current children cumulated CPU time: 228.79 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 637584 KiB

[startup+223.077 s]
# the end of solver process 11134 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=229.018 s, system=0.579012 s

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

[startup+222.401 s]
/proc/loadavg: 1.53 1.45 1.42 3/215 11236
/proc/meminfo: memFree=22170020/32770624 swapFree=67108860/67108860
[pid=11134] ppid=11131 vsize=10659048 memory=637584 CPUtime=228.89 cores=1,3,5,7
/proc/11134/stat : 11134 (java) S 11131 11134 8451 0 -1 1077944320 36701 0 0 0 22833 56 0 0 20 0 15 0 104596280 10914865152 159396 33554432000 4194304 4196468 140730984077440 140730984059984 139800339128055 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 29470720 140730984084653 140730984084745 140730984084745 140730984087503 0
/proc/11134/statm: 2664762 159396 3151 1 0 2627263 0
[pid=11134/tid=11136] ppid=11131 vsize=10659048 memory=30020 CPUtime=220.01 cores=1,3,5,7
/proc/11134/task/11136/stat : 11136 (java) R 11131 11134 8451 0 -1 4202560 9315 0 0 0 21990 11 0 0 20 0 15 0 104596280 10914865152 159396 33554432000 4194304 4196468 140730984077440 139800343367424 139799931542176 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29470720 140730984084653 140730984084745 140730984084745 140730984087503 0
[pid=11134/tid=11137] ppid=11131 vsize=10659048 memory=932 CPUtime=1.2 cores=1,3,5,7
/proc/11134/task/11137/stat : 11137 (java) S 11131 11134 8451 0 -1 1077944384 1759 0 0 0 110 10 0 0 20 0 15 0 104596281 10914865152 159396 33554432000 4194304 4196468 140730984077440 139800265202064 139800339138261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29470720 140730984084653 140730984084745 140730984084745 140730984087503 0
[pid=11134/tid=11138] ppid=11131 vsize=10659048 memory=1584 CPUtime=1.18 cores=1,3,5,7
/proc/11134/task/11138/stat : 11138 (java) S 11131 11134 8451 0 -1 1077944384 1691 0 0 0 109 9 0 0 20 0 15 0 104596281 10914865152 159396 33554432000 4194304 4196468 140730984077440 139800264149264 139800339138261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29470720 140730984084653 140730984084745 140730984084745 140730984087503 0
[pid=11134/tid=11139] ppid=11131 vsize=10659048 memory=4124 CPUtime=1.21 cores=1,3,5,7
/proc/11134/task/11139/stat : 11139 (java) S 11131 11134 8451 0 -1 1077944384 2312 0 0 0 112 9 0 0 20 0 15 0 104596281 10914865152 159396 33554432000 4194304 4196468 140730984077440 139800263096976 139800339138261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29470720 140730984084653 140730984084745 140730984084745 140730984087503 0
[pid=11134/tid=11140] ppid=11131 vsize=10659048 memory=6791534058613427641 CPUtime=1.19 cores=1,3,5,7
/proc/11134/task/11140/stat : 11140 (java) S 11131 11134 8451 0 -1 1077944384 2402 0 0 0 110 9 0 0 20 0 15 0 104596281 10914865152 159396 33554432000 4194304 4196468 140730984077440 139800262044176 139800339138261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29470720 140730984084653 140730984084745 140730984084745 140730984087503 0
[pid=11134/tid=11141] ppid=11131 vsize=10659048 memory=792 CPUtime=0.97 cores=1,3,5,7
/proc/11134/task/11141/stat : 11141 (java) S 11131 11134 8451 0 -1 1077944384 1908 0 0 0 91 6 0 0 20 0 15 0 104596282 10914865152 159396 33554432000 4194304 4196468 140730984077440 139799507757680 139800339139202 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29470720 140730984084653 140730984084745 140730984084745 140730984087503 0
[pid=11134/tid=11142] ppid=11131 vsize=10659048 memory=1952 CPUtime=0 cores=1,3,5,7
/proc/11134/task/11142/stat : 11142 (java) S 11131 11134 8451 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 104596283 10914865152 159396 33554432000 4194304 4196468 140730984077440 139799506703648 139800339138261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29470720 140730984084653 140730984084745 140730984084745 140730984087503 0
[pid=11134/tid=11143] ppid=11131 vsize=10659048 memory=1232 CPUtime=0 cores=1,3,5,7
/proc/11134/task/11143/stat : 11143 (java) S 11131 11134 8451 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 104596283 10914865152 159396 33554432000 4194304 4196468 140730984077440 139799505651312 139800339138261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29470720 140730984084653 140730984084745 140730984084745 140730984087503 0
[pid=11134/tid=11144] ppid=11131 vsize=10659048 memory=8560 CPUtime=0 cores=1,3,5,7
/proc/11134/task/11144/stat : 11144 (java) S 11131 11134 8451 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104596285 10914865152 159396 33554432000 4194304 4196468 140730984077440 139799504599632 139800339146651 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29470720 140730984084653 140730984084745 140730984084745 140730984087503 0
[pid=11134/tid=11145] ppid=11131 vsize=10659048 memory=1712 CPUtime=1.18 cores=1,3,5,7
/proc/11134/task/11145/stat : 11145 (java) S 11131 11134 8451 0 -1 1077944384 7531 0 0 0 118 0 0 0 20 0 15 0 104596285 10914865152 159396 33554432000 4194304 4196468 140730984077440 139799503546480 139800339139202 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29470720 140730984084653 140730984084745 140730984084745 140730984087503 0
[pid=11134/tid=11146] ppid=11131 vsize=10659048 memory=5412 CPUtime=1.35 cores=1,3,5,7
/proc/11134/task/11146/stat : 11146 (java) S 11131 11134 8451 0 -1 1077944384 5394 0 0 0 134 1 0 0 20 0 15 0 104596285 10914865152 159396 33554432000 4194304 4196468 140730984077440 139799502493680 139800339139202 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29470720 140730984084653 140730984084745 140730984084745 140730984087503 0
[pid=11134/tid=11147] ppid=11131 vsize=10659048 memory=4612 CPUtime=0.38 cores=1,3,5,7
/proc/11134/task/11147/stat : 11147 (java) S 11131 11134 8451 0 -1 1077944384 2563 0 0 0 38 0 0 0 20 0 15 0 104596285 10914865152 159396 33554432000 4194304 4196468 140730984077440 139799501441392 139800339139202 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29470720 140730984084653 140730984084745 140730984084745 140730984087503 0
[pid=11134/tid=11148] ppid=11131 vsize=10659048 memory=1012 CPUtime=0 cores=1,3,5,7
/proc/11134/task/11148/stat : 11148 (java) S 11131 11134 8451 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104596285 10914865152 159396 33554432000 4194304 4196468 140730984077440 139799500388832 139800339138261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29470720 140730984084653 140730984084745 140730984084745 140730984087503 0
[pid=11134/tid=11149] ppid=11131 vsize=10659048 memory=1436 CPUtime=0.11 cores=1,3,5,7
/proc/11134/task/11149/stat : 11149 (java) S 11131 11134 8451 0 -1 1077944384 466 0 0 0 5 6 0 0 20 0 15 0 104596286 10914865152 159396 33554432000 4194304 4196468 140730984077440 139799499336624 139800339139202 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29470720 140730984084653 140730984084745 140730984084745 140730984087503 0
Current children cumulated CPU time: 228.89 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 637584 KiB

[startup+222.801 s]
/proc/loadavg: 1.53 1.45 1.42 3/215 11236
/proc/meminfo: memFree=22170020/32770624 swapFree=67108860/67108860
[pid=11134] ppid=11131 vsize=10659048 memory=637584 CPUtime=229.3 cores=1,3,5,7
/proc/11134/stat : 11134 (java) S 11131 11134 8451 0 -1 1077944320 36716 0 0 0 22874 56 0 0 20 0 15 0 104596280 10914865152 159396 33554432000 4194304 4196468 140730984077440 140730984059984 139800339128055 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 29470720 140730984084653 140730984084745 140730984084745 140730984087503 0
/proc/11134/statm: 2664762 159396 3151 1 0 2627263 0
[pid=11134/tid=11136] ppid=11131 vsize=10659048 memory=932 CPUtime=220.41 cores=1,3,5,7
/proc/11134/task/11136/stat : 11136 (java) R 11131 11134 8451 0 -1 4202560 9318 0 0 0 22030 11 0 0 20 0 15 0 104596280 10914865152 159396 33554432000 4194304 4196468 140730984077440 139800343367136 139799931513740 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29470720 140730984084653 140730984084745 140730984084745 140730984087503 0
[pid=11134/tid=11137] ppid=11131 vsize=10659048 memory=1584 CPUtime=1.2 cores=1,3,5,7
/proc/11134/task/11137/stat : 11137 (java) S 11131 11134 8451 0 -1 1077944384 1759 0 0 0 110 10 0 0 20 0 15 0 104596281 10914865152 159396 33554432000 4194304 4196468 140730984077440 139800265202064 139800339138261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29470720 140730984084653 140730984084745 140730984084745 140730984087503 0
[pid=11134/tid=11138] ppid=11131 vsize=10659048 memory=6791534058613427641 CPUtime=1.19 cores=1,3,5,7
/proc/11134/task/11138/stat : 11138 (java) S 11131 11134 8451 0 -1 1077944384 1695 0 0 0 110 9 0 0 20 0 15 0 104596281 10914865152 159396 33554432000 4194304 4196468 140730984077440 139800264149264 139800339138261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29470720 140730984084653 140730984084745 140730984084745 140730984087503 0
[pid=11134/tid=11139] ppid=11131 vsize=10659048 memory=1296 CPUtime=1.21 cores=1,3,5,7
/proc/11134/task/11139/stat : 11139 (java) S 11131 11134 8451 0 -1 1077944384 2320 0 0 0 112 9 0 0 20 0 15 0 104596281 10914865152 159396 33554432000 4194304 4196468 140730984077440 139800263096976 139800339138261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29470720 140730984084653 140730984084745 140730984084745 140730984087503 0
[pid=11134/tid=11140] ppid=11131 vsize=10659048 memory=2400 CPUtime=1.2 cores=1,3,5,7
/proc/11134/task/11140/stat : 11140 (java) S 11131 11134 8451 0 -1 1077944384 2402 0 0 0 111 9 0 0 20 0 15 0 104596281 10914865152 159396 33554432000 4194304 4196468 140730984077440 139800262044176 139800339138261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29470720 140730984084653 140730984084745 140730984084745 140730984087503 0
[pid=11134/tid=11141] ppid=11131 vsize=10659048 memory=1836 CPUtime=0.97 cores=1,3,5,7
/proc/11134/task/11141/stat : 11141 (java) S 11131 11134 8451 0 -1 1077944384 1908 0 0 0 91 6 0 0 20 0 15 0 104596282 10914865152 159396 33554432000 4194304 4196468 140730984077440 139799507757680 139800339139202 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29470720 140730984084653 140730984084745 140730984084745 140730984087503 0
[pid=11134/tid=11142] ppid=11131 vsize=10659048 memory=1232 CPUtime=0 cores=1,3,5,7
/proc/11134/task/11142/stat : 11142 (java) S 11131 11134 8451 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 104596283 10914865152 159396 33554432000 4194304 4196468 140730984077440 139799506703648 139800339138261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29470720 140730984084653 140730984084745 140730984084745 140730984087503 0
[pid=11134/tid=11143] ppid=11131 vsize=10659048 memory=2340 CPUtime=0 cores=1,3,5,7
/proc/11134/task/11143/stat : 11143 (java) S 11131 11134 8451 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 104596283 10914865152 159396 33554432000 4194304 4196468 140730984077440 139799505651312 139800339138261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29470720 140730984084653 140730984084745 140730984084745 140730984087503 0
[pid=11134/tid=11144] ppid=11131 vsize=10659048 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/11134/task/11144/stat : 11144 (java) S 11131 11134 8451 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104596285 10914865152 159396 33554432000 4194304 4196468 140730984077440 139799504599632 139800339146651 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29470720 140730984084653 140730984084745 140730984084745 140730984087503 0
[pid=11134/tid=11145] ppid=11131 vsize=10659048 memory=932 CPUtime=1.18 cores=1,3,5,7
/proc/11134/task/11145/stat : 11145 (java) S 11131 11134 8451 0 -1 1077944384 7531 0 0 0 118 0 0 0 20 0 15 0 104596285 10914865152 159396 33554432000 4194304 4196468 140730984077440 139799503546480 139800339139202 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29470720 140730984084653 140730984084745 140730984084745 140730984087503 0
[pid=11134/tid=11146] ppid=11131 vsize=10659048 memory=1584 CPUtime=1.35 cores=1,3,5,7
/proc/11134/task/11146/stat : 11146 (java) S 11131 11134 8451 0 -1 1077944384 5394 0 0 0 134 1 0 0 20 0 15 0 104596285 10914865152 159396 33554432000 4194304 4196468 140730984077440 139799502493680 139800339139202 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29470720 140730984084653 140730984084745 140730984084745 140730984087503 0
[pid=11134/tid=11147] ppid=11131 vsize=10659048 memory=4124 CPUtime=0.38 cores=1,3,5,7
/proc/11134/task/11147/stat : 11147 (java) S 11131 11134 8451 0 -1 1077944384 2563 0 0 0 38 0 0 0 20 0 15 0 104596285 10914865152 159396 33554432000 4194304 4196468 140730984077440 139799501441392 139800339139202 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29470720 140730984084653 140730984084745 140730984084745 140730984087503 0
[pid=11134/tid=11148] ppid=11131 vsize=10659048 memory=2200 CPUtime=0 cores=1,3,5,7
/proc/11134/task/11148/stat : 11148 (java) S 11131 11134 8451 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104596285 10914865152 159396 33554432000 4194304 4196468 140730984077440 139799500388832 139800339138261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29470720 140730984084653 140730984084745 140730984084745 140730984087503 0
[pid=11134/tid=11149] ppid=11131 vsize=10659048 memory=7288 CPUtime=0.11 cores=1,3,5,7
/proc/11134/task/11149/stat : 11149 (java) S 11131 11134 8451 0 -1 1077944384 466 0 0 0 5 6 0 0 20 0 15 0 104596286 10914865152 159396 33554432000 4194304 4196468 140730984077440 139799499336624 139800339139202 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29470720 140730984084653 140730984084745 140730984084745 140730984087503 0
Current children cumulated CPU time: 229.3 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 637584 KiB

[startup+223.001 s]*
/proc/loadavg: 1.53 1.45 1.42 3/215 11236
/proc/meminfo: memFree=22170020/32770624 swapFree=67108860/67108860
[pid=11134] ppid=11131 vsize=10659048 memory=637584 CPUtime=229.51 cores=1,3,5,7
/proc/11134/stat : 11134 (java) S 11131 11134 8451 0 -1 1077944320 36731 0 0 0 22895 56 0 0 20 0 15 0 104596280 10914865152 159396 33554432000 4194304 4196468 140730984077440 140730984059984 139800339128055 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 29470720 140730984084653 140730984084745 140730984084745 140730984087503 0
/proc/11134/statm: 2664762 159396 3151 1 0 2627263 0
[pid=11134/tid=11136] ppid=11131 vsize=10659048 memory=6791534058613427641 CPUtime=220.62 cores=1,3,5,7
/proc/11134/task/11136/stat : 11136 (java) R 11131 11134 8451 0 -1 4202560 9320 0 0 0 22051 11 0 0 20 0 15 0 104596280 10914865152 159396 33554432000 4194304 4196468 140730984077440 139800343367248 139799931542507 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29470720 140730984084653 140730984084745 140730984084745 140730984087503 0
[pid=11134/tid=11137] ppid=11131 vsize=10659048 memory=4872558044660077418 CPUtime=1.2 cores=1,3,5,7
/proc/11134/task/11137/stat : 11137 (java) S 11131 11134 8451 0 -1 1077944384 1759 0 0 0 110 10 0 0 20 0 15 0 104596281 10914865152 159396 33554432000 4194304 4196468 140730984077440 139800265202064 139800339138261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29470720 140730984084653 140730984084745 140730984084745 140730984087503 0
[pid=11134/tid=11138] ppid=11131 vsize=10659048 memory=302867294839898427 CPUtime=1.19 cores=1,3,5,7
/proc/11134/task/11138/stat : 11138 (java) S 11131 11134 8451 0 -1 1077944384 1702 0 0 0 110 9 0 0 20 0 15 0 104596281 10914865152 159396 33554432000 4194304 4196468 140730984077440 139800264149264 139800339138261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29470720 140730984084653 140730984084745 140730984084745 140730984087503 0
[pid=11134/tid=11139] ppid=11131 vsize=10659048 memory=14133333755955767 CPUtime=1.22 cores=1,3,5,7
/proc/11134/task/11139/stat : 11139 (java) S 11131 11134 8451 0 -1 1077944384 2325 0 0 0 113 9 0 0 20 0 15 0 104596281 10914865152 159396 33554432000 4194304 4196468 140730984077440 139800263096976 139800339138261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29470720 140730984084653 140730984084745 140730984084745 140730984087503 0
[pid=11134/tid=11140] ppid=11131 vsize=10659048 memory=7522248708065683819 CPUtime=1.2 cores=1,3,5,7
/proc/11134/task/11140/stat : 11140 (java) S 11131 11134 8451 0 -1 1077944384 2402 0 0 0 111 9 0 0 20 0 15 0 104596281 10914865152 159396 33554432000 4194304 4196468 140730984077440 139800262044176 139800339138261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29470720 140730984084653 140730984084745 140730984084745 140730984087503 0
[pid=11134/tid=11141] ppid=11131 vsize=10659048 memory=5792312340228434792 CPUtime=0.97 cores=1,3,5,7
/proc/11134/task/11141/stat : 11141 (java) S 11131 11134 8451 0 -1 1077944384 1909 0 0 0 91 6 0 0 20 0 15 0 104596282 10914865152 159396 33554432000 4194304 4196468 140730984077440 139799507757680 139800339139202 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29470720 140730984084653 140730984084745 140730984084745 140730984087503 0
[pid=11134/tid=11142] ppid=11131 vsize=10659048 memory=5931348931189108075 CPUtime=0 cores=1,3,5,7
/proc/11134/task/11142/stat : 11142 (java) S 11131 11134 8451 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 104596283 10914865152 159396 33554432000 4194304 4196468 140730984077440 139799506703648 139800339138261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29470720 140730984084653 140730984084745 140730984084745 140730984087503 0
[pid=11134/tid=11143] ppid=11131 vsize=10659048 memory=5931348931189108075 CPUtime=0 cores=1,3,5,7
/proc/11134/task/11143/stat : 11143 (java) S 11131 11134 8451 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 104596283 10914865152 159396 33554432000 4194304 4196468 140730984077440 139799505651312 139800339138261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29470720 140730984084653 140730984084745 140730984084745 140730984087503 0
[pid=11134/tid=11144] ppid=11131 vsize=10659048 memory=5931348931189108075 CPUtime=0 cores=1,3,5,7
/proc/11134/task/11144/stat : 11144 (java) S 11131 11134 8451 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104596285 10914865152 159396 33554432000 4194304 4196468 140730984077440 139799504599632 139800339146651 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29470720 140730984084653 140730984084745 140730984084745 140730984087503 0
[pid=11134/tid=11145] ppid=11131 vsize=10659048 memory=7661274299782818669 CPUtime=1.18 cores=1,3,5,7
/proc/11134/task/11145/stat : 11145 (java) S 11131 11134 8451 0 -1 1077944384 7531 0 0 0 118 0 0 0 20 0 15 0 104596285 10914865152 159396 33554432000 4194304 4196468 140730984077440 139799503546480 139800339139202 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29470720 140730984084653 140730984084745 140730984084745 140730984087503 0
[pid=11134/tid=11146] ppid=11131 vsize=10659048 memory=7451038914364596845 CPUtime=1.35 cores=1,3,5,7
/proc/11134/task/11146/stat : 11146 (java) S 11131 11134 8451 0 -1 1077944384 5394 0 0 0 134 1 0 0 20 0 15 0 104596285 10914865152 159396 33554432000 4194304 4196468 140730984077440 139799502493680 139800339139202 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29470720 140730984084653 140730984084745 140730984084745 140730984087503 0
[pid=11134/tid=11147] ppid=11131 vsize=10659048 memory=7451038914364596845 CPUtime=0.38 cores=1,3,5,7
/proc/11134/task/11147/stat : 11147 (java) S 11131 11134 8451 0 -1 1077944384 2563 0 0 0 38 0 0 0 20 0 15 0 104596285 10914865152 159396 33554432000 4194304 4196468 140730984077440 139799501441392 139800339139202 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29470720 140730984084653 140730984084745 140730984084745 140730984087503 0
[pid=11134/tid=11148] ppid=11131 vsize=10659048 memory=7667210588779597922 CPUtime=0 cores=1,3,5,7
/proc/11134/task/11148/stat : 11148 (java) S 11131 11134 8451 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104596285 10914865152 159396 33554432000 4194304 4196468 140730984077440 139799500388832 139800339138261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29470720 140730984084653 140730984084745 140730984084745 140730984087503 0
[pid=11134/tid=11149] ppid=11131 vsize=10659048 memory=5931348931189108075 CPUtime=0.11 cores=1,3,5,7
/proc/11134/task/11149/stat : 11149 (java) S 11131 11134 8451 0 -1 1077944384 466 0 0 0 5 6 0 0 20 0 15 0 104596286 10914865152 159396 33554432000 4194304 4196468 140730984077440 139799499336624 139800339139202 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29470720 140730984084653 140730984084745 140730984084745 140730984087503 0
Current children cumulated CPU time: 229.51 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 637584 KiB

Child status: 0
Real time (s): 223.077
CPU time (s): 229.597
CPU user time (s): 229.018
CPU system time (s): 0.579012
CPU usage (%): 102.922
Max. virtual memory (cumulated for all children) (KiB): 10659048
Max. memory (cumulated for all children) (KiB): 637584

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 229.018
system time used= 0.579012
maximum resident set size= 637888
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37786
page faults= 0
swaps= 0
block input operations= 0
block output operations= 352
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 29839
involuntary context switches= 402


# summary of solver processes directly reported to runsolver:
#   pid: 11134
#   total CPU time (s): 229.597
#   total CPU user time (s): 229.018
#   total CPU system time (s): 0.579012

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.30064 second user time and 2.17618 second system time

The end

Launcher Data

Begin job on node107 at 2018-07-29 15:18:51
IDJOB=4300377
IDBENCH=141592
IDSOLVER=2763
FILE ID=node107/4300377-1532870331
RUNJOBID= node107-1532845932-8483
PBS_JOBID= 21022505
Free space on /tmp= 60828 MiB

SOLVER NAME= MiniCPFever 2018-04-29
BENCH NAME= XCSP18/Frb/frb-40-19-1-mgd_c18.xml
COMMAND LINE= java -jar minicp-1.0.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4300377-1532870331/watcher-4300377-1532870331 -o /tmp/evaluation-result-4300377-1532870331/solver-4300377-1532870331 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1532845932-8483 --watchdog 2580  java -jar minicp-1.0.jar HOME/instance-4300377-1532870331.xml

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

MD5SUM BENCH= 1b3b260246d4f65c593765dc4af9b313
RANDOM SEED=1323697538

node107.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.40
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.40
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.40
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.40
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:        23535124 kB
MemAvailable:   30678020 kB
Buffers:          241588 kB
Cached:          7164588 kB
SwapCached:            0 kB
Active:          5019992 kB
Inactive:        3720776 kB
Active(anon):    1286164 kB
Inactive(anon):    76484 kB
Active(file):    3733828 kB
Inactive(file):  3644292 kB
Unevictable:        7164 kB
Mlocked:            7164 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1232 kB
Writeback:             0 kB
AnonPages:       1341772 kB
Mapped:            56364 kB
Shmem:             25228 kB
Slab:             189336 kB
SReclaimable:     161220 kB
SUnreclaim:        28116 kB
KernelStack:        3648 kB
PageTables:         8308 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2763556 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1265664 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       91520 kB
DirectMap2M:    33454080 kB

Free space on /tmp at the end= 60824 MiB
End job on node107 at 2018-07-29 15:22:34