Trace number 4302496

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.9.2OPT628 8.04079 3.92656

General information on the benchmark

NameMario/
Mario-easy-2_c18.xml
MD5SUMf67e3538ea675b4814e62926b7227759
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark628
Best CPU time to get the best result obtained on this benchmark1.31773
Satisfiable
(Un)Satisfiability was proved
Number of variables45
Number of constraints31
Number of domains29
Minimum domain size1
Maximum domain size15
Distribution of domain sizes[{"size":1,"count":2},{"size":2,"count":13},{"size":14,"count":3},{"size":15,"count":27}]
Minimum variable degree1
Maximum variable degree3
Distribution of variable degrees[{"degree":1,"count":2},{"degree":2,"count":29},{"degree":3,"count":14}]
Minimum constraint arity1
Maximum constraint arity15
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":28},{"arity":15,"count":2}]
Number of extensional constraints15
Number of intensional constraints14
Distribution of constraint types[{"type":"extension","count":15},{"type":"intension","count":14},{"type":"sum","count":1},{"type":"circuit","count":1}]
Optimization problemYES
Type of objectivemax SUM

Quality of the solution as a function of time


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

Solver Data

0.99/0.74	c Concrete v3.9.2.1532736233296 running
7.66/3.80	o 520
7.66/3.82	o 614
8.00/3.90	o 628
8.00/3.90	v <instantiation cost="628">
8.00/3.90	v       <list>
8.00/3.90	v         s[0] s[1] s[2] s[3] s[4] s[5] s[6] s[7] s[8] s[9] s[10] s[11] s[12] s[13] s[14] f[0] f[1] f[2] f[3] f[4] f[5] f[6] f[7] f[8] f[9] f[10] f[11] f[12] f[13] f[14] g[0] g[1] g[2] g[3] g[4] g[5] g[6] g[7] g[8] g[9] g[10] g[11] g[12] g[13] g[14]
8.00/3.90	v       </list>
8.00/3.90	v       <values>
8.00/3.90	v         10 0 8 1 12 9 3 2 14 6 4 7 11 5 13 13 0 161 83 280 222 31 5 420 27 101 226 33 225 143 0 0 40 67 89 50 6 19 47 68 94 86 34 14 14
8.00/3.90	v       </values>
8.00/3.90	v     </instantiation>
8.00/3.90	s OPTIMUM FOUND

Verifier Data

OK	628

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4302496-1532897827/watcher-4302496-1532897827 -o /tmp/evaluation-result-4302496-1532897827/solver-4302496-1532897827 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node102-1532894154-16079 --watchdog 312 bin/xcsp-3-concrete -J-Xss64M -randomseed=1866474559 HOME/instance-4302496-1532897827.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 252 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 282 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 252 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=21808, runsolver pid=21805

[startup+0.100139 s]*
/proc/loadavg: 1.73 1.76 1.78 3/202 21861
/proc/meminfo: memFree=23882052/32770624 swapFree=67028840/67108860
[pid=21808] ppid=21805 vsize=10005480 memory=16288 CPUtime=0.09 cores=1,3,5,7
/proc/21808/stat : 21808 (java) S 21805 21808 10029 0 -1 1077944320 4259 13261 0 0 1 0 5 3 20 0 6 0 107345870 10245611520 4072 33554432000 4194304 4196468 140723955018624 140723955001168 139962439155447 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13488128 140723955022449 140723955025249 140723955025249 140723955027919 0
/proc/21808/statm: 2501370 4072 1920 1 0 2489808 0
[pid=21808/tid=21861] ppid=21805 vsize=10005480 memory=4279135704047583117 CPUtime=0.08 cores=1,3,5,7
/proc/21808/task/21861/stat : 21861 (java) R 21805 21808 10029 0 -1 4202560 2076 13261 0 0 0 0 5 3 20 0 6 0 107345879 10245611520 4138 33554432000 4194304 4196468 140723955018624 139962410992208 139962423235934 0 4 0 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13488128 140723955022449 140723955025249 140723955025249 140723955027919 0
[pid=21808/tid=21862] ppid=21805 vsize=10005480 memory=-7522837583129502606 CPUtime=0.08 cores=1,3,5,7
/proc/21808/task/21862/stat : 21862 (java) S 21805 21808 10029 0 -1 1077944384 1 13261 0 0 0 0 5 3 20 0 6 0 107345880 10245611520 4138 33554432000 4194304 4196468 140723955018624 139962443398288 139962439165653 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13488128 140723955022449 140723955025249 140723955025249 140723955027919 0
[pid=21808/tid=21863] ppid=21805 vsize=10005480 memory=140569995908736 CPUtime=0.08 cores=1,3,5,7
/proc/21808/task/21863/stat : 21863 (java) S 21805 21808 10029 0 -1 1077944384 1 13261 0 0 0 0 5 3 20 0 6 0 107345880 10245611520 4138 33554432000 4194304 4196468 140723955018624 139961979165712 139962439165653 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13488128 140723955022449 140723955025249 140723955025249 140723955027919 0
[pid=21808/tid=21864] ppid=21805 vsize=10005480 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21808/task/21864/stat : 21864 (java) S 21805 21808 10029 0 -1 1077944384 2 13261 0 0 0 0 5 3 20 0 6 0 107345880 10245611520 4138 33554432000 4194304 4196468 140723955018624 139961978112912 139962439165653 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13488128 140723955022449 140723955025249 140723955025249 140723955027919 0
[pid=21808/tid=21865] ppid=21805 vsize=10005480 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/21808/task/21865/stat : 21865 (java) S 21805 21808 10029 0 -1 1077944384 2 13261 0 0 0 0 5 3 20 0 6 0 107345880 10245611520 4138 33554432000 4194304 4196468 140723955018624 139961977060112 139962439165653 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13488128 140723955022449 140723955025249 140723955025249 140723955027919 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 16288 KiB

