Trace number 4295102

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.8 2018-06-13OPT43 7.80381 3.77687

General information on the benchmark

NameRcpsp/
Rcpsp-j30-01-01_c18.xml
MD5SUMa355aea041a776e2482d6f32cb7a537a
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark43
Best CPU time to get the best result obtained on this benchmark1.30559
Satisfiable
(Un)Satisfiability was proved
Number of variables32
Number of constraints52
Number of domains2
Minimum domain size1
Maximum domain size158
Distribution of domain sizes[{"size":1,"count":1},{"size":158,"count":31}]
Minimum variable degree3
Maximum variable degree6
Distribution of variable degrees[{"degree":3,"count":10},{"degree":4,"count":14},{"degree":5,"count":7},{"degree":6,"count":1}]
Minimum constraint arity2
Maximum constraint arity10
Distribution of constraint arities[{"arity":2,"count":49},{"arity":8,"count":1},{"arity":10,"count":2}]
Number of extensional constraints0
Number of intensional constraints48
Distribution of constraint types[{"type":"intension","count":48},{"type":"cumulative","count":4}]
Optimization problemYES
Type of objectivemin VAR

Quality of the solution as a function of time


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

Solver Data

0.99/0.74	c Concrete v3.8.1528841891564 running
7.36/3.64	o 52
7.36/3.66	o 49
7.36/3.68	o 44
7.36/3.69	o 43
7.68/3.70	v <instantiation cost="43">
7.68/3.70	v       <list>
7.68/3.70	v         s[0] s[1] s[2] s[3] s[4] s[5] s[6] s[7] s[8] s[9] s[10] s[11] s[12] s[13] s[14] s[15] s[16] s[17] s[18] s[19] s[20] s[21] s[22] s[23] s[24] s[25] s[26] s[27] s[28] s[29] s[30] s[31]
7.68/3.70	v       </list>
7.68/3.70	v       <values>
7.68/3.70	v         0 4 0 0 6 31 9 4 13 6 12 13 4 15 14 13 23 10 18 21 29 29 36 38 28 21 15 35 28 41 38 43
7.68/3.70	v       </values>
7.68/3.70	v     </instantiation>
7.68/3.70	s OPTIMUM FOUND

Verifier Data

OK	43

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4295102-1532529434/watcher-4295102-1532529434 -o /tmp/evaluation-result-4295102-1532529434/solver-4295102-1532529434 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node136-1532524210-24416 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1772588165 HOME/instance-4295102-1532529434.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
solver pid=25330, runsolver pid=25327
Current StackSize limit: 8192 KiB


[startup+0.100093 s]*
/proc/loadavg: 1.22 1.63 1.65 3/206 25387
/proc/meminfo: memFree=15873972/32770624 swapFree=67108860/67108860
[pid=25330] ppid=25327 vsize=9972712 memory=18856 CPUtime=0.08 cores=0,2,4,6
/proc/25330/stat : 25330 (java) S 25327 25330 24385 0 -1 1077944320 4383 12969 0 0 1 0 5 2 20 0 6 0 70506609 10212057088 4714 33554432000 4194304 4196468 140727998488288 140727998470832 139838720540407 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 25645056 140727998491246 140727998494044 140727998494044 140727998496719 0
/proc/25330/statm: 2493178 4714 1934 1 0 2481616 0
[pid=25330/tid=25383] ppid=25327 vsize=9972712 memory=4279135704013833615 CPUtime=0.07 cores=0,2,4,6
/proc/25330/task/25383/stat : 25383 (java) R 25327 25330 24385 0 -1 4202560 2190 12969 0 0 0 0 5 2 20 0 6 0 70506618 10212057088 4714 33554432000 4194304 4196468 140727998488288 139838692377168 139838720562333 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25645056 140727998491246 140727998494044 140727998494044 140727998496719 0
[pid=25330/tid=25384] ppid=25327 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25330/task/25384/stat : 25384 (java) S 25327 25330 24385 0 -1 1077944384 1 12969 0 0 0 0 5 2 20 0 6 0 70506618 10212057088 4714 33554432000 4194304 4196468 140727998488288 139838724782992 139838720550613 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25645056 140727998491246 140727998494044 140727998494044 140727998496719 0
[pid=25330/tid=25385] ppid=25327 vsize=9972712 memory=140608447211136 CPUtime=0.07 cores=0,2,4,6
/proc/25330/task/25385/stat : 25385 (java) S 25327 25330 24385 0 -1 1077944384 1 12969 0 0 0 0 5 2 20 0 6 0 70506618 10212057088 4714 33554432000 4194304 4196468 140727998488288 139838639602448 139838720550613 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25645056 140727998491246 140727998494044 140727998494044 140727998496719 0
[pid=25330/tid=25386] ppid=25327 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25330/task/25386/stat : 25386 (java) S 25327 25330 24385 0 -1 1077944384 1 12969 0 0 0 0 5 2 20 0 6 0 70506618 10212057088 4714 33554432000 4194304 4196468 140727998488288 139838638550160 139838720550613 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25645056 140727998491246 140727998494044 140727998494044 140727998496719 0
[pid=25330/tid=25387] ppid=25327 vsize=9972712 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/25330/task/25387/stat : 25387 (java) S 25327 25330 24385 0 -1 1077944384 2 12969 0 0 0 0 5 2 20 0 6 0 70506618 10212057088 4714 33554432000 4194304 4196468 140727998488288 139838637497360 139838720550613 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25645056 140727998491246 140727998494044 140727998494044 140727998496719 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18856 KiB

