Trace number 4291143

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
OscaR - Parallel with EPS 2018-07-02Wrong UNSAT 3.49844 1.63686

General information on the benchmark

NameTal/
Tal-02_c18.xml
MD5SUM66ad3cf55c90c9564165fed11cad25f4
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark86
Best CPU time to get the best result obtained on this benchmark28.3782
Satisfiable
(Un)Satisfiability was proved
Number of variables298
Number of constraints217
Number of domains9
Minimum domain size1
Maximum domain size42
Distribution of domain sizes[{"size":1,"count":45},{"size":2,"count":4},{"size":3,"count":5},{"size":4,"count":6},{"size":5,"count":7},{"size":6,"count":35},{"size":10,"count":21},{"size":42,"count":47}]
Minimum variable degree0
Maximum variable degree12
Distribution of variable degrees[{"degree":0,"count":128},{"degree":1,"count":45},{"degree":2,"count":37},{"degree":3,"count":7},{"degree":4,"count":8},{"degree":5,"count":19},{"degree":6,"count":15},{"degree":7,"count":11},{"degree":8,"count":11},{"degree":9,"count":8},{"degree":10,"count":5},{"degree":11,"count":3},{"degree":12,"count":1}]
Minimum constraint arity1
Maximum constraint arity9
Distribution of constraint arities[{"arity":1,"count":69},{"arity":2,"count":68},{"arity":3,"count":23},{"arity":4,"count":9},{"arity":5,"count":14},{"arity":6,"count":13},{"arity":7,"count":11},{"arity":8,"count":8},{"arity":9,"count":2}]
Number of extensional constraints36
Number of intensional constraints171
Distribution of constraint types[{"type":"extension","count":36},{"type":"intension","count":171},{"type":"count","count":10}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.67/0.55	c version: 2018-07-02
0.67/0.55	c seed: 1266267968
0.67/0.55	c timeout: 20160
0.67/0.55	c memlimit: 22000
0.67/0.55	c nbcore: 8
0.67/0.58	c Parsing instance...
2.03/1.09	c Parsing done, starting search...
3.09/1.59	s UNSATISFIABLE

Verifier Data


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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4291143-1532631357/watcher-4291143-1532631357 -o /tmp/evaluation-result-4291143-1532631357/solver-4291143-1532631357 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node104-1532623785-31604 --watchdog 2580 java -Xmx22000m -jar oscarCPXcsp3-parallel.jar --randomseed 1266267968 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4291143-1532631357.xml 

running on 8 cores: 0,2,4,6,1,3,5,7

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

solver pid=32210, runsolver pid=32207

[startup+0.100159 s]*
/proc/loadavg: 8.00 8.61 8.64 2/198 32230
/proc/meminfo: memFree=11051900/32770624 swapFree=67108860/67108860
[pid=32210] ppid=32207 vsize=26103424 memory=31308 CPUtime=0.11 cores=0-7
/proc/32210/stat : 32210 (java) S 32207 32210 31577 0 -1 1077944320 7257 0 0 0 10 1 0 0 20 0 20 0 80698843 26729906176 7827 33554432000 4194304 4196468 140734733927072 140734733909616 140629420695287 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 20332544 140734733935693 140734733935877 140734733935877 140734733938639 0
/proc/32210/statm: 6525856 7827 3137 1 0 6487932 0
[pid=32210/tid=32212] ppid=32207 vsize=26103424 memory=4134930498285298233 CPUtime=0.09 cores=0-7
/proc/32210/task/32212/stat : 32212 (java) R 32207 32210 31577 0 -1 4202560 5320 0 0 0 8 1 0 0 20 0 20 0 80698844 26729906176 7827 33554432000 4194304 4196468 140734733927072 140629424898416 140629404775774 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 20332544 140734733935693 140734733935877 140734733935877 140734733938639 0
[pid=32210/tid=32213] ppid=32207 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/32210/task/32213/stat : 32213 (java) S 32207 32210 31577 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 80698844 26729906176 7827 33554432000 4194304 4196468 140734733927072 140629377248144 140629420705493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20332544 140734733935693 140734733935877 140734733935877 140734733938639 0
[pid=32210/tid=32214] ppid=32207 vsize=26103424 memory=140067551262336 CPUtime=0 cores=0-7
/proc/32210/task/32214/stat : 32214 (java) S 32207 32210 31577 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 80698844 26729906176 7827 33554432000 4194304 4196468 140734733927072 140628978170640 140629420705493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20332544 140734733935693 140734733935877 140734733935877 140734733938639 0
[pid=32210/tid=32215] ppid=32207 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/32210/task/32215/stat : 32215 (java) S 32207 32210 31577 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 80698844 26729906176 7827 33554432000 4194304 4196468 140734733927072 140628977118352 140629420705493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20332544 140734733935693 140734733935877 140734733935877 140734733938639 0
[pid=32210/tid=32216] ppid=32207 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/32210/task/32216/stat : 32216 (java) S 32207 32210 31577 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 80698844 26729906176 7827 33554432000 4194304 4196468 140734733927072 140628976065552 140629420705493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20332544 140734733935693 140734733935877 140734733935877 140734733938639 0
[pid=32210/tid=32217] ppid=32207 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/32210/task/32217/stat : 32217 (java) S 32207 32210 31577 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 80698844 26729906176 7827 33554432000 4194304 4196468 140734733927072 140628975012240 140629420705493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20332544 140734733935693 140734733935877 140734733935877 140734733938639 0
[pid=32210/tid=32218] ppid=32207 vsize=26103424 memory=-1 CPUtime=0 cores=0-7
/proc/32210/task/32218/stat : 32218 (java) S 32207 32210 31577 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 80698844 26729906176 7827 33554432000 4194304 4196468 140734733927072 140628973959440 140629420705493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20332544 140734733935693 140734733935877 140734733935877 140734733938639 0
[pid=32210/tid=32219] ppid=32207 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/32210/task/32219/stat : 32219 (java) S 32207 32210 31577 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 80698844 26729906176 7827 33554432000 4194304 4196468 140734733927072 140628972907152 140629420705493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20332544 140734733935693 140734733935877 140734733935877 140734733938639 0
[pid=32210/tid=32220] ppid=32207 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/32210/task/32220/stat : 32220 (java) S 32207 32210 31577 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 80698844 26729906176 7827 33554432000 4194304 4196468 140734733927072 140628971854352 140629420705493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20332544 140734733935693 140734733935877 140734733935877 140734733938639 0
[pid=32210/tid=32221] ppid=32207 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/32210/task/32221/stat : 32221 (java) S 32207 32210 31577 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 80698846 26729906176 7827 33554432000 4194304 4196468 140734733927072 140628096690800 140629420706434 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20332544 140734733935693 140734733935877 140734733935877 140734733938639 0
[pid=32210/tid=32222] ppid=32207 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/32210/task/32222/stat : 32222 (java) S 32207 32210 31577 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 80698846 26729906176 7827 33554432000 4194304 4196468 140734733927072 140628095636768 140629420705493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20332544 140734733935693 140734733935877 140734733935877 140734733938639 0
[pid=32210/tid=32223] ppid=32207 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/32210/task/32223/stat : 32223 (java) S 32207 32210 31577 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 80698847 26729906176 7827 33554432000 4194304 4196468 140734733927072 140628094584432 140629420705493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20332544 140734733935693 140734733935877 140734733935877 140734733938639 0
[pid=32210/tid=32224] ppid=32207 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/32210/task/32224/stat : 32224 (java) S 32207 32210 31577 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 80698849 26729906176 7827 33554432000 4194304 4196468 140734733927072 140628093532752 140629420713883 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20332544 140734733935693 140734733935877 140734733935877 140734733938639 0
[pid=32210/tid=32225] ppid=32207 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/32210/task/32225/stat : 32225 (java) S 32207 32210 31577 0 -1 1077944384 297 0 0 0 0 0 0 0 20 0 20 0 80698849 26729906176 7827 33554432000 4194304 4196468 140734733927072 140628092479600 140629420706434 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20332544 140734733935693 140734733935877 140734733935877 140734733938639 0
[pid=32210/tid=32226] ppid=32207 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/32210/task/32226/stat : 32226 (java) S 32207 32210 31577 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 80698849 26729906176 7827 33554432000 4194304 4196468 140734733927072 140628091426800 140629420706434 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20332544 140734733935693 140734733935877 140734733935877 140734733938639 0
[pid=32210/tid=32227] ppid=32207 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/32210/task/32227/stat : 32227 (java) S 32207 32210 31577 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 80698849 26729906176 7827 33554432000 4194304 4196468 140734733927072 140628090374512 140629420706434 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20332544 140734733935693 140734733935877 140734733935877 140734733938639 0
[pid=32210/tid=32228] ppid=32207 vsize=26103424 memory=0 CPUtime=0.01 cores=0-7
/proc/32210/task/32228/stat : 32228 (java) R 32207 32210 31577 0 -1 4202560 262 0 0 0 1 0 0 0 20 0 20 0 80698849 26729906176 7827 33554432000 4194304 4196468 140734733927072 140628089321712 140629401935600 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20332544 140734733935693 140734733935877 140734733935877 140734733938639 0
[pid=32210/tid=32229] ppid=32207 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/32210/task/32229/stat : 32229 (java) S 32207 32210 31577 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 80698849 26729906176 7827 33554432000 4194304 4196468 140734733927072 140628088269664 140629420705493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20332544 140734733935693 140734733935877 140734733935877 140734733938639 0
[pid=32210/tid=32230] ppid=32207 vsize=26103424 memory=-1 CPUtime=0 cores=0-7
/proc/32210/task/32230/stat : 32230 (java) S 32207 32210 31577 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 80698849 26729906176 7827 33554432000 4194304 4196468 140734733927072 140628087216944 140629420706434 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20332544 140734733935693 140734733935877 140734733935877 140734733938639 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 26103424 KiB
Current children cumulated memory: 31308 KiB

[startup+0.210069 s]*
/proc/loadavg: 8.00 8.61 8.64 3/198 32230
/proc/meminfo: memFree=11038444/32770624 swapFree=67108860/67108860
[pid=32210] ppid=32207 vsize=26103424 memory=42996 CPUtime=0.3 cores=0-7
/proc/32210/stat : 32210 (java) S 32207 32210 31577 0 -1 1077944320 10444 0 0 0 28 2 0 0 20 0 20 0 80698843 26729906176 10749 33554432000 4194304 4196468 140734733927072 140734733909616 140629420695287 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 20332544 140734733935693 140734733935877 140734733935877 140734733938639 0
/proc/32210/statm: 6525856 10749 3327 1 0 6487932 0
[pid=32210/tid=32212] ppid=32207 vsize=26103424 memory=4026531975 CPUtime=0.19 cores=0-7
/proc/32210/task/32212/stat : 32212 (java) R 32207 32210 31577 0 -1 4202560 8184 0 0 0 18 1 0 0 20 0 20 0 80698844 26729906176 10749 33554432000 4194304 4196468 140734733927072 140629424923232 140629420717213 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 20332544 140734733935693 140734733935877 140734733935877 140734733938639 0
[pid=32210/tid=32213] ppid=32207 vsize=26103424 memory=11921 CPUtime=0 cores=0-7
/proc/32210/task/32213/stat : 32213 (java) S 32207 32210 31577 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 80698844 26729906176 10749 33554432000 4194304 4196468 140734733927072 140629377248144 140629420705493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20332544 140734733935693 140734733935877 140734733935877 140734733938639 0
[pid=32210/tid=32214] ppid=32207 vsize=26103424 memory=3833323682015950496 CPUtime=0 cores=0-7
/proc/32210/task/32214/stat : 32214 (java) S 32207 32210 31577 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 80698844 26729906176 10749 33554432000 4194304 4196468 140734733927072 140628978170640 140629420705493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20332544 140734733935693 140734733935877 140734733935877 140734733938639 0
[pid=32210/tid=32215] ppid=32207 vsize=26103424 memory=-1 CPUtime=0 cores=0-7
/proc/32210/task/32215/stat : 32215 (java) S 32207 32210 31577 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 80698844 26729906176 10749 33554432000 4194304 4196468 140734733927072 140628977118352 140629420705493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20332544 140734733935693 140734733935877 140734733935877 140734733938639 0
[pid=32210/tid=32216] ppid=32207 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/32210/task/32216/stat : 32216 (java) S 32207 32210 31577 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 80698844 26729906176 10749 33554432000 4194304 4196468 140734733927072 140628976065552 140629420705493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20332544 140734733935693 140734733935877 140734733935877 140734733938639 0
[pid=32210/tid=32217] ppid=32207 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/32210/task/32217/stat : 32217 (java) S 32207 32210 31577 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 80698844 26729906176 10749 33554432000 4194304 4196468 140734733927072 140628975012240 140629420705493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20332544 140734733935693 140734733935877 140734733935877 140734733938639 0
[pid=32210/tid=32218] ppid=32207 vsize=26103424 memory=-1 CPUtime=0 cores=0-7
/proc/32210/task/32218/stat : 32218 (java) S 32207 32210 31577 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 80698844 26729906176 10749 33554432000 4194304 4196468 140734733927072 140628973959440 140629420705493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20332544 140734733935693 140734733935877 140734733935877 140734733938639 0
[pid=32210/tid=32219] ppid=32207 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/32210/task/32219/stat : 32219 (java) S 32207 32210 31577 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 80698844 26729906176 10749 33554432000 4194304 4196468 140734733927072 140628972907152 140629420705493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20332544 140734733935693 140734733935877 140734733935877 140734733938639 0
[pid=32210/tid=32220] ppid=32207 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/32210/task/32220/stat : 32220 (java) S 32207 32210 31577 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 80698844 26729906176 10749 33554432000 4194304 4196468 140734733927072 140628971854352 140629420705493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20332544 140734733935693 140734733935877 140734733935877 140734733938639 0
[pid=32210/tid=32221] ppid=32207 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/32210/task/32221/stat : 32221 (java) S 32207 32210 31577 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 80698846 26729906176 10749 33554432000 4194304 4196468 140734733927072 140628096690800 140629420706434 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20332544 140734733935693 140734733935877 140734733935877 140734733938639 0
[pid=32210/tid=32222] ppid=32207 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/32210/task/32222/stat : 32222 (java) S 32207 32210 31577 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 80698846 26729906176 10749 33554432000 4194304 4196468 140734733927072 140628095636768 140629420705493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20332544 140734733935693 140734733935877 140734733935877 140734733938639 0
[pid=32210/tid=32223] ppid=32207 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/32210/task/32223/stat : 32223 (java) S 32207 32210 31577 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 80698847 26729906176 10749 33554432000 4194304 4196468 140734733927072 140628094584432 140629420705493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20332544 140734733935693 140734733935877 140734733935877 140734733938639 0
[pid=32210/tid=32224] ppid=32207 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/32210/task/32224/stat : 32224 (java) S 32207 32210 31577 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 80698849 26729906176 10749 33554432000 4194304 4196468 140734733927072 140628093532752 140629420713883 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20332544 140734733935693 140734733935877 140734733935877 140734733938639 0
[pid=32210/tid=32225] ppid=32207 vsize=26103424 memory=0 CPUtime=0.01 cores=0-7
/proc/32210/task/32225/stat : 32225 (java) S 32207 32210 31577 0 -1 1077944384 348 0 0 0 1 0 0 0 20 0 20 0 80698849 26729906176 10749 33554432000 4194304 4196468 140734733927072 140628092479600 140629420706434 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20332544 140734733935693 140734733935877 140734733935877 140734733938639 0
[pid=32210/tid=32226] ppid=32207 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/32210/task/32226/stat : 32226 (java) S 32207 32210 31577 0 -1 1077944384 133 0 0 0 0 0 0 0 20 0 20 0 80698849 26729906176 10749 33554432000 4194304 4196468 140734733927072 140628091426800 140629420706434 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20332544 140734733935693 140734733935877 140734733935877 140734733938639 0
[pid=32210/tid=32227] ppid=32207 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/32210/task/32227/stat : 32227 (java) S 32207 32210 31577 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 20 0 80698849 26729906176 10749 33554432000 4194304 4196468 140734733927072 140628090374512 140629420706434 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20332544 140734733935693 140734733935877 140734733935877 140734733938639 0
[pid=32210/tid=32228] ppid=32207 vsize=26103424 memory=0 CPUtime=0.06 cores=0-7
/proc/32210/task/32228/stat : 32228 (java) R 32207 32210 31577 0 -1 4202560 324 0 0 0 6 0 0 0 20 0 20 0 80698849 26729906176 10749 33554432000 4194304 4196468 140734733927072 140628089317664 140629412932414 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20332544 140734733935693 140734733935877 140734733935877 140734733938639 0
[pid=32210/tid=32229] ppid=32207 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/32210/task/32229/stat : 32229 (java) S 32207 32210 31577 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 80698849 26729906176 10749 33554432000 4194304 4196468 140734733927072 140628088269664 140629420705493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20332544 140734733935693 140734733935877 140734733935877 140734733938639 0
[pid=32210/tid=32230] ppid=32207 vsize=26103424 memory=-1 CPUtime=0 cores=0-7
/proc/32210/task/32230/stat : 32230 (java) S 32207 32210 31577 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 80698849 26729906176 10749 33554432000 4194304 4196468 140734733927072 140628087216944 140629420706434 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20332544 140734733935693 140734733935877 140734733935877 140734733938639 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 26103424 KiB
Current children cumulated memory: 42996 KiB

[startup+0.30999 s]*
/proc/loadavg: 8.00 8.61 8.64 3/198 32230
/proc/meminfo: memFree=11035932/32770624 swapFree=67108860/67108860
[pid=32210] ppid=32207 vsize=26103424 memory=47036 CPUtime=0.43 cores=0-7
/proc/32210/stat : 32210 (java) S 32207 32210 31577 0 -1 1077944320 10883 0 0 0 41 2 0 0 20 0 20 0 80698843 26729906176 11759 33554432000 4194304 4196468 140734733927072 140734733909616 140629420695287 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 20332544 140734733935693 140734733935877 140734733935877 140734733938639 0
/proc/32210/statm: 6525856 11759 3409 1 0 6487932 0
[pid=32210/tid=32212] ppid=32207 vsize=26103424 memory=6791534058613427641 CPUtime=0.3 cores=0-7
/proc/32210/task/32212/stat : 32212 (java) R 32207 32210 31577 0 -1 4202560 8523 0 0 0 28 2 0 0 20 0 20 0 80698844 26729906176 11759 33554432000 4194304 4196468 140734733927072 140629424904496 140629404775774 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 20332544 140734733935693 140734733935877 140734733935877 140734733938639 0
[pid=32210/tid=32213] ppid=32207 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/32210/task/32213/stat : 32213 (java) S 32207 32210 31577 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 80698844 26729906176 11759 33554432000 4194304 4196468 140734733927072 140629377248144 140629420705493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20332544 140734733935693 140734733935877 140734733935877 140734733938639 0
[pid=32210/tid=32214] ppid=32207 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/32210/task/32214/stat : 32214 (java) S 32207 32210 31577 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 80698844 26729906176 11759 33554432000 4194304 4196468 140734733927072 140628978170640 140629420705493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20332544 140734733935693 140734733935877 140734733935877 140734733938639 0
[pid=32210/tid=32215] ppid=32207 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/32210/task/32215/stat : 32215 (java) S 32207 32210 31577 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 80698844 26729906176 11759 33554432000 4194304 4196468 140734733927072 140628977118352 140629420705493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20332544 140734733935693 140734733935877 140734733935877 140734733938639 0
[pid=32210/tid=32216] ppid=32207 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/32210/task/32216/stat : 32216 (java) S 32207 32210 31577 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 80698844 26729906176 11759 33554432000 4194304 4196468 140734733927072 140628976065552 140629420705493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20332544 140734733935693 140734733935877 140734733935877 140734733938639 0
[pid=32210/tid=32217] ppid=32207 vsize=26103424 memory=2244 CPUtime=0 cores=0-7
/proc/32210/task/32217/stat : 32217 (java) S 32207 32210 31577 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 80698844 26729906176 11759 33554432000 4194304 4196468 140734733927072 140628975012240 140629420705493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20332544 140734733935693 140734733935877 140734733935877 140734733938639 0
[pid=32210/tid=32218] ppid=32207 vsize=26103424 memory=140067406443439 CPUtime=0 cores=0-7
/proc/32210/task/32218/stat : 32218 (java) S 32207 32210 31577 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 80698844 26729906176 11759 33554432000 4194304 4196468 140734733927072 140628973959440 140629420705493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20332544 140734733935693 140734733935877 140734733935877 140734733938639 0
[pid=32210/tid=32219] ppid=32207 vsize=26103424 memory=140067406445744 CPUtime=0 cores=0-7
/proc/32210/task/32219/stat : 32219 (java) S 32207 32210 31577 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 80698844 26729906176 11759 33554432000 4194304 4196468 140734733927072 140628972907152 140629420705493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20332544 140734733935693 140734733935877 140734733935877 140734733938639 0
[pid=32210/tid=32220] ppid=32207 vsize=26103424 memory=140067406448048 CPUtime=0 cores=0-7
/proc/32210/task/32220/stat : 32220 (java) S 32207 32210 31577 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 80698844 26729906176 11759 33554432000 4194304 4196468 140734733927072 140628971854352 140629420705493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20332544 140734733935693 140734733935877 140734733935877 140734733938639 0
[pid=32210/tid=32221] ppid=32207 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/32210/task/32221/stat : 32221 (java) S 32207 32210 31577 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 80698846 26729906176 11759 33554432000 4194304 4196468 140734733927072 140628096690800 140629420706434 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20332544 140734733935693 140734733935877 140734733935877 140734733938639 0
[pid=32210/tid=32222] ppid=32207 vsize=26103424 memory=280134812903056 CPUtime=0 cores=0-7
/proc/32210/task/32222/stat : 32222 (java) S 32207 32210 31577 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 80698846 26729906176 11759 33554432000 4194304 4196468 140734733927072 140628095636768 140629420705493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20332544 140734733935693 140734733935877 140734733935877 140734733938639 0
[pid=32210/tid=32223] ppid=32207 vsize=26103424 memory=280134812909968 CPUtime=0 cores=0-7
/proc/32210/task/32223/stat : 32223 (java) S 32207 32210 31577 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 80698847 26729906176 11759 33554432000 4194304 4196468 140734733927072 140628094584432 140629420705493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20332544 140734733935693 140734733935877 140734733935877 140734733938639 0
[pid=32210/tid=32224] ppid=32207 vsize=26103424 memory=280134812851248 CPUtime=0 cores=0-7
/proc/32210/task/32224/stat : 32224 (java) S 32207 32210 31577 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 80698849 26729906176 11759 33554432000 4194304 4196468 140734733927072 140628093532752 140629420713883 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20332544 140734733935693 140734733935877 140734733935877 140734733938639 0
[pid=32210/tid=32225] ppid=32207 vsize=26103424 memory=280134812923792 CPUtime=0.01 cores=0-7
/proc/32210/task/32225/stat : 32225 (java) S 32207 32210 31577 0 -1 1077944384 348 0 0 0 1 0 0 0 20 0 20 0 80698849 26729906176 11759 33554432000 4194304 4196468 140734733927072 140628092479600 140629420706434 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20332544 140734733935693 140734733935877 140734733935877 140734733938639 0
[pid=32210/tid=32226] ppid=32207 vsize=26103424 memory=280134812930704 CPUtime=0.01 cores=0-7
/proc/32210/task/32226/stat : 32226 (java) S 32207 32210 31577 0 -1 1077944384 212 0 0 0 1 0 0 0 20 0 20 0 80698849 26729906176 11759 33554432000 4194304 4196468 140734733927072 140628091426800 140629420706434 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20332544 140734733935693 140734733935877 140734733935877 140734733938639 0
[pid=32210/tid=32227] ppid=32207 vsize=26103424 memory=280134812928400 CPUtime=0.01 cores=0-7
/proc/32210/task/32227/stat : 32227 (java) S 32207 32210 31577 0 -1 1077944384 75 0 0 0 1 0 0 0 20 0 20 0 80698849 26729906176 11759 33554432000 4194304 4196468 140734733927072 140628090374512 140629420706434 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20332544 140734733935693 140734733935877 140734733935877 140734733938639 0
[pid=32210/tid=32228] ppid=32207 vsize=26103424 memory=280134812945008 CPUtime=0.07 cores=0-7
/proc/32210/task/32228/stat : 32228 (java) S 32207 32210 31577 0 -1 1077944384 340 0 0 0 7 0 0 0 20 0 20 0 80698849 26729906176 11759 33554432000 4194304 4196468 140734733927072 140628089321712 140629420706434 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20332544 140734733935693 140734733935877 140734733935877 140734733938639 0
[pid=32210/tid=32229] ppid=32207 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/32210/task/32229/stat : 32229 (java) S 32207 32210 31577 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 80698849 26729906176 11759 33554432000 4194304 4196468 140734733927072 140628088269664 140629420705493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20332544 140734733935693 140734733935877 140734733935877 140734733938639 0
[pid=32210/tid=32230] ppid=32207 vsize=26103424 memory=-1 CPUtime=0 cores=0-7
/proc/32210/task/32230/stat : 32230 (java) S 32207 32210 31577 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 80698849 26729906176 11759 33554432000 4194304 4196468 140734733927072 140628087216944 140629420706434 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20332544 140734733935693 140734733935877 140734733935877 140734733938639 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 26103424 KiB
Current children cumulated memory: 47036 KiB

[startup+0.700852 s]
/proc/loadavg: 8.00 8.61 8.64 3/198 32230
/proc/meminfo: memFree=11011996/32770624 swapFree=67108860/67108860
[pid=32210] ppid=32207 vsize=26105492 memory=87692 CPUtime=0.99 cores=0-7
/proc/32210/stat : 32210 (java) S 32207 32210 31577 0 -1 1077944320 17877 0 0 0 95 4 0 0 20 0 20 0 80698843 26732023808 21923 33554432000 4194304 4196468 140734733927072 140734733909616 140629420695287 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 20332544 140734733935693 140734733935877 140734733935877 140734733938639 0
/proc/32210/statm: 6526373 21923 3499 1 0 6488444 0
[pid=32210/tid=32212] ppid=32207 vsize=26105492 memory=0 CPUtime=0.68 cores=0-7
/proc/32210/task/32212/stat : 32212 (java) R 32207 32210 31577 0 -1 4202560 15022 0 0 0 64 4 0 0 20 0 20 0 80698844 26732023808 21923 33554432000 4194304 4196468 140734733927072 140629424918592 140629388285058 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 20332544 140734733935693 140734733935877 140734733935877 140734733938639 0
[pid=32210/tid=32213] ppid=32207 vsize=26105492 memory=0 CPUtime=0 cores=0-7
/proc/32210/task/32213/stat : 32213 (java) S 32207 32210 31577 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 80698844 26732023808 21923 33554432000 4194304 4196468 140734733927072 140629377248144 140629420705493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20332544 140734733935693 140734733935877 140734733935877 140734733938639 0
[pid=32210/tid=32214] ppid=32207 vsize=26105492 memory=0 CPUtime=0 cores=0-7
/proc/32210/task/32214/stat : 32214 (java) S 32207 32210 31577 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 80698844 26732023808 21923 33554432000 4194304 4196468 140734733927072 140628978170640 140629420705493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20332544 140734733935693 140734733935877 140734733935877 140734733938639 0
[pid=32210/tid=32215] ppid=32207 vsize=26105492 memory=0 CPUtime=0 cores=0-7
/proc/32210/task/32215/stat : 32215 (java) S 32207 32210 31577 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 80698844 26732023808 21923 33554432000 4194304 4196468 140734733927072 140628977118352 140629420705493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20332544 140734733935693 140734733935877 140734733935877 140734733938639 0
[pid=32210/tid=32216] ppid=32207 vsize=26105492 memory=8556 CPUtime=0 cores=0-7
/proc/32210/task/32216/stat : 32216 (java) S 32207 32210 31577 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 80698844 26732023808 21923 33554432000 4194304 4196468 140734733927072 140628976065552 140629420705493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20332544 140734733935693 140734733935877 140734733935877 140734733938639 0
[pid=32210/tid=32217] ppid=32207 vsize=26105492 memory=1012 CPUtime=0 cores=0-7
/proc/32210/task/32217/stat : 32217 (java) S 32207 32210 31577 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 80698844 26732023808 21923 33554432000 4194304 4196468 140734733927072 140628975012240 140629420705493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20332544 140734733935693 140734733935877 140734733935877 140734733938639 0
[pid=32210/tid=32218] ppid=32207 vsize=26105492 memory=1444 CPUtime=0 cores=0-7
/proc/32210/task/32218/stat : 32218 (java) S 32207 32210 31577 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 80698844 26732023808 21923 33554432000 4194304 4196468 140734733927072 140628973959440 140629420705493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20332544 140734733935693 140734733935877 140734733935877 140734733938639 0
[pid=32210/tid=32219] ppid=32207 vsize=26105492 memory=1200 CPUtime=0 cores=0-7
/proc/32210/task/32219/stat : 32219 (java) S 32207 32210 31577 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 80698844 26732023808 21923 33554432000 4194304 4196468 140734733927072 140628972907152 140629420705493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20332544 140734733935693 140734733935877 140734733935877 140734733938639 0
[pid=32210/tid=32220] ppid=32207 vsize=26105492 memory=15872 CPUtime=0 cores=0-7
/proc/32210/task/32220/stat : 32220 (java) S 32207 32210 31577 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 80698844 26732023808 21923 33554432000 4194304 4196468 140734733927072 140628971854352 140629420705493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20332544 140734733935693 140734733935877 140734733935877 140734733938639 0
[pid=32210/tid=32221] ppid=32207 vsize=26105492 memory=14608 CPUtime=0 cores=0-7
/proc/32210/task/32221/stat : 32221 (java) S 32207 32210 31577 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 80698846 26732023808 21923 33554432000 4194304 4196468 140734733927072 140628096690800 140629420706434 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20332544 140734733935693 140734733935877 140734733935877 140734733938639 0
[pid=32210/tid=32222] ppid=32207 vsize=26105492 memory=16436 CPUtime=0 cores=0-7
/proc/32210/task/32222/stat : 32222 (java) S 32207 32210 31577 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 80698846 26732023808 21923 33554432000 4194304 4196468 140734733927072 140628095636768 140629420705493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20332544 140734733935693 140734733935877 140734733935877 140734733938639 0
[pid=32210/tid=32223] ppid=32207 vsize=26105492 memory=4048 CPUtime=0 cores=0-7
/proc/32210/task/32223/stat : 32223 (java) S 32207 32210 31577 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 80698847 26732023808 21923 33554432000 4194304 4196468 140734733927072 140628094584432 140629420705493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20332544 140734733935693 140734733935877 140734733935877 140734733938639 0
[pid=32210/tid=32224] ppid=32207 vsize=26105492 memory=640 CPUtime=0 cores=0-7
/proc/32210/task/32224/stat : 32224 (java) S 32207 32210 31577 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 80698849 26732023808 21923 33554432000 4194304 4196468 140734733927072 140628093532752 140629420713883 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20332544 140734733935693 140734733935877 140734733935877 140734733938639 0
[pid=32210/tid=32225] ppid=32207 vsize=26105492 memory=1792 CPUtime=0.03 cores=0-7
/proc/32210/task/32225/stat : 32225 (java) S 32207 32210 31577 0 -1 1077944384 499 0 0 0 3 0 0 0 20 0 20 0 80698849 26732023808 21923 33554432000 4194304 4196468 140734733927072 140628092479600 140629420706434 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20332544 140734733935693 140734733935877 140734733935877 140734733938639 0
[pid=32210/tid=32226] ppid=32207 vsize=26105492 memory=792 CPUtime=0.06 cores=0-7
/proc/32210/task/32226/stat : 32226 (java) S 32207 32210 31577 0 -1 1077944384 336 0 0 0 6 0 0 0 20 0 20 0 80698849 26732023808 21923 33554432000 4194304 4196468 140734733927072 140628091426800 140629420706434 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20332544 140734733935693 140734733935877 140734733935877 140734733938639 0
[pid=32210/tid=32227] ppid=32207 vsize=26105492 memory=1960 CPUtime=0.05 cores=0-7
/proc/32210/task/32227/stat : 32227 (java) S 32207 32210 31577 0 -1 1077944384 192 0 0 0 5 0 0 0 20 0 20 0 80698849 26732023808 21923 33554432000 4194304 4196468 140734733927072 140628090374512 140629420706434 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20332544 140734733935693 140734733935877 140734733935877 140734733938639 0
[pid=32210/tid=32228] ppid=32207 vsize=26105492 memory=5672 CPUtime=0.15 cores=0-7
/proc/32210/task/32228/stat : 32228 (java) S 32207 32210 31577 0 -1 1077944384 438 0 0 0 15 0 0 0 20 0 20 0 80698849 26732023808 21923 33554432000 4194304 4196468 140734733927072 140628089321712 140629420706434 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20332544 140734733935693 140734733935877 140734733935877 140734733938639 0
[pid=32210/tid=32229] ppid=32207 vsize=26105492 memory=4616 CPUtime=0 cores=0-7
/proc/32210/task/32229/stat : 32229 (java) S 32207 32210 31577 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 80698849 26732023808 21923 33554432000 4194304 4196468 140734733927072 140628088269664 140629420705493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20332544 140734733935693 140734733935877 140734733935877 140734733938639 0
[pid=32210/tid=32230] ppid=32207 vsize=26105492 memory=1232 CPUtime=0 cores=0-7
/proc/32210/task/32230/stat : 32230 (java) S 32207 32210 31577 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 80698849 26732023808 21923 33554432000 4194304 4196468 140734733927072 140628087216944 140629420706434 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20332544 140734733935693 140734733935877 140734733935877 140734733938639 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 26105492 KiB
Current children cumulated memory: 87692 KiB

[startup+1.50089 s]
/proc/loadavg: 8.00 8.61 8.64 3/198 32230
/proc/meminfo: memFree=10967824/32770624 swapFree=67108860/67108860
[pid=32210] ppid=32207 vsize=26113684 memory=157108 CPUtime=3.09 cores=0-7
/proc/32210/stat : 32210 (java) S 32207 32210 31577 0 -1 1077944320 26474 0 0 0 300 9 0 0 20 0 20 0 80698843 26740412416 39277 33554432000 4194304 4196468 140734733927072 140734733909616 140629420695287 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 20332544 140734733935693 140734733935877 140734733935877 140734733938639 0
/proc/32210/statm: 6528421 39277 3542 1 0 6490492 0
[pid=32210/tid=32212] ppid=32207 vsize=26113684 memory=0 CPUtime=1.46 cores=0-7
/proc/32210/task/32212/stat : 32212 (java) R 32207 32210 31577 0 -1 4202560 19846 0 0 0 141 5 0 0 20 0 20 0 80698844 26740412416 39277 33554432000 4194304 4196468 140734733927072 140629424919440 140629420707222 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 20332544 140734733935693 140734733935877 140734733935877 140734733938639 0
[pid=32210/tid=32213] ppid=32207 vsize=26113684 memory=0 CPUtime=0 cores=0-7
/proc/32210/task/32213/stat : 32213 (java) S 32207 32210 31577 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 80698844 26740412416 39277 33554432000 4194304 4196468 140734733927072 140629377248144 140629420705493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20332544 140734733935693 140734733935877 140734733935877 140734733938639 0
[pid=32210/tid=32214] ppid=32207 vsize=26113684 memory=0 CPUtime=0 cores=0-7
/proc/32210/task/32214/stat : 32214 (java) S 32207 32210 31577 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 80698844 26740412416 39277 33554432000 4194304 4196468 140734733927072 140628978170640 140629420705493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20332544 140734733935693 140734733935877 140734733935877 140734733938639 0
[pid=32210/tid=32215] ppid=32207 vsize=26113684 memory=0 CPUtime=0 cores=0-7
/proc/32210/task/32215/stat : 32215 (java) S 32207 32210 31577 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 80698844 26740412416 39277 33554432000 4194304 4196468 140734733927072 140628977118352 140629420705493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20332544 140734733935693 140734733935877 140734733935877 140734733938639 0
[pid=32210/tid=32216] ppid=32207 vsize=26113684 memory=0 CPUtime=0 cores=0-7
/proc/32210/task/32216/stat : 32216 (java) S 32207 32210 31577 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 80698844 26740412416 39277 33554432000 4194304 4196468 140734733927072 140628976065552 140629420705493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20332544 140734733935693 140734733935877 140734733935877 140734733938639 0
[pid=32210/tid=32217] ppid=32207 vsize=26113684 memory=280134813459632 CPUtime=0 cores=0-7
/proc/32210/task/32217/stat : 32217 (java) S 32207 32210 31577 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 80698844 26740412416 39277 33554432000 4194304 4196468 140734733927072 140628975012240 140629420705493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20332544 140734733935693 140734733935877 140734733935877 140734733938639 0
[pid=32210/tid=32218] ppid=32207 vsize=26113684 memory=140514150056938 CPUtime=0 cores=0-7
/proc/32210/task/32218/stat : 32218 (java) S 32207 32210 31577 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 80698844 26740412416 39277 33554432000 4194304 4196468 140734733927072 140628973959440 140629420705493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20332544 140734733935693 140734733935877 140734733935877 140734733938639 0
[pid=32210/tid=32219] ppid=32207 vsize=26113684 memory=140514150056938 CPUtime=0 cores=0-7
/proc/32210/task/32219/stat : 32219 (java) S 32207 32210 31577 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 80698844 26740412416 39277 33554432000 4194304 4196468 140734733927072 140628972907152 140629420705493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20332544 140734733935693 140734733935877 140734733935877 140734733938639 0
[pid=32210/tid=32220] ppid=32207 vsize=26113684 memory=280134813482816 CPUtime=0 cores=0-7
/proc/32210/task/32220/stat : 32220 (java) S 32207 32210 31577 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 80698844 26740412416 39277 33554432000 4194304 4196468 140734733927072 140628971854352 140629420705493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20332544 140734733935693 140734733935877 140734733935877 140734733938639 0
[pid=32210/tid=32221] ppid=32207 vsize=26113684 memory=0 CPUtime=0 cores=0-7
/proc/32210/task/32221/stat : 32221 (java) S 32207 32210 31577 0 -1 1077944384 18 0 0 0 0 0 0 0 20 0 20 0 80698846 26740412416 39277 33554432000 4194304 4196468 140734733927072 140628096690800 140629420706434 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20332544 140734733935693 140734733935877 140734733935877 140734733938639 0
[pid=32210/tid=32222] ppid=32207 vsize=26113684 memory=8556 CPUtime=0 cores=0-7
/proc/32210/task/32222/stat : 32222 (java) S 32207 32210 31577 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 80698846 26740412416 39277 33554432000 4194304 4196468 140734733927072 140628095636768 140629420705493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20332544 140734733935693 140734733935877 140734733935877 140734733938639 0
[pid=32210/tid=32223] ppid=32207 vsize=26113684 memory=1012 CPUtime=0 cores=0-7
/proc/32210/task/32223/stat : 32223 (java) S 32207 32210 31577 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 80698847 26740412416 39277 33554432000 4194304 4196468 140734733927072 140628094584432 140629420705493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20332544 140734733935693 140734733935877 140734733935877 140734733938639 0
[pid=32210/tid=32224] ppid=32207 vsize=26113684 memory=1444 CPUtime=0 cores=0-7
/proc/32210/task/32224/stat : 32224 (java) S 32207 32210 31577 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 80698849 26740412416 39277 33554432000 4194304 4196468 140734733927072 140628093532752 140629420713883 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20332544 140734733935693 140734733935877 140734733935877 140734733938639 0
[pid=32210/tid=32225] ppid=32207 vsize=26113684 memory=1200 CPUtime=0.29 cores=0-7
/proc/32210/task/32225/stat : 32225 (java) R 32207 32210 31577 0 -1 4202560 1304 0 0 0 28 1 0 0 20 0 20 0 80698849 26740412416 39277 33554432000 4194304 4196468 140734733927072 140628092470928 140629412713799 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20332544 140734733935693 140734733935877 140734733935877 140734733938639 0
[pid=32210/tid=32226] ppid=32207 vsize=26113684 memory=15872 CPUtime=0.4 cores=0-7
/proc/32210/task/32226/stat : 32226 (java) R 32207 32210 31577 0 -1 4202560 1277 0 0 0 40 0 0 0 20 0 20 0 80698849 26740412416 39277 33554432000 4194304 4196468 140734733927072 140628091415360 140629399947207 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20332544 140734733935693 140734733935877 140734733935877 140734733938639 0
[pid=32210/tid=32227] ppid=32207 vsize=26113684 memory=14608 CPUtime=0.32 cores=0-7
/proc/32210/task/32227/stat : 32227 (java) R 32207 32210 31577 0 -1 4202560 795 0 0 0 32 0 0 0 20 0 20 0 80698849 26740412416 39277 33554432000 4194304 4196468 140734733927072 140628090373696 140629401395584 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20332544 140734733935693 140734733935877 140734733935877 140734733938639 0
[pid=32210/tid=32228] ppid=32207 vsize=26113684 memory=16436 CPUtime=0.58 cores=0-7
/proc/32210/task/32228/stat : 32228 (java) S 32207 32210 31577 0 -1 1077944384 1867 0 0 0 57 1 0 0 20 0 20 0 80698849 26740412416 39277 33554432000 4194304 4196468 140734733927072 140628089321712 140629420706434 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20332544 140734733935693 140734733935877 140734733935877 140734733938639 0
[pid=32210/tid=32229] ppid=32207 vsize=26113684 memory=0 CPUtime=0 cores=0-7
/proc/32210/task/32229/stat : 32229 (java) S 32207 32210 31577 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 80698849 26740412416 39277 33554432000 4194304 4196468 140734733927072 140628088269664 140629420705493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20332544 140734733935693 140734733935877 140734733935877 140734733938639 0
[pid=32210/tid=32230] ppid=32207 vsize=26113684 memory=0 CPUtime=0 cores=0-7
/proc/32210/task/32230/stat : 32230 (java) S 32207 32210 31577 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 80698849 26740412416 39277 33554432000 4194304 4196468 140734733927072 140628087216944 140629420706434 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20332544 140734733935693 140734733935877 140734733935877 140734733938639 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 26113684 KiB
Current children cumulated memory: 157108 KiB

[startup+1.63678 s]
# the end of solver process 32210 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=3.39029 s, system=0.108146 s

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

[startup+1.60107 s]
/proc/loadavg: 8.00 8.61 8.64 3/198 32230
/proc/meminfo: memFree=10967824/32770624 swapFree=67108860/67108860
[pid=32210] ppid=32207 vsize=26180248 memory=169736 CPUtime=3.47 cores=0-7
/proc/32210/stat : 32210 (java) S 32207 32210 31577 0 -1 1077944320 27329 0 0 0 337 10 0 0 20 0 19 0 80698843 26808573952 42434 33554432000 4194304 4196468 140734733927072 140734733909616 140629420695287 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 20332544 140734733935693 140734733935877 140734733935877 140734733938639 0
/proc/32210/statm: 6545062 42434 3548 1 0 6507133 0
[pid=32210/tid=32212] ppid=32207 vsize=26180248 memory=0 CPUtime=1.57 cores=0-7
/proc/32210/task/32212/stat : 32212 (java) S 32207 32210 31577 0 -1 1077944384 20002 0 0 0 151 6 0 0 20 0 19 0 80698844 26808573952 42434 33554432000 4194304 4196468 140734733927072 140629424938128 140629420705493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20332544 140734733935693 140734733935877 140734733935877 140734733938639 0
[pid=32210/tid=32213] ppid=32207 vsize=26180248 memory=0 CPUtime=0 cores=0-7
/proc/32210/task/32213/stat : 32213 (java) S 32207 32210 31577 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 80698844 26808573952 42434 33554432000 4194304 4196468 140734733927072 140629377248144 140629420705493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20332544 140734733935693 140734733935877 140734733935877 140734733938639 0
[pid=32210/tid=32214] ppid=32207 vsize=26180248 memory=0 CPUtime=0 cores=0-7
/proc/32210/task/32214/stat : 32214 (java) S 32207 32210 31577 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 80698844 26808573952 42434 33554432000 4194304 4196468 140734733927072 140628978170640 140629420705493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20332544 140734733935693 140734733935877 140734733935877 140734733938639 0
[pid=32210/tid=32215] ppid=32207 vsize=26180248 memory=0 CPUtime=0 cores=0-7
/proc/32210/task/32215/stat : 32215 (java) S 32207 32210 31577 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 80698844 26808573952 42434 33554432000 4194304 4196468 140734733927072 140628977118352 140629420705493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20332544 140734733935693 140734733935877 140734733935877 140734733938639 0
[pid=32210/tid=32216] ppid=32207 vsize=26180248 memory=0 CPUtime=0 cores=0-7
/proc/32210/task/32216/stat : 32216 (java) S 32207 32210 31577 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 80698844 26808573952 42434 33554432000 4194304 4196468 140734733927072 140628976065552 140629420705493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20332544 140734733935693 140734733935877 140734733935877 140734733938639 0
[pid=32210/tid=32217] ppid=32207 vsize=26180248 memory=4140 CPUtime=0 cores=0-7
/proc/32210/task/32217/stat : 32217 (java) S 32207 32210 31577 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 80698844 26808573952 42434 33554432000 4194304 4196468 140734733927072 140628975012240 140629420705493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20332544 140734733935693 140734733935877 140734733935877 140734733938639 0
[pid=32210/tid=32218] ppid=32207 vsize=26180248 memory=0 CPUtime=0 cores=0-7
/proc/32210/task/32218/stat : 32218 (java) S 32207 32210 31577 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 80698844 26808573952 42434 33554432000 4194304 4196468 140734733927072 140628973959440 140629420705493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20332544 140734733935693 140734733935877 140734733935877 140734733938639 0
[pid=32210/tid=32219] ppid=32207 vsize=26180248 memory=140067406656960 CPUtime=0 cores=0-7
/proc/32210/task/32219/stat : 32219 (java) S 32207 32210 31577 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 80698844 26808573952 42434 33554432000 4194304 4196468 140734733927072 140628972907152 140629420705493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20332544 140734733935693 140734733935877 140734733935877 140734733938639 0
[pid=32210/tid=32220] ppid=32207 vsize=26180248 memory=0 CPUtime=0 cores=0-7
/proc/32210/task/32220/stat : 32220 (java) S 32207 32210 31577 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 80698844 26808573952 42434 33554432000 4194304 4196468 140734733927072 140628971854352 140629420705493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20332544 140734733935693 140734733935877 140734733935877 140734733938639 0
[pid=32210/tid=32221] ppid=32207 vsize=26180248 memory=0 CPUtime=0 cores=0-7
/proc/32210/task/32221/stat : 32221 (java) S 32207 32210 31577 0 -1 1077944384 18 0 0 0 0 0 0 0 20 0 19 0 80698846 26808573952 42434 33554432000 4194304 4196468 140734733927072 140628096691008 140629420706434 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20332544 140734733935693 140734733935877 140734733935877 140734733938639 0
[pid=32210/tid=32222] ppid=32207 vsize=26180248 memory=0 CPUtime=0 cores=0-7
/proc/32210/task/32222/stat : 32222 (java) S 32207 32210 31577 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 80698846 26808573952 42434 33554432000 4194304 4196468 140734733927072 140628095636768 140629420705493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20332544 140734733935693 140734733935877 140734733935877 140734733938639 0
[pid=32210/tid=32223] ppid=32207 vsize=26180248 memory=13078175418732 CPUtime=0 cores=0-7
/proc/32210/task/32223/stat : 32223 (java) S 32207 32210 31577 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 19 0 80698847 26808573952 42434 33554432000 4194304 4196468 140734733927072 140628094584432 140629420705493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20332544 140734733935693 140734733935877 140734733935877 140734733938639 0
[pid=32210/tid=32224] ppid=32207 vsize=26180248 memory=288230583166042426 CPUtime=0 cores=0-7
/proc/32210/task/32224/stat : 32224 (java) S 32207 32210 31577 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 19 0 80698849 26808573952 42434 33554432000 4194304 4196468 140734733927072 140628093532464 140629420705493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20332544 140734733935693 140734733935877 140734733935877 140734733938639 0
[pid=32210/tid=32225] ppid=32207 vsize=26180248 memory=13851867369184121 CPUtime=0.35 cores=0-7
/proc/32210/task/32225/stat : 32225 (java) S 32207 32210 31577 0 -1 1077944384 1374 0 0 0 34 1 0 0 20 0 19 0 80698849 26808573952 42434 33554432000 4194304 4196468 140734733927072 140628092479600 140629420706434 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20332544 140734733935693 140734733935877 140734733935877 140734733938639 0
[pid=32210/tid=32226] ppid=32207 vsize=26180248 memory=0 CPUtime=0.47 cores=0-7
/proc/32210/task/32226/stat : 32226 (java) S 32207 32210 31577 0 -1 1077944384 1317 0 0 0 47 0 0 0 20 0 19 0 80698849 26808573952 42434 33554432000 4194304 4196468 140734733927072 140628091407200 140629420705493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20332544 140734733935693 140734733935877 140734733935877 140734733938639 0
[pid=32210/tid=32227] ppid=32207 vsize=26180248 memory=0 CPUtime=0.4 cores=0-7
/proc/32210/task/32227/stat : 32227 (java) S 32207 32210 31577 0 -1 1077944384 903 0 0 0 40 0 0 0 20 0 19 0 80698849 26808573952 42434 33554432000 4194304 4196468 140734733927072 140628090374512 140629420706434 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20332544 140734733935693 140734733935877 140734733935877 140734733938639 0
[pid=32210/tid=32228] ppid=32207 vsize=26180248 memory=0 CPUtime=0.64 cores=0-7
/proc/32210/task/32228/stat : 32228 (java) R 32207 32210 31577 0 -1 4202560 2281 0 0 0 63 1 0 0 20 0 19 0 80698849 26808573952 42434 33554432000 4194304 4196468 140734733927072 140628089315408 140629399664481 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20332544 140734733935693 140734733935877 140734733935877 140734733938639 0
[pid=32210/tid=32229] ppid=32207 vsize=26180248 memory=0 CPUtime=0 cores=0-7
/proc/32210/task/32229/stat : 32229 (java) S 32207 32210 31577 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 80698849 26808573952 42434 33554432000 4194304 4196468 140734733927072 140628088269664 140629420705493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20332544 140734733935693 140734733935877 140734733935877 140734733938639 0
Current children cumulated CPU time: 3.47 s
Current children cumulated vsize: 26180248 KiB
Current children cumulated memory: 169736 KiB

Child status: 0
Real time (s): 1.63686
CPU time (s): 3.49844
CPU user time (s): 3.39029
CPU system time (s): 0.108146
CPU usage (%): 213.729
Max. virtual memory (cumulated for all children) (KiB): 26180248
Max. memory (cumulated for all children) (KiB): 169736

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.39029
system time used= 0.108146
maximum resident set size= 170516
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27413
page faults= 0
swaps= 0
block input operations= 0
block output operations= 72
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4193
involuntary context switches= 7


# summary of solver processes directly reported to runsolver:
#   pid: 32210
#   total CPU time (s): 3.49844
#   total CPU user time (s): 3.39029
#   total CPU system time (s): 0.108146

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.032392 second user time and 0.053986 second system time

The end

Launcher Data

Begin job on node104 at 2018-07-26 20:55:57
IDJOB=4291143
IDBENCH=141108
IDSOLVER=2745
FILE ID=node104/4291143-1532631357
RUNJOBID= node104-1532623785-31604
PBS_JOBID= 21022031
Free space on /tmp= 48344 MiB

SOLVER NAME= OscaR - Parallel with EPS 2018-07-02
BENCH NAME= XCSP18/Tal/Tal-02_c18.xml
COMMAND LINE= java -Xmx22000m -jar oscarCPXcsp3-parallel.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 22000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4291143-1532631357/watcher-4291143-1532631357 -o /tmp/evaluation-result-4291143-1532631357/solver-4291143-1532631357 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node104-1532623785-31604 --watchdog 2580  java -Xmx22000m -jar oscarCPXcsp3-parallel.jar --randomseed 1266267968 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4291143-1532631357.xml

TIME LIMIT= 20160 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= 66ad3cf55c90c9564165fed11cad25f4
RANDOM SEED=1266267968

node104.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.11
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.11
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.11
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.11
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:        11068584 kB
MemAvailable:   31927660 kB
Buffers:          227004 kB
Cached:         20623196 kB
SwapCached:            0 kB
Active:          4216924 kB
Inactive:       16686512 kB
Active(anon):       4784 kB
Inactive(anon):    76248 kB
Active(file):    4212140 kB
Inactive(file): 16610264 kB
Unevictable:        7168 kB
Mlocked:            7168 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             36012 kB
Writeback:             0 kB
AnonPages:        181844 kB
Mapped:            41168 kB
Shmem:             25228 kB
Slab:             492988 kB
SReclaimable:     465132 kB
SUnreclaim:        27856 kB
KernelStack:        3536 kB
PageTables:         5052 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     324408 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    129024 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 48312 MiB
End job on node104 at 2018-07-26 20:55:59