[startup+0.209967 s]*
/proc/loadavg: 1.73 1.76 1.78 3/215 21874
/proc/meminfo: memFree=23858132/32770624 swapFree=67028840/67108860
[pid=21808] ppid=21805 vsize=10982696 memory=43780 CPUtime=0.26 cores=1,3,5,7
/proc/21808/stat : 21808 (java) S 21805 21808 10029 0 -1 1077944320 8345 13261 0 0 17 1 5 3 20 0 15 0 107345870 11246280704 10945 33554432000 4194304 4196468 140723955018624 140723955001168 139962439155447 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13488128 140723955022449 140723955025249 140723955025249 140723955027919 0
/proc/21808/statm: 2745674 10945 2933 1 0 2708109 0
[pid=21808/tid=21861] ppid=21805 vsize=10982696 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/21808/task/21861/stat : 21861 (java) R 21805 21808 10029 0 -1 4202560 4870 13261 0 0 10 1 5 3 20 0 15 0 107345879 11246280704 10945 33554432000 4194304 4196468 140723955018624 139962410953104 139962423235934 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13488128 140723955022449 140723955025249 140723955025249 140723955027919 0
[pid=21808/tid=21862] ppid=21805 vsize=10982696 memory=342 CPUtime=0.08 cores=1,3,5,7
/proc/21808/task/21862/stat : 21862 (java) S 21805 21808 10029 0 -1 1077944384 1 13261 0 0 0 0 5 3 20 0 15 0 107345880 11246280704 10945 33554432000 4194304 4196468 140723955018624 139962443398288 139962439165653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13488128 140723955022449 140723955025249 140723955025249 140723955027919 0
[pid=21808/tid=21863] ppid=21805 vsize=10982696 memory=140569996549416 CPUtime=0.08 cores=1,3,5,7
/proc/21808/task/21863/stat : 21863 (java) S 21805 21808 10029 0 -1 1077944384 1 13261 0 0 0 0 5 3 20 0 15 0 107345880 11246280704 10945 33554432000 4194304 4196468 140723955018624 139961979165712 139962439165653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13488128 140723955022449 140723955025249 140723955025249 140723955027919 0
[pid=21808/tid=21864] ppid=21805 vsize=10982696 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21808/task/21864/stat : 21864 (java) S 21805 21808 10029 0 -1 1077944384 2 13261 0 0 0 0 5 3 20 0 15 0 107345880 11246280704 10945 33554432000 4194304 4196468 140723955018624 139961978112912 139962439165653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13488128 140723955022449 140723955025249 140723955025249 140723955027919 0
[pid=21808/tid=21865] ppid=21805 vsize=10982696 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/21808/task/21865/stat : 21865 (java) S 21805 21808 10029 0 -1 1077944384 2 13261 0 0 0 0 5 3 20 0 15 0 107345880 11246280704 10945 33554432000 4194304 4196468 140723955018624 139961977060112 139962439165653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13488128 140723955022449 140723955025249 140723955025249 140723955027919 0
[pid=21808/tid=21866] ppid=21805 vsize=10982696 memory=140569995908736 CPUtime=0.08 cores=1,3,5,7
/proc/21808/task/21866/stat : 21866 (java) S 21805 21808 10029 0 -1 1077944384 2 13261 0 0 0 0 5 3 20 0 15 0 107345882 11246280704 10945 33554432000 4194304 4196468 140723955018624 139961677441392 139962439166594 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13488128 140723955022449 140723955025249 140723955025249 140723955027919 0
[pid=21808/tid=21867] ppid=21805 vsize=10982696 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/21808/task/21867/stat : 21867 (java) S 21805 21808 10029 0 -1 1077944384 13 13261 0 0 0 0 5 3 20 0 15 0 107345882 11246280704 10945 33554432000 4194304 4196468 140723955018624 139961173009440 139962439165653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13488128 140723955022449 140723955025249 140723955025249 140723955027919 0
[pid=21808/tid=21868] ppid=21805 vsize=10982696 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21808/task/21868/stat : 21868 (java) S 21805 21808 10029 0 -1 1077944384 1 13261 0 0 0 0 5 3 20 0 15 0 107345882 11246280704 10945 33554432000 4194304 4196468 140723955018624 139960971682672 139962439165653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13488128 140723955022449 140723955025249 140723955025249 140723955027919 0
[pid=21808/tid=21869] ppid=21805 vsize=10982696 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21808/task/21869/stat : 21869 (java) S 21805 21808 10029 0 -1 1077944384 3 13261 0 0 0 0 5 3 20 0 15 0 107345885 11246280704 10945 33554432000 4194304 4196468 140723955018624 139960664282960 139962439174043 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13488128 140723955022449 140723955025249 140723955025249 140723955027919 0
[pid=21808/tid=21870] ppid=21805 vsize=10982696 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/21808/task/21870/stat : 21870 (java) S 21805 21808 10029 0 -1 1077944384 355 13261 0 0 1 0 5 3 20 0 15 0 107345885 11246280704 10945 33554432000 4194304 4196468 140723955018624 139961676389232 139962439166594 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13488128 140723955022449 140723955025249 140723955025249 140723955027919 0
[pid=21808/tid=21871] ppid=21805 vsize=10982696 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/21808/task/21871/stat : 21871 (java) S 21805 21808 10029 0 -1 1077944384 258 13261 0 0 0 0 5 3 20 0 15 0 107345885 11246280704 10945 33554432000 4194304 4196468 140723955018624 139961675336432 139962439166594 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13488128 140723955022449 140723955025249 140723955025249 140723955027919 0
[pid=21808/tid=21872] ppid=21805 vsize=10982696 memory=140569995908736 CPUtime=0.11 cores=1,3,5,7
/proc/21808/task/21872/stat : 21872 (java) S 21805 21808 10029 0 -1 1077944384 641 13261 0 0 3 0 5 3 20 0 15 0 107345885 11246280704 10945 33554432000 4194304 4196468 140723955018624 139961674283632 139962439166594 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13488128 140723955022449 140723955025249 140723955025249 140723955027919 0
[pid=21808/tid=21873] ppid=21805 vsize=10982696 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/21808/task/21873/stat : 21873 (java) S 21805 21808 10029 0 -1 1077944384 3 13261 0 0 0 0 5 3 20 0 15 0 107345885 11246280704 10945 33554432000 4194304 4196468 140723955018624 139960233487072 139962439165653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13488128 140723955022449 140723955025249 140723955025249 140723955027919 0
[pid=21808/tid=21874] ppid=21805 vsize=10982696 memory=140569995908736 CPUtime=0.08 cores=1,3,5,7
/proc/21808/task/21874/stat : 21874 (java) S 21805 21808 10029 0 -1 1077944384 1 13261 0 0 0 0 5 3 20 0 15 0 107345885 11246280704 10945 33554432000 4194304 4196468 140723955018624 139961673231024 139962439166594 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13488128 140723955022449 140723955025249 140723955025249 140723955027919 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10982696 KiB
Current children cumulated memory: 43780 KiB

[startup+0.310449 s]*
/proc/loadavg: 1.73 1.76 1.78 3/215 21874
/proc/meminfo: memFree=23845604/32770624 swapFree=67028840/67108860
[pid=21808] ppid=21805 vsize=10983192 memory=54944 CPUtime=0.39 cores=1,3,5,7
/proc/21808/stat : 21808 (java) S 21805 21808 10029 0 -1 1077944320 10351 13261 0 0 29 2 5 3 20 0 15 0 107345870 11246788608 13736 33554432000 4194304 4196468 140723955018624 140723955001168 139962439155447 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13488128 140723955022449 140723955025249 140723955025249 140723955027919 0
/proc/21808/statm: 2745798 13736 3065 1 0 2708109 0
[pid=21808/tid=21861] ppid=21805 vsize=10983192 memory=6791534058613427641 CPUtime=0.28 cores=1,3,5,7
/proc/21808/task/21861/stat : 21861 (java) R 21805 21808 10029 0 -1 4202560 6864 13261 0 0 19 1 5 3 20 0 15 0 107345879 11246788608 13736 33554432000 4194304 4196468 140723955018624 139962410967456 139962418232939 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13488128 140723955022449 140723955025249 140723955025249 140723955027919 0
[pid=21808/tid=21862] ppid=21805 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21808/task/21862/stat : 21862 (java) S 21805 21808 10029 0 -1 1077944384 1 13261 0 0 0 0 5 3 20 0 15 0 107345880 11246788608 13736 33554432000 4194304 4196468 140723955018624 139962443398288 139962439165653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13488128 140723955022449 140723955025249 140723955025249 140723955027919 0
[pid=21808/tid=21863] ppid=21805 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21808/task/21863/stat : 21863 (java) S 21805 21808 10029 0 -1 1077944384 1 13261 0 0 0 0 5 3 20 0 15 0 107345880 11246788608 13736 33554432000 4194304 4196468 140723955018624 139961979165712 139962439165653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13488128 140723955022449 140723955025249 140723955025249 140723955027919 0
[pid=21808/tid=21864] ppid=21805 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21808/task/21864/stat : 21864 (java) S 21805 21808 10029 0 -1 1077944384 2 13261 0 0 0 0 5 3 20 0 15 0 107345880 11246788608 13736 33554432000 4194304 4196468 140723955018624 139961978112912 139962439165653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13488128 140723955022449 140723955025249 140723955025249 140723955027919 0
[pid=21808/tid=21865] ppid=21805 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21808/task/21865/stat : 21865 (java) S 21805 21808 10029 0 -1 1077944384 2 13261 0 0 0 0 5 3 20 0 15 0 107345880 11246788608 13736 33554432000 4194304 4196468 140723955018624 139961977060112 139962439165653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13488128 140723955022449 140723955025249 140723955025249 140723955027919 0
[pid=21808/tid=21866] ppid=21805 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21808/task/21866/stat : 21866 (java) S 21805 21808 10029 0 -1 1077944384 2 13261 0 0 0 0 5 3 20 0 15 0 107345882 11246788608 13736 33554432000 4194304 4196468 140723955018624 139961677441392 139962439166594 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13488128 140723955022449 140723955025249 140723955025249 140723955027919 0
[pid=21808/tid=21867] ppid=21805 vsize=10983192 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/21808/task/21867/stat : 21867 (java) S 21805 21808 10029 0 -1 1077944384 13 13261 0 0 0 0 5 3 20 0 15 0 107345882 11246788608 13736 33554432000 4194304 4196468 140723955018624 139961173009440 139962439165653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13488128 140723955022449 140723955025249 140723955025249 140723955027919 0
[pid=21808/tid=21868] ppid=21805 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21808/task/21868/stat : 21868 (java) S 21805 21808 10029 0 -1 1077944384 1 13261 0 0 0 0 5 3 20 0 15 0 107345882 11246788608 13736 33554432000 4194304 4196468 140723955018624 139960971682672 139962439165653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13488128 140723955022449 140723955025249 140723955025249 140723955027919 0
[pid=21808/tid=21869] ppid=21805 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21808/task/21869/stat : 21869 (java) S 21805 21808 10029 0 -1 1077944384 3 13261 0 0 0 0 5 3 20 0 15 0 107345885 11246788608 13736 33554432000 4194304 4196468 140723955018624 139960664282960 139962439174043 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13488128 140723955022449 140723955025249 140723955025249 140723955027919 0
[pid=21808/tid=21870] ppid=21805 vsize=10983192 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/21808/task/21870/stat : 21870 (java) S 21805 21808 10029 0 -1 1077944384 355 13261 0 0 2 0 5 3 20 0 15 0 107345885 11246788608 13736 33554432000 4194304 4196468 140723955018624 139961676389232 139962439166594 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13488128 140723955022449 140723955025249 140723955025249 140723955027919 0
[pid=21808/tid=21871] ppid=21805 vsize=10983192 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/21808/task/21871/stat : 21871 (java) S 21805 21808 10029 0 -1 1077944384 261 13261 0 0 1 0 5 3 20 0 15 0 107345885 11246788608 13736 33554432000 4194304 4196468 140723955018624 139961675336432 139962439166594 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13488128 140723955022449 140723955025249 140723955025249 140723955027919 0
[pid=21808/tid=21872] ppid=21805 vsize=10983192 memory=140569995908736 CPUtime=0.13 cores=1,3,5,7
/proc/21808/task/21872/stat : 21872 (java) S 21805 21808 10029 0 -1 1077944384 653 13261 0 0 5 0 5 3 20 0 15 0 107345885 11246788608 13736 33554432000 4194304 4196468 140723955018624 139961674283632 139962439166594 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13488128 140723955022449 140723955025249 140723955025249 140723955027919 0
[pid=21808/tid=21873] ppid=21805 vsize=10983192 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/21808/task/21873/stat : 21873 (java) S 21805 21808 10029 0 -1 1077944384 3 13261 0 0 0 0 5 3 20 0 15 0 107345885 11246788608 13736 33554432000 4194304 4196468 140723955018624 139960233487072 139962439165653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13488128 140723955022449 140723955025249 140723955025249 140723955027919 0
[pid=21808/tid=21874] ppid=21805 vsize=10983192 memory=140569995908736 CPUtime=0.08 cores=1,3,5,7
/proc/21808/task/21874/stat : 21874 (java) S 21805 21808 10029 0 -1 1077944384 1 13261 0 0 0 0 5 3 20 0 15 0 107345885 11246788608 13736 33554432000 4194304 4196468 140723955018624 139961673231024 139962439166594 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13488128 140723955022449 140723955025249 140723955025249 140723955027919 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 54944 KiB

