Trace number 4293139

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-SuperNG 2018-06-13SAT 13.2707 5.55414

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.98/0.74	c Concrete v3.8.1528841891564 running
13.13/5.53	v <instantiation>
13.13/5.53	v       <list>
13.13/5.53	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]
13.13/5.53	v       </list>
13.13/5.53	v       <values>
13.13/5.53	v         9 6 3 10 0 0 3 9 3 7 5 5 7 0 0 12 0 13 5 11 6 3 3 5 3 7 7 6 3 2 8 6 5 5 12 3 5 2 2 4 1 0 0 1 0 1 1 1 0 1
13.13/5.53	v       </values>
13.13/5.53	v     </instantiation>
13.13/5.53	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 (3172 MiB free)
  memory of node 1: 16384 MiB (13203 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4293139-1532308509/watcher-4293139-1532308509 -o /tmp/evaluation-result-4293139-1532308509/solver-4293139-1532308509 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1532296193-16112 --watchdog 2580 concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=1418450669 -superng HOME/instance-4293139-1532308509.xml 

running on 4 cores: 1,3,5,7

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
solver pid=18470, runsolver pid=18467
Current StackSize limit: 8192 KiB


[startup+0.100065 s]*
/proc/loadavg: 1.67 1.64 1.72 3/209 18527
/proc/meminfo: memFree=16764404/32770624 swapFree=67108860/67108860
[pid=18470] ppid=18467 vsize=9972712 memory=15176 CPUtime=0.09 cores=1,3,5,7
/proc/18470/stat : 18470 (java) S 18467 18470 16080 0 -1 1077944320 4439 12956 0 0 1 1 5 2 20 0 6 0 48414065 10212057088 3794 33554432000 4194304 4196468 140729593306272 140729593288816 139878027910903 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 7401472 140729593309355 140729593312604 140729593312604 140729593315279 0
/proc/18470/statm: 2493178 3794 1934 1 0 2481616 0
[pid=18470/tid=18523] ppid=18467 vsize=9972712 memory=4628411388058700198 CPUtime=0.07 cores=1,3,5,7
/proc/18470/task/18523/stat : 18523 (java) R 18467 18470 16080 0 -1 4202560 2250 12956 0 0 0 0 5 2 20 0 6 0 48414074 10212057088 4306 33554432000 4194304 4196468 140729593306272 139877999747664 139878027932829 0 4 0 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7401472 140729593309355 140729593312604 140729593312604 140729593315279 0
[pid=18470/tid=18524] ppid=18467 vsize=9972712 memory=5793855158426417593 CPUtime=0.07 cores=1,3,5,7
/proc/18470/task/18524/stat : 18524 (java) S 18467 18470 16080 0 -1 1077944384 2 12956 0 0 0 0 5 2 20 0 6 0 48414075 10212057088 4306 33554432000 4194304 4196468 140729593306272 139878032152976 139878027921109 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7401472 140729593309355 140729593312604 140729593312604 140729593315279 0
[pid=18470/tid=18525] ppid=18467 vsize=9972712 memory=139907416524416 CPUtime=0.07 cores=1,3,5,7
/proc/18470/task/18525/stat : 18525 (java) S 18467 18470 16080 0 -1 1077944384 1 12956 0 0 0 0 5 2 20 0 6 0 48414075 10212057088 4306 33554432000 4194304 4196468 140729593306272 139877959633168 139878027921109 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7401472 140729593309355 140729593312604 140729593312604 140729593315279 0
[pid=18470/tid=18526] ppid=18467 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18470/task/18526/stat : 18526 (java) S 18467 18470 16080 0 -1 1077944384 2 12956 0 0 0 0 5 2 20 0 6 0 48414075 10212057088 4306 33554432000 4194304 4196468 140729593306272 139877600045712 139878027921109 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7401472 140729593309355 140729593312604 140729593312604 140729593315279 0
[pid=18470/tid=18527] ppid=18467 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18470/task/18527/stat : 18527 (java) S 18467 18470 16080 0 -1 1077944384 1 12956 0 0 0 0 5 2 20 0 6 0 48414075 10212057088 4306 33554432000 4194304 4196468 140729593306272 139877598992912 139878027921109 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7401472 140729593309355 140729593312604 140729593312604 140729593315279 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 15176 KiB

[startup+0.210379 s]*
/proc/loadavg: 1.67 1.64 1.72 3/218 18536
/proc/meminfo: memFree=16738020/32770624 swapFree=67108860/67108860
[pid=18470] ppid=18467 vsize=10818904 memory=44368 CPUtime=0.24 cores=1,3,5,7
/proc/18470/stat : 18470 (java) S 18467 18470 16080 0 -1 1077944320 7878 12956 0 0 15 2 5 2 20 0 15 0 48414065 11078557696 11092 33554432000 4194304 4196468 140729593306272 140729593288816 139878027910903 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 7401472 140729593309355 140729593312604 140729593312604 140729593315279 0
/proc/18470/statm: 2704726 11092 2936 1 0 2667149 0
[pid=18470/tid=18523] ppid=18467 vsize=10818904 memory=-8540663193526752614 CPUtime=0.18 cores=1,3,5,7
/proc/18470/task/18523/stat : 18523 (java) R 18467 18470 16080 0 -1 4202560 4637 12956 0 0 10 1 5 2 20 0 15 0 48414074 11078557696 11224 33554432000 4194304 4196468 140729593306272 139877999728016 139878027932829 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7401472 140729593309355 140729593312604 140729593312604 140729593315279 0
[pid=18470/tid=18524] ppid=18467 vsize=10818904 memory=4211973633621314954 CPUtime=0.07 cores=1,3,5,7
/proc/18470/task/18524/stat : 18524 (java) S 18467 18470 16080 0 -1 1077944384 2 12956 0 0 0 0 5 2 20 0 15 0 48414075 11078557696 11224 33554432000 4194304 4196468 140729593306272 139878032152976 139878027921109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7401472 140729593309355 140729593312604 140729593312604 140729593315279 0
[pid=18470/tid=18525] ppid=18467 vsize=10818904 memory=139907416524416 CPUtime=0.07 cores=1,3,5,7
/proc/18470/task/18525/stat : 18525 (java) S 18467 18470 16080 0 -1 1077944384 1 12956 0 0 0 0 5 2 20 0 15 0 48414075 11078557696 11224 33554432000 4194304 4196468 140729593306272 139877959633168 139878027921109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7401472 140729593309355 140729593312604 140729593312604 140729593315279 0
[pid=18470/tid=18526] ppid=18467 vsize=10818904 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18470/task/18526/stat : 18526 (java) S 18467 18470 16080 0 -1 1077944384 2 12956 0 0 0 0 5 2 20 0 15 0 48414075 11078557696 11224 33554432000 4194304 4196468 140729593306272 139877600045712 139878027921109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7401472 140729593309355 140729593312604 140729593312604 140729593315279 0
[pid=18470/tid=18527] ppid=18467 vsize=10818904 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/18470/task/18527/stat : 18527 (java) S 18467 18470 16080 0 -1 1077944384 1 12956 0 0 0 0 5 2 20 0 15 0 48414075 11078557696 11224 33554432000 4194304 4196468 140729593306272 139877598992912 139878027921109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7401472 140729593309355 140729593312604 140729593312604 140729593315279 0
[pid=18470/tid=18528] ppid=18467 vsize=10818904 memory=139907416524416 CPUtime=0.07 cores=1,3,5,7
/proc/18470/task/18528/stat : 18528 (java) S 18467 18470 16080 0 -1 1077944384 2 12956 0 0 0 0 5 2 20 0 15 0 48414076 11078557696 11224 33554432000 4194304 4196468 140729593306272 139877487204976 139878027922050 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7401472 140729593309355 140729593312604 140729593312604 140729593315279 0
[pid=18470/tid=18529] ppid=18467 vsize=10818904 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/18470/task/18529/stat : 18529 (java) S 18467 18470 16080 0 -1 1077944384 33 12956 0 0 0 0 5 2 20 0 15 0 48414077 11078557696 11224 33554432000 4194304 4196468 140729593306272 139877486150944 139878027921109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7401472 140729593309355 140729593312604 140729593312604 140729593315279 0
[pid=18470/tid=18530] ppid=18467 vsize=10818904 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18470/task/18530/stat : 18530 (java) S 18467 18470 16080 0 -1 1077944384 1 12956 0 0 0 0 5 2 20 0 15 0 48414077 11078557696 11224 33554432000 4194304 4196468 140729593306272 139877354038896 139878027921109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7401472 140729593309355 140729593312604 140729593312604 140729593315279 0
[pid=18470/tid=18531] ppid=18467 vsize=10818904 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18470/task/18531/stat : 18531 (java) S 18467 18470 16080 0 -1 1077944384 2 12956 0 0 0 0 5 2 20 0 15 0 48414079 11078557696 11224 33554432000 4194304 4196468 140729593306272 139876750060112 139878027929499 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7401472 140729593309355 140729593312604 140729593312604 140729593315279 0
[pid=18470/tid=18532] ppid=18467 vsize=10818904 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/18470/task/18532/stat : 18532 (java) S 18467 18470 16080 0 -1 1077944384 517 12956 0 0 1 0 5 2 20 0 15 0 48414079 11078557696 11224 33554432000 4194304 4196468 140729593306272 139877452593264 139878027922050 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7401472 140729593309355 140729593312604 140729593312604 140729593315279 0
[pid=18470/tid=18533] ppid=18467 vsize=10818904 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/18470/task/18533/stat : 18533 (java) S 18467 18470 16080 0 -1 1077944384 57 12956 0 0 0 0 5 2 20 0 15 0 48414080 11078557696 11224 33554432000 4194304 4196468 140729593306272 139877451540464 139878027922050 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7401472 140729593309355 140729593312604 140729593312604 140729593315279 0
[pid=18470/tid=18534] ppid=18467 vsize=10818904 memory=139907416524416 CPUtime=0.1 cores=1,3,5,7
/proc/18470/task/18534/stat : 18534 (java) R 18467 18470 16080 0 -1 4202560 558 12956 0 0 3 0 5 2 20 0 15 0 48414080 11078557696 11224 33554432000 4194304 4196468 140729593306272 139877450488176 139878006756241 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7401472 140729593309355 140729593312604 140729593312604 140729593315279 0
[pid=18470/tid=18535] ppid=18467 vsize=10818904 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/18470/task/18535/stat : 18535 (java) S 18467 18470 16080 0 -1 1077944384 3 12956 0 0 0 0 5 2 20 0 15 0 48414080 11078557696 11224 33554432000 4194304 4196468 140729593306272 139876280297952 139878027921109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7401472 140729593309355 140729593312604 140729593312604 140729593315279 0
[pid=18470/tid=18536] ppid=18467 vsize=10818904 memory=139907416524416 CPUtime=0.07 cores=1,3,5,7
/proc/18470/task/18536/stat : 18536 (java) S 18467 18470 16080 0 -1 1077944384 1 12956 0 0 0 0 5 2 20 0 15 0 48414080 11078557696 11224 33554432000 4194304 4196468 140729593306272 139877449436080 139878027922050 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7401472 140729593309355 140729593312604 140729593312604 140729593315279 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 10818904 KiB
Current children cumulated memory: 44368 KiB

[startup+0.310486 s]*
/proc/loadavg: 1.67 1.64 1.72 3/218 18536
/proc/meminfo: memFree=16726980/32770624 swapFree=67108860/67108860
[pid=18470] ppid=18467 vsize=10819352 memory=55560 CPUtime=0.37 cores=1,3,5,7
/proc/18470/stat : 18470 (java) S 18467 18470 16080 0 -1 1077944320 10501 12956 0 0 27 3 5 2 20 0 15 0 48414065 11079016448 13890 33554432000 4194304 4196468 140729593306272 140729593288816 139878027910903 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 7401472 140729593309355 140729593312604 140729593312604 140729593315279 0
/proc/18470/statm: 2704838 13890 3055 1 0 2667149 0
[pid=18470/tid=18523] ppid=18467 vsize=10819352 memory=6791534058613427641 CPUtime=0.28 cores=1,3,5,7
/proc/18470/task/18523/stat : 18523 (java) R 18467 18470 16080 0 -1 4202560 7130 12956 0 0 19 2 5 2 20 0 15 0 48414074 11079016448 13890 33554432000 4194304 4196468 140729593306272 139877999722912 139878027922838 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7401472 140729593309355 140729593312604 140729593312604 140729593315279 0
[pid=18470/tid=18524] ppid=18467 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18470/task/18524/stat : 18524 (java) S 18467 18470 16080 0 -1 1077944384 2 12956 0 0 0 0 5 2 20 0 15 0 48414075 11079016448 13890 33554432000 4194304 4196468 140729593306272 139878032152976 139878027921109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7401472 140729593309355 140729593312604 140729593312604 140729593315279 0
[pid=18470/tid=18525] ppid=18467 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18470/task/18525/stat : 18525 (java) S 18467 18470 16080 0 -1 1077944384 1 12956 0 0 0 0 5 2 20 0 15 0 48414075 11079016448 13890 33554432000 4194304 4196468 140729593306272 139877959633168 139878027921109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7401472 140729593309355 140729593312604 140729593312604 140729593315279 0
[pid=18470/tid=18526] ppid=18467 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18470/task/18526/stat : 18526 (java) S 18467 18470 16080 0 -1 1077944384 2 12956 0 0 0 0 5 2 20 0 15 0 48414075 11079016448 13890 33554432000 4194304 4196468 140729593306272 139877600045712 139878027921109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7401472 140729593309355 140729593312604 140729593312604 140729593315279 0
[pid=18470/tid=18527] ppid=18467 vsize=10819352 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/18470/task/18527/stat : 18527 (java) S 18467 18470 16080 0 -1 1077944384 1 12956 0 0 0 0 5 2 20 0 15 0 48414075 11079016448 13890 33554432000 4194304 4196468 140729593306272 139877598992912 139878027921109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7401472 140729593309355 140729593312604 140729593312604 140729593315279 0
[pid=18470/tid=18528] ppid=18467 vsize=10819352 memory=139907416524415 CPUtime=0.07 cores=1,3,5,7
/proc/18470/task/18528/stat : 18528 (java) S 18467 18470 16080 0 -1 1077944384 2 12956 0 0 0 0 5 2 20 0 15 0 48414076 11079016448 13890 33554432000 4194304 4196468 140729593306272 139877487204976 139878027922050 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7401472 140729593309355 140729593312604 140729593312604 140729593315279 0
[pid=18470/tid=18529] ppid=18467 vsize=10819352 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/18470/task/18529/stat : 18529 (java) S 18467 18470 16080 0 -1 1077944384 33 12956 0 0 0 0 5 2 20 0 15 0 48414077 11079016448 13890 33554432000 4194304 4196468 140729593306272 139877486150944 139878027921109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7401472 140729593309355 140729593312604 140729593312604 140729593315279 0
[pid=18470/tid=18530] ppid=18467 vsize=10819352 memory=139907416524416 CPUtime=0.07 cores=1,3,5,7
/proc/18470/task/18530/stat : 18530 (java) S 18467 18470 16080 0 -1 1077944384 1 12956 0 0 0 0 5 2 20 0 15 0 48414077 11079016448 13890 33554432000 4194304 4196468 140729593306272 139877354038896 139878027921109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7401472 140729593309355 140729593312604 140729593312604 140729593315279 0
[pid=18470/tid=18531] ppid=18467 vsize=10819352 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/18470/task/18531/stat : 18531 (java) S 18467 18470 16080 0 -1 1077944384 2 12956 0 0 0 0 5 2 20 0 15 0 48414079 11079016448 13890 33554432000 4194304 4196468 140729593306272 139876750060112 139878027929499 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7401472 140729593309355 140729593312604 140729593312604 140729593315279 0
[pid=18470/tid=18532] ppid=18467 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/18470/task/18532/stat : 18532 (java) R 18467 18470 16080 0 -1 4202560 518 12956 0 0 1 0 5 2 20 0 15 0 48414079 11079016448 13890 33554432000 4194304 4196468 140729593306272 139877452593264 139878007202243 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7401472 140729593309355 140729593312604 140729593312604 140729593315279 0
[pid=18470/tid=18533] ppid=18467 vsize=10819352 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/18470/task/18533/stat : 18533 (java) S 18467 18470 16080 0 -1 1077944384 57 12956 0 0 1 0 5 2 20 0 15 0 48414080 11079016448 13890 33554432000 4194304 4196468 140729593306272 139877451540464 139878027922050 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7401472 140729593309355 140729593312604 140729593312604 140729593315279 0
[pid=18470/tid=18534] ppid=18467 vsize=10819352 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/18470/task/18534/stat : 18534 (java) S 18467 18470 16080 0 -1 1077944384 564 12956 0 0 4 0 5 2 20 0 15 0 48414080 11079016448 13890 33554432000 4194304 4196468 140729593306272 139877450488176 139878027922050 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7401472 140729593309355 140729593312604 140729593312604 140729593315279 0
[pid=18470/tid=18535] ppid=18467 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18470/task/18535/stat : 18535 (java) S 18467 18470 16080 0 -1 1077944384 3 12956 0 0 0 0 5 2 20 0 15 0 48414080 11079016448 13890 33554432000 4194304 4196468 140729593306272 139876280297952 139878027921109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7401472 140729593309355 140729593312604 140729593312604 140729593315279 0
[pid=18470/tid=18536] ppid=18467 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18470/task/18536/stat : 18536 (java) S 18467 18470 16080 0 -1 1077944384 1 12956 0 0 0 0 5 2 20 0 15 0 48414080 11079016448 13890 33554432000 4194304 4196468 140729593306272 139877449436080 139878027922050 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7401472 140729593309355 140729593312604 140729593312604 140729593315279 0
Current children cumulated CPU time: 0.37 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 55560 KiB

[startup+0.700797 s]
/proc/loadavg: 1.67 1.64 1.72 3/218 18536
/proc/meminfo: memFree=16715196/32770624 swapFree=67108860/67108860
[pid=18470] ppid=18467 vsize=10819352 memory=88644 CPUtime=0.98 cores=1,3,5,7
/proc/18470/stat : 18470 (java) S 18467 18470 16080 0 -1 1077944320 16783 12956 0 0 86 5 5 2 20 0 15 0 48414065 11079016448 22161 33554432000 4194304 4196468 140729593306272 140729593288816 139878027910903 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 7401472 140729593309355 140729593312604 140729593312604 140729593315279 0
/proc/18470/statm: 2704838 22161 3238 1 0 2667149 0
[pid=18470/tid=18523] ppid=18467 vsize=10819352 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/18470/task/18523/stat : 18523 (java) R 18467 18470 16080 0 -1 4202560 12319 12956 0 0 56 3 5 2 20 0 15 0 48414074 11079016448 22161 33554432000 4194304 4196468 140729593306272 139877999731728 139878011097712 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7401472 140729593309355 140729593312604 140729593312604 140729593315279 0
[pid=18470/tid=18524] ppid=18467 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18470/task/18524/stat : 18524 (java) S 18467 18470 16080 0 -1 1077944384 2 12956 0 0 0 0 5 2 20 0 15 0 48414075 11079016448 22161 33554432000 4194304 4196468 140729593306272 139878032152976 139878027921109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7401472 140729593309355 140729593312604 140729593312604 140729593315279 0
[pid=18470/tid=18525] ppid=18467 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18470/task/18525/stat : 18525 (java) S 18467 18470 16080 0 -1 1077944384 1 12956 0 0 0 0 5 2 20 0 15 0 48414075 11079016448 22161 33554432000 4194304 4196468 140729593306272 139877959633168 139878027921109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7401472 140729593309355 140729593312604 140729593312604 140729593315279 0
[pid=18470/tid=18526] ppid=18467 vsize=10819352 memory=4132 CPUtime=0.07 cores=1,3,5,7
/proc/18470/task/18526/stat : 18526 (java) S 18467 18470 16080 0 -1 1077944384 2 12956 0 0 0 0 5 2 20 0 15 0 48414075 11079016448 22161 33554432000 4194304 4196468 140729593306272 139877600045712 139878027921109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7401472 140729593309355 140729593312604 140729593312604 140729593315279 0
[pid=18470/tid=18527] ppid=18467 vsize=10819352 memory=2241 CPUtime=0.07 cores=1,3,5,7
/proc/18470/task/18527/stat : 18527 (java) S 18467 18470 16080 0 -1 1077944384 1 12956 0 0 0 0 5 2 20 0 15 0 48414075 11079016448 22161 33554432000 4194304 4196468 140729593306272 139877598992912 139878027921109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7401472 140729593309355 140729593312604 140729593312604 140729593315279 0
[pid=18470/tid=18528] ppid=18467 vsize=10819352 memory=2244 CPUtime=0.07 cores=1,3,5,7
/proc/18470/task/18528/stat : 18528 (java) S 18467 18470 16080 0 -1 1077944384 5 12956 0 0 0 0 5 2 20 0 15 0 48414076 11079016448 22161 33554432000 4194304 4196468 140729593306272 139877487204976 139878027922050 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7401472 140729593309355 140729593312604 140729593312604 140729593315279 0
[pid=18470/tid=18529] ppid=18467 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18470/task/18529/stat : 18529 (java) S 18467 18470 16080 0 -1 1077944384 33 12956 0 0 0 0 5 2 20 0 15 0 48414077 11079016448 22161 33554432000 4194304 4196468 140729593306272 139877486150944 139878027921109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7401472 140729593309355 140729593312604 140729593312604 140729593315279 0
[pid=18470/tid=18530] ppid=18467 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18470/task/18530/stat : 18530 (java) S 18467 18470 16080 0 -1 1077944384 1 12956 0 0 0 0 5 2 20 0 15 0 48414077 11079016448 22161 33554432000 4194304 4196468 140729593306272 139877354038896 139878027921109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7401472 140729593309355 140729593312604 140729593312604 140729593315279 0
[pid=18470/tid=18531] ppid=18467 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18470/task/18531/stat : 18531 (java) S 18467 18470 16080 0 -1 1077944384 2 12956 0 0 0 0 5 2 20 0 15 0 48414079 11079016448 22161 33554432000 4194304 4196468 140729593306272 139876750060112 139878027929499 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7401472 140729593309355 140729593312604 140729593312604 140729593315279 0
[pid=18470/tid=18532] ppid=18467 vsize=10819352 memory=6655300316396806240 CPUtime=0.14 cores=1,3,5,7
/proc/18470/task/18532/stat : 18532 (java) S 18467 18470 16080 0 -1 1077944384 874 12956 0 0 7 0 5 2 20 0 15 0 48414079 11079016448 22161 33554432000 4194304 4196468 140729593306272 139877452593264 139878027922050 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7401472 140729593309355 140729593312604 140729593312604 140729593315279 0
[pid=18470/tid=18533] ppid=18467 vsize=10819352 memory=3557678080365911397 CPUtime=0.16 cores=1,3,5,7
/proc/18470/task/18533/stat : 18533 (java) S 18467 18470 16080 0 -1 1077944384 696 12956 0 0 9 0 5 2 20 0 15 0 48414080 11079016448 22161 33554432000 4194304 4196468 140729593306272 139877451540464 139878027922050 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7401472 140729593309355 140729593312604 140729593312604 140729593315279 0
[pid=18470/tid=18534] ppid=18467 vsize=10819352 memory=0 CPUtime=0.2 cores=1,3,5,7
/proc/18470/task/18534/stat : 18534 (java) S 18467 18470 16080 0 -1 1077944384 651 12956 0 0 13 0 5 2 20 0 15 0 48414080 11079016448 22161 33554432000 4194304 4196468 140729593306272 139877450488176 139878027922050 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7401472 140729593309355 140729593312604 140729593312604 140729593315279 0
[pid=18470/tid=18535] ppid=18467 vsize=10819352 memory=279814569197808 CPUtime=0.07 cores=1,3,5,7
/proc/18470/task/18535/stat : 18535 (java) S 18467 18470 16080 0 -1 1077944384 3 12956 0 0 0 0 5 2 20 0 15 0 48414080 11079016448 22161 33554432000 4194304 4196468 140729593306272 139876280297952 139878027921109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7401472 140729593309355 140729593312604 140729593312604 140729593315279 0
[pid=18470/tid=18536] ppid=18467 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18470/task/18536/stat : 18536 (java) S 18467 18470 16080 0 -1 1077944384 1 12956 0 0 0 0 5 2 20 0 15 0 48414080 11079016448 22161 33554432000 4194304 4196468 140729593306272 139877449436080 139878027922050 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7401472 140729593309355 140729593312604 140729593312604 140729593315279 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 88644 KiB

[startup+1.50138 s]
/proc/loadavg: 1.67 1.64 1.72 5/218 18536
/proc/meminfo: memFree=16669608/32770624 swapFree=67108860/67108860
[pid=18470] ppid=18467 vsize=10834252 memory=179504 CPUtime=2.25 cores=1,3,5,7
/proc/18470/stat : 18470 (java) S 18467 18470 16080 0 -1 1077944320 24018 12956 0 0 207 11 5 2 20 0 15 0 48414065 11094274048 44876 33554432000 4194304 4196468 140729593306272 140729593288816 139878027910903 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 7401472 140729593309355 140729593312604 140729593312604 140729593315279 0
/proc/18470/statm: 2708563 44876 3477 1 0 2670221 0
[pid=18470/tid=18523] ppid=18467 vsize=10834252 memory=4132 CPUtime=1.42 cores=1,3,5,7
/proc/18470/task/18523/stat : 18523 (java) R 18467 18470 16080 0 -1 4202560 18027 12956 0 0 129 6 5 2 20 0 15 0 48414074 11094274048 44876 33554432000 4194304 4196468 140729593306272 139877999721520 139878014153960 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 7401472 140729593309355 140729593312604 140729593312604 140729593315279 0
[pid=18470/tid=18524] ppid=18467 vsize=10834252 memory=189 CPUtime=0.07 cores=1,3,5,7
/proc/18470/task/18524/stat : 18524 (java) S 18467 18470 16080 0 -1 1077944384 19 12956 0 0 0 0 5 2 20 0 15 0 48414075 11094274048 44876 33554432000 4194304 4196468 140729593306272 139878032152976 139878027921109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7401472 140729593309355 140729593312604 140729593312604 140729593315279 0
[pid=18470/tid=18525] ppid=18467 vsize=10834252 memory=117 CPUtime=0.08 cores=1,3,5,7
/proc/18470/task/18525/stat : 18525 (java) S 18467 18470 16080 0 -1 1077944384 193 12956 0 0 1 0 5 2 20 0 15 0 48414075 11094274048 44876 33554432000 4194304 4196468 140729593306272 139877959633168 139878027921109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7401472 140729593309355 140729593312604 140729593312604 140729593315279 0
[pid=18470/tid=18526] ppid=18467 vsize=10834252 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/18470/task/18526/stat : 18526 (java) S 18467 18470 16080 0 -1 1077944384 76 12956 0 0 1 0 5 2 20 0 15 0 48414075 11094274048 44876 33554432000 4194304 4196468 140729593306272 139877600045712 139878027921109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7401472 140729593309355 140729593312604 140729593312604 140729593315279 0
[pid=18470/tid=18527] ppid=18467 vsize=10834252 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/18470/task/18527/stat : 18527 (java) S 18467 18470 16080 0 -1 1077944384 28 12956 0 0 1 0 5 2 20 0 15 0 48414075 11094274048 44876 33554432000 4194304 4196468 140729593306272 139877598992912 139878027921109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7401472 140729593309355 140729593312604 140729593312604 140729593315279 0
[pid=18470/tid=18528] ppid=18467 vsize=10834252 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/18470/task/18528/stat : 18528 (java) S 18467 18470 16080 0 -1 1077944384 59 12956 0 0 1 0 5 2 20 0 15 0 48414076 11094274048 44876 33554432000 4194304 4196468 140729593306272 139877487204976 139878027922050 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7401472 140729593309355 140729593312604 140729593312604 140729593315279 0
[pid=18470/tid=18529] ppid=18467 vsize=10834252 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18470/task/18529/stat : 18529 (java) S 18467 18470 16080 0 -1 1077944384 33 12956 0 0 0 0 5 2 20 0 15 0 48414077 11094274048 44876 33554432000 4194304 4196468 140729593306272 139877486151008 139878027921109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7401472 140729593309355 140729593312604 140729593312604 140729593315279 0
[pid=18470/tid=18530] ppid=18467 vsize=10834252 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18470/task/18530/stat : 18530 (java) S 18467 18470 16080 0 -1 1077944384 2 12956 0 0 0 0 5 2 20 0 15 0 48414077 11094274048 44876 33554432000 4194304 4196468 140729593306272 139877354038912 139878027921109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7401472 140729593309355 140729593312604 140729593312604 140729593315279 0
[pid=18470/tid=18531] ppid=18467 vsize=10834252 memory=279814569234208 CPUtime=0.07 cores=1,3,5,7
/proc/18470/task/18531/stat : 18531 (java) S 18467 18470 16080 0 -1 1077944384 2 12956 0 0 0 0 5 2 20 0 15 0 48414079 11094274048 44876 33554432000 4194304 4196468 140729593306272 139876750060112 139878027929499 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7401472 140729593309355 140729593312604 140729593312604 140729593315279 0
[pid=18470/tid=18532] ppid=18467 vsize=10834252 memory=7649399375658301489 CPUtime=0.26 cores=1,3,5,7
/proc/18470/task/18532/stat : 18532 (java) S 18467 18470 16080 0 -1 1077944384 1081 12956 0 0 19 0 5 2 20 0 15 0 48414079 11094274048 44876 33554432000 4194304 4196468 140729593306272 139877452593264 139878027922050 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7401472 140729593309355 140729593312604 140729593312604 140729593315279 0
[pid=18470/tid=18533] ppid=18467 vsize=10834252 memory=7 CPUtime=0.28 cores=1,3,5,7
/proc/18470/task/18533/stat : 18533 (java) S 18467 18470 16080 0 -1 1077944384 1153 12956 0 0 21 0 5 2 20 0 15 0 48414080 11094274048 44876 33554432000 4194304 4196468 140729593306272 139877451540464 139878027922050 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7401472 140729593309355 140729593312604 140729593312604 140729593315279 0
[pid=18470/tid=18534] ppid=18467 vsize=10834252 memory=2209 CPUtime=0.37 cores=1,3,5,7
/proc/18470/task/18534/stat : 18534 (java) S 18467 18470 16080 0 -1 1077944384 1149 12956 0 0 30 0 5 2 20 0 15 0 48414080 11094274048 44876 33554432000 4194304 4196468 140729593306272 139877450488176 139878027922050 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7401472 140729593309355 140729593312604 140729593312604 140729593315279 0
[pid=18470/tid=18535] ppid=18467 vsize=10834252 memory=56 CPUtime=0.07 cores=1,3,5,7
/proc/18470/task/18535/stat : 18535 (java) S 18467 18470 16080 0 -1 1077944384 3 12956 0 0 0 0 5 2 20 0 15 0 48414080 11094274048 44876 33554432000 4194304 4196468 140729593306272 139876280297952 139878027921109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7401472 140729593309355 140729593312604 140729593312604 140729593315279 0
[pid=18470/tid=18536] ppid=18467 vsize=10834252 memory=3303 CPUtime=0.07 cores=1,3,5,7
/proc/18470/task/18536/stat : 18536 (java) S 18467 18470 16080 0 -1 1077944384 1 12956 0 0 0 0 5 2 20 0 15 0 48414080 11094274048 44876 33554432000 4194304 4196468 140729593306272 139877449436080 139878027922050 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7401472 140729593309355 140729593312604 140729593312604 140729593315279 0
Current children cumulated CPU time: 2.25 s
Current children cumulated vsize: 10834252 KiB

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

[pid=18470/tid=18535] ppid=18467 vsize=10846560 memory=297237795305685307 CPUtime=0.07 cores=1,3,5,7
/proc/18470/task/18535/stat : 18535 (java) S 18467 18470 16080 0 -1 1077944384 3 12956 0 0 0 0 5 2 20 0 15 0 48414080 11106877440 60642 33554432000 4194304 4196468 140729593306272 139876280297952 139878027921109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7401472 140729593309355 140729593312604 140729593312604 140729593315279 0
[pid=18470/tid=18536] ppid=18467 vsize=10846560 memory=16100360058046859 CPUtime=0.07 cores=1,3,5,7
/proc/18470/task/18536/stat : 18536 (java) S 18467 18470 16080 0 -1 1077944384 11 12956 0 0 0 0 5 2 20 0 15 0 48414080 11106877440 60642 33554432000 4194304 4196468 140729593306272 139877449436080 139878027922050 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7401472 140729593309355 140729593312604 140729593312604 140729593315279 0
Current children cumulated CPU time: 6.3 s
Current children cumulated vsize: 10846560 KiB
Current children cumulated memory: 242304 KiB

[startup+4.80075 s]
/proc/loadavg: 1.78 1.67 1.73 6/218 18536
/proc/meminfo: memFree=16471320/32770624 swapFree=67108860/67108860
[pid=18470] ppid=18467 vsize=10916192 memory=373036 CPUtime=10.97 cores=1,3,5,7
/proc/18470/stat : 18470 (java) S 18467 18470 16080 0 -1 1077944320 70038 12956 0 0 1067 23 5 2 20 0 15 0 48414065 11178180608 93259 33554432000 4194304 4196468 140729593306272 140729593288816 139878027910903 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 7401472 140729593309355 140729593312604 140729593312604 140729593315279 0
/proc/18470/statm: 2729048 93259 3516 1 0 2690701 0
[pid=18470/tid=18523] ppid=18467 vsize=10916192 memory=318188 CPUtime=4.66 cores=1,3,5,7
/proc/18470/task/18523/stat : 18523 (java) R 18467 18470 16080 0 -1 4202560 43465 12956 0 0 447 12 5 2 20 0 15 0 48414074 11178180608 93259 33554432000 4194304 4196468 140729593306272 139877999744488 139877645848596 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7401472 140729593309355 140729593312604 140729593312604 140729593315279 0
[pid=18470/tid=18524] ppid=18467 vsize=10916192 memory=7 CPUtime=0.09 cores=1,3,5,7
/proc/18470/task/18524/stat : 18524 (java) S 18467 18470 16080 0 -1 1077944384 68 12956 0 0 2 0 5 2 20 0 15 0 48414075 11178180608 93259 33554432000 4194304 4196468 140729593306272 139878032152976 139878027921109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7401472 140729593309355 140729593312604 140729593312604 140729593315279 0
[pid=18470/tid=18525] ppid=18467 vsize=10916192 memory=7 CPUtime=0.1 cores=1,3,5,7
/proc/18470/task/18525/stat : 18525 (java) S 18467 18470 16080 0 -1 1077944384 257 12956 0 0 3 0 5 2 20 0 15 0 48414075 11178180608 93259 33554432000 4194304 4196468 140729593306272 139877959633168 139878027921109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7401472 140729593309355 140729593312604 140729593312604 140729593315279 0
[pid=18470/tid=18526] ppid=18467 vsize=10916192 memory=56 CPUtime=0.1 cores=1,3,5,7
/proc/18470/task/18526/stat : 18526 (java) S 18467 18470 16080 0 -1 1077944384 121 12956 0 0 3 0 5 2 20 0 15 0 48414075 11178180608 93259 33554432000 4194304 4196468 140729593306272 139877600045712 139878027921109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7401472 140729593309355 140729593312604 140729593312604 140729593315279 0
[pid=18470/tid=18527] ppid=18467 vsize=10916192 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/18470/task/18527/stat : 18527 (java) S 18467 18470 16080 0 -1 1077944384 73 12956 0 0 2 0 5 2 20 0 15 0 48414075 11178180608 93259 33554432000 4194304 4196468 140729593306272 139877598992912 139878027921109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7401472 140729593309355 140729593312604 140729593312604 140729593315279 0
[pid=18470/tid=18528] ppid=18467 vsize=10916192 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/18470/task/18528/stat : 18528 (java) S 18467 18470 16080 0 -1 1077944384 2838 12956 0 0 3 0 5 2 20 0 15 0 48414076 11178180608 93259 33554432000 4194304 4196468 140729593306272 139877487204976 139878027922050 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7401472 140729593309355 140729593312604 140729593312604 140729593315279 0
[pid=18470/tid=18529] ppid=18467 vsize=10916192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18470/task/18529/stat : 18529 (java) S 18467 18470 16080 0 -1 1077944384 36 12956 0 0 0 0 5 2 20 0 15 0 48414077 11178180608 93259 33554432000 4194304 4196468 140729593306272 139877486151008 139878027921109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7401472 140729593309355 140729593312604 140729593312604 140729593315279 0
[pid=18470/tid=18530] ppid=18467 vsize=10916192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18470/task/18530/stat : 18530 (java) S 18467 18470 16080 0 -1 1077944384 2 12956 0 0 0 0 5 2 20 0 15 0 48414077 11178180608 93259 33554432000 4194304 4196468 140729593306272 139877354038912 139878027921109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7401472 140729593309355 140729593312604 140729593312604 140729593315279 0
[pid=18470/tid=18531] ppid=18467 vsize=10916192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18470/task/18531/stat : 18531 (java) S 18467 18470 16080 0 -1 1077944384 2 12956 0 0 0 0 5 2 20 0 15 0 48414079 11178180608 93259 33554432000 4194304 4196468 140729593306272 139876750060112 139878027929499 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7401472 140729593309355 140729593312604 140729593312604 140729593315279 0
[pid=18470/tid=18532] ppid=18467 vsize=10916192 memory=0 CPUtime=2.13 cores=1,3,5,7
/proc/18470/task/18532/stat : 18532 (java) R 18467 18470 16080 0 -1 4202560 5111 12956 0 0 205 1 5 2 20 0 15 0 48414079 11178180608 93259 33554432000 4194304 4196468 140729593306272 139877452577904 139878007149360 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7401472 140729593309355 140729593312604 140729593312604 140729593315279 0
[pid=18470/tid=18533] ppid=18467 vsize=10916192 memory=0 CPUtime=2.43 cores=1,3,5,7
/proc/18470/task/18533/stat : 18533 (java) R 18467 18470 16080 0 -1 4202560 9872 12956 0 0 234 2 5 2 20 0 15 0 48414080 11178180608 93259 33554432000 4194304 4196468 140729593306272 139877451527904 139878011407691 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7401472 140729593309355 140729593312604 140729593312604 140729593315279 0
[pid=18470/tid=18534] ppid=18467 vsize=10916192 memory=0 CPUtime=1.71 cores=1,3,5,7
/proc/18470/task/18534/stat : 18534 (java) S 18467 18470 16080 0 -1 1077944384 5984 12956 0 0 162 2 5 2 20 0 15 0 48414080 11178180608 93259 33554432000 4194304 4196468 140729593306272 139877450488176 139878027922050 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7401472 140729593309355 140729593312604 140729593312604 140729593315279 0
[pid=18470/tid=18535] ppid=18467 vsize=10916192 memory=6943526294502006880 CPUtime=0.07 cores=1,3,5,7
/proc/18470/task/18535/stat : 18535 (java) S 18467 18470 16080 0 -1 1077944384 3 12956 0 0 0 0 5 2 20 0 15 0 48414080 11178180608 93259 33554432000 4194304 4196468 140729593306272 139876280297952 139878027921109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7401472 140729593309355 140729593312604 140729593312604 140729593315279 0
[pid=18470/tid=18536] ppid=18467 vsize=10916192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18470/task/18536/stat : 18536 (java) S 18467 18470 16080 0 -1 1077944384 14 12956 0 0 0 0 5 2 20 0 15 0 48414080 11178180608 93259 33554432000 4194304 4196468 140729593306272 139877449436080 139878027922050 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7401472 140729593309355 140729593312604 140729593312604 140729593315279 0
Current children cumulated CPU time: 10.97 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 373036 KiB

[startup+5.201 s]
/proc/loadavg: 1.78 1.67 1.73 5/218 18536
/proc/meminfo: memFree=16404376/32770624 swapFree=67108860/67108860
[pid=18470] ppid=18467 vsize=10916192 memory=381256 CPUtime=12.22 cores=1,3,5,7
/proc/18470/stat : 18470 (java) S 18467 18470 16080 0 -1 1077944320 71114 12956 0 0 1192 23 5 2 20 0 15 0 48414065 11178180608 95314 33554432000 4194304 4196468 140729593306272 140729593288816 139878027910903 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 7401472 140729593309355 140729593312604 140729593312604 140729593315279 0
/proc/18470/statm: 2729048 95314 3516 1 0 2690701 0
[pid=18470/tid=18523] ppid=18467 vsize=10916192 memory=8551153264151076479 CPUtime=5.05 cores=1,3,5,7
/proc/18470/task/18523/stat : 18523 (java) R 18467 18470 16080 0 -1 4202560 43471 12956 0 0 486 12 5 2 20 0 15 0 48414074 11178180608 95314 33554432000 4194304 4196468 140729593306272 139877999737072 139878027922838 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7401472 140729593309355 140729593312604 140729593312604 140729593315279 0
[pid=18470/tid=18524] ppid=18467 vsize=10916192 memory=6791534058613427641 CPUtime=0.1 cores=1,3,5,7
/proc/18470/task/18524/stat : 18524 (java) S 18467 18470 16080 0 -1 1077944384 71 12956 0 0 3 0 5 2 20 0 15 0 48414075 11178180608 95314 33554432000 4194304 4196468 140729593306272 139878032152976 139878027921109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7401472 140729593309355 140729593312604 140729593312604 140729593315279 0
[pid=18470/tid=18525] ppid=18467 vsize=10916192 memory=2244 CPUtime=0.1 cores=1,3,5,7
/proc/18470/task/18525/stat : 18525 (java) S 18467 18470 16080 0 -1 1077944384 257 12956 0 0 3 0 5 2 20 0 15 0 48414075 11178180608 95314 33554432000 4194304 4196468 140729593306272 139877959633168 139878027921109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7401472 140729593309355 140729593312604 140729593312604 140729593315279 0
[pid=18470/tid=18526] ppid=18467 vsize=10916192 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/18470/task/18526/stat : 18526 (java) S 18467 18470 16080 0 -1 1077944384 123 12956 0 0 3 0 5 2 20 0 15 0 48414075 11178180608 95314 33554432000 4194304 4196468 140729593306272 139877600045712 139878027921109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7401472 140729593309355 140729593312604 140729593312604 140729593315279 0
[pid=18470/tid=18527] ppid=18467 vsize=10916192 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/18470/task/18527/stat : 18527 (java) S 18467 18470 16080 0 -1 1077944384 73 12956 0 0 2 0 5 2 20 0 15 0 48414075 11178180608 95314 33554432000 4194304 4196468 140729593306272 139877598992912 139878027921109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7401472 140729593309355 140729593312604 140729593312604 140729593315279 0
[pid=18470/tid=18528] ppid=18467 vsize=10916192 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/18470/task/18528/stat : 18528 (java) S 18467 18470 16080 0 -1 1077944384 2838 12956 0 0 3 0 5 2 20 0 15 0 48414076 11178180608 95314 33554432000 4194304 4196468 140729593306272 139877487204976 139878027922050 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7401472 140729593309355 140729593312604 140729593312604 140729593315279 0
[pid=18470/tid=18529] ppid=18467 vsize=10916192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18470/task/18529/stat : 18529 (java) S 18467 18470 16080 0 -1 1077944384 36 12956 0 0 0 0 5 2 20 0 15 0 48414077 11178180608 95314 33554432000 4194304 4196468 140729593306272 139877486151008 139878027921109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7401472 140729593309355 140729593312604 140729593312604 140729593315279 0
[pid=18470/tid=18530] ppid=18467 vsize=10916192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18470/task/18530/stat : 18530 (java) S 18467 18470 16080 0 -1 1077944384 2 12956 0 0 0 0 5 2 20 0 15 0 48414077 11178180608 95314 33554432000 4194304 4196468 140729593306272 139877354038912 139878027921109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7401472 140729593309355 140729593312604 140729593312604 140729593315279 0
[pid=18470/tid=18531] ppid=18467 vsize=10916192 memory=-3535359994705172875 CPUtime=0.07 cores=1,3,5,7
/proc/18470/task/18531/stat : 18531 (java) S 18467 18470 16080 0 -1 1077944384 2 12956 0 0 0 0 5 2 20 0 15 0 48414079 11178180608 95314 33554432000 4194304 4196468 140729593306272 139876750060112 139878027929499 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7401472 140729593309355 140729593312604 140729593312604 140729593315279 0
[pid=18470/tid=18532] ppid=18467 vsize=10916192 memory=6944652177228980320 CPUtime=2.53 cores=1,3,5,7
/proc/18470/task/18532/stat : 18532 (java) R 18467 18470 16080 0 -1 4202560 5769 12956 0 0 245 1 5 2 20 0 15 0 48414079 11178180608 95314 33554432000 4194304 4196468 140729593306272 139877452579288 139878013018476 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7401472 140729593309355 140729593312604 140729593312604 140729593315279 0
[pid=18470/tid=18533] ppid=18467 vsize=10916192 memory=6944656592455360604 CPUtime=2.83 cores=1,3,5,7
/proc/18470/task/18533/stat : 18533 (java) R 18467 18470 16080 0 -1 4202560 10211 12956 0 0 274 2 5 2 20 0 15 0 48414080 11178180608 95314 33554432000 4194304 4196468 140729593306272 139877451519104 139878011407691 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7401472 140729593309355 140729593312604 140729593312604 140729593315279 0
[pid=18470/tid=18534] ppid=18467 vsize=10916192 memory=0 CPUtime=1.76 cores=1,3,5,7
/proc/18470/task/18534/stat : 18534 (java) S 18467 18470 16080 0 -1 1077944384 6051 12956 0 0 167 2 5 2 20 0 15 0 48414080 11178180608 95314 33554432000 4194304 4196468 140729593306272 139877450488176 139878027922050 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7401472 140729593309355 140729593312604 140729593312604 140729593315279 0
[pid=18470/tid=18535] ppid=18467 vsize=10916192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18470/task/18535/stat : 18535 (java) S 18467 18470 16080 0 -1 1077944384 3 12956 0 0 0 0 5 2 20 0 15 0 48414080 11178180608 95314 33554432000 4194304 4196468 140729593306272 139876280297952 139878027921109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7401472 140729593309355 140729593312604 140729593312604 140729593315279 0
[pid=18470/tid=18536] ppid=18467 vsize=10916192 memory=-8412652177879177843 CPUtime=0.07 cores=1,3,5,7
/proc/18470/task/18536/stat : 18536 (java) S 18467 18470 16080 0 -1 1077944384 15 12956 0 0 0 0 5 2 20 0 15 0 48414080 11178180608 95314 33554432000 4194304 4196468 140729593306272 139877449436080 139878027922050 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7401472 140729593309355 140729593312604 140729593312604 140729593315279 0
Current children cumulated CPU time: 12.22 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 381256 KiB

[startup+5.40077 s]
/proc/loadavg: 1.78 1.67 1.73 5/218 18536
/proc/meminfo: memFree=16404376/32770624 swapFree=67108860/67108860
[pid=18470] ppid=18467 vsize=10916192 memory=381424 CPUtime=12.83 cores=1,3,5,7
/proc/18470/stat : 18470 (java) S 18467 18470 16080 0 -1 1077944320 71149 12956 0 0 1253 23 5 2 20 0 15 0 48414065 11178180608 95356 33554432000 4194304 4196468 140729593306272 140729593288816 139878027910903 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 7401472 140729593309355 140729593312604 140729593312604 140729593315279 0
/proc/18470/statm: 2729048 95356 3516 1 0 2690701 0
[pid=18470/tid=18523] ppid=18467 vsize=10916192 memory=288230587528121365 CPUtime=5.25 cores=1,3,5,7
/proc/18470/task/18523/stat : 18523 (java) R 18467 18470 16080 0 -1 4202560 43471 12956 0 0 506 12 5 2 20 0 15 0 48414074 11178180608 95356 33554432000 4194304 4196468 140729593306272 139877999738960 139877645230345 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7401472 140729593309355 140729593312604 140729593312604 140729593315279 0
[pid=18470/tid=18524] ppid=18467 vsize=10916192 memory=309267 CPUtime=0.1 cores=1,3,5,7
/proc/18470/task/18524/stat : 18524 (java) S 18467 18470 16080 0 -1 1077944384 71 12956 0 0 3 0 5 2 20 0 15 0 48414075 11178180608 95356 33554432000 4194304 4196468 140729593306272 139878032152976 139878027921109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7401472 140729593309355 140729593312604 140729593312604 140729593315279 0
[pid=18470/tid=18525] ppid=18467 vsize=10916192 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/18470/task/18525/stat : 18525 (java) S 18467 18470 16080 0 -1 1077944384 257 12956 0 0 3 0 5 2 20 0 15 0 48414075 11178180608 95356 33554432000 4194304 4196468 140729593306272 139877959633168 139878027921109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7401472 140729593309355 140729593312604 140729593312604 140729593315279 0
[pid=18470/tid=18526] ppid=18467 vsize=10916192 memory=-1807685287725067907 CPUtime=0.1 cores=1,3,5,7
/proc/18470/task/18526/stat : 18526 (java) S 18467 18470 16080 0 -1 1077944384 123 12956 0 0 3 0 5 2 20 0 15 0 48414075 11178180608 95356 33554432000 4194304 4196468 140729593306272 139877600045712 139878027921109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7401472 140729593309355 140729593312604 140729593312604 140729593315279 0
[pid=18470/tid=18527] ppid=18467 vsize=10916192 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/18470/task/18527/stat : 18527 (java) S 18467 18470 16080 0 -1 1077944384 73 12956 0 0 2 0 5 2 20 0 15 0 48414075 11178180608 95356 33554432000 4194304 4196468 140729593306272 139877598992912 139878027921109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7401472 140729593309355 140729593312604 140729593312604 140729593315279 0
[pid=18470/tid=18528] ppid=18467 vsize=10916192 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/18470/task/18528/stat : 18528 (java) S 18467 18470 16080 0 -1 1077944384 2838 12956 0 0 3 0 5 2 20 0 15 0 48414076 11178180608 95356 33554432000 4194304 4196468 140729593306272 139877487204976 139878027922050 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7401472 140729593309355 140729593312604 140729593312604 140729593315279 0
[pid=18470/tid=18529] ppid=18467 vsize=10916192 memory=8161 CPUtime=0.07 cores=1,3,5,7
/proc/18470/task/18529/stat : 18529 (java) S 18467 18470 16080 0 -1 1077944384 36 12956 0 0 0 0 5 2 20 0 15 0 48414077 11178180608 95356 33554432000 4194304 4196468 140729593306272 139877486151008 139878027921109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7401472 140729593309355 140729593312604 140729593312604 140729593315279 0
[pid=18470/tid=18530] ppid=18467 vsize=10916192 memory=279814569197808 CPUtime=0.07 cores=1,3,5,7
/proc/18470/task/18530/stat : 18530 (java) S 18467 18470 16080 0 -1 1077944384 2 12956 0 0 0 0 5 2 20 0 15 0 48414077 11178180608 95356 33554432000 4194304 4196468 140729593306272 139877354038912 139878027921109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7401472 140729593309355 140729593312604 140729593312604 140729593315279 0
[pid=18470/tid=18531] ppid=18467 vsize=10916192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18470/task/18531/stat : 18531 (java) S 18467 18470 16080 0 -1 1077944384 2 12956 0 0 0 0 5 2 20 0 15 0 48414079 11178180608 95356 33554432000 4194304 4196468 140729593306272 139876750060112 139878027929499 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7401472 140729593309355 140729593312604 140729593312604 140729593315279 0
[pid=18470/tid=18532] ppid=18467 vsize=10916192 memory=0 CPUtime=2.73 cores=1,3,5,7
/proc/18470/task/18532/stat : 18532 (java) R 18467 18470 16080 0 -1 4202560 5801 12956 0 0 265 1 5 2 20 0 15 0 48414079 11178180608 95356 33554432000 4194304 4196468 140729593306272 139877452579288 139878011821328 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7401472 140729593309355 140729593312604 140729593312604 140729593315279 0
[pid=18470/tid=18533] ppid=18467 vsize=10916192 memory=6655300316396806240 CPUtime=3.03 cores=1,3,5,7
/proc/18470/task/18533/stat : 18533 (java) R 18467 18470 16080 0 -1 4202560 10211 12956 0 0 294 2 5 2 20 0 15 0 48414080 11178180608 95356 33554432000 4194304 4196468 140729593306272 139877451519104 139878005886243 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7401472 140729593309355 140729593312604 140729593312604 140729593315279 0
[pid=18470/tid=18534] ppid=18467 vsize=10916192 memory=0 CPUtime=1.77 cores=1,3,5,7
/proc/18470/task/18534/stat : 18534 (java) S 18467 18470 16080 0 -1 1077944384 6054 12956 0 0 168 2 5 2 20 0 15 0 48414080 11178180608 95356 33554432000 4194304 4196468 140729593306272 139877450488176 139878027922050 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7401472 140729593309355 140729593312604 140729593312604 140729593315279 0
[pid=18470/tid=18535] ppid=18467 vsize=10916192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18470/task/18535/stat : 18535 (java) S 18467 18470 16080 0 -1 1077944384 3 12956 0 0 0 0 5 2 20 0 15 0 48414080 11178180608 95356 33554432000 4194304 4196468 140729593306272 139876280297952 139878027921109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7401472 140729593309355 140729593312604 140729593312604 140729593315279 0
[pid=18470/tid=18536] ppid=18467 vsize=10916192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/18470/task/18536/stat : 18536 (java) S 18467 18470 16080 0 -1 1077944384 15 12956 0 0 0 0 5 2 20 0 15 0 48414080 11178180608 95356 33554432000 4194304 4196468 140729593306272 139877449436080 139878027922050 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7401472 140729593309355 140729593312604 140729593312604 140729593315279 0
Current children cumulated CPU time: 12.83 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 381424 KiB

[startup+5.50081 s]
/proc/loadavg: 1.78 1.67 1.73 5/218 18536
/proc/meminfo: memFree=16404376/32770624 swapFree=67108860/67108860
[pid=18470] ppid=18467 vsize=10918240 memory=381756 CPUtime=13.13 cores=1,3,5,7
/proc/18470/stat : 18470 (java) S 18467 18470 16080 0 -1 1077944320 71236 12956 0 0 1283 23 5 2 20 0 15 0 48414065 11180277760 95439 33554432000 4194304 4196468 140729593306272 140729593288816 139878027910903 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 7401472 140729593309355 140729593312604 140729593312604 140729593315279 0
/proc/18470/statm: 2729560 95439 3516 1 0 2691213 0
[pid=18470/tid=18523] ppid=18467 vsize=10918240 memory=310136 CPUtime=5.35 cores=1,3,5,7
/proc/18470/task/18523/stat : 18523 (java) R 18467 18470 16080 0 -1 4202560 43530 12956 0 0 516 12 5 2 20 0 15 0 48414074 11180277760 95439 33554432000 4194304 4196468 140729593306272 139877999744200 139878011991390 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7401472 140729593309355 140729593312604 140729593312604 140729593315279 0
[pid=18470/tid=18524] ppid=18467 vsize=10918240 memory=381352 CPUtime=0.1 cores=1,3,5,7
/proc/18470/task/18524/stat : 18524 (java) S 18467 18470 16080 0 -1 1077944384 71 12956 0 0 3 0 5 2 20 0 15 0 48414075 11180277760 95439 33554432000 4194304 4196468 140729593306272 139878032152976 139878027921109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7401472 140729593309355 140729593312604 140729593312604 140729593315279 0
[pid=18470/tid=18525] ppid=18467 vsize=10918240 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/18470/task/18525/stat : 18525 (java) S 18467 18470 16080 0 -1 1077944384 257 12956 0 0 3 0 5 2 20 0 15 0 48414075 11180277760 95439 33554432000 4194304 4196468 140729593306272 139877959633168 139878027921109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7401472 140729593309355 140729593312604 140729593312604 140729593315279 0
[pid=18470/tid=18526] ppid=18467 vsize=10918240 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/18470/task/18526/stat : 18526 (java) S 18467 18470 16080 0 -1 1077944384 123 12956 0 0 3 0 5 2 20 0 15 0 48414075 11180277760 95439 33554432000 4194304 4196468 140729593306272 139877600045712 139878027921109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7401472 140729593309355 140729593312604 140729593312604 140729593315279 0
[pid=18470/tid=18527] ppid=18467 vsize=10918240 memory=7 CPUtime=0.09 cores=1,3,5,7
/proc/18470/task/18527/stat : 18527 (java) S 18467 18470 16080 0 -1 1077944384 73 12956 0 0 2 0 5 2 20 0 15 0 48414075 11180277760 95439 33554432000 4194304 4196468 140729593306272 139877598992912 139878027921109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7401472 140729593309355 140729593312604 140729593312604 140729593315279 0
[pid=18470/tid=18528] ppid=18467 vsize=10918240 memory=7 CPUtime=0.1 cores=1,3,5,7
/proc/18470/task/18528/stat : 18528 (java) S 18467 18470 16080 0 -1 1077944384 2838 12956 0 0 3 0 5 2 20 0 15 0 48414076 11180277760 95439 33554432000 4194304 4196468 140729593306272 139877487204976 139878027922050 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7401472 140729593309355 140729593312604 140729593312604 140729593315279 0
[pid=18470/tid=18529] ppid=18467 vsize=10918240 memory=355536 CPUtime=0.07 cores=1,3,5,7
/proc/18470/task/18529/stat : 18529 (java) S 18467 18470 16080 0 -1 1077944384 36 12956 0 0 0 0 5 2 20 0 15 0 48414077 11180277760 95439 33554432000 4194304 4196468 140729593306272 139877486151008 139878027921109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7401472 140729593309355 140729593312604 140729593312604 140729593315279 0
[pid=18470/tid=18530] ppid=18467 vsize=10918240 memory=2444 CPUtime=0.07 cores=1,3,5,7
/proc/18470/task/18530/stat : 18530 (java) S 18467 18470 16080 0 -1 1077944384 2 12956 0 0 0 0 5 2 20 0 15 0 48414077 11180277760 95439 33554432000 4194304 4196468 140729593306272 139877354038912 139878027921109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7401472 140729593309355 140729593312604 140729593312604 140729593315279 0
[pid=18470/tid=18531] ppid=18467 vsize=10918240 memory=56 CPUtime=0.07 cores=1,3,5,7
/proc/18470/task/18531/stat : 18531 (java) S 18467 18470 16080 0 -1 1077944384 2 12956 0 0 0 0 5 2 20 0 15 0 48414079 11180277760 95439 33554432000 4194304 4196468 140729593306272 139876750060112 139878027929499 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7401472 140729593309355 140729593312604 140729593312604 140729593315279 0
[pid=18470/tid=18532] ppid=18467 vsize=10918240 memory=3303 CPUtime=2.83 cores=1,3,5,7
/proc/18470/task/18532/stat : 18532 (java) R 18467 18470 16080 0 -1 4202560 5824 12956 0 0 275 1 5 2 20 0 15 0 48414079 11180277760 95439 33554432000 4194304 4196468 140729593306272 139877452577328 139878007763049 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7401472 140729593309355 140729593312604 140729593312604 140729593315279 0
[pid=18470/tid=18533] ppid=18467 vsize=10918240 memory=159197257830600 CPUtime=3.13 cores=1,3,5,7
/proc/18470/task/18533/stat : 18533 (java) R 18467 18470 16080 0 -1 4202560 10212 12956 0 0 304 2 5 2 20 0 15 0 48414080 11180277760 95439 33554432000 4194304 4196468 140729593306272 139877451519104 139878006077228 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7401472 140729593309355 140729593312604 140729593312604 140729593315279 0
[pid=18470/tid=18534] ppid=18467 vsize=10918240 memory=0 CPUtime=1.78 cores=1,3,5,7
/proc/18470/task/18534/stat : 18534 (java) S 18467 18470 16080 0 -1 1077944384 6059 12956 0 0 169 2 5 2 20 0 15 0 48414080 11180277760 95439 33554432000 4194304 4196468 140729593306272 139877450488176 139878027922050 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7401472 140729593309355 140729593312604 140729593312604 140729593315279 0
[pid=18470/tid=18535] ppid=18467 vsize=10918240 memory=373132 CPUtime=0.07 cores=1,3,5,7
/proc/18470/task/18535/stat : 18535 (java) S 18467 18470 16080 0 -1 1077944384 3 12956 0 0 0 0 5 2 20 0 15 0 48414080 11180277760 95439 33554432000 4194304 4196468 140729593306272 139876280297952 139878027921109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7401472 140729593309355 140729593312604 140729593312604 140729593315279 0
[pid=18470/tid=18536] ppid=18467 vsize=10918240 memory=372456 CPUtime=0.07 cores=1,3,5,7
/proc/18470/task/18536/stat : 18536 (java) S 18467 18470 16080 0 -1 1077944384 15 12956 0 0 0 0 5 2 20 0 15 0 48414080 11180277760 95439 33554432000 4194304 4196468 140729593306272 139877449436080 139878027922050 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7401472 140729593309355 140729593312604 140729593312604 140729593315279 0
Current children cumulated CPU time: 13.13 s
Current children cumulated vsize: 10918240 KiB
Current children cumulated memory: 381756 KiB

Child status: 0
Real time (s): 5.55414
CPU time (s): 13.2707
CPU user time (s): 12.9929
CPU system time (s): 0.277867
CPU usage (%): 238.934
Max. virtual memory (cumulated for all children) (KiB): 10919064
Max. memory (cumulated for all children) (KiB): 381756

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 12.9929
system time used= 0.277867
maximum resident set size= 384180
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 84328
page faults= 0
swaps= 0
block input operations= 48
block output operations= 184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7361
involuntary context switches= 67


# summary of solver processes directly reported to runsolver:
#   pid: 18470
#   total CPU time (s): 13.2707
#   total CPU user time (s): 12.9929
#   total CPU system time (s): 0.277867

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.063939 second user time and 0.090283 second system time

The end

Launcher Data

Begin job on node132 at 2018-07-23 03:15:09
IDJOB=4293139
IDBENCH=141125
IDSOLVER=2751
FILE ID=node132/4293139-1532308509
RUNJOBID= node132-1532296193-16112
PBS_JOBID= 21018987
Free space on /tmp= 55028 MiB

SOLVER NAME= Concrete 3.8-SuperNG 2018-06-13
BENCH NAME= XCSP18/StripPacking/StripPacking-1b_c18.xml
COMMAND LINE= concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4293139-1532308509/watcher-4293139-1532308509 -o /tmp/evaluation-result-4293139-1532308509/solver-4293139-1532308509 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1532296193-16112 --watchdog 2580  concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=1418450669 -superng HOME/instance-4293139-1532308509.xml

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

MD5SUM BENCH= 1d962658b6cfa8354278e550b215e9b2
RANDOM SEED=1418450669

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        16768916 kB
MemAvailable:   27921328 kB
Buffers:          258036 kB
Cached:         11040676 kB
SwapCached:            0 kB
Active:          6181744 kB
Inactive:        9180160 kB
Active(anon):    4066300 kB
Inactive(anon):    17028 kB
Active(file):    2115444 kB
Inactive(file):  9163132 kB
Unevictable:        6988 kB
Mlocked:            6988 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26504 kB
Writeback:             0 kB
AnonPages:       4082744 kB
Mapped:            49744 kB
Shmem:             17056 kB
Slab:             330248 kB
SReclaimable:     302296 kB
SUnreclaim:        27952 kB
KernelStack:        3840 kB
PageTables:        13136 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5465860 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3766272 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 55004 MiB
End job on node132 at 2018-07-23 03:15:15