Trace number 4301691

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) 260.142 93.6805

General information on the benchmark

NameFapp/Fapp-m2s/
Fapp-m2s-20-0420_c18.xml
MD5SUMa9a1ecda6b6f8f1e99c2d233168bcaa1
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark506362597
Best CPU time to get the best result obtained on this benchmark93.0681
Satisfiable
(Un)Satisfiability was proved
Number of variables7590
Number of constraints4736
Number of domains77
Minimum domain size1
Maximum domain size151
Distribution of domain sizes[{"size":1,"count":5},{"size":2,"count":2665},{"size":11,"count":2250},{"size":12,"count":1},{"size":25,"count":16},{"size":29,"count":112},{"size":33,"count":7},{"size":35,"count":61},{"size":39,"count":31},{"size":41,"count":3},{"size":44,"count":12},{"size":45,"count":29},{"size":47,"count":9},{"size":48,"count":23},{"size":49,"count":22},{"size":50,"count":3},{"size":51,"count":51},{"size":52,"count":61},{"size":54,"count":8},{"size":57,"count":6},{"size":58,"count":4},{"size":59,"count":3},{"size":60,"count":3},{"size":61,"count":12},{"size":63,"count":25},"...",{"size":92,"count":2}, {"size":93,"count":25}, {"size":97,"count":3}, {"size":101,"count":4}, {"size":102,"count":9}, {"size":103,"count":191}, {"size":105,"count":1}, {"size":108,"count":5}, {"size":109,"count":2}, {"size":111,"count":1}, {"size":112,"count":6}, {"size":115,"count":10}, {"size":116,"count":22}, {"size":118,"count":95}, {"size":122,"count":59}, {"size":123,"count":1}, {"size":124,"count":1}, {"size":125,"count":117}, {"size":126,"count":92}, {"size":127,"count":5}, {"size":137,"count":27}, {"size":138,"count":29}, {"size":140,"count":24}, {"size":141,"count":77}, {"size":151,"count":1259}]
Minimum variable degree2
Maximum variable degree2251
Distribution of variable degrees[{"degree":2,"count":6752},{"degree":3,"count":9},{"degree":4,"count":14},{"degree":5,"count":23},{"degree":6,"count":28},{"degree":7,"count":33},{"degree":8,"count":45},{"degree":9,"count":53},{"degree":10,"count":63},{"degree":11,"count":79},{"degree":12,"count":105},{"degree":13,"count":196},{"degree":14,"count":147},{"degree":15,"count":22},{"degree":16,"count":8},{"degree":17,"count":9},{"degree":18,"count":1},{"degree":19,"count":1},{"degree":20,"count":1},{"degree":2251,"count":1}]
Minimum constraint arity2
Maximum constraint arity6
Distribution of constraint arities[{"arity":2,"count":237},{"arity":3,"count":2249},{"arity":6,"count":2250}]
Number of extensional constraints2250
Number of intensional constraints2486
Distribution of constraint types[{"type":"extension","count":2250},{"type":"intension","count":2486}]
Optimization problemYES
Type of objectivemin SUM

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4301691-1532883698/watcher-4301691-1532883698 -o /tmp/evaluation-result-4301691-1532883698/solver-4301691-1532883698 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node151-1532877021-22035 --watchdog 312 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4301691-1532883698.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=28172, runsolver pid=28169

[startup+0.100123 s]*
/proc/loadavg: 3.91 3.48 2.95 3/217 28187
/proc/meminfo: memFree=26790504/32770624 swapFree=67108860/67108860
[pid=28172] ppid=28169 vsize=10659012 memory=30664 CPUtime=0.12 cores=0,2,4,6
/proc/28172/stat : 28172 (java) S 28169 28172 22004 0 -1 1077944320 6735 0 0 0 10 2 0 0 20 0 15 0 105933083 10914828288 7666 33554432000 4194304 4196468 140725633980080 140725633962624 140088614813431 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 30793728 140725633987702 140725633987854 140725633987854 140725633990607 0
/proc/28172/statm: 2664753 7666 2822 1 0 2627263 0
[pid=28172/tid=28174] ppid=28169 vsize=10659012 memory=-8773748148830113661 CPUtime=0.09 cores=0,2,4,6
/proc/28172/task/28174/stat : 28174 (java) R 28169 28172 22004 0 -1 4202560 4580 0 0 0 7 2 0 0 20 0 15 0 105933084 10914828288 7666 33554432000 4194304 4196468 140725633980080 140088619035200 140088598893918 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30793728 140725633987702 140725633987854 140725633987854 140725633990607 0
[pid=28172/tid=28175] ppid=28169 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28172/task/28175/stat : 28175 (java) S 28169 28172 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105933085 10914828288 7666 33554432000 4194304 4196468 140725633980080 140088551504528 140088614823637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30793728 140725633987702 140725633987854 140725633987854 140725633990607 0
[pid=28172/tid=28176] ppid=28169 vsize=10659012 memory=140454948472448 CPUtime=0 cores=0,2,4,6
/proc/28172/task/28176/stat : 28176 (java) S 28169 28172 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105933085 10914828288 7666 33554432000 4194304 4196468 140725633980080 140088550451728 140088614823637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30793728 140725633987702 140725633987854 140725633987854 140725633990607 0
[pid=28172/tid=28177] ppid=28169 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28172/task/28177/stat : 28177 (java) S 28169 28172 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105933085 10914828288 7666 33554432000 4194304 4196468 140725633980080 140088549398928 140088614823637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30793728 140725633987702 140725633987854 140725633987854 140725633990607 0
[pid=28172/tid=28178] ppid=28169 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28172/task/28178/stat : 28178 (java) S 28169 28172 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105933085 10914828288 7666 33554432000 4194304 4196468 140725633980080 140088548346128 140088614823637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30793728 140725633987702 140725633987854 140725633987854 140725633990607 0
[pid=28172/tid=28179] ppid=28169 vsize=10659012 memory=140454948472448 CPUtime=0 cores=0,2,4,6
/proc/28172/task/28179/stat : 28179 (java) S 28169 28172 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105933086 10914828288 7666 33554432000 4194304 4196468 140725633980080 140088107088752 140088614824578 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30793728 140725633987702 140725633987854 140725633987854 140725633990607 0
[pid=28172/tid=28180] ppid=28169 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28172/task/28180/stat : 28180 (java) S 28169 28172 22004 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105933087 10914828288 7666 33554432000 4194304 4196468 140725633980080 140088106034720 140088614823637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30793728 140725633987702 140725633987854 140725633987854 140725633990607 0
[pid=28172/tid=28181] ppid=28169 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28172/task/28181/stat : 28181 (java) S 28169 28172 22004 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105933087 10914828288 7666 33554432000 4194304 4196468 140725633980080 140088104981872 140088614823637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30793728 140725633987702 140725633987854 140725633987854 140725633990607 0
[pid=28172/tid=28182] ppid=28169 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28172/task/28182/stat : 28182 (java) S 28169 28172 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105933089 10914828288 7666 33554432000 4194304 4196468 140725633980080 140088103930192 140088614832027 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30793728 140725633987702 140725633987854 140725633987854 140725633990607 0
[pid=28172/tid=28183] ppid=28169 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28172/task/28183/stat : 28183 (java) S 28169 28172 22004 0 -1 1077944384 437 0 0 0 0 0 0 0 20 0 15 0 105933089 10914828288 7666 33554432000 4194304 4196468 140725633980080 140088102877552 140088614824578 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30793728 140725633987702 140725633987854 140725633987854 140725633990607 0
[pid=28172/tid=28184] ppid=28169 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28172/task/28184/stat : 28184 (java) S 28169 28172 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105933089 10914828288 7666 33554432000 4194304 4196468 140725633980080 140088101824752 140088614824578 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30793728 140725633987702 140725633987854 140725633987854 140725633990607 0
[pid=28172/tid=28185] ppid=28169 vsize=10659012 memory=140454948472448 CPUtime=0.02 cores=0,2,4,6
/proc/28172/task/28185/stat : 28185 (java) S 28169 28172 22004 0 -1 1077944384 351 0 0 0 2 0 0 0 20 0 15 0 105933089 10914828288 7666 33554432000 4194304 4196468 140725633980080 140088100771952 140088614824578 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30793728 140725633987702 140725633987854 140725633987854 140725633990607 0
[pid=28172/tid=28186] ppid=28169 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28172/task/28186/stat : 28186 (java) S 28169 28172 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105933089 10914828288 7666 33554432000 4194304 4196468 140725633980080 140088099719392 140088614823637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30793728 140725633987702 140725633987854 140725633987854 140725633990607 0
[pid=28172/tid=28187] ppid=28169 vsize=10659012 memory=140454948472448 CPUtime=0 cores=0,2,4,6
/proc/28172/task/28187/stat : 28187 (java) S 28169 28172 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105933089 10914828288 7666 33554432000 4194304 4196468 140725633980080 140088098667696 140088614824578 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30793728 140725633987702 140725633987854 140725633987854 140725633990607 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 30664 KiB

