Trace number 4295118

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-13OPT47 7.55563 4.14973

General information on the benchmark

NameRcpsp/
Rcpsp-j30-01-02_c18.xml
MD5SUM89f30685fe777f1ae52e0ef342afd904
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark47
Best CPU time to get the best result obtained on this benchmark1.21042
Satisfiable
(Un)Satisfiability was proved
Number of variables32
Number of constraints52
Number of domains2
Minimum domain size1
Maximum domain size160
Distribution of domain sizes[{"size":1,"count":1},{"size":160,"count":31}]
Minimum variable degree3
Maximum variable degree5
Distribution of variable degrees[{"degree":3,"count":12},{"degree":4,"count":9},{"degree":5,"count":11}]
Minimum constraint arity2
Maximum constraint arity9
Distribution of constraint arities[{"arity":2,"count":48},{"arity":6,"count":1},{"arity":7,"count":1},{"arity":8,"count":1},{"arity":9,"count":1}]
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

Solver Data

0.99/0.75	c Concrete v3.8.1528841891564 running
7.38/3.61	o 47
7.38/3.64	v <instantiation cost="47">
7.38/3.64	v       <list>
7.38/3.64	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.38/3.64	v       </list>
7.38/3.64	v       <values>
7.38/3.64	v         0 0 0 0 10 11 7 13 10 2 13 7 15 31 14 14 13 24 18 24 23 7 33 28 33 24 33 35 30 39 35 47
7.38/3.64	v       </values>
7.38/3.64	v     </instantiation>
7.53/3.94	s OPTIMUM FOUND

Verifier Data

OK	47

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

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


[startup+0.100613 s]*
/proc/loadavg: 1.27 1.63 1.64 2/206 25768
/proc/meminfo: memFree=15862708/32770624 swapFree=67108860/67108860
[pid=25711] ppid=25708 vsize=9972712 memory=18592 CPUtime=0.09 cores=0,2,4,6
/proc/25711/stat : 25711 (java) S 25708 25711 24385 0 -1 1077944320 4275 13076 0 0 1 0 5 3 20 0 6 0 70508049 10212057088 4648 33554432000 4194304 4196468 140732496402272 140732496384816 139895719530231 0 0 0 16784584 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 24678400 140732496411246 140732496414044 140732496414044 140732496416719 0
/proc/25711/statm: 2493178 4648 1934 1 0 2481616 0
[pid=25711/tid=25764] ppid=25708 vsize=9972712 memory=4279135703946986127 CPUtime=0.09 cores=0,2,4,6
/proc/25711/task/25764/stat : 25764 (java) R 25708 25711 24385 0 -1 4202560 2080 13076 0 0 1 0 5 3 20 0 6 0 70508058 10212057088 4648 33554432000 4194304 4196468 140732496402272 139895691366992 139895702722640 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24678400 140732496411246 140732496414044 140732496414044 140732496416719 0
[pid=25711/tid=25765] ppid=25708 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25711/task/25765/stat : 25765 (java) S 25708 25711 24385 0 -1 1077944384 1 13076 0 0 0 0 5 3 20 0 6 0 70508059 10212057088 4648 33554432000 4194304 4196468 140732496402272 139895723772176 139895719540437 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24678400 140732496411246 140732496414044 140732496414044 140732496416719 0
[pid=25711/tid=25766] ppid=25708 vsize=9972712 memory=140675354519168 CPUtime=0.08 cores=0,2,4,6
/proc/25711/task/25766/stat : 25766 (java) S 25708 25711 24385 0 -1 1077944384 1 13076 0 0 0 0 5 3 20 0 6 0 70508059 10212057088 4648 33554432000 4194304 4196468 140732496402272 139895612045712 139895719540437 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24678400 140732496411246 140732496414044 140732496414044 140732496416719 0
[pid=25711/tid=25767] ppid=25708 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25711/task/25767/stat : 25767 (java) S 25708 25711 24385 0 -1 1077944384 2 13076 0 0 0 0 5 3 20 0 6 0 70508059 10212057088 4648 33554432000 4194304 4196468 140732496402272 139895610993168 139895719540437 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24678400 140732496411246 140732496414044 140732496414044 140732496416719 0
[pid=25711/tid=25768] ppid=25708 vsize=9972712 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/25711/task/25768/stat : 25768 (java) S 25708 25711 24385 0 -1 1077944384 2 13076 0 0 0 0 5 3 20 0 6 0 70508059 10212057088 4648 33554432000 4194304 4196468 140732496402272 139895609940624 139895719540437 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24678400 140732496411246 140732496414044 140732496414044 140732496416719 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18592 KiB

