Trace number 4293889

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.8 2018-06-13OPT4776 8.97631 4.14963

General information on the benchmark

NameQuadraticAssignment/
QuadraticAssignment-qap_c18.xml
MD5SUMae953de311e4ef2e73bebc6e6ca1406d
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark4776
Best CPU time to get the best result obtained on this benchmark0.377204
Satisfiable
(Un)Satisfiability was proved
Number of variables156
Number of constraints12
Number of domains2
Minimum domain size12
Maximum domain size51
Distribution of domain sizes[{"size":12,"count":12},{"size":51,"count":11}]
Minimum variable degree0
Maximum variable degree5
Distribution of variable degrees[{"degree":0,"count":133},{"degree":2,"count":16},{"degree":3,"count":5},{"degree":4,"count":1},{"degree":5,"count":1}]
Minimum constraint arity3
Maximum constraint arity12
Distribution of constraint arities[{"arity":3,"count":11},{"arity":12,"count":1}]
Number of extensional constraints11
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":11},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


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

Solver Data

0.99/0.74	c Concrete v3.8.1528841891564 running
6.55/3.47	o 6703
6.55/3.48	o 6323
6.55/3.49	o 6277
6.86/3.53	o 5798
6.86/3.55	o 5778
7.21/3.69	o 5238
7.88/3.85	o 4969
7.88/3.85	o 4776
8.85/4.13	v <instantiation cost="4776">
8.85/4.13	v       <list>
8.85/4.13	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] d[0][1] d[0][2] d[0][3] d[0][4] d[1][5] d[2][6] d[2][7] d[5][8] d[7][9] d[8][10] d[9][11]
8.85/4.13	v       </list>
8.85/4.13	v       <values>
8.85/4.13	v         6 4 11 1 0 2 8 10 9 5 7 3 5 37 30 9 10 33 18 61 0 12 12
8.85/4.13	v       </values>
8.85/4.13	v     </instantiation>
8.85/4.13	s OPTIMUM FOUND

Verifier Data

OK	4776

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4293889-1532384280/watcher-4293889-1532384280 -o /tmp/evaluation-result-4293889-1532384280/solver-4293889-1532384280 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1532371073-15153 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=177212415 HOME/instance-4293889-1532384280.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
Current StackSize limit: 8192 KiB

solver pid=17324, runsolver pid=17321

[startup+0.100988 s]*
/proc/loadavg: 1.39 1.47 1.46 2/206 17381
/proc/meminfo: memFree=23336340/32770624 swapFree=67108860/67108860
[pid=17324] ppid=17321 vsize=9972712 memory=18328 CPUtime=0.08 cores=1,3,5,7
/proc/17324/stat : 17324 (java) S 17321 17324 15121 0 -1 1077944320 4254 13126 0 0 1 0 5 2 20 0 6 0 55991144 10212057088 4582 33554432000 4194304 4196468 140722305956304 140722305938848 140140683611895 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 34144256 140722305960559 140722305963356 140722305963356 140722305966031 0
/proc/17324/statm: 2493178 4582 1930 1 0 2481616 0
[pid=17324/tid=17377] ppid=17321 vsize=9972712 memory=4279135704047190159 CPUtime=0.07 cores=1,3,5,7
/proc/17324/task/17377/stat : 17377 (java) R 17321 17324 15121 0 -1 4202560 2061 13126 0 0 0 0 5 2 20 0 6 0 55991153 10212057088 4582 33554432000 4194304 4196468 140722305956304 140140655448656 140140683635485 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34144256 140722305960559 140722305963356 140722305963356 140722305966031 0
[pid=17324/tid=17378] ppid=17321 vsize=9972712 memory=8257237230052613020 CPUtime=0.07 cores=1,3,5,7
/proc/17324/task/17378/stat : 17378 (java) S 17321 17324 15121 0 -1 1077944384 2 13126 0 0 0 0 5 2 20 0 6 0 55991153 10212057088 4582 33554432000 4194304 4196468 140722305956304 140140687854224 140140683622101 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34144256 140722305960559 140722305963356 140722305963356 140722305966031 0
[pid=17324/tid=17379] ppid=17321 vsize=9972712 memory=139971786794624 CPUtime=0.07 cores=1,3,5,7
/proc/17324/task/17379/stat : 17379 (java) S 17321 17324 15121 0 -1 1077944384 1 13126 0 0 0 0 5 2 20 0 6 0 55991153 10212057088 4648 33554432000 4194304 4196468 140722305956304 140140576127504 140140683622101 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34144256 140722305960559 140722305963356 140722305963356 140722305966031 0
[pid=17324/tid=17380] ppid=17321 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17324/task/17380/stat : 17380 (java) S 17321 17324 15121 0 -1 1077944384 2 13126 0 0 0 0 5 2 20 0 6 0 55991153 10212057088 4648 33554432000 4194304 4196468 140722305956304 140140575074704 140140683622101 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34144256 140722305960559 140722305963356 140722305963356 140722305966031 0
[pid=17324/tid=17381] ppid=17321 vsize=9972712 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/17324/task/17381/stat : 17381 (java) S 17321 17324 15121 0 -1 1077944384 1 13126 0 0 0 0 5 2 20 0 6 0 55991153 10212057088 4648 33554432000 4194304 4196468 140722305956304 140140574021904 140140683622101 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34144256 140722305960559 140722305963356 140722305963356 140722305966031 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18328 KiB

