Trace number 4295107

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.8-SuperNG 2018-06-13OPT62 7.80694 3.79885

General information on the benchmark

NameRcpsp/
Rcpsp-j30-01-04_c18.xml
MD5SUMb6ecdc29b52a96e4336a8061885c8d68
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark62
Best CPU time to get the best result obtained on this benchmark2.05976
Satisfiable
(Un)Satisfiability was proved
Number of variables32
Number of constraints52
Number of domains2
Minimum domain size1
Maximum domain size184
Distribution of domain sizes[{"size":1,"count":1},{"size":184,"count":31}]
Minimum variable degree3
Maximum variable degree5
Distribution of variable degrees[{"degree":3,"count":14},{"degree":4,"count":5},{"degree":5,"count":13}]
Minimum constraint arity2
Maximum constraint arity13
Distribution of constraint arities[{"arity":2,"count":49},{"arity":7,"count":1},{"arity":8,"count":1},{"arity":13,"count":1}]
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

0.98/0.75	c Concrete v3.8.1528841891564 running
7.34/3.65	o 63
7.66/3.70	o 62
7.66/3.71	v <instantiation cost="62">
7.66/3.71	v       <list>
7.66/3.71	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]
7.66/3.71	v       </list>
7.66/3.71	v       <values>
7.66/3.71	v         0 0 33 0 10 3 9 17 32 24 41 34 18 3 9 25 45 34 12 43 34 24 31 24 36 41 17 37 52 53 45 62
7.66/3.71	v       </values>
7.66/3.71	v     </instantiation>
7.66/3.71	s OPTIMUM FOUND

Verifier Data

OK	62

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4295107-1532519915/watcher-4295107-1532519915 -o /tmp/evaluation-result-4295107-1532519915/solver-4295107-1532519915 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1532498695-4224 --watchdog 2580 concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=1156838292 -superng HOME/instance-4295107-1532519915.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=8184, runsolver pid=8181

[startup+0.100058 s]*
/proc/loadavg: 2.43 2.10 2.04 3/209 8241
/proc/meminfo: memFree=15721228/32770624 swapFree=67108860/67108860
[pid=8184] ppid=8181 vsize=9972712 memory=16816 CPUtime=0.09 cores=1,3,5,7
/proc/8184/stat : 8184 (java) S 8181 8184 4192 0 -1 1077944320 4364 13130 0 0 1 0 5 3 20 0 6 0 69554685 10212057088 4204 33554432000 4194304 4196468 140733691264144 140733691246688 139679755103991 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 33255424 140733691271339 140733691274588 140733691274588 140733691277263 0
/proc/8184/statm: 2493178 4204 1934 1 0 2481616 0
[pid=8184/tid=8237] ppid=8181 vsize=9972712 memory=4718545630382498451 CPUtime=0.08 cores=1,3,5,7
/proc/8184/task/8237/stat : 8237 (java) R 8181 8184 4192 0 -1 4202560 2201 13130 0 0 0 0 5 3 20 0 6 0 69554694 10212057088 4270 33554432000 4194304 4196468 140733691264144 139679726940752 139679739184478 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33255424 140733691271339 140733691274588 140733691274588 140733691277263 0
[pid=8184/tid=8238] ppid=8181 vsize=9972712 memory=5793854888647473593 CPUtime=0.08 cores=1,3,5,7
/proc/8184/task/8238/stat : 8238 (java) S 8181 8184 4192 0 -1 1077944384 1 13130 0 0 0 0 5 3 20 0 6 0 69554695 10212057088 4270 33554432000 4194304 4196468 140733691264144 139679759346832 139679755114197 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33255424 140733691271339 140733691274588 140733691274588 140733691277263 0
[pid=8184/tid=8239] ppid=8181 vsize=9972712 memory=139637637580416 CPUtime=0.08 cores=1,3,5,7
/proc/8184/task/8239/stat : 8239 (java) S 8181 8184 4192 0 -1 1077944384 1 13130 0 0 0 0 5 3 20 0 6 0 69554695 10212057088 4270 33554432000 4194304 4196468 140733691264144 139679658236944 139679755114197 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33255424 140733691271339 140733691274588 140733691274588 140733691277263 0
[pid=8184/tid=8240] ppid=8181 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8184/task/8240/stat : 8240 (java) S 8181 8184 4192 0 -1 1077944384 1 13130 0 0 0 0 5 3 20 0 6 0 69554695 10212057088 4270 33554432000 4194304 4196468 140733691264144 139679657184144 139679755114197 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33255424 140733691271339 140733691274588 140733691274588 140733691277263 0
[pid=8184/tid=8241] ppid=8181 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8184/task/8241/stat : 8241 (java) S 8181 8184 4192 0 -1 1077944384 2 13130 0 0 0 0 5 3 20 0 6 0 69554695 10212057088 4270 33554432000 4194304 4196468 140733691264144 139679656131344 139679755114197 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33255424 140733691271339 140733691274588 140733691274588 140733691277263 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16816 KiB