[startup+0.210497 s]*
/proc/loadavg: 1.22 1.63 1.65 3/215 25396
/proc/meminfo: memFree=15850656/32770624 swapFree=67108860/67108860
[pid=25330] ppid=25327 vsize=10818904 memory=46776 CPUtime=0.25 cores=0,2,4,6
/proc/25330/stat : 25330 (java) S 25327 25330 24385 0 -1 1077944320 7911 12969 0 0 16 2 5 2 20 0 15 0 70506609 11078557696 11694 33554432000 4194304 4196468 140727998488288 140727998470832 139838720540407 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 25645056 140727998491246 140727998494044 140727998494044 140727998496719 0
/proc/25330/statm: 2704726 11694 2946 1 0 2667149 0
[pid=25330/tid=25383] ppid=25327 vsize=10818904 memory=7022364594140610616 CPUtime=0.18 cores=0,2,4,6
/proc/25330/task/25383/stat : 25383 (java) R 25327 25330 24385 0 -1 4202560 4475 12969 0 0 10 1 5 2 20 0 15 0 70506618 11078557696 11694 33554432000 4194304 4196468 140727998488288 139838692357520 139838720562333 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25645056 140727998491246 140727998494044 140727998494044 140727998496719 0
[pid=25330/tid=25384] ppid=25327 vsize=10818904 memory=331 CPUtime=0.07 cores=0,2,4,6
/proc/25330/task/25384/stat : 25384 (java) S 25327 25330 24385 0 -1 1077944384 1 12969 0 0 0 0 5 2 20 0 15 0 70506618 11078557696 11694 33554432000 4194304 4196468 140727998488288 139838724782992 139838720550613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25645056 140727998491246 140727998494044 140727998494044 140727998496719 0
[pid=25330/tid=25385] ppid=25327 vsize=10818904 memory=140608447235696 CPUtime=0.07 cores=0,2,4,6
/proc/25330/task/25385/stat : 25385 (java) S 25327 25330 24385 0 -1 1077944384 1 12969 0 0 0 0 5 2 20 0 15 0 70506618 11078557696 11694 33554432000 4194304 4196468 140727998488288 139838639602448 139838720550613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25645056 140727998491246 140727998494044 140727998494044 140727998496719 0
[pid=25330/tid=25386] ppid=25327 vsize=10818904 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25330/task/25386/stat : 25386 (java) S 25327 25330 24385 0 -1 1077944384 1 12969 0 0 0 0 5 2 20 0 15 0 70506618 11078557696 11694 33554432000 4194304 4196468 140727998488288 139838638550160 139838720550613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25645056 140727998491246 140727998494044 140727998494044 140727998496719 0
[pid=25330/tid=25387] ppid=25327 vsize=10818904 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/25330/task/25387/stat : 25387 (java) S 25327 25330 24385 0 -1 1077944384 2 12969 0 0 0 0 5 2 20 0 15 0 70506618 11078557696 11694 33554432000 4194304 4196468 140727998488288 139838637497360 139838720550613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25645056 140727998491246 140727998494044 140727998494044 140727998496719 0
[pid=25330/tid=25388] ppid=25327 vsize=10818904 memory=140608447211136 CPUtime=0.07 cores=0,2,4,6
/proc/25330/task/25388/stat : 25388 (java) S 25327 25330 24385 0 -1 1077944384 2 12969 0 0 0 0 5 2 20 0 15 0 70506620 11078557696 11694 33554432000 4194304 4196468 140727998488288 139838247184496 139838720551554 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25645056 140727998491246 140727998494044 140727998494044 140727998496719 0
[pid=25330/tid=25389] ppid=25327 vsize=10818904 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/25330/task/25389/stat : 25389 (java) S 25327 25330 24385 0 -1 1077944384 13 12969 0 0 0 0 5 2 20 0 15 0 70506620 11078557696 11694 33554432000 4194304 4196468 140727998488288 139838162461472 139838720550613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25645056 140727998491246 140727998494044 140727998494044 140727998496719 0
[pid=25330/tid=25390] ppid=25327 vsize=10818904 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25330/task/25390/stat : 25390 (java) S 25327 25330 24385 0 -1 1077944384 1 12969 0 0 0 0 5 2 20 0 15 0 70506621 11078557696 11694 33554432000 4194304 4196468 140727998488288 139838028244080 139838720550613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25645056 140727998491246 140727998494044 140727998494044 140727998496719 0
[pid=25330/tid=25391] ppid=25327 vsize=10818904 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25330/task/25391/stat : 25391 (java) S 25327 25330 24385 0 -1 1077944384 2 12969 0 0 0 0 5 2 20 0 15 0 70506623 11078557696 11694 33554432000 4194304 4196468 140727998488288 139837424265296 139838720559003 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25645056 140727998491246 140727998494044 140727998494044 140727998496719 0
[pid=25330/tid=25392] ppid=25327 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25330/task/25392/stat : 25392 (java) S 25327 25330 24385 0 -1 1077944384 482 12969 0 0 1 0 5 2 20 0 15 0 70506623 11078557696 11694 33554432000 4194304 4196468 140727998488288 139838246132336 139838720551554 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25645056 140727998491246 140727998494044 140727998494044 140727998496719 0
[pid=25330/tid=25393] ppid=25327 vsize=10818904 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/25330/task/25393/stat : 25393 (java) S 25327 25330 24385 0 -1 1077944384 126 12969 0 0 0 0 5 2 20 0 15 0 70506623 11078557696 11694 33554432000 4194304 4196468 140727998488288 139838245079536 139838720551554 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25645056 140727998491246 140727998494044 140727998494044 140727998496719 0
[pid=25330/tid=25394] ppid=25327 vsize=10818904 memory=140608447211136 CPUtime=0.1 cores=0,2,4,6
/proc/25330/task/25394/stat : 25394 (java) R 25327 25330 24385 0 -1 4202560 617 12969 0 0 3 0 5 2 20 0 15 0 70506623 11078557696 11694 33554432000 4194304 4196468 140727998488288 139838244027248 139838699213943 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25645056 140727998491246 140727998494044 140727998494044 140727998496719 0
[pid=25330/tid=25395] ppid=25327 vsize=10818904 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/25330/task/25395/stat : 25395 (java) S 25327 25330 24385 0 -1 1077944384 3 12969 0 0 0 0 5 2 20 0 15 0 70506623 11078557696 11694 33554432000 4194304 4196468 140727998488288 139836954504160 139838720550613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25645056 140727998491246 140727998494044 140727998494044 140727998496719 0
[pid=25330/tid=25396] ppid=25327 vsize=10818904 memory=140608447211136 CPUtime=0.07 cores=0,2,4,6
/proc/25330/task/25396/stat : 25396 (java) S 25327 25330 24385 0 -1 1077944384 1 12969 0 0 0 0 5 2 20 0 15 0 70506624 11078557696 11694 33554432000 4194304 4196468 140727998488288 139838242974128 139838720551554 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25645056 140727998491246 140727998494044 140727998494044 140727998496719 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10818904 KiB
Current children cumulated memory: 46776 KiB

[startup+0.310498 s]*
/proc/loadavg: 1.22 1.63 1.65 3/215 25396
/proc/meminfo: memFree=15839520/32770624 swapFree=67108860/67108860
[pid=25330] ppid=25327 vsize=10819352 memory=57476 CPUtime=0.38 cores=0,2,4,6
/proc/25330/stat : 25330 (java) S 25327 25330 24385 0 -1 1077944320 10407 12969 0 0 28 3 5 2 20 0 15 0 70506609 11079016448 14369 33554432000 4194304 4196468 140727998488288 140727998470832 139838720540407 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 25645056 140727998491246 140727998494044 140727998494044 140727998496719 0
/proc/25330/statm: 2704838 14369 3065 1 0 2667149 0
[pid=25330/tid=25383] ppid=25327 vsize=10819352 memory=6791534058613427641 CPUtime=0.28 cores=0,2,4,6
/proc/25330/task/25383/stat : 25383 (java) R 25327 25330 24385 0 -1 4202560 6960 12969 0 0 19 2 5 2 20 0 15 0 70506618 11079016448 14369 33554432000 4194304 4196468 140727998488288 139838692329936 139838720562333 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25645056 140727998491246 140727998494044 140727998494044 140727998496719 0
[pid=25330/tid=25384] ppid=25327 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25330/task/25384/stat : 25384 (java) S 25327 25330 24385 0 -1 1077944384 1 12969 0 0 0 0 5 2 20 0 15 0 70506618 11079016448 14369 33554432000 4194304 4196468 140727998488288 139838724782992 139838720550613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25645056 140727998491246 140727998494044 140727998494044 140727998496719 0
[pid=25330/tid=25385] ppid=25327 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25330/task/25385/stat : 25385 (java) S 25327 25330 24385 0 -1 1077944384 1 12969 0 0 0 0 5 2 20 0 15 0 70506618 11079016448 14369 33554432000 4194304 4196468 140727998488288 139838639602448 139838720550613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25645056 140727998491246 140727998494044 140727998494044 140727998496719 0
[pid=25330/tid=25386] ppid=25327 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25330/task/25386/stat : 25386 (java) S 25327 25330 24385 0 -1 1077944384 1 12969 0 0 0 0 5 2 20 0 15 0 70506618 11079016448 14369 33554432000 4194304 4196468 140727998488288 139838638550160 139838720550613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25645056 140727998491246 140727998494044 140727998494044 140727998496719 0
[pid=25330/tid=25387] ppid=25327 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25330/task/25387/stat : 25387 (java) S 25327 25330 24385 0 -1 1077944384 2 12969 0 0 0 0 5 2 20 0 15 0 70506618 11079016448 14369 33554432000 4194304 4196468 140727998488288 139838637497360 139838720550613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25645056 140727998491246 140727998494044 140727998494044 140727998496719 0
[pid=25330/tid=25388] ppid=25327 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25330/task/25388/stat : 25388 (java) S 25327 25330 24385 0 -1 1077944384 2 12969 0 0 0 0 5 2 20 0 15 0 70506620 11079016448 14369 33554432000 4194304 4196468 140727998488288 139838247184496 139838720551554 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25645056 140727998491246 140727998494044 140727998494044 140727998496719 0
[pid=25330/tid=25389] ppid=25327 vsize=10819352 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/25330/task/25389/stat : 25389 (java) S 25327 25330 24385 0 -1 1077944384 13 12969 0 0 0 0 5 2 20 0 15 0 70506620 11079016448 14369 33554432000 4194304 4196468 140727998488288 139838162461472 139838720550613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25645056 140727998491246 140727998494044 140727998494044 140727998496719 0
[pid=25330/tid=25390] ppid=25327 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25330/task/25390/stat : 25390 (java) S 25327 25330 24385 0 -1 1077944384 1 12969 0 0 0 0 5 2 20 0 15 0 70506621 11079016448 14369 33554432000 4194304 4196468 140727998488288 139838028244080 139838720550613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25645056 140727998491246 140727998494044 140727998494044 140727998496719 0
[pid=25330/tid=25391] ppid=25327 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25330/task/25391/stat : 25391 (java) S 25327 25330 24385 0 -1 1077944384 2 12969 0 0 0 0 5 2 20 0 15 0 70506623 11079016448 14369 33554432000 4194304 4196468 140727998488288 139837424265296 139838720559003 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25645056 140727998491246 140727998494044 140727998494044 140727998496719 0
[pid=25330/tid=25392] ppid=25327 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25330/task/25392/stat : 25392 (java) S 25327 25330 24385 0 -1 1077944384 483 12969 0 0 1 0 5 2 20 0 15 0 70506623 11079016448 14369 33554432000 4194304 4196468 140727998488288 139838246132336 139838720551554 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25645056 140727998491246 140727998494044 140727998494044 140727998496719 0
[pid=25330/tid=25393] ppid=25327 vsize=10819352 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/25330/task/25393/stat : 25393 (java) S 25327 25330 24385 0 -1 1077944384 126 12969 0 0 1 0 5 2 20 0 15 0 70506623 11079016448 14369 33554432000 4194304 4196468 140727998488288 139838245079536 139838720551554 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25645056 140727998491246 140727998494044 140727998494044 140727998496719 0
[pid=25330/tid=25394] ppid=25327 vsize=10819352 memory=140608447211136 CPUtime=0.12 cores=0,2,4,6
/proc/25330/task/25394/stat : 25394 (java) S 25327 25330 24385 0 -1 1077944384 623 12969 0 0 5 0 5 2 20 0 15 0 70506623 11079016448 14369 33554432000 4194304 4196468 140727998488288 139838244027248 139838720551554 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25645056 140727998491246 140727998494044 140727998494044 140727998496719 0
[pid=25330/tid=25395] ppid=25327 vsize=10819352 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/25330/task/25395/stat : 25395 (java) S 25327 25330 24385 0 -1 1077944384 3 12969 0 0 0 0 5 2 20 0 15 0 70506623 11079016448 14369 33554432000 4194304 4196468 140727998488288 139836954504160 139838720550613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25645056 140727998491246 140727998494044 140727998494044 140727998496719 0
[pid=25330/tid=25396] ppid=25327 vsize=10819352 memory=140608447211136 CPUtime=0.07 cores=0,2,4,6
/proc/25330/task/25396/stat : 25396 (java) S 25327 25330 24385 0 -1 1077944384 1 12969 0 0 0 0 5 2 20 0 15 0 70506624 11079016448 14369 33554432000 4194304 4196468 140727998488288 139838242974128 139838720551554 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25645056 140727998491246 140727998494044 140727998494044 140727998496719 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 57476 KiB

