Trace number 4249698

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
R1: AbsCon-basic 2017-06-11SAT (TO)0 2400.13 2360.14

General information on the benchmark

NameBinPacking/BinPacking-tab-sw100/
BinPacking-tab-sw100-15.xml
MD5SUMafde4c54681b724bee939c95254967be
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark2400.09
Satisfiable
(Un)Satisfiability was proved
Number of variables109
Number of constraints21
Number of domains2
Minimum domain size19
Maximum domain size43
Distribution of domain sizes[{"size":19,"count":1},{"size":43,"count":108}]
Minimum variable degree2
Maximum variable degree4
Distribution of variable degrees[{"degree":2,"count":1},{"degree":3,"count":90},{"degree":4,"count":18}]
Minimum constraint arity6
Maximum constraint arity108
Distribution of constraint arities[{"arity":6,"count":18},{"arity":19,"count":1},{"arity":108,"count":2}]
Number of extensional constraints18
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":18},{"type":"lex","count":1},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

0.28/0.28	
0.28/0.28	AbsCon 2 
0.28/0.28	
15.71/9.62	  Solving XCSP3-instance-4249698-1500763078 as a COP in -infty..+infty
15.71/9.62	  Loading variables...
20.03/11.80	  Loading constraints...
46.19/21.56	  Solver SolverBacktrack being built...
46.19/21.56	
46.67/21.75	  Preprocessing : gac=true, ccks=0, filters=558, revisions=0 (useless=0), AC=558, removals=558, inconsistent=false
46.67/21.75	
70.57/32.46	o 0
2400.09/2360.10	
2400.09/2360.10	v <instantiation id='sol1' type='solution' cost='0'>  <list> x b[][] </list>  <values> 0 199 198 198 198 198 0 197 197 194 194 194 0 193 193 193 191 191 0 189 189 188 188 187 0 186 185 177 151 150 150 184 183 0 0 0 0 183 178 171 160 151 150 183 174 169 161 157 153 183 174 166 164 157 152 182 177 167 164 156 153 182 173 168 163 157 154 180 177 170 161 160 151 180 175 167 164 158 151 180 173 170 160 156 155 178 177 170 160 158 152 175 172 170 162 156 155 174 174 169 165 158 151 174 173 167 163 157 154 </values>  </instantiation>
2400.09/2360.10	s SATISFIABLE

Verifier Data

OK	0

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4249698-1500763078/watcher-4249698-1500763078 -o /tmp/evaluation-result-4249698-1500763078/solver-4249698-1500763078 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node145-1500755887-22353 --watchdog 2560 java -jar HOME/AbsCon-basic.jar HOME/instance-4249698-1500763078.xml 

pid=23236
running on 8 cores: 0,2,4,6,8,10,12,14

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 1.84 1.98 2.03 5/262 23239
/proc/meminfo: memFree=30608484/32770624 swapFree=6820/905660
[pid=23239] ppid=23236 vsize=8349744 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/23239/stat : 23239 (java) S 23236 23239 22322 0 -1 1077944320 1942 0 0 0 0 0 0 0 20 0 2 0 11572941 8550137856 2197 33554432000 4194304 4196468 140721206157328 140721206139872 139938342076151 0 0 0 16784584 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 32169984 140721206162627 140721206162756 140721206162756 140721206165455 0
/proc/23239/statm: 2087436 2197 1198 1 0 2076347 0
[pid=23239/tid=23240] ppid=23236 vsize=8349744 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/23239/task/23240/stat : 23240 (java) R 23236 23239 22322 0 -1 4202560 767 0 0 0 0 0 0 0 20 0 2 0 11572941 8550137856 2329 33554432000 4194304 4196468 140721206157328 139938346318160 139938334365600 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32169984 140721206162627 140721206162756 140721206162756 140721206165455 0

[startup+0.100019 s]
/proc/loadavg: 1.84 1.98 2.03 5/262 23239
/proc/meminfo: memFree=30608484/32770624 swapFree=6820/905660
[pid=23239] ppid=23236 vsize=10900580 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/23239/stat : 23239 (java) S 23236 23239 22322 0 -1 1077944320 5004 0 0 0 8 1 0 0 20 0 20 0 11572941 11162193920 6145 33554432000 4194304 4196468 140721206157328 140721206139872 139938342076151 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 32169984 140721206162627 140721206162756 140721206162756 140721206165455 0
/proc/23239/statm: 2725145 6145 2669 1 0 2713552 0
[pid=23239/tid=23240] ppid=23236 vsize=10900580 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/23239/task/23240/stat : 23240 (java) R 23236 23239 22322 0 -1 4202560 3096 0 0 0 8 1 0 0 20 0 20 0 11572941 11162193920 6145 33554432000 4194304 4196468 140721206157328 139938346318432 139938326156638 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32169984 140721206162627 140721206162756 140721206162756 140721206165455 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10900580

[startup+0.200381 s]
/proc/loadavg: 1.84 1.98 2.03 5/262 23239
/proc/meminfo: memFree=30608484/32770624 swapFree=6820/905660
[pid=23239] ppid=23236 vsize=10900612 CPUtime=0.28 cores=0,2,4,6,8,10,12,14
/proc/23239/stat : 23239 (java) S 23236 23239 22322 0 -1 1077944320 7667 0 0 0 25 3 0 0 20 0 20 0 11572941 11162226688 8996 33554432000 4194304 4196468 140721206157328 140721206139872 139938342076151 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 32169984 140721206162627 140721206162756 140721206162756 140721206165455 0
/proc/23239/statm: 2725153 8996 2867 1 0 2713560 0
[pid=23239/tid=23240] ppid=23236 vsize=10900612 CPUtime=0.18 cores=0,2,4,6,8,10,12,14
/proc/23239/task/23240/stat : 23240 (java) R 23236 23239 22322 0 -1 4202560 4833 0 0 0 17 1 0 0 20 0 20 0 11572941 11162226688 8996 33554432000 4194304 4196468 140721206157328 139938346289968 139938334755869 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32169984 140721206162627 140721206162756 140721206162756 140721206165455 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 10900612

[startup+0.300295 s]
/proc/loadavg: 1.84 1.98 2.03 5/262 23239
/proc/meminfo: memFree=30608484/32770624 swapFree=6820/905660
[pid=23239] ppid=23236 vsize=10969228 CPUtime=0.5 cores=0,2,4,6,8,10,12,14
/proc/23239/stat : 23239 (java) S 23236 23239 22322 0 -1 1077944320 8555 0 0 0 47 3 0 0 20 0 21 0 11572941 11232489472 13455 33554432000 4194304 4196468 140721206157328 140721206139872 139938342076151 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 32169984 140721206162627 140721206162756 140721206162756 140721206165455 0
/proc/23239/statm: 2742307 13455 2981 1 0 2730193 0
[pid=23239/tid=23240] ppid=23236 vsize=10969228 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/23239/task/23240/stat : 23240 (java) S 23236 23239 22322 0 -1 1077944384 5189 0 0 0 25 2 0 0 20 0 21 0 11572941 11232489472 13455 33554432000 4194304 4196468 140721206157328 139938346319024 139938342086357 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32169984 140721206162627 140721206162756 140721206162756 140721206165455 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 10969228

[startup+0.700869 s]
/proc/loadavg: 1.84 1.98 2.03 5/262 23239
/proc/meminfo: memFree=30608484/32770624 swapFree=6820/905660
[pid=23239] ppid=23236 vsize=10969228 CPUtime=1.79 cores=0,2,4,6,8,10,12,14
/proc/23239/stat : 23239 (java) S 23236 23239 22322 0 -1 1077944320 10370 0 0 0 112 67 0 0 20 0 21 0 11572941 11232489472 69840 33554432000 4194304 4196468 140721206157328 140721206139872 139938342076151 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 32169984 140721206162627 140721206162756 140721206162756 140721206165455 0
/proc/23239/statm: 2742307 69840 3011 1 0 2730193 0
[pid=23239/tid=23240] ppid=23236 vsize=10969228 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/23239/task/23240/stat : 23240 (java) S 23236 23239 22322 0 -1 1077944384 5189 0 0 0 25 2 0 0 20 0 21 0 11572941 11232489472 69840 33554432000 4194304 4196468 140721206157328 139938346319024 139938342086357 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32169984 140721206162627 140721206162756 140721206162756 140721206165455 0
Current children cumulated CPU time (s) 1.79
Current children cumulated vsize (KiB) 10969228

