Trace number 4301526

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j-CSP 2018-07-11? (TO) 258.49 91.7501

General information on the benchmark

NameRlfap/Rlfap-opt/
Rlfap-scen-04-opt_c18.xml
MD5SUM78811932529a67bdc61c23a432ac663c
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark46
Best CPU time to get the best result obtained on this benchmark2.14553
Satisfiable
(Un)Satisfiability was proved
Number of variables680
Number of constraints3968
Number of domains5
Minimum domain size6
Maximum domain size44
Distribution of domain sizes[{"size":6,"count":2},{"size":22,"count":10},{"size":24,"count":4},{"size":36,"count":336},{"size":44,"count":328}]
Minimum variable degree3
Maximum variable degree64
Distribution of variable degrees[{"degree":3,"count":1},{"degree":4,"count":16},{"degree":5,"count":22},{"degree":6,"count":62},{"degree":7,"count":42},{"degree":8,"count":62},{"degree":9,"count":40},{"degree":10,"count":55},{"degree":11,"count":55},{"degree":12,"count":47},{"degree":13,"count":41},{"degree":14,"count":26},{"degree":15,"count":25},{"degree":16,"count":24},{"degree":17,"count":19},{"degree":18,"count":19},{"degree":19,"count":19},{"degree":20,"count":10},{"degree":21,"count":10},{"degree":22,"count":17},{"degree":23,"count":8},{"degree":24,"count":6},{"degree":25,"count":10},{"degree":26,"count":9},{"degree":27,"count":10},{"degree":28,"count":3},{"degree":29,"count":2},{"degree":31,"count":4},{"degree":32,"count":3},{"degree":33,"count":1},{"degree":35,"count":1},{"degree":36,"count":1},{"degree":40,"count":3},{"degree":41,"count":1},{"degree":44,"count":2},{"degree":45,"count":1},{"degree":47,"count":1},{"degree":57,"count":1},{"degree":64,"count":1}]
Minimum constraint arity2
Maximum constraint arity280
Distribution of constraint arities[{"arity":2,"count":3967},{"arity":280,"count":1}]
Number of extensional constraints0
Number of intensional constraints3967
Distribution of constraint types[{"type":"intension","count":3967},{"type":"instantiation","count":1}]
Optimization problemYES
Type of objectivemin NVALUES

Solver Data


Verifier Data

One s line expected

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4301526-1532881756/watcher-4301526-1532881756 -o /tmp/evaluation-result-4301526-1532881756/solver-4301526-1532881756 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node136-1532879536-13546 --watchdog 312 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4301526-1532881756.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 252 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 282 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 252 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=15384, runsolver pid=15381

[startup+0.100156 s]*
/proc/loadavg: 3.26 2.69 2.33 6/215 15399
/proc/meminfo: memFree=24220652/32770624 swapFree=67108860/67108860
[pid=15384] ppid=15381 vsize=10659012 memory=28536 CPUtime=0.12 cores=0,2,4,6
/proc/15384/stat : 15384 (java) S 15381 15384 13514 0 -1 1077944320 6756 0 0 0 11 1 0 0 20 0 15 0 105738736 10914828288 7134 33554432000 4194304 4196468 140725320035376 140725320017920 140398482640631 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 32727040 140725320041590 140725320041742 140725320041742 140725320044495 0
/proc/15384/statm: 2664753 7134 2814 1 0 2627263 0
[pid=15384/tid=15386] ppid=15381 vsize=10659012 memory=-8197568871503663486 CPUtime=0.09 cores=0,2,4,6
/proc/15384/task/15386/stat : 15386 (java) R 15381 15384 13514 0 -1 4202560 4548 0 0 0 8 1 0 0 20 0 15 0 105738736 10914828288 7134 33554432000 4194304 4196468 140725320035376 140398486862864 140398466721118 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32727040 140725320041590 140725320041742 140725320041742 140725320044495 0
[pid=15384/tid=15387] ppid=15381 vsize=10659012 memory=8257237230052613020 CPUtime=0 cores=0,2,4,6
/proc/15384/task/15387/stat : 15387 (java) S 15381 15384 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105738737 10914828288 7134 33554432000 4194304 4196468 140725320035376 140398089833616 140398482650837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32727040 140725320041590 140725320041742 140725320041742 140725320044495 0
[pid=15384/tid=15388] ppid=15381 vsize=10659012 memory=140547901494912 CPUtime=0 cores=0,2,4,6
/proc/15384/task/15388/stat : 15388 (java) S 15381 15384 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105738737 10914828288 7134 33554432000 4194304 4196468 140725320035376 140398088780816 140398482650837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32727040 140725320041590 140725320041742 140725320041742 140725320044495 0
[pid=15384/tid=15389] ppid=15381 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15384/task/15389/stat : 15389 (java) S 15381 15384 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105738737 10914828288 7134 33554432000 4194304 4196468 140725320035376 140398087728016 140398482650837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32727040 140725320041590 140725320041742 140725320041742 140725320044495 0
[pid=15384/tid=15390] ppid=15381 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/15384/task/15390/stat : 15390 (java) S 15381 15384 13514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105738737 10914828288 7134 33554432000 4194304 4196468 140725320035376 140398086675216 140398482650837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32727040 140725320041590 140725320041742 140725320041742 140725320044495 0
[pid=15384/tid=15391] ppid=15381 vsize=10659012 memory=140547901494912 CPUtime=0 cores=0,2,4,6
/proc/15384/task/15391/stat : 15391 (java) S 15381 15384 13514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105738738 10914828288 7134 33554432000 4194304 4196468 140725320035376 140397975132528 140398482651778 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32727040 140725320041590 140725320041742 140725320041742 140725320044495 0
[pid=15384/tid=15392] ppid=15381 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/15384/task/15392/stat : 15392 (java) S 15381 15384 13514 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105738739 10914828288 7134 33554432000 4194304 4196468 140725320035376 140397974078496 140398482650837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32727040 140725320041590 140725320041742 140725320041742 140725320044495 0
[pid=15384/tid=15393] ppid=15381 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15384/task/15393/stat : 15393 (java) S 15381 15384 13514 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105738739 10914828288 7134 33554432000 4194304 4196468 140725320035376 140397973025648 140398482650837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32727040 140725320041590 140725320041742 140725320041742 140725320044495 0
[pid=15384/tid=15394] ppid=15381 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15384/task/15394/stat : 15394 (java) S 15381 15384 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105738741 10914828288 7134 33554432000 4194304 4196468 140725320035376 140397971973968 140398482659227 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32727040 140725320041590 140725320041742 140725320041742 140725320044495 0
[pid=15384/tid=15395] ppid=15381 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15384/task/15395/stat : 15395 (java) S 15381 15384 13514 0 -1 1077944384 450 0 0 0 0 0 0 0 20 0 15 0 105738741 10914828288 7134 33554432000 4194304 4196468 140725320035376 140397970922352 140398482651778 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32727040 140725320041590 140725320041742 140725320041742 140725320044495 0
[pid=15384/tid=15396] ppid=15381 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/15384/task/15396/stat : 15396 (java) R 15381 15384 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105738741 10914828288 7134 33554432000 4194304 4196468 140725320035376 140397969869552 140398482651778 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32727040 140725320041590 140725320041742 140725320041742 140725320044495 0
[pid=15384/tid=15397] ppid=15381 vsize=10659012 memory=140547901494912 CPUtime=0.02 cores=0,2,4,6
/proc/15384/task/15397/stat : 15397 (java) R 15381 15384 13514 0 -1 4202560 393 0 0 0 2 0 0 0 20 0 15 0 105738741 10914828288 7134 33554432000 4194304 4196468 140725320035376 140397968816752 140398467806286 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32727040 140725320041590 140725320041742 140725320041742 140725320044495 0
[pid=15384/tid=15398] ppid=15381 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/15384/task/15398/stat : 15398 (java) S 15381 15384 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105738741 10914828288 7134 33554432000 4194304 4196468 140725320035376 140397967764192 140398482650837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32727040 140725320041590 140725320041742 140725320041742 140725320044495 0
[pid=15384/tid=15399] ppid=15381 vsize=10659012 memory=140547901494912 CPUtime=0 cores=0,2,4,6
/proc/15384/task/15399/stat : 15399 (java) S 15381 15384 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105738742 10914828288 7134 33554432000 4194304 4196468 140725320035376 140397966711472 140398482651778 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32727040 140725320041590 140725320041742 140725320041742 140725320044495 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 28536 KiB

