Trace number 4310378

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)8 252.029 244.917

General information on the benchmark

NameQuadraticAssignment/
QuadraticAssignment-esc16d_c18.xml
MD5SUM797dd3ed6ca3fcac5df6221abf320949
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark8
Best CPU time to get the best result obtained on this benchmark52.9065
Satisfiable
(Un)Satisfiability was proved
Number of variables272
Number of constraints22
Number of domains2
Minimum domain size4
Maximum domain size16
Distribution of domain sizes[{"size":4,"count":21},{"size":16,"count":16}]
Minimum variable degree0
Maximum variable degree7
Distribution of variable degrees[{"degree":0,"count":235},{"degree":1,"count":2},{"degree":2,"count":22},{"degree":3,"count":6},{"degree":4,"count":2},{"degree":5,"count":3},{"degree":6,"count":1},{"degree":7,"count":1}]
Minimum constraint arity3
Maximum constraint arity16
Distribution of constraint arities[{"arity":3,"count":21},{"arity":16,"count":1}]
Number of extensional constraints21
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":21},{"type":"allDifferent","count":1}]
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: 1590050700
0.68/0.55	c timeout: 252
0.68/0.55	c memlimit: 11000
0.68/0.55	c nbcore: 4
0.68/0.58	c Parsing instance...
1.52/1.09	c Parsing done, starting first complete search...
1.76/1.12	o 29
1.76/1.14	o 27
1.76/1.17	o 23
2.02/1.20	o 21
2.02/1.20	o 19
2.02/1.23	o 18
2.02/1.24	o 17
2.02/1.25	o 16
2.02/1.25	o 15
2.02/1.25	o 14
2.93/1.51	o 13
2.93/1.51	o 12
4.30/2.14	o 11
4.30/2.15	o 9
4.64/2.46	o 8
6.65/4.37	c First complete search done, starting ALNS search...
252.00/244.90	s SATISFIABLE
252.00/244.90	v <instantiation>
252.00/244.90	v 	<list>
252.00/244.90	v 		x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] d[0][3] d[0][4] d[1][6] d[1][8] d[1][11] d[1][14] d[2][12] d[2][14] d[3][4] d[6][8] d[6][11] d[6][14] d[7][9] d[8][11] d[8][14] d[9][10] d[10][13] d[11][12] d[11][13] d[11][14] d[12][13]
252.00/244.90	v 	</list>
252.00/244.90	v 	<values>
252.00/244.90	v 		15 12 5 7 3 10 11 2 8 6 4 9 1 0 13 14 0 1 2 0 1 0 0 0 0 1 0 1 0 0 1 0 0 0 1 0 0 
252.00/244.90	v 	</values>
252.00/244.90	v </instantiation>

Verifier Data

OK	8

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4310378-1534330475/watcher-4310378-1534330475 -o /tmp/evaluation-result-4310378-1534330475/solver-4310378-1534330475 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node133-1534329232-16098 --watchdog 312 java -Xmx11000m -jar oscarCPXcsp3-hybrid.jar --randomseed 1590050700 --timelimit 252 --memlimit 11000 --nbcore 4 HOME/instance-4310378-1534330475.xml 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 252 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 282 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 252 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=17110, runsolver pid=17107
Current StackSize limit: 8192 KiB


[startup+0.100141 s]*
/proc/loadavg: 1.75 1.70 1.71 3/220 17125
/proc/meminfo: memFree=23621968/32770624 swapFree=67108852/67108860
[pid=17110] ppid=17107 vsize=14082736 memory=33688 CPUtime=0.11 cores=1,3,5,7
/proc/17110/stat : 17110 (java) S 17107 17110 16066 0 -1 1077944320 7354 0 0 0 10 1 0 0 20 0 15 0 250610701 14420721664 8422 33554432000 4194304 4196468 140727744674768 140727744657312 139625432375031 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 6717440 140727744676954 140727744677134 140727744677134 140727744679887 0
/proc/17110/statm: 3520684 8422 3132 1 0 3482761 0
[pid=17110/tid=17112] ppid=17107 vsize=14082736 memory=-8557575366716067197 CPUtime=0.09 cores=1,3,5,7
/proc/17110/task/17112/stat : 17112 (java) R 17107 17110 16066 0 -1 4202560 5429 0 0 0 8 1 0 0 20 0 15 0 250610701 14420721664 8422 33554432000 4194304 4196468 140727744674768 139625436578160 139625432396957 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6717440 140727744676954 140727744677134 140727744677134 140727744679887 0
[pid=17110/tid=17113] ppid=17107 vsize=14082736 memory=-7522837583129502606 CPUtime=0 cores=1,3,5,7
/proc/17110/task/17113/stat : 17113 (java) S 17107 17110 16066 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250610702 14420721664 8422 33554432000 4194304 4196468 140727744674768 139625362463120 139625432385237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6717440 140727744676954 140727744677134 140727744677134 140727744679887 0
[pid=17110/tid=17114] ppid=17107 vsize=14082736 memory=140335229277824 CPUtime=0 cores=1,3,5,7
/proc/17110/task/17114/stat : 17114 (java) S 17107 17110 16066 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250610702 14420721664 8422 33554432000 4194304 4196468 140727744674768 139625361410320 139625432385237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6717440 140727744676954 140727744677134 140727744677134 140727744679887 0
[pid=17110/tid=17115] ppid=17107 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17110/task/17115/stat : 17115 (java) S 17107 17110 16066 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250610702 14420721664 8422 33554432000 4194304 4196468 140727744674768 139625026468496 139625432385237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6717440 140727744676954 140727744677134 140727744677134 140727744679887 0
[pid=17110/tid=17116] ppid=17107 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17110/task/17116/stat : 17116 (java) S 17107 17110 16066 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250610702 14420721664 8422 33554432000 4194304 4196468 140727744674768 139625025415696 139625432385237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6717440 140727744676954 140727744677134 140727744677134 140727744679887 0
[pid=17110/tid=17117] ppid=17107 vsize=14082736 memory=140335229277824 CPUtime=0 cores=1,3,5,7
/proc/17110/task/17117/stat : 17117 (java) S 17107 17110 16066 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250610703 14420721664 8422 33554432000 4194304 4196468 140727744674768 139624546527856 139625432386178 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6717440 140727744676954 140727744677134 140727744677134 140727744679887 0
[pid=17110/tid=17118] ppid=17107 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17110/task/17118/stat : 17118 (java) S 17107 17110 16066 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 250610704 14420721664 8422 33554432000 4194304 4196468 140727744674768 139624545473824 139625432385237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6717440 140727744676954 140727744677134 140727744677134 140727744679887 0
[pid=17110/tid=17119] ppid=17107 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17110/task/17119/stat : 17119 (java) S 17107 17110 16066 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 250610704 14420721664 8422 33554432000 4194304 4196468 140727744674768 139624544421488 139625432385237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6717440 140727744676954 140727744677134 140727744677134 140727744679887 0
[pid=17110/tid=17120] ppid=17107 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17110/task/17120/stat : 17120 (java) S 17107 17110 16066 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250610706 14420721664 8422 33554432000 4194304 4196468 140727744674768 139624543369808 139625432393627 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6717440 140727744676954 140727744677134 140727744677134 140727744679887 0
[pid=17110/tid=17121] ppid=17107 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17110/task/17121/stat : 17121 (java) S 17107 17110 16066 0 -1 1077944384 296 0 0 0 0 0 0 0 20 0 15 0 250610706 14420721664 8422 33554432000 4194304 4196468 140727744674768 139624542316656 139625432386178 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6717440 140727744676954 140727744677134 140727744677134 140727744679887 0
[pid=17110/tid=17122] ppid=17107 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17110/task/17122/stat : 17122 (java) S 17107 17110 16066 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 15 0 250610706 14420721664 8422 33554432000 4194304 4196468 140727744674768 139624541263856 139625432386178 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6717440 140727744676954 140727744677134 140727744677134 140727744679887 0
[pid=17110/tid=17123] ppid=17107 vsize=14082736 memory=140335229277824 CPUtime=0.01 cores=1,3,5,7
/proc/17110/task/17123/stat : 17123 (java) R 17107 17110 16066 0 -1 4202560 256 0 0 0 1 0 0 0 20 0 15 0 250610706 14420721664 8422 33554432000 4194304 4196468 140727744674768 139624540211568 139625416622346 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6717440 140727744676954 140727744677134 140727744677134 140727744679887 0
[pid=17110/tid=17124] ppid=17107 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17110/task/17124/stat : 17124 (java) S 17107 17110 16066 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250610706 14420721664 8422 33554432000 4194304 4196468 140727744674768 139624539159008 139625432385237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6717440 140727744676954 140727744677134 140727744677134 140727744679887 0
[pid=17110/tid=17125] ppid=17107 vsize=14082736 memory=140335229277824 CPUtime=0 cores=1,3,5,7
/proc/17110/task/17125/stat : 17125 (java) S 17107 17110 16066 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250610707 14420721664 8422 33554432000 4194304 4196468 140727744674768 139624538106800 139625432386178 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6717440 140727744676954 140727744677134 140727744677134 140727744679887 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 33688 KiB