[startup+0.210946 s]*
/proc/loadavg: 3.91 3.48 2.95 4/217 28187
/proc/meminfo: memFree=26780064/32770624 swapFree=67108860/67108860
[pid=28172] ppid=28169 vsize=10659012 memory=42136 CPUtime=0.33 cores=0,2,4,6
/proc/28172/stat : 28172 (java) S 28169 28172 22004 0 -1 1077944320 8081 0 0 0 30 3 0 0 20 0 15 0 105933083 10914828288 10534 33554432000 4194304 4196468 140725633980080 140725633962624 140088614813431 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 30793728 140725633987702 140725633987854 140725633987854 140725633990607 0
/proc/28172/statm: 2664753 10534 3008 1 0 2627263 0
[pid=28172/tid=28174] ppid=28169 vsize=10659012 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/28172/task/28174/stat : 28174 (java) R 28169 28172 22004 0 -1 4202560 5042 0 0 0 18 2 0 0 20 0 15 0 105933084 10914828288 10534 33554432000 4194304 4196468 140725633980080 140088619044720 140088614835357 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30793728 140725633987702 140725633987854 140725633987854 140725633990607 0
[pid=28172/tid=28175] ppid=28169 vsize=10659012 memory=364 CPUtime=0 cores=0,2,4,6
/proc/28172/task/28175/stat : 28175 (java) S 28169 28172 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105933085 10914828288 10534 33554432000 4194304 4196468 140725633980080 140088551504528 140088614823637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30793728 140725633987702 140725633987854 140725633987854 140725633990607 0
[pid=28172/tid=28176] ppid=28169 vsize=10659012 memory=140454948494736 CPUtime=0 cores=0,2,4,6
/proc/28172/task/28176/stat : 28176 (java) S 28169 28172 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105933085 10914828288 10534 33554432000 4194304 4196468 140725633980080 140088550451728 140088614823637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30793728 140725633987702 140725633987854 140725633987854 140725633990607 0
[pid=28172/tid=28177] ppid=28169 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28172/task/28177/stat : 28177 (java) S 28169 28172 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105933085 10914828288 10534 33554432000 4194304 4196468 140725633980080 140088549398928 140088614823637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30793728 140725633987702 140725633987854 140725633987854 140725633990607 0
[pid=28172/tid=28178] ppid=28169 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28172/task/28178/stat : 28178 (java) S 28169 28172 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105933085 10914828288 10534 33554432000 4194304 4196468 140725633980080 140088548346128 140088614823637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30793728 140725633987702 140725633987854 140725633987854 140725633990607 0
[pid=28172/tid=28179] ppid=28169 vsize=10659012 memory=140454948472448 CPUtime=0 cores=0,2,4,6
/proc/28172/task/28179/stat : 28179 (java) S 28169 28172 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105933086 10914828288 10534 33554432000 4194304 4196468 140725633980080 140088107088752 140088614824578 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30793728 140725633987702 140725633987854 140725633987854 140725633990607 0
[pid=28172/tid=28180] ppid=28169 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28172/task/28180/stat : 28180 (java) S 28169 28172 22004 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105933087 10914828288 10534 33554432000 4194304 4196468 140725633980080 140088106034720 140088614823637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30793728 140725633987702 140725633987854 140725633987854 140725633990607 0
[pid=28172/tid=28181] ppid=28169 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28172/task/28181/stat : 28181 (java) S 28169 28172 22004 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105933087 10914828288 10534 33554432000 4194304 4196468 140725633980080 140088104981872 140088614823637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30793728 140725633987702 140725633987854 140725633987854 140725633990607 0
[pid=28172/tid=28182] ppid=28169 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28172/task/28182/stat : 28182 (java) S 28169 28172 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105933089 10914828288 10534 33554432000 4194304 4196468 140725633980080 140088103930192 140088614832027 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30793728 140725633987702 140725633987854 140725633987854 140725633990607 0
[pid=28172/tid=28183] ppid=28169 vsize=10659012 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/28172/task/28183/stat : 28183 (java) S 28169 28172 22004 0 -1 1077944384 736 0 0 0 2 0 0 0 20 0 15 0 105933089 10914828288 10534 33554432000 4194304 4196468 140725633980080 140088102877552 140088614824578 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30793728 140725633987702 140725633987854 140725633987854 140725633990607 0
[pid=28172/tid=28184] ppid=28169 vsize=10659012 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/28172/task/28184/stat : 28184 (java) S 28169 28172 22004 0 -1 1077944384 264 0 0 0 2 0 0 0 20 0 15 0 105933089 10914828288 10534 33554432000 4194304 4196468 140725633980080 140088101824752 140088614824578 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30793728 140725633987702 140725633987854 140725633987854 140725633990607 0
[pid=28172/tid=28185] ppid=28169 vsize=10659012 memory=140454948472448 CPUtime=0.07 cores=0,2,4,6
/proc/28172/task/28185/stat : 28185 (java) R 28169 28172 22004 0 -1 4202560 674 0 0 0 7 0 0 0 20 0 15 0 105933089 10914828288 10534 33554432000 4194304 4196468 140725633980080 140088100771952 140088598893918 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30793728 140725633987702 140725633987854 140725633987854 140725633990607 0
[pid=28172/tid=28186] ppid=28169 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28172/task/28186/stat : 28186 (java) S 28169 28172 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105933089 10914828288 10534 33554432000 4194304 4196468 140725633980080 140088099719392 140088614823637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30793728 140725633987702 140725633987854 140725633987854 140725633990607 0
[pid=28172/tid=28187] ppid=28169 vsize=10659012 memory=140454948472448 CPUtime=0 cores=0,2,4,6
/proc/28172/task/28187/stat : 28187 (java) S 28169 28172 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105933089 10914828288 10534 33554432000 4194304 4196468 140725633980080 140088098667696 140088614824578 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30793728 140725633987702 140725633987854 140725633987854 140725633990607 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 42136 KiB

