Trace number 4304549

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.9.2OPT34 10.0782 4.81048

General information on the benchmark

NameGolombRuler/
GolombRuler-a3v18-08_c18.xml
MD5SUM5c5040f535ec624befc4f337dc6f1e70
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark34
Best CPU time to get the best result obtained on this benchmark0.294987
Satisfiable
(Un)Satisfiability was proved
Number of variables72
Number of constraints29
Number of domains2
Minimum domain size64
Maximum domain size65
Distribution of domain sizes[{"size":64,"count":28},{"size":65,"count":8}]
Minimum variable degree0
Maximum variable degree8
Distribution of variable degrees[{"degree":0,"count":36},{"degree":2,"count":28},{"degree":7,"count":7},{"degree":8,"count":1}]
Minimum constraint arity3
Maximum constraint arity28
Distribution of constraint arities[{"arity":3,"count":28},{"arity":28,"count":1}]
Number of extensional constraints0
Number of intensional constraints28
Distribution of constraint types[{"type":"intension","count":28},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin VAR

Quality of the solution as a function of time


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

Solver Data

0.98/0.73	c Concrete v3.9.2.1532736233296 running
7.84/3.84	o 48
7.84/3.85	o 46
7.84/3.87	o 40
8.15/3.90	o 39
8.15/3.90	o 37
8.15/3.94	o 35
8.15/3.95	o 34
9.93/4.75	v <instantiation cost="34">
9.93/4.75	v       <list>
9.93/4.75	v         x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] y[0][1] y[0][2] y[0][3] y[0][4] y[0][5] y[0][6] y[0][7] y[1][2] y[1][3] y[1][4] y[1][5] y[1][6] y[1][7] y[2][3] y[2][4] y[2][5] y[2][6] y[2][7] y[3][4] y[3][5] y[3][6] y[3][7] y[4][5] y[4][6] y[4][7] y[5][6] y[5][7] y[6][7]
9.93/4.75	v       </list>
9.93/4.75	v       <values>
9.93/4.75	v         0 1 4 9 15 22 32 34 1 4 9 15 22 32 34 3 8 14 21 31 33 5 11 18 28 30 6 13 23 25 7 17 19 10 12 2
9.93/4.75	v       </values>
9.93/4.75	v     </instantiation>
9.93/4.75	s OPTIMUM FOUND

Verifier Data

OK	34

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4304549-1534101936/watcher-4304549-1534101936 -o /tmp/evaluation-result-4304549-1534101936/solver-4304549-1534101936 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1534096964-13175 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=1604467944 HOME/instance-4304549-1534101936.xml 

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

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


[startup+0.109706 s]*
/proc/loadavg: 1.52 1.37 1.41 3/206 14285
/proc/meminfo: memFree=15404376/32770624 swapFree=67108196/67108860
[pid=14228] ppid=14225 vsize=10284740 memory=20440 CPUtime=0.09 cores=1,3,5,7
/proc/14228/stat : 14228 (java) S 14225 14228 13143 0 -1 1077944320 4762 13179 0 0 1 1 5 2 20 0 8 0 227756839 10531573760 5110 33554432000 4194304 4196468 140729474234784 140729474217328 140710446423799 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 6373376 140729474243180 140729474245980 140729474245980 140729474248655 0
/proc/14228/statm: 2571185 5110 2076 1 0 2559623 0
[pid=14228/tid=14281] ppid=14225 vsize=10453864 memory=5852830835318555293 CPUtime=0.09 cores=1,3,5,7
/proc/14228/task/14281/stat : 14281 (java) R 14225 14228 13143 0 -1 4202560 2599 13179 0 0 1 1 5 2 20 0 9 0 227756848 10704756736 5670 33554432000 4194304 4196468 140729474234784 140710418259824 140710430504286 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6373376 140729474243180 140729474245980 140729474245980 140729474248655 0
[pid=14228/tid=14282] ppid=14225 vsize=10453864 memory=5793855764275259833 CPUtime=0.07 cores=1,3,5,7
/proc/14228/task/14282/stat : 14282 (java) S 14225 14228 13143 0 -1 1077944384 1 13179 0 0 0 0 5 2 20 0 9 0 227756849 10704756736 5670 33554432000 4194304 4196468 140729474234784 140710450666128 140710446434005 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6373376 140729474243180 140729474245980 140729474245980 140729474248655 0
[pid=14228/tid=14283] ppid=14225 vsize=10453864 memory=140513265366656 CPUtime=0.07 cores=1,3,5,7
/proc/14228/task/14283/stat : 14283 (java) S 14225 14228 13143 0 -1 1077944384 2 13179 0 0 0 0 5 2 20 0 9 0 227756849 10704756736 5670 33554432000 4194304 4196468 140729474234784 140710316001808 140710446434005 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6373376 140729474243180 140729474245980 140729474245980 140729474248655 0
[pid=14228/tid=14284] ppid=14225 vsize=10453864 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/14228/task/14284/stat : 14284 (java) S 14225 14228 13143 0 -1 1077944384 1 13179 0 0 0 0 5 2 20 0 9 0 227756849 10704756736 5670 33554432000 4194304 4196468 140729474234784 140710314949008 140710446434005 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6373376 140729474243180 140729474245980 140729474245980 140729474248655 0
[pid=14228/tid=14285] ppid=14225 vsize=10453864 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/14228/task/14285/stat : 14285 (java) S 14225 14228 13143 0 -1 1077944384 2 13179 0 0 0 0 5 2 20 0 9 0 227756849 10704756736 5670 33554432000 4194304 4196468 140729474234784 140710313896208 140710446434005 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6373376 140729474243180 140729474245980 140729474245980 140729474248655 0
[pid=14228/tid=14286] ppid=14225 vsize=10453864 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/14228/task/14286/stat : 14286 (java) S 14225 14228 13143 0 -1 1077944384 2 13179 0 0 0 0 5 2 20 0 9 0 227756850 10704756736 5670 33554432000 4194304 4196468 140729474234784 140709871766384 140710446434946 0 0 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6373376 140729474243180 140729474245980 140729474245980 140729474248655 0
[pid=14228/tid=14287] ppid=14225 vsize=10453864 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/14228/task/14287/stat : 14287 (java) S 14225 14228 13143 0 -1 1077944384 13 13179 0 0 0 0 5 2 20 0 9 0 227756851 10704756736 5670 33554432000 4194304 4196468 140729474234784 140709249148448 140710446434005 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6373376 140729474243180 140729474245980 140729474245980 140729474248655 0
[pid=14228/tid=14288] ppid=14225 vsize=10453864 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/14228/task/14288/stat : 14288 (java) S 14225 14228 13143 0 -1 1077944384 1 13179 0 0 0 0 5 2 20 0 9 0 227756851 10704756736 5670 33554432000 4194304 4196468 140729474234784 140709101299120 140710446434005 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6373376 140729474243180 140729474245980 140729474245980 140729474248655 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10284740 KiB
Current children cumulated memory: 20440 KiB

