Trace number 4302717

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.2-SuperNGOPT47 8.36212 4.32248

General information on the benchmark

NameRcpsp/
Rcpsp-j30-01-03_c18.xml
MD5SUM8a13baf19e90b4c1b4d6531a9d16222f
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark47
Best CPU time to get the best result obtained on this benchmark1.33774
Satisfiable
(Un)Satisfiability was proved
Number of variables32
Number of constraints52
Number of domains2
Minimum domain size1
Maximum domain size141
Distribution of domain sizes[{"size":1,"count":1},{"size":141,"count":31}]
Minimum variable degree3
Maximum variable degree5
Distribution of variable degrees[{"degree":3,"count":11},{"degree":4,"count":11},{"degree":5,"count":10}]
Minimum constraint arity2
Maximum constraint arity8
Distribution of constraint arities[{"arity":2,"count":48},{"arity":6,"count":1},{"arity":8,"count":3}]
Number of extensional constraints0
Number of intensional constraints48
Distribution of constraint types[{"type":"intension","count":48},{"type":"cumulative","count":4}]
Optimization problemYES
Type of objectivemin VAR

Quality of the solution as a function of time


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

Solver Data

1.00/0.74	c Concrete v3.9.2.1532736233296 running
7.81/4.17	o 60
7.81/4.19	o 58
8.10/4.21	o 49
8.10/4.23	o 47
8.10/4.24	v <instantiation cost="47">
8.10/4.24	v       <list>
8.10/4.24	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] s[15] s[16] s[17] s[18] s[19] s[20] s[21] s[22] s[23] s[24] s[25] s[26] s[27] s[28] s[29] s[30] s[31]
8.10/4.24	v       </list>
8.10/4.24	v       <values>
8.10/4.24	v         0 22 5 0 10 6 1 5 5 17 13 5 6 25 13 28 21 12 33 1 27 36 27 23 38 44 27 28 45 45 38 47
8.10/4.24	v       </values>
8.10/4.24	v     </instantiation>
8.10/4.24	s OPTIMUM FOUND

Verifier Data

OK	47

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4302717-1532897801/watcher-4302717-1532897801 -o /tmp/evaluation-result-4302717-1532897801/solver-4302717-1532897801 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node136-1532893975-22777 --watchdog 312 bin/xcsp-3-concrete -J-Xss64M -randomseed=1456044763 -superng HOME/instance-4302717-1532897801.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=29040, runsolver pid=29037

[startup+0.10009 s]*
/proc/loadavg: 1.67 1.65 1.75 3/206 29097
/proc/meminfo: memFree=27266056/32770624 swapFree=67108860/67108860
[pid=29040] ppid=29037 vsize=10005480 memory=16816 CPUtime=0.09 cores=1,3,5,7
/proc/29040/stat : 29040 (java) S 29037 29040 13514 0 -1 1077944320 4380 13175 0 0 1 0 5 3 20 0 6 0 107343241 10245611520 4204 33554432000 4194304 4196468 140737127415520 140737127398064 140699995758327 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 26173440 140737127422568 140737127425377 140737127425377 140737127428047 0
/proc/29040/statm: 2501370 4204 1935 1 0 2489808 0
[pid=29040/tid=29093] ppid=29037 vsize=10005480 memory=4279135704013571469 CPUtime=0.09 cores=1,3,5,7
/proc/29040/task/29093/stat : 29093 (java) R 29037 29040 13514 0 -1 4202560 2192 13175 0 0 1 0 5 3 20 0 6 0 107343250 10245611520 4204 33554432000 4194304 4196468 140737127415520 140699967595088 140699979838814 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26173440 140737127422568 140737127425377 140737127425377 140737127428047 0
[pid=29040/tid=29094] ppid=29037 vsize=10005480 memory=8257237230052613020 CPUtime=0.08 cores=1,3,5,7
/proc/29040/task/29094/stat : 29094 (java) S 29037 29040 13514 0 -1 1077944384 1 13175 0 0 0 0 5 3 20 0 6 0 107343251 10245611520 4270 33554432000 4194304 4196468 140737127415520 140700000001168 140699995768533 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26173440 140737127422568 140737127425377 140737127425377 140737127428047 0
[pid=29040/tid=29095] ppid=29037 vsize=10005480 memory=140322102138496 CPUtime=0.08 cores=1,3,5,7
/proc/29040/task/29095/stat : 29095 (java) S 29037 29040 13514 0 -1 1077944384 1 13175 0 0 0 0 5 3 20 0 6 0 107343251 10245611520 4270 33554432000 4194304 4196468 140737127415520 140699854720016 140699995768533 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26173440 140737127422568 140737127425377 140737127425377 140737127428047 0
[pid=29040/tid=29096] ppid=29037 vsize=10005480 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/29040/task/29096/stat : 29096 (java) S 29037 29040 13514 0 -1 1077944384 1 13175 0 0 0 0 5 3 20 0 6 0 107343251 10245611520 4270 33554432000 4194304 4196468 140737127415520 140699853667216 140699995768533 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26173440 140737127422568 140737127425377 140737127425377 140737127428047 0
[pid=29040/tid=29097] ppid=29037 vsize=10005480 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/29040/task/29097/stat : 29097 (java) S 29037 29040 13514 0 -1 1077944384 2 13175 0 0 0 0 5 3 20 0 6 0 107343251 10245611520 4270 33554432000 4194304 4196468 140737127415520 140699852614416 140699995768533 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26173440 140737127422568 140737127425377 140737127425377 140737127428047 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 16816 KiB

