Trace number 4396479

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.12.2OPT126 9.92982 4.03752

General information on the benchmark

NameTpp/Tpp-zinc-s1/
Tpp-4-3-20-1.xml
MD5SUM442eed38f7ecd1daccab0a66e5b4cbca
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark126
Best CPU time to get the best result obtained on this benchmark0.111983
Satisfiable
(Un)Satisfiability was proved
Number of variables64
Number of constraints274
Number of domains34
Minimum domain size3
Maximum domain size12
Distribution of domain sizes[{"size":3,"count":4},{"size":4,"count":7},{"size":5,"count":1},{"size":7,"count":2},{"size":8,"count":6},{"size":9,"count":6},{"size":10,"count":5},{"size":11,"count":21},{"size":12,"count":12}]
Minimum variable degree2
Maximum variable degree23
Distribution of variable degrees[{"degree":2,"count":32},{"degree":13,"count":20},{"degree":22,"count":11},{"degree":23,"count":1}]
Minimum constraint arity1
Maximum constraint arity12
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":272},{"arity":12,"count":1}]
Number of extensional constraints32
Number of intensional constraints241
Distribution of constraint types[{"type":"extension","count":32},{"type":"intension","count":241},{"type":"circuit","count":1}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.78/0.56	c Concrete v3.12.2.1568380929293 running
8.83/3.80	o 126
9.88/4.01	v <instantiation
9.88/4.01	v         cost = '126'>
9.88/4.01	v       <list>
9.88/4.01	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] d[0] d[1] d[2] d[3] d[4] d[5] d[6] d[7] d[8] d[9] d[10] d[11] l[0] l[1] l[2] l[3] l[4] l[5] l[6] l[7] l[8] l[9] l[10] l[11] l[12] l[13] l[14] l[15] l[16] l[17] l[18] l[19] c[0] c[1] c[2] c[3] c[4] c[5] c[6] c[7] c[8] c[9] c[10] c[11] c[12] c[13] c[14] c[15] c[16] c[17] c[18] c[19]
9.88/4.01	v       </list>
9.88/4.01	v       <values>
9.88/4.01	v         0 1 3 7 4 5 2 11 8 9 6 10 0 0 7 9 0 0 3 20 0 0 3 7 6 3 3 3 2 10 7 7 2 7 6 3 7 10 7 10 3 3 6 2 2 6 2 2 2 7 1 1 2 7 4 5 9 3 3 8 8 1 3 1
9.88/4.01	v       </values>
9.88/4.01	v     </instantiation>
9.88/4.01	s OPTIMUM FOUND

Verifier Data

OK	126

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4396479-1568399205/watcher-4396479-1568399205 -o /tmp/evaluation-result-4396479-1568399205/solver-4396479-1568399205 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node103-1568393993-23928 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=129535842 HOME/instance-4396479-1568399205.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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=25843, runsolver pid=25840

[startup+0.100118 s]*
/proc/loadavg: 1.52 1.49 1.45 3/219 25900
/proc/meminfo: memFree=30856028/32770624 swapFree=66996932/67108860
[pid=25843] ppid=25840 vsize=9972712 memory=17216 CPUtime=0.09 cores=1,3,5,7
/proc/25843/stat : 25843 (java) S 25840 25843 22378 0 -1 1077944320 4541 13001 0 0 1 0 6 2 20 0 6 0 416173551 10212057088 4304 33554432000 4194304 4196468 140720845864640 140720845847184 140520263196407 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 26685440 140720845871856 140720845874373 140720845874373 140720845877199 0
/proc/25843/statm: 2493178 4304 1935 1 0 2481616 0
[pid=25843/tid=25896] ppid=25840 vsize=9972712 memory=720575944405811505 CPUtime=0.09 cores=1,3,5,7
/proc/25843/task/25896/stat : 25896 (java) R 25840 25843 22378 0 -1 4202560 2335 13001 0 0 1 0 6 2 20 0 6 0 416173560 10212057088 4304 33554432000 4194304 4196468 140720845864640 140520235033168 140520247276894 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26685440 140720845871856 140720845874373 140720845874373 140720845877199 0
[pid=25843/tid=25897] ppid=25840 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25843/task/25897/stat : 25897 (java) S 25840 25843 22378 0 -1 1077944384 1 13001 0 0 0 0 6 2 20 0 6 0 416173561 10212057088 4304 33554432000 4194304 4196468 140720845864640 140520267438864 140520263206613 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26685440 140720845871856 140720845874373 140720845874373 140720845877199 0
[pid=25843/tid=25898] ppid=25840 vsize=9972712 memory=4048930610721154720 CPUtime=0.08 cores=1,3,5,7
/proc/25843/task/25898/stat : 25898 (java) S 25840 25843 22378 0 -1 1077944384 1 13001 0 0 0 0 6 2 20 0 6 0 416173561 10212057088 4304 33554432000 4194304 4196468 140720845864640 140519836195728 140520263206613 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26685440 140720845871856 140720845874373 140720845874373 140720845877199 0
[pid=25843/tid=25899] ppid=25840 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25843/task/25899/stat : 25899 (java) S 25840 25843 22378 0 -1 1077944384 1 13001 0 0 0 0 6 2 20 0 6 0 416173561 10212057088 4304 33554432000 4194304 4196468 140720845864640 140519835143184 140520263206613 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26685440 140720845871856 140720845874373 140720845874373 140720845877199 0
[pid=25843/tid=25900] ppid=25840 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25843/task/25900/stat : 25900 (java) S 25840 25843 22378 0 -1 1077944384 2 13001 0 0 0 0 6 2 20 0 6 0 416173561 10212057088 4304 33554432000 4194304 4196468 140720845864640 140519834090640 140520263206613 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26685440 140720845871856 140720845874373 140720845874373 140720845877199 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 17216 KiB

