Trace number 4387280

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 NameAnswerCPU timeWall clock time
Concrete 3.10SAT 22.663 14.2948

General information on the benchmark

NamePrimes/
Primes-m1-p25/Primes-25-40-2-7.xml
MD5SUMb42e085ff70e4cc43f0ee5aad126ad84
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark4.6192
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints40
Number of domains1
Minimum domain size96
Maximum domain size96
Distribution of domain sizes[{"size":96,"count":88}]
Minimum variable degree0
Maximum variable degree7
Distribution of variable degrees[{"degree":0,"count":12},{"degree":1,"count":20},{"degree":2,"count":25},{"degree":3,"count":20},{"degree":4,"count":12},{"degree":5,"count":5},{"degree":6,"count":3},{"degree":7,"count":3}]
Minimum constraint arity2
Maximum constraint arity9
Distribution of constraint arities[{"arity":2,"count":4},{"arity":3,"count":4},{"arity":4,"count":4},{"arity":5,"count":2},{"arity":6,"count":7},{"arity":7,"count":4},{"arity":8,"count":9},{"arity":9,"count":6}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":40}]
Optimization problemNO
Type of objective

Solver Data

0.73/0.54	c Concrete v3.10.1560635388952 running
22.51/14.27	v <instantiation
22.51/14.27	v         >
22.51/14.27	v       <list>
22.51/14.27	v         x[0] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[17] x[18] x[19] x[20] x[21] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39] x[40] x[41] x[42] x[43] x[44] x[45] x[46] x[47] x[48] x[49] x[50] x[51] x[53] x[54] x[55] x[56] x[57] x[59] x[60] x[61] x[63] x[64] x[65] x[66] x[67] x[68] x[69] x[71] x[72] x[73] x[74] x[75] x[79] x[81] x[82] x[83] x[84] x[85] x[86] x[87] x[88] x[89] x[90] x[91] x[92] x[93] x[94] x[95] x[97] x[98] x[99]
22.51/14.27	v       </list>
22.51/14.27	v       <values>
22.51/14.27	v         5 42 54 84 31 38 63 46 79 8 28 25 61 75 18 2 97 33 37 79 20 69 35 58 80 41 2 41 30 49 30 88 12 62 9 80 41 23 89 88 81 31 12 34 67 51 73 11 14 51 4 77 73 32 17 70 37 44 37 29 8 11 72 21 73 22 47 56 44 13 56 25 43 6 41 14 29 36 92 28 2 3 53 34 59 28 71 16
22.51/14.27	v       </values>
22.51/14.27	v     </instantiation>
22.51/14.27	s SATISFIABLE

Verifier Data

OK	

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4387280-1568297353/watcher-4387280-1568297353 -o /tmp/evaluation-result-4387280-1568297353/solver-4387280-1568297353 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node149-1568287628-8128 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=724199043 HOME/instance-4387280-1568297353.xml 

running on 4 cores: 0,2,4,6

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=10972, runsolver pid=10969
Current StackSize limit: 8192 KiB


[startup+0.100118 s]*
/proc/loadavg: 1.69 1.50 1.44 3/218 11029
/proc/meminfo: memFree=30577664/32770624 swapFree=66940040/67108860
[pid=10972] ppid=10969 vsize=9972712 memory=17076 CPUtime=0.1 cores=0,2,4,6
/proc/10972/stat : 10972 (java) S 10969 10972 6622 0 -1 1077944320 4487 13395 0 0 1 1 5 3 20 0 6 0 405973991 10212057088 4269 33554432000 4194304 4196468 140733144245712 140733144228256 140181520531191 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 32145408 140733144247030 140733144249541 140733144249541 140733144252367 0
/proc/10972/statm: 2493178 4269 1935 1 0 2481616 0
[pid=10972/tid=11025] ppid=10969 vsize=9972712 memory=4279135704013962638 CPUtime=0.08 cores=0,2,4,6
/proc/10972/task/11025/stat : 11025 (java) R 10969 10972 6622 0 -1 4202560 2300 13395 0 0 0 0 5 3 20 0 6 0 405974000 10212057088 4269 33554432000 4194304 4196468 140733144245712 140181492367952 140181504611708 0 4 0 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32145408 140733144247030 140733144249541 140733144249541 140733144252367 0
[pid=10972/tid=11026] ppid=10969 vsize=9972712 memory=-7522837583129502606 CPUtime=0.08 cores=0,2,4,6
/proc/10972/task/11026/stat : 11026 (java) S 10969 10972 6622 0 -1 1077944384 1 13395 0 0 0 0 5 3 20 0 6 0 405974000 10212057088 4269 33554432000 4194304 4196468 140733144245712 140181524773520 140181520541397 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32145408 140733144247030 140733144249541 140733144249541 140733144252367 0
[pid=10972/tid=11027] ppid=10969 vsize=9972712 memory=140608450487936 CPUtime=0.08 cores=0,2,4,6
/proc/10972/task/11027/stat : 11027 (java) S 10969 10972 6622 0 -1 1077944384 1 13395 0 0 0 0 5 3 20 0 6 0 405974000 10212057088 4269 33554432000 4194304 4196468 140733144245712 140181428976144 140181520541397 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32145408 140733144247030 140733144249541 140733144249541 140733144252367 0
[pid=10972/tid=11028] ppid=10969 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10972/task/11028/stat : 11028 (java) S 10969 10972 6622 0 -1 1077944384 2 13395 0 0 0 0 5 3 20 0 6 0 405974000 10212057088 4269 33554432000 4194304 4196468 140733144245712 140181427923344 140181520541397 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32145408 140733144247030 140733144249541 140733144249541 140733144252367 0
[pid=10972/tid=11029] ppid=10969 vsize=9972712 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/10972/task/11029/stat : 11029 (java) S 10969 10972 6622 0 -1 1077944384 2 13395 0 0 0 0 5 3 20 0 6 0 405974000 10212057088 4269 33554432000 4194304 4196468 140733144245712 140181426870544 140181520541397 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32145408 140733144247030 140733144249541 140733144249541 140733144252367 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 17076 KiB