[startup+0.209908 s]*
/proc/loadavg: 1.67 1.65 1.75 3/215 29106
/proc/meminfo: memFree=27241288/32770624 swapFree=67108860/67108860
[pid=29040] ppid=29037 vsize=10982744 memory=45512 CPUtime=0.27 cores=1,3,5,7
/proc/29040/stat : 29040 (java) S 29037 29040 13514 0 -1 1077944320 8096 13175 0 0 17 2 5 3 20 0 15 0 107343241 11246329856 11378 33554432000 4194304 4196468 140737127415520 140737127398064 140699995758327 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 26173440 140737127422568 140737127425377 140737127425377 140737127428047 0
/proc/29040/statm: 2745686 11378 2953 1 0 2708109 0
[pid=29040/tid=29093] ppid=29037 vsize=10982744 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/29040/task/29093/stat : 29093 (java) R 29037 29040 13514 0 -1 4202560 4671 13175 0 0 10 1 5 3 20 0 15 0 107343250 11246329856 11378 33554432000 4194304 4196468 140737127415520 140699967554368 140699979838814 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26173440 140737127422568 140737127425377 140737127425377 140737127428047 0
[pid=29040/tid=29094] ppid=29037 vsize=10982744 memory=339 CPUtime=0.08 cores=1,3,5,7
/proc/29040/task/29094/stat : 29094 (java) S 29037 29040 13514 0 -1 1077944384 1 13175 0 0 0 0 5 3 20 0 15 0 107343251 11246329856 11378 33554432000 4194304 4196468 140737127415520 140700000001168 140699995768533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26173440 140737127422568 140737127425377 140737127425377 140737127428047 0
[pid=29040/tid=29095] ppid=29037 vsize=10982744 memory=3834170569093371552 CPUtime=0.08 cores=1,3,5,7
/proc/29040/task/29095/stat : 29095 (java) S 29037 29040 13514 0 -1 1077944384 1 13175 0 0 0 0 5 3 20 0 15 0 107343251 11246329856 11378 33554432000 4194304 4196468 140737127415520 140699854720016 140699995768533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26173440 140737127422568 140737127425377 140737127425377 140737127428047 0
[pid=29040/tid=29096] ppid=29037 vsize=10982744 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/29040/task/29096/stat : 29096 (java) S 29037 29040 13514 0 -1 1077944384 1 13175 0 0 0 0 5 3 20 0 15 0 107343251 11246329856 11378 33554432000 4194304 4196468 140737127415520 140699853667216 140699995768533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26173440 140737127422568 140737127425377 140737127425377 140737127428047 0
[pid=29040/tid=29097] ppid=29037 vsize=10982744 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/29040/task/29097/stat : 29097 (java) S 29037 29040 13514 0 -1 1077944384 2 13175 0 0 0 0 5 3 20 0 15 0 107343251 11246329856 11378 33554432000 4194304 4196468 140737127415520 140699852614416 140699995768533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26173440 140737127422568 140737127425377 140737127425377 140737127428047 0
[pid=29040/tid=29098] ppid=29037 vsize=10982744 memory=140322102138496 CPUtime=0.08 cores=1,3,5,7
/proc/29040/task/29098/stat : 29098 (java) S 29037 29040 13514 0 -1 1077944384 2 13175 0 0 0 0 5 3 20 0 15 0 107343252 11246329856 11378 33554432000 4194304 4196468 140737127415520 140698964703600 140699995769474 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26173440 140737127422568 140737127425377 140737127425377 140737127428047 0
[pid=29040/tid=29099] ppid=29037 vsize=10982744 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/29040/task/29099/stat : 29099 (java) S 29037 29040 13514 0 -1 1077944384 13 13175 0 0 0 0 5 3 20 0 15 0 107343253 11246329856 11378 33554432000 4194304 4196468 140737127415520 140698833642528 140699995768533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26173440 140737127422568 140737127425377 140737127425377 140737127428047 0
[pid=29040/tid=29100] ppid=29037 vsize=10982744 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/29040/task/29100/stat : 29100 (java) S 29037 29040 13514 0 -1 1077944384 1 13175 0 0 0 0 5 3 20 0 15 0 107343253 11246329856 11378 33554432000 4194304 4196468 140737127415520 140698632315760 140699995768533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26173440 140737127422568 140737127425377 140737127425377 140737127428047 0
[pid=29040/tid=29101] ppid=29037 vsize=10982744 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/29040/task/29101/stat : 29101 (java) S 29037 29040 13514 0 -1 1077944384 3 13175 0 0 0 0 5 3 20 0 15 0 107343255 11246329856 11378 33554432000 4194304 4196468 140737127415520 140698324916048 140699995776923 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26173440 140737127422568 140737127425377 140737127425377 140737127428047 0
[pid=29040/tid=29102] ppid=29037 vsize=10982744 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/29040/task/29102/stat : 29102 (java) S 29037 29040 13514 0 -1 1077944384 481 13175 0 0 1 0 5 3 20 0 15 0 107343255 11246329856 11378 33554432000 4194304 4196468 140737127415520 140698963651440 140699995769474 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26173440 140737127422568 140737127425377 140737127425377 140737127428047 0
[pid=29040/tid=29103] ppid=29037 vsize=10982744 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/29040/task/29103/stat : 29103 (java) S 29037 29040 13514 0 -1 1077944384 124 13175 0 0 0 0 5 3 20 0 15 0 107343255 11246329856 11378 33554432000 4194304 4196468 140737127415520 140698962598640 140699995769474 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26173440 140737127422568 140737127425377 140737127425377 140737127428047 0
[pid=29040/tid=29104] ppid=29037 vsize=10982744 memory=140322102138496 CPUtime=0.11 cores=1,3,5,7
/proc/29040/task/29104/stat : 29104 (java) R 29037 29040 13514 0 -1 4202560 606 13175 0 0 3 0 5 3 20 0 15 0 107343255 11246329856 11378 33554432000 4194304 4196468 140737127415520 140698961545840 140699974388964 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26173440 140737127422568 140737127425377 140737127425377 140737127428047 0
[pid=29040/tid=29105] ppid=29037 vsize=10982744 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/29040/task/29105/stat : 29105 (java) S 29037 29040 13514 0 -1 1077944384 3 13175 0 0 0 0 5 3 20 0 15 0 107343256 11246329856 11378 33554432000 4194304 4196468 140737127415520 140697894120160 140699995768533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26173440 140737127422568 140737127425377 140737127425377 140737127428047 0
[pid=29040/tid=29106] ppid=29037 vsize=10982744 memory=140322102138496 CPUtime=0.08 cores=1,3,5,7
/proc/29040/task/29106/stat : 29106 (java) S 29037 29040 13514 0 -1 1077944384 1 13175 0 0 0 0 5 3 20 0 15 0 107343256 11246329856 11378 33554432000 4194304 4196468 140737127415520 140698960493232 140699995769474 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26173440 140737127422568 140737127425377 140737127425377 140737127428047 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 45512 KiB

[startup+0.31012 s]*
/proc/loadavg: 1.67 1.65 1.75 3/215 29106
/proc/meminfo: memFree=27229620/32770624 swapFree=67108860/67108860
[pid=29040] ppid=29037 vsize=10983192 memory=56220 CPUtime=0.39 cores=1,3,5,7
/proc/29040/stat : 29040 (java) S 29037 29040 13514 0 -1 1077944320 10601 13175 0 0 28 3 5 3 20 0 15 0 107343241 11246788608 14055 33554432000 4194304 4196468 140737127415520 140737127398064 140699995758327 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 26173440 140737127422568 140737127425377 140737127425377 140737127428047 0
/proc/29040/statm: 2745798 14055 3072 1 0 2708109 0
[pid=29040/tid=29093] ppid=29037 vsize=10983192 memory=6791534058613427641 CPUtime=0.29 cores=1,3,5,7
/proc/29040/task/29093/stat : 29093 (java) R 29037 29040 13514 0 -1 4202560 7164 13175 0 0 19 2 5 3 20 0 15 0 107343250 11246788608 14055 33554432000 4194304 4196468 140737127415520 140699967570336 140699979151664 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26173440 140737127422568 140737127425377 140737127425377 140737127428047 0
[pid=29040/tid=29094] ppid=29037 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/29040/task/29094/stat : 29094 (java) S 29037 29040 13514 0 -1 1077944384 1 13175 0 0 0 0 5 3 20 0 15 0 107343251 11246788608 14055 33554432000 4194304 4196468 140737127415520 140700000001168 140699995768533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26173440 140737127422568 140737127425377 140737127425377 140737127428047 0
[pid=29040/tid=29095] ppid=29037 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/29040/task/29095/stat : 29095 (java) S 29037 29040 13514 0 -1 1077944384 1 13175 0 0 0 0 5 3 20 0 15 0 107343251 11246788608 14055 33554432000 4194304 4196468 140737127415520 140699854720016 140699995768533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26173440 140737127422568 140737127425377 140737127425377 140737127428047 0
[pid=29040/tid=29096] ppid=29037 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/29040/task/29096/stat : 29096 (java) S 29037 29040 13514 0 -1 1077944384 1 13175 0 0 0 0 5 3 20 0 15 0 107343251 11246788608 14055 33554432000 4194304 4196468 140737127415520 140699853667216 140699995768533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26173440 140737127422568 140737127425377 140737127425377 140737127428047 0
[pid=29040/tid=29097] ppid=29037 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/29040/task/29097/stat : 29097 (java) S 29037 29040 13514 0 -1 1077944384 2 13175 0 0 0 0 5 3 20 0 15 0 107343251 11246788608 14055 33554432000 4194304 4196468 140737127415520 140699852614416 140699995768533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26173440 140737127422568 140737127425377 140737127425377 140737127428047 0
[pid=29040/tid=29098] ppid=29037 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/29040/task/29098/stat : 29098 (java) S 29037 29040 13514 0 -1 1077944384 2 13175 0 0 0 0 5 3 20 0 15 0 107343252 11246788608 14055 33554432000 4194304 4196468 140737127415520 140698964703600 140699995769474 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26173440 140737127422568 140737127425377 140737127425377 140737127428047 0
[pid=29040/tid=29099] ppid=29037 vsize=10983192 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/29040/task/29099/stat : 29099 (java) S 29037 29040 13514 0 -1 1077944384 13 13175 0 0 0 0 5 3 20 0 15 0 107343253 11246788608 14055 33554432000 4194304 4196468 140737127415520 140698833642528 140699995768533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26173440 140737127422568 140737127425377 140737127425377 140737127428047 0
[pid=29040/tid=29100] ppid=29037 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/29040/task/29100/stat : 29100 (java) S 29037 29040 13514 0 -1 1077944384 1 13175 0 0 0 0 5 3 20 0 15 0 107343253 11246788608 14055 33554432000 4194304 4196468 140737127415520 140698632315760 140699995768533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26173440 140737127422568 140737127425377 140737127425377 140737127428047 0
[pid=29040/tid=29101] ppid=29037 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/29040/task/29101/stat : 29101 (java) S 29037 29040 13514 0 -1 1077944384 3 13175 0 0 0 0 5 3 20 0 15 0 107343255 11246788608 14055 33554432000 4194304 4196468 140737127415520 140698324916048 140699995776923 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26173440 140737127422568 140737127425377 140737127425377 140737127428047 0
[pid=29040/tid=29102] ppid=29037 vsize=10983192 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/29040/task/29102/stat : 29102 (java) S 29037 29040 13514 0 -1 1077944384 481 13175 0 0 2 0 5 3 20 0 15 0 107343255 11246788608 14055 33554432000 4194304 4196468 140737127415520 140698963651440 140699995769474 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26173440 140737127422568 140737127425377 140737127425377 140737127428047 0
[pid=29040/tid=29103] ppid=29037 vsize=10983192 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/29040/task/29103/stat : 29103 (java) S 29037 29040 13514 0 -1 1077944384 127 13175 0 0 1 0 5 3 20 0 15 0 107343255 11246788608 14055 33554432000 4194304 4196468 140737127415520 140698962598640 140699995769474 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26173440 140737127422568 140737127425377 140737127425377 140737127428047 0
[pid=29040/tid=29104] ppid=29037 vsize=10983192 memory=140322102138496 CPUtime=0.13 cores=1,3,5,7
/proc/29040/task/29104/stat : 29104 (java) S 29037 29040 13514 0 -1 1077944384 614 13175 0 0 5 0 5 3 20 0 15 0 107343255 11246788608 14055 33554432000 4194304 4196468 140737127415520 140698961545840 140699995769474 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26173440 140737127422568 140737127425377 140737127425377 140737127428047 0
[pid=29040/tid=29105] ppid=29037 vsize=10983192 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/29040/task/29105/stat : 29105 (java) S 29037 29040 13514 0 -1 1077944384 3 13175 0 0 0 0 5 3 20 0 15 0 107343256 11246788608 14055 33554432000 4194304 4196468 140737127415520 140697894120160 140699995768533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26173440 140737127422568 140737127425377 140737127425377 140737127428047 0
[pid=29040/tid=29106] ppid=29037 vsize=10983192 memory=140322102138496 CPUtime=0.08 cores=1,3,5,7
/proc/29040/task/29106/stat : 29106 (java) S 29037 29040 13514 0 -1 1077944384 1 13175 0 0 0 0 5 3 20 0 15 0 107343256 11246788608 14055 33554432000 4194304 4196468 140737127415520 140698960493232 140699995769474 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26173440 140737127422568 140737127425377 140737127425377 140737127428047 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 56220 KiB

