Trace number 4293961

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-13OPT13871 10.2054 4.43884

General information on the benchmark

NameFapp/Fapp-m2s/
Fapp-m2s-ex2_c18.xml
MD5SUMbecbd2d91dde2be36fb4b4a471bae430
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark13871
Best CPU time to get the best result obtained on this benchmark2.40972
Satisfiable
(Un)Satisfiability was proved
Number of variables61
Number of constraints34
Number of domains13
Minimum domain size1
Maximum domain size100
Distribution of domain sizes[{"size":1,"count":2},{"size":2,"count":21},{"size":6,"count":2},{"size":8,"count":1},{"size":11,"count":14},{"size":12,"count":1},{"size":16,"count":2},{"size":26,"count":1},{"size":65,"count":1},{"size":76,"count":4},{"size":100,"count":12}]
Minimum variable degree2
Maximum variable degree15
Distribution of variable degrees[{"degree":2,"count":45},{"degree":3,"count":4},{"degree":4,"count":6},{"degree":5,"count":4},{"degree":6,"count":1},{"degree":15,"count":1}]
Minimum constraint arity2
Maximum constraint arity6
Distribution of constraint arities[{"arity":2,"count":6},{"arity":3,"count":14},{"arity":6,"count":14}]
Number of extensional constraints14
Number of intensional constraints20
Distribution of constraint types[{"type":"extension","count":14},{"type":"intension","count":20}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


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

Solver Data

0.98/0.74	c Concrete v3.8.1528841891564 running
9.89/4.30	o 13877
9.89/4.31	o 13871
9.89/4.36	v <instantiation cost="13871">
9.89/4.36	v       <list>
9.89/4.36	v         f[0] f[1] f[2] f[3] f[4] f[5] f[6] f[7] f[8] p[0] p[1] p[2] p[3] p[4] p[5] p[6] p[7] p[8] k v1[0] v1[1] v1[2] v1[3] v1[4] v1[5] v1[6] v1[7] v1[8] v1[9] v1[10] v1[11] v1[12] v1[13] v2[0] v2[1] v2[2] v2[3] v2[4] v2[5] v2[6] v2[7] v2[8] v2[9] v2[10] v2[11] v2[12] v2[13] d[0] d[1] d[2] d[3] d[4] d[5] d[6] d[7] d[8] d[9] d[10] d[11] d[12] d[13]
9.89/4.36	v       </list>
9.89/4.36	v       <values>
9.89/4.36	v         31 31 67 65 100 1 55 100 61 0 0 1 1 1 1 0 0 0 7 0 0 0 0 1 0 0 0 0 0 0 0 0 0 2 0 0 3 6 0 0 0 0 0 0 0 0 0 36 30 34 69 30 33 66 35 10 99 39 99 60 39
9.89/4.36	v       </values>
9.89/4.36	v     </instantiation>
9.89/4.36	s OPTIMUM FOUND

Verifier Data

OK	13871

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

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


[startup+0.100124 s]*
/proc/loadavg: 1.58 1.66 1.67 2/206 19732
/proc/meminfo: memFree=20126452/32770624 swapFree=67108860/67108860
[pid=19675] ppid=19672 vsize=9972712 memory=17076 CPUtime=0.09 cores=1,3,5,7
/proc/19675/stat : 19675 (java) S 19672 19675 15121 0 -1 1077944320 4407 12964 0 0 1 1 5 2 20 0 6 0 57238016 10212057088 4269 33554432000 4194304 4196468 140731232202288 140731232184832 140704098127607 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 19484672 140731232209518 140731232212316 140731232212316 140731232214991 0
/proc/19675/statm: 2493178 4269 1934 1 0 2481616 0
[pid=19675/tid=19728] ppid=19672 vsize=9972712 memory=4279135704013962638 CPUtime=0.07 cores=1,3,5,7
/proc/19675/task/19728/stat : 19728 (java) R 19672 19675 15121 0 -1 4202560 2224 12964 0 0 0 0 5 2 20 0 6 0 57238025 10212057088 4269 33554432000 4194304 4196468 140731232202288 140704069964368 140704082208094 0 4 0 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19484672 140731232209518 140731232212316 140731232212316 140731232214991 0
[pid=19675/tid=19729] ppid=19672 vsize=9972712 memory=8257237230052613020 CPUtime=0.07 cores=1,3,5,7
/proc/19675/task/19729/stat : 19729 (java) S 19672 19675 15121 0 -1 1077944384 1 12964 0 0 0 0 5 2 20 0 6 0 57238026 10212057088 4269 33554432000 4194304 4196468 140731232202288 140704102370064 140704098137813 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19484672 140731232209518 140731232212316 140731232212316 140731232214991 0
[pid=19675/tid=19730] ppid=19672 vsize=9972712 memory=140191970678400 CPUtime=0.07 cores=1,3,5,7
/proc/19675/task/19730/stat : 19730 (java) S 19672 19675 15121 0 -1 1077944384 1 12964 0 0 0 0 5 2 20 0 6 0 57238026 10212057088 4269 33554432000 4194304 4196468 140731232202288 140703671643024 140704098137813 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19484672 140731232209518 140731232212316 140731232212316 140731232214991 0
[pid=19675/tid=19731] ppid=19672 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19675/task/19731/stat : 19731 (java) S 19672 19675 15121 0 -1 1077944384 1 12964 0 0 0 0 5 2 20 0 6 0 57238026 10212057088 4269 33554432000 4194304 4196468 140731232202288 140703670590480 140704098137813 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19484672 140731232209518 140731232212316 140731232212316 140731232214991 0
[pid=19675/tid=19732] ppid=19672 vsize=9972712 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/19675/task/19732/stat : 19732 (java) S 19672 19675 15121 0 -1 1077944384 2 12964 0 0 0 0 5 2 20 0 6 0 57238026 10212057088 4269 33554432000 4194304 4196468 140731232202288 140703669537936 140704098137813 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19484672 140731232209518 140731232212316 140731232212316 140731232214991 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 17076 KiB

[startup+0.20993 s]*
/proc/loadavg: 1.58 1.66 1.67 4/215 19741
/proc/meminfo: memFree=20105112/32770624 swapFree=67108860/67108860
[pid=19675] ppid=19672 vsize=10818856 memory=42832 CPUtime=0.25 cores=1,3,5,7
/proc/19675/stat : 19675 (java) S 19672 19675 15121 0 -1 1077944320 8541 12964 0 0 16 2 5 2 20 0 15 0 57238016 11078508544 10708 33554432000 4194304 4196468 140731232202288 140731232184832 140704098127607 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 19484672 140731232209518 140731232212316 140731232212316 140731232214991 0
/proc/19675/statm: 2704714 10708 2961 1 0 2667149 0
[pid=19675/tid=19728] ppid=19672 vsize=10818856 memory=-6517102902069810590 CPUtime=0.18 cores=1,3,5,7
/proc/19675/task/19728/stat : 19728 (java) R 19672 19675 15121 0 -1 4202560 5082 12964 0 0 10 1 5 2 20 0 15 0 57238025 11078508544 10708 33554432000 4194304 4196468 140731232202288 140704069925264 140704083293152 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19484672 140731232209518 140731232212316 140731232212316 140731232214991 0
[pid=19675/tid=19729] ppid=19672 vsize=10818856 memory=-7025452035940392864 CPUtime=0.07 cores=1,3,5,7
/proc/19675/task/19729/stat : 19729 (java) S 19672 19675 15121 0 -1 1077944384 1 12964 0 0 0 0 5 2 20 0 15 0 57238026 11078508544 10708 33554432000 4194304 4196468 140731232202288 140704102370064 140704098137813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19484672 140731232209518 140731232212316 140731232212316 140731232214991 0
[pid=19675/tid=19730] ppid=19672 vsize=10818856 memory=140191970678400 CPUtime=0.07 cores=1,3,5,7
/proc/19675/task/19730/stat : 19730 (java) S 19672 19675 15121 0 -1 1077944384 1 12964 0 0 0 0 5 2 20 0 15 0 57238026 11078508544 10708 33554432000 4194304 4196468 140731232202288 140703671643024 140704098137813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19484672 140731232209518 140731232212316 140731232212316 140731232214991 0
[pid=19675/tid=19731] ppid=19672 vsize=10818856 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19675/task/19731/stat : 19731 (java) S 19672 19675 15121 0 -1 1077944384 1 12964 0 0 0 0 5 2 20 0 15 0 57238026 11078508544 10708 33554432000 4194304 4196468 140731232202288 140703670590480 140704098137813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19484672 140731232209518 140731232212316 140731232212316 140731232214991 0
[pid=19675/tid=19732] ppid=19672 vsize=10818856 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/19675/task/19732/stat : 19732 (java) S 19672 19675 15121 0 -1 1077944384 2 12964 0 0 0 0 5 2 20 0 15 0 57238026 11078508544 10708 33554432000 4194304 4196468 140731232202288 140703669537936 140704098137813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19484672 140731232209518 140731232212316 140731232212316 140731232214991 0
[pid=19675/tid=19733] ppid=19672 vsize=10818856 memory=140191970678400 CPUtime=0.07 cores=1,3,5,7
/proc/19675/task/19733/stat : 19733 (java) S 19672 19675 15121 0 -1 1077944384 2 12964 0 0 0 0 5 2 20 0 15 0 57238027 11078508544 10708 33554432000 4194304 4196468 140731232202288 140703423322096 140704098138754 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19484672 140731232209518 140731232212316 140731232212316 140731232214991 0
[pid=19675/tid=19734] ppid=19672 vsize=10818856 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/19675/task/19734/stat : 19734 (java) S 19672 19675 15121 0 -1 1077944384 13 12964 0 0 0 0 5 2 20 0 15 0 57238028 11078508544 10708 33554432000 4194304 4196468 140731232202288 140702994391968 140704098137813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19484672 140731232209518 140731232212316 140731232212316 140731232214991 0
[pid=19675/tid=19735] ppid=19672 vsize=10818856 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19675/task/19735/stat : 19735 (java) S 19672 19675 15121 0 -1 1077944384 1 12964 0 0 0 0 5 2 20 0 15 0 57238028 11078508544 10708 33554432000 4194304 4196468 140731232202288 140702860174320 140704098137813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19484672 140731232209518 140731232212316 140731232212316 140731232214991 0
[pid=19675/tid=19736] ppid=19672 vsize=10818856 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19675/task/19736/stat : 19736 (java) S 19672 19675 15121 0 -1 1077944384 3 12964 0 0 0 0 5 2 20 0 15 0 57238031 11078508544 10708 33554432000 4194304 4196468 140731232202288 140702619883728 140704098146203 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19484672 140731232209518 140731232212316 140731232212316 140731232214991 0
[pid=19675/tid=19737] ppid=19672 vsize=10818856 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/19675/task/19737/stat : 19737 (java) S 19672 19675 15121 0 -1 1077944384 486 12964 0 0 1 0 5 2 20 0 15 0 57238031 11078508544 10708 33554432000 4194304 4196468 140731232202288 140703422269936 140704098138754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19484672 140731232209518 140731232212316 140731232212316 140731232214991 0
[pid=19675/tid=19738] ppid=19672 vsize=10818856 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/19675/task/19738/stat : 19738 (java) S 19672 19675 15121 0 -1 1077944384 134 12964 0 0 0 0 5 2 20 0 15 0 57238031 11078508544 10708 33554432000 4194304 4196468 140731232202288 140703421217392 140704098138754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19484672 140731232209518 140731232212316 140731232212316 140731232214991 0
[pid=19675/tid=19739] ppid=19672 vsize=10818856 memory=140191970678400 CPUtime=0.1 cores=1,3,5,7
/proc/19675/task/19739/stat : 19739 (java) S 19672 19675 15121 0 -1 1077944384 618 12964 0 0 3 0 5 2 20 0 15 0 57238031 11078508544 10708 33554432000 4194304 4196468 140731232202288 140703420164848 140704098138754 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19484672 140731232209518 140731232212316 140731232212316 140731232214991 0
[pid=19675/tid=19740] ppid=19672 vsize=10818856 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/19675/task/19740/stat : 19740 (java) S 19672 19675 15121 0 -1 1077944384 3 12964 0 0 0 0 5 2 20 0 15 0 57238031 11078508544 10708 33554432000 4194304 4196468 140731232202288 140702586326112 140704098137813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19484672 140731232209518 140731232212316 140731232212316 140731232214991 0
[pid=19675/tid=19741] ppid=19672 vsize=10818856 memory=140191970678400 CPUtime=0.07 cores=1,3,5,7
/proc/19675/task/19741/stat : 19741 (java) S 19672 19675 15121 0 -1 1077944384 1 12964 0 0 0 0 5 2 20 0 15 0 57238031 11078508544 10708 33554432000 4194304 4196468 140731232202288 140703419111728 140704098138754 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19484672 140731232209518 140731232212316 140731232212316 140731232214991 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10818856 KiB
Current children cumulated memory: 42832 KiB

[startup+0.310413 s]*
/proc/loadavg: 1.58 1.66 1.67 3/215 19741
/proc/meminfo: memFree=20095188/32770624 swapFree=67108860/67108860
[pid=19675] ppid=19672 vsize=10819352 memory=54164 CPUtime=0.38 cores=1,3,5,7
/proc/19675/stat : 19675 (java) S 19672 19675 15121 0 -1 1077944320 10562 12964 0 0 28 3 5 2 20 0 15 0 57238016 11079016448 13541 33554432000 4194304 4196468 140731232202288 140731232184832 140704098127607 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 19484672 140731232209518 140731232212316 140731232212316 140731232214991 0
/proc/19675/statm: 2704838 13541 3092 1 0 2667149 0
[pid=19675/tid=19728] ppid=19672 vsize=10819352 memory=6791534058613427641 CPUtime=0.28 cores=1,3,5,7
/proc/19675/task/19728/stat : 19728 (java) R 19672 19675 15121 0 -1 4202560 7098 12964 0 0 19 2 5 2 20 0 15 0 57238025 11079016448 13541 33554432000 4194304 4196468 140731232202288 140704069939616 140704082171237 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19484672 140731232209518 140731232212316 140731232212316 140731232214991 0
[pid=19675/tid=19729] ppid=19672 vsize=10819352 memory=7300986251812819024 CPUtime=0.07 cores=1,3,5,7
/proc/19675/task/19729/stat : 19729 (java) S 19672 19675 15121 0 -1 1077944384 1 12964 0 0 0 0 5 2 20 0 15 0 57238026 11079016448 13541 33554432000 4194304 4196468 140731232202288 140704102370064 140704098137813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19484672 140731232209518 140731232212316 140731232212316 140731232214991 0
[pid=19675/tid=19730] ppid=19672 vsize=10819352 memory=2076 CPUtime=0.07 cores=1,3,5,7
/proc/19675/task/19730/stat : 19730 (java) S 19672 19675 15121 0 -1 1077944384 1 12964 0 0 0 0 5 2 20 0 15 0 57238026 11079016448 13541 33554432000 4194304 4196468 140731232202288 140703671643024 140704098137813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19484672 140731232209518 140731232212316 140731232212316 140731232214991 0
[pid=19675/tid=19731] ppid=19672 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19675/task/19731/stat : 19731 (java) S 19672 19675 15121 0 -1 1077944384 1 12964 0 0 0 0 5 2 20 0 15 0 57238026 11079016448 13541 33554432000 4194304 4196468 140731232202288 140703670590480 140704098137813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19484672 140731232209518 140731232212316 140731232212316 140731232214991 0
[pid=19675/tid=19732] ppid=19672 vsize=10819352 memory=4126316290023845779 CPUtime=0.07 cores=1,3,5,7
/proc/19675/task/19732/stat : 19732 (java) S 19672 19675 15121 0 -1 1077944384 2 12964 0 0 0 0 5 2 20 0 15 0 57238026 11079016448 13541 33554432000 4194304 4196468 140731232202288 140703669537936 140704098137813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19484672 140731232209518 140731232212316 140731232212316 140731232214991 0
[pid=19675/tid=19733] ppid=19672 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19675/task/19733/stat : 19733 (java) S 19672 19675 15121 0 -1 1077944384 2 12964 0 0 0 0 5 2 20 0 15 0 57238027 11079016448 13541 33554432000 4194304 4196468 140731232202288 140703423322096 140704098138754 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19484672 140731232209518 140731232212316 140731232212316 140731232214991 0
[pid=19675/tid=19734] ppid=19672 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19675/task/19734/stat : 19734 (java) S 19672 19675 15121 0 -1 1077944384 13 12964 0 0 0 0 5 2 20 0 15 0 57238028 11079016448 13541 33554432000 4194304 4196468 140731232202288 140702994391968 140704098137813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19484672 140731232209518 140731232212316 140731232212316 140731232214991 0
[pid=19675/tid=19735] ppid=19672 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19675/task/19735/stat : 19735 (java) S 19672 19675 15121 0 -1 1077944384 1 12964 0 0 0 0 5 2 20 0 15 0 57238028 11079016448 13541 33554432000 4194304 4196468 140731232202288 140702860174320 140704098137813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19484672 140731232209518 140731232212316 140731232212316 140731232214991 0
[pid=19675/tid=19736] ppid=19672 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19675/task/19736/stat : 19736 (java) S 19672 19675 15121 0 -1 1077944384 3 12964 0 0 0 0 5 2 20 0 15 0 57238031 11079016448 13541 33554432000 4194304 4196468 140731232202288 140702619883728 140704098146203 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19484672 140731232209518 140731232212316 140731232212316 140731232214991 0
[pid=19675/tid=19737] ppid=19672 vsize=10819352 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/19675/task/19737/stat : 19737 (java) S 19672 19675 15121 0 -1 1077944384 487 12964 0 0 2 0 5 2 20 0 15 0 57238031 11079016448 13541 33554432000 4194304 4196468 140731232202288 140703422269936 140704098138754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19484672 140731232209518 140731232212316 140731232212316 140731232214991 0
[pid=19675/tid=19738] ppid=19672 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/19675/task/19738/stat : 19738 (java) S 19672 19675 15121 0 -1 1077944384 134 12964 0 0 1 0 5 2 20 0 15 0 57238031 11079016448 13541 33554432000 4194304 4196468 140731232202288 140703421217392 140704098138754 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19484672 140731232209518 140731232212316 140731232212316 140731232214991 0
[pid=19675/tid=19739] ppid=19672 vsize=10819352 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/19675/task/19739/stat : 19739 (java) S 19672 19675 15121 0 -1 1077944384 623 12964 0 0 4 0 5 2 20 0 15 0 57238031 11079016448 13541 33554432000 4194304 4196468 140731232202288 140703420164848 140704098138754 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19484672 140731232209518 140731232212316 140731232212316 140731232214991 0
[pid=19675/tid=19740] ppid=19672 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19675/task/19740/stat : 19740 (java) S 19672 19675 15121 0 -1 1077944384 3 12964 0 0 0 0 5 2 20 0 15 0 57238031 11079016448 13541 33554432000 4194304 4196468 140731232202288 140702586326112 140704098137813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19484672 140731232209518 140731232212316 140731232212316 140731232214991 0
[pid=19675/tid=19741] ppid=19672 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19675/task/19741/stat : 19741 (java) S 19672 19675 15121 0 -1 1077944384 1 12964 0 0 0 0 5 2 20 0 15 0 57238031 11079016448 13541 33554432000 4194304 4196468 140731232202288 140703419111728 140704098138754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19484672 140731232209518 140731232212316 140731232212316 140731232214991 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 54164 KiB

[startup+0.700725 s]
/proc/loadavg: 1.58 1.66 1.67 3/215 19741
/proc/meminfo: memFree=20083900/32770624 swapFree=67108860/67108860
[pid=19675] ppid=19672 vsize=10819352 memory=86876 CPUtime=0.98 cores=1,3,5,7
/proc/19675/stat : 19675 (java) S 19672 19675 15121 0 -1 1077944320 16839 12964 0 0 87 4 5 2 20 0 15 0 57238016 11079016448 21719 33554432000 4194304 4196468 140731232202288 140731232184832 140704098127607 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 19484672 140731232209518 140731232212316 140731232212316 140731232214991 0
/proc/19675/statm: 2704838 21719 3240 1 0 2667149 0
[pid=19675/tid=19728] ppid=19672 vsize=10819352 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/19675/task/19728/stat : 19728 (java) R 19672 19675 15121 0 -1 4202560 12421 12964 0 0 56 3 5 2 20 0 15 0 57238025 11079016448 21719 33554432000 4194304 4196468 140731232202288 140704069948432 140704078402937 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19484672 140731232209518 140731232212316 140731232212316 140731232214991 0
[pid=19675/tid=19729] ppid=19672 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19675/task/19729/stat : 19729 (java) S 19672 19675 15121 0 -1 1077944384 1 12964 0 0 0 0 5 2 20 0 15 0 57238026 11079016448 21719 33554432000 4194304 4196468 140731232202288 140704102370064 140704098137813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19484672 140731232209518 140731232212316 140731232212316 140731232214991 0
[pid=19675/tid=19730] ppid=19672 vsize=10819352 memory=4136 CPUtime=0.07 cores=1,3,5,7
/proc/19675/task/19730/stat : 19730 (java) S 19672 19675 15121 0 -1 1077944384 1 12964 0 0 0 0 5 2 20 0 15 0 57238026 11079016448 21719 33554432000 4194304 4196468 140731232202288 140703671643024 140704098137813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19484672 140731232209518 140731232212316 140731232212316 140731232214991 0
[pid=19675/tid=19731] ppid=19672 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19675/task/19731/stat : 19731 (java) S 19672 19675 15121 0 -1 1077944384 1 12964 0 0 0 0 5 2 20 0 15 0 57238026 11079016448 21719 33554432000 4194304 4196468 140731232202288 140703670590480 140704098137813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19484672 140731232209518 140731232212316 140731232212316 140731232214991 0
[pid=19675/tid=19732] ppid=19672 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19675/task/19732/stat : 19732 (java) S 19672 19675 15121 0 -1 1077944384 2 12964 0 0 0 0 5 2 20 0 15 0 57238026 11079016448 21719 33554432000 4194304 4196468 140731232202288 140703669537936 140704098137813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19484672 140731232209518 140731232212316 140731232212316 140731232214991 0
[pid=19675/tid=19733] ppid=19672 vsize=10819352 memory=4420 CPUtime=0.07 cores=1,3,5,7
/proc/19675/task/19733/stat : 19733 (java) S 19672 19675 15121 0 -1 1077944384 6 12964 0 0 0 0 5 2 20 0 15 0 57238027 11079016448 21719 33554432000 4194304 4196468 140731232202288 140703423322096 140704098138754 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19484672 140731232209518 140731232212316 140731232212316 140731232214991 0
[pid=19675/tid=19734] ppid=19672 vsize=10819352 memory=6628 CPUtime=0.07 cores=1,3,5,7
/proc/19675/task/19734/stat : 19734 (java) S 19672 19675 15121 0 -1 1077944384 13 12964 0 0 0 0 5 2 20 0 15 0 57238028 11079016448 21719 33554432000 4194304 4196468 140731232202288 140702994391968 140704098137813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19484672 140731232209518 140731232212316 140731232212316 140731232214991 0
[pid=19675/tid=19735] ppid=19672 vsize=10819352 memory=8836 CPUtime=0.07 cores=1,3,5,7
/proc/19675/task/19735/stat : 19735 (java) S 19672 19675 15121 0 -1 1077944384 1 12964 0 0 0 0 5 2 20 0 15 0 57238028 11079016448 21719 33554432000 4194304 4196468 140731232202288 140702860174320 140704098137813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19484672 140731232209518 140731232212316 140731232212316 140731232214991 0
[pid=19675/tid=19736] ppid=19672 vsize=10819352 memory=11044 CPUtime=0.07 cores=1,3,5,7
/proc/19675/task/19736/stat : 19736 (java) S 19672 19675 15121 0 -1 1077944384 3 12964 0 0 0 0 5 2 20 0 15 0 57238031 11079016448 21719 33554432000 4194304 4196468 140731232202288 140702619883728 140704098146203 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19484672 140731232209518 140731232212316 140731232212316 140731232214991 0
[pid=19675/tid=19737] ppid=19672 vsize=10819352 memory=13252 CPUtime=0.18 cores=1,3,5,7
/proc/19675/task/19737/stat : 19737 (java) S 19672 19675 15121 0 -1 1077944384 1124 12964 0 0 11 0 5 2 20 0 15 0 57238031 11079016448 21719 33554432000 4194304 4196468 140731232202288 140703422269936 140704098138754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19484672 140731232209518 140731232212316 140731232212316 140731232214991 0
[pid=19675/tid=19738] ppid=19672 vsize=10819352 memory=15460 CPUtime=0.13 cores=1,3,5,7
/proc/19675/task/19738/stat : 19738 (java) S 19672 19675 15121 0 -1 1077944384 380 12964 0 0 6 0 5 2 20 0 15 0 57238031 11079016448 21719 33554432000 4194304 4196468 140731232202288 140703421217392 140704098138754 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19484672 140731232209518 140731232212316 140731232212316 140731232214991 0
[pid=19675/tid=19739] ppid=19672 vsize=10819352 memory=17668 CPUtime=0.2 cores=1,3,5,7
/proc/19675/task/19739/stat : 19739 (java) S 19672 19675 15121 0 -1 1077944384 689 12964 0 0 13 0 5 2 20 0 15 0 57238031 11079016448 21719 33554432000 4194304 4196468 140731232202288 140703420164848 140704098138754 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19484672 140731232209518 140731232212316 140731232212316 140731232214991 0
[pid=19675/tid=19740] ppid=19672 vsize=10819352 memory=19876 CPUtime=0.07 cores=1,3,5,7
/proc/19675/task/19740/stat : 19740 (java) S 19672 19675 15121 0 -1 1077944384 3 12964 0 0 0 0 5 2 20 0 15 0 57238031 11079016448 21719 33554432000 4194304 4196468 140731232202288 140702586326112 140704098137813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19484672 140731232209518 140731232212316 140731232212316 140731232214991 0
[pid=19675/tid=19741] ppid=19672 vsize=10819352 memory=22084 CPUtime=0.07 cores=1,3,5,7
/proc/19675/task/19741/stat : 19741 (java) S 19672 19675 15121 0 -1 1077944384 1 12964 0 0 0 0 5 2 20 0 15 0 57238031 11079016448 21719 33554432000 4194304 4196468 140731232202288 140703419111728 140704098138754 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19484672 140731232209518 140731232212316 140731232212316 140731232214991 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 86876 KiB

[startup+1.50407 s]
/proc/loadavg: 1.58 1.66 1.67 3/215 19741
/proc/meminfo: memFree=20037196/32770624 swapFree=67108860/67108860
[pid=19675] ppid=19672 vsize=10834252 memory=225496 CPUtime=2.81 cores=1,3,5,7
/proc/19675/stat : 19675 (java) S 19672 19675 15121 0 -1 1077944320 23908 12964 0 0 264 10 5 2 20 0 15 0 57238016 11094274048 56374 33554432000 4194304 4196468 140731232202288 140731232184832 140704098127607 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 19484672 140731232209518 140731232212316 140731232212316 140731232214991 0
/proc/19675/statm: 2708563 56374 3470 1 0 2670221 0
[pid=19675/tid=19728] ppid=19672 vsize=10834252 memory=0 CPUtime=1.42 cores=1,3,5,7
/proc/19675/task/19728/stat : 19728 (java) R 19672 19675 15121 0 -1 4202560 17121 12964 0 0 130 5 5 2 20 0 15 0 57238025 11094274048 56374 33554432000 4194304 4196468 140731232202288 140704069944944 140704098148954 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19484672 140731232209518 140731232212316 140731232212316 140731232214991 0
[pid=19675/tid=19729] ppid=19672 vsize=10834252 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/19675/task/19729/stat : 19729 (java) S 19672 19675 15121 0 -1 1077944384 29 12964 0 0 1 0 5 2 20 0 15 0 57238026 11094274048 56374 33554432000 4194304 4196468 140731232202288 140704102370064 140704098137813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19484672 140731232209518 140731232212316 140731232212316 140731232214991 0
[pid=19675/tid=19730] ppid=19672 vsize=10834252 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/19675/task/19730/stat : 19730 (java) S 19672 19675 15121 0 -1 1077944384 182 12964 0 0 1 0 5 2 20 0 15 0 57238026 11094274048 56374 33554432000 4194304 4196468 140731232202288 140703671643024 140704098137813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19484672 140731232209518 140731232212316 140731232212316 140731232214991 0
[pid=19675/tid=19731] ppid=19672 vsize=10834252 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/19675/task/19731/stat : 19731 (java) S 19672 19675 15121 0 -1 1077944384 13 12964 0 0 1 0 5 2 20 0 15 0 57238026 11094274048 56374 33554432000 4194304 4196468 140731232202288 140703670590480 140704098137813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19484672 140731232209518 140731232212316 140731232212316 140731232214991 0
[pid=19675/tid=19732] ppid=19672 vsize=10834252 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/19675/task/19732/stat : 19732 (java) S 19672 19675 15121 0 -1 1077944384 63 12964 0 0 1 0 5 2 20 0 15 0 57238026 11094274048 56374 33554432000 4194304 4196468 140731232202288 140703669537936 140704098137813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19484672 140731232209518 140731232212316 140731232212316 140731232214991 0
[pid=19675/tid=19733] ppid=19672 vsize=10834252 memory=1399103955520229747 CPUtime=0.08 cores=1,3,5,7
/proc/19675/task/19733/stat : 19733 (java) S 19672 19675 15121 0 -1 1077944384 57 12964 0 0 1 0 5 2 20 0 15 0 57238027 11094274048 56374 33554432000 4194304 4196468 140731232202288 140703423322096 140704098138754 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19484672 140731232209518 140731232212316 140731232212316 140731232214991 0
[pid=19675/tid=19734] ppid=19672 vsize=10834252 memory=280383652440320 CPUtime=0.07 cores=1,3,5,7
/proc/19675/task/19734/stat : 19734 (java) S 19672 19675 15121 0 -1 1077944384 14 12964 0 0 0 0 5 2 20 0 15 0 57238028 11094274048 56374 33554432000 4194304 4196468 140731232202288 140702994392032 140704098137813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19484672 140731232209518 140731232212316 140731232212316 140731232214991 0
[pid=19675/tid=19735] ppid=19672 vsize=10834252 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19675/task/19735/stat : 19735 (java) S 19672 19675 15121 0 -1 1077944384 1 12964 0 0 0 0 5 2 20 0 15 0 57238028 11094274048 56374 33554432000 4194304 4196468 140731232202288 140702860174336 140704098137813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19484672 140731232209518 140731232212316 140731232212316 140731232214991 0
[pid=19675/tid=19736] ppid=19672 vsize=10834252 memory=1228 CPUtime=0.07 cores=1,3,5,7
/proc/19675/task/19736/stat : 19736 (java) S 19672 19675 15121 0 -1 1077944384 3 12964 0 0 0 0 5 2 20 0 15 0 57238031 11094274048 56374 33554432000 4194304 4196468 140731232202288 140702619883728 140704098146203 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19484672 140731232209518 140731232212316 140731232212316 140731232214991 0
[pid=19675/tid=19737] ppid=19672 vsize=10834252 memory=1704 CPUtime=0.58 cores=1,3,5,7
/proc/19675/task/19737/stat : 19737 (java) S 19672 19675 15121 0 -1 1077944384 1798 12964 0 0 51 0 5 2 20 0 15 0 57238031 11094274048 56374 33554432000 4194304 4196468 140731232202288 140703422269936 140704098138754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19484672 140731232209518 140731232212316 140731232212316 140731232214991 0
[pid=19675/tid=19738] ppid=19672 vsize=10834252 memory=9924 CPUtime=0.47 cores=1,3,5,7
/proc/19675/task/19738/stat : 19738 (java) S 19672 19675 15121 0 -1 1077944384 1088 12964 0 0 40 0 5 2 20 0 15 0 57238031 11094274048 56374 33554432000 4194304 4196468 140731232202288 140703421217392 140704098138754 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19484672 140731232209518 140731232212316 140731232212316 140731232214991 0
[pid=19675/tid=19739] ppid=19672 vsize=10834252 memory=5788 CPUtime=0.41 cores=1,3,5,7
/proc/19675/task/19739/stat : 19739 (java) R 19672 19675 15121 0 -1 4202560 1343 12964 0 0 34 0 5 2 20 0 15 0 57238031 11094274048 56374 33554432000 4194304 4196468 140731232202288 140703420164848 140704091224443 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19484672 140731232209518 140731232212316 140731232212316 140731232214991 0
[pid=19675/tid=19740] ppid=19672 vsize=10834252 memory=1936 CPUtime=0.07 cores=1,3,5,7
/proc/19675/task/19740/stat : 19740 (java) S 19672 19675 15121 0 -1 1077944384 3 12964 0 0 0 0 5 2 20 0 15 0 57238031 11094274048 56374 33554432000 4194304 4196468 140731232202288 140702586326112 140704098137813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19484672 140731232209518 140731232212316 140731232212316 140731232214991 0
[pid=19675/tid=19741] ppid=19672 vsize=10834252 memory=1196 CPUtime=0.07 cores=1,3,5,7
/proc/19675/task/19741/stat : 19741 (java) S 19672 19675 15121 0 -1 1077944384 1 12964 0 0 0 0 5 2 20 0 15 0 57238031 11094274048 56374 33554432000 4194304 4196468 140731232202288 140703419111728 140704098138754 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19484672 140731232209518 140731232212316 140731232212316 140731232214991 0
Current children cumulated CPU time: 2.81 s
Current children cumulated vsize: 10834252 KiB
Current children cumulated memory: 225496 KiB

[startup+3.11044 s]
/proc/loadavg: 1.58 1.66 1.67 5/215 19741
/proc/meminfo: memFree=19874296/32770624 swapFree=67108860/67108860
[pid=19675] ppid=19672 vsize=10842464 memory=298908 CPUtime=6.66 cores=1,3,5,7
/proc/19675/stat : 19675 (java) S 19672 19675 15121 0 -1 1077944320 38966 12964 0 0 643 16 5 2 20 0 15 0 57238016 11102683136 74727 33554432000 4194304 4196468 140731232202288 140731232184832 140704098127607 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 19484672 140731232209518 140731232212316 140731232212316 140731232214991 0
/proc/19675/statm: 2710616 74727 3492 1 0 2672269 0
[pid=19675/tid=19728] ppid=19672 vsize=10842464 memory=280383652859200 CPUtime=3.02 cores=1,3,5,7
/proc/19675/task/19728/stat : 19728 (java) R 19672 19675 15121 0 -1 4202560 27181 12964 0 0 287 8 5 2 20 0 15 0 57238025 11102683136 74727 33554432000 4194304 4196468 140731232202288 140704069958480 140703692304942 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19484672 140731232209518 140731232212316 140731232212316 140731232214991 0
[pid=19675/tid=19729] ppid=19672 vsize=10842464 memory=388 CPUtime=0.08 cores=1,3,5,7
/proc/19675/task/19729/stat : 19729 (java) S 19672 19675 15121 0 -1 1077944384 29 12964 0 0 1 0 5 2 20 0 15 0 57238026 11102683136 74727 33554432000 4194304 4196468 140731232202288 140704102370064 140704098137813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19484672 140731232209518 140731232212316 140731232212316 140731232214991 0
[pid=19675/tid=19730] ppid=19672 vsize=10842464 memory=6943526294502006880 CPUtime=0.08 cores=1,3,5,7
/proc/19675/task/19730/stat : 19730 (java) S 19672 19675 15121 0 -1 1077944384 182 12964 0 0 1 0 5 2 20 0 15 0 57238026 11102683136 74727 33554432000 4194304 4196468 140731232202288 140703671643024 140704098137813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19484672 140731232209518 140731232212316 140731232212316 140731232214991 0
[pid=19675/tid=19731] ppid=19672 vsize=10842464 memory=56 CPUtime=0.08 cores=1,3,5,7
/proc/19675/task/19731/stat : 19731 (java) S 19672 19675 15121 0 -1 1077944384 13 12964 0 0 1 0 5 2 20 0 15 0 57238026 11102683136 74727 33554432000 4194304 4196468 140731232202288 140703670590480 140704098137813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19484672 140731232209518 140731232212316 140731232212316 140731232214991 0
[pid=19675/tid=19732] ppid=19672 vsize=10842464 memory=7886128541349720114 CPUtime=0.08 cores=1,3,5,7
/proc/19675/task/19732/stat : 19732 (java) S 19672 19675 15121 0 -1 1077944384 63 12964 0 0 1 0 5 2 20 0 15 0 57238026 11102683136 74727 33554432000 4194304 4196468 140731232202288 140703669537936 140704098137813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19484672 140731232209518 140731232212316 140731232212316 140731232214991 0
[pid=19675/tid=19733] ppid=19672 vsize=10842464 memory=8389687274701468466 CPUtime=0.08 cores=1,3,5,7
/proc/19675/task/19733/stat : 19733 (java) S 19672 19675 15121 0 -1 1077944384 57 12964 0 0 1 0 5 2 20 0 15 0 57238027 11102683136 74727 33554432000 4194304 4196468 140731232202288 140703423322096 140704098138754 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19484672 140731232209518 140731232212316 140731232212316 140731232214991 0
[pid=19675/tid=19734] ppid=19672 vsize=10842464 memory=7093353723681305286 CPUtime=0.07 cores=1,3,5,7
/proc/19675/task/19734/stat : 19734 (java) S 19672 19675 15121 0 -1 1077944384 14 12964 0 0 0 0 5 2 20 0 15 0 57238028 11102683136 74727 33554432000 4194304 4196468 140731232202288 140702994392032 140704098137813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19484672 140731232209518 140731232212316 140731232212316 140731232214991 0
[pid=19675/tid=19735] ppid=19672 vsize=10842464 memory=280383652693504 CPUtime=0.07 cores=1,3,5,7
/proc/19675/task/19735/stat : 19735 (java) S 19672 19675 15121 0 -1 1077944384 1 12964 0 0 0 0 5 2 20 0 15 0 57238028 11102683136 74727 33554432000 4194304 4196468 140731232202288 140702860174336 140704098137813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19484672 140731232209518 140731232212316 140731232212316 140731232214991 0
[pid=19675/tid=19736] ppid=19672 vsize=10842464 memory=7813300499672229721 CPUtime=0.07 cores=1,3,5,7
/proc/19675/task/19736/stat : 19736 (java) S 19672 19675 15121 0 -1 1077944384 3 12964 0 0 0 0 5 2 20 0 15 0 57238031 11102683136 74727 33554432000 4194304 4196468 140731232202288 140702619883728 140704098146203 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19484672 140731232209518 140731232212316 140731232212316 140731232214991 0
[pid=19675/tid=19737] ppid=19672 vsize=10842464 memory=6440235876196307046 CPUtime=1.48 cores=1,3,5,7
/proc/19675/task/19737/stat : 19737 (java) R 19672 19675 15121 0 -1 4202560 4217 12964 0 0 140 1 5 2 20 0 15 0 57238031 11102683136 74727 33554432000 4194304 4196468 140731232202288 140703422258048 140704077340679 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19484672 140731232209518 140731232212316 140731232212316 140731232214991 0
[pid=19675/tid=19738] ppid=19672 vsize=10842464 memory=6153985703205688933 CPUtime=1.18 cores=1,3,5,7
/proc/19675/task/19738/stat : 19738 (java) R 19672 19675 15121 0 -1 4202560 1475 12964 0 0 110 1 5 2 20 0 15 0 57238031 11102683136 74727 33554432000 4194304 4196468 140731232202288 140703421199984 140704082521495 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19484672 140731232209518 140731232212316 140731232212316 140731232214991 0
[pid=19675/tid=19739] ppid=19672 vsize=10842464 memory=288230574492221466 CPUtime=1.04 cores=1,3,5,7
/proc/19675/task/19739/stat : 19739 (java) S 19672 19675 15121 0 -1 1077944384 3534 12964 0 0 96 1 5 2 20 0 15 0 57238031 11102683136 74727 33554432000 4194304 4196468 140731232202288 140703420164848 140704098138754 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19484672 140731232209518 140731232212316 140731232212316 140731232214991 0
[pid=19675/tid=19740] ppid=19672 vsize=10842464 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19675/task/19740/stat : 19740 (java) S 19672 19675 15121 0 -1 1077944384 3 12964 0 0 0 0 5 2 20 0 15 0 57238031 11102683136 74727 33554432000 4194304 4196468 140731232202288 140702586326112 140704098137813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19484672 140731232209518 140731232212316 140731232212316 140731232214991 0
[pid=19675/tid=19741] ppid=19672 vsize=10842464 memory=2193 CPUtime=0.07 cores=1,3,5,7
/proc/19675/task/19741/stat : 19741 (java) S 19672 19675 15121 0 -1 1077944384 1 12964 0 0 0 0 5 2 20 0 15 0 57238031 11102683136 74727 33554432000 4194304 4196468 140731232202288 140703419111728 140704098138754 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19484672 140731232209518 140731232212316 140731232212316 140731232214991 0
Current children cumulated CPU time: 6.66 s
Current children cumulated vsize: 10842464 KiB
Current children cumulated memory: 298908 KiB

[startup+4.43879 s]
# the end of solver process 19675 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=9.94246 s, system=0.262985 s

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

[startup+3.20092 s]
/proc/loadavg: 1.58 1.66 1.67 5/215 19741
/proc/meminfo: memFree=19874296/32770624 swapFree=67108860/67108860
[pid=19675] ppid=19672 vsize=10842464 memory=319796 CPUtime=6.93 cores=1,3,5,7
/proc/19675/stat : 19675 (java) S 19672 19675 15121 0 -1 1077944320 42214 12964 0 0 669 17 5 2 20 0 15 0 57238016 11102683136 79949 33554432000 4194304 4196468 140731232202288 140731232184832 140704098127607 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 19484672 140731232209518 140731232212316 140731232212316 140731232214991 0
/proc/19675/statm: 2710616 79949 3502 1 0 2672269 0
[pid=19675/tid=19728] ppid=19672 vsize=10842464 memory=0 CPUtime=3.1 cores=1,3,5,7
/proc/19675/task/19728/stat : 19728 (java) R 19672 19675 15121 0 -1 4202560 27994 12964 0 0 295 8 5 2 20 0 15 0 57238025 11102683136 79949 33554432000 4194304 4196468 140731232202288 140704069961184 140703692556989 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19484672 140731232209518 140731232212316 140731232212316 140731232214991 0
[pid=19675/tid=19729] ppid=19672 vsize=10842464 memory=6656426216303648864 CPUtime=0.08 cores=1,3,5,7
/proc/19675/task/19729/stat : 19729 (java) S 19672 19675 15121 0 -1 1077944384 35 12964 0 0 1 0 5 2 20 0 15 0 57238026 11102683136 79949 33554432000 4194304 4196468 140731232202288 140704102370064 140704098137813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19484672 140731232209518 140731232212316 140731232212316 140731232214991 0
[pid=19675/tid=19730] ppid=19672 vsize=10842464 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/19675/task/19730/stat : 19730 (java) S 19672 19675 15121 0 -1 1077944384 185 12964 0 0 1 0 5 2 20 0 15 0 57238026 11102683136 79949 33554432000 4194304 4196468 140731232202288 140703671643024 140704098137813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19484672 140731232209518 140731232212316 140731232212316 140731232214991 0
[pid=19675/tid=19731] ppid=19672 vsize=10842464 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/19675/task/19731/stat : 19731 (java) S 19672 19675 15121 0 -1 1077944384 20 12964 0 0 1 0 5 2 20 0 15 0 57238026 11102683136 79949 33554432000 4194304 4196468 140731232202288 140703670590480 140704098137813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19484672 140731232209518 140731232212316 140731232212316 140731232214991 0
[pid=19675/tid=19732] ppid=19672 vsize=10842464 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/19675/task/19732/stat : 19732 (java) S 19672 19675 15121 0 -1 1077944384 68 12964 0 0 1 0 5 2 20 0 15 0 57238026 11102683136 79949 33554432000 4194304 4196468 140731232202288 140703669537936 140704098137813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19484672 140731232209518 140731232212316 140731232212316 140731232214991 0
[pid=19675/tid=19733] ppid=19672 vsize=10842464 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/19675/task/19733/stat : 19733 (java) S 19672 19675 15121 0 -1 1077944384 80 12964 0 0 1 0 5 2 20 0 15 0 57238027 11102683136 79949 33554432000 4194304 4196468 140731232202288 140703423322096 140704098138754 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19484672 140731232209518 140731232212316 140731232212316 140731232214991 0
[pid=19675/tid=19734] ppid=19672 vsize=10842464 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19675/task/19734/stat : 19734 (java) S 19672 19675 15121 0 -1 1077944384 14 12964 0 0 0 0 5 2 20 0 15 0 57238028 11102683136 79949 33554432000 4194304 4196468 140731232202288 140702994392032 140704098137813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19484672 140731232209518 140731232212316 140731232212316 140731232214991 0
[pid=19675/tid=19735] ppid=19672 vsize=10842464 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19675/task/19735/stat : 19735 (java) S 19672 19675 15121 0 -1 1077944384 1 12964 0 0 0 0 5 2 20 0 15 0 57238028 11102683136 79949 33554432000 4194304 4196468 140731232202288 140702860174336 140704098137813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19484672 140731232209518 140731232212316 140731232212316 140731232214991 0
[pid=19675/tid=19736] ppid=19672 vsize=10842464 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19675/task/19736/stat : 19736 (java) S 19672 19675 15121 0 -1 1077944384 3 12964 0 0 0 0 5 2 20 0 15 0 57238031 11102683136 79949 33554432000 4194304 4196468 140731232202288 140702619883728 140704098146203 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19484672 140731232209518 140731232212316 140731232212316 140731232214991 0
[pid=19675/tid=19737] ppid=19672 vsize=10842464 memory=0 CPUtime=1.56 cores=1,3,5,7
/proc/19675/task/19737/stat : 19737 (java) R 19672 19675 15121 0 -1 4202560 5264 12964 0 0 148 1 5 2 20 0 15 0 57238031 11102683136 79949 33554432000 4194304 4196468 140731232202288 140703422256464 140704083230021 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19484672 140731232209518 140731232212316 140731232212316 140731232214991 0
[pid=19675/tid=19738] ppid=19672 vsize=10842464 memory=1424 CPUtime=1.26 cores=1,3,5,7
/proc/19675/task/19738/stat : 19738 (java) R 19672 19675 15121 0 -1 4202560 2748 12964 0 0 118 1 5 2 20 0 15 0 57238031 11102683136 79949 33554432000 4194304 4196468 140731232202288 140703421202768 140704090416989 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19484672 140731232209518 140731232212316 140731232212316 140731232214991 0
[pid=19675/tid=19739] ppid=19672 vsize=10842464 memory=15868 CPUtime=1.05 cores=1,3,5,7
/proc/19675/task/19739/stat : 19739 (java) S 19672 19675 15121 0 -1 1077944384 3599 12964 0 0 97 1 5 2 20 0 15 0 57238031 11102683136 79949 33554432000 4194304 4196468 140731232202288 140703420164848 140704098138754 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19484672 140731232209518 140731232212316 140731232212316 140731232214991 0
[pid=19675/tid=19740] ppid=19672 vsize=10842464 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19675/task/19740/stat : 19740 (java) S 19672 19675 15121 0 -1 1077944384 3 12964 0 0 0 0 5 2 20 0 15 0 57238031 11102683136 79949 33554432000 4194304 4196468 140731232202288 140702586326112 140704098137813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19484672 140731232209518 140731232212316 140731232212316 140731232214991 0
[pid=19675/tid=19741] ppid=19672 vsize=10842464 memory=6788 CPUtime=0.07 cores=1,3,5,7
/proc/19675/task/19741/stat : 19741 (java) S 19672 19675 15121 0 -1 1077944384 11 12964 0 0 0 0 5 2 20 0 15 0 57238031 11102683136 79949 33554432000 4194304 4196468 140731232202288 140703419111728 140704098138754 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19484672 140731232209518 140731232212316 140731232212316 140731232214991 0
Current children cumulated CPU time: 6.93 s
Current children cumulated vsize: 10842464 KiB
Current children cumulated memory: 319796 KiB

[startup+4.00075 s]*
/proc/loadavg: 1.58 1.66 1.67 4/215 19741
/proc/meminfo: memFree=19809400/32770624 swapFree=67108860/67108860
[pid=19675] ppid=19672 vsize=10848608 memory=342436 CPUtime=8.94 cores=1,3,5,7
/proc/19675/stat : 19675 (java) S 19672 19675 15121 0 -1 1077944320 64001 12964 0 0 867 20 5 2 20 0 15 0 57238016 11108974592 85609 33554432000 4194304 4196468 140731232202288 140731232184832 140704098127607 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 19484672 140731232209518 140731232212316 140731232212316 140731232214991 0
/proc/19675/statm: 2712152 85609 3511 1 0 2673805 0
[pid=19675/tid=19728] ppid=19672 vsize=10848608 memory=-6517102902069810590 CPUtime=3.87 cores=1,3,5,7
/proc/19675/task/19728/stat : 19728 (java) R 19672 19675 15121 0 -1 4202560 43239 12964 0 0 370 10 5 2 20 0 15 0 57238025 11108974592 85675 33554432000 4194304 4196468 140731232202288 140704069940328 140704078403328 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19484672 140731232209518 140731232212316 140731232212316 140731232214991 0
[pid=19675/tid=19729] ppid=19672 vsize=10848608 memory=3691042058319900680 CPUtime=0.1 cores=1,3,5,7
/proc/19675/task/19729/stat : 19729 (java) S 19672 19675 15121 0 -1 1077944384 91 12964 0 0 3 0 5 2 20 0 15 0 57238026 11108974592 85675 33554432000 4194304 4196468 140731232202288 140704102370064 140704098137813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19484672 140731232209518 140731232212316 140731232212316 140731232214991 0
[pid=19675/tid=19730] ppid=19672 vsize=10848608 memory=4049193136228141216 CPUtime=0.1 cores=1,3,5,7
/proc/19675/task/19730/stat : 19730 (java) S 19672 19675 15121 0 -1 1077944384 314 12964 0 0 3 0 5 2 20 0 15 0 57238026 11108974592 85675 33554432000 4194304 4196468 140731232202288 140703671643024 140704098137813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19484672 140731232209518 140731232212316 140731232212316 140731232214991 0
[pid=19675/tid=19731] ppid=19672 vsize=10848608 memory=8470556256330945681 CPUtime=0.1 cores=1,3,5,7
/proc/19675/task/19731/stat : 19731 (java) S 19672 19675 15121 0 -1 1077944384 74 12964 0 0 3 0 5 2 20 0 15 0 57238026 11108974592 85675 33554432000 4194304 4196468 140731232202288 140703670590480 140704098137813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19484672 140731232209518 140731232212316 140731232212316 140731232214991 0
[pid=19675/tid=19732] ppid=19672 vsize=10848608 memory=84503481549800 CPUtime=0.1 cores=1,3,5,7
/proc/19675/task/19732/stat : 19732 (java) S 19672 19675 15121 0 -1 1077944384 89 12964 0 0 3 0 5 2 20 0 15 0 57238026 11108974592 85675 33554432000 4194304 4196468 140731232202288 140703669537936 140704098137813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19484672 140731232209518 140731232212316 140731232212316 140731232214991 0
[pid=19675/tid=19733] ppid=19672 vsize=10848608 memory=3540059797170572513 CPUtime=0.1 cores=1,3,5,7
/proc/19675/task/19733/stat : 19733 (java) S 19672 19675 15121 0 -1 1077944384 3591 12964 0 0 3 0 5 2 20 0 15 0 57238027 11108974592 85675 33554432000 4194304 4196468 140731232202288 140703423322096 140704098138754 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19484672 140731232209518 140731232212316 140731232212316 140731232214991 0
[pid=19675/tid=19734] ppid=19672 vsize=10848608 memory=3545230349605943092 CPUtime=0.07 cores=1,3,5,7
/proc/19675/task/19734/stat : 19734 (java) S 19672 19675 15121 0 -1 1077944384 14 12964 0 0 0 0 5 2 20 0 15 0 57238028 11108974592 85675 33554432000 4194304 4196468 140731232202288 140702994392032 140704098137813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19484672 140731232209518 140731232212316 140731232212316 140731232214991 0
[pid=19675/tid=19735] ppid=19672 vsize=10848608 memory=7446533120379806821 CPUtime=0.07 cores=1,3,5,7
/proc/19675/task/19735/stat : 19735 (java) S 19672 19675 15121 0 -1 1077944384 1 12964 0 0 0 0 5 2 20 0 15 0 57238028 11108974592 85675 33554432000 4194304 4196468 140731232202288 140702860174336 140704098137813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19484672 140731232209518 140731232212316 140731232212316 140731232214991 0
[pid=19675/tid=19736] ppid=19672 vsize=10848608 memory=1 CPUtime=0.07 cores=1,3,5,7
/proc/19675/task/19736/stat : 19736 (java) S 19672 19675 15121 0 -1 1077944384 3 12964 0 0 0 0 5 2 20 0 15 0 57238031 11108974592 85675 33554432000 4194304 4196468 140731232202288 140702619883728 140704098146203 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19484672 140731232209518 140731232212316 140731232212316 140731232214991 0
[pid=19675/tid=19737] ppid=19672 vsize=10848608 memory=0 CPUtime=2.04 cores=1,3,5,7
/proc/19675/task/19737/stat : 19737 (java) R 19672 19675 15121 0 -1 4202560 6508 12964 0 0 196 1 5 2 20 0 15 0 57238031 11108974592 85675 33554432000 4194304 4196468 140731232202288 140703422252304 140704079655969 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19484672 140731232209518 140731232212316 140731232212316 140731232214991 0
[pid=19675/tid=19738] ppid=19672 vsize=10848608 memory=0 CPUtime=1.65 cores=1,3,5,7
/proc/19675/task/19738/stat : 19738 (java) S 19672 19675 15121 0 -1 1077944384 3065 12964 0 0 157 1 5 2 20 0 15 0 57238031 11108974592 85675 33554432000 4194304 4196468 140731232202288 140703421217392 140704098138754 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19484672 140731232209518 140731232212316 140731232212316 140731232214991 0
[pid=19675/tid=19739] ppid=19672 vsize=10848608 memory=17 CPUtime=1.32 cores=1,3,5,7
/proc/19675/task/19739/stat : 19739 (java) S 19672 19675 15121 0 -1 1077944384 4876 12964 0 0 123 2 5 2 20 0 15 0 57238031 11108974592 85741 33554432000 4194304 4196468 140731232202288 140703420164848 140704098138754 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19484672 140731232209518 140731232212316 140731232212316 140731232214991 0
[pid=19675/tid=19740] ppid=19672 vsize=10848608 memory=248 CPUtime=0.07 cores=1,3,5,7
/proc/19675/task/19740/stat : 19740 (java) S 19672 19675 15121 0 -1 1077944384 3 12964 0 0 0 0 5 2 20 0 15 0 57238031 11108974592 85741 33554432000 4194304 4196468 140731232202288 140702586326112 140704098137813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19484672 140731232209518 140731232212316 140731232212316 140731232214991 0
[pid=19675/tid=19741] ppid=19672 vsize=10848608 memory=189 CPUtime=0.07 cores=1,3,5,7
/proc/19675/task/19741/stat : 19741 (java) S 19672 19675 15121 0 -1 1077944384 11 12964 0 0 0 0 5 2 20 0 15 0 57238031 11108974592 85741 33554432000 4194304 4196468 140731232202288 140703419111728 140704098138754 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19484672 140731232209518 140731232212316 140731232212316 140731232214991 0
Current children cumulated CPU time: 8.94 s
Current children cumulated vsize: 10848608 KiB
Current children cumulated memory: 342436 KiB

[startup+4.40073 s]
/proc/loadavg: 1.58 1.66 1.67 4/215 19741
/proc/meminfo: memFree=19809400/32770624 swapFree=67108860/67108860
[pid=19675] ppid=19672 vsize=11017136 memory=367876 CPUtime=10.15 cores=1,3,5,7
/proc/19675/stat : 19675 (java) S 19672 19675 15121 0 -1 1077944320 72224 12964 0 0 986 22 5 2 20 0 14 0 57238016 11281547264 91969 33554432000 4194304 4196468 140731232202288 140731232184832 140704098127607 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 19484672 140731232209518 140731232212316 140731232212316 140731232214991 0
/proc/19675/statm: 2754284 91969 3514 1 0 2715937 0
[pid=19675/tid=19728] ppid=19672 vsize=11017136 memory=6791534058613427641 CPUtime=4.22 cores=1,3,5,7
/proc/19675/task/19728/stat : 19728 (java) S 19672 19675 15121 0 -1 1077944384 47736 12964 0 0 404 11 5 2 20 0 14 0 57238025 11281547264 91969 33554432000 4194304 4196468 140731232202288 140704069971088 140704098137813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19484672 140731232209518 140731232212316 140731232212316 140731232214991 0
[pid=19675/tid=19729] ppid=19672 vsize=11017136 memory=1580 CPUtime=0.1 cores=1,3,5,7
/proc/19675/task/19729/stat : 19729 (java) S 19672 19675 15121 0 -1 1077944384 91 12964 0 0 3 0 5 2 20 0 14 0 57238026 11281547264 91969 33554432000 4194304 4196468 140731232202288 140704102370064 140704098137813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19484672 140731232209518 140731232212316 140731232212316 140731232214991 0
[pid=19675/tid=19730] ppid=19672 vsize=11017136 memory=2240 CPUtime=0.1 cores=1,3,5,7
/proc/19675/task/19730/stat : 19730 (java) S 19672 19675 15121 0 -1 1077944384 314 12964 0 0 3 0 5 2 20 0 14 0 57238026 11281547264 91969 33554432000 4194304 4196468 140731232202288 140703671643024 140704098137813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19484672 140731232209518 140731232212316 140731232212316 140731232214991 0
[pid=19675/tid=19731] ppid=19672 vsize=11017136 memory=4128 CPUtime=0.1 cores=1,3,5,7
/proc/19675/task/19731/stat : 19731 (java) S 19672 19675 15121 0 -1 1077944384 74 12964 0 0 3 0 5 2 20 0 14 0 57238026 11281547264 91969 33554432000 4194304 4196468 140731232202288 140703670590480 140704098137813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19484672 140731232209518 140731232212316 140731232212316 140731232214991 0
[pid=19675/tid=19732] ppid=19672 vsize=11017136 memory=2200 CPUtime=0.1 cores=1,3,5,7
/proc/19675/task/19732/stat : 19732 (java) S 19672 19675 15121 0 -1 1077944384 89 12964 0 0 3 0 5 2 20 0 14 0 57238026 11281547264 91969 33554432000 4194304 4196468 140731232202288 140703669537936 140704098137813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19484672 140731232209518 140731232212316 140731232212316 140731232214991 0
[pid=19675/tid=19733] ppid=19672 vsize=11017136 memory=7528 CPUtime=0.11 cores=1,3,5,7
/proc/19675/task/19733/stat : 19733 (java) S 19672 19675 15121 0 -1 1077944384 3591 12964 0 0 4 0 5 2 20 0 14 0 57238027 11281547264 91969 33554432000 4194304 4196468 140731232202288 140703423322304 140704098138754 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19484672 140731232209518 140731232212316 140731232212316 140731232214991 0
[pid=19675/tid=19734] ppid=19672 vsize=11017136 memory=844 CPUtime=0.07 cores=1,3,5,7
/proc/19675/task/19734/stat : 19734 (java) S 19672 19675 15121 0 -1 1077944384 14 12964 0 0 0 0 5 2 20 0 14 0 57238028 11281547264 91969 33554432000 4194304 4196468 140731232202288 140702994392032 140704098137813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19484672 140731232209518 140731232212316 140731232212316 140731232214991 0
[pid=19675/tid=19735] ppid=19672 vsize=11017136 memory=1800 CPUtime=0.07 cores=1,3,5,7
/proc/19675/task/19735/stat : 19735 (java) S 19672 19675 15121 0 -1 1077944384 1 12964 0 0 0 0 5 2 20 0 14 0 57238028 11281547264 91969 33554432000 4194304 4196468 140731232202288 140702860174336 140704098137813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19484672 140731232209518 140731232212316 140731232212316 140731232214991 0
[pid=19675/tid=19736] ppid=19672 vsize=11017136 memory=920 CPUtime=0.07 cores=1,3,5,7
/proc/19675/task/19736/stat : 19736 (java) S 19672 19675 15121 0 -1 1077944384 6 12964 0 0 0 0 5 2 20 0 14 0 57238031 11281547264 91969 33554432000 4194304 4196468 140731232202288 140702619883376 140704098137813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19484672 140731232209518 140731232212316 140731232212316 140731232214991 0
[pid=19675/tid=19737] ppid=19672 vsize=11017136 memory=3848 CPUtime=2.44 cores=1,3,5,7
/proc/19675/task/19737/stat : 19737 (java) R 19672 19675 15121 0 -1 4202560 9488 12964 0 0 235 2 5 2 20 0 14 0 57238031 11281547264 91969 33554432000 4194304 4196468 140731232202288 140703422256096 140704079648813 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19484672 140731232209518 140731232212316 140731232212316 140731232214991 0
[pid=19675/tid=19738] ppid=19672 vsize=11017136 memory=0 CPUtime=1.93 cores=1,3,5,7
/proc/19675/task/19738/stat : 19738 (java) S 19672 19675 15121 0 -1 1077944384 3336 12964 0 0 185 1 5 2 20 0 14 0 57238031 11281547264 91969 33554432000 4194304 4196468 140731232202288 140703421197792 140704098137813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19484672 140731232209518 140731232212316 140731232212316 140731232214991 0
[pid=19675/tid=19739] ppid=19672 vsize=11017136 memory=4420 CPUtime=1.5 cores=1,3,5,7
/proc/19675/task/19739/stat : 19739 (java) S 19672 19675 15121 0 -1 1077944384 5261 12964 0 0 141 2 5 2 20 0 14 0 57238031 11281547264 91969 33554432000 4194304 4196468 140731232202288 140703420164608 140704098137813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19484672 140731232209518 140731232212316 140731232212316 140731232214991 0
[pid=19675/tid=19740] ppid=19672 vsize=11017136 memory=6628 CPUtime=0.07 cores=1,3,5,7
/proc/19675/task/19740/stat : 19740 (java) S 19672 19675 15121 0 -1 1077944384 3 12964 0 0 0 0 5 2 20 0 14 0 57238031 11281547264 91969 33554432000 4194304 4196468 140731232202288 140702586326112 140704098137813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19484672 140731232209518 140731232212316 140731232212316 140731232214991 0
Current children cumulated CPU time: 10.15 s
Current children cumulated vsize: 11017136 KiB
Current children cumulated memory: 367876 KiB

Child status: 0
Real time (s): 4.43884
CPU time (s): 10.2054
CPU user time (s): 9.94246
CPU system time (s): 0.262985
CPU usage (%): 229.912
Max. virtual memory (cumulated for all children) (KiB): 11017136
Max. memory (cumulated for all children) (KiB): 367876

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9.94246
system time used= 0.262985
maximum resident set size= 369848
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 85213
page faults= 0
swaps= 0
block input operations= 0
block output operations= 144
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6052
involuntary context switches= 43


# summary of solver processes directly reported to runsolver:
#   pid: 19675
#   total CPU time (s): 10.2054
#   total CPU user time (s): 9.94246
#   total CPU system time (s): 0.262985

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.051156 second user time and 0.083974 second system time

The end

Launcher Data

Begin job on node105 at 2018-07-24 03:45:48
IDJOB=4293961
IDBENCH=141275
IDSOLVER=2750
FILE ID=node105/4293961-1532396748
RUNJOBID= node105-1532371073-15153
PBS_JOBID= 21021573
Free space on /tmp= 44704 MiB

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

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

MD5SUM BENCH= becbd2d91dde2be36fb4b4a471bae430
RANDOM SEED=1878108680

node105.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.32
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.32
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.32
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.32
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        20134120 kB
MemAvailable:   28214236 kB
Buffers:          208724 kB
Cached:          8014968 kB
SwapCached:            0 kB
Active:          5321496 kB
Inactive:        6674180 kB
Active(anon):    3726344 kB
Inactive(anon):    65448 kB
Active(file):    1595152 kB
Inactive(file):  6608732 kB
Unevictable:        7336 kB
Mlocked:            7336 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26884 kB
Writeback:             0 kB
AnonPages:       3818668 kB
Mapped:            50900 kB
Shmem:             17036 kB
Slab:             332420 kB
SReclaimable:     304692 kB
SUnreclaim:        27728 kB
KernelStack:        3792 kB
PageTables:        12740 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4278972 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3518464 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      130432 kB
DirectMap2M:    33415168 kB

Free space on /tmp at the end= 44680 MiB
End job on node105 at 2018-07-24 03:45:53