[startup+0.210834 s]*
/proc/loadavg: 1.27 1.63 1.64 3/215 25777
/proc/meminfo: memFree=15846456/32770624 swapFree=67108860/67108860
[pid=25711] ppid=25708 vsize=10818904 memory=41372 CPUtime=0.26 cores=0,2,4,6
/proc/25711/stat : 25711 (java) S 25708 25711 24385 0 -1 1077944320 7484 13076 0 0 16 2 5 3 20 0 15 0 70508049 11078557696 10277 33554432000 4194304 4196468 140732496402272 140732496384816 139895719530231 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 24678400 140732496411246 140732496414044 140732496414044 140732496416719 0
/proc/25711/statm: 2704726 10277 2982 1 0 2667149 0
[pid=25711/tid=25764] ppid=25708 vsize=10818904 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/25711/task/25764/stat : 25764 (java) R 25708 25711 24385 0 -1 4202560 4047 13076 0 0 10 1 5 3 20 0 15 0 70508058 11078557696 10343 33554432000 4194304 4196468 140732496402272 139895691347344 139895699805938 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24678400 140732496411246 140732496414044 140732496414044 140732496416719 0
[pid=25711/tid=25765] ppid=25708 vsize=10818904 memory=331 CPUtime=0.08 cores=0,2,4,6
/proc/25711/task/25765/stat : 25765 (java) S 25708 25711 24385 0 -1 1077944384 1 13076 0 0 0 0 5 3 20 0 15 0 70508059 11078557696 10343 33554432000 4194304 4196468 140732496402272 139895723772176 139895719540437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24678400 140732496411246 140732496414044 140732496414044 140732496416719 0
[pid=25711/tid=25766] ppid=25708 vsize=10818904 memory=140675354543728 CPUtime=0.08 cores=0,2,4,6
/proc/25711/task/25766/stat : 25766 (java) S 25708 25711 24385 0 -1 1077944384 1 13076 0 0 0 0 5 3 20 0 15 0 70508059 11078557696 10343 33554432000 4194304 4196468 140732496402272 139895612045712 139895719540437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24678400 140732496411246 140732496414044 140732496414044 140732496416719 0
[pid=25711/tid=25767] ppid=25708 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25711/task/25767/stat : 25767 (java) S 25708 25711 24385 0 -1 1077944384 2 13076 0 0 0 0 5 3 20 0 15 0 70508059 11078557696 10343 33554432000 4194304 4196468 140732496402272 139895610993168 139895719540437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24678400 140732496411246 140732496414044 140732496414044 140732496416719 0
[pid=25711/tid=25768] ppid=25708 vsize=10818904 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/25711/task/25768/stat : 25768 (java) S 25708 25711 24385 0 -1 1077944384 2 13076 0 0 0 0 5 3 20 0 15 0 70508059 11078557696 10343 33554432000 4194304 4196468 140732496402272 139895609940624 139895719540437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24678400 140732496411246 140732496414044 140732496414044 140732496416719 0
[pid=25711/tid=25769] ppid=25708 vsize=10818904 memory=140675354519168 CPUtime=0.08 cores=0,2,4,6
/proc/25711/task/25769/stat : 25769 (java) S 25708 25711 24385 0 -1 1077944384 2 13076 0 0 0 0 5 3 20 0 15 0 70508060 11078557696 10343 33554432000 4194304 4196468 140732496402272 139895178881520 139895719541378 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24678400 140732496411246 140732496414044 140732496414044 140732496416719 0
[pid=25711/tid=25770] ppid=25708 vsize=10818904 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/25711/task/25770/stat : 25770 (java) S 25708 25711 24385 0 -1 1077944384 33 13076 0 0 0 0 5 3 20 0 15 0 70508061 11078557696 10343 33554432000 4194304 4196468 140732496402272 139895177827744 139895719540437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24678400 140732496411246 140732496414044 140732496414044 140732496416719 0
[pid=25711/tid=25771] ppid=25708 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25711/task/25771/stat : 25771 (java) S 25708 25711 24385 0 -1 1077944384 1 13076 0 0 0 0 5 3 20 0 15 0 70508061 11078557696 10343 33554432000 4194304 4196468 140732496402272 139894601016816 139895719540437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24678400 140732496411246 140732496414044 140732496414044 140732496416719 0
[pid=25711/tid=25772] ppid=25708 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25711/task/25772/stat : 25772 (java) S 25708 25711 24385 0 -1 1077944384 3 13076 0 0 0 0 5 3 20 0 15 0 70508064 11078557696 10343 33554432000 4194304 4196468 140732496402272 139894293617360 139895719548827 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24678400 140732496411246 140732496414044 140732496414044 140732496416719 0
[pid=25711/tid=25773] ppid=25708 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25711/task/25773/stat : 25773 (java) S 25708 25711 24385 0 -1 1077944384 547 13076 0 0 0 0 5 3 20 0 15 0 70508064 11078557696 10409 33554432000 4194304 4196468 140732496402272 139895144269808 139895719541378 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24678400 140732496411246 140732496414044 140732496414044 140732496416719 0
[pid=25711/tid=25774] ppid=25708 vsize=10818904 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/25711/task/25774/stat : 25774 (java) S 25708 25711 24385 0 -1 1077944384 72 13076 0 0 0 0 5 3 20 0 15 0 70508064 11078557696 10409 33554432000 4194304 4196468 140732496402272 139895143217264 139895719541378 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24678400 140732496411246 140732496414044 140732496414044 140732496416719 0
[pid=25711/tid=25775] ppid=25708 vsize=10818904 memory=140675354519168 CPUtime=0.11 cores=0,2,4,6
/proc/25711/task/25775/stat : 25775 (java) S 25708 25711 24385 0 -1 1077944384 604 13076 0 0 3 0 5 3 20 0 15 0 70508064 11078557696 10409 33554432000 4194304 4196468 140732496402272 139895142164720 139895719541378 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24678400 140732496411246 140732496414044 140732496414044 140732496416719 0
[pid=25711/tid=25776] ppid=25708 vsize=10818904 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/25711/task/25776/stat : 25776 (java) S 25708 25711 24385 0 -1 1077944384 3 13076 0 0 0 0 5 3 20 0 15 0 70508064 11078557696 10409 33554432000 4194304 4196468 140732496402272 139894260058720 139895719540437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24678400 140732496411246 140732496414044 140732496414044 140732496416719 0
[pid=25711/tid=25777] ppid=25708 vsize=10818904 memory=140675354519168 CPUtime=0.08 cores=0,2,4,6
/proc/25711/task/25777/stat : 25777 (java) S 25708 25711 24385 0 -1 1077944384 1 13076 0 0 0 0 5 3 20 0 15 0 70508064 11078557696 10409 33554432000 4194304 4196468 140732496402272 139895141112624 139895719541378 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24678400 140732496411246 140732496414044 140732496414044 140732496416719 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10818904 KiB
Current children cumulated memory: 41372 KiB