[startup+0.209945 s]*
/proc/loadavg: 1.39 1.47 1.46 3/215 17390
/proc/meminfo: memFree=23318996/32770624 swapFree=67108860/67108860
[pid=17324] ppid=17321 vsize=10818904 memory=42188 CPUtime=0.25 cores=1,3,5,7
/proc/17324/stat : 17324 (java) S 17321 17324 15121 0 -1 1077944320 7821 13126 0 0 16 2 5 2 20 0 15 0 55991144 11078557696 10547 33554432000 4194304 4196468 140722305956304 140722305938848 140140683611895 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 34144256 140722305960559 140722305963356 140722305963356 140722305966031 0
/proc/17324/statm: 2704726 10547 2948 1 0 2667149 0
[pid=17324/tid=17377] ppid=17321 vsize=10819896 memory=-6517102902069810590 CPUtime=0.18 cores=1,3,5,7
/proc/17324/task/17377/stat : 17377 (java) R 17321 17324 15121 0 -1 4202560 4463 13126 0 0 10 1 5 2 20 0 15 0 55991153 11079573504 10679 33554432000 4194304 4196468 140722305956304 140140655436704 140140676291613 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34144256 140722305960559 140722305963356 140722305963356 140722305966031 0
[pid=17324/tid=17378] ppid=17321 vsize=10819896 memory=-7025452035940392864 CPUtime=0.07 cores=1,3,5,7
/proc/17324/task/17378/stat : 17378 (java) S 17321 17324 15121 0 -1 1077944384 2 13126 0 0 0 0 5 2 20 0 15 0 55991153 11079573504 10679 33554432000 4194304 4196468 140722305956304 140140687854224 140140683622101 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34144256 140722305960559 140722305963356 140722305963356 140722305966031 0
[pid=17324/tid=17379] ppid=17321 vsize=10819896 memory=139971786794624 CPUtime=0.07 cores=1,3,5,7
/proc/17324/task/17379/stat : 17379 (java) S 17321 17324 15121 0 -1 1077944384 1 13126 0 0 0 0 5 2 20 0 15 0 55991153 11079573504 10679 33554432000 4194304 4196468 140722305956304 140140576127504 140140683622101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34144256 140722305960559 140722305963356 140722305963356 140722305966031 0
[pid=17324/tid=17380] ppid=17321 vsize=10819896 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17324/task/17380/stat : 17380 (java) S 17321 17324 15121 0 -1 1077944384 2 13126 0 0 0 0 5 2 20 0 15 0 55991153 11079573504 10745 33554432000 4194304 4196468 140722305956304 140140575074704 140140683622101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34144256 140722305960559 140722305963356 140722305963356 140722305966031 0
[pid=17324/tid=17381] ppid=17321 vsize=10819896 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/17324/task/17381/stat : 17381 (java) S 17321 17324 15121 0 -1 1077944384 1 13126 0 0 0 0 5 2 20 0 15 0 55991153 11079573504 10745 33554432000 4194304 4196468 140722305956304 140140574021904 140140683622101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34144256 140722305960559 140722305963356 140722305963356 140722305966031 0
[pid=17324/tid=17382] ppid=17321 vsize=10819896 memory=139971786794624 CPUtime=0.07 cores=1,3,5,7
/proc/17324/task/17382/stat : 17382 (java) S 17321 17324 15121 0 -1 1077944384 2 13126 0 0 0 0 5 2 20 0 15 0 55991155 11079573504 10745 33554432000 4194304 4196468 140722305956304 140140142877552 140140683623042 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34144256 140722305960559 140722305963356 140722305963356 140722305966031 0
[pid=17324/tid=17383] ppid=17321 vsize=10819896 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/17324/task/17383/stat : 17383 (java) S 17321 17324 15121 0 -1 1077944384 33 13126 0 0 0 0 5 2 20 0 15 0 55991155 11079573504 10745 33554432000 4194304 4196468 140722305956304 140140141823520 140140683622101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34144256 140722305960559 140722305963356 140722305963356 140722305966031 0
[pid=17324/tid=17384] ppid=17321 vsize=10819896 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17324/task/17384/stat : 17384 (java) S 17321 17324 15121 0 -1 1077944384 1 13126 0 0 0 0 5 2 20 0 15 0 55991156 11079573504 10811 33554432000 4194304 4196468 140722305956304 140139548370288 140140683622101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34144256 140722305960559 140722305963356 140722305963356 140722305966031 0
[pid=17324/tid=17385] ppid=17321 vsize=10819896 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17324/task/17385/stat : 17385 (java) S 17321 17324 15121 0 -1 1077944384 3 13126 0 0 0 0 5 2 20 0 15 0 55991158 11079573504 10811 33554432000 4194304 4196468 140722305956304 140139240970576 140140683630491 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34144256 140722305960559 140722305963356 140722305963356 140722305966031 0
[pid=17324/tid=17386] ppid=17321 vsize=10819896 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/17324/task/17386/stat : 17386 (java) S 17321 17324 15121 0 -1 1077944384 361 13126 0 0 1 0 5 2 20 0 15 0 55991158 11079573504 10811 33554432000 4194304 4196468 140722305956304 140140108265840 140140683623042 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34144256 140722305960559 140722305963356 140722305963356 140722305966031 0
[pid=17324/tid=17387] ppid=17321 vsize=10821524 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/17324/task/17387/stat : 17387 (java) S 17321 17324 15121 0 -1 1077944384 251 13126 0 0 0 0 5 2 20 0 15 0 55991158 11081240576 10811 33554432000 4194304 4196468 140722305956304 140140107213040 140140683623042 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34144256 140722305960559 140722305963356 140722305963356 140722305966031 0
[pid=17324/tid=17388] ppid=17321 vsize=10821524 memory=139971786794624 CPUtime=0.1 cores=1,3,5,7
/proc/17324/task/17388/stat : 17388 (java) S 17321 17324 15121 0 -1 1077944384 612 13126 0 0 3 0 5 2 20 0 15 0 55991158 11081240576 10811 33554432000 4194304 4196468 140722305956304 140140106160240 140140683623042 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34144256 140722305960559 140722305963356 140722305963356 140722305966031 0
[pid=17324/tid=17389] ppid=17321 vsize=10821524 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/17324/task/17389/stat : 17389 (java) S 17321 17324 15121 0 -1 1077944384 3 13126 0 0 0 0 5 2 20 0 15 0 55991158 11081240576 10877 33554432000 4194304 4196468 140722305956304 140139207411936 140140683622101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34144256 140722305960559 140722305963356 140722305963356 140722305966031 0
[pid=17324/tid=17390] ppid=17321 vsize=10821524 memory=139971786794624 CPUtime=0.07 cores=1,3,5,7
/proc/17324/task/17390/stat : 17390 (java) S 17321 17324 15121 0 -1 1077944384 1 13126 0 0 0 0 5 2 20 0 15 0 55991159 11081240576 10877 33554432000 4194304 4196468 140722305956304 140140105108656 140140683623042 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34144256 140722305960559 140722305963356 140722305963356 140722305966031 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10818904 KiB
Current children cumulated memory: 42188 KiB

[startup+0.310423 s]*
/proc/loadavg: 1.39 1.47 1.46 3/215 17390
/proc/meminfo: memFree=23307084/32770624 swapFree=67108860/67108860
[pid=17324] ppid=17321 vsize=10819352 memory=52892 CPUtime=0.38 cores=1,3,5,7
/proc/17324/stat : 17324 (java) S 17321 17324 15121 0 -1 1077944320 10318 13126 0 0 28 3 5 2 20 0 15 0 55991144 11079016448 13223 33554432000 4194304 4196468 140722305956304 140722305938848 140140683611895 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 34144256 140722305960559 140722305963356 140722305963356 140722305966031 0
/proc/17324/statm: 2704838 13223 3067 1 0 2667149 0
[pid=17324/tid=17377] ppid=17321 vsize=10819352 memory=6791534058613427641 CPUtime=0.28 cores=1,3,5,7
/proc/17324/task/17377/stat : 17377 (java) R 17321 17324 15121 0 -1 4202560 6854 13126 0 0 19 2 5 2 20 0 15 0 55991153 11079016448 13223 33554432000 4194304 4196468 140722305956304 140140655423904 140140683623830 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34144256 140722305960559 140722305963356 140722305963356 140722305966031 0
[pid=17324/tid=17378] ppid=17321 vsize=10819352 memory=7300986251812819024 CPUtime=0.07 cores=1,3,5,7
/proc/17324/task/17378/stat : 17378 (java) S 17321 17324 15121 0 -1 1077944384 2 13126 0 0 0 0 5 2 20 0 15 0 55991153 11079016448 13223 33554432000 4194304 4196468 140722305956304 140140687854224 140140683622101 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34144256 140722305960559 140722305963356 140722305963356 140722305966031 0
[pid=17324/tid=17379] ppid=17321 vsize=10819352 memory=2076 CPUtime=0.07 cores=1,3,5,7
/proc/17324/task/17379/stat : 17379 (java) S 17321 17324 15121 0 -1 1077944384 1 13126 0 0 0 0 5 2 20 0 15 0 55991153 11079016448 13223 33554432000 4194304 4196468 140722305956304 140140576127504 140140683622101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34144256 140722305960559 140722305963356 140722305963356 140722305966031 0
[pid=17324/tid=17380] ppid=17321 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17324/task/17380/stat : 17380 (java) S 17321 17324 15121 0 -1 1077944384 2 13126 0 0 0 0 5 2 20 0 15 0 55991153 11079016448 13223 33554432000 4194304 4196468 140722305956304 140140575074704 140140683622101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34144256 140722305960559 140722305963356 140722305963356 140722305966031 0
[pid=17324/tid=17381] ppid=17321 vsize=10819352 memory=4126316290023845779 CPUtime=0.07 cores=1,3,5,7
/proc/17324/task/17381/stat : 17381 (java) S 17321 17324 15121 0 -1 1077944384 1 13126 0 0 0 0 5 2 20 0 15 0 55991153 11079016448 13223 33554432000 4194304 4196468 140722305956304 140140574021904 140140683622101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34144256 140722305960559 140722305963356 140722305963356 140722305966031 0
[pid=17324/tid=17382] ppid=17321 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17324/task/17382/stat : 17382 (java) S 17321 17324 15121 0 -1 1077944384 2 13126 0 0 0 0 5 2 20 0 15 0 55991155 11079016448 13223 33554432000 4194304 4196468 140722305956304 140140142877552 140140683623042 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34144256 140722305960559 140722305963356 140722305963356 140722305966031 0
[pid=17324/tid=17383] ppid=17321 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17324/task/17383/stat : 17383 (java) S 17321 17324 15121 0 -1 1077944384 33 13126 0 0 0 0 5 2 20 0 15 0 55991155 11079016448 13223 33554432000 4194304 4196468 140722305956304 140140141823520 140140683622101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34144256 140722305960559 140722305963356 140722305963356 140722305966031 0
[pid=17324/tid=17384] ppid=17321 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17324/task/17384/stat : 17384 (java) S 17321 17324 15121 0 -1 1077944384 1 13126 0 0 0 0 5 2 20 0 15 0 55991156 11079016448 13223 33554432000 4194304 4196468 140722305956304 140139548370288 140140683622101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34144256 140722305960559 140722305963356 140722305963356 140722305966031 0
[pid=17324/tid=17385] ppid=17321 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17324/task/17385/stat : 17385 (java) S 17321 17324 15121 0 -1 1077944384 3 13126 0 0 0 0 5 2 20 0 15 0 55991158 11079016448 13223 33554432000 4194304 4196468 140722305956304 140139240970576 140140683630491 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34144256 140722305960559 140722305963356 140722305963356 140722305966031 0
[pid=17324/tid=17386] ppid=17321 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/17324/task/17386/stat : 17386 (java) S 17321 17324 15121 0 -1 1077944384 362 13126 0 0 1 0 5 2 20 0 15 0 55991158 11079016448 13223 33554432000 4194304 4196468 140722305956304 140140108265840 140140683623042 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34144256 140722305960559 140722305963356 140722305963356 140722305966031 0
[pid=17324/tid=17387] ppid=17321 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/17324/task/17387/stat : 17387 (java) S 17321 17324 15121 0 -1 1077944384 251 13126 0 0 1 0 5 2 20 0 15 0 55991158 11079016448 13223 33554432000 4194304 4196468 140722305956304 140140107213040 140140683623042 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34144256 140722305960559 140722305963356 140722305963356 140722305966031 0
[pid=17324/tid=17388] ppid=17321 vsize=10819352 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/17324/task/17388/stat : 17388 (java) R 17321 17324 15121 0 -1 4202560 618 13126 0 0 4 0 5 2 20 0 15 0 55991158 11079016448 13223 33554432000 4194304 4196468 140722305956304 140140106160240 140140683633242 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34144256 140722305960559 140722305963356 140722305963356 140722305966031 0
[pid=17324/tid=17389] ppid=17321 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17324/task/17389/stat : 17389 (java) S 17321 17324 15121 0 -1 1077944384 3 13126 0 0 0 0 5 2 20 0 15 0 55991158 11079016448 13223 33554432000 4194304 4196468 140722305956304 140139207411936 140140683622101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34144256 140722305960559 140722305963356 140722305963356 140722305966031 0
[pid=17324/tid=17390] ppid=17321 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17324/task/17390/stat : 17390 (java) S 17321 17324 15121 0 -1 1077944384 1 13126 0 0 0 0 5 2 20 0 15 0 55991159 11079016448 13223 33554432000 4194304 4196468 140722305956304 140140105108656 140140683623042 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34144256 140722305960559 140722305963356 140722305963356 140722305966031 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 52892 KiB

