Trace number 4249572

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.11 2393.01

General information on the benchmark

NameBinPacking/BinPacking-mdd-sw120/
BinPacking-mdd-sw120-99.xml
MD5SUM2ef74b22e25f9811269217f63e04e4c4
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.11
Satisfiable
(Un)Satisfiability was proved
Number of variables133
Number of constraints25
Number of domains2
Minimum domain size23
Maximum domain size50
Distribution of domain sizes[{"size":23,"count":1},{"size":50,"count":132}]
Minimum variable degree2
Maximum variable degree4
Distribution of variable degrees[{"degree":2,"count":1},{"degree":3,"count":110},{"degree":4,"count":22}]
Minimum constraint arity6
Maximum constraint arity132
Distribution of constraint arities[{"arity":6,"count":22},{"arity":23,"count":1},{"arity":132,"count":2}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"mdd","count":22},{"type":"lex","count":1},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

0.27/0.27	
0.27/0.27	AbsCon 2 
0.27/0.27	
2.24/1.09	  Solving XCSP3-instance-4249572-1500759015 as a COP in -infty..+infty
2.24/1.09	  Loading variables...
2.77/1.28	  Loading constraints...
6.75/2.48	  Solver SolverBacktrack being built...
6.75/2.48	
7.52/2.67	  Preprocessing : gac=true, ccks=0, filters=88, revisions=0 (useless=0), AC=814, removals=814, inconsistent=false
7.52/2.67	
194.87/188.58	o 0
2400.08/2393.00	
2400.08/2393.00	v <instantiation id='sol1' type='solution' cost='0'>  <list> x b[][] </list>  <values> 0 200 198 198 198 197 0 200 198 197 197 197 0 196 195 194 194 192 0 193 193 193 192 192 0 191 190 188 188 187 0 191 190 187 187 186 0 191 189 152 152 151 151 191 185 185 185 184 0 191 184 184 184 184 0 191 184 153 152 151 150 183 182 174 153 153 152 181 180 170 157 155 154 181 179 169 164 154 153 181 168 167 163 162 159 180 170 168 165 159 158 180 169 169 168 157 156 179 168 168 163 163 159 178 178 174 173 172 0 177 177 176 175 174 0 174 170 170 162 161 160 173 171 170 170 170 0 172 171 171 171 171 0 </values>  </instantiation>
2400.08/2393.00	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-4249572-1500759015/watcher-4249572-1500759015 -o /tmp/evaluation-result-4249572-1500759015/solver-4249572-1500759015 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node131-1500751849-10645 --watchdog 2560 java -jar HOME/AbsCon-basic.jar HOME/instance-4249572-1500759015.xml 

pid=11488
running on 8 cores: 1,3,5,7,9,11,13,15

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: 2.04 2.05 2.05 3/263 11491
/proc/meminfo: memFree=31176052/32770624 swapFree=5848/347664
[pid=11491] ppid=11488 vsize=361196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11491/stat : 11491 (java) S 11488 11491 10613 0 -1 1077944320 1717 0 0 0 0 0 0 0 20 0 2 0 11168888 369864704 1935 33554432000 4194304 4196468 140730172574208 140730172556752 139993810890487 0 0 0 16784584 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 25051136 140730172581059 140730172581188 140730172581188 140730172583887 0
/proc/11491/statm: 90299 1935 1082 1 0 79210 0
[pid=11491/tid=11492] ppid=11488 vsize=361196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11491/task/11492/stat : 11492 (java) S 11488 11491 10613 0 -1 1077944384 410 0 0 0 0 0 0 0 20 0 2 0 11168889 369864704 1935 33554432000 4194304 4196468 140730172574208 139993815132576 139993810901634 0 4 0 16784584 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 25051136 140730172581059 140730172581188 140730172581188 140730172583887 0

[startup+0.100125 s]
/proc/loadavg: 2.04 2.05 2.05 3/263 11491
/proc/meminfo: memFree=31176052/32770624 swapFree=5848/347664
[pid=11491] ppid=11488 vsize=10900580 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/11491/stat : 11491 (java) S 11488 11491 10613 0 -1 1077944320 4606 0 0 0 7 2 0 0 20 0 20 0 11168888 11162193920 6221 33554432000 4194304 4196468 140730172574208 140730172556752 139993810890487 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 25051136 140730172581059 140730172581188 140730172581188 140730172583887 0
/proc/11491/statm: 2725145 6221 2636 1 0 2713552 0
[pid=11491/tid=11492] ppid=11488 vsize=10900580 CPUtime=0.07 cores=1,3,5,7,9,11,13,15
/proc/11491/task/11492/stat : 11492 (java) R 11488 11491 10613 0 -1 4202560 2686 0 0 0 6 1 0 0 20 0 20 0 11168889 11162193920 6221 33554432000 4194304 4196468 140730172574208 139993815127216 139993810912413 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 25051136 140730172581059 140730172581188 140730172581188 140730172583887 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10900580

[startup+0.200387 s]
/proc/loadavg: 2.04 2.05 2.05 3/263 11491
/proc/meminfo: memFree=31176052/32770624 swapFree=5848/347664
[pid=11491] ppid=11488 vsize=10900580 CPUtime=0.27 cores=1,3,5,7,9,11,13,15
/proc/11491/stat : 11491 (java) S 11488 11491 10613 0 -1 1077944320 7266 0 0 0 24 3 0 0 20 0 20 0 11168888 11162193920 9177 33554432000 4194304 4196468 140730172574208 140730172556752 139993810890487 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 25051136 140730172581059 140730172581188 140730172581188 140730172583887 0
/proc/11491/statm: 2725145 9177 2919 1 0 2713552 0
[pid=11491/tid=11492] ppid=11488 vsize=10900580 CPUtime=0.18 cores=1,3,5,7,9,11,13,15
/proc/11491/task/11492/stat : 11492 (java) R 11488 11491 10613 0 -1 4202560 4451 0 0 0 16 2 0 0 20 0 20 0 11168889 11162193920 9177 33554432000 4194304 4196468 140730172574208 139993815123792 139993796570612 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 25051136 140730172581059 140730172581188 140730172581188 140730172583887 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 10900580

[startup+0.300378 s]
/proc/loadavg: 2.04 2.05 2.05 3/263 11491
/proc/meminfo: memFree=31176052/32770624 swapFree=5848/347664
[pid=11491] ppid=11488 vsize=10969228 CPUtime=0.47 cores=1,3,5,7,9,11,13,15
/proc/11491/stat : 11491 (java) S 11488 11491 10613 0 -1 1077944320 8097 0 0 0 44 3 0 0 20 0 21 0 11168888 11232489472 13480 33554432000 4194304 4196468 140730172574208 140730172556752 139993810890487 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 25051136 140730172581059 140730172581188 140730172581188 140730172583887 0
/proc/11491/statm: 2742307 13480 3000 1 0 2730193 0
[pid=11491/tid=11492] ppid=11488 vsize=10969228 CPUtime=0.25 cores=1,3,5,7,9,11,13,15
/proc/11491/task/11492/stat : 11492 (java) S 11488 11491 10613 0 -1 1077944384 4725 0 0 0 23 2 0 0 20 0 21 0 11168889 11232489472 13480 33554432000 4194304 4196468 140730172574208 139993815133360 139993810900693 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 25051136 140730172581059 140730172581188 140730172581188 140730172583887 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 10969228

[startup+0.700319 s]
/proc/loadavg: 2.04 2.05 2.05 3/263 11491
/proc/meminfo: memFree=31176052/32770624 swapFree=5848/347664
[pid=11491] ppid=11488 vsize=10971352 CPUtime=1.58 cores=1,3,5,7,9,11,13,15
/proc/11491/stat : 11491 (java) S 11488 11491 10613 0 -1 1077944320 11532 0 0 0 153 5 0 0 20 0 21 0 11168888 11234664448 31686 33554432000 4194304 4196468 140730172574208 140730172556752 139993810890487 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 25051136 140730172581059 140730172581188 140730172581188 140730172583887 0
/proc/11491/statm: 2742838 31686 3108 1 0 2730705 0
[pid=11491/tid=11492] ppid=11488 vsize=10971352 CPUtime=0.25 cores=1,3,5,7,9,11,13,15
/proc/11491/task/11492/stat : 11492 (java) S 11488 11491 10613 0 -1 1077944384 4725 0 0 0 23 2 0 0 20 0 21 0 11168889 11234664448 31686 33554432000 4194304 4196468 140730172574208 139993815133360 139993810900693 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 25051136 140730172581059 140730172581188 140730172581188 140730172583887 0
Current children cumulated CPU time (s) 1.58
Current children cumulated vsize (KiB) 10971352