[startup+0.210231 s]*
/proc/loadavg: 2.43 2.10 2.04 3/218 8250
/proc/meminfo: memFree=15698892/32770624 swapFree=67108860/67108860
[pid=8184] ppid=8181 vsize=10818904 memory=42008 CPUtime=0.26 cores=1,3,5,7
/proc/8184/stat : 8184 (java) S 8181 8184 4192 0 -1 1077944320 7756 13130 0 0 16 2 5 3 20 0 15 0 69554685 11078557696 10502 33554432000 4194304 4196468 140733691264144 140733691246688 139679755103991 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 33255424 140733691271339 140733691274588 140733691274588 140733691277263 0
/proc/8184/statm: 2704726 10502 2937 1 0 2667149 0
[pid=8184/tid=8237] ppid=8181 vsize=10818904 memory=-2899909650764262549 CPUtime=0.19 cores=1,3,5,7
/proc/8184/task/8237/stat : 8237 (java) R 8181 8184 4192 0 -1 4202560 4566 13130 0 0 10 1 5 3 20 0 15 0 69554694 11078557696 10634 33554432000 4194304 4196468 140733691264144 139679726921104 139679735379712 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33255424 140733691271339 140733691274588 140733691274588 140733691277263 0
[pid=8184/tid=8238] ppid=8181 vsize=10818904 memory=4211973363842370954 CPUtime=0.08 cores=1,3,5,7
/proc/8184/task/8238/stat : 8238 (java) S 8181 8184 4192 0 -1 1077944384 1 13130 0 0 0 0 5 3 20 0 15 0 69554695 11078557696 10634 33554432000 4194304 4196468 140733691264144 139679759346832 139679755114197 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33255424 140733691271339 140733691274588 140733691274588 140733691277263 0
[pid=8184/tid=8239] ppid=8181 vsize=10818904 memory=139637637580416 CPUtime=0.08 cores=1,3,5,7
/proc/8184/task/8239/stat : 8239 (java) S 8181 8184 4192 0 -1 1077944384 1 13130 0 0 0 0 5 3 20 0 15 0 69554695 11078557696 10634 33554432000 4194304 4196468 140733691264144 139679658236944 139679755114197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33255424 140733691271339 140733691274588 140733691274588 140733691277263 0
[pid=8184/tid=8240] ppid=8181 vsize=10818904 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8184/task/8240/stat : 8240 (java) S 8181 8184 4192 0 -1 1077944384 1 13130 0 0 0 0 5 3 20 0 15 0 69554695 11078557696 10700 33554432000 4194304 4196468 140733691264144 139679657184144 139679755114197 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33255424 140733691271339 140733691274588 140733691274588 140733691277263 0
[pid=8184/tid=8241] ppid=8181 vsize=10818904 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/8184/task/8241/stat : 8241 (java) S 8181 8184 4192 0 -1 1077944384 2 13130 0 0 0 0 5 3 20 0 15 0 69554695 11078557696 10700 33554432000 4194304 4196468 140733691264144 139679656131344 139679755114197 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33255424 140733691271339 140733691274588 140733691274588 140733691277263 0
[pid=8184/tid=8242] ppid=8181 vsize=10818904 memory=139637637580416 CPUtime=0.08 cores=1,3,5,7
/proc/8184/task/8242/stat : 8242 (java) S 8181 8184 4192 0 -1 1077944384 2 13130 0 0 0 0 5 3 20 0 15 0 69554696 11078557696 10700 33554432000 4194304 4196468 140733691264144 139678756669808 139679755115138 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33255424 140733691271339 140733691274588 140733691274588 140733691277263 0
[pid=8184/tid=8243] ppid=8181 vsize=10818904 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/8184/task/8243/stat : 8243 (java) S 8181 8184 4192 0 -1 1077944384 33 13130 0 0 0 0 5 3 20 0 15 0 69554696 11078557696 10700 33554432000 4194304 4196468 140733691264144 139678755615776 139679755114197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33255424 140733691271339 140733691274588 140733691274588 140733691277263 0
[pid=8184/tid=8244] ppid=8181 vsize=10818904 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8184/task/8244/stat : 8244 (java) S 8181 8184 4192 0 -1 1077944384 1 13130 0 0 0 0 5 3 20 0 15 0 69554697 11078557696 10700 33554432000 4194304 4196468 140733691264144 139678644691824 139679755114197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33255424 140733691271339 140733691274588 140733691274588 140733691277263 0
[pid=8184/tid=8245] ppid=8181 vsize=10818904 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8184/task/8245/stat : 8245 (java) S 8181 8184 4192 0 -1 1077944384 3 13130 0 0 0 0 5 3 20 0 15 0 69554699 11078557696 10700 33554432000 4194304 4196468 140733691264144 139678337292112 139679755122587 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33255424 140733691271339 140733691274588 140733691274588 140733691277263 0
[pid=8184/tid=8246] ppid=8181 vsize=10818904 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/8184/task/8246/stat : 8246 (java) S 8181 8184 4192 0 -1 1077944384 512 13130 0 0 1 0 5 3 20 0 15 0 69554699 11078557696 10700 33554432000 4194304 4196468 140733691264144 139678722059120 139679755115138 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33255424 140733691271339 140733691274588 140733691274588 140733691277263 0
[pid=8184/tid=8247] ppid=8181 vsize=10818904 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/8184/task/8247/stat : 8247 (java) S 8181 8184 4192 0 -1 1077944384 54 13130 0 0 0 0 5 3 20 0 15 0 69554699 11078557696 10700 33554432000 4194304 4196468 140733691264144 139678721006320 139679755115138 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33255424 140733691271339 140733691274588 140733691274588 140733691277263 0
[pid=8184/tid=8248] ppid=8181 vsize=10818904 memory=139637637580416 CPUtime=0.11 cores=1,3,5,7
/proc/8184/task/8248/stat : 8248 (java) S 8181 8184 4192 0 -1 1077944384 564 13130 0 0 3 0 5 3 20 0 15 0 69554699 11078557696 10700 33554432000 4194304 4196468 140733691264144 139678719953520 139679755115138 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33255424 140733691271339 140733691274588 140733691274588 140733691277263 0
[pid=8184/tid=8249] ppid=8181 vsize=10818904 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/8184/task/8249/stat : 8249 (java) S 8181 8184 4192 0 -1 1077944384 3 13130 0 0 0 0 5 3 20 0 15 0 69554700 11078557696 10700 33554432000 4194304 4196468 140733691264144 139678303734496 139679755114197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33255424 140733691271339 140733691274588 140733691274588 140733691277263 0
[pid=8184/tid=8250] ppid=8181 vsize=10818904 memory=139637637580416 CPUtime=0.08 cores=1,3,5,7
/proc/8184/task/8250/stat : 8250 (java) S 8181 8184 4192 0 -1 1077944384 1 13130 0 0 0 0 5 3 20 0 15 0 69554700 11078557696 10700 33554432000 4194304 4196468 140733691264144 139678718900912 139679755115138 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33255424 140733691271339 140733691274588 140733691274588 140733691277263 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10818904 KiB
Current children cumulated memory: 42008 KiB

[startup+0.310308 s]*
/proc/loadavg: 2.43 2.10 2.04 3/218 8250
/proc/meminfo: memFree=15687604/32770624 swapFree=67108860/67108860
[pid=8184] ppid=8181 vsize=10819352 memory=53728 CPUtime=0.38 cores=1,3,5,7
/proc/8184/stat : 8184 (java) S 8181 8184 4192 0 -1 1077944320 10556 13130 0 0 28 2 5 3 20 0 15 0 69554685 11079016448 13432 33554432000 4194304 4196468 140733691264144 140733691246688 139679755103991 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 33255424 140733691271339 140733691274588 140733691274588 140733691277263 0
/proc/8184/statm: 2704838 13432 3056 1 0 2667149 0
[pid=8184/tid=8237] ppid=8181 vsize=10819352 memory=8112282956445269571 CPUtime=0.28 cores=1,3,5,7
/proc/8184/task/8237/stat : 8237 (java) R 8181 8184 4192 0 -1 4202560 7174 13130 0 0 19 1 5 3 20 0 15 0 69554694 11079016448 13432 33554432000 4194304 4196468 140733691264144 139679726916000 139679735379321 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33255424 140733691271339 140733691274588 140733691274588 140733691277263 0
[pid=8184/tid=8238] ppid=8181 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8184/task/8238/stat : 8238 (java) S 8181 8184 4192 0 -1 1077944384 1 13130 0 0 0 0 5 3 20 0 15 0 69554695 11079016448 13432 33554432000 4194304 4196468 140733691264144 139679759346832 139679755114197 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33255424 140733691271339 140733691274588 140733691274588 140733691277263 0
[pid=8184/tid=8239] ppid=8181 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8184/task/8239/stat : 8239 (java) S 8181 8184 4192 0 -1 1077944384 1 13130 0 0 0 0 5 3 20 0 15 0 69554695 11079016448 13432 33554432000 4194304 4196468 140733691264144 139679658236944 139679755114197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33255424 140733691271339 140733691274588 140733691274588 140733691277263 0
[pid=8184/tid=8240] ppid=8181 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8184/task/8240/stat : 8240 (java) S 8181 8184 4192 0 -1 1077944384 1 13130 0 0 0 0 5 3 20 0 15 0 69554695 11079016448 13432 33554432000 4194304 4196468 140733691264144 139679657184144 139679755114197 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33255424 140733691271339 140733691274588 140733691274588 140733691277263 0
[pid=8184/tid=8241] ppid=8181 vsize=10819352 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/8184/task/8241/stat : 8241 (java) S 8181 8184 4192 0 -1 1077944384 2 13130 0 0 0 0 5 3 20 0 15 0 69554695 11079016448 13432 33554432000 4194304 4196468 140733691264144 139679656131344 139679755114197 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33255424 140733691271339 140733691274588 140733691274588 140733691277263 0
[pid=8184/tid=8242] ppid=8181 vsize=10819352 memory=139637637580415 CPUtime=0.08 cores=1,3,5,7
/proc/8184/task/8242/stat : 8242 (java) S 8181 8184 4192 0 -1 1077944384 2 13130 0 0 0 0 5 3 20 0 15 0 69554696 11079016448 13432 33554432000 4194304 4196468 140733691264144 139678756669808 139679755115138 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33255424 140733691271339 140733691274588 140733691274588 140733691277263 0
[pid=8184/tid=8243] ppid=8181 vsize=10819352 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/8184/task/8243/stat : 8243 (java) S 8181 8184 4192 0 -1 1077944384 33 13130 0 0 0 0 5 3 20 0 15 0 69554696 11079016448 13432 33554432000 4194304 4196468 140733691264144 139678755615776 139679755114197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33255424 140733691271339 140733691274588 140733691274588 140733691277263 0
[pid=8184/tid=8244] ppid=8181 vsize=10819352 memory=139637637580416 CPUtime=0.08 cores=1,3,5,7
/proc/8184/task/8244/stat : 8244 (java) S 8181 8184 4192 0 -1 1077944384 1 13130 0 0 0 0 5 3 20 0 15 0 69554697 11079016448 13432 33554432000 4194304 4196468 140733691264144 139678644691824 139679755114197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33255424 140733691271339 140733691274588 140733691274588 140733691277263 0
[pid=8184/tid=8245] ppid=8181 vsize=10819352 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/8184/task/8245/stat : 8245 (java) S 8181 8184 4192 0 -1 1077944384 3 13130 0 0 0 0 5 3 20 0 15 0 69554699 11079016448 13432 33554432000 4194304 4196468 140733691264144 139678337292112 139679755122587 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33255424 140733691271339 140733691274588 140733691274588 140733691277263 0
[pid=8184/tid=8246] ppid=8181 vsize=10819352 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/8184/task/8246/stat : 8246 (java) S 8181 8184 4192 0 -1 1077944384 513 13130 0 0 2 0 5 3 20 0 15 0 69554699 11079016448 13432 33554432000 4194304 4196468 140733691264144 139678722059120 139679755115138 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33255424 140733691271339 140733691274588 140733691274588 140733691277263 0
[pid=8184/tid=8247] ppid=8181 vsize=10819352 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/8184/task/8247/stat : 8247 (java) S 8181 8184 4192 0 -1 1077944384 54 13130 0 0 1 0 5 3 20 0 15 0 69554699 11079016448 13432 33554432000 4194304 4196468 140733691264144 139678721006320 139679755115138 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33255424 140733691271339 140733691274588 140733691274588 140733691277263 0
[pid=8184/tid=8248] ppid=8181 vsize=10819352 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/8184/task/8248/stat : 8248 (java) S 8181 8184 4192 0 -1 1077944384 574 13130 0 0 5 0 5 3 20 0 15 0 69554699 11079016448 13432 33554432000 4194304 4196468 140733691264144 139678719953520 139679755115138 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33255424 140733691271339 140733691274588 140733691274588 140733691277263 0
[pid=8184/tid=8249] ppid=8181 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8184/task/8249/stat : 8249 (java) S 8181 8184 4192 0 -1 1077944384 3 13130 0 0 0 0 5 3 20 0 15 0 69554700 11079016448 13432 33554432000 4194304 4196468 140733691264144 139678303734496 139679755114197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33255424 140733691271339 140733691274588 140733691274588 140733691277263 0
[pid=8184/tid=8250] ppid=8181 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8184/task/8250/stat : 8250 (java) S 8181 8184 4192 0 -1 1077944384 1 13130 0 0 0 0 5 3 20 0 15 0 69554700 11079016448 13432 33554432000 4194304 4196468 140733691264144 139678718900912 139679755115138 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33255424 140733691271339 140733691274588 140733691274588 140733691277263 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 53728 KiB

