Trace number 4299431

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 2507.31

General information on the benchmark

NameGolombRuler/
GolombRuler-a3v18-09_c18.xml
MD5SUM967738086e80168f9eb4b0337d9e8cf6
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 benchmark1.82438
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.14/0.13	c version: 2018-04-11
0.14/0.13	c seed: 1811631
0.14/0.13	c timeout: -1
0.14/0.13	c memlimit: -1
0.14/0.13	c nbcore: -1
0.55/0.37	o 65
0.55/0.38	o 61
0.55/0.40	o 59
0.55/0.41	o 58
0.87/0.45	o 57
0.87/0.47	o 56
2520.07/2507.30	s SATISFIABLE
2520.07/2507.30	v <instantiation>
2520.07/2507.30	v 	<list>
2520.07/2507.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/2507.30	v 	</list>
2520.07/2507.30	v 	<values>
2520.07/2507.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/2507.30	v 	</values>
2520.07/2507.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 (9706 MiB free)
  memory of node 1: 16384 MiB (12802 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4299431-1532801414/watcher-4299431-1532801414 -o /tmp/evaluation-result-4299431-1532801414/solver-4299431-1532801414 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1532776444-32665 --watchdog 2580 java -jar HOME/GGs-minicp.jar xcsp3.CompetitionApp HOME/instance-4299431-1532801414.xml 

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
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=3115, runsolver pid=3112
Current StackSize limit: 8192 KiB


[startup+0.107753 s]*
/proc/loadavg: 1.56 1.44 1.38 4/216 3130
/proc/meminfo: memFree=23032180/32770624 swapFree=67108860/67108860
[pid=3115] ppid=3112 vsize=10661056 memory=27788 CPUtime=0.14 cores=1,3,5,7
/proc/3115/stat : 3115 (java) S 3112 3115 32633 0 -1 1077944320 5356 0 0 0 13 1 0 0 20 0 15 0 97704585 10916921344 6947 33554432000 4194304 4196468 140736267244912 140736267227456 139886483422967 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 19525632 140736267252853 140736267253001 140736267253001 140736267255759 0
/proc/3115/statm: 2665264 6947 2848 1 0 2627263 0
[pid=3115/tid=3117] ppid=3112 vsize=10661056 memory=-8171376296011865461 CPUtime=0.1 cores=1,3,5,7
/proc/3115/task/3117/stat : 3117 (java) R 3112 3115 32633 0 -1 4202560 3175 0 0 0 9 1 0 0 20 0 15 0 97704585 10916921344 6947 33554432000 4194304 4196468 140736267244912 139886487651280 139886475660094 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19525632 140736267252853 140736267253001 140736267253001 140736267255759 0
[pid=3115/tid=3118] ppid=3112 vsize=10661056 memory=5792869726567804975 CPUtime=0 cores=1,3,5,7
/proc/3115/task/3118/stat : 3118 (java) S 3112 3115 32633 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97704586 10916921344 6947 33554432000 4194304 4196468 140736267244912 139886420114192 139886483433173 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19525632 140736267252853 140736267253001 140736267253001 140736267255759 0
[pid=3115/tid=3119] ppid=3112 vsize=10661056 memory=140690514474624 CPUtime=0 cores=1,3,5,7
/proc/3115/task/3119/stat : 3119 (java) S 3112 3115 32633 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97704586 10916921344 6947 33554432000 4194304 4196468 140736267244912 139886419061648 139886483433173 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19525632 140736267252853 140736267253001 140736267253001 140736267255759 0
[pid=3115/tid=3120] ppid=3112 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3115/task/3120/stat : 3120 (java) S 3112 3115 32633 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97704586 10916921344 6947 33554432000 4194304 4196468 140736267244912 139886418009104 139886483433173 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19525632 140736267252853 140736267253001 140736267253001 140736267255759 0
[pid=3115/tid=3121] ppid=3112 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3115/task/3121/stat : 3121 (java) S 3112 3115 32633 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97704586 10916921344 6947 33554432000 4194304 4196468 140736267244912 139886416956560 139886483433173 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19525632 140736267252853 140736267253001 140736267253001 140736267255759 0
[pid=3115/tid=3122] ppid=3112 vsize=10661056 memory=140690514474624 CPUtime=0 cores=1,3,5,7
/proc/3115/task/3122/stat : 3122 (java) S 3112 3115 32633 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97704588 10916921344 6947 33554432000 4194304 4196468 140736267244912 139885975189488 139886483434114 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19525632 140736267252853 140736267253001 140736267253001 140736267255759 0
[pid=3115/tid=3123] ppid=3112 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3115/task/3123/stat : 3123 (java) S 3112 3115 32633 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 97704588 10916921344 6947 33554432000 4194304 4196468 140736267244912 139885974135712 139886483433173 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19525632 140736267252853 140736267253001 140736267253001 140736267255759 0
[pid=3115/tid=3124] ppid=3112 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3115/task/3124/stat : 3124 (java) S 3112 3115 32633 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 97704588 10916921344 6947 33554432000 4194304 4196468 140736267244912 139885973083120 139886483433173 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19525632 140736267252853 140736267253001 140736267253001 140736267255759 0
[pid=3115/tid=3125] ppid=3112 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3115/task/3125/stat : 3125 (java) S 3112 3115 32633 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97704591 10916921344 6947 33554432000 4194304 4196468 140736267244912 139885972031696 139886483441563 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19525632 140736267252853 140736267253001 140736267253001 140736267255759 0
[pid=3115/tid=3126] ppid=3112 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3115/task/3126/stat : 3126 (java) R 3112 3115 32633 0 -1 1077944384 422 0 0 0 0 0 0 0 20 0 15 0 97704591 10916921344 6947 33554432000 4194304 4196468 140736267244912 139885970979312 139886483434114 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19525632 140736267252853 140736267253001 140736267253001 140736267255759 0
[pid=3115/tid=3127] ppid=3112 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3115/task/3127/stat : 3127 (java) S 3112 3115 32633 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 97704591 10916921344 6947 33554432000 4194304 4196468 140736267244912 139885969926768 139886483434114 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19525632 140736267252853 140736267253001 140736267253001 140736267255759 0
[pid=3115/tid=3128] ppid=3112 vsize=10661056 memory=140690514474624 CPUtime=0.02 cores=1,3,5,7
/proc/3115/task/3128/stat : 3128 (java) R 3112 3115 32633 0 -1 4202560 340 0 0 0 2 0 0 0 20 0 15 0 97704591 10916921344 6947 33554432000 4194304 4196468 140736267244912 139885968869984 139886462561684 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19525632 140736267252853 140736267253001 140736267253001 140736267255759 0
[pid=3115/tid=3129] ppid=3112 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3115/task/3129/stat : 3129 (java) S 3112 3115 32633 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97704591 10916921344 6947 33554432000 4194304 4196468 140736267244912 139885967821920 139886483433173 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19525632 140736267252853 140736267253001 140736267253001 140736267255759 0
[pid=3115/tid=3130] ppid=3112 vsize=10661056 memory=140690514474624 CPUtime=0 cores=1,3,5,7
/proc/3115/task/3130/stat : 3130 (java) S 3112 3115 32633 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97704591 10916921344 6947 33554432000 4194304 4196468 140736267244912 139885966768432 139886483434114 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19525632 140736267252853 140736267253001 140736267253001 140736267255759 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 27788 KiB

[startup+0.210495 s]*
/proc/loadavg: 1.56 1.44 1.38 4/216 3130
/proc/meminfo: memFree=23020808/32770624 swapFree=67108860/67108860
[pid=3115] ppid=3112 vsize=10661056 memory=40516 CPUtime=0.32 cores=1,3,5,7
/proc/3115/stat : 3115 (java) S 3112 3115 32633 0 -1 1077944320 8109 0 0 0 30 2 0 0 20 0 15 0 97704585 10916921344 10129 33554432000 4194304 4196468 140736267244912 140736267227456 139886483422967 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 19525632 140736267252853 140736267253001 140736267253001 140736267255759 0
/proc/3115/statm: 2665264 10129 2994 1 0 2627263 0
[pid=3115/tid=3117] ppid=3112 vsize=10661132 memory=8389772277269004345 CPUtime=0.19 cores=1,3,5,7
/proc/3115/task/3117/stat : 3117 (java) R 3112 3115 32633 0 -1 4202560 5231 0 0 0 18 1 0 0 20 0 15 0 97704585 10916999168 10161 33554432000 4194304 4196468 140736267244912 139886487655280 139886476139930 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19525632 140736267252853 140736267253001 140736267253001 140736267255759 0
[pid=3115/tid=3118] ppid=3112 vsize=10661132 memory=4294967641 CPUtime=0 cores=1,3,5,7
/proc/3115/task/3118/stat : 3118 (java) S 3112 3115 32633 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97704586 10916999168 10161 33554432000 4194304 4196468 140736267244912 139886420114192 139886483433173 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19525632 140736267252853 140736267253001 140736267253001 140736267255759 0
[pid=3115/tid=3119] ppid=3112 vsize=10661132 memory=3619117475408869024 CPUtime=0 cores=1,3,5,7
/proc/3115/task/3119/stat : 3119 (java) S 3112 3115 32633 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97704586 10916999168 10161 33554432000 4194304 4196468 140736267244912 139886419061648 139886483433173 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19525632 140736267252853 140736267253001 140736267253001 140736267255759 0
[pid=3115/tid=3120] ppid=3112 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3115/task/3120/stat : 3120 (java) S 3112 3115 32633 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97704586 10916999168 10161 33554432000 4194304 4196468 140736267244912 139886418009104 139886483433173 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19525632 140736267252853 140736267253001 140736267253001 140736267255759 0
[pid=3115/tid=3121] ppid=3112 vsize=10661132 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3115/task/3121/stat : 3121 (java) S 3112 3115 32633 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97704586 10916999168 10161 33554432000 4194304 4196468 140736267244912 139886416956560 139886483433173 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19525632 140736267252853 140736267253001 140736267253001 140736267255759 0
[pid=3115/tid=3122] ppid=3112 vsize=10661132 memory=140690514474624 CPUtime=0 cores=1,3,5,7
/proc/3115/task/3122/stat : 3122 (java) S 3112 3115 32633 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97704588 10916999168 10161 33554432000 4194304 4196468 140736267244912 139885975189488 139886483434114 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19525632 140736267252853 140736267253001 140736267253001 140736267255759 0
[pid=3115/tid=3123] ppid=3112 vsize=10661132 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3115/task/3123/stat : 3123 (java) S 3112 3115 32633 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 97704588 10916999168 10161 33554432000 4194304 4196468 140736267244912 139885974135712 139886483433173 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19525632 140736267252853 140736267253001 140736267253001 140736267255759 0
[pid=3115/tid=3124] ppid=3112 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3115/task/3124/stat : 3124 (java) S 3112 3115 32633 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 97704588 10916999168 10161 33554432000 4194304 4196468 140736267244912 139885973083120 139886483433173 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19525632 140736267252853 140736267253001 140736267253001 140736267255759 0
[pid=3115/tid=3125] ppid=3112 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3115/task/3125/stat : 3125 (java) S 3112 3115 32633 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97704591 10916999168 10161 33554432000 4194304 4196468 140736267244912 139885972031696 139886483441563 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19525632 140736267252853 140736267253001 140736267253001 140736267255759 0
[pid=3115/tid=3126] ppid=3112 vsize=10661132 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/3115/task/3126/stat : 3126 (java) S 3112 3115 32633 0 -1 1077944384 672 0 0 0 3 0 0 0 20 0 15 0 97704591 10916999168 10161 33554432000 4194304 4196468 140736267244912 139885970979312 139886483434114 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19525632 140736267252853 140736267253001 140736267253001 140736267255759 0
[pid=3115/tid=3127] ppid=3112 vsize=10661132 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/3115/task/3127/stat : 3127 (java) S 3112 3115 32633 0 -1 1077944384 68 0 0 0 1 0 0 0 20 0 15 0 97704591 10916999168 10161 33554432000 4194304 4196468 140736267244912 139885969926768 139886483434114 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19525632 140736267252853 140736267253001 140736267253001 140736267255759 0
[pid=3115/tid=3128] ppid=3112 vsize=10661132 memory=140690514474624 CPUtime=0.07 cores=1,3,5,7
/proc/3115/task/3128/stat : 3128 (java) S 3112 3115 32633 0 -1 1077944384 798 0 0 0 7 0 0 0 20 0 15 0 97704591 10916999168 10161 33554432000 4194304 4196468 140736267244912 139885968874224 139886483434114 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19525632 140736267252853 140736267253001 140736267253001 140736267255759 0
[pid=3115/tid=3129] ppid=3112 vsize=10661132 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3115/task/3129/stat : 3129 (java) S 3112 3115 32633 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97704591 10916999168 10161 33554432000 4194304 4196468 140736267244912 139885967821920 139886483433173 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19525632 140736267252853 140736267253001 140736267253001 140736267255759 0
[pid=3115/tid=3130] ppid=3112 vsize=10661132 memory=140690514474624 CPUtime=0 cores=1,3,5,7
/proc/3115/task/3130/stat : 3130 (java) S 3112 3115 32633 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97704591 10916999168 10161 33554432000 4194304 4196468 140736267244912 139885966768432 139886483434114 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19525632 140736267252853 140736267253001 140736267253001 140736267255759 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 40516 KiB

[startup+0.310219 s]*
/proc/loadavg: 1.56 1.44 1.38 6/216 3130
/proc/meminfo: memFree=23015784/32770624 swapFree=67108860/67108860
[pid=3115] ppid=3112 vsize=10661132 memory=45024 CPUtime=0.55 cores=1,3,5,7
/proc/3115/stat : 3115 (java) S 3112 3115 32633 0 -1 1077944320 8921 0 0 0 52 3 0 0 20 0 15 0 97704585 10916999168 11256 33554432000 4194304 4196468 140736267244912 140736267227456 139886483422967 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 19525632 140736267252853 140736267253001 140736267253001 140736267255759 0
/proc/3115/statm: 2665283 11256 3055 1 0 2627263 0
[pid=3115/tid=3117] ppid=3112 vsize=10661132 memory=6299806260039079015 CPUtime=0.29 cores=1,3,5,7
/proc/3115/task/3117/stat : 3117 (java) R 3112 3115 32633 0 -1 4202560 5681 0 0 0 27 2 0 0 20 0 15 0 97704585 10916999168 11768 33554432000 4194304 4196468 140736267244912 139886487656736 139886483434902 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19525632 140736267252853 140736267253001 140736267253001 140736267255759 0
[pid=3115/tid=3118] ppid=3112 vsize=10661132 memory=4294967295 CPUtime=0 cores=1,3,5,7
/proc/3115/task/3118/stat : 3118 (java) S 3112 3115 32633 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97704586 10916999168 11768 33554432000 4194304 4196468 140736267244912 139886420114192 139886483433173 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19525632 140736267252853 140736267253001 140736267253001 140736267255759 0
[pid=3115/tid=3119] ppid=3112 vsize=10661132 memory=140690514528032 CPUtime=0 cores=1,3,5,7
/proc/3115/task/3119/stat : 3119 (java) S 3112 3115 32633 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97704586 10916999168 11768 33554432000 4194304 4196468 140736267244912 139886419061648 139886483433173 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19525632 140736267252853 140736267253001 140736267253001 140736267255759 0
[pid=3115/tid=3120] ppid=3112 vsize=10661132 memory=55780 CPUtime=0 cores=1,3,5,7
/proc/3115/task/3120/stat : 3120 (java) S 3112 3115 32633 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97704586 10916999168 11768 33554432000 4194304 4196468 140736267244912 139886418009104 139886483433173 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19525632 140736267252853 140736267253001 140736267253001 140736267255759 0
[pid=3115/tid=3121] ppid=3112 vsize=10661132 memory=35 CPUtime=0 cores=1,3,5,7
/proc/3115/task/3121/stat : 3121 (java) S 3112 3115 32633 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97704586 10916999168 11768 33554432000 4194304 4196468 140736267244912 139886416956560 139886483433173 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19525632 140736267252853 140736267253001 140736267253001 140736267255759 0
[pid=3115/tid=3122] ppid=3112 vsize=10661132 memory=140690514534944 CPUtime=0 cores=1,3,5,7
/proc/3115/task/3122/stat : 3122 (java) S 3112 3115 32633 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97704588 10916999168 11768 33554432000 4194304 4196468 140736267244912 139885975189488 139886483434114 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19525632 140736267252853 140736267253001 140736267253001 140736267255759 0
[pid=3115/tid=3123] ppid=3112 vsize=10661132 memory=35 CPUtime=0 cores=1,3,5,7
/proc/3115/task/3123/stat : 3123 (java) S 3112 3115 32633 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 97704588 10916999168 11768 33554432000 4194304 4196468 140736267244912 139885974135712 139886483433173 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19525632 140736267252853 140736267253001 140736267253001 140736267255759 0
[pid=3115/tid=3124] ppid=3112 vsize=10661132 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/3115/task/3124/stat : 3124 (java) S 3112 3115 32633 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 97704588 10916999168 11768 33554432000 4194304 4196468 140736267244912 139885973083120 139886483433173 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19525632 140736267252853 140736267253001 140736267253001 140736267255759 0
[pid=3115/tid=3125] ppid=3112 vsize=10661132 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/3115/task/3125/stat : 3125 (java) S 3112 3115 32633 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97704591 10916999168 11768 33554432000 4194304 4196468 140736267244912 139885972031696 139886483441563 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19525632 140736267252853 140736267253001 140736267253001 140736267255759 0
[pid=3115/tid=3126] ppid=3112 vsize=10661132 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/3115/task/3126/stat : 3126 (java) S 3112 3115 32633 0 -1 1077944384 753 0 0 0 5 0 0 0 20 0 15 0 97704591 10916999168 11768 33554432000 4194304 4196468 140736267244912 139885970979312 139886483434114 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19525632 140736267252853 140736267253001 140736267253001 140736267255759 0
[pid=3115/tid=3127] ppid=3112 vsize=10661132 memory=140690378046479 CPUtime=0.05 cores=1,3,5,7
/proc/3115/task/3127/stat : 3127 (java) S 3112 3115 32633 0 -1 1077944384 220 0 0 0 5 0 0 0 20 0 15 0 97704591 10916999168 11768 33554432000 4194304 4196468 140736267244912 139885969926768 139886483434114 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19525632 140736267252853 140736267253001 140736267253001 140736267255759 0
[pid=3115/tid=3128] ppid=3112 vsize=10661132 memory=140690514477559 CPUtime=0.13 cores=1,3,5,7
/proc/3115/task/3128/stat : 3128 (java) R 3112 3115 32633 0 -1 4202560 910 0 0 0 13 0 0 0 20 0 15 0 97704591 10916999168 11768 33554432000 4194304 4196468 140736267244912 139885968869296 139886462542624 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19525632 140736267252853 140736267253001 140736267253001 140736267255759 0
[pid=3115/tid=3129] ppid=3112 vsize=10661132 memory=140690378055599 CPUtime=0 cores=1,3,5,7
/proc/3115/task/3129/stat : 3129 (java) S 3112 3115 32633 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97704591 10916999168 11768 33554432000 4194304 4196468 140736267244912 139885967821920 139886483433173 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19525632 140736267252853 140736267253001 140736267253001 140736267255759 0
[pid=3115/tid=3130] ppid=3112 vsize=10661132 memory=281380892547040 CPUtime=0 cores=1,3,5,7
/proc/3115/task/3130/stat : 3130 (java) S 3112 3115 32633 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97704591 10916999168 11768 33554432000 4194304 4196468 140736267244912 139885966768432 139886483434114 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19525632 140736267252853 140736267253001 140736267253001 140736267255759 0
Current children cumulated CPU time: 0.55 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 45024 KiB

[startup+0.700783 s]
/proc/loadavg: 1.56 1.44 1.38 5/216 3130
/proc/meminfo: memFree=22989548/32770624 swapFree=67108860/67108860
[pid=3115] ppid=3112 vsize=10661132 memory=94844 CPUtime=1.71 cores=1,3,5,7
/proc/3115/stat : 3115 (java) S 3112 3115 32633 0 -1 1077944320 14733 0 0 0 167 4 0 0 20 0 15 0 97704585 10916999168 23711 33554432000 4194304 4196468 140736267244912 140736267227456 139886483422967 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 19525632 140736267252853 140736267253001 140736267253001 140736267255759 0
/proc/3115/statm: 2665283 23711 3082 1 0 2627263 0
[pid=3115/tid=3117] ppid=3112 vsize=10661132 memory=0 CPUtime=0.67 cores=1,3,5,7
/proc/3115/task/3117/stat : 3117 (java) R 3112 3115 32633 0 -1 4202560 5798 0 0 0 65 2 0 0 20 0 15 0 97704585 10916999168 23711 33554432000 4194304 4196468 140736267244912 139886487662040 139886097727182 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19525632 140736267252853 140736267253001 140736267253001 140736267255759 0
[pid=3115/tid=3118] ppid=3112 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3115/task/3118/stat : 3118 (java) S 3112 3115 32633 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97704586 10916999168 23711 33554432000 4194304 4196468 140736267244912 139886420114192 139886483433173 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19525632 140736267252853 140736267253001 140736267253001 140736267255759 0
[pid=3115/tid=3119] ppid=3112 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3115/task/3119/stat : 3119 (java) S 3112 3115 32633 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97704586 10916999168 23711 33554432000 4194304 4196468 140736267244912 139886419061648 139886483433173 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19525632 140736267252853 140736267253001 140736267253001 140736267255759 0
[pid=3115/tid=3120] ppid=3112 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3115/task/3120/stat : 3120 (java) S 3112 3115 32633 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97704586 10916999168 23711 33554432000 4194304 4196468 140736267244912 139886418009104 139886483433173 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19525632 140736267252853 140736267253001 140736267253001 140736267255759 0
[pid=3115/tid=3121] ppid=3112 vsize=10661132 memory=1200 CPUtime=0 cores=1,3,5,7
/proc/3115/task/3121/stat : 3121 (java) S 3112 3115 32633 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97704586 10916999168 23711 33554432000 4194304 4196468 140736267244912 139886416956560 139886483433173 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19525632 140736267252853 140736267253001 140736267253001 140736267255759 0
[pid=3115/tid=3122] ppid=3112 vsize=10661132 memory=15876 CPUtime=0 cores=1,3,5,7
/proc/3115/task/3122/stat : 3122 (java) S 3112 3115 32633 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 97704588 10916999168 23711 33554432000 4194304 4196468 140736267244912 139885975189488 139886483434114 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19525632 140736267252853 140736267253001 140736267253001 140736267255759 0
[pid=3115/tid=3123] ppid=3112 vsize=10661132 memory=16284 CPUtime=0 cores=1,3,5,7
/proc/3115/task/3123/stat : 3123 (java) S 3112 3115 32633 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 97704588 10916999168 23711 33554432000 4194304 4196468 140736267244912 139885974135712 139886483433173 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19525632 140736267252853 140736267253001 140736267253001 140736267255759 0
[pid=3115/tid=3124] ppid=3112 vsize=10661132 memory=2241 CPUtime=0 cores=1,3,5,7
/proc/3115/task/3124/stat : 3124 (java) S 3112 3115 32633 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 97704588 10916999168 23711 33554432000 4194304 4196468 140736267244912 139885973083120 139886483433173 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19525632 140736267252853 140736267253001 140736267253001 140736267255759 0
[pid=3115/tid=3125] ppid=3112 vsize=10661132 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/3115/task/3125/stat : 3125 (java) S 3112 3115 32633 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97704591 10916999168 23711 33554432000 4194304 4196468 140736267244912 139885972031696 139886483441563 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19525632 140736267252853 140736267253001 140736267253001 140736267255759 0
[pid=3115/tid=3126] ppid=3112 vsize=10661132 memory=0 CPUtime=0.4 cores=1,3,5,7
/proc/3115/task/3126/stat : 3126 (java) R 3112 3115 32633 0 -1 4202560 3386 0 0 0 40 0 0 0 20 0 15 0 97704591 10916999168 23711 33554432000 4194304 4196468 140736267244912 139885970960328 139886468525422 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19525632 140736267252853 140736267253001 140736267253001 140736267255759 0
[pid=3115/tid=3127] ppid=3112 vsize=10661132 memory=0 CPUtime=0.4 cores=1,3,5,7
/proc/3115/task/3127/stat : 3127 (java) R 3112 3115 32633 0 -1 4202560 2779 0 0 0 40 0 0 0 20 0 15 0 97704591 10916999168 23711 33554432000 4194304 4196468 140736267244912 139885969912792 139886467819853 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19525632 140736267252853 140736267253001 140736267253001 140736267255759 0
[pid=3115/tid=3128] ppid=3112 vsize=10661132 memory=6656426216303648864 CPUtime=0.2 cores=1,3,5,7
/proc/3115/task/3128/stat : 3128 (java) S 3112 3115 32633 0 -1 1077944384 1398 0 0 0 20 0 0 0 20 0 15 0 97704591 10916999168 23711 33554432000 4194304 4196468 140736267244912 139885968874224 139886483434114 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19525632 140736267252853 140736267253001 140736267253001 140736267255759 0
[pid=3115/tid=3129] ppid=3112 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3115/task/3129/stat : 3129 (java) S 3112 3115 32633 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97704591 10916999168 23711 33554432000 4194304 4196468 140736267244912 139885967821920 139886483433173 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19525632 140736267252853 140736267253001 140736267253001 140736267255759 0
[pid=3115/tid=3130] ppid=3112 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3115/task/3130/stat : 3130 (java) S 3112 3115 32633 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97704591 10916999168 23711 33554432000 4194304 4196468 140736267244912 139885966768432 139886483434114 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19525632 140736267252853 140736267253001 140736267253001 140736267255759 0
Current children cumulated CPU time: 1.71 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 94844 KiB

[startup+1.50068 s]
/proc/loadavg: 1.56 1.44 1.38 3/216 3130
/proc/meminfo: memFree=22925204/32770624 swapFree=67108860/67108860
[pid=3115] ppid=3112 vsize=10661132 memory=199104 CPUtime=3.1 cores=1,3,5,7
/proc/3115/stat : 3115 (java) S 3112 3115 32633 0 -1 1077944320 18296 0 0 0 304 6 0 0 20 0 15 0 97704585 10916999168 49776 33554432000 4194304 4196468 140736267244912 140736267227456 139886483422967 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 19525632 140736267252853 140736267253001 140736267253001 140736267255759 0
/proc/3115/statm: 2665283 49776 3118 1 0 2627263 0
[pid=3115/tid=3117] ppid=3112 vsize=10661132 memory=2241 CPUtime=1.47 cores=1,3,5,7
/proc/3115/task/3117/stat : 3117 (java) R 3112 3115 32633 0 -1 4202560 6141 0 0 0 144 3 0 0 20 0 15 0 97704585 10916999168 49776 33554432000 4194304 4196468 140736267244912 139886487662768 139886097864327 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19525632 140736267252853 140736267253001 140736267253001 140736267255759 0
[pid=3115/tid=3118] ppid=3112 vsize=10661132 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/3115/task/3118/stat : 3118 (java) S 3112 3115 32633 0 -1 1077944384 155 0 0 0 0 0 0 0 20 0 15 0 97704586 10916999168 49776 33554432000 4194304 4196468 140736267244912 139886420114192 139886483433173 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19525632 140736267252853 140736267253001 140736267253001 140736267255759 0
[pid=3115/tid=3119] ppid=3112 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3115/task/3119/stat : 3119 (java) S 3112 3115 32633 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 97704586 10916999168 49776 33554432000 4194304 4196468 140736267244912 139886419061648 139886483433173 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19525632 140736267252853 140736267253001 140736267253001 140736267255759 0
[pid=3115/tid=3120] ppid=3112 vsize=10661132 memory=281380756300608 CPUtime=0 cores=1,3,5,7
/proc/3115/task/3120/stat : 3120 (java) S 3112 3115 32633 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 15 0 97704586 10916999168 49776 33554432000 4194304 4196468 140736267244912 139886418009104 139886483433173 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19525632 140736267252853 140736267253001 140736267253001 140736267255759 0
[pid=3115/tid=3121] ppid=3112 vsize=10661132 memory=6655300316396806240 CPUtime=0 cores=1,3,5,7
/proc/3115/task/3121/stat : 3121 (java) S 3112 3115 32633 0 -1 1077944384 293 0 0 0 0 0 0 0 20 0 15 0 97704586 10916999168 49776 33554432000 4194304 4196468 140736267244912 139886416956560 139886483433173 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19525632 140736267252853 140736267253001 140736267253001 140736267255759 0
[pid=3115/tid=3122] ppid=3112 vsize=10661132 memory=6943526294502006880 CPUtime=0 cores=1,3,5,7
/proc/3115/task/3122/stat : 3122 (java) S 3112 3115 32633 0 -1 1077944384 237 0 0 0 0 0 0 0 20 0 15 0 97704588 10916999168 49776 33554432000 4194304 4196468 140736267244912 139885975189488 139886483434114 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19525632 140736267252853 140736267253001 140736267253001 140736267255759 0

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

/proc/3115/task/3117/stat : 3117 (java) R 3112 3115 32633 0 -1 4202560 20276 0 0 0 242986 18 0 0 20 0 15 0 97704585 10916999168 59042 33554432000 4194304 4196468 140736267244912 139886487662736 139886097864126 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19525632 140736267252853 140736267253001 140736267253001 140736267255759 0
[pid=3115/tid=3118] ppid=3112 vsize=10661132 memory=236168 CPUtime=4.18 cores=1,3,5,7
/proc/3115/task/3118/stat : 3118 (java) S 3112 3115 32633 0 -1 1077944384 3654 0 0 0 374 44 0 0 20 0 15 0 97704586 10916999168 59042 33554432000 4194304 4196468 140736267244912 139886420114192 139886483433173 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19525632 140736267252853 140736267253001 140736267253001 140736267255759 0
[pid=3115/tid=3119] ppid=3112 vsize=10661132 memory=236168 CPUtime=4.15 cores=1,3,5,7
/proc/3115/task/3119/stat : 3119 (java) S 3112 3115 32633 0 -1 1077944384 3155 0 0 0 372 43 0 0 20 0 15 0 97704586 10916999168 59042 33554432000 4194304 4196468 140736267244912 139886419061648 139886483433173 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19525632 140736267252853 140736267253001 140736267253001 140736267255759 0
[pid=3115/tid=3120] ppid=3112 vsize=10661132 memory=236168 CPUtime=4.14 cores=1,3,5,7
/proc/3115/task/3120/stat : 3120 (java) S 3112 3115 32633 0 -1 1077944384 2426 0 0 0 370 44 0 0 20 0 15 0 97704586 10916999168 59042 33554432000 4194304 4196468 140736267244912 139886418009104 139886483433173 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19525632 140736267252853 140736267253001 140736267253001 140736267255759 0
[pid=3115/tid=3121] ppid=3112 vsize=10661132 memory=236168 CPUtime=4.17 cores=1,3,5,7
/proc/3115/task/3121/stat : 3121 (java) S 3112 3115 32633 0 -1 1077944384 2677 0 0 0 374 43 0 0 20 0 15 0 97704586 10916999168 59042 33554432000 4194304 4196468 140736267244912 139886416956560 139886483433173 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19525632 140736267252853 140736267253001 140736267253001 140736267255759 0
[pid=3115/tid=3122] ppid=3112 vsize=10661132 memory=236168 CPUtime=5.18 cores=1,3,5,7
/proc/3115/task/3122/stat : 3122 (java) S 3112 3115 32633 0 -1 1077944384 5239 0 0 0 481 37 0 0 20 0 15 0 97704588 10916999168 59042 33554432000 4194304 4196468 140736267244912 139885975189488 139886483434114 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19525632 140736267252853 140736267253001 140736267253001 140736267255759 0
[pid=3115/tid=3123] ppid=3112 vsize=10661132 memory=236168 CPUtime=0 cores=1,3,5,7
/proc/3115/task/3123/stat : 3123 (java) S 3112 3115 32633 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 97704588 10916999168 59042 33554432000 4194304 4196468 140736267244912 139885974135712 139886483433173 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19525632 140736267252853 140736267253001 140736267253001 140736267255759 0
[pid=3115/tid=3124] ppid=3112 vsize=10661132 memory=236168 CPUtime=0 cores=1,3,5,7
/proc/3115/task/3124/stat : 3124 (java) S 3112 3115 32633 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 97704588 10916999168 59042 33554432000 4194304 4196468 140736267244912 139885973083120 139886483433173 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19525632 140736267252853 140736267253001 140736267253001 140736267255759 0
[pid=3115/tid=3125] ppid=3112 vsize=10661132 memory=236168 CPUtime=0 cores=1,3,5,7
/proc/3115/task/3125/stat : 3125 (java) S 3112 3115 32633 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97704591 10916999168 59042 33554432000 4194304 4196468 140736267244912 139885972031696 139886483441563 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19525632 140736267252853 140736267253001 140736267253001 140736267255759 0
[pid=3115/tid=3126] ppid=3112 vsize=10661132 memory=13044 CPUtime=0.79 cores=1,3,5,7
/proc/3115/task/3126/stat : 3126 (java) S 3112 3115 32633 0 -1 1077944384 6408 0 0 0 78 1 0 0 20 0 15 0 97704591 10916999168 59042 33554432000 4194304 4196468 140736267244912 139885970979312 139886483434114 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19525632 140736267252853 140736267253001 140736267253001 140736267255759 0
[pid=3115/tid=3127] ppid=3112 vsize=10661132 memory=236168 CPUtime=0.72 cores=1,3,5,7
/proc/3115/task/3127/stat : 3127 (java) S 3112 3115 32633 0 -1 1077944384 4365 0 0 0 71 1 0 0 20 0 15 0 97704591 10916999168 59042 33554432000 4194304 4196468 140736267244912 139885969926768 139886483434114 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19525632 140736267252853 140736267253001 140736267253001 140736267255759 0
[pid=3115/tid=3128] ppid=3112 vsize=10661132 memory=236168 CPUtime=0.27 cores=1,3,5,7
/proc/3115/task/3128/stat : 3128 (java) S 3112 3115 32633 0 -1 1077944384 3666 0 0 0 27 0 0 0 20 0 15 0 97704591 10916999168 59042 33554432000 4194304 4196468 140736267244912 139885968874224 139886483434114 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19525632 140736267252853 140736267253001 140736267253001 140736267255759 0
[pid=3115/tid=3129] ppid=3112 vsize=10661132 memory=236168 CPUtime=0 cores=1,3,5,7
/proc/3115/task/3129/stat : 3129 (java) S 3112 3115 32633 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97704591 10916999168 59042 33554432000 4194304 4196468 140736267244912 139885967821920 139886483433173 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19525632 140736267252853 140736267253001 140736267253001 140736267255759 0
[pid=3115/tid=3130] ppid=3112 vsize=10661132 memory=840 CPUtime=1.03 cores=1,3,5,7
/proc/3115/task/3130/stat : 3130 (java) S 3112 3115 32633 0 -1 1077944384 1097 0 0 0 55 48 0 0 20 0 15 0 97704591 10916999168 59042 33554432000 4194304 4196468 140736267244912 139885966768432 139886483434114 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 19525632 140736267252853 140736267253001 140736267253001 140736267255759 0
Current children cumulated CPU time: 2454.77 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 236168 KiB

[startup+2502.3 s]
/proc/loadavg: 1.94 1.48 1.36 3/215 3281
/proc/meminfo: memFree=22593224/32770624 swapFree=67108860/67108860
[pid=3115] ppid=3112 vsize=10661132 memory=236168 CPUtime=2515.05 cores=1,3,5,7
/proc/3115/stat : 3115 (java) S 3112 3115 32633 0 -1 1077944320 54635 0 0 0 251295 210 0 0 20 0 15 0 97704585 10916999168 59042 33554432000 4194304 4196468 140736267244912 140736267227456 139886483422967 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 19525632 140736267252853 140736267253001 140736267253001 140736267255759 0
/proc/3115/statm: 2665283 59042 3128 1 0 2627263 0
[pid=3115/tid=3117] ppid=3112 vsize=10661132 memory=236168 CPUtime=2489.72 cores=1,3,5,7
/proc/3115/task/3117/stat : 3117 (java) R 3112 3115 32633 0 -1 4202560 20505 0 0 0 248954 18 0 0 20 0 15 0 97704585 10916999168 59042 33554432000 4194304 4196468 140736267244912 139886487662720 139886097794789 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19525632 140736267252853 140736267253001 140736267253001 140736267255759 0
[pid=3115/tid=3118] ppid=3112 vsize=10661132 memory=236168 CPUtime=4.3 cores=1,3,5,7
/proc/3115/task/3118/stat : 3118 (java) S 3112 3115 32633 0 -1 1077944384 3669 0 0 0 385 45 0 0 20 0 15 0 97704586 10916999168 59042 33554432000 4194304 4196468 140736267244912 139886420114192 139886483433173 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19525632 140736267252853 140736267253001 140736267253001 140736267255759 0
[pid=3115/tid=3119] ppid=3112 vsize=10661132 memory=236168 CPUtime=4.26 cores=1,3,5,7
/proc/3115/task/3119/stat : 3119 (java) S 3112 3115 32633 0 -1 1077944384 3155 0 0 0 382 44 0 0 20 0 15 0 97704586 10916999168 59042 33554432000 4194304 4196468 140736267244912 139886419061648 139886483433173 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19525632 140736267252853 140736267253001 140736267253001 140736267255759 0
[pid=3115/tid=3120] ppid=3112 vsize=10661132 memory=236168 CPUtime=4.25 cores=1,3,5,7
/proc/3115/task/3120/stat : 3120 (java) S 3112 3115 32633 0 -1 1077944384 2426 0 0 0 380 45 0 0 20 0 15 0 97704586 10916999168 59042 33554432000 4194304 4196468 140736267244912 139886418009104 139886483433173 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19525632 140736267252853 140736267253001 140736267253001 140736267255759 0
[pid=3115/tid=3121] ppid=3112 vsize=10661132 memory=236168 CPUtime=4.27 cores=1,3,5,7
/proc/3115/task/3121/stat : 3121 (java) S 3112 3115 32633 0 -1 1077944384 2677 0 0 0 384 43 0 0 20 0 15 0 97704586 10916999168 59042 33554432000 4194304 4196468 140736267244912 139886416956560 139886483433173 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19525632 140736267252853 140736267253001 140736267253001 140736267255759 0
[pid=3115/tid=3122] ppid=3112 vsize=10661132 memory=236168 CPUtime=5.31 cores=1,3,5,7
/proc/3115/task/3122/stat : 3122 (java) S 3112 3115 32633 0 -1 1077944384 5246 0 0 0 493 38 0 0 20 0 15 0 97704588 10916999168 59042 33554432000 4194304 4196468 140736267244912 139885975189488 139886483434114 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19525632 140736267252853 140736267253001 140736267253001 140736267255759 0
[pid=3115/tid=3123] ppid=3112 vsize=10661132 memory=236168 CPUtime=0 cores=1,3,5,7
/proc/3115/task/3123/stat : 3123 (java) S 3112 3115 32633 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 97704588 10916999168 59042 33554432000 4194304 4196468 140736267244912 139885974135712 139886483433173 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19525632 140736267252853 140736267253001 140736267253001 140736267255759 0
[pid=3115/tid=3124] ppid=3112 vsize=10661132 memory=236168 CPUtime=0 cores=1,3,5,7
/proc/3115/task/3124/stat : 3124 (java) S 3112 3115 32633 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 97704588 10916999168 59042 33554432000 4194304 4196468 140736267244912 139885973083120 139886483433173 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19525632 140736267252853 140736267253001 140736267253001 140736267255759 0
[pid=3115/tid=3125] ppid=3112 vsize=10661132 memory=236168 CPUtime=0 cores=1,3,5,7
/proc/3115/task/3125/stat : 3125 (java) S 3112 3115 32633 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97704591 10916999168 59042 33554432000 4194304 4196468 140736267244912 139885972031696 139886483441563 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19525632 140736267252853 140736267253001 140736267253001 140736267255759 0
[pid=3115/tid=3126] ppid=3112 vsize=10661132 memory=236168 CPUtime=0.79 cores=1,3,5,7
/proc/3115/task/3126/stat : 3126 (java) S 3112 3115 32633 0 -1 1077944384 6408 0 0 0 78 1 0 0 20 0 15 0 97704591 10916999168 59042 33554432000 4194304 4196468 140736267244912 139885970979312 139886483434114 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19525632 140736267252853 140736267253001 140736267253001 140736267255759 0
[pid=3115/tid=3127] ppid=3112 vsize=10661132 memory=4140 CPUtime=0.72 cores=1,3,5,7
/proc/3115/task/3127/stat : 3127 (java) S 3112 3115 32633 0 -1 1077944384 4365 0 0 0 71 1 0 0 20 0 15 0 97704591 10916999168 59042 33554432000 4194304 4196468 140736267244912 139885969926768 139886483434114 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19525632 140736267252853 140736267253001 140736267253001 140736267255759 0
[pid=3115/tid=3128] ppid=3112 vsize=10661132 memory=236168 CPUtime=0.27 cores=1,3,5,7
/proc/3115/task/3128/stat : 3128 (java) S 3112 3115 32633 0 -1 1077944384 3666 0 0 0 27 0 0 0 20 0 15 0 97704591 10916999168 59042 33554432000 4194304 4196468 140736267244912 139885968874224 139886483434114 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19525632 140736267252853 140736267253001 140736267253001 140736267255759 0
[pid=3115/tid=3129] ppid=3112 vsize=10661132 memory=236168 CPUtime=0 cores=1,3,5,7
/proc/3115/task/3129/stat : 3129 (java) S 3112 3115 32633 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97704591 10916999168 59042 33554432000 4194304 4196468 140736267244912 139885967821920 139886483433173 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19525632 140736267252853 140736267253001 140736267253001 140736267255759 0
[pid=3115/tid=3130] ppid=3112 vsize=10661132 memory=236168 CPUtime=1.06 cores=1,3,5,7
/proc/3115/task/3130/stat : 3130 (java) S 3112 3115 32633 0 -1 1077944384 1101 0 0 0 56 50 0 0 20 0 15 0 97704591 10916999168 59042 33554432000 4194304 4196468 140736267244912 139885966768432 139886483434114 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 19525632 140736267252853 140736267253001 140736267253001 140736267255759 0
Current children cumulated CPU time: 2515.05 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 236168 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2507.3 s]
/proc/loadavg: 1.87 1.47 1.35 3/215 3281
/proc/meminfo: memFree=22593224/32770624 swapFree=67108860/67108860
[pid=3115] ppid=3112 vsize=10661132 memory=236168 CPUtime=2520.07 cores=1,3,5,7
/proc/3115/stat : 3115 (java) S 3112 3115 32633 0 -1 1077944320 54655 0 0 0 251797 210 0 0 20 0 15 0 97704585 10916999168 59042 33554432000 4194304 4196468 140736267244912 140736267227456 139886483422967 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 19525632 140736267252853 140736267253001 140736267253001 140736267255759 0
/proc/3115/statm: 2665283 59042 3128 1 0 2627263 0
[pid=3115/tid=3117] ppid=3112 vsize=10661132 memory=236168 CPUtime=2494.69 cores=1,3,5,7
/proc/3115/task/3117/stat : 3117 (java) R 3112 3115 32633 0 -1 4202560 20524 0 0 0 249451 18 0 0 20 0 15 0 97704585 10916999168 59042 33554432000 4194304 4196468 140736267244912 139886487662848 139886098136645 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19525632 140736267252853 140736267253001 140736267253001 140736267255759 0
[pid=3115/tid=3118] ppid=3112 vsize=10661132 memory=236168 CPUtime=4.3 cores=1,3,5,7
/proc/3115/task/3118/stat : 3118 (java) S 3112 3115 32633 0 -1 1077944384 3669 0 0 0 385 45 0 0 20 0 15 0 97704586 10916999168 59042 33554432000 4194304 4196468 140736267244912 139886420114192 139886483433173 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19525632 140736267252853 140736267253001 140736267253001 140736267255759 0
[pid=3115/tid=3119] ppid=3112 vsize=10661132 memory=236168 CPUtime=4.27 cores=1,3,5,7
/proc/3115/task/3119/stat : 3119 (java) S 3112 3115 32633 0 -1 1077944384 3155 0 0 0 383 44 0 0 20 0 15 0 97704586 10916999168 59042 33554432000 4194304 4196468 140736267244912 139886419061648 139886483433173 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19525632 140736267252853 140736267253001 140736267253001 140736267255759 0
[pid=3115/tid=3120] ppid=3112 vsize=10661132 memory=236168 CPUtime=4.26 cores=1,3,5,7
/proc/3115/task/3120/stat : 3120 (java) S 3112 3115 32633 0 -1 1077944384 2427 0 0 0 381 45 0 0 20 0 15 0 97704586 10916999168 59042 33554432000 4194304 4196468 140736267244912 139886418009104 139886483433173 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19525632 140736267252853 140736267253001 140736267253001 140736267255759 0
[pid=3115/tid=3121] ppid=3112 vsize=10661132 memory=236168 CPUtime=4.28 cores=1,3,5,7
/proc/3115/task/3121/stat : 3121 (java) S 3112 3115 32633 0 -1 1077944384 2677 0 0 0 385 43 0 0 20 0 15 0 97704586 10916999168 59042 33554432000 4194304 4196468 140736267244912 139886416956560 139886483433173 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19525632 140736267252853 140736267253001 140736267253001 140736267255759 0
[pid=3115/tid=3122] ppid=3112 vsize=10661132 memory=236168 CPUtime=5.32 cores=1,3,5,7
/proc/3115/task/3122/stat : 3122 (java) S 3112 3115 32633 0 -1 1077944384 5246 0 0 0 494 38 0 0 20 0 15 0 97704588 10916999168 59042 33554432000 4194304 4196468 140736267244912 139885975189488 139886483434114 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19525632 140736267252853 140736267253001 140736267253001 140736267255759 0
[pid=3115/tid=3123] ppid=3112 vsize=10661132 memory=236168 CPUtime=0 cores=1,3,5,7
/proc/3115/task/3123/stat : 3123 (java) S 3112 3115 32633 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 97704588 10916999168 59042 33554432000 4194304 4196468 140736267244912 139885974135712 139886483433173 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19525632 140736267252853 140736267253001 140736267253001 140736267255759 0
[pid=3115/tid=3124] ppid=3112 vsize=10661132 memory=236168 CPUtime=0 cores=1,3,5,7
/proc/3115/task/3124/stat : 3124 (java) S 3112 3115 32633 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 97704588 10916999168 59042 33554432000 4194304 4196468 140736267244912 139885973083120 139886483433173 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19525632 140736267252853 140736267253001 140736267253001 140736267255759 0
[pid=3115/tid=3125] ppid=3112 vsize=10661132 memory=236168 CPUtime=0 cores=1,3,5,7
/proc/3115/task/3125/stat : 3125 (java) S 3112 3115 32633 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97704591 10916999168 59042 33554432000 4194304 4196468 140736267244912 139885972031696 139886483441563 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19525632 140736267252853 140736267253001 140736267253001 140736267255759 0
[pid=3115/tid=3126] ppid=3112 vsize=10661132 memory=236168 CPUtime=0.79 cores=1,3,5,7
/proc/3115/task/3126/stat : 3126 (java) S 3112 3115 32633 0 -1 1077944384 6408 0 0 0 78 1 0 0 20 0 15 0 97704591 10916999168 59042 33554432000 4194304 4196468 140736267244912 139885970979312 139886483434114 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19525632 140736267252853 140736267253001 140736267253001 140736267255759 0
[pid=3115/tid=3127] ppid=3112 vsize=10661132 memory=236168 CPUtime=0.72 cores=1,3,5,7
/proc/3115/task/3127/stat : 3127 (java) S 3112 3115 32633 0 -1 1077944384 4365 0 0 0 71 1 0 0 20 0 15 0 97704591 10916999168 59042 33554432000 4194304 4196468 140736267244912 139885969926768 139886483434114 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19525632 140736267252853 140736267253001 140736267253001 140736267255759 0
[pid=3115/tid=3128] ppid=3112 vsize=10661132 memory=4140 CPUtime=0.27 cores=1,3,5,7
/proc/3115/task/3128/stat : 3128 (java) S 3112 3115 32633 0 -1 1077944384 3666 0 0 0 27 0 0 0 20 0 15 0 97704591 10916999168 59042 33554432000 4194304 4196468 140736267244912 139885968874224 139886483434114 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19525632 140736267252853 140736267253001 140736267253001 140736267255759 0
[pid=3115/tid=3129] ppid=3112 vsize=10661132 memory=236168 CPUtime=0 cores=1,3,5,7
/proc/3115/task/3129/stat : 3129 (java) S 3112 3115 32633 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97704591 10916999168 59042 33554432000 4194304 4196468 140736267244912 139885967821920 139886483433173 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19525632 140736267252853 140736267253001 140736267253001 140736267255759 0
[pid=3115/tid=3130] ppid=3112 vsize=10661132 memory=236168 CPUtime=1.06 cores=1,3,5,7
/proc/3115/task/3130/stat : 3130 (java) S 3112 3115 32633 0 -1 1077944384 1101 0 0 0 56 50 0 0 20 0 15 0 97704591 10916999168 59042 33554432000 4194304 4196468 140736267244912 139885966768432 139886483434114 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 19525632 140736267252853 140736267253001 140736267253001 140736267255759 0
Current children cumulated CPU time: 2520.07 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 236168 KiB

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