[startup+0.210585 s]*
/proc/loadavg: 1.75 1.70 1.71 5/220 17125
/proc/meminfo: memFree=23609752/32770624 swapFree=67108852/67108860
[pid=17110] ppid=17107 vsize=14082736 memory=47068 CPUtime=0.31 cores=1,3,5,7
/proc/17110/stat : 17110 (java) S 17107 17110 16066 0 -1 1077944320 10406 0 0 0 29 2 0 0 20 0 15 0 250610701 14420721664 11767 33554432000 4194304 4196468 140727744674768 140727744657312 139625432375031 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 6717440 140727744676954 140727744677134 140727744677134 140727744679887 0
/proc/17110/statm: 3520684 11767 3368 1 0 3482761 0
[pid=17110/tid=17112] ppid=17107 vsize=14082736 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/17110/task/17112/stat : 17112 (java) R 17107 17110 16066 0 -1 4202560 8134 0 0 0 18 1 0 0 20 0 15 0 250610701 14420721664 11767 33554432000 4194304 4196468 140727744674768 139625436592608 139625424612158 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6717440 140727744676954 140727744677134 140727744677134 140727744679887 0
[pid=17110/tid=17113] ppid=17107 vsize=14082736 memory=345 CPUtime=0 cores=1,3,5,7
/proc/17110/task/17113/stat : 17113 (java) S 17107 17110 16066 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250610702 14420721664 11767 33554432000 4194304 4196468 140727744674768 139625362463120 139625432385237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6717440 140727744676954 140727744677134 140727744677134 140727744679887 0
[pid=17110/tid=17114] ppid=17107 vsize=14082736 memory=140335230637010 CPUtime=0 cores=1,3,5,7
/proc/17110/task/17114/stat : 17114 (java) S 17107 17110 16066 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250610702 14420721664 11767 33554432000 4194304 4196468 140727744674768 139625361410320 139625432385237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6717440 140727744676954 140727744677134 140727744677134 140727744679887 0
[pid=17110/tid=17115] ppid=17107 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17110/task/17115/stat : 17115 (java) S 17107 17110 16066 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250610702 14420721664 11767 33554432000 4194304 4196468 140727744674768 139625026468496 139625432385237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6717440 140727744676954 140727744677134 140727744677134 140727744679887 0
[pid=17110/tid=17116] ppid=17107 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17110/task/17116/stat : 17116 (java) S 17107 17110 16066 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250610702 14420721664 11767 33554432000 4194304 4196468 140727744674768 139625025415696 139625432385237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6717440 140727744676954 140727744677134 140727744677134 140727744679887 0
[pid=17110/tid=17117] ppid=17107 vsize=14082736 memory=140335229277824 CPUtime=0 cores=1,3,5,7
/proc/17110/task/17117/stat : 17117 (java) S 17107 17110 16066 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 250610703 14420721664 11767 33554432000 4194304 4196468 140727744674768 139624546527856 139625432386178 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6717440 140727744676954 140727744677134 140727744677134 140727744679887 0
[pid=17110/tid=17118] ppid=17107 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17110/task/17118/stat : 17118 (java) S 17107 17110 16066 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 250610704 14420721664 11767 33554432000 4194304 4196468 140727744674768 139624545473824 139625432385237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6717440 140727744676954 140727744677134 140727744677134 140727744679887 0
[pid=17110/tid=17119] ppid=17107 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17110/task/17119/stat : 17119 (java) S 17107 17110 16066 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 250610704 14420721664 11767 33554432000 4194304 4196468 140727744674768 139624544421488 139625432385237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6717440 140727744676954 140727744677134 140727744677134 140727744679887 0
[pid=17110/tid=17120] ppid=17107 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17110/task/17120/stat : 17120 (java) S 17107 17110 16066 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250610706 14420721664 11767 33554432000 4194304 4196468 140727744674768 139624543369808 139625432393627 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6717440 140727744676954 140727744677134 140727744677134 140727744679887 0
[pid=17110/tid=17121] ppid=17107 vsize=14082736 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/17110/task/17121/stat : 17121 (java) R 17107 17110 16066 0 -1 4202560 462 0 0 0 1 0 0 0 20 0 15 0 250610706 14420721664 11767 33554432000 4194304 4196468 140727744674768 139624542316656 139625417280273 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6717440 140727744676954 140727744677134 140727744677134 140727744679887 0
[pid=17110/tid=17122] ppid=17107 vsize=14082736 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/17110/task/17122/stat : 17122 (java) S 17107 17110 16066 0 -1 1077944384 143 0 0 0 1 0 0 0 20 0 15 0 250610706 14420721664 11767 33554432000 4194304 4196468 140727744674768 139624541263856 139625432386178 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6717440 140727744676954 140727744677134 140727744677134 140727744679887 0
[pid=17110/tid=17123] ppid=17107 vsize=14082736 memory=140335229277824 CPUtime=0.06 cores=1,3,5,7
/proc/17110/task/17123/stat : 17123 (java) R 17107 17110 16066 0 -1 4202560 287 0 0 0 6 0 0 0 20 0 15 0 250610706 14420721664 11767 33554432000 4194304 4196468 140727744674768 139624540207296 139625432396378 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6717440 140727744676954 140727744677134 140727744677134 140727744679887 0
[pid=17110/tid=17124] ppid=17107 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17110/task/17124/stat : 17124 (java) S 17107 17110 16066 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250610706 14420721664 11767 33554432000 4194304 4196468 140727744674768 139624539159008 139625432385237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6717440 140727744676954 140727744677134 140727744677134 140727744679887 0
[pid=17110/tid=17125] ppid=17107 vsize=14082736 memory=140335229277824 CPUtime=0 cores=1,3,5,7
/proc/17110/task/17125/stat : 17125 (java) S 17107 17110 16066 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250610707 14420721664 11767 33554432000 4194304 4196468 140727744674768 139624538106800 139625432386178 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6717440 140727744676954 140727744677134 140727744677134 140727744679887 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 47068 KiB