[startup+0.310079 s]*
/proc/loadavg: 1.27 1.63 1.64 3/215 25777
/proc/meminfo: memFree=15833964/32770624 swapFree=67108860/67108860
[pid=25711] ppid=25708 vsize=10819352 memory=54160 CPUtime=0.39 cores=0,2,4,6
/proc/25711/stat : 25711 (java) S 25708 25711 24385 0 -1 1077944320 10044 13076 0 0 28 3 5 3 20 0 15 0 70508049 11079016448 13540 33554432000 4194304 4196468 140732496402272 140732496384816 139895719530231 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 24678400 140732496411246 140732496414044 140732496414044 140732496416719 0
/proc/25711/statm: 2704838 13540 3101 1 0 2667149 0
[pid=25711/tid=25764] ppid=25708 vsize=10819352 memory=6791534058613427641 CPUtime=0.29 cores=0,2,4,6
/proc/25711/task/25764/stat : 25764 (java) R 25708 25711 24385 0 -1 4202560 6569 13076 0 0 19 2 5 3 20 0 15 0 70508058 11079016448 13540 33554432000 4194304 4196468 140732496402272 139895691342240 139895703610718 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24678400 140732496411246 140732496414044 140732496414044 140732496416719 0
[pid=25711/tid=25765] ppid=25708 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25711/task/25765/stat : 25765 (java) S 25708 25711 24385 0 -1 1077944384 1 13076 0 0 0 0 5 3 20 0 15 0 70508059 11079016448 13540 33554432000 4194304 4196468 140732496402272 139895723772176 139895719540437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24678400 140732496411246 140732496414044 140732496414044 140732496416719 0
[pid=25711/tid=25766] ppid=25708 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25711/task/25766/stat : 25766 (java) S 25708 25711 24385 0 -1 1077944384 1 13076 0 0 0 0 5 3 20 0 15 0 70508059 11079016448 13540 33554432000 4194304 4196468 140732496402272 139895612045712 139895719540437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24678400 140732496411246 140732496414044 140732496414044 140732496416719 0
[pid=25711/tid=25767] ppid=25708 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25711/task/25767/stat : 25767 (java) S 25708 25711 24385 0 -1 1077944384 2 13076 0 0 0 0 5 3 20 0 15 0 70508059 11079016448 13540 33554432000 4194304 4196468 140732496402272 139895610993168 139895719540437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24678400 140732496411246 140732496414044 140732496414044 140732496416719 0
[pid=25711/tid=25768] ppid=25708 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25711/task/25768/stat : 25768 (java) S 25708 25711 24385 0 -1 1077944384 2 13076 0 0 0 0 5 3 20 0 15 0 70508059 11079016448 13540 33554432000 4194304 4196468 140732496402272 139895609940624 139895719540437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24678400 140732496411246 140732496414044 140732496414044 140732496416719 0
[pid=25711/tid=25769] ppid=25708 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25711/task/25769/stat : 25769 (java) S 25708 25711 24385 0 -1 1077944384 2 13076 0 0 0 0 5 3 20 0 15 0 70508060 11079016448 13540 33554432000 4194304 4196468 140732496402272 139895178881520 139895719541378 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24678400 140732496411246 140732496414044 140732496414044 140732496416719 0
[pid=25711/tid=25770] ppid=25708 vsize=10819352 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/25711/task/25770/stat : 25770 (java) S 25708 25711 24385 0 -1 1077944384 33 13076 0 0 0 0 5 3 20 0 15 0 70508061 11079016448 13540 33554432000 4194304 4196468 140732496402272 139895177827744 139895719540437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24678400 140732496411246 140732496414044 140732496414044 140732496416719 0
[pid=25711/tid=25771] ppid=25708 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25711/task/25771/stat : 25771 (java) S 25708 25711 24385 0 -1 1077944384 1 13076 0 0 0 0 5 3 20 0 15 0 70508061 11079016448 13540 33554432000 4194304 4196468 140732496402272 139894601016816 139895719540437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24678400 140732496411246 140732496414044 140732496414044 140732496416719 0
[pid=25711/tid=25772] ppid=25708 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25711/task/25772/stat : 25772 (java) S 25708 25711 24385 0 -1 1077944384 3 13076 0 0 0 0 5 3 20 0 15 0 70508064 11079016448 13540 33554432000 4194304 4196468 140732496402272 139894293617360 139895719548827 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24678400 140732496411246 140732496414044 140732496414044 140732496416719 0
[pid=25711/tid=25773] ppid=25708 vsize=10819352 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/25711/task/25773/stat : 25773 (java) S 25708 25711 24385 0 -1 1077944384 550 13076 0 0 1 0 5 3 20 0 15 0 70508064 11079016448 13540 33554432000 4194304 4196468 140732496402272 139895144269808 139895719541378 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24678400 140732496411246 140732496414044 140732496414044 140732496416719 0
[pid=25711/tid=25774] ppid=25708 vsize=10819352 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/25711/task/25774/stat : 25774 (java) S 25708 25711 24385 0 -1 1077944384 72 13076 0 0 1 0 5 3 20 0 15 0 70508064 11079016448 13540 33554432000 4194304 4196468 140732496402272 139895143217264 139895719541378 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24678400 140732496411246 140732496414044 140732496414044 140732496416719 0
[pid=25711/tid=25775] ppid=25708 vsize=10819352 memory=140675354519168 CPUtime=0.13 cores=0,2,4,6
/proc/25711/task/25775/stat : 25775 (java) S 25708 25711 24385 0 -1 1077944384 615 13076 0 0 5 0 5 3 20 0 15 0 70508064 11079016448 13540 33554432000 4194304 4196468 140732496402272 139895142164720 139895719541378 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24678400 140732496411246 140732496414044 140732496414044 140732496416719 0
[pid=25711/tid=25776] ppid=25708 vsize=10819352 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/25711/task/25776/stat : 25776 (java) S 25708 25711 24385 0 -1 1077944384 3 13076 0 0 0 0 5 3 20 0 15 0 70508064 11079016448 13540 33554432000 4194304 4196468 140732496402272 139894260058720 139895719540437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24678400 140732496411246 140732496414044 140732496414044 140732496416719 0
[pid=25711/tid=25777] ppid=25708 vsize=10819352 memory=140675354519168 CPUtime=0.08 cores=0,2,4,6
/proc/25711/task/25777/stat : 25777 (java) S 25708 25711 24385 0 -1 1077944384 1 13076 0 0 0 0 5 3 20 0 15 0 70508064 11079016448 13540 33554432000 4194304 4196468 140732496402272 139895141112624 139895719541378 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24678400 140732496411246 140732496414044 140732496414044 140732496416719 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 54160 KiB

[startup+0.700738 s]
/proc/loadavg: 1.25 1.62 1.64 3/215 25777
/proc/meminfo: memFree=15823544/32770624 swapFree=67108860/67108860
[pid=25711] ppid=25708 vsize=10819352 memory=86136 CPUtime=0.99 cores=0,2,4,6
/proc/25711/stat : 25711 (java) S 25708 25711 24385 0 -1 1077944320 16160 13076 0 0 87 4 5 3 20 0 15 0 70508049 11079016448 21534 33554432000 4194304 4196468 140732496402272 140732496384816 139895719530231 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 24678400 140732496411246 140732496414044 140732496414044 140732496416719 0
/proc/25711/statm: 2704838 21534 3246 1 0 2667149 0
[pid=25711/tid=25764] ppid=25708 vsize=10819352 memory=0 CPUtime=0.66 cores=0,2,4,6
/proc/25711/task/25764/stat : 25764 (java) R 25708 25711 24385 0 -1 4202560 11618 13076 0 0 55 3 5 3 20 0 15 0 70508058 11079016448 21534 33554432000 4194304 4196468 140732496402272 139895691358112 139895701093769 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24678400 140732496411246 140732496414044 140732496414044 140732496416719 0
[pid=25711/tid=25765] ppid=25708 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25711/task/25765/stat : 25765 (java) S 25708 25711 24385 0 -1 1077944384 1 13076 0 0 0 0 5 3 20 0 15 0 70508059 11079016448 21534 33554432000 4194304 4196468 140732496402272 139895723772176 139895719540437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24678400 140732496411246 140732496414044 140732496414044 140732496416719 0
[pid=25711/tid=25766] ppid=25708 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25711/task/25766/stat : 25766 (java) S 25708 25711 24385 0 -1 1077944384 1 13076 0 0 0 0 5 3 20 0 15 0 70508059 11079016448 21534 33554432000 4194304 4196468 140732496402272 139895612045712 139895719540437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24678400 140732496411246 140732496414044 140732496414044 140732496416719 0
[pid=25711/tid=25767] ppid=25708 vsize=10819352 memory=140675211473680 CPUtime=0.08 cores=0,2,4,6
/proc/25711/task/25767/stat : 25767 (java) S 25708 25711 24385 0 -1 1077944384 2 13076 0 0 0 0 5 3 20 0 15 0 70508059 11079016448 21534 33554432000 4194304 4196468 140732496402272 139895610993168 139895719540437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24678400 140732496411246 140732496414044 140732496414044 140732496416719 0
[pid=25711/tid=25768] ppid=25708 vsize=10819352 memory=140677358813780 CPUtime=0.08 cores=0,2,4,6
/proc/25711/task/25768/stat : 25768 (java) S 25708 25711 24385 0 -1 1077944384 2 13076 0 0 0 0 5 3 20 0 15 0 70508059 11079016448 21534 33554432000 4194304 4196468 140732496402272 139895609940624 139895719540437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24678400 140732496411246 140732496414044 140732496414044 140732496416719 0
[pid=25711/tid=25769] ppid=25708 vsize=10819352 memory=8540 CPUtime=0.08 cores=0,2,4,6
/proc/25711/task/25769/stat : 25769 (java) S 25708 25711 24385 0 -1 1077944384 5 13076 0 0 0 0 5 3 20 0 15 0 70508060 11079016448 21534 33554432000 4194304 4196468 140732496402272 139895178881520 139895719541378 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24678400 140732496411246 140732496414044 140732496414044 140732496416719 0
[pid=25711/tid=25770] ppid=25708 vsize=10819352 memory=7662705889289527641 CPUtime=0.08 cores=0,2,4,6
/proc/25711/task/25770/stat : 25770 (java) S 25708 25711 24385 0 -1 1077944384 33 13076 0 0 0 0 5 3 20 0 15 0 70508061 11079016448 21534 33554432000 4194304 4196468 140732496402272 139895177827744 139895719540437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24678400 140732496411246 140732496414044 140732496414044 140732496416719 0
[pid=25711/tid=25771] ppid=25708 vsize=10819352 memory=7885635084775281010 CPUtime=0.08 cores=0,2,4,6
/proc/25711/task/25771/stat : 25771 (java) S 25708 25711 24385 0 -1 1077944384 1 13076 0 0 0 0 5 3 20 0 15 0 70508061 11079016448 21534 33554432000 4194304 4196468 140732496402272 139894601016816 139895719540437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24678400 140732496411246 140732496414044 140732496414044 140732496416719 0
[pid=25711/tid=25772] ppid=25708 vsize=10819352 memory=16436 CPUtime=0.08 cores=0,2,4,6
/proc/25711/task/25772/stat : 25772 (java) S 25708 25711 24385 0 -1 1077944384 3 13076 0 0 0 0 5 3 20 0 15 0 70508064 11079016448 21534 33554432000 4194304 4196468 140732496402272 139894293617360 139895719548827 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24678400 140732496411246 140732496414044 140732496414044 140732496416719 0
[pid=25711/tid=25773] ppid=25708 vsize=10819352 memory=12696 CPUtime=0.18 cores=0,2,4,6
/proc/25711/task/25773/stat : 25773 (java) S 25708 25711 24385 0 -1 1077944384 1169 13076 0 0 10 0 5 3 20 0 15 0 70508064 11079016448 21534 33554432000 4194304 4196468 140732496402272 139895144269808 139895719541378 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24678400 140732496411246 140732496414044 140732496414044 140732496416719 0
[pid=25711/tid=25774] ppid=25708 vsize=10819352 memory=4008 CPUtime=0.15 cores=0,2,4,6
/proc/25711/task/25774/stat : 25774 (java) S 25708 25711 24385 0 -1 1077944384 466 13076 0 0 7 0 5 3 20 0 15 0 70508064 11079016448 21534 33554432000 4194304 4196468 140732496402272 139895143217264 139895719541378 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24678400 140732496411246 140732496414044 140732496414044 140732496416719 0
[pid=25711/tid=25775] ppid=25708 vsize=10819352 memory=1796 CPUtime=0.21 cores=0,2,4,6
/proc/25711/task/25775/stat : 25775 (java) S 25708 25711 24385 0 -1 1077944384 666 13076 0 0 13 0 5 3 20 0 15 0 70508064 11079016448 21534 33554432000 4194304 4196468 140732496402272 139895142164720 139895719541378 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24678400 140732496411246 140732496414044 140732496414044 140732496416719 0
[pid=25711/tid=25776] ppid=25708 vsize=10819352 memory=644 CPUtime=0.08 cores=0,2,4,6
/proc/25711/task/25776/stat : 25776 (java) S 25708 25711 24385 0 -1 1077944384 3 13076 0 0 0 0 5 3 20 0 15 0 70508064 11079016448 21534 33554432000 4194304 4196468 140732496402272 139894260058720 139895719540437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24678400 140732496411246 140732496414044 140732496414044 140732496416719 0
[pid=25711/tid=25777] ppid=25708 vsize=10819352 memory=956 CPUtime=0.08 cores=0,2,4,6
/proc/25711/task/25777/stat : 25777 (java) S 25708 25711 24385 0 -1 1077944384 1 13076 0 0 0 0 5 3 20 0 15 0 70508064 11079016448 21534 33554432000 4194304 4196468 140732496402272 139895141112624 139895719541378 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24678400 140732496411246 140732496414044 140732496414044 140732496416719 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 86136 KiB

