Trace number 4263906

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
AbsCon-basic 2017-06-11SAT (TO)195 2520.1001 2517.1101

General information on the benchmark

NameGolombRuler/GolombRuler-a3-s1/
GolombRuler-15-a3.xml
MD5SUM0ccf44bf6198d309f3039e2504907429
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark161
Best CPU time to get the best result obtained on this benchmark20019.5
Satisfiable
(Un)Satisfiability was proved
Number of variables240
Number of constraints108
Number of domains2
Minimum domain size500
Maximum domain size501
Distribution of domain sizes[{"size":500,"count":105},{"size":501,"count":15}]
Minimum variable degree0
Maximum variable degree16
Distribution of variable degrees[{"degree":0,"count":120},{"degree":2,"count":105},{"degree":15,"count":13},{"degree":16,"count":2}]
Minimum constraint arity1
Maximum constraint arity105
Distribution of constraint arities[{"arity":1,"count":1},{"arity":3,"count":105},{"arity":15,"count":1},{"arity":105,"count":1}]
Number of extensional constraints0
Number of intensional constraints106
Distribution of constraint types[{"type":"intension","count":106},{"type":"allDifferent","count":1},{"type":"ordered","count":1}]
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.26/0.35	
0.26/0.35	AbsCon 2 
0.26/0.35	
0.60/0.57	  Solving XCSP3-instance-4263906-1502285671 as a COP in -infty..+infty
0.60/0.58	  Loading variables...
0.84/0.65	  Loading constraints...
1.15/0.73	  Solver SolverBacktrack being built...
1.15/0.73	
1.15/0.79	  Preprocessing : gac=false, ccks=501, filters=28, revisions=1 (useless=0), AC=696, removals=696, inconsistent=false
1.15/0.79	
61.27/59.59	o 203
305.04/302.75	o 202
1378.15/1375.59	o 195
2520.08/2517.10	
2520.08/2517.10	v <instantiation id='sol3' type='solution' cost='195'>  <list> x[] y[][] </list>  <values> 0 2 5 9 15 23 34 50 67 87 126 127 157 183 195 * 2 5 9 15 23 34 50 67 87 126 127 157 183 195 * * 3 7 13 21 32 48 65 85 124 125 155 181 193 * * * 4 10 18 29 45 62 82 121 122 152 178 190 * * * * 6 14 25 41 58 78 117 118 148 174 186 * * * * * 8 19 35 52 72 111 112 142 168 180 * * * * * * 11 27 44 64 103 104 134 160 172 * * * * * * * 16 33 53 92 93 123 149 161 * * * * * * * * 17 37 76 77 107 133 145 * * * * * * * * * 20 59 60 90 116 128 * * * * * * * * * * 39 40 70 96 108 * * * * * * * * * * * 1 31 57 69 * * * * * * * * * * * * 30 56 68 * * * * * * * * * * * * * 26 38 * * * * * * * * * * * * * * 12 * * * * * * * * * * * * * * * </values>  </instantiation>
2520.08/2517.10	s SATISFIABLE

Verifier Data

OK	195

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263906-1502285671/watcher-4263906-1502285671 -o /tmp/evaluation-result-4263906-1502285671/solver-4263906-1502285671 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node124-1502258094-11417 --watchdog 2580 java -jar HOME/AbsCon-basic.jar HOME/instance-4263906-1502285671.xml 

pid=16877
running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 1.87 1.81 1.74 2/199 16880
/proc/meminfo: memFree=31683808/32770624 swapFree=0/294668
[pid=16880] ppid=16877 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/16880/stat : 16880 (runsolver) D 16877 16880 6971 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 16907783 24240128 106 18446744073709551615 4194304 4338465 140726038248272 140726038245912 140186666177239 0 0 1 24578 18446744071580418449 0 0 17 3 0 0 0 0 0 6438912 6441760 31346688 140726038253728 140726038254154 140726038254154 140726038257610 0
/proc/16880/statm: 5918 106 53 36 0 2156 0

[startup+0.107556 s]
/proc/loadavg: 1.87 1.81 1.74 2/199 16880
/proc/meminfo: memFree=31683808/32770624 swapFree=0/294668
[pid=16880] ppid=16877 vsize=9951980 CPUtime=0.01 cores=1,3,5,7
/proc/16880/stat : 16880 (java) S 16877 16880 6971 0 -1 1077944320 3647 0 0 0 1 0 0 0 20 0 6 0 16907783 10190827520 4318 18446744073709551615 4194304 4196468 140731313324416 140731313306960 139630683979511 0 0 1 16784584 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 8716288 140731313332686 140731313332815 140731313332815 140731313336271 0
/proc/16880/statm: 2487995 4318 1948 1 0 2477492 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9951980

[startup+0.200299 s]
/proc/loadavg: 1.87 1.81 1.74 2/199 16880
/proc/meminfo: memFree=31683808/32770624 swapFree=0/294668
[pid=16880] ppid=16877 vsize=10551180 CPUtime=0.07 cores=1,3,5,7
/proc/16880/stat : 16880 (java) S 16877 16880 6971 0 -1 1077944320 5140 0 0 0 6 1 0 0 20 0 15 0 16907783 10804408320 6628 18446744073709551615 4194304 4196468 140731313324416 140731313306960 139630683979511 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 8716288 140731313332686 140731313332815 140731313332815 140731313336271 0
/proc/16880/statm: 2637795 6628 2681 1 0 2627261 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 10551180

[startup+0.300374 s]
/proc/loadavg: 1.87 1.81 1.74 2/199 16880
/proc/meminfo: memFree=31683808/32770624 swapFree=0/294668
[pid=16880] ppid=16877 vsize=10551180 CPUtime=0.26 cores=1,3,5,7
/proc/16880/stat : 16880 (java) S 16877 16880 6971 0 -1 1077944320 8739 0 0 0 24 2 0 0 20 0 15 0 16907783 10804408320 9541 18446744073709551615 4194304 4196468 140731313324416 140731313306960 139630683979511 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 8716288 140731313332686 140731313332815 140731313332815 140731313336271 0
/proc/16880/statm: 2638051 9541 2895 1 0 2627517 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 10551180

[startup+0.700259 s]
/proc/loadavg: 1.87 1.81 1.74 2/199 16880
/proc/meminfo: memFree=31683808/32770624 swapFree=0/294668
[pid=16880] ppid=16877 vsize=10621952 CPUtime=1.15 cores=1,3,5,7
/proc/16880/stat : 16880 (java) S 16877 16880 6971 0 -1 1077944320 13366 0 0 0 110 5 0 0 20 0 16 0 16907783 10876878848 20130 18446744073709551615 4194304 4196468 140731313324416 140731313306960 139630683979511 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 8716288 140731313332686 140731313332815 140731313332815 140731313336271 0
/proc/16880/statm: 2655488 20130 3084 1 0 2644414 0
Current children cumulated CPU time (s) 1.15
Current children cumulated vsize (KiB) 10621952