[startup+2507.31 s]
# the end of solver process 3115 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.98 s, system=2.10522 s

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

[startup+2507.3 s]
/proc/loadavg: 1.87 1.47 1.35 3/215 3281
/proc/meminfo: memFree=22593224/32770624 swapFree=67108860/67108860
[pid=3115] ppid=3112 vsize=10661132 memory=236168 CPUtime=2520.07 cores=1,3,5,7
/proc/3115/stat : 3115 (java) S 3112 3115 32633 0 -1 1077944320 54655 0 0 0 251797 210 0 0 20 0 15 0 97704585 10916999168 59042 33554432000 4194304 4196468 140736267244912 140736267227456 139886483422967 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 19525632 140736267252853 140736267253001 140736267253001 140736267255759 0
/proc/3115/statm: 2665283 59042 3128 1 0 2627263 0
[pid=3115/tid=3117] ppid=3112 vsize=10661132 memory=236168 CPUtime=2494.69 cores=1,3,5,7
/proc/3115/task/3117/stat : 3117 (java) R 3112 3115 32633 0 -1 4202560 20524 0 0 0 249451 18 0 0 20 0 15 0 97704585 10916999168 59042 33554432000 4194304 4196468 140736267244912 139886487662848 139886098136645 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19525632 140736267252853 140736267253001 140736267253001 140736267255759 0
[pid=3115/tid=3118] ppid=3112 vsize=10661132 memory=236168 CPUtime=4.3 cores=1,3,5,7
/proc/3115/task/3118/stat : 3118 (java) S 3112 3115 32633 0 -1 1077944384 3669 0 0 0 385 45 0 0 20 0 15 0 97704586 10916999168 59042 33554432000 4194304 4196468 140736267244912 139886420114192 139886483433173 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19525632 140736267252853 140736267253001 140736267253001 140736267255759 0
[pid=3115/tid=3119] ppid=3112 vsize=10661132 memory=236168 CPUtime=4.27 cores=1,3,5,7
/proc/3115/task/3119/stat : 3119 (java) S 3112 3115 32633 0 -1 1077944384 3155 0 0 0 383 44 0 0 20 0 15 0 97704586 10916999168 59042 33554432000 4194304 4196468 140736267244912 139886419061648 139886483433173 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19525632 140736267252853 140736267253001 140736267253001 140736267255759 0
[pid=3115/tid=3120] ppid=3112 vsize=10661132 memory=236168 CPUtime=4.26 cores=1,3,5,7
/proc/3115/task/3120/stat : 3120 (java) S 3112 3115 32633 0 -1 1077944384 2427 0 0 0 381 45 0 0 20 0 15 0 97704586 10916999168 59042 33554432000 4194304 4196468 140736267244912 139886418009104 139886483433173 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19525632 140736267252853 140736267253001 140736267253001 140736267255759 0
[pid=3115/tid=3121] ppid=3112 vsize=10661132 memory=236168 CPUtime=4.28 cores=1,3,5,7
/proc/3115/task/3121/stat : 3121 (java) S 3112 3115 32633 0 -1 1077944384 2677 0 0 0 385 43 0 0 20 0 15 0 97704586 10916999168 59042 33554432000 4194304 4196468 140736267244912 139886416956560 139886483433173 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19525632 140736267252853 140736267253001 140736267253001 140736267255759 0
[pid=3115/tid=3122] ppid=3112 vsize=10661132 memory=236168 CPUtime=5.32 cores=1,3,5,7
/proc/3115/task/3122/stat : 3122 (java) S 3112 3115 32633 0 -1 1077944384 5246 0 0 0 494 38 0 0 20 0 15 0 97704588 10916999168 59042 33554432000 4194304 4196468 140736267244912 139885975189488 139886483434114 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19525632 140736267252853 140736267253001 140736267253001 140736267255759 0
[pid=3115/tid=3123] ppid=3112 vsize=10661132 memory=236168 CPUtime=0 cores=1,3,5,7
/proc/3115/task/3123/stat : 3123 (java) S 3112 3115 32633 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 97704588 10916999168 59042 33554432000 4194304 4196468 140736267244912 139885974135712 139886483433173 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19525632 140736267252853 140736267253001 140736267253001 140736267255759 0
[pid=3115/tid=3124] ppid=3112 vsize=10661132 memory=236168 CPUtime=0 cores=1,3,5,7
/proc/3115/task/3124/stat : 3124 (java) S 3112 3115 32633 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 97704588 10916999168 59042 33554432000 4194304 4196468 140736267244912 139885973083120 139886483433173 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19525632 140736267252853 140736267253001 140736267253001 140736267255759 0
[pid=3115/tid=3125] ppid=3112 vsize=10661132 memory=236168 CPUtime=0 cores=1,3,5,7
/proc/3115/task/3125/stat : 3125 (java) S 3112 3115 32633 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97704591 10916999168 59042 33554432000 4194304 4196468 140736267244912 139885972031696 139886483441563 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19525632 140736267252853 140736267253001 140736267253001 140736267255759 0
[pid=3115/tid=3126] ppid=3112 vsize=10661132 memory=236168 CPUtime=0.79 cores=1,3,5,7
/proc/3115/task/3126/stat : 3126 (java) S 3112 3115 32633 0 -1 1077944384 6408 0 0 0 78 1 0 0 20 0 15 0 97704591 10916999168 59042 33554432000 4194304 4196468 140736267244912 139885970979312 139886483434114 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19525632 140736267252853 140736267253001 140736267253001 140736267255759 0
[pid=3115/tid=3127] ppid=3112 vsize=10661132 memory=236168 CPUtime=0.72 cores=1,3,5,7
/proc/3115/task/3127/stat : 3127 (java) S 3112 3115 32633 0 -1 1077944384 4365 0 0 0 71 1 0 0 20 0 15 0 97704591 10916999168 59042 33554432000 4194304 4196468 140736267244912 139885969926768 139886483434114 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19525632 140736267252853 140736267253001 140736267253001 140736267255759 0
[pid=3115/tid=3128] ppid=3112 vsize=10661132 memory=4140 CPUtime=0.27 cores=1,3,5,7
/proc/3115/task/3128/stat : 3128 (java) S 3112 3115 32633 0 -1 1077944384 3666 0 0 0 27 0 0 0 20 0 15 0 97704591 10916999168 59042 33554432000 4194304 4196468 140736267244912 139885968874224 139886483434114 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19525632 140736267252853 140736267253001 140736267253001 140736267255759 0
[pid=3115/tid=3129] ppid=3112 vsize=10661132 memory=236168 CPUtime=0 cores=1,3,5,7
/proc/3115/task/3129/stat : 3129 (java) S 3112 3115 32633 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97704591 10916999168 59042 33554432000 4194304 4196468 140736267244912 139885967821920 139886483433173 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19525632 140736267252853 140736267253001 140736267253001 140736267255759 0
[pid=3115/tid=3130] ppid=3112 vsize=10661132 memory=236168 CPUtime=1.06 cores=1,3,5,7
/proc/3115/task/3130/stat : 3130 (java) S 3112 3115 32633 0 -1 1077944384 1101 0 0 0 56 50 0 0 20 0 15 0 97704591 10916999168 59042 33554432000 4194304 4196468 140736267244912 139885966768432 139886483434114 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 19525632 140736267252853 140736267253001 140736267253001 140736267255759 0
Current children cumulated CPU time: 2520.07 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 236168 KiB