[startup+0.210634 s]*
/proc/loadavg: 3.26 2.69 2.33 6/215 15399
/proc/meminfo: memFree=24191920/32770624 swapFree=67108860/67108860
[pid=15384] ppid=15381 vsize=10659012 memory=40928 CPUtime=0.33 cores=0,2,4,6
/proc/15384/stat : 15384 (java) S 15381 15384 13514 0 -1 1077944320 8333 0 0 0 31 2 0 0 20 0 15 0 105738736 10914828288 10232 33554432000 4194304 4196468 140725320035376 140725320017920 140398482640631 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 32727040 140725320041590 140725320041742 140725320041742 140725320044495 0
/proc/15384/statm: 2664753 10232 3007 1 0 2627263 0
[pid=15384/tid=15386] ppid=15381 vsize=10659012 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/15384/task/15386/stat : 15386 (java) R 15381 15384 13514 0 -1 4202560 5094 0 0 0 19 1 0 0 20 0 15 0 105738736 10914828288 10232 33554432000 4194304 4196468 140725320035376 140398486876912 140398466684261 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32727040 140725320041590 140725320041742 140725320041742 140725320044495 0
[pid=15384/tid=15387] ppid=15381 vsize=10659012 memory=331 CPUtime=0 cores=0,2,4,6
/proc/15384/task/15387/stat : 15387 (java) S 15381 15384 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105738737 10914828288 10232 33554432000 4194304 4196468 140725320035376 140398089833616 140398482650837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32727040 140725320041590 140725320041742 140725320041742 140725320044495 0
[pid=15384/tid=15388] ppid=15381 vsize=10659012 memory=140547902119946 CPUtime=0 cores=0,2,4,6
/proc/15384/task/15388/stat : 15388 (java) S 15381 15384 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105738737 10914828288 10232 33554432000 4194304 4196468 140725320035376 140398088780816 140398482650837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32727040 140725320041590 140725320041742 140725320041742 140725320044495 0
[pid=15384/tid=15389] ppid=15381 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15384/task/15389/stat : 15389 (java) S 15381 15384 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105738737 10914828288 10232 33554432000 4194304 4196468 140725320035376 140398087728016 140398482650837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32727040 140725320041590 140725320041742 140725320041742 140725320044495 0
[pid=15384/tid=15390] ppid=15381 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/15384/task/15390/stat : 15390 (java) S 15381 15384 13514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105738737 10914828288 10232 33554432000 4194304 4196468 140725320035376 140398086675216 140398482650837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32727040 140725320041590 140725320041742 140725320041742 140725320044495 0
[pid=15384/tid=15391] ppid=15381 vsize=10659012 memory=140547901494912 CPUtime=0 cores=0,2,4,6
/proc/15384/task/15391/stat : 15391 (java) S 15381 15384 13514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105738738 10914828288 10232 33554432000 4194304 4196468 140725320035376 140397975132528 140398482651778 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32727040 140725320041590 140725320041742 140725320041742 140725320044495 0
[pid=15384/tid=15392] ppid=15381 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/15384/task/15392/stat : 15392 (java) S 15381 15384 13514 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105738739 10914828288 10232 33554432000 4194304 4196468 140725320035376 140397974078496 140398482650837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32727040 140725320041590 140725320041742 140725320041742 140725320044495 0
[pid=15384/tid=15393] ppid=15381 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15384/task/15393/stat : 15393 (java) S 15381 15384 13514 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105738739 10914828288 10232 33554432000 4194304 4196468 140725320035376 140397973025648 140398482650837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32727040 140725320041590 140725320041742 140725320041742 140725320044495 0
[pid=15384/tid=15394] ppid=15381 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15384/task/15394/stat : 15394 (java) S 15381 15384 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105738741 10914828288 10232 33554432000 4194304 4196468 140725320035376 140397971973968 140398482659227 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32727040 140725320041590 140725320041742 140725320041742 140725320044495 0
[pid=15384/tid=15395] ppid=15381 vsize=10659012 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/15384/task/15395/stat : 15395 (java) S 15381 15384 13514 0 -1 1077944384 813 0 0 0 3 0 0 0 20 0 15 0 105738741 10914828288 10232 33554432000 4194304 4196468 140725320035376 140397970922352 140398482651778 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32727040 140725320041590 140725320041742 140725320041742 140725320044495 0
[pid=15384/tid=15396] ppid=15381 vsize=10659012 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/15384/task/15396/stat : 15396 (java) S 15381 15384 13514 0 -1 1077944384 249 0 0 0 2 0 0 0 20 0 15 0 105738741 10914828288 10232 33554432000 4194304 4196468 140725320035376 140397969869552 140398482651778 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32727040 140725320041590 140725320041742 140725320041742 140725320044495 0
[pid=15384/tid=15397] ppid=15381 vsize=10659012 memory=140547901494912 CPUtime=0.07 cores=0,2,4,6
/proc/15384/task/15397/stat : 15397 (java) R 15381 15384 13514 0 -1 4202560 817 0 0 0 7 0 0 0 20 0 15 0 105738741 10914828288 10232 33554432000 4194304 4196468 140725320035376 140397968816752 140398475740331 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32727040 140725320041590 140725320041742 140725320041742 140725320044495 0
[pid=15384/tid=15398] ppid=15381 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/15384/task/15398/stat : 15398 (java) S 15381 15384 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105738741 10914828288 10232 33554432000 4194304 4196468 140725320035376 140397967764192 140398482650837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32727040 140725320041590 140725320041742 140725320041742 140725320044495 0
[pid=15384/tid=15399] ppid=15381 vsize=10659012 memory=140547901494912 CPUtime=0 cores=0,2,4,6
/proc/15384/task/15399/stat : 15399 (java) S 15381 15384 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105738742 10914828288 10232 33554432000 4194304 4196468 140725320035376 140397966711472 140398482651778 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32727040 140725320041590 140725320041742 140725320041742 140725320044495 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 40928 KiB