[startup+0.700771 s]
/proc/loadavg: 1.39 1.47 1.46 3/215 17390
/proc/meminfo: memFree=23296540/32770624 swapFree=67108860/67108860
[pid=17324] ppid=17321 vsize=10819352 memory=85248 CPUtime=0.99 cores=1,3,5,7
/proc/17324/stat : 17324 (java) S 17321 17324 15121 0 -1 1077944320 16430 13126 0 0 87 5 5 2 20 0 15 0 55991144 11079016448 21312 33554432000 4194304 4196468 140722305956304 140722305938848 140140683611895 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 34144256 140722305960559 140722305963356 140722305963356 140722305966031 0
/proc/17324/statm: 2704838 21312 3239 1 0 2667149 0
[pid=17324/tid=17377] ppid=17321 vsize=10819352 memory=0 CPUtime=0.65 cores=1,3,5,7
/proc/17324/task/17377/stat : 17377 (java) R 17321 17324 15121 0 -1 4202560 11851 13126 0 0 55 3 5 2 20 0 15 0 55991153 11079016448 21312 33554432000 4194304 4196468 140722305956304 140140655432720 140140666798704 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34144256 140722305960559 140722305963356 140722305963356 140722305966031 0
[pid=17324/tid=17378] ppid=17321 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17324/task/17378/stat : 17378 (java) S 17321 17324 15121 0 -1 1077944384 2 13126 0 0 0 0 5 2 20 0 15 0 55991153 11079016448 21312 33554432000 4194304 4196468 140722305956304 140140687854224 140140683622101 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34144256 140722305960559 140722305963356 140722305963356 140722305966031 0
[pid=17324/tid=17379] ppid=17321 vsize=10819352 memory=4136 CPUtime=0.07 cores=1,3,5,7
/proc/17324/task/17379/stat : 17379 (java) S 17321 17324 15121 0 -1 1077944384 1 13126 0 0 0 0 5 2 20 0 15 0 55991153 11079016448 21312 33554432000 4194304 4196468 140722305956304 140140576127504 140140683622101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34144256 140722305960559 140722305963356 140722305963356 140722305966031 0
[pid=17324/tid=17380] ppid=17321 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17324/task/17380/stat : 17380 (java) S 17321 17324 15121 0 -1 1077944384 2 13126 0 0 0 0 5 2 20 0 15 0 55991153 11079016448 21312 33554432000 4194304 4196468 140722305956304 140140575074704 140140683622101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34144256 140722305960559 140722305963356 140722305963356 140722305966031 0
[pid=17324/tid=17381] ppid=17321 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17324/task/17381/stat : 17381 (java) S 17321 17324 15121 0 -1 1077944384 1 13126 0 0 0 0 5 2 20 0 15 0 55991153 11079016448 21312 33554432000 4194304 4196468 140722305956304 140140574021904 140140683622101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34144256 140722305960559 140722305963356 140722305963356 140722305966031 0
[pid=17324/tid=17382] ppid=17321 vsize=10819352 memory=4420 CPUtime=0.07 cores=1,3,5,7
/proc/17324/task/17382/stat : 17382 (java) S 17321 17324 15121 0 -1 1077944384 5 13126 0 0 0 0 5 2 20 0 15 0 55991155 11079016448 21312 33554432000 4194304 4196468 140722305956304 140140142877552 140140683623042 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34144256 140722305960559 140722305963356 140722305963356 140722305966031 0
[pid=17324/tid=17383] ppid=17321 vsize=10819352 memory=6628 CPUtime=0.07 cores=1,3,5,7
/proc/17324/task/17383/stat : 17383 (java) S 17321 17324 15121 0 -1 1077944384 33 13126 0 0 0 0 5 2 20 0 15 0 55991155 11079016448 21312 33554432000 4194304 4196468 140722305956304 140140141823520 140140683622101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34144256 140722305960559 140722305963356 140722305963356 140722305966031 0
[pid=17324/tid=17384] ppid=17321 vsize=10819352 memory=8836 CPUtime=0.07 cores=1,3,5,7
/proc/17324/task/17384/stat : 17384 (java) S 17321 17324 15121 0 -1 1077944384 1 13126 0 0 0 0 5 2 20 0 15 0 55991156 11079016448 21312 33554432000 4194304 4196468 140722305956304 140139548370288 140140683622101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34144256 140722305960559 140722305963356 140722305963356 140722305966031 0
[pid=17324/tid=17385] ppid=17321 vsize=10819352 memory=11044 CPUtime=0.07 cores=1,3,5,7
/proc/17324/task/17385/stat : 17385 (java) S 17321 17324 15121 0 -1 1077944384 3 13126 0 0 0 0 5 2 20 0 15 0 55991158 11079016448 21312 33554432000 4194304 4196468 140722305956304 140139240970576 140140683630491 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34144256 140722305960559 140722305963356 140722305963356 140722305966031 0
[pid=17324/tid=17386] ppid=17321 vsize=10819352 memory=13252 CPUtime=0.17 cores=1,3,5,7
/proc/17324/task/17386/stat : 17386 (java) S 17321 17324 15121 0 -1 1077944384 982 13126 0 0 10 0 5 2 20 0 15 0 55991158 11079016448 21312 33554432000 4194304 4196468 140722305956304 140140108265840 140140683623042 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34144256 140722305960559 140722305963356 140722305963356 140722305966031 0
[pid=17324/tid=17387] ppid=17321 vsize=10819352 memory=15460 CPUtime=0.13 cores=1,3,5,7
/proc/17324/task/17387/stat : 17387 (java) S 17321 17324 15121 0 -1 1077944384 681 13126 0 0 6 0 5 2 20 0 15 0 55991158 11079016448 21312 33554432000 4194304 4196468 140722305956304 140140107213040 140140683623042 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34144256 140722305960559 140722305963356 140722305963356 140722305966031 0
[pid=17324/tid=17388] ppid=17321 vsize=10819352 memory=17668 CPUtime=0.2 cores=1,3,5,7
/proc/17324/task/17388/stat : 17388 (java) S 17321 17324 15121 0 -1 1077944384 672 13126 0 0 13 0 5 2 20 0 15 0 55991158 11079016448 21312 33554432000 4194304 4196468 140722305956304 140140106160240 140140683623042 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34144256 140722305960559 140722305963356 140722305963356 140722305966031 0
[pid=17324/tid=17389] ppid=17321 vsize=10819352 memory=19876 CPUtime=0.07 cores=1,3,5,7
/proc/17324/task/17389/stat : 17389 (java) S 17321 17324 15121 0 -1 1077944384 3 13126 0 0 0 0 5 2 20 0 15 0 55991158 11079016448 21312 33554432000 4194304 4196468 140722305956304 140139207411936 140140683622101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34144256 140722305960559 140722305963356 140722305963356 140722305966031 0
[pid=17324/tid=17390] ppid=17321 vsize=10819352 memory=22084 CPUtime=0.07 cores=1,3,5,7
/proc/17324/task/17390/stat : 17390 (java) S 17321 17324 15121 0 -1 1077944384 1 13126 0 0 0 0 5 2 20 0 15 0 55991159 11079016448 21312 33554432000 4194304 4196468 140722305956304 140140105108656 140140683623042 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34144256 140722305960559 140722305963356 140722305963356 140722305966031 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 85248 KiB