[startup+0.310788 s]*
/proc/loadavg: 1.75 1.70 1.71 3/220 17125
/proc/meminfo: memFree=23605596/32770624 swapFree=67108852/67108860
[pid=17110] ppid=17107 vsize=14082736 memory=50816 CPUtime=0.43 cores=1,3,5,7
/proc/17110/stat : 17110 (java) S 17107 17110 16066 0 -1 1077944320 10766 0 0 0 41 2 0 0 20 0 15 0 250610701 14420721664 12704 33554432000 4194304 4196468 140727744674768 140727744657312 139625432375031 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 6717440 140727744676954 140727744677134 140727744677134 140727744679887 0
/proc/17110/statm: 3520684 12704 3417 1 0 3482761 0
[pid=17110/tid=17112] ppid=17107 vsize=14082736 memory=7311146985107750967 CPUtime=0.3 cores=1,3,5,7
/proc/17110/task/17112/stat : 17112 (java) R 17107 17110 16066 0 -1 4202560 8478 0 0 0 28 2 0 0 20 0 15 0 250610701 14420721664 12704 33554432000 4194304 4196468 140727744674768 139625436595952 139625417540576 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6717440 140727744676954 140727744677134 140727744677134 140727744679887 0
[pid=17110/tid=17113] ppid=17107 vsize=14082736 memory=304556157652172823 CPUtime=0 cores=1,3,5,7
/proc/17110/task/17113/stat : 17113 (java) S 17107 17110 16066 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250610702 14420721664 12704 33554432000 4194304 4196468 140727744674768 139625362463120 139625432385237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6717440 140727744676954 140727744677134 140727744677134 140727744679887 0
[pid=17110/tid=17114] ppid=17107 vsize=14082736 memory=140335230636694 CPUtime=0 cores=1,3,5,7
/proc/17110/task/17114/stat : 17114 (java) S 17107 17110 16066 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250610702 14420721664 12704 33554432000 4194304 4196468 140727744674768 139625361410320 139625432385237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6717440 140727744676954 140727744677134 140727744677134 140727744679887 0
[pid=17110/tid=17115] ppid=17107 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17110/task/17115/stat : 17115 (java) S 17107 17110 16066 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250610702 14420721664 12704 33554432000 4194304 4196468 140727744674768 139625026468496 139625432385237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6717440 140727744676954 140727744677134 140727744677134 140727744679887 0
[pid=17110/tid=17116] ppid=17107 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17110/task/17116/stat : 17116 (java) S 17107 17110 16066 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250610702 14420721664 12704 33554432000 4194304 4196468 140727744674768 139625025415696 139625432385237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6717440 140727744676954 140727744677134 140727744677134 140727744679887 0
[pid=17110/tid=17117] ppid=17107 vsize=14082736 memory=140335229277824 CPUtime=0 cores=1,3,5,7
/proc/17110/task/17117/stat : 17117 (java) S 17107 17110 16066 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 250610703 14420721664 12704 33554432000 4194304 4196468 140727744674768 139624546527856 139625432386178 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6717440 140727744676954 140727744677134 140727744677134 140727744679887 0
[pid=17110/tid=17118] ppid=17107 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17110/task/17118/stat : 17118 (java) S 17107 17110 16066 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 250610704 14420721664 12704 33554432000 4194304 4196468 140727744674768 139624545473824 139625432385237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6717440 140727744676954 140727744677134 140727744677134 140727744679887 0
[pid=17110/tid=17119] ppid=17107 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17110/task/17119/stat : 17119 (java) S 17107 17110 16066 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 250610704 14420721664 12704 33554432000 4194304 4196468 140727744674768 139624544421488 139625432385237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6717440 140727744676954 140727744677134 140727744677134 140727744679887 0
[pid=17110/tid=17120] ppid=17107 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17110/task/17120/stat : 17120 (java) S 17107 17110 16066 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250610706 14420721664 12704 33554432000 4194304 4196468 140727744674768 139624543369808 139625432393627 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6717440 140727744676954 140727744677134 140727744677134 140727744679887 0
[pid=17110/tid=17121] ppid=17107 vsize=14082736 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/17110/task/17121/stat : 17121 (java) S 17107 17110 16066 0 -1 1077944384 463 0 0 0 2 0 0 0 20 0 15 0 250610706 14420721664 12704 33554432000 4194304 4196468 140727744674768 139624542316656 139625432386178 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6717440 140727744676954 140727744677134 140727744677134 140727744679887 0
[pid=17110/tid=17122] ppid=17107 vsize=14082736 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/17110/task/17122/stat : 17122 (java) S 17107 17110 16066 0 -1 1077944384 148 0 0 0 2 0 0 0 20 0 15 0 250610706 14420721664 12704 33554432000 4194304 4196468 140727744674768 139624541263856 139625432386178 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6717440 140727744676954 140727744677134 140727744677134 140727744679887 0
[pid=17110/tid=17123] ppid=17107 vsize=14082736 memory=140335229277824 CPUtime=0.08 cores=1,3,5,7
/proc/17110/task/17123/stat : 17123 (java) S 17107 17110 16066 0 -1 1077944384 295 0 0 0 8 0 0 0 20 0 15 0 250610706 14420721664 12704 33554432000 4194304 4196468 140727744674768 139624540211568 139625432386178 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6717440 140727744676954 140727744677134 140727744677134 140727744679887 0
[pid=17110/tid=17124] ppid=17107 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17110/task/17124/stat : 17124 (java) S 17107 17110 16066 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250610706 14420721664 12704 33554432000 4194304 4196468 140727744674768 139624539159008 139625432385237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6717440 140727744676954 140727744677134 140727744677134 140727744679887 0
[pid=17110/tid=17125] ppid=17107 vsize=14082736 memory=140335229277824 CPUtime=0 cores=1,3,5,7
/proc/17110/task/17125/stat : 17125 (java) S 17107 17110 16066 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250610707 14420721664 12704 33554432000 4194304 4196468 140727744674768 139624538106800 139625432386178 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6717440 140727744676954 140727744677134 140727744677134 140727744679887 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 50816 KiB

