Trace number 4304751

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.9.2OPT0 9.21947 4.49897

General information on the benchmark

NameSteelMillSlab/
SteelMillSlab-m1-simple_c18.xml
MD5SUM5b0471201a80cf29b9165f742e9eb3a6
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark0.400485
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints33
Number of domains3
Minimum domain size5
Maximum domain size19
Distribution of domain sizes[{"size":5,"count":10},{"size":10,"count":10},{"size":19,"count":10}]
Minimum variable degree2
Maximum variable degree21
Distribution of variable degrees[{"degree":2,"count":10},{"degree":4,"count":10},{"degree":20,"count":8},{"degree":21,"count":2}]
Minimum constraint arity2
Maximum constraint arity11
Distribution of constraint arities[{"arity":2,"count":11},{"arity":10,"count":12},{"arity":11,"count":10}]
Number of extensional constraints10
Number of intensional constraints1
Distribution of constraint types[{"type":"extension","count":10},{"type":"intension","count":1},{"type":"ordered","count":1},{"type":"sum","count":21}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.98/0.74	c Concrete v3.9.2.1532736233296 running
8.84/4.17	o 1
9.09/4.20	o 0
9.09/4.21	v <instantiation cost="0">
9.09/4.21	v       <list>
9.09/4.21	v         slab[0] slab[1] slab[2] slab[3] slab[4] slab[5] slab[6] slab[7] slab[8] slab[9] load[0] load[1] load[2] load[3] load[4] load[5] load[6] load[7] load[8] load[9] loss[0] loss[1] loss[2] loss[3] loss[4] loss[5] loss[6] loss[7] loss[8] loss[9]
9.09/4.21	v       </list>
9.09/4.21	v       <values>
9.09/4.21	v         3 5 5 1 2 0 3 3 4 3 11 9 9 9 5 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0
9.09/4.21	v       </values>
9.09/4.21	v     </instantiation>
9.09/4.21	s OPTIMUM FOUND

Verifier Data

OK	0

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4304751-1534146192/watcher-4304751-1534146192 -o /tmp/evaluation-result-4304751-1534146192/solver-4304751-1534146192 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1534138766-20508 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=1797892740 HOME/instance-4304751-1534146192.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=21803, runsolver pid=21800

[startup+0.10882 s]*
/proc/loadavg: 1.64 1.47 1.42 3/206 21860
/proc/meminfo: memFree=17962408/32770624 swapFree=67108196/67108860
[pid=21803] ppid=21800 vsize=10453864 memory=20636 CPUtime=0.1 cores=1,3,5,7
/proc/21803/stat : 21803 (java) S 21800 21803 19646 0 -1 1077944320 4837 12910 0 0 2 1 5 2 20 0 9 0 232182361 10704756736 5159 33554432000 4194304 4196468 140732786145856 140732786128400 140375360347895 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 25796608 140732786149996 140732786152796 140732786152796 140732786155471 0
/proc/21803/statm: 2613466 5159 2101 1 0 2576007 0
[pid=21803/tid=21856] ppid=21800 vsize=10453864 memory=5855084838433490077 CPUtime=0.08 cores=1,3,5,7
/proc/21803/task/21856/stat : 21856 (java) R 21800 21803 19646 0 -1 4202560 2627 12910 0 0 1 0 5 2 20 0 9 0 232182370 10704756736 5159 33554432000 4194304 4196468 140732786145856 140375332183920 140375346030387 0 4 0 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25796608 140732786149996 140732786152796 140732786152796 140732786155471 0
[pid=21803/tid=21857] ppid=21800 vsize=10453864 memory=5793855957910342073 CPUtime=0.07 cores=1,3,5,7
/proc/21803/task/21857/stat : 21857 (java) S 21800 21803 19646 0 -1 1077944384 1 12910 0 0 0 0 5 2 20 0 9 0 232182370 10704756736 5159 33554432000 4194304 4196468 140732786145856 140375364590352 140375360358101 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25796608 140732786149996 140732786152796 140732786152796 140732786155471 0
[pid=21803/tid=21858] ppid=21800 vsize=10453864 memory=140706900448896 CPUtime=0.07 cores=1,3,5,7
/proc/21803/task/21858/stat : 21858 (java) S 21800 21803 19646 0 -1 1077944384 1 12910 0 0 0 0 5 2 20 0 9 0 232182370 10704756736 5159 33554432000 4194304 4196468 140732786145856 140374900005776 140375360358101 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25796608 140732786149996 140732786152796 140732786152796 140732786155471 0
[pid=21803/tid=21859] ppid=21800 vsize=10453864 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21803/task/21859/stat : 21859 (java) S 21800 21803 19646 0 -1 1077944384 1 12910 0 0 0 0 5 2 20 0 9 0 232182370 10704756736 5159 33554432000 4194304 4196468 140732786145856 140374898953232 140375360358101 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25796608 140732786149996 140732786152796 140732786152796 140732786155471 0
[pid=21803/tid=21860] ppid=21800 vsize=10453864 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21803/task/21860/stat : 21860 (java) S 21800 21803 19646 0 -1 1077944384 2 12910 0 0 0 0 5 2 20 0 9 0 232182370 10704756736 5159 33554432000 4194304 4196468 140732786145856 140374897900688 140375360358101 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25796608 140732786149996 140732786152796 140732786152796 140732786155471 0
[pid=21803/tid=21861] ppid=21800 vsize=10453864 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21803/task/21861/stat : 21861 (java) S 21800 21803 19646 0 -1 1077944384 2 12910 0 0 0 0 5 2 20 0 9 0 232182372 10704756736 5159 33554432000 4194304 4196468 140732786145856 140374853457904 140375360359042 0 0 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25796608 140732786149996 140732786152796 140732786152796 140732786155471 0
[pid=21803/tid=21862] ppid=21800 vsize=10453864 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/21803/task/21862/stat : 21862 (java) S 21800 21803 19646 0 -1 1077944384 13 12910 0 0 0 0 5 2 20 0 9 0 232182372 10704756736 5159 33554432000 4194304 4196468 140732786145856 140374160958368 140375360358101 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25796608 140732786149996 140732786152796 140732786152796 140732786155471 0
[pid=21803/tid=21863] ppid=21800 vsize=10453864 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21803/task/21863/stat : 21863 (java) S 21800 21803 19646 0 -1 1077944384 21 12910 0 0 0 0 5 2 20 0 9 0 232182373 10704756736 5159 33554432000 4194304 4196468 140732786145856 140374093845552 140375360358101 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25796608 140732786149996 140732786152796 140732786152796 140732786155471 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 10453864 KiB
Current children cumulated memory: 20636 KiB

[startup+0.210815 s]*
/proc/loadavg: 1.64 1.47 1.42 3/215 21869
/proc/meminfo: memFree=17943552/32770624 swapFree=67108196/67108860
[pid=21803] ppid=21800 vsize=10982744 memory=43344 CPUtime=0.24 cores=1,3,5,7
/proc/21803/stat : 21803 (java) S 21800 21803 19646 0 -1 1077944320 7993 12910 0 0 16 1 5 2 20 0 15 0 232182361 11246329856 10836 33554432000 4194304 4196468 140732786145856 140732786128400 140375360347895 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 25796608 140732786149996 140732786152796 140732786152796 140732786155471 0
/proc/21803/statm: 2745686 10836 2973 1 0 2708109 0
[pid=21803/tid=21856] ppid=21800 vsize=10982744 memory=-8540663193526752614 CPUtime=0.19 cores=1,3,5,7
/proc/21803/task/21856/stat : 21856 (java) R 21800 21803 19646 0 -1 4202560 4677 12910 0 0 11 1 5 2 20 0 15 0 232182370 11246329856 10968 33554432000 4194304 4196468 140732786145856 140375332165008 140375352585022 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25796608 140732786149996 140732786152796 140732786152796 140732786155471 0
[pid=21803/tid=21857] ppid=21800 vsize=10982744 memory=4211974433105239434 CPUtime=0.07 cores=1,3,5,7
/proc/21803/task/21857/stat : 21857 (java) S 21800 21803 19646 0 -1 1077944384 1 12910 0 0 0 0 5 2 20 0 15 0 232182370 11246329856 10968 33554432000 4194304 4196468 140732786145856 140375364590352 140375360358101 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25796608 140732786149996 140732786152796 140732786152796 140732786155471 0
[pid=21803/tid=21858] ppid=21800 vsize=10982744 memory=140706900448896 CPUtime=0.07 cores=1,3,5,7
/proc/21803/task/21858/stat : 21858 (java) S 21800 21803 19646 0 -1 1077944384 1 12910 0 0 0 0 5 2 20 0 15 0 232182370 11246329856 10968 33554432000 4194304 4196468 140732786145856 140374900005776 140375360358101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25796608 140732786149996 140732786152796 140732786152796 140732786155471 0
[pid=21803/tid=21859] ppid=21800 vsize=10982744 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21803/task/21859/stat : 21859 (java) S 21800 21803 19646 0 -1 1077944384 1 12910 0 0 0 0 5 2 20 0 15 0 232182370 11246329856 10968 33554432000 4194304 4196468 140732786145856 140374898953232 140375360358101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25796608 140732786149996 140732786152796 140732786152796 140732786155471 0
[pid=21803/tid=21860] ppid=21800 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/21803/task/21860/stat : 21860 (java) S 21800 21803 19646 0 -1 1077944384 2 12910 0 0 0 0 5 2 20 0 15 0 232182370 11246329856 10968 33554432000 4194304 4196468 140732786145856 140374897900688 140375360358101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25796608 140732786149996 140732786152796 140732786152796 140732786155471 0
[pid=21803/tid=21861] ppid=21800 vsize=10982744 memory=140706900448896 CPUtime=0.07 cores=1,3,5,7
/proc/21803/task/21861/stat : 21861 (java) S 21800 21803 19646 0 -1 1077944384 2 12910 0 0 0 0 5 2 20 0 15 0 232182372 11246329856 10968 33554432000 4194304 4196468 140732786145856 140374853457904 140375360359042 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25796608 140732786149996 140732786152796 140732786152796 140732786155471 0
[pid=21803/tid=21862] ppid=21800 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/21803/task/21862/stat : 21862 (java) S 21800 21803 19646 0 -1 1077944384 13 12910 0 0 0 0 5 2 20 0 15 0 232182372 11246329856 10968 33554432000 4194304 4196468 140732786145856 140374160958368 140375360358101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25796608 140732786149996 140732786152796 140732786152796 140732786155471 0
[pid=21803/tid=21863] ppid=21800 vsize=10982744 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21803/task/21863/stat : 21863 (java) S 21800 21803 19646 0 -1 1077944384 21 12910 0 0 0 0 5 2 20 0 15 0 232182373 11246329856 10968 33554432000 4194304 4196468 140732786145856 140374093845488 140375360358101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25796608 140732786149996 140732786152796 140732786152796 140732786155471 0
[pid=21803/tid=21864] ppid=21800 vsize=10982744 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21803/task/21864/stat : 21864 (java) S 21800 21803 19646 0 -1 1077944384 3 12910 0 0 0 0 5 2 20 0 15 0 232182375 11246329856 10968 33554432000 4194304 4196468 140732786145856 140373786450128 140375360366491 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25796608 140732786149996 140732786152796 140732786152796 140732786155471 0
[pid=21803/tid=21865] ppid=21800 vsize=10982744 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21803/task/21865/stat : 21865 (java) S 21800 21803 19646 0 -1 1077944384 480 12910 0 0 1 0 5 2 20 0 15 0 232182375 11246329856 10968 33554432000 4194304 4196468 140732786145856 140374852405744 140375360359042 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25796608 140732786149996 140732786152796 140732786152796 140732786155471 0
[pid=21803/tid=21866] ppid=21800 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/21803/task/21866/stat : 21866 (java) S 21800 21803 19646 0 -1 1077944384 140 12910 0 0 0 0 5 2 20 0 15 0 232182375 11246329856 10968 33554432000 4194304 4196468 140732786145856 140374851353200 140375360359042 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25796608 140732786149996 140732786152796 140732786152796 140732786155471 0
[pid=21803/tid=21867] ppid=21800 vsize=10982744 memory=140706900448896 CPUtime=0.1 cores=1,3,5,7
/proc/21803/task/21867/stat : 21867 (java) S 21800 21803 19646 0 -1 1077944384 614 12910 0 0 3 0 5 2 20 0 15 0 232182375 11246329856 10968 33554432000 4194304 4196468 140732786145856 140374850300656 140375360359042 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25796608 140732786149996 140732786152796 140732786152796 140732786155471 0
[pid=21803/tid=21868] ppid=21800 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/21803/task/21868/stat : 21868 (java) S 21800 21803 19646 0 -1 1077944384 3 12910 0 0 0 0 5 2 20 0 15 0 232182375 11246329856 10968 33554432000 4194304 4196468 140732786145856 140373355654240 140375360358101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25796608 140732786149996 140732786152796 140732786152796 140732786155471 0
[pid=21803/tid=21869] ppid=21800 vsize=10982744 memory=140706900448896 CPUtime=0.07 cores=1,3,5,7
/proc/21803/task/21869/stat : 21869 (java) S 21800 21803 19646 0 -1 1077944384 1 12910 0 0 0 0 5 2 20 0 15 0 232182376 11246329856 10968 33554432000 4194304 4196468 140732786145856 140374849247536 140375360359042 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25796608 140732786149996 140732786152796 140732786152796 140732786155471 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 43344 KiB

[startup+0.310356 s]*
/proc/loadavg: 1.64 1.47 1.42 3/215 21869
/proc/meminfo: memFree=17932512/32770624 swapFree=67108196/67108860
[pid=21803] ppid=21800 vsize=10983192 memory=54516 CPUtime=0.38 cores=1,3,5,7
/proc/21803/stat : 21803 (java) S 21800 21803 19646 0 -1 1077944320 10656 12910 0 0 28 3 5 2 20 0 15 0 232182361 11246788608 13629 33554432000 4194304 4196468 140732786145856 140732786128400 140375360347895 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 25796608 140732786149996 140732786152796 140732786152796 140732786155471 0
/proc/21803/statm: 2745798 13629 3092 1 0 2708109 0
[pid=21803/tid=21856] ppid=21800 vsize=10983192 memory=6791534058613427641 CPUtime=0.27 cores=1,3,5,7
/proc/21803/task/21856/stat : 21856 (java) R 21800 21803 19646 0 -1 4202560 7176 12910 0 0 19 1 5 2 20 0 15 0 232182370 11246788608 13629 33554432000 4194304 4196468 140732786145856 140375332159904 140375360369821 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25796608 140732786149996 140732786152796 140732786152796 140732786155471 0
[pid=21803/tid=21857] ppid=21800 vsize=10983192 memory=-7003737579269690708 CPUtime=0.07 cores=1,3,5,7
/proc/21803/task/21857/stat : 21857 (java) S 21800 21803 19646 0 -1 1077944384 1 12910 0 0 0 0 5 2 20 0 15 0 232182370 11246788608 13629 33554432000 4194304 4196468 140732786145856 140375364590352 140375360358101 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25796608 140732786149996 140732786152796 140732786152796 140732786155471 0
[pid=21803/tid=21858] ppid=21800 vsize=10983192 memory=140706900459489 CPUtime=0.07 cores=1,3,5,7
/proc/21803/task/21858/stat : 21858 (java) S 21800 21803 19646 0 -1 1077944384 1 12910 0 0 0 0 5 2 20 0 15 0 232182370 11246788608 13629 33554432000 4194304 4196468 140732786145856 140374900005776 140375360358101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25796608 140732786149996 140732786152796 140732786152796 140732786155471 0
[pid=21803/tid=21859] ppid=21800 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21803/task/21859/stat : 21859 (java) S 21800 21803 19646 0 -1 1077944384 1 12910 0 0 0 0 5 2 20 0 15 0 232182370 11246788608 13629 33554432000 4194304 4196468 140732786145856 140374898953232 140375360358101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25796608 140732786149996 140732786152796 140732786152796 140732786155471 0
[pid=21803/tid=21860] ppid=21800 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21803/task/21860/stat : 21860 (java) S 21800 21803 19646 0 -1 1077944384 2 12910 0 0 0 0 5 2 20 0 15 0 232182370 11246788608 13629 33554432000 4194304 4196468 140732786145856 140374897900688 140375360358101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25796608 140732786149996 140732786152796 140732786152796 140732786155471 0
[pid=21803/tid=21861] ppid=21800 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21803/task/21861/stat : 21861 (java) S 21800 21803 19646 0 -1 1077944384 2 12910 0 0 0 0 5 2 20 0 15 0 232182372 11246788608 13629 33554432000 4194304 4196468 140732786145856 140374853457904 140375360359042 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25796608 140732786149996 140732786152796 140732786152796 140732786155471 0
[pid=21803/tid=21862] ppid=21800 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21803/task/21862/stat : 21862 (java) S 21800 21803 19646 0 -1 1077944384 13 12910 0 0 0 0 5 2 20 0 15 0 232182372 11246788608 13629 33554432000 4194304 4196468 140732786145856 140374160958368 140375360358101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25796608 140732786149996 140732786152796 140732786152796 140732786155471 0
[pid=21803/tid=21863] ppid=21800 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21803/task/21863/stat : 21863 (java) S 21800 21803 19646 0 -1 1077944384 21 12910 0 0 0 0 5 2 20 0 15 0 232182373 11246788608 13629 33554432000 4194304 4196468 140732786145856 140374093845488 140375360358101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25796608 140732786149996 140732786152796 140732786152796 140732786155471 0
[pid=21803/tid=21864] ppid=21800 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21803/task/21864/stat : 21864 (java) S 21800 21803 19646 0 -1 1077944384 3 12910 0 0 0 0 5 2 20 0 15 0 232182375 11246788608 13629 33554432000 4194304 4196468 140732786145856 140373786450128 140375360366491 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25796608 140732786149996 140732786152796 140732786152796 140732786155471 0
[pid=21803/tid=21865] ppid=21800 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21803/task/21865/stat : 21865 (java) S 21800 21803 19646 0 -1 1077944384 481 12910 0 0 1 0 5 2 20 0 15 0 232182375 11246788608 13629 33554432000 4194304 4196468 140732786145856 140374852405744 140375360359042 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25796608 140732786149996 140732786152796 140732786152796 140732786155471 0
[pid=21803/tid=21866] ppid=21800 vsize=10983192 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/21803/task/21866/stat : 21866 (java) S 21800 21803 19646 0 -1 1077944384 143 12910 0 0 1 0 5 2 20 0 15 0 232182375 11246788608 13629 33554432000 4194304 4196468 140732786145856 140374851353200 140375360359042 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25796608 140732786149996 140732786152796 140732786152796 140732786155471 0
[pid=21803/tid=21867] ppid=21800 vsize=10983192 memory=140706900448896 CPUtime=0.11 cores=1,3,5,7
/proc/21803/task/21867/stat : 21867 (java) S 21800 21803 19646 0 -1 1077944384 620 12910 0 0 4 0 5 2 20 0 15 0 232182375 11246788608 13629 33554432000 4194304 4196468 140732786145856 140374850300656 140375360359042 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25796608 140732786149996 140732786152796 140732786152796 140732786155471 0
[pid=21803/tid=21868] ppid=21800 vsize=10983192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/21803/task/21868/stat : 21868 (java) S 21800 21803 19646 0 -1 1077944384 3 12910 0 0 0 0 5 2 20 0 15 0 232182375 11246788608 13629 33554432000 4194304 4196468 140732786145856 140373355654240 140375360358101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25796608 140732786149996 140732786152796 140732786152796 140732786155471 0
[pid=21803/tid=21869] ppid=21800 vsize=10983192 memory=140706900448896 CPUtime=0.07 cores=1,3,5,7
/proc/21803/task/21869/stat : 21869 (java) S 21800 21803 19646 0 -1 1077944384 1 12910 0 0 0 0 5 2 20 0 15 0 232182376 11246788608 13629 33554432000 4194304 4196468 140732786145856 140374849247536 140375360359042 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25796608 140732786149996 140732786152796 140732786152796 140732786155471 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 54516 KiB

[startup+0.700777 s]
/proc/loadavg: 1.64 1.47 1.42 4/215 21869
/proc/meminfo: memFree=17921188/32770624 swapFree=67108196/67108860
[pid=21803] ppid=21800 vsize=10983192 memory=86584 CPUtime=0.98 cores=1,3,5,7
/proc/21803/stat : 21803 (java) S 21800 21803 19646 0 -1 1077944320 16791 12910 0 0 87 4 5 2 20 0 15 0 232182361 11246788608 21646 33554432000 4194304 4196468 140732786145856 140732786128400 140375360347895 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 25796608 140732786149996 140732786152796 140732786152796 140732786155471 0
/proc/21803/statm: 2745798 21646 3250 1 0 2708109 0
[pid=21803/tid=21856] ppid=21800 vsize=10983192 memory=0 CPUtime=0.65 cores=1,3,5,7
/proc/21803/task/21856/stat : 21856 (java) R 21800 21803 19646 0 -1 4202560 12268 12910 0 0 56 2 5 2 20 0 15 0 232182370 11246788608 21646 33554432000 4194304 4196468 140732786145856 140375332168720 140375344428382 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25796608 140732786149996 140732786152796 140732786152796 140732786155471 0
[pid=21803/tid=21857] ppid=21800 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21803/task/21857/stat : 21857 (java) S 21800 21803 19646 0 -1 1077944384 1 12910 0 0 0 0 5 2 20 0 15 0 232182370 11246788608 21646 33554432000 4194304 4196468 140732786145856 140375364590352 140375360358101 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25796608 140732786149996 140732786152796 140732786152796 140732786155471 0
[pid=21803/tid=21858] ppid=21800 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21803/task/21858/stat : 21858 (java) S 21800 21803 19646 0 -1 1077944384 1 12910 0 0 0 0 5 2 20 0 15 0 232182370 11246788608 21646 33554432000 4194304 4196468 140732786145856 140374900005776 140375360358101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25796608 140732786149996 140732786152796 140732786152796 140732786155471 0
[pid=21803/tid=21859] ppid=21800 vsize=10983192 memory=4637164475387183459 CPUtime=0.07 cores=1,3,5,7
/proc/21803/task/21859/stat : 21859 (java) S 21800 21803 19646 0 -1 1077944384 1 12910 0 0 0 0 5 2 20 0 15 0 232182370 11246788608 21646 33554432000 4194304 4196468 140732786145856 140374898953232 140375360358101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25796608 140732786149996 140732786152796 140732786152796 140732786155471 0
[pid=21803/tid=21860] ppid=21800 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21803/task/21860/stat : 21860 (java) S 21800 21803 19646 0 -1 1077944384 2 12910 0 0 0 0 5 2 20 0 15 0 232182370 11246788608 21646 33554432000 4194304 4196468 140732786145856 140374897900688 140375360358101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25796608 140732786149996 140732786152796 140732786152796 140732786155471 0
[pid=21803/tid=21861] ppid=21800 vsize=10983192 memory=6944656592455360604 CPUtime=0.07 cores=1,3,5,7
/proc/21803/task/21861/stat : 21861 (java) S 21800 21803 19646 0 -1 1077944384 6 12910 0 0 0 0 5 2 20 0 15 0 232182372 11246788608 21646 33554432000 4194304 4196468 140732786145856 140374853457904 140375360359042 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25796608 140732786149996 140732786152796 140732786152796 140732786155471 0
[pid=21803/tid=21862] ppid=21800 vsize=10983192 memory=4028 CPUtime=0.07 cores=1,3,5,7
/proc/21803/task/21862/stat : 21862 (java) S 21800 21803 19646 0 -1 1077944384 13 12910 0 0 0 0 5 2 20 0 15 0 232182372 11246788608 21646 33554432000 4194304 4196468 140732786145856 140374160958368 140375360358101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25796608 140732786149996 140732786152796 140732786152796 140732786155471 0
[pid=21803/tid=21863] ppid=21800 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21803/task/21863/stat : 21863 (java) S 21800 21803 19646 0 -1 1077944384 21 12910 0 0 0 0 5 2 20 0 15 0 232182373 11246788608 21646 33554432000 4194304 4196468 140732786145856 140374093845488 140375360358101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25796608 140732786149996 140732786152796 140732786152796 140732786155471 0
[pid=21803/tid=21864] ppid=21800 vsize=10983192 memory=3688650611265641520 CPUtime=0.07 cores=1,3,5,7
/proc/21803/task/21864/stat : 21864 (java) S 21800 21803 19646 0 -1 1077944384 3 12910 0 0 0 0 5 2 20 0 15 0 232182375 11246788608 21646 33554432000 4194304 4196468 140732786145856 140373786450128 140375360366491 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25796608 140732786149996 140732786152796 140732786152796 140732786155471 0
[pid=21803/tid=21865] ppid=21800 vsize=10983192 memory=0 CPUtime=0.16 cores=1,3,5,7
/proc/21803/task/21865/stat : 21865 (java) S 21800 21803 19646 0 -1 1077944384 1060 12910 0 0 9 0 5 2 20 0 15 0 232182375 11246788608 21646 33554432000 4194304 4196468 140732786145856 140374852405744 140375360359042 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25796608 140732786149996 140732786152796 140732786152796 140732786155471 0
[pid=21803/tid=21866] ppid=21800 vsize=10983192 memory=0 CPUtime=0.14 cores=1,3,5,7
/proc/21803/task/21866/stat : 21866 (java) S 21800 21803 19646 0 -1 1077944384 542 12910 0 0 7 0 5 2 20 0 15 0 232182375 11246788608 21646 33554432000 4194304 4196468 140732786145856 140374851353200 140375360359042 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25796608 140732786149996 140732786152796 140732786152796 140732786155471 0
[pid=21803/tid=21867] ppid=21800 vsize=10983192 memory=0 CPUtime=0.2 cores=1,3,5,7
/proc/21803/task/21867/stat : 21867 (java) R 21800 21803 19646 0 -1 4202560 682 12910 0 0 13 0 5 2 20 0 15 0 232182375 11246788608 21646 33554432000 4194304 4196468 140732786145856 140374850300656 140375360359830 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25796608 140732786149996 140732786152796 140732786152796 140732786155471 0
[pid=21803/tid=21868] ppid=21800 vsize=10983192 memory=7809523229951467568 CPUtime=0.07 cores=1,3,5,7
/proc/21803/task/21868/stat : 21868 (java) S 21800 21803 19646 0 -1 1077944384 3 12910 0 0 0 0 5 2 20 0 15 0 232182375 11246788608 21646 33554432000 4194304 4196468 140732786145856 140373355654240 140375360358101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25796608 140732786149996 140732786152796 140732786152796 140732786155471 0
[pid=21803/tid=21869] ppid=21800 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21803/task/21869/stat : 21869 (java) S 21800 21803 19646 0 -1 1077944384 1 12910 0 0 0 0 5 2 20 0 15 0 232182376 11246788608 21646 33554432000 4194304 4196468 140732786145856 140374849247536 140375360359042 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25796608 140732786149996 140732786152796 140732786152796 140732786155471 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 86584 KiB

[startup+1.50075 s]
/proc/loadavg: 1.67 1.48 1.42 4/215 21869
/proc/meminfo: memFree=17875600/32770624 swapFree=67108196/67108860
[pid=21803] ppid=21800 vsize=10998092 memory=176060 CPUtime=2.25 cores=1,3,5,7
/proc/21803/stat : 21803 (java) S 21800 21803 19646 0 -1 1077944320 24223 12910 0 0 207 11 5 2 20 0 15 0 232182361 11262046208 44015 33554432000 4194304 4196468 140732786145856 140732786128400 140375360347895 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 25796608 140732786149996 140732786152796 140732786152796 140732786155471 0
/proc/21803/statm: 2749523 44015 3472 1 0 2711181 0
[pid=21803/tid=21856] ppid=21800 vsize=10998092 memory=0 CPUtime=1.42 cores=1,3,5,7
/proc/21803/task/21856/stat : 21856 (java) R 21800 21803 19646 0 -1 4202560 17956 12910 0 0 129 6 5 2 20 0 15 0 232182370 11262046208 44015 33554432000 4194304 4196468 140732786145856 140375332179840 140375344428382 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25796608 140732786149996 140732786152796 140732786152796 140732786155471 0
[pid=21803/tid=21857] ppid=21800 vsize=10998092 memory=56 CPUtime=0.08 cores=1,3,5,7
/proc/21803/task/21857/stat : 21857 (java) S 21800 21803 19646 0 -1 1077944384 28 12910 0 0 1 0 5 2 20 0 15 0 232182370 11262046208 44015 33554432000 4194304 4196468 140732786145856 140375364590352 140375360358101 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25796608 140732786149996 140732786152796 140732786152796 140732786155471 0
[pid=21803/tid=21858] ppid=21800 vsize=10998092 memory=14775 CPUtime=0.07 cores=1,3,5,7
/proc/21803/task/21858/stat : 21858 (java) S 21800 21803 19646 0 -1 1077944384 16 12910 0 0 0 0 5 2 20 0 15 0 232182370 11262046208 44015 33554432000 4194304 4196468 140732786145856 140374900005776 140375360358101 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25796608 140732786149996 140732786152796 140732786152796 140732786155471 0
[pid=21803/tid=21859] ppid=21800 vsize=10998092 memory=4350 CPUtime=0.08 cores=1,3,5,7
/proc/21803/task/21859/stat : 21859 (java) S 21800 21803 19646 0 -1 1077944384 196 12910 0 0 1 0 5 2 20 0 15 0 232182370 11262046208 44015 33554432000 4194304 4196468 140732786145856 140374898953232 140375360358101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25796608 140732786149996 140732786152796 140732786152796 140732786155471 0
[pid=21803/tid=21860] ppid=21800 vsize=10998092 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21803/task/21860/stat : 21860 (java) S 21800 21803 19646 0 -1 1077944384 67 12910 0 0 0 0 5 2 20 0 15 0 232182370 11262046208 44015 33554432000 4194304 4196468 140732786145856 140374897900688 140375360358101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25796608 140732786149996 140732786152796 140732786152796 140732786155471 0
[pid=21803/tid=21861] ppid=21800 vsize=10998092 memory=-3253322038155611931 CPUtime=0.08 cores=1,3,5,7
/proc/21803/task/21861/stat : 21861 (java) S 21800 21803 19646 0 -1 1077944384 65 12910 0 0 1 0 5 2 20 0 15 0 232182372 11262046208 44015 33554432000 4194304 4196468 140732786145856 140374853457904 140375360359042 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25796608 140732786149996 140732786152796 140732786152796 140732786155471 0
[pid=21803/tid=21862] ppid=21800 vsize=10998092 memory=6944656592455360604 CPUtime=0.07 cores=1,3,5,7
/proc/21803/task/21862/stat : 21862 (java) S 21800 21803 19646 0 -1 1077944384 14 12910 0 0 0 0 5 2 20 0 15 0 232182372 11262046208 44015 33554432000 4194304 4196468 140732786145856 140374160958432 140375360358101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25796608 140732786149996 140732786152796 140732786152796 140732786155471 0
[pid=21803/tid=21863] ppid=21800 vsize=10998092 memory=6656426216303648864 CPUtime=0.07 cores=1,3,5,7
/proc/21803/task/21863/stat : 21863 (java) S 21800 21803 19646 0 -1 1077944384 42 12910 0 0 0 0 5 2 20 0 15 0 232182373 11262046208 44015 33554432000 4194304 4196468 140732786145856 140374093845504 140375360358101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25796608 140732786149996 140732786152796 140732786152796 140732786155471 0
[pid=21803/tid=21864] ppid=21800 vsize=10998092 memory=100864 CPUtime=0.07 cores=1,3,5,7
/proc/21803/task/21864/stat : 21864 (java) S 21800 21803 19646 0 -1 1077944384 3 12910 0 0 0 0 5 2 20 0 15 0 232182375 11262046208 44015 33554432000 4194304 4196468 140732786145856 140373786450128 140375360366491 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25796608 140732786149996 140732786152796 140732786152796 140732786155471 0
[pid=21803/tid=21865] ppid=21800 vsize=10998092 memory=0 CPUtime=0.25 cores=1,3,5,7
/proc/21803/task/21865/stat : 21865 (java) S 21800 21803 19646 0 -1 1077944384 1252 12910 0 0 18 0 5 2 20 0 15 0 232182375 11262046208 44015 33554432000 4194304 4196468 140732786145856 140374852405744 140375360359042 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25796608 140732786149996 140732786152796 140732786152796 140732786155471 0
[pid=21803/tid=21866] ppid=21800 vsize=10998092 memory=0 CPUtime=0.27 cores=1,3,5,7
/proc/21803/task/21866/stat : 21866 (java) S 21800 21803 19646 0 -1 1077944384 1066 12910 0 0 20 0 5 2 20 0 15 0 232182375 11262046208 44015 33554432000 4194304 4196468 140732786145856 140374851353200 140375360359042 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25796608 140732786149996 140732786152796 140732786152796 140732786155471 0
[pid=21803/tid=21867] ppid=21800 vsize=10998092 memory=0 CPUtime=0.39 cores=1,3,5,7
/proc/21803/task/21867/stat : 21867 (java) S 21800 21803 19646 0 -1 1077944384 1326 12910 0 0 32 0 5 2 20 0 15 0 232182375 11262046208 44015 33554432000 4194304 4196468 140732786145856 140374850300656 140375360359042 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25796608 140732786149996 140732786152796 140732786152796 140732786155471 0
[pid=21803/tid=21868] ppid=21800 vsize=10998092 memory=281413505062912 CPUtime=0.07 cores=1,3,5,7
/proc/21803/task/21868/stat : 21868 (java) S 21800 21803 19646 0 -1 1077944384 3 12910 0 0 0 0 5 2 20 0 15 0 232182375 11262046208 44015 33554432000 4194304 4196468 140732786145856 140373355654240 140375360358101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25796608 140732786149996 140732786152796 140732786152796 140732786155471 0
[pid=21803/tid=21869] ppid=21800 vsize=10998092 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21803/task/21869/stat : 21869 (java) S 21800 21803 19646 0 -1 1077944384 1 12910 0 0 0 0 5 2 20 0 15 0 232182376 11262046208 44015 33554432000 4194304 4196468 140732786145856 140374849247536 140375360359042 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25796608 140732786149996 140732786152796 140732786152796 140732786155471 0
Current children cumulated CPU time: 2.25 s
Current children cumulated vsize: 10998092 KiB
Current children cumulated memory: 176060 KiB

[startup+3.11778 s]
/proc/loadavg: 1.67 1.48 1.42 4/215 21869
/proc/meminfo: memFree=17726808/32770624 swapFree=67108196/67108860
[pid=21803] ppid=21800 vsize=11008352 memory=264520 CPUtime=5.97 cores=1,3,5,7
/proc/21803/stat : 21803 (java) S 21800 21803 19646 0 -1 1077944320 39099 12910 0 0 574 16 5 2 20 0 15 0 232182361 11272552448 66130 33554432000 4194304 4196468 140732786145856 140732786128400 140375360347895 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 25796608 140732786149996 140732786152796 140732786152796 140732786155471 0
/proc/21803/statm: 2752088 66130 3497 1 0 2713741 0
[pid=21803/tid=21856] ppid=21800 vsize=11008352 memory=7013037350621040726 CPUtime=2.97 cores=1,3,5,7
/proc/21803/task/21856/stat : 21856 (java) R 21800 21803 19646 0 -1 4202560 26898 12910 0 0 281 9 5 2 20 0 15 0 232182370 11272552448 66130 33554432000 4194304 4196468 140732786145856 140375332180440 140375345548817 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 25796608 140732786149996 140732786152796 140732786152796 140732786155471 0
[pid=21803/tid=21857] ppid=21800 vsize=11008352 memory=6673 CPUtime=0.1 cores=1,3,5,7
/proc/21803/task/21857/stat : 21857 (java) S 21800 21803 19646 0 -1 1077944384 49 12910 0 0 3 0 5 2 20 0 15 0 232182370 11272552448 66130 33554432000 4194304 4196468 140732786145856 140375364590352 140375360358101 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25796608 140732786149996 140732786152796 140732786152796 140732786155471 0
[pid=21803/tid=21858] ppid=21800 vsize=11008352 memory=4420 CPUtime=0.09 cores=1,3,5,7
/proc/21803/task/21858/stat : 21858 (java) S 21800 21803 19646 0 -1 1077944384 30 12910 0 0 2 0 5 2 20 0 15 0 232182370 11272552448 66130 33554432000 4194304 4196468 140732786145856 140374900005776 140375360358101 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25796608 140732786149996 140732786152796 140732786152796 140732786155471 0
[pid=21803/tid=21859] ppid=21800 vsize=11008352 memory=6628 CPUtime=0.1 cores=1,3,5,7
/proc/21803/task/21859/stat : 21859 (java) S 21800 21803 19646 0 -1 1077944384 203 12910 0 0 3 0 5 2 20 0 15 0 232182370 11272552448 66130 33554432000 4194304 4196468 140732786145856 140374898953232 140375360358101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25796608 140732786149996 140732786152796 140732786152796 140732786155471 0
[pid=21803/tid=21860] ppid=21800 vsize=11008352 memory=281413505030784 CPUtime=0.09 cores=1,3,5,7
/proc/21803/task/21860/stat : 21860 (java) S 21800 21803 19646 0 -1 1077944384 86 12910 0 0 2 0 5 2 20 0 15 0 232182370 11272552448 66130 33554432000 4194304 4196468 140732786145856 140374897900688 140375360358101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25796608 140732786149996 140732786152796 140732786152796 140732786155471 0
[pid=21803/tid=21861] ppid=21800 vsize=11008352 memory=7156589670633197654 CPUtime=0.1 cores=1,3,5,7
/proc/21803/task/21861/stat : 21861 (java) S 21800 21803 19646 0 -1 1077944384 502 12910 0 0 3 0 5 2 20 0 15 0 232182372 11272552448 66130 33554432000 4194304 4196468 140732786145856 140374853457904 140375360359042 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25796608 140732786149996 140732786152796 140732786152796 140732786155471 0
[pid=21803/tid=21862] ppid=21800 vsize=11008352 memory=7151833187742671444 CPUtime=0.07 cores=1,3,5,7
/proc/21803/task/21862/stat : 21862 (java) S 21800 21803 19646 0 -1 1077944384 14 12910 0 0 0 0 5 2 20 0 15 0 232182372 11272552448 66130 33554432000 4194304 4196468 140732786145856 140374160958432 140375360358101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25796608 140732786149996 140732786152796 140732786152796 140732786155471 0
[pid=21803/tid=21863] ppid=21800 vsize=11008352 memory=5939457619003580474 CPUtime=0.07 cores=1,3,5,7
/proc/21803/task/21863/stat : 21863 (java) S 21800 21803 19646 0 -1 1077944384 42 12910 0 0 0 0 5 2 20 0 15 0 232182373 11272552448 66130 33554432000 4194304 4196468 140732786145856 140374093845504 140375360358101 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25796608 140732786149996 140732786152796 140732786152796 140732786155471 0
[pid=21803/tid=21864] ppid=21800 vsize=11008352 memory=6296931964676105321 CPUtime=0.07 cores=1,3,5,7
/proc/21803/task/21864/stat : 21864 (java) S 21800 21803 19646 0 -1 1077944384 3 12910 0 0 0 0 5 2 20 0 15 0 232182375 11272552448 66130 33554432000 4194304 4196468 140732786145856 140373786450128 140375360366491 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25796608 140732786149996 140732786152796 140732786152796 140732786155471 0
[pid=21803/tid=21865] ppid=21800 vsize=11008352 memory=6296931964676105321 CPUtime=0.71 cores=1,3,5,7
/proc/21803/task/21865/stat : 21865 (java) R 21800 21803 19646 0 -1 4202560 1734 12910 0 0 63 1 5 2 20 0 15 0 232182375 11272552448 66130 33554432000 4194304 4196468 140732786145856 140374852390576 140375345265252 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25796608 140732786149996 140732786152796 140732786152796 140732786155471 0
[pid=21803/tid=21866] ppid=21800 vsize=11008352 memory=7156903026901594666 CPUtime=1.13 cores=1,3,5,7
/proc/21803/task/21866/stat : 21866 (java) R 21800 21803 19646 0 -1 4202560 3817 12910 0 0 105 1 5 2 20 0 15 0 232182375 11272552448 66130 33554432000 4194304 4196468 140732786145856 140374851353200 140375346366792 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25796608 140732786149996 140732786152796 140732786152796 140732786155471 0
[pid=21803/tid=21867] ppid=21800 vsize=11008352 memory=2196 CPUtime=1.13 cores=1,3,5,7
/proc/21803/task/21867/stat : 21867 (java) S 21800 21803 19646 0 -1 1077944384 3529 12910 0 0 105 1 5 2 20 0 15 0 232182375 11272552448 66130 33554432000 4194304 4196468 140732786145856 140374850300656 140375360359042 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25796608 140732786149996 140732786152796 140732786152796 140732786155471 0
[pid=21803/tid=21868] ppid=21800 vsize=11008352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21803/task/21868/stat : 21868 (java) S 21800 21803 19646 0 -1 1077944384 3 12910 0 0 0 0 5 2 20 0 15 0 232182375 11272552448 66130 33554432000 4194304 4196468 140732786145856 140373355654240 140375360358101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25796608 140732786149996 140732786152796 140732786152796 140732786155471 0
[pid=21803/tid=21869] ppid=21800 vsize=11008352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21803/task/21869/stat : 21869 (java) S 21800 21803 19646 0 -1 1077944384 1 12910 0 0 0 0 5 2 20 0 15 0 232182376 11272552448 66130 33554432000 4194304 4196468 140732786145856 140374849247536 140375360359042 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25796608 140732786149996 140732786152796 140732786152796 140732786155471 0
Current children cumulated CPU time: 5.97 s
Current children cumulated vsize: 11008352 KiB
Current children cumulated memory: 264520 KiB

[startup+4.49888 s]
# the end of solver process 21803 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=8.96018 s, system=0.259297 s

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

[startup+3.20187 s]
/proc/loadavg: 1.67 1.48 1.42 4/215 21869
/proc/meminfo: memFree=17726808/32770624 swapFree=67108196/67108860
[pid=21803] ppid=21800 vsize=11010400 memory=265344 CPUtime=6.18 cores=1,3,5,7
/proc/21803/stat : 21803 (java) S 21800 21803 19646 0 -1 1077944320 39292 12910 0 0 595 16 5 2 20 0 15 0 232182361 11274649600 66336 33554432000 4194304 4196468 140732786145856 140732786128400 140375360347895 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 25796608 140732786149996 140732786152796 140732786152796 140732786155471 0
/proc/21803/statm: 2752600 66336 3498 1 0 2714253 0
[pid=21803/tid=21856] ppid=21800 vsize=11010400 memory=281413505570848 CPUtime=3.06 cores=1,3,5,7
/proc/21803/task/21856/stat : 21856 (java) R 21800 21803 19646 0 -1 4202560 26920 12910 0 0 290 9 5 2 20 0 15 0 232182370 11274649600 66336 33554432000 4194304 4196468 140732786145856 140375332178840 140374916017648 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25796608 140732786149996 140732786152796 140732786152796 140732786155471 0
[pid=21803/tid=21857] ppid=21800 vsize=11010400 memory=6656426216303648864 CPUtime=0.1 cores=1,3,5,7
/proc/21803/task/21857/stat : 21857 (java) S 21800 21803 19646 0 -1 1077944384 49 12910 0 0 3 0 5 2 20 0 15 0 232182370 11274649600 66336 33554432000 4194304 4196468 140732786145856 140375364590352 140375360358101 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25796608 140732786149996 140732786152796 140732786152796 140732786155471 0
[pid=21803/tid=21858] ppid=21800 vsize=11010400 memory=6944656592455360604 CPUtime=0.09 cores=1,3,5,7
/proc/21803/task/21858/stat : 21858 (java) S 21800 21803 19646 0 -1 1077944384 30 12910 0 0 2 0 5 2 20 0 15 0 232182370 11274649600 66336 33554432000 4194304 4196468 140732786145856 140374900005776 140375360358101 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25796608 140732786149996 140732786152796 140732786152796 140732786155471 0
[pid=21803/tid=21859] ppid=21800 vsize=11010400 memory=281413504991472 CPUtime=0.1 cores=1,3,5,7
/proc/21803/task/21859/stat : 21859 (java) S 21800 21803 19646 0 -1 1077944384 203 12910 0 0 3 0 5 2 20 0 15 0 232182370 11274649600 66336 33554432000 4194304 4196468 140732786145856 140374898953232 140375360358101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25796608 140732786149996 140732786152796 140732786152796 140732786155471 0
[pid=21803/tid=21860] ppid=21800 vsize=11010400 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/21803/task/21860/stat : 21860 (java) S 21800 21803 19646 0 -1 1077944384 86 12910 0 0 2 0 5 2 20 0 15 0 232182370 11274649600 66336 33554432000 4194304 4196468 140732786145856 140374897900688 140375360358101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25796608 140732786149996 140732786152796 140732786152796 140732786155471 0
[pid=21803/tid=21861] ppid=21800 vsize=11010400 memory=-5937291674679385897 CPUtime=0.1 cores=1,3,5,7
/proc/21803/task/21861/stat : 21861 (java) S 21800 21803 19646 0 -1 1077944384 502 12910 0 0 3 0 5 2 20 0 15 0 232182372 11274649600 66336 33554432000 4194304 4196468 140732786145856 140374853457904 140375360359042 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25796608 140732786149996 140732786152796 140732786152796 140732786155471 0
[pid=21803/tid=21862] ppid=21800 vsize=11010400 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21803/task/21862/stat : 21862 (java) S 21800 21803 19646 0 -1 1077944384 14 12910 0 0 0 0 5 2 20 0 15 0 232182372 11274649600 66336 33554432000 4194304 4196468 140732786145856 140374160958432 140375360358101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25796608 140732786149996 140732786152796 140732786152796 140732786155471 0
[pid=21803/tid=21863] ppid=21800 vsize=11010400 memory=3763074376526149428 CPUtime=0.07 cores=1,3,5,7
/proc/21803/task/21863/stat : 21863 (java) S 21800 21803 19646 0 -1 1077944384 42 12910 0 0 0 0 5 2 20 0 15 0 232182373 11274649600 66336 33554432000 4194304 4196468 140732786145856 140374093845504 140375360358101 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25796608 140732786149996 140732786152796 140732786152796 140732786155471 0
[pid=21803/tid=21864] ppid=21800 vsize=11010400 memory=301741373374332954 CPUtime=0.07 cores=1,3,5,7
/proc/21803/task/21864/stat : 21864 (java) S 21800 21803 19646 0 -1 1077944384 3 12910 0 0 0 0 5 2 20 0 15 0 232182375 11274649600 66336 33554432000 4194304 4196468 140732786145856 140373786450128 140375360366491 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25796608 140732786149996 140732786152796 140732786152796 140732786155471 0
[pid=21803/tid=21865] ppid=21800 vsize=11010400 memory=316378093722009915 CPUtime=0.75 cores=1,3,5,7
/proc/21803/task/21865/stat : 21865 (java) R 21800 21803 19646 0 -1 1077944384 1774 12910 0 0 67 1 5 2 20 0 15 0 232182375 11274649600 66336 33554432000 4194304 4196468 140732786145856 140374852405872 140375360358101 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25796608 140732786149996 140732786152796 140732786152796 140732786155471 0
[pid=21803/tid=21866] ppid=21800 vsize=11010400 memory=14126766767749247 CPUtime=1.17 cores=1,3,5,7
/proc/21803/task/21866/stat : 21866 (java) S 21800 21803 19646 0 -1 1077944384 3841 12910 0 0 109 1 5 2 20 0 15 0 232182375 11274649600 66336 33554432000 4194304 4196468 140732786145856 140374851353200 140375360359042 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25796608 140732786149996 140732786152796 140732786152796 140732786155471 0
[pid=21803/tid=21867] ppid=21800 vsize=11010400 memory=8305307729386299488 CPUtime=1.19 cores=1,3,5,7
/proc/21803/task/21867/stat : 21867 (java) R 21800 21803 19646 0 -1 4202560 3642 12910 0 0 111 1 5 2 20 0 15 0 232182375 11274649600 66336 33554432000 4194304 4196468 140732786145856 140374850298448 140375360359830 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25796608 140732786149996 140732786152796 140732786152796 140732786155471 0
[pid=21803/tid=21868] ppid=21800 vsize=11010400 memory=-7025452035940392864 CPUtime=0.07 cores=1,3,5,7
/proc/21803/task/21868/stat : 21868 (java) S 21800 21803 19646 0 -1 1077944384 3 12910 0 0 0 0 5 2 20 0 15 0 232182375 11274649600 66336 33554432000 4194304 4196468 140732786145856 140373355654240 140375360358101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25796608 140732786149996 140732786152796 140732786152796 140732786155471 0
[pid=21803/tid=21869] ppid=21800 vsize=11010400 memory=-8253362762724047225 CPUtime=0.07 cores=1,3,5,7
/proc/21803/task/21869/stat : 21869 (java) S 21800 21803 19646 0 -1 1077944384 1 12910 0 0 0 0 5 2 20 0 15 0 232182376 11274649600 66336 33554432000 4194304 4196468 140732786145856 140374849247536 140375360359042 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25796608 140732786149996 140732786152796 140732786152796 140732786155471 0
Current children cumulated CPU time: 6.18 s
Current children cumulated vsize: 11010400 KiB
Current children cumulated memory: 265344 KiB

[startup+4.00312 s]*
/proc/loadavg: 1.67 1.48 1.42 5/215 21869
/proc/meminfo: memFree=17673488/32770624 swapFree=67108196/67108860
[pid=21803] ppid=21800 vsize=11077984 memory=312064 CPUtime=8.56 cores=1,3,5,7
/proc/21803/stat : 21803 (java) S 21800 21803 19646 0 -1 1077944320 69088 12910 0 0 830 19 5 2 20 0 15 0 232182361 11343855616 78016 33554432000 4194304 4196468 140732786145856 140732786128400 140375360347895 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 25796608 140732786149996 140732786152796 140732786152796 140732786155471 0
/proc/21803/statm: 2769496 78016 3503 1 0 2731149 0
[pid=21803/tid=21856] ppid=21800 vsize=11077984 memory=-8540663193526752614 CPUtime=3.85 cores=1,3,5,7
/proc/21803/task/21856/stat : 21856 (java) R 21800 21803 19646 0 -1 4202560 45960 12910 0 0 367 11 5 2 20 0 15 0 232182370 11343855616 78016 33554432000 4194304 4196468 140732786145856 140375332177504 140375344428382 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25796608 140732786149996 140732786152796 140732786152796 140732786155471 0
[pid=21803/tid=21857] ppid=21800 vsize=11077984 memory=4211974433105239434 CPUtime=0.1 cores=1,3,5,7
/proc/21803/task/21857/stat : 21857 (java) S 21800 21803 19646 0 -1 1077944384 49 12910 0 0 3 0 5 2 20 0 15 0 232182370 11343855616 78016 33554432000 4194304 4196468 140732786145856 140375364590352 140375360358101 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25796608 140732786149996 140732786152796 140732786152796 140732786155471 0
[pid=21803/tid=21858] ppid=21800 vsize=11077984 memory=7872837893559680230 CPUtime=0.09 cores=1,3,5,7
/proc/21803/task/21858/stat : 21858 (java) S 21800 21803 19646 0 -1 1077944384 30 12910 0 0 2 0 5 2 20 0 15 0 232182370 11343855616 78016 33554432000 4194304 4196468 140732786145856 140374900005776 140375360358101 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25796608 140732786149996 140732786152796 140732786152796 140732786155471 0
[pid=21803/tid=21859] ppid=21800 vsize=11077984 memory=-7101718590825193272 CPUtime=0.1 cores=1,3,5,7
/proc/21803/task/21859/stat : 21859 (java) S 21800 21803 19646 0 -1 1077944384 203 12910 0 0 3 0 5 2 20 0 15 0 232182370 11343855616 78016 33554432000 4194304 4196468 140732786145856 140374898953232 140375360358101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25796608 140732786149996 140732786152796 140732786152796 140732786155471 0
[pid=21803/tid=21860] ppid=21800 vsize=11077984 memory=3467831327761375280 CPUtime=0.09 cores=1,3,5,7
/proc/21803/task/21860/stat : 21860 (java) S 21800 21803 19646 0 -1 1077944384 86 12910 0 0 2 0 5 2 20 0 15 0 232182370 11343855616 78016 33554432000 4194304 4196468 140732786145856 140374897900688 140375360358101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25796608 140732786149996 140732786152796 140732786152796 140732786155471 0
[pid=21803/tid=21861] ppid=21800 vsize=11077984 memory=3461502689925596897 CPUtime=0.1 cores=1,3,5,7
/proc/21803/task/21861/stat : 21861 (java) S 21800 21803 19646 0 -1 1077944384 526 12910 0 0 3 0 5 2 20 0 15 0 232182372 11343855616 78016 33554432000 4194304 4196468 140732786145856 140374853457904 140375360359042 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25796608 140732786149996 140732786152796 140732786152796 140732786155471 0
[pid=21803/tid=21862] ppid=21800 vsize=11077984 memory=8097827316026060847 CPUtime=0.07 cores=1,3,5,7
/proc/21803/task/21862/stat : 21862 (java) S 21800 21803 19646 0 -1 1077944384 14 12910 0 0 0 0 5 2 20 0 15 0 232182372 11343855616 78016 33554432000 4194304 4196468 140732786145856 140374160958432 140375360358101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25796608 140732786149996 140732786152796 140732786152796 140732786155471 0
[pid=21803/tid=21863] ppid=21800 vsize=11077984 memory=7084820200048181347 CPUtime=0.07 cores=1,3,5,7
/proc/21803/task/21863/stat : 21863 (java) S 21800 21803 19646 0 -1 1077944384 42 12910 0 0 0 0 5 2 20 0 15 0 232182373 11343855616 78016 33554432000 4194304 4196468 140732786145856 140374093845504 140375360358101 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25796608 140732786149996 140732786152796 140732786152796 140732786155471 0
[pid=21803/tid=21864] ppid=21800 vsize=11077984 memory=8171313558828896343 CPUtime=0.07 cores=1,3,5,7
/proc/21803/task/21864/stat : 21864 (java) S 21800 21803 19646 0 -1 1077944384 3 12910 0 0 0 0 5 2 20 0 15 0 232182375 11343855616 78016 33554432000 4194304 4196468 140732786145856 140373786450128 140375360366491 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25796608 140732786149996 140732786152796 140732786152796 140732786155471 0
[pid=21803/tid=21865] ppid=21800 vsize=11077984 memory=0 CPUtime=1.28 cores=1,3,5,7
/proc/21803/task/21865/stat : 21865 (java) R 21800 21803 19646 0 -1 1077944384 4004 12910 0 0 120 1 5 2 20 0 15 0 232182375 11343855616 78016 33554432000 4194304 4196468 140732786145856 140374852405744 140375360359042 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25796608 140732786149996 140732786152796 140732786152796 140732786155471 0
[pid=21803/tid=21866] ppid=21800 vsize=11077984 memory=8319679319876133167 CPUtime=1.89 cores=1,3,5,7
/proc/21803/task/21866/stat : 21866 (java) R 21800 21803 19646 0 -1 4202560 9228 12910 0 0 180 2 5 2 20 0 15 0 232182375 11343855616 78016 33554432000 4194304 4196468 140732786145856 140374851337688 140375344737749 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25796608 140732786149996 140732786152796 140732786152796 140732786155471 0
[pid=21803/tid=21867] ppid=21800 vsize=11077984 memory=3472469003128129196 CPUtime=1.52 cores=1,3,5,7
/proc/21803/task/21867/stat : 21867 (java) R 21800 21803 19646 0 -1 4202560 6749 12910 0 0 144 1 5 2 20 0 15 0 232182375 11343855616 78016 33554432000 4194304 4196468 140732786145856 140374850300656 140375340661314 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25796608 140732786149996 140732786152796 140732786152796 140732786155471 0
[pid=21803/tid=21868] ppid=21800 vsize=11077984 memory=2314885530816952940 CPUtime=0.07 cores=1,3,5,7
/proc/21803/task/21868/stat : 21868 (java) S 21800 21803 19646 0 -1 1077944384 3 12910 0 0 0 0 5 2 20 0 15 0 232182375 11343855616 78016 33554432000 4194304 4196468 140732786145856 140373355654240 140375360358101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25796608 140732786149996 140732786152796 140732786152796 140732786155471 0
[pid=21803/tid=21869] ppid=21800 vsize=11077984 memory=2315026237718902409 CPUtime=0.07 cores=1,3,5,7
/proc/21803/task/21869/stat : 21869 (java) S 21800 21803 19646 0 -1 1077944384 12 12910 0 0 0 0 5 2 20 0 15 0 232182376 11343855616 78016 33554432000 4194304 4196468 140732786145856 140374849247536 140375360359042 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25796608 140732786149996 140732786152796 140732786152796 140732786155471 0
Current children cumulated CPU time: 8.56 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 312064 KiB

[startup+4.40976 s]
/proc/loadavg: 1.67 1.48 1.42 2/202 21870
/proc/meminfo: memFree=17962232/32770624 swapFree=67108196/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0
Real time (s): 4.49897
CPU time (s): 9.21947
CPU user time (s): 8.96018
CPU system time (s): 0.259297
CPU usage (%): 204.924
Max. virtual memory (cumulated for all children) (KiB): 11082792
Max. memory (cumulated for all children) (KiB): 319144

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.96018
system time used= 0.259297
maximum resident set size= 321360
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 85509
page faults= 0
swaps= 0
block input operations= 0
block output operations= 184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7231
involuntary context switches= 125


# summary of solver processes directly reported to runsolver:
#   pid: 21803
#   total CPU time (s): 9.21947
#   total CPU user time (s): 8.96018
#   total CPU system time (s): 0.259297

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.054559 second user time and 0.081343 second system time

The end

Launcher Data

Begin job on node151 at 2018-08-13 09:43:12
IDJOB=4304751
IDBENCH=141634
IDSOLVER=2780
FILE ID=node151/4304751-1534146192
RUNJOBID= node151-1534138766-20508
PBS_JOBID= 21037016
Free space on /tmp= 41228 MiB

SOLVER NAME= Concrete 3.9.2
BENCH NAME= XCSP18/SteelMillSlab/SteelMillSlab-m1-simple_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4304751-1534146192/watcher-4304751-1534146192 -o /tmp/evaluation-result-4304751-1534146192/solver-4304751-1534146192 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1534138766-20508 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=1797892740 HOME/instance-4304751-1534146192.xml

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

MD5SUM BENCH= 5b0471201a80cf29b9165f742e9eb3a6
RANDOM SEED=1797892740

node151.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.87
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.87
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.87
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.87
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:        17972924 kB
MemAvailable:   31289208 kB
Buffers:          220680 kB
Cached:         13208392 kB
SwapCached:           16 kB
Active:          6500704 kB
Inactive:        7599680 kB
Active(anon):     620800 kB
Inactive(anon):   102564 kB
Active(file):    5879904 kB
Inactive(file):  7497116 kB
Unevictable:        7836 kB
Mlocked:            7836 kB
SwapTotal:      67108860 kB
SwapFree:       67108196 kB
Dirty:             26460 kB
Writeback:            16 kB
AnonPages:        678880 kB
Mapped:            73320 kB
Shmem:             49524 kB
Slab:             395636 kB
SReclaimable:     367724 kB
SUnreclaim:        27912 kB
KernelStack:        3520 kB
PageTables:         6768 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1858624 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    595968 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 41200 MiB
End job on node151 at 2018-08-13 09:43:16