Trace number 4295139

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.8-SuperNG 2018-06-13OPT92 10.5596 5.05596

General information on the benchmark

NameRcpsp/
Rcpsp-j90-01-02_c18.xml
MD5SUM7549aa093fe24285400bc63faca9f795
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark92
Best CPU time to get the best result obtained on this benchmark2.9696
Satisfiable
(Un)Satisfiability was proved
Number of variables92
Number of constraints142
Number of domains2
Minimum domain size1
Maximum domain size478
Distribution of domain sizes[{"size":1,"count":1},{"size":478,"count":91}]
Minimum variable degree3
Maximum variable degree6
Distribution of variable degrees[{"degree":3,"count":37},{"degree":4,"count":20},{"degree":5,"count":34},{"degree":6,"count":1}]
Minimum constraint arity2
Maximum constraint arity32
Distribution of constraint arities[{"arity":2,"count":138},{"arity":16,"count":1},{"arity":19,"count":1},{"arity":23,"count":1},{"arity":32,"count":1}]
Number of extensional constraints0
Number of intensional constraints138
Distribution of constraint types[{"type":"intension","count":138},{"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.8.1528841891564 running
9.74/4.41	o 477
9.74/4.44	o 476
10.53/5.04	o 99
10.53/5.04	o 98
10.53/5.04	o 97
10.53/5.04	o 92
10.53/5.04	v <instantiation cost="92">
10.53/5.04	v       <list>
10.53/5.04	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] s[62] s[63] s[64] s[65] s[66] s[67] s[68] s[69] s[70] s[71] s[72] s[73] s[74] s[75] s[76] s[77] s[78] s[79] s[80] s[81] s[82] s[83] s[84] s[85] s[86] s[87] s[88] s[89] s[90] s[91]
10.53/5.04	v       </list>
10.53/5.04	v       <values>
10.53/5.04	v         0 0 0 0 5 5 6 11 9 7 14 14 7 5 12 6 20 2 59 35 5 61 7 14 15 11 7 20 24 6 24 24 22 7 26 25 28 26 24 24 20 33 36 28 28 12 43 15 46 30 15 33 36 44 67 32 45 41 53 30 38 45 47 56 48 29 61 43 22 44 54 18 58 63 55 67 16 65 38 73 70 68 75 75 77 64 80 78 79 81 88 92
10.53/5.04	v       </values>
10.53/5.04	v     </instantiation>
10.53/5.04	s OPTIMUM FOUND

Verifier Data

OK	92

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

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

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

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


[startup+0.100058 s]*
/proc/loadavg: 1.29 1.24 1.35 3/210 9369
/proc/meminfo: memFree=19674312/32770624 swapFree=67108860/67108860
[pid=9312] ppid=9309 vsize=9972712 memory=18328 CPUtime=0.09 cores=1,3,5,7
/proc/9312/stat : 9312 (java) S 9309 9312 4192 0 -1 1077944320 4240 13165 0 0 1 0 5 3 20 0 6 0 69806815 10212057088 4582 33554432000 4194304 4196468 140723010830384 140723010812928 139776668528375 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 18300928 140723010836652 140723010839900 140723010839900 140723010842575 0
/proc/9312/statm: 2493178 4582 1930 1 0 2481616 0
[pid=9312/tid=9365] ppid=9309 vsize=9972712 memory=4718545630382498451 CPUtime=0.08 cores=1,3,5,7
/proc/9312/task/9365/stat : 9365 (java) R 9309 9312 4192 0 -1 4202560 2055 13165 0 0 0 0 5 3 20 0 6 0 69806824 10212057088 4582 33554432000 4194304 4196468 140723010830384 139776640365136 139776649922109 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18300928 140723010836652 140723010839900 140723010839900 140723010842575 0
[pid=9312/tid=9366] ppid=9309 vsize=9972712 memory=5793855916708944313 CPUtime=0.08 cores=1,3,5,7
/proc/9312/task/9366/stat : 9366 (java) S 9309 9312 4192 0 -1 1077944384 1 13165 0 0 0 0 5 3 20 0 6 0 69806824 10212057088 4582 33554432000 4194304 4196468 140723010830384 139776672771216 139776668538581 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18300928 140723010836652 140723010839900 140723010839900 140723010842575 0
[pid=9312/tid=9367] ppid=9309 vsize=9972712 memory=140665699051136 CPUtime=0.08 cores=1,3,5,7
/proc/9312/task/9367/stat : 9367 (java) S 9309 9312 4192 0 -1 1077944384 1 13165 0 0 0 0 5 3 20 0 6 0 69806824 10212057088 4582 33554432000 4194304 4196468 140723010830384 139776561044496 139776668538581 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18300928 140723010836652 140723010839900 140723010839900 140723010842575 0
[pid=9312/tid=9368] ppid=9309 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9312/task/9368/stat : 9368 (java) S 9309 9312 4192 0 -1 1077944384 1 13165 0 0 0 0 5 3 20 0 6 0 69806824 10212057088 4582 33554432000 4194304 4196468 140723010830384 139776559991696 139776668538581 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18300928 140723010836652 140723010839900 140723010839900 140723010842575 0
[pid=9312/tid=9369] ppid=9309 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9312/task/9369/stat : 9369 (java) S 9309 9312 4192 0 -1 1077944384 2 13165 0 0 0 0 5 3 20 0 6 0 69806824 10212057088 4582 33554432000 4194304 4196468 140723010830384 139776558938896 139776668538581 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18300928 140723010836652 140723010839900 140723010839900 140723010842575 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18328 KiB

[startup+0.210276 s]*
/proc/loadavg: 1.29 1.24 1.35 3/219 9378
/proc/meminfo: memFree=19651852/32770624 swapFree=67108860/67108860
[pid=9312] ppid=9309 vsize=10818936 memory=44316 CPUtime=0.26 cores=1,3,5,7
/proc/9312/stat : 9312 (java) S 9309 9312 4192 0 -1 1077944320 8465 13165 0 0 17 1 5 3 20 0 15 0 69806815 11078590464 11079 33554432000 4194304 4196468 140723010830384 140723010812928 139776668528375 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 18300928 140723010836652 140723010839900 140723010839900 140723010842575 0
/proc/9312/statm: 2704734 11079 2963 1 0 2667157 0
[pid=9312/tid=9365] ppid=9309 vsize=10818936 memory=-2899909650764262549 CPUtime=0.19 cores=1,3,5,7
/proc/9312/task/9365/stat : 9365 (java) R 9309 9312 4192 0 -1 4202560 5503 13165 0 0 10 1 5 3 20 0 15 0 69806824 11078590464 11528 33554432000 4194304 4196468 140723010830384 139776640353184 139776661208093 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18300928 140723010836652 140723010839900 140723010839900 140723010842575 0
[pid=9312/tid=9366] ppid=9309 vsize=10818936 memory=4211974391903841674 CPUtime=0.08 cores=1,3,5,7
/proc/9312/task/9366/stat : 9366 (java) S 9309 9312 4192 0 -1 1077944384 1 13165 0 0 0 0 5 3 20 0 15 0 69806824 11078590464 11528 33554432000 4194304 4196468 140723010830384 139776672771216 139776668538581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18300928 140723010836652 140723010839900 140723010839900 140723010842575 0
[pid=9312/tid=9367] ppid=9309 vsize=10818936 memory=140665699051136 CPUtime=0.08 cores=1,3,5,7
/proc/9312/task/9367/stat : 9367 (java) S 9309 9312 4192 0 -1 1077944384 1 13165 0 0 0 0 5 3 20 0 15 0 69806824 11078590464 11528 33554432000 4194304 4196468 140723010830384 139776561044496 139776668538581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18300928 140723010836652 140723010839900 140723010839900 140723010842575 0
[pid=9312/tid=9368] ppid=9309 vsize=10818936 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9312/task/9368/stat : 9368 (java) S 9309 9312 4192 0 -1 1077944384 1 13165 0 0 0 0 5 3 20 0 15 0 69806824 11078590464 11528 33554432000 4194304 4196468 140723010830384 139776559991696 139776668538581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18300928 140723010836652 140723010839900 140723010839900 140723010842575 0
[pid=9312/tid=9369] ppid=9309 vsize=10818936 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/9312/task/9369/stat : 9369 (java) S 9309 9312 4192 0 -1 1077944384 2 13165 0 0 0 0 5 3 20 0 15 0 69806824 11078590464 11528 33554432000 4194304 4196468 140723010830384 139776558938896 139776668538581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18300928 140723010836652 140723010839900 140723010839900 140723010842575 0
[pid=9312/tid=9370] ppid=9309 vsize=10818936 memory=140665699051136 CPUtime=0.08 cores=1,3,5,7
/proc/9312/task/9370/stat : 9370 (java) S 9309 9312 4192 0 -1 1077944384 2 13165 0 0 0 0 5 3 20 0 15 0 69806826 11078590464 11528 33554432000 4194304 4196468 140723010830384 139776127756656 139776668539522 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18300928 140723010836652 140723010839900 140723010839900 140723010842575 0
[pid=9312/tid=9371] ppid=9309 vsize=10818936 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/9312/task/9371/stat : 9371 (java) S 9309 9312 4192 0 -1 1077944384 33 13165 0 0 0 0 5 3 20 0 15 0 69806826 11078590464 11528 33554432000 4194304 4196468 140723010830384 139776126702624 139776668538581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18300928 140723010836652 140723010839900 140723010839900 140723010842575 0
[pid=9312/tid=9372] ppid=9309 vsize=10818936 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9312/task/9372/stat : 9372 (java) S 9309 9312 4192 0 -1 1077944384 1 13165 0 0 0 0 5 3 20 0 15 0 69806826 11078590464 11528 33554432000 4194304 4196468 140723010830384 139775549891440 139776668538581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18300928 140723010836652 140723010839900 140723010839900 140723010842575 0
[pid=9312/tid=9373] ppid=9309 vsize=10818936 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9312/task/9373/stat : 9373 (java) S 9309 9312 4192 0 -1 1077944384 3 13165 0 0 0 0 5 3 20 0 15 0 69806829 11078590464 11528 33554432000 4194304 4196468 140723010830384 139775242491728 139776668546971 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18300928 140723010836652 140723010839900 140723010839900 140723010842575 0
[pid=9312/tid=9374] ppid=9309 vsize=10818936 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/9312/task/9374/stat : 9374 (java) S 9309 9312 4192 0 -1 1077944384 530 13165 0 0 1 0 5 3 20 0 15 0 69806829 11078590464 11528 33554432000 4194304 4196468 140723010830384 139776093145968 139776668539522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18300928 140723010836652 140723010839900 140723010839900 140723010842575 0
[pid=9312/tid=9375] ppid=9309 vsize=10818936 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/9312/task/9375/stat : 9375 (java) S 9309 9312 4192 0 -1 1077944384 53 13165 0 0 0 0 5 3 20 0 15 0 69806829 11078590464 11528 33554432000 4194304 4196468 140723010830384 139776092093168 139776668539522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18300928 140723010836652 140723010839900 140723010839900 140723010842575 0
[pid=9312/tid=9376] ppid=9309 vsize=10818936 memory=140665699051136 CPUtime=0.11 cores=1,3,5,7
/proc/9312/task/9376/stat : 9376 (java) S 9309 9312 4192 0 -1 1077944384 554 13165 0 0 3 0 5 3 20 0 15 0 69806829 11078590464 11528 33554432000 4194304 4196468 140723010830384 139776091040368 139776668539522 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18300928 140723010836652 140723010839900 140723010839900 140723010842575 0
[pid=9312/tid=9377] ppid=9309 vsize=10818936 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/9312/task/9377/stat : 9377 (java) S 9309 9312 4192 0 -1 1077944384 3 13165 0 0 0 0 5 3 20 0 15 0 69806829 11078590464 11528 33554432000 4194304 4196468 140723010830384 139775208934112 139776668538581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18300928 140723010836652 140723010839900 140723010839900 140723010842575 0
[pid=9312/tid=9378] ppid=9309 vsize=10818936 memory=140665699051136 CPUtime=0.08 cores=1,3,5,7
/proc/9312/task/9378/stat : 9378 (java) S 9309 9312 4192 0 -1 1077944384 1 13165 0 0 0 0 5 3 20 0 15 0 69806829 11078590464 11528 33554432000 4194304 4196468 140723010830384 139776089987760 139776668539522 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18300928 140723010836652 140723010839900 140723010839900 140723010842575 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10818936 KiB
Current children cumulated memory: 44316 KiB

[startup+0.310393 s]*
/proc/loadavg: 1.29 1.24 1.35 3/219 9378
/proc/meminfo: memFree=19637340/32770624 swapFree=67108860/67108860
[pid=9312] ppid=9309 vsize=10819352 memory=53988 CPUtime=0.39 cores=1,3,5,7
/proc/9312/stat : 9312 (java) S 9309 9312 4192 0 -1 1077944320 10090 13165 0 0 29 2 5 3 20 0 15 0 69806815 11079016448 13497 33554432000 4194304 4196468 140723010830384 140723010812928 139776668528375 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 18300928 140723010836652 140723010839900 140723010839900 140723010842575 0
/proc/9312/statm: 2704838 13497 3082 1 0 2667149 0
[pid=9312/tid=9365] ppid=9309 vsize=10819352 memory=8112282956445269571 CPUtime=0.29 cores=1,3,5,7
/proc/9312/task/9365/stat : 9365 (java) R 9309 9312 4192 0 -1 4202560 6703 13165 0 0 19 2 5 3 20 0 15 0 69806824 11079016448 13497 33554432000 4194304 4196468 140723010830384 139776640340384 139776652608862 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18300928 140723010836652 140723010839900 140723010839900 140723010842575 0
[pid=9312/tid=9366] ppid=9309 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9312/task/9366/stat : 9366 (java) S 9309 9312 4192 0 -1 1077944384 1 13165 0 0 0 0 5 3 20 0 15 0 69806824 11079016448 13497 33554432000 4194304 4196468 140723010830384 139776672771216 139776668538581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18300928 140723010836652 140723010839900 140723010839900 140723010842575 0
[pid=9312/tid=9367] ppid=9309 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9312/task/9367/stat : 9367 (java) S 9309 9312 4192 0 -1 1077944384 1 13165 0 0 0 0 5 3 20 0 15 0 69806824 11079016448 13497 33554432000 4194304 4196468 140723010830384 139776561044496 139776668538581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18300928 140723010836652 140723010839900 140723010839900 140723010842575 0
[pid=9312/tid=9368] ppid=9309 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9312/task/9368/stat : 9368 (java) S 9309 9312 4192 0 -1 1077944384 1 13165 0 0 0 0 5 3 20 0 15 0 69806824 11079016448 13497 33554432000 4194304 4196468 140723010830384 139776559991696 139776668538581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18300928 140723010836652 140723010839900 140723010839900 140723010842575 0
[pid=9312/tid=9369] ppid=9309 vsize=10819352 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/9312/task/9369/stat : 9369 (java) S 9309 9312 4192 0 -1 1077944384 2 13165 0 0 0 0 5 3 20 0 15 0 69806824 11079016448 13497 33554432000 4194304 4196468 140723010830384 139776558938896 139776668538581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18300928 140723010836652 140723010839900 140723010839900 140723010842575 0
[pid=9312/tid=9370] ppid=9309 vsize=10819352 memory=140665699051135 CPUtime=0.08 cores=1,3,5,7
/proc/9312/task/9370/stat : 9370 (java) S 9309 9312 4192 0 -1 1077944384 2 13165 0 0 0 0 5 3 20 0 15 0 69806826 11079016448 13497 33554432000 4194304 4196468 140723010830384 139776127756656 139776668539522 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18300928 140723010836652 140723010839900 140723010839900 140723010842575 0
[pid=9312/tid=9371] ppid=9309 vsize=10819352 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/9312/task/9371/stat : 9371 (java) S 9309 9312 4192 0 -1 1077944384 33 13165 0 0 0 0 5 3 20 0 15 0 69806826 11079016448 13497 33554432000 4194304 4196468 140723010830384 139776126702624 139776668538581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18300928 140723010836652 140723010839900 140723010839900 140723010842575 0
[pid=9312/tid=9372] ppid=9309 vsize=10819352 memory=140665699051136 CPUtime=0.08 cores=1,3,5,7
/proc/9312/task/9372/stat : 9372 (java) S 9309 9312 4192 0 -1 1077944384 1 13165 0 0 0 0 5 3 20 0 15 0 69806826 11079016448 13497 33554432000 4194304 4196468 140723010830384 139775549891440 139776668538581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18300928 140723010836652 140723010839900 140723010839900 140723010842575 0
[pid=9312/tid=9373] ppid=9309 vsize=10819352 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/9312/task/9373/stat : 9373 (java) S 9309 9312 4192 0 -1 1077944384 3 13165 0 0 0 0 5 3 20 0 15 0 69806829 11079016448 13497 33554432000 4194304 4196468 140723010830384 139775242491728 139776668546971 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18300928 140723010836652 140723010839900 140723010839900 140723010842575 0
[pid=9312/tid=9374] ppid=9309 vsize=10819352 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/9312/task/9374/stat : 9374 (java) S 9309 9312 4192 0 -1 1077944384 530 13165 0 0 2 0 5 3 20 0 15 0 69806829 11079016448 13497 33554432000 4194304 4196468 140723010830384 139776093145968 139776668539522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18300928 140723010836652 140723010839900 140723010839900 140723010842575 0
[pid=9312/tid=9375] ppid=9309 vsize=10819352 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/9312/task/9375/stat : 9375 (java) S 9309 9312 4192 0 -1 1077944384 54 13165 0 0 1 0 5 3 20 0 15 0 69806829 11079016448 13497 33554432000 4194304 4196468 140723010830384 139776092093168 139776668539522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18300928 140723010836652 140723010839900 140723010839900 140723010842575 0
[pid=9312/tid=9376] ppid=9309 vsize=10819352 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/9312/task/9376/stat : 9376 (java) S 9309 9312 4192 0 -1 1077944384 566 13165 0 0 5 0 5 3 20 0 15 0 69806829 11079016448 13497 33554432000 4194304 4196468 140723010830384 139776091040368 139776668539522 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18300928 140723010836652 140723010839900 140723010839900 140723010842575 0
[pid=9312/tid=9377] ppid=9309 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9312/task/9377/stat : 9377 (java) S 9309 9312 4192 0 -1 1077944384 3 13165 0 0 0 0 5 3 20 0 15 0 69806829 11079016448 13497 33554432000 4194304 4196468 140723010830384 139775208934112 139776668538581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18300928 140723010836652 140723010839900 140723010839900 140723010842575 0
[pid=9312/tid=9378] ppid=9309 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9312/task/9378/stat : 9378 (java) S 9309 9312 4192 0 -1 1077944384 1 13165 0 0 0 0 5 3 20 0 15 0 69806829 11079016448 13497 33554432000 4194304 4196468 140723010830384 139776089987760 139776668539522 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18300928 140723010836652 140723010839900 140723010839900 140723010842575 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 53988 KiB

[startup+0.700762 s]
/proc/loadavg: 1.29 1.24 1.35 3/219 9378
/proc/meminfo: memFree=19629028/32770624 swapFree=67108860/67108860
[pid=9312] ppid=9309 vsize=10819352 memory=86392 CPUtime=0.99 cores=1,3,5,7
/proc/9312/stat : 9312 (java) S 9309 9312 4192 0 -1 1077944320 16167 13165 0 0 86 5 5 3 20 0 15 0 69806815 11079016448 21598 33554432000 4194304 4196468 140723010830384 140723010812928 139776668528375 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 18300928 140723010836652 140723010839900 140723010839900 140723010842575 0
/proc/9312/statm: 2704838 21598 3246 1 0 2667149 0
[pid=9312/tid=9365] ppid=9309 vsize=10819352 memory=0 CPUtime=0.65 cores=1,3,5,7
/proc/9312/task/9365/stat : 9365 (java) R 9309 9312 4192 0 -1 4202560 11692 13165 0 0 54 3 5 3 20 0 15 0 69806824 11079016448 21598 33554432000 4194304 4196468 140723010830384 139776640349200 139776652608862 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18300928 140723010836652 140723010839900 140723010839900 140723010842575 0
[pid=9312/tid=9366] ppid=9309 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9312/task/9366/stat : 9366 (java) S 9309 9312 4192 0 -1 1077944384 1 13165 0 0 0 0 5 3 20 0 15 0 69806824 11079016448 21598 33554432000 4194304 4196468 140723010830384 139776672771216 139776668538581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18300928 140723010836652 140723010839900 140723010839900 140723010842575 0
[pid=9312/tid=9367] ppid=9309 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9312/task/9367/stat : 9367 (java) S 9309 9312 4192 0 -1 1077944384 1 13165 0 0 0 0 5 3 20 0 15 0 69806824 11079016448 21598 33554432000 4194304 4196468 140723010830384 139776561044496 139776668538581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18300928 140723010836652 140723010839900 140723010839900 140723010842575 0
[pid=9312/tid=9368] ppid=9309 vsize=10819352 memory=4132 CPUtime=0.08 cores=1,3,5,7
/proc/9312/task/9368/stat : 9368 (java) S 9309 9312 4192 0 -1 1077944384 1 13165 0 0 0 0 5 3 20 0 15 0 69806824 11079016448 21598 33554432000 4194304 4196468 140723010830384 139776559991696 139776668538581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18300928 140723010836652 140723010839900 140723010839900 140723010842575 0
[pid=9312/tid=9369] ppid=9309 vsize=10819352 memory=2241 CPUtime=0.08 cores=1,3,5,7
/proc/9312/task/9369/stat : 9369 (java) S 9309 9312 4192 0 -1 1077944384 2 13165 0 0 0 0 5 3 20 0 15 0 69806824 11079016448 21598 33554432000 4194304 4196468 140723010830384 139776558938896 139776668538581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18300928 140723010836652 140723010839900 140723010839900 140723010842575 0
[pid=9312/tid=9370] ppid=9309 vsize=10819352 memory=2244 CPUtime=0.08 cores=1,3,5,7
/proc/9312/task/9370/stat : 9370 (java) S 9309 9312 4192 0 -1 1077944384 5 13165 0 0 0 0 5 3 20 0 15 0 69806826 11079016448 21598 33554432000 4194304 4196468 140723010830384 139776127756656 139776668539522 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18300928 140723010836652 140723010839900 140723010839900 140723010842575 0
[pid=9312/tid=9371] ppid=9309 vsize=10819352 memory=140665547662576 CPUtime=0.08 cores=1,3,5,7
/proc/9312/task/9371/stat : 9371 (java) S 9309 9312 4192 0 -1 1077944384 33 13165 0 0 0 0 5 3 20 0 15 0 69806826 11079016448 21598 33554432000 4194304 4196468 140723010830384 139776126702624 139776668538581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18300928 140723010836652 140723010839900 140723010839900 140723010842575 0
[pid=9312/tid=9372] ppid=9309 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9312/task/9372/stat : 9372 (java) S 9309 9312 4192 0 -1 1077944384 1 13165 0 0 0 0 5 3 20 0 15 0 69806826 11079016448 21598 33554432000 4194304 4196468 140723010830384 139775549891440 139776668538581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18300928 140723010836652 140723010839900 140723010839900 140723010842575 0
[pid=9312/tid=9373] ppid=9309 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9312/task/9373/stat : 9373 (java) S 9309 9312 4192 0 -1 1077944384 3 13165 0 0 0 0 5 3 20 0 15 0 69806829 11079016448 21598 33554432000 4194304 4196468 140723010830384 139775242491728 139776668546971 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18300928 140723010836652 140723010839900 140723010839900 140723010842575 0
[pid=9312/tid=9374] ppid=9309 vsize=10819352 memory=6944656575208382560 CPUtime=0.15 cores=1,3,5,7
/proc/9312/task/9374/stat : 9374 (java) S 9309 9312 4192 0 -1 1077944384 929 13165 0 0 7 0 5 3 20 0 15 0 69806829 11079016448 21598 33554432000 4194304 4196468 140723010830384 139776093145968 139776668539522 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18300928 140723010836652 140723010839900 140723010839900 140723010842575 0
[pid=9312/tid=9375] ppid=9309 vsize=10819352 memory=6656426216303648864 CPUtime=0.17 cores=1,3,5,7
/proc/9312/task/9375/stat : 9375 (java) S 9309 9312 4192 0 -1 1077944384 686 13165 0 0 9 0 5 3 20 0 15 0 69806829 11079016448 21598 33554432000 4194304 4196468 140723010830384 139776092093168 139776668539522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18300928 140723010836652 140723010839900 140723010839900 140723010842575 0
[pid=9312/tid=9376] ppid=9309 vsize=10819352 memory=0 CPUtime=0.21 cores=1,3,5,7
/proc/9312/task/9376/stat : 9376 (java) S 9309 9312 4192 0 -1 1077944384 617 13165 0 0 13 0 5 3 20 0 15 0 69806829 11079016448 21598 33554432000 4194304 4196468 140723010830384 139776091040368 139776668539522 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18300928 140723010836652 140723010839900 140723010839900 140723010842575 0
[pid=9312/tid=9377] ppid=9309 vsize=10819352 memory=6944656592455359580 CPUtime=0.08 cores=1,3,5,7
/proc/9312/task/9377/stat : 9377 (java) S 9309 9312 4192 0 -1 1077944384 3 13165 0 0 0 0 5 3 20 0 15 0 69806829 11079016448 21598 33554432000 4194304 4196468 140723010830384 139775208934112 139776668538581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18300928 140723010836652 140723010839900 140723010839900 140723010842575 0
[pid=9312/tid=9378] ppid=9309 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9312/task/9378/stat : 9378 (java) S 9309 9312 4192 0 -1 1077944384 1 13165 0 0 0 0 5 3 20 0 15 0 69806829 11079016448 21598 33554432000 4194304 4196468 140723010830384 139776089987760 139776668539522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18300928 140723010836652 140723010839900 140723010839900 140723010842575 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 86392 KiB

[startup+1.50127 s]
/proc/loadavg: 1.29 1.24 1.35 3/219 9378
/proc/meminfo: memFree=19583364/32770624 swapFree=67108860/67108860
[pid=9312] ppid=9309 vsize=10834252 memory=176800 CPUtime=2.26 cores=1,3,5,7
/proc/9312/stat : 9312 (java) S 9309 9312 4192 0 -1 1077944320 23567 13165 0 0 209 9 5 3 20 0 15 0 69806815 11094274048 44200 33554432000 4194304 4196468 140723010830384 140723010812928 139776668528375 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 18300928 140723010836652 140723010839900 140723010839900 140723010842575 0
/proc/9312/statm: 2708563 44200 3474 1 0 2670221 0
[pid=9312/tid=9365] ppid=9309 vsize=10834252 memory=0 CPUtime=1.43 cores=1,3,5,7
/proc/9312/task/9365/stat : 9365 (java) R 9309 9312 4192 0 -1 4202560 17265 13165 0 0 129 6 5 3 20 0 15 0 69806824 11094274048 44200 33554432000 4194304 4196468 140723010830384 139776640353800 139776668550301 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18300928 140723010836652 140723010839900 140723010839900 140723010842575 0
[pid=9312/tid=9366] ppid=9309 vsize=10834252 memory=4132 CPUtime=0.09 cores=1,3,5,7
/proc/9312/task/9366/stat : 9366 (java) S 9309 9312 4192 0 -1 1077944384 30 13165 0 0 1 0 5 3 20 0 15 0 69806824 11094274048 44200 33554432000 4194304 4196468 140723010830384 139776672771216 139776668538581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18300928 140723010836652 140723010839900 140723010839900 140723010842575 0
[pid=9312/tid=9367] ppid=9309 vsize=10834252 memory=21132 CPUtime=0.09 cores=1,3,5,7
/proc/9312/task/9367/stat : 9367 (java) S 9309 9312 4192 0 -1 1077944384 13 13165 0 0 1 0 5 3 20 0 15 0 69806824 11094274048 44200 33554432000 4194304 4196468 140723010830384 139776561044496 139776668538581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18300928 140723010836652 140723010839900 140723010839900 140723010842575 0
[pid=9312/tid=9368] ppid=9309 vsize=10834252 memory=1292 CPUtime=0.09 cores=1,3,5,7
/proc/9312/task/9368/stat : 9368 (java) S 9309 9312 4192 0 -1 1077944384 235 13165 0 0 1 0 5 3 20 0 15 0 69806824 11094274048 44200 33554432000 4194304 4196468 140723010830384 139776559991696 139776668538581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18300928 140723010836652 140723010839900 140723010839900 140723010842575 0
[pid=9312/tid=9369] ppid=9309 vsize=10834252 memory=99764 CPUtime=0.08 cores=1,3,5,7
/proc/9312/task/9369/stat : 9369 (java) S 9309 9312 4192 0 -1 1077944384 72 13165 0 0 0 0 5 3 20 0 15 0 69806824 11094274048 44200 33554432000 4194304 4196468 140723010830384 139776558938896 139776668538581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18300928 140723010836652 140723010839900 140723010839900 140723010842575 0
[pid=9312/tid=9370] ppid=9309 vsize=10834252 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/9312/task/9370/stat : 9370 (java) S 9309 9312 4192 0 -1 1077944384 280 13165 0 0 1 0 5 3 20 0 15 0 69806826 11094274048 44200 33554432000 4194304 4196468 140723010830384 139776127756656 139776668539522 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18300928 140723010836652 140723010839900 140723010839900 140723010842575 0
[pid=9312/tid=9371] ppid=9309 vsize=10834252 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9312/task/9371/stat : 9371 (java) S 9309 9312 4192 0 -1 1077944384 33 13165 0 0 0 0 5 3 20 0 15 0 69806826 11094274048 44200 33554432000 4194304 4196468 140723010830384 139776126702688 139776668538581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18300928 140723010836652 140723010839900 140723010839900 140723010842575 0
[pid=9312/tid=9372] ppid=9309 vsize=10834252 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9312/task/9372/stat : 9372 (java) S 9309 9312 4192 0 -1 1077944384 2 13165 0 0 0 0 5 3 20 0 15 0 69806826 11094274048 44200 33554432000 4194304 4196468 140723010830384 139775549891456 139776668538581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18300928 140723010836652 140723010839900 140723010839900 140723010842575 0
[pid=9312/tid=9373] ppid=9309 vsize=10834252 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9312/task/9373/stat : 9373 (java) S 9309 9312 4192 0 -1 1077944384 3 13165 0 0 0 0 5 3 20 0 15 0 69806829 11094274048 44200 33554432000 4194304 4196468 140723010830384 139775242491728 139776668546971 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18300928 140723010836652 140723010839900 140723010839900 140723010842575 0
[pid=9312/tid=9374] ppid=9309 vsize=10834252 memory=0 CPUtime=0.26 cores=1,3,5,7
/proc/9312/task/9374/stat : 9374 (java) S 9309 9312 4192 0 -1 1077944384 1415 13165 0 0 18 0 5 3 20 0 15 0 69806829 11094274048 44200 33554432000 4194304 4196468 140723010830384 139776093145968 139776668539522 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18300928 140723010836652 140723010839900 140723010839900 140723010842575 0
[pid=9312/tid=9375] ppid=9309 vsize=10834252 memory=0 CPUtime=0.29 cores=1,3,5,7
/proc/9312/task/9375/stat : 9375 (java) S 9309 9312 4192 0 -1 1077944384 862 13165 0 0 21 0 5 3 20 0 15 0 69806829 11094274048 44200 33554432000 4194304 4196468 140723010830384 139776092093168 139776668539522 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18300928 140723010836652 140723010839900 140723010839900 140723010842575 0
[pid=9312/tid=9376] ppid=9309 vsize=10834252 memory=0 CPUtime=0.41 cores=1,3,5,7
/proc/9312/task/9376/stat : 9376 (java) S 9309 9312 4192 0 -1 1077944384 1161 13165 0 0 33 0 5 3 20 0 15 0 69806829 11094274048 44200 33554432000 4194304 4196468 140723010830384 139776091040368 139776668539522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18300928 140723010836652 140723010839900 140723010839900 140723010842575 0
[pid=9312/tid=9377] ppid=9309 vsize=10834252 memory=288230596050944315 CPUtime=0.08 cores=1,3,5,7
/proc/9312/task/9377/stat : 9377 (java) S 9309 9312 4192 0 -1 1077944384 3 13165 0 0 0 0 5 3 20 0 15 0 69806829 11094274048 44200 33554432000 4194304 4196468 140723010830384 139775208934112 139776668538581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18300928 140723010836652 140723010839900 140723010839900 140723010842575 0
[pid=9312/tid=9378] ppid=9309 vsize=10834252 memory=16100360058046859 CPUtime=0.08 cores=1,3,5,7
/proc/9312/task/9378/stat : 9378 (java) S 9309 9312 4192 0 -1 1077944384 1 13165 0 0 0 0 5 3 20 0 15 0 69806829 11094274048 44200 33554432000 4194304 4196468 140723010830384 139776089987760 139776668539522 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18300928 140723010836652 140723010839900 140723010839900 140723010842575 0
Current children cumulated CPU time: 2.26 s
Current children cumulated vsize: 10834252 KiB

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

[pid=9312/tid=9375] ppid=9309 vsize=10844512 memory=0 CPUtime=0.92 cores=1,3,5,7
/proc/9312/task/9375/stat : 9375 (java) R 9309 9312 4192 0 -1 4202560 1666 13165 0 0 83 1 5 3 20 0 15 0 69806829 11104780288 58330 33554432000 4194304 4196468 140723010830384 139776092079264 139776646694856 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18300928 140723010836652 140723010839900 140723010839900 140723010842575 0
[pid=9312/tid=9376] ppid=9309 vsize=10844512 memory=303993173188018202 CPUtime=1.3 cores=1,3,5,7
/proc/9312/task/9376/stat : 9376 (java) S 9309 9312 4192 0 -1 1077944384 4202 13165 0 0 120 2 5 3 20 0 15 0 69806829 11104780288 58330 33554432000 4194304 4196468 140723010830384 139776091040368 139776668539522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18300928 140723010836652 140723010839900 140723010839900 140723010842575 0
[pid=9312/tid=9377] ppid=9309 vsize=10844512 memory=302022869909766459 CPUtime=0.08 cores=1,3,5,7
/proc/9312/task/9377/stat : 9377 (java) S 9309 9312 4192 0 -1 1077944384 3 13165 0 0 0 0 5 3 20 0 15 0 69806829 11104780288 58330 33554432000 4194304 4196468 140723010830384 139775208934112 139776668538581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18300928 140723010836652 140723010839900 140723010839900 140723010842575 0
[pid=9312/tid=9378] ppid=9309 vsize=10844512 memory=16100360058046859 CPUtime=0.08 cores=1,3,5,7
/proc/9312/task/9378/stat : 9378 (java) S 9309 9312 4192 0 -1 1077944384 3 13165 0 0 0 0 5 3 20 0 15 0 69806829 11104780288 58330 33554432000 4194304 4196468 140723010830384 139776089987760 139776668539522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18300928 140723010836652 140723010839900 140723010839900 140723010842575 0
Current children cumulated CPU time: 5.97 s
Current children cumulated vsize: 10844512 KiB
Current children cumulated memory: 233320 KiB

[startup+5.05592 s]
# the end of solver process 9312 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=10.2729 s, system=0.286706 s

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

[startup+3.20112 s]
/proc/loadavg: 1.35 1.25 1.35 5/219 9378
/proc/meminfo: memFree=19469400/32770624 swapFree=67108860/67108860
[pid=9312] ppid=9309 vsize=10844512 memory=240112 CPUtime=6.21 cores=1,3,5,7
/proc/9312/stat : 9312 (java) S 9309 9312 4192 0 -1 1077944320 35055 13165 0 0 597 16 5 3 20 0 15 0 69806815 11104780288 60028 33554432000 4194304 4196468 140723010830384 140723010812928 139776668528375 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 18300928 140723010836652 140723010839900 140723010839900 140723010842575 0
/proc/9312/statm: 2711128 60028 3495 1 0 2672781 0
[pid=9312/tid=9365] ppid=9309 vsize=10844512 memory=0 CPUtime=3.12 cores=1,3,5,7
/proc/9312/task/9365/stat : 9365 (java) R 9309 9312 4192 0 -1 4202560 22144 13165 0 0 295 9 5 3 20 0 15 0 69806824 11104780288 60028 33554432000 4194304 4196468 140723010830384 139776640360160 139776250143748 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18300928 140723010836652 140723010839900 140723010839900 140723010842575 0
[pid=9312/tid=9366] ppid=9309 vsize=10844512 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/9312/task/9366/stat : 9366 (java) S 9309 9312 4192 0 -1 1077944384 30 13165 0 0 1 0 5 3 20 0 15 0 69806824 11104780288 60028 33554432000 4194304 4196468 140723010830384 139776672771216 139776668538581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18300928 140723010836652 140723010839900 140723010839900 140723010842575 0
[pid=9312/tid=9367] ppid=9309 vsize=10844512 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/9312/task/9367/stat : 9367 (java) S 9309 9312 4192 0 -1 1077944384 13 13165 0 0 1 0 5 3 20 0 15 0 69806824 11104780288 60028 33554432000 4194304 4196468 140723010830384 139776561044496 139776668538581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18300928 140723010836652 140723010839900 140723010839900 140723010842575 0
[pid=9312/tid=9368] ppid=9309 vsize=10844512 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/9312/task/9368/stat : 9368 (java) S 9309 9312 4192 0 -1 1077944384 235 13165 0 0 1 0 5 3 20 0 15 0 69806824 11104780288 60028 33554432000 4194304 4196468 140723010830384 139776559991696 139776668538581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18300928 140723010836652 140723010839900 140723010839900 140723010842575 0
[pid=9312/tid=9369] ppid=9309 vsize=10844512 memory=3009 CPUtime=0.08 cores=1,3,5,7
/proc/9312/task/9369/stat : 9369 (java) S 9309 9312 4192 0 -1 1077944384 72 13165 0 0 0 0 5 3 20 0 15 0 69806824 11104780288 60028 33554432000 4194304 4196468 140723010830384 139776558938896 139776668538581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18300928 140723010836652 140723010839900 140723010839900 140723010842575 0
[pid=9312/tid=9370] ppid=9309 vsize=10844512 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/9312/task/9370/stat : 9370 (java) S 9309 9312 4192 0 -1 1077944384 283 13165 0 0 1 0 5 3 20 0 15 0 69806826 11104780288 60028 33554432000 4194304 4196468 140723010830384 139776127756656 139776668539522 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18300928 140723010836652 140723010839900 140723010839900 140723010842575 0
[pid=9312/tid=9371] ppid=9309 vsize=10844512 memory=-5628408999910123566 CPUtime=0.08 cores=1,3,5,7
/proc/9312/task/9371/stat : 9371 (java) S 9309 9312 4192 0 -1 1077944384 33 13165 0 0 0 0 5 3 20 0 15 0 69806826 11104780288 60028 33554432000 4194304 4196468 140723010830384 139776126702688 139776668538581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18300928 140723010836652 140723010839900 140723010839900 140723010842575 0
[pid=9312/tid=9372] ppid=9309 vsize=10844512 memory=6944652177228980320 CPUtime=0.08 cores=1,3,5,7
/proc/9312/task/9372/stat : 9372 (java) S 9309 9312 4192 0 -1 1077944384 2 13165 0 0 0 0 5 3 20 0 15 0 69806826 11104780288 60028 33554432000 4194304 4196468 140723010830384 139775549891456 139776668538581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18300928 140723010836652 140723010839900 140723010839900 140723010842575 0
[pid=9312/tid=9373] ppid=9309 vsize=10844512 memory=6944656592455360604 CPUtime=0.08 cores=1,3,5,7
/proc/9312/task/9373/stat : 9373 (java) S 9309 9312 4192 0 -1 1077944384 3 13165 0 0 0 0 5 3 20 0 15 0 69806829 11104780288 60028 33554432000 4194304 4196468 140723010830384 139775242491728 139776668546971 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18300928 140723010836652 140723010839900 140723010839900 140723010842575 0
[pid=9312/tid=9374] ppid=9309 vsize=10844512 memory=-5628408999910123566 CPUtime=0.9 cores=1,3,5,7
/proc/9312/task/9374/stat : 9374 (java) S 9309 9312 4192 0 -1 1077944384 2655 13165 0 0 81 1 5 3 20 0 15 0 69806829 11104780288 60028 33554432000 4194304 4196468 140723010830384 139776093145968 139776668539522 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18300928 140723010836652 140723010839900 140723010839900 140723010842575 0
[pid=9312/tid=9375] ppid=9309 vsize=10844512 memory=8112282956445269571 CPUtime=0.98 cores=1,3,5,7
/proc/9312/task/9375/stat : 9375 (java) S 9309 9312 4192 0 -1 1077944384 2466 13165 0 0 89 1 5 3 20 0 15 0 69806829 11104780288 60028 33554432000 4194304 4196468 140723010830384 139776092093168 139776668539522 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18300928 140723010836652 140723010839900 140723010839900 140723010842575 0
[pid=9312/tid=9376] ppid=9309 vsize=10844512 memory=21132 CPUtime=1.34 cores=1,3,5,7
/proc/9312/task/9376/stat : 9376 (java) R 9309 9312 4192 0 -1 4202560 4924 13165 0 0 123 3 5 3 20 0 15 0 69806829 11104780288 60028 33554432000 4194304 4196468 140723010830384 139776091038160 139776654209073 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18300928 140723010836652 140723010839900 140723010839900 140723010842575 0
[pid=9312/tid=9377] ppid=9309 vsize=10844512 memory=4580 CPUtime=0.08 cores=1,3,5,7
/proc/9312/task/9377/stat : 9377 (java) S 9309 9312 4192 0 -1 1077944384 3 13165 0 0 0 0 5 3 20 0 15 0 69806829 11104780288 60028 33554432000 4194304 4196468 140723010830384 139775208934112 139776668538581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18300928 140723010836652 140723010839900 140723010839900 140723010842575 0
[pid=9312/tid=9378] ppid=9309 vsize=10844512 memory=288230587427458015 CPUtime=0.08 cores=1,3,5,7
/proc/9312/task/9378/stat : 9378 (java) S 9309 9312 4192 0 -1 1077944384 3 13165 0 0 0 0 5 3 20 0 15 0 69806829 11104780288 60028 33554432000 4194304 4196468 140723010830384 139776089987760 139776668539522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18300928 140723010836652 140723010839900 140723010839900 140723010842575 0
Current children cumulated CPU time: 6.21 s
Current children cumulated vsize: 10844512 KiB
Current children cumulated memory: 240112 KiB

[startup+4.00068 s]*
/proc/loadavg: 1.35 1.25 1.35 5/219 9378
/proc/meminfo: memFree=19350880/32770624 swapFree=67108860/67108860
[pid=9312] ppid=9309 vsize=10914144 memory=341828 CPUtime=8.46 cores=1,3,5,7
/proc/9312/stat : 9312 (java) S 9309 9312 4192 0 -1 1077944320 64973 13165 0 0 816 22 5 3 20 0 15 0 69806815 11176083456 85457 33554432000 4194304 4196468 140723010830384 140723010812928 139776668528375 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 18300928 140723010836652 140723010839900 140723010839900 140723010842575 0
/proc/9312/statm: 2728536 85457 3506 1 0 2690189 0
[pid=9312/tid=9365] ppid=9309 vsize=10914144 memory=-2899909650764262549 CPUtime=3.88 cores=1,3,5,7
/proc/9312/task/9365/stat : 9365 (java) R 9309 9312 4192 0 -1 4202560 41096 13165 0 0 368 12 5 3 20 0 15 0 69806824 11176083456 85457 33554432000 4194304 4196468 140723010830384 139776640357520 139776249327732 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18300928 140723010836652 140723010839900 140723010839900 140723010842575 0
[pid=9312/tid=9366] ppid=9309 vsize=10914144 memory=4211974391903841674 CPUtime=0.11 cores=1,3,5,7
/proc/9312/task/9366/stat : 9366 (java) S 9309 9312 4192 0 -1 1077944384 256 13165 0 0 3 0 5 3 20 0 15 0 69806824 11176083456 85457 33554432000 4194304 4196468 140723010830384 139776672771216 139776668538581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18300928 140723010836652 140723010839900 140723010839900 140723010842575 0
[pid=9312/tid=9367] ppid=9309 vsize=10914144 memory=4202394295074839177 CPUtime=0.11 cores=1,3,5,7
/proc/9312/task/9367/stat : 9367 (java) S 9309 9312 4192 0 -1 1077944384 403 13165 0 0 3 0 5 3 20 0 15 0 69806824 11176083456 85457 33554432000 4194304 4196468 140723010830384 139776561044496 139776668538581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18300928 140723010836652 140723010839900 140723010839900 140723010842575 0
[pid=9312/tid=9368] ppid=9309 vsize=10914144 memory=6944656592455350634 CPUtime=0.11 cores=1,3,5,7
/proc/9312/task/9368/stat : 9368 (java) S 9309 9312 4192 0 -1 1077944384 252 13165 0 0 3 0 5 3 20 0 15 0 69806824 11176083456 85457 33554432000 4194304 4196468 140723010830384 139776559991696 139776668538581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18300928 140723010836652 140723010839900 140723010839900 140723010842575 0
[pid=9312/tid=9369] ppid=9309 vsize=10914144 memory=6656426216303648864 CPUtime=0.11 cores=1,3,5,7
/proc/9312/task/9369/stat : 9369 (java) S 9309 9312 4192 0 -1 1077944384 95 13165 0 0 3 0 5 3 20 0 15 0 69806824 11176083456 85457 33554432000 4194304 4196468 140723010830384 139776558938896 139776668538581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18300928 140723010836652 140723010839900 140723010839900 140723010842575 0
[pid=9312/tid=9370] ppid=9309 vsize=10914144 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/9312/task/9370/stat : 9370 (java) S 9309 9312 4192 0 -1 1077944384 3079 13165 0 0 3 0 5 3 20 0 15 0 69806826 11176083456 85457 33554432000 4194304 4196468 140723010830384 139776127756656 139776668539522 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18300928 140723010836652 140723010839900 140723010839900 140723010842575 0
[pid=9312/tid=9371] ppid=9309 vsize=10914144 memory=7019467087940105016 CPUtime=0.08 cores=1,3,5,7
/proc/9312/task/9371/stat : 9371 (java) S 9309 9312 4192 0 -1 1077944384 36 13165 0 0 0 0 5 3 20 0 15 0 69806826 11176083456 85457 33554432000 4194304 4196468 140723010830384 139776126702688 139776668538581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18300928 140723010836652 140723010839900 140723010839900 140723010842575 0
[pid=9312/tid=9372] ppid=9309 vsize=10914144 memory=7019467087956882233 CPUtime=0.08 cores=1,3,5,7
/proc/9312/task/9372/stat : 9372 (java) S 9309 9312 4192 0 -1 1077944384 2 13165 0 0 0 0 5 3 20 0 15 0 69806826 11176083456 85457 33554432000 4194304 4196468 140723010830384 139775549891456 139776668538581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18300928 140723010836652 140723010839900 140723010839900 140723010842575 0
[pid=9312/tid=9373] ppid=9309 vsize=10914144 memory=7019467087973659449 CPUtime=0.08 cores=1,3,5,7
/proc/9312/task/9373/stat : 9373 (java) S 9309 9312 4192 0 -1 1077944384 3 13165 0 0 0 0 5 3 20 0 15 0 69806829 11176083456 85457 33554432000 4194304 4196468 140723010830384 139775242491728 139776668546971 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18300928 140723010836652 140723010839900 140723010839900 140723010842575 0
[pid=9312/tid=9374] ppid=9309 vsize=10914144 memory=0 CPUtime=1.45 cores=1,3,5,7
/proc/9312/task/9374/stat : 9374 (java) R 9309 9312 4192 0 -1 4202560 5419 13165 0 0 135 2 5 3 20 0 15 0 69806829 11176083456 85457 33554432000 4194304 4196468 140723010830384 139776093126984 139776653641631 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18300928 140723010836652 140723010839900 140723010839900 140723010842575 0
[pid=9312/tid=9375] ppid=9309 vsize=10914144 memory=7019467088007213880 CPUtime=1.53 cores=1,3,5,7
/proc/9312/task/9375/stat : 9375 (java) R 9309 9312 4192 0 -1 4202560 5707 13165 0 0 143 2 5 3 20 0 15 0 69806829 11176083456 85457 33554432000 4194304 4196468 140723010830384 139776092079048 139776653643621 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18300928 140723010836652 140723010839900 140723010839900 140723010842575 0
[pid=9312/tid=9376] ppid=9309 vsize=10914144 memory=140665699051136 CPUtime=1.62 cores=1,3,5,7
/proc/9312/task/9376/stat : 9376 (java) R 9309 9312 4192 0 -1 1077944384 6421 13165 0 0 151 3 5 3 20 0 15 0 69806829 11176083456 85457 33554432000 4194304 4196468 140723010830384 139776091040368 139776668539522 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 18300928 140723010836652 140723010839900 140723010839900 140723010842575 0
[pid=9312/tid=9377] ppid=9309 vsize=10914144 memory=7019467088040768312 CPUtime=0.08 cores=1,3,5,7
/proc/9312/task/9377/stat : 9377 (java) S 9309 9312 4192 0 -1 1077944384 3 13165 0 0 0 0 5 3 20 0 15 0 69806829 11176083456 85457 33554432000 4194304 4196468 140723010830384 139775208934112 139776668538581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18300928 140723010836652 140723010839900 140723010839900 140723010842575 0
[pid=9312/tid=9378] ppid=9309 vsize=10914144 memory=140665699051136 CPUtime=0.08 cores=1,3,5,7
/proc/9312/task/9378/stat : 9378 (java) S 9309 9312 4192 0 -1 1077944384 9 13165 0 0 0 0 5 3 20 0 15 0 69806829 11176083456 85457 33554432000 4194304 4196468 140723010830384 139776089987760 139776668539522 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18300928 140723010836652 140723010839900 140723010839900 140723010842575 0
Current children cumulated CPU time: 8.46 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 341828 KiB

[startup+4.80059 s]
/proc/loadavg: 1.35 1.25 1.35 5/219 9378
/proc/meminfo: memFree=19350880/32770624 swapFree=67108860/67108860
[pid=9312] ppid=9309 vsize=10979680 memory=347612 CPUtime=10.53 cores=1,3,5,7
/proc/9312/stat : 9312 (java) S 9309 9312 4192 0 -1 1077944320 69198 13165 0 0 1021 24 5 3 20 0 12 0 69806815 11243192320 86903 33554432000 4194304 4196468 140723010830384 140723010812928 139776668528375 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 18300928 140723010836652 140723010839900 140723010839900 140723010842575 0
/proc/9312/statm: 2744920 86903 3521 1 0 2706573 0
[pid=9312/tid=9365] ppid=9309 vsize=10979680 memory=0 CPUtime=4.5 cores=1,3,5,7
/proc/9312/task/9365/stat : 9365 (java) D 9309 9312 4192 0 -1 4202560 41385 13165 0 0 430 12 5 3 20 0 12 0 69806824 11243192320 86903 33554432000 4194304 4196468 140723010830384 139776640372024 139776661214007 0 0 0 16800975 18446744072100891781 0 0 -1 1 0 0 0 0 0 6293624 6294260 18300928 140723010836652 140723010839900 140723010839900 140723010842575 0
[pid=9312/tid=9366] ppid=9309 vsize=10979680 memory=6656426216303648864 CPUtime=0.11 cores=1,3,5,7
/proc/9312/task/9366/stat : 9366 (java) S 9309 9312 4192 0 -1 1077944384 256 13165 0 0 3 0 5 3 20 0 12 0 69806824 11243192320 86903 33554432000 4194304 4196468 140723010830384 139776672771216 139776668538581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18300928 140723010836652 140723010839900 140723010839900 140723010842575 0
[pid=9312/tid=9367] ppid=9309 vsize=10979680 memory=8112282956445269571 CPUtime=0.11 cores=1,3,5,7
/proc/9312/task/9367/stat : 9367 (java) S 9309 9312 4192 0 -1 1077944384 403 13165 0 0 3 0 5 3 20 0 12 0 69806824 11243192320 86903 33554432000 4194304 4196468 140723010830384 139776561044496 139776668538581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18300928 140723010836652 140723010839900 140723010839900 140723010842575 0
[pid=9312/tid=9368] ppid=9309 vsize=10979680 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/9312/task/9368/stat : 9368 (java) S 9309 9312 4192 0 -1 1077944384 252 13165 0 0 3 0 5 3 20 0 12 0 69806824 11243192320 86903 33554432000 4194304 4196468 140723010830384 139776559991696 139776668538581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18300928 140723010836652 140723010839900 140723010839900 140723010842575 0
[pid=9312/tid=9369] ppid=9309 vsize=10979680 memory=140665548004160 CPUtime=0.11 cores=1,3,5,7
/proc/9312/task/9369/stat : 9369 (java) S 9309 9312 4192 0 -1 1077944384 95 13165 0 0 3 0 5 3 20 0 12 0 69806824 11243192320 86903 33554432000 4194304 4196468 140723010830384 139776558938896 139776668538581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18300928 140723010836652 140723010839900 140723010839900 140723010842575 0
[pid=9312/tid=9371] ppid=9309 vsize=10979680 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9312/task/9371/stat : 9371 (java) S 9309 9312 4192 0 -1 1077944384 36 13165 0 0 0 0 5 3 20 0 12 0 69806826 11243192320 86903 33554432000 4194304 4196468 140723010830384 139776126702688 139776668538581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18300928 140723010836652 140723010839900 140723010839900 140723010842575 0
[pid=9312/tid=9372] ppid=9309 vsize=10979680 memory=7660734387898699862 CPUtime=0.08 cores=1,3,5,7
/proc/9312/task/9372/stat : 9372 (java) S 9309 9312 4192 0 -1 1077944384 2 13165 0 0 0 0 5 3 20 0 12 0 69806826 11243192320 86903 33554432000 4194304 4196468 140723010830384 139775549891456 139776668538581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18300928 140723010836652 140723010839900 140723010839900 140723010842575 0
[pid=9312/tid=9374] ppid=9309 vsize=10979680 memory=55 CPUtime=2.08 cores=1,3,5,7
/proc/9312/task/9374/stat : 9374 (java) S 9309 9312 4192 0 -1 1077944384 5807 13165 0 0 198 2 5 3 20 0 12 0 69806829 11243192320 86903 33554432000 4194304 4196468 140723010830384 139776093130480 139776668538581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18300928 140723010836652 140723010839900 140723010839900 140723010842575 0
[pid=9312/tid=9375] ppid=9309 vsize=10979680 memory=7308048484088238424 CPUtime=2.15 cores=1,3,5,7
/proc/9312/task/9375/stat : 9375 (java) S 9309 9312 4192 0 -1 1077944384 8977 13165 0 0 205 2 5 3 20 0 12 0 69806829 11243192320 86903 33554432000 4194304 4196468 140723010830384 139776092073568 139776668538581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18300928 140723010836652 140723010839900 140723010839900 140723010842575 0
[pid=9312/tid=9376] ppid=9309 vsize=10979680 memory=7308048484088238424 CPUtime=1.79 cores=1,3,5,7
/proc/9312/task/9376/stat : 9376 (java) S 9309 9312 4192 0 -1 1077944384 6666 13165 0 0 168 3 5 3 20 0 12 0 69806829 11243192320 86903 33554432000 4194304 4196468 140723010830384 139776091040368 139776668539522 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18300928 140723010836652 140723010839900 140723010839900 140723010842575 0
[pid=9312/tid=9377] ppid=9309 vsize=10979680 memory=5864364462510926945 CPUtime=0.08 cores=1,3,5,7
/proc/9312/task/9377/stat : 9377 (java) S 9309 9312 4192 0 -1 1077944384 3 13165 0 0 0 0 5 3 20 0 12 0 69806829 11243192320 86903 33554432000 4194304 4196468 140723010830384 139775208934112 139776668538581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18300928 140723010836652 140723010839900 140723010839900 140723010842575 0
Current children cumulated CPU time: 10.53 s
Current children cumulated vsize: 10979680 KiB
Current children cumulated memory: 347612 KiB

[startup+5.00056 s]*
/proc/loadavg: 1.35 1.25 1.35 2/216 9379
/proc/meminfo: memFree=19344404/32770624 swapFree=67108860/67108860
[pid=9312] ppid=9309 vsize=10979680 memory=347612 CPUtime=10.53 cores=1,3,5,7
/proc/9312/stat : 9312 (java) S 9309 9312 4192 0 -1 1077944320 69198 13165 0 0 1021 24 5 3 20 0 12 0 69806815 11243192320 86903 33554432000 4194304 4196468 140723010830384 140723010812928 139776668528375 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 18300928 140723010836652 140723010839900 140723010839900 140723010842575 0
/proc/9312/statm: 2744920 86903 3521 1 0 2706573 0
[pid=9312/tid=9365] ppid=9309 vsize=10979680 memory=-2899909650764262549 CPUtime=4.5 cores=1,3,5,7
/proc/9312/task/9365/stat : 9365 (java) D 9309 9312 4192 0 -1 4202560 41385 13165 0 0 430 12 5 3 20 0 12 0 69806824 11243192320 86903 33554432000 4194304 4196468 140723010830384 139776640372024 139776661214007 0 0 0 16800975 18446744072100891781 0 0 -1 1 0 0 0 0 0 6293624 6294260 18300928 140723010836652 140723010839900 140723010839900 140723010842575 0
[pid=9312/tid=9366] ppid=9309 vsize=10979680 memory=4211974391903841674 CPUtime=0.11 cores=1,3,5,7
/proc/9312/task/9366/stat : 9366 (java) S 9309 9312 4192 0 -1 1077944384 256 13165 0 0 3 0 5 3 20 0 12 0 69806824 11243192320 86903 33554432000 4194304 4196468 140723010830384 139776672771216 139776668538581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18300928 140723010836652 140723010839900 140723010839900 140723010842575 0
[pid=9312/tid=9367] ppid=9309 vsize=10979680 memory=665104843084298739 CPUtime=0.11 cores=1,3,5,7
/proc/9312/task/9367/stat : 9367 (java) S 9309 9312 4192 0 -1 1077944384 403 13165 0 0 3 0 5 3 20 0 12 0 69806824 11243192320 86903 33554432000 4194304 4196468 140723010830384 139776561044496 139776668538581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18300928 140723010836652 140723010839900 140723010839900 140723010842575 0
[pid=9312/tid=9368] ppid=9309 vsize=10979680 memory=5791726317272917849 CPUtime=0.11 cores=1,3,5,7
/proc/9312/task/9368/stat : 9368 (java) S 9309 9312 4192 0 -1 1077944384 252 13165 0 0 3 0 5 3 20 0 12 0 69806824 11243192320 86903 33554432000 4194304 4196468 140723010830384 139776559991696 139776668538581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18300928 140723010836652 140723010839900 140723010839900 140723010842575 0
[pid=9312/tid=9369] ppid=9309 vsize=10979680 memory=3618413826336110645 CPUtime=0.11 cores=1,3,5,7
/proc/9312/task/9369/stat : 9369 (java) S 9309 9312 4192 0 -1 1077944384 95 13165 0 0 3 0 5 3 20 0 12 0 69806824 11243192320 86903 33554432000 4194304 4196468 140723010830384 139776558938896 139776668538581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18300928 140723010836652 140723010839900 140723010839900 140723010842575 0
[pid=9312/tid=9371] ppid=9309 vsize=10979680 memory=3762398087904385712 CPUtime=0.08 cores=1,3,5,7
/proc/9312/task/9371/stat : 9371 (java) S 9309 9312 4192 0 -1 1077944384 36 13165 0 0 0 0 5 3 20 0 12 0 69806826 11243192320 86903 33554432000 4194304 4196468 140723010830384 139776126702688 139776668538581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18300928 140723010836652 140723010839900 140723010839900 140723010842575 0
[pid=9312/tid=9372] ppid=9309 vsize=10979680 memory=2321097857785208887 CPUtime=0.08 cores=1,3,5,7
/proc/9312/task/9372/stat : 9372 (java) S 9309 9312 4192 0 -1 1077944384 2 13165 0 0 0 0 5 3 20 0 12 0 69806826 11243192320 86903 33554432000 4194304 4196468 140723010830384 139775549891456 139776668538581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18300928 140723010836652 140723010839900 140723010839900 140723010842575 0
[pid=9312/tid=9374] ppid=9309 vsize=10979680 memory=7380671248541445222 CPUtime=2.08 cores=1,3,5,7
/proc/9312/task/9374/stat : 9374 (java) S 9309 9312 4192 0 -1 1077944384 5807 13165 0 0 198 2 5 3 20 0 12 0 69806829 11243192320 86903 33554432000 4194304 4196468 140723010830384 139776093130480 139776668538581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18300928 140723010836652 140723010839900 140723010839900 140723010842575 0
[pid=9312/tid=9375] ppid=9309 vsize=10979680 memory=6370449890747175017 CPUtime=2.15 cores=1,3,5,7
/proc/9312/task/9375/stat : 9375 (java) S 9309 9312 4192 0 -1 1077944384 8977 13165 0 0 205 2 5 3 20 0 12 0 69806829 11243192320 86903 33554432000 4194304 4196468 140723010830384 139776092073568 139776668538581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18300928 140723010836652 140723010839900 140723010839900 140723010842575 0
[pid=9312/tid=9376] ppid=9309 vsize=10979680 memory=0 CPUtime=1.79 cores=1,3,5,7
/proc/9312/task/9376/stat : 9376 (java) S 9309 9312 4192 0 -1 1077944384 6666 13165 0 0 168 3 5 3 20 0 12 0 69806829 11243192320 86903 33554432000 4194304 4196468 140723010830384 139776091040368 139776668539522 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18300928 140723010836652 140723010839900 140723010839900 140723010842575 0
[pid=9312/tid=9377] ppid=9309 vsize=10979680 memory=2319389216346218544 CPUtime=0.08 cores=1,3,5,7
/proc/9312/task/9377/stat : 9377 (java) S 9309 9312 4192 0 -1 1077944384 3 13165 0 0 0 0 5 3 20 0 12 0 69806829 11243192320 86903 33554432000 4194304 4196468 140723010830384 139775208934112 139776668538581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18300928 140723010836652 140723010839900 140723010839900 140723010842575 0
Current children cumulated CPU time: 10.53 s
Current children cumulated vsize: 10979680 KiB
Current children cumulated memory: 347612 KiB

Child status: 0
Real time (s): 5.05596
CPU time (s): 10.5596
CPU user time (s): 10.2729
CPU system time (s): 0.286706
CPU usage (%): 208.854
Max. virtual memory (cumulated for all children) (KiB): 10979680
Max. memory (cumulated for all children) (KiB): 348672

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 10.2729
system time used= 0.286706
maximum resident set size= 349528
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 82387
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= 7323
involuntary context switches= 37


# summary of solver processes directly reported to runsolver:
#   pid: 9312
#   total CPU time (s): 10.5596
#   total CPU user time (s): 10.2729
#   total CPU system time (s): 0.286706

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.057479 second user time and 0.091174 second system time

The end

Launcher Data

Begin job on node132 at 2018-07-25 14:40:36
IDJOB=4295139
IDBENCH=141474
IDSOLVER=2751
FILE ID=node132/4295139-1532522436
RUNJOBID= node132-1532498695-4224
PBS_JOBID= 21021589
Free space on /tmp= 52120 MiB

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

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

MD5SUM BENCH= 7549aa093fe24285400bc63faca9f795
RANDOM SEED=328163026

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        19679796 kB
MemAvailable:   31023196 kB
Buffers:          201060 kB
Cached:         11309128 kB
SwapCached:            0 kB
Active:          4041884 kB
Inactive:        8426304 kB
Active(anon):     908588 kB
Inactive(anon):    77616 kB
Active(file):    3133296 kB
Inactive(file):  8348688 kB
Unevictable:        7020 kB
Mlocked:            7020 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26756 kB
Writeback:             0 kB
AnonPages:        965060 kB
Mapped:            52784 kB
Shmem:             25248 kB
Slab:             317952 kB
SReclaimable:     289876 kB
SUnreclaim:        28076 kB
KernelStack:        3600 kB
PageTables:         7064 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1911852 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    864256 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 52092 MiB
End job on node132 at 2018-07-25 14:40:42