[startup+0.216281 s]*
/proc/loadavg: 1.52 1.49 1.45 3/228 25909
/proc/meminfo: memFree=30814076/32770624 swapFree=66996932/67108860
[pid=25843] ppid=25840 vsize=10819664 memory=41876 CPUtime=0.27 cores=1,3,5,7
/proc/25843/stat : 25843 (java) S 25840 25843 22378 0 -1 1077944320 7290 13001 0 0 17 2 6 2 20 0 15 0 416173551 11079335936 10469 33554432000 4194304 4196468 140720845864640 140720845847184 140520263196407 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 26685440 140720845871856 140720845874373 140720845874373 140720845877199 0
/proc/25843/statm: 2704916 10469 3165 1 0 2667149 0
[pid=25843/tid=25896] ppid=25840 vsize=10819664 memory=751940894209540401 CPUtime=0.2 cores=1,3,5,7
/proc/25843/task/25896/stat : 25896 (java) R 25840 25843 22378 0 -1 4202560 3783 13001 0 0 11 1 6 2 20 0 15 0 416173560 11079335936 10469 33554432000 4194304 4196468 140720845864640 140520235018088 140520263218333 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26685440 140720845871856 140720845874373 140720845874373 140720845877199 0
[pid=25843/tid=25897] ppid=25840 vsize=10819664 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25843/task/25897/stat : 25897 (java) S 25840 25843 22378 0 -1 1077944384 1 13001 0 0 0 0 6 2 20 0 15 0 416173561 11079335936 10469 33554432000 4194304 4196468 140720845864640 140520267438864 140520263206613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26685440 140720845871856 140720845874373 140720845874373 140720845877199 0
[pid=25843/tid=25898] ppid=25840 vsize=10819664 memory=4048930610721154720 CPUtime=0.08 cores=1,3,5,7
/proc/25843/task/25898/stat : 25898 (java) S 25840 25843 22378 0 -1 1077944384 1 13001 0 0 0 0 6 2 20 0 15 0 416173561 11079335936 10469 33554432000 4194304 4196468 140720845864640 140519836195728 140520263206613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26685440 140720845871856 140720845874373 140720845874373 140720845877199 0
[pid=25843/tid=25899] ppid=25840 vsize=10819664 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25843/task/25899/stat : 25899 (java) S 25840 25843 22378 0 -1 1077944384 1 13001 0 0 0 0 6 2 20 0 15 0 416173561 11079335936 10469 33554432000 4194304 4196468 140720845864640 140519835143184 140520263206613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26685440 140720845871856 140720845874373 140720845874373 140720845877199 0
[pid=25843/tid=25900] ppid=25840 vsize=10819664 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25843/task/25900/stat : 25900 (java) S 25840 25843 22378 0 -1 1077944384 2 13001 0 0 0 0 6 2 20 0 15 0 416173561 11079335936 10469 33554432000 4194304 4196468 140720845864640 140519834090640 140520263206613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26685440 140720845871856 140720845874373 140720845874373 140720845877199 0
[pid=25843/tid=25901] ppid=25840 vsize=10819664 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25843/task/25901/stat : 25901 (java) S 25840 25843 22378 0 -1 1077944384 2 13001 0 0 0 0 6 2 20 0 15 0 416173563 11079335936 10469 33554432000 4194304 4196468 140720845864640 140519789836272 140520263207554 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26685440 140720845871856 140720845874373 140720845874373 140720845877199 0
[pid=25843/tid=25902] ppid=25840 vsize=10819664 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/25843/task/25902/stat : 25902 (java) S 25840 25843 22378 0 -1 1077944384 13 13001 0 0 0 0 6 2 20 0 15 0 416173563 11079335936 10469 33554432000 4194304 4196468 140720845864640 140519183213472 140520263206613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26685440 140720845871856 140720845874373 140720845874373 140720845877199 0
[pid=25843/tid=25903] ppid=25840 vsize=10819664 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25843/task/25903/stat : 25903 (java) S 25840 25843 22378 0 -1 1077944384 1 13001 0 0 0 0 6 2 20 0 15 0 416173563 11079335936 10469 33554432000 4194304 4196468 140720845864640 140519048995824 140520263206613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26685440 140720845871856 140720845874373 140720845874373 140720845877199 0
[pid=25843/tid=25904] ppid=25840 vsize=10819664 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25843/task/25904/stat : 25904 (java) S 25840 25843 22378 0 -1 1077944384 3 13001 0 0 0 0 6 2 20 0 15 0 416173566 11079335936 10469 33554432000 4194304 4196468 140720845864640 140518808705232 140520263215003 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26685440 140720845871856 140720845874373 140720845874373 140720845877199 0
[pid=25843/tid=25905] ppid=25840 vsize=10819664 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/25843/task/25905/stat : 25905 (java) S 25840 25843 22378 0 -1 1077944384 490 13001 0 0 1 0 6 2 20 0 15 0 416173566 11079335936 10469 33554432000 4194304 4196468 140720845864640 140519788784112 140520263207554 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26685440 140720845871856 140720845874373 140720845874373 140720845877199 0
[pid=25843/tid=25906] ppid=25840 vsize=10819664 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/25843/task/25906/stat : 25906 (java) S 25840 25843 22378 0 -1 1077944384 171 13001 0 0 0 0 6 2 20 0 15 0 416173566 11079335936 10469 33554432000 4194304 4196468 140720845864640 140519263955568 140520263207554 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26685440 140720845871856 140720845874373 140720845874373 140720845877199 0
[pid=25843/tid=25907] ppid=25840 vsize=10819664 memory=140449762862720 CPUtime=0.11 cores=1,3,5,7
/proc/25843/task/25907/stat : 25907 (java) R 25840 25843 22378 0 -1 4202560 610 13001 0 0 3 0 6 2 20 0 15 0 416173566 11079335936 10469 33554432000 4194304 4196468 140720845864640 140519262903024 140520263217754 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26685440 140720845871856 140720845874373 140720845874373 140720845877199 0
[pid=25843/tid=25908] ppid=25840 vsize=10819664 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/25843/task/25908/stat : 25908 (java) S 25840 25843 22378 0 -1 1077944384 3 13001 0 0 0 0 6 2 20 0 15 0 416173566 11079335936 10469 33554432000 4194304 4196468 140720845864640 140518775147616 140520263206613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26685440 140720845871856 140720845874373 140720845874373 140720845877199 0
[pid=25843/tid=25909] ppid=25840 vsize=10819664 memory=140449762862720 CPUtime=0.08 cores=1,3,5,7
/proc/25843/task/25909/stat : 25909 (java) S 25840 25843 22378 0 -1 1077944384 3 13001 0 0 0 0 6 2 20 0 15 0 416173567 11079335936 10469 33554432000 4194304 4196468 140720845864640 140519261849904 140520263207554 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26685440 140720845871856 140720845874373 140720845874373 140720845877199 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10819664 KiB
Current children cumulated memory: 41876 KiB

[startup+0.310392 s]*
/proc/loadavg: 1.52 1.49 1.45 4/228 25909
/proc/meminfo: memFree=30803724/32770624 swapFree=66996932/67108860
[pid=25843] ppid=25840 vsize=10820148 memory=53044 CPUtime=0.41 cores=1,3,5,7
/proc/25843/stat : 25843 (java) S 25840 25843 22378 0 -1 1077944320 10967 13001 0 0 29 4 6 2 20 0 15 0 416173551 11079831552 13261 33554432000 4194304 4196468 140720845864640 140720845847184 140520263196407 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 26685440 140720845871856 140720845874373 140720845874373 140720845877199 0
/proc/25843/statm: 2705037 13261 3297 1 0 2667149 0
[pid=25843/tid=25896] ppid=25840 vsize=10820148 memory=8317482817917895235 CPUtime=0.29 cores=1,3,5,7
/proc/25843/task/25896/stat : 25896 (java) R 25840 25843 22378 0 -1 4202560 7443 13001 0 0 18 3 6 2 20 0 15 0 416173560 11079831552 13261 33554432000 4194304 4196468 140720845864640 140520234996320 140520247240037 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26685440 140720845871856 140720845874373 140720845874373 140720845877199 0
[pid=25843/tid=25897] ppid=25840 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25843/task/25897/stat : 25897 (java) S 25840 25843 22378 0 -1 1077944384 1 13001 0 0 0 0 6 2 20 0 15 0 416173561 11079831552 13261 33554432000 4194304 4196468 140720845864640 140520267438864 140520263206613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26685440 140720845871856 140720845874373 140720845874373 140720845877199 0
[pid=25843/tid=25898] ppid=25840 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25843/task/25898/stat : 25898 (java) S 25840 25843 22378 0 -1 1077944384 1 13001 0 0 0 0 6 2 20 0 15 0 416173561 11079831552 13261 33554432000 4194304 4196468 140720845864640 140519836195728 140520263206613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26685440 140720845871856 140720845874373 140720845874373 140720845877199 0
[pid=25843/tid=25899] ppid=25840 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25843/task/25899/stat : 25899 (java) S 25840 25843 22378 0 -1 1077944384 1 13001 0 0 0 0 6 2 20 0 15 0 416173561 11079831552 13261 33554432000 4194304 4196468 140720845864640 140519835143184 140520263206613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26685440 140720845871856 140720845874373 140720845874373 140720845877199 0
[pid=25843/tid=25900] ppid=25840 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25843/task/25900/stat : 25900 (java) S 25840 25843 22378 0 -1 1077944384 2 13001 0 0 0 0 6 2 20 0 15 0 416173561 11079831552 13261 33554432000 4194304 4196468 140720845864640 140519834090640 140520263206613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26685440 140720845871856 140720845874373 140720845874373 140720845877199 0
[pid=25843/tid=25901] ppid=25840 vsize=10820148 memory=140449762862719 CPUtime=0.08 cores=1,3,5,7
/proc/25843/task/25901/stat : 25901 (java) S 25840 25843 22378 0 -1 1077944384 2 13001 0 0 0 0 6 2 20 0 15 0 416173563 11079831552 13261 33554432000 4194304 4196468 140720845864640 140519789836272 140520263207554 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26685440 140720845871856 140720845874373 140720845874373 140720845877199 0
[pid=25843/tid=25902] ppid=25840 vsize=10820148 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/25843/task/25902/stat : 25902 (java) S 25840 25843 22378 0 -1 1077944384 13 13001 0 0 0 0 6 2 20 0 15 0 416173563 11079831552 13261 33554432000 4194304 4196468 140720845864640 140519183213472 140520263206613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26685440 140720845871856 140720845874373 140720845874373 140720845877199 0
[pid=25843/tid=25903] ppid=25840 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25843/task/25903/stat : 25903 (java) S 25840 25843 22378 0 -1 1077944384 1 13001 0 0 0 0 6 2 20 0 15 0 416173563 11079831552 13261 33554432000 4194304 4196468 140720845864640 140519048995824 140520263206613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26685440 140720845871856 140720845874373 140720845874373 140720845877199 0
[pid=25843/tid=25904] ppid=25840 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25843/task/25904/stat : 25904 (java) S 25840 25843 22378 0 -1 1077944384 3 13001 0 0 0 0 6 2 20 0 15 0 416173566 11079831552 13261 33554432000 4194304 4196468 140720845864640 140518808705232 140520263215003 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26685440 140720845871856 140720845874373 140720845874373 140720845877199 0
[pid=25843/tid=25905] ppid=25840 vsize=10820148 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/25843/task/25905/stat : 25905 (java) S 25840 25843 22378 0 -1 1077944384 491 13001 0 0 2 0 6 2 20 0 15 0 416173566 11079831552 13261 33554432000 4194304 4196468 140720845864640 140519788784112 140520263207554 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26685440 140720845871856 140720845874373 140720845874373 140720845877199 0
[pid=25843/tid=25906] ppid=25840 vsize=10820148 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/25843/task/25906/stat : 25906 (java) S 25840 25843 22378 0 -1 1077944384 180 13001 0 0 1 0 6 2 20 0 15 0 416173566 11079831552 13261 33554432000 4194304 4196468 140720845864640 140519263955568 140520263207554 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26685440 140720845871856 140720845874373 140720845874373 140720845877199 0
[pid=25843/tid=25907] ppid=25840 vsize=10820148 memory=140449762862720 CPUtime=0.13 cores=1,3,5,7
/proc/25843/task/25907/stat : 25907 (java) S 25840 25843 22378 0 -1 1077944384 619 13001 0 0 5 0 6 2 20 0 15 0 416173566 11079831552 13261 33554432000 4194304 4196468 140720845864640 140519262903024 140520263207554 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26685440 140720845871856 140720845874373 140720845874373 140720845877199 0
[pid=25843/tid=25908] ppid=25840 vsize=10820148 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/25843/task/25908/stat : 25908 (java) S 25840 25843 22378 0 -1 1077944384 3 13001 0 0 0 0 6 2 20 0 15 0 416173566 11079831552 13261 33554432000 4194304 4196468 140720845864640 140518775147616 140520263206613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26685440 140720845871856 140720845874373 140720845874373 140720845877199 0
[pid=25843/tid=25909] ppid=25840 vsize=10820148 memory=140449762862720 CPUtime=0.08 cores=1,3,5,7
/proc/25843/task/25909/stat : 25909 (java) S 25840 25843 22378 0 -1 1077944384 3 13001 0 0 0 0 6 2 20 0 15 0 416173567 11079831552 13261 33554432000 4194304 4196468 140720845864640 140519261849904 140520263207554 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26685440 140720845871856 140720845874373 140720845874373 140720845877199 0
Current children cumulated CPU time: 0.41 s
Current children cumulated vsize: 10820148 KiB
Current children cumulated memory: 53044 KiB

