Trace number 4263902

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)47 2520.0601 2517.3101

General information on the benchmark

NameGolombRuler/GolombRuler-a3-s1/
GolombRuler-09-a3.xml
MD5SUM99cce06e47b950d06ba02df1b2dd4384
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark44
Best CPU time to get the best result obtained on this benchmark4.9465399
Satisfiable
(Un)Satisfiability was proved
Number of variables90
Number of constraints39
Number of domains2
Minimum domain size500
Maximum domain size501
Distribution of domain sizes[{"size":500,"count":36},{"size":501,"count":9}]
Minimum variable degree0
Maximum variable degree10
Distribution of variable degrees[{"degree":0,"count":45},{"degree":2,"count":36},{"degree":9,"count":7},{"degree":10,"count":2}]
Minimum constraint arity1
Maximum constraint arity36
Distribution of constraint arities[{"arity":1,"count":1},{"arity":3,"count":36},{"arity":9,"count":1},{"arity":36,"count":1}]
Number of extensional constraints0
Number of intensional constraints37
Distribution of constraint types[{"type":"intension","count":37},{"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.22/0.38	
0.22/0.38	AbsCon 2 
0.22/0.38	
0.55/0.58	  Solving XCSP3-instance-4263902-1502286052 as a COP in -infty..+infty
0.55/0.58	  Loading variables...
0.77/0.64	  Loading constraints...
0.77/0.69	  Solver SolverBacktrack being built...
0.77/0.69	
1.05/0.73	  Preprocessing : gac=false, ccks=501, filters=16, revisions=1 (useless=0), AC=564, removals=564, inconsistent=false
1.05/0.73	
6.75/5.51	o 65
7.05/5.68	o 51
63.19/61.12	o 50
125.27/123.14	o 49
348.24/346.01	o 48
582.27/579.93	o 47
2520.03/2517.30	
2520.03/2517.30	v <instantiation id='sol6' type='solution' cost='47'>  <list> x[] y[][] </list>  <values> 0 1 3 10 16 21 35 43 47 * 1 3 10 16 21 35 43 47 * * 2 9 15 20 34 42 46 * * * 7 13 18 32 40 44 * * * * 6 11 25 33 37 * * * * * 5 19 27 31 * * * * * * 14 22 26 * * * * * * * 8 12 * * * * * * * * 4 * * * * * * * * * </values>  </instantiation>
2520.03/2517.30	s SATISFIABLE

Verifier Data

OK	47

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-4263902-1502286052/watcher-4263902-1502286052 -o /tmp/evaluation-result-4263902-1502286052/solver-4263902-1502286052 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1502258241-21716 --watchdog 2580 java -jar HOME/AbsCon-basic.jar HOME/instance-4263902-1502286052.xml 

pid=25874
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: 2.00 2.01 1.96 2/195 25877
/proc/meminfo: memFree=31490852/32770624 swapFree=0/184412
[pid=25877] ppid=25874 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/25877/stat : 25877 (runsolver) D 25874 25877 15981 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 30800876 24240128 106 18446744073709551615 4194304 4338465 140726897498288 140726897495928 140359069127383 0 0 1 24578 18446744071580418449 0 0 17 7 0 0 0 0 0 6438912 6441760 35090432 140726897500320 140726897500746 140726897500746 140726897504202 0
/proc/25877/statm: 5918 106 53 36 0 2156 0

[startup+0.100155 s]
/proc/loadavg: 2.00 2.01 1.96 2/195 25877
/proc/meminfo: memFree=31490852/32770624 swapFree=0/184412
[pid=25877] ppid=25874 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/25877/stat : 25877 (runsolver) D 25874 25877 15981 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 30800876 24240128 106 18446744073709551615 4194304 4338465 140726897498288 140726897495928 140359069127383 0 0 1 24578 18446744071580418449 0 0 17 7 0 0 0 0 0 6438912 6441760 35090432 140726897500320 140726897500746 140726897500746 140726897504202 0
/proc/25877/statm: 5918 106 53 36 0 2156 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 23672

[startup+0.200295 s]
/proc/loadavg: 2.00 2.01 1.96 2/195 25877
/proc/meminfo: memFree=31490852/32770624 swapFree=0/184412
[pid=25877] ppid=25874 vsize=10484492 CPUtime=0.05 cores=1,3,5,7
/proc/25877/stat : 25877 (java) S 25874 25877 15981 0 -1 1077944320 4789 0 0 0 5 0 0 0 20 0 14 0 30800876 10736119808 5838 18446744073709551615 4194304 4196468 140732149940128 140732149922672 140474514378487 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 10 0 0 6293624 6294260 32407552 140732149948878 140732149949007 140732149949007 140732149952463 0
/proc/25877/statm: 2621123 5838 2583 1 0 2610620 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 10484492

[startup+0.304405 s]
/proc/loadavg: 2.00 2.01 1.96 2/195 25877
/proc/meminfo: memFree=31490852/32770624 swapFree=0/184412
[pid=25877] ppid=25874 vsize=10551180 CPUtime=0.22 cores=1,3,5,7
/proc/25877/stat : 25877 (java) S 25874 25877 15981 0 -1 1077944320 8535 0 0 0 20 2 0 0 20 0 15 0 30800876 10804408320 8846 18446744073709551615 4194304 4196468 140732149940128 140732149922672 140474514378487 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 10 0 0 6293624 6294260 32407552 140732149948878 140732149949007 140732149949007 140732149952463 0
/proc/25877/statm: 2637795 8846 2876 1 0 2627261 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 10551180

[startup+0.708525 s]
/proc/loadavg: 2.00 2.01 1.96 2/195 25877
/proc/meminfo: memFree=31490852/32770624 swapFree=0/184412
[pid=25877] ppid=25874 vsize=10621952 CPUtime=1.05 cores=1,3,5,7
/proc/25877/stat : 25877 (java) S 25874 25877 15981 0 -1 1077944320 13543 0 0 0 100 5 0 0 20 0 16 0 30800876 10876878848 19707 18446744073709551615 4194304 4196468 140732149940128 140732149922672 140474514378487 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 10 0 0 6293624 6294260 32407552 140732149948878 140732149949007 140732149949007 140732149952463 0
/proc/25877/statm: 2655488 19707 3085 1 0 2644414 0
Current children cumulated CPU time (s) 1.05
Current children cumulated vsize (KiB) 10621952

[startup+1.50067 s]
/proc/loadavg: 2.00 2.01 1.96 3/211 25893
/proc/meminfo: memFree=31413104/32770624 swapFree=0/184412
[pid=25877] ppid=25874 vsize=10621952 CPUtime=2.27 cores=1,3,5,7
/proc/25877/stat : 25877 (java) S 25874 25877 15981 0 -1 1077944320 15354 0 0 0 222 5 0 0 20 0 16 0 30800876 10876878848 22824 18446744073709551615 4194304 4196468 140732149940128 140732149922672 140474514378487 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 10 0 0 6293624 6294260 32407552 140732149948878 140732149949007 140732149949007 140732149952463 0
/proc/25877/statm: 2655488 22824 3093 1 0 2644414 0
[pid=25877/tid=25879] ppid=25874 vsize=10621952 CPUtime=0.21 cores=1,3,5,7
/proc/25877/task/25879/stat : 25879 (java) S 25874 25877 15981 0 -1 1077944384 6167 0 0 0 19 2 0 0 20 0 16 0 30800887 10876878848 22824 18446744073709551615 4194304 4196468 140732149940128 140474518621360 140474514388693 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 4 0 0 6293624 6294260 32407552 140732149948878 140732149949007 140732149949007 140732149952463 0
[pid=25877/tid=25880] ppid=25874 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/25877/task/25880/stat : 25880 (java) S 25874 25877 15981 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 30800888 10876878848 22824 18446744073709551615 4194304 4196468 140732149940128 140474444798480 140474514388693 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32407552 140732149948878 140732149949007 140732149949007 140732149952463 0
[pid=25877/tid=25881] ppid=25874 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/25877/task/25881/stat : 25881 (java) S 25874 25877 15981 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 30800888 10876878848 22824 18446744073709551615 4194304 4196468 140732149940128 140474443745936 140474514388693 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32407552 140732149948878 140732149949007 140732149949007 140732149952463 0
[pid=25877/tid=25882] ppid=25874 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/25877/task/25882/stat : 25882 (java) S 25874 25877 15981 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 30800888 10876878848 22824 18446744073709551615 4194304 4196468 140732149940128 140474442692880 140474514388693 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32407552 140732149948878 140732149949007 140732149949007 140732149952463 0
[pid=25877/tid=25883] ppid=25874 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/25877/task/25883/stat : 25883 (java) S 25874 25877 15981 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 30800888 10876878848 22824 18446744073709551615 4194304 4196468 140732149940128 140474441640336 140474514388693 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32407552 140732149948878 140732149949007 140732149949007 140732149952463 0
[pid=25877/tid=25884] ppid=25874 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/25877/task/25884/stat : 25884 (java) S 25874 25877 15981 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 16 0 30800889 10876878848 22824 18446744073709551615 4194304 4196468 140732149940128 140473823529712 140474514389634 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32407552 140732149948878 140732149949007 140732149949007 140732149952463 0
[pid=25877/tid=25885] ppid=25874 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/25877/task/25885/stat : 25885 (java) S 25874 25877 15981 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 30800889 10876878848 22824 18446744073709551615 4194304 4196468 140732149940128 140473822475936 140474514388693 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32407552 140732149948878 140732149949007 140732149949007 140732149952463 0
[pid=25877/tid=25886] ppid=25874 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/25877/task/25886/stat : 25886 (java) S 25874 25877 15981 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 30800890 10876878848 22824 18446744073709551615 4194304 4196468 140732149940128 140473821422832 140474514388693 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32407552 140732149948878 140732149949007 140732149949007 140732149952463 0
[pid=25877/tid=25887] ppid=25874 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/25877/task/25887/stat : 25887 (java) S 25874 25877 15981 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 30800892 10876878848 22824 18446744073709551615 4194304 4196468 140732149940128 140473820371408 140474514397083 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32407552 140732149948878 140732149949007 140732149949007 140732149952463 0
[pid=25877/tid=25888] ppid=25874 vsize=10621952 CPUtime=0.24 cores=1,3,5,7
/proc/25877/task/25888/stat : 25888 (java) S 25874 25877 15981 0 -1 1077944384 991 0 0 0 24 0 0 0 20 0 16 0 30800892 10876878848 22824 18446744073709551615 4194304 4196468 140732149940128 140473819318512 140474514389634 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32407552 140732149948878 140732149949007 140732149949007 140732149952463 0
[pid=25877/tid=25889] ppid=25874 vsize=10621952 CPUtime=0.37 cores=1,3,5,7
/proc/25877/task/25889/stat : 25889 (java) S 25874 25877 15981 0 -1 1077944384 1814 0 0 0 37 0 0 0 20 0 16 0 30800892 10876878848 22824 18446744073709551615 4194304 4196468 140732149940128 140473750514032 140474514389634 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32407552 140732149948878 140732149949007 140732149949007 140732149952463 0
[pid=25877/tid=25890] ppid=25874 vsize=10621952 CPUtime=0.29 cores=1,3,5,7
/proc/25877/task/25890/stat : 25890 (java) S 25874 25877 15981 0 -1 1077944384 1546 0 0 0 29 0 0 0 20 0 16 0 30800892 10876878848 22824 18446744073709551615 4194304 4196468 140732149940128 140473749460976 140474514389634 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32407552 140732149948878 140732149949007 140732149949007 140732149952463 0
[pid=25877/tid=25891] ppid=25874 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/25877/task/25891/stat : 25891 (java) S 25874 25877 15981 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 30800892 10876878848 22824 18446744073709551615 4194304 4196468 140732149940128 140473748408672 140474514388693 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32407552 140732149948878 140732149949007 140732149949007 140732149952463 0
[pid=25877/tid=25892] ppid=25874 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/25877/task/25892/stat : 25892 (java) S 25874 25877 15981 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 30800897 10876878848 22824 18446744073709551615 4194304 4196468 140732149940128 140473747356720 140474514389634 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32407552 140732149948878 140732149949007 140732149949007 140732149952463 0
[pid=25877/tid=25893] ppid=25874 vsize=10621952 CPUtime=1.11 cores=1,3,5,7
/proc/25877/task/25893/stat : 25893 (java) R 25874 25877 15981 0 -1 4202560 3465 0 0 0 110 1 0 0 20 0 16 0 30800913 10876878848 22824 18446744073709551615 4194304 4196468 140732149940128 140473744165904 140474106270791 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32407552 140732149948878 140732149949007 140732149949007 140732149952463 0
Current children cumulated CPU time (s) 2.27
Current children cumulated vsize (KiB) 10621952

[startup+3.10057 s]
/proc/loadavg: 2.00 2.01 1.96 3/211 25893
/proc/meminfo: memFree=31411616/32770624 swapFree=0/184412
[pid=25877] ppid=25874 vsize=10624000 CPUtime=3.94 cores=1,3,5,7
/proc/25877/stat : 25877 (java) S 25874 25877 15981 0 -1 1077944320 16687 0 0 0 389 5 0 0 20 0 16 0 30800876 10878976000 23392 18446744073709551615 4194304 4196468 140732149940128 140732149922672 140474514378487 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 10 0 0 6293624 6294260 32407552 140732149948878 140732149949007 140732149949007 140732149952463 0
/proc/25877/statm: 2656000 23392 3093 1 0 2644926 0
[pid=25877/tid=25879] ppid=25874 vsize=10624000 CPUtime=0.21 cores=1,3,5,7
/proc/25877/task/25879/stat : 25879 (java) S 25874 25877 15981 0 -1 1077944384 6167 0 0 0 19 2 0 0 20 0 16 0 30800887 10878976000 23392 18446744073709551615 4194304 4196468 140732149940128 140474518621360 140474514388693 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 4 0 0 6293624 6294260 32407552 140732149948878 140732149949007 140732149949007 140732149952463 0
[pid=25877/tid=25880] ppid=25874 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/25877/task/25880/stat : 25880 (java) S 25874 25877 15981 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 30800888 10878976000 23392 18446744073709551615 4194304 4196468 140732149940128 140474444798480 140474514388693 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32407552 140732149948878 140732149949007 140732149949007 140732149952463 0
[pid=25877/tid=25881] ppid=25874 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/25877/task/25881/stat : 25881 (java) S 25874 25877 15981 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 30800888 10878976000 23392 18446744073709551615 4194304 4196468 140732149940128 140474443745936 140474514388693 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32407552 140732149948878 140732149949007 140732149949007 140732149952463 0
[pid=25877/tid=25882] ppid=25874 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/25877/task/25882/stat : 25882 (java) S 25874 25877 15981 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 30800888 10878976000 23392 18446744073709551615 4194304 4196468 140732149940128 140474442692880 140474514388693 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32407552 140732149948878 140732149949007 140732149949007 140732149952463 0
[pid=25877/tid=25883] ppid=25874 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/25877/task/25883/stat : 25883 (java) S 25874 25877 15981 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 30800888 10878976000 23392 18446744073709551615 4194304 4196468 140732149940128 140474441640336 140474514388693 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32407552 140732149948878 140732149949007 140732149949007 140732149952463 0
[pid=25877/tid=25884] ppid=25874 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/25877/task/25884/stat : 25884 (java) S 25874 25877 15981 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 16 0 30800889 10878976000 23392 18446744073709551615 4194304 4196468 140732149940128 140473823529712 140474514389634 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32407552 140732149948878 140732149949007 140732149949007 140732149952463 0
[pid=25877/tid=25885] ppid=25874 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/25877/task/25885/stat : 25885 (java) S 25874 25877 15981 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 30800889 10878976000 23392 18446744073709551615 4194304 4196468 140732149940128 140473822475936 140474514388693 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32407552 140732149948878 140732149949007 140732149949007 140732149952463 0
[pid=25877/tid=25886] ppid=25874 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/25877/task/25886/stat : 25886 (java) S 25874 25877 15981 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 30800890 10878976000 23392 18446744073709551615 4194304 4196468 140732149940128 140473821422832 140474514388693 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32407552 140732149948878 140732149949007 140732149949007 140732149952463 0
[pid=25877/tid=25887] ppid=25874 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/25877/task/25887/stat : 25887 (java) S 25874 25877 15981 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 30800892 10878976000 23392 18446744073709551615 4194304 4196468 140732149940128 140473820371408 140474514397083 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32407552 140732149948878 140732149949007 140732149949007 140732149952463 0
[pid=25877/tid=25888] ppid=25874 vsize=10624000 CPUtime=0.28 cores=1,3,5,7
/proc/25877/task/25888/stat : 25888 (java) S 25874 25877 15981 0 -1 1077944384 1179 0 0 0 28 0 0 0 20 0 16 0 30800892 10878976000 23392 18446744073709551615 4194304 4196468 140732149940128 140473819318512 140474514389634 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32407552 140732149948878 140732149949007 140732149949007 140732149952463 0
[pid=25877/tid=25889] ppid=25874 vsize=10624000 CPUtime=0.4 cores=1,3,5,7
/proc/25877/task/25889/stat : 25889 (java) S 25874 25877 15981 0 -1 1077944384 2031 0 0 0 40 0 0 0 20 0 16 0 30800892 10878976000 23392 18446744073709551615 4194304 4196468 140732149940128 140473750514032 140474514389634 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32407552 140732149948878 140732149949007 140732149949007 140732149952463 0
[pid=25877/tid=25890] ppid=25874 vsize=10624000 CPUtime=0.3 cores=1,3,5,7
/proc/25877/task/25890/stat : 25890 (java) D 25874 25877 15981 0 -1 4202560 1934 0 0 0 30 0 0 0 20 0 16 0 30800892 10878976000 23392 18446744073709551615 4194304 4196468 140732149940128 140473749460896 140474494302623 0 4 1 16800974 18446744072099589253 0 0 -1 7 0 0 0 0 0 6293624 6294260 32407552 140732149948878 140732149949007 140732149949007 140732149952463 0
[pid=25877/tid=25891] ppid=25874 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/25877/task/25891/stat : 25891 (java) S 25874 25877 15981 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 30800892 10878976000 23392 18446744073709551615 4194304 4196468 140732149940128 140473748408672 140474514388693 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32407552 140732149948878 140732149949007 140732149949007 140732149952463 0
[pid=25877/tid=25892] ppid=25874 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/25877/task/25892/stat : 25892 (java) D 25874 25877 15981 0 -1 4202560 33 0 0 0 0 0 0 0 20 0 16 0 30800897 10878976000 23392 18446744073709551615 4194304 4196468 140732149940128 140473747356640 140474499234574 0 4 1 16800974 18446744072099589253 0 0 -1 7 0 0 0 0 0 6293624 6294260 32407552 140732149948878 140732149949007 140732149949007 140732149952463 0
[pid=25877/tid=25893] ppid=25874 vsize=10624000 CPUtime=2.71 cores=1,3,5,7
/proc/25877/task/25893/stat : 25893 (java) R 25874 25877 15981 0 -1 4202560 3964 0 0 0 270 1 0 0 20 0 16 0 30800913 10878976000 23392 18446744073709551615 4194304 4196468 140732149940128 140473744166472 140474106309647 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32407552 140732149948878 140732149949007 140732149949007 140732149952463 0
Current children cumulated CPU time (s) 3.94
Current children cumulated vsize (KiB) 10624000

[startup+6.3006 s]
/proc/loadavg: 2.00 2.01 1.96 3/211 25893
/proc/meminfo: memFree=31402132/32770624 swapFree=0/184448
[pid=25877] ppid=25874 vsize=10624000 CPUtime=7.88 cores=1,3,5,7
/proc/25877/stat : 25877 (java) S 25874 25877 15981 0 -1 1077944320 24833 0 0 0 781 7 0 0 20 0 16 0 30800876 10878976000 25151 18446744073709551615 4194304 4196468 140732149940128 140732149922672 140474514378487 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 10 0 0 6293624 6294260 32407552 140732149948878 140732149949007 140732149949007 140732149952463 0
/proc/25877/statm: 2656000 25151 3100 1 0 2644926 0
[pid=25877/tid=25879] ppid=25874 vsize=10624000 CPUtime=0.21 cores=1,3,5,7
/proc/25877/task/25879/stat : 25879 (java) S 25874 25877 15981 0 -1 1077944384 6167 0 0 0 19 2 0 0 20 0 16 0 30800887 10878976000 25151 18446744073709551615 4194304 4196468 140732149940128 140474518621360 140474514388693 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 4 0 0 6293624 6294260 32407552 140732149948878 140732149949007 140732149949007 140732149952463 0
[pid=25877/tid=25880] ppid=25874 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/25877/task/25880/stat : 25880 (java) S 25874 25877 15981 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 30800888 10878976000 25151 18446744073709551615 4194304 4196468 140732149940128 140474444798480 140474514388693 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32407552 140732149948878 140732149949007 140732149949007 140732149952463 0
[pid=25877/tid=25881] ppid=25874 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/25877/task/25881/stat : 25881 (java) S 25874 25877 15981 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 30800888 10878976000 25151 18446744073709551615 4194304 4196468 140732149940128 140474443745936 140474514388693 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32407552 140732149948878 140732149949007 140732149949007 140732149952463 0
[pid=25877/tid=25882] ppid=25874 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/25877/task/25882/stat : 25882 (java) S 25874 25877 15981 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 30800888 10878976000 25151 18446744073709551615 4194304 4196468 140732149940128 140474442692880 140474514388693 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32407552 140732149948878 140732149949007 140732149949007 140732149952463 0
[pid=25877/tid=25883] ppid=25874 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/25877/task/25883/stat : 25883 (java) S 25874 25877 15981 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 30800888 10878976000 25151 18446744073709551615 4194304 4196468 140732149940128 140474441640336 140474514388693 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32407552 140732149948878 140732149949007 140732149949007 140732149952463 0
[pid=25877/tid=25884] ppid=25874 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/25877/task/25884/stat : 25884 (java) S 25874 25877 15981 0 -1 1077944384 388 0 0 0 0 0 0 0 20 0 16 0 30800889 10878976000 25151 18446744073709551615 4194304 4196468 140732149940128 140473823529712 140474514389634 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32407552 140732149948878 140732149949007 140732149949007 140732149952463 0
[pid=25877/tid=25885] ppid=25874 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/25877/task/25885/stat : 25885 (java) S 25874 25877 15981 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 30800889 10878976000 25151 18446744073709551615 4194304 4196468 140732149940128 140473822475936 140474514388693 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32407552 140732149948878 140732149949007 140732149949007 140732149952463 0
[pid=25877/tid=25886] ppid=25874 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/25877/task/25886/stat : 25886 (java) S 25874 25877 15981 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 30800890 10878976000 25151 18446744073709551615 4194304 4196468 140732149940128 140473821422832 140474514388693 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32407552 140732149948878 140732149949007 140732149949007 140732149952463 0
[pid=25877/tid=25887] ppid=25874 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/25877/task/25887/stat : 25887 (java) S 25874 25877 15981 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 30800892 10878976000 25151 18446744073709551615 4194304 4196468 140732149940128 140473820371408 140474514397083 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32407552 140732149948878 140732149949007 140732149949007 140732149952463 0
[pid=25877/tid=25888] ppid=25874 vsize=10624000 CPUtime=0.7 cores=1,3,5,7
/proc/25877/task/25888/stat : 25888 (java) S 25874 25877 15981 0 -1 1077944384 3420 0 0 0 70 0 0 0 20 0 16 0 30800892 10878976000 25151 18446744073709551615 4194304 4196468 140732149940128 140473819318512 140474514389634 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32407552 140732149948878 140732149949007 140732149949007 140732149952463 0
[pid=25877/tid=25889] ppid=25874 vsize=10624000 CPUtime=0.64 cores=1,3,5,7
/proc/25877/task/25889/stat : 25889 (java) S 25874 25877 15981 0 -1 1077944384 3703 0 0 0 64 0 0 0 20 0 16 0 30800892 10878976000 25151 18446744073709551615 4194304 4196468 140732149940128 140473750514032 140474514389634 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32407552 140732149948878 140732149949007 140732149949007 140732149952463 0
[pid=25877/tid=25890] ppid=25874 vsize=10624000 CPUtime=0.36 cores=1,3,5,7
/proc/25877/task/25890/stat : 25890 (java) S 25874 25877 15981 0 -1 1077944384 2645 0 0 0 36 0 0 0 20 0 16 0 30800892 10878976000 25151 18446744073709551615 4194304 4196468 140732149940128 140473749460976 140474514389634 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 17 0 0 6293624 6294260 32407552 140732149948878 140732149949007 140732149949007 140732149952463 0
[pid=25877/tid=25891] ppid=25874 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/25877/task/25891/stat : 25891 (java) S 25874 25877 15981 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 30800892 10878976000 25151 18446744073709551615 4194304 4196468 140732149940128 140473748408672 140474514388693 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32407552 140732149948878 140732149949007 140732149949007 140732149952463 0
[pid=25877/tid=25892] ppid=25874 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/25877/task/25892/stat : 25892 (java) S 25874 25877 15981 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 16 0 30800897 10878976000 25151 18446744073709551615 4194304 4196468 140732149940128 140473747356720 140474514389634 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 17 0 0 6293624 6294260 32407552 140732149948878 140732149949007 140732149949007 140732149952463 0
[pid=25877/tid=25893] ppid=25874 vsize=10624000 CPUtime=5.9 cores=1,3,5,7
/proc/25877/task/25893/stat : 25893 (java) R 25874 25877 15981 0 -1 4202560 7087 0 0 0 588 2 0 0 20 0 16 0 30800913 10878976000 25151 18446744073709551615 4194304 4196468 140732149940128 140473744156672 140474107181206 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32407552 140732149948878 140732149949007 140732149949007 140732149952463 0
Current children cumulated CPU time (s) 7.88
Current children cumulated vsize (KiB) 10624000

[startup+12.7006 s]
/proc/loadavg: 2.00 2.01 1.96 3/211 25893
/proc/meminfo: memFree=31397856/32770624 swapFree=0/184448
[pid=25877] ppid=25874 vsize=10624000 CPUtime=14.72 cores=1,3,5,7
/proc/25877/stat : 25877 (java) S 25874 25877 15981 0 -1 1077944320 29285 0 0 0 1464 8 0 0 20 0 16 0 30800876 10878976000 25773 18446744073709551615 4194304 4196468 140732149940128 140732149922672 140474514378487 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 10 0 0 6293624 6294260 32407552 140732149948878 140732149949007 140732149949007 140732149952463 0
/proc/25877/statm: 2656000 25773 3105 1 0 2644926 0
[pid=25877/tid=25879] ppid=25874 vsize=10624000 CPUtime=0.21 cores=1,3,5,7
/proc/25877/task/25879/stat : 25879 (java) S 25874 25877 15981 0 -1 1077944384 6167 0 0 0 19 2 0 0 20 0 16 0 30800887 10878976000 25773 18446744073709551615 4194304 4196468 140732149940128 140474518621360 140474514388693 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 4 0 0 6293624 6294260 32407552 140732149948878 140732149949007 140732149949007 140732149952463 0
[pid=25877/tid=25880] ppid=25874 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/25877/task/25880/stat : 25880 (java) S 25874 25877 15981 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 30800888 10878976000 25773 18446744073709551615 4194304 4196468 140732149940128 140474444798480 140474514388693 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32407552 140732149948878 140732149949007 140732149949007 140732149952463 0
[pid=25877/tid=25881] ppid=25874 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/25877/task/25881/stat : 25881 (java) S 25874 25877 15981 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 30800888 10878976000 25773 18446744073709551615 4194304 4196468 140732149940128 140474443745936 140474514388693 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32407552 140732149948878 140732149949007 140732149949007 140732149952463 0
[pid=25877/tid=25882] ppid=25874 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/25877/task/25882/stat : 25882 (java) S 25874 25877 15981 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 30800888 10878976000 25773 18446744073709551615 4194304 4196468 140732149940128 140474442692880 140474514388693 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32407552 140732149948878 140732149949007 140732149949007 140732149952463 0
[pid=25877/tid=25883] ppid=25874 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/25877/task/25883/stat : 25883 (java) S 25874 25877 15981 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 30800888 10878976000 25773 18446744073709551615 4194304 4196468 140732149940128 140474441640336 140474514388693 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32407552 140732149948878 140732149949007 140732149949007 140732149952463 0
[pid=25877/tid=25884] ppid=25874 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/25877/task/25884/stat : 25884 (java) S 25874 25877 15981 0 -1 1077944384 450 0 0 0 0 0 0 0 20 0 16 0 30800889 10878976000 25773 18446744073709551615 4194304 4196468 140732149940128 140473823529712 140474514389634 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32407552 140732149948878 140732149949007 140732149949007 140732149952463 0

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

/proc/meminfo: memFree=30525152/32770624 swapFree=0/186252
[pid=25877] ppid=25874 vsize=10624000 CPUtime=2445.03 cores=1,3,5,7
/proc/25877/stat : 25877 (java) S 25874 25877 15981 0 -1 1077944320 51551 0 0 0 244471 32 0 0 20 0 16 0 30800876 10878976000 37337 18446744073709551615 4194304 4196468 140732149940128 140732149922672 140474514378487 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 10 0 0 6293624 6294260 32407552 140732149948878 140732149949007 140732149949007 140732149952463 0
/proc/25877/statm: 2656000 37337 3115 1 0 2644926 0
[pid=25877/tid=25879] ppid=25874 vsize=10624000 CPUtime=0.21 cores=1,3,5,7
/proc/25877/task/25879/stat : 25879 (java) S 25874 25877 15981 0 -1 1077944384 6167 0 0 0 19 2 0 0 20 0 16 0 30800887 10878976000 37337 18446744073709551615 4194304 4196468 140732149940128 140474518621360 140474514388693 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 4 0 0 6293624 6294260 32407552 140732149948878 140732149949007 140732149949007 140732149952463 0
[pid=25877/tid=25880] ppid=25874 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/25877/task/25880/stat : 25880 (java) S 25874 25877 15981 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 30800888 10878976000 37337 18446744073709551615 4194304 4196468 140732149940128 140474444798480 140474514388693 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32407552 140732149948878 140732149949007 140732149949007 140732149952463 0
[pid=25877/tid=25881] ppid=25874 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/25877/task/25881/stat : 25881 (java) S 25874 25877 15981 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 30800888 10878976000 37337 18446744073709551615 4194304 4196468 140732149940128 140474443745936 140474514388693 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32407552 140732149948878 140732149949007 140732149949007 140732149952463 0
[pid=25877/tid=25882] ppid=25874 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/25877/task/25882/stat : 25882 (java) S 25874 25877 15981 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 30800888 10878976000 37337 18446744073709551615 4194304 4196468 140732149940128 140474442692880 140474514388693 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32407552 140732149948878 140732149949007 140732149949007 140732149952463 0
[pid=25877/tid=25883] ppid=25874 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/25877/task/25883/stat : 25883 (java) S 25874 25877 15981 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 30800888 10878976000 37337 18446744073709551615 4194304 4196468 140732149940128 140474441640336 140474514388693 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32407552 140732149948878 140732149949007 140732149949007 140732149952463 0
[pid=25877/tid=25884] ppid=25874 vsize=10624000 CPUtime=0.02 cores=1,3,5,7
/proc/25877/task/25884/stat : 25884 (java) S 25874 25877 15981 0 -1 1077944384 821 0 0 0 1 1 0 0 20 0 16 0 30800889 10878976000 37337 18446744073709551615 4194304 4196468 140732149940128 140473823529712 140474514389634 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32407552 140732149948878 140732149949007 140732149949007 140732149952463 0
[pid=25877/tid=25885] ppid=25874 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/25877/task/25885/stat : 25885 (java) S 25874 25877 15981 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 30800889 10878976000 37337 18446744073709551615 4194304 4196468 140732149940128 140473822475936 140474514388693 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32407552 140732149948878 140732149949007 140732149949007 140732149952463 0
[pid=25877/tid=25886] ppid=25874 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/25877/task/25886/stat : 25886 (java) S 25874 25877 15981 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 30800890 10878976000 37337 18446744073709551615 4194304 4196468 140732149940128 140473821422832 140474514388693 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32407552 140732149948878 140732149949007 140732149949007 140732149952463 0
[pid=25877/tid=25887] ppid=25874 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/25877/task/25887/stat : 25887 (java) S 25874 25877 15981 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 30800892 10878976000 37337 18446744073709551615 4194304 4196468 140732149940128 140473820371408 140474514397083 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32407552 140732149948878 140732149949007 140732149949007 140732149952463 0
[pid=25877/tid=25888] ppid=25874 vsize=10624000 CPUtime=0.97 cores=1,3,5,7
/proc/25877/task/25888/stat : 25888 (java) S 25874 25877 15981 0 -1 1077944384 6541 0 0 0 96 1 0 0 20 0 16 0 30800892 10878976000 37337 18446744073709551615 4194304 4196468 140732149940128 140473819318512 140474514389634 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32407552 140732149948878 140732149949007 140732149949007 140732149952463 0
[pid=25877/tid=25889] ppid=25874 vsize=10624000 CPUtime=1.03 cores=1,3,5,7
/proc/25877/task/25889/stat : 25889 (java) S 25874 25877 15981 0 -1 1077944384 8497 0 0 0 101 2 0 0 20 0 16 0 30800892 10878976000 37337 18446744073709551615 4194304 4196468 140732149940128 140473750514032 140474514389634 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32407552 140732149948878 140732149949007 140732149949007 140732149952463 0
[pid=25877/tid=25890] ppid=25874 vsize=10624000 CPUtime=0.49 cores=1,3,5,7
/proc/25877/task/25890/stat : 25890 (java) S 25874 25877 15981 0 -1 1077944384 7899 0 0 0 48 1 0 0 20 0 16 0 30800892 10878976000 37337 18446744073709551615 4194304 4196468 140732149940128 140473749460976 140474514389634 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 17 0 0 6293624 6294260 32407552 140732149948878 140732149949007 140732149949007 140732149952463 0
[pid=25877/tid=25891] ppid=25874 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/25877/task/25891/stat : 25891 (java) S 25874 25877 15981 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 30800892 10878976000 37337 18446744073709551615 4194304 4196468 140732149940128 140473748408672 140474514388693 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32407552 140732149948878 140732149949007 140732149949007 140732149952463 0
[pid=25877/tid=25892] ppid=25874 vsize=10624000 CPUtime=0.46 cores=1,3,5,7
/proc/25877/task/25892/stat : 25892 (java) S 25874 25877 15981 0 -1 1077944384 1113 0 0 0 20 26 0 0 20 0 16 0 30800897 10878976000 37337 18446744073709551615 4194304 4196468 140732149940128 140473747356720 140474514389634 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 18 0 0 6293624 6294260 32407552 140732149948878 140732149949007 140732149949007 140732149952463 0
[pid=25877/tid=25893] ppid=25874 vsize=10624000 CPUtime=2441.8 cores=1,3,5,7
/proc/25877/task/25893/stat : 25893 (java) R 25874 25877 15981 0 -1 4202560 19150 0 0 0 244176 4 0 0 20 0 16 0 30800913 10878976000 37337 18446744073709551615 4194304 4196468 140732149940128 140473744164840 140474107619456 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32407552 140732149948878 140732149949007 140732149949007 140732149952463 0
Current children cumulated CPU time (s) 2445.03
Current children cumulated vsize (KiB) 10624000

[startup+2502.3 s]
/proc/loadavg: 2.01 2.04 2.15 3/211 26294
/proc/meminfo: memFree=30526052/32770624 swapFree=0/186284
[pid=25877] ppid=25874 vsize=10624000 CPUtime=2505.03 cores=1,3,5,7
/proc/25877/stat : 25877 (java) S 25874 25877 15981 0 -1 1077944320 51610 0 0 0 250471 32 0 0 20 0 16 0 30800876 10878976000 37337 18446744073709551615 4194304 4196468 140732149940128 140732149922672 140474514378487 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 10 0 0 6293624 6294260 32407552 140732149948878 140732149949007 140732149949007 140732149952463 0
/proc/25877/statm: 2656000 37337 3115 1 0 2644926 0
[pid=25877/tid=25879] ppid=25874 vsize=10624000 CPUtime=0.21 cores=1,3,5,7
/proc/25877/task/25879/stat : 25879 (java) S 25874 25877 15981 0 -1 1077944384 6167 0 0 0 19 2 0 0 20 0 16 0 30800887 10878976000 37337 18446744073709551615 4194304 4196468 140732149940128 140474518621360 140474514388693 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 4 0 0 6293624 6294260 32407552 140732149948878 140732149949007 140732149949007 140732149952463 0
[pid=25877/tid=25880] ppid=25874 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/25877/task/25880/stat : 25880 (java) S 25874 25877 15981 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 30800888 10878976000 37337 18446744073709551615 4194304 4196468 140732149940128 140474444798480 140474514388693 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32407552 140732149948878 140732149949007 140732149949007 140732149952463 0
[pid=25877/tid=25881] ppid=25874 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/25877/task/25881/stat : 25881 (java) S 25874 25877 15981 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 30800888 10878976000 37337 18446744073709551615 4194304 4196468 140732149940128 140474443745936 140474514388693 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32407552 140732149948878 140732149949007 140732149949007 140732149952463 0
[pid=25877/tid=25882] ppid=25874 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/25877/task/25882/stat : 25882 (java) S 25874 25877 15981 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 30800888 10878976000 37337 18446744073709551615 4194304 4196468 140732149940128 140474442692880 140474514388693 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32407552 140732149948878 140732149949007 140732149949007 140732149952463 0
[pid=25877/tid=25883] ppid=25874 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/25877/task/25883/stat : 25883 (java) S 25874 25877 15981 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 30800888 10878976000 37337 18446744073709551615 4194304 4196468 140732149940128 140474441640336 140474514388693 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32407552 140732149948878 140732149949007 140732149949007 140732149952463 0
[pid=25877/tid=25884] ppid=25874 vsize=10624000 CPUtime=0.02 cores=1,3,5,7
/proc/25877/task/25884/stat : 25884 (java) S 25874 25877 15981 0 -1 1077944384 823 0 0 0 1 1 0 0 20 0 16 0 30800889 10878976000 37337 18446744073709551615 4194304 4196468 140732149940128 140473823529712 140474514389634 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32407552 140732149948878 140732149949007 140732149949007 140732149952463 0
[pid=25877/tid=25885] ppid=25874 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/25877/task/25885/stat : 25885 (java) S 25874 25877 15981 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 30800889 10878976000 37337 18446744073709551615 4194304 4196468 140732149940128 140473822475936 140474514388693 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32407552 140732149948878 140732149949007 140732149949007 140732149952463 0
[pid=25877/tid=25886] ppid=25874 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/25877/task/25886/stat : 25886 (java) S 25874 25877 15981 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 30800890 10878976000 37337 18446744073709551615 4194304 4196468 140732149940128 140473821422832 140474514388693 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32407552 140732149948878 140732149949007 140732149949007 140732149952463 0
[pid=25877/tid=25887] ppid=25874 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/25877/task/25887/stat : 25887 (java) S 25874 25877 15981 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 30800892 10878976000 37337 18446744073709551615 4194304 4196468 140732149940128 140473820371408 140474514397083 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32407552 140732149948878 140732149949007 140732149949007 140732149952463 0
[pid=25877/tid=25888] ppid=25874 vsize=10624000 CPUtime=0.97 cores=1,3,5,7
/proc/25877/task/25888/stat : 25888 (java) S 25874 25877 15981 0 -1 1077944384 6543 0 0 0 96 1 0 0 20 0 16 0 30800892 10878976000 37337 18446744073709551615 4194304 4196468 140732149940128 140473819318512 140474514389634 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32407552 140732149948878 140732149949007 140732149949007 140732149952463 0
[pid=25877/tid=25889] ppid=25874 vsize=10624000 CPUtime=1.03 cores=1,3,5,7
/proc/25877/task/25889/stat : 25889 (java) S 25874 25877 15981 0 -1 1077944384 8499 0 0 0 101 2 0 0 20 0 16 0 30800892 10878976000 37337 18446744073709551615 4194304 4196468 140732149940128 140473750514032 140474514389634 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32407552 140732149948878 140732149949007 140732149949007 140732149952463 0
[pid=25877/tid=25890] ppid=25874 vsize=10624000 CPUtime=0.49 cores=1,3,5,7
/proc/25877/task/25890/stat : 25890 (java) S 25874 25877 15981 0 -1 1077944384 7901 0 0 0 48 1 0 0 20 0 16 0 30800892 10878976000 37337 18446744073709551615 4194304 4196468 140732149940128 140473749460976 140474514389634 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 17 0 0 6293624 6294260 32407552 140732149948878 140732149949007 140732149949007 140732149952463 0
[pid=25877/tid=25891] ppid=25874 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/25877/task/25891/stat : 25891 (java) S 25874 25877 15981 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 30800892 10878976000 37337 18446744073709551615 4194304 4196468 140732149940128 140473748408672 140474514388693 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32407552 140732149948878 140732149949007 140732149949007 140732149952463 0
[pid=25877/tid=25892] ppid=25874 vsize=10624000 CPUtime=0.47 cores=1,3,5,7
/proc/25877/task/25892/stat : 25892 (java) S 25874 25877 15981 0 -1 1077944384 1119 0 0 0 21 26 0 0 20 0 16 0 30800897 10878976000 37337 18446744073709551615 4194304 4196468 140732149940128 140473747356720 140474514389634 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 18 0 0 6293624 6294260 32407552 140732149948878 140732149949007 140732149949007 140732149952463 0
[pid=25877/tid=25893] ppid=25874 vsize=10624000 CPUtime=2501.8 cores=1,3,5,7
/proc/25877/task/25893/stat : 25893 (java) R 25874 25877 15981 0 -1 4202560 19195 0 0 0 250176 4 0 0 20 0 16 0 30800913 10878976000 37337 18446744073709551615 4194304 4196468 140732149940128 140473744164840 140474106485359 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32407552 140732149948878 140732149949007 140732149949007 140732149952463 0
Current children cumulated CPU time (s) 2505.03
Current children cumulated vsize (KiB) 10624000



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2517.3 s]
/proc/loadavg: 2.08 2.05 2.15 3/211 26295
/proc/meminfo: memFree=30526052/32770624 swapFree=0/186292
[pid=25877] ppid=25874 vsize=10624000 CPUtime=2520.03 cores=1,3,5,7
/proc/25877/stat : 25877 (java) S 25874 25877 15981 0 -1 1077944320 51611 0 0 0 251971 32 0 0 20 0 16 0 30800876 10878976000 37337 18446744073709551615 4194304 4196468 140732149940128 140732149922672 140474514378487 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 10 0 0 6293624 6294260 32407552 140732149948878 140732149949007 140732149949007 140732149952463 0
/proc/25877/statm: 2656000 37337 3115 1 0 2644926 0
[pid=25877/tid=25879] ppid=25874 vsize=10624000 CPUtime=0.21 cores=1,3,5,7
/proc/25877/task/25879/stat : 25879 (java) S 25874 25877 15981 0 -1 1077944384 6167 0 0 0 19 2 0 0 20 0 16 0 30800887 10878976000 37337 18446744073709551615 4194304 4196468 140732149940128 140474518621360 140474514388693 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 4 0 0 6293624 6294260 32407552 140732149948878 140732149949007 140732149949007 140732149952463 0
[pid=25877/tid=25880] ppid=25874 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/25877/task/25880/stat : 25880 (java) S 25874 25877 15981 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 30800888 10878976000 37337 18446744073709551615 4194304 4196468 140732149940128 140474444798480 140474514388693 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32407552 140732149948878 140732149949007 140732149949007 140732149952463 0
[pid=25877/tid=25881] ppid=25874 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/25877/task/25881/stat : 25881 (java) S 25874 25877 15981 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 30800888 10878976000 37337 18446744073709551615 4194304 4196468 140732149940128 140474443745936 140474514388693 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32407552 140732149948878 140732149949007 140732149949007 140732149952463 0
[pid=25877/tid=25882] ppid=25874 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/25877/task/25882/stat : 25882 (java) S 25874 25877 15981 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 30800888 10878976000 37337 18446744073709551615 4194304 4196468 140732149940128 140474442692880 140474514388693 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32407552 140732149948878 140732149949007 140732149949007 140732149952463 0
[pid=25877/tid=25883] ppid=25874 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/25877/task/25883/stat : 25883 (java) S 25874 25877 15981 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 30800888 10878976000 37337 18446744073709551615 4194304 4196468 140732149940128 140474441640336 140474514388693 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32407552 140732149948878 140732149949007 140732149949007 140732149952463 0
[pid=25877/tid=25884] ppid=25874 vsize=10624000 CPUtime=0.02 cores=1,3,5,7
/proc/25877/task/25884/stat : 25884 (java) S 25874 25877 15981 0 -1 1077944384 823 0 0 0 1 1 0 0 20 0 16 0 30800889 10878976000 37337 18446744073709551615 4194304 4196468 140732149940128 140473823529712 140474514389634 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32407552 140732149948878 140732149949007 140732149949007 140732149952463 0
[pid=25877/tid=25885] ppid=25874 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/25877/task/25885/stat : 25885 (java) S 25874 25877 15981 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 30800889 10878976000 37337 18446744073709551615 4194304 4196468 140732149940128 140473822475936 140474514388693 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32407552 140732149948878 140732149949007 140732149949007 140732149952463 0
[pid=25877/tid=25886] ppid=25874 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/25877/task/25886/stat : 25886 (java) S 25874 25877 15981 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 30800890 10878976000 37337 18446744073709551615 4194304 4196468 140732149940128 140473821422832 140474514388693 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32407552 140732149948878 140732149949007 140732149949007 140732149952463 0
[pid=25877/tid=25887] ppid=25874 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/25877/task/25887/stat : 25887 (java) S 25874 25877 15981 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 30800892 10878976000 37337 18446744073709551615 4194304 4196468 140732149940128 140473820371408 140474514397083 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32407552 140732149948878 140732149949007 140732149949007 140732149952463 0
[pid=25877/tid=25888] ppid=25874 vsize=10624000 CPUtime=0.97 cores=1,3,5,7
/proc/25877/task/25888/stat : 25888 (java) S 25874 25877 15981 0 -1 1077944384 6543 0 0 0 96 1 0 0 20 0 16 0 30800892 10878976000 37337 18446744073709551615 4194304 4196468 140732149940128 140473819318512 140474514389634 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32407552 140732149948878 140732149949007 140732149949007 140732149952463 0
[pid=25877/tid=25889] ppid=25874 vsize=10624000 CPUtime=1.03 cores=1,3,5,7
/proc/25877/task/25889/stat : 25889 (java) S 25874 25877 15981 0 -1 1077944384 8499 0 0 0 101 2 0 0 20 0 16 0 30800892 10878976000 37337 18446744073709551615 4194304 4196468 140732149940128 140473750514032 140474514389634 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32407552 140732149948878 140732149949007 140732149949007 140732149952463 0
[pid=25877/tid=25890] ppid=25874 vsize=10624000 CPUtime=0.49 cores=1,3,5,7
/proc/25877/task/25890/stat : 25890 (java) S 25874 25877 15981 0 -1 1077944384 7901 0 0 0 48 1 0 0 20 0 16 0 30800892 10878976000 37337 18446744073709551615 4194304 4196468 140732149940128 140473749460976 140474514389634 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 17 0 0 6293624 6294260 32407552 140732149948878 140732149949007 140732149949007 140732149952463 0
[pid=25877/tid=25891] ppid=25874 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/25877/task/25891/stat : 25891 (java) S 25874 25877 15981 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 30800892 10878976000 37337 18446744073709551615 4194304 4196468 140732149940128 140473748408672 140474514388693 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32407552 140732149948878 140732149949007 140732149949007 140732149952463 0
[pid=25877/tid=25892] ppid=25874 vsize=10624000 CPUtime=0.47 cores=1,3,5,7
/proc/25877/task/25892/stat : 25892 (java) S 25874 25877 15981 0 -1 1077944384 1119 0 0 0 21 26 0 0 20 0 16 0 30800897 10878976000 37337 18446744073709551615 4194304 4196468 140732149940128 140473747356720 140474514389634 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 18 0 0 6293624 6294260 32407552 140732149948878 140732149949007 140732149949007 140732149952463 0
[pid=25877/tid=25893] ppid=25874 vsize=10624000 CPUtime=2516.8 cores=1,3,5,7
/proc/25877/task/25893/stat : 25893 (java) R 25874 25877 15981 0 -1 4202560 19196 0 0 0 251676 4 0 0 20 0 16 0 30800913 10878976000 37337 18446744073709551615 4194304 4196468 140732149940128 140473744164840 140474107229785 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32407552 140732149948878 140732149949007 140732149949007 140732149952463 0
Current children cumulated CPU time (s) 2520.03
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 25877 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2517.3 s]
/proc/loadavg: 2.08 2.05 2.15 3/211 26295
/proc/meminfo: memFree=30526052/32770624 swapFree=0/186292
[pid=25877] ppid=25874 vsize=10624000 CPUtime=2520.03 cores=1,3,5,7
/proc/25877/stat : 25877 (java) S 25874 25877 15981 0 -1 1077944320 51611 0 0 0 251971 32 0 0 20 0 16 0 30800876 10878976000 37337 18446744073709551615 4194304 4196468 140732149940128 140732149922672 140474514378487 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 10 0 0 6293624 6294260 32407552 140732149948878 140732149949007 140732149949007 140732149952463 0
/proc/25877/statm: 2656000 37337 3115 1 0 2644926 0
[pid=25877/tid=25879] ppid=25874 vsize=10624000 CPUtime=0.21 cores=1,3,5,7
/proc/25877/task/25879/stat : 25879 (java) S 25874 25877 15981 0 -1 1077944384 6167 0 0 0 19 2 0 0 20 0 16 0 30800887 10878976000 37337 18446744073709551615 4194304 4196468 140732149940128 140474518621360 140474514388693 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 4 0 0 6293624 6294260 32407552 140732149948878 140732149949007 140732149949007 140732149952463 0
[pid=25877/tid=25880] ppid=25874 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/25877/task/25880/stat : 25880 (java) S 25874 25877 15981 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 30800888 10878976000 37337 18446744073709551615 4194304 4196468 140732149940128 140474444798480 140474514388693 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32407552 140732149948878 140732149949007 140732149949007 140732149952463 0
[pid=25877/tid=25881] ppid=25874 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/25877/task/25881/stat : 25881 (java) S 25874 25877 15981 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 30800888 10878976000 37337 18446744073709551615 4194304 4196468 140732149940128 140474443745936 140474514388693 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32407552 140732149948878 140732149949007 140732149949007 140732149952463 0
[pid=25877/tid=25882] ppid=25874 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/25877/task/25882/stat : 25882 (java) S 25874 25877 15981 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 30800888 10878976000 37337 18446744073709551615 4194304 4196468 140732149940128 140474442692880 140474514388693 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32407552 140732149948878 140732149949007 140732149949007 140732149952463 0
[pid=25877/tid=25883] ppid=25874 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/25877/task/25883/stat : 25883 (java) S 25874 25877 15981 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 30800888 10878976000 37337 18446744073709551615 4194304 4196468 140732149940128 140474441640336 140474514388693 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32407552 140732149948878 140732149949007 140732149949007 140732149952463 0
[pid=25877/tid=25884] ppid=25874 vsize=10624000 CPUtime=0.02 cores=1,3,5,7
/proc/25877/task/25884/stat : 25884 (java) S 25874 25877 15981 0 -1 1077944384 823 0 0 0 1 1 0 0 20 0 16 0 30800889 10878976000 37337 18446744073709551615 4194304 4196468 140732149940128 140473823529712 140474514389634 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32407552 140732149948878 140732149949007 140732149949007 140732149952463 0
[pid=25877/tid=25885] ppid=25874 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/25877/task/25885/stat : 25885 (java) S 25874 25877 15981 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 30800889 10878976000 37337 18446744073709551615 4194304 4196468 140732149940128 140473822475936 140474514388693 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32407552 140732149948878 140732149949007 140732149949007 140732149952463 0
[pid=25877/tid=25886] ppid=25874 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/25877/task/25886/stat : 25886 (java) S 25874 25877 15981 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 30800890 10878976000 37337 18446744073709551615 4194304 4196468 140732149940128 140473821422832 140474514388693 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32407552 140732149948878 140732149949007 140732149949007 140732149952463 0
[pid=25877/tid=25887] ppid=25874 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/25877/task/25887/stat : 25887 (java) S 25874 25877 15981 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 30800892 10878976000 37337 18446744073709551615 4194304 4196468 140732149940128 140473820371408 140474514397083 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32407552 140732149948878 140732149949007 140732149949007 140732149952463 0
[pid=25877/tid=25888] ppid=25874 vsize=10624000 CPUtime=0.97 cores=1,3,5,7
/proc/25877/task/25888/stat : 25888 (java) S 25874 25877 15981 0 -1 1077944384 6543 0 0 0 96 1 0 0 20 0 16 0 30800892 10878976000 37337 18446744073709551615 4194304 4196468 140732149940128 140473819318512 140474514389634 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32407552 140732149948878 140732149949007 140732149949007 140732149952463 0
[pid=25877/tid=25889] ppid=25874 vsize=10624000 CPUtime=1.03 cores=1,3,5,7
/proc/25877/task/25889/stat : 25889 (java) S 25874 25877 15981 0 -1 1077944384 8499 0 0 0 101 2 0 0 20 0 16 0 30800892 10878976000 37337 18446744073709551615 4194304 4196468 140732149940128 140473750514032 140474514389634 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32407552 140732149948878 140732149949007 140732149949007 140732149952463 0
[pid=25877/tid=25890] ppid=25874 vsize=10624000 CPUtime=0.49 cores=1,3,5,7
/proc/25877/task/25890/stat : 25890 (java) S 25874 25877 15981 0 -1 1077944384 7901 0 0 0 48 1 0 0 20 0 16 0 30800892 10878976000 37337 18446744073709551615 4194304 4196468 140732149940128 140473749460976 140474514389634 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 17 0 0 6293624 6294260 32407552 140732149948878 140732149949007 140732149949007 140732149952463 0
[pid=25877/tid=25891] ppid=25874 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/25877/task/25891/stat : 25891 (java) S 25874 25877 15981 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 30800892 10878976000 37337 18446744073709551615 4194304 4196468 140732149940128 140473748408672 140474514388693 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32407552 140732149948878 140732149949007 140732149949007 140732149952463 0
[pid=25877/tid=25892] ppid=25874 vsize=10624000 CPUtime=0.47 cores=1,3,5,7
/proc/25877/task/25892/stat : 25892 (java) S 25874 25877 15981 0 -1 1077944384 1119 0 0 0 21 26 0 0 20 0 16 0 30800897 10878976000 37337 18446744073709551615 4194304 4196468 140732149940128 140473747356720 140474514389634 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 18 0 0 6293624 6294260 32407552 140732149948878 140732149949007 140732149949007 140732149952463 0
[pid=25877/tid=25893] ppid=25874 vsize=10624000 CPUtime=2516.8 cores=1,3,5,7
/proc/25877/task/25893/stat : 25893 (java) R 25874 25877 15981 0 -1 4202560 19196 0 0 0 251676 4 0 0 20 0 16 0 30800913 10878976000 37337 18446744073709551615 4194304 4196468 140732149940128 140473744164840 140474107229785 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32407552 140732149948878 140732149949007 140732149949007 140732149952463 0
Current children cumulated CPU time (s) 2520.03
Current children cumulated vsize (KiB) 10624000