[startup+0.700795 s]
/proc/loadavg: 1.22 1.63 1.65 5/215 25396
/proc/meminfo: memFree=15828128/32770624 swapFree=67108860/67108860
[pid=25330] ppid=25327 vsize=10819352 memory=90560 CPUtime=0.99 cores=0,2,4,6
/proc/25330/stat : 25330 (java) S 25327 25330 24385 0 -1 1077944320 16772 12969 0 0 87 5 5 2 20 0 15 0 70506609 11079016448 22640 33554432000 4194304 4196468 140727998488288 140727998470832 139838720540407 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 25645056 140727998491246 140727998494044 140727998494044 140727998496719 0
/proc/25330/statm: 2704838 22640 3238 1 0 2667149 0
[pid=25330/tid=25383] ppid=25327 vsize=10819352 memory=0 CPUtime=0.66 cores=0,2,4,6
/proc/25330/task/25383/stat : 25383 (java) R 25327 25330 24385 0 -1 4202560 12158 12969 0 0 55 4 5 2 20 0 15 0 70506618 11079016448 22640 33554432000 4194304 4196468 140727998488288 139838692361232 139838705705952 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25645056 140727998491246 140727998494044 140727998494044 140727998496719 0
[pid=25330/tid=25384] ppid=25327 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25330/task/25384/stat : 25384 (java) S 25327 25330 24385 0 -1 1077944384 1 12969 0 0 0 0 5 2 20 0 15 0 70506618 11079016448 22640 33554432000 4194304 4196468 140727998488288 139838724782992 139838720550613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25645056 140727998491246 140727998494044 140727998494044 140727998496719 0
[pid=25330/tid=25385] ppid=25327 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25330/task/25385/stat : 25385 (java) S 25327 25330 24385 0 -1 1077944384 1 12969 0 0 0 0 5 2 20 0 15 0 70506618 11079016448 22640 33554432000 4194304 4196468 140727998488288 139838639602448 139838720550613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25645056 140727998491246 140727998494044 140727998494044 140727998496719 0
[pid=25330/tid=25386] ppid=25327 vsize=10819352 memory=140608303936272 CPUtime=0.07 cores=0,2,4,6
/proc/25330/task/25386/stat : 25386 (java) S 25327 25330 24385 0 -1 1077944384 1 12969 0 0 0 0 5 2 20 0 15 0 70506618 11079016448 22640 33554432000 4194304 4196468 140727998488288 139838638550160 139838720550613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25645056 140727998491246 140727998494044 140727998494044 140727998496719 0
[pid=25330/tid=25387] ppid=25327 vsize=10819352 memory=140608639337044 CPUtime=0.07 cores=0,2,4,6
/proc/25330/task/25387/stat : 25387 (java) S 25327 25330 24385 0 -1 1077944384 2 12969 0 0 0 0 5 2 20 0 15 0 70506618 11079016448 22640 33554432000 4194304 4196468 140727998488288 139838637497360 139838720550613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25645056 140727998491246 140727998494044 140727998494044 140727998496719 0
[pid=25330/tid=25388] ppid=25327 vsize=10819352 memory=8540 CPUtime=0.07 cores=0,2,4,6
/proc/25330/task/25388/stat : 25388 (java) S 25327 25330 24385 0 -1 1077944384 5 12969 0 0 0 0 5 2 20 0 15 0 70506620 11079016448 22640 33554432000 4194304 4196468 140727998488288 139838247184496 139838720551554 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25645056 140727998491246 140727998494044 140727998494044 140727998496719 0
[pid=25330/tid=25389] ppid=25327 vsize=10819352 memory=7662705889289527641 CPUtime=0.07 cores=0,2,4,6
/proc/25330/task/25389/stat : 25389 (java) S 25327 25330 24385 0 -1 1077944384 13 12969 0 0 0 0 5 2 20 0 15 0 70506620 11079016448 22640 33554432000 4194304 4196468 140727998488288 139838162461472 139838720550613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25645056 140727998491246 140727998494044 140727998494044 140727998496719 0
[pid=25330/tid=25390] ppid=25327 vsize=10819352 memory=7885635084775281010 CPUtime=0.07 cores=0,2,4,6
/proc/25330/task/25390/stat : 25390 (java) S 25327 25330 24385 0 -1 1077944384 1 12969 0 0 0 0 5 2 20 0 15 0 70506621 11079016448 22640 33554432000 4194304 4196468 140727998488288 139838028244080 139838720550613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25645056 140727998491246 140727998494044 140727998494044 140727998496719 0
[pid=25330/tid=25391] ppid=25327 vsize=10819352 memory=16436 CPUtime=0.07 cores=0,2,4,6
/proc/25330/task/25391/stat : 25391 (java) S 25327 25330 24385 0 -1 1077944384 2 12969 0 0 0 0 5 2 20 0 15 0 70506623 11079016448 22640 33554432000 4194304 4196468 140727998488288 139837424265296 139838720559003 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25645056 140727998491246 140727998494044 140727998494044 140727998496719 0
[pid=25330/tid=25392] ppid=25327 vsize=10819352 memory=12696 CPUtime=0.14 cores=0,2,4,6
/proc/25330/task/25392/stat : 25392 (java) S 25327 25330 24385 0 -1 1077944384 841 12969 0 0 7 0 5 2 20 0 15 0 70506623 11079016448 22640 33554432000 4194304 4196468 140727998488288 139838246132336 139838720551554 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25645056 140727998491246 140727998494044 140727998494044 140727998496719 0
[pid=25330/tid=25393] ppid=25327 vsize=10819352 memory=4008 CPUtime=0.17 cores=0,2,4,6
/proc/25330/task/25393/stat : 25393 (java) S 25327 25330 24385 0 -1 1077944384 846 12969 0 0 10 0 5 2 20 0 15 0 70506623 11079016448 22640 33554432000 4194304 4196468 140727998488288 139838245079536 139838720551554 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25645056 140727998491246 140727998494044 140727998494044 140727998496719 0
[pid=25330/tid=25394] ppid=25327 vsize=10819352 memory=1796 CPUtime=0.2 cores=0,2,4,6
/proc/25330/task/25394/stat : 25394 (java) S 25327 25330 24385 0 -1 1077944384 709 12969 0 0 13 0 5 2 20 0 15 0 70506623 11079016448 22640 33554432000 4194304 4196468 140727998488288 139838244027248 139838720551554 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25645056 140727998491246 140727998494044 140727998494044 140727998496719 0
[pid=25330/tid=25395] ppid=25327 vsize=10819352 memory=644 CPUtime=0.07 cores=0,2,4,6
/proc/25330/task/25395/stat : 25395 (java) S 25327 25330 24385 0 -1 1077944384 3 12969 0 0 0 0 5 2 20 0 15 0 70506623 11079016448 22640 33554432000 4194304 4196468 140727998488288 139836954504160 139838720550613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25645056 140727998491246 140727998494044 140727998494044 140727998496719 0
[pid=25330/tid=25396] ppid=25327 vsize=10819352 memory=956 CPUtime=0.07 cores=0,2,4,6
/proc/25330/task/25396/stat : 25396 (java) S 25327 25330 24385 0 -1 1077944384 1 12969 0 0 0 0 5 2 20 0 15 0 70506624 11079016448 22640 33554432000 4194304 4196468 140727998488288 139838242974128 139838720551554 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25645056 140727998491246 140727998494044 140727998494044 140727998496719 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 90560 KiB

