Trace number 4294348

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-13OPT25 7.54995 3.87554

General information on the benchmark

NameGolombRuler/
GolombRuler-a3v18-07_c18.xml
MD5SUMe42a0bd121bf3364b1a4e345eaac980a
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark25
Best CPU time to get the best result obtained on this benchmark0.04028
Satisfiable
(Un)Satisfiability was proved
Number of variables56
Number of constraints22
Number of domains2
Minimum domain size49
Maximum domain size50
Distribution of domain sizes[{"size":49,"count":21},{"size":50,"count":7}]
Minimum variable degree0
Maximum variable degree7
Distribution of variable degrees[{"degree":0,"count":28},{"degree":2,"count":21},{"degree":6,"count":6},{"degree":7,"count":1}]
Minimum constraint arity3
Maximum constraint arity21
Distribution of constraint arities[{"arity":3,"count":21},{"arity":21,"count":1}]
Number of extensional constraints0
Number of intensional constraints21
Distribution of constraint types[{"type":"intension","count":21},{"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

1.00/0.74	c Concrete v3.8.1528841891564 running
6.43/3.36	o 31
6.43/3.38	o 27
6.74/3.45	o 26
6.74/3.47	o 25
7.43/3.60	v <instantiation cost="25">
7.43/3.60	v       <list>
7.43/3.60	v         x[0] x[1] x[2] x[3] x[4] x[5] x[6] y[0][1] y[0][2] y[0][3] y[0][4] y[0][5] y[0][6] y[1][2] y[1][3] y[1][4] y[1][5] y[1][6] y[2][3] y[2][4] y[2][5] y[2][6] y[3][4] y[3][5] y[3][6] y[4][5] y[4][6] y[5][6]
7.43/3.60	v       </list>
7.43/3.60	v       <values>
7.43/3.60	v         0 2 3 10 16 21 25 2 3 10 16 21 25 1 8 14 19 23 7 13 18 22 6 11 15 5 9 4
7.43/3.60	v       </values>
7.43/3.60	v     </instantiation>
7.43/3.60	s OPTIMUM FOUND

Verifier Data

OK	25

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4294348-1532468907/watcher-4294348-1532468907 -o /tmp/evaluation-result-4294348-1532468907/solver-4294348-1532468907 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1532466433-19936 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=928958761 HOME/instance-4294348-1532468907.xml 

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

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=20630, runsolver pid=20627
Current StackSize limit: 8192 KiB


[startup+0.100162 s]*
/proc/loadavg: 1.42 1.34 1.36 3/210 20687
/proc/meminfo: memFree=19923772/32770624 swapFree=67108860/67108860
[pid=20630] ppid=20627 vsize=9972712 memory=17076 CPUtime=0.1 cores=0,2,4,6
/proc/20630/stat : 20630 (java) S 20627 20630 19905 0 -1 1077944320 4410 13091 0 0 1 1 5 3 20 0 6 0 64453897 10212057088 4269 33554432000 4194304 4196468 140725709415472 140725709398016 140039340252919 0 0 0 16784584 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 38371328 140725709421167 140725709423964 140725709423964 140725709426639 0
/proc/20630/statm: 2493178 4269 1934 1 0 2481616 0
[pid=20630/tid=20683] ppid=20627 vsize=9972712 memory=4628411388058700198 CPUtime=0.09 cores=0,2,4,6
/proc/20630/task/20683/stat : 20683 (java) R 20627 20630 19905 0 -1 4202560 2220 13091 0 0 1 0 5 3 20 0 6 0 64453906 10212057088 4269 33554432000 4194304 4196468 140725709415472 140039312089680 140039324333406 0 4 0 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38371328 140725709421167 140725709423964 140725709423964 140725709426639 0
[pid=20630/tid=20684] ppid=20627 vsize=9972712 memory=5793855738384288185 CPUtime=0.08 cores=0,2,4,6
/proc/20630/task/20684/stat : 20684 (java) S 20627 20630 19905 0 -1 1077944384 1 13091 0 0 0 0 5 3 20 0 6 0 64453906 10212057088 4269 33554432000 4194304 4196468 140725709415472 140039344494992 140039340263125 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38371328 140725709421167 140725709423964 140725709423964 140725709426639 0
[pid=20630/tid=20685] ppid=20627 vsize=9972712 memory=140487374395008 CPUtime=0.08 cores=0,2,4,6
/proc/20630/task/20685/stat : 20685 (java) S 20627 20630 19905 0 -1 1077944384 1 13091 0 0 0 0 5 3 20 0 6 0 64453906 10212057088 4269 33554432000 4194304 4196468 140725709415472 140039232768272 140039340263125 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38371328 140725709421167 140725709423964 140725709423964 140725709426639 0
[pid=20630/tid=20686] ppid=20627 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/20630/task/20686/stat : 20686 (java) S 20627 20630 19905 0 -1 1077944384 1 13091 0 0 0 0 5 3 20 0 6 0 64453906 10212057088 4269 33554432000 4194304 4196468 140725709415472 140039231715984 140039340263125 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38371328 140725709421167 140725709423964 140725709423964 140725709426639 0
[pid=20630/tid=20687] ppid=20627 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/20630/task/20687/stat : 20687 (java) S 20627 20630 19905 0 -1 1077944384 2 13091 0 0 0 0 5 3 20 0 6 0 64453906 10212057088 4269 33554432000 4194304 4196468 140725709415472 140039230663184 140039340263125 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38371328 140725709421167 140725709423964 140725709423964 140725709426639 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 17076 KiB

[startup+0.210091 s]*
/proc/loadavg: 1.42 1.34 1.36 4/219 20696
/proc/meminfo: memFree=19903088/32770624 swapFree=67108860/67108860
[pid=20630] ppid=20627 vsize=10818904 memory=41612 CPUtime=0.26 cores=0,2,4,6
/proc/20630/stat : 20630 (java) S 20627 20630 19905 0 -1 1077944320 8190 13091 0 0 16 2 5 3 20 0 15 0 64453897 11078557696 10403 33554432000 4194304 4196468 140725709415472 140725709398016 140039340252919 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 38371328 140725709421167 140725709423964 140725709423964 140725709426639 0
/proc/20630/statm: 2704726 10403 2955 1 0 2667149 0
[pid=20630/tid=20683] ppid=20627 vsize=10818904 memory=-8540663193526752614 CPUtime=0.19 cores=0,2,4,6
/proc/20630/task/20683/stat : 20683 (java) R 20627 20630 19905 0 -1 4202560 4725 13091 0 0 10 1 5 3 20 0 15 0 64453906 11078557696 10403 33554432000 4194304 4196468 140725709415472 140039312030880 140039324333406 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38371328 140725709421167 140725709423964 140725709423964 140725709426639 0
[pid=20630/tid=20684] ppid=20627 vsize=10818904 memory=4211974213579185546 CPUtime=0.08 cores=0,2,4,6
/proc/20630/task/20684/stat : 20684 (java) S 20627 20630 19905 0 -1 1077944384 1 13091 0 0 0 0 5 3 20 0 15 0 64453906 11078557696 10403 33554432000 4194304 4196468 140725709415472 140039344494992 140039340263125 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38371328 140725709421167 140725709423964 140725709423964 140725709426639 0
[pid=20630/tid=20685] ppid=20627 vsize=10818904 memory=140487374395008 CPUtime=0.08 cores=0,2,4,6
/proc/20630/task/20685/stat : 20685 (java) S 20627 20630 19905 0 -1 1077944384 1 13091 0 0 0 0 5 3 20 0 15 0 64453906 11078557696 10403 33554432000 4194304 4196468 140725709415472 140039232768272 140039340263125 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38371328 140725709421167 140725709423964 140725709423964 140725709426639 0
[pid=20630/tid=20686] ppid=20627 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/20630/task/20686/stat : 20686 (java) S 20627 20630 19905 0 -1 1077944384 1 13091 0 0 0 0 5 3 20 0 15 0 64453906 11078557696 10403 33554432000 4194304 4196468 140725709415472 140039231715984 140039340263125 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38371328 140725709421167 140725709423964 140725709423964 140725709426639 0
[pid=20630/tid=20687] ppid=20627 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/20630/task/20687/stat : 20687 (java) S 20627 20630 19905 0 -1 1077944384 2 13091 0 0 0 0 5 3 20 0 15 0 64453906 11078557696 10403 33554432000 4194304 4196468 140725709415472 140039230663184 140039340263125 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38371328 140725709421167 140725709423964 140725709423964 140725709426639 0
[pid=20630/tid=20688] ppid=20627 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/20630/task/20688/stat : 20688 (java) S 20627 20630 19905 0 -1 1077944384 2 13091 0 0 0 0 5 3 20 0 15 0 64453908 11078557696 10403 33554432000 4194304 4196468 140725709415472 140038342941296 140039340264066 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38371328 140725709421167 140725709423964 140725709423964 140725709426639 0
[pid=20630/tid=20689] ppid=20627 vsize=10818904 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/20630/task/20689/stat : 20689 (java) S 20627 20630 19905 0 -1 1077944384 33 13091 0 0 0 0 5 3 20 0 15 0 64453908 11078557696 10403 33554432000 4194304 4196468 140725709415472 140038341887264 140039340263125 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38371328 140725709421167 140725709423964 140725709423964 140725709426639 0
[pid=20630/tid=20690] ppid=20627 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/20630/task/20690/stat : 20690 (java) S 20627 20630 19905 0 -1 1077944384 1 13091 0 0 0 0 5 3 20 0 15 0 64453909 11078557696 10403 33554432000 4194304 4196468 140725709415472 140038213985904 140039340263125 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38371328 140725709421167 140725709423964 140725709423964 140725709426639 0
[pid=20630/tid=20691] ppid=20627 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/20630/task/20691/stat : 20691 (java) S 20627 20630 19905 0 -1 1077944384 3 13091 0 0 0 0 5 3 20 0 15 0 64453911 11078557696 10403 33554432000 4194304 4196468 140725709415472 140037906586192 140039340271515 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38371328 140725709421167 140725709423964 140725709423964 140725709426639 0
[pid=20630/tid=20692] ppid=20627 vsize=10818904 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/20630/task/20692/stat : 20692 (java) S 20627 20630 19905 0 -1 1077944384 424 13091 0 0 1 0 5 3 20 0 15 0 64453911 11078557696 10403 33554432000 4194304 4196468 140725709415472 140038308329584 140039340264066 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38371328 140725709421167 140725709423964 140725709423964 140725709426639 0
[pid=20630/tid=20693] ppid=20627 vsize=10818904 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/20630/task/20693/stat : 20693 (java) S 20627 20630 19905 0 -1 1077944384 192 13091 0 0 0 0 5 3 20 0 15 0 64453911 11078557696 10403 33554432000 4194304 4196468 140725709415472 140038307276784 140039340264066 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38371328 140725709421167 140725709423964 140725709423964 140725709426639 0
[pid=20630/tid=20694] ppid=20627 vsize=10818904 memory=140487374395008 CPUtime=0.11 cores=0,2,4,6
/proc/20630/task/20694/stat : 20694 (java) R 20627 20630 19905 0 -1 4202560 609 13091 0 0 3 0 5 3 20 0 15 0 64453911 11078557696 10403 33554432000 4194304 4196468 140725709415472 140038306224496 140039318926990 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38371328 140725709421167 140725709423964 140725709423964 140725709426639 0
[pid=20630/tid=20695] ppid=20627 vsize=10818904 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/20630/task/20695/stat : 20695 (java) S 20627 20630 19905 0 -1 1077944384 3 13091 0 0 0 0 5 3 20 0 15 0 64453912 11078557696 10403 33554432000 4194304 4196468 140725709415472 140037873027552 140039340263125 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38371328 140725709421167 140725709423964 140725709423964 140725709426639 0
[pid=20630/tid=20696] ppid=20627 vsize=10818904 memory=140487374395008 CPUtime=0.08 cores=0,2,4,6
/proc/20630/task/20696/stat : 20696 (java) S 20627 20630 19905 0 -1 1077944384 1 13091 0 0 0 0 5 3 20 0 15 0 64453912 11078557696 10403 33554432000 4194304 4196468 140725709415472 140038305172400 140039340264066 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38371328 140725709421167 140725709423964 140725709423964 140725709426639 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10818904 KiB
Current children cumulated memory: 41612 KiB

[startup+0.31053 s]*
/proc/loadavg: 1.42 1.34 1.36 3/219 20696
/proc/meminfo: memFree=19891800/32770624 swapFree=67108860/67108860
[pid=20630] ppid=20627 vsize=10819352 memory=52328 CPUtime=0.39 cores=0,2,4,6
/proc/20630/stat : 20630 (java) S 20627 20630 19905 0 -1 1077944320 10689 13091 0 0 28 3 5 3 20 0 15 0 64453897 11079016448 13082 33554432000 4194304 4196468 140725709415472 140725709398016 140039340252919 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 38371328 140725709421167 140725709423964 140725709423964 140725709426639 0
/proc/20630/statm: 2704838 13082 3074 1 0 2667149 0
[pid=20630/tid=20683] ppid=20627 vsize=10819352 memory=6791534058613427641 CPUtime=0.29 cores=0,2,4,6
/proc/20630/task/20683/stat : 20683 (java) R 20627 20630 19905 0 -1 4202560 7215 13091 0 0 19 2 5 3 20 0 15 0 64453906 11079016448 13082 33554432000 4194304 4196468 140725709415472 140039312064928 140039324333406 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38371328 140725709421167 140725709423964 140725709423964 140725709426639 0
[pid=20630/tid=20684] ppid=20627 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/20630/task/20684/stat : 20684 (java) S 20627 20630 19905 0 -1 1077944384 1 13091 0 0 0 0 5 3 20 0 15 0 64453906 11079016448 13082 33554432000 4194304 4196468 140725709415472 140039344494992 140039340263125 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38371328 140725709421167 140725709423964 140725709423964 140725709426639 0
[pid=20630/tid=20685] ppid=20627 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/20630/task/20685/stat : 20685 (java) S 20627 20630 19905 0 -1 1077944384 1 13091 0 0 0 0 5 3 20 0 15 0 64453906 11079016448 13082 33554432000 4194304 4196468 140725709415472 140039232768272 140039340263125 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38371328 140725709421167 140725709423964 140725709423964 140725709426639 0
[pid=20630/tid=20686] ppid=20627 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/20630/task/20686/stat : 20686 (java) S 20627 20630 19905 0 -1 1077944384 1 13091 0 0 0 0 5 3 20 0 15 0 64453906 11079016448 13082 33554432000 4194304 4196468 140725709415472 140039231715984 140039340263125 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38371328 140725709421167 140725709423964 140725709423964 140725709426639 0
[pid=20630/tid=20687] ppid=20627 vsize=10819352 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/20630/task/20687/stat : 20687 (java) S 20627 20630 19905 0 -1 1077944384 2 13091 0 0 0 0 5 3 20 0 15 0 64453906 11079016448 13082 33554432000 4194304 4196468 140725709415472 140039230663184 140039340263125 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38371328 140725709421167 140725709423964 140725709423964 140725709426639 0
[pid=20630/tid=20688] ppid=20627 vsize=10819352 memory=140487374395007 CPUtime=0.08 cores=0,2,4,6
/proc/20630/task/20688/stat : 20688 (java) S 20627 20630 19905 0 -1 1077944384 2 13091 0 0 0 0 5 3 20 0 15 0 64453908 11079016448 13082 33554432000 4194304 4196468 140725709415472 140038342941296 140039340264066 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38371328 140725709421167 140725709423964 140725709423964 140725709426639 0
[pid=20630/tid=20689] ppid=20627 vsize=10819352 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/20630/task/20689/stat : 20689 (java) S 20627 20630 19905 0 -1 1077944384 33 13091 0 0 0 0 5 3 20 0 15 0 64453908 11079016448 13082 33554432000 4194304 4196468 140725709415472 140038341887264 140039340263125 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38371328 140725709421167 140725709423964 140725709423964 140725709426639 0
[pid=20630/tid=20690] ppid=20627 vsize=10819352 memory=140487374395008 CPUtime=0.08 cores=0,2,4,6
/proc/20630/task/20690/stat : 20690 (java) S 20627 20630 19905 0 -1 1077944384 1 13091 0 0 0 0 5 3 20 0 15 0 64453909 11079016448 13082 33554432000 4194304 4196468 140725709415472 140038213985904 140039340263125 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38371328 140725709421167 140725709423964 140725709423964 140725709426639 0
[pid=20630/tid=20691] ppid=20627 vsize=10819352 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/20630/task/20691/stat : 20691 (java) S 20627 20630 19905 0 -1 1077944384 3 13091 0 0 0 0 5 3 20 0 15 0 64453911 11079016448 13082 33554432000 4194304 4196468 140725709415472 140037906586192 140039340271515 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38371328 140725709421167 140725709423964 140725709423964 140725709426639 0
[pid=20630/tid=20692] ppid=20627 vsize=10819352 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/20630/task/20692/stat : 20692 (java) S 20627 20630 19905 0 -1 1077944384 424 13091 0 0 2 0 5 3 20 0 15 0 64453911 11079016448 13082 33554432000 4194304 4196468 140725709415472 140038308329584 140039340264066 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38371328 140725709421167 140725709423964 140725709423964 140725709426639 0
[pid=20630/tid=20693] ppid=20627 vsize=10819352 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/20630/task/20693/stat : 20693 (java) S 20627 20630 19905 0 -1 1077944384 193 13091 0 0 1 0 5 3 20 0 15 0 64453911 11079016448 13082 33554432000 4194304 4196468 140725709415472 140038307276784 140039340264066 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38371328 140725709421167 140725709423964 140725709423964 140725709426639 0
[pid=20630/tid=20694] ppid=20627 vsize=10819352 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/20630/task/20694/stat : 20694 (java) S 20627 20630 19905 0 -1 1077944384 615 13091 0 0 4 0 5 3 20 0 15 0 64453911 11079016448 13082 33554432000 4194304 4196468 140725709415472 140038306224496 140039340264066 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38371328 140725709421167 140725709423964 140725709423964 140725709426639 0
[pid=20630/tid=20695] ppid=20627 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/20630/task/20695/stat : 20695 (java) S 20627 20630 19905 0 -1 1077944384 3 13091 0 0 0 0 5 3 20 0 15 0 64453912 11079016448 13082 33554432000 4194304 4196468 140725709415472 140037873027552 140039340263125 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38371328 140725709421167 140725709423964 140725709423964 140725709426639 0
[pid=20630/tid=20696] ppid=20627 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/20630/task/20696/stat : 20696 (java) S 20627 20630 19905 0 -1 1077944384 1 13091 0 0 0 0 5 3 20 0 15 0 64453912 11079016448 13082 33554432000 4194304 4196468 140725709415472 140038305172400 140039340264066 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38371328 140725709421167 140725709423964 140725709423964 140725709426639 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 52328 KiB

[startup+0.700785 s]
/proc/loadavg: 1.42 1.34 1.36 3/219 20696
/proc/meminfo: memFree=19881132/32770624 swapFree=67108860/67108860
[pid=20630] ppid=20627 vsize=10819352 memory=84616 CPUtime=1 cores=0,2,4,6
/proc/20630/stat : 20630 (java) S 20627 20630 19905 0 -1 1077944320 16791 13091 0 0 88 4 5 3 20 0 15 0 64453897 11079016448 21154 33554432000 4194304 4196468 140725709415472 140725709398016 140039340252919 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 38371328 140725709421167 140725709423964 140725709423964 140725709426639 0
/proc/20630/statm: 2704838 21154 3237 1 0 2667149 0
[pid=20630/tid=20683] ppid=20627 vsize=10819352 memory=19824 CPUtime=0.67 cores=0,2,4,6
/proc/20630/task/20683/stat : 20683 (java) R 20627 20630 19905 0 -1 4202560 12204 13091 0 0 57 2 5 3 20 0 15 0 64453906 11079016448 21154 33554432000 4194304 4196468 140725709415472 140039312073744 140039321816518 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38371328 140725709421167 140725709423964 140725709423964 140725709426639 0
[pid=20630/tid=20684] ppid=20627 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/20630/task/20684/stat : 20684 (java) S 20627 20630 19905 0 -1 1077944384 1 13091 0 0 0 0 5 3 20 0 15 0 64453906 11079016448 21154 33554432000 4194304 4196468 140725709415472 140039344494992 140039340263125 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38371328 140725709421167 140725709423964 140725709423964 140725709426639 0
[pid=20630/tid=20685] ppid=20627 vsize=10819352 memory=288230583132496608 CPUtime=0.08 cores=0,2,4,6
/proc/20630/task/20685/stat : 20685 (java) S 20627 20630 19905 0 -1 1077944384 1 13091 0 0 0 0 5 3 20 0 15 0 64453906 11079016448 21154 33554432000 4194304 4196468 140725709415472 140039232768272 140039340263125 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38371328 140725709421167 140725709423964 140725709423964 140725709426639 0
[pid=20630/tid=20686] ppid=20627 vsize=10819352 memory=288287775051220497 CPUtime=0.08 cores=0,2,4,6
/proc/20630/task/20686/stat : 20686 (java) S 20627 20630 19905 0 -1 1077944384 1 13091 0 0 0 0 5 3 20 0 15 0 64453906 11079016448 21154 33554432000 4194304 4196468 140725709415472 140039231715984 140039340263125 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38371328 140725709421167 140725709423964 140725709423964 140725709426639 0
[pid=20630/tid=20687] ppid=20627 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/20630/task/20687/stat : 20687 (java) S 20627 20630 19905 0 -1 1077944384 2 13091 0 0 0 0 5 3 20 0 15 0 64453906 11079016448 21154 33554432000 4194304 4196468 140725709415472 140039230663184 140039340263125 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38371328 140725709421167 140725709423964 140725709423964 140725709426639 0
[pid=20630/tid=20688] ppid=20627 vsize=10819352 memory=140487239705088 CPUtime=0.08 cores=0,2,4,6
/proc/20630/task/20688/stat : 20688 (java) S 20627 20630 19905 0 -1 1077944384 5 13091 0 0 0 0 5 3 20 0 15 0 64453908 11079016448 21154 33554432000 4194304 4196468 140725709415472 140038342941296 140039340264066 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38371328 140725709421167 140725709423964 140725709423964 140725709426639 0
[pid=20630/tid=20689] ppid=20627 vsize=10819352 memory=140488380253154 CPUtime=0.08 cores=0,2,4,6
/proc/20630/task/20689/stat : 20689 (java) S 20627 20630 19905 0 -1 1077944384 33 13091 0 0 0 0 5 3 20 0 15 0 64453908 11079016448 21154 33554432000 4194304 4196468 140725709415472 140038341887264 140039340263125 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38371328 140725709421167 140725709423964 140725709423964 140725709426639 0
[pid=20630/tid=20690] ppid=20627 vsize=10819352 memory=956 CPUtime=0.08 cores=0,2,4,6
/proc/20630/task/20690/stat : 20690 (java) S 20627 20630 19905 0 -1 1077944384 1 13091 0 0 0 0 5 3 20 0 15 0 64453909 11079016448 21154 33554432000 4194304 4196468 140725709415472 140038213985904 140039340263125 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38371328 140725709421167 140725709423964 140725709423964 140725709426639 0
[pid=20630/tid=20691] ppid=20627 vsize=10819352 memory=7305218370954160725 CPUtime=0.08 cores=0,2,4,6
/proc/20630/task/20691/stat : 20691 (java) S 20627 20630 19905 0 -1 1077944384 3 13091 0 0 0 0 5 3 20 0 15 0 64453911 11079016448 21154 33554432000 4194304 4196468 140725709415472 140037906586192 140039340271515 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38371328 140725709421167 140725709423964 140725709423964 140725709426639 0
[pid=20630/tid=20692] ppid=20627 vsize=10819352 memory=7452169109558028137 CPUtime=0.16 cores=0,2,4,6
/proc/20630/task/20692/stat : 20692 (java) S 20627 20630 19905 0 -1 1077944384 854 13091 0 0 8 0 5 3 20 0 15 0 64453911 11079016448 21154 33554432000 4194304 4196468 140725709415472 140038308329584 140039340264066 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38371328 140725709421167 140725709423964 140725709423964 140725709426639 0
[pid=20630/tid=20693] ppid=20627 vsize=10819352 memory=6935652554413002832 CPUtime=0.17 cores=0,2,4,6
/proc/20630/task/20693/stat : 20693 (java) S 20627 20630 19905 0 -1 1077944384 823 13091 0 0 9 0 5 3 20 0 15 0 64453911 11079016448 21154 33554432000 4194304 4196468 140725709415472 140038307276784 140039340264066 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38371328 140725709421167 140725709423964 140725709423964 140725709426639 0
[pid=20630/tid=20694] ppid=20627 vsize=10819352 memory=5450909908396308010 CPUtime=0.21 cores=0,2,4,6
/proc/20630/task/20694/stat : 20694 (java) S 20627 20630 19905 0 -1 1077944384 665 13091 0 0 13 0 5 3 20 0 15 0 64453911 11079016448 21154 33554432000 4194304 4196468 140725709415472 140038306224496 140039340264066 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38371328 140725709421167 140725709423964 140725709423964 140725709426639 0
[pid=20630/tid=20695] ppid=20627 vsize=10819352 memory=1404238533875048054 CPUtime=0.08 cores=0,2,4,6
/proc/20630/task/20695/stat : 20695 (java) S 20627 20630 19905 0 -1 1077944384 3 13091 0 0 0 0 5 3 20 0 15 0 64453912 11079016448 21154 33554432000 4194304 4196468 140725709415472 140037873027552 140039340263125 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38371328 140725709421167 140725709423964 140725709423964 140725709426639 0
[pid=20630/tid=20696] ppid=20627 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/20630/task/20696/stat : 20696 (java) S 20627 20630 19905 0 -1 1077944384 1 13091 0 0 0 0 5 3 20 0 15 0 64453912 11079016448 21154 33554432000 4194304 4196468 140725709415472 140038305172400 140039340264066 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38371328 140725709421167 140725709423964 140725709423964 140725709426639 0
Current children cumulated CPU time: 1 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 84616 KiB

[startup+1.50079 s]
/proc/loadavg: 1.42 1.34 1.36 4/219 20696
/proc/meminfo: memFree=19835652/32770624 swapFree=67108860/67108860
[pid=20630] ppid=20627 vsize=10834252 memory=175728 CPUtime=2.25 cores=0,2,4,6
/proc/20630/stat : 20630 (java) S 20627 20630 19905 0 -1 1077944320 24080 13091 0 0 208 9 5 3 20 0 15 0 64453897 11094274048 43932 33554432000 4194304 4196468 140725709415472 140725709398016 140039340252919 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 38371328 140725709421167 140725709423964 140725709423964 140725709426639 0
/proc/20630/statm: 2708563 43932 3467 1 0 2670221 0
[pid=20630/tid=20683] ppid=20627 vsize=10834252 memory=172040 CPUtime=1.44 cores=0,2,4,6
/proc/20630/task/20683/stat : 20683 (java) R 20627 20630 19905 0 -1 4202560 17914 13091 0 0 131 5 5 3 20 0 15 0 64453906 11094274048 43932 33554432000 4194304 4196468 140725709415472 140039312084928 140039324333406 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38371328 140725709421167 140725709423964 140725709423964 140725709426639 0
[pid=20630/tid=20684] ppid=20627 vsize=10834252 memory=-3117775541953848935 CPUtime=0.08 cores=0,2,4,6
/proc/20630/task/20684/stat : 20684 (java) S 20627 20630 19905 0 -1 1077944384 71 13091 0 0 0 0 5 3 20 0 15 0 64453906 11094274048 43932 33554432000 4194304 4196468 140725709415472 140039344494992 140039340263125 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38371328 140725709421167 140725709423964 140725709423964 140725709426639 0
[pid=20630/tid=20685] ppid=20627 vsize=10834252 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/20630/task/20685/stat : 20685 (java) S 20627 20630 19905 0 -1 1077944384 17 13091 0 0 0 0 5 3 20 0 15 0 64453906 11094274048 43932 33554432000 4194304 4196468 140725709415472 140039232768272 140039340263125 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38371328 140725709421167 140725709423964 140725709423964 140725709426639 0
[pid=20630/tid=20686] ppid=20627 vsize=10834252 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/20630/task/20686/stat : 20686 (java) S 20627 20630 19905 0 -1 1077944384 285 13091 0 0 1 0 5 3 20 0 15 0 64453906 11094274048 43932 33554432000 4194304 4196468 140725709415472 140039231715984 140039340263125 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38371328 140725709421167 140725709423964 140725709423964 140725709426639 0
[pid=20630/tid=20687] ppid=20627 vsize=10834252 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/20630/task/20687/stat : 20687 (java) S 20627 20630 19905 0 -1 1077944384 43 13091 0 0 1 0 5 3 20 0 15 0 64453906 11094274048 43932 33554432000 4194304 4196468 140725709415472 140039230663184 140039340263125 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38371328 140725709421167 140725709423964 140725709423964 140725709426639 0
[pid=20630/tid=20688] ppid=20627 vsize=10834252 memory=229341522888431 CPUtime=0.09 cores=0,2,4,6
/proc/20630/task/20688/stat : 20688 (java) S 20627 20630 19905 0 -1 1077944384 56 13091 0 0 1 0 5 3 20 0 15 0 64453908 11094274048 43932 33554432000 4194304 4196468 140725709415472 140038342941296 140039340264066 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38371328 140725709421167 140725709423964 140725709423964 140725709426639 0
[pid=20630/tid=20689] ppid=20627 vsize=10834252 memory=278973 CPUtime=0.08 cores=0,2,4,6
/proc/20630/task/20689/stat : 20689 (java) S 20627 20630 19905 0 -1 1077944384 34 13091 0 0 0 0 5 3 20 0 15 0 64453908 11094274048 43932 33554432000 4194304 4196468 140725709415472 140038341887328 140039340263125 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38371328 140725709421167 140725709423964 140725709423964 140725709426639 0
[pid=20630/tid=20690] ppid=20627 vsize=10834252 memory=6935650355271196736 CPUtime=0.08 cores=0,2,4,6
/proc/20630/task/20690/stat : 20690 (java) S 20627 20630 19905 0 -1 1077944384 1 13091 0 0 0 0 5 3 20 0 15 0 64453909 11094274048 43932 33554432000 4194304 4196468 140725709415472 140038213985920 140039340263125 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38371328 140725709421167 140725709423964 140725709423964 140725709426639 0
[pid=20630/tid=20691] ppid=20627 vsize=10834252 memory=6935649255759568960 CPUtime=0.08 cores=0,2,4,6
/proc/20630/task/20691/stat : 20691 (java) S 20627 20630 19905 0 -1 1077944384 3 13091 0 0 0 0 5 3 20 0 15 0 64453911 11094274048 43932 33554432000 4194304 4196468 140725709415472 140037906586192 140039340271515 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38371328 140725709421167 140725709423964 140725709423964 140725709426639 0
[pid=20630/tid=20692] ppid=20627 vsize=10834252 memory=280974478803184 CPUtime=0.25 cores=0,2,4,6
/proc/20630/task/20692/stat : 20692 (java) S 20627 20630 19905 0 -1 1077944384 1053 13091 0 0 17 0 5 3 20 0 15 0 64453911 11094274048 43932 33554432000 4194304 4196468 140725709415472 140038308329584 140039340264066 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38371328 140725709421167 140725709423964 140725709423964 140725709426639 0
[pid=20630/tid=20693] ppid=20627 vsize=10834252 memory=4639059873309409383 CPUtime=0.32 cores=0,2,4,6
/proc/20630/task/20693/stat : 20693 (java) S 20627 20630 19905 0 -1 1077944384 1322 13091 0 0 24 0 5 3 20 0 15 0 64453911 11094274048 43932 33554432000 4194304 4196468 140725709415472 140038307276784 140039340264066 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38371328 140725709421167 140725709423964 140725709423964 140725709426639 0
[pid=20630/tid=20694] ppid=20627 vsize=10834252 memory=-6305718286815616896 CPUtime=0.37 cores=0,2,4,6
/proc/20630/task/20694/stat : 20694 (java) S 20627 20630 19905 0 -1 1077944384 1086 13091 0 0 29 0 5 3 20 0 15 0 64453911 11094274048 43932 33554432000 4194304 4196468 140725709415472 140038306224496 140039340264066 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38371328 140725709421167 140725709423964 140725709423964 140725709426639 0
[pid=20630/tid=20695] ppid=20627 vsize=10834252 memory=6655300316396806240 CPUtime=0.08 cores=0,2,4,6
/proc/20630/task/20695/stat : 20695 (java) S 20627 20630 19905 0 -1 1077944384 3 13091 0 0 0 0 5 3 20 0 15 0 64453912 11094274048 43932 33554432000 4194304 4196468 140725709415472 140037873027552 140039340263125 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38371328 140725709421167 140725709423964 140725709423964 140725709426639 0
[pid=20630/tid=20696] ppid=20627 vsize=10834252 memory=6944656592455360604 CPUtime=0.08 cores=0,2,4,6
/proc/20630/task/20696/stat : 20696 (java) S 20627 20630 19905 0 -1 1077944384 1 13091 0 0 0 0 5 3 20 0 15 0 64453912 11094274048 43932 33554432000 4194304 4196468 140725709415472 140038305172400 140039340264066 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38371328 140725709421167 140725709423964 140725709423964 140725709426639 0
Current children cumulated CPU time: 2.25 s
Current children cumulated vsize: 10834252 KiB
Current children cumulated memory: 175728 KiB

[startup+3.11051 s]
/proc/loadavg: 1.42 1.34 1.36 4/219 20696
/proc/meminfo: memFree=19695848/32770624 swapFree=67108860/67108860
[pid=20630] ppid=20627 vsize=10846560 memory=261612 CPUtime=5.88 cores=0,2,4,6
/proc/20630/stat : 20630 (java) S 20627 20630 19905 0 -1 1077944320 44638 13091 0 0 564 16 5 3 20 0 15 0 64453897 11106877440 65403 33554432000 4194304 4196468 140725709415472 140725709398016 140039340252919 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 38371328 140725709421167 140725709423964 140725709423964 140725709426639 0
/proc/20630/statm: 2711640 65403 3491 1 0 2673293 0
[pid=20630/tid=20683] ppid=20627 vsize=10846560 memory=7450177996960325715 CPUtime=3 cores=0,2,4,6
/proc/20630/task/20683/stat : 20683 (java) R 20627 20630 19905 0 -1 4202560 30195 13091 0 0 284 8 5 3 20 0 15 0 64453906 11106877440 65403 33554432000 4194304 4196468 140725709415472 140039312068376 140039321816457 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38371328 140725709421167 140725709423964 140725709423964 140725709426639 0
[pid=20630/tid=20684] ppid=20627 vsize=10846560 memory=2289 CPUtime=0.11 cores=0,2,4,6
/proc/20630/task/20684/stat : 20684 (java) S 20627 20630 19905 0 -1 1077944384 94 13091 0 0 3 0 5 3 20 0 15 0 64453906 11106877440 65403 33554432000 4194304 4196468 140725709415472 140039344494992 140039340263125 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38371328 140725709421167 140725709423964 140725709423964 140725709426639 0
[pid=20630/tid=20685] ppid=20627 vsize=10846560 memory=56 CPUtime=0.1 cores=0,2,4,6
/proc/20630/task/20685/stat : 20685 (java) S 20627 20630 19905 0 -1 1077944384 37 13091 0 0 2 0 5 3 20 0 15 0 64453906 11106877440 65403 33554432000 4194304 4196468 140725709415472 140039232768272 140039340263125 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38371328 140725709421167 140725709423964 140725709423964 140725709426639 0
[pid=20630/tid=20686] ppid=20627 vsize=10846560 memory=56 CPUtime=0.11 cores=0,2,4,6
/proc/20630/task/20686/stat : 20686 (java) S 20627 20630 19905 0 -1 1077944384 313 13091 0 0 3 0 5 3 20 0 15 0 64453906 11106877440 65403 33554432000 4194304 4196468 140725709415472 140039231715984 140039340263125 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38371328 140725709421167 140725709423964 140725709423964 140725709426639 0
[pid=20630/tid=20687] ppid=20627 vsize=10846560 memory=2 CPUtime=0.1 cores=0,2,4,6
/proc/20630/task/20687/stat : 20687 (java) S 20627 20630 19905 0 -1 1077944384 57 13091 0 0 2 0 5 3 20 0 15 0 64453906 11106877440 65403 33554432000 4194304 4196468 140725709415472 140039230663184 140039340263125 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38371328 140725709421167 140725709423964 140725709423964 140725709426639 0
[pid=20630/tid=20688] ppid=20627 vsize=10846560 memory=3 CPUtime=0.11 cores=0,2,4,6
/proc/20630/task/20688/stat : 20688 (java) S 20627 20630 19905 0 -1 1077944384 1780 13091 0 0 3 0 5 3 20 0 15 0 64453908 11106877440 65403 33554432000 4194304 4196468 140725709415472 140038342941296 140039340264066 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38371328 140725709421167 140725709423964 140725709423964 140725709426639 0
[pid=20630/tid=20689] ppid=20627 vsize=10846560 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/20630/task/20689/stat : 20689 (java) S 20627 20630 19905 0 -1 1077944384 37 13091 0 0 0 0 5 3 20 0 15 0 64453908 11106877440 65403 33554432000 4194304 4196468 140725709415472 140038341887328 140039340263125 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38371328 140725709421167 140725709423964 140725709423964 140725709426639 0
[pid=20630/tid=20690] ppid=20627 vsize=10846560 memory=12064 CPUtime=0.08 cores=0,2,4,6
/proc/20630/task/20690/stat : 20690 (java) S 20627 20630 19905 0 -1 1077944384 1 13091 0 0 0 0 5 3 20 0 15 0 64453909 11106877440 65403 33554432000 4194304 4196468 140725709415472 140038213985920 140039340263125 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38371328 140725709421167 140725709423964 140725709423964 140725709426639 0
[pid=20630/tid=20691] ppid=20627 vsize=10846560 memory=1 CPUtime=0.08 cores=0,2,4,6
/proc/20630/task/20691/stat : 20691 (java) S 20627 20630 19905 0 -1 1077944384 3 13091 0 0 0 0 5 3 20 0 15 0 64453911 11106877440 65403 33554432000 4194304 4196468 140725709415472 140037906586192 140039340271515 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38371328 140725709421167 140725709423964 140725709423964 140725709426639 0
[pid=20630/tid=20692] ppid=20627 vsize=10846560 memory=0 CPUtime=0.72 cores=0,2,4,6
/proc/20630/task/20692/stat : 20692 (java) S 20627 20630 19905 0 -1 1077944384 1776 13091 0 0 64 0 5 3 20 0 15 0 64453911 11106877440 65403 33554432000 4194304 4196468 140725709415472 140038308329584 140039340264066 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38371328 140725709421167 140725709423964 140725709423964 140725709426639 0
[pid=20630/tid=20693] ppid=20627 vsize=10846560 memory=0 CPUtime=1.11 cores=0,2,4,6
/proc/20630/task/20693/stat : 20693 (java) R 20627 20630 19905 0 -1 4202560 4808 13091 0 0 102 1 5 3 20 0 15 0 64453911 11106877440 65403 33554432000 4194304 4196468 140725709415472 140038307256808 140039323736408 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38371328 140725709421167 140725709423964 140725709423964 140725709426639 0
[pid=20630/tid=20694] ppid=20627 vsize=10846560 memory=1 CPUtime=1.06 cores=0,2,4,6
/proc/20630/task/20694/stat : 20694 (java) S 20627 20630 19905 0 -1 1077944384 3337 13091 0 0 97 1 5 3 20 0 15 0 64453911 11106877440 65403 33554432000 4194304 4196468 140725709415472 140038306224496 140039340264066 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38371328 140725709421167 140725709423964 140725709423964 140725709426639 0
[pid=20630/tid=20695] ppid=20627 vsize=10846560 memory=202480 CPUtime=0.08 cores=0,2,4,6
/proc/20630/task/20695/stat : 20695 (java) S 20627 20630 19905 0 -1 1077944384 3 13091 0 0 0 0 5 3 20 0 15 0 64453912 11106877440 65403 33554432000 4194304 4196468 140725709415472 140037873027552 140039340263125 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38371328 140725709421167 140725709423964 140725709423964 140725709426639 0
[pid=20630/tid=20696] ppid=20627 vsize=10846560 memory=28961 CPUtime=0.08 cores=0,2,4,6
/proc/20630/task/20696/stat : 20696 (java) S 20627 20630 19905 0 -1 1077944384 3 13091 0 0 0 0 5 3 20 0 15 0 64453912 11106877440 65403 33554432000 4194304 4196468 140725709415472 140038305172400 140039340264066 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38371328 140725709421167 140725709423964 140725709423964 140725709426639 0
Current children cumulated CPU time: 5.88 s
Current children cumulated vsize: 10846560 KiB
Current children cumulated memory: 261612 KiB

[startup+3.8755 s]
# the end of solver process 20630 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=7.32342 s, system=0.226529 s

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

[startup+3.21131 s]
/proc/loadavg: 1.42 1.34 1.36 4/219 20696
/proc/meminfo: memFree=19695848/32770624 swapFree=67108860/67108860
[pid=20630] ppid=20627 vsize=10912096 memory=285628 CPUtime=6.11 cores=0,2,4,6
/proc/20630/stat : 20630 (java) S 20627 20630 19905 0 -1 1077944320 54668 13091 0 0 586 17 5 3 20 0 15 0 64453897 11173986304 71407 33554432000 4194304 4196468 140725709415472 140725709398016 140039340252919 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 38371328 140725709421167 140725709423964 140725709423964 140725709426639 0
/proc/20630/statm: 2728024 71407 3491 1 0 2689677 0
[pid=20630/tid=20683] ppid=20627 vsize=10912096 memory=7523914549769759330 CPUtime=3.1 cores=0,2,4,6
/proc/20630/task/20683/stat : 20683 (java) R 20627 20630 19905 0 -1 4202560 38340 13091 0 0 293 9 5 3 20 0 15 0 64453906 11173986304 71407 33554432000 4194304 4196468 140725709415472 140039312088024 140038901962336 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38371328 140725709421167 140725709423964 140725709423964 140725709426639 0
[pid=20630/tid=20684] ppid=20627 vsize=10912096 memory=0 CPUtime=0.11 cores=0,2,4,6
/proc/20630/task/20684/stat : 20684 (java) S 20627 20630 19905 0 -1 1077944384 94 13091 0 0 3 0 5 3 20 0 15 0 64453906 11173986304 71407 33554432000 4194304 4196468 140725709415472 140039344494992 140039340263125 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38371328 140725709421167 140725709423964 140725709423964 140725709426639 0
[pid=20630/tid=20685] ppid=20627 vsize=10912096 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/20630/task/20685/stat : 20685 (java) S 20627 20630 19905 0 -1 1077944384 37 13091 0 0 2 0 5 3 20 0 15 0 64453906 11173986304 71407 33554432000 4194304 4196468 140725709415472 140039232768272 140039340263125 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38371328 140725709421167 140725709423964 140725709423964 140725709426639 0
[pid=20630/tid=20686] ppid=20627 vsize=10912096 memory=280974478961792 CPUtime=0.11 cores=0,2,4,6
/proc/20630/task/20686/stat : 20686 (java) S 20627 20630 19905 0 -1 1077944384 313 13091 0 0 3 0 5 3 20 0 15 0 64453906 11173986304 71407 33554432000 4194304 4196468 140725709415472 140039231715984 140039340263125 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38371328 140725709421167 140725709423964 140725709423964 140725709426639 0
[pid=20630/tid=20687] ppid=20627 vsize=10912096 memory=195 CPUtime=0.1 cores=0,2,4,6
/proc/20630/task/20687/stat : 20687 (java) S 20627 20630 19905 0 -1 1077944384 57 13091 0 0 2 0 5 3 20 0 15 0 64453906 11173986304 71407 33554432000 4194304 4196468 140725709415472 140039230663184 140039340263125 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38371328 140725709421167 140725709423964 140725709423964 140725709426639 0
[pid=20630/tid=20688] ppid=20627 vsize=10912096 memory=0 CPUtime=0.11 cores=0,2,4,6
/proc/20630/task/20688/stat : 20688 (java) S 20627 20630 19905 0 -1 1077944384 1780 13091 0 0 3 0 5 3 20 0 15 0 64453908 11173986304 71407 33554432000 4194304 4196468 140725709415472 140038342941296 140039340264066 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38371328 140725709421167 140725709423964 140725709423964 140725709426639 0
[pid=20630/tid=20689] ppid=20627 vsize=10912096 memory=6010429088946677094 CPUtime=0.08 cores=0,2,4,6
/proc/20630/task/20689/stat : 20689 (java) S 20627 20630 19905 0 -1 1077944384 37 13091 0 0 0 0 5 3 20 0 15 0 64453908 11173986304 71407 33554432000 4194304 4196468 140725709415472 140038341887328 140039340263125 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38371328 140725709421167 140725709423964 140725709423964 140725709426639 0
[pid=20630/tid=20690] ppid=20627 vsize=10912096 memory=4639059895069856102 CPUtime=0.08 cores=0,2,4,6
/proc/20630/task/20690/stat : 20690 (java) S 20627 20630 19905 0 -1 1077944384 1 13091 0 0 0 0 5 3 20 0 15 0 64453909 11173986304 71407 33554432000 4194304 4196468 140725709415472 140038213985920 140039340263125 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38371328 140725709421167 140725709423964 140725709423964 140725709426639 0
[pid=20630/tid=20691] ppid=20627 vsize=10912096 memory=4638778428397932880 CPUtime=0.08 cores=0,2,4,6
/proc/20630/task/20691/stat : 20691 (java) S 20627 20630 19905 0 -1 1077944384 3 13091 0 0 0 0 5 3 20 0 15 0 64453911 11173986304 71407 33554432000 4194304 4196468 140725709415472 140037906586192 140039340271515 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38371328 140725709421167 140725709423964 140725709423964 140725709426639 0
[pid=20630/tid=20692] ppid=20627 vsize=10912096 memory=-6800859132029471843 CPUtime=0.74 cores=0,2,4,6
/proc/20630/task/20692/stat : 20692 (java) R 20627 20630 19905 0 -1 4202560 1833 13091 0 0 66 0 5 3 20 0 15 0 64453911 11173986304 71407 33554432000 4194304 4196468 140725709415472 140038308329880 140039318228301 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 38371328 140725709421167 140725709423964 140725709423964 140725709426639 0
[pid=20630/tid=20693] ppid=20627 vsize=10912096 memory=6944656592455097440 CPUtime=1.21 cores=0,2,4,6
/proc/20630/task/20693/stat : 20693 (java) R 20627 20630 19905 0 -1 4202560 6340 13091 0 0 112 1 5 3 20 0 15 0 64453911 11173986304 71407 33554432000 4194304 4196468 140725709415472 140038307257800 140039324157656 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38371328 140725709421167 140725709423964 140725709423964 140725709426639 0
[pid=20630/tid=20694] ppid=20627 vsize=10912096 memory=8 CPUtime=1.07 cores=0,2,4,6
/proc/20630/task/20694/stat : 20694 (java) R 20627 20630 19905 0 -1 4202560 3636 13091 0 0 98 1 5 3 20 0 15 0 64453911 11173986304 71407 33554432000 4194304 4196468 140725709415472 140038306224496 140039325933617 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38371328 140725709421167 140725709423964 140725709423964 140725709426639 0
[pid=20630/tid=20695] ppid=20627 vsize=10912096 memory=8 CPUtime=0.08 cores=0,2,4,6
/proc/20630/task/20695/stat : 20695 (java) S 20627 20630 19905 0 -1 1077944384 3 13091 0 0 0 0 5 3 20 0 15 0 64453912 11173986304 71407 33554432000 4194304 4196468 140725709415472 140037873027552 140039340263125 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38371328 140725709421167 140725709423964 140725709423964 140725709426639 0
[pid=20630/tid=20696] ppid=20627 vsize=10912096 memory=8 CPUtime=0.08 cores=0,2,4,6
/proc/20630/task/20696/stat : 20696 (java) S 20627 20630 19905 0 -1 1077944384 3 13091 0 0 0 0 5 3 20 0 15 0 64453912 11173986304 71407 33554432000 4194304 4196468 140725709415472 140038305172400 140039340264066 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38371328 140725709421167 140725709423964 140725709423964 140725709426639 0
Current children cumulated CPU time: 6.11 s
Current children cumulated vsize: 10912096 KiB
Current children cumulated memory: 285628 KiB

[startup+3.60135 s]
/proc/loadavg: 1.42 1.34 1.36 4/219 20696
/proc/meminfo: memFree=19695848/32770624 swapFree=67108860/67108860
[pid=20630] ppid=20627 vsize=10916852 memory=293096 CPUtime=7.43 cores=0,2,4,6
/proc/20630/stat : 20630 (java) S 20627 20630 19905 0 -1 1077944320 61670 13091 0 0 717 18 5 3 20 0 15 0 64453897 11178856448 73274 33554432000 4194304 4196468 140725709415472 140725709398016 140039340252919 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 38371328 140725709421167 140725709423964 140725709423964 140725709426639 0
/proc/20630/statm: 2729213 73274 3493 1 0 2690866 0
[pid=20630/tid=20683] ppid=20627 vsize=10916852 memory=2110837846856276 CPUtime=3.48 cores=0,2,4,6
/proc/20630/task/20683/stat : 20683 (java) R 20627 20630 19905 0 -1 4202560 39717 13091 0 0 331 9 5 3 20 0 15 0 64453906 11178856448 73274 33554432000 4194304 4196468 140725709415472 140039312083000 140038912079623 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 38371328 140725709421167 140725709423964 140725709423964 140725709426639 0
[pid=20630/tid=20684] ppid=20627 vsize=10916852 memory=0 CPUtime=0.11 cores=0,2,4,6
/proc/20630/task/20684/stat : 20684 (java) S 20627 20630 19905 0 -1 1077944384 94 13091 0 0 3 0 5 3 20 0 15 0 64453906 11178856448 73274 33554432000 4194304 4196468 140725709415472 140039344494992 140039340263125 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38371328 140725709421167 140725709423964 140725709423964 140725709426639 0
[pid=20630/tid=20685] ppid=20627 vsize=10916852 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/20630/task/20685/stat : 20685 (java) S 20627 20630 19905 0 -1 1077944384 37 13091 0 0 2 0 5 3 20 0 15 0 64453906 11178856448 73274 33554432000 4194304 4196468 140725709415472 140039232768272 140039340263125 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38371328 140725709421167 140725709423964 140725709423964 140725709426639 0
[pid=20630/tid=20686] ppid=20627 vsize=10916852 memory=0 CPUtime=0.11 cores=0,2,4,6
/proc/20630/task/20686/stat : 20686 (java) S 20627 20630 19905 0 -1 1077944384 313 13091 0 0 3 0 5 3 20 0 15 0 64453906 11178856448 73274 33554432000 4194304 4196468 140725709415472 140039231715984 140039340263125 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38371328 140725709421167 140725709423964 140725709423964 140725709426639 0
[pid=20630/tid=20687] ppid=20627 vsize=10916852 memory=6655300316396806240 CPUtime=0.1 cores=0,2,4,6
/proc/20630/task/20687/stat : 20687 (java) S 20627 20630 19905 0 -1 1077944384 57 13091 0 0 2 0 5 3 20 0 15 0 64453906 11178856448 73274 33554432000 4194304 4196468 140725709415472 140039230663184 140039340263125 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38371328 140725709421167 140725709423964 140725709423964 140725709426639 0
[pid=20630/tid=20688] ppid=20627 vsize=10916852 memory=6944656592387989600 CPUtime=0.11 cores=0,2,4,6
/proc/20630/task/20688/stat : 20688 (java) S 20627 20630 19905 0 -1 1077944384 2410 13091 0 0 3 0 5 3 20 0 15 0 64453908 11178856448 73274 33554432000 4194304 4196468 140725709415472 140038342941296 140039340264066 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38371328 140725709421167 140725709423964 140725709423964 140725709426639 0
[pid=20630/tid=20689] ppid=20627 vsize=10916852 memory=6935652554413002832 CPUtime=0.08 cores=0,2,4,6
/proc/20630/task/20689/stat : 20689 (java) S 20627 20630 19905 0 -1 1077944384 37 13091 0 0 0 0 5 3 20 0 15 0 64453908 11178856448 73274 33554432000 4194304 4196468 140725709415472 140038341887328 140039340263125 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38371328 140725709421167 140725709423964 140725709423964 140725709426639 0
[pid=20630/tid=20690] ppid=20627 vsize=10916852 memory=6944656575208382560 CPUtime=0.08 cores=0,2,4,6
/proc/20630/task/20690/stat : 20690 (java) S 20627 20630 19905 0 -1 1077944384 1 13091 0 0 0 0 5 3 20 0 15 0 64453909 11178856448 73274 33554432000 4194304 4196468 140725709415472 140038213985920 140039340263125 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38371328 140725709421167 140725709423964 140725709423964 140725709426639 0
[pid=20630/tid=20691] ppid=20627 vsize=10916852 memory=8099279071866868844 CPUtime=0.08 cores=0,2,4,6
/proc/20630/task/20691/stat : 20691 (java) S 20627 20630 19905 0 -1 1077944384 3 13091 0 0 0 0 5 3 20 0 15 0 64453911 11178856448 73274 33554432000 4194304 4196468 140725709415472 140037906586192 140039340271515 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38371328 140725709421167 140725709423964 140725709423964 140725709426639 0
[pid=20630/tid=20692] ppid=20627 vsize=10916852 memory=5931329019416958818 CPUtime=1.08 cores=0,2,4,6
/proc/20630/task/20692/stat : 20692 (java) R 20627 20630 19905 0 -1 4202560 2389 13091 0 0 100 0 5 3 20 0 15 0 64453911 11178856448 73274 33554432000 4194304 4196468 140725709415472 140038308313856 140039321774567 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38371328 140725709421167 140725709423964 140725709423964 140725709426639 0
[pid=20630/tid=20693] ppid=20627 vsize=10916852 memory=280974479537120 CPUtime=1.6 cores=0,2,4,6
/proc/20630/task/20693/stat : 20693 (java) R 20627 20630 19905 0 -1 4202560 9464 13091 0 0 151 1 5 3 20 0 15 0 64453911 11178856448 73274 33554432000 4194304 4196468 140725709415472 140038307262808 140039321797137 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38371328 140725709421167 140725709423964 140725709423964 140725709426639 0
[pid=20630/tid=20694] ppid=20627 vsize=10916852 memory=280974479555040 CPUtime=1.28 cores=0,2,4,6
/proc/20630/task/20694/stat : 20694 (java) S 20627 20630 19905 0 -1 1077944384 4943 13091 0 0 118 2 5 3 20 0 15 0 64453911 11178856448 73274 33554432000 4194304 4196468 140725709415472 140038306224496 140039340264066 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38371328 140725709421167 140725709423964 140725709423964 140725709426639 0
[pid=20630/tid=20695] ppid=20627 vsize=10916852 memory=1692 CPUtime=0.08 cores=0,2,4,6
/proc/20630/task/20695/stat : 20695 (java) S 20627 20630 19905 0 -1 1077944384 3 13091 0 0 0 0 5 3 20 0 15 0 64453912 11178856448 73274 33554432000 4194304 4196468 140725709415472 140037873027552 140039340263125 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38371328 140725709421167 140725709423964 140725709423964 140725709426639 0
[pid=20630/tid=20696] ppid=20627 vsize=10916852 memory=56 CPUtime=0.08 cores=0,2,4,6
/proc/20630/task/20696/stat : 20696 (java) S 20627 20630 19905 0 -1 1077944384 8 13091 0 0 0 0 5 3 20 0 15 0 64453912 11178856448 73274 33554432000 4194304 4196468 140725709415472 140038305172400 140039340264066 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38371328 140725709421167 140725709423964 140725709423964 140725709426639 0
Current children cumulated CPU time: 7.43 s
Current children cumulated vsize: 10916852 KiB
Current children cumulated memory: 293096 KiB

[startup+3.80065 s]*
/proc/loadavg: 1.42 1.34 1.36 2/206 20697
/proc/meminfo: memFree=19886944/32770624 swapFree=67108860/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): 3.87554
CPU time (s): 7.54995
CPU user time (s): 7.32342
CPU system time (s): 0.226529
CPU usage (%): 194.81
Max. virtual memory (cumulated for all children) (KiB): 10982392
Max. memory (cumulated for all children) (KiB): 293304

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.32342
system time used= 0.226529
maximum resident set size= 295280
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 75626
page faults= 0
swaps= 0
block input operations= 0
block output operations= 168
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5665
involuntary context switches= 40


# summary of solver processes directly reported to runsolver:
#   pid: 20630
#   total CPU time (s): 7.54995
#   total CPU user time (s): 7.32342
#   total CPU system time (s): 0.226529

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.047995 second user time and 0.073084 second system time

The end

Launcher Data

Begin job on node133 at 2018-07-24 23:48:27
IDJOB=4294348
IDBENCH=141369
IDSOLVER=2750
FILE ID=node133/4294348-1532468907
RUNJOBID= node133-1532466433-19936
PBS_JOBID= 21021582
Free space on /tmp= 48236 MiB

SOLVER NAME= Concrete 3.8 2018-06-13
BENCH NAME= XCSP18/GolombRuler/GolombRuler-a3v18-07_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4294348-1532468907/watcher-4294348-1532468907 -o /tmp/evaluation-result-4294348-1532468907/solver-4294348-1532468907 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1532466433-19936 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=928958761 HOME/instance-4294348-1532468907.xml

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

MD5SUM BENCH= e42a0bd121bf3364b1a4e345eaac980a
RANDOM SEED=928958761

node133.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.24
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.24
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.24
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.24
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:        19932012 kB
MemAvailable:   30983808 kB
Buffers:          150588 kB
Cached:         11063720 kB
SwapCached:            0 kB
Active:          3639500 kB
Inactive:        8583824 kB
Active(anon):     960468 kB
Inactive(anon):    68472 kB
Active(file):    2679032 kB
Inactive(file):  8515352 kB
Unevictable:        7016 kB
Mlocked:            7016 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26856 kB
Writeback:             0 kB
AnonPages:       1016020 kB
Mapped:            51876 kB
Shmem:             17056 kB
Slab:             313228 kB
SReclaimable:     285872 kB
SUnreclaim:        27356 kB
KernelStack:        3584 kB
PageTables:         7104 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2028688 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    794624 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 48212 MiB
End job on node133 at 2018-07-24 23:48:31