[startup+0.700801 s]
/proc/loadavg: 1.67 1.65 1.75 3/215 29106
/proc/meminfo: memFree=27219320/32770624 swapFree=67108860/67108860
[pid=29040] ppid=29037 vsize=10983192 memory=88504 CPUtime=1 cores=1,3,5,7
/proc/29040/stat : 29040 (java) S 29037 29040 13514 0 -1 1077944320 16755 13175 0 0 88 4 5 3 20 0 15 0 107343241 11246788608 22126 33554432000 4194304 4196468 140737127415520 140737127398064 140699995758327 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 26173440 140737127422568 140737127425377 140737127425377 140737127428047 0
/proc/29040/statm: 2745798 22126 3238 1 0 2708109 0
[pid=29040/tid=29093] ppid=29037 vsize=10983192 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/29040/task/29093/stat : 29093 (java) R 29037 29040 13514 0 -1 4202560 12220 13175 0 0 56 2 5 3 20 0 15 0 107343250 11246788608 22126 33554432000 4194304 4196468 140737127415520 140699967579152 140699978945157 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26173440 140737127422568 140737127425377 140737127425377 140737127428047 0
[pid=29040/tid=29094] ppid=29037 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/29040/task/29094/stat : 29094 (java) S 29037 29040 13514 0 -1 1077944384 1 13175 0 0 0 0 5 3 20 0 15 0 107343251 11246788608 22126 33554432000 4194304 4196468 140737127415520 140700000001168 140699995768533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26173440 140737127422568 140737127425377 140737127425377 140737127428047 0
[pid=29040/tid=29095] ppid=29037 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/29040/task/29095/stat : 29095 (java) S 29037 29040 13514 0 -1 1077944384 1 13175 0 0 0 0 5 3 20 0 15 0 107343251 11246788608 22126 33554432000 4194304 4196468 140737127415520 140699854720016 140699995768533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26173440 140737127422568 140737127425377 140737127425377 140737127428047 0
[pid=29040/tid=29096] ppid=29037 vsize=10983192 memory=32804 CPUtime=0.08 cores=1,3,5,7
/proc/29040/task/29096/stat : 29096 (java) S 29037 29040 13514 0 -1 1077944384 1 13175 0 0 0 0 5 3 20 0 15 0 107343251 11246788608 22126 33554432000 4194304 4196468 140737127415520 140699853667216 140699995768533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26173440 140737127422568 140737127425377 140737127425377 140737127428047 0
[pid=29040/tid=29097] ppid=29037 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/29040/task/29097/stat : 29097 (java) S 29037 29040 13514 0 -1 1077944384 2 13175 0 0 0 0 5 3 20 0 15 0 107343251 11246788608 22126 33554432000 4194304 4196468 140737127415520 140699852614416 140699995768533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26173440 140737127422568 140737127425377 140737127425377 140737127428047 0
[pid=29040/tid=29098] ppid=29037 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/29040/task/29098/stat : 29098 (java) S 29037 29040 13514 0 -1 1077944384 5 13175 0 0 0 0 5 3 20 0 15 0 107343252 11246788608 22126 33554432000 4194304 4196468 140737127415520 140698964703600 140699995769474 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26173440 140737127422568 140737127425377 140737127425377 140737127428047 0
[pid=29040/tid=29099] ppid=29037 vsize=10983192 memory=140321950413488 CPUtime=0.08 cores=1,3,5,7
/proc/29040/task/29099/stat : 29099 (java) S 29037 29040 13514 0 -1 1077944384 13 13175 0 0 0 0 5 3 20 0 15 0 107343253 11246788608 22126 33554432000 4194304 4196468 140737127415520 140698833642528 140699995768533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26173440 140737127422568 140737127425377 140737127425377 140737127428047 0
[pid=29040/tid=29100] ppid=29037 vsize=10983192 memory=140325171495504 CPUtime=0.08 cores=1,3,5,7
/proc/29040/task/29100/stat : 29100 (java) S 29037 29040 13514 0 -1 1077944384 1 13175 0 0 0 0 5 3 20 0 15 0 107343253 11246788608 22126 33554432000 4194304 4196468 140737127415520 140698632315760 140699995768533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26173440 140737127422568 140737127425377 140737127425377 140737127428047 0
[pid=29040/tid=29101] ppid=29037 vsize=10983192 memory=1020 CPUtime=0.08 cores=1,3,5,7
/proc/29040/task/29101/stat : 29101 (java) S 29037 29040 13514 0 -1 1077944384 3 13175 0 0 0 0 5 3 20 0 15 0 107343255 11246788608 22126 33554432000 4194304 4196468 140737127415520 140698324916048 140699995776923 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26173440 140737127422568 140737127425377 140737127425377 140737127428047 0
[pid=29040/tid=29102] ppid=29037 vsize=10983192 memory=7089042195949315648 CPUtime=0.15 cores=1,3,5,7
/proc/29040/task/29102/stat : 29102 (java) S 29037 29040 13514 0 -1 1077944384 851 13175 0 0 7 0 5 3 20 0 15 0 107343255 11246788608 22126 33554432000 4194304 4196468 140737127415520 140698963651440 140699995769474 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26173440 140737127422568 140737127425377 140737127425377 140737127428047 0
[pid=29040/tid=29103] ppid=29037 vsize=10983192 memory=7881696724453321575 CPUtime=0.17 cores=1,3,5,7
/proc/29040/task/29103/stat : 29103 (java) S 29037 29040 13514 0 -1 1077944384 775 13175 0 0 9 0 5 3 20 0 15 0 107343255 11246788608 22126 33554432000 4194304 4196468 140737127415520 140698962598640 140699995769474 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26173440 140737127422568 140737127425377 140737127425377 140737127428047 0
[pid=29040/tid=29104] ppid=29037 vsize=10983192 memory=5789189752906409301 CPUtime=0.21 cores=1,3,5,7
/proc/29040/task/29104/stat : 29104 (java) S 29037 29040 13514 0 -1 1077944384 686 13175 0 0 13 0 5 3 20 0 15 0 107343255 11246788608 22126 33554432000 4194304 4196468 140737127415520 140698961545840 140699995769474 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26173440 140737127422568 140737127425377 140737127425377 140737127428047 0
[pid=29040/tid=29105] ppid=29037 vsize=10983192 memory=4140 CPUtime=0.08 cores=1,3,5,7
/proc/29040/task/29105/stat : 29105 (java) S 29037 29040 13514 0 -1 1077944384 3 13175 0 0 0 0 5 3 20 0 15 0 107343256 11246788608 22126 33554432000 4194304 4196468 140737127415520 140697894120160 140699995768533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26173440 140737127422568 140737127425377 140737127425377 140737127428047 0
[pid=29040/tid=29106] ppid=29037 vsize=10983192 memory=2241 CPUtime=0.08 cores=1,3,5,7
/proc/29040/task/29106/stat : 29106 (java) S 29037 29040 13514 0 -1 1077944384 1 13175 0 0 0 0 5 3 20 0 15 0 107343256 11246788608 22126 33554432000 4194304 4196468 140737127415520 140698960493232 140699995769474 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26173440 140737127422568 140737127425377 140737127425377 140737127428047 0
Current children cumulated CPU time: 1 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88504 KiB