[startup+1.50077 s]
/proc/loadavg: 1.22 1.63 1.65 4/215 25396
/proc/meminfo: memFree=15782240/32770624 swapFree=67108860/67108860
[pid=25330] ppid=25327 vsize=10834252 memory=179436 CPUtime=2.26 cores=0,2,4,6
/proc/25330/stat : 25330 (java) S 25327 25330 24385 0 -1 1077944320 24068 12969 0 0 209 10 5 2 20 0 15 0 70506609 11094274048 44859 33554432000 4194304 4196468 140727998488288 140727998470832 139838720540407 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 25645056 140727998491246 140727998494044 140727998494044 140727998496719 0
/proc/25330/statm: 2708563 44859 3467 1 0 2670221 0
[pid=25330/tid=25383] ppid=25327 vsize=10834252 memory=67492 CPUtime=1.42 cores=0,2,4,6
/proc/25330/task/25383/stat : 25383 (java) R 25327 25330 24385 0 -1 4202560 17864 12969 0 0 129 6 5 2 20 0 15 0 70506618 11094274048 44859 33554432000 4194304 4196468 140727998488288 139838692372560 139838712777534 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25645056 140727998491246 140727998494044 140727998494044 140727998496719 0
[pid=25330/tid=25384] ppid=25327 vsize=10834252 memory=6791534058613427641 CPUtime=0.07 cores=0,2,4,6
/proc/25330/task/25384/stat : 25384 (java) S 25327 25330 24385 0 -1 1077944384 30 12969 0 0 0 0 5 2 20 0 15 0 70506618 11094274048 44859 33554432000 4194304 4196468 140727998488288 139838724782992 139838720550613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25645056 140727998491246 140727998494044 140727998494044 140727998496719 0
[pid=25330/tid=25385] ppid=25327 vsize=10834252 memory=281216607903904 CPUtime=0.08 cores=0,2,4,6
/proc/25330/task/25385/stat : 25385 (java) S 25327 25330 24385 0 -1 1077944384 50 12969 0 0 1 0 5 2 20 0 15 0 70506618 11094274048 44859 33554432000 4194304 4196468 140727998488288 139838639602448 139838720550613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25645056 140727998491246 140727998494044 140727998494044 140727998496719 0
[pid=25330/tid=25386] ppid=25327 vsize=10834252 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25330/task/25386/stat : 25386 (java) S 25327 25330 24385 0 -1 1077944384 241 12969 0 0 1 0 5 2 20 0 15 0 70506618 11094274048 44859 33554432000 4194304 4196468 140727998488288 139838638550160 139838720550613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25645056 140727998491246 140727998494044 140727998494044 140727998496719 0
[pid=25330/tid=25387] ppid=25327 vsize=10834252 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25330/task/25387/stat : 25387 (java) S 25327 25330 24385 0 -1 1077944384 29 12969 0 0 1 0 5 2 20 0 15 0 70506618 11094274048 44859 33554432000 4194304 4196468 140727998488288 139838637497360 139838720550613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25645056 140727998491246 140727998494044 140727998494044 140727998496719 0
[pid=25330/tid=25388] ppid=25327 vsize=10834252 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25330/task/25388/stat : 25388 (java) S 25327 25330 24385 0 -1 1077944384 62 12969 0 0 1 0 5 2 20 0 15 0 70506620 11094274048 44859 33554432000 4194304 4196468 140727998488288 139838247184496 139838720551554 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25645056 140727998491246 140727998494044 140727998494044 140727998496719 0
[pid=25330/tid=25389] ppid=25327 vsize=10834252 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25330/task/25389/stat : 25389 (java) S 25327 25330 24385 0 -1 1077944384 14 12969 0 0 0 0 5 2 20 0 15 0 70506620 11094274048 44859 33554432000 4194304 4196468 140727998488288 139838162461536 139838720550613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25645056 140727998491246 140727998494044 140727998494044 140727998496719 0
[pid=25330/tid=25390] ppid=25327 vsize=10834252 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25330/task/25390/stat : 25390 (java) S 25327 25330 24385 0 -1 1077944384 1 12969 0 0 0 0 5 2 20 0 15 0 70506621 11094274048 44859 33554432000 4194304 4196468 140727998488288 139838028244096 139838720550613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25645056 140727998491246 140727998494044 140727998494044 140727998496719 0
[pid=25330/tid=25391] ppid=25327 vsize=10834252 memory=-2746958450906831424 CPUtime=0.07 cores=0,2,4,6
/proc/25330/task/25391/stat : 25391 (java) S 25327 25330 24385 0 -1 1077944384 2 12969 0 0 0 0 5 2 20 0 15 0 70506623 11094274048 44859 33554432000 4194304 4196468 140727998488288 139837424265296 139838720559003 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25645056 140727998491246 140727998494044 140727998494044 140727998496719 0
[pid=25330/tid=25392] ppid=25327 vsize=10834252 memory=0 CPUtime=0.25 cores=0,2,4,6
/proc/25330/task/25392/stat : 25392 (java) S 25327 25330 24385 0 -1 1077944384 1057 12969 0 0 18 0 5 2 20 0 15 0 70506623 11094274048 44859 33554432000 4194304 4196468 140727998488288 139838246132336 139838720551554 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25645056 140727998491246 140727998494044 140727998494044 140727998496719 0
[pid=25330/tid=25393] ppid=25327 vsize=10834252 memory=0 CPUtime=0.29 cores=0,2,4,6
/proc/25330/task/25393/stat : 25393 (java) S 25327 25330 24385 0 -1 1077944384 1299 12969 0 0 22 0 5 2 20 0 15 0 70506623 11094274048 44859 33554432000 4194304 4196468 140727998488288 139838245079536 139838720551554 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25645056 140727998491246 140727998494044 140727998494044 140727998496719 0
[pid=25330/tid=25394] ppid=25327 vsize=10834252 memory=6791534058613427641 CPUtime=0.38 cores=0,2,4,6
/proc/25330/task/25394/stat : 25394 (java) S 25327 25330 24385 0 -1 1077944384 1228 12969 0 0 31 0 5 2 20 0 15 0 70506623 11094274048 44859 33554432000 4194304 4196468 140727998488288 139838244027248 139838720551554 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25645056 140727998491246 140727998494044 140727998494044 140727998496719 0
[pid=25330/tid=25395] ppid=25327 vsize=10834252 memory=4638778398332698720 CPUtime=0.07 cores=0,2,4,6
/proc/25330/task/25395/stat : 25395 (java) S 25327 25330 24385 0 -1 1077944384 3 12969 0 0 0 0 5 2 20 0 15 0 70506623 11094274048 44859 33554432000 4194304 4196468 140727998488288 139836954504160 139838720550613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25645056 140727998491246 140727998494044 140727998494044 140727998496719 0
[pid=25330/tid=25396] ppid=25327 vsize=10834252 memory=281216608148352 CPUtime=0.07 cores=0,2,4,6
/proc/25330/task/25396/stat : 25396 (java) S 25327 25330 24385 0 -1 1077944384 1 12969 0 0 0 0 5 2 20 0 15 0 70506624 11094274048 44859 33554432000 4194304 4196468 140727998488288 139838242974128 139838720551554 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25645056 140727998491246 140727998494044 140727998494044 140727998496719 0
Current children cumulated CPU time: 2.26 s
Current children cumulated vsize: 10834252 KiB

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

