Trace number 4293138

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 NameAnswerCPU timeWall clock time
Concrete 3.8 2018-06-13SAT 10.1539 4.62616

General information on the benchmark

NameStripPacking/
StripPacking-1b_c18.xml
MD5SUM1d962658b6cfa8354278e550b215e9b2
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.636192
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints31
Number of domains12
Minimum domain size1
Maximum domain size15
Distribution of domain sizes[{"size":1,"count":2},{"size":2,"count":28},{"size":15,"count":20}]
Minimum variable degree1
Maximum variable degree3
Distribution of variable degrees[{"degree":1,"count":10},{"degree":2,"count":20},{"degree":3,"count":20}]
Minimum constraint arity2
Maximum constraint arity40
Distribution of constraint arities[{"arity":2,"count":20},{"arity":3,"count":10},{"arity":40,"count":1}]
Number of extensional constraints10
Number of intensional constraints20
Distribution of constraint types[{"type":"extension","count":10},{"type":"intension","count":20},{"type":"noOverlap","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.99/0.75	c Concrete v3.8.1528841891564 running
10.12/4.60	v <instantiation>
10.12/4.60	v       <list>
10.12/4.60	v         x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] y[0] y[1] y[2] y[3] y[4] y[5] y[6] y[7] y[8] y[9] w[0] w[1] w[2] w[3] w[4] w[5] w[6] w[7] w[8] w[9] h[0] h[1] h[2] h[3] h[4] h[5] h[6] h[7] h[8] h[9] r[0] r[1] r[2] r[3] r[4] r[5] r[6] r[7] r[8] r[9]
10.12/4.60	v       </list>
10.12/4.60	v       <values>
10.12/4.60	v         0 2 0 10 3 3 10 8 8 0 0 6 10 7 12 9 0 0 6 6 8 6 3 5 12 7 5 2 2 2 6 3 5 5 3 3 7 6 3 4 0 1 0 0 1 1 0 0 1 1
10.12/4.60	v       </values>
10.12/4.60	v     </instantiation>
10.12/4.60	s SATISFIABLE

Verifier Data

OK	

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4293138-1532310160/watcher-4293138-1532310160 -o /tmp/evaluation-result-4293138-1532310160/solver-4293138-1532310160 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node136-1532296223-4593 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=235216438 HOME/instance-4293138-1532310160.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=7430, runsolver pid=7427

[startup+0.100062 s]*
/proc/loadavg: 1.91 3.52 3.34 3/207 7487
/proc/meminfo: memFree=20252552/32770624 swapFree=67108860/67108860
[pid=7430] ppid=7427 vsize=9972712 memory=14912 CPUtime=0.09 cores=0,2,4,6
/proc/7430/stat : 7430 (java) S 7427 7430 4562 0 -1 1077944320 4388 13148 0 0 1 0 5 3 20 0 6 0 48579192 10212057088 3728 33554432000 4194304 4196468 140726072617600 140726072600144 140463009713911 0 0 0 16784584 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 31481856 140726072621679 140726072624476 140726072624476 140726072627151 0
/proc/7430/statm: 2493178 3728 1934 1 0 2481616 0
[pid=7430/tid=7483] ppid=7427 vsize=9972712 memory=-8960322420946026437 CPUtime=0.08 cores=0,2,4,6
/proc/7430/task/7483/stat : 7483 (java) R 7427 7430 4562 0 -1 4202560 2225 13148 0 0 0 0 5 3 20 0 6 0 48579201 10212057088 3728 33554432000 4194304 4196468 140726072617600 140462981550672 140463009735837 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31481856 140726072621679 140726072624476 140726072624476 140726072627151 0
[pid=7430/tid=7484] ppid=7427 vsize=9972712 memory=-7522837583129502606 CPUtime=0.08 cores=0,2,4,6
/proc/7430/task/7484/stat : 7484 (java) S 7427 7430 4562 0 -1 1077944384 1 13148 0 0 0 0 5 3 20 0 6 0 48579202 10212057088 3728 33554432000 4194304 4196468 140726072617600 140463013955984 140463009724117 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31481856 140726072621679 140726072624476 140726072624476 140726072627151 0
[pid=7430/tid=7485] ppid=7427 vsize=9972712 memory=139973821531776 CPUtime=0.08 cores=0,2,4,6
/proc/7430/task/7485/stat : 7485 (java) S 7427 7430 4562 0 -1 1077944384 1 13148 0 0 0 0 5 3 20 0 6 0 48579202 10212057088 3728 33554432000 4194304 4196468 140726072617600 140462947997968 140463009724117 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31481856 140726072621679 140726072624476 140726072624476 140726072627151 0
[pid=7430/tid=7486] ppid=7427 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/7430/task/7486/stat : 7486 (java) S 7427 7430 4562 0 -1 1077944384 1 13148 0 0 0 0 5 3 20 0 6 0 48579202 10212057088 3794 33554432000 4194304 4196468 140726072617600 140462581451408 140463009724117 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31481856 140726072621679 140726072624476 140726072624476 140726072627151 0
[pid=7430/tid=7487] ppid=7427 vsize=9972712 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/7430/task/7487/stat : 7487 (java) S 7427 7430 4562 0 -1 1077944384 2 13148 0 0 0 0 5 3 20 0 6 0 48579202 10212057088 3794 33554432000 4194304 4196468 140726072617600 140462580398608 140463009724117 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31481856 140726072621679 140726072624476 140726072624476 140726072627151 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 14912 KiB

[startup+0.209832 s]*
/proc/loadavg: 1.91 3.52 3.34 3/216 7496
/proc/meminfo: memFree=20232784/32770624 swapFree=67108860/67108860
[pid=7430] ppid=7427 vsize=10818904 memory=36060 CPUtime=0.26 cores=0,2,4,6
/proc/7430/stat : 7430 (java) S 7427 7430 4562 0 -1 1077944320 7318 13148 0 0 16 2 5 3 20 0 15 0 48579192 11078557696 9015 33554432000 4194304 4196468 140726072617600 140726072600144 140463009713911 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 31481856 140726072621679 140726072624476 140726072624476 140726072627151 0
/proc/7430/statm: 2704726 9015 2970 1 0 2667149 0
[pid=7430/tid=7483] ppid=7427 vsize=10818904 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/7430/task/7483/stat : 7483 (java) R 7427 7430 4562 0 -1 4202560 3772 13148 0 0 10 1 5 3 20 0 15 0 48579201 11078557696 9015 33554432000 4194304 4196468 140726072617600 140462981535816 140462991277497 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31481856 140726072621679 140726072624476 140726072624476 140726072627151 0
[pid=7430/tid=7484] ppid=7427 vsize=10818904 memory=331 CPUtime=0.08 cores=0,2,4,6
/proc/7430/task/7484/stat : 7484 (java) S 7427 7430 4562 0 -1 1077944384 1 13148 0 0 0 0 5 3 20 0 15 0 48579202 11078557696 9015 33554432000 4194304 4196468 140726072617600 140463013955984 140463009724117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31481856 140726072621679 140726072624476 140726072624476 140726072627151 0
[pid=7430/tid=7485] ppid=7427 vsize=10818904 memory=139973821539463 CPUtime=0.08 cores=0,2,4,6
/proc/7430/task/7485/stat : 7485 (java) S 7427 7430 4562 0 -1 1077944384 1 13148 0 0 0 0 5 3 20 0 15 0 48579202 11078557696 9015 33554432000 4194304 4196468 140726072617600 140462947997968 140463009724117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31481856 140726072621679 140726072624476 140726072624476 140726072627151 0
[pid=7430/tid=7486] ppid=7427 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/7430/task/7486/stat : 7486 (java) S 7427 7430 4562 0 -1 1077944384 1 13148 0 0 0 0 5 3 20 0 15 0 48579202 11078557696 9015 33554432000 4194304 4196468 140726072617600 140462581451408 140463009724117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31481856 140726072621679 140726072624476 140726072624476 140726072627151 0
[pid=7430/tid=7487] ppid=7427 vsize=10818904 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/7430/task/7487/stat : 7487 (java) S 7427 7430 4562 0 -1 1077944384 2 13148 0 0 0 0 5 3 20 0 15 0 48579202 11078557696 9015 33554432000 4194304 4196468 140726072617600 140462580398608 140463009724117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31481856 140726072621679 140726072624476 140726072624476 140726072627151 0
[pid=7430/tid=7488] ppid=7427 vsize=10818904 memory=139973821531776 CPUtime=0.08 cores=0,2,4,6
/proc/7430/task/7488/stat : 7488 (java) S 7427 7430 4562 0 -1 1077944384 2 13148 0 0 0 0 5 3 20 0 15 0 48579203 11078557696 9015 33554432000 4194304 4196468 140726072617600 140462468856432 140463009725058 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31481856 140726072621679 140726072624476 140726072624476 140726072627151 0
[pid=7430/tid=7489] ppid=7427 vsize=10818904 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/7430/task/7489/stat : 7489 (java) S 7427 7430 4562 0 -1 1077944384 33 13148 0 0 0 0 5 3 20 0 15 0 48579204 11078557696 9015 33554432000 4194304 4196468 140726072617600 140462467802400 140463009724117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31481856 140726072621679 140726072624476 140726072624476 140726072627151 0
[pid=7430/tid=7490] ppid=7427 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/7430/task/7490/stat : 7490 (java) S 7427 7430 4562 0 -1 1077944384 1 13148 0 0 0 0 5 3 20 0 15 0 48579204 11078557696 9015 33554432000 4194304 4196468 140726072617600 140461872244336 140463009724117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31481856 140726072621679 140726072624476 140726072624476 140726072627151 0
[pid=7430/tid=7491] ppid=7427 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/7430/task/7491/stat : 7491 (java) S 7427 7430 4562 0 -1 1077944384 3 13148 0 0 0 0 5 3 20 0 15 0 48579207 11078557696 9015 33554432000 4194304 4196468 140726072617600 140461564844624 140463009732507 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31481856 140726072621679 140726072624476 140726072624476 140726072627151 0
[pid=7430/tid=7492] ppid=7427 vsize=10818904 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/7430/task/7492/stat : 7492 (java) S 7427 7430 4562 0 -1 1077944384 374 13148 0 0 1 0 5 3 20 0 15 0 48579207 11078557696 9015 33554432000 4194304 4196468 140726072617600 140462434244720 140463009725058 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31481856 140726072621679 140726072624476 140726072624476 140726072627151 0
[pid=7430/tid=7493] ppid=7427 vsize=10818904 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/7430/task/7493/stat : 7493 (java) S 7427 7430 4562 0 -1 1077944384 276 13148 0 0 1 0 5 3 20 0 15 0 48579207 11078557696 9015 33554432000 4194304 4196468 140726072617600 140462433191920 140463009725058 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31481856 140726072621679 140726072624476 140726072624476 140726072627151 0
[pid=7430/tid=7494] ppid=7427 vsize=10818904 memory=139973821531776 CPUtime=0.1 cores=0,2,4,6
/proc/7430/task/7494/stat : 7494 (java) S 7427 7430 4562 0 -1 1077944384 660 13148 0 0 2 0 5 3 20 0 15 0 48579207 11078557696 9015 33554432000 4194304 4196468 140726072617600 140462432139632 140463009725058 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31481856 140726072621679 140726072624476 140726072624476 140726072627151 0
[pid=7430/tid=7495] ppid=7427 vsize=10818904 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/7430/task/7495/stat : 7495 (java) S 7427 7430 4562 0 -1 1077944384 3 13148 0 0 0 0 5 3 20 0 15 0 48579207 11078557696 9015 33554432000 4194304 4196468 140726072617600 140461531285984 140463009724117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31481856 140726072621679 140726072624476 140726072624476 140726072627151 0
[pid=7430/tid=7496] ppid=7427 vsize=10818904 memory=139973821531776 CPUtime=0.08 cores=0,2,4,6
/proc/7430/task/7496/stat : 7496 (java) S 7427 7430 4562 0 -1 1077944384 1 13148 0 0 0 0 5 3 20 0 15 0 48579207 11078557696 9015 33554432000 4194304 4196468 140726072617600 140462431087536 140463009725058 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31481856 140726072621679 140726072624476 140726072624476 140726072627151 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10818904 KiB
Current children cumulated memory: 36060 KiB

[startup+0.310121 s]*
/proc/loadavg: 2.00 3.51 3.34 3/216 7496
/proc/meminfo: memFree=20221000/32770624 swapFree=67108860/67108860
[pid=7430] ppid=7427 vsize=10819352 memory=48132 CPUtime=0.38 cores=0,2,4,6
/proc/7430/stat : 7430 (java) S 7427 7430 4562 0 -1 1077944320 10125 13148 0 0 27 3 5 3 20 0 15 0 48579192 11079016448 12033 33554432000 4194304 4196468 140726072617600 140726072600144 140463009713911 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 31481856 140726072621679 140726072624476 140726072624476 140726072627151 0
/proc/7430/statm: 2704838 12033 3103 1 0 2667149 0
[pid=7430/tid=7483] ppid=7427 vsize=10819352 memory=8112282956445269571 CPUtime=0.29 cores=0,2,4,6
/proc/7430/task/7483/stat : 7483 (java) R 7427 7430 4562 0 -1 4202560 6662 13148 0 0 19 2 5 3 20 0 15 0 48579201 11079016448 12163 33554432000 4194304 4196468 140726072617600 140462981525920 140462989989618 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31481856 140726072621679 140726072624476 140726072624476 140726072627151 0
[pid=7430/tid=7484] ppid=7427 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/7430/task/7484/stat : 7484 (java) S 7427 7430 4562 0 -1 1077944384 1 13148 0 0 0 0 5 3 20 0 15 0 48579202 11079016448 12163 33554432000 4194304 4196468 140726072617600 140463013955984 140463009724117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31481856 140726072621679 140726072624476 140726072624476 140726072627151 0
[pid=7430/tid=7485] ppid=7427 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/7430/task/7485/stat : 7485 (java) S 7427 7430 4562 0 -1 1077944384 1 13148 0 0 0 0 5 3 20 0 15 0 48579202 11079016448 12163 33554432000 4194304 4196468 140726072617600 140462947997968 140463009724117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31481856 140726072621679 140726072624476 140726072624476 140726072627151 0
[pid=7430/tid=7486] ppid=7427 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/7430/task/7486/stat : 7486 (java) S 7427 7430 4562 0 -1 1077944384 1 13148 0 0 0 0 5 3 20 0 15 0 48579202 11079016448 12163 33554432000 4194304 4196468 140726072617600 140462581451408 140463009724117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31481856 140726072621679 140726072624476 140726072624476 140726072627151 0
[pid=7430/tid=7487] ppid=7427 vsize=10819352 memory=2240 CPUtime=0.08 cores=0,2,4,6
/proc/7430/task/7487/stat : 7487 (java) S 7427 7430 4562 0 -1 1077944384 2 13148 0 0 0 0 5 3 20 0 15 0 48579202 11079016448 12163 33554432000 4194304 4196468 140726072617600 140462580398608 140463009724117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31481856 140726072621679 140726072624476 140726072624476 140726072627151 0
[pid=7430/tid=7488] ppid=7427 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/7430/task/7488/stat : 7488 (java) S 7427 7430 4562 0 -1 1077944384 2 13148 0 0 0 0 5 3 20 0 15 0 48579203 11079016448 12163 33554432000 4194304 4196468 140726072617600 140462468856432 140463009725058 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31481856 140726072621679 140726072624476 140726072624476 140726072627151 0
[pid=7430/tid=7489] ppid=7427 vsize=10819352 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/7430/task/7489/stat : 7489 (java) S 7427 7430 4562 0 -1 1077944384 33 13148 0 0 0 0 5 3 20 0 15 0 48579204 11079016448 12163 33554432000 4194304 4196468 140726072617600 140462467802400 140463009724117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31481856 140726072621679 140726072624476 140726072624476 140726072627151 0
[pid=7430/tid=7490] ppid=7427 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/7430/task/7490/stat : 7490 (java) S 7427 7430 4562 0 -1 1077944384 1 13148 0 0 0 0 5 3 20 0 15 0 48579204 11079016448 12163 33554432000 4194304 4196468 140726072617600 140461872244336 140463009724117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31481856 140726072621679 140726072624476 140726072624476 140726072627151 0
[pid=7430/tid=7491] ppid=7427 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/7430/task/7491/stat : 7491 (java) S 7427 7430 4562 0 -1 1077944384 3 13148 0 0 0 0 5 3 20 0 15 0 48579207 11079016448 12163 33554432000 4194304 4196468 140726072617600 140461564844624 140463009732507 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31481856 140726072621679 140726072624476 140726072624476 140726072627151 0
[pid=7430/tid=7492] ppid=7427 vsize=10819352 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/7430/task/7492/stat : 7492 (java) S 7427 7430 4562 0 -1 1077944384 381 13148 0 0 1 0 5 3 20 0 15 0 48579207 11079016448 12163 33554432000 4194304 4196468 140726072617600 140462434244720 140463009725058 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31481856 140726072621679 140726072624476 140726072624476 140726072627151 0
[pid=7430/tid=7493] ppid=7427 vsize=10819352 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/7430/task/7493/stat : 7493 (java) S 7427 7430 4562 0 -1 1077944384 282 13148 0 0 1 0 5 3 20 0 15 0 48579207 11079016448 12229 33554432000 4194304 4196468 140726072617600 140462433191920 140463009725058 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31481856 140726072621679 140726072624476 140726072624476 140726072627151 0
[pid=7430/tid=7494] ppid=7427 vsize=10819352 memory=139973821531776 CPUtime=0.12 cores=0,2,4,6
/proc/7430/task/7494/stat : 7494 (java) S 7427 7430 4562 0 -1 1077944384 692 13148 0 0 4 0 5 3 20 0 15 0 48579207 11079016448 12229 33554432000 4194304 4196468 140726072617600 140462432139632 140463009725058 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31481856 140726072621679 140726072624476 140726072624476 140726072627151 0
[pid=7430/tid=7495] ppid=7427 vsize=10819352 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/7430/task/7495/stat : 7495 (java) S 7427 7430 4562 0 -1 1077944384 3 13148 0 0 0 0 5 3 20 0 15 0 48579207 11079016448 12229 33554432000 4194304 4196468 140726072617600 140461531285984 140463009724117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31481856 140726072621679 140726072624476 140726072624476 140726072627151 0
[pid=7430/tid=7496] ppid=7427 vsize=10819352 memory=139973821531776 CPUtime=0.08 cores=0,2,4,6
/proc/7430/task/7496/stat : 7496 (java) S 7427 7430 4562 0 -1 1077944384 1 13148 0 0 0 0 5 3 20 0 15 0 48579207 11079016448 12229 33554432000 4194304 4196468 140726072617600 140462431087536 140463009725058 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31481856 140726072621679 140726072624476 140726072624476 140726072627151 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 48132 KiB

[startup+0.700702 s]
/proc/loadavg: 2.00 3.51 3.34 3/216 7496
/proc/meminfo: memFree=20208968/32770624 swapFree=67108860/67108860
[pid=7430] ppid=7427 vsize=10819352 memory=83572 CPUtime=0.99 cores=0,2,4,6
/proc/7430/stat : 7430 (java) S 7427 7430 4562 0 -1 1077944320 17084 13148 0 0 86 5 5 3 20 0 15 0 48579192 11079016448 20893 33554432000 4194304 4196468 140726072617600 140726072600144 140463009713911 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 31481856 140726072621679 140726072624476 140726072624476 140726072627151 0
/proc/7430/statm: 2704838 20893 3240 1 0 2667149 0
[pid=7430/tid=7483] ppid=7427 vsize=10819352 memory=2372 CPUtime=0.67 cores=0,2,4,6
/proc/7430/task/7483/stat : 7483 (java) R 7427 7430 4562 0 -1 4202560 12245 13148 0 0 56 3 5 3 20 0 15 0 48579201 11079016448 20893 33554432000 4194304 4196468 140726072617600 140462981535632 140462994879583 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31481856 140726072621679 140726072624476 140726072624476 140726072627151 0
[pid=7430/tid=7484] ppid=7427 vsize=10819352 memory=8 CPUtime=0.08 cores=0,2,4,6
/proc/7430/task/7484/stat : 7484 (java) S 7427 7430 4562 0 -1 1077944384 1 13148 0 0 0 0 5 3 20 0 15 0 48579202 11079016448 20893 33554432000 4194304 4196468 140726072617600 140463013955984 140463009724117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31481856 140726072621679 140726072624476 140726072624476 140726072627151 0
[pid=7430/tid=7485] ppid=7427 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/7430/task/7485/stat : 7485 (java) S 7427 7430 4562 0 -1 1077944384 1 13148 0 0 0 0 5 3 20 0 15 0 48579202 11079016448 20893 33554432000 4194304 4196468 140726072617600 140462947997968 140463009724117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31481856 140726072621679 140726072624476 140726072624476 140726072627151 0
[pid=7430/tid=7486] ppid=7427 vsize=10819352 memory=139977279144520 CPUtime=0.08 cores=0,2,4,6
/proc/7430/task/7486/stat : 7486 (java) S 7427 7430 4562 0 -1 1077944384 1 13148 0 0 0 0 5 3 20 0 15 0 48579202 11079016448 20893 33554432000 4194304 4196468 140726072617600 140462581451408 140463009724117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31481856 140726072621679 140726072624476 140726072624476 140726072627151 0
[pid=7430/tid=7487] ppid=7427 vsize=10819352 memory=139977279144521 CPUtime=0.08 cores=0,2,4,6
/proc/7430/task/7487/stat : 7487 (java) S 7427 7430 4562 0 -1 1077944384 2 13148 0 0 0 0 5 3 20 0 15 0 48579202 11079016448 20893 33554432000 4194304 4196468 140726072617600 140462580398608 140463009724117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31481856 140726072621679 140726072624476 140726072624476 140726072627151 0
[pid=7430/tid=7488] ppid=7427 vsize=10819352 memory=139977279144526 CPUtime=0.08 cores=0,2,4,6
/proc/7430/task/7488/stat : 7488 (java) S 7427 7430 4562 0 -1 1077944384 5 13148 0 0 0 0 5 3 20 0 15 0 48579203 11079016448 20893 33554432000 4194304 4196468 140726072617600 140462468856432 140463009725058 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31481856 140726072621679 140726072624476 140726072624476 140726072627151 0
[pid=7430/tid=7489] ppid=7427 vsize=10819352 memory=139977279144528 CPUtime=0.08 cores=0,2,4,6
/proc/7430/task/7489/stat : 7489 (java) S 7427 7430 4562 0 -1 1077944384 33 13148 0 0 0 0 5 3 20 0 15 0 48579204 11079016448 20893 33554432000 4194304 4196468 140726072617600 140462467802400 140463009724117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31481856 140726072621679 140726072624476 140726072624476 140726072627151 0
[pid=7430/tid=7490] ppid=7427 vsize=10819352 memory=139977279144532 CPUtime=0.08 cores=0,2,4,6
/proc/7430/task/7490/stat : 7490 (java) S 7427 7430 4562 0 -1 1077944384 1 13148 0 0 0 0 5 3 20 0 15 0 48579204 11079016448 20893 33554432000 4194304 4196468 140726072617600 140461872244336 140463009724117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31481856 140726072621679 140726072624476 140726072624476 140726072627151 0
[pid=7430/tid=7491] ppid=7427 vsize=10819352 memory=139977279144538 CPUtime=0.08 cores=0,2,4,6
/proc/7430/task/7491/stat : 7491 (java) S 7427 7430 4562 0 -1 1077944384 3 13148 0 0 0 0 5 3 20 0 15 0 48579207 11079016448 20893 33554432000 4194304 4196468 140726072617600 140461564844624 140463009732507 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31481856 140726072621679 140726072624476 140726072624476 140726072627151 0
[pid=7430/tid=7492] ppid=7427 vsize=10819352 memory=139977279144539 CPUtime=0.15 cores=0,2,4,6
/proc/7430/task/7492/stat : 7492 (java) S 7427 7430 4562 0 -1 1077944384 781 13148 0 0 7 0 5 3 20 0 15 0 48579207 11079016448 20893 33554432000 4194304 4196468 140726072617600 140462434244720 140463009725058 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31481856 140726072621679 140726072624476 140726072624476 140726072627151 0
[pid=7430/tid=7493] ppid=7427 vsize=10819352 memory=142558554489484 CPUtime=0.17 cores=0,2,4,6
/proc/7430/task/7493/stat : 7493 (java) S 7427 7430 4562 0 -1 1077944384 925 13148 0 0 9 0 5 3 20 0 15 0 48579207 11079016448 20893 33554432000 4194304 4196468 140726072617600 140462433191920 140463009725058 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31481856 140726072621679 140726072624476 140726072624476 140726072627151 0
[pid=7430/tid=7494] ppid=7427 vsize=10819352 memory=16436 CPUtime=0.21 cores=0,2,4,6
/proc/7430/task/7494/stat : 7494 (java) S 7427 7430 4562 0 -1 1077944384 894 13148 0 0 12 1 5 3 20 0 15 0 48579207 11079016448 20893 33554432000 4194304 4196468 140726072617600 140462432139632 140463009725058 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31481856 140726072621679 140726072624476 140726072624476 140726072627151 0
[pid=7430/tid=7495] ppid=7427 vsize=10819352 memory=9868 CPUtime=0.08 cores=0,2,4,6
/proc/7430/task/7495/stat : 7495 (java) S 7427 7430 4562 0 -1 1077944384 3 13148 0 0 0 0 5 3 20 0 15 0 48579207 11079016448 20893 33554432000 4194304 4196468 140726072617600 140461531285984 140463009724117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31481856 140726072621679 140726072624476 140726072624476 140726072627151 0
[pid=7430/tid=7496] ppid=7427 vsize=10819352 memory=4008 CPUtime=0.08 cores=0,2,4,6
/proc/7430/task/7496/stat : 7496 (java) S 7427 7430 4562 0 -1 1077944384 1 13148 0 0 0 0 5 3 20 0 15 0 48579207 11079016448 20893 33554432000 4194304 4196468 140726072617600 140462431087536 140463009725058 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31481856 140726072621679 140726072624476 140726072624476 140726072627151 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 83572 KiB

[startup+1.50077 s]
/proc/loadavg: 2.00 3.51 3.34 4/216 7496
/proc/meminfo: memFree=20153588/32770624 swapFree=67108860/67108860
[pid=7430] ppid=7427 vsize=10834252 memory=172448 CPUtime=2.24 cores=0,2,4,6
/proc/7430/stat : 7430 (java) S 7427 7430 4562 0 -1 1077944320 24226 13148 0 0 205 11 5 3 20 0 15 0 48579192 11094274048 43112 33554432000 4194304 4196468 140726072617600 140726072600144 140463009713911 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 31481856 140726072621679 140726072624476 140726072624476 140726072627151 0
/proc/7430/statm: 2708563 43112 3471 1 0 2670221 0
[pid=7430/tid=7483] ppid=7427 vsize=10834252 memory=104992 CPUtime=1.43 cores=0,2,4,6
/proc/7430/task/7483/stat : 7483 (java) R 7427 7430 4562 0 -1 4202560 17741 13148 0 0 128 7 5 3 20 0 15 0 48579201 11094274048 43112 33554432000 4194304 4196468 140726072617600 140462981531616 140462993794398 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31481856 140726072621679 140726072624476 140726072624476 140726072627151 0
[pid=7430/tid=7484] ppid=7427 vsize=10834252 memory=8112282956445269571 CPUtime=0.09 cores=0,2,4,6
/proc/7430/task/7484/stat : 7484 (java) S 7427 7430 4562 0 -1 1077944384 30 13148 0 0 1 0 5 3 20 0 15 0 48579202 11094274048 43112 33554432000 4194304 4196468 140726072617600 140463013955984 140463009724117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31481856 140726072621679 140726072624476 140726072624476 140726072627151 0
[pid=7430/tid=7485] ppid=7427 vsize=10834252 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/7430/task/7485/stat : 7485 (java) S 7427 7430 4562 0 -1 1077944384 14 13148 0 0 1 0 5 3 20 0 15 0 48579202 11094274048 43112 33554432000 4194304 4196468 140726072617600 140462947997968 140463009724117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31481856 140726072621679 140726072624476 140726072624476 140726072627151 0
[pid=7430/tid=7486] ppid=7427 vsize=10834252 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/7430/task/7486/stat : 7486 (java) S 7427 7430 4562 0 -1 1077944384 185 13148 0 0 1 0 5 3 20 0 15 0 48579202 11094274048 43112 33554432000 4194304 4196468 140726072617600 140462581451408 140463009724117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31481856 140726072621679 140726072624476 140726072624476 140726072627151 0
[pid=7430/tid=7487] ppid=7427 vsize=10834252 memory=139973722559760 CPUtime=0.08 cores=0,2,4,6
/proc/7430/task/7487/stat : 7487 (java) S 7427 7430 4562 0 -1 1077944384 70 13148 0 0 0 0 5 3 20 0 15 0 48579202 11094274048 43112 33554432000 4194304 4196468 140726072617600 140462580398608 140463009724117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31481856 140726072621679 140726072624476 140726072624476 140726072627151 0
[pid=7430/tid=7488] ppid=7427 vsize=10834252 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/7430/task/7488/stat : 7488 (java) S 7427 7430 4562 0 -1 1077944384 60 13148 0 0 1 0 5 3 20 0 15 0 48579203 11094274048 43112 33554432000 4194304 4196468 140726072617600 140462468856432 140463009725058 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31481856 140726072621679 140726072624476 140726072624476 140726072627151 0
[pid=7430/tid=7489] ppid=7427 vsize=10834252 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/7430/task/7489/stat : 7489 (java) S 7427 7430 4562 0 -1 1077944384 34 13148 0 0 0 0 5 3 20 0 15 0 48579204 11094274048 43112 33554432000 4194304 4196468 140726072617600 140462467802464 140463009724117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31481856 140726072621679 140726072624476 140726072624476 140726072627151 0
[pid=7430/tid=7490] ppid=7427 vsize=10834252 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/7430/task/7490/stat : 7490 (java) S 7427 7430 4562 0 -1 1077944384 1 13148 0 0 0 0 5 3 20 0 15 0 48579204 11094274048 43112 33554432000 4194304 4196468 140726072617600 140461872244336 140463009724117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31481856 140726072621679 140726072624476 140726072624476 140726072627151 0
[pid=7430/tid=7491] ppid=7427 vsize=10834252 memory=4580 CPUtime=0.08 cores=0,2,4,6
/proc/7430/task/7491/stat : 7491 (java) S 7427 7430 4562 0 -1 1077944384 3 13148 0 0 0 0 5 3 20 0 15 0 48579207 11094274048 43112 33554432000 4194304 4196468 140726072617600 140461564844624 140463009732507 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31481856 140726072621679 140726072624476 140726072624476 140726072627151 0
[pid=7430/tid=7492] ppid=7427 vsize=10834252 memory=279947445161664 CPUtime=0.27 cores=0,2,4,6
/proc/7430/task/7492/stat : 7492 (java) S 7427 7430 4562 0 -1 1077944384 1300 13148 0 0 19 0 5 3 20 0 15 0 48579207 11094274048 43112 33554432000 4194304 4196468 140726072617600 140462434244720 140463009725058 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31481856 140726072621679 140726072624476 140726072624476 140726072627151 0
[pid=7430/tid=7493] ppid=7427 vsize=10834252 memory=0 CPUtime=0.29 cores=0,2,4,6
/proc/7430/task/7493/stat : 7493 (java) S 7427 7430 4562 0 -1 1077944384 1111 13148 0 0 21 0 5 3 20 0 15 0 48579207 11094274048 43112 33554432000 4194304 4196468 140726072617600 140462433191920 140463009725058 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31481856 140726072621679 140726072624476 140726072624476 140726072627151 0
[pid=7430/tid=7494] ppid=7427 vsize=10834252 memory=0 CPUtime=0.38 cores=0,2,4,6
/proc/7430/task/7494/stat : 7494 (java) S 7427 7430 4562 0 -1 1077944384 1485 13148 0 0 29 1 5 3 20 0 15 0 48579207 11094274048 43112 33554432000 4194304 4196468 140726072617600 140462432139632 140463009725058 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31481856 140726072621679 140726072624476 140726072624476 140726072627151 0
[pid=7430/tid=7495] ppid=7427 vsize=10834252 memory=6943526294502006880 CPUtime=0.08 cores=0,2,4,6
/proc/7430/task/7495/stat : 7495 (java) S 7427 7430 4562 0 -1 1077944384 3 13148 0 0 0 0 5 3 20 0 15 0 48579207 11094274048 43112 33554432000 4194304 4196468 140726072617600 140461531285984 140463009724117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31481856 140726072621679 140726072624476 140726072624476 140726072627151 0
[pid=7430/tid=7496] ppid=7427 vsize=10834252 memory=-7452431979323206951 CPUtime=0.08 cores=0,2,4,6
/proc/7430/task/7496/stat : 7496 (java) S 7427 7430 4562 0 -1 1077944384 2 13148 0 0 0 0 5 3 20 0 15 0 48579207 11094274048 43112 33554432000 4194304 4196468 140726072617600 140462431087536 140463009725058 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31481856 140726072621679 140726072624476 140726072624476 140726072627151 0
Current children cumulated CPU time: 2.24 s
Current children cumulated vsize: 10834252 KiB

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

[startup+4.62611 s]
# the end of solver process 7430 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=9.86045 s, system=0.293441 s

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

[startup+3.2018 s]
/proc/loadavg: 2.00 3.51 3.34 3/216 7496
/proc/meminfo: memFree=20044632/32770624 swapFree=67108860/67108860
[pid=7430] ppid=7427 vsize=10846560 memory=232908 CPUtime=5.74 cores=0,2,4,6
/proc/7430/stat : 7430 (java) S 7427 7430 4562 0 -1 1077944320 34445 13148 0 0 549 17 5 3 20 0 15 0 48579192 11106877440 58227 33554432000 4194304 4196468 140726072617600 140726072600144 140463009713911 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 31481856 140726072621679 140726072624476 140726072624476 140726072627151 0
/proc/7430/statm: 2711640 58227 3495 1 0 2673293 0
[pid=7430/tid=7483] ppid=7427 vsize=10846560 memory=7522464316216343463 CPUtime=3.07 cores=0,2,4,6
/proc/7430/task/7483/stat : 7483 (java) R 7427 7430 4562 0 -1 4202560 23312 13148 0 0 291 8 5 3 20 0 15 0 48579201 11106877440 58227 33554432000 4194304 4196468 140726072617600 140462981548256 140462621791553 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31481856 140726072621679 140726072624476 140726072624476 140726072627151 0
[pid=7430/tid=7484] ppid=7427 vsize=10846560 memory=8112282956445269571 CPUtime=0.11 cores=0,2,4,6
/proc/7430/task/7484/stat : 7484 (java) S 7427 7430 4562 0 -1 1077944384 50 13148 0 0 3 0 5 3 20 0 15 0 48579202 11106877440 58227 33554432000 4194304 4196468 140726072617600 140463013955984 140463009724117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31481856 140726072621679 140726072624476 140726072624476 140726072627151 0
[pid=7430/tid=7485] ppid=7427 vsize=10846560 memory=0 CPUtime=0.11 cores=0,2,4,6
/proc/7430/task/7485/stat : 7485 (java) S 7427 7430 4562 0 -1 1077944384 40 13148 0 0 3 0 5 3 20 0 15 0 48579202 11106877440 58227 33554432000 4194304 4196468 140726072617600 140462947997968 140463009724117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31481856 140726072621679 140726072624476 140726072624476 140726072627151 0
[pid=7430/tid=7486] ppid=7427 vsize=10846560 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/7430/task/7486/stat : 7486 (java) S 7427 7430 4562 0 -1 1077944384 207 13148 0 0 2 0 5 3 20 0 15 0 48579202 11106877440 58227 33554432000 4194304 4196468 140726072617600 140462581451408 140463009724117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31481856 140726072621679 140726072624476 140726072624476 140726072627151 0
[pid=7430/tid=7487] ppid=7427 vsize=10846560 memory=0 CPUtime=0.11 cores=0,2,4,6
/proc/7430/task/7487/stat : 7487 (java) S 7427 7430 4562 0 -1 1077944384 89 13148 0 0 3 0 5 3 20 0 15 0 48579202 11106877440 58227 33554432000 4194304 4196468 140726072617600 140462580398608 140463009724117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31481856 140726072621679 140726072624476 140726072624476 140726072627151 0
[pid=7430/tid=7488] ppid=7427 vsize=10846560 memory=0 CPUtime=0.11 cores=0,2,4,6
/proc/7430/task/7488/stat : 7488 (java) S 7427 7430 4562 0 -1 1077944384 1064 13148 0 0 3 0 5 3 20 0 15 0 48579203 11106877440 58227 33554432000 4194304 4196468 140726072617600 140462468856432 140463009725058 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31481856 140726072621679 140726072624476 140726072624476 140726072627151 0
[pid=7430/tid=7489] ppid=7427 vsize=10846560 memory=6656426216303648864 CPUtime=0.08 cores=0,2,4,6
/proc/7430/task/7489/stat : 7489 (java) S 7427 7430 4562 0 -1 1077944384 34 13148 0 0 0 0 5 3 20 0 15 0 48579204 11106877440 58227 33554432000 4194304 4196468 140726072617600 140462467802464 140463009724117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31481856 140726072621679 140726072624476 140726072624476 140726072627151 0
[pid=7430/tid=7490] ppid=7427 vsize=10846560 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/7430/task/7490/stat : 7490 (java) S 7427 7430 4562 0 -1 1077944384 1 13148 0 0 0 0 5 3 20 0 15 0 48579204 11106877440 58227 33554432000 4194304 4196468 140726072617600 140461872244352 140463009724117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31481856 140726072621679 140726072624476 140726072624476 140726072627151 0
[pid=7430/tid=7491] ppid=7427 vsize=10846560 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/7430/task/7491/stat : 7491 (java) S 7427 7430 4562 0 -1 1077944384 3 13148 0 0 0 0 5 3 20 0 15 0 48579207 11106877440 58227 33554432000 4194304 4196468 140726072617600 140461564844624 140463009732507 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31481856 140726072621679 140726072624476 140726072624476 140726072627151 0
[pid=7430/tid=7492] ppid=7427 vsize=10846560 memory=0 CPUtime=0.79 cores=0,2,4,6
/proc/7430/task/7492/stat : 7492 (java) R 7427 7430 4562 0 -1 4202560 1740 13148 0 0 70 1 5 3 20 0 15 0 48579207 11106877440 58227 33554432000 4194304 4196468 140726072617600 140462434231184 140462994106608 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 31481856 140726072621679 140726072624476 140726072624476 140726072627151 0
[pid=7430/tid=7493] ppid=7427 vsize=10846560 memory=0 CPUtime=0.68 cores=0,2,4,6
/proc/7430/task/7493/stat : 7493 (java) R 7427 7430 4562 0 -1 4202560 1579 13148 0 0 59 1 5 3 20 0 15 0 48579207 11106877440 58227 33554432000 4194304 4196468 140726072617600 140462433191920 140462995408903 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31481856 140726072621679 140726072624476 140726072624476 140726072627151 0
[pid=7430/tid=7494] ppid=7427 vsize=10846560 memory=0 CPUtime=1.2 cores=0,2,4,6
/proc/7430/task/7494/stat : 7494 (java) R 7427 7430 4562 0 -1 4202560 4133 13148 0 0 110 2 5 3 20 0 15 0 48579207 11106877440 58227 33554432000 4194304 4196468 140726072617600 140462432139632 140462988251774 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31481856 140726072621679 140726072624476 140726072624476 140726072627151 0
[pid=7430/tid=7495] ppid=7427 vsize=10846560 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/7430/task/7495/stat : 7495 (java) S 7427 7430 4562 0 -1 1077944384 3 13148 0 0 0 0 5 3 20 0 15 0 48579207 11106877440 58227 33554432000 4194304 4196468 140726072617600 140461531285984 140463009724117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31481856 140726072621679 140726072624476 140726072624476 140726072627151 0
[pid=7430/tid=7496] ppid=7427 vsize=10846560 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/7430/task/7496/stat : 7496 (java) S 7427 7430 4562 0 -1 1077944384 2 13148 0 0 0 0 5 3 20 0 15 0 48579207 11106877440 58227 33554432000 4194304 4196468 140726072617600 140462431087536 140463009725058 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31481856 140726072621679 140726072624476 140726072624476 140726072627151 0
Current children cumulated CPU time: 5.74 s
Current children cumulated vsize: 10846560 KiB
Current children cumulated memory: 232908 KiB

[startup+4.00111 s]*
/proc/loadavg: 2.00 3.51 3.34 5/216 7496
/proc/meminfo: memFree=19954740/32770624 swapFree=67108860/67108860
[pid=7430] ppid=7427 vsize=10918896 memory=317276 CPUtime=8.17 cores=0,2,4,6
/proc/7430/stat : 7430 (java) S 7427 7430 4562 0 -1 1077944320 71041 13148 0 0 787 22 5 3 20 0 15 0 48579192 11180949504 79319 33554432000 4194304 4196468 140726072617600 140726072600144 140463009713911 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 31481856 140726072621679 140726072624476 140726072624476 140726072627151 0
/proc/7430/statm: 2729724 79319 3497 1 0 2691377 0
[pid=7430/tid=7483] ppid=7427 vsize=10918896 memory=8514701219931451533 CPUtime=3.88 cores=0,2,4,6
/proc/7430/task/7483/stat : 7483 (java) R 7427 7430 4562 0 -1 4202560 45128 13148 0 0 368 12 5 3 20 0 15 0 48579201 11180949504 79319 33554432000 4194304 4196468 140726072617600 140462981543616 140462624348106 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31481856 140726072621679 140726072624476 140726072624476 140726072627151 0
[pid=7430/tid=7484] ppid=7427 vsize=10918896 memory=4122819170707441977 CPUtime=0.11 cores=0,2,4,6
/proc/7430/task/7484/stat : 7484 (java) S 7427 7430 4562 0 -1 1077944384 50 13148 0 0 3 0 5 3 20 0 15 0 48579202 11180949504 79319 33554432000 4194304 4196468 140726072617600 140463013955984 140463009724117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31481856 140726072621679 140726072624476 140726072624476 140726072627151 0
[pid=7430/tid=7485] ppid=7427 vsize=10918896 memory=139973821539304 CPUtime=0.11 cores=0,2,4,6
/proc/7430/task/7485/stat : 7485 (java) S 7427 7430 4562 0 -1 1077944384 40 13148 0 0 3 0 5 3 20 0 15 0 48579202 11180949504 79319 33554432000 4194304 4196468 140726072617600 140462947997968 140463009724117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31481856 140726072621679 140726072624476 140726072624476 140726072627151 0
[pid=7430/tid=7486] ppid=7427 vsize=10918896 memory=5787214926557827170 CPUtime=0.1 cores=0,2,4,6
/proc/7430/task/7486/stat : 7486 (java) S 7427 7430 4562 0 -1 1077944384 207 13148 0 0 2 0 5 3 20 0 15 0 48579202 11180949504 79319 33554432000 4194304 4196468 140726072617600 140462581451408 140463009724117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31481856 140726072621679 140726072624476 140726072624476 140726072627151 0
[pid=7430/tid=7487] ppid=7427 vsize=10918896 memory=3762529031626832177 CPUtime=0.11 cores=0,2,4,6
/proc/7430/task/7487/stat : 7487 (java) S 7427 7430 4562 0 -1 1077944384 89 13148 0 0 3 0 5 3 20 0 15 0 48579202 11180949504 79319 33554432000 4194304 4196468 140726072617600 140462580398608 140463009724117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31481856 140726072621679 140726072624476 140726072624476 140726072627151 0
[pid=7430/tid=7488] ppid=7427 vsize=10918896 memory=3976875830388013745 CPUtime=0.11 cores=0,2,4,6
/proc/7430/task/7488/stat : 7488 (java) S 7427 7430 4562 0 -1 1077944384 1372 13148 0 0 3 0 5 3 20 0 15 0 48579203 11180949504 79319 33554432000 4194304 4196468 140726072617600 140462468856432 140463009725058 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31481856 140726072621679 140726072624476 140726072624476 140726072627151 0
[pid=7430/tid=7489] ppid=7427 vsize=10918896 memory=5191014435033980959 CPUtime=0.08 cores=0,2,4,6
/proc/7430/task/7489/stat : 7489 (java) S 7427 7430 4562 0 -1 1077944384 34 13148 0 0 0 0 5 3 20 0 15 0 48579204 11180949504 79319 33554432000 4194304 4196468 140726072617600 140462467802464 140463009724117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31481856 140726072621679 140726072624476 140726072624476 140726072627151 0
[pid=7430/tid=7490] ppid=7427 vsize=10918896 memory=-9174445032661854264 CPUtime=0.08 cores=0,2,4,6
/proc/7430/task/7490/stat : 7490 (java) S 7427 7430 4562 0 -1 1077944384 1 13148 0 0 0 0 5 3 20 0 15 0 48579204 11180949504 79319 33554432000 4194304 4196468 140726072617600 140461872244352 140463009724117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31481856 140726072621679 140726072624476 140726072624476 140726072627151 0
[pid=7430/tid=7491] ppid=7427 vsize=10918896 memory=-6876588628787748224 CPUtime=0.08 cores=0,2,4,6
/proc/7430/task/7491/stat : 7491 (java) S 7427 7430 4562 0 -1 1077944384 3 13148 0 0 0 0 5 3 20 0 15 0 48579207 11180949504 79319 33554432000 4194304 4196468 140726072617600 140461564844624 140463009732507 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31481856 140726072621679 140726072624476 140726072624476 140726072627151 0
[pid=7430/tid=7492] ppid=7427 vsize=10918896 memory=0 CPUtime=1.44 cores=0,2,4,6
/proc/7430/task/7492/stat : 7492 (java) R 7427 7430 4562 0 -1 4202560 6456 13148 0 0 134 2 5 3 20 0 15 0 48579207 11180949504 79319 33554432000 4194304 4196468 140726072617600 140462434225736 140462991237520 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31481856 140726072621679 140726072624476 140726072624476 140726072627151 0
[pid=7430/tid=7493] ppid=7427 vsize=10918896 memory=0 CPUtime=1.37 cores=0,2,4,6
/proc/7430/task/7493/stat : 7493 (java) R 7427 7430 4562 0 -1 4202560 8579 13148 0 0 128 1 5 3 20 0 15 0 48579207 11180949504 79319 33554432000 4194304 4196468 140726072617600 140462433177944 140462993100696 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31481856 140726072621679 140726072624476 140726072624476 140726072627151 0
[pid=7430/tid=7494] ppid=7427 vsize=10918896 memory=0 CPUtime=1.49 cores=0,2,4,6
/proc/7430/task/7494/stat : 7494 (java) R 7427 7430 4562 0 -1 1077944384 6882 13148 0 0 138 3 5 3 20 0 15 0 48579207 11180949504 79319 33554432000 4194304 4196468 140726072617600 140462432139632 140463009725058 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 31481856 140726072621679 140726072624476 140726072624476 140726072627151 0
[pid=7430/tid=7495] ppid=7427 vsize=10918896 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/7430/task/7495/stat : 7495 (java) S 7427 7430 4562 0 -1 1077944384 3 13148 0 0 0 0 5 3 20 0 15 0 48579207 11180949504 79319 33554432000 4194304 4196468 140726072617600 140461531285984 140463009724117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31481856 140726072621679 140726072624476 140726072624476 140726072627151 0
[pid=7430/tid=7496] ppid=7427 vsize=10918896 memory=106 CPUtime=0.08 cores=0,2,4,6
/proc/7430/task/7496/stat : 7496 (java) S 7427 7430 4562 0 -1 1077944384 9 13148 0 0 0 0 5 3 20 0 15 0 48579207 11180949504 79319 33554432000 4194304 4196468 140726072617600 140462431087536 140463009725058 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31481856 140726072621679 140726072624476 140726072624476 140726072627151 0
Current children cumulated CPU time: 8.17 s
Current children cumulated vsize: 10918896 KiB
Current children cumulated memory: 317276 KiB

[startup+4.40065 s]
/proc/loadavg: 2.00 3.51 3.34 5/216 7496
/proc/meminfo: memFree=19954740/32770624 swapFree=67108860/67108860
[pid=7430] ppid=7427 vsize=10916192 memory=346952 CPUtime=9.47 cores=0,2,4,6
/proc/7430/stat : 7430 (java) S 7427 7430 4562 0 -1 1077944320 72237 13148 0 0 916 23 5 3 20 0 15 0 48579192 11178180608 86738 33554432000 4194304 4196468 140726072617600 140726072600144 140463009713911 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 31481856 140726072621679 140726072624476 140726072624476 140726072627151 0
/proc/7430/statm: 2729048 86738 3504 1 0 2690701 0
[pid=7430/tid=7483] ppid=7427 vsize=10916192 memory=0 CPUtime=4.27 cores=0,2,4,6
/proc/7430/task/7483/stat : 7483 (java) R 7427 7430 4562 0 -1 4202560 45225 13148 0 0 407 12 5 3 20 0 15 0 48579201 11178180608 86738 33554432000 4194304 4196468 140726072617600 140462981539200 140462994054071 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31481856 140726072621679 140726072624476 140726072624476 140726072627151 0
[pid=7430/tid=7484] ppid=7427 vsize=10916192 memory=3467824627879784490 CPUtime=0.11 cores=0,2,4,6
/proc/7430/task/7484/stat : 7484 (java) S 7427 7430 4562 0 -1 1077944384 50 13148 0 0 3 0 5 3 20 0 15 0 48579202 11178180608 86738 33554432000 4194304 4196468 140726072617600 140463013955984 140463009724117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31481856 140726072621679 140726072624476 140726072624476 140726072627151 0
[pid=7430/tid=7485] ppid=7427 vsize=10916192 memory=33 CPUtime=0.11 cores=0,2,4,6
/proc/7430/task/7485/stat : 7485 (java) S 7427 7430 4562 0 -1 1077944384 40 13148 0 0 3 0 5 3 20 0 15 0 48579202 11178180608 86738 33554432000 4194304 4196468 140726072617600 140462947997968 140463009724117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31481856 140726072621679 140726072624476 140726072624476 140726072627151 0
[pid=7430/tid=7486] ppid=7427 vsize=10916192 memory=6943526294502006880 CPUtime=0.1 cores=0,2,4,6
/proc/7430/task/7486/stat : 7486 (java) S 7427 7430 4562 0 -1 1077944384 207 13148 0 0 2 0 5 3 20 0 15 0 48579202 11178180608 86738 33554432000 4194304 4196468 140726072617600 140462581451408 140463009724117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31481856 140726072621679 140726072624476 140726072624476 140726072627151 0
[pid=7430/tid=7487] ppid=7427 vsize=10916192 memory=0 CPUtime=0.11 cores=0,2,4,6
/proc/7430/task/7487/stat : 7487 (java) S 7427 7430 4562 0 -1 1077944384 89 13148 0 0 3 0 5 3 20 0 15 0 48579202 11178180608 86738 33554432000 4194304 4196468 140726072617600 140462580398608 140463009724117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31481856 140726072621679 140726072624476 140726072624476 140726072627151 0
[pid=7430/tid=7488] ppid=7427 vsize=10916192 memory=6944656592455360604 CPUtime=0.11 cores=0,2,4,6
/proc/7430/task/7488/stat : 7488 (java) S 7427 7430 4562 0 -1 1077944384 1372 13148 0 0 3 0 5 3 20 0 15 0 48579203 11178180608 86738 33554432000 4194304 4196468 140726072617600 140462468856432 140463009725058 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31481856 140726072621679 140726072624476 140726072624476 140726072627151 0
[pid=7430/tid=7489] ppid=7427 vsize=10916192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/7430/task/7489/stat : 7489 (java) S 7427 7430 4562 0 -1 1077944384 34 13148 0 0 0 0 5 3 20 0 15 0 48579204 11178180608 86738 33554432000 4194304 4196468 140726072617600 140462467802464 140463009724117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31481856 140726072621679 140726072624476 140726072624476 140726072627151 0
[pid=7430/tid=7490] ppid=7427 vsize=10916192 memory=6009867221292247909 CPUtime=0.08 cores=0,2,4,6
/proc/7430/task/7490/stat : 7490 (java) S 7427 7430 4562 0 -1 1077944384 1 13148 0 0 0 0 5 3 20 0 15 0 48579204 11178180608 86738 33554432000 4194304 4196468 140726072617600 140461872244352 140463009724117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31481856 140726072621679 140726072624476 140726072624476 140726072627151 0
[pid=7430/tid=7491] ppid=7427 vsize=10916192 memory=7666921434368074850 CPUtime=0.08 cores=0,2,4,6
/proc/7430/task/7491/stat : 7491 (java) S 7427 7430 4562 0 -1 1077944384 3 13148 0 0 0 0 5 3 20 0 15 0 48579207 11178180608 86738 33554432000 4194304 4196468 140726072617600 140461564844624 140463009732507 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31481856 140726072621679 140726072624476 140726072624476 140726072627151 0
[pid=7430/tid=7492] ppid=7427 vsize=10916192 memory=6943526294502006880 CPUtime=1.83 cores=0,2,4,6
/proc/7430/task/7492/stat : 7492 (java) R 7427 7430 4562 0 -1 4202560 6565 13148 0 0 173 2 5 3 20 0 15 0 48579207 11178180608 86738 33554432000 4194304 4196468 140726072617600 140462434229504 140462993210681 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31481856 140726072621679 140726072624476 140726072624476 140726072627151 0
[pid=7430/tid=7493] ppid=7427 vsize=10916192 memory=6944656592387989600 CPUtime=1.75 cores=0,2,4,6
/proc/7430/task/7493/stat : 7493 (java) R 7427 7430 4562 0 -1 4202560 9358 13148 0 0 166 1 5 3 20 0 15 0 48579207 11178180608 86738 33554432000 4194304 4196468 140726072617600 140462433172400 140462991235090 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31481856 140726072621679 140726072624476 140726072624476 140726072627151 0
[pid=7430/tid=7494] ppid=7427 vsize=10916192 memory=6944652177228980320 CPUtime=1.6 cores=0,2,4,6
/proc/7430/task/7494/stat : 7494 (java) S 7427 7430 4562 0 -1 1077944384 7092 13148 0 0 149 3 5 3 20 0 15 0 48579207 11178180608 86738 33554432000 4194304 4196468 140726072617600 140462432139632 140463009725058 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31481856 140726072621679 140726072624476 140726072624476 140726072627151 0
[pid=7430/tid=7495] ppid=7427 vsize=10916192 memory=8976414709404591081 CPUtime=0.08 cores=0,2,4,6
/proc/7430/task/7495/stat : 7495 (java) S 7427 7430 4562 0 -1 1077944384 3 13148 0 0 0 0 5 3 20 0 15 0 48579207 11178180608 86738 33554432000 4194304 4196468 140726072617600 140461531285984 140463009724117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31481856 140726072621679 140726072624476 140726072624476 140726072627151 0
[pid=7430/tid=7496] ppid=7427 vsize=10916192 memory=7740113707226780502 CPUtime=0.08 cores=0,2,4,6
/proc/7430/task/7496/stat : 7496 (java) S 7427 7430 4562 0 -1 1077944384 10 13148 0 0 0 0 5 3 20 0 15 0 48579207 11178180608 86738 33554432000 4194304 4196468 140726072617600 140462431087536 140463009725058 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31481856 140726072621679 140726072624476 140726072624476 140726072627151 0
Current children cumulated CPU time: 9.47 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 346952 KiB

[startup+4.60067 s]
/proc/loadavg: 2.00 3.51 3.34 5/216 7496
/proc/meminfo: memFree=19954740/32770624 swapFree=67108860/67108860
[pid=7430] ppid=7427 vsize=10948964 memory=376992 CPUtime=10.12 cores=0,2,4,6
/proc/7430/stat : 7430 (java) S 7427 7430 4562 0 -1 1077944320 72682 13148 0 0 980 24 5 3 20 0 15 0 48579192 11211739136 93736 33554432000 4194304 4196468 140726072617600 140726072600144 140463009713911 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 31481856 140726072621679 140726072624476 140726072624476 140726072627151 0
/proc/7430/statm: 2737241 94248 3507 1 0 2698894 0
[pid=7430/tid=7483] ppid=7427 vsize=11047264 memory=-8675733323038954102 CPUtime=4.47 cores=0,2,4,6
/proc/7430/task/7483/stat : 7483 (java) S 7427 7430 4562 0 -1 1077944384 45484 13148 0 0 426 13 5 3 20 0 16 0 48579201 11312398336 94248 33554432000 4194304 4196468 140726072617600 140462981555232 140463009724117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31481856 140726072621679 140726072624476 140726072624476 140726072627151 0
[pid=7430/tid=7484] ppid=7427 vsize=11014500 memory=-6374957858630779283 CPUtime=0.11 cores=0,2,4,6
/proc/7430/task/7484/stat : 7484 (java) S 7427 7430 4562 0 -1 1077944384 50 13148 0 0 3 0 5 3 20 0 16 0 48579202 11278848000 94248 33554432000 4194304 4196468 140726072617600 140463013955984 140463009724117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31481856 140726072621679 140726072624476 140726072624476 140726072627151 0
[pid=7430/tid=7485] ppid=7427 vsize=11014500 memory=-7384994778349281184 CPUtime=0.11 cores=0,2,4,6
/proc/7430/task/7485/stat : 7485 (java) S 7427 7430 4562 0 -1 1077944384 40 13148 0 0 3 0 5 3 20 0 16 0 48579202 11278848000 94248 33554432000 4194304 4196468 140726072617600 140462947997968 140463009724117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31481856 140726072621679 140726072624476 140726072624476 140726072627151 0
[pid=7430/tid=7486] ppid=7427 vsize=11014500 memory=7684433386921362195 CPUtime=0.1 cores=0,2,4,6
/proc/7430/task/7486/stat : 7486 (java) S 7427 7430 4562 0 -1 1077944384 207 13148 0 0 2 0 5 3 20 0 16 0 48579202 11278848000 94248 33554432000 4194304 4196468 140726072617600 140462581451408 140463009724117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31481856 140726072621679 140726072624476 140726072624476 140726072627151 0
[pid=7430/tid=7487] ppid=7427 vsize=11014500 memory=-6876588461455810464 CPUtime=0.11 cores=0,2,4,6
/proc/7430/task/7487/stat : 7487 (java) S 7427 7430 4562 0 -1 1077944384 89 13148 0 0 3 0 5 3 20 0 16 0 48579202 11278848000 94248 33554432000 4194304 4196468 140726072617600 140462580398608 140463009724117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31481856 140726072621679 140726072624476 140726072624476 140726072627151 0
[pid=7430/tid=7488] ppid=7427 vsize=11014500 memory=8325318942799926698 CPUtime=0.11 cores=0,2,4,6
/proc/7430/task/7488/stat : 7488 (java) S 7427 7430 4562 0 -1 1077944384 1372 13148 0 0 3 0 5 3 20 0 16 0 48579203 11278848000 94248 33554432000 4194304 4196468 140726072617600 140462468856432 140463009725058 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31481856 140726072621679 140726072624476 140726072624476 140726072627151 0
[pid=7430/tid=7489] ppid=7427 vsize=11014500 memory=7822038051842263957 CPUtime=0.08 cores=0,2,4,6
/proc/7430/task/7489/stat : 7489 (java) S 7427 7430 4562 0 -1 1077944384 34 13148 0 0 0 0 5 3 20 0 16 0 48579204 11278848000 94248 33554432000 4194304 4196468 140726072617600 140462467802464 140463009724117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31481856 140726072621679 140726072624476 140726072624476 140726072627151 0
[pid=7430/tid=7490] ppid=7427 vsize=11014500 memory=7100839861565359474 CPUtime=0.08 cores=0,2,4,6
/proc/7430/task/7490/stat : 7490 (java) S 7427 7430 4562 0 -1 1077944384 1 13148 0 0 0 0 5 3 20 0 16 0 48579204 11278848000 94248 33554432000 4194304 4196468 140726072617600 140461872244352 140463009724117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31481856 140726072621679 140726072624476 140726072624476 140726072627151 0
[pid=7430/tid=7491] ppid=7427 vsize=11014500 memory=8508281339140727949 CPUtime=0.08 cores=0,2,4,6
/proc/7430/task/7491/stat : 7491 (java) S 7427 7430 4562 0 -1 1077944384 3 13148 0 0 0 0 5 3 20 0 16 0 48579207 11278848000 94248 33554432000 4194304 4196468 140726072617600 140461564844624 140463009732507 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31481856 140726072621679 140726072624476 140726072624476 140726072627151 0
[pid=7430/tid=7492] ppid=7427 vsize=11014500 memory=8110268427993965964 CPUtime=2.03 cores=0,2,4,6
/proc/7430/task/7492/stat : 7492 (java) R 7427 7430 4562 0 -1 4202560 6613 13148 0 0 193 2 5 3 20 0 16 0 48579207 11278848000 94248 33554432000 4194304 4196468 140726072617600 140462434224624 140462989431047 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31481856 140726072621679 140726072624476 140726072624476 140726072627151 0
[pid=7430/tid=7493] ppid=7427 vsize=11014500 memory=-4266093328290194108 CPUtime=1.96 cores=0,2,4,6
/proc/7430/task/7493/stat : 7493 (java) R 7427 7430 4562 0 -1 4202560 9412 13148 0 0 186 2 5 3 20 0 16 0 48579207 11278848000 94248 33554432000 4194304 4196468 140726072617600 140462433182512 140462994634902 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31481856 140726072621679 140726072624476 140726072624476 140726072627151 0
[pid=7430/tid=7494] ppid=7427 vsize=11014500 memory=4951091520830867572 CPUtime=1.65 cores=0,2,4,6
/proc/7430/task/7494/stat : 7494 (java) S 7427 7430 4562 0 -1 1077944384 7180 13148 0 0 154 3 5 3 20 0 16 0 48579207 11278848000 94248 33554432000 4194304 4196468 140726072617600 140462432139632 140463009725058 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31481856 140726072621679 140726072624476 140726072624476 140726072627151 0
[pid=7430/tid=7495] ppid=7427 vsize=11014500 memory=8045567885184454529 CPUtime=0.08 cores=0,2,4,6
/proc/7430/task/7495/stat : 7495 (java) S 7427 7430 4562 0 -1 1077944384 3 13148 0 0 0 0 5 3 20 0 16 0 48579207 11278848000 94248 33554432000 4194304 4196468 140726072617600 140461531285984 140463009724117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31481856 140726072621679 140726072624476 140726072624476 140726072627151 0
[pid=7430/tid=7496] ppid=7427 vsize=11014500 memory=8514701219730392229 CPUtime=0.08 cores=0,2,4,6
/proc/7430/task/7496/stat : 7496 (java) S 7427 7430 4562 0 -1 1077944384 10 13148 0 0 0 0 5 3 20 0 16 0 48579207 11278848000 94248 33554432000 4194304 4196468 140726072617600 140462431087536 140463009725058 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31481856 140726072621679 140726072624476 140726072624476 140726072627151 0
Current children cumulated CPU time: 10.12 s
Current children cumulated vsize: 10948964 KiB
Current children cumulated memory: 376992 KiB

Child status: 0
Real time (s): 4.62616
CPU time (s): 10.1539
CPU user time (s): 9.86045
CPU system time (s): 0.293441
CPU usage (%): 219.488
Max. virtual memory (cumulated for all children) (KiB): 10948964
Max. memory (cumulated for all children) (KiB): 376992

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9.86045
system time used= 0.293441
maximum resident set size= 379044
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 85907
page faults= 0
swaps= 0
block input operations= 0
block output operations= 184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7315
involuntary context switches= 53


# summary of solver processes directly reported to runsolver:
#   pid: 7430
#   total CPU time (s): 10.1539
#   total CPU user time (s): 9.86045
#   total CPU system time (s): 0.293441

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.040815 second user time and 0.09397 second system time

The end

Launcher Data

Begin job on node136 at 2018-07-23 03:42:40
IDJOB=4293138
IDBENCH=141125
IDSOLVER=2750
FILE ID=node136/4293138-1532310160
RUNJOBID= node136-1532296223-4593
PBS_JOBID= 21018988
Free space on /tmp= 57088 MiB

SOLVER NAME= Concrete 3.8 2018-06-13
BENCH NAME= XCSP18/StripPacking/StripPacking-1b_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4293138-1532310160/watcher-4293138-1532310160 -o /tmp/evaluation-result-4293138-1532310160/solver-4293138-1532310160 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node136-1532296223-4593 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=235216438 HOME/instance-4293138-1532310160.xml

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

MD5SUM BENCH= 1d962658b6cfa8354278e550b215e9b2
RANDOM SEED=235216438

node136.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.50
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.50
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.50
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.50
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        20257764 kB
MemAvailable:   30298716 kB
Buffers:          255200 kB
Cached:          9989548 kB
SwapCached:            0 kB
Active:          2879464 kB
Inactive:        9057960 kB
Active(anon):    1695116 kB
Inactive(anon):    16928 kB
Active(file):    1184348 kB
Inactive(file):  9041032 kB
Unevictable:        7336 kB
Mlocked:            7336 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26328 kB
Writeback:             0 kB
AnonPages:       1699284 kB
Mapped:            49576 kB
Shmem:             17068 kB
Slab:             271540 kB
SReclaimable:     244032 kB
SUnreclaim:        27508 kB
KernelStack:        3584 kB
PageTables:         8804 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2581888 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1599488 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 57060 MiB
End job on node136 at 2018-07-23 03:42:45