[startup+1.5008 s]
/proc/loadavg: 1.25 1.62 1.64 3/215 25777
/proc/meminfo: memFree=15780500/32770624 swapFree=67108860/67108860
[pid=25711] ppid=25708 vsize=10834252 memory=174516 CPUtime=2.26 cores=0,2,4,6
/proc/25711/stat : 25711 (java) S 25708 25711 24385 0 -1 1077944320 23145 13076 0 0 209 9 5 3 20 0 15 0 70508049 11094274048 43629 33554432000 4194304 4196468 140732496402272 140732496384816 139895719530231 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 24678400 140732496411246 140732496414044 140732496414044 140732496416719 0
/proc/25711/statm: 2708563 43629 3470 1 0 2670221 0
[pid=25711/tid=25764] ppid=25708 vsize=10834252 memory=62760 CPUtime=1.43 cores=0,2,4,6
/proc/25711/task/25764/stat : 25764 (java) R 25708 25711 24385 0 -1 4202560 17075 13076 0 0 130 5 5 3 20 0 15 0 70508058 11094274048 43629 33554432000 4194304 4196468 140732496402272 139895691362336 139895719542166 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24678400 140732496411246 140732496414044 140732496414044 140732496416719 0
[pid=25711/tid=25765] ppid=25708 vsize=10834252 memory=6791534058613427641 CPUtime=0.09 cores=0,2,4,6
/proc/25711/task/25765/stat : 25765 (java) S 25708 25711 24385 0 -1 1077944384 209 13076 0 0 1 0 5 3 20 0 15 0 70508059 11094274048 43629 33554432000 4194304 4196468 140732496402272 139895723772176 139895719540437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24678400 140732496411246 140732496414044 140732496414044 140732496416719 0
[pid=25711/tid=25766] ppid=25708 vsize=10834252 memory=281350422978720 CPUtime=0.09 cores=0,2,4,6
/proc/25711/task/25766/stat : 25766 (java) S 25708 25711 24385 0 -1 1077944384 16 13076 0 0 1 0 5 3 20 0 15 0 70508059 11094274048 43629 33554432000 4194304 4196468 140732496402272 139895612045712 139895719540437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24678400 140732496411246 140732496414044 140732496414044 140732496416719 0
[pid=25711/tid=25767] ppid=25708 vsize=10834252 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/25711/task/25767/stat : 25767 (java) S 25708 25711 24385 0 -1 1077944384 48 13076 0 0 1 0 5 3 20 0 15 0 70508059 11094274048 43629 33554432000 4194304 4196468 140732496402272 139895610993168 139895719540437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24678400 140732496411246 140732496414044 140732496414044 140732496416719 0
[pid=25711/tid=25768] ppid=25708 vsize=10834252 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25711/task/25768/stat : 25768 (java) S 25708 25711 24385 0 -1 1077944384 33 13076 0 0 0 0 5 3 20 0 15 0 70508059 11094274048 43629 33554432000 4194304 4196468 140732496402272 139895609940624 139895719540437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24678400 140732496411246 140732496414044 140732496414044 140732496416719 0
[pid=25711/tid=25769] ppid=25708 vsize=10834252 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/25711/task/25769/stat : 25769 (java) S 25708 25711 24385 0 -1 1077944384 55 13076 0 0 1 0 5 3 20 0 15 0 70508060 11094274048 43629 33554432000 4194304 4196468 140732496402272 139895178881520 139895719541378 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24678400 140732496411246 140732496414044 140732496414044 140732496416719 0
[pid=25711/tid=25770] ppid=25708 vsize=10834252 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25711/task/25770/stat : 25770 (java) S 25708 25711 24385 0 -1 1077944384 33 13076 0 0 0 0 5 3 20 0 15 0 70508061 11094274048 43629 33554432000 4194304 4196468 140732496402272 139895177827808 139895719540437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24678400 140732496411246 140732496414044 140732496414044 140732496416719 0
[pid=25711/tid=25771] ppid=25708 vsize=10834252 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25711/task/25771/stat : 25771 (java) S 25708 25711 24385 0 -1 1077944384 2 13076 0 0 0 0 5 3 20 0 15 0 70508061 11094274048 43629 33554432000 4194304 4196468 140732496402272 139894601016816 139895719540437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24678400 140732496411246 140732496414044 140732496414044 140732496416719 0
[pid=25711/tid=25772] ppid=25708 vsize=10834252 memory=-2746958450906831424 CPUtime=0.08 cores=0,2,4,6
/proc/25711/task/25772/stat : 25772 (java) S 25708 25711 24385 0 -1 1077944384 3 13076 0 0 0 0 5 3 20 0 15 0 70508064 11094274048 43629 33554432000 4194304 4196468 140732496402272 139894293617360 139895719548827 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24678400 140732496411246 140732496414044 140732496414044 140732496416719 0
[pid=25711/tid=25773] ppid=25708 vsize=10834252 memory=0 CPUtime=0.3 cores=0,2,4,6
/proc/25711/task/25773/stat : 25773 (java) S 25708 25711 24385 0 -1 1077944384 1358 13076 0 0 22 0 5 3 20 0 15 0 70508064 11094274048 43629 33554432000 4194304 4196468 140732496402272 139895144269808 139895719541378 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24678400 140732496411246 140732496414044 140732496414044 140732496416719 0
[pid=25711/tid=25774] ppid=25708 vsize=10834252 memory=0 CPUtime=0.27 cores=0,2,4,6
/proc/25711/task/25774/stat : 25774 (java) S 25708 25711 24385 0 -1 1077944384 948 13076 0 0 19 0 5 3 20 0 15 0 70508064 11094274048 43629 33554432000 4194304 4196468 140732496402272 139895143217264 139895719541378 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24678400 140732496411246 140732496414044 140732496414044 140732496416719 0
[pid=25711/tid=25775] ppid=25708 vsize=10834252 memory=6791534058613427641 CPUtime=0.39 cores=0,2,4,6
/proc/25711/task/25775/stat : 25775 (java) S 25708 25711 24385 0 -1 1077944384 1173 13076 0 0 31 0 5 3 20 0 15 0 70508064 11094274048 43629 33554432000 4194304 4196468 140732496402272 139895142164720 139895719541378 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24678400 140732496411246 140732496414044 140732496414044 140732496416719 0
[pid=25711/tid=25776] ppid=25708 vsize=10834252 memory=4638778398332698720 CPUtime=0.08 cores=0,2,4,6
/proc/25711/task/25776/stat : 25776 (java) S 25708 25711 24385 0 -1 1077944384 3 13076 0 0 0 0 5 3 20 0 15 0 70508064 11094274048 43629 33554432000 4194304 4196468 140732496402272 139894260058720 139895719540437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24678400 140732496411246 140732496414044 140732496414044 140732496416719 0
[pid=25711/tid=25777] ppid=25708 vsize=10834252 memory=281350423223168 CPUtime=0.08 cores=0,2,4,6
/proc/25711/task/25777/stat : 25777 (java) S 25708 25711 24385 0 -1 1077944384 1 13076 0 0 0 0 5 3 20 0 15 0 70508064 11094274048 43629 33554432000 4194304 4196468 140732496402272 139895141112624 139895719541378 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24678400 140732496411246 140732496414044 140732496414044 140732496416719 0
Current children cumulated CPU time: 2.26 s
Current children cumulated vsize: 10834252 KiB
Current children cumulated memory: 174516 KiB

