Trace number 4392105

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.10Wrong Opt.180 9.12403 4.1479

General information on the benchmark

NameTpp/Tpp-zinc-s1/
Tpp-6-3-20-1.xml
MD5SUMb4cf0cb08a05c1b083ee2f2000733b36
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark131
Best CPU time to get the best result obtained on this benchmark0.189143
Satisfiable
(Un)Satisfiability was proved
Number of variables76
Number of constraints400
Number of domains40
Minimum domain size3
Maximum domain size18
Distribution of domain sizes[{"size":3,"count":6},{"size":4,"count":9},{"size":5,"count":3},{"size":8,"count":1},{"size":10,"count":2},{"size":11,"count":4},{"size":12,"count":6},{"size":13,"count":5},{"size":14,"count":1},{"size":15,"count":1},{"size":17,"count":20},{"size":18,"count":18}]
Minimum variable degree2
Maximum variable degree23
Distribution of variable degrees[{"degree":2,"count":38},{"degree":19,"count":20},{"degree":22,"count":17},{"degree":23,"count":1}]
Minimum constraint arity1
Maximum constraint arity18
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":398},{"arity":18,"count":1}]
Number of extensional constraints38
Number of intensional constraints361
Distribution of constraint types[{"type":"extension","count":38},{"type":"intension","count":361},{"type":"circuit","count":1}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.71/0.55	c Concrete v3.10.1560635388952 running
7.28/3.38	o 180
8.90/3.85	v <instantiation
8.90/3.85	v         cost = '180'>
8.90/3.85	v       <list>
8.90/3.85	v         s[0] s[1] s[2] s[3] s[4] s[5] s[6] s[7] s[8] s[9] s[10] s[11] s[12] s[13] s[14] s[15] s[16] s[17] d[0] d[1] d[2] d[3] d[4] d[5] d[6] d[7] d[8] d[9] d[10] d[11] d[12] d[13] d[14] d[15] d[16] d[17] l[0] l[1] l[2] l[3] l[4] l[5] l[6] l[7] l[8] l[9] l[10] l[11] l[12] l[13] l[14] l[15] l[16] l[17] l[18] l[19] c[0] c[1] c[2] c[3] c[4] c[5] c[6] c[7] c[8] c[9] c[10] c[11] c[12] c[13] c[14] c[15] c[16] c[17] c[18] c[19]
8.90/3.85	v       </list>
8.90/3.85	v       <values>
8.90/3.85	v         1 2 3 9 4 5 0 7 8 10 11 17 6 12 13 14 15 16 9 15 7 9 0 0 13 0 0 6 4 1 16 1 18 9 13 16 1 10 2 2 14 12 6 6 1 11 15 15 3 9 6 14 11 2 10 1 3 5 2 2 1 2 1 1 2 2 3 3 2 3 3 3 2 1 1 1
8.90/3.85	v       </values>
8.90/3.85	v     </instantiation>
8.90/3.85	s OPTIMUM FOUND

Verifier Data

OK	180

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4392105-1568313226/watcher-4392105-1568313226 -o /tmp/evaluation-result-4392105-1568313226/solver-4392105-1568313226 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node119-1568306047-10997 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=1006816676 HOME/instance-4392105-1568313226.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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=14514, runsolver pid=14511
Current StackSize limit: 8192 KiB


[startup+0.100097 s]*
/proc/loadavg: 2.11 1.74 1.54 3/219 14571
/proc/meminfo: memFree=21271188/32770624 swapFree=66939824/67108860
[pid=14514] ppid=14511 vsize=9972712 memory=18328 CPUtime=0.09 cores=0,2,4,6
/proc/14514/stat : 14514 (java) S 14511 14514 9865 0 -1 1077944320 4330 13140 0 0 1 1 5 2 20 0 6 0 407237570 10212057088 4582 33554432000 4194304 4196468 140726109841072 140726109823616 139802444263159 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 15134720 140726109842165 140726109844677 140726109844677 140726109847503 0
/proc/14514/statm: 2493178 4582 1931 1 0 2481616 0
[pid=14514/tid=14567] ppid=14511 vsize=9972712 memory=7892391828772250251 CPUtime=0.07 cores=0,2,4,6
/proc/14514/task/14567/stat : 14567 (java) R 14511 14514 9865 0 -1 4202560 2125 13140 0 0 0 0 5 2 20 0 6 0 407237579 10212057088 4582 33554432000 4194304 4196468 140726109841072 139802416099920 139802428343646 0 4 0 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15134720 140726109842165 140726109844677 140726109844677 140726109847503 0
[pid=14514/tid=14568] ppid=14511 vsize=9972712 memory=-9181546050914066336 CPUtime=0.07 cores=0,2,4,6
/proc/14514/task/14568/stat : 14568 (java) S 14511 14514 9865 0 -1 1077944384 2 13140 0 0 0 0 5 2 20 0 6 0 407237580 10212057088 4582 33554432000 4194304 4196468 140726109841072 139802448505744 139802444273365 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15134720 140726109842165 140726109844677 140726109844677 140726109847503 0
[pid=14514/tid=14569] ppid=14511 vsize=9972712 memory=140445513991808 CPUtime=0.07 cores=0,2,4,6
/proc/14514/task/14569/stat : 14569 (java) S 14511 14514 9865 0 -1 1077944384 1 13140 0 0 0 0 5 2 20 0 6 0 407237580 10212057088 4582 33554432000 4194304 4196468 140726109841072 139802336779024 139802444273365 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15134720 140726109842165 140726109844677 140726109844677 140726109847503 0
[pid=14514/tid=14570] ppid=14511 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/14514/task/14570/stat : 14570 (java) S 14511 14514 9865 0 -1 1077944384 1 13140 0 0 0 0 5 2 20 0 6 0 407237580 10212057088 4582 33554432000 4194304 4196468 140726109841072 139802335726736 139802444273365 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15134720 140726109842165 140726109844677 140726109844677 140726109847503 0
[pid=14514/tid=14571] ppid=14511 vsize=9972712 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/14514/task/14571/stat : 14571 (java) S 14511 14514 9865 0 -1 1077944384 2 13140 0 0 0 0 5 2 20 0 6 0 407237580 10212057088 4582 33554432000 4194304 4196468 140726109841072 139802334673936 139802444273365 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15134720 140726109842165 140726109844677 140726109844677 140726109847503 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18328 KiB

[startup+0.210043 s]*
/proc/loadavg: 2.11 1.74 1.54 3/228 14580
/proc/meminfo: memFree=21252000/32770624 swapFree=66939824/67108860
[pid=14514] ppid=14511 vsize=10818940 memory=37720 CPUtime=0.26 cores=0,2,4,6
/proc/14514/stat : 14514 (java) S 14511 14514 9865 0 -1 1077944320 6746 13140 0 0 17 2 5 2 20 0 15 0 407237570 11078594560 9430 33554432000 4194304 4196468 140726109841072 140726109823616 139802444263159 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 15134720 140726109842165 140726109844677 140726109844677 140726109847503 0
/proc/14514/statm: 2704735 9430 2991 1 0 2667149 0
[pid=14514/tid=14567] ppid=14511 vsize=10818940 memory=7022364594140610616 CPUtime=0.18 cores=0,2,4,6
/proc/14514/task/14567/stat : 14567 (java) R 14511 14514 9865 0 -1 4202560 3246 13140 0 0 10 1 5 2 20 0 15 0 407237579 11078594560 9430 33554432000 4194304 4196468 140726109841072 139802416095624 139802428343646 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15134720 140726109842165 140726109844677 140726109844677 140726109847503 0
[pid=14514/tid=14568] ppid=14511 vsize=10818940 memory=365 CPUtime=0.07 cores=0,2,4,6
/proc/14514/task/14568/stat : 14568 (java) S 14511 14514 9865 0 -1 1077944384 2 13140 0 0 0 0 5 2 20 0 15 0 407237580 11078594560 9430 33554432000 4194304 4196468 140726109841072 139802448505744 139802444273365 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15134720 140726109842165 140726109844677 140726109844677 140726109847503 0
[pid=14514/tid=14569] ppid=14511 vsize=10818940 memory=140445516959761 CPUtime=0.07 cores=0,2,4,6
/proc/14514/task/14569/stat : 14569 (java) S 14511 14514 9865 0 -1 1077944384 1 13140 0 0 0 0 5 2 20 0 15 0 407237580 11078594560 9430 33554432000 4194304 4196468 140726109841072 139802336779024 139802444273365 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15134720 140726109842165 140726109844677 140726109844677 140726109847503 0
[pid=14514/tid=14570] ppid=14511 vsize=10818940 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/14514/task/14570/stat : 14570 (java) S 14511 14514 9865 0 -1 1077944384 1 13140 0 0 0 0 5 2 20 0 15 0 407237580 11078594560 9430 33554432000 4194304 4196468 140726109841072 139802335726736 139802444273365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15134720 140726109842165 140726109844677 140726109844677 140726109847503 0
[pid=14514/tid=14571] ppid=14511 vsize=10818940 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/14514/task/14571/stat : 14571 (java) S 14511 14514 9865 0 -1 1077944384 2 13140 0 0 0 0 5 2 20 0 15 0 407237580 11078594560 9430 33554432000 4194304 4196468 140726109841072 139802334673936 139802444273365 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15134720 140726109842165 140726109844677 140726109844677 140726109847503 0
[pid=14514/tid=14572] ppid=14511 vsize=10818940 memory=140445513991808 CPUtime=0.07 cores=0,2,4,6
/proc/14514/task/14572/stat : 14572 (java) S 14511 14514 9865 0 -1 1077944384 2 13140 0 0 0 0 5 2 20 0 15 0 407237581 11078594560 9430 33554432000 4194304 4196468 140726109841072 139801902655600 139802444274306 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15134720 140726109842165 140726109844677 140726109844677 140726109847503 0
[pid=14514/tid=14573] ppid=14511 vsize=10818940 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/14514/task/14573/stat : 14573 (java) S 14511 14514 9865 0 -1 1077944384 33 13140 0 0 0 0 5 2 20 0 15 0 407237582 11078594560 9430 33554432000 4194304 4196468 140726109841072 139801901601568 139802444273365 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15134720 140726109842165 140726109844677 140726109844677 140726109847503 0
[pid=14514/tid=14574] ppid=14511 vsize=10818940 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/14514/task/14574/stat : 14574 (java) S 14511 14514 9865 0 -1 1077944384 1 13140 0 0 0 0 5 2 20 0 15 0 407237582 11078594560 9430 33554432000 4194304 4196468 140726109841072 139801319695472 139802444273365 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15134720 140726109842165 140726109844677 140726109844677 140726109847503 0
[pid=14514/tid=14575] ppid=14511 vsize=10818940 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/14514/task/14575/stat : 14575 (java) S 14511 14514 9865 0 -1 1077944384 3 13140 0 0 0 0 5 2 20 0 15 0 407237585 11078594560 9430 33554432000 4194304 4196468 140726109841072 139801012295760 139802444281755 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15134720 140726109842165 140726109844677 140726109844677 140726109847503 0
[pid=14514/tid=14576] ppid=14511 vsize=10818940 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14514/task/14576/stat : 14576 (java) S 14511 14514 9865 0 -1 1077944384 340 13140 0 0 1 0 5 2 20 0 15 0 407237585 11078594560 9430 33554432000 4194304 4196468 140726109841072 139801868044912 139802444274306 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15134720 140726109842165 140726109844677 140726109844677 140726109847503 0
[pid=14514/tid=14577] ppid=14511 vsize=10818940 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/14514/task/14577/stat : 14577 (java) S 14511 14514 9865 0 -1 1077944384 265 13140 0 0 1 0 5 2 20 0 15 0 407237585 11078594560 9430 33554432000 4194304 4196468 140726109841072 139801866992112 139802444274306 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15134720 140726109842165 140726109844677 140726109844677 140726109847503 0
[pid=14514/tid=14578] ppid=14511 vsize=10818940 memory=140445513991808 CPUtime=0.1 cores=0,2,4,6
/proc/14514/task/14578/stat : 14578 (java) S 14511 14514 9865 0 -1 1077944384 643 13140 0 0 3 0 5 2 20 0 15 0 407237585 11078594560 9430 33554432000 4194304 4196468 140726109841072 139801865939824 139802444274306 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15134720 140726109842165 140726109844677 140726109844677 140726109847503 0
[pid=14514/tid=14579] ppid=14511 vsize=10818940 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/14514/task/14579/stat : 14579 (java) S 14511 14514 9865 0 -1 1077944384 3 13140 0 0 0 0 5 2 20 0 15 0 407237585 11078594560 9430 33554432000 4194304 4196468 140726109841072 139800978738144 139802444273365 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15134720 140726109842165 140726109844677 140726109844677 140726109847503 0
[pid=14514/tid=14580] ppid=14511 vsize=10818940 memory=140445513991808 CPUtime=0.07 cores=0,2,4,6
/proc/14514/task/14580/stat : 14580 (java) S 14511 14514 9865 0 -1 1077944384 1 13140 0 0 0 0 5 2 20 0 15 0 407237585 11078594560 9430 33554432000 4194304 4196468 140726109841072 139801864886704 139802444274306 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15134720 140726109842165 140726109844677 140726109844677 140726109847503 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10818940 KiB
Current children cumulated memory: 37720 KiB

[startup+0.310397 s]*
/proc/loadavg: 2.11 1.74 1.54 3/228 14580
/proc/meminfo: memFree=21241432/32770624 swapFree=66939824/67108860
[pid=14514] ppid=14511 vsize=10820096 memory=49080 CPUtime=0.39 cores=0,2,4,6
/proc/14514/stat : 14514 (java) S 14511 14514 9865 0 -1 1077944320 10505 13140 0 0 29 3 5 2 20 0 15 0 407237570 11079778304 12270 33554432000 4194304 4196468 140726109841072 140726109823616 139802444263159 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 15134720 140726109842165 140726109844677 140726109844677 140726109847503 0
/proc/14514/statm: 2705024 12270 3245 1 0 2667149 0
[pid=14514/tid=14567] ppid=14511 vsize=10820096 memory=8317482817917895235 CPUtime=0.28 cores=0,2,4,6
/proc/14514/task/14567/stat : 14567 (java) R 14511 14514 9865 0 -1 4202560 6989 13140 0 0 19 2 5 2 20 0 15 0 407237579 11079778304 12270 33554432000 4194304 4196468 140726109841072 139802416083376 139802444285085 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15134720 140726109842165 140726109844677 140726109844677 140726109847503 0
[pid=14514/tid=14568] ppid=14511 vsize=10820096 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/14514/task/14568/stat : 14568 (java) S 14511 14514 9865 0 -1 1077944384 2 13140 0 0 0 0 5 2 20 0 15 0 407237580 11079778304 12270 33554432000 4194304 4196468 140726109841072 139802448505744 139802444273365 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15134720 140726109842165 140726109844677 140726109844677 140726109847503 0
[pid=14514/tid=14569] ppid=14511 vsize=10820096 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/14514/task/14569/stat : 14569 (java) S 14511 14514 9865 0 -1 1077944384 1 13140 0 0 0 0 5 2 20 0 15 0 407237580 11079778304 12270 33554432000 4194304 4196468 140726109841072 139802336779024 139802444273365 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15134720 140726109842165 140726109844677 140726109844677 140726109847503 0
[pid=14514/tid=14570] ppid=14511 vsize=10820096 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/14514/task/14570/stat : 14570 (java) S 14511 14514 9865 0 -1 1077944384 1 13140 0 0 0 0 5 2 20 0 15 0 407237580 11079778304 12270 33554432000 4194304 4196468 140726109841072 139802335726736 139802444273365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15134720 140726109842165 140726109844677 140726109844677 140726109847503 0
[pid=14514/tid=14571] ppid=14511 vsize=10820096 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/14514/task/14571/stat : 14571 (java) S 14511 14514 9865 0 -1 1077944384 2 13140 0 0 0 0 5 2 20 0 15 0 407237580 11079778304 12270 33554432000 4194304 4196468 140726109841072 139802334673936 139802444273365 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15134720 140726109842165 140726109844677 140726109844677 140726109847503 0
[pid=14514/tid=14572] ppid=14511 vsize=10820096 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/14514/task/14572/stat : 14572 (java) S 14511 14514 9865 0 -1 1077944384 2 13140 0 0 0 0 5 2 20 0 15 0 407237581 11079778304 12270 33554432000 4194304 4196468 140726109841072 139801902655600 139802444274306 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15134720 140726109842165 140726109844677 140726109844677 140726109847503 0
[pid=14514/tid=14573] ppid=14511 vsize=10820096 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/14514/task/14573/stat : 14573 (java) S 14511 14514 9865 0 -1 1077944384 33 13140 0 0 0 0 5 2 20 0 15 0 407237582 11079778304 12270 33554432000 4194304 4196468 140726109841072 139801901601568 139802444273365 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15134720 140726109842165 140726109844677 140726109844677 140726109847503 0
[pid=14514/tid=14574] ppid=14511 vsize=10820096 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/14514/task/14574/stat : 14574 (java) S 14511 14514 9865 0 -1 1077944384 1 13140 0 0 0 0 5 2 20 0 15 0 407237582 11079778304 12270 33554432000 4194304 4196468 140726109841072 139801319695472 139802444273365 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15134720 140726109842165 140726109844677 140726109844677 140726109847503 0
[pid=14514/tid=14575] ppid=14511 vsize=10820096 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/14514/task/14575/stat : 14575 (java) S 14511 14514 9865 0 -1 1077944384 3 13140 0 0 0 0 5 2 20 0 15 0 407237585 11079778304 12270 33554432000 4194304 4196468 140726109841072 139801012295760 139802444281755 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15134720 140726109842165 140726109844677 140726109844677 140726109847503 0
[pid=14514/tid=14576] ppid=14511 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14514/task/14576/stat : 14576 (java) S 14511 14514 9865 0 -1 1077944384 340 13140 0 0 1 0 5 2 20 0 15 0 407237585 11079778304 12270 33554432000 4194304 4196468 140726109841072 139801868044912 139802444274306 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15134720 140726109842165 140726109844677 140726109844677 140726109847503 0
[pid=14514/tid=14577] ppid=14511 vsize=10820096 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/14514/task/14577/stat : 14577 (java) S 14511 14514 9865 0 -1 1077944384 267 13140 0 0 2 0 5 2 20 0 15 0 407237585 11079778304 12270 33554432000 4194304 4196468 140726109841072 139801866992112 139802444274306 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15134720 140726109842165 140726109844677 140726109844677 140726109847503 0
[pid=14514/tid=14578] ppid=14511 vsize=10820096 memory=140445513991808 CPUtime=0.12 cores=0,2,4,6
/proc/14514/task/14578/stat : 14578 (java) S 14511 14514 9865 0 -1 1077944384 654 13140 0 0 5 0 5 2 20 0 15 0 407237585 11079778304 12270 33554432000 4194304 4196468 140726109841072 139801865939824 139802444274306 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15134720 140726109842165 140726109844677 140726109844677 140726109847503 0
[pid=14514/tid=14579] ppid=14511 vsize=10820096 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/14514/task/14579/stat : 14579 (java) S 14511 14514 9865 0 -1 1077944384 3 13140 0 0 0 0 5 2 20 0 15 0 407237585 11079778304 12270 33554432000 4194304 4196468 140726109841072 139800978738144 139802444273365 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15134720 140726109842165 140726109844677 140726109844677 140726109847503 0
[pid=14514/tid=14580] ppid=14511 vsize=10820096 memory=140445513991808 CPUtime=0.07 cores=0,2,4,6
/proc/14514/task/14580/stat : 14580 (java) S 14511 14514 9865 0 -1 1077944384 1 13140 0 0 0 0 5 2 20 0 15 0 407237585 11079778304 12270 33554432000 4194304 4196468 140726109841072 139801864886704 139802444274306 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15134720 140726109842165 140726109844677 140726109844677 140726109847503 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10820096 KiB
Current children cumulated memory: 49080 KiB

[startup+0.700756 s]
/proc/loadavg: 2.11 1.74 1.54 5/228 14580
/proc/meminfo: memFree=21229124/32770624 swapFree=66939824/67108860
[pid=14514] ppid=14511 vsize=10824340 memory=78148 CPUtime=1.13 cores=0,2,4,6
/proc/14514/stat : 14514 (java) S 14511 14514 9865 0 -1 1077944320 14346 13140 0 0 100 6 5 2 20 0 15 0 407237570 11084124160 19537 33554432000 4194304 4196468 140726109841072 140726109823616 139802444263159 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 15134720 140726109842165 140726109844677 140726109844677 140726109847503 0
/proc/14514/statm: 2706085 19537 3494 1 0 2668173 0
[pid=14514/tid=14567] ppid=14511 vsize=10824340 memory=0 CPUtime=0.66 cores=0,2,4,6
/proc/14514/task/14567/stat : 14567 (java) R 14511 14514 9865 0 -1 4202560 10055 13140 0 0 54 5 5 2 20 0 15 0 407237579 11084124160 19537 33554432000 4194304 4196468 140726109841072 139802416076352 139802428343646 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15134720 140726109842165 140726109844677 140726109844677 140726109847503 0
[pid=14514/tid=14568] ppid=14511 vsize=10824340 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/14514/task/14568/stat : 14568 (java) S 14511 14514 9865 0 -1 1077944384 2 13140 0 0 0 0 5 2 20 0 15 0 407237580 11084124160 19537 33554432000 4194304 4196468 140726109841072 139802448505744 139802444273365 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15134720 140726109842165 140726109844677 140726109844677 140726109847503 0
[pid=14514/tid=14569] ppid=14511 vsize=10824340 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/14514/task/14569/stat : 14569 (java) S 14511 14514 9865 0 -1 1077944384 1 13140 0 0 0 0 5 2 20 0 15 0 407237580 11084124160 19537 33554432000 4194304 4196468 140726109841072 139802336779024 139802444273365 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15134720 140726109842165 140726109844677 140726109844677 140726109847503 0
[pid=14514/tid=14570] ppid=14511 vsize=10824340 memory=140445363613904 CPUtime=0.07 cores=0,2,4,6
/proc/14514/task/14570/stat : 14570 (java) S 14511 14514 9865 0 -1 1077944384 1 13140 0 0 0 0 5 2 20 0 15 0 407237580 11084124160 19537 33554432000 4194304 4196468 140726109841072 139802335726736 139802444273365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15134720 140726109842165 140726109844677 140726109844677 140726109847503 0
[pid=14514/tid=14571] ppid=14511 vsize=10824340 memory=140445430579819 CPUtime=0.07 cores=0,2,4,6
/proc/14514/task/14571/stat : 14571 (java) S 14511 14514 9865 0 -1 1077944384 2 13140 0 0 0 0 5 2 20 0 15 0 407237580 11084124160 19537 33554432000 4194304 4196468 140726109841072 139802334673936 139802444273365 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15134720 140726109842165 140726109844677 140726109844677 140726109847503 0
[pid=14514/tid=14572] ppid=14511 vsize=10824340 memory=1064 CPUtime=0.07 cores=0,2,4,6
/proc/14514/task/14572/stat : 14572 (java) S 14511 14514 9865 0 -1 1077944384 5 13140 0 0 0 0 5 2 20 0 15 0 407237581 11084124160 19537 33554432000 4194304 4196468 140726109841072 139801902655600 139802444274306 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15134720 140726109842165 140726109844677 140726109844677 140726109847503 0
[pid=14514/tid=14573] ppid=14511 vsize=10824340 memory=7014751519650698577 CPUtime=0.07 cores=0,2,4,6
/proc/14514/task/14573/stat : 14573 (java) S 14511 14514 9865 0 -1 1077944384 33 13140 0 0 0 0 5 2 20 0 15 0 407237582 11084124160 19537 33554432000 4194304 4196468 140726109841072 139801901601568 139802444273365 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15134720 140726109842165 140726109844677 140726109844677 140726109847503 0
[pid=14514/tid=14574] ppid=14511 vsize=10824340 memory=7885636184287302246 CPUtime=0.07 cores=0,2,4,6
/proc/14514/task/14574/stat : 14574 (java) S 14511 14514 9865 0 -1 1077944384 1 13140 0 0 0 0 5 2 20 0 15 0 407237582 11084124160 19537 33554432000 4194304 4196468 140726109841072 139801319695472 139802444273365 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15134720 140726109842165 140726109844677 140726109844677 140726109847503 0
[pid=14514/tid=14575] ppid=14511 vsize=10824340 memory=14056 CPUtime=0.07 cores=0,2,4,6
/proc/14514/task/14575/stat : 14575 (java) S 14511 14514 9865 0 -1 1077944384 3 13140 0 0 0 0 5 2 20 0 15 0 407237585 11084124160 19537 33554432000 4194304 4196468 140726109841072 139801012295760 139802444281755 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15134720 140726109842165 140726109844677 140726109844677 140726109847503 0
[pid=14514/tid=14576] ppid=14511 vsize=10824340 memory=2116 CPUtime=0.19 cores=0,2,4,6
/proc/14514/task/14576/stat : 14576 (java) S 14511 14514 9865 0 -1 1077944384 644 13140 0 0 12 0 5 2 20 0 15 0 407237585 11084124160 19537 33554432000 4194304 4196468 140726109841072 139801868044912 139802444274306 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15134720 140726109842165 140726109844677 140726109844677 140726109847503 0
[pid=14514/tid=14577] ppid=14511 vsize=10824340 memory=520 CPUtime=0.22 cores=0,2,4,6
/proc/14514/task/14577/stat : 14577 (java) S 14511 14514 9865 0 -1 1077944384 588 13140 0 0 15 0 5 2 20 0 15 0 407237585 11084124160 19537 33554432000 4194304 4196468 140726109841072 139801866992112 139802444274306 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15134720 140726109842165 140726109844677 140726109844677 140726109847503 0
[pid=14514/tid=14578] ppid=14511 vsize=10824340 memory=1560 CPUtime=0.24 cores=0,2,4,6
/proc/14514/task/14578/stat : 14578 (java) S 14511 14514 9865 0 -1 1077944384 801 13140 0 0 17 0 5 2 20 0 15 0 407237585 11084124160 19537 33554432000 4194304 4196468 140726109841072 139801865939824 139802444274306 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15134720 140726109842165 140726109844677 140726109844677 140726109847503 0
[pid=14514/tid=14579] ppid=14511 vsize=10824340 memory=924 CPUtime=0.07 cores=0,2,4,6
/proc/14514/task/14579/stat : 14579 (java) S 14511 14514 9865 0 -1 1077944384 3 13140 0 0 0 0 5 2 20 0 15 0 407237585 11084124160 19537 33554432000 4194304 4196468 140726109841072 139800978738144 139802444273365 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15134720 140726109842165 140726109844677 140726109844677 140726109847503 0
[pid=14514/tid=14580] ppid=14511 vsize=10824340 memory=3688 CPUtime=0.07 cores=0,2,4,6
/proc/14514/task/14580/stat : 14580 (java) S 14511 14514 9865 0 -1 1077944384 1 13140 0 0 0 0 5 2 20 0 15 0 407237585 11084124160 19537 33554432000 4194304 4196468 140726109841072 139801864886704 139802444274306 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15134720 140726109842165 140726109844677 140726109844677 140726109847503 0
Current children cumulated CPU time: 1.13 s
Current children cumulated vsize: 10824340 KiB
Current children cumulated memory: 78148 KiB

[startup+1.50191 s]
/proc/loadavg: 2.11 1.74 1.54 3/228 14580
/proc/meminfo: memFree=21184540/32770624 swapFree=66939824/67108860
[pid=14514] ppid=14511 vsize=10834656 memory=174524 CPUtime=2.65 cores=0,2,4,6
/proc/14514/stat : 14514 (java) S 14511 14514 9865 0 -1 1077944320 23650 13140 0 0 248 10 5 2 20 0 15 0 407237570 11094687744 43631 33554432000 4194304 4196468 140726109841072 140726109823616 139802444263159 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 15134720 140726109842165 140726109844677 140726109844677 140726109847503 0
/proc/14514/statm: 2708664 43631 3572 1 0 2670733 0
[pid=14514/tid=14567] ppid=14511 vsize=10834656 memory=170756 CPUtime=1.43 cores=0,2,4,6
/proc/14514/task/14567/stat : 14567 (java) R 14511 14514 9865 0 -1 4202560 15315 13140 0 0 129 7 5 2 20 0 15 0 407237579 11094687744 43631 33554432000 4194304 4196468 140726109841072 139802416066928 139802444275094 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15134720 140726109842165 140726109844677 140726109844677 140726109847503 0
[pid=14514/tid=14568] ppid=14511 vsize=10834656 memory=6944656592455359580 CPUtime=0.08 cores=0,2,4,6
/proc/14514/task/14568/stat : 14568 (java) S 14511 14514 9865 0 -1 1077944384 66 13140 0 0 1 0 5 2 20 0 15 0 407237580 11094687744 43631 33554432000 4194304 4196468 140726109841072 139802448505744 139802444273365 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15134720 140726109842165 140726109844677 140726109844677 140726109847503 0
[pid=14514/tid=14569] ppid=14511 vsize=10834656 memory=7976406965554101975 CPUtime=0.08 cores=0,2,4,6
/proc/14514/task/14569/stat : 14569 (java) S 14511 14514 9865 0 -1 1077944384 309 13140 0 0 1 0 5 2 20 0 15 0 407237580 11094687744 43631 33554432000 4194304 4196468 140726109841072 139802336779024 139802444273365 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15134720 140726109842165 140726109844677 140726109844677 140726109847503 0
[pid=14514/tid=14570] ppid=14511 vsize=10834656 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14514/task/14570/stat : 14570 (java) S 14511 14514 9865 0 -1 1077944384 23 13140 0 0 1 0 5 2 20 0 15 0 407237580 11094687744 43631 33554432000 4194304 4196468 140726109841072 139802335726736 139802444273365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15134720 140726109842165 140726109844677 140726109844677 140726109847503 0
[pid=14514/tid=14571] ppid=14511 vsize=10834656 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14514/task/14571/stat : 14571 (java) S 14511 14514 9865 0 -1 1077944384 64 13140 0 0 1 0 5 2 20 0 15 0 407237580 11094687744 43631 33554432000 4194304 4196468 140726109841072 139802334673936 139802444273365 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15134720 140726109842165 140726109844677 140726109844677 140726109847503 0
[pid=14514/tid=14572] ppid=14511 vsize=10834656 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14514/task/14572/stat : 14572 (java) S 14511 14514 9865 0 -1 1077944384 317 13140 0 0 1 0 5 2 20 0 15 0 407237581 11094687744 43631 33554432000 4194304 4196468 140726109841072 139801902655600 139802444274306 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15134720 140726109842165 140726109844677 140726109844677 140726109847503 0
[pid=14514/tid=14573] ppid=14511 vsize=10834656 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/14514/task/14573/stat : 14573 (java) S 14511 14514 9865 0 -1 1077944384 34 13140 0 0 0 0 5 2 20 0 15 0 407237582 11094687744 43631 33554432000 4194304 4196468 140726109841072 139801901601568 139802444273365 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15134720 140726109842165 140726109844677 140726109844677 140726109847503 0
[pid=14514/tid=14574] ppid=14511 vsize=10834656 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/14514/task/14574/stat : 14574 (java) S 14511 14514 9865 0 -1 1077944384 1 13140 0 0 0 0 5 2 20 0 15 0 407237582 11094687744 43631 33554432000 4194304 4196468 140726109841072 139801319695488 139802444273365 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15134720 140726109842165 140726109844677 140726109844677 140726109847503 0
[pid=14514/tid=14575] ppid=14511 vsize=10834656 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/14514/task/14575/stat : 14575 (java) S 14511 14514 9865 0 -1 1077944384 3 13140 0 0 0 0 5 2 20 0 15 0 407237585 11094687744 43631 33554432000 4194304 4196468 140726109841072 139801012295760 139802444281755 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15134720 140726109842165 140726109844677 140726109844677 140726109847503 0
[pid=14514/tid=14576] ppid=14511 vsize=10834656 memory=0 CPUtime=0.4 cores=0,2,4,6
/proc/14514/task/14576/stat : 14576 (java) S 14511 14514 9865 0 -1 1077944384 1812 13140 0 0 33 0 5 2 20 0 15 0 407237585 11094687744 43631 33554432000 4194304 4196468 140726109841072 139801868044912 139802444274306 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15134720 140726109842165 140726109844677 140726109844677 140726109847503 0
[pid=14514/tid=14577] ppid=14511 vsize=10834656 memory=4580 CPUtime=0.42 cores=0,2,4,6
/proc/14514/task/14577/stat : 14577 (java) S 14511 14514 9865 0 -1 1077944384 1547 13140 0 0 35 0 5 2 20 0 15 0 407237585 11094687744 43631 33554432000 4194304 4196468 140726109841072 139801866992112 139802444274306 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15134720 140726109842165 140726109844677 140726109844677 140726109847503 0
[pid=14514/tid=14578] ppid=14511 vsize=10834656 memory=7517476922023830123 CPUtime=0.49 cores=0,2,4,6
/proc/14514/task/14578/stat : 14578 (java) R 14511 14514 9865 0 -1 4202560 1949 13140 0 0 42 0 5 2 20 0 15 0 407237585 11094687744 43631 33554432000 4194304 4196468 140726109841072 139801865939824 139802423035800 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15134720 140726109842165 140726109844677 140726109844677 140726109847503 0
[pid=14514/tid=14579] ppid=14511 vsize=10834656 memory=7597132098393106257 CPUtime=0.07 cores=0,2,4,6
/proc/14514/task/14579/stat : 14579 (java) S 14511 14514 9865 0 -1 1077944384 3 13140 0 0 0 0 5 2 20 0 15 0 407237585 11094687744 43631 33554432000 4194304 4196468 140726109841072 139800978738144 139802444273365 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15134720 140726109842165 140726109844677 140726109844677 140726109847503 0
[pid=14514/tid=14580] ppid=14511 vsize=10834656 memory=7446536436094822499 CPUtime=0.07 cores=0,2,4,6
/proc/14514/task/14580/stat : 14580 (java) S 14511 14514 9865 0 -1 1077944384 1 13140 0 0 0 0 5 2 20 0 15 0 407237585 11094687744 43631 33554432000 4194304 4196468 140726109841072 139801864886704 139802444274306 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15134720 140726109842165 140726109844677 140726109844677 140726109847503 0
Current children cumulated CPU time: 2.65 s
Current children cumulated vsize: 10834656 KiB
Current children cumulated memory: 174524 KiB

[startup+3.11032 s]
/proc/loadavg: 2.11 1.74 1.54 5/228 14580
/proc/meminfo: memFree=21038236/32770624 swapFree=66939824/67108860
[pid=14514] ppid=14511 vsize=10846964 memory=254040 CPUtime=6.83 cores=0,2,4,6
/proc/14514/stat : 14514 (java) S 14511 14514 9865 0 -1 1077944320 36517 13140 0 0 661 15 5 2 20 0 15 0 407237570 11107291136 63510 33554432000 4194304 4196468 140726109841072 140726109823616 139802444263159 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 15134720 140726109842165 140726109844677 140726109844677 140726109847503 0
/proc/14514/statm: 2711741 63510 3603 1 0 2673805 0
[pid=14514/tid=14567] ppid=14511 vsize=10846964 memory=6147502969494531427 CPUtime=2.98 cores=0,2,4,6
/proc/14514/task/14567/stat : 14567 (java) R 14511 14514 9865 0 -1 4202560 20254 13140 0 0 283 8 5 2 20 0 15 0 407237579 11107291136 63510 33554432000 4194304 4196468 140726109841072 139802416080912 139802444285085 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15134720 140726109842165 140726109844677 140726109844677 140726109847503 0
[pid=14514/tid=14568] ppid=14511 vsize=10846964 memory=3 CPUtime=0.1 cores=0,2,4,6
/proc/14514/task/14568/stat : 14568 (java) S 14511 14514 9865 0 -1 1077944384 83 13140 0 0 3 0 5 2 20 0 15 0 407237580 11107291136 63510 33554432000 4194304 4196468 140726109841072 139802448505744 139802444273365 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15134720 140726109842165 140726109844677 140726109844677 140726109847503 0
[pid=14514/tid=14569] ppid=14511 vsize=10846964 memory=3 CPUtime=0.1 cores=0,2,4,6
/proc/14514/task/14569/stat : 14569 (java) S 14511 14514 9865 0 -1 1077944384 326 13140 0 0 3 0 5 2 20 0 15 0 407237580 11107291136 63510 33554432000 4194304 4196468 140726109841072 139802336779024 139802444273365 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15134720 140726109842165 140726109844677 140726109844677 140726109847503 0
[pid=14514/tid=14570] ppid=14511 vsize=10846964 memory=3 CPUtime=0.1 cores=0,2,4,6
/proc/14514/task/14570/stat : 14570 (java) S 14511 14514 9865 0 -1 1077944384 51 13140 0 0 3 0 5 2 20 0 15 0 407237580 11107291136 63510 33554432000 4194304 4196468 140726109841072 139802335726736 139802444273365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15134720 140726109842165 140726109844677 140726109844677 140726109847503 0
[pid=14514/tid=14571] ppid=14511 vsize=10846964 memory=3 CPUtime=0.1 cores=0,2,4,6
/proc/14514/task/14571/stat : 14571 (java) S 14511 14514 9865 0 -1 1077944384 76 13140 0 0 3 0 5 2 20 0 15 0 407237580 11107291136 63510 33554432000 4194304 4196468 140726109841072 139802334673936 139802444273365 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15134720 140726109842165 140726109844677 140726109844677 140726109847503 0
[pid=14514/tid=14572] ppid=14511 vsize=10846964 memory=3 CPUtime=0.1 cores=0,2,4,6
/proc/14514/task/14572/stat : 14572 (java) S 14511 14514 9865 0 -1 1077944384 1317 13140 0 0 3 0 5 2 20 0 15 0 407237581 11107291136 63510 33554432000 4194304 4196468 140726109841072 139801902655600 139802444274306 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15134720 140726109842165 140726109844677 140726109844677 140726109847503 0
[pid=14514/tid=14573] ppid=14511 vsize=10846964 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/14514/task/14573/stat : 14573 (java) S 14511 14514 9865 0 -1 1077944384 38 13140 0 0 0 0 5 2 20 0 15 0 407237582 11107291136 63510 33554432000 4194304 4196468 140726109841072 139801901601632 139802444273365 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15134720 140726109842165 140726109844677 140726109844677 140726109847503 0
[pid=14514/tid=14574] ppid=14511 vsize=10846964 memory=180036 CPUtime=0.07 cores=0,2,4,6
/proc/14514/task/14574/stat : 14574 (java) S 14511 14514 9865 0 -1 1077944384 1 13140 0 0 0 0 5 2 20 0 15 0 407237582 11107291136 63510 33554432000 4194304 4196468 140726109841072 139801319695488 139802444273365 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15134720 140726109842165 140726109844677 140726109844677 140726109847503 0
[pid=14514/tid=14575] ppid=14511 vsize=10846964 memory=4206468019014099040 CPUtime=0.07 cores=0,2,4,6
/proc/14514/task/14575/stat : 14575 (java) S 14511 14514 9865 0 -1 1077944384 3 13140 0 0 0 0 5 2 20 0 15 0 407237585 11107291136 63510 33554432000 4194304 4196468 140726109841072 139801012295760 139802444281755 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15134720 140726109842165 140726109844677 140726109844677 140726109847503 0
[pid=14514/tid=14576] ppid=14511 vsize=10846964 memory=-7531822216213012384 CPUtime=1.2 cores=0,2,4,6
/proc/14514/task/14576/stat : 14576 (java) R 14511 14514 9865 0 -1 4202560 3309 13140 0 0 113 0 5 2 20 0 15 0 407237585 11107291136 63510 33554432000 4194304 4196468 140726109841072 139801868044912 139802424964630 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15134720 140726109842165 140726109844677 140726109844677 140726109847503 0
[pid=14514/tid=14577] ppid=14511 vsize=10846964 memory=6944656592452807323 CPUtime=1.3 cores=0,2,4,6
/proc/14514/task/14577/stat : 14577 (java) S 14511 14514 9865 0 -1 1077944384 3673 13140 0 0 122 1 5 2 20 0 15 0 407237585 11107291136 63510 33554432000 4194304 4196468 140726109841072 139801866992112 139802444274306 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15134720 140726109842165 140726109844677 140726109844677 140726109847503 0
[pid=14514/tid=14578] ppid=14511 vsize=10846964 memory=7738429263600708968 CPUtime=1.31 cores=0,2,4,6
/proc/14514/task/14578/stat : 14578 (java) S 14511 14514 9865 0 -1 1077944384 5174 13140 0 0 123 1 5 2 20 0 15 0 407237585 11107291136 63510 33554432000 4194304 4196468 140726109841072 139801865939824 139802444274306 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15134720 140726109842165 140726109844677 140726109844677 140726109847503 0
[pid=14514/tid=14579] ppid=14511 vsize=10846964 memory=6935650410838380624 CPUtime=0.07 cores=0,2,4,6
/proc/14514/task/14579/stat : 14579 (java) S 14511 14514 9865 0 -1 1077944384 3 13140 0 0 0 0 5 2 20 0 15 0 407237585 11107291136 63510 33554432000 4194304 4196468 140726109841072 139800978738144 139802444273365 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15134720 140726109842165 140726109844677 140726109844677 140726109847503 0
[pid=14514/tid=14580] ppid=14511 vsize=10846964 memory=7740087297556768868 CPUtime=0.07 cores=0,2,4,6
/proc/14514/task/14580/stat : 14580 (java) S 14511 14514 9865 0 -1 1077944384 3 13140 0 0 0 0 5 2 20 0 15 0 407237585 11107291136 63510 33554432000 4194304 4196468 140726109841072 139801864886704 139802444274306 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15134720 140726109842165 140726109844677 140726109844677 140726109847503 0
Current children cumulated CPU time: 6.83 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 254040 KiB

[startup+4.14785 s]
# the end of solver process 14514 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=8.90497 s, system=0.219051 s

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

[startup+3.2008 s]
/proc/loadavg: 2.11 1.74 1.54 5/228 14580
/proc/meminfo: memFree=21038236/32770624 swapFree=66939824/67108860
[pid=14514] ppid=14511 vsize=10846964 memory=255840 CPUtime=7.05 cores=0,2,4,6
/proc/14514/stat : 14514 (java) S 14511 14514 9865 0 -1 1077944320 40149 13140 0 0 682 16 5 2 20 0 15 0 407237570 11107291136 63960 33554432000 4194304 4196468 140726109841072 140726109823616 139802444263159 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 15134720 140726109842165 140726109844677 140726109844677 140726109847503 0
/proc/14514/statm: 2711741 63960 3604 1 0 2673805 0
[pid=14514/tid=14567] ppid=14511 vsize=10846964 memory=-6876588627878687573 CPUtime=3.06 cores=0,2,4,6
/proc/14514/task/14567/stat : 14567 (java) R 14511 14514 9865 0 -1 4202560 21690 13140 0 0 291 8 5 2 20 0 15 0 407237579 11107291136 63960 33554432000 4194304 4196468 140726109841072 139802416087616 139802425826711 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15134720 140726109842165 140726109844677 140726109844677 140726109847503 0
[pid=14514/tid=14568] ppid=14511 vsize=10846964 memory=-7812736537705029536 CPUtime=0.1 cores=0,2,4,6
/proc/14514/task/14568/stat : 14568 (java) S 14511 14514 9865 0 -1 1077944384 83 13140 0 0 3 0 5 2 20 0 15 0 407237580 11107291136 63965 33554432000 4194304 4196468 140726109841072 139802448505744 139802444273365 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15134720 140726109842165 140726109844677 140726109844677 140726109847503 0
[pid=14514/tid=14569] ppid=14511 vsize=10846964 memory=7681407940103534239 CPUtime=0.1 cores=0,2,4,6
/proc/14514/task/14569/stat : 14569 (java) S 14511 14514 9865 0 -1 1077944384 326 13140 0 0 3 0 5 2 20 0 15 0 407237580 11107291136 63965 33554432000 4194304 4196468 140726109841072 139802336779024 139802444273365 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15134720 140726109842165 140726109844677 140726109844677 140726109847503 0
[pid=14514/tid=14570] ppid=14511 vsize=10846964 memory=6655300316396806240 CPUtime=0.1 cores=0,2,4,6
/proc/14514/task/14570/stat : 14570 (java) S 14511 14514 9865 0 -1 1077944384 51 13140 0 0 3 0 5 2 20 0 15 0 407237580 11107291136 63965 33554432000 4194304 4196468 140726109841072 139802335726736 139802444273365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15134720 140726109842165 140726109844677 140726109844677 140726109847503 0
[pid=14514/tid=14571] ppid=14511 vsize=10846964 memory=6656426216303648864 CPUtime=0.1 cores=0,2,4,6
/proc/14514/task/14571/stat : 14571 (java) S 14511 14514 9865 0 -1 1077944384 76 13140 0 0 3 0 5 2 20 0 15 0 407237580 11107291136 63965 33554432000 4194304 4196468 140726109841072 139802334673936 139802444273365 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15134720 140726109842165 140726109844677 140726109844677 140726109847503 0
[pid=14514/tid=14572] ppid=14511 vsize=10846964 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/14514/task/14572/stat : 14572 (java) S 14511 14514 9865 0 -1 1077944384 3126 13140 0 0 3 0 5 2 20 0 15 0 407237581 11107291136 63965 33554432000 4194304 4196468 140726109841072 139801902655600 139802444274306 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15134720 140726109842165 140726109844677 140726109844677 140726109847503 0
[pid=14514/tid=14573] ppid=14511 vsize=10846964 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/14514/task/14573/stat : 14573 (java) S 14511 14514 9865 0 -1 1077944384 38 13140 0 0 0 0 5 2 20 0 15 0 407237582 11107291136 63965 33554432000 4194304 4196468 140726109841072 139801901601632 139802444273365 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15134720 140726109842165 140726109844677 140726109844677 140726109847503 0
[pid=14514/tid=14574] ppid=14511 vsize=10846964 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/14514/task/14574/stat : 14574 (java) S 14511 14514 9865 0 -1 1077944384 1 13140 0 0 0 0 5 2 20 0 15 0 407237582 11107291136 63965 33554432000 4194304 4196468 140726109841072 139801319695488 139802444273365 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15134720 140726109842165 140726109844677 140726109844677 140726109847503 0
[pid=14514/tid=14575] ppid=14511 vsize=10846964 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/14514/task/14575/stat : 14575 (java) S 14511 14514 9865 0 -1 1077944384 3 13140 0 0 0 0 5 2 20 0 15 0 407237585 11107291136 63965 33554432000 4194304 4196468 140726109841072 139801012295760 139802444281755 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15134720 140726109842165 140726109844677 140726109844677 140726109847503 0
[pid=14514/tid=14576] ppid=14511 vsize=10846964 memory=0 CPUtime=1.26 cores=0,2,4,6
/proc/14514/task/14576/stat : 14576 (java) R 14511 14514 9865 0 -1 4202560 3439 13140 0 0 118 1 5 2 20 0 15 0 407237585 11107291136 63965 33554432000 4194304 4196468 140726109841072 139801868044912 139802425613270 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15134720 140726109842165 140726109844677 140726109844677 140726109847503 0
[pid=14514/tid=14577] ppid=14511 vsize=10846964 memory=2241 CPUtime=1.33 cores=0,2,4,6
/proc/14514/task/14577/stat : 14577 (java) R 14511 14514 9865 0 -1 4202560 3765 13140 0 0 125 1 5 2 20 0 15 0 407237585 11107291136 63965 33554432000 4194304 4196468 140726109841072 139801866982576 139802422182923 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15134720 140726109842165 140726109844677 140726109844677 140726109847503 0
[pid=14514/tid=14578] ppid=14511 vsize=10846964 memory=2244 CPUtime=1.37 cores=0,2,4,6
/proc/14514/task/14578/stat : 14578 (java) R 14511 14514 9865 0 -1 1077944384 5346 13140 0 0 128 2 5 2 20 0 15 0 407237585 11107291136 63965 33554432000 4194304 4196468 140726109841072 139801865939824 139802444274306 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 15134720 140726109842165 140726109844677 140726109844677 140726109847503 0
[pid=14514/tid=14579] ppid=14511 vsize=10846964 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/14514/task/14579/stat : 14579 (java) S 14511 14514 9865 0 -1 1077944384 3 13140 0 0 0 0 5 2 20 0 15 0 407237585 11107291136 63965 33554432000 4194304 4196468 140726109841072 139800978738144 139802444273365 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15134720 140726109842165 140726109844677 140726109844677 140726109847503 0
[pid=14514/tid=14580] ppid=14511 vsize=10846964 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/14514/task/14580/stat : 14580 (java) S 14511 14514 9865 0 -1 1077944384 3 13140 0 0 0 0 5 2 20 0 15 0 407237585 11107291136 63965 33554432000 4194304 4196468 140726109841072 139801864886704 139802444274306 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15134720 140726109842165 140726109844677 140726109844677 140726109847503 0
Current children cumulated CPU time: 7.05 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 255840 KiB

[startup+3.61032 s]
/proc/loadavg: 2.11 1.74 1.54 5/228 14580
/proc/meminfo: memFree=21038236/32770624 swapFree=66939824/67108860
[pid=14514] ppid=14511 vsize=10849012 memory=258900 CPUtime=8.28 cores=0,2,4,6
/proc/14514/stat : 14514 (java) S 14511 14514 9865 0 -1 1077944320 43294 13140 0 0 804 17 5 2 20 0 15 0 407237570 11109388288 64725 33554432000 4194304 4196468 140726109841072 140726109823616 139802444263159 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 15134720 140726109842165 140726109844677 140726109844677 140726109847503 0
/proc/14514/statm: 2712253 64725 3607 1 0 2674317 0
[pid=14514/tid=14567] ppid=14511 vsize=10849012 memory=0 CPUtime=3.48 cores=0,2,4,6
/proc/14514/task/14567/stat : 14567 (java) R 14511 14514 9865 0 -1 4202560 23062 13140 0 0 332 9 5 2 20 0 15 0 407237579 11109388288 64725 33554432000 4194304 4196468 140726109841072 139802416096616 139802007710554 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 15134720 140726109842165 140726109844677 140726109844677 140726109847503 0
[pid=14514/tid=14568] ppid=14511 vsize=10849012 memory=4580 CPUtime=0.1 cores=0,2,4,6
/proc/14514/task/14568/stat : 14568 (java) S 14511 14514 9865 0 -1 1077944384 83 13140 0 0 3 0 5 2 20 0 15 0 407237580 11109388288 64725 33554432000 4194304 4196468 140726109841072 139802448505744 139802444273365 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15134720 140726109842165 140726109844677 140726109844677 140726109847503 0
[pid=14514/tid=14569] ppid=14511 vsize=10849012 memory=6656426216303648864 CPUtime=0.1 cores=0,2,4,6
/proc/14514/task/14569/stat : 14569 (java) S 14511 14514 9865 0 -1 1077944384 326 13140 0 0 3 0 5 2 20 0 15 0 407237580 11109388288 64725 33554432000 4194304 4196468 140726109841072 139802336779024 139802444273365 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15134720 140726109842165 140726109844677 140726109844677 140726109847503 0
[pid=14514/tid=14570] ppid=14511 vsize=10849012 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/14514/task/14570/stat : 14570 (java) S 14511 14514 9865 0 -1 1077944384 51 13140 0 0 3 0 5 2 20 0 15 0 407237580 11109388288 64725 33554432000 4194304 4196468 140726109841072 139802335726736 139802444273365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15134720 140726109842165 140726109844677 140726109844677 140726109847503 0
[pid=14514/tid=14571] ppid=14511 vsize=10849012 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/14514/task/14571/stat : 14571 (java) S 14511 14514 9865 0 -1 1077944384 76 13140 0 0 3 0 5 2 20 0 15 0 407237580 11109388288 64725 33554432000 4194304 4196468 140726109841072 139802334673936 139802444273365 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15134720 140726109842165 140726109844677 140726109844677 140726109847503 0
[pid=14514/tid=14572] ppid=14511 vsize=10849012 memory=280890727755552 CPUtime=0.11 cores=0,2,4,6
/proc/14514/task/14572/stat : 14572 (java) S 14511 14514 9865 0 -1 1077944384 3126 13140 0 0 4 0 5 2 20 0 15 0 407237581 11109388288 64725 33554432000 4194304 4196468 140726109841072 139801902655600 139802444274306 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15134720 140726109842165 140726109844677 140726109844677 140726109847503 0
[pid=14514/tid=14573] ppid=14511 vsize=10849012 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/14514/task/14573/stat : 14573 (java) S 14511 14514 9865 0 -1 1077944384 38 13140 0 0 0 0 5 2 20 0 15 0 407237582 11109388288 64725 33554432000 4194304 4196468 140726109841072 139801901601632 139802444273365 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15134720 140726109842165 140726109844677 140726109844677 140726109847503 0
[pid=14514/tid=14574] ppid=14511 vsize=10849012 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/14514/task/14574/stat : 14574 (java) S 14511 14514 9865 0 -1 1077944384 1 13140 0 0 0 0 5 2 20 0 15 0 407237582 11109388288 64725 33554432000 4194304 4196468 140726109841072 139801319695488 139802444273365 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15134720 140726109842165 140726109844677 140726109844677 140726109847503 0
[pid=14514/tid=14575] ppid=14511 vsize=10849012 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/14514/task/14575/stat : 14575 (java) S 14511 14514 9865 0 -1 1077944384 3 13140 0 0 0 0 5 2 20 0 15 0 407237585 11109388288 64725 33554432000 4194304 4196468 140726109841072 139801012295760 139802444281755 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15134720 140726109842165 140726109844677 140726109844677 140726109847503 0
[pid=14514/tid=14576] ppid=14511 vsize=10849012 memory=0 CPUtime=1.55 cores=0,2,4,6
/proc/14514/task/14576/stat : 14576 (java) R 14511 14514 9865 0 -1 4202560 3914 13140 0 0 147 1 5 2 20 0 15 0 407237585 11109388288 64725 33554432000 4194304 4196468 140726109841072 139801868032464 139802427746575 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15134720 140726109842165 140726109844677 140726109844677 140726109847503 0
[pid=14514/tid=14577] ppid=14511 vsize=10849012 memory=56 CPUtime=1.64 cores=0,2,4,6
/proc/14514/task/14577/stat : 14577 (java) R 14511 14514 9865 0 -1 4202560 4161 13140 0 0 156 1 5 2 20 0 15 0 407237585 11109388288 64725 33554432000 4194304 4196468 140726109841072 139801866976432 139802429160784 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15134720 140726109842165 140726109844677 140726109844677 140726109847503 0
[pid=14514/tid=14578] ppid=14511 vsize=10849012 memory=5793716373608551521 CPUtime=1.57 cores=0,2,4,6
/proc/14514/task/14578/stat : 14578 (java) S 14511 14514 9865 0 -1 1077944384 6238 13140 0 0 148 2 5 2 20 0 15 0 407237585 11109388288 64725 33554432000 4194304 4196468 140726109841072 139801865939824 139802444274306 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15134720 140726109842165 140726109844677 140726109844677 140726109847503 0
[pid=14514/tid=14579] ppid=14511 vsize=10849012 memory=6297553283385742433 CPUtime=0.07 cores=0,2,4,6
/proc/14514/task/14579/stat : 14579 (java) S 14511 14514 9865 0 -1 1077944384 3 13140 0 0 0 0 5 2 20 0 15 0 407237585 11109388288 64725 33554432000 4194304 4196468 140726109841072 139800978738144 139802444273365 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15134720 140726109842165 140726109844677 140726109844677 140726109847503 0
[pid=14514/tid=14580] ppid=14511 vsize=10849012 memory=6297553283385742433 CPUtime=0.07 cores=0,2,4,6
/proc/14514/task/14580/stat : 14580 (java) S 14511 14514 9865 0 -1 1077944384 6 13140 0 0 0 0 5 2 20 0 15 0 407237585 11109388288 64725 33554432000 4194304 4196468 140726109841072 139801864886704 139802444274306 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15134720 140726109842165 140726109844677 140726109844677 140726109847503 0
Current children cumulated CPU time: 8.28 s
Current children cumulated vsize: 10849012 KiB
Current children cumulated memory: 258900 KiB

[startup+4.00961 s]*
/proc/loadavg: 2.34 1.79 1.56 2/215 14581
/proc/meminfo: memFree=21258944/32770624 swapFree=66939824/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+4.10942 s]
/proc/loadavg: 2.34 1.79 1.56 2/215 14581
/proc/meminfo: memFree=21258944/32770624 swapFree=66939824/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0
Real time (s): 4.1479
CPU time (s): 9.12403
CPU user time (s): 8.90497
CPU system time (s): 0.219051
CPU usage (%): 219.967
Max. virtual memory (cumulated for all children) (KiB): 10849012
Max. memory (cumulated for all children) (KiB): 259780

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.90498
system time used= 0.219051
maximum resident set size= 274256
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 56848
page faults= 0
swaps= 0
block input operations= 0
block output operations= 168
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6577
involuntary context switches= 31