[startup+0.310471 s]*
/proc/loadavg: 3.26 2.69 2.33 8/215 15399
/proc/meminfo: memFree=24131604/32770624 swapFree=67108860/67108860
[pid=15384] ppid=15381 vsize=10659088 memory=52604 CPUtime=0.59 cores=0,2,4,6
/proc/15384/stat : 15384 (java) S 15381 15384 13514 0 -1 1077944320 10248 0 0 0 56 3 0 0 20 0 15 0 105738736 10914906112 13151 33554432000 4194304 4196468 140725320035376 140725320017920 140398482640631 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 32727040 140725320041590 140725320041742 140725320041742 140725320044495 0
/proc/15384/statm: 2664772 13151 3065 1 0 2627263 0
[pid=15384/tid=15386] ppid=15381 vsize=10659088 memory=7022364594140610616 CPUtime=0.29 cores=0,2,4,6
/proc/15384/task/15386/stat : 15386 (java) R 15381 15384 13514 0 -1 4202560 5601 0 0 0 28 1 0 0 20 0 15 0 105738736 10914906112 13217 33554432000 4194304 4196468 140725320035376 140398486877024 140398482664221 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32727040 140725320041590 140725320041742 140725320041742 140725320044495 0
[pid=15384/tid=15387] ppid=15381 vsize=10659088 memory=4294977825 CPUtime=0 cores=0,2,4,6
/proc/15384/task/15387/stat : 15387 (java) S 15381 15384 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105738737 10914906112 13217 33554432000 4194304 4196468 140725320035376 140398089833616 140398482650837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32727040 140725320041590 140725320041742 140725320041742 140725320044495 0
[pid=15384/tid=15388] ppid=15381 vsize=10659088 memory=140547902114261 CPUtime=0 cores=0,2,4,6
/proc/15384/task/15388/stat : 15388 (java) S 15381 15384 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105738737 10914906112 13217 33554432000 4194304 4196468 140725320035376 140398088780816 140398482650837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32727040 140725320041590 140725320041742 140725320041742 140725320044495 0
[pid=15384/tid=15389] ppid=15381 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15384/task/15389/stat : 15389 (java) S 15381 15384 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105738737 10914906112 13217 33554432000 4194304 4196468 140725320035376 140398087728016 140398482650837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32727040 140725320041590 140725320041742 140725320041742 140725320044495 0
[pid=15384/tid=15390] ppid=15381 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/15384/task/15390/stat : 15390 (java) S 15381 15384 13514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105738737 10914906112 13217 33554432000 4194304 4196468 140725320035376 140398086675216 140398482650837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32727040 140725320041590 140725320041742 140725320041742 140725320044495 0
[pid=15384/tid=15391] ppid=15381 vsize=10659088 memory=140547901494912 CPUtime=0 cores=0,2,4,6
/proc/15384/task/15391/stat : 15391 (java) S 15381 15384 13514 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 105738738 10914906112 13217 33554432000 4194304 4196468 140725320035376 140397975132528 140398482651778 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32727040 140725320041590 140725320041742 140725320041742 140725320044495 0
[pid=15384/tid=15392] ppid=15381 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/15384/task/15392/stat : 15392 (java) S 15381 15384 13514 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105738739 10914906112 13217 33554432000 4194304 4196468 140725320035376 140397974078496 140398482650837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32727040 140725320041590 140725320041742 140725320041742 140725320044495 0
[pid=15384/tid=15393] ppid=15381 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15384/task/15393/stat : 15393 (java) S 15381 15384 13514 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105738739 10914906112 13217 33554432000 4194304 4196468 140725320035376 140397973025648 140398482650837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32727040 140725320041590 140725320041742 140725320041742 140725320044495 0
[pid=15384/tid=15394] ppid=15381 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15384/task/15394/stat : 15394 (java) S 15381 15384 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105738741 10914906112 13217 33554432000 4194304 4196468 140725320035376 140397971973968 140398482659227 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32727040 140725320041590 140725320041742 140725320041742 140725320044495 0
[pid=15384/tid=15395] ppid=15381 vsize=10659088 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/15384/task/15395/stat : 15395 (java) R 15381 15384 13514 0 -1 4202560 1254 0 0 0 7 0 0 0 20 0 15 0 105738741 10914906112 13217 33554432000 4194304 4196468 140725320035376 140397970908232 140398463276572 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32727040 140725320041590 140725320041742 140725320041742 140725320044495 0
[pid=15384/tid=15396] ppid=15381 vsize=10659088 memory=-1 CPUtime=0.06 cores=0,2,4,6
/proc/15384/task/15396/stat : 15396 (java) R 15381 15384 13514 0 -1 4202560 752 0 0 0 6 0 0 0 20 0 15 0 105738741 10914906112 13217 33554432000 4194304 4196468 140725320035376 140397969850568 140398466930592 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32727040 140725320041590 140725320041742 140725320041742 140725320044495 0
[pid=15384/tid=15397] ppid=15381 vsize=10659088 memory=140547901494912 CPUtime=0.13 cores=0,2,4,6
/proc/15384/task/15397/stat : 15397 (java) R 15381 15384 13514 0 -1 1077944384 1276 0 0 0 13 0 0 0 20 0 15 0 105738741 10914906112 13217 33554432000 4194304 4196468 140725320035376 140397968816752 140398482651778 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32727040 140725320041590 140725320041742 140725320041742 140725320044495 0
[pid=15384/tid=15398] ppid=15381 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/15384/task/15398/stat : 15398 (java) S 15381 15384 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105738741 10914906112 13217 33554432000 4194304 4196468 140725320035376 140397967764192 140398482650837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32727040 140725320041590 140725320041742 140725320041742 140725320044495 0
[pid=15384/tid=15399] ppid=15381 vsize=10659088 memory=140547901494912 CPUtime=0 cores=0,2,4,6
/proc/15384/task/15399/stat : 15399 (java) S 15381 15384 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105738742 10914906112 13217 33554432000 4194304 4196468 140725320035376 140397966711472 140398482651778 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32727040 140725320041590 140725320041742 140725320041742 140725320044495 0
Current children cumulated CPU time: 0.59 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 52604 KiB

