Trace number 4403160

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.3OPT2 63.9036 52.6754

General information on the benchmark

NameChessboardColoration/ChessboardColoration-m1-s2/
ChessboardColoration-08-10.xml
MD5SUM4ad41382ea3c48fc1b345febd6f905ee
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark0.250826
Satisfiable
(Un)Satisfiability was proved
Number of variables80
Number of constraints1260
Number of domains1
Minimum domain size80
Maximum domain size80
Distribution of domain sizes[{"size":80,"count":80}]
Minimum variable degree64
Maximum variable degree64
Distribution of variable degrees[{"degree":64,"count":80}]
Minimum constraint arity4
Maximum constraint arity4
Distribution of constraint arities[{"arity":4,"count":1260}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"nValues","count":1260}]
Optimization problemYES
Type of objectivemin MAXIMUM

Quality of the solution as a function of time


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

Solver Data

0.78/0.56	c Concrete v3.12.3.1568965526260 running
13.07/5.02	o 79
13.07/5.09	o 78
13.39/5.16	o 77
13.68/5.20	o 76
13.68/5.28	o 75
13.99/5.33	o 74
13.99/5.39	o 73
14.22/5.44	o 72
14.22/5.45	o 4
14.22/5.46	o 3
29.90/18.83	o 2
63.82/52.66	v <instantiation
63.82/52.66	v         cost = '2'>
63.82/52.66	v       <list>
63.82/52.66	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[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[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[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[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[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[6][0] x[6][1] x[6][2] x[6][3] x[6][4] x[6][5] x[6][6] x[6][7] x[6][8] x[6][9] x[7][0] x[7][1] x[7][2] x[7][3] x[7][4] x[7][5] x[7][6] x[7][7] x[7][8] x[7][9]
63.82/52.66	v       </list>
63.82/52.66	v       <values>
63.82/52.66	v         1 1 0 2 0 2 0 1 2 0 2 0 1 1 0 1 2 0 2 2 2 0 1 0 1 2 1 2 0 0 1 2 0 1 2 0 1 0 0 1 0 1 2 1 2 2 2 0 1 0 0 1 2 2 0 1 1 2 0 2 0 1 1 0 2 0 0 2 2 1 0 2 0 2 1 1 2 1 1 1
63.82/52.66	v       </values>
63.82/52.66	v     </instantiation>
63.82/52.66	s OPTIMUM FOUND

Verifier Data

OK	2

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4403160-1568980823/watcher-4403160-1568980823 -o /tmp/evaluation-result-4403160-1568980823/solver-4403160-1568980823 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node104-1568963417-1148 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=801022688 HOME/instance-4403160-1568980823.xml 

running on 4 cores: 0,2,4,6

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
solver pid=5513, runsolver pid=5510
Current StackSize limit: 8192 KiB


[startup+0.100123 s]*
/proc/loadavg: 1.35 1.34 1.38 3/218 5570
/proc/meminfo: memFree=2999236/32770624 swapFree=66986236/67108860
[pid=5513] ppid=5510 vsize=9972712 memory=16908 CPUtime=0.09 cores=0,2,4,6
/proc/5513/stat : 5513 (java) S 5510 5513 1113 0 -1 1077944320 4469 13267 0 0 1 0 5 3 20 0 6 0 474339188 10212057088 4227 33554432000 4194304 4196468 140721993317856 140721993300400 139991514541815 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 18952192 140721993325296 140721993327813 140721993327813 140721993330639 0
/proc/5513/statm: 2493178 4227 1935 1 0 2481616 0
[pid=5513/tid=5566] ppid=5510 vsize=9972712 memory=-8617482348318186131 CPUtime=0.09 cores=0,2,4,6
/proc/5513/task/5566/stat : 5566 (java) R 5510 5513 1113 0 -1 4202560 2303 13267 0 0 1 0 5 3 20 0 6 0 474339197 10212057088 4293 33554432000 4194304 4196468 140721993317856 139991486378576 139991498622302 0 4 0 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18952192 140721993325296 140721993327813 140721993327813 140721993330639 0
[pid=5513/tid=5567] ppid=5510 vsize=9972712 memory=-7025452035940392864 CPUtime=0.08 cores=0,2,4,6
/proc/5513/task/5567/stat : 5567 (java) S 5510 5513 1113 0 -1 1077944384 1 13267 0 0 0 0 5 3 20 0 6 0 474339198 10212057088 4293 33554432000 4194304 4196468 140721993317856 139991518784528 139991514552021 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18952192 140721993325296 140721993327813 140721993327813 140721993330639 0
[pid=5513/tid=5568] ppid=5510 vsize=9972712 memory=140300178110080 CPUtime=0.08 cores=0,2,4,6
/proc/5513/task/5568/stat : 5568 (java) S 5510 5513 1113 0 -1 1077944384 1 13267 0 0 0 0 5 3 20 0 6 0 474339198 10212057088 4293 33554432000 4194304 4196468 140721993317856 139991087656080 139991514552021 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18952192 140721993325296 140721993327813 140721993327813 140721993330639 0
[pid=5513/tid=5569] ppid=5510 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5513/task/5569/stat : 5569 (java) S 5510 5513 1113 0 -1 1077944384 1 13267 0 0 0 0 5 3 20 0 6 0 474339198 10212057088 4293 33554432000 4194304 4196468 140721993317856 139991086603024 139991514552021 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18952192 140721993325296 140721993327813 140721993327813 140721993330639 0
[pid=5513/tid=5570] ppid=5510 vsize=9972712 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/5513/task/5570/stat : 5570 (java) S 5510 5513 1113 0 -1 1077944384 2 13267 0 0 0 0 5 3 20 0 6 0 474339198 10212057088 4293 33554432000 4194304 4196468 140721993317856 139991085550480 139991514552021 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18952192 140721993325296 140721993327813 140721993327813 140721993330639 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16908 KiB

[startup+0.213855 s]*
/proc/loadavg: 1.35 1.34 1.38 4/227 5579
/proc/meminfo: memFree=2977160/32770624 swapFree=66986236/67108860
[pid=5513] ppid=5510 vsize=10820196 memory=44696 CPUtime=0.27 cores=0,2,4,6
/proc/5513/stat : 5513 (java) S 5510 5513 1113 0 -1 1077944320 7599 13267 0 0 18 1 5 3 20 0 15 0 474339188 11079880704 11174 33554432000 4194304 4196468 140721993317856 140721993300400 139991514541815 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 18952192 140721993325296 140721993327813 140721993327813 140721993330639 0
/proc/5513/statm: 2705049 11174 3284 1 0 2667149 0
[pid=5513/tid=5566] ppid=5510 vsize=10820196 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/5513/task/5566/stat : 5566 (java) R 5510 5513 1113 0 -1 4202560 4115 13267 0 0 11 1 5 3 20 0 15 0 474339197 11079880704 11174 33554432000 4194304 4196468 140721993317856 139991486352848 139991514563741 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18952192 140721993325296 140721993327813 140721993327813 140721993330639 0
[pid=5513/tid=5567] ppid=5510 vsize=10820196 memory=345 CPUtime=0.08 cores=0,2,4,6
/proc/5513/task/5567/stat : 5567 (java) S 5510 5513 1113 0 -1 1077944384 1 13267 0 0 0 0 5 3 20 0 15 0 474339198 11079880704 11174 33554432000 4194304 4196468 140721993317856 139991518784528 139991514552021 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18952192 140721993325296 140721993327813 140721993327813 140721993330639 0
[pid=5513/tid=5568] ppid=5510 vsize=10820196 memory=140300178122393 CPUtime=0.08 cores=0,2,4,6
/proc/5513/task/5568/stat : 5568 (java) S 5510 5513 1113 0 -1 1077944384 1 13267 0 0 0 0 5 3 20 0 15 0 474339198 11079880704 11174 33554432000 4194304 4196468 140721993317856 139991087656080 139991514552021 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18952192 140721993325296 140721993327813 140721993327813 140721993330639 0
[pid=5513/tid=5569] ppid=5510 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5513/task/5569/stat : 5569 (java) S 5510 5513 1113 0 -1 1077944384 1 13267 0 0 0 0 5 3 20 0 15 0 474339198 11079880704 11174 33554432000 4194304 4196468 140721993317856 139991086603024 139991514552021 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18952192 140721993325296 140721993327813 140721993327813 140721993330639 0
[pid=5513/tid=5570] ppid=5510 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/5513/task/5570/stat : 5570 (java) S 5510 5513 1113 0 -1 1077944384 2 13267 0 0 0 0 5 3 20 0 15 0 474339198 11079880704 11174 33554432000 4194304 4196468 140721993317856 139991085550480 139991514552021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18952192 140721993325296 140721993327813 140721993327813 140721993330639 0
[pid=5513/tid=5571] ppid=5510 vsize=10820196 memory=140300178110080 CPUtime=0.08 cores=0,2,4,6
/proc/5513/task/5571/stat : 5571 (java) S 5510 5513 1113 0 -1 1077944384 2 13267 0 0 0 0 5 3 20 0 15 0 474339199 11079880704 11174 33554432000 4194304 4196468 140721993317856 139991041108208 139991514552962 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18952192 140721993325296 140721993327813 140721993327813 140721993330639 0
[pid=5513/tid=5572] ppid=5510 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/5513/task/5572/stat : 5572 (java) S 5510 5513 1113 0 -1 1077944384 13 13267 0 0 0 0 5 3 20 0 15 0 474339200 11079880704 11174 33554432000 4194304 4196468 140721993317856 139990432474272 139991514552021 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18952192 140721993325296 140721993327813 140721993327813 140721993330639 0
[pid=5513/tid=5573] ppid=5510 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5513/task/5573/stat : 5573 (java) S 5510 5513 1113 0 -1 1077944384 1 13267 0 0 0 0 5 3 20 0 15 0 474339200 11079880704 11174 33554432000 4194304 4196468 140721993317856 139990298256112 139991514552021 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18952192 140721993325296 140721993327813 140721993327813 140721993330639 0
[pid=5513/tid=5574] ppid=5510 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5513/task/5574/stat : 5574 (java) S 5510 5513 1113 0 -1 1077944384 3 13267 0 0 0 0 5 3 20 0 15 0 474339203 11079880704 11174 33554432000 4194304 4196468 140721993317856 139990057965520 139991514560411 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18952192 140721993325296 140721993327813 140721993327813 140721993330639 0
[pid=5513/tid=5575] ppid=5510 vsize=10820196 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/5513/task/5575/stat : 5575 (java) R 5510 5513 1113 0 -1 4202560 475 13267 0 0 1 0 5 3 20 0 15 0 474339203 11079880704 11174 33554432000 4194304 4196468 140721993317856 139991040056048 139991491802480 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18952192 140721993325296 140721993327813 140721993327813 140721993330639 0
[pid=5513/tid=5576] ppid=5510 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/5513/task/5576/stat : 5576 (java) S 5510 5513 1113 0 -1 1077944384 184 13267 0 0 0 0 5 3 20 0 15 0 474339203 11079880704 11174 33554432000 4194304 4196468 140721993317856 139991039003504 139991514552962 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18952192 140721993325296 140721993327813 140721993327813 140721993330639 0
[pid=5513/tid=5577] ppid=5510 vsize=10820196 memory=140300178110080 CPUtime=0.11 cores=0,2,4,6
/proc/5513/task/5577/stat : 5577 (java) S 5510 5513 1113 0 -1 1077944384 607 13267 0 0 3 0 5 3 20 0 15 0 474339203 11079880704 11174 33554432000 4194304 4196468 140721993317856 139991037950448 139991514552962 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18952192 140721993325296 140721993327813 140721993327813 140721993330639 0
[pid=5513/tid=5578] ppid=5510 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/5513/task/5578/stat : 5578 (java) S 5510 5513 1113 0 -1 1077944384 3 13267 0 0 0 0 5 3 20 0 15 0 474339203 11079880704 11174 33554432000 4194304 4196468 140721993317856 139990024407904 139991514552021 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18952192 140721993325296 140721993327813 140721993327813 140721993330639 0
[pid=5513/tid=5579] ppid=5510 vsize=10820196 memory=140300178110080 CPUtime=0.08 cores=0,2,4,6
/proc/5513/task/5579/stat : 5579 (java) S 5510 5513 1113 0 -1 1077944384 1 13267 0 0 0 0 5 3 20 0 15 0 474339203 11079880704 11174 33554432000 4194304 4196468 140721993317856 139990513216048 139991514552962 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18952192 140721993325296 140721993327813 140721993327813 140721993330639 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 44696 KiB

[startup+0.311294 s]*
/proc/loadavg: 1.35 1.34 1.38 3/227 5579
/proc/meminfo: memFree=2964724/32770624 swapFree=66986236/67108860
[pid=5513] ppid=5510 vsize=10820196 memory=52888 CPUtime=0.4 cores=0,2,4,6
/proc/5513/stat : 5513 (java) S 5510 5513 1113 0 -1 1077944320 10921 13267 0 0 29 3 5 3 20 0 15 0 474339188 11079880704 13222 33554432000 4194304 4196468 140721993317856 140721993300400 139991514541815 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 18952192 140721993325296 140721993327813 140721993327813 140721993330639 0
/proc/5513/statm: 2705049 13222 3309 1 0 2667149 0
[pid=5513/tid=5566] ppid=5510 vsize=10820196 memory=8317482817917895235 CPUtime=0.29 cores=0,2,4,6
/proc/5513/task/5566/stat : 5566 (java) R 5510 5513 1113 0 -1 4202560 7424 13267 0 0 19 2 5 3 20 0 15 0 474339197 11079880704 13222 33554432000 4194304 4196468 140721993317856 139991486345920 139991498622302 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18952192 140721993325296 140721993327813 140721993327813 140721993330639 0
[pid=5513/tid=5567] ppid=5510 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5513/task/5567/stat : 5567 (java) S 5510 5513 1113 0 -1 1077944384 1 13267 0 0 0 0 5 3 20 0 15 0 474339198 11079880704 13222 33554432000 4194304 4196468 140721993317856 139991518784528 139991514552021 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18952192 140721993325296 140721993327813 140721993327813 140721993330639 0
[pid=5513/tid=5568] ppid=5510 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5513/task/5568/stat : 5568 (java) S 5510 5513 1113 0 -1 1077944384 1 13267 0 0 0 0 5 3 20 0 15 0 474339198 11079880704 13222 33554432000 4194304 4196468 140721993317856 139991087656080 139991514552021 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18952192 140721993325296 140721993327813 140721993327813 140721993330639 0
[pid=5513/tid=5569] ppid=5510 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5513/task/5569/stat : 5569 (java) S 5510 5513 1113 0 -1 1077944384 1 13267 0 0 0 0 5 3 20 0 15 0 474339198 11079880704 13222 33554432000 4194304 4196468 140721993317856 139991086603024 139991514552021 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18952192 140721993325296 140721993327813 140721993327813 140721993330639 0
[pid=5513/tid=5570] ppid=5510 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5513/task/5570/stat : 5570 (java) S 5510 5513 1113 0 -1 1077944384 2 13267 0 0 0 0 5 3 20 0 15 0 474339198 11079880704 13222 33554432000 4194304 4196468 140721993317856 139991085550480 139991514552021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18952192 140721993325296 140721993327813 140721993327813 140721993330639 0
[pid=5513/tid=5571] ppid=5510 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5513/task/5571/stat : 5571 (java) S 5510 5513 1113 0 -1 1077944384 2 13267 0 0 0 0 5 3 20 0 15 0 474339199 11079880704 13222 33554432000 4194304 4196468 140721993317856 139991041108208 139991514552962 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18952192 140721993325296 140721993327813 140721993327813 140721993330639 0
[pid=5513/tid=5572] ppid=5510 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/5513/task/5572/stat : 5572 (java) S 5510 5513 1113 0 -1 1077944384 13 13267 0 0 0 0 5 3 20 0 15 0 474339200 11079880704 13222 33554432000 4194304 4196468 140721993317856 139990432474272 139991514552021 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18952192 140721993325296 140721993327813 140721993327813 140721993330639 0
[pid=5513/tid=5573] ppid=5510 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5513/task/5573/stat : 5573 (java) S 5510 5513 1113 0 -1 1077944384 1 13267 0 0 0 0 5 3 20 0 15 0 474339200 11079880704 13222 33554432000 4194304 4196468 140721993317856 139990298256112 139991514552021 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18952192 140721993325296 140721993327813 140721993327813 140721993330639 0
[pid=5513/tid=5574] ppid=5510 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5513/task/5574/stat : 5574 (java) S 5510 5513 1113 0 -1 1077944384 3 13267 0 0 0 0 5 3 20 0 15 0 474339203 11079880704 13222 33554432000 4194304 4196468 140721993317856 139990057965520 139991514560411 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18952192 140721993325296 140721993327813 140721993327813 140721993330639 0
[pid=5513/tid=5575] ppid=5510 vsize=10820196 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/5513/task/5575/stat : 5575 (java) S 5510 5513 1113 0 -1 1077944384 475 13267 0 0 2 0 5 3 20 0 15 0 474339203 11079880704 13222 33554432000 4194304 4196468 140721993317856 139991040056048 139991514552962 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18952192 140721993325296 140721993327813 140721993327813 140721993330639 0
[pid=5513/tid=5576] ppid=5510 vsize=10820196 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/5513/task/5576/stat : 5576 (java) S 5510 5513 1113 0 -1 1077944384 185 13267 0 0 1 0 5 3 20 0 15 0 474339203 11079880704 13222 33554432000 4194304 4196468 140721993317856 139991039003504 139991514552962 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18952192 140721993325296 140721993327813 140721993327813 140721993330639 0
[pid=5513/tid=5577] ppid=5510 vsize=10820196 memory=140300178110080 CPUtime=0.13 cores=0,2,4,6
/proc/5513/task/5577/stat : 5577 (java) S 5510 5513 1113 0 -1 1077944384 615 13267 0 0 5 0 5 3 20 0 15 0 474339203 11079880704 13222 33554432000 4194304 4196468 140721993317856 139991037950448 139991514552962 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18952192 140721993325296 140721993327813 140721993327813 140721993330639 0
[pid=5513/tid=5578] ppid=5510 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/5513/task/5578/stat : 5578 (java) S 5510 5513 1113 0 -1 1077944384 3 13267 0 0 0 0 5 3 20 0 15 0 474339203 11079880704 13222 33554432000 4194304 4196468 140721993317856 139990024407904 139991514552021 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18952192 140721993325296 140721993327813 140721993327813 140721993330639 0
[pid=5513/tid=5579] ppid=5510 vsize=10820196 memory=140300178110080 CPUtime=0.08 cores=0,2,4,6
/proc/5513/task/5579/stat : 5579 (java) S 5510 5513 1113 0 -1 1077944384 1 13267 0 0 0 0 5 3 20 0 15 0 474339203 11079880704 13222 33554432000 4194304 4196468 140721993317856 139990513216048 139991514552962 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18952192 140721993325296 140721993327813 140721993327813 140721993330639 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 52888 KiB

[startup+0.700725 s]
/proc/loadavg: 1.35 1.34 1.38 3/227 5579
/proc/meminfo: memFree=2952760/32770624 swapFree=66986236/67108860
[pid=5513] ppid=5510 vsize=10824364 memory=85592 CPUtime=1.14 cores=0,2,4,6
/proc/5513/stat : 5513 (java) S 5510 5513 1113 0 -1 1077944320 15040 13267 0 0 101 5 5 3 20 0 15 0 474339188 11084148736 21398 33554432000 4194304 4196468 140721993317856 140721993300400 139991514541815 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 18952192 140721993325296 140721993327813 140721993327813 140721993330639 0
/proc/5513/statm: 2706091 21398 3512 1 0 2668173 0
[pid=5513/tid=5566] ppid=5510 vsize=10824364 memory=0 CPUtime=0.67 cores=0,2,4,6
/proc/5513/task/5566/stat : 5566 (java) R 5510 5513 1113 0 -1 4202560 10484 13267 0 0 55 4 5 3 20 0 15 0 474339197 11084148736 21398 33554432000 4194304 4196468 140721993317856 139991486368688 139991514563741 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18952192 140721993325296 140721993327813 140721993327813 140721993330639 0
[pid=5513/tid=5567] ppid=5510 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5513/task/5567/stat : 5567 (java) S 5510 5513 1113 0 -1 1077944384 1 13267 0 0 0 0 5 3 20 0 15 0 474339198 11084148736 21398 33554432000 4194304 4196468 140721993317856 139991518784528 139991514552021 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18952192 140721993325296 140721993327813 140721993327813 140721993330639 0
[pid=5513/tid=5568] ppid=5510 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5513/task/5568/stat : 5568 (java) S 5510 5513 1113 0 -1 1077944384 1 13267 0 0 0 0 5 3 20 0 15 0 474339198 11084148736 21398 33554432000 4194304 4196468 140721993317856 139991087656080 139991514552021 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18952192 140721993325296 140721993327813 140721993327813 140721993330639 0
[pid=5513/tid=5569] ppid=5510 vsize=10824364 memory=68 CPUtime=0.08 cores=0,2,4,6
/proc/5513/task/5569/stat : 5569 (java) S 5510 5513 1113 0 -1 1077944384 1 13267 0 0 0 0 5 3 20 0 15 0 474339198 11084148736 21398 33554432000 4194304 4196468 140721993317856 139991086603024 139991514552021 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18952192 140721993325296 140721993327813 140721993327813 140721993330639 0
[pid=5513/tid=5570] ppid=5510 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5513/task/5570/stat : 5570 (java) S 5510 5513 1113 0 -1 1077944384 2 13267 0 0 0 0 5 3 20 0 15 0 474339198 11084148736 21398 33554432000 4194304 4196468 140721993317856 139991085550480 139991514552021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18952192 140721993325296 140721993327813 140721993327813 140721993330639 0
[pid=5513/tid=5571] ppid=5510 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5513/task/5571/stat : 5571 (java) S 5510 5513 1113 0 -1 1077944384 5 13267 0 0 0 0 5 3 20 0 15 0 474339199 11084148736 21398 33554432000 4194304 4196468 140721993317856 139991041108208 139991514552962 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18952192 140721993325296 140721993327813 140721993327813 140721993330639 0
[pid=5513/tid=5572] ppid=5510 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5513/task/5572/stat : 5572 (java) S 5510 5513 1113 0 -1 1077944384 13 13267 0 0 0 0 5 3 20 0 15 0 474339200 11084148736 21398 33554432000 4194304 4196468 140721993317856 139990432474272 139991514552021 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18952192 140721993325296 140721993327813 140721993327813 140721993330639 0
[pid=5513/tid=5573] ppid=5510 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5513/task/5573/stat : 5573 (java) S 5510 5513 1113 0 -1 1077944384 1 13267 0 0 0 0 5 3 20 0 15 0 474339200 11084148736 21398 33554432000 4194304 4196468 140721993317856 139990298256112 139991514552021 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18952192 140721993325296 140721993327813 140721993327813 140721993330639 0
[pid=5513/tid=5574] ppid=5510 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5513/task/5574/stat : 5574 (java) S 5510 5513 1113 0 -1 1077944384 3 13267 0 0 0 0 5 3 20 0 15 0 474339203 11084148736 21398 33554432000 4194304 4196468 140721993317856 139990057965520 139991514560411 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18952192 140721993325296 140721993327813 140721993327813 140721993330639 0
[pid=5513/tid=5575] ppid=5510 vsize=10824364 memory=140300072923536 CPUtime=0.23 cores=0,2,4,6
/proc/5513/task/5575/stat : 5575 (java) R 5510 5513 1113 0 -1 4202560 925 13267 0 0 15 0 5 3 20 0 15 0 474339203 11084148736 21398 33554432000 4194304 4196468 140721993317856 139991040056048 139991498533761 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18952192 140721993325296 140721993327813 140721993327813 140721993330639 0
[pid=5513/tid=5576] ppid=5510 vsize=10824364 memory=142811957559946 CPUtime=0.19 cores=0,2,4,6
/proc/5513/task/5576/stat : 5576 (java) S 5510 5513 1113 0 -1 1077944384 643 13267 0 0 11 0 5 3 20 0 15 0 474339203 11084148736 21398 33554432000 4194304 4196468 140721993317856 139991039003504 139991514552962 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18952192 140721993325296 140721993327813 140721993327813 140721993330639 0
[pid=5513/tid=5577] ppid=5510 vsize=10824364 memory=14048 CPUtime=0.25 cores=0,2,4,6
/proc/5513/task/5577/stat : 5577 (java) S 5510 5513 1113 0 -1 1077944384 751 13267 0 0 17 0 5 3 20 0 15 0 474339203 11084148736 21398 33554432000 4194304 4196468 140721993317856 139991037950448 139991514552962 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18952192 140721993325296 140721993327813 140721993327813 140721993330639 0
[pid=5513/tid=5578] ppid=5510 vsize=10824364 memory=3616 CPUtime=0.08 cores=0,2,4,6
/proc/5513/task/5578/stat : 5578 (java) S 5510 5513 1113 0 -1 1077944384 3 13267 0 0 0 0 5 3 20 0 15 0 474339203 11084148736 21398 33554432000 4194304 4196468 140721993317856 139990024407904 139991514552021 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18952192 140721993325296 140721993327813 140721993327813 140721993330639 0
[pid=5513/tid=5579] ppid=5510 vsize=10824364 memory=2241 CPUtime=0.08 cores=0,2,4,6
/proc/5513/task/5579/stat : 5579 (java) S 5510 5513 1113 0 -1 1077944384 1 13267 0 0 0 0 5 3 20 0 15 0 474339203 11084148736 21398 33554432000 4194304 4196468 140721993317856 139990513216048 139991514552962 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18952192 140721993325296 140721993327813 140721993327813 140721993330639 0
Current children cumulated CPU time: 1.14 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 85592 KiB

[startup+1.50078 s]
/proc/loadavg: 1.35 1.34 1.38 5/227 5579
/proc/meminfo: memFree=2886920/32770624 swapFree=66986236/67108860
[pid=5513] ppid=5510 vsize=10834680 memory=191452 CPUtime=2.9 cores=0,2,4,6
/proc/5513/stat : 5513 (java) S 5510 5513 1113 0 -1 1077944320 23513 13267 0 0 271 11 5 3 20 0 15 0 474339188 11094712320 47863 33554432000 4194304 4196468 140721993317856 140721993300400 139991514541815 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 18952192 140721993325296 140721993327813 140721993327813 140721993330639 0
/proc/5513/statm: 2708670 47863 3594 1 0 2670733 0
[pid=5513/tid=5566] ppid=5510 vsize=10834680 memory=1898397 CPUtime=1.43 cores=0,2,4,6
/proc/5513/task/5566/stat : 5566 (java) R 5510 5513 1113 0 -1 4202560 15549 13267 0 0 128 7 5 3 20 0 15 0 474339197 11094712320 47863 33554432000 4194304 4196468 140721993317856 139991486371152 139991514553750 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18952192 140721993325296 140721993327813 140721993327813 140721993330639 0
[pid=5513/tid=5567] ppid=5510 vsize=10834680 memory=8112282956445269571 CPUtime=0.09 cores=0,2,4,6
/proc/5513/task/5567/stat : 5567 (java) S 5510 5513 1113 0 -1 1077944384 284 13267 0 0 1 0 5 3 20 0 15 0 474339198 11094712320 47863 33554432000 4194304 4196468 140721993317856 139991518784528 139991514552021 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18952192 140721993325296 140721993327813 140721993327813 140721993330639 0
[pid=5513/tid=5568] ppid=5510 vsize=10834680 memory=35752 CPUtime=0.09 cores=0,2,4,6
/proc/5513/task/5568/stat : 5568 (java) S 5510 5513 1113 0 -1 1077944384 65 13267 0 0 1 0 5 3 20 0 15 0 474339198 11094712320 47863 33554432000 4194304 4196468 140721993317856 139991087656080 139991514552021 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18952192 140721993325296 140721993327813 140721993327813 140721993330639 0
[pid=5513/tid=5569] ppid=5510 vsize=10834680 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/5513/task/5569/stat : 5569 (java) S 5510 5513 1113 0 -1 1077944384 29 13267 0 0 1 0 5 3 20 0 15 0 474339198 11094712320 47863 33554432000 4194304 4196468 140721993317856 139991086603024 139991514552021 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18952192 140721993325296 140721993327813 140721993327813 140721993330639 0
[pid=5513/tid=5570] ppid=5510 vsize=10834680 memory=85592 CPUtime=0.09 cores=0,2,4,6
/proc/5513/task/5570/stat : 5570 (java) S 5510 5513 1113 0 -1 1077944384 66 13267 0 0 1 0 5 3 20 0 15 0 474339198 11094712320 47863 33554432000 4194304 4196468 140721993317856 139991085550480 139991514552021 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18952192 140721993325296 140721993327813 140721993327813 140721993330639 0
[pid=5513/tid=5571] ppid=5510 vsize=10834680 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/5513/task/5571/stat : 5571 (java) S 5510 5513 1113 0 -1 1077944384 144 13267 0 0 1 0 5 3 20 0 15 0 474339199 11094712320 47863 33554432000 4194304 4196468 140721993317856 139991041108208 139991514552962 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18952192 140721993325296 140721993327813 140721993327813 140721993330639 0
[pid=5513/tid=5572] ppid=5510 vsize=10834680 memory=280600145610528 CPUtime=0.08 cores=0,2,4,6
/proc/5513/task/5572/stat : 5572 (java) S 5510 5513 1113 0 -1 1077944384 14 13267 0 0 0 0 5 3 20 0 15 0 474339200 11094712320 47863 33554432000 4194304 4196468 140721993317856 139990432474336 139991514552021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18952192 140721993325296 140721993327813 140721993327813 140721993330639 0
[pid=5513/tid=5573] ppid=5510 vsize=10834680 memory=280600145839888 CPUtime=0.08 cores=0,2,4,6
/proc/5513/task/5573/stat : 5573 (java) S 5510 5513 1113 0 -1 1077944384 1 13267 0 0 0 0 5 3 20 0 15 0 474339200 11094712320 47863 33554432000 4194304 4196468 140721993317856 139990298256128 139991514552021 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18952192 140721993325296 140721993327813 140721993327813 140721993330639 0
[pid=5513/tid=5574] ppid=5510 vsize=10834680 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5513/task/5574/stat : 5574 (java) S 5510 5513 1113 0 -1 1077944384 3 13267 0 0 0 0 5 3 20 0 15 0 474339203 11094712320 47863 33554432000 4194304 4196468 140721993317856 139990057965520 139991514560411 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18952192 140721993325296 140721993327813 140721993327813 140721993330639 0
[pid=5513/tid=5575] ppid=5510 vsize=10834680 memory=6655300316396806240 CPUtime=0.55 cores=0,2,4,6
/proc/5513/task/5575/stat : 5575 (java) S 5510 5513 1113 0 -1 1077944384 1882 13267 0 0 47 0 5 3 20 0 15 0 474339203 11094712320 47863 33554432000 4194304 4196468 140721993317856 139991040056048 139991514552962 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18952192 140721993325296 140721993327813 140721993327813 140721993330639 0
[pid=5513/tid=5576] ppid=5510 vsize=10834680 memory=6944656592455359580 CPUtime=0.52 cores=0,2,4,6
/proc/5513/task/5576/stat : 5576 (java) S 5510 5513 1113 0 -1 1077944384 1697 13267 0 0 44 0 5 3 20 0 15 0 474339203 11094712320 47863 33554432000 4194304 4196468 140721993317856 139991039003504 139991514552962 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18952192 140721993325296 140721993327813 140721993327813 140721993330639 0
[pid=5513/tid=5577] ppid=5510 vsize=10834680 memory=6944656592455097440 CPUtime=0.51 cores=0,2,4,6
/proc/5513/task/5577/stat : 5577 (java) S 5510 5513 1113 0 -1 1077944384 1569 13267 0 0 43 0 5 3 20 0 15 0 474339203 11094712320 47863 33554432000 4194304 4196468 140721993317856 139991037950448 139991514552962 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18952192 140721993325296 140721993327813 140721993327813 140721993330639 0
[pid=5513/tid=5578] ppid=5510 vsize=10834680 memory=-7737621075815351712 CPUtime=0.08 cores=0,2,4,6
/proc/5513/task/5578/stat : 5578 (java) S 5510 5513 1113 0 -1 1077944384 3 13267 0 0 0 0 5 3 20 0 15 0 474339203 11094712320 47863 33554432000 4194304 4196468 140721993317856 139990024407904 139991514552021 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18952192 140721993325296 140721993327813 140721993327813 140721993330639 0
[pid=5513/tid=5579] ppid=5510 vsize=10834680 memory=6944656591801718942 CPUtime=0.08 cores=0,2,4,6
/proc/5513/task/5579/stat : 5579 (java) S 5510 5513 1113 0 -1 1077944384 1 13267 0 0 0 0 5 3 20 0 15 0 474339203 11094712320 47863 33554432000 4194304 4196468 140721993317856 139990513216048 139991514552962 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18952192 140721993325296 140721993327813 140721993327813 140721993330639 0
Current children cumulated CPU time: 2.9 s
Current children cumulated vsize: 10834680 KiB

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

[startup+52.6753 s]
# the end of solver process 5513 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=63.468 s, system=0.435611 s

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

[startup+51.201 s]
/proc/loadavg: 1.49 1.39 1.40 3/228 5584
/proc/meminfo: memFree=2051732/32770624 swapFree=66986236/67108860
[pid=5513] ppid=5510 vsize=10846988 memory=970852 CPUtime=62.39 cores=0,2,4,6
/proc/5513/stat : 5513 (java) S 5510 5513 1113 0 -1 1077944320 74885 13267 0 0 6192 39 5 3 20 0 15 0 474339188 11107315712 242713 33554432000 4194304 4196468 140721993317856 140721993300400 139991514541815 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 18952192 140721993325296 140721993327813 140721993327813 140721993330639 0
/proc/5513/statm: 2711747 242713 3631 1 0 2673805 0
[pid=5513/tid=5566] ppid=5510 vsize=10846988 memory=2832 CPUtime=50.91 cores=0,2,4,6
/proc/5513/task/5566/stat : 5566 (java) R 5510 5513 1113 0 -1 4202560 26468 13267 0 0 5065 18 5 3 20 0 15 0 474339197 11107315712 242713 33554432000 4194304 4196468 140721993317856 139991486378144 139991119258415 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18952192 140721993325296 140721993327813 140721993327813 140721993330639 0
[pid=5513/tid=5567] ppid=5510 vsize=10846988 memory=1084 CPUtime=0.19 cores=0,2,4,6
/proc/5513/task/5567/stat : 5567 (java) S 5510 5513 1113 0 -1 1077944384 1495 13267 0 0 9 2 5 3 20 0 15 0 474339198 11107315712 242713 33554432000 4194304 4196468 140721993317856 139991518784528 139991514552021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18952192 140721993325296 140721993327813 140721993327813 140721993330639 0
[pid=5513/tid=5568] ppid=5510 vsize=10846988 memory=8112282956445269571 CPUtime=0.2 cores=0,2,4,6
/proc/5513/task/5568/stat : 5568 (java) S 5510 5513 1113 0 -1 1077944384 1476 13267 0 0 9 3 5 3 20 0 15 0 474339198 11107315712 242713 33554432000 4194304 4196468 140721993317856 139991087656080 139991514552021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18952192 140721993325296 140721993327813 140721993327813 140721993330639 0
[pid=5513/tid=5569] ppid=5510 vsize=10846988 memory=7 CPUtime=0.2 cores=0,2,4,6
/proc/5513/task/5569/stat : 5569 (java) S 5510 5513 1113 0 -1 1077944384 830 13267 0 0 10 2 5 3 20 0 15 0 474339198 11107315712 242713 33554432000 4194304 4196468 140721993317856 139991086603024 139991514552021 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18952192 140721993325296 140721993327813 140721993327813 140721993330639 0
[pid=5513/tid=5570] ppid=5510 vsize=10846988 memory=0 CPUtime=0.2 cores=0,2,4,6
/proc/5513/task/5570/stat : 5570 (java) S 5510 5513 1113 0 -1 1077944384 1390 13267 0 0 10 2 5 3 20 0 15 0 474339198 11107315712 242713 33554432000 4194304 4196468 140721993317856 139991085550480 139991514552021 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18952192 140721993325296 140721993327813 140721993327813 140721993330639 0
[pid=5513/tid=5571] ppid=5510 vsize=10846988 memory=0 CPUtime=0.16 cores=0,2,4,6
/proc/5513/task/5571/stat : 5571 (java) S 5510 5513 1113 0 -1 1077944384 4380 13267 0 0 8 0 5 3 20 0 15 0 474339199 11107315712 242713 33554432000 4194304 4196468 140721993317856 139991041108208 139991514552962 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18952192 140721993325296 140721993327813 140721993327813 140721993330639 0
[pid=5513/tid=5572] ppid=5510 vsize=10846988 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5513/task/5572/stat : 5572 (java) S 5510 5513 1113 0 -1 1077944384 21 13267 0 0 0 0 5 3 20 0 15 0 474339200 11107315712 242713 33554432000 4194304 4196468 140721993317856 139990432474336 139991514552021 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18952192 140721993325296 140721993327813 140721993327813 140721993330639 0
[pid=5513/tid=5573] ppid=5510 vsize=10846988 memory=975472 CPUtime=0.08 cores=0,2,4,6
/proc/5513/task/5573/stat : 5573 (java) S 5510 5513 1113 0 -1 1077944384 16 13267 0 0 0 0 5 3 20 0 15 0 474339200 11107315712 242713 33554432000 4194304 4196468 140721993317856 139990298256128 139991514552021 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18952192 140721993325296 140721993327813 140721993327813 140721993330639 0
[pid=5513/tid=5574] ppid=5510 vsize=10846988 memory=1164 CPUtime=0.08 cores=0,2,4,6
/proc/5513/task/5574/stat : 5574 (java) S 5510 5513 1113 0 -1 1077944384 3 13267 0 0 0 0 5 3 20 0 15 0 474339203 11107315712 242713 33554432000 4194304 4196468 140721993317856 139990057965520 139991514560411 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18952192 140721993325296 140721993327813 140721993327813 140721993330639 0
[pid=5513/tid=5575] ppid=5510 vsize=10846988 memory=1164 CPUtime=4.63 cores=0,2,4,6
/proc/5513/task/5575/stat : 5575 (java) S 5510 5513 1113 0 -1 1077944384 14536 13267 0 0 454 1 5 3 20 0 15 0 474339203 11107315712 242713 33554432000 4194304 4196468 140721993317856 139991040056048 139991514552962 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18952192 140721993325296 140721993327813 140721993327813 140721993330639 0
[pid=5513/tid=5576] ppid=5510 vsize=10846988 memory=6944656592387989600 CPUtime=4.36 cores=0,2,4,6
/proc/5513/task/5576/stat : 5576 (java) S 5510 5513 1113 0 -1 1077944384 13723 13267 0 0 425 3 5 3 20 0 15 0 474339203 11107315712 242713 33554432000 4194304 4196468 140721993317856 139991039003504 139991514552962 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18952192 140721993325296 140721993327813 140721993327813 140721993330639 0
[pid=5513/tid=5577] ppid=5510 vsize=10846988 memory=6943526294502006880 CPUtime=2.05 cores=0,2,4,6
/proc/5513/task/5577/stat : 5577 (java) S 5510 5513 1113 0 -1 1077944384 7936 13267 0 0 195 2 5 3 20 0 15 0 474339203 11107315712 242713 33554432000 4194304 4196468 140721993317856 139991037950448 139991514552962 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18952192 140721993325296 140721993327813 140721993327813 140721993330639 0
[pid=5513/tid=5578] ppid=5510 vsize=10846988 memory=65 CPUtime=0.08 cores=0,2,4,6
/proc/5513/task/5578/stat : 5578 (java) S 5510 5513 1113 0 -1 1077944384 3 13267 0 0 0 0 5 3 20 0 15 0 474339203 11107315712 242713 33554432000 4194304 4196468 140721993317856 139990024407904 139991514552021 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18952192 140721993325296 140721993327813 140721993327813 140721993330639 0
[pid=5513/tid=5579] ppid=5510 vsize=10846988 memory=6944656575208382560 CPUtime=0.1 cores=0,2,4,6
/proc/5513/task/5579/stat : 5579 (java) S 5510 5513 1113 0 -1 1077944384 402 13267 0 0 1 1 5 3 20 0 15 0 474339203 11107315712 242713 33554432000 4194304 4196468 140721993317856 139990513216048 139991514552962 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18952192 140721993325296 140721993327813 140721993327813 140721993330639 0
Current children cumulated CPU time: 62.39 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 970852 KiB

[startup+52.0008 s]*
/proc/loadavg: 1.45 1.39 1.40 3/228 5584
/proc/meminfo: memFree=2051856/32770624 swapFree=66986236/67108860
[pid=5513] ppid=5510 vsize=10846988 memory=970852 CPUtime=63.2 cores=0,2,4,6
/proc/5513/stat : 5513 (java) S 5510 5513 1113 0 -1 1077944320 74891 13267 0 0 6273 39 5 3 20 0 15 0 474339188 11107315712 242713 33554432000 4194304 4196468 140721993317856 140721993300400 139991514541815 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 18952192 140721993325296 140721993327813 140721993327813 140721993330639 0
/proc/5513/statm: 2711747 242713 3631 1 0 2673805 0
[pid=5513/tid=5566] ppid=5510 vsize=10846988 memory=8317482817917895235 CPUtime=51.72 cores=0,2,4,6
/proc/5513/task/5566/stat : 5566 (java) R 5510 5513 1113 0 -1 4202560 26474 13267 0 0 5146 18 5 3 20 0 15 0 474339197 11107315712 242713 33554432000 4194304 4196468 140721993317856 139991486378032 139991135302201 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18952192 140721993325296 140721993327813 140721993327813 140721993330639 0
[pid=5513/tid=5567] ppid=5510 vsize=10846988 memory=4126316290023845779 CPUtime=0.19 cores=0,2,4,6
/proc/5513/task/5567/stat : 5567 (java) S 5510 5513 1113 0 -1 1077944384 1495 13267 0 0 9 2 5 3 20 0 15 0 474339198 11107315712 242713 33554432000 4194304 4196468 140721993317856 139991518784528 139991514552021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18952192 140721993325296 140721993327813 140721993327813 140721993330639 0
[pid=5513/tid=5568] ppid=5510 vsize=10846988 memory=3852 CPUtime=0.2 cores=0,2,4,6
/proc/5513/task/5568/stat : 5568 (java) S 5510 5513 1113 0 -1 1077944384 1476 13267 0 0 9 3 5 3 20 0 15 0 474339198 11107315712 242713 33554432000 4194304 4196468 140721993317856 139991087656080 139991514552021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18952192 140721993325296 140721993327813 140721993327813 140721993330639 0
[pid=5513/tid=5569] ppid=5510 vsize=10846988 memory=2612 CPUtime=0.2 cores=0,2,4,6
/proc/5513/task/5569/stat : 5569 (java) S 5510 5513 1113 0 -1 1077944384 830 13267 0 0 10 2 5 3 20 0 15 0 474339198 11107315712 242713 33554432000 4194304 4196468 140721993317856 139991086603024 139991514552021 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18952192 140721993325296 140721993327813 140721993327813 140721993330639 0
[pid=5513/tid=5570] ppid=5510 vsize=10846988 memory=2948 CPUtime=0.2 cores=0,2,4,6
/proc/5513/task/5570/stat : 5570 (java) S 5510 5513 1113 0 -1 1077944384 1390 13267 0 0 10 2 5 3 20 0 15 0 474339198 11107315712 242713 33554432000 4194304 4196468 140721993317856 139991085550480 139991514552021 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18952192 140721993325296 140721993327813 140721993327813 140721993330639 0
[pid=5513/tid=5571] ppid=5510 vsize=10846988 memory=1680 CPUtime=0.16 cores=0,2,4,6
/proc/5513/task/5571/stat : 5571 (java) S 5510 5513 1113 0 -1 1077944384 4380 13267 0 0 8 0 5 3 20 0 15 0 474339199 11107315712 242713 33554432000 4194304 4196468 140721993317856 139991041108208 139991514552962 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18952192 140721993325296 140721993327813 140721993327813 140721993330639 0
[pid=5513/tid=5572] ppid=5510 vsize=10846988 memory=1440 CPUtime=0.08 cores=0,2,4,6
/proc/5513/task/5572/stat : 5572 (java) S 5510 5513 1113 0 -1 1077944384 21 13267 0 0 0 0 5 3 20 0 15 0 474339200 11107315712 242713 33554432000 4194304 4196468 140721993317856 139990432474336 139991514552021 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18952192 140721993325296 140721993327813 140721993327813 140721993330639 0
[pid=5513/tid=5573] ppid=5510 vsize=10846988 memory=912 CPUtime=0.08 cores=0,2,4,6
/proc/5513/task/5573/stat : 5573 (java) S 5510 5513 1113 0 -1 1077944384 16 13267 0 0 0 0 5 3 20 0 15 0 474339200 11107315712 242713 33554432000 4194304 4196468 140721993317856 139990298256128 139991514552021 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18952192 140721993325296 140721993327813 140721993327813 140721993330639 0
[pid=5513/tid=5574] ppid=5510 vsize=10846988 memory=780 CPUtime=0.08 cores=0,2,4,6
/proc/5513/task/5574/stat : 5574 (java) S 5510 5513 1113 0 -1 1077944384 3 13267 0 0 0 0 5 3 20 0 15 0 474339203 11107315712 242713 33554432000 4194304 4196468 140721993317856 139990057965520 139991514560411 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18952192 140721993325296 140721993327813 140721993327813 140721993330639 0
[pid=5513/tid=5575] ppid=5510 vsize=10846988 memory=3616 CPUtime=4.63 cores=0,2,4,6
/proc/5513/task/5575/stat : 5575 (java) S 5510 5513 1113 0 -1 1077944384 14536 13267 0 0 454 1 5 3 20 0 15 0 474339203 11107315712 242713 33554432000 4194304 4196468 140721993317856 139991040056048 139991514552962 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18952192 140721993325296 140721993327813 140721993327813 140721993330639 0
[pid=5513/tid=5576] ppid=5510 vsize=10846988 memory=33 CPUtime=4.36 cores=0,2,4,6
/proc/5513/task/5576/stat : 5576 (java) S 5510 5513 1113 0 -1 1077944384 13723 13267 0 0 425 3 5 3 20 0 15 0 474339203 11107315712 242713 33554432000 4194304 4196468 140721993317856 139991039003504 139991514552962 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18952192 140721993325296 140721993327813 140721993327813 140721993330639 0
[pid=5513/tid=5577] ppid=5510 vsize=10846988 memory=4640209924522665573 CPUtime=2.05 cores=0,2,4,6
/proc/5513/task/5577/stat : 5577 (java) S 5510 5513 1113 0 -1 1077944384 7936 13267 0 0 195 2 5 3 20 0 15 0 474339203 11107315712 242713 33554432000 4194304 4196468 140721993317856 139991037950448 139991514552962 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18952192 140721993325296 140721993327813 140721993327813 140721993330639 0
[pid=5513/tid=5578] ppid=5510 vsize=10846988 memory=4641331426382997093 CPUtime=0.08 cores=0,2,4,6
/proc/5513/task/5578/stat : 5578 (java) S 5510 5513 1113 0 -1 1077944384 3 13267 0 0 0 0 5 3 20 0 15 0 474339203 11107315712 242713 33554432000 4194304 4196468 140721993317856 139990024407904 139991514552021 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18952192 140721993325296 140721993327813 140721993327813 140721993330639 0
[pid=5513/tid=5579] ppid=5510 vsize=10846988 memory=4640491399499376229 CPUtime=0.1 cores=0,2,4,6
/proc/5513/task/5579/stat : 5579 (java) S 5510 5513 1113 0 -1 1077944384 402 13267 0 0 1 1 5 3 20 0 15 0 474339203 11107315712 242713 33554432000 4194304 4196468 140721993317856 139990513216048 139991514552962 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18952192 140721993325296 140721993327813 140721993327813 140721993330639 0
Current children cumulated CPU time: 63.2 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 970852 KiB

[startup+52.4008 s]
/proc/loadavg: 1.45 1.39 1.40 3/228 5584
/proc/meminfo: memFree=2051856/32770624 swapFree=66986236/67108860
[pid=5513] ppid=5510 vsize=10846988 memory=970852 CPUtime=63.62 cores=0,2,4,6
/proc/5513/stat : 5513 (java) S 5510 5513 1113 0 -1 1077944320 77343 13267 0 0 6315 39 5 3 20 0 15 0 474339188 11107315712 242713 33554432000 4194304 4196468 140721993317856 140721993300400 139991514541815 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 18952192 140721993325296 140721993327813 140721993327813 140721993330639 0
/proc/5513/statm: 2711747 242713 3631 1 0 2673805 0
[pid=5513/tid=5566] ppid=5510 vsize=10846988 memory=55088 CPUtime=52.11 cores=0,2,4,6
/proc/5513/task/5566/stat : 5566 (java) R 5510 5513 1113 0 -1 4202560 26498 13267 0 0 5185 18 5 3 20 0 15 0 474339197 11107315712 242713 33554432000 4194304 4196468 140721993317856 139991486375768 139991135411392 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18952192 140721993325296 140721993327813 140721993327813 140721993330639 0
[pid=5513/tid=5567] ppid=5510 vsize=10846988 memory=988 CPUtime=0.2 cores=0,2,4,6
/proc/5513/task/5567/stat : 5567 (java) S 5510 5513 1113 0 -1 1077944384 1495 13267 0 0 10 2 5 3 20 0 15 0 474339198 11107315712 242713 33554432000 4194304 4196468 140721993317856 139991518784528 139991514552021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18952192 140721993325296 140721993327813 140721993327813 140721993330639 0
[pid=5513/tid=5568] ppid=5510 vsize=10846988 memory=2004 CPUtime=0.2 cores=0,2,4,6
/proc/5513/task/5568/stat : 5568 (java) S 5510 5513 1113 0 -1 1077944384 1476 13267 0 0 9 3 5 3 20 0 15 0 474339198 11107315712 242713 33554432000 4194304 4196468 140721993317856 139991087656080 139991514552021 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18952192 140721993325296 140721993327813 140721993327813 140721993330639 0
[pid=5513/tid=5569] ppid=5510 vsize=10846988 memory=970852 CPUtime=0.2 cores=0,2,4,6
/proc/5513/task/5569/stat : 5569 (java) S 5510 5513 1113 0 -1 1077944384 830 13267 0 0 10 2 5 3 20 0 15 0 474339198 11107315712 242713 33554432000 4194304 4196468 140721993317856 139991086603024 139991514552021 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18952192 140721993325296 140721993327813 140721993327813 140721993330639 0
[pid=5513/tid=5570] ppid=5510 vsize=10846988 memory=780 CPUtime=0.2 cores=0,2,4,6
/proc/5513/task/5570/stat : 5570 (java) S 5510 5513 1113 0 -1 1077944384 1390 13267 0 0 10 2 5 3 20 0 15 0 474339198 11107315712 242713 33554432000 4194304 4196468 140721993317856 139991085550480 139991514552021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18952192 140721993325296 140721993327813 140721993327813 140721993330639 0
[pid=5513/tid=5571] ppid=5510 vsize=10846988 memory=3616 CPUtime=0.16 cores=0,2,4,6
/proc/5513/task/5571/stat : 5571 (java) S 5510 5513 1113 0 -1 1077944384 4380 13267 0 0 8 0 5 3 20 0 15 0 474339199 11107315712 242713 33554432000 4194304 4196468 140721993317856 139991041108208 139991514552962 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18952192 140721993325296 140721993327813 140721993327813 140721993330639 0
[pid=5513/tid=5572] ppid=5510 vsize=10846988 memory=1112 CPUtime=0.08 cores=0,2,4,6
/proc/5513/task/5572/stat : 5572 (java) S 5510 5513 1113 0 -1 1077944384 21 13267 0 0 0 0 5 3 20 0 15 0 474339200 11107315712 242713 33554432000 4194304 4196468 140721993317856 139990432474336 139991514552021 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18952192 140721993325296 140721993327813 140721993327813 140721993330639 0
[pid=5513/tid=5573] ppid=5510 vsize=10846988 memory=8112282956445269571 CPUtime=0.08 cores=0,2,4,6
/proc/5513/task/5573/stat : 5573 (java) S 5510 5513 1113 0 -1 1077944384 16 13267 0 0 0 0 5 3 20 0 15 0 474339200 11107315712 242713 33554432000 4194304 4196468 140721993317856 139990298256128 139991514552021 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18952192 140721993325296 140721993327813 140721993327813 140721993330639 0
[pid=5513/tid=5574] ppid=5510 vsize=10846988 memory=7222483652687470737 CPUtime=0.08 cores=0,2,4,6
/proc/5513/task/5574/stat : 5574 (java) S 5510 5513 1113 0 -1 1077944384 3 13267 0 0 0 0 5 3 20 0 15 0 474339203 11107315712 242713 33554432000 4194304 4196468 140721993317856 139990057965520 139991514560411 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18952192 140721993325296 140721993327813 140721993327813 140721993330639 0
[pid=5513/tid=5575] ppid=5510 vsize=10846988 memory=-6237260532469557610 CPUtime=4.63 cores=0,2,4,6
/proc/5513/task/5575/stat : 5575 (java) S 5510 5513 1113 0 -1 1077944384 14619 13267 0 0 454 1 5 3 20 0 15 0 474339203 11107315712 242713 33554432000 4194304 4196468 140721993317856 139991040056048 139991514552962 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18952192 140721993325296 140721993327813 140721993327813 140721993330639 0
[pid=5513/tid=5576] ppid=5510 vsize=10846988 memory=6944656591801718942 CPUtime=4.37 cores=0,2,4,6
/proc/5513/task/5576/stat : 5576 (java) S 5510 5513 1113 0 -1 1077944384 16068 13267 0 0 426 3 5 3 20 0 15 0 474339203 11107315712 242713 33554432000 4194304 4196468 140721993317856 139991039003504 139991514552962 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18952192 140721993325296 140721993327813 140721993327813 140721993330639 0
[pid=5513/tid=5577] ppid=5510 vsize=10846988 memory=4137292528961491315 CPUtime=2.05 cores=0,2,4,6
/proc/5513/task/5577/stat : 5577 (java) S 5510 5513 1113 0 -1 1077944384 7936 13267 0 0 195 2 5 3 20 0 15 0 474339203 11107315712 242713 33554432000 4194304 4196468 140721993317856 139991037950448 139991514552962 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18952192 140721993325296 140721993327813 140721993327813 140721993330639 0
[pid=5513/tid=5578] ppid=5510 vsize=10846988 memory=3692216505336096871 CPUtime=0.08 cores=0,2,4,6
/proc/5513/task/5578/stat : 5578 (java) S 5510 5513 1113 0 -1 1077944384 3 13267 0 0 0 0 5 3 20 0 15 0 474339203 11107315712 242713 33554432000 4194304 4196468 140721993317856 139990024407904 139991514552021 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18952192 140721993325296 140721993327813 140721993327813 140721993330639 0
[pid=5513/tid=5579] ppid=5510 vsize=10846988 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/5513/task/5579/stat : 5579 (java) S 5510 5513 1113 0 -1 1077944384 402 13267 0 0 1 1 5 3 20 0 15 0 474339203 11107315712 242713 33554432000 4194304 4196468 140721993317856 139990513216048 139991514552962 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18952192 140721993325296 140721993327813 140721993327813 140721993330639 0
Current children cumulated CPU time: 63.62 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 970852 KiB

[startup+52.6008 s]
/proc/loadavg: 1.45 1.39 1.40 3/228 5584
/proc/meminfo: memFree=2051856/32770624 swapFree=66986236/67108860
[pid=5513] ppid=5510 vsize=10846988 memory=970852 CPUtime=63.82 cores=0,2,4,6
/proc/5513/stat : 5513 (java) S 5510 5513 1113 0 -1 1077944320 77343 13267 0 0 6335 39 5 3 20 0 15 0 474339188 11107315712 242713 33554432000 4194304 4196468 140721993317856 140721993300400 139991514541815 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 18952192 140721993325296 140721993327813 140721993327813 140721993330639 0
/proc/5513/statm: 2711747 242713 3631 1 0 2673805 0
[pid=5513/tid=5566] ppid=5510 vsize=10846988 memory=6645459911560372124 CPUtime=52.31 cores=0,2,4,6
/proc/5513/task/5566/stat : 5566 (java) R 5510 5513 1113 0 -1 4202560 26498 13267 0 0 5205 18 5 3 20 0 15 0 474339197 11107315712 242713 33554432000 4194304 4196468 140721993317856 139991486375768 139991137583844 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18952192 140721993325296 140721993327813 140721993327813 140721993330639 0
[pid=5513/tid=5567] ppid=5510 vsize=10846988 memory=-4504271847523324239 CPUtime=0.2 cores=0,2,4,6
/proc/5513/task/5567/stat : 5567 (java) S 5510 5513 1113 0 -1 1077944384 1495 13267 0 0 10 2 5 3 20 0 15 0 474339198 11107315712 242713 33554432000 4194304 4196468 140721993317856 139991518784528 139991514552021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18952192 140721993325296 140721993327813 140721993327813 140721993330639 0
[pid=5513/tid=5568] ppid=5510 vsize=10846988 memory=9051283677730746851 CPUtime=0.2 cores=0,2,4,6
/proc/5513/task/5568/stat : 5568 (java) S 5510 5513 1113 0 -1 1077944384 1476 13267 0 0 9 3 5 3 20 0 15 0 474339198 11107315712 242713 33554432000 4194304 4196468 140721993317856 139991087656080 139991514552021 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18952192 140721993325296 140721993327813 140721993327813 140721993330639 0
[pid=5513/tid=5569] ppid=5510 vsize=10846988 memory=7233736899685398890 CPUtime=0.2 cores=0,2,4,6
/proc/5513/task/5569/stat : 5569 (java) S 5510 5513 1113 0 -1 1077944384 830 13267 0 0 10 2 5 3 20 0 15 0 474339198 11107315712 242713 33554432000 4194304 4196468 140721993317856 139991086603024 139991514552021 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18952192 140721993325296 140721993327813 140721993327813 140721993330639 0
[pid=5513/tid=5570] ppid=5510 vsize=10846988 memory=8292088533921144977 CPUtime=0.2 cores=0,2,4,6
/proc/5513/task/5570/stat : 5570 (java) S 5510 5513 1113 0 -1 1077944384 1390 13267 0 0 10 2 5 3 20 0 15 0 474339198 11107315712 242713 33554432000 4194304 4196468 140721993317856 139991085550480 139991514552021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18952192 140721993325296 140721993327813 140721993327813 140721993330639 0
[pid=5513/tid=5571] ppid=5510 vsize=10846988 memory=301741373374332954 CPUtime=0.16 cores=0,2,4,6
/proc/5513/task/5571/stat : 5571 (java) S 5510 5513 1113 0 -1 1077944384 4380 13267 0 0 8 0 5 3 20 0 15 0 474339199 11107315712 242713 33554432000 4194304 4196468 140721993317856 139991041108208 139991514552962 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18952192 140721993325296 140721993327813 140721993327813 140721993330639 0
[pid=5513/tid=5572] ppid=5510 vsize=10846988 memory=301741420686082359 CPUtime=0.08 cores=0,2,4,6
/proc/5513/task/5572/stat : 5572 (java) S 5510 5513 1113 0 -1 1077944384 21 13267 0 0 0 0 5 3 20 0 15 0 474339200 11107315712 242713 33554432000 4194304 4196468 140721993317856 139990432474336 139991514552021 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18952192 140721993325296 140721993327813 140721993327813 140721993330639 0
[pid=5513/tid=5573] ppid=5510 vsize=10846988 memory=15821105562650636 CPUtime=0.08 cores=0,2,4,6
/proc/5513/task/5573/stat : 5573 (java) S 5510 5513 1113 0 -1 1077944384 16 13267 0 0 0 0 5 3 20 0 15 0 474339200 11107315712 242713 33554432000 4194304 4196468 140721993317856 139990298256128 139991514552021 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18952192 140721993325296 140721993327813 140721993327813 140721993330639 0
[pid=5513/tid=5574] ppid=5510 vsize=10846988 memory=13252 CPUtime=0.08 cores=0,2,4,6
/proc/5513/task/5574/stat : 5574 (java) S 5510 5513 1113 0 -1 1077944384 3 13267 0 0 0 0 5 3 20 0 15 0 474339203 11107315712 242713 33554432000 4194304 4196468 140721993317856 139990057965520 139991514560411 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18952192 140721993325296 140721993327813 140721993327813 140721993330639 0
[pid=5513/tid=5575] ppid=5510 vsize=10846988 memory=15460 CPUtime=4.63 cores=0,2,4,6
/proc/5513/task/5575/stat : 5575 (java) S 5510 5513 1113 0 -1 1077944384 14619 13267 0 0 454 1 5 3 20 0 15 0 474339203 11107315712 242713 33554432000 4194304 4196468 140721993317856 139991040056048 139991514552962 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18952192 140721993325296 140721993327813 140721993327813 140721993330639 0
[pid=5513/tid=5576] ppid=5510 vsize=10846988 memory=17668 CPUtime=4.37 cores=0,2,4,6
/proc/5513/task/5576/stat : 5576 (java) S 5510 5513 1113 0 -1 1077944384 16068 13267 0 0 426 3 5 3 20 0 15 0 474339203 11107315712 242713 33554432000 4194304 4196468 140721993317856 139991039003504 139991514552962 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18952192 140721993325296 140721993327813 140721993327813 140721993330639 0
[pid=5513/tid=5577] ppid=5510 vsize=10846988 memory=19876 CPUtime=2.05 cores=0,2,4,6
/proc/5513/task/5577/stat : 5577 (java) S 5510 5513 1113 0 -1 1077944384 7936 13267 0 0 195 2 5 3 20 0 15 0 474339203 11107315712 242713 33554432000 4194304 4196468 140721993317856 139991037950448 139991514552962 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18952192 140721993325296 140721993327813 140721993327813 140721993330639 0
[pid=5513/tid=5578] ppid=5510 vsize=10846988 memory=22084 CPUtime=0.08 cores=0,2,4,6
/proc/5513/task/5578/stat : 5578 (java) S 5510 5513 1113 0 -1 1077944384 3 13267 0 0 0 0 5 3 20 0 15 0 474339203 11107315712 242713 33554432000 4194304 4196468 140721993317856 139990024407904 139991514552021 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18952192 140721993325296 140721993327813 140721993327813 140721993330639 0
[pid=5513/tid=5579] ppid=5510 vsize=10846988 memory=24292 CPUtime=0.1 cores=0,2,4,6
/proc/5513/task/5579/stat : 5579 (java) S 5510 5513 1113 0 -1 1077944384 402 13267 0 0 1 1 5 3 20 0 15 0 474339203 11107315712 242713 33554432000 4194304 4196468 140721993317856 139990513216048 139991514552962 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18952192 140721993325296 140721993327813 140721993327813 140721993330639 0
Current children cumulated CPU time: 63.82 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 970852 KiB

Child status: 0
Real time (s): 52.6754
CPU time (s): 63.9036
CPU user time (s): 63.468
CPU system time (s): 0.435611
CPU usage (%): 121.316
Max. virtual memory (cumulated for all children) (KiB): 10849640
Max. memory (cumulated for all children) (KiB): 976500

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 63.468
system time used= 0.435611
maximum resident set size= 978548
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 91831
page faults= 0
swaps= 0
block input operations= 0
block output operations= 224
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 9326
involuntary context switches= 154


# summary of solver processes directly reported to runsolver:
#   pid: 5513
#   total CPU time (s): 63.9036
#   total CPU user time (s): 63.468
#   total CPU system time (s): 0.435611

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.411082 second user time and 0.467813 second system time

The end

Launcher Data

Begin job on node104 at 2019-09-20 12:50:02
IDJOB=4403160
IDBENCH=135933
IDSOLVER=2862
FILE ID=node104/4403160-1568980823
RUNJOBID= node104-1568963417-1148
PBS_JOBID= 21704634
Free space on /tmp= 9552 MiB

SOLVER NAME= Concrete 3.12.3
BENCH NAME= XCSP17/ChessboardColoration/ChessboardColoration-m1-s2/ChessboardColoration-08-10.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4403160-1568980823/watcher-4403160-1568980823 -o /tmp/evaluation-result-4403160-1568980823/solver-4403160-1568980823 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node104-1568963417-1148 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=801022688 HOME/instance-4403160-1568980823.xml

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

MD5SUM BENCH= 4ad41382ea3c48fc1b345febd6f905ee
RANDOM SEED=801022688

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:         3006276 kB
MemAvailable:   31145620 kB
Buffers:          125908 kB
Cached:         27920508 kB
SwapCached:        22656 kB
Active:         14682308 kB
Inactive:       14072860 kB
Active(anon):     685428 kB
Inactive(anon):    72992 kB
Active(file):   13996880 kB
Inactive(file): 13999868 kB
Unevictable:      111380 kB
Mlocked:          111380 kB
SwapTotal:      67108860 kB
SwapFree:       66986236 kB
Dirty:             35776 kB
Writeback:             0 kB
AnonPages:        799404 kB
Mapped:            65688 kB
Shmem:             40700 kB
Slab:             600400 kB
SReclaimable:     571056 kB
SUnreclaim:        29344 kB
KernelStack:        3696 kB
PageTables:         7336 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1943976 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    618496 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= 9516 MiB
End job on node104 at 2019-09-20 12:50:55