[startup+0.700793 s]
/proc/loadavg: 1.73 1.76 1.78 3/215 21874
/proc/meminfo: memFree=23833324/32770624 swapFree=67028840/67108860
[pid=21808] ppid=21805 vsize=10983192 memory=88424 CPUtime=0.99 cores=1,3,5,7
/proc/21808/stat : 21808 (java) S 21805 21808 10029 0 -1 1077944320 16823 13261 0 0 87 4 5 3 20 0 15 0 107345870 11246788608 22106 33554432000 4194304 4196468 140723955018624 140723955001168 139962439155447 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13488128 140723955022449 140723955025249 140723955025249 140723955027919 0
/proc/21808/statm: 2745798 22106 3237 1 0 2708109 0
[pid=21808/tid=21861] ppid=21805 vsize=10983192 memory=0 CPUtime=0.67 cores=1,3,5,7
/proc/21808/task/21861/stat : 21861 (java) R 21805 21808 10029 0 -1 4202560 12350 13261 0 0 56 3 5 3 20 0 15 0 107345879 11246788608 22106 33554432000 4194304 4196468 140723955018624 139962410976272 139962439177373 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13488128 140723955022449 140723955025249 140723955025249 140723955027919 0
[pid=21808/tid=21862] ppid=21805 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21808/task/21862/stat : 21862 (java) S 21805 21808 10029 0 -1 1077944384 1 13261 0 0 0 0 5 3 20 0 15 0 107345880 11246788608 22106 33554432000 4194304 4196468 140723955018624 139962443398288 139962439165653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13488128 140723955022449 140723955025249 140723955025249 140723955027919 0
[pid=21808/tid=21863] ppid=21805 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21808/task/21863/stat : 21863 (java) S 21805 21808 10029 0 -1 1077944384 1 13261 0 0 0 0 5 3 20 0 15 0 107345880 11246788608 22170 33554432000 4194304 4196468 140723955018624 139961979165712 139962439165653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13488128 140723955022449 140723955025249 140723955025249 140723955027919 0
[pid=21808/tid=21864] ppid=21805 vsize=10983192 memory=32804 CPUtime=0.08 cores=1,3,5,7
/proc/21808/task/21864/stat : 21864 (java) S 21805 21808 10029 0 -1 1077944384 2 13261 0 0 0 0 5 3 20 0 15 0 107345880 11246788608 22170 33554432000 4194304 4196468 140723955018624 139961978112912 139962439165653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13488128 140723955022449 140723955025249 140723955025249 140723955027919 0
[pid=21808/tid=21865] ppid=21805 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21808/task/21865/stat : 21865 (java) S 21805 21808 10029 0 -1 1077944384 2 13261 0 0 0 0 5 3 20 0 15 0 107345880 11246788608 22170 33554432000 4194304 4196468 140723955018624 139961977060112 139962439165653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13488128 140723955022449 140723955025249 140723955025249 140723955027919 0
[pid=21808/tid=21866] ppid=21805 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21808/task/21866/stat : 21866 (java) S 21805 21808 10029 0 -1 1077944384 5 13261 0 0 0 0 5 3 20 0 15 0 107345882 11246788608 22170 33554432000 4194304 4196468 140723955018624 139961677441392 139962439166594 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13488128 140723955022449 140723955025249 140723955025249 140723955027919 0
[pid=21808/tid=21867] ppid=21805 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21808/task/21867/stat : 21867 (java) S 21805 21808 10029 0 -1 1077944384 13 13261 0 0 0 0 5 3 20 0 15 0 107345882 11246788608 22170 33554432000 4194304 4196468 140723955018624 139961173009440 139962439165653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13488128 140723955022449 140723955025249 140723955025249 140723955027919 0
[pid=21808/tid=21868] ppid=21805 vsize=10983192 memory=140569850557200 CPUtime=0.08 cores=1,3,5,7
/proc/21808/task/21868/stat : 21868 (java) S 21805 21808 10029 0 -1 1077944384 1 13261 0 0 0 0 5 3 20 0 15 0 107345882 11246788608 22170 33554432000 4194304 4196468 140723955018624 139960971682672 139962439165653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13488128 140723955022449 140723955025249 140723955025249 140723955027919 0
[pid=21808/tid=21869] ppid=21805 vsize=10983192 memory=140569984631369 CPUtime=0.08 cores=1,3,5,7
/proc/21808/task/21869/stat : 21869 (java) S 21805 21808 10029 0 -1 1077944384 3 13261 0 0 0 0 5 3 20 0 15 0 107345885 11246788608 22170 33554432000 4194304 4196468 140723955018624 139960664282960 139962439174043 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13488128 140723955022449 140723955025249 140723955025249 140723955027919 0
[pid=21808/tid=21870] ppid=21805 vsize=10983192 memory=796 CPUtime=0.15 cores=1,3,5,7
/proc/21808/task/21870/stat : 21870 (java) S 21805 21808 10029 0 -1 1077944384 590 13261 0 0 7 0 5 3 20 0 15 0 107345885 11246788608 22170 33554432000 4194304 4196468 140723955018624 139961676389232 139962439166594 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13488128 140723955022449 140723955025249 140723955025249 140723955027919 0
[pid=21808/tid=21871] ppid=21805 vsize=10983192 memory=7014751519650764113 CPUtime=0.18 cores=1,3,5,7
/proc/21808/task/21871/stat : 21871 (java) S 21805 21808 10029 0 -1 1077944384 922 13261 0 0 10 0 5 3 20 0 15 0 107345885 11246788608 22170 33554432000 4194304 4196468 140723955018624 139961675336432 139962439166594 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13488128 140723955022449 140723955025249 140723955025249 140723955027919 0
[pid=21808/tid=21872] ppid=21805 vsize=10983192 memory=7597123233646858610 CPUtime=0.21 cores=1,3,5,7
/proc/21808/task/21872/stat : 21872 (java) R 21805 21808 10029 0 -1 4202560 736 13261 0 0 13 0 5 3 20 0 15 0 107345885 11246788608 22170 33554432000 4194304 4196468 140723955018624 139961674283632 139962423235934 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13488128 140723955022449 140723955025249 140723955025249 140723955027919 0
[pid=21808/tid=21873] ppid=21805 vsize=10983192 memory=3544 CPUtime=0.08 cores=1,3,5,7
/proc/21808/task/21873/stat : 21873 (java) S 21805 21808 10029 0 -1 1077944384 3 13261 0 0 0 0 5 3 20 0 15 0 107345885 11246788608 22170 33554432000 4194304 4196468 140723955018624 139960233487072 139962439165653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13488128 140723955022449 140723955025249 140723955025249 140723955027919 0
[pid=21808/tid=21874] ppid=21805 vsize=10983192 memory=2241 CPUtime=0.08 cores=1,3,5,7
/proc/21808/task/21874/stat : 21874 (java) S 21805 21808 10029 0 -1 1077944384 1 13261 0 0 0 0 5 3 20 0 15 0 107345885 11246788608 22170 33554432000 4194304 4196468 140723955018624 139961673231024 139962439166594 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13488128 140723955022449 140723955025249 140723955025249 140723955027919 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88424 KiB