[startup+0.700763 s]
/proc/loadavg: 1.52 1.49 1.45 5/228 25909
/proc/meminfo: memFree=30794320/32770624 swapFree=66996932/67108860
[pid=25843] ppid=25840 vsize=10824360 memory=85344 CPUtime=1.15 cores=1,3,5,7
/proc/25843/stat : 25843 (java) S 25840 25843 22378 0 -1 1077944320 15029 13001 0 0 101 6 6 2 20 0 15 0 416173551 11084144640 21336 33554432000 4194304 4196468 140720845864640 140720845847184 140520263196407 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 26685440 140720845871856 140720845874373 140720845874373 140720845877199 0
/proc/25843/statm: 2706090 21336 3500 1 0 2668173 0
[pid=25843/tid=25896] ppid=25840 vsize=10824360 memory=5795117241467496816 CPUtime=0.67 cores=1,3,5,7
/proc/25843/task/25896/stat : 25896 (java) R 25840 25843 22378 0 -1 4202560 10359 13001 0 0 55 4 6 2 20 0 15 0 416173560 11084144640 21336 33554432000 4194304 4196468 140720845864640 140520235025952 140520255433534 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26685440 140720845871856 140720845874373 140720845874373 140720845877199 0
[pid=25843/tid=25897] ppid=25840 vsize=10824360 memory=1388 CPUtime=0.08 cores=1,3,5,7
/proc/25843/task/25897/stat : 25897 (java) S 25840 25843 22378 0 -1 1077944384 1 13001 0 0 0 0 6 2 20 0 15 0 416173561 11084144640 21336 33554432000 4194304 4196468 140720845864640 140520267438864 140520263206613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26685440 140720845871856 140720845874373 140720845874373 140720845877199 0
[pid=25843/tid=25898] ppid=25840 vsize=10824360 memory=776 CPUtime=0.08 cores=1,3,5,7
/proc/25843/task/25898/stat : 25898 (java) S 25840 25843 22378 0 -1 1077944384 1 13001 0 0 0 0 6 2 20 0 15 0 416173561 11084144640 21336 33554432000 4194304 4196468 140720845864640 140519836195728 140520263206613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26685440 140720845871856 140720845874373 140720845874373 140720845877199 0
[pid=25843/tid=25899] ppid=25840 vsize=10824360 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25843/task/25899/stat : 25899 (java) S 25840 25843 22378 0 -1 1077944384 1 13001 0 0 0 0 6 2 20 0 15 0 416173561 11084144640 21336 33554432000 4194304 4196468 140720845864640 140519835143184 140520263206613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26685440 140720845871856 140720845874373 140720845874373 140720845877199 0
[pid=25843/tid=25900] ppid=25840 vsize=10824360 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25843/task/25900/stat : 25900 (java) S 25840 25843 22378 0 -1 1077944384 2 13001 0 0 0 0 6 2 20 0 15 0 416173561 11084144640 21336 33554432000 4194304 4196468 140720845864640 140519834090640 140520263206613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26685440 140720845871856 140720845874373 140720845874373 140720845877199 0
[pid=25843/tid=25901] ppid=25840 vsize=10824360 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25843/task/25901/stat : 25901 (java) S 25840 25843 22378 0 -1 1077944384 6 13001 0 0 0 0 6 2 20 0 15 0 416173563 11084144640 21336 33554432000 4194304 4196468 140720845864640 140519789836272 140520263207554 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26685440 140720845871856 140720845874373 140720845874373 140720845877199 0
[pid=25843/tid=25902] ppid=25840 vsize=10824360 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25843/task/25902/stat : 25902 (java) S 25840 25843 22378 0 -1 1077944384 13 13001 0 0 0 0 6 2 20 0 15 0 416173563 11084144640 21336 33554432000 4194304 4196468 140720845864640 140519183213472 140520263206613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26685440 140720845871856 140720845874373 140720845874373 140720845877199 0
[pid=25843/tid=25903] ppid=25840 vsize=10824360 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25843/task/25903/stat : 25903 (java) S 25840 25843 22378 0 -1 1077944384 1 13001 0 0 0 0 6 2 20 0 15 0 416173563 11084144640 21336 33554432000 4194304 4196468 140720845864640 140519048995824 140520263206613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26685440 140720845871856 140720845874373 140720845874373 140720845877199 0
[pid=25843/tid=25904] ppid=25840 vsize=10824360 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25843/task/25904/stat : 25904 (java) S 25840 25843 22378 0 -1 1077944384 3 13001 0 0 0 0 6 2 20 0 15 0 416173566 11084144640 21336 33554432000 4194304 4196468 140720845864640 140518808705232 140520263215003 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26685440 140720845871856 140720845874373 140720845874373 140720845877199 0
[pid=25843/tid=25905] ppid=25840 vsize=10824360 memory=0 CPUtime=0.2 cores=1,3,5,7
/proc/25843/task/25905/stat : 25905 (java) S 25840 25843 22378 0 -1 1077944384 1003 13001 0 0 12 0 6 2 20 0 15 0 416173566 11084144640 21336 33554432000 4194304 4196468 140720845864640 140519788784112 140520263207554 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26685440 140720845871856 140720845874373 140720845874373 140720845877199 0
[pid=25843/tid=25906] ppid=25840 vsize=10824360 memory=0 CPUtime=0.23 cores=1,3,5,7
/proc/25843/task/25906/stat : 25906 (java) S 25840 25843 22378 0 -1 1077944384 622 13001 0 0 15 0 6 2 20 0 15 0 416173566 11084144640 21336 33554432000 4194304 4196468 140720845864640 140519263955568 140520263207554 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26685440 140720845871856 140720845874373 140720845874373 140720845877199 0
[pid=25843/tid=25907] ppid=25840 vsize=10824360 memory=0 CPUtime=0.25 cores=1,3,5,7
/proc/25843/task/25907/stat : 25907 (java) S 25840 25843 22378 0 -1 1077944384 810 13001 0 0 17 0 6 2 20 0 15 0 416173566 11084144640 21336 33554432000 4194304 4196468 140720845864640 140519262903024 140520263207554 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26685440 140720845871856 140720845874373 140720845874373 140720845877199 0
[pid=25843/tid=25908] ppid=25840 vsize=10824360 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25843/task/25908/stat : 25908 (java) S 25840 25843 22378 0 -1 1077944384 3 13001 0 0 0 0 6 2 20 0 15 0 416173566 11084144640 21336 33554432000 4194304 4196468 140720845864640 140518775147616 140520263206613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26685440 140720845871856 140720845874373 140720845874373 140720845877199 0
[pid=25843/tid=25909] ppid=25840 vsize=10824360 memory=3504 CPUtime=0.08 cores=1,3,5,7
/proc/25843/task/25909/stat : 25909 (java) S 25840 25843 22378 0 -1 1077944384 3 13001 0 0 0 0 6 2 20 0 15 0 416173567 11084144640 21336 33554432000 4194304 4196468 140720845864640 140519261849904 140520263207554 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26685440 140720845871856 140720845874373 140720845874373 140720845877199 0
Current children cumulated CPU time: 1.15 s
Current children cumulated vsize: 10824360 KiB
Current children cumulated memory: 85344 KiB