Child status: 143
Real time (s): 2507.31
CPU time (s): 2520.09
CPU user time (s): 2517.98
CPU system time (s): 2.10522
CPU usage (%): 100.51
Max. virtual memory (cumulated for all children) (KiB): 10661132
Max. memory (cumulated for all children) (KiB): 236168

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.98
system time used= 2.10522
maximum resident set size= 236692
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 54879
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3584
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 201479
involuntary context switches= 5991


# summary of solver processes directly reported to runsolver:
#   pid: 3115
#   total CPU time (s): 2520.09
#   total CPU user time (s): 2517.98
#   total CPU system time (s): 2.10522

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.9611 second user time and 24.3631 second system time

The end

Launcher Data

Begin job on node107 at 2018-07-28 20:10:14
IDJOB=4299431
IDBENCH=141376
IDSOLVER=2762
FILE ID=node107/4299431-1532801414
RUNJOBID= node107-1532776444-32665
PBS_JOBID= 21022472
Free space on /tmp= 54468 MiB

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

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

MD5SUM BENCH= 967738086e80168f9eb4b0337d9e8cf6
RANDOM SEED=1934827927

node107.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.40
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.40
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.40
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.40
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:        23048824 kB
MemAvailable:   31727056 kB
Buffers:          231708 kB
Cached:          8683164 kB
SwapCached:            0 kB
Active:          4035428 kB
Inactive:        5140872 kB
Active(anon):     210940 kB
Inactive(anon):    78544 kB
Active(file):    3824488 kB
Inactive(file):  5062328 kB
Unevictable:        7164 kB
Mlocked:            7164 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1284 kB
Writeback:             0 kB
AnonPages:        268776 kB
Mapped:            55224 kB
Shmem:             25228 kB
Slab:             242848 kB
SReclaimable:     214504 kB
SUnreclaim:        28344 kB
KernelStack:        3536 kB
PageTables:         5760 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1130484 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    198656 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       91520 kB
DirectMap2M:    33454080 kB

Free space on /tmp at the end= 54468 MiB
End job on node107 at 2018-07-28 20:52:01