[startup+1.50087 s]
/proc/loadavg: 1.75 1.76 1.79 3/215 21874
/proc/meminfo: memFree=23786248/32770624 swapFree=67028840/67108860
[pid=21808] ppid=21805 vsize=10998092 memory=179660 CPUtime=2.29 cores=1,3,5,7
/proc/21808/stat : 21808 (java) S 21805 21808 10029 0 -1 1077944320 24019 13261 0 0 212 9 5 3 20 0 15 0 107345870 11262046208 44915 33554432000 4194304 4196468 140723955018624 140723955001168 139962439155447 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13488128 140723955022449 140723955025249 140723955025249 140723955027919 0
/proc/21808/statm: 2749523 44915 3466 1 0 2711181 0
[pid=21808/tid=21861] ppid=21805 vsize=10998092 memory=9169 CPUtime=1.43 cores=1,3,5,7
/proc/21808/task/21861/stat : 21861 (java) R 21805 21808 10029 0 -1 4202560 17967 13261 0 0 130 5 5 3 20 0 15 0 107345879 11262046208 44915 33554432000 4194304 4196468 140723955018624 139962410973200 139962423272577 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 13488128 140723955022449 140723955025249 140723955025249 140723955027919 0
[pid=21808/tid=21862] ppid=21805 vsize=10998092 memory=6791534058613427641 CPUtime=0.09 cores=1,3,5,7
/proc/21808/task/21862/stat : 21862 (java) S 21805 21808 10029 0 -1 1077944384 13 13261 0 0 1 0 5 3 20 0 15 0 107345880 11262046208 44915 33554432000 4194304 4196468 140723955018624 139962443398288 139962439165653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13488128 140723955022449 140723955025249 140723955025249 140723955027919 0
[pid=21808/tid=21863] ppid=21805 vsize=10998092 memory=1408 CPUtime=0.09 cores=1,3,5,7
/proc/21808/task/21863/stat : 21863 (java) S 21805 21808 10029 0 -1 1077944384 51 13261 0 0 1 0 5 3 20 0 15 0 107345880 11262046208 44915 33554432000 4194304 4196468 140723955018624 139961979165712 139962439165653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13488128 140723955022449 140723955025249 140723955025249 140723955027919 0
[pid=21808/tid=21864] ppid=21805 vsize=10998092 memory=2760 CPUtime=0.09 cores=1,3,5,7
/proc/21808/task/21864/stat : 21864 (java) S 21805 21808 10029 0 -1 1077944384 293 13261 0 0 1 0 5 3 20 0 15 0 107345880 11262046208 44915 33554432000 4194304 4196468 140723955018624 139961978112912 139962439165653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13488128 140723955022449 140723955025249 140723955025249 140723955027919 0
[pid=21808/tid=21865] ppid=21805 vsize=10998092 memory=88424 CPUtime=0.08 cores=1,3,5,7
/proc/21808/task/21865/stat : 21865 (java) S 21805 21808 10029 0 -1 1077944384 33 13261 0 0 0 0 5 3 20 0 15 0 107345880 11262046208 44915 33554432000 4194304 4196468 140723955018624 139961977060112 139962439165653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13488128 140723955022449 140723955025249 140723955025249 140723955027919 0
[pid=21808/tid=21866] ppid=21805 vsize=10998092 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/21808/task/21866/stat : 21866 (java) S 21805 21808 10029 0 -1 1077944384 69 13261 0 0 1 0 5 3 20 0 15 0 107345882 11262046208 44915 33554432000 4194304 4196468 140723955018624 139961677441392 139962439166594 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13488128 140723955022449 140723955025249 140723955025249 140723955027919 0
[pid=21808/tid=21867] ppid=21805 vsize=10998092 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21808/task/21867/stat : 21867 (java) S 21805 21808 10029 0 -1 1077944384 13 13261 0 0 0 0 5 3 20 0 15 0 107345882 11262046208 44915 33554432000 4194304 4196468 140723955018624 139961173009504 139962439165653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13488128 140723955022449 140723955025249 140723955025249 140723955027919 0
[pid=21808/tid=21868] ppid=21805 vsize=10998092 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21808/task/21868/stat : 21868 (java) S 21805 21808 10029 0 -1 1077944384 2 13261 0 0 0 0 5 3 20 0 15 0 107345882 11262046208 44915 33554432000 4194304 4196468 140723955018624 139960971682672 139962439165653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13488128 140723955022449 140723955025249 140723955025249 140723955027919 0
[pid=21808/tid=21869] ppid=21805 vsize=10998092 memory=6791534058613427641 CPUtime=0.08 cores=1,3,5,7
/proc/21808/task/21869/stat : 21869 (java) S 21805 21808 10029 0 -1 1077944384 3 13261 0 0 0 0 5 3 20 0 15 0 107345885 11262046208 44915 33554432000 4194304 4196468 140723955018624 139960664282960 139962439174043 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13488128 140723955022449 140723955025249 140723955025249 140723955027919 0
[pid=21808/tid=21870] ppid=21805 vsize=10998092 memory=4638778398332698720 CPUtime=0.28 cores=1,3,5,7
/proc/21808/task/21870/stat : 21870 (java) S 21805 21808 10029 0 -1 1077944384 1049 13261 0 0 20 0 5 3 20 0 15 0 107345885 11262046208 44915 33554432000 4194304 4196468 140723955018624 139961676389232 139962439166594 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13488128 140723955022449 140723955025249 140723955025249 140723955027919 0
[pid=21808/tid=21871] ppid=21805 vsize=10998092 memory=281139701390208 CPUtime=0.3 cores=1,3,5,7
/proc/21808/task/21871/stat : 21871 (java) S 21805 21808 10029 0 -1 1077944384 1089 13261 0 0 22 0 5 3 20 0 15 0 107345885 11262046208 44915 33554432000 4194304 4196468 140723955018624 139961675336432 139962439166594 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13488128 140723955022449 140723955025249 140723955025249 140723955027919 0
[pid=21808/tid=21872] ppid=21805 vsize=10998092 memory=6944656592452807323 CPUtime=0.4 cores=1,3,5,7
/proc/21808/task/21872/stat : 21872 (java) R 21805 21808 10029 0 -1 4202560 1239 13261 0 0 32 0 5 3 20 0 15 0 107345885 11262046208 44915 33554432000 4194304 4196468 140723955018624 139961674283632 139962423268304 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13488128 140723955022449 140723955025249 140723955025249 140723955027919 0
[pid=21808/tid=21873] ppid=21805 vsize=10998092 memory=1399101730491701635 CPUtime=0.08 cores=1,3,5,7
/proc/21808/task/21873/stat : 21873 (java) S 21805 21808 10029 0 -1 1077944384 3 13261 0 0 0 0 5 3 20 0 15 0 107345885 11262046208 44915 33554432000 4194304 4196468 140723955018624 139960233487072 139962439165653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13488128 140723955022449 140723955025249 140723955025249 140723955027919 0
[pid=21808/tid=21874] ppid=21805 vsize=10998092 memory=6944656591801719708 CPUtime=0.08 cores=1,3,5,7
/proc/21808/task/21874/stat : 21874 (java) S 21805 21808 10029 0 -1 1077944384 1 13261 0 0 0 0 5 3 20 0 15 0 107345885 11262046208 44915 33554432000 4194304 4196468 140723955018624 139961673231024 139962439166594 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13488128 140723955022449 140723955025249 140723955025249 140723955027919 0
Current children cumulated CPU time: 2.29 s
Current children cumulated vsize: 10998092 KiB

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