[startup+0.702466 s]
/proc/loadavg: 3.26 2.69 2.33 8/215 15399
/proc/meminfo: memFree=23918792/32770624 swapFree=67108860/67108860
[pid=15384] ppid=15381 vsize=10659088 memory=192224 CPUtime=1.9 cores=0,2,4,6
/proc/15384/stat : 15384 (java) S 15381 15384 13514 0 -1 1077944320 13652 0 0 0 184 6 0 0 20 0 15 0 105738736 10914906112 48056 33554432000 4194304 4196468 140725320035376 140725320017920 140398482640631 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 32727040 140725320041590 140725320041742 140725320041742 140725320044495 0
/proc/15384/statm: 2664772 48056 3128 1 0 2627263 0
[pid=15384/tid=15386] ppid=15381 vsize=10659088 memory=16828 CPUtime=0.66 cores=0,2,4,6
/proc/15384/task/15386/stat : 15386 (java) R 15381 15384 13514 0 -1 4202560 6148 0 0 0 63 3 0 0 20 0 15 0 105738736 10914906112 48056 33554432000 4194304 4196468 140725320035376 140398486877712 140398124505612 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32727040 140725320041590 140725320041742 140725320041742 140725320044495 0
[pid=15384/tid=15387] ppid=15381 vsize=10659088 memory=2324 CPUtime=0 cores=0,2,4,6
/proc/15384/task/15387/stat : 15387 (java) S 15381 15384 13514 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 105738737 10914906112 48056 33554432000 4194304 4196468 140725320035376 140398089833616 140398482650837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32727040 140725320041590 140725320041742 140725320041742 140725320044495 0
[pid=15384/tid=15388] ppid=15381 vsize=10659088 memory=1584 CPUtime=0 cores=0,2,4,6
/proc/15384/task/15388/stat : 15388 (java) S 15381 15384 13514 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 105738737 10914906112 48056 33554432000 4194304 4196468 140725320035376 140398088780816 140398482650837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32727040 140725320041590 140725320041742 140725320041742 140725320044495 0
[pid=15384/tid=15389] ppid=15381 vsize=10659088 memory=496 CPUtime=0 cores=0,2,4,6
/proc/15384/task/15389/stat : 15389 (java) S 15381 15384 13514 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 15 0 105738737 10914906112 48056 33554432000 4194304 4196468 140725320035376 140398087728016 140398482650837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32727040 140725320041590 140725320041742 140725320041742 140725320044495 0
[pid=15384/tid=15390] ppid=15381 vsize=10659088 memory=928 CPUtime=0 cores=0,2,4,6
/proc/15384/task/15390/stat : 15390 (java) S 15381 15384 13514 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 15 0 105738737 10914906112 48056 33554432000 4194304 4196468 140725320035376 140398086675216 140398482650837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32727040 140725320041590 140725320041742 140725320041742 140725320044495 0
[pid=15384/tid=15391] ppid=15381 vsize=10659088 memory=1172 CPUtime=0 cores=0,2,4,6
/proc/15384/task/15391/stat : 15391 (java) S 15381 15384 13514 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 105738738 10914906112 48056 33554432000 4194304 4196468 140725320035376 140397975132528 140398482651778 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32727040 140725320041590 140725320041742 140725320041742 140725320044495 0
[pid=15384/tid=15392] ppid=15381 vsize=10659088 memory=1968 CPUtime=0 cores=0,2,4,6
/proc/15384/task/15392/stat : 15392 (java) S 15381 15384 13514 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105738739 10914906112 48056 33554432000 4194304 4196468 140725320035376 140397974078496 140398482650837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32727040 140725320041590 140725320041742 140725320041742 140725320044495 0
[pid=15384/tid=15393] ppid=15381 vsize=10659088 memory=1572 CPUtime=0 cores=0,2,4,6
/proc/15384/task/15393/stat : 15393 (java) S 15381 15384 13514 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 105738739 10914906112 48056 33554432000 4194304 4196468 140725320035376 140397973025648 140398482650837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32727040 140725320041590 140725320041742 140725320041742 140725320044495 0
[pid=15384/tid=15394] ppid=15381 vsize=10659088 memory=7379241883359864663 CPUtime=0 cores=0,2,4,6
/proc/15384/task/15394/stat : 15394 (java) S 15381 15384 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105738741 10914906112 48056 33554432000 4194304 4196468 140725320035376 140397971973968 140398482659227 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32727040 140725320041590 140725320041742 140725320041742 140725320044495 0
[pid=15384/tid=15395] ppid=15381 vsize=10659088 memory=6081108994580573287 CPUtime=0.41 cores=0,2,4,6
/proc/15384/task/15395/stat : 15395 (java) R 15381 15384 13514 0 -1 4202560 2336 0 0 0 41 0 0 0 20 0 15 0 105738741 10914906112 48056 33554432000 4194304 4196468 140725320035376 140397970922480 140398467541561 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32727040 140725320041590 140725320041742 140725320041742 140725320044495 0
[pid=15384/tid=15396] ppid=15381 vsize=10659088 memory=5788647689011156329 CPUtime=0.41 cores=0,2,4,6
/proc/15384/task/15396/stat : 15396 (java) R 15381 15384 13514 0 -1 4202560 1697 0 0 0 41 0 0 0 20 0 15 0 105738741 10914906112 48056 33554432000 4194304 4196468 140725320035376 140397969860896 140398466025576 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 32727040 140725320041590 140725320041742 140725320041742 140725320044495 0
[pid=15384/tid=15397] ppid=15381 vsize=10659088 memory=0 CPUtime=0.36 cores=0,2,4,6
/proc/15384/task/15397/stat : 15397 (java) S 15381 15384 13514 0 -1 1077944384 1976 0 0 0 36 0 0 0 20 0 15 0 105738741 10914906112 48056 33554432000 4194304 4196468 140725320035376 140397968816752 140398482651778 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32727040 140725320041590 140725320041742 140725320041742 140725320044495 0
[pid=15384/tid=15398] ppid=15381 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15384/task/15398/stat : 15398 (java) S 15381 15384 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105738741 10914906112 48056 33554432000 4194304 4196468 140725320035376 140397967764192 140398482650837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32727040 140725320041590 140725320041742 140725320041742 140725320044495 0
[pid=15384/tid=15399] ppid=15381 vsize=10659088 memory=756 CPUtime=0 cores=0,2,4,6
/proc/15384/task/15399/stat : 15399 (java) S 15381 15384 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105738742 10914906112 48056 33554432000 4194304 4196468 140725320035376 140397966711472 140398482651778 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32727040 140725320041590 140725320041742 140725320041742 140725320044495 0
Current children cumulated CPU time: 1.9 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 192224 KiB

[startup+1.50151 s]
/proc/loadavg: 3.26 2.69 2.33 8/215 15399
/proc/meminfo: memFree=23520556/32770624 swapFree=67108860/67108860
[pid=15384] ppid=15381 vsize=10661136 memory=470088 CPUtime=4.35 cores=0,2,4,6
/proc/15384/stat : 15384 (java) S 15381 15384 13514 0 -1 1077944320 15338 0 0 0 407 28 0 0 20 0 15 0 105738736 10917003264 117522 33554432000 4194304 4196468 140725320035376 140725320017920 140398482640631 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 32727040 140725320041590 140725320041742 140725320041742 140725320044495 0
/proc/15384/statm: 2665284 117522 3150 1 0 2627775 0
[pid=15384/tid=15386] ppid=15381 vsize=10661136 memory=331116 CPUtime=1.26 cores=0,2,4,6
/proc/15384/task/15386/stat : 15386 (java) R 15381 15384 13514 0 -1 4202560 6240 0 0 0 121 5 0 0 20 0 15 0 105738736 10917003264 117522 33554432000 4194304 4196468 140725320035376 140398486876144 140398124549116 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32727040 140725320041590 140725320041742 140725320041742 140725320044495 0
[pid=15384/tid=15387] ppid=15381 vsize=10661136 memory=33 CPUtime=0.18 cores=0,2,4,6
/proc/15384/task/15387/stat : 15387 (java) S 15381 15384 13514 0 -1 1077944384 158 0 0 0 14 4 0 0 20 0 15 0 105738737 10917003264 117522 33554432000 4194304 4196468 140725320035376 140398089833616 140398482650837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32727040 140725320041590 140725320041742 140725320041742 140725320044495 0
[pid=15384/tid=15388] ppid=15381 vsize=10661136 memory=0 CPUtime=0.19 cores=0,2,4,6
/proc/15384/task/15388/stat : 15388 (java) S 15381 15384 13514 0 -1 1077944384 141 0 0 0 14 5 0 0 20 0 15 0 105738737 10917003264 117522 33554432000 4194304 4196468 140725320035376 140398088780816 140398482650837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32727040 140725320041590 140725320041742 140725320041742 140725320044495 0
[pid=15384/tid=15389] ppid=15381 vsize=10661136 memory=6791534058613427641 CPUtime=0.18 cores=0,2,4,6
/proc/15384/task/15389/stat : 15389 (java) S 15381 15384 13514 0 -1 1077944384 149 0 0 0 14 4 0 0 20 0 15 0 105738737 10917003264 117522 33554432000 4194304 4196468 140725320035376 140398087728016 140398482650837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32727040 140725320041590 140725320041742 140725320041742 140725320044495 0
[pid=15384/tid=15390] ppid=15381 vsize=10661136 memory=0 CPUtime=0.19 cores=0,2,4,6
/proc/15384/task/15390/stat : 15390 (java) S 15381 15384 13514 0 -1 1077944384 166 0 0 0 14 5 0 0 20 0 15 0 105738737 10917003264 117522 33554432000 4194304 4196468 140725320035376 140398086675216 140398482650837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32727040 140725320041590 140725320041742 140725320041742 140725320044495 0
[pid=15384/tid=15391] ppid=15381 vsize=10661136 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15384/task/15391/stat : 15391 (java) S 15381 15384 13514 0 -1 1077944384 211 0 0 0 0 0 0 0 20 0 15 0 105738738 10917003264 117522 33554432000 4194304 4196468 140725320035376 140397975132528 140398482651778 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32727040 140725320041590 140725320041742 140725320041742 140725320044495 0

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


[startup+91.7501 s]
# the end of solver process 15384 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=251.267 s, system=7.22297 s

Solver just ended.
Dumping a history of the last processes samples

