Trace number 4387287

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 5.44013 2.64595

General information on the benchmark

NamePrimes/
Primes-m1-p15/Primes-15-20-2-7.xml
MD5SUMd26c1a16a8e9a423ebbeb7c1b2e2b431
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 benchmark0.008024
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints20
Number of domains1
Minimum domain size46
Maximum domain size46
Distribution of domain sizes[{"size":46,"count":76}]
Minimum variable degree0
Maximum variable degree5
Distribution of variable degrees[{"degree":0,"count":24},{"degree":1,"count":44},{"degree":2,"count":15},{"degree":3,"count":11},{"degree":4,"count":5},{"degree":5,"count":1}]
Minimum constraint arity3
Maximum constraint arity9
Distribution of constraint arities[{"arity":3,"count":2},{"arity":4,"count":3},{"arity":6,"count":4},{"arity":7,"count":2},{"arity":8,"count":5},{"arity":9,"count":4}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":20}]
Optimization problemNO
Type of objective

Solver Data

0.72/0.54	c Concrete v3.10.1560635388952 running
5.33/2.62	v <instantiation
5.33/2.62	v         >
5.33/2.62	v       <list>
5.33/2.62	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[17] x[19] x[20] x[21] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39] x[40] x[41] x[43] x[44] x[46] x[47] x[48] x[50] x[53] x[54] x[55] x[56] x[59] x[60] x[61] x[63] x[64] x[65] x[66] x[67] x[69] 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[97] x[99]
5.33/2.62	v       </list>
5.33/2.62	v       <values>
5.33/2.62	v         5 35 47 23 15 37 38 2 10 4 47 9 2 2 2 41 44 28 47 40 45 2 25 47 2 41 8 2 2 32 47 2 14 30 2 30 38 47 46 10 26 35 9 44 22 37 15 3 5 47 47 14 2 3 2 47 47 19 2 2 44 47 47 23 30 47 47 47 2 32 5 4 47 28 47 47
5.33/2.62	v       </values>
5.33/2.62	v     </instantiation>
5.33/2.62	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 (15109 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-4387287-1568297421/watcher-4387287-1568297421 -o /tmp/evaluation-result-4387287-1568297421/solver-4387287-1568297421 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node149-1568287628-8128 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1842583814 HOME/instance-4387287-1568297421.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=11741, runsolver pid=11738
Current StackSize limit: 8192 KiB


[startup+0.10009 s]*
/proc/loadavg: 1.90 1.61 1.49 3/218 11798
/proc/meminfo: memFree=30574800/32770624 swapFree=66940040/67108860
[pid=11741] ppid=11738 vsize=9972712 memory=17080 CPUtime=0.09 cores=0,2,4,6
/proc/11741/stat : 11741 (java) S 11738 11741 6622 0 -1 1077944320 4520 13163 0 0 1 1 5 2 20 0 6 0 405980821 10212057088 4270 33554432000 4194304 4196468 140731689755424 140731689737968 140288316624631 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 36909056 140731689761525 140731689764037 140731689764037 140731689766863 0
/proc/11741/statm: 2493178 4270 1935 1 0 2481616 0
[pid=11741/tid=11794] ppid=11738 vsize=9972712 memory=4279135703913364878 CPUtime=0.08 cores=0,2,4,6
/proc/11741/task/11794/stat : 11794 (java) R 11738 11741 6622 0 -1 4202560 2332 13163 0 0 1 0 5 2 20 0 6 0 405980830 10212057088 4270 33554432000 4194304 4196468 140731689755424 140288288461392 140288299971109 0 4 0 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36909056 140731689761525 140731689764037 140731689764037 140731689766863 0
[pid=11741/tid=11795] ppid=11738 vsize=9972712 memory=-7522837583129502606 CPUtime=0.07 cores=0,2,4,6
/proc/11741/task/11795/stat : 11795 (java) S 11738 11741 6622 0 -1 1077944384 1 13163 0 0 0 0 5 2 20 0 6 0 405980831 10212057088 4270 33554432000 4194304 4196468 140731689755424 140288320866832 140288316634837 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36909056 140731689761525 140731689764037 140731689764037 140731689766863 0
[pid=11741/tid=11796] ppid=11738 vsize=9972712 memory=139916260226688 CPUtime=0.07 cores=0,2,4,6
/proc/11741/task/11796/stat : 11796 (java) S 11738 11741 6622 0 -1 1077944384 1 13163 0 0 0 0 5 2 20 0 6 0 405980831 10212057088 4270 33554432000 4194304 4196468 140731689755424 140288209140368 140288316634837 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36909056 140731689761525 140731689764037 140731689764037 140731689766863 0
[pid=11741/tid=11797] ppid=11738 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/11741/task/11797/stat : 11797 (java) S 11738 11741 6622 0 -1 1077944384 1 13163 0 0 0 0 5 2 20 0 6 0 405980831 10212057088 4336 33554432000 4194304 4196468 140731689755424 140288208087312 140288316634837 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36909056 140731689761525 140731689764037 140731689764037 140731689766863 0
[pid=11741/tid=11798] ppid=11738 vsize=9972712 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/11741/task/11798/stat : 11798 (java) S 11738 11741 6622 0 -1 1077944384 2 13163 0 0 0 0 5 2 20 0 6 0 405980831 10212057088 4336 33554432000 4194304 4196468 140731689755424 140288207034768 140288316634837 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36909056 140731689761525 140731689764037 140731689764037 140731689766863 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 17080 KiB

[startup+0.209994 s]*
/proc/loadavg: 1.90 1.61 1.49 4/227 11807
/proc/meminfo: memFree=30554836/32770624 swapFree=66940040/67108860
[pid=11741] ppid=11738 vsize=10818940 memory=40624 CPUtime=0.26 cores=0,2,4,6
/proc/11741/stat : 11741 (java) S 11738 11741 6622 0 -1 1077944320 7043 13163 0 0 17 2 5 2 20 0 15 0 405980821 11078594560 10156 33554432000 4194304 4196468 140731689755424 140731689737968 140288316624631 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 36909056 140731689761525 140731689764037 140731689764037 140731689766863 0
/proc/11741/statm: 2704735 10156 2955 1 0 2667149 0
[pid=11741/tid=11794] ppid=11738 vsize=10818940 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/11741/task/11794/stat : 11794 (java) R 11738 11741 6622 0 -1 4202560 3541 13163 0 0 11 1 5 2 20 0 15 0 405980830 11078594560 10156 33554432000 4194304 4196468 140731689755424 140288288456832 140287875831103 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36909056 140731689761525 140731689764037 140731689764037 140731689766863 0
[pid=11741/tid=11795] ppid=11738 vsize=10818940 memory=342 CPUtime=0.07 cores=0,2,4,6
/proc/11741/task/11795/stat : 11795 (java) S 11738 11741 6622 0 -1 1077944384 1 13163 0 0 0 0 5 2 20 0 15 0 405980831 11078594560 10156 33554432000 4194304 4196468 140731689755424 140288320866832 140288316634837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36909056 140731689761525 140731689764037 140731689764037 140731689766863 0
[pid=11741/tid=11796] ppid=11738 vsize=10818940 memory=3619119973902923424 CPUtime=0.07 cores=0,2,4,6
/proc/11741/task/11796/stat : 11796 (java) S 11738 11741 6622 0 -1 1077944384 1 13163 0 0 0 0 5 2 20 0 15 0 405980831 11078594560 10156 33554432000 4194304 4196468 140731689755424 140288209140368 140288316634837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36909056 140731689761525 140731689764037 140731689764037 140731689766863 0
[pid=11741/tid=11797] ppid=11738 vsize=10818940 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/11741/task/11797/stat : 11797 (java) S 11738 11741 6622 0 -1 1077944384 1 13163 0 0 0 0 5 2 20 0 15 0 405980831 11078594560 10156 33554432000 4194304 4196468 140731689755424 140288208087312 140288316634837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36909056 140731689761525 140731689764037 140731689764037 140731689766863 0
[pid=11741/tid=11798] ppid=11738 vsize=10818940 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/11741/task/11798/stat : 11798 (java) S 11738 11741 6622 0 -1 1077944384 2 13163 0 0 0 0 5 2 20 0 15 0 405980831 11078594560 10156 33554432000 4194304 4196468 140731689755424 140288207034768 140288316634837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36909056 140731689761525 140731689764037 140731689764037 140731689766863 0
[pid=11741/tid=11799] ppid=11738 vsize=10818940 memory=139916260226688 CPUtime=0.07 cores=0,2,4,6
/proc/11741/task/11799/stat : 11799 (java) S 11738 11741 6622 0 -1 1077944384 2 13163 0 0 0 0 5 2 20 0 15 0 405980832 11078594560 10156 33554432000 4194304 4196468 140731689755424 140287776062192 140288316635778 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36909056 140731689761525 140731689764037 140731689764037 140731689766863 0
[pid=11741/tid=11800] ppid=11738 vsize=10818940 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/11741/task/11800/stat : 11800 (java) S 11738 11741 6622 0 -1 1077944384 33 13163 0 0 0 0 5 2 20 0 15 0 405980833 11078594560 10156 33554432000 4194304 4196468 140731689755424 140287775008416 140288316634837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36909056 140731689761525 140731689764037 140731689764037 140731689766863 0
[pid=11741/tid=11801] ppid=11738 vsize=10818940 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/11741/task/11801/stat : 11801 (java) S 11738 11741 6622 0 -1 1077944384 1 13163 0 0 0 0 5 2 20 0 15 0 405980833 11078594560 10156 33554432000 4194304 4196468 140731689755424 140287657633008 140288316634837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36909056 140731689761525 140731689764037 140731689764037 140731689766863 0
[pid=11741/tid=11802] ppid=11738 vsize=10818940 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/11741/task/11802/stat : 11802 (java) S 11738 11741 6622 0 -1 1077944384 2 13163 0 0 0 0 5 2 20 0 15 0 405980836 11078594560 10156 33554432000 4194304 4196468 140731689755424 140287053654480 140288316643227 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36909056 140731689761525 140731689764037 140731689764037 140731689766863 0
[pid=11741/tid=11803] ppid=11738 vsize=10818940 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11741/task/11803/stat : 11803 (java) S 11738 11741 6622 0 -1 1077944384 577 13163 0 0 1 0 5 2 20 0 15 0 405980836 11078594560 10156 33554432000 4194304 4196468 140731689755424 140287741450480 140288316635778 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36909056 140731689761525 140731689764037 140731689764037 140731689766863 0
[pid=11741/tid=11804] ppid=11738 vsize=10818940 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/11741/task/11804/stat : 11804 (java) S 11738 11741 6622 0 -1 1077944384 60 13163 0 0 0 0 5 2 20 0 15 0 405980836 11078594560 10156 33554432000 4194304 4196468 140731689755424 140287740397936 140288316635778 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36909056 140731689761525 140731689764037 140731689764037 140731689766863 0
[pid=11741/tid=11805] ppid=11738 vsize=10818940 memory=139916260226688 CPUtime=0.1 cores=0,2,4,6
/proc/11741/task/11805/stat : 11805 (java) R 11738 11741 6622 0 -1 4202560 610 13163 0 0 3 0 5 2 20 0 15 0 405980836 11078594560 10156 33554432000 4194304 4196468 140731689755424 140287739344880 140288316645978 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36909056 140731689761525 140731689764037 140731689764037 140731689766863 0
[pid=11741/tid=11806] ppid=11738 vsize=10818940 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/11741/task/11806/stat : 11806 (java) S 11738 11741 6622 0 -1 1077944384 3 13163 0 0 0 0 5 2 20 0 15 0 405980836 11078594560 10156 33554432000 4194304 4196468 140731689755424 140286583892320 140288316634837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36909056 140731689761525 140731689764037 140731689764037 140731689766863 0
[pid=11741/tid=11807] ppid=11738 vsize=10818940 memory=139916260226688 CPUtime=0.07 cores=0,2,4,6
/proc/11741/task/11807/stat : 11807 (java) S 11738 11741 6622 0 -1 1077944384 1 13163 0 0 0 0 5 2 20 0 15 0 405980836 11078594560 10156 33554432000 4194304 4196468 140731689755424 140287738293296 140288316635778 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36909056 140731689761525 140731689764037 140731689764037 140731689766863 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10818940 KiB
Current children cumulated memory: 40624 KiB

[startup+0.310416 s]*
/proc/loadavg: 1.90 1.61 1.49 4/227 11807
/proc/meminfo: memFree=30544120/32770624 swapFree=66940040/67108860
[pid=11741] ppid=11738 vsize=10820096 memory=51956 CPUtime=0.39 cores=0,2,4,6
/proc/11741/stat : 11741 (java) S 11738 11741 6622 0 -1 1077944320 10774 13163 0 0 28 4 5 2 20 0 15 0 405980821 11079778304 12989 33554432000 4194304 4196468 140731689755424 140731689737968 140288316624631 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 36909056 140731689761525 140731689764037 140731689764037 140731689766863 0
/proc/11741/statm: 2705024 12989 3209 1 0 2667149 0
[pid=11741/tid=11794] ppid=11738 vsize=10820096 memory=6791534058613427641 CPUtime=0.29 cores=0,2,4,6
/proc/11741/task/11794/stat : 11794 (java) R 11738 11741 6622 0 -1 4202560 7258 13163 0 0 19 3 5 2 20 0 15 0 405980830 11079778304 12989 33554432000 4194304 4196468 140731689755424 140288288444448 140288316636566 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36909056 140731689761525 140731689764037 140731689764037 140731689766863 0
[pid=11741/tid=11795] ppid=11738 vsize=10820096 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/11741/task/11795/stat : 11795 (java) S 11738 11741 6622 0 -1 1077944384 1 13163 0 0 0 0 5 2 20 0 15 0 405980831 11079778304 12989 33554432000 4194304 4196468 140731689755424 140288320866832 140288316634837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36909056 140731689761525 140731689764037 140731689764037 140731689766863 0
[pid=11741/tid=11796] ppid=11738 vsize=10820096 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/11741/task/11796/stat : 11796 (java) S 11738 11741 6622 0 -1 1077944384 1 13163 0 0 0 0 5 2 20 0 15 0 405980831 11079778304 12989 33554432000 4194304 4196468 140731689755424 140288209140368 140288316634837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36909056 140731689761525 140731689764037 140731689764037 140731689766863 0
[pid=11741/tid=11797] ppid=11738 vsize=10820096 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/11741/task/11797/stat : 11797 (java) S 11738 11741 6622 0 -1 1077944384 1 13163 0 0 0 0 5 2 20 0 15 0 405980831 11079778304 12989 33554432000 4194304 4196468 140731689755424 140288208087312 140288316634837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36909056 140731689761525 140731689764037 140731689764037 140731689766863 0
[pid=11741/tid=11798] ppid=11738 vsize=10820096 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/11741/task/11798/stat : 11798 (java) S 11738 11741 6622 0 -1 1077944384 2 13163 0 0 0 0 5 2 20 0 15 0 405980831 11079778304 12989 33554432000 4194304 4196468 140731689755424 140288207034768 140288316634837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36909056 140731689761525 140731689764037 140731689764037 140731689766863 0
[pid=11741/tid=11799] ppid=11738 vsize=10820096 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/11741/task/11799/stat : 11799 (java) S 11738 11741 6622 0 -1 1077944384 2 13163 0 0 0 0 5 2 20 0 15 0 405980832 11079778304 12989 33554432000 4194304 4196468 140731689755424 140287776062192 140288316635778 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36909056 140731689761525 140731689764037 140731689764037 140731689766863 0
[pid=11741/tid=11800] ppid=11738 vsize=10820096 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/11741/task/11800/stat : 11800 (java) S 11738 11741 6622 0 -1 1077944384 33 13163 0 0 0 0 5 2 20 0 15 0 405980833 11079778304 12989 33554432000 4194304 4196468 140731689755424 140287775008416 140288316634837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36909056 140731689761525 140731689764037 140731689764037 140731689766863 0
[pid=11741/tid=11801] ppid=11738 vsize=10820096 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/11741/task/11801/stat : 11801 (java) S 11738 11741 6622 0 -1 1077944384 1 13163 0 0 0 0 5 2 20 0 15 0 405980833 11079778304 12989 33554432000 4194304 4196468 140731689755424 140287657633008 140288316634837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36909056 140731689761525 140731689764037 140731689764037 140731689766863 0
[pid=11741/tid=11802] ppid=11738 vsize=10820096 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/11741/task/11802/stat : 11802 (java) S 11738 11741 6622 0 -1 1077944384 2 13163 0 0 0 0 5 2 20 0 15 0 405980836 11079778304 12989 33554432000 4194304 4196468 140731689755424 140287053654480 140288316643227 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36909056 140731689761525 140731689764037 140731689764037 140731689766863 0
[pid=11741/tid=11803] ppid=11738 vsize=10820096 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/11741/task/11803/stat : 11803 (java) S 11738 11741 6622 0 -1 1077944384 578 13163 0 0 2 0 5 2 20 0 15 0 405980836 11079778304 12989 33554432000 4194304 4196468 140731689755424 140287741450480 140288316635778 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36909056 140731689761525 140731689764037 140731689764037 140731689766863 0
[pid=11741/tid=11804] ppid=11738 vsize=10820096 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/11741/task/11804/stat : 11804 (java) S 11738 11741 6622 0 -1 1077944384 61 13163 0 0 1 0 5 2 20 0 15 0 405980836 11079778304 12989 33554432000 4194304 4196468 140731689755424 140287740397936 140288316635778 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36909056 140731689761525 140731689764037 140731689764037 140731689766863 0
[pid=11741/tid=11805] ppid=11738 vsize=10820096 memory=139916260226688 CPUtime=0.12 cores=0,2,4,6
/proc/11741/task/11805/stat : 11805 (java) R 11738 11741 6622 0 -1 4202560 622 13163 0 0 5 0 5 2 20 0 15 0 405980836 11079778304 12989 33554432000 4194304 4196468 140731689755424 140287739344880 140288316645978 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36909056 140731689761525 140731689764037 140731689764037 140731689766863 0
[pid=11741/tid=11806] ppid=11738 vsize=10820096 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/11741/task/11806/stat : 11806 (java) S 11738 11741 6622 0 -1 1077944384 3 13163 0 0 0 0 5 2 20 0 15 0 405980836 11079778304 12989 33554432000 4194304 4196468 140731689755424 140286583892320 140288316634837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36909056 140731689761525 140731689764037 140731689764037 140731689766863 0
[pid=11741/tid=11807] ppid=11738 vsize=10820096 memory=139916260226688 CPUtime=0.07 cores=0,2,4,6
/proc/11741/task/11807/stat : 11807 (java) S 11738 11741 6622 0 -1 1077944384 1 13163 0 0 0 0 5 2 20 0 15 0 405980836 11079778304 12989 33554432000 4194304 4196468 140731689755424 140287738293296 140288316635778 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36909056 140731689761525 140731689764037 140731689764037 140731689766863 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10820096 KiB
Current children cumulated memory: 51956 KiB

[startup+0.701494 s]
/proc/loadavg: 1.90 1.61 1.49 6/227 11807
/proc/meminfo: memFree=30528700/32770624 swapFree=66940040/67108860
[pid=11741] ppid=11738 vsize=10824340 memory=82628 CPUtime=1.14 cores=0,2,4,6
/proc/11741/stat : 11741 (java) S 11738 11741 6622 0 -1 1077944320 14913 13163 0 0 102 5 5 2 20 0 15 0 405980821 11084124160 20657 33554432000 4194304 4196468 140731689755424 140731689737968 140288316624631 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 36909056 140731689761525 140731689764037 140731689764037 140731689766863 0
/proc/11741/statm: 2706085 20657 3501 1 0 2668173 0
[pid=11741/tid=11794] ppid=11738 vsize=10824340 memory=0 CPUtime=0.67 cores=0,2,4,6
/proc/11741/task/11794/stat : 11794 (java) R 11738 11741 6622 0 -1 4202560 10561 13163 0 0 56 4 5 2 20 0 15 0 405980830 11084124160 20657 33554432000 4194304 4196468 140731689755424 140288288454848 140288300964780 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36909056 140731689761525 140731689764037 140731689764037 140731689766863 0
[pid=11741/tid=11795] ppid=11738 vsize=10824340 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/11741/task/11795/stat : 11795 (java) S 11738 11741 6622 0 -1 1077944384 1 13163 0 0 0 0 5 2 20 0 15 0 405980831 11084124160 20657 33554432000 4194304 4196468 140731689755424 140288320866832 140288316634837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36909056 140731689761525 140731689764037 140731689764037 140731689766863 0
[pid=11741/tid=11796] ppid=11738 vsize=10824340 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/11741/task/11796/stat : 11796 (java) S 11738 11741 6622 0 -1 1077944384 1 13163 0 0 0 0 5 2 20 0 15 0 405980831 11084124160 20657 33554432000 4194304 4196468 140731689755424 140288209140368 140288316634837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36909056 140731689761525 140731689764037 140731689764037 140731689766863 0
[pid=11741/tid=11797] ppid=11738 vsize=10824340 memory=32804 CPUtime=0.07 cores=0,2,4,6
/proc/11741/task/11797/stat : 11797 (java) S 11738 11741 6622 0 -1 1077944384 1 13163 0 0 0 0 5 2 20 0 15 0 405980831 11084124160 20657 33554432000 4194304 4196468 140731689755424 140288208087312 140288316634837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36909056 140731689761525 140731689764037 140731689764037 140731689766863 0
[pid=11741/tid=11798] ppid=11738 vsize=10824340 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/11741/task/11798/stat : 11798 (java) S 11738 11741 6622 0 -1 1077944384 2 13163 0 0 0 0 5 2 20 0 15 0 405980831 11084124160 20657 33554432000 4194304 4196468 140731689755424 140288207034768 140288316634837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36909056 140731689761525 140731689764037 140731689764037 140731689766863 0
[pid=11741/tid=11799] ppid=11738 vsize=10824340 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/11741/task/11799/stat : 11799 (java) S 11738 11741 6622 0 -1 1077944384 5 13163 0 0 0 0 5 2 20 0 15 0 405980832 11084124160 20657 33554432000 4194304 4196468 140731689755424 140287776062192 140288316635778 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36909056 140731689761525 140731689764037 140731689764037 140731689766863 0
[pid=11741/tid=11800] ppid=11738 vsize=10824340 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/11741/task/11800/stat : 11800 (java) S 11738 11741 6622 0 -1 1077944384 33 13163 0 0 0 0 5 2 20 0 15 0 405980833 11084124160 20657 33554432000 4194304 4196468 140731689755424 140287775008416 140288316634837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36909056 140731689761525 140731689764037 140731689764037 140731689766863 0
[pid=11741/tid=11801] ppid=11738 vsize=10824340 memory=139916143112976 CPUtime=0.07 cores=0,2,4,6
/proc/11741/task/11801/stat : 11801 (java) S 11738 11741 6622 0 -1 1077944384 1 13163 0 0 0 0 5 2 20 0 15 0 405980833 11084124160 20657 33554432000 4194304 4196468 140731689755424 140287657633008 140288316634837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36909056 140731689761525 140731689764037 140731689764037 140731689766863 0
[pid=11741/tid=11802] ppid=11738 vsize=10824340 memory=139917149602381 CPUtime=0.07 cores=0,2,4,6
/proc/11741/task/11802/stat : 11802 (java) S 11738 11741 6622 0 -1 1077944384 2 13163 0 0 0 0 5 2 20 0 15 0 405980836 11084124160 20657 33554432000 4194304 4196468 140731689755424 140287053654480 140288316643227 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36909056 140731689761525 140731689764037 140731689764037 140731689766863 0
[pid=11741/tid=11803] ppid=11738 vsize=10825364 memory=624 CPUtime=0.2 cores=0,2,4,6
/proc/11741/task/11803/stat : 11803 (java) S 11738 11741 6622 0 -1 1077944384 853 13163 0 0 13 0 5 2 20 0 15 0 405980836 11085172736 20657 33554432000 4194304 4196468 140731689755424 140287741450480 140288316635778 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36909056 140731689761525 140731689764037 140731689764037 140731689766863 0
[pid=11741/tid=11804] ppid=11738 vsize=10825364 memory=6297835844906604903 CPUtime=0.21 cores=0,2,4,6
/proc/11741/task/11804/stat : 11804 (java) S 11738 11741 6622 0 -1 1077944384 416 13163 0 0 14 0 5 2 20 0 15 0 405980836 11085172736 20657 33554432000 4194304 4196468 140731689755424 140287740397936 140288316635778 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36909056 140731689761525 140731689764037 140731689764037 140731689766863 0
[pid=11741/tid=11805] ppid=11738 vsize=10825364 memory=7380108234216663121 CPUtime=0.24 cores=0,2,4,6
/proc/11741/task/11805/stat : 11805 (java) S 11738 11741 6622 0 -1 1077944384 824 13163 0 0 17 0 5 2 20 0 15 0 405980836 11085172736 20657 33554432000 4194304 4196468 140731689755424 140287739344880 140288316635778 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36909056 140731689761525 140731689764037 140731689764037 140731689766863 0
[pid=11741/tid=11806] ppid=11738 vsize=10825364 memory=3620 CPUtime=0.07 cores=0,2,4,6
/proc/11741/task/11806/stat : 11806 (java) S 11738 11741 6622 0 -1 1077944384 3 13163 0 0 0 0 5 2 20 0 15 0 405980836 11085172736 20722 33554432000 4194304 4196468 140731689755424 140286583892320 140288316634837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36909056 140731689761525 140731689764037 140731689764037 140731689766863 0
[pid=11741/tid=11807] ppid=11738 vsize=10825364 memory=2241 CPUtime=0.07 cores=0,2,4,6
/proc/11741/task/11807/stat : 11807 (java) S 11738 11741 6622 0 -1 1077944384 1 13163 0 0 0 0 5 2 20 0 15 0 405980836 11085172736 20722 33554432000 4194304 4196468 140731689755424 140287738293296 140288316635778 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36909056 140731689761525 140731689764037 140731689764037 140731689766863 0
Current children cumulated CPU time: 1.14 s
Current children cumulated vsize: 10824340 KiB
Current children cumulated memory: 82628 KiB

[startup+1.50077 s]
/proc/loadavg: 1.90 1.61 1.49 4/227 11807
/proc/meminfo: memFree=30485584/32770624 swapFree=66940040/67108860
[pid=11741] ppid=11738 vsize=10834656 memory=168352 CPUtime=2.49 cores=0,2,4,6
/proc/11741/stat : 11741 (java) S 11738 11741 6622 0 -1 1077944320 22427 13163 0 0 231 11 5 2 20 0 15 0 405980821 11094687744 42088 33554432000 4194304 4196468 140731689755424 140731689737968 140288316624631 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 36909056 140731689761525 140731689764037 140731689764037 140731689766863 0
/proc/11741/statm: 2708664 42088 3576 1 0 2670733 0
[pid=11741/tid=11794] ppid=11738 vsize=10834656 memory=1943560 CPUtime=1.43 cores=0,2,4,6
/proc/11741/task/11794/stat : 11794 (java) R 11738 11741 6622 0 -1 4202560 15285 13163 0 0 130 6 5 2 20 0 15 0 405980830 11094687744 42088 33554432000 4194304 4196468 140731689755424 140288288431200 140288316636566 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36909056 140731689761525 140731689764037 140731689764037 140731689766863 0
[pid=11741/tid=11795] ppid=11738 vsize=10834656 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/11741/task/11795/stat : 11795 (java) S 11738 11741 6622 0 -1 1077944384 449 13163 0 0 1 0 5 2 20 0 15 0 405980831 11094687744 42088 33554432000 4194304 4196468 140731689755424 140288320866832 140288316634837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36909056 140731689761525 140731689764037 140731689764037 140731689766863 0
[pid=11741/tid=11796] ppid=11738 vsize=10834656 memory=3180 CPUtime=0.08 cores=0,2,4,6
/proc/11741/task/11796/stat : 11796 (java) S 11738 11741 6622 0 -1 1077944384 83 13163 0 0 1 0 5 2 20 0 15 0 405980831 11094687744 42088 33554432000 4194304 4196468 140731689755424 140288209140368 140288316634837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36909056 140731689761525 140731689764037 140731689764037 140731689766863 0
[pid=11741/tid=11797] ppid=11738 vsize=10834656 memory=645056 CPUtime=0.07 cores=0,2,4,6
/proc/11741/task/11797/stat : 11797 (java) S 11738 11741 6622 0 -1 1077944384 75 13163 0 0 0 0 5 2 20 0 15 0 405980831 11094687744 42088 33554432000 4194304 4196468 140731689755424 140288208087312 140288316634837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36909056 140731689761525 140731689764037 140731689764037 140731689766863 0
[pid=11741/tid=11798] ppid=11738 vsize=10834656 memory=82628 CPUtime=0.07 cores=0,2,4,6
/proc/11741/task/11798/stat : 11798 (java) S 11738 11741 6622 0 -1 1077944384 30 13163 0 0 0 0 5 2 20 0 15 0 405980831 11094687744 42088 33554432000 4194304 4196468 140731689755424 140288207034768 140288316634837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36909056 140731689761525 140731689764037 140731689764037 140731689766863 0
[pid=11741/tid=11799] ppid=11738 vsize=10834656 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11741/task/11799/stat : 11799 (java) S 11738 11741 6622 0 -1 1077944384 952 13163 0 0 1 0 5 2 20 0 15 0 405980832 11094687744 42088 33554432000 4194304 4196468 140731689755424 140287776062192 140288316635778 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36909056 140731689761525 140731689764037 140731689764037 140731689766863 0
[pid=11741/tid=11800] ppid=11738 vsize=10834656 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/11741/task/11800/stat : 11800 (java) S 11738 11741 6622 0 -1 1077944384 33 13163 0 0 0 0 5 2 20 0 15 0 405980833 11094687744 42088 33554432000 4194304 4196468 140731689755424 140287775008416 140288316634837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36909056 140731689761525 140731689764037 140731689764037 140731689766863 0
[pid=11741/tid=11801] ppid=11738 vsize=10834656 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/11741/task/11801/stat : 11801 (java) S 11738 11741 6622 0 -1 1077944384 2 13163 0 0 0 0 5 2 20 0 15 0 405980833 11094687744 42088 33554432000 4194304 4196468 140731689755424 140287657633008 140288316634837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36909056 140731689761525 140731689764037 140731689764037 140731689766863 0
[pid=11741/tid=11802] ppid=11738 vsize=10834656 memory=6791534058613427641 CPUtime=0.07 cores=0,2,4,6
/proc/11741/task/11802/stat : 11802 (java) S 11738 11741 6622 0 -1 1077944384 2 13163 0 0 0 0 5 2 20 0 15 0 405980836 11094687744 42088 33554432000 4194304 4196468 140731689755424 140287053654480 140288316643227 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36909056 140731689761525 140731689764037 140731689764037 140731689766863 0
[pid=11741/tid=11803] ppid=11738 vsize=10834656 memory=4638778398332698720 CPUtime=0.36 cores=0,2,4,6
/proc/11741/task/11803/stat : 11803 (java) R 11738 11741 6622 0 -1 4202560 1110 13163 0 0 29 0 5 2 20 0 15 0 405980836 11094687744 42088 33554432000 4194304 4196468 140731689755424 140287741450480 140288298168786 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36909056 140731689761525 140731689764037 140731689764037 140731689766863 0
[pid=11741/tid=11804] ppid=11738 vsize=10834656 memory=279832286501824 CPUtime=0.3 cores=0,2,4,6
/proc/11741/task/11804/stat : 11804 (java) R 11738 11741 6622 0 -1 1077944384 505 13163 0 0 23 0 5 2 20 0 15 0 405980836 11094687744 42088 33554432000 4194304 4196468 140731689755424 140287740398064 140288316634837 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 36909056 140731689761525 140731689764037 140731689764037 140731689766863 0
[pid=11741/tid=11805] ppid=11738 vsize=10834656 memory=6944656592452938395 CPUtime=0.48 cores=0,2,4,6
/proc/11741/task/11805/stat : 11805 (java) R 11738 11741 6622 0 -1 4202560 1686 13163 0 0 40 1 5 2 20 0 15 0 405980836 11094687744 42088 33554432000 4194304 4196468 140731689755424 140287739344880 140288316636566 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36909056 140731689761525 140731689764037 140731689764037 140731689766863 0
[pid=11741/tid=11806] ppid=11738 vsize=10834656 memory=-7233780906022716832 CPUtime=0.07 cores=0,2,4,6
/proc/11741/task/11806/stat : 11806 (java) S 11738 11741 6622 0 -1 1077944384 3 13163 0 0 0 0 5 2 20 0 15 0 405980836 11094687744 42088 33554432000 4194304 4196468 140731689755424 140286583892320 140288316634837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36909056 140731689761525 140731689764037 140731689764037 140731689766863 0
[pid=11741/tid=11807] ppid=11738 vsize=10834656 memory=4137290303932963203 CPUtime=0.07 cores=0,2,4,6
/proc/11741/task/11807/stat : 11807 (java) S 11738 11741 6622 0 -1 1077944384 1 13163 0 0 0 0 5 2 20 0 15 0 405980836 11094687744 42088 33554432000 4194304 4196468 140731689755424 140287738293296 140288316635778 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36909056 140731689761525 140731689764037 140731689764037 140731689766863 0
Current children cumulated CPU time: 2.49 s
Current children cumulated vsize: 10834656 KiB
Current children cumulated memory: 168352 KiB

[startup+2.6459 s]
# the end of solver process 11741 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=5.21321 s, system=0.226926 s

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

[startup+1.6008 s]
/proc/loadavg: 1.90 1.61 1.49 4/227 11807
/proc/meminfo: memFree=30485584/32770624 swapFree=66940040/67108860
[pid=11741] ppid=11738 vsize=10834656 memory=169476 CPUtime=2.69 cores=0,2,4,6
/proc/11741/stat : 11741 (java) S 11738 11741 6622 0 -1 1077944320 22735 13163 0 0 250 12 5 2 20 0 15 0 405980821 11094687744 42369 33554432000 4194304 4196468 140731689755424 140731689737968 140288316624631 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 36909056 140731689761525 140731689764037 140731689764037 140731689766863 0
/proc/11741/statm: 2708664 42369 3577 1 0 2670733 0
[pid=11741/tid=11794] ppid=11738 vsize=10834656 memory=6656426216303648864 CPUtime=1.53 cores=0,2,4,6
/proc/11741/task/11794/stat : 11794 (java) R 11738 11741 6622 0 -1 4202560 15413 13163 0 0 140 6 5 2 20 0 15 0 405980830 11094687744 42369 33554432000 4194304 4196468 140731689755424 140288288454720 140287875875344 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36909056 140731689761525 140731689764037 140731689764037 140731689766863 0
[pid=11741/tid=11795] ppid=11738 vsize=10834656 memory=6944652177228980320 CPUtime=0.08 cores=0,2,4,6
/proc/11741/task/11795/stat : 11795 (java) S 11738 11741 6622 0 -1 1077944384 449 13163 0 0 1 0 5 2 20 0 15 0 405980831 11094687744 42369 33554432000 4194304 4196468 140731689755424 140288320866832 140288316634837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36909056 140731689761525 140731689764037 140731689764037 140731689766863 0
[pid=11741/tid=11796] ppid=11738 vsize=10834656 memory=6935651454800449616 CPUtime=0.08 cores=0,2,4,6
/proc/11741/task/11796/stat : 11796 (java) S 11738 11741 6622 0 -1 1077944384 83 13163 0 0 1 0 5 2 20 0 15 0 405980831 11094687744 42369 33554432000 4194304 4196468 140731689755424 140288209140368 140288316634837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36909056 140731689761525 140731689764037 140731689764037 140731689766863 0
[pid=11741/tid=11797] ppid=11738 vsize=10834656 memory=7308895142485716329 CPUtime=0.07 cores=0,2,4,6
/proc/11741/task/11797/stat : 11797 (java) S 11738 11741 6622 0 -1 1077944384 75 13163 0 0 0 0 5 2 20 0 15 0 405980831 11094687744 42369 33554432000 4194304 4196468 140731689755424 140288208087312 140288316634837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36909056 140731689761525 140731689764037 140731689764037 140731689766863 0
[pid=11741/tid=11798] ppid=11738 vsize=10834656 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/11741/task/11798/stat : 11798 (java) S 11738 11741 6622 0 -1 1077944384 30 13163 0 0 0 0 5 2 20 0 15 0 405980831 11094687744 42369 33554432000 4194304 4196468 140731689755424 140288207034768 140288316634837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36909056 140731689761525 140731689764037 140731689764037 140731689766863 0
[pid=11741/tid=11799] ppid=11738 vsize=10834656 memory=190592462152758 CPUtime=0.08 cores=0,2,4,6
/proc/11741/task/11799/stat : 11799 (java) S 11738 11741 6622 0 -1 1077944384 952 13163 0 0 1 0 5 2 20 0 15 0 405980832 11094687744 42369 33554432000 4194304 4196468 140731689755424 140287776062192 140288316635778 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36909056 140731689761525 140731689764037 140731689764037 140731689766863 0
[pid=11741/tid=11800] ppid=11738 vsize=10834656 memory=2925480 CPUtime=0.07 cores=0,2,4,6
/proc/11741/task/11800/stat : 11800 (java) S 11738 11741 6622 0 -1 1077944384 33 13163 0 0 0 0 5 2 20 0 15 0 405980833 11094687744 42369 33554432000 4194304 4196468 140731689755424 140287775008416 140288316634837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36909056 140731689761525 140731689764037 140731689764037 140731689766863 0
[pid=11741/tid=11801] ppid=11738 vsize=10834656 memory=7660992747008972629 CPUtime=0.07 cores=0,2,4,6
/proc/11741/task/11801/stat : 11801 (java) S 11738 11741 6622 0 -1 1077944384 2 13163 0 0 0 0 5 2 20 0 15 0 405980833 11094687744 42369 33554432000 4194304 4196468 140731689755424 140287657633008 140288316634837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36909056 140731689761525 140731689764037 140731689764037 140731689766863 0
[pid=11741/tid=11802] ppid=11738 vsize=10834656 memory=6935649255878192209 CPUtime=0.07 cores=0,2,4,6
/proc/11741/task/11802/stat : 11802 (java) S 11738 11741 6622 0 -1 1077944384 2 13163 0 0 0 0 5 2 20 0 15 0 405980836 11094687744 42369 33554432000 4194304 4196468 140731689755424 140287053654480 140288316643227 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36909056 140731689761525 140731689764037 140731689764037 140731689766863 0
[pid=11741/tid=11803] ppid=11738 vsize=10834656 memory=7809523229951467570 CPUtime=0.38 cores=0,2,4,6
/proc/11741/task/11803/stat : 11803 (java) S 11738 11741 6622 0 -1 1077944384 1134 13163 0 0 31 0 5 2 20 0 15 0 405980836 11094687744 42369 33554432000 4194304 4196468 140731689755424 140287741450480 140288316635778 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36909056 140731689761525 140731689764037 140731689764037 140731689766863 0
[pid=11741/tid=11804] ppid=11738 vsize=10834656 memory=7007706849797497689 CPUtime=0.32 cores=0,2,4,6
/proc/11741/task/11804/stat : 11804 (java) R 11738 11741 6622 0 -1 1077944384 534 13163 0 0 25 0 5 2 20 0 15 0 405980836 11094687744 42369 33554432000 4194304 4196468 140731689755424 140287740397936 140288316635778 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 36909056 140731689761525 140731689764037 140731689764037 140731689766863 0
[pid=11741/tid=11805] ppid=11738 vsize=10834656 memory=-6008185120217130855 CPUtime=0.53 cores=0,2,4,6
/proc/11741/task/11805/stat : 11805 (java) R 11738 11741 6622 0 -1 4202560 1811 13163 0 0 45 1 5 2 20 0 15 0 405980836 11094687744 42369 33554432000 4194304 4196468 140731689755424 140287739344880 140288295593870 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36909056 140731689761525 140731689764037 140731689764037 140731689766863 0
[pid=11741/tid=11806] ppid=11738 vsize=10834656 memory=6944656592387989600 CPUtime=0.07 cores=0,2,4,6
/proc/11741/task/11806/stat : 11806 (java) S 11738 11741 6622 0 -1 1077944384 3 13163 0 0 0 0 5 2 20 0 15 0 405980836 11094687744 42369 33554432000 4194304 4196468 140731689755424 140286583892320 140288316634837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36909056 140731689761525 140731689764037 140731689764037 140731689766863 0
[pid=11741/tid=11807] ppid=11738 vsize=10834656 memory=6943526294502006880 CPUtime=0.07 cores=0,2,4,6
/proc/11741/task/11807/stat : 11807 (java) S 11738 11741 6622 0 -1 1077944384 3 13163 0 0 0 0 5 2 20 0 15 0 405980836 11094687744 42369 33554432000 4194304 4196468 140731689755424 140287738293296 140288316635778 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36909056 140731689761525 140731689764037 140731689764037 140731689766863 0
Current children cumulated CPU time: 2.69 s
Current children cumulated vsize: 10834656 KiB
Current children cumulated memory: 169476 KiB

[startup+2.40067 s]
/proc/loadavg: 1.90 1.61 1.49 5/227 11807
/proc/meminfo: memFree=30401336/32770624 swapFree=66940040/67108860
[pid=11741] ppid=11738 vsize=10842868 memory=201180 CPUtime=4.76 cores=0,2,4,6
/proc/11741/stat : 11741 (java) S 11738 11741 6622 0 -1 1077944320 36953 13163 0 0 452 17 5 2 20 0 15 0 405980821 11103096832 50295 33554432000 4194304 4196468 140731689755424 140731689737968 140288316624631 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 36909056 140731689761525 140731689764037 140731689764037 140731689766863 0
/proc/11741/statm: 2710717 50295 3594 1 0 2672781 0
[pid=11741/tid=11794] ppid=11738 vsize=10842868 memory=6935649255911745617 CPUtime=2.33 cores=0,2,4,6
/proc/11741/task/11794/stat : 11794 (java) R 11738 11741 6622 0 -1 4202560 21970 13163 0 0 218 8 5 2 20 0 15 0 405980830 11103096832 50295 33554432000 4194304 4196468 140731689755424 140288288458752 140288302304753 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36909056 140731689761525 140731689764037 140731689764037 140731689766863 0
[pid=11741/tid=11795] ppid=11738 vsize=10842868 memory=4641056517973364816 CPUtime=0.08 cores=0,2,4,6
/proc/11741/task/11795/stat : 11795 (java) S 11738 11741 6622 0 -1 1077944384 449 13163 0 0 1 0 5 2 20 0 15 0 405980831 11103096832 50295 33554432000 4194304 4196468 140731689755424 140288320866832 140288316634837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36909056 140731689761525 140731689764037 140731689764037 140731689766863 0
[pid=11741/tid=11796] ppid=11738 vsize=10842868 memory=279832286350824 CPUtime=0.08 cores=0,2,4,6
/proc/11741/task/11796/stat : 11796 (java) S 11738 11741 6622 0 -1 1077944384 83 13163 0 0 1 0 5 2 20 0 15 0 405980831 11103096832 50295 33554432000 4194304 4196468 140731689755424 140288209140368 140288316634837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36909056 140731689761525 140731689764037 140731689764037 140731689766863 0
[pid=11741/tid=11797] ppid=11738 vsize=10842868 memory=279832285941136 CPUtime=0.07 cores=0,2,4,6
/proc/11741/task/11797/stat : 11797 (java) S 11738 11741 6622 0 -1 1077944384 75 13163 0 0 0 0 5 2 20 0 15 0 405980831 11103096832 50295 33554432000 4194304 4196468 140731689755424 140288208087312 140288316634837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36909056 140731689761525 140731689764037 140731689764037 140731689766863 0
[pid=11741/tid=11798] ppid=11738 vsize=10842868 memory=7684433386921362195 CPUtime=0.07 cores=0,2,4,6
/proc/11741/task/11798/stat : 11798 (java) S 11738 11741 6622 0 -1 1077944384 30 13163 0 0 0 0 5 2 20 0 15 0 405980831 11103096832 50295 33554432000 4194304 4196468 140731689755424 140288207034768 140288316634837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36909056 140731689761525 140731689764037 140731689764037 140731689766863 0
[pid=11741/tid=11799] ppid=11738 vsize=10842868 memory=56 CPUtime=0.08 cores=0,2,4,6
/proc/11741/task/11799/stat : 11799 (java) S 11738 11741 6622 0 -1 1077944384 970 13163 0 0 1 0 5 2 20 0 15 0 405980832 11103096832 50295 33554432000 4194304 4196468 140731689755424 140287776062192 140288316635778 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36909056 140731689761525 140731689764037 140731689764037 140731689766863 0
[pid=11741/tid=11800] ppid=11738 vsize=10842868 memory=279832286438512 CPUtime=0.07 cores=0,2,4,6
/proc/11741/task/11800/stat : 11800 (java) S 11738 11741 6622 0 -1 1077944384 33 13163 0 0 0 0 5 2 20 0 15 0 405980833 11103096832 50295 33554432000 4194304 4196468 140731689755424 140287775008416 140288316634837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36909056 140731689761525 140731689764037 140731689764037 140731689766863 0
[pid=11741/tid=11801] ppid=11738 vsize=10842868 memory=301741394899501351 CPUtime=0.07 cores=0,2,4,6
/proc/11741/task/11801/stat : 11801 (java) S 11738 11741 6622 0 -1 1077944384 2 13163 0 0 0 0 5 2 20 0 15 0 405980833 11103096832 50295 33554432000 4194304 4196468 140731689755424 140287657633008 140288316634837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36909056 140731689761525 140731689764037 140731689764037 140731689766863 0
[pid=11741/tid=11802] ppid=11738 vsize=10842868 memory=14981052909225313 CPUtime=0.07 cores=0,2,4,6
/proc/11741/task/11802/stat : 11802 (java) S 11738 11741 6622 0 -1 1077944384 2 13163 0 0 0 0 5 2 20 0 15 0 405980836 11103096832 50295 33554432000 4194304 4196468 140731689755424 140287053654480 140288316643227 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36909056 140731689761525 140731689764037 140731689764037 140731689766863 0
[pid=11741/tid=11803] ppid=11738 vsize=10842868 memory=0 CPUtime=0.93 cores=0,2,4,6
/proc/11741/task/11803/stat : 11803 (java) S 11738 11741 6622 0 -1 1077944384 4467 13163 0 0 84 2 5 2 20 0 15 0 405980836 11103096832 50295 33554432000 4194304 4196468 140731689755424 140287741450480 140288316635778 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36909056 140731689761525 140731689764037 140731689764037 140731689766863 0
[pid=11741/tid=11804] ppid=11738 vsize=10842868 memory=0 CPUtime=0.69 cores=0,2,4,6
/proc/11741/task/11804/stat : 11804 (java) S 11738 11741 6622 0 -1 1077944384 1879 13163 0 0 61 1 5 2 20 0 15 0 405980836 11103096832 50295 33554432000 4194304 4196468 140731689755424 140287740397936 140288316635778 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36909056 140731689761525 140731689764037 140731689764037 140731689766863 0
[pid=11741/tid=11805] ppid=11738 vsize=10842868 memory=0 CPUtime=0.9 cores=0,2,4,6
/proc/11741/task/11805/stat : 11805 (java) S 11738 11741 6622 0 -1 1077944384 4772 13163 0 0 81 2 5 2 20 0 15 0 405980836 11103096832 50295 33554432000 4194304 4196468 140731689755424 140287739344880 140288316635778 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36909056 140731689761525 140731689764037 140731689764037 140731689766863 0
[pid=11741/tid=11806] ppid=11738 vsize=10842868 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/11741/task/11806/stat : 11806 (java) S 11738 11741 6622 0 -1 1077944384 3 13163 0 0 0 0 5 2 20 0 15 0 405980836 11103096832 50295 33554432000 4194304 4196468 140731689755424 140286583892320 140288316634837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36909056 140731689761525 140731689764037 140731689764037 140731689766863 0
[pid=11741/tid=11807] ppid=11738 vsize=10842868 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/11741/task/11807/stat : 11807 (java) S 11738 11741 6622 0 -1 1077944384 8 13163 0 0 0 0 5 2 20 0 15 0 405980836 11103096832 50295 33554432000 4194304 4196468 140731689755424 140287738293296 140288316635778 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36909056 140731689761525 140731689764037 140731689764037 140731689766863 0
Current children cumulated CPU time: 4.76 s
Current children cumulated vsize: 10842868 KiB
Current children cumulated memory: 201180 KiB

[startup+2.60241 s]
/proc/loadavg: 1.90 1.61 1.49 5/227 11807
/proc/meminfo: memFree=30401336/32770624 swapFree=66940040/67108860
[pid=11741] ppid=11738 vsize=10844916 memory=227696 CPUtime=5.33 cores=0,2,4,6
/proc/11741/stat : 11741 (java) S 11738 11741 6622 0 -1 1077944320 42375 13163 0 0 507 19 5 2 20 0 15 0 405980821 11105193984 56924 33554432000 4194304 4196468 140731689755424 140731689737968 140288316624631 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 36909056 140731689761525 140731689764037 140731689764037 140731689766863 0
/proc/11741/statm: 2711229 56924 3607 1 0 2673293 0
[pid=11741/tid=11794] ppid=11738 vsize=10844916 memory=-6369643905967489844 CPUtime=2.48 cores=0,2,4,6
/proc/11741/task/11794/stat : 11794 (java) R 11738 11741 6622 0 -1 4202560 22837 13163 0 0 233 8 5 2 20 0 15 0 405980830 11105193984 56924 33554432000 4194304 4196468 140731689755424 140288288458336 140288316636566 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36909056 140731689761525 140731689764037 140731689764037 140731689766863 0
[pid=11741/tid=11795] ppid=11738 vsize=10844916 memory=5571041044932614245 CPUtime=0.1 cores=0,2,4,6
/proc/11741/task/11795/stat : 11795 (java) S 11738 11741 6622 0 -1 1077944384 574 13163 0 0 3 0 5 2 20 0 15 0 405980831 11105193984 56924 33554432000 4194304 4196468 140731689755424 140288320866832 140288316634837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36909056 140731689761525 140731689764037 140731689764037 140731689766863 0
[pid=11741/tid=11796] ppid=11738 vsize=10844916 memory=6371859425965534058 CPUtime=0.1 cores=0,2,4,6
/proc/11741/task/11796/stat : 11796 (java) S 11738 11741 6622 0 -1 1077944384 105 13163 0 0 3 0 5 2 20 0 15 0 405980831 11105193984 56924 33554432000 4194304 4196468 140731689755424 140288209140368 140288316634837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36909056 140731689761525 140731689764037 140731689764037 140731689766863 0
[pid=11741/tid=11797] ppid=11738 vsize=10844916 memory=-7378441852826056034 CPUtime=0.1 cores=0,2,4,6
/proc/11741/task/11797/stat : 11797 (java) S 11738 11741 6622 0 -1 1077944384 108 13163 0 0 3 0 5 2 20 0 15 0 405980831 11105193984 56924 33554432000 4194304 4196468 140731689755424 140288208087312 140288316634837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36909056 140731689761525 140731689764037 140731689764037 140731689766863 0
[pid=11741/tid=11798] ppid=11738 vsize=10844916 memory=-9001734013606258791 CPUtime=0.09 cores=0,2,4,6
/proc/11741/task/11798/stat : 11798 (java) S 11738 11741 6622 0 -1 1077944384 119 13163 0 0 2 0 5 2 20 0 15 0 405980831 11105193984 56924 33554432000 4194304 4196468 140731689755424 140288207034768 140288316634837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36909056 140731689761525 140731689764037 140731689764037 140731689766863 0
[pid=11741/tid=11799] ppid=11738 vsize=10844916 memory=8377424916951425120 CPUtime=0.1 cores=0,2,4,6
/proc/11741/task/11799/stat : 11799 (java) S 11738 11741 6622 0 -1 1077944384 3431 13163 0 0 3 0 5 2 20 0 15 0 405980832 11105193984 56924 33554432000 4194304 4196468 140731689755424 140287776062192 140288316635778 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36909056 140731689761525 140731689764037 140731689764037 140731689766863 0
[pid=11741/tid=11800] ppid=11738 vsize=10844916 memory=8303054830060986464 CPUtime=0.07 cores=0,2,4,6
/proc/11741/task/11800/stat : 11800 (java) S 11738 11741 6622 0 -1 1077944384 38 13163 0 0 0 0 5 2 20 0 15 0 405980833 11105193984 56924 33554432000 4194304 4196468 140731689755424 140287775008480 140288316634837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36909056 140731689761525 140731689764037 140731689764037 140731689766863 0
[pid=11741/tid=11801] ppid=11738 vsize=10844916 memory=6648615548753253269 CPUtime=0.07 cores=0,2,4,6
/proc/11741/task/11801/stat : 11801 (java) S 11738 11741 6622 0 -1 1077944384 2 13163 0 0 0 0 5 2 20 0 15 0 405980833 11105193984 56924 33554432000 4194304 4196468 140731689755424 140287657633024 140288316634837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36909056 140731689761525 140731689764037 140731689764037 140731689766863 0
[pid=11741/tid=11802] ppid=11738 vsize=10844916 memory=-2895008908443489639 CPUtime=0.07 cores=0,2,4,6
/proc/11741/task/11802/stat : 11802 (java) S 11738 11741 6622 0 -1 1077944384 2 13163 0 0 0 0 5 2 20 0 15 0 405980836 11105193984 56924 33554432000 4194304 4196468 140731689755424 140287053654480 140288316643227 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36909056 140731689761525 140731689764037 140731689764037 140731689766863 0
[pid=11741/tid=11803] ppid=11738 vsize=10844916 memory=6944656592455097440 CPUtime=1.08 cores=0,2,4,6
/proc/11741/task/11803/stat : 11803 (java) R 11738 11741 6622 0 -1 4202560 5956 13163 0 0 98 3 5 2 20 0 15 0 405980836 11105193984 56924 33554432000 4194304 4196468 140731689755424 140287741432088 140288300110610 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36909056 140731689761525 140731689764037 140731689764037 140731689766863 0
[pid=11741/tid=11804] ppid=11738 vsize=10844916 memory=0 CPUtime=0.76 cores=0,2,4,6
/proc/11741/task/11804/stat : 11804 (java) S 11738 11741 6622 0 -1 1077944384 2008 13163 0 0 68 1 5 2 20 0 15 0 405980836 11105193984 56924 33554432000 4194304 4196468 140731689755424 140287740397936 140288316635778 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36909056 140731689761525 140731689764037 140731689764037 140731689766863 0
[pid=11741/tid=11805] ppid=11738 vsize=10844916 memory=0 CPUtime=0.98 cores=0,2,4,6
/proc/11741/task/11805/stat : 11805 (java) R 11738 11741 6622 0 -1 1077944384 4973 13163 0 0 89 2 5 2 20 0 15 0 405980836 11105193984 56924 33554432000 4194304 4196468 140731689755424 140287739345008 140288316634837 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 36909056 140731689761525 140731689764037 140731689764037 140731689766863 0
[pid=11741/tid=11806] ppid=11738 vsize=10844916 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/11741/task/11806/stat : 11806 (java) S 11738 11741 6622 0 -1 1077944384 3 13163 0 0 0 0 5 2 20 0 15 0 405980836 11105193984 56924 33554432000 4194304 4196468 140731689755424 140286583892320 140288316634837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36909056 140731689761525 140731689764037 140731689764037 140731689766863 0
[pid=11741/tid=11807] ppid=11738 vsize=10844916 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/11741/task/11807/stat : 11807 (java) S 11738 11741 6622 0 -1 1077944384 8 13163 0 0 0 0 5 2 20 0 15 0 405980836 11105193984 56924 33554432000 4194304 4196468 140731689755424 140287738293296 140288316635778 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36909056 140731689761525 140731689764037 140731689764037 140731689766863 0
Current children cumulated CPU time: 5.33 s
Current children cumulated vsize: 10844916 KiB
Current children cumulated memory: 227696 KiB

Child status: 0
Real time (s): 2.64595
CPU time (s): 5.44013
CPU user time (s): 5.21321
CPU system time (s): 0.226926
CPU usage (%): 205.602
Max. virtual memory (cumulated for all children) (KiB): 10844916
Max. memory (cumulated for all children) (KiB): 227696

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.21321
system time used= 0.226926
maximum resident set size= 230584
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 55743
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= 4775
involuntary context switches= 33


# summary of solver processes directly reported to runsolver:
#   pid: 11741
#   total CPU time (s): 5.44013
#   total CPU user time (s): 5.21321
#   total CPU system time (s): 0.226926

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.044412 second user time and 0.059905 second system time

The end

Launcher Data

Begin job on node149 at 2019-09-12 16:09:43
IDJOB=4387287
IDBENCH=133381
IDSOLVER=2823
FILE ID=node149/4387287-1568297421
RUNJOBID= node149-1568287628-8128
PBS_JOBID= 21701062
Free space on /tmp= 54640 MiB

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

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

MD5SUM BENCH= d26c1a16a8e9a423ebbeb7c1b2e2b431
RANDOM SEED=1842583814

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:        30585284 kB
MemAvailable:   31230984 kB
Buffers:          101248 kB
Cached:           843708 kB
SwapCached:        61020 kB
Active:          1062304 kB
Inactive:         574288 kB
Active(anon):     660624 kB
Inactive(anon):    71332 kB
Active(file):     401680 kB
Inactive(file):   502956 kB
Unevictable:      111364 kB
Mlocked:          111364 kB
SwapTotal:      67108860 kB
SwapFree:       66940040 kB
Dirty:             35596 kB
Writeback:             0 kB
AnonPages:        754436 kB
Mapped:            55632 kB
Shmem:             30988 kB
Slab:             142256 kB
SReclaimable:     113800 kB
SUnreclaim:        28456 kB
KernelStack:        3984 kB
PageTables:         6596 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1903636 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    583680 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:09:46