[startup+0.209962 s]*
/proc/loadavg: 1.69 1.50 1.44 3/227 11038
/proc/meminfo: memFree=30555596/32770624 swapFree=66940040/67108860
[pid=10972] ppid=10969 vsize=10818940 memory=40748 CPUtime=0.26 cores=0,2,4,6
/proc/10972/stat : 10972 (java) S 10969 10972 6622 0 -1 1077944320 7062 13395 0 0 17 1 5 3 20 0 15 0 405973991 11078594560 10187 33554432000 4194304 4196468 140733144245712 140733144228256 140181520531191 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 32145408 140733144247030 140733144249541 140733144249541 140733144252367 0
/proc/10972/statm: 2704735 10187 2956 1 0 2667149 0
[pid=10972/tid=11025] ppid=10969 vsize=10818940 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/10972/task/11025/stat : 11025 (java) R 10969 10972 6622 0 -1 4202560 3566 13395 0 0 11 0 5 3 20 0 15 0 405974000 11078594560 10187 33554432000 4194304 4196468 140733144245712 140181492354352 140181504639056 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32145408 140733144247030 140733144249541 140733144249541 140733144252367 0
[pid=10972/tid=11026] ppid=10969 vsize=10818940 memory=342 CPUtime=0.08 cores=0,2,4,6
/proc/10972/task/11026/stat : 11026 (java) S 10969 10972 6622 0 -1 1077944384 1 13395 0 0 0 0 5 3 20 0 15 0 405974000 11078594560 10187 33554432000 4194304 4196468 140733144245712 140181524773520 140181520541397 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32145408 140733144247030 140733144249541 140733144249541 140733144252367 0
[pid=10972/tid=11027] ppid=10969 vsize=10818940 memory=3619120666093184672 CPUtime=0.08 cores=0,2,4,6
/proc/10972/task/11027/stat : 11027 (java) S 10969 10972 6622 0 -1 1077944384 1 13395 0 0 0 0 5 3 20 0 15 0 405974000 11078594560 10187 33554432000 4194304 4196468 140733144245712 140181428976144 140181520541397 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32145408 140733144247030 140733144249541 140733144249541 140733144252367 0
[pid=10972/tid=11028] ppid=10969 vsize=10818940 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10972/task/11028/stat : 11028 (java) S 10969 10972 6622 0 -1 1077944384 2 13395 0 0 0 0 5 3 20 0 15 0 405974000 11078594560 10187 33554432000 4194304 4196468 140733144245712 140181427923344 140181520541397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32145408 140733144247030 140733144249541 140733144249541 140733144252367 0
[pid=10972/tid=11029] ppid=10969 vsize=10818940 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/10972/task/11029/stat : 11029 (java) S 10969 10972 6622 0 -1 1077944384 2 13395 0 0 0 0 5 3 20 0 15 0 405974000 11078594560 10187 33554432000 4194304 4196468 140733144245712 140181426870544 140181520541397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32145408 140733144247030 140733144249541 140733144249541 140733144252367 0
[pid=10972/tid=11030] ppid=10969 vsize=10818940 memory=140608450487936 CPUtime=0.08 cores=0,2,4,6
/proc/10972/task/11030/stat : 11030 (java) S 10969 10972 6622 0 -1 1077944384 2 13395 0 0 0 0 5 3 20 0 15 0 405974002 11078594560 10187 33554432000 4194304 4196468 140733144245712 140180979608432 140181520542338 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32145408 140733144247030 140733144249541 140733144249541 140733144252367 0
[pid=10972/tid=11031] ppid=10969 vsize=10818940 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/10972/task/11031/stat : 11031 (java) S 10969 10972 6622 0 -1 1077944384 13 13395 0 0 0 0 5 3 20 0 15 0 405974002 11078594560 10187 33554432000 4194304 4196468 140733144245712 140180431300128 140181520541397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32145408 140733144247030 140733144249541 140733144249541 140733144252367 0
[pid=10972/tid=11032] ppid=10969 vsize=10818940 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10972/task/11032/stat : 11032 (java) S 10969 10972 6622 0 -1 1077944384 21 13395 0 0 0 0 5 3 20 0 15 0 405974002 11078594560 10187 33554432000 4194304 4196468 140733144245712 140180397741424 140181520541397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32145408 140733144247030 140733144249541 140733144249541 140733144252367 0
[pid=10972/tid=11033] ppid=10969 vsize=10818940 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10972/task/11033/stat : 11033 (java) S 10969 10972 6622 0 -1 1077944384 2 13395 0 0 0 0 5 3 20 0 15 0 405974005 11078594560 10187 33554432000 4194304 4196468 140733144245712 140180283451728 140181520549787 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32145408 140733144247030 140733144249541 140733144249541 140733144252367 0
[pid=10972/tid=11034] ppid=10969 vsize=10818940 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/10972/task/11034/stat : 11034 (java) S 10969 10972 6622 0 -1 1077944384 449 13395 0 0 1 0 5 3 20 0 15 0 405974005 11078594560 10187 33554432000 4194304 4196468 140733144245712 140180978555248 140181520542338 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32145408 140733144247030 140733144249541 140733144249541 140733144252367 0
[pid=10972/tid=11035] ppid=10969 vsize=10818940 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/10972/task/11035/stat : 11035 (java) S 10969 10972 6622 0 -1 1077944384 176 13395 0 0 0 0 5 3 20 0 15 0 405974005 11078594560 10187 33554432000 4194304 4196468 140733144245712 140180977502448 140181520542338 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32145408 140733144247030 140733144249541 140733144249541 140733144252367 0
[pid=10972/tid=11036] ppid=10969 vsize=10818940 memory=140608450487936 CPUtime=0.11 cores=0,2,4,6
/proc/10972/task/11036/stat : 11036 (java) S 10969 10972 6622 0 -1 1077944384 629 13395 0 0 3 0 5 3 20 0 15 0 405974005 11078594560 10187 33554432000 4194304 4196468 140733144245712 140180976449648 140181520542338 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32145408 140733144247030 140733144249541 140733144249541 140733144252367 0
[pid=10972/tid=11037] ppid=10969 vsize=10818940 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/10972/task/11037/stat : 11037 (java) S 10969 10972 6622 0 -1 1077944384 3 13395 0 0 0 0 5 3 20 0 15 0 405974005 11078594560 10187 33554432000 4194304 4196468 140733144245712 140179813689568 140181520541397 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32145408 140733144247030 140733144249541 140733144249541 140733144252367 0
[pid=10972/tid=11038] ppid=10969 vsize=10818940 memory=140608450487936 CPUtime=0.08 cores=0,2,4,6
/proc/10972/task/11038/stat : 11038 (java) S 10969 10972 6622 0 -1 1077944384 1 13395 0 0 0 0 5 3 20 0 15 0 405974006 11078594560 10187 33554432000 4194304 4196468 140733144245712 140180975398064 140181520542338 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32145408 140733144247030 140733144249541 140733144249541 140733144252367 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10818940 KiB
Current children cumulated memory: 40748 KiB

[startup+0.310315 s]*
/proc/loadavg: 1.69 1.50 1.44 4/227 11038
/proc/meminfo: memFree=30545384/32770624 swapFree=66940040/67108860
[pid=10972] ppid=10969 vsize=10820096 memory=52108 CPUtime=0.4 cores=0,2,4,6
/proc/10972/stat : 10972 (java) S 10969 10972 6622 0 -1 1077944320 10819 13395 0 0 29 3 5 3 20 0 15 0 405973991 11079778304 13027 33554432000 4194304 4196468 140733144245712 140733144228256 140181520531191 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 32145408 140733144247030 140733144249541 140733144249541 140733144252367 0
/proc/10972/statm: 2705024 13027 3210 1 0 2667149 0
[pid=10972/tid=11025] ppid=10969 vsize=10820096 memory=6791534058613427641 CPUtime=0.29 cores=0,2,4,6
/proc/10972/task/11025/stat : 11025 (java) R 10969 10972 6622 0 -1 4202560 7299 13395 0 0 19 2 5 3 20 0 15 0 405974000 11079778304 13027 33554432000 4194304 4196468 140733144245712 140181492351832 140181520543126 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32145408 140733144247030 140733144249541 140733144249541 140733144252367 0
[pid=10972/tid=11026] ppid=10969 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10972/task/11026/stat : 11026 (java) S 10969 10972 6622 0 -1 1077944384 1 13395 0 0 0 0 5 3 20 0 15 0 405974000 11079778304 13027 33554432000 4194304 4196468 140733144245712 140181524773520 140181520541397 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32145408 140733144247030 140733144249541 140733144249541 140733144252367 0
[pid=10972/tid=11027] ppid=10969 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10972/task/11027/stat : 11027 (java) S 10969 10972 6622 0 -1 1077944384 1 13395 0 0 0 0 5 3 20 0 15 0 405974000 11079778304 13027 33554432000 4194304 4196468 140733144245712 140181428976144 140181520541397 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32145408 140733144247030 140733144249541 140733144249541 140733144252367 0
[pid=10972/tid=11028] ppid=10969 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10972/task/11028/stat : 11028 (java) S 10969 10972 6622 0 -1 1077944384 2 13395 0 0 0 0 5 3 20 0 15 0 405974000 11079778304 13027 33554432000 4194304 4196468 140733144245712 140181427923344 140181520541397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32145408 140733144247030 140733144249541 140733144249541 140733144252367 0
[pid=10972/tid=11029] ppid=10969 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10972/task/11029/stat : 11029 (java) S 10969 10972 6622 0 -1 1077944384 2 13395 0 0 0 0 5 3 20 0 15 0 405974000 11079778304 13027 33554432000 4194304 4196468 140733144245712 140181426870544 140181520541397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32145408 140733144247030 140733144249541 140733144249541 140733144252367 0
[pid=10972/tid=11030] ppid=10969 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10972/task/11030/stat : 11030 (java) S 10969 10972 6622 0 -1 1077944384 2 13395 0 0 0 0 5 3 20 0 15 0 405974002 11079778304 13027 33554432000 4194304 4196468 140733144245712 140180979608432 140181520542338 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32145408 140733144247030 140733144249541 140733144249541 140733144252367 0
[pid=10972/tid=11031] ppid=10969 vsize=10820096 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/10972/task/11031/stat : 11031 (java) S 10969 10972 6622 0 -1 1077944384 13 13395 0 0 0 0 5 3 20 0 15 0 405974002 11079778304 13027 33554432000 4194304 4196468 140733144245712 140180431300128 140181520541397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32145408 140733144247030 140733144249541 140733144249541 140733144252367 0
[pid=10972/tid=11032] ppid=10969 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10972/task/11032/stat : 11032 (java) S 10969 10972 6622 0 -1 1077944384 21 13395 0 0 0 0 5 3 20 0 15 0 405974002 11079778304 13027 33554432000 4194304 4196468 140733144245712 140180397741424 140181520541397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32145408 140733144247030 140733144249541 140733144249541 140733144252367 0
[pid=10972/tid=11033] ppid=10969 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10972/task/11033/stat : 11033 (java) S 10969 10972 6622 0 -1 1077944384 2 13395 0 0 0 0 5 3 20 0 15 0 405974005 11079778304 13027 33554432000 4194304 4196468 140733144245712 140180283451728 140181520549787 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32145408 140733144247030 140733144249541 140733144249541 140733144252367 0
[pid=10972/tid=11034] ppid=10969 vsize=10820096 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/10972/task/11034/stat : 11034 (java) S 10969 10972 6622 0 -1 1077944384 450 13395 0 0 2 0 5 3 20 0 15 0 405974005 11079778304 13027 33554432000 4194304 4196468 140733144245712 140180978555248 140181520542338 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32145408 140733144247030 140733144249541 140733144249541 140733144252367 0
[pid=10972/tid=11035] ppid=10969 vsize=10820096 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/10972/task/11035/stat : 11035 (java) S 10969 10972 6622 0 -1 1077944384 177 13395 0 0 1 0 5 3 20 0 15 0 405974005 11079778304 13027 33554432000 4194304 4196468 140733144245712 140180977502448 140181520542338 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32145408 140733144247030 140733144249541 140733144249541 140733144252367 0
[pid=10972/tid=11036] ppid=10969 vsize=10820096 memory=140608450487936 CPUtime=0.13 cores=0,2,4,6
/proc/10972/task/11036/stat : 11036 (java) R 10969 10972 6622 0 -1 4202560 642 13395 0 0 5 0 5 3 20 0 15 0 405974005 11079778304 13027 33554432000 4194304 4196468 140733144245712 140180976449648 140181505065824 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32145408 140733144247030 140733144249541 140733144249541 140733144252367 0
[pid=10972/tid=11037] ppid=10969 vsize=10820096 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/10972/task/11037/stat : 11037 (java) S 10969 10972 6622 0 -1 1077944384 3 13395 0 0 0 0 5 3 20 0 15 0 405974005 11079778304 13027 33554432000 4194304 4196468 140733144245712 140179813689568 140181520541397 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32145408 140733144247030 140733144249541 140733144249541 140733144252367 0
[pid=10972/tid=11038] ppid=10969 vsize=10820096 memory=140608450487936 CPUtime=0.08 cores=0,2,4,6
/proc/10972/task/11038/stat : 11038 (java) S 10969 10972 6622 0 -1 1077944384 1 13395 0 0 0 0 5 3 20 0 15 0 405974006 11079778304 13027 33554432000 4194304 4196468 140733144245712 140180975398064 140181520542338 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32145408 140733144247030 140733144249541 140733144249541 140733144252367 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820096 KiB
Current children cumulated memory: 52108 KiB