[startup+0.311157 s]*
/proc/loadavg: 3.91 3.48 2.95 5/217 28187
/proc/meminfo: memFree=26765796/32770624 swapFree=67108860/67108860
[pid=28172] ppid=28169 vsize=10659012 memory=56768 CPUtime=0.6 cores=0,2,4,6
/proc/28172/stat : 28172 (java) S 28169 28172 22004 0 -1 1077944320 9738 0 0 0 57 3 0 0 20 0 15 0 105933083 10914828288 14192 33554432000 4194304 4196468 140725633980080 140725633962624 140088614813431 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 30793728 140725633987702 140725633987854 140725633987854 140725633990607 0
/proc/28172/statm: 2664753 14192 3047 1 0 2627263 0
[pid=28172/tid=28174] ppid=28169 vsize=10659012 memory=7311146985107750967 CPUtime=0.3 cores=0,2,4,6
/proc/28172/task/28174/stat : 28174 (java) R 28169 28172 22004 0 -1 4202560 5383 0 0 0 28 2 0 0 20 0 15 0 105933084 10914828288 14192 33554432000 4194304 4196468 140725633980080 140088619049536 140088614835357 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30793728 140725633987702 140725633987854 140725633987854 140725633990607 0
[pid=28172/tid=28175] ppid=28169 vsize=10659012 memory=288230600429797399 CPUtime=0 cores=0,2,4,6
/proc/28172/task/28175/stat : 28175 (java) S 28169 28172 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105933085 10914828288 14192 33554432000 4194304 4196468 140725633980080 140088551504528 140088614823637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30793728 140725633987702 140725633987854 140725633987854 140725633990607 0
[pid=28172/tid=28176] ppid=28169 vsize=10659012 memory=140454948494709 CPUtime=0 cores=0,2,4,6
/proc/28172/task/28176/stat : 28176 (java) S 28169 28172 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105933085 10914828288 14192 33554432000 4194304 4196468 140725633980080 140088550451728 140088614823637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30793728 140725633987702 140725633987854 140725633987854 140725633990607 0
[pid=28172/tid=28177] ppid=28169 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28172/task/28177/stat : 28177 (java) S 28169 28172 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105933085 10914828288 14192 33554432000 4194304 4196468 140725633980080 140088549398928 140088614823637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30793728 140725633987702 140725633987854 140725633987854 140725633990607 0
[pid=28172/tid=28178] ppid=28169 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28172/task/28178/stat : 28178 (java) S 28169 28172 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105933085 10914828288 14192 33554432000 4194304 4196468 140725633980080 140088548346128 140088614823637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30793728 140725633987702 140725633987854 140725633987854 140725633990607 0
[pid=28172/tid=28179] ppid=28169 vsize=10659012 memory=140454948472448 CPUtime=0 cores=0,2,4,6
/proc/28172/task/28179/stat : 28179 (java) S 28169 28172 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105933086 10914828288 14192 33554432000 4194304 4196468 140725633980080 140088107088752 140088614824578 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30793728 140725633987702 140725633987854 140725633987854 140725633990607 0
[pid=28172/tid=28180] ppid=28169 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28172/task/28180/stat : 28180 (java) S 28169 28172 22004 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105933087 10914828288 14192 33554432000 4194304 4196468 140725633980080 140088106034720 140088614823637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30793728 140725633987702 140725633987854 140725633987854 140725633990607 0
[pid=28172/tid=28181] ppid=28169 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28172/task/28181/stat : 28181 (java) S 28169 28172 22004 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105933087 10914828288 14192 33554432000 4194304 4196468 140725633980080 140088104981872 140088614823637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30793728 140725633987702 140725633987854 140725633987854 140725633990607 0
[pid=28172/tid=28182] ppid=28169 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28172/task/28182/stat : 28182 (java) S 28169 28172 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105933089 10914828288 14192 33554432000 4194304 4196468 140725633980080 140088103930192 140088614832027 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30793728 140725633987702 140725633987854 140725633987854 140725633990607 0
[pid=28172/tid=28183] ppid=28169 vsize=10659012 memory=0 CPUtime=0.06 cores=0,2,4,6
/proc/28172/task/28183/stat : 28183 (java) R 28169 28172 22004 0 -1 4202560 1299 0 0 0 6 0 0 0 20 0 15 0 105933089 10914828288 14192 33554432000 4194304 4196468 140725633980080 140088102858568 140088595513728 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30793728 140725633987702 140725633987854 140725633987854 140725633990607 0
[pid=28172/tid=28184] ppid=28169 vsize=10659012 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/28172/task/28184/stat : 28184 (java) R 28169 28172 22004 0 -1 4202560 634 0 0 0 8 0 0 0 20 0 15 0 105933089 10914828288 14192 33554432000 4194304 4196468 140725633980080 140088101810632 140088596334291 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30793728 140725633987702 140725633987854 140725633987854 140725633990607 0
[pid=28172/tid=28185] ppid=28169 vsize=10659012 memory=140454948472448 CPUtime=0.13 cores=0,2,4,6
/proc/28172/task/28185/stat : 28185 (java) R 28169 28172 22004 0 -1 1077944384 1067 0 0 0 13 0 0 0 20 0 15 0 105933089 10914828288 14192 33554432000 4194304 4196468 140725633980080 140088100771952 140088614824578 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30793728 140725633987702 140725633987854 140725633987854 140725633990607 0
[pid=28172/tid=28186] ppid=28169 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28172/task/28186/stat : 28186 (java) S 28169 28172 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105933089 10914828288 14192 33554432000 4194304 4196468 140725633980080 140088099719392 140088614823637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30793728 140725633987702 140725633987854 140725633987854 140725633990607 0
[pid=28172/tid=28187] ppid=28169 vsize=10659012 memory=140454948472448 CPUtime=0 cores=0,2,4,6
/proc/28172/task/28187/stat : 28187 (java) S 28169 28172 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105933089 10914828288 14192 33554432000 4194304 4196468 140725633980080 140088098667696 140088614824578 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30793728 140725633987702 140725633987854 140725633987854 140725633990607 0
Current children cumulated CPU time: 0.6 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 56768 KiB