[startup+1.50108 s]
/proc/loadavg: 2.04 2.05 2.05 5/284 11512
/proc/meminfo: memFree=30994472/32770624 swapFree=5848/347988
[pid=11491] ppid=11488 vsize=10971352 CPUtime=4.03 cores=1,3,5,7,9,11,13,15
/proc/11491/stat : 11491 (java) S 11488 11491 10613 0 -1 1077944320 18399 0 0 0 382 21 0 0 20 0 21 0 11168888 11234664448 59596 33554432000 4194304 4196468 140730172574208 140730172556752 139993810890487 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 25051136 140730172581059 140730172581188 140730172581188 140730172583887 0
/proc/11491/statm: 2742838 59596 3131 1 0 2730705 0
[pid=11491/tid=11492] ppid=11488 vsize=10971352 CPUtime=0.25 cores=1,3,5,7,9,11,13,15
/proc/11491/task/11492/stat : 11492 (java) S 11488 11491 10613 0 -1 1077944384 4725 0 0 0 23 2 0 0 20 0 21 0 11168889 11234664448 59596 33554432000 4194304 4196468 140730172574208 139993815133360 139993810900693 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 25051136 140730172581059 140730172581188 140730172581188 140730172583887 0
[pid=11491/tid=11494] ppid=11488 vsize=10971352 CPUtime=0.02 cores=1,3,5,7,9,11,13,15
/proc/11491/task/11494/stat : 11494 (java) S 11488 11491 10613 0 -1 1077944384 20 0 0 0 1 1 0 0 20 0 21 0 11168890 11234664448 59596 33554432000 4194304 4196468 140730172574208 139993736964880 139993810900693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25051136 140730172581059 140730172581188 140730172581188 140730172583887 0
[pid=11491/tid=11495] ppid=11488 vsize=10971352 CPUtime=0.02 cores=1,3,5,7,9,11,13,15
/proc/11491/task/11495/stat : 11495 (java) S 11488 11491 10613 0 -1 1077944384 17 0 0 0 1 1 0 0 20 0 21 0 11168890 11234664448 59596 33554432000 4194304 4196468 140730172574208 139993735912336 139993810900693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25051136 140730172581059 140730172581188 140730172581188 140730172583887 0
[pid=11491/tid=11496] ppid=11488 vsize=10971352 CPUtime=0.02 cores=1,3,5,7,9,11,13,15
/proc/11491/task/11496/stat : 11496 (java) S 11488 11491 10613 0 -1 1077944384 16 0 0 0 1 1 0 0 20 0 21 0 11168890 11234664448 59596 33554432000 4194304 4196468 140730172574208 139993734859792 139993810900693 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 25051136 140730172581059 140730172581188 140730172581188 140730172583887 0
[pid=11491/tid=11497] ppid=11488 vsize=10971352 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/11491/task/11497/stat : 11497 (java) S 11488 11491 10613 0 -1 1077944384 21 0 0 0 1 0 0 0 20 0 21 0 11168890 11234664448 59596 33554432000 4194304 4196468 140730172574208 139993733807248 139993810900693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25051136 140730172581059 140730172581188 140730172581188 140730172583887 0
[pid=11491/tid=11498] ppid=11488 vsize=10971352 CPUtime=0.02 cores=1,3,5,7,9,11,13,15
/proc/11491/task/11498/stat : 11498 (java) S 11488 11491 10613 0 -1 1077944384 19 0 0 0 1 1 0 0 20 0 21 0 11168890 11234664448 59596 33554432000 4194304 4196468 140730172574208 139993732753680 139993810900693 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 25051136 140730172581059 140730172581188 140730172581188 140730172583887 0
[pid=11491/tid=11499] ppid=11488 vsize=10971352 CPUtime=0.02 cores=1,3,5,7,9,11,13,15
/proc/11491/task/11499/stat : 11499 (java) S 11488 11491 10613 0 -1 1077944384 26 0 0 0 1 1 0 0 20 0 21 0 11168890 11234664448 59596 33554432000 4194304 4196468 140730172574208 139993731701136 139993810900693 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 25051136 140730172581059 140730172581188 140730172581188 140730172583887 0
[pid=11491/tid=11500] ppid=11488 vsize=10971352 CPUtime=0.03 cores=1,3,5,7,9,11,13,15
/proc/11491/task/11500/stat : 11500 (java) S 11488 11491 10613 0 -1 1077944384 24 0 0 0 2 1 0 0 20 0 21 0 11168890 11234664448 59596 33554432000 4194304 4196468 140730172574208 139993730648592 139993810900693 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 25051136 140730172581059 140730172581188 140730172581188 140730172583887 0
[pid=11491/tid=11501] ppid=11488 vsize=10971352 CPUtime=0.03 cores=1,3,5,7,9,11,13,15
/proc/11491/task/11501/stat : 11501 (java) S 11488 11491 10613 0 -1 1077944384 20 0 0 0 2 1 0 0 20 0 21 0 11168890 11234664448 59596 33554432000 4194304 4196468 140730172574208 139993729596048 139993810900693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25051136 140730172581059 140730172581188 140730172581188 140730172583887 0
[pid=11491/tid=11502] ppid=11488 vsize=10971352 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11491/task/11502/stat : 11502 (java) S 11488 11491 10613 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 21 0 11168892 11234664448 59596 33554432000 4194304 4196468 140730172574208 139993151338992 139993810901634 0 0 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 25051136 140730172581059 140730172581188 140730172581188 140730172583887 0
[pid=11491/tid=11503] ppid=11488 vsize=10971352 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11491/task/11503/stat : 11503 (java) S 11488 11491 10613 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 21 0 11168893 11234664448 59596 33554432000 4194304 4196468 140730172574208 139993150285280 139993810900693 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 25051136 140730172581059 140730172581188 140730172581188 140730172583887 0
[pid=11491/tid=11504] ppid=11488 vsize=10971352 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11491/task/11504/stat : 11504 (java) S 11488 11491 10613 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 21 0 11168893 11234664448 59596 33554432000 4194304 4196468 140730172574208 139993149232640 139993810900693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25051136 140730172581059 140730172581188 140730172581188 140730172583887 0
[pid=11491/tid=11505] ppid=11488 vsize=10971352 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11491/task/11505/stat : 11505 (java) S 11488 11491 10613 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 11168897 11234664448 59596 33554432000 4194304 4196468 140730172574208 139993148181200 139993810909083 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 25051136 140730172581059 140730172581188 140730172581188 140730172583887 0
[pid=11491/tid=11506] ppid=11488 vsize=10971352 CPUtime=0.62 cores=1,3,5,7,9,11,13,15
/proc/11491/task/11506/stat : 11506 (java) R 11488 11491 10613 0 -1 4202560 2389 0 0 0 62 0 0 0 20 0 21 0 11168897 11234664448 59596 33554432000 4194304 4196468 140730172574208 139993147108808 139993794387275 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25051136 140730172581059 140730172581188 140730172581188 140730172583887 0
[pid=11491/tid=11507] ppid=11488 vsize=10971352 CPUtime=0.65 cores=1,3,5,7,9,11,13,15
/proc/11491/task/11507/stat : 11507 (java) R 11488 11491 10613 0 -1 4202560 2854 0 0 0 64 1 0 0 20 0 21 0 11168897 11234664448 59596 33554432000 4194304 4196468 140730172574208 139993146055800 139993794387275 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25051136 140730172581059 140730172581188 140730172581188 140730172583887 0
[pid=11491/tid=11508] ppid=11488 vsize=10971352 CPUtime=0.64 cores=1,3,5,7,9,11,13,15
/proc/11491/task/11508/stat : 11508 (java) R 11488 11491 10613 0 -1 4202560 3389 0 0 0 63 1 0 0 20 0 21 0 11168897 11234664448 59596 33554432000 4194304 4196468 140730172574208 139993145003720 139993794387275 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25051136 140730172581059 140730172581188 140730172581188 140730172583887 0
[pid=11491/tid=11509] ppid=11488 vsize=10971352 CPUtime=0.4 cores=1,3,5,7,9,11,13,15
/proc/11491/task/11509/stat : 11509 (java) S 11488 11491 10613 0 -1 1077944384 1504 0 0 0 40 0 0 0 20 0 21 0 11168897 11234664448 59596 33554432000 4194304 4196468 140730172574208 139993143970160 139993810901634 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 25051136 140730172581059 140730172581188 140730172581188 140730172583887 0
[pid=11491/tid=11510] ppid=11488 vsize=10971352 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11491/task/11510/stat : 11510 (java) S 11488 11491 10613 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 11168897 11234664448 59596 33554432000 4194304 4196468 140730172574208 139993142917856 139993810900693 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 25051136 140730172581059 140730172581188 140730172581188 140730172583887 0
[pid=11491/tid=11511] ppid=11488 vsize=10971352 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11491/task/11511/stat : 11511 (java) S 11488 11491 10613 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 11168898 11234664448 59596 33554432000 4194304 4196468 140730172574208 139993141865392 139993810901634 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 25051136 140730172581059 140730172581188 140730172581188 140730172583887 0
[pid=11491/tid=11512] ppid=11488 vsize=10971352 CPUtime=1.16 cores=1,3,5,7,9,11,13,15
/proc/11491/task/11512/stat : 11512 (java) R 11488 11491 10613 0 -1 4202560 1924 0 0 0 114 2 0 0 20 0 21 0 11168915 11234664448 59596 33554432000 4194304 4196468 140730172574208 139993138671688 139993810904391 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 25051136 140730172581059 140730172581188 140730172581188 140730172583887 0
Current children cumulated CPU time (s) 4.03
Current children cumulated vsize (KiB) 10971352