[startup+1.50089 s]
/proc/loadavg: 1.84 1.98 2.03 6/283 23260
/proc/meminfo: memFree=29605404/32770624 swapFree=6820/905500
[pid=23239] ppid=23236 vsize=10971352 CPUtime=4.33 cores=0,2,4,6,8,10,12,14
/proc/23239/stat : 23239 (java) S 23236 23239 22322 0 -1 1077944320 15721 0 0 0 351 82 0 0 20 0 21 0 11572941 11234664448 266368 33554432000 4194304 4196468 140721206157328 140721206139872 139938342076151 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 32169984 140721206162627 140721206162756 140721206162756 140721206165455 0
/proc/23239/statm: 2742838 266368 3147 1 0 2730705 0
[pid=23239/tid=23240] ppid=23236 vsize=10971352 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/23239/task/23240/stat : 23240 (java) S 23236 23239 22322 0 -1 1077944384 5189 0 0 0 25 2 0 0 20 0 21 0 11572941 11234664448 266368 33554432000 4194304 4196468 140721206157328 139938346319024 139938342086357 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32169984 140721206162627 140721206162756 140721206162756 140721206165455 0
[pid=23239/tid=23242] ppid=23236 vsize=10971352 CPUtime=0.25 cores=0,2,4,6,8,10,12,14
/proc/23239/task/23242/stat : 23242 (java) S 23236 23239 22322 0 -1 1077944384 270 0 0 0 18 7 0 0 20 0 21 0 11572942 11234664448 266368 33554432000 4194304 4196468 140721206157328 139938294696208 139938342086357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32169984 140721206162627 140721206162756 140721206162756 140721206165455 0
[pid=23239/tid=23243] ppid=23236 vsize=10971352 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/23239/task/23243/stat : 23243 (java) S 23236 23239 22322 0 -1 1077944384 285 0 0 0 19 7 0 0 20 0 21 0 11572942 11234664448 266368 33554432000 4194304 4196468 140721206157328 139938293643664 139938342086357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32169984 140721206162627 140721206162756 140721206162756 140721206165455 0
[pid=23239/tid=23244] ppid=23236 vsize=10971352 CPUtime=0.25 cores=0,2,4,6,8,10,12,14
/proc/23239/task/23244/stat : 23244 (java) S 23236 23239 22322 0 -1 1077944384 57 0 0 0 17 8 0 0 20 0 21 0 11572942 11234664448 266368 33554432000 4194304 4196468 140721206157328 139938292591120 139938342086357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32169984 140721206162627 140721206162756 140721206162756 140721206165455 0
[pid=23239/tid=23245] ppid=23236 vsize=10971352 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/23239/task/23245/stat : 23245 (java) S 23236 23239 22322 0 -1 1077944384 256 0 0 0 19 8 0 0 20 0 21 0 11572942 11234664448 266368 33554432000 4194304 4196468 140721206157328 139938291538576 139938342086357 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32169984 140721206162627 140721206162756 140721206162756 140721206165455 0
[pid=23239/tid=23246] ppid=23236 vsize=10971352 CPUtime=0.24 cores=0,2,4,6,8,10,12,14
/proc/23239/task/23246/stat : 23246 (java) S 23236 23239 22322 0 -1 1077944384 172 0 0 0 17 7 0 0 20 0 21 0 11572942 11234664448 266368 33554432000 4194304 4196468 140721206157328 139938290486032 139938342086357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32169984 140721206162627 140721206162756 140721206162756 140721206165455 0
[pid=23239/tid=23247] ppid=23236 vsize=10971352 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/23239/task/23247/stat : 23247 (java) S 23236 23239 22322 0 -1 1077944384 63 0 0 0 19 8 0 0 20 0 21 0 11572942 11234664448 266368 33554432000 4194304 4196468 140721206157328 139937943575440 139938342086357 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 32169984 140721206162627 140721206162756 140721206162756 140721206165455 0
[pid=23239/tid=23248] ppid=23236 vsize=10971352 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/23239/task/23248/stat : 23248 (java) S 23236 23239 22322 0 -1 1077944384 133 0 0 0 20 7 0 0 20 0 21 0 11572942 11234664448 266368 33554432000 4194304 4196468 140721206157328 139937942522896 139938342086357 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 32169984 140721206162627 140721206162756 140721206162756 140721206165455 0
[pid=23239/tid=23249] ppid=23236 vsize=10971352 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/23239/task/23249/stat : 23249 (java) S 23236 23239 22322 0 -1 1077944384 125 0 0 0 18 8 0 0 20 0 21 0 11572942 11234664448 266368 33554432000 4194304 4196468 140721206157328 139937941470352 139938342086357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32169984 140721206162627 140721206162756 140721206162756 140721206165455 0
[pid=23239/tid=23250] ppid=23236 vsize=10971352 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/23239/task/23250/stat : 23250 (java) S 23236 23239 22322 0 -1 1077944384 560 0 0 0 1 0 0 0 20 0 21 0 11572944 11234664448 266368 33554432000 4194304 4196468 140721206157328 139937548584944 139938342087298 0 0 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 32169984 140721206162627 140721206162756 140721206162756 140721206165455 0
[pid=23239/tid=23251] ppid=23236 vsize=10971352 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/23239/task/23251/stat : 23251 (java) S 23236 23239 22322 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 21 0 11572945 11234664448 266368 33554432000 4194304 4196468 140721206157328 139937547531232 139938342086357 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 32169984 140721206162627 140721206162756 140721206162756 140721206165455 0
[pid=23239/tid=23252] ppid=23236 vsize=10971352 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/23239/task/23252/stat : 23252 (java) S 23236 23239 22322 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 21 0 11572945 11234664448 266368 33554432000 4194304 4196468 140721206157328 139937546478592 139938342086357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32169984 140721206162627 140721206162756 140721206162756 140721206165455 0
[pid=23239/tid=23253] ppid=23236 vsize=10971352 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/23239/task/23253/stat : 23253 (java) S 23236 23239 22322 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 11572950 11234664448 266368 33554432000 4194304 4196468 140721206157328 139937545427152 139938342094747 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 32169984 140721206162627 140721206162756 140721206162756 140721206165455 0
[pid=23239/tid=23254] ppid=23236 vsize=10971352 CPUtime=0.21 cores=0,2,4,6,8,10,12,14
/proc/23239/task/23254/stat : 23254 (java) S 23236 23239 22322 0 -1 1077944384 1286 0 0 0 21 0 0 0 20 0 21 0 11572950 11234664448 266368 33554432000 4194304 4196468 140721206157328 139937544374768 139938342087298 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32169984 140721206162627 140721206162756 140721206162756 140721206165455 0
[pid=23239/tid=23255] ppid=23236 vsize=10971352 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/23239/task/23255/stat : 23255 (java) S 23236 23239 22322 0 -1 1077944384 1010 0 0 0 27 0 0 0 20 0 21 0 11572950 11234664448 266368 33554432000 4194304 4196468 140721206157328 139937543322224 139938342087298 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32169984 140721206162627 140721206162756 140721206162756 140721206165455 0
[pid=23239/tid=23256] ppid=23236 vsize=10971352 CPUtime=0.24 cores=0,2,4,6,8,10,12,14
/proc/23239/task/23256/stat : 23256 (java) S 23236 23239 22322 0 -1 1077944384 1268 0 0 0 24 0 0 0 20 0 21 0 11572950 11234664448 266368 33554432000 4194304 4196468 140721206157328 139937542269680 139938342087298 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 32169984 140721206162627 140721206162756 140721206162756 140721206165455 0
[pid=23239/tid=23257] ppid=23236 vsize=10971352 CPUtime=0.24 cores=0,2,4,6,8,10,12,14
/proc/23239/task/23257/stat : 23257 (java) S 23236 23239 22322 0 -1 1077944384 1324 0 0 0 24 0 0 0 20 0 21 0 11572950 11234664448 266368 33554432000 4194304 4196468 140721206157328 139937541217136 139938342087298 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 32169984 140721206162627 140721206162756 140721206162756 140721206165455 0
[pid=23239/tid=23258] ppid=23236 vsize=10971352 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/23239/task/23258/stat : 23258 (java) S 23236 23239 22322 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 11572950 11234664448 266368 33554432000 4194304 4196468 140721206157328 139937540163808 139938342086357 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 32169984 140721206162627 140721206162756 140721206162756 140721206165455 0
[pid=23239/tid=23259] ppid=23236 vsize=10971352 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/23239/task/23259/stat : 23259 (java) S 23236 23239 22322 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 11572950 11234664448 266368 33554432000 4194304 4196468 140721206157328 139937539111344 139938342087298 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 32169984 140721206162627 140721206162756 140721206162756 140721206165455 0
[pid=23239/tid=23260] ppid=23236 vsize=10971352 CPUtime=0.91 cores=0,2,4,6,8,10,12,14
/proc/23239/task/23260/stat : 23260 (java) R 23236 23239 22322 0 -1 4202560 2354 0 0 0 78 13 0 0 20 0 21 0 11572969 11234664448 266368 33554432000 4194304 4196468 140721206157328 139937535919664 139937973294231 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 32169984 140721206162627 140721206162756 140721206162756 140721206165455 0
Current children cumulated CPU time (s) 4.33
Current children cumulated vsize (KiB) 10971352