[startup+0.210219 s]*
/proc/loadavg: 1.52 1.37 1.41 3/215 14294
/proc/meminfo: memFree=15383884/32770624 swapFree=67108196/67108860
[pid=14228] ppid=14225 vsize=10983736 memory=45972 CPUtime=0.25 cores=1,3,5,7
/proc/14228/stat : 14228 (java) S 14225 14228 13143 0 -1 1077944320 8203 13179 0 0 16 2 5 2 20 0 15 0 227756839 11247345664 11493 33554432000 4194304 4196468 140729474234784 140729474217328 140710446423799 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 6373376 140729474243180 140729474245980 140729474245980 140729474248655 0
/proc/14228/statm: 2745934 11493 2959 1 0 2708357 0
[pid=14228/tid=14281] ppid=14225 vsize=10985364 memory=-8540663193526752614 CPUtime=0.19 cores=1,3,5,7
/proc/14228/task/14281/stat : 14281 (java) R 14225 14228 13143 0 -1 4202560 5317 13179 0 0 10 2 5 2 20 0 15 0 227756848 11249012736 12021 33554432000 4194304 4196468 140729474234784 140710418248608 140710439140903 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6373376 140729474243180 140729474245980 140729474245980 140729474248655 0
[pid=14228/tid=14282] ppid=14225 vsize=10985364 memory=4211974239470157194 CPUtime=0.07 cores=1,3,5,7
/proc/14228/task/14282/stat : 14282 (java) S 14225 14228 13143 0 -1 1077944384 1 13179 0 0 0 0 5 2 20 0 15 0 227756849 11249012736 11672 33554432000 4194304 4196468 140729474234784 140710450666128 140710446434005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6373376 140729474243180 140729474245980 140729474245980 140729474248655 0
[pid=14228/tid=14283] ppid=14225 vsize=10985364 memory=140513265366656 CPUtime=0.07 cores=1,3,5,7
/proc/14228/task/14283/stat : 14283 (java) S 14225 14228 13143 0 -1 1077944384 2 13179 0 0 0 0 5 2 20 0 15 0 227756849 11249012736 11672 33554432000 4194304 4196468 140729474234784 140710316001808 140710446434005 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6373376 140729474243180 140729474245980 140729474245980 140729474248655 0
[pid=14228/tid=14284] ppid=14225 vsize=10985364 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/14228/task/14284/stat : 14284 (java) S 14225 14228 13143 0 -1 1077944384 1 13179 0 0 0 0 5 2 20 0 15 0 227756849 11249012736 11672 33554432000 4194304 4196468 140729474234784 140710314949008 140710446434005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6373376 140729474243180 140729474245980 140729474245980 140729474248655 0
[pid=14228/tid=14285] ppid=14225 vsize=10983736 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/14228/task/14285/stat : 14285 (java) S 14225 14228 13143 0 -1 1077944384 2 13179 0 0 0 0 5 2 20 0 15 0 227756849 11247345664 11672 33554432000 4194304 4196468 140729474234784 140710313896208 140710446434005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6373376 140729474243180 140729474245980 140729474245980 140729474248655 0
[pid=14228/tid=14286] ppid=14225 vsize=10983736 memory=140513265366656 CPUtime=0.07 cores=1,3,5,7
/proc/14228/task/14286/stat : 14286 (java) S 14225 14228 13143 0 -1 1077944384 2 13179 0 0 0 0 5 2 20 0 15 0 227756850 11247345664 11432 33554432000 4194304 4196468 140729474234784 140709871766384 140710446434946 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6373376 140729474243180 140729474245980 140729474245980 140729474248655 0
[pid=14228/tid=14287] ppid=14225 vsize=10982776 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/14228/task/14287/stat : 14287 (java) S 14225 14228 13143 0 -1 1077944384 13 13179 0 0 0 0 5 2 20 0 15 0 227756851 11246362624 11424 33554432000 4194304 4196468 140729474234784 140709249148448 140710446434005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6373376 140729474243180 140729474245980 140729474245980 140729474248655 0
[pid=14228/tid=14288] ppid=14225 vsize=10982744 memory=140513265366656 CPUtime=0.07 cores=1,3,5,7
/proc/14228/task/14288/stat : 14288 (java) S 14225 14228 13143 0 -1 1077944384 1 13179 0 0 0 0 5 2 20 0 15 0 227756851 11246329856 11424 33554432000 4194304 4196468 140729474234784 140709101299056 140710446434005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6373376 140729474243180 140729474245980 140729474245980 140729474248655 0
[pid=14228/tid=14289] ppid=14225 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/14228/task/14289/stat : 14289 (java) S 14225 14228 13143 0 -1 1077944384 3 13179 0 0 0 0 5 2 20 0 15 0 227756854 11246329856 11424 33554432000 4194304 4196468 140729474234784 140708793899344 140710446442395 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6373376 140729474243180 140729474245980 140729474245980 140729474248655 0
[pid=14228/tid=14290] ppid=14225 vsize=10982744 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/14228/task/14290/stat : 14290 (java) S 14225 14228 13143 0 -1 1077944384 415 13179 0 0 1 0 5 2 20 0 15 0 227756854 11246329856 11424 33554432000 4194304 4196468 140729474234784 140709870713200 140710446434946 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6373376 140729474243180 140729474245980 140729474245980 140729474248655 0
[pid=14228/tid=14291] ppid=14225 vsize=10982744 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/14228/task/14291/stat : 14291 (java) S 14225 14228 13143 0 -1 1077944384 192 13179 0 0 1 0 5 2 20 0 15 0 227756854 11246329856 11424 33554432000 4194304 4196468 140729474234784 140709869660400 140710446434946 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6373376 140729474243180 140729474245980 140729474245980 140729474248655 0
[pid=14228/tid=14292] ppid=14225 vsize=10982744 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/14228/task/14292/stat : 14292 (java) S 14225 14228 13143 0 -1 1077944384 613 13179 0 0 3 0 5 2 20 0 15 0 227756854 11246329856 11424 33554432000 4194304 4196468 140729474234784 140709868607600 140710446434946 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6373376 140729474243180 140729474245980 140729474245980 140729474248655 0
[pid=14228/tid=14293] ppid=14225 vsize=10982744 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/14228/task/14293/stat : 14293 (java) S 14225 14228 13143 0 -1 1077944384 3 13179 0 0 0 0 5 2 20 0 15 0 227756854 11246329856 11424 33554432000 4194304 4196468 140729474234784 140708363102432 140710446434005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6373376 140729474243180 140729474245980 140729474245980 140729474248655 0
[pid=14228/tid=14294] ppid=14225 vsize=10982776 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/14228/task/14294/stat : 14294 (java) S 14225 14228 13143 0 -1 1077944384 1 13179 0 0 0 0 5 2 20 0 15 0 227756854 11246362624 11424 33554432000 4194304 4196468 140729474234784 140709867556016 140710446434946 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6373376 140729474243180 140729474245980 140729474245980 140729474248655 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10983736 KiB
Current children cumulated memory: 45972 KiB