# summary of solver processes directly reported to runsolver:
#   pid: 14514
#   total CPU time (s): 9.12403
#   total CPU user time (s): 8.90497
#   total CPU system time (s): 0.219051

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.0434 second user time and 0.087859 second system time

The end

Launcher Data

Begin job on node119 at 2019-09-12 20:33:07
IDJOB=4392105
IDBENCH=126833
IDSOLVER=2837
FILE ID=node119/4392105-1568313226
RUNJOBID= node119-1568306047-10997
PBS_JOBID= 21701106
Free space on /tmp= 57236 MiB

SOLVER NAME= Concrete 3.10
BENCH NAME= XCSP17/Tpp/Tpp-zinc-s1/Tpp-6-3-20-1.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4392105-1568313226/watcher-4392105-1568313226 -o /tmp/evaluation-result-4392105-1568313226/solver-4392105-1568313226 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node119-1568306047-10997 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=1006816676 HOME/instance-4392105-1568313226.xml

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

MD5SUM BENCH= b4cf0cb08a05c1b083ee2f2000733b36
RANDOM SEED=1006816676

node119.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.47
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.47
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.47
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.47
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:        21279308 kB
MemAvailable:   30721936 kB
Buffers:          159296 kB
Cached:          9507232 kB
SwapCached:        61084 kB
Active:          3364908 kB
Inactive:        7448504 kB
Active(anon):    1085740 kB
Inactive(anon):   102704 kB
Active(file):    2279168 kB
Inactive(file):  7345800 kB
Unevictable:      107484 kB
Mlocked:          107484 kB
SwapTotal:      67108860 kB
SwapFree:       66939824 kB
Dirty:             34892 kB
Writeback:            28 kB
AnonPages:       1196240 kB
Mapped:            56700 kB
Shmem:             32808 kB
Slab:             275248 kB
SReclaimable:     246120 kB
SUnreclaim:        29128 kB
KernelStack:        3808 kB
PageTables:         7964 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2254236 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1046528 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 57200 MiB
End job on node119 at 2019-09-12 20:33:11