[startup+3.1009 s]
/proc/loadavg: 1.84 1.98 2.03 3/283 23260
/proc/meminfo: memFree=29421848/32770624 swapFree=6820/905500
[pid=23239] ppid=23236 vsize=10971352 CPUtime=7.24 cores=0,2,4,6,8,10,12,14
/proc/23239/stat : 23239 (java) S 23236 23239 22322 0 -1 1077944320 19132 0 0 0 571 153 0 0 20 0 21 0 11572941 11234664448 345315 33554432000 4194304 4196468 140721206157328 140721206139872 139938342076151 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 32169984 140721206162627 140721206162756 140721206162756 140721206165455 0
/proc/23239/statm: 2742838 345315 3149 1 0 2730705 0
[pid=23239/tid=23240] ppid=23236 vsize=10971352 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/23239/task/23240/stat : 23240 (java) S 23236 23239 22322 0 -1 1077944384 5189 0 0 0 25 2 0 0 20 0 21 0 11572941 11234664448 345315 33554432000 4194304 4196468 140721206157328 139938346319024 139938342086357 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32169984 140721206162627 140721206162756 140721206162756 140721206165455 0
[pid=23239/tid=23242] ppid=23236 vsize=10971352 CPUtime=0.42 cores=0,2,4,6,8,10,12,14
/proc/23239/task/23242/stat : 23242 (java) S 23236 23239 22322 0 -1 1077944384 536 0 0 0 27 15 0 0 20 0 21 0 11572942 11234664448 345315 33554432000 4194304 4196468 140721206157328 139938294696208 139938342086357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32169984 140721206162627 140721206162756 140721206162756 140721206165455 0
[pid=23239/tid=23243] ppid=23236 vsize=10971352 CPUtime=0.44 cores=0,2,4,6,8,10,12,14
/proc/23239/task/23243/stat : 23243 (java) S 23236 23239 22322 0 -1 1077944384 840 0 0 0 29 15 0 0 20 0 21 0 11572942 11234664448 345315 33554432000 4194304 4196468 140721206157328 139938293643664 139938342086357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32169984 140721206162627 140721206162756 140721206162756 140721206165455 0
[pid=23239/tid=23244] ppid=23236 vsize=10971352 CPUtime=0.44 cores=0,2,4,6,8,10,12,14
/proc/23239/task/23244/stat : 23244 (java) S 23236 23239 22322 0 -1 1077944384 331 0 0 0 27 17 0 0 20 0 21 0 11572942 11234664448 345315 33554432000 4194304 4196468 140721206157328 139938292591120 139938342086357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32169984 140721206162627 140721206162756 140721206162756 140721206165455 0
[pid=23239/tid=23245] ppid=23236 vsize=10971352 CPUtime=0.44 cores=0,2,4,6,8,10,12,14
/proc/23239/task/23245/stat : 23245 (java) S 23236 23239 22322 0 -1 1077944384 498 0 0 0 28 16 0 0 20 0 21 0 11572942 11234664448 345315 33554432000 4194304 4196468 140721206157328 139938291538576 139938342086357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32169984 140721206162627 140721206162756 140721206162756 140721206165455 0
[pid=23239/tid=23246] ppid=23236 vsize=10971352 CPUtime=0.44 cores=0,2,4,6,8,10,12,14
/proc/23239/task/23246/stat : 23246 (java) S 23236 23239 22322 0 -1 1077944384 510 0 0 0 27 17 0 0 20 0 21 0 11572942 11234664448 345315 33554432000 4194304 4196468 140721206157328 139938290486032 139938342086357 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 32169984 140721206162627 140721206162756 140721206162756 140721206165455 0
[pid=23239/tid=23247] ppid=23236 vsize=10971352 CPUtime=0.45 cores=0,2,4,6,8,10,12,14
/proc/23239/task/23247/stat : 23247 (java) S 23236 23239 22322 0 -1 1077944384 334 0 0 0 29 16 0 0 20 0 21 0 11572942 11234664448 345315 33554432000 4194304 4196468 140721206157328 139937943575440 139938342086357 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 32169984 140721206162627 140721206162756 140721206162756 140721206165455 0
[pid=23239/tid=23248] ppid=23236 vsize=10971352 CPUtime=0.46 cores=0,2,4,6,8,10,12,14
/proc/23239/task/23248/stat : 23248 (java) S 23236 23239 22322 0 -1 1077944384 383 0 0 0 30 16 0 0 20 0 21 0 11572942 11234664448 345315 33554432000 4194304 4196468 140721206157328 139937942522896 139938342086357 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 32169984 140721206162627 140721206162756 140721206162756 140721206165455 0
[pid=23239/tid=23249] ppid=23236 vsize=10971352 CPUtime=0.44 cores=0,2,4,6,8,10,12,14
/proc/23239/task/23249/stat : 23249 (java) S 23236 23239 22322 0 -1 1077944384 396 0 0 0 28 16 0 0 20 0 21 0 11572942 11234664448 345315 33554432000 4194304 4196468 140721206157328 139937941470352 139938342086357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32169984 140721206162627 140721206162756 140721206162756 140721206165455 0
[pid=23239/tid=23250] ppid=23236 vsize=10971352 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/23239/task/23250/stat : 23250 (java) S 23236 23239 22322 0 -1 1077944384 787 0 0 0 1 0 0 0 20 0 21 0 11572944 11234664448 345315 33554432000 4194304 4196468 140721206157328 139937548584944 139938342087298 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32169984 140721206162627 140721206162756 140721206162756 140721206165455 0
[pid=23239/tid=23251] ppid=23236 vsize=10971352 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/23239/task/23251/stat : 23251 (java) S 23236 23239 22322 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 21 0 11572945 11234664448 345315 33554432000 4194304 4196468 140721206157328 139937547531232 139938342086357 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 32169984 140721206162627 140721206162756 140721206162756 140721206165455 0
[pid=23239/tid=23252] ppid=23236 vsize=10971352 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/23239/task/23252/stat : 23252 (java) S 23236 23239 22322 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 21 0 11572945 11234664448 345315 33554432000 4194304 4196468 140721206157328 139937546478592 139938342086357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32169984 140721206162627 140721206162756 140721206162756 140721206165455 0
[pid=23239/tid=23253] ppid=23236 vsize=10971352 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/23239/task/23253/stat : 23253 (java) S 23236 23239 22322 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 11572950 11234664448 345315 33554432000 4194304 4196468 140721206157328 139937545427152 139938342094747 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 32169984 140721206162627 140721206162756 140721206162756 140721206165455 0
[pid=23239/tid=23254] ppid=23236 vsize=10971352 CPUtime=0.22 cores=0,2,4,6,8,10,12,14
/proc/23239/task/23254/stat : 23254 (java) S 23236 23239 22322 0 -1 1077944384 1286 0 0 0 22 0 0 0 20 0 21 0 11572950 11234664448 345315 33554432000 4194304 4196468 140721206157328 139937544374768 139938342087298 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 32169984 140721206162627 140721206162756 140721206162756 140721206165455 0
[pid=23239/tid=23255] ppid=23236 vsize=10971352 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/23239/task/23255/stat : 23255 (java) S 23236 23239 22322 0 -1 1077944384 1010 0 0 0 27 0 0 0 20 0 21 0 11572950 11234664448 345315 33554432000 4194304 4196468 140721206157328 139937543322224 139938342087298 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32169984 140721206162627 140721206162756 140721206162756 140721206165455 0
[pid=23239/tid=23256] ppid=23236 vsize=10971352 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/23239/task/23256/stat : 23256 (java) S 23236 23239 22322 0 -1 1077944384 1280 0 0 0 26 0 0 0 20 0 21 0 11572950 11234664448 345315 33554432000 4194304 4196468 140721206157328 139937542269680 139938342087298 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32169984 140721206162627 140721206162756 140721206162756 140721206165455 0
[pid=23239/tid=23257] ppid=23236 vsize=10971352 CPUtime=0.24 cores=0,2,4,6,8,10,12,14
/proc/23239/task/23257/stat : 23257 (java) S 23236 23239 22322 0 -1 1077944384 1325 0 0 0 24 0 0 0 20 0 21 0 11572950 11234664448 345315 33554432000 4194304 4196468 140721206157328 139937541217136 139938342087298 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 32169984 140721206162627 140721206162756 140721206162756 140721206165455 0
[pid=23239/tid=23258] ppid=23236 vsize=10971352 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/23239/task/23258/stat : 23258 (java) S 23236 23239 22322 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 11572950 11234664448 345315 33554432000 4194304 4196468 140721206157328 139937540163808 139938342086357 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 32169984 140721206162627 140721206162756 140721206162756 140721206165455 0
[pid=23239/tid=23259] ppid=23236 vsize=10971352 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/23239/task/23259/stat : 23259 (java) S 23236 23239 22322 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 11572950 11234664448 345315 33554432000 4194304 4196468 140721206157328 139937539111344 139938342087298 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 32169984 140721206162627 140721206162756 140721206162756 140721206165455 0
[pid=23239/tid=23260] ppid=23236 vsize=10971352 CPUtime=2.3 cores=0,2,4,6,8,10,12,14
/proc/23239/task/23260/stat : 23260 (java) R 23236 23239 22322 0 -1 4202560 3058 0 0 0 215 15 0 0 20 0 21 0 11572969 11234664448 345315 33554432000 4194304 4196468 140721206157328 139937535919792 139937973292152 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 32169984 140721206162627 140721206162756 140721206162756 140721206165455 0
Current children cumulated CPU time (s) 7.24
Current children cumulated vsize (KiB) 10971352