[startup+1.50078 s]
/proc/loadavg: 1.67 1.65 1.75 2/215 29106
/proc/meminfo: memFree=27178984/32770624 swapFree=67108860/67108860
[pid=29040] ppid=29037 vsize=10993996 memory=120688 CPUtime=1.74 cores=1,3,5,7
/proc/29040/stat : 29040 (java) S 29037 29040 13514 0 -1 1077944320 20572 13175 0 0 159 7 5 3 20 0 15 0 107343241 11257851904 30172 33554432000 4194304 4196468 140737127415520 140737127398064 140699995758327 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 26173440 140737127422568 140737127425377 140737127425377 140737127428047 0
/proc/29040/statm: 2748499 30172 3438 1 0 2710157 0
[pid=29040/tid=29093] ppid=29037 vsize=10993996 memory=10757 CPUtime=1.09 cores=1,3,5,7
/proc/29040/task/29093/stat : 29093 (java) R 29037 29040 13514 0 -1 4202560 15361 13175 0 0 97 4 5 3 20 0 15 0 107343250 11257851904 30172 33554432000 4194304 4196468 140737127415520 140699967581728 140699995780253 0 4 0 16800975 0 0 0 -1 3 0 0 36 0 0 6293624 6294260 26173440 140737127422568 140737127425377 140737127425377 140737127428047 0
[pid=29040/tid=29094] ppid=29037 vsize=10993996 memory=6791534058613427641 CPUtime=0.08 cores=1,3,5,7
/proc/29040/task/29094/stat : 29094 (java) S 29037 29040 13514 0 -1 1077944384 1 13175 0 0 0 0 5 3 20 0 15 0 107343251 11257851904 30172 33554432000 4194304 4196468 140737127415520 140700000001168 140699995768533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26173440 140737127422568 140737127425377 140737127425377 140737127428047 0
[pid=29040/tid=29095] ppid=29037 vsize=10993996 memory=1408 CPUtime=0.08 cores=1,3,5,7
/proc/29040/task/29095/stat : 29095 (java) S 29037 29040 13514 0 -1 1077944384 1 13175 0 0 0 0 5 3 20 0 15 0 107343251 11257851904 30172 33554432000 4194304 4196468 140737127415520 140699854720016 140699995768533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26173440 140737127422568 140737127425377 140737127425377 140737127428047 0
[pid=29040/tid=29096] ppid=29037 vsize=10993996 memory=3120 CPUtime=0.08 cores=1,3,5,7
/proc/29040/task/29096/stat : 29096 (java) S 29037 29040 13514 0 -1 1077944384 1 13175 0 0 0 0 5 3 20 0 15 0 107343251 11257851904 30172 33554432000 4194304 4196468 140737127415520 140699853667216 140699995768533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26173440 140737127422568 140737127425377 140737127425377 140737127428047 0
[pid=29040/tid=29097] ppid=29037 vsize=10993996 memory=88504 CPUtime=0.08 cores=1,3,5,7
/proc/29040/task/29097/stat : 29097 (java) S 29037 29040 13514 0 -1 1077944384 2 13175 0 0 0 0 5 3 20 0 15 0 107343251 11257851904 30172 33554432000 4194304 4196468 140737127415520 140699852614416 140699995768533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26173440 140737127422568 140737127425377 140737127425377 140737127428047 0
[pid=29040/tid=29098] ppid=29037 vsize=10993996 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/29040/task/29098/stat : 29098 (java) S 29037 29040 13514 0 -1 1077944384 5 13175 0 0 0 0 5 3 20 0 15 0 107343252 11257851904 30172 33554432000 4194304 4196468 140737127415520 140698964703600 140699995769474 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26173440 140737127422568 140737127425377 140737127425377 140737127428047 0
[pid=29040/tid=29099] ppid=29037 vsize=10993996 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/29040/task/29099/stat : 29099 (java) S 29037 29040 13514 0 -1 1077944384 13 13175 0 0 0 0 5 3 20 0 15 0 107343253 11257851904 30172 33554432000 4194304 4196468 140737127415520 140698833642528 140699995768533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26173440 140737127422568 140737127425377 140737127425377 140737127428047 0
[pid=29040/tid=29100] ppid=29037 vsize=10993996 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/29040/task/29100/stat : 29100 (java) S 29037 29040 13514 0 -1 1077944384 1 13175 0 0 0 0 5 3 20 0 15 0 107343253 11257851904 30172 33554432000 4194304 4196468 140737127415520 140698632315760 140699995768533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26173440 140737127422568 140737127425377 140737127425377 140737127428047 0
[pid=29040/tid=29101] ppid=29037 vsize=10993996 memory=6791534058613427641 CPUtime=0.08 cores=1,3,5,7
/proc/29040/task/29101/stat : 29101 (java) S 29037 29040 13514 0 -1 1077944384 3 13175 0 0 0 0 5 3 20 0 15 0 107343255 11257851904 30172 33554432000 4194304 4196468 140737127415520 140698324916048 140699995776923 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26173440 140737127422568 140737127425377 140737127425377 140737127428047 0
[pid=29040/tid=29102] ppid=29037 vsize=10993996 memory=4638778398332698720 CPUtime=0.23 cores=1,3,5,7
/proc/29040/task/29102/stat : 29102 (java) S 29037 29040 13514 0 -1 1077944384 1044 13175 0 0 15 0 5 3 20 0 15 0 107343255 11257851904 30172 33554432000 4194304 4196468 140737127415520 140698963651440 140699995769474 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26173440 140737127422568 140737127425377 140737127425377 140737127428047 0
[pid=29040/tid=29103] ppid=29037 vsize=10993996 memory=280643901102976 CPUtime=0.25 cores=1,3,5,7
/proc/29040/task/29103/stat : 29103 (java) S 29037 29040 13514 0 -1 1077944384 817 13175 0 0 17 0 5 3 20 0 15 0 107343255 11257851904 30172 33554432000 4194304 4196468 140737127415520 140698962598640 140699995769474 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26173440 140737127422568 140737127425377 140737127425377 140737127428047 0
[pid=29040/tid=29104] ppid=29037 vsize=10993996 memory=6944656592452807323 CPUtime=0.36 cores=1,3,5,7
/proc/29040/task/29104/stat : 29104 (java) S 29037 29040 13514 0 -1 1077944384 1128 13175 0 0 28 0 5 3 20 0 15 0 107343255 11257851904 30172 33554432000 4194304 4196468 140737127415520 140698961545840 140699995769474 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26173440 140737127422568 140737127425377 140737127425377 140737127428047 0
[pid=29040/tid=29105] ppid=29037 vsize=10993996 memory=6944656591801719708 CPUtime=0.08 cores=1,3,5,7
/proc/29040/task/29105/stat : 29105 (java) S 29037 29040 13514 0 -1 1077944384 3 13175 0 0 0 0 5 3 20 0 15 0 107343256 11257851904 30172 33554432000 4194304 4196468 140737127415520 140697894120160 140699995768533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26173440 140737127422568 140737127425377 140737127425377 140737127428047 0
[pid=29040/tid=29106] ppid=29037 vsize=10993996 memory=1399101730491701635 CPUtime=0.08 cores=1,3,5,7
/proc/29040/task/29106/stat : 29106 (java) S 29037 29040 13514 0 -1 1077944384 3 13175 0 0 0 0 5 3 20 0 15 0 107343256 11257851904 30172 33554432000 4194304 4196468 140737127415520 140698960493232 140699995769474 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26173440 140737127422568 140737127425377 140737127425377 140737127428047 0
Current children cumulated CPU time: 1.74 s
Current children cumulated vsize: 10993996 KiB

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

