Trace number 4395929

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.2SAT 714.923 702.583

General information on the benchmark

NameQRandom/QRandom-mdd-7-25-5/
mdd-7-25-5-56-17.xml
MD5SUM9efca6d5489e39e5f473d5ee8bd54dad
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 benchmark22.8714
Satisfiable
(Un)Satisfiability was proved
Number of variables25
Number of constraints56
Number of domains1
Minimum domain size5
Maximum domain size5
Distribution of domain sizes[{"size":5,"count":25}]
Minimum variable degree8
Maximum variable degree25
Distribution of variable degrees[{"degree":8,"count":1},{"degree":10,"count":1},{"degree":11,"count":3},{"degree":12,"count":2},{"degree":13,"count":1},{"degree":14,"count":2},{"degree":15,"count":3},{"degree":16,"count":2},{"degree":17,"count":2},{"degree":18,"count":2},{"degree":19,"count":1},{"degree":20,"count":2},{"degree":22,"count":1},{"degree":23,"count":1},{"degree":25,"count":1}]
Minimum constraint arity7
Maximum constraint arity7
Distribution of constraint arities[{"arity":7,"count":56}]
Number of extensional constraints56
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":56}]
Optimization problemNO
Type of objective

Solver Data

0.78/0.55	c Concrete v3.12.2.1568380929293 running
714.79/702.55	v <instantiation
714.79/702.55	v         >
714.79/702.55	v       <list>
714.79/702.55	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]
714.79/702.55	v       </list>
714.79/702.55	v       <values>
714.79/702.55	v         2 2 3 1 4 2 0 0 2 1 0 3 1 4 0 2 4 4 2 4 2 4 0 4 1
714.79/702.55	v       </values>
714.79/702.55	v     </instantiation>
714.79/702.55	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 (14393 MiB free)
  memory of node 1: 16384 MiB (15541 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4395929-1568398645/watcher-4395929-1568398645 -o /tmp/evaluation-result-4395929-1568398645/solver-4395929-1568398645 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node121-1568393270-2679 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1676582422 HOME/instance-4395929-1568398645.xml 

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

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

solver pid=4589, runsolver pid=4586

[startup+0.100139 s]*
/proc/loadavg: 1.90 1.62 1.51 3/220 4646
/proc/meminfo: memFree=30644888/32770624 swapFree=66981680/67108860
[pid=4589] ppid=4586 vsize=9972712 memory=18332 CPUtime=0.09 cores=1,3,5,7
/proc/4589/stat : 4589 (java) S 4586 4589 1949 0 -1 1077944320 4342 13170 0 0 1 1 5 2 20 0 6 0 416127259 10212057088 4583 33554432000 4194304 4196468 140728528718752 140728528701296 140440497204983 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 9478144 140728528722671 140728528725189 140728528725189 140728528728015 0
/proc/4589/statm: 2493178 4583 1931 1 0 2481616 0
[pid=4589/tid=4642] ppid=4586 vsize=9972712 memory=7892391828772250251 CPUtime=0.07 cores=1,3,5,7
/proc/4589/task/4642/stat : 4642 (java) R 4586 4589 1949 0 -1 4202560 2155 13170 0 0 0 0 5 2 20 0 6 0 416127268 10212057088 4649 33554432000 4194304 4196468 140728528718752 140440469041744 140440475193440 0 4 0 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9478144 140728528722671 140728528725189 140728528725189 140728528728015 0
[pid=4589/tid=4643] ppid=4586 vsize=9972712 memory=-7025452035940392864 CPUtime=0.07 cores=1,3,5,7
/proc/4589/task/4643/stat : 4643 (java) S 4586 4589 1949 0 -1 1077944384 2 13170 0 0 0 0 5 2 20 0 6 0 416127269 10212057088 4649 33554432000 4194304 4196468 140728528718752 140440501447184 140440497215189 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9478144 140728528722671 140728528725189 140728528725189 140728528728015 0
[pid=4589/tid=4644] ppid=4586 vsize=9972712 memory=140498983155328 CPUtime=0.07 cores=1,3,5,7
/proc/4589/task/4644/stat : 4644 (java) S 4586 4589 1949 0 -1 1077944384 2 13170 0 0 0 0 5 2 20 0 6 0 416127269 10212057088 4649 33554432000 4194304 4196468 140728528718752 140440400337552 140440497215189 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9478144 140728528722671 140728528725189 140728528725189 140728528728015 0
[pid=4589/tid=4645] ppid=4586 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/4589/task/4645/stat : 4645 (java) S 4586 4589 1949 0 -1 1077944384 1 13170 0 0 0 0 5 2 20 0 6 0 416127269 10212057088 4649 33554432000 4194304 4196468 140728528718752 140440399284496 140440497215189 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9478144 140728528722671 140728528725189 140728528725189 140728528728015 0
[pid=4589/tid=4646] ppid=4586 vsize=9972712 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/4589/task/4646/stat : 4646 (java) S 4586 4589 1949 0 -1 1077944384 2 13170 0 0 0 0 5 2 20 0 6 0 416127269 10212057088 4649 33554432000 4194304 4196468 140728528718752 140440068024720 140440497215189 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9478144 140728528722671 140728528725189 140728528725189 140728528728015 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18332 KiB

[startup+0.210082 s]*
/proc/loadavg: 1.90 1.62 1.51 3/229 4655
/proc/meminfo: memFree=30627076/32770624 swapFree=66981680/67108860
[pid=4589] ppid=4586 vsize=10819664 memory=38240 CPUtime=0.26 cores=1,3,5,7
/proc/4589/stat : 4589 (java) S 4586 4589 1949 0 -1 1077944320 6915 13170 0 0 17 2 5 2 20 0 15 0 416127259 11079335936 9560 33554432000 4194304 4196468 140728528718752 140728528701296 140440497204983 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 9478144 140728528722671 140728528725189 140728528725189 140728528728015 0
/proc/4589/statm: 2704916 9560 3171 1 0 2667149 0
[pid=4589/tid=4642] ppid=4586 vsize=10819664 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/4589/task/4642/stat : 4642 (java) R 4586 4589 1949 0 -1 4202560 3413 13170 0 0 11 1 5 2 20 0 15 0 416127268 11079335936 10136 33554432000 4194304 4196468 140728528718752 140440469020216 140440497226909 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9478144 140728528722671 140728528725189 140728528725189 140728528728015 0
[pid=4589/tid=4643] ppid=4586 vsize=10819664 memory=342 CPUtime=0.07 cores=1,3,5,7
/proc/4589/task/4643/stat : 4643 (java) S 4586 4589 1949 0 -1 1077944384 2 13170 0 0 0 0 5 2 20 0 15 0 416127269 11079335936 10136 33554432000 4194304 4196468 140728528718752 140440501447184 140440497215189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9478144 140728528722671 140728528725189 140728528725189 140728528728015 0
[pid=4589/tid=4644] ppid=4586 vsize=10819664 memory=140498983168157 CPUtime=0.07 cores=1,3,5,7
/proc/4589/task/4644/stat : 4644 (java) S 4586 4589 1949 0 -1 1077944384 2 13170 0 0 0 0 5 2 20 0 15 0 416127269 11079335936 10136 33554432000 4194304 4196468 140728528718752 140440400337552 140440497215189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9478144 140728528722671 140728528725189 140728528725189 140728528728015 0
[pid=4589/tid=4645] ppid=4586 vsize=10819664 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/4589/task/4645/stat : 4645 (java) S 4586 4589 1949 0 -1 1077944384 1 13170 0 0 0 0 5 2 20 0 15 0 416127269 11079335936 10136 33554432000 4194304 4196468 140728528718752 140440399284496 140440497215189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9478144 140728528722671 140728528725189 140728528725189 140728528728015 0
[pid=4589/tid=4646] ppid=4586 vsize=10819664 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/4589/task/4646/stat : 4646 (java) S 4586 4589 1949 0 -1 1077944384 2 13170 0 0 0 0 5 2 20 0 15 0 416127269 11079335936 10136 33554432000 4194304 4196468 140728528718752 140440068024720 140440497215189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9478144 140728528722671 140728528725189 140728528725189 140728528728015 0
[pid=4589/tid=4647] ppid=4586 vsize=10819664 memory=140498983155328 CPUtime=0.07 cores=1,3,5,7
/proc/4589/task/4647/stat : 4647 (java) S 4586 4589 1949 0 -1 1077944384 2 13170 0 0 0 0 5 2 20 0 15 0 416127270 11079335936 10136 33554432000 4194304 4196468 140728528718752 140439701736176 140440497216130 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9478144 140728528722671 140728528725189 140728528725189 140728528728015 0
[pid=4589/tid=4648] ppid=4586 vsize=10819664 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/4589/task/4648/stat : 4648 (java) S 4586 4589 1949 0 -1 1077944384 33 13170 0 0 0 0 5 2 20 0 15 0 416127270 11079335936 10136 33554432000 4194304 4196468 140728528718752 140439700682400 140440497215189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9478144 140728528722671 140728528725189 140728528725189 140728528728015 0
[pid=4589/tid=4649] ppid=4586 vsize=10819664 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/4589/task/4649/stat : 4649 (java) S 4586 4589 1949 0 -1 1077944384 1 13170 0 0 0 0 5 2 20 0 15 0 416127271 11079335936 10136 33554432000 4194304 4196468 140728528718752 140439592101104 140440497215189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9478144 140728528722671 140728528725189 140728528725189 140728528728015 0
[pid=4589/tid=4650] ppid=4586 vsize=10819664 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/4589/task/4650/stat : 4650 (java) S 4586 4589 1949 0 -1 1077944384 3 13170 0 0 0 0 5 2 20 0 15 0 416127273 11079335936 10136 33554432000 4194304 4196468 140728528718752 140439083375056 140440497223579 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9478144 140728528722671 140728528725189 140728528725189 140728528728015 0
[pid=4589/tid=4651] ppid=4586 vsize=10819664 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/4589/task/4651/stat : 4651 (java) S 4586 4589 1949 0 -1 1077944384 483 13170 0 0 1 0 5 2 20 0 15 0 416127273 11079335936 10136 33554432000 4194304 4196468 140728528718752 140439667124464 140440497216130 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9478144 140728528722671 140728528725189 140728528725189 140728528728015 0
[pid=4589/tid=4652] ppid=4586 vsize=10819664 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/4589/task/4652/stat : 4652 (java) S 4586 4589 1949 0 -1 1077944384 166 13170 0 0 0 0 5 2 20 0 15 0 416127273 11079335936 10136 33554432000 4194304 4196468 140728528718752 140439666071920 140440497216130 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9478144 140728528722671 140728528725189 140728528725189 140728528728015 0
[pid=4589/tid=4653] ppid=4586 vsize=10819664 memory=140498983155328 CPUtime=0.1 cores=1,3,5,7
/proc/4589/task/4653/stat : 4653 (java) R 4586 4589 1949 0 -1 4202560 622 13170 0 0 3 0 5 2 20 0 15 0 416127273 11079335936 10136 33554432000 4194304 4196468 140728528718752 140439665018864 140440489442110 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9478144 140728528722671 140728528725189 140728528725189 140728528728015 0
[pid=4589/tid=4654] ppid=4586 vsize=10819664 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/4589/task/4654/stat : 4654 (java) S 4586 4589 1949 0 -1 1077944384 3 13170 0 0 0 0 5 2 20 0 15 0 416127273 11079335936 10136 33554432000 4194304 4196468 140728528718752 140439049816416 140440497215189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9478144 140728528722671 140728528725189 140728528725189 140728528728015 0
[pid=4589/tid=4655] ppid=4586 vsize=10819664 memory=140498983155328 CPUtime=0.07 cores=1,3,5,7
/proc/4589/task/4655/stat : 4655 (java) S 4586 4589 1949 0 -1 1077944384 1 13170 0 0 0 0 5 2 20 0 15 0 416127274 11079335936 10136 33554432000 4194304 4196468 140728528718752 140439663967280 140440497216130 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9478144 140728528722671 140728528725189 140728528725189 140728528728015 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10819664 KiB
Current children cumulated memory: 38240 KiB

[startup+0.311289 s]*
/proc/loadavg: 1.90 1.62 1.51 3/229 4655
/proc/meminfo: memFree=30614424/32770624 swapFree=66981680/67108860
[pid=4589] ppid=4586 vsize=10820148 memory=49380 CPUtime=0.4 cores=1,3,5,7
/proc/4589/stat : 4589 (java) S 4586 4589 1949 0 -1 1077944320 10615 13170 0 0 29 4 5 2 20 0 15 0 416127259 11079831552 12345 33554432000 4194304 4196468 140728528718752 140728528701296 140440497204983 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 9478144 140728528722671 140728528725189 140728528725189 140728528728015 0
/proc/4589/statm: 2705037 12345 3303 1 0 2667149 0
[pid=4589/tid=4642] ppid=4586 vsize=10820148 memory=8317482817917895235 CPUtime=0.29 cores=1,3,5,7
/proc/4589/task/4642/stat : 4642 (java) R 4586 4589 1949 0 -1 4202560 7072 13170 0 0 19 3 5 2 20 0 15 0 416127268 11079831552 12345 33554432000 4194304 4196468 140728528718752 140440469022608 140440497226909 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9478144 140728528722671 140728528725189 140728528725189 140728528728015 0
[pid=4589/tid=4643] ppid=4586 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/4589/task/4643/stat : 4643 (java) S 4586 4589 1949 0 -1 1077944384 2 13170 0 0 0 0 5 2 20 0 15 0 416127269 11079831552 12345 33554432000 4194304 4196468 140728528718752 140440501447184 140440497215189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9478144 140728528722671 140728528725189 140728528725189 140728528728015 0
[pid=4589/tid=4644] ppid=4586 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/4589/task/4644/stat : 4644 (java) S 4586 4589 1949 0 -1 1077944384 2 13170 0 0 0 0 5 2 20 0 15 0 416127269 11079831552 12345 33554432000 4194304 4196468 140728528718752 140440400337552 140440497215189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9478144 140728528722671 140728528725189 140728528725189 140728528728015 0
[pid=4589/tid=4645] ppid=4586 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/4589/task/4645/stat : 4645 (java) S 4586 4589 1949 0 -1 1077944384 1 13170 0 0 0 0 5 2 20 0 15 0 416127269 11079831552 12345 33554432000 4194304 4196468 140728528718752 140440399284496 140440497215189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9478144 140728528722671 140728528725189 140728528725189 140728528728015 0
[pid=4589/tid=4646] ppid=4586 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/4589/task/4646/stat : 4646 (java) S 4586 4589 1949 0 -1 1077944384 2 13170 0 0 0 0 5 2 20 0 15 0 416127269 11079831552 12345 33554432000 4194304 4196468 140728528718752 140440068024720 140440497215189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9478144 140728528722671 140728528725189 140728528725189 140728528728015 0
[pid=4589/tid=4647] ppid=4586 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/4589/task/4647/stat : 4647 (java) S 4586 4589 1949 0 -1 1077944384 2 13170 0 0 0 0 5 2 20 0 15 0 416127270 11079831552 12345 33554432000 4194304 4196468 140728528718752 140439701736176 140440497216130 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9478144 140728528722671 140728528725189 140728528725189 140728528728015 0
[pid=4589/tid=4648] ppid=4586 vsize=10820148 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/4589/task/4648/stat : 4648 (java) S 4586 4589 1949 0 -1 1077944384 33 13170 0 0 0 0 5 2 20 0 15 0 416127270 11079831552 12345 33554432000 4194304 4196468 140728528718752 140439700682400 140440497215189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9478144 140728528722671 140728528725189 140728528725189 140728528728015 0
[pid=4589/tid=4649] ppid=4586 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/4589/task/4649/stat : 4649 (java) S 4586 4589 1949 0 -1 1077944384 1 13170 0 0 0 0 5 2 20 0 15 0 416127271 11079831552 12345 33554432000 4194304 4196468 140728528718752 140439592101104 140440497215189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9478144 140728528722671 140728528725189 140728528725189 140728528728015 0
[pid=4589/tid=4650] ppid=4586 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/4589/task/4650/stat : 4650 (java) S 4586 4589 1949 0 -1 1077944384 3 13170 0 0 0 0 5 2 20 0 15 0 416127273 11079831552 12345 33554432000 4194304 4196468 140728528718752 140439083375056 140440497223579 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9478144 140728528722671 140728528725189 140728528725189 140728528728015 0
[pid=4589/tid=4651] ppid=4586 vsize=10820148 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/4589/task/4651/stat : 4651 (java) S 4586 4589 1949 0 -1 1077944384 484 13170 0 0 2 0 5 2 20 0 15 0 416127273 11079831552 12345 33554432000 4194304 4196468 140728528718752 140439667124464 140440497216130 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9478144 140728528722671 140728528725189 140728528725189 140728528728015 0
[pid=4589/tid=4652] ppid=4586 vsize=10820148 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/4589/task/4652/stat : 4652 (java) S 4586 4589 1949 0 -1 1077944384 175 13170 0 0 1 0 5 2 20 0 15 0 416127273 11079831552 12345 33554432000 4194304 4196468 140728528718752 140439666071920 140440497216130 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9478144 140728528722671 140728528725189 140728528725189 140728528728015 0
[pid=4589/tid=4653] ppid=4586 vsize=10820148 memory=140498983155328 CPUtime=0.12 cores=1,3,5,7
/proc/4589/task/4653/stat : 4653 (java) S 4586 4589 1949 0 -1 1077944384 630 13170 0 0 5 0 5 2 20 0 15 0 416127273 11079831552 12345 33554432000 4194304 4196468 140728528718752 140439665018864 140440497216130 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9478144 140728528722671 140728528725189 140728528725189 140728528728015 0
[pid=4589/tid=4654] ppid=4586 vsize=10820148 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/4589/task/4654/stat : 4654 (java) S 4586 4589 1949 0 -1 1077944384 3 13170 0 0 0 0 5 2 20 0 15 0 416127273 11079831552 12345 33554432000 4194304 4196468 140728528718752 140439049816416 140440497215189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9478144 140728528722671 140728528725189 140728528725189 140728528728015 0
[pid=4589/tid=4655] ppid=4586 vsize=10820148 memory=140498983155328 CPUtime=0.07 cores=1,3,5,7
/proc/4589/task/4655/stat : 4655 (java) S 4586 4589 1949 0 -1 1077944384 1 13170 0 0 0 0 5 2 20 0 15 0 416127274 11079831552 12345 33554432000 4194304 4196468 140728528718752 140439663967280 140440497216130 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9478144 140728528722671 140728528725189 140728528725189 140728528728015 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820148 KiB
Current children cumulated memory: 49380 KiB

[startup+0.702957 s]
/proc/loadavg: 1.90 1.62 1.51 4/229 4655
/proc/meminfo: memFree=30600256/32770624 swapFree=66981680/67108860
[pid=4589] ppid=4586 vsize=10825384 memory=81696 CPUtime=1.15 cores=1,3,5,7
/proc/4589/stat : 4589 (java) S 4586 4589 1949 0 -1 1077944320 14607 13170 0 0 102 6 5 2 20 0 15 0 416127259 11085193216 20359 33554432000 4194304 4196468 140728528718752 140728528701296 140440497204983 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 9478144 140728528722671 140728528725189 140728528725189 140728528728015 0
/proc/4589/statm: 2706346 20424 3511 1 0 2668429 0
[pid=4589/tid=4642] ppid=4586 vsize=10824360 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/4589/task/4642/stat : 4642 (java) D 4586 4589 1949 0 -1 1077944384 9951 13170 0 0 55 4 5 2 20 0 15 0 416127268 11084144640 20399 33554432000 4194304 4196468 140728528718752 140440469022912 140440489884205 0 4 0 16800975 18446744072101748260 0 0 -1 3 0 0 0 0 0 6293624 6294260 9478144 140728528722671 140728528725189 140728528725189 140728528728015 0
[pid=4589/tid=4643] ppid=4586 vsize=10824360 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/4589/task/4643/stat : 4643 (java) S 4586 4589 1949 0 -1 1077944384 2 13170 0 0 0 0 5 2 20 0 15 0 416127269 11084144640 20399 33554432000 4194304 4196468 140728528718752 140440501447184 140440497215189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9478144 140728528722671 140728528725189 140728528725189 140728528728015 0
[pid=4589/tid=4644] ppid=4586 vsize=10825384 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/4589/task/4644/stat : 4644 (java) S 4586 4589 1949 0 -1 1077944384 2 13170 0 0 0 0 5 2 20 0 15 0 416127269 11085193216 20399 33554432000 4194304 4196468 140728528718752 140440400337552 140440497215189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9478144 140728528722671 140728528725189 140728528725189 140728528728015 0
[pid=4589/tid=4645] ppid=4586 vsize=10825384 memory=280997699045344 CPUtime=0.07 cores=1,3,5,7
/proc/4589/task/4645/stat : 4645 (java) S 4586 4589 1949 0 -1 1077944384 1 13170 0 0 0 0 5 2 20 0 15 0 416127269 11085193216 20399 33554432000 4194304 4196468 140728528718752 140440399284496 140440497215189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9478144 140728528722671 140728528725189 140728528725189 140728528728015 0
[pid=4589/tid=4646] ppid=4586 vsize=10825384 memory=140498849378224 CPUtime=0.07 cores=1,3,5,7
/proc/4589/task/4646/stat : 4646 (java) S 4586 4589 1949 0 -1 1077944384 2 13170 0 0 0 0 5 2 20 0 15 0 416127269 11085193216 20399 33554432000 4194304 4196468 140728528718752 140440068024720 140440497215189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9478144 140728528722671 140728528725189 140728528725189 140728528728015 0
[pid=4589/tid=4647] ppid=4586 vsize=10825384 memory=140501265154635 CPUtime=0.07 cores=1,3,5,7
/proc/4589/task/4647/stat : 4647 (java) S 4586 4589 1949 0 -1 1077944384 5 13170 0 0 0 0 5 2 20 0 15 0 416127270 11085193216 20399 33554432000 4194304 4196468 140728528718752 140439701736176 140440497216130 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9478144 140728528722671 140728528725189 140728528725189 140728528728015 0
[pid=4589/tid=4648] ppid=4586 vsize=10825384 memory=1548 CPUtime=0.07 cores=1,3,5,7
/proc/4589/task/4648/stat : 4648 (java) S 4586 4589 1949 0 -1 1077944384 33 13170 0 0 0 0 5 2 20 0 15 0 416127270 11085193216 20399 33554432000 4194304 4196468 140728528718752 140439700682400 140440497215189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9478144 140728528722671 140728528725189 140728528725189 140728528728015 0
[pid=4589/tid=4649] ppid=4586 vsize=10825384 memory=7523919935556904256 CPUtime=0.07 cores=1,3,5,7
/proc/4589/task/4649/stat : 4649 (java) S 4586 4589 1949 0 -1 1077944384 1 13170 0 0 0 0 5 2 20 0 15 0 416127271 11085193216 20399 33554432000 4194304 4196468 140728528718752 140439592101104 140440497215189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9478144 140728528722671 140728528725189 140728528725189 140728528728015 0
[pid=4589/tid=4650] ppid=4586 vsize=10824360 memory=7739276948477865319 CPUtime=0.07 cores=1,3,5,7
/proc/4589/task/4650/stat : 4650 (java) S 4586 4589 1949 0 -1 1077944384 3 13170 0 0 0 0 5 2 20 0 15 0 416127273 11084144640 20399 33554432000 4194304 4196468 140728528718752 140439083375056 140440497223579 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9478144 140728528722671 140728528725189 140728528725189 140728528728015 0
[pid=4589/tid=4651] ppid=4586 vsize=10824360 memory=5789189752906409301 CPUtime=0.21 cores=1,3,5,7
/proc/4589/task/4651/stat : 4651 (java) R 4586 4589 1949 0 -1 4202560 900 13170 0 0 14 0 5 2 20 0 15 0 416127273 11084144640 20399 33554432000 4194304 4196468 140728528718752 140439667124464 140440482129270 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9478144 140728528722671 140728528725189 140728528725189 140728528728015 0
[pid=4589/tid=4652] ppid=4586 vsize=10824360 memory=0 CPUtime=0.21 cores=1,3,5,7
/proc/4589/task/4652/stat : 4652 (java) S 4586 4589 1949 0 -1 1077944384 668 13170 0 0 14 0 5 2 20 0 15 0 416127273 11084144640 20399 33554432000 4194304 4196468 140728528718752 140439666071920 140440497216130 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9478144 140728528722671 140728528725189 140728528725189 140728528728015 0
[pid=4589/tid=4653] ppid=4586 vsize=10825384 memory=0 CPUtime=0.24 cores=1,3,5,7
/proc/4589/task/4653/stat : 4653 (java) S 4586 4589 1949 0 -1 1077944384 851 13170 0 0 17 0 5 2 20 0 15 0 416127273 11085193216 20399 33554432000 4194304 4196468 140728528718752 140439665018864 140440497216130 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9478144 140728528722671 140728528725189 140728528725189 140728528728015 0
[pid=4589/tid=4654] ppid=4586 vsize=10825384 memory=3620 CPUtime=0.07 cores=1,3,5,7
/proc/4589/task/4654/stat : 4654 (java) S 4586 4589 1949 0 -1 1077944384 3 13170 0 0 0 0 5 2 20 0 15 0 416127273 11085193216 20399 33554432000 4194304 4196468 140728528718752 140439049816416 140440497215189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9478144 140728528722671 140728528725189 140728528725189 140728528728015 0
[pid=4589/tid=4655] ppid=4586 vsize=10825384 memory=2241 CPUtime=0.07 cores=1,3,5,7
/proc/4589/task/4655/stat : 4655 (java) S 4586 4589 1949 0 -1 1077944384 1 13170 0 0 0 0 5 2 20 0 15 0 416127274 11085193216 20399 33554432000 4194304 4196468 140728528718752 140439663967280 140440497216130 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9478144 140728528722671 140728528725189 140728528725189 140728528728015 0
Current children cumulated CPU time: 1.15 s
Current children cumulated vsize: 10825384 KiB
Current children cumulated memory: 81696 KiB

[startup+1.50525 s]
/proc/loadavg: 1.90 1.62 1.51 7/229 4655
/proc/meminfo: memFree=30482288/32770624 swapFree=66981680/67108860
[pid=4589] ppid=4586 vsize=10826484 memory=421076 CPUtime=3.06 cores=1,3,5,7
/proc/4589/stat : 4589 (java) S 4586 4589 1949 0 -1 1077944320 17138 13170 0 0 280 19 5 2 20 0 15 0 416127259 11086319616 105269 33554432000 4194304 4196468 140728528718752 140728528701296 140440497204983 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 9478144 140728528722671 140728528725189 140728528725189 140728528728015 0
/proc/4589/statm: 2706621 105269 3577 1 0 2668685 0
[pid=4589/tid=4642] ppid=4586 vsize=10826484 memory=2996107 CPUtime=1.39 cores=1,3,5,7
/proc/4589/task/4642/stat : 4642 (java) S 4586 4589 1949 0 -1 1077944384 10822 13170 0 0 126 6 5 2 20 0 15 0 416127268 11086319616 105269 33554432000 4194304 4196468 140728528718752 140440469040352 140440497215189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9478144 140728528722671 140728528725189 140728528725189 140728528728015 0
[pid=4589/tid=4643] ppid=4586 vsize=10826484 memory=8112282956445269571 CPUtime=0.11 cores=1,3,5,7
/proc/4589/task/4643/stat : 4643 (java) R 4586 4589 1949 0 -1 4202560 160 13170 0 0 2 2 5 2 20 0 15 0 416127269 11086319616 105269 33554432000 4194304 4196468 140728528718752 140440501447184 140440482227104 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9478144 140728528722671 140728528725189 140728528725189 140728528728015 0
[pid=4589/tid=4644] ppid=4586 vsize=10826484 memory=788016 CPUtime=0.1 cores=1,3,5,7
/proc/4589/task/4644/stat : 4644 (java) R 4586 4589 1949 0 -1 4202560 123 13170 0 0 1 2 5 2 20 0 15 0 416127269 11086319616 105269 33554432000 4194304 4196468 140728528718752 140440400337552 140440490308031 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9478144 140728528722671 140728528725189 140728528725189 140728528728015 0
[pid=4589/tid=4645] ppid=4586 vsize=10826484 memory=1412 CPUtime=0.11 cores=1,3,5,7
/proc/4589/task/4645/stat : 4645 (java) R 4586 4589 1949 0 -1 4202560 61 13170 0 0 2 2 5 2 20 0 15 0 416127269 11086319616 105269 33554432000 4194304 4196468 140728528718752 140440399284696 140440490307969 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 9478144 140728528722671 140728528725189 140728528725189 140728528728015 0
[pid=4589/tid=4646] ppid=4586 vsize=10826484 memory=81696 CPUtime=0.12 cores=1,3,5,7
/proc/4589/task/4646/stat : 4646 (java) R 4586 4589 1949 0 -1 4202560 171 13170 0 0 2 3 5 2 20 0 15 0 416127269 11086319616 105269 33554432000 4194304 4196468 140728528718752 140440068024720 140440482233144 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9478144 140728528722671 140728528725189 140728528725189 140728528728015 0
[pid=4589/tid=4647] ppid=4586 vsize=10826484 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/4589/task/4647/stat : 4647 (java) S 4586 4589 1949 0 -1 1077944384 85 13170 0 0 0 0 5 2 20 0 15 0 416127270 11086319616 105269 33554432000 4194304 4196468 140728528718752 140439701734688 140440497215189 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9478144 140728528722671 140728528725189 140728528725189 140728528728015 0
[pid=4589/tid=4648] ppid=4586 vsize=10826484 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/4589/task/4648/stat : 4648 (java) S 4586 4589 1949 0 -1 1077944384 33 13170 0 0 0 0 5 2 20 0 15 0 416127270 11086319616 105269 33554432000 4194304 4196468 140728528718752 140439700682464 140440497215189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9478144 140728528722671 140728528725189 140728528725189 140728528728015 0
[pid=4589/tid=4649] ppid=4586 vsize=10826484 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/4589/task/4649/stat : 4649 (java) S 4586 4589 1949 0 -1 1077944384 1 13170 0 0 0 0 5 2 20 0 15 0 416127271 11086319616 105269 33554432000 4194304 4196468 140728528718752 140439592101120 140440497215189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9478144 140728528722671 140728528725189 140728528725189 140728528728015 0
[pid=4589/tid=4650] ppid=4586 vsize=10826484 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/4589/task/4650/stat : 4650 (java) S 4586 4589 1949 0 -1 1077944384 3 13170 0 0 0 0 5 2 20 0 15 0 416127273 11086319616 105269 33554432000 4194304 4196468 140728528718752 140439083375056 140440497223579 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9478144 140728528722671 140728528725189 140728528725189 140728528728015 0
[pid=4589/tid=4651] ppid=4586 vsize=10826484 memory=-3535470213243961690 CPUtime=0.63 cores=1,3,5,7
/proc/4589/task/4651/stat : 4651 (java) S 4586 4589 1949 0 -1 1077944384 1239 13170 0 0 56 0 5 2 20 0 15 0 416127273 11086319616 105269 33554432000 4194304 4196468 140728528718752 140439667124464 140440497216130 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9478144 140728528722671 140728528725189 140728528725189 140728528728015 0
[pid=4589/tid=4652] ppid=4586 vsize=10826484 memory=-7880843606118635149 CPUtime=0.61 cores=1,3,5,7
/proc/4589/task/4652/stat : 4652 (java) S 4586 4589 1949 0 -1 1077944384 1015 13170 0 0 54 0 5 2 20 0 15 0 416127273 11086319616 105269 33554432000 4194304 4196468 140728528718752 140439666071920 140440497216130 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9478144 140728528722671 140728528725189 140728528725189 140728528728015 0
[pid=4589/tid=4653] ppid=4586 vsize=10826484 memory=-7313654673739556905 CPUtime=0.39 cores=1,3,5,7
/proc/4589/task/4653/stat : 4653 (java) S 4586 4589 1949 0 -1 1077944384 1215 13170 0 0 32 0 5 2 20 0 15 0 416127273 11086319616 105269 33554432000 4194304 4196468 140728528718752 140439665018864 140440497216130 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9478144 140728528722671 140728528725189 140728528725189 140728528728015 0
[pid=4589/tid=4654] ppid=4586 vsize=10826484 memory=6944656575208382560 CPUtime=0.07 cores=1,3,5,7
/proc/4589/task/4654/stat : 4654 (java) S 4586 4589 1949 0 -1 1077944384 3 13170 0 0 0 0 5 2 20 0 15 0 416127273 11086319616 105269 33554432000 4194304 4196468 140728528718752 140439049816416 140440497215189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9478144 140728528722671 140728528725189 140728528725189 140728528728015 0
[pid=4589/tid=4655] ppid=4586 vsize=10826484 memory=6656426216303648864 CPUtime=0.07 cores=1,3,5,7
/proc/4589/task/4655/stat : 4655 (java) S 4586 4589 1949 0 -1 1077944384 1 13170 0 0 0 0 5 2 20 0 15 0 416127274 11086319616 105269 33554432000 4194304 4196468 140728528718752 140439663967280 140440497216130 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9478144 140728528722671 140728528725189 140728528725189 140728528728015 0
Current children cumulated CPU time: 3.06 s
Current children cumulated vsize: 10826484 KiB

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

[startup+642.301 s]
/proc/loadavg: 1.49 1.53 1.53 3/227 4716
/proc/meminfo: memFree=28166084/32770624 swapFree=66981688/67108860
[pid=4589] ppid=4586 vsize=10844936 memory=2477244 CPUtime=654.16 cores=1,3,5,7
/proc/4589/stat : 4589 (java) S 4586 4589 1949 0 -1 1077944320 153323 13170 0 0 65250 159 5 2 20 0 15 0 416127259 11105214464 619311 33554432000 4194304 4196468 140728528718752 140728528701296 140440497204983 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 9478144 140728528722671 140728528725189 140728528725189 140728528728015 0
/proc/4589/statm: 2711234 619311 3622 1 0 2673293 0
[pid=4589/tid=4642] ppid=4586 vsize=10844936 memory=2477244 CPUtime=640.37 cores=1,3,5,7
/proc/4589/task/4642/stat : 4642 (java) R 4586 4589 1949 0 -1 4202560 62684 13170 0 0 63991 39 5 2 20 0 15 0 416127268 11105214464 619311 33554432000 4194304 4196468 140728528718752 140440469040240 140440091380597 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9478144 140728528722671 140728528725189 140728528725189 140728528728015 0
[pid=4589/tid=4643] ppid=4586 vsize=10844936 memory=2477232 CPUtime=1.13 cores=1,3,5,7
/proc/4589/task/4643/stat : 4643 (java) S 4586 4589 1949 0 -1 1077944384 7153 13170 0 0 80 26 5 2 20 0 15 0 416127269 11105214464 619311 33554432000 4194304 4196468 140728528718752 140440501447184 140440497215189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9478144 140728528722671 140728528725189 140728528725189 140728528728015 0
[pid=4589/tid=4644] ppid=4586 vsize=10844936 memory=2477244 CPUtime=1.12 cores=1,3,5,7
/proc/4589/task/4644/stat : 4644 (java) S 4586 4589 1949 0 -1 1077944384 10735 13170 0 0 78 27 5 2 20 0 15 0 416127269 11105214464 619311 33554432000 4194304 4196468 140728528718752 140440400337552 140440497215189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9478144 140728528722671 140728528725189 140728528725189 140728528728015 0
[pid=4589/tid=4645] ppid=4586 vsize=10844936 memory=2477244 CPUtime=1.12 cores=1,3,5,7
/proc/4589/task/4645/stat : 4645 (java) S 4586 4589 1949 0 -1 1077944384 3952 13170 0 0 82 23 5 2 20 0 15 0 416127269 11105214464 619311 33554432000 4194304 4196468 140728528718752 140440399284496 140440497215189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9478144 140728528722671 140728528725189 140728528725189 140728528728015 0
[pid=4589/tid=4646] ppid=4586 vsize=10844936 memory=2477244 CPUtime=1.13 cores=1,3,5,7
/proc/4589/task/4646/stat : 4646 (java) S 4586 4589 1949 0 -1 1077944384 8376 13170 0 0 81 25 5 2 20 0 15 0 416127269 11105214464 619311 33554432000 4194304 4196468 140728528718752 140440068024720 140440497215189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9478144 140728528722671 140728528725189 140728528725189 140728528728015 0
[pid=4589/tid=4647] ppid=4586 vsize=10844936 memory=55 CPUtime=0.64 cores=1,3,5,7
/proc/4589/task/4647/stat : 4647 (java) S 4586 4589 1949 0 -1 1077944384 7719 13170 0 0 53 4 5 2 20 0 15 0 416127270 11105214464 619311 33554432000 4194304 4196468 140728528718752 140439701736176 140440497216130 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9478144 140728528722671 140728528725189 140728528725189 140728528728015 0
[pid=4589/tid=4648] ppid=4586 vsize=10844936 memory=20208 CPUtime=0.07 cores=1,3,5,7
/proc/4589/task/4648/stat : 4648 (java) S 4586 4589 1949 0 -1 1077944384 48 13170 0 0 0 0 5 2 20 0 15 0 416127270 11105214464 619311 33554432000 4194304 4196468 140728528718752 140439700682464 140440497215189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9478144 140728528722671 140728528725189 140728528725189 140728528728015 0
[pid=4589/tid=4649] ppid=4586 vsize=10844936 memory=2004 CPUtime=0.07 cores=1,3,5,7
/proc/4589/task/4649/stat : 4649 (java) S 4586 4589 1949 0 -1 1077944384 7 13170 0 0 0 0 5 2 20 0 15 0 416127271 11105214464 619311 33554432000 4194304 4196468 140728528718752 140439592101120 140440497215189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9478144 140728528722671 140728528725189 140728528725189 140728528728015 0
[pid=4589/tid=4650] ppid=4586 vsize=10844936 memory=2477244 CPUtime=0.07 cores=1,3,5,7
/proc/4589/task/4650/stat : 4650 (java) S 4586 4589 1949 0 -1 1077944384 3 13170 0 0 0 0 5 2 20 0 15 0 416127273 11105214464 619311 33554432000 4194304 4196468 140728528718752 140439083375056 140440497223579 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9478144 140728528722671 140728528725189 140728528725189 140728528728015 0
[pid=4589/tid=4651] ppid=4586 vsize=10844936 memory=280997700248576 CPUtime=3.57 cores=1,3,5,7
/proc/4589/task/4651/stat : 4651 (java) S 4586 4589 1949 0 -1 1077944384 17491 13170 0 0 348 2 5 2 20 0 15 0 416127273 11105214464 619311 33554432000 4194304 4196468 140728528718752 140439667124464 140440497216130 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9478144 140728528722671 140728528725189 140728528725189 140728528728015 0
[pid=4589/tid=4652] ppid=4586 vsize=10844936 memory=2477244 CPUtime=3.62 cores=1,3,5,7
/proc/4589/task/4652/stat : 4652 (java) S 4586 4589 1949 0 -1 1077944384 19189 13170 0 0 353 2 5 2 20 0 15 0 416127273 11105214464 619311 33554432000 4194304 4196468 140728528718752 140439666071920 140440497216130 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9478144 140728528722671 140728528725189 140728528725189 140728528728015 0
[pid=4589/tid=4653] ppid=4586 vsize=10844936 memory=2477244 CPUtime=1.6 cores=1,3,5,7
/proc/4589/task/4653/stat : 4653 (java) S 4586 4589 1949 0 -1 1077944384 12187 13170 0 0 149 4 5 2 20 0 15 0 416127273 11105214464 619311 33554432000 4194304 4196468 140728528718752 140439665018864 140440497216130 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9478144 140728528722671 140728528725189 140728528725189 140728528728015 0
[pid=4589/tid=4654] ppid=4586 vsize=10844936 memory=3208 CPUtime=0.07 cores=1,3,5,7
/proc/4589/task/4654/stat : 4654 (java) S 4586 4589 1949 0 -1 1077944384 3 13170 0 0 0 0 5 2 20 0 15 0 416127273 11105214464 619311 33554432000 4194304 4196468 140728528718752 140439049816416 140440497215189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9478144 140728528722671 140728528725189 140728528725189 140728528728015 0
[pid=4589/tid=4655] ppid=4586 vsize=10844936 memory=2477244 CPUtime=0.36 cores=1,3,5,7
/proc/4589/task/4655/stat : 4655 (java) S 4586 4589 1949 0 -1 1077944384 1570 13170 0 0 15 14 5 2 20 0 15 0 416127274 11105214464 619311 33554432000 4194304 4196468 140728528718752 140439663967280 140440497216130 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9478144 140728528722671 140728528725189 140728528725189 140728528728015 0
Current children cumulated CPU time: 654.16 s
Current children cumulated vsize: 10844936 KiB
Current children cumulated memory: 2477244 KiB

[startup+702.301 s]
/proc/loadavg: 1.44 1.51 1.52 3/227 4721
/proc/meminfo: memFree=28155408/32770624 swapFree=66981692/67108860
[pid=4589] ppid=4586 vsize=10844936 memory=2477292 CPUtime=714.59 cores=1,3,5,7
/proc/4589/stat : 4589 (java) S 4586 4589 1949 0 -1 1077944320 158813 13170 0 0 71288 164 5 2 20 0 15 0 416127259 11105214464 619323 33554432000 4194304 4196468 140728528718752 140728528701296 140440497204983 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 9478144 140728528722671 140728528725189 140728528725189 140728528728015 0
/proc/4589/statm: 2711234 619323 3622 1 0 2673293 0
[pid=4589/tid=4642] ppid=4586 vsize=10844936 memory=2477292 CPUtime=699.98 cores=1,3,5,7
/proc/4589/task/4642/stat : 4642 (java) R 4586 4589 1949 0 -1 4202560 64065 13170 0 0 69951 40 5 2 20 0 15 0 416127268 11105214464 619323 33554432000 4194304 4196468 140728528718752 140440469040624 140440091024573 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9478144 140728528722671 140728528725189 140728528725189 140728528728015 0
[pid=4589/tid=4643] ppid=4586 vsize=10844936 memory=2477292 CPUtime=1.28 cores=1,3,5,7
/proc/4589/task/4643/stat : 4643 (java) S 4586 4589 1949 0 -1 1077944384 7280 13170 0 0 94 27 5 2 20 0 15 0 416127269 11105214464 619323 33554432000 4194304 4196468 140728528718752 140440501447184 140440497215189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9478144 140728528722671 140728528725189 140728528725189 140728528728015 0
[pid=4589/tid=4644] ppid=4586 vsize=10844936 memory=2477276 CPUtime=1.29 cores=1,3,5,7
/proc/4589/task/4644/stat : 4644 (java) S 4586 4589 1949 0 -1 1077944384 12249 13170 0 0 93 29 5 2 20 0 15 0 416127269 11105214464 619323 33554432000 4194304 4196468 140728528718752 140440400337552 140440497215189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9478144 140728528722671 140728528725189 140728528725189 140728528728015 0
[pid=4589/tid=4645] ppid=4586 vsize=10844936 memory=2477252 CPUtime=1.28 cores=1,3,5,7
/proc/4589/task/4645/stat : 4645 (java) S 4586 4589 1949 0 -1 1077944384 5032 13170 0 0 97 24 5 2 20 0 15 0 416127269 11105214464 619323 33554432000 4194304 4196468 140728528718752 140440399284496 140440497215189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9478144 140728528722671 140728528725189 140728528725189 140728528728015 0
[pid=4589/tid=4646] ppid=4586 vsize=10844936 memory=2477276 CPUtime=1.3 cores=1,3,5,7
/proc/4589/task/4646/stat : 4646 (java) S 4586 4589 1949 0 -1 1077944384 9047 13170 0 0 97 26 5 2 20 0 15 0 416127269 11105214464 619323 33554432000 4194304 4196468 140728528718752 140440068024720 140440497215189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9478144 140728528722671 140728528725189 140728528725189 140728528728015 0
[pid=4589/tid=4647] ppid=4586 vsize=10844936 memory=2477288 CPUtime=0.81 cores=1,3,5,7
/proc/4589/task/4647/stat : 4647 (java) S 4586 4589 1949 0 -1 1077944384 8380 13170 0 0 68 6 5 2 20 0 15 0 416127270 11105214464 619323 33554432000 4194304 4196468 140728528718752 140439701736176 140440497216130 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9478144 140728528722671 140728528725189 140728528725189 140728528728015 0
[pid=4589/tid=4648] ppid=4586 vsize=10844936 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/4589/task/4648/stat : 4648 (java) S 4586 4589 1949 0 -1 1077944384 48 13170 0 0 0 0 5 2 20 0 15 0 416127270 11105214464 619323 33554432000 4194304 4196468 140728528718752 140439700682464 140440497215189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9478144 140728528722671 140728528725189 140728528725189 140728528728015 0
[pid=4589/tid=4649] ppid=4586 vsize=10844936 memory=2477288 CPUtime=0.07 cores=1,3,5,7
/proc/4589/task/4649/stat : 4649 (java) S 4586 4589 1949 0 -1 1077944384 7 13170 0 0 0 0 5 2 20 0 15 0 416127271 11105214464 619323 33554432000 4194304 4196468 140728528718752 140439592101120 140440497215189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9478144 140728528722671 140728528725189 140728528725189 140728528728015 0
[pid=4589/tid=4650] ppid=4586 vsize=10844936 memory=2477292 CPUtime=0.07 cores=1,3,5,7
/proc/4589/task/4650/stat : 4650 (java) S 4586 4589 1949 0 -1 1077944384 3 13170 0 0 0 0 5 2 20 0 15 0 416127273 11105214464 619323 33554432000 4194304 4196468 140728528718752 140439083375056 140440497223579 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9478144 140728528722671 140728528725189 140728528725189 140728528728015 0
[pid=4589/tid=4651] ppid=4586 vsize=10844936 memory=2477292 CPUtime=3.57 cores=1,3,5,7
/proc/4589/task/4651/stat : 4651 (java) S 4586 4589 1949 0 -1 1077944384 17495 13170 0 0 348 2 5 2 20 0 15 0 416127273 11105214464 619323 33554432000 4194304 4196468 140728528718752 140439667124464 140440497216130 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9478144 140728528722671 140728528725189 140728528725189 140728528728015 0
[pid=4589/tid=4652] ppid=4586 vsize=10844936 memory=33 CPUtime=3.62 cores=1,3,5,7
/proc/4589/task/4652/stat : 4652 (java) S 4586 4589 1949 0 -1 1077944384 19195 13170 0 0 353 2 5 2 20 0 15 0 416127273 11105214464 619323 33554432000 4194304 4196468 140728528718752 140439666071920 140440497216130 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9478144 140728528722671 140728528725189 140728528725189 140728528728015 0
[pid=4589/tid=4653] ppid=4586 vsize=10844936 memory=2477292 CPUtime=1.6 cores=1,3,5,7
/proc/4589/task/4653/stat : 4653 (java) S 4586 4589 1949 0 -1 1077944384 12191 13170 0 0 149 4 5 2 20 0 15 0 416127273 11105214464 619323 33554432000 4194304 4196468 140728528718752 140439665018864 140440497216130 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9478144 140728528722671 140728528725189 140728528725189 140728528728015 0
[pid=4589/tid=4654] ppid=4586 vsize=10844936 memory=2477292 CPUtime=0.07 cores=1,3,5,7
/proc/4589/task/4654/stat : 4654 (java) S 4586 4589 1949 0 -1 1077944384 3 13170 0 0 0 0 5 2 20 0 15 0 416127273 11105214464 619323 33554432000 4194304 4196468 140728528718752 140439049816416 140440497215189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9478144 140728528722671 140728528725189 140728528725189 140728528728015 0
[pid=4589/tid=4655] ppid=4586 vsize=10844936 memory=3620 CPUtime=0.4 cores=1,3,5,7
/proc/4589/task/4655/stat : 4655 (java) S 4586 4589 1949 0 -1 1077944384 1612 13170 0 0 17 16 5 2 20 0 15 0 416127274 11105214464 619323 33554432000 4194304 4196468 140728528718752 140439663967280 140440497216130 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9478144 140728528722671 140728528725189 140728528725189 140728528728015 0
Current children cumulated CPU time: 714.59 s
Current children cumulated vsize: 10844936 KiB
Current children cumulated memory: 2477292 KiB

[startup+702.583 s]
# the end of solver process 4589 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=713.225 s, system=1.69794 s

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

[startup+702.401 s]
/proc/loadavg: 1.44 1.51 1.52 3/227 4721
/proc/meminfo: memFree=28155408/32770624 swapFree=66981692/67108860
[pid=4589] ppid=4586 vsize=10844936 memory=2477292 CPUtime=714.69 cores=1,3,5,7
/proc/4589/stat : 4589 (java) S 4586 4589 1949 0 -1 1077944320 158814 13170 0 0 71298 164 5 2 20 0 15 0 416127259 11105214464 619323 33554432000 4194304 4196468 140728528718752 140728528701296 140440497204983 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 9478144 140728528722671 140728528725189 140728528725189 140728528728015 0
/proc/4589/statm: 2711234 619323 3622 1 0 2673293 0
[pid=4589/tid=4642] ppid=4586 vsize=10844936 memory=3772 CPUtime=700.08 cores=1,3,5,7
/proc/4589/task/4642/stat : 4642 (java) R 4586 4589 1949 0 -1 4202560 64066 13170 0 0 69961 40 5 2 20 0 15 0 416127268 11105214464 619323 33554432000 4194304 4196468 140728528718752 140440469040480 140440091379203 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9478144 140728528722671 140728528725189 140728528725189 140728528728015 0
[pid=4589/tid=4643] ppid=4586 vsize=10844936 memory=20212 CPUtime=1.28 cores=1,3,5,7
/proc/4589/task/4643/stat : 4643 (java) S 4586 4589 1949 0 -1 1077944384 7280 13170 0 0 94 27 5 2 20 0 15 0 416127269 11105214464 619323 33554432000 4194304 4196468 140728528718752 140440501447184 140440497215189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9478144 140728528722671 140728528725189 140728528725189 140728528728015 0
[pid=4589/tid=4644] ppid=4586 vsize=10844936 memory=2004 CPUtime=1.29 cores=1,3,5,7
/proc/4589/task/4644/stat : 4644 (java) S 4586 4589 1949 0 -1 1077944384 12249 13170 0 0 93 29 5 2 20 0 15 0 416127269 11105214464 619323 33554432000 4194304 4196468 140728528718752 140440400337552 140440497215189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9478144 140728528722671 140728528725189 140728528725189 140728528728015 0
[pid=4589/tid=4645] ppid=4586 vsize=10844936 memory=984 CPUtime=1.28 cores=1,3,5,7
/proc/4589/task/4645/stat : 4645 (java) S 4586 4589 1949 0 -1 1077944384 5032 13170 0 0 97 24 5 2 20 0 15 0 416127269 11105214464 619323 33554432000 4194304 4196468 140728528718752 140440399284496 140440497215189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9478144 140728528722671 140728528725189 140728528725189 140728528728015 0
[pid=4589/tid=4646] ppid=4586 vsize=10844936 memory=8112282956445269571 CPUtime=1.3 cores=1,3,5,7
/proc/4589/task/4646/stat : 4646 (java) S 4586 4589 1949 0 -1 1077944384 9047 13170 0 0 97 26 5 2 20 0 15 0 416127269 11105214464 619323 33554432000 4194304 4196468 140728528718752 140440068024720 140440497215189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9478144 140728528722671 140728528725189 140728528725189 140728528728015 0
[pid=4589/tid=4647] ppid=4586 vsize=10844936 memory=780 CPUtime=0.81 cores=1,3,5,7
/proc/4589/task/4647/stat : 4647 (java) S 4586 4589 1949 0 -1 1077944384 8380 13170 0 0 68 6 5 2 20 0 15 0 416127270 11105214464 619323 33554432000 4194304 4196468 140728528718752 140439701736176 140440497216130 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9478144 140728528722671 140728528725189 140728528725189 140728528728015 0
[pid=4589/tid=4648] ppid=4586 vsize=10844936 memory=4160 CPUtime=0.07 cores=1,3,5,7
/proc/4589/task/4648/stat : 4648 (java) S 4586 4589 1949 0 -1 1077944384 48 13170 0 0 0 0 5 2 20 0 15 0 416127270 11105214464 619323 33554432000 4194304 4196468 140728528718752 140439700682464 140440497215189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9478144 140728528722671 140728528725189 140728528725189 140728528728015 0
[pid=4589/tid=4649] ppid=4586 vsize=10844936 memory=1692 CPUtime=0.07 cores=1,3,5,7
/proc/4589/task/4649/stat : 4649 (java) S 4586 4589 1949 0 -1 1077944384 7 13170 0 0 0 0 5 2 20 0 15 0 416127271 11105214464 619323 33554432000 4194304 4196468 140728528718752 140439592101120 140440497215189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9478144 140728528722671 140728528725189 140728528725189 140728528728015 0
[pid=4589/tid=4650] ppid=4586 vsize=10844936 memory=1028 CPUtime=0.07 cores=1,3,5,7
/proc/4589/task/4650/stat : 4650 (java) S 4586 4589 1949 0 -1 1077944384 3 13170 0 0 0 0 5 2 20 0 15 0 416127273 11105214464 619323 33554432000 4194304 4196468 140728528718752 140439083375056 140440497223579 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9478144 140728528722671 140728528725189 140728528725189 140728528728015 0
[pid=4589/tid=4651] ppid=4586 vsize=10844936 memory=2477292 CPUtime=3.57 cores=1,3,5,7
/proc/4589/task/4651/stat : 4651 (java) S 4586 4589 1949 0 -1 1077944384 17495 13170 0 0 348 2 5 2 20 0 15 0 416127273 11105214464 619323 33554432000 4194304 4196468 140728528718752 140439667124464 140440497216130 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9478144 140728528722671 140728528725189 140728528725189 140728528728015 0
[pid=4589/tid=4652] ppid=4586 vsize=10844936 memory=920 CPUtime=3.62 cores=1,3,5,7
/proc/4589/task/4652/stat : 4652 (java) S 4586 4589 1949 0 -1 1077944384 19195 13170 0 0 353 2 5 2 20 0 15 0 416127273 11105214464 619323 33554432000 4194304 4196468 140728528718752 140439666071920 140440497216130 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9478144 140728528722671 140728528725189 140728528725189 140728528728015 0
[pid=4589/tid=4653] ppid=4586 vsize=10844936 memory=1984 CPUtime=1.6 cores=1,3,5,7
/proc/4589/task/4653/stat : 4653 (java) S 4586 4589 1949 0 -1 1077944384 12191 13170 0 0 149 4 5 2 20 0 15 0 416127273 11105214464 619323 33554432000 4194304 4196468 140728528718752 140439665018864 140440497216130 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9478144 140728528722671 140728528725189 140728528725189 140728528728015 0
[pid=4589/tid=4654] ppid=4586 vsize=10844936 memory=2004 CPUtime=0.07 cores=1,3,5,7
/proc/4589/task/4654/stat : 4654 (java) S 4586 4589 1949 0 -1 1077944384 3 13170 0 0 0 0 5 2 20 0 15 0 416127273 11105214464 619323 33554432000 4194304 4196468 140728528718752 140439049816416 140440497215189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9478144 140728528722671 140728528725189 140728528725189 140728528728015 0
[pid=4589/tid=4655] ppid=4586 vsize=10844936 memory=984 CPUtime=0.4 cores=1,3,5,7
/proc/4589/task/4655/stat : 4655 (java) S 4586 4589 1949 0 -1 1077944384 1612 13170 0 0 17 16 5 2 20 0 15 0 416127274 11105214464 619323 33554432000 4194304 4196468 140728528718752 140439663967280 140440497216130 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9478144 140728528722671 140728528725189 140728528725189 140728528728015 0
Current children cumulated CPU time: 714.69 s
Current children cumulated vsize: 10844936 KiB
Current children cumulated memory: 2477292 KiB

[startup+702.501 s]
/proc/loadavg: 1.44 1.51 1.52 3/227 4721
/proc/meminfo: memFree=28155408/32770624 swapFree=66981692/67108860
[pid=4589] ppid=4586 vsize=10844936 memory=2477292 CPUtime=714.79 cores=1,3,5,7
/proc/4589/stat : 4589 (java) S 4586 4589 1949 0 -1 1077944320 158814 13170 0 0 71308 164 5 2 20 0 15 0 416127259 11105214464 619323 33554432000 4194304 4196468 140728528718752 140728528701296 140440497204983 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 9478144 140728528722671 140728528725189 140728528725189 140728528728015 0
/proc/4589/statm: 2711234 619323 3622 1 0 2673293 0
[pid=4589/tid=4642] ppid=4586 vsize=10844936 memory=2477292 CPUtime=700.18 cores=1,3,5,7
/proc/4589/task/4642/stat : 4642 (java) R 4586 4589 1949 0 -1 4202560 64066 13170 0 0 69971 40 5 2 20 0 15 0 416127268 11105214464 619323 33554432000 4194304 4196468 140728528718752 140440469040480 140440078984649 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9478144 140728528722671 140728528725189 140728528725189 140728528728015 0
[pid=4589/tid=4643] ppid=4586 vsize=10844936 memory=2477292 CPUtime=1.28 cores=1,3,5,7
/proc/4589/task/4643/stat : 4643 (java) S 4586 4589 1949 0 -1 1077944384 7280 13170 0 0 94 27 5 2 20 0 15 0 416127269 11105214464 619323 33554432000 4194304 4196468 140728528718752 140440501447184 140440497215189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9478144 140728528722671 140728528725189 140728528725189 140728528728015 0
[pid=4589/tid=4644] ppid=4586 vsize=10844936 memory=2477288 CPUtime=1.29 cores=1,3,5,7
/proc/4589/task/4644/stat : 4644 (java) S 4586 4589 1949 0 -1 1077944384 12249 13170 0 0 93 29 5 2 20 0 15 0 416127269 11105214464 619323 33554432000 4194304 4196468 140728528718752 140440400337552 140440497215189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9478144 140728528722671 140728528725189 140728528725189 140728528728015 0
[pid=4589/tid=4645] ppid=4586 vsize=10844936 memory=0 CPUtime=1.28 cores=1,3,5,7
/proc/4589/task/4645/stat : 4645 (java) S 4586 4589 1949 0 -1 1077944384 5032 13170 0 0 97 24 5 2 20 0 15 0 416127269 11105214464 619323 33554432000 4194304 4196468 140728528718752 140440399284496 140440497215189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9478144 140728528722671 140728528725189 140728528725189 140728528728015 0
[pid=4589/tid=4646] ppid=4586 vsize=10844936 memory=2477288 CPUtime=1.3 cores=1,3,5,7
/proc/4589/task/4646/stat : 4646 (java) S 4586 4589 1949 0 -1 1077944384 9047 13170 0 0 97 26 5 2 20 0 15 0 416127269 11105214464 619323 33554432000 4194304 4196468 140728528718752 140440068024720 140440497215189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9478144 140728528722671 140728528725189 140728528725189 140728528728015 0
[pid=4589/tid=4647] ppid=4586 vsize=10844936 memory=2477276 CPUtime=0.81 cores=1,3,5,7
/proc/4589/task/4647/stat : 4647 (java) S 4586 4589 1949 0 -1 1077944384 8380 13170 0 0 68 6 5 2 20 0 15 0 416127270 11105214464 619323 33554432000 4194304 4196468 140728528718752 140439701736176 140440497216130 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9478144 140728528722671 140728528725189 140728528725189 140728528728015 0
[pid=4589/tid=4648] ppid=4586 vsize=10844936 memory=2477252 CPUtime=0.07 cores=1,3,5,7
/proc/4589/task/4648/stat : 4648 (java) S 4586 4589 1949 0 -1 1077944384 48 13170 0 0 0 0 5 2 20 0 15 0 416127270 11105214464 619323 33554432000 4194304 4196468 140728528718752 140439700682464 140440497215189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9478144 140728528722671 140728528725189 140728528725189 140728528728015 0
[pid=4589/tid=4649] ppid=4586 vsize=10844936 memory=2477276 CPUtime=0.07 cores=1,3,5,7
/proc/4589/task/4649/stat : 4649 (java) S 4586 4589 1949 0 -1 1077944384 7 13170 0 0 0 0 5 2 20 0 15 0 416127271 11105214464 619323 33554432000 4194304 4196468 140728528718752 140439592101120 140440497215189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9478144 140728528722671 140728528725189 140728528725189 140728528728015 0
[pid=4589/tid=4650] ppid=4586 vsize=10844936 memory=2477292 CPUtime=0.07 cores=1,3,5,7
/proc/4589/task/4650/stat : 4650 (java) S 4586 4589 1949 0 -1 1077944384 3 13170 0 0 0 0 5 2 20 0 15 0 416127273 11105214464 619323 33554432000 4194304 4196468 140728528718752 140439083375056 140440497223579 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9478144 140728528722671 140728528725189 140728528725189 140728528728015 0
[pid=4589/tid=4651] ppid=4586 vsize=10844936 memory=2477292 CPUtime=3.57 cores=1,3,5,7
/proc/4589/task/4651/stat : 4651 (java) S 4586 4589 1949 0 -1 1077944384 17495 13170 0 0 348 2 5 2 20 0 15 0 416127273 11105214464 619323 33554432000 4194304 4196468 140728528718752 140439667124464 140440497216130 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9478144 140728528722671 140728528725189 140728528725189 140728528728015 0
[pid=4589/tid=4652] ppid=4586 vsize=10844936 memory=2477292 CPUtime=3.62 cores=1,3,5,7
/proc/4589/task/4652/stat : 4652 (java) S 4586 4589 1949 0 -1 1077944384 19195 13170 0 0 353 2 5 2 20 0 15 0 416127273 11105214464 619323 33554432000 4194304 4196468 140728528718752 140439666071920 140440497216130 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9478144 140728528722671 140728528725189 140728528725189 140728528728015 0
[pid=4589/tid=4653] ppid=4586 vsize=10844936 memory=1328 CPUtime=1.6 cores=1,3,5,7
/proc/4589/task/4653/stat : 4653 (java) S 4586 4589 1949 0 -1 1077944384 12191 13170 0 0 149 4 5 2 20 0 15 0 416127273 11105214464 619323 33554432000 4194304 4196468 140728528718752 140439665018864 140440497216130 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9478144 140728528722671 140728528725189 140728528725189 140728528728015 0
[pid=4589/tid=4654] ppid=4586 vsize=10844936 memory=33 CPUtime=0.07 cores=1,3,5,7
/proc/4589/task/4654/stat : 4654 (java) S 4586 4589 1949 0 -1 1077944384 3 13170 0 0 0 0 5 2 20 0 15 0 416127273 11105214464 619323 33554432000 4194304 4196468 140728528718752 140439049816416 140440497215189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9478144 140728528722671 140728528725189 140728528725189 140728528728015 0
[pid=4589/tid=4655] ppid=4586 vsize=10844936 memory=2477292 CPUtime=0.4 cores=1,3,5,7
/proc/4589/task/4655/stat : 4655 (java) S 4586 4589 1949 0 -1 1077944384 1612 13170 0 0 17 16 5 2 20 0 15 0 416127274 11105214464 619323 33554432000 4194304 4196468 140728528718752 140439663967280 140440497216130 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9478144 140728528722671 140728528725189 140728528725189 140728528728015 0
Current children cumulated CPU time: 714.79 s
Current children cumulated vsize: 10844936 KiB
Current children cumulated memory: 2477292 KiB

Child status: 0
Real time (s): 702.583
CPU time (s): 714.923
CPU user time (s): 713.225
CPU system time (s): 1.69794
CPU usage (%): 101.756
Max. virtual memory (cumulated for all children) (KiB): 10847548
Max. memory (cumulated for all children) (KiB): 3015976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 713.225
system time used= 1.69794
maximum resident set size= 3026712
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 177329
page faults= 0
swaps= 0
block input operations= 0
block output operations= 960
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 34759
involuntary context switches= 739


# summary of solver processes directly reported to runsolver:
#   pid: 4589
#   total CPU time (s): 714.923
#   total CPU user time (s): 713.225
#   total CPU system time (s): 1.69794

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.35502 second user time and 6.4676 second system time

The end

Launcher Data

Begin job on node121 at 2019-09-13 20:16:44
IDJOB=4395929
IDBENCH=126096
IDSOLVER=2846
FILE ID=node121/4395929-1568398645
RUNJOBID= node121-1568393270-2679
PBS_JOBID= 21701860
Free space on /tmp= 61344 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/QRandom/QRandom-mdd-7-25-5/mdd-7-25-5-56-17.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4395929-1568398645/watcher-4395929-1568398645 -o /tmp/evaluation-result-4395929-1568398645/solver-4395929-1568398645 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node121-1568393270-2679 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1676582422 HOME/instance-4395929-1568398645.xml

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

MD5SUM BENCH= 9efca6d5489e39e5f473d5ee8bd54dad
RANDOM SEED=1676582422

node121.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.75
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.75
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.75
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.75
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:        30653956 kB
MemAvailable:   31140684 kB
Buffers:          158864 kB
Cached:           623468 kB
SwapCached:        18860 kB
Active:          1228664 kB
Inactive:         350724 kB
Active(anon):     783132 kB
Inactive(anon):    44268 kB
Active(file):     445532 kB
Inactive(file):   306456 kB
Unevictable:      109496 kB
Mlocked:          109496 kB
SwapTotal:      67108860 kB
SwapFree:       66981680 kB
Dirty:             38160 kB
Writeback:             0 kB
AnonPages:        888296 kB
Mapped:            48164 kB
Shmem:             22112 kB
Slab:             130952 kB
SReclaimable:     101148 kB
SUnreclaim:        29804 kB
KernelStack:        3776 kB
PageTables:         7376 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2040472 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    714752 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /tmp at the end= 61312 MiB
End job on node121 at 2019-09-13 20:28:27