[startup+3.10108 s]
/proc/loadavg: 2.04 2.05 2.05 3/284 11512
/proc/meminfo: memFree=30799680/32770624 swapFree=5848/347988
[pid=11491] ppid=11488 vsize=10973400 CPUtime=8.52 cores=1,3,5,7,9,11,13,15
/proc/11491/stat : 11491 (java) S 11488 11491 10613 0 -1 1077944320 22702 0 0 0 805 47 0 0 20 0 21 0 11168888 11236761600 104514 33554432000 4194304 4196468 140730172574208 140730172556752 139993810890487 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 25051136 140730172581059 140730172581188 140730172581188 140730172583887 0
/proc/11491/statm: 2743350 104514 3157 1 0 2731217 0
[pid=11491/tid=11492] ppid=11488 vsize=10973400 CPUtime=0.25 cores=1,3,5,7,9,11,13,15
/proc/11491/task/11492/stat : 11492 (java) S 11488 11491 10613 0 -1 1077944384 4725 0 0 0 23 2 0 0 20 0 21 0 11168889 11236761600 104514 33554432000 4194304 4196468 140730172574208 139993815133360 139993810900693 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 25051136 140730172581059 140730172581188 140730172581188 140730172583887 0
[pid=11491/tid=11494] ppid=11488 vsize=10973400 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/11491/task/11494/stat : 11494 (java) S 11488 11491 10613 0 -1 1077944384 104 0 0 0 5 5 0 0 20 0 21 0 11168890 11236761600 104514 33554432000 4194304 4196468 140730172574208 139993736964880 139993810900693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25051136 140730172581059 140730172581188 140730172581188 140730172583887 0
[pid=11491/tid=11495] ppid=11488 vsize=10973400 CPUtime=0.07 cores=1,3,5,7,9,11,13,15
/proc/11491/task/11495/stat : 11495 (java) S 11488 11491 10613 0 -1 1077944384 83 0 0 0 4 3 0 0 20 0 21 0 11168890 11236761600 104514 33554432000 4194304 4196468 140730172574208 139993735912336 139993810900693 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 25051136 140730172581059 140730172581188 140730172581188 140730172583887 0
[pid=11491/tid=11496] ppid=11488 vsize=10973400 CPUtime=0.06 cores=1,3,5,7,9,11,13,15
/proc/11491/task/11496/stat : 11496 (java) S 11488 11491 10613 0 -1 1077944384 74 0 0 0 3 3 0 0 20 0 21 0 11168890 11236761600 104514 33554432000 4194304 4196468 140730172574208 139993734859792 139993810900693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25051136 140730172581059 140730172581188 140730172581188 140730172583887 0
[pid=11491/tid=11497] ppid=11488 vsize=10973400 CPUtime=0.08 cores=1,3,5,7,9,11,13,15
/proc/11491/task/11497/stat : 11497 (java) S 11488 11491 10613 0 -1 1077944384 75 0 0 0 5 3 0 0 20 0 21 0 11168890 11236761600 104514 33554432000 4194304 4196468 140730172574208 139993733807248 139993810900693 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 25051136 140730172581059 140730172581188 140730172581188 140730172583887 0
[pid=11491/tid=11498] ppid=11488 vsize=10973400 CPUtime=0.07 cores=1,3,5,7,9,11,13,15
/proc/11491/task/11498/stat : 11498 (java) S 11488 11491 10613 0 -1 1077944384 82 0 0 0 4 3 0 0 20 0 21 0 11168890 11236761600 104514 33554432000 4194304 4196468 140730172574208 139993732753680 139993810900693 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 25051136 140730172581059 140730172581188 140730172581188 140730172583887 0
[pid=11491/tid=11499] ppid=11488 vsize=10973400 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/11491/task/11499/stat : 11499 (java) S 11488 11491 10613 0 -1 1077944384 109 0 0 0 5 5 0 0 20 0 21 0 11168890 11236761600 104514 33554432000 4194304 4196468 140730172574208 139993731701136 139993810900693 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 25051136 140730172581059 140730172581188 140730172581188 140730172583887 0
[pid=11491/tid=11500] ppid=11488 vsize=10973400 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/11491/task/11500/stat : 11500 (java) S 11488 11491 10613 0 -1 1077944384 103 0 0 0 6 4 0 0 20 0 21 0 11168890 11236761600 104514 33554432000 4194304 4196468 140730172574208 139993730648592 139993810900693 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 25051136 140730172581059 140730172581188 140730172581188 140730172583887 0
[pid=11491/tid=11501] ppid=11488 vsize=10973400 CPUtime=0.08 cores=1,3,5,7,9,11,13,15
/proc/11491/task/11501/stat : 11501 (java) S 11488 11491 10613 0 -1 1077944384 83 0 0 0 4 4 0 0 20 0 21 0 11168890 11236761600 104514 33554432000 4194304 4196468 140730172574208 139993729596048 139993810900693 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 25051136 140730172581059 140730172581188 140730172581188 140730172583887 0
[pid=11491/tid=11502] ppid=11488 vsize=10973400 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11491/task/11502/stat : 11502 (java) S 11488 11491 10613 0 -1 1077944384 209 0 0 0 0 0 0 0 20 0 21 0 11168892 11236761600 104514 33554432000 4194304 4196468 140730172574208 139993151338992 139993810901634 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25051136 140730172581059 140730172581188 140730172581188 140730172583887 0
[pid=11491/tid=11503] ppid=11488 vsize=10973400 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11491/task/11503/stat : 11503 (java) S 11488 11491 10613 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 21 0 11168893 11236761600 104514 33554432000 4194304 4196468 140730172574208 139993150285280 139993810900693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25051136 140730172581059 140730172581188 140730172581188 140730172583887 0
[pid=11491/tid=11504] ppid=11488 vsize=10973400 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11491/task/11504/stat : 11504 (java) S 11488 11491 10613 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 21 0 11168893 11236761600 104514 33554432000 4194304 4196468 140730172574208 139993149232640 139993810900693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25051136 140730172581059 140730172581188 140730172581188 140730172583887 0
[pid=11491/tid=11505] ppid=11488 vsize=10973400 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11491/task/11505/stat : 11505 (java) S 11488 11491 10613 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 11168897 11236761600 104514 33554432000 4194304 4196468 140730172574208 139993148181200 139993810909083 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 25051136 140730172581059 140730172581188 140730172581188 140730172583887 0
[pid=11491/tid=11506] ppid=11488 vsize=10973400 CPUtime=1.45 cores=1,3,5,7,9,11,13,15
/proc/11491/task/11506/stat : 11506 (java) S 11488 11491 10613 0 -1 1077944384 3853 0 0 0 145 0 0 0 20 0 21 0 11168897 11236761600 104514 33554432000 4194304 4196468 140730172574208 139993147127792 139993810901634 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25051136 140730172581059 140730172581188 140730172581188 140730172583887 0
[pid=11491/tid=11507] ppid=11488 vsize=10973400 CPUtime=1.45 cores=1,3,5,7,9,11,13,15
/proc/11491/task/11507/stat : 11507 (java) S 11488 11491 10613 0 -1 1077944384 3396 0 0 0 144 1 0 0 20 0 21 0 11168897 11236761600 104514 33554432000 4194304 4196468 140730172574208 139993146075248 139993810901634 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 25051136 140730172581059 140730172581188 140730172581188 140730172583887 0
[pid=11491/tid=11508] ppid=11488 vsize=10973400 CPUtime=1.34 cores=1,3,5,7,9,11,13,15
/proc/11491/task/11508/stat : 11508 (java) S 11488 11491 10613 0 -1 1077944384 4438 0 0 0 133 1 0 0 20 0 21 0 11168897 11236761600 104514 33554432000 4194304 4196468 140730172574208 139993145022704 139993810901634 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 25051136 140730172581059 140730172581188 140730172581188 140730172583887 0
[pid=11491/tid=11509] ppid=11488 vsize=10973400 CPUtime=0.53 cores=1,3,5,7,9,11,13,15
/proc/11491/task/11509/stat : 11509 (java) S 11488 11491 10613 0 -1 1077944384 1723 0 0 0 53 0 0 0 20 0 21 0 11168897 11236761600 104514 33554432000 4194304 4196468 140730172574208 139993143970160 139993810901634 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25051136 140730172581059 140730172581188 140730172581188 140730172583887 0
[pid=11491/tid=11510] ppid=11488 vsize=10973400 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11491/task/11510/stat : 11510 (java) S 11488 11491 10613 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 11168897 11236761600 104514 33554432000 4194304 4196468 140730172574208 139993142917856 139993810900693 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 25051136 140730172581059 140730172581188 140730172581188 140730172583887 0
[pid=11491/tid=11511] ppid=11488 vsize=10973400 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11491/task/11511/stat : 11511 (java) S 11488 11491 10613 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 11168898 11236761600 104514 33554432000 4194304 4196468 140730172574208 139993141865392 139993810901634 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 25051136 140730172581059 140730172581188 140730172581188 140730172583887 0
[pid=11491/tid=11512] ppid=11488 vsize=10973400 CPUtime=2.68 cores=1,3,5,7,9,11,13,15
/proc/11491/task/11512/stat : 11512 (java) R 11488 11491 10613 0 -1 4202560 2277 0 0 0 264 4 0 0 20 0 21 0 11168915 11236761600 104514 33554432000 4194304 4196468 140730172574208 139993138672968 139993408062914 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 25051136 140730172581059 140730172581188 140730172581188 140730172583887 0
Current children cumulated CPU time (s) 8.52
Current children cumulated vsize (KiB) 10973400