Current children cumulated CPU time: 5.15 s
Current children cumulated vsize: 11008352 KiB
Current children cumulated memory: 216060 KiB

[startup+4.32243 s]
# the end of solver process 29040 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=8.10744 s, system=0.254683 s

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

[startup+3.20147 s]
/proc/loadavg: 1.77 1.67 1.76 5/215 29106
/proc/meminfo: memFree=27077440/32770624 swapFree=67108860/67108860
[pid=29040] ppid=29037 vsize=11008352 memory=219232 CPUtime=5.42 cores=1,3,5,7
/proc/29040/stat : 29040 (java) S 29037 29040 13514 0 -1 1077944320 34437 13175 0 0 519 15 5 3 20 0 15 0 107343241 11272552448 54808 33554432000 4194304 4196468 140737127415520 140737127398064 140699995758327 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 26173440 140737127422568 140737127425377 140737127425377 140737127428047 0
/proc/29040/statm: 2752088 54808 3488 1 0 2713741 0
[pid=29040/tid=29093] ppid=29037 vsize=11008352 memory=30476 CPUtime=2.76 cores=1,3,5,7
/proc/29040/task/29093/stat : 29093 (java) R 29037 29040 13514 0 -1 4202560 23554 13175 0 0 260 8 5 3 20 0 15 0 107343250 11272552448 54808 33554432000 4194304 4196468 140737127415520 140699967590656 140699981020640 0 4 0 16800975 0 0 0 -1 1 0 0 36 0 0 6293624 6294260 26173440 140737127422568 140737127425377 140737127425377 140737127428047 0
[pid=29040/tid=29094] ppid=29037 vsize=11008352 memory=2204 CPUtime=0.08 cores=1,3,5,7
/proc/29040/task/29094/stat : 29094 (java) S 29037 29040 13514 0 -1 1077944384 27 13175 0 0 0 0 5 3 20 0 15 0 107343251 11272552448 54808 33554432000 4194304 4196468 140737127415520 140700000001168 140699995768533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26173440 140737127422568 140737127425377 140737127425377 140737127428047 0
[pid=29040/tid=29095] ppid=29037 vsize=11008352 memory=129 CPUtime=0.09 cores=1,3,5,7
/proc/29040/task/29095/stat : 29095 (java) S 29037 29040 13514 0 -1 1077944384 60 13175 0 0 1 0 5 3 20 0 15 0 107343251 11272552448 54808 33554432000 4194304 4196468 140737127415520 140699854720016 140699995768533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26173440 140737127422568 140737127425377 140737127425377 140737127428047 0
[pid=29040/tid=29096] ppid=29037 vsize=11008352 memory=10763 CPUtime=0.09 cores=1,3,5,7
/proc/29040/task/29096/stat : 29096 (java) S 29037 29040 13514 0 -1 1077944384 238 13175 0 0 1 0 5 3 20 0 15 0 107343251 11272552448 54808 33554432000 4194304 4196468 140737127415520 140699853667216 140699995768533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26173440 140737127422568 140737127425377 140737127425377 140737127428047 0
[pid=29040/tid=29097] ppid=29037 vsize=11008352 memory=25147 CPUtime=0.08 cores=1,3,5,7
/proc/29040/task/29097/stat : 29097 (java) S 29037 29040 13514 0 -1 1077944384 28 13175 0 0 0 0 5 3 20 0 15 0 107343251 11272552448 54808 33554432000 4194304 4196468 140737127415520 140699852614416 140699995768533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26173440 140737127422568 140737127425377 140737127425377 140737127428047 0
[pid=29040/tid=29098] ppid=29037 vsize=11008352 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/29040/task/29098/stat : 29098 (java) S 29037 29040 13514 0 -1 1077944384 60 13175 0 0 1 0 5 3 20 0 15 0 107343252 11272552448 54808 33554432000 4194304 4196468 140737127415520 140698964703600 140699995769474 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26173440 140737127422568 140737127425377 140737127425377 140737127428047 0
[pid=29040/tid=29099] ppid=29037 vsize=11008352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/29040/task/29099/stat : 29099 (java) S 29037 29040 13514 0 -1 1077944384 14 13175 0 0 0 0 5 3 20 0 15 0 107343253 11272552448 54808 33554432000 4194304 4196468 140737127415520 140698833642592 140699995768533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26173440 140737127422568 140737127425377 140737127425377 140737127428047 0
[pid=29040/tid=29100] ppid=29037 vsize=11008352 memory=4108 CPUtime=0.08 cores=1,3,5,7
/proc/29040/task/29100/stat : 29100 (java) S 29037 29040 13514 0 -1 1077944384 1 13175 0 0 0 0 5 3 20 0 15 0 107343253 11272552448 54808 33554432000 4194304 4196468 140737127415520 140698632315760 140699995768533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26173440 140737127422568 140737127425377 140737127425377 140737127428047 0
[pid=29040/tid=29101] ppid=29037 vsize=11008352 memory=2704 CPUtime=0.08 cores=1,3,5,7
/proc/29040/task/29101/stat : 29101 (java) S 29037 29040 13514 0 -1 1077944384 3 13175 0 0 0 0 5 3 20 0 15 0 107343255 11272552448 54808 33554432000 4194304 4196468 140737127415520 140698324916048 140699995776923 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26173440 140737127422568 140737127425377 140737127425377 140737127428047 0
[pid=29040/tid=29102] ppid=29037 vsize=11008352 memory=2596 CPUtime=0.98 cores=1,3,5,7
/proc/29040/task/29102/stat : 29102 (java) R 29037 29040 13514 0 -1 4202560 2903 13175 0 0 89 1 5 3 20 0 15 0 107343255 11272552448 54808 33554432000 4194304 4196468 140737127415520 140698963631760 140699975983041 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26173440 140737127422568 140737127425377 140737127425377 140737127428047 0
[pid=29040/tid=29103] ppid=29037 vsize=11008352 memory=280643901070400 CPUtime=0.73 cores=1,3,5,7
/proc/29040/task/29103/stat : 29103 (java) S 29037 29040 13514 0 -1 1077944384 1669 13175 0 0 64 1 5 3 20 0 15 0 107343255 11272552448 54808 33554432000 4194304 4196468 140737127415520 140698962598640 140699995769474 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26173440 140737127422568 140737127425377 140737127425377 140737127428047 0
[pid=29040/tid=29104] ppid=29037 vsize=11008352 memory=3472425781050749540 CPUtime=1.08 cores=1,3,5,7
/proc/29040/task/29104/stat : 29104 (java) R 29037 29040 13514 0 -1 1077944384 3680 13175 0 0 99 1 5 3 20 0 15 0 107343255 11272552448 54808 33554432000 4194304 4196468 140737127415520 140698961543632 140699995768533 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 26173440 140737127422568 140737127425377 140737127425377 140737127428047 0
[pid=29040/tid=29105] ppid=29037 vsize=11008352 memory=6656426216303648864 CPUtime=0.08 cores=1,3,5,7
/proc/29040/task/29105/stat : 29105 (java) S 29037 29040 13514 0 -1 1077944384 3 13175 0 0 0 0 5 3 20 0 15 0 107343256 11272552448 54808 33554432000 4194304 4196468 140737127415520 140697894120160 140699995768533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26173440 140737127422568 140737127425377 140737127425377 140737127428047 0
[pid=29040/tid=29106] ppid=29037 vsize=11008352 memory=6656426216303648864 CPUtime=0.08 cores=1,3,5,7
/proc/29040/task/29106/stat : 29106 (java) S 29037 29040 13514 0 -1 1077944384 5 13175 0 0 0 0 5 3 20 0 15 0 107343256 11272552448 54808 33554432000 4194304 4196468 140737127415520 140698960493232 140699995769474 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26173440 140737127422568 140737127425377 140737127425377 140737127428047 0
Current children cumulated CPU time: 5.42 s
Current children cumulated vsize: 11008352 KiB
Current children cumulated memory: 219232 KiB

