Trace number 4293165

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 14.2752 5.89059

General information on the benchmark

NameStripPacking/
StripPacking-C1P1_c18.xml
MD5SUM889218b6c90316b766a017c27e87ee44
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 benchmark2.87841
Satisfiable
(Un)Satisfiability was proved
Number of variables80
Number of constraints49
Number of domains18
Minimum domain size1
Maximum domain size20
Distribution of domain sizes[{"size":1,"count":4},{"size":2,"count":44},{"size":20,"count":32}]
Minimum variable degree1
Maximum variable degree3
Distribution of variable degrees[{"degree":1,"count":16},{"degree":2,"count":32},{"degree":3,"count":32}]
Minimum constraint arity2
Maximum constraint arity64
Distribution of constraint arities[{"arity":2,"count":32},{"arity":3,"count":16},{"arity":64,"count":1}]
Number of extensional constraints16
Number of intensional constraints32
Distribution of constraint types[{"type":"extension","count":16},{"type":"intension","count":32},{"type":"noOverlap","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.98/0.75	c Concrete v3.8.1528841891564 running
14.05/5.86	v <instantiation>
14.05/5.86	v       <list>
14.05/5.86	v         x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] y[0] y[1] y[2] y[3] y[4] y[5] y[6] y[7] y[8] y[9] y[10] y[11] y[12] y[13] y[14] y[15] w[0] w[1] w[2] w[3] w[4] w[5] w[6] w[7] w[8] w[9] w[10] w[11] w[12] w[13] w[14] w[15] h[0] h[1] h[2] h[3] h[4] h[5] h[6] h[7] h[8] h[9] h[10] h[11] h[12] h[13] h[14] h[15] r[0] r[1] r[2] r[3] r[4] r[5] r[6] r[7] r[8] r[9] r[10] r[11] r[12] r[13] r[14] r[15]
14.05/5.86	v       </list>
14.05/5.86	v       <values>
14.05/5.86	v         0 0 12 0 7 15 12 15 0 18 4 6 0 6 18 10 18 11 12 5 0 0 0 5 0 5 8 9 8 5 11 0 12 12 6 6 3 5 3 3 7 2 2 4 4 4 2 2 2 7 8 3 5 5 12 7 5 6 3 2 3 4 9 11 1 1 1 1 0 0 0 0 1 0 1 0 1 0 1 1
14.05/5.86	v       </values>
14.05/5.86	v     </instantiation>
14.05/5.86	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 (8670 MiB free)
  memory of node 1: 16384 MiB (7558 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4293165-1532310745/watcher-4293165-1532310745 -o /tmp/evaluation-result-4293165-1532310745/solver-4293165-1532310745 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1532295923-7918 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1780960774 HOME/instance-4293165-1532310745.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=10584, runsolver pid=10581

[startup+0.100092 s]*
/proc/loadavg: 1.70 1.71 1.72 3/206 10641
/proc/meminfo: memFree=16612192/32770624 swapFree=67108860/67108860
[pid=10584] ppid=10581 vsize=9972712 memory=16812 CPUtime=0.08 cores=0,2,4,6
/proc/10584/stat : 10584 (java) S 10581 10584 7887 0 -1 1077944320 4338 12906 0 0 1 0 5 2 20 0 6 0 48637679 10212057088 4203 33554432000 4194304 4196468 140736014655152 140736014637696 140099803365111 0 0 0 16784584 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 36876288 140736014662254 140736014665052 140736014665052 140736014667727 0
/proc/10584/statm: 2493178 4203 1934 1 0 2481616 0
[pid=10584/tid=10637] ppid=10581 vsize=9972712 memory=4279135703946462605 CPUtime=0.08 cores=0,2,4,6
/proc/10584/task/10637/stat : 10637 (java) R 10581 10584 7887 0 -1 4202560 2172 12906 0 0 1 0 5 2 20 0 6 0 48637688 10212057088 4203 33554432000 4194304 4196468 140736014655152 140099775201872 140099787445598 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36876288 140736014662254 140736014665052 140736014665052 140736014667727 0
[pid=10584/tid=10638] ppid=10581 vsize=9972712 memory=8257237230052613020 CPUtime=0.07 cores=0,2,4,6
/proc/10584/task/10638/stat : 10638 (java) S 10581 10584 7887 0 -1 1077944384 1 12906 0 0 0 0 5 2 20 0 6 0 48637689 10212057088 4203 33554432000 4194304 4196468 140736014655152 140099807607952 140099803375317 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36876288 140736014662254 140736014665052 140736014665052 140736014667727 0
[pid=10584/tid=10639] ppid=10581 vsize=9972712 memory=140481812657792 CPUtime=0.07 cores=0,2,4,6
/proc/10584/task/10639/stat : 10639 (java) S 10581 10584 7887 0 -1 1077944384 1 12906 0 0 0 0 5 2 20 0 6 0 48637689 10212057088 4203 33554432000 4194304 4196468 140736014655152 140099695881232 140099803375317 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36876288 140736014662254 140736014665052 140736014665052 140736014667727 0
[pid=10584/tid=10640] ppid=10581 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/10584/task/10640/stat : 10640 (java) S 10581 10584 7887 0 -1 1077944384 1 12906 0 0 0 0 5 2 20 0 6 0 48637689 10212057088 4203 33554432000 4194304 4196468 140736014655152 140099694828432 140099803375317 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36876288 140736014662254 140736014665052 140736014665052 140736014667727 0
[pid=10584/tid=10641] ppid=10581 vsize=9972712 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/10584/task/10641/stat : 10641 (java) S 10581 10584 7887 0 -1 1077944384 2 12906 0 0 0 0 5 2 20 0 6 0 48637689 10212057088 4203 33554432000 4194304 4196468 140736014655152 140099693775632 140099803375317 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36876288 140736014662254 140736014665052 140736014665052 140736014667727 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16812 KiB

[startup+0.210891 s]*
/proc/loadavg: 1.70 1.71 1.72 3/215 10650
/proc/meminfo: memFree=16593436/32770624 swapFree=67108860/67108860
[pid=10584] ppid=10581 vsize=10818904 memory=38004 CPUtime=0.25 cores=0,2,4,6
/proc/10584/stat : 10584 (java) S 10581 10584 7887 0 -1 1077944320 7216 12906 0 0 16 2 5 2 20 0 15 0 48637679 11078557696 9501 33554432000 4194304 4196468 140736014655152 140736014637696 140099803365111 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 36876288 140736014662254 140736014665052 140736014665052 140736014667727 0
/proc/10584/statm: 2704726 9501 2952 1 0 2667149 0
[pid=10584/tid=10637] ppid=10581 vsize=10818904 memory=-6517102902069810590 CPUtime=0.18 cores=0,2,4,6
/proc/10584/task/10637/stat : 10637 (java) R 10581 10584 7887 0 -1 4202560 3901 12906 0 0 10 1 5 2 20 0 15 0 48637688 11078557696 9633 33554432000 4194304 4196468 140736014655152 140099775182224 140099795602238 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36876288 140736014662254 140736014665052 140736014665052 140736014667727 0
[pid=10584/tid=10638] ppid=10581 vsize=10818904 memory=-7025452035940392864 CPUtime=0.07 cores=0,2,4,6
/proc/10584/task/10638/stat : 10638 (java) S 10581 10584 7887 0 -1 1077944384 1 12906 0 0 0 0 5 2 20 0 15 0 48637689 11078557696 9633 33554432000 4194304 4196468 140736014655152 140099807607952 140099803375317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36876288 140736014662254 140736014665052 140736014665052 140736014667727 0
[pid=10584/tid=10639] ppid=10581 vsize=10818904 memory=140481812657792 CPUtime=0.07 cores=0,2,4,6
/proc/10584/task/10639/stat : 10639 (java) S 10581 10584 7887 0 -1 1077944384 1 12906 0 0 0 0 5 2 20 0 15 0 48637689 11078557696 9633 33554432000 4194304 4196468 140736014655152 140099695881232 140099803375317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36876288 140736014662254 140736014665052 140736014665052 140736014667727 0
[pid=10584/tid=10640] ppid=10581 vsize=10818904 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/10584/task/10640/stat : 10640 (java) S 10581 10584 7887 0 -1 1077944384 1 12906 0 0 0 0 5 2 20 0 15 0 48637689 11078557696 9633 33554432000 4194304 4196468 140736014655152 140099694828432 140099803375317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36876288 140736014662254 140736014665052 140736014665052 140736014667727 0
[pid=10584/tid=10641] ppid=10581 vsize=10818904 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/10584/task/10641/stat : 10641 (java) S 10581 10584 7887 0 -1 1077944384 2 12906 0 0 0 0 5 2 20 0 15 0 48637689 11078557696 9633 33554432000 4194304 4196468 140736014655152 140099693775632 140099803375317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36876288 140736014662254 140736014665052 140736014665052 140736014667727 0
[pid=10584/tid=10642] ppid=10581 vsize=10818904 memory=140481812657792 CPUtime=0.07 cores=0,2,4,6
/proc/10584/task/10642/stat : 10642 (java) S 10581 10584 7887 0 -1 1077944384 2 12906 0 0 0 0 5 2 20 0 15 0 48637691 11078557696 9633 33554432000 4194304 4196468 140736014655152 140098805901680 140099803376258 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36876288 140736014662254 140736014665052 140736014665052 140736014667727 0
[pid=10584/tid=10643] ppid=10581 vsize=10818904 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/10584/task/10643/stat : 10643 (java) S 10581 10584 7887 0 -1 1077944384 33 12906 0 0 0 0 5 2 20 0 15 0 48637691 11078557696 9633 33554432000 4194304 4196468 140736014655152 140098804847648 140099803375317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36876288 140736014662254 140736014665052 140736014665052 140736014667727 0
[pid=10584/tid=10644] ppid=10581 vsize=10818904 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/10584/task/10644/stat : 10644 (java) S 10581 10584 7887 0 -1 1077944384 1 12906 0 0 0 0 5 2 20 0 15 0 48637691 11078557696 9633 33554432000 4194304 4196468 140736014655152 140098679071600 140099803375317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36876288 140736014662254 140736014665052 140736014665052 140736014667727 0
[pid=10584/tid=10645] ppid=10581 vsize=10818904 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/10584/task/10645/stat : 10645 (java) S 10581 10584 7887 0 -1 1077944384 3 12906 0 0 0 0 5 2 20 0 15 0 48637694 11078557696 9633 33554432000 4194304 4196468 140736014655152 140098371671888 140099803383707 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36876288 140736014662254 140736014665052 140736014665052 140736014667727 0
[pid=10584/tid=10646] ppid=10581 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10584/task/10646/stat : 10646 (java) S 10581 10584 7887 0 -1 1077944384 364 12906 0 0 1 0 5 2 20 0 15 0 48637694 11078557696 9633 33554432000 4194304 4196468 140736014655152 140098771290992 140099803376258 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36876288 140736014662254 140736014665052 140736014665052 140736014667727 0
[pid=10584/tid=10647] ppid=10581 vsize=10818904 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/10584/task/10647/stat : 10647 (java) S 10581 10584 7887 0 -1 1077944384 243 12906 0 0 0 0 5 2 20 0 15 0 48637694 11078557696 9699 33554432000 4194304 4196468 140736014655152 140098770238192 140099803376258 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36876288 140736014662254 140736014665052 140736014665052 140736014667727 0
[pid=10584/tid=10648] ppid=10581 vsize=10818904 memory=140481812657792 CPUtime=0.1 cores=0,2,4,6
/proc/10584/task/10648/stat : 10648 (java) S 10581 10584 7887 0 -1 1077944384 608 12906 0 0 3 0 5 2 20 0 15 0 48637694 11078557696 9699 33554432000 4194304 4196468 140736014655152 140098769185392 140099803376258 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36876288 140736014662254 140736014665052 140736014665052 140736014667727 0
[pid=10584/tid=10649] ppid=10581 vsize=10818904 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/10584/task/10649/stat : 10649 (java) S 10581 10584 7887 0 -1 1077944384 3 12906 0 0 0 0 5 2 20 0 15 0 48637694 11078557696 9699 33554432000 4194304 4196468 140736014655152 140098338114272 140099803375317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36876288 140736014662254 140736014665052 140736014665052 140736014667727 0
[pid=10584/tid=10650] ppid=10581 vsize=10818904 memory=140481812657792 CPUtime=0.07 cores=0,2,4,6
/proc/10584/task/10650/stat : 10650 (java) S 10581 10584 7887 0 -1 1077944384 1 12906 0 0 0 0 5 2 20 0 15 0 48637694 11078557696 9699 33554432000 4194304 4196468 140736014655152 140098768132784 140099803376258 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36876288 140736014662254 140736014665052 140736014665052 140736014667727 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10818904 KiB
Current children cumulated memory: 38004 KiB

[startup+0.310406 s]*
/proc/loadavg: 1.70 1.71 1.72 3/215 10650
/proc/meminfo: memFree=16581392/32770624 swapFree=67108860/67108860
[pid=10584] ppid=10581 vsize=10819352 memory=50656 CPUtime=0.37 cores=0,2,4,6
/proc/10584/stat : 10584 (java) S 10581 10584 7887 0 -1 1077944320 10296 12906 0 0 27 3 5 2 20 0 15 0 48637679 11079016448 12664 33554432000 4194304 4196468 140736014655152 140736014637696 140099803365111 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 36876288 140736014662254 140736014665052 140736014665052 140736014667727 0
/proc/10584/statm: 2704838 12664 3071 1 0 2667149 0
[pid=10584/tid=10637] ppid=10581 vsize=10819352 memory=6791534058613427641 CPUtime=0.27 cores=0,2,4,6
/proc/10584/task/10637/stat : 10637 (java) R 10581 10584 7887 0 -1 4202560 6977 12906 0 0 18 2 5 2 20 0 15 0 48637688 11079016448 12862 33554432000 4194304 4196468 140736014655152 140099775177120 140099783640939 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36876288 140736014662254 140736014665052 140736014665052 140736014667727 0
[pid=10584/tid=10638] ppid=10581 vsize=10819352 memory=7374759166032636259 CPUtime=0.07 cores=0,2,4,6
/proc/10584/task/10638/stat : 10638 (java) S 10581 10584 7887 0 -1 1077944384 1 12906 0 0 0 0 5 2 20 0 15 0 48637689 11079016448 12862 33554432000 4194304 4196468 140736014655152 140099807607952 140099803375317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36876288 140736014662254 140736014665052 140736014665052 140736014667727 0
[pid=10584/tid=10639] ppid=10581 vsize=10819352 memory=5787213827347079232 CPUtime=0.07 cores=0,2,4,6
/proc/10584/task/10639/stat : 10639 (java) S 10581 10584 7887 0 -1 1077944384 1 12906 0 0 0 0 5 2 20 0 15 0 48637689 11079016448 12862 33554432000 4194304 4196468 140736014655152 140099695881232 140099803375317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36876288 140736014662254 140736014665052 140736014665052 140736014667727 0
[pid=10584/tid=10640] ppid=10581 vsize=10819352 memory=7649539857411685825 CPUtime=0.07 cores=0,2,4,6
/proc/10584/task/10640/stat : 10640 (java) S 10581 10584 7887 0 -1 1077944384 1 12906 0 0 0 0 5 2 20 0 15 0 48637689 11079016448 12862 33554432000 4194304 4196468 140736014655152 140099694828432 140099803375317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36876288 140736014662254 140736014665052 140736014665052 140736014667727 0
[pid=10584/tid=10641] ppid=10581 vsize=10819352 memory=4126316290023845779 CPUtime=0.07 cores=0,2,4,6
/proc/10584/task/10641/stat : 10641 (java) S 10581 10584 7887 0 -1 1077944384 2 12906 0 0 0 0 5 2 20 0 15 0 48637689 11079016448 12862 33554432000 4194304 4196468 140736014655152 140099693775632 140099803375317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36876288 140736014662254 140736014665052 140736014665052 140736014667727 0
[pid=10584/tid=10642] ppid=10581 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/10584/task/10642/stat : 10642 (java) S 10581 10584 7887 0 -1 1077944384 2 12906 0 0 0 0 5 2 20 0 15 0 48637691 11079016448 12862 33554432000 4194304 4196468 140736014655152 140098805901680 140099803376258 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36876288 140736014662254 140736014665052 140736014665052 140736014667727 0
[pid=10584/tid=10643] ppid=10581 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/10584/task/10643/stat : 10643 (java) S 10581 10584 7887 0 -1 1077944384 33 12906 0 0 0 0 5 2 20 0 15 0 48637691 11079016448 12862 33554432000 4194304 4196468 140736014655152 140098804847648 140099803375317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36876288 140736014662254 140736014665052 140736014665052 140736014667727 0
[pid=10584/tid=10644] ppid=10581 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/10584/task/10644/stat : 10644 (java) S 10581 10584 7887 0 -1 1077944384 1 12906 0 0 0 0 5 2 20 0 15 0 48637691 11079016448 12862 33554432000 4194304 4196468 140736014655152 140098679071600 140099803375317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36876288 140736014662254 140736014665052 140736014665052 140736014667727 0
[pid=10584/tid=10645] ppid=10581 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/10584/task/10645/stat : 10645 (java) S 10581 10584 7887 0 -1 1077944384 3 12906 0 0 0 0 5 2 20 0 15 0 48637694 11079016448 12862 33554432000 4194304 4196468 140736014655152 140098371671888 140099803383707 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36876288 140736014662254 140736014665052 140736014665052 140736014667727 0
[pid=10584/tid=10646] ppid=10581 vsize=10819352 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/10584/task/10646/stat : 10646 (java) S 10581 10584 7887 0 -1 1077944384 365 12906 0 0 2 0 5 2 20 0 15 0 48637694 11079016448 12862 33554432000 4194304 4196468 140736014655152 140098771290992 140099803376258 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36876288 140736014662254 140736014665052 140736014665052 140736014667727 0
[pid=10584/tid=10647] ppid=10581 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10584/task/10647/stat : 10647 (java) S 10581 10584 7887 0 -1 1077944384 243 12906 0 0 1 0 5 2 20 0 15 0 48637694 11079016448 12862 33554432000 4194304 4196468 140736014655152 140098770238192 140099803376258 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36876288 140736014662254 140736014665052 140736014665052 140736014667727 0
[pid=10584/tid=10648] ppid=10581 vsize=10819352 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/10584/task/10648/stat : 10648 (java) S 10581 10584 7887 0 -1 1077944384 619 12906 0 0 5 0 5 2 20 0 15 0 48637694 11079016448 12862 33554432000 4194304 4196468 140736014655152 140098769185392 140099803376258 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36876288 140736014662254 140736014665052 140736014665052 140736014667727 0
[pid=10584/tid=10649] ppid=10581 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/10584/task/10649/stat : 10649 (java) S 10581 10584 7887 0 -1 1077944384 3 12906 0 0 0 0 5 2 20 0 15 0 48637694 11079016448 12928 33554432000 4194304 4196468 140736014655152 140098338114272 140099803375317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36876288 140736014662254 140736014665052 140736014665052 140736014667727 0
[pid=10584/tid=10650] ppid=10581 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/10584/task/10650/stat : 10650 (java) S 10581 10584 7887 0 -1 1077944384 1 12906 0 0 0 0 5 2 20 0 15 0 48637694 11079016448 12928 33554432000 4194304 4196468 140736014655152 140098768132784 140099803376258 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36876288 140736014662254 140736014665052 140736014665052 140736014667727 0
Current children cumulated CPU time: 0.37 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 50656 KiB

[startup+0.700737 s]
/proc/loadavg: 1.65 1.70 1.72 3/215 10650
/proc/meminfo: memFree=16570860/32770624 swapFree=67108860/67108860
[pid=10584] ppid=10581 vsize=10819352 memory=84460 CPUtime=0.98 cores=0,2,4,6
/proc/10584/stat : 10584 (java) S 10581 10584 7887 0 -1 1077944320 16743 12906 0 0 86 5 5 2 20 0 15 0 48637679 11079016448 21115 33554432000 4194304 4196468 140736014655152 140736014637696 140099803365111 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 36876288 140736014662254 140736014665052 140736014665052 140736014667727 0
/proc/10584/statm: 2704838 21115 3246 1 0 2667149 0
[pid=10584/tid=10637] ppid=10581 vsize=10819352 memory=2241 CPUtime=0.65 cores=0,2,4,6
/proc/10584/task/10637/stat : 10637 (java) R 10581 10584 7887 0 -1 4202560 12197 12906 0 0 54 4 5 2 20 0 15 0 48637688 11079016448 21115 33554432000 4194304 4196468 140736014655152 140099775192992 140099787445598 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36876288 140736014662254 140736014665052 140736014665052 140736014667727 0
[pid=10584/tid=10638] ppid=10581 vsize=10819352 memory=2244 CPUtime=0.07 cores=0,2,4,6
/proc/10584/task/10638/stat : 10638 (java) S 10581 10584 7887 0 -1 1077944384 1 12906 0 0 0 0 5 2 20 0 15 0 48637689 11079016448 21115 33554432000 4194304 4196468 140736014655152 140099807607952 140099803375317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36876288 140736014662254 140736014665052 140736014665052 140736014667727 0
[pid=10584/tid=10639] ppid=10581 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/10584/task/10639/stat : 10639 (java) S 10581 10584 7887 0 -1 1077944384 1 12906 0 0 0 0 5 2 20 0 15 0 48637689 11079016448 21115 33554432000 4194304 4196468 140736014655152 140099695881232 140099803375317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36876288 140736014662254 140736014665052 140736014665052 140736014667727 0
[pid=10584/tid=10640] ppid=10581 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/10584/task/10640/stat : 10640 (java) S 10581 10584 7887 0 -1 1077944384 1 12906 0 0 0 0 5 2 20 0 15 0 48637689 11079016448 21115 33554432000 4194304 4196468 140736014655152 140099694828432 140099803375317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36876288 140736014662254 140736014665052 140736014665052 140736014667727 0
[pid=10584/tid=10641] ppid=10581 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/10584/task/10641/stat : 10641 (java) S 10581 10584 7887 0 -1 1077944384 2 12906 0 0 0 0 5 2 20 0 15 0 48637689 11079016448 21115 33554432000 4194304 4196468 140736014655152 140099693775632 140099803375317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36876288 140736014662254 140736014665052 140736014665052 140736014667727 0
[pid=10584/tid=10642] ppid=10581 vsize=10819352 memory=6944652177228980320 CPUtime=0.07 cores=0,2,4,6
/proc/10584/task/10642/stat : 10642 (java) S 10581 10584 7887 0 -1 1077944384 5 12906 0 0 0 0 5 2 20 0 15 0 48637691 11079016448 21115 33554432000 4194304 4196468 140736014655152 140098805901680 140099803376258 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36876288 140736014662254 140736014665052 140736014665052 140736014667727 0
[pid=10584/tid=10643] ppid=10581 vsize=10819352 memory=6944656592455359580 CPUtime=0.07 cores=0,2,4,6
/proc/10584/task/10643/stat : 10643 (java) S 10581 10584 7887 0 -1 1077944384 33 12906 0 0 0 0 5 2 20 0 15 0 48637691 11079016448 21115 33554432000 4194304 4196468 140736014655152 140098804847648 140099803375317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36876288 140736014662254 140736014665052 140736014665052 140736014667727 0
[pid=10584/tid=10644] ppid=10581 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/10584/task/10644/stat : 10644 (java) S 10581 10584 7887 0 -1 1077944384 1 12906 0 0 0 0 5 2 20 0 15 0 48637691 11079016448 21115 33554432000 4194304 4196468 140736014655152 140098679071600 140099803375317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36876288 140736014662254 140736014665052 140736014665052 140736014667727 0
[pid=10584/tid=10645] ppid=10581 vsize=10819352 memory=6944656592455097440 CPUtime=0.07 cores=0,2,4,6
/proc/10584/task/10645/stat : 10645 (java) S 10581 10584 7887 0 -1 1077944384 3 12906 0 0 0 0 5 2 20 0 15 0 48637694 11079016448 21115 33554432000 4194304 4196468 140736014655152 140098371671888 140099803383707 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36876288 140736014662254 140736014665052 140736014665052 140736014667727 0
[pid=10584/tid=10646] ppid=10581 vsize=10819352 memory=140481669400464 CPUtime=0.15 cores=0,2,4,6
/proc/10584/task/10646/stat : 10646 (java) S 10581 10584 7887 0 -1 1077944384 737 12906 0 0 8 0 5 2 20 0 15 0 48637694 11079016448 21115 33554432000 4194304 4196468 140736014655152 140098771290992 140099803376258 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36876288 140736014662254 140736014665052 140736014665052 140736014667727 0
[pid=10584/tid=10647] ppid=10581 vsize=10819352 memory=24964 CPUtime=0.16 cores=0,2,4,6
/proc/10584/task/10647/stat : 10647 (java) S 10581 10584 7887 0 -1 1077944384 876 12906 0 0 9 0 5 2 20 0 15 0 48637694 11079016448 21115 33554432000 4194304 4196468 140736014655152 140098770238192 140099803376258 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36876288 140736014662254 140736014665052 140736014665052 140736014667727 0
[pid=10584/tid=10648] ppid=10581 vsize=10819352 memory=2244 CPUtime=0.2 cores=0,2,4,6
/proc/10584/task/10648/stat : 10648 (java) S 10581 10584 7887 0 -1 1077944384 694 12906 0 0 13 0 5 2 20 0 15 0 48637694 11079016448 21115 33554432000 4194304 4196468 140736014655152 140098769185392 140099803376258 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36876288 140736014662254 140736014665052 140736014665052 140736014667727 0
[pid=10584/tid=10649] ppid=10581 vsize=10819352 memory=140481669397872 CPUtime=0.07 cores=0,2,4,6
/proc/10584/task/10649/stat : 10649 (java) S 10581 10584 7887 0 -1 1077944384 3 12906 0 0 0 0 5 2 20 0 15 0 48637694 11079016448 21115 33554432000 4194304 4196468 140736014655152 140098338114272 140099803375317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36876288 140736014662254 140736014665052 140736014665052 140736014667727 0
[pid=10584/tid=10650] ppid=10581 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/10584/task/10650/stat : 10650 (java) S 10581 10584 7887 0 -1 1077944384 1 12906 0 0 0 0 5 2 20 0 15 0 48637694 11079016448 21115 33554432000 4194304 4196468 140736014655152 140098768132784 140099803376258 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36876288 140736014662254 140736014665052 140736014665052 140736014667727 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 84460 KiB

[startup+1.50073 s]
/proc/loadavg: 1.65 1.70 1.72 3/215 10650
/proc/meminfo: memFree=16527336/32770624 swapFree=67108860/67108860
[pid=10584] ppid=10581 vsize=10834252 memory=173712 CPUtime=2.28 cores=0,2,4,6
/proc/10584/stat : 10584 (java) S 10581 10584 7887 0 -1 1077944320 23903 12906 0 0 211 10 5 2 20 0 15 0 48637679 11094274048 43428 33554432000 4194304 4196468 140736014655152 140736014637696 140099803365111 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 36876288 140736014662254 140736014665052 140736014665052 140736014667727 0
/proc/10584/statm: 2708563 43428 3472 1 0 2670221 0
[pid=10584/tid=10637] ppid=10581 vsize=10834252 memory=13 CPUtime=1.42 cores=0,2,4,6
/proc/10584/task/10637/stat : 10637 (java) R 10581 10584 7887 0 -1 4202560 17726 12906 0 0 128 7 5 2 20 0 15 0 48637688 11094274048 43428 33554432000 4194304 4196468 140736014655152 140099775188240 140099787445598 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36876288 140736014662254 140736014665052 140736014665052 140736014667727 0
[pid=10584/tid=10638] ppid=10581 vsize=10834252 memory=19 CPUtime=0.08 cores=0,2,4,6
/proc/10584/task/10638/stat : 10638 (java) S 10581 10584 7887 0 -1 1077944384 55 12906 0 0 1 0 5 2 20 0 15 0 48637689 11094274048 43428 33554432000 4194304 4196468 140736014655152 140099807607952 140099803375317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36876288 140736014662254 140736014665052 140736014665052 140736014667727 0
[pid=10584/tid=10639] ppid=10581 vsize=10834252 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10584/task/10639/stat : 10639 (java) S 10581 10584 7887 0 -1 1077944384 15 12906 0 0 1 0 5 2 20 0 15 0 48637689 11094274048 43428 33554432000 4194304 4196468 140736014655152 140099695881232 140099803375317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36876288 140736014662254 140736014665052 140736014665052 140736014667727 0
[pid=10584/tid=10640] ppid=10581 vsize=10834252 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10584/task/10640/stat : 10640 (java) S 10581 10584 7887 0 -1 1077944384 29 12906 0 0 1 0 5 2 20 0 15 0 48637689 11094274048 43428 33554432000 4194304 4196468 140736014655152 140099694828432 140099803375317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36876288 140736014662254 140736014665052 140736014665052 140736014667727 0
[pid=10584/tid=10641] ppid=10581 vsize=10834252 memory=98276 CPUtime=0.07 cores=0,2,4,6
/proc/10584/task/10641/stat : 10641 (java) S 10581 10584 7887 0 -1 1077944384 200 12906 0 0 0 0 5 2 20 0 15 0 48637689 11094274048 43428 33554432000 4194304 4196468 140736014655152 140099693775632 140099803375317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36876288 140736014662254 140736014665052 140736014665052 140736014667727 0
[pid=10584/tid=10642] ppid=10581 vsize=10834252 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10584/task/10642/stat : 10642 (java) S 10581 10584 7887 0 -1 1077944384 54 12906 0 0 1 0 5 2 20 0 15 0 48637691 11094274048 43428 33554432000 4194304 4196468 140736014655152 140098805901680 140099803376258 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36876288 140736014662254 140736014665052 140736014665052 140736014667727 0
[pid=10584/tid=10643] ppid=10581 vsize=10834252 memory=6298118432328864872 CPUtime=0.07 cores=0,2,4,6
/proc/10584/task/10643/stat : 10643 (java) S 10581 10584 7887 0 -1 1077944384 34 12906 0 0 0 0 5 2 20 0 15 0 48637691 11094274048 43428 33554432000 4194304 4196468 140736014655152 140098804847712 140099803375317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36876288 140736014662254 140736014665052 140736014665052 140736014667727 0
[pid=10584/tid=10644] ppid=10581 vsize=10834252 memory=7811617130173523562 CPUtime=0.07 cores=0,2,4,6
/proc/10584/task/10644/stat : 10644 (java) S 10581 10584 7887 0 -1 1077944384 1 12906 0 0 0 0 5 2 20 0 15 0 48637691 11094274048 43428 33554432000 4194304 4196468 140736014655152 140098679071616 140099803375317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36876288 140736014662254 140736014665052 140736014665052 140736014667727 0
[pid=10584/tid=10645] ppid=10581 vsize=10834252 memory=7451876661042114913 CPUtime=0.07 cores=0,2,4,6
/proc/10584/task/10645/stat : 10645 (java) S 10581 10584 7887 0 -1 1077944384 3 12906 0 0 0 0 5 2 20 0 15 0 48637694 11094274048 43428 33554432000 4194304 4196468 140736014655152 140098371671888 140099803383707 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36876288 140736014662254 140736014665052 140736014665052 140736014667727 0
[pid=10584/tid=10646] ppid=10581 vsize=10834252 memory=5787213835771667545 CPUtime=0.26 cores=0,2,4,6
/proc/10584/task/10646/stat : 10646 (java) S 10581 10584 7887 0 -1 1077944384 1185 12906 0 0 19 0 5 2 20 0 15 0 48637694 11094274048 43428 33554432000 4194304 4196468 140736014655152 140098771290992 140099803376258 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36876288 140736014662254 140736014665052 140736014665052 140736014667727 0
[pid=10584/tid=10647] ppid=10581 vsize=10834252 memory=7091871355450844497 CPUtime=0.3 cores=0,2,4,6
/proc/10584/task/10647/stat : 10647 (java) S 10581 10584 7887 0 -1 1077944384 1089 12906 0 0 23 0 5 2 20 0 15 0 48637694 11094274048 43428 33554432000 4194304 4196468 140736014655152 140098770238192 140099803376258 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36876288 140736014662254 140736014665052 140736014665052 140736014667727 0
[pid=10584/tid=10648] ppid=10581 vsize=10834252 memory=6298118432328864872 CPUtime=0.4 cores=0,2,4,6
/proc/10584/task/10648/stat : 10648 (java) R 10581 10584 7887 0 -1 4202560 1322 12906 0 0 33 0 5 2 20 0 15 0 48637694 11094274048 43428 33554432000 4194304 4196468 140736014655152 140098769185392 140099796461947 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36876288 140736014662254 140736014665052 140736014665052 140736014667727 0
[pid=10584/tid=10649] ppid=10581 vsize=10834252 memory=6298118432328864872 CPUtime=0.07 cores=0,2,4,6
/proc/10584/task/10649/stat : 10649 (java) S 10581 10584 7887 0 -1 1077944384 3 12906 0 0 0 0 5 2 20 0 15 0 48637694 11094274048 43428 33554432000 4194304 4196468 140736014655152 140098338114272 140099803375317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36876288 140736014662254 140736014665052 140736014665052 140736014667727 0
[pid=10584/tid=10650] ppid=10581 vsize=10834252 memory=56 CPUtime=0.07 cores=0,2,4,6
/proc/10584/task/10650/stat : 10650 (java) S 10581 10584 7887 0 -1 1077944384 1 12906 0 0 0 0 5 2 20 0 15 0 48637694 11094274048 43428 33554432000 4194304 4196468 140736014655152 140098768132784 140099803376258 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36876288 140736014662254 140736014665052 140736014665052 140736014667727 0
Current children cumulated CPU time: 2.28 s
Current children cumulated vsize: 10834252 KiB

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

[startup+5.89053 s]
# the end of solver process 10584 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=13.9709 s, system=0.304292 s

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

[startup+3.20086 s]
/proc/loadavg: 1.65 1.70 1.72 3/215 10650
/proc/meminfo: memFree=16404560/32770624 swapFree=67108860/67108860
[pid=10584] ppid=10581 vsize=10846560 memory=236748 CPUtime=6.02 cores=0,2,4,6
/proc/10584/stat : 10584 (java) S 10581 10584 7887 0 -1 1077944320 37252 12906 0 0 579 16 5 2 20 0 15 0 48637679 11106877440 59187 33554432000 4194304 4196468 140736014655152 140736014637696 140099803365111 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 36876288 140736014662254 140736014665052 140736014665052 140736014667727 0
/proc/10584/statm: 2711640 59187 3494 1 0 2673293 0
[pid=10584/tid=10637] ppid=10581 vsize=10846560 memory=140481669453840 CPUtime=3.06 cores=0,2,4,6
/proc/10584/task/10637/stat : 10637 (java) R 10581 10584 7887 0 -1 4202560 24359 12906 0 0 291 8 5 2 20 0 15 0 48637688 11106877440 59187 33554432000 4194304 4196468 140736014655152 140099775194416 140099787445598 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36876288 140736014662254 140736014665052 140736014665052 140736014667727 0
[pid=10584/tid=10638] ppid=10581 vsize=10846560 memory=-7451605132889387148 CPUtime=0.09 cores=0,2,4,6
/proc/10584/task/10638/stat : 10638 (java) S 10581 10584 7887 0 -1 1077944384 66 12906 0 0 2 0 5 2 20 0 15 0 48637689 11106877440 59187 33554432000 4194304 4196468 140736014655152 140099807607952 140099803375317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36876288 140736014662254 140736014665052 140736014665052 140736014667727 0
[pid=10584/tid=10639] ppid=10581 vsize=10846560 memory=4124543240330648936 CPUtime=0.1 cores=0,2,4,6
/proc/10584/task/10639/stat : 10639 (java) S 10581 10584 7887 0 -1 1077944384 33 12906 0 0 3 0 5 2 20 0 15 0 48637689 11106877440 59187 33554432000 4194304 4196468 140736014655152 140099695881232 140099803375317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36876288 140736014662254 140736014665052 140736014665052 140736014667727 0
[pid=10584/tid=10640] ppid=10581 vsize=10846560 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/10584/task/10640/stat : 10640 (java) S 10581 10584 7887 0 -1 1077944384 52 12906 0 0 3 0 5 2 20 0 15 0 48637689 11106877440 59187 33554432000 4194304 4196468 140736014655152 140099694828432 140099803375317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36876288 140736014662254 140736014665052 140736014665052 140736014667727 0
[pid=10584/tid=10641] ppid=10581 vsize=10846560 memory=5789475656617268356 CPUtime=0.09 cores=0,2,4,6
/proc/10584/task/10641/stat : 10641 (java) S 10581 10584 7887 0 -1 1077944384 221 12906 0 0 2 0 5 2 20 0 15 0 48637689 11106877440 59187 33554432000 4194304 4196468 140736014655152 140099693775632 140099803375317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36876288 140736014662254 140736014665052 140736014665052 140736014667727 0
[pid=10584/tid=10642] ppid=10581 vsize=10846560 memory=7516895258931192673 CPUtime=0.1 cores=0,2,4,6
/proc/10584/task/10642/stat : 10642 (java) S 10581 10584 7887 0 -1 1077944384 1972 12906 0 0 3 0 5 2 20 0 15 0 48637691 11106877440 59187 33554432000 4194304 4196468 140736014655152 140098805901680 140099803376258 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36876288 140736014662254 140736014665052 140736014665052 140736014667727 0
[pid=10584/tid=10643] ppid=10581 vsize=10846560 memory=7233995345064190305 CPUtime=0.07 cores=0,2,4,6
/proc/10584/task/10643/stat : 10643 (java) S 10581 10584 7887 0 -1 1077944384 37 12906 0 0 0 0 5 2 20 0 15 0 48637691 11106877440 59187 33554432000 4194304 4196468 140736014655152 140098804847712 140099803375317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36876288 140736014662254 140736014665052 140736014665052 140736014667727 0
[pid=10584/tid=10644] ppid=10581 vsize=10846560 memory=42116 CPUtime=0.07 cores=0,2,4,6
/proc/10584/task/10644/stat : 10644 (java) S 10581 10584 7887 0 -1 1077944384 1 12906 0 0 0 0 5 2 20 0 15 0 48637691 11106877440 59187 33554432000 4194304 4196468 140736014655152 140098679071616 140099803375317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36876288 140736014662254 140736014665052 140736014665052 140736014667727 0
[pid=10584/tid=10645] ppid=10581 vsize=10846560 memory=7306916055891837008 CPUtime=0.07 cores=0,2,4,6
/proc/10584/task/10645/stat : 10645 (java) S 10581 10584 7887 0 -1 1077944384 3 12906 0 0 0 0 5 2 20 0 15 0 48637694 11106877440 59187 33554432000 4194304 4196468 140736014655152 140098371671888 140099803383707 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36876288 140736014662254 140736014665052 140736014665052 140736014667727 0
[pid=10584/tid=10646] ppid=10581 vsize=10846560 memory=2200 CPUtime=0.76 cores=0,2,4,6
/proc/10584/task/10646/stat : 10646 (java) S 10581 10584 7887 0 -1 1077944384 2063 12906 0 0 68 1 5 2 20 0 15 0 48637694 11106877440 59187 33554432000 4194304 4196468 140736014655152 140098771290992 140099803376258 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36876288 140736014662254 140736014665052 140736014665052 140736014667727 0
[pid=10584/tid=10647] ppid=10581 vsize=10846560 memory=7288 CPUtime=0.93 cores=0,2,4,6
/proc/10584/task/10647/stat : 10647 (java) S 10581 10584 7887 0 -1 1077944384 1992 12906 0 0 85 1 5 2 20 0 15 0 48637694 11106877440 59187 33554432000 4194304 4196468 140736014655152 140098770238192 140099803376258 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36876288 140736014662254 140736014665052 140736014665052 140736014667727 0
[pid=10584/tid=10648] ppid=10581 vsize=10846560 memory=840 CPUtime=1.25 cores=0,2,4,6
/proc/10584/task/10648/stat : 10648 (java) S 10581 10584 7887 0 -1 1077944384 4258 12906 0 0 117 1 5 2 20 0 15 0 48637694 11106877440 59187 33554432000 4194304 4196468 140736014655152 140098769185392 140099803376258 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36876288 140736014662254 140736014665052 140736014665052 140736014667727 0
[pid=10584/tid=10649] ppid=10581 vsize=10846560 memory=1696 CPUtime=0.07 cores=0,2,4,6
/proc/10584/task/10649/stat : 10649 (java) S 10581 10584 7887 0 -1 1077944384 3 12906 0 0 0 0 5 2 20 0 15 0 48637694 11106877440 59187 33554432000 4194304 4196468 140736014655152 140098338114272 140099803375317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36876288 140736014662254 140736014665052 140736014665052 140736014667727 0
[pid=10584/tid=10650] ppid=10581 vsize=10846560 memory=920 CPUtime=0.07 cores=0,2,4,6
/proc/10584/task/10650/stat : 10650 (java) S 10581 10584 7887 0 -1 1077944384 3 12906 0 0 0 0 5 2 20 0 15 0 48637694 11106877440 59246 33554432000 4194304 4196468 140736014655152 140098768132784 140099803376258 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36876288 140736014662254 140736014665052 140736014665052 140736014667727 0
Current children cumulated CPU time: 6.02 s
Current children cumulated vsize: 10846560 KiB
Current children cumulated memory: 236748 KiB

[startup+4.80085 s]
/proc/loadavg: 1.65 1.70 1.72 6/215 10650
/proc/meminfo: memFree=16309200/32770624 swapFree=67108860/67108860
[pid=10584] ppid=10581 vsize=10916192 memory=387636 CPUtime=10.91 cores=0,2,4,6
/proc/10584/stat : 10584 (java) S 10581 10584 7887 0 -1 1077944320 74270 12906 0 0 1060 24 5 2 20 0 15 0 48637679 11178180608 96909 33554432000 4194304 4196468 140736014655152 140736014637696 140099803365111 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 36876288 140736014662254 140736014665052 140736014665052 140736014667727 0
/proc/10584/statm: 2729048 96909 3505 1 0 2690701 0
[pid=10584/tid=10637] ppid=10581 vsize=10916192 memory=0 CPUtime=4.66 cores=0,2,4,6
/proc/10584/task/10637/stat : 10637 (java) R 10581 10584 7887 0 -1 4202560 44871 12906 0 0 446 13 5 2 20 0 15 0 48637688 11178180608 96909 33554432000 4194304 4196468 140736014655152 140099775194576 140099803377046 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36876288 140736014662254 140736014665052 140736014665052 140736014667727 0
[pid=10584/tid=10638] ppid=10581 vsize=10916192 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/10584/task/10638/stat : 10638 (java) S 10581 10584 7887 0 -1 1077944384 120 12906 0 0 3 0 5 2 20 0 15 0 48637689 11178180608 96909 33554432000 4194304 4196468 140736014655152 140099807607952 140099803375317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36876288 140736014662254 140736014665052 140736014665052 140736014667727 0
[pid=10584/tid=10639] ppid=10581 vsize=10916192 memory=6791534058613427641 CPUtime=0.1 cores=0,2,4,6
/proc/10584/task/10639/stat : 10639 (java) S 10581 10584 7887 0 -1 1077944384 36 12906 0 0 3 0 5 2 20 0 15 0 48637689 11178180608 96909 33554432000 4194304 4196468 140736014655152 140099695881232 140099803375317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36876288 140736014662254 140736014665052 140736014665052 140736014667727 0
[pid=10584/tid=10640] ppid=10581 vsize=10916192 memory=7739838833630407017 CPUtime=0.1 cores=0,2,4,6
/proc/10584/task/10640/stat : 10640 (java) S 10581 10584 7887 0 -1 1077944384 54 12906 0 0 3 0 5 2 20 0 15 0 48637689 11178180608 96909 33554432000 4194304 4196468 140736014655152 140099694828432 140099803375317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36876288 140736014662254 140736014665052 140736014665052 140736014667727 0
[pid=10584/tid=10641] ppid=10581 vsize=10916192 memory=7739838833630407017 CPUtime=0.09 cores=0,2,4,6
/proc/10584/task/10641/stat : 10641 (java) S 10581 10584 7887 0 -1 1077944384 310 12906 0 0 2 0 5 2 20 0 15 0 48637689 11178180608 96909 33554432000 4194304 4196468 140736014655152 140099693775632 140099803375317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36876288 140736014662254 140736014665052 140736014665052 140736014667727 0
[pid=10584/tid=10642] ppid=10581 vsize=10916192 memory=7588681273477983344 CPUtime=0.1 cores=0,2,4,6
/proc/10584/task/10642/stat : 10642 (java) S 10581 10584 7887 0 -1 1077944384 2298 12906 0 0 3 0 5 2 20 0 15 0 48637691 11178180608 96909 33554432000 4194304 4196468 140736014655152 140098805901680 140099803376258 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36876288 140736014662254 140736014665052 140736014665052 140736014667727 0
[pid=10584/tid=10643] ppid=10581 vsize=10916192 memory=7588681273477983344 CPUtime=0.07 cores=0,2,4,6
/proc/10584/task/10643/stat : 10643 (java) S 10581 10584 7887 0 -1 1077944384 38 12906 0 0 0 0 5 2 20 0 15 0 48637691 11178180608 96909 33554432000 4194304 4196468 140736014655152 140098804847712 140099803375317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36876288 140736014662254 140736014665052 140736014665052 140736014667727 0
[pid=10584/tid=10644] ppid=10581 vsize=10916192 memory=7956006010813506384 CPUtime=0.07 cores=0,2,4,6
/proc/10584/task/10644/stat : 10644 (java) S 10581 10584 7887 0 -1 1077944384 1 12906 0 0 0 0 5 2 20 0 15 0 48637691 11178180608 96909 33554432000 4194304 4196468 140736014655152 140098679071616 140099803375317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36876288 140736014662254 140736014665052 140736014665052 140736014667727 0
[pid=10584/tid=10645] ppid=10581 vsize=10916192 memory=7739838833630407017 CPUtime=0.07 cores=0,2,4,6
/proc/10584/task/10645/stat : 10645 (java) S 10581 10584 7887 0 -1 1077944384 3 12906 0 0 0 0 5 2 20 0 15 0 48637694 11178180608 96909 33554432000 4194304 4196468 140736014655152 140098371671888 140099803383707 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36876288 140736014662254 140736014665052 140736014665052 140736014667727 0
[pid=10584/tid=10646] ppid=10581 vsize=10916192 memory=7739838833630407017 CPUtime=2.05 cores=0,2,4,6
/proc/10584/task/10646/stat : 10646 (java) R 10581 10584 7887 0 -1 4202560 5434 12906 0 0 197 1 5 2 20 0 15 0 48637694 11178180608 96909 33554432000 4194304 4196468 140736014655152 140098771277152 140099788488672 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36876288 140736014662254 140736014665052 140736014665052 140736014667727 0
[pid=10584/tid=10647] ppid=10581 vsize=10916192 memory=140481669658801 CPUtime=2.38 cores=0,2,4,6
/proc/10584/task/10647/stat : 10647 (java) R 10581 10584 7887 0 -1 4202560 11866 12906 0 0 229 2 5 2 20 0 15 0 48637694 11178180608 96909 33554432000 4194304 4196468 140736014655152 140098770216544 140099784888744 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36876288 140736014662254 140736014665052 140736014665052 140736014667727 0
[pid=10584/tid=10648] ppid=10581 vsize=10916192 memory=45741401713117 CPUtime=1.79 cores=0,2,4,6
/proc/10584/task/10648/stat : 10648 (java) S 10581 10584 7887 0 -1 1077944384 7041 12906 0 0 169 3 5 2 20 0 15 0 48637694 11178180608 96909 33554432000 4194304 4196468 140736014655152 140098769185392 140099803376258 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36876288 140736014662254 140736014665052 140736014665052 140736014667727 0
[pid=10584/tid=10649] ppid=10581 vsize=10916192 memory=17668 CPUtime=0.07 cores=0,2,4,6
/proc/10584/task/10649/stat : 10649 (java) S 10581 10584 7887 0 -1 1077944384 3 12906 0 0 0 0 5 2 20 0 15 0 48637694 11178180608 96909 33554432000 4194304 4196468 140736014655152 140098338114272 140099803375317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36876288 140736014662254 140736014665052 140736014665052 140736014667727 0
[pid=10584/tid=10650] ppid=10581 vsize=10916192 memory=19876 CPUtime=0.07 cores=0,2,4,6
/proc/10584/task/10650/stat : 10650 (java) S 10581 10584 7887 0 -1 1077944384 6 12906 0 0 0 0 5 2 20 0 15 0 48637694 11178180608 96909 33554432000 4194304 4196468 140736014655152 140098768132784 140099803376258 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36876288 140736014662254 140736014665052 140736014665052 140736014667727 0
Current children cumulated CPU time: 10.91 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 387636 KiB

[startup+5.60214 s]
/proc/loadavg: 1.65 1.70 1.72 5/215 10650
/proc/meminfo: memFree=16231616/32770624 swapFree=67108860/67108860
[pid=10584] ppid=10581 vsize=10916192 memory=401260 CPUtime=13.38 cores=0,2,4,6
/proc/10584/stat : 10584 (java) S 10581 10584 7887 0 -1 1077944320 83737 12906 0 0 1306 25 5 2 20 0 15 0 48637679 11178180608 100315 33554432000 4194304 4196468 140736014655152 140736014637696 140099803365111 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 36876288 140736014662254 140736014665052 140736014665052 140736014667727 0
/proc/10584/statm: 2729048 100315 3509 1 0 2690701 0
[pid=10584/tid=10637] ppid=10581 vsize=10916192 memory=2400 CPUtime=5.45 cores=0,2,4,6
/proc/10584/task/10637/stat : 10637 (java) R 10581 10584 7887 0 -1 4202560 45895 12906 0 0 525 13 5 2 20 0 15 0 48637688 11178180608 100315 33554432000 4194304 4196468 140736014655152 140099775193504 140099382592923 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36876288 140736014662254 140736014665052 140736014665052 140736014667727 0
[pid=10584/tid=10638] ppid=10581 vsize=10916192 memory=1836 CPUtime=0.1 cores=0,2,4,6
/proc/10584/task/10638/stat : 10638 (java) S 10581 10584 7887 0 -1 1077944384 1078 12906 0 0 3 0 5 2 20 0 15 0 48637689 11178180608 100315 33554432000 4194304 4196468 140736014655152 140099807607952 140099803375317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36876288 140736014662254 140736014665052 140736014665052 140736014667727 0
[pid=10584/tid=10639] ppid=10581 vsize=10916192 memory=12976 CPUtime=0.1 cores=0,2,4,6
/proc/10584/task/10639/stat : 10639 (java) S 10581 10584 7887 0 -1 1077944384 190 12906 0 0 3 0 5 2 20 0 15 0 48637689 11178180608 100315 33554432000 4194304 4196468 140736014655152 140099695881232 140099803375317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36876288 140736014662254 140736014665052 140736014665052 140736014667727 0
[pid=10584/tid=10640] ppid=10581 vsize=10916192 memory=792 CPUtime=0.1 cores=0,2,4,6
/proc/10584/task/10640/stat : 10640 (java) S 10581 10584 7887 0 -1 1077944384 55 12906 0 0 3 0 5 2 20 0 15 0 48637689 11178180608 100315 33554432000 4194304 4196468 140736014655152 140099694828432 140099803375317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36876288 140736014662254 140736014665052 140736014665052 140736014667727 0
[pid=10584/tid=10641] ppid=10581 vsize=10916192 memory=1952 CPUtime=0.09 cores=0,2,4,6
/proc/10584/task/10641/stat : 10641 (java) S 10581 10584 7887 0 -1 1077944384 401 12906 0 0 2 0 5 2 20 0 15 0 48637689 11178180608 100315 33554432000 4194304 4196468 140736014655152 140099693775632 140099803375317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36876288 140736014662254 140736014665052 140736014665052 140736014667727 0
[pid=10584/tid=10642] ppid=10581 vsize=10916192 memory=1232 CPUtime=0.11 cores=0,2,4,6
/proc/10584/task/10642/stat : 10642 (java) S 10581 10584 7887 0 -1 1077944384 2341 12906 0 0 4 0 5 2 20 0 15 0 48637691 11178180608 100315 33554432000 4194304 4196468 140736014655152 140098805901680 140099803376258 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36876288 140736014662254 140736014665052 140736014665052 140736014667727 0
[pid=10584/tid=10643] ppid=10581 vsize=10916192 memory=8372 CPUtime=0.07 cores=0,2,4,6
/proc/10584/task/10643/stat : 10643 (java) S 10581 10584 7887 0 -1 1077944384 38 12906 0 0 0 0 5 2 20 0 15 0 48637691 11178180608 100315 33554432000 4194304 4196468 140736014655152 140098804847712 140099803375317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36876288 140736014662254 140736014665052 140736014665052 140736014667727 0
[pid=10584/tid=10644] ppid=10581 vsize=10916192 memory=1708 CPUtime=0.07 cores=0,2,4,6
/proc/10584/task/10644/stat : 10644 (java) S 10581 10584 7887 0 -1 1077944384 1 12906 0 0 0 0 5 2 20 0 15 0 48637691 11178180608 100315 33554432000 4194304 4196468 140736014655152 140098679071616 140099803375317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36876288 140736014662254 140736014665052 140736014665052 140736014667727 0
[pid=10584/tid=10645] ppid=10581 vsize=10916192 memory=5412 CPUtime=0.07 cores=0,2,4,6
/proc/10584/task/10645/stat : 10645 (java) S 10581 10584 7887 0 -1 1077944384 3 12906 0 0 0 0 5 2 20 0 15 0 48637694 11178180608 100315 33554432000 4194304 4196468 140736014655152 140098371671888 140099803383707 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36876288 140736014662254 140736014665052 140736014665052 140736014667727 0
[pid=10584/tid=10646] ppid=10581 vsize=10916192 memory=4612 CPUtime=2.85 cores=0,2,4,6
/proc/10584/task/10646/stat : 10646 (java) R 10581 10584 7887 0 -1 4202560 8371 12906 0 0 276 2 5 2 20 0 15 0 48637694 11178180608 100315 33554432000 4194304 4196468 140736014655152 140098771282096 140099784885963 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36876288 140736014662254 140736014665052 140736014665052 140736014667727 0
[pid=10584/tid=10647] ppid=10581 vsize=10916192 memory=1012 CPUtime=3.16 cores=0,2,4,6
/proc/10584/task/10647/stat : 10647 (java) R 10581 10584 7887 0 -1 4202560 14527 12906 0 0 307 2 5 2 20 0 15 0 48637694 11178180608 100315 33554432000 4194304 4196468 140736014655152 140098770223632 140099786775983 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36876288 140736014662254 140736014665052 140736014665052 140736014667727 0
[pid=10584/tid=10648] ppid=10581 vsize=10916192 memory=1436 CPUtime=1.87 cores=0,2,4,6
/proc/10584/task/10648/stat : 10648 (java) S 10581 10584 7887 0 -1 1077944384 7677 12906 0 0 177 3 5 2 20 0 15 0 48637694 11178180608 100315 33554432000 4194304 4196468 140736014655152 140098769185392 140099803376258 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36876288 140736014662254 140736014665052 140736014665052 140736014667727 0
[pid=10584/tid=10649] ppid=10581 vsize=10916192 memory=1200 CPUtime=0.07 cores=0,2,4,6
/proc/10584/task/10649/stat : 10649 (java) S 10581 10584 7887 0 -1 1077944384 3 12906 0 0 0 0 5 2 20 0 15 0 48637694 11178180608 100315 33554432000 4194304 4196468 140736014655152 140098338114272 140099803375317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36876288 140736014662254 140736014665052 140736014665052 140736014667727 0
[pid=10584/tid=10650] ppid=10581 vsize=10916192 memory=15876 CPUtime=0.07 cores=0,2,4,6
/proc/10584/task/10650/stat : 10650 (java) S 10581 10584 7887 0 -1 1077944384 968 12906 0 0 0 0 5 2 20 0 15 0 48637694 11178180608 100315 33554432000 4194304 4196468 140736014655152 140098768132784 140099803376258 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36876288 140736014662254 140736014665052 140736014665052 140736014667727 0
Current children cumulated CPU time: 13.38 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 401260 KiB

[startup+5.80881 s]
/proc/loadavg: 1.65 1.70 1.72 5/215 10650
/proc/meminfo: memFree=16231616/32770624 swapFree=67108860/67108860
[pid=10584] ppid=10581 vsize=10916192 memory=403848 CPUtime=14.05 cores=0,2,4,6
/proc/10584/stat : 10584 (java) S 10581 10584 7887 0 -1 1077944320 86403 12906 0 0 1372 26 5 2 20 0 15 0 48637679 11178180608 100962 33554432000 4194304 4196468 140736014655152 140736014637696 140099803365111 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 36876288 140736014662254 140736014665052 140736014665052 140736014667727 0
/proc/10584/statm: 2729048 100962 3510 1 0 2690701 0
[pid=10584/tid=10637] ppid=10581 vsize=10916192 memory=7372786582024121444 CPUtime=5.65 cores=0,2,4,6
/proc/10584/task/10637/stat : 10637 (java) R 10581 10584 7887 0 -1 4202560 46350 12906 0 0 545 13 5 2 20 0 15 0 48637688 11178180608 100962 33554432000 4194304 4196468 140736014655152 140099775189232 140099373902481 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36876288 140736014662254 140736014665052 140736014665052 140736014667727 0
[pid=10584/tid=10638] ppid=10581 vsize=10916192 memory=7373916858537504097 CPUtime=0.1 cores=0,2,4,6
/proc/10584/task/10638/stat : 10638 (java) S 10581 10584 7887 0 -1 1077944384 1082 12906 0 0 3 0 5 2 20 0 15 0 48637689 11178180608 100962 33554432000 4194304 4196468 140736014655152 140099807607952 140099803375317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36876288 140736014662254 140736014665052 140736014665052 140736014667727 0
[pid=10584/tid=10639] ppid=10581 vsize=10916192 memory=4638778398332698720 CPUtime=0.11 cores=0,2,4,6
/proc/10584/task/10639/stat : 10639 (java) S 10581 10584 7887 0 -1 1077944384 200 12906 0 0 4 0 5 2 20 0 15 0 48637689 11178180608 100962 33554432000 4194304 4196468 140736014655152 140099695881232 140099803375317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36876288 140736014662254 140736014665052 140736014665052 140736014667727 0
[pid=10584/tid=10640] ppid=10581 vsize=10916192 memory=0 CPUtime=0.11 cores=0,2,4,6
/proc/10584/task/10640/stat : 10640 (java) S 10581 10584 7887 0 -1 1077944384 58 12906 0 0 4 0 5 2 20 0 15 0 48637689 11178180608 100962 33554432000 4194304 4196468 140736014655152 140099694828432 140099803375317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36876288 140736014662254 140736014665052 140736014665052 140736014667727 0
[pid=10584/tid=10641] ppid=10581 vsize=10916192 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/10584/task/10641/stat : 10641 (java) S 10581 10584 7887 0 -1 1077944384 440 12906 0 0 3 0 5 2 20 0 15 0 48637689 11178180608 100962 33554432000 4194304 4196468 140736014655152 140099693775632 140099803375317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36876288 140736014662254 140736014665052 140736014665052 140736014667727 0
[pid=10584/tid=10642] ppid=10581 vsize=10916192 memory=6408091206840 CPUtime=0.11 cores=0,2,4,6
/proc/10584/task/10642/stat : 10642 (java) S 10581 10584 7887 0 -1 1077944384 2362 12906 0 0 4 0 5 2 20 0 15 0 48637691 11178180608 100962 33554432000 4194304 4196468 140736014655152 140098805901680 140099803376258 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36876288 140736014662254 140736014665052 140736014665052 140736014667727 0
[pid=10584/tid=10643] ppid=10581 vsize=10916192 memory=288230583166042426 CPUtime=0.07 cores=0,2,4,6
/proc/10584/task/10643/stat : 10643 (java) S 10581 10584 7887 0 -1 1077944384 38 12906 0 0 0 0 5 2 20 0 15 0 48637691 11178180608 100962 33554432000 4194304 4196468 140736014655152 140098804847712 140099803375317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36876288 140736014662254 140736014665052 140736014665052 140736014667727 0
[pid=10584/tid=10644] ppid=10581 vsize=10916192 memory=15258134151170443 CPUtime=0.07 cores=0,2,4,6
/proc/10584/task/10644/stat : 10644 (java) S 10581 10584 7887 0 -1 1077944384 1 12906 0 0 0 0 5 2 20 0 15 0 48637691 11178180608 100962 33554432000 4194304 4196468 140736014655152 140098679071616 140099803375317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36876288 140736014662254 140736014665052 140736014665052 140736014667727 0
[pid=10584/tid=10645] ppid=10581 vsize=10916192 memory=2400 CPUtime=0.07 cores=0,2,4,6
/proc/10584/task/10645/stat : 10645 (java) S 10581 10584 7887 0 -1 1077944384 3 12906 0 0 0 0 5 2 20 0 15 0 48637694 11178180608 100962 33554432000 4194304 4196468 140736014655152 140098371671888 140099803383707 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36876288 140736014662254 140736014665052 140736014665052 140736014667727 0
[pid=10584/tid=10646] ppid=10581 vsize=10916192 memory=-4695052241013923951 CPUtime=3.05 cores=0,2,4,6
/proc/10584/task/10646/stat : 10646 (java) R 10581 10584 7887 0 -1 4202560 8769 12906 0 0 296 2 5 2 20 0 15 0 48637694 11178180608 100962 33554432000 4194304 4196468 140736014655152 140098771277536 140099784886393 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 36876288 140736014662254 140736014665052 140736014665052 140736014667727 0
[pid=10584/tid=10647] ppid=10581 vsize=10916192 memory=-3252517613199061085 CPUtime=3.37 cores=0,2,4,6
/proc/10584/task/10647/stat : 10647 (java) R 10581 10584 7887 0 -1 4202560 14843 12906 0 0 328 2 5 2 20 0 15 0 48637694 11178180608 100962 33554432000 4194304 4196468 140736014655152 140098770225184 140099783027107 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36876288 140736014662254 140736014665052 140736014665052 140736014667727 0
[pid=10584/tid=10648] ppid=10581 vsize=10916192 memory=-4695052241013923951 CPUtime=1.91 cores=0,2,4,6
/proc/10584/task/10648/stat : 10648 (java) S 10581 10584 7887 0 -1 1077944384 9097 12906 0 0 181 3 5 2 20 0 15 0 48637694 11178180608 100962 33554432000 4194304 4196468 140736014655152 140098769185392 140099803376258 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36876288 140736014662254 140736014665052 140736014665052 140736014667727 0
[pid=10584/tid=10649] ppid=10581 vsize=10916192 memory=-2026666227646606628 CPUtime=0.07 cores=0,2,4,6
/proc/10584/task/10649/stat : 10649 (java) S 10581 10584 7887 0 -1 1077944384 3 12906 0 0 0 0 5 2 20 0 15 0 48637694 11178180608 100962 33554432000 4194304 4196468 140736014655152 140098338114272 140099803375317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36876288 140736014662254 140736014665052 140736014665052 140736014667727 0
[pid=10584/tid=10650] ppid=10581 vsize=10916192 memory=-2317720213663851332 CPUtime=0.07 cores=0,2,4,6
/proc/10584/task/10650/stat : 10650 (java) S 10581 10584 7887 0 -1 1077944384 968 12906 0 0 0 0 5 2 20 0 15 0 48637694 11178180608 100962 33554432000 4194304 4196468 140736014655152 140098768132784 140099803376258 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36876288 140736014662254 140736014665052 140736014665052 140736014667727 0
Current children cumulated CPU time: 14.05 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 403848 KiB

Child status: 0
Real time (s): 5.89059
CPU time (s): 14.2752
CPU user time (s): 13.9709
CPU system time (s): 0.304292
CPU usage (%): 242.339
Max. virtual memory (cumulated for all children) (KiB): 10918900
Max. memory (cumulated for all children) (KiB): 403848

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 13.9709
system time used= 0.304292
maximum resident set size= 406396
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 100582
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= 8108
involuntary context switches= 75


# summary of solver processes directly reported to runsolver:
#   pid: 10584
#   total CPU time (s): 14.2752
#   total CPU user time (s): 13.9709
#   total CPU system time (s): 0.304292

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.060608 second user time and 0.091958 second system time

The end

Launcher Data

Begin job on node107 at 2018-07-23 03:52:25
IDJOB=4293165
IDBENCH=141128
IDSOLVER=2750
FILE ID=node107/4293165-1532310745
RUNJOBID= node107-1532295923-7918
PBS_JOBID= 21018984
Free space on /tmp= 55096 MiB

SOLVER NAME= Concrete 3.8 2018-06-13
BENCH NAME= XCSP18/StripPacking/StripPacking-C1P1_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4293165-1532310745/watcher-4293165-1532310745 -o /tmp/evaluation-result-4293165-1532310745/solver-4293165-1532310745 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1532295923-7918 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1780960774 HOME/instance-4293165-1532310745.xml

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

MD5SUM BENCH= 889218b6c90316b766a017c27e87ee44
RANDOM SEED=1780960774

node107.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.40
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.40
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.40
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.40
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:        16619240 kB
MemAvailable:   28502424 kB
Buffers:          256800 kB
Cached:         11773224 kB
SwapCached:            0 kB
Active:          5087364 kB
Inactive:       10427484 kB
Active(anon):    3487688 kB
Inactive(anon):    16860 kB
Active(file):    1599676 kB
Inactive(file): 10410624 kB
Unevictable:        7152 kB
Mlocked:            7152 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26572 kB
Writeback:             0 kB
AnonPages:       3491972 kB
Mapped:            49452 kB
Shmem:             17036 kB
Slab:             328428 kB
SReclaimable:     301344 kB
SUnreclaim:        27084 kB
KernelStack:        3488 kB
PageTables:        11776 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4081468 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3229696 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       91520 kB
DirectMap2M:    33454080 kB

Free space on /tmp at the end= 55072 MiB
End job on node107 at 2018-07-23 03:52:31