Trace number 4294273

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.8-SuperNG 2018-06-13OPT2 8.19873 3.98618

General information on the benchmark

NameTemplateDesign/
TemplateDesign-m1s-2_c18.xml
MD5SUMa795c17341a98acc8ee8963fc359ded0
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark1.38107
Satisfiable
(Un)Satisfiability was proved
Number of variables60
Number of constraints40
Number of domains8
Minimum domain size2
Maximum domain size1210
Distribution of domain sizes[{"size":2,"count":5},{"size":7,"count":25},{"size":275,"count":5},{"size":286,"count":5},{"size":550,"count":5},{"size":880,"count":5},{"size":1101,"count":5},{"size":1210,"count":5}]
Minimum variable degree2
Maximum variable degree6
Distribution of variable degrees[{"degree":2,"count":55},{"degree":6,"count":5}]
Minimum constraint arity2
Maximum constraint arity5
Distribution of constraint arities[{"arity":2,"count":5},{"arity":3,"count":25},{"arity":5,"count":10}]
Number of extensional constraints5
Number of intensional constraints25
Distribution of constraint types[{"type":"extension","count":5},{"type":"intension","count":25},{"type":"sum","count":10}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.98/0.74	c Concrete v3.8.1528841891564 running
8.03/3.91	o 2
8.03/3.93	v <instantiation cost="2">
8.03/3.93	v       <list>
8.03/3.93	v         d[0][0] d[0][1] d[0][2] d[0][3] d[0][4] d[1][0] d[1][1] d[1][2] d[1][3] d[1][4] d[2][0] d[2][1] d[2][2] d[2][3] d[2][4] d[3][0] d[3][1] d[3][2] d[3][3] d[3][4] d[4][0] d[4][1] d[4][2] d[4][3] d[4][4] npt[0] npt[1] npt[2] npt[3] npt[4] u[0] u[1] u[2] u[3] u[4] nptv[0][0] nptv[0][1] nptv[0][2] nptv[0][3] nptv[0][4] nptv[1][0] nptv[1][1] nptv[1][2] nptv[1][3] nptv[1][4] nptv[2][0] nptv[2][1] nptv[2][2] nptv[2][3] nptv[2][4] nptv[3][0] nptv[3][1] nptv[3][2] nptv[3][3] nptv[3][4] nptv[4][0] nptv[4][1] nptv[4][2] nptv[4][3] nptv[4][4]
8.03/3.93	v       </list>
8.03/3.93	v       <values>
8.03/3.93	v         6 0 0 0 0 1 0 0 0 5 0 0 0 0 6 0 0 6 0 0 0 1 2 3 0 0 238 0 0 254 0 1 0 0 1 0 0 0 0 0 238 0 0 0 1190 0 0 0 0 0 0 0 0 0 0 0 254 508 762 0
8.03/3.93	v       </values>
8.03/3.93	v     </instantiation>
8.03/3.93	s OPTIMUM FOUND

Verifier Data

OK	2

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4294273-1532448512/watcher-4294273-1532448512 -o /tmp/evaluation-result-4294273-1532448512/solver-4294273-1532448512 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1532448512-24797 --watchdog 2580 concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=1498853182 -superng HOME/instance-4294273-1532448512.xml 

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

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


[startup+0.100091 s]*
/proc/loadavg: 1.00 1.00 1.03 3/189 24931
/proc/meminfo: memFree=22675936/32770624 swapFree=67108860/67108860
[pid=24822] ppid=24818 vsize=9972712 memory=14436 CPUtime=0.08 cores=1,3,5,7
/proc/24822/stat : 24822 (java) S 24818 24822 24765 0 -1 1077944320 3765 13033 0 0 0 0 5 3 20 0 6 0 62414384 10212057088 3609 33554432000 4194304 4196468 140722662072896 140722662055440 139838466395895 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 25108480 140722662078635 140722662081884 140722662081884 140722662084559 0
/proc/24822/statm: 2493178 3609 1551 1 0 2481616 0
[pid=24822/tid=24931] ppid=24818 vsize=9972712 memory=-6517102902069810590 CPUtime=0.08 cores=1,3,5,7
/proc/24822/task/24931/stat : 24931 (java) R 24818 24822 24765 0 -1 4202560 1638 13033 0 0 0 0 5 3 20 0 6 0 62414394 10212057088 3675 33554432000 4194304 4196468 140722662072896 139838438232656 139838389472835 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25108480 140722662078635 140722662081884 140722662081884 140722662084559 0
[pid=24822/tid=24932] ppid=24818 vsize=9972712 memory=-7025452035940392864 CPUtime=0.08 cores=1,3,5,7
/proc/24822/task/24932/stat : 24932 (java) S 24818 24822 24765 0 -1 1077944384 1 13033 0 0 0 0 5 3 20 0 6 0 62414395 10212057088 3675 33554432000 4194304 4196468 140722662072896 139838470637968 139838466406101 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25108480 140722662078635 140722662081884 140722662081884 140722662084559 0
[pid=24822/tid=24933] ppid=24818 vsize=9972712 memory=139925751817856 CPUtime=0.08 cores=1,3,5,7
/proc/24822/task/24933/stat : 24933 (java) S 24818 24822 24765 0 -1 1077944384 2 13033 0 0 0 0 5 3 20 0 6 0 62414395 10212057088 3675 33554432000 4194304 4196468 140722662072896 139838369528080 139838466406101 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25108480 140722662078635 140722662081884 140722662081884 140722662084559 0
[pid=24822/tid=24934] ppid=24818 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/24822/task/24934/stat : 24934 (java) S 24818 24822 24765 0 -1 1077944384 2 13033 0 0 0 0 5 3 20 0 6 0 62414395 10212057088 3675 33554432000 4194304 4196468 140722662072896 139838368475792 139838466406101 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25108480 140722662078635 140722662081884 140722662081884 140722662084559 0
[pid=24822/tid=24935] ppid=24818 vsize=9972712 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/24822/task/24935/stat : 24935 (java) S 24818 24822 24765 0 -1 1077944384 2 13033 0 0 0 0 5 3 20 0 6 0 62414395 10212057088 3741 33554432000 4194304 4196468 140722662072896 139838367422992 139838466406101 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25108480 140722662078635 140722662081884 140722662081884 140722662084559 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 14436 KiB

[startup+0.210393 s]*
/proc/loadavg: 1.00 1.00 1.03 3/215 24957
/proc/meminfo: memFree=22626712/32770624 swapFree=67108860/67108860
[pid=24822] ppid=24818 vsize=10818904 memory=41136 CPUtime=0.25 cores=1,3,5,7
/proc/24822/stat : 24822 (java) S 24818 24822 24765 0 -1 1077944320 7494 13033 0 0 16 1 5 3 20 0 15 0 62414384 11078557696 10284 33554432000 4194304 4196468 140722662072896 140722662055440 139838466395895 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 25108480 140722662078635 140722662081884 140722662081884 140722662084559 0
/proc/24822/statm: 2704726 10284 2964 1 0 2667149 0
[pid=24822/tid=24931] ppid=24818 vsize=10818904 memory=-5576991679852610352 CPUtime=0.19 cores=1,3,5,7
/proc/24822/task/24931/stat : 24931 (java) R 24818 24822 24765 0 -1 4202560 4180 13033 0 0 10 1 5 3 20 0 15 0 62414394 11078557696 10350 33554432000 4194304 4196468 140722662072896 139838438213280 139838446671655 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25108480 140722662078635 140722662081884 140722662081884 140722662084559 0
[pid=24822/tid=24932] ppid=24818 vsize=10818904 memory=-7025452035940392864 CPUtime=0.08 cores=1,3,5,7
/proc/24822/task/24932/stat : 24932 (java) S 24818 24822 24765 0 -1 1077944384 1 13033 0 0 0 0 5 3 20 0 15 0 62414395 11078557696 10350 33554432000 4194304 4196468 140722662072896 139838470637968 139838466406101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25108480 140722662078635 140722662081884 140722662081884 140722662084559 0
[pid=24822/tid=24933] ppid=24818 vsize=10818904 memory=139925751817856 CPUtime=0.08 cores=1,3,5,7
/proc/24822/task/24933/stat : 24933 (java) S 24818 24822 24765 0 -1 1077944384 2 13033 0 0 0 0 5 3 20 0 15 0 62414395 11078557696 10350 33554432000 4194304 4196468 140722662072896 139838369528080 139838466406101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25108480 140722662078635 140722662081884 140722662081884 140722662084559 0
[pid=24822/tid=24934] ppid=24818 vsize=10818904 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/24822/task/24934/stat : 24934 (java) S 24818 24822 24765 0 -1 1077944384 2 13033 0 0 0 0 5 3 20 0 15 0 62414395 11078557696 10350 33554432000 4194304 4196468 140722662072896 139838368475792 139838466406101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25108480 140722662078635 140722662081884 140722662081884 140722662084559 0
[pid=24822/tid=24935] ppid=24818 vsize=10818904 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/24822/task/24935/stat : 24935 (java) S 24818 24822 24765 0 -1 1077944384 2 13033 0 0 0 0 5 3 20 0 15 0 62414395 11078557696 10350 33554432000 4194304 4196468 140722662072896 139838367422992 139838466406101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25108480 140722662078635 140722662081884 140722662081884 140722662084559 0
[pid=24822/tid=24940] ppid=24818 vsize=10818904 memory=139925751817856 CPUtime=0.08 cores=1,3,5,7
/proc/24822/task/24940/stat : 24940 (java) S 24818 24822 24765 0 -1 1077944384 2 13033 0 0 0 0 5 3 20 0 15 0 62414396 11078557696 10350 33554432000 4194304 4196468 140722662072896 139837925890672 139838466407042 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25108480 140722662078635 140722662081884 140722662081884 140722662084559 0
[pid=24822/tid=24942] ppid=24818 vsize=10818904 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/24822/task/24942/stat : 24942 (java) S 24818 24822 24765 0 -1 1077944384 13 13033 0 0 0 0 5 3 20 0 15 0 62414396 11078557696 10350 33554432000 4194304 4196468 140722662072896 139837826917664 139838466406101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25108480 140722662078635 140722662081884 140722662081884 140722662084559 0
[pid=24822/tid=24944] ppid=24818 vsize=10818904 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/24822/task/24944/stat : 24944 (java) S 24818 24822 24765 0 -1 1077944384 1 13033 0 0 0 0 5 3 20 0 15 0 62414397 11078557696 10350 33554432000 4194304 4196468 140722662072896 139837222938224 139838466406101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25108480 140722662078635 140722662081884 140722662081884 140722662084559 0
[pid=24822/tid=24946] ppid=24818 vsize=10818904 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/24822/task/24946/stat : 24946 (java) S 24818 24822 24765 0 -1 1077944384 3 13033 0 0 0 0 5 3 20 0 15 0 62414399 11078557696 10350 33554432000 4194304 4196468 140722662072896 139836982647376 139838466414491 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25108480 140722662078635 140722662081884 140722662081884 140722662084559 0
[pid=24822/tid=24947] ppid=24818 vsize=10818904 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/24822/task/24947/stat : 24947 (java) S 24818 24822 24765 0 -1 1077944384 500 13033 0 0 1 0 5 3 20 0 15 0 62414399 11078557696 10416 33554432000 4194304 4196468 140722662072896 139837924837488 139838466407042 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25108480 140722662078635 140722662081884 140722662081884 140722662084559 0
[pid=24822/tid=24948] ppid=24818 vsize=10818904 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/24822/task/24948/stat : 24948 (java) S 24818 24822 24765 0 -1 1077944384 90 13033 0 0 1 0 5 3 20 0 15 0 62414399 11078557696 10416 33554432000 4194304 4196468 140722662072896 139837923784688 139838466407042 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25108480 140722662078635 140722662081884 140722662081884 140722662084559 0
[pid=24822/tid=24949] ppid=24818 vsize=10818904 memory=139925751817856 CPUtime=0.11 cores=1,3,5,7
/proc/24822/task/24949/stat : 24949 (java) S 24818 24822 24765 0 -1 1077944384 555 13033 0 0 3 0 5 3 20 0 15 0 62414399 11078557696 10416 33554432000 4194304 4196468 140722662072896 139837922732400 139838466407042 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25108480 140722662078635 140722662081884 140722662081884 140722662084559 0
[pid=24822/tid=24954] ppid=24818 vsize=10818904 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/24822/task/24954/stat : 24954 (java) S 24818 24822 24765 0 -1 1077944384 3 13033 0 0 0 0 5 3 20 0 15 0 62414400 11078557696 10416 33554432000 4194304 4196468 140722662072896 139836949088736 139838466406101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25108480 140722662078635 140722662081884 140722662081884 140722662084559 0
[pid=24822/tid=24956] ppid=24818 vsize=10818904 memory=139925751817856 CPUtime=0.08 cores=1,3,5,7
/proc/24822/task/24956/stat : 24956 (java) S 24818 24822 24765 0 -1 1077944384 1 13033 0 0 0 0 5 3 20 0 15 0 62414400 11078557696 10416 33554432000 4194304 4196468 140722662072896 139837921680304 139838466407042 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25108480 140722662078635 140722662081884 140722662081884 140722662084559 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10818904 KiB
Current children cumulated memory: 41136 KiB

[startup+0.310077 s]*
/proc/loadavg: 1.00 1.00 1.03 3/215 24957
/proc/meminfo: memFree=22600508/32770624 swapFree=67108860/67108860
[pid=24822] ppid=24818 vsize=10819352 memory=54144 CPUtime=0.38 cores=1,3,5,7
/proc/24822/stat : 24822 (java) S 24818 24822 24765 0 -1 1077944320 10586 13033 0 0 28 2 5 3 20 0 15 0 62414384 11079016448 13536 33554432000 4194304 4196468 140722662072896 140722662055440 139838466395895 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 25108480 140722662078635 140722662081884 140722662081884 140722662084559 0
/proc/24822/statm: 2704838 13536 3083 1 0 2667149 0
[pid=24822/tid=24931] ppid=24818 vsize=10819352 memory=6791534058613427641 CPUtime=0.28 cores=1,3,5,7
/proc/24822/task/24931/stat : 24931 (java) R 24818 24822 24765 0 -1 4202560 7211 13033 0 0 19 1 5 3 20 0 15 0 62414394 11079016448 13536 33554432000 4194304 4196468 140722662072896 139838438207904 139838450476382 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25108480 140722662078635 140722662081884 140722662081884 140722662084559 0
[pid=24822/tid=24932] ppid=24818 vsize=10819352 memory=8028622272823060049 CPUtime=0.08 cores=1,3,5,7
/proc/24822/task/24932/stat : 24932 (java) S 24818 24822 24765 0 -1 1077944384 1 13033 0 0 0 0 5 3 20 0 15 0 62414395 11079016448 13536 33554432000 4194304 4196468 140722662072896 139838470637968 139838466406101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25108480 140722662078635 140722662081884 140722662081884 140722662084559 0
[pid=24822/tid=24933] ppid=24818 vsize=10819352 memory=7452450584669676881 CPUtime=0.08 cores=1,3,5,7
/proc/24822/task/24933/stat : 24933 (java) S 24818 24822 24765 0 -1 1077944384 2 13033 0 0 0 0 5 3 20 0 15 0 62414395 11079016448 13536 33554432000 4194304 4196468 140722662072896 139838369528080 139838466406101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25108480 140722662078635 140722662081884 140722662081884 140722662084559 0
[pid=24822/tid=24934] ppid=24818 vsize=10819352 memory=7649539292657240770 CPUtime=0.08 cores=1,3,5,7
/proc/24822/task/24934/stat : 24934 (java) S 24818 24822 24765 0 -1 1077944384 2 13033 0 0 0 0 5 3 20 0 15 0 62414395 11079016448 13536 33554432000 4194304 4196468 140722662072896 139838368475792 139838466406101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25108480 140722662078635 140722662081884 140722662081884 140722662084559 0
[pid=24822/tid=24935] ppid=24818 vsize=10819352 memory=4126316290023845779 CPUtime=0.08 cores=1,3,5,7
/proc/24822/task/24935/stat : 24935 (java) S 24818 24822 24765 0 -1 1077944384 2 13033 0 0 0 0 5 3 20 0 15 0 62414395 11079016448 13536 33554432000 4194304 4196468 140722662072896 139838367422992 139838466406101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25108480 140722662078635 140722662081884 140722662081884 140722662084559 0
[pid=24822/tid=24940] ppid=24818 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/24822/task/24940/stat : 24940 (java) S 24818 24822 24765 0 -1 1077944384 2 13033 0 0 0 0 5 3 20 0 15 0 62414396 11079016448 13536 33554432000 4194304 4196468 140722662072896 139837925890672 139838466407042 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25108480 140722662078635 140722662081884 140722662081884 140722662084559 0
[pid=24822/tid=24942] ppid=24818 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/24822/task/24942/stat : 24942 (java) S 24818 24822 24765 0 -1 1077944384 13 13033 0 0 0 0 5 3 20 0 15 0 62414396 11079016448 13536 33554432000 4194304 4196468 140722662072896 139837826917664 139838466406101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25108480 140722662078635 140722662081884 140722662081884 140722662084559 0
[pid=24822/tid=24944] ppid=24818 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/24822/task/24944/stat : 24944 (java) S 24818 24822 24765 0 -1 1077944384 1 13033 0 0 0 0 5 3 20 0 15 0 62414397 11079016448 13536 33554432000 4194304 4196468 140722662072896 139837222938224 139838466406101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25108480 140722662078635 140722662081884 140722662081884 140722662084559 0
[pid=24822/tid=24946] ppid=24818 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/24822/task/24946/stat : 24946 (java) S 24818 24822 24765 0 -1 1077944384 3 13033 0 0 0 0 5 3 20 0 15 0 62414399 11079016448 13536 33554432000 4194304 4196468 140722662072896 139836982647376 139838466414491 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25108480 140722662078635 140722662081884 140722662081884 140722662084559 0
[pid=24822/tid=24947] ppid=24818 vsize=10819352 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/24822/task/24947/stat : 24947 (java) S 24818 24822 24765 0 -1 1077944384 501 13033 0 0 2 0 5 3 20 0 15 0 62414399 11079016448 13536 33554432000 4194304 4196468 140722662072896 139837924837488 139838466407042 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25108480 140722662078635 140722662081884 140722662081884 140722662084559 0
[pid=24822/tid=24948] ppid=24818 vsize=10819352 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/24822/task/24948/stat : 24948 (java) S 24818 24822 24765 0 -1 1077944384 90 13033 0 0 1 0 5 3 20 0 15 0 62414399 11079016448 13536 33554432000 4194304 4196468 140722662072896 139837923784688 139838466407042 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25108480 140722662078635 140722662081884 140722662081884 140722662084559 0
[pid=24822/tid=24949] ppid=24818 vsize=10819352 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/24822/task/24949/stat : 24949 (java) S 24818 24822 24765 0 -1 1077944384 564 13033 0 0 5 0 5 3 20 0 15 0 62414399 11079016448 13536 33554432000 4194304 4196468 140722662072896 139837922732400 139838466407042 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25108480 140722662078635 140722662081884 140722662081884 140722662084559 0
[pid=24822/tid=24954] ppid=24818 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/24822/task/24954/stat : 24954 (java) S 24818 24822 24765 0 -1 1077944384 3 13033 0 0 0 0 5 3 20 0 15 0 62414400 11079016448 13536 33554432000 4194304 4196468 140722662072896 139836949088736 139838466406101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25108480 140722662078635 140722662081884 140722662081884 140722662084559 0
[pid=24822/tid=24956] ppid=24818 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/24822/task/24956/stat : 24956 (java) S 24818 24822 24765 0 -1 1077944384 1 13033 0 0 0 0 5 3 20 0 15 0 62414400 11079016448 13536 33554432000 4194304 4196468 140722662072896 139837921680304 139838466407042 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25108480 140722662078635 140722662081884 140722662081884 140722662084559 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 54144 KiB

[startup+0.700779 s]
/proc/loadavg: 1.00 1.00 1.03 3/215 24957
/proc/meminfo: memFree=22578604/32770624 swapFree=67108860/67108860
[pid=24822] ppid=24818 vsize=10819352 memory=86252 CPUtime=0.98 cores=1,3,5,7
/proc/24822/stat : 24822 (java) S 24818 24822 24765 0 -1 1077944320 16741 13033 0 0 87 3 5 3 20 0 15 0 62414384 11079016448 21563 33554432000 4194304 4196468 140722662072896 140722662055440 139838466395895 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 25108480 140722662078635 140722662081884 140722662081884 140722662084559 0
/proc/24822/statm: 2704838 21563 3237 1 0 2667149 0
[pid=24822/tid=24931] ppid=24818 vsize=10819352 memory=2241 CPUtime=0.66 cores=1,3,5,7
/proc/24822/task/24931/stat : 24931 (java) R 24818 24822 24765 0 -1 4202560 12284 13033 0 0 56 2 5 3 20 0 15 0 62414394 11079016448 21563 33554432000 4194304 4196468 140722662072896 139838438216720 139838466417821 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25108480 140722662078635 140722662081884 140722662081884 140722662084559 0
[pid=24822/tid=24932] ppid=24818 vsize=10819352 memory=2244 CPUtime=0.08 cores=1,3,5,7
/proc/24822/task/24932/stat : 24932 (java) S 24818 24822 24765 0 -1 1077944384 1 13033 0 0 0 0 5 3 20 0 15 0 62414395 11079016448 21563 33554432000 4194304 4196468 140722662072896 139838470637968 139838466406101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25108480 140722662078635 140722662081884 140722662081884 140722662084559 0
[pid=24822/tid=24933] ppid=24818 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/24822/task/24933/stat : 24933 (java) S 24818 24822 24765 0 -1 1077944384 2 13033 0 0 0 0 5 3 20 0 15 0 62414395 11079016448 21563 33554432000 4194304 4196468 140722662072896 139838369528080 139838466406101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25108480 140722662078635 140722662081884 140722662081884 140722662084559 0
[pid=24822/tid=24934] ppid=24818 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/24822/task/24934/stat : 24934 (java) S 24818 24822 24765 0 -1 1077944384 2 13033 0 0 0 0 5 3 20 0 15 0 62414395 11079016448 21563 33554432000 4194304 4196468 140722662072896 139838368475792 139838466406101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25108480 140722662078635 140722662081884 140722662081884 140722662084559 0
[pid=24822/tid=24935] ppid=24818 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/24822/task/24935/stat : 24935 (java) S 24818 24822 24765 0 -1 1077944384 2 13033 0 0 0 0 5 3 20 0 15 0 62414395 11079016448 21563 33554432000 4194304 4196468 140722662072896 139838367422992 139838466406101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25108480 140722662078635 140722662081884 140722662081884 140722662084559 0
[pid=24822/tid=24940] ppid=24818 vsize=10819352 memory=6944652177228980320 CPUtime=0.08 cores=1,3,5,7
/proc/24822/task/24940/stat : 24940 (java) S 24818 24822 24765 0 -1 1077944384 5 13033 0 0 0 0 5 3 20 0 15 0 62414396 11079016448 21563 33554432000 4194304 4196468 140722662072896 139837925890672 139838466407042 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25108480 140722662078635 140722662081884 140722662081884 140722662084559 0
[pid=24822/tid=24942] ppid=24818 vsize=10819352 memory=6944656592455359580 CPUtime=0.08 cores=1,3,5,7
/proc/24822/task/24942/stat : 24942 (java) S 24818 24822 24765 0 -1 1077944384 13 13033 0 0 0 0 5 3 20 0 15 0 62414396 11079016448 21563 33554432000 4194304 4196468 140722662072896 139837826917664 139838466406101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25108480 140722662078635 140722662081884 140722662081884 140722662084559 0
[pid=24822/tid=24944] ppid=24818 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/24822/task/24944/stat : 24944 (java) S 24818 24822 24765 0 -1 1077944384 1 13033 0 0 0 0 5 3 20 0 15 0 62414397 11079016448 21627 33554432000 4194304 4196468 140722662072896 139837222938224 139838466406101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25108480 140722662078635 140722662081884 140722662081884 140722662084559 0
[pid=24822/tid=24946] ppid=24818 vsize=10819352 memory=6944656592455097440 CPUtime=0.08 cores=1,3,5,7
/proc/24822/task/24946/stat : 24946 (java) S 24818 24822 24765 0 -1 1077944384 3 13033 0 0 0 0 5 3 20 0 15 0 62414399 11079016448 21627 33554432000 4194304 4196468 140722662072896 139836982647376 139838466414491 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25108480 140722662078635 140722662081884 140722662081884 140722662084559 0
[pid=24822/tid=24947] ppid=24818 vsize=10819352 memory=0 CPUtime=0.15 cores=1,3,5,7
/proc/24822/task/24947/stat : 24947 (java) S 24818 24822 24765 0 -1 1077944384 912 13033 0 0 7 0 5 3 20 0 15 0 62414399 11079016448 21627 33554432000 4194304 4196468 140722662072896 139837924837488 139838466407042 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25108480 140722662078635 140722662081884 140722662081884 140722662084559 0
[pid=24822/tid=24948] ppid=24818 vsize=10819352 memory=0 CPUtime=0.17 cores=1,3,5,7
/proc/24822/task/24948/stat : 24948 (java) S 24818 24822 24765 0 -1 1077944384 687 13033 0 0 9 0 5 3 20 0 15 0 62414399 11079016448 21627 33554432000 4194304 4196468 140722662072896 139837923784688 139838466407042 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25108480 140722662078635 140722662081884 140722662081884 140722662084559 0
[pid=24822/tid=24949] ppid=24818 vsize=10819352 memory=0 CPUtime=0.21 cores=1,3,5,7
/proc/24822/task/24949/stat : 24949 (java) R 24818 24822 24765 0 -1 4202560 633 13033 0 0 13 0 5 3 20 0 15 0 62414399 11079016448 21627 33554432000 4194304 4196468 140722662072896 139837922732400 139838466407830 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25108480 140722662078635 140722662081884 140722662081884 140722662084559 0
[pid=24822/tid=24954] ppid=24818 vsize=10819352 memory=279851210637552 CPUtime=0.08 cores=1,3,5,7
/proc/24822/task/24954/stat : 24954 (java) S 24818 24822 24765 0 -1 1077944384 3 13033 0 0 0 0 5 3 20 0 15 0 62414400 11079016448 21627 33554432000 4194304 4196468 140722662072896 139836949088736 139838466406101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25108480 140722662078635 140722662081884 140722662081884 140722662084559 0
[pid=24822/tid=24956] ppid=24818 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/24822/task/24956/stat : 24956 (java) S 24818 24822 24765 0 -1 1077944384 1 13033 0 0 0 0 5 3 20 0 15 0 62414400 11079016448 21627 33554432000 4194304 4196468 140722662072896 139837921680304 139838466407042 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25108480 140722662078635 140722662081884 140722662081884 140722662084559 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 86252 KiB

[startup+1.50077 s]
/proc/loadavg: 1.00 1.00 1.03 3/215 24957
/proc/meminfo: memFree=22486460/32770624 swapFree=67108860/67108860
[pid=24822] ppid=24818 vsize=10834252 memory=177244 CPUtime=2.31 cores=1,3,5,7
/proc/24822/stat : 24822 (java) S 24818 24822 24765 0 -1 1077944320 23905 13033 0 0 214 9 5 3 20 0 15 0 62414384 11094274048 44311 33554432000 4194304 4196468 140722662072896 140722662055440 139838466395895 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 25108480 140722662078635 140722662081884 140722662081884 140722662084559 0
/proc/24822/statm: 2708563 44311 3467 1 0 2670221 0
[pid=24822/tid=24931] ppid=24818 vsize=10834252 memory=13 CPUtime=1.43 cores=1,3,5,7
/proc/24822/task/24931/stat : 24931 (java) R 24818 24822 24765 0 -1 4202560 17816 13033 0 0 130 5 5 3 20 0 15 0 62414394 11094274048 44311 33554432000 4194304 4196468 140722662072896 139838438227360 139838450476382 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25108480 140722662078635 140722662081884 140722662081884 140722662084559 0
[pid=24822/tid=24932] ppid=24818 vsize=10834252 memory=19 CPUtime=0.09 cores=1,3,5,7
/proc/24822/task/24932/stat : 24932 (java) S 24818 24822 24765 0 -1 1077944384 19 13033 0 0 1 0 5 3 20 0 15 0 62414395 11094274048 44311 33554432000 4194304 4196468 140722662072896 139838470637968 139838466406101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25108480 140722662078635 140722662081884 140722662081884 140722662084559 0
[pid=24822/tid=24933] ppid=24818 vsize=10834252 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/24822/task/24933/stat : 24933 (java) S 24818 24822 24765 0 -1 1077944384 30 13033 0 0 1 0 5 3 20 0 15 0 62414395 11094274048 44311 33554432000 4194304 4196468 140722662072896 139838369528080 139838466406101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25108480 140722662078635 140722662081884 140722662081884 140722662084559 0
[pid=24822/tid=24934] ppid=24818 vsize=10834252 memory=100432 CPUtime=0.09 cores=1,3,5,7
/proc/24822/task/24934/stat : 24934 (java) S 24818 24822 24765 0 -1 1077944384 58 13033 0 0 1 0 5 3 20 0 15 0 62414395 11094274048 44311 33554432000 4194304 4196468 140722662072896 139838368475792 139838466406101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25108480 140722662078635 140722662081884 140722662081884 140722662084559 0
[pid=24822/tid=24935] ppid=24818 vsize=10834252 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/24822/task/24935/stat : 24935 (java) S 24818 24822 24765 0 -1 1077944384 247 13033 0 0 0 0 5 3 20 0 15 0 62414395 11094274048 44311 33554432000 4194304 4196468 140722662072896 139838367422992 139838466406101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25108480 140722662078635 140722662081884 140722662081884 140722662084559 0
[pid=24822/tid=24940] ppid=24818 vsize=10834252 memory=6944656592455359580 CPUtime=0.09 cores=1,3,5,7
/proc/24822/task/24940/stat : 24940 (java) S 24818 24822 24765 0 -1 1077944384 53 13033 0 0 1 0 5 3 20 0 15 0 62414396 11094274048 44311 33554432000 4194304 4196468 140722662072896 139837925890672 139838466407042 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25108480 140722662078635 140722662081884 140722662081884 140722662084559 0
[pid=24822/tid=24942] ppid=24818 vsize=10834252 memory=279851211210144 CPUtime=0.08 cores=1,3,5,7
/proc/24822/task/24942/stat : 24942 (java) S 24818 24822 24765 0 -1 1077944384 14 13033 0 0 0 0 5 3 20 0 15 0 62414396 11094274048 44311 33554432000 4194304 4196468 140722662072896 139837826917728 139838466406101 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25108480 140722662078635 140722662081884 140722662081884 140722662084559 0
[pid=24822/tid=24944] ppid=24818 vsize=10834252 memory=279851211373584 CPUtime=0.08 cores=1,3,5,7
/proc/24822/task/24944/stat : 24944 (java) S 24818 24822 24765 0 -1 1077944384 1 13033 0 0 0 0 5 3 20 0 15 0 62414397 11094274048 44311 33554432000 4194304 4196468 140722662072896 139837222938240 139838466406101 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25108480 140722662078635 140722662081884 140722662081884 140722662084559 0
[pid=24822/tid=24946] ppid=24818 vsize=10834252 memory=3472468204653434736 CPUtime=0.08 cores=1,3,5,7
/proc/24822/task/24946/stat : 24946 (java) S 24818 24822 24765 0 -1 1077944384 3 13033 0 0 0 0 5 3 20 0 15 0 62414399 11094274048 44311 33554432000 4194304 4196468 140722662072896 139836982647376 139838466414491 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25108480 140722662078635 140722662081884 140722662081884 140722662084559 0
[pid=24822/tid=24947] ppid=24818 vsize=10834252 memory=6944656592455359580 CPUtime=0.28 cores=1,3,5,7
/proc/24822/task/24947/stat : 24947 (java) S 24818 24822 24765 0 -1 1077944384 1146 13033 0 0 20 0 5 3 20 0 15 0 62414399 11094274048 44311 33554432000 4194304 4196468 140722662072896 139837924837488 139838466407042 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25108480 140722662078635 140722662081884 140722662081884 140722662084559 0
[pid=24822/tid=24948] ppid=24818 vsize=10834252 memory=6656426216303648864 CPUtime=0.32 cores=1,3,5,7
/proc/24822/task/24948/stat : 24948 (java) S 24818 24822 24765 0 -1 1077944384 1144 13033 0 0 24 0 5 3 20 0 15 0 62414399 11094274048 44311 33554432000 4194304 4196468 140722662072896 139837923784688 139838466407042 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25108480 140722662078635 140722662081884 140722662081884 140722662084559 0
[pid=24822/tid=24949] ppid=24818 vsize=10834252 memory=6944652177228980320 CPUtime=0.4 cores=1,3,5,7
/proc/24822/task/24949/stat : 24949 (java) R 24818 24822 24765 0 -1 4202560 1179 13033 0 0 32 0 5 3 20 0 15 0 62414399 11094274048 44311 33554432000 4194304 4196468 140722662072896 139837922732400 139838447968313 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25108480 140722662078635 140722662081884 140722662081884 140722662084559 0
[pid=24822/tid=24954] ppid=24818 vsize=10834252 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/24822/task/24954/stat : 24954 (java) S 24818 24822 24765 0 -1 1077944384 3 13033 0 0 0 0 5 3 20 0 15 0 62414400 11094274048 44311 33554432000 4194304 4196468 140722662072896 139836949088736 139838466406101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25108480 140722662078635 140722662081884 140722662081884 140722662084559 0
[pid=24822/tid=24956] ppid=24818 vsize=10834252 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/24822/task/24956/stat : 24956 (java) S 24818 24822 24765 0 -1 1077944384 1 13033 0 0 0 0 5 3 20 0 15 0 62414400 11094274048 44311 33554432000 4194304 4196468 140722662072896 139837921680304 139838466407042 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25108480 140722662078635 140722662081884 140722662081884 140722662084559 0
Current children cumulated CPU time: 2.31 s
Current children cumulated vsize: 10834252 KiB

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

[startup+3.98613 s]
# the end of solver process 24822 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=7.96238 s, system=0.236345 s

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

[startup+3.20084 s]
/proc/loadavg: 1.00 1.00 1.03 8/215 24957
/proc/meminfo: memFree=22203388/32770624 swapFree=67108860/67108860
[pid=24822] ppid=24818 vsize=10846560 memory=264040 CPUtime=6.17 cores=1,3,5,7
/proc/24822/stat : 24822 (java) S 24818 24822 24765 0 -1 1077944320 40531 13033 0 0 594 15 5 3 20 0 15 0 62414384 11106877440 66010 33554432000 4194304 4196468 140722662072896 140722662055440 139838466395895 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 25108480 140722662078635 140722662081884 140722662081884 140722662084559 0
/proc/24822/statm: 2711640 66010 3496 1 0 2673293 0
[pid=24822/tid=24931] ppid=24818 vsize=10846560 memory=9924 CPUtime=3.07 cores=1,3,5,7
/proc/24822/task/24931/stat : 24931 (java) R 24818 24822 24765 0 -1 4202560 28180 13033 0 0 292 7 5 3 20 0 15 0 62414394 11106877440 66010 33554432000 4194304 4196468 140722662072896 139838438224968 139838466417821 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25108480 140722662078635 140722662081884 140722662081884 140722662084559 0
[pid=24822/tid=24932] ppid=24818 vsize=10846560 memory=5788 CPUtime=0.11 cores=1,3,5,7
/proc/24822/task/24932/stat : 24932 (java) S 24818 24822 24765 0 -1 1077944384 52 13033 0 0 3 0 5 3 20 0 15 0 62414395 11106877440 66010 33554432000 4194304 4196468 140722662072896 139838470637968 139838466406101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25108480 140722662078635 140722662081884 140722662081884 140722662084559 0
[pid=24822/tid=24933] ppid=24818 vsize=10846560 memory=1936 CPUtime=0.11 cores=1,3,5,7
/proc/24822/task/24933/stat : 24933 (java) S 24818 24822 24765 0 -1 1077944384 41 13033 0 0 3 0 5 3 20 0 15 0 62414395 11106877440 66010 33554432000 4194304 4196468 140722662072896 139838369528080 139838466406101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25108480 140722662078635 140722662081884 140722662081884 140722662084559 0
[pid=24822/tid=24934] ppid=24818 vsize=10846560 memory=1196 CPUtime=0.11 cores=1,3,5,7
/proc/24822/task/24934/stat : 24934 (java) S 24818 24822 24765 0 -1 1077944384 85 13033 0 0 3 0 5 3 20 0 15 0 62414395 11106877440 66010 33554432000 4194304 4196468 140722662072896 139838368475792 139838466406101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25108480 140722662078635 140722662081884 140722662081884 140722662084559 0
[pid=24822/tid=24935] ppid=24818 vsize=10846560 memory=8372 CPUtime=0.1 cores=1,3,5,7
/proc/24822/task/24935/stat : 24935 (java) S 24818 24822 24765 0 -1 1077944384 256 13033 0 0 2 0 5 3 20 0 15 0 62414395 11106877440 66010 33554432000 4194304 4196468 140722662072896 139838367422992 139838466406101 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25108480 140722662078635 140722662081884 140722662081884 140722662084559 0
[pid=24822/tid=24940] ppid=24818 vsize=10846560 memory=288230574492221466 CPUtime=0.11 cores=1,3,5,7
/proc/24822/task/24940/stat : 24940 (java) S 24818 24822 24765 0 -1 1077944384 784 13033 0 0 3 0 5 3 20 0 15 0 62414396 11106877440 66010 33554432000 4194304 4196468 140722662072896 139837925890672 139838466407042 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25108480 140722662078635 140722662081884 140722662081884 140722662084559 0
[pid=24822/tid=24942] ppid=24818 vsize=10846560 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/24822/task/24942/stat : 24942 (java) S 24818 24822 24765 0 -1 1077944384 14 13033 0 0 0 0 5 3 20 0 15 0 62414396 11106877440 66010 33554432000 4194304 4196468 140722662072896 139837826917728 139838466406101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25108480 140722662078635 140722662081884 140722662081884 140722662084559 0
[pid=24822/tid=24944] ppid=24818 vsize=10846560 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/24822/task/24944/stat : 24944 (java) S 24818 24822 24765 0 -1 1077944384 1 13033 0 0 0 0 5 3 20 0 15 0 62414397 11106877440 66010 33554432000 4194304 4196468 140722662072896 139837222938240 139838466406101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25108480 140722662078635 140722662081884 140722662081884 140722662084559 0
[pid=24822/tid=24946] ppid=24818 vsize=10846560 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/24822/task/24946/stat : 24946 (java) S 24818 24822 24765 0 -1 1077944384 3 13033 0 0 0 0 5 3 20 0 15 0 62414399 11106877440 66010 33554432000 4194304 4196468 140722662072896 139836982647376 139838466414491 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25108480 140722662078635 140722662081884 140722662081884 140722662084559 0
[pid=24822/tid=24947] ppid=24818 vsize=10846560 memory=0 CPUtime=1.05 cores=1,3,5,7
/proc/24822/task/24947/stat : 24947 (java) S 24818 24822 24765 0 -1 1077944384 3643 13033 0 0 96 1 5 3 20 0 15 0 62414399 11106877440 66010 33554432000 4194304 4196468 140722662072896 139837924837488 139838466407042 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25108480 140722662078635 140722662081884 140722662081884 140722662084559 0
[pid=24822/tid=24948] ppid=24818 vsize=10846560 memory=6656426216303648864 CPUtime=0.83 cores=1,3,5,7
/proc/24822/task/24948/stat : 24948 (java) S 24818 24822 24765 0 -1 1077944384 1550 13033 0 0 75 0 5 3 20 0 15 0 62414399 11106877440 66010 33554432000 4194304 4196468 140722662072896 139837923784688 139838466407042 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25108480 140722662078635 140722662081884 140722662081884 140722662084559 0
[pid=24822/tid=24949] ppid=24818 vsize=10846560 memory=0 CPUtime=1.22 cores=1,3,5,7
/proc/24822/task/24949/stat : 24949 (java) S 24818 24822 24765 0 -1 1077944384 3726 13033 0 0 112 2 5 3 20 0 15 0 62414399 11106877440 66010 33554432000 4194304 4196468 140722662072896 139837922732400 139838466407042 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25108480 140722662078635 140722662081884 140722662081884 140722662084559 0
[pid=24822/tid=24954] ppid=24818 vsize=10846560 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/24822/task/24954/stat : 24954 (java) S 24818 24822 24765 0 -1 1077944384 3 13033 0 0 0 0 5 3 20 0 15 0 62414400 11106877440 66010 33554432000 4194304 4196468 140722662072896 139836949088736 139838466406101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25108480 140722662078635 140722662081884 140722662081884 140722662084559 0
[pid=24822/tid=24956] ppid=24818 vsize=10846560 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/24822/task/24956/stat : 24956 (java) S 24818 24822 24765 0 -1 1077944384 1 13033 0 0 0 0 5 3 20 0 15 0 62414400 11106877440 66010 33554432000 4194304 4196468 140722662072896 139837921680304 139838466407042 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25108480 140722662078635 140722662081884 140722662081884 140722662084559 0
Current children cumulated CPU time: 6.17 s
Current children cumulated vsize: 10846560 KiB
Current children cumulated memory: 264040 KiB

[startup+3.60137 s]
/proc/loadavg: 1.00 1.00 1.03 8/215 24957
/proc/meminfo: memFree=22203388/32770624 swapFree=67108860/67108860
[pid=24822] ppid=24818 vsize=10848608 memory=283508 CPUtime=7.12 cores=1,3,5,7
/proc/24822/stat : 24822 (java) S 24818 24822 24765 0 -1 1077944320 63140 13033 0 0 688 16 5 3 20 0 15 0 62414384 11108974592 70877 33554432000 4194304 4196468 140722662072896 140722662055440 139838466395895 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 25108480 140722662078635 140722662081884 140722662081884 140722662084559 0
/proc/24822/statm: 2712152 70877 3496 1 0 2673805 0
[pid=24822/tid=24931] ppid=24818 vsize=10848608 memory=7523373555336768106 CPUtime=3.48 cores=1,3,5,7
/proc/24822/task/24931/stat : 24931 (java) R 24818 24822 24765 0 -1 4202560 45922 13033 0 0 331 9 5 3 20 0 15 0 62414394 11108974592 70877 33554432000 4194304 4196468 140722662072896 139838438211352 139838466409782 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25108480 140722662078635 140722662081884 140722662081884 140722662084559 0
[pid=24822/tid=24932] ppid=24818 vsize=10848608 memory=7233720441539029096 CPUtime=0.11 cores=1,3,5,7
/proc/24822/task/24932/stat : 24932 (java) S 24818 24822 24765 0 -1 1077944384 52 13033 0 0 3 0 5 3 20 0 15 0 62414395 11108974592 70877 33554432000 4194304 4196468 140722662072896 139838470637968 139838466406101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25108480 140722662078635 140722662081884 140722662081884 140722662084559 0
[pid=24822/tid=24933] ppid=24818 vsize=10848608 memory=4136 CPUtime=0.11 cores=1,3,5,7
/proc/24822/task/24933/stat : 24933 (java) S 24818 24822 24765 0 -1 1077944384 41 13033 0 0 3 0 5 3 20 0 15 0 62414395 11108974592 70877 33554432000 4194304 4196468 140722662072896 139838369528080 139838466406101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25108480 140722662078635 140722662081884 140722662081884 140722662084559 0
[pid=24822/tid=24934] ppid=24818 vsize=10848608 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/24822/task/24934/stat : 24934 (java) S 24818 24822 24765 0 -1 1077944384 85 13033 0 0 3 0 5 3 20 0 15 0 62414395 11108974592 70877 33554432000 4194304 4196468 140722662072896 139838368475792 139838466406101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25108480 140722662078635 140722662081884 140722662081884 140722662084559 0
[pid=24822/tid=24935] ppid=24818 vsize=10848608 memory=139925605648683 CPUtime=0.1 cores=1,3,5,7
/proc/24822/task/24935/stat : 24935 (java) S 24818 24822 24765 0 -1 1077944384 256 13033 0 0 2 0 5 3 20 0 15 0 62414395 11108974592 70877 33554432000 4194304 4196468 140722662072896 139838367422992 139838466406101 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25108480 140722662078635 140722662081884 140722662081884 140722662084559 0
[pid=24822/tid=24940] ppid=24818 vsize=10848608 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/24822/task/24940/stat : 24940 (java) S 24818 24822 24765 0 -1 1077944384 802 13033 0 0 3 0 5 3 20 0 15 0 62414396 11108974592 70877 33554432000 4194304 4196468 140722662072896 139837925890672 139838466407042 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25108480 140722662078635 140722662081884 140722662081884 140722662084559 0
[pid=24822/tid=24942] ppid=24818 vsize=10848608 memory=288370530229825432 CPUtime=0.08 cores=1,3,5,7
/proc/24822/task/24942/stat : 24942 (java) S 24818 24822 24765 0 -1 1077944384 14 13033 0 0 0 0 5 3 20 0 15 0 62414396 11108974592 70877 33554432000 4194304 4196468 140722662072896 139837826917728 139838466406101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25108480 140722662078635 140722662081884 140722662081884 140722662084559 0
[pid=24822/tid=24944] ppid=24818 vsize=10848608 memory=16238082345458936 CPUtime=0.08 cores=1,3,5,7
/proc/24822/task/24944/stat : 24944 (java) S 24818 24822 24765 0 -1 1077944384 1 13033 0 0 0 0 5 3 20 0 15 0 62414397 11108974592 70877 33554432000 4194304 4196468 140722662072896 139837222938240 139838466406101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25108480 140722662078635 140722662081884 140722662081884 140722662084559 0
[pid=24822/tid=24946] ppid=24818 vsize=10848608 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/24822/task/24946/stat : 24946 (java) S 24818 24822 24765 0 -1 1077944384 3 13033 0 0 0 0 5 3 20 0 15 0 62414399 11108974592 70877 33554432000 4194304 4196468 140722662072896 139836982647376 139838466414491 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25108480 140722662078635 140722662081884 140722662081884 140722662084559 0
[pid=24822/tid=24947] ppid=24818 vsize=10848608 memory=0 CPUtime=1.19 cores=1,3,5,7
/proc/24822/task/24947/stat : 24947 (java) S 24818 24822 24765 0 -1 1077944384 3975 13033 0 0 110 1 5 3 20 0 15 0 62414399 11108974592 70877 33554432000 4194304 4196468 140722662072896 139837924837488 139838466407042 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25108480 140722662078635 140722662081884 140722662081884 140722662084559 0
[pid=24822/tid=24948] ppid=24818 vsize=10848608 memory=0 CPUtime=1.14 cores=1,3,5,7
/proc/24822/task/24948/stat : 24948 (java) R 24818 24822 24765 0 -1 4202560 5298 13033 0 0 105 1 5 3 20 0 15 0 62414399 11108974592 70877 33554432000 4194304 4196468 140722662072896 139837923770568 139838449782683 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 25108480 140722662078635 140722662081884 140722662081884 140722662084559 0
[pid=24822/tid=24949] ppid=24818 vsize=10848608 memory=0 CPUtime=1.33 cores=1,3,5,7
/proc/24822/task/24949/stat : 24949 (java) S 24818 24822 24765 0 -1 1077944384 4489 13033 0 0 123 2 5 3 20 0 15 0 62414399 11108974592 70877 33554432000 4194304 4196468 140722662072896 139837922732400 139838466407042 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25108480 140722662078635 140722662081884 140722662081884 140722662084559 0
[pid=24822/tid=24954] ppid=24818 vsize=10848608 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/24822/task/24954/stat : 24954 (java) S 24818 24822 24765 0 -1 1077944384 3 13033 0 0 0 0 5 3 20 0 15 0 62414400 11108974592 70877 33554432000 4194304 4196468 140722662072896 139836949088736 139838466406101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25108480 140722662078635 140722662081884 140722662081884 140722662084559 0
[pid=24822/tid=24956] ppid=24818 vsize=10848608 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/24822/task/24956/stat : 24956 (java) S 24818 24822 24765 0 -1 1077944384 7 13033 0 0 0 0 5 3 20 0 15 0 62414400 11108974592 70877 33554432000 4194304 4196468 140722662072896 139837921680304 139838466407042 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25108480 140722662078635 140722662081884 140722662081884 140722662084559 0
Current children cumulated CPU time: 7.12 s
Current children cumulated vsize: 10848608 KiB
Current children cumulated memory: 283508 KiB

[startup+3.80128 s]
/proc/loadavg: 1.00 1.00 1.03 8/215 24957
/proc/meminfo: memFree=22203388/32770624 swapFree=67108860/67108860
[pid=24822] ppid=24818 vsize=10918552 memory=315748 CPUtime=7.71 cores=1,3,5,7
/proc/24822/stat : 24822 (java) S 24818 24822 24765 0 -1 1077944320 71310 13033 0 0 745 18 5 3 20 0 15 0 62414384 11180597248 78937 33554432000 4194304 4196468 140722662072896 140722662055440 139838466395895 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 25108480 140722662078635 140722662081884 140722662081884 140722662084559 0
/proc/24822/statm: 2729638 78937 3497 1 0 2691291 0
[pid=24822/tid=24931] ppid=24818 vsize=10918552 memory=7233720441539029096 CPUtime=3.68 cores=1,3,5,7
/proc/24822/task/24931/stat : 24931 (java) R 24818 24822 24765 0 -1 4202560 50258 13033 0 0 350 10 5 3 20 0 15 0 62414394 11180597248 78937 33554432000 4194304 4196468 140722662072896 139838438229664 139838045179264 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25108480 140722662078635 140722662081884 140722662081884 140722662084559 0
[pid=24822/tid=24932] ppid=24818 vsize=10918552 memory=6081643344715542377 CPUtime=0.11 cores=1,3,5,7
/proc/24822/task/24932/stat : 24932 (java) S 24818 24822 24765 0 -1 1077944384 52 13033 0 0 3 0 5 3 20 0 15 0 62414395 11180597248 78937 33554432000 4194304 4196468 140722662072896 139838470637968 139838466406101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25108480 140722662078635 140722662081884 140722662081884 140722662084559 0
[pid=24822/tid=24933] ppid=24818 vsize=10918552 memory=7518034348396861520 CPUtime=0.11 cores=1,3,5,7
/proc/24822/task/24933/stat : 24933 (java) S 24818 24822 24765 0 -1 1077944384 41 13033 0 0 3 0 5 3 20 0 15 0 62414395 11180597248 78937 33554432000 4194304 4196468 140722662072896 139838369528080 139838466406101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25108480 140722662078635 140722662081884 140722662081884 140722662084559 0
[pid=24822/tid=24934] ppid=24818 vsize=10918552 memory=6935649255759569216 CPUtime=0.11 cores=1,3,5,7
/proc/24822/task/24934/stat : 24934 (java) S 24818 24822 24765 0 -1 1077944384 85 13033 0 0 3 0 5 3 20 0 15 0 62414395 11180597248 78937 33554432000 4194304 4196468 140722662072896 139838368475792 139838466406101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25108480 140722662078635 140722662081884 140722662081884 140722662084559 0
[pid=24822/tid=24935] ppid=24818 vsize=10918552 memory=928 CPUtime=0.1 cores=1,3,5,7
/proc/24822/task/24935/stat : 24935 (java) S 24818 24822 24765 0 -1 1077944384 256 13033 0 0 2 0 5 3 20 0 15 0 62414395 11180597248 78937 33554432000 4194304 4196468 140722662072896 139838367422992 139838466406101 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25108480 140722662078635 140722662081884 140722662081884 140722662084559 0
[pid=24822/tid=24940] ppid=24818 vsize=10918552 memory=1580 CPUtime=0.11 cores=1,3,5,7
/proc/24822/task/24940/stat : 24940 (java) S 24818 24822 24765 0 -1 1077944384 802 13033 0 0 3 0 5 3 20 0 15 0 62414396 11180597248 78937 33554432000 4194304 4196468 140722662072896 139837925890672 139838466407042 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25108480 140722662078635 140722662081884 140722662081884 140722662084559 0
[pid=24822/tid=24942] ppid=24818 vsize=10918552 memory=2240 CPUtime=0.08 cores=1,3,5,7
/proc/24822/task/24942/stat : 24942 (java) S 24818 24822 24765 0 -1 1077944384 14 13033 0 0 0 0 5 3 20 0 15 0 62414396 11180597248 78937 33554432000 4194304 4196468 140722662072896 139837826917728 139838466406101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25108480 140722662078635 140722662081884 140722662081884 140722662084559 0
[pid=24822/tid=24944] ppid=24818 vsize=10918552 memory=4128 CPUtime=0.08 cores=1,3,5,7
/proc/24822/task/24944/stat : 24944 (java) S 24818 24822 24765 0 -1 1077944384 1 13033 0 0 0 0 5 3 20 0 15 0 62414397 11180597248 78937 33554432000 4194304 4196468 140722662072896 139837222938240 139838466406101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25108480 140722662078635 140722662081884 140722662081884 140722662084559 0
[pid=24822/tid=24946] ppid=24818 vsize=10918552 memory=2200 CPUtime=0.08 cores=1,3,5,7
/proc/24822/task/24946/stat : 24946 (java) S 24818 24822 24765 0 -1 1077944384 3 13033 0 0 0 0 5 3 20 0 15 0 62414399 11180597248 78937 33554432000 4194304 4196468 140722662072896 139836982647376 139838466414491 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25108480 140722662078635 140722662081884 140722662081884 140722662084559 0
[pid=24822/tid=24947] ppid=24818 vsize=10918552 memory=7528 CPUtime=1.3 cores=1,3,5,7
/proc/24822/task/24947/stat : 24947 (java) R 24818 24822 24765 0 -1 4202560 4059 13033 0 0 121 1 5 3 20 0 15 0 62414399 11180597248 78937 33554432000 4194304 4196468 140722662072896 139837924825840 139838444005568 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25108480 140722662078635 140722662081884 140722662081884 140722662084559 0
[pid=24822/tid=24948] ppid=24818 vsize=10918552 memory=844 CPUtime=1.34 cores=1,3,5,7
/proc/24822/task/24948/stat : 24948 (java) R 24818 24822 24765 0 -1 4202560 8855 13033 0 0 125 1 5 3 20 0 15 0 62414399 11180597248 78937 33554432000 4194304 4196468 140722662072896 139837923770944 139838446082570 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 25108480 140722662078635 140722662081884 140722662081884 140722662084559 0
[pid=24822/tid=24949] ppid=24818 vsize=10918552 memory=4100 CPUtime=1.4 cores=1,3,5,7
/proc/24822/task/24949/stat : 24949 (java) R 24818 24822 24765 0 -1 4202560 4682 13033 0 0 130 2 5 3 20 0 15 0 62414399 11180597248 78937 33554432000 4194304 4196468 140722662072896 139837922732400 139838445351501 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25108480 140722662078635 140722662081884 140722662081884 140722662084559 0
[pid=24822/tid=24954] ppid=24818 vsize=10918552 memory=1796 CPUtime=0.08 cores=1,3,5,7
/proc/24822/task/24954/stat : 24954 (java) S 24818 24822 24765 0 -1 1077944384 3 13033 0 0 0 0 5 3 20 0 15 0 62414400 11180597248 78937 33554432000 4194304 4196468 140722662072896 139836949088736 139838466406101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25108480 140722662078635 140722662081884 140722662081884 140722662084559 0
[pid=24822/tid=24956] ppid=24818 vsize=10918552 memory=916 CPUtime=0.08 cores=1,3,5,7
/proc/24822/task/24956/stat : 24956 (java) S 24818 24822 24765 0 -1 1077944384 7 13033 0 0 0 0 5 3 20 0 15 0 62414400 11180597248 78937 33554432000 4194304 4196468 140722662072896 139837921680304 139838466407042 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25108480 140722662078635 140722662081884 140722662081884 140722662084559 0
Current children cumulated CPU time: 7.71 s
Current children cumulated vsize: 10918552 KiB
Current children cumulated memory: 315748 KiB

[startup+3.90128 s]
/proc/loadavg: 1.00 1.00 1.03 8/215 24957
/proc/meminfo: memFree=22203388/32770624 swapFree=67108860/67108860
[pid=24822] ppid=24818 vsize=10919004 memory=317384 CPUtime=8.03 cores=1,3,5,7
/proc/24822/stat : 24822 (java) S 24818 24822 24765 0 -1 1077944320 72755 13033 0 0 777 18 5 3 20 0 15 0 62414384 11181060096 79346 33554432000 4194304 4196468 140722662072896 140722662055440 139838466395895 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 25108480 140722662078635 140722662081884 140722662081884 140722662084559 0
/proc/24822/statm: 2729751 79346 3498 1 0 2691404 0
[pid=24822/tid=24931] ppid=24818 vsize=10919004 memory=8 CPUtime=3.78 cores=1,3,5,7
/proc/24822/task/24931/stat : 24931 (java) R 24818 24822 24765 0 -1 4202560 50403 13033 0 0 360 10 5 3 20 0 15 0 62414394 11181060096 79346 33554432000 4194304 4196468 140722662072896 139838438223472 139838450476382 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25108480 140722662078635 140722662081884 140722662081884 140722662084559 0
[pid=24822/tid=24932] ppid=24818 vsize=10919004 memory=56 CPUtime=0.11 cores=1,3,5,7
/proc/24822/task/24932/stat : 24932 (java) S 24818 24822 24765 0 -1 1077944384 52 13033 0 0 3 0 5 3 20 0 15 0 62414395 11181060096 79346 33554432000 4194304 4196468 140722662072896 139838470637968 139838466406101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25108480 140722662078635 140722662081884 140722662081884 140722662084559 0
[pid=24822/tid=24933] ppid=24818 vsize=10919004 memory=13869 CPUtime=0.11 cores=1,3,5,7
/proc/24822/task/24933/stat : 24933 (java) S 24818 24822 24765 0 -1 1077944384 41 13033 0 0 3 0 5 3 20 0 15 0 62414395 11181060096 79346 33554432000 4194304 4196468 140722662072896 139838369528080 139838466406101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25108480 140722662078635 140722662081884 140722662081884 140722662084559 0
[pid=24822/tid=24934] ppid=24818 vsize=10919004 memory=23488 CPUtime=0.11 cores=1,3,5,7
/proc/24822/task/24934/stat : 24934 (java) S 24818 24822 24765 0 -1 1077944384 85 13033 0 0 3 0 5 3 20 0 15 0 62414395 11181060096 79346 33554432000 4194304 4196468 140722662072896 139838368475792 139838466406101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25108480 140722662078635 140722662081884 140722662081884 140722662084559 0
[pid=24822/tid=24935] ppid=24818 vsize=10919004 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/24822/task/24935/stat : 24935 (java) S 24818 24822 24765 0 -1 1077944384 256 13033 0 0 2 0 5 3 20 0 15 0 62414395 11181060096 79346 33554432000 4194304 4196468 140722662072896 139838367422992 139838466406101 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25108480 140722662078635 140722662081884 140722662081884 140722662084559 0
[pid=24822/tid=24940] ppid=24818 vsize=10919004 memory=2296 CPUtime=0.11 cores=1,3,5,7
/proc/24822/task/24940/stat : 24940 (java) S 24818 24822 24765 0 -1 1077944384 1126 13033 0 0 3 0 5 3 20 0 15 0 62414396 11181060096 79346 33554432000 4194304 4196468 140722662072896 139837925890672 139838466407042 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25108480 140722662078635 140722662081884 140722662081884 140722662084559 0
[pid=24822/tid=24942] ppid=24818 vsize=10919004 memory=2296 CPUtime=0.08 cores=1,3,5,7
/proc/24822/task/24942/stat : 24942 (java) S 24818 24822 24765 0 -1 1077944384 14 13033 0 0 0 0 5 3 20 0 15 0 62414396 11181060096 79346 33554432000 4194304 4196468 140722662072896 139837826917728 139838466406101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25108480 140722662078635 140722662081884 140722662081884 140722662084559 0
[pid=24822/tid=24944] ppid=24818 vsize=10919004 memory=1408 CPUtime=0.08 cores=1,3,5,7
/proc/24822/task/24944/stat : 24944 (java) S 24818 24822 24765 0 -1 1077944384 1 13033 0 0 0 0 5 3 20 0 15 0 62414397 11181060096 79346 33554432000 4194304 4196468 140722662072896 139837222938240 139838466406101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25108480 140722662078635 140722662081884 140722662081884 140722662084559 0
[pid=24822/tid=24946] ppid=24818 vsize=10919004 memory=1404 CPUtime=0.08 cores=1,3,5,7
/proc/24822/task/24946/stat : 24946 (java) S 24818 24822 24765 0 -1 1077944384 3 13033 0 0 0 0 5 3 20 0 15 0 62414399 11181060096 79346 33554432000 4194304 4196468 140722662072896 139836982647376 139838466414491 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25108480 140722662078635 140722662081884 140722662081884 140722662084559 0
[pid=24822/tid=24947] ppid=24818 vsize=10919004 memory=2460 CPUtime=1.37 cores=1,3,5,7
/proc/24822/task/24947/stat : 24947 (java) R 24818 24822 24765 0 -1 4202560 4134 13033 0 0 128 1 5 3 20 0 15 0 62414399 11181060096 79346 33554432000 4194304 4196468 140722662072896 139837924827872 139838447095428 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25108480 140722662078635 140722662081884 140722662081884 140722662084559 0
[pid=24822/tid=24948] ppid=24818 vsize=10919004 memory=2444 CPUtime=1.44 cores=1,3,5,7
/proc/24822/task/24948/stat : 24948 (java) R 24818 24822 24765 0 -1 4202560 9631 13033 0 0 135 1 5 3 20 0 15 0 62414399 11181060096 79346 33554432000 4194304 4196468 140722662072896 139837923770704 139838445652467 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 25108480 140722662078635 140722662081884 140722662081884 140722662084559 0
[pid=24822/tid=24949] ppid=24818 vsize=10919004 memory=261612 CPUtime=1.45 cores=1,3,5,7
/proc/24822/task/24949/stat : 24949 (java) R 24818 24822 24765 0 -1 4202560 4808 13033 0 0 135 2 5 3 20 0 15 0 62414399 11181060096 79346 33554432000 4194304 4196468 140722662072896 139837922732320 139838445100632 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25108480 140722662078635 140722662081884 140722662081884 140722662084559 0
[pid=24822/tid=24954] ppid=24818 vsize=10919004 memory=244512 CPUtime=0.08 cores=1,3,5,7
/proc/24822/task/24954/stat : 24954 (java) S 24818 24822 24765 0 -1 1077944384 3 13033 0 0 0 0 5 3 20 0 15 0 62414400 11181060096 79346 33554432000 4194304 4196468 140722662072896 139836949088736 139838466406101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25108480 140722662078635 140722662081884 140722662081884 140722662084559 0
[pid=24822/tid=24956] ppid=24818 vsize=10919004 memory=221980 CPUtime=0.08 cores=1,3,5,7
/proc/24822/task/24956/stat : 24956 (java) S 24818 24822 24765 0 -1 1077944384 7 13033 0 0 0 0 5 3 20 0 15 0 62414400 11181060096 79346 33554432000 4194304 4196468 140722662072896 139837921680304 139838466407042 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25108480 140722662078635 140722662081884 140722662081884 140722662084559 0
Current children cumulated CPU time: 8.03 s
Current children cumulated vsize: 10919004 KiB
Current children cumulated memory: 317384 KiB

Child status: 0
Real time (s): 3.98618
CPU time (s): 8.19873
CPU user time (s): 7.96238
CPU system time (s): 0.236345
CPU usage (%): 205.679
Max. virtual memory (cumulated for all children) (KiB): 10919004
Max. memory (cumulated for all children) (KiB): 317384

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.96238
system time used= 0.236345
maximum resident set size= 320120
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 86753
page faults= 0
swaps= 0
block input operations= 0
block output operations= 144
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6706
involuntary context switches= 55


# summary of solver processes directly reported to runsolver:
#   pid: 24822
#   total CPU time (s): 8.19873
#   total CPU user time (s): 7.96238
#   total CPU system time (s): 0.236345

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.043531 second user time and 0.07892 second system time

The end

Launcher Data

Begin job on node105 at 2018-07-24 18:08:32
IDJOB=4294273
IDBENCH=141350
IDSOLVER=2751
FILE ID=node105/4294273-1532448512
RUNJOBID= node105-1532448512-24797
PBS_JOBID= 21021581
Free space on /tmp= 44764 MiB

SOLVER NAME= Concrete 3.8-SuperNG 2018-06-13
BENCH NAME= XCSP18/TemplateDesign/TemplateDesign-m1s-2_c18.xml
COMMAND LINE= concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4294273-1532448512/watcher-4294273-1532448512 -o /tmp/evaluation-result-4294273-1532448512/solver-4294273-1532448512 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1532448512-24797 --watchdog 2580  concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=1498853182 -superng HOME/instance-4294273-1532448512.xml

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

MD5SUM BENCH= a795c17341a98acc8ee8963fc359ded0
RANDOM SEED=1498853182

node105.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.32
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.32
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.32
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.32
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:        22680524 kB
MemAvailable:   31939912 kB
Buffers:          216916 kB
Cached:          9183776 kB
SwapCached:            0 kB
Active:          1638008 kB
Inactive:        7813832 kB
Active(anon):       5836 kB
Inactive(anon):    65412 kB
Active(file):    1632172 kB
Inactive(file):  7748420 kB
Unevictable:        7288 kB
Mlocked:            7288 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             52608 kB
Writeback:             0 kB
AnonPages:         58320 kB
Mapped:            38100 kB
Shmem:             17036 kB
Slab:             333940 kB
SReclaimable:     307256 kB
SUnreclaim:        26684 kB
KernelStack:        3104 kB
PageTables:         5216 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     319448 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      130432 kB
DirectMap2M:    33415168 kB

Free space on /tmp at the end= 44712 MiB
End job on node105 at 2018-07-24 18:08:36