[startup+0.702146 s]
/proc/loadavg: 3.91 3.48 2.95 10/217 28187
/proc/meminfo: memFree=26577492/32770624 swapFree=67108860/67108860
[pid=28172] ppid=28169 vsize=10659012 memory=315212 CPUtime=1.6 cores=0,2,4,6
/proc/28172/stat : 28172 (java) S 28169 28172 22004 0 -1 1077944320 11331 0 0 0 138 22 0 0 20 0 15 0 105933083 10914828288 78803 33554432000 4194304 4196468 140725633980080 140725633962624 140088614813431 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 30793728 140725633987702 140725633987854 140725633987854 140725633990607 0
/proc/28172/statm: 2664753 78803 3086 1 0 2627263 0
[pid=28172/tid=28174] ppid=28169 vsize=10659012 memory=1840 CPUtime=0.6 cores=0,2,4,6
/proc/28172/task/28174/stat : 28174 (java) S 28169 28172 22004 0 -1 1077944384 5440 0 0 0 53 7 0 0 20 0 15 0 105933084 10914828288 78803 33554432000 4194304 4196468 140725633980080 140088619052512 140088614823637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30793728 140725633987702 140725633987854 140725633987854 140725633990607 0
[pid=28172/tid=28175] ppid=28169 vsize=10659012 memory=1004 CPUtime=0.06 cores=0,2,4,6
/proc/28172/task/28175/stat : 28175 (java) R 28169 28172 22004 0 -1 4202560 116 0 0 0 3 3 0 0 20 0 15 0 105933085 10914828288 78803 33554432000 4194304 4196468 140725633980080 140088551504728 140088607916148 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 30793728 140725633987702 140725633987854 140725633987854 140725633990607 0
[pid=28172/tid=28176] ppid=28169 vsize=10659012 memory=12060 CPUtime=0.07 cores=0,2,4,6
/proc/28172/task/28176/stat : 28176 (java) R 28169 28172 22004 0 -1 4202560 147 0 0 0 4 3 0 0 20 0 15 0 105933085 10914828288 78803 33554432000 4194304 4196468 140725633980080 140088550451728 140088607916148 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30793728 140725633987702 140725633987854 140725633987854 140725633990607 0
[pid=28172/tid=28177] ppid=28169 vsize=10659012 memory=5788 CPUtime=0.05 cores=0,2,4,6
/proc/28172/task/28177/stat : 28177 (java) R 28169 28172 22004 0 -1 4202560 129 0 0 0 3 2 0 0 20 0 15 0 105933085 10914828288 78803 33554432000 4194304 4196468 140725633980080 140088549398928 140088607910275 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30793728 140725633987702 140725633987854 140725633987854 140725633990607 0
[pid=28172/tid=28178] ppid=28169 vsize=10659012 memory=792 CPUtime=0.06 cores=0,2,4,6
/proc/28172/task/28178/stat : 28178 (java) R 28169 28172 22004 0 -1 4202560 135 0 0 0 3 3 0 0 20 0 15 0 105933085 10914828288 78803 33554432000 4194304 4196468 140725633980080 140088548346128 140088607916148 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30793728 140725633987702 140725633987854 140725633987854 140725633990607 0
[pid=28172/tid=28179] ppid=28169 vsize=10659012 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/28172/task/28179/stat : 28179 (java) S 28169 28172 22004 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 105933086 10914828288 78803 33554432000 4194304 4196468 140725633980080 140088107087264 140088614823637 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30793728 140725633987702 140725633987854 140725633987854 140725633990607 0
[pid=28172/tid=28180] ppid=28169 vsize=10659012 memory=1944 CPUtime=0 cores=0,2,4,6
/proc/28172/task/28180/stat : 28180 (java) S 28169 28172 22004 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105933087 10914828288 78803 33554432000 4194304 4196468 140725633980080 140088106034720 140088614823637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30793728 140725633987702 140725633987854 140725633987854 140725633990607 0
[pid=28172/tid=28181] ppid=28169 vsize=10659012 memory=1416 CPUtime=0 cores=0,2,4,6
/proc/28172/task/28181/stat : 28181 (java) S 28169 28172 22004 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105933087 10914828288 78803 33554432000 4194304 4196468 140725633980080 140088104981872 140088614823637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30793728 140725633987702 140725633987854 140725633987854 140725633990607 0
[pid=28172/tid=28182] ppid=28169 vsize=10659012 memory=4612 CPUtime=0 cores=0,2,4,6
/proc/28172/task/28182/stat : 28182 (java) S 28169 28172 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105933089 10914828288 78803 33554432000 4194304 4196468 140725633980080 140088103930192 140088614832027 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30793728 140725633987702 140725633987854 140725633987854 140725633990607 0
[pid=28172/tid=28183] ppid=28169 vsize=10659012 memory=7163631965283378496 CPUtime=0.3 cores=0,2,4,6
/proc/28172/task/28183/stat : 28183 (java) S 28169 28172 22004 0 -1 1077944384 2038 0 0 0 30 0 0 0 20 0 15 0 105933089 10914828288 78803 33554432000 4194304 4196468 140725633980080 140088102877552 140088614824578 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30793728 140725633987702 140725633987854 140725633987854 140725633990607 0
[pid=28172/tid=28184] ppid=28169 vsize=10659012 memory=7667213801450137426 CPUtime=0.24 cores=0,2,4,6
/proc/28172/task/28184/stat : 28184 (java) S 28169 28172 22004 0 -1 1077944384 801 0 0 0 24 0 0 0 20 0 15 0 105933089 10914828288 78803 33554432000 4194304 4196468 140725633980080 140088101824752 140088614824578 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30793728 140725633987702 140725633987854 140725633987854 140725633990607 0
[pid=28172/tid=28185] ppid=28169 vsize=10659012 memory=7079773312675500112 CPUtime=0.15 cores=0,2,4,6
/proc/28172/task/28185/stat : 28185 (java) S 28169 28172 22004 0 -1 1077944384 1090 0 0 0 15 0 0 0 20 0 15 0 105933089 10914828288 78803 33554432000 4194304 4196468 140725633980080 140088100771952 140088614824578 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30793728 140725633987702 140725633987854 140725633987854 140725633990607 0
[pid=28172/tid=28186] ppid=28169 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28172/task/28186/stat : 28186 (java) S 28169 28172 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105933089 10914828288 78803 33554432000 4194304 4196468 140725633980080 140088099719392 140088614823637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30793728 140725633987702 140725633987854 140725633987854 140725633990607 0
[pid=28172/tid=28187] ppid=28169 vsize=10659012 memory=31396 CPUtime=0 cores=0,2,4,6
/proc/28172/task/28187/stat : 28187 (java) S 28169 28172 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105933089 10914828288 78803 33554432000 4194304 4196468 140725633980080 140088098667696 140088614824578 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30793728 140725633987702 140725633987854 140725633987854 140725633990607 0
Current children cumulated CPU time: 1.6 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 315212 KiB

[startup+1.50113 s]
/proc/loadavg: 4.15 3.53 2.97 10/217 28187
/proc/meminfo: memFree=25973844/32770624 swapFree=67108860/67108860
[pid=28172] ppid=28169 vsize=10659088 memory=617240 CPUtime=3.86 cores=0,2,4,6
/proc/28172/stat : 28172 (java) S 28169 28172 22004 0 -1 1077944320 15623 0 0 0 339 47 0 0 20 0 15 0 105933083 10914906112 154310 33554432000 4194304 4196468 140725633980080 140725633962624 140088614813431 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 30793728 140725633987702 140725633987854 140725633987854 140725633990607 0
/proc/28172/statm: 2664772 154310 3150 1 0 2627263 0
[pid=28172/tid=28174] ppid=28169 vsize=10659088 memory=0 CPUtime=1.25 cores=0,2,4,6
/proc/28172/task/28174/stat : 28174 (java) R 28169 28172 22004 0 -1 4202560 6005 0 0 0 116 9 0 0 20 0 15 0 105933084 10914906112 154310 33554432000 4194304 4196468 140725633980080 140088619048584 140088229894760 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 30793728 140725633987702 140725633987854 140725633987854 140725633990607 0
[pid=28172/tid=28175] ppid=28169 vsize=10659088 memory=-6951259422114956437 CPUtime=0.18 cores=0,2,4,6
/proc/28172/task/28175/stat : 28175 (java) S 28169 28172 22004 0 -1 1077944384 347 0 0 0 10 8 0 0 20 0 15 0 105933085 10914906112 154310 33554432000 4194304 4196468 140725633980080 140088551504528 140088614823637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30793728 140725633987702 140725633987854 140725633987854 140725633990607 0
[pid=28172/tid=28176] ppid=28169 vsize=10659088 memory=-6509546260019855295 CPUtime=0.19 cores=0,2,4,6
/proc/28172/task/28176/stat : 28176 (java) S 28169 28172 22004 0 -1 1077944384 452 0 0 0 11 8 0 0 20 0 15 0 105933085 10914906112 154310 33554432000 4194304 4196468 140725633980080 140088550451728 140088614823637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30793728 140725633987702 140725633987854 140725633987854 140725633990607 0
[pid=28172/tid=28177] ppid=28169 vsize=10659088 memory=-7390251449858225344 CPUtime=0.18 cores=0,2,4,6
/proc/28172/task/28177/stat : 28177 (java) S 28169 28172 22004 0 -1 1077944384 483 0 0 0 10 8 0 0 20 0 15 0 105933085 10914906112 154310 33554432000 4194304 4196468 140725633980080 140088549398928 140088614823637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30793728 140725633987702 140725633987854 140725633987854 140725633990607 0
[pid=28172/tid=28178] ppid=28169 vsize=10659088 memory=4134692831991786133 CPUtime=0.18 cores=0,2,4,6
/proc/28172/task/28178/stat : 28178 (java) S 28169 28172 22004 0 -1 1077944384 487 0 0 0 10 8 0 0 20 0 15 0 105933085 10914906112 154310 33554432000 4194304 4196468 140725633980080 140088548346128 140088614823637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30793728 140725633987702 140725633987854 140725633987854 140725633990607 0
[pid=28172/tid=28179] ppid=28169 vsize=10659088 memory=-7165351541977658656 CPUtime=0 cores=0,2,4,6
/proc/28172/task/28179/stat : 28179 (java) S 28169 28172 22004 0 -1 1077944384 432 0 0 0 0 0 0 0 20 0 15 0 105933086 10914906112 154310 33554432000 4194304 4196468 140725633980080 140088107088752 140088614824578 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30793728 140725633987702 140725633987854 140725633987854 140725633990607 0

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