[startup+0.310457 s]*
/proc/loadavg: 1.52 1.37 1.41 3/215 14294
/proc/meminfo: memFree=15369824/32770624 swapFree=67108196/67108860
[pid=14228] ppid=14225 vsize=10983192 memory=56156 CPUtime=0.37 cores=1,3,5,7
/proc/14228/stat : 14228 (java) S 14225 14228 13143 0 -1 1077944320 10619 13179 0 0 27 3 5 2 20 0 15 0 227756839 11246788608 14039 33554432000 4194304 4196468 140729474234784 140729474217328 140710446423799 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 6373376 140729474243180 140729474245980 140729474245980 140729474248655 0
/proc/14228/statm: 2745798 14039 3078 1 0 2708109 0
[pid=14228/tid=14281] ppid=14225 vsize=10983192 memory=6791534058613427641 CPUtime=0.28 cores=1,3,5,7
/proc/14228/task/14281/stat : 14281 (java) R 14225 14228 13143 0 -1 4202560 7176 13179 0 0 19 2 5 2 20 0 15 0 227756848 11246788608 14039 33554432000 4194304 4196468 140729474234784 140710418213328 140710438660926 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6373376 140729474243180 140729474245980 140729474245980 140729474248655 0
[pid=14228/tid=14282] ppid=14225 vsize=10983192 memory=-7003737579269690708 CPUtime=0.07 cores=1,3,5,7
/proc/14228/task/14282/stat : 14282 (java) S 14225 14228 13143 0 -1 1077944384 1 13179 0 0 0 0 5 2 20 0 15 0 227756849 11246788608 14039 33554432000 4194304 4196468 140729474234784 140710450666128 140710446434005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6373376 140729474243180 140729474245980 140729474245980 140729474248655 0
[pid=14228/tid=14283] ppid=14225 vsize=10983192 memory=140513265373649 CPUtime=0.07 cores=1,3,5,7
/proc/14228/task/14283/stat : 14283 (java) S 14225 14228 13143 0 -1 1077944384 2 13179 0 0 0 0 5 2 20 0 15 0 227756849 11246788608 14039 33554432000 4194304 4196468 140729474234784 140710316001808 140710446434005 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6373376 140729474243180 140729474245980 140729474245980 140729474248655 0
[pid=14228/tid=14284] ppid=14225 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/14228/task/14284/stat : 14284 (java) S 14225 14228 13143 0 -1 1077944384 1 13179 0 0 0 0 5 2 20 0 15 0 227756849 11246788608 14039 33554432000 4194304 4196468 140729474234784 140710314949008 140710446434005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6373376 140729474243180 140729474245980 140729474245980 140729474248655 0
[pid=14228/tid=14285] ppid=14225 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/14228/task/14285/stat : 14285 (java) S 14225 14228 13143 0 -1 1077944384 2 13179 0 0 0 0 5 2 20 0 15 0 227756849 11246788608 14039 33554432000 4194304 4196468 140729474234784 140710313896208 140710446434005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6373376 140729474243180 140729474245980 140729474245980 140729474248655 0
[pid=14228/tid=14286] ppid=14225 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/14228/task/14286/stat : 14286 (java) S 14225 14228 13143 0 -1 1077944384 2 13179 0 0 0 0 5 2 20 0 15 0 227756850 11246788608 14039 33554432000 4194304 4196468 140729474234784 140709871766384 140710446434946 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6373376 140729474243180 140729474245980 140729474245980 140729474248655 0
[pid=14228/tid=14287] ppid=14225 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/14228/task/14287/stat : 14287 (java) S 14225 14228 13143 0 -1 1077944384 13 13179 0 0 0 0 5 2 20 0 15 0 227756851 11246788608 14039 33554432000 4194304 4196468 140729474234784 140709249148448 140710446434005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6373376 140729474243180 140729474245980 140729474245980 140729474248655 0
[pid=14228/tid=14288] ppid=14225 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/14228/task/14288/stat : 14288 (java) S 14225 14228 13143 0 -1 1077944384 1 13179 0 0 0 0 5 2 20 0 15 0 227756851 11246788608 14039 33554432000 4194304 4196468 140729474234784 140709101299056 140710446434005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6373376 140729474243180 140729474245980 140729474245980 140729474248655 0
[pid=14228/tid=14289] ppid=14225 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/14228/task/14289/stat : 14289 (java) S 14225 14228 13143 0 -1 1077944384 3 13179 0 0 0 0 5 2 20 0 15 0 227756854 11246788608 14039 33554432000 4194304 4196468 140729474234784 140708793899344 140710446442395 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6373376 140729474243180 140729474245980 140729474245980 140729474248655 0
[pid=14228/tid=14290] ppid=14225 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/14228/task/14290/stat : 14290 (java) S 14225 14228 13143 0 -1 1077944384 417 13179 0 0 1 0 5 2 20 0 15 0 227756854 11246788608 14039 33554432000 4194304 4196468 140729474234784 140709870713200 140710446434946 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6373376 140729474243180 140729474245980 140729474245980 140729474248655 0
[pid=14228/tid=14291] ppid=14225 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/14228/task/14291/stat : 14291 (java) S 14225 14228 13143 0 -1 1077944384 192 13179 0 0 1 0 5 2 20 0 15 0 227756854 11246788608 14039 33554432000 4194304 4196468 140729474234784 140709869660400 140710446434946 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6373376 140729474243180 140729474245980 140729474245980 140729474248655 0
[pid=14228/tid=14292] ppid=14225 vsize=10983192 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/14228/task/14292/stat : 14292 (java) R 14225 14228 13143 0 -1 4202560 621 13179 0 0 4 0 5 2 20 0 15 0 227756854 11246788608 14039 33554432000 4194304 4196468 140729474234784 140709868607600 140710426660139 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6373376 140729474243180 140729474245980 140729474245980 140729474248655 0
[pid=14228/tid=14293] ppid=14225 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/14228/task/14293/stat : 14293 (java) S 14225 14228 13143 0 -1 1077944384 3 13179 0 0 0 0 5 2 20 0 15 0 227756854 11246788608 14039 33554432000 4194304 4196468 140729474234784 140708363102432 140710446434005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6373376 140729474243180 140729474245980 140729474245980 140729474248655 0
[pid=14228/tid=14294] ppid=14225 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/14228/task/14294/stat : 14294 (java) S 14225 14228 13143 0 -1 1077944384 1 13179 0 0 0 0 5 2 20 0 15 0 227756854 11246788608 14039 33554432000 4194304 4196468 140729474234784 140709867556016 140710446434946 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6373376 140729474243180 140729474245980 140729474245980 140729474248655 0
Current children cumulated CPU time: 0.37 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 56156 KiB

[startup+0.700796 s]
/proc/loadavg: 1.52 1.37 1.41 3/215 14294
/proc/meminfo: memFree=15361016/32770624 swapFree=67108196/67108860
[pid=14228] ppid=14225 vsize=10983192 memory=88592 CPUtime=0.98 cores=1,3,5,7
/proc/14228/stat : 14228 (java) S 14225 14228 13143 0 -1 1077944320 16756 13179 0 0 86 5 5 2 20 0 15 0 227756839 11246788608 22148 33554432000 4194304 4196468 140729474234784 140729474217328 140710446423799 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 6373376 140729474243180 140729474245980 140729474245980 140729474248655 0
/proc/14228/statm: 2745798 22148 3238 1 0 2708109 0
[pid=14228/tid=14281] ppid=14225 vsize=10983192 memory=4032 CPUtime=0.66 cores=1,3,5,7
/proc/14228/task/14281/stat : 14281 (java) R 14225 14228 13143 0 -1 4202560 12241 13179 0 0 56 3 5 2 20 0 15 0 227756848 11246788608 22148 33554432000 4194304 4196468 140729474234784 140710418244624 140710427987328 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6373376 140729474243180 140729474245980 140729474245980 140729474248655 0
[pid=14228/tid=14282] ppid=14225 vsize=10983192 memory=17816 CPUtime=0.07 cores=1,3,5,7
/proc/14228/task/14282/stat : 14282 (java) S 14225 14228 13143 0 -1 1077944384 1 13179 0 0 0 0 5 2 20 0 15 0 227756849 11246788608 22148 33554432000 4194304 4196468 140729474234784 140710450666128 140710446434005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6373376 140729474243180 140729474245980 140729474245980 140729474248655 0
[pid=14228/tid=14283] ppid=14225 vsize=10983192 memory=640 CPUtime=0.07 cores=1,3,5,7
/proc/14228/task/14283/stat : 14283 (java) S 14225 14228 13143 0 -1 1077944384 2 13179 0 0 0 0 5 2 20 0 15 0 227756849 11246788608 22148 33554432000 4194304 4196468 140729474234784 140710316001808 140710446434005 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6373376 140729474243180 140729474245980 140729474245980 140729474248655 0
[pid=14228/tid=14284] ppid=14225 vsize=10983192 memory=1764 CPUtime=0.07 cores=1,3,5,7
/proc/14228/task/14284/stat : 14284 (java) S 14225 14228 13143 0 -1 1077944384 1 13179 0 0 0 0 5 2 20 0 15 0 227756849 11246788608 22148 33554432000 4194304 4196468 140729474234784 140710314949008 140710446434005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6373376 140729474243180 140729474245980 140729474245980 140729474248655 0
[pid=14228/tid=14285] ppid=14225 vsize=10983192 memory=1236 CPUtime=0.07 cores=1,3,5,7
/proc/14228/task/14285/stat : 14285 (java) S 14225 14228 13143 0 -1 1077944384 2 13179 0 0 0 0 5 2 20 0 15 0 227756849 11246788608 22148 33554432000 4194304 4196468 140729474234784 140710313896208 140710446434005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6373376 140729474243180 140729474245980 140729474245980 140729474248655 0
[pid=14228/tid=14286] ppid=14225 vsize=10983192 memory=6296140376450093153 CPUtime=0.07 cores=1,3,5,7
/proc/14228/task/14286/stat : 14286 (java) S 14225 14228 13143 0 -1 1077944384 5 13179 0 0 0 0 5 2 20 0 15 0 227756850 11246788608 22148 33554432000 4194304 4196468 140729474234784 140709871766384 140710446434946 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6373376 140729474243180 140729474245980 140729474245980 140729474248655 0
[pid=14228/tid=14287] ppid=14225 vsize=10983192 memory=6082227206462533989 CPUtime=0.07 cores=1,3,5,7
/proc/14228/task/14287/stat : 14287 (java) S 14225 14228 13143 0 -1 1077944384 13 13179 0 0 0 0 5 2 20 0 15 0 227756851 11246788608 22148 33554432000 4194304 4196468 140729474234784 140709249148448 140710446434005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6373376 140729474243180 140729474245980 140729474245980 140729474248655 0
[pid=14228/tid=14288] ppid=14225 vsize=10983192 memory=6935649255894896720 CPUtime=0.07 cores=1,3,5,7
/proc/14228/task/14288/stat : 14288 (java) S 14225 14228 13143 0 -1 1077944384 1 13179 0 0 0 0 5 2 20 0 15 0 227756851 11246788608 22148 33554432000 4194304 4196468 140729474234784 140709101299056 140710446434005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6373376 140729474243180 140729474245980 140729474245980 140729474248655 0
[pid=14228/tid=14289] ppid=14225 vsize=10983192 memory=5450909908396308010 CPUtime=0.07 cores=1,3,5,7
/proc/14228/task/14289/stat : 14289 (java) S 14225 14228 13143 0 -1 1077944384 3 13179 0 0 0 0 5 2 20 0 15 0 227756854 11246788608 22148 33554432000 4194304 4196468 140729474234784 140708793899344 140710446442395 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6373376 140729474243180 140729474245980 140729474245980 140729474248655 0
[pid=14228/tid=14290] ppid=14225 vsize=10983192 memory=-7533522213388100735 CPUtime=0.15 cores=1,3,5,7
/proc/14228/task/14290/stat : 14290 (java) S 14225 14228 13143 0 -1 1077944384 849 13179 0 0 8 0 5 2 20 0 15 0 227756854 11246788608 22148 33554432000 4194304 4196468 140729474234784 140709870713200 140710446434946 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6373376 140729474243180 140729474245980 140729474245980 140729474248655 0
[pid=14228/tid=14291] ppid=14225 vsize=10983192 memory=-8990767739041718176 CPUtime=0.15 cores=1,3,5,7
/proc/14228/task/14291/stat : 14291 (java) S 14225 14228 13143 0 -1 1077944384 749 13179 0 0 8 0 5 2 20 0 15 0 227756854 11246788608 22148 33554432000 4194304 4196468 140729474234784 140709869660400 140710446434946 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6373376 140729474243180 140729474245980 140729474245980 140729474248655 0
[pid=14228/tid=14292] ppid=14225 vsize=10983192 memory=0 CPUtime=0.2 cores=1,3,5,7
/proc/14228/task/14292/stat : 14292 (java) S 14225 14228 13143 0 -1 1077944384 692 13179 0 0 13 0 5 2 20 0 15 0 227756854 11246788608 22148 33554432000 4194304 4196468 140729474234784 140709868607600 140710446434946 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6373376 140729474243180 140729474245980 140729474245980 140729474248655 0
[pid=14228/tid=14293] ppid=14225 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/14228/task/14293/stat : 14293 (java) S 14225 14228 13143 0 -1 1077944384 3 13179 0 0 0 0 5 2 20 0 15 0 227756854 11246788608 22148 33554432000 4194304 4196468 140729474234784 140708363102432 140710446434005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6373376 140729474243180 140729474245980 140729474245980 140729474248655 0
[pid=14228/tid=14294] ppid=14225 vsize=10983192 memory=4028 CPUtime=0.07 cores=1,3,5,7
/proc/14228/task/14294/stat : 14294 (java) S 14225 14228 13143 0 -1 1077944384 1 13179 0 0 0 0 5 2 20 0 15 0 227756854 11246788608 22148 33554432000 4194304 4196468 140729474234784 140709867556016 140710446434946 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6373376 140729474243180 140729474245980 140729474245980 140729474248655 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88592 KiB