[startup+90.4075 s]
/proc/loadavg: 4.21 3.21 2.55 6/215 15481
/proc/meminfo: memFree=15786412/32770624 swapFree=67108860/67108860
[pid=15384] ppid=15381 vsize=10661136 memory=8088900 CPUtime=253.24 cores=0,2,4,6
/proc/15384/stat : 15384 (java) S 15381 15384 13514 0 -1 1077944320 117484 0 0 0 24606 718 0 0 20 0 15 0 105738736 10917003264 2022225 33554432000 4194304 4196468 140725320035376 140725320017920 140398482640631 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 32727040 140725320041590 140725320041742 140725320041742 140725320044495 0
/proc/15384/statm: 2665284 2022225 3184 1 0 2627775 0
[pid=15384/tid=15386] ppid=15381 vsize=10661136 memory=2204 CPUtime=18.29 cores=0,2,4,6
/proc/15384/task/15386/stat : 15386 (java) S 15381 15384 13514 0 -1 1077944384 16717 0 0 0 1817 12 0 0 20 0 15 0 105738736 10917003264 2022225 33554432000 4194304 4196468 140725320035376 140398486869904 140398482650837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32727040 140725320041590 140725320041742 140725320041742 140725320044495 0
[pid=15384/tid=15387] ppid=15381 vsize=10661136 memory=1240 CPUtime=52.76 cores=0,2,4,6
/proc/15384/task/15387/stat : 15387 (java) R 15381 15384 13514 0 -1 4202560 12681 0 0 0 5099 177 0 0 20 0 15 0 105738737 10917003264 2022225 33554432000 4194304 4196468 140725320035376 140398089833816 140398464237166 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32727040 140725320041590 140725320041742 140725320041742 140725320044495 0
[pid=15384/tid=15388] ppid=15381 vsize=10661136 memory=1520 CPUtime=52.48 cores=0,2,4,6
/proc/15384/task/15388/stat : 15388 (java) R 15381 15384 13514 0 -1 4202560 12067 0 0 0 5075 173 0 0 20 0 15 0 105738737 10917003264 2022225 33554432000 4194304 4196468 140725320035376 140398088781016 140398467591730 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 32727040 140725320041590 140725320041742 140725320041742 140725320044495 0
[pid=15384/tid=15389] ppid=15381 vsize=10661136 memory=8088900 CPUtime=52.26 cores=0,2,4,6
/proc/15384/task/15389/stat : 15389 (java) R 15381 15384 13514 0 -1 4202560 10474 0 0 0 5050 176 0 0 20 0 15 0 105738737 10917003264 2022225 33554432000 4194304 4196468 140725320035376 140398087728216 140398464237173 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32727040 140725320041590 140725320041742 140725320041742 140725320044495 0
[pid=15384/tid=15390] ppid=15381 vsize=10661136 memory=1256 CPUtime=52.48 cores=0,2,4,6
/proc/15384/task/15390/stat : 15390 (java) R 15381 15384 13514 0 -1 4202560 10594 0 0 0 5077 171 0 0 20 0 15 0 105738737 10917003264 2022225 33554432000 4194304 4196468 140725320035376 140398086675104 140398467591730 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32727040 140725320041590 140725320041742 140725320041742 140725320044495 0
[pid=15384/tid=15391] ppid=15381 vsize=10661136 memory=10368 CPUtime=18.96 cores=0,2,4,6
/proc/15384/task/15391/stat : 15391 (java) S 15381 15384 13514 0 -1 1077944384 25616 0 0 0 1894 2 0 0 20 0 15 0 105738738 10917003264 2022225 33554432000 4194304 4196468 140725320035376 140397975130848 140398482650837 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32727040 140725320041590 140725320041742 140725320041742 140725320044495 0
[pid=15384/tid=15392] ppid=15381 vsize=10661136 memory=1700 CPUtime=0 cores=0,2,4,6
/proc/15384/task/15392/stat : 15392 (java) S 15381 15384 13514 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 105738739 10917003264 2022225 33554432000 4194304 4196468 140725320035376 140397974078560 140398482650837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32727040 140725320041590 140725320041742 140725320041742 140725320044495 0
[pid=15384/tid=15393] ppid=15381 vsize=10661136 memory=1172 CPUtime=0 cores=0,2,4,6
/proc/15384/task/15393/stat : 15393 (java) S 15381 15384 13514 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 105738739 10917003264 2022225 33554432000 4194304 4196468 140725320035376 140397973025664 140398482650837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32727040 140725320041590 140725320041742 140725320041742 140725320044495 0
[pid=15384/tid=15394] ppid=15381 vsize=10661136 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/15384/task/15394/stat : 15394 (java) S 15381 15384 13514 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 15 0 105738741 10917003264 2022225 33554432000 4194304 4196468 140725320035376 140397971967568 140398482650837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32727040 140725320041590 140725320041742 140725320041742 140725320044495 0
[pid=15384/tid=15395] ppid=15381 vsize=10661136 memory=2948 CPUtime=2.31 cores=0,2,4,6
/proc/15384/task/15395/stat : 15395 (java) S 15381 15384 13514 0 -1 1077944384 12267 0 0 0 230 1 0 0 20 0 15 0 105738741 10917003264 2022225 33554432000 4194304 4196468 140725320035376 140397970922352 140398482651778 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32727040 140725320041590 140725320041742 140725320041742 140725320044495 0
[pid=15384/tid=15396] ppid=15381 vsize=10661136 memory=8088900 CPUtime=3.01 cores=0,2,4,6
/proc/15384/task/15396/stat : 15396 (java) S 15381 15384 13514 0 -1 1077944384 11764 0 0 0 300 1 0 0 20 0 15 0 105738741 10917003264 2022225 33554432000 4194304 4196468 140725320035376 140397969869552 140398482651778 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32727040 140725320041590 140725320041742 140725320041742 140725320044495 0
[pid=15384/tid=15397] ppid=15381 vsize=10661136 memory=1408 CPUtime=0.58 cores=0,2,4,6
/proc/15384/task/15397/stat : 15397 (java) S 15381 15384 13514 0 -1 1077944384 3710 0 0 0 57 1 0 0 20 0 15 0 105738741 10917003264 2022225 33554432000 4194304 4196468 140725320035376 140397968816752 140398482651778 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32727040 140725320041590 140725320041742 140725320041742 140725320044495 0
[pid=15384/tid=15398] ppid=15381 vsize=10661136 memory=2772 CPUtime=0 cores=0,2,4,6
/proc/15384/task/15398/stat : 15398 (java) S 15381 15384 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105738741 10917003264 2022225 33554432000 4194304 4196468 140725320035376 140397967764192 140398482650837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32727040 140725320041590 140725320041742 140725320041742 140725320044495 0
[pid=15384/tid=15399] ppid=15381 vsize=10661136 memory=8088900 CPUtime=0.03 cores=0,2,4,6
/proc/15384/task/15399/stat : 15399 (java) S 15381 15384 13514 0 -1 1077944384 150 0 0 0 2 1 0 0 20 0 15 0 105738742 10917003264 2022225 33554432000 4194304 4196468 140725320035376 140397966711472 140398482651778 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32727040 140725320041590 140725320041742 140725320041742 140725320044495 0
Current children cumulated CPU time: 253.24 s
Current children cumulated vsize: 10661136 KiB
Current children cumulated memory: 8088900 KiB