[startup+3.11009 s]
/proc/loadavg: 1.22 1.63 1.65 4/215 25396
/proc/meminfo: memFree=15664264/32770624 swapFree=67108860/67108860
[pid=25330] ppid=25327 vsize=10846560 memory=246268 CPUtime=6.11 cores=0,2,4,6
/proc/25330/stat : 25330 (java) S 25327 25330 24385 0 -1 1077944320 48633 12969 0 0 585 19 5 2 20 0 15 0 70506609 11106877440 61567 33554432000 4194304 4196468 140727998488288 140727998470832 139838720540407 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 25645056 140727998491246 140727998494044 140727998494044 140727998496719 0
/proc/25330/statm: 2711640 61567 3493 1 0 2673293 0
[pid=25330/tid=25383] ppid=25327 vsize=10846560 memory=7 CPUtime=2.98 cores=0,2,4,6
/proc/25330/task/25383/stat : 25383 (java) R 25327 25330 24385 0 -1 4202560 29995 12969 0 0 282 9 5 2 20 0 15 0 70506618 11106877440 61567 33554432000 4194304 4196468 140727998488288 139838692356000 139838720552342 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25645056 140727998491246 140727998494044 140727998494044 140727998496719 0
[pid=25330/tid=25384] ppid=25327 vsize=10846560 memory=206956 CPUtime=0.09 cores=0,2,4,6
/proc/25330/task/25384/stat : 25384 (java) S 25327 25330 24385 0 -1 1077944384 53 12969 0 0 2 0 5 2 20 0 15 0 70506618 11106877440 61567 33554432000 4194304 4196468 140727998488288 139838724782992 139838720550613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25645056 140727998491246 140727998494044 140727998494044 140727998496719 0
[pid=25330/tid=25385] ppid=25327 vsize=10846560 memory=4140 CPUtime=0.1 cores=0,2,4,6
/proc/25330/task/25385/stat : 25385 (java) S 25327 25330 24385 0 -1 1077944384 114 12969 0 0 3 0 5 2 20 0 15 0 70506618 11106877440 61567 33554432000 4194304 4196468 140727998488288 139838639602448 139838720550613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25645056 140727998491246 140727998494044 140727998494044 140727998496719 0
[pid=25330/tid=25386] ppid=25327 vsize=10846560 memory=21396 CPUtime=0.1 cores=0,2,4,6
/proc/25330/task/25386/stat : 25386 (java) S 25327 25330 24385 0 -1 1077944384 274 12969 0 0 3 0 5 2 20 0 15 0 70506618 11106877440 61567 33554432000 4194304 4196468 140727998488288 139838638550160 139838720550613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25645056 140727998491246 140727998494044 140727998494044 140727998496719 0
[pid=25330/tid=25387] ppid=25327 vsize=10846560 memory=2436 CPUtime=0.09 cores=0,2,4,6
/proc/25330/task/25387/stat : 25387 (java) S 25327 25330 24385 0 -1 1077944384 49 12969 0 0 2 0 5 2 20 0 15 0 70506618 11106877440 61567 33554432000 4194304 4196468 140727998488288 139838637497360 139838720550613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25645056 140727998491246 140727998494044 140727998494044 140727998496719 0
[pid=25330/tid=25388] ppid=25327 vsize=10846560 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/25330/task/25388/stat : 25388 (java) S 25327 25330 24385 0 -1 1077944384 2566 12969 0 0 3 0 5 2 20 0 15 0 70506620 11106877440 61567 33554432000 4194304 4196468 140727998488288 139838247184496 139838720551554 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25645056 140727998491246 140727998494044 140727998494044 140727998496719 0
[pid=25330/tid=25389] ppid=25327 vsize=10846560 memory=-3535359994705171299 CPUtime=0.07 cores=0,2,4,6
/proc/25330/task/25389/stat : 25389 (java) S 25327 25330 24385 0 -1 1077944384 14 12969 0 0 0 0 5 2 20 0 15 0 70506620 11106877440 61567 33554432000 4194304 4196468 140727998488288 139838162461536 139838720550613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25645056 140727998491246 140727998494044 140727998494044 140727998496719 0
[pid=25330/tid=25390] ppid=25327 vsize=10846560 memory=6944656592387989600 CPUtime=0.07 cores=0,2,4,6
/proc/25330/task/25390/stat : 25390 (java) S 25327 25330 24385 0 -1 1077944384 1 12969 0 0 0 0 5 2 20 0 15 0 70506621 11106877440 61567 33554432000 4194304 4196468 140727998488288 139838028244096 139838720550613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25645056 140727998491246 140727998494044 140727998494044 140727998496719 0
[pid=25330/tid=25391] ppid=25327 vsize=10846560 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25330/task/25391/stat : 25391 (java) S 25327 25330 24385 0 -1 1077944384 2 12969 0 0 0 0 5 2 20 0 15 0 70506623 11106877440 61567 33554432000 4194304 4196468 140727998488288 139837424265296 139838720559003 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25645056 140727998491246 140727998494044 140727998494044 140727998496719 0
[pid=25330/tid=25392] ppid=25327 vsize=10846560 memory=0 CPUtime=1.06 cores=0,2,4,6
/proc/25330/task/25392/stat : 25392 (java) R 25327 25330 24385 0 -1 4202560 3995 12969 0 0 98 1 5 2 20 0 15 0 70506623 11106877440 61567 33554432000 4194304 4196468 140727998488288 139838246122256 139838697764560 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25645056 140727998491246 140727998494044 140727998494044 140727998496719 0
[pid=25330/tid=25393] ppid=25327 vsize=10846560 memory=3977135945319270485 CPUtime=0.87 cores=0,2,4,6
/proc/25330/task/25393/stat : 25393 (java) R 25327 25330 24385 0 -1 4202560 2775 12969 0 0 78 2 5 2 20 0 15 0 70506623 11106877440 61567 33554432000 4194304 4196468 140727998488288 139838245065440 139838698287896 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25645056 140727998491246 140727998494044 140727998494044 140727998496719 0
[pid=25330/tid=25394] ppid=25327 vsize=10846560 memory=56 CPUtime=1.18 cores=0,2,4,6
/proc/25330/task/25394/stat : 25394 (java) R 25327 25330 24385 0 -1 1077944384 6595 12969 0 0 109 2 5 2 20 0 15 0 70506623 11106877440 61567 33554432000 4194304 4196468 140727998488288 139838244027248 139838720551554 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 25645056 140727998491246 140727998494044 140727998494044 140727998496719 0
[pid=25330/tid=25395] ppid=25327 vsize=10846560 memory=2984339746955739232 CPUtime=0.07 cores=0,2,4,6
/proc/25330/task/25395/stat : 25395 (java) S 25327 25330 24385 0 -1 1077944384 3 12969 0 0 0 0 5 2 20 0 15 0 70506623 11106877440 61567 33554432000 4194304 4196468 140727998488288 139836954504160 139838720550613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25645056 140727998491246 140727998494044 140727998494044 140727998496719 0
[pid=25330/tid=25396] ppid=25327 vsize=10846560 memory=6935649255759569216 CPUtime=0.07 cores=0,2,4,6
/proc/25330/task/25396/stat : 25396 (java) S 25327 25330 24385 0 -1 1077944384 9 12969 0 0 0 0 5 2 20 0 15 0 70506624 11106877440 61567 33554432000 4194304 4196468 140727998488288 139838242974128 139838720551554 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25645056 140727998491246 140727998494044 140727998494044 140727998496719 0
Current children cumulated CPU time: 6.11 s
Current children cumulated vsize: 10846560 KiB
Current children cumulated memory: 246268 KiB

[startup+3.77682 s]
# the end of solver process 25330 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=7.54381 s, system=0.260004 s

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

