Trace number 4387040

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Concrete 3.10SAT 24.5205 14.2044

General information on the benchmark

NameRandom/Random-D-t050/
rand-2-40-25-180-050-34.xml
MD5SUM2b23d7f384de8bee09908163d3005f80
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 benchmark1.27106
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints180
Number of domains1
Minimum domain size25
Maximum domain size25
Distribution of domain sizes[{"size":25,"count":40}]
Minimum variable degree4
Maximum variable degree14
Distribution of variable degrees[{"degree":4,"count":1},{"degree":5,"count":2},{"degree":6,"count":3},{"degree":7,"count":1},{"degree":8,"count":9},{"degree":9,"count":10},{"degree":10,"count":6},{"degree":11,"count":3},{"degree":13,"count":4},{"degree":14,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":180}]
Number of extensional constraints180
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":180}]
Optimization problemNO
Type of objective

Solver Data

0.73/0.55	c Concrete v3.10.1560635388952 running
24.38/14.19	v <instantiation
24.38/14.19	v         >
24.38/14.19	v       <list>
24.38/14.19	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] x[35] x[36] x[37] x[38] x[39]
24.38/14.19	v       </list>
24.38/14.19	v       <values>
24.38/14.19	v         10 7 18 16 2 20 19 20 8 20 21 11 1 24 3 11 21 5 10 16 14 14 21 4 10 12 7 12 11 9 0 16 7 17 21 4 16 24 7 11
24.38/14.19	v       </values>
24.38/14.19	v     </instantiation>
24.38/14.19	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 (6745 MiB free)
  memory of node 1: 16384 MiB (10461 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4387040-1568288550/watcher-4387040-1568288550 -o /tmp/evaluation-result-4387040-1568288550/solver-4387040-1568288550 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1568286041-32306 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=848385244 HOME/instance-4387040-1568288550.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
Current StackSize limit: 8192 KiB

solver pid=602, runsolver pid=595

[startup+0.100163 s]*
/proc/loadavg: 1.23 1.28 1.36 3/218 668
/proc/meminfo: memFree=17615140/32770624 swapFree=66939688/67108860
[pid=602] ppid=595 vsize=9972712 memory=16284 CPUtime=0.09 cores=0,2,4,6
/proc/602/stat : 602 (java) S 595 602 31346 0 -1 1077944320 4310 13300 0 0 1 0 5 3 20 0 6 0 405121837 10212057088 4071 33554432000 4194304 4196468 140735666999408 140735666981952 139894900080375 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 34086912 140735667002102 140735667004613 140735667004613 140735667007439 0
/proc/602/statm: 2493178 4071 1920 1 0 2481616 0
[pid=602/tid=664] ppid=595 vsize=9972712 memory=7022364594140610616 CPUtime=0.09 cores=0,2,4,6
/proc/602/task/664/stat : 664 (java) R 595 602 31346 0 -1 4202560 2173 13300 0 0 1 0 5 3 20 0 6 0 405121846 10212057088 4648 33554432000 4194304 4196468 140735666999408 139894871917136 139894884160862 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34086912 140735667002102 140735667004613 140735667004613 140735667007439 0
[pid=602/tid=665] ppid=595 vsize=9972712 memory=343 CPUtime=0.08 cores=0,2,4,6
/proc/602/task/665/stat : 665 (java) S 595 602 31346 0 -1 1077944384 1 13300 0 0 0 0 5 3 20 0 6 0 405121847 10212057088 4648 33554432000 4194304 4196468 140735666999408 139894904322960 139894900090581 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34086912 140735667002102 140735667004613 140735667004613 140735667007439 0
[pid=602/tid=666] ppid=595 vsize=9972712 memory=140138289534986 CPUtime=0.08 cores=0,2,4,6
/proc/602/task/666/stat : 666 (java) S 595 602 31346 0 -1 1077944384 1 13300 0 0 0 0 5 3 20 0 6 0 405121847 10212057088 4648 33554432000 4194304 4196468 140735666999408 139894472960784 139894900090581 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34086912 140735667002102 140735667004613 140735667004613 140735667007439 0
[pid=602/tid=667] ppid=595 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/602/task/667/stat : 667 (java) S 595 602 31346 0 -1 1077944384 1 13300 0 0 0 0 5 3 20 0 6 0 405121847 10212057088 4648 33554432000 4194304 4196468 140735666999408 139894471908496 139894900090581 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34086912 140735667002102 140735667004613 140735667004613 140735667007439 0
[pid=602/tid=668] ppid=595 vsize=9972712 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/602/task/668/stat : 668 (java) S 595 602 31346 0 -1 1077944384 2 13300 0 0 0 0 5 3 20 0 6 0 405121847 10212057088 4648 33554432000 4194304 4196468 140735666999408 139894470855696 139894900090581 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34086912 140735667002102 140735667004613 140735667004613 140735667007439 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16284 KiB

[startup+0.210326 s]*
/proc/loadavg: 1.23 1.28 1.36 3/227 677
/proc/meminfo: memFree=17597756/32770624 swapFree=66939688/67108860
[pid=602] ppid=595 vsize=10818940 memory=35948 CPUtime=0.26 cores=0,2,4,6
/proc/602/stat : 602 (java) S 595 602 31346 0 -1 1077944320 6855 13300 0 0 16 2 5 3 20 0 15 0 405121837 11078594560 8987 33554432000 4194304 4196468 140735666999408 140735666981952 139894900080375 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 34086912 140735667002102 140735667004613 140735667004613 140735667007439 0
/proc/602/statm: 2704735 8987 2972 1 0 2667149 0
[pid=602/tid=664] ppid=595 vsize=10818940 memory=-6517102902069810590 CPUtime=0.19 cores=0,2,4,6
/proc/602/task/664/stat : 664 (java) R 595 602 31346 0 -1 4202560 3401 13300 0 0 10 1 5 3 20 0 15 0 405121846 11078594560 9062 33554432000 4194304 4196468 140735666999408 139894871868160 139894900102301 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34086912 140735667002102 140735667004613 140735667004613 140735667007439 0
[pid=602/tid=665] ppid=595 vsize=10818940 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/602/task/665/stat : 665 (java) S 595 602 31346 0 -1 1077944384 1 13300 0 0 0 0 5 3 20 0 15 0 405121847 11078594560 9062 33554432000 4194304 4196468 140735666999408 139894904322960 139894900090581 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34086912 140735667002102 140735667004613 140735667004613 140735667007439 0
[pid=602/tid=666] ppid=595 vsize=10818940 memory=140138287892096 CPUtime=0.08 cores=0,2,4,6
/proc/602/task/666/stat : 666 (java) S 595 602 31346 0 -1 1077944384 1 13300 0 0 0 0 5 3 20 0 15 0 405121847 11078594560 9062 33554432000 4194304 4196468 140735666999408 139894472960784 139894900090581 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34086912 140735667002102 140735667004613 140735667004613 140735667007439 0
[pid=602/tid=667] ppid=595 vsize=10818940 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/602/task/667/stat : 667 (java) S 595 602 31346 0 -1 1077944384 1 13300 0 0 0 0 5 3 20 0 15 0 405121847 11078594560 9062 33554432000 4194304 4196468 140735666999408 139894471908496 139894900090581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34086912 140735667002102 140735667004613 140735667004613 140735667007439 0
[pid=602/tid=668] ppid=595 vsize=10818940 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/602/task/668/stat : 668 (java) S 595 602 31346 0 -1 1077944384 2 13300 0 0 0 0 5 3 20 0 15 0 405121847 11078594560 9062 33554432000 4194304 4196468 140735666999408 139894470855696 139894900090581 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34086912 140735667002102 140735667004613 140735667004613 140735667007439 0
[pid=602/tid=669] ppid=595 vsize=10818940 memory=140138287892096 CPUtime=0.08 cores=0,2,4,6
/proc/602/task/669/stat : 669 (java) S 595 602 31346 0 -1 1077944384 2 13300 0 0 0 0 5 3 20 0 15 0 405121849 11078594560 9062 33554432000 4194304 4196468 140735666999408 139893903456368 139894900091522 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34086912 140735667002102 140735667004613 140735667004613 140735667007439 0
[pid=602/tid=670] ppid=595 vsize=10818940 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/602/task/670/stat : 670 (java) S 595 602 31346 0 -1 1077944384 33 13300 0 0 0 0 5 3 20 0 15 0 405121849 11078594560 9062 33554432000 4194304 4196468 140735666999408 139893902402336 139894900090581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34086912 140735667002102 140735667004613 140735667004613 140735667007439 0
[pid=602/tid=671] ppid=595 vsize=10818940 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/602/task/671/stat : 671 (java) S 595 602 31346 0 -1 1077944384 1 13300 0 0 0 0 5 3 20 0 15 0 405121849 11078594560 9062 33554432000 4194304 4196468 140735666999408 139893795710064 139894900090581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34086912 140735667002102 140735667004613 140735667004613 140735667007439 0
[pid=602/tid=672] ppid=595 vsize=10818940 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/602/task/672/stat : 672 (java) S 595 602 31346 0 -1 1077944384 3 13300 0 0 0 0 5 3 20 0 15 0 405121852 11078594560 9062 33554432000 4194304 4196468 140735666999408 139893488310352 139894900098971 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34086912 140735667002102 140735667004613 140735667004613 140735667007439 0
[pid=602/tid=673] ppid=595 vsize=10818940 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/602/task/673/stat : 673 (java) S 595 602 31346 0 -1 1077944384 203 13300 0 0 0 0 5 3 20 0 15 0 405121852 11078594560 9062 33554432000 4194304 4196468 140735666999408 139893868845680 139894900091522 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34086912 140735667002102 140735667004613 140735667004613 140735667007439 0
[pid=602/tid=674] ppid=595 vsize=10818940 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/602/task/674/stat : 674 (java) S 595 602 31346 0 -1 1077944384 423 13300 0 0 1 0 5 3 20 0 15 0 405121852 11078594560 9062 33554432000 4194304 4196468 140735666999408 139893867792880 139894900091522 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34086912 140735667002102 140735667004613 140735667004613 140735667007439 0
[pid=602/tid=675] ppid=595 vsize=10818940 memory=140138287892096 CPUtime=0.11 cores=0,2,4,6
/proc/602/task/675/stat : 675 (java) R 595 602 31346 0 -1 4202560 639 13300 0 0 3 0 5 3 20 0 15 0 405121852 11078594560 9062 33554432000 4194304 4196468 140735666999408 139893866740592 139894900101722 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34086912 140735667002102 140735667004613 140735667004613 140735667007439 0
[pid=602/tid=676] ppid=595 vsize=10818940 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/602/task/676/stat : 676 (java) S 595 602 31346 0 -1 1077944384 3 13300 0 0 0 0 5 3 20 0 15 0 405121852 11078594560 9062 33554432000 4194304 4196468 140735666999408 139893454752736 139894900090581 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34086912 140735667002102 140735667004613 140735667004613 140735667007439 0
[pid=602/tid=677] ppid=595 vsize=10818940 memory=140138287892096 CPUtime=0.08 cores=0,2,4,6
/proc/602/task/677/stat : 677 (java) S 595 602 31346 0 -1 1077944384 1 13300 0 0 0 0 5 3 20 0 15 0 405121852 11078594560 9062 33554432000 4194304 4196468 140735666999408 139893865687472 139894900091522 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34086912 140735667002102 140735667004613 140735667004613 140735667007439 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10818940 KiB
Current children cumulated memory: 35948 KiB

[startup+0.311557 s]*
/proc/loadavg: 1.23 1.28 1.36 3/227 677
/proc/meminfo: memFree=17586116/32770624 swapFree=66939688/67108860
[pid=602] ppid=595 vsize=10820096 memory=45832 CPUtime=0.4 cores=0,2,4,6
/proc/602/stat : 602 (java) S 595 602 31346 0 -1 1077944320 10695 13300 0 0 28 4 5 3 20 0 15 0 405121837 11079778304 11458 33554432000 4194304 4196468 140735666999408 140735666981952 139894900080375 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 34086912 140735667002102 140735667004613 140735667004613 140735667007439 0
/proc/602/statm: 2705024 11458 3232 1 0 2667149 0
[pid=602/tid=664] ppid=595 vsize=10820096 memory=-6517102902069810590 CPUtime=0.29 cores=0,2,4,6
/proc/602/task/664/stat : 664 (java) R 595 602 31346 0 -1 4202560 7149 13300 0 0 18 3 5 3 20 0 15 0 405121846 11079778304 12036 33554432000 4194304 4196468 140735666999408 139894871898480 139894483703591 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34086912 140735667002102 140735667004613 140735667004613 140735667007439 0
[pid=602/tid=665] ppid=595 vsize=10820096 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/602/task/665/stat : 665 (java) S 595 602 31346 0 -1 1077944384 1 13300 0 0 0 0 5 3 20 0 15 0 405121847 11079778304 12036 33554432000 4194304 4196468 140735666999408 139894904322960 139894900090581 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34086912 140735667002102 140735667004613 140735667004613 140735667007439 0
[pid=602/tid=666] ppid=595 vsize=10820096 memory=140138287892096 CPUtime=0.08 cores=0,2,4,6
/proc/602/task/666/stat : 666 (java) S 595 602 31346 0 -1 1077944384 1 13300 0 0 0 0 5 3 20 0 15 0 405121847 11079778304 12036 33554432000 4194304 4196468 140735666999408 139894472960784 139894900090581 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34086912 140735667002102 140735667004613 140735667004613 140735667007439 0
[pid=602/tid=667] ppid=595 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/602/task/667/stat : 667 (java) S 595 602 31346 0 -1 1077944384 1 13300 0 0 0 0 5 3 20 0 15 0 405121847 11079778304 12036 33554432000 4194304 4196468 140735666999408 139894471908496 139894900090581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34086912 140735667002102 140735667004613 140735667004613 140735667007439 0
[pid=602/tid=668] ppid=595 vsize=10820096 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/602/task/668/stat : 668 (java) S 595 602 31346 0 -1 1077944384 2 13300 0 0 0 0 5 3 20 0 15 0 405121847 11079778304 12036 33554432000 4194304 4196468 140735666999408 139894470855696 139894900090581 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34086912 140735667002102 140735667004613 140735667004613 140735667007439 0
[pid=602/tid=669] ppid=595 vsize=10820096 memory=140138287892095 CPUtime=0.08 cores=0,2,4,6
/proc/602/task/669/stat : 669 (java) S 595 602 31346 0 -1 1077944384 2 13300 0 0 0 0 5 3 20 0 15 0 405121849 11079778304 12036 33554432000 4194304 4196468 140735666999408 139893903456368 139894900091522 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34086912 140735667002102 140735667004613 140735667004613 140735667007439 0
[pid=602/tid=670] ppid=595 vsize=10820096 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/602/task/670/stat : 670 (java) S 595 602 31346 0 -1 1077944384 33 13300 0 0 0 0 5 3 20 0 15 0 405121849 11079778304 12036 33554432000 4194304 4196468 140735666999408 139893902402336 139894900090581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34086912 140735667002102 140735667004613 140735667004613 140735667007439 0
[pid=602/tid=671] ppid=595 vsize=10820096 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/602/task/671/stat : 671 (java) S 595 602 31346 0 -1 1077944384 1 13300 0 0 0 0 5 3 20 0 15 0 405121849 11079778304 12036 33554432000 4194304 4196468 140735666999408 139893795710064 139894900090581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34086912 140735667002102 140735667004613 140735667004613 140735667007439 0
[pid=602/tid=672] ppid=595 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/602/task/672/stat : 672 (java) S 595 602 31346 0 -1 1077944384 3 13300 0 0 0 0 5 3 20 0 15 0 405121852 11079778304 12036 33554432000 4194304 4196468 140735666999408 139893488310352 139894900098971 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34086912 140735667002102 140735667004613 140735667004613 140735667007439 0
[pid=602/tid=673] ppid=595 vsize=10820096 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/602/task/673/stat : 673 (java) S 595 602 31346 0 -1 1077944384 205 13300 0 0 1 0 5 3 20 0 15 0 405121852 11079778304 12036 33554432000 4194304 4196468 140735666999408 139893868845680 139894900091522 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34086912 140735667002102 140735667004613 140735667004613 140735667007439 0
[pid=602/tid=674] ppid=595 vsize=10820096 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/602/task/674/stat : 674 (java) S 595 602 31346 0 -1 1077944384 423 13300 0 0 1 0 5 3 20 0 15 0 405121852 11079778304 12036 33554432000 4194304 4196468 140735666999408 139893867792880 139894900091522 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34086912 140735667002102 140735667004613 140735667004613 140735667007439 0
[pid=602/tid=675] ppid=595 vsize=10820096 memory=140138287892096 CPUtime=0.13 cores=0,2,4,6
/proc/602/task/675/stat : 675 (java) S 595 602 31346 0 -1 1077944384 664 13300 0 0 5 0 5 3 20 0 15 0 405121852 11079778304 12036 33554432000 4194304 4196468 140735666999408 139893866740592 139894900091522 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34086912 140735667002102 140735667004613 140735667004613 140735667007439 0
[pid=602/tid=676] ppid=595 vsize=10820096 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/602/task/676/stat : 676 (java) S 595 602 31346 0 -1 1077944384 3 13300 0 0 0 0 5 3 20 0 15 0 405121852 11079778304 12036 33554432000 4194304 4196468 140735666999408 139893454752736 139894900090581 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34086912 140735667002102 140735667004613 140735667004613 140735667007439 0
[pid=602/tid=677] ppid=595 vsize=10820096 memory=140138287892096 CPUtime=0.08 cores=0,2,4,6
/proc/602/task/677/stat : 677 (java) S 595 602 31346 0 -1 1077944384 1 13300 0 0 0 0 5 3 20 0 15 0 405121852 11079778304 12036 33554432000 4194304 4196468 140735666999408 139893865687472 139894900091522 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34086912 140735667002102 140735667004613 140735667004613 140735667007439 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820096 KiB
Current children cumulated memory: 45832 KiB

[startup+0.700776 s]
/proc/loadavg: 1.23 1.28 1.36 5/227 677
/proc/meminfo: memFree=17571520/32770624 swapFree=66939688/67108860
[pid=602] ppid=595 vsize=10824340 memory=78672 CPUtime=1.14 cores=0,2,4,6
/proc/602/stat : 602 (java) S 595 602 31346 0 -1 1077944320 14887 13300 0 0 100 6 5 3 20 0 15 0 405121837 11084124160 19668 33554432000 4194304 4196468 140735666999408 140735666981952 139894900080375 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 34086912 140735667002102 140735667004613 140735667004613 140735667007439 0
/proc/602/statm: 2706085 19668 3508 1 0 2668173 0
[pid=602/tid=664] ppid=595 vsize=10824340 memory=36004 CPUtime=0.67 cores=0,2,4,6
/proc/602/task/664/stat : 664 (java) R 595 602 31346 0 -1 4202560 10508 13300 0 0 54 5 5 3 20 0 15 0 405121846 11084124160 19668 33554432000 4194304 4196468 140735666999408 139894871907568 139894900102301 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34086912 140735667002102 140735667004613 140735667004613 140735667007439 0
[pid=602/tid=665] ppid=595 vsize=10824340 memory=984 CPUtime=0.08 cores=0,2,4,6
/proc/602/task/665/stat : 665 (java) S 595 602 31346 0 -1 1077944384 1 13300 0 0 0 0 5 3 20 0 15 0 405121847 11084124160 19668 33554432000 4194304 4196468 140735666999408 139894904322960 139894900090581 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34086912 140735667002102 140735667004613 140735667004613 140735667007439 0
[pid=602/tid=666] ppid=595 vsize=10824340 memory=2004 CPUtime=0.08 cores=0,2,4,6
/proc/602/task/666/stat : 666 (java) S 595 602 31346 0 -1 1077944384 1 13300 0 0 0 0 5 3 20 0 15 0 405121847 11084124160 19668 33554432000 4194304 4196468 140735666999408 139894472960784 139894900090581 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34086912 140735667002102 140735667004613 140735667004613 140735667007439 0
[pid=602/tid=667] ppid=595 vsize=10824340 memory=1376 CPUtime=0.08 cores=0,2,4,6
/proc/602/task/667/stat : 667 (java) S 595 602 31346 0 -1 1077944384 1 13300 0 0 0 0 5 3 20 0 15 0 405121847 11084124160 19668 33554432000 4194304 4196468 140735666999408 139894471908496 139894900090581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34086912 140735667002102 140735667004613 140735667004613 140735667007439 0
[pid=602/tid=668] ppid=595 vsize=10824340 memory=164 CPUtime=0.08 cores=0,2,4,6
/proc/602/task/668/stat : 668 (java) S 595 602 31346 0 -1 1077944384 2 13300 0 0 0 0 5 3 20 0 15 0 405121847 11084124160 19668 33554432000 4194304 4196468 140735666999408 139894470855696 139894900090581 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34086912 140735667002102 140735667004613 140735667004613 140735667007439 0
[pid=602/tid=669] ppid=595 vsize=10824340 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/602/task/669/stat : 669 (java) S 595 602 31346 0 -1 1077944384 5 13300 0 0 0 0 5 3 20 0 15 0 405121849 11084124160 19668 33554432000 4194304 4196468 140735666999408 139893903456368 139894900091522 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34086912 140735667002102 140735667004613 140735667004613 140735667007439 0
[pid=602/tid=670] ppid=595 vsize=10824340 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/602/task/670/stat : 670 (java) S 595 602 31346 0 -1 1077944384 33 13300 0 0 0 0 5 3 20 0 15 0 405121849 11084124160 19668 33554432000 4194304 4196468 140735666999408 139893902402336 139894900090581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34086912 140735667002102 140735667004613 140735667004613 140735667007439 0
[pid=602/tid=671] ppid=595 vsize=10824340 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/602/task/671/stat : 671 (java) S 595 602 31346 0 -1 1077944384 1 13300 0 0 0 0 5 3 20 0 15 0 405121849 11084124160 19668 33554432000 4194304 4196468 140735666999408 139893795710064 139894900090581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34086912 140735667002102 140735667004613 140735667004613 140735667007439 0
[pid=602/tid=672] ppid=595 vsize=10824340 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/602/task/672/stat : 672 (java) S 595 602 31346 0 -1 1077944384 3 13300 0 0 0 0 5 3 20 0 15 0 405121852 11084124160 19668 33554432000 4194304 4196468 140735666999408 139893488310352 139894900098971 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34086912 140735667002102 140735667004613 140735667004613 140735667007439 0
[pid=602/tid=673] ppid=595 vsize=10824340 memory=0 CPUtime=0.23 cores=0,2,4,6
/proc/602/task/673/stat : 673 (java) S 595 602 31346 0 -1 1077944384 583 13300 0 0 15 0 5 3 20 0 15 0 405121852 11084124160 19668 33554432000 4194304 4196468 140735666999408 139893868845680 139894900091522 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34086912 140735667002102 140735667004613 140735667004613 140735667007439 0
[pid=602/tid=674] ppid=595 vsize=10824340 memory=0 CPUtime=0.2 cores=0,2,4,6
/proc/602/task/674/stat : 674 (java) S 595 602 31346 0 -1 1077944384 673 13300 0 0 12 0 5 3 20 0 15 0 405121852 11084124160 19668 33554432000 4194304 4196468 140735666999408 139893867792880 139894900091522 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34086912 140735667002102 140735667004613 140735667004613 140735667007439 0
[pid=602/tid=675] ppid=595 vsize=10824340 memory=3620 CPUtime=0.25 cores=0,2,4,6
/proc/602/task/675/stat : 675 (java) R 595 602 31346 0 -1 4202560 865 13300 0 0 17 0 5 3 20 0 15 0 405121852 11084124160 19668 33554432000 4194304 4196468 140735666999408 139893866740592 139894900092310 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34086912 140735667002102 140735667004613 140735667004613 140735667007439 0
[pid=602/tid=676] ppid=595 vsize=10824340 memory=6625 CPUtime=0.08 cores=0,2,4,6
/proc/602/task/676/stat : 676 (java) S 595 602 31346 0 -1 1077944384 3 13300 0 0 0 0 5 3 20 0 15 0 405121852 11084124160 19668 33554432000 4194304 4196468 140735666999408 139893454752736 139894900090581 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34086912 140735667002102 140735667004613 140735667004613 140735667007439 0
[pid=602/tid=677] ppid=595 vsize=10824340 memory=4420 CPUtime=0.08 cores=0,2,4,6
/proc/602/task/677/stat : 677 (java) S 595 602 31346 0 -1 1077944384 1 13300 0 0 0 0 5 3 20 0 15 0 405121852 11084124160 19668 33554432000 4194304 4196468 140735666999408 139893865687472 139894900091522 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34086912 140735667002102 140735667004613 140735667004613 140735667007439 0
Current children cumulated CPU time: 1.14 s
Current children cumulated vsize: 10824340 KiB
Current children cumulated memory: 78672 KiB

[startup+1.50067 s]
/proc/loadavg: 1.23 1.28 1.36 5/228 679
/proc/meminfo: memFree=17487380/32770624 swapFree=66939688/67108860
[pid=602] ppid=595 vsize=10832608 memory=231872 CPUtime=2.93 cores=0,2,4,6
/proc/602/stat : 602 (java) S 595 602 31346 0 -1 1077944320 24029 13300 0 0 273 12 5 3 20 0 15 0 405121837 11092590592 57968 33554432000 4194304 4196468 140735666999408 140735666981952 139894900080375 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 34086912 140735667002102 140735667004613 140735667004613 140735667007439 0
/proc/602/statm: 2708152 57968 3580 1 0 2670221 0
[pid=602/tid=664] ppid=595 vsize=10832608 memory=2004 CPUtime=1.42 cores=0,2,4,6
/proc/602/task/664/stat : 664 (java) R 595 602 31346 0 -1 4202560 15358 13300 0 0 127 7 5 3 20 0 15 0 405121846 11092590592 57968 33554432000 4194304 4196468 140735666999408 139894871908624 139894900101722 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34086912 140735667002102 140735667004613 140735667004613 140735667007439 0
[pid=602/tid=665] ppid=595 vsize=10832608 memory=1376 CPUtime=0.09 cores=0,2,4,6
/proc/602/task/665/stat : 665 (java) S 595 602 31346 0 -1 1077944384 39 13300 0 0 1 0 5 3 20 0 15 0 405121847 11092590592 57968 33554432000 4194304 4196468 140735666999408 139894904322960 139894900090581 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34086912 140735667002102 140735667004613 140735667004613 140735667007439 0
[pid=602/tid=666] ppid=595 vsize=10832608 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/602/task/666/stat : 666 (java) S 595 602 31346 0 -1 1077944384 285 13300 0 0 1 0 5 3 20 0 15 0 405121847 11092590592 57968 33554432000 4194304 4196468 140735666999408 139894472960784 139894900090581 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34086912 140735667002102 140735667004613 140735667004613 140735667007439 0
[pid=602/tid=667] ppid=595 vsize=10832608 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/602/task/667/stat : 667 (java) S 595 602 31346 0 -1 1077944384 29 13300 0 0 1 0 5 3 20 0 15 0 405121847 11092590592 57968 33554432000 4194304 4196468 140735666999408 139894471908496 139894900090581 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34086912 140735667002102 140735667004613 140735667004613 140735667007439 0
[pid=602/tid=668] ppid=595 vsize=10832608 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/602/task/668/stat : 668 (java) S 595 602 31346 0 -1 1077944384 115 13300 0 0 1 0 5 3 20 0 15 0 405121847 11092590592 57968 33554432000 4194304 4196468 140735666999408 139894470855696 139894900090581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34086912 140735667002102 140735667004613 140735667004613 140735667007439 0
[pid=602/tid=669] ppid=595 vsize=10832608 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/602/task/669/stat : 669 (java) S 595 602 31346 0 -1 1077944384 1230 13300 0 0 1 0 5 3 20 0 15 0 405121849 11092590592 57968 33554432000 4194304 4196468 140735666999408 139893903456368 139894900091522 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34086912 140735667002102 140735667004613 140735667004613 140735667007439 0
[pid=602/tid=670] ppid=595 vsize=10832608 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/602/task/670/stat : 670 (java) S 595 602 31346 0 -1 1077944384 34 13300 0 0 0 0 5 3 20 0 15 0 405121849 11092590592 57968 33554432000 4194304 4196468 140735666999408 139893902402400 139894900090581 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34086912 140735667002102 140735667004613 140735667004613 140735667007439 0
[pid=602/tid=671] ppid=595 vsize=10832608 memory=164 CPUtime=0.08 cores=0,2,4,6
/proc/602/task/671/stat : 671 (java) S 595 602 31346 0 -1 1077944384 2 13300 0 0 0 0 5 3 20 0 15 0 405121849 11092590592 57968 33554432000 4194304 4196468 140735666999408 139893795710080 139894900090581 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34086912 140735667002102 140735667004613 140735667004613 140735667007439 0
[pid=602/tid=672] ppid=595 vsize=10832608 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/602/task/672/stat : 672 (java) S 595 602 31346 0 -1 1077944384 3 13300 0 0 0 0 5 3 20 0 15 0 405121852 11092590592 57968 33554432000 4194304 4196468 140735666999408 139893488310352 139894900098971 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34086912 140735667002102 140735667004613 140735667004613 140735667007439 0
[pid=602/tid=673] ppid=595 vsize=10832608 memory=0 CPUtime=0.59 cores=0,2,4,6
/proc/602/task/673/stat : 673 (java) S 595 602 31346 0 -1 1077944384 1435 13300 0 0 51 0 5 3 20 0 15 0 405121852 11092590592 57968 33554432000 4194304 4196468 140735666999408 139893868845680 139894900091522 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34086912 140735667002102 140735667004613 140735667004613 140735667007439 0
[pid=602/tid=674] ppid=595 vsize=10832608 memory=0 CPUtime=0.55 cores=0,2,4,6
/proc/602/task/674/stat : 674 (java) R 595 602 31346 0 -1 1077944384 1610 13300 0 0 47 0 5 3 20 0 15 0 405121852 11092590592 57968 33554432000 4194304 4196468 140735666999408 139893867792880 139894900091522 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 34086912 140735667002102 140735667004613 140735667004613 140735667007439 0
[pid=602/tid=675] ppid=595 vsize=10832608 memory=0 CPUtime=0.45 cores=0,2,4,6
/proc/602/task/675/stat : 675 (java) R 595 602 31346 0 -1 4202560 1678 13300 0 0 37 0 5 3 20 0 15 0 405121852 11092590592 57968 33554432000 4194304 4196468 140735666999408 139893866740592 139894900101722 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34086912 140735667002102 140735667004613 140735667004613 140735667007439 0
[pid=602/tid=676] ppid=595 vsize=10832608 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/602/task/676/stat : 676 (java) S 595 602 31346 0 -1 1077944384 3 13300 0 0 0 0 5 3 20 0 15 0 405121852 11092590592 57968 33554432000 4194304 4196468 140735666999408 139893454752736 139894900090581 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34086912 140735667002102 140735667004613 140735667004613 140735667007439 0
[pid=602/tid=677] ppid=595 vsize=10832608 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/602/task/677/stat : 677 (java) S 595 602 31346 0 -1 1077944384 1 13300 0 0 0 0 5 3 20 0 15 0 405121852 11092590592 57968 33554432000 4194304 4196468 140735666999408 139893865687472 139894900091522 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34086912 140735667002102 140735667004613 140735667004613 140735667007439 0
Current children cumulated CPU time: 2.93 s
Current children cumulated vsize: 10832608 KiB

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

[startup+14.2044 s]
# the end of solver process 602 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=24.1196 s, system=0.400905 s

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

[startup+12.801 s]
/proc/loadavg: 1.27 1.28 1.36 3/227 679
/proc/meminfo: memFree=17070948/32770624 swapFree=66939688/67108860
[pid=602] ppid=595 vsize=10844916 memory=594452 CPUtime=22.51 cores=0,2,4,6
/proc/602/stat : 602 (java) S 595 602 31346 0 -1 1077944320 60145 13300 0 0 2209 34 5 3 20 0 15 0 405121837 11105193984 148613 33554432000 4194304 4196468 140735666999408 140735666981952 139894900080375 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 34086912 140735667002102 140735667004613 140735667004613 140735667007439 0
/proc/602/statm: 2711229 148613 3618 1 0 2673293 0
[pid=602/tid=664] ppid=595 vsize=10844916 memory=0 CPUtime=12.61 cores=0,2,4,6
/proc/602/task/664/stat : 664 (java) R 595 602 31346 0 -1 4202560 23503 13300 0 0 1239 14 5 3 20 0 15 0 405121846 11105193984 148613 33554432000 4194304 4196468 140735666999408 139894871915520 139894900092310 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34086912 140735667002102 140735667004613 140735667004613 140735667007439 0
[pid=602/tid=665] ppid=595 vsize=10844916 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/602/task/665/stat : 665 (java) S 595 602 31346 0 -1 1077944384 948 13300 0 0 4 1 5 3 20 0 15 0 405121847 11105193984 148613 33554432000 4194304 4196468 140735666999408 139894904322960 139894900090581 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34086912 140735667002102 140735667004613 140735667004613 140735667007439 0
[pid=602/tid=666] ppid=595 vsize=10844916 memory=280276278253264 CPUtime=0.14 cores=0,2,4,6
/proc/602/task/666/stat : 666 (java) S 595 602 31346 0 -1 1077944384 501 13300 0 0 5 1 5 3 20 0 15 0 405121847 11105193984 148613 33554432000 4194304 4196468 140735666999408 139894472960784 139894900090581 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34086912 140735667002102 140735667004613 140735667004613 140735667007439 0
[pid=602/tid=667] ppid=595 vsize=10844916 memory=0 CPUtime=0.14 cores=0,2,4,6
/proc/602/task/667/stat : 667 (java) S 595 602 31346 0 -1 1077944384 705 13300 0 0 5 1 5 3 20 0 15 0 405121847 11105193984 148613 33554432000 4194304 4196468 140735666999408 139894471908496 139894900090581 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34086912 140735667002102 140735667004613 140735667004613 140735667007439 0
[pid=602/tid=668] ppid=595 vsize=10844916 memory=0 CPUtime=0.14 cores=0,2,4,6
/proc/602/task/668/stat : 668 (java) S 595 602 31346 0 -1 1077944384 253 13300 0 0 5 1 5 3 20 0 15 0 405121847 11105193984 148613 33554432000 4194304 4196468 140735666999408 139894470855696 139894900090581 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34086912 140735667002102 140735667004613 140735667004613 140735667007439 0
[pid=602/tid=669] ppid=595 vsize=10844916 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/602/task/669/stat : 669 (java) S 595 602 31346 0 -1 1077944384 2134 13300 0 0 5 0 5 3 20 0 15 0 405121849 11105193984 148613 33554432000 4194304 4196468 140735666999408 139893903456368 139894900091522 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34086912 140735667002102 140735667004613 140735667004613 140735667007439 0
[pid=602/tid=670] ppid=595 vsize=10844916 memory=532956 CPUtime=0.08 cores=0,2,4,6
/proc/602/task/670/stat : 670 (java) S 595 602 31346 0 -1 1077944384 41 13300 0 0 0 0 5 3 20 0 15 0 405121849 11105193984 148613 33554432000 4194304 4196468 140735666999408 139893902402464 139894900090581 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34086912 140735667002102 140735667004613 140735667004613 140735667007439 0
[pid=602/tid=671] ppid=595 vsize=10844916 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/602/task/671/stat : 671 (java) S 595 602 31346 0 -1 1077944384 6 13300 0 0 0 0 5 3 20 0 15 0 405121849 11105193984 148613 33554432000 4194304 4196468 140735666999408 139893795710080 139894900090581 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34086912 140735667002102 140735667004613 140735667004613 140735667007439 0
[pid=602/tid=672] ppid=595 vsize=10844916 memory=133 CPUtime=0.08 cores=0,2,4,6
/proc/602/task/672/stat : 672 (java) S 595 602 31346 0 -1 1077944384 3 13300 0 0 0 0 5 3 20 0 15 0 405121852 11105193984 148613 33554432000 4194304 4196468 140735666999408 139893488310352 139894900098971 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34086912 140735667002102 140735667004613 140735667004613 140735667007439 0
[pid=602/tid=673] ppid=595 vsize=10844916 memory=527 CPUtime=3.39 cores=0,2,4,6
/proc/602/task/673/stat : 673 (java) S 595 602 31346 0 -1 1077944384 7395 13300 0 0 328 3 5 3 20 0 15 0 405121852 11105193984 148613 33554432000 4194304 4196468 140735666999408 139893868845680 139894900091522 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34086912 140735667002102 140735667004613 140735667004613 140735667007439 0
[pid=602/tid=674] ppid=595 vsize=10844916 memory=15096 CPUtime=3.48 cores=0,2,4,6
/proc/602/task/674/stat : 674 (java) S 595 602 31346 0 -1 1077944384 10571 13300 0 0 337 3 5 3 20 0 15 0 405121852 11105193984 148613 33554432000 4194304 4196468 140735666999408 139893867792880 139894900091522 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34086912 140735667002102 140735667004613 140735667004613 140735667007439 0
[pid=602/tid=675] ppid=595 vsize=10844916 memory=0 CPUtime=2.9 cores=0,2,4,6
/proc/602/task/675/stat : 675 (java) R 595 602 31346 0 -1 4202560 11813 13300 0 0 277 5 5 3 20 0 15 0 405121852 11105193984 148613 33554432000 4194304 4196468 140735666999408 139893866740592 139894900092310 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34086912 140735667002102 140735667004613 140735667004613 140735667007439 0
[pid=602/tid=676] ppid=595 vsize=10844916 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/602/task/676/stat : 676 (java) S 595 602 31346 0 -1 1077944384 3 13300 0 0 0 0 5 3 20 0 15 0 405121852 11105193984 148613 33554432000 4194304 4196468 140735666999408 139893454752736 139894900090581 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34086912 140735667002102 140735667004613 140735667004613 140735667007439 0
[pid=602/tid=677] ppid=595 vsize=10844916 memory=537880 CPUtime=0.08 cores=0,2,4,6
/proc/602/task/677/stat : 677 (java) S 595 602 31346 0 -1 1077944384 62 13300 0 0 0 0 5 3 20 0 15 0 405121852 11105193984 148613 33554432000 4194304 4196468 140735666999408 139893865687472 139894900091522 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34086912 140735667002102 140735667004613 140735667004613 140735667007439 0
Current children cumulated CPU time: 22.51 s
Current children cumulated vsize: 10844916 KiB
Current children cumulated memory: 594452 KiB

[startup+13.6008 s]
/proc/loadavg: 1.27 1.28 1.36 4/227 679
/proc/meminfo: memFree=17040352/32770624 swapFree=66939688/67108860
[pid=602] ppid=595 vsize=10844916 memory=596548 CPUtime=23.66 cores=0,2,4,6
/proc/602/stat : 602 (java) S 595 602 31346 0 -1 1077944320 62725 13300 0 0 2323 35 5 3 20 0 15 0 405121837 11105193984 149137 33554432000 4194304 4196468 140735666999408 140735666981952 139894900080375 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 34086912 140735667002102 140735667004613 140735667004613 140735667007439 0
/proc/602/statm: 2711229 149137 3618 1 0 2673293 0
[pid=602/tid=664] ppid=595 vsize=10844916 memory=984 CPUtime=13.41 cores=0,2,4,6
/proc/602/task/664/stat : 664 (java) R 595 602 31346 0 -1 4202560 23535 13300 0 0 1319 14 5 3 20 0 15 0 405121846 11105193984 149137 33554432000 4194304 4196468 140735666999408 139894871915776 139894495602684 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34086912 140735667002102 140735667004613 140735667004613 140735667007439 0
[pid=602/tid=665] ppid=595 vsize=10844916 memory=2004 CPUtime=0.13 cores=0,2,4,6
/proc/602/task/665/stat : 665 (java) S 595 602 31346 0 -1 1077944384 949 13300 0 0 4 1 5 3 20 0 15 0 405121847 11105193984 149137 33554432000 4194304 4196468 140735666999408 139894904322960 139894900090581 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34086912 140735667002102 140735667004613 140735667004613 140735667007439 0
[pid=602/tid=666] ppid=595 vsize=10844916 memory=1376 CPUtime=0.14 cores=0,2,4,6
/proc/602/task/666/stat : 666 (java) S 595 602 31346 0 -1 1077944384 502 13300 0 0 5 1 5 3 20 0 15 0 405121847 11105193984 149137 33554432000 4194304 4196468 140735666999408 139894472960784 139894900090581 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34086912 140735667002102 140735667004613 140735667004613 140735667007439 0
[pid=602/tid=667] ppid=595 vsize=10844916 memory=1060 CPUtime=0.14 cores=0,2,4,6
/proc/602/task/667/stat : 667 (java) S 595 602 31346 0 -1 1077944384 706 13300 0 0 5 1 5 3 20 0 15 0 405121847 11105193984 149137 33554432000 4194304 4196468 140735666999408 139894471908496 139894900090581 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34086912 140735667002102 140735667004613 140735667004613 140735667007439 0
[pid=602/tid=668] ppid=595 vsize=10844916 memory=3248 CPUtime=0.14 cores=0,2,4,6
/proc/602/task/668/stat : 668 (java) S 595 602 31346 0 -1 1077944384 255 13300 0 0 5 1 5 3 20 0 15 0 405121847 11105193984 149137 33554432000 4194304 4196468 140735666999408 139894470855696 139894900090581 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34086912 140735667002102 140735667004613 140735667004613 140735667007439 0
[pid=602/tid=669] ppid=595 vsize=10844916 memory=1724 CPUtime=0.13 cores=0,2,4,6
/proc/602/task/669/stat : 669 (java) S 595 602 31346 0 -1 1077944384 2135 13300 0 0 5 0 5 3 20 0 15 0 405121849 11105193984 149137 33554432000 4194304 4196468 140735666999408 139893903456368 139894900091522 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34086912 140735667002102 140735667004613 140735667004613 140735667007439 0
[pid=602/tid=670] ppid=595 vsize=10844916 memory=5956 CPUtime=0.08 cores=0,2,4,6
/proc/602/task/670/stat : 670 (java) S 595 602 31346 0 -1 1077944384 41 13300 0 0 0 0 5 3 20 0 15 0 405121849 11105193984 149137 33554432000 4194304 4196468 140735666999408 139893902402464 139894900090581 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34086912 140735667002102 140735667004613 140735667004613 140735667007439 0
[pid=602/tid=671] ppid=595 vsize=10844916 memory=10604 CPUtime=0.08 cores=0,2,4,6
/proc/602/task/671/stat : 671 (java) S 595 602 31346 0 -1 1077944384 6 13300 0 0 0 0 5 3 20 0 15 0 405121849 11105193984 149137 33554432000 4194304 4196468 140735666999408 139893795710080 139894900090581 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34086912 140735667002102 140735667004613 140735667004613 140735667007439 0
[pid=602/tid=672] ppid=595 vsize=10844916 memory=728 CPUtime=0.08 cores=0,2,4,6
/proc/602/task/672/stat : 672 (java) S 595 602 31346 0 -1 1077944384 3 13300 0 0 0 0 5 3 20 0 15 0 405121852 11105193984 149137 33554432000 4194304 4196468 140735666999408 139893488310352 139894900098971 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34086912 140735667002102 140735667004613 140735667004613 140735667007439 0
[pid=602/tid=673] ppid=595 vsize=10844916 memory=780 CPUtime=3.67 cores=0,2,4,6
/proc/602/task/673/stat : 673 (java) S 595 602 31346 0 -1 1077944384 9802 13300 0 0 356 3 5 3 20 0 15 0 405121852 11105193984 149137 33554432000 4194304 4196468 140735666999408 139893868845680 139894900091522 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34086912 140735667002102 140735667004613 140735667004613 140735667007439 0
[pid=602/tid=674] ppid=595 vsize=10844916 memory=1552 CPUtime=3.51 cores=0,2,4,6
/proc/602/task/674/stat : 674 (java) S 595 602 31346 0 -1 1077944384 10690 13300 0 0 340 3 5 3 20 0 15 0 405121852 11105193984 149137 33554432000 4194304 4196468 140735666999408 139893867792880 139894900091522 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34086912 140735667002102 140735667004613 140735667004613 140735667007439 0
[pid=602/tid=675] ppid=595 vsize=10844916 memory=2832 CPUtime=2.92 cores=0,2,4,6
/proc/602/task/675/stat : 675 (java) S 595 602 31346 0 -1 1077944384 11829 13300 0 0 279 5 5 3 20 0 15 0 405121852 11105193984 149137 33554432000 4194304 4196468 140735666999408 139893866740592 139894900091522 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34086912 140735667002102 140735667004613 140735667004613 140735667007439 0
[pid=602/tid=676] ppid=595 vsize=10844916 memory=1192 CPUtime=0.08 cores=0,2,4,6
/proc/602/task/676/stat : 676 (java) S 595 602 31346 0 -1 1077944384 3 13300 0 0 0 0 5 3 20 0 15 0 405121852 11105193984 149137 33554432000 4194304 4196468 140735666999408 139893454752736 139894900090581 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34086912 140735667002102 140735667004613 140735667004613 140735667007439 0
[pid=602/tid=677] ppid=595 vsize=10844916 memory=1408 CPUtime=0.08 cores=0,2,4,6
/proc/602/task/677/stat : 677 (java) S 595 602 31346 0 -1 1077944384 62 13300 0 0 0 0 5 3 20 0 15 0 405121852 11105193984 149137 33554432000 4194304 4196468 140735666999408 139893865687472 139894900091522 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34086912 140735667002102 140735667004613 140735667004613 140735667007439 0
Current children cumulated CPU time: 23.66 s
Current children cumulated vsize: 10844916 KiB
Current children cumulated memory: 596548 KiB

[startup+14.0008 s]*
/proc/loadavg: 1.27 1.28 1.36 3/227 679
/proc/meminfo: memFree=17038480/32770624 swapFree=66939688/67108860
[pid=602] ppid=595 vsize=10844916 memory=596548 CPUtime=24.26 cores=0,2,4,6
/proc/602/stat : 602 (java) S 595 602 31346 0 -1 1077944320 62881 13300 0 0 2383 35 5 3 20 0 15 0 405121837 11105193984 149137 33554432000 4194304 4196468 140735666999408 140735666981952 139894900080375 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 34086912 140735667002102 140735667004613 140735667004613 140735667007439 0
/proc/602/statm: 2711229 149137 3618 1 0 2673293 0
[pid=602/tid=664] ppid=595 vsize=10844916 memory=6791534058613427641 CPUtime=13.82 cores=0,2,4,6
/proc/602/task/664/stat : 664 (java) R 595 602 31346 0 -1 4202560 23545 13300 0 0 1360 14 5 3 20 0 15 0 405121846 11105193984 149137 33554432000 4194304 4196468 140735666999408 139894871913080 139894495243508 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34086912 140735667002102 140735667004613 140735667004613 140735667007439 0
[pid=602/tid=665] ppid=595 vsize=10844916 memory=280276278904880 CPUtime=0.13 cores=0,2,4,6
/proc/602/task/665/stat : 665 (java) S 595 602 31346 0 -1 1077944384 949 13300 0 0 4 1 5 3 20 0 15 0 405121847 11105193984 149137 33554432000 4194304 4196468 140735666999408 139894904322960 139894900090581 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34086912 140735667002102 140735667004613 140735667004613 140735667007439 0
[pid=602/tid=666] ppid=595 vsize=10844916 memory=140138139575048 CPUtime=0.14 cores=0,2,4,6
/proc/602/task/666/stat : 666 (java) S 595 602 31346 0 -1 1077944384 502 13300 0 0 5 1 5 3 20 0 15 0 405121847 11105193984 149137 33554432000 4194304 4196468 140735666999408 139894472960784 139894900090581 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34086912 140735667002102 140735667004613 140735667004613 140735667007439 0
[pid=602/tid=667] ppid=595 vsize=10844916 memory=17900 CPUtime=0.14 cores=0,2,4,6
/proc/602/task/667/stat : 667 (java) S 595 602 31346 0 -1 1077944384 706 13300 0 0 5 1 5 3 20 0 15 0 405121847 11105193984 149137 33554432000 4194304 4196468 140735666999408 139894471908496 139894900090581 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34086912 140735667002102 140735667004613 140735667004613 140735667007439 0
[pid=602/tid=668] ppid=595 vsize=10844916 memory=2120 CPUtime=0.14 cores=0,2,4,6
/proc/602/task/668/stat : 668 (java) S 595 602 31346 0 -1 1077944384 255 13300 0 0 5 1 5 3 20 0 15 0 405121847 11105193984 149137 33554432000 4194304 4196468 140735666999408 139894470855696 139894900090581 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34086912 140735667002102 140735667004613 140735667004613 140735667007439 0
[pid=602/tid=669] ppid=595 vsize=10844916 memory=500 CPUtime=0.13 cores=0,2,4,6
/proc/602/task/669/stat : 669 (java) S 595 602 31346 0 -1 1077944384 2135 13300 0 0 5 0 5 3 20 0 15 0 405121849 11105193984 149137 33554432000 4194304 4196468 140735666999408 139893903456368 139894900091522 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34086912 140735667002102 140735667004613 140735667004613 140735667007439 0
[pid=602/tid=670] ppid=595 vsize=10844916 memory=1556 CPUtime=0.08 cores=0,2,4,6
/proc/602/task/670/stat : 670 (java) S 595 602 31346 0 -1 1077944384 41 13300 0 0 0 0 5 3 20 0 15 0 405121849 11105193984 149137 33554432000 4194304 4196468 140735666999408 139893902402464 139894900090581 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34086912 140735667002102 140735667004613 140735667004613 140735667007439 0
[pid=602/tid=671] ppid=595 vsize=10844916 memory=928 CPUtime=0.08 cores=0,2,4,6
/proc/602/task/671/stat : 671 (java) S 595 602 31346 0 -1 1077944384 6 13300 0 0 0 0 5 3 20 0 15 0 405121849 11105193984 149137 33554432000 4194304 4196468 140735666999408 139893795710080 139894900090581 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34086912 140735667002102 140735667004613 140735667004613 140735667007439 0
[pid=602/tid=672] ppid=595 vsize=10844916 memory=1548 CPUtime=0.08 cores=0,2,4,6
/proc/602/task/672/stat : 672 (java) S 595 602 31346 0 -1 1077944384 3 13300 0 0 0 0 5 3 20 0 15 0 405121852 11105193984 149137 33554432000 4194304 4196468 140735666999408 139893488310352 139894900098971 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34086912 140735667002102 140735667004613 140735667004613 140735667007439 0
[pid=602/tid=673] ppid=595 vsize=10844916 memory=1980 CPUtime=3.83 cores=0,2,4,6
/proc/602/task/673/stat : 673 (java) S 595 602 31346 0 -1 1077944384 9932 13300 0 0 372 3 5 3 20 0 15 0 405121852 11105193984 149137 33554432000 4194304 4196468 140735666999408 139893868845680 139894900091522 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34086912 140735667002102 140735667004613 140735667004613 140735667007439 0
[pid=602/tid=674] ppid=595 vsize=10844916 memory=2460 CPUtime=3.54 cores=0,2,4,6
/proc/602/task/674/stat : 674 (java) R 595 602 31346 0 -1 1077944384 10703 13300 0 0 343 3 5 3 20 0 15 0 405121852 11105193984 149137 33554432000 4194304 4196468 140735666999408 139893867792880 139894900091522 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34086912 140735667002102 140735667004613 140735667004613 140735667007439 0
[pid=602/tid=675] ppid=595 vsize=10844916 memory=594468 CPUtime=2.94 cores=0,2,4,6
/proc/602/task/675/stat : 675 (java) S 595 602 31346 0 -1 1077944384 11832 13300 0 0 281 5 5 3 20 0 15 0 405121852 11105193984 149137 33554432000 4194304 4196468 140735666999408 139893866740592 139894900091522 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34086912 140735667002102 140735667004613 140735667004613 140735667007439 0
[pid=602/tid=676] ppid=595 vsize=10844916 memory=33 CPUtime=0.08 cores=0,2,4,6
/proc/602/task/676/stat : 676 (java) S 595 602 31346 0 -1 1077944384 3 13300 0 0 0 0 5 3 20 0 15 0 405121852 11105193984 149137 33554432000 4194304 4196468 140735666999408 139893454752736 139894900090581 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34086912 140735667002102 140735667004613 140735667004613 140735667007439 0
[pid=602/tid=677] ppid=595 vsize=10844916 memory=590356 CPUtime=0.08 cores=0,2,4,6
/proc/602/task/677/stat : 677 (java) S 595 602 31346 0 -1 1077944384 62 13300 0 0 0 0 5 3 20 0 15 0 405121852 11105193984 149137 33554432000 4194304 4196468 140735666999408 139893865687472 139894900091522 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34086912 140735667002102 140735667004613 140735667004613 140735667007439 0
Current children cumulated CPU time: 24.26 s
Current children cumulated vsize: 10844916 KiB
Current children cumulated memory: 596548 KiB

[startup+14.1102 s]
/proc/loadavg: 1.27 1.28 1.36 3/227 679
/proc/meminfo: memFree=17038480/32770624 swapFree=66939688/67108860
[pid=602] ppid=595 vsize=10844916 memory=596548 CPUtime=24.38 cores=0,2,4,6
/proc/602/stat : 602 (java) S 595 602 31346 0 -1 1077944320 62889 13300 0 0 2395 35 5 3 20 0 15 0 405121837 11105193984 149137 33554432000 4194304 4196468 140735666999408 140735666981952 139894900080375 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 34086912 140735667002102 140735667004613 140735667004613 140735667007439 0
/proc/602/statm: 2711229 149137 3618 1 0 2673293 0
[pid=602/tid=664] ppid=595 vsize=10844916 memory=8 CPUtime=13.92 cores=0,2,4,6
/proc/602/task/664/stat : 664 (java) R 595 602 31346 0 -1 4202560 23546 13300 0 0 1370 14 5 3 20 0 15 0 405121846 11105193984 149137 33554432000 4194304 4196468 140735666999408 139894871913080 139894879279825 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34086912 140735667002102 140735667004613 140735667004613 140735667007439 0
[pid=602/tid=665] ppid=595 vsize=10844916 memory=596548 CPUtime=0.13 cores=0,2,4,6
/proc/602/task/665/stat : 665 (java) S 595 602 31346 0 -1 1077944384 949 13300 0 0 4 1 5 3 20 0 15 0 405121847 11105193984 149137 33554432000 4194304 4196468 140735666999408 139894904322960 139894900090581 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34086912 140735667002102 140735667004613 140735667004613 140735667007439 0
[pid=602/tid=666] ppid=595 vsize=10844916 memory=596548 CPUtime=0.14 cores=0,2,4,6
/proc/602/task/666/stat : 666 (java) S 595 602 31346 0 -1 1077944384 502 13300 0 0 5 1 5 3 20 0 15 0 405121847 11105193984 149137 33554432000 4194304 4196468 140735666999408 139894472960784 139894900090581 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34086912 140735667002102 140735667004613 140735667004613 140735667007439 0
[pid=602/tid=667] ppid=595 vsize=10844916 memory=0 CPUtime=0.14 cores=0,2,4,6
/proc/602/task/667/stat : 667 (java) S 595 602 31346 0 -1 1077944384 706 13300 0 0 5 1 5 3 20 0 15 0 405121847 11105193984 149137 33554432000 4194304 4196468 140735666999408 139894471908496 139894900090581 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34086912 140735667002102 140735667004613 140735667004613 140735667007439 0
[pid=602/tid=668] ppid=595 vsize=10844916 memory=298568 CPUtime=0.14 cores=0,2,4,6
/proc/602/task/668/stat : 668 (java) S 595 602 31346 0 -1 1077944384 255 13300 0 0 5 1 5 3 20 0 15 0 405121847 11105193984 149137 33554432000 4194304 4196468 140735666999408 139894470855696 139894900090581 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34086912 140735667002102 140735667004613 140735667004613 140735667007439 0
[pid=602/tid=669] ppid=595 vsize=10844916 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/602/task/669/stat : 669 (java) S 595 602 31346 0 -1 1077944384 2135 13300 0 0 5 0 5 3 20 0 15 0 405121849 11105193984 149137 33554432000 4194304 4196468 140735666999408 139893903456368 139894900091522 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34086912 140735667002102 140735667004613 140735667004613 140735667007439 0
[pid=602/tid=670] ppid=595 vsize=10844916 memory=2640 CPUtime=0.08 cores=0,2,4,6
/proc/602/task/670/stat : 670 (java) S 595 602 31346 0 -1 1077944384 41 13300 0 0 0 0 5 3 20 0 15 0 405121849 11105193984 149137 33554432000 4194304 4196468 140735666999408 139893902402464 139894900090581 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34086912 140735667002102 140735667004613 140735667004613 140735667007439 0
[pid=602/tid=671] ppid=595 vsize=10844916 memory=594452 CPUtime=0.08 cores=0,2,4,6
/proc/602/task/671/stat : 671 (java) S 595 602 31346 0 -1 1077944384 6 13300 0 0 0 0 5 3 20 0 15 0 405121849 11105193984 149137 33554432000 4194304 4196468 140735666999408 139893795710080 139894900090581 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34086912 140735667002102 140735667004613 140735667004613 140735667007439 0
[pid=602/tid=672] ppid=595 vsize=10844916 memory=280276278526384 CPUtime=0.08 cores=0,2,4,6
/proc/602/task/672/stat : 672 (java) S 595 602 31346 0 -1 1077944384 3 13300 0 0 0 0 5 3 20 0 15 0 405121852 11105193984 149137 33554432000 4194304 4196468 140735666999408 139893488310352 139894900098971 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34086912 140735667002102 140735667004613 140735667004613 140735667007439 0
[pid=602/tid=673] ppid=595 vsize=10844916 memory=140138139438929 CPUtime=3.83 cores=0,2,4,6
/proc/602/task/673/stat : 673 (java) S 595 602 31346 0 -1 1077944384 9936 13300 0 0 372 3 5 3 20 0 15 0 405121852 11105193984 149137 33554432000 4194304 4196468 140735666999408 139893868845680 139894900091522 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34086912 140735667002102 140735667004613 140735667004613 140735667007439 0
[pid=602/tid=674] ppid=595 vsize=10844916 memory=561628 CPUtime=3.54 cores=0,2,4,6
/proc/602/task/674/stat : 674 (java) S 595 602 31346 0 -1 1077944384 10706 13300 0 0 343 3 5 3 20 0 15 0 405121852 11105193984 149137 33554432000 4194304 4196468 140735666999408 139893867792880 139894900091522 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34086912 140735667002102 140735667004613 140735667004613 140735667007439 0
[pid=602/tid=675] ppid=595 vsize=10844916 memory=780 CPUtime=2.94 cores=0,2,4,6
/proc/602/task/675/stat : 675 (java) S 595 602 31346 0 -1 1077944384 11832 13300 0 0 281 5 5 3 20 0 15 0 405121852 11105193984 149137 33554432000 4194304 4196468 140735666999408 139893866740592 139894900091522 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34086912 140735667002102 140735667004613 140735667004613 140735667007439 0
[pid=602/tid=676] ppid=595 vsize=10844916 memory=302404 CPUtime=0.08 cores=0,2,4,6
/proc/602/task/676/stat : 676 (java) S 595 602 31346 0 -1 1077944384 3 13300 0 0 0 0 5 3 20 0 15 0 405121852 11105193984 149137 33554432000 4194304 4196468 140735666999408 139893454752736 139894900090581 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34086912 140735667002102 140735667004613 140735667004613 140735667007439 0
[pid=602/tid=677] ppid=595 vsize=10844916 memory=54 CPUtime=0.08 cores=0,2,4,6
/proc/602/task/677/stat : 677 (java) S 595 602 31346 0 -1 1077944384 62 13300 0 0 0 0 5 3 20 0 15 0 405121852 11105193984 149137 33554432000 4194304 4196468 140735666999408 139893865687472 139894900091522 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34086912 140735667002102 140735667004613 140735667004613 140735667007439 0
Current children cumulated CPU time: 24.38 s
Current children cumulated vsize: 10844916 KiB
Current children cumulated memory: 596548 KiB

Child status: 0
Real time (s): 14.2044
CPU time (s): 24.5205
CPU user time (s): 24.1196
CPU system time (s): 0.400905
CPU usage (%): 172.626
Max. virtual memory (cumulated for all children) (KiB): 10847580
Max. memory (cumulated for all children) (KiB): 596548

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 24.1196
system time used= 0.400905
maximum resident set size= 598780
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 80082
page faults= 0
swaps= 0
block input operations= 0
block output operations= 184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 13277
involuntary context switches= 83


# summary of solver processes directly reported to runsolver:
#   pid: 602
#   total CPU time (s): 24.5205
#   total CPU user time (s): 24.1196
#   total CPU system time (s): 0.400905

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.115538 second user time and 0.173307 second system time

The end

Launcher Data

Begin job on node125 at 2019-09-12 13:41:48
IDJOB=4387040
IDBENCH=122262
IDSOLVER=2823
FILE ID=node125/4387040-1568288550
RUNJOBID= node125-1568286041-32306
PBS_JOBID= 21701079
Free space on /tmp= 55060 MiB

SOLVER NAME= Concrete 3.10
BENCH NAME= XCSP17/Random/Random-D-t050/rand-2-40-25-180-050-34.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4387040-1568288550/watcher-4387040-1568288550 -o /tmp/evaluation-result-4387040-1568288550/solver-4387040-1568288550 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1568286041-32306 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=848385244 HOME/instance-4387040-1568288550.xml

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

MD5SUM BENCH= 2b23d7f384de8bee09908163d3005f80
RANDOM SEED=848385244

node125.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.29
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.29
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.29
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.29
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:        17621328 kB
MemAvailable:   31008080 kB
Buffers:          161292 kB
Cached:         13352484 kB
SwapCached:        66696 kB
Active:          1932712 kB
Inactive:       12437316 kB
Active(anon):     794000 kB
Inactive(anon):   103148 kB
Active(file):    1138712 kB
Inactive(file): 12334168 kB
Unevictable:      108980 kB
Mlocked:          108980 kB
SwapTotal:      67108860 kB
SwapFree:       66939688 kB
Dirty:             35336 kB
Writeback:             0 kB
AnonPages:        912412 kB
Mapped:            55376 kB
Shmem:             32108 kB
Slab:             370784 kB
SReclaimable:     342332 kB
SUnreclaim:        28452 kB
KernelStack:        3984 kB
PageTables:         7268 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2038456 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    827392 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 55028 MiB
End job on node125 at 2019-09-12 13:42:02