[startup+3.11037 s]
/proc/loadavg: 1.25 1.62 1.64 3/215 25777
/proc/meminfo: memFree=15659924/32770624 swapFree=67108860/67108860
[pid=25711] ppid=25708 vsize=10846560 memory=240736 CPUtime=6.13 cores=0,2,4,6
/proc/25711/stat : 25711 (java) S 25708 25711 24385 0 -1 1077944320 34702 13076 0 0 592 13 5 3 20 0 15 0 70508049 11106877440 60184 33554432000 4194304 4196468 140732496402272 140732496384816 139895719530231 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 24678400 140732496411246 140732496414044 140732496414044 140732496416719 0
/proc/25711/statm: 2711640 60184 3494 1 0 2673293 0
[pid=25711/tid=25764] ppid=25708 vsize=10846560 memory=8 CPUtime=2.98 cores=0,2,4,6
/proc/25711/task/25764/stat : 25764 (java) R 25708 25711 24385 0 -1 4202560 22651 13076 0 0 283 7 5 3 20 0 15 0 70508058 11106877440 60184 33554432000 4194304 4196468 140732496402272 139895691361120 139895719551578 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24678400 140732496411246 140732496414044 140732496414044 140732496416719 0
[pid=25711/tid=25765] ppid=25708 vsize=10846560 memory=202532 CPUtime=0.11 cores=0,2,4,6
/proc/25711/task/25765/stat : 25765 (java) S 25708 25711 24385 0 -1 1077944384 220 13076 0 0 3 0 5 3 20 0 15 0 70508059 11106877440 60184 33554432000 4194304 4196468 140732496402272 139895723772176 139895719540437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24678400 140732496411246 140732496414044 140732496414044 140732496416719 0
[pid=25711/tid=25766] ppid=25708 vsize=10846560 memory=4140 CPUtime=0.1 cores=0,2,4,6
/proc/25711/task/25766/stat : 25766 (java) S 25708 25711 24385 0 -1 1077944384 23 13076 0 0 2 0 5 3 20 0 15 0 70508059 11106877440 60184 33554432000 4194304 4196468 140732496402272 139895612045712 139895719540437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24678400 140732496411246 140732496414044 140732496414044 140732496416719 0
[pid=25711/tid=25767] ppid=25708 vsize=10846560 memory=21396 CPUtime=0.11 cores=0,2,4,6
/proc/25711/task/25767/stat : 25767 (java) S 25708 25711 24385 0 -1 1077944384 71 13076 0 0 3 0 5 3 20 0 15 0 70508059 11106877440 60184 33554432000 4194304 4196468 140732496402272 139895610993168 139895719540437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24678400 140732496411246 140732496414044 140732496414044 140732496416719 0
[pid=25711/tid=25768] ppid=25708 vsize=10846560 memory=2436 CPUtime=0.11 cores=0,2,4,6
/proc/25711/task/25768/stat : 25768 (java) S 25708 25711 24385 0 -1 1077944384 62 13076 0 0 3 0 5 3 20 0 15 0 70508059 11106877440 60184 33554432000 4194304 4196468 140732496402272 139895609940624 139895719540437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24678400 140732496411246 140732496414044 140732496414044 140732496416719 0
[pid=25711/tid=25769] ppid=25708 vsize=10846560 memory=0 CPUtime=0.11 cores=0,2,4,6
/proc/25711/task/25769/stat : 25769 (java) S 25708 25711 24385 0 -1 1077944384 1289 13076 0 0 3 0 5 3 20 0 15 0 70508060 11106877440 60184 33554432000 4194304 4196468 140732496402272 139895178881520 139895719541378 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24678400 140732496411246 140732496414044 140732496414044 140732496416719 0
[pid=25711/tid=25770] ppid=25708 vsize=10846560 memory=-3535359994705171299 CPUtime=0.08 cores=0,2,4,6
/proc/25711/task/25770/stat : 25770 (java) S 25708 25711 24385 0 -1 1077944384 33 13076 0 0 0 0 5 3 20 0 15 0 70508061 11106877440 60184 33554432000 4194304 4196468 140732496402272 139895177827808 139895719540437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24678400 140732496411246 140732496414044 140732496414044 140732496416719 0
[pid=25711/tid=25771] ppid=25708 vsize=10846560 memory=6944656592387989600 CPUtime=0.08 cores=0,2,4,6
/proc/25711/task/25771/stat : 25771 (java) S 25708 25711 24385 0 -1 1077944384 2 13076 0 0 0 0 5 3 20 0 15 0 70508061 11106877440 60184 33554432000 4194304 4196468 140732496402272 139894601016832 139895719540437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24678400 140732496411246 140732496414044 140732496414044 140732496416719 0
[pid=25711/tid=25772] ppid=25708 vsize=10846560 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25711/task/25772/stat : 25772 (java) S 25708 25711 24385 0 -1 1077944384 3 13076 0 0 0 0 5 3 20 0 15 0 70508064 11106877440 60184 33554432000 4194304 4196468 140732496402272 139894293617360 139895719548827 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24678400 140732496411246 140732496414044 140732496414044 140732496416719 0
[pid=25711/tid=25773] ppid=25708 vsize=10846560 memory=0 CPUtime=1.09 cores=0,2,4,6
/proc/25711/task/25773/stat : 25773 (java) S 25708 25711 24385 0 -1 1077944384 3129 13076 0 0 100 1 5 3 20 0 15 0 70508064 11106877440 60184 33554432000 4194304 4196468 140732496402272 139895144269808 139895719541378 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24678400 140732496411246 140732496414044 140732496414044 140732496416719 0
[pid=25711/tid=25774] ppid=25708 vsize=10846560 memory=3977136012226807893 CPUtime=0.88 cores=0,2,4,6
/proc/25711/task/25774/stat : 25774 (java) R 25708 25711 24385 0 -1 4202560 1497 13076 0 0 80 0 5 3 20 0 15 0 70508064 11106877440 60184 33554432000 4194304 4196468 140732496402272 139895143204016 139895705554120 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24678400 140732496411246 140732496414044 140732496414044 140732496416719 0
[pid=25711/tid=25775] ppid=25708 vsize=10846560 memory=56 CPUtime=1.18 cores=0,2,4,6
/proc/25711/task/25775/stat : 25775 (java) S 25708 25711 24385 0 -1 1077944384 3527 13076 0 0 109 1 5 3 20 0 15 0 70508064 11106877440 60184 33554432000 4194304 4196468 140732496402272 139895142164720 139895719541378 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24678400 140732496411246 140732496414044 140732496414044 140732496416719 0
[pid=25711/tid=25776] ppid=25708 vsize=10846560 memory=2984339746955739232 CPUtime=0.08 cores=0,2,4,6
/proc/25711/task/25776/stat : 25776 (java) S 25708 25711 24385 0 -1 1077944384 3 13076 0 0 0 0 5 3 20 0 15 0 70508064 11106877440 60184 33554432000 4194304 4196468 140732496402272 139894260058720 139895719540437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24678400 140732496411246 140732496414044 140732496414044 140732496416719 0
[pid=25711/tid=25777] ppid=25708 vsize=10846560 memory=6935649255759569216 CPUtime=0.08 cores=0,2,4,6
/proc/25711/task/25777/stat : 25777 (java) S 25708 25711 24385 0 -1 1077944384 3 13076 0 0 0 0 5 3 20 0 15 0 70508064 11106877440 60184 33554432000 4194304 4196468 140732496402272 139895141112624 139895719541378 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24678400 140732496411246 140732496414044 140732496414044 140732496416719 0
Current children cumulated CPU time: 6.13 s
Current children cumulated vsize: 10846560 KiB
Current children cumulated memory: 240736 KiB

