Trace number 4304486

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.9.2-SuperNGOPT210 14.7993 7.18406

General information on the benchmark

NamePizzaVoucher/
PizzaVoucher-10a_c18.xml
MD5SUMa5c040ab978d2252c9b6b6d47e833d0a
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark210
Best CPU time to get the best result obtained on this benchmark4.34942
Satisfiable
(Un)Satisfiability was proved
Number of variables38
Number of constraints82
Number of domains17
Minimum domain size1
Maximum domain size19
Distribution of domain sizes[{"size":1,"count":2},{"size":2,"count":21},{"size":3,"count":3},{"size":4,"count":2},{"size":19,"count":10}]
Minimum variable degree2
Maximum variable degree28
Distribution of variable degrees[{"degree":2,"count":28},{"degree":28,"count":10}]
Minimum constraint arity2
Maximum constraint arity11
Distribution of constraint arities[{"arity":2,"count":64},{"arity":11,"count":18}]
Number of extensional constraints0
Number of intensional constraints64
Distribution of constraint types[{"type":"intension","count":64},{"type":"count","count":18}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


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

Solver Data

0.98/0.76	c Concrete v3.9.2.1532736233296 running
7.77/3.99	o 360
8.13/4.05	o 350
8.13/4.07	o 340
8.13/4.09	o 330
8.50/4.13	o 320
8.50/4.17	o 290
8.81/4.20	o 280
9.13/4.35	o 270
9.13/4.36	o 260
9.13/4.36	o 250
12.06/5.36	o 240
12.25/5.45	o 220
12.25/5.46	o 210
14.71/7.16	v <instantiation cost="210">
14.71/7.16	v       <list>
14.71/7.16	v         v[0] v[1] v[2] v[3] v[4] v[5] v[6] v[7] v[8] v[9] np[0] np[1] np[2] np[3] np[4] np[5] np[6] np[7] np[8] nf[0] nf[1] nf[2] nf[3] nf[4] nf[5] nf[6] nf[7] nf[8] pp[0] pp[1] pp[2] pp[3] pp[4] pp[5] pp[6] pp[7] pp[8] pp[9]
14.71/7.16	v       </list>
14.71/7.16	v       <values>
14.71/7.16	v         -2 -2 -1 1 1 4 2 2 2 0 1 2 0 0 0 0 0 0 0 2 3 0 1 0 0 0 0 0 50 60 90 0 0 0 0 0 0 10
14.71/7.16	v       </values>
14.71/7.16	v     </instantiation>
14.71/7.16	s OPTIMUM FOUND

Verifier Data

OK	210

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4304486-1534095874/watcher-4304486-1534095874 -o /tmp/evaluation-result-4304486-1534095874/solver-4304486-1534095874 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1534095874-7006 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=670429101 -superng HOME/instance-4304486-1534095874.xml 

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

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

solver pid=7038, runsolver pid=7031

[startup+0.100059 s]*
/proc/loadavg: 0.92 1.05 1.30 4/196 7124
/proc/meminfo: memFree=17780312/32770624 swapFree=67108860/67108860
[pid=7038] ppid=7031 vsize=30192 memory=4480 CPUtime=0.08 cores=0,2,4,6
/proc/7038/stat : 7038 (java) R 7031 7038 6975 0 -1 4202496 2169 13188 0 1 0 0 5 3 20 0 1 0 227150587 30916608 1120 33554432000 4194304 4196468 140732703358496 140732703339192 140418975464208 0 0 4096 0 0 0 0 17 2 0 0 1 0 0 6293624 6294260 23490560 140732703365732 140732703368540 140732703368540 140732703371215 0
/proc/7038/statm: 7516 1120 828 1 0 160 0
[pid=7038/tid=7143] ppid=7031 vsize=167560 memory=-8253362762721355408 CPUtime=0.08 cores=0,2,4,6
/proc/7038/task/7143/stat : 7143 (java) R 7031 7038 6975 0 -1 4202560 160 13188 0 1 0 0 5 3 20 0 2 0 227150598 171581440 1251 33554432000 4194304 4196468 140732703358496 140418969345400 140418990226983 0 0 0 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23490560 140732703365732 140732703368540 140732703368540 140732703371215 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 30192 KiB
Current children cumulated memory: 4480 KiB

[startup+0.210556 s]*
/proc/loadavg: 0.92 1.05 1.30 5/222 7169
/proc/meminfo: memFree=17726760/32770624 swapFree=67108860/67108860
[pid=7038] ppid=7031 vsize=10982744 memory=40324 CPUtime=0.24 cores=0,2,4,6
/proc/7038/stat : 7038 (java) S 7031 7038 6975 0 -1 1077944320 6824 13188 0 1 15 1 5 3 20 0 15 0 227150587 11246329856 10081 33554432000 4194304 4196468 140732703358496 140732703341040 140418997509879 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 1 0 0 6293624 6294260 23490560 140732703365732 140732703368540 140732703368540 140732703371215 0
/proc/7038/statm: 2745686 10081 2944 1 0 2708109 0
[pid=7038/tid=7143] ppid=7031 vsize=10982744 memory=7022364594140610616 CPUtime=0.17 cores=0,2,4,6
/proc/7038/task/7143/stat : 7143 (java) R 7031 7038 6975 0 -1 4202560 3371 13188 0 1 9 0 5 3 20 0 15 0 227150598 11246329856 10081 33554432000 4194304 4196468 140732703358496 140418969287840 140418997533469 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23490560 140732703365732 140732703368540 140732703368540 140732703371215 0
[pid=7038/tid=7145] ppid=7031 vsize=10982744 memory=364 CPUtime=0.08 cores=0,2,4,6
/proc/7038/task/7145/stat : 7145 (java) S 7031 7038 6975 0 -1 1077944384 2 13188 0 1 0 0 5 3 20 0 15 0 227150599 11246329856 10081 33554432000 4194304 4196468 140732703358496 140419001751952 140418997520085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23490560 140732703365732 140732703368540 140732703368540 140732703371215 0
[pid=7038/tid=7147] ppid=7031 vsize=10982744 memory=140185942349929 CPUtime=0.08 cores=0,2,4,6
/proc/7038/task/7147/stat : 7147 (java) S 7031 7038 6975 0 -1 1077944384 2 13188 0 1 0 0 5 3 20 0 15 0 227150599 11246329856 10081 33554432000 4194304 4196468 140732703358496 140418536696080 140418997520085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23490560 140732703365732 140732703368540 140732703368540 140732703371215 0
[pid=7038/tid=7149] ppid=7031 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/7038/task/7149/stat : 7149 (java) S 7031 7038 6975 0 -1 1077944384 2 13188 0 1 0 0 5 3 20 0 15 0 227150599 11246329856 10081 33554432000 4194304 4196468 140732703358496 140418535643792 140418997520085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23490560 140732703365732 140732703368540 140732703368540 140732703371215 0
[pid=7038/tid=7151] ppid=7031 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/7038/task/7151/stat : 7151 (java) S 7031 7038 6975 0 -1 1077944384 1 13188 0 1 0 0 5 3 20 0 15 0 227150599 11246329856 10081 33554432000 4194304 4196468 140732703358496 140418534590992 140418997520085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23490560 140732703365732 140732703368540 140732703368540 140732703371215 0
[pid=7038/tid=7153] ppid=7031 vsize=10982744 memory=140185941198464 CPUtime=0.08 cores=0,2,4,6
/proc/7038/task/7153/stat : 7153 (java) S 7031 7038 6975 0 -1 1077944384 2 13188 0 1 0 0 5 3 20 0 15 0 227150600 11246329856 10081 33554432000 4194304 4196468 140732703358496 140418168584816 140418997521026 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23490560 140732703365732 140732703368540 140732703368540 140732703371215 0
[pid=7038/tid=7155] ppid=7031 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/7038/task/7155/stat : 7155 (java) S 7031 7038 6975 0 -1 1077944384 13 13188 0 1 0 0 5 3 20 0 15 0 227150601 11246329856 10081 33554432000 4194304 4196468 140732703358496 140417781720352 140418997520085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23490560 140732703365732 140732703368540 140732703368540 140732703371215 0
[pid=7038/tid=7157] ppid=7031 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/7038/task/7157/stat : 7157 (java) S 7031 7038 6975 0 -1 1077944384 1 13188 0 1 0 0 5 3 20 0 15 0 227150601 11246329856 10081 33554432000 4194304 4196468 140732703358496 140417580394096 140418997520085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23490560 140732703365732 140732703368540 140732703368540 140732703371215 0
[pid=7038/tid=7162] ppid=7031 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/7038/task/7162/stat : 7162 (java) S 7031 7038 6975 0 -1 1077944384 3 13188 0 1 0 0 5 3 20 0 15 0 227150603 11246329856 10081 33554432000 4194304 4196468 140732703358496 140417272994384 140418997528475 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23490560 140732703365732 140732703368540 140732703368540 140732703371215 0
[pid=7038/tid=7163] ppid=7031 vsize=10982744 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/7038/task/7163/stat : 7163 (java) S 7031 7038 6975 0 -1 1077944384 488 13188 0 1 1 0 5 3 20 0 15 0 227150603 11246329856 10081 33554432000 4194304 4196468 140732703358496 140418167531632 140418997521026 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23490560 140732703365732 140732703368540 140732703368540 140732703371215 0
[pid=7038/tid=7164] ppid=7031 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/7038/task/7164/stat : 7164 (java) S 7031 7038 6975 0 -1 1077944384 126 13188 0 1 0 0 5 3 20 0 15 0 227150603 11246329856 10081 33554432000 4194304 4196468 140732703358496 140418166478832 140418997521026 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23490560 140732703365732 140732703368540 140732703368540 140732703371215 0
[pid=7038/tid=7165] ppid=7031 vsize=10982744 memory=140185941198464 CPUtime=0.1 cores=0,2,4,6
/proc/7038/task/7165/stat : 7165 (java) R 7031 7038 6975 0 -1 4202560 613 13188 0 1 2 0 5 3 20 0 15 0 227150603 11246329856 10081 33554432000 4194304 4196468 140732703358496 140418165426544 140418997531226 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23490560 140732703365732 140732703368540 140732703368540 140732703371215 0
[pid=7038/tid=7167] ppid=7031 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/7038/task/7167/stat : 7167 (java) S 7031 7038 6975 0 -1 1077944384 3 13188 0 1 0 0 5 3 20 0 15 0 227150604 11246329856 10081 33554432000 4194304 4196468 140732703358496 140416842197472 140418997520085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23490560 140732703365732 140732703368540 140732703368540 140732703371215 0
[pid=7038/tid=7169] ppid=7031 vsize=10982744 memory=140185941198464 CPUtime=0.08 cores=0,2,4,6
/proc/7038/task/7169/stat : 7169 (java) S 7031 7038 6975 0 -1 1077944384 1 13188 0 1 0 0 5 3 20 0 15 0 227150604 11246329856 10081 33554432000 4194304 4196468 140732703358496 140418164374448 140418997521026 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23490560 140732703365732 140732703368540 140732703368540 140732703371215 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 40324 KiB

[startup+0.310325 s]*
/proc/loadavg: 0.92 1.05 1.30 3/222 7169
/proc/meminfo: memFree=17703896/32770624 swapFree=67108860/67108860
[pid=7038] ppid=7031 vsize=10983192 memory=53856 CPUtime=0.36 cores=0,2,4,6
/proc/7038/stat : 7038 (java) S 7031 7038 6975 0 -1 1077944320 10029 13188 0 1 26 2 5 3 20 0 15 0 227150587 11246788608 13464 33554432000 4194304 4196468 140732703358496 140732703341040 140418997509879 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 1 0 0 6293624 6294260 23490560 140732703365732 140732703368540 140732703368540 140732703371215 0
/proc/7038/statm: 2745798 13464 3063 1 0 2708109 0
[pid=7038/tid=7143] ppid=7031 vsize=10983192 memory=7721456991204291123 CPUtime=0.27 cores=0,2,4,6
/proc/7038/task/7143/stat : 7143 (java) R 7031 7038 6975 0 -1 4202560 6561 13188 0 1 18 1 5 3 20 0 15 0 227150598 11246788608 13464 33554432000 4194304 4196468 140732703358496 140418969321888 140418977785774 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23490560 140732703365732 140732703368540 140732703368540 140732703371215 0
[pid=7038/tid=7145] ppid=7031 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/7038/task/7145/stat : 7145 (java) S 7031 7038 6975 0 -1 1077944384 2 13188 0 1 0 0 5 3 20 0 15 0 227150599 11246788608 13464 33554432000 4194304 4196468 140732703358496 140419001751952 140418997520085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23490560 140732703365732 140732703368540 140732703368540 140732703371215 0
[pid=7038/tid=7147] ppid=7031 vsize=10983192 memory=140185941198464 CPUtime=0.08 cores=0,2,4,6
/proc/7038/task/7147/stat : 7147 (java) S 7031 7038 6975 0 -1 1077944384 2 13188 0 1 0 0 5 3 20 0 15 0 227150599 11246788608 13464 33554432000 4194304 4196468 140732703358496 140418536696080 140418997520085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23490560 140732703365732 140732703368540 140732703368540 140732703371215 0
[pid=7038/tid=7149] ppid=7031 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/7038/task/7149/stat : 7149 (java) S 7031 7038 6975 0 -1 1077944384 2 13188 0 1 0 0 5 3 20 0 15 0 227150599 11246788608 13464 33554432000 4194304 4196468 140732703358496 140418535643792 140418997520085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23490560 140732703365732 140732703368540 140732703368540 140732703371215 0
[pid=7038/tid=7151] ppid=7031 vsize=10983192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/7038/task/7151/stat : 7151 (java) S 7031 7038 6975 0 -1 1077944384 1 13188 0 1 0 0 5 3 20 0 15 0 227150599 11246788608 13464 33554432000 4194304 4196468 140732703358496 140418534590992 140418997520085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23490560 140732703365732 140732703368540 140732703368540 140732703371215 0
[pid=7038/tid=7153] ppid=7031 vsize=10983192 memory=140185941198464 CPUtime=0.08 cores=0,2,4,6
/proc/7038/task/7153/stat : 7153 (java) S 7031 7038 6975 0 -1 1077944384 2 13188 0 1 0 0 5 3 20 0 15 0 227150600 11246788608 13464 33554432000 4194304 4196468 140732703358496 140418168584816 140418997521026 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23490560 140732703365732 140732703368540 140732703368540 140732703371215 0
[pid=7038/tid=7155] ppid=7031 vsize=10983192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/7038/task/7155/stat : 7155 (java) S 7031 7038 6975 0 -1 1077944384 13 13188 0 1 0 0 5 3 20 0 15 0 227150601 11246788608 13464 33554432000 4194304 4196468 140732703358496 140417781720352 140418997520085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23490560 140732703365732 140732703368540 140732703368540 140732703371215 0
[pid=7038/tid=7157] ppid=7031 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/7038/task/7157/stat : 7157 (java) S 7031 7038 6975 0 -1 1077944384 1 13188 0 1 0 0 5 3 20 0 15 0 227150601 11246788608 13464 33554432000 4194304 4196468 140732703358496 140417580394096 140418997520085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23490560 140732703365732 140732703368540 140732703368540 140732703371215 0
[pid=7038/tid=7162] ppid=7031 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/7038/task/7162/stat : 7162 (java) S 7031 7038 6975 0 -1 1077944384 3 13188 0 1 0 0 5 3 20 0 15 0 227150603 11246788608 13464 33554432000 4194304 4196468 140732703358496 140417272994384 140418997528475 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23490560 140732703365732 140732703368540 140732703368540 140732703371215 0
[pid=7038/tid=7163] ppid=7031 vsize=10983192 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/7038/task/7163/stat : 7163 (java) S 7031 7038 6975 0 -1 1077944384 488 13188 0 1 1 0 5 3 20 0 15 0 227150603 11246788608 13464 33554432000 4194304 4196468 140732703358496 140418167531632 140418997521026 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23490560 140732703365732 140732703368540 140732703368540 140732703371215 0
[pid=7038/tid=7164] ppid=7031 vsize=10983192 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/7038/task/7164/stat : 7164 (java) S 7031 7038 6975 0 -1 1077944384 129 13188 0 1 1 0 5 3 20 0 15 0 227150603 11246788608 13464 33554432000 4194304 4196468 140732703358496 140418166478832 140418997521026 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23490560 140732703365732 140732703368540 140732703368540 140732703371215 0
[pid=7038/tid=7165] ppid=7031 vsize=10983192 memory=140185941198464 CPUtime=0.12 cores=0,2,4,6
/proc/7038/task/7165/stat : 7165 (java) S 7031 7038 6975 0 -1 1077944384 624 13188 0 1 4 0 5 3 20 0 15 0 227150603 11246788608 13464 33554432000 4194304 4196468 140732703358496 140418165426544 140418997521026 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23490560 140732703365732 140732703368540 140732703368540 140732703371215 0
[pid=7038/tid=7167] ppid=7031 vsize=10983192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/7038/task/7167/stat : 7167 (java) S 7031 7038 6975 0 -1 1077944384 3 13188 0 1 0 0 5 3 20 0 15 0 227150604 11246788608 13464 33554432000 4194304 4196468 140732703358496 140416842197472 140418997520085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23490560 140732703365732 140732703368540 140732703368540 140732703371215 0
[pid=7038/tid=7169] ppid=7031 vsize=10983192 memory=140185941198464 CPUtime=0.08 cores=0,2,4,6
/proc/7038/task/7169/stat : 7169 (java) S 7031 7038 6975 0 -1 1077944384 1 13188 0 1 0 0 5 3 20 0 15 0 227150604 11246788608 13464 33554432000 4194304 4196468 140732703358496 140418164374448 140418997521026 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23490560 140732703365732 140732703368540 140732703368540 140732703371215 0
Current children cumulated CPU time: 0.36 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 53856 KiB

[startup+0.700839 s]
/proc/loadavg: 0.92 1.05 1.30 5/222 7169
/proc/meminfo: memFree=17677828/32770624 swapFree=67108860/67108860
[pid=7038] ppid=7031 vsize=10983192 memory=88556 CPUtime=0.98 cores=0,2,4,6
/proc/7038/stat : 7038 (java) S 7031 7038 6975 0 -1 1077944320 16716 13188 0 1 86 4 5 3 20 0 15 0 227150587 11246788608 22139 33554432000 4194304 4196468 140732703358496 140732703341040 140418997509879 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 1 0 0 6293624 6294260 23490560 140732703365732 140732703368540 140732703368540 140732703371215 0
/proc/7038/statm: 2745798 22139 3250 1 0 2708109 0
[pid=7038/tid=7143] ppid=7031 vsize=10983192 memory=140187732542017 CPUtime=0.64 cores=0,2,4,6
/proc/7038/task/7143/stat : 7143 (java) R 7031 7038 6975 0 -1 4202560 12191 13188 0 1 54 2 5 3 20 0 15 0 227150598 11246788608 22139 33554432000 4194304 4196468 140732703358496 140418969313832 140418990226842 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23490560 140732703365732 140732703368540 140732703368540 140732703371215 0
[pid=7038/tid=7145] ppid=7031 vsize=10983192 memory=140187732542019 CPUtime=0.08 cores=0,2,4,6
/proc/7038/task/7145/stat : 7145 (java) S 7031 7038 6975 0 -1 1077944384 2 13188 0 1 0 0 5 3 20 0 15 0 227150599 11246788608 22139 33554432000 4194304 4196468 140732703358496 140419001751952 140418997520085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23490560 140732703365732 140732703368540 140732703368540 140732703371215 0
[pid=7038/tid=7147] ppid=7031 vsize=10983192 memory=140187732542021 CPUtime=0.08 cores=0,2,4,6
/proc/7038/task/7147/stat : 7147 (java) S 7031 7038 6975 0 -1 1077944384 2 13188 0 1 0 0 5 3 20 0 15 0 227150599 11246788608 22139 33554432000 4194304 4196468 140732703358496 140418536696080 140418997520085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23490560 140732703365732 140732703368540 140732703368540 140732703371215 0
[pid=7038/tid=7149] ppid=7031 vsize=10983192 memory=140187732542023 CPUtime=0.08 cores=0,2,4,6
/proc/7038/task/7149/stat : 7149 (java) S 7031 7038 6975 0 -1 1077944384 2 13188 0 1 0 0 5 3 20 0 15 0 227150599 11246788608 22139 33554432000 4194304 4196468 140732703358496 140418535643792 140418997520085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23490560 140732703365732 140732703368540 140732703368540 140732703371215 0
[pid=7038/tid=7151] ppid=7031 vsize=10983192 memory=140187732542029 CPUtime=0.08 cores=0,2,4,6
/proc/7038/task/7151/stat : 7151 (java) S 7031 7038 6975 0 -1 1077944384 1 13188 0 1 0 0 5 3 20 0 15 0 227150599 11246788608 22139 33554432000 4194304 4196468 140732703358496 140418534590992 140418997520085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23490560 140732703365732 140732703368540 140732703368540 140732703371215 0
[pid=7038/tid=7153] ppid=7031 vsize=10983192 memory=140187732542030 CPUtime=0.08 cores=0,2,4,6
/proc/7038/task/7153/stat : 7153 (java) S 7031 7038 6975 0 -1 1077944384 5 13188 0 1 0 0 5 3 20 0 15 0 227150600 11246788608 22139 33554432000 4194304 4196468 140732703358496 140418168584816 140418997521026 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23490560 140732703365732 140732703368540 140732703368540 140732703371215 0
[pid=7038/tid=7155] ppid=7031 vsize=10983192 memory=140187732542033 CPUtime=0.08 cores=0,2,4,6
/proc/7038/task/7155/stat : 7155 (java) S 7031 7038 6975 0 -1 1077944384 13 13188 0 1 0 0 5 3 20 0 15 0 227150601 11246788608 22139 33554432000 4194304 4196468 140732703358496 140417781720352 140418997520085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23490560 140732703365732 140732703368540 140732703368540 140732703371215 0
[pid=7038/tid=7157] ppid=7031 vsize=10983192 memory=1108 CPUtime=0.08 cores=0,2,4,6
/proc/7038/task/7157/stat : 7157 (java) S 7031 7038 6975 0 -1 1077944384 1 13188 0 1 0 0 5 3 20 0 15 0 227150601 11246788608 22139 33554432000 4194304 4196468 140732703358496 140417580394096 140418997520085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23490560 140732703365732 140732703368540 140732703368540 140732703371215 0
[pid=7038/tid=7162] ppid=7031 vsize=10983192 memory=7518026621751088993 CPUtime=0.08 cores=0,2,4,6
/proc/7038/task/7162/stat : 7162 (java) S 7031 7038 6975 0 -1 1077944384 3 13188 0 1 0 0 5 3 20 0 15 0 227150603 11246788608 22139 33554432000 4194304 4196468 140732703358496 140417272994384 140418997528475 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23490560 140732703365732 140732703368540 140732703368540 140732703371215 0
[pid=7038/tid=7163] ppid=7031 vsize=10983192 memory=7881696724453321575 CPUtime=0.15 cores=0,2,4,6
/proc/7038/task/7163/stat : 7163 (java) S 7031 7038 6975 0 -1 1077944384 868 13188 0 1 7 0 5 3 20 0 15 0 227150603 11246788608 22139 33554432000 4194304 4196468 140732703358496 140418167531632 140418997521026 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23490560 140732703365732 140732703368540 140732703368540 140732703371215 0
[pid=7038/tid=7164] ppid=7031 vsize=10983192 memory=7523071198212214892 CPUtime=0.18 cores=0,2,4,6
/proc/7038/task/7164/stat : 7164 (java) S 7031 7038 6975 0 -1 1077944384 725 13188 0 1 10 0 5 3 20 0 15 0 227150603 11246788608 22139 33554432000 4194304 4196468 140732703358496 140418166478832 140418997521026 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23490560 140732703365732 140732703368540 140732703368540 140732703371215 0
[pid=7038/tid=7165] ppid=7031 vsize=10983192 memory=0 CPUtime=0.21 cores=0,2,4,6
/proc/7038/task/7165/stat : 7165 (java) S 7031 7038 6975 0 -1 1077944384 702 13188 0 1 13 0 5 3 20 0 15 0 227150603 11246788608 22139 33554432000 4194304 4196468 140732703358496 140418165426544 140418997521026 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23490560 140732703365732 140732703368540 140732703368540 140732703371215 0
[pid=7038/tid=7167] ppid=7031 vsize=10983192 memory=34088 CPUtime=0.08 cores=0,2,4,6
/proc/7038/task/7167/stat : 7167 (java) S 7031 7038 6975 0 -1 1077944384 3 13188 0 1 0 0 5 3 20 0 15 0 227150604 11246788608 22139 33554432000 4194304 4196468 140732703358496 140416842197472 140418997520085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23490560 140732703365732 140732703368540 140732703368540 140732703371215 0
[pid=7038/tid=7169] ppid=7031 vsize=10983192 memory=15932 CPUtime=0.08 cores=0,2,4,6
/proc/7038/task/7169/stat : 7169 (java) S 7031 7038 6975 0 -1 1077944384 1 13188 0 1 0 0 5 3 20 0 15 0 227150604 11246788608 22139 33554432000 4194304 4196468 140732703358496 140418164374448 140418997521026 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23490560 140732703365732 140732703368540 140732703368540 140732703371215 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88556 KiB

[startup+1.50072 s]
/proc/loadavg: 0.92 1.05 1.30 7/222 7169
/proc/meminfo: memFree=17591020/32770624 swapFree=67108860/67108860
[pid=7038] ppid=7031 vsize=10998092 memory=178212 CPUtime=2.24 cores=0,2,4,6
/proc/7038/stat : 7038 (java) S 7031 7038 6975 0 -1 1077944320 23728 13188 0 1 207 9 5 3 20 0 15 0 227150587 11262046208 44553 33554432000 4194304 4196468 140732703358496 140732703341040 140418997509879 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 1 0 0 6293624 6294260 23490560 140732703365732 140732703368540 140732703368540 140732703371215 0
/proc/7038/statm: 2749523 44553 3469 1 0 2711181 0
[pid=7038/tid=7143] ppid=7031 vsize=10998092 memory=61760 CPUtime=1.39 cores=0,2,4,6
/proc/7038/task/7143/stat : 7143 (java) R 7031 7038 6975 0 -1 4202560 17663 13188 0 1 126 5 5 3 20 0 15 0 227150598 11262046208 44553 33554432000 4194304 4196468 140732703358496 140418969339120 140418978335170 0 4 0 16800975 0 0 0 -1 2 0 0 1 0 0 6293624 6294260 23490560 140732703365732 140732703368540 140732703368540 140732703371215 0
[pid=7038/tid=7145] ppid=7031 vsize=10998092 memory=1236 CPUtime=0.09 cores=0,2,4,6
/proc/7038/task/7145/stat : 7145 (java) S 7031 7038 6975 0 -1 1077944384 66 13188 0 1 1 0 5 3 20 0 15 0 227150599 11262046208 44553 33554432000 4194304 4196468 140732703358496 140419001751952 140418997520085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23490560 140732703365732 140732703368540 140732703368540 140732703371215 0
[pid=7038/tid=7147] ppid=7031 vsize=10998092 memory=2444 CPUtime=0.09 cores=0,2,4,6
/proc/7038/task/7147/stat : 7147 (java) S 7031 7038 6975 0 -1 1077944384 22 13188 0 1 1 0 5 3 20 0 15 0 227150599 11262046208 44553 33554432000 4194304 4196468 140732703358496 140418536696080 140418997520085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23490560 140732703365732 140732703368540 140732703368540 140732703371215 0
[pid=7038/tid=7149] ppid=7031 vsize=10998092 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/7038/task/7149/stat : 7149 (java) S 7031 7038 6975 0 -1 1077944384 230 13188 0 1 1 0 5 3 20 0 15 0 227150599 11262046208 44553 33554432000 4194304 4196468 140732703358496 140418535643792 140418997520085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23490560 140732703365732 140732703368540 140732703368540 140732703371215 0
[pid=7038/tid=7151] ppid=7031 vsize=10998092 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/7038/task/7151/stat : 7151 (java) S 7031 7038 6975 0 -1 1077944384 25 13188 0 1 1 0 5 3 20 0 15 0 227150599 11262046208 44553 33554432000 4194304 4196468 140732703358496 140418534590992 140418997520085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23490560 140732703365732 140732703368540 140732703368540 140732703371215 0
[pid=7038/tid=7153] ppid=7031 vsize=10998092 memory=3184238105862476064 CPUtime=0.09 cores=0,2,4,6
/proc/7038/task/7153/stat : 7153 (java) S 7031 7038 6975 0 -1 1077944384 75 13188 0 1 1 0 5 3 20 0 15 0 227150600 11262046208 44553 33554432000 4194304 4196468 140732703358496 140418168584816 140418997521026 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23490560 140732703365732 140732703368540 140732703368540 140732703371215 0
[pid=7038/tid=7155] ppid=7031 vsize=10998092 memory=1408 CPUtime=0.08 cores=0,2,4,6
/proc/7038/task/7155/stat : 7155 (java) S 7031 7038 6975 0 -1 1077944384 14 13188 0 1 0 0 5 3 20 0 15 0 227150601 11262046208 44553 33554432000 4194304 4196468 140732703358496 140417781720416 140418997520085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23490560 140732703365732 140732703368540 140732703368540 140732703371215 0
[pid=7038/tid=7157] ppid=7031 vsize=10998092 memory=2209 CPUtime=0.08 cores=0,2,4,6
/proc/7038/task/7157/stat : 7157 (java) S 7031 7038 6975 0 -1 1077944384 1 13188 0 1 0 0 5 3 20 0 15 0 227150601 11262046208 44553 33554432000 4194304 4196468 140732703358496 140417580394096 140418997520085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23490560 140732703365732 140732703368540 140732703368540 140732703371215 0
[pid=7038/tid=7162] ppid=7031 vsize=10998092 memory=6944656592455360604 CPUtime=0.08 cores=0,2,4,6
/proc/7038/task/7162/stat : 7162 (java) S 7031 7038 6975 0 -1 1077944384 3 13188 0 1 0 0 5 3 20 0 15 0 227150603 11262046208 44553 33554432000 4194304 4196468 140732703358496 140417272994384 140418997528475 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23490560 140732703365732 140732703368540 140732703368540 140732703371215 0
[pid=7038/tid=7163] ppid=7031 vsize=10998092 memory=280371572769008 CPUtime=0.24 cores=0,2,4,6
/proc/7038/task/7163/stat : 7163 (java) S 7031 7038 6975 0 -1 1077944384 968 13188 0 1 16 0 5 3 20 0 15 0 227150603 11262046208 44553 33554432000 4194304 4196468 140732703358496 140418167531632 140418997521026 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23490560 140732703365732 140732703368540 140732703368540 140732703371215 0
[pid=7038/tid=7164] ppid=7031 vsize=10998092 memory=6944652177228980320 CPUtime=0.33 cores=0,2,4,6
/proc/7038/task/7164/stat : 7164 (java) R 7031 7038 6975 0 -1 4202560 1199 13188 0 1 25 0 5 3 20 0 15 0 227150603 11262046208 44553 33554432000 4194304 4196468 140732703358496 140418166469216 140418977970310 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23490560 140732703365732 140732703368540 140732703368540 140732703371215 0
[pid=7038/tid=7165] ppid=7031 vsize=10998092 memory=0 CPUtime=0.39 cores=0,2,4,6
/proc/7038/task/7165/stat : 7165 (java) S 7031 7038 6975 0 -1 1077944384 1261 13188 0 1 31 0 5 3 20 0 15 0 227150603 11262046208 44553 33554432000 4194304 4196468 140732703358496 140418165426544 140418997521026 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23490560 140732703365732 140732703368540 140732703368540 140732703371215 0
[pid=7038/tid=7167] ppid=7031 vsize=10998092 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/7038/task/7167/stat : 7167 (java) S 7031 7038 6975 0 -1 1077944384 3 13188 0 1 0 0 5 3 20 0 15 0 227150604 11262046208 44553 33554432000 4194304 4196468 140732703358496 140416842197472 140418997520085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23490560 140732703365732 140732703368540 140732703368540 140732703371215 0
[pid=7038/tid=7169] ppid=7031 vsize=10998092 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/7038/task/7169/stat : 7169 (java) S 7031 7038 6975 0 -1 1077944384 1 13188 0 1 0 0 5 3 20 0 15 0 227150604 11262046208 44553 33554432000 4194304 4196468 140732703358496 140418164374448 140418997521026 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23490560 140732703365732 140732703368540 140732703368540 140732703371215 0
Current children cumulated CPU time: 2.24 s
Current children cumulated vsize: 10998092 KiB
Current children cumulated memory: 178212 KiB

[startup+3.11437 s]
/proc/loadavg: 0.92 1.05 1.30 6/222 7169
/proc/meminfo: memFree=17330752/32770624 swapFree=67108860/67108860
[pid=7038] ppid=7031 vsize=11008352 memory=251232 CPUtime=5.37 cores=0,2,4,6
/proc/7038/stat : 7038 (java) S 7031 7038 6975 0 -1 1077944320 39734 13188 1 1 514 15 5 3 20 0 15 0 227150587 11272552448 62808 33554432000 4194304 4196468 140732703358496 140732703341040 140418997509879 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 1 0 0 6293624 6294260 23490560 140732703365732 140732703368540 140732703368540 140732703371215 0
/proc/7038/statm: 2752088 62808 3491 1 0 2713741 0

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

[startup+7.184 s]
# the end of solver process 7038 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=14.4526 s, system=0.346726 s

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

[startup+6.40089 s]
/proc/loadavg: 1.33 1.13 1.33 5/222 7169
/proc/meminfo: memFree=16957872/32770624 swapFree=67108860/67108860
[pid=7038] ppid=7031 vsize=11080032 memory=449956 CPUtime=13.81 cores=0,2,4,6
/proc/7038/stat : 7038 (java) S 7031 7038 6975 0 -1 1077944320 77937 13188 1 1 1345 28 5 3 20 0 15 0 227150587 11345952768 112489 33554432000 4194304 4196468 140732703358496 140732703341040 140418997509879 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 1 0 0 6293624 6294260 23490560 140732703365732 140732703368540 140732703368540 140732703371215 0
/proc/7038/statm: 2770008 112489 3524 1 0 2731661 0
[pid=7038/tid=7143] ppid=7031 vsize=11080032 memory=280371573230592 CPUtime=6.19 cores=0,2,4,6
/proc/7038/task/7143/stat : 7143 (java) R 7031 7038 6975 0 -1 4202560 49156 13188 1 1 599 12 5 3 20 0 15 0 227150598 11345952768 112489 33554432000 4194304 4196468 140732703358496 140418969343616 140418551977588 0 4 0 16800975 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 23490560 140732703365732 140732703368540 140732703368540 140732703371215 0
[pid=7038/tid=7145] ppid=7031 vsize=11080032 memory=8112282956445269571 CPUtime=0.11 cores=0,2,4,6
/proc/7038/task/7145/stat : 7145 (java) S 7031 7038 6975 0 -1 1077944384 96 13188 0 1 3 0 5 3 20 0 15 0 227150599 11345952768 112489 33554432000 4194304 4196468 140732703358496 140419001751952 140418997520085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23490560 140732703365732 140732703368540 140732703368540 140732703371215 0
[pid=7038/tid=7147] ppid=7031 vsize=11080032 memory=-2895008908443480685 CPUtime=0.12 cores=0,2,4,6
/proc/7038/task/7147/stat : 7147 (java) S 7031 7038 6975 0 -1 1077944384 160 13188 0 1 4 0 5 3 20 0 15 0 227150599 11345952768 112489 33554432000 4194304 4196468 140732703358496 140418536696080 140418997520085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23490560 140732703365732 140732703368540 140732703368540 140732703371215 0
[pid=7038/tid=7149] ppid=7031 vsize=11080032 memory=5931582921022401635 CPUtime=0.12 cores=0,2,4,6
/proc/7038/task/7149/stat : 7149 (java) S 7031 7038 6975 0 -1 1077944384 278 13188 0 1 4 0 5 3 20 0 15 0 227150599 11345952768 112489 33554432000 4194304 4196468 140732703358496 140418535643792 140418997520085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23490560 140732703365732 140732703368540 140732703368540 140732703371215 0
[pid=7038/tid=7151] ppid=7031 vsize=11080032 memory=-8630243524126675869 CPUtime=0.12 cores=0,2,4,6
/proc/7038/task/7151/stat : 7151 (java) S 7031 7038 6975 0 -1 1077944384 81 13188 0 1 4 0 5 3 20 0 15 0 227150599 11345952768 112489 33554432000 4194304 4196468 140732703358496 140418534590992 140418997520085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23490560 140732703365732 140732703368540 140732703368540 140732703371215 0
[pid=7038/tid=7153] ppid=7031 vsize=11080032 memory=5852213737551586149 CPUtime=0.12 cores=0,2,4,6
/proc/7038/task/7153/stat : 7153 (java) S 7031 7038 6975 0 -1 1077944384 2466 13188 0 1 4 0 5 3 20 0 15 0 227150600 11345952768 112489 33554432000 4194304 4196468 140732703358496 140418168584816 140418997521026 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23490560 140732703365732 140732703368540 140732703368540 140732703371215 0
[pid=7038/tid=7155] ppid=7031 vsize=11080032 memory=7523097599626334310 CPUtime=0.08 cores=0,2,4,6
/proc/7038/task/7155/stat : 7155 (java) S 7031 7038 6975 0 -1 1077944384 15 13188 0 1 0 0 5 3 20 0 15 0 227150601 11345952768 112489 33554432000 4194304 4196468 140732703358496 140417781720480 140418997520085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23490560 140732703365732 140732703368540 140732703368540 140732703371215 0
[pid=7038/tid=7157] ppid=7031 vsize=11080032 memory=7957689449132282197 CPUtime=0.08 cores=0,2,4,6
/proc/7038/task/7157/stat : 7157 (java) S 7031 7038 6975 0 -1 1077944384 1 13188 0 1 0 0 5 3 20 0 15 0 227150601 11345952768 112489 33554432000 4194304 4196468 140732703358496 140417580394112 140418997520085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23490560 140732703365732 140732703368540 140732703368540 140732703371215 0
[pid=7038/tid=7162] ppid=7031 vsize=11080032 memory=7594587674001172330 CPUtime=0.08 cores=0,2,4,6
/proc/7038/task/7162/stat : 7162 (java) S 7031 7038 6975 0 -1 1077944384 3 13188 0 1 0 0 5 3 20 0 15 0 227150603 11345952768 112489 33554432000 4194304 4196468 140732703358496 140417272994384 140418997528475 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23490560 140732703365732 140732703368540 140732703368540 140732703371215 0
[pid=7038/tid=7163] ppid=7031 vsize=11080032 memory=5787213904372519253 CPUtime=2.88 cores=0,2,4,6
/proc/7038/task/7163/stat : 7163 (java) R 7031 7038 6975 0 -1 4202560 11455 13188 0 1 275 5 5 3 20 0 15 0 227150603 11345952768 112489 33554432000 4194304 4196468 140732703358496 140418167531632 140418980995875 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23490560 140732703365732 140732703368540 140732703368540 140732703371215 0
[pid=7038/tid=7164] ppid=7031 vsize=11080032 memory=7019467088007147831 CPUtime=2.83 cores=0,2,4,6
/proc/7038/task/7164/stat : 7164 (java) S 7031 7038 6975 0 -1 1077944384 5288 13188 0 1 273 2 5 3 20 0 15 0 227150603 11345952768 112489 33554432000 4194304 4196468 140732703358496 140418166478832 140418997521026 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23490560 140732703365732 140732703368540 140732703368540 140732703371215 0
[pid=7038/tid=7165] ppid=7031 vsize=11080032 memory=0 CPUtime=1.85 cores=0,2,4,6
/proc/7038/task/7165/stat : 7165 (java) S 7031 7038 6975 0 -1 1077944384 6727 13188 0 1 174 3 5 3 20 0 15 0 227150603 11345952768 112489 33554432000 4194304 4196468 140732703358496 140418165426544 140418997521026 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23490560 140732703365732 140732703368540 140732703368540 140732703371215 0
[pid=7038/tid=7167] ppid=7031 vsize=11080032 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/7038/task/7167/stat : 7167 (java) S 7031 7038 6975 0 -1 1077944384 3 13188 0 1 0 0 5 3 20 0 15 0 227150604 11345952768 112489 33554432000 4194304 4196468 140732703358496 140416842197472 140418997520085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23490560 140732703365732 140732703368540 140732703368540 140732703371215 0
[pid=7038/tid=7169] ppid=7031 vsize=11080032 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/7038/task/7169/stat : 7169 (java) S 7031 7038 6975 0 -1 1077944384 11 13188 0 1 0 0 5 3 20 0 15 0 227150604 11345952768 112489 33554432000 4194304 4196468 140732703358496 140418164374448 140418997521026 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23490560 140732703365732 140732703368540 140732703368540 140732703371215 0
Current children cumulated CPU time: 13.81 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 449956 KiB

[startup+6.80075 s]
/proc/loadavg: 1.33 1.13 1.33 5/222 7169
/proc/meminfo: memFree=16957872/32770624 swapFree=67108860/67108860
[pid=7038] ppid=7031 vsize=11080032 memory=470636 CPUtime=14.3 cores=0,2,4,6
/proc/7038/stat : 7038 (java) S 7031 7038 6975 0 -1 1077944320 78008 13188 1 1 1393 29 5 3 20 0 15 0 227150587 11345952768 117659 33554432000 4194304 4196468 140732703358496 140732703341040 140418997509879 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 1 0 0 6293624 6294260 23490560 140732703365732 140732703368540 140732703368540 140732703371215 0
/proc/7038/statm: 2770008 117659 3524 1 0 2731661 0
[pid=7038/tid=7143] ppid=7031 vsize=11080032 memory=0 CPUtime=6.6 cores=0,2,4,6
/proc/7038/task/7143/stat : 7143 (java) R 7031 7038 6975 0 -1 4202560 49208 13188 1 1 639 13 5 3 20 0 15 0 227150598 11345952768 117659 33554432000 4194304 4196468 140732703358496 140418969343616 140418537039018 0 4 0 16800975 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 23490560 140732703365732 140732703368540 140732703368540 140732703371215 0
[pid=7038/tid=7145] ppid=7031 vsize=11080032 memory=0 CPUtime=0.11 cores=0,2,4,6
/proc/7038/task/7145/stat : 7145 (java) S 7031 7038 6975 0 -1 1077944384 96 13188 0 1 3 0 5 3 20 0 15 0 227150599 11345952768 117659 33554432000 4194304 4196468 140732703358496 140419001751952 140418997520085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23490560 140732703365732 140732703368540 140732703368540 140732703371215 0
[pid=7038/tid=7147] ppid=7031 vsize=11080032 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/7038/task/7147/stat : 7147 (java) S 7031 7038 6975 0 -1 1077944384 160 13188 0 1 4 0 5 3 20 0 15 0 227150599 11345952768 117659 33554432000 4194304 4196468 140732703358496 140418536696080 140418997520085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23490560 140732703365732 140732703368540 140732703368540 140732703371215 0
[pid=7038/tid=7149] ppid=7031 vsize=11080032 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/7038/task/7149/stat : 7149 (java) S 7031 7038 6975 0 -1 1077944384 278 13188 0 1 4 0 5 3 20 0 15 0 227150599 11345952768 117659 33554432000 4194304 4196468 140732703358496 140418535643792 140418997520085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23490560 140732703365732 140732703368540 140732703368540 140732703371215 0
[pid=7038/tid=7151] ppid=7031 vsize=11080032 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/7038/task/7151/stat : 7151 (java) S 7031 7038 6975 0 -1 1077944384 81 13188 0 1 4 0 5 3 20 0 15 0 227150599 11345952768 117659 33554432000 4194304 4196468 140732703358496 140418534590992 140418997520085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23490560 140732703365732 140732703368540 140732703368540 140732703371215 0
[pid=7038/tid=7153] ppid=7031 vsize=11080032 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/7038/task/7153/stat : 7153 (java) S 7031 7038 6975 0 -1 1077944384 2466 13188 0 1 4 0 5 3 20 0 15 0 227150600 11345952768 117659 33554432000 4194304 4196468 140732703358496 140418168584816 140418997521026 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23490560 140732703365732 140732703368540 140732703368540 140732703371215 0
[pid=7038/tid=7155] ppid=7031 vsize=11080032 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/7038/task/7155/stat : 7155 (java) S 7031 7038 6975 0 -1 1077944384 15 13188 0 1 0 0 5 3 20 0 15 0 227150601 11345952768 117659 33554432000 4194304 4196468 140732703358496 140417781720480 140418997520085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23490560 140732703365732 140732703368540 140732703368540 140732703371215 0
[pid=7038/tid=7157] ppid=7031 vsize=11080032 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/7038/task/7157/stat : 7157 (java) S 7031 7038 6975 0 -1 1077944384 1 13188 0 1 0 0 5 3 20 0 15 0 227150601 11345952768 118171 33554432000 4194304 4196468 140732703358496 140417580394112 140418997520085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23490560 140732703365732 140732703368540 140732703368540 140732703371215 0
[pid=7038/tid=7162] ppid=7031 vsize=11080032 memory=872 CPUtime=0.08 cores=0,2,4,6
/proc/7038/task/7162/stat : 7162 (java) S 7031 7038 6975 0 -1 1077944384 3 13188 0 1 0 0 5 3 20 0 15 0 227150603 11345952768 118171 33554432000 4194304 4196468 140732703358496 140417272994384 140418997528475 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23490560 140732703365732 140732703368540 140732703368540 140732703371215 0
[pid=7038/tid=7163] ppid=7031 vsize=11080032 memory=4280 CPUtime=2.91 cores=0,2,4,6
/proc/7038/task/7163/stat : 7163 (java) S 7031 7038 6975 0 -1 1077944384 11464 13188 0 1 278 5 5 3 20 0 15 0 227150603 11345952768 118171 33554432000 4194304 4196468 140732703358496 140418167531632 140418997521026 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23490560 140732703365732 140732703368540 140732703368540 140732703371215 0
[pid=7038/tid=7164] ppid=7031 vsize=11080032 memory=14888 CPUtime=2.87 cores=0,2,4,6
/proc/7038/task/7164/stat : 7164 (java) S 7031 7038 6975 0 -1 1077944384 5295 13188 0 1 277 2 5 3 20 0 15 0 227150603 11345952768 118171 33554432000 4194304 4196468 140732703358496 140418166478832 140418997521026 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23490560 140732703365732 140732703368540 140732703368540 140732703371215 0
[pid=7038/tid=7165] ppid=7031 vsize=11080032 memory=34088 CPUtime=1.85 cores=0,2,4,6
/proc/7038/task/7165/stat : 7165 (java) S 7031 7038 6975 0 -1 1077944384 6730 13188 0 1 174 3 5 3 20 0 15 0 227150603 11345952768 118171 33554432000 4194304 4196468 140732703358496 140418165426544 140418997521026 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23490560 140732703365732 140732703368540 140732703368540 140732703371215 0
[pid=7038/tid=7167] ppid=7031 vsize=11080032 memory=15932 CPUtime=0.08 cores=0,2,4,6
/proc/7038/task/7167/stat : 7167 (java) S 7031 7038 6975 0 -1 1077944384 3 13188 0 1 0 0 5 3 20 0 15 0 227150604 11345952768 118171 33554432000 4194304 4196468 140732703358496 140416842197472 140418997520085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23490560 140732703365732 140732703368540 140732703368540 140732703371215 0
[pid=7038/tid=7169] ppid=7031 vsize=11080032 memory=3332 CPUtime=0.08 cores=0,2,4,6
/proc/7038/task/7169/stat : 7169 (java) S 7031 7038 6975 0 -1 1077944384 11 13188 0 1 0 0 5 3 20 0 15 0 227150604 11345952768 118171 33554432000 4194304 4196468 140732703358496 140418164374448 140418997521026 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23490560 140732703365732 140732703368540 140732703368540 140732703371215 0
Current children cumulated CPU time: 14.3 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 470636 KiB

[startup+7.00072 s]*
/proc/loadavg: 1.33 1.13 1.33 4/222 7169
/proc/meminfo: memFree=16844056/32770624 swapFree=67108860/67108860
[pid=7038] ppid=7031 vsize=11080032 memory=507504 CPUtime=14.59 cores=0,2,4,6
/proc/7038/stat : 7038 (java) S 7031 7038 6975 0 -1 1077944320 78104 13188 1 1 1422 29 5 3 20 0 15 0 227150587 11345952768 126876 33554432000 4194304 4196468 140732703358496 140732703341040 140418997509879 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 1 0 0 6293624 6294260 23490560 140732703365732 140732703368540 140732703368540 140732703371215 0
/proc/7038/statm: 2770008 126876 3524 1 0 2731661 0
[pid=7038/tid=7143] ppid=7031 vsize=11080032 memory=8112282956445269571 CPUtime=6.8 cores=0,2,4,6
/proc/7038/task/7143/stat : 7143 (java) R 7031 7038 6975 0 -1 4202560 49259 13188 1 1 659 13 5 3 20 0 15 0 227150598 11345952768 126876 33554432000 4194304 4196468 140732703358496 140418969344816 140418549902739 0 4 0 16800975 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 23490560 140732703365732 140732703368540 140732703368540 140732703371215 0
[pid=7038/tid=7145] ppid=7031 vsize=11080032 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/7038/task/7145/stat : 7145 (java) S 7031 7038 6975 0 -1 1077944384 98 13188 0 1 4 0 5 3 20 0 15 0 227150599 11345952768 126876 33554432000 4194304 4196468 140732703358496 140419001751952 140418997520085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23490560 140732703365732 140732703368540 140732703368540 140732703371215 0
[pid=7038/tid=7147] ppid=7031 vsize=11080032 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/7038/task/7147/stat : 7147 (java) S 7031 7038 6975 0 -1 1077944384 161 13188 0 1 4 0 5 3 20 0 15 0 227150599 11345952768 126876 33554432000 4194304 4196468 140732703358496 140418536696080 140418997520085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23490560 140732703365732 140732703368540 140732703368540 140732703371215 0
[pid=7038/tid=7149] ppid=7031 vsize=11080032 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/7038/task/7149/stat : 7149 (java) S 7031 7038 6975 0 -1 1077944384 279 13188 0 1 4 0 5 3 20 0 15 0 227150599 11345952768 126876 33554432000 4194304 4196468 140732703358496 140418535643792 140418997520085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23490560 140732703365732 140732703368540 140732703368540 140732703371215 0
[pid=7038/tid=7151] ppid=7031 vsize=11080032 memory=-1 CPUtime=0.12 cores=0,2,4,6
/proc/7038/task/7151/stat : 7151 (java) S 7031 7038 6975 0 -1 1077944384 84 13188 0 1 4 0 5 3 20 0 15 0 227150599 11345952768 126876 33554432000 4194304 4196468 140732703358496 140418534590992 140418997520085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23490560 140732703365732 140732703368540 140732703368540 140732703371215 0
[pid=7038/tid=7153] ppid=7031 vsize=11080032 memory=2319693789959299120 CPUtime=0.12 cores=0,2,4,6
/proc/7038/task/7153/stat : 7153 (java) S 7031 7038 6975 0 -1 1077944384 2488 13188 0 1 4 0 5 3 20 0 15 0 227150600 11345952768 126876 33554432000 4194304 4196468 140732703358496 140418168584816 140418997521026 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23490560 140732703365732 140732703368540 140732703368540 140732703371215 0
[pid=7038/tid=7155] ppid=7031 vsize=11080032 memory=7451039979215610734 CPUtime=0.08 cores=0,2,4,6
/proc/7038/task/7155/stat : 7155 (java) S 7031 7038 6975 0 -1 1077944384 15 13188 0 1 0 0 5 3 20 0 15 0 227150601 11345952768 126876 33554432000 4194304 4196468 140732703358496 140417781720480 140418997520085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23490560 140732703365732 140732703368540 140732703368540 140732703371215 0
[pid=7038/tid=7157] ppid=7031 vsize=11080032 memory=8173028847871355496 CPUtime=0.08 cores=0,2,4,6
/proc/7038/task/7157/stat : 7157 (java) S 7031 7038 6975 0 -1 1077944384 1 13188 0 1 0 0 5 3 20 0 15 0 227150601 11345952768 126876 33554432000 4194304 4196468 140732703358496 140417580394112 140418997520085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23490560 140732703365732 140732703368540 140732703368540 140732703371215 0
[pid=7038/tid=7162] ppid=7031 vsize=11080032 memory=8978309881829228949 CPUtime=0.08 cores=0,2,4,6
/proc/7038/task/7162/stat : 7162 (java) S 7031 7038 6975 0 -1 1077944384 3 13188 0 1 0 0 5 3 20 0 15 0 227150603 11345952768 126876 33554432000 4194304 4196468 140732703358496 140417272994384 140418997528475 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23490560 140732703365732 140732703368540 140732703368540 140732703371215 0
[pid=7038/tid=7163] ppid=7031 vsize=11080032 memory=0 CPUtime=2.96 cores=0,2,4,6
/proc/7038/task/7163/stat : 7163 (java) S 7031 7038 6975 0 -1 1077944384 11474 13188 0 1 283 5 5 3 20 0 15 0 227150603 11345952768 126876 33554432000 4194304 4196468 140732703358496 140418167531632 140418997521026 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23490560 140732703365732 140732703368540 140732703368540 140732703371215 0
[pid=7038/tid=7164] ppid=7031 vsize=11080032 memory=67 CPUtime=2.91 cores=0,2,4,6
/proc/7038/task/7164/stat : 7164 (java) S 7031 7038 6975 0 -1 1077944384 5301 13188 0 1 281 2 5 3 20 0 15 0 227150603 11345952768 126876 33554432000 4194304 4196468 140732703358496 140418166478832 140418997521026 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23490560 140732703365732 140732703368540 140732703368540 140732703371215 0
[pid=7038/tid=7165] ppid=7031 vsize=11080032 memory=3472468482168877744 CPUtime=1.85 cores=0,2,4,6
/proc/7038/task/7165/stat : 7165 (java) S 7031 7038 6975 0 -1 1077944384 6730 13188 0 1 174 3 5 3 20 0 15 0 227150603 11345952768 126876 33554432000 4194304 4196468 140732703358496 140418165426544 140418997521026 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23490560 140732703365732 140732703368540 140732703368540 140732703371215 0
[pid=7038/tid=7167] ppid=7031 vsize=11080032 memory=2208 CPUtime=0.08 cores=0,2,4,6
/proc/7038/task/7167/stat : 7167 (java) S 7031 7038 6975 0 -1 1077944384 3 13188 0 1 0 0 5 3 20 0 15 0 227150604 11345952768 126876 33554432000 4194304 4196468 140732703358496 140416842197472 140418997520085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23490560 140732703365732 140732703368540 140732703368540 140732703371215 0
[pid=7038/tid=7169] ppid=7031 vsize=11080032 memory=140185941198469 CPUtime=0.08 cores=0,2,4,6
/proc/7038/task/7169/stat : 7169 (java) S 7031 7038 6975 0 -1 1077944384 11 13188 0 1 0 0 5 3 20 0 15 0 227150604 11345952768 126876 33554432000 4194304 4196468 140732703358496 140418164374448 140418997521026 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23490560 140732703365732 140732703368540 140732703368540 140732703371215 0
Current children cumulated CPU time: 14.59 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 507504 KiB

[startup+7.1101 s]
/proc/loadavg: 1.33 1.13 1.33 4/222 7169
/proc/meminfo: memFree=16844056/32770624 swapFree=67108860/67108860
[pid=7038] ppid=7031 vsize=11080032 memory=507504 CPUtime=14.71 cores=0,2,4,6
/proc/7038/stat : 7038 (java) S 7031 7038 6975 0 -1 1077944320 78122 13188 1 1 1434 29 5 3 20 0 15 0 227150587 11345952768 126876 33554432000 4194304 4196468 140732703358496 140732703341040 140418997509879 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 1 0 0 6293624 6294260 23490560 140732703365732 140732703368540 140732703368540 140732703371215 0
/proc/7038/statm: 2770008 126876 3524 1 0 2731661 0
[pid=7038/tid=7143] ppid=7031 vsize=11080032 memory=507504 CPUtime=6.9 cores=0,2,4,6
/proc/7038/task/7143/stat : 7143 (java) R 7031 7038 6975 0 -1 4202560 49277 13188 1 1 669 13 5 3 20 0 15 0 227150598 11345952768 126876 33554432000 4194304 4196468 140732703358496 140418969344816 140418545268055 0 4 0 16800975 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 23490560 140732703365732 140732703368540 140732703368540 140732703371215 0
[pid=7038/tid=7145] ppid=7031 vsize=11080032 memory=3 CPUtime=0.12 cores=0,2,4,6
/proc/7038/task/7145/stat : 7145 (java) S 7031 7038 6975 0 -1 1077944384 98 13188 0 1 4 0 5 3 20 0 15 0 227150599 11345952768 126876 33554432000 4194304 4196468 140732703358496 140419001751952 140418997520085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23490560 140732703365732 140732703368540 140732703368540 140732703371215 0
[pid=7038/tid=7147] ppid=7031 vsize=11080032 memory=3 CPUtime=0.12 cores=0,2,4,6
/proc/7038/task/7147/stat : 7147 (java) S 7031 7038 6975 0 -1 1077944384 161 13188 0 1 4 0 5 3 20 0 15 0 227150599 11345952768 126876 33554432000 4194304 4196468 140732703358496 140418536696080 140418997520085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23490560 140732703365732 140732703368540 140732703368540 140732703371215 0
[pid=7038/tid=7149] ppid=7031 vsize=11080032 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/7038/task/7149/stat : 7149 (java) S 7031 7038 6975 0 -1 1077944384 279 13188 0 1 4 0 5 3 20 0 15 0 227150599 11345952768 126876 33554432000 4194304 4196468 140732703358496 140418535643792 140418997520085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23490560 140732703365732 140732703368540 140732703368540 140732703371215 0
[pid=7038/tid=7151] ppid=7031 vsize=11080032 memory=280371573188128 CPUtime=0.12 cores=0,2,4,6
/proc/7038/task/7151/stat : 7151 (java) S 7031 7038 6975 0 -1 1077944384 84 13188 0 1 4 0 5 3 20 0 15 0 227150599 11345952768 126876 33554432000 4194304 4196468 140732703358496 140418534590992 140418997520085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23490560 140732703365732 140732703368540 140732703368540 140732703371215 0
[pid=7038/tid=7153] ppid=7031 vsize=11080032 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/7038/task/7153/stat : 7153 (java) S 7031 7038 6975 0 -1 1077944384 2488 13188 0 1 4 0 5 3 20 0 15 0 227150600 11345952768 126876 33554432000 4194304 4196468 140732703358496 140418168584816 140418997521026 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23490560 140732703365732 140732703368540 140732703368540 140732703371215 0
[pid=7038/tid=7155] ppid=7031 vsize=11080032 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/7038/task/7155/stat : 7155 (java) S 7031 7038 6975 0 -1 1077944384 15 13188 0 1 0 0 5 3 20 0 15 0 227150601 11345952768 126876 33554432000 4194304 4196468 140732703358496 140417781720480 140418997520085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23490560 140732703365732 140732703368540 140732703368540 140732703371215 0
[pid=7038/tid=7157] ppid=7031 vsize=11080032 memory=4132 CPUtime=0.08 cores=0,2,4,6
/proc/7038/task/7157/stat : 7157 (java) S 7031 7038 6975 0 -1 1077944384 1 13188 0 1 0 0 5 3 20 0 15 0 227150601 11345952768 126876 33554432000 4194304 4196468 140732703358496 140417580394112 140418997520085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23490560 140732703365732 140732703368540 140732703368540 140732703371215 0
[pid=7038/tid=7162] ppid=7031 vsize=11080032 memory=61760 CPUtime=0.08 cores=0,2,4,6
/proc/7038/task/7162/stat : 7162 (java) S 7031 7038 6975 0 -1 1077944384 3 13188 0 1 0 0 5 3 20 0 15 0 227150603 11345952768 126876 33554432000 4194304 4196468 140732703358496 140417272994384 140418997528475 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23490560 140732703365732 140732703368540 140732703368540 140732703371215 0
[pid=7038/tid=7163] ppid=7031 vsize=11080032 memory=4132 CPUtime=2.97 cores=0,2,4,6
/proc/7038/task/7163/stat : 7163 (java) S 7031 7038 6975 0 -1 1077944384 11474 13188 0 1 284 5 5 3 20 0 15 0 227150603 11345952768 126876 33554432000 4194304 4196468 140732703358496 140418167531632 140418997521026 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23490560 140732703365732 140732703368540 140732703368540 140732703371215 0
[pid=7038/tid=7164] ppid=7031 vsize=11080032 memory=61760 CPUtime=2.91 cores=0,2,4,6
/proc/7038/task/7164/stat : 7164 (java) S 7031 7038 6975 0 -1 1077944384 5301 13188 0 1 281 2 5 3 20 0 15 0 227150603 11345952768 126876 33554432000 4194304 4196468 140732703358496 140418166478832 140418997521026 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23490560 140732703365732 140732703368540 140732703368540 140732703371215 0
[pid=7038/tid=7165] ppid=7031 vsize=11080032 memory=-2746515524090870338 CPUtime=1.85 cores=0,2,4,6
/proc/7038/task/7165/stat : 7165 (java) S 7031 7038 6975 0 -1 1077944384 6730 13188 0 1 174 3 5 3 20 0 15 0 227150603 11345952768 126876 33554432000 4194304 4196468 140732703358496 140418165426544 140418997521026 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23490560 140732703365732 140732703368540 140732703368540 140732703371215 0
[pid=7038/tid=7167] ppid=7031 vsize=11080032 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/7038/task/7167/stat : 7167 (java) S 7031 7038 6975 0 -1 1077944384 3 13188 0 1 0 0 5 3 20 0 15 0 227150604 11345952768 126876 33554432000 4194304 4196468 140732703358496 140416842197472 140418997520085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23490560 140732703365732 140732703368540 140732703368540 140732703371215 0
[pid=7038/tid=7169] ppid=7031 vsize=11080032 memory=2276 CPUtime=0.08 cores=0,2,4,6
/proc/7038/task/7169/stat : 7169 (java) S 7031 7038 6975 0 -1 1077944384 11 13188 0 1 0 0 5 3 20 0 15 0 227150604 11345952768 126876 33554432000 4194304 4196468 140732703358496 140418164374448 140418997521026 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23490560 140732703365732 140732703368540 140732703368540 140732703371215 0
Current children cumulated CPU time: 14.71 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 507504 KiB

Child status: 0
Real time (s): 7.18406
CPU time (s): 14.7993
CPU user time (s): 14.4526
CPU system time (s): 0.346726
CPU usage (%): 206.002
Max. virtual memory (cumulated for all children) (KiB): 11082856
Max. memory (cumulated for all children) (KiB): 507504

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 14.4526
system time used= 0.346726
maximum resident set size= 509612
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 91406
page faults= 2
swaps= 0
block input operations= 2640
block output operations= 184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8367
involuntary context switches= 247


# summary of solver processes directly reported to runsolver:
#   pid: 7038
#   total CPU time (s): 14.7993
#   total CPU user time (s): 14.4526
#   total CPU system time (s): 0.346726

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.065061 second user time and 0.115411 second system time

The end

Launcher Data

Begin job on node132 at 2018-08-12 19:44:34
IDJOB=4304486
IDBENCH=141317
IDSOLVER=2781
FILE ID=node132/4304486-1534095874
RUNJOBID= node132-1534095874-7006
PBS_JOBID= 21036994
Free space on /tmp= 38200 MiB

SOLVER NAME= Concrete 3.9.2-SuperNG
BENCH NAME= XCSP18/PizzaVoucher/PizzaVoucher-10a_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4304486-1534095874/watcher-4304486-1534095874 -o /tmp/evaluation-result-4304486-1534095874/solver-4304486-1534095874 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1534095874-7006 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=670429101 -superng HOME/instance-4304486-1534095874.xml

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

MD5SUM BENCH= a5c040ab978d2252c9b6b6d47e833d0a
RANDOM SEED=670429101

node132.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.65
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.65
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.65
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.65
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:        17783728 kB
MemAvailable:   31904148 kB
Buffers:          237124 kB
Cached:         13993956 kB
SwapCached:            0 kB
Active:          7040864 kB
Inactive:        7244088 kB
Active(anon):       3896 kB
Inactive(anon):   102700 kB
Active(file):    7036968 kB
Inactive(file):  7141388 kB
Unevictable:        6976 kB
Mlocked:            6976 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             52896 kB
Writeback:             8 kB
AnonPages:         60340 kB
Mapped:            54236 kB
Shmem:             49824 kB
Slab:             398348 kB
SReclaimable:     370524 kB
SUnreclaim:        27824 kB
KernelStack:        3504 kB
PageTables:         5692 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     351964 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 38148 MiB
End job on node132 at 2018-08-12 19:44:41