[startup+4.00156 s]*
/proc/loadavg: 1.77 1.67 1.76 6/215 29106
/proc/meminfo: memFree=26980012/32770624 swapFree=67108860/67108860
[pid=29040] ppid=29037 vsize=11080344 memory=308192 CPUtime=7.49 cores=1,3,5,7
/proc/29040/stat : 29040 (java) S 29037 29040 13514 0 -1 1077944320 63272 13175 0 0 721 20 5 3 20 0 15 0 107343241 11346272256 77048 33554432000 4194304 4196468 140737127415520 140737127398064 140699995758327 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 26173440 140737127422568 140737127425377 140737127425377 140737127428047 0
/proc/29040/statm: 2770086 77048 3497 1 0 2731739 0
[pid=29040/tid=29093] ppid=29037 vsize=11080344 memory=6791534058613427641 CPUtime=3.52 cores=1,3,5,7
/proc/29040/task/29093/stat : 29093 (java) R 29037 29040 13514 0 -1 4202560 44277 13175 0 0 334 10 5 3 20 0 15 0 107343250 11346272256 77048 33554432000 4194304 4196468 140737127415520 140699967589064 140699533388699 0 4 0 16800975 0 0 0 -1 1 0 0 36 0 0 6293624 6294260 26173440 140737127422568 140737127425377 140737127425377 140737127428047 0
[pid=29040/tid=29094] ppid=29037 vsize=11080344 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/29040/task/29094/stat : 29094 (java) S 29037 29040 13514 0 -1 1077944384 36 13175 0 0 2 0 5 3 20 0 15 0 107343251 11346272256 77048 33554432000 4194304 4196468 140737127415520 140700000001168 140699995768533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26173440 140737127422568 140737127425377 140737127425377 140737127428047 0
[pid=29040/tid=29095] ppid=29037 vsize=11080344 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/29040/task/29095/stat : 29095 (java) S 29037 29040 13514 0 -1 1077944384 71 13175 0 0 2 0 5 3 20 0 15 0 107343251 11346272256 77048 33554432000 4194304 4196468 140737127415520 140699854720016 140699995768533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26173440 140737127422568 140737127425377 140737127425377 140737127428047 0
[pid=29040/tid=29096] ppid=29037 vsize=11080344 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/29040/task/29096/stat : 29096 (java) S 29037 29040 13514 0 -1 1077944384 259 13175 0 0 3 0 5 3 20 0 15 0 107343251 11346272256 77048 33554432000 4194304 4196468 140737127415520 140699853667216 140699995768533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26173440 140737127422568 140737127425377 140737127425377 140737127428047 0
[pid=29040/tid=29097] ppid=29037 vsize=11080344 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/29040/task/29097/stat : 29097 (java) S 29037 29040 13514 0 -1 1077944384 60 13175 0 0 2 0 5 3 20 0 15 0 107343251 11346272256 77048 33554432000 4194304 4196468 140737127415520 140699852614416 140699995768533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26173440 140737127422568 140737127425377 140737127425377 140737127428047 0
[pid=29040/tid=29098] ppid=29037 vsize=11080344 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/29040/task/29098/stat : 29098 (java) S 29037 29040 13514 0 -1 1077944384 2213 13175 0 0 3 0 5 3 20 0 15 0 107343252 11346272256 77048 33554432000 4194304 4196468 140737127415520 140698964703600 140699995769474 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26173440 140737127422568 140737127425377 140737127425377 140737127428047 0
[pid=29040/tid=29099] ppid=29037 vsize=11080344 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/29040/task/29099/stat : 29099 (java) S 29037 29040 13514 0 -1 1077944384 14 13175 0 0 0 0 5 3 20 0 15 0 107343253 11346272256 77048 33554432000 4194304 4196468 140737127415520 140698833642592 140699995768533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26173440 140737127422568 140737127425377 140737127425377 140737127428047 0
[pid=29040/tid=29100] ppid=29037 vsize=11080344 memory=-8458152057954364812 CPUtime=0.08 cores=1,3,5,7
/proc/29040/task/29100/stat : 29100 (java) S 29037 29040 13514 0 -1 1077944384 1 13175 0 0 0 0 5 3 20 0 15 0 107343253 11346272256 77048 33554432000 4194304 4196468 140737127415520 140698632315776 140699995768533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26173440 140737127422568 140737127425377 140737127425377 140737127428047 0
[pid=29040/tid=29101] ppid=29037 vsize=11080344 memory=7893295687695687954 CPUtime=0.08 cores=1,3,5,7
/proc/29040/task/29101/stat : 29101 (java) S 29037 29040 13514 0 -1 1077944384 3 13175 0 0 0 0 5 3 20 0 15 0 107343255 11346272256 77048 33554432000 4194304 4196468 140737127415520 140698324916048 140699995776923 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26173440 140737127422568 140737127425377 140737127425377 140737127428047 0
[pid=29040/tid=29102] ppid=29037 vsize=11080344 memory=0 CPUtime=1.53 cores=1,3,5,7
/proc/29040/task/29102/stat : 29102 (java) R 29037 29040 13514 0 -1 4202560 6410 13175 0 0 144 1 5 3 20 0 15 0 107343255 11346272256 77048 33554432000 4194304 4196468 140737127415520 140698963637416 140699980883766 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26173440 140737127422568 140737127425377 140737127425377 140737127428047 0
[pid=29040/tid=29103] ppid=29037 vsize=11080344 memory=3472328296227680303 CPUtime=1.06 cores=1,3,5,7
/proc/29040/task/29103/stat : 29103 (java) R 29037 29040 13514 0 -1 4202560 2455 13175 0 0 97 1 5 3 20 0 15 0 107343255 11346272256 77048 33554432000 4194304 4196468 140737127415520 140698962586112 140699974982750 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26173440 140737127422568 140737127425377 140737127425377 140737127428047 0
[pid=29040/tid=29104] ppid=29037 vsize=11080344 memory=7451718683786577584 CPUtime=1.38 cores=1,3,5,7
/proc/29040/task/29104/stat : 29104 (java) R 29037 29040 13514 0 -1 1077944384 5271 13175 0 0 128 2 5 3 20 0 15 0 107343255 11346272256 77048 33554432000 4194304 4196468 140737127415520 140698961545840 140699995769474 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26173440 140737127422568 140737127425377 140737127425377 140737127428047 0
[pid=29040/tid=29105] ppid=29037 vsize=11080344 memory=3472328128895151695 CPUtime=0.08 cores=1,3,5,7
/proc/29040/task/29105/stat : 29105 (java) S 29037 29040 13514 0 -1 1077944384 3 13175 0 0 0 0 5 3 20 0 15 0 107343256 11346272256 77048 33554432000 4194304 4196468 140737127415520 140697894120160 140699995768533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26173440 140737127422568 140737127425377 140737127425377 140737127428047 0
[pid=29040/tid=29106] ppid=29037 vsize=11080344 memory=140323175882113 CPUtime=0.08 cores=1,3,5,7
/proc/29040/task/29106/stat : 29106 (java) S 29037 29040 13514 0 -1 1077944384 7 13175 0 0 0 0 5 3 20 0 15 0 107343256 11346272256 77048 33554432000 4194304 4196468 140737127415520 140698960493232 140699995769474 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26173440 140737127422568 140737127425377 140737127425377 140737127428047 0
Current children cumulated CPU time: 7.49 s
Current children cumulated vsize: 11080344 KiB
Current children cumulated memory: 308192 KiB

