Trace number 4294272

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-13OPT2 8.238 3.9771

General information on the benchmark

NameTemplateDesign/
TemplateDesign-m1s-2_c18.xml
MD5SUMa795c17341a98acc8ee8963fc359ded0
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark1.38107
Satisfiable
(Un)Satisfiability was proved
Number of variables60
Number of constraints40
Number of domains8
Minimum domain size2
Maximum domain size1210
Distribution of domain sizes[{"size":2,"count":5},{"size":7,"count":25},{"size":275,"count":5},{"size":286,"count":5},{"size":550,"count":5},{"size":880,"count":5},{"size":1101,"count":5},{"size":1210,"count":5}]
Minimum variable degree2
Maximum variable degree6
Distribution of variable degrees[{"degree":2,"count":55},{"degree":6,"count":5}]
Minimum constraint arity2
Maximum constraint arity5
Distribution of constraint arities[{"arity":2,"count":5},{"arity":3,"count":25},{"arity":5,"count":10}]
Number of extensional constraints5
Number of intensional constraints25
Distribution of constraint types[{"type":"extension","count":5},{"type":"intension","count":25},{"type":"sum","count":10}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.98/0.75	c Concrete v3.8.1528841891564 running
7.79/3.89	o 2
8.12/3.91	v <instantiation cost="2">
8.12/3.91	v       <list>
8.12/3.91	v         d[0][0] d[0][1] d[0][2] d[0][3] d[0][4] d[1][0] d[1][1] d[1][2] d[1][3] d[1][4] d[2][0] d[2][1] d[2][2] d[2][3] d[2][4] d[3][0] d[3][1] d[3][2] d[3][3] d[3][4] d[4][0] d[4][1] d[4][2] d[4][3] d[4][4] npt[0] npt[1] npt[2] npt[3] npt[4] u[0] u[1] u[2] u[3] u[4] nptv[0][0] nptv[0][1] nptv[0][2] nptv[0][3] nptv[0][4] nptv[1][0] nptv[1][1] nptv[1][2] nptv[1][3] nptv[1][4] nptv[2][0] nptv[2][1] nptv[2][2] nptv[2][3] nptv[2][4] nptv[3][0] nptv[3][1] nptv[3][2] nptv[3][3] nptv[3][4] nptv[4][0] nptv[4][1] nptv[4][2] nptv[4][3] nptv[4][4]
8.12/3.91	v       </list>
8.12/3.91	v       <values>
8.12/3.91	v         0 0 0 0 6 0 1 2 3 0 0 6 0 0 0 1 0 0 0 5 0 6 0 0 0 0 254 0 238 0 0 1 0 1 0 0 0 0 0 0 0 254 508 762 0 0 0 0 0 0 238 0 0 0 1190 0 0 0 0 0
8.12/3.91	v       </values>
8.12/3.91	v     </instantiation>
8.12/3.91	s OPTIMUM FOUND

Verifier Data

OK	2

Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (4630 MiB free)
  memory of node 1: 16384 MiB (10321 MiB free)
  node distances:
     10  21
     21  10

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

solver pid=19825, runsolver pid=19818

[startup+0.100088 s]*
/proc/loadavg: 0.68 0.82 1.08 4/198 19938
/proc/meminfo: memFree=15296780/32770624 swapFree=67108852/67108860
[pid=19825] ppid=19818 vsize=9972712 memory=17072 CPUtime=0.09 cores=0,2,4,6
/proc/19825/stat : 19825 (java) S 19818 19825 13949 0 -1 1077944320 4423 13137 0 0 1 1 4 3 20 0 6 0 62261001 10212057088 4268 33554432000 4194304 4196468 140725574444560 140725574427104 140117095268087 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 31895552 140725574445679 140725574448476 140725574448476 140725574451151 0
/proc/19825/statm: 2493178 4268 1934 1 0 2481616 0
[pid=19825/tid=19930] ppid=19818 vsize=9972712 memory=-6517102902069810590 CPUtime=0.07 cores=0,2,4,6
/proc/19825/task/19930/stat : 19930 (java) R 19818 19825 13949 0 -1 4202560 2250 13137 0 0 0 0 4 3 20 0 6 0 62261010 10212057088 4268 33554432000 4194304 4196468 140725574444560 140117067104848 140117080391024 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31895552 140725574445679 140725574448476 140725574448476 140725574451151 0
[pid=19825/tid=19935] ppid=19818 vsize=9972712 memory=8257237230052613020 CPUtime=0.07 cores=0,2,4,6
/proc/19825/task/19935/stat : 19935 (java) S 19818 19825 13949 0 -1 1077944384 1 13137 0 0 0 0 4 3 20 0 6 0 62261010 10212057088 4268 33554432000 4194304 4196468 140725574444560 140117099510800 140117095278293 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31895552 140725574445679 140725574448476 140725574448476 140725574451151 0
[pid=19825/tid=19936] ppid=19818 vsize=9972712 memory=140032091104896 CPUtime=0.07 cores=0,2,4,6
/proc/19825/task/19936/stat : 19936 (java) S 19818 19825 13949 0 -1 1077944384 1 13137 0 0 0 0 4 3 20 0 6 0 62261010 10212057088 4268 33554432000 4194304 4196468 140725574444560 140117003713680 140117095278293 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31895552 140725574445679 140725574448476 140725574448476 140725574451151 0
[pid=19825/tid=19937] ppid=19818 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19825/task/19937/stat : 19937 (java) S 19818 19825 13949 0 -1 1077944384 1 13137 0 0 0 0 4 3 20 0 6 0 62261010 10212057088 4268 33554432000 4194304 4196468 140725574444560 140117002660624 140117095278293 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31895552 140725574445679 140725574448476 140725574448476 140725574451151 0
[pid=19825/tid=19938] ppid=19818 vsize=9972712 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/19825/task/19938/stat : 19938 (java) S 19818 19825 13949 0 -1 1077944384 2 13137 0 0 0 0 4 3 20 0 6 0 62261010 10212057088 4268 33554432000 4194304 4196468 140725574444560 140117001608080 140117095278293 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31895552 140725574445679 140725574448476 140725574448476 140725574451151 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 17072 KiB

[startup+0.210548 s]*
/proc/loadavg: 0.68 0.82 1.08 5/216 19956
/proc/meminfo: memFree=15252992/32770624 swapFree=67108852/67108860
[pid=19825] ppid=19818 vsize=10818904 memory=41808 CPUtime=0.25 cores=0,2,4,6
/proc/19825/stat : 19825 (java) S 19818 19825 13949 0 -1 1077944320 7649 13137 0 0 16 2 4 3 20 0 15 0 62261001 11078557696 10452 33554432000 4194304 4196468 140725574444560 140725574427104 140117095268087 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 31895552 140725574445679 140725574448476 140725574448476 140725574451151 0
/proc/19825/statm: 2704726 10452 2964 1 0 2667149 0
[pid=19825/tid=19930] ppid=19818 vsize=10818904 memory=7022364594140610616 CPUtime=0.18 cores=0,2,4,6
/proc/19825/task/19930/stat : 19930 (java) R 19818 19825 13949 0 -1 4202560 4258 13137 0 0 10 1 4 3 20 0 15 0 62261010 11078557696 10452 33554432000 4194304 4196468 140725574444560 140117067085200 140117075544912 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31895552 140725574445679 140725574448476 140725574448476 140725574451151 0
[pid=19825/tid=19935] ppid=19818 vsize=10818904 memory=345 CPUtime=0.07 cores=0,2,4,6
/proc/19825/task/19935/stat : 19935 (java) S 19818 19825 13949 0 -1 1077944384 1 13137 0 0 0 0 4 3 20 0 15 0 62261010 11078557696 10452 33554432000 4194304 4196468 140725574444560 140117099510800 140117095278293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31895552 140725574445679 140725574448476 140725574448476 140725574451151 0
[pid=19825/tid=19936] ppid=19818 vsize=10818904 memory=140032091436597 CPUtime=0.07 cores=0,2,4,6
/proc/19825/task/19936/stat : 19936 (java) S 19818 19825 13949 0 -1 1077944384 1 13137 0 0 0 0 4 3 20 0 15 0 62261010 11078557696 10518 33554432000 4194304 4196468 140725574444560 140117003713680 140117095278293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31895552 140725574445679 140725574448476 140725574448476 140725574451151 0
[pid=19825/tid=19937] ppid=19818 vsize=10818904 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19825/task/19937/stat : 19937 (java) S 19818 19825 13949 0 -1 1077944384 1 13137 0 0 0 0 4 3 20 0 15 0 62261010 11078557696 10518 33554432000 4194304 4196468 140725574444560 140117002660624 140117095278293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31895552 140725574445679 140725574448476 140725574448476 140725574451151 0
[pid=19825/tid=19938] ppid=19818 vsize=10818904 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/19825/task/19938/stat : 19938 (java) S 19818 19825 13949 0 -1 1077944384 2 13137 0 0 0 0 4 3 20 0 15 0 62261010 11078557696 10518 33554432000 4194304 4196468 140725574444560 140117001608080 140117095278293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31895552 140725574445679 140725574448476 140725574448476 140725574451151 0
[pid=19825/tid=19940] ppid=19818 vsize=10818904 memory=140032091104896 CPUtime=0.07 cores=0,2,4,6
/proc/19825/task/19940/stat : 19940 (java) S 19818 19825 13949 0 -1 1077944384 2 13137 0 0 0 0 4 3 20 0 15 0 62261012 11078557696 10518 33554432000 4194304 4196468 140725574444560 140116420475120 140117095279234 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31895552 140725574445679 140725574448476 140725574448476 140725574451151 0
[pid=19825/tid=19943] ppid=19818 vsize=10818904 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/19825/task/19943/stat : 19943 (java) S 19818 19825 13949 0 -1 1077944384 13 13137 0 0 0 0 4 3 20 0 15 0 62261012 11078557696 10518 33554432000 4194304 4196468 140725574444560 140115993158816 140117095278293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31895552 140725574445679 140725574448476 140725574448476 140725574451151 0
[pid=19825/tid=19944] ppid=19818 vsize=10818904 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19825/task/19944/stat : 19944 (java) S 19818 19825 13949 0 -1 1077944384 1 13137 0 0 0 0 4 3 20 0 15 0 62261012 11078557696 10518 33554432000 4194304 4196468 140725574444560 140115858940656 140117095278293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31895552 140725574445679 140725574448476 140725574448476 140725574451151 0
[pid=19825/tid=19950] ppid=19818 vsize=10818904 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19825/task/19950/stat : 19950 (java) S 19818 19825 13949 0 -1 1077944384 3 13137 0 0 0 0 4 3 20 0 15 0 62261015 11078557696 10518 33554432000 4194304 4196468 140725574444560 140115618650064 140117095286683 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31895552 140725574445679 140725574448476 140725574448476 140725574451151 0
[pid=19825/tid=19951] ppid=19818 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19825/task/19951/stat : 19951 (java) S 19818 19825 13949 0 -1 1077944384 420 13137 0 0 1 0 4 3 20 0 15 0 62261015 11078557696 10518 33554432000 4194304 4196468 140725574444560 140116419422960 140117095279234 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31895552 140725574445679 140725574448476 140725574448476 140725574451151 0
[pid=19825/tid=19952] ppid=19818 vsize=10818904 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/19825/task/19952/stat : 19952 (java) S 19818 19825 13949 0 -1 1077944384 183 13137 0 0 1 0 4 3 20 0 15 0 62261015 11078557696 10518 33554432000 4194304 4196468 140725574444560 140116418370416 140117095279234 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31895552 140725574445679 140725574448476 140725574448476 140725574451151 0
[pid=19825/tid=19953] ppid=19818 vsize=10818904 memory=140032091104896 CPUtime=0.1 cores=0,2,4,6
/proc/19825/task/19953/stat : 19953 (java) S 19818 19825 13949 0 -1 1077944384 607 13137 0 0 3 0 4 3 20 0 15 0 62261015 11078557696 10518 33554432000 4194304 4196468 140725574444560 140116417317360 140117095279234 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31895552 140725574445679 140725574448476 140725574448476 140725574451151 0
[pid=19825/tid=19955] ppid=19818 vsize=10818904 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/19825/task/19955/stat : 19955 (java) S 19818 19825 13949 0 -1 1077944384 3 13137 0 0 0 0 4 3 20 0 15 0 62261015 11078557696 10518 33554432000 4194304 4196468 140725574444560 140115585092448 140117095278293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31895552 140725574445679 140725574448476 140725574448476 140725574451151 0
[pid=19825/tid=19956] ppid=19818 vsize=10818904 memory=140032091104896 CPUtime=0.07 cores=0,2,4,6
/proc/19825/task/19956/stat : 19956 (java) S 19818 19825 13949 0 -1 1077944384 1 13137 0 0 0 0 4 3 20 0 15 0 62261016 11078557696 10518 33554432000 4194304 4196468 140725574444560 140116416264752 140117095279234 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31895552 140725574445679 140725574448476 140725574448476 140725574451151 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10818904 KiB
Current children cumulated memory: 41808 KiB

[startup+0.309983 s]*
/proc/loadavg: 0.68 0.82 1.08 4/216 19956
/proc/meminfo: memFree=15230772/32770624 swapFree=67108852/67108860
[pid=19825] ppid=19818 vsize=10819352 memory=53936 CPUtime=0.37 cores=0,2,4,6
/proc/19825/stat : 19825 (java) S 19818 19825 13949 0 -1 1077944320 10563 13137 0 0 27 3 4 3 20 0 15 0 62261001 11079016448 13484 33554432000 4194304 4196468 140725574444560 140725574427104 140117095268087 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 31895552 140725574445679 140725574448476 140725574448476 140725574451151 0
/proc/19825/statm: 2704838 13484 3083 1 0 2667149 0
[pid=19825/tid=19930] ppid=19818 vsize=10819352 memory=6791534058613427641 CPUtime=0.27 cores=0,2,4,6
/proc/19825/task/19930/stat : 19930 (java) R 19818 19825 13949 0 -1 4202560 7124 13137 0 0 18 2 4 3 20 0 15 0 62261010 11079016448 13484 33554432000 4194304 4196468 140725574444560 140117067080096 140117075543794 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31895552 140725574445679 140725574448476 140725574448476 140725574451151 0
[pid=19825/tid=19935] ppid=19818 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19825/task/19935/stat : 19935 (java) S 19818 19825 13949 0 -1 1077944384 1 13137 0 0 0 0 4 3 20 0 15 0 62261010 11079016448 13484 33554432000 4194304 4196468 140725574444560 140117099510800 140117095278293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31895552 140725574445679 140725574448476 140725574448476 140725574451151 0
[pid=19825/tid=19936] ppid=19818 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19825/task/19936/stat : 19936 (java) S 19818 19825 13949 0 -1 1077944384 1 13137 0 0 0 0 4 3 20 0 15 0 62261010 11079016448 13484 33554432000 4194304 4196468 140725574444560 140117003713680 140117095278293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31895552 140725574445679 140725574448476 140725574448476 140725574451151 0
[pid=19825/tid=19937] ppid=19818 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19825/task/19937/stat : 19937 (java) S 19818 19825 13949 0 -1 1077944384 1 13137 0 0 0 0 4 3 20 0 15 0 62261010 11079016448 13484 33554432000 4194304 4196468 140725574444560 140117002660624 140117095278293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31895552 140725574445679 140725574448476 140725574448476 140725574451151 0
[pid=19825/tid=19938] ppid=19818 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19825/task/19938/stat : 19938 (java) S 19818 19825 13949 0 -1 1077944384 2 13137 0 0 0 0 4 3 20 0 15 0 62261010 11079016448 13484 33554432000 4194304 4196468 140725574444560 140117001608080 140117095278293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31895552 140725574445679 140725574448476 140725574448476 140725574451151 0
[pid=19825/tid=19940] ppid=19818 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19825/task/19940/stat : 19940 (java) S 19818 19825 13949 0 -1 1077944384 2 13137 0 0 0 0 4 3 20 0 15 0 62261012 11079016448 13484 33554432000 4194304 4196468 140725574444560 140116420475120 140117095279234 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31895552 140725574445679 140725574448476 140725574448476 140725574451151 0
[pid=19825/tid=19943] ppid=19818 vsize=10819352 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/19825/task/19943/stat : 19943 (java) S 19818 19825 13949 0 -1 1077944384 13 13137 0 0 0 0 4 3 20 0 15 0 62261012 11079016448 13484 33554432000 4194304 4196468 140725574444560 140115993158816 140117095278293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31895552 140725574445679 140725574448476 140725574448476 140725574451151 0
[pid=19825/tid=19944] ppid=19818 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19825/task/19944/stat : 19944 (java) S 19818 19825 13949 0 -1 1077944384 1 13137 0 0 0 0 4 3 20 0 15 0 62261012 11079016448 13484 33554432000 4194304 4196468 140725574444560 140115858940656 140117095278293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31895552 140725574445679 140725574448476 140725574448476 140725574451151 0
[pid=19825/tid=19950] ppid=19818 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19825/task/19950/stat : 19950 (java) S 19818 19825 13949 0 -1 1077944384 3 13137 0 0 0 0 4 3 20 0 15 0 62261015 11079016448 13484 33554432000 4194304 4196468 140725574444560 140115618650064 140117095286683 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31895552 140725574445679 140725574448476 140725574448476 140725574451151 0
[pid=19825/tid=19951] ppid=19818 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19825/task/19951/stat : 19951 (java) S 19818 19825 13949 0 -1 1077944384 422 13137 0 0 1 0 4 3 20 0 15 0 62261015 11079016448 13484 33554432000 4194304 4196468 140725574444560 140116419422960 140117095279234 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31895552 140725574445679 140725574448476 140725574448476 140725574451151 0
[pid=19825/tid=19952] ppid=19818 vsize=10819352 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/19825/task/19952/stat : 19952 (java) S 19818 19825 13949 0 -1 1077944384 183 13137 0 0 1 0 4 3 20 0 15 0 62261015 11079016448 13484 33554432000 4194304 4196468 140725574444560 140116418370416 140117095279234 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31895552 140725574445679 140725574448476 140725574448476 140725574451151 0
[pid=19825/tid=19953] ppid=19818 vsize=10819352 memory=140032091104896 CPUtime=0.11 cores=0,2,4,6
/proc/19825/task/19953/stat : 19953 (java) S 19818 19825 13949 0 -1 1077944384 618 13137 0 0 4 0 4 3 20 0 15 0 62261015 11079016448 13484 33554432000 4194304 4196468 140725574444560 140116417317360 140117095279234 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31895552 140725574445679 140725574448476 140725574448476 140725574451151 0
[pid=19825/tid=19955] ppid=19818 vsize=10819352 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/19825/task/19955/stat : 19955 (java) S 19818 19825 13949 0 -1 1077944384 3 13137 0 0 0 0 4 3 20 0 15 0 62261015 11079016448 13484 33554432000 4194304 4196468 140725574444560 140115585092448 140117095278293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31895552 140725574445679 140725574448476 140725574448476 140725574451151 0
[pid=19825/tid=19956] ppid=19818 vsize=10819352 memory=140032091104896 CPUtime=0.07 cores=0,2,4,6
/proc/19825/task/19956/stat : 19956 (java) S 19818 19825 13949 0 -1 1077944384 1 13137 0 0 0 0 4 3 20 0 15 0 62261016 11079016448 13484 33554432000 4194304 4196468 140725574444560 140116416264752 140117095279234 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31895552 140725574445679 140725574448476 140725574448476 140725574451151 0
Current children cumulated CPU time: 0.37 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 53936 KiB

[startup+0.700732 s]
/proc/loadavg: 0.68 0.82 1.08 4/216 19956
/proc/meminfo: memFree=15209552/32770624 swapFree=67108852/67108860
[pid=19825] ppid=19818 vsize=10819352 memory=86304 CPUtime=0.98 cores=0,2,4,6
/proc/19825/stat : 19825 (java) S 19818 19825 13949 0 -1 1077944320 16707 13137 0 0 85 6 4 3 20 0 15 0 62261001 11079016448 21576 33554432000 4194304 4196468 140725574444560 140725574427104 140117095268087 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 31895552 140725574445679 140725574448476 140725574448476 140725574451151 0
/proc/19825/statm: 2704838 21576 3237 1 0 2667149 0
[pid=19825/tid=19930] ppid=19818 vsize=10819352 memory=0 CPUtime=0.65 cores=0,2,4,6
/proc/19825/task/19930/stat : 19930 (java) R 19818 19825 13949 0 -1 4202560 12204 13137 0 0 54 4 4 3 20 0 15 0 62261010 11079016448 21576 33554432000 4194304 4196468 140725574444560 140117067084352 140117076831639 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31895552 140725574445679 140725574448476 140725574448476 140725574451151 0
[pid=19825/tid=19935] ppid=19818 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19825/task/19935/stat : 19935 (java) S 19818 19825 13949 0 -1 1077944384 1 13137 0 0 0 0 4 3 20 0 15 0 62261010 11079016448 21576 33554432000 4194304 4196468 140725574444560 140117099510800 140117095278293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31895552 140725574445679 140725574448476 140725574448476 140725574451151 0
[pid=19825/tid=19936] ppid=19818 vsize=10819352 memory=2498530117377 CPUtime=0.07 cores=0,2,4,6
/proc/19825/task/19936/stat : 19936 (java) S 19818 19825 13949 0 -1 1077944384 1 13137 0 0 0 0 4 3 20 0 15 0 62261010 11079016448 21576 33554432000 4194304 4196468 140725574444560 140117003713680 140117095278293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31895552 140725574445679 140725574448476 140725574448476 140725574451151 0
[pid=19825/tid=19937] ppid=19818 vsize=10819352 memory=217761472 CPUtime=0.07 cores=0,2,4,6
/proc/19825/task/19937/stat : 19937 (java) S 19818 19825 13949 0 -1 1077944384 1 13137 0 0 0 0 4 3 20 0 15 0 62261010 11079016448 21576 33554432000 4194304 4196468 140725574444560 140117002660624 140117095278293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31895552 140725574445679 140725574448476 140725574448476 140725574451151 0
[pid=19825/tid=19938] ppid=19818 vsize=10819352 memory=6379419660154276243 CPUtime=0.07 cores=0,2,4,6
/proc/19825/task/19938/stat : 19938 (java) S 19818 19825 13949 0 -1 1077944384 2 13137 0 0 0 0 4 3 20 0 15 0 62261010 11079016448 21576 33554432000 4194304 4196468 140725574444560 140117001608080 140117095278293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31895552 140725574445679 140725574448476 140725574448476 140725574451151 0
[pid=19825/tid=19940] ppid=19818 vsize=10819352 memory=7522512629073533026 CPUtime=0.07 cores=0,2,4,6
/proc/19825/task/19940/stat : 19940 (java) S 19818 19825 13949 0 -1 1077944384 5 13137 0 0 0 0 4 3 20 0 15 0 62261012 11079016448 21576 33554432000 4194304 4196468 140725574444560 140116420475120 140117095279234 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31895552 140725574445679 140725574448476 140725574448476 140725574451151 0
[pid=19825/tid=19943] ppid=19818 vsize=10819352 memory=5795117241467496816 CPUtime=0.07 cores=0,2,4,6
/proc/19825/task/19943/stat : 19943 (java) S 19818 19825 13949 0 -1 1077944384 13 13137 0 0 0 0 4 3 20 0 15 0 62261012 11079016448 21576 33554432000 4194304 4196468 140725574444560 140115993158816 140117095278293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31895552 140725574445679 140725574448476 140725574448476 140725574451151 0
[pid=19825/tid=19944] ppid=19818 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19825/task/19944/stat : 19944 (java) S 19818 19825 13949 0 -1 1077944384 1 13137 0 0 0 0 4 3 20 0 15 0 62261012 11079016448 21576 33554432000 4194304 4196468 140725574444560 140115858940656 140117095278293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31895552 140725574445679 140725574448476 140725574448476 140725574451151 0
[pid=19825/tid=19950] ppid=19818 vsize=10819352 memory=4044 CPUtime=0.07 cores=0,2,4,6
/proc/19825/task/19950/stat : 19950 (java) S 19818 19825 13949 0 -1 1077944384 3 13137 0 0 0 0 4 3 20 0 15 0 62261015 11079016448 21576 33554432000 4194304 4196468 140725574444560 140115618650064 140117095286683 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31895552 140725574445679 140725574448476 140725574448476 140725574451151 0
[pid=19825/tid=19951] ppid=19818 vsize=10819352 memory=11528 CPUtime=0.14 cores=0,2,4,6
/proc/19825/task/19951/stat : 19951 (java) S 19818 19825 13949 0 -1 1077944384 821 13137 0 0 7 0 4 3 20 0 15 0 62261015 11079016448 21576 33554432000 4194304 4196468 140725574444560 140116419422960 140117095279234 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31895552 140725574445679 140725574448476 140725574448476 140725574451151 0
[pid=19825/tid=19952] ppid=19818 vsize=10819352 memory=16432 CPUtime=0.17 cores=0,2,4,6
/proc/19825/task/19952/stat : 19952 (java) S 19818 19825 13949 0 -1 1077944384 767 13137 0 0 10 0 4 3 20 0 15 0 62261015 11079016448 21576 33554432000 4194304 4196468 140725574444560 140116418370416 140117095279234 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31895552 140725574445679 140725574448476 140725574448476 140725574451151 0
[pid=19825/tid=19953] ppid=19818 vsize=10819352 memory=1792 CPUtime=0.2 cores=0,2,4,6
/proc/19825/task/19953/stat : 19953 (java) S 19818 19825 13949 0 -1 1077944384 696 13137 0 0 13 0 4 3 20 0 15 0 62261015 11079016448 21576 33554432000 4194304 4196468 140725574444560 140116417317360 140117095279234 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31895552 140725574445679 140725574448476 140725574448476 140725574451151 0
[pid=19825/tid=19955] ppid=19818 vsize=10819352 memory=644 CPUtime=0.07 cores=0,2,4,6
/proc/19825/task/19955/stat : 19955 (java) S 19818 19825 13949 0 -1 1077944384 3 13137 0 0 0 0 4 3 20 0 15 0 62261015 11079016448 21576 33554432000 4194304 4196468 140725574444560 140115585092448 140117095278293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31895552 140725574445679 140725574448476 140725574448476 140725574451151 0
[pid=19825/tid=19956] ppid=19818 vsize=10819352 memory=956 CPUtime=0.07 cores=0,2,4,6
/proc/19825/task/19956/stat : 19956 (java) S 19818 19825 13949 0 -1 1077944384 1 13137 0 0 0 0 4 3 20 0 15 0 62261016 11079016448 21576 33554432000 4194304 4196468 140725574444560 140116416264752 140117095279234 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31895552 140725574445679 140725574448476 140725574448476 140725574451151 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 86304 KiB

[startup+1.50071 s]
/proc/loadavg: 0.68 0.82 1.08 6/216 19956
/proc/meminfo: memFree=15120812/32770624 swapFree=67108852/67108860
[pid=19825] ppid=19818 vsize=10834252 memory=177596 CPUtime=2.31 cores=0,2,4,6
/proc/19825/stat : 19825 (java) S 19818 19825 13949 0 -1 1077944320 23897 13137 0 0 212 12 4 3 20 0 15 0 62261001 11094274048 44399 33554432000 4194304 4196468 140725574444560 140725574427104 140117095268087 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 31895552 140725574445679 140725574448476 140725574448476 140725574451151 0
/proc/19825/statm: 2708563 44399 3466 1 0 2670221 0
[pid=19825/tid=19930] ppid=19818 vsize=10834252 memory=6791534058613427641 CPUtime=1.42 cores=0,2,4,6
/proc/19825/task/19930/stat : 19930 (java) R 19818 19825 13949 0 -1 4202560 17772 13137 0 0 128 7 4 3 20 0 15 0 62261010 11094274048 44399 33554432000 4194304 4196468 140725574444560 140117067099456 140117079348574 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31895552 140725574445679 140725574448476 140725574448476 140725574451151 0
[pid=19825/tid=19935] ppid=19818 vsize=10834252 memory=63364 CPUtime=0.08 cores=0,2,4,6
/proc/19825/task/19935/stat : 19935 (java) S 19818 19825 13949 0 -1 1077944384 51 13137 0 0 1 0 4 3 20 0 15 0 62261010 11094274048 44399 33554432000 4194304 4196468 140725574444560 140117099510800 140117095278293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31895552 140725574445679 140725574448476 140725574448476 140725574451151 0
[pid=19825/tid=19936] ppid=19818 vsize=10834252 memory=63032 CPUtime=0.07 cores=0,2,4,6
/proc/19825/task/19936/stat : 19936 (java) S 19818 19825 13949 0 -1 1077944384 35 13137 0 0 0 0 4 3 20 0 15 0 62261010 11094274048 44399 33554432000 4194304 4196468 140725574444560 140117003713680 140117095278293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31895552 140725574445679 140725574448476 140725574448476 140725574451151 0
[pid=19825/tid=19937] ppid=19818 vsize=10834252 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/19825/task/19937/stat : 19937 (java) S 19818 19825 13949 0 -1 1077944384 181 13137 0 0 1 0 4 3 20 0 15 0 62261010 11094274048 44399 33554432000 4194304 4196468 140725574444560 140117002660624 140117095278293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31895552 140725574445679 140725574448476 140725574448476 140725574451151 0
[pid=19825/tid=19938] ppid=19818 vsize=10834252 memory=280063946055968 CPUtime=0.08 cores=0,2,4,6
/proc/19825/task/19938/stat : 19938 (java) S 19818 19825 13949 0 -1 1077944384 28 13137 0 0 1 0 4 3 20 0 15 0 62261010 11094274048 44399 33554432000 4194304 4196468 140725574444560 140117001608080 140117095278293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31895552 140725574445679 140725574448476 140725574448476 140725574451151 0
[pid=19825/tid=19940] ppid=19818 vsize=10834252 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19825/task/19940/stat : 19940 (java) S 19818 19825 13949 0 -1 1077944384 50 13137 0 0 1 0 4 3 20 0 15 0 62261012 11094274048 44399 33554432000 4194304 4196468 140725574444560 140116420475120 140117095279234 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31895552 140725574445679 140725574448476 140725574448476 140725574451151 0
[pid=19825/tid=19943] ppid=19818 vsize=10834252 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19825/task/19943/stat : 19943 (java) S 19818 19825 13949 0 -1 1077944384 13 13137 0 0 0 0 4 3 20 0 15 0 62261012 11094274048 44399 33554432000 4194304 4196468 140725574444560 140115993158880 140117095278293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31895552 140725574445679 140725574448476 140725574448476 140725574451151 0
[pid=19825/tid=19944] ppid=19818 vsize=10834252 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19825/task/19944/stat : 19944 (java) S 19818 19825 13949 0 -1 1077944384 2 13137 0 0 0 0 4 3 20 0 15 0 62261012 11094274048 44399 33554432000 4194304 4196468 140725574444560 140115858940656 140117095278293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31895552 140725574445679 140725574448476 140725574448476 140725574451151 0
[pid=19825/tid=19950] ppid=19818 vsize=10834252 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19825/task/19950/stat : 19950 (java) S 19818 19825 13949 0 -1 1077944384 3 13137 0 0 0 0 4 3 20 0 15 0 62261015 11094274048 44399 33554432000 4194304 4196468 140725574444560 140115618650064 140117095286683 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31895552 140725574445679 140725574448476 140725574448476 140725574451151 0
[pid=19825/tid=19951] ppid=19818 vsize=10834252 memory=0 CPUtime=0.32 cores=0,2,4,6
/proc/19825/task/19951/stat : 19951 (java) S 19818 19825 13949 0 -1 1077944384 1373 13137 0 0 24 1 4 3 20 0 15 0 62261015 11094274048 44399 33554432000 4194304 4196468 140725574444560 140116419422960 140117095279234 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31895552 140725574445679 140725574448476 140725574448476 140725574451151 0
[pid=19825/tid=19952] ppid=19818 vsize=10834252 memory=-5921431000321636112 CPUtime=0.26 cores=0,2,4,6
/proc/19825/task/19952/stat : 19952 (java) S 19818 19825 13949 0 -1 1077944384 952 13137 0 0 19 0 4 3 20 0 15 0 62261015 11094274048 44399 33554432000 4194304 4196468 140725574444560 140116418370416 140117095279234 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31895552 140725574445679 140725574448476 140725574448476 140725574451151 0
[pid=19825/tid=19953] ppid=19818 vsize=10834252 memory=0 CPUtime=0.4 cores=0,2,4,6
/proc/19825/task/19953/stat : 19953 (java) S 19818 19825 13949 0 -1 1077944384 1245 13137 0 0 33 0 4 3 20 0 15 0 62261015 11094274048 44399 33554432000 4194304 4196468 140725574444560 140116417317360 140117095279234 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31895552 140725574445679 140725574448476 140725574448476 140725574451151 0
[pid=19825/tid=19955] ppid=19818 vsize=10834252 memory=280063945736432 CPUtime=0.07 cores=0,2,4,6
/proc/19825/task/19955/stat : 19955 (java) S 19818 19825 13949 0 -1 1077944384 3 13137 0 0 0 0 4 3 20 0 15 0 62261015 11094274048 44399 33554432000 4194304 4196468 140725574444560 140115585092448 140117095278293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31895552 140725574445679 140725574448476 140725574448476 140725574451151 0
[pid=19825/tid=19956] ppid=19818 vsize=10834252 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19825/task/19956/stat : 19956 (java) S 19818 19825 13949 0 -1 1077944384 1 13137 0 0 0 0 4 3 20 0 15 0 62261016 11094274048 44399 33554432000 4194304 4196468 140725574444560 140116416264752 140117095279234 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31895552 140725574445679 140725574448476 140725574448476 140725574451151 0
Current children cumulated CPU time: 2.31 s
Current children cumulated vsize: 10834252 KiB

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

[startup+3.97703 s]
# the end of solver process 19825 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=7.95695 s, system=0.28105 s

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

[startup+3.20077 s]
/proc/loadavg: 0.68 0.82 1.08 9/216 19956
/proc/meminfo: memFree=14826916/32770624 swapFree=67108852/67108860
[pid=19825] ppid=19818 vsize=10846560 memory=264032 CPUtime=6.29 cores=0,2,4,6
/proc/19825/stat : 19825 (java) S 19818 19825 13949 0 -1 1077944320 40298 13137 0 0 603 19 4 3 20 0 15 0 62261001 11106877440 66008 33554432000 4194304 4196468 140725574444560 140725574427104 140117095268087 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 31895552 140725574445679 140725574448476 140725574448476 140725574451151 0
/proc/19825/statm: 2711640 66008 3490 1 0 2673293 0
[pid=19825/tid=19930] ppid=19818 vsize=10846560 memory=8 CPUtime=3.07 cores=0,2,4,6
/proc/19825/task/19930/stat : 19930 (java) R 19818 19825 13949 0 -1 4202560 27850 13137 0 0 289 11 4 3 20 0 15 0 62261010 11106877440 66008 33554432000 4194304 4196468 140725574444560 140117067100624 140117095280022 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31895552 140725574445679 140725574448476 140725574448476 140725574451151 0
[pid=19825/tid=19935] ppid=19818 vsize=10846560 memory=11 CPUtime=0.1 cores=0,2,4,6
/proc/19825/task/19935/stat : 19935 (java) S 19818 19825 13949 0 -1 1077944384 60 13137 0 0 3 0 4 3 20 0 15 0 62261010 11106877440 66008 33554432000 4194304 4196468 140725574444560 140117099510800 140117095278293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31895552 140725574445679 140725574448476 140725574448476 140725574451151 0
[pid=19825/tid=19936] ppid=19818 vsize=10846560 memory=16 CPUtime=0.09 cores=0,2,4,6
/proc/19825/task/19936/stat : 19936 (java) S 19818 19825 13949 0 -1 1077944384 44 13137 0 0 2 0 4 3 20 0 15 0 62261010 11106877440 66008 33554432000 4194304 4196468 140725574444560 140117003713680 140117095278293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31895552 140725574445679 140725574448476 140725574448476 140725574451151 0
[pid=19825/tid=19937] ppid=19818 vsize=10846560 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/19825/task/19937/stat : 19937 (java) S 19818 19825 13949 0 -1 1077944384 197 13137 0 0 2 0 4 3 20 0 15 0 62261010 11106877440 66008 33554432000 4194304 4196468 140725574444560 140117002660624 140117095278293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31895552 140725574445679 140725574448476 140725574448476 140725574451151 0
[pid=19825/tid=19938] ppid=19818 vsize=10846560 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/19825/task/19938/stat : 19938 (java) S 19818 19825 13949 0 -1 1077944384 58 13137 0 0 3 0 4 3 20 0 15 0 62261010 11106877440 66008 33554432000 4194304 4196468 140725574444560 140117001608080 140117095278293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31895552 140725574445679 140725574448476 140725574448476 140725574451151 0
[pid=19825/tid=19940] ppid=19818 vsize=10846560 memory=280063946155688 CPUtime=0.1 cores=0,2,4,6
/proc/19825/task/19940/stat : 19940 (java) S 19818 19825 13949 0 -1 1077944384 398 13137 0 0 3 0 4 3 20 0 15 0 62261012 11106877440 66008 33554432000 4194304 4196468 140725574444560 140116420475120 140117095279234 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31895552 140725574445679 140725574448476 140725574448476 140725574451151 0
[pid=19825/tid=19943] ppid=19818 vsize=10846560 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19825/task/19943/stat : 19943 (java) S 19818 19825 13949 0 -1 1077944384 13 13137 0 0 0 0 4 3 20 0 15 0 62261012 11106877440 66008 33554432000 4194304 4196468 140725574444560 140115993158880 140117095278293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31895552 140725574445679 140725574448476 140725574448476 140725574451151 0
[pid=19825/tid=19944] ppid=19818 vsize=10846560 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19825/task/19944/stat : 19944 (java) S 19818 19825 13949 0 -1 1077944384 2 13137 0 0 0 0 4 3 20 0 15 0 62261012 11106877440 66008 33554432000 4194304 4196468 140725574444560 140115858940672 140117095278293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31895552 140725574445679 140725574448476 140725574448476 140725574451151 0
[pid=19825/tid=19950] ppid=19818 vsize=10846560 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19825/task/19950/stat : 19950 (java) S 19818 19825 13949 0 -1 1077944384 3 13137 0 0 0 0 4 3 20 0 15 0 62261015 11106877440 66008 33554432000 4194304 4196468 140725574444560 140115618650064 140117095286683 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31895552 140725574445679 140725574448476 140725574448476 140725574451151 0
[pid=19825/tid=19951] ppid=19818 vsize=10846560 memory=-1624781813439352349 CPUtime=1.13 cores=0,2,4,6
/proc/19825/task/19951/stat : 19951 (java) R 19818 19825 13949 0 -1 4202560 3717 13137 0 0 105 1 4 3 20 0 15 0 62261015 11106877440 66008 33554432000 4194304 4196468 140725574444560 140116419422960 140117087603115 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31895552 140725574445679 140725574448476 140725574448476 140725574451151 0
[pid=19825/tid=19952] ppid=19818 vsize=10846560 memory=6944656592455359580 CPUtime=0.85 cores=0,2,4,6
/proc/19825/task/19952/stat : 19952 (java) R 19818 19825 13949 0 -1 1077944384 1945 13137 0 0 78 0 4 3 20 0 15 0 62261015 11106877440 66008 33554432000 4194304 4196468 140725574444560 140116418370416 140117095279234 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 31895552 140725574445679 140725574448476 140725574448476 140725574451151 0
[pid=19825/tid=19953] ppid=19818 vsize=10846560 memory=288230574492221466 CPUtime=1.22 cores=0,2,4,6
/proc/19825/task/19953/stat : 19953 (java) R 19818 19825 13949 0 -1 4202560 3821 13137 0 0 113 2 4 3 20 0 15 0 62261015 11106877440 66008 33554432000 4194304 4196468 140725574444560 140116417317456 140117095280022 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31895552 140725574445679 140725574448476 140725574448476 140725574451151 0
[pid=19825/tid=19955] ppid=19818 vsize=10846560 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19825/task/19955/stat : 19955 (java) S 19818 19825 13949 0 -1 1077944384 3 13137 0 0 0 0 4 3 20 0 15 0 62261015 11106877440 66008 33554432000 4194304 4196468 140725574444560 140115585092448 140117095278293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31895552 140725574445679 140725574448476 140725574448476 140725574451151 0
[pid=19825/tid=19956] ppid=19818 vsize=10846560 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19825/task/19956/stat : 19956 (java) S 19818 19825 13949 0 -1 1077944384 1 13137 0 0 0 0 4 3 20 0 15 0 62261016 11106877440 66008 33554432000 4194304 4196468 140725574444560 140116416264752 140117095279234 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31895552 140725574445679 140725574448476 140725574448476 140725574451151 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 10846560 KiB
Current children cumulated memory: 264032 KiB

[startup+3.60153 s]
/proc/loadavg: 0.68 0.82 1.08 9/216 19956
/proc/meminfo: memFree=14826916/32770624 swapFree=67108852/67108860
[pid=19825] ppid=19818 vsize=10848608 memory=278716 CPUtime=7.22 cores=0,2,4,6
/proc/19825/stat : 19825 (java) S 19818 19825 13949 0 -1 1077944320 60366 13137 0 0 693 22 4 3 20 0 15 0 62261001 11108974592 69679 33554432000 4194304 4196468 140725574444560 140725574427104 140117095268087 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 31895552 140725574445679 140725574448476 140725574448476 140725574451151 0
/proc/19825/statm: 2712152 69679 3491 1 0 2673805 0
[pid=19825/tid=19930] ppid=19818 vsize=10848608 memory=6791534058613427641 CPUtime=3.47 cores=0,2,4,6
/proc/19825/task/19930/stat : 19930 (java) R 19818 19825 13949 0 -1 4202560 44856 13137 0 0 327 13 4 3 20 0 15 0 62261010 11108974592 69679 33554432000 4194304 4196468 140725574444560 140117067083544 140117075543919 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31895552 140725574445679 140725574448476 140725574448476 140725574451151 0
[pid=19825/tid=19935] ppid=19818 vsize=10848608 memory=8388 CPUtime=0.1 cores=0,2,4,6
/proc/19825/task/19935/stat : 19935 (java) S 19818 19825 13949 0 -1 1077944384 60 13137 0 0 3 0 4 3 20 0 15 0 62261010 11108974592 69679 33554432000 4194304 4196468 140725574444560 140117099510800 140117095278293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31895552 140725574445679 140725574448476 140725574448476 140725574451151 0
[pid=19825/tid=19936] ppid=19818 vsize=10848608 memory=1228 CPUtime=0.09 cores=0,2,4,6
/proc/19825/task/19936/stat : 19936 (java) S 19818 19825 13949 0 -1 1077944384 44 13137 0 0 2 0 4 3 20 0 15 0 62261010 11108974592 69679 33554432000 4194304 4196468 140725574444560 140117003713680 140117095278293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31895552 140725574445679 140725574448476 140725574448476 140725574451151 0
[pid=19825/tid=19937] ppid=19818 vsize=10848608 memory=5372 CPUtime=0.09 cores=0,2,4,6
/proc/19825/task/19937/stat : 19937 (java) S 19818 19825 13949 0 -1 1077944384 197 13137 0 0 2 0 4 3 20 0 15 0 62261010 11108974592 69679 33554432000 4194304 4196468 140725574444560 140117002660624 140117095278293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31895552 140725574445679 140725574448476 140725574448476 140725574451151 0
[pid=19825/tid=19938] ppid=19818 vsize=10848608 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/19825/task/19938/stat : 19938 (java) S 19818 19825 13949 0 -1 1077944384 58 13137 0 0 3 0 4 3 20 0 15 0 62261010 11108974592 69679 33554432000 4194304 4196468 140725574444560 140117001608080 140117095278293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31895552 140725574445679 140725574448476 140725574448476 140725574451151 0
[pid=19825/tid=19940] ppid=19818 vsize=10848608 memory=280063945762912 CPUtime=0.1 cores=0,2,4,6
/proc/19825/task/19940/stat : 19940 (java) S 19818 19825 13949 0 -1 1077944384 470 13137 0 0 3 0 4 3 20 0 15 0 62261012 11108974592 69679 33554432000 4194304 4196468 140725574444560 140116420475120 140117095279234 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31895552 140725574445679 140725574448476 140725574448476 140725574451151 0
[pid=19825/tid=19943] ppid=19818 vsize=10848608 memory=3472468328200301872 CPUtime=0.07 cores=0,2,4,6
/proc/19825/task/19943/stat : 19943 (java) S 19818 19825 13949 0 -1 1077944384 13 13137 0 0 0 0 4 3 20 0 15 0 62261012 11108974592 69679 33554432000 4194304 4196468 140725574444560 140115993158880 140117095278293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31895552 140725574445679 140725574448476 140725574448476 140725574451151 0
[pid=19825/tid=19944] ppid=19818 vsize=10848608 memory=280063945771680 CPUtime=0.07 cores=0,2,4,6
/proc/19825/task/19944/stat : 19944 (java) S 19818 19825 13949 0 -1 1077944384 2 13137 0 0 0 0 4 3 20 0 15 0 62261012 11108974592 69679 33554432000 4194304 4196468 140725574444560 140115858940672 140117095278293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31895552 140725574445679 140725574448476 140725574448476 140725574451151 0
[pid=19825/tid=19950] ppid=19818 vsize=10848608 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19825/task/19950/stat : 19950 (java) S 19818 19825 13949 0 -1 1077944384 3 13137 0 0 0 0 4 3 20 0 15 0 62261015 11108974592 69679 33554432000 4194304 4196468 140725574444560 140115618650064 140117095286683 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31895552 140725574445679 140725574448476 140725574448476 140725574451151 0
[pid=19825/tid=19951] ppid=19818 vsize=10848608 memory=0 CPUtime=1.44 cores=0,2,4,6
/proc/19825/task/19951/stat : 19951 (java) R 19818 19825 13949 0 -1 4202560 5612 13137 0 0 135 2 4 3 20 0 15 0 62261015 11108974592 69679 33554432000 4194304 4196468 140725574444560 140116419408840 140117078652974 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 31895552 140725574445679 140725574448476 140725574448476 140725574451151 0
[pid=19825/tid=19952] ppid=19818 vsize=10848608 memory=280063945736432 CPUtime=0.97 cores=0,2,4,6
/proc/19825/task/19952/stat : 19952 (java) S 19818 19825 13949 0 -1 1077944384 2419 13137 0 0 90 0 4 3 20 0 15 0 62261015 11108974592 69679 33554432000 4194304 4196468 140725574444560 140116418370416 140117095279234 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31895552 140725574445679 140725574448476 140725574448476 140725574451151 0
[pid=19825/tid=19953] ppid=19818 vsize=10848608 memory=24052 CPUtime=1.32 cores=0,2,4,6
/proc/19825/task/19953/stat : 19953 (java) S 19818 19825 13949 0 -1 1077944384 4436 13137 0 0 123 2 4 3 20 0 15 0 62261015 11108974592 69738 33554432000 4194304 4196468 140725574444560 140116417317360 140117095279234 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31895552 140725574445679 140725574448476 140725574448476 140725574451151 0
[pid=19825/tid=19955] ppid=19818 vsize=10848608 memory=-1161699032756018783 CPUtime=0.07 cores=0,2,4,6
/proc/19825/task/19955/stat : 19955 (java) S 19818 19825 13949 0 -1 1077944384 3 13137 0 0 0 0 4 3 20 0 15 0 62261015 11108974592 69738 33554432000 4194304 4196468 140725574444560 140115585092448 140117095278293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31895552 140725574445679 140725574448476 140725574448476 140725574451151 0
[pid=19825/tid=19956] ppid=19818 vsize=10848608 memory=6943526294502006880 CPUtime=0.07 cores=0,2,4,6
/proc/19825/task/19956/stat : 19956 (java) S 19818 19825 13949 0 -1 1077944384 5 13137 0 0 0 0 4 3 20 0 15 0 62261016 11108974592 69738 33554432000 4194304 4196468 140725574444560 140116416264752 140117095279234 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31895552 140725574445679 140725574448476 140725574448476 140725574451151 0
Current children cumulated CPU time: 7.22 s
Current children cumulated vsize: 10848608 KiB
Current children cumulated memory: 278716 KiB

[startup+3.80151 s]
/proc/loadavg: 0.68 0.82 1.08 9/216 19956
/proc/meminfo: memFree=14826916/32770624 swapFree=67108852/67108860
[pid=19825] ppid=19818 vsize=10918464 memory=309904 CPUtime=7.79 cores=0,2,4,6
/proc/19825/stat : 19825 (java) S 19818 19825 13949 0 -1 1077944320 68227 13137 0 0 749 23 4 3 20 0 15 0 62261001 11180507136 77476 33554432000 4194304 4196468 140725574444560 140725574427104 140117095268087 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 31895552 140725574445679 140725574448476 140725574448476 140725574451151 0
/proc/19825/statm: 2729616 77476 3492 1 0 2691269 0
[pid=19825/tid=19930] ppid=19818 vsize=10918464 memory=-9178176117148050014 CPUtime=3.67 cores=0,2,4,6
/proc/19825/task/19930/stat : 19930 (java) R 19818 19825 13949 0 -1 4202560 49245 13137 0 0 347 13 4 3 20 0 15 0 62261010 11180507136 77476 33554432000 4194304 4196468 140725574444560 140117067098944 140117076674386 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31895552 140725574445679 140725574448476 140725574448476 140725574451151 0
[pid=19825/tid=19935] ppid=19818 vsize=10918464 memory=-6737208495982354336 CPUtime=0.1 cores=0,2,4,6
/proc/19825/task/19935/stat : 19935 (java) S 19818 19825 13949 0 -1 1077944384 60 13137 0 0 3 0 4 3 20 0 15 0 62261010 11180507136 77476 33554432000 4194304 4196468 140725574444560 140117099510800 140117095278293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31895552 140725574445679 140725574448476 140725574448476 140725574451151 0
[pid=19825/tid=19936] ppid=19818 vsize=10918464 memory=1399103955520229747 CPUtime=0.09 cores=0,2,4,6
/proc/19825/task/19936/stat : 19936 (java) S 19818 19825 13949 0 -1 1077944384 44 13137 0 0 2 0 4 3 20 0 15 0 62261010 11180507136 77476 33554432000 4194304 4196468 140725574444560 140117003713680 140117095278293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31895552 140725574445679 140725574448476 140725574448476 140725574451151 0
[pid=19825/tid=19937] ppid=19818 vsize=10918464 memory=-6737208495982354336 CPUtime=0.09 cores=0,2,4,6
/proc/19825/task/19937/stat : 19937 (java) S 19818 19825 13949 0 -1 1077944384 197 13137 0 0 2 0 4 3 20 0 15 0 62261010 11180507136 77476 33554432000 4194304 4196468 140725574444560 140117002660624 140117095278293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31895552 140725574445679 140725574448476 140725574448476 140725574451151 0
[pid=19825/tid=19938] ppid=19818 vsize=10918464 memory=1580 CPUtime=0.1 cores=0,2,4,6
/proc/19825/task/19938/stat : 19938 (java) S 19818 19825 13949 0 -1 1077944384 58 13137 0 0 3 0 4 3 20 0 15 0 62261010 11180507136 77476 33554432000 4194304 4196468 140725574444560 140117001608080 140117095278293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31895552 140725574445679 140725574448476 140725574448476 140725574451151 0
[pid=19825/tid=19940] ppid=19818 vsize=10918464 memory=928 CPUtime=0.1 cores=0,2,4,6
/proc/19825/task/19940/stat : 19940 (java) S 19818 19825 13949 0 -1 1077944384 470 13137 0 0 3 0 4 3 20 0 15 0 62261012 11180507136 77476 33554432000 4194304 4196468 140725574444560 140116420475120 140117095279234 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31895552 140725574445679 140725574448476 140725574448476 140725574451151 0
[pid=19825/tid=19943] ppid=19818 vsize=10918464 memory=2244 CPUtime=0.07 cores=0,2,4,6
/proc/19825/task/19943/stat : 19943 (java) S 19818 19825 13949 0 -1 1077944384 13 13137 0 0 0 0 4 3 20 0 15 0 62261012 11180507136 77476 33554432000 4194304 4196468 140725574444560 140115993158880 140117095278293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31895552 140725574445679 140725574448476 140725574448476 140725574451151 0
[pid=19825/tid=19944] ppid=19818 vsize=10918464 memory=4124 CPUtime=0.07 cores=0,2,4,6
/proc/19825/task/19944/stat : 19944 (java) S 19818 19825 13949 0 -1 1077944384 2 13137 0 0 0 0 4 3 20 0 15 0 62261012 11180507136 77476 33554432000 4194304 4196468 140725574444560 140115858940672 140117095278293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31895552 140725574445679 140725574448476 140725574448476 140725574451151 0
[pid=19825/tid=19950] ppid=19818 vsize=10918464 memory=7302135314614015841 CPUtime=0.07 cores=0,2,4,6
/proc/19825/task/19950/stat : 19950 (java) S 19818 19825 13949 0 -1 1077944384 3 13137 0 0 0 0 4 3 20 0 15 0 62261015 11180507136 77476 33554432000 4194304 4196468 140725574444560 140115618650064 140117095286683 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31895552 140725574445679 140725574448476 140725574448476 140725574451151 0
[pid=19825/tid=19951] ppid=19818 vsize=10918464 memory=5931333490496196962 CPUtime=1.63 cores=0,2,4,6
/proc/19825/task/19951/stat : 19951 (java) R 19818 19825 13949 0 -1 4202560 8824 13137 0 0 154 2 4 3 20 0 15 0 62261015 11180507136 77476 33554432000 4194304 4196468 140725574444560 140116419408736 140117076787304 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 31895552 140725574445679 140725574448476 140725574448476 140725574451151 0
[pid=19825/tid=19952] ppid=19818 vsize=10918464 memory=7223887401239728208 CPUtime=1.06 cores=0,2,4,6
/proc/19825/task/19952/stat : 19952 (java) R 19818 19825 13949 0 -1 4202560 2497 13137 0 0 99 0 4 3 20 0 15 0 62261015 11180507136 77476 33554432000 4194304 4196468 140725574444560 140116418359216 140117079666540 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31895552 140725574445679 140725574448476 140725574448476 140725574451151 0
[pid=19825/tid=19953] ppid=19818 vsize=10918464 memory=4639904328588480592 CPUtime=1.39 cores=0,2,4,6
/proc/19825/task/19953/stat : 19953 (java) R 19818 19825 13949 0 -1 4202560 4618 13137 0 0 130 2 4 3 20 0 15 0 62261015 11180507136 77476 33554432000 4194304 4196468 140725574444560 140116417317360 140117073636655 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31895552 140725574445679 140725574448476 140725574448476 140725574451151 0
[pid=19825/tid=19955] ppid=19818 vsize=10918464 memory=7230926539459158886 CPUtime=0.07 cores=0,2,4,6
/proc/19825/task/19955/stat : 19955 (java) S 19818 19825 13949 0 -1 1077944384 3 13137 0 0 0 0 4 3 20 0 15 0 62261015 11180507136 77476 33554432000 4194304 4196468 140725574444560 140115585092448 140117095278293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31895552 140725574445679 140725574448476 140725574448476 140725574451151 0
[pid=19825/tid=19956] ppid=19818 vsize=10918464 memory=4498404016631593313 CPUtime=0.07 cores=0,2,4,6
/proc/19825/task/19956/stat : 19956 (java) S 19818 19825 13949 0 -1 1077944384 5 13137 0 0 0 0 4 3 20 0 15 0 62261016 11180507136 77476 33554432000 4194304 4196468 140725574444560 140116416264752 140117095279234 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31895552 140725574445679 140725574448476 140725574448476 140725574451151 0
Current children cumulated CPU time: 7.79 s
Current children cumulated vsize: 10918464 KiB
Current children cumulated memory: 309904 KiB

[startup+3.90151 s]
/proc/loadavg: 0.68 0.82 1.08 9/216 19956
/proc/meminfo: memFree=14826916/32770624 swapFree=67108852/67108860
[pid=19825] ppid=19818 vsize=10918888 memory=311768 CPUtime=8.12 cores=0,2,4,6
/proc/19825/stat : 19825 (java) S 19818 19825 13949 0 -1 1077944320 69649 13137 0 0 782 23 4 3 20 0 15 0 62261001 11180941312 77942 33554432000 4194304 4196468 140725574444560 140725574427104 140117095268087 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 31895552 140725574445679 140725574448476 140725574448476 140725574451151 0
/proc/19825/statm: 2729722 77942 3493 1 0 2691375 0
[pid=19825/tid=19930] ppid=19818 vsize=10918888 memory=262876 CPUtime=3.76 cores=0,2,4,6
/proc/19825/task/19930/stat : 19930 (java) R 19818 19825 13949 0 -1 4202560 49462 13137 0 0 356 13 4 3 20 0 15 0 62261010 11180941312 77942 33554432000 4194304 4196468 140725574444560 140117067095808 140117095280022 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31895552 140725574445679 140725574448476 140725574448476 140725574451151 0
[pid=19825/tid=19935] ppid=19818 vsize=10918888 memory=736 CPUtime=0.1 cores=0,2,4,6
/proc/19825/task/19935/stat : 19935 (java) S 19818 19825 13949 0 -1 1077944384 60 13137 0 0 3 0 4 3 20 0 15 0 62261010 11180941312 77942 33554432000 4194304 4196468 140725574444560 140117099510800 140117095278293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31895552 140725574445679 140725574448476 140725574448476 140725574451151 0
[pid=19825/tid=19936] ppid=19818 vsize=10918888 memory=1 CPUtime=0.09 cores=0,2,4,6
/proc/19825/task/19936/stat : 19936 (java) S 19818 19825 13949 0 -1 1077944384 44 13137 0 0 2 0 4 3 20 0 15 0 62261010 11180941312 77942 33554432000 4194304 4196468 140725574444560 140117003713680 140117095278293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31895552 140725574445679 140725574448476 140725574448476 140725574451151 0
[pid=19825/tid=19937] ppid=19818 vsize=10918888 memory=1 CPUtime=0.09 cores=0,2,4,6
/proc/19825/task/19937/stat : 19937 (java) S 19818 19825 13949 0 -1 1077944384 197 13137 0 0 2 0 4 3 20 0 15 0 62261010 11180941312 77942 33554432000 4194304 4196468 140725574444560 140117002660624 140117095278293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31895552 140725574445679 140725574448476 140725574448476 140725574451151 0
[pid=19825/tid=19938] ppid=19818 vsize=10918888 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/19825/task/19938/stat : 19938 (java) S 19818 19825 13949 0 -1 1077944384 58 13137 0 0 3 0 4 3 20 0 15 0 62261010 11180941312 77942 33554432000 4194304 4196468 140725574444560 140117001608080 140117095278293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31895552 140725574445679 140725574448476 140725574448476 140725574451151 0
[pid=19825/tid=19940] ppid=19818 vsize=10918888 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/19825/task/19940/stat : 19940 (java) S 19818 19825 13949 0 -1 1077944384 752 13137 0 0 3 0 4 3 20 0 15 0 62261012 11180941312 77942 33554432000 4194304 4196468 140725574444560 140116420475120 140117095279234 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31895552 140725574445679 140725574448476 140725574448476 140725574451151 0
[pid=19825/tid=19943] ppid=19818 vsize=10918888 memory=6791534058613427641 CPUtime=0.07 cores=0,2,4,6
/proc/19825/task/19943/stat : 19943 (java) S 19818 19825 13949 0 -1 1077944384 13 13137 0 0 0 0 4 3 20 0 15 0 62261012 11180941312 77942 33554432000 4194304 4196468 140725574444560 140115993158880 140117095278293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31895552 140725574445679 140725574448476 140725574448476 140725574451151 0
[pid=19825/tid=19944] ppid=19818 vsize=10918888 memory=6944656592455097440 CPUtime=0.07 cores=0,2,4,6
/proc/19825/task/19944/stat : 19944 (java) S 19818 19825 13949 0 -1 1077944384 2 13137 0 0 0 0 4 3 20 0 15 0 62261012 11180941312 77942 33554432000 4194304 4196468 140725574444560 140115858940672 140117095278293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31895552 140725574445679 140725574448476 140725574448476 140725574451151 0
[pid=19825/tid=19950] ppid=19818 vsize=10918888 memory=7669461220380928320 CPUtime=0.07 cores=0,2,4,6
/proc/19825/task/19950/stat : 19950 (java) S 19818 19825 13949 0 -1 1077944384 3 13137 0 0 0 0 4 3 20 0 15 0 62261015 11180941312 77942 33554432000 4194304 4196468 140725574444560 140115618650064 140117095286683 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31895552 140725574445679 140725574448476 140725574448476 140725574451151 0
[pid=19825/tid=19951] ppid=19818 vsize=10918888 memory=6083049602824300374 CPUtime=1.73 cores=0,2,4,6
/proc/19825/task/19951/stat : 19951 (java) R 19818 19825 13949 0 -1 4202560 9566 13137 0 0 164 2 4 3 20 0 15 0 62261015 11180941312 77942 33554432000 4194304 4196468 140725574444560 140116419409120 140117076812305 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 31895552 140725574445679 140725574448476 140725574448476 140725574451151 0
[pid=19825/tid=19952] ppid=19818 vsize=10918888 memory=140031973163164 CPUtime=1.15 cores=0,2,4,6
/proc/19825/task/19952/stat : 19952 (java) R 19818 19825 13949 0 -1 4202560 2563 13137 0 0 108 0 4 3 20 0 15 0 62261015 11180941312 77942 33554432000 4194304 4196468 140725574444560 140116418370416 140117078736122 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31895552 140725574445679 140725574448476 140725574448476 140725574451151 0
[pid=19825/tid=19953] ppid=19818 vsize=10918888 memory=221500 CPUtime=1.44 cores=0,2,4,6
/proc/19825/task/19953/stat : 19953 (java) S 19818 19825 13949 0 -1 1077944384 4733 13137 0 0 135 2 4 3 20 0 15 0 62261015 11180941312 77942 33554432000 4194304 4196468 140725574444560 140116417317360 140117095279234 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31895552 140725574445679 140725574448476 140725574448476 140725574451151 0
[pid=19825/tid=19955] ppid=19818 vsize=10918888 memory=7311146985107750967 CPUtime=0.07 cores=0,2,4,6
/proc/19825/task/19955/stat : 19955 (java) S 19818 19825 13949 0 -1 1077944384 3 13137 0 0 0 0 4 3 20 0 15 0 62261015 11180941312 77942 33554432000 4194304 4196468 140725574444560 140115585092448 140117095278293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31895552 140725574445679 140725574448476 140725574448476 140725574451151 0
[pid=19825/tid=19956] ppid=19818 vsize=10918888 memory=9358 CPUtime=0.07 cores=0,2,4,6
/proc/19825/task/19956/stat : 19956 (java) S 19818 19825 13949 0 -1 1077944384 5 13137 0 0 0 0 4 3 20 0 15 0 62261016 11180941312 77942 33554432000 4194304 4196468 140725574444560 140116416264752 140117095279234 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31895552 140725574445679 140725574448476 140725574448476 140725574451151 0
Current children cumulated CPU time: 8.12 s
Current children cumulated vsize: 10918888 KiB
Current children cumulated memory: 311768 KiB

Child status: 0
Real time (s): 3.9771
CPU time (s): 8.238
CPU user time (s): 7.95695
CPU system time (s): 0.28105
CPU usage (%): 207.136
Max. virtual memory (cumulated for all children) (KiB): 10918888
Max. memory (cumulated for all children) (KiB): 311768

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.95695
system time used= 0.28105
maximum resident set size= 313936
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 83606
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= 6483
involuntary context switches= 82


# summary of solver processes directly reported to runsolver:
#   pid: 19825
#   total CPU time (s): 8.238
#   total CPU user time (s): 7.95695
#   total CPU system time (s): 0.28105

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.045408 second user time and 0.073445 second system time

The end

Launcher Data

Begin job on node148 at 2018-07-24 17:42:58
IDJOB=4294272
IDBENCH=141350
IDSOLVER=2750
FILE ID=node148/4294272-1532446978
RUNJOBID= node148-1532446978-19795
PBS_JOBID= 21021576
Free space on /tmp= 43752 MiB

SOLVER NAME= Concrete 3.8 2018-06-13
BENCH NAME= XCSP18/TemplateDesign/TemplateDesign-m1s-2_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4294272-1532446978/watcher-4294272-1532446978 -o /tmp/evaluation-result-4294272-1532446978/solver-4294272-1532446978 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1532446978-19795 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=936301588 HOME/instance-4294272-1532446978.xml

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

MD5SUM BENCH= a795c17341a98acc8ee8963fc359ded0
RANDOM SEED=936301588

node148.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.50
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.50
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.50
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.50
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:        15312832 kB
MemAvailable:   31943168 kB
Buffers:          204600 kB
Cached:         16372636 kB
SwapCached:            8 kB
Active:          2043472 kB
Inactive:       14582624 kB
Active(anon):       3024 kB
Inactive(anon):    66092 kB
Active(file):    2040448 kB
Inactive(file): 14516532 kB
Unevictable:        7080 kB
Mlocked:            7080 kB
SwapTotal:      67108860 kB
SwapFree:       67108852 kB
Dirty:             52896 kB
Writeback:             4 kB
AnonPages:         56500 kB
Mapped:            38436 kB
Shmem:             17024 kB
Slab:             529424 kB
SReclaimable:     501816 kB
SUnreclaim:        27608 kB
KernelStack:        3184 kB
PageTables:         5112 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     318968 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      4096 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= 43704 MiB
End job on node148 at 2018-07-24 17:43:03