[startup+6.30088 s]
/proc/loadavg: 2.04 2.04 2.05 3/284 11512
/proc/meminfo: memFree=30764800/32770624 swapFree=5848/347988
[pid=11491] ppid=11488 vsize=10973400 CPUtime=12.21 cores=1,3,5,7,9,11,13,15
/proc/11491/stat : 11491 (java) S 11488 11491 10613 0 -1 1077944320 28465 0 0 0 1173 48 0 0 20 0 21 0 11168888 11236761600 105611 33554432000 4194304 4196468 140730172574208 140730172556752 139993810890487 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 25051136 140730172581059 140730172581188 140730172581188 140730172583887 0
/proc/11491/statm: 2743350 105611 3159 1 0 2731217 0
[pid=11491/tid=11492] ppid=11488 vsize=10973400 CPUtime=0.25 cores=1,3,5,7,9,11,13,15
/proc/11491/task/11492/stat : 11492 (java) S 11488 11491 10613 0 -1 1077944384 4725 0 0 0 23 2 0 0 20 0 21 0 11168889 11236761600 105611 33554432000 4194304 4196468 140730172574208 139993815133360 139993810900693 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 25051136 140730172581059 140730172581188 140730172581188 140730172583887 0
[pid=11491/tid=11494] ppid=11488 vsize=10973400 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/11491/task/11494/stat : 11494 (java) S 11488 11491 10613 0 -1 1077944384 104 0 0 0 5 5 0 0 20 0 21 0 11168890 11236761600 105611 33554432000 4194304 4196468 140730172574208 139993736964880 139993810900693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25051136 140730172581059 140730172581188 140730172581188 140730172583887 0
[pid=11491/tid=11495] ppid=11488 vsize=10973400 CPUtime=0.07 cores=1,3,5,7,9,11,13,15
/proc/11491/task/11495/stat : 11495 (java) S 11488 11491 10613 0 -1 1077944384 83 0 0 0 4 3 0 0 20 0 21 0 11168890 11236761600 105611 33554432000 4194304 4196468 140730172574208 139993735912336 139993810900693 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 25051136 140730172581059 140730172581188 140730172581188 140730172583887 0
[pid=11491/tid=11496] ppid=11488 vsize=10973400 CPUtime=0.06 cores=1,3,5,7,9,11,13,15
/proc/11491/task/11496/stat : 11496 (java) S 11488 11491 10613 0 -1 1077944384 74 0 0 0 3 3 0 0 20 0 21 0 11168890 11236761600 105611 33554432000 4194304 4196468 140730172574208 139993734859792 139993810900693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25051136 140730172581059 140730172581188 140730172581188 140730172583887 0
[pid=11491/tid=11497] ppid=11488 vsize=10973400 CPUtime=0.08 cores=1,3,5,7,9,11,13,15
/proc/11491/task/11497/stat : 11497 (java) S 11488 11491 10613 0 -1 1077944384 75 0 0 0 5 3 0 0 20 0 21 0 11168890 11236761600 105611 33554432000 4194304 4196468 140730172574208 139993733807248 139993810900693 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 25051136 140730172581059 140730172581188 140730172581188 140730172583887 0
[pid=11491/tid=11498] ppid=11488 vsize=10973400 CPUtime=0.07 cores=1,3,5,7,9,11,13,15
/proc/11491/task/11498/stat : 11498 (java) S 11488 11491 10613 0 -1 1077944384 82 0 0 0 4 3 0 0 20 0 21 0 11168890 11236761600 105611 33554432000 4194304 4196468 140730172574208 139993732753680 139993810900693 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 25051136 140730172581059 140730172581188 140730172581188 140730172583887 0
[pid=11491/tid=11499] ppid=11488 vsize=10973400 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/11491/task/11499/stat : 11499 (java) S 11488 11491 10613 0 -1 1077944384 109 0 0 0 5 5 0 0 20 0 21 0 11168890 11236761600 105611 33554432000 4194304 4196468 140730172574208 139993731701136 139993810900693 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 25051136 140730172581059 140730172581188 140730172581188 140730172583887 0
[pid=11491/tid=11500] ppid=11488 vsize=10973400 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/11491/task/11500/stat : 11500 (java) S 11488 11491 10613 0 -1 1077944384 103 0 0 0 6 4 0 0 20 0 21 0 11168890 11236761600 105611 33554432000 4194304 4196468 140730172574208 139993730648592 139993810900693 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 25051136 140730172581059 140730172581188 140730172581188 140730172583887 0
[pid=11491/tid=11501] ppid=11488 vsize=10973400 CPUtime=0.08 cores=1,3,5,7,9,11,13,15
/proc/11491/task/11501/stat : 11501 (java) S 11488 11491 10613 0 -1 1077944384 83 0 0 0 4 4 0 0 20 0 21 0 11168890 11236761600 105611 33554432000 4194304 4196468 140730172574208 139993729596048 139993810900693 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 25051136 140730172581059 140730172581188 140730172581188 140730172583887 0
[pid=11491/tid=11502] ppid=11488 vsize=10973400 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11491/task/11502/stat : 11502 (java) S 11488 11491 10613 0 -1 1077944384 247 0 0 0 0 0 0 0 20 0 21 0 11168892 11236761600 105611 33554432000 4194304 4196468 140730172574208 139993151338992 139993810901634 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25051136 140730172581059 140730172581188 140730172581188 140730172583887 0
[pid=11491/tid=11503] ppid=11488 vsize=10973400 CPUtime=0 cores=1,3,5,7,9,11,13,15

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