[startup+0.700762 s]
/proc/loadavg: 2.43 2.10 2.04 3/218 8250
/proc/meminfo: memFree=15676624/32770624 swapFree=67108860/67108860
[pid=8184] ppid=8181 vsize=10819352 memory=86204 CPUtime=0.98 cores=1,3,5,7
/proc/8184/stat : 8184 (java) S 8181 8184 4192 0 -1 1077944320 16751 13130 0 0 86 4 5 3 20 0 15 0 69554685 11079016448 21551 33554432000 4194304 4196468 140733691264144 140733691246688 139679755103991 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 33255424 140733691271339 140733691274588 140733691274588 140733691277263 0
/proc/8184/statm: 2704838 21551 3237 1 0 2667149 0
[pid=8184/tid=8237] ppid=8181 vsize=10819352 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/8184/task/8237/stat : 8237 (java) R 8181 8184 4192 0 -1 4202560 12266 13130 0 0 55 3 5 3 20 0 15 0 69554694 11079016448 21551 33554432000 4194304 4196468 140733691264144 139679726904552 139679755125917 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33255424 140733691271339 140733691274588 140733691274588 140733691277263 0
[pid=8184/tid=8238] ppid=8181 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8184/task/8238/stat : 8238 (java) S 8181 8184 4192 0 -1 1077944384 1 13130 0 0 0 0 5 3 20 0 15 0 69554695 11079016448 21551 33554432000 4194304 4196468 140733691264144 139679759346832 139679755114197 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33255424 140733691271339 140733691274588 140733691274588 140733691277263 0
[pid=8184/tid=8239] ppid=8181 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8184/task/8239/stat : 8239 (java) S 8181 8184 4192 0 -1 1077944384 1 13130 0 0 0 0 5 3 20 0 15 0 69554695 11079016448 21551 33554432000 4194304 4196468 140733691264144 139679658236944 139679755114197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33255424 140733691271339 140733691274588 140733691274588 140733691277263 0
[pid=8184/tid=8240] ppid=8181 vsize=10819352 memory=4132 CPUtime=0.08 cores=1,3,5,7
/proc/8184/task/8240/stat : 8240 (java) S 8181 8184 4192 0 -1 1077944384 1 13130 0 0 0 0 5 3 20 0 15 0 69554695 11079016448 21551 33554432000 4194304 4196468 140733691264144 139679657184144 139679755114197 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33255424 140733691271339 140733691274588 140733691274588 140733691277263 0
[pid=8184/tid=8241] ppid=8181 vsize=10819352 memory=2241 CPUtime=0.08 cores=1,3,5,7
/proc/8184/task/8241/stat : 8241 (java) S 8181 8184 4192 0 -1 1077944384 2 13130 0 0 0 0 5 3 20 0 15 0 69554695 11079016448 21551 33554432000 4194304 4196468 140733691264144 139679656131344 139679755114197 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33255424 140733691271339 140733691274588 140733691274588 140733691277263 0
[pid=8184/tid=8242] ppid=8181 vsize=10819352 memory=2244 CPUtime=0.08 cores=1,3,5,7
/proc/8184/task/8242/stat : 8242 (java) S 8181 8184 4192 0 -1 1077944384 5 13130 0 0 0 0 5 3 20 0 15 0 69554696 11079016448 21551 33554432000 4194304 4196468 140733691264144 139678756669808 139679755115138 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33255424 140733691271339 140733691274588 140733691274588 140733691277263 0
[pid=8184/tid=8243] ppid=8181 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8184/task/8243/stat : 8243 (java) S 8181 8184 4192 0 -1 1077944384 33 13130 0 0 0 0 5 3 20 0 15 0 69554696 11079016448 21551 33554432000 4194304 4196468 140733691264144 139678755615776 139679755114197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33255424 140733691271339 140733691274588 140733691274588 140733691277263 0
[pid=8184/tid=8244] ppid=8181 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8184/task/8244/stat : 8244 (java) S 8181 8184 4192 0 -1 1077944384 1 13130 0 0 0 0 5 3 20 0 15 0 69554697 11079016448 21551 33554432000 4194304 4196468 140733691264144 139678644691824 139679755114197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33255424 140733691271339 140733691274588 140733691274588 140733691277263 0
[pid=8184/tid=8245] ppid=8181 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8184/task/8245/stat : 8245 (java) S 8181 8184 4192 0 -1 1077944384 3 13130 0 0 0 0 5 3 20 0 15 0 69554699 11079016448 21551 33554432000 4194304 4196468 140733691264144 139678337292112 139679755122587 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33255424 140733691271339 140733691274588 140733691274588 140733691277263 0
[pid=8184/tid=8246] ppid=8181 vsize=10819352 memory=30305 CPUtime=0.18 cores=1,3,5,7
/proc/8184/task/8246/stat : 8246 (java) S 8181 8184 4192 0 -1 1077944384 1175 13130 0 0 10 0 5 3 20 0 15 0 69554699 11079016448 21551 33554432000 4194304 4196468 140733691264144 139678722059120 139679755115138 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33255424 140733691271339 140733691274588 140733691274588 140733691277263 0
[pid=8184/tid=8247] ppid=8181 vsize=10819352 memory=0 CPUtime=0.14 cores=1,3,5,7
/proc/8184/task/8247/stat : 8247 (java) S 8181 8184 4192 0 -1 1077944384 420 13130 0 0 6 0 5 3 20 0 15 0 69554699 11079016448 21551 33554432000 4194304 4196468 140733691264144 139678721006320 139679755115138 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33255424 140733691271339 140733691274588 140733691274588 140733691277263 0
[pid=8184/tid=8248] ppid=8181 vsize=10819352 memory=3533419649945857444 CPUtime=0.21 cores=1,3,5,7
/proc/8184/task/8248/stat : 8248 (java) S 8181 8184 4192 0 -1 1077944384 646 13130 0 0 13 0 5 3 20 0 15 0 69554699 11079016448 21551 33554432000 4194304 4196468 140733691264144 139678719953520 139679755115138 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33255424 140733691271339 140733691274588 140733691274588 140733691277263 0
[pid=8184/tid=8249] ppid=8181 vsize=10819352 memory=-6305718312468242048 CPUtime=0.08 cores=1,3,5,7
/proc/8184/task/8249/stat : 8249 (java) S 8181 8184 4192 0 -1 1077944384 3 13130 0 0 0 0 5 3 20 0 15 0 69554700 11079016448 21551 33554432000 4194304 4196468 140733691264144 139678303734496 139679755114197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33255424 140733691271339 140733691274588 140733691274588 140733691277263 0
[pid=8184/tid=8250] ppid=8181 vsize=10819352 memory=-7094132109863559211 CPUtime=0.08 cores=1,3,5,7
/proc/8184/task/8250/stat : 8250 (java) S 8181 8184 4192 0 -1 1077944384 1 13130 0 0 0 0 5 3 20 0 15 0 69554700 11079016448 21551 33554432000 4194304 4196468 140733691264144 139678718900912 139679755115138 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33255424 140733691271339 140733691274588 140733691274588 140733691277263 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 86204 KiB