[startup+1.50066 s]
/proc/loadavg: 1.80 1.80 1.73 3/215 16897
/proc/meminfo: memFree=31597876/32770624 swapFree=0/294704
[pid=16880] ppid=16877 vsize=10624000 CPUtime=2.44 cores=1,3,5,7
/proc/16880/stat : 16880 (java) S 16877 16880 6971 0 -1 1077944320 15844 0 0 0 239 5 0 0 20 0 16 0 16907783 10878976000 25077 18446744073709551615 4194304 4196468 140731313324416 140731313306960 139630683979511 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 8716288 140731313332686 140731313332815 140731313332815 140731313336271 0
/proc/16880/statm: 2656000 25077 3100 1 0 2644926 0
[pid=16880/tid=16882] ppid=16877 vsize=10624000 CPUtime=0.21 cores=1,3,5,7
/proc/16880/task/16882/stat : 16882 (java) S 16877 16880 6971 0 -1 1077944384 6180 0 0 0 19 2 0 0 20 0 16 0 16907792 10878976000 25077 18446744073709551615 4194304 4196468 140731313324416 139630688222384 139630683989717 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 4 0 0 6293624 6294260 8716288 140731313332686 140731313332815 140731313332815 140731313336271 0
[pid=16880/tid=16883] ppid=16877 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16880/task/16883/stat : 16883 (java) S 16877 16880 6971 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 16907793 10878976000 25077 18446744073709551615 4194304 4196468 140731313324416 139630614400144 139630683989717 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8716288 140731313332686 140731313332815 140731313332815 140731313336271 0
[pid=16880/tid=16884] ppid=16877 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16880/task/16884/stat : 16884 (java) S 16877 16880 6971 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 16907793 10878976000 25077 18446744073709551615 4194304 4196468 140731313324416 139630613347344 139630683989717 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8716288 140731313332686 140731313332815 140731313332815 140731313336271 0
[pid=16880/tid=16885] ppid=16877 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16880/task/16885/stat : 16885 (java) S 16877 16880 6971 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 16907793 10878976000 25077 18446744073709551615 4194304 4196468 140731313324416 139630612294544 139630683989717 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8716288 140731313332686 140731313332815 140731313332815 140731313336271 0
[pid=16880/tid=16886] ppid=16877 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16880/task/16886/stat : 16886 (java) S 16877 16880 6971 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 16907793 10878976000 25077 18446744073709551615 4194304 4196468 140731313324416 139630611241744 139630683989717 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8716288 140731313332686 140731313332815 140731313332815 140731313336271 0
[pid=16880/tid=16887] ppid=16877 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16880/task/16887/stat : 16887 (java) S 16877 16880 6971 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 16 0 16907794 10878976000 25077 18446744073709551615 4194304 4196468 140731313324416 139630179461488 139630683990658 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8716288 140731313332686 140731313332815 140731313332815 140731313336271 0
[pid=16880/tid=16888] ppid=16877 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16880/task/16888/stat : 16888 (java) S 16877 16880 6971 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 16907794 10878976000 25077 18446744073709551615 4194304 4196468 140731313324416 139630178407456 139630683989717 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8716288 140731313332686 140731313332815 140731313332815 140731313336271 0
[pid=16880/tid=16889] ppid=16877 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16880/task/16889/stat : 16889 (java) S 16877 16880 6971 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 16907795 10878976000 25077 18446744073709551615 4194304 4196468 140731313324416 139630177354608 139630683989717 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8716288 140731313332686 140731313332815 140731313332815 140731313336271 0
[pid=16880/tid=16890] ppid=16877 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16880/task/16890/stat : 16890 (java) S 16877 16880 6971 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 16907797 10878976000 25077 18446744073709551615 4194304 4196468 140731313324416 139630176302928 139630683998107 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8716288 140731313332686 140731313332815 140731313332815 140731313336271 0
[pid=16880/tid=16891] ppid=16877 vsize=10624000 CPUtime=0.4 cores=1,3,5,7
/proc/16880/task/16891/stat : 16891 (java) S 16877 16880 6971 0 -1 1077944384 1381 0 0 0 40 0 0 0 20 0 16 0 16907797 10878976000 25077 18446744073709551615 4194304 4196468 140731313324416 139630175251312 139630683990658 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8716288 140731313332686 140731313332815 140731313332815 140731313336271 0
[pid=16880/tid=16892] ppid=16877 vsize=10624000 CPUtime=0.31 cores=1,3,5,7
/proc/16880/task/16892/stat : 16892 (java) S 16877 16880 6971 0 -1 1077944384 1550 0 0 0 31 0 0 0 20 0 16 0 16907797 10878976000 25077 18446744073709551615 4194304 4196468 140731313324416 139630174198512 139630683990658 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8716288 140731313332686 140731313332815 140731313332815 140731313336271 0
[pid=16880/tid=16893] ppid=16877 vsize=10624000 CPUtime=0.36 cores=1,3,5,7
/proc/16880/task/16893/stat : 16893 (java) S 16877 16880 6971 0 -1 1077944384 1891 0 0 0 36 0 0 0 20 0 16 0 16907797 10878976000 25077 18446744073709551615 4194304 4196468 140731313324416 139630173145712 139630683990658 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8716288 140731313332686 140731313332815 140731313332815 140731313336271 0
[pid=16880/tid=16894] ppid=16877 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16880/task/16894/stat : 16894 (java) S 16877 16880 6971 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 16907797 10878976000 25077 18446744073709551615 4194304 4196468 140731313324416 139630172093152 139630683989717 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8716288 140731313332686 140731313332815 140731313332815 140731313336271 0
[pid=16880/tid=16895] ppid=16877 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16880/task/16895/stat : 16895 (java) S 16877 16880 6971 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 16 0 16907802 10878976000 25077 18446744073709551615 4194304 4196468 140731313324416 139630171040432 139630683990658 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8716288 140731313332686 140731313332815 140731313332815 140731313336271 0
[pid=16880/tid=16896] ppid=16877 vsize=10624000 CPUtime=1.14 cores=1,3,5,7
/proc/16880/task/16896/stat : 16896 (java) R 16877 16880 6971 0 -1 4202560 3463 0 0 0 112 2 0 0 20 0 16 0 16907818 10878976000 25077 18446744073709551615 4194304 4196468 140731313324416 139630167849136 139630280110460 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8716288 140731313332686 140731313332815 140731313332815 140731313336271 0
Current children cumulated CPU time (s) 2.44
Current children cumulated vsize (KiB) 10624000