[startup+91.2065 s]
/proc/loadavg: 4.21 3.21 2.55 10/215 15481
/proc/meminfo: memFree=15786412/32770624 swapFree=67108860/67108860
[pid=15384] ppid=15381 vsize=10661136 memory=8088900 CPUtime=256.42 cores=0,2,4,6
/proc/15384/stat : 15384 (java) S 15381 15384 13514 0 -1 1077944320 117484 0 0 0 24924 718 0 0 20 0 15 0 105738736 10917003264 2022225 33554432000 4194304 4196468 140725320035376 140725320017920 140398482640631 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 32727040 140725320041590 140725320041742 140725320041742 140725320044495 0
/proc/15384/statm: 2665284 2022225 3184 1 0 2627775 0
[pid=15384/tid=15386] ppid=15381 vsize=10661136 memory=4140 CPUtime=18.29 cores=0,2,4,6
/proc/15384/task/15386/stat : 15386 (java) S 15381 15384 13514 0 -1 1077944384 16717 0 0 0 1817 12 0 0 20 0 15 0 105738736 10917003264 2022225 33554432000 4194304 4196468 140725320035376 140398486869904 140398482650837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32727040 140725320041590 140725320041742 140725320041742 140725320044495 0
[pid=15384/tid=15387] ppid=15381 vsize=10661136 memory=8088900 CPUtime=53.56 cores=0,2,4,6
/proc/15384/task/15387/stat : 15387 (java) R 15381 15384 13514 0 -1 4202560 12681 0 0 0 5179 177 0 0 20 0 15 0 105738737 10917003264 2022225 33554432000 4194304 4196468 140725320035376 140398089833816 140398464237632 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32727040 140725320041590 140725320041742 140725320041742 140725320044495 0
[pid=15384/tid=15388] ppid=15381 vsize=10661136 memory=3472328295574037638 CPUtime=53.26 cores=0,2,4,6
/proc/15384/task/15388/stat : 15388 (java) R 15381 15384 13514 0 -1 4202560 12067 0 0 0 5153 173 0 0 20 0 15 0 105738737 10917003264 2022225 33554432000 4194304 4196468 140725320035376 140398088781016 140398467625632 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 32727040 140725320041590 140725320041742 140725320041742 140725320044495 0
[pid=15384/tid=15389] ppid=15381 vsize=10661136 memory=7307487767467155794 CPUtime=53.06 cores=0,2,4,6
/proc/15384/task/15389/stat : 15389 (java) R 15381 15384 13514 0 -1 4202560 10474 0 0 0 5130 176 0 0 20 0 15 0 105738737 10917003264 2022225 33554432000 4194304 4196468 140725320035376 140398087728216 140398467338383 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32727040 140725320041590 140725320041742 140725320041742 140725320044495 0
[pid=15384/tid=15390] ppid=15381 vsize=10661136 memory=6791534058613427641 CPUtime=53.28 cores=0,2,4,6
/proc/15384/task/15390/stat : 15390 (java) R 15381 15384 13514 0 -1 4202560 10594 0 0 0 5157 171 0 0 20 0 15 0 105738737 10917003264 2022225 33554432000 4194304 4196468 140725320035376 140398086675104 140398467625651 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32727040 140725320041590 140725320041742 140725320041742 140725320044495 0
[pid=15384/tid=15391] ppid=15381 vsize=10661136 memory=8072504 CPUtime=18.96 cores=0,2,4,6
/proc/15384/task/15391/stat : 15391 (java) S 15381 15384 13514 0 -1 1077944384 25616 0 0 0 1894 2 0 0 20 0 15 0 105738738 10917003264 2022225 33554432000 4194304 4196468 140725320035376 140397975130848 140398482650837 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32727040 140725320041590 140725320041742 140725320041742 140725320044495 0
[pid=15384/tid=15392] ppid=15381 vsize=10661136 memory=1520 CPUtime=0 cores=0,2,4,6
/proc/15384/task/15392/stat : 15392 (java) S 15381 15384 13514 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 105738739 10917003264 2022225 33554432000 4194304 4196468 140725320035376 140397974078560 140398482650837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32727040 140725320041590 140725320041742 140725320041742 140725320044495 0
[pid=15384/tid=15393] ppid=15381 vsize=10661136 memory=844 CPUtime=0 cores=0,2,4,6
/proc/15384/task/15393/stat : 15393 (java) S 15381 15384 13514 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 105738739 10917003264 2022225 33554432000 4194304 4196468 140725320035376 140397973025664 140398482650837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32727040 140725320041590 140725320041742 140725320041742 140725320044495 0
[pid=15384/tid=15394] ppid=15381 vsize=10661136 memory=3360 CPUtime=0 cores=0,2,4,6
/proc/15384/task/15394/stat : 15394 (java) S 15381 15384 13514 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 15 0 105738741 10917003264 2022225 33554432000 4194304 4196468 140725320035376 140397971967568 140398482650837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32727040 140725320041590 140725320041742 140725320041742 140725320044495 0
[pid=15384/tid=15395] ppid=15381 vsize=10661136 memory=2204 CPUtime=2.31 cores=0,2,4,6
/proc/15384/task/15395/stat : 15395 (java) S 15381 15384 13514 0 -1 1077944384 12267 0 0 0 230 1 0 0 20 0 15 0 105738741 10917003264 2022225 33554432000 4194304 4196468 140725320035376 140397970922352 140398482651778 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32727040 140725320041590 140725320041742 140725320041742 140725320044495 0
[pid=15384/tid=15396] ppid=15381 vsize=10661136 memory=1240 CPUtime=3.01 cores=0,2,4,6
/proc/15384/task/15396/stat : 15396 (java) S 15381 15384 13514 0 -1 1077944384 11764 0 0 0 300 1 0 0 20 0 15 0 105738741 10917003264 2022225 33554432000 4194304 4196468 140725320035376 140397969869552 140398482651778 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32727040 140725320041590 140725320041742 140725320041742 140725320044495 0
[pid=15384/tid=15397] ppid=15381 vsize=10661136 memory=1520 CPUtime=0.58 cores=0,2,4,6
/proc/15384/task/15397/stat : 15397 (java) S 15381 15384 13514 0 -1 1077944384 3710 0 0 0 57 1 0 0 20 0 15 0 105738741 10917003264 2022225 33554432000 4194304 4196468 140725320035376 140397968816752 140398482651778 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32727040 140725320041590 140725320041742 140725320041742 140725320044495 0
[pid=15384/tid=15398] ppid=15381 vsize=10661136 memory=844 CPUtime=0 cores=0,2,4,6
/proc/15384/task/15398/stat : 15398 (java) S 15381 15384 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105738741 10917003264 2022225 33554432000 4194304 4196468 140725320035376 140397967764192 140398482650837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32727040 140725320041590 140725320041742 140725320041742 140725320044495 0
[pid=15384/tid=15399] ppid=15381 vsize=10661136 memory=3360 CPUtime=0.03 cores=0,2,4,6
/proc/15384/task/15399/stat : 15399 (java) S 15381 15384 13514 0 -1 1077944384 150 0 0 0 2 1 0 0 20 0 15 0 105738742 10917003264 2022225 33554432000 4194304 4196468 140725320035376 140397966711472 140398482651778 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32727040 140725320041590 140725320041742 140725320041742 140725320044495 0
Current children cumulated CPU time: 256.42 s
Current children cumulated vsize: 10661136 KiB
Current children cumulated memory: 8088900 KiB