[pid=11491/tid=11511] ppid=11488 vsize=10973400 CPUtime=0.81 cores=1,3,5,7,9,11,13,15
/proc/11491/task/11511/stat : 11511 (java) S 11488 11491 10613 0 -1 1077944384 2054 0 0 0 37 44 0 0 20 0 21 0 11168898 11236761600 113312 33554432000 4194304 4196468 140730172574208 139993141865392 139993810901634 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 25051136 140730172581059 140730172581188 140730172581188 140730172583887 0
[pid=11491/tid=11512] ppid=11488 vsize=10973400 CPUtime=2261.06 cores=1,3,5,7,9,11,13,15
/proc/11491/task/11512/stat : 11512 (java) R 11488 11491 10613 0 -1 4202560 23430 0 0 0 226097 9 0 0 20 0 21 0 11168915 11236761600 113312 33554432000 4194304 4196468 140730172574208 139993138674808 139993408035657 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25051136 140730172581059 140730172581188 140730172581188 140730172583887 0
Current children cumulated CPU time (s) 2269.38
Current children cumulated vsize (KiB) 10973400

[startup+2322.3 s]
/proc/loadavg: 2.07 2.03 2.05 3/283 11633
/proc/meminfo: memFree=30695452/32770624 swapFree=5848/349984
[pid=11491] ppid=11488 vsize=10973400 CPUtime=2329.38 cores=1,3,5,7,9,11,13,15
/proc/11491/stat : 11491 (java) S 11488 11491 10613 0 -1 1077944320 69376 0 0 0 232842 96 0 0 20 0 21 0 11168888 11236761600 113312 33554432000 4194304 4196468 140730172574208 140730172556752 139993810890487 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 25051136 140730172581059 140730172581188 140730172581188 140730172583887 0
/proc/11491/statm: 2743350 113312 3163 1 0 2731217 0
[pid=11491/tid=11492] ppid=11488 vsize=10973400 CPUtime=0.25 cores=1,3,5,7,9,11,13,15
/proc/11491/task/11492/stat : 11492 (java) S 11488 11491 10613 0 -1 1077944384 4725 0 0 0 23 2 0 0 20 0 21 0 11168889 11236761600 113312 33554432000 4194304 4196468 140730172574208 139993815133360 139993810900693 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 25051136 140730172581059 140730172581188 140730172581188 140730172583887 0
[pid=11491/tid=11494] ppid=11488 vsize=10973400 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/11491/task/11494/stat : 11494 (java) S 11488 11491 10613 0 -1 1077944384 104 0 0 0 5 5 0 0 20 0 21 0 11168890 11236761600 113312 33554432000 4194304 4196468 140730172574208 139993736964880 139993810900693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25051136 140730172581059 140730172581188 140730172581188 140730172583887 0
[pid=11491/tid=11495] ppid=11488 vsize=10973400 CPUtime=0.07 cores=1,3,5,7,9,11,13,15
/proc/11491/task/11495/stat : 11495 (java) S 11488 11491 10613 0 -1 1077944384 83 0 0 0 4 3 0 0 20 0 21 0 11168890 11236761600 113312 33554432000 4194304 4196468 140730172574208 139993735912336 139993810900693 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 25051136 140730172581059 140730172581188 140730172581188 140730172583887 0
[pid=11491/tid=11496] ppid=11488 vsize=10973400 CPUtime=0.06 cores=1,3,5,7,9,11,13,15
/proc/11491/task/11496/stat : 11496 (java) S 11488 11491 10613 0 -1 1077944384 74 0 0 0 3 3 0 0 20 0 21 0 11168890 11236761600 113312 33554432000 4194304 4196468 140730172574208 139993734859792 139993810900693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25051136 140730172581059 140730172581188 140730172581188 140730172583887 0
[pid=11491/tid=11497] ppid=11488 vsize=10973400 CPUtime=0.08 cores=1,3,5,7,9,11,13,15
/proc/11491/task/11497/stat : 11497 (java) S 11488 11491 10613 0 -1 1077944384 75 0 0 0 5 3 0 0 20 0 21 0 11168890 11236761600 113312 33554432000 4194304 4196468 140730172574208 139993733807248 139993810900693 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 25051136 140730172581059 140730172581188 140730172581188 140730172583887 0
[pid=11491/tid=11498] ppid=11488 vsize=10973400 CPUtime=0.07 cores=1,3,5,7,9,11,13,15
/proc/11491/task/11498/stat : 11498 (java) S 11488 11491 10613 0 -1 1077944384 82 0 0 0 4 3 0 0 20 0 21 0 11168890 11236761600 113312 33554432000 4194304 4196468 140730172574208 139993732753680 139993810900693 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 25051136 140730172581059 140730172581188 140730172581188 140730172583887 0
[pid=11491/tid=11499] ppid=11488 vsize=10973400 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/11491/task/11499/stat : 11499 (java) S 11488 11491 10613 0 -1 1077944384 109 0 0 0 5 5 0 0 20 0 21 0 11168890 11236761600 113312 33554432000 4194304 4196468 140730172574208 139993731701136 139993810900693 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 25051136 140730172581059 140730172581188 140730172581188 140730172583887 0
[pid=11491/tid=11500] ppid=11488 vsize=10973400 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/11491/task/11500/stat : 11500 (java) S 11488 11491 10613 0 -1 1077944384 103 0 0 0 6 4 0 0 20 0 21 0 11168890 11236761600 113312 33554432000 4194304 4196468 140730172574208 139993730648592 139993810900693 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 25051136 140730172581059 140730172581188 140730172581188 140730172583887 0
[pid=11491/tid=11501] ppid=11488 vsize=10973400 CPUtime=0.08 cores=1,3,5,7,9,11,13,15
/proc/11491/task/11501/stat : 11501 (java) S 11488 11491 10613 0 -1 1077944384 83 0 0 0 4 4 0 0 20 0 21 0 11168890 11236761600 113312 33554432000 4194304 4196468 140730172574208 139993729596048 139993810900693 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 25051136 140730172581059 140730172581188 140730172581188 140730172583887 0
[pid=11491/tid=11502] ppid=11488 vsize=10973400 CPUtime=0.04 cores=1,3,5,7,9,11,13,15
/proc/11491/task/11502/stat : 11502 (java) S 11488 11491 10613 0 -1 1077944384 1205 0 0 0 2 2 0 0 20 0 21 0 11168892 11236761600 113312 33554432000 4194304 4196468 140730172574208 139993151338992 139993810901634 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25051136 140730172581059 140730172581188 140730172581188 140730172583887 0
[pid=11491/tid=11503] ppid=11488 vsize=10973400 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11491/task/11503/stat : 11503 (java) S 11488 11491 10613 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 21 0 11168893 11236761600 113312 33554432000 4194304 4196468 140730172574208 139993150285280 139993810900693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25051136 140730172581059 140730172581188 140730172581188 140730172583887 0
[pid=11491/tid=11504] ppid=11488 vsize=10973400 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11491/task/11504/stat : 11504 (java) S 11488 11491 10613 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 21 0 11168893 11236761600 113312 33554432000 4194304 4196468 140730172574208 139993149232640 139993810900693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25051136 140730172581059 140730172581188 140730172581188 140730172583887 0
[pid=11491/tid=11505] ppid=11488 vsize=10973400 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11491/task/11505/stat : 11505 (java) S 11488 11491 10613 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 11168897 11236761600 113312 33554432000 4194304 4196468 140730172574208 139993148181200 139993810909083 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 25051136 140730172581059 140730172581188 140730172581188 140730172583887 0
[pid=11491/tid=11506] ppid=11488 vsize=10973400 CPUtime=1.83 cores=1,3,5,7,9,11,13,15
/proc/11491/task/11506/stat : 11506 (java) S 11488 11491 10613 0 -1 1077944384 9090 0 0 0 182 1 0 0 20 0 21 0 11168897 11236761600 113312 33554432000 4194304 4196468 140730172574208 139993147127792 139993810901634 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25051136 140730172581059 140730172581188 140730172581188 140730172583887 0
[pid=11491/tid=11507] ppid=11488 vsize=10973400 CPUtime=2.07 cores=1,3,5,7,9,11,13,15
/proc/11491/task/11507/stat : 11507 (java) S 11488 11491 10613 0 -1 1077944384 8715 0 0 0 205 2 0 0 20 0 21 0 11168897 11236761600 113312 33554432000 4194304 4196468 140730172574208 139993146075248 139993810901634 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 25051136 140730172581059 140730172581188 140730172581188 140730172583887 0
[pid=11491/tid=11508] ppid=11488 vsize=10973400 CPUtime=1.8 cores=1,3,5,7,9,11,13,15
/proc/11491/task/11508/stat : 11508 (java) S 11488 11491 10613 0 -1 1077944384 9352 0 0 0 178 2 0 0 20 0 21 0 11168897 11236761600 113312 33554432000 4194304 4196468 140730172574208 139993145022704 139993810901634 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 2 0 0 6293624 6294260 25051136 140730172581059 140730172581188 140730172581188 140730172583887 0
[pid=11491/tid=11509] ppid=11488 vsize=10973400 CPUtime=0.68 cores=1,3,5,7,9,11,13,15
/proc/11491/task/11509/stat : 11509 (java) S 11488 11491 10613 0 -1 1077944384 8076 0 0 0 66 2 0 0 20 0 21 0 11168897 11236761600 113312 33554432000 4194304 4196468 140730172574208 139993143970160 139993810901634 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 2 0 0 6293624 6294260 25051136 140730172581059 140730172581188 140730172581188 140730172583887 0
[pid=11491/tid=11510] ppid=11488 vsize=10973400 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11491/task/11510/stat : 11510 (java) S 11488 11491 10613 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 11168897 11236761600 113312 33554432000 4194304 4196468 140730172574208 139993142917856 139993810900693 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 25051136 140730172581059 140730172581188 140730172581188 140730172583887 0
[pid=11491/tid=11511] ppid=11488 vsize=10973400 CPUtime=0.84 cores=1,3,5,7,9,11,13,15
/proc/11491/task/11511/stat : 11511 (java) S 11488 11491 10613 0 -1 1077944384 2086 0 0 0 38 46 0 0 20 0 21 0 11168898 11236761600 113312 33554432000 4194304 4196468 140730172574208 139993141865392 139993810901634 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 25051136 140730172581059 140730172581188 140730172581188 140730172583887 0
[pid=11491/tid=11512] ppid=11488 vsize=10973400 CPUtime=2321.05 cores=1,3,5,7,9,11,13,15
/proc/11491/task/11512/stat : 11512 (java) R 11488 11491 10613 0 -1 4202560 24047 0 0 0 232095 10 0 0 20 0 21 0 11168915 11236761600 113312 33554432000 4194304 4196468 140730172574208 139993138674808 139993408036416 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25051136 140730172581059 140730172581188 140730172581188 140730172583887 0
Current children cumulated CPU time (s) 2329.38
Current children cumulated vsize (KiB) 10973400