[startup+3.10059 s]
/proc/loadavg: 1.80 1.80 1.73 3/215 16897
/proc/meminfo: memFree=31595272/32770624 swapFree=0/294704
[pid=16880] ppid=16877 vsize=10624000 CPUtime=4.24 cores=1,3,5,7
/proc/16880/stat : 16880 (java) S 16877 16880 6971 0 -1 1077944320 17517 0 0 0 419 5 0 0 20 0 16 0 16907783 10878976000 25758 18446744073709551615 4194304 4196468 140731313324416 140731313306960 139630683979511 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 8716288 140731313332686 140731313332815 140731313332815 140731313336271 0
/proc/16880/statm: 2656000 25758 3105 1 0 2644926 0
[pid=16880/tid=16882] ppid=16877 vsize=10624000 CPUtime=0.21 cores=1,3,5,7
/proc/16880/task/16882/stat : 16882 (java) S 16877 16880 6971 0 -1 1077944384 6180 0 0 0 19 2 0 0 20 0 16 0 16907792 10878976000 25758 18446744073709551615 4194304 4196468 140731313324416 139630688222384 139630683989717 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 4 0 0 6293624 6294260 8716288 140731313332686 140731313332815 140731313332815 140731313336271 0
[pid=16880/tid=16883] ppid=16877 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16880/task/16883/stat : 16883 (java) S 16877 16880 6971 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 16907793 10878976000 25758 18446744073709551615 4194304 4196468 140731313324416 139630614400144 139630683989717 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8716288 140731313332686 140731313332815 140731313332815 140731313336271 0
[pid=16880/tid=16884] ppid=16877 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16880/task/16884/stat : 16884 (java) S 16877 16880 6971 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 16907793 10878976000 25758 18446744073709551615 4194304 4196468 140731313324416 139630613347344 139630683989717 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8716288 140731313332686 140731313332815 140731313332815 140731313336271 0
[pid=16880/tid=16885] ppid=16877 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16880/task/16885/stat : 16885 (java) S 16877 16880 6971 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 16907793 10878976000 25758 18446744073709551615 4194304 4196468 140731313324416 139630612294544 139630683989717 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8716288 140731313332686 140731313332815 140731313332815 140731313336271 0
[pid=16880/tid=16886] ppid=16877 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16880/task/16886/stat : 16886 (java) S 16877 16880 6971 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 16907793 10878976000 25758 18446744073709551615 4194304 4196468 140731313324416 139630611241744 139630683989717 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8716288 140731313332686 140731313332815 140731313332815 140731313336271 0
[pid=16880/tid=16887] ppid=16877 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16880/task/16887/stat : 16887 (java) S 16877 16880 6971 0 -1 1077944384 93 0 0 0 0 0 0 0 20 0 16 0 16907794 10878976000 25758 18446744073709551615 4194304 4196468 140731313324416 139630179461488 139630683990658 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8716288 140731313332686 140731313332815 140731313332815 140731313336271 0
[pid=16880/tid=16888] ppid=16877 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16880/task/16888/stat : 16888 (java) S 16877 16880 6971 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 16907794 10878976000 25758 18446744073709551615 4194304 4196468 140731313324416 139630178407456 139630683989717 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8716288 140731313332686 140731313332815 140731313332815 140731313336271 0
[pid=16880/tid=16889] ppid=16877 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16880/task/16889/stat : 16889 (java) S 16877 16880 6971 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 16907795 10878976000 25758 18446744073709551615 4194304 4196468 140731313324416 139630177354608 139630683989717 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8716288 140731313332686 140731313332815 140731313332815 140731313336271 0
[pid=16880/tid=16890] ppid=16877 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16880/task/16890/stat : 16890 (java) S 16877 16880 6971 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 16907797 10878976000 25758 18446744073709551615 4194304 4196468 140731313324416 139630176302928 139630683998107 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8716288 140731313332686 140731313332815 140731313332815 140731313336271 0
[pid=16880/tid=16891] ppid=16877 vsize=10624000 CPUtime=0.44 cores=1,3,5,7
/proc/16880/task/16891/stat : 16891 (java) S 16877 16880 6971 0 -1 1077944384 1487 0 0 0 44 0 0 0 20 0 16 0 16907797 10878976000 25758 18446744073709551615 4194304 4196468 140731313324416 139630175251312 139630683990658 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8716288 140731313332686 140731313332815 140731313332815 140731313336271 0
[pid=16880/tid=16892] ppid=16877 vsize=10624000 CPUtime=0.45 cores=1,3,5,7
/proc/16880/task/16892/stat : 16892 (java) S 16877 16880 6971 0 -1 1077944384 2330 0 0 0 45 0 0 0 20 0 16 0 16907797 10878976000 25758 18446744073709551615 4194304 4196468 140731313324416 139630174198512 139630683990658 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8716288 140731313332686 140731313332815 140731313332815 140731313336271 0
[pid=16880/tid=16893] ppid=16877 vsize=10624000 CPUtime=0.37 cores=1,3,5,7
/proc/16880/task/16893/stat : 16893 (java) S 16877 16880 6971 0 -1 1077944384 2046 0 0 0 37 0 0 0 20 0 16 0 16907797 10878976000 25758 18446744073709551615 4194304 4196468 140731313324416 139630173145712 139630683990658 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8716288 140731313332686 140731313332815 140731313332815 140731313336271 0
[pid=16880/tid=16894] ppid=16877 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16880/task/16894/stat : 16894 (java) S 16877 16880 6971 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 16907797 10878976000 25758 18446744073709551615 4194304 4196468 140731313324416 139630172093152 139630683989717 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8716288 140731313332686 140731313332815 140731313332815 140731313336271 0
[pid=16880/tid=16895] ppid=16877 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16880/task/16895/stat : 16895 (java) S 16877 16880 6971 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 16 0 16907802 10878976000 25758 18446744073709551615 4194304 4196468 140731313324416 139630171040432 139630683990658 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8716288 140731313332686 140731313332815 140731313332815 140731313336271 0
[pid=16880/tid=16896] ppid=16877 vsize=10624000 CPUtime=2.74 cores=1,3,5,7
/proc/16880/task/16896/stat : 16896 (java) R 16877 16880 6971 0 -1 4202560 4007 0 0 0 272 2 0 0 20 0 16 0 16907818 10878976000 25758 18446744073709551615 4194304 4196468 140731313324416 139630167846256 139630280078261 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8716288 140731313332686 140731313332815 140731313332815 140731313336271 0
Current children cumulated CPU time (s) 4.24
Current children cumulated vsize (KiB) 10624000