[startup+3.92651 s]
# the end of solver process 21808 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=7.79271 s, system=0.248088 s

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

[startup+3.20092 s]
/proc/loadavg: 1.75 1.76 1.79 3/215 21874
/proc/meminfo: memFree=23644532/32770624 swapFree=67028840/67108860
[pid=21808] ppid=21805 vsize=11012448 memory=261816 CPUtime=5.7 cores=1,3,5,7
/proc/21808/stat : 21808 (java) S 21805 21808 10029 0 -1 1077944320 42924 13261 0 0 546 16 5 3 20 0 15 0 107345870 11276746752 65454 33554432000 4194304 4196468 140723955018624 140723955001168 139962439155447 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13488128 140723955022449 140723955025249 140723955025249 140723955027919 0
/proc/21808/statm: 2753112 65454 3487 1 0 2714765 0
[pid=21808/tid=21861] ppid=21805 vsize=11012448 memory=281139700911104 CPUtime=3.07 cores=1,3,5,7
/proc/21808/task/21861/stat : 21861 (java) R 21805 21808 10029 0 -1 4202560 29220 13261 0 0 292 7 5 3 20 0 15 0 107345879 11276746752 65454 33554432000 4194304 4196468 140723955018624 139962410988384 139962423235934 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13488128 140723955022449 140723955025249 140723955025249 140723955027919 0
[pid=21808/tid=21862] ppid=21805 vsize=11012448 memory=281139700911296 CPUtime=0.11 cores=1,3,5,7
/proc/21808/task/21862/stat : 21862 (java) S 21805 21808 10029 0 -1 1077944384 26 13261 0 0 3 0 5 3 20 0 15 0 107345880 11276746752 65454 33554432000 4194304 4196468 140723955018624 139962443398288 139962439165653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13488128 140723955022449 140723955025249 140723955025249 140723955027919 0
[pid=21808/tid=21863] ppid=21805 vsize=11012448 memory=281139700911488 CPUtime=0.11 cores=1,3,5,7
/proc/21808/task/21863/stat : 21863 (java) S 21805 21808 10029 0 -1 1077944384 94 13261 0 0 3 0 5 3 20 0 15 0 107345880 11276746752 65454 33554432000 4194304 4196468 140723955018624 139961979165712 139962439165653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13488128 140723955022449 140723955025249 140723955025249 140723955027919 0
[pid=21808/tid=21864] ppid=21805 vsize=11012448 memory=281139700911680 CPUtime=0.11 cores=1,3,5,7
/proc/21808/task/21864/stat : 21864 (java) S 21805 21808 10029 0 -1 1077944384 309 13261 0 0 3 0 5 3 20 0 15 0 107345880 11276746752 65454 33554432000 4194304 4196468 140723955018624 139961978112912 139962439165653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13488128 140723955022449 140723955025249 140723955025249 140723955027919 0
[pid=21808/tid=21865] ppid=21805 vsize=11012448 memory=7734202745668187710 CPUtime=0.11 cores=1,3,5,7
/proc/21808/task/21865/stat : 21865 (java) S 21805 21808 10029 0 -1 1077944384 45 13261 0 0 3 0 5 3 20 0 15 0 107345880 11276746752 65454 33554432000 4194304 4196468 140723955018624 139961977060112 139962439165653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13488128 140723955022449 140723955025249 140723955025249 140723955027919 0
[pid=21808/tid=21866] ppid=21805 vsize=11012448 memory=6157097330121270374 CPUtime=0.11 cores=1,3,5,7
/proc/21808/task/21866/stat : 21866 (java) S 21805 21808 10029 0 -1 1077944384 2039 13261 0 0 3 0 5 3 20 0 15 0 107345882 11276746752 65454 33554432000 4194304 4196468 140723955018624 139961677441392 139962439166594 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13488128 140723955022449 140723955025249 140723955025249 140723955027919 0
[pid=21808/tid=21867] ppid=21805 vsize=11012448 memory=7956005031678667109 CPUtime=0.08 cores=1,3,5,7
/proc/21808/task/21867/stat : 21867 (java) S 21805 21808 10029 0 -1 1077944384 13 13261 0 0 0 0 5 3 20 0 15 0 107345882 11276746752 65454 33554432000 4194304 4196468 140723955018624 139961173009504 139962439165653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13488128 140723955022449 140723955025249 140723955025249 140723955027919 0
[pid=21808/tid=21868] ppid=21805 vsize=11012448 memory=281139701021008 CPUtime=0.08 cores=1,3,5,7
/proc/21808/task/21868/stat : 21868 (java) S 21805 21808 10029 0 -1 1077944384 2 13261 0 0 0 0 5 3 20 0 15 0 107345882 11276746752 65454 33554432000 4194304 4196468 140723955018624 139960971682688 139962439165653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13488128 140723955022449 140723955025249 140723955025249 140723955027919 0
[pid=21808/tid=21869] ppid=21805 vsize=11012448 memory=7014471135679240032 CPUtime=0.08 cores=1,3,5,7
/proc/21808/task/21869/stat : 21869 (java) S 21805 21808 10029 0 -1 1077944384 3 13261 0 0 0 0 5 3 20 0 15 0 107345885 11276746752 65454 33554432000 4194304 4196468 140723955018624 139960664282960 139962439174043 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13488128 140723955022449 140723955025249 140723955025249 140723955027919 0
[pid=21808/tid=21870] ppid=21805 vsize=11012448 memory=7158586323755095904 CPUtime=0.64 cores=1,3,5,7
/proc/21808/task/21870/stat : 21870 (java) S 21805 21808 10029 0 -1 1077944384 1370 13261 0 0 55 1 5 3 20 0 15 0 107345885 11276746752 65454 33554432000 4194304 4196468 140723955018624 139961676389232 139962439166594 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13488128 140723955022449 140723955025249 140723955025249 140723955027919 0
[pid=21808/tid=21871] ppid=21805 vsize=11012448 memory=6370435584058941521 CPUtime=0.85 cores=1,3,5,7
/proc/21808/task/21871/stat : 21871 (java) R 21805 21808 10029 0 -1 4202560 3678 13261 0 0 75 2 5 3 20 0 15 0 107345885 11276746752 65454 33554432000 4194304 4196468 140723955018624 139961675316032 139962422652235 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13488128 140723955022449 140723955025249 140723955025249 140723955027919 0
[pid=21808/tid=21872] ppid=21805 vsize=11012448 memory=7158586323755095904 CPUtime=1.14 cores=1,3,5,7
/proc/21808/task/21872/stat : 21872 (java) S 21805 21808 10029 0 -1 1077944384 3926 13261 0 0 105 1 5 3 20 0 15 0 107345885 11276746752 65454 33554432000 4194304 4196468 140723955018624 139961674283632 139962439166594 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13488128 140723955022449 140723955025249 140723955025249 140723955027919 0
[pid=21808/tid=21873] ppid=21805 vsize=11012448 memory=7374759105868879712 CPUtime=0.08 cores=1,3,5,7
/proc/21808/task/21873/stat : 21873 (java) S 21805 21808 10029 0 -1 1077944384 3 13261 0 0 0 0 5 3 20 0 15 0 107345885 11276746752 65454 33554432000 4194304 4196468 140723955018624 139960233487072 139962439165653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13488128 140723955022449 140723955025249 140723955025249 140723955027919 0
[pid=21808/tid=21874] ppid=21805 vsize=11012448 memory=7373920247200309604 CPUtime=0.08 cores=1,3,5,7
/proc/21808/task/21874/stat : 21874 (java) S 21805 21808 10029 0 -1 1077944384 3 13261 0 0 0 0 5 3 20 0 15 0 107345885 11276746752 65454 33554432000 4194304 4196468 140723955018624 139961673231024 139962439166594 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13488128 140723955022449 140723955025249 140723955025249 140723955027919 0
Current children cumulated CPU time: 5.7 s
Current children cumulated vsize: 11012448 KiB
Current children cumulated memory: 261816 KiB