[startup+0.700653 s]
/proc/loadavg: 1.75 1.70 1.71 3/220 17125
/proc/meminfo: memFree=23581784/32770624 swapFree=67108852/67108860
[pid=17110] ppid=17107 vsize=14084804 memory=88736 CPUtime=0.99 cores=1,3,5,7
/proc/17110/stat : 17110 (java) S 17107 17110 16066 0 -1 1077944320 17581 0 0 0 95 4 0 0 20 0 15 0 250610701 14422839296 22184 33554432000 4194304 4196468 140727744674768 140727744657312 139625432375031 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 6717440 140727744676954 140727744677134 140727744677134 140727744679887 0
/proc/17110/statm: 3521201 22184 3498 1 0 3483273 0
[pid=17110/tid=17112] ppid=17107 vsize=14084804 memory=3340 CPUtime=0.67 cores=1,3,5,7
/proc/17110/task/17112/stat : 17112 (java) R 17107 17110 16066 0 -1 4202560 14880 0 0 0 64 3 0 0 20 0 15 0 250610701 14422839296 22184 33554432000 4194304 4196468 140727744674768 139625436600112 139625424607069 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6717440 140727744676954 140727744677134 140727744677134 140727744679887 0
[pid=17110/tid=17113] ppid=17107 vsize=14084804 memory=1172 CPUtime=0 cores=1,3,5,7
/proc/17110/task/17113/stat : 17113 (java) S 17107 17110 16066 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250610702 14422839296 22184 33554432000 4194304 4196468 140727744674768 139625362463120 139625432385237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6717440 140727744676954 140727744677134 140727744677134 140727744679887 0
[pid=17110/tid=17114] ppid=17107 vsize=14084804 memory=37804 CPUtime=0 cores=1,3,5,7
/proc/17110/task/17114/stat : 17114 (java) S 17107 17110 16066 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250610702 14422839296 22184 33554432000 4194304 4196468 140727744674768 139625361410320 139625432385237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6717440 140727744676954 140727744677134 140727744677134 140727744679887 0
[pid=17110/tid=17115] ppid=17107 vsize=14084804 memory=1624 CPUtime=0 cores=1,3,5,7
/proc/17110/task/17115/stat : 17115 (java) S 17107 17110 16066 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250610702 14422839296 22184 33554432000 4194304 4196468 140727744674768 139625026468496 139625432385237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6717440 140727744676954 140727744677134 140727744677134 140727744679887 0
[pid=17110/tid=17116] ppid=17107 vsize=14084804 memory=496 CPUtime=0 cores=1,3,5,7
/proc/17110/task/17116/stat : 17116 (java) S 17107 17110 16066 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250610702 14422839296 22184 33554432000 4194304 4196468 140727744674768 139625025415696 139625432385237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6717440 140727744676954 140727744677134 140727744677134 140727744679887 0
[pid=17110/tid=17117] ppid=17107 vsize=14084804 memory=928 CPUtime=0 cores=1,3,5,7
/proc/17110/task/17117/stat : 17117 (java) S 17107 17110 16066 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 250610703 14422839296 22184 33554432000 4194304 4196468 140727744674768 139624546527856 139625432386178 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6717440 140727744676954 140727744677134 140727744677134 140727744679887 0
[pid=17110/tid=17118] ppid=17107 vsize=14084804 memory=2248 CPUtime=0 cores=1,3,5,7
/proc/17110/task/17118/stat : 17118 (java) S 17107 17110 16066 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 250610704 14422839296 22184 33554432000 4194304 4196468 140727744674768 139624545473824 139625432385237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6717440 140727744676954 140727744677134 140727744677134 140727744679887 0
[pid=17110/tid=17119] ppid=17107 vsize=14084804 memory=1568 CPUtime=0 cores=1,3,5,7
/proc/17110/task/17119/stat : 17119 (java) S 17107 17110 16066 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 250610704 14422839296 22184 33554432000 4194304 4196468 140727744674768 139624544421488 139625432385237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6717440 140727744676954 140727744677134 140727744677134 140727744679887 0
[pid=17110/tid=17120] ppid=17107 vsize=14084804 memory=7379241883359864663 CPUtime=0 cores=1,3,5,7
/proc/17110/task/17120/stat : 17120 (java) S 17107 17110 16066 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250610706 14422839296 22184 33554432000 4194304 4196468 140727744674768 139624543369808 139625432393627 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6717440 140727744676954 140727744677134 140727744677134 140727744679887 0
[pid=17110/tid=17121] ppid=17107 vsize=14084804 memory=7237400421040875609 CPUtime=0.07 cores=1,3,5,7
/proc/17110/task/17121/stat : 17121 (java) S 17107 17110 16066 0 -1 1077944384 627 0 0 0 7 0 0 0 20 0 15 0 250610706 14422839296 22184 33554432000 4194304 4196468 140727744674768 139624542316656 139625432386178 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6717440 140727744676954 140727744677134 140727744677134 140727744679887 0
[pid=17110/tid=17122] ppid=17107 vsize=14084804 memory=7523071198212214892 CPUtime=0.08 cores=1,3,5,7
/proc/17110/task/17122/stat : 17122 (java) S 17107 17110 16066 0 -1 1077944384 300 0 0 0 8 0 0 0 20 0 15 0 250610706 14422839296 22184 33554432000 4194304 4196468 140727744674768 139624541263856 139625432386178 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6717440 140727744676954 140727744677134 140727744677134 140727744679887 0
[pid=17110/tid=17123] ppid=17107 vsize=14084804 memory=0 CPUtime=0.15 cores=1,3,5,7
/proc/17110/task/17123/stat : 17123 (java) S 17107 17110 16066 0 -1 1077944384 392 0 0 0 15 0 0 0 20 0 15 0 250610706 14422839296 22184 33554432000 4194304 4196468 140727744674768 139624540211568 139625432386178 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6717440 140727744676954 140727744677134 140727744677134 140727744679887 0
[pid=17110/tid=17124] ppid=17107 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17110/task/17124/stat : 17124 (java) S 17107 17110 16066 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250610706 14422839296 22184 33554432000 4194304 4196468 140727744674768 139624539159008 139625432385237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6717440 140727744676954 140727744677134 140727744677134 140727744679887 0
[pid=17110/tid=17125] ppid=17107 vsize=14084804 memory=6436 CPUtime=0 cores=1,3,5,7
/proc/17110/task/17125/stat : 17125 (java) S 17107 17110 16066 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250610707 14422839296 22184 33554432000 4194304 4196468 140727744674768 139624538106800 139625432386178 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6717440 140727744676954 140727744677134 140727744677134 140727744679887 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 88736 KiB

[startup+1.50168 s]
/proc/loadavg: 1.75 1.70 1.71 4/220 17125
/proc/meminfo: memFree=23549616/32770624 swapFree=67108852/67108860
[pid=17110] ppid=17107 vsize=14090948 memory=146736 CPUtime=2.93 cores=1,3,5,7
/proc/17110/stat : 17110 (java) S 17107 17110 16066 0 -1 1077944320 25756 0 0 0 286 7 0 0 20 0 15 0 250610701 14429130752 36684 33554432000 4194304 4196468 140727744674768 140727744657312 139625432375031 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 6717440 140727744676954 140727744677134 140727744677134 140727744679887 0
/proc/17110/statm: 3522737 36684 3550 1 0 3484809 0
[pid=17110/tid=17112] ppid=17107 vsize=14090948 memory=129900 CPUtime=1.47 cores=1,3,5,7
/proc/17110/task/17112/stat : 17112 (java) R 17107 17110 16066 0 -1 4202560 19244 0 0 0 142 5 0 0 20 0 15 0 250610701 14429130752 36684 33554432000 4194304 4196468 140727744674768 139625436604320 139625045639952 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6717440 140727744676954 140727744677134 140727744677134 140727744679887 0
[pid=17110/tid=17113] ppid=17107 vsize=14090948 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/17110/task/17113/stat : 17113 (java) S 17107 17110 16066 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250610702 14429130752 36684 33554432000 4194304 4196468 140727744674768 139625362463120 139625432385237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6717440 140727744676954 140727744677134 140727744677134 140727744679887 0
[pid=17110/tid=17114] ppid=17107 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17110/task/17114/stat : 17114 (java) S 17107 17110 16066 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250610702 14429130752 36684 33554432000 4194304 4196468 140727744674768 139625361410320 139625432385237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6717440 140727744676954 140727744677134 140727744677134 140727744679887 0
[pid=17110/tid=17115] ppid=17107 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17110/task/17115/stat : 17115 (java) S 17107 17110 16066 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250610702 14429130752 36684 33554432000 4194304 4196468 140727744674768 139625026468496 139625432385237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6717440 140727744676954 140727744677134 140727744677134 140727744679887 0
[pid=17110/tid=17116] ppid=17107 vsize=14090948 memory=6943526294502006880 CPUtime=0 cores=1,3,5,7
/proc/17110/task/17116/stat : 17116 (java) S 17107 17110 16066 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250610702 14429130752 36684 33554432000 4194304 4196468 140727744674768 139625025415696 139625432385237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6717440 140727744676954 140727744677134 140727744677134 140727744679887 0
[pid=17110/tid=17117] ppid=17107 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17110/task/17117/stat : 17117 (java) S 17107 17110 16066 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 15 0 250610703 14429130752 36684 33554432000 4194304 4196468 140727744674768 139624546527856 139625432386178 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6717440 140727744676954 140727744677134 140727744677134 140727744679887 0

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