[startup+1.50075 s]
/proc/loadavg: 1.52 1.37 1.41 4/215 14294
/proc/meminfo: memFree=15314312/32770624 swapFree=67108196/67108860
[pid=14228] ppid=14225 vsize=11000140 memory=180444 CPUtime=2.24 cores=1,3,5,7
/proc/14228/stat : 14228 (java) S 14225 14228 13143 0 -1 1077944320 24167 13179 0 0 207 10 5 2 20 0 15 0 227756839 11264143360 45111 33554432000 4194304 4196468 140729474234784 140729474217328 140710446423799 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 6373376 140729474243180 140729474245980 140729474245980 140729474248655 0
/proc/14228/statm: 2750035 45111 3468 1 0 2711693 0
[pid=14228/tid=14281] ppid=14225 vsize=11000140 memory=176488 CPUtime=1.42 cores=1,3,5,7
/proc/14228/task/14281/stat : 14281 (java) R 14225 14228 13143 0 -1 4202560 17969 13179 0 0 129 6 5 2 20 0 15 0 227756848 11264143360 45111 33554432000 4194304 4196468 140729474234784 140710418254320 140710430504286 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6373376 140729474243180 140729474245980 140729474245980 140729474248655 0
[pid=14228/tid=14282] ppid=14225 vsize=11000140 memory=281026287211296 CPUtime=0.08 cores=1,3,5,7
/proc/14228/task/14282/stat : 14282 (java) S 14225 14228 13143 0 -1 1077944384 25 13179 0 0 1 0 5 2 20 0 15 0 227756849 11264143360 45111 33554432000 4194304 4196468 140729474234784 140710450666128 140710446434005 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6373376 140729474243180 140729474245980 140729474245980 140729474248655 0
[pid=14228/tid=14283] ppid=14225 vsize=11000140 memory=7 CPUtime=0.08 cores=1,3,5,7
/proc/14228/task/14283/stat : 14283 (java) S 14225 14228 13143 0 -1 1077944384 59 13179 0 0 1 0 5 2 20 0 15 0 227756849 11264143360 45111 33554432000 4194304 4196468 140729474234784 140710316001808 140710446434005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6373376 140729474243180 140729474245980 140729474245980 140729474248655 0
[pid=14228/tid=14284] ppid=14225 vsize=11000140 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/14228/task/14284/stat : 14284 (java) S 14225 14228 13143 0 -1 1077944384 211 13179 0 0 1 0 5 2 20 0 15 0 227756849 11264143360 45111 33554432000 4194304 4196468 140729474234784 140710314949008 140710446434005 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6373376 140729474243180 140729474245980 140729474245980 140729474248655 0
[pid=14228/tid=14285] ppid=14225 vsize=11000140 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/14228/task/14285/stat : 14285 (java) S 14225 14228 13143 0 -1 1077944384 35 13179 0 0 1 0 5 2 20 0 15 0 227756849 11264143360 45111 33554432000 4194304 4196468 140729474234784 140710313896208 140710446434005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6373376 140729474243180 140729474245980 140729474245980 140729474248655 0
[pid=14228/tid=14286] ppid=14225 vsize=11000140 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/14228/task/14286/stat : 14286 (java) S 14225 14228 13143 0 -1 1077944384 59 13179 0 0 1 0 5 2 20 0 15 0 227756850 11264143360 45111 33554432000 4194304 4196468 140729474234784 140709871766384 140710446434946 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6373376 140729474243180 140729474245980 140729474245980 140729474248655 0
[pid=14228/tid=14287] ppid=14225 vsize=11000140 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/14228/task/14287/stat : 14287 (java) S 14225 14228 13143 0 -1 1077944384 14 13179 0 0 0 0 5 2 20 0 15 0 227756851 11264143360 45111 33554432000 4194304 4196468 140729474234784 140709249148512 140710446434005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6373376 140729474243180 140729474245980 140729474245980 140729474248655 0
[pid=14228/tid=14288] ppid=14225 vsize=11000140 memory=4580 CPUtime=0.07 cores=1,3,5,7
/proc/14228/task/14288/stat : 14288 (java) S 14225 14228 13143 0 -1 1077944384 2 13179 0 0 0 0 5 2 20 0 15 0 227756851 11264143360 45111 33554432000 4194304 4196468 140729474234784 140709101299072 140710446434005 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6373376 140729474243180 140729474245980 140729474245980 140729474248655 0
[pid=14228/tid=14289] ppid=14225 vsize=11000140 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/14228/task/14289/stat : 14289 (java) S 14225 14228 13143 0 -1 1077944384 3 13179 0 0 0 0 5 2 20 0 15 0 227756854 11264143360 45111 33554432000 4194304 4196468 140729474234784 140708793899344 140710446442395 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6373376 140729474243180 140729474245980 140729474245980 140729474248655 0
[pid=14228/tid=14290] ppid=14225 vsize=11000140 memory=281026287185408 CPUtime=0.26 cores=1,3,5,7
/proc/14228/task/14290/stat : 14290 (java) S 14225 14228 13143 0 -1 1077944384 1369 13179 0 0 19 0 5 2 20 0 15 0 227756854 11264143360 45111 33554432000 4194304 4196468 140729474234784 140709870713200 140710446434946 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6373376 140729474243180 140729474245980 140729474245980 140729474248655 0
[pid=14228/tid=14291] ppid=14225 vsize=11000140 memory=281026287371024 CPUtime=0.27 cores=1,3,5,7
/proc/14228/task/14291/stat : 14291 (java) S 14225 14228 13143 0 -1 1077944384 943 13179 0 0 20 0 5 2 20 0 15 0 227756854 11264143360 45111 33554432000 4194304 4196468 140729474234784 140709869660400 140710446434946 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6373376 140729474243180 140729474245980 140729474245980 140729474248655 0
[pid=14228/tid=14292] ppid=14225 vsize=11000140 memory=0 CPUtime=0.37 cores=1,3,5,7
/proc/14228/task/14292/stat : 14292 (java) S 14225 14228 13143 0 -1 1077944384 1281 13179 0 0 30 0 5 2 20 0 15 0 227756854 11264143360 45111 33554432000 4194304 4196468 140729474234784 140709868607600 140710446434946 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6373376 140729474243180 140729474245980 140729474245980 140729474248655 0

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

