Trace number 4302370

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.2OPT68 9.69653 4.52229

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.22/4.00	o 80
9.16/4.25	o 79
9.67/4.50	o 77
9.67/4.50	o 68
9.67/4.50	v <instantiation cost="68">
9.67/4.50	v       <list>
9.67/4.50	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.67/4.50	v       </list>
9.67/4.50	v       <values>
9.67/4.50	v         0 28 0 0 7 7 38 16 21 24 14 16 15 21 22 22 36 22 24 29 24 63 22 35 42 26 33 32 37 33 52 36 35 28 44 33 42 43 38 45 45 44 36 45 59 33 42 26 37 48 48 54 52 56 59 53 63 61 60 61 66 68
9.67/4.50	v       </values>
9.67/4.50	v     </instantiation>
9.67/4.50	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 (13311 MiB free)
  memory of node 1: 16384 MiB (13235 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4302370-1532897617/watcher-4302370-1532897617 -o /tmp/evaluation-result-4302370-1532897617/solver-4302370-1532897617 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node151-1532894133-1621 --watchdog 312 bin/xcsp-3-concrete -J-Xss64M -randomseed=1023431510 HOME/instance-4302370-1532897617.xml 

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

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

solver pid=6990, runsolver pid=6987

[startup+0.10023 s]*
/proc/loadavg: 1.28 1.42 1.62 2/207 7047
/proc/meminfo: memFree=27174640/32770624 swapFree=67108860/67108860
[pid=6990] ppid=6987 vsize=10005480 memory=16548 CPUtime=0.09 cores=1,3,5,7
/proc/6990/stat : 6990 (java) S 6987 6990 22004 0 -1 1077944320 4287 12885 0 0 1 0 5 3 20 0 6 0 107324881 10245611520 4137 33554432000 4194304 4196468 140733538160432 140733538142976 139779103583991 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 20557824 140733538163313 140733538166113 140733538166113 140733538168783 0
/proc/6990/statm: 2501370 4137 1933 1 0 2489808 0
[pid=6990/tid=7043] ppid=6987 vsize=10005480 memory=8326441112148417179 CPUtime=0.08 cores=1,3,5,7
/proc/6990/task/7043/stat : 7043 (java) R 6987 6990 22004 0 -1 4202560 2157 12885 0 0 0 0 5 3 20 0 6 0 107324890 10245611520 4203 33554432000 4194304 4196468 140733538160432 139779075420752 139779087664478 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20557824 140733538163313 140733538166113 140733538166113 140733538168783 0
[pid=6990/tid=7044] ppid=6987 vsize=10005480 memory=-7025452035940392864 CPUtime=0.08 cores=1,3,5,7
/proc/6990/task/7044/stat : 7044 (java) S 6987 6990 22004 0 -1 1077944384 1 12885 0 0 0 0 5 3 20 0 6 0 107324891 10245611520 4203 33554432000 4194304 4196468 140733538160432 139779107826064 139779103594197 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20557824 140733538163313 140733538166113 140733538166113 140733538168783 0
[pid=6990/tid=7045] ppid=6987 vsize=10005480 memory=139644325754496 CPUtime=0.08 cores=1,3,5,7
/proc/6990/task/7045/stat : 7045 (java) S 6987 6990 22004 0 -1 1077944384 1 12885 0 0 0 0 5 3 20 0 6 0 107324891 10245611520 4203 33554432000 4194304 4196468 140733538160432 139778643061008 139779103594197 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20557824 140733538163313 140733538166113 140733538166113 140733538168783 0
[pid=6990/tid=7046] ppid=6987 vsize=10005480 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/6990/task/7046/stat : 7046 (java) S 6987 6990 22004 0 -1 1077944384 1 12885 0 0 0 0 5 3 20 0 6 0 107324891 10245611520 4203 33554432000 4194304 4196468 140733538160432 139778642008720 139779103594197 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20557824 140733538163313 140733538166113 140733538166113 140733538168783 0
[pid=6990/tid=7047] ppid=6987 vsize=10005480 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/6990/task/7047/stat : 7047 (java) S 6987 6990 22004 0 -1 1077944384 2 12885 0 0 0 0 5 3 20 0 6 0 107324891 10245611520 4203 33554432000 4194304 4196468 140733538160432 139778640955920 139779103594197 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20557824 140733538163313 140733538166113 140733538166113 140733538168783 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 16548 KiB

[startup+0.210744 s]*
/proc/loadavg: 1.28 1.42 1.62 3/216 7056
/proc/meminfo: memFree=27152972/32770624 swapFree=67108860/67108860
[pid=6990] ppid=6987 vsize=10982744 memory=42532 CPUtime=0.26 cores=1,3,5,7
/proc/6990/stat : 6990 (java) S 6987 6990 22004 0 -1 1077944320 7360 12885 0 0 17 1 5 3 20 0 15 0 107324881 11246329856 10633 33554432000 4194304 4196468 140733538160432 140733538142976 139779103583991 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 20557824 140733538163313 140733538166113 140733538166113 140733538168783 0
/proc/6990/statm: 2745686 10633 2958 1 0 2708109 0
[pid=6990/tid=7043] ppid=6987 vsize=10982744 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/6990/task/7043/stat : 7043 (java) R 6987 6990 22004 0 -1 4202560 4242 12885 0 0 11 0 5 3 20 0 15 0 107324890 11246329856 10963 33554432000 4194304 4196468 140733538160432 139779075405896 139779095821118 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20557824 140733538163313 140733538166113 140733538166113 140733538168783 0
[pid=6990/tid=7044] ppid=6987 vsize=10982744 memory=288293255295271337 CPUtime=0.08 cores=1,3,5,7
/proc/6990/task/7044/stat : 7044 (java) S 6987 6990 22004 0 -1 1077944384 1 12885 0 0 0 0 5 3 20 0 15 0 107324891 11246329856 10963 33554432000 4194304 4196468 140733538160432 139779107826064 139779103594197 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20557824 140733538163313 140733538166113 140733538166113 140733538168783 0
[pid=6990/tid=7045] ppid=6987 vsize=10982744 memory=288230376152340859 CPUtime=0.08 cores=1,3,5,7
/proc/6990/task/7045/stat : 7045 (java) S 6987 6990 22004 0 -1 1077944384 1 12885 0 0 0 0 5 3 20 0 15 0 107324891 11246329856 10963 33554432000 4194304 4196468 140733538160432 139778643061008 139779103594197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20557824 140733538163313 140733538166113 140733538166113 140733538168783 0
[pid=6990/tid=7046] ppid=6987 vsize=10982744 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/6990/task/7046/stat : 7046 (java) S 6987 6990 22004 0 -1 1077944384 1 12885 0 0 0 0 5 3 20 0 15 0 107324891 11246329856 10963 33554432000 4194304 4196468 140733538160432 139778642008720 139779103594197 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20557824 140733538163313 140733538166113 140733538166113 140733538168783 0
[pid=6990/tid=7047] ppid=6987 vsize=10982744 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/6990/task/7047/stat : 7047 (java) S 6987 6990 22004 0 -1 1077944384 2 12885 0 0 0 0 5 3 20 0 15 0 107324891 11246329856 10963 33554432000 4194304 4196468 140733538160432 139778640955920 139779103594197 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20557824 140733538163313 140733538166113 140733538166113 140733538168783 0
[pid=6990/tid=7048] ppid=6987 vsize=10982744 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/6990/task/7048/stat : 7048 (java) S 6987 6990 22004 0 -1 1077944384 2 12885 0 0 0 0 5 3 20 0 15 0 107324892 11246329856 11029 33554432000 4194304 4196468 140733538160432 139778529553008 139779103595138 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20557824 140733538163313 140733538166113 140733538166113 140733538168783 0
[pid=6990/tid=7049] ppid=6987 vsize=10982744 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/6990/task/7049/stat : 7049 (java) S 6987 6990 22004 0 -1 1077944384 13 12885 0 0 0 0 5 3 20 0 15 0 107324893 11246329856 11029 33554432000 4194304 4196468 140733538160432 139777965810976 139779103594197 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20557824 140733538163313 140733538166113 140733538166113 140733538168783 0
[pid=6990/tid=7050] ppid=6987 vsize=10982744 memory=139644325754496 CPUtime=0.08 cores=1,3,5,7
/proc/6990/task/7050/stat : 7050 (java) S 6987 6990 22004 0 -1 1077944384 1 12885 0 0 0 0 5 3 20 0 15 0 107324893 11246329856 11029 33554432000 4194304 4196468 140733538160432 139777764484720 139779103594197 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20557824 140733538163313 140733538166113 140733538166113 140733538168783 0
[pid=6990/tid=7051] ppid=6987 vsize=10982744 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/6990/task/7051/stat : 7051 (java) S 6987 6990 22004 0 -1 1077944384 3 12885 0 0 0 0 5 3 20 0 15 0 107324896 11246329856 11029 33554432000 4194304 4196468 140733538160432 139777457085008 139779103602587 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20557824 140733538163313 140733538166113 140733538166113 140733538168783 0
[pid=6990/tid=7052] ppid=6987 vsize=10982744 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/6990/task/7052/stat : 7052 (java) S 6987 6990 22004 0 -1 1077944384 549 12885 0 0 1 0 5 3 20 0 15 0 107324896 11246329856 11029 33554432000 4194304 4196468 140733538160432 139778528499824 139779103595138 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20557824 140733538163313 140733538166113 140733538166113 140733538168783 0
[pid=6990/tid=7053] ppid=6987 vsize=10982744 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/6990/task/7053/stat : 7053 (java) S 6987 6990 22004 0 -1 1077944384 59 12885 0 0 0 0 5 3 20 0 15 0 107324896 11246329856 11029 33554432000 4194304 4196468 140733538160432 139778527447024 139779103595138 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20557824 140733538163313 140733538166113 140733538166113 140733538168783 0
[pid=6990/tid=7054] ppid=6987 vsize=10982744 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/6990/task/7054/stat : 7054 (java) S 6987 6990 22004 0 -1 1077944384 614 12885 0 0 3 0 5 3 20 0 15 0 107324896 11246329856 11029 33554432000 4194304 4196468 140733538160432 139778526394736 139779103595138 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20557824 140733538163313 140733538166113 140733538166113 140733538168783 0
[pid=6990/tid=7055] ppid=6987 vsize=10982744 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/6990/task/7055/stat : 7055 (java) S 6987 6990 22004 0 -1 1077944384 3 12885 0 0 0 0 5 3 20 0 15 0 107324896 11246329856 11029 33554432000 4194304 4196468 140733538160432 139777026288096 139779103594197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20557824 140733538163313 140733538166113 140733538166113 140733538168783 0
[pid=6990/tid=7056] ppid=6987 vsize=10982744 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/6990/task/7056/stat : 7056 (java) S 6987 6990 22004 0 -1 1077944384 1 12885 0 0 0 0 5 3 20 0 15 0 107324896 11246329856 11029 33554432000 4194304 4196468 140733538160432 139778525342640 139779103595138 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20557824 140733538163313 140733538166113 140733538166113 140733538168783 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 42532 KiB

[startup+0.310268 s]*
/proc/loadavg: 1.28 1.42 1.62 3/216 7056
/proc/meminfo: memFree=27140568/32770624 swapFree=67108860/67108860
[pid=6990] ppid=6987 vsize=10983192 memory=55984 CPUtime=0.38 cores=1,3,5,7
/proc/6990/stat : 6990 (java) S 6987 6990 22004 0 -1 1077944320 10573 12885 0 0 28 2 5 3 20 0 15 0 107324881 11246788608 13996 33554432000 4194304 4196468 140733538160432 140733538142976 139779103583991 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 20557824 140733538163313 140733538166113 140733538166113 140733538168783 0
/proc/6990/statm: 2745798 13996 3077 1 0 2708109 0
[pid=6990/tid=7043] ppid=6987 vsize=10983192 memory=6935054825532540783 CPUtime=0.28 cores=1,3,5,7
/proc/6990/task/7043/stat : 7043 (java) R 6987 6990 22004 0 -1 4202560 7134 12885 0 0 19 1 5 3 20 0 15 0 107324890 11246788608 14038 33554432000 4194304 4196468 140733538160432 139779075396000 139779088749664 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20557824 140733538163313 140733538166113 140733538166113 140733538168783 0
[pid=6990/tid=7044] ppid=6987 vsize=10983192 memory=4126316290023845779 CPUtime=0.08 cores=1,3,5,7
/proc/6990/task/7044/stat : 7044 (java) S 6987 6990 22004 0 -1 1077944384 1 12885 0 0 0 0 5 3 20 0 15 0 107324891 11246788608 14038 33554432000 4194304 4196468 140733538160432 139779107826064 139779103594197 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20557824 140733538163313 140733538166113 140733538166113 140733538168783 0
[pid=6990/tid=7045] ppid=6987 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/6990/task/7045/stat : 7045 (java) S 6987 6990 22004 0 -1 1077944384 1 12885 0 0 0 0 5 3 20 0 15 0 107324891 11246788608 14038 33554432000 4194304 4196468 140733538160432 139778643061008 139779103594197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20557824 140733538163313 140733538166113 140733538166113 140733538168783 0
[pid=6990/tid=7046] ppid=6987 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/6990/task/7046/stat : 7046 (java) S 6987 6990 22004 0 -1 1077944384 1 12885 0 0 0 0 5 3 20 0 15 0 107324891 11246788608 14038 33554432000 4194304 4196468 140733538160432 139778642008720 139779103594197 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20557824 140733538163313 140733538166113 140733538166113 140733538168783 0
[pid=6990/tid=7047] ppid=6987 vsize=10983192 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/6990/task/7047/stat : 7047 (java) S 6987 6990 22004 0 -1 1077944384 2 12885 0 0 0 0 5 3 20 0 15 0 107324891 11246788608 14038 33554432000 4194304 4196468 140733538160432 139778640955920 139779103594197 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20557824 140733538163313 140733538166113 140733538166113 140733538168783 0
[pid=6990/tid=7048] ppid=6987 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/6990/task/7048/stat : 7048 (java) S 6987 6990 22004 0 -1 1077944384 2 12885 0 0 0 0 5 3 20 0 15 0 107324892 11246788608 14038 33554432000 4194304 4196468 140733538160432 139778529553008 139779103595138 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20557824 140733538163313 140733538166113 140733538166113 140733538168783 0
[pid=6990/tid=7049] ppid=6987 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/6990/task/7049/stat : 7049 (java) S 6987 6990 22004 0 -1 1077944384 13 12885 0 0 0 0 5 3 20 0 15 0 107324893 11246788608 14038 33554432000 4194304 4196468 140733538160432 139777965810976 139779103594197 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20557824 140733538163313 140733538166113 140733538166113 140733538168783 0
[pid=6990/tid=7050] ppid=6987 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/6990/task/7050/stat : 7050 (java) S 6987 6990 22004 0 -1 1077944384 1 12885 0 0 0 0 5 3 20 0 15 0 107324893 11246788608 14038 33554432000 4194304 4196468 140733538160432 139777764484720 139779103594197 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20557824 140733538163313 140733538166113 140733538166113 140733538168783 0
[pid=6990/tid=7051] ppid=6987 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/6990/task/7051/stat : 7051 (java) S 6987 6990 22004 0 -1 1077944384 3 12885 0 0 0 0 5 3 20 0 15 0 107324896 11246788608 14038 33554432000 4194304 4196468 140733538160432 139777457085008 139779103602587 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20557824 140733538163313 140733538166113 140733538166113 140733538168783 0
[pid=6990/tid=7052] ppid=6987 vsize=10983192 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/6990/task/7052/stat : 7052 (java) S 6987 6990 22004 0 -1 1077944384 550 12885 0 0 1 0 5 3 20 0 15 0 107324896 11246788608 14038 33554432000 4194304 4196468 140733538160432 139778528499824 139779103595138 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20557824 140733538163313 140733538166113 140733538166113 140733538168783 0
[pid=6990/tid=7053] ppid=6987 vsize=10983192 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/6990/task/7053/stat : 7053 (java) S 6987 6990 22004 0 -1 1077944384 59 12885 0 0 1 0 5 3 20 0 15 0 107324896 11246788608 14038 33554432000 4194304 4196468 140733538160432 139778527447024 139779103595138 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20557824 140733538163313 140733538166113 140733538166113 140733538168783 0
[pid=6990/tid=7054] ppid=6987 vsize=10983192 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/6990/task/7054/stat : 7054 (java) S 6987 6990 22004 0 -1 1077944384 624 12885 0 0 4 0 5 3 20 0 15 0 107324896 11246788608 14038 33554432000 4194304 4196468 140733538160432 139778526394736 139779103595138 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20557824 140733538163313 140733538166113 140733538166113 140733538168783 0
[pid=6990/tid=7055] ppid=6987 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/6990/task/7055/stat : 7055 (java) S 6987 6990 22004 0 -1 1077944384 3 12885 0 0 0 0 5 3 20 0 15 0 107324896 11246788608 14038 33554432000 4194304 4196468 140733538160432 139777026288096 139779103594197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20557824 140733538163313 140733538166113 140733538166113 140733538168783 0
[pid=6990/tid=7056] ppid=6987 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/6990/task/7056/stat : 7056 (java) S 6987 6990 22004 0 -1 1077944384 1 12885 0 0 0 0 5 3 20 0 15 0 107324896 11246788608 14038 33554432000 4194304 4196468 140733538160432 139778525342640 139779103595138 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20557824 140733538163313 140733538166113 140733538166113 140733538168783 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 55984 KiB

[startup+0.700749 s]
/proc/loadavg: 1.28 1.42 1.62 4/216 7056
/proc/meminfo: memFree=27129900/32770624 swapFree=67108860/67108860
[pid=6990] ppid=6987 vsize=10983192 memory=88788 CPUtime=0.99 cores=1,3,5,7
/proc/6990/stat : 6990 (java) S 6987 6990 22004 0 -1 1077944320 16766 12885 0 0 87 4 5 3 20 0 15 0 107324881 11246788608 22197 33554432000 4194304 4196468 140733538160432 140733538142976 139779103583991 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 20557824 140733538163313 140733538166113 140733538166113 140733538168783 0
/proc/6990/statm: 2745798 22197 3240 1 0 2708109 0
[pid=6990/tid=7043] ppid=6987 vsize=10983192 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/6990/task/7043/stat : 7043 (java) R 6987 6990 22004 0 -1 4202560 12224 12885 0 0 56 2 5 3 20 0 15 0 107324890 11246788608 22197 33554432000 4194304 4196468 140733538160432 139779075404816 139779087664478 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20557824 140733538163313 140733538166113 140733538166113 140733538168783 0
[pid=6990/tid=7044] ppid=6987 vsize=10983192 memory=8242257093008373557 CPUtime=0.08 cores=1,3,5,7
/proc/6990/task/7044/stat : 7044 (java) S 6987 6990 22004 0 -1 1077944384 1 12885 0 0 0 0 5 3 20 0 15 0 107324891 11246788608 22197 33554432000 4194304 4196468 140733538160432 139779107826064 139779103594197 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20557824 140733538163313 140733538166113 140733538166113 140733538168783 0
[pid=6990/tid=7045] ppid=6987 vsize=10983192 memory=7158860088844767568 CPUtime=0.08 cores=1,3,5,7
/proc/6990/task/7045/stat : 7045 (java) S 6987 6990 22004 0 -1 1077944384 1 12885 0 0 0 0 5 3 20 0 15 0 107324891 11246788608 22197 33554432000 4194304 4196468 140733538160432 139778643061008 139779103594197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20557824 140733538163313 140733538166113 140733538166113 140733538168783 0
[pid=6990/tid=7046] ppid=6987 vsize=10983192 memory=7588675599774802240 CPUtime=0.08 cores=1,3,5,7
/proc/6990/task/7046/stat : 7046 (java) S 6987 6990 22004 0 -1 1077944384 1 12885 0 0 0 0 5 3 20 0 15 0 107324891 11246788608 22197 33554432000 4194304 4196468 140733538160432 139778642008720 139779103594197 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20557824 140733538163313 140733538166113 140733538166113 140733538168783 0
[pid=6990/tid=7047] ppid=6987 vsize=10983192 memory=5791717478211005024 CPUtime=0.08 cores=1,3,5,7
/proc/6990/task/7047/stat : 7047 (java) S 6987 6990 22004 0 -1 1077944384 2 12885 0 0 0 0 5 3 20 0 15 0 107324891 11246788608 22197 33554432000 4194304 4196468 140733538160432 139778640955920 139779103594197 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20557824 140733538163313 140733538166113 140733538166113 140733538168783 0
[pid=6990/tid=7048] ppid=6987 vsize=10983192 memory=164 CPUtime=0.08 cores=1,3,5,7
/proc/6990/task/7048/stat : 7048 (java) S 6987 6990 22004 0 -1 1077944384 5 12885 0 0 0 0 5 3 20 0 15 0 107324892 11246788608 22197 33554432000 4194304 4196468 140733538160432 139778529553008 139779103595138 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20557824 140733538163313 140733538166113 140733538166113 140733538168783 0
[pid=6990/tid=7049] ppid=6987 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/6990/task/7049/stat : 7049 (java) S 6987 6990 22004 0 -1 1077944384 13 12885 0 0 0 0 5 3 20 0 15 0 107324893 11246788608 22197 33554432000 4194304 4196468 140733538160432 139777965810976 139779103594197 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20557824 140733538163313 140733538166113 140733538166113 140733538168783 0
[pid=6990/tid=7050] ppid=6987 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/6990/task/7050/stat : 7050 (java) S 6987 6990 22004 0 -1 1077944384 1 12885 0 0 0 0 5 3 20 0 15 0 107324893 11246788608 22197 33554432000 4194304 4196468 140733538160432 139777764484720 139779103594197 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20557824 140733538163313 140733538166113 140733538166113 140733538168783 0
[pid=6990/tid=7051] ppid=6987 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/6990/task/7051/stat : 7051 (java) S 6987 6990 22004 0 -1 1077944384 3 12885 0 0 0 0 5 3 20 0 15 0 107324896 11246788608 22197 33554432000 4194304 4196468 140733538160432 139777457085008 139779103602587 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20557824 140733538163313 140733538166113 140733538166113 140733538168783 0
[pid=6990/tid=7052] ppid=6987 vsize=10983192 memory=0 CPUtime=0.18 cores=1,3,5,7
/proc/6990/task/7052/stat : 7052 (java) S 6987 6990 22004 0 -1 1077944384 1195 12885 0 0 10 0 5 3 20 0 15 0 107324896 11246788608 22197 33554432000 4194304 4196468 140733538160432 139778528499824 139779103595138 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20557824 140733538163313 140733538166113 140733538166113 140733538168783 0
[pid=6990/tid=7053] ppid=6987 vsize=10983192 memory=96 CPUtime=0.14 cores=1,3,5,7
/proc/6990/task/7053/stat : 7053 (java) S 6987 6990 22004 0 -1 1077944384 422 12885 0 0 6 0 5 3 20 0 15 0 107324896 11246788608 22197 33554432000 4194304 4196468 140733538160432 139778527447024 139779103595138 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20557824 140733538163313 140733538166113 140733538166113 140733538168783 0
[pid=6990/tid=7054] ppid=6987 vsize=10983192 memory=279288435788208 CPUtime=0.21 cores=1,3,5,7
/proc/6990/task/7054/stat : 7054 (java) R 6987 6990 22004 0 -1 4202560 702 12885 0 0 13 0 5 3 20 0 15 0 107324896 11246788608 22197 33554432000 4194304 4196468 140733538160432 139778526394736 139779084347332 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20557824 140733538163313 140733538166113 140733538166113 140733538168783 0
[pid=6990/tid=7055] ppid=6987 vsize=10983192 memory=139644325753361 CPUtime=0.08 cores=1,3,5,7
/proc/6990/task/7055/stat : 7055 (java) S 6987 6990 22004 0 -1 1077944384 3 12885 0 0 0 0 5 3 20 0 15 0 107324896 11246788608 22197 33554432000 4194304 4196468 140733538160432 139777026288096 139779103594197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20557824 140733538163313 140733538166113 140733538166113 140733538168783 0
[pid=6990/tid=7056] ppid=6987 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/6990/task/7056/stat : 7056 (java) S 6987 6990 22004 0 -1 1077944384 1 12885 0 0 0 0 5 3 20 0 15 0 107324896 11246788608 22197 33554432000 4194304 4196468 140733538160432 139778525342640 139779103595138 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20557824 140733538163313 140733538166113 140733538166113 140733538168783 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88788 KiB

[startup+1.50073 s]
/proc/loadavg: 1.42 1.45 1.63 4/216 7056
/proc/meminfo: memFree=27083912/32770624 swapFree=67108860/67108860
[pid=6990] ppid=6987 vsize=10998092 memory=177888 CPUtime=2.24 cores=1,3,5,7
/proc/6990/stat : 6990 (java) S 6987 6990 22004 0 -1 1077944320 23880 12885 0 0 207 9 5 3 20 0 15 0 107324881 11262046208 44472 33554432000 4194304 4196468 140733538160432 140733538142976 139779103583991 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 20557824 140733538163313 140733538166113 140733538166113 140733538168783 0
/proc/6990/statm: 2749523 44472 3473 1 0 2711181 0
[pid=6990/tid=7043] ppid=6987 vsize=10998092 memory=7300996220802969665 CPUtime=1.42 cores=1,3,5,7
/proc/6990/task/7043/stat : 7043 (java) R 6987 6990 22004 0 -1 4202560 17797 12885 0 0 129 5 5 3 20 0 15 0 107324890 11262046208 44472 33554432000 4194304 4196468 140733538160432 139779075415552 139779087664508 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20557824 140733538163313 140733538166113 140733538166113 140733538168783 0
[pid=6990/tid=7044] ppid=6987 vsize=10998092 memory=4418138326849250145 CPUtime=0.09 cores=1,3,5,7
/proc/6990/task/7044/stat : 7044 (java) S 6987 6990 22004 0 -1 1077944384 19 12885 0 0 1 0 5 3 20 0 15 0 107324891 11262046208 44472 33554432000 4194304 4196468 140733538160432 139779107826064 139779103594197 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20557824 140733538163313 140733538166113 140733538166113 140733538168783 0
[pid=6990/tid=7045] ppid=6987 vsize=10998092 memory=-5934757335528923228 CPUtime=0.08 cores=1,3,5,7
/proc/6990/task/7045/stat : 7045 (java) S 6987 6990 22004 0 -1 1077944384 20 12885 0 0 0 0 5 3 20 0 15 0 107324891 11262046208 44472 33554432000 4194304 4196468 140733538160432 139778643061008 139779103594197 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20557824 140733538163313 140733538166113 140733538166113 140733538168783 0
[pid=6990/tid=7046] ppid=6987 vsize=10998092 memory=6372119928180527458 CPUtime=0.09 cores=1,3,5,7
/proc/6990/task/7046/stat : 7046 (java) S 6987 6990 22004 0 -1 1077944384 196 12885 0 0 1 0 5 3 20 0 15 0 107324891 11262046208 44472 33554432000 4194304 4196468 140733538160432 139778642008720 139779103594197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20557824 140733538163313 140733538166113 140733538166113 140733538168783 0
[pid=6990/tid=7047] ppid=6987 vsize=10998092 memory=7449062980653836388 CPUtime=0.08 cores=1,3,5,7
/proc/6990/task/7047/stat : 7047 (java) S 6987 6990 22004 0 -1 1077944384 69 12885 0 0 0 0 5 3 20 0 15 0 107324891 11262046208 44472 33554432000 4194304 4196468 140733538160432 139778640955920 139779103594197 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20557824 140733538163313 140733538166113 140733538166113 140733538168783 0
[pid=6990/tid=7048] ppid=6987 vsize=10998092 memory=2424 CPUtime=0.09 cores=1,3,5,7
/proc/6990/task/7048/stat : 7048 (java) S 6987 6990 22004 0 -1 1077944384 54 12885 0 0 1 0 5 3 20 0 15 0 107324892 11262046208 44472 33554432000 4194304 4196468 140733538160432 139778529553008 139779103595138 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20557824 140733538163313 140733538166113 140733538166113 140733538168783 0
[pid=6990/tid=7049] ppid=6987 vsize=10998092 memory=1840 CPUtime=0.08 cores=1,3,5,7
/proc/6990/task/7049/stat : 7049 (java) S 6987 6990 22004 0 -1 1077944384 14 12885 0 0 0 0 5 3 20 0 15 0 107324893 11262046208 44472 33554432000 4194304 4196468 140733538160432 139777965811040 139779103594197 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20557824 140733538163313 140733538166113 140733538166113 140733538168783 0
[pid=6990/tid=7050] ppid=6987 vsize=10998092 memory=1004 CPUtime=0.08 cores=1,3,5,7
/proc/6990/task/7050/stat : 7050 (java) S 6987 6990 22004 0 -1 1077944384 1 12885 0 0 0 0 5 3 20 0 15 0 107324893 11262046208 44472 33554432000 4194304 4196468 140733538160432 139777764484736 139779103594197 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20557824 140733538163313 140733538166113 140733538166113 140733538168783 0
[pid=6990/tid=7051] ppid=6987 vsize=10998092 memory=12060 CPUtime=0.08 cores=1,3,5,7
/proc/6990/task/7051/stat : 7051 (java) S 6987 6990 22004 0 -1 1077944384 3 12885 0 0 0 0 5 3 20 0 15 0 107324896 11262046208 44472 33554432000 4194304 4196468 140733538160432 139777457085008 139779103602587 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20557824 140733538163313 140733538166113 140733538166113 140733538168783 0
[pid=6990/tid=7052] ppid=6987 vsize=10998092 memory=5788 CPUtime=0.29 cores=1,3,5,7
/proc/6990/task/7052/stat : 7052 (java) S 6987 6990 22004 0 -1 1077944384 1364 12885 0 0 21 0 5 3 20 0 15 0 107324896 11262046208 44472 33554432000 4194304 4196468 140733538160432 139778528499824 139779103595138 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20557824 140733538163313 140733538166113 140733538166113 140733538168783 0
[pid=6990/tid=7053] ppid=6987 vsize=10998092 memory=792 CPUtime=0.26 cores=1,3,5,7
/proc/6990/task/7053/stat : 7053 (java) S 6987 6990 22004 0 -1 1077944384 887 12885 0 0 18 0 5 3 20 0 15 0 107324896 11262046208 44472 33554432000 4194304 4196468 140733538160432 139778527447024 139779103595138 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20557824 140733538163313 140733538166113 140733538166113 140733538168783 0
[pid=6990/tid=7054] ppid=6987 vsize=10998092 memory=1228 CPUtime=0.4 cores=1,3,5,7
/proc/6990/task/7054/stat : 7054 (java) S 6987 6990 22004 0 -1 1077944384 1260 12885 0 0 32 0 5 3 20 0 15 0 107324896 11262046208 44472 33554432000 4194304 4196468 140733538160432 139778526394736 139779103595138 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20557824 140733538163313 140733538166113 140733538166113 140733538168783 0
[pid=6990/tid=7055] ppid=6987 vsize=10998092 memory=1944 CPUtime=0.08 cores=1,3,5,7
/proc/6990/task/7055/stat : 7055 (java) S 6987 6990 22004 0 -1 1077944384 3 12885 0 0 0 0 5 3 20 0 15 0 107324896 11262046208 44472 33554432000 4194304 4196468 140733538160432 139777026288096 139779103594197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20557824 140733538163313 140733538166113 140733538166113 140733538168783 0
[pid=6990/tid=7056] ppid=6987 vsize=10998092 memory=119672 CPUtime=0.08 cores=1,3,5,7
/proc/6990/task/7056/stat : 7056 (java) S 6987 6990 22004 0 -1 1077944384 1 12885 0 0 0 0 5 3 20 0 15 0 107324896 11262046208 44472 33554432000 4194304 4196468 140733538160432 139778525342640 139779103595138 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20557824 140733538163313 140733538166113 140733538166113 140733538168783 0
Current children cumulated CPU time: 2.24 s
Current children cumulated vsize: 10998092 KiB

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

[pid=6990/tid=7055] ppid=6987 vsize=11008352 memory=1004 CPUtime=0.08 cores=1,3,5,7
/proc/6990/task/7055/stat : 7055 (java) S 6987 6990 22004 0 -1 1077944384 3 12885 0 0 0 0 5 3 20 0 15 0 107324896 11272552448 57217 33554432000 4194304 4196468 140733538160432 139777026288096 139779103594197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20557824 140733538163313 140733538166113 140733538166113 140733538168783 0
[pid=6990/tid=7056] ppid=6987 vsize=11008352 memory=12060 CPUtime=0.08 cores=1,3,5,7
/proc/6990/task/7056/stat : 7056 (java) S 6987 6990 22004 0 -1 1077944384 1 12885 0 0 0 0 5 3 20 0 15 0 107324896 11272552448 57217 33554432000 4194304 4196468 140733538160432 139778525342640 139779103595138 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20557824 140733538163313 140733538166113 140733538166113 140733538168783 0
Current children cumulated CPU time: 6.24 s
Current children cumulated vsize: 11008352 KiB
Current children cumulated memory: 228868 KiB

[startup+4.52224 s]
# the end of solver process 6990 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=9.43754 s, system=0.25899 s

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

[startup+3.20084 s]
/proc/loadavg: 1.42 1.45 1.63 5/216 7056
/proc/meminfo: memFree=26974820/32770624 swapFree=67108860/67108860
[pid=6990] ppid=6987 vsize=11008352 memory=249120 CPUtime=6.42 cores=1,3,5,7
/proc/6990/stat : 6990 (java) S 6987 6990 22004 0 -1 1077944320 43195 12885 0 0 618 16 5 3 20 0 15 0 107324881 11272552448 62280 33554432000 4194304 4196468 140733538160432 140733538142976 139779103583991 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 20557824 140733538163313 140733538166113 140733538166113 140733538168783 0
/proc/6990/statm: 2752088 62280 3503 1 0 2713741 0
[pid=6990/tid=7043] ppid=6987 vsize=11008352 memory=792 CPUtime=3.09 cores=1,3,5,7
/proc/6990/task/7043/stat : 7043 (java) S 6987 6990 22004 0 -1 1077944384 24577 12885 0 0 294 7 5 3 20 0 15 0 107324890 11272552448 62280 33554432000 4194304 4196468 140733538160432 139779075406768 139779103594197 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20557824 140733538163313 140733538166113 140733538166113 140733538168783 0
[pid=6990/tid=7044] ppid=6987 vsize=11008352 memory=1228 CPUtime=0.09 cores=1,3,5,7
/proc/6990/task/7044/stat : 7044 (java) S 6987 6990 22004 0 -1 1077944384 55 12885 0 0 1 0 5 3 20 0 15 0 107324891 11272552448 62280 33554432000 4194304 4196468 140733538160432 139779107826064 139779103594197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20557824 140733538163313 140733538166113 140733538166113 140733538168783 0
[pid=6990/tid=7045] ppid=6987 vsize=11008352 memory=8112282956445269571 CPUtime=0.09 cores=1,3,5,7
/proc/6990/task/7045/stat : 7045 (java) S 6987 6990 22004 0 -1 1077944384 533 12885 0 0 1 0 5 3 20 0 15 0 107324891 11272552448 62280 33554432000 4194304 4196468 140733538160432 139778643061008 139779103594197 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20557824 140733538163313 140733538166113 140733538166113 140733538168783 0
[pid=6990/tid=7046] ppid=6987 vsize=11008352 memory=14775 CPUtime=0.09 cores=1,3,5,7
/proc/6990/task/7046/stat : 7046 (java) S 6987 6990 22004 0 -1 1077944384 217 12885 0 0 1 0 5 3 20 0 15 0 107324891 11272552448 62280 33554432000 4194304 4196468 140733538160432 139778642008720 139779103594197 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20557824 140733538163313 140733538166113 140733538166113 140733538168783 0
[pid=6990/tid=7047] ppid=6987 vsize=11008352 memory=648981 CPUtime=0.09 cores=1,3,5,7
/proc/6990/task/7047/stat : 7047 (java) S 6987 6990 22004 0 -1 1077944384 416 12885 0 0 1 0 5 3 20 0 15 0 107324891 11272552448 62280 33554432000 4194304 4196468 140733538160432 139778640955920 139779103594197 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20557824 140733538163313 140733538166113 140733538166113 140733538168783 0
[pid=6990/tid=7048] ppid=6987 vsize=11008352 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/6990/task/7048/stat : 7048 (java) R 6987 6990 22004 0 -1 4202560 6518 12885 0 0 2 1 5 3 20 0 15 0 107324892 11272552448 62280 33554432000 4194304 4196468 140733538160432 139778529551296 139779088580023 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20557824 140733538163313 140733538166113 140733538166113 140733538168783 0
[pid=6990/tid=7049] ppid=6987 vsize=11008352 memory=-9174445032661854264 CPUtime=0.08 cores=1,3,5,7
/proc/6990/task/7049/stat : 7049 (java) S 6987 6990 22004 0 -1 1077944384 14 12885 0 0 0 0 5 3 20 0 15 0 107324893 11272552448 62280 33554432000 4194304 4196468 140733538160432 139777965811040 139779103594197 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20557824 140733538163313 140733538166113 140733538166113 140733538168783 0
[pid=6990/tid=7050] ppid=6987 vsize=11008352 memory=6944656575208382560 CPUtime=0.08 cores=1,3,5,7
/proc/6990/task/7050/stat : 7050 (java) S 6987 6990 22004 0 -1 1077944384 1 12885 0 0 0 0 5 3 20 0 15 0 107324893 11272552448 62280 33554432000 4194304 4196468 140733538160432 139777764484736 139779103594197 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20557824 140733538163313 140733538166113 140733538166113 140733538168783 0
[pid=6990/tid=7051] ppid=6987 vsize=11008352 memory=6944656592387989600 CPUtime=0.08 cores=1,3,5,7
/proc/6990/task/7051/stat : 7051 (java) S 6987 6990 22004 0 -1 1077944384 3 12885 0 0 0 0 5 3 20 0 15 0 107324896 11272552448 62280 33554432000 4194304 4196468 140733538160432 139777457085008 139779103602587 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20557824 140733538163313 140733538166113 140733538166113 140733538168783 0
[pid=6990/tid=7052] ppid=6987 vsize=11008352 memory=6656426216303648864 CPUtime=1.23 cores=1,3,5,7
/proc/6990/task/7052/stat : 7052 (java) S 6987 6990 22004 0 -1 1077944384 3180 12885 0 0 113 2 5 3 20 0 15 0 107324896 11272552448 62280 33554432000 4194304 4196468 140733538160432 139778528499824 139779103595138 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20557824 140733538163313 140733538166113 140733538166113 140733538168783 0
[pid=6990/tid=7053] ppid=6987 vsize=11008352 memory=288230574492221466 CPUtime=0.9 cores=1,3,5,7
/proc/6990/task/7053/stat : 7053 (java) S 6987 6990 22004 0 -1 1077944384 1813 12885 0 0 82 0 5 3 20 0 15 0 107324896 11272552448 62280 33554432000 4194304 4196468 140733538160432 139778527447024 139779103595138 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20557824 140733538163313 140733538166113 140733538166113 140733538168783 0
[pid=6990/tid=7054] ppid=6987 vsize=11008352 memory=0 CPUtime=1.27 cores=1,3,5,7
/proc/6990/task/7054/stat : 7054 (java) S 6987 6990 22004 0 -1 1077944384 3666 12885 0 0 118 1 5 3 20 0 15 0 107324896 11272552448 62280 33554432000 4194304 4196468 140733538160432 139778526394736 139779103595138 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20557824 140733538163313 140733538166113 140733538166113 140733538168783 0
[pid=6990/tid=7055] ppid=6987 vsize=11008352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/6990/task/7055/stat : 7055 (java) S 6987 6990 22004 0 -1 1077944384 3 12885 0 0 0 0 5 3 20 0 15 0 107324896 11272552448 62280 33554432000 4194304 4196468 140733538160432 139777026288096 139779103594197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20557824 140733538163313 140733538166113 140733538166113 140733538168783 0
[pid=6990/tid=7056] ppid=6987 vsize=11008352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/6990/task/7056/stat : 7056 (java) S 6987 6990 22004 0 -1 1077944384 6 12885 0 0 0 0 5 3 20 0 15 0 107324896 11272552448 62280 33554432000 4194304 4196468 140733538160432 139778525342640 139779103595138 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20557824 140733538163313 140733538166113 140733538166113 140733538168783 0
Current children cumulated CPU time: 6.42 s
Current children cumulated vsize: 11008352 KiB
Current children cumulated memory: 249120 KiB

[startup+4.00074 s]*
/proc/loadavg: 1.42 1.45 1.63 5/216 7056
/proc/meminfo: memFree=26876184/32770624 swapFree=67108860/67108860
[pid=6990] ppid=6987 vsize=11080744 memory=320240 CPUtime=8.56 cores=1,3,5,7
/proc/6990/stat : 6990 (java) S 6987 6990 22004 0 -1 1077944320 67244 12885 0 0 828 20 5 3 20 0 15 0 107324881 11346681856 80060 33554432000 4194304 4196468 140733538160432 140733538142976 139779103583991 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 20557824 140733538163313 140733538166113 140733538166113 140733538168783 0
/proc/6990/statm: 2770186 80060 3510 1 0 2731839 0
[pid=6990/tid=7043] ppid=6987 vsize=11080744 memory=6935054825532540783 CPUtime=3.87 cores=1,3,5,7
/proc/6990/task/7043/stat : 7043 (java) R 6987 6990 22004 0 -1 4202560 42138 12885 0 0 369 10 5 3 20 0 15 0 107324890 11346681856 80060 33554432000 4194304 4196468 140733538160432 139779075412816 139778653716712 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20557824 140733538163313 140733538166113 140733538166113 140733538168783 0
[pid=6990/tid=7044] ppid=6987 vsize=11080744 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/6990/task/7044/stat : 7044 (java) S 6987 6990 22004 0 -1 1077944384 57 12885 0 0 2 0 5 3 20 0 15 0 107324891 11346681856 80060 33554432000 4194304 4196468 140733538160432 139779107826064 139779103594197 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20557824 140733538163313 140733538166113 140733538166113 140733538168783 0
[pid=6990/tid=7045] ppid=6987 vsize=11080744 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/6990/task/7045/stat : 7045 (java) S 6987 6990 22004 0 -1 1077944384 533 12885 0 0 3 0 5 3 20 0 15 0 107324891 11346681856 80060 33554432000 4194304 4196468 140733538160432 139778643061008 139779103594197 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20557824 140733538163313 140733538166113 140733538166113 140733538168783 0
[pid=6990/tid=7046] ppid=6987 vsize=11080744 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/6990/task/7046/stat : 7046 (java) S 6987 6990 22004 0 -1 1077944384 217 12885 0 0 3 0 5 3 20 0 15 0 107324891 11346681856 80060 33554432000 4194304 4196468 140733538160432 139778642008720 139779103594197 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20557824 140733538163313 140733538166113 140733538166113 140733538168783 0
[pid=6990/tid=7047] ppid=6987 vsize=11080744 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/6990/task/7047/stat : 7047 (java) S 6987 6990 22004 0 -1 1077944384 418 12885 0 0 3 0 5 3 20 0 15 0 107324891 11346681856 80060 33554432000 4194304 4196468 140733538160432 139778640955920 139779103594197 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20557824 140733538163313 140733538166113 140733538166113 140733538168783 0
[pid=6990/tid=7048] ppid=6987 vsize=11080744 memory=2315025174652474832 CPUtime=0.12 cores=1,3,5,7
/proc/6990/task/7048/stat : 7048 (java) S 6987 6990 22004 0 -1 1077944384 6946 12885 0 0 3 1 5 3 20 0 15 0 107324892 11346681856 80060 33554432000 4194304 4196468 140733538160432 139778529553008 139779103595138 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20557824 140733538163313 140733538166113 140733538166113 140733538168783 0
[pid=6990/tid=7049] ppid=6987 vsize=11080744 memory=2314885530818447673 CPUtime=0.08 cores=1,3,5,7
/proc/6990/task/7049/stat : 7049 (java) S 6987 6990 22004 0 -1 1077944384 14 12885 0 0 0 0 5 3 20 0 15 0 107324893 11346681856 80060 33554432000 4194304 4196468 140733538160432 139777965811040 139779103594197 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20557824 140733538163313 140733538166113 140733538166113 140733538168783 0
[pid=6990/tid=7050] ppid=6987 vsize=11080744 memory=-8253362664378451622 CPUtime=0.08 cores=1,3,5,7
/proc/6990/task/7050/stat : 7050 (java) S 6987 6990 22004 0 -1 1077944384 2 12885 0 0 0 0 5 3 20 0 15 0 107324893 11346681856 80060 33554432000 4194304 4196468 140733538160432 139777764484736 139779103594197 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20557824 140733538163313 140733538166113 140733538166113 140733538168783 0
[pid=6990/tid=7051] ppid=6987 vsize=11080744 memory=4132772329015834154 CPUtime=0.08 cores=1,3,5,7
/proc/6990/task/7051/stat : 7051 (java) S 6987 6990 22004 0 -1 1077944384 3 12885 0 0 0 0 5 3 20 0 15 0 107324896 11346681856 80060 33554432000 4194304 4196468 140733538160432 139777457085008 139779103602587 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20557824 140733538163313 140733538166113 140733538166113 140733538168783 0
[pid=6990/tid=7052] ppid=6987 vsize=11080744 memory=0 CPUtime=1.62 cores=1,3,5,7
/proc/6990/task/7052/stat : 7052 (java) R 6987 6990 22004 0 -1 4202560 4426 12885 0 0 152 2 5 3 20 0 15 0 107324896 11346681856 80060 33554432000 4194304 4196468 140733538160432 139778528487296 139779087080837 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20557824 140733538163313 140733538166113 140733538166113 140733538168783 0
[pid=6990/tid=7053] ppid=6987 vsize=11080744 memory=2314885530816952941 CPUtime=1.54 cores=1,3,5,7
/proc/6990/task/7053/stat : 7053 (java) R 6987 6990 22004 0 -1 4202560 5997 12885 0 0 145 1 5 3 20 0 15 0 107324896 11346681856 80060 33554432000 4194304 4196468 140733538160432 139778527433040 139779083270371 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20557824 140733538163313 140733538166113 140733538166113 140733538168783 0
[pid=6990/tid=7054] ppid=6987 vsize=11080744 memory=3905947032280274569 CPUtime=1.52 cores=1,3,5,7
/proc/6990/task/7054/stat : 7054 (java) R 6987 6990 22004 0 -1 1077944384 4291 12885 0 0 143 1 5 3 20 0 15 0 107324896 11346681856 80060 33554432000 4194304 4196468 140733538160432 139778526394736 139779103595138 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20557824 140733538163313 140733538166113 140733538166113 140733538168783 0
[pid=6990/tid=7055] ppid=6987 vsize=11080744 memory=3539864629461727853 CPUtime=0.08 cores=1,3,5,7
/proc/6990/task/7055/stat : 7055 (java) S 6987 6990 22004 0 -1 1077944384 3 12885 0 0 0 0 5 3 20 0 15 0 107324896 11346681856 80060 33554432000 4194304 4196468 140733538160432 139777026288096 139779103594197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20557824 140733538163313 140733538166113 140733538166113 140733538168783 0
[pid=6990/tid=7056] ppid=6987 vsize=11080744 memory=7719366804405917344 CPUtime=0.08 cores=1,3,5,7
/proc/6990/task/7056/stat : 7056 (java) S 6987 6990 22004 0 -1 1077944384 6 12885 0 0 0 0 5 3 20 0 15 0 107324896 11346681856 80060 33554432000 4194304 4196468 140733538160432 139778525342640 139779103595138 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20557824 140733538163313 140733538166113 140733538166113 140733538168783 0
Current children cumulated CPU time: 8.56 s
Current children cumulated vsize: 11080744 KiB
Current children cumulated memory: 320240 KiB

[startup+4.40072 s]
/proc/loadavg: 1.42 1.45 1.63 5/216 7056
/proc/meminfo: memFree=26876184/32770624 swapFree=67108860/67108860
[pid=6990] ppid=6987 vsize=11143520 memory=322544 CPUtime=9.67 cores=1,3,5,7
/proc/6990/stat : 6990 (java) S 6987 6990 22004 0 -1 1077944320 69446 12885 0 0 938 21 5 3 20 0 13 0 107324881 11410964480 80636 33554432000 4194304 4196468 140733538160432 140733538142976 139779103583991 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 20557824 140733538163313 140733538166113 140733538166113 140733538168783 0
/proc/6990/statm: 2785880 80636 3512 1 0 2747533 0
[pid=6990/tid=7043] ppid=6987 vsize=11143520 memory=0 CPUtime=4.22 cores=1,3,5,7
/proc/6990/task/7043/stat : 7043 (java) D 6987 6990 22004 0 -1 4202560 42198 12885 0 0 404 10 5 3 20 0 13 0 107324890 11410964480 80636 33554432000 4194304 4196468 140733538160432 139779075427640 139779096269623 0 0 0 16800975 18446744072100379781 0 0 -1 1 0 0 0 0 0 6293624 6294260 20557824 140733538163313 140733538166113 140733538166113 140733538168783 0
[pid=6990/tid=7044] ppid=6987 vsize=11143520 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/6990/task/7044/stat : 7044 (java) S 6987 6990 22004 0 -1 1077944384 57 12885 0 0 2 0 5 3 20 0 13 0 107324891 11410964480 80636 33554432000 4194304 4196468 140733538160432 139779107826064 139779103594197 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20557824 140733538163313 140733538166113 140733538166113 140733538168783 0
[pid=6990/tid=7045] ppid=6987 vsize=11143520 memory=139644218162057 CPUtime=0.11 cores=1,3,5,7
/proc/6990/task/7045/stat : 7045 (java) S 6987 6990 22004 0 -1 1077944384 533 12885 0 0 3 0 5 3 20 0 13 0 107324891 11410964480 80636 33554432000 4194304 4196468 140733538160432 139778643061008 139779103594197 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20557824 140733538163313 140733538166113 140733538166113 140733538168783 0
[pid=6990/tid=7046] ppid=6987 vsize=11143520 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/6990/task/7046/stat : 7046 (java) S 6987 6990 22004 0 -1 1077944384 217 12885 0 0 3 0 5 3 20 0 13 0 107324891 11410964480 80636 33554432000 4194304 4196468 140733538160432 139778642008720 139779103594197 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20557824 140733538163313 140733538166113 140733538166113 140733538168783 0
[pid=6990/tid=7047] ppid=6987 vsize=11143520 memory=288230591722422566 CPUtime=0.11 cores=1,3,5,7
/proc/6990/task/7047/stat : 7047 (java) S 6987 6990 22004 0 -1 1077944384 418 12885 0 0 3 0 5 3 20 0 13 0 107324891 11410964480 80636 33554432000 4194304 4196468 140733538160432 139778640955920 139779103594197 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20557824 140733538163313 140733538166113 140733538166113 140733538168783 0
[pid=6990/tid=7049] ppid=6987 vsize=11143520 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/6990/task/7049/stat : 7049 (java) S 6987 6990 22004 0 -1 1077944384 14 12885 0 0 0 0 5 3 20 0 13 0 107324893 11410964480 80636 33554432000 4194304 4196468 140733538160432 139777965811040 139779103594197 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20557824 140733538163313 140733538166113 140733538166113 140733538168783 0
[pid=6990/tid=7050] ppid=6987 vsize=11143520 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/6990/task/7050/stat : 7050 (java) S 6987 6990 22004 0 -1 1077944384 2 12885 0 0 0 0 5 3 20 0 13 0 107324893 11410964480 80636 33554432000 4194304 4196468 140733538160432 139777764484736 139779103594197 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20557824 140733538163313 140733538166113 140733538166113 140733538168783 0
[pid=6990/tid=7051] ppid=6987 vsize=11143520 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/6990/task/7051/stat : 7051 (java) S 6987 6990 22004 0 -1 1077944384 26 12885 0 0 0 0 5 3 20 0 13 0 107324896 11410964480 80636 33554432000 4194304 4196468 140733538160432 139777457083776 139779103594197 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20557824 140733538163313 140733538166113 140733538166113 140733538168783 0
[pid=6990/tid=7052] ppid=6987 vsize=11143520 memory=0 CPUtime=1.97 cores=1,3,5,7
/proc/6990/task/7052/stat : 7052 (java) S 6987 6990 22004 0 -1 1077944384 4954 12885 0 0 187 2 5 3 20 0 13 0 107324896 11410964480 80636 33554432000 4194304 4196468 140733538160432 139778528484368 139779103594197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20557824 140733538163313 140733538166113 140733538166113 140733538168783 0
[pid=6990/tid=7053] ppid=6987 vsize=11143520 memory=0 CPUtime=1.89 cores=1,3,5,7
/proc/6990/task/7053/stat : 7053 (java) S 6987 6990 22004 0 -1 1077944384 7494 12885 0 0 179 2 5 3 20 0 13 0 107324896 11410964480 80636 33554432000 4194304 4196468 140733538160432 139778527431536 139779103594197 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20557824 140733538163313 140733538166113 140733538166113 140733538168783 0
[pid=6990/tid=7054] ppid=6987 vsize=11143520 memory=0 CPUtime=1.59 cores=1,3,5,7
/proc/6990/task/7054/stat : 7054 (java) S 6987 6990 22004 0 -1 1077944384 4367 12885 0 0 149 2 5 3 20 0 13 0 107324896 11410964480 80636 33554432000 4194304 4196468 140733538160432 139778526394736 139779103595138 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20557824 140733538163313 140733538166113 140733538166113 140733538168783 0
[pid=6990/tid=7055] ppid=6987 vsize=11143520 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/6990/task/7055/stat : 7055 (java) S 6987 6990 22004 0 -1 1077944384 3 12885 0 0 0 0 5 3 20 0 13 0 107324896 11410964480 80636 33554432000 4194304 4196468 140733538160432 139777026288096 139779103594197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20557824 140733538163313 140733538166113 140733538166113 140733538168783 0
Current children cumulated CPU time: 9.67 s
Current children cumulated vsize: 11143520 KiB
Current children cumulated memory: 322544 KiB

[startup+4.5006 s]
/proc/loadavg: 1.42 1.45 1.63 5/216 7056
/proc/meminfo: memFree=26876184/32770624 swapFree=67108860/67108860
[pid=6990] ppid=6987 vsize=11143520 memory=322544 CPUtime=9.67 cores=1,3,5,7
/proc/6990/stat : 6990 (java) S 6987 6990 22004 0 -1 1077944320 69446 12885 0 0 938 21 5 3 20 0 13 0 107324881 11410964480 80636 33554432000 4194304 4196468 140733538160432 140733538142976 139779103583991 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 20557824 140733538163313 140733538166113 140733538166113 140733538168783 0
/proc/6990/statm: 2785880 80636 3512 1 0 2747533 0
[pid=6990/tid=7043] ppid=6987 vsize=11143520 memory=310676 CPUtime=4.22 cores=1,3,5,7
/proc/6990/task/7043/stat : 7043 (java) D 6987 6990 22004 0 -1 4202560 42198 12885 0 0 404 10 5 3 20 0 13 0 107324890 11410964480 80636 33554432000 4194304 4196468 140733538160432 139779075427640 139779096269623 0 0 0 16800975 18446744072100379781 0 0 -1 1 0 0 0 0 0 6293624 6294260 20557824 140733538163313 140733538166113 140733538166113 140733538168783 0
[pid=6990/tid=7044] ppid=6987 vsize=11143520 memory=1840 CPUtime=0.1 cores=1,3,5,7
/proc/6990/task/7044/stat : 7044 (java) S 6987 6990 22004 0 -1 1077944384 57 12885 0 0 2 0 5 3 20 0 13 0 107324891 11410964480 80636 33554432000 4194304 4196468 140733538160432 139779107826064 139779103594197 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20557824 140733538163313 140733538166113 140733538166113 140733538168783 0
[pid=6990/tid=7045] ppid=6987 vsize=11143520 memory=1004 CPUtime=0.11 cores=1,3,5,7
/proc/6990/task/7045/stat : 7045 (java) S 6987 6990 22004 0 -1 1077944384 533 12885 0 0 3 0 5 3 20 0 13 0 107324891 11410964480 80636 33554432000 4194304 4196468 140733538160432 139778643061008 139779103594197 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20557824 140733538163313 140733538166113 140733538166113 140733538168783 0
[pid=6990/tid=7046] ppid=6987 vsize=11143520 memory=12060 CPUtime=0.11 cores=1,3,5,7
/proc/6990/task/7046/stat : 7046 (java) S 6987 6990 22004 0 -1 1077944384 217 12885 0 0 3 0 5 3 20 0 13 0 107324891 11410964480 80636 33554432000 4194304 4196468 140733538160432 139778642008720 139779103594197 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20557824 140733538163313 140733538166113 140733538166113 140733538168783 0
[pid=6990/tid=7047] ppid=6987 vsize=11143520 memory=228868 CPUtime=0.11 cores=1,3,5,7
/proc/6990/task/7047/stat : 7047 (java) S 6987 6990 22004 0 -1 1077944384 418 12885 0 0 3 0 5 3 20 0 13 0 107324891 11410964480 80636 33554432000 4194304 4196468 140733538160432 139778640955920 139779103594197 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20557824 140733538163313 140733538166113 140733538166113 140733538168783 0
[pid=6990/tid=7049] ppid=6987 vsize=11143520 memory=8 CPUtime=0.08 cores=1,3,5,7
/proc/6990/task/7049/stat : 7049 (java) S 6987 6990 22004 0 -1 1077944384 14 12885 0 0 0 0 5 3 20 0 13 0 107324893 11410964480 80636 33554432000 4194304 4196468 140733538160432 139777965811040 139779103594197 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20557824 140733538163313 140733538166113 140733538166113 140733538168783 0
[pid=6990/tid=7050] ppid=6987 vsize=11143520 memory=8 CPUtime=0.08 cores=1,3,5,7
/proc/6990/task/7050/stat : 7050 (java) S 6987 6990 22004 0 -1 1077944384 2 12885 0 0 0 0 5 3 20 0 13 0 107324893 11410964480 80636 33554432000 4194304 4196468 140733538160432 139777764484736 139779103594197 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20557824 140733538163313 140733538166113 140733538166113 140733538168783 0
[pid=6990/tid=7051] ppid=6987 vsize=11143520 memory=8 CPUtime=0.08 cores=1,3,5,7
/proc/6990/task/7051/stat : 7051 (java) S 6987 6990 22004 0 -1 1077944384 26 12885 0 0 0 0 5 3 20 0 13 0 107324896 11410964480 80636 33554432000 4194304 4196468 140733538160432 139777457083776 139779103594197 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20557824 140733538163313 140733538166113 140733538166113 140733538168783 0
[pid=6990/tid=7052] ppid=6987 vsize=11143520 memory=8 CPUtime=1.97 cores=1,3,5,7
/proc/6990/task/7052/stat : 7052 (java) S 6987 6990 22004 0 -1 1077944384 4954 12885 0 0 187 2 5 3 20 0 13 0 107324896 11410964480 80636 33554432000 4194304 4196468 140733538160432 139778528484368 139779103594197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20557824 140733538163313 140733538166113 140733538166113 140733538168783 0
[pid=6990/tid=7053] ppid=6987 vsize=11143520 memory=279288435889696 CPUtime=1.89 cores=1,3,5,7
/proc/6990/task/7053/stat : 7053 (java) S 6987 6990 22004 0 -1 1077944384 7494 12885 0 0 179 2 5 3 20 0 13 0 107324896 11410964480 80636 33554432000 4194304 4196468 140733538160432 139778527431536 139779103594197 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20557824 140733538163313 140733538166113 140733538166113 140733538168783 0
[pid=6990/tid=7054] ppid=6987 vsize=11143520 memory=279288435845360 CPUtime=1.59 cores=1,3,5,7
/proc/6990/task/7054/stat : 7054 (java) S 6987 6990 22004 0 -1 1077944384 4367 12885 0 0 149 2 5 3 20 0 13 0 107324896 11410964480 80636 33554432000 4194304 4196468 140733538160432 139778526394736 139779103595138 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20557824 140733538163313 140733538166113 140733538166113 140733538168783 0
[pid=6990/tid=7055] ppid=6987 vsize=11143520 memory=279288435898672 CPUtime=0.08 cores=1,3,5,7
/proc/6990/task/7055/stat : 7055 (java) S 6987 6990 22004 0 -1 1077944384 3 12885 0 0 0 0 5 3 20 0 13 0 107324896 11410964480 80636 33554432000 4194304 4196468 140733538160432 139777026288096 139779103594197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20557824 140733538163313 140733538166113 140733538166113 140733538168783 0
Current children cumulated CPU time: 9.67 s
Current children cumulated vsize: 11143520 KiB
Current children cumulated memory: 322544 KiB

Child status: 0
Real time (s): 4.52229
CPU time (s): 9.69653
CPU user time (s): 9.43754
CPU system time (s): 0.25899
CPU usage (%): 214.416
Max. virtual memory (cumulated for all children) (KiB): 11143520
Max. memory (cumulated for all children) (KiB): 322544

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9.43754
system time used= 0.25899
maximum resident set size= 324484
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 82355
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= 6730
involuntary context switches= 34


# summary of solver processes directly reported to runsolver:
#   pid: 6990
#   total CPU time (s): 9.69653
#   total CPU user time (s): 9.43754
#   total CPU system time (s): 0.25899

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.051306 second user time and 0.083765 second system time

The end

Launcher Data

Begin job on node151 at 2018-07-29 22:53:37
IDJOB=4302370
IDBENCH=141478
IDSOLVER=2776
FILE ID=node151/4302370-1532897617
RUNJOBID= node151-1532894133-1621
PBS_JOBID= 21022509
Free space on /tmp= 59284 MiB

SOLVER NAME= Concrete 3.9.2
BENCH NAME= XCSP18/Rcpsp/Rcpsp-j60-01-02_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4302370-1532897617/watcher-4302370-1532897617 -o /tmp/evaluation-result-4302370-1532897617/solver-4302370-1532897617 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node151-1532894133-1621 --watchdog 312  bin/xcsp-3-concrete -J-Xss64M -randomseed=1023431510 HOME/instance-4302370-1532897617.xml

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

MD5SUM BENCH= 2a7801ec96cf67d89ec484abe9bad078
RANDOM SEED=1023431510

node151.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.87
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.87
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.87
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.87
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:        27183336 kB
MemAvailable:   30923128 kB
Buffers:          219180 kB
Cached:          3794208 kB
SwapCached:            0 kB
Active:          2483936 kB
Inactive:        2631104 kB
Active(anon):    1051304 kB
Inactive(anon):    78188 kB
Active(file):    1432632 kB
Inactive(file):  2552916 kB
Unevictable:        7804 kB
Mlocked:            7804 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26632 kB
Writeback:             0 kB
AnonPages:       1109528 kB
Mapped:            57896 kB
Shmem:             25224 kB
Slab:             168648 kB
SReclaimable:     140156 kB
SUnreclaim:        28492 kB
KernelStack:        3520 kB
PageTables:         7472 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2278132 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    878592 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 59260 MiB
End job on node151 at 2018-07-29 22:53:42