[startup+1.50065 s]
/proc/loadavg: 1.52 1.49 1.45 3/228 25909
/proc/meminfo: memFree=30760640/32770624 swapFree=66996932/67108860
[pid=25843] ppid=25840 vsize=10834676 memory=181144 CPUtime=2.62 cores=1,3,5,7
/proc/25843/stat : 25843 (java) S 25840 25843 22378 0 -1 1077944320 23720 13001 0 0 244 10 6 2 20 0 15 0 416173551 11094708224 45286 33554432000 4194304 4196468 140720845864640 140720845847184 140520263196407 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 26685440 140720845871856 140720845874373 140720845874373 140720845877199 0
/proc/25843/statm: 2708669 45286 3574 1 0 2670733 0
[pid=25843/tid=25896] ppid=25840 vsize=10834676 memory=0 CPUtime=1.43 cores=1,3,5,7
/proc/25843/task/25896/stat : 25896 (java) R 25840 25843 22378 0 -1 4202560 15907 13001 0 0 129 6 6 2 20 0 15 0 416173560 11094708224 45286 33554432000 4194304 4196468 140720845864640 140520235002656 140520263208342 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26685440 140720845871856 140720845874373 140720845874373 140720845877199 0
[pid=25843/tid=25897] ppid=25840 vsize=10834676 memory=-7522837583129502606 CPUtime=0.09 cores=1,3,5,7
/proc/25843/task/25897/stat : 25897 (java) S 25840 25843 22378 0 -1 1077944384 63 13001 0 0 1 0 6 2 20 0 15 0 416173561 11094708224 45286 33554432000 4194304 4196468 140720845864640 140520267438864 140520263206613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26685440 140720845871856 140720845874373 140720845874373 140720845877199 0
[pid=25843/tid=25898] ppid=25840 vsize=10834676 memory=7523354863787336532 CPUtime=0.09 cores=1,3,5,7
/proc/25843/task/25898/stat : 25898 (java) S 25840 25843 22378 0 -1 1077944384 315 13001 0 0 1 0 6 2 20 0 15 0 416173561 11094708224 45286 33554432000 4194304 4196468 140720845864640 140519836195728 140520263206613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26685440 140720845871856 140720845874373 140720845874373 140720845877199 0
[pid=25843/tid=25899] ppid=25840 vsize=10834676 memory=7235708285413253457 CPUtime=0.09 cores=1,3,5,7
/proc/25843/task/25899/stat : 25899 (java) S 25840 25843 22378 0 -1 1077944384 49 13001 0 0 1 0 6 2 20 0 15 0 416173561 11094708224 45286 33554432000 4194304 4196468 140720845864640 140519835143184 140520263206613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26685440 140720845871856 140720845874373 140720845874373 140720845877199 0
[pid=25843/tid=25900] ppid=25840 vsize=10834676 memory=280899317311840 CPUtime=0.09 cores=1,3,5,7
/proc/25843/task/25900/stat : 25900 (java) S 25840 25843 22378 0 -1 1077944384 42 13001 0 0 1 0 6 2 20 0 15 0 416173561 11094708224 45286 33554432000 4194304 4196468 140720845864640 140519834090640 140520263206613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26685440 140720845871856 140720845874373 140720845874373 140720845877199 0
[pid=25843/tid=25901] ppid=25840 vsize=10834676 memory=251427385559589 CPUtime=0.09 cores=1,3,5,7
/proc/25843/task/25901/stat : 25901 (java) S 25840 25843 22378 0 -1 1077944384 330 13001 0 0 1 0 6 2 20 0 15 0 416173563 11094708224 45286 33554432000 4194304 4196468 140720845864640 140519789836272 140520263207554 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26685440 140720845871856 140720845874373 140720845874373 140720845877199 0
[pid=25843/tid=25902] ppid=25840 vsize=10834676 memory=251427385559590 CPUtime=0.08 cores=1,3,5,7
/proc/25843/task/25902/stat : 25902 (java) S 25840 25843 22378 0 -1 1077944384 13 13001 0 0 0 0 6 2 20 0 15 0 416173563 11094708224 45286 33554432000 4194304 4196468 140720845864640 140519183213536 140520263206613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26685440 140720845871856 140720845874373 140720845874373 140720845877199 0
[pid=25843/tid=25903] ppid=25840 vsize=10834676 memory=251427385559591 CPUtime=0.08 cores=1,3,5,7
/proc/25843/task/25903/stat : 25903 (java) S 25840 25843 22378 0 -1 1077944384 2 13001 0 0 0 0 6 2 20 0 15 0 416173563 11094708224 45286 33554432000 4194304 4196468 140720845864640 140519048995824 140520263206613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26685440 140720845871856 140720845874373 140720845874373 140720845877199 0
[pid=25843/tid=25904] ppid=25840 vsize=10834676 memory=251427385559592 CPUtime=0.08 cores=1,3,5,7
/proc/25843/task/25904/stat : 25904 (java) S 25840 25843 22378 0 -1 1077944384 3 13001 0 0 0 0 6 2 20 0 15 0 416173566 11094708224 45286 33554432000 4194304 4196468 140720845864640 140518808705232 140520263215003 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26685440 140720845871856 140720845874373 140720845874373 140720845877199 0
[pid=25843/tid=25905] ppid=25840 vsize=10834676 memory=0 CPUtime=0.39 cores=1,3,5,7
/proc/25843/task/25905/stat : 25905 (java) S 25840 25843 22378 0 -1 1077944384 1879 13001 0 0 31 0 6 2 20 0 15 0 416173566 11094708224 45286 33554432000 4194304 4196468 140720845864640 140519788784112 140520263207554 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26685440 140720845871856 140720845874373 140720845874373 140720845877199 0
[pid=25843/tid=25906] ppid=25840 vsize=10834676 memory=280899316905904 CPUtime=0.43 cores=1,3,5,7
/proc/25843/task/25906/stat : 25906 (java) R 25840 25843 22378 0 -1 1077944384 1236 13001 0 0 35 0 6 2 20 0 15 0 416173566 11094708224 45286 33554432000 4194304 4196468 140720845864640 140519263955568 140520263217754 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26685440 140720845871856 140720845874373 140720845874373 140720845877199 0
[pid=25843/tid=25907] ppid=25840 vsize=10834676 memory=280899316904048 CPUtime=0.49 cores=1,3,5,7
/proc/25843/task/25907/stat : 25907 (java) R 25840 25843 22378 0 -1 4202560 1671 13001 0 0 41 0 6 2 20 0 15 0 416173566 11094708224 45286 33554432000 4194304 4196468 140720845864640 140519262903024 140520263208342 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26685440 140720845871856 140720845874373 140720845874373 140720845877199 0
[pid=25843/tid=25908] ppid=25840 vsize=10834676 memory=280899316904112 CPUtime=0.08 cores=1,3,5,7
/proc/25843/task/25908/stat : 25908 (java) S 25840 25843 22378 0 -1 1077944384 3 13001 0 0 0 0 6 2 20 0 15 0 416173566 11094708224 45286 33554432000 4194304 4196468 140720845864640 140518775147616 140520263206613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26685440 140720845871856 140720845874373 140720845874373 140720845877199 0
[pid=25843/tid=25909] ppid=25840 vsize=10834676 memory=280899317351632 CPUtime=0.08 cores=1,3,5,7
/proc/25843/task/25909/stat : 25909 (java) S 25840 25843 22378 0 -1 1077944384 3 13001 0 0 0 0 6 2 20 0 15 0 416173567 11094708224 45286 33554432000 4194304 4196468 140720845864640 140519261849904 140520263207554 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26685440 140720845871856 140720845874373 140720845874373 140720845877199 0
Current children cumulated CPU time: 2.62 s
Current children cumulated vsize: 10834676 KiB

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