[startup+6.30064 s]
/proc/loadavg: 1.80 1.80 1.73 3/215 16897
/proc/meminfo: memFree=31592484/32770624 swapFree=0/294704
[pid=16880] ppid=16877 vsize=10624000 CPUtime=7.54 cores=1,3,5,7
/proc/16880/stat : 16880 (java) S 16877 16880 6971 0 -1 1077944320 20499 0 0 0 748 6 0 0 20 0 16 0 16907783 10878976000 25823 18446744073709551615 4194304 4196468 140731313324416 140731313306960 139630683979511 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 8716288 140731313332686 140731313332815 140731313332815 140731313336271 0
/proc/16880/statm: 2656000 25823 3105 1 0 2644926 0
[pid=16880/tid=16882] ppid=16877 vsize=10624000 CPUtime=0.21 cores=1,3,5,7
/proc/16880/task/16882/stat : 16882 (java) S 16877 16880 6971 0 -1 1077944384 6180 0 0 0 19 2 0 0 20 0 16 0 16907792 10878976000 25823 18446744073709551615 4194304 4196468 140731313324416 139630688222384 139630683989717 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 4 0 0 6293624 6294260 8716288 140731313332686 140731313332815 140731313332815 140731313336271 0
[pid=16880/tid=16883] ppid=16877 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16880/task/16883/stat : 16883 (java) S 16877 16880 6971 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 16907793 10878976000 25823 18446744073709551615 4194304 4196468 140731313324416 139630614400144 139630683989717 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8716288 140731313332686 140731313332815 140731313332815 140731313336271 0
[pid=16880/tid=16884] ppid=16877 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16880/task/16884/stat : 16884 (java) S 16877 16880 6971 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 16907793 10878976000 25823 18446744073709551615 4194304 4196468 140731313324416 139630613347344 139630683989717 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8716288 140731313332686 140731313332815 140731313332815 140731313336271 0
[pid=16880/tid=16885] ppid=16877 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16880/task/16885/stat : 16885 (java) S 16877 16880 6971 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 16907793 10878976000 25823 18446744073709551615 4194304 4196468 140731313324416 139630612294544 139630683989717 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8716288 140731313332686 140731313332815 140731313332815 140731313336271 0
[pid=16880/tid=16886] ppid=16877 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16880/task/16886/stat : 16886 (java) S 16877 16880 6971 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 16907793 10878976000 25823 18446744073709551615 4194304 4196468 140731313324416 139630611241744 139630683989717 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8716288 140731313332686 140731313332815 140731313332815 140731313336271 0
[pid=16880/tid=16887] ppid=16877 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16880/task/16887/stat : 16887 (java) S 16877 16880 6971 0 -1 1077944384 313 0 0 0 0 0 0 0 20 0 16 0 16907794 10878976000 25823 18446744073709551615 4194304 4196468 140731313324416 139630179461488 139630683990658 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8716288 140731313332686 140731313332815 140731313332815 140731313336271 0
[pid=16880/tid=16888] ppid=16877 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16880/task/16888/stat : 16888 (java) S 16877 16880 6971 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 16907794 10878976000 25823 18446744073709551615 4194304 4196468 140731313324416 139630178407456 139630683989717 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8716288 140731313332686 140731313332815 140731313332815 140731313336271 0
[pid=16880/tid=16889] ppid=16877 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16880/task/16889/stat : 16889 (java) S 16877 16880 6971 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 16907795 10878976000 25823 18446744073709551615 4194304 4196468 140731313324416 139630177354608 139630683989717 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8716288 140731313332686 140731313332815 140731313332815 140731313336271 0
[pid=16880/tid=16890] ppid=16877 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16880/task/16890/stat : 16890 (java) S 16877 16880 6971 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 16907797 10878976000 25823 18446744073709551615 4194304 4196468 140731313324416 139630176302928 139630683998107 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8716288 140731313332686 140731313332815 140731313332815 140731313336271 0
[pid=16880/tid=16891] ppid=16877 vsize=10624000 CPUtime=0.47 cores=1,3,5,7
/proc/16880/task/16891/stat : 16891 (java) S 16877 16880 6971 0 -1 1077944384 1981 0 0 0 47 0 0 0 20 0 16 0 16907797 10878976000 25823 18446744073709551615 4194304 4196468 140731313324416 139630175251312 139630683990658 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8716288 140731313332686 140731313332815 140731313332815 140731313336271 0
[pid=16880/tid=16892] ppid=16877 vsize=10624000 CPUtime=0.5 cores=1,3,5,7
/proc/16880/task/16892/stat : 16892 (java) S 16877 16880 6971 0 -1 1077944384 3206 0 0 0 50 0 0 0 20 0 16 0 16907797 10878976000 25823 18446744073709551615 4194304 4196468 140731313324416 139630174198512 139630683990658 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8716288 140731313332686 140731313332815 140731313332815 140731313336271 0
[pid=16880/tid=16893] ppid=16877 vsize=10624000 CPUtime=0.38 cores=1,3,5,7
/proc/16880/task/16893/stat : 16893 (java) S 16877 16880 6971 0 -1 1077944384 2717 0 0 0 38 0 0 0 20 0 16 0 16907797 10878976000 25823 18446744073709551615 4194304 4196468 140731313324416 139630173145712 139630683990658 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8716288 140731313332686 140731313332815 140731313332815 140731313336271 0
[pid=16880/tid=16894] ppid=16877 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16880/task/16894/stat : 16894 (java) S 16877 16880 6971 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 16907797 10878976000 25823 18446744073709551615 4194304 4196468 140731313324416 139630172093152 139630683989717 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8716288 140731313332686 140731313332815 140731313332815 140731313336271 0
[pid=16880/tid=16895] ppid=16877 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16880/task/16895/stat : 16895 (java) S 16877 16880 6971 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 16 0 16907802 10878976000 25823 18446744073709551615 4194304 4196468 140731313324416 139630171040432 139630683990658 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 12 0 0 6293624 6294260 8716288 140731313332686 140731313332815 140731313332815 140731313336271 0
[pid=16880/tid=16896] ppid=16877 vsize=10624000 CPUtime=5.93 cores=1,3,5,7
/proc/16880/task/16896/stat : 16896 (java) R 16877 16880 6971 0 -1 4202560 4670 0 0 0 591 2 0 0 20 0 16 0 16907818 10878976000 25823 18446744073709551615 4194304 4196468 140731313324416 139630167846480 139630280110076 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8716288 140731313332686 140731313332815 140731313332815 140731313336271 0
Current children cumulated CPU time (s) 7.54
Current children cumulated vsize (KiB) 10624000

[startup+12.7006 s]
/proc/loadavg: 1.83 1.81 1.74 3/215 16897
/proc/meminfo: memFree=31586812/32770624 swapFree=0/294716
[pid=16880] ppid=16877 vsize=10624000 CPUtime=13.97 cores=1,3,5,7
/proc/16880/stat : 16880 (java) S 16877 16880 6971 0 -1 1077944320 23933 0 0 0 1390 7 0 0 20 0 16 0 16907783 10878976000 26499 18446744073709551615 4194304 4196468 140731313324416 140731313306960 139630683979511 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 8716288 140731313332686 140731313332815 140731313332815 140731313336271 0
/proc/16880/statm: 2656000 26499 3107 1 0 2644926 0
[pid=16880/tid=16882] ppid=16877 vsize=10624000 CPUtime=0.21 cores=1,3,5,7
/proc/16880/task/16882/stat : 16882 (java) S 16877 16880 6971 0 -1 1077944384 6180 0 0 0 19 2 0 0 20 0 16 0 16907792 10878976000 26499 18446744073709551615 4194304 4196468 140731313324416 139630688222384 139630683989717 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 4 0 0 6293624 6294260 8716288 140731313332686 140731313332815 140731313332815 140731313336271 0
[pid=16880/tid=16883] ppid=16877 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16880/task/16883/stat : 16883 (java) S 16877 16880 6971 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 16907793 10878976000 26499 18446744073709551615 4194304 4196468 140731313324416 139630614400144 139630683989717 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8716288 140731313332686 140731313332815 140731313332815 140731313336271 0
[pid=16880/tid=16884] ppid=16877 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16880/task/16884/stat : 16884 (java) S 16877 16880 6971 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 16907793 10878976000 26499 18446744073709551615 4194304 4196468 140731313324416 139630613347344 139630683989717 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8716288 140731313332686 140731313332815 140731313332815 140731313336271 0
[pid=16880/tid=16885] ppid=16877 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16880/task/16885/stat : 16885 (java) S 16877 16880 6971 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 16907793 10878976000 26499 18446744073709551615 4194304 4196468 140731313324416 139630612294544 139630683989717 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8716288 140731313332686 140731313332815 140731313332815 140731313336271 0
[pid=16880/tid=16886] ppid=16877 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16880/task/16886/stat : 16886 (java) S 16877 16880 6971 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 16907793 10878976000 26499 18446744073709551615 4194304 4196468 140731313324416 139630611241744 139630683989717 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8716288 140731313332686 140731313332815 140731313332815 140731313336271 0
[pid=16880/tid=16887] ppid=16877 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16880/task/16887/stat : 16887 (java) S 16877 16880 6971 0 -1 1077944384 354 0 0 0 0 0 0 0 20 0 16 0 16907794 10878976000 26499 18446744073709551615 4194304 4196468 140731313324416 139630179461488 139630683990658 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8716288 140731313332686 140731313332815 140731313332815 140731313336271 0

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