[startup+0.700671 s]
/proc/loadavg: 1.69 1.50 1.44 5/227 11038
/proc/meminfo: memFree=30529744/32770624 swapFree=66940040/67108860
[pid=10972] ppid=10969 vsize=10824340 memory=82644 CPUtime=1.15 cores=0,2,4,6
/proc/10972/stat : 10972 (java) S 10969 10972 6622 0 -1 1077944320 14900 13395 0 0 103 4 5 3 20 0 15 0 405973991 11084124160 20661 33554432000 4194304 4196468 140733144245712 140733144228256 140181520531191 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 32145408 140733144247030 140733144249541 140733144249541 140733144252367 0
/proc/10972/statm: 2706085 20661 3499 1 0 2668173 0
[pid=10972/tid=11025] ppid=10969 vsize=10824340 memory=0 CPUtime=0.67 cores=0,2,4,6
/proc/10972/task/11025/stat : 11025 (java) D 10969 10972 6622 0 -1 1077944384 10531 13395 0 0 56 3 5 3 20 0 15 0 405974000 11084124160 20661 33554432000 4194304 4196468 140733144245712 140181492358176 140181520553213 0 4 0 16800975 18446744072101592612 0 0 -1 0 0 0 0 0 0 6293624 6294260 32145408 140733144247030 140733144249541 140733144249541 140733144252367 0
[pid=10972/tid=11026] ppid=10969 vsize=10824340 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10972/task/11026/stat : 11026 (java) S 10969 10972 6622 0 -1 1077944384 1 13395 0 0 0 0 5 3 20 0 15 0 405974000 11084124160 20661 33554432000 4194304 4196468 140733144245712 140181524773520 140181520541397 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32145408 140733144247030 140733144249541 140733144249541 140733144252367 0
[pid=10972/tid=11027] ppid=10969 vsize=10824340 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10972/task/11027/stat : 11027 (java) S 10969 10972 6622 0 -1 1077944384 1 13395 0 0 0 0 5 3 20 0 15 0 405974000 11084124160 20661 33554432000 4194304 4196468 140733144245712 140181428976144 140181520541397 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32145408 140733144247030 140733144249541 140733144249541 140733144252367 0
[pid=10972/tid=11028] ppid=10969 vsize=10824340 memory=32804 CPUtime=0.08 cores=0,2,4,6
/proc/10972/task/11028/stat : 11028 (java) S 10969 10972 6622 0 -1 1077944384 2 13395 0 0 0 0 5 3 20 0 15 0 405974000 11084124160 20661 33554432000 4194304 4196468 140733144245712 140181427923344 140181520541397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32145408 140733144247030 140733144249541 140733144249541 140733144252367 0
[pid=10972/tid=11029] ppid=10969 vsize=10824340 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10972/task/11029/stat : 11029 (java) S 10969 10972 6622 0 -1 1077944384 2 13395 0 0 0 0 5 3 20 0 15 0 405974000 11084124160 20661 33554432000 4194304 4196468 140733144245712 140181426870544 140181520541397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32145408 140733144247030 140733144249541 140733144249541 140733144252367 0
[pid=10972/tid=11030] ppid=10969 vsize=10824340 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10972/task/11030/stat : 11030 (java) S 10969 10972 6622 0 -1 1077944384 5 13395 0 0 0 0 5 3 20 0 15 0 405974002 11084124160 20661 33554432000 4194304 4196468 140733144245712 140180979608432 140181520542338 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32145408 140733144247030 140733144249541 140733144249541 140733144252367 0
[pid=10972/tid=11031] ppid=10969 vsize=10824340 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10972/task/11031/stat : 11031 (java) S 10969 10972 6622 0 -1 1077944384 13 13395 0 0 0 0 5 3 20 0 15 0 405974002 11084124160 20661 33554432000 4194304 4196468 140733144245712 140180431300128 140181520541397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32145408 140733144247030 140733144249541 140733144249541 140733144252367 0
[pid=10972/tid=11032] ppid=10969 vsize=10824340 memory=140608303936272 CPUtime=0.08 cores=0,2,4,6
/proc/10972/task/11032/stat : 11032 (java) S 10969 10972 6622 0 -1 1077944384 21 13395 0 0 0 0 5 3 20 0 15 0 405974002 11084124160 20661 33554432000 4194304 4196468 140733144245712 140180397741424 140181520541397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32145408 140733144247030 140733144249541 140733144249541 140733144252367 0
[pid=10972/tid=11033] ppid=10969 vsize=10824340 memory=140608639337037 CPUtime=0.08 cores=0,2,4,6
/proc/10972/task/11033/stat : 11033 (java) S 10969 10972 6622 0 -1 1077944384 2 13395 0 0 0 0 5 3 20 0 15 0 405974005 11084124160 20661 33554432000 4194304 4196468 140733144245712 140180283451728 140181520549787 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32145408 140733144247030 140733144249541 140733144249541 140733144252367 0
[pid=10972/tid=11034] ppid=10969 vsize=10824340 memory=624 CPUtime=0.23 cores=0,2,4,6
/proc/10972/task/11034/stat : 11034 (java) S 10969 10972 6622 0 -1 1077944384 845 13395 0 0 15 0 5 3 20 0 15 0 405974005 11084124160 20661 33554432000 4194304 4196468 140733144245712 140180978555248 140181520542338 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32145408 140733144247030 140733144249541 140733144249541 140733144252367 0
[pid=10972/tid=11035] ppid=10969 vsize=10824340 memory=6297835844906604903 CPUtime=0.2 cores=0,2,4,6
/proc/10972/task/11035/stat : 11035 (java) S 10969 10972 6622 0 -1 1077944384 411 13395 0 0 12 0 5 3 20 0 15 0 405974005 11084124160 20661 33554432000 4194304 4196468 140733144245712 140180977502448 140181520542338 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32145408 140733144247030 140733144249541 140733144249541 140733144252367 0
[pid=10972/tid=11036] ppid=10969 vsize=10824340 memory=7380108234216663121 CPUtime=0.25 cores=0,2,4,6
/proc/10972/task/11036/stat : 11036 (java) S 10969 10972 6622 0 -1 1077944384 856 13395 0 0 17 0 5 3 20 0 15 0 405974005 11084124160 20661 33554432000 4194304 4196468 140733144245712 140180976449648 140181520542338 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32145408 140733144247030 140733144249541 140733144249541 140733144252367 0
[pid=10972/tid=11037] ppid=10969 vsize=10824340 memory=3620 CPUtime=0.08 cores=0,2,4,6
/proc/10972/task/11037/stat : 11037 (java) S 10969 10972 6622 0 -1 1077944384 3 13395 0 0 0 0 5 3 20 0 15 0 405974005 11084124160 20661 33554432000 4194304 4196468 140733144245712 140179813689568 140181520541397 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32145408 140733144247030 140733144249541 140733144249541 140733144252367 0
[pid=10972/tid=11038] ppid=10969 vsize=10824340 memory=2241 CPUtime=0.08 cores=0,2,4,6
/proc/10972/task/11038/stat : 11038 (java) S 10969 10972 6622 0 -1 1077944384 1 13395 0 0 0 0 5 3 20 0 15 0 405974006 11084124160 20661 33554432000 4194304 4196468 140733144245712 140180975398064 140181520542338 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32145408 140733144247030 140733144249541 140733144249541 140733144252367 0
Current children cumulated CPU time: 1.15 s
Current children cumulated vsize: 10824340 KiB
Current children cumulated memory: 82644 KiB