/proc/14228/task/14281/stat : 14281 (java) R 14225 14228 13143 0 -1 4202560 31729 13179 0 0 282 10 5 2 20 0 15 0 227756848 11341758464 69927 33554432000 4194304 4196468 140729474234784 140710418239160 140710427987315 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6373376 140729474243180 140729474245980 140729474245980 140729474248655 0
[pid=14228/tid=14282] ppid=14225 vsize=11075936 memory=7 CPUtime=0.1 cores=1,3,5,7
/proc/14228/task/14282/stat : 14282 (java) S 14225 14228 13143 0 -1 1077944384 53 13179 0 0 3 0 5 2 20 0 15 0 227756849 11341758464 69927 33554432000 4194304 4196468 140729474234784 140710450666128 140710446434005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6373376 140729474243180 140729474245980 140729474245980 140729474248655 0
[pid=14228/tid=14283] ppid=14225 vsize=11075936 memory=7 CPUtime=0.09 cores=1,3,5,7
/proc/14228/task/14283/stat : 14283 (java) S 14225 14228 13143 0 -1 1077944384 59 13179 0 0 2 0 5 2 20 0 15 0 227756849 11341758464 69927 33554432000 4194304 4196468 140729474234784 140710316001808 140710446434005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6373376 140729474243180 140729474245980 140729474245980 140729474248655 0
[pid=14228/tid=14284] ppid=14225 vsize=11075936 memory=7 CPUtime=0.1 cores=1,3,5,7
/proc/14228/task/14284/stat : 14284 (java) S 14225 14228 13143 0 -1 1077944384 222 13179 0 0 3 0 5 2 20 0 15 0 227756849 11341758464 69927 33554432000 4194304 4196468 140729474234784 140710314949008 140710446434005 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6373376 140729474243180 140729474245980 140729474245980 140729474248655 0
[pid=14228/tid=14285] ppid=14225 vsize=11075936 memory=7 CPUtime=0.1 cores=1,3,5,7
/proc/14228/task/14285/stat : 14285 (java) S 14225 14228 13143 0 -1 1077944384 45 13179 0 0 3 0 5 2 20 0 15 0 227756849 11341758464 69927 33554432000 4194304 4196468 140729474234784 140710313896208 140710446434005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6373376 140729474243180 140729474245980 140729474245980 140729474248655 0
[pid=14228/tid=14286] ppid=14225 vsize=11075936 memory=7 CPUtime=0.1 cores=1,3,5,7
/proc/14228/task/14286/stat : 14286 (java) S 14225 14228 13143 0 -1 1077944384 1477 13179 0 0 3 0 5 2 20 0 15 0 227756850 11341758464 69927 33554432000 4194304 4196468 140729474234784 140709871766384 140710446434946 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6373376 140729474243180 140729474245980 140729474245980 140729474248655 0
[pid=14228/tid=14287] ppid=14225 vsize=11075936 memory=7 CPUtime=0.07 cores=1,3,5,7
/proc/14228/task/14287/stat : 14287 (java) S 14225 14228 13143 0 -1 1077944384 14 13179 0 0 0 0 5 2 20 0 15 0 227756851 11341758464 69927 33554432000 4194304 4196468 140729474234784 140709249148512 140710446434005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6373376 140729474243180 140729474245980 140729474245980 140729474248655 0
[pid=14228/tid=14288] ppid=14225 vsize=11075936 memory=7 CPUtime=0.07 cores=1,3,5,7
/proc/14228/task/14288/stat : 14288 (java) S 14225 14228 13143 0 -1 1077944384 2 13179 0 0 0 0 5 2 20 0 15 0 227756851 11341758464 69927 33554432000 4194304 4196468 140729474234784 140709101299072 140710446434005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6373376 140729474243180 140729474245980 140729474245980 140729474248655 0
[pid=14228/tid=14289] ppid=14225 vsize=11075936 memory=7 CPUtime=0.07 cores=1,3,5,7
/proc/14228/task/14289/stat : 14289 (java) S 14225 14228 13143 0 -1 1077944384 3 13179 0 0 0 0 5 2 20 0 15 0 227756854 11341758464 69927 33554432000 4194304 4196468 140729474234784 140708793899344 140710446442395 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6373376 140729474243180 140729474245980 140729474245980 140729474248655 0
[pid=14228/tid=14290] ppid=14225 vsize=11075936 memory=7 CPUtime=0.69 cores=1,3,5,7
/proc/14228/task/14290/stat : 14290 (java) R 14225 14228 13143 0 -1 4202560 2512 13179 0 0 61 1 5 2 20 0 15 0 227756854 11341758464 69927 33554432000 4194304 4196468 140729474234784 140709870694216 140710429834690 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6373376 140729474243180 140729474245980 140729474245980 140729474248655 0
[pid=14228/tid=14291] ppid=14225 vsize=11075936 memory=7 CPUtime=0.79 cores=1,3,5,7
/proc/14228/task/14291/stat : 14291 (java) R 14225 14228 13143 0 -1 4202560 3250 13179 0 0 72 0 5 2 20 0 15 0 227756854 11341758464 69927 33554432000 4194304 4196468 140729474234784 140709869641416 140710429920583 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6373376 140729474243180 140729474245980 140729474245980 140729474248655 0
[pid=14228/tid=14292] ppid=14225 vsize=11075936 memory=7 CPUtime=1.09 cores=1,3,5,7
/proc/14228/task/14292/stat : 14292 (java) S 14225 14228 13143 0 -1 1077944384 3819 13179 0 0 100 2 5 2 20 0 15 0 227756854 11341758464 69927 33554432000 4194304 4196468 140729474234784 140709868607600 140710446434946 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6373376 140729474243180 140729474245980 140729474245980 140729474248655 0
[pid=14228/tid=14293] ppid=14225 vsize=11075936 memory=7 CPUtime=0.07 cores=1,3,5,7
/proc/14228/task/14293/stat : 14293 (java) S 14225 14228 13143 0 -1 1077944384 3 13179 0 0 0 0 5 2 20 0 15 0 227756854 11341758464 69927 33554432000 4194304 4196468 140729474234784 140708363102432 140710446434005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6373376 140729474243180 140729474245980 140729474245980 140729474248655 0
[pid=14228/tid=14294] ppid=14225 vsize=11075936 memory=7 CPUtime=0.07 cores=1,3,5,7
/proc/14228/task/14294/stat : 14294 (java) S 14225 14228 13143 0 -1 1077944384 1 13179 0 0 0 0 5 2 20 0 15 0 227756854 11341758464 69927 33554432000 4194304 4196468 140729474234784 140709867556016 140710446434946 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6373376 140729474243180 140729474245980 140729474245980 140729474248655 0
Current children cumulated CPU time: 5.57 s
Current children cumulated vsize: 11075936 KiB
Current children cumulated memory: 279708 KiB

[startup+4.81045 s]
# the end of solver process 14228 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=9.79612 s, system=0.282086 s

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

