Trace number 4402572

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Concrete 3.12.3SAT 9.80993 4.86514

General information on the benchmark

NameAllInterval/AllInterval-m1-s1/
AllInterval-035.xml
MD5SUMfe30f006f3af9f6842518347a037ed7d
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.031203
Satisfiable
(Un)Satisfiability was proved
Number of variables69
Number of constraints36
Number of domains2
Minimum domain size34
Maximum domain size35
Distribution of domain sizes[{"size":34,"count":34},{"size":35,"count":35}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":36},{"degree":3,"count":33}]
Minimum constraint arity3
Maximum constraint arity35
Distribution of constraint arities[{"arity":3,"count":34},{"arity":34,"count":1},{"arity":35,"count":1}]
Number of extensional constraints0
Number of intensional constraints34
Distribution of constraint types[{"type":"intension","count":34},{"type":"allDifferent","count":2}]
Optimization problemNO
Type of objective

Solver Data

0.78/0.55	c Concrete v3.12.3.1568965526260 running
9.48/4.10	v <instantiation
9.48/4.10	v         >
9.48/4.10	v       <list>
9.48/4.10	v         x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] y[0] y[1] y[2] y[3] y[4] y[5] y[6] y[7] y[8] y[9] y[10] y[11] y[12] y[13] y[14] y[15] y[16] y[17] y[18] y[19] y[20] y[21] y[22] y[23] y[24] y[25] y[26] y[27] y[28] y[29] y[30] y[31] y[32] y[33]
9.48/4.10	v       </list>
9.48/4.10	v       <values>
9.48/4.10	v         20 11 23 12 14 24 10 28 4 19 6 31 8 27 7 29 3 33 0 34 2 30 1 32 5 26 9 25 21 13 18 15 22 16 17 9 12 11 2 10 14 18 24 15 13 25 23 19 20 22 26 30 33 34 32 28 29 31 27 21 17 16 4 8 5 3 7 6 1
9.48/4.10	v       </values>
9.48/4.10	v     </instantiation>
9.48/4.10	s SATISFIABLE

Verifier Data