[startup+6.30101 s]
/proc/loadavg: 1.86 1.98 2.03 3/283 23260
/proc/meminfo: memFree=28889948/32770624 swapFree=6820/905512
[pid=23239] ppid=23236 vsize=10971352 CPUtime=12.44 cores=0,2,4,6,8,10,12,14
/proc/23239/stat : 23239 (java) S 23236 23239 22322 0 -1 1077944320 26971 0 0 0 978 266 0 0 20 0 21 0 11572941 11234664448 431732 33554432000 4194304 4196468 140721206157328 140721206139872 139938342076151 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 32169984 140721206162627 140721206162756 140721206162756 140721206165455 0
/proc/23239/statm: 2742838 431732 3153 1 0 2730705 0
[pid=23239/tid=23240] ppid=23236 vsize=10971352 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/23239/task/23240/stat : 23240 (java) S 23236 23239 22322 0 -1 1077944384 5189 0 0 0 25 2 0 0 20 0 21 0 11572941 11234664448 431732 33554432000 4194304 4196468 140721206157328 139938346319024 139938342086357 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32169984 140721206162627 140721206162756 140721206162756 140721206165455 0
[pid=23239/tid=23242] ppid=23236 vsize=10971352 CPUtime=0.68 cores=0,2,4,6,8,10,12,14
/proc/23239/task/23242/stat : 23242 (java) S 23236 23239 22322 0 -1 1077944384 1216 0 0 0 39 29 0 0 20 0 21 0 11572942 11234664448 431732 33554432000 4194304 4196468 140721206157328 139938294696208 139938342086357 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32169984 140721206162627 140721206162756 140721206162756 140721206165455 0
[pid=23239/tid=23243] ppid=23236 vsize=10971352 CPUtime=0.72 cores=0,2,4,6,8,10,12,14
/proc/23239/task/23243/stat : 23243 (java) S 23236 23239 22322 0 -1 1077944384 1277 0 0 0 42 30 0 0 20 0 21 0 11572942 11234664448 431732 33554432000 4194304 4196468 140721206157328 139938293643664 139938342086357 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 32169984 140721206162627 140721206162756 140721206162756 140721206165455 0
[pid=23239/tid=23244] ppid=23236 vsize=10971352 CPUtime=0.7 cores=0,2,4,6,8,10,12,14
/proc/23239/task/23244/stat : 23244 (java) S 23236 23239 22322 0 -1 1077944384 829 0 0 0 40 30 0 0 20 0 21 0 11572942 11234664448 431732 33554432000 4194304 4196468 140721206157328 139938292591120 139938342086357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32169984 140721206162627 140721206162756 140721206162756 140721206165455 0
[pid=23239/tid=23245] ppid=23236 vsize=10971352 CPUtime=0.73 cores=0,2,4,6,8,10,12,14
/proc/23239/task/23245/stat : 23245 (java) S 23236 23239 22322 0 -1 1077944384 1045 0 0 0 43 30 0 0 20 0 21 0 11572942 11234664448 431732 33554432000 4194304 4196468 140721206157328 139938291538576 139938342086357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32169984 140721206162627 140721206162756 140721206162756 140721206165455 0
[pid=23239/tid=23246] ppid=23236 vsize=10971352 CPUtime=0.71 cores=0,2,4,6,8,10,12,14
/proc/23239/task/23246/stat : 23246 (java) S 23236 23239 22322 0 -1 1077944384 950 0 0 0 41 30 0 0 20 0 21 0 11572942 11234664448 431732 33554432000 4194304 4196468 140721206157328 139938290486032 139938342086357 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 32169984 140721206162627 140721206162756 140721206162756 140721206165455 0
[pid=23239/tid=23247] ppid=23236 vsize=10971352 CPUtime=0.73 cores=0,2,4,6,8,10,12,14
/proc/23239/task/23247/stat : 23247 (java) S 23236 23239 22322 0 -1 1077944384 761 0 0 0 44 29 0 0 20 0 21 0 11572942 11234664448 431732 33554432000 4194304 4196468 140721206157328 139937943575440 139938342086357 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 32169984 140721206162627 140721206162756 140721206162756 140721206165455 0
[pid=23239/tid=23248] ppid=23236 vsize=10971352 CPUtime=0.74 cores=0,2,4,6,8,10,12,14
/proc/23239/task/23248/stat : 23248 (java) S 23236 23239 22322 0 -1 1077944384 976 0 0 0 44 30 0 0 20 0 21 0 11572942 11234664448 431732 33554432000 4194304 4196468 140721206157328 139937942522896 139938342086357 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 32169984 140721206162627 140721206162756 140721206162756 140721206165455 0
[pid=23239/tid=23249] ppid=23236 vsize=10971352 CPUtime=0.72 cores=0,2,4,6,8,10,12,14
/proc/23239/task/23249/stat : 23249 (java) S 23236 23239 22322 0 -1 1077944384 928 0 0 0 42 30 0 0 20 0 21 0 11572942 11234664448 431732 33554432000 4194304 4196468 140721206157328 139937941470352 139938342086357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32169984 140721206162627 140721206162756 140721206162756 140721206165455 0
[pid=23239/tid=23250] ppid=23236 vsize=10971352 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/23239/task/23250/stat : 23250 (java) S 23236 23239 22322 0 -1 1077944384 1219 0 0 0 1 0 0 0 20 0 21 0 11572944 11234664448 431732 33554432000 4194304 4196468 140721206157328 139937548584944 139938342087298 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32169984 140721206162627 140721206162756 140721206162756 140721206165455 0
[pid=23239/tid=23251] ppid=23236 vsize=10971352 CPUtime=0 cores=0,2,4,6,8,10,12,14

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