[startup+4.20076 s]
/proc/loadavg: 1.77 1.67 1.76 6/215 29106
/proc/meminfo: memFree=26980012/32770624 swapFree=67108860/67108860
[pid=29040] ppid=29037 vsize=11080852 memory=311140 CPUtime=8.1 cores=1,3,5,7
/proc/29040/stat : 29040 (java) S 29037 29040 13514 0 -1 1077944320 65540 13175 0 0 782 20 5 3 20 0 15 0 107343241 11346792448 77785 33554432000 4194304 4196468 140737127415520 140737127398064 140699995758327 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 26173440 140737127422568 140737127425377 140737127425377 140737127428047 0
/proc/29040/statm: 2770213 77785 3497 1 0 2731866 0
[pid=29040/tid=29093] ppid=29037 vsize=11080852 memory=10829 CPUtime=3.71 cores=1,3,5,7
/proc/29040/task/29093/stat : 29093 (java) R 29037 29040 13514 0 -1 4202560 44633 13175 0 0 353 10 5 3 20 0 15 0 107343250 11346792448 77785 33554432000 4194304 4196468 140737127415520 140699967593056 140699533500825 0 4 0 16800975 0 0 0 -1 1 0 0 36 0 0 6293624 6294260 26173440 140737127422568 140737127425377 140737127425377 140737127428047 0
[pid=29040/tid=29094] ppid=29037 vsize=11080852 memory=4424051513214906400 CPUtime=0.1 cores=1,3,5,7
/proc/29040/task/29094/stat : 29094 (java) S 29037 29040 13514 0 -1 1077944384 36 13175 0 0 2 0 5 3 20 0 15 0 107343251 11346792448 77785 33554432000 4194304 4196468 140737127415520 140700000001168 140699995768533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26173440 140737127422568 140737127425377 140737127425377 140737127428047 0
[pid=29040/tid=29095] ppid=29037 vsize=11080852 memory=-1751206657426859557 CPUtime=0.1 cores=1,3,5,7
/proc/29040/task/29095/stat : 29095 (java) S 29037 29040 13514 0 -1 1077944384 71 13175 0 0 2 0 5 3 20 0 15 0 107343251 11346792448 77785 33554432000 4194304 4196468 140737127415520 140699854720016 140699995768533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26173440 140737127422568 140737127425377 140737127425377 140737127428047 0
[pid=29040/tid=29096] ppid=29037 vsize=11080852 memory=7681421203011431829 CPUtime=0.11 cores=1,3,5,7
/proc/29040/task/29096/stat : 29096 (java) S 29037 29040 13514 0 -1 1077944384 259 13175 0 0 3 0 5 3 20 0 15 0 107343251 11346792448 77785 33554432000 4194304 4196468 140737127415520 140699853667216 140699995768533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26173440 140737127422568 140737127425377 140737127425377 140737127428047 0
[pid=29040/tid=29097] ppid=29037 vsize=11080852 memory=3054941726178366032 CPUtime=0.1 cores=1,3,5,7
/proc/29040/task/29097/stat : 29097 (java) S 29037 29040 13514 0 -1 1077944384 60 13175 0 0 2 0 5 3 20 0 15 0 107343251 11346792448 77785 33554432000 4194304 4196468 140737127415520 140699852614416 140699995768533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26173440 140737127422568 140737127425377 140737127425377 140737127428047 0
[pid=29040/tid=29098] ppid=29037 vsize=11080852 memory=-7965959130280075168 CPUtime=0.11 cores=1,3,5,7
/proc/29040/task/29098/stat : 29098 (java) S 29037 29040 13514 0 -1 1077944384 2213 13175 0 0 3 0 5 3 20 0 15 0 107343252 11346792448 77785 33554432000 4194304 4196468 140737127415520 140698964703600 140699995769474 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26173440 140737127422568 140737127425377 140737127425377 140737127428047 0
[pid=29040/tid=29099] ppid=29037 vsize=11080852 memory=-7523660553960122769 CPUtime=0.08 cores=1,3,5,7
/proc/29040/task/29099/stat : 29099 (java) S 29037 29040 13514 0 -1 1077944384 14 13175 0 0 0 0 5 3 20 0 15 0 107343253 11346792448 77785 33554432000 4194304 4196468 140737127415520 140698833642592 140699995768533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26173440 140737127422568 140737127425377 140737127425377 140737127428047 0
[pid=29040/tid=29100] ppid=29037 vsize=11080852 memory=6933690305039933585 CPUtime=0.08 cores=1,3,5,7
/proc/29040/task/29100/stat : 29100 (java) S 29037 29040 13514 0 -1 1077944384 1 13175 0 0 0 0 5 3 20 0 15 0 107343253 11346792448 77785 33554432000 4194304 4196468 140737127415520 140698632315776 140699995768533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26173440 140737127422568 140737127425377 140737127425377 140737127428047 0
[pid=29040/tid=29101] ppid=29037 vsize=11080852 memory=-9174445032661854264 CPUtime=0.08 cores=1,3,5,7
/proc/29040/task/29101/stat : 29101 (java) S 29037 29040 13514 0 -1 1077944384 3 13175 0 0 0 0 5 3 20 0 15 0 107343255 11346792448 77785 33554432000 4194304 4196468 140737127415520 140698324916048 140699995776923 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26173440 140737127422568 140737127425377 140737127425377 140737127428047 0
[pid=29040/tid=29102] ppid=29037 vsize=11080852 memory=-5863503458757728131 CPUtime=1.73 cores=1,3,5,7
/proc/29040/task/29102/stat : 29102 (java) R 29037 29040 13514 0 -1 4202560 7912 13175 0 0 163 2 5 3 20 0 15 0 107343255 11346792448 77785 33554432000 4194304 4196468 140737127415520 140698963637600 140699977280542 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26173440 140737127422568 140737127425377 140737127425377 140737127428047 0
[pid=29040/tid=29103] ppid=29037 vsize=11080852 memory=8330969454845486047 CPUtime=1.25 cores=1,3,5,7
/proc/29040/task/29103/stat : 29103 (java) R 29037 29040 13514 0 -1 4202560 2760 13175 0 0 116 1 5 3 20 0 15 0 107343255 11346792448 77785 33554432000 4194304 4196468 140737127415520 140698962585168 140699979315672 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26173440 140737127422568 140737127425377 140737127425377 140737127428047 0
[pid=29040/tid=29104] ppid=29037 vsize=11080852 memory=6656426216303648864 CPUtime=1.42 cores=1,3,5,7
/proc/29040/task/29104/stat : 29104 (java) S 29037 29040 13514 0 -1 1077944384 5375 13175 0 0 132 2 5 3 20 0 15 0 107343255 11346792448 77785 33554432000 4194304 4196468 140737127415520 140698961545840 140699995769474 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26173440 140737127422568 140737127425377 140737127425377 140737127428047 0
[pid=29040/tid=29105] ppid=29037 vsize=11080852 memory=6656426216303648864 CPUtime=0.08 cores=1,3,5,7
/proc/29040/task/29105/stat : 29105 (java) S 29037 29040 13514 0 -1 1077944384 3 13175 0 0 0 0 5 3 20 0 15 0 107343256 11346792448 77785 33554432000 4194304 4196468 140737127415520 140697894120160 140699995768533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26173440 140737127422568 140737127425377 140737127425377 140737127428047 0
[pid=29040/tid=29106] ppid=29037 vsize=11080852 memory=25448447 CPUtime=0.08 cores=1,3,5,7
/proc/29040/task/29106/stat : 29106 (java) S 29037 29040 13514 0 -1 1077944384 8 13175 0 0 0 0 5 3 20 0 15 0 107343256 11346792448 77785 33554432000 4194304 4196468 140737127415520 140698960493232 140699995769474 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26173440 140737127422568 140737127425377 140737127425377 140737127428047 0
Current children cumulated CPU time: 8.1 s
Current children cumulated vsize: 11080852 KiB
Current children cumulated memory: 311140 KiB