[startup+1.50073 s]
/proc/loadavg: 2.43 2.10 2.04 3/218 8250
/proc/meminfo: memFree=15630696/32770624 swapFree=67108860/67108860
[pid=8184] ppid=8181 vsize=10834252 memory=179572 CPUtime=2.25 cores=1,3,5,7
/proc/8184/stat : 8184 (java) S 8181 8184 4192 0 -1 1077944320 25277 13130 0 0 206 11 5 3 20 0 15 0 69554685 11094274048 44893 33554432000 4194304 4196468 140733691264144 140733691246688 139679755103991 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 33255424 140733691271339 140733691274588 140733691274588 140733691277263 0
/proc/8184/statm: 2708563 44893 3471 1 0 2670221 0
[pid=8184/tid=8237] ppid=8181 vsize=10834252 memory=186 CPUtime=1.43 cores=1,3,5,7
/proc/8184/task/8237/stat : 8237 (java) R 8181 8184 4192 0 -1 4202560 18073 13130 0 0 129 6 5 3 20 0 15 0 69554694 11094274048 44893 33554432000 4194304 4196468 140733691264144 139679726933984 139679739147621 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33255424 140733691271339 140733691274588 140733691274588 140733691277263 0
[pid=8184/tid=8238] ppid=8181 vsize=10834252 memory=118 CPUtime=0.09 cores=1,3,5,7
/proc/8184/task/8238/stat : 8238 (java) S 8181 8184 4192 0 -1 1077944384 19 13130 0 0 1 0 5 3 20 0 15 0 69554695 11094274048 44893 33554432000 4194304 4196468 140733691264144 139679759346832 139679755114197 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33255424 140733691271339 140733691274588 140733691274588 140733691277263 0
[pid=8184/tid=8239] ppid=8181 vsize=10834252 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/8184/task/8239/stat : 8239 (java) S 8181 8184 4192 0 -1 1077944384 71 13130 0 0 1 0 5 3 20 0 15 0 69554695 11094274048 44893 33554432000 4194304 4196468 140733691264144 139679658236944 139679755114197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33255424 140733691271339 140733691274588 140733691274588 140733691277263 0
[pid=8184/tid=8240] ppid=8181 vsize=10834252 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/8184/task/8240/stat : 8240 (java) S 8181 8184 4192 0 -1 1077944384 23 13130 0 0 1 0 5 3 20 0 15 0 69554695 11094274048 44893 33554432000 4194304 4196468 140733691264144 139679657184144 139679755114197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33255424 140733691271339 140733691274588 140733691274588 140733691277263 0
[pid=8184/tid=8241] ppid=8181 vsize=10834252 memory=55 CPUtime=0.08 cores=1,3,5,7
/proc/8184/task/8241/stat : 8241 (java) S 8181 8184 4192 0 -1 1077944384 246 13130 0 0 0 0 5 3 20 0 15 0 69554695 11094274048 44893 33554432000 4194304 4196468 140733691264144 139679656131344 139679755114197 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33255424 140733691271339 140733691274588 140733691274588 140733691277263 0
[pid=8184/tid=8242] ppid=8181 vsize=10834252 memory=3533419649945857444 CPUtime=0.09 cores=1,3,5,7
/proc/8184/task/8242/stat : 8242 (java) S 8181 8184 4192 0 -1 1077944384 977 13130 0 0 1 0 5 3 20 0 15 0 69554696 11094274048 44893 33554432000 4194304 4196468 140733691264144 139678756669808 139679755115138 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33255424 140733691271339 140733691274588 140733691274588 140733691277263 0
[pid=8184/tid=8243] ppid=8181 vsize=10834252 memory=279275013976128 CPUtime=0.08 cores=1,3,5,7
/proc/8184/task/8243/stat : 8243 (java) S 8181 8184 4192 0 -1 1077944384 33 13130 0 0 0 0 5 3 20 0 15 0 69554696 11094274048 44893 33554432000 4194304 4196468 140733691264144 139678755615840 139679755114197 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33255424 140733691271339 140733691274588 140733691274588 140733691277263 0
[pid=8184/tid=8244] ppid=8181 vsize=10834252 memory=279275013980576 CPUtime=0.08 cores=1,3,5,7
/proc/8184/task/8244/stat : 8244 (java) S 8181 8184 4192 0 -1 1077944384 2 13130 0 0 0 0 5 3 20 0 15 0 69554697 11094274048 44893 33554432000 4194304 4196468 140733691264144 139678644691840 139679755114197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33255424 140733691271339 140733691274588 140733691274588 140733691277263 0
[pid=8184/tid=8245] ppid=8181 vsize=10834252 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8184/task/8245/stat : 8245 (java) S 8181 8184 4192 0 -1 1077944384 3 13130 0 0 0 0 5 3 20 0 15 0 69554699 11094274048 44893 33554432000 4194304 4196468 140733691264144 139678337292112 139679755122587 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33255424 140733691271339 140733691274588 140733691274588 140733691277263 0
[pid=8184/tid=8246] ppid=8181 vsize=10834252 memory=6944656575208382560 CPUtime=0.3 cores=1,3,5,7
/proc/8184/task/8246/stat : 8246 (java) R 8181 8184 4192 0 -1 4202560 1336 13130 0 0 22 0 5 3 20 0 15 0 69554699 11094274048 44893 33554432000 4194304 4196468 140733691264144 139678722059120 139679736648095 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33255424 140733691271339 140733691274588 140733691274588 140733691277263 0
[pid=8184/tid=8247] ppid=8181 vsize=10834252 memory=0 CPUtime=0.25 cores=1,3,5,7
/proc/8184/task/8247/stat : 8247 (java) S 8181 8184 4192 0 -1 1077944384 882 13130 0 0 17 0 5 3 20 0 15 0 69554699 11094274048 44893 33554432000 4194304 4196468 140733691264144 139678721006320 139679755115138 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33255424 140733691271339 140733691274588 140733691274588 140733691277263 0
[pid=8184/tid=8248] ppid=8181 vsize=10834252 memory=0 CPUtime=0.38 cores=1,3,5,7
/proc/8184/task/8248/stat : 8248 (java) S 8181 8184 4192 0 -1 1077944384 1413 13130 0 0 30 0 5 3 20 0 15 0 69554699 11094274048 44893 33554432000 4194304 4196468 140733691264144 139678719953520 139679755115138 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33255424 140733691271339 140733691274588 140733691274588 140733691277263 0
[pid=8184/tid=8249] ppid=8181 vsize=10834252 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8184/task/8249/stat : 8249 (java) S 8181 8184 4192 0 -1 1077944384 3 13130 0 0 0 0 5 3 20 0 15 0 69554700 11094274048 44893 33554432000 4194304 4196468 140733691264144 139678303734496 139679755114197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33255424 140733691271339 140733691274588 140733691274588 140733691277263 0
[pid=8184/tid=8250] ppid=8181 vsize=10834252 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8184/task/8250/stat : 8250 (java) S 8181 8184 4192 0 -1 1077944384 3 13130 0 0 0 0 5 3 20 0 15 0 69554700 11094274048 44893 33554432000 4194304 4196468 140733691264144 139678718900912 139679755115138 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33255424 140733691271339 140733691274588 140733691274588 140733691277263 0
Current children cumulated CPU time: 2.25 s
Current children cumulated vsize: 10834252 KiB

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