/proc/17110/task/17112/stat : 17112 (java) R 17107 17110 16066 0 -1 4202560 36535 0 0 0 16060 10 0 0 20 0 15 0 250610701 14431227904 52171 33554432000 4194304 4196468 140727744674768 139625436612256 139625047545156 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6717440 140727744676954 140727744677134 140727744677134 140727744679887 0
[pid=17110/tid=17113] ppid=17107 vsize=14092996 memory=206448 CPUtime=0.64 cores=1,3,5,7
/proc/17110/task/17113/stat : 17113 (java) S 17107 17110 16066 0 -1 1077944384 1196 0 0 0 59 5 0 0 20 0 15 0 250610702 14431227904 52171 33554432000 4194304 4196468 140727744674768 139625362463120 139625432385237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6717440 140727744676954 140727744677134 140727744677134 140727744679887 0
[pid=17110/tid=17114] ppid=17107 vsize=14092996 memory=206076 CPUtime=0.65 cores=1,3,5,7
/proc/17110/task/17114/stat : 17114 (java) S 17107 17110 16066 0 -1 1077944384 2673 0 0 0 59 6 0 0 20 0 15 0 250610702 14431227904 52171 33554432000 4194304 4196468 140727744674768 139625361410320 139625432385237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6717440 140727744676954 140727744677134 140727744677134 140727744679887 0
[pid=17110/tid=17115] ppid=17107 vsize=14092996 memory=164 CPUtime=0.64 cores=1,3,5,7
/proc/17110/task/17115/stat : 17115 (java) S 17107 17110 16066 0 -1 1077944384 2148 0 0 0 59 5 0 0 20 0 15 0 250610702 14431227904 52171 33554432000 4194304 4196468 140727744674768 139625026468496 139625432385237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6717440 140727744676954 140727744677134 140727744677134 140727744679887 0
[pid=17110/tid=17116] ppid=17107 vsize=14092996 memory=206328 CPUtime=0.65 cores=1,3,5,7
/proc/17110/task/17116/stat : 17116 (java) S 17107 17110 16066 0 -1 1077944384 1733 0 0 0 60 5 0 0 20 0 15 0 250610702 14431227904 52171 33554432000 4194304 4196468 140727744674768 139625025415696 139625432385237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6717440 140727744676954 140727744677134 140727744677134 140727744679887 0
[pid=17110/tid=17117] ppid=17107 vsize=14092996 memory=206328 CPUtime=0.72 cores=1,3,5,7
/proc/17110/task/17117/stat : 17117 (java) S 17107 17110 16066 0 -1 1077944384 1722 0 0 0 68 4 0 0 20 0 15 0 250610703 14431227904 52171 33554432000 4194304 4196468 140727744674768 139624546527856 139625432386178 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6717440 140727744676954 140727744677134 140727744677134 140727744679887 0
[pid=17110/tid=17118] ppid=17107 vsize=14092996 memory=206448 CPUtime=0 cores=1,3,5,7
/proc/17110/task/17118/stat : 17118 (java) S 17107 17110 16066 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 15 0 250610704 14431227904 52171 33554432000 4194304 4196468 140727744674768 139624545473888 139625432385237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6717440 140727744676954 140727744677134 140727744677134 140727744679887 0
[pid=17110/tid=17119] ppid=17107 vsize=14092996 memory=208684 CPUtime=0 cores=1,3,5,7
/proc/17110/task/17119/stat : 17119 (java) S 17107 17110 16066 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 15 0 250610704 14431227904 52171 33554432000 4194304 4196468 140727744674768 139624544421504 139625432385237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6717440 140727744676954 140727744677134 140727744677134 140727744679887 0
[pid=17110/tid=17120] ppid=17107 vsize=14092996 memory=208684 CPUtime=0 cores=1,3,5,7
/proc/17110/task/17120/stat : 17120 (java) S 17107 17110 16066 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250610706 14431227904 52171 33554432000 4194304 4196468 140727744674768 139624543369808 139625432393627 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6717440 140727744676954 140727744677134 140727744677134 140727744679887 0
[pid=17110/tid=17121] ppid=17107 vsize=14092996 memory=190052 CPUtime=1.53 cores=1,3,5,7
/proc/17110/task/17121/stat : 17121 (java) S 17107 17110 16066 0 -1 1077944384 7175 0 0 0 151 2 0 0 20 0 15 0 250610706 14431227904 52171 33554432000 4194304 4196468 140727744674768 139624542316656 139625432386178 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6717440 140727744676954 140727744677134 140727744677134 140727744679887 0
[pid=17110/tid=17122] ppid=17107 vsize=14092996 memory=280670208050416 CPUtime=1.57 cores=1,3,5,7
/proc/17110/task/17122/stat : 17122 (java) S 17107 17110 16066 0 -1 1077944384 7870 0 0 0 155 2 0 0 20 0 15 0 250610706 14431227904 52171 33554432000 4194304 4196468 140727744674768 139624541263856 139625432386178 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6717440 140727744676954 140727744677134 140727744677134 140727744679887 0
[pid=17110/tid=17123] ppid=17107 vsize=14092996 memory=208684 CPUtime=0.88 cores=1,3,5,7
/proc/17110/task/17123/stat : 17123 (java) S 17107 17110 16066 0 -1 1077944384 15291 0 0 0 87 1 0 0 20 0 15 0 250610706 14431227904 52171 33554432000 4194304 4196468 140727744674768 139624540211568 139625432386178 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6717440 140727744676954 140727744677134 140727744677134 140727744679887 0
[pid=17110/tid=17124] ppid=17107 vsize=14092996 memory=752 CPUtime=0 cores=1,3,5,7
/proc/17110/task/17124/stat : 17124 (java) S 17107 17110 16066 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250610706 14431227904 52171 33554432000 4194304 4196468 140727744674768 139624539159008 139625432385237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6717440 140727744676954 140727744677134 140727744677134 140727744679887 0
[pid=17110/tid=17125] ppid=17107 vsize=14092996 memory=208684 CPUtime=0.08 cores=1,3,5,7
/proc/17110/task/17125/stat : 17125 (java) S 17107 17110 16066 0 -1 1077944384 773 0 0 0 3 5 0 0 20 0 15 0 250610707 14431227904 52171 33554432000 4194304 4196468 140727744674768 139624538106800 139625432386178 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6717440 140727744676954 140727744677134 140727744677134 140727744679887 0
Current children cumulated CPU time: 168.14 s
Current children cumulated vsize: 14092996 KiB
Current children cumulated memory: 208684 KiB