[startup+4.30067 s]
/proc/loadavg: 1.77 1.67 1.76 6/215 29106
/proc/meminfo: memFree=26980012/32770624 swapFree=67108860/67108860
[pid=29040] ppid=29037 vsize=11145364 memory=311408 CPUtime=8.33 cores=1,3,5,7
/proc/29040/stat : 29040 (java) S 29037 29040 13514 0 -1 1077944320 66438 13175 0 0 804 21 5 3 20 0 13 0 107343241 11412852736 77852 33554432000 4194304 4196468 140737127415520 140737127398064 140699995758327 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 26173440 140737127422568 140737127425377 140737127425377 140737127428047 0
/proc/29040/statm: 2786341 77852 3500 1 0 2747994 0
[pid=29040/tid=29093] ppid=29037 vsize=11145364 memory=1520 CPUtime=3.75 cores=1,3,5,7
/proc/29040/task/29093/stat : 29093 (java) S 29037 29040 13514 0 -1 1077944384 44707 13175 0 0 357 10 5 3 20 0 13 0 107343250 11412852736 77852 33554432000 4194304 4196468 140737127415520 140699967601808 140699995768533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 36 0 0 6293624 6294260 26173440 140737127422568 140737127425377 140737127425377 140737127428047 0
[pid=29040/tid=29094] ppid=29037 vsize=11145364 memory=304636 CPUtime=0.1 cores=1,3,5,7
/proc/29040/task/29094/stat : 29094 (java) S 29037 29040 13514 0 -1 1077944384 36 13175 0 0 2 0 5 3 20 0 13 0 107343251 11412852736 77852 33554432000 4194304 4196468 140737127415520 140700000001168 140699995768533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26173440 140737127422568 140737127425377 140737127425377 140737127428047 0
[pid=29040/tid=29095] ppid=29037 vsize=11145364 memory=8 CPUtime=0.1 cores=1,3,5,7
/proc/29040/task/29095/stat : 29095 (java) S 29037 29040 13514 0 -1 1077944384 71 13175 0 0 2 0 5 3 20 0 13 0 107343251 11412852736 77852 33554432000 4194304 4196468 140737127415520 140699854720016 140699995768533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26173440 140737127422568 140737127425377 140737127425377 140737127428047 0
[pid=29040/tid=29096] ppid=29037 vsize=11145364 memory=278244 CPUtime=0.11 cores=1,3,5,7
/proc/29040/task/29096/stat : 29096 (java) S 29037 29040 13514 0 -1 1077944384 259 13175 0 0 3 0 5 3 20 0 13 0 107343251 11412852736 77852 33554432000 4194304 4196468 140737127415520 140699853667216 140699995768533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26173440 140737127422568 140737127425377 140737127425377 140737127428047 0
[pid=29040/tid=29097] ppid=29037 vsize=11145364 memory=280643900539120 CPUtime=0.1 cores=1,3,5,7
/proc/29040/task/29097/stat : 29097 (java) S 29037 29040 13514 0 -1 1077944384 60 13175 0 0 2 0 5 3 20 0 13 0 107343251 11412852736 77852 33554432000 4194304 4196468 140737127415520 140699852614416 140699995768533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26173440 140737127422568 140737127425377 140737127425377 140737127428047 0
[pid=29040/tid=29098] ppid=29037 vsize=11145364 memory=187460 CPUtime=0.11 cores=1,3,5,7
/proc/29040/task/29098/stat : 29098 (java) S 29037 29040 13514 0 -1 1077944384 2213 13175 0 0 3 0 5 3 20 0 13 0 107343252 11412852736 77852 33554432000 4194304 4196468 140737127415520 140698964703808 140699995769474 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26173440 140737127422568 140737127425377 140737127425377 140737127428047 0
[pid=29040/tid=29099] ppid=29037 vsize=11145364 memory=10757 CPUtime=0.08 cores=1,3,5,7
/proc/29040/task/29099/stat : 29099 (java) S 29037 29040 13514 0 -1 1077944384 14 13175 0 0 0 0 5 3 20 0 13 0 107343253 11412852736 77852 33554432000 4194304 4196468 140737127415520 140698833642592 140699995768533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26173440 140737127422568 140737127425377 140737127425377 140737127428047 0
[pid=29040/tid=29100] ppid=29037 vsize=11145364 memory=246276 CPUtime=0.08 cores=1,3,5,7
/proc/29040/task/29100/stat : 29100 (java) S 29037 29040 13514 0 -1 1077944384 1 13175 0 0 0 0 5 3 20 0 13 0 107343253 11412852736 77852 33554432000 4194304 4196468 140737127415520 140698632315776 140699995768533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26173440 140737127422568 140737127425377 140737127425377 140737127428047 0
[pid=29040/tid=29102] ppid=29037 vsize=11145364 memory=199324 CPUtime=1.83 cores=1,3,5,7
/proc/29040/task/29102/stat : 29102 (java) R 29037 29040 13514 0 -1 4202560 8631 13175 0 0 173 2 5 3 20 0 13 0 107343255 11412852736 77852 33554432000 4194304 4196468 140737127415520 140698963637320 140699977279202 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26173440 140737127422568 140737127425377 140737127425377 140737127428047 0
[pid=29040/tid=29103] ppid=29037 vsize=11145364 memory=73 CPUtime=1.3 cores=1,3,5,7
/proc/29040/task/29103/stat : 29103 (java) S 29037 29040 13514 0 -1 1077944384 2782 13175 0 0 121 1 5 3 20 0 13 0 107343255 11412852736 77852 33554432000 4194304 4196468 140737127415520 140698962583696 140699995768533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26173440 140737127422568 140737127425377 140737127425377 140737127428047 0
[pid=29040/tid=29104] ppid=29037 vsize=11145364 memory=106 CPUtime=1.44 cores=1,3,5,7
/proc/29040/task/29104/stat : 29104 (java) S 29037 29040 13514 0 -1 1077944384 5419 13175 0 0 134 2 5 3 20 0 13 0 107343255 11412852736 77852 33554432000 4194304 4196468 140737127415520 140698961545840 140699995769474 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26173440 140737127422568 140737127425377 140737127425377 140737127428047 0
[pid=29040/tid=29105] ppid=29037 vsize=11145364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/29040/task/29105/stat : 29105 (java) S 29037 29040 13514 0 -1 1077944384 3 13175 0 0 0 0 5 3 20 0 13 0 107343256 11412852736 77852 33554432000 4194304 4196468 140737127415520 140697894120160 140699995768533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26173440 140737127422568 140737127425377 140737127425377 140737127428047 0
Current children cumulated CPU time: 8.33 s
Current children cumulated vsize: 11145364 KiB
Current children cumulated memory: 311408 KiB

Child status: 0
Real time (s): 4.32248
CPU time (s): 8.36212
CPU user time (s): 8.10744
CPU system time (s): 0.254683
CPU usage (%): 193.456
Max. virtual memory (cumulated for all children) (KiB): 11145364
Max. memory (cumulated for all children) (KiB): 311408

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.10744
system time used= 0.254683
maximum resident set size= 313640
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 79646
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= 6091
involuntary context switches= 35


# summary of solver processes directly reported to runsolver:
#   pid: 29040
#   total CPU time (s): 8.36212
#   total CPU user time (s): 8.10744
#   total CPU system time (s): 0.254683

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.042723 second user time and 0.090923 second system time

The end

Launcher Data

Begin job on node136 at 2018-07-29 22:56:41
IDJOB=4302717
IDBENCH=141470
IDSOLVER=2777
FILE ID=node136/4302717-1532897801
RUNJOBID= node136-1532893975-22777
PBS_JOBID= 21022516
Free space on /tmp= 60204 MiB

SOLVER NAME= Concrete 3.9.2-SuperNG
BENCH NAME= XCSP18/Rcpsp/Rcpsp-j30-01-03_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4302717-1532897801/watcher-4302717-1532897801 -o /tmp/evaluation-result-4302717-1532897801/solver-4302717-1532897801 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node136-1532893975-22777 --watchdog 312  bin/xcsp-3-concrete -J-Xss64M -randomseed=1456044763 -superng HOME/instance-4302717-1532897801.xml

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

MD5SUM BENCH= 8a13baf19e90b4c1b4d6531a9d16222f
RANDOM SEED=1456044763

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        27271600 kB
MemAvailable:   30686496 kB
Buffers:          221052 kB
Cached:          3464176 kB
SwapCached:            0 kB
Active:          3060500 kB
Inactive:        1958336 kB
Active(anon):    1285052 kB
Inactive(anon):    76480 kB
Active(file):    1775448 kB
Inactive(file):  1881856 kB
Unevictable:        7328 kB
Mlocked:            7328 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26816 kB
Writeback:             0 kB
AnonPages:       1344524 kB
Mapped:            48196 kB
Shmem:             25228 kB
Slab:             175040 kB
SReclaimable:     146852 kB
SUnreclaim:        28188 kB
KernelStack:        3696 kB
PageTables:         7608 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2456368 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1110016 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 60176 MiB
End job on node136 at 2018-07-29 22:56:45