[pid=23239/tid=23259] ppid=23236 vsize=10973400 CPUtime=1.42 cores=0,2,4,6,8,10,12,14
/proc/23239/task/23259/stat : 23259 (java) S 23236 23239 22322 0 -1 1077944384 2679 0 0 0 68 74 0 0 20 0 21 0 11572950 11236761600 1144979 33554432000 4194304 4196468 140721206157328 139937539111344 139938342087298 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32169984 140721206162627 140721206162756 140721206162756 140721206165455 0
[pid=23239/tid=23260] ppid=23236 vsize=10973400 CPUtime=2254.71 cores=0,2,4,6,8,10,12,14
/proc/23239/task/23260/stat : 23260 (java) R 23236 23239 22322 0 -1 4202560 318027 0 0 0 225433 38 0 0 20 0 21 0 11572969 11236761600 1144979 33554432000 4194304 4196468 140721206157328 139937535919800 139937976440041 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32169984 140721206162627 140721206162756 140721206162756 140721206165455 0
Current children cumulated CPU time (s) 2302.26
Current children cumulated vsize (KiB) 10973400

[startup+2322.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/283 23363
/proc/meminfo: memFree=25990664/32770624 swapFree=6820/906444
[pid=23239] ppid=23236 vsize=10973400 CPUtime=2362.27 cores=0,2,4,6,8,10,12,14
/proc/23239/stat : 23239 (java) S 23236 23239 22322 0 -1 1077944320 487709 0 0 0 234901 1326 0 0 20 0 21 0 11572941 11236761600 1144979 33554432000 4194304 4196468 140721206157328 140721206139872 139938342076151 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 32169984 140721206162627 140721206162756 140721206162756 140721206165455 0
/proc/23239/statm: 2743350 1144979 3180 1 0 2731217 0
[pid=23239/tid=23240] ppid=23236 vsize=10973400 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/23239/task/23240/stat : 23240 (java) S 23236 23239 22322 0 -1 1077944384 5189 0 0 0 25 2 0 0 20 0 21 0 11572941 11236761600 1144979 33554432000 4194304 4196468 140721206157328 139938346319024 139938342086357 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32169984 140721206162627 140721206162756 140721206162756 140721206165455 0
[pid=23239/tid=23242] ppid=23236 vsize=10973400 CPUtime=4.99 cores=0,2,4,6,8,10,12,14
/proc/23239/task/23242/stat : 23242 (java) S 23236 23239 22322 0 -1 1077944384 10326 0 0 0 349 150 0 0 20 0 21 0 11572942 11236761600 1144979 33554432000 4194304 4196468 140721206157328 139938294696208 139938342086357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32169984 140721206162627 140721206162756 140721206162756 140721206165455 0
[pid=23239/tid=23243] ppid=23236 vsize=10973400 CPUtime=5.02 cores=0,2,4,6,8,10,12,14
/proc/23239/task/23243/stat : 23243 (java) S 23236 23239 22322 0 -1 1077944384 15421 0 0 0 346 156 0 0 20 0 21 0 11572942 11236761600 1144979 33554432000 4194304 4196468 140721206157328 139938293643664 139938342086357 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 32169984 140721206162627 140721206162756 140721206162756 140721206165455 0
[pid=23239/tid=23244] ppid=23236 vsize=10973400 CPUtime=5.05 cores=0,2,4,6,8,10,12,14
/proc/23239/task/23244/stat : 23244 (java) S 23236 23239 22322 0 -1 1077944384 16975 0 0 0 352 153 0 0 20 0 21 0 11572942 11236761600 1144979 33554432000 4194304 4196468 140721206157328 139938292591120 139938342086357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32169984 140721206162627 140721206162756 140721206162756 140721206165455 0
[pid=23239/tid=23245] ppid=23236 vsize=10973400 CPUtime=5.02 cores=0,2,4,6,8,10,12,14
/proc/23239/task/23245/stat : 23245 (java) S 23236 23239 22322 0 -1 1077944384 8151 0 0 0 351 151 0 0 20 0 21 0 11572942 11236761600 1144979 33554432000 4194304 4196468 140721206157328 139938291538576 139938342086357 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 32169984 140721206162627 140721206162756 140721206162756 140721206165455 0
[pid=23239/tid=23246] ppid=23236 vsize=10973400 CPUtime=5.02 cores=0,2,4,6,8,10,12,14
/proc/23239/task/23246/stat : 23246 (java) S 23236 23239 22322 0 -1 1077944384 7066 0 0 0 347 155 0 0 20 0 21 0 11572942 11236761600 1144979 33554432000 4194304 4196468 140721206157328 139938290486032 139938342086357 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 32169984 140721206162627 140721206162756 140721206162756 140721206165455 0
[pid=23239/tid=23247] ppid=23236 vsize=10973400 CPUtime=5.07 cores=0,2,4,6,8,10,12,14
/proc/23239/task/23247/stat : 23247 (java) S 23236 23239 22322 0 -1 1077944384 11870 0 0 0 356 151 0 0 20 0 21 0 11572942 11236761600 1144979 33554432000 4194304 4196468 140721206157328 139937943575440 139938342086357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32169984 140721206162627 140721206162756 140721206162756 140721206165455 0
[pid=23239/tid=23248] ppid=23236 vsize=10973400 CPUtime=5.06 cores=0,2,4,6,8,10,12,14
/proc/23239/task/23248/stat : 23248 (java) S 23236 23239 22322 0 -1 1077944384 16585 0 0 0 353 153 0 0 20 0 21 0 11572942 11236761600 1144979 33554432000 4194304 4196468 140721206157328 139937942522896 139938342086357 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 32169984 140721206162627 140721206162756 140721206162756 140721206165455 0
[pid=23239/tid=23249] ppid=23236 vsize=10973400 CPUtime=4.96 cores=0,2,4,6,8,10,12,14
/proc/23239/task/23249/stat : 23249 (java) S 23236 23239 22322 0 -1 1077944384 25756 0 0 0 350 146 0 0 20 0 21 0 11572942 11236761600 1144979 33554432000 4194304 4196468 140721206157328 139937941470352 139938342086357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32169984 140721206162627 140721206162756 140721206162756 140721206165455 0
[pid=23239/tid=23250] ppid=23236 vsize=10973400 CPUtime=1.23 cores=0,2,4,6,8,10,12,14
/proc/23239/task/23250/stat : 23250 (java) S 23236 23239 22322 0 -1 1077944384 11319 0 0 0 117 6 0 0 20 0 21 0 11572944 11236761600 1144979 33554432000 4194304 4196468 140721206157328 139937548584944 139938342087298 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32169984 140721206162627 140721206162756 140721206162756 140721206165455 0
[pid=23239/tid=23251] ppid=23236 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/23239/task/23251/stat : 23251 (java) S 23236 23239 22322 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 21 0 11572945 11236761600 1144979 33554432000 4194304 4196468 140721206157328 139937547531232 139938342086357 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32169984 140721206162627 140721206162756 140721206162756 140721206165455 0
[pid=23239/tid=23252] ppid=23236 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/23239/task/23252/stat : 23252 (java) S 23236 23239 22322 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 21 0 11572945 11236761600 1144979 33554432000 4194304 4196468 140721206157328 139937546478592 139938342086357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32169984 140721206162627 140721206162756 140721206162756 140721206165455 0
[pid=23239/tid=23253] ppid=23236 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/23239/task/23253/stat : 23253 (java) S 23236 23239 22322 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 11572950 11236761600 1144979 33554432000 4194304 4196468 140721206157328 139937545427152 139938342094747 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 32169984 140721206162627 140721206162756 140721206162756 140721206165455 0
[pid=23239/tid=23254] ppid=23236 vsize=10973400 CPUtime=1.27 cores=0,2,4,6,8,10,12,14
/proc/23239/task/23254/stat : 23254 (java) S 23236 23239 22322 0 -1 1077944384 7992 0 0 0 125 2 0 0 20 0 21 0 11572950 11236761600 1144979 33554432000 4194304 4196468 140721206157328 139937544374768 139938342087298 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32169984 140721206162627 140721206162756 140721206162756 140721206165455 0
[pid=23239/tid=23255] ppid=23236 vsize=10973400 CPUtime=1.2 cores=0,2,4,6,8,10,12,14
/proc/23239/task/23255/stat : 23255 (java) S 23236 23239 22322 0 -1 1077944384 11187 0 0 0 118 2 0 0 20 0 21 0 11572950 11236761600 1144979 33554432000 4194304 4196468 140721206157328 139937543322224 139938342087298 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32169984 140721206162627 140721206162756 140721206162756 140721206165455 0
[pid=23239/tid=23256] ppid=23236 vsize=10973400 CPUtime=1.17 cores=0,2,4,6,8,10,12,14
/proc/23239/task/23256/stat : 23256 (java) S 23236 23239 22322 0 -1 1077944384 6813 0 0 0 115 2 0 0 20 0 21 0 11572950 11236761600 1144979 33554432000 4194304 4196468 140721206157328 139937542269680 139938342087298 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 32169984 140721206162627 140721206162756 140721206162756 140721206165455 0
[pid=23239/tid=23257] ppid=23236 vsize=10973400 CPUtime=0.67 cores=0,2,4,6,8,10,12,14
/proc/23239/task/23257/stat : 23257 (java) S 23236 23239 22322 0 -1 1077944384 9692 0 0 0 65 2 0 0 20 0 21 0 11572950 11236761600 1144979 33554432000 4194304 4196468 140721206157328 139937541217136 139938342087298 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32169984 140721206162627 140721206162756 140721206162756 140721206165455 0
[pid=23239/tid=23258] ppid=23236 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/23239/task/23258/stat : 23258 (java) S 23236 23239 22322 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 11572950 11236761600 1144979 33554432000 4194304 4196468 140721206157328 139937540163808 139938342086357 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 32169984 140721206162627 140721206162756 140721206162756 140721206165455 0
[pid=23239/tid=23259] ppid=23236 vsize=10973400 CPUtime=1.46 cores=0,2,4,6,8,10,12,14
/proc/23239/task/23259/stat : 23259 (java) S 23236 23239 22322 0 -1 1077944384 2749 0 0 0 70 76 0 0 20 0 21 0 11572950 11236761600 1144979 33554432000 4194304 4196468 140721206157328 139937539111344 139938342087298 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32169984 140721206162627 140721206162756 140721206162756 140721206165455 0
[pid=23239/tid=23260] ppid=23236 vsize=10973400 CPUtime=2314.69 cores=0,2,4,6,8,10,12,14
/proc/23239/task/23260/stat : 23260 (java) R 23236 23239 22322 0 -1 4202560 319202 0 0 0 231431 38 0 0 20 0 21 0 11572969 11236761600 1144979 33554432000 4194304 4196468 140721206157328 139937535919800 139937976438450 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32169984 140721206162627 140721206162756 140721206162756 140721206165455 0
Current children cumulated CPU time (s) 2362.27
Current children cumulated vsize (KiB) 10973400



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2360.1 s]
/proc/loadavg: 2.00 2.01 2.05 3/283 23364
/proc/meminfo: memFree=25990624/32770624 swapFree=6820/906456
[pid=23239] ppid=23236 vsize=10973400 CPUtime=2400.09 cores=0,2,4,6,8,10,12,14
/proc/23239/stat : 23239 (java) S 23236 23239 22322 0 -1 1077944320 488490 0 0 0 238682 1327 0 0 20 0 21 0 11572941 11236761600 1144979 33554432000 4194304 4196468 140721206157328 140721206139872 139938342076151 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 32169984 140721206162627 140721206162756 140721206162756 140721206165455 0
/proc/23239/statm: 2743350 1144979 3180 1 0 2731217 0
[pid=23239/tid=23240] ppid=23236 vsize=10973400 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/23239/task/23240/stat : 23240 (java) S 23236 23239 22322 0 -1 1077944384 5189 0 0 0 25 2 0 0 20 0 21 0 11572941 11236761600 1144979 33554432000 4194304 4196468 140721206157328 139938346319024 139938342086357 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32169984 140721206162627 140721206162756 140721206162756 140721206165455 0
[pid=23239/tid=23242] ppid=23236 vsize=10973400 CPUtime=4.99 cores=0,2,4,6,8,10,12,14
/proc/23239/task/23242/stat : 23242 (java) S 23236 23239 22322 0 -1 1077944384 10326 0 0 0 349 150 0 0 20 0 21 0 11572942 11236761600 1144979 33554432000 4194304 4196468 140721206157328 139938294696208 139938342086357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32169984 140721206162627 140721206162756 140721206162756 140721206165455 0
[pid=23239/tid=23243] ppid=23236 vsize=10973400 CPUtime=5.02 cores=0,2,4,6,8,10,12,14
/proc/23239/task/23243/stat : 23243 (java) S 23236 23239 22322 0 -1 1077944384 15421 0 0 0 346 156 0 0 20 0 21 0 11572942 11236761600 1144979 33554432000 4194304 4196468 140721206157328 139938293643664 139938342086357 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 32169984 140721206162627 140721206162756 140721206162756 140721206165455 0
[pid=23239/tid=23244] ppid=23236 vsize=10973400 CPUtime=5.05 cores=0,2,4,6,8,10,12,14
/proc/23239/task/23244/stat : 23244 (java) S 23236 23239 22322 0 -1 1077944384 16975 0 0 0 352 153 0 0 20 0 21 0 11572942 11236761600 1144979 33554432000 4194304 4196468 140721206157328 139938292591120 139938342086357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32169984 140721206162627 140721206162756 140721206162756 140721206165455 0
[pid=23239/tid=23245] ppid=23236 vsize=10973400 CPUtime=5.02 cores=0,2,4,6,8,10,12,14
/proc/23239/task/23245/stat : 23245 (java) S 23236 23239 22322 0 -1 1077944384 8151 0 0 0 351 151 0 0 20 0 21 0 11572942 11236761600 1144979 33554432000 4194304 4196468 140721206157328 139938291538576 139938342086357 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 32169984 140721206162627 140721206162756 140721206162756 140721206165455 0
[pid=23239/tid=23246] ppid=23236 vsize=10973400 CPUtime=5.02 cores=0,2,4,6,8,10,12,14
/proc/23239/task/23246/stat : 23246 (java) S 23236 23239 22322 0 -1 1077944384 7066 0 0 0 347 155 0 0 20 0 21 0 11572942 11236761600 1144979 33554432000 4194304 4196468 140721206157328 139938290486032 139938342086357 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 32169984 140721206162627 140721206162756 140721206162756 140721206165455 0
[pid=23239/tid=23247] ppid=23236 vsize=10973400 CPUtime=5.07 cores=0,2,4,6,8,10,12,14
/proc/23239/task/23247/stat : 23247 (java) S 23236 23239 22322 0 -1 1077944384 11870 0 0 0 356 151 0 0 20 0 21 0 11572942 11236761600 1144979 33554432000 4194304 4196468 140721206157328 139937943575440 139938342086357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32169984 140721206162627 140721206162756 140721206162756 140721206165455 0
[pid=23239/tid=23248] ppid=23236 vsize=10973400 CPUtime=5.06 cores=0,2,4,6,8,10,12,14
/proc/23239/task/23248/stat : 23248 (java) S 23236 23239 22322 0 -1 1077944384 16585 0 0 0 353 153 0 0 20 0 21 0 11572942 11236761600 1144979 33554432000 4194304 4196468 140721206157328 139937942522896 139938342086357 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 32169984 140721206162627 140721206162756 140721206162756 140721206165455 0
[pid=23239/tid=23249] ppid=23236 vsize=10973400 CPUtime=4.96 cores=0,2,4,6,8,10,12,14
/proc/23239/task/23249/stat : 23249 (java) S 23236 23239 22322 0 -1 1077944384 25756 0 0 0 350 146 0 0 20 0 21 0 11572942 11236761600 1144979 33554432000 4194304 4196468 140721206157328 139937941470352 139938342086357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32169984 140721206162627 140721206162756 140721206162756 140721206165455 0
[pid=23239/tid=23250] ppid=23236 vsize=10973400 CPUtime=1.24 cores=0,2,4,6,8,10,12,14
/proc/23239/task/23250/stat : 23250 (java) S 23236 23239 22322 0 -1 1077944384 11321 0 0 0 118 6 0 0 20 0 21 0 11572944 11236761600 1144979 33554432000 4194304 4196468 140721206157328 139937548584944 139938342087298 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32169984 140721206162627 140721206162756 140721206162756 140721206165455 0
[pid=23239/tid=23251] ppid=23236 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/23239/task/23251/stat : 23251 (java) S 23236 23239 22322 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 21 0 11572945 11236761600 1144979 33554432000 4194304 4196468 140721206157328 139937547531232 139938342086357 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32169984 140721206162627 140721206162756 140721206162756 140721206165455 0
[pid=23239/tid=23252] ppid=23236 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/23239/task/23252/stat : 23252 (java) S 23236 23239 22322 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 21 0 11572945 11236761600 1144979 33554432000 4194304 4196468 140721206157328 139937546478592 139938342086357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32169984 140721206162627 140721206162756 140721206162756 140721206165455 0
[pid=23239/tid=23253] ppid=23236 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/23239/task/23253/stat : 23253 (java) S 23236 23239 22322 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 11572950 11236761600 1144979 33554432000 4194304 4196468 140721206157328 139937545427152 139938342094747 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 32169984 140721206162627 140721206162756 140721206162756 140721206165455 0
[pid=23239/tid=23254] ppid=23236 vsize=10973400 CPUtime=1.27 cores=0,2,4,6,8,10,12,14
/proc/23239/task/23254/stat : 23254 (java) S 23236 23239 22322 0 -1 1077944384 7994 0 0 0 125 2 0 0 20 0 21 0 11572950 11236761600 1144979 33554432000 4194304 4196468 140721206157328 139937544374768 139938342087298 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32169984 140721206162627 140721206162756 140721206162756 140721206165455 0
[pid=23239/tid=23255] ppid=23236 vsize=10973400 CPUtime=1.2 cores=0,2,4,6,8,10,12,14
/proc/23239/task/23255/stat : 23255 (java) S 23236 23239 22322 0 -1 1077944384 11189 0 0 0 118 2 0 0 20 0 21 0 11572950 11236761600 1144979 33554432000 4194304 4196468 140721206157328 139937543322224 139938342087298 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32169984 140721206162627 140721206162756 140721206162756 140721206165455 0
[pid=23239/tid=23256] ppid=23236 vsize=10973400 CPUtime=1.17 cores=0,2,4,6,8,10,12,14
/proc/23239/task/23256/stat : 23256 (java) S 23236 23239 22322 0 -1 1077944384 6815 0 0 0 115 2 0 0 20 0 21 0 11572950 11236761600 1144979 33554432000 4194304 4196468 140721206157328 139937542269680 139938342087298 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 32169984 140721206162627 140721206162756 140721206162756 140721206165455 0
[pid=23239/tid=23257] ppid=23236 vsize=10973400 CPUtime=0.67 cores=0,2,4,6,8,10,12,14
/proc/23239/task/23257/stat : 23257 (java) S 23236 23239 22322 0 -1 1077944384 9694 0 0 0 65 2 0 0 20 0 21 0 11572950 11236761600 1144979 33554432000 4194304 4196468 140721206157328 139937541217136 139938342087298 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32169984 140721206162627 140721206162756 140721206162756 140721206165455 0
[pid=23239/tid=23258] ppid=23236 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/23239/task/23258/stat : 23258 (java) S 23236 23239 22322 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 11572950 11236761600 1144979 33554432000 4194304 4196468 140721206157328 139937540163808 139938342086357 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 32169984 140721206162627 140721206162756 140721206162756 140721206165455 0
[pid=23239/tid=23259] ppid=23236 vsize=10973400 CPUtime=1.48 cores=0,2,4,6,8,10,12,14
/proc/23239/task/23259/stat : 23259 (java) S 23236 23239 22322 0 -1 1077944384 2759 0 0 0 71 77 0 0 20 0 21 0 11572950 11236761600 1144979 33554432000 4194304 4196468 140721206157328 139937539111344 139938342087298 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32169984 140721206162627 140721206162756 140721206162756 140721206165455 0
[pid=23239/tid=23260] ppid=23236 vsize=10973400 CPUtime=2352.48 cores=0,2,4,6,8,10,12,14
/proc/23239/task/23260/stat : 23260 (java) R 23236 23239 22322 0 -1 4202560 319963 0 0 0 235210 38 0 0 20 0 21 0 11572969 11236761600 1144979 33554432000 4194304 4196468 140721206157328 139937535919800 139937976489255 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32169984 140721206162627 140721206162756 140721206162756 140721206165455 0
Current children cumulated CPU time (s) 2400.09
Current children cumulated vsize (KiB) 10973400

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

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 23239 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2360.1 s]
/proc/loadavg: 2.00 2.01 2.05 3/283 23364
/proc/meminfo: memFree=25990624/32770624 swapFree=6820/906456
[pid=23239] ppid=23236 vsize=10973400 CPUtime=2400.09 cores=0,2,4,6,8,10,12,14
/proc/23239/stat : 23239 (java) S 23236 23239 22322 0 -1 1077944320 488490 0 0 0 238682 1327 0 0 20 0 21 0 11572941 11236761600 1144979 33554432000 4194304 4196468 140721206157328 140721206139872 139938342076151 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 32169984 140721206162627 140721206162756 140721206162756 140721206165455 0
/proc/23239/statm: 2743350 1144979 3180 1 0 2731217 0
[pid=23239/tid=23240] ppid=23236 vsize=10973400 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/23239/task/23240/stat : 23240 (java) S 23236 23239 22322 0 -1 1077944384 5189 0 0 0 25 2 0 0 20 0 21 0 11572941 11236761600 1144979 33554432000 4194304 4196468 140721206157328 139938346319024 139938342086357 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32169984 140721206162627 140721206162756 140721206162756 140721206165455 0
[pid=23239/tid=23242] ppid=23236 vsize=10973400 CPUtime=4.99 cores=0,2,4,6,8,10,12,14
/proc/23239/task/23242/stat : 23242 (java) S 23236 23239 22322 0 -1 1077944384 10326 0 0 0 349 150 0 0 20 0 21 0 11572942 11236761600 1144979 33554432000 4194304 4196468 140721206157328 139938294696208 139938342086357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32169984 140721206162627 140721206162756 140721206162756 140721206165455 0
[pid=23239/tid=23243] ppid=23236 vsize=10973400 CPUtime=5.02 cores=0,2,4,6,8,10,12,14
/proc/23239/task/23243/stat : 23243 (java) S 23236 23239 22322 0 -1 1077944384 15421 0 0 0 346 156 0 0 20 0 21 0 11572942 11236761600 1144979 33554432000 4194304 4196468 140721206157328 139938293643664 139938342086357 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 32169984 140721206162627 140721206162756 140721206162756 140721206165455 0
[pid=23239/tid=23244] ppid=23236 vsize=10973400 CPUtime=5.05 cores=0,2,4,6,8,10,12,14
/proc/23239/task/23244/stat : 23244 (java) S 23236 23239 22322 0 -1 1077944384 16975 0 0 0 352 153 0 0 20 0 21 0 11572942 11236761600 1144979 33554432000 4194304 4196468 140721206157328 139938292591120 139938342086357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32169984 140721206162627 140721206162756 140721206162756 140721206165455 0
[pid=23239/tid=23245] ppid=23236 vsize=10973400 CPUtime=5.02 cores=0,2,4,6,8,10,12,14
/proc/23239/task/23245/stat : 23245 (java) S 23236 23239 22322 0 -1 1077944384 8151 0 0 0 351 151 0 0 20 0 21 0 11572942 11236761600 1144979 33554432000 4194304 4196468 140721206157328 139938291538576 139938342086357 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 32169984 140721206162627 140721206162756 140721206162756 140721206165455 0
[pid=23239/tid=23246] ppid=23236 vsize=10973400 CPUtime=5.02 cores=0,2,4,6,8,10,12,14
/proc/23239/task/23246/stat : 23246 (java) S 23236 23239 22322 0 -1 1077944384 7066 0 0 0 347 155 0 0 20 0 21 0 11572942 11236761600 1144979 33554432000 4194304 4196468 140721206157328 139938290486032 139938342086357 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 32169984 140721206162627 140721206162756 140721206162756 140721206165455 0
[pid=23239/tid=23247] ppid=23236 vsize=10973400 CPUtime=5.07 cores=0,2,4,6,8,10,12,14
/proc/23239/task/23247/stat : 23247 (java) S 23236 23239 22322 0 -1 1077944384 11870 0 0 0 356 151 0 0 20 0 21 0 11572942 11236761600 1144979 33554432000 4194304 4196468 140721206157328 139937943575440 139938342086357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32169984 140721206162627 140721206162756 140721206162756 140721206165455 0
[pid=23239/tid=23248] ppid=23236 vsize=10973400 CPUtime=5.06 cores=0,2,4,6,8,10,12,14
/proc/23239/task/23248/stat : 23248 (java) S 23236 23239 22322 0 -1 1077944384 16585 0 0 0 353 153 0 0 20 0 21 0 11572942 11236761600 1144979 33554432000 4194304 4196468 140721206157328 139937942522896 139938342086357 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 32169984 140721206162627 140721206162756 140721206162756 140721206165455 0
[pid=23239/tid=23249] ppid=23236 vsize=10973400 CPUtime=4.96 cores=0,2,4,6,8,10,12,14
/proc/23239/task/23249/stat : 23249 (java) S 23236 23239 22322 0 -1 1077944384 25756 0 0 0 350 146 0 0 20 0 21 0 11572942 11236761600 1144979 33554432000 4194304 4196468 140721206157328 139937941470352 139938342086357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32169984 140721206162627 140721206162756 140721206162756 140721206165455 0
[pid=23239/tid=23250] ppid=23236 vsize=10973400 CPUtime=1.24 cores=0,2,4,6,8,10,12,14
/proc/23239/task/23250/stat : 23250 (java) S 23236 23239 22322 0 -1 1077944384 11321 0 0 0 118 6 0 0 20 0 21 0 11572944 11236761600 1144979 33554432000 4194304 4196468 140721206157328 139937548584944 139938342087298 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32169984 140721206162627 140721206162756 140721206162756 140721206165455 0
[pid=23239/tid=23251] ppid=23236 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/23239/task/23251/stat : 23251 (java) S 23236 23239 22322 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 21 0 11572945 11236761600 1144979 33554432000 4194304 4196468 140721206157328 139937547531232 139938342086357 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32169984 140721206162627 140721206162756 140721206162756 140721206165455 0
[pid=23239/tid=23252] ppid=23236 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/23239/task/23252/stat : 23252 (java) S 23236 23239 22322 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 21 0 11572945 11236761600 1144979 33554432000 4194304 4196468 140721206157328 139937546478592 139938342086357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32169984 140721206162627 140721206162756 140721206162756 140721206165455 0
[pid=23239/tid=23253] ppid=23236 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/23239/task/23253/stat : 23253 (java) S 23236 23239 22322 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 11572950 11236761600 1144979 33554432000 4194304 4196468 140721206157328 139937545427152 139938342094747 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 32169984 140721206162627 140721206162756 140721206162756 140721206165455 0
[pid=23239/tid=23254] ppid=23236 vsize=10973400 CPUtime=1.27 cores=0,2,4,6,8,10,12,14
/proc/23239/task/23254/stat : 23254 (java) S 23236 23239 22322 0 -1 1077944384 7994 0 0 0 125 2 0 0 20 0 21 0 11572950 11236761600 1144979 33554432000 4194304 4196468 140721206157328 139937544374768 139938342087298 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32169984 140721206162627 140721206162756 140721206162756 140721206165455 0
[pid=23239/tid=23255] ppid=23236 vsize=10973400 CPUtime=1.2 cores=0,2,4,6,8,10,12,14
/proc/23239/task/23255/stat : 23255 (java) S 23236 23239 22322 0 -1 1077944384 11189 0 0 0 118 2 0 0 20 0 21 0 11572950 11236761600 1144979 33554432000 4194304 4196468 140721206157328 139937543322224 139938342087298 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32169984 140721206162627 140721206162756 140721206162756 140721206165455 0
[pid=23239/tid=23256] ppid=23236 vsize=10973400 CPUtime=1.17 cores=0,2,4,6,8,10,12,14
/proc/23239/task/23256/stat : 23256 (java) S 23236 23239 22322 0 -1 1077944384 6815 0 0 0 115 2 0 0 20 0 21 0 11572950 11236761600 1144979 33554432000 4194304 4196468 140721206157328 139937542269680 139938342087298 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 32169984 140721206162627 140721206162756 140721206162756 140721206165455 0
[pid=23239/tid=23257] ppid=23236 vsize=10973400 CPUtime=0.67 cores=0,2,4,6,8,10,12,14
/proc/23239/task/23257/stat : 23257 (java) S 23236 23239 22322 0 -1 1077944384 9694 0 0 0 65 2 0 0 20 0 21 0 11572950 11236761600 1144979 33554432000 4194304 4196468 140721206157328 139937541217136 139938342087298 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32169984 140721206162627 140721206162756 140721206162756 140721206165455 0
[pid=23239/tid=23258] ppid=23236 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/23239/task/23258/stat : 23258 (java) S 23236 23239 22322 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 11572950 11236761600 1144979 33554432000 4194304 4196468 140721206157328 139937540163808 139938342086357 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 32169984 140721206162627 140721206162756 140721206162756 140721206165455 0
[pid=23239/tid=23259] ppid=23236 vsize=10973400 CPUtime=1.48 cores=0,2,4,6,8,10,12,14
/proc/23239/task/23259/stat : 23259 (java) S 23236 23239 22322 0 -1 1077944384 2759 0 0 0 71 77 0 0 20 0 21 0 11572950 11236761600 1144979 33554432000 4194304 4196468 140721206157328 139937539111344 139938342087298 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32169984 140721206162627 140721206162756 140721206162756 140721206165455 0
[pid=23239/tid=23260] ppid=23236 vsize=10973400 CPUtime=2352.48 cores=0,2,4,6,8,10,12,14
/proc/23239/task/23260/stat : 23260 (java) R 23236 23239 22322 0 -1 4202560 319963 0 0 0 235210 38 0 0 20 0 21 0 11572969 11236761600 1144979 33554432000 4194304 4196468 140721206157328 139937535919800 139937976489255 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32169984 140721206162627 140721206162756 140721206162756 140721206165455 0
Current children cumulated CPU time (s) 2400.09
Current children cumulated vsize (KiB) 10973400