OK	

Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (1165 MiB free)
  memory of node 1: 16384 MiB (2041 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4402572-1568971535/watcher-4402572-1568971535 -o /tmp/evaluation-result-4402572-1568971535/solver-4402572-1568971535 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node106-1568963957-22250 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1202144846 HOME/instance-4402572-1568971535.xml 

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

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


[startup+0.10965 s]*
/proc/loadavg: 1.27 1.36 1.39 3/218 23682
/proc/meminfo: memFree=3274556/32770624 swapFree=66998008/67108860
[pid=23625] ppid=23622 vsize=10355560 memory=22692 CPUtime=0.11 cores=0,2,4,6
/proc/23625/stat : 23625 (java) S 23622 23625 22219 0 -1 1077944320 4931 13083 0 0 2 1 5 3 20 0 9 0 473407792 10604093440 5673 33554432000 4194304 4196468 140731119569120 140731119551664 140016844562167 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 9330688 140731119577839 140731119580357 140731119580357 140731119583183 0
/proc/23625/statm: 2588890 5673 2102 1 0 2551431 0
[pid=23625/tid=23678] ppid=23622 vsize=10355560 memory=720575944405811505 CPUtime=0.09 cores=0,2,4,6
/proc/23625/task/23678/stat : 23678 (java) R 23622 23625 22219 0 -1 4202560 2686 13083 0 0 1 0 5 3 20 0 9 0 473407801 10604093440 5673 33554432000 4194304 4196468 140731119569120 140016816398192 140016844584093 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9330688 140731119577839 140731119580357 140731119580357 140731119583183 0
[pid=23625/tid=23679] ppid=23622 vsize=10355560 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23625/task/23679/stat : 23679 (java) S 23622 23625 22219 0 -1 1077944384 1 13083 0 0 0 0 5 3 20 0 9 0 473407802 10604093440 5673 33554432000 4194304 4196468 140731119569120 140016848804880 140016844572373 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9330688 140731119577839 140731119580357 140731119580357 140731119583183 0
[pid=23625/tid=23680] ppid=23622 vsize=10355560 memory=3545935778893072032 CPUtime=0.08 cores=0,2,4,6
/proc/23625/task/23680/stat : 23680 (java) S 23622 23625 22219 0 -1 1077944384 1 13083 0 0 0 0 5 3 20 0 9 0 473407802 10604093440 5673 33554432000 4194304 4196468 140731119569120 140016747695248 140016844572373 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9330688 140731119577839 140731119580357 140731119580357 140731119583183 0
[pid=23625/tid=23681] ppid=23622 vsize=10355560 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23625/task/23681/stat : 23681 (java) S 23622 23625 22219 0 -1 1077944384 1 13083 0 0 0 0 5 3 20 0 9 0 473407802 10604093440 5673 33554432000 4194304 4196468 140731119569120 140016746642192 140016844572373 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9330688 140731119577839 140731119580357 140731119580357 140731119583183 0
[pid=23625/tid=23682] ppid=23622 vsize=10355560 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23625/task/23682/stat : 23682 (java) S 23622 23625 22219 0 -1 1077944384 2 13083 0 0 0 0 5 3 20 0 9 0 473407802 10604093440 5673 33554432000 4194304 4196468 140731119569120 140016745589648 140016844572373 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9330688 140731119577839 140731119580357 140731119580357 140731119583183 0
[pid=23625/tid=23683] ppid=23622 vsize=10355560 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23625/task/23683/stat : 23683 (java) S 23622 23625 22219 0 -1 1077944384 2 13083 0 0 0 0 5 3 20 0 9 0 473407803 10604093440 5673 33554432000 4194304 4196468 140731119569120 140015862524144 140016844573314 0 0 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9330688 140731119577839 140731119580357 140731119580357 140731119583183 0
[pid=23625/tid=23684] ppid=23622 vsize=10355560 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/23625/task/23684/stat : 23684 (java) S 23622 23625 22219 0 -1 1077944384 33 13083 0 0 0 0 5 3 20 0 9 0 473407804 10604093440 5673 33554432000 4194304 4196468 140731119569120 140015861470368 140016844572373 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9330688 140731119577839 140731119580357 140731119580357 140731119583183 0
[pid=23625/tid=23685] ppid=23622 vsize=10355560 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23625/task/23685/stat : 23685 (java) S 23622 23625 22219 0 -1 1077944384 1 13083 0 0 0 0 5 3 20 0 9 0 473407804 10604093440 5673 33554432000 4194304 4196468 140731119569120 140015797330736 140016844572373 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9330688 140731119577839 140731119580357 140731119580357 140731119583183 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 10355560 KiB
Current children cumulated memory: 22692 KiB

[startup+0.210367 s]*
/proc/loadavg: 1.27 1.36 1.39 3/227 23691
/proc/meminfo: memFree=3257568/32770624 swapFree=66998008/67108860
[pid=23625] ppid=23622 vsize=10820196 memory=40140 CPUtime=0.27 cores=0,2,4,6
/proc/23625/stat : 23625 (java) S 23622 23625 22219 0 -1 1077944320 7511 13083 0 0 17 2 5 3 20 0 15 0 473407792 11079880704 10035 33554432000 4194304 4196468 140731119569120 140731119551664 140016844562167 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 9330688 140731119577839 140731119580357 140731119580357 140731119583183 0
/proc/23625/statm: 2705049 10035 3297 1 0 2667149 0
[pid=23625/tid=23678] ppid=23622 vsize=10820196 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/23625/task/23678/stat : 23678 (java) R 23622 23625 22219 0 -1 4202560 3995 13083 0 0 10 1 5 3 20 0 15 0 473407801 11079880704 10035 33554432000 4194304 4196468 140731119569120 140016816376352 140016844586045 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9330688 140731119577839 140731119580357 140731119580357 140731119583183 0
[pid=23625/tid=23679] ppid=23622 vsize=10820196 memory=342 CPUtime=0.08 cores=0,2,4,6
/proc/23625/task/23679/stat : 23679 (java) S 23622 23625 22219 0 -1 1077944384 1 13083 0 0 0 0 5 3 20 0 15 0 473407802 11079880704 10035 33554432000 4194304 4196468 140731119569120 140016848804880 140016844572373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9330688 140731119577839 140731119580357 140731119580357 140731119583183 0
[pid=23625/tid=23680] ppid=23622 vsize=10820196 memory=140306103380441 CPUtime=0.08 cores=0,2,4,6
/proc/23625/task/23680/stat : 23680 (java) S 23622 23625 22219 0 -1 1077944384 1 13083 0 0 0 0 5 3 20 0 15 0 473407802 11079880704 10035 33554432000 4194304 4196468 140731119569120 140016747695248 140016844572373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9330688 140731119577839 140731119580357 140731119580357 140731119583183 0
[pid=23625/tid=23681] ppid=23622 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23625/task/23681/stat : 23681 (java) S 23622 23625 22219 0 -1 1077944384 1 13083 0 0 0 0 5 3 20 0 15 0 473407802 11079880704 10035 33554432000 4194304 4196468 140731119569120 140016746642192 140016844572373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9330688 140731119577839 140731119580357 140731119580357 140731119583183 0
[pid=23625/tid=23682] ppid=23622 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/23625/task/23682/stat : 23682 (java) S 23622 23625 22219 0 -1 1077944384 2 13083 0 0 0 0 5 3 20 0 15 0 473407802 11079880704 10035 33554432000 4194304 4196468 140731119569120 140016745589648 140016844572373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9330688 140731119577839 140731119580357 140731119580357 140731119583183 0
[pid=23625/tid=23683] ppid=23622 vsize=10820196 memory=140306100061824 CPUtime=0.08 cores=0,2,4,6
/proc/23625/task/23683/stat : 23683 (java) S 23622 23625 22219 0 -1 1077944384 2 13083 0 0 0 0 5 3 20 0 15 0 473407803 11079880704 10035 33554432000 4194304 4196468 140731119569120 140015862524144 140016844573314 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9330688 140731119577839 140731119580357 140731119580357 140731119583183 0
[pid=23625/tid=23684] ppid=23622 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/23625/task/23684/stat : 23684 (java) S 23622 23625 22219 0 -1 1077944384 33 13083 0 0 0 0 5 3 20 0 15 0 473407804 11079880704 10035 33554432000 4194304 4196468 140731119569120 140015861470368 140016844572373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9330688 140731119577839 140731119580357 140731119580357 140731119583183 0
[pid=23625/tid=23685] ppid=23622 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23625/task/23685/stat : 23685 (java) S 23622 23625 22219 0 -1 1077944384 1 13083 0 0 0 0 5 3 20 0 15 0 473407804 11079880704 10035 33554432000 4194304 4196468 140731119569120 140015797330672 140016844572373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9330688 140731119577839 140731119580357 140731119580357 140731119583183 0
[pid=23625/tid=23686] ppid=23622 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23625/task/23686/stat : 23686 (java) S 23622 23625 22219 0 -1 1077944384 3 13083 0 0 0 0 5 3 20 0 15 0 473407807 11079880704 10035 33554432000 4194304 4196468 140731119569120 140015425116112 140016844580763 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9330688 140731119577839 140731119580357 140731119580357 140731119583183 0
[pid=23625/tid=23687] ppid=23622 vsize=10820196 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/23625/task/23687/stat : 23687 (java) S 23622 23625 22219 0 -1 1077944384 617 13083 0 0 1 0 5 3 20 0 15 0 473407807 11079880704 10035 33554432000 4194304 4196468 140731119569120 140015827913456 140016844573314 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9330688 140731119577839 140731119580357 140731119580357 140731119583183 0
[pid=23625/tid=23688] ppid=23622 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/23625/task/23688/stat : 23688 (java) S 23622 23625 22219 0 -1 1077944384 43 13083 0 0 0 0 5 3 20 0 15 0 473407807 11079880704 10035 33554432000 4194304 4196468 140731119569120 140015826860912 140016844573314 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9330688 140731119577839 140731119580357 140731119580357 140731119583183 0
[pid=23625/tid=23689] ppid=23622 vsize=10820196 memory=140306100061824 CPUtime=0.11 cores=0,2,4,6
/proc/23625/task/23689/stat : 23689 (java) S 23622 23625 22219 0 -1 1077944384 602 13083 0 0 3 0 5 3 20 0 15 0 473407807 11079880704 10035 33554432000 4194304 4196468 140731119569120 140015825807856 140016844573314 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9330688 140731119577839 140731119580357 140731119580357 140731119583183 0
[pid=23625/tid=23690] ppid=23622 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/23625/task/23690/stat : 23690 (java) S 23622 23625 22219 0 -1 1077944384 3 13083 0 0 0 0 5 3 20 0 15 0 473407807 11079880704 10035 33554432000 4194304 4196468 140731119569120 140015391558496 140016844572373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9330688 140731119577839 140731119580357 140731119580357 140731119583183 0
[pid=23625/tid=23691] ppid=23622 vsize=10820196 memory=140306100061824 CPUtime=0.08 cores=0,2,4,6
/proc/23625/task/23691/stat : 23691 (java) S 23622 23625 22219 0 -1 1077944384 1 13083 0 0 0 0 5 3 20 0 15 0 473407807 11079880704 10035 33554432000 4194304 4196468 140731119569120 140015824755248 140016844573314 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9330688 140731119577839 140731119580357 140731119580357 140731119583183 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 40140 KiB

[startup+0.310378 s]*
/proc/loadavg: 1.27 1.36 1.39 3/227 23691
/proc/meminfo: memFree=3247624/32770624 swapFree=66998008/67108860
[pid=23625] ppid=23622 vsize=10820196 memory=48580 CPUtime=0.4 cores=0,2,4,6
/proc/23625/stat : 23625 (java) S 23622 23625 22219 0 -1 1077944320 10852 13083 0 0 29 3 5 3 20 0 15 0 473407792 11079880704 12145 33554432000 4194304 4196468 140731119569120 140731119551664 140016844562167 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 9330688 140731119577839 140731119580357 140731119580357 140731119583183 0
/proc/23625/statm: 2705049 12145 3318 1 0 2667149 0
[pid=23625/tid=23678] ppid=23622 vsize=10820196 memory=8317482817917895235 CPUtime=0.3 cores=0,2,4,6
/proc/23625/task/23678/stat : 23678 (java) R 23622 23625 22219 0 -1 4202560 7328 13083 0 0 19 3 5 3 20 0 15 0 473407801 11079880704 12145 33554432000 4194304 4196468 140731119569120 140016816372304 140016827754901 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9330688 140731119577839 140731119580357 140731119580357 140731119583183 0
[pid=23625/tid=23679] ppid=23622 vsize=10820196 memory=-6957061461084680038 CPUtime=0.08 cores=0,2,4,6
/proc/23625/task/23679/stat : 23679 (java) S 23622 23625 22219 0 -1 1077944384 1 13083 0 0 0 0 5 3 20 0 15 0 473407802 11079880704 12145 33554432000 4194304 4196468 140731119569120 140016848804880 140016844572373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9330688 140731119577839 140731119580357 140731119580357 140731119583183 0
[pid=23625/tid=23680] ppid=23622 vsize=10820196 memory=1398720917958146503 CPUtime=0.08 cores=0,2,4,6
/proc/23625/task/23680/stat : 23680 (java) S 23622 23625 22219 0 -1 1077944384 1 13083 0 0 0 0 5 3 20 0 15 0 473407802 11079880704 12145 33554432000 4194304 4196468 140731119569120 140016747695248 140016844572373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9330688 140731119577839 140731119580357 140731119580357 140731119583183 0
[pid=23625/tid=23681] ppid=23622 vsize=10820196 memory=140306100068817 CPUtime=0.08 cores=0,2,4,6
/proc/23625/task/23681/stat : 23681 (java) S 23622 23625 22219 0 -1 1077944384 1 13083 0 0 0 0 5 3 20 0 15 0 473407802 11079880704 12145 33554432000 4194304 4196468 140731119569120 140016746642192 140016844572373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9330688 140731119577839 140731119580357 140731119580357 140731119583183 0
[pid=23625/tid=23682] ppid=23622 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23625/task/23682/stat : 23682 (java) S 23622 23625 22219 0 -1 1077944384 2 13083 0 0 0 0 5 3 20 0 15 0 473407802 11079880704 12145 33554432000 4194304 4196468 140731119569120 140016745589648 140016844572373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9330688 140731119577839 140731119580357 140731119580357 140731119583183 0
[pid=23625/tid=23683] ppid=23622 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23625/task/23683/stat : 23683 (java) S 23622 23625 22219 0 -1 1077944384 2 13083 0 0 0 0 5 3 20 0 15 0 473407803 11079880704 12145 33554432000 4194304 4196468 140731119569120 140015862524144 140016844573314 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9330688 140731119577839 140731119580357 140731119580357 140731119583183 0
[pid=23625/tid=23684] ppid=23622 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23625/task/23684/stat : 23684 (java) S 23622 23625 22219 0 -1 1077944384 33 13083 0 0 0 0 5 3 20 0 15 0 473407804 11079880704 12145 33554432000 4194304 4196468 140731119569120 140015861470368 140016844572373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9330688 140731119577839 140731119580357 140731119580357 140731119583183 0
[pid=23625/tid=23685] ppid=23622 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23625/task/23685/stat : 23685 (java) S 23622 23625 22219 0 -1 1077944384 1 13083 0 0 0 0 5 3 20 0 15 0 473407804 11079880704 12145 33554432000 4194304 4196468 140731119569120 140015797330672 140016844572373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9330688 140731119577839 140731119580357 140731119580357 140731119583183 0
[pid=23625/tid=23686] ppid=23622 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23625/task/23686/stat : 23686 (java) S 23622 23625 22219 0 -1 1077944384 3 13083 0 0 0 0 5 3 20 0 15 0 473407807 11079880704 12145 33554432000 4194304 4196468 140731119569120 140015425116112 140016844580763 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9330688 140731119577839 140731119580357 140731119580357 140731119583183 0
[pid=23625/tid=23687] ppid=23622 vsize=10820196 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/23625/task/23687/stat : 23687 (java) S 23622 23625 22219 0 -1 1077944384 618 13083 0 0 2 0 5 3 20 0 15 0 473407807 11079880704 12145 33554432000 4194304 4196468 140731119569120 140015827913456 140016844573314 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9330688 140731119577839 140731119580357 140731119580357 140731119583183 0
[pid=23625/tid=23688] ppid=23622 vsize=10820196 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/23625/task/23688/stat : 23688 (java) S 23622 23625 22219 0 -1 1077944384 43 13083 0 0 1 0 5 3 20 0 15 0 473407807 11079880704 12145 33554432000 4194304 4196468 140731119569120 140015826860912 140016844573314 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9330688 140731119577839 140731119580357 140731119580357 140731119583183 0
[pid=23625/tid=23689] ppid=23622 vsize=10820196 memory=140306100061824 CPUtime=0.13 cores=0,2,4,6
/proc/23625/task/23689/stat : 23689 (java) S 23622 23625 22219 0 -1 1077944384 611 13083 0 0 5 0 5 3 20 0 15 0 473407807 11079880704 12145 33554432000 4194304 4196468 140731119569120 140015825807856 140016844573314 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9330688 140731119577839 140731119580357 140731119580357 140731119583183 0
[pid=23625/tid=23690] ppid=23622 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/23625/task/23690/stat : 23690 (java) S 23622 23625 22219 0 -1 1077944384 3 13083 0 0 0 0 5 3 20 0 15 0 473407807 11079880704 12145 33554432000 4194304 4196468 140731119569120 140015391558496 140016844572373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9330688 140731119577839 140731119580357 140731119580357 140731119583183 0
[pid=23625/tid=23691] ppid=23622 vsize=10820196 memory=140306100061824 CPUtime=0.08 cores=0,2,4,6
/proc/23625/task/23691/stat : 23691 (java) S 23622 23625 22219 0 -1 1077944384 1 13083 0 0 0 0 5 3 20 0 15 0 473407807 11079880704 12145 33554432000 4194304 4196468 140731119569120 140015824755248 140016844573314 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9330688 140731119577839 140731119580357 140731119580357 140731119583183 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 48580 KiB

[startup+0.703581 s]
/proc/loadavg: 1.27 1.36 1.39 4/227 23691
/proc/meminfo: memFree=3232084/32770624 swapFree=66998008/67108860
[pid=23625] ppid=23622 vsize=10824364 memory=82072 CPUtime=1.16 cores=0,2,4,6
/proc/23625/stat : 23625 (java) S 23622 23625 22219 0 -1 1077944320 15212 13083 0 0 103 5 5 3 20 0 15 0 473407792 11084148736 20518 33554432000 4194304 4196468 140731119569120 140731119551664 140016844562167 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 9330688 140731119577839 140731119580357 140731119580357 140731119583183 0
/proc/23625/statm: 2706091 20518 3513 1 0 2668173 0
[pid=23625/tid=23678] ppid=23622 vsize=10824364 memory=53 CPUtime=0.68 cores=0,2,4,6
/proc/23625/task/23678/stat : 23678 (java) R 23622 23625 22219 0 -1 4202560 10511 13083 0 0 56 4 5 3 20 0 15 0 473407801 11084148736 20518 33554432000 4194304 4196468 140731119569120 140016816389120 140016844574102 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9330688 140731119577839 140731119580357 140731119580357 140731119583183 0
[pid=23625/tid=23679] ppid=23622 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23625/task/23679/stat : 23679 (java) S 23622 23625 22219 0 -1 1077944384 1 13083 0 0 0 0 5 3 20 0 15 0 473407802 11084148736 20518 33554432000 4194304 4196468 140731119569120 140016848804880 140016844572373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9330688 140731119577839 140731119580357 140731119580357 140731119583183 0
[pid=23625/tid=23680] ppid=23622 vsize=10824364 memory=2024 CPUtime=0.08 cores=0,2,4,6
/proc/23625/task/23680/stat : 23680 (java) S 23622 23625 22219 0 -1 1077944384 1 13083 0 0 0 0 5 3 20 0 15 0 473407802 11084148736 20518 33554432000 4194304 4196468 140731119569120 140016747695248 140016844572373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9330688 140731119577839 140731119580357 140731119580357 140731119583183 0
[pid=23625/tid=23681] ppid=23622 vsize=10824364 memory=1376 CPUtime=0.08 cores=0,2,4,6
/proc/23625/task/23681/stat : 23681 (java) S 23622 23625 22219 0 -1 1077944384 1 13083 0 0 0 0 5 3 20 0 15 0 473407802 11084148736 20518 33554432000 4194304 4196468 140731119569120 140016746642192 140016844572373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9330688 140731119577839 140731119580357 140731119580357 140731119583183 0
[pid=23625/tid=23682] ppid=23622 vsize=10824364 memory=1128 CPUtime=0.08 cores=0,2,4,6
/proc/23625/task/23682/stat : 23682 (java) S 23622 23625 22219 0 -1 1077944384 2 13083 0 0 0 0 5 3 20 0 15 0 473407802 11084148736 20518 33554432000 4194304 4196468 140731119569120 140016745589648 140016844572373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9330688 140731119577839 140731119580357 140731119580357 140731119583183 0
[pid=23625/tid=23683] ppid=23622 vsize=10824364 memory=772 CPUtime=0.08 cores=0,2,4,6
/proc/23625/task/23683/stat : 23683 (java) S 23622 23625 22219 0 -1 1077944384 5 13083 0 0 0 0 5 3 20 0 15 0 473407803 11084148736 20518 33554432000 4194304 4196468 140731119569120 140015862524144 140016844573314 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9330688 140731119577839 140731119580357 140731119580357 140731119583183 0
[pid=23625/tid=23684] ppid=23622 vsize=10824364 memory=3648 CPUtime=0.08 cores=0,2,4,6
/proc/23625/task/23684/stat : 23684 (java) S 23622 23625 22219 0 -1 1077944384 33 13083 0 0 0 0 5 3 20 0 15 0 473407804 11084148736 20518 33554432000 4194304 4196468 140731119569120 140015861470368 140016844572373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9330688 140731119577839 140731119580357 140731119580357 140731119583183 0
[pid=23625/tid=23685] ppid=23622 vsize=10824364 memory=948 CPUtime=0.08 cores=0,2,4,6
/proc/23625/task/23685/stat : 23685 (java) S 23622 23625 22219 0 -1 1077944384 1 13083 0 0 0 0 5 3 20 0 15 0 473407804 11084148736 20518 33554432000 4194304 4196468 140731119569120 140015797330672 140016844572373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9330688 140731119577839 140731119580357 140731119580357 140731119583183 0
[pid=23625/tid=23686] ppid=23622 vsize=10824364 memory=1316 CPUtime=0.08 cores=0,2,4,6
/proc/23625/task/23686/stat : 23686 (java) S 23622 23625 22219 0 -1 1077944384 3 13083 0 0 0 0 5 3 20 0 15 0 473407807 11084148736 20518 33554432000 4194304 4196468 140731119569120 140015425116112 140016844580763 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9330688 140731119577839 140731119580357 140731119580357 140731119583183 0
[pid=23625/tid=23687] ppid=23622 vsize=10824364 memory=0 CPUtime=0.22 cores=0,2,4,6
/proc/23625/task/23687/stat : 23687 (java) R 23622 23625 22219 0 -1 4202560 990 13083 0 0 14 0 5 3 20 0 15 0 473407807 11084148736 20518 33554432000 4194304 4196468 140731119569120 140015827913456 140016826083373 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9330688 140731119577839 140731119580357 140731119580357 140731119583183 0
[pid=23625/tid=23688] ppid=23622 vsize=10824364 memory=0 CPUtime=0.23 cores=0,2,4,6
/proc/23625/task/23688/stat : 23688 (java) S 23622 23625 22219 0 -1 1077944384 638 13083 0 0 15 0 5 3 20 0 15 0 473407807 11084148736 20518 33554432000 4194304 4196468 140731119569120 140015826860912 140016844573314 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9330688 140731119577839 140731119580357 140731119580357 140731119583183 0
[pid=23625/tid=23689] ppid=23622 vsize=10824364 memory=0 CPUtime=0.25 cores=0,2,4,6
/proc/23625/task/23689/stat : 23689 (java) R 23622 23625 22219 0 -1 1077944384 816 13083 0 0 17 0 5 3 20 0 15 0 473407807 11084148736 20518 33554432000 4194304 4196468 140731119569120 140015825807856 140016844573314 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 9330688 140731119577839 140731119580357 140731119580357 140731119583183 0
[pid=23625/tid=23690] ppid=23622 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23625/task/23690/stat : 23690 (java) S 23622 23625 22219 0 -1 1077944384 3 13083 0 0 0 0 5 3 20 0 15 0 473407807 11084148736 20518 33554432000 4194304 4196468 140731119569120 140015391558496 140016844572373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9330688 140731119577839 140731119580357 140731119580357 140731119583183 0
[pid=23625/tid=23691] ppid=23622 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23625/task/23691/stat : 23691 (java) S 23622 23625 22219 0 -1 1077944384 1 13083 0 0 0 0 5 3 20 0 15 0 473407807 11084148736 20518 33554432000 4194304 4196468 140731119569120 140015824755248 140016844573314 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9330688 140731119577839 140731119580357 140731119580357 140731119583183 0
Current children cumulated CPU time: 1.16 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 82072 KiB

[startup+1.5012 s]
/proc/loadavg: 1.27 1.36 1.39 4/227 23691
/proc/meminfo: memFree=3188076/32770624 swapFree=66998008/67108860
[pid=23625] ppid=23622 vsize=10834680 memory=167504 CPUtime=2.46 cores=0,2,4,6
/proc/23625/stat : 23625 (java) S 23622 23625 22219 0 -1 1077944320 20619 13083 0 0 229 9 5 3 20 0 15 0 473407792 11094712320 41876 33554432000 4194304 4196468 140731119569120 140731119551664 140016844562167 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 9330688 140731119577839 140731119580357 140731119580357 140731119583183 0
/proc/23625/statm: 2708670 41876 3574 1 0 2670733 0
[pid=23625/tid=23678] ppid=23622 vsize=10834680 memory=280611957031328 CPUtime=1.44 cores=0,2,4,6
/proc/23625/task/23678/stat : 23678 (java) R 23622 23625 22219 0 -1 4202560 15053 13083 0 0 131 5 5 3 20 0 15 0 473407801 11094712320 41876 33554432000 4194304 4196468 140731119569120 140016816378512 140016844574102 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9330688 140731119577839 140731119580357 140731119580357 140731119583183 0
[pid=23625/tid=23679] ppid=23622 vsize=10834680 memory=103644137523690 CPUtime=0.09 cores=0,2,4,6
/proc/23625/task/23679/stat : 23679 (java) S 23622 23625 22219 0 -1 1077944384 28 13083 0 0 1 0 5 3 20 0 15 0 473407802 11094712320 41876 33554432000 4194304 4196468 140731119569120 140016848804880 140016844572373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9330688 140731119577839 140731119580357 140731119580357 140731119583183 0
[pid=23625/tid=23680] ppid=23622 vsize=10834680 memory=280611957170176 CPUtime=0.08 cores=0,2,4,6
/proc/23625/task/23680/stat : 23680 (java) S 23622 23625 22219 0 -1 1077944384 24 13083 0 0 0 0 5 3 20 0 15 0 473407802 11094712320 41876 33554432000 4194304 4196468 140731119569120 140016747695248 140016844572373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9330688 140731119577839 140731119580357 140731119580357 140731119583183 0
[pid=23625/tid=23681] ppid=23622 vsize=10834680 memory=241759414171850 CPUtime=0.09 cores=0,2,4,6
/proc/23625/task/23681/stat : 23681 (java) S 23622 23625 22219 0 -1 1077944384 17 13083 0 0 1 0 5 3 20 0 15 0 473407802 11094712320 41876 33554432000 4194304 4196468 140731119569120 140016746642192 140016844572373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9330688 140731119577839 140731119580357 140731119580357 140731119583183 0
[pid=23625/tid=23682] ppid=23622 vsize=10834680 memory=241759414171851 CPUtime=0.09 cores=0,2,4,6
/proc/23625/task/23682/stat : 23682 (java) S 23622 23625 22219 0 -1 1077944384 36 13083 0 0 1 0 5 3 20 0 15 0 473407802 11094712320 41876 33554432000 4194304 4196468 140731119569120 140016745589648 140016844572373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9330688 140731119577839 140731119580357 140731119580357 140731119583183 0
[pid=23625/tid=23683] ppid=23622 vsize=10834680 memory=241759414171852 CPUtime=0.09 cores=0,2,4,6
/proc/23625/task/23683/stat : 23683 (java) S 23622 23625 22219 0 -1 1077944384 36 13083 0 0 1 0 5 3 20 0 15 0 473407803 11094712320 41876 33554432000 4194304 4196468 140731119569120 140015862524144 140016844573314 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9330688 140731119577839 140731119580357 140731119580357 140731119583183 0
[pid=23625/tid=23684] ppid=23622 vsize=10834680 memory=241759414171853 CPUtime=0.08 cores=0,2,4,6
/proc/23625/task/23684/stat : 23684 (java) S 23622 23625 22219 0 -1 1077944384 35 13083 0 0 0 0 5 3 20 0 15 0 473407804 11094712320 41876 33554432000 4194304 4196468 140731119569120 140015861470432 140016844572373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9330688 140731119577839 140731119580357 140731119580357 140731119583183 0
[pid=23625/tid=23685] ppid=23622 vsize=10834680 memory=241759414171854 CPUtime=0.08 cores=0,2,4,6
/proc/23625/task/23685/stat : 23685 (java) S 23622 23625 22219 0 -1 1077944384 7 13083 0 0 0 0 5 3 20 0 15 0 473407804 11094712320 41876 33554432000 4194304 4196468 140731119569120 140015797330672 140016844572373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9330688 140731119577839 140731119580357 140731119580357 140731119583183 0
[pid=23625/tid=23686] ppid=23622 vsize=10834680 memory=164 CPUtime=0.08 cores=0,2,4,6
/proc/23625/task/23686/stat : 23686 (java) S 23622 23625 22219 0 -1 1077944384 3 13083 0 0 0 0 5 3 20 0 15 0 473407807 11094712320 41876 33554432000 4194304 4196468 140731119569120 140015425116112 140016844580763 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9330688 140731119577839 140731119580357 140731119580357 140731119583183 0
[pid=23625/tid=23687] ppid=23622 vsize=10834680 memory=-2748367524519556131 CPUtime=0.33 cores=0,2,4,6
/proc/23625/task/23687/stat : 23687 (java) S 23622 23625 22219 0 -1 1077944384 1044 13083 0 0 25 0 5 3 20 0 15 0 473407807 11094712320 41876 33554432000 4194304 4196468 140731119569120 140015827913456 140016844573314 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9330688 140731119577839 140731119580357 140731119580357 140731119583183 0
[pid=23625/tid=23688] ppid=23622 vsize=10834680 memory=-3756611412707075625 CPUtime=0.33 cores=0,2,4,6
/proc/23625/task/23688/stat : 23688 (java) R 23622 23625 22219 0 -1 1077944384 693 13083 0 0 25 0 5 3 20 0 15 0 473407807 11094712320 41876 33554432000 4194304 4196468 140731119569120 140015826860912 140016844573314 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 9330688 140731119577839 140731119580357 140731119580357 140731119583183 0
[pid=23625/tid=23689] ppid=23622 vsize=10834680 memory=-4190076264842474805 CPUtime=0.48 cores=0,2,4,6
/proc/23625/task/23689/stat : 23689 (java) R 23622 23625 22219 0 -1 4202560 1433 13083 0 0 40 0 5 3 20 0 15 0 473407807 11094712320 41876 33554432000 4194304 4196468 140731119569120 140015825807856 140016824875862 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9330688 140731119577839 140731119580357 140731119580357 140731119583183 0

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

/proc/23625/statm: 2712493 67973 3611 1 0 2674548 0
[pid=23625/tid=23678] ppid=23622 vsize=10849972 memory=5859271421084063570 CPUtime=3 cores=0,2,4,6
/proc/23625/task/23678/stat : 23678 (java) R 23622 23625 22219 0 -1 4202560 22025 13083 0 0 283 9 5 3 20 0 15 0 473407801 11110371328 67973 33554432000 4194304 4196468 140731119569120 140016816394672 140016431322821 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9330688 140731119577839 140731119580357 140731119580357 140731119583183 0
[pid=23625/tid=23679] ppid=23622 vsize=10849972 memory=7025 CPUtime=0.11 cores=0,2,4,6
/proc/23625/task/23679/stat : 23679 (java) S 23622 23625 22219 0 -1 1077944384 111 13083 0 0 3 0 5 3 20 0 15 0 473407802 11110371328 67973 33554432000 4194304 4196468 140731119569120 140016848804880 140016844572373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9330688 140731119577839 140731119580357 140731119580357 140731119583183 0
[pid=23625/tid=23680] ppid=23622 vsize=10849972 memory=4420 CPUtime=0.11 cores=0,2,4,6
/proc/23625/task/23680/stat : 23680 (java) S 23622 23625 22219 0 -1 1077944384 57 13083 0 0 2 1 5 3 20 0 15 0 473407802 11110371328 67973 33554432000 4194304 4196468 140731119569120 140016747695248 140016844572373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9330688 140731119577839 140731119580357 140731119580357 140731119583183 0
[pid=23625/tid=23681] ppid=23622 vsize=10849972 memory=6628 CPUtime=0.11 cores=0,2,4,6
/proc/23625/task/23681/stat : 23681 (java) S 23622 23625 22219 0 -1 1077944384 63 13083 0 0 3 0 5 3 20 0 15 0 473407802 11110371328 67973 33554432000 4194304 4196468 140731119569120 140016746642192 140016844572373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9330688 140731119577839 140731119580357 140731119580357 140731119583183 0
[pid=23625/tid=23682] ppid=23622 vsize=10849972 memory=56 CPUtime=0.11 cores=0,2,4,6
/proc/23625/task/23682/stat : 23682 (java) S 23622 23625 22219 0 -1 1077944384 342 13083 0 0 3 0 5 3 20 0 15 0 473407802 11110371328 67973 33554432000 4194304 4196468 140731119569120 140016745589648 140016844572373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9330688 140731119577839 140731119580357 140731119580357 140731119583183 0
[pid=23625/tid=23683] ppid=23622 vsize=10849972 memory=0 CPUtime=0.11 cores=0,2,4,6
/proc/23625/task/23683/stat : 23683 (java) S 23622 23625 22219 0 -1 1077944384 1423 13083 0 0 3 0 5 3 20 0 15 0 473407803 11110371328 67973 33554432000 4194304 4196468 140731119569120 140015862524144 140016844573314 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9330688 140731119577839 140731119580357 140731119580357 140731119583183 0
[pid=23625/tid=23684] ppid=23622 vsize=10849972 memory=2670028 CPUtime=0.08 cores=0,2,4,6
/proc/23625/task/23684/stat : 23684 (java) S 23622 23625 22219 0 -1 1077944384 35 13083 0 0 0 0 5 3 20 0 15 0 473407804 11110371328 67973 33554432000 4194304 4196468 140731119569120 140015861470432 140016844572373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9330688 140731119577839 140731119580357 140731119580357 140731119583183 0
[pid=23625/tid=23685] ppid=23622 vsize=10849972 memory=2671437 CPUtime=0.08 cores=0,2,4,6
/proc/23625/task/23685/stat : 23685 (java) S 23622 23625 22219 0 -1 1077944384 7 13083 0 0 0 0 5 3 20 0 15 0 473407804 11110371328 67973 33554432000 4194304 4196468 140731119569120 140015797330688 140016844572373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9330688 140731119577839 140731119580357 140731119580357 140731119583183 0
[pid=23625/tid=23686] ppid=23622 vsize=10849972 memory=18244 CPUtime=0.08 cores=0,2,4,6
/proc/23625/task/23686/stat : 23686 (java) S 23622 23625 22219 0 -1 1077944384 3 13083 0 0 0 0 5 3 20 0 15 0 473407807 11110371328 67973 33554432000 4194304 4196468 140731119569120 140015425116112 140016844580763 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9330688 140731119577839 140731119580357 140731119580357 140731119583183 0
[pid=23625/tid=23687] ppid=23622 vsize=10849972 memory=12024 CPUtime=1.12 cores=0,2,4,6
/proc/23625/task/23687/stat : 23687 (java) R 23622 23625 22219 0 -1 4202560 3243 13083 0 0 104 0 5 3 20 0 15 0 473407807 11110371328 67973 33554432000 4194304 4196468 140731119569120 140015827896528 140016828054333 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9330688 140731119577839 140731119580357 140731119580357 140731119583183 0
[pid=23625/tid=23688] ppid=23622 vsize=10849972 memory=1556 CPUtime=1.27 cores=0,2,4,6
/proc/23625/task/23688/stat : 23688 (java) R 23622 23625 22219 0 -1 4202560 6638 13083 0 0 119 0 5 3 20 0 15 0 473407807 11110371328 67973 33554432000 4194304 4196468 140731119569120 140015826847072 140016822448497 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 9330688 140731119577839 140731119580357 140731119580357 140731119583183 0
[pid=23625/tid=23689] ppid=23622 vsize=10849972 memory=500 CPUtime=1.21 cores=0,2,4,6
/proc/23625/task/23689/stat : 23689 (java) S 23622 23625 22219 0 -1 1077944384 6029 13083 0 0 111 2 5 3 20 0 15 0 473407807 11110371328 67973 33554432000 4194304 4196468 140731119569120 140015825807856 140016844573314 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9330688 140731119577839 140731119580357 140731119580357 140731119583183 0
[pid=23625/tid=23690] ppid=23622 vsize=10849972 memory=928 CPUtime=0.08 cores=0,2,4,6
/proc/23625/task/23690/stat : 23690 (java) S 23622 23625 22219 0 -1 1077944384 3 13083 0 0 0 0 5 3 20 0 15 0 473407807 11110371328 67973 33554432000 4194304 4196468 140731119569120 140015391558496 140016844572373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9330688 140731119577839 140731119580357 140731119580357 140731119583183 0
[pid=23625/tid=23691] ppid=23622 vsize=10849972 memory=1728 CPUtime=0.08 cores=0,2,4,6
/proc/23625/task/23691/stat : 23691 (java) S 23622 23625 22219 0 -1 1077944384 1 13083 0 0 0 0 5 3 20 0 15 0 473407807 11110371328 67973 33554432000 4194304 4196468 140731119569120 140015824755248 140016844573314 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9330688 140731119577839 140731119580357 140731119580357 140731119583183 0
Current children cumulated CPU time: 6.6 s
Current children cumulated vsize: 10849972 KiB
Current children cumulated memory: 271892 KiB

[startup+4.86511 s]
# the end of solver process 23625 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=9.58014 s, system=0.229791 s

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

[startup+3.20166 s]
/proc/loadavg: 1.27 1.36 1.39 5/227 23693
/proc/meminfo: memFree=3030040/32770624 swapFree=66998008/67108860
[pid=23625] ppid=23622 vsize=10849984 memory=277716 CPUtime=6.9 cores=0,2,4,6
/proc/23625/stat : 23625 (java) S 23622 23625 22219 0 -1 1077944320 44748 13083 0 0 665 17 5 3 20 0 15 0 473407792 11110383616 69429 33554432000 4194304 4196468 140731119569120 140731119551664 140016844562167 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 9330688 140731119577839 140731119580357 140731119580357 140731119583183 0
/proc/23625/statm: 2712496 69429 3612 1 0 2674551 0
[pid=23625/tid=23678] ppid=23622 vsize=10849984 memory=6791534058613427641 CPUtime=3.09 cores=0,2,4,6
/proc/23625/task/23678/stat : 23678 (java) R 23622 23625 22219 0 -1 4202560 22257 13083 0 0 292 9 5 3 20 0 15 0 473407801 11110383616 69429 33554432000 4194304 4196468 140731119569120 140016816394672 140016430295244 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9330688 140731119577839 140731119580357 140731119580357 140731119583183 0
[pid=23625/tid=23679] ppid=23622 vsize=10849984 memory=2609 CPUtime=0.11 cores=0,2,4,6
/proc/23625/task/23679/stat : 23679 (java) S 23622 23625 22219 0 -1 1077944384 111 13083 0 0 3 0 5 3 20 0 15 0 473407802 11110383616 69429 33554432000 4194304 4196468 140731119569120 140016848804880 140016844572373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9330688 140731119577839 140731119580357 140731119580357 140731119583183 0
[pid=23625/tid=23680] ppid=23622 vsize=10849984 memory=9126232286719478932 CPUtime=0.11 cores=0,2,4,6
/proc/23625/task/23680/stat : 23680 (java) S 23622 23625 22219 0 -1 1077944384 57 13083 0 0 2 1 5 3 20 0 15 0 473407802 11110383616 69429 33554432000 4194304 4196468 140731119569120 140016747695248 140016844572373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9330688 140731119577839 140731119580357 140731119580357 140731119583183 0
[pid=23625/tid=23681] ppid=23622 vsize=10849984 memory=7306916055891837009 CPUtime=0.11 cores=0,2,4,6
/proc/23625/task/23681/stat : 23681 (java) S 23622 23625 22219 0 -1 1077944384 63 13083 0 0 3 0 5 3 20 0 15 0 473407802 11110383616 69429 33554432000 4194304 4196468 140731119569120 140016746642192 140016844572373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9330688 140731119577839 140731119580357 140731119580357 140731119583183 0
[pid=23625/tid=23682] ppid=23622 vsize=10849984 memory=288291086406565149 CPUtime=0.11 cores=0,2,4,6
/proc/23625/task/23682/stat : 23682 (java) S 23622 23625 22219 0 -1 1077944384 342 13083 0 0 3 0 5 3 20 0 15 0 473407802 11110383616 69429 33554432000 4194304 4196468 140731119569120 140016745589648 140016844572373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9330688 140731119577839 140731119580357 140731119580357 140731119583183 0
[pid=23625/tid=23683] ppid=23622 vsize=10849984 memory=3211419 CPUtime=0.11 cores=0,2,4,6
/proc/23625/task/23683/stat : 23683 (java) S 23622 23625 22219 0 -1 1077944384 1423 13083 0 0 3 0 5 3 20 0 15 0 473407803 11110383616 69429 33554432000 4194304 4196468 140731119569120 140015862524144 140016844573314 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9330688 140731119577839 140731119580357 140731119580357 140731119583183 0
[pid=23625/tid=23684] ppid=23622 vsize=10849984 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23625/task/23684/stat : 23684 (java) S 23622 23625 22219 0 -1 1077944384 35 13083 0 0 0 0 5 3 20 0 15 0 473407804 11110383616 69429 33554432000 4194304 4196468 140731119569120 140015861470432 140016844572373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9330688 140731119577839 140731119580357 140731119580357 140731119583183 0
[pid=23625/tid=23685] ppid=23622 vsize=10849984 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23625/task/23685/stat : 23685 (java) S 23622 23625 22219 0 -1 1077944384 7 13083 0 0 0 0 5 3 20 0 15 0 473407804 11110383616 69429 33554432000 4194304 4196468 140731119569120 140015797330688 140016844572373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9330688 140731119577839 140731119580357 140731119580357 140731119583183 0
[pid=23625/tid=23686] ppid=23622 vsize=10849984 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23625/task/23686/stat : 23686 (java) S 23622 23625 22219 0 -1 1077944384 3 13083 0 0 0 0 5 3 20 0 15 0 473407807 11110383616 69429 33554432000 4194304 4196468 140731119569120 140015425116112 140016844580763 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9330688 140731119577839 140731119580357 140731119580357 140731119583183 0
[pid=23625/tid=23687] ppid=23622 vsize=10849984 memory=0 CPUtime=1.21 cores=0,2,4,6
/proc/23625/task/23687/stat : 23687 (java) R 23622 23625 22219 0 -1 4202560 4179 13083 0 0 113 0 5 3 20 0 15 0 473407807 11110383616 69429 33554432000 4194304 4196468 140731119569120 140015827902736 140016823786468 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9330688 140731119577839 140731119580357 140731119580357 140731119583183 0
[pid=23625/tid=23688] ppid=23622 vsize=10849984 memory=89352 CPUtime=1.36 cores=0,2,4,6
/proc/23625/task/23688/stat : 23688 (java) R 23622 23625 22219 0 -1 4202560 7696 13083 0 0 128 0 5 3 20 0 15 0 473407807 11110383616 69429 33554432000 4194304 4196468 140731119569120 140015826846792 140016826106729 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 9330688 140731119577839 140731119580357 140731119580357 140731119583183 0
[pid=23625/tid=23689] ppid=23622 vsize=10849984 memory=1548 CPUtime=1.23 cores=0,2,4,6
/proc/23625/task/23689/stat : 23689 (java) S 23622 23625 22219 0 -1 1077944384 6365 13083 0 0 113 2 5 3 20 0 15 0 473407807 11110383616 69429 33554432000 4194304 4196468 140731119569120 140015825807856 140016844573314 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9330688 140731119577839 140731119580357 140731119580357 140731119583183 0
[pid=23625/tid=23690] ppid=23622 vsize=10849984 memory=628 CPUtime=0.08 cores=0,2,4,6
/proc/23625/task/23690/stat : 23690 (java) S 23622 23625 22219 0 -1 1077944384 3 13083 0 0 0 0 5 3 20 0 15 0 473407807 11110383616 69429 33554432000 4194304 4196468 140731119569120 140015391558496 140016844572373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9330688 140731119577839 140731119580357 140731119580357 140731119583183 0
[pid=23625/tid=23691] ppid=23622 vsize=10849984 memory=1056 CPUtime=0.08 cores=0,2,4,6
/proc/23625/task/23691/stat : 23691 (java) S 23622 23625 22219 0 -1 1077944384 1 13083 0 0 0 0 5 3 20 0 15 0 473407807 11110383616 69429 33554432000 4194304 4196468 140731119569120 140015824755248 140016844573314 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9330688 140731119577839 140731119580357 140731119580357 140731119583183 0
Current children cumulated CPU time: 6.9 s
Current children cumulated vsize: 10849984 KiB
Current children cumulated memory: 277716 KiB

[startup+4.00263 s]*
/proc/loadavg: 1.41 1.39 1.40 5/227 23693
/proc/meminfo: memFree=2958856/32770624 swapFree=66998008/67108860
[pid=23625] ppid=23622 vsize=10849048 memory=340396 CPUtime=9.48 cores=0,2,4,6
/proc/23625/stat : 23625 (java) S 23622 23625 22219 0 -1 1077944320 48583 13083 0 0 922 18 5 3 20 0 15 0 473407792 11109425152 85075 33554432000 4194304 4196468 140731119569120 140731119551664 140016844562167 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 9330688 140731119577839 140731119580357 140731119580357 140731119583183 0
/proc/23625/statm: 2712262 85099 3621 1 0 2674317 0
[pid=23625/tid=23678] ppid=23622 vsize=10849048 memory=729618466451226929 CPUtime=3.89 cores=0,2,4,6
/proc/23625/task/23678/stat : 23678 (java) R 23622 23625 22219 0 -1 4202560 22568 13083 0 0 371 10 5 3 20 0 15 0 473407801 11109425152 85099 33554432000 4194304 4196468 140731119569120 140016816392448 140016844583514 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9330688 140731119577839 140731119580357 140731119580357 140731119583183 0
[pid=23625/tid=23679] ppid=23622 vsize=10849048 memory=0 CPUtime=0.11 cores=0,2,4,6
/proc/23625/task/23679/stat : 23679 (java) S 23622 23625 22219 0 -1 1077944384 128 13083 0 0 3 0 5 3 20 0 15 0 473407802 11109425152 85099 33554432000 4194304 4196468 140731119569120 140016848804880 140016844572373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9330688 140731119577839 140731119580357 140731119580357 140731119583183 0
[pid=23625/tid=23680] ppid=23622 vsize=10849048 memory=3545935778893072032 CPUtime=0.11 cores=0,2,4,6
/proc/23625/task/23680/stat : 23680 (java) S 23622 23625 22219 0 -1 1077944384 62 13083 0 0 2 1 5 3 20 0 15 0 473407802 11109425152 85099 33554432000 4194304 4196468 140731119569120 140016747695248 140016844572373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9330688 140731119577839 140731119580357 140731119580357 140731119583183 0
[pid=23625/tid=23681] ppid=23622 vsize=10849048 memory=33 CPUtime=0.11 cores=0,2,4,6
/proc/23625/task/23681/stat : 23681 (java) S 23622 23625 22219 0 -1 1077944384 75 13083 0 0 3 0 5 3 20 0 15 0 473407802 11109425152 85099 33554432000 4194304 4196468 140731119569120 140016746642192 140016844572373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9330688 140731119577839 140731119580357 140731119580357 140731119583183 0
[pid=23625/tid=23682] ppid=23622 vsize=10849048 memory=2527722473217 CPUtime=0.11 cores=0,2,4,6
/proc/23625/task/23682/stat : 23682 (java) S 23622 23625 22219 0 -1 1077944384 351 13083 0 0 3 0 5 3 20 0 15 0 473407802 11109425152 85099 33554432000 4194304 4196468 140731119569120 140016745589648 140016844572373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9330688 140731119577839 140731119580357 140731119580357 140731119583183 0
[pid=23625/tid=23683] ppid=23622 vsize=10849048 memory=0 CPUtime=0.11 cores=0,2,4,6
/proc/23625/task/23683/stat : 23683 (java) S 23622 23625 22219 0 -1 1077944384 1430 13083 0 0 3 0 5 3 20 0 15 0 473407803 11109425152 85099 33554432000 4194304 4196468 140731119569120 140015862524144 140016844573314 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9330688 140731119577839 140731119580357 140731119580357 140731119583183 0
[pid=23625/tid=23684] ppid=23622 vsize=10849048 memory=3761692294704805936 CPUtime=0.08 cores=0,2,4,6
/proc/23625/task/23684/stat : 23684 (java) S 23622 23625 22219 0 -1 1077944384 43 13083 0 0 0 0 5 3 20 0 15 0 473407804 11109425152 85099 33554432000 4194304 4196468 140731119569120 140015861470432 140016844572373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9330688 140731119577839 140731119580357 140731119580357 140731119583183 0
[pid=23625/tid=23685] ppid=23622 vsize=10849048 memory=6935649255759568960 CPUtime=0.08 cores=0,2,4,6
/proc/23625/task/23685/stat : 23685 (java) S 23622 23625 22219 0 -1 1077944384 15 13083 0 0 0 0 5 3 20 0 15 0 473407804 11109425152 85099 33554432000 4194304 4196468 140731119569120 140015797330688 140016844572373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9330688 140731119577839 140731119580357 140731119580357 140731119583183 0
[pid=23625/tid=23686] ppid=23622 vsize=10849048 memory=-9103030981133442421 CPUtime=0.08 cores=0,2,4,6
/proc/23625/task/23686/stat : 23686 (java) S 23622 23625 22219 0 -1 1077944384 3 13083 0 0 0 0 5 3 20 0 15 0 473407807 11109425152 85099 33554432000 4194304 4196468 140731119569120 140015425116112 140016844580763 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9330688 140731119577839 140731119580357 140731119580357 140731119583183 0
[pid=23625/tid=23687] ppid=23622 vsize=10849048 memory=0 CPUtime=1.99 cores=0,2,4,6
/proc/23625/task/23687/stat : 23687 (java) R 23622 23625 22219 0 -1 4202560 5589 13083 0 0 191 0 5 3 20 0 15 0 473407807 11109425152 85099 33554432000 4194304 4196468 140731119569120 140015827899696 140016826090231 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9330688 140731119577839 140731119580357 140731119580357 140731119583183 0
[pid=23625/tid=23688] ppid=23622 vsize=10849048 memory=8097827316026060847 CPUtime=2.14 cores=0,2,4,6
/proc/23625/task/23688/stat : 23688 (java) R 23622 23625 22219 0 -1 4202560 8987 13083 0 0 205 1 5 3 20 0 15 0 473407807 11109425152 85099 33554432000 4194304 4196468 140731119569120 140015826850704 140016829364688 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9330688 140731119577839 140731119580357 140731119580357 140731119583183 0
[pid=23625/tid=23689] ppid=23622 vsize=10849048 memory=3467972703308293808 CPUtime=1.44 cores=0,2,4,6
/proc/23625/task/23689/stat : 23689 (java) S 23622 23625 22219 0 -1 1077944384 7169 13083 0 0 134 2 5 3 20 0 15 0 473407807 11109425152 85099 33554432000 4194304 4196468 140731119569120 140015825807856 140016844573314 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9330688 140731119577839 140731119580357 140731119580357 140731119583183 0
[pid=23625/tid=23690] ppid=23622 vsize=10849048 memory=3546076969214161183 CPUtime=0.08 cores=0,2,4,6
/proc/23625/task/23690/stat : 23690 (java) S 23622 23625 22219 0 -1 1077944384 3 13083 0 0 0 0 5 3 20 0 15 0 473407807 11109425152 85099 33554432000 4194304 4196468 140731119569120 140015391558496 140016844572373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9330688 140731119577839 140731119580357 140731119580357 140731119583183 0
[pid=23625/tid=23691] ppid=23622 vsize=10849048 memory=140306100061824 CPUtime=0.08 cores=0,2,4,6
/proc/23625/task/23691/stat : 23691 (java) S 23622 23625 22219 0 -1 1077944384 3 13083 0 0 0 0 5 3 20 0 15 0 473407807 11109425152 85099 33554432000 4194304 4196468 140731119569120 140015824755248 140016844573314 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9330688 140731119577839 140731119580357 140731119580357 140731119583183 0
Current children cumulated CPU time: 9.48 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 340396 KiB

[startup+4.4006 s]
/proc/loadavg: 1.41 1.39 1.40 5/227 23693
/proc/meminfo: memFree=2958856/32770624 swapFree=66998008/67108860
[pid=23625] ppid=23622 vsize=10947356 memory=341492 CPUtime=9.78 cores=0,2,4,6
/proc/23625/stat : 23625 (java) S 23622 23625 22219 0 -1 1077944320 49319 13083 0 0 952 18 5 3 20 0 14 0 473407792 11210092544 85373 33554432000 4194304 4196468 140731119569120 140731119551664 140016844562167 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 9330688 140731119577839 140731119580357 140731119580357 140731119583183 0
/proc/23625/statm: 2736839 85373 3625 1 0 2698894 0
[pid=23625/tid=23678] ppid=23622 vsize=10947356 memory=6944652177228980320 CPUtime=3.99 cores=0,2,4,6
/proc/23625/task/23678/stat : 23678 (java) S 23622 23625 22219 0 -1 1077944384 22763 13083 0 0 381 10 5 3 20 0 14 0 473407801 11210092544 85373 33554432000 4194304 4196468 140731119569120 140016816405648 140016844572373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9330688 140731119577839 140731119580357 140731119580357 140731119583183 0
[pid=23625/tid=23679] ppid=23622 vsize=10947356 memory=6655300316396806240 CPUtime=0.11 cores=0,2,4,6
/proc/23625/task/23679/stat : 23679 (java) S 23622 23625 22219 0 -1 1077944384 128 13083 0 0 3 0 5 3 20 0 14 0 473407802 11210092544 85373 33554432000 4194304 4196468 140731119569120 140016848804880 140016844572373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9330688 140731119577839 140731119580357 140731119580357 140731119583183 0
[pid=23625/tid=23680] ppid=23622 vsize=10947356 memory=-5587106306044206369 CPUtime=0.11 cores=0,2,4,6
/proc/23625/task/23680/stat : 23680 (java) S 23622 23625 22219 0 -1 1077944384 62 13083 0 0 2 1 5 3 20 0 14 0 473407802 11210092544 85373 33554432000 4194304 4196468 140731119569120 140016747695248 140016844572373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9330688 140731119577839 140731119580357 140731119580357 140731119583183 0
[pid=23625/tid=23681] ppid=23622 vsize=10947356 memory=8822496478881176109 CPUtime=0.11 cores=0,2,4,6
/proc/23625/task/23681/stat : 23681 (java) S 23622 23625 22219 0 -1 1077944384 75 13083 0 0 3 0 5 3 20 0 14 0 473407802 11210092544 85373 33554432000 4194304 4196468 140731119569120 140016746642192 140016844572373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9330688 140731119577839 140731119580357 140731119580357 140731119583183 0
[pid=23625/tid=23682] ppid=23622 vsize=10947356 memory=288293289772450963 CPUtime=0.11 cores=0,2,4,6
/proc/23625/task/23682/stat : 23682 (java) S 23622 23625 22219 0 -1 1077944384 351 13083 0 0 3 0 5 3 20 0 14 0 473407802 11210092544 85373 33554432000 4194304 4196468 140731119569120 140016745589648 140016844572373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9330688 140731119577839 140731119580357 140731119580357 140731119583183 0
[pid=23625/tid=23683] ppid=23622 vsize=10947356 memory=8326441112149131687 CPUtime=0.11 cores=0,2,4,6
/proc/23625/task/23683/stat : 23683 (java) S 23622 23625 22219 0 -1 1077944384 1430 13083 0 0 3 0 5 3 20 0 14 0 473407803 11210092544 85373 33554432000 4194304 4196468 140731119569120 140015862524512 140016844572373 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9330688 140731119577839 140731119580357 140731119580357 140731119583183 0
[pid=23625/tid=23684] ppid=23622 vsize=10947356 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23625/task/23684/stat : 23684 (java) S 23622 23625 22219 0 -1 1077944384 43 13083 0 0 0 0 5 3 20 0 14 0 473407804 11210092544 85373 33554432000 4194304 4196468 140731119569120 140015861470432 140016844572373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9330688 140731119577839 140731119580357 140731119580357 140731119583183 0
[pid=23625/tid=23685] ppid=23622 vsize=10947356 memory=280611957068176 CPUtime=0.08 cores=0,2,4,6
/proc/23625/task/23685/stat : 23685 (java) S 23622 23625 22219 0 -1 1077944384 15 13083 0 0 0 0 5 3 20 0 14 0 473407804 11210092544 85373 33554432000 4194304 4196468 140731119569120 140015797330688 140016844572373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9330688 140731119577839 140731119580357 140731119580357 140731119583183 0
[pid=23625/tid=23686] ppid=23622 vsize=10947356 memory=4209705670455275498 CPUtime=0.08 cores=0,2,4,6
/proc/23625/task/23686/stat : 23686 (java) D 23622 23625 22219 0 -1 4202560 25 13083 0 0 0 0 5 3 20 0 14 0 473407807 11210092544 85373 33554432000 4194304 4196468 140731119569120 140015425116296 140016830548792 0 4 0 16800975 18446744072099589253 0 0 -1 6 0 0 0 0 0 6293624 6294260 9330688 140731119577839 140731119580357 140731119580357 140731119583183 0
[pid=23625/tid=23687] ppid=23622 vsize=10947356 memory=3821785645455183920 CPUtime=2.06 cores=0,2,4,6
/proc/23625/task/23687/stat : 23687 (java) D 23622 23625 22219 0 -1 4202560 5659 13083 0 0 198 0 5 3 20 0 14 0 473407807 11210092544 85373 33554432000 4194304 4196468 140731119569120 140015827898608 140016824469303 0 4 0 16800975 18446744072099589253 0 0 -1 0 0 0 0 0 0 6293624 6294260 9330688 140731119577839 140731119580357 140731119580357 140731119583183 0
[pid=23625/tid=23688] ppid=23622 vsize=10947356 memory=3545091353157058185 CPUtime=2.23 cores=0,2,4,6
/proc/23625/task/23688/stat : 23688 (java) S 23622 23625 22219 0 -1 1077944384 9020 13083 0 0 214 1 5 3 20 0 14 0 473407807 11210092544 85373 33554432000 4194304 4196468 140731119569120 140015826859968 140016844572373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9330688 140731119577839 140731119580357 140731119580357 140731119583183 0
[pid=23625/tid=23689] ppid=23622 vsize=10947356 memory=3605617485604793930 CPUtime=1.49 cores=0,2,4,6
/proc/23625/task/23689/stat : 23689 (java) S 23622 23625 22219 0 -1 1077944384 7523 13083 0 0 139 2 5 3 20 0 14 0 473407807 11210092544 85373 33554432000 4194304 4196468 140731119569120 140015825807856 140016844573314 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9330688 140731119577839 140731119580357 140731119580357 140731119583183 0
[pid=23625/tid=23690] ppid=23622 vsize=10947356 memory=280611956841176 CPUtime=0.08 cores=0,2,4,6
/proc/23625/task/23690/stat : 23690 (java) S 23622 23625 22219 0 -1 1077944384 3 13083 0 0 0 0 5 3 20 0 14 0 473407807 11210092544 85373 33554432000 4194304 4196468 140731119569120 140015391558496 140016844572373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9330688 140731119577839 140731119580357 140731119580357 140731119583183 0
Current children cumulated CPU time: 9.78 s
Current children cumulated vsize: 10947356 KiB
Current children cumulated memory: 341492 KiB

[startup+4.80067 s]*
/proc/loadavg: 1.41 1.39 1.40 2/214 23694
/proc/meminfo: memFree=3282352/32770624 swapFree=66998008/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.86514
CPU time (s): 9.80993
CPU user time (s): 9.58014
CPU system time (s): 0.229791
CPU usage (%): 201.637
Max. virtual memory (cumulated for all children) (KiB): 10947356
Max. memory (cumulated for all children) (KiB): 341492

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9.58014
system time used= 0.229791
maximum resident set size= 343400
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 62409
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= 6471
involuntary context switches= 59


# summary of solver processes directly reported to runsolver:
#   pid: 23625
#   total CPU time (s): 9.80993
#   total CPU user time (s): 9.58014
#   total CPU system time (s): 0.229791

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.044064 second user time and 0.090347 second system time

The end

Launcher Data

Begin job on node106 at 2019-09-20 10:24:14
IDJOB=4402572
IDBENCH=124113
IDSOLVER=2861
FILE ID=node106/4402572-1568971535
RUNJOBID= node106-1568963957-22250
PBS_JOBID= 21704632
Free space on /tmp= 23248 MiB

SOLVER NAME= Concrete 3.12.3
BENCH NAME= XCSP17/AllInterval/AllInterval-m1-s1/AllInterval-035.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4402572-1568971535/watcher-4402572-1568971535 -o /tmp/evaluation-result-4402572-1568971535/solver-4402572-1568971535 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node106-1568963957-22250 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1202144846 HOME/instance-4402572-1568971535.xml

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

MD5SUM BENCH= fe30f006f3af9f6842518347a037ed7d
RANDOM SEED=1202144846

node106.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.79
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.79
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.79
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.79
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:         3284036 kB
MemAvailable:   30441660 kB
Buffers:           84348 kB
Cached:         27034340 kB
SwapCached:         3880 kB
Active:         14980924 kB
Inactive:       13557024 kB
Active(anon):    1425792 kB
Inactive(anon):    36028 kB
Active(file):   13555132 kB
Inactive(file): 13520996 kB
Unevictable:      109408 kB
Mlocked:          109408 kB
SwapTotal:      67108860 kB
SwapFree:       66998008 kB
Dirty:             35472 kB
Writeback:             4 kB
AnonPages:       1525836 kB
Mapped:            61636 kB
Shmem:             33772 kB
Slab:             538880 kB
SReclaimable:     509956 kB
SUnreclaim:        28924 kB
KernelStack:        3680 kB
PageTables:         8984 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2547376 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1439744 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      107904 kB
DirectMap2M:    33437696 kB

Free space on /tmp at the end= 23212 MiB
End job on node106 at 2019-09-20 10:24:19