Trace number 4402894

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.12.3OPT82 2354.17 2322.35

General information on the benchmark

NameRcpsp/Rcpsp-m1-j30/
Rcpsp-j30-45-01.xml
MD5SUM1713c5d1d522f34d444b6ff7755d5ded
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark82
Best CPU time to get the best result obtained on this benchmark273.014
Satisfiable
(Un)Satisfiability was proved
Number of variables32
Number of constraints72
Number of domains2
Minimum domain size1
Maximum domain size151
Distribution of domain sizes[{"size":1,"count":1},{"size":151,"count":31}]
Minimum variable degree3
Maximum variable degree10
Distribution of variable degrees[{"degree":3,"count":1},{"degree":4,"count":1},{"degree":7,"count":1},{"degree":8,"count":21},{"degree":9,"count":5},{"degree":10,"count":3}]
Minimum constraint arity2
Maximum constraint arity30
Distribution of constraint arities[{"arity":2,"count":68},{"arity":30,"count":4}]
Number of extensional constraints0
Number of intensional constraints68
Distribution of constraint types[{"type":"intension","count":68},{"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.87/0.63	c Concrete v3.12.3.1568965526260 running
9.44/4.32	o 100
10.89/4.88	o 98
10.89/4.89	o 96
11.70/5.33	o 95
11.70/5.33	o 91
11.70/5.34	o 90
14.06/7.06	o 89
14.06/7.07	o 88
19.31/11.79	o 87
19.31/11.79	o 84
460.93/448.38	o 83
558.77/545.05	o 82
2354.10/2322.34	v <instantiation
2354.10/2322.34	v         cost = '82'>
2354.10/2322.34	v       <list>
2354.10/2322.34	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]
2354.10/2322.34	v       </list>
2354.10/2322.34	v       <values>
2354.10/2322.34	v         0 0 13 0 2 25 3 17 24 4 11 13 20 17 26 61 29 24 35 36 53 44 44 57 57 71 49 66 73 75 69 82
2354.10/2322.34	v       </values>
2354.10/2322.34	v     </instantiation>
2354.10/2322.34	s OPTIMUM FOUND

Verifier Data

OK	82

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4402894-1568977626/watcher-4402894-1568977626 -o /tmp/evaluation-result-4402894-1568977626/solver-4402894-1568977626 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node120-1324482060-14012 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=2142651045 HOME/instance-4402894-1568977626.xml 

running on 4 cores: 0-3

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=16907, runsolver pid=16904
Current StackSize limit: 8192 KiB


[startup+0.100057 s]*
/proc/loadavg: 1.74 1.66 1.51 3/214 16960
/proc/meminfo: memFree=3167380/32770688 swapFree=66927192/67108860
[pid=16907] ppid=16904 vsize=9972712 memory=15232 CPUtime=0.09 cores=0-3
/proc/16907/stat : 16907 (java) S 16904 16907 13981 0 -1 1077944320 4054 13135 0 0 1 0 5 3 20 0 6 0 473768852 10212057088 3808 33554432000 4194304 4196468 140728802890496 140728802873040 140512841596663 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 23896064 140728802896623 140728802899141 140728802899141 140728802901967 0
/proc/16907/statm: 2493178 3808 1721 1 0 2481616 0
[pid=16907/tid=16960] ppid=16904 vsize=9972712 memory=8514726395714820750 CPUtime=0.08 cores=0-3
/proc/16907/task/16960/stat : 16960 (java) R 16904 16907 13981 0 -1 4202560 1949 13135 0 0 0 0 5 3 20 0 6 0 473768861 10212057088 3940 33554432000 4194304 4196468 140728802890496 140512813433424 140512764672997 0 4 0 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23896064 140728802896623 140728802899141 140728802899141 140728802901967 0
[pid=16907/tid=16961] ppid=16904 vsize=9972712 memory=-9181546050914066336 CPUtime=0.08 cores=0-3
/proc/16907/task/16961/stat : 16961 (java) S 16904 16907 13981 0 -1 1077944384 1 13135 0 0 0 0 5 3 20 0 6 0 473768862 10212057088 3940 33554432000 4194304 4196468 140728802890496 140512845839120 140512841606869 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23896064 140728802896623 140728802899141 140728802899141 140728802901967 0
[pid=16907/tid=16962] ppid=16904 vsize=9972712 memory=140269591737984 CPUtime=0.08 cores=0-3
/proc/16907/task/16962/stat : 16962 (java) S 16904 16907 13981 0 -1 1077944384 1 13135 0 0 0 0 5 3 20 0 6 0 473768862 10212057088 3940 33554432000 4194304 4196468 140728802890496 140512744729488 140512841606869 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23896064 140728802896623 140728802899141 140728802899141 140728802901967 0
[pid=16907/tid=16963] ppid=16904 vsize=9972712 memory=0 CPUtime=0.08 cores=0-3
/proc/16907/task/16963/stat : 16963 (java) S 16904 16907 13981 0 -1 1077944384 2 13135 0 0 0 0 5 3 20 0 6 0 473768862 10212057088 3940 33554432000 4194304 4196468 140728802890496 140512743676944 140512841606869 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23896064 140728802896623 140728802899141 140728802899141 140728802901967 0
[pid=16907/tid=16964] ppid=16904 vsize=9972712 memory=-1 CPUtime=0.08 cores=0-3
/proc/16907/task/16964/stat : 16964 (java) S 16904 16907 13981 0 -1 1077944384 1 13135 0 0 0 0 5 3 20 0 6 0 473768862 10212057088 3940 33554432000 4194304 4196468 140728802890496 140512742624400 140512841606869 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23896064 140728802896623 140728802899141 140728802899141 140728802901967 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 15232 KiB

[startup+0.211084 s]*
/proc/loadavg: 1.74 1.66 1.51 3/227 16973
/proc/meminfo: memFree=3147356/32770688 swapFree=66927192/67108860
[pid=16907] ppid=16904 vsize=10819716 memory=36260 CPUtime=0.21 cores=0-3
/proc/16907/stat : 16907 (java) S 16904 16907 13981 0 -1 1077944320 6953 13135 0 0 12 1 5 3 20 0 15 0 473768852 11079389184 9065 33554432000 4194304 4196468 140728802890496 140728802873040 140512841596663 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 23896064 140728802896623 140728802899141 140728802899141 140728802901967 0
/proc/16907/statm: 2704929 9065 3144 1 0 2667149 0
[pid=16907/tid=16960] ppid=16904 vsize=10819716 memory=7022364594140610616 CPUtime=0.17 cores=0-3
/proc/16907/task/16960/stat : 16960 (java) S 16904 16907 13981 0 -1 1077944384 3529 13135 0 0 8 1 5 3 20 0 15 0 473768861 11079389184 9065 33554432000 4194304 4196468 140728802890496 140512813429568 140512841606869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 2 0 0 6293624 6294260 23896064 140728802896623 140728802899141 140728802899141 140728802901967 0
[pid=16907/tid=16961] ppid=16904 vsize=10819716 memory=364 CPUtime=0.08 cores=0-3
/proc/16907/task/16961/stat : 16961 (java) S 16904 16907 13981 0 -1 1077944384 1 13135 0 0 0 0 5 3 20 0 15 0 473768862 11079389184 9065 33554432000 4194304 4196468 140728802890496 140512845839120 140512841606869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23896064 140728802896623 140728802899141 140728802899141 140728802901967 0
[pid=16907/tid=16962] ppid=16904 vsize=10819716 memory=3833039131986114208 CPUtime=0.08 cores=0-3
/proc/16907/task/16962/stat : 16962 (java) S 16904 16907 13981 0 -1 1077944384 1 13135 0 0 0 0 5 3 20 0 15 0 473768862 11079389184 9065 33554432000 4194304 4196468 140728802890496 140512744729488 140512841606869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23896064 140728802896623 140728802899141 140728802899141 140728802901967 0
[pid=16907/tid=16963] ppid=16904 vsize=10819716 memory=0 CPUtime=0.08 cores=0-3
/proc/16907/task/16963/stat : 16963 (java) S 16904 16907 13981 0 -1 1077944384 2 13135 0 0 0 0 5 3 20 0 15 0 473768862 11079389184 9065 33554432000 4194304 4196468 140728802890496 140512743676944 140512841606869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23896064 140728802896623 140728802899141 140728802899141 140728802901967 0
[pid=16907/tid=16964] ppid=16904 vsize=10819716 memory=-1 CPUtime=0.08 cores=0-3
/proc/16907/task/16964/stat : 16964 (java) S 16904 16907 13981 0 -1 1077944384 1 13135 0 0 0 0 5 3 20 0 15 0 473768862 11079389184 9065 33554432000 4194304 4196468 140728802890496 140512742624400 140512841606869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23896064 140728802896623 140728802899141 140728802899141 140728802901967 0
[pid=16907/tid=16965] ppid=16904 vsize=10819716 memory=140269591737984 CPUtime=0.08 cores=0-3
/proc/16907/task/16965/stat : 16965 (java) S 16904 16907 13981 0 -1 1077944384 2 13135 0 0 0 0 5 3 20 0 15 0 473768864 11079389184 9065 33554432000 4194304 4196468 140728802890496 140512301029360 140512841607810 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23896064 140728802896623 140728802899141 140728802899141 140728802901967 0
[pid=16907/tid=16966] ppid=16904 vsize=10819716 memory=-1 CPUtime=0.08 cores=0-3
/proc/16907/task/16966/stat : 16966 (java) S 16904 16907 13981 0 -1 1077944384 13 13135 0 0 0 0 5 3 20 0 15 0 473768864 11079389184 9065 33554432000 4194304 4196468 140728802890496 140511734129568 140512841606869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23896064 140728802896623 140728802899141 140728802899141 140728802901967 0
[pid=16907/tid=16967] ppid=16904 vsize=10819716 memory=0 CPUtime=0.08 cores=0-3
/proc/16907/task/16967/stat : 16967 (java) S 16904 16907 13981 0 -1 1077944384 1 13135 0 0 0 0 5 3 20 0 15 0 473768864 11079389184 9065 33554432000 4194304 4196468 140728802890496 140511599911920 140512841606869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23896064 140728802896623 140728802899141 140728802899141 140728802901967 0
[pid=16907/tid=16968] ppid=16904 vsize=10819716 memory=0 CPUtime=0.08 cores=0-3
/proc/16907/task/16968/stat : 16968 (java) S 16904 16907 13981 0 -1 1077944384 3 13135 0 0 0 0 5 3 20 0 15 0 473768867 11079389184 9065 33554432000 4194304 4196468 140728802890496 140511359621328 140512841615259 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23896064 140728802896623 140728802899141 140728802899141 140728802901967 0
[pid=16907/tid=16969] ppid=16904 vsize=10819716 memory=0 CPUtime=0.08 cores=0-3
/proc/16907/task/16969/stat : 16969 (java) R 16904 16907 13981 0 -1 1077944384 305 13135 0 0 0 0 5 3 20 0 15 0 473768867 11079389184 9065 33554432000 4194304 4196468 140728802890496 140512299977200 140512841607810 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23896064 140728802896623 140728802899141 140728802899141 140728802901967 0
[pid=16907/tid=16970] ppid=16904 vsize=10819716 memory=-1 CPUtime=0.08 cores=0-3
/proc/16907/task/16970/stat : 16970 (java) R 16904 16907 13981 0 -1 4202560 300 13135 0 0 0 0 5 3 20 0 15 0 473768867 11079389184 9065 33554432000 4194304 4196468 140728802890496 140512298924656 140512819231312 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23896064 140728802896623 140728802899141 140728802899141 140728802901967 0
[pid=16907/tid=16971] ppid=16904 vsize=10819716 memory=140269591737984 CPUtime=0.09 cores=0-3
/proc/16907/task/16971/stat : 16971 (java) R 16904 16907 13981 0 -1 4202560 582 13135 0 0 1 0 5 3 20 0 15 0 473768867 11079389184 9065 33554432000 4194304 4196468 140728802890496 140512297868984 140512820581926 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23896064 140728802896623 140728802899141 140728802899141 140728802901967 0
[pid=16907/tid=16972] ppid=16904 vsize=10819716 memory=-1 CPUtime=0.08 cores=0-3
/proc/16907/task/16972/stat : 16972 (java) S 16904 16907 13981 0 -1 1077944384 3 13135 0 0 0 0 5 3 20 0 15 0 473768868 11079389184 9065 33554432000 4194304 4196468 140728802890496 140511326063712 140512841606869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23896064 140728802896623 140728802899141 140728802899141 140728802901967 0
[pid=16907/tid=16973] ppid=16904 vsize=10819716 memory=140269591737984 CPUtime=0.08 cores=0-3
/proc/16907/task/16973/stat : 16973 (java) S 16904 16907 13981 0 -1 1077944384 1 13135 0 0 0 0 5 3 20 0 15 0 473768870 11079389184 9065 33554432000 4194304 4196468 140728802890496 140512296818992 140512841607810 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23896064 140728802896623 140728802899141 140728802899141 140728802901967 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 10819716 KiB
Current children cumulated memory: 36260 KiB

[startup+0.311464 s]*
/proc/loadavg: 1.74 1.66 1.51 4/227 16973
/proc/meminfo: memFree=3133056/32770688 swapFree=66927192/67108860
[pid=16907] ppid=16904 vsize=10820196 memory=47944 CPUtime=0.37 cores=0-3
/proc/16907/stat : 16907 (java) S 16904 16907 13981 0 -1 1077944320 10198 13135 0 0 26 3 5 3 20 0 15 0 473768852 11079880704 11986 33554432000 4194304 4196468 140728802890496 140728802873040 140512841596663 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 23896064 140728802896623 140728802899141 140728802899141 140728802901967 0
/proc/16907/statm: 2705049 11986 3331 1 0 2667149 0
[pid=16907/tid=16960] ppid=16904 vsize=10820196 memory=1398722017469774279 CPUtime=0.26 cores=0-3
/proc/16907/task/16960/stat : 16960 (java) R 16904 16907 13981 0 -1 4202560 6693 13135 0 0 16 2 5 3 20 0 15 0 473768861 11079880704 11986 33554432000 4194304 4196468 140728802890496 140512813418144 140512823160219 0 4 0 16800975 0 0 0 -1 2 0 0 2 0 0 6293624 6294260 23896064 140728802896623 140728802899141 140728802899141 140728802901967 0
[pid=16907/tid=16961] ppid=16904 vsize=10820196 memory=0 CPUtime=0.08 cores=0-3
/proc/16907/task/16961/stat : 16961 (java) S 16904 16907 13981 0 -1 1077944384 1 13135 0 0 0 0 5 3 20 0 15 0 473768862 11079880704 11986 33554432000 4194304 4196468 140728802890496 140512845839120 140512841606869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23896064 140728802896623 140728802899141 140728802899141 140728802901967 0
[pid=16907/tid=16962] ppid=16904 vsize=10820196 memory=0 CPUtime=0.08 cores=0-3
/proc/16907/task/16962/stat : 16962 (java) S 16904 16907 13981 0 -1 1077944384 1 13135 0 0 0 0 5 3 20 0 15 0 473768862 11079880704 11986 33554432000 4194304 4196468 140728802890496 140512744729488 140512841606869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23896064 140728802896623 140728802899141 140728802899141 140728802901967 0
[pid=16907/tid=16963] ppid=16904 vsize=10820196 memory=0 CPUtime=0.08 cores=0-3
/proc/16907/task/16963/stat : 16963 (java) S 16904 16907 13981 0 -1 1077944384 2 13135 0 0 0 0 5 3 20 0 15 0 473768862 11079880704 11986 33554432000 4194304 4196468 140728802890496 140512743676944 140512841606869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23896064 140728802896623 140728802899141 140728802899141 140728802901967 0
[pid=16907/tid=16964] ppid=16904 vsize=10820196 memory=0 CPUtime=0.08 cores=0-3
/proc/16907/task/16964/stat : 16964 (java) S 16904 16907 13981 0 -1 1077944384 1 13135 0 0 0 0 5 3 20 0 15 0 473768862 11079880704 11986 33554432000 4194304 4196468 140728802890496 140512742624400 140512841606869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23896064 140728802896623 140728802899141 140728802899141 140728802901967 0
[pid=16907/tid=16965] ppid=16904 vsize=10820196 memory=0 CPUtime=0.08 cores=0-3
/proc/16907/task/16965/stat : 16965 (java) S 16904 16907 13981 0 -1 1077944384 2 13135 0 0 0 0 5 3 20 0 15 0 473768864 11079880704 11986 33554432000 4194304 4196468 140728802890496 140512301029360 140512841607810 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23896064 140728802896623 140728802899141 140728802899141 140728802901967 0
[pid=16907/tid=16966] ppid=16904 vsize=10820196 memory=-1 CPUtime=0.08 cores=0-3
/proc/16907/task/16966/stat : 16966 (java) S 16904 16907 13981 0 -1 1077944384 13 13135 0 0 0 0 5 3 20 0 15 0 473768864 11079880704 11986 33554432000 4194304 4196468 140728802890496 140511734129568 140512841606869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23896064 140728802896623 140728802899141 140728802899141 140728802901967 0
[pid=16907/tid=16967] ppid=16904 vsize=10820196 memory=0 CPUtime=0.08 cores=0-3
/proc/16907/task/16967/stat : 16967 (java) S 16904 16907 13981 0 -1 1077944384 1 13135 0 0 0 0 5 3 20 0 15 0 473768864 11079880704 11986 33554432000 4194304 4196468 140728802890496 140511599911920 140512841606869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23896064 140728802896623 140728802899141 140728802899141 140728802901967 0
[pid=16907/tid=16968] ppid=16904 vsize=10820196 memory=0 CPUtime=0.08 cores=0-3
/proc/16907/task/16968/stat : 16968 (java) S 16904 16907 13981 0 -1 1077944384 3 13135 0 0 0 0 5 3 20 0 15 0 473768867 11079880704 11986 33554432000 4194304 4196468 140728802890496 140511359621328 140512841615259 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23896064 140728802896623 140728802899141 140728802899141 140728802901967 0
[pid=16907/tid=16969] ppid=16904 vsize=10820196 memory=0 CPUtime=0.09 cores=0-3
/proc/16907/task/16969/stat : 16969 (java) S 16904 16907 13981 0 -1 1077944384 329 13135 0 0 1 0 5 3 20 0 15 0 473768867 11079880704 11986 33554432000 4194304 4196468 140728802890496 140512299977200 140512841607810 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23896064 140728802896623 140728802899141 140728802899141 140728802901967 0
[pid=16907/tid=16970] ppid=16904 vsize=10820196 memory=-1 CPUtime=0.1 cores=0-3
/proc/16907/task/16970/stat : 16970 (java) S 16904 16907 13981 0 -1 1077944384 337 13135 0 0 2 0 5 3 20 0 15 0 473768867 11079880704 11986 33554432000 4194304 4196468 140728802890496 140512298924656 140512841607810 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23896064 140728802896623 140728802899141 140728802899141 140728802901967 0
[pid=16907/tid=16971] ppid=16904 vsize=10820196 memory=140269591737984 CPUtime=0.13 cores=0-3
/proc/16907/task/16971/stat : 16971 (java) S 16904 16907 13981 0 -1 1077944384 600 13135 0 0 5 0 5 3 20 0 15 0 473768867 11079880704 11986 33554432000 4194304 4196468 140728802890496 140512297872112 140512841607810 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23896064 140728802896623 140728802899141 140728802899141 140728802901967 0
[pid=16907/tid=16972] ppid=16904 vsize=10820196 memory=-1 CPUtime=0.08 cores=0-3
/proc/16907/task/16972/stat : 16972 (java) S 16904 16907 13981 0 -1 1077944384 3 13135 0 0 0 0 5 3 20 0 15 0 473768868 11079880704 11986 33554432000 4194304 4196468 140728802890496 140511326063712 140512841606869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23896064 140728802896623 140728802899141 140728802899141 140728802901967 0
[pid=16907/tid=16973] ppid=16904 vsize=10820196 memory=140269591737984 CPUtime=0.08 cores=0-3
/proc/16907/task/16973/stat : 16973 (java) S 16904 16907 13981 0 -1 1077944384 1 13135 0 0 0 0 5 3 20 0 15 0 473768870 11079880704 11986 33554432000 4194304 4196468 140728802890496 140512296818992 140512841607810 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23896064 140728802896623 140728802899141 140728802899141 140728802901967 0
Current children cumulated CPU time: 0.37 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 47944 KiB

[startup+0.700785 s]
/proc/loadavg: 1.74 1.66 1.51 4/227 16973
/proc/meminfo: memFree=3119484/32770688 swapFree=66927192/67108860
[pid=16907] ppid=16904 vsize=10822316 memory=76712 CPUtime=1.03 cores=0-3
/proc/16907/stat : 16907 (java) S 16904 16907 13981 0 -1 1077944320 14452 13135 0 0 90 5 5 3 20 0 15 0 473768852 11082051584 19178 33554432000 4194304 4196468 140728802890496 140728802873040 140512841596663 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 23896064 140728802896623 140728802899141 140728802899141 140728802901967 0
/proc/16907/statm: 2705579 19178 3485 1 0 2667661 0
[pid=16907/tid=16960] ppid=16904 vsize=10822316 memory=0 CPUtime=0.64 cores=0-3
/proc/16907/task/16960/stat : 16960 (java) R 16904 16907 13981 0 -1 4202560 9874 13135 0 0 53 3 5 3 20 0 15 0 473768861 11082051584 19178 33554432000 4194304 4196468 140728802890496 140512813420200 140512834274677 0 4 0 16800975 0 0 0 -1 2 0 0 2 0 0 6293624 6294260 23896064 140728802896623 140728802899141 140728802899141 140728802901967 0
[pid=16907/tid=16961] ppid=16904 vsize=10822316 memory=0 CPUtime=0.08 cores=0-3
/proc/16907/task/16961/stat : 16961 (java) S 16904 16907 13981 0 -1 1077944384 1 13135 0 0 0 0 5 3 20 0 15 0 473768862 11082051584 19178 33554432000 4194304 4196468 140728802890496 140512845839120 140512841606869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23896064 140728802896623 140728802899141 140728802899141 140728802901967 0
[pid=16907/tid=16962] ppid=16904 vsize=10822316 memory=0 CPUtime=0.08 cores=0-3
/proc/16907/task/16962/stat : 16962 (java) S 16904 16907 13981 0 -1 1077944384 1 13135 0 0 0 0 5 3 20 0 15 0 473768862 11082051584 19178 33554432000 4194304 4196468 140728802890496 140512744729488 140512841606869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23896064 140728802896623 140728802899141 140728802899141 140728802901967 0
[pid=16907/tid=16963] ppid=16904 vsize=10822316 memory=140269471281360 CPUtime=0.08 cores=0-3
/proc/16907/task/16963/stat : 16963 (java) S 16904 16907 13981 0 -1 1077944384 2 13135 0 0 0 0 5 3 20 0 15 0 473768862 11082051584 19178 33554432000 4194304 4196468 140728802890496 140512743676944 140512841606869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23896064 140728802896623 140728802899141 140728802899141 140728802901967 0
[pid=16907/tid=16964] ppid=16904 vsize=10822316 memory=140273631887963 CPUtime=0.08 cores=0-3
/proc/16907/task/16964/stat : 16964 (java) S 16904 16907 13981 0 -1 1077944384 1 13135 0 0 0 0 5 3 20 0 15 0 473768862 11082051584 19178 33554432000 4194304 4196468 140728802890496 140512742624400 140512841606869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23896064 140728802896623 140728802899141 140728802899141 140728802901967 0
[pid=16907/tid=16965] ppid=16904 vsize=10822316 memory=980 CPUtime=0.08 cores=0-3
/proc/16907/task/16965/stat : 16965 (java) S 16904 16907 13981 0 -1 1077944384 6 13135 0 0 0 0 5 3 20 0 15 0 473768864 11082051584 19178 33554432000 4194304 4196468 140728802890496 140512301029360 140512841607810 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23896064 140728802896623 140728802899141 140728802899141 140728802901967 0
[pid=16907/tid=16966] ppid=16904 vsize=10822316 memory=7014751519617144145 CPUtime=0.08 cores=0-3
/proc/16907/task/16966/stat : 16966 (java) S 16904 16907 13981 0 -1 1077944384 13 13135 0 0 0 0 5 3 20 0 15 0 473768864 11082051584 19178 33554432000 4194304 4196468 140728802890496 140511734129568 140512841606869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23896064 140728802896623 140728802899141 140728802899141 140728802901967 0
[pid=16907/tid=16967] ppid=16904 vsize=10822316 memory=6081104596517153130 CPUtime=0.08 cores=0-3
/proc/16907/task/16967/stat : 16967 (java) S 16904 16907 13981 0 -1 1077944384 1 13135 0 0 0 0 5 3 20 0 15 0 473768864 11082051584 19178 33554432000 4194304 4196468 140728802890496 140511599911920 140512841606869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23896064 140728802896623 140728802899141 140728802899141 140728802901967 0
[pid=16907/tid=16968] ppid=16904 vsize=10822316 memory=33104 CPUtime=0.08 cores=0-3
/proc/16907/task/16968/stat : 16968 (java) S 16904 16907 13981 0 -1 1077944384 3 13135 0 0 0 0 5 3 20 0 15 0 473768867 11082051584 19178 33554432000 4194304 4196468 140728802890496 140511359621328 140512841615259 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23896064 140728802896623 140728802899141 140728802899141 140728802901967 0
[pid=16907/tid=16969] ppid=16904 vsize=10822316 memory=2120 CPUtime=0.18 cores=0-3
/proc/16907/task/16969/stat : 16969 (java) R 16904 16907 13981 0 -1 1077944384 820 13135 0 0 10 0 5 3 20 0 15 0 473768867 11082051584 19178 33554432000 4194304 4196468 140728802890496 140512299977200 140512841607810 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23896064 140728802896623 140728802899141 140728802899141 140728802901967 0
[pid=16907/tid=16970] ppid=16904 vsize=10822316 memory=496 CPUtime=0.17 cores=0-3
/proc/16907/task/16970/stat : 16970 (java) S 16904 16907 13981 0 -1 1077944384 762 13135 0 0 9 0 5 3 20 0 15 0 473768867 11082051584 19178 33554432000 4194304 4196468 140728802890496 140512298924656 140512841607810 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23896064 140728802896623 140728802899141 140728802899141 140728802901967 0
[pid=16907/tid=16971] ppid=16904 vsize=10822316 memory=1560 CPUtime=0.24 cores=0-3
/proc/16907/task/16971/stat : 16971 (java) R 16904 16907 13981 0 -1 4202560 753 13135 0 0 16 0 5 3 20 0 15 0 473768867 11082051584 19178 33554432000 4194304 4196468 140728802890496 140512297872112 140512841608598 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23896064 140728802896623 140728802899141 140728802899141 140728802901967 0
[pid=16907/tid=16972] ppid=16904 vsize=10822316 memory=928 CPUtime=0.08 cores=0-3
/proc/16907/task/16972/stat : 16972 (java) S 16904 16907 13981 0 -1 1077944384 3 13135 0 0 0 0 5 3 20 0 15 0 473768868 11082051584 19178 33554432000 4194304 4196468 140728802890496 140511326063712 140512841606869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23896064 140728802896623 140728802899141 140728802899141 140728802901967 0
[pid=16907/tid=16973] ppid=16904 vsize=10822316 memory=1724 CPUtime=0.08 cores=0-3
/proc/16907/task/16973/stat : 16973 (java) S 16904 16907 13981 0 -1 1077944384 1 13135 0 0 0 0 5 3 20 0 15 0 473768870 11082051584 19178 33554432000 4194304 4196468 140728802890496 140512296818992 140512841607810 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23896064 140728802896623 140728802899141 140728802899141 140728802901967 0
Current children cumulated CPU time: 1.03 s
Current children cumulated vsize: 10822316 KiB
Current children cumulated memory: 76712 KiB

[startup+1.50077 s]
/proc/loadavg: 1.74 1.66 1.51 6/227 16973
/proc/meminfo: memFree=3087492/32770688 swapFree=66927192/67108860
[pid=16907] ppid=16904 vsize=10834680 memory=166800 CPUtime=2.37 cores=0-3
/proc/16907/stat : 16907 (java) S 16904 16907 13981 0 -1 1077944320 21177 13135 0 0 220 9 5 3 20 0 15 0 473768852 11094712320 41700 33554432000 4194304 4196468 140728802890496 140728802873040 140512841596663 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 23896064 140728802896623 140728802899141 140728802899141 140728802901967 0
/proc/16907/statm: 2708670 41700 3577 1 0 2670733 0
[pid=16907/tid=16960] ppid=16904 vsize=10834680 memory=163256 CPUtime=1.4 cores=0-3
/proc/16907/task/16960/stat : 16960 (java) R 16904 16907 13981 0 -1 4202560 15034 13135 0 0 127 5 5 3 20 0 15 0 473768861 11094712320 41700 33554432000 4194304 4196468 140728802890496 140512813420448 140512825677150 0 4 0 16800975 0 0 0 -1 0 0 0 2 0 0 6293624 6294260 23896064 140728802896623 140728802899141 140728802899141 140728802901967 0
[pid=16907/tid=16961] ppid=16904 vsize=10834680 memory=1444 CPUtime=0.09 cores=0-3
/proc/16907/task/16961/stat : 16961 (java) S 16904 16907 13981 0 -1 1077944384 28 13135 0 0 1 0 5 3 20 0 15 0 473768862 11094712320 41700 33554432000 4194304 4196468 140728802890496 140512845839120 140512841606869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23896064 140728802896623 140728802899141 140728802899141 140728802901967 0
[pid=16907/tid=16962] ppid=16904 vsize=10834680 memory=1764 CPUtime=0.08 cores=0-3
/proc/16907/task/16962/stat : 16962 (java) S 16904 16907 13981 0 -1 1077944384 301 13135 0 0 0 0 5 3 20 0 15 0 473768862 11094712320 41700 33554432000 4194304 4196468 140728802890496 140512744729488 140512841606869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23896064 140728802896623 140728802899141 140728802899141 140728802901967 0
[pid=16907/tid=16963] ppid=16904 vsize=10834680 memory=0 CPUtime=0.09 cores=0-3
/proc/16907/task/16963/stat : 16963 (java) S 16904 16907 13981 0 -1 1077944384 78 13135 0 0 1 0 5 3 20 0 15 0 473768862 11094712320 41700 33554432000 4194304 4196468 140728802890496 140512743676944 140512841606869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23896064 140728802896623 140728802899141 140728802899141 140728802901967 0
[pid=16907/tid=16964] ppid=16904 vsize=10834680 memory=-6154581634397065563 CPUtime=0.09 cores=0-3
/proc/16907/task/16964/stat : 16964 (java) S 16904 16907 13981 0 -1 1077944384 45 13135 0 0 1 0 5 3 20 0 15 0 473768862 11094712320 41700 33554432000 4194304 4196468 140728802890496 140512742624400 140512841606869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23896064 140728802896623 140728802899141 140728802899141 140728802901967 0
[pid=16907/tid=16965] ppid=16904 vsize=10834680 memory=3833724587141655355 CPUtime=0.09 cores=0-3
/proc/16907/task/16965/stat : 16965 (java) S 16904 16907 13981 0 -1 1077944384 117 13135 0 0 1 0 5 3 20 0 15 0 473768864 11094712320 41700 33554432000 4194304 4196468 140728802890496 140512301029360 140512841607810 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23896064 140728802896623 140728802899141 140728802899141 140728802901967 0
[pid=16907/tid=16966] ppid=16904 vsize=10834680 memory=-6944103529398779036 CPUtime=0.08 cores=0-3
/proc/16907/task/16966/stat : 16966 (java) S 16904 16907 13981 0 -1 1077944384 13 13135 0 0 0 0 5 3 20 0 15 0 473768864 11094712320 41700 33554432000 4194304 4196468 140728802890496 140511734129632 140512841606869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23896064 140728802896623 140728802899141 140728802899141 140728802901967 0
[pid=16907/tid=16967] ppid=16904 vsize=10834680 memory=-6005673638262905286 CPUtime=0.08 cores=0-3
/proc/16907/task/16967/stat : 16967 (java) S 16904 16907 13981 0 -1 1077944384 3 13135 0 0 0 0 5 3 20 0 15 0 473768864 11094712320 41700 33554432000 4194304 4196468 140728802890496 140511599911936 140512841606869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23896064 140728802896623 140728802899141 140728802899141 140728802901967 0
[pid=16907/tid=16968] ppid=16904 vsize=10834680 memory=0 CPUtime=0.08 cores=0-3
/proc/16907/task/16968/stat : 16968 (java) S 16904 16907 13981 0 -1 1077944384 3 13135 0 0 0 0 5 3 20 0 15 0 473768867 11094712320 41700 33554432000 4194304 4196468 140728802890496 140511359621328 140512841615259 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23896064 140728802896623 140728802899141 140728802899141 140728802901967 0
[pid=16907/tid=16969] ppid=16904 vsize=10834680 memory=0 CPUtime=0.35 cores=0-3
/proc/16907/task/16969/stat : 16969 (java) S 16904 16907 13981 0 -1 1077944384 1218 13135 0 0 27 0 5 3 20 0 15 0 473768867 11094712320 41746 33554432000 4194304 4196468 140728802890496 140512299977200 140512841607810 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23896064 140728802896623 140728802899141 140728802899141 140728802901967 0
[pid=16907/tid=16970] ppid=16904 vsize=10834680 memory=4580 CPUtime=0.3 cores=0-3
/proc/16907/task/16970/stat : 16970 (java) S 16904 16907 13981 0 -1 1077944384 919 13135 0 0 22 0 5 3 20 0 15 0 473768867 11094712320 41746 33554432000 4194304 4196468 140728802890496 140512298924656 140512841607810 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23896064 140728802896623 140728802899141 140728802899141 140728802901967 0
[pid=16907/tid=16971] ppid=16904 vsize=10834680 memory=7228928657825222744 CPUtime=0.42 cores=0-3
/proc/16907/task/16971/stat : 16971 (java) S 16904 16907 13981 0 -1 1077944384 1207 13135 0 0 34 0 5 3 20 0 15 0 473768867 11094712320 41746 33554432000 4194304 4196468 140728802890496 140512297872112 140512841607810 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23896064 140728802896623 140728802899141 140728802899141 140728802901967 0
[pid=16907/tid=16972] ppid=16904 vsize=10834680 memory=7516883056593298752 CPUtime=0.08 cores=0-3
/proc/16907/task/16972/stat : 16972 (java) S 16904 16907 13981 0 -1 1077944384 3 13135 0 0 0 0 5 3 20 0 15 0 473768868 11094712320 41746 33554432000 4194304 4196468 140728802890496 140511326063712 140512841606869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23896064 140728802896623 140728802899141 140728802899141 140728802901967 0
[pid=16907/tid=16973] ppid=16904 vsize=10834680 memory=7668903871064335447 CPUtime=0.08 cores=0-3
/proc/16907/task/16973/stat : 16973 (java) S 16904 16907 13981 0 -1 1077944384 1 13135 0 0 0 0 5 3 20 0 15 0 473768870 11094712320 41746 33554432000 4194304 4196468 140728802890496 140512296818992 140512841607810 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23896064 140728802896623 140728802899141 140728802899141 140728802901967 0
Current children cumulated CPU time: 2.37 s
Current children cumulated vsize: 10834680 KiB

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

[startup+2202.3 s]
/proc/loadavg: 1.22 1.42 1.46 3/228 17842
/proc/meminfo: memFree=3149108/32770688 swapFree=66927192/67108860
[pid=16907] ppid=16904 vsize=10846988 memory=665660 CPUtime=2232.93 cores=0-3
/proc/16907/stat : 16907 (java) S 16904 16907 13981 0 -1 1077944320 167748 13135 0 0 223028 257 5 3 20 0 15 0 473768852 11107315712 166415 33554432000 4194304 4196468 140728802890496 140728802873040 140512841596663 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 23896064 140728802896623 140728802899141 140728802899141 140728802901967 0
/proc/16907/statm: 2711747 166415 3630 1 0 2673805 0
[pid=16907/tid=16960] ppid=16904 vsize=10846988 memory=6791534058613427641 CPUtime=2182.19 cores=0-3
/proc/16907/task/16960/stat : 16960 (java) R 16904 16907 13981 0 -1 4202560 55175 13135 0 0 218174 37 5 3 20 0 15 0 473768861 11107315712 166415 33554432000 4194304 4196468 140728802890496 140512813431408 140512435841940 0 4 0 16800975 0 0 0 -1 0 0 0 2 0 0 6293624 6294260 23896064 140728802896623 140728802899141 140728802899141 140728802901967 0
[pid=16907/tid=16961] ppid=16904 vsize=10846988 memory=280538944045568 CPUtime=8.23 cores=0-3
/proc/16907/task/16961/stat : 16961 (java) S 16904 16907 13981 0 -1 1077944384 7298 13135 0 0 777 38 5 3 20 0 15 0 473768862 11107315712 166415 33554432000 4194304 4196468 140728802890496 140512845839120 140512841606869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23896064 140728802896623 140728802899141 140728802899141 140728802901967 0
[pid=16907/tid=16962] ppid=16904 vsize=10846988 memory=665660 CPUtime=8.25 cores=0-3
/proc/16907/task/16962/stat : 16962 (java) S 16904 16907 13981 0 -1 1077944384 10809 13135 0 0 777 40 5 3 20 0 15 0 473768862 11107315712 166415 33554432000 4194304 4196468 140728802890496 140512744729488 140512841606869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23896064 140728802896623 140728802899141 140728802899141 140728802901967 0
[pid=16907/tid=16963] ppid=16904 vsize=10846988 memory=665660 CPUtime=8.23 cores=0-3
/proc/16907/task/16963/stat : 16963 (java) S 16904 16907 13981 0 -1 1077944384 8241 13135 0 0 772 43 5 3 20 0 15 0 473768862 11107315712 166415 33554432000 4194304 4196468 140728802890496 140512743676944 140512841606869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23896064 140728802896623 140728802899141 140728802899141 140728802901967 0
[pid=16907/tid=16964] ppid=16904 vsize=10846988 memory=665660 CPUtime=8.23 cores=0-3
/proc/16907/task/16964/stat : 16964 (java) S 16904 16907 13981 0 -1 1077944384 10979 13135 0 0 774 41 5 3 20 0 15 0 473768862 11107315712 166415 33554432000 4194304 4196468 140728802890496 140512742624400 140512841606869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23896064 140728802896623 140728802899141 140728802899141 140728802901967 0
[pid=16907/tid=16965] ppid=16904 vsize=10846988 memory=665660 CPUtime=8.42 cores=0-3
/proc/16907/task/16965/stat : 16965 (java) S 16904 16907 13981 0 -1 1077944384 10160 13135 0 0 791 43 5 3 20 0 15 0 473768864 11107315712 166415 33554432000 4194304 4196468 140728802890496 140512301029360 140512841607810 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23896064 140728802896623 140728802899141 140728802899141 140728802901967 0
[pid=16907/tid=16966] ppid=16904 vsize=10846988 memory=665660 CPUtime=0.08 cores=0-3
/proc/16907/task/16966/stat : 16966 (java) S 16904 16907 13981 0 -1 1077944384 15 13135 0 0 0 0 5 3 20 0 15 0 473768864 11107315712 166415 33554432000 4194304 4196468 140728802890496 140511734129696 140512841606869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23896064 140728802896623 140728802899141 140728802899141 140728802901967 0
[pid=16907/tid=16967] ppid=16904 vsize=10846988 memory=665660 CPUtime=0.08 cores=0-3
/proc/16907/task/16967/stat : 16967 (java) S 16904 16907 13981 0 -1 1077944384 10 13135 0 0 0 0 5 3 20 0 15 0 473768864 11107315712 166415 33554432000 4194304 4196468 140728802890496 140511599911936 140512841606869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23896064 140728802896623 140728802899141 140728802899141 140728802901967 0
[pid=16907/tid=16968] ppid=16904 vsize=10846988 memory=3624 CPUtime=0.08 cores=0-3
/proc/16907/task/16968/stat : 16968 (java) S 16904 16907 13981 0 -1 1077944384 3 13135 0 0 0 0 5 3 20 0 15 0 473768867 11107315712 166415 33554432000 4194304 4196468 140728802890496 140511359621328 140512841615259 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23896064 140728802896623 140728802899141 140728802899141 140728802901967 0
[pid=16907/tid=16969] ppid=16904 vsize=10846988 memory=0 CPUtime=3.57 cores=0-3
/proc/16907/task/16969/stat : 16969 (java) S 16904 16907 13981 0 -1 1077944384 20661 13135 0 0 345 4 5 3 20 0 15 0 473768867 11107315712 166415 33554432000 4194304 4196468 140728802890496 140512299977200 140512841607810 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23896064 140728802896623 140728802899141 140728802899141 140728802901967 0
[pid=16907/tid=16970] ppid=16904 vsize=10846988 memory=63776 CPUtime=3.4 cores=0-3
/proc/16907/task/16970/stat : 16970 (java) S 16904 16907 13981 0 -1 1077944384 26227 13135 0 0 328 4 5 3 20 0 15 0 473768867 11107315712 166415 33554432000 4194304 4196468 140728802890496 140512298924656 140512841607810 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23896064 140728802896623 140728802899141 140728802899141 140728802901967 0
[pid=16907/tid=16971] ppid=16904 vsize=10846988 memory=6944656592455360604 CPUtime=1.79 cores=0-3
/proc/16907/task/16971/stat : 16971 (java) S 16904 16907 13981 0 -1 1077944384 14737 13135 0 0 167 4 5 3 20 0 15 0 473768867 11107315712 166415 33554432000 4194304 4196468 140728802890496 140512297872112 140512841607810 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23896064 140728802896623 140728802899141 140728802899141 140728802901967 0
[pid=16907/tid=16972] ppid=16904 vsize=10846988 memory=665660 CPUtime=0.08 cores=0-3
/proc/16907/task/16972/stat : 16972 (java) S 16904 16907 13981 0 -1 1077944384 3 13135 0 0 0 0 5 3 20 0 15 0 473768868 11107315712 166415 33554432000 4194304 4196468 140728802890496 140511326063712 140512841606869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23896064 140728802896623 140728802899141 140728802899141 140728802901967 0
[pid=16907/tid=16973] ppid=16904 vsize=10846988 memory=665660 CPUtime=1.24 cores=0-3
/proc/16907/task/16973/stat : 16973 (java) S 16904 16907 13981 0 -1 1077944384 1219 13135 0 0 63 53 5 3 20 0 15 0 473768870 11107315712 166415 33554432000 4194304 4196468 140728802890496 140512296818992 140512841607810 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23896064 140728802896623 140728802899141 140728802899141 140728802901967 0
Current children cumulated CPU time: 2232.93 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 665660 KiB

[startup+2262.31 s]
/proc/loadavg: 1.47 1.44 1.46 3/228 17846
/proc/meminfo: memFree=3107088/32770688 swapFree=66927192/67108860
[pid=16907] ppid=16904 vsize=10846988 memory=665780 CPUtime=2293.53 cores=0-3
/proc/16907/stat : 16907 (java) S 16904 16907 13981 0 -1 1077944320 169010 13135 0 0 229081 264 5 3 20 0 15 0 473768852 11107315712 166445 33554432000 4194304 4196468 140728802890496 140728802873040 140512841596663 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 23896064 140728802896623 140728802899141 140728802899141 140728802901967 0
/proc/16907/statm: 2711747 166445 3630 1 0 2673805 0
[pid=16907/tid=16960] ppid=16904 vsize=10846988 memory=665780 CPUtime=2241.65 cores=0-3
/proc/16907/task/16960/stat : 16960 (java) R 16904 16907 13981 0 -1 4202560 55811 13135 0 0 224119 38 5 3 20 0 15 0 473768861 11107315712 166445 33554432000 4194304 4196468 140728802890496 140512813431408 140512435337293 0 4 0 16800975 0 0 0 -1 3 0 0 2 0 0 6293624 6294260 23896064 140728802896623 140728802899141 140728802899141 140728802901967 0
[pid=16907/tid=16961] ppid=16904 vsize=10846988 memory=665780 CPUtime=8.46 cores=0-3
/proc/16907/task/16961/stat : 16961 (java) S 16904 16907 13981 0 -1 1077944384 7488 13135 0 0 798 40 5 3 20 0 15 0 473768862 11107315712 166445 33554432000 4194304 4196468 140728802890496 140512845839120 140512841606869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23896064 140728802896623 140728802899141 140728802899141 140728802901967 0
[pid=16907/tid=16962] ppid=16904 vsize=10846988 memory=665780 CPUtime=8.47 cores=0-3
/proc/16907/task/16962/stat : 16962 (java) S 16904 16907 13981 0 -1 1077944384 10909 13135 0 0 798 41 5 3 20 0 15 0 473768862 11107315712 166445 33554432000 4194304 4196468 140728802890496 140512744729488 140512841606869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23896064 140728802896623 140728802899141 140728802899141 140728802901967 0
[pid=16907/tid=16963] ppid=16904 vsize=10846988 memory=665780 CPUtime=8.46 cores=0-3
/proc/16907/task/16963/stat : 16963 (java) S 16904 16907 13981 0 -1 1077944384 8315 13135 0 0 794 44 5 3 20 0 15 0 473768862 11107315712 166445 33554432000 4194304 4196468 140728802890496 140512743676944 140512841606869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23896064 140728802896623 140728802899141 140728802899141 140728802901967 0
[pid=16907/tid=16964] ppid=16904 vsize=10846988 memory=665780 CPUtime=8.45 cores=0-3
/proc/16907/task/16964/stat : 16964 (java) S 16904 16907 13981 0 -1 1077944384 11018 13135 0 0 795 42 5 3 20 0 15 0 473768862 11107315712 166445 33554432000 4194304 4196468 140728802890496 140512742624400 140512841606869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23896064 140728802896623 140728802899141 140728802899141 140728802901967 0
[pid=16907/tid=16965] ppid=16904 vsize=10846988 memory=665780 CPUtime=8.63 cores=0-3
/proc/16907/task/16965/stat : 16965 (java) S 16904 16907 13981 0 -1 1077944384 10359 13135 0 0 811 44 5 3 20 0 15 0 473768864 11107315712 166445 33554432000 4194304 4196468 140728802890496 140512301029360 140512841607810 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23896064 140728802896623 140728802899141 140728802899141 140728802901967 0
[pid=16907/tid=16966] ppid=16904 vsize=10846988 memory=665780 CPUtime=0.08 cores=0-3
/proc/16907/task/16966/stat : 16966 (java) S 16904 16907 13981 0 -1 1077944384 15 13135 0 0 0 0 5 3 20 0 15 0 473768864 11107315712 166445 33554432000 4194304 4196468 140728802890496 140511734129696 140512841606869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23896064 140728802896623 140728802899141 140728802899141 140728802901967 0
[pid=16907/tid=16967] ppid=16904 vsize=10846988 memory=665780 CPUtime=0.08 cores=0-3
/proc/16907/task/16967/stat : 16967 (java) S 16904 16907 13981 0 -1 1077944384 10 13135 0 0 0 0 5 3 20 0 15 0 473768864 11107315712 166445 33554432000 4194304 4196468 140728802890496 140511599911936 140512841606869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23896064 140728802896623 140728802899141 140728802899141 140728802901967 0
[pid=16907/tid=16968] ppid=16904 vsize=10846988 memory=3624 CPUtime=0.08 cores=0-3
/proc/16907/task/16968/stat : 16968 (java) S 16904 16907 13981 0 -1 1077944384 3 13135 0 0 0 0 5 3 20 0 15 0 473768867 11107315712 166445 33554432000 4194304 4196468 140728802890496 140511359621328 140512841615259 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23896064 140728802896623 140728802899141 140728802899141 140728802901967 0
[pid=16907/tid=16969] ppid=16904 vsize=10846988 memory=63776 CPUtime=3.57 cores=0-3
/proc/16907/task/16969/stat : 16969 (java) S 16904 16907 13981 0 -1 1077944384 20663 13135 0 0 345 4 5 3 20 0 15 0 473768867 11107315712 166445 33554432000 4194304 4196468 140728802890496 140512299977200 140512841607810 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23896064 140728802896623 140728802899141 140728802899141 140728802901967 0
[pid=16907/tid=16970] ppid=16904 vsize=10846988 memory=280538943675568 CPUtime=3.4 cores=0-3
/proc/16907/task/16970/stat : 16970 (java) S 16904 16907 13981 0 -1 1077944384 26229 13135 0 0 328 4 5 3 20 0 15 0 473768867 11107315712 166445 33554432000 4194304 4196468 140728802890496 140512298924656 140512841607810 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23896064 140728802896623 140728802899141 140728802899141 140728802901967 0
[pid=16907/tid=16971] ppid=16904 vsize=10846988 memory=665780 CPUtime=1.79 cores=0-3
/proc/16907/task/16971/stat : 16971 (java) S 16904 16907 13981 0 -1 1077944384 14739 13135 0 0 167 4 5 3 20 0 15 0 473768867 11107315712 166445 33554432000 4194304 4196468 140728802890496 140512297872112 140512841607810 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23896064 140728802896623 140728802899141 140728802899141 140728802901967 0
[pid=16907/tid=16972] ppid=16904 vsize=10846988 memory=665780 CPUtime=0.08 cores=0-3
/proc/16907/task/16972/stat : 16972 (java) S 16904 16907 13981 0 -1 1077944384 3 13135 0 0 0 0 5 3 20 0 15 0 473768868 11107315712 166445 33554432000 4194304 4196468 140728802890496 140511326063712 140512841606869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23896064 140728802896623 140728802899141 140728802899141 140728802901967 0
[pid=16907/tid=16973] ppid=16904 vsize=10846988 memory=6656426216303648864 CPUtime=1.27 cores=0-3
/proc/16907/task/16973/stat : 16973 (java) S 16904 16907 13981 0 -1 1077944384 1237 13135 0 0 65 54 5 3 20 0 15 0 473768870 11107315712 166445 33554432000 4194304 4196468 140728802890496 140512296818992 140512841607810 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23896064 140728802896623 140728802899141 140728802899141 140728802901967 0
Current children cumulated CPU time: 2293.53 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 665780 KiB

[startup+2322.3 s]
/proc/loadavg: 1.16 1.36 1.43 3/227 17852
/proc/meminfo: memFree=3119304/32770688 swapFree=66927192/67108860
[pid=16907] ppid=16904 vsize=10846988 memory=667948 CPUtime=2354.1 cores=0-3
/proc/16907/stat : 16907 (java) S 16904 16907 13981 0 -1 1077944320 170235 13135 0 0 235131 271 5 3 20 0 15 0 473768852 11107315712 166987 33554432000 4194304 4196468 140728802890496 140728802873040 140512841596663 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 23896064 140728802896623 140728802899141 140728802899141 140728802901967 0
/proc/16907/statm: 2711747 166987 3630 1 0 2673805 0
[pid=16907/tid=16960] ppid=16904 vsize=10846988 memory=667900 CPUtime=2301.07 cores=0-3
/proc/16907/task/16960/stat : 16960 (java) R 16904 16907 13981 0 -1 4202560 56403 13135 0 0 230060 39 5 3 20 0 15 0 473768861 11107315712 166987 33554432000 4194304 4196468 140728802890496 140512813432016 140512434803688 0 4 0 16800975 0 0 0 -1 2 0 0 2 0 0 6293624 6294260 23896064 140728802896623 140728802899141 140728802899141 140728802901967 0
[pid=16907/tid=16961] ppid=16904 vsize=10846988 memory=667900 CPUtime=8.68 cores=0-3
/proc/16907/task/16961/stat : 16961 (java) S 16904 16907 13981 0 -1 1077944384 7543 13135 0 0 819 41 5 3 20 0 15 0 473768862 11107315712 166987 33554432000 4194304 4196468 140728802890496 140512845839120 140512841606869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23896064 140728802896623 140728802899141 140728802899141 140728802901967 0
[pid=16907/tid=16962] ppid=16904 vsize=10846988 memory=667948 CPUtime=8.69 cores=0-3
/proc/16907/task/16962/stat : 16962 (java) S 16904 16907 13981 0 -1 1077944384 11131 13135 0 0 819 42 5 3 20 0 15 0 473768862 11107315712 166987 33554432000 4194304 4196468 140728802890496 140512744729488 140512841606869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23896064 140728802896623 140728802899141 140728802899141 140728802901967 0
[pid=16907/tid=16963] ppid=16904 vsize=10846988 memory=667948 CPUtime=8.68 cores=0-3
/proc/16907/task/16963/stat : 16963 (java) S 16904 16907 13981 0 -1 1077944384 8337 13135 0 0 816 44 5 3 20 0 15 0 473768862 11107315712 166987 33554432000 4194304 4196468 140728802890496 140512743676944 140512841606869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23896064 140728802896623 140728802899141 140728802899141 140728802901967 0
[pid=16907/tid=16964] ppid=16904 vsize=10846988 memory=667900 CPUtime=8.67 cores=0-3
/proc/16907/task/16964/stat : 16964 (java) S 16904 16907 13981 0 -1 1077944384 11114 13135 0 0 816 43 5 3 20 0 15 0 473768862 11107315712 166987 33554432000 4194304 4196468 140728802890496 140512742624400 140512841606869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23896064 140728802896623 140728802899141 140728802899141 140728802901967 0
[pid=16907/tid=16965] ppid=16904 vsize=10846988 memory=3624 CPUtime=8.85 cores=0-3
/proc/16907/task/16965/stat : 16965 (java) S 16904 16907 13981 0 -1 1077944384 10563 13135 0 0 832 45 5 3 20 0 15 0 473768864 11107315712 166987 33554432000 4194304 4196468 140728802890496 140512301029360 140512841607810 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23896064 140728802896623 140728802899141 140728802899141 140728802901967 0
[pid=16907/tid=16966] ppid=16904 vsize=10846988 memory=63776 CPUtime=0.08 cores=0-3
/proc/16907/task/16966/stat : 16966 (java) S 16904 16907 13981 0 -1 1077944384 15 13135 0 0 0 0 5 3 20 0 15 0 473768864 11107315712 166987 33554432000 4194304 4196468 140728802890496 140511734129696 140512841606869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23896064 140728802896623 140728802899141 140728802899141 140728802901967 0
[pid=16907/tid=16967] ppid=16904 vsize=10846988 memory=667948 CPUtime=0.08 cores=0-3
/proc/16907/task/16967/stat : 16967 (java) S 16904 16907 13981 0 -1 1077944384 10 13135 0 0 0 0 5 3 20 0 15 0 473768864 11107315712 166987 33554432000 4194304 4196468 140728802890496 140511599911936 140512841606869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23896064 140728802896623 140728802899141 140728802899141 140728802901967 0
[pid=16907/tid=16968] ppid=16904 vsize=10846988 memory=33104 CPUtime=0.08 cores=0-3
/proc/16907/task/16968/stat : 16968 (java) S 16904 16907 13981 0 -1 1077944384 3 13135 0 0 0 0 5 3 20 0 15 0 473768867 11107315712 166987 33554432000 4194304 4196468 140728802890496 140511359621328 140512841615259 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23896064 140728802896623 140728802899141 140728802899141 140728802901967 0
[pid=16907/tid=16969] ppid=16904 vsize=10846988 memory=667900 CPUtime=3.57 cores=0-3
/proc/16907/task/16969/stat : 16969 (java) S 16904 16907 13981 0 -1 1077944384 20665 13135 0 0 345 4 5 3 20 0 15 0 473768867 11107315712 166987 33554432000 4194304 4196468 140728802890496 140512299977200 140512841607810 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23896064 140728802896623 140728802899141 140728802899141 140728802901967 0
[pid=16907/tid=16970] ppid=16904 vsize=10846988 memory=3624 CPUtime=3.4 cores=0-3
/proc/16907/task/16970/stat : 16970 (java) S 16904 16907 13981 0 -1 1077944384 26231 13135 0 0 328 4 5 3 20 0 15 0 473768867 11107315712 166987 33554432000 4194304 4196468 140728802890496 140512298924656 140512841607810 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23896064 140728802896623 140728802899141 140728802899141 140728802901967 0
[pid=16907/tid=16971] ppid=16904 vsize=10846988 memory=63776 CPUtime=1.79 cores=0-3
/proc/16907/task/16971/stat : 16971 (java) S 16904 16907 13981 0 -1 1077944384 14741 13135 0 0 167 4 5 3 20 0 15 0 473768867 11107315712 166987 33554432000 4194304 4196468 140728802890496 140512297872112 140512841607810 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23896064 140728802896623 140728802899141 140728802899141 140728802901967 0
[pid=16907/tid=16972] ppid=16904 vsize=10846988 memory=984 CPUtime=0.08 cores=0-3
/proc/16907/task/16972/stat : 16972 (java) S 16904 16907 13981 0 -1 1077944384 3 13135 0 0 0 0 5 3 20 0 15 0 473768868 11107315712 166987 33554432000 4194304 4196468 140728802890496 140511326063712 140512841606869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23896064 140728802896623 140728802899141 140728802899141 140728802901967 0
[pid=16907/tid=16973] ppid=16904 vsize=10846988 memory=667948 CPUtime=1.31 cores=0-3
/proc/16907/task/16973/stat : 16973 (java) S 16904 16907 13981 0 -1 1077944384 1265 13135 0 0 67 56 5 3 20 0 15 0 473768870 11107315712 166987 33554432000 4194304 4196468 140728802890496 140512296818992 140512841607810 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23896064 140728802896623 140728802899141 140728802899141 140728802901967 0
Current children cumulated CPU time: 2354.1 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 667948 KiB

[startup+2322.35 s]
# the end of solver process 16907 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2351.42 s, system=2.75289 s

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

[startup+2322.3 s]
/proc/loadavg: 1.16 1.36 1.43 3/227 17852
/proc/meminfo: memFree=3119304/32770688 swapFree=66927192/67108860
[pid=16907] ppid=16904 vsize=10846988 memory=667948 CPUtime=2354.1 cores=0-3
/proc/16907/stat : 16907 (java) S 16904 16907 13981 0 -1 1077944320 170235 13135 0 0 235131 271 5 3 20 0 15 0 473768852 11107315712 166987 33554432000 4194304 4196468 140728802890496 140728802873040 140512841596663 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 23896064 140728802896623 140728802899141 140728802899141 140728802901967 0
/proc/16907/statm: 2711747 166987 3630 1 0 2673805 0
[pid=16907/tid=16960] ppid=16904 vsize=10846988 memory=667900 CPUtime=2301.07 cores=0-3
/proc/16907/task/16960/stat : 16960 (java) R 16904 16907 13981 0 -1 4202560 56403 13135 0 0 230060 39 5 3 20 0 15 0 473768861 11107315712 166987 33554432000 4194304 4196468 140728802890496 140512813432016 140512434803688 0 4 0 16800975 0 0 0 -1 2 0 0 2 0 0 6293624 6294260 23896064 140728802896623 140728802899141 140728802899141 140728802901967 0
[pid=16907/tid=16961] ppid=16904 vsize=10846988 memory=667900 CPUtime=8.68 cores=0-3
/proc/16907/task/16961/stat : 16961 (java) S 16904 16907 13981 0 -1 1077944384 7543 13135 0 0 819 41 5 3 20 0 15 0 473768862 11107315712 166987 33554432000 4194304 4196468 140728802890496 140512845839120 140512841606869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23896064 140728802896623 140728802899141 140728802899141 140728802901967 0
[pid=16907/tid=16962] ppid=16904 vsize=10846988 memory=667948 CPUtime=8.69 cores=0-3
/proc/16907/task/16962/stat : 16962 (java) S 16904 16907 13981 0 -1 1077944384 11131 13135 0 0 819 42 5 3 20 0 15 0 473768862 11107315712 166987 33554432000 4194304 4196468 140728802890496 140512744729488 140512841606869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23896064 140728802896623 140728802899141 140728802899141 140728802901967 0
[pid=16907/tid=16963] ppid=16904 vsize=10846988 memory=667948 CPUtime=8.68 cores=0-3
/proc/16907/task/16963/stat : 16963 (java) S 16904 16907 13981 0 -1 1077944384 8337 13135 0 0 816 44 5 3 20 0 15 0 473768862 11107315712 166987 33554432000 4194304 4196468 140728802890496 140512743676944 140512841606869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23896064 140728802896623 140728802899141 140728802899141 140728802901967 0
[pid=16907/tid=16964] ppid=16904 vsize=10846988 memory=667900 CPUtime=8.67 cores=0-3
/proc/16907/task/16964/stat : 16964 (java) S 16904 16907 13981 0 -1 1077944384 11114 13135 0 0 816 43 5 3 20 0 15 0 473768862 11107315712 166987 33554432000 4194304 4196468 140728802890496 140512742624400 140512841606869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23896064 140728802896623 140728802899141 140728802899141 140728802901967 0
[pid=16907/tid=16965] ppid=16904 vsize=10846988 memory=3624 CPUtime=8.85 cores=0-3
/proc/16907/task/16965/stat : 16965 (java) S 16904 16907 13981 0 -1 1077944384 10563 13135 0 0 832 45 5 3 20 0 15 0 473768864 11107315712 166987 33554432000 4194304 4196468 140728802890496 140512301029360 140512841607810 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23896064 140728802896623 140728802899141 140728802899141 140728802901967 0
[pid=16907/tid=16966] ppid=16904 vsize=10846988 memory=63776 CPUtime=0.08 cores=0-3
/proc/16907/task/16966/stat : 16966 (java) S 16904 16907 13981 0 -1 1077944384 15 13135 0 0 0 0 5 3 20 0 15 0 473768864 11107315712 166987 33554432000 4194304 4196468 140728802890496 140511734129696 140512841606869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23896064 140728802896623 140728802899141 140728802899141 140728802901967 0
[pid=16907/tid=16967] ppid=16904 vsize=10846988 memory=667948 CPUtime=0.08 cores=0-3
/proc/16907/task/16967/stat : 16967 (java) S 16904 16907 13981 0 -1 1077944384 10 13135 0 0 0 0 5 3 20 0 15 0 473768864 11107315712 166987 33554432000 4194304 4196468 140728802890496 140511599911936 140512841606869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23896064 140728802896623 140728802899141 140728802899141 140728802901967 0
[pid=16907/tid=16968] ppid=16904 vsize=10846988 memory=33104 CPUtime=0.08 cores=0-3
/proc/16907/task/16968/stat : 16968 (java) S 16904 16907 13981 0 -1 1077944384 3 13135 0 0 0 0 5 3 20 0 15 0 473768867 11107315712 166987 33554432000 4194304 4196468 140728802890496 140511359621328 140512841615259 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23896064 140728802896623 140728802899141 140728802899141 140728802901967 0
[pid=16907/tid=16969] ppid=16904 vsize=10846988 memory=667900 CPUtime=3.57 cores=0-3
/proc/16907/task/16969/stat : 16969 (java) S 16904 16907 13981 0 -1 1077944384 20665 13135 0 0 345 4 5 3 20 0 15 0 473768867 11107315712 166987 33554432000 4194304 4196468 140728802890496 140512299977200 140512841607810 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23896064 140728802896623 140728802899141 140728802899141 140728802901967 0
[pid=16907/tid=16970] ppid=16904 vsize=10846988 memory=3624 CPUtime=3.4 cores=0-3
/proc/16907/task/16970/stat : 16970 (java) S 16904 16907 13981 0 -1 1077944384 26231 13135 0 0 328 4 5 3 20 0 15 0 473768867 11107315712 166987 33554432000 4194304 4196468 140728802890496 140512298924656 140512841607810 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23896064 140728802896623 140728802899141 140728802899141 140728802901967 0
[pid=16907/tid=16971] ppid=16904 vsize=10846988 memory=63776 CPUtime=1.79 cores=0-3
/proc/16907/task/16971/stat : 16971 (java) S 16904 16907 13981 0 -1 1077944384 14741 13135 0 0 167 4 5 3 20 0 15 0 473768867 11107315712 166987 33554432000 4194304 4196468 140728802890496 140512297872112 140512841607810 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23896064 140728802896623 140728802899141 140728802899141 140728802901967 0
[pid=16907/tid=16972] ppid=16904 vsize=10846988 memory=984 CPUtime=0.08 cores=0-3
/proc/16907/task/16972/stat : 16972 (java) S 16904 16907 13981 0 -1 1077944384 3 13135 0 0 0 0 5 3 20 0 15 0 473768868 11107315712 166987 33554432000 4194304 4196468 140728802890496 140511326063712 140512841606869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23896064 140728802896623 140728802899141 140728802899141 140728802901967 0
[pid=16907/tid=16973] ppid=16904 vsize=10846988 memory=667948 CPUtime=1.31 cores=0-3
/proc/16907/task/16973/stat : 16973 (java) S 16904 16907 13981 0 -1 1077944384 1265 13135 0 0 67 56 5 3 20 0 15 0 473768870 11107315712 166987 33554432000 4194304 4196468 140728802890496 140512296818992 140512841607810 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23896064 140728802896623 140728802899141 140728802899141 140728802901967 0
Current children cumulated CPU time: 2354.1 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 667948 KiB

Child status: 0
Real time (s): 2322.35
CPU time (s): 2354.17
CPU user time (s): 2351.42
CPU system time (s): 2.75289
CPU usage (%): 101.37
Max. virtual memory (cumulated for all children) (KiB): 10849216
Max. memory (cumulated for all children) (KiB): 667948

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2351.42
system time used= 2.75289
maximum resident set size= 670152
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 183931
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2728
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 232963
involuntary context switches= 11149


# summary of solver processes directly reported to runsolver:
#   pid: 16907
#   total CPU time (s): 2354.17
#   total CPU user time (s): 2351.42
#   total CPU system time (s): 2.75289

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.4728 second user time and 19.9004 second system time

The end

Launcher Data

Begin job on node120 at 2011-12-21 19:27:28
IDJOB=4402894
IDBENCH=129972
IDSOLVER=2861
FILE ID=node120/4402894-1568977626
RUNJOBID= node120-1324482060-14012
PBS_JOBID= 21704627
Free space on /tmp= 23256 MiB

SOLVER NAME= Concrete 3.12.3
BENCH NAME= XCSP17/Rcpsp/Rcpsp-m1-j30/Rcpsp-j30-45-01.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4402894-1568977626/watcher-4402894-1568977626 -o /tmp/evaluation-result-4402894-1568977626/solver-4402894-1568977626 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node120-1324482060-14012 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=2142651045 HOME/instance-4402894-1568977626.xml

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

MD5SUM BENCH= 1713c5d1d522f34d444b6ff7755d5ded
RANDOM SEED=2142651045

node120.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		: 2667.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.49
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		: 2667.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.49
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		: 2667.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.49
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		: 2667.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.49
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		: 2667.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	: 5329.69
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		: 2667.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	: 5329.69
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		: 2667.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	: 5329.69
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		: 2667.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	: 5329.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770688 kB
MemFree:         3172056 kB
MemAvailable:   30513004 kB
Buffers:          111320 kB
Cached:         27190928 kB
SwapCached:        68632 kB
Active:         14910624 kB
Inactive:       13729140 kB
Active(anon):    1268740 kB
Inactive(anon):   125436 kB
Active(file):   13641884 kB
Inactive(file): 13603704 kB
Unevictable:      109204 kB
Mlocked:          109204 kB
SwapTotal:      67108860 kB
SwapFree:       66927192 kB
Dirty:             35100 kB
Writeback:             0 kB
AnonPages:       1390344 kB
Mapped:            71200 kB
Shmem:             47316 kB
Slab:             552892 kB
SReclaimable:     523820 kB
SUnreclaim:        29072 kB
KernelStack:        3984 kB
PageTables:         8728 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494204 kB
Committed_AS:    2531228 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350212 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1210368 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      146880 kB
DirectMap2M:    33398784 kB

Free space on /tmp at the end= 23220 MiB
End job on node120 at 2011-12-21 20:06:10