[startup+3.60123 s]
/proc/loadavg: 1.75 1.76 1.79 3/215 21874
/proc/meminfo: memFree=23644532/32770624 swapFree=67028840/67108860
[pid=21808] ppid=21805 vsize=11082784 memory=332696 CPUtime=6.96 cores=1,3,5,7
/proc/21808/stat : 21808 (java) S 21805 21808 10029 0 -1 1077944320 73249 13261 0 0 669 19 5 3 20 0 15 0 107345870 11348770816 83174 33554432000 4194304 4196468 140723955018624 140723955001168 139962439155447 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13488128 140723955022449 140723955025249 140723955025249 140723955027919 0
/proc/21808/statm: 2770696 83174 3487 1 0 2732349 0
[pid=21808/tid=21861] ppid=21805 vsize=11082784 memory=0 CPUtime=3.47 cores=1,3,5,7
/proc/21808/task/21861/stat : 21861 (java) R 21805 21808 10029 0 -1 4202560 47505 13261 0 0 330 9 5 3 20 0 15 0 107345879 11348770816 83174 33554432000 4194304 4196468 140723955018624 139962410985152 139962419348401 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13488128 140723955022449 140723955025249 140723955025249 140723955027919 0
[pid=21808/tid=21862] ppid=21805 vsize=11082784 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/21808/task/21862/stat : 21862 (java) S 21805 21808 10029 0 -1 1077944384 26 13261 0 0 3 0 5 3 20 0 15 0 107345880 11348770816 83174 33554432000 4194304 4196468 140723955018624 139962443398288 139962439165653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13488128 140723955022449 140723955025249 140723955025249 140723955027919 0
[pid=21808/tid=21863] ppid=21805 vsize=11082784 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/21808/task/21863/stat : 21863 (java) S 21805 21808 10029 0 -1 1077944384 94 13261 0 0 3 0 5 3 20 0 15 0 107345880 11348770816 83174 33554432000 4194304 4196468 140723955018624 139961979165712 139962439165653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13488128 140723955022449 140723955025249 140723955025249 140723955027919 0
[pid=21808/tid=21864] ppid=21805 vsize=11082784 memory=7809523229951467576 CPUtime=0.11 cores=1,3,5,7
/proc/21808/task/21864/stat : 21864 (java) S 21805 21808 10029 0 -1 1077944384 309 13261 0 0 3 0 5 3 20 0 15 0 107345880 11348770816 83174 33554432000 4194304 4196468 140723955018624 139961978112912 139962439165653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13488128 140723955022449 140723955025249 140723955025249 140723955027919 0
[pid=21808/tid=21865] ppid=21805 vsize=11082784 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/21808/task/21865/stat : 21865 (java) S 21805 21808 10029 0 -1 1077944384 45 13261 0 0 3 0 5 3 20 0 15 0 107345880 11348770816 83240 33554432000 4194304 4196468 140723955018624 139961977060112 139962439165653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13488128 140723955022449 140723955025249 140723955025249 140723955027919 0
[pid=21808/tid=21866] ppid=21805 vsize=11082784 memory=-3472574513799858009 CPUtime=0.11 cores=1,3,5,7
/proc/21808/task/21866/stat : 21866 (java) S 21805 21808 10029 0 -1 1077944384 2039 13261 0 0 3 0 5 3 20 0 15 0 107345882 11348770816 83240 33554432000 4194304 4196468 140723955018624 139961677441392 139962439166594 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13488128 140723955022449 140723955025249 140723955025249 140723955027919 0
[pid=21808/tid=21867] ppid=21805 vsize=11082784 memory=6944656592387989600 CPUtime=0.08 cores=1,3,5,7
/proc/21808/task/21867/stat : 21867 (java) S 21805 21808 10029 0 -1 1077944384 13 13261 0 0 0 0 5 3 20 0 15 0 107345882 11348770816 83240 33554432000 4194304 4196468 140723955018624 139961173009504 139962439165653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13488128 140723955022449 140723955025249 140723955025249 140723955027919 0
[pid=21808/tid=21868] ppid=21805 vsize=11082784 memory=6944656575208382560 CPUtime=0.08 cores=1,3,5,7
/proc/21808/task/21868/stat : 21868 (java) S 21805 21808 10029 0 -1 1077944384 2 13261 0 0 0 0 5 3 20 0 15 0 107345882 11348770816 83240 33554432000 4194304 4196468 140723955018624 139960971682688 139962439165653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13488128 140723955022449 140723955025249 140723955025249 140723955027919 0
[pid=21808/tid=21869] ppid=21805 vsize=11082784 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21808/task/21869/stat : 21869 (java) S 21805 21808 10029 0 -1 1077944384 3 13261 0 0 0 0 5 3 20 0 15 0 107345885 11348770816 83240 33554432000 4194304 4196468 140723955018624 139960664282960 139962439174043 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13488128 140723955022449 140723955025249 140723955025249 140723955027919 0
[pid=21808/tid=21870] ppid=21805 vsize=11082784 memory=0 CPUtime=0.99 cores=1,3,5,7
/proc/21808/task/21870/stat : 21870 (java) R 21805 21808 10029 0 -1 4202560 4213 13261 0 0 90 1 5 3 20 0 15 0 107345885 11348770816 83240 33554432000 4194304 4196468 140723955018624 139961676370248 139962419855744 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13488128 140723955022449 140723955025249 140723955025249 140723955027919 0
[pid=21808/tid=21871] ppid=21805 vsize=11082784 memory=0 CPUtime=1.25 cores=1,3,5,7
/proc/21808/task/21871/stat : 21871 (java) R 21805 21808 10029 0 -1 4202560 11757 13261 0 0 114 3 5 3 20 0 15 0 107345885 11348770816 83240 33554432000 4194304 4196468 140723955018624 139961675322592 139962424272608 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13488128 140723955022449 140723955025249 140723955025249 140723955027919 0
[pid=21808/tid=21872] ppid=21805 vsize=11082784 memory=0 CPUtime=1.26 cores=1,3,5,7
/proc/21808/task/21872/stat : 21872 (java) S 21805 21808 10029 0 -1 1077944384 5073 13261 0 0 117 1 5 3 20 0 15 0 107345885 11348770816 83240 33554432000 4194304 4196468 140723955018624 139961674283632 139962439166594 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13488128 140723955022449 140723955025249 140723955025249 140723955027919 0
[pid=21808/tid=21873] ppid=21805 vsize=11082784 memory=-7965950325593906079 CPUtime=0.08 cores=1,3,5,7
/proc/21808/task/21873/stat : 21873 (java) S 21805 21808 10029 0 -1 1077944384 3 13261 0 0 0 0 5 3 20 0 15 0 107345885 11348770816 83240 33554432000 4194304 4196468 140723955018624 139960233487072 139962439165653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13488128 140723955022449 140723955025249 140723955025249 140723955027919 0
[pid=21808/tid=21874] ppid=21805 vsize=11082784 memory=140569995913521 CPUtime=0.08 cores=1,3,5,7
/proc/21808/task/21874/stat : 21874 (java) S 21805 21808 10029 0 -1 1077944384 6 13261 0 0 0 0 5 3 20 0 15 0 107345885 11348770816 83240 33554432000 4194304 4196468 140723955018624 139961673231024 139962439166594 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13488128 140723955022449 140723955025249 140723955025249 140723955027919 0
Current children cumulated CPU time: 6.96 s
Current children cumulated vsize: 11082784 KiB
Current children cumulated memory: 332696 KiB

