Trace number 4308705

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
OscaR - Hybrid 2018-08-14SAT (TO)523 2520.11 2455.23

General information on the benchmark

NameFapp/Fapp-m2s/
Fapp-m2s-ex1_c18.xml
MD5SUM7185d5885598b7dd528d8e2d67548d5f
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark523
Best CPU time to get the best result obtained on this benchmark0.877161
Satisfiable
(Un)Satisfiability was proved
Number of variables21
Number of constraints8
Number of domains5
Minimum domain size2
Maximum domain size100
Distribution of domain sizes[{"size":2,"count":8},{"size":11,"count":4},{"size":12,"count":1},{"size":100,"count":8}]
Minimum variable degree1
Maximum variable degree5
Distribution of variable degrees[{"degree":1,"count":2},{"degree":2,"count":16},{"degree":3,"count":2},{"degree":5,"count":1}]
Minimum constraint arity3
Maximum constraint arity6
Distribution of constraint arities[{"arity":3,"count":4},{"arity":6,"count":4}]
Number of extensional constraints4
Number of intensional constraints4
Distribution of constraint types[{"type":"extension","count":4},{"type":"intension","count":4}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.68/0.55	c version: 2018-08-14
0.68/0.55	c seed: 946200114
0.68/0.55	c timeout: 2520
0.68/0.55	c memlimit: 11000
0.68/0.55	c nbcore: 4
0.68/0.58	c Parsing instance...
2.32/1.22	c Parsing done, starting first complete search...
2.32/1.26	o 1960
2.60/1.30	o 1910
2.60/1.34	o 1861
2.60/1.35	o 1860
2.60/1.35	o 1212
2.60/1.39	o 1170
5.35/2.24	c First complete search done, starting ALNS search...
5.58/2.32	o 1166
5.58/2.34	o 1125
5.58/2.34	o 965
5.58/2.34	o 844
5.58/2.35	o 804
5.58/2.35	o 646
5.58/2.36	o 645
5.58/2.36	o 644
5.58/2.36	o 524
5.58/2.36	o 523
2520.08/2455.21	s SATISFIABLE
2520.08/2455.21	v <instantiation>
2520.08/2455.21	v 	<list>
2520.08/2455.21	v 		f[0] f[1] f[2] f[3] p[0] p[1] p[2] p[3] k v1[0] v1[1] v1[2] v1[3] v2[0] v2[1] v2[2] v2[3] d[0] d[1] d[2] d[3]
2520.08/2455.21	v 	</list>
2520.08/2455.21	v 	<values>
2520.08/2455.21	v 		47 100 1 1 1 0 0 1 3 0 1 0 0 1 2 0 0 53 46 99 99 
2520.08/2455.21	v 	</values>
2520.08/2455.21	v </instantiation>

Verifier Data

OK	523

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4308705-1534299026/watcher-4308705-1534299026 -o /tmp/evaluation-result-4308705-1534299026/solver-4308705-1534299026 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1534294079-16386 --watchdog 2580 java -Xmx11000m -jar oscarCPXcsp3-hybrid.jar --randomseed 946200114 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4308705-1534299026.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=16911, runsolver pid=16908
Current StackSize limit: 8192 KiB


[startup+0.109714 s]*
/proc/loadavg: 1.51 1.46 1.48 3/216 16926
/proc/meminfo: memFree=24318276/32770624 swapFree=67108524/67108860
[pid=16911] ppid=16908 vsize=14082736 memory=33648 CPUtime=0.12 cores=1,3,5,7
/proc/16911/stat : 16911 (java) S 16908 16911 16354 0 -1 1077944320 7335 0 0 0 11 1 0 0 20 0 15 0 247465853 14420721664 8412 33554432000 4194304 4196468 140723091488240 140723091470784 139898918182647 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 26501120 140723091493973 140723091494153 140723091494153 140723091496911 0
/proc/16911/statm: 3520684 8412 3140 1 0 3482761 0
[pid=16911/tid=16913] ppid=16908 vsize=14082736 memory=-6966717417093883519 CPUtime=0.1 cores=1,3,5,7
/proc/16911/task/16913/stat : 16913 (java) R 16908 16911 16354 0 -1 4202560 5404 0 0 0 9 1 0 0 20 0 15 0 247465853 14420721664 8412 33554432000 4194304 4196468 140723091488240 139898922409968 139898918206237 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26501120 140723091493973 140723091494153 140723091494153 140723091496911 0
[pid=16911/tid=16914] ppid=16908 vsize=14082736 memory=5793855068238875065 CPUtime=0 cores=1,3,5,7
/proc/16911/task/16914/stat : 16914 (java) S 16908 16911 16354 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 247465854 14420721664 8412 33554432000 4194304 4196468 140723091488240 139898833250576 139898918192853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26501120 140723091493973 140723091494153 140723091494153 140723091496911 0
[pid=16911/tid=16915] ppid=16908 vsize=14082736 memory=139817228981888 CPUtime=0 cores=1,3,5,7
/proc/16911/task/16915/stat : 16915 (java) S 16908 16911 16354 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 247465854 14420721664 8412 33554432000 4194304 4196468 140723091488240 139898832198032 139898918192853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26501120 140723091493973 140723091494153 140723091494153 140723091496911 0
[pid=16911/tid=16916] ppid=16908 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16911/task/16916/stat : 16916 (java) S 16908 16911 16354 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 247465854 14420721664 8412 33554432000 4194304 4196468 140723091488240 139898831145488 139898918192853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26501120 140723091493973 140723091494153 140723091494153 140723091496911 0
[pid=16911/tid=16917] ppid=16908 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16911/task/16917/stat : 16917 (java) S 16908 16911 16354 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 247465854 14420721664 8412 33554432000 4194304 4196468 140723091488240 139898830092944 139898918192853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26501120 140723091493973 140723091494153 140723091494153 140723091496911 0
[pid=16911/tid=16918] ppid=16908 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16911/task/16918/stat : 16918 (java) S 16908 16911 16354 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 247465855 14420721664 8412 33554432000 4194304 4196468 140723091488240 139898099837424 139898918193794 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26501120 140723091493973 140723091494153 140723091494153 140723091496911 0
[pid=16911/tid=16919] ppid=16908 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16911/task/16919/stat : 16919 (java) S 16908 16911 16354 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 247465856 14420721664 8412 33554432000 4194304 4196468 140723091488240 139898098783648 139898918192853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26501120 140723091493973 140723091494153 140723091494153 140723091496911 0
[pid=16911/tid=16920] ppid=16908 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16911/task/16920/stat : 16920 (java) S 16908 16911 16354 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 247465856 14420721664 8412 33554432000 4194304 4196468 140723091488240 139898097731056 139898918192853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26501120 140723091493973 140723091494153 140723091494153 140723091496911 0
[pid=16911/tid=16921] ppid=16908 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16911/task/16921/stat : 16921 (java) S 16908 16911 16354 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 247465858 14420721664 8412 33554432000 4194304 4196468 140723091488240 139898096679632 139898918201243 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26501120 140723091493973 140723091494153 140723091494153 140723091496911 0
[pid=16911/tid=16922] ppid=16908 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16911/task/16922/stat : 16922 (java) S 16908 16911 16354 0 -1 1077944384 303 0 0 0 0 0 0 0 20 0 15 0 247465858 14420721664 8412 33554432000 4194304 4196468 140723091488240 139898095626224 139898918193794 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26501120 140723091493973 140723091494153 140723091494153 140723091496911 0
[pid=16911/tid=16923] ppid=16908 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16911/task/16923/stat : 16923 (java) S 16908 16911 16354 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 247465858 14420721664 8412 33554432000 4194304 4196468 140723091488240 139898094573680 139898918193794 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26501120 140723091493973 140723091494153 140723091494153 140723091496911 0
[pid=16911/tid=16924] ppid=16908 vsize=14082736 memory=139817228981888 CPUtime=0.01 cores=1,3,5,7
/proc/16911/task/16924/stat : 16924 (java) R 16908 16911 16354 0 -1 4202560 246 0 0 0 1 0 0 0 20 0 15 0 247465858 14420721664 8412 33554432000 4194304 4196468 140723091488240 139898093521136 139898897111984 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26501120 140723091493973 140723091494153 140723091494153 140723091496911 0
[pid=16911/tid=16925] ppid=16908 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16911/task/16925/stat : 16925 (java) S 16908 16911 16354 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 247465858 14420721664 8412 33554432000 4194304 4196468 140723091488240 139898092468832 139898918192853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26501120 140723091493973 140723091494153 140723091494153 140723091496911 0
[pid=16911/tid=16926] ppid=16908 vsize=14082736 memory=139817228981888 CPUtime=0 cores=1,3,5,7
/proc/16911/task/16926/stat : 16926 (java) S 16908 16911 16354 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 247465859 14420721664 8412 33554432000 4194304 4196468 140723091488240 139898023570224 139898918193794 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26501120 140723091493973 140723091494153 140723091494153 140723091496911 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 33648 KiB

[startup+0.210391 s]*
/proc/loadavg: 1.51 1.46 1.48 5/216 16926
/proc/meminfo: memFree=24306600/32770624 swapFree=67108524/67108860
[pid=16911] ppid=16908 vsize=14082736 memory=46768 CPUtime=0.3 cores=1,3,5,7
/proc/16911/stat : 16911 (java) S 16908 16911 16354 0 -1 1077944320 10300 0 0 0 28 2 0 0 20 0 15 0 247465853 14420721664 11692 33554432000 4194304 4196468 140723091488240 140723091470784 139898918182647 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 26501120 140723091493973 140723091494153 140723091494153 140723091496911 0
/proc/16911/statm: 3520684 11692 3370 1 0 3482761 0
[pid=16911/tid=16913] ppid=16908 vsize=14082736 memory=6735269665583770266 CPUtime=0.19 cores=1,3,5,7
/proc/16911/task/16913/stat : 16913 (java) R 16908 16911 16354 0 -1 4202560 8060 0 0 0 18 1 0 0 20 0 15 0 247465853 14420721664 11692 33554432000 4194304 4196468 140723091488240 139898922411840 139898902226277 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26501120 140723091493973 140723091494153 140723091494153 140723091496911 0
[pid=16911/tid=16914] ppid=16908 vsize=14082736 memory=4211973543433772426 CPUtime=0 cores=1,3,5,7
/proc/16911/task/16914/stat : 16914 (java) S 16908 16911 16354 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 247465854 14420721664 11692 33554432000 4194304 4196468 140723091488240 139898833250576 139898918192853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26501120 140723091493973 140723091494153 140723091494153 140723091496911 0
[pid=16911/tid=16915] ppid=16908 vsize=14082736 memory=139817228981888 CPUtime=0 cores=1,3,5,7
/proc/16911/task/16915/stat : 16915 (java) S 16908 16911 16354 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 247465854 14420721664 11692 33554432000 4194304 4196468 140723091488240 139898832198032 139898918192853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26501120 140723091493973 140723091494153 140723091494153 140723091496911 0
[pid=16911/tid=16916] ppid=16908 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16911/task/16916/stat : 16916 (java) S 16908 16911 16354 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 247465854 14420721664 11692 33554432000 4194304 4196468 140723091488240 139898831145488 139898918192853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26501120 140723091493973 140723091494153 140723091494153 140723091496911 0
[pid=16911/tid=16917] ppid=16908 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16911/task/16917/stat : 16917 (java) S 16908 16911 16354 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 247465854 14420721664 11692 33554432000 4194304 4196468 140723091488240 139898830092944 139898918192853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26501120 140723091493973 140723091494153 140723091494153 140723091496911 0
[pid=16911/tid=16918] ppid=16908 vsize=14082736 memory=139817228981888 CPUtime=0 cores=1,3,5,7
/proc/16911/task/16918/stat : 16918 (java) S 16908 16911 16354 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 247465855 14420721664 11692 33554432000 4194304 4196468 140723091488240 139898099837424 139898918193794 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26501120 140723091493973 140723091494153 140723091494153 140723091496911 0
[pid=16911/tid=16919] ppid=16908 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16911/task/16919/stat : 16919 (java) S 16908 16911 16354 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 247465856 14420721664 11692 33554432000 4194304 4196468 140723091488240 139898098783648 139898918192853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26501120 140723091493973 140723091494153 140723091494153 140723091496911 0
[pid=16911/tid=16920] ppid=16908 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16911/task/16920/stat : 16920 (java) S 16908 16911 16354 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 247465856 14420721664 11692 33554432000 4194304 4196468 140723091488240 139898097731056 139898918192853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26501120 140723091493973 140723091494153 140723091494153 140723091496911 0
[pid=16911/tid=16921] ppid=16908 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16911/task/16921/stat : 16921 (java) S 16908 16911 16354 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 247465858 14420721664 11692 33554432000 4194304 4196468 140723091488240 139898096679632 139898918201243 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26501120 140723091493973 140723091494153 140723091494153 140723091496911 0
[pid=16911/tid=16922] ppid=16908 vsize=14082736 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/16911/task/16922/stat : 16922 (java) R 16908 16911 16354 0 -1 1077944384 442 0 0 0 1 0 0 0 20 0 15 0 247465858 14420721664 11692 33554432000 4194304 4196468 140723091488240 139898095626224 139898918193794 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26501120 140723091493973 140723091494153 140723091494153 140723091496911 0
[pid=16911/tid=16923] ppid=16908 vsize=14082736 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/16911/task/16923/stat : 16923 (java) R 16908 16911 16354 0 -1 4202560 138 0 0 0 2 0 0 0 20 0 15 0 247465858 14420721664 11692 33554432000 4194304 4196468 140723091488240 139898094565328 139898896036192 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26501120 140723091493973 140723091494153 140723091494153 140723091496911 0
[pid=16911/tid=16924] ppid=16908 vsize=14082736 memory=139817228981888 CPUtime=0.06 cores=1,3,5,7
/proc/16911/task/16924/stat : 16924 (java) R 16908 16911 16354 0 -1 4202560 278 0 0 0 6 0 0 0 20 0 15 0 247465858 14420721664 11692 33554432000 4194304 4196468 140723091488240 139898093521136 139898897122512 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26501120 140723091493973 140723091494153 140723091494153 140723091496911 0
[pid=16911/tid=16925] ppid=16908 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16911/task/16925/stat : 16925 (java) S 16908 16911 16354 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 247465858 14420721664 11692 33554432000 4194304 4196468 140723091488240 139898092468832 139898918192853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26501120 140723091493973 140723091494153 140723091494153 140723091496911 0
[pid=16911/tid=16926] ppid=16908 vsize=14082736 memory=139817228981888 CPUtime=0 cores=1,3,5,7
/proc/16911/task/16926/stat : 16926 (java) S 16908 16911 16354 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 247465859 14420721664 11692 33554432000 4194304 4196468 140723091488240 139898023570224 139898918193794 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26501120 140723091493973 140723091494153 140723091494153 140723091496911 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 46768 KiB

[startup+0.310524 s]*
/proc/loadavg: 1.51 1.46 1.48 3/216 16926
/proc/meminfo: memFree=24303064/32770624 swapFree=67108524/67108860
[pid=16911] ppid=16908 vsize=14082736 memory=50384 CPUtime=0.44 cores=1,3,5,7
/proc/16911/stat : 16911 (java) S 16908 16911 16354 0 -1 1077944320 10721 0 0 0 41 3 0 0 20 0 15 0 247465853 14420721664 12596 33554432000 4194304 4196468 140723091488240 140723091470784 139898918182647 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 26501120 140723091493973 140723091494153 140723091494153 140723091496911 0
/proc/16911/statm: 3520684 12596 3373 1 0 3482761 0
[pid=16911/tid=16913] ppid=16908 vsize=14082736 memory=4871374705135476842 CPUtime=0.3 cores=1,3,5,7
/proc/16911/task/16913/stat : 16913 (java) R 16908 16911 16354 0 -1 4202560 8433 0 0 0 28 2 0 0 20 0 15 0 247465853 14420721664 12596 33554432000 4194304 4196468 140723091488240 139898922403568 139898898457864 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26501120 140723091493973 140723091494153 140723091494153 140723091496911 0
[pid=16911/tid=16914] ppid=16908 vsize=14082736 memory=4211973543433772426 CPUtime=0 cores=1,3,5,7
/proc/16911/task/16914/stat : 16914 (java) S 16908 16911 16354 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 247465854 14420721664 12596 33554432000 4194304 4196468 140723091488240 139898833250576 139898918192853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26501120 140723091493973 140723091494153 140723091494153 140723091496911 0
[pid=16911/tid=16915] ppid=16908 vsize=14082736 memory=139817228984253 CPUtime=0 cores=1,3,5,7
/proc/16911/task/16915/stat : 16915 (java) S 16908 16911 16354 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 247465854 14420721664 12596 33554432000 4194304 4196468 140723091488240 139898832198032 139898918192853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26501120 140723091493973 140723091494153 140723091494153 140723091496911 0
[pid=16911/tid=16916] ppid=16908 vsize=14082736 memory=139817090410994 CPUtime=0 cores=1,3,5,7
/proc/16911/task/16916/stat : 16916 (java) S 16908 16911 16354 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 247465854 14420721664 12596 33554432000 4194304 4196468 140723091488240 139898831145488 139898918192853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26501120 140723091493973 140723091494153 140723091494153 140723091496911 0
[pid=16911/tid=16917] ppid=16908 vsize=14082736 memory=139817090403791 CPUtime=0 cores=1,3,5,7
/proc/16911/task/16917/stat : 16917 (java) S 16908 16911 16354 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 247465854 14420721664 12596 33554432000 4194304 4196468 140723091488240 139898830092944 139898918192853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26501120 140723091493973 140723091494153 140723091494153 140723091496911 0
[pid=16911/tid=16918] ppid=16908 vsize=14082736 memory=139817228998269 CPUtime=0 cores=1,3,5,7
/proc/16911/task/16918/stat : 16918 (java) S 16908 16911 16354 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 247465855 14420721664 12596 33554432000 4194304 4196468 140723091488240 139898099837424 139898918193794 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26501120 140723091493973 140723091494153 140723091494153 140723091496911 0
[pid=16911/tid=16919] ppid=16908 vsize=14082736 memory=139817090413007 CPUtime=0 cores=1,3,5,7
/proc/16911/task/16919/stat : 16919 (java) S 16908 16911 16354 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 247465856 14420721664 12596 33554432000 4194304 4196468 140723091488240 139898098783648 139898918192853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26501120 140723091493973 140723091494153 140723091494153 140723091496911 0
[pid=16911/tid=16920] ppid=16908 vsize=14082736 memory=279634180816784 CPUtime=0 cores=1,3,5,7
/proc/16911/task/16920/stat : 16920 (java) S 16908 16911 16354 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 247465856 14420721664 12596 33554432000 4194304 4196468 140723091488240 139898097731056 139898918192853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26501120 140723091493973 140723091494153 140723091494153 140723091496911 0
[pid=16911/tid=16921] ppid=16908 vsize=14082736 memory=279634180814448 CPUtime=0 cores=1,3,5,7
/proc/16911/task/16921/stat : 16921 (java) S 16908 16911 16354 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 247465858 14420721664 12596 33554432000 4194304 4196468 140723091488240 139898096679632 139898918201243 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26501120 140723091493973 140723091494153 140723091494153 140723091496911 0
[pid=16911/tid=16922] ppid=16908 vsize=14082736 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/16911/task/16922/stat : 16922 (java) S 16908 16911 16354 0 -1 1077944384 458 0 0 0 1 0 0 0 20 0 15 0 247465858 14420721664 12596 33554432000 4194304 4196468 140723091488240 139898095626224 139898918193794 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26501120 140723091493973 140723091494153 140723091494153 140723091496911 0
[pid=16911/tid=16923] ppid=16908 vsize=14082736 memory=2240 CPUtime=0.02 cores=1,3,5,7
/proc/16911/task/16923/stat : 16923 (java) S 16908 16911 16354 0 -1 1077944384 152 0 0 0 2 0 0 0 20 0 15 0 247465858 14420721664 12596 33554432000 4194304 4196468 140723091488240 139898094573680 139898918193794 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26501120 140723091493973 140723091494153 140723091494153 140723091496911 0
[pid=16911/tid=16924] ppid=16908 vsize=14082736 memory=139817228981888 CPUtime=0.07 cores=1,3,5,7
/proc/16911/task/16924/stat : 16924 (java) S 16908 16911 16354 0 -1 1077944384 294 0 0 0 7 0 0 0 20 0 15 0 247465858 14420721664 12596 33554432000 4194304 4196468 140723091488240 139898093521136 139898918193794 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26501120 140723091493973 140723091494153 140723091494153 140723091496911 0
[pid=16911/tid=16925] ppid=16908 vsize=14082736 memory=2208 CPUtime=0 cores=1,3,5,7
/proc/16911/task/16925/stat : 16925 (java) S 16908 16911 16354 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 247465858 14420721664 12596 33554432000 4194304 4196468 140723091488240 139898092468832 139898918192853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26501120 140723091493973 140723091494153 140723091494153 140723091496911 0
[pid=16911/tid=16926] ppid=16908 vsize=14082736 memory=139817228981888 CPUtime=0 cores=1,3,5,7
/proc/16911/task/16926/stat : 16926 (java) S 16908 16911 16354 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 247465859 14420721664 12596 33554432000 4194304 4196468 140723091488240 139898023570224 139898918193794 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26501120 140723091493973 140723091494153 140723091494153 140723091496911 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 50384 KiB

[startup+0.700691 s]
/proc/loadavg: 1.51 1.46 1.48 3/216 16926
/proc/meminfo: memFree=24281300/32770624 swapFree=67108524/67108860
[pid=16911] ppid=16908 vsize=14084804 memory=88928 CPUtime=0.99 cores=1,3,5,7
/proc/16911/stat : 16911 (java) S 16908 16911 16354 0 -1 1077944320 17583 0 0 0 94 5 0 0 20 0 15 0 247465853 14422839296 22232 33554432000 4194304 4196468 140723091488240 140723091470784 139898918182647 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 26501120 140723091493973 140723091494153 140723091494153 140723091496911 0
/proc/16911/statm: 3521201 22232 3499 1 0 3483273 0
[pid=16911/tid=16913] ppid=16908 vsize=14084804 memory=1120 CPUtime=0.67 cores=1,3,5,7
/proc/16911/task/16913/stat : 16913 (java) R 16908 16911 16354 0 -1 4202560 14856 0 0 0 63 4 0 0 20 0 15 0 247465853 14422839296 22232 33554432000 4194304 4196468 140723091488240 139898922406672 139898885783683 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26501120 140723091493973 140723091494153 140723091494153 140723091496911 0
[pid=16911/tid=16914] ppid=16908 vsize=14084804 memory=6068 CPUtime=0 cores=1,3,5,7
/proc/16911/task/16914/stat : 16914 (java) S 16908 16911 16354 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 247465854 14422839296 22232 33554432000 4194304 4196468 140723091488240 139898833250576 139898918192853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26501120 140723091493973 140723091494153 140723091494153 140723091496911 0
[pid=16911/tid=16915] ppid=16908 vsize=14084804 memory=1724 CPUtime=0 cores=1,3,5,7
/proc/16911/task/16915/stat : 16915 (java) S 16908 16911 16354 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 247465854 14422839296 22232 33554432000 4194304 4196468 140723091488240 139898832198032 139898918192853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26501120 140723091493973 140723091494153 140723091494153 140723091496911 0
[pid=16911/tid=16916] ppid=16908 vsize=14084804 memory=6297835844906604903 CPUtime=0 cores=1,3,5,7
/proc/16911/task/16916/stat : 16916 (java) S 16908 16911 16354 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 247465854 14422839296 22232 33554432000 4194304 4196468 140723091488240 139898831145488 139898918192853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26501120 140723091493973 140723091494153 140723091494153 140723091496911 0
[pid=16911/tid=16917] ppid=16908 vsize=14084804 memory=7957390390475708010 CPUtime=0 cores=1,3,5,7
/proc/16911/task/16917/stat : 16917 (java) S 16908 16911 16354 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 247465854 14422839296 22232 33554432000 4194304 4196468 140723091488240 139898830092944 139898918192853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26501120 140723091493973 140723091494153 140723091494153 140723091496911 0
[pid=16911/tid=16918] ppid=16908 vsize=14084804 memory=5787213848606435153 CPUtime=0 cores=1,3,5,7
/proc/16911/task/16918/stat : 16918 (java) S 16908 16911 16354 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 247465855 14422839296 22232 33554432000 4194304 4196468 140723091488240 139898099837424 139898918193794 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26501120 140723091493973 140723091494153 140723091494153 140723091496911 0
[pid=16911/tid=16919] ppid=16908 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16911/task/16919/stat : 16919 (java) S 16908 16911 16354 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 247465856 14422839296 22232 33554432000 4194304 4196468 140723091488240 139898098783648 139898918192853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26501120 140723091493973 140723091494153 140723091494153 140723091496911 0
[pid=16911/tid=16920] ppid=16908 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16911/task/16920/stat : 16920 (java) S 16908 16911 16354 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 247465856 14422839296 22232 33554432000 4194304 4196468 140723091488240 139898097731056 139898918192853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26501120 140723091493973 140723091494153 140723091494153 140723091496911 0
[pid=16911/tid=16921] ppid=16908 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16911/task/16921/stat : 16921 (java) S 16908 16911 16354 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 247465858 14422839296 22232 33554432000 4194304 4196468 140723091488240 139898096679632 139898918201243 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26501120 140723091493973 140723091494153 140723091494153 140723091496911 0
[pid=16911/tid=16922] ppid=16908 vsize=14084804 memory=221 CPUtime=0.08 cores=1,3,5,7
/proc/16911/task/16922/stat : 16922 (java) S 16908 16911 16354 0 -1 1077944384 636 0 0 0 8 0 0 0 20 0 15 0 247465858 14422839296 22232 33554432000 4194304 4196468 140723091488240 139898095626224 139898918193794 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26501120 140723091493973 140723091494153 140723091494153 140723091496911 0
[pid=16911/tid=16923] ppid=16908 vsize=14084804 memory=7 CPUtime=0.06 cores=1,3,5,7
/proc/16911/task/16923/stat : 16923 (java) S 16908 16911 16354 0 -1 1077944384 298 0 0 0 6 0 0 0 20 0 15 0 247465858 14422839296 22232 33554432000 4194304 4196468 140723091488240 139898094573680 139898918193794 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26501120 140723091493973 140723091494153 140723091494153 140723091496911 0
[pid=16911/tid=16924] ppid=16908 vsize=14084804 memory=702 CPUtime=0.15 cores=1,3,5,7
/proc/16911/task/16924/stat : 16924 (java) S 16908 16911 16354 0 -1 1077944384 409 0 0 0 15 0 0 0 20 0 15 0 247465858 14422839296 22232 33554432000 4194304 4196468 140723091488240 139898093521136 139898918193794 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26501120 140723091493973 140723091494153 140723091494153 140723091496911 0
[pid=16911/tid=16925] ppid=16908 vsize=14084804 memory=279634181000688 CPUtime=0 cores=1,3,5,7
/proc/16911/task/16925/stat : 16925 (java) S 16908 16911 16354 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 247465858 14422839296 22232 33554432000 4194304 4196468 140723091488240 139898092468832 139898918192853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26501120 140723091493973 140723091494153 140723091494153 140723091496911 0
[pid=16911/tid=16926] ppid=16908 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16911/task/16926/stat : 16926 (java) S 16908 16911 16354 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 247465859 14422839296 22232 33554432000 4194304 4196468 140723091488240 139898023570224 139898918193794 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26501120 140723091493973 140723091494153 140723091494153 140723091496911 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 88928 KiB

[startup+1.50075 s]
/proc/loadavg: 1.51 1.46 1.48 3/216 16926
/proc/meminfo: memFree=24230548/32770624 swapFree=67108524/67108860
[pid=16911] ppid=16908 vsize=14090948 memory=157484 CPUtime=3.22 cores=1,3,5,7
/proc/16911/stat : 16911 (java) S 16908 16911 16354 0 -1 1077944320 26237 0 0 0 313 9 0 0 20 0 15 0 247465853 14429130752 39371 33554432000 4194304 4196468 140723091488240 140723091470784 139898918182647 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 26501120 140723091493973 140723091494153 140723091494153 140723091496911 0
/proc/16911/statm: 3522737 39371 3542 1 0 3484809 0
[pid=16911/tid=16913] ppid=16908 vsize=14090948 memory=0 CPUtime=1.47 cores=1,3,5,7
/proc/16911/task/16913/stat : 16913 (java) R 16908 16911 16354 0 -1 4202560 19263 0 0 0 141 6 0 0 20 0 15 0 247465853 14429130752 39371 33554432000 4194304 4196468 140723091488240 139898922416864 139898514760468 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26501120 140723091493973 140723091494153 140723091494153 140723091496911 0
[pid=16911/tid=16914] ppid=16908 vsize=14090948 memory=-6585528546044026665 CPUtime=0 cores=1,3,5,7
/proc/16911/task/16914/stat : 16914 (java) S 16908 16911 16354 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 247465854 14429130752 39371 33554432000 4194304 4196468 140723091488240 139898833250576 139898918192853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26501120 140723091493973 140723091494153 140723091494153 140723091496911 0
[pid=16911/tid=16915] ppid=16908 vsize=14090948 memory=-5935003825295746148 CPUtime=0 cores=1,3,5,7
/proc/16911/task/16915/stat : 16915 (java) S 16908 16911 16354 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 247465854 14429130752 39371 33554432000 4194304 4196468 140723091488240 139898832198032 139898918192853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26501120 140723091493973 140723091494153 140723091494153 140723091496911 0
[pid=16911/tid=16916] ppid=16908 vsize=14090948 memory=-7088784940296262190 CPUtime=0 cores=1,3,5,7
/proc/16911/task/16916/stat : 16916 (java) S 16908 16911 16354 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 247465854 14429130752 39371 33554432000 4194304 4196468 140723091488240 139898831145488 139898918192853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26501120 140723091493973 140723091494153 140723091494153 140723091496911 0
[pid=16911/tid=16917] ppid=16908 vsize=14090948 memory=4948215297232182144 CPUtime=0 cores=1,3,5,7
/proc/16911/task/16917/stat : 16917 (java) S 16908 16911 16354 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 247465854 14429130752 39371 33554432000 4194304 4196468 140723091488240 139898830092944 139898918192853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26501120 140723091493973 140723091494153 140723091494153 140723091496911 0
[pid=16911/tid=16918] ppid=16908 vsize=14090948 memory=-3472574513799858008 CPUtime=0 cores=1,3,5,7
/proc/16911/task/16918/stat : 16918 (java) S 16908 16911 16354 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 15 0 247465855 14429130752 39371 33554432000 4194304 4196468 140723091488240 139898099837424 139898918193794 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26501120 140723091493973 140723091494153 140723091494153 140723091496911 0

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

/proc/16911/task/16913/stat : 16913 (java) R 16908 16911 16354 0 -1 4202560 112309 0 0 0 235620 56 0 0 20 0 15 0 247465853 14431227904 130442 33554432000 4194304 4196468 140723091488240 139898922420592 139898513946518 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26501120 140723091493973 140723091494153 140723091494153 140723091496911 0
[pid=16911/tid=16914] ppid=16908 vsize=14092996 memory=15708 CPUtime=18.95 cores=1,3,5,7
/proc/16911/task/16914/stat : 16914 (java) S 16908 16911 16354 0 -1 1077944384 13512 0 0 0 1822 73 0 0 20 0 15 0 247465854 14431227904 130442 33554432000 4194304 4196468 140723091488240 139898833250576 139898918192853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26501120 140723091493973 140723091494153 140723091494153 140723091496911 0
[pid=16911/tid=16915] ppid=16908 vsize=14092996 memory=6791534058613427641 CPUtime=18.95 cores=1,3,5,7
/proc/16911/task/16915/stat : 16915 (java) S 16908 16911 16354 0 -1 1077944384 14540 0 0 0 1827 68 0 0 20 0 15 0 247465854 14431227904 130442 33554432000 4194304 4196468 140723091488240 139898832198032 139898918192853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26501120 140723091493973 140723091494153 140723091494153 140723091496911 0
[pid=16911/tid=16916] ppid=16908 vsize=14092996 memory=1064 CPUtime=18.9 cores=1,3,5,7
/proc/16911/task/16916/stat : 16916 (java) S 16908 16911 16354 0 -1 1077944384 13840 0 0 0 1821 69 0 0 20 0 15 0 247465854 14431227904 130442 33554432000 4194304 4196468 140723091488240 139898831145488 139898918192853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26501120 140723091493973 140723091494153 140723091494153 140723091496911 0
[pid=16911/tid=16917] ppid=16908 vsize=14092996 memory=2072 CPUtime=18.93 cores=1,3,5,7
/proc/16911/task/16917/stat : 16917 (java) S 16908 16911 16354 0 -1 1077944384 13901 0 0 0 1822 71 0 0 20 0 15 0 247465854 14431227904 130442 33554432000 4194304 4196468 140723091488240 139898830092944 139898918192853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26501120 140723091493973 140723091494153 140723091494153 140723091496911 0
[pid=16911/tid=16918] ppid=16908 vsize=14092996 memory=0 CPUtime=4.68 cores=1,3,5,7
/proc/16911/task/16918/stat : 16918 (java) S 16908 16911 16354 0 -1 1077944384 39912 0 0 0 412 56 0 0 20 0 15 0 247465855 14431227904 130442 33554432000 4194304 4196468 140723091488240 139898099837424 139898918193794 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26501120 140723091493973 140723091494153 140723091494153 140723091496911 0
[pid=16911/tid=16919] ppid=16908 vsize=14092996 memory=139817091147632 CPUtime=0 cores=1,3,5,7
/proc/16911/task/16919/stat : 16919 (java) S 16908 16911 16354 0 -1 1077944384 73 0 0 0 0 0 0 0 20 0 15 0 247465856 14431227904 130442 33554432000 4194304 4196468 140723091488240 139898098783712 139898918192853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26501120 140723091493973 140723091494153 140723091494153 140723091496911 0
[pid=16911/tid=16920] ppid=16908 vsize=14092996 memory=303430223234596890 CPUtime=0 cores=1,3,5,7
/proc/16911/task/16920/stat : 16920 (java) S 16908 16911 16354 0 -1 1077944384 88 0 0 0 0 0 0 0 20 0 15 0 247465856 14431227904 130442 33554432000 4194304 4196468 140723091488240 139898097731072 139898918192853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26501120 140723091493973 140723091494153 140723091494153 140723091496911 0
[pid=16911/tid=16921] ppid=16908 vsize=14092996 memory=288230596050944315 CPUtime=0 cores=1,3,5,7
/proc/16911/task/16921/stat : 16921 (java) S 16908 16911 16354 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 247465858 14431227904 130442 33554432000 4194304 4196468 140723091488240 139898096679632 139898918201243 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26501120 140723091493973 140723091494153 140723091494153 140723091496911 0
[pid=16911/tid=16922] ppid=16908 vsize=14092996 memory=15258134151170443 CPUtime=2.99 cores=1,3,5,7
/proc/16911/task/16922/stat : 16922 (java) S 16908 16911 16354 0 -1 1077944384 21781 0 0 0 297 2 0 0 20 0 15 0 247465858 14431227904 130442 33554432000 4194304 4196468 140723091488240 139898095626224 139898918193794 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26501120 140723091493973 140723091494153 140723091494153 140723091496911 0
[pid=16911/tid=16923] ppid=16908 vsize=14092996 memory=2072 CPUtime=2.77 cores=1,3,5,7
/proc/16911/task/16923/stat : 16923 (java) S 16908 16911 16354 0 -1 1077944384 17898 0 0 0 274 3 0 0 20 0 15 0 247465858 14431227904 130442 33554432000 4194304 4196468 140723091488240 139898094573680 139898918193794 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26501120 140723091493973 140723091494153 140723091494153 140723091496911 0
[pid=16911/tid=16924] ppid=16908 vsize=14092996 memory=1740 CPUtime=0.91 cores=1,3,5,7
/proc/16911/task/16924/stat : 16924 (java) S 16908 16911 16354 0 -1 1077944384 7146 0 0 0 89 2 0 0 20 0 15 0 247465858 14431227904 130442 33554432000 4194304 4196468 140723091488240 139898093521136 139898918193794 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26501120 140723091493973 140723091494153 140723091494153 140723091496911 0
[pid=16911/tid=16925] ppid=16908 vsize=14092996 memory=11192 CPUtime=0 cores=1,3,5,7
/proc/16911/task/16925/stat : 16925 (java) S 16908 16911 16354 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 247465858 14431227904 130442 33554432000 4194304 4196468 140723091488240 139898092468832 139898918192853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26501120 140723091493973 140723091494153 140723091494153 140723091496911 0
[pid=16911/tid=16926] ppid=16908 vsize=14092996 memory=752 CPUtime=1.39 cores=1,3,5,7
/proc/16911/task/16926/stat : 16926 (java) S 16908 16911 16354 0 -1 1077944384 1106 0 0 0 60 79 0 0 20 0 15 0 247465859 14431227904 130442 33554432000 4194304 4196468 140723091488240 139898023570224 139898918193794 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26501120 140723091493973 140723091494153 140723091494153 140723091496911 0
Current children cumulated CPU time: 2445.34 s
Current children cumulated vsize: 14092996 KiB
Current children cumulated memory: 521768 KiB

[startup+2442.3 s]
/proc/loadavg: 1.79 1.72 1.69 3/216 17159
/proc/meminfo: memFree=17447324/32770624 swapFree=67108524/67108860
[pid=16911] ppid=16908 vsize=14092996 memory=534528 CPUtime=2506.84 cores=1,3,5,7
/proc/16911/stat : 16911 (java) S 16908 16911 16354 0 -1 1077944320 264341 0 0 0 250231 453 0 0 20 0 15 0 247465853 14431227904 133632 33554432000 4194304 4196468 140723091488240 140723091470784 139898918182647 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 26501120 140723091493973 140723091494153 140723091494153 140723091496911 0
/proc/16911/statm: 3523249 133632 3626 1 0 3485321 0
[pid=16911/tid=16913] ppid=16908 vsize=14092996 memory=288230596050944315 CPUtime=2416.13 cores=1,3,5,7
/proc/16911/task/16913/stat : 16913 (java) R 16908 16911 16354 0 -1 4202560 114785 0 0 0 241555 58 0 0 20 0 15 0 247465853 14431227904 133632 33554432000 4194304 4196468 140723091488240 139898922420592 139898517067024 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26501120 140723091493973 140723091494153 140723091494153 140723091496911 0
[pid=16911/tid=16914] ppid=16908 vsize=14092996 memory=15258134151170443 CPUtime=19.45 cores=1,3,5,7
/proc/16911/task/16914/stat : 16914 (java) S 16908 16911 16354 0 -1 1077944384 14073 0 0 0 1871 74 0 0 20 0 15 0 247465854 14431227904 133632 33554432000 4194304 4196468 140723091488240 139898833250576 139898918192853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26501120 140723091493973 140723091494153 140723091494153 140723091496911 0
[pid=16911/tid=16915] ppid=16908 vsize=14092996 memory=3980 CPUtime=19.46 cores=1,3,5,7
/proc/16911/task/16915/stat : 16915 (java) S 16908 16911 16354 0 -1 1077944384 15050 0 0 0 1876 70 0 0 20 0 15 0 247465854 14431227904 133632 33554432000 4194304 4196468 140723091488240 139898832198032 139898918192853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26501120 140723091493973 140723091494153 140723091494153 140723091496911 0
[pid=16911/tid=16916] ppid=16908 vsize=14092996 memory=6529088 CPUtime=19.4 cores=1,3,5,7
/proc/16911/task/16916/stat : 16916 (java) S 16908 16911 16354 0 -1 1077944384 14355 0 0 0 1870 70 0 0 20 0 15 0 247465854 14431227904 133632 33554432000 4194304 4196468 140723091488240 139898831145488 139898918192853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26501120 140723091493973 140723091494153 140723091494153 140723091496911 0
[pid=16911/tid=16917] ppid=16908 vsize=14092996 memory=6791534058613427641 CPUtime=19.43 cores=1,3,5,7
/proc/16911/task/16917/stat : 16917 (java) S 16908 16911 16354 0 -1 1077944384 14391 0 0 0 1871 72 0 0 20 0 15 0 247465854 14431227904 133632 33554432000 4194304 4196468 140723091488240 139898830092944 139898918192853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26501120 140723091493973 140723091494153 140723091494153 140723091496911 0
[pid=16911/tid=16918] ppid=16908 vsize=14092996 memory=-7003737579269690708 CPUtime=4.77 cores=1,3,5,7
/proc/16911/task/16918/stat : 16918 (java) S 16908 16911 16354 0 -1 1077944384 42265 0 0 0 419 58 0 0 20 0 15 0 247465855 14431227904 133632 33554432000 4194304 4196468 140723091488240 139898099837424 139898918193794 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26501120 140723091493973 140723091494153 140723091494153 140723091496911 0
[pid=16911/tid=16919] ppid=16908 vsize=14092996 memory=15258134151170443 CPUtime=0 cores=1,3,5,7
/proc/16911/task/16919/stat : 16919 (java) S 16908 16911 16354 0 -1 1077944384 73 0 0 0 0 0 0 0 20 0 15 0 247465856 14431227904 133632 33554432000 4194304 4196468 140723091488240 139898098783712 139898918192853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26501120 140723091493973 140723091494153 140723091494153 140723091496911 0
[pid=16911/tid=16920] ppid=16908 vsize=14092996 memory=920 CPUtime=0 cores=1,3,5,7
/proc/16911/task/16920/stat : 16920 (java) S 16908 16911 16354 0 -1 1077944384 88 0 0 0 0 0 0 0 20 0 15 0 247465856 14431227904 133632 33554432000 4194304 4196468 140723091488240 139898097731072 139898918192853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26501120 140723091493973 140723091494153 140723091494153 140723091496911 0
[pid=16911/tid=16921] ppid=16908 vsize=14092996 memory=3848 CPUtime=0 cores=1,3,5,7
/proc/16911/task/16921/stat : 16921 (java) S 16908 16911 16354 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 247465858 14431227904 133632 33554432000 4194304 4196468 140723091488240 139898096679632 139898918201243 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26501120 140723091493973 140723091494153 140723091494153 140723091496911 0
[pid=16911/tid=16922] ppid=16908 vsize=14092996 memory=2588 CPUtime=2.99 cores=1,3,5,7
/proc/16911/task/16922/stat : 16922 (java) S 16908 16911 16354 0 -1 1077944384 21781 0 0 0 297 2 0 0 20 0 15 0 247465858 14431227904 133632 33554432000 4194304 4196468 140723091488240 139898095626224 139898918193794 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26501120 140723091493973 140723091494153 140723091494153 140723091496911 0
[pid=16911/tid=16923] ppid=16908 vsize=14092996 memory=2588 CPUtime=2.77 cores=1,3,5,7
/proc/16911/task/16923/stat : 16923 (java) S 16908 16911 16354 0 -1 1077944384 17898 0 0 0 274 3 0 0 20 0 15 0 247465858 14431227904 133632 33554432000 4194304 4196468 140723091488240 139898094573680 139898918193794 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26501120 140723091493973 140723091494153 140723091494153 140723091496911 0
[pid=16911/tid=16924] ppid=16908 vsize=14092996 memory=4104 CPUtime=0.91 cores=1,3,5,7
/proc/16911/task/16924/stat : 16924 (java) S 16908 16911 16354 0 -1 1077944384 7146 0 0 0 89 2 0 0 20 0 15 0 247465858 14431227904 133632 33554432000 4194304 4196468 140723091488240 139898093521136 139898918193794 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26501120 140723091493973 140723091494153 140723091494153 140723091496911 0
[pid=16911/tid=16925] ppid=16908 vsize=14092996 memory=1404 CPUtime=0 cores=1,3,5,7
/proc/16911/task/16925/stat : 16925 (java) S 16908 16911 16354 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 247465858 14431227904 133632 33554432000 4194304 4196468 140723091488240 139898092468832 139898918192853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26501120 140723091493973 140723091494153 140723091494153 140723091496911 0
[pid=16911/tid=16926] ppid=16908 vsize=14092996 memory=6529104 CPUtime=1.43 cores=1,3,5,7
/proc/16911/task/16926/stat : 16926 (java) S 16908 16911 16354 0 -1 1077944384 1119 0 0 0 61 82 0 0 20 0 15 0 247465859 14431227904 133632 33554432000 4194304 4196468 140723091488240 139898023570224 139898918193794 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26501120 140723091493973 140723091494153 140723091494153 140723091496911 0
Current children cumulated CPU time: 2506.84 s
Current children cumulated vsize: 14092996 KiB
Current children cumulated memory: 534528 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2455.21 s]
/proc/loadavg: 1.67 1.70 1.68 3/216 17159
/proc/meminfo: memFree=17468248/32770624 swapFree=67108524/67108860
[pid=16911] ppid=16908 vsize=14092996 memory=512988 CPUtime=2520.08 cores=1,3,5,7
/proc/16911/stat : 16911 (java) S 16908 16911 16354 0 -1 1077944320 265878 0 0 0 251553 455 0 0 20 0 15 0 247465853 14431227904 128247 33554432000 4194304 4196468 140723091488240 140723091470784 139898918182647 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 26501120 140723091493973 140723091494153 140723091494153 140723091496911 0
/proc/16911/statm: 3523249 128247 3626 1 0 3485321 0
[pid=16911/tid=16913] ppid=16908 vsize=14092996 memory=488544 CPUtime=2428.91 cores=1,3,5,7
/proc/16911/task/16913/stat : 16913 (java) R 16908 16911 16354 0 -1 4202560 116002 0 0 0 242833 58 0 0 20 0 15 0 247465853 14431227904 128247 33554432000 4194304 4196468 140723091488240 139898922420640 139898511247030 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26501120 140723091493973 140723091494153 140723091494153 140723091496911 0
[pid=16911/tid=16914] ppid=16908 vsize=14092996 memory=482388 CPUtime=19.56 cores=1,3,5,7
/proc/16911/task/16914/stat : 16914 (java) S 16908 16911 16354 0 -1 1077944384 14078 0 0 0 1882 74 0 0 20 0 15 0 247465854 14431227904 128247 33554432000 4194304 4196468 140723091488240 139898833250576 139898918192853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26501120 140723091493973 140723091494153 140723091494153 140723091496911 0
[pid=16911/tid=16915] ppid=16908 vsize=14092996 memory=1620 CPUtime=19.56 cores=1,3,5,7
/proc/16911/task/16915/stat : 16915 (java) S 16908 16911 16354 0 -1 1077944384 15234 0 0 0 1886 70 0 0 20 0 15 0 247465854 14431227904 128247 33554432000 4194304 4196468 140723091488240 139898832198032 139898918192853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26501120 140723091493973 140723091494153 140723091494153 140723091496911 0
[pid=16911/tid=16916] ppid=16908 vsize=14092996 memory=519136 CPUtime=19.51 cores=1,3,5,7
/proc/16911/task/16916/stat : 16916 (java) S 16908 16911 16354 0 -1 1077944384 14385 0 0 0 1881 70 0 0 20 0 15 0 247465854 14431227904 128247 33554432000 4194304 4196468 140723091488240 139898831145488 139898918192853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26501120 140723091493973 140723091494153 140723091494153 140723091496911 0
[pid=16911/tid=16917] ppid=16908 vsize=14092996 memory=522216 CPUtime=19.54 cores=1,3,5,7
/proc/16911/task/16917/stat : 16917 (java) S 16908 16911 16354 0 -1 1077944384 14396 0 0 0 1882 72 0 0 20 0 15 0 247465854 14431227904 128247 33554432000 4194304 4196468 140723091488240 139898830092944 139898918192853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26501120 140723091493973 140723091494153 140723091494153 140723091496911 0
[pid=16911/tid=16918] ppid=16908 vsize=14092996 memory=516060 CPUtime=4.79 cores=1,3,5,7
/proc/16911/task/16918/stat : 16918 (java) S 16908 16911 16354 0 -1 1077944384 42296 0 0 0 420 59 0 0 20 0 15 0 247465855 14431227904 128247 33554432000 4194304 4196468 140723091488240 139898099837424 139898918193794 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26501120 140723091493973 140723091494153 140723091494153 140723091496911 0
[pid=16911/tid=16919] ppid=16908 vsize=14092996 memory=516060 CPUtime=0 cores=1,3,5,7
/proc/16911/task/16919/stat : 16919 (java) S 16908 16911 16354 0 -1 1077944384 73 0 0 0 0 0 0 0 20 0 15 0 247465856 14431227904 128247 33554432000 4194304 4196468 140723091488240 139898098783712 139898918192853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26501120 140723091493973 140723091494153 140723091494153 140723091496911 0
[pid=16911/tid=16920] ppid=16908 vsize=14092996 memory=537604 CPUtime=0 cores=1,3,5,7
/proc/16911/task/16920/stat : 16920 (java) S 16908 16911 16354 0 -1 1077944384 88 0 0 0 0 0 0 0 20 0 15 0 247465856 14431227904 128247 33554432000 4194304 4196468 140723091488240 139898097731072 139898918192853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26501120 140723091493973 140723091494153 140723091494153 140723091496911 0
[pid=16911/tid=16921] ppid=16908 vsize=14092996 memory=476232 CPUtime=0 cores=1,3,5,7
/proc/16911/task/16921/stat : 16921 (java) S 16908 16911 16354 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 247465858 14431227904 128247 33554432000 4194304 4196468 140723091488240 139898096679632 139898918201243 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26501120 140723091493973 140723091494153 140723091494153 140723091496911 0
[pid=16911/tid=16922] ppid=16908 vsize=14092996 memory=67288 CPUtime=2.99 cores=1,3,5,7
/proc/16911/task/16922/stat : 16922 (java) S 16908 16911 16354 0 -1 1077944384 21781 0 0 0 297 2 0 0 20 0 15 0 247465858 14431227904 128247 33554432000 4194304 4196468 140723091488240 139898095626224 139898918193794 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26501120 140723091493973 140723091494153 140723091494153 140723091496911 0
[pid=16911/tid=16923] ppid=16908 vsize=14092996 memory=1064 CPUtime=2.77 cores=1,3,5,7
/proc/16911/task/16923/stat : 16923 (java) S 16908 16911 16354 0 -1 1077944384 17959 0 0 0 274 3 0 0 20 0 15 0 247465858 14431227904 128247 33554432000 4194304 4196468 140723091488240 139898094573680 139898918193794 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26501120 140723091493973 140723091494153 140723091494153 140723091496911 0
[pid=16911/tid=16924] ppid=16908 vsize=14092996 memory=516060 CPUtime=0.91 cores=1,3,5,7
/proc/16911/task/16924/stat : 16924 (java) S 16908 16911 16354 0 -1 1077944384 7146 0 0 0 89 2 0 0 20 0 15 0 247465858 14431227904 128247 33554432000 4194304 4196468 140723091488240 139898093521136 139898918193794 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26501120 140723091493973 140723091494153 140723091494153 140723091496911 0
[pid=16911/tid=16925] ppid=16908 vsize=14092996 memory=6068 CPUtime=0 cores=1,3,5,7
/proc/16911/task/16925/stat : 16925 (java) S 16908 16911 16354 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 247465858 14431227904 128247 33554432000 4194304 4196468 140723091488240 139898092468832 139898918192853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26501120 140723091493973 140723091494153 140723091494153 140723091496911 0
[pid=16911/tid=16926] ppid=16908 vsize=14092996 memory=516060 CPUtime=1.43 cores=1,3,5,7
/proc/16911/task/16926/stat : 16926 (java) S 16908 16911 16354 0 -1 1077944384 1123 0 0 0 61 82 0 0 20 0 15 0 247465859 14431227904 128247 33554432000 4194304 4196468 140723091488240 139898023570224 139898918193794 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26501120 140723091493973 140723091494153 140723091494153 140723091496911 0
Current children cumulated CPU time: 2520.08 s
Current children cumulated vsize: 14092996 KiB
Current children cumulated memory: 512988 KiB

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