[startup+3.11132 s]
/proc/loadavg: 1.56 1.50 1.45 5/227 25909
/proc/meminfo: memFree=30626448/32770624 swapFree=66996932/67108860
[pid=25843] ppid=25840 vsize=10846984 memory=254476 CPUtime=6.88 cores=1,3,5,7
/proc/25843/stat : 25843 (java) S 25840 25843 22378 0 -1 1077944320 38943 13001 0 0 666 14 6 2 20 0 15 0 416173551 11107311616 63619 33554432000 4194304 4196468 140720845864640 140720845847184 140520263196407 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 26685440 140720845871856 140720845874373 140720845874373 140720845877199 0
/proc/25843/statm: 2711746 63619 3596 1 0 2673805 0
[pid=25843/tid=25896] ppid=25840 vsize=10846984 memory=11960 CPUtime=2.98 cores=1,3,5,7
/proc/25843/task/25896/stat : 25896 (java) R 25840 25843 22378 0 -1 4202560 20885 13001 0 0 282 8 6 2 20 0 15 0 416173560 11107311616 63619 33554432000 4194304 4196468 140720845864640 140520235031360 140519866828356 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26685440 140720845871856 140720845874373 140720845874373 140720845877199 0
[pid=25843/tid=25897] ppid=25840 vsize=10846984 memory=500 CPUtime=0.11 cores=1,3,5,7
/proc/25843/task/25897/stat : 25897 (java) S 25840 25843 22378 0 -1 1077944384 85 13001 0 0 3 0 6 2 20 0 15 0 416173561 11107311616 63619 33554432000 4194304 4196468 140720845864640 140520267438864 140520263206613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26685440 140720845871856 140720845874373 140720845874373 140720845877199 0
[pid=25843/tid=25898] ppid=25840 vsize=10846984 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/25843/task/25898/stat : 25898 (java) S 25840 25843 22378 0 -1 1077944384 343 13001 0 0 3 0 6 2 20 0 15 0 416173561 11107311616 63619 33554432000 4194304 4196468 140720845864640 140519836195728 140520263206613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26685440 140720845871856 140720845874373 140720845874373 140720845877199 0
[pid=25843/tid=25899] ppid=25840 vsize=10846984 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/25843/task/25899/stat : 25899 (java) S 25840 25843 22378 0 -1 1077944384 59 13001 0 0 3 0 6 2 20 0 15 0 416173561 11107311616 63619 33554432000 4194304 4196468 140720845864640 140519835143184 140520263206613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26685440 140720845871856 140720845874373 140720845874373 140720845877199 0
[pid=25843/tid=25900] ppid=25840 vsize=10846984 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/25843/task/25900/stat : 25900 (java) S 25840 25843 22378 0 -1 1077944384 50 13001 0 0 3 0 6 2 20 0 15 0 416173561 11107311616 63619 33554432000 4194304 4196468 140720845864640 140519834090640 140520263206613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26685440 140720845871856 140720845874373 140720845874373 140720845877199 0
[pid=25843/tid=25901] ppid=25840 vsize=10846984 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/25843/task/25901/stat : 25901 (java) S 25840 25843 22378 0 -1 1077944384 1495 13001 0 0 3 0 6 2 20 0 15 0 416173563 11107311616 63619 33554432000 4194304 4196468 140720845864640 140519789836272 140520263207554 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26685440 140720845871856 140720845874373 140720845874373 140720845877199 0
[pid=25843/tid=25902] ppid=25840 vsize=10846984 memory=280899316897504 CPUtime=0.08 cores=1,3,5,7
/proc/25843/task/25902/stat : 25902 (java) S 25840 25843 22378 0 -1 1077944384 13 13001 0 0 0 0 6 2 20 0 15 0 416173563 11107311616 63619 33554432000 4194304 4196468 140720845864640 140519183213536 140520263206613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26685440 140720845871856 140720845874373 140720845874373 140720845877199 0
[pid=25843/tid=25903] ppid=25840 vsize=10846984 memory=1060 CPUtime=0.08 cores=1,3,5,7
/proc/25843/task/25903/stat : 25903 (java) S 25840 25843 22378 0 -1 1077944384 2 13001 0 0 0 0 6 2 20 0 15 0 416173563 11107311616 63619 33554432000 4194304 4196468 140720845864640 140519048995840 140520263206613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26685440 140720845871856 140720845874373 140720845874373 140720845877199 0
[pid=25843/tid=25904] ppid=25840 vsize=10846984 memory=1548 CPUtime=0.08 cores=1,3,5,7
/proc/25843/task/25904/stat : 25904 (java) S 25840 25843 22378 0 -1 1077944384 3 13001 0 0 0 0 6 2 20 0 15 0 416173566 11107311616 63619 33554432000 4194304 4196468 140720845864640 140518808705232 140520263215003 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26685440 140720845871856 140720845874373 140720845874373 140720845877199 0
[pid=25843/tid=25905] ppid=25840 vsize=10846984 memory=8560 CPUtime=1.3 cores=1,3,5,7
/proc/25843/task/25905/stat : 25905 (java) R 25840 25843 22378 0 -1 4202560 4618 13001 0 0 121 1 6 2 20 0 15 0 416173566 11107311616 63619 33554432000 4194304 4196468 140720845864640 140519788783216 140520243045144 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 26685440 140720845871856 140720845874373 140720845874373 140720845877199 0
[pid=25843/tid=25906] ppid=25840 vsize=10846984 memory=1668 CPUtime=1.28 cores=1,3,5,7
/proc/25843/task/25906/stat : 25906 (java) R 25840 25843 22378 0 -1 4202560 4556 13001 0 0 119 1 6 2 20 0 15 0 416173566 11107311616 63619 33554432000 4194304 4196468 140720845864640 140519263937176 140520247102412 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26685440 140720845871856 140720845874373 140720845874373 140720845877199 0
[pid=25843/tid=25907] ppid=25840 vsize=10846984 memory=1112 CPUtime=1.33 cores=1,3,5,7
/proc/25843/task/25907/stat : 25907 (java) S 25840 25843 22378 0 -1 1077944384 4622 13001 0 0 124 1 6 2 20 0 15 0 416173566 11107311616 63619 33554432000 4194304 4196468 140720845864640 140519262903024 140520263207554 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26685440 140720845871856 140720845874373 140720845874373 140720845877199 0
[pid=25843/tid=25908] ppid=25840 vsize=10846984 memory=1004 CPUtime=0.08 cores=1,3,5,7
/proc/25843/task/25908/stat : 25908 (java) S 25840 25843 22378 0 -1 1077944384 3 13001 0 0 0 0 6 2 20 0 15 0 416173566 11107311616 63619 33554432000 4194304 4196468 140720845864640 140518775147616 140520263206613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26685440 140720845871856 140720845874373 140720845874373 140720845877199 0
[pid=25843/tid=25909] ppid=25840 vsize=10846984 memory=5948 CPUtime=0.08 cores=1,3,5,7
/proc/25843/task/25909/stat : 25909 (java) S 25840 25843 22378 0 -1 1077944384 5 13001 0 0 0 0 6 2 20 0 15 0 416173567 11107311616 63619 33554432000 4194304 4196468 140720845864640 140519261849904 140520263207554 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26685440 140720845871856 140720845874373 140720845874373 140720845877199 0
Current children cumulated CPU time: 6.88 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 254476 KiB