Child status: 143
Real time (s): 2360.14
CPU time (s): 2400.13
CPU user time (s): 2386.82
CPU system time (s): 13.3067
CPU usage (%): 101.694
Max. virtual memory (cumulated for all children) (KiB): 10973400

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2386.82
system time used= 13.3067
maximum resident set size= 4580540
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 489306
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1656
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 58747
involuntary context switches= 122691

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.0709 second user time and 22.8822 second system time

The end

Launcher Data

Begin job on node145 at 2017-07-23 00:37:58
IDJOB=4249698
IDBENCH=137919
IDSOLVER=2624
FILE ID=node145/4249698-1500763078
RUNJOBID= node145-1500755887-22353
PBS_JOBID= 20624593
Free space on /tmp= 61696 MiB

SOLVER NAME= AbsCon-basic 2017-06-11
BENCH NAME= XCSP17/BinPacking/BinPacking-tab-sw100/BinPacking-tab-sw100-15.xml
COMMAND LINE= java -jar HOME/AbsCon-basic.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4249698-1500763078/watcher-4249698-1500763078 -o /tmp/evaluation-result-4249698-1500763078/solver-4249698-1500763078 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node145-1500755887-22353 --watchdog 2560  java -jar HOME/AbsCon-basic.jar HOME/instance-4249698-1500763078.xml

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 8