[startup+1.50078 s]
/proc/loadavg: 1.43 1.47 1.46 3/215 17390
/proc/meminfo: memFree=23251448/32770624 swapFree=67108860/67108860
[pid=17324] ppid=17321 vsize=10834252 memory=176276 CPUtime=2.25 cores=1,3,5,7
/proc/17324/stat : 17324 (java) S 17321 17324 15121 0 -1 1077944320 23599 13126 0 0 207 11 5 2 20 0 15 0 55991144 11094274048 44069 33554432000 4194304 4196468 140722305956304 140722305938848 140140683611895 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 34144256 140722305960559 140722305963356 140722305963356 140722305966031 0
/proc/17324/statm: 2708563 44069 3474 1 0 2670221 0
[pid=17324/tid=17377] ppid=17321 vsize=10834252 memory=0 CPUtime=1.42 cores=1,3,5,7
/proc/17324/task/17377/stat : 17377 (java) R 17321 17324 15121 0 -1 4202560 17443 13126 0 0 129 6 5 2 20 0 15 0 55991153 11094274048 44069 33554432000 4194304 4196468 140722305956304 140140655443904 140140667692382 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34144256 140722305960559 140722305963356 140722305963356 140722305966031 0
[pid=17324/tid=17378] ppid=17321 vsize=10834252 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/17324/task/17378/stat : 17378 (java) S 17321 17324 15121 0 -1 1077944384 19 13126 0 0 1 0 5 2 20 0 15 0 55991153 11094274048 44069 33554432000 4194304 4196468 140722305956304 140140687854224 140140683622101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34144256 140722305960559 140722305963356 140722305963356 140722305966031 0
[pid=17324/tid=17379] ppid=17321 vsize=10834252 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/17324/task/17379/stat : 17379 (java) S 17321 17324 15121 0 -1 1077944384 22 13126 0 0 1 0 5 2 20 0 15 0 55991153 11094274048 44069 33554432000 4194304 4196468 140722305956304 140140576127504 140140683622101 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34144256 140722305960559 140722305963356 140722305963356 140722305966031 0
[pid=17324/tid=17380] ppid=17321 vsize=10834252 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17324/task/17380/stat : 17380 (java) S 17321 17324 15121 0 -1 1077944384 258 13126 0 0 0 0 5 2 20 0 15 0 55991153 11094274048 44069 33554432000 4194304 4196468 140722305956304 140140575074704 140140683622101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34144256 140722305960559 140722305963356 140722305963356 140722305966031 0
[pid=17324/tid=17381] ppid=17321 vsize=10834252 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/17324/task/17381/stat : 17381 (java) S 17321 17324 15121 0 -1 1077944384 76 13126 0 0 1 0 5 2 20 0 15 0 55991153 11094274048 44069 33554432000 4194304 4196468 140722305956304 140140574021904 140140683622101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34144256 140722305960559 140722305963356 140722305963356 140722305966031 0
[pid=17324/tid=17382] ppid=17321 vsize=10834252 memory=1399103955520229747 CPUtime=0.08 cores=1,3,5,7
/proc/17324/task/17382/stat : 17382 (java) S 17321 17324 15121 0 -1 1077944384 57 13126 0 0 1 0 5 2 20 0 15 0 55991155 11094274048 44069 33554432000 4194304 4196468 140722305956304 140140142877552 140140683623042 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34144256 140722305960559 140722305963356 140722305963356 140722305966031 0
[pid=17324/tid=17383] ppid=17321 vsize=10834252 memory=279943284074752 CPUtime=0.07 cores=1,3,5,7
/proc/17324/task/17383/stat : 17383 (java) S 17321 17324 15121 0 -1 1077944384 33 13126 0 0 0 0 5 2 20 0 15 0 55991155 11094274048 44069 33554432000 4194304 4196468 140722305956304 140140141823584 140140683622101 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34144256 140722305960559 140722305963356 140722305963356 140722305966031 0
[pid=17324/tid=17384] ppid=17321 vsize=10834252 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17324/task/17384/stat : 17384 (java) S 17321 17324 15121 0 -1 1077944384 2 13126 0 0 0 0 5 2 20 0 15 0 55991156 11094274048 44069 33554432000 4194304 4196468 140722305956304 140139548370304 140140683622101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34144256 140722305960559 140722305963356 140722305963356 140722305966031 0
[pid=17324/tid=17385] ppid=17321 vsize=10834252 memory=1228 CPUtime=0.07 cores=1,3,5,7
/proc/17324/task/17385/stat : 17385 (java) S 17321 17324 15121 0 -1 1077944384 3 13126 0 0 0 0 5 2 20 0 15 0 55991158 11094274048 44069 33554432000 4194304 4196468 140722305956304 140139240970576 140140683630491 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34144256 140722305960559 140722305963356 140722305963356 140722305966031 0
[pid=17324/tid=17386] ppid=17321 vsize=10834252 memory=1704 CPUtime=0.28 cores=1,3,5,7
/proc/17324/task/17386/stat : 17386 (java) S 17321 17324 15121 0 -1 1077944384 1143 13126 0 0 21 0 5 2 20 0 15 0 55991158 11094274048 44069 33554432000 4194304 4196468 140722305956304 140140108265840 140140683623042 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34144256 140722305960559 140722305963356 140722305963356 140722305966031 0
[pid=17324/tid=17387] ppid=17321 vsize=10834252 memory=9924 CPUtime=0.26 cores=1,3,5,7
/proc/17324/task/17387/stat : 17387 (java) S 17321 17324 15121 0 -1 1077944384 1201 13126 0 0 19 0 5 2 20 0 15 0 55991158 11094274048 44069 33554432000 4194304 4196468 140722305956304 140140107213040 140140683623042 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34144256 140722305960559 140722305963356 140722305963356 140722305966031 0
[pid=17324/tid=17388] ppid=17321 vsize=10834252 memory=5788 CPUtime=0.36 cores=1,3,5,7
/proc/17324/task/17388/stat : 17388 (java) S 17321 17324 15121 0 -1 1077944384 1146 13126 0 0 29 0 5 2 20 0 15 0 55991158 11094274048 44069 33554432000 4194304 4196468 140722305956304 140140106160240 140140683623042 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34144256 140722305960559 140722305963356 140722305963356 140722305966031 0
[pid=17324/tid=17389] ppid=17321 vsize=10834252 memory=1936 CPUtime=0.07 cores=1,3,5,7
/proc/17324/task/17389/stat : 17389 (java) S 17321 17324 15121 0 -1 1077944384 3 13126 0 0 0 0 5 2 20 0 15 0 55991158 11094274048 44069 33554432000 4194304 4196468 140722305956304 140139207411936 140140683622101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34144256 140722305960559 140722305963356 140722305963356 140722305966031 0
[pid=17324/tid=17390] ppid=17321 vsize=10834252 memory=1196 CPUtime=0.07 cores=1,3,5,7
/proc/17324/task/17390/stat : 17390 (java) S 17321 17324 15121 0 -1 1077944384 1 13126 0 0 0 0 5 2 20 0 15 0 55991159 11094274048 44069 33554432000 4194304 4196468 140722305956304 140140105108656 140140683623042 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34144256 140722305960559 140722305963356 140722305963356 140722305966031 0
Current children cumulated CPU time: 2.25 s
Current children cumulated vsize: 10834252 KiB

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