[startup+3.20951 s]
/proc/loadavg: 1.22 1.63 1.65 4/215 25396
/proc/meminfo: memFree=15664264/32770624 swapFree=67108860/67108860
[pid=25330] ppid=25327 vsize=10846560 memory=247912 CPUtime=6.34 cores=0,2,4,6
/proc/25330/stat : 25330 (java) S 25327 25330 24385 0 -1 1077944320 49076 12969 0 0 608 19 5 2 20 0 15 0 70506609 11106877440 61978 33554432000 4194304 4196468 140727998488288 140727998470832 139838720540407 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 25645056 140727998491246 140727998494044 140727998494044 140727998496719 0
/proc/25330/statm: 2711640 61978 3493 1 0 2673293 0
[pid=25330/tid=25383] ppid=25327 vsize=10846560 memory=6935649255759568960 CPUtime=3.08 cores=0,2,4,6
/proc/25330/task/25383/stat : 25383 (java) R 25327 25330 24385 0 -1 4202560 30300 12969 0 0 292 9 5 2 20 0 15 0 70506618 11106877440 61978 33554432000 4194304 4196468 140727998488288 139838692372704 139838712777534 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25645056 140727998491246 140727998494044 140727998494044 140727998496719 0
[pid=25330/tid=25384] ppid=25327 vsize=10846560 memory=2984339746955739232 CPUtime=0.09 cores=0,2,4,6
/proc/25330/task/25384/stat : 25384 (java) S 25327 25330 24385 0 -1 1077944384 53 12969 0 0 2 0 5 2 20 0 15 0 70506618 11106877440 61978 33554432000 4194304 4196468 140727998488288 139838724782992 139838720550613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25645056 140727998491246 140727998494044 140727998494044 140727998496719 0
[pid=25330/tid=25385] ppid=25327 vsize=10846560 memory=2867664571609120 CPUtime=0.1 cores=0,2,4,6
/proc/25330/task/25385/stat : 25385 (java) S 25327 25330 24385 0 -1 1077944384 114 12969 0 0 3 0 5 2 20 0 15 0 70506618 11106877440 61978 33554432000 4194304 4196468 140727998488288 139838639602448 139838720550613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25645056 140727998491246 140727998494044 140727998494044 140727998496719 0
[pid=25330/tid=25386] ppid=25327 vsize=10846560 memory=6154282490091891024 CPUtime=0.1 cores=0,2,4,6
/proc/25330/task/25386/stat : 25386 (java) S 25327 25330 24385 0 -1 1077944384 274 12969 0 0 3 0 5 2 20 0 15 0 70506618 11106877440 61978 33554432000 4194304 4196468 140727998488288 139838638550160 139838720550613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25645056 140727998491246 140727998494044 140727998494044 140727998496719 0
[pid=25330/tid=25387] ppid=25327 vsize=10846560 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/25330/task/25387/stat : 25387 (java) S 25327 25330 24385 0 -1 1077944384 49 12969 0 0 2 0 5 2 20 0 15 0 70506618 11106877440 61978 33554432000 4194304 4196468 140727998488288 139838637497360 139838720550613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25645056 140727998491246 140727998494044 140727998494044 140727998496719 0
[pid=25330/tid=25388] ppid=25327 vsize=10846560 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/25330/task/25388/stat : 25388 (java) S 25327 25330 24385 0 -1 1077944384 2566 12969 0 0 3 0 5 2 20 0 15 0 70506620 11106877440 61978 33554432000 4194304 4196468 140727998488288 139838247184496 139838720551554 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25645056 140727998491246 140727998494044 140727998494044 140727998496719 0
[pid=25330/tid=25389] ppid=25327 vsize=10846560 memory=2241 CPUtime=0.07 cores=0,2,4,6
/proc/25330/task/25389/stat : 25389 (java) S 25327 25330 24385 0 -1 1077944384 14 12969 0 0 0 0 5 2 20 0 15 0 70506620 11106877440 61978 33554432000 4194304 4196468 140727998488288 139838162461536 139838720550613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25645056 140727998491246 140727998494044 140727998494044 140727998496719 0
[pid=25330/tid=25390] ppid=25327 vsize=10846560 memory=2244 CPUtime=0.07 cores=0,2,4,6
/proc/25330/task/25390/stat : 25390 (java) S 25327 25330 24385 0 -1 1077944384 1 12969 0 0 0 0 5 2 20 0 15 0 70506621 11106877440 61978 33554432000 4194304 4196468 140727998488288 139838028244096 139838720550613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25645056 140727998491246 140727998494044 140727998494044 140727998496719 0
[pid=25330/tid=25391] ppid=25327 vsize=10846560 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25330/task/25391/stat : 25391 (java) S 25327 25330 24385 0 -1 1077944384 2 12969 0 0 0 0 5 2 20 0 15 0 70506623 11106877440 61978 33554432000 4194304 4196468 140727998488288 139837424265296 139838720559003 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25645056 140727998491246 140727998494044 140727998494044 140727998496719 0
[pid=25330/tid=25392] ppid=25327 vsize=10846560 memory=0 CPUtime=1.1 cores=0,2,4,6
/proc/25330/task/25392/stat : 25392 (java) S 25327 25330 24385 0 -1 1077944384 4022 12969 0 0 101 2 5 2 20 0 15 0 70506623 11106877440 61978 33554432000 4194304 4196468 140727998488288 139838246132336 139838720551554 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25645056 140727998491246 140727998494044 140727998494044 140727998496719 0
[pid=25330/tid=25393] ppid=25327 vsize=10846560 memory=0 CPUtime=0.91 cores=0,2,4,6
/proc/25330/task/25393/stat : 25393 (java) S 25327 25330 24385 0 -1 1077944384 2786 12969 0 0 82 2 5 2 20 0 15 0 70506623 11106877440 61978 33554432000 4194304 4196468 140727998488288 139838245079536 139838720551554 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25645056 140727998491246 140727998494044 140727998494044 140727998496719 0
[pid=25330/tid=25394] ppid=25327 vsize=10846560 memory=0 CPUtime=1.24 cores=0,2,4,6
/proc/25330/task/25394/stat : 25394 (java) R 25327 25330 24385 0 -1 4202560 6709 12969 0 0 115 2 5 2 20 0 15 0 70506623 11106877440 61978 33554432000 4194304 4196468 140727998488288 139838244024544 139838701950415 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25645056 140727998491246 140727998494044 140727998494044 140727998496719 0
[pid=25330/tid=25395] ppid=25327 vsize=10846560 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25330/task/25395/stat : 25395 (java) S 25327 25330 24385 0 -1 1077944384 3 12969 0 0 0 0 5 2 20 0 15 0 70506623 11106877440 61978 33554432000 4194304 4196468 140727998488288 139836954504160 139838720550613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25645056 140727998491246 140727998494044 140727998494044 140727998496719 0
[pid=25330/tid=25396] ppid=25327 vsize=10846560 memory=245 CPUtime=0.07 cores=0,2,4,6
/proc/25330/task/25396/stat : 25396 (java) S 25327 25330 24385 0 -1 1077944384 9 12969 0 0 0 0 5 2 20 0 15 0 70506624 11106877440 61978 33554432000 4194304 4196468 140727998488288 139838242974128 139838720551554 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25645056 140727998491246 140727998494044 140727998494044 140727998496719 0
Current children cumulated CPU time: 6.34 s
Current children cumulated vsize: 10846560 KiB
Current children cumulated memory: 247912 KiB

