Trace number 4302720

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-SuperNGOPT68 9.41261 4.39388

General information on the benchmark

NameRcpsp/
Rcpsp-j60-01-02_c18.xml
MD5SUM2a7801ec96cf67d89ec484abe9bad078
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark68
Best CPU time to get the best result obtained on this benchmark3.33733
Satisfiable
(Un)Satisfiability was proved
Number of variables62
Number of constraints97
Number of domains2
Minimum domain size1
Maximum domain size344
Distribution of domain sizes[{"size":1,"count":1},{"size":344,"count":61}]
Minimum variable degree3
Maximum variable degree6
Distribution of variable degrees[{"degree":3,"count":24},{"degree":4,"count":16},{"degree":5,"count":21},{"degree":6,"count":1}]
Minimum constraint arity2
Maximum constraint arity21
Distribution of constraint arities[{"arity":2,"count":93},{"arity":11,"count":1},{"arity":12,"count":1},{"arity":16,"count":1},{"arity":21,"count":1}]
Number of extensional constraints0
Number of intensional constraints93
Distribution of constraint types[{"type":"intension","count":93},{"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.99/0.74	c Concrete v3.9.2.1532736233296 running
8.17/4.09	o 77
8.80/4.22	o 73
8.80/4.23	o 70
9.14/4.31	o 69
9.14/4.35	o 68
9.14/4.36	v <instantiation cost="68">
9.14/4.36	v       <list>
9.14/4.36	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] s[32] s[33] s[34] s[35] s[36] s[37] s[38] s[39] s[40] s[41] s[42] s[43] s[44] s[45] s[46] s[47] s[48] s[49] s[50] s[51] s[52] s[53] s[54] s[55] s[56] s[57] s[58] s[59] s[60] s[61]
9.14/4.36	v       </list>
9.14/4.36	v       <values>
9.14/4.36	v         0 28 0 0 7 7 38 16 21 24 14 18 15 21 24 22 33 24 24 29 24 24 24 40 28 30 34 18 37 33 51 36 36 30 37 33 41 43 40 45 46 46 36 47 59 21 42 28 44 48 48 54 51 56 59 51 64 62 60 61 67 68
9.14/4.36	v       </values>
9.14/4.36	v     </instantiation>
9.14/4.36	s OPTIMUM FOUND

Verifier Data

OK	68

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4302720-1532897826/watcher-4302720-1532897826 -o /tmp/evaluation-result-4302720-1532897826/solver-4302720-1532897826 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node150-1532894180-24644 --watchdog 312 bin/xcsp-3-concrete -J-Xss64M -randomseed=1911027882 -superng HOME/instance-4302720-1532897826.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
solver pid=30508, runsolver pid=30505
Current StackSize limit: 8192 KiB


[startup+0.108404 s]*
/proc/loadavg: 1.32 1.53 1.79 5/207 30566
/proc/meminfo: memFree=27766256/32770624 swapFree=67108792/67108860
[pid=30508] ppid=30505 vsize=10453864 memory=20848 CPUtime=0.09 cores=1,3,5,7
/proc/30508/stat : 30508 (java) S 30505 30508 22977 0 -1 1077944320 4875 13179 0 0 2 0 5 2 20 0 9 0 107345899 10704756736 5212 33554432000 4194304 4196468 140732973825744 140732973808288 140076092460791 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 6955008 140732973828712 140732973831521 140732973831521 140732973834191 0
/proc/30508/statm: 2613466 5212 2102 1 0 2576007 0
[pid=30508/tid=30561] ppid=30505 vsize=10453864 memory=4351193298085250439 CPUtime=0.08 cores=1,3,5,7
/proc/30508/task/30561/stat : 30561 (java) R 30505 30508 22977 0 -1 4202560 2665 13179 0 0 1 0 5 2 20 0 9 0 107345908 10704756736 5212 33554432000 4194304 4196468 140732973825744 140076064296816 140076076541278 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6955008 140732973828712 140732973831521 140732973831521 140732973834191 0
[pid=30508/tid=30562] ppid=30505 vsize=10453864 memory=-7522837583129502606 CPUtime=0.07 cores=1,3,5,7
/proc/30508/task/30562/stat : 30562 (java) S 30505 30508 22977 0 -1 1077944384 1 13179 0 0 0 0 5 2 20 0 9 0 107345909 10704756736 5212 33554432000 4194304 4196468 140732973825744 140076096703120 140076092470997 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6955008 140732973828712 140732973831521 140732973831521 140732973834191 0
[pid=30508/tid=30563] ppid=30505 vsize=10453864 memory=140263346718336 CPUtime=0.07 cores=1,3,5,7
/proc/30508/task/30563/stat : 30563 (java) S 30505 30508 22977 0 -1 1077944384 1 13179 0 0 0 0 5 2 20 0 9 0 107345909 10704756736 5212 33554432000 4194304 4196468 140732973825744 140075631741456 140076092470997 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6955008 140732973828712 140732973831521 140732973831521 140732973834191 0
[pid=30508/tid=30564] ppid=30505 vsize=10453864 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30508/task/30564/stat : 30564 (java) S 30505 30508 22977 0 -1 1077944384 1 13179 0 0 0 0 5 2 20 0 9 0 107345909 10704756736 5212 33554432000 4194304 4196468 140732973825744 140075630688656 140076092470997 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6955008 140732973828712 140732973831521 140732973831521 140732973834191 0
[pid=30508/tid=30565] ppid=30505 vsize=10453864 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/30508/task/30565/stat : 30565 (java) S 30505 30508 22977 0 -1 1077944384 2 13179 0 0 0 0 5 2 20 0 9 0 107345909 10704756736 5212 33554432000 4194304 4196468 140732973825744 140075629635856 140076092470997 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6955008 140732973828712 140732973831521 140732973831521 140732973834191 0
[pid=30508/tid=30566] ppid=30505 vsize=10453864 memory=140263346718336 CPUtime=0.07 cores=1,3,5,7
/proc/30508/task/30566/stat : 30566 (java) S 30505 30508 22977 0 -1 1077944384 2 13179 0 0 0 0 5 2 20 0 9 0 107345910 10704756736 5212 33554432000 4194304 4196468 140732973825744 140075061963632 140076092471938 0 0 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6955008 140732973828712 140732973831521 140732973831521 140732973834191 0
[pid=30508/tid=30567] ppid=30505 vsize=10453864 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/30508/task/30567/stat : 30567 (java) S 30505 30508 22977 0 -1 1077944384 13 13179 0 0 0 0 5 2 20 0 9 0 107345911 10704756736 5212 33554432000 4194304 4196468 140732973825744 140074989643296 140076092470997 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6955008 140732973828712 140732973831521 140732973831521 140732973834191 0
[pid=30508/tid=30568] ppid=30505 vsize=10453864 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30508/task/30568/stat : 30568 (java) S 30505 30508 22977 0 -1 1077944384 1 13179 0 0 0 0 5 2 20 0 9 0 107345911 10704756736 5212 33554432000 4194304 4196468 140732973825744 140074788316592 140076092470997 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6955008 140732973828712 140732973831521 140732973831521 140732973834191 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10453864 KiB
Current children cumulated memory: 20848 KiB

[startup+0.209929 s]*
/proc/loadavg: 1.32 1.53 1.79 5/215 30574
/proc/meminfo: memFree=27734204/32770624 swapFree=67108792/67108860
[pid=30508] ppid=30505 vsize=10985364 memory=45920 CPUtime=0.25 cores=1,3,5,7
/proc/30508/stat : 30508 (java) S 30505 30508 22977 0 -1 1077944320 8712 13179 0 0 16 2 5 2 20 0 15 0 107345899 11249012736 11480 33554432000 4194304 4196468 140732973825744 140732973808288 140076092460791 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 6955008 140732973828712 140732973831521 140732973831521 140732973834191 0
/proc/30508/statm: 2746341 11480 2957 1 0 2708764 0
[pid=30508/tid=30561] ppid=30505 vsize=10985364 memory=7022364594140610616 CPUtime=0.18 cores=1,3,5,7
/proc/30508/task/30561/stat : 30561 (java) R 30505 30508 22977 0 -1 4202560 5288 13179 0 0 10 1 5 2 20 0 15 0 107345908 11249012736 11546 33554432000 4194304 4196468 140732973825744 140076064285600 140076085140509 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6955008 140732973828712 140732973831521 140732973831521 140732973834191 0
[pid=30508/tid=30562] ppid=30505 vsize=10985364 memory=343 CPUtime=0.07 cores=1,3,5,7
/proc/30508/task/30562/stat : 30562 (java) S 30505 30508 22977 0 -1 1077944384 1 13179 0 0 0 0 5 2 20 0 15 0 107345909 11249012736 11612 33554432000 4194304 4196468 140732973825744 140076096703120 140076092470997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6955008 140732973828712 140732973831521 140732973831521 140732973834191 0
[pid=30508/tid=30563] ppid=30505 vsize=10985364 memory=4122677972009797280 CPUtime=0.07 cores=1,3,5,7
/proc/30508/task/30563/stat : 30563 (java) S 30505 30508 22977 0 -1 1077944384 1 13179 0 0 0 0 5 2 20 0 15 0 107345909 11249012736 11612 33554432000 4194304 4196468 140732973825744 140075631741456 140076092470997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6955008 140732973828712 140732973831521 140732973831521 140732973834191 0
[pid=30508/tid=30564] ppid=30505 vsize=10985364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30508/task/30564/stat : 30564 (java) S 30505 30508 22977 0 -1 1077944384 1 13179 0 0 0 0 5 2 20 0 15 0 107345909 11249012736 11612 33554432000 4194304 4196468 140732973825744 140075630688656 140076092470997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6955008 140732973828712 140732973831521 140732973831521 140732973834191 0
[pid=30508/tid=30565] ppid=30505 vsize=10985364 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/30508/task/30565/stat : 30565 (java) S 30505 30508 22977 0 -1 1077944384 2 13179 0 0 0 0 5 2 20 0 15 0 107345909 11249012736 11612 33554432000 4194304 4196468 140732973825744 140075629635856 140076092470997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6955008 140732973828712 140732973831521 140732973831521 140732973834191 0
[pid=30508/tid=30566] ppid=30505 vsize=10985364 memory=140263346718336 CPUtime=0.07 cores=1,3,5,7
/proc/30508/task/30566/stat : 30566 (java) S 30505 30508 22977 0 -1 1077944384 2 13179 0 0 0 0 5 2 20 0 15 0 107345910 11249012736 11612 33554432000 4194304 4196468 140732973825744 140075061963632 140076092471938 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6955008 140732973828712 140732973831521 140732973831521 140732973834191 0
[pid=30508/tid=30567] ppid=30505 vsize=10985364 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/30508/task/30567/stat : 30567 (java) S 30505 30508 22977 0 -1 1077944384 13 13179 0 0 0 0 5 2 20 0 15 0 107345911 11249012736 11678 33554432000 4194304 4196468 140732973825744 140074989643296 140076092470997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6955008 140732973828712 140732973831521 140732973831521 140732973834191 0
[pid=30508/tid=30568] ppid=30505 vsize=10985364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30508/task/30568/stat : 30568 (java) S 30505 30508 22977 0 -1 1077944384 1 13179 0 0 0 0 5 2 20 0 15 0 107345911 11249012736 11678 33554432000 4194304 4196468 140732973825744 140074788316528 140076092470997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6955008 140732973828712 140732973831521 140732973831521 140732973834191 0
[pid=30508/tid=30569] ppid=30505 vsize=10985364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30508/task/30569/stat : 30569 (java) S 30505 30508 22977 0 -1 1077944384 3 13179 0 0 0 0 5 2 20 0 15 0 107345914 11249012736 11678 33554432000 4194304 4196468 140732973825744 140074480916816 140076092479387 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6955008 140732973828712 140732973831521 140732973831521 140732973834191 0
[pid=30508/tid=30570] ppid=30505 vsize=10985364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30508/task/30570/stat : 30570 (java) S 30505 30508 22977 0 -1 1077944384 440 13179 0 0 0 0 5 2 20 0 15 0 107345914 11249012736 11678 33554432000 4194304 4196468 140732973825744 140075060910448 140076092471938 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6955008 140732973828712 140732973831521 140732973831521 140732973834191 0
[pid=30508/tid=30571] ppid=30505 vsize=10985364 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/30508/task/30571/stat : 30571 (java) S 30505 30508 22977 0 -1 1077944384 191 13179 0 0 1 0 5 2 20 0 15 0 107345914 11249012736 11678 33554432000 4194304 4196468 140732973825744 140075059857648 140076092471938 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6955008 140732973828712 140732973831521 140732973831521 140732973834191 0
[pid=30508/tid=30572] ppid=30505 vsize=10985364 memory=140263346718336 CPUtime=0.1 cores=1,3,5,7
/proc/30508/task/30572/stat : 30572 (java) S 30505 30508 22977 0 -1 1077944384 662 13179 0 0 3 0 5 2 20 0 15 0 107345914 11249012736 11744 33554432000 4194304 4196468 140732973825744 140075058804848 140076092471938 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6955008 140732973828712 140732973831521 140732973831521 140732973834191 0
[pid=30508/tid=30573] ppid=30505 vsize=10985364 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/30508/task/30573/stat : 30573 (java) S 30505 30508 22977 0 -1 1077944384 3 13179 0 0 0 0 5 2 20 0 15 0 107345914 11249012736 11744 33554432000 4194304 4196468 140732973825744 140074050119904 140076092470997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6955008 140732973828712 140732973831521 140732973831521 140732973834191 0
[pid=30508/tid=30574] ppid=30505 vsize=10985364 memory=140263346718336 CPUtime=0.07 cores=1,3,5,7
/proc/30508/task/30574/stat : 30574 (java) S 30505 30508 22977 0 -1 1077944384 1 13179 0 0 0 0 5 2 20 0 15 0 107345914 11249012736 11744 33554432000 4194304 4196468 140732973825744 140074922532016 140076092471938 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6955008 140732973828712 140732973831521 140732973831521 140732973834191 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10985364 KiB
Current children cumulated memory: 45920 KiB

[startup+0.310067 s]*
/proc/loadavg: 1.32 1.53 1.79 5/215 30574
/proc/meminfo: memFree=27721552/32770624 swapFree=67108792/67108860
[pid=30508] ppid=30505 vsize=10983192 memory=55316 CPUtime=0.38 cores=1,3,5,7
/proc/30508/stat : 30508 (java) S 30505 30508 22977 0 -1 1077944320 10942 13179 0 0 28 3 5 2 20 0 15 0 107345899 11246788608 13829 33554432000 4194304 4196468 140732973825744 140732973808288 140076092460791 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 6955008 140732973828712 140732973831521 140732973831521 140732973834191 0
/proc/30508/statm: 2745798 13829 3076 1 0 2708109 0
[pid=30508/tid=30561] ppid=30505 vsize=10983192 memory=6791534058613427641 CPUtime=0.28 cores=1,3,5,7
/proc/30508/task/30561/stat : 30561 (java) R 30505 30508 22977 0 -1 4202560 7390 13179 0 0 19 2 5 2 20 0 15 0 107345908 11246788608 13829 33554432000 4194304 4196468 140732973825744 140076064272800 140076076541278 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6955008 140732973828712 140732973831521 140732973831521 140732973834191 0
[pid=30508/tid=30562] ppid=30505 vsize=10983192 memory=4872558044660077418 CPUtime=0.07 cores=1,3,5,7
/proc/30508/task/30562/stat : 30562 (java) S 30505 30508 22977 0 -1 1077944384 1 13179 0 0 0 0 5 2 20 0 15 0 107345909 11246788608 13829 33554432000 4194304 4196468 140732973825744 140076096703120 140076092470997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6955008 140732973828712 140732973831521 140732973831521 140732973834191 0
[pid=30508/tid=30563] ppid=30505 vsize=10983192 memory=140263346725329 CPUtime=0.07 cores=1,3,5,7
/proc/30508/task/30563/stat : 30563 (java) S 30505 30508 22977 0 -1 1077944384 1 13179 0 0 0 0 5 2 20 0 15 0 107345909 11246788608 13829 33554432000 4194304 4196468 140732973825744 140075631741456 140076092470997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6955008 140732973828712 140732973831521 140732973831521 140732973834191 0
[pid=30508/tid=30564] ppid=30505 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30508/task/30564/stat : 30564 (java) S 30505 30508 22977 0 -1 1077944384 1 13179 0 0 0 0 5 2 20 0 15 0 107345909 11246788608 13829 33554432000 4194304 4196468 140732973825744 140075630688656 140076092470997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6955008 140732973828712 140732973831521 140732973831521 140732973834191 0
[pid=30508/tid=30565] ppid=30505 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30508/task/30565/stat : 30565 (java) S 30505 30508 22977 0 -1 1077944384 2 13179 0 0 0 0 5 2 20 0 15 0 107345909 11246788608 13829 33554432000 4194304 4196468 140732973825744 140075629635856 140076092470997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6955008 140732973828712 140732973831521 140732973831521 140732973834191 0
[pid=30508/tid=30566] ppid=30505 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30508/task/30566/stat : 30566 (java) S 30505 30508 22977 0 -1 1077944384 2 13179 0 0 0 0 5 2 20 0 15 0 107345910 11246788608 13829 33554432000 4194304 4196468 140732973825744 140075061963632 140076092471938 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6955008 140732973828712 140732973831521 140732973831521 140732973834191 0
[pid=30508/tid=30567] ppid=30505 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30508/task/30567/stat : 30567 (java) S 30505 30508 22977 0 -1 1077944384 13 13179 0 0 0 0 5 2 20 0 15 0 107345911 11246788608 13829 33554432000 4194304 4196468 140732973825744 140074989643296 140076092470997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6955008 140732973828712 140732973831521 140732973831521 140732973834191 0
[pid=30508/tid=30568] ppid=30505 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30508/task/30568/stat : 30568 (java) S 30505 30508 22977 0 -1 1077944384 1 13179 0 0 0 0 5 2 20 0 15 0 107345911 11246788608 13829 33554432000 4194304 4196468 140732973825744 140074788316528 140076092470997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6955008 140732973828712 140732973831521 140732973831521 140732973834191 0
[pid=30508/tid=30569] ppid=30505 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30508/task/30569/stat : 30569 (java) S 30505 30508 22977 0 -1 1077944384 3 13179 0 0 0 0 5 2 20 0 15 0 107345914 11246788608 13829 33554432000 4194304 4196468 140732973825744 140074480916816 140076092479387 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6955008 140732973828712 140732973831521 140732973831521 140732973834191 0
[pid=30508/tid=30570] ppid=30505 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/30508/task/30570/stat : 30570 (java) S 30505 30508 22977 0 -1 1077944384 450 13179 0 0 1 0 5 2 20 0 15 0 107345914 11246788608 13829 33554432000 4194304 4196468 140732973825744 140075060910448 140076092471938 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6955008 140732973828712 140732973831521 140732973831521 140732973834191 0
[pid=30508/tid=30571] ppid=30505 vsize=10983192 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/30508/task/30571/stat : 30571 (java) S 30505 30508 22977 0 -1 1077944384 193 13179 0 0 1 0 5 2 20 0 15 0 107345914 11246788608 13829 33554432000 4194304 4196468 140732973825744 140075059857648 140076092471938 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6955008 140732973828712 140732973831521 140732973831521 140732973834191 0
[pid=30508/tid=30572] ppid=30505 vsize=10983192 memory=-1 CPUtime=0.11 cores=1,3,5,7
/proc/30508/task/30572/stat : 30572 (java) R 30505 30508 22977 0 -1 4202560 692 13179 0 0 4 0 5 2 20 0 15 0 107345914 11246788608 13829 33554432000 4194304 4196468 140732973825744 140075058804848 140076092482138 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6955008 140732973828712 140732973831521 140732973831521 140732973834191 0
[pid=30508/tid=30573] ppid=30505 vsize=10983192 memory=140263346718336 CPUtime=0.07 cores=1,3,5,7
/proc/30508/task/30573/stat : 30573 (java) S 30505 30508 22977 0 -1 1077944384 3 13179 0 0 0 0 5 2 20 0 15 0 107345914 11246788608 13829 33554432000 4194304 4196468 140732973825744 140074050119904 140076092470997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6955008 140732973828712 140732973831521 140732973831521 140732973834191 0
[pid=30508/tid=30574] ppid=30505 vsize=10983192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/30508/task/30574/stat : 30574 (java) S 30505 30508 22977 0 -1 1077944384 1 13179 0 0 0 0 5 2 20 0 15 0 107345914 11246788608 13829 33554432000 4194304 4196468 140732973825744 140074922532016 140076092471938 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6955008 140732973828712 140732973831521 140732973831521 140732973834191 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 55316 KiB

[startup+0.700718 s]
/proc/loadavg: 1.32 1.53 1.79 7/215 30574
/proc/meminfo: memFree=27710512/32770624 swapFree=67108792/67108860
[pid=30508] ppid=30505 vsize=10983192 memory=88464 CPUtime=0.99 cores=1,3,5,7
/proc/30508/stat : 30508 (java) S 30505 30508 22977 0 -1 1077944320 17184 13179 0 0 87 5 5 2 20 0 15 0 107345899 11246788608 22116 33554432000 4194304 4196468 140732973825744 140732973808288 140076092460791 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 6955008 140732973828712 140732973831521 140732973831521 140732973834191 0
/proc/30508/statm: 2745798 22116 3238 1 0 2708109 0
[pid=30508/tid=30561] ppid=30505 vsize=10983192 memory=140265041953317 CPUtime=0.66 cores=1,3,5,7
/proc/30508/task/30561/stat : 30561 (java) R 30505 30508 22977 0 -1 4202560 12457 13179 0 0 56 3 5 2 20 0 15 0 107345908 11246788608 22116 33554432000 4194304 4196468 140732973825744 140076064281616 140076076541278 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6955008 140732973828712 140732973831521 140732973831521 140732973834191 0
[pid=30508/tid=30562] ppid=30505 vsize=10983192 memory=140265041953338 CPUtime=0.07 cores=1,3,5,7
/proc/30508/task/30562/stat : 30562 (java) S 30505 30508 22977 0 -1 1077944384 1 13179 0 0 0 0 5 2 20 0 15 0 107345909 11246788608 22116 33554432000 4194304 4196468 140732973825744 140076096703120 140076092470997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6955008 140732973828712 140732973831521 140732973831521 140732973834191 0
[pid=30508/tid=30563] ppid=30505 vsize=10983192 memory=140265041953339 CPUtime=0.07 cores=1,3,5,7
/proc/30508/task/30563/stat : 30563 (java) S 30505 30508 22977 0 -1 1077944384 1 13179 0 0 0 0 5 2 20 0 15 0 107345909 11246788608 22116 33554432000 4194304 4196468 140732973825744 140075631741456 140076092470997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6955008 140732973828712 140732973831521 140732973831521 140732973834191 0
[pid=30508/tid=30564] ppid=30505 vsize=10983192 memory=140265041953341 CPUtime=0.07 cores=1,3,5,7
/proc/30508/task/30564/stat : 30564 (java) S 30505 30508 22977 0 -1 1077944384 1 13179 0 0 0 0 5 2 20 0 15 0 107345909 11246788608 22116 33554432000 4194304 4196468 140732973825744 140075630688656 140076092470997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6955008 140732973828712 140732973831521 140732973831521 140732973834191 0
[pid=30508/tid=30565] ppid=30505 vsize=10983192 memory=140265041953347 CPUtime=0.07 cores=1,3,5,7
/proc/30508/task/30565/stat : 30565 (java) S 30505 30508 22977 0 -1 1077944384 2 13179 0 0 0 0 5 2 20 0 15 0 107345909 11246788608 22116 33554432000 4194304 4196468 140732973825744 140075629635856 140076092470997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6955008 140732973828712 140732973831521 140732973831521 140732973834191 0
[pid=30508/tid=30566] ppid=30505 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30508/task/30566/stat : 30566 (java) S 30505 30508 22977 0 -1 1077944384 5 13179 0 0 0 0 5 2 20 0 15 0 107345910 11246788608 22116 33554432000 4194304 4196468 140732973825744 140075061963632 140076092471938 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6955008 140732973828712 140732973831521 140732973831521 140732973834191 0
[pid=30508/tid=30567] ppid=30505 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30508/task/30567/stat : 30567 (java) S 30505 30508 22977 0 -1 1077944384 13 13179 0 0 0 0 5 2 20 0 15 0 107345911 11246788608 22116 33554432000 4194304 4196468 140732973825744 140074989643296 140076092470997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6955008 140732973828712 140732973831521 140732973831521 140732973834191 0
[pid=30508/tid=30568] ppid=30505 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30508/task/30568/stat : 30568 (java) S 30505 30508 22977 0 -1 1077944384 1 13179 0 0 0 0 5 2 20 0 15 0 107345911 11246788608 22116 33554432000 4194304 4196468 140732973825744 140074788316528 140076092470997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6955008 140732973828712 140732973831521 140732973831521 140732973834191 0
[pid=30508/tid=30569] ppid=30505 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30508/task/30569/stat : 30569 (java) S 30505 30508 22977 0 -1 1077944384 3 13179 0 0 0 0 5 2 20 0 15 0 107345914 11246788608 22116 33554432000 4194304 4196468 140732973825744 140074480916816 140076092479387 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6955008 140732973828712 140732973831521 140732973831521 140732973834191 0
[pid=30508/tid=30570] ppid=30505 vsize=10983192 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/30508/task/30570/stat : 30570 (java) S 30505 30508 22977 0 -1 1077944384 840 13179 0 0 6 0 5 2 20 0 15 0 107345914 11246788608 22116 33554432000 4194304 4196468 140732973825744 140075060910448 140076092471938 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6955008 140732973828712 140732973831521 140732973831521 140732973834191 0
[pid=30508/tid=30571] ppid=30505 vsize=10983192 memory=0 CPUtime=0.17 cores=1,3,5,7
/proc/30508/task/30571/stat : 30571 (java) S 30505 30508 22977 0 -1 1077944384 802 13179 0 0 10 0 5 2 20 0 15 0 107345914 11246788608 22116 33554432000 4194304 4196468 140732973825744 140075059857648 140076092471938 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6955008 140732973828712 140732973831521 140732973831521 140732973834191 0
[pid=30508/tid=30572] ppid=30505 vsize=10983192 memory=0 CPUtime=0.2 cores=1,3,5,7
/proc/30508/task/30572/stat : 30572 (java) S 30505 30508 22977 0 -1 1077944384 864 13179 0 0 13 0 5 2 20 0 15 0 107345914 11246788608 22116 33554432000 4194304 4196468 140732973825744 140075058804848 140076092471938 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6955008 140732973828712 140732973831521 140732973831521 140732973834191 0
[pid=30508/tid=30573] ppid=30505 vsize=10983192 memory=12 CPUtime=0.07 cores=1,3,5,7
/proc/30508/task/30573/stat : 30573 (java) S 30505 30508 22977 0 -1 1077944384 3 13179 0 0 0 0 5 2 20 0 15 0 107345914 11246788608 22116 33554432000 4194304 4196468 140732973825744 140074050119904 140076092470997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6955008 140732973828712 140732973831521 140732973831521 140732973834191 0
[pid=30508/tid=30574] ppid=30505 vsize=10983192 memory=18268 CPUtime=0.07 cores=1,3,5,7
/proc/30508/task/30574/stat : 30574 (java) S 30505 30508 22977 0 -1 1077944384 1 13179 0 0 0 0 5 2 20 0 15 0 107345914 11246788608 22116 33554432000 4194304 4196468 140732973825744 140074922532016 140076092471938 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6955008 140732973828712 140732973831521 140732973831521 140732973834191 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88464 KiB

[startup+1.5007 s]
/proc/loadavg: 1.54 1.57 1.80 4/215 30574
/proc/meminfo: memFree=27650840/32770624 swapFree=67108792/67108860
[pid=30508] ppid=30505 vsize=10998092 memory=180376 CPUtime=2.25 cores=1,3,5,7
/proc/30508/stat : 30508 (java) S 30505 30508 22977 0 -1 1077944320 24472 13179 0 0 207 11 5 2 20 0 15 0 107345899 11262046208 45094 33554432000 4194304 4196468 140732973825744 140732973808288 140076092460791 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 6955008 140732973828712 140732973831521 140732973831521 140732973834191 0
/proc/30508/statm: 2749523 45094 3467 1 0 2711181 0
[pid=30508/tid=30561] ppid=30505 vsize=10998092 memory=10799 CPUtime=1.42 cores=1,3,5,7
/proc/30508/task/30561/stat : 30561 (java) R 30505 30508 22977 0 -1 4202560 17958 13179 0 0 129 6 5 2 20 0 15 0 107345908 11262046208 45094 33554432000 4194304 4196468 140732973825744 140076064275648 140076076504421 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6955008 140732973828712 140732973831521 140732973831521 140732973834191 0
[pid=30508/tid=30562] ppid=30505 vsize=10998092 memory=25313 CPUtime=0.08 cores=1,3,5,7
/proc/30508/task/30562/stat : 30562 (java) S 30505 30508 22977 0 -1 1077944384 27 13179 0 0 1 0 5 2 20 0 15 0 107345909 11262046208 45094 33554432000 4194304 4196468 140732973825744 140076096703120 140076092470997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6955008 140732973828712 140732973831521 140732973831521 140732973834191 0
[pid=30508/tid=30563] ppid=30505 vsize=10998092 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/30508/task/30563/stat : 30563 (java) S 30505 30508 22977 0 -1 1077944384 191 13179 0 0 1 0 5 2 20 0 15 0 107345909 11262046208 45094 33554432000 4194304 4196468 140732973825744 140075631741456 140076092470997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6955008 140732973828712 140732973831521 140732973831521 140732973834191 0
[pid=30508/tid=30564] ppid=30505 vsize=10998092 memory=321013415751723303 CPUtime=0.08 cores=1,3,5,7
/proc/30508/task/30564/stat : 30564 (java) S 30505 30508 22977 0 -1 1077944384 51 13179 0 0 1 0 5 2 20 0 15 0 107345909 11262046208 45094 33554432000 4194304 4196468 140732973825744 140075630688656 140076092470997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6955008 140732973828712 140732973831521 140732973831521 140732973834191 0
[pid=30508/tid=30565] ppid=30505 vsize=10998092 memory=288288891742739861 CPUtime=0.07 cores=1,3,5,7
/proc/30508/task/30565/stat : 30565 (java) S 30505 30508 22977 0 -1 1077944384 38 13179 0 0 0 0 5 2 20 0 15 0 107345909 11262046208 45094 33554432000 4194304 4196468 140732973825744 140075629635856 140076092470997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6955008 140732973828712 140732973831521 140732973831521 140732973834191 0
[pid=30508/tid=30566] ppid=30505 vsize=10998092 memory=6656426216303648864 CPUtime=0.08 cores=1,3,5,7
/proc/30508/task/30566/stat : 30566 (java) S 30505 30508 22977 0 -1 1077944384 138 13179 0 0 1 0 5 2 20 0 15 0 107345910 11262046208 45094 33554432000 4194304 4196468 140732973825744 140075061963632 140076092471938 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6955008 140732973828712 140732973831521 140732973831521 140732973834191 0
[pid=30508/tid=30567] ppid=30505 vsize=10998092 memory=6944656575208382560 CPUtime=0.07 cores=1,3,5,7
/proc/30508/task/30567/stat : 30567 (java) S 30505 30508 22977 0 -1 1077944384 14 13179 0 0 0 0 5 2 20 0 15 0 107345911 11262046208 45094 33554432000 4194304 4196468 140732973825744 140074989643360 140076092470997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6955008 140732973828712 140732973831521 140732973831521 140732973834191 0
[pid=30508/tid=30568] ppid=30505 vsize=10998092 memory=-2672971631320983069 CPUtime=0.07 cores=1,3,5,7
/proc/30508/task/30568/stat : 30568 (java) S 30505 30508 22977 0 -1 1077944384 1 13179 0 0 0 0 5 2 20 0 15 0 107345911 11262046208 45094 33554432000 4194304 4196468 140732973825744 140074788316544 140076092470997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6955008 140732973828712 140732973831521 140732973831521 140732973834191 0
[pid=30508/tid=30569] ppid=30505 vsize=10998092 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30508/task/30569/stat : 30569 (java) S 30505 30508 22977 0 -1 1077944384 3 13179 0 0 0 0 5 2 20 0 15 0 107345914 11262046208 45094 33554432000 4194304 4196468 140732973825744 140074480916816 140076092479387 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6955008 140732973828712 140732973831521 140732973831521 140732973834191 0
[pid=30508/tid=30570] ppid=30505 vsize=10998092 memory=7810463772508319586 CPUtime=0.23 cores=1,3,5,7
/proc/30508/task/30570/stat : 30570 (java) S 30505 30508 22977 0 -1 1077944384 1068 13179 0 0 16 0 5 2 20 0 15 0 107345914 11262046208 45094 33554432000 4194304 4196468 140732973825744 140075060910448 140076092471938 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6955008 140732973828712 140732973831521 140732973831521 140732973834191 0
[pid=30508/tid=30571] ppid=30505 vsize=10998092 memory=4639059877821435984 CPUtime=0.28 cores=1,3,5,7
/proc/30508/task/30571/stat : 30571 (java) S 30505 30508 22977 0 -1 1077944384 1253 13179 0 0 21 0 5 2 20 0 15 0 107345914 11262046208 45094 33554432000 4194304 4196468 140732973825744 140075059857648 140076092471938 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6955008 140732973828712 140732973831521 140732973831521 140732973834191 0
[pid=30508/tid=30572] ppid=30505 vsize=10998092 memory=7810463781148585058 CPUtime=0.39 cores=1,3,5,7
/proc/30508/task/30572/stat : 30572 (java) S 30505 30508 22977 0 -1 1077944384 1535 13179 0 0 32 0 5 2 20 0 15 0 107345914 11262046208 45094 33554432000 4194304 4196468 140732973825744 140075058804848 140076092471938 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6955008 140732973828712 140732973831521 140732973831521 140732973834191 0

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

[startup+4.39381 s]
# the end of solver process 30508 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=9.13333 s, system=0.27928 s

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

[startup+3.20144 s]
/proc/loadavg: 1.54 1.57 1.80 8/215 30574
/proc/meminfo: memFree=27393780/32770624 swapFree=67108792/67108860
[pid=30508] ppid=30505 vsize=11008352 memory=241976 CPUtime=5.88 cores=1,3,5,7
/proc/30508/stat : 30508 (java) S 30505 30508 22977 0 -1 1077944320 37222 13179 0 0 563 18 5 2 20 0 15 0 107345899 11272552448 60494 33554432000 4194304 4196468 140732973825744 140732973808288 140076092460791 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 6955008 140732973828712 140732973831521 140732973831521 140732973834191 0
/proc/30508/statm: 2752088 60494 3498 1 0 2713741 0
[pid=30508/tid=30561] ppid=30505 vsize=11008352 memory=6791534058613427641 CPUtime=3.11 cores=1,3,5,7
/proc/30508/task/30561/stat : 30561 (java) S 30505 30508 22977 0 -1 1077944384 24911 13179 0 0 294 10 5 2 20 0 15 0 107345908 11272552448 60494 33554432000 4194304 4196468 140732973825744 140076064283568 140076092470997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6955008 140732973828712 140732973831521 140732973831521 140732973834191 0
[pid=30508/tid=30562] ppid=30505 vsize=11008352 memory=10799 CPUtime=0.08 cores=1,3,5,7
/proc/30508/task/30562/stat : 30562 (java) S 30505 30508 22977 0 -1 1077944384 37 13179 0 0 1 0 5 2 20 0 15 0 107345909 11272552448 60494 33554432000 4194304 4196468 140732973825744 140076096703120 140076092470997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6955008 140732973828712 140732973831521 140732973831521 140732973834191 0
[pid=30508/tid=30563] ppid=30505 vsize=11008352 memory=25313 CPUtime=0.08 cores=1,3,5,7
/proc/30508/task/30563/stat : 30563 (java) S 30505 30508 22977 0 -1 1077944384 205 13179 0 0 1 0 5 2 20 0 15 0 107345909 11272552448 60494 33554432000 4194304 4196468 140732973825744 140075631741456 140076092470997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6955008 140732973828712 140732973831521 140732973831521 140732973834191 0
[pid=30508/tid=30564] ppid=30505 vsize=11008352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/30508/task/30564/stat : 30564 (java) S 30505 30508 22977 0 -1 1077944384 286 13179 0 0 1 0 5 2 20 0 15 0 107345909 11272552448 60494 33554432000 4194304 4196468 140732973825744 140075630688656 140076092470997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6955008 140732973828712 140732973831521 140732973831521 140732973834191 0
[pid=30508/tid=30565] ppid=30505 vsize=11008352 memory=321013415751723303 CPUtime=0.08 cores=1,3,5,7
/proc/30508/task/30565/stat : 30565 (java) S 30505 30508 22977 0 -1 1077944384 481 13179 0 0 1 0 5 2 20 0 15 0 107345909 11272552448 60494 33554432000 4194304 4196468 140732973825744 140075629635856 140076092470997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6955008 140732973828712 140732973831521 140732973831521 140732973834191 0
[pid=30508/tid=30566] ppid=30505 vsize=11008352 memory=4136 CPUtime=0.08 cores=1,3,5,7
/proc/30508/task/30566/stat : 30566 (java) R 30505 30508 22977 0 -1 4202560 207 13179 0 0 1 0 5 2 20 0 15 0 107345910 11272552448 60494 33554432000 4194304 4196468 140732973825744 140075061962112 140076076820177 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6955008 140732973828712 140732973831521 140732973831521 140732973834191 0
[pid=30508/tid=30567] ppid=30505 vsize=11008352 memory=215644 CPUtime=0.07 cores=1,3,5,7
/proc/30508/task/30567/stat : 30567 (java) S 30505 30508 22977 0 -1 1077944384 14 13179 0 0 0 0 5 2 20 0 15 0 107345911 11272552448 60494 33554432000 4194304 4196468 140732973825744 140074989643360 140076092470997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6955008 140732973828712 140732973831521 140732973831521 140732973834191 0
[pid=30508/tid=30568] ppid=30505 vsize=11008352 memory=6944656575208382560 CPUtime=0.07 cores=1,3,5,7
/proc/30508/task/30568/stat : 30568 (java) S 30505 30508 22977 0 -1 1077944384 1 13179 0 0 0 0 5 2 20 0 15 0 107345911 11272552448 60494 33554432000 4194304 4196468 140732973825744 140074788316544 140076092470997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6955008 140732973828712 140732973831521 140732973831521 140732973834191 0
[pid=30508/tid=30569] ppid=30505 vsize=11008352 memory=-2672971631320983069 CPUtime=0.07 cores=1,3,5,7
/proc/30508/task/30569/stat : 30569 (java) S 30505 30508 22977 0 -1 1077944384 3 13179 0 0 0 0 5 2 20 0 15 0 107345914 11272552448 60494 33554432000 4194304 4196468 140732973825744 140074480916816 140076092479387 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6955008 140732973828712 140732973831521 140732973831521 140732973834191 0
[pid=30508/tid=30570] ppid=30505 vsize=11008352 memory=94164 CPUtime=0.75 cores=1,3,5,7
/proc/30508/task/30570/stat : 30570 (java) S 30505 30508 22977 0 -1 1077944384 1943 13179 0 0 66 2 5 2 20 0 15 0 107345914 11272552448 60494 33554432000 4194304 4196468 140732973825744 140075060910448 140076092471938 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6955008 140732973828712 140732973831521 140732973831521 140732973834191 0
[pid=30508/tid=30571] ppid=30505 vsize=11008352 memory=4052 CPUtime=0.84 cores=1,3,5,7
/proc/30508/task/30571/stat : 30571 (java) S 30505 30508 22977 0 -1 1077944384 2312 13179 0 0 76 1 5 2 20 0 15 0 107345914 11272552448 60494 33554432000 4194304 4196468 140732973825744 140075059857648 140076092471938 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6955008 140732973828712 140732973831521 140732973831521 140732973834191 0
[pid=30508/tid=30572] ppid=30505 vsize=11008352 memory=644 CPUtime=1.25 cores=1,3,5,7
/proc/30508/task/30572/stat : 30572 (java) S 30505 30508 22977 0 -1 1077944384 4621 13179 0 0 117 1 5 2 20 0 15 0 107345914 11272552448 60494 33554432000 4194304 4196468 140732973825744 140075058804848 140076092471938 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6955008 140732973828712 140732973831521 140732973831521 140732973834191 0
[pid=30508/tid=30573] ppid=30505 vsize=11008352 memory=1792 CPUtime=0.07 cores=1,3,5,7
/proc/30508/task/30573/stat : 30573 (java) S 30505 30508 22977 0 -1 1077944384 3 13179 0 0 0 0 5 2 20 0 15 0 107345914 11272552448 60494 33554432000 4194304 4196468 140732973825744 140074050119904 140076092470997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6955008 140732973828712 140732973831521 140732973831521 140732973834191 0
[pid=30508/tid=30574] ppid=30505 vsize=11008352 memory=1232 CPUtime=0.07 cores=1,3,5,7
/proc/30508/task/30574/stat : 30574 (java) S 30505 30508 22977 0 -1 1077944384 6 13179 0 0 0 0 5 2 20 0 15 0 107345914 11272552448 60494 33554432000 4194304 4196468 140732973825744 140074922532016 140076092471938 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6955008 140732973828712 140732973831521 140732973831521 140732973834191 0
Current children cumulated CPU time: 5.88 s
Current children cumulated vsize: 11008352 KiB
Current children cumulated memory: 241976 KiB

[startup+4.00094 s]*
/proc/loadavg: 1.54 1.57 1.80 5/215 30574
/proc/meminfo: memFree=27268880/32770624 swapFree=67108792/67108860
[pid=30508] ppid=30505 vsize=11080800 memory=336364 CPUtime=8.17 cores=1,3,5,7
/proc/30508/stat : 30508 (java) S 30505 30508 22977 0 -1 1077944320 67512 13179 0 0 787 23 5 2 20 0 15 0 107345899 11346739200 84091 33554432000 4194304 4196468 140732973825744 140732973808288 140076092460791 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 6955008 140732973828712 140732973831521 140732973831521 140732973834191 0
/proc/30508/statm: 2770200 84091 3498 1 0 2731853 0
[pid=30508/tid=30561] ppid=30505 vsize=11080800 memory=6791534058613427641 CPUtime=3.86 cores=1,3,5,7
/proc/30508/task/30561/stat : 30561 (java) R 30505 30508 22977 0 -1 4202560 42354 13179 0 0 367 12 5 2 20 0 15 0 107345908 11346739200 84091 33554432000 4194304 4196468 140732973825744 140076064288736 140075675703429 0 4 0 16800975 0 0 0 -1 1 0 0 1 0 0 6293624 6294260 6955008 140732973828712 140732973831521 140732973831521 140732973834191 0
[pid=30508/tid=30562] ppid=30505 vsize=11080800 memory=4122819170707441977 CPUtime=0.09 cores=1,3,5,7
/proc/30508/task/30562/stat : 30562 (java) S 30505 30508 22977 0 -1 1077944384 42 13179 0 0 2 0 5 2 20 0 15 0 107345909 11346739200 84091 33554432000 4194304 4196468 140732973825744 140076096703120 140076092470997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6955008 140732973828712 140732973831521 140732973831521 140732973834191 0
[pid=30508/tid=30563] ppid=30505 vsize=11080800 memory=140265829748097 CPUtime=0.1 cores=1,3,5,7
/proc/30508/task/30563/stat : 30563 (java) S 30505 30508 22977 0 -1 1077944384 208 13179 0 0 3 0 5 2 20 0 15 0 107345909 11346739200 84091 33554432000 4194304 4196468 140732973825744 140075631741456 140076092470997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6955008 140732973828712 140732973831521 140732973831521 140732973834191 0
[pid=30508/tid=30564] ppid=30505 vsize=11080800 memory=280526460292968 CPUtime=0.1 cores=1,3,5,7
/proc/30508/task/30564/stat : 30564 (java) S 30505 30508 22977 0 -1 1077944384 294 13179 0 0 3 0 5 2 20 0 15 0 107345909 11346739200 84091 33554432000 4194304 4196468 140732973825744 140075630688656 140076092470997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6955008 140732973828712 140732973831521 140732973831521 140732973834191 0
[pid=30508/tid=30565] ppid=30505 vsize=11080800 memory=2319689297388646431 CPUtime=0.09 cores=1,3,5,7
/proc/30508/task/30565/stat : 30565 (java) S 30505 30508 22977 0 -1 1077944384 491 13179 0 0 2 0 5 2 20 0 15 0 107345909 11346739200 84091 33554432000 4194304 4196468 140732973825744 140075629635856 140076092470997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6955008 140732973828712 140732973831521 140732973831521 140732973834191 0
[pid=30508/tid=30566] ppid=30505 vsize=11080800 memory=2319529462513264304 CPUtime=0.1 cores=1,3,5,7
/proc/30508/task/30566/stat : 30566 (java) S 30505 30508 22977 0 -1 1077944384 3708 13179 0 0 3 0 5 2 20 0 15 0 107345910 11346739200 84091 33554432000 4194304 4196468 140732973825744 140075061963632 140076092471938 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6955008 140732973828712 140732973831521 140732973831521 140732973834191 0
[pid=30508/tid=30567] ppid=30505 vsize=11080800 memory=6877970180946407432 CPUtime=0.07 cores=1,3,5,7
/proc/30508/task/30567/stat : 30567 (java) S 30505 30508 22977 0 -1 1077944384 15 13179 0 0 0 0 5 2 20 0 15 0 107345911 11346739200 84091 33554432000 4194304 4196468 140732973825744 140074989643360 140076092470997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6955008 140732973828712 140732973831521 140732973831521 140732973834191 0
[pid=30508/tid=30568] ppid=30505 vsize=11080800 memory=-7812193691855986592 CPUtime=0.07 cores=1,3,5,7
/proc/30508/task/30568/stat : 30568 (java) S 30505 30508 22977 0 -1 1077944384 1 13179 0 0 0 0 5 2 20 0 15 0 107345911 11346739200 84091 33554432000 4194304 4196468 140732973825744 140074788316544 140076092470997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6955008 140732973828712 140732973831521 140732973831521 140732973834191 0
[pid=30508/tid=30569] ppid=30505 vsize=11080800 memory=52 CPUtime=0.07 cores=1,3,5,7
/proc/30508/task/30569/stat : 30569 (java) S 30505 30508 22977 0 -1 1077944384 3 13179 0 0 0 0 5 2 20 0 15 0 107345914 11346739200 84091 33554432000 4194304 4196468 140732973825744 140074480916816 140076092479387 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6955008 140732973828712 140732973831521 140732973831521 140732973834191 0
[pid=30508/tid=30570] ppid=30505 vsize=11080800 memory=0 CPUtime=1.36 cores=1,3,5,7
/proc/30508/task/30570/stat : 30570 (java) R 30505 30508 22977 0 -1 4202560 6273 13179 0 0 126 3 5 2 20 0 15 0 107345914 11346739200 84091 33554432000 4194304 4196468 140732973825744 140075060896328 140076075846320 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6955008 140732973828712 140732973831521 140732973831521 140732973834191 0
[pid=30508/tid=30571] ppid=30505 vsize=11080800 memory=6199803232662860040 CPUtime=1.42 cores=1,3,5,7
/proc/30508/task/30571/stat : 30571 (java) R 30505 30508 22977 0 -1 4202560 6319 13179 0 0 134 1 5 2 20 0 15 0 107345914 11346739200 84091 33554432000 4194304 4196468 140732973825744 140075059841840 140076077586690 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6955008 140732973828712 140732973831521 140732973831521 140732973834191 0
[pid=30508/tid=30572] ppid=30505 vsize=11080800 memory=3467947298772018848 CPUtime=1.5 cores=1,3,5,7
/proc/30508/task/30572/stat : 30572 (java) R 30505 30508 22977 0 -1 1077944384 5602 13179 0 0 141 2 5 2 20 0 15 0 107345914 11346739200 84091 33554432000 4194304 4196468 140732973825744 140075058804848 140076092471938 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 6955008 140732973828712 140732973831521 140732973831521 140732973834191 0
[pid=30508/tid=30573] ppid=30505 vsize=11080800 memory=5507152521407963183 CPUtime=0.07 cores=1,3,5,7
/proc/30508/task/30573/stat : 30573 (java) S 30505 30508 22977 0 -1 1077944384 3 13179 0 0 0 0 5 2 20 0 15 0 107345914 11346739200 84091 33554432000 4194304 4196468 140732973825744 140074050119904 140076092470997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6955008 140732973828712 140732973831521 140732973831521 140732973834191 0
[pid=30508/tid=30574] ppid=30505 vsize=11080800 memory=2319529393792542368 CPUtime=0.07 cores=1,3,5,7
/proc/30508/task/30574/stat : 30574 (java) S 30505 30508 22977 0 -1 1077944384 7 13179 0 0 0 0 5 2 20 0 15 0 107345914 11346739200 84091 33554432000 4194304 4196468 140732973825744 140074922532016 140076092471938 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6955008 140732973828712 140732973831521 140732973831521 140732973834191 0
Current children cumulated CPU time: 8.17 s
Current children cumulated vsize: 11080800 KiB
Current children cumulated memory: 336364 KiB

[startup+4.20074 s]
/proc/loadavg: 1.54 1.57 1.80 5/215 30574
/proc/meminfo: memFree=27268880/32770624 swapFree=67108792/67108860
[pid=30508] ppid=30505 vsize=11080860 memory=337796 CPUtime=8.8 cores=1,3,5,7
/proc/30508/stat : 30508 (java) S 30505 30508 22977 0 -1 1077944320 69290 13179 0 0 850 23 5 2 20 0 15 0 107345899 11346800640 84449 33554432000 4194304 4196468 140732973825744 140732973808288 140076092460791 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 6955008 140732973828712 140732973831521 140732973831521 140732973834191 0
/proc/30508/statm: 2770215 84449 3510 1 0 2731868 0
[pid=30508/tid=30561] ppid=30505 vsize=11080860 memory=10885 CPUtime=4.05 cores=1,3,5,7
/proc/30508/task/30561/stat : 30561 (java) R 30505 30508 22977 0 -1 4202560 42496 13179 0 0 386 12 5 2 20 0 15 0 107345908 11346800640 84449 33554432000 4194304 4196468 140732973825744 140076064294144 140076075816445 0 4 0 16800975 0 0 0 -1 1 0 0 1 0 0 6293624 6294260 6955008 140732973828712 140732973831521 140732973831521 140732973834191 0
[pid=30508/tid=30562] ppid=30505 vsize=11080860 memory=3918518954832848672 CPUtime=0.09 cores=1,3,5,7
/proc/30508/task/30562/stat : 30562 (java) S 30505 30508 22977 0 -1 1077944384 42 13179 0 0 2 0 5 2 20 0 15 0 107345909 11346800640 84449 33554432000 4194304 4196468 140732973825744 140076096703120 140076092470997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6955008 140732973828712 140732973831521 140732973831521 140732973834191 0
[pid=30508/tid=30563] ppid=30505 vsize=11080860 memory=8303054830060986464 CPUtime=0.1 cores=1,3,5,7
/proc/30508/task/30563/stat : 30563 (java) S 30505 30508 22977 0 -1 1077944384 208 13179 0 0 3 0 5 2 20 0 15 0 107345909 11346800640 84449 33554432000 4194304 4196468 140732973825744 140075631741456 140076092470997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6955008 140732973828712 140732973831521 140732973831521 140732973834191 0
[pid=30508/tid=30564] ppid=30505 vsize=11080860 memory=-7029379521808015264 CPUtime=0.1 cores=1,3,5,7
/proc/30508/task/30564/stat : 30564 (java) S 30505 30508 22977 0 -1 1077944384 294 13179 0 0 3 0 5 2 20 0 15 0 107345909 11346800640 84449 33554432000 4194304 4196468 140732973825744 140075630688656 140076092470997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6955008 140732973828712 140732973831521 140732973831521 140732973834191 0
[pid=30508/tid=30565] ppid=30505 vsize=11080860 memory=-4051592751533505334 CPUtime=0.09 cores=1,3,5,7
/proc/30508/task/30565/stat : 30565 (java) S 30505 30508 22977 0 -1 1077944384 491 13179 0 0 2 0 5 2 20 0 15 0 107345909 11346800640 84449 33554432000 4194304 4196468 140732973825744 140075629635856 140076092470997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6955008 140732973828712 140732973831521 140732973831521 140732973834191 0
[pid=30508/tid=30566] ppid=30505 vsize=11080860 memory=6655300316396806240 CPUtime=0.1 cores=1,3,5,7
/proc/30508/task/30566/stat : 30566 (java) S 30505 30508 22977 0 -1 1077944384 3708 13179 0 0 3 0 5 2 20 0 15 0 107345910 11346800640 84449 33554432000 4194304 4196468 140732973825744 140075061963632 140076092471938 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6955008 140732973828712 140732973831521 140732973831521 140732973834191 0
[pid=30508/tid=30567] ppid=30505 vsize=11080860 memory=6944656575208382560 CPUtime=0.07 cores=1,3,5,7
/proc/30508/task/30567/stat : 30567 (java) S 30505 30508 22977 0 -1 1077944384 15 13179 0 0 0 0 5 2 20 0 15 0 107345911 11346800640 84449 33554432000 4194304 4196468 140732973825744 140074989643360 140076092470997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6955008 140732973828712 140732973831521 140732973831521 140732973834191 0
[pid=30508/tid=30568] ppid=30505 vsize=11080860 memory=6944652177228980320 CPUtime=0.07 cores=1,3,5,7
/proc/30508/task/30568/stat : 30568 (java) S 30505 30508 22977 0 -1 1077944384 1 13179 0 0 0 0 5 2 20 0 15 0 107345911 11346800640 84449 33554432000 4194304 4196468 140732973825744 140074788316544 140076092470997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6955008 140732973828712 140732973831521 140732973831521 140732973834191 0
[pid=30508/tid=30569] ppid=30505 vsize=11080860 memory=-8033973737701895300 CPUtime=0.07 cores=1,3,5,7
/proc/30508/task/30569/stat : 30569 (java) S 30505 30508 22977 0 -1 1077944384 3 13179 0 0 0 0 5 2 20 0 15 0 107345914 11346800640 84449 33554432000 4194304 4196468 140732973825744 140074480916816 140076092479387 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6955008 140732973828712 140732973831521 140732973831521 140732973834191 0
[pid=30508/tid=30570] ppid=30505 vsize=11080860 memory=-9181546050914066336 CPUtime=1.55 cores=1,3,5,7
/proc/30508/task/30570/stat : 30570 (java) R 30505 30508 22977 0 -1 4202560 7719 13179 0 0 145 3 5 2 20 0 15 0 107345914 11346800640 84449 33554432000 4194304 4196468 140732973825744 140075060896424 140076077586569 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6955008 140732973828712 140732973831521 140732973831521 140732973834191 0
[pid=30508/tid=30571] ppid=30505 vsize=11080860 memory=6944938067432061290 CPUtime=1.61 cores=1,3,5,7
/proc/30508/task/30571/stat : 30571 (java) R 30505 30508 22977 0 -1 4202560 6397 13179 0 0 153 1 5 2 20 0 15 0 107345914 11346800640 84449 33554432000 4194304 4196468 140732973825744 140075059836880 140076075957245 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6955008 140732973828712 140732973831521 140732973831521 140732973834191 0
[pid=30508/tid=30572] ppid=30505 vsize=11080860 memory=-6737208495982366662 CPUtime=1.56 cores=1,3,5,7
/proc/30508/task/30572/stat : 30572 (java) R 30505 30508 22977 0 -1 1077944384 5713 13179 0 0 147 2 5 2 20 0 15 0 107345914 11346800640 84449 33554432000 4194304 4196468 140732973825744 140075058804848 140076092471938 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 6955008 140732973828712 140732973831521 140732973831521 140732973834191 0
[pid=30508/tid=30573] ppid=30505 vsize=11080860 memory=8475934422144423578 CPUtime=0.07 cores=1,3,5,7
/proc/30508/task/30573/stat : 30573 (java) S 30505 30508 22977 0 -1 1077944384 3 13179 0 0 0 0 5 2 20 0 15 0 107345914 11346800640 84449 33554432000 4194304 4196468 140732973825744 140074050119904 140076092470997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6955008 140732973828712 140732973831521 140732973831521 140732973834191 0
[pid=30508/tid=30574] ppid=30505 vsize=11080860 memory=3900152599268713849 CPUtime=0.07 cores=1,3,5,7
/proc/30508/task/30574/stat : 30574 (java) S 30505 30508 22977 0 -1 1077944384 8 13179 0 0 0 0 5 2 20 0 15 0 107345914 11346800640 84449 33554432000 4194304 4196468 140732973825744 140074922532016 140076092471938 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6955008 140732973828712 140732973831521 140732973831521 140732973834191 0
Current children cumulated CPU time: 8.8 s
Current children cumulated vsize: 11080860 KiB
Current children cumulated memory: 337796 KiB

[startup+4.30072 s]
/proc/loadavg: 1.54 1.57 1.80 5/215 30574
/proc/meminfo: memFree=27268880/32770624 swapFree=67108792/67108860
[pid=30508] ppid=30505 vsize=11077984 memory=335640 CPUtime=9.14 cores=1,3,5,7
/proc/30508/stat : 30508 (java) S 30505 30508 22977 0 -1 1077944320 69442 13179 0 0 884 23 5 2 20 0 15 0 107345899 11343855616 83910 33554432000 4194304 4196468 140732973825744 140732973808288 140076092460791 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 6955008 140732973828712 140732973831521 140732973831521 140732973834191 0
/proc/30508/statm: 2769496 83910 3510 1 0 2731149 0
[pid=30508/tid=30561] ppid=30505 vsize=11077984 memory=4420 CPUtime=4.15 cores=1,3,5,7
/proc/30508/task/30561/stat : 30561 (java) R 30505 30508 22977 0 -1 4202560 42526 13179 0 0 396 12 5 2 20 0 15 0 107345908 11343855616 83910 33554432000 4194304 4196468 140732973825744 140076064293248 140076073867090 0 4 0 16800975 0 0 0 -1 1 0 0 1 0 0 6293624 6294260 6955008 140732973828712 140732973831521 140732973831521 140732973834191 0
[pid=30508/tid=30562] ppid=30505 vsize=11077984 memory=192968 CPUtime=0.09 cores=1,3,5,7
/proc/30508/task/30562/stat : 30562 (java) S 30505 30508 22977 0 -1 1077944384 42 13179 0 0 2 0 5 2 20 0 15 0 107345909 11343855616 83910 33554432000 4194304 4196468 140732973825744 140076096703120 140076092470997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6955008 140732973828712 140732973831521 140732973831521 140732973834191 0
[pid=30508/tid=30563] ppid=30505 vsize=11077984 memory=1008 CPUtime=0.1 cores=1,3,5,7
/proc/30508/task/30563/stat : 30563 (java) S 30505 30508 22977 0 -1 1077944384 208 13179 0 0 3 0 5 2 20 0 15 0 107345909 11343855616 83910 33554432000 4194304 4196468 140732973825744 140075631741456 140076092470997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6955008 140732973828712 140732973831521 140732973831521 140732973834191 0
[pid=30508/tid=30564] ppid=30505 vsize=11077984 memory=1228 CPUtime=0.1 cores=1,3,5,7
/proc/30508/task/30564/stat : 30564 (java) S 30505 30508 22977 0 -1 1077944384 294 13179 0 0 3 0 5 2 20 0 15 0 107345909 11343855616 83910 33554432000 4194304 4196468 140732973825744 140075630688656 140076092470997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6955008 140732973828712 140732973831521 140732973831521 140732973834191 0
[pid=30508/tid=30565] ppid=30505 vsize=11077984 memory=280526460319904 CPUtime=0.09 cores=1,3,5,7
/proc/30508/task/30565/stat : 30565 (java) S 30505 30508 22977 0 -1 1077944384 491 13179 0 0 2 0 5 2 20 0 15 0 107345909 11343855616 83910 33554432000 4194304 4196468 140732973825744 140075629635856 140076092470997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6955008 140732973828712 140732973831521 140732973831521 140732973834191 0
[pid=30508/tid=30566] ppid=30505 vsize=11077984 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/30508/task/30566/stat : 30566 (java) S 30505 30508 22977 0 -1 1077944384 3708 13179 0 0 3 0 5 2 20 0 15 0 107345910 11343855616 83910 33554432000 4194304 4196468 140732973825744 140075061963632 140076092471938 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6955008 140732973828712 140732973831521 140732973831521 140732973834191 0
[pid=30508/tid=30567] ppid=30505 vsize=11077984 memory=10783 CPUtime=0.07 cores=1,3,5,7
/proc/30508/task/30567/stat : 30567 (java) S 30505 30508 22977 0 -1 1077944384 15 13179 0 0 0 0 5 2 20 0 15 0 107345911 11343855616 83910 33554432000 4194304 4196468 140732973825744 140074989643360 140076092470997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6955008 140732973828712 140732973831521 140732973831521 140732973834191 0
[pid=30508/tid=30568] ppid=30505 vsize=11077984 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30508/task/30568/stat : 30568 (java) S 30505 30508 22977 0 -1 1077944384 1 13179 0 0 0 0 5 2 20 0 15 0 107345911 11343855616 83910 33554432000 4194304 4196468 140732973825744 140074788316544 140076092470997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6955008 140732973828712 140732973831521 140732973831521 140732973834191 0
[pid=30508/tid=30569] ppid=30505 vsize=11077984 memory=7 CPUtime=0.07 cores=1,3,5,7
/proc/30508/task/30569/stat : 30569 (java) S 30505 30508 22977 0 -1 1077944384 3 13179 0 0 0 0 5 2 20 0 15 0 107345914 11343855616 83910 33554432000 4194304 4196468 140732973825744 140074480916816 140076092479387 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6955008 140732973828712 140732973831521 140732973831521 140732973834191 0
[pid=30508/tid=30570] ppid=30505 vsize=11077984 memory=7 CPUtime=1.65 cores=1,3,5,7
/proc/30508/task/30570/stat : 30570 (java) R 30505 30508 22977 0 -1 4202560 7735 13179 0 0 155 3 5 2 20 0 15 0 107345914 11343855616 83910 33554432000 4194304 4196468 140732973825744 140075060897232 140076077146815 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6955008 140732973828712 140732973831521 140732973831521 140732973834191 0
[pid=30508/tid=30571] ppid=30505 vsize=11077984 memory=7 CPUtime=1.71 cores=1,3,5,7
/proc/30508/task/30571/stat : 30571 (java) R 30505 30508 22977 0 -1 4202560 6397 13179 0 0 163 1 5 2 20 0 15 0 107345914 11343855616 83910 33554432000 4194304 4196468 140732973825744 140075059836880 140076075871685 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6955008 140732973828712 140732973831521 140732973831521 140732973834191 0
[pid=30508/tid=30572] ppid=30505 vsize=11077984 memory=7 CPUtime=1.61 cores=1,3,5,7
/proc/30508/task/30572/stat : 30572 (java) S 30505 30508 22977 0 -1 1077944384 5819 13179 0 0 152 2 5 2 20 0 15 0 107345914 11343855616 83910 33554432000 4194304 4196468 140732973825744 140075058804848 140076092471938 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6955008 140732973828712 140732973831521 140732973831521 140732973834191 0
[pid=30508/tid=30573] ppid=30505 vsize=11077984 memory=2436 CPUtime=0.07 cores=1,3,5,7
/proc/30508/task/30573/stat : 30573 (java) S 30505 30508 22977 0 -1 1077944384 3 13179 0 0 0 0 5 2 20 0 15 0 107345914 11343855616 83910 33554432000 4194304 4196468 140732973825744 140074050119904 140076092470997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6955008 140732973828712 140732973831521 140732973831521 140732973834191 0
[pid=30508/tid=30574] ppid=30505 vsize=11077984 memory=1728 CPUtime=0.07 cores=1,3,5,7
/proc/30508/task/30574/stat : 30574 (java) S 30505 30508 22977 0 -1 1077944384 8 13179 0 0 0 0 5 2 20 0 15 0 107345914 11343855616 83910 33554432000 4194304 4196468 140732973825744 140074922532016 140076092471938 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6955008 140732973828712 140732973831521 140732973831521 140732973834191 0
Current children cumulated CPU time: 9.14 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 335640 KiB

Child status: 0
Real time (s): 4.39388
CPU time (s): 9.41261
CPU user time (s): 9.13333
CPU system time (s): 0.27928
CPU usage (%): 214.221
Max. virtual memory (cumulated for all children) (KiB): 11080860
Max. memory (cumulated for all children) (KiB): 337796

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9.13333
system time used= 0.27928
maximum resident set size= 340280
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 82813
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= 7724
involuntary context switches= 35


# summary of solver processes directly reported to runsolver:
#   pid: 30508
#   total CPU time (s): 9.41261
#   total CPU user time (s): 9.13333
#   total CPU system time (s): 0.27928

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.050007 second user time and 0.082117 second system time

The end

Launcher Data

Begin job on node150 at 2018-07-29 22:57:06
IDJOB=4302720
IDBENCH=141478
IDSOLVER=2777
FILE ID=node150/4302720-1532897826
RUNJOBID= node150-1532894180-24644
PBS_JOBID= 21022512
Free space on /tmp= 55320 MiB

SOLVER NAME= Concrete 3.9.2-SuperNG
BENCH NAME= XCSP18/Rcpsp/Rcpsp-j60-01-02_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4302720-1532897826/watcher-4302720-1532897826 -o /tmp/evaluation-result-4302720-1532897826/solver-4302720-1532897826 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node150-1532894180-24644 --watchdog 312  bin/xcsp-3-concrete -J-Xss64M -randomseed=1911027882 -superng HOME/instance-4302720-1532897826.xml

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

MD5SUM BENCH= 2a7801ec96cf67d89ec484abe9bad078
RANDOM SEED=1911027882

node150.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.76
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.76
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.76
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.76
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:        27791096 kB
MemAvailable:   31631120 kB
Buffers:          227188 kB
Cached:          3855136 kB
SwapCached:           32 kB
Active:          1848476 kB
Inactive:        2600640 kB
Active(anon):     318028 kB
Inactive(anon):    76188 kB
Active(file):    1530448 kB
Inactive(file):  2524452 kB
Unevictable:        7752 kB
Mlocked:            7752 kB
SwapTotal:      67108860 kB
SwapFree:       67108792 kB
Dirty:             27016 kB
Writeback:             0 kB
AnonPages:        406936 kB
Mapped:            58044 kB
Shmem:             25156 kB
Slab:             230528 kB
SReclaimable:     201916 kB
SUnreclaim:        28612 kB
KernelStack:        3776 kB
PageTables:         6068 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1639692 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    202752 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

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