[startup+4.14957 s]
# the end of solver process 17324 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=8.71406 s, system=0.262249 s

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

[startup+3.2009 s]
/proc/loadavg: 1.43 1.47 1.46 3/215 17390
/proc/meminfo: memFree=23105732/32770624 swapFree=67108860/67108860
[pid=17324] ppid=17321 vsize=10848608 memory=265660 CPUtime=5.98 cores=1,3,5,7
/proc/17324/stat : 17324 (java) S 17321 17324 15121 0 -1 1077944320 46781 13126 0 0 573 18 5 2 20 0 15 0 55991144 11108974592 66415 33554432000 4194304 4196468 140722305956304 140722305938848 140140683611895 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 34144256 140722305960559 140722305963356 140722305963356 140722305966031 0
/proc/17324/statm: 2712152 66415 3498 1 0 2673805 0
[pid=17324/tid=17377] ppid=17321 vsize=10848608 memory=0 CPUtime=3.07 cores=1,3,5,7
/proc/17324/task/17377/stat : 17377 (java) R 17321 17324 15121 0 -1 4202560 31059 13126 0 0 291 9 5 2 20 0 15 0 55991153 11108974592 66415 33554432000 4194304 4196468 140722305956304 140140655427256 140140663887723 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34144256 140722305960559 140722305963356 140722305963356 140722305966031 0
[pid=17324/tid=17378] ppid=17321 vsize=10848608 memory=6656426216303648864 CPUtime=0.09 cores=1,3,5,7
/proc/17324/task/17378/stat : 17378 (java) S 17321 17324 15121 0 -1 1077944384 29 13126 0 0 2 0 5 2 20 0 15 0 55991153 11108974592 66415 33554432000 4194304 4196468 140722305956304 140140687854224 140140683622101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34144256 140722305960559 140722305963356 140722305963356 140722305966031 0
[pid=17324/tid=17379] ppid=17321 vsize=10848608 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/17324/task/17379/stat : 17379 (java) S 17321 17324 15121 0 -1 1077944384 53 13126 0 0 3 0 5 2 20 0 15 0 55991153 11108974592 66415 33554432000 4194304 4196468 140722305956304 140140576127504 140140683622101 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34144256 140722305960559 140722305963356 140722305963356 140722305966031 0
[pid=17324/tid=17380] ppid=17321 vsize=10848608 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/17324/task/17380/stat : 17380 (java) S 17321 17324 15121 0 -1 1077944384 284 13126 0 0 2 0 5 2 20 0 15 0 55991153 11108974592 66415 33554432000 4194304 4196468 140722305956304 140140575074704 140140683622101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34144256 140722305960559 140722305963356 140722305963356 140722305966031 0
[pid=17324/tid=17381] ppid=17321 vsize=10848608 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/17324/task/17381/stat : 17381 (java) S 17321 17324 15121 0 -1 1077944384 84 13126 0 0 2 0 5 2 20 0 15 0 55991153 11108974592 66415 33554432000 4194304 4196468 140722305956304 140140574021904 140140683622101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34144256 140722305960559 140722305963356 140722305963356 140722305966031 0
[pid=17324/tid=17382] ppid=17321 vsize=10848608 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/17324/task/17382/stat : 17382 (java) S 17321 17324 15121 0 -1 1077944384 1167 13126 0 0 3 0 5 2 20 0 15 0 55991155 11108974592 66415 33554432000 4194304 4196468 140722305956304 140140142877552 140140683623042 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34144256 140722305960559 140722305963356 140722305963356 140722305966031 0
[pid=17324/tid=17383] ppid=17321 vsize=10848608 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17324/task/17383/stat : 17383 (java) S 17321 17324 15121 0 -1 1077944384 33 13126 0 0 0 0 5 2 20 0 15 0 55991155 11108974592 66415 33554432000 4194304 4196468 140722305956304 140140141823584 140140683622101 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34144256 140722305960559 140722305963356 140722305963356 140722305966031 0
[pid=17324/tid=17384] ppid=17321 vsize=10848608 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17324/task/17384/stat : 17384 (java) S 17321 17324 15121 0 -1 1077944384 2 13126 0 0 0 0 5 2 20 0 15 0 55991156 11108974592 66415 33554432000 4194304 4196468 140722305956304 140139548370304 140140683622101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34144256 140722305960559 140722305963356 140722305963356 140722305966031 0
[pid=17324/tid=17385] ppid=17321 vsize=10848608 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17324/task/17385/stat : 17385 (java) S 17321 17324 15121 0 -1 1077944384 3 13126 0 0 0 0 5 2 20 0 15 0 55991158 11108974592 66415 33554432000 4194304 4196468 140722305956304 140139240970576 140140683630491 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34144256 140722305960559 140722305963356 140722305963356 140722305966031 0
[pid=17324/tid=17386] ppid=17321 vsize=10848608 memory=0 CPUtime=0.78 cores=1,3,5,7
/proc/17324/task/17386/stat : 17386 (java) R 17321 17324 15121 0 -1 4202560 4786 13126 0 0 70 1 5 2 20 0 15 0 55991158 11108974592 66415 33554432000 4194304 4196468 140722305956304 140140108246856 140140675901277 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34144256 140722305960559 140722305963356 140722305963356 140722305966031 0
[pid=17324/tid=17387] ppid=17321 vsize=10848608 memory=1424 CPUtime=1.06 cores=1,3,5,7
/proc/17324/task/17387/stat : 17387 (java) S 17321 17324 15121 0 -1 1077944384 3683 13126 0 0 98 1 5 2 20 0 15 0 55991158 11108974592 66415 33554432000 4194304 4196468 140722305956304 140140107213040 140140683623042 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34144256 140722305960559 140722305963356 140722305963356 140722305966031 0
[pid=17324/tid=17388] ppid=17321 vsize=10848608 memory=15868 CPUtime=1.05 cores=1,3,5,7
/proc/17324/task/17388/stat : 17388 (java) S 17321 17324 15121 0 -1 1077944384 3436 13126 0 0 97 1 5 2 20 0 15 0 55991158 11108974592 66415 33554432000 4194304 4196468 140722305956304 140140106160240 140140683623042 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34144256 140722305960559 140722305963356 140722305963356 140722305966031 0
[pid=17324/tid=17389] ppid=17321 vsize=10848608 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17324/task/17389/stat : 17389 (java) S 17321 17324 15121 0 -1 1077944384 3 13126 0 0 0 0 5 2 20 0 15 0 55991158 11108974592 66415 33554432000 4194304 4196468 140722305956304 140139207411936 140140683622101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34144256 140722305960559 140722305963356 140722305963356 140722305966031 0
[pid=17324/tid=17390] ppid=17321 vsize=10848608 memory=6788 CPUtime=0.07 cores=1,3,5,7
/proc/17324/task/17390/stat : 17390 (java) S 17321 17324 15121 0 -1 1077944384 1 13126 0 0 0 0 5 2 20 0 15 0 55991159 11108974592 66415 33554432000 4194304 4196468 140722305956304 140140105108656 140140683623042 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34144256 140722305960559 140722305963356 140722305963356 140722305966031 0
Current children cumulated CPU time: 5.98 s
Current children cumulated vsize: 10848608 KiB
Current children cumulated memory: 265660 KiB