[startup+3.60064 s]
/proc/loadavg: 1.22 1.63 1.65 4/215 25396
/proc/meminfo: memFree=15664264/32770624 swapFree=67108860/67108860
[pid=25330] ppid=25327 vsize=10914144 memory=305324 CPUtime=7.36 cores=0,2,4,6
/proc/25330/stat : 25330 (java) S 25327 25330 24385 0 -1 1077944320 63484 12969 0 0 708 21 5 2 20 0 15 0 70506609 11176083456 76331 33554432000 4194304 4196468 140727998488288 140727998470832 139838720540407 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 25645056 140727998491246 140727998494044 140727998494044 140727998496719 0
/proc/25330/statm: 2728536 76331 3494 1 0 2690189 0
[pid=25330/tid=25383] ppid=25327 vsize=10914144 memory=1296 CPUtime=3.47 cores=0,2,4,6
/proc/25330/task/25383/stat : 25383 (java) R 25327 25330 24385 0 -1 4202560 42051 12969 0 0 329 11 5 2 20 0 15 0 70506618 11176083456 76331 33554432000 4194304 4196468 140727998488288 139838692371312 139838702103959 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25645056 140727998491246 140727998494044 140727998494044 140727998496719 0
[pid=25330/tid=25384] ppid=25327 vsize=10914144 memory=1728 CPUtime=0.09 cores=0,2,4,6
/proc/25330/task/25384/stat : 25384 (java) S 25327 25330 24385 0 -1 1077944384 53 12969 0 0 2 0 5 2 20 0 15 0 70506618 11176083456 76331 33554432000 4194304 4196468 140727998488288 139838724782992 139838720550613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25645056 140727998491246 140727998494044 140727998494044 140727998496719 0
[pid=25330/tid=25385] ppid=25327 vsize=10914144 memory=1008 CPUtime=0.1 cores=0,2,4,6
/proc/25330/task/25385/stat : 25385 (java) S 25327 25330 24385 0 -1 1077944384 114 12969 0 0 3 0 5 2 20 0 15 0 70506618 11176083456 76331 33554432000 4194304 4196468 140727998488288 139838639602448 139838720550613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25645056 140727998491246 140727998494044 140727998494044 140727998496719 0
[pid=25330/tid=25386] ppid=25327 vsize=10914144 memory=5520 CPUtime=0.1 cores=0,2,4,6
/proc/25330/task/25386/stat : 25386 (java) S 25327 25330 24385 0 -1 1077944384 274 12969 0 0 3 0 5 2 20 0 15 0 70506618 11176083456 76331 33554432000 4194304 4196468 140727998488288 139838638550160 139838720550613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25645056 140727998491246 140727998494044 140727998494044 140727998496719 0
[pid=25330/tid=25387] ppid=25327 vsize=10914144 memory=4616 CPUtime=0.09 cores=0,2,4,6
/proc/25330/task/25387/stat : 25387 (java) S 25327 25330 24385 0 -1 1077944384 49 12969 0 0 2 0 5 2 20 0 15 0 70506618 11176083456 76331 33554432000 4194304 4196468 140727998488288 139838637497360 139838720550613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25645056 140727998491246 140727998494044 140727998494044 140727998496719 0
[pid=25330/tid=25388] ppid=25327 vsize=10914144 memory=1428 CPUtime=0.1 cores=0,2,4,6
/proc/25330/task/25388/stat : 25388 (java) S 25327 25330 24385 0 -1 1077944384 2566 12969 0 0 3 0 5 2 20 0 15 0 70506620 11176083456 76331 33554432000 4194304 4196468 140727998488288 139838247184496 139838720551554 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25645056 140727998491246 140727998494044 140727998494044 140727998496719 0
[pid=25330/tid=25389] ppid=25327 vsize=10914144 memory=13048 CPUtime=0.07 cores=0,2,4,6
/proc/25330/task/25389/stat : 25389 (java) S 25327 25330 24385 0 -1 1077944384 14 12969 0 0 0 0 5 2 20 0 15 0 70506620 11176083456 76331 33554432000 4194304 4196468 140727998488288 139838162461536 139838720550613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25645056 140727998491246 140727998494044 140727998494044 140727998496719 0
[pid=25330/tid=25390] ppid=25327 vsize=10914144 memory=281216608419072 CPUtime=0.07 cores=0,2,4,6
/proc/25330/task/25390/stat : 25390 (java) S 25327 25330 24385 0 -1 1077944384 1 12969 0 0 0 0 5 2 20 0 15 0 70506621 11176083456 76331 33554432000 4194304 4196468 140727998488288 139838028244096 139838720550613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25645056 140727998491246 140727998494044 140727998494044 140727998496719 0
[pid=25330/tid=25391] ppid=25327 vsize=10914144 memory=7595440001688102255 CPUtime=0.07 cores=0,2,4,6
/proc/25330/task/25391/stat : 25391 (java) S 25327 25330 24385 0 -1 1077944384 2 12969 0 0 0 0 5 2 20 0 15 0 70506623 11176083456 76331 33554432000 4194304 4196468 140727998488288 139837424265296 139838720559003 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25645056 140727998491246 140727998494044 140727998494044 140727998496719 0
[pid=25330/tid=25392] ppid=25327 vsize=10914144 memory=7595440001688102255 CPUtime=1.22 cores=0,2,4,6
/proc/25330/task/25392/stat : 25392 (java) R 25327 25330 24385 0 -1 4202560 4083 12969 0 0 113 2 5 2 20 0 15 0 70506623 11176083456 76331 33554432000 4194304 4196468 140727998488288 139838246120464 139838698287873 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25645056 140727998491246 140727998494044 140727998494044 140727998496719 0
[pid=25330/tid=25393] ppid=25327 vsize=10914144 memory=249666113455087 CPUtime=1.3 cores=0,2,4,6
/proc/25330/task/25393/stat : 25393 (java) R 25327 25330 24385 0 -1 4202560 5071 12969 0 0 121 2 5 2 20 0 15 0 70506623 11176083456 76331 33554432000 4194304 4196468 140727998488288 139838245065480 139838705655679 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25645056 140727998491246 140727998494044 140727998494044 140727998496719 0
[pid=25330/tid=25394] ppid=25327 vsize=10914144 memory=7970691423642293116 CPUtime=1.35 cores=0,2,4,6
/proc/25330/task/25394/stat : 25394 (java) S 25327 25330 24385 0 -1 1077944384 7006 12969 0 0 126 2 5 2 20 0 15 0 70506623 11176083456 76331 33554432000 4194304 4196468 140727998488288 139838244027248 139838720551554 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25645056 140727998491246 140727998494044 140727998494044 140727998496719 0
[pid=25330/tid=25395] ppid=25327 vsize=10914144 memory=7100839887183775602 CPUtime=0.07 cores=0,2,4,6
/proc/25330/task/25395/stat : 25395 (java) S 25327 25330 24385 0 -1 1077944384 3 12969 0 0 0 0 5 2 20 0 15 0 70506623 11176083456 76331 33554432000 4194304 4196468 140727998488288 139836954504160 139838720550613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25645056 140727998491246 140727998494044 140727998494044 140727998496719 0
[pid=25330/tid=25396] ppid=25327 vsize=10914144 memory=6656426216303648864 CPUtime=0.07 cores=0,2,4,6
/proc/25330/task/25396/stat : 25396 (java) S 25327 25330 24385 0 -1 1077944384 9 12969 0 0 0 0 5 2 20 0 15 0 70506624 11176083456 76331 33554432000 4194304 4196468 140727998488288 139838242974128 139838720551554 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25645056 140727998491246 140727998494044 140727998494044 140727998496719 0
Current children cumulated CPU time: 7.36 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 305324 KiB