/proc/28172/statm: 2665284 2082603 3188 1 0 2627775 0
[pid=28172/tid=28174] ppid=28169 vsize=10661136 memory=960 CPUtime=26.03 cores=0,2,4,6
/proc/28172/task/28174/stat : 28174 (java) S 28169 28172 22004 0 -1 1077944384 27097 0 0 0 2572 31 0 0 20 0 15 0 105933084 10917003264 2082603 33554432000 4194304 4196468 140725633980080 140088619049408 140088614823637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30793728 140725633987702 140725633987854 140725633987854 140725633990607 0
[pid=28172/tid=28175] ppid=28169 vsize=10661136 memory=4028 CPUtime=52.23 cores=0,2,4,6
/proc/28172/task/28175/stat : 28175 (java) R 28169 28172 22004 0 -1 4202560 226882 0 0 0 5083 140 0 0 20 0 15 0 105933085 10917003264 2082603 33554432000 4194304 4196468 140725633980080 140088551504728 140088599511183 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30793728 140725633987702 140725633987854 140725633987854 140725633990607 0
[pid=28172/tid=28176] ppid=28169 vsize=10661136 memory=30212 CPUtime=51.89 cores=0,2,4,6
/proc/28172/task/28176/stat : 28176 (java) R 28169 28172 22004 0 -1 4202560 226628 0 0 0 5045 144 0 0 20 0 15 0 105933085 10917003264 2082603 33554432000 4194304 4196468 140725633980080 140088550451616 140088599764530 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30793728 140725633987702 140725633987854 140725633987854 140725633990607 0
[pid=28172/tid=28177] ppid=28169 vsize=10661136 memory=1296 CPUtime=51.74 cores=0,2,4,6
/proc/28172/task/28177/stat : 28177 (java) R 28169 28172 22004 0 -1 4202560 298773 0 0 0 5025 149 0 0 20 0 15 0 105933085 10917003264 2082603 33554432000 4194304 4196468 140725633980080 140088549398512 140088607441639 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30793728 140725633987702 140725633987854 140725633987854 140725633990607 0
[pid=28172/tid=28178] ppid=28169 vsize=10661136 memory=6791534058613427641 CPUtime=51.54 cores=0,2,4,6
/proc/28172/task/28178/stat : 28178 (java) R 28169 28172 22004 0 -1 4202560 185436 0 0 0 5010 144 0 0 20 0 15 0 105933085 10917003264 2082603 33554432000 4194304 4196468 140725633980080 140088548346024 140088607441639 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 30793728 140725633987702 140725633987854 140725633987854 140725633990607 0
[pid=28172/tid=28179] ppid=28169 vsize=10661136 memory=3848 CPUtime=13.05 cores=0,2,4,6
/proc/28172/task/28179/stat : 28179 (java) S 28169 28172 22004 0 -1 1077944384 36171 0 0 0 1302 3 0 0 20 0 15 0 105933086 10917003264 2082603 33554432000 4194304 4196468 140725633980080 140088107087072 140088614823637 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30793728 140725633987702 140725633987854 140725633987854 140725633990607 0
[pid=28172/tid=28180] ppid=28169 vsize=10661136 memory=2788 CPUtime=0 cores=0,2,4,6
/proc/28172/task/28180/stat : 28180 (java) S 28169 28172 22004 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 15 0 105933087 10917003264 2082603 33554432000 4194304 4196468 140725633980080 140088106034784 140088614823637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30793728 140725633987702 140725633987854 140725633987854 140725633990607 0
[pid=28172/tid=28181] ppid=28169 vsize=10661136 memory=2732 CPUtime=0 cores=0,2,4,6
/proc/28172/task/28181/stat : 28181 (java) S 28169 28172 22004 0 -1 1077944384 105 0 0 0 0 0 0 0 20 0 15 0 105933087 10917003264 2082603 33554432000 4194304 4196468 140725633980080 140088104981888 140088614823637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30793728 140725633987702 140725633987854 140725633987854 140725633990607 0
[pid=28172/tid=28182] ppid=28169 vsize=10661136 memory=4108 CPUtime=0 cores=0,2,4,6
/proc/28172/task/28182/stat : 28182 (java) S 28169 28172 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105933089 10917003264 2082603 33554432000 4194304 4196468 140725633980080 140088103930192 140088614832027 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30793728 140725633987702 140725633987854 140725633987854 140725633990607 0
[pid=28172/tid=28183] ppid=28169 vsize=10661136 memory=1408 CPUtime=2.64 cores=0,2,4,6
/proc/28172/task/28183/stat : 28183 (java) S 28169 28172 22004 0 -1 1077944384 14247 0 0 0 263 1 0 0 20 0 15 0 105933089 10917003264 2082603 33554432000 4194304 4196468 140725633980080 140088102877552 140088614824578 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30793728 140725633987702 140725633987854 140725633987854 140725633990607 0
[pid=28172/tid=28184] ppid=28169 vsize=10661136 memory=2928 CPUtime=2.25 cores=0,2,4,6
/proc/28172/task/28184/stat : 28184 (java) S 28169 28172 22004 0 -1 1077944384 12152 0 0 0 223 2 0 0 20 0 15 0 105933089 10917003264 2082603 33554432000 4194304 4196468 140725633980080 140088101824752 140088614824578 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30793728 140725633987702 140725633987854 140725633987854 140725633990607 0
[pid=28172/tid=28185] ppid=28169 vsize=10661136 memory=8200132 CPUtime=0.73 cores=0,2,4,6
/proc/28172/task/28185/stat : 28185 (java) S 28169 28172 22004 0 -1 1077944384 6239 0 0 0 72 1 0 0 20 0 15 0 105933089 10917003264 2082603 33554432000 4194304 4196468 140725633980080 140088100771952 140088614824578 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30793728 140725633987702 140725633987854 140725633987854 140725633990607 0
[pid=28172/tid=28186] ppid=28169 vsize=10661136 memory=1408 CPUtime=0 cores=0,2,4,6
/proc/28172/task/28186/stat : 28186 (java) S 28169 28172 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105933089 10917003264 2082603 33554432000 4194304 4196468 140725633980080 140088099719392 140088614823637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30793728 140725633987702 140725633987854 140725633987854 140725633990607 0
[pid=28172/tid=28187] ppid=28169 vsize=10661136 memory=2424 CPUtime=0.04 cores=0,2,4,6
/proc/28172/task/28187/stat : 28187 (java) S 28169 28172 22004 0 -1 1077944384 802 0 0 0 2 2 0 0 20 0 15 0 105933089 10917003264 2082603 33554432000 4194304 4196468 140725633980080 140088098667696 140088614824578 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30793728 140725633987702 140725633987854 140725633987854 140725633990607 0
Current children cumulated CPU time: 252.23 s
Current children cumulated vsize: 10661136 KiB
Current children cumulated memory: 8330412 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Sending SIGKILL to process tree (bottom up)
??? end of watcher thread

[startup+93.6805 s]
# the end of solver process 28172 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=253.851 s, system=6.2913 s

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