[startup+3.6011 s]
/proc/loadavg: 1.43 1.47 1.46 3/215 17390
/proc/meminfo: memFree=23105732/32770624 swapFree=67108860/67108860
[pid=17324] ppid=17321 vsize=10916848 memory=296704 CPUtime=7.21 cores=1,3,5,7
/proc/17324/stat : 17324 (java) S 17321 17324 15121 0 -1 1077944320 69618 13126 0 0 694 20 5 2 20 0 15 0 55991144 11178852352 74176 33554432000 4194304 4196468 140722305956304 140722305938848 140140683611895 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 34144256 140722305960559 140722305963356 140722305963356 140722305966031 0
/proc/17324/statm: 2729212 74176 3499 1 0 2690865 0
[pid=17324/tid=17377] ppid=17321 vsize=10916848 memory=0 CPUtime=3.47 cores=1,3,5,7
/proc/17324/task/17377/stat : 17377 (java) R 17321 17324 15121 0 -1 4202560 47295 13126 0 0 329 11 5 2 20 0 15 0 55991153 11178852352 74176 33554432000 4194304 4196468 140722305956304 140140655442624 140140245995611 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34144256 140722305960559 140722305963356 140722305963356 140722305966031 0
[pid=17324/tid=17378] ppid=17321 vsize=10916848 memory=279943284866720 CPUtime=0.09 cores=1,3,5,7
/proc/17324/task/17378/stat : 17378 (java) S 17321 17324 15121 0 -1 1077944384 29 13126 0 0 2 0 5 2 20 0 15 0 55991153 11178852352 74176 33554432000 4194304 4196468 140722305956304 140140687854224 140140683622101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34144256 140722305960559 140722305963356 140722305963356 140722305966031 0
[pid=17324/tid=17379] ppid=17321 vsize=10916848 memory=139971642435632 CPUtime=0.1 cores=1,3,5,7
/proc/17324/task/17379/stat : 17379 (java) S 17321 17324 15121 0 -1 1077944384 53 13126 0 0 3 0 5 2 20 0 15 0 55991153 11178852352 74176 33554432000 4194304 4196468 140722305956304 140140576127504 140140683622101 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34144256 140722305960559 140722305963356 140722305963356 140722305966031 0
[pid=17324/tid=17380] ppid=17321 vsize=10916848 memory=6791534058613427641 CPUtime=0.09 cores=1,3,5,7
/proc/17324/task/17380/stat : 17380 (java) S 17321 17324 15121 0 -1 1077944384 284 13126 0 0 2 0 5 2 20 0 15 0 55991153 11178852352 74176 33554432000 4194304 4196468 140722305956304 140140575074704 140140683622101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34144256 140722305960559 140722305963356 140722305963356 140722305966031 0
[pid=17324/tid=17381] ppid=17321 vsize=10916848 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/17324/task/17381/stat : 17381 (java) S 17321 17324 15121 0 -1 1077944384 84 13126 0 0 2 0 5 2 20 0 15 0 55991153 11178852352 74176 33554432000 4194304 4196468 140722305956304 140140574021904 140140683622101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34144256 140722305960559 140722305963356 140722305963356 140722305966031 0
[pid=17324/tid=17382] ppid=17321 vsize=10916848 memory=-1088251628401078322 CPUtime=0.1 cores=1,3,5,7
/proc/17324/task/17382/stat : 17382 (java) S 17321 17324 15121 0 -1 1077944384 1744 13126 0 0 3 0 5 2 20 0 15 0 55991155 11178852352 74176 33554432000 4194304 4196468 140722305956304 140140142877552 140140683623042 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34144256 140722305960559 140722305963356 140722305963356 140722305966031 0
[pid=17324/tid=17383] ppid=17321 vsize=10916848 memory=6655300316396806240 CPUtime=0.07 cores=1,3,5,7
/proc/17324/task/17383/stat : 17383 (java) S 17321 17324 15121 0 -1 1077944384 33 13126 0 0 0 0 5 2 20 0 15 0 55991155 11178852352 74176 33554432000 4194304 4196468 140722305956304 140140141823584 140140683622101 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34144256 140722305960559 140722305963356 140722305963356 140722305966031 0
[pid=17324/tid=17384] ppid=17321 vsize=10916848 memory=6944656592387989600 CPUtime=0.07 cores=1,3,5,7
/proc/17324/task/17384/stat : 17384 (java) S 17321 17324 15121 0 -1 1077944384 2 13126 0 0 0 0 5 2 20 0 15 0 55991156 11178852352 74176 33554432000 4194304 4196468 140722305956304 140139548370304 140140683622101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34144256 140722305960559 140722305963356 140722305963356 140722305966031 0
[pid=17324/tid=17385] ppid=17321 vsize=10916848 memory=6944656592455360604 CPUtime=0.07 cores=1,3,5,7
/proc/17324/task/17385/stat : 17385 (java) S 17321 17324 15121 0 -1 1077944384 3 13126 0 0 0 0 5 2 20 0 15 0 55991158 11178852352 74176 33554432000 4194304 4196468 140722305956304 140139240970576 140140683630491 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34144256 140722305960559 140722305963356 140722305963356 140722305966031 0
[pid=17324/tid=17386] ppid=17321 vsize=10916848 memory=-7022074515825631275 CPUtime=1.18 cores=1,3,5,7
/proc/17324/task/17386/stat : 17386 (java) R 17321 17324 15121 0 -1 4202560 9657 13126 0 0 109 2 5 2 20 0 15 0 55991158 11178852352 74176 33554432000 4194304 4196468 140722305956304 140140108251864 140140666996688 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34144256 140722305960559 140722305963356 140722305963356 140722305966031 0
[pid=17324/tid=17387] ppid=17321 vsize=10916848 memory=-6876588461455810464 CPUtime=1.31 cores=1,3,5,7
/proc/17324/task/17387/stat : 17387 (java) R 17321 17324 15121 0 -1 4202560 3919 13126 0 0 123 1 5 2 20 0 15 0 55991158 11178852352 74176 33554432000 4194304 4196468 140722305956304 140140107199504 140140662024684 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 34144256 140722305960559 140722305963356 140722305963356 140722305966031 0
[pid=17324/tid=17388] ppid=17321 vsize=10916848 memory=-7522837415730323359 CPUtime=1.24 cores=1,3,5,7
/proc/17324/task/17388/stat : 17388 (java) R 17321 17324 15121 0 -1 4202560 4309 13126 0 0 115 2 5 2 20 0 15 0 55991158 11178852352 74176 33554432000 4194304 4196468 140722305956304 140140106160240 140140683633242 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34144256 140722305960559 140722305963356 140722305963356 140722305966031 0
[pid=17324/tid=17389] ppid=17321 vsize=10916848 memory=-8918985357576057910 CPUtime=0.07 cores=1,3,5,7
/proc/17324/task/17389/stat : 17389 (java) S 17321 17324 15121 0 -1 1077944384 3 13126 0 0 0 0 5 2 20 0 15 0 55991158 11178852352 74176 33554432000 4194304 4196468 140722305956304 140139207411936 140140683622101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34144256 140722305960559 140722305963356 140722305963356 140722305966031 0
[pid=17324/tid=17390] ppid=17321 vsize=10916848 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17324/task/17390/stat : 17390 (java) S 17321 17324 15121 0 -1 1077944384 11 13126 0 0 0 0 5 2 20 0 15 0 55991159 11178852352 74176 33554432000 4194304 4196468 140722305956304 140140105108656 140140683623042 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34144256 140722305960559 140722305963356 140722305963356 140722305966031 0
Current children cumulated CPU time: 7.21 s
Current children cumulated vsize: 10916848 KiB
Current children cumulated memory: 296704 KiB