Child status: 143
Real time (s): 2517.31
CPU time (s): 2520.06
CPU user time (s): 2519.73
CPU system time (s): 0.328015
CPU usage (%): 100.109
Max. virtual memory (cumulated for all children) (KiB): 10624000

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.73
system time used= 0.328015
maximum resident set size= 156064
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 51946
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1720
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 56754
involuntary context switches= 672

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.0884 second user time and 13.3688 second system time

The end

Launcher Data

Begin job on node126 at 2017-08-09 15:26:53
IDJOB=4263902
IDBENCH=126225
IDSOLVER=2652
FILE ID=node126/4263902-1502286052
RUNJOBID= node126-1502258241-21716
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= AbsCon-basic 2017-06-11
BENCH NAME= XCSP17/GolombRuler/GolombRuler-a3-s1/GolombRuler-09-a3.xml
COMMAND LINE= java -jar HOME/AbsCon-basic.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263902-1502286052/watcher-4263902-1502286052 -o /tmp/evaluation-result-4263902-1502286052/solver-4263902-1502286052 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1502258241-21716 --watchdog 2580  java -jar HOME/AbsCon-basic.jar HOME/instance-4263902-1502286052.xml

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

MD5SUM BENCH= 99cce06e47b950d06ba02df1b2dd4384
RANDOM SEED=1722364117

node126.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.81
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.81
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.81
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.81
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:        31490608 kB
MemAvailable:   31856560 kB
Buffers:          218836 kB
Cached:           413816 kB
SwapCached:          528 kB
Active:           578520 kB
Inactive:         247556 kB
Active(anon):     147344 kB
Inactive(anon):    63144 kB
Active(file):     431176 kB
Inactive(file):   184412 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67105584 kB
Dirty:              7868 kB
Writeback:             0 kB
AnonPages:        248100 kB
Mapped:            47828 kB
Shmem:             17056 kB
Slab:             158128 kB
SReclaimable:     132396 kB
SUnreclaim:        25732 kB
KernelStack:        3680 kB
PageTables:         5380 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1141508 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    186368 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 62016 MiB
End job on node126 at 2017-08-09 16:08:51