[startup+3.20096 s]
/proc/loadavg: 1.56 1.38 1.41 6/215 14294
/proc/meminfo: memFree=15188760/32770624 swapFree=67108196/67108860
[pid=14228] ppid=14225 vsize=11075936 memory=304928 CPUtime=5.84 cores=1,3,5,7
/proc/14228/stat : 14228 (java) S 14225 14228 13143 0 -1 1077944320 56005 13179 0 0 559 18 5 2 20 0 15 0 227756839 11341758464 76232 33554432000 4194304 4196468 140729474234784 140729474217328 140710446423799 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 6373376 140729474243180 140729474245980 140729474245980 140729474248655 0
/proc/14228/statm: 2768984 76232 3487 1 0 2730637 0
[pid=14228/tid=14281] ppid=14225 vsize=11075936 memory=6791534058613427641 CPUtime=3.08 cores=1,3,5,7
/proc/14228/task/14281/stat : 14281 (java) R 14225 14228 13143 0 -1 4202560 39291 13179 0 0 290 11 5 2 20 0 15 0 227756848 11341758464 76232 33554432000 4194304 4196468 140729474234784 140710418237528 140710432117297 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6373376 140729474243180 140729474245980 140729474245980 140729474248655 0
[pid=14228/tid=14282] ppid=14225 vsize=11075936 memory=301741394933055803 CPUtime=0.1 cores=1,3,5,7
/proc/14228/task/14282/stat : 14282 (java) S 14225 14228 13143 0 -1 1077944384 53 13179 0 0 3 0 5 2 20 0 15 0 227756849 11341758464 76232 33554432000 4194304 4196468 140729474234784 140710450666128 140710446434005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6373376 140729474243180 140729474245980 140729474245980 140729474248655 0
[pid=14228/tid=14283] ppid=14225 vsize=11075936 memory=14126766767740366 CPUtime=0.09 cores=1,3,5,7
/proc/14228/task/14283/stat : 14283 (java) S 14225 14228 13143 0 -1 1077944384 59 13179 0 0 2 0 5 2 20 0 15 0 227756849 11341758464 76232 33554432000 4194304 4196468 140729474234784 140710316001808 140710446434005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6373376 140729474243180 140729474245980 140729474245980 140729474248655 0
[pid=14228/tid=14284] ppid=14225 vsize=11075936 memory=-7385037589438827369 CPUtime=0.1 cores=1,3,5,7
/proc/14228/task/14284/stat : 14284 (java) S 14225 14228 13143 0 -1 1077944384 222 13179 0 0 3 0 5 2 20 0 15 0 227756849 11341758464 76232 33554432000 4194304 4196468 140729474234784 140710314949008 140710446434005 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6373376 140729474243180 140729474245980 140729474245980 140729474248655 0
[pid=14228/tid=14285] ppid=14225 vsize=11075936 memory=-7737605721172012177 CPUtime=0.1 cores=1,3,5,7
/proc/14228/task/14285/stat : 14285 (java) S 14225 14228 13143 0 -1 1077944384 45 13179 0 0 3 0 5 2 20 0 15 0 227756849 11341758464 76232 33554432000 4194304 4196468 140729474234784 140710313896208 140710446434005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6373376 140729474243180 140729474245980 140729474245980 140729474248655 0
[pid=14228/tid=14286] ppid=14225 vsize=11075936 memory=-6520476117441828254 CPUtime=0.1 cores=1,3,5,7
/proc/14228/task/14286/stat : 14286 (java) S 14225 14228 13143 0 -1 1077944384 1477 13179 0 0 3 0 5 2 20 0 15 0 227756850 11341758464 76232 33554432000 4194304 4196468 140729474234784 140709871766384 140710446434946 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6373376 140729474243180 140729474245980 140729474245980 140729474248655 0
[pid=14228/tid=14287] ppid=14225 vsize=11075936 memory=8982613638584109888 CPUtime=0.07 cores=1,3,5,7
/proc/14228/task/14287/stat : 14287 (java) S 14225 14228 13143 0 -1 1077944384 14 13179 0 0 0 0 5 2 20 0 15 0 227756851 11341758464 76232 33554432000 4194304 4196468 140729474234784 140709249148512 140710446434005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6373376 140729474243180 140729474245980 140729474245980 140729474248655 0
[pid=14228/tid=14288] ppid=14225 vsize=11075936 memory=7533807676074704953 CPUtime=0.07 cores=1,3,5,7
/proc/14228/task/14288/stat : 14288 (java) S 14225 14228 13143 0 -1 1077944384 2 13179 0 0 0 0 5 2 20 0 15 0 227756851 11341758464 76232 33554432000 4194304 4196468 140729474234784 140709101299072 140710446434005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6373376 140729474243180 140729474245980 140729474245980 140729474248655 0
[pid=14228/tid=14289] ppid=14225 vsize=11075936 memory=8246111205470666818 CPUtime=0.07 cores=1,3,5,7
/proc/14228/task/14289/stat : 14289 (java) S 14225 14228 13143 0 -1 1077944384 3 13179 0 0 0 0 5 2 20 0 15 0 227756854 11341758464 76232 33554432000 4194304 4196468 140729474234784 140708793899344 140710446442395 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6373376 140729474243180 140729474245980 140729474245980 140729474248655 0
[pid=14228/tid=14290] ppid=14225 vsize=11075936 memory=8191324994196845656 CPUtime=0.78 cores=1,3,5,7
/proc/14228/task/14290/stat : 14290 (java) R 14225 14228 13143 0 -1 4202560 4045 13179 0 0 70 1 5 2 20 0 15 0 227756854 11341758464 76232 33554432000 4194304 4196468 140729474234784 140709870694216 140710438713248 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6373376 140729474243180 140729474245980 140729474245980 140729474248655 0
[pid=14228/tid=14291] ppid=14225 vsize=11075936 memory=7740672250492707953 CPUtime=0.88 cores=1,3,5,7
/proc/14228/task/14291/stat : 14291 (java) R 14225 14228 13143 0 -1 4202560 4909 13179 0 0 81 0 5 2 20 0 15 0 227756854 11341758464 76232 33554432000 4194304 4196468 140729474234784 140709869641416 140710438713326 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6373376 140729474243180 140729474245980 140729474245980 140729474248655 0
[pid=14228/tid=14292] ppid=14225 vsize=11075936 memory=68 CPUtime=1.09 cores=1,3,5,7
/proc/14228/task/14292/stat : 14292 (java) S 14225 14228 13143 0 -1 1077944384 3819 13179 0 0 100 2 5 2 20 0 15 0 227756854 11341758464 76232 33554432000 4194304 4196468 140729474234784 140709868607600 140710446434946 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6373376 140729474243180 140729474245980 140729474245980 140729474248655 0
[pid=14228/tid=14293] ppid=14225 vsize=11075936 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/14228/task/14293/stat : 14293 (java) S 14225 14228 13143 0 -1 1077944384 3 13179 0 0 0 0 5 2 20 0 15 0 227756854 11341758464 76232 33554432000 4194304 4196468 140729474234784 140708363102432 140710446434005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6373376 140729474243180 140729474245980 140729474245980 140729474248655 0
[pid=14228/tid=14294] ppid=14225 vsize=11075936 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/14228/task/14294/stat : 14294 (java) S 14225 14228 13143 0 -1 1077944384 1 13179 0 0 0 0 5 2 20 0 15 0 227756854 11341758464 76232 33554432000 4194304 4196468 140729474234784 140709867556016 140710446434946 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6373376 140729474243180 140729474245980 140729474245980 140729474248655 0
Current children cumulated CPU time: 5.84 s
Current children cumulated vsize: 11075936 KiB
Current children cumulated memory: 304928 KiB