[startup+4.03747 s]
# the end of solver process 25843 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=9.70418 s, system=0.225646 s

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

[startup+3.20133 s]
/proc/loadavg: 1.56 1.50 1.45 5/227 25909
/proc/meminfo: memFree=30626448/32770624 swapFree=66996932/67108860
[pid=25843] ppid=25840 vsize=10846984 memory=256548 CPUtime=7.18 cores=1,3,5,7
/proc/25843/stat : 25843 (java) S 25840 25843 22378 0 -1 1077944320 39473 13001 0 0 695 15 6 2 20 0 15 0 416173551 11107311616 64137 33554432000 4194304 4196468 140720845864640 140720845847184 140520263196407 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 26685440 140720845871856 140720845874373 140720845874373 140720845877199 0
/proc/25843/statm: 2711746 64137 3596 1 0 2673805 0
[pid=25843/tid=25896] ppid=25840 vsize=10846984 memory=7667216116370391140 CPUtime=3.07 cores=1,3,5,7
/proc/25843/task/25896/stat : 25896 (java) R 25840 25843 22378 0 -1 4202560 21102 13001 0 0 291 8 6 2 20 0 15 0 416173560 11107311616 64137 33554432000 4194304 4196468 140720845864640 140520235021544 140519866711390 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26685440 140720845871856 140720845874373 140720845874373 140720845877199 0
[pid=25843/tid=25897] ppid=25840 vsize=10846984 memory=7301585593328101228 CPUtime=0.11 cores=1,3,5,7
/proc/25843/task/25897/stat : 25897 (java) S 25840 25843 22378 0 -1 1077944384 85 13001 0 0 3 0 6 2 20 0 15 0 416173561 11107311616 64137 33554432000 4194304 4196468 140720845864640 140520267438864 140520263206613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26685440 140720845871856 140720845874373 140720845874373 140720845877199 0
[pid=25843/tid=25898] ppid=25840 vsize=10846984 memory=7301585593328101228 CPUtime=0.11 cores=1,3,5,7
/proc/25843/task/25898/stat : 25898 (java) S 25840 25843 22378 0 -1 1077944384 343 13001 0 0 3 0 6 2 20 0 15 0 416173561 11107311616 64137 33554432000 4194304 4196468 140720845864640 140519836195728 140520263206613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26685440 140720845871856 140720845874373 140720845874373 140720845877199 0
[pid=25843/tid=25899] ppid=25840 vsize=10846984 memory=245064 CPUtime=0.11 cores=1,3,5,7
/proc/25843/task/25899/stat : 25899 (java) S 25840 25843 22378 0 -1 1077944384 59 13001 0 0 3 0 6 2 20 0 15 0 416173561 11107311616 64137 33554432000 4194304 4196468 140720845864640 140519835143184 140520263206613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26685440 140720845871856 140720845874373 140720845874373 140720845877199 0
[pid=25843/tid=25900] ppid=25840 vsize=10846984 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/25843/task/25900/stat : 25900 (java) S 25840 25843 22378 0 -1 1077944384 50 13001 0 0 3 0 6 2 20 0 15 0 416173561 11107311616 64137 33554432000 4194304 4196468 140720845864640 140519834090640 140520263206613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26685440 140720845871856 140720845874373 140720845874373 140720845877199 0
[pid=25843/tid=25901] ppid=25840 vsize=10846984 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/25843/task/25901/stat : 25901 (java) S 25840 25843 22378 0 -1 1077944384 1495 13001 0 0 3 0 6 2 20 0 15 0 416173563 11107311616 64137 33554432000 4194304 4196468 140720845864640 140519789836272 140520263207554 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26685440 140720845871856 140720845874373 140720845874373 140720845877199 0
[pid=25843/tid=25902] ppid=25840 vsize=10846984 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25843/task/25902/stat : 25902 (java) S 25840 25843 22378 0 -1 1077944384 13 13001 0 0 0 0 6 2 20 0 15 0 416173563 11107311616 64137 33554432000 4194304 4196468 140720845864640 140519183213536 140520263206613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26685440 140720845871856 140720845874373 140720845874373 140720845877199 0
[pid=25843/tid=25903] ppid=25840 vsize=10846984 memory=113172321143530 CPUtime=0.08 cores=1,3,5,7
/proc/25843/task/25903/stat : 25903 (java) S 25840 25843 22378 0 -1 1077944384 2 13001 0 0 0 0 6 2 20 0 15 0 416173563 11107311616 64137 33554432000 4194304 4196468 140720845864640 140519048995840 140520263206613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26685440 140720845871856 140720845874373 140720845874373 140720845877199 0
[pid=25843/tid=25904] ppid=25840 vsize=10846984 memory=11502493177 CPUtime=0.08 cores=1,3,5,7
/proc/25843/task/25904/stat : 25904 (java) S 25840 25843 22378 0 -1 1077944384 3 13001 0 0 0 0 6 2 20 0 15 0 416173566 11107311616 64137 33554432000 4194304 4196468 140720845864640 140518808705232 140520263215003 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26685440 140720845871856 140720845874373 140720845874373 140720845877199 0
[pid=25843/tid=25905] ppid=25840 vsize=10846984 memory=7662176852468149910 CPUtime=1.39 cores=1,3,5,7
/proc/25843/task/25905/stat : 25905 (java) R 25840 25843 22378 0 -1 4202560 4628 13001 0 0 130 1 6 2 20 0 15 0 416173566 11107311616 64137 33554432000 4194304 4196468 140720845864640 140519788770208 140520247595951 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 26685440 140720845871856 140720845874373 140720845874373 140720845877199 0
[pid=25843/tid=25906] ppid=25840 vsize=10846984 memory=7446250442878768737 CPUtime=1.37 cores=1,3,5,7
/proc/25843/task/25906/stat : 25906 (java) R 25840 25843 22378 0 -1 4202560 4802 13001 0 0 128 1 6 2 20 0 15 0 416173566 11107311616 64137 33554432000 4194304 4196468 140720845864640 140519263937176 140520244740641 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26685440 140720845871856 140720845874373 140720845874373 140720845877199 0
[pid=25843/tid=25907] ppid=25840 vsize=10846984 memory=6082221696405105766 CPUtime=1.36 cores=1,3,5,7
/proc/25843/task/25907/stat : 25907 (java) S 25840 25843 22378 0 -1 1077944384 4677 13001 0 0 127 1 6 2 20 0 15 0 416173566 11107311616 64137 33554432000 4194304 4196468 140720845864640 140519262903024 140520263207554 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26685440 140720845871856 140720845874373 140720845874373 140720845877199 0
[pid=25843/tid=25908] ppid=25840 vsize=10846984 memory=7956005031678667109 CPUtime=0.08 cores=1,3,5,7
/proc/25843/task/25908/stat : 25908 (java) S 25840 25843 22378 0 -1 1077944384 3 13001 0 0 0 0 6 2 20 0 15 0 416173566 11107311616 64137 33554432000 4194304 4196468 140720845864640 140518775147616 140520263206613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26685440 140720845871856 140720845874373 140720845874373 140720845877199 0
[pid=25843/tid=25909] ppid=25840 vsize=10846984 memory=7373639871768323948 CPUtime=0.08 cores=1,3,5,7
/proc/25843/task/25909/stat : 25909 (java) S 25840 25843 22378 0 -1 1077944384 5 13001 0 0 0 0 6 2 20 0 15 0 416173567 11107311616 64137 33554432000 4194304 4196468 140720845864640 140519261849904 140520263207554 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26685440 140720845871856 140720845874373 140720845874373 140720845877199 0
Current children cumulated CPU time: 7.18 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 256548 KiB