[startup+1.50071 s]
/proc/loadavg: 1.69 1.50 1.44 3/227 11038
/proc/meminfo: memFree=30487196/32770624 swapFree=66940040/67108860
[pid=10972] ppid=10969 vsize=10834656 memory=168488 CPUtime=2.5 cores=0,2,4,6
/proc/10972/stat : 10972 (java) S 10969 10972 6622 0 -1 1077944320 21663 13395 0 0 233 9 5 3 20 0 15 0 405973991 11094687744 42122 33554432000 4194304 4196468 140733144245712 140733144228256 140181520531191 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 32145408 140733144247030 140733144249541 140733144249541 140733144252367 0
/proc/10972/statm: 2708664 42122 3572 1 0 2670733 0
[pid=10972/tid=11025] ppid=10969 vsize=10834656 memory=1943560 CPUtime=1.44 cores=0,2,4,6
/proc/10972/task/11025/stat : 11025 (java) R 10969 10972 6622 0 -1 4202560 15272 13395 0 0 130 6 5 3 20 0 15 0 405974000 11094687744 42122 33554432000 4194304 4196468 140733144245712 140181492330112 140181504611678 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32145408 140733144247030 140733144249541 140733144249541 140733144252367 0
[pid=10972/tid=11026] ppid=10969 vsize=10834656 memory=6791534058613427641 CPUtime=0.09 cores=0,2,4,6
/proc/10972/task/11026/stat : 11026 (java) S 10969 10972 6622 0 -1 1077944384 390 13395 0 0 1 0 5 3 20 0 15 0 405974000 11094687744 42122 33554432000 4194304 4196468 140733144245712 140181524773520 140181520541397 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32145408 140733144247030 140733144249541 140733144249541 140733144252367 0
[pid=10972/tid=11027] ppid=10969 vsize=10834656 memory=3084 CPUtime=0.09 cores=0,2,4,6
/proc/10972/task/11027/stat : 11027 (java) S 10969 10972 6622 0 -1 1077944384 32 13395 0 0 1 0 5 3 20 0 15 0 405974000 11094687744 42122 33554432000 4194304 4196468 140733144245712 140181428976144 140181520541397 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32145408 140733144247030 140733144249541 140733144249541 140733144252367 0
[pid=10972/tid=11028] ppid=10969 vsize=10834656 memory=645032 CPUtime=0.09 cores=0,2,4,6
/proc/10972/task/11028/stat : 11028 (java) S 10969 10972 6622 0 -1 1077944384 72 13395 0 0 1 0 5 3 20 0 15 0 405974000 11094687744 42122 33554432000 4194304 4196468 140733144245712 140181427923344 140181520541397 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32145408 140733144247030 140733144249541 140733144249541 140733144252367 0
[pid=10972/tid=11029] ppid=10969 vsize=10834656 memory=82644 CPUtime=0.09 cores=0,2,4,6
/proc/10972/task/11029/stat : 11029 (java) S 10969 10972 6622 0 -1 1077944384 61 13395 0 0 1 0 5 3 20 0 15 0 405974000 11094687744 42122 33554432000 4194304 4196468 140733144245712 140181426870544 140181520541397 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32145408 140733144247030 140733144249541 140733144249541 140733144252367 0
[pid=10972/tid=11030] ppid=10969 vsize=10834656 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/10972/task/11030/stat : 11030 (java) S 10969 10972 6622 0 -1 1077944384 140 13395 0 0 1 0 5 3 20 0 15 0 405974002 11094687744 42122 33554432000 4194304 4196468 140733144245712 140180979608432 140181520542338 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32145408 140733144247030 140733144249541 140733144249541 140733144252367 0
[pid=10972/tid=11031] ppid=10969 vsize=10834656 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10972/task/11031/stat : 11031 (java) S 10969 10972 6622 0 -1 1077944384 14 13395 0 0 0 0 5 3 20 0 15 0 405974002 11094687744 42122 33554432000 4194304 4196468 140733144245712 140180431300128 140181520541397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32145408 140733144247030 140733144249541 140733144249541 140733144252367 0
[pid=10972/tid=11032] ppid=10969 vsize=10834656 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10972/task/11032/stat : 11032 (java) S 10969 10972 6622 0 -1 1077944384 43 13395 0 0 0 0 5 3 20 0 15 0 405974002 11094687744 42122 33554432000 4194304 4196468 140733144245712 140180397741424 140181520541397 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32145408 140733144247030 140733144249541 140733144249541 140733144252367 0
[pid=10972/tid=11033] ppid=10969 vsize=10834656 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/10972/task/11033/stat : 11033 (java) S 10969 10972 6622 0 -1 1077944384 2 13395 0 0 0 0 5 3 20 0 15 0 405974005 11094687744 42122 33554432000 4194304 4196468 140733144245712 140180283451728 140181520549787 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32145408 140733144247030 140733144249541 140733144249541 140733144252367 0
[pid=10972/tid=11034] ppid=10969 vsize=10834656 memory=4638778398332698720 CPUtime=0.34 cores=0,2,4,6
/proc/10972/task/11034/stat : 11034 (java) S 10969 10972 6622 0 -1 1077944384 1058 13395 0 0 26 0 5 3 20 0 15 0 405974005 11094687744 42122 33554432000 4194304 4196468 140733144245712 140180978555248 140181520542338 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32145408 140733144247030 140733144249541 140733144249541 140733144252367 0
[pid=10972/tid=11035] ppid=10969 vsize=10834656 memory=281216608148416 CPUtime=0.35 cores=0,2,4,6
/proc/10972/task/11035/stat : 11035 (java) R 10969 10972 6622 0 -1 1077944384 681 13395 0 0 27 0 5 3 20 0 15 0 405974005 11094687744 42122 33554432000 4194304 4196468 140733144245712 140180977502448 140181520542338 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 32145408 140733144247030 140733144249541 140733144249541 140733144252367 0
[pid=10972/tid=11036] ppid=10969 vsize=10834656 memory=6944656592452938395 CPUtime=0.5 cores=0,2,4,6
/proc/10972/task/11036/stat : 11036 (java) S 10969 10972 6622 0 -1 1077944384 1689 13395 0 0 42 0 5 3 20 0 15 0 405974005 11094687744 42122 33554432000 4194304 4196468 140733144245712 140180976449648 140181520542338 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32145408 140733144247030 140733144249541 140733144249541 140733144252367 0
[pid=10972/tid=11037] ppid=10969 vsize=10834656 memory=-7233780906022716832 CPUtime=0.08 cores=0,2,4,6
/proc/10972/task/11037/stat : 11037 (java) S 10969 10972 6622 0 -1 1077944384 3 13395 0 0 0 0 5 3 20 0 15 0 405974005 11094687744 42122 33554432000 4194304 4196468 140733144245712 140179813689568 140181520541397 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32145408 140733144247030 140733144249541 140733144249541 140733144252367 0
[pid=10972/tid=11038] ppid=10969 vsize=10834656 memory=4137290303932963203 CPUtime=0.08 cores=0,2,4,6
/proc/10972/task/11038/stat : 11038 (java) S 10969 10972 6622 0 -1 1077944384 1 13395 0 0 0 0 5 3 20 0 15 0 405974006 11094687744 42122 33554432000 4194304 4196468 140733144245712 140180975398064 140181520542338 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32145408 140733144247030 140733144249541 140733144249541 140733144252367 0
Current children cumulated CPU time: 2.5 s
Current children cumulated vsize: 10834656 KiB

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