[startup+91.6015 s]
/proc/loadavg: 4.21 3.21 2.55 10/215 15481
/proc/meminfo: memFree=15786412/32770624 swapFree=67108860/67108860
[pid=15384] ppid=15381 vsize=10661136 memory=8088900 CPUtime=258 cores=0,2,4,6
/proc/15384/stat : 15384 (java) S 15381 15384 13514 0 -1 1077944320 117484 0 0 0 25082 718 0 0 20 0 15 0 105738736 10917003264 2022225 33554432000 4194304 4196468 140725320035376 140725320017920 140398482640631 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 32727040 140725320041590 140725320041742 140725320041742 140725320044495 0
/proc/15384/statm: 2665284 2022225 3184 1 0 2627775 0
[pid=15384/tid=15386] ppid=15381 vsize=10661136 memory=4140 CPUtime=18.29 cores=0,2,4,6
/proc/15384/task/15386/stat : 15386 (java) S 15381 15384 13514 0 -1 1077944384 16717 0 0 0 1817 12 0 0 20 0 15 0 105738736 10917003264 2022225 33554432000 4194304 4196468 140725320035376 140398486869904 140398482650837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32727040 140725320041590 140725320041742 140725320041742 140725320044495 0
[pid=15384/tid=15387] ppid=15381 vsize=10661136 memory=6791534058613427641 CPUtime=53.95 cores=0,2,4,6
/proc/15384/task/15387/stat : 15387 (java) R 15381 15384 13514 0 -1 4202560 12681 0 0 0 5218 177 0 0 20 0 15 0 105738737 10917003264 2022225 33554432000 4194304 4196468 140725320035376 140398089833816 140398467338270 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32727040 140725320041590 140725320041742 140725320041742 140725320044495 0
[pid=15384/tid=15388] ppid=15381 vsize=10661136 memory=30184 CPUtime=53.65 cores=0,2,4,6
/proc/15384/task/15388/stat : 15388 (java) R 15381 15384 13514 0 -1 4202560 12067 0 0 0 5192 173 0 0 20 0 15 0 105738737 10917003264 2022225 33554432000 4194304 4196468 140725320035376 140398088781016 140398467591758 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 32727040 140725320041590 140725320041742 140725320041742 140725320044495 0
[pid=15384/tid=15389] ppid=15381 vsize=10661136 memory=2204 CPUtime=53.45 cores=0,2,4,6
/proc/15384/task/15389/stat : 15389 (java) R 15381 15384 13514 0 -1 4202560 10474 0 0 0 5169 176 0 0 20 0 15 0 105738737 10917003264 2022225 33554432000 4194304 4196468 140725320035376 140398087728216 140398467625927 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32727040 140725320041590 140725320041742 140725320041742 140725320044495 0
[pid=15384/tid=15390] ppid=15381 vsize=10661136 memory=1240 CPUtime=53.67 cores=0,2,4,6
/proc/15384/task/15390/stat : 15390 (java) R 15381 15384 13514 0 -1 4202560 10594 0 0 0 5196 171 0 0 20 0 15 0 105738737 10917003264 2022225 33554432000 4194304 4196468 140725320035376 140398086675104 140398467591758 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32727040 140725320041590 140725320041742 140725320041742 140725320044495 0
[pid=15384/tid=15391] ppid=15381 vsize=10661136 memory=6791534058613427641 CPUtime=18.96 cores=0,2,4,6
/proc/15384/task/15391/stat : 15391 (java) S 15381 15384 13514 0 -1 1077944384 25616 0 0 0 1894 2 0 0 20 0 15 0 105738738 10917003264 2022225 33554432000 4194304 4196468 140725320035376 140397975130848 140398482650837 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32727040 140725320041590 140725320041742 140725320041742 140725320044495 0
[pid=15384/tid=15392] ppid=15381 vsize=10661136 memory=12708 CPUtime=0 cores=0,2,4,6
/proc/15384/task/15392/stat : 15392 (java) S 15381 15384 13514 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 105738739 10917003264 2022225 33554432000 4194304 4196468 140725320035376 140397974078560 140398482650837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32727040 140725320041590 140725320041742 140725320041742 140725320044495 0
[pid=15384/tid=15393] ppid=15381 vsize=10661136 memory=16828 CPUtime=0 cores=0,2,4,6
/proc/15384/task/15393/stat : 15393 (java) S 15381 15384 13514 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 105738739 10917003264 2022225 33554432000 4194304 4196468 140725320035376 140397973025664 140398482650837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32727040 140725320041590 140725320041742 140725320041742 140725320044495 0
[pid=15384/tid=15394] ppid=15381 vsize=10661136 memory=2324 CPUtime=0 cores=0,2,4,6
/proc/15384/task/15394/stat : 15394 (java) S 15381 15384 13514 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 15 0 105738741 10917003264 2022225 33554432000 4194304 4196468 140725320035376 140397971967568 140398482650837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32727040 140725320041590 140725320041742 140725320041742 140725320044495 0
[pid=15384/tid=15395] ppid=15381 vsize=10661136 memory=1584 CPUtime=2.31 cores=0,2,4,6
/proc/15384/task/15395/stat : 15395 (java) S 15381 15384 13514 0 -1 1077944384 12267 0 0 0 230 1 0 0 20 0 15 0 105738741 10917003264 2022225 33554432000 4194304 4196468 140725320035376 140397970922352 140398482651778 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32727040 140725320041590 140725320041742 140725320041742 140725320044495 0
[pid=15384/tid=15396] ppid=15381 vsize=10661136 memory=496 CPUtime=3.01 cores=0,2,4,6
/proc/15384/task/15396/stat : 15396 (java) S 15381 15384 13514 0 -1 1077944384 11764 0 0 0 300 1 0 0 20 0 15 0 105738741 10917003264 2022225 33554432000 4194304 4196468 140725320035376 140397969869552 140398482651778 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32727040 140725320041590 140725320041742 140725320041742 140725320044495 0
[pid=15384/tid=15397] ppid=15381 vsize=10661136 memory=928 CPUtime=0.58 cores=0,2,4,6
/proc/15384/task/15397/stat : 15397 (java) S 15381 15384 13514 0 -1 1077944384 3710 0 0 0 57 1 0 0 20 0 15 0 105738741 10917003264 2022225 33554432000 4194304 4196468 140725320035376 140397968816752 140398482651778 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32727040 140725320041590 140725320041742 140725320041742 140725320044495 0
[pid=15384/tid=15398] ppid=15381 vsize=10661136 memory=1172 CPUtime=0 cores=0,2,4,6
/proc/15384/task/15398/stat : 15398 (java) S 15381 15384 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105738741 10917003264 2022225 33554432000 4194304 4196468 140725320035376 140397967764192 140398482650837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32727040 140725320041590 140725320041742 140725320041742 140725320044495 0
[pid=15384/tid=15399] ppid=15381 vsize=10661136 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/15384/task/15399/stat : 15399 (java) S 15381 15384 13514 0 -1 1077944384 150 0 0 0 2 1 0 0 20 0 15 0 105738742 10917003264 2022225 33554432000 4194304 4196468 140725320035376 140397966711472 140398482651778 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32727040 140725320041590 140725320041742 140725320041742 140725320044495 0
Current children cumulated CPU time: 258 s
Current children cumulated vsize: 10661136 KiB
Current children cumulated memory: 8088900 KiB