/proc/meminfo: memFree=23350888/32770624 swapFree=0/297188
[pid=16880] ppid=16877 vsize=10624000 CPUtime=2445.26 cores=1,3,5,7
/proc/16880/stat : 16880 (java) S 16877 16880 6971 0 -1 1077944320 60470 0 0 0 244495 31 0 0 20 0 16 0 16907783 10878976000 35675 18446744073709551615 4194304 4196468 140731313324416 140731313306960 139630683979511 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 8716288 140731313332686 140731313332815 140731313332815 140731313336271 0
/proc/16880/statm: 2656000 35675 3117 1 0 2644926 0
[pid=16880/tid=16882] ppid=16877 vsize=10624000 CPUtime=0.21 cores=1,3,5,7
/proc/16880/task/16882/stat : 16882 (java) S 16877 16880 6971 0 -1 1077944384 6180 0 0 0 19 2 0 0 20 0 16 0 16907792 10878976000 35675 18446744073709551615 4194304 4196468 140731313324416 139630688222384 139630683989717 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 4 0 0 6293624 6294260 8716288 140731313332686 140731313332815 140731313332815 140731313336271 0
[pid=16880/tid=16883] ppid=16877 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16880/task/16883/stat : 16883 (java) S 16877 16880 6971 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 16907793 10878976000 35675 18446744073709551615 4194304 4196468 140731313324416 139630614400144 139630683989717 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8716288 140731313332686 140731313332815 140731313332815 140731313336271 0
[pid=16880/tid=16884] ppid=16877 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16880/task/16884/stat : 16884 (java) S 16877 16880 6971 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 16907793 10878976000 35675 18446744073709551615 4194304 4196468 140731313324416 139630613347344 139630683989717 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8716288 140731313332686 140731313332815 140731313332815 140731313336271 0
[pid=16880/tid=16885] ppid=16877 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16880/task/16885/stat : 16885 (java) S 16877 16880 6971 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 16907793 10878976000 35675 18446744073709551615 4194304 4196468 140731313324416 139630612294544 139630683989717 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8716288 140731313332686 140731313332815 140731313332815 140731313336271 0
[pid=16880/tid=16886] ppid=16877 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16880/task/16886/stat : 16886 (java) S 16877 16880 6971 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 16907793 10878976000 35675 18446744073709551615 4194304 4196468 140731313324416 139630611241744 139630683989717 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8716288 140731313332686 140731313332815 140731313332815 140731313336271 0
[pid=16880/tid=16887] ppid=16877 vsize=10624000 CPUtime=0.02 cores=1,3,5,7
/proc/16880/task/16887/stat : 16887 (java) S 16877 16880 6971 0 -1 1077944384 1206 0 0 0 1 1 0 0 20 0 16 0 16907794 10878976000 35675 18446744073709551615 4194304 4196468 140731313324416 139630179461488 139630683990658 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8716288 140731313332686 140731313332815 140731313332815 140731313336271 0
[pid=16880/tid=16888] ppid=16877 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16880/task/16888/stat : 16888 (java) S 16877 16880 6971 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 16907794 10878976000 35675 18446744073709551615 4194304 4196468 140731313324416 139630178407456 139630683989717 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8716288 140731313332686 140731313332815 140731313332815 140731313336271 0
[pid=16880/tid=16889] ppid=16877 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16880/task/16889/stat : 16889 (java) S 16877 16880 6971 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 16907795 10878976000 35675 18446744073709551615 4194304 4196468 140731313324416 139630177354608 139630683989717 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8716288 140731313332686 140731313332815 140731313332815 140731313336271 0
[pid=16880/tid=16890] ppid=16877 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16880/task/16890/stat : 16890 (java) S 16877 16880 6971 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 16907797 10878976000 35675 18446744073709551615 4194304 4196468 140731313324416 139630176302928 139630683998107 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8716288 140731313332686 140731313332815 140731313332815 140731313336271 0
[pid=16880/tid=16891] ppid=16877 vsize=10624000 CPUtime=1.07 cores=1,3,5,7
/proc/16880/task/16891/stat : 16891 (java) S 16877 16880 6971 0 -1 1077944384 9360 0 0 0 106 1 0 0 20 0 16 0 16907797 10878976000 35675 18446744073709551615 4194304 4196468 140731313324416 139630175251312 139630683990658 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8716288 140731313332686 140731313332815 140731313332815 140731313336271 0
[pid=16880/tid=16892] ppid=16877 vsize=10624000 CPUtime=0.95 cores=1,3,5,7
/proc/16880/task/16892/stat : 16892 (java) S 16877 16880 6971 0 -1 1077944384 8448 0 0 0 94 1 0 0 20 0 16 0 16907797 10878976000 35675 18446744073709551615 4194304 4196468 140731313324416 139630174198512 139630683990658 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8716288 140731313332686 140731313332815 140731313332815 140731313336271 0
[pid=16880/tid=16893] ppid=16877 vsize=10624000 CPUtime=0.52 cores=1,3,5,7
/proc/16880/task/16893/stat : 16893 (java) S 16877 16880 6971 0 -1 1077944384 8743 0 0 0 52 0 0 0 20 0 16 0 16907797 10878976000 35675 18446744073709551615 4194304 4196468 140731313324416 139630173145712 139630683990658 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8716288 140731313332686 140731313332815 140731313332815 140731313336271 0
[pid=16880/tid=16894] ppid=16877 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16880/task/16894/stat : 16894 (java) S 16877 16880 6971 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 16907797 10878976000 35675 18446744073709551615 4194304 4196468 140731313324416 139630172093152 139630683989717 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8716288 140731313332686 140731313332815 140731313332815 140731313336271 0
[pid=16880/tid=16895] ppid=16877 vsize=10624000 CPUtime=0.46 cores=1,3,5,7
/proc/16880/task/16895/stat : 16895 (java) S 16877 16880 6971 0 -1 1077944384 1931 0 0 0 19 27 0 0 20 0 16 0 16907802 10878976000 35675 18446744073709551615 4194304 4196468 140731313324416 139630171040432 139630683990658 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 12 0 0 6293624 6294260 8716288 140731313332686 140731313332815 140731313332815 140731313336271 0
[pid=16880/tid=16896] ppid=16877 vsize=10624000 CPUtime=2441.97 cores=1,3,5,7
/proc/16880/task/16896/stat : 16896 (java) R 16877 16880 6971 0 -1 4202560 23241 0 0 0 244193 4 0 0 20 0 16 0 16907818 10878976000 35675 18446744073709551615 4194304 4196468 140731313324416 139630167850104 139630281270659 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8716288 140731313332686 140731313332815 140731313332815 140731313336271 0
Current children cumulated CPU time (s) 2445.26
Current children cumulated vsize (KiB) 10624000

