Trace number 4299417

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
GG's minicp 2018-04-29SAT (TO)56 2520.09 2508.31

General information on the benchmark

NameGolombRuler/
GolombRuler-a3v18-nodv-09_c18.xml
MD5SUM5099229ea21e0b755c9ada14ed0c0ccc
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 benchmark11.6089
Satisfiable
(Un)Satisfiability was proved
Number of variables90
Number of constraints37
Number of domains2
Minimum domain size81
Maximum domain size82
Distribution of domain sizes[{"size":81,"count":36},{"size":82,"count":9}]
Minimum variable degree0
Maximum variable degree9
Distribution of variable degrees[{"degree":0,"count":45},{"degree":2,"count":36},{"degree":8,"count":8},{"degree":9,"count":1}]
Minimum constraint arity3
Maximum constraint arity36
Distribution of constraint arities[{"arity":3,"count":36},{"arity":36,"count":1}]
Number of extensional constraints0
Number of intensional constraints36
Distribution of constraint types[{"type":"intension","count":36},{"type":"allDifferent","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.12/0.13	c version: 2018-04-11
0.12/0.13	c seed: 1811631
0.12/0.13	c timeout: -1
0.12/0.13	c memlimit: -1
0.12/0.13	c nbcore: -1
1.16/0.60	o 65
1.43/0.61	o 61
1.43/0.62	o 59
1.43/0.63	o 58
1.43/0.66	o 57
1.43/0.69	o 56
2520.07/2508.30	s SATISFIABLE
2520.07/2508.30	v <instantiation>
2520.07/2508.30	v 	<list>
2520.07/2508.30	v 		x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] y[0][1] y[0][2] y[0][3] y[0][4] y[0][5] y[0][6] y[0][7] y[0][8] y[1][2] y[1][3] y[1][4] y[1][5] y[1][6] y[1][7] y[1][8] y[2][3] y[2][4] y[2][5] y[2][6] y[2][7] y[2][8] y[3][4] y[3][5] y[3][6] y[3][7] y[3][8] y[4][5] y[4][6] y[4][7] y[4][8] y[5][6] y[5][7] y[5][8] y[6][7] y[6][8] y[7][8] 
2520.07/2508.30	v 	</list>
2520.07/2508.30	v 	<values>
2520.07/2508.30	v 		0 1 3 8 12 27 33 43 56 1 3 8 12 27 33 43 56 2 7 11 26 32 42 55 5 9 24 30 40 53 4 19 25 35 48 15 21 31 44 6 16 29 10 23 13 
2520.07/2508.30	v 	</values>
2520.07/2508.30	v </instantiation>

Verifier Data

OK	56

Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (14345 MiB free)
  memory of node 1: 16384 MiB (13092 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4299417-1532800932/watcher-4299417-1532800932 -o /tmp/evaluation-result-4299417-1532800932/solver-4299417-1532800932 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1532775757-8892 --watchdog 2580 java -jar HOME/GGs-minicp.jar xcsp3.CompetitionApp HOME/instance-4299417-1532800932.xml 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=11971, runsolver pid=11968
Current StackSize limit: 8192 KiB


[startup+0.100059 s]*
/proc/loadavg: 1.28 1.34 1.41 4/216 11986
/proc/meminfo: memFree=28080032/32770624 swapFree=67108860/67108860
[pid=11971] ppid=11968 vsize=10661056 memory=27692 CPUtime=0.12 cores=0,2,4,6
/proc/11971/stat : 11971 (java) S 11968 11971 8861 0 -1 1077944320 5285 0 0 0 11 1 0 0 20 0 15 0 97656382 10916921344 6923 33554432000 4194304 4196468 140731707518096 140731707500640 140527114673911 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 18718720 140731707524213 140731707524361 140731707524361 140731707527119 0
/proc/11971/statm: 2665264 6923 2842 1 0 2627263 0
[pid=11971/tid=11973] ppid=11968 vsize=10661056 memory=-8269626465541459069 CPUtime=0.08 cores=0,2,4,6
/proc/11971/task/11973/stat : 11973 (java) R 11968 11971 8861 0 -1 4202560 3137 0 0 0 8 0 0 0 20 0 15 0 97656383 10916921344 6923 33554432000 4194304 4196468 140731707518096 140527118904144 140527106911038 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18718720 140731707524213 140731707524361 140731707524361 140731707527119 0
[pid=11971/tid=11974] ppid=11968 vsize=10661056 memory=-7522837583129502606 CPUtime=0 cores=0,2,4,6
/proc/11971/task/11974/stat : 11974 (java) S 11968 11971 8861 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97656383 10916921344 6923 33554432000 4194304 4196468 140731707518096 140527040748304 140527114684117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18718720 140731707524213 140731707524361 140731707524361 140731707527119 0
[pid=11971/tid=11975] ppid=11968 vsize=10661056 memory=140056788440704 CPUtime=0 cores=0,2,4,6
/proc/11971/task/11975/stat : 11975 (java) S 11968 11971 8861 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97656383 10916921344 6923 33554432000 4194304 4196468 140731707518096 140527039695760 140527114684117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18718720 140731707524213 140731707524361 140731707524361 140731707527119 0
[pid=11971/tid=11976] ppid=11968 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11971/task/11976/stat : 11976 (java) S 11968 11971 8861 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97656383 10916921344 6923 33554432000 4194304 4196468 140731707518096 140527038643216 140527114684117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18718720 140731707524213 140731707524361 140731707524361 140731707527119 0
[pid=11971/tid=11977] ppid=11968 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11971/task/11977/stat : 11977 (java) S 11968 11971 8861 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97656383 10916921344 6923 33554432000 4194304 4196468 140731707518096 140527037590672 140527114684117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18718720 140731707524213 140731707524361 140731707524361 140731707527119 0
[pid=11971/tid=11978] ppid=11968 vsize=10661056 memory=140056788440704 CPUtime=0 cores=0,2,4,6
/proc/11971/task/11978/stat : 11978 (java) S 11968 11971 8861 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97656385 10916921344 6923 33554432000 4194304 4196468 140731707518096 140526351230960 140527114685058 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18718720 140731707524213 140731707524361 140731707524361 140731707527119 0
[pid=11971/tid=11979] ppid=11968 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11971/task/11979/stat : 11979 (java) S 11968 11971 8861 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 97656385 10916921344 6923 33554432000 4194304 4196468 140731707518096 140526350177184 140527114684117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18718720 140731707524213 140731707524361 140731707524361 140731707527119 0
[pid=11971/tid=11980] ppid=11968 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11971/task/11980/stat : 11980 (java) S 11968 11971 8861 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 97656385 10916921344 6923 33554432000 4194304 4196468 140731707518096 140526349124592 140527114684117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18718720 140731707524213 140731707524361 140731707524361 140731707527119 0
[pid=11971/tid=11981] ppid=11968 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11971/task/11981/stat : 11981 (java) S 11968 11971 8861 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97656388 10916921344 6923 33554432000 4194304 4196468 140731707518096 140526348073168 140527114692507 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18718720 140731707524213 140731707524361 140731707524361 140731707527119 0
[pid=11971/tid=11982] ppid=11968 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11971/task/11982/stat : 11982 (java) R 11968 11971 8861 0 -1 4202560 433 0 0 0 0 0 0 0 20 0 15 0 97656388 10916921344 6923 33554432000 4194304 4196468 140731707518096 140526347020784 140527094528786 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18718720 140731707524213 140731707524361 140731707524361 140731707527119 0
[pid=11971/tid=11983] ppid=11968 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11971/task/11983/stat : 11983 (java) R 11968 11971 8861 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97656388 10916921344 6923 33554432000 4194304 4196468 140731707518096 140526345968240 140527114685058 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18718720 140731707524213 140731707524361 140731707524361 140731707527119 0
[pid=11971/tid=11984] ppid=11968 vsize=10661056 memory=140056788440704 CPUtime=0.02 cores=0,2,4,6
/proc/11971/task/11984/stat : 11984 (java) R 11968 11971 8861 0 -1 4202560 348 0 0 0 2 0 0 0 20 0 15 0 97656388 10916921344 6923 33554432000 4194304 4196468 140731707518096 140526344915696 140527106911038 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18718720 140731707524213 140731707524361 140731707524361 140731707527119 0
[pid=11971/tid=11985] ppid=11968 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11971/task/11985/stat : 11985 (java) S 11968 11971 8861 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97656388 10916921344 6923 33554432000 4194304 4196468 140731707518096 140526343863392 140527114684117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18718720 140731707524213 140731707524361 140731707524361 140731707527119 0
[pid=11971/tid=11986] ppid=11968 vsize=10661056 memory=140056788440704 CPUtime=0 cores=0,2,4,6
/proc/11971/task/11986/stat : 11986 (java) R 11968 11971 8861 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97656388 10916921344 6923 33554432000 4194304 4196468 140731707518096 140526342809904 140527114685058 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18718720 140731707524213 140731707524361 140731707524361 140731707527119 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 27692 KiB

[startup+0.210628 s]*
/proc/loadavg: 1.28 1.34 1.41 3/216 11986
/proc/meminfo: memFree=28068316/32770624 swapFree=67108860/67108860
[pid=11971] ppid=11968 vsize=10661132 memory=40296 CPUtime=0.32 cores=0,2,4,6
/proc/11971/stat : 11971 (java) S 11968 11971 8861 0 -1 1077944320 8140 0 0 0 30 2 0 0 20 0 15 0 97656382 10916999168 10074 33554432000 4194304 4196468 140731707518096 140731707500640 140527114673911 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 18718720 140731707524213 140731707524361 140731707524361 140731707527119 0
/proc/11971/statm: 2665283 10074 2986 1 0 2627263 0
[pid=11971/tid=11973] ppid=11968 vsize=10661132 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/11971/task/11973/stat : 11973 (java) R 11968 11971 8861 0 -1 4202560 5228 0 0 0 19 1 0 0 20 0 15 0 97656383 10916999168 10074 33554432000 4194304 4196468 140731707518096 140527118906224 140527098754398 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18718720 140731707524213 140731707524361 140731707524361 140731707527119 0
[pid=11971/tid=11974] ppid=11968 vsize=10661132 memory=364 CPUtime=0 cores=0,2,4,6
/proc/11971/task/11974/stat : 11974 (java) S 11968 11971 8861 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97656383 10916999168 10074 33554432000 4194304 4196468 140731707518096 140527040748304 140527114684117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18718720 140731707524213 140731707524361 140731707524361 140731707527119 0
[pid=11971/tid=11975] ppid=11968 vsize=10661132 memory=288370432940152448 CPUtime=0 cores=0,2,4,6
/proc/11971/task/11975/stat : 11975 (java) S 11968 11971 8861 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97656383 10916999168 10074 33554432000 4194304 4196468 140731707518096 140527039695760 140527114684117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18718720 140731707524213 140731707524361 140731707524361 140731707527119 0
[pid=11971/tid=11976] ppid=11968 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11971/task/11976/stat : 11976 (java) S 11968 11971 8861 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97656383 10916999168 10074 33554432000 4194304 4196468 140731707518096 140527038643216 140527114684117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18718720 140731707524213 140731707524361 140731707524361 140731707527119 0
[pid=11971/tid=11977] ppid=11968 vsize=10661132 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11971/task/11977/stat : 11977 (java) S 11968 11971 8861 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97656383 10916999168 10074 33554432000 4194304 4196468 140731707518096 140527037590672 140527114684117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18718720 140731707524213 140731707524361 140731707524361 140731707527119 0
[pid=11971/tid=11978] ppid=11968 vsize=10661132 memory=140056788440704 CPUtime=0 cores=0,2,4,6
/proc/11971/task/11978/stat : 11978 (java) S 11968 11971 8861 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97656385 10916999168 10074 33554432000 4194304 4196468 140731707518096 140526351230960 140527114685058 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18718720 140731707524213 140731707524361 140731707524361 140731707527119 0
[pid=11971/tid=11979] ppid=11968 vsize=10661132 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11971/task/11979/stat : 11979 (java) S 11968 11971 8861 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 97656385 10916999168 10074 33554432000 4194304 4196468 140731707518096 140526350177184 140527114684117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18718720 140731707524213 140731707524361 140731707524361 140731707527119 0
[pid=11971/tid=11980] ppid=11968 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11971/task/11980/stat : 11980 (java) S 11968 11971 8861 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 97656385 10916999168 10074 33554432000 4194304 4196468 140731707518096 140526349124592 140527114684117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18718720 140731707524213 140731707524361 140731707524361 140731707527119 0
[pid=11971/tid=11981] ppid=11968 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11971/task/11981/stat : 11981 (java) S 11968 11971 8861 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97656388 10916999168 10074 33554432000 4194304 4196468 140731707518096 140526348073168 140527114692507 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18718720 140731707524213 140731707524361 140731707524361 140731707527119 0
[pid=11971/tid=11982] ppid=11968 vsize=10661132 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/11971/task/11982/stat : 11982 (java) S 11968 11971 8861 0 -1 1077944384 685 0 0 0 2 0 0 0 20 0 15 0 97656388 10916999168 10074 33554432000 4194304 4196468 140731707518096 140526347020784 140527114685058 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18718720 140731707524213 140731707524361 140731707524361 140731707527119 0
[pid=11971/tid=11983] ppid=11968 vsize=10661132 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/11971/task/11983/stat : 11983 (java) S 11968 11971 8861 0 -1 1077944384 50 0 0 0 1 0 0 0 20 0 15 0 97656388 10916999168 10074 33554432000 4194304 4196468 140731707518096 140526345968240 140527114685058 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18718720 140731707524213 140731707524361 140731707524361 140731707527119 0
[pid=11971/tid=11984] ppid=11968 vsize=10661132 memory=140056788440704 CPUtime=0.07 cores=0,2,4,6
/proc/11971/task/11984/stat : 11984 (java) S 11968 11971 8861 0 -1 1077944384 818 0 0 0 7 0 0 0 20 0 15 0 97656388 10916999168 10074 33554432000 4194304 4196468 140731707518096 140526344915696 140527114685058 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18718720 140731707524213 140731707524361 140731707524361 140731707527119 0
[pid=11971/tid=11985] ppid=11968 vsize=10661132 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11971/task/11985/stat : 11985 (java) S 11968 11971 8861 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97656388 10916999168 10074 33554432000 4194304 4196468 140731707518096 140526343863392 140527114684117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18718720 140731707524213 140731707524361 140731707524361 140731707527119 0
[pid=11971/tid=11986] ppid=11968 vsize=10661132 memory=140056788440704 CPUtime=0 cores=0,2,4,6
/proc/11971/task/11986/stat : 11986 (java) S 11968 11971 8861 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97656388 10916999168 10074 33554432000 4194304 4196468 140731707518096 140526342809904 140527114685058 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18718720 140731707524213 140731707524361 140731707524361 140731707527119 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 40296 KiB

[startup+0.312158 s]*
/proc/loadavg: 1.28 1.34 1.41 5/216 11986
/proc/meminfo: memFree=28063948/32770624 swapFree=67108860/67108860
[pid=11971] ppid=11968 vsize=10661132 memory=47104 CPUtime=0.55 cores=0,2,4,6
/proc/11971/stat : 11971 (java) S 11968 11971 8861 0 -1 1077944320 8986 0 0 0 52 3 0 0 20 0 15 0 97656382 10916999168 11776 33554432000 4194304 4196468 140731707518096 140731707500640 140527114673911 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 18718720 140731707524213 140731707524361 140731707524361 140731707527119 0
/proc/11971/statm: 2665283 11776 3058 1 0 2627263 0
[pid=11971/tid=11973] ppid=11968 vsize=10661132 memory=7311146985107750967 CPUtime=0.3 cores=0,2,4,6
/proc/11971/task/11973/stat : 11973 (java) S 11968 11971 8861 0 -1 1077944384 5667 0 0 0 28 2 0 0 20 0 15 0 97656383 10916999168 11776 33554432000 4194304 4196468 140731707518096 140527118910800 140527114684117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18718720 140731707524213 140731707524361 140731707524361 140731707527119 0
[pid=11971/tid=11974] ppid=11968 vsize=10661132 memory=304556149079015447 CPUtime=0 cores=0,2,4,6
/proc/11971/task/11974/stat : 11974 (java) S 11968 11971 8861 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97656383 10916999168 11776 33554432000 4194304 4196468 140731707518096 140527040748304 140527114684117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18718720 140731707524213 140731707524361 140731707524361 140731707527119 0
[pid=11971/tid=11975] ppid=11968 vsize=10661132 memory=288370432940152448 CPUtime=0 cores=0,2,4,6
/proc/11971/task/11975/stat : 11975 (java) S 11968 11971 8861 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97656383 10916999168 11776 33554432000 4194304 4196468 140731707518096 140527039695760 140527114684117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18718720 140731707524213 140731707524361 140731707524361 140731707527119 0
[pid=11971/tid=11976] ppid=11968 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11971/task/11976/stat : 11976 (java) S 11968 11971 8861 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97656383 10916999168 11776 33554432000 4194304 4196468 140731707518096 140527038643216 140527114684117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18718720 140731707524213 140731707524361 140731707524361 140731707527119 0
[pid=11971/tid=11977] ppid=11968 vsize=10661132 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11971/task/11977/stat : 11977 (java) S 11968 11971 8861 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97656383 10916999168 11776 33554432000 4194304 4196468 140731707518096 140527037590672 140527114684117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18718720 140731707524213 140731707524361 140731707524361 140731707527119 0
[pid=11971/tid=11978] ppid=11968 vsize=10661132 memory=140056788440704 CPUtime=0 cores=0,2,4,6
/proc/11971/task/11978/stat : 11978 (java) S 11968 11971 8861 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97656385 10916999168 11776 33554432000 4194304 4196468 140731707518096 140526351230960 140527114685058 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18718720 140731707524213 140731707524361 140731707524361 140731707527119 0
[pid=11971/tid=11979] ppid=11968 vsize=10661132 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11971/task/11979/stat : 11979 (java) S 11968 11971 8861 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 97656385 10916999168 11776 33554432000 4194304 4196468 140731707518096 140526350177184 140527114684117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18718720 140731707524213 140731707524361 140731707524361 140731707527119 0
[pid=11971/tid=11980] ppid=11968 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11971/task/11980/stat : 11980 (java) S 11968 11971 8861 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 97656385 10916999168 11776 33554432000 4194304 4196468 140731707518096 140526349124592 140527114684117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18718720 140731707524213 140731707524361 140731707524361 140731707527119 0
[pid=11971/tid=11981] ppid=11968 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11971/task/11981/stat : 11981 (java) S 11968 11971 8861 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97656388 10916999168 11776 33554432000 4194304 4196468 140731707518096 140526348073168 140527114692507 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18718720 140731707524213 140731707524361 140731707524361 140731707527119 0
[pid=11971/tid=11982] ppid=11968 vsize=10661132 memory=0 CPUtime=0.06 cores=0,2,4,6
/proc/11971/task/11982/stat : 11982 (java) R 11968 11971 8861 0 -1 4202560 865 0 0 0 6 0 0 0 20 0 15 0 97656388 10916999168 11776 33554432000 4194304 4196468 140731707518096 140526347006808 140527093075634 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18718720 140731707524213 140731707524361 140731707524361 140731707527119 0
[pid=11971/tid=11983] ppid=11968 vsize=10661132 memory=-1 CPUtime=0.03 cores=0,2,4,6
/proc/11971/task/11983/stat : 11983 (java) R 11968 11971 8861 0 -1 1077944384 99 0 0 0 3 0 0 0 20 0 15 0 97656388 10916999168 11776 33554432000 4194304 4196468 140731707518096 140526345968240 140527114685058 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18718720 140731707524213 140731707524361 140731707524361 140731707527119 0
[pid=11971/tid=11984] ppid=11968 vsize=10661132 memory=140056788440704 CPUtime=0.14 cores=0,2,4,6
/proc/11971/task/11984/stat : 11984 (java) S 11968 11971 8861 0 -1 1077944384 987 0 0 0 14 0 0 0 20 0 15 0 97656388 10916999168 11776 33554432000 4194304 4196468 140731707518096 140526344915696 140527114685058 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18718720 140731707524213 140731707524361 140731707524361 140731707527119 0
[pid=11971/tid=11985] ppid=11968 vsize=10661132 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11971/task/11985/stat : 11985 (java) S 11968 11971 8861 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97656388 10916999168 11776 33554432000 4194304 4196468 140731707518096 140526343863392 140527114684117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18718720 140731707524213 140731707524361 140731707524361 140731707527119 0
[pid=11971/tid=11986] ppid=11968 vsize=10661132 memory=140056788440704 CPUtime=0 cores=0,2,4,6
/proc/11971/task/11986/stat : 11986 (java) S 11968 11971 8861 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97656388 10916999168 11776 33554432000 4194304 4196468 140731707518096 140526342809904 140527114685058 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18718720 140731707524213 140731707524361 140731707524361 140731707527119 0
Current children cumulated CPU time: 0.55 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 47104 KiB

[startup+0.70073 s]
/proc/loadavg: 1.28 1.34 1.41 5/216 11986
/proc/meminfo: memFree=28045348/32770624 swapFree=67108860/67108860
[pid=11971] ppid=11968 vsize=10662800 memory=90396 CPUtime=1.72 cores=0,2,4,6
/proc/11971/stat : 11971 (java) S 11968 11971 8861 0 -1 1077944320 16807 0 0 0 167 5 0 0 20 0 15 0 97656382 10918707200 22599 33554432000 4194304 4196468 140731707518096 140731707500640 140527114673911 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 18718720 140731707524213 140731707524361 140731707524361 140731707527119 0
/proc/11971/statm: 2665700 22599 3094 1 0 2627680 0
[pid=11971/tid=11973] ppid=11968 vsize=10662800 memory=1840 CPUtime=0.67 cores=0,2,4,6
/proc/11971/task/11973/stat : 11973 (java) R 11968 11971 8861 0 -1 4202560 5773 0 0 0 65 2 0 0 20 0 15 0 97656383 10918707200 22599 33554432000 4194304 4196468 140731707518096 140527118904544 140526718801383 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18718720 140731707524213 140731707524361 140731707524361 140731707527119 0
[pid=11971/tid=11974] ppid=11968 vsize=10662800 memory=1004 CPUtime=0 cores=0,2,4,6
/proc/11971/task/11974/stat : 11974 (java) S 11968 11971 8861 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97656383 10918707200 22599 33554432000 4194304 4196468 140731707518096 140527040748304 140527114684117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18718720 140731707524213 140731707524361 140731707524361 140731707527119 0
[pid=11971/tid=11975] ppid=11968 vsize=10662800 memory=12060 CPUtime=0 cores=0,2,4,6
/proc/11971/task/11975/stat : 11975 (java) S 11968 11971 8861 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97656383 10918707200 22599 33554432000 4194304 4196468 140731707518096 140527039695760 140527114684117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18718720 140731707524213 140731707524361 140731707524361 140731707527119 0
[pid=11971/tid=11976] ppid=11968 vsize=10662800 memory=5788 CPUtime=0 cores=0,2,4,6
/proc/11971/task/11976/stat : 11976 (java) S 11968 11971 8861 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97656383 10918707200 22599 33554432000 4194304 4196468 140731707518096 140527038643216 140527114684117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18718720 140731707524213 140731707524361 140731707524361 140731707527119 0
[pid=11971/tid=11977] ppid=11968 vsize=10662800 memory=792 CPUtime=0 cores=0,2,4,6
/proc/11971/task/11977/stat : 11977 (java) S 11968 11971 8861 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97656383 10918707200 22599 33554432000 4194304 4196468 140731707518096 140527037590672 140527114684117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18718720 140731707524213 140731707524361 140731707524361 140731707527119 0
[pid=11971/tid=11978] ppid=11968 vsize=10662800 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/11971/task/11978/stat : 11978 (java) S 11968 11971 8861 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 97656385 10918707200 22599 33554432000 4194304 4196468 140731707518096 140526351230960 140527114685058 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18718720 140731707524213 140731707524361 140731707524361 140731707527119 0
[pid=11971/tid=11979] ppid=11968 vsize=10662800 memory=1944 CPUtime=0 cores=0,2,4,6
/proc/11971/task/11979/stat : 11979 (java) S 11968 11971 8861 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 97656385 10918707200 22599 33554432000 4194304 4196468 140731707518096 140526350177184 140527114684117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18718720 140731707524213 140731707524361 140731707524361 140731707527119 0
[pid=11971/tid=11980] ppid=11968 vsize=10662800 memory=1416 CPUtime=0 cores=0,2,4,6
/proc/11971/task/11980/stat : 11980 (java) S 11968 11971 8861 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 97656385 10918707200 22599 33554432000 4194304 4196468 140731707518096 140526349124592 140527114684117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18718720 140731707524213 140731707524361 140731707524361 140731707527119 0
[pid=11971/tid=11981] ppid=11968 vsize=10662800 memory=4612 CPUtime=0 cores=0,2,4,6
/proc/11971/task/11981/stat : 11981 (java) S 11968 11971 8861 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97656388 10918707200 22599 33554432000 4194304 4196468 140731707518096 140526348073168 140527114692507 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18718720 140731707524213 140731707524361 140731707524361 140731707527119 0
[pid=11971/tid=11982] ppid=11968 vsize=10662800 memory=7163631965283378496 CPUtime=0.42 cores=0,2,4,6
/proc/11971/task/11982/stat : 11982 (java) R 11968 11971 8861 0 -1 4202560 3553 0 0 0 42 0 0 0 20 0 15 0 97656388 10918707200 22599 33554432000 4194304 4196468 140731707518096 140526347001800 140527100688220 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18718720 140731707524213 140731707524361 140731707524361 140731707527119 0
[pid=11971/tid=11983] ppid=11968 vsize=10662800 memory=7667213801450137426 CPUtime=0.38 cores=0,2,4,6
/proc/11971/task/11983/stat : 11983 (java) R 11968 11971 8861 0 -1 4202560 4325 0 0 0 37 1 0 0 20 0 15 0 97656388 10918707200 22599 33554432000 4194304 4196468 140731707518096 140526345952904 140527096218638 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18718720 140731707524213 140731707524361 140731707524361 140731707527119 0
[pid=11971/tid=11984] ppid=11968 vsize=10662800 memory=7295946094789283920 CPUtime=0.21 cores=0,2,4,6
/proc/11971/task/11984/stat : 11984 (java) S 11968 11971 8861 0 -1 1077944384 1783 0 0 0 21 0 0 0 20 0 15 0 97656388 10918707200 22599 33554432000 4194304 4196468 140731707518096 140526344915696 140527114685058 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18718720 140731707524213 140731707524361 140731707524361 140731707527119 0
[pid=11971/tid=11985] ppid=11968 vsize=10662800 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11971/task/11985/stat : 11985 (java) S 11968 11971 8861 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97656388 10918707200 22599 33554432000 4194304 4196468 140731707518096 140526343863392 140527114684117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18718720 140731707524213 140731707524361 140731707524361 140731707527119 0
[pid=11971/tid=11986] ppid=11968 vsize=10662800 memory=31396 CPUtime=0 cores=0,2,4,6
/proc/11971/task/11986/stat : 11986 (java) S 11968 11971 8861 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97656388 10918707200 22599 33554432000 4194304 4196468 140731707518096 140526342809904 140527114685058 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18718720 140731707524213 140731707524361 140731707524361 140731707527119 0
Current children cumulated CPU time: 1.72 s
Current children cumulated vsize: 10662800 KiB
Current children cumulated memory: 90396 KiB

[startup+1.50074 s]
/proc/loadavg: 1.28 1.34 1.41 5/216 11986
/proc/meminfo: memFree=27987340/32770624 swapFree=67108860/67108860
[pid=11971] ppid=11968 vsize=10661132 memory=189500 CPUtime=3.37 cores=0,2,4,6
/proc/11971/stat : 11971 (java) S 11968 11971 8861 0 -1 1077944320 23722 0 0 0 330 7 0 0 20 0 15 0 97656382 10916999168 47375 33554432000 4194304 4196468 140731707518096 140731707500640 140527114673911 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 18718720 140731707524213 140731707524361 140731707524361 140731707527119 0
/proc/11971/statm: 2665283 47375 3100 1 0 2627263 0
[pid=11971/tid=11973] ppid=11968 vsize=10661132 memory=0 CPUtime=1.47 cores=0,2,4,6
/proc/11971/task/11973/stat : 11973 (java) R 11968 11971 8861 0 -1 4202560 6145 0 0 0 144 3 0 0 20 0 15 0 97656383 10916999168 47375 33554432000 4194304 4196468 140731707518096 140527118910656 140526719796946 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18718720 140731707524213 140731707524361 140731707524361 140731707527119 0
[pid=11971/tid=11974] ppid=11968 vsize=10661132 memory=-8754540793456063680 CPUtime=0 cores=0,2,4,6
/proc/11971/task/11974/stat : 11974 (java) S 11968 11971 8861 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97656383 10916999168 47375 33554432000 4194304 4196468 140731707518096 140527040748304 140527114684117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18718720 140731707524213 140731707524361 140731707524361 140731707527119 0
[pid=11971/tid=11975] ppid=11968 vsize=10661132 memory=-2843869621055772062 CPUtime=0 cores=0,2,4,6
/proc/11971/task/11975/stat : 11975 (java) S 11968 11971 8861 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97656383 10916999168 47375 33554432000 4194304 4196468 140731707518096 140527039695760 140527114684117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18718720 140731707524213 140731707524361 140731707524361 140731707527119 0
[pid=11971/tid=11976] ppid=11968 vsize=10661132 memory=5450919713671312938 CPUtime=0 cores=0,2,4,6
/proc/11971/task/11976/stat : 11976 (java) S 11968 11971 8861 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97656383 10916999168 47375 33554432000 4194304 4196468 140731707518096 140527038643216 140527114684117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18718720 140731707524213 140731707524361 140731707524361 140731707527119 0
[pid=11971/tid=11977] ppid=11968 vsize=10661132 memory=7005738693937936738 CPUtime=0 cores=0,2,4,6
/proc/11971/task/11977/stat : 11977 (java) S 11968 11971 8861 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97656383 10916999168 47375 33554432000 4194304 4196468 140731707518096 140527037590672 140527114684117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18718720 140731707524213 140731707524361 140731707524361 140731707527119 0
[pid=11971/tid=11978] ppid=11968 vsize=10661132 memory=-7165351541977658656 CPUtime=0 cores=0,2,4,6
/proc/11971/task/11978/stat : 11978 (java) S 11968 11971 8861 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 15 0 97656385 10916999168 47375 33554432000 4194304 4196468 140731707518096 140526351230960 140527114685058 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18718720 140731707524213 140731707524361 140731707524361 140731707527119 0

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

/proc/11971/task/11973/stat : 11973 (java) R 11968 11971 8861 0 -1 4202560 19260 0 0 0 242941 16 0 0 20 0 15 0 97656383 10916999168 60751 33554432000 4194304 4196468 140731707518096 140527118913760 140526719265261 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18718720 140731707524213 140731707524361 140731707524361 140731707527119 0
[pid=11971/tid=11974] ppid=11968 vsize=10661132 memory=243004 CPUtime=3.97 cores=0,2,4,6
/proc/11971/task/11974/stat : 11974 (java) S 11968 11971 8861 0 -1 1077944384 2495 0 0 0 358 39 0 0 20 0 15 0 97656383 10916999168 60751 33554432000 4194304 4196468 140731707518096 140527040748304 140527114684117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18718720 140731707524213 140731707524361 140731707524361 140731707527119 0
[pid=11971/tid=11975] ppid=11968 vsize=10661132 memory=243004 CPUtime=3.99 cores=0,2,4,6
/proc/11971/task/11975/stat : 11975 (java) S 11968 11971 8861 0 -1 1077944384 3677 0 0 0 357 42 0 0 20 0 15 0 97656383 10916999168 60751 33554432000 4194304 4196468 140731707518096 140527039695760 140527114684117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18718720 140731707524213 140731707524361 140731707524361 140731707527119 0
[pid=11971/tid=11976] ppid=11968 vsize=10661132 memory=243004 CPUtime=3.98 cores=0,2,4,6
/proc/11971/task/11976/stat : 11976 (java) S 11968 11971 8861 0 -1 1077944384 3446 0 0 0 360 38 0 0 20 0 15 0 97656383 10916999168 60751 33554432000 4194304 4196468 140731707518096 140527038643216 140527114684117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18718720 140731707524213 140731707524361 140731707524361 140731707527119 0
[pid=11971/tid=11977] ppid=11968 vsize=10661132 memory=243004 CPUtime=3.98 cores=0,2,4,6
/proc/11971/task/11977/stat : 11977 (java) S 11968 11971 8861 0 -1 1077944384 2940 0 0 0 357 41 0 0 20 0 15 0 97656383 10916999168 60751 33554432000 4194304 4196468 140731707518096 140527037590672 140527114684117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18718720 140731707524213 140731707524361 140731707524361 140731707527119 0
[pid=11971/tid=11978] ppid=11968 vsize=10661132 memory=243004 CPUtime=5.14 cores=0,2,4,6
/proc/11971/task/11978/stat : 11978 (java) S 11968 11971 8861 0 -1 1077944384 5174 0 0 0 478 36 0 0 20 0 15 0 97656385 10916999168 60751 33554432000 4194304 4196468 140731707518096 140526351230960 140527114685058 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18718720 140731707524213 140731707524361 140731707524361 140731707527119 0
[pid=11971/tid=11979] ppid=11968 vsize=10661132 memory=243004 CPUtime=0 cores=0,2,4,6
/proc/11971/task/11979/stat : 11979 (java) S 11968 11971 8861 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 97656385 10916999168 60751 33554432000 4194304 4196468 140731707518096 140526350177184 140527114684117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18718720 140731707524213 140731707524361 140731707524361 140731707527119 0
[pid=11971/tid=11980] ppid=11968 vsize=10661132 memory=243004 CPUtime=0 cores=0,2,4,6
/proc/11971/task/11980/stat : 11980 (java) S 11968 11971 8861 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 97656385 10916999168 60751 33554432000 4194304 4196468 140731707518096 140526349124592 140527114684117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18718720 140731707524213 140731707524361 140731707524361 140731707527119 0
[pid=11971/tid=11981] ppid=11968 vsize=10661132 memory=243004 CPUtime=0 cores=0,2,4,6
/proc/11971/task/11981/stat : 11981 (java) S 11968 11971 8861 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97656388 10916999168 60751 33554432000 4194304 4196468 140731707518096 140526348073168 140527114692507 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18718720 140731707524213 140731707524361 140731707524361 140731707527119 0
[pid=11971/tid=11982] ppid=11968 vsize=10661132 memory=243004 CPUtime=0.85 cores=0,2,4,6
/proc/11971/task/11982/stat : 11982 (java) S 11968 11971 8861 0 -1 1077944384 5769 0 0 0 84 1 0 0 20 0 15 0 97656388 10916999168 60751 33554432000 4194304 4196468 140731707518096 140526347020784 140527114685058 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18718720 140731707524213 140731707524361 140731707524361 140731707527119 0
[pid=11971/tid=11983] ppid=11968 vsize=10661132 memory=243004 CPUtime=0.86 cores=0,2,4,6
/proc/11971/task/11983/stat : 11983 (java) S 11968 11971 8861 0 -1 1077944384 9966 0 0 0 85 1 0 0 20 0 15 0 97656388 10916999168 60751 33554432000 4194304 4196468 140731707518096 140526345968240 140527114685058 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18718720 140731707524213 140731707524361 140731707524361 140731707527119 0
[pid=11971/tid=11984] ppid=11968 vsize=10661132 memory=243004 CPUtime=0.3 cores=0,2,4,6
/proc/11971/task/11984/stat : 11984 (java) S 11968 11971 8861 0 -1 1077944384 3824 0 0 0 29 1 0 0 20 0 15 0 97656388 10916999168 60751 33554432000 4194304 4196468 140731707518096 140526344915696 140527114685058 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18718720 140731707524213 140731707524361 140731707524361 140731707527119 0
[pid=11971/tid=11985] ppid=11968 vsize=10661132 memory=243004 CPUtime=0 cores=0,2,4,6
/proc/11971/task/11985/stat : 11985 (java) S 11968 11971 8861 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97656388 10916999168 60751 33554432000 4194304 4196468 140731707518096 140526343863392 140527114684117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18718720 140731707524213 140731707524361 140731707524361 140731707527119 0
[pid=11971/tid=11986] ppid=11968 vsize=10661132 memory=243004 CPUtime=1.04 cores=0,2,4,6
/proc/11971/task/11986/stat : 11986 (java) S 11968 11971 8861 0 -1 1077944384 744 0 0 0 56 48 0 0 20 0 15 0 97656388 10916999168 60751 33554432000 4194304 4196468 140731707518096 140526342809904 140527114685058 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18718720 140731707524213 140731707524361 140731707524361 140731707527119 0
Current children cumulated CPU time: 2453.81 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 243004 KiB

[startup+2502.3 s]
/proc/loadavg: 1.49 1.46 1.39 3/215 12135
/proc/meminfo: memFree=27840260/32770624 swapFree=67108860/67108860
[pid=11971] ppid=11968 vsize=10661132 memory=245052 CPUtime=2514.04 cores=0,2,4,6
/proc/11971/stat : 11971 (java) S 11968 11971 8861 0 -1 1077944320 58966 0 0 0 251210 194 0 0 20 0 15 0 97656382 10916999168 61263 33554432000 4194304 4196468 140731707518096 140731707500640 140527114673911 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 18718720 140731707524213 140731707524361 140731707524361 140731707527119 0
/proc/11971/statm: 2665283 61263 3129 1 0 2627263 0
[pid=11971/tid=11973] ppid=11968 vsize=10661132 memory=245052 CPUtime=2489.23 cores=0,2,4,6
/proc/11971/task/11973/stat : 11973 (java) R 11968 11971 8861 0 -1 4202560 19489 0 0 0 248907 16 0 0 20 0 15 0 97656383 10916999168 61263 33554432000 4194304 4196468 140731707518096 140527118913824 140526719110489 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18718720 140731707524213 140731707524361 140731707524361 140731707527119 0
[pid=11971/tid=11974] ppid=11968 vsize=10661132 memory=245052 CPUtime=4.08 cores=0,2,4,6
/proc/11971/task/11974/stat : 11974 (java) S 11968 11971 8861 0 -1 1077944384 2511 0 0 0 367 41 0 0 20 0 15 0 97656383 10916999168 61263 33554432000 4194304 4196468 140731707518096 140527040748304 140527114684117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18718720 140731707524213 140731707524361 140731707524361 140731707527119 0
[pid=11971/tid=11975] ppid=11968 vsize=10661132 memory=245052 CPUtime=4.09 cores=0,2,4,6
/proc/11971/task/11975/stat : 11975 (java) S 11968 11971 8861 0 -1 1077944384 3679 0 0 0 367 42 0 0 20 0 15 0 97656383 10916999168 61263 33554432000 4194304 4196468 140731707518096 140527039695760 140527114684117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18718720 140731707524213 140731707524361 140731707524361 140731707527119 0
[pid=11971/tid=11976] ppid=11968 vsize=10661132 memory=245052 CPUtime=4.09 cores=0,2,4,6
/proc/11971/task/11976/stat : 11976 (java) S 11968 11971 8861 0 -1 1077944384 3448 0 0 0 370 39 0 0 20 0 15 0 97656383 10916999168 61263 33554432000 4194304 4196468 140731707518096 140527038643216 140527114684117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18718720 140731707524213 140731707524361 140731707524361 140731707527119 0
[pid=11971/tid=11977] ppid=11968 vsize=10661132 memory=0 CPUtime=4.09 cores=0,2,4,6
/proc/11971/task/11977/stat : 11977 (java) S 11968 11971 8861 0 -1 1077944384 2940 0 0 0 366 43 0 0 20 0 15 0 97656383 10916999168 61263 33554432000 4194304 4196468 140731707518096 140527037590672 140527114684117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18718720 140731707524213 140731707524361 140731707524361 140731707527119 0
[pid=11971/tid=11978] ppid=11968 vsize=10661132 memory=245052 CPUtime=5.28 cores=0,2,4,6
/proc/11971/task/11978/stat : 11978 (java) S 11968 11971 8861 0 -1 1077944384 5179 0 0 0 491 37 0 0 20 0 15 0 97656385 10916999168 61263 33554432000 4194304 4196468 140731707518096 140526351230960 140527114685058 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18718720 140731707524213 140731707524361 140731707524361 140731707527119 0
[pid=11971/tid=11979] ppid=11968 vsize=10661132 memory=245052 CPUtime=0 cores=0,2,4,6
/proc/11971/task/11979/stat : 11979 (java) S 11968 11971 8861 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 97656385 10916999168 61263 33554432000 4194304 4196468 140731707518096 140526350177184 140527114684117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18718720 140731707524213 140731707524361 140731707524361 140731707527119 0
[pid=11971/tid=11980] ppid=11968 vsize=10661132 memory=245052 CPUtime=0 cores=0,2,4,6
/proc/11971/task/11980/stat : 11980 (java) S 11968 11971 8861 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 97656385 10916999168 61263 33554432000 4194304 4196468 140731707518096 140526349124592 140527114684117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18718720 140731707524213 140731707524361 140731707524361 140731707527119 0
[pid=11971/tid=11981] ppid=11968 vsize=10661132 memory=245052 CPUtime=0 cores=0,2,4,6
/proc/11971/task/11981/stat : 11981 (java) S 11968 11971 8861 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97656388 10916999168 61263 33554432000 4194304 4196468 140731707518096 140526348073168 140527114692507 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18718720 140731707524213 140731707524361 140731707524361 140731707527119 0
[pid=11971/tid=11982] ppid=11968 vsize=10661132 memory=245052 CPUtime=0.85 cores=0,2,4,6
/proc/11971/task/11982/stat : 11982 (java) S 11968 11971 8861 0 -1 1077944384 5769 0 0 0 84 1 0 0 20 0 15 0 97656388 10916999168 61263 33554432000 4194304 4196468 140731707518096 140526347020784 140527114685058 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18718720 140731707524213 140731707524361 140731707524361 140731707527119 0
[pid=11971/tid=11983] ppid=11968 vsize=10661132 memory=5788 CPUtime=0.86 cores=0,2,4,6
/proc/11971/task/11983/stat : 11983 (java) S 11968 11971 8861 0 -1 1077944384 9966 0 0 0 85 1 0 0 20 0 15 0 97656388 10916999168 61263 33554432000 4194304 4196468 140731707518096 140526345968240 140527114685058 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18718720 140731707524213 140731707524361 140731707524361 140731707527119 0
[pid=11971/tid=11984] ppid=11968 vsize=10661132 memory=792 CPUtime=0.3 cores=0,2,4,6
/proc/11971/task/11984/stat : 11984 (java) S 11968 11971 8861 0 -1 1077944384 3824 0 0 0 29 1 0 0 20 0 15 0 97656388 10916999168 61263 33554432000 4194304 4196468 140731707518096 140526344915696 140527114685058 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18718720 140731707524213 140731707524361 140731707524361 140731707527119 0
[pid=11971/tid=11985] ppid=11968 vsize=10661132 memory=245052 CPUtime=0 cores=0,2,4,6
/proc/11971/task/11985/stat : 11985 (java) S 11968 11971 8861 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97656388 10916999168 61263 33554432000 4194304 4196468 140731707518096 140526343863392 140527114684117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18718720 140731707524213 140731707524361 140731707524361 140731707527119 0
[pid=11971/tid=11986] ppid=11968 vsize=10661132 memory=4028 CPUtime=1.07 cores=0,2,4,6
/proc/11971/task/11986/stat : 11986 (java) S 11968 11971 8861 0 -1 1077944384 748 0 0 0 58 49 0 0 20 0 15 0 97656388 10916999168 61263 33554432000 4194304 4196468 140731707518096 140526342809904 140527114685058 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18718720 140731707524213 140731707524361 140731707524361 140731707527119 0
Current children cumulated CPU time: 2514.04 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 245052 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2508.3 s]
/proc/loadavg: 1.45 1.45 1.39 3/215 12136
/proc/meminfo: memFree=27839516/32770624 swapFree=67108860/67108860
[pid=11971] ppid=11968 vsize=10661132 memory=245052 CPUtime=2520.07 cores=0,2,4,6
/proc/11971/stat : 11971 (java) S 11968 11971 8861 0 -1 1077944320 58989 0 0 0 251812 195 0 0 20 0 15 0 97656382 10916999168 61263 33554432000 4194304 4196468 140731707518096 140731707500640 140527114673911 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 18718720 140731707524213 140731707524361 140731707524361 140731707527119 0
/proc/11971/statm: 2665283 61263 3129 1 0 2627263 0
[pid=11971/tid=11973] ppid=11968 vsize=10661132 memory=245052 CPUtime=2495.19 cores=0,2,4,6
/proc/11971/task/11973/stat : 11973 (java) R 11968 11971 8861 0 -1 4202560 19512 0 0 0 249503 16 0 0 20 0 15 0 97656383 10916999168 61263 33554432000 4194304 4196468 140731707518096 140527118913712 140526719265399 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18718720 140731707524213 140731707524361 140731707524361 140731707527119 0
[pid=11971/tid=11974] ppid=11968 vsize=10661132 memory=245052 CPUtime=4.09 cores=0,2,4,6
/proc/11971/task/11974/stat : 11974 (java) S 11968 11971 8861 0 -1 1077944384 2511 0 0 0 368 41 0 0 20 0 15 0 97656383 10916999168 61263 33554432000 4194304 4196468 140731707518096 140527040748304 140527114684117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18718720 140731707524213 140731707524361 140731707524361 140731707527119 0
[pid=11971/tid=11975] ppid=11968 vsize=10661132 memory=245052 CPUtime=4.11 cores=0,2,4,6
/proc/11971/task/11975/stat : 11975 (java) S 11968 11971 8861 0 -1 1077944384 3679 0 0 0 368 43 0 0 20 0 15 0 97656383 10916999168 61263 33554432000 4194304 4196468 140731707518096 140527039695760 140527114684117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18718720 140731707524213 140731707524361 140731707524361 140731707527119 0
[pid=11971/tid=11976] ppid=11968 vsize=10661132 memory=245052 CPUtime=4.09 cores=0,2,4,6
/proc/11971/task/11976/stat : 11976 (java) S 11968 11971 8861 0 -1 1077944384 3448 0 0 0 370 39 0 0 20 0 15 0 97656383 10916999168 61263 33554432000 4194304 4196468 140731707518096 140527038643216 140527114684117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18718720 140731707524213 140731707524361 140731707524361 140731707527119 0
[pid=11971/tid=11977] ppid=11968 vsize=10661132 memory=245052 CPUtime=4.1 cores=0,2,4,6
/proc/11971/task/11977/stat : 11977 (java) S 11968 11971 8861 0 -1 1077944384 2940 0 0 0 367 43 0 0 20 0 15 0 97656383 10916999168 61263 33554432000 4194304 4196468 140731707518096 140527037590672 140527114684117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18718720 140731707524213 140731707524361 140731707524361 140731707527119 0
[pid=11971/tid=11978] ppid=11968 vsize=10661132 memory=245052 CPUtime=5.29 cores=0,2,4,6
/proc/11971/task/11978/stat : 11978 (java) S 11968 11971 8861 0 -1 1077944384 5179 0 0 0 492 37 0 0 20 0 15 0 97656385 10916999168 61263 33554432000 4194304 4196468 140731707518096 140526351230960 140527114685058 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18718720 140731707524213 140731707524361 140731707524361 140731707527119 0
[pid=11971/tid=11979] ppid=11968 vsize=10661132 memory=245052 CPUtime=0 cores=0,2,4,6
/proc/11971/task/11979/stat : 11979 (java) S 11968 11971 8861 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 97656385 10916999168 61263 33554432000 4194304 4196468 140731707518096 140526350177184 140527114684117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18718720 140731707524213 140731707524361 140731707524361 140731707527119 0
[pid=11971/tid=11980] ppid=11968 vsize=10661132 memory=245052 CPUtime=0 cores=0,2,4,6
/proc/11971/task/11980/stat : 11980 (java) S 11968 11971 8861 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 97656385 10916999168 61263 33554432000 4194304 4196468 140731707518096 140526349124592 140527114684117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18718720 140731707524213 140731707524361 140731707524361 140731707527119 0
[pid=11971/tid=11981] ppid=11968 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11971/task/11981/stat : 11981 (java) S 11968 11971 8861 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97656388 10916999168 61263 33554432000 4194304 4196468 140731707518096 140526348073168 140527114692507 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18718720 140731707524213 140731707524361 140731707524361 140731707527119 0
[pid=11971/tid=11982] ppid=11968 vsize=10661132 memory=245052 CPUtime=0.85 cores=0,2,4,6
/proc/11971/task/11982/stat : 11982 (java) S 11968 11971 8861 0 -1 1077944384 5769 0 0 0 84 1 0 0 20 0 15 0 97656388 10916999168 61263 33554432000 4194304 4196468 140731707518096 140526347020784 140527114685058 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18718720 140731707524213 140731707524361 140731707524361 140731707527119 0
[pid=11971/tid=11983] ppid=11968 vsize=10661132 memory=4028 CPUtime=0.86 cores=0,2,4,6
/proc/11971/task/11983/stat : 11983 (java) S 11968 11971 8861 0 -1 1077944384 9966 0 0 0 85 1 0 0 20 0 15 0 97656388 10916999168 61263 33554432000 4194304 4196468 140731707518096 140526345968240 140527114685058 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18718720 140731707524213 140731707524361 140731707524361 140731707527119 0
[pid=11971/tid=11984] ppid=11968 vsize=10661132 memory=245052 CPUtime=0.3 cores=0,2,4,6
/proc/11971/task/11984/stat : 11984 (java) S 11968 11971 8861 0 -1 1077944384 3824 0 0 0 29 1 0 0 20 0 15 0 97656388 10916999168 61263 33554432000 4194304 4196468 140731707518096 140526344915696 140527114685058 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18718720 140731707524213 140731707524361 140731707524361 140731707527119 0
[pid=11971/tid=11985] ppid=11968 vsize=10661132 memory=792 CPUtime=0 cores=0,2,4,6
/proc/11971/task/11985/stat : 11985 (java) S 11968 11971 8861 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97656388 10916999168 61263 33554432000 4194304 4196468 140731707518096 140526343863392 140527114684117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18718720 140731707524213 140731707524361 140731707524361 140731707527119 0
[pid=11971/tid=11986] ppid=11968 vsize=10661132 memory=0 CPUtime=1.08 cores=0,2,4,6
/proc/11971/task/11986/stat : 11986 (java) S 11968 11971 8861 0 -1 1077944384 748 0 0 0 59 49 0 0 20 0 15 0 97656388 10916999168 61263 33554432000 4194304 4196468 140731707518096 140526342809904 140527114685058 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18718720 140731707524213 140731707524361 140731707524361 140731707527119 0
Current children cumulated CPU time: 2520.07 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 245052 KiB

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

[startup+2508.31 s]
# the end of solver process 11971 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2518.14 s, system=1.95441 s

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

[startup+2508.3 s]
/proc/loadavg: 1.45 1.45 1.39 3/215 12136
/proc/meminfo: memFree=27839516/32770624 swapFree=67108860/67108860
[pid=11971] ppid=11968 vsize=10661132 memory=245052 CPUtime=2520.07 cores=0,2,4,6
/proc/11971/stat : 11971 (java) S 11968 11971 8861 0 -1 1077944320 58989 0 0 0 251812 195 0 0 20 0 15 0 97656382 10916999168 61263 33554432000 4194304 4196468 140731707518096 140731707500640 140527114673911 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 18718720 140731707524213 140731707524361 140731707524361 140731707527119 0
/proc/11971/statm: 2665283 61263 3129 1 0 2627263 0
[pid=11971/tid=11973] ppid=11968 vsize=10661132 memory=245052 CPUtime=2495.19 cores=0,2,4,6
/proc/11971/task/11973/stat : 11973 (java) R 11968 11971 8861 0 -1 4202560 19512 0 0 0 249503 16 0 0 20 0 15 0 97656383 10916999168 61263 33554432000 4194304 4196468 140731707518096 140527118913712 140526719265399 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18718720 140731707524213 140731707524361 140731707524361 140731707527119 0
[pid=11971/tid=11974] ppid=11968 vsize=10661132 memory=245052 CPUtime=4.09 cores=0,2,4,6
/proc/11971/task/11974/stat : 11974 (java) S 11968 11971 8861 0 -1 1077944384 2511 0 0 0 368 41 0 0 20 0 15 0 97656383 10916999168 61263 33554432000 4194304 4196468 140731707518096 140527040748304 140527114684117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18718720 140731707524213 140731707524361 140731707524361 140731707527119 0
[pid=11971/tid=11975] ppid=11968 vsize=10661132 memory=245052 CPUtime=4.11 cores=0,2,4,6
/proc/11971/task/11975/stat : 11975 (java) S 11968 11971 8861 0 -1 1077944384 3679 0 0 0 368 43 0 0 20 0 15 0 97656383 10916999168 61263 33554432000 4194304 4196468 140731707518096 140527039695760 140527114684117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18718720 140731707524213 140731707524361 140731707524361 140731707527119 0
[pid=11971/tid=11976] ppid=11968 vsize=10661132 memory=245052 CPUtime=4.09 cores=0,2,4,6
/proc/11971/task/11976/stat : 11976 (java) S 11968 11971 8861 0 -1 1077944384 3448 0 0 0 370 39 0 0 20 0 15 0 97656383 10916999168 61263 33554432000 4194304 4196468 140731707518096 140527038643216 140527114684117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18718720 140731707524213 140731707524361 140731707524361 140731707527119 0
[pid=11971/tid=11977] ppid=11968 vsize=10661132 memory=245052 CPUtime=4.1 cores=0,2,4,6
/proc/11971/task/11977/stat : 11977 (java) S 11968 11971 8861 0 -1 1077944384 2940 0 0 0 367 43 0 0 20 0 15 0 97656383 10916999168 61263 33554432000 4194304 4196468 140731707518096 140527037590672 140527114684117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18718720 140731707524213 140731707524361 140731707524361 140731707527119 0
[pid=11971/tid=11978] ppid=11968 vsize=10661132 memory=245052 CPUtime=5.29 cores=0,2,4,6
/proc/11971/task/11978/stat : 11978 (java) S 11968 11971 8861 0 -1 1077944384 5179 0 0 0 492 37 0 0 20 0 15 0 97656385 10916999168 61263 33554432000 4194304 4196468 140731707518096 140526351230960 140527114685058 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18718720 140731707524213 140731707524361 140731707524361 140731707527119 0
[pid=11971/tid=11979] ppid=11968 vsize=10661132 memory=245052 CPUtime=0 cores=0,2,4,6
/proc/11971/task/11979/stat : 11979 (java) S 11968 11971 8861 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 97656385 10916999168 61263 33554432000 4194304 4196468 140731707518096 140526350177184 140527114684117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18718720 140731707524213 140731707524361 140731707524361 140731707527119 0
[pid=11971/tid=11980] ppid=11968 vsize=10661132 memory=245052 CPUtime=0 cores=0,2,4,6
/proc/11971/task/11980/stat : 11980 (java) S 11968 11971 8861 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 97656385 10916999168 61263 33554432000 4194304 4196468 140731707518096 140526349124592 140527114684117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18718720 140731707524213 140731707524361 140731707524361 140731707527119 0
[pid=11971/tid=11981] ppid=11968 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11971/task/11981/stat : 11981 (java) S 11968 11971 8861 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97656388 10916999168 61263 33554432000 4194304 4196468 140731707518096 140526348073168 140527114692507 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18718720 140731707524213 140731707524361 140731707524361 140731707527119 0
[pid=11971/tid=11982] ppid=11968 vsize=10661132 memory=245052 CPUtime=0.85 cores=0,2,4,6
/proc/11971/task/11982/stat : 11982 (java) S 11968 11971 8861 0 -1 1077944384 5769 0 0 0 84 1 0 0 20 0 15 0 97656388 10916999168 61263 33554432000 4194304 4196468 140731707518096 140526347020784 140527114685058 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18718720 140731707524213 140731707524361 140731707524361 140731707527119 0
[pid=11971/tid=11983] ppid=11968 vsize=10661132 memory=4028 CPUtime=0.86 cores=0,2,4,6
/proc/11971/task/11983/stat : 11983 (java) S 11968 11971 8861 0 -1 1077944384 9966 0 0 0 85 1 0 0 20 0 15 0 97656388 10916999168 61263 33554432000 4194304 4196468 140731707518096 140526345968240 140527114685058 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18718720 140731707524213 140731707524361 140731707524361 140731707527119 0
[pid=11971/tid=11984] ppid=11968 vsize=10661132 memory=245052 CPUtime=0.3 cores=0,2,4,6
/proc/11971/task/11984/stat : 11984 (java) S 11968 11971 8861 0 -1 1077944384 3824 0 0 0 29 1 0 0 20 0 15 0 97656388 10916999168 61263 33554432000 4194304 4196468 140731707518096 140526344915696 140527114685058 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18718720 140731707524213 140731707524361 140731707524361 140731707527119 0
[pid=11971/tid=11985] ppid=11968 vsize=10661132 memory=792 CPUtime=0 cores=0,2,4,6
/proc/11971/task/11985/stat : 11985 (java) S 11968 11971 8861 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97656388 10916999168 61263 33554432000 4194304 4196468 140731707518096 140526343863392 140527114684117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18718720 140731707524213 140731707524361 140731707524361 140731707527119 0
[pid=11971/tid=11986] ppid=11968 vsize=10661132 memory=0 CPUtime=1.08 cores=0,2,4,6
/proc/11971/task/11986/stat : 11986 (java) S 11968 11971 8861 0 -1 1077944384 748 0 0 0 59 49 0 0 20 0 15 0 97656388 10916999168 61263 33554432000 4194304 4196468 140731707518096 140526342809904 140527114685058 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18718720 140731707524213 140731707524361 140731707524361 140731707527119 0
Current children cumulated CPU time: 2520.07 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 245052 KiB

Child status: 143
Real time (s): 2508.31
CPU time (s): 2520.09
CPU user time (s): 2518.14
CPU system time (s): 1.95441
CPU usage (%): 100.47
Max. virtual memory (cumulated for all children) (KiB): 10662800
Max. memory (cumulated for all children) (KiB): 245052

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2518.14
system time used= 1.95441
maximum resident set size= 245572
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 59233
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2760
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 204354
involuntary context switches= 6952


# summary of solver processes directly reported to runsolver:
#   pid: 11971
#   total CPU time (s): 2520.09
#   total CPU user time (s): 2518.14
#   total CPU system time (s): 1.95441

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.8858 second user time and 23.0452 second system time

The end

Launcher Data

Begin job on node151 at 2018-07-28 20:02:12
IDJOB=4299417
IDBENCH=141374
IDSOLVER=2762
FILE ID=node151/4299417-1532800932
RUNJOBID= node151-1532775757-8892
PBS_JOBID= 21022465
Free space on /tmp= 54928 MiB

SOLVER NAME= GG's minicp 2018-04-29
BENCH NAME= XCSP18/GolombRuler/GolombRuler-a3v18-nodv-09_c18.xml
COMMAND LINE= java -jar HOME/GGs-minicp.jar xcsp3.CompetitionApp BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4299417-1532800932/watcher-4299417-1532800932 -o /tmp/evaluation-result-4299417-1532800932/solver-4299417-1532800932 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1532775757-8892 --watchdog 2580  java -jar HOME/GGs-minicp.jar xcsp3.CompetitionApp HOME/instance-4299417-1532800932.xml

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

MD5SUM BENCH= 5099229ea21e0b755c9ada14ed0c0ccc
RANDOM SEED=1357541600

node151.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.87
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.87
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.87
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.87
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:        28095856 kB
MemAvailable:   31771076 kB
Buffers:          193044 kB
Cached:          3751068 kB
SwapCached:            0 kB
Active:          1619452 kB
Inactive:        2574388 kB
Active(anon):     199288 kB
Inactive(anon):    78192 kB
Active(file):    1420164 kB
Inactive(file):  2496196 kB
Unevictable:        7804 kB
Mlocked:            7804 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1240 kB
Writeback:             0 kB
AnonPages:        257064 kB
Mapped:            54772 kB
Shmem:             25224 kB
Slab:             177516 kB
SReclaimable:     149388 kB
SUnreclaim:        28128 kB
KernelStack:        3584 kB
PageTables:         5812 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1135612 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    190464 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 54924 MiB
End job on node151 at 2018-07-28 20:44:00