[startup+91.7015 s]
/proc/loadavg: 4.21 3.21 2.55 10/215 15481
/proc/meminfo: memFree=15786412/32770624 swapFree=67108860/67108860
[pid=15384] ppid=15381 vsize=10661136 memory=8088900 CPUtime=258.4 cores=0,2,4,6
/proc/15384/stat : 15384 (java) S 15381 15384 13514 0 -1 1077944320 117486 0 0 0 25122 718 0 0 20 0 15 0 105738736 10917003264 2022225 33554432000 4194304 4196468 140725320035376 140725320017920 140398482640631 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 32727040 140725320041590 140725320041742 140725320041742 140725320044495 0
/proc/15384/statm: 2665284 2022225 3184 1 0 2627775 0
[pid=15384/tid=15386] ppid=15381 vsize=10661136 memory=8088900 CPUtime=18.29 cores=0,2,4,6
/proc/15384/task/15386/stat : 15386 (java) S 15381 15384 13514 0 -1 1077944384 16717 0 0 0 1817 12 0 0 20 0 15 0 105738736 10917003264 2022225 33554432000 4194304 4196468 140725320035376 140398486869904 140398482650837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32727040 140725320041590 140725320041742 140725320041742 140725320044495 0
[pid=15384/tid=15387] ppid=15381 vsize=10661136 memory=8088900 CPUtime=54.05 cores=0,2,4,6
/proc/15384/task/15387/stat : 15387 (java) R 15381 15384 13514 0 -1 4202560 12681 0 0 0 5228 177 0 0 20 0 15 0 105738737 10917003264 2022225 33554432000 4194304 4196468 140725320035376 140398089833816 140398464237642 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32727040 140725320041590 140725320041742 140725320041742 140725320044495 0
[pid=15384/tid=15388] ppid=15381 vsize=10661136 memory=8088900 CPUtime=53.75 cores=0,2,4,6
/proc/15384/task/15388/stat : 15388 (java) R 15381 15384 13514 0 -1 4202560 12067 0 0 0 5202 173 0 0 20 0 15 0 105738737 10917003264 2022225 33554432000 4194304 4196468 140725320035376 140398088781016 140398467591346 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 32727040 140725320041590 140725320041742 140725320041742 140725320044495 0
[pid=15384/tid=15389] ppid=15381 vsize=10661136 memory=0 CPUtime=53.55 cores=0,2,4,6
/proc/15384/task/15389/stat : 15389 (java) R 15381 15384 13514 0 -1 4202560 10474 0 0 0 5179 176 0 0 20 0 15 0 105738737 10917003264 2022225 33554432000 4194304 4196468 140725320035376 140398087728216 140398467338383 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32727040 140725320041590 140725320041742 140725320041742 140725320044495 0
[pid=15384/tid=15390] ppid=15381 vsize=10661136 memory=8088900 CPUtime=53.77 cores=0,2,4,6
/proc/15384/task/15390/stat : 15390 (java) R 15381 15384 13514 0 -1 4202560 10594 0 0 0 5206 171 0 0 20 0 15 0 105738737 10917003264 2022225 33554432000 4194304 4196468 140725320035376 140398086675104 140398467591659 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32727040 140725320041590 140725320041742 140725320041742 140725320044495 0
[pid=15384/tid=15391] ppid=15381 vsize=10661136 memory=8088900 CPUtime=18.96 cores=0,2,4,6
/proc/15384/task/15391/stat : 15391 (java) S 15381 15384 13514 0 -1 1077944384 25616 0 0 0 1894 2 0 0 20 0 15 0 105738738 10917003264 2022225 33554432000 4194304 4196468 140725320035376 140397975130848 140398482650837 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32727040 140725320041590 140725320041742 140725320041742 140725320044495 0
[pid=15384/tid=15392] ppid=15381 vsize=10661136 memory=8088900 CPUtime=0 cores=0,2,4,6
/proc/15384/task/15392/stat : 15392 (java) S 15381 15384 13514 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 105738739 10917003264 2022225 33554432000 4194304 4196468 140725320035376 140397974078560 140398482650837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32727040 140725320041590 140725320041742 140725320041742 140725320044495 0
[pid=15384/tid=15393] ppid=15381 vsize=10661136 memory=8088900 CPUtime=0 cores=0,2,4,6
/proc/15384/task/15393/stat : 15393 (java) S 15381 15384 13514 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 105738739 10917003264 2022225 33554432000 4194304 4196468 140725320035376 140397973025664 140398482650837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32727040 140725320041590 140725320041742 140725320041742 140725320044495 0
[pid=15384/tid=15394] ppid=15381 vsize=10661136 memory=2724 CPUtime=0 cores=0,2,4,6
/proc/15384/task/15394/stat : 15394 (java) S 15381 15384 13514 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 15 0 105738741 10917003264 2022225 33554432000 4194304 4196468 140725320035376 140397971967568 140398482650837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32727040 140725320041590 140725320041742 140725320041742 140725320044495 0
[pid=15384/tid=15395] ppid=15381 vsize=10661136 memory=1256 CPUtime=2.31 cores=0,2,4,6
/proc/15384/task/15395/stat : 15395 (java) S 15381 15384 13514 0 -1 1077944384 12267 0 0 0 230 1 0 0 20 0 15 0 105738741 10917003264 2022225 33554432000 4194304 4196468 140725320035376 140397970922352 140398482651778 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32727040 140725320041590 140725320041742 140725320041742 140725320044495 0
[pid=15384/tid=15396] ppid=15381 vsize=10661136 memory=191 CPUtime=3.01 cores=0,2,4,6
/proc/15384/task/15396/stat : 15396 (java) S 15381 15384 13514 0 -1 1077944384 11764 0 0 0 300 1 0 0 20 0 15 0 105738741 10917003264 2022225 33554432000 4194304 4196468 140725320035376 140397969869552 140398482651778 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32727040 140725320041590 140725320041742 140725320041742 140725320044495 0
[pid=15384/tid=15397] ppid=15381 vsize=10661136 memory=4 CPUtime=0.58 cores=0,2,4,6
/proc/15384/task/15397/stat : 15397 (java) S 15381 15384 13514 0 -1 1077944384 3710 0 0 0 57 1 0 0 20 0 15 0 105738741 10917003264 2022225 33554432000 4194304 4196468 140725320035376 140397968816752 140398482651778 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32727040 140725320041590 140725320041742 140725320041742 140725320044495 0
[pid=15384/tid=15398] ppid=15381 vsize=10661136 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/15384/task/15398/stat : 15398 (java) S 15381 15384 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105738741 10917003264 2022225 33554432000 4194304 4196468 140725320035376 140397967764192 140398482650837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32727040 140725320041590 140725320041742 140725320041742 140725320044495 0
[pid=15384/tid=15399] ppid=15381 vsize=10661136 memory=288230613214036277 CPUtime=0.03 cores=0,2,4,6
/proc/15384/task/15399/stat : 15399 (java) S 15381 15384 13514 0 -1 1077944384 152 0 0 0 2 1 0 0 20 0 15 0 105738742 10917003264 2022225 33554432000 4194304 4196468 140725320035376 140397966711472 140398482651778 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32727040 140725320041590 140725320041742 140725320041742 140725320044495 0
Current children cumulated CPU time: 258.4 s
Current children cumulated vsize: 10661136 KiB
Current children cumulated memory: 8088900 KiB

Child ended because it received signal 9 (SIGKILL)
Real time (s): 91.7501
CPU time (s): 258.49
CPU user time (s): 251.267
CPU system time (s): 7.22297
CPU usage (%): 281.732
Max. virtual memory (cumulated for all children) (KiB): 10663660
Max. memory (cumulated for all children) (KiB): 8088900

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 251.267
system time used= 7.22297
maximum resident set size= 8089296
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 117490
page faults= 0
swaps= 0
block input operations= 0
block output operations= 208
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 87022
involuntary context switches= 4449


# summary of solver processes directly reported to runsolver:
#   pid: 15384
#   total CPU time (s): 258.49
#   total CPU user time (s): 251.267
#   total CPU system time (s): 7.22297

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.542822 second user time and 0.923453 second system time

The end

Launcher Data

Begin job on node136 at 2018-07-29 18:29:16
IDJOB=4301526
IDBENCH=141206
IDSOLVER=2773
FILE ID=node136/4301526-1532881756
RUNJOBID= node136-1532879536-13546
PBS_JOBID= 21022516
Free space on /tmp= 60224 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/Rlfap/Rlfap-opt/Rlfap-scen-04-opt_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4301526-1532881756/watcher-4301526-1532881756 -o /tmp/evaluation-result-4301526-1532881756/solver-4301526-1532881756 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node136-1532879536-13546 --watchdog 312  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4301526-1532881756.xml

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

MD5SUM BENCH= 78811932529a67bdc61c23a432ac663c
RANDOM SEED=872488506

node136.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.50
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.50
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.50
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.50
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:        24322208 kB
MemAvailable:   27606472 kB
Buffers:          212900 kB
Cached:          3342544 kB
SwapCached:            0 kB
Active:          6026768 kB
Inactive:        1938096 kB
Active(anon):    4361124 kB
Inactive(anon):    76480 kB
Active(file):    1665644 kB
Inactive(file):  1861616 kB
Unevictable:        7328 kB
Mlocked:            7328 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2452 kB
Writeback:             0 kB
AnonPages:       4433180 kB
Mapped:            46616 kB
Shmem:             25228 kB
Slab:             174148 kB
SReclaimable:     145680 kB
SUnreclaim:        28468 kB
KernelStack:        3792 kB
PageTables:        14224 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5794780 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4235264 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 60224 MiB
End job on node136 at 2018-07-29 18:30:47