[startup+14.2947 s]
# the end of solver process 10972 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=22.2602 s, system=0.402757 s

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

[startup+12.8017 s]
/proc/loadavg: 1.97 1.57 1.47 3/227 11038
/proc/meminfo: memFree=30005708/32770624 swapFree=66940040/67108860
[pid=10972] ppid=10969 vsize=10844916 memory=624312 CPUtime=20.99 cores=0,2,4,6
/proc/10972/stat : 10972 (java) S 10969 10972 6622 0 -1 1077944320 56703 13395 0 0 2058 33 5 3 20 0 15 0 405973991 11105193984 156078 33554432000 4194304 4196468 140733144245712 140733144228256 140181520531191 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 32145408 140733144247030 140733144249541 140733144249541 140733144252367 0
/proc/10972/statm: 2711229 156078 3618 1 0 2673293 0
[pid=10972/tid=11025] ppid=10969 vsize=10844916 memory=1088 CPUtime=12.62 cores=0,2,4,6
/proc/10972/task/11025/stat : 11025 (java) R 10969 10972 6622 0 -1 4202560 21222 13395 0 0 1238 16 5 3 20 0 15 0 405974000 11105193984 156078 33554432000 4194304 4196468 140733144245712 140181492366136 140181520543126 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32145408 140733144247030 140733144249541 140733144249541 140733144252367 0
[pid=10972/tid=11026] ppid=10969 vsize=10844916 memory=988 CPUtime=0.12 cores=0,2,4,6
/proc/10972/task/11026/stat : 11026 (java) S 10969 10972 6622 0 -1 1077944384 856 13395 0 0 4 0 5 3 20 0 15 0 405974000 11105193984 156078 33554432000 4194304 4196468 140733144245712 140181524773520 140181520541397 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32145408 140733144247030 140733144249541 140733144249541 140733144252367 0
[pid=10972/tid=11027] ppid=10969 vsize=10844916 memory=780 CPUtime=0.14 cores=0,2,4,6
/proc/10972/task/11027/stat : 11027 (java) S 10969 10972 6622 0 -1 1077944384 123 13395 0 0 5 1 5 3 20 0 15 0 405974000 11105193984 156078 33554432000 4194304 4196468 140733144245712 140181428976144 140181520541397 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32145408 140733144247030 140733144249541 140733144249541 140733144252367 0
[pid=10972/tid=11028] ppid=10969 vsize=10844916 memory=33 CPUtime=0.14 cores=0,2,4,6
/proc/10972/task/11028/stat : 11028 (java) S 10969 10972 6622 0 -1 1077944384 215 13395 0 0 5 1 5 3 20 0 15 0 405974000 11105193984 156078 33554432000 4194304 4196468 140733144245712 140181427923344 140181520541397 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32145408 140733144247030 140733144249541 140733144249541 140733144252367 0
[pid=10972/tid=11029] ppid=10969 vsize=10844916 memory=-9001734013606258791 CPUtime=0.14 cores=0,2,4,6
/proc/10972/task/11029/stat : 11029 (java) S 10969 10972 6622 0 -1 1077944384 1081 13395 0 0 5 1 5 3 20 0 15 0 405974000 11105193984 156078 33554432000 4194304 4196468 140733144245712 140181426870544 140181520541397 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32145408 140733144247030 140733144249541 140733144249541 140733144252367 0
[pid=10972/tid=11030] ppid=10969 vsize=10844916 memory=-7384994778349281184 CPUtime=0.13 cores=0,2,4,6
/proc/10972/task/11030/stat : 11030 (java) S 10969 10972 6622 0 -1 1077944384 2458 13395 0 0 5 0 5 3 20 0 15 0 405974002 11105193984 156078 33554432000 4194304 4196468 140733144245712 140180979608432 140181520542338 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32145408 140733144247030 140733144249541 140733144249541 140733144252367 0
[pid=10972/tid=11031] ppid=10969 vsize=10844916 memory=-9001734013606258791 CPUtime=0.08 cores=0,2,4,6
/proc/10972/task/11031/stat : 11031 (java) S 10969 10972 6622 0 -1 1077944384 22 13395 0 0 0 0 5 3 20 0 15 0 405974002 11105193984 156078 33554432000 4194304 4196468 140733144245712 140180431300256 140181520541397 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32145408 140733144247030 140733144249541 140733144249541 140733144252367 0
[pid=10972/tid=11032] ppid=10969 vsize=10844916 memory=-9001734013606258791 CPUtime=0.08 cores=0,2,4,6
/proc/10972/task/11032/stat : 11032 (java) S 10969 10972 6622 0 -1 1077944384 60 13395 0 0 0 0 5 3 20 0 15 0 405974002 11105193984 156078 33554432000 4194304 4196468 140733144245712 140180397741440 140181520541397 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32145408 140733144247030 140733144249541 140733144249541 140733144252367 0
[pid=10972/tid=11033] ppid=10969 vsize=10844916 memory=-7522837583129502606 CPUtime=0.08 cores=0,2,4,6
/proc/10972/task/11033/stat : 11033 (java) S 10969 10972 6622 0 -1 1077944384 2 13395 0 0 0 0 5 3 20 0 15 0 405974005 11105193984 156078 33554432000 4194304 4196468 140733144245712 140180283451728 140181520549787 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32145408 140733144247030 140733144249541 140733144249541 140733144252367 0
[pid=10972/tid=11034] ppid=10969 vsize=10844916 memory=1399101730491701635 CPUtime=2.45 cores=0,2,4,6
/proc/10972/task/11034/stat : 11034 (java) S 10969 10972 6622 0 -1 1077944384 7021 13395 0 0 235 2 5 3 20 0 15 0 405974005 11105193984 156078 33554432000 4194304 4196468 140733144245712 140180978555248 140181520542338 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32145408 140733144247030 140733144249541 140733144249541 140733144252367 0
[pid=10972/tid=11035] ppid=10969 vsize=10844916 memory=0 CPUtime=3.04 cores=0,2,4,6
/proc/10972/task/11035/stat : 11035 (java) S 10969 10972 6622 0 -1 1077944384 10984 13395 0 0 293 3 5 3 20 0 15 0 405974005 11105193984 156078 33554432000 4194304 4196468 140733144245712 140180977502448 140181520542338 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32145408 140733144247030 140733144249541 140733144249541 140733144252367 0
[pid=10972/tid=11036] ppid=10969 vsize=10844916 memory=5936422056481809513 CPUtime=2.73 cores=0,2,4,6
/proc/10972/task/11036/stat : 11036 (java) R 10969 10972 6622 0 -1 4202560 10148 13395 0 0 261 4 5 3 20 0 15 0 405974005 11105193984 156078 33554432000 4194304 4196468 140733144245712 140180976449648 140181520543126 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32145408 140733144247030 140733144249541 140733144249541 140733144252367 0
[pid=10972/tid=11037] ppid=10969 vsize=10844916 memory=7085404032401565541 CPUtime=0.08 cores=0,2,4,6
/proc/10972/task/11037/stat : 11037 (java) S 10969 10972 6622 0 -1 1077944384 3 13395 0 0 0 0 5 3 20 0 15 0 405974005 11105193984 156078 33554432000 4194304 4196468 140733144245712 140179813689568 140181520541397 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32145408 140733144247030 140733144249541 140733144249541 140733144252367 0
[pid=10972/tid=11038] ppid=10969 vsize=10844916 memory=281216607627720 CPUtime=0.08 cores=0,2,4,6
/proc/10972/task/11038/stat : 11038 (java) S 10969 10972 6622 0 -1 1077944384 302 13395 0 0 0 0 5 3 20 0 15 0 405974006 11105193984 156078 33554432000 4194304 4196468 140733144245712 140180975398064 140181520542338 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32145408 140733144247030 140733144249541 140733144249541 140733144252367 0
Current children cumulated CPU time: 20.99 s
Current children cumulated vsize: 10844916 KiB
Current children cumulated memory: 624312 KiB