[startup+92.8007 s]
/proc/loadavg: 5.06 3.85 3.12 8/217 28188
/proc/meminfo: memFree=11618096/32770624 swapFree=67108860/67108860
[pid=28172] ppid=28169 vsize=10661136 memory=8330412 CPUtime=256.92 cores=0,2,4,6
/proc/28172/stat : 28172 (java) S 28169 28172 22004 0 -1 1077944320 1035936 0 0 0 25071 621 0 0 20 0 15 0 105933083 10917003264 2082603 33554432000 4194304 4196468 140725633980080 140725633962624 140088614813431 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 30793728 140725633987702 140725633987854 140725633987854 140725633990607 0
/proc/28172/statm: 2665284 2082603 3188 1 0 2627775 0
[pid=28172/tid=28174] ppid=28169 vsize=10661136 memory=8005836 CPUtime=26.03 cores=0,2,4,6
/proc/28172/task/28174/stat : 28174 (java) S 28169 28172 22004 0 -1 1077944384 27097 0 0 0 2572 31 0 0 20 0 15 0 105933084 10917003264 2082603 33554432000 4194304 4196468 140725633980080 140088619049408 140088614823637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30793728 140725633987702 140725633987854 140725633987854 140725633990607 0
[pid=28172/tid=28175] ppid=28169 vsize=10661136 memory=6944652177228980320 CPUtime=53.43 cores=0,2,4,6
/proc/28172/task/28175/stat : 28175 (java) R 28169 28172 22004 0 -1 4202560 226920 0 0 0 5203 140 0 0 20 0 15 0 105933085 10917003264 2082603 33554432000 4194304 4196468 140725633980080 140088551504728 140088599267360 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30793728 140725633987702 140725633987854 140725633987854 140725633990607 0
[pid=28172/tid=28176] ppid=28169 vsize=10661136 memory=6791534058613427641 CPUtime=53.09 cores=0,2,4,6
/proc/28172/task/28176/stat : 28176 (java) R 28169 28172 22004 0 -1 4202560 226632 0 0 0 5165 144 0 0 20 0 15 0 105933085 10917003264 2082603 33554432000 4194304 4196468 140725633980080 140088550451312 140088607441639 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30793728 140725633987702 140725633987854 140725633987854 140725633990607 0
[pid=28172/tid=28177] ppid=28169 vsize=10661136 memory=2424 CPUtime=52.91 cores=0,2,4,6
/proc/28172/task/28177/stat : 28177 (java) R 28169 28172 22004 0 -1 4202560 298773 0 0 0 5141 150 0 0 20 0 15 0 105933085 10917003264 2082603 33554432000 4194304 4196468 140725633980080 140088549398824 140088607441639 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30793728 140725633987702 140725633987854 140725633987854 140725633990607 0
[pid=28172/tid=28178] ppid=28169 vsize=10661136 memory=1840 CPUtime=52.67 cores=0,2,4,6
/proc/28172/task/28178/stat : 28178 (java) R 28169 28172 22004 0 -1 4202560 185436 0 0 0 5123 144 0 0 20 0 15 0 105933085 10917003264 2082603 33554432000 4194304 4196468 140725633980080 140088548346024 140088607441639 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 30793728 140725633987702 140725633987854 140725633987854 140725633990607 0
[pid=28172/tid=28179] ppid=28169 vsize=10661136 memory=1004 CPUtime=13.05 cores=0,2,4,6
/proc/28172/task/28179/stat : 28179 (java) S 28169 28172 22004 0 -1 1077944384 36171 0 0 0 1302 3 0 0 20 0 15 0 105933086 10917003264 2082603 33554432000 4194304 4196468 140725633980080 140088107087072 140088614823637 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30793728 140725633987702 140725633987854 140725633987854 140725633990607 0
[pid=28172/tid=28180] ppid=28169 vsize=10661136 memory=288230574492221466 CPUtime=0 cores=0,2,4,6
/proc/28172/task/28180/stat : 28180 (java) S 28169 28172 22004 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 15 0 105933087 10917003264 2082603 33554432000 4194304 4196468 140725633980080 140088106034784 140088614823637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30793728 140725633987702 140725633987854 140725633987854 140725633990607 0
[pid=28172/tid=28181] ppid=28169 vsize=10661136 memory=288230583166042426 CPUtime=0 cores=0,2,4,6
/proc/28172/task/28181/stat : 28181 (java) S 28169 28172 22004 0 -1 1077944384 105 0 0 0 0 0 0 0 20 0 15 0 105933087 10917003264 2082603 33554432000 4194304 4196468 140725633980080 140088104981888 140088614823637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30793728 140725633987702 140725633987854 140725633987854 140725633990607 0
[pid=28172/tid=28182] ppid=28169 vsize=10661136 memory=15252670952770856 CPUtime=0 cores=0,2,4,6
/proc/28172/task/28182/stat : 28182 (java) S 28169 28172 22004 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 105933089 10917003264 2082603 33554432000 4194304 4196468 140725633980080 140088103929840 140088614823637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30793728 140725633987702 140725633987854 140725633987854 140725633990607 0
[pid=28172/tid=28183] ppid=28169 vsize=10661136 memory=6655300316396806240 CPUtime=2.64 cores=0,2,4,6
/proc/28172/task/28183/stat : 28183 (java) S 28169 28172 22004 0 -1 1077944384 14247 0 0 0 263 1 0 0 20 0 15 0 105933089 10917003264 2082603 33554432000 4194304 4196468 140725633980080 140088102877552 140088614824578 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30793728 140725633987702 140725633987854 140725633987854 140725633990607 0
[pid=28172/tid=28184] ppid=28169 vsize=10661136 memory=8330412 CPUtime=2.25 cores=0,2,4,6
/proc/28172/task/28184/stat : 28184 (java) S 28169 28172 22004 0 -1 1077944384 12152 0 0 0 223 2 0 0 20 0 15 0 105933089 10917003264 2082603 33554432000 4194304 4196468 140725633980080 140088101824752 140088614824578 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30793728 140725633987702 140725633987854 140725633987854 140725633990607 0
[pid=28172/tid=28185] ppid=28169 vsize=10661136 memory=303430223234596890 CPUtime=0.73 cores=0,2,4,6
/proc/28172/task/28185/stat : 28185 (java) S 28169 28172 22004 0 -1 1077944384 6239 0 0 0 72 1 0 0 20 0 15 0 105933089 10917003264 2082603 33554432000 4194304 4196468 140725633980080 140088100771952 140088614824578 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30793728 140725633987702 140725633987854 140725633987854 140725633990607 0
[pid=28172/tid=28186] ppid=28169 vsize=10661136 memory=288230583166042426 CPUtime=0 cores=0,2,4,6
/proc/28172/task/28186/stat : 28186 (java) S 28169 28172 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105933089 10917003264 2082603 33554432000 4194304 4196468 140725633980080 140088099719392 140088614823637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30793728 140725633987702 140725633987854 140725633987854 140725633990607 0
[pid=28172/tid=28187] ppid=28169 vsize=10661136 memory=15252670952770856 CPUtime=0.04 cores=0,2,4,6
/proc/28172/task/28187/stat : 28187 (java) S 28169 28172 22004 0 -1 1077944384 802 0 0 0 2 2 0 0 20 0 15 0 105933089 10917003264 2082603 33554432000 4194304 4196468 140725633980080 140088098667696 140088614824578 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30793728 140725633987702 140725633987854 140725633987854 140725633990607 0
Current children cumulated CPU time: 256.92 s
Current children cumulated vsize: 10661136 KiB
Current children cumulated memory: 8330412 KiB