[startup+3.80075 s]
/proc/loadavg: 1.75 1.76 1.79 3/215 21874
/proc/meminfo: memFree=23644532/32770624 swapFree=67028840/67108860
[pid=21808] ppid=21805 vsize=11080032 memory=333008 CPUtime=7.66 cores=1,3,5,7
/proc/21808/stat : 21808 (java) S 21805 21808 10029 0 -1 1077944320 75965 13261 0 0 738 20 5 3 20 0 15 0 107345870 11345952768 83252 33554432000 4194304 4196468 140723955018624 140723955001168 139962439155447 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13488128 140723955022449 140723955025249 140723955025249 140723955027919 0
/proc/21808/statm: 2770008 83252 3490 1 0 2731661 0
[pid=21808/tid=21861] ppid=21805 vsize=11080032 memory=6791534058613427641 CPUtime=3.67 cores=1,3,5,7
/proc/21808/task/21861/stat : 21861 (java) R 21805 21808 10029 0 -1 4202560 47731 13261 0 0 349 10 5 3 20 0 15 0 107345879 11345952768 83252 33554432000 4194304 4196468 140723955018624 139962410987616 139962419430769 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13488128 140723955022449 140723955025249 140723955025249 140723955027919 0
[pid=21808/tid=21862] ppid=21805 vsize=11080032 memory=27228 CPUtime=0.11 cores=1,3,5,7
/proc/21808/task/21862/stat : 21862 (java) S 21805 21808 10029 0 -1 1077944384 26 13261 0 0 3 0 5 3 20 0 15 0 107345880 11345952768 83252 33554432000 4194304 4196468 140723955018624 139962443398288 139962439165653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13488128 140723955022449 140723955025249 140723955025249 140723955027919 0
[pid=21808/tid=21863] ppid=21805 vsize=11080032 memory=776 CPUtime=0.11 cores=1,3,5,7
/proc/21808/task/21863/stat : 21863 (java) S 21805 21808 10029 0 -1 1077944384 94 13261 0 0 3 0 5 3 20 0 15 0 107345880 11345952768 83252 33554432000 4194304 4196468 140723955018624 139961979165712 139962439165653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13488128 140723955022449 140723955025249 140723955025249 140723955027919 0
[pid=21808/tid=21864] ppid=21805 vsize=11080032 memory=1876 CPUtime=0.11 cores=1,3,5,7
/proc/21808/task/21864/stat : 21864 (java) S 21805 21808 10029 0 -1 1077944384 309 13261 0 0 3 0 5 3 20 0 15 0 107345880 11345952768 83252 33554432000 4194304 4196468 140723955018624 139961978112912 139962439165653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13488128 140723955022449 140723955025249 140723955025249 140723955027919 0
[pid=21808/tid=21865] ppid=21805 vsize=11080032 memory=281139701206272 CPUtime=0.11 cores=1,3,5,7
/proc/21808/task/21865/stat : 21865 (java) S 21805 21808 10029 0 -1 1077944384 45 13261 0 0 3 0 5 3 20 0 15 0 107345880 11345952768 83252 33554432000 4194304 4196468 140723955018624 139961977060112 139962439165653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13488128 140723955022449 140723955025249 140723955025249 140723955027919 0
[pid=21808/tid=21866] ppid=21805 vsize=11080032 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/21808/task/21866/stat : 21866 (java) S 21805 21808 10029 0 -1 1077944384 2056 13261 0 0 3 0 5 3 20 0 15 0 107345882 11345952768 83252 33554432000 4194304 4196468 140723955018624 139961677441392 139962439166594 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13488128 140723955022449 140723955025249 140723955025249 140723955027919 0
[pid=21808/tid=21867] ppid=21805 vsize=11080032 memory=3184238489926576192 CPUtime=0.08 cores=1,3,5,7
/proc/21808/task/21867/stat : 21867 (java) S 21805 21808 10029 0 -1 1077944384 13 13261 0 0 0 0 5 3 20 0 15 0 107345882 11345952768 83252 33554432000 4194304 4196468 140723955018624 139961173009504 139962439165653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13488128 140723955022449 140723955025249 140723955025249 140723955027919 0
[pid=21808/tid=21868] ppid=21805 vsize=11080032 memory=3472328296160571440 CPUtime=0.08 cores=1,3,5,7
/proc/21808/task/21868/stat : 21868 (java) S 21805 21808 10029 0 -1 1077944384 2 13261 0 0 0 0 5 3 20 0 15 0 107345882 11345952768 83252 33554432000 4194304 4196468 140723955018624 139960971682688 139962439165653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13488128 140723955022449 140723955025249 140723955025249 140723955027919 0
[pid=21808/tid=21869] ppid=21805 vsize=11080032 memory=6944652177228980320 CPUtime=0.08 cores=1,3,5,7
/proc/21808/task/21869/stat : 21869 (java) S 21805 21808 10029 0 -1 1077944384 3 13261 0 0 0 0 5 3 20 0 15 0 107345885 11345952768 83252 33554432000 4194304 4196468 140723955018624 139960664282960 139962439174043 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13488128 140723955022449 140723955025249 140723955025249 140723955027919 0
[pid=21808/tid=21870] ppid=21805 vsize=11080032 memory=6944656592455360604 CPUtime=1.18 cores=1,3,5,7
/proc/21808/task/21870/stat : 21870 (java) R 21805 21808 10029 0 -1 4202560 4528 13261 0 0 109 1 5 3 20 0 15 0 107345885 11345952768 83252 33554432000 4194304 4196468 140723955018624 139961676380560 139962424767092 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13488128 140723955022449 140723955025249 140723955025249 140723955027919 0
[pid=21808/tid=21871] ppid=21805 vsize=11080032 memory=281139700826352 CPUtime=1.45 cores=1,3,5,7
/proc/21808/task/21871/stat : 21871 (java) R 21805 21808 10029 0 -1 4202560 13185 13261 0 0 134 3 5 3 20 0 15 0 107345885 11345952768 83252 33554432000 4194304 4196468 140723955018624 139961675322456 139962417571802 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13488128 140723955022449 140723955025249 140723955025249 140723955027919 0
[pid=21808/tid=21872] ppid=21805 vsize=11080032 memory=-6876588628788210059 CPUtime=1.35 cores=1,3,5,7
/proc/21808/task/21872/stat : 21872 (java) S 21805 21808 10029 0 -1 1077944384 5770 13261 0 0 126 1 5 3 20 0 15 0 107345885 11345952768 83252 33554432000 4194304 4196468 140723955018624 139961674283632 139962439166594 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13488128 140723955022449 140723955025249 140723955025249 140723955027919 0
[pid=21808/tid=21873] ppid=21805 vsize=11080032 memory=4947655667304798848 CPUtime=0.08 cores=1,3,5,7
/proc/21808/task/21873/stat : 21873 (java) S 21805 21808 10029 0 -1 1077944384 3 13261 0 0 0 0 5 3 20 0 15 0 107345885 11345952768 83252 33554432000 4194304 4196468 140723955018624 139960233487072 139962439165653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13488128 140723955022449 140723955025249 140723955025249 140723955027919 0
[pid=21808/tid=21874] ppid=21805 vsize=11080032 memory=6944656592387989600 CPUtime=0.08 cores=1,3,5,7
/proc/21808/task/21874/stat : 21874 (java) S 21805 21808 10029 0 -1 1077944384 6 13261 0 0 0 0 5 3 20 0 15 0 107345885 11345952768 83252 33554432000 4194304 4196468 140723955018624 139961673231024 139962439166594 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13488128 140723955022449 140723955025249 140723955025249 140723955027919 0
Current children cumulated CPU time: 7.66 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 333008 KiB