[startup+13.6007 s]
/proc/loadavg: 1.97 1.57 1.47 3/227 11039
/proc/meminfo: memFree=29970768/32770624 swapFree=66940040/67108860
[pid=10972] ppid=10969 vsize=10844916 memory=655112 CPUtime=21.88 cores=0,2,4,6
/proc/10972/stat : 10972 (java) S 10969 10972 6622 0 -1 1077944320 58379 13395 0 0 2146 34 5 3 20 0 15 0 405973991 11105193984 163778 33554432000 4194304 4196468 140733144245712 140733144228256 140181520531191 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 32145408 140733144247030 140733144249541 140733144249541 140733144252367 0
/proc/10972/statm: 2711229 163778 3618 1 0 2673293 0
[pid=10972/tid=11025] ppid=10969 vsize=10844916 memory=1988 CPUtime=13.42 cores=0,2,4,6
/proc/10972/task/11025/stat : 11025 (java) R 10969 10972 6622 0 -1 4202560 21653 13395 0 0 1317 17 5 3 20 0 15 0 405974000 11105193984 163778 33554432000 4194304 4196468 140733144245712 140181492366800 140181116129372 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32145408 140733144247030 140733144249541 140733144249541 140733144252367 0
[pid=10972/tid=11026] ppid=10969 vsize=10844916 memory=988 CPUtime=0.12 cores=0,2,4,6
/proc/10972/task/11026/stat : 11026 (java) S 10969 10972 6622 0 -1 1077944384 870 13395 0 0 4 0 5 3 20 0 15 0 405974000 11105193984 163778 33554432000 4194304 4196468 140733144245712 140181524773520 140181520541397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32145408 140733144247030 140733144249541 140733144249541 140733144252367 0
[pid=10972/tid=11027] ppid=10969 vsize=10844916 memory=6791534058613427641 CPUtime=0.14 cores=0,2,4,6
/proc/10972/task/11027/stat : 11027 (java) S 10969 10972 6622 0 -1 1077944384 586 13395 0 0 5 1 5 3 20 0 15 0 405974000 11105193984 163778 33554432000 4194304 4196468 140733144245712 140181428976144 140181520541397 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32145408 140733144247030 140733144249541 140733144249541 140733144252367 0
[pid=10972/tid=11028] ppid=10969 vsize=10844916 memory=1660 CPUtime=0.14 cores=0,2,4,6
/proc/10972/task/11028/stat : 11028 (java) S 10969 10972 6622 0 -1 1077944384 220 13395 0 0 5 1 5 3 20 0 15 0 405974000 11105193984 163778 33554432000 4194304 4196468 140733144245712 140181427923344 140181520541397 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32145408 140733144247030 140733144249541 140733144249541 140733144252367 0
[pid=10972/tid=11029] ppid=10969 vsize=10844916 memory=1056 CPUtime=0.14 cores=0,2,4,6
/proc/10972/task/11029/stat : 11029 (java) S 10969 10972 6622 0 -1 1077944384 1141 13395 0 0 5 1 5 3 20 0 15 0 405974000 11105193984 163778 33554432000 4194304 4196468 140733144245712 140181426870544 140181520541397 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32145408 140733144247030 140733144249541 140733144249541 140733144252367 0
[pid=10972/tid=11030] ppid=10969 vsize=10844916 memory=1556 CPUtime=0.13 cores=0,2,4,6
/proc/10972/task/11030/stat : 11030 (java) S 10969 10972 6622 0 -1 1077944384 2706 13395 0 0 5 0 5 3 20 0 15 0 405974002 11105193984 163778 33554432000 4194304 4196468 140733144245712 140180979608432 140181520542338 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32145408 140733144247030 140733144249541 140733144249541 140733144252367 0
[pid=10972/tid=11031] ppid=10969 vsize=10844916 memory=11340 CPUtime=0.08 cores=0,2,4,6
/proc/10972/task/11031/stat : 11031 (java) S 10969 10972 6622 0 -1 1077944384 22 13395 0 0 0 0 5 3 20 0 15 0 405974002 11105193984 163778 33554432000 4194304 4196468 140733144245712 140180431300256 140181520541397 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32145408 140733144247030 140733144249541 140733144249541 140733144252367 0
[pid=10972/tid=11032] ppid=10969 vsize=10844916 memory=1532 CPUtime=0.08 cores=0,2,4,6
/proc/10972/task/11032/stat : 11032 (java) S 10969 10972 6622 0 -1 1077944384 60 13395 0 0 0 0 5 3 20 0 15 0 405974002 11105193984 163778 33554432000 4194304 4196468 140733144245712 140180397741440 140181520541397 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32145408 140733144247030 140733144249541 140733144249541 140733144252367 0
[pid=10972/tid=11033] ppid=10969 vsize=10844916 memory=1088 CPUtime=0.08 cores=0,2,4,6
/proc/10972/task/11033/stat : 11033 (java) S 10969 10972 6622 0 -1 1077944384 2 13395 0 0 0 0 5 3 20 0 15 0 405974005 11105193984 163778 33554432000 4194304 4196468 140733144245712 140180283451728 140181520549787 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32145408 140733144247030 140733144249541 140733144249541 140733144252367 0
[pid=10972/tid=11034] ppid=10969 vsize=10844916 memory=988 CPUtime=2.48 cores=0,2,4,6
/proc/10972/task/11034/stat : 11034 (java) S 10969 10972 6622 0 -1 1077944384 7056 13395 0 0 238 2 5 3 20 0 15 0 405974005 11105193984 163778 33554432000 4194304 4196468 140733144245712 140180978555248 140181520542338 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32145408 140733144247030 140733144249541 140733144249541 140733144252367 0
[pid=10972/tid=11035] ppid=10969 vsize=10844916 memory=780 CPUtime=3.07 cores=0,2,4,6
/proc/10972/task/11035/stat : 11035 (java) S 10969 10972 6622 0 -1 1077944384 11370 13395 0 0 296 3 5 3 20 0 15 0 405974005 11105193984 163778 33554432000 4194304 4196468 140733144245712 140180977502448 140181520542338 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32145408 140733144247030 140733144249541 140733144249541 140733144252367 0
[pid=10972/tid=11036] ppid=10969 vsize=10844916 memory=5960 CPUtime=2.75 cores=0,2,4,6
/proc/10972/task/11036/stat : 11036 (java) S 10969 10972 6622 0 -1 1077944384 10178 13395 0 0 263 4 5 3 20 0 15 0 405974005 11105193984 163778 33554432000 4194304 4196468 140733144245712 140180976449648 140181520542338 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32145408 140733144247030 140733144249541 140733144249541 140733144252367 0
[pid=10972/tid=11037] ppid=10969 vsize=10844916 memory=624 CPUtime=0.08 cores=0,2,4,6
/proc/10972/task/11037/stat : 11037 (java) S 10969 10972 6622 0 -1 1077944384 3 13395 0 0 0 0 5 3 20 0 15 0 405974005 11105193984 163778 33554432000 4194304 4196468 140733144245712 140179813689568 140181520541397 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32145408 140733144247030 140733144249541 140733144249541 140733144252367 0
[pid=10972/tid=11038] ppid=10969 vsize=10844916 memory=3440 CPUtime=0.08 cores=0,2,4,6
/proc/10972/task/11038/stat : 11038 (java) S 10969 10972 6622 0 -1 1077944384 306 13395 0 0 0 0 5 3 20 0 15 0 405974006 11105193984 163778 33554432000 4194304 4196468 140733144245712 140180975398064 140181520542338 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32145408 140733144247030 140733144249541 140733144249541 140733144252367 0
Current children cumulated CPU time: 21.88 s
Current children cumulated vsize: 10844916 KiB
Current children cumulated memory: 655112 KiB