[startup+2502.3 s]
/proc/loadavg: 2.01 2.03 2.05 3/215 17145
/proc/meminfo: memFree=23349508/32770624 swapFree=0/297268
[pid=16880] ppid=16877 vsize=10624000 CPUtime=2505.27 cores=1,3,5,7
/proc/16880/stat : 16880 (java) S 16877 16880 6971 0 -1 1077944320 60626 0 0 0 250496 31 0 0 20 0 16 0 16907783 10878976000 35675 18446744073709551615 4194304 4196468 140731313324416 140731313306960 139630683979511 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 8716288 140731313332686 140731313332815 140731313332815 140731313336271 0
/proc/16880/statm: 2656000 35675 3117 1 0 2644926 0
[pid=16880/tid=16882] ppid=16877 vsize=10624000 CPUtime=0.21 cores=1,3,5,7
/proc/16880/task/16882/stat : 16882 (java) S 16877 16880 6971 0 -1 1077944384 6180 0 0 0 19 2 0 0 20 0 16 0 16907792 10878976000 35675 18446744073709551615 4194304 4196468 140731313324416 139630688222384 139630683989717 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 4 0 0 6293624 6294260 8716288 140731313332686 140731313332815 140731313332815 140731313336271 0
[pid=16880/tid=16883] ppid=16877 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16880/task/16883/stat : 16883 (java) S 16877 16880 6971 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 16907793 10878976000 35675 18446744073709551615 4194304 4196468 140731313324416 139630614400144 139630683989717 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8716288 140731313332686 140731313332815 140731313332815 140731313336271 0
[pid=16880/tid=16884] ppid=16877 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16880/task/16884/stat : 16884 (java) S 16877 16880 6971 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 16907793 10878976000 35675 18446744073709551615 4194304 4196468 140731313324416 139630613347344 139630683989717 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8716288 140731313332686 140731313332815 140731313332815 140731313336271 0
[pid=16880/tid=16885] ppid=16877 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16880/task/16885/stat : 16885 (java) S 16877 16880 6971 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 16907793 10878976000 35675 18446744073709551615 4194304 4196468 140731313324416 139630612294544 139630683989717 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8716288 140731313332686 140731313332815 140731313332815 140731313336271 0
[pid=16880/tid=16886] ppid=16877 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16880/task/16886/stat : 16886 (java) S 16877 16880 6971 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 16907793 10878976000 35675 18446744073709551615 4194304 4196468 140731313324416 139630611241744 139630683989717 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8716288 140731313332686 140731313332815 140731313332815 140731313336271 0
[pid=16880/tid=16887] ppid=16877 vsize=10624000 CPUtime=0.02 cores=1,3,5,7
/proc/16880/task/16887/stat : 16887 (java) S 16877 16880 6971 0 -1 1077944384 1213 0 0 0 1 1 0 0 20 0 16 0 16907794 10878976000 35675 18446744073709551615 4194304 4196468 140731313324416 139630179461488 139630683990658 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8716288 140731313332686 140731313332815 140731313332815 140731313336271 0
[pid=16880/tid=16888] ppid=16877 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16880/task/16888/stat : 16888 (java) S 16877 16880 6971 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 16907794 10878976000 35675 18446744073709551615 4194304 4196468 140731313324416 139630178407456 139630683989717 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8716288 140731313332686 140731313332815 140731313332815 140731313336271 0
[pid=16880/tid=16889] ppid=16877 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16880/task/16889/stat : 16889 (java) S 16877 16880 6971 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 16907795 10878976000 35675 18446744073709551615 4194304 4196468 140731313324416 139630177354608 139630683989717 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8716288 140731313332686 140731313332815 140731313332815 140731313336271 0
[pid=16880/tid=16890] ppid=16877 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16880/task/16890/stat : 16890 (java) S 16877 16880 6971 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 16907797 10878976000 35675 18446744073709551615 4194304 4196468 140731313324416 139630176302928 139630683998107 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8716288 140731313332686 140731313332815 140731313332815 140731313336271 0
[pid=16880/tid=16891] ppid=16877 vsize=10624000 CPUtime=1.07 cores=1,3,5,7
/proc/16880/task/16891/stat : 16891 (java) S 16877 16880 6971 0 -1 1077944384 9368 0 0 0 106 1 0 0 20 0 16 0 16907797 10878976000 35675 18446744073709551615 4194304 4196468 140731313324416 139630175251312 139630683990658 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8716288 140731313332686 140731313332815 140731313332815 140731313336271 0
[pid=16880/tid=16892] ppid=16877 vsize=10624000 CPUtime=0.95 cores=1,3,5,7
/proc/16880/task/16892/stat : 16892 (java) S 16877 16880 6971 0 -1 1077944384 8450 0 0 0 94 1 0 0 20 0 16 0 16907797 10878976000 35675 18446744073709551615 4194304 4196468 140731313324416 139630174198512 139630683990658 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8716288 140731313332686 140731313332815 140731313332815 140731313336271 0
[pid=16880/tid=16893] ppid=16877 vsize=10624000 CPUtime=0.52 cores=1,3,5,7
/proc/16880/task/16893/stat : 16893 (java) S 16877 16880 6971 0 -1 1077944384 8745 0 0 0 52 0 0 0 20 0 16 0 16907797 10878976000 35675 18446744073709551615 4194304 4196468 140731313324416 139630173145712 139630683990658 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8716288 140731313332686 140731313332815 140731313332815 140731313336271 0
[pid=16880/tid=16894] ppid=16877 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16880/task/16894/stat : 16894 (java) S 16877 16880 6971 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 16907797 10878976000 35675 18446744073709551615 4194304 4196468 140731313324416 139630172093152 139630683989717 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8716288 140731313332686 140731313332815 140731313332815 140731313336271 0
[pid=16880/tid=16895] ppid=16877 vsize=10624000 CPUtime=0.47 cores=1,3,5,7
/proc/16880/task/16895/stat : 16895 (java) S 16877 16880 6971 0 -1 1077944384 1964 0 0 0 20 27 0 0 20 0 16 0 16907802 10878976000 35675 18446744073709551615 4194304 4196468 140731313324416 139630171040432 139630683990658 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 12 0 0 6293624 6294260 8716288 140731313332686 140731313332815 140731313332815 140731313336271 0
[pid=16880/tid=16896] ppid=16877 vsize=10624000 CPUtime=2501.97 cores=1,3,5,7
/proc/16880/task/16896/stat : 16896 (java) R 16877 16880 6971 0 -1 4202560 23345 0 0 0 250193 4 0 0 20 0 16 0 16907818 10878976000 35675 18446744073709551615 4194304 4196468 140731313324416 139630167850104 139630280092120 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8716288 140731313332686 140731313332815 140731313332815 140731313336271 0
Current children cumulated CPU time (s) 2505.27
Current children cumulated vsize (KiB) 10624000



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2517.1 s]
/proc/loadavg: 2.01 2.03 2.05 3/215 17145
/proc/meminfo: memFree=23349508/32770624 swapFree=0/297280
[pid=16880] ppid=16877 vsize=10624000 CPUtime=2520.08 cores=1,3,5,7
/proc/16880/stat : 16880 (java) S 16877 16880 6971 0 -1 1077944320 60778 0 0 0 251977 31 0 0 20 0 16 0 16907783 10878976000 35675 18446744073709551615 4194304 4196468 140731313324416 140731313306960 139630683979511 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 8716288 140731313332686 140731313332815 140731313332815 140731313336271 0
/proc/16880/statm: 2656000 35675 3117 1 0 2644926 0
[pid=16880/tid=16882] ppid=16877 vsize=10624000 CPUtime=0.21 cores=1,3,5,7
/proc/16880/task/16882/stat : 16882 (java) S 16877 16880 6971 0 -1 1077944384 6180 0 0 0 19 2 0 0 20 0 16 0 16907792 10878976000 35675 18446744073709551615 4194304 4196468 140731313324416 139630688222384 139630683989717 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 4 0 0 6293624 6294260 8716288 140731313332686 140731313332815 140731313332815 140731313336271 0
[pid=16880/tid=16883] ppid=16877 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16880/task/16883/stat : 16883 (java) S 16877 16880 6971 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 16907793 10878976000 35675 18446744073709551615 4194304 4196468 140731313324416 139630614400144 139630683989717 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8716288 140731313332686 140731313332815 140731313332815 140731313336271 0
[pid=16880/tid=16884] ppid=16877 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16880/task/16884/stat : 16884 (java) S 16877 16880 6971 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 16907793 10878976000 35675 18446744073709551615 4194304 4196468 140731313324416 139630613347344 139630683989717 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8716288 140731313332686 140731313332815 140731313332815 140731313336271 0
[pid=16880/tid=16885] ppid=16877 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16880/task/16885/stat : 16885 (java) S 16877 16880 6971 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 16907793 10878976000 35675 18446744073709551615 4194304 4196468 140731313324416 139630612294544 139630683989717 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8716288 140731313332686 140731313332815 140731313332815 140731313336271 0
[pid=16880/tid=16886] ppid=16877 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16880/task/16886/stat : 16886 (java) S 16877 16880 6971 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 16907793 10878976000 35675 18446744073709551615 4194304 4196468 140731313324416 139630611241744 139630683989717 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8716288 140731313332686 140731313332815 140731313332815 140731313336271 0
[pid=16880/tid=16887] ppid=16877 vsize=10624000 CPUtime=0.02 cores=1,3,5,7
/proc/16880/task/16887/stat : 16887 (java) S 16877 16880 6971 0 -1 1077944384 1220 0 0 0 1 1 0 0 20 0 16 0 16907794 10878976000 35675 18446744073709551615 4194304 4196468 140731313324416 139630179461488 139630683990658 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8716288 140731313332686 140731313332815 140731313332815 140731313336271 0
[pid=16880/tid=16888] ppid=16877 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16880/task/16888/stat : 16888 (java) S 16877 16880 6971 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 16907794 10878976000 35675 18446744073709551615 4194304 4196468 140731313324416 139630178407456 139630683989717 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8716288 140731313332686 140731313332815 140731313332815 140731313336271 0
[pid=16880/tid=16889] ppid=16877 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16880/task/16889/stat : 16889 (java) S 16877 16880 6971 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 16907795 10878976000 35675 18446744073709551615 4194304 4196468 140731313324416 139630177354608 139630683989717 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8716288 140731313332686 140731313332815 140731313332815 140731313336271 0
[pid=16880/tid=16890] ppid=16877 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16880/task/16890/stat : 16890 (java) S 16877 16880 6971 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 16907797 10878976000 35675 18446744073709551615 4194304 4196468 140731313324416 139630176302928 139630683998107 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8716288 140731313332686 140731313332815 140731313332815 140731313336271 0
[pid=16880/tid=16891] ppid=16877 vsize=10624000 CPUtime=1.07 cores=1,3,5,7
/proc/16880/task/16891/stat : 16891 (java) S 16877 16880 6971 0 -1 1077944384 9376 0 0 0 106 1 0 0 20 0 16 0 16907797 10878976000 35675 18446744073709551615 4194304 4196468 140731313324416 139630175251312 139630683990658 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8716288 140731313332686 140731313332815 140731313332815 140731313336271 0
[pid=16880/tid=16892] ppid=16877 vsize=10624000 CPUtime=0.95 cores=1,3,5,7
/proc/16880/task/16892/stat : 16892 (java) S 16877 16880 6971 0 -1 1077944384 8452 0 0 0 94 1 0 0 20 0 16 0 16907797 10878976000 35675 18446744073709551615 4194304 4196468 140731313324416 139630174198512 139630683990658 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8716288 140731313332686 140731313332815 140731313332815 140731313336271 0
[pid=16880/tid=16893] ppid=16877 vsize=10624000 CPUtime=0.52 cores=1,3,5,7
/proc/16880/task/16893/stat : 16893 (java) S 16877 16880 6971 0 -1 1077944384 8747 0 0 0 52 0 0 0 20 0 16 0 16907797 10878976000 35675 18446744073709551615 4194304 4196468 140731313324416 139630173145712 139630683990658 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8716288 140731313332686 140731313332815 140731313332815 140731313336271 0
[pid=16880/tid=16894] ppid=16877 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16880/task/16894/stat : 16894 (java) S 16877 16880 6971 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 16907797 10878976000 35675 18446744073709551615 4194304 4196468 140731313324416 139630172093152 139630683989717 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8716288 140731313332686 140731313332815 140731313332815 140731313336271 0
[pid=16880/tid=16895] ppid=16877 vsize=10624000 CPUtime=0.48 cores=1,3,5,7
/proc/16880/task/16895/stat : 16895 (java) S 16877 16880 6971 0 -1 1077944384 1991 0 0 0 20 28 0 0 20 0 16 0 16907802 10878976000 35675 18446744073709551615 4194304 4196468 140731313324416 139630171040432 139630683990658 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 12 0 0 6293624 6294260 8716288 140731313332686 140731313332815 140731313332815 140731313336271 0
[pid=16880/tid=16896] ppid=16877 vsize=10624000 CPUtime=2516.77 cores=1,3,5,7
/proc/16880/task/16896/stat : 16896 (java) R 16877 16880 6971 0 -1 4202560 23451 0 0 0 251673 4 0 0 20 0 16 0 16907818 10878976000 35675 18446744073709551615 4194304 4196468 140731313324416 139630167850104 139630281271301 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8716288 140731313332686 140731313332815 140731313332815 140731313336271 0
Current children cumulated CPU time (s) 2520.08
Current children cumulated vsize (KiB) 10624000

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 16880 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2517.1 s]
/proc/loadavg: 2.01 2.03 2.05 3/215 17145
/proc/meminfo: memFree=23349508/32770624 swapFree=0/297280
[pid=16880] ppid=16877 vsize=10624000 CPUtime=2520.08 cores=1,3,5,7
/proc/16880/stat : 16880 (java) S 16877 16880 6971 0 -1 1077944320 60778 0 0 0 251977 31 0 0 20 0 16 0 16907783 10878976000 35675 18446744073709551615 4194304 4196468 140731313324416 140731313306960 139630683979511 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 8716288 140731313332686 140731313332815 140731313332815 140731313336271 0
/proc/16880/statm: 2656000 35675 3117 1 0 2644926 0
[pid=16880/tid=16882] ppid=16877 vsize=10624000 CPUtime=0.21 cores=1,3,5,7
/proc/16880/task/16882/stat : 16882 (java) S 16877 16880 6971 0 -1 1077944384 6180 0 0 0 19 2 0 0 20 0 16 0 16907792 10878976000 35675 18446744073709551615 4194304 4196468 140731313324416 139630688222384 139630683989717 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 4 0 0 6293624 6294260 8716288 140731313332686 140731313332815 140731313332815 140731313336271 0
[pid=16880/tid=16883] ppid=16877 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16880/task/16883/stat : 16883 (java) S 16877 16880 6971 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 16907793 10878976000 35675 18446744073709551615 4194304 4196468 140731313324416 139630614400144 139630683989717 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8716288 140731313332686 140731313332815 140731313332815 140731313336271 0
[pid=16880/tid=16884] ppid=16877 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16880/task/16884/stat : 16884 (java) S 16877 16880 6971 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 16907793 10878976000 35675 18446744073709551615 4194304 4196468 140731313324416 139630613347344 139630683989717 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8716288 140731313332686 140731313332815 140731313332815 140731313336271 0
[pid=16880/tid=16885] ppid=16877 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16880/task/16885/stat : 16885 (java) S 16877 16880 6971 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 16907793 10878976000 35675 18446744073709551615 4194304 4196468 140731313324416 139630612294544 139630683989717 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8716288 140731313332686 140731313332815 140731313332815 140731313336271 0
[pid=16880/tid=16886] ppid=16877 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16880/task/16886/stat : 16886 (java) S 16877 16880 6971 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 16907793 10878976000 35675 18446744073709551615 4194304 4196468 140731313324416 139630611241744 139630683989717 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8716288 140731313332686 140731313332815 140731313332815 140731313336271 0
[pid=16880/tid=16887] ppid=16877 vsize=10624000 CPUtime=0.02 cores=1,3,5,7
/proc/16880/task/16887/stat : 16887 (java) S 16877 16880 6971 0 -1 1077944384 1220 0 0 0 1 1 0 0 20 0 16 0 16907794 10878976000 35675 18446744073709551615 4194304 4196468 140731313324416 139630179461488 139630683990658 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8716288 140731313332686 140731313332815 140731313332815 140731313336271 0
[pid=16880/tid=16888] ppid=16877 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16880/task/16888/stat : 16888 (java) S 16877 16880 6971 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 16907794 10878976000 35675 18446744073709551615 4194304 4196468 140731313324416 139630178407456 139630683989717 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8716288 140731313332686 140731313332815 140731313332815 140731313336271 0
[pid=16880/tid=16889] ppid=16877 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16880/task/16889/stat : 16889 (java) S 16877 16880 6971 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 16907795 10878976000 35675 18446744073709551615 4194304 4196468 140731313324416 139630177354608 139630683989717 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8716288 140731313332686 140731313332815 140731313332815 140731313336271 0
[pid=16880/tid=16890] ppid=16877 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16880/task/16890/stat : 16890 (java) S 16877 16880 6971 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 16907797 10878976000 35675 18446744073709551615 4194304 4196468 140731313324416 139630176302928 139630683998107 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8716288 140731313332686 140731313332815 140731313332815 140731313336271 0
[pid=16880/tid=16891] ppid=16877 vsize=10624000 CPUtime=1.07 cores=1,3,5,7
/proc/16880/task/16891/stat : 16891 (java) S 16877 16880 6971 0 -1 1077944384 9376 0 0 0 106 1 0 0 20 0 16 0 16907797 10878976000 35675 18446744073709551615 4194304 4196468 140731313324416 139630175251312 139630683990658 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8716288 140731313332686 140731313332815 140731313332815 140731313336271 0
[pid=16880/tid=16892] ppid=16877 vsize=10624000 CPUtime=0.95 cores=1,3,5,7
/proc/16880/task/16892/stat : 16892 (java) S 16877 16880 6971 0 -1 1077944384 8452 0 0 0 94 1 0 0 20 0 16 0 16907797 10878976000 35675 18446744073709551615 4194304 4196468 140731313324416 139630174198512 139630683990658 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8716288 140731313332686 140731313332815 140731313332815 140731313336271 0
[pid=16880/tid=16893] ppid=16877 vsize=10624000 CPUtime=0.52 cores=1,3,5,7
/proc/16880/task/16893/stat : 16893 (java) S 16877 16880 6971 0 -1 1077944384 8747 0 0 0 52 0 0 0 20 0 16 0 16907797 10878976000 35675 18446744073709551615 4194304 4196468 140731313324416 139630173145712 139630683990658 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8716288 140731313332686 140731313332815 140731313332815 140731313336271 0
[pid=16880/tid=16894] ppid=16877 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16880/task/16894/stat : 16894 (java) S 16877 16880 6971 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 16907797 10878976000 35675 18446744073709551615 4194304 4196468 140731313324416 139630172093152 139630683989717 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8716288 140731313332686 140731313332815 140731313332815 140731313336271 0
[pid=16880/tid=16895] ppid=16877 vsize=10624000 CPUtime=0.48 cores=1,3,5,7
/proc/16880/task/16895/stat : 16895 (java) S 16877 16880 6971 0 -1 1077944384 1991 0 0 0 20 28 0 0 20 0 16 0 16907802 10878976000 35675 18446744073709551615 4194304 4196468 140731313324416 139630171040432 139630683990658 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 12 0 0 6293624 6294260 8716288 140731313332686 140731313332815 140731313332815 140731313336271 0
[pid=16880/tid=16896] ppid=16877 vsize=10624000 CPUtime=2516.77 cores=1,3,5,7
/proc/16880/task/16896/stat : 16896 (java) R 16877 16880 6971 0 -1 4202560 23451 0 0 0 251673 4 0 0 20 0 16 0 16907818 10878976000 35675 18446744073709551615 4194304 4196468 140731313324416 139630167850104 139630281271301 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8716288 140731313332686 140731313332815 140731313332815 140731313336271 0
Current children cumulated CPU time (s) 2520.08
Current children cumulated vsize (KiB) 10624000