[startup+3.11005 s]
/proc/loadavg: 2.55 2.13 2.05 4/218 8250
/proc/meminfo: memFree=15514064/32770624 swapFree=67108860/67108860
[pid=8184] ppid=8181 vsize=10844512 memory=247532 CPUtime=6.1 cores=1,3,5,7
/proc/8184/stat : 8184 (java) S 8181 8184 4192 0 -1 1077944320 35732 13130 0 0 586 16 5 3 20 0 15 0 69554685 11104780288 61883 33554432000 4194304 4196468 140733691264144 140733691246688 139679755103991 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 33255424 140733691271339 140733691274588 140733691274588 140733691277263 0
/proc/8184/statm: 2711128 61883 3494 1 0 2672781 0
[pid=8184/tid=8237] ppid=8181 vsize=10844512 memory=0 CPUtime=2.98 cores=1,3,5,7
/proc/8184/task/8237/stat : 8237 (java) R 8181 8184 4192 0 -1 4202560 23477 13130 0 0 282 8 5 3 20 0 15 0 69554694 11104780288 61883 33554432000 4194304 4196468 140733691264144 139679726936608 139679755115926 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33255424 140733691271339 140733691274588 140733691274588 140733691277263 0
[pid=8184/tid=8238] ppid=8181 vsize=10844512 memory=80 CPUtime=0.1 cores=1,3,5,7
/proc/8184/task/8238/stat : 8238 (java) S 8181 8184 4192 0 -1 1077944384 53 13130 0 0 2 0 5 3 20 0 15 0 69554695 11104780288 61883 33554432000 4194304 4196468 140733691264144 139679759346832 139679755114197 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33255424 140733691271339 140733691274588 140733691274588 140733691277263 0
[pid=8184/tid=8239] ppid=8181 vsize=10844512 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/8184/task/8239/stat : 8239 (java) S 8181 8184 4192 0 -1 1077944384 89 13130 0 0 3 0 5 3 20 0 15 0 69554695 11104780288 61883 33554432000 4194304 4196468 140733691264144 139679658236944 139679755114197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33255424 140733691271339 140733691274588 140733691274588 140733691277263 0
[pid=8184/tid=8240] ppid=8181 vsize=10844512 memory=279275013976032 CPUtime=0.11 cores=1,3,5,7
/proc/8184/task/8240/stat : 8240 (java) S 8181 8184 4192 0 -1 1077944384 39 13130 0 0 3 0 5 3 20 0 15 0 69554695 11104780288 61883 33554432000 4194304 4196468 140733691264144 139679657184144 139679755114197 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33255424 140733691271339 140733691274588 140733691274588 140733691277263 0
[pid=8184/tid=8241] ppid=8181 vsize=10844512 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/8184/task/8241/stat : 8241 (java) S 8181 8184 4192 0 -1 1077944384 255 13130 0 0 2 0 5 3 20 0 15 0 69554695 11104780288 61883 33554432000 4194304 4196468 140733691264144 139679656131344 139679755114197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33255424 140733691271339 140733691274588 140733691274588 140733691277263 0
[pid=8184/tid=8242] ppid=8181 vsize=10844512 memory=55 CPUtime=0.11 cores=1,3,5,7
/proc/8184/task/8242/stat : 8242 (java) S 8181 8184 4192 0 -1 1077944384 1434 13130 0 0 3 0 5 3 20 0 15 0 69554696 11104780288 61883 33554432000 4194304 4196468 140733691264144 139678756669808 139679755115138 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33255424 140733691271339 140733691274588 140733691274588 140733691277263 0
[pid=8184/tid=8243] ppid=8181 vsize=10844512 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8184/task/8243/stat : 8243 (java) S 8181 8184 4192 0 -1 1077944384 36 13130 0 0 0 0 5 3 20 0 15 0 69554696 11104780288 61883 33554432000 4194304 4196468 140733691264144 139678755615840 139679755114197 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33255424 140733691271339 140733691274588 140733691274588 140733691277263 0
[pid=8184/tid=8244] ppid=8181 vsize=10844512 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8184/task/8244/stat : 8244 (java) S 8181 8184 4192 0 -1 1077944384 2 13130 0 0 0 0 5 3 20 0 15 0 69554697 11104780288 61883 33554432000 4194304 4196468 140733691264144 139678644691840 139679755114197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33255424 140733691271339 140733691274588 140733691274588 140733691277263 0
[pid=8184/tid=8245] ppid=8181 vsize=10844512 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8184/task/8245/stat : 8245 (java) S 8181 8184 4192 0 -1 1077944384 3 13130 0 0 0 0 5 3 20 0 15 0 69554699 11104780288 61883 33554432000 4194304 4196468 140733691264144 139678337292112 139679755122587 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33255424 140733691271339 140733691274588 140733691274588 140733691277263 0
[pid=8184/tid=8246] ppid=8181 vsize=10844512 memory=9130442918606700162 CPUtime=0.88 cores=1,3,5,7
/proc/8184/task/8246/stat : 8246 (java) S 8181 8184 4192 0 -1 1077944384 2016 13130 0 0 79 1 5 3 20 0 15 0 69554699 11104780288 61883 33554432000 4194304 4196468 140733691264144 139678722059120 139679755115138 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33255424 140733691271339 140733691274588 140733691274588 140733691277263 0
[pid=8184/tid=8247] ppid=8181 vsize=10844512 memory=667680 CPUtime=1.07 cores=1,3,5,7
/proc/8184/task/8247/stat : 8247 (java) S 8181 8184 4192 0 -1 1077944384 2408 13130 0 0 98 1 5 3 20 0 15 0 69554699 11104780288 61883 33554432000 4194304 4196468 140733691264144 139678721006320 139679755115138 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33255424 140733691271339 140733691274588 140733691274588 140733691277263 0
[pid=8184/tid=8248] ppid=8181 vsize=10844512 memory=0 CPUtime=1.17 cores=1,3,5,7
/proc/8184/task/8248/stat : 8248 (java) R 8181 8184 4192 0 -1 4202560 3723 13130 0 0 108 1 5 3 20 0 15 0 69554699 11104780288 61883 33554432000 4194304 4196468 140733691264144 139678719953408 139679747341118 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33255424 140733691271339 140733691274588 140733691274588 140733691277263 0
[pid=8184/tid=8249] ppid=8181 vsize=10844512 memory=303993173188018202 CPUtime=0.08 cores=1,3,5,7
/proc/8184/task/8249/stat : 8249 (java) S 8181 8184 4192 0 -1 1077944384 3 13130 0 0 0 0 5 3 20 0 15 0 69554700 11104780288 61883 33554432000 4194304 4196468 140733691264144 139678303734496 139679755114197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33255424 140733691271339 140733691274588 140733691274588 140733691277263 0
[pid=8184/tid=8250] ppid=8181 vsize=10844512 memory=302022869909766459 CPUtime=0.08 cores=1,3,5,7
/proc/8184/task/8250/stat : 8250 (java) S 8181 8184 4192 0 -1 1077944384 3 13130 0 0 0 0 5 3 20 0 15 0 69554700 11104780288 61883 33554432000 4194304 4196468 140733691264144 139678718900912 139679755115138 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33255424 140733691271339 140733691274588 140733691274588 140733691277263 0
Current children cumulated CPU time: 6.1 s
Current children cumulated vsize: 10844512 KiB
Current children cumulated memory: 247532 KiB

[startup+3.7988 s]
# the end of solver process 8184 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=7.56397 s, system=0.242971 s

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