[startup+3.90072 s]
/proc/loadavg: 1.75 1.76 1.79 3/215 21874
/proc/meminfo: memFree=23644532/32770624 swapFree=67028840/67108860
[pid=21808] ppid=21805 vsize=11080032 memory=333700 CPUtime=8 cores=1,3,5,7
/proc/21808/stat : 21808 (java) S 21805 21808 10029 0 -1 1077944320 76360 13261 0 0 772 20 5 3 20 0 15 0 107345870 11345952768 83425 33554432000 4194304 4196468 140723955018624 140723955001168 139962439155447 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13488128 140723955022449 140723955025249 140723955025249 140723955027919 0
/proc/21808/statm: 2770008 83425 3490 1 0 2731661 0
[pid=21808/tid=21861] ppid=21805 vsize=11080032 memory=257888 CPUtime=3.77 cores=1,3,5,7
/proc/21808/task/21861/stat : 21861 (java) R 21805 21808 10029 0 -1 4202560 47773 13261 0 0 359 10 5 3 20 0 15 0 107345879 11345952768 83425 33554432000 4194304 4196468 140723955018624 139962410987888 139962418215569 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13488128 140723955022449 140723955025249 140723955025249 140723955027919 0
[pid=21808/tid=21862] ppid=21805 vsize=11080032 memory=6935649255759568960 CPUtime=0.11 cores=1,3,5,7
/proc/21808/task/21862/stat : 21862 (java) S 21805 21808 10029 0 -1 1077944384 26 13261 0 0 3 0 5 3 20 0 15 0 107345880 11345952768 83425 33554432000 4194304 4196468 140723955018624 139962443398288 139962439165653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13488128 140723955022449 140723955025249 140723955025249 140723955027919 0
[pid=21808/tid=21863] ppid=21805 vsize=11080032 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/21808/task/21863/stat : 21863 (java) S 21805 21808 10029 0 -1 1077944384 94 13261 0 0 3 0 5 3 20 0 15 0 107345880 11345952768 83425 33554432000 4194304 4196468 140723955018624 139961979165712 139962439165653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13488128 140723955022449 140723955025249 140723955025249 140723955027919 0
[pid=21808/tid=21864] ppid=21805 vsize=11080032 memory=11377801181 CPUtime=0.11 cores=1,3,5,7
/proc/21808/task/21864/stat : 21864 (java) S 21805 21808 10029 0 -1 1077944384 309 13261 0 0 3 0 5 3 20 0 15 0 107345880 11345952768 83425 33554432000 4194304 4196468 140723955018624 139961978112912 139962439165653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13488128 140723955022449 140723955025249 140723955025249 140723955027919 0
[pid=21808/tid=21865] ppid=21805 vsize=11080032 memory=265288 CPUtime=0.11 cores=1,3,5,7
/proc/21808/task/21865/stat : 21865 (java) S 21805 21808 10029 0 -1 1077944384 45 13261 0 0 3 0 5 3 20 0 15 0 107345880 11345952768 83425 33554432000 4194304 4196468 140723955018624 139961977060112 139962439165653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13488128 140723955022449 140723955025249 140723955025249 140723955027919 0
[pid=21808/tid=21866] ppid=21805 vsize=11080032 memory=281139701366848 CPUtime=0.11 cores=1,3,5,7
/proc/21808/task/21866/stat : 21866 (java) S 21805 21808 10029 0 -1 1077944384 2056 13261 0 0 3 0 5 3 20 0 15 0 107345882 11345952768 83425 33554432000 4194304 4196468 140723955018624 139961677441392 139962439166594 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13488128 140723955022449 140723955025249 140723955025249 140723955027919 0
[pid=21808/tid=21867] ppid=21805 vsize=11080032 memory=193140 CPUtime=0.08 cores=1,3,5,7
/proc/21808/task/21867/stat : 21867 (java) S 21805 21808 10029 0 -1 1077944384 13 13261 0 0 0 0 5 3 20 0 15 0 107345882 11345952768 83425 33554432000 4194304 4196468 140723955018624 139961173009504 139962439165653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13488128 140723955022449 140723955025249 140723955025249 140723955027919 0
[pid=21808/tid=21868] ppid=21805 vsize=11080032 memory=9169 CPUtime=0.08 cores=1,3,5,7
/proc/21808/task/21868/stat : 21868 (java) S 21805 21808 10029 0 -1 1077944384 2 13261 0 0 0 0 5 3 20 0 15 0 107345882 11345952768 83425 33554432000 4194304 4196468 140723955018624 139960971682688 139962439165653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13488128 140723955022449 140723955025249 140723955025249 140723955027919 0
[pid=21808/tid=21869] ppid=21805 vsize=11080032 memory=8 CPUtime=0.08 cores=1,3,5,7
/proc/21808/task/21869/stat : 21869 (java) S 21805 21808 10029 0 -1 1077944384 3 13261 0 0 0 0 5 3 20 0 15 0 107345885 11345952768 83425 33554432000 4194304 4196468 140723955018624 139960664282960 139962439174043 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13488128 140723955022449 140723955025249 140723955025249 140723955027919 0
[pid=21808/tid=21870] ppid=21805 vsize=11080032 memory=8 CPUtime=1.28 cores=1,3,5,7
/proc/21808/task/21870/stat : 21870 (java) R 21805 21808 10029 0 -1 4202560 4571 13261 0 0 119 1 5 3 20 0 15 0 107345885 11345952768 83425 33554432000 4194304 4196468 140723955018624 139961676376016 139962417568144 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13488128 140723955022449 140723955025249 140723955025249 140723955027919 0
[pid=21808/tid=21871] ppid=21805 vsize=11080032 memory=8 CPUtime=1.55 cores=1,3,5,7
/proc/21808/task/21871/stat : 21871 (java) R 21805 21808 10029 0 -1 4202560 13428 13261 0 0 144 3 5 3 20 0 15 0 107345885 11345952768 83425 33554432000 4194304 4196468 140723955018624 139961675323984 139962420675106 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13488128 140723955022449 140723955025249 140723955025249 140723955027919 0
[pid=21808/tid=21872] ppid=21805 vsize=11080032 memory=298500 CPUtime=1.39 cores=1,3,5,7
/proc/21808/task/21872/stat : 21872 (java) R 21805 21808 10029 0 -1 1077944384 5837 13261 0 0 130 1 5 3 20 0 15 0 107345885 11345952768 83425 33554432000 4194304 4196468 140723955018624 139961674283632 139962439166594 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 13488128 140723955022449 140723955025249 140723955025249 140723955027919 0
[pid=21808/tid=21873] ppid=21805 vsize=11080032 memory=234217451596449 CPUtime=0.08 cores=1,3,5,7
/proc/21808/task/21873/stat : 21873 (java) S 21805 21808 10029 0 -1 1077944384 3 13261 0 0 0 0 5 3 20 0 15 0 107345885 11345952768 83425 33554432000 4194304 4196468 140723955018624 139960233487072 139962439165653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13488128 140723955022449 140723955025249 140723955025249 140723955027919 0
[pid=21808/tid=21874] ppid=21805 vsize=11080032 memory=234217451596450 CPUtime=0.08 cores=1,3,5,7
/proc/21808/task/21874/stat : 21874 (java) S 21805 21808 10029 0 -1 1077944384 6 13261 0 0 0 0 5 3 20 0 15 0 107345885 11345952768 83425 33554432000 4194304 4196468 140723955018624 139961673231024 139962439166594 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13488128 140723955022449 140723955025249 140723955025249 140723955027919 0
Current children cumulated CPU time: 8 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 333700 KiB

Child status: 0
Real time (s): 3.92656
CPU time (s): 8.04079
CPU user time (s): 7.79271
CPU system time (s): 0.248088
CPU usage (%): 204.78
Max. virtual memory (cumulated for all children) (KiB): 11082844
Max. memory (cumulated for all children) (KiB): 334544

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.79271
system time used= 0.248088
maximum resident set size= 335904
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 89709
page faults= 0
swaps= 0
block input operations= 0
block output operations= 184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6768
involuntary context switches= 35


# summary of solver processes directly reported to runsolver:
#   pid: 21808
#   total CPU time (s): 8.04079
#   total CPU user time (s): 7.79271
#   total CPU system time (s): 0.248088

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.045791 second user time and 0.076318 second system time

The end

Launcher Data

Begin job on node102 at 2018-07-29 22:57:07
IDJOB=4302496
IDBENCH=141519
IDSOLVER=2776
FILE ID=node102/4302496-1532897827
RUNJOBID= node102-1532894154-16079
PBS_JOBID= 21022526
Free space on /tmp= 52944 MiB

SOLVER NAME= Concrete 3.9.2
BENCH NAME= XCSP18/Mario/Mario-easy-2_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4302496-1532897827/watcher-4302496-1532897827 -o /tmp/evaluation-result-4302496-1532897827/solver-4302496-1532897827 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node102-1532894154-16079 --watchdog 312  bin/xcsp-3-concrete -J-Xss64M -randomseed=1866474559 HOME/instance-4302496-1532897827.xml

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

MD5SUM BENCH= f67e3538ea675b4814e62926b7227759
RANDOM SEED=1866474559

node102.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.51
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.51
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.51
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.51
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:        23886008 kB
MemAvailable:   29176368 kB
Buffers:          235784 kB
Cached:          5298328 kB
SwapCached:        53012 kB
Active:          4045676 kB
Inactive:        4312084 kB
Active(anon):    2749660 kB
Inactive(anon):    99168 kB
Active(file):    1296016 kB
Inactive(file):  4212916 kB
Unevictable:        6644 kB
Mlocked:            6644 kB
SwapTotal:      67108860 kB
SwapFree:       67028840 kB
Dirty:             26532 kB
Writeback:             0 kB
AnonPages:       2865832 kB
Mapped:            51340 kB
Shmem:             22604 kB
Slab:             223892 kB
SReclaimable:     194524 kB
SUnreclaim:        29368 kB
KernelStack:        3792 kB
PageTables:        10516 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4405820 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2707456 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 52920 MiB
End job on node102 at 2018-07-29 22:57:11