Child status: 143
Real time (s): 2517.11
CPU time (s): 2520.1
CPU user time (s): 2519.78
CPU system time (s): 0.320038
CPU usage (%): 100.119
Max. virtual memory (cumulated for all children) (KiB): 10624000

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.78
system time used= 0.320038
maximum resident set size= 151448
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 61087
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1840
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 56805
involuntary context switches= 690

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.84319 second user time and 13.4485 second system time

The end

Launcher Data

Begin job on node124 at 2017-08-09 15:20:15
IDJOB=4263906
IDBENCH=126221
IDSOLVER=2652
FILE ID=node124/4263906-1502285671
RUNJOBID= node124-1502258094-11417
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= AbsCon-basic 2017-06-11
BENCH NAME= XCSP17/GolombRuler/GolombRuler-a3-s1/GolombRuler-15-a3.xml
COMMAND LINE= java -jar HOME/AbsCon-basic.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263906-1502285671/watcher-4263906-1502285671 -o /tmp/evaluation-result-4263906-1502285671/solver-4263906-1502285671 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node124-1502258094-11417 --watchdog 2580  java -jar HOME/AbsCon-basic.jar HOME/instance-4263906-1502285671.xml

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

MD5SUM BENCH= 0ccf44bf6198d309f3039e2504907429
RANDOM SEED=767677843

node124.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.51
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.51
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.51
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.51
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:        31683848 kB
MemAvailable:   31896748 kB
Buffers:          124676 kB
Cached:           379632 kB
SwapCached:            0 kB
Active:           369196 kB
Inactive:         311436 kB
Active(anon):     176816 kB
Inactive(anon):    16768 kB
Active(file):     192380 kB
Inactive(file):   294668 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7904 kB
Writeback:             0 kB
AnonPages:        115348 kB
Mapped:            45956 kB
Shmem:             17128 kB
Slab:             107976 kB
SReclaimable:      83372 kB
SUnreclaim:        24604 kB
KernelStack:        3808 kB
PageTables:         5576 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1145852 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     45056 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 62012 MiB
End job on node124 at 2017-08-09 16:02:12