[startup+4.00072 s]*
/proc/loadavg: 1.56 1.38 1.41 6/215 14294
/proc/meminfo: memFree=15075588/32770624 swapFree=67108196/67108860
[pid=14228] ppid=14225 vsize=11077984 memory=353164 CPUtime=8.52 cores=1,3,5,7
/proc/14228/stat : 14228 (java) S 14225 14228 13143 0 -1 1077944320 65449 13179 0 0 825 20 5 2 20 0 15 0 227756839 11343855616 88291 33554432000 4194304 4196468 140729474234784 140729474217328 140710446423799 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 6373376 140729474243180 140729474245980 140729474245980 140729474248655 0
/proc/14228/statm: 2769496 88291 3493 1 0 2731149 0
[pid=14228/tid=14281] ppid=14225 vsize=11077984 memory=6791534058613427641 CPUtime=3.88 cores=1,3,5,7
/proc/14228/task/14281/stat : 14281 (java) R 14225 14228 13143 0 -1 4202560 42638 13179 0 0 369 12 5 2 20 0 15 0 227756848 11343855616 88291 33554432000 4194304 4196468 140729474234784 140710418256040 140710001857350 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6373376 140729474243180 140729474245980 140729474245980 140729474248655 0
[pid=14228/tid=14282] ppid=14225 vsize=11077984 memory=-7003737579269690708 CPUtime=0.1 cores=1,3,5,7
/proc/14228/task/14282/stat : 14282 (java) S 14225 14228 13143 0 -1 1077944384 53 13179 0 0 3 0 5 2 20 0 15 0 227756849 11343855616 88291 33554432000 4194304 4196468 140729474234784 140710450666128 140710446434005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6373376 140729474243180 140729474245980 140729474245980 140729474248655 0
[pid=14228/tid=14283] ppid=14225 vsize=11077984 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/14228/task/14283/stat : 14283 (java) S 14225 14228 13143 0 -1 1077944384 59 13179 0 0 2 0 5 2 20 0 15 0 227756849 11343855616 88291 33554432000 4194304 4196468 140729474234784 140710316001808 140710446434005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6373376 140729474243180 140729474245980 140729474245980 140729474248655 0
[pid=14228/tid=14284] ppid=14225 vsize=11077984 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/14228/task/14284/stat : 14284 (java) S 14225 14228 13143 0 -1 1077944384 222 13179 0 0 3 0 5 2 20 0 15 0 227756849 11343855616 88291 33554432000 4194304 4196468 140729474234784 140710314949008 140710446434005 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6373376 140729474243180 140729474245980 140729474245980 140729474248655 0
[pid=14228/tid=14285] ppid=14225 vsize=11077984 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/14228/task/14285/stat : 14285 (java) S 14225 14228 13143 0 -1 1077944384 45 13179 0 0 3 0 5 2 20 0 15 0 227756849 11343855616 88291 33554432000 4194304 4196468 140729474234784 140710313896208 140710446434005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6373376 140729474243180 140729474245980 140729474245980 140729474248655 0
[pid=14228/tid=14286] ppid=14225 vsize=11077984 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/14228/task/14286/stat : 14286 (java) S 14225 14228 13143 0 -1 1077944384 1545 13179 0 0 3 0 5 2 20 0 15 0 227756850 11343855616 88291 33554432000 4194304 4196468 140729474234784 140709871766384 140710446434946 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6373376 140729474243180 140729474245980 140729474245980 140729474248655 0
[pid=14228/tid=14287] ppid=14225 vsize=11077984 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/14228/task/14287/stat : 14287 (java) S 14225 14228 13143 0 -1 1077944384 14 13179 0 0 0 0 5 2 20 0 15 0 227756851 11343855616 88291 33554432000 4194304 4196468 140729474234784 140709249148512 140710446434005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6373376 140729474243180 140729474245980 140729474245980 140729474248655 0
[pid=14228/tid=14288] ppid=14225 vsize=11077984 memory=4050482322358744095 CPUtime=0.07 cores=1,3,5,7
/proc/14228/task/14288/stat : 14288 (java) S 14225 14228 13143 0 -1 1077944384 2 13179 0 0 0 0 5 2 20 0 15 0 227756851 11343855616 88291 33554432000 4194304 4196468 140729474234784 140709101299072 140710446434005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6373376 140729474243180 140729474245980 140729474245980 140729474248655 0
[pid=14228/tid=14289] ppid=14225 vsize=11077984 memory=2319529729611585206 CPUtime=0.07 cores=1,3,5,7
/proc/14228/task/14289/stat : 14289 (java) S 14225 14228 13143 0 -1 1077944384 3 13179 0 0 0 0 5 2 20 0 15 0 227756854 11343855616 88291 33554432000 4194304 4196468 140729474234784 140708793899344 140710446442395 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6373376 140729474243180 140729474245980 140729474245980 140729474248655 0
[pid=14228/tid=14290] ppid=14225 vsize=11077984 memory=0 CPUtime=1.58 cores=1,3,5,7
/proc/14228/task/14290/stat : 14290 (java) R 14225 14228 13143 0 -1 4202560 5846 13179 0 0 150 1 5 2 20 0 15 0 227756854 11343855616 88291 33554432000 4194304 4196468 140729474234784 140709870696400 140710438760708 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6373376 140729474243180 140729474245980 140729474245980 140729474248655 0
[pid=14228/tid=14291] ppid=14225 vsize=11077984 memory=281026287152456 CPUtime=1.68 cores=1,3,5,7
/proc/14228/task/14291/stat : 14291 (java) R 14225 14228 13143 0 -1 4202560 6943 13179 0 0 160 1 5 2 20 0 15 0 227756854 11343855616 88291 33554432000 4194304 4196468 140729474234784 140709869650320 140710426084464 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6373376 140729474243180 140729474245980 140729474245980 140729474248655 0
[pid=14228/tid=14292] ppid=14225 vsize=11077984 memory=0 CPUtime=1.36 cores=1,3,5,7
/proc/14228/task/14292/stat : 14292 (java) R 14225 14228 13143 0 -1 1077944384 5877 13179 0 0 127 2 5 2 20 0 15 0 227756854 11343855616 88291 33554432000 4194304 4196468 140729474234784 140709868607600 140710446434946 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 6373376 140729474243180 140729474245980 140729474245980 140729474248655 0
[pid=14228/tid=14293] ppid=14225 vsize=11077984 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/14228/task/14293/stat : 14293 (java) S 14225 14228 13143 0 -1 1077944384 3 13179 0 0 0 0 5 2 20 0 15 0 227756854 11343855616 88291 33554432000 4194304 4196468 140729474234784 140708363102432 140710446434005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6373376 140729474243180 140729474245980 140729474245980 140729474248655 0
[pid=14228/tid=14294] ppid=14225 vsize=11077984 memory=281026286933952 CPUtime=0.07 cores=1,3,5,7
/proc/14228/task/14294/stat : 14294 (java) S 14225 14228 13143 0 -1 1077944384 6 13179 0 0 0 0 5 2 20 0 15 0 227756854 11343855616 88291 33554432000 4194304 4196468 140729474234784 140709867556016 140710446434946 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6373376 140729474243180 140729474245980 140729474245980 140729474248655 0
Current children cumulated CPU time: 8.52 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 353164 KiB