[startup+222.301 s]
/proc/loadavg: 1.20 1.49 1.63 3/220 17131
/proc/meminfo: memFree=23420036/32770624 swapFree=67108852/67108860
[pid=17110] ppid=17107 vsize=14092996 memory=231372 CPUtime=229.04 cores=1,3,5,7
/proc/17110/stat : 17110 (java) S 17107 17110 16066 0 -1 1077944320 83002 0 0 0 22853 51 0 0 20 0 15 0 250610701 14431227904 57843 33554432000 4194304 4196468 140727744674768 140727744657312 139625432375031 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 6717440 140727744676954 140727744677134 140727744677134 140727744679887 0
/proc/17110/statm: 3523249 57843 3602 1 0 3485321 0
[pid=17110/tid=17112] ppid=17107 vsize=14092996 memory=231308 CPUtime=220.06 cores=1,3,5,7
/proc/17110/task/17112/stat : 17112 (java) R 17107 17110 16066 0 -1 4202560 38117 0 0 0 21995 11 0 0 20 0 15 0 250610701 14431227904 57843 33554432000 4194304 4196468 140727744674768 139625436612144 139625047481351 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 6717440 140727744676954 140727744677134 140727744677134 140727744679887 0
[pid=17110/tid=17113] ppid=17107 vsize=14092996 memory=231308 CPUtime=0.92 cores=1,3,5,7
/proc/17110/task/17113/stat : 17113 (java) S 17107 17110 16066 0 -1 1077944384 1361 0 0 0 86 6 0 0 20 0 15 0 250610702 14431227904 57843 33554432000 4194304 4196468 140727744674768 139625362463120 139625432385237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6717440 140727744676954 140727744677134 140727744677134 140727744679887 0
[pid=17110/tid=17114] ppid=17107 vsize=14092996 memory=231308 CPUtime=0.92 cores=1,3,5,7
/proc/17110/task/17114/stat : 17114 (java) S 17107 17110 16066 0 -1 1077944384 2844 0 0 0 85 7 0 0 20 0 15 0 250610702 14431227904 57843 33554432000 4194304 4196468 140727744674768 139625361410320 139625432385237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6717440 140727744676954 140727744677134 140727744677134 140727744679887 0
[pid=17110/tid=17115] ppid=17107 vsize=14092996 memory=231308 CPUtime=0.9 cores=1,3,5,7
/proc/17110/task/17115/stat : 17115 (java) S 17107 17110 16066 0 -1 1077944384 2875 0 0 0 84 6 0 0 20 0 15 0 250610702 14431227904 57843 33554432000 4194304 4196468 140727744674768 139625026468496 139625432385237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6717440 140727744676954 140727744677134 140727744677134 140727744679887 0
[pid=17110/tid=17116] ppid=17107 vsize=14092996 memory=231308 CPUtime=0.93 cores=1,3,5,7
/proc/17110/task/17116/stat : 17116 (java) S 17107 17110 16066 0 -1 1077944384 1973 0 0 0 87 6 0 0 20 0 15 0 250610702 14431227904 57843 33554432000 4194304 4196468 140727744674768 139625025415696 139625432385237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6717440 140727744676954 140727744677134 140727744677134 140727744679887 0
[pid=17110/tid=17117] ppid=17107 vsize=14092996 memory=231308 CPUtime=1 cores=1,3,5,7
/proc/17110/task/17117/stat : 17117 (java) S 17107 17110 16066 0 -1 1077944384 1884 0 0 0 94 6 0 0 20 0 15 0 250610703 14431227904 57843 33554432000 4194304 4196468 140727744674768 139624546527856 139625432386178 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6717440 140727744676954 140727744677134 140727744677134 140727744679887 0
[pid=17110/tid=17118] ppid=17107 vsize=14092996 memory=231308 CPUtime=0 cores=1,3,5,7
/proc/17110/task/17118/stat : 17118 (java) S 17107 17110 16066 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 15 0 250610704 14431227904 57843 33554432000 4194304 4196468 140727744674768 139624545473888 139625432385237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6717440 140727744676954 140727744677134 140727744677134 140727744679887 0
[pid=17110/tid=17119] ppid=17107 vsize=14092996 memory=231368 CPUtime=0 cores=1,3,5,7
/proc/17110/task/17119/stat : 17119 (java) S 17107 17110 16066 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 15 0 250610704 14431227904 57843 33554432000 4194304 4196468 140727744674768 139624544421504 139625432385237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6717440 140727744676954 140727744677134 140727744677134 140727744679887 0
[pid=17110/tid=17120] ppid=17107 vsize=14092996 memory=231308 CPUtime=0 cores=1,3,5,7
/proc/17110/task/17120/stat : 17120 (java) S 17107 17110 16066 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250610706 14431227904 57843 33554432000 4194304 4196468 140727744674768 139624543369808 139625432393627 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6717440 140727744676954 140727744677134 140727744677134 140727744679887 0
[pid=17110/tid=17121] ppid=17107 vsize=14092996 memory=231372 CPUtime=1.56 cores=1,3,5,7
/proc/17110/task/17121/stat : 17121 (java) S 17107 17110 16066 0 -1 1077944384 7512 0 0 0 154 2 0 0 20 0 15 0 250610706 14431227904 57843 33554432000 4194304 4196468 140727744674768 139624542316656 139625432386178 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6717440 140727744676954 140727744677134 140727744677134 140727744679887 0
[pid=17110/tid=17122] ppid=17107 vsize=14092996 memory=231372 CPUtime=1.6 cores=1,3,5,7
/proc/17110/task/17122/stat : 17122 (java) S 17107 17110 16066 0 -1 1077944384 8044 0 0 0 157 3 0 0 20 0 15 0 250610706 14431227904 57843 33554432000 4194304 4196468 140727744674768 139624541263856 139625432386178 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6717440 140727744676954 140727744677134 140727744677134 140727744679887 0
[pid=17110/tid=17123] ppid=17107 vsize=14092996 memory=3708 CPUtime=0.92 cores=1,3,5,7
/proc/17110/task/17123/stat : 17123 (java) S 17107 17110 16066 0 -1 1077944384 16174 0 0 0 90 2 0 0 20 0 15 0 250610706 14431227904 57843 33554432000 4194304 4196468 140727744674768 139624540211568 139625432386178 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6717440 140727744676954 140727744677134 140727744677134 140727744679887 0
[pid=17110/tid=17124] ppid=17107 vsize=14092996 memory=68260 CPUtime=0 cores=1,3,5,7
/proc/17110/task/17124/stat : 17124 (java) S 17107 17110 16066 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250610706 14431227904 57843 33554432000 4194304 4196468 140727744674768 139624539159008 139625432385237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6717440 140727744676954 140727744677134 140727744677134 140727744679887 0
[pid=17110/tid=17125] ppid=17107 vsize=14092996 memory=68260 CPUtime=0.11 cores=1,3,5,7
/proc/17110/task/17125/stat : 17125 (java) S 17107 17110 16066 0 -1 1077944384 781 0 0 0 4 7 0 0 20 0 15 0 250610707 14431227904 57843 33554432000 4194304 4196468 140727744674768 139624538106800 139625432386178 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6717440 140727744676954 140727744677134 140727744677134 140727744679887 0
Current children cumulated CPU time: 229.04 s
Current children cumulated vsize: 14092996 KiB
Current children cumulated memory: 231372 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+244.901 s]
/proc/loadavg: 1.36 1.51 1.63 3/220 17211
/proc/meminfo: memFree=21399496/32770624 swapFree=67108852/67108860
[pid=17110] ppid=17107 vsize=14092996 memory=235536 CPUtime=252 cores=1,3,5,7
/proc/17110/stat : 17110 (java) S 17107 17110 16066 0 -1 1077944320 88233 0 0 0 25141 59 0 0 20 0 15 0 250610701 14431227904 58884 33554432000 4194304 4196468 140727744674768 140727744657312 139625432375031 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 6717440 140727744676954 140727744677134 140727744677134 140727744679887 0
/proc/17110/statm: 3523249 58884 3602 1 0 3485321 0
[pid=17110/tid=17112] ppid=17107 vsize=14092996 memory=235536 CPUtime=242.41 cores=1,3,5,7
/proc/17110/task/17112/stat : 17112 (java) R 17107 17110 16066 0 -1 4202560 39681 0 0 0 24226 15 0 0 20 0 15 0 250610701 14431227904 58884 33554432000 4194304 4196468 140727744674768 139625436612256 139625048184868 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6717440 140727744676954 140727744677134 140727744677134 140727744679887 0
[pid=17110/tid=17113] ppid=17107 vsize=14092996 memory=233488 CPUtime=1.03 cores=1,3,5,7
/proc/17110/task/17113/stat : 17113 (java) S 17107 17110 16066 0 -1 1077944384 1398 0 0 0 96 7 0 0 20 0 15 0 250610702 14431227904 58884 33554432000 4194304 4196468 140727744674768 139625362463120 139625432385237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6717440 140727744676954 140727744677134 140727744677134 140727744679887 0
[pid=17110/tid=17114] ppid=17107 vsize=14092996 memory=233468 CPUtime=1.04 cores=1,3,5,7
/proc/17110/task/17114/stat : 17114 (java) S 17107 17110 16066 0 -1 1077944384 3161 0 0 0 96 8 0 0 20 0 15 0 250610702 14431227904 58884 33554432000 4194304 4196468 140727744674768 139625361410320 139625432385237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6717440 140727744676954 140727744677134 140727744677134 140727744679887 0
[pid=17110/tid=17115] ppid=17107 vsize=14092996 memory=233468 CPUtime=1.03 cores=1,3,5,7
/proc/17110/task/17115/stat : 17115 (java) S 17107 17110 16066 0 -1 1077944384 2930 0 0 0 95 8 0 0 20 0 15 0 250610702 14431227904 58884 33554432000 4194304 4196468 140727744674768 139625026468496 139625432385237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6717440 140727744676954 140727744677134 140727744677134 140727744679887 0
[pid=17110/tid=17116] ppid=17107 vsize=14092996 memory=233468 CPUtime=1.04 cores=1,3,5,7
/proc/17110/task/17116/stat : 17116 (java) S 17107 17110 16066 0 -1 1077944384 2049 0 0 0 97 7 0 0 20 0 15 0 250610702 14431227904 58884 33554432000 4194304 4196468 140727744674768 139625025415696 139625432385237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6717440 140727744676954 140727744677134 140727744677134 140727744679887 0
[pid=17110/tid=17117] ppid=17107 vsize=14092996 memory=231308 CPUtime=1.11 cores=1,3,5,7
/proc/17110/task/17117/stat : 17117 (java) S 17107 17110 16066 0 -1 1077944384 2005 0 0 0 104 7 0 0 20 0 15 0 250610703 14431227904 58884 33554432000 4194304 4196468 140727744674768 139624546527856 139625432386178 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6717440 140727744676954 140727744677134 140727744677134 140727744679887 0
[pid=17110/tid=17118] ppid=17107 vsize=14092996 memory=233480 CPUtime=0 cores=1,3,5,7
/proc/17110/task/17118/stat : 17118 (java) S 17107 17110 16066 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 15 0 250610704 14431227904 58884 33554432000 4194304 4196468 140727744674768 139624545473888 139625432385237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6717440 140727744676954 140727744677134 140727744677134 140727744679887 0
[pid=17110/tid=17119] ppid=17107 vsize=14092996 memory=233488 CPUtime=0 cores=1,3,5,7
/proc/17110/task/17119/stat : 17119 (java) S 17107 17110 16066 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 15 0 250610704 14431227904 58884 33554432000 4194304 4196468 140727744674768 139624544421504 139625432385237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6717440 140727744676954 140727744677134 140727744677134 140727744679887 0
[pid=17110/tid=17120] ppid=17107 vsize=14092996 memory=235536 CPUtime=0 cores=1,3,5,7
/proc/17110/task/17120/stat : 17120 (java) S 17107 17110 16066 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250610706 14431227904 58884 33554432000 4194304 4196468 140727744674768 139624543369808 139625432393627 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6717440 140727744676954 140727744677134 140727744677134 140727744679887 0
[pid=17110/tid=17121] ppid=17107 vsize=14092996 memory=235536 CPUtime=1.59 cores=1,3,5,7
/proc/17110/task/17121/stat : 17121 (java) S 17107 17110 16066 0 -1 1077944384 8593 0 0 0 157 2 0 0 20 0 15 0 250610706 14431227904 58884 33554432000 4194304 4196468 140727744674768 139624542316656 139625432386178 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6717440 140727744676954 140727744677134 140727744677134 140727744679887 0
[pid=17110/tid=17122] ppid=17107 vsize=14092996 memory=233480 CPUtime=1.61 cores=1,3,5,7
/proc/17110/task/17122/stat : 17122 (java) S 17107 17110 16066 0 -1 1077944384 8234 0 0 0 158 3 0 0 20 0 15 0 250610706 14431227904 58884 33554432000 4194304 4196468 140727744674768 139624541263856 139625432386178 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6717440 140727744676954 140727744677134 140727744677134 140727744679887 0
[pid=17110/tid=17123] ppid=17107 vsize=14092996 memory=233468 CPUtime=0.93 cores=1,3,5,7
/proc/17110/task/17123/stat : 17123 (java) S 17107 17110 16066 0 -1 1077944384 17947 0 0 0 91 2 0 0 20 0 15 0 250610706 14431227904 58884 33554432000 4194304 4196468 140727744674768 139624540211568 139625432386178 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6717440 140727744676954 140727744677134 140727744677134 140727744679887 0
[pid=17110/tid=17124] ppid=17107 vsize=14092996 memory=233488 CPUtime=0 cores=1,3,5,7
/proc/17110/task/17124/stat : 17124 (java) S 17107 17110 16066 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250610706 14431227904 58884 33554432000 4194304 4196468 140727744674768 139624539159008 139625432385237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6717440 140727744676954 140727744677134 140727744677134 140727744679887 0
[pid=17110/tid=17125] ppid=17107 vsize=14092996 memory=1120 CPUtime=0.12 cores=1,3,5,7
/proc/17110/task/17125/stat : 17125 (java) S 17107 17110 16066 0 -1 1077944384 798 0 0 0 4 8 0 0 20 0 15 0 250610707 14431227904 58884 33554432000 4194304 4196468 140727744674768 139624538106800 139625432386178 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6717440 140727744676954 140727744677134 140727744677134 140727744679887 0
Current children cumulated CPU time: 252 s
Current children cumulated vsize: 14092996 KiB
Current children cumulated memory: 235536 KiB

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