[startup+93.2011 s]
/proc/loadavg: 5.06 3.85 3.12 9/217 28188
/proc/meminfo: memFree=11618096/32770624 swapFree=67108860/67108860
[pid=28172] ppid=28169 vsize=10661136 memory=8330412 CPUtime=258.48 cores=0,2,4,6
/proc/28172/stat : 28172 (java) S 28169 28172 22004 0 -1 1077944320 1035942 0 0 0 25227 621 0 0 20 0 15 0 105933083 10917003264 2082603 33554432000 4194304 4196468 140725633980080 140725633962624 140088614813431 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 30793728 140725633987702 140725633987854 140725633987854 140725633990607 0
/proc/28172/statm: 2665284 2082603 3188 1 0 2627775 0
[pid=28172/tid=28174] ppid=28169 vsize=10661136 memory=8330412 CPUtime=26.03 cores=0,2,4,6
/proc/28172/task/28174/stat : 28174 (java) S 28169 28172 22004 0 -1 1077944384 27097 0 0 0 2572 31 0 0 20 0 15 0 105933084 10917003264 2082603 33554432000 4194304 4196468 140725633980080 140088619049408 140088614823637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30793728 140725633987702 140725633987854 140725633987854 140725633990607 0
[pid=28172/tid=28175] ppid=28169 vsize=10661136 memory=6791534058613427641 CPUtime=53.83 cores=0,2,4,6
/proc/28172/task/28175/stat : 28175 (java) R 28169 28172 22004 0 -1 4202560 226922 0 0 0 5243 140 0 0 20 0 15 0 105933085 10917003264 2082603 33554432000 4194304 4196468 140725633980080 140088551504528 140088596423046 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30793728 140725633987702 140725633987854 140725633987854 140725633990607 0
[pid=28172/tid=28176] ppid=28169 vsize=10661136 memory=960 CPUtime=53.47 cores=0,2,4,6
/proc/28172/task/28176/stat : 28176 (java) R 28169 28172 22004 0 -1 4202560 226632 0 0 0 5203 144 0 0 20 0 15 0 105933085 10917003264 2082603 33554432000 4194304 4196468 140725633980080 140088550451728 140088599810083 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30793728 140725633987702 140725633987854 140725633987854 140725633990607 0
[pid=28172/tid=28177] ppid=28169 vsize=10661136 memory=2424 CPUtime=53.29 cores=0,2,4,6
/proc/28172/task/28177/stat : 28177 (java) R 28169 28172 22004 0 -1 4202560 298773 0 0 0 5179 150 0 0 20 0 15 0 105933085 10917003264 2082603 33554432000 4194304 4196468 140725633980080 140088549398816 140088599271001 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 30793728 140725633987702 140725633987854 140725633987854 140725633990607 0
[pid=28172/tid=28178] ppid=28169 vsize=10661136 memory=928 CPUtime=53.05 cores=0,2,4,6
/proc/28172/task/28178/stat : 28178 (java) R 28169 28172 22004 0 -1 4202560 185436 0 0 0 5161 144 0 0 20 0 15 0 105933085 10917003264 2082603 33554432000 4194304 4196468 140725633980080 140088548346328 140088599512304 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30793728 140725633987702 140725633987854 140725633987854 140725633990607 0
[pid=28172/tid=28179] ppid=28169 vsize=10661136 memory=1572 CPUtime=13.06 cores=0,2,4,6
/proc/28172/task/28179/stat : 28179 (java) S 28169 28172 22004 0 -1 1077944384 36175 0 0 0 1303 3 0 0 20 0 15 0 105933086 10917003264 2082603 33554432000 4194304 4196468 140725633980080 140088107087296 140088614823637 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30793728 140725633987702 140725633987854 140725633987854 140725633990607 0
[pid=28172/tid=28180] ppid=28169 vsize=10661136 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/28172/task/28180/stat : 28180 (java) S 28169 28172 22004 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 15 0 105933087 10917003264 2082603 33554432000 4194304 4196468 140725633980080 140088106034784 140088614823637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30793728 140725633987702 140725633987854 140725633987854 140725633990607 0
[pid=28172/tid=28181] ppid=28169 vsize=10661136 memory=4124 CPUtime=0 cores=0,2,4,6
/proc/28172/task/28181/stat : 28181 (java) S 28169 28172 22004 0 -1 1077944384 105 0 0 0 0 0 0 0 20 0 15 0 105933087 10917003264 2082603 33554432000 4194304 4196468 140725633980080 140088104981888 140088614823637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30793728 140725633987702 140725633987854 140725633987854 140725633990607 0
[pid=28172/tid=28182] ppid=28169 vsize=10661136 memory=2200 CPUtime=0 cores=0,2,4,6
/proc/28172/task/28182/stat : 28182 (java) S 28169 28172 22004 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 105933089 10917003264 2082603 33554432000 4194304 4196468 140725633980080 140088103929840 140088614823637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30793728 140725633987702 140725633987854 140725633987854 140725633990607 0
[pid=28172/tid=28183] ppid=28169 vsize=10661136 memory=8148 CPUtime=2.64 cores=0,2,4,6
/proc/28172/task/28183/stat : 28183 (java) S 28169 28172 22004 0 -1 1077944384 14247 0 0 0 263 1 0 0 20 0 15 0 105933089 10917003264 2082603 33554432000 4194304 4196468 140725633980080 140088102877552 140088614824578 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30793728 140725633987702 140725633987854 140725633987854 140725633990607 0
[pid=28172/tid=28184] ppid=28169 vsize=10661136 memory=844 CPUtime=2.25 cores=0,2,4,6
/proc/28172/task/28184/stat : 28184 (java) S 28169 28172 22004 0 -1 1077944384 12152 0 0 0 223 2 0 0 20 0 15 0 105933089 10917003264 2082603 33554432000 4194304 4196468 140725633980080 140088101824752 140088614824578 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30793728 140725633987702 140725633987854 140725633987854 140725633990607 0
[pid=28172/tid=28185] ppid=28169 vsize=10661136 memory=1796 CPUtime=0.73 cores=0,2,4,6
/proc/28172/task/28185/stat : 28185 (java) S 28169 28172 22004 0 -1 1077944384 6239 0 0 0 72 1 0 0 20 0 15 0 105933089 10917003264 2082603 33554432000 4194304 4196468 140725633980080 140088100771952 140088614824578 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30793728 140725633987702 140725633987854 140725633987854 140725633990607 0
[pid=28172/tid=28186] ppid=28169 vsize=10661136 memory=916 CPUtime=0 cores=0,2,4,6
/proc/28172/task/28186/stat : 28186 (java) S 28169 28172 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105933089 10917003264 2082603 33554432000 4194304 4196468 140725633980080 140088099719392 140088614823637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30793728 140725633987702 140725633987854 140725633987854 140725633990607 0
[pid=28172/tid=28187] ppid=28169 vsize=10661136 memory=3848 CPUtime=0.04 cores=0,2,4,6
/proc/28172/task/28187/stat : 28187 (java) S 28169 28172 22004 0 -1 1077944384 802 0 0 0 2 2 0 0 20 0 15 0 105933089 10917003264 2082603 33554432000 4194304 4196468 140725633980080 140088098667696 140088614824578 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30793728 140725633987702 140725633987854 140725633987854 140725633990607 0
Current children cumulated CPU time: 258.48 s
Current children cumulated vsize: 10661136 KiB
Current children cumulated memory: 8330412 KiB