[startup+4.40075 s]
/proc/loadavg: 1.56 1.38 1.41 6/215 14294
/proc/meminfo: memFree=15075588/32770624 swapFree=67108196/67108860
[pid=14228] ppid=14225 vsize=11077984 memory=372624 CPUtime=9.36 cores=1,3,5,7
/proc/14228/stat : 14228 (java) S 14225 14228 13143 0 -1 1077944320 66009 13179 0 0 907 22 5 2 20 0 15 0 227756839 11343855616 93156 33554432000 4194304 4196468 140729474234784 140729474217328 140710446423799 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 6373376 140729474243180 140729474245980 140729474245980 140729474248655 0
/proc/14228/statm: 2769496 93156 3500 1 0 2731149 0
[pid=14228/tid=14281] ppid=14225 vsize=11077984 memory=7378399653427112548 CPUtime=4.2 cores=1,3,5,7
/proc/14228/task/14281/stat : 14281 (java) S 14225 14228 13143 0 -1 1077944384 42661 13179 0 0 401 12 5 2 20 0 15 0 227756848 11343855616 93156 33554432000 4194304 4196468 140729474234784 140710418254880 140710446434005 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6373376 140729474243180 140729474245980 140729474245980 140729474248655 0
[pid=14228/tid=14282] ppid=14225 vsize=11077984 memory=7378399653427112548 CPUtime=0.1 cores=1,3,5,7
/proc/14228/task/14282/stat : 14282 (java) S 14225 14228 13143 0 -1 1077944384 89 13179 0 0 3 0 5 2 20 0 15 0 227756849 11343855616 93156 33554432000 4194304 4196468 140729474234784 140710450666128 140710446434005 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6373376 140729474243180 140729474245980 140729474245980 140729474248655 0
[pid=14228/tid=14283] ppid=14225 vsize=11077984 memory=11502406451 CPUtime=0.09 cores=1,3,5,7
/proc/14228/task/14283/stat : 14283 (java) S 14225 14228 13143 0 -1 1077944384 62 13179 0 0 2 0 5 2 20 0 15 0 227756849 11343855616 93156 33554432000 4194304 4196468 140729474234784 140710316001808 140710446434005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6373376 140729474243180 140729474245980 140729474245980 140729474248655 0
[pid=14228/tid=14284] ppid=14225 vsize=11077984 memory=11502406451 CPUtime=0.1 cores=1,3,5,7
/proc/14228/task/14284/stat : 14284 (java) S 14225 14228 13143 0 -1 1077944384 402 13179 0 0 3 0 5 2 20 0 15 0 227756849 11343855616 93156 33554432000 4194304 4196468 140729474234784 140710314949008 140710446434005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6373376 140729474243180 140729474245980 140729474245980 140729474248655 0
[pid=14228/tid=14285] ppid=14225 vsize=11077984 memory=7 CPUtime=0.1 cores=1,3,5,7
/proc/14228/task/14285/stat : 14285 (java) S 14225 14228 13143 0 -1 1077944384 48 13179 0 0 3 0 5 2 20 0 15 0 227756849 11343855616 93156 33554432000 4194304 4196468 140729474234784 140710313896208 140710446434005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6373376 140729474243180 140729474245980 140729474245980 140729474248655 0
[pid=14228/tid=14286] ppid=14225 vsize=11077984 memory=7 CPUtime=0.1 cores=1,3,5,7
/proc/14228/task/14286/stat : 14286 (java) D 14225 14228 13143 0 -1 4202560 1599 13179 0 0 3 0 5 2 20 0 15 0 227756850 11343855616 93156 33554432000 4194304 4196468 140729474234784 140709871766304 140710431636077 0 0 0 16800975 18446744072100379781 0 0 -1 7 0 0 0 0 0 6293624 6294260 6373376 140729474243180 140729474245980 140729474245980 140729474248655 0
[pid=14228/tid=14287] ppid=14225 vsize=11077984 memory=319020 CPUtime=0.07 cores=1,3,5,7
/proc/14228/task/14287/stat : 14287 (java) S 14225 14228 13143 0 -1 1077944384 16 13179 0 0 0 0 5 2 20 0 15 0 227756851 11343855616 93156 33554432000 4194304 4196468 140729474234784 140709249148512 140710446434005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6373376 140729474243180 140729474245980 140729474245980 140729474248655 0
[pid=14228/tid=14288] ppid=14225 vsize=11077984 memory=7 CPUtime=0.07 cores=1,3,5,7
/proc/14228/task/14288/stat : 14288 (java) S 14225 14228 13143 0 -1 1077944384 3 13179 0 0 0 0 5 2 20 0 15 0 227756851 11343855616 93156 33554432000 4194304 4196468 140729474234784 140709101299072 140710446434005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6373376 140729474243180 140729474245980 140729474245980 140729474248655 0
[pid=14228/tid=14289] ppid=14225 vsize=11077984 memory=7 CPUtime=0.07 cores=1,3,5,7
/proc/14228/task/14289/stat : 14289 (java) S 14225 14228 13143 0 -1 1077944384 3 13179 0 0 0 0 5 2 20 0 15 0 227756854 11343855616 93156 33554432000 4194304 4196468 140729474234784 140708793899344 140710446442395 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6373376 140729474243180 140729474245980 140729474245980 140729474248655 0
[pid=14228/tid=14290] ppid=14225 vsize=11077984 memory=7 CPUtime=1.79 cores=1,3,5,7
/proc/14228/task/14290/stat : 14290 (java) D 14225 14228 13143 0 -1 4202560 5916 13179 0 0 171 1 5 2 20 0 15 0 227756854 11343855616 93156 33554432000 4194304 4196468 140729474234784 140709870713496 140710426347935 0 4 0 16800975 18446744072100379781 0 0 -1 3 0 0 0 0 0 6293624 6294260 6373376 140729474243180 140729474245980 140729474245980 140729474248655 0
[pid=14228/tid=14291] ppid=14225 vsize=11077984 memory=7162220273922500690 CPUtime=1.89 cores=1,3,5,7
/proc/14228/task/14291/stat : 14291 (java) D 14225 14228 13143 0 -1 4202560 6997 13179 0 0 181 1 5 2 20 0 15 0 227756854 11343855616 93156 33554432000 4194304 4196468 140729474234784 140709869660320 140710426347935 0 4 0 16800975 18446744072100379781 0 0 -1 7 0 0 0 0 0 6293624 6294260 6373376 140729474243180 140729474245980 140729474245980 140729474248655 0
[pid=14228/tid=14292] ppid=14225 vsize=11077984 memory=8172437285416424814 CPUtime=1.44 cores=1,3,5,7
/proc/14228/task/14292/stat : 14292 (java) D 14225 14228 13143 0 -1 4202560 6010 13179 0 0 135 2 5 2 20 0 15 0 227756854 11343855616 93156 33554432000 4194304 4196468 140729474234784 140709868607520 140710426347935 0 4 0 16800975 18446744072100379781 0 0 -1 5 0 0 0 0 0 6293624 6294260 6373376 140729474243180 140729474245980 140729474245980 140729474248655 0
[pid=14228/tid=14293] ppid=14225 vsize=11077984 memory=8170494435635910508 CPUtime=0.07 cores=1,3,5,7
/proc/14228/task/14293/stat : 14293 (java) S 14225 14228 13143 0 -1 1077944384 3 13179 0 0 0 0 5 2 20 0 15 0 227756854 11343855616 93156 33554432000 4194304 4196468 140729474234784 140708363102432 140710446434005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6373376 140729474243180 140729474245980 140729474245980 140729474248655 0
[pid=14228/tid=14294] ppid=14225 vsize=11077984 memory=5787213827164104036 CPUtime=0.07 cores=1,3,5,7
/proc/14228/task/14294/stat : 14294 (java) D 14225 14228 13143 0 -1 4202560 7 13179 0 0 0 0 5 2 20 0 15 0 227756854 11343855616 93156 33554432000 4194304 4196468 140729474234784 140709867555936 140710431279886 0 4 0 16800975 18446744072100379781 0 0 -1 7 0 0 0 0 0 6293624 6294260 6373376 140729474243180 140729474245980 140729474245980 140729474248655 0
Current children cumulated CPU time: 9.36 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 372624 KiB

[startup+4.80072 s]*
/proc/loadavg: 1.56 1.38 1.41 2/202 14295
/proc/meminfo: memFree=15411044/32770624 swapFree=67108196/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0
Real time (s): 4.81048
CPU time (s): 10.0782
CPU user time (s): 9.79612
CPU system time (s): 0.282086
CPU usage (%): 209.505
Max. virtual memory (cumulated for all children) (KiB): 11080692
Max. memory (cumulated for all children) (KiB): 379308

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9.79612
system time used= 0.282086
maximum resident set size= 385568
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 79460
page faults= 0
swaps= 0
block input operations= 0
block output operations= 184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7021
involuntary context switches= 59


# summary of solver processes directly reported to runsolver:
#   pid: 14228
#   total CPU time (s): 10.0782
#   total CPU user time (s): 9.79612
#   total CPU system time (s): 0.282086

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.050504 second user time and 0.088379 second system time

The end

Launcher Data

Begin job on node151 at 2018-08-12 21:25:36
IDJOB=4304549
IDBENCH=141372
IDSOLVER=2780
FILE ID=node151/4304549-1534101936
RUNJOBID= node151-1534096964-13175
PBS_JOBID= 21036999
Free space on /tmp= 41228 MiB

SOLVER NAME= Concrete 3.9.2
BENCH NAME= XCSP18/GolombRuler/GolombRuler-a3v18-08_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4304549-1534101936/watcher-4304549-1534101936 -o /tmp/evaluation-result-4304549-1534101936/solver-4304549-1534101936 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1534096964-13175 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=1604467944 HOME/instance-4304549-1534101936.xml

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

MD5SUM BENCH= 5c5040f535ec624befc4f337dc6f1e70
RANDOM SEED=1604467944

node151.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.87
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.87
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.87
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.87
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:        15414744 kB
MemAvailable:   28626052 kB
Buffers:          191700 kB
Cached:         13133068 kB
SwapCached:           16 kB
Active:          9067280 kB
Inactive:        7585288 kB
Active(anon):    3277016 kB
Inactive(anon):   102580 kB
Active(file):    5790264 kB
Inactive(file):  7482708 kB
Unevictable:        7836 kB
Mlocked:            7836 kB
SwapTotal:      67108860 kB
SwapFree:       67108196 kB
Dirty:             26484 kB
Writeback:             0 kB
AnonPages:       3370092 kB
Mapped:            72896 kB
Shmem:             49524 kB
Slab:             395148 kB
SReclaimable:     366796 kB
SUnreclaim:        28352 kB
KernelStack:        3808 kB
PageTables:        11816 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4315716 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3080192 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 41200 MiB
End job on node151 at 2018-08-12 21:25:41