[startup+2455.23 s]
# the end of solver process 16911 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2515.55 s, system=4.55518 s

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

[startup+2455.21 s]
/proc/loadavg: 1.67 1.70 1.68 3/216 17159
/proc/meminfo: memFree=17468248/32770624 swapFree=67108524/67108860
[pid=16911] ppid=16908 vsize=14092996 memory=512988 CPUtime=2520.08 cores=1,3,5,7
/proc/16911/stat : 16911 (java) S 16908 16911 16354 0 -1 1077944320 265878 0 0 0 251553 455 0 0 20 0 15 0 247465853 14431227904 128247 33554432000 4194304 4196468 140723091488240 140723091470784 139898918182647 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 26501120 140723091493973 140723091494153 140723091494153 140723091496911 0
/proc/16911/statm: 3523249 128247 3626 1 0 3485321 0
[pid=16911/tid=16913] ppid=16908 vsize=14092996 memory=488544 CPUtime=2428.91 cores=1,3,5,7
/proc/16911/task/16913/stat : 16913 (java) R 16908 16911 16354 0 -1 4202560 116002 0 0 0 242833 58 0 0 20 0 15 0 247465853 14431227904 128247 33554432000 4194304 4196468 140723091488240 139898922420640 139898511247030 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26501120 140723091493973 140723091494153 140723091494153 140723091496911 0
[pid=16911/tid=16914] ppid=16908 vsize=14092996 memory=482388 CPUtime=19.56 cores=1,3,5,7
/proc/16911/task/16914/stat : 16914 (java) S 16908 16911 16354 0 -1 1077944384 14078 0 0 0 1882 74 0 0 20 0 15 0 247465854 14431227904 128247 33554432000 4194304 4196468 140723091488240 139898833250576 139898918192853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26501120 140723091493973 140723091494153 140723091494153 140723091496911 0
[pid=16911/tid=16915] ppid=16908 vsize=14092996 memory=1620 CPUtime=19.56 cores=1,3,5,7
/proc/16911/task/16915/stat : 16915 (java) S 16908 16911 16354 0 -1 1077944384 15234 0 0 0 1886 70 0 0 20 0 15 0 247465854 14431227904 128247 33554432000 4194304 4196468 140723091488240 139898832198032 139898918192853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26501120 140723091493973 140723091494153 140723091494153 140723091496911 0
[pid=16911/tid=16916] ppid=16908 vsize=14092996 memory=519136 CPUtime=19.51 cores=1,3,5,7
/proc/16911/task/16916/stat : 16916 (java) S 16908 16911 16354 0 -1 1077944384 14385 0 0 0 1881 70 0 0 20 0 15 0 247465854 14431227904 128247 33554432000 4194304 4196468 140723091488240 139898831145488 139898918192853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26501120 140723091493973 140723091494153 140723091494153 140723091496911 0
[pid=16911/tid=16917] ppid=16908 vsize=14092996 memory=522216 CPUtime=19.54 cores=1,3,5,7
/proc/16911/task/16917/stat : 16917 (java) S 16908 16911 16354 0 -1 1077944384 14396 0 0 0 1882 72 0 0 20 0 15 0 247465854 14431227904 128247 33554432000 4194304 4196468 140723091488240 139898830092944 139898918192853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26501120 140723091493973 140723091494153 140723091494153 140723091496911 0
[pid=16911/tid=16918] ppid=16908 vsize=14092996 memory=516060 CPUtime=4.79 cores=1,3,5,7
/proc/16911/task/16918/stat : 16918 (java) S 16908 16911 16354 0 -1 1077944384 42296 0 0 0 420 59 0 0 20 0 15 0 247465855 14431227904 128247 33554432000 4194304 4196468 140723091488240 139898099837424 139898918193794 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26501120 140723091493973 140723091494153 140723091494153 140723091496911 0
[pid=16911/tid=16919] ppid=16908 vsize=14092996 memory=516060 CPUtime=0 cores=1,3,5,7
/proc/16911/task/16919/stat : 16919 (java) S 16908 16911 16354 0 -1 1077944384 73 0 0 0 0 0 0 0 20 0 15 0 247465856 14431227904 128247 33554432000 4194304 4196468 140723091488240 139898098783712 139898918192853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26501120 140723091493973 140723091494153 140723091494153 140723091496911 0
[pid=16911/tid=16920] ppid=16908 vsize=14092996 memory=537604 CPUtime=0 cores=1,3,5,7
/proc/16911/task/16920/stat : 16920 (java) S 16908 16911 16354 0 -1 1077944384 88 0 0 0 0 0 0 0 20 0 15 0 247465856 14431227904 128247 33554432000 4194304 4196468 140723091488240 139898097731072 139898918192853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26501120 140723091493973 140723091494153 140723091494153 140723091496911 0
[pid=16911/tid=16921] ppid=16908 vsize=14092996 memory=476232 CPUtime=0 cores=1,3,5,7
/proc/16911/task/16921/stat : 16921 (java) S 16908 16911 16354 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 247465858 14431227904 128247 33554432000 4194304 4196468 140723091488240 139898096679632 139898918201243 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26501120 140723091493973 140723091494153 140723091494153 140723091496911 0
[pid=16911/tid=16922] ppid=16908 vsize=14092996 memory=67288 CPUtime=2.99 cores=1,3,5,7
/proc/16911/task/16922/stat : 16922 (java) S 16908 16911 16354 0 -1 1077944384 21781 0 0 0 297 2 0 0 20 0 15 0 247465858 14431227904 128247 33554432000 4194304 4196468 140723091488240 139898095626224 139898918193794 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26501120 140723091493973 140723091494153 140723091494153 140723091496911 0
[pid=16911/tid=16923] ppid=16908 vsize=14092996 memory=1064 CPUtime=2.77 cores=1,3,5,7
/proc/16911/task/16923/stat : 16923 (java) S 16908 16911 16354 0 -1 1077944384 17959 0 0 0 274 3 0 0 20 0 15 0 247465858 14431227904 128247 33554432000 4194304 4196468 140723091488240 139898094573680 139898918193794 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26501120 140723091493973 140723091494153 140723091494153 140723091496911 0
[pid=16911/tid=16924] ppid=16908 vsize=14092996 memory=516060 CPUtime=0.91 cores=1,3,5,7
/proc/16911/task/16924/stat : 16924 (java) S 16908 16911 16354 0 -1 1077944384 7146 0 0 0 89 2 0 0 20 0 15 0 247465858 14431227904 128247 33554432000 4194304 4196468 140723091488240 139898093521136 139898918193794 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26501120 140723091493973 140723091494153 140723091494153 140723091496911 0
[pid=16911/tid=16925] ppid=16908 vsize=14092996 memory=6068 CPUtime=0 cores=1,3,5,7
/proc/16911/task/16925/stat : 16925 (java) S 16908 16911 16354 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 247465858 14431227904 128247 33554432000 4194304 4196468 140723091488240 139898092468832 139898918192853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26501120 140723091493973 140723091494153 140723091494153 140723091496911 0
[pid=16911/tid=16926] ppid=16908 vsize=14092996 memory=516060 CPUtime=1.43 cores=1,3,5,7
/proc/16911/task/16926/stat : 16926 (java) S 16908 16911 16354 0 -1 1077944384 1123 0 0 0 61 82 0 0 20 0 15 0 247465859 14431227904 128247 33554432000 4194304 4196468 140723091488240 139898023570224 139898918193794 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26501120 140723091493973 140723091494153 140723091494153 140723091496911 0
Current children cumulated CPU time: 2520.08 s
Current children cumulated vsize: 14092996 KiB
Current children cumulated memory: 512988 KiB