[startup+93.6007 s]
/proc/loadavg: 5.06 3.85 3.12 9/217 28188
/proc/meminfo: memFree=11618096/32770624 swapFree=67108860/67108860
[pid=28172] ppid=28169 vsize=10661136 memory=8330412 CPUtime=260.04 cores=0,2,4,6
/proc/28172/stat : 28172 (java) S 28169 28172 22004 0 -1 1077944320 1035942 0 0 0 25383 621 0 0 20 0 15 0 105933083 10917003264 2082603 33554432000 4194304 4196468 140725633980080 140725633962624 140088614813431 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 30793728 140725633987702 140725633987854 140725633987854 140725633990607 0
/proc/28172/statm: 2665284 2082603 3188 1 0 2627775 0
[pid=28172/tid=28174] ppid=28169 vsize=10661136 memory=5788 CPUtime=26.03 cores=0,2,4,6
/proc/28172/task/28174/stat : 28174 (java) S 28169 28172 22004 0 -1 1077944384 27097 0 0 0 2572 31 0 0 20 0 15 0 105933084 10917003264 2082603 33554432000 4194304 4196468 140725633980080 140088619049408 140088614823637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30793728 140725633987702 140725633987854 140725633987854 140725633990607 0
[pid=28172/tid=28175] ppid=28169 vsize=10661136 memory=792 CPUtime=54.23 cores=0,2,4,6
/proc/28172/task/28175/stat : 28175 (java) R 28169 28172 22004 0 -1 4202560 226922 0 0 0 5283 140 0 0 20 0 15 0 105933085 10917003264 2082603 33554432000 4194304 4196468 140725633980080 140088551504728 140088599809984 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30793728 140725633987702 140725633987854 140725633987854 140725633990607 0
[pid=28172/tid=28176] ppid=28169 vsize=10661136 memory=6791534058613427641 CPUtime=53.86 cores=0,2,4,6
/proc/28172/task/28176/stat : 28176 (java) R 28169 28172 22004 0 -1 4202560 226632 0 0 0 5242 144 0 0 20 0 15 0 105933085 10917003264 2082603 33554432000 4194304 4196468 140725633980080 140088550451536 140088607441639 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30793728 140725633987702 140725633987854 140725633987854 140725633990607 0
[pid=28172/tid=28177] ppid=28169 vsize=10661136 memory=-7175204567652784766 CPUtime=53.67 cores=0,2,4,6
/proc/28172/task/28177/stat : 28177 (java) R 28169 28172 22004 0 -1 4202560 298773 0 0 0 5217 150 0 0 20 0 15 0 105933085 10917003264 2082603 33554432000 4194304 4196468 140725633980080 140088549399048 140088607441639 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 30793728 140725633987702 140725633987854 140725633987854 140725633990607 0
[pid=28172/tid=28178] ppid=28169 vsize=10661136 memory=3054156605268465310 CPUtime=53.44 cores=0,2,4,6
/proc/28172/task/28178/stat : 28178 (java) R 28169 28172 22004 0 -1 4202560 185436 0 0 0 5200 144 0 0 20 0 15 0 105933085 10917003264 2082603 33554432000 4194304 4196468 140725633980080 140088548345936 140088607441639 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30793728 140725633987702 140725633987854 140725633987854 140725633990607 0
[pid=28172/tid=28179] ppid=28169 vsize=10661136 memory=-8707038579349950309 CPUtime=13.06 cores=0,2,4,6
/proc/28172/task/28179/stat : 28179 (java) S 28169 28172 22004 0 -1 1077944384 36175 0 0 0 1303 3 0 0 20 0 15 0 105933086 10917003264 2082603 33554432000 4194304 4196468 140725633980080 140088107087296 140088614823637 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30793728 140725633987702 140725633987854 140725633987854 140725633990607 0
[pid=28172/tid=28180] ppid=28169 vsize=10661136 memory=264 CPUtime=0 cores=0,2,4,6
/proc/28172/task/28180/stat : 28180 (java) S 28169 28172 22004 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 15 0 105933087 10917003264 2082603 33554432000 4194304 4196468 140725633980080 140088106034784 140088614823637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30793728 140725633987702 140725633987854 140725633987854 140725633990607 0
[pid=28172/tid=28181] ppid=28169 vsize=10661136 memory=225 CPUtime=0 cores=0,2,4,6
/proc/28172/task/28181/stat : 28181 (java) S 28169 28172 22004 0 -1 1077944384 105 0 0 0 0 0 0 0 20 0 15 0 105933087 10917003264 2082603 33554432000 4194304 4196468 140725633980080 140088104981888 140088614823637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30793728 140725633987702 140725633987854 140725633987854 140725633990607 0
[pid=28172/tid=28182] ppid=28169 vsize=10661136 memory=15872 CPUtime=0 cores=0,2,4,6
/proc/28172/task/28182/stat : 28182 (java) S 28169 28172 22004 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 105933089 10917003264 2082603 33554432000 4194304 4196468 140725633980080 140088103929840 140088614823637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30793728 140725633987702 140725633987854 140725633987854 140725633990607 0
[pid=28172/tid=28183] ppid=28169 vsize=10661136 memory=18004 CPUtime=2.64 cores=0,2,4,6
/proc/28172/task/28183/stat : 28183 (java) S 28169 28172 22004 0 -1 1077944384 14247 0 0 0 263 1 0 0 20 0 15 0 105933089 10917003264 2082603 33554432000 4194304 4196468 140725633980080 140088102877600 140088614823637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30793728 140725633987702 140725633987854 140725633987854 140725633990607 0
[pid=28172/tid=28184] ppid=28169 vsize=10661136 memory=4052 CPUtime=2.25 cores=0,2,4,6
/proc/28172/task/28184/stat : 28184 (java) S 28169 28172 22004 0 -1 1077944384 12152 0 0 0 223 2 0 0 20 0 15 0 105933089 10917003264 2082603 33554432000 4194304 4196468 140725633980080 140088101824800 140088614823637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30793728 140725633987702 140725633987854 140725633987854 140725633990607 0
[pid=28172/tid=28185] ppid=28169 vsize=10661136 memory=18248 CPUtime=0.73 cores=0,2,4,6
/proc/28172/task/28185/stat : 28185 (java) S 28169 28172 22004 0 -1 1077944384 6239 0 0 0 72 1 0 0 20 0 15 0 105933089 10917003264 2082603 33554432000 4194304 4196468 140725633980080 140088100771712 140088614823637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30793728 140725633987702 140725633987854 140725633987854 140725633990607 0
[pid=28172/tid=28186] ppid=28169 vsize=10661136 memory=640 CPUtime=0 cores=0,2,4,6
/proc/28172/task/28186/stat : 28186 (java) S 28169 28172 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105933089 10917003264 2082603 33554432000 4194304 4196468 140725633980080 140088099719392 140088614823637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30793728 140725633987702 140725633987854 140725633987854 140725633990607 0
[pid=28172/tid=28187] ppid=28169 vsize=10661136 memory=1784 CPUtime=0.04 cores=0,2,4,6
/proc/28172/task/28187/stat : 28187 (java) S 28169 28172 22004 0 -1 1077944384 802 0 0 0 2 2 0 0 20 0 15 0 105933089 10917003264 2082603 33554432000 4194304 4196468 140725633980080 140088098667696 140088614824578 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30793728 140725633987702 140725633987854 140725633987854 140725633990607 0
Current children cumulated CPU time: 260.04 s
Current children cumulated vsize: 10661136 KiB
Current children cumulated memory: 8330412 KiB

Child ended because it received signal 9 (SIGKILL)
Real time (s): 93.6805
CPU time (s): 260.142
CPU user time (s): 253.851
CPU system time (s): 6.2913
CPU usage (%): 277.69
Max. virtual memory (cumulated for all children) (KiB): 10663036
Max. memory (cumulated for all children) (KiB): 8330412

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 253.851
system time used= 6.2913
maximum resident set size= 8330632
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1035946
page faults= 0
swaps= 0
block input operations= 0
block output operations= 192
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8577
involuntary context switches= 3576


# summary of solver processes directly reported to runsolver:
#   pid: 28172
#   total CPU time (s): 260.142
#   total CPU user time (s): 253.851
#   total CPU system time (s): 6.2913

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.637323 second user time and 0.933836 second system time

The end

Launcher Data

Begin job on node151 at 2018-07-29 19:01:39
IDJOB=4301691
IDBENCH=141274
IDSOLVER=2773
FILE ID=node151/4301691-1532883698
RUNJOBID= node151-1532877021-22035
PBS_JOBID= 21022509
Free space on /tmp= 59148 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/Fapp/Fapp-m2s/Fapp-m2s-20-0420_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4301691-1532883698/watcher-4301691-1532883698 -o /tmp/evaluation-result-4301691-1532883698/solver-4301691-1532883698 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node151-1532877021-22035 --watchdog 312  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4301691-1532883698.xml

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

MD5SUM BENCH= a9a1ecda6b6f8f1e99c2d233168bcaa1
RANDOM SEED=1628630902

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:        26808244 kB
MemAvailable:   30622344 kB
Buffers:          212348 kB
Cached:          3876000 kB
SwapCached:            0 kB
Active:          2866264 kB
Inactive:        2625688 kB
Active(anon):    1353628 kB
Inactive(anon):    78188 kB
Active(file):    1512636 kB
Inactive(file):  2547500 kB
Unevictable:        7804 kB
Mlocked:            7804 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:            126848 kB
Writeback:            20 kB
AnonPages:       1249192 kB
Mapped:            56056 kB
Shmem:             25224 kB
Slab:             168124 kB
SReclaimable:     139600 kB
SUnreclaim:        28524 kB
KernelStack:        3616 kB
PageTables:         7316 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3271864 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1146880 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= 59144 MiB
End job on node151 at 2018-07-29 19:03:13