[startup+3.20464 s]
/proc/loadavg: 2.55 2.13 2.05 4/218 8250
/proc/meminfo: memFree=15514064/32770624 swapFree=67108860/67108860
[pid=8184] ppid=8181 vsize=10846560 memory=248900 CPUtime=6.3 cores=1,3,5,7
/proc/8184/stat : 8184 (java) S 8181 8184 4192 0 -1 1077944320 36131 13130 0 0 606 16 5 3 20 0 15 0 69554685 11106877440 62225 33554432000 4194304 4196468 140733691264144 140733691246688 139679755103991 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 33255424 140733691271339 140733691274588 140733691274588 140733691277263 0
/proc/8184/statm: 2711640 62225 3495 1 0 2673293 0
[pid=8184/tid=8237] ppid=8181 vsize=10846560 memory=279275014717200 CPUtime=3.08 cores=1,3,5,7
/proc/8184/task/8237/stat : 8237 (java) R 8181 8184 4192 0 -1 4202560 23744 13130 0 0 292 8 5 3 20 0 15 0 69554694 11106877440 62225 33554432000 4194304 4196468 140733691264144 139679726936496 139679739147621 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33255424 140733691271339 140733691274588 140733691274588 140733691277263 0
[pid=8184/tid=8238] ppid=8181 vsize=10846560 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/8184/task/8238/stat : 8238 (java) S 8181 8184 4192 0 -1 1077944384 53 13130 0 0 2 0 5 3 20 0 15 0 69554695 11106877440 62225 33554432000 4194304 4196468 140733691264144 139679759346832 139679755114197 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33255424 140733691271339 140733691274588 140733691274588 140733691277263 0
[pid=8184/tid=8239] ppid=8181 vsize=10846560 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/8184/task/8239/stat : 8239 (java) S 8181 8184 4192 0 -1 1077944384 89 13130 0 0 3 0 5 3 20 0 15 0 69554695 11106877440 62225 33554432000 4194304 4196468 140733691264144 139679658236944 139679755114197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33255424 140733691271339 140733691274588 140733691274588 140733691277263 0
[pid=8184/tid=8240] ppid=8181 vsize=10846560 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/8184/task/8240/stat : 8240 (java) S 8181 8184 4192 0 -1 1077944384 39 13130 0 0 3 0 5 3 20 0 15 0 69554695 11106877440 62225 33554432000 4194304 4196468 140733691264144 139679657184144 139679755114197 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33255424 140733691271339 140733691274588 140733691274588 140733691277263 0
[pid=8184/tid=8241] ppid=8181 vsize=10846560 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/8184/task/8241/stat : 8241 (java) S 8181 8184 4192 0 -1 1077944384 255 13130 0 0 2 0 5 3 20 0 15 0 69554695 11106877440 62225 33554432000 4194304 4196468 140733691264144 139679656131344 139679755114197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33255424 140733691271339 140733691274588 140733691274588 140733691277263 0
[pid=8184/tid=8242] ppid=8181 vsize=10846560 memory=3009 CPUtime=0.11 cores=1,3,5,7
/proc/8184/task/8242/stat : 8242 (java) S 8181 8184 4192 0 -1 1077944384 1434 13130 0 0 3 0 5 3 20 0 15 0 69554696 11106877440 62225 33554432000 4194304 4196468 140733691264144 139678756669808 139679755115138 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33255424 140733691271339 140733691274588 140733691274588 140733691277263 0
[pid=8184/tid=8243] ppid=8181 vsize=10846560 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8184/task/8243/stat : 8243 (java) S 8181 8184 4192 0 -1 1077944384 36 13130 0 0 0 0 5 3 20 0 15 0 69554696 11106877440 62225 33554432000 4194304 4196468 140733691264144 139678755615840 139679755114197 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33255424 140733691271339 140733691274588 140733691274588 140733691277263 0
[pid=8184/tid=8244] ppid=8181 vsize=10846560 memory=-5628408999910123566 CPUtime=0.08 cores=1,3,5,7
/proc/8184/task/8244/stat : 8244 (java) S 8181 8184 4192 0 -1 1077944384 2 13130 0 0 0 0 5 3 20 0 15 0 69554697 11106877440 62225 33554432000 4194304 4196468 140733691264144 139678644691840 139679755114197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33255424 140733691271339 140733691274588 140733691274588 140733691277263 0
[pid=8184/tid=8245] ppid=8181 vsize=10846560 memory=6944652177228980320 CPUtime=0.08 cores=1,3,5,7
/proc/8184/task/8245/stat : 8245 (java) S 8181 8184 4192 0 -1 1077944384 3 13130 0 0 0 0 5 3 20 0 15 0 69554699 11106877440 62225 33554432000 4194304 4196468 140733691264144 139678337292112 139679755122587 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33255424 140733691271339 140733691274588 140733691274588 140733691277263 0
[pid=8184/tid=8246] ppid=8181 vsize=10846560 memory=6944656592455360604 CPUtime=0.93 cores=1,3,5,7
/proc/8184/task/8246/stat : 8246 (java) S 8181 8184 4192 0 -1 1077944384 2029 13130 0 0 84 1 5 3 20 0 15 0 69554699 11106877440 62225 33554432000 4194304 4196468 140733691264144 139678722059120 139679755115138 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33255424 140733691271339 140733691274588 140733691274588 140733691277263 0
[pid=8184/tid=8247] ppid=8181 vsize=10846560 memory=-5628408999910123566 CPUtime=1.08 cores=1,3,5,7
/proc/8184/task/8247/stat : 8247 (java) S 8181 8184 4192 0 -1 1077944384 2429 13130 0 0 99 1 5 3 20 0 15 0 69554699 11106877440 62225 33554432000 4194304 4196468 140733691264144 139678721006320 139679755115138 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33255424 140733691271339 140733691274588 140733691274588 140733691277263 0
[pid=8184/tid=8248] ppid=8181 vsize=10846560 memory=164 CPUtime=1.21 cores=1,3,5,7
/proc/8184/task/8248/stat : 8248 (java) R 8181 8184 4192 0 -1 4202560 3819 13130 0 0 112 1 5 3 20 0 15 0 69554699 11106877440 62225 33554432000 4194304 4196468 140733691264144 139678719953520 139679755125338 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33255424 140733691271339 140733691274588 140733691274588 140733691277263 0
[pid=8184/tid=8249] ppid=8181 vsize=10846560 memory=6944656592455350634 CPUtime=0.08 cores=1,3,5,7
/proc/8184/task/8249/stat : 8249 (java) S 8181 8184 4192 0 -1 1077944384 3 13130 0 0 0 0 5 3 20 0 15 0 69554700 11106877440 62225 33554432000 4194304 4196468 140733691264144 139678303734496 139679755114197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33255424 140733691271339 140733691274588 140733691274588 140733691277263 0
[pid=8184/tid=8250] ppid=8181 vsize=10846560 memory=139637637580993 CPUtime=0.08 cores=1,3,5,7
/proc/8184/task/8250/stat : 8250 (java) S 8181 8184 4192 0 -1 1077944384 3 13130 0 0 0 0 5 3 20 0 15 0 69554700 11106877440 62225 33554432000 4194304 4196468 140733691264144 139678718900912 139679755115138 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33255424 140733691271339 140733691274588 140733691274588 140733691277263 0
Current children cumulated CPU time: 6.3 s
Current children cumulated vsize: 10846560 KiB
Current children cumulated memory: 248900 KiB