[startup+4.1497 s]
# the end of solver process 25711 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=7.32511 s, system=0.230522 s

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

[startup+3.20088 s]
/proc/loadavg: 1.25 1.62 1.64 3/215 25777
/proc/meminfo: memFree=15659924/32770624 swapFree=67108860/67108860
[pid=25711] ppid=25708 vsize=10846560 memory=242556 CPUtime=6.34 cores=0,2,4,6
/proc/25711/stat : 25711 (java) S 25708 25711 24385 0 -1 1077944320 36309 13076 0 0 612 14 5 3 20 0 15 0 70508049 11106877440 60639 33554432000 4194304 4196468 140732496402272 140732496384816 139895719530231 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 24678400 140732496411246 140732496414044 140732496414044 140732496416719 0
/proc/25711/statm: 2711640 60639 3494 1 0 2673293 0
[pid=25711/tid=25764] ppid=25708 vsize=10846560 memory=6935649255759568960 CPUtime=3.08 cores=0,2,4,6
/proc/25711/task/25764/stat : 25764 (java) R 25708 25711 24385 0 -1 4202560 24000 13076 0 0 292 8 5 3 20 0 15 0 70508058 11106877440 60639 33554432000 4194304 4196468 140732496402272 139895691344208 139895291478077 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24678400 140732496411246 140732496414044 140732496414044 140732496416719 0
[pid=25711/tid=25765] ppid=25708 vsize=10846560 memory=2984339746955739232 CPUtime=0.11 cores=0,2,4,6
/proc/25711/task/25765/stat : 25765 (java) S 25708 25711 24385 0 -1 1077944384 220 13076 0 0 3 0 5 3 20 0 15 0 70508059 11106877440 60639 33554432000 4194304 4196468 140732496402272 139895723772176 139895719540437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24678400 140732496411246 140732496414044 140732496414044 140732496416719 0
[pid=25711/tid=25766] ppid=25708 vsize=10846560 memory=2867664571609120 CPUtime=0.1 cores=0,2,4,6
/proc/25711/task/25766/stat : 25766 (java) S 25708 25711 24385 0 -1 1077944384 23 13076 0 0 2 0 5 3 20 0 15 0 70508059 11106877440 60639 33554432000 4194304 4196468 140732496402272 139895612045712 139895719540437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24678400 140732496411246 140732496414044 140732496414044 140732496416719 0
[pid=25711/tid=25767] ppid=25708 vsize=10846560 memory=6154282490091891024 CPUtime=0.11 cores=0,2,4,6
/proc/25711/task/25767/stat : 25767 (java) S 25708 25711 24385 0 -1 1077944384 71 13076 0 0 3 0 5 3 20 0 15 0 70508059 11106877440 60639 33554432000 4194304 4196468 140732496402272 139895610993168 139895719540437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24678400 140732496411246 140732496414044 140732496414044 140732496416719 0
[pid=25711/tid=25768] ppid=25708 vsize=10846560 memory=0 CPUtime=0.11 cores=0,2,4,6
/proc/25711/task/25768/stat : 25768 (java) S 25708 25711 24385 0 -1 1077944384 62 13076 0 0 3 0 5 3 20 0 15 0 70508059 11106877440 60639 33554432000 4194304 4196468 140732496402272 139895609940624 139895719540437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24678400 140732496411246 140732496414044 140732496414044 140732496416719 0
[pid=25711/tid=25769] ppid=25708 vsize=10846560 memory=0 CPUtime=0.11 cores=0,2,4,6
/proc/25711/task/25769/stat : 25769 (java) S 25708 25711 24385 0 -1 1077944384 1289 13076 0 0 3 0 5 3 20 0 15 0 70508060 11106877440 60639 33554432000 4194304 4196468 140732496402272 139895178881520 139895719541378 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24678400 140732496411246 140732496414044 140732496414044 140732496416719 0
[pid=25711/tid=25770] ppid=25708 vsize=10846560 memory=2241 CPUtime=0.08 cores=0,2,4,6
/proc/25711/task/25770/stat : 25770 (java) S 25708 25711 24385 0 -1 1077944384 33 13076 0 0 0 0 5 3 20 0 15 0 70508061 11106877440 60639 33554432000 4194304 4196468 140732496402272 139895177827808 139895719540437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24678400 140732496411246 140732496414044 140732496414044 140732496416719 0
[pid=25711/tid=25771] ppid=25708 vsize=10846560 memory=2244 CPUtime=0.08 cores=0,2,4,6
/proc/25711/task/25771/stat : 25771 (java) S 25708 25711 24385 0 -1 1077944384 2 13076 0 0 0 0 5 3 20 0 15 0 70508061 11106877440 60639 33554432000 4194304 4196468 140732496402272 139894601016832 139895719540437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24678400 140732496411246 140732496414044 140732496414044 140732496416719 0
[pid=25711/tid=25772] ppid=25708 vsize=10846560 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25711/task/25772/stat : 25772 (java) S 25708 25711 24385 0 -1 1077944384 3 13076 0 0 0 0 5 3 20 0 15 0 70508064 11106877440 60639 33554432000 4194304 4196468 140732496402272 139894293617360 139895719548827 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24678400 140732496411246 140732496414044 140732496414044 140732496416719 0
[pid=25711/tid=25773] ppid=25708 vsize=10846560 memory=0 CPUtime=1.11 cores=0,2,4,6
/proc/25711/task/25773/stat : 25773 (java) S 25708 25711 24385 0 -1 1077944384 3150 13076 0 0 102 1 5 3 20 0 15 0 70508064 11106877440 60639 33554432000 4194304 4196468 140732496402272 139895144269808 139895719541378 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24678400 140732496411246 140732496414044 140732496414044 140732496416719 0
[pid=25711/tid=25774] ppid=25708 vsize=10846560 memory=0 CPUtime=0.92 cores=0,2,4,6
/proc/25711/task/25774/stat : 25774 (java) R 25708 25711 24385 0 -1 4202560 1745 13076 0 0 84 0 5 3 20 0 15 0 70508064 11106877440 60639 33554432000 4194304 4196468 140732496402272 139895143217264 139895699027370 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24678400 140732496411246 140732496414044 140732496414044 140732496416719 0
[pid=25711/tid=25775] ppid=25708 vsize=10846560 memory=0 CPUtime=1.23 cores=0,2,4,6
/proc/25711/task/25775/stat : 25775 (java) S 25708 25711 24385 0 -1 1077944384 3640 13076 0 0 114 1 5 3 20 0 15 0 70508064 11106877440 60641 33554432000 4194304 4196468 140732496402272 139895142164720 139895719541378 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24678400 140732496411246 140732496414044 140732496414044 140732496416719 0
[pid=25711/tid=25776] ppid=25708 vsize=10846560 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25711/task/25776/stat : 25776 (java) S 25708 25711 24385 0 -1 1077944384 3 13076 0 0 0 0 5 3 20 0 15 0 70508064 11106877440 60641 33554432000 4194304 4196468 140732496402272 139894260058720 139895719540437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24678400 140732496411246 140732496414044 140732496414044 140732496416719 0
[pid=25711/tid=25777] ppid=25708 vsize=10846560 memory=245 CPUtime=0.08 cores=0,2,4,6
/proc/25711/task/25777/stat : 25777 (java) S 25708 25711 24385 0 -1 1077944384 3 13076 0 0 0 0 5 3 20 0 15 0 70508064 11106877440 60641 33554432000 4194304 4196468 140732496402272 139895141112624 139895719541378 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24678400 140732496411246 140732496414044 140732496414044 140732496416719 0
Current children cumulated CPU time: 6.34 s
Current children cumulated vsize: 10846560 KiB
Current children cumulated memory: 242556 KiB