[startup+4.00606 s]*
/proc/loadavg: 1.43 1.47 1.46 5/215 17390
/proc/meminfo: memFree=23058132/32770624 swapFree=67108860/67108860
[pid=17324] ppid=17321 vsize=10916192 memory=303576 CPUtime=8.56 cores=1,3,5,7
/proc/17324/stat : 17324 (java) S 17321 17324 15121 0 -1 1077944320 71054 13126 0 0 828 21 5 2 20 0 15 0 55991144 11178180608 75894 33554432000 4194304 4196468 140722305956304 140722305938848 140140683611895 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 34144256 140722305960559 140722305963356 140722305963356 140722305966031 0
/proc/17324/statm: 2729048 75894 3500 1 0 2690701 0
[pid=17324/tid=17377] ppid=17321 vsize=10916192 memory=-6517102902069810590 CPUtime=3.88 cores=1,3,5,7
/proc/17324/task/17377/stat : 17377 (java) R 17321 17324 15121 0 -1 4202560 47347 13126 0 0 370 11 5 2 20 0 15 0 55991153 11178180608 75894 33554432000 4194304 4196468 140722305956304 140140655446832 140140244949652 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34144256 140722305960559 140722305963356 140722305963356 140722305966031 0
[pid=17324/tid=17378] ppid=17321 vsize=10916192 memory=3691042058319900680 CPUtime=0.09 cores=1,3,5,7
/proc/17324/task/17378/stat : 17378 (java) S 17321 17324 15121 0 -1 1077944384 29 13126 0 0 2 0 5 2 20 0 15 0 55991153 11178180608 75894 33554432000 4194304 4196468 140722305956304 140140687854224 140140683622101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34144256 140722305960559 140722305963356 140722305963356 140722305966031 0
[pid=17324/tid=17379] ppid=17321 vsize=10916192 memory=4049192933307947168 CPUtime=0.1 cores=1,3,5,7
/proc/17324/task/17379/stat : 17379 (java) S 17321 17324 15121 0 -1 1077944384 53 13126 0 0 3 0 5 2 20 0 15 0 55991153 11178180608 75894 33554432000 4194304 4196468 140722305956304 140140576127504 140140683622101 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34144256 140722305960559 140722305963356 140722305963356 140722305966031 0
[pid=17324/tid=17380] ppid=17321 vsize=10916192 memory=8470556256330945681 CPUtime=0.09 cores=1,3,5,7
/proc/17324/task/17380/stat : 17380 (java) S 17321 17324 15121 0 -1 1077944384 284 13126 0 0 2 0 5 2 20 0 15 0 55991153 11178180608 75894 33554432000 4194304 4196468 140722305956304 140140575074704 140140683622101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34144256 140722305960559 140722305963356 140722305963356 140722305966031 0
[pid=17324/tid=17381] ppid=17321 vsize=10916192 memory=74406013436904 CPUtime=0.09 cores=1,3,5,7
/proc/17324/task/17381/stat : 17381 (java) S 17321 17324 15121 0 -1 1077944384 84 13126 0 0 2 0 5 2 20 0 15 0 55991153 11178180608 75894 33554432000 4194304 4196468 140722305956304 140140574021904 140140683622101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34144256 140722305960559 140722305963356 140722305963356 140722305966031 0
[pid=17324/tid=17382] ppid=17321 vsize=10916192 memory=3540060676498316513 CPUtime=0.1 cores=1,3,5,7
/proc/17324/task/17382/stat : 17382 (java) S 17321 17324 15121 0 -1 1077944384 1744 13126 0 0 3 0 5 2 20 0 15 0 55991155 11178180608 75894 33554432000 4194304 4196468 140722305956304 140140142877552 140140683623042 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34144256 140722305960559 140722305963356 140722305963356 140722305966031 0
[pid=17324/tid=17383] ppid=17321 vsize=10916192 memory=4050197527372838196 CPUtime=0.07 cores=1,3,5,7
/proc/17324/task/17383/stat : 17383 (java) S 17321 17324 15121 0 -1 1077944384 33 13126 0 0 0 0 5 2 20 0 15 0 55991155 11178180608 75894 33554432000 4194304 4196468 140722305956304 140140141823584 140140683622101 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34144256 140722305960559 140722305963356 140722305963356 140722305966031 0
[pid=17324/tid=17384] ppid=17321 vsize=10916192 memory=7234017275318392934 CPUtime=0.07 cores=1,3,5,7
/proc/17324/task/17384/stat : 17384 (java) S 17321 17324 15121 0 -1 1077944384 2 13126 0 0 0 0 5 2 20 0 15 0 55991156 11178180608 75894 33554432000 4194304 4196468 140722305956304 140139548370304 140140683622101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34144256 140722305960559 140722305963356 140722305963356 140722305966031 0
[pid=17324/tid=17385] ppid=17321 vsize=10916192 memory=1 CPUtime=0.07 cores=1,3,5,7
/proc/17324/task/17385/stat : 17385 (java) S 17321 17324 15121 0 -1 1077944384 3 13126 0 0 0 0 5 2 20 0 15 0 55991158 11178180608 75894 33554432000 4194304 4196468 140722305956304 140139240970576 140140683630491 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34144256 140722305960559 140722305963356 140722305963356 140722305966031 0
[pid=17324/tid=17386] ppid=17321 vsize=10916192 memory=0 CPUtime=1.6 cores=1,3,5,7
/proc/17324/task/17386/stat : 17386 (java) R 17321 17324 15121 0 -1 4202560 10657 13126 0 0 151 2 5 2 20 0 15 0 55991158 11178180608 75894 33554432000 4194304 4196468 140722305956304 140140108253520 140140668005119 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34144256 140722305960559 140722305963356 140722305963356 140722305966031 0
[pid=17324/tid=17387] ppid=17321 vsize=10916192 memory=0 CPUtime=1.72 cores=1,3,5,7
/proc/17324/task/17387/stat : 17387 (java) R 17321 17324 15121 0 -1 4202560 4108 13126 0 0 164 1 5 2 20 0 15 0 55991158 11178180608 75894 33554432000 4194304 4196468 140722305956304 140140107199720 140140661359336 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34144256 140722305960559 140722305963356 140722305963356 140722305966031 0
[pid=17324/tid=17388] ppid=17321 vsize=10916192 memory=9 CPUtime=1.34 cores=1,3,5,7
/proc/17324/task/17388/stat : 17388 (java) R 17321 17324 15121 0 -1 1077944384 4504 13126 0 0 125 2 5 2 20 0 15 0 55991158 11178180608 75894 33554432000 4194304 4196468 140722305956304 140140106160240 140140683623042 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34144256 140722305960559 140722305963356 140722305963356 140722305966031 0
[pid=17324/tid=17389] ppid=17321 vsize=10916192 memory=40 CPUtime=0.07 cores=1,3,5,7
/proc/17324/task/17389/stat : 17389 (java) S 17321 17324 15121 0 -1 1077944384 3 13126 0 0 0 0 5 2 20 0 15 0 55991158 11178180608 75894 33554432000 4194304 4196468 140722305956304 140139207411936 140140683622101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34144256 140722305960559 140722305963356 140722305963356 140722305966031 0
[pid=17324/tid=17390] ppid=17321 vsize=10916192 memory=52 CPUtime=0.07 cores=1,3,5,7
/proc/17324/task/17390/stat : 17390 (java) S 17321 17324 15121 0 -1 1077944384 11 13126 0 0 0 0 5 2 20 0 15 0 55991159 11178180608 75894 33554432000 4194304 4196468 140722305956304 140140105108656 140140683623042 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34144256 140722305960559 140722305963356 140722305963356 140722305966031 0
Current children cumulated CPU time: 8.56 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 303576 KiB