[startup+14.0007 s]*
/proc/loadavg: 1.97 1.57 1.47 3/227 11039
/proc/meminfo: memFree=29941856/32770624 swapFree=66940040/67108860
[pid=10972] ppid=10969 vsize=10844916 memory=655112 CPUtime=22.31 cores=0,2,4,6
/proc/10972/stat : 10972 (java) S 10969 10972 6622 0 -1 1077944320 58551 13395 0 0 2189 34 5 3 20 0 15 0 405973991 11105193984 163778 33554432000 4194304 4196468 140733144245712 140733144228256 140181520531191 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 32145408 140733144247030 140733144249541 140733144249541 140733144252367 0
/proc/10972/statm: 2711229 163778 3618 1 0 2673293 0
[pid=10972/tid=11025] ppid=10969 vsize=10844916 memory=6791534058613427641 CPUtime=13.83 cores=0,2,4,6
/proc/10972/task/11025/stat : 11025 (java) R 10969 10972 6622 0 -1 4202560 21807 13395 0 0 1358 17 5 3 20 0 15 0 405974000 11105193984 163778 33554432000 4194304 4196468 140733144245712 140181492366136 140181116316104 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32145408 140733144247030 140733144249541 140733144249541 140733144252367 0
[pid=10972/tid=11026] ppid=10969 vsize=10844916 memory=4872558044660077418 CPUtime=0.12 cores=0,2,4,6
/proc/10972/task/11026/stat : 11026 (java) S 10969 10972 6622 0 -1 1077944384 870 13395 0 0 4 0 5 3 20 0 15 0 405974000 11105193984 163778 33554432000 4194304 4196468 140733144245712 140181524773520 140181520541397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32145408 140733144247030 140733144249541 140733144249541 140733144252367 0
[pid=10972/tid=11027] ppid=10969 vsize=10844916 memory=-1189914978686163229 CPUtime=0.14 cores=0,2,4,6
/proc/10972/task/11027/stat : 11027 (java) S 10969 10972 6622 0 -1 1077944384 586 13395 0 0 5 1 5 3 20 0 15 0 405974000 11105193984 163778 33554432000 4194304 4196468 140733144245712 140181428976144 140181520541397 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32145408 140733144247030 140733144249541 140733144249541 140733144252367 0
[pid=10972/tid=11028] ppid=10969 vsize=10844916 memory=9126232286719478932 CPUtime=0.14 cores=0,2,4,6
/proc/10972/task/11028/stat : 11028 (java) S 10969 10972 6622 0 -1 1077944384 220 13395 0 0 5 1 5 3 20 0 15 0 405974000 11105193984 163778 33554432000 4194304 4196468 140733144245712 140181427923344 140181520541397 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32145408 140733144247030 140733144249541 140733144249541 140733144252367 0
[pid=10972/tid=11029] ppid=10969 vsize=10844916 memory=3054156605651173440 CPUtime=0.14 cores=0,2,4,6
/proc/10972/task/11029/stat : 11029 (java) S 10969 10972 6622 0 -1 1077944384 1141 13395 0 0 5 1 5 3 20 0 15 0 405974000 11105193984 163778 33554432000 4194304 4196468 140733144245712 140181426870544 140181520541397 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32145408 140733144247030 140733144249541 140733144249541 140733144252367 0
[pid=10972/tid=11030] ppid=10969 vsize=10844916 memory=6655300316396806240 CPUtime=0.13 cores=0,2,4,6
/proc/10972/task/11030/stat : 11030 (java) S 10969 10972 6622 0 -1 1077944384 2706 13395 0 0 5 0 5 3 20 0 15 0 405974002 11105193984 163778 33554432000 4194304 4196468 140733144245712 140180979608432 140181520542338 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32145408 140733144247030 140733144249541 140733144249541 140733144252367 0
[pid=10972/tid=11031] ppid=10969 vsize=10844916 memory=-7740096080597194087 CPUtime=0.08 cores=0,2,4,6
/proc/10972/task/11031/stat : 11031 (java) S 10969 10972 6622 0 -1 1077944384 22 13395 0 0 0 0 5 3 20 0 15 0 405974002 11105193984 163778 33554432000 4194304 4196468 140733144245712 140180431300256 140181520541397 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32145408 140733144247030 140733144249541 140733144249541 140733144252367 0
[pid=10972/tid=11032] ppid=10969 vsize=10844916 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10972/task/11032/stat : 11032 (java) S 10969 10972 6622 0 -1 1077944384 60 13395 0 0 0 0 5 3 20 0 15 0 405974002 11105193984 163778 33554432000 4194304 4196468 140733144245712 140180397741440 140181520541397 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32145408 140733144247030 140733144249541 140733144249541 140733144252367 0
[pid=10972/tid=11033] ppid=10969 vsize=10844916 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10972/task/11033/stat : 11033 (java) S 10969 10972 6622 0 -1 1077944384 2 13395 0 0 0 0 5 3 20 0 15 0 405974005 11105193984 163778 33554432000 4194304 4196468 140733144245712 140180283451728 140181520549787 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32145408 140733144247030 140733144249541 140733144249541 140733144252367 0
[pid=10972/tid=11034] ppid=10969 vsize=10844916 memory=0 CPUtime=2.49 cores=0,2,4,6
/proc/10972/task/11034/stat : 11034 (java) S 10969 10972 6622 0 -1 1077944384 7057 13395 0 0 239 2 5 3 20 0 15 0 405974005 11105193984 163778 33554432000 4194304 4196468 140733144245712 140180978555248 140181520542338 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32145408 140733144247030 140733144249541 140733144249541 140733144252367 0
[pid=10972/tid=11035] ppid=10969 vsize=10844916 memory=566172 CPUtime=3.08 cores=0,2,4,6
/proc/10972/task/11035/stat : 11035 (java) S 10969 10972 6622 0 -1 1077944384 11372 13395 0 0 297 3 5 3 20 0 15 0 405974005 11105193984 163778 33554432000 4194304 4196468 140733144245712 140180977502448 140181520542338 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32145408 140733144247030 140733144249541 140733144249541 140733144252367 0
[pid=10972/tid=11036] ppid=10969 vsize=10844916 memory=6791534058613427641 CPUtime=2.76 cores=0,2,4,6
/proc/10972/task/11036/stat : 11036 (java) S 10969 10972 6622 0 -1 1077944384 10194 13395 0 0 264 4 5 3 20 0 15 0 405974005 11105193984 163778 33554432000 4194304 4196468 140733144245712 140180976449648 140181520542338 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32145408 140733144247030 140733144249541 140733144249541 140733144252367 0
[pid=10972/tid=11037] ppid=10969 vsize=10844916 memory=626416 CPUtime=0.08 cores=0,2,4,6
/proc/10972/task/11037/stat : 11037 (java) S 10969 10972 6622 0 -1 1077944384 3 13395 0 0 0 0 5 3 20 0 15 0 405974005 11105193984 163778 33554432000 4194304 4196468 140733144245712 140179813689568 140181520541397 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32145408 140733144247030 140733144249541 140733144249541 140733144252367 0
[pid=10972/tid=11038] ppid=10969 vsize=10844916 memory=626416 CPUtime=0.08 cores=0,2,4,6
/proc/10972/task/11038/stat : 11038 (java) S 10969 10972 6622 0 -1 1077944384 306 13395 0 0 0 0 5 3 20 0 15 0 405974006 11105193984 163778 33554432000 4194304 4196468 140733144245712 140180975398064 140181520542338 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32145408 140733144247030 140733144249541 140733144249541 140733144252367 0
Current children cumulated CPU time: 22.31 s
Current children cumulated vsize: 10844916 KiB
Current children cumulated memory: 655112 KiB