[startup+3.6015 s]
/proc/loadavg: 1.25 1.62 1.64 3/215 25777
/proc/meminfo: memFree=15659924/32770624 swapFree=67108860/67108860
[pid=25711] ppid=25708 vsize=10914144 memory=300032 CPUtime=7.38 cores=0,2,4,6
/proc/25711/stat : 25711 (java) S 25708 25711 24385 0 -1 1077944320 60902 13076 0 0 713 17 5 3 20 0 15 0 70508049 11176083456 75008 33554432000 4194304 4196468 140732496402272 140732496384816 139895719530231 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 24678400 140732496411246 140732496414044 140732496414044 140732496416719 0
/proc/25711/statm: 2728536 75008 3494 1 0 2690189 0
[pid=25711/tid=25764] ppid=25708 vsize=10914144 memory=1296 CPUtime=3.47 cores=0,2,4,6
/proc/25711/task/25764/stat : 25764 (java) R 25708 25711 24385 0 -1 4202560 42939 13076 0 0 329 10 5 3 20 0 15 0 70508058 11176083456 75008 33554432000 4194304 4196468 140732496402272 139895691357808 139895700175226 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24678400 140732496411246 140732496414044 140732496414044 140732496416719 0
[pid=25711/tid=25765] ppid=25708 vsize=10914144 memory=1728 CPUtime=0.11 cores=0,2,4,6
/proc/25711/task/25765/stat : 25765 (java) S 25708 25711 24385 0 -1 1077944384 220 13076 0 0 3 0 5 3 20 0 15 0 70508059 11176083456 75008 33554432000 4194304 4196468 140732496402272 139895723772176 139895719540437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24678400 140732496411246 140732496414044 140732496414044 140732496416719 0
[pid=25711/tid=25766] ppid=25708 vsize=10914144 memory=1008 CPUtime=0.1 cores=0,2,4,6
/proc/25711/task/25766/stat : 25766 (java) S 25708 25711 24385 0 -1 1077944384 23 13076 0 0 2 0 5 3 20 0 15 0 70508059 11176083456 75008 33554432000 4194304 4196468 140732496402272 139895612045712 139895719540437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24678400 140732496411246 140732496414044 140732496414044 140732496416719 0
[pid=25711/tid=25767] ppid=25708 vsize=10914144 memory=5520 CPUtime=0.11 cores=0,2,4,6
/proc/25711/task/25767/stat : 25767 (java) S 25708 25711 24385 0 -1 1077944384 71 13076 0 0 3 0 5 3 20 0 15 0 70508059 11176083456 75008 33554432000 4194304 4196468 140732496402272 139895610993168 139895719540437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24678400 140732496411246 140732496414044 140732496414044 140732496416719 0
[pid=25711/tid=25768] ppid=25708 vsize=10914144 memory=4616 CPUtime=0.11 cores=0,2,4,6
/proc/25711/task/25768/stat : 25768 (java) S 25708 25711 24385 0 -1 1077944384 62 13076 0 0 3 0 5 3 20 0 15 0 70508059 11176083456 75008 33554432000 4194304 4196468 140732496402272 139895609940624 139895719540437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24678400 140732496411246 140732496414044 140732496414044 140732496416719 0
[pid=25711/tid=25769] ppid=25708 vsize=10914144 memory=1428 CPUtime=0.11 cores=0,2,4,6
/proc/25711/task/25769/stat : 25769 (java) S 25708 25711 24385 0 -1 1077944384 1845 13076 0 0 3 0 5 3 20 0 15 0 70508060 11176083456 75008 33554432000 4194304 4196468 140732496402272 139895178881520 139895719541378 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24678400 140732496411246 140732496414044 140732496414044 140732496416719 0
[pid=25711/tid=25770] ppid=25708 vsize=10914144 memory=13048 CPUtime=0.08 cores=0,2,4,6
/proc/25711/task/25770/stat : 25770 (java) S 25708 25711 24385 0 -1 1077944384 33 13076 0 0 0 0 5 3 20 0 15 0 70508061 11176083456 75008 33554432000 4194304 4196468 140732496402272 139895177827808 139895719540437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24678400 140732496411246 140732496414044 140732496414044 140732496416719 0
[pid=25711/tid=25771] ppid=25708 vsize=10914144 memory=281350423493888 CPUtime=0.08 cores=0,2,4,6
/proc/25711/task/25771/stat : 25771 (java) S 25708 25711 24385 0 -1 1077944384 2 13076 0 0 0 0 5 3 20 0 15 0 70508061 11176083456 75008 33554432000 4194304 4196468 140732496402272 139894601016832 139895719540437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24678400 140732496411246 140732496414044 140732496414044 140732496416719 0
[pid=25711/tid=25772] ppid=25708 vsize=10914144 memory=7956005031678667109 CPUtime=0.08 cores=0,2,4,6
/proc/25711/task/25772/stat : 25772 (java) S 25708 25711 24385 0 -1 1077944384 3 13076 0 0 0 0 5 3 20 0 15 0 70508064 11176083456 75008 33554432000 4194304 4196468 140732496402272 139894293617360 139895719548827 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24678400 140732496411246 140732496414044 140732496414044 140732496416719 0
[pid=25711/tid=25773] ppid=25708 vsize=10914144 memory=7956005031678667109 CPUtime=1.25 cores=0,2,4,6
/proc/25711/task/25773/stat : 25773 (java) R 25708 25711 24385 0 -1 4202560 3815 13076 0 0 116 1 5 3 20 0 15 0 70508064 11176083456 75008 33554432000 4194304 4196468 140732496402272 139895144269808 139895699382367 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24678400 140732496411246 140732496414044 140732496414044 140732496416719 0
[pid=25711/tid=25774] ppid=25708 vsize=10914144 memory=251369403532652 CPUtime=1.33 cores=0,2,4,6
/proc/25711/task/25774/stat : 25774 (java) R 25708 25711 24385 0 -1 4202560 5207 13076 0 0 124 1 5 3 20 0 15 0 70508064 11176083456 75008 33554432000 4194304 4196468 140732496402272 139895143202224 139895697387392 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24678400 140732496411246 140732496414044 140732496414044 140732496416719 0
[pid=25711/tid=25775] ppid=25708 vsize=10914144 memory=7970691423642293116 CPUtime=1.34 cores=0,2,4,6
/proc/25711/task/25775/stat : 25775 (java) S 25708 25711 24385 0 -1 1077944384 4485 13076 0 0 125 1 5 3 20 0 15 0 70508064 11176083456 75008 33554432000 4194304 4196468 140732496402272 139895142164720 139895719541378 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24678400 140732496411246 140732496414044 140732496414044 140732496416719 0
[pid=25711/tid=25776] ppid=25708 vsize=10914144 memory=7100839887183775602 CPUtime=0.08 cores=0,2,4,6
/proc/25711/task/25776/stat : 25776 (java) S 25708 25711 24385 0 -1 1077944384 3 13076 0 0 0 0 5 3 20 0 15 0 70508064 11176083456 75008 33554432000 4194304 4196468 140732496402272 139894260058720 139895719540437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24678400 140732496411246 140732496414044 140732496414044 140732496416719 0
[pid=25711/tid=25777] ppid=25708 vsize=10914144 memory=6656426216303648864 CPUtime=0.08 cores=0,2,4,6
/proc/25711/task/25777/stat : 25777 (java) S 25708 25711 24385 0 -1 1077944384 5 13076 0 0 0 0 5 3 20 0 15 0 70508064 11176083456 75008 33554432000 4194304 4196468 140732496402272 139895141112624 139895719541378 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24678400 140732496411246 140732496414044 140732496414044 140732496416719 0
Current children cumulated CPU time: 7.38 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 300032 KiB