[startup+4.1105 s]
/proc/loadavg: 1.43 1.47 1.46 5/215 17390
/proc/meminfo: memFree=23058132/32770624 swapFree=67108860/67108860
[pid=17324] ppid=17321 vsize=10916192 memory=320152 CPUtime=8.85 cores=1,3,5,7
/proc/17324/stat : 17324 (java) S 17321 17324 15121 0 -1 1077944320 71122 13126 0 0 857 21 5 2 20 0 15 0 55991144 11178180608 80038 33554432000 4194304 4196468 140722305956304 140722305938848 140140683611895 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 34144256 140722305960559 140722305963356 140722305963356 140722305966031 0
/proc/17324/statm: 2729048 80038 3501 1 0 2690701 0
[pid=17324/tid=17377] ppid=17321 vsize=10916192 memory=279943284003328 CPUtime=3.98 cores=1,3,5,7
/proc/17324/task/17377/stat : 17377 (java) R 17321 17324 15121 0 -1 4202560 47363 13126 0 0 380 11 5 2 20 0 15 0 55991153 11178180608 80038 33554432000 4194304 4196468 140722305956304 140140655446832 140140248486702 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34144256 140722305960559 140722305963356 140722305963356 140722305966031 0
[pid=17324/tid=17378] ppid=17321 vsize=10916192 memory=13869 CPUtime=0.09 cores=1,3,5,7
/proc/17324/task/17378/stat : 17378 (java) S 17321 17324 15121 0 -1 1077944384 29 13126 0 0 2 0 5 2 20 0 15 0 55991153 11178180608 80038 33554432000 4194304 4196468 140722305956304 140140687854224 140140683622101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34144256 140722305960559 140722305963356 140722305963356 140722305966031 0
[pid=17324/tid=17379] ppid=17321 vsize=10916192 memory=279943284340448 CPUtime=0.1 cores=1,3,5,7
/proc/17324/task/17379/stat : 17379 (java) S 17321 17324 15121 0 -1 1077944384 53 13126 0 0 3 0 5 2 20 0 15 0 55991153 11178180608 80038 33554432000 4194304 4196468 140722305956304 140140576127504 140140683622101 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34144256 140722305960559 140722305963356 140722305963356 140722305966031 0
[pid=17324/tid=17380] ppid=17321 vsize=10916192 memory=7372508482805907561 CPUtime=0.09 cores=1,3,5,7
/proc/17324/task/17380/stat : 17380 (java) S 17321 17324 15121 0 -1 1077944384 284 13126 0 0 2 0 5 2 20 0 15 0 55991153 11178180608 80038 33554432000 4194304 4196468 140722305956304 140140575074704 140140683622101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34144256 140722305960559 140722305963356 140722305963356 140722305966031 0
[pid=17324/tid=17381] ppid=17321 vsize=10916192 memory=5794276080863295807 CPUtime=0.09 cores=1,3,5,7
/proc/17324/task/17381/stat : 17381 (java) S 17321 17324 15121 0 -1 1077944384 84 13126 0 0 2 0 5 2 20 0 15 0 55991153 11178180608 80038 33554432000 4194304 4196468 140722305956304 140140574021904 140140683622101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34144256 140722305960559 140722305963356 140722305963356 140722305966031 0
[pid=17324/tid=17382] ppid=17321 vsize=10916192 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/17324/task/17382/stat : 17382 (java) S 17321 17324 15121 0 -1 1077944384 1744 13126 0 0 3 0 5 2 20 0 15 0 55991155 11178180608 80038 33554432000 4194304 4196468 140722305956304 140140142877552 140140683623042 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34144256 140722305960559 140722305963356 140722305963356 140722305966031 0
[pid=17324/tid=17383] ppid=17321 vsize=10916192 memory=5859854093914756204 CPUtime=0.07 cores=1,3,5,7
/proc/17324/task/17383/stat : 17383 (java) S 17321 17324 15121 0 -1 1077944384 33 13126 0 0 0 0 5 2 20 0 15 0 55991155 11178180608 80038 33554432000 4194304 4196468 140722305956304 140140141823584 140140683622101 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34144256 140722305960559 140722305963356 140722305963356 140722305966031 0
[pid=17324/tid=17384] ppid=17321 vsize=10916192 memory=5787214926557761634 CPUtime=0.07 cores=1,3,5,7
/proc/17324/task/17384/stat : 17384 (java) S 17321 17324 15121 0 -1 1077944384 2 13126 0 0 0 0 5 2 20 0 15 0 55991156 11178180608 80038 33554432000 4194304 4196468 140722305956304 140139548370304 140140683622101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34144256 140722305960559 140722305963356 140722305963356 140722305966031 0
[pid=17324/tid=17385] ppid=17321 vsize=10916192 memory=7300986251812819024 CPUtime=0.07 cores=1,3,5,7
/proc/17324/task/17385/stat : 17385 (java) S 17321 17324 15121 0 -1 1077944384 3 13126 0 0 0 0 5 2 20 0 15 0 55991158 11178180608 80038 33554432000 4194304 4196468 140722305956304 140139240970576 140140683630491 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34144256 140722305960559 140722305963356 140722305963356 140722305966031 0
[pid=17324/tid=17386] ppid=17321 vsize=10916192 memory=6791534058613427641 CPUtime=1.69 cores=1,3,5,7
/proc/17324/task/17386/stat : 17386 (java) R 17321 17324 15121 0 -1 4202560 10671 13126 0 0 160 2 5 2 20 0 15 0 55991158 11178180608 80038 33554432000 4194304 4196468 140722305956304 140140108250032 140140683633242 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34144256 140722305960559 140722305963356 140722305963356 140722305966031 0
[pid=17324/tid=17387] ppid=17321 vsize=10916192 memory=0 CPUtime=1.81 cores=1,3,5,7
/proc/17324/task/17387/stat : 17387 (java) R 17321 17324 15121 0 -1 4202560 4123 13126 0 0 173 1 5 2 20 0 15 0 55991158 11178180608 80038 33554432000 4194304 4196468 140722305956304 140140107199888 140140683623830 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34144256 140722305960559 140722305963356 140722305963356 140722305966031 0
[pid=17324/tid=17388] ppid=17321 vsize=10916192 memory=6297532452091482727 CPUtime=1.35 cores=1,3,5,7
/proc/17324/task/17388/stat : 17388 (java) S 17321 17324 15121 0 -1 1077944384 4527 13126 0 0 126 2 5 2 20 0 15 0 55991158 11178180608 80038 33554432000 4194304 4196468 140722305956304 140140106160240 140140683623042 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34144256 140722305960559 140722305963356 140722305963356 140722305966031 0
[pid=17324/tid=17389] ppid=17321 vsize=10916192 memory=6153395282641506896 CPUtime=0.07 cores=1,3,5,7
/proc/17324/task/17389/stat : 17389 (java) S 17321 17324 15121 0 -1 1077944384 3 13126 0 0 0 0 5 2 20 0 15 0 55991158 11178180608 80038 33554432000 4194304 4196468 140722305956304 140139207411936 140140683622101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34144256 140722305960559 140722305963356 140722305963356 140722305966031 0
[pid=17324/tid=17390] ppid=17321 vsize=10916192 memory=7301856073203476816 CPUtime=0.07 cores=1,3,5,7
/proc/17324/task/17390/stat : 17390 (java) S 17321 17324 15121 0 -1 1077944384 11 13126 0 0 0 0 5 2 20 0 15 0 55991159 11178180608 80038 33554432000 4194304 4196468 140722305956304 140140105108656 140140683623042 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34144256 140722305960559 140722305963356 140722305963356 140722305966031 0
Current children cumulated CPU time: 8.85 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 320152 KiB

Child status: 0
Real time (s): 4.14963
CPU time (s): 8.97631
CPU user time (s): 8.71406
CPU system time (s): 0.262249
CPU usage (%): 216.316
Max. virtual memory (cumulated for all children) (KiB): 10916852
Max. memory (cumulated for all children) (KiB): 320152

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.71406
system time used= 0.262249
maximum resident set size= 328456
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 84434
page faults= 0
swaps= 0
block input operations= 0
block output operations= 144
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5935
involuntary context switches= 52


# summary of solver processes directly reported to runsolver:
#   pid: 17324
#   total CPU time (s): 8.97631
#   total CPU user time (s): 8.71406
#   total CPU system time (s): 0.262249

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.053627 second user time and 0.08044 second system time

The end

Launcher Data

Begin job on node105 at 2018-07-24 00:18:00
IDJOB=4293889
IDBENCH=141257
IDSOLVER=2750
FILE ID=node105/4293889-1532384280
RUNJOBID= node105-1532371073-15153
PBS_JOBID= 21021573
Free space on /tmp= 44828 MiB

SOLVER NAME= Concrete 3.8 2018-06-13
BENCH NAME= XCSP18/QuadraticAssignment/QuadraticAssignment-qap_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4293889-1532384280/watcher-4293889-1532384280 -o /tmp/evaluation-result-4293889-1532384280/solver-4293889-1532384280 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1532371073-15153 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=177212415 HOME/instance-4293889-1532384280.xml

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

MD5SUM BENCH= ae953de311e4ef2e73bebc6e6ca1406d
RANDOM SEED=177212415

node105.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.32
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.32
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.32
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.32
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:        23346152 kB
MemAvailable:   31288840 kB
Buffers:          202548 kB
Cached:          7884964 kB
SwapCached:            0 kB
Active:          2116424 kB
Inactive:        6673316 kB
Active(anon):     656176 kB
Inactive(anon):    65652 kB
Active(file):    1460248 kB
Inactive(file):  6607664 kB
Unevictable:        7336 kB
Mlocked:            7336 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26552 kB
Writeback:             0 kB
AnonPages:        713376 kB
Mapped:            50572 kB
Shmem:             17036 kB
Slab:             331184 kB
SReclaimable:     303236 kB
SUnreclaim:        27948 kB
KernelStack:        3696 kB
PageTables:         6572 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1685260 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    616448 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      130432 kB
DirectMap2M:    33415168 kB

Free space on /tmp at the end= 44800 MiB
End job on node105 at 2018-07-24 00:18:04