[startup+2382.3 s]
/proc/loadavg: 2.06 2.04 2.05 3/282 11722
/proc/meminfo: memFree=30974004/32770624 swapFree=5848/350052
[pid=11491] ppid=11488 vsize=10973400 CPUtime=2389.38 cores=1,3,5,7,9,11,13,15
/proc/11491/stat : 11491 (java) S 11488 11491 10613 0 -1 1077944320 69424 0 0 0 238841 97 0 0 20 0 21 0 11168888 11236761600 113312 33554432000 4194304 4196468 140730172574208 140730172556752 139993810890487 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 25051136 140730172581059 140730172581188 140730172581188 140730172583887 0
/proc/11491/statm: 2743350 113312 3163 1 0 2731217 0
[pid=11491/tid=11492] ppid=11488 vsize=10973400 CPUtime=0.25 cores=1,3,5,7,9,11,13,15
/proc/11491/task/11492/stat : 11492 (java) S 11488 11491 10613 0 -1 1077944384 4725 0 0 0 23 2 0 0 20 0 21 0 11168889 11236761600 113312 33554432000 4194304 4196468 140730172574208 139993815133360 139993810900693 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 25051136 140730172581059 140730172581188 140730172581188 140730172583887 0
[pid=11491/tid=11494] ppid=11488 vsize=10973400 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/11491/task/11494/stat : 11494 (java) S 11488 11491 10613 0 -1 1077944384 104 0 0 0 5 5 0 0 20 0 21 0 11168890 11236761600 113312 33554432000 4194304 4196468 140730172574208 139993736964880 139993810900693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25051136 140730172581059 140730172581188 140730172581188 140730172583887 0
[pid=11491/tid=11495] ppid=11488 vsize=10973400 CPUtime=0.07 cores=1,3,5,7,9,11,13,15
/proc/11491/task/11495/stat : 11495 (java) S 11488 11491 10613 0 -1 1077944384 83 0 0 0 4 3 0 0 20 0 21 0 11168890 11236761600 113312 33554432000 4194304 4196468 140730172574208 139993735912336 139993810900693 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 25051136 140730172581059 140730172581188 140730172581188 140730172583887 0
[pid=11491/tid=11496] ppid=11488 vsize=10973400 CPUtime=0.06 cores=1,3,5,7,9,11,13,15
/proc/11491/task/11496/stat : 11496 (java) S 11488 11491 10613 0 -1 1077944384 74 0 0 0 3 3 0 0 20 0 21 0 11168890 11236761600 113312 33554432000 4194304 4196468 140730172574208 139993734859792 139993810900693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25051136 140730172581059 140730172581188 140730172581188 140730172583887 0
[pid=11491/tid=11497] ppid=11488 vsize=10973400 CPUtime=0.08 cores=1,3,5,7,9,11,13,15
/proc/11491/task/11497/stat : 11497 (java) S 11488 11491 10613 0 -1 1077944384 75 0 0 0 5 3 0 0 20 0 21 0 11168890 11236761600 113312 33554432000 4194304 4196468 140730172574208 139993733807248 139993810900693 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 25051136 140730172581059 140730172581188 140730172581188 140730172583887 0
[pid=11491/tid=11498] ppid=11488 vsize=10973400 CPUtime=0.07 cores=1,3,5,7,9,11,13,15
/proc/11491/task/11498/stat : 11498 (java) S 11488 11491 10613 0 -1 1077944384 82 0 0 0 4 3 0 0 20 0 21 0 11168890 11236761600 113312 33554432000 4194304 4196468 140730172574208 139993732753680 139993810900693 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 25051136 140730172581059 140730172581188 140730172581188 140730172583887 0
[pid=11491/tid=11499] ppid=11488 vsize=10973400 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/11491/task/11499/stat : 11499 (java) S 11488 11491 10613 0 -1 1077944384 109 0 0 0 5 5 0 0 20 0 21 0 11168890 11236761600 113312 33554432000 4194304 4196468 140730172574208 139993731701136 139993810900693 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 25051136 140730172581059 140730172581188 140730172581188 140730172583887 0
[pid=11491/tid=11500] ppid=11488 vsize=10973400 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/11491/task/11500/stat : 11500 (java) S 11488 11491 10613 0 -1 1077944384 103 0 0 0 6 4 0 0 20 0 21 0 11168890 11236761600 113312 33554432000 4194304 4196468 140730172574208 139993730648592 139993810900693 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 25051136 140730172581059 140730172581188 140730172581188 140730172583887 0
[pid=11491/tid=11501] ppid=11488 vsize=10973400 CPUtime=0.08 cores=1,3,5,7,9,11,13,15
/proc/11491/task/11501/stat : 11501 (java) S 11488 11491 10613 0 -1 1077944384 83 0 0 0 4 4 0 0 20 0 21 0 11168890 11236761600 113312 33554432000 4194304 4196468 140730172574208 139993729596048 139993810900693 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 25051136 140730172581059 140730172581188 140730172581188 140730172583887 0
[pid=11491/tid=11502] ppid=11488 vsize=10973400 CPUtime=0.04 cores=1,3,5,7,9,11,13,15
/proc/11491/task/11502/stat : 11502 (java) S 11488 11491 10613 0 -1 1077944384 1205 0 0 0 2 2 0 0 20 0 21 0 11168892 11236761600 113312 33554432000 4194304 4196468 140730172574208 139993151338992 139993810901634 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25051136 140730172581059 140730172581188 140730172581188 140730172583887 0
[pid=11491/tid=11503] ppid=11488 vsize=10973400 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11491/task/11503/stat : 11503 (java) S 11488 11491 10613 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 21 0 11168893 11236761600 113312 33554432000 4194304 4196468 140730172574208 139993150285280 139993810900693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25051136 140730172581059 140730172581188 140730172581188 140730172583887 0
[pid=11491/tid=11504] ppid=11488 vsize=10973400 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11491/task/11504/stat : 11504 (java) S 11488 11491 10613 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 21 0 11168893 11236761600 113312 33554432000 4194304 4196468 140730172574208 139993149232640 139993810900693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25051136 140730172581059 140730172581188 140730172581188 140730172583887 0
[pid=11491/tid=11505] ppid=11488 vsize=10973400 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11491/task/11505/stat : 11505 (java) S 11488 11491 10613 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 11168897 11236761600 113312 33554432000 4194304 4196468 140730172574208 139993148181200 139993810909083 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 25051136 140730172581059 140730172581188 140730172581188 140730172583887 0
[pid=11491/tid=11506] ppid=11488 vsize=10973400 CPUtime=1.83 cores=1,3,5,7,9,11,13,15
/proc/11491/task/11506/stat : 11506 (java) S 11488 11491 10613 0 -1 1077944384 9090 0 0 0 182 1 0 0 20 0 21 0 11168897 11236761600 113312 33554432000 4194304 4196468 140730172574208 139993147127792 139993810901634 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25051136 140730172581059 140730172581188 140730172581188 140730172583887 0
[pid=11491/tid=11507] ppid=11488 vsize=10973400 CPUtime=2.07 cores=1,3,5,7,9,11,13,15
/proc/11491/task/11507/stat : 11507 (java) S 11488 11491 10613 0 -1 1077944384 8715 0 0 0 205 2 0 0 20 0 21 0 11168897 11236761600 113312 33554432000 4194304 4196468 140730172574208 139993146075248 139993810901634 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 25051136 140730172581059 140730172581188 140730172581188 140730172583887 0
[pid=11491/tid=11508] ppid=11488 vsize=10973400 CPUtime=1.8 cores=1,3,5,7,9,11,13,15
/proc/11491/task/11508/stat : 11508 (java) S 11488 11491 10613 0 -1 1077944384 9352 0 0 0 178 2 0 0 20 0 21 0 11168897 11236761600 113312 33554432000 4194304 4196468 140730172574208 139993145022704 139993810901634 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 2 0 0 6293624 6294260 25051136 140730172581059 140730172581188 140730172581188 140730172583887 0
[pid=11491/tid=11509] ppid=11488 vsize=10973400 CPUtime=0.68 cores=1,3,5,7,9,11,13,15
/proc/11491/task/11509/stat : 11509 (java) S 11488 11491 10613 0 -1 1077944384 8076 0 0 0 66 2 0 0 20 0 21 0 11168897 11236761600 113312 33554432000 4194304 4196468 140730172574208 139993143970160 139993810901634 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 2 0 0 6293624 6294260 25051136 140730172581059 140730172581188 140730172581188 140730172583887 0
[pid=11491/tid=11510] ppid=11488 vsize=10973400 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11491/task/11510/stat : 11510 (java) S 11488 11491 10613 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 11168897 11236761600 113312 33554432000 4194304 4196468 140730172574208 139993142917856 139993810900693 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 25051136 140730172581059 140730172581188 140730172581188 140730172583887 0
[pid=11491/tid=11511] ppid=11488 vsize=10973400 CPUtime=0.86 cores=1,3,5,7,9,11,13,15
/proc/11491/task/11511/stat : 11511 (java) S 11488 11491 10613 0 -1 1077944384 2090 0 0 0 39 47 0 0 20 0 21 0 11168898 11236761600 113312 33554432000 4194304 4196468 140730172574208 139993141865392 139993810901634 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 4 0 0 6293624 6294260 25051136 140730172581059 140730172581188 140730172581188 140730172583887 0
[pid=11491/tid=11512] ppid=11488 vsize=10973400 CPUtime=2381.02 cores=1,3,5,7,9,11,13,15
/proc/11491/task/11512/stat : 11512 (java) R 11488 11491 10613 0 -1 4202560 24091 0 0 0 238092 10 0 0 20 0 21 0 11168915 11236761600 113312 33554432000 4194304 4196468 140730172574208 139993138674808 139993408036855 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25051136 140730172581059 140730172581188 140730172581188 140730172583887 0
Current children cumulated CPU time (s) 2389.38
Current children cumulated vsize (KiB) 10973400



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2393 s]
/proc/loadavg: 2.05 2.04 2.05 3/282 11730
/proc/meminfo: memFree=30972324/32770624 swapFree=5848/350060
[pid=11491] ppid=11488 vsize=10973400 CPUtime=2400.08 cores=1,3,5,7,9,11,13,15
/proc/11491/stat : 11491 (java) S 11488 11491 10613 0 -1 1077944320 69424 0 0 0 239911 97 0 0 20 0 21 0 11168888 11236761600 113312 33554432000 4194304 4196468 140730172574208 140730172556752 139993810890487 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 25051136 140730172581059 140730172581188 140730172581188 140730172583887 0
/proc/11491/statm: 2743350 113312 3163 1 0 2731217 0
[pid=11491/tid=11492] ppid=11488 vsize=10973400 CPUtime=0.25 cores=1,3,5,7,9,11,13,15
/proc/11491/task/11492/stat : 11492 (java) S 11488 11491 10613 0 -1 1077944384 4725 0 0 0 23 2 0 0 20 0 21 0 11168889 11236761600 113312 33554432000 4194304 4196468 140730172574208 139993815133360 139993810900693 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 25051136 140730172581059 140730172581188 140730172581188 140730172583887 0
[pid=11491/tid=11494] ppid=11488 vsize=10973400 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/11491/task/11494/stat : 11494 (java) S 11488 11491 10613 0 -1 1077944384 104 0 0 0 5 5 0 0 20 0 21 0 11168890 11236761600 113312 33554432000 4194304 4196468 140730172574208 139993736964880 139993810900693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25051136 140730172581059 140730172581188 140730172581188 140730172583887 0
[pid=11491/tid=11495] ppid=11488 vsize=10973400 CPUtime=0.07 cores=1,3,5,7,9,11,13,15
/proc/11491/task/11495/stat : 11495 (java) S 11488 11491 10613 0 -1 1077944384 83 0 0 0 4 3 0 0 20 0 21 0 11168890 11236761600 113312 33554432000 4194304 4196468 140730172574208 139993735912336 139993810900693 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 25051136 140730172581059 140730172581188 140730172581188 140730172583887 0
[pid=11491/tid=11496] ppid=11488 vsize=10973400 CPUtime=0.06 cores=1,3,5,7,9,11,13,15
/proc/11491/task/11496/stat : 11496 (java) S 11488 11491 10613 0 -1 1077944384 74 0 0 0 3 3 0 0 20 0 21 0 11168890 11236761600 113312 33554432000 4194304 4196468 140730172574208 139993734859792 139993810900693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25051136 140730172581059 140730172581188 140730172581188 140730172583887 0
[pid=11491/tid=11497] ppid=11488 vsize=10973400 CPUtime=0.08 cores=1,3,5,7,9,11,13,15
/proc/11491/task/11497/stat : 11497 (java) S 11488 11491 10613 0 -1 1077944384 75 0 0 0 5 3 0 0 20 0 21 0 11168890 11236761600 113312 33554432000 4194304 4196468 140730172574208 139993733807248 139993810900693 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 25051136 140730172581059 140730172581188 140730172581188 140730172583887 0
[pid=11491/tid=11498] ppid=11488 vsize=10973400 CPUtime=0.07 cores=1,3,5,7,9,11,13,15
/proc/11491/task/11498/stat : 11498 (java) S 11488 11491 10613 0 -1 1077944384 82 0 0 0 4 3 0 0 20 0 21 0 11168890 11236761600 113312 33554432000 4194304 4196468 140730172574208 139993732753680 139993810900693 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 25051136 140730172581059 140730172581188 140730172581188 140730172583887 0
[pid=11491/tid=11499] ppid=11488 vsize=10973400 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/11491/task/11499/stat : 11499 (java) S 11488 11491 10613 0 -1 1077944384 109 0 0 0 5 5 0 0 20 0 21 0 11168890 11236761600 113312 33554432000 4194304 4196468 140730172574208 139993731701136 139993810900693 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 25051136 140730172581059 140730172581188 140730172581188 140730172583887 0
[pid=11491/tid=11500] ppid=11488 vsize=10973400 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/11491/task/11500/stat : 11500 (java) S 11488 11491 10613 0 -1 1077944384 103 0 0 0 6 4 0 0 20 0 21 0 11168890 11236761600 113312 33554432000 4194304 4196468 140730172574208 139993730648592 139993810900693 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 25051136 140730172581059 140730172581188 140730172581188 140730172583887 0
[pid=11491/tid=11501] ppid=11488 vsize=10973400 CPUtime=0.08 cores=1,3,5,7,9,11,13,15
/proc/11491/task/11501/stat : 11501 (java) S 11488 11491 10613 0 -1 1077944384 83 0 0 0 4 4 0 0 20 0 21 0 11168890 11236761600 113312 33554432000 4194304 4196468 140730172574208 139993729596048 139993810900693 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 25051136 140730172581059 140730172581188 140730172581188 140730172583887 0
[pid=11491/tid=11502] ppid=11488 vsize=10973400 CPUtime=0.04 cores=1,3,5,7,9,11,13,15
/proc/11491/task/11502/stat : 11502 (java) S 11488 11491 10613 0 -1 1077944384 1205 0 0 0 2 2 0 0 20 0 21 0 11168892 11236761600 113312 33554432000 4194304 4196468 140730172574208 139993151338992 139993810901634 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25051136 140730172581059 140730172581188 140730172581188 140730172583887 0
[pid=11491/tid=11503] ppid=11488 vsize=10973400 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11491/task/11503/stat : 11503 (java) S 11488 11491 10613 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 21 0 11168893 11236761600 113312 33554432000 4194304 4196468 140730172574208 139993150285280 139993810900693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25051136 140730172581059 140730172581188 140730172581188 140730172583887 0
[pid=11491/tid=11504] ppid=11488 vsize=10973400 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11491/task/11504/stat : 11504 (java) S 11488 11491 10613 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 21 0 11168893 11236761600 113312 33554432000 4194304 4196468 140730172574208 139993149232640 139993810900693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25051136 140730172581059 140730172581188 140730172581188 140730172583887 0
[pid=11491/tid=11505] ppid=11488 vsize=10973400 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11491/task/11505/stat : 11505 (java) S 11488 11491 10613 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 11168897 11236761600 113312 33554432000 4194304 4196468 140730172574208 139993148181200 139993810909083 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 25051136 140730172581059 140730172581188 140730172581188 140730172583887 0
[pid=11491/tid=11506] ppid=11488 vsize=10973400 CPUtime=1.83 cores=1,3,5,7,9,11,13,15
/proc/11491/task/11506/stat : 11506 (java) S 11488 11491 10613 0 -1 1077944384 9090 0 0 0 182 1 0 0 20 0 21 0 11168897 11236761600 113312 33554432000 4194304 4196468 140730172574208 139993147127792 139993810901634 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25051136 140730172581059 140730172581188 140730172581188 140730172583887 0
[pid=11491/tid=11507] ppid=11488 vsize=10973400 CPUtime=2.07 cores=1,3,5,7,9,11,13,15
/proc/11491/task/11507/stat : 11507 (java) S 11488 11491 10613 0 -1 1077944384 8715 0 0 0 205 2 0 0 20 0 21 0 11168897 11236761600 113312 33554432000 4194304 4196468 140730172574208 139993146075248 139993810901634 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 25051136 140730172581059 140730172581188 140730172581188 140730172583887 0
[pid=11491/tid=11508] ppid=11488 vsize=10973400 CPUtime=1.8 cores=1,3,5,7,9,11,13,15
/proc/11491/task/11508/stat : 11508 (java) S 11488 11491 10613 0 -1 1077944384 9352 0 0 0 178 2 0 0 20 0 21 0 11168897 11236761600 113312 33554432000 4194304 4196468 140730172574208 139993145022704 139993810901634 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 2 0 0 6293624 6294260 25051136 140730172581059 140730172581188 140730172581188 140730172583887 0
[pid=11491/tid=11509] ppid=11488 vsize=10973400 CPUtime=0.68 cores=1,3,5,7,9,11,13,15
/proc/11491/task/11509/stat : 11509 (java) S 11488 11491 10613 0 -1 1077944384 8076 0 0 0 66 2 0 0 20 0 21 0 11168897 11236761600 113312 33554432000 4194304 4196468 140730172574208 139993143970160 139993810901634 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 2 0 0 6293624 6294260 25051136 140730172581059 140730172581188 140730172581188 140730172583887 0
[pid=11491/tid=11510] ppid=11488 vsize=10973400 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11491/task/11510/stat : 11510 (java) S 11488 11491 10613 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 11168897 11236761600 113312 33554432000 4194304 4196468 140730172574208 139993142917856 139993810900693 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 25051136 140730172581059 140730172581188 140730172581188 140730172583887 0
[pid=11491/tid=11511] ppid=11488 vsize=10973400 CPUtime=0.87 cores=1,3,5,7,9,11,13,15
/proc/11491/task/11511/stat : 11511 (java) S 11488 11491 10613 0 -1 1077944384 2090 0 0 0 40 47 0 0 20 0 21 0 11168898 11236761600 113312 33554432000 4194304 4196468 140730172574208 139993141865392 139993810901634 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 4 0 0 6293624 6294260 25051136 140730172581059 140730172581188 140730172581188 140730172583887 0
[pid=11491/tid=11512] ppid=11488 vsize=10973400 CPUtime=2391.72 cores=1,3,5,7,9,11,13,15
/proc/11491/task/11512/stat : 11512 (java) R 11488 11491 10613 0 -1 4202560 24091 0 0 0 239162 10 0 0 20 0 21 0 11168915 11236761600 113312 33554432000 4194304 4196468 140730172574208 139993138674808 139993409137708 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25051136 140730172581059 140730172581188 140730172581188 140730172583887 0
Current children cumulated CPU time (s) 2400.08
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 11491 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 2393.01
CPU time (s): 2400.11
CPU user time (s): 2399.12
CPU system time (s): 0.989754
CPU usage (%): 100.297
Max. virtual memory (cumulated for all children) (KiB): 10973400

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2399.12
system time used= 0.989754
maximum resident set size= 454356
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 69819
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= 56802
involuntary context switches= 121376

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.7717 second user time and 16.5379 second system time