[startup+3.70061 s]
/proc/loadavg: 1.22 1.63 1.65 4/215 25396
/proc/meminfo: memFree=15664264/32770624 swapFree=67108860/67108860
[pid=25330] ppid=25327 vsize=10916416 memory=309688 CPUtime=7.68 cores=0,2,4,6
/proc/25330/stat : 25330 (java) S 25327 25330 24385 0 -1 1077944320 64625 12969 0 0 740 21 5 2 20 0 15 0 70506609 11178409984 77422 33554432000 4194304 4196468 140727998488288 140727998470832 139838720540407 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 25645056 140727998491246 140727998494044 140727998494044 140727998496719 0
/proc/25330/statm: 2729104 77422 3494 1 0 2690757 0
[pid=25330/tid=25383] ppid=25327 vsize=10916416 memory=206956 CPUtime=3.57 cores=0,2,4,6
/proc/25330/task/25383/stat : 25383 (java) R 25327 25330 24385 0 -1 4202560 42198 12969 0 0 339 11 5 2 20 0 15 0 70506618 11178409984 77422 33554432000 4194304 4196468 140727998488288 139838692375776 139838705908559 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25645056 140727998491246 140727998494044 140727998494044 140727998496719 0
[pid=25330/tid=25384] ppid=25327 vsize=10916416 memory=7 CPUtime=0.09 cores=0,2,4,6
/proc/25330/task/25384/stat : 25384 (java) S 25327 25330 24385 0 -1 1077944384 53 12969 0 0 2 0 5 2 20 0 15 0 70506618 11178409984 77422 33554432000 4194304 4196468 140727998488288 139838724782992 139838720550613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25645056 140727998491246 140727998494044 140727998494044 140727998496719 0
[pid=25330/tid=25385] ppid=25327 vsize=10916416 memory=4140 CPUtime=0.1 cores=0,2,4,6
/proc/25330/task/25385/stat : 25385 (java) S 25327 25330 24385 0 -1 1077944384 114 12969 0 0 3 0 5 2 20 0 15 0 70506618 11178409984 77422 33554432000 4194304 4196468 140727998488288 139838639602448 139838720550613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25645056 140727998491246 140727998494044 140727998494044 140727998496719 0
[pid=25330/tid=25386] ppid=25327 vsize=10916416 memory=21396 CPUtime=0.1 cores=0,2,4,6
/proc/25330/task/25386/stat : 25386 (java) S 25327 25330 24385 0 -1 1077944384 274 12969 0 0 3 0 5 2 20 0 15 0 70506618 11178409984 77422 33554432000 4194304 4196468 140727998488288 139838638550160 139838720550613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25645056 140727998491246 140727998494044 140727998494044 140727998496719 0
[pid=25330/tid=25387] ppid=25327 vsize=10916416 memory=33 CPUtime=0.09 cores=0,2,4,6
/proc/25330/task/25387/stat : 25387 (java) S 25327 25330 24385 0 -1 1077944384 49 12969 0 0 2 0 5 2 20 0 15 0 70506618 11178409984 77422 33554432000 4194304 4196468 140727998488288 139838637497360 139838720550613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25645056 140727998491246 140727998494044 140727998494044 140727998496719 0
[pid=25330/tid=25388] ppid=25327 vsize=10916416 memory=4637164475387183459 CPUtime=0.1 cores=0,2,4,6
/proc/25330/task/25388/stat : 25388 (java) S 25327 25330 24385 0 -1 1077944384 2566 12969 0 0 3 0 5 2 20 0 15 0 70506620 11178409984 77422 33554432000 4194304 4196468 140727998488288 139838247184496 139838720551554 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25645056 140727998491246 140727998494044 140727998494044 140727998496719 0
[pid=25330/tid=25389] ppid=25327 vsize=10916416 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25330/task/25389/stat : 25389 (java) S 25327 25330 24385 0 -1 1077944384 14 12969 0 0 0 0 5 2 20 0 15 0 70506620 11178409984 77422 33554432000 4194304 4196468 140727998488288 139838162461536 139838720550613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25645056 140727998491246 140727998494044 140727998494044 140727998496719 0
[pid=25330/tid=25390] ppid=25327 vsize=10916416 memory=6943526294502006880 CPUtime=0.07 cores=0,2,4,6
/proc/25330/task/25390/stat : 25390 (java) S 25327 25330 24385 0 -1 1077944384 1 12969 0 0 0 0 5 2 20 0 15 0 70506621 11178409984 77422 33554432000 4194304 4196468 140727998488288 139838028244096 139838720550613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25645056 140727998491246 140727998494044 140727998494044 140727998496719 0
[pid=25330/tid=25391] ppid=25327 vsize=10916416 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25330/task/25391/stat : 25391 (java) S 25327 25330 24385 0 -1 1077944384 2 12969 0 0 0 0 5 2 20 0 15 0 70506623 11178409984 77422 33554432000 4194304 4196468 140727998488288 139837424265296 139838720559003 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25645056 140727998491246 140727998494044 140727998494044 140727998496719 0
[pid=25330/tid=25392] ppid=25327 vsize=10916416 memory=-3535359994705171299 CPUtime=1.29 cores=0,2,4,6
/proc/25330/task/25392/stat : 25392 (java) R 25327 25330 24385 0 -1 4202560 4094 12969 0 0 120 2 5 2 20 0 15 0 70506623 11178409984 77422 33554432000 4194304 4196468 140727998488288 139838246120016 139838699778816 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25645056 140727998491246 140727998494044 140727998494044 140727998496719 0
[pid=25330/tid=25393] ppid=25327 vsize=10916416 memory=6944656592387989600 CPUtime=1.4 cores=0,2,4,6
/proc/25330/task/25393/stat : 25393 (java) R 25327 25330 24385 0 -1 4202560 5947 12969 0 0 131 2 5 2 20 0 15 0 70506623 11178409984 77422 33554432000 4194304 4196468 140727998488288 139838245064496 139838699797083 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25645056 140727998491246 140727998494044 140727998494044 140727998496719 0
[pid=25330/tid=25394] ppid=25327 vsize=10916416 memory=0 CPUtime=1.4 cores=0,2,4,6
/proc/25330/task/25394/stat : 25394 (java) S 25327 25330 24385 0 -1 1077944384 7113 12969 0 0 131 2 5 2 20 0 15 0 70506623 11178409984 77422 33554432000 4194304 4196468 140727998488288 139838244027248 139838720551554 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25645056 140727998491246 140727998494044 140727998494044 140727998496719 0
[pid=25330/tid=25395] ppid=25327 vsize=10916416 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25330/task/25395/stat : 25395 (java) S 25327 25330 24385 0 -1 1077944384 3 12969 0 0 0 0 5 2 20 0 15 0 70506623 11178409984 77422 33554432000 4194304 4196468 140727998488288 139836954504160 139838720550613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25645056 140727998491246 140727998494044 140727998494044 140727998496719 0
[pid=25330/tid=25396] ppid=25327 vsize=10916416 memory=3977135945319270485 CPUtime=0.07 cores=0,2,4,6
/proc/25330/task/25396/stat : 25396 (java) S 25327 25330 24385 0 -1 1077944384 9 12969 0 0 0 0 5 2 20 0 15 0 70506624 11178409984 77422 33554432000 4194304 4196468 140727998488288 139838242974128 139838720551554 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25645056 140727998491246 140727998494044 140727998494044 140727998496719 0
Current children cumulated CPU time: 7.68 s
Current children cumulated vsize: 10916416 KiB
Current children cumulated memory: 309688 KiB

Child status: 0
Real time (s): 3.77687
CPU time (s): 7.80381
CPU user time (s): 7.54381
CPU system time (s): 0.260004
CPU usage (%): 206.621
Max. virtual memory (cumulated for all children) (KiB): 10916416
Max. memory (cumulated for all children) (KiB): 309688

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.5438
system time used= 0.260004
maximum resident set size= 311832
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 78389
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= 6077
involuntary context switches= 42


# summary of solver processes directly reported to runsolver:
#   pid: 25330
#   total CPU time (s): 7.80381
#   total CPU user time (s): 7.54381
#   total CPU system time (s): 0.260004

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.04599 second user time and 0.072729 second system time

The end

Launcher Data

Begin job on node136 at 2018-07-25 16:37:14
IDJOB=4295102
IDBENCH=141465
IDSOLVER=2750
FILE ID=node136/4295102-1532529434
RUNJOBID= node136-1532524210-24416
PBS_JOBID= 21021596
Free space on /tmp= 55912 MiB

SOLVER NAME= Concrete 3.8 2018-06-13
BENCH NAME= XCSP18/Rcpsp/Rcpsp-j30-01-01_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4295102-1532529434/watcher-4295102-1532529434 -o /tmp/evaluation-result-4295102-1532529434/solver-4295102-1532529434 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node136-1532524210-24416 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1772588165 HOME/instance-4295102-1532529434.xml

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

MD5SUM BENCH= a355aea041a776e2482d6f32cb7a537a
RANDOM SEED=1772588165

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        15883932 kB
MemAvailable:   26312484 kB
Buffers:          212408 kB
Cached:         10447740 kB
SwapCached:            0 kB
Active:          8176728 kB
Inactive:        8147596 kB
Active(anon):    5615640 kB
Inactive(anon):    76688 kB
Active(file):    2561088 kB
Inactive(file):  8070908 kB
Unevictable:        7336 kB
Mlocked:            7336 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26392 kB
Writeback:             0 kB
AnonPages:       5772248 kB
Mapped:            52944 kB
Shmem:             25228 kB
Slab:             251692 kB
SReclaimable:     224784 kB
SUnreclaim:        26908 kB
KernelStack:        3840 kB
PageTables:        16520 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    6517388 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5500928 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 55888 MiB
End job on node136 at 2018-07-25 16:37:18