[startup+3.60124 s]
/proc/loadavg: 1.56 1.50 1.45 5/227 25909
/proc/meminfo: memFree=30626448/32770624 swapFree=66996932/67108860
[pid=25843] ppid=25840 vsize=10849044 memory=275812 CPUtime=8.51 cores=1,3,5,7
/proc/25843/stat : 25843 (java) S 25840 25843 22378 0 -1 1077944320 52638 13001 0 0 826 17 6 2 20 0 15 0 416173551 11109421056 68953 33554432000 4194304 4196468 140720845864640 140720845847184 140520263196407 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 26685440 140720845871856 140720845874373 140720845874373 140720845877199 0
/proc/25843/statm: 2712261 68953 3603 1 0 2674317 0
[pid=25843/tid=25896] ppid=25840 vsize=10849044 memory=3977582497998569504 CPUtime=3.47 cores=1,3,5,7
/proc/25843/task/25896/stat : 25896 (java) R 25840 25843 22378 0 -1 4202560 25128 13001 0 0 330 9 6 2 20 0 15 0 416173560 11109421056 68953 33554432000 4194304 4196468 140720845864640 140520235030416 140519879921584 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26685440 140720845871856 140720845874373 140720845874373 140720845877199 0
[pid=25843/tid=25897] ppid=25840 vsize=10849044 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/25843/task/25897/stat : 25897 (java) S 25840 25843 22378 0 -1 1077944384 85 13001 0 0 3 0 6 2 20 0 15 0 416173561 11109421056 68953 33554432000 4194304 4196468 140720845864640 140520267438864 140520263206613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26685440 140720845871856 140720845874373 140720845874373 140720845877199 0
[pid=25843/tid=25898] ppid=25840 vsize=10849044 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/25843/task/25898/stat : 25898 (java) S 25840 25843 22378 0 -1 1077944384 343 13001 0 0 3 0 6 2 20 0 15 0 416173561 11109421056 68953 33554432000 4194304 4196468 140720845864640 140519836195728 140520263206613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26685440 140720845871856 140720845874373 140720845874373 140720845877199 0
[pid=25843/tid=25899] ppid=25840 vsize=10849044 memory=7236229500900889449 CPUtime=0.11 cores=1,3,5,7
/proc/25843/task/25899/stat : 25899 (java) S 25840 25843 22378 0 -1 1077944384 59 13001 0 0 3 0 6 2 20 0 15 0 416173561 11109421056 68953 33554432000 4194304 4196468 140720845864640 140519835143184 140520263206613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26685440 140720845871856 140720845874373 140720845874373 140720845877199 0
[pid=25843/tid=25900] ppid=25840 vsize=10849044 memory=6225489161015551588 CPUtime=0.11 cores=1,3,5,7
/proc/25843/task/25900/stat : 25900 (java) S 25840 25843 22378 0 -1 1077944384 50 13001 0 0 3 0 6 2 20 0 15 0 416173561 11109421056 68953 33554432000 4194304 4196468 140720845864640 140519834090640 140520263206613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26685440 140720845871856 140720845874373 140720845874373 140720845877199 0
[pid=25843/tid=25901] ppid=25840 vsize=10849044 memory=7446250442878768737 CPUtime=0.11 cores=1,3,5,7
/proc/25843/task/25901/stat : 25901 (java) S 25840 25843 22378 0 -1 1077944384 3012 13001 0 0 3 0 6 2 20 0 15 0 416173563 11109421056 68953 33554432000 4194304 4196468 140720845864640 140519789836272 140520263207554 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26685440 140720845871856 140720845874373 140720845874373 140720845877199 0
[pid=25843/tid=25902] ppid=25840 vsize=10849044 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25843/task/25902/stat : 25902 (java) S 25840 25843 22378 0 -1 1077944384 13 13001 0 0 0 0 6 2 20 0 15 0 416173563 11109421056 68953 33554432000 4194304 4196468 140720845864640 140519183213536 140520263206613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26685440 140720845871856 140720845874373 140720845874373 140720845877199 0
[pid=25843/tid=25903] ppid=25840 vsize=10849044 memory=251685016569626 CPUtime=0.08 cores=1,3,5,7
/proc/25843/task/25903/stat : 25903 (java) S 25840 25843 22378 0 -1 1077944384 2 13001 0 0 0 0 6 2 20 0 15 0 416173563 11109421056 68953 33554432000 4194304 4196468 140720845864640 140519048995840 140520263206613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26685440 140720845871856 140720845874373 140720845874373 140720845877199 0
[pid=25843/tid=25904] ppid=25840 vsize=10849044 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25843/task/25904/stat : 25904 (java) S 25840 25843 22378 0 -1 1077944384 3 13001 0 0 0 0 6 2 20 0 15 0 416173566 11109421056 68953 33554432000 4194304 4196468 140720845864640 140518808705232 140520263215003 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26685440 140720845871856 140720845874373 140720845874373 140720845877199 0
[pid=25843/tid=25905] ppid=25840 vsize=10849044 memory=0 CPUtime=1.76 cores=1,3,5,7
/proc/25843/task/25905/stat : 25905 (java) R 25840 25843 22378 0 -1 1077944384 5197 13001 0 0 167 1 6 2 20 0 15 0 416173566 11109421056 68953 33554432000 4194304 4196468 140720845864640 140519788770896 140520263206613 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 26685440 140720845871856 140720845874373 140720845874373 140720845877199 0
[pid=25843/tid=25906] ppid=25840 vsize=10849044 memory=0 CPUtime=1.76 cores=1,3,5,7
/proc/25843/task/25906/stat : 25906 (java) R 25840 25843 22378 0 -1 4202560 10738 13001 0 0 167 1 6 2 20 0 15 0 416173566 11109421056 68953 33554432000 4194304 4196468 140720845864640 140519263941592 140520244716115 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26685440 140720845871856 140720845874373 140720845874373 140720845877199 0
[pid=25843/tid=25907] ppid=25840 vsize=10849044 memory=56 CPUtime=1.53 cores=1,3,5,7
/proc/25843/task/25907/stat : 25907 (java) S 25840 25843 22378 0 -1 1077944384 5786 13001 0 0 143 2 6 2 20 0 15 0 416173566 11109421056 68953 33554432000 4194304 4196468 140720845864640 140519262903024 140520263207554 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26685440 140720845871856 140720845874373 140720845874373 140720845877199 0
[pid=25843/tid=25908] ppid=25840 vsize=10849044 memory=-2897801490638248215 CPUtime=0.08 cores=1,3,5,7
/proc/25843/task/25908/stat : 25908 (java) S 25840 25843 22378 0 -1 1077944384 3 13001 0 0 0 0 6 2 20 0 15 0 416173566 11109421056 68953 33554432000 4194304 4196468 140720845864640 140518775147616 140520263206613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26685440 140720845871856 140720845874373 140720845874373 140720845877199 0
[pid=25843/tid=25909] ppid=25840 vsize=10849044 memory=4137290303932963203 CPUtime=0.08 cores=1,3,5,7
/proc/25843/task/25909/stat : 25909 (java) S 25840 25843 22378 0 -1 1077944384 13 13001 0 0 0 0 6 2 20 0 15 0 416173567 11109421056 68953 33554432000 4194304 4196468 140720845864640 140519261849904 140520263207554 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26685440 140720845871856 140720845874373 140720845874373 140720845877199 0
Current children cumulated CPU time: 8.51 s
Current children cumulated vsize: 10849044 KiB
Current children cumulated memory: 275812 KiB