[startup+3.60125 s]
/proc/loadavg: 2.55 2.13 2.05 4/218 8250
/proc/meminfo: memFree=15514064/32770624 swapFree=67108860/67108860
[pid=8184] ppid=8181 vsize=10914144 memory=307168 CPUtime=7.34 cores=1,3,5,7
/proc/8184/stat : 8184 (java) S 8181 8184 4192 0 -1 1077944320 61234 13130 0 0 707 19 5 3 20 0 15 0 69554685 11176083456 76792 33554432000 4194304 4196468 140733691264144 140733691246688 139679755103991 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 33255424 140733691271339 140733691274588 140733691274588 140733691277263 0
/proc/8184/statm: 2728536 76792 3496 1 0 2690189 0
[pid=8184/tid=8237] ppid=8181 vsize=10914144 memory=0 CPUtime=3.47 cores=1,3,5,7
/proc/8184/task/8237/stat : 8237 (java) R 8181 8184 4192 0 -1 4202560 42758 13130 0 0 329 10 5 3 20 0 15 0 69554694 11176083456 76792 33554432000 4194304 4196468 140733691264144 139679726933312 139679739147621 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33255424 140733691271339 140733691274588 140733691274588 140733691277263 0
[pid=8184/tid=8238] ppid=8181 vsize=10914144 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/8184/task/8238/stat : 8238 (java) S 8181 8184 4192 0 -1 1077944384 53 13130 0 0 2 0 5 3 20 0 15 0 69554695 11176083456 76792 33554432000 4194304 4196468 140733691264144 139679759346832 139679755114197 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33255424 140733691271339 140733691274588 140733691274588 140733691277263 0
[pid=8184/tid=8239] ppid=8181 vsize=10914144 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/8184/task/8239/stat : 8239 (java) S 8181 8184 4192 0 -1 1077944384 89 13130 0 0 3 0 5 3 20 0 15 0 69554695 11176083456 76792 33554432000 4194304 4196468 140733691264144 139679658236944 139679755114197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33255424 140733691271339 140733691274588 140733691274588 140733691277263 0
[pid=8184/tid=8240] ppid=8181 vsize=10914144 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/8184/task/8240/stat : 8240 (java) S 8181 8184 4192 0 -1 1077944384 39 13130 0 0 3 0 5 3 20 0 15 0 69554695 11176083456 76792 33554432000 4194304 4196468 140733691264144 139679657184144 139679755114197 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33255424 140733691271339 140733691274588 140733691274588 140733691277263 0
[pid=8184/tid=8241] ppid=8181 vsize=10914144 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/8184/task/8241/stat : 8241 (java) S 8181 8184 4192 0 -1 1077944384 255 13130 0 0 2 0 5 3 20 0 15 0 69554695 11176083456 76792 33554432000 4194304 4196468 140733691264144 139679656131344 139679755114197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33255424 140733691271339 140733691274588 140733691274588 140733691277263 0
[pid=8184/tid=8242] ppid=8181 vsize=10914144 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/8184/task/8242/stat : 8242 (java) S 8181 8184 4192 0 -1 1077944384 1939 13130 0 0 3 0 5 3 20 0 15 0 69554696 11176083456 76792 33554432000 4194304 4196468 140733691264144 139678756669808 139679755115138 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33255424 140733691271339 140733691274588 140733691274588 140733691277263 0
[pid=8184/tid=8243] ppid=8181 vsize=10914144 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8184/task/8243/stat : 8243 (java) S 8181 8184 4192 0 -1 1077944384 36 13130 0 0 0 0 5 3 20 0 15 0 69554696 11176083456 76792 33554432000 4194304 4196468 140733691264144 139678755615840 139679755114197 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33255424 140733691271339 140733691274588 140733691274588 140733691277263 0
[pid=8184/tid=8244] ppid=8181 vsize=10914144 memory=14 CPUtime=0.08 cores=1,3,5,7
/proc/8184/task/8244/stat : 8244 (java) S 8181 8184 4192 0 -1 1077944384 2 13130 0 0 0 0 5 3 20 0 15 0 69554697 11176083456 76792 33554432000 4194304 4196468 140733691264144 139678644691840 139679755114197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33255424 140733691271339 140733691274588 140733691274588 140733691277263 0
[pid=8184/tid=8245] ppid=8181 vsize=10914144 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8184/task/8245/stat : 8245 (java) S 8181 8184 4192 0 -1 1077944384 3 13130 0 0 0 0 5 3 20 0 15 0 69554699 11176083456 76792 33554432000 4194304 4196468 140733691264144 139678337292112 139679755122587 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33255424 140733691271339 140733691274588 140733691274588 140733691277263 0
[pid=8184/tid=8246] ppid=8181 vsize=10914144 memory=7813587196152197430 CPUtime=1.32 cores=1,3,5,7
/proc/8184/task/8246/stat : 8246 (java) R 8181 8184 4192 0 -1 4202560 5608 13130 0 0 122 2 5 3 20 0 15 0 69554699 11176083456 76792 33554432000 4194304 4196468 140733691264144 139678722045000 139679740219077 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33255424 140733691271339 140733691274588 140733691274588 140733691277263 0
[pid=8184/tid=8247] ppid=8181 vsize=10914144 memory=5859570522891898960 CPUtime=1.2 cores=1,3,5,7
/proc/8184/task/8247/stat : 8247 (java) R 8181 8184 4192 0 -1 4202560 2958 13130 0 0 111 1 5 3 20 0 15 0 69554699 11176083456 76792 33554432000 4194304 4196468 140733691264144 139678720999512 139679740001627 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 33255424 140733691271339 140733691274588 140733691274588 140733691277263 0
[pid=8184/tid=8248] ppid=8181 vsize=10914144 memory=7588675599774802240 CPUtime=1.34 cores=1,3,5,7
/proc/8184/task/8248/stat : 8248 (java) S 8181 8184 4192 0 -1 1077944384 5290 13130 0 0 125 1 5 3 20 0 15 0 69554699 11176083456 76792 33554432000 4194304 4196468 140733691264144 139678719953520 139679755115138 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33255424 140733691271339 140733691274588 140733691274588 140733691277263 0
[pid=8184/tid=8249] ppid=8181 vsize=10914144 memory=6442212802344004192 CPUtime=0.08 cores=1,3,5,7
/proc/8184/task/8249/stat : 8249 (java) S 8181 8184 4192 0 -1 1077944384 3 13130 0 0 0 0 5 3 20 0 15 0 69554700 11176083456 76792 33554432000 4194304 4196468 140733691264144 139678303734496 139679755114197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33255424 140733691271339 140733691274588 140733691274588 140733691277263 0
[pid=8184/tid=8250] ppid=8181 vsize=10914144 memory=55 CPUtime=0.08 cores=1,3,5,7
/proc/8184/task/8250/stat : 8250 (java) S 8181 8184 4192 0 -1 1077944384 11 13130 0 0 0 0 5 3 20 0 15 0 69554700 11176083456 76792 33554432000 4194304 4196468 140733691264144 139678718900912 139679755115138 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33255424 140733691271339 140733691274588 140733691274588 140733691277263 0
Current children cumulated CPU time: 7.34 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 307168 KiB