The end

Launcher Data

Begin job on node131 at 2017-07-22 23:30:15
IDJOB=4249572
IDBENCH=137169
IDSOLVER=2624
FILE ID=node131/4249572-1500759015
RUNJOBID= node131-1500751849-10645
PBS_JOBID= 20624579
Free space on /tmp= 61924 MiB

SOLVER NAME= AbsCon-basic 2017-06-11
BENCH NAME= XCSP17/BinPacking/BinPacking-mdd-sw120/BinPacking-mdd-sw120-99.xml
COMMAND LINE= java -jar HOME/AbsCon-basic.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4249572-1500759015/watcher-4249572-1500759015 -o /tmp/evaluation-result-4249572-1500759015/solver-4249572-1500759015 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node131-1500751849-10645 --watchdog 2560  java -jar HOME/AbsCon-basic.jar HOME/instance-4249572-1500759015.xml

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

MD5SUM BENCH= 2ef74b22e25f9811269217f63e04e4c4
RANDOM SEED=756569390

node131.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	: 5334.06
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		: 1600.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	: 5334.06
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		: 1600.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		: 2668.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	: 5334.06
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		: 1600.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	: 5334.06
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		: 1600.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		: 1867.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	: 5334.06
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		: 1600.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		: 2133.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	: 5334.06
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		: 2667.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		: 2668.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	: 5334.06
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		: 1600.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		: 1867.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	: 5334.06
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		: 1733.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:        31176472 kB
MemAvailable:   31603248 kB
Buffers:          157144 kB
Cached:           549600 kB
SwapCached:            0 kB
Active:           800232 kB
Inactive:         356360 kB
Active(anon):     453012 kB
Inactive(anon):     8696 kB
Active(file):     347220 kB
Inactive(file):   347664 kB
Unevictable:        5848 kB
Mlocked:            5848 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              8296 kB
Writeback:             0 kB
AnonPages:        568632 kB
Mapped:            43308 kB
Shmem:              8848 kB
Slab:             129412 kB
SReclaimable:      95452 kB
SUnreclaim:        33960 kB
KernelStack:        4912 kB
PageTables:         6168 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1566428 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    458752 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 61916 MiB
End job on node131 at 2017-07-23 00:10:08