[startup+4.00286 s]*
/proc/loadavg: 1.56 1.50 1.45 5/227 25909
/proc/meminfo: memFree=30563864/32770624 swapFree=66996932/67108860
[pid=25843] ppid=25840 vsize=10849044 memory=313368 CPUtime=9.88 cores=1,3,5,7
/proc/25843/stat : 25843 (java) S 25840 25843 22378 0 -1 1077944320 53757 13001 0 0 962 18 6 2 20 0 15 0 416173551 11109421056 78342 33554432000 4194304 4196468 140720845864640 140720845847184 140520263196407 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 26685440 140720845871856 140720845874373 140720845874373 140720845877199 0
/proc/25843/statm: 2712261 78342 3604 1 0 2674317 0
[pid=25843/tid=25896] ppid=25840 vsize=10849044 memory=8317482817917895235 CPUtime=3.88 cores=1,3,5,7
/proc/25843/task/25896/stat : 25896 (java) R 25840 25843 22378 0 -1 4202560 25386 13001 0 0 370 10 6 2 20 0 15 0 416173560 11109421056 78342 33554432000 4194304 4196468 140720845864640 140520235030112 140519867016667 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26685440 140720845871856 140720845874373 140720845874373 140720845877199 0
[pid=25843/tid=25897] ppid=25840 vsize=10849044 memory=500 CPUtime=0.11 cores=1,3,5,7
/proc/25843/task/25897/stat : 25897 (java) S 25840 25843 22378 0 -1 1077944384 85 13001 0 0 3 0 6 2 20 0 15 0 416173561 11109421056 78342 33554432000 4194304 4196468 140720845864640 140520267438864 140520263206613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26685440 140720845871856 140720845874373 140720845874373 140720845877199 0
[pid=25843/tid=25898] ppid=25840 vsize=10849044 memory=2241 CPUtime=0.11 cores=1,3,5,7
/proc/25843/task/25898/stat : 25898 (java) S 25840 25843 22378 0 -1 1077944384 343 13001 0 0 3 0 6 2 20 0 15 0 416173561 11109421056 78342 33554432000 4194304 4196468 140720845864640 140519836195728 140520263206613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26685440 140720845871856 140720845874373 140720845874373 140720845877199 0
[pid=25843/tid=25899] ppid=25840 vsize=10849044 memory=2244 CPUtime=0.11 cores=1,3,5,7
/proc/25843/task/25899/stat : 25899 (java) S 25840 25843 22378 0 -1 1077944384 59 13001 0 0 3 0 6 2 20 0 15 0 416173561 11109421056 78342 33554432000 4194304 4196468 140720845864640 140519835143184 140520263206613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26685440 140720845871856 140720845874373 140720845874373 140720845877199 0
[pid=25843/tid=25900] ppid=25840 vsize=10849044 memory=-2317720213663851332 CPUtime=0.11 cores=1,3,5,7
/proc/25843/task/25900/stat : 25900 (java) S 25840 25843 22378 0 -1 1077944384 50 13001 0 0 3 0 6 2 20 0 15 0 416173561 11109421056 78342 33554432000 4194304 4196468 140720845864640 140519834090640 140520263206613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26685440 140720845871856 140720845874373 140720845874373 140720845877199 0
[pid=25843/tid=25901] ppid=25840 vsize=10849044 memory=6943526294502006880 CPUtime=0.11 cores=1,3,5,7
/proc/25843/task/25901/stat : 25901 (java) S 25840 25843 22378 0 -1 1077944384 3013 13001 0 0 3 0 6 2 20 0 15 0 416173563 11109421056 78342 33554432000 4194304 4196468 140720845864640 140519789836272 140520263207554 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26685440 140720845871856 140720845874373 140720845874373 140720845877199 0
[pid=25843/tid=25902] ppid=25840 vsize=10849044 memory=6944656575208382560 CPUtime=0.08 cores=1,3,5,7
/proc/25843/task/25902/stat : 25902 (java) S 25840 25843 22378 0 -1 1077944384 13 13001 0 0 0 0 6 2 20 0 15 0 416173563 11109421056 78854 33554432000 4194304 4196468 140720845864640 140519183213536 140520263206613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26685440 140720845871856 140720845874373 140720845874373 140720845877199 0
[pid=25843/tid=25903] ppid=25840 vsize=10849044 memory=6944652027076318631 CPUtime=0.08 cores=1,3,5,7
/proc/25843/task/25903/stat : 25903 (java) S 25840 25843 22378 0 -1 1077944384 2 13001 0 0 0 0 6 2 20 0 15 0 416173563 11109421056 78854 33554432000 4194304 4196468 140720845864640 140519048995840 140520263206613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26685440 140720845871856 140720845874373 140720845874373 140720845877199 0
[pid=25843/tid=25904] ppid=25840 vsize=10849044 memory=7445127905544262512 CPUtime=0.08 cores=1,3,5,7
/proc/25843/task/25904/stat : 25904 (java) S 25840 25843 22378 0 -1 1077944384 3 13001 0 0 0 0 6 2 20 0 15 0 416173566 11109421056 78854 33554432000 4194304 4196468 140720845864640 140518808705232 140520263215003 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26685440 140720845871856 140720845874373 140720845874373 140720845877199 0
[pid=25843/tid=25905] ppid=25840 vsize=10849044 memory=6944656626178237591 CPUtime=2.16 cores=1,3,5,7
/proc/25843/task/25905/stat : 25905 (java) R 25840 25843 22378 0 -1 4202560 5379 13001 0 0 207 1 6 2 20 0 15 0 416173566 11109421056 78854 33554432000 4194304 4196468 140720845864640 140519788771792 140520244513644 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26685440 140720845871856 140720845874373 140720845874373 140720845877199 0
[pid=25843/tid=25906] ppid=25840 vsize=10849044 memory=-9001734043636558696 CPUtime=2.17 cores=1,3,5,7
/proc/25843/task/25906/stat : 25906 (java) R 25840 25843 22378 0 -1 4202560 11022 13001 0 0 208 1 6 2 20 0 15 0 416173566 11109421056 78854 33554432000 4194304 4196468 140720845864640 140519263931552 140520244382323 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26685440 140720845871856 140720845874373 140720845874373 140720845877199 0
[pid=25843/tid=25907] ppid=25840 vsize=10849044 memory=0 CPUtime=1.66 cores=1,3,5,7
/proc/25843/task/25907/stat : 25907 (java) R 25840 25843 22378 0 -1 1077944384 6180 13001 0 0 156 2 6 2 20 0 15 0 416173566 11109421056 78854 33554432000 4194304 4196468 140720845864640 140519262903024 140520263207554 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26685440 140720845871856 140720845874373 140720845874373 140720845877199 0
[pid=25843/tid=25908] ppid=25840 vsize=10849044 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25843/task/25908/stat : 25908 (java) S 25840 25843 22378 0 -1 1077944384 3 13001 0 0 0 0 6 2 20 0 15 0 416173566 11109421056 78854 33554432000 4194304 4196468 140720845864640 140518775147616 140520263206613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26685440 140720845871856 140720845874373 140720845874373 140720845877199 0
[pid=25843/tid=25909] ppid=25840 vsize=10849044 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25843/task/25909/stat : 25909 (java) R 25840 25843 22378 0 -1 1077944384 13 13001 0 0 0 0 6 2 20 0 15 0 416173567 11109421056 78854 33554432000 4194304 4196468 140720845864640 140519261849904 140520263207554 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 26685440 140720845871856 140720845874373 140720845874373 140720845877199 0
Current children cumulated CPU time: 9.88 s
Current children cumulated vsize: 10849044 KiB
Current children cumulated memory: 313368 KiB

Child status: 0
Real time (s): 4.03752
CPU time (s): 9.92982
CPU user time (s): 9.70418
CPU system time (s): 0.225646
CPU usage (%): 245.939
Max. virtual memory (cumulated for all children) (KiB): 10851864
Max. memory (cumulated for all children) (KiB): 313368

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9.70418
system time used= 0.225646
maximum resident set size= 319576
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 66878
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= 5993
involuntary context switches= 50


# summary of solver processes directly reported to runsolver:
#   pid: 25843
#   total CPU time (s): 9.92982
#   total CPU user time (s): 9.70418
#   total CPU system time (s): 0.225646

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.06178 second user time and 0.071673 second system time

The end

Launcher Data

Begin job on node103 at 2019-09-13 20:25:46
IDJOB=4396479
IDBENCH=126831
IDSOLVER=2847
FILE ID=node103/4396479-1568399205
RUNJOBID= node103-1568393993-23928
PBS_JOBID= 21701854
Free space on /tmp= 61684 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/Tpp/Tpp-zinc-s1/Tpp-4-3-20-1.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4396479-1568399205/watcher-4396479-1568399205 -o /tmp/evaluation-result-4396479-1568399205/solver-4396479-1568399205 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node103-1568393993-23928 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=129535842 HOME/instance-4396479-1568399205.xml

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

MD5SUM BENCH= 442eed38f7ecd1daccab0a66e5b4cbca
RANDOM SEED=129535842

node103.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.74
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.74
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.74
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.74
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:        30863668 kB
MemAvailable:   31128688 kB
Buffers:           66460 kB
Cached:           482680 kB
SwapCached:         9140 kB
Active:          1204776 kB
Inactive:         117488 kB
Active(anon):     767708 kB
Inactive(anon):    46792 kB
Active(file):     437068 kB
Inactive(file):    70696 kB
Unevictable:      111360 kB
Mlocked:          111360 kB
SwapTotal:      67108860 kB
SwapFree:       66996932 kB
Dirty:             35748 kB
Writeback:             0 kB
AnonPages:        897684 kB
Mapped:            57792 kB
Shmem:             32620 kB
Slab:             175696 kB
SReclaimable:     146180 kB
SUnreclaim:        29516 kB
KernelStack:        3984 kB
PageTables:         7392 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1981352 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    770048 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= 61648 MiB
End job on node103 at 2019-09-13 20:25:50