[startup+3.70125 s]
/proc/loadavg: 2.55 2.13 2.05 4/218 8250
/proc/meminfo: memFree=15514064/32770624 swapFree=67108860/67108860
[pid=8184] ppid=8181 vsize=10916504 memory=312156 CPUtime=7.66 cores=1,3,5,7
/proc/8184/stat : 8184 (java) S 8181 8184 4192 0 -1 1077944320 62524 13130 0 0 739 19 5 3 20 0 15 0 69554685 11178500096 78039 33554432000 4194304 4196468 140733691264144 140733691246688 139679755103991 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 33255424 140733691271339 140733691274588 140733691274588 140733691277263 0
/proc/8184/statm: 2729126 78039 3497 1 0 2690779 0
[pid=8184/tid=8237] ppid=8181 vsize=10916504 memory=0 CPUtime=3.57 cores=1,3,5,7
/proc/8184/task/8237/stat : 8237 (java) R 8181 8184 4192 0 -1 4202560 43013 13130 0 0 339 10 5 3 20 0 15 0 69554694 11178500096 78039 33554432000 4194304 4196468 140733691264144 139679726929360 139679345024775 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33255424 140733691271339 140733691274588 140733691274588 140733691277263 0
[pid=8184/tid=8238] ppid=8181 vsize=10916504 memory=55 CPUtime=0.1 cores=1,3,5,7
/proc/8184/task/8238/stat : 8238 (java) S 8181 8184 4192 0 -1 1077944384 53 13130 0 0 2 0 5 3 20 0 15 0 69554695 11178500096 78039 33554432000 4194304 4196468 140733691264144 139679759346832 139679755114197 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33255424 140733691271339 140733691274588 140733691274588 140733691277263 0
[pid=8184/tid=8239] ppid=8181 vsize=10916504 memory=3303 CPUtime=0.11 cores=1,3,5,7
/proc/8184/task/8239/stat : 8239 (java) S 8181 8184 4192 0 -1 1077944384 89 13130 0 0 3 0 5 3 20 0 15 0 69554695 11178500096 78039 33554432000 4194304 4196468 140733691264144 139679658236944 139679755114197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33255424 140733691271339 140733691274588 140733691274588 140733691277263 0
[pid=8184/tid=8240] ppid=8181 vsize=10916504 memory=80 CPUtime=0.11 cores=1,3,5,7
/proc/8184/task/8240/stat : 8240 (java) S 8181 8184 4192 0 -1 1077944384 39 13130 0 0 3 0 5 3 20 0 15 0 69554695 11178500096 78039 33554432000 4194304 4196468 140733691264144 139679657184144 139679755114197 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33255424 140733691271339 140733691274588 140733691274588 140733691277263 0
[pid=8184/tid=8241] ppid=8181 vsize=10916504 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/8184/task/8241/stat : 8241 (java) S 8181 8184 4192 0 -1 1077944384 255 13130 0 0 2 0 5 3 20 0 15 0 69554695 11178500096 78039 33554432000 4194304 4196468 140733691264144 139679656131344 139679755114197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33255424 140733691271339 140733691274588 140733691274588 140733691277263 0
[pid=8184/tid=8242] ppid=8181 vsize=10916504 memory=279275013976032 CPUtime=0.11 cores=1,3,5,7
/proc/8184/task/8242/stat : 8242 (java) S 8181 8184 4192 0 -1 1077944384 1939 13130 0 0 3 0 5 3 20 0 15 0 69554696 11178500096 78039 33554432000 4194304 4196468 140733691264144 139678756669808 139679755115138 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33255424 140733691271339 140733691274588 140733691274588 140733691277263 0
[pid=8184/tid=8243] ppid=8181 vsize=10916504 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8184/task/8243/stat : 8243 (java) S 8181 8184 4192 0 -1 1077944384 36 13130 0 0 0 0 5 3 20 0 15 0 69554696 11178500096 78054 33554432000 4194304 4196468 140733691264144 139678755615840 139679755114197 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33255424 140733691271339 140733691274588 140733691274588 140733691277263 0
[pid=8184/tid=8244] ppid=8181 vsize=10916504 memory=8 CPUtime=0.08 cores=1,3,5,7
/proc/8184/task/8244/stat : 8244 (java) S 8181 8184 4192 0 -1 1077944384 2 13130 0 0 0 0 5 3 20 0 15 0 69554697 11178500096 78054 33554432000 4194304 4196468 140733691264144 139678644691840 139679755114197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33255424 140733691271339 140733691274588 140733691274588 140733691277263 0
[pid=8184/tid=8245] ppid=8181 vsize=10916504 memory=8 CPUtime=0.08 cores=1,3,5,7
/proc/8184/task/8245/stat : 8245 (java) S 8181 8184 4192 0 -1 1077944384 3 13130 0 0 0 0 5 3 20 0 15 0 69554699 11178500096 78054 33554432000 4194304 4196468 140733691264144 139678337292112 139679755122587 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33255424 140733691271339 140733691274588 140733691274588 140733691277263 0
[pid=8184/tid=8246] ppid=8181 vsize=10916504 memory=8 CPUtime=1.42 cores=1,3,5,7
/proc/8184/task/8246/stat : 8246 (java) R 8181 8184 4192 0 -1 4202560 6519 13130 0 0 132 2 5 3 20 0 15 0 69554699 11178500096 78054 33554432000 4194304 4196468 140733691264144 139678722045000 139679734790621 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33255424 140733691271339 140733691274588 140733691274588 140733691277263 0
[pid=8184/tid=8247] ppid=8181 vsize=10916504 memory=8 CPUtime=1.29 cores=1,3,5,7
/proc/8184/task/8247/stat : 8247 (java) R 8181 8184 4192 0 -1 4202560 2987 13130 0 0 120 1 5 3 20 0 15 0 69554699 11178500096 78054 33554432000 4194304 4196468 140733691264144 139678720992416 139679738659235 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 33255424 140733691271339 140733691274588 140733691274588 140733691277263 0
[pid=8184/tid=8248] ppid=8181 vsize=10916504 memory=8 CPUtime=1.38 cores=1,3,5,7
/proc/8184/task/8248/stat : 8248 (java) R 8181 8184 4192 0 -1 4202560 5389 13130 0 0 129 1 5 3 20 0 15 0 69554699 11178500096 78054 33554432000 4194304 4196468 140733691264144 139678719953520 139679748200732 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33255424 140733691271339 140733691274588 140733691274588 140733691277263 0
[pid=8184/tid=8249] ppid=8181 vsize=10916504 memory=8 CPUtime=0.08 cores=1,3,5,7
/proc/8184/task/8249/stat : 8249 (java) S 8181 8184 4192 0 -1 1077944384 3 13130 0 0 0 0 5 3 20 0 15 0 69554700 11178500096 78054 33554432000 4194304 4196468 140733691264144 139678303734496 139679755114197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33255424 140733691271339 140733691274588 140733691274588 140733691277263 0
[pid=8184/tid=8250] ppid=8181 vsize=10916504 memory=8 CPUtime=0.08 cores=1,3,5,7
/proc/8184/task/8250/stat : 8250 (java) S 8181 8184 4192 0 -1 1077944384 11 13130 0 0 0 0 5 3 20 0 15 0 69554700 11178500096 78054 33554432000 4194304 4196468 140733691264144 139678718900912 139679755115138 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33255424 140733691271339 140733691274588 140733691274588 140733691277263 0
Current children cumulated CPU time: 7.66 s
Current children cumulated vsize: 10916504 KiB
Current children cumulated memory: 312156 KiB

Child status: 0
Real time (s): 3.79885
CPU time (s): 7.80694
CPU user time (s): 7.56397
CPU system time (s): 0.242971
CPU usage (%): 205.508
Max. virtual memory (cumulated for all children) (KiB): 10916504
Max. memory (cumulated for all children) (KiB): 312156

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.56397
system time used= 0.242971
maximum resident set size= 314380
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 76559
page faults= 0
swaps= 0
block input operations= 0
block output operations= 144
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6037
involuntary context switches= 31


# summary of solver processes directly reported to runsolver:
#   pid: 8184
#   total CPU time (s): 7.80694
#   total CPU user time (s): 7.56397
#   total CPU system time (s): 0.242971

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.037123 second user time and 0.08414 second system time

The end

Launcher Data

Begin job on node132 at 2018-07-25 13:58:35
IDJOB=4295107
IDBENCH=141466
IDSOLVER=2751
FILE ID=node132/4295107-1532519915
RUNJOBID= node132-1532498695-4224
PBS_JOBID= 21021589
Free space on /tmp= 52120 MiB

SOLVER NAME= Concrete 3.8-SuperNG 2018-06-13
BENCH NAME= XCSP18/Rcpsp/Rcpsp-j30-01-04_c18.xml
COMMAND LINE= concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4295107-1532519915/watcher-4295107-1532519915 -o /tmp/evaluation-result-4295107-1532519915/solver-4295107-1532519915 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1532498695-4224 --watchdog 2580  concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=1156838292 -superng HOME/instance-4295107-1532519915.xml

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

MD5SUM BENCH= b6ecdc29b52a96e4336a8061885c8d68
RANDOM SEED=1156838292

node132.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.65
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.65
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.65
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.65
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:        15727376 kB
MemAvailable:   27067748 kB
Buffers:          199580 kB
Cached:         11307816 kB
SwapCached:            0 kB
Active:          7992336 kB
Inactive:        8424692 kB
Active(anon):    4860220 kB
Inactive(anon):    77616 kB
Active(file):    3132116 kB
Inactive(file):  8347076 kB
Unevictable:        7020 kB
Mlocked:            7020 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26468 kB
Writeback:             0 kB
AnonPages:       4916400 kB
Mapped:            52688 kB
Shmem:             25248 kB
Slab:             317296 kB
SReclaimable:     289640 kB
SUnreclaim:        27656 kB
KernelStack:        3584 kB
PageTables:        14856 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    6566268 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4661248 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 52092 MiB
End job on node132 at 2018-07-25 13:58:39