[startup+244.917 s]
# the end of solver process 17110 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=251.425 s, system=0.604195 s

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

[startup+244.901 s]
/proc/loadavg: 1.36 1.51 1.63 3/220 17211
/proc/meminfo: memFree=21399496/32770624 swapFree=67108852/67108860
[pid=17110] ppid=17107 vsize=14092996 memory=235536 CPUtime=252 cores=1,3,5,7
/proc/17110/stat : 17110 (java) S 17107 17110 16066 0 -1 1077944320 88233 0 0 0 25141 59 0 0 20 0 15 0 250610701 14431227904 58884 33554432000 4194304 4196468 140727744674768 140727744657312 139625432375031 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 6717440 140727744676954 140727744677134 140727744677134 140727744679887 0
/proc/17110/statm: 3523249 58884 3602 1 0 3485321 0
[pid=17110/tid=17112] ppid=17107 vsize=14092996 memory=235536 CPUtime=242.41 cores=1,3,5,7
/proc/17110/task/17112/stat : 17112 (java) R 17107 17110 16066 0 -1 4202560 39681 0 0 0 24226 15 0 0 20 0 15 0 250610701 14431227904 58884 33554432000 4194304 4196468 140727744674768 139625436612256 139625048184868 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6717440 140727744676954 140727744677134 140727744677134 140727744679887 0
[pid=17110/tid=17113] ppid=17107 vsize=14092996 memory=233488 CPUtime=1.03 cores=1,3,5,7
/proc/17110/task/17113/stat : 17113 (java) S 17107 17110 16066 0 -1 1077944384 1398 0 0 0 96 7 0 0 20 0 15 0 250610702 14431227904 58884 33554432000 4194304 4196468 140727744674768 139625362463120 139625432385237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6717440 140727744676954 140727744677134 140727744677134 140727744679887 0
[pid=17110/tid=17114] ppid=17107 vsize=14092996 memory=233468 CPUtime=1.04 cores=1,3,5,7
/proc/17110/task/17114/stat : 17114 (java) S 17107 17110 16066 0 -1 1077944384 3161 0 0 0 96 8 0 0 20 0 15 0 250610702 14431227904 58884 33554432000 4194304 4196468 140727744674768 139625361410320 139625432385237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6717440 140727744676954 140727744677134 140727744677134 140727744679887 0
[pid=17110/tid=17115] ppid=17107 vsize=14092996 memory=233468 CPUtime=1.03 cores=1,3,5,7
/proc/17110/task/17115/stat : 17115 (java) S 17107 17110 16066 0 -1 1077944384 2930 0 0 0 95 8 0 0 20 0 15 0 250610702 14431227904 58884 33554432000 4194304 4196468 140727744674768 139625026468496 139625432385237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6717440 140727744676954 140727744677134 140727744677134 140727744679887 0
[pid=17110/tid=17116] ppid=17107 vsize=14092996 memory=233468 CPUtime=1.04 cores=1,3,5,7
/proc/17110/task/17116/stat : 17116 (java) S 17107 17110 16066 0 -1 1077944384 2049 0 0 0 97 7 0 0 20 0 15 0 250610702 14431227904 58884 33554432000 4194304 4196468 140727744674768 139625025415696 139625432385237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6717440 140727744676954 140727744677134 140727744677134 140727744679887 0
[pid=17110/tid=17117] ppid=17107 vsize=14092996 memory=231308 CPUtime=1.11 cores=1,3,5,7
/proc/17110/task/17117/stat : 17117 (java) S 17107 17110 16066 0 -1 1077944384 2005 0 0 0 104 7 0 0 20 0 15 0 250610703 14431227904 58884 33554432000 4194304 4196468 140727744674768 139624546527856 139625432386178 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6717440 140727744676954 140727744677134 140727744677134 140727744679887 0
[pid=17110/tid=17118] ppid=17107 vsize=14092996 memory=233480 CPUtime=0 cores=1,3,5,7
/proc/17110/task/17118/stat : 17118 (java) S 17107 17110 16066 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 15 0 250610704 14431227904 58884 33554432000 4194304 4196468 140727744674768 139624545473888 139625432385237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6717440 140727744676954 140727744677134 140727744677134 140727744679887 0
[pid=17110/tid=17119] ppid=17107 vsize=14092996 memory=233488 CPUtime=0 cores=1,3,5,7
/proc/17110/task/17119/stat : 17119 (java) S 17107 17110 16066 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 15 0 250610704 14431227904 58884 33554432000 4194304 4196468 140727744674768 139624544421504 139625432385237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6717440 140727744676954 140727744677134 140727744677134 140727744679887 0
[pid=17110/tid=17120] ppid=17107 vsize=14092996 memory=235536 CPUtime=0 cores=1,3,5,7
/proc/17110/task/17120/stat : 17120 (java) S 17107 17110 16066 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250610706 14431227904 58884 33554432000 4194304 4196468 140727744674768 139624543369808 139625432393627 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6717440 140727744676954 140727744677134 140727744677134 140727744679887 0
[pid=17110/tid=17121] ppid=17107 vsize=14092996 memory=235536 CPUtime=1.59 cores=1,3,5,7
/proc/17110/task/17121/stat : 17121 (java) S 17107 17110 16066 0 -1 1077944384 8593 0 0 0 157 2 0 0 20 0 15 0 250610706 14431227904 58884 33554432000 4194304 4196468 140727744674768 139624542316656 139625432386178 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6717440 140727744676954 140727744677134 140727744677134 140727744679887 0
[pid=17110/tid=17122] ppid=17107 vsize=14092996 memory=233480 CPUtime=1.61 cores=1,3,5,7
/proc/17110/task/17122/stat : 17122 (java) S 17107 17110 16066 0 -1 1077944384 8234 0 0 0 158 3 0 0 20 0 15 0 250610706 14431227904 58884 33554432000 4194304 4196468 140727744674768 139624541263856 139625432386178 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6717440 140727744676954 140727744677134 140727744677134 140727744679887 0
[pid=17110/tid=17123] ppid=17107 vsize=14092996 memory=233468 CPUtime=0.93 cores=1,3,5,7
/proc/17110/task/17123/stat : 17123 (java) S 17107 17110 16066 0 -1 1077944384 17947 0 0 0 91 2 0 0 20 0 15 0 250610706 14431227904 58884 33554432000 4194304 4196468 140727744674768 139624540211568 139625432386178 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6717440 140727744676954 140727744677134 140727744677134 140727744679887 0
[pid=17110/tid=17124] ppid=17107 vsize=14092996 memory=233488 CPUtime=0 cores=1,3,5,7
/proc/17110/task/17124/stat : 17124 (java) S 17107 17110 16066 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250610706 14431227904 58884 33554432000 4194304 4196468 140727744674768 139624539159008 139625432385237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6717440 140727744676954 140727744677134 140727744677134 140727744679887 0
[pid=17110/tid=17125] ppid=17107 vsize=14092996 memory=1120 CPUtime=0.12 cores=1,3,5,7
/proc/17110/task/17125/stat : 17125 (java) S 17107 17110 16066 0 -1 1077944384 798 0 0 0 4 8 0 0 20 0 15 0 250610707 14431227904 58884 33554432000 4194304 4196468 140727744674768 139624538106800 139625432386178 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6717440 140727744676954 140727744677134 140727744677134 140727744679887 0
Current children cumulated CPU time: 252 s
Current children cumulated vsize: 14092996 KiB
Current children cumulated memory: 235536 KiB