[startup+14.2007 s]
/proc/loadavg: 1.97 1.57 1.47 3/227 11039
/proc/meminfo: memFree=29941856/32770624 swapFree=66940040/67108860
[pid=10972] ppid=10969 vsize=10844916 memory=657196 CPUtime=22.51 cores=0,2,4,6
/proc/10972/stat : 10972 (java) S 10969 10972 6622 0 -1 1077944320 58595 13395 0 0 2209 34 5 3 20 0 15 0 405973991 11105193984 164299 33554432000 4194304 4196468 140733144245712 140733144228256 140181520531191 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 32145408 140733144247030 140733144249541 140733144249541 140733144252367 0
/proc/10972/statm: 2711229 164299 3618 1 0 2673293 0
[pid=10972/tid=11025] ppid=10969 vsize=10844916 memory=288230617509003574 CPUtime=14.02 cores=0,2,4,6
/proc/10972/task/11025/stat : 11025 (java) R 10969 10972 6622 0 -1 4202560 21842 13395 0 0 1377 17 5 3 20 0 15 0 405974000 11105193984 164299 33554432000 4194304 4196468 140733144245712 140181492367056 140181115902831 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32145408 140733144247030 140733144249541 140733144249541 140733144252367 0
[pid=10972/tid=11026] ppid=10969 vsize=10844916 memory=15823283127847329 CPUtime=0.13 cores=0,2,4,6
/proc/10972/task/11026/stat : 11026 (java) S 10969 10972 6622 0 -1 1077944384 871 13395 0 0 5 0 5 3 20 0 15 0 405974000 11105193984 164299 33554432000 4194304 4196468 140733144245712 140181524773520 140181520541397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32145408 140733144247030 140733144249541 140733144249541 140733144252367 0
[pid=10972/tid=11027] ppid=10969 vsize=10844916 memory=6791534058613427641 CPUtime=0.14 cores=0,2,4,6
/proc/10972/task/11027/stat : 11027 (java) S 10969 10972 6622 0 -1 1077944384 587 13395 0 0 5 1 5 3 20 0 15 0 405974000 11105193984 164299 33554432000 4194304 4196468 140733144245712 140181428976144 140181520541397 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32145408 140733144247030 140733144249541 140733144249541 140733144252367 0
[pid=10972/tid=11028] ppid=10969 vsize=10844916 memory=4872558044660077418 CPUtime=0.14 cores=0,2,4,6
/proc/10972/task/11028/stat : 11028 (java) S 10969 10972 6622 0 -1 1077944384 221 13395 0 0 5 1 5 3 20 0 15 0 405974000 11105193984 164299 33554432000 4194304 4196468 140733144245712 140181427923344 140181520541397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32145408 140733144247030 140733144249541 140733144249541 140733144252367 0
[pid=10972/tid=11029] ppid=10969 vsize=10844916 memory=5794250770252327509 CPUtime=0.14 cores=0,2,4,6
/proc/10972/task/11029/stat : 11029 (java) S 10969 10972 6622 0 -1 1077944384 1142 13395 0 0 5 1 5 3 20 0 15 0 405974000 11105193984 164299 33554432000 4194304 4196468 140733144245712 140181426870544 140181520541397 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32145408 140733144247030 140733144249541 140733144249541 140733144252367 0
[pid=10972/tid=11030] ppid=10969 vsize=10844916 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/10972/task/11030/stat : 11030 (java) S 10969 10972 6622 0 -1 1077944384 2708 13395 0 0 5 0 5 3 20 0 15 0 405974002 11105193984 164299 33554432000 4194304 4196468 140733144245712 140180979608432 140181520542338 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32145408 140733144247030 140733144249541 140733144249541 140733144252367 0
[pid=10972/tid=11031] ppid=10969 vsize=10844916 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10972/task/11031/stat : 11031 (java) S 10969 10972 6622 0 -1 1077944384 22 13395 0 0 0 0 5 3 20 0 15 0 405974002 11105193984 164299 33554432000 4194304 4196468 140733144245712 140180431300256 140181520541397 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32145408 140733144247030 140733144249541 140733144249541 140733144252367 0
[pid=10972/tid=11032] ppid=10969 vsize=10844916 memory=8387223549236478041 CPUtime=0.08 cores=0,2,4,6
/proc/10972/task/11032/stat : 11032 (java) S 10969 10972 6622 0 -1 1077944384 60 13395 0 0 0 0 5 3 20 0 15 0 405974002 11105193984 164299 33554432000 4194304 4196468 140733144245712 140180397741440 140181520541397 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32145408 140733144247030 140733144249541 140733144249541 140733144252367 0
[pid=10972/tid=11033] ppid=10969 vsize=10844916 memory=288289995482202991 CPUtime=0.08 cores=0,2,4,6
/proc/10972/task/11033/stat : 11033 (java) S 10969 10972 6622 0 -1 1077944384 2 13395 0 0 0 0 5 3 20 0 15 0 405974005 11105193984 164299 33554432000 4194304 4196468 140733144245712 140180283451728 140181520549787 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32145408 140733144247030 140733144249541 140733144249541 140733144252367 0
[pid=10972/tid=11034] ppid=10969 vsize=10844916 memory=5794532245229038165 CPUtime=2.5 cores=0,2,4,6
/proc/10972/task/11034/stat : 11034 (java) S 10969 10972 6622 0 -1 1077944384 7057 13395 0 0 240 2 5 3 20 0 15 0 405974005 11105193984 164299 33554432000 4194304 4196468 140733144245712 140180978555248 140181520542338 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32145408 140733144247030 140733144249541 140733144249541 140733144252367 0
[pid=10972/tid=11035] ppid=10969 vsize=10844916 memory=-2970219127293634922 CPUtime=3.08 cores=0,2,4,6
/proc/10972/task/11035/stat : 11035 (java) S 10969 10972 6622 0 -1 1077944384 11373 13395 0 0 297 3 5 3 20 0 15 0 405974005 11105193984 164299 33554432000 4194304 4196468 140733144245712 140180977502448 140181520542338 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32145408 140733144247030 140733144249541 140733144249541 140733144252367 0
[pid=10972/tid=11036] ppid=10969 vsize=10844916 memory=-7384994778349280928 CPUtime=2.76 cores=0,2,4,6
/proc/10972/task/11036/stat : 11036 (java) S 10969 10972 6622 0 -1 1077944384 10195 13395 0 0 264 4 5 3 20 0 15 0 405974005 11105193984 164299 33554432000 4194304 4196468 140733144245712 140180976449648 140181520542338 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32145408 140733144247030 140733144249541 140733144249541 140733144252367 0
[pid=10972/tid=11037] ppid=10969 vsize=10844916 memory=1400504754925836930 CPUtime=0.08 cores=0,2,4,6
/proc/10972/task/11037/stat : 11037 (java) S 10969 10972 6622 0 -1 1077944384 3 13395 0 0 0 0 5 3 20 0 15 0 405974005 11105193984 164299 33554432000 4194304 4196468 140733144245712 140179813689568 140181520541397 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32145408 140733144247030 140733144249541 140733144249541 140733144252367 0
[pid=10972/tid=11038] ppid=10969 vsize=10844916 memory=56 CPUtime=0.08 cores=0,2,4,6
/proc/10972/task/11038/stat : 11038 (java) S 10969 10972 6622 0 -1 1077944384 306 13395 0 0 0 0 5 3 20 0 15 0 405974006 11105193984 164299 33554432000 4194304 4196468 140733144245712 140180975398064 140181520542338 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32145408 140733144247030 140733144249541 140733144249541 140733144252367 0
Current children cumulated CPU time: 22.51 s
Current children cumulated vsize: 10844916 KiB
Current children cumulated memory: 657196 KiB

Child status: 0
Real time (s): 14.2948
CPU time (s): 22.663
CPU user time (s): 22.2602
CPU system time (s): 0.402757
CPU usage (%): 158.54
Max. virtual memory (cumulated for all children) (KiB): 10847560
Max. memory (cumulated for all children) (KiB): 657196

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 22.2602
system time used= 0.402757
maximum resident set size= 659632
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 78151
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= 13398
involuntary context switches= 72


# summary of solver processes directly reported to runsolver:
#   pid: 10972
#   total CPU time (s): 22.663
#   total CPU user time (s): 22.2602
#   total CPU system time (s): 0.402757

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.098075 second user time and 0.185515 second system time

The end

Launcher Data

Begin job on node149 at 2019-09-12 16:08:35
IDJOB=4387280
IDBENCH=133304
IDSOLVER=2823
FILE ID=node149/4387280-1568297353
RUNJOBID= node149-1568287628-8128
PBS_JOBID= 21701062
Free space on /tmp= 54640 MiB

SOLVER NAME= Concrete 3.10
BENCH NAME= XCSP17/Primes/Primes-m1-p25/Primes-25-40-2-7.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4387280-1568297353/watcher-4387280-1568297353 -o /tmp/evaluation-result-4387280-1568297353/solver-4387280-1568297353 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node149-1568287628-8128 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=724199043 HOME/instance-4387280-1568297353.xml

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

MD5SUM BENCH= b42e085ff70e4cc43f0ee5aad126ad84
RANDOM SEED=724199043

node149.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.81
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.81
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.81
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.81
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:        30584004 kB
MemAvailable:   31229104 kB
Buffers:          100764 kB
Cached:           843044 kB
SwapCached:        61020 kB
Active:          1062128 kB
Inactive:         574212 kB
Active(anon):     660936 kB
Inactive(anon):    71332 kB
Active(file):     401192 kB
Inactive(file):   502880 kB
Unevictable:      111364 kB
Mlocked:          111364 kB
SwapTotal:      67108860 kB
SwapFree:       66940040 kB
Dirty:             34936 kB
Writeback:             0 kB
AnonPages:        744372 kB
Mapped:            55628 kB
Shmem:             30988 kB
Slab:             142080 kB
SReclaimable:     113728 kB
SUnreclaim:        28352 kB
KernelStack:        3696 kB
PageTables:         6976 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1903640 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    573440 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      144768 kB
DirectMap2M:    33400832 kB

Free space on /tmp at the end= 54604 MiB
End job on node149 at 2019-09-12 16:08:50