Child status: 143
Real time (s): 2455.23
CPU time (s): 2520.11
CPU user time (s): 2515.55
CPU system time (s): 4.55518
CPU usage (%): 102.642
Max. virtual memory (cumulated for all children) (KiB): 14092996
Max. memory (cumulated for all children) (KiB): 652684

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2515.55
system time used= 4.55518
maximum resident set size= 654732
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 266075
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2840
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 162233
involuntary context switches= 5778


# summary of solver processes directly reported to runsolver:
#   pid: 16911
#   total CPU time (s): 2520.11
#   total CPU user time (s): 2515.55
#   total CPU system time (s): 4.55518

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.2379 second user time and 23.407 second system time

The end

Launcher Data

Begin job on node107 at 2018-08-15 04:10:26
IDJOB=4308705
IDBENCH=141260
IDSOLVER=2792
FILE ID=node107/4308705-1534299026
RUNJOBID= node107-1534294079-16386
PBS_JOBID= 21038147
Free space on /tmp= 42256 MiB

SOLVER NAME= OscaR - Hybrid 2018-08-14
BENCH NAME= XCSP18/Fapp/Fapp-m2s/Fapp-m2s-ex1_c18.xml
COMMAND LINE= java -Xmx11000m -jar oscarCPXcsp3-hybrid.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4308705-1534299026/watcher-4308705-1534299026 -o /tmp/evaluation-result-4308705-1534299026/solver-4308705-1534299026 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1534294079-16386 --watchdog 2580  java -Xmx11000m -jar oscarCPXcsp3-hybrid.jar --randomseed 946200114 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4308705-1534299026.xml

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

MD5SUM BENCH= 7185d5885598b7dd528d8e2d67548d5f
RANDOM SEED=946200114

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:        24339580 kB
MemAvailable:   31527472 kB
Buffers:          197704 kB
Cached:          7210956 kB
SwapCached:           20 kB
Active:          4356484 kB
Inactive:        3482688 kB
Active(anon):     379532 kB
Inactive(anon):   103180 kB
Active(file):    3976952 kB
Inactive(file):  3379508 kB
Unevictable:        6980 kB
Mlocked:            6980 kB
SwapTotal:      67108860 kB
SwapFree:       67108524 kB
Dirty:             35476 kB
Writeback:           404 kB
AnonPages:        439136 kB
Mapped:            67976 kB
Shmem:             49632 kB
Slab:             288160 kB
SReclaimable:     259892 kB
SUnreclaim:        28268 kB
KernelStack:        3536 kB
PageTables:         6376 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1062160 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    342016 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= 42008 MiB
End job on node107 at 2018-08-15 04:51:22