Child status: 143
Real time (s): 244.917
CPU time (s): 252.029
CPU user time (s): 251.425
CPU system time (s): 0.604195
CPU usage (%): 102.904
Max. virtual memory (cumulated for all children) (KiB): 14092996
Max. memory (cumulated for all children) (KiB): 235536

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 251.425
system time used= 0.604195
maximum resident set size= 236768
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 88608
page faults= 0
swaps= 0
block input operations= 0
block output operations= 432
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 34541
involuntary context switches= 950


# summary of solver processes directly reported to runsolver:
#   pid: 17110
#   total CPU time (s): 252.029
#   total CPU user time (s): 251.425
#   total CPU system time (s): 0.604195

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.59253 second user time and 2.16916 second system time

The end

Launcher Data

Begin job on node133 at 2018-08-15 12:54:35
IDJOB=4310378
IDBENCH=141256
IDSOLVER=2796
FILE ID=node133/4310378-1534330475
RUNJOBID= node133-1534329232-16098
PBS_JOBID= 21038161
Free space on /tmp= 39280 MiB

SOLVER NAME= OscaR - Hybrid 2018-08-14
BENCH NAME= XCSP18/QuadraticAssignment/QuadraticAssignment-esc16d_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-4310378-1534330475/watcher-4310378-1534330475 -o /tmp/evaluation-result-4310378-1534330475/solver-4310378-1534330475 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node133-1534329232-16098 --watchdog 312  java -Xmx11000m -jar oscarCPXcsp3-hybrid.jar --randomseed 1590050700 --timelimit 252 --memlimit 11000 --nbcore 4 HOME/instance-4310378-1534330475.xml

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

MD5SUM BENCH= 797dd3ed6ca3fcac5df6221abf320949
RANDOM SEED=1590050700

node133.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.24
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.24
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.24
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.24
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:        23641284 kB
MemAvailable:   31690728 kB
Buffers:          158144 kB
Cached:          8131432 kB
SwapCached:            4 kB
Active:          4557556 kB
Inactive:        3990772 kB
Active(anon):     209364 kB
Inactive(anon):   109924 kB
Active(file):    4348192 kB
Inactive(file):  3880848 kB
Unevictable:        7072 kB
Mlocked:            7072 kB
SwapTotal:      67108860 kB
SwapFree:       67108852 kB
Dirty:             35980 kB
Writeback:             0 kB
AnonPages:        275636 kB
Mapped:            69868 kB
Shmem:             58008 kB
Slab:             277752 kB
SReclaimable:     248864 kB
SUnreclaim:        28888 kB
KernelStack:        3664 kB
PageTables:         6232 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1287324 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    143360 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 39032 MiB
End job on node133 at 2018-08-15 12:58:41