[startup+4.00061 s]*
/proc/loadavg: 1.25 1.62 1.64 2/202 25778
/proc/meminfo: memFree=15867360/32770624 swapFree=67108860/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+4.1094 s]
/proc/loadavg: 1.25 1.62 1.64 2/202 25778
/proc/meminfo: memFree=15867360/32770624 swapFree=67108860/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0
Real time (s): 4.14973
CPU time (s): 7.55563
CPU user time (s): 7.32511
CPU system time (s): 0.230522
CPU usage (%): 182.075
Max. virtual memory (cumulated for all children) (KiB): 10981952
Max. memory (cumulated for all children) (KiB): 303036

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.32511
system time used= 0.230522
maximum resident set size= 305016
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 74942
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= 5999
involuntary context switches= 35


# summary of solver processes directly reported to runsolver:
#   pid: 25711
#   total CPU time (s): 7.55563
#   total CPU user time (s): 7.32511
#   total CPU system time (s): 0.230522

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.04238 second user time and 0.07876 second system time

The end

Launcher Data

Begin job on node136 at 2018-07-25 16:37:29
IDJOB=4295118
IDBENCH=141469
IDSOLVER=2750
FILE ID=node136/4295118-1532529449
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-02_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4295118-1532529449/watcher-4295118-1532529449 -o /tmp/evaluation-result-4295118-1532529449/solver-4295118-1532529449 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node136-1532524210-24416 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1949219030 HOME/instance-4295118-1532529449.xml

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

MD5SUM BENCH= 89f30685fe777f1ae52e0ef342afd904
RANDOM SEED=1949219030

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:        15873448 kB
MemAvailable:   26302464 kB
Buffers:          212792 kB
Cached:         10447636 kB
SwapCached:            0 kB
Active:          8186944 kB
Inactive:        8147672 kB
Active(anon):    5625484 kB
Inactive(anon):    76688 kB
Active(file):    2561460 kB
Inactive(file):  8070984 kB
Unevictable:        7336 kB
Mlocked:            7336 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             27004 kB
Writeback:             0 kB
AnonPages:       5685476 kB
Mapped:            52856 kB
Shmem:             25228 kB
Slab:             251884 kB
SReclaimable:     224812 kB
SUnreclaim:        27072 kB
KernelStack:        3584 kB
PageTables:        16412 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:   5412864 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:33