MD5SUM BENCH= afde4c54681b724bee939c95254967be
RANDOM SEED=2047988706

node145.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.43
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		: 1733.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.43
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		: 2000.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.43
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		: 1733.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.43
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		: 2267.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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:

processor	: 8
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1733.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 1
initial apicid	: 1
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.43
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 9
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2533.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 17
initial apicid	: 17
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	: 10
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2667.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 3
initial apicid	: 3
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.43
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 11
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	: 8
core id		: 1
cpu cores	: 4
apicid		: 19
initial apicid	: 19
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	: 12
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2533.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 5
initial apicid	: 5
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.43
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 13
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	: 8
core id		: 2
cpu cores	: 4
apicid		: 21
initial apicid	: 21
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	: 14
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 7
initial apicid	: 7
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.43
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 15
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2000.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 23
initial apicid	: 23
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:        30609204 kB
MemAvailable:   31775452 kB
Buffers:          166744 kB
Cached:          1270576 kB
SwapCached:            0 kB
Active:           730984 kB
Inactive:         973460 kB
Active(anon):     210696 kB
Inactive(anon):    67800 kB
Active(file):     520288 kB
Inactive(file):   905660 kB
Unevictable:        6820 kB
Mlocked:            6820 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             84072 kB
Writeback:             0 kB
AnonPages:        128236 kB
Mapped:            43196 kB
Shmem:              8852 kB
Slab:             146744 kB
SReclaimable:     112268 kB
SUnreclaim:        34476 kB
KernelStack:        4496 kB
PageTables:         5816 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1306432 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     38912 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      136576 kB
DirectMap2M:    33409024 kB

Free space on /tmp at the end= 61688 MiB
End job on node145 at 2017-07-23 01:17:19