Trace number 4249969

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 NameAnswerCPU timeWall clock time
R1: AbsCon-basic 2017-06-11? (TO) 2400.03 2390.12

General information on the benchmark

NameSuperSolutions/SuperSolutions-Taillard-js20-15/
SuperTaillard-js-20-15-15.xml
MD5SUM6d7e3033fdb5217c74d2816bb8c5b7b8
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables600
Number of constraints9690
Number of domains95
Minimum domain size1346
Maximum domain size1444
Distribution of domain sizes[{"size":1346,"count":6},{"size":1347,"count":4},{"size":1348,"count":4},{"size":1349,"count":2},{"size":1350,"count":2},{"size":1351,"count":6},{"size":1352,"count":2},{"size":1353,"count":6},{"size":1354,"count":4},{"size":1355,"count":2},{"size":1356,"count":12},{"size":1357,"count":8},{"size":1358,"count":8},{"size":1359,"count":8},{"size":1360,"count":8},{"size":1361,"count":4},{"size":1362,"count":10},{"size":1363,"count":8},{"size":1364,"count":2},{"size":1365,"count":14},{"size":1366,"count":6},{"size":1367,"count":14},{"size":1368,"count":6},{"size":1369,"count":10},{"size":1370,"count":14},"...",{"size":1419,"count":10}, {"size":1420,"count":8}, {"size":1421,"count":6}, {"size":1422,"count":4}, {"size":1423,"count":6}, {"size":1424,"count":2}, {"size":1425,"count":8}, {"size":1426,"count":4}, {"size":1427,"count":10}, {"size":1429,"count":4}, {"size":1430,"count":12}, {"size":1431,"count":6}, {"size":1432,"count":14}, {"size":1433,"count":6}, {"size":1434,"count":12}, {"size":1435,"count":8}, {"size":1436,"count":4}, {"size":1437,"count":4}, {"size":1438,"count":6}, {"size":1439,"count":10}, {"size":1440,"count":6}, {"size":1441,"count":8}, {"size":1442,"count":8}, {"size":1443,"count":2}, {"size":1444,"count":12}]
Minimum variable degree21
Maximum variable degree43
Distribution of variable degrees[{"degree":21,"count":40},{"degree":22,"count":260},{"degree":41,"count":40},{"degree":43,"count":260}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":9690}]
Number of extensional constraints0
Number of intensional constraints9690
Distribution of constraint types[{"type":"intension","count":9690}]
Optimization problemNO
Type of objective

Solver Data

0.29/0.28	
0.29/0.28	AbsCon 2 
0.29/0.28	
1.81/0.78	  Solving XCSP3-instance-4249969-1500767782 as a CSP
1.81/0.78	  Loading variables...
2.22/0.89	  Loading constraints...
7.72/2.22	  Solver SolverBacktrack being built...
7.72/2.22	
90.00/82.12	  Preprocessing : gac=true, ccks=943530112, filters=2073, revisions=48530 (useless=46457), AC=408548, removals=408548, inconsistent=false
90.00/82.12	

Verifier Data

One s line expected

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-4249969-1500767782/watcher-4249969-1500767782 -o /tmp/evaluation-result-4249969-1500767782/solver-4249969-1500767782 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node134-1500752537-28233 --watchdog 2560 java -jar HOME/AbsCon-basic.jar HOME/instance-4249969-1500767782.xml 

pid=30716
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.79 1.86 1.95 3/266 30719
/proc/meminfo: memFree=31506692/32770624 swapFree=5688/318920
[pid=30719] ppid=30716 vsize=8355912 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/30719/stat : 30719 (java) S 30716 30719 28202 0 -1 1077944320 2246 0 0 0 0 0 0 0 20 0 8 0 12045414 8556453888 2508 33554432000 4194304 4196468 140732958052736 140732958035280 139770725924599 0 0 0 16784584 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 28463104 140732958057667 140732958057796 140732958057796 140732958060495 0
/proc/30719/statm: 2088978 2508 1209 1 0 2077889 0
[pid=30719/tid=30720] ppid=30716 vsize=8357968 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/30719/task/30720/stat : 30720 (java) R 30716 30719 28202 0 -1 4202560 947 0 0 0 0 0 0 0 20 0 10 0 12045414 8558559232 2508 33554432000 4194304 4196468 140732958052736 139770730165968 139770718664449 0 4 0 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28463104 140732958057667 140732958057796 140732958057796 140732958060495 0
[pid=30719/tid=30721] ppid=30716 vsize=8357968 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/30719/task/30721/stat : 30721 (java) S 30716 30719 28202 0 -1 1077944384 0 0 0 0 0 0 0 0 20 0 10 0 12045415 8558559232 2508 33554432000 4194304 4196468 140732958052736 139770651998816 139770725934805 0 4 0 16784584 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 28463104 140732958057667 140732958057796 140732958057796 140732958060495 0
[pid=30719/tid=30722] ppid=30716 vsize=8357968 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/30719/task/30722/stat : 30722 (java) S 30716 30719 28202 0 -1 1077944384 0 0 0 0 0 0 0 0 20 0 10 0 12045415 8558559232 2508 33554432000 4194304 4196468 140732958052736 139770332179168 139770725934805 0 4 0 16784584 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 28463104 140732958057667 140732958057796 140732958057796 140732958060495 0
[pid=30719/tid=30723] ppid=30716 vsize=8432692 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/30719/task/30723/stat : 30723 (java) D 30716 30719 28202 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 10 0 12045415 8635076608 2508 33554432000 4194304 4196468 140732958052736 139770331126624 139770718641562 0 4 0 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28463104 140732958057667 140732958057796 140732958057796 140732958060495 0
[pid=30719/tid=30724] ppid=30716 vsize=8629300 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/30719/task/30724/stat : 30724 (java) D 30716 30719 28202 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 10 0 12045415 8836403200 2508 33554432000 4194304 4196468 140732958052736 139770330073224 139770718641562 0 4 0 16784584 18446744071582151463 0 0 -1 4 0 0 0 0 0 6293624 6294260 28463104 140732958057667 140732958057796 140732958057796 140732958060495 0
[pid=30719/tid=30725] ppid=30716 vsize=8760372 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/30719/task/30725/stat : 30725 (java) D 30716 30719 28202 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 10 0 12045415 8970620928 2508 33554432000 4194304 4196468 140732958052736 139770329020728 139770718641751 0 4 0 16784584 18446744071582151463 0 0 -1 10 0 0 0 0 0 6293624 6294260 28463104 140732958057667 140732958057796 140732958057796 140732958060495 0
[pid=30719/tid=30726] ppid=30716 vsize=8825908 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/30719/task/30726/stat : 30726 (java) D 30716 30719 28202 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 10 0 12045415 9037729792 2508 33554432000 4194304 4196468 140732958052736 139770327968184 139770718152419 0 4 0 16784584 18446744071582151416 0 0 -1 2 0 0 0 0 0 6293624 6294260 28463104 140732958057667 140732958057796 140732958057796 140732958060495 0
[pid=30719/tid=30727] ppid=30716 vsize=8825908 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/30719/task/30727/stat : 30727 (java) D 30716 30719 28202 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 10 0 12045415 9037729792 2508 33554432000 4194304 4196468 140732958052736 139770326915640 139770718152419 0 4 0 16784584 18446744071582151416 0 0 -1 12 0 0 0 0 0 6293624 6294260 28463104 140732958057667 140732958057796 140732958057796 140732958060495 0
[pid=30719/tid=30728] ppid=30716 vsize=8816720 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/30719/task/30728/stat : 30728 (java) D 30716 30719 28202 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 10 0 12045415 9028321280 2508 33554432000 4194304 4196468 140732958052736 139770325863792 139770718718672 0 4 0 16784584 18446744071582151416 0 0 -1 12 0 0 0 0 0 6293624 6294260 28463104 140732958057667 140732958057796 140732958057796 140732958060495 0

[startup+0.100164 s]
/proc/loadavg: 1.79 1.86 1.95 3/266 30719
/proc/meminfo: memFree=31506692/32770624 swapFree=5688/318920
[pid=30719] ppid=30716 vsize=10900580 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/30719/stat : 30719 (java) S 30716 30719 28202 0 -1 1077944320 4864 0 0 0 8 1 0 0 20 0 20 0 12045414 11162193920 5973 33554432000 4194304 4196468 140732958052736 140732958035280 139770725924599 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 28463104 140732958057667 140732958057796 140732958057796 140732958060495 0
/proc/30719/statm: 2725145 5973 2632 1 0 2713552 0
[pid=30719/tid=30720] ppid=30716 vsize=10900580 CPUtime=0.08 cores=0,2,4,6,8,10,12,14
/proc/30719/task/30720/stat : 30720 (java) R 30716 30719 28202 0 -1 4202560 2949 0 0 0 7 1 0 0 20 0 20 0 12045414 11162193920 5973 33554432000 4194304 4196468 140732958052736 139770730166880 139770710773776 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28463104 140732958057667 140732958057796 140732958057796 140732958060495 0
[pid=30719/tid=30721] ppid=30716 vsize=10900580 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/30719/task/30721/stat : 30721 (java) S 30716 30719 28202 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 12045415 11162193920 5973 33554432000 4194304 4196468 140732958052736 139770651998480 139770725934805 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28463104 140732958057667 140732958057796 140732958057796 140732958060495 0
[pid=30719/tid=30722] ppid=30716 vsize=10900580 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/30719/task/30722/stat : 30722 (java) S 30716 30719 28202 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 12045415 11162193920 5973 33554432000 4194304 4196468 140732958052736 139770332178832 139770725934805 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28463104 140732958057667 140732958057796 140732958057796 140732958060495 0
[pid=30719/tid=30723] ppid=30716 vsize=10900580 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/30719/task/30723/stat : 30723 (java) S 30716 30719 28202 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 12045415 11162193920 5973 33554432000 4194304 4196468 140732958052736 139770331126288 139770725934805 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 28463104 140732958057667 140732958057796 140732958057796 140732958060495 0
[pid=30719/tid=30724] ppid=30716 vsize=10900580 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/30719/task/30724/stat : 30724 (java) S 30716 30719 28202 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 12045415 11162193920 5973 33554432000 4194304 4196468 140732958052736 139770330073744 139770725934805 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 28463104 140732958057667 140732958057796 140732958057796 140732958060495 0
[pid=30719/tid=30725] ppid=30716 vsize=10900580 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/30719/task/30725/stat : 30725 (java) S 30716 30719 28202 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 12045415 11162193920 5973 33554432000 4194304 4196468 140732958052736 139770329021200 139770725934805 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 28463104 140732958057667 140732958057796 140732958057796 140732958060495 0
[pid=30719/tid=30726] ppid=30716 vsize=10900580 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/30719/task/30726/stat : 30726 (java) S 30716 30719 28202 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 12045415 11162193920 5973 33554432000 4194304 4196468 140732958052736 139770327968656 139770725934805 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 28463104 140732958057667 140732958057796 140732958057796 140732958060495 0
[pid=30719/tid=30727] ppid=30716 vsize=10900580 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/30719/task/30727/stat : 30727 (java) S 30716 30719 28202 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 12045415 11162193920 5973 33554432000 4194304 4196468 140732958052736 139770326916112 139770725934805 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 28463104 140732958057667 140732958057796 140732958057796 140732958060495 0
[pid=30719/tid=30728] ppid=30716 vsize=10900580 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/30719/task/30728/stat : 30728 (java) S 30716 30719 28202 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 12045415 11162193920 5973 33554432000 4194304 4196468 140732958052736 139770325863568 139770725934805 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28463104 140732958057667 140732958057796 140732958057796 140732958060495 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10900580

[startup+0.200938 s]
/proc/loadavg: 1.79 1.86 1.95 3/266 30719
/proc/meminfo: memFree=31506692/32770624 swapFree=5688/318920
[pid=30719] ppid=30716 vsize=10900612 CPUtime=0.29 cores=0,2,4,6,8,10,12,14
/proc/30719/stat : 30719 (java) S 30716 30719 28202 0 -1 1077944320 7294 0 0 0 26 3 0 0 20 0 20 0 12045414 11162226688 8671 33554432000 4194304 4196468 140732958052736 140732958035280 139770725924599 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 28463104 140732958057667 140732958057796 140732958057796 140732958060495 0
/proc/30719/statm: 2725153 8737 2915 1 0 2713560 0
[pid=30719/tid=30720] ppid=30716 vsize=10900612 CPUtime=0.18 cores=0,2,4,6,8,10,12,14
/proc/30719/task/30720/stat : 30720 (java) R 30716 30719 28202 0 -1 4202560 4512 0 0 0 16 2 0 0 20 0 20 0 12045414 11162226688 8737 33554432000 4194304 4196468 140732958052736 139770730138272 139770718604317 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28463104 140732958057667 140732958057796 140732958057796 140732958060495 0
[pid=30719/tid=30721] ppid=30716 vsize=10900612 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/30719/task/30721/stat : 30721 (java) S 30716 30719 28202 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 12045415 11162226688 8737 33554432000 4194304 4196468 140732958052736 139770651998480 139770725934805 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28463104 140732958057667 140732958057796 140732958057796 140732958060495 0
[pid=30719/tid=30722] ppid=30716 vsize=10900612 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/30719/task/30722/stat : 30722 (java) S 30716 30719 28202 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 12045415 11162226688 8803 33554432000 4194304 4196468 140732958052736 139770332178832 139770725934805 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28463104 140732958057667 140732958057796 140732958057796 140732958060495 0
[pid=30719/tid=30723] ppid=30716 vsize=10900612 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/30719/task/30723/stat : 30723 (java) S 30716 30719 28202 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 12045415 11162226688 8803 33554432000 4194304 4196468 140732958052736 139770331126288 139770725934805 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 28463104 140732958057667 140732958057796 140732958057796 140732958060495 0
[pid=30719/tid=30724] ppid=30716 vsize=10900612 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/30719/task/30724/stat : 30724 (java) S 30716 30719 28202 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 12045415 11162226688 8803 33554432000 4194304 4196468 140732958052736 139770330073744 139770725934805 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 28463104 140732958057667 140732958057796 140732958057796 140732958060495 0
[pid=30719/tid=30725] ppid=30716 vsize=10900612 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/30719/task/30725/stat : 30725 (java) S 30716 30719 28202 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 12045415 11162226688 8803 33554432000 4194304 4196468 140732958052736 139770329021200 139770725934805 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 28463104 140732958057667 140732958057796 140732958057796 140732958060495 0
[pid=30719/tid=30726] ppid=30716 vsize=10900612 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/30719/task/30726/stat : 30726 (java) S 30716 30719 28202 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 12045415 11162226688 8869 33554432000 4194304 4196468 140732958052736 139770327968656 139770725934805 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 28463104 140732958057667 140732958057796 140732958057796 140732958060495 0
[pid=30719/tid=30727] ppid=30716 vsize=10900612 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/30719/task/30727/stat : 30727 (java) S 30716 30719 28202 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 12045415 11162226688 8869 33554432000 4194304 4196468 140732958052736 139770326916112 139770725934805 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 28463104 140732958057667 140732958057796 140732958057796 140732958060495 0
[pid=30719/tid=30728] ppid=30716 vsize=10900612 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/30719/task/30728/stat : 30728 (java) S 30716 30719 28202 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 12045415 11162226688 8869 33554432000 4194304 4196468 140732958052736 139770325863568 139770725934805 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28463104 140732958057667 140732958057796 140732958057796 140732958060495 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 10900612

[startup+0.300661 s]
/proc/loadavg: 1.79 1.86 1.95 3/266 30719
/proc/meminfo: memFree=31506692/32770624 swapFree=5688/318920
[pid=30719] ppid=30716 vsize=10969228 CPUtime=0.49 cores=0,2,4,6,8,10,12,14
/proc/30719/stat : 30719 (java) S 30716 30719 28202 0 -1 1077944320 8417 0 0 0 45 4 0 0 20 0 21 0 12045414 11232489472 13308 33554432000 4194304 4196468 140732958052736 140732958035280 139770725924599 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 28463104 140732958057667 140732958057796 140732958057796 140732958060495 0
/proc/30719/statm: 2742307 13308 2993 1 0 2730193 0
[pid=30719/tid=30720] ppid=30716 vsize=10969228 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/30719/task/30720/stat : 30720 (java) S 30716 30719 28202 0 -1 1077944384 5176 0 0 0 24 2 0 0 20 0 21 0 12045414 11232489472 13308 33554432000 4194304 4196468 140732958052736 139770730167472 139770725934805 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28463104 140732958057667 140732958057796 140732958057796 140732958060495 0
[pid=30719/tid=30721] ppid=30716 vsize=10969228 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/30719/task/30721/stat : 30721 (java) S 30716 30719 28202 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 12045415 11232489472 13308 33554432000 4194304 4196468 140732958052736 139770651998480 139770725934805 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28463104 140732958057667 140732958057796 140732958057796 140732958060495 0
[pid=30719/tid=30722] ppid=30716 vsize=10969228 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/30719/task/30722/stat : 30722 (java) S 30716 30719 28202 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 12045415 11232489472 13308 33554432000 4194304 4196468 140732958052736 139770332178832 139770725934805 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28463104 140732958057667 140732958057796 140732958057796 140732958060495 0
[pid=30719/tid=30723] ppid=30716 vsize=10969228 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/30719/task/30723/stat : 30723 (java) S 30716 30719 28202 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 21 0 12045415 11232489472 13308 33554432000 4194304 4196468 140732958052736 139770331126288 139770725934805 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 28463104 140732958057667 140732958057796 140732958057796 140732958060495 0
[pid=30719/tid=30724] ppid=30716 vsize=10969228 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/30719/task/30724/stat : 30724 (java) S 30716 30719 28202 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 21 0 12045415 11232489472 13308 33554432000 4194304 4196468 140732958052736 139770330073744 139770725934805 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 28463104 140732958057667 140732958057796 140732958057796 140732958060495 0
[pid=30719/tid=30725] ppid=30716 vsize=10969228 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/30719/task/30725/stat : 30725 (java) S 30716 30719 28202 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 12045415 11232489472 13308 33554432000 4194304 4196468 140732958052736 139770329021200 139770725934805 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 28463104 140732958057667 140732958057796 140732958057796 140732958060495 0
[pid=30719/tid=30726] ppid=30716 vsize=10969228 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/30719/task/30726/stat : 30726 (java) S 30716 30719 28202 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 21 0 12045415 11232489472 13308 33554432000 4194304 4196468 140732958052736 139770327968656 139770725934805 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 28463104 140732958057667 140732958057796 140732958057796 140732958060495 0
[pid=30719/tid=30727] ppid=30716 vsize=10969228 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/30719/task/30727/stat : 30727 (java) S 30716 30719 28202 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 21 0 12045415 11232489472 13308 33554432000 4194304 4196468 140732958052736 139770326916112 139770725934805 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 28463104 140732958057667 140732958057796 140732958057796 140732958060495 0
[pid=30719/tid=30728] ppid=30716 vsize=10969228 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/30719/task/30728/stat : 30728 (java) S 30716 30719 28202 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 12045415 11232489472 13308 33554432000 4194304 4196468 140732958052736 139770325863568 139770725934805 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28463104 140732958057667 140732958057796 140732958057796 140732958060495 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 10969228

[startup+0.70044 s]
/proc/loadavg: 1.79 1.86 1.95 3/266 30719
/proc/meminfo: memFree=31506692/32770624 swapFree=5688/318920
[pid=30719] ppid=30716 vsize=10971352 CPUtime=1.81 cores=0,2,4,6,8,10,12,14
/proc/30719/stat : 30719 (java) S 30716 30719 28202 0 -1 1077944320 13220 0 0 0 175 6 0 0 20 0 21 0 12045414 11234664448 27137 33554432000 4194304 4196468 140732958052736 140732958035280 139770725924599 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 28463104 140732958057667 140732958057796 140732958057796 140732958060495 0
/proc/30719/statm: 2742838 27137 3110 1 0 2730705 0
[pid=30719/tid=30720] ppid=30716 vsize=10971352 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/30719/task/30720/stat : 30720 (java) S 30716 30719 28202 0 -1 1077944384 5176 0 0 0 24 2 0 0 20 0 21 0 12045414 11234664448 27137 33554432000 4194304 4196468 140732958052736 139770730167472 139770725934805 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28463104 140732958057667 140732958057796 140732958057796 140732958060495 0
[pid=30719/tid=30721] ppid=30716 vsize=10971352 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/30719/task/30721/stat : 30721 (java) S 30716 30719 28202 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 12045415 11234664448 27137 33554432000 4194304 4196468 140732958052736 139770651998480 139770725934805 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28463104 140732958057667 140732958057796 140732958057796 140732958060495 0
[pid=30719/tid=30722] ppid=30716 vsize=10971352 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/30719/task/30722/stat : 30722 (java) S 30716 30719 28202 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 12045415 11234664448 27137 33554432000 4194304 4196468 140732958052736 139770332178832 139770725934805 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28463104 140732958057667 140732958057796 140732958057796 140732958060495 0
[pid=30719/tid=30723] ppid=30716 vsize=10971352 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/30719/task/30723/stat : 30723 (java) S 30716 30719 28202 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 21 0 12045415 11234664448 27137 33554432000 4194304 4196468 140732958052736 139770331126288 139770725934805 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 28463104 140732958057667 140732958057796 140732958057796 140732958060495 0
[pid=30719/tid=30724] ppid=30716 vsize=10971352 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/30719/task/30724/stat : 30724 (java) S 30716 30719 28202 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 21 0 12045415 11234664448 27137 33554432000 4194304 4196468 140732958052736 139770330073744 139770725934805 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 28463104 140732958057667 140732958057796 140732958057796 140732958060495 0
[pid=30719/tid=30725] ppid=30716 vsize=10971352 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/30719/task/30725/stat : 30725 (java) S 30716 30719 28202 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 12045415 11234664448 27137 33554432000 4194304 4196468 140732958052736 139770329021200 139770725934805 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 28463104 140732958057667 140732958057796 140732958057796 140732958060495 0
[pid=30719/tid=30726] ppid=30716 vsize=10971352 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/30719/task/30726/stat : 30726 (java) S 30716 30719 28202 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 21 0 12045415 11234664448 27137 33554432000 4194304 4196468 140732958052736 139770327968656 139770725934805 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 28463104 140732958057667 140732958057796 140732958057796 140732958060495 0
[pid=30719/tid=30727] ppid=30716 vsize=10971352 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/30719/task/30727/stat : 30727 (java) S 30716 30719 28202 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 21 0 12045415 11234664448 27137 33554432000 4194304 4196468 140732958052736 139770326916112 139770725934805 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 28463104 140732958057667 140732958057796 140732958057796 140732958060495 0
[pid=30719/tid=30728] ppid=30716 vsize=10971352 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/30719/task/30728/stat : 30728 (java) S 30716 30719 28202 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 12045415 11234664448 27137 33554432000 4194304 4196468 140732958052736 139770325863568 139770725934805 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28463104 140732958057667 140732958057796 140732958057796 140732958060495 0
Current children cumulated CPU time (s) 1.81
Current children cumulated vsize (KiB) 10971352

[startup+1.50113 s]
/proc/loadavg: 1.79 1.86 1.95 7/287 30740
/proc/meminfo: memFree=31345240/32770624 swapFree=5688/318976
[pid=30719] ppid=30716 vsize=10971352 CPUtime=5.26 cores=0,2,4,6,8,10,12,14
/proc/30719/stat : 30719 (java) S 30716 30719 28202 0 -1 1077944320 18787 0 0 0 502 24 0 0 20 0 21 0 12045414 11234664448 59516 33554432000 4194304 4196468 140732958052736 140732958035280 139770725924599 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 28463104 140732958057667 140732958057796 140732958057796 140732958060495 0
/proc/30719/statm: 2742838 59516 3149 1 0 2730705 0
[pid=30719/tid=30720] ppid=30716 vsize=10971352 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/30719/task/30720/stat : 30720 (java) S 30716 30719 28202 0 -1 1077944384 5176 0 0 0 24 2 0 0 20 0 21 0 12045414 11234664448 59516 33554432000 4194304 4196468 140732958052736 139770730167472 139770725934805 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28463104 140732958057667 140732958057796 140732958057796 140732958060495 0
[pid=30719/tid=30721] ppid=30716 vsize=10971352 CPUtime=0.03 cores=0,2,4,6,8,10,12,14
/proc/30719/task/30721/stat : 30721 (java) S 30716 30719 28202 0 -1 1077944384 22 0 0 0 1 2 0 0 20 0 21 0 12045415 11234664448 59516 33554432000 4194304 4196468 140732958052736 139770651998480 139770725934805 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 28463104 140732958057667 140732958057796 140732958057796 140732958060495 0
[pid=30719/tid=30722] ppid=30716 vsize=10971352 CPUtime=0.03 cores=0,2,4,6,8,10,12,14
/proc/30719/task/30722/stat : 30722 (java) S 30716 30719 28202 0 -1 1077944384 27 0 0 0 1 2 0 0 20 0 21 0 12045415 11234664448 59516 33554432000 4194304 4196468 140732958052736 139770332178832 139770725934805 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28463104 140732958057667 140732958057796 140732958057796 140732958060495 0
[pid=30719/tid=30723] ppid=30716 vsize=10971352 CPUtime=0.02 cores=0,2,4,6,8,10,12,14
/proc/30719/task/30723/stat : 30723 (java) S 30716 30719 28202 0 -1 1077944384 17 0 0 0 1 1 0 0 20 0 21 0 12045415 11234664448 59516 33554432000 4194304 4196468 140732958052736 139770331126288 139770725934805 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28463104 140732958057667 140732958057796 140732958057796 140732958060495 0
[pid=30719/tid=30724] ppid=30716 vsize=10971352 CPUtime=0.03 cores=0,2,4,6,8,10,12,14
/proc/30719/task/30724/stat : 30724 (java) S 30716 30719 28202 0 -1 1077944384 19 0 0 0 1 2 0 0 20 0 21 0 12045415 11234664448 59516 33554432000 4194304 4196468 140732958052736 139770330073744 139770725934805 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28463104 140732958057667 140732958057796 140732958057796 140732958060495 0
[pid=30719/tid=30725] ppid=30716 vsize=10971352 CPUtime=0.02 cores=0,2,4,6,8,10,12,14
/proc/30719/task/30725/stat : 30725 (java) S 30716 30719 28202 0 -1 1077944384 26 0 0 0 1 1 0 0 20 0 21 0 12045415 11234664448 59516 33554432000 4194304 4196468 140732958052736 139770329021200 139770725934805 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 28463104 140732958057667 140732958057796 140732958057796 140732958060495 0
[pid=30719/tid=30726] ppid=30716 vsize=10971352 CPUtime=0.02 cores=0,2,4,6,8,10,12,14
/proc/30719/task/30726/stat : 30726 (java) S 30716 30719 28202 0 -1 1077944384 19 0 0 0 1 1 0 0 20 0 21 0 12045415 11234664448 59516 33554432000 4194304 4196468 140732958052736 139770327968656 139770725934805 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28463104 140732958057667 140732958057796 140732958057796 140732958060495 0
[pid=30719/tid=30727] ppid=30716 vsize=10971352 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/30719/task/30727/stat : 30727 (java) S 30716 30719 28202 0 -1 1077944384 17 0 0 0 0 1 0 0 20 0 21 0 12045415 11234664448 59516 33554432000 4194304 4196468 140732958052736 139770326916112 139770725934805 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 28463104 140732958057667 140732958057796 140732958057796 140732958060495 0
[pid=30719/tid=30728] ppid=30716 vsize=10971352 CPUtime=0.02 cores=0,2,4,6,8,10,12,14
/proc/30719/task/30728/stat : 30728 (java) S 30716 30719 28202 0 -1 1077944384 22 0 0 0 1 1 0 0 20 0 21 0 12045415 11234664448 59516 33554432000 4194304 4196468 140732958052736 139770325863568 139770725934805 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28463104 140732958057667 140732958057796 140732958057796 140732958060495 0
[pid=30719/tid=30730] ppid=30716 vsize=10971352 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/30719/task/30730/stat : 30730 (java) S 30716 30719 28202 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 21 0 12045418 11234664448 59516 33554432000 4194304 4196468 140732958052736 139769866139632 139770725935746 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28463104 140732958057667 140732958057796 140732958057796 140732958060495 0
[pid=30719/tid=30731] ppid=30716 vsize=10971352 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/30719/task/30731/stat : 30731 (java) S 30716 30719 28202 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 21 0 12045418 11234664448 59516 33554432000 4194304 4196468 140732958052736 139769865085856 139770725934805 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 28463104 140732958057667 140732958057796 140732958057796 140732958060495 0
[pid=30719/tid=30732] ppid=30716 vsize=10971352 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/30719/task/30732/stat : 30732 (java) S 30716 30719 28202 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 21 0 12045419 11234664448 59516 33554432000 4194304 4196468 140732958052736 139769864033264 139770725934805 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28463104 140732958057667 140732958057796 140732958057796 140732958060495 0
[pid=30719/tid=30733] ppid=30716 vsize=10971352 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/30719/task/30733/stat : 30733 (java) S 30716 30719 28202 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 12045423 11234664448 59516 33554432000 4194304 4196468 140732958052736 139769862981840 139770725943195 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 28463104 140732958057667 140732958057796 140732958057796 140732958060495 0
[pid=30719/tid=30734] ppid=30716 vsize=10971352 CPUtime=0.94 cores=0,2,4,6,8,10,12,14
/proc/30719/task/30734/stat : 30734 (java) S 30716 30719 28202 0 -1 1077944384 2725 0 0 0 93 1 0 0 20 0 21 0 12045423 11234664448 59516 33554432000 4194304 4196468 140732958052736 139769861929456 139770725935746 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28463104 140732958057667 140732958057796 140732958057796 140732958060495 0
[pid=30719/tid=30735] ppid=30716 vsize=10971352 CPUtime=0.93 cores=0,2,4,6,8,10,12,14
/proc/30719/task/30735/stat : 30735 (java) S 30716 30719 28202 0 -1 1077944384 2840 0 0 0 93 0 0 0 20 0 21 0 12045423 11234664448 59516 33554432000 4194304 4196468 140732958052736 139769860876912 139770725935746 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28463104 140732958057667 140732958057796 140732958057796 140732958060495 0
[pid=30719/tid=30736] ppid=30716 vsize=10971352 CPUtime=0.9 cores=0,2,4,6,8,10,12,14
/proc/30719/task/30736/stat : 30736 (java) R 30716 30719 28202 0 -1 4202560 1802 0 0 0 90 0 0 0 20 0 21 0 12045423 11234664448 59516 33554432000 4194304 4196468 140732958052736 139769859823504 139770707444150 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 28463104 140732958057667 140732958057796 140732958057796 140732958060495 0
[pid=30719/tid=30737] ppid=30716 vsize=10971352 CPUtime=0.75 cores=0,2,4,6,8,10,12,14
/proc/30719/task/30737/stat : 30737 (java) S 30716 30719 28202 0 -1 1077944384 2588 0 0 0 75 0 0 0 20 0 21 0 12045423 11234664448 59516 33554432000 4194304 4196468 140732958052736 139769858771824 139770725935746 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28463104 140732958057667 140732958057796 140732958057796 140732958060495 0
[pid=30719/tid=30738] ppid=30716 vsize=10971352 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/30719/task/30738/stat : 30738 (java) S 30716 30719 28202 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 12045423 11234664448 59516 33554432000 4194304 4196468 140732958052736 139769857718496 139770725934805 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 28463104 140732958057667 140732958057796 140732958057796 140732958060495 0
[pid=30719/tid=30739] ppid=30716 vsize=10971352 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/30719/task/30739/stat : 30739 (java) S 30716 30719 28202 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 12045423 11234664448 59516 33554432000 4194304 4196468 140732958052736 139769856666032 139770725935746 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28463104 140732958057667 140732958057796 140732958057796 140732958060495 0
[pid=30719/tid=30740] ppid=30716 vsize=10971352 CPUtime=1.16 cores=0,2,4,6,8,10,12,14

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

[pid=30719/tid=30739] ppid=30716 vsize=10973400 CPUtime=0.88 cores=0,2,4,6,8,10,12,14
/proc/30719/task/30739/stat : 30739 (java) S 30716 30719 28202 0 -1 1077944384 2301 0 0 0 47 41 0 0 20 0 21 0 12045423 11236761600 587298 33554432000 4194304 4196468 140732958052736 139769856666032 139770725935746 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 7 0 0 6293624 6294260 28463104 140732958057667 140732958057796 140732958057796 140732958060495 0
[pid=30719/tid=30740] ppid=30716 vsize=10973400 CPUtime=2320.89 cores=0,2,4,6,8,10,12,14
/proc/30719/task/30740/stat : 30740 (java) R 30716 30719 28202 0 -1 4202560 29049 0 0 0 232058 31 0 0 20 0 21 0 12045442 11236761600 587298 33554432000 4194304 4196468 140732958052736 139769853475432 139770340565818 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 28463104 140732958057667 140732958057796 140732958057796 140732958060495 0
Current children cumulated CPU time (s) 2332.19
Current children cumulated vsize (KiB) 10973400

[startup+2382.3 s]
/proc/loadavg: 2.05 2.04 2.00 3/287 30928
/proc/meminfo: memFree=27847768/32770624 swapFree=5688/320348
[pid=30719] ppid=30716 vsize=10973400 CPUtime=2392.19 cores=0,2,4,6,8,10,12,14
/proc/30719/stat : 30719 (java) S 30716 30719 28202 0 -1 1077944320 83780 0 0 0 238998 221 0 0 20 0 21 0 12045414 11236761600 587298 33554432000 4194304 4196468 140732958052736 140732958035280 139770725924599 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 28463104 140732958057667 140732958057796 140732958057796 140732958060495 0
/proc/30719/statm: 2743350 587298 3176 1 0 2731217 0
[pid=30719/tid=30720] ppid=30716 vsize=10973400 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/30719/task/30720/stat : 30720 (java) S 30716 30719 28202 0 -1 1077944384 5176 0 0 0 24 2 0 0 20 0 21 0 12045414 11236761600 587298 33554432000 4194304 4196468 140732958052736 139770730167472 139770725934805 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28463104 140732958057667 140732958057796 140732958057796 140732958060495 0
[pid=30719/tid=30721] ppid=30716 vsize=10973400 CPUtime=0.32 cores=0,2,4,6,8,10,12,14
/proc/30719/task/30721/stat : 30721 (java) S 30716 30719 28202 0 -1 1077944384 1590 0 0 0 13 19 0 0 20 0 21 0 12045415 11236761600 587298 33554432000 4194304 4196468 140732958052736 139770651998480 139770725934805 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 28463104 140732958057667 140732958057796 140732958057796 140732958060495 0
[pid=30719/tid=30722] ppid=30716 vsize=10973400 CPUtime=0.32 cores=0,2,4,6,8,10,12,14
/proc/30719/task/30722/stat : 30722 (java) S 30716 30719 28202 0 -1 1077944384 443 0 0 0 13 19 0 0 20 0 21 0 12045415 11236761600 587298 33554432000 4194304 4196468 140732958052736 139770332178832 139770725934805 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 28463104 140732958057667 140732958057796 140732958057796 140732958060495 0
[pid=30719/tid=30723] ppid=30716 vsize=10973400 CPUtime=0.33 cores=0,2,4,6,8,10,12,14
/proc/30719/task/30723/stat : 30723 (java) S 30716 30719 28202 0 -1 1077944384 472 0 0 0 13 20 0 0 20 0 21 0 12045415 11236761600 587298 33554432000 4194304 4196468 140732958052736 139770331126288 139770725934805 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28463104 140732958057667 140732958057796 140732958057796 140732958060495 0
[pid=30719/tid=30724] ppid=30716 vsize=10973400 CPUtime=0.33 cores=0,2,4,6,8,10,12,14
/proc/30719/task/30724/stat : 30724 (java) S 30716 30719 28202 0 -1 1077944384 713 0 0 0 14 19 0 0 20 0 21 0 12045415 11236761600 587298 33554432000 4194304 4196468 140732958052736 139770330073744 139770725934805 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 28463104 140732958057667 140732958057796 140732958057796 140732958060495 0
[pid=30719/tid=30725] ppid=30716 vsize=10973400 CPUtime=0.3 cores=0,2,4,6,8,10,12,14
/proc/30719/task/30725/stat : 30725 (java) S 30716 30719 28202 0 -1 1077944384 336 0 0 0 13 17 0 0 20 0 21 0 12045415 11236761600 587298 33554432000 4194304 4196468 140732958052736 139770329021200 139770725934805 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28463104 140732958057667 140732958057796 140732958057796 140732958060495 0
[pid=30719/tid=30726] ppid=30716 vsize=10973400 CPUtime=0.32 cores=0,2,4,6,8,10,12,14
/proc/30719/task/30726/stat : 30726 (java) S 30716 30719 28202 0 -1 1077944384 650 0 0 0 15 17 0 0 20 0 21 0 12045415 11236761600 587298 33554432000 4194304 4196468 140732958052736 139770327968656 139770725934805 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 28463104 140732958057667 140732958057796 140732958057796 140732958060495 0
[pid=30719/tid=30727] ppid=30716 vsize=10973400 CPUtime=0.31 cores=0,2,4,6,8,10,12,14
/proc/30719/task/30727/stat : 30727 (java) S 30716 30719 28202 0 -1 1077944384 637 0 0 0 15 16 0 0 20 0 21 0 12045415 11236761600 587298 33554432000 4194304 4196468 140732958052736 139770326916112 139770725934805 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28463104 140732958057667 140732958057796 140732958057796 140732958060495 0
[pid=30719/tid=30728] ppid=30716 vsize=10973400 CPUtime=0.31 cores=0,2,4,6,8,10,12,14
/proc/30719/task/30728/stat : 30728 (java) S 30716 30719 28202 0 -1 1077944384 1156 0 0 0 13 18 0 0 20 0 21 0 12045415 11236761600 587298 33554432000 4194304 4196468 140732958052736 139770325863568 139770725934805 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28463104 140732958057667 140732958057796 140732958057796 140732958060495 0
[pid=30719/tid=30730] ppid=30716 vsize=10973400 CPUtime=0.05 cores=0,2,4,6,8,10,12,14
/proc/30719/task/30730/stat : 30730 (java) S 30716 30719 28202 0 -1 1077944384 2847 0 0 0 3 2 0 0 20 0 21 0 12045418 11236761600 587298 33554432000 4194304 4196468 140732958052736 139769866139632 139770725935746 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28463104 140732958057667 140732958057796 140732958057796 140732958060495 0
[pid=30719/tid=30731] ppid=30716 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/30719/task/30731/stat : 30731 (java) S 30716 30719 28202 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 21 0 12045418 11236761600 587298 33554432000 4194304 4196468 140732958052736 139769865085920 139770725934805 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28463104 140732958057667 140732958057796 140732958057796 140732958060495 0
[pid=30719/tid=30732] ppid=30716 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/30719/task/30732/stat : 30732 (java) S 30716 30719 28202 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 21 0 12045419 11236761600 587298 33554432000 4194304 4196468 140732958052736 139769864033280 139770725934805 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28463104 140732958057667 140732958057796 140732958057796 140732958060495 0
[pid=30719/tid=30733] ppid=30716 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/30719/task/30733/stat : 30733 (java) S 30716 30719 28202 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 12045423 11236761600 587298 33554432000 4194304 4196468 140732958052736 139769862981840 139770725943195 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 28463104 140732958057667 140732958057796 140732958057796 140732958060495 0
[pid=30719/tid=30734] ppid=30716 vsize=10973400 CPUtime=2.27 cores=0,2,4,6,8,10,12,14
/proc/30719/task/30734/stat : 30734 (java) S 30716 30719 28202 0 -1 1077944384 10037 0 0 0 225 2 0 0 20 0 21 0 12045423 11236761600 587298 33554432000 4194304 4196468 140732958052736 139769861929456 139770725935746 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28463104 140732958057667 140732958057796 140732958057796 140732958060495 0
[pid=30719/tid=30735] ppid=30716 vsize=10973400 CPUtime=2.07 cores=0,2,4,6,8,10,12,14
/proc/30719/task/30735/stat : 30735 (java) S 30716 30719 28202 0 -1 1077944384 7208 0 0 0 206 1 0 0 20 0 21 0 12045423 11236761600 587298 33554432000 4194304 4196468 140732958052736 139769860876912 139770725935746 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28463104 140732958057667 140732958057796 140732958057796 140732958060495 0
[pid=30719/tid=30736] ppid=30716 vsize=10973400 CPUtime=2.06 cores=0,2,4,6,8,10,12,14
/proc/30719/task/30736/stat : 30736 (java) S 30716 30719 28202 0 -1 1077944384 8695 0 0 0 205 1 0 0 20 0 21 0 12045423 11236761600 587298 33554432000 4194304 4196468 140732958052736 139769859824368 139770725935746 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 28463104 140732958057667 140732958057796 140732958057796 140732958060495 0
[pid=30719/tid=30737] ppid=30716 vsize=10973400 CPUtime=1.01 cores=0,2,4,6,8,10,12,14
/proc/30719/task/30737/stat : 30737 (java) S 30716 30719 28202 0 -1 1077944384 10265 0 0 0 100 1 0 0 20 0 21 0 12045423 11236761600 587298 33554432000 4194304 4196468 140732958052736 139769858771824 139770725935746 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 28463104 140732958057667 140732958057796 140732958057796 140732958060495 0
[pid=30719/tid=30738] ppid=30716 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/30719/task/30738/stat : 30738 (java) S 30716 30719 28202 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 12045423 11236761600 587298 33554432000 4194304 4196468 140732958052736 139769857718496 139770725934805 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 28463104 140732958057667 140732958057796 140732958057796 140732958060495 0
[pid=30719/tid=30739] ppid=30716 vsize=10973400 CPUtime=0.91 cores=0,2,4,6,8,10,12,14
/proc/30719/task/30739/stat : 30739 (java) S 30716 30719 28202 0 -1 1077944384 2330 0 0 0 48 43 0 0 20 0 21 0 12045423 11236761600 587298 33554432000 4194304 4196468 140732958052736 139769856666032 139770725935746 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 7 0 0 6293624 6294260 28463104 140732958057667 140732958057796 140732958057796 140732958060495 0
[pid=30719/tid=30740] ppid=30716 vsize=10973400 CPUtime=2380.88 cores=0,2,4,6,8,10,12,14
/proc/30719/task/30740/stat : 30740 (java) R 30716 30719 28202 0 -1 4202560 29817 0 0 0 238057 31 0 0 20 0 21 0 12045442 11236761600 587298 33554432000 4194304 4196468 140732958052736 139769853475432 139770341079422 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 28463104 140732958057667 140732958057796 140732958057796 140732958060495 0
Current children cumulated CPU time (s) 2392.19
Current children cumulated vsize (KiB) 10973400



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2390.1 s]
/proc/loadavg: 2.05 2.04 2.00 3/287 30928
/proc/meminfo: memFree=27847768/32770624 swapFree=5688/320356
[pid=30719] ppid=30716 vsize=10973400 CPUtime=2400 cores=0,2,4,6,8,10,12,14
/proc/30719/stat : 30719 (java) S 30716 30719 28202 0 -1 1077944320 83989 0 0 0 239779 221 0 0 20 0 21 0 12045414 11236761600 587298 33554432000 4194304 4196468 140732958052736 140732958035280 139770725924599 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 28463104 140732958057667 140732958057796 140732958057796 140732958060495 0
/proc/30719/statm: 2743350 587298 3176 1 0 2731217 0
[pid=30719/tid=30720] ppid=30716 vsize=10973400 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/30719/task/30720/stat : 30720 (java) S 30716 30719 28202 0 -1 1077944384 5176 0 0 0 24 2 0 0 20 0 21 0 12045414 11236761600 587298 33554432000 4194304 4196468 140732958052736 139770730167472 139770725934805 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28463104 140732958057667 140732958057796 140732958057796 140732958060495 0
[pid=30719/tid=30721] ppid=30716 vsize=10973400 CPUtime=0.32 cores=0,2,4,6,8,10,12,14
/proc/30719/task/30721/stat : 30721 (java) S 30716 30719 28202 0 -1 1077944384 1590 0 0 0 13 19 0 0 20 0 21 0 12045415 11236761600 587298 33554432000 4194304 4196468 140732958052736 139770651998480 139770725934805 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 28463104 140732958057667 140732958057796 140732958057796 140732958060495 0
[pid=30719/tid=30722] ppid=30716 vsize=10973400 CPUtime=0.32 cores=0,2,4,6,8,10,12,14
/proc/30719/task/30722/stat : 30722 (java) S 30716 30719 28202 0 -1 1077944384 443 0 0 0 13 19 0 0 20 0 21 0 12045415 11236761600 587298 33554432000 4194304 4196468 140732958052736 139770332178832 139770725934805 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 28463104 140732958057667 140732958057796 140732958057796 140732958060495 0
[pid=30719/tid=30723] ppid=30716 vsize=10973400 CPUtime=0.33 cores=0,2,4,6,8,10,12,14
/proc/30719/task/30723/stat : 30723 (java) S 30716 30719 28202 0 -1 1077944384 472 0 0 0 13 20 0 0 20 0 21 0 12045415 11236761600 587298 33554432000 4194304 4196468 140732958052736 139770331126288 139770725934805 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28463104 140732958057667 140732958057796 140732958057796 140732958060495 0
[pid=30719/tid=30724] ppid=30716 vsize=10973400 CPUtime=0.33 cores=0,2,4,6,8,10,12,14
/proc/30719/task/30724/stat : 30724 (java) S 30716 30719 28202 0 -1 1077944384 713 0 0 0 14 19 0 0 20 0 21 0 12045415 11236761600 587298 33554432000 4194304 4196468 140732958052736 139770330073744 139770725934805 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 28463104 140732958057667 140732958057796 140732958057796 140732958060495 0
[pid=30719/tid=30725] ppid=30716 vsize=10973400 CPUtime=0.3 cores=0,2,4,6,8,10,12,14
/proc/30719/task/30725/stat : 30725 (java) S 30716 30719 28202 0 -1 1077944384 336 0 0 0 13 17 0 0 20 0 21 0 12045415 11236761600 587298 33554432000 4194304 4196468 140732958052736 139770329021200 139770725934805 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28463104 140732958057667 140732958057796 140732958057796 140732958060495 0
[pid=30719/tid=30726] ppid=30716 vsize=10973400 CPUtime=0.32 cores=0,2,4,6,8,10,12,14
/proc/30719/task/30726/stat : 30726 (java) S 30716 30719 28202 0 -1 1077944384 650 0 0 0 15 17 0 0 20 0 21 0 12045415 11236761600 587298 33554432000 4194304 4196468 140732958052736 139770327968656 139770725934805 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 28463104 140732958057667 140732958057796 140732958057796 140732958060495 0
[pid=30719/tid=30727] ppid=30716 vsize=10973400 CPUtime=0.31 cores=0,2,4,6,8,10,12,14
/proc/30719/task/30727/stat : 30727 (java) S 30716 30719 28202 0 -1 1077944384 637 0 0 0 15 16 0 0 20 0 21 0 12045415 11236761600 587298 33554432000 4194304 4196468 140732958052736 139770326916112 139770725934805 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28463104 140732958057667 140732958057796 140732958057796 140732958060495 0
[pid=30719/tid=30728] ppid=30716 vsize=10973400 CPUtime=0.31 cores=0,2,4,6,8,10,12,14
/proc/30719/task/30728/stat : 30728 (java) S 30716 30719 28202 0 -1 1077944384 1156 0 0 0 13 18 0 0 20 0 21 0 12045415 11236761600 587298 33554432000 4194304 4196468 140732958052736 139770325863568 139770725934805 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28463104 140732958057667 140732958057796 140732958057796 140732958060495 0
[pid=30719/tid=30730] ppid=30716 vsize=10973400 CPUtime=0.05 cores=0,2,4,6,8,10,12,14
/proc/30719/task/30730/stat : 30730 (java) S 30716 30719 28202 0 -1 1077944384 2867 0 0 0 3 2 0 0 20 0 21 0 12045418 11236761600 587298 33554432000 4194304 4196468 140732958052736 139769866139632 139770725935746 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28463104 140732958057667 140732958057796 140732958057796 140732958060495 0
[pid=30719/tid=30731] ppid=30716 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/30719/task/30731/stat : 30731 (java) S 30716 30719 28202 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 21 0 12045418 11236761600 587298 33554432000 4194304 4196468 140732958052736 139769865085920 139770725934805 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28463104 140732958057667 140732958057796 140732958057796 140732958060495 0
[pid=30719/tid=30732] ppid=30716 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/30719/task/30732/stat : 30732 (java) S 30716 30719 28202 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 21 0 12045419 11236761600 587298 33554432000 4194304 4196468 140732958052736 139769864033280 139770725934805 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28463104 140732958057667 140732958057796 140732958057796 140732958060495 0
[pid=30719/tid=30733] ppid=30716 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/30719/task/30733/stat : 30733 (java) S 30716 30719 28202 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 12045423 11236761600 587298 33554432000 4194304 4196468 140732958052736 139769862981840 139770725943195 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 28463104 140732958057667 140732958057796 140732958057796 140732958060495 0
[pid=30719/tid=30734] ppid=30716 vsize=10973400 CPUtime=2.27 cores=0,2,4,6,8,10,12,14
/proc/30719/task/30734/stat : 30734 (java) S 30716 30719 28202 0 -1 1077944384 10039 0 0 0 225 2 0 0 20 0 21 0 12045423 11236761600 587298 33554432000 4194304 4196468 140732958052736 139769861929456 139770725935746 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28463104 140732958057667 140732958057796 140732958057796 140732958060495 0
[pid=30719/tid=30735] ppid=30716 vsize=10973400 CPUtime=2.07 cores=0,2,4,6,8,10,12,14
/proc/30719/task/30735/stat : 30735 (java) S 30716 30719 28202 0 -1 1077944384 7210 0 0 0 206 1 0 0 20 0 21 0 12045423 11236761600 587298 33554432000 4194304 4196468 140732958052736 139769860876912 139770725935746 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28463104 140732958057667 140732958057796 140732958057796 140732958060495 0
[pid=30719/tid=30736] ppid=30716 vsize=10973400 CPUtime=2.06 cores=0,2,4,6,8,10,12,14
/proc/30719/task/30736/stat : 30736 (java) S 30716 30719 28202 0 -1 1077944384 8703 0 0 0 205 1 0 0 20 0 21 0 12045423 11236761600 587298 33554432000 4194304 4196468 140732958052736 139769859824368 139770725935746 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 28463104 140732958057667 140732958057796 140732958057796 140732958060495 0
[pid=30719/tid=30737] ppid=30716 vsize=10973400 CPUtime=1.01 cores=0,2,4,6,8,10,12,14
/proc/30719/task/30737/stat : 30737 (java) S 30716 30719 28202 0 -1 1077944384 10267 0 0 0 100 1 0 0 20 0 21 0 12045423 11236761600 587298 33554432000 4194304 4196468 140732958052736 139769858771824 139770725935746 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 28463104 140732958057667 140732958057796 140732958057796 140732958060495 0
[pid=30719/tid=30738] ppid=30716 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/30719/task/30738/stat : 30738 (java) S 30716 30719 28202 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 12045423 11236761600 587298 33554432000 4194304 4196468 140732958052736 139769857718496 139770725934805 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 28463104 140732958057667 140732958057796 140732958057796 140732958060495 0
[pid=30719/tid=30739] ppid=30716 vsize=10973400 CPUtime=0.91 cores=0,2,4,6,8,10,12,14
/proc/30719/task/30739/stat : 30739 (java) S 30716 30719 28202 0 -1 1077944384 2348 0 0 0 48 43 0 0 20 0 21 0 12045423 11236761600 587298 33554432000 4194304 4196468 140732958052736 139769856666032 139770725935746 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 7 0 0 6293624 6294260 28463104 140732958057667 140732958057796 140732958057796 140732958060495 0
[pid=30719/tid=30740] ppid=30716 vsize=10973400 CPUtime=2388.67 cores=0,2,4,6,8,10,12,14
/proc/30719/task/30740/stat : 30740 (java) R 30716 30719 28202 0 -1 4202560 29974 0 0 0 238836 31 0 0 20 0 21 0 12045442 11236761600 587298 33554432000 4194304 4196468 140732958052736 139769853475432 139770333307504 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 28463104 140732958057667 140732958057796 140732958057796 140732958060495 0
Current children cumulated CPU time (s) 2400
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 30719 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2390.1 s]
/proc/loadavg: 2.05 2.04 2.00 3/287 30928
/proc/meminfo: memFree=27847768/32770624 swapFree=5688/320356
[pid=30719] ppid=30716 vsize=10973400 CPUtime=2400 cores=0,2,4,6,8,10,12,14
/proc/30719/stat : 30719 (java) S 30716 30719 28202 0 -1 1077944320 83989 0 0 0 239779 221 0 0 20 0 21 0 12045414 11236761600 587298 33554432000 4194304 4196468 140732958052736 140732958035280 139770725924599 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 28463104 140732958057667 140732958057796 140732958057796 140732958060495 0
/proc/30719/statm: 2743350 587298 3176 1 0 2731217 0
[pid=30719/tid=30720] ppid=30716 vsize=10973400 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/30719/task/30720/stat : 30720 (java) S 30716 30719 28202 0 -1 1077944384 5176 0 0 0 24 2 0 0 20 0 21 0 12045414 11236761600 587298 33554432000 4194304 4196468 140732958052736 139770730167472 139770725934805 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28463104 140732958057667 140732958057796 140732958057796 140732958060495 0
[pid=30719/tid=30721] ppid=30716 vsize=10973400 CPUtime=0.32 cores=0,2,4,6,8,10,12,14
/proc/30719/task/30721/stat : 30721 (java) S 30716 30719 28202 0 -1 1077944384 1590 0 0 0 13 19 0 0 20 0 21 0 12045415 11236761600 587298 33554432000 4194304 4196468 140732958052736 139770651998480 139770725934805 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 28463104 140732958057667 140732958057796 140732958057796 140732958060495 0
[pid=30719/tid=30722] ppid=30716 vsize=10973400 CPUtime=0.32 cores=0,2,4,6,8,10,12,14
/proc/30719/task/30722/stat : 30722 (java) S 30716 30719 28202 0 -1 1077944384 443 0 0 0 13 19 0 0 20 0 21 0 12045415 11236761600 587298 33554432000 4194304 4196468 140732958052736 139770332178832 139770725934805 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 28463104 140732958057667 140732958057796 140732958057796 140732958060495 0
[pid=30719/tid=30723] ppid=30716 vsize=10973400 CPUtime=0.33 cores=0,2,4,6,8,10,12,14
/proc/30719/task/30723/stat : 30723 (java) S 30716 30719 28202 0 -1 1077944384 472 0 0 0 13 20 0 0 20 0 21 0 12045415 11236761600 587298 33554432000 4194304 4196468 140732958052736 139770331126288 139770725934805 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28463104 140732958057667 140732958057796 140732958057796 140732958060495 0
[pid=30719/tid=30724] ppid=30716 vsize=10973400 CPUtime=0.33 cores=0,2,4,6,8,10,12,14
/proc/30719/task/30724/stat : 30724 (java) S 30716 30719 28202 0 -1 1077944384 713 0 0 0 14 19 0 0 20 0 21 0 12045415 11236761600 587298 33554432000 4194304 4196468 140732958052736 139770330073744 139770725934805 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 28463104 140732958057667 140732958057796 140732958057796 140732958060495 0
[pid=30719/tid=30725] ppid=30716 vsize=10973400 CPUtime=0.3 cores=0,2,4,6,8,10,12,14
/proc/30719/task/30725/stat : 30725 (java) S 30716 30719 28202 0 -1 1077944384 336 0 0 0 13 17 0 0 20 0 21 0 12045415 11236761600 587298 33554432000 4194304 4196468 140732958052736 139770329021200 139770725934805 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28463104 140732958057667 140732958057796 140732958057796 140732958060495 0
[pid=30719/tid=30726] ppid=30716 vsize=10973400 CPUtime=0.32 cores=0,2,4,6,8,10,12,14
/proc/30719/task/30726/stat : 30726 (java) S 30716 30719 28202 0 -1 1077944384 650 0 0 0 15 17 0 0 20 0 21 0 12045415 11236761600 587298 33554432000 4194304 4196468 140732958052736 139770327968656 139770725934805 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 28463104 140732958057667 140732958057796 140732958057796 140732958060495 0
[pid=30719/tid=30727] ppid=30716 vsize=10973400 CPUtime=0.31 cores=0,2,4,6,8,10,12,14
/proc/30719/task/30727/stat : 30727 (java) S 30716 30719 28202 0 -1 1077944384 637 0 0 0 15 16 0 0 20 0 21 0 12045415 11236761600 587298 33554432000 4194304 4196468 140732958052736 139770326916112 139770725934805 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28463104 140732958057667 140732958057796 140732958057796 140732958060495 0
[pid=30719/tid=30728] ppid=30716 vsize=10973400 CPUtime=0.31 cores=0,2,4,6,8,10,12,14
/proc/30719/task/30728/stat : 30728 (java) S 30716 30719 28202 0 -1 1077944384 1156 0 0 0 13 18 0 0 20 0 21 0 12045415 11236761600 587298 33554432000 4194304 4196468 140732958052736 139770325863568 139770725934805 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28463104 140732958057667 140732958057796 140732958057796 140732958060495 0
[pid=30719/tid=30730] ppid=30716 vsize=10973400 CPUtime=0.05 cores=0,2,4,6,8,10,12,14
/proc/30719/task/30730/stat : 30730 (java) S 30716 30719 28202 0 -1 1077944384 2867 0 0 0 3 2 0 0 20 0 21 0 12045418 11236761600 587298 33554432000 4194304 4196468 140732958052736 139769866139632 139770725935746 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28463104 140732958057667 140732958057796 140732958057796 140732958060495 0
[pid=30719/tid=30731] ppid=30716 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/30719/task/30731/stat : 30731 (java) S 30716 30719 28202 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 21 0 12045418 11236761600 587298 33554432000 4194304 4196468 140732958052736 139769865085920 139770725934805 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28463104 140732958057667 140732958057796 140732958057796 140732958060495 0
[pid=30719/tid=30732] ppid=30716 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/30719/task/30732/stat : 30732 (java) S 30716 30719 28202 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 21 0 12045419 11236761600 587298 33554432000 4194304 4196468 140732958052736 139769864033280 139770725934805 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28463104 140732958057667 140732958057796 140732958057796 140732958060495 0
[pid=30719/tid=30733] ppid=30716 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/30719/task/30733/stat : 30733 (java) S 30716 30719 28202 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 12045423 11236761600 587298 33554432000 4194304 4196468 140732958052736 139769862981840 139770725943195 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 28463104 140732958057667 140732958057796 140732958057796 140732958060495 0
[pid=30719/tid=30734] ppid=30716 vsize=10973400 CPUtime=2.27 cores=0,2,4,6,8,10,12,14
/proc/30719/task/30734/stat : 30734 (java) S 30716 30719 28202 0 -1 1077944384 10039 0 0 0 225 2 0 0 20 0 21 0 12045423 11236761600 587298 33554432000 4194304 4196468 140732958052736 139769861929456 139770725935746 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28463104 140732958057667 140732958057796 140732958057796 140732958060495 0
[pid=30719/tid=30735] ppid=30716 vsize=10973400 CPUtime=2.07 cores=0,2,4,6,8,10,12,14
/proc/30719/task/30735/stat : 30735 (java) S 30716 30719 28202 0 -1 1077944384 7210 0 0 0 206 1 0 0 20 0 21 0 12045423 11236761600 587298 33554432000 4194304 4196468 140732958052736 139769860876912 139770725935746 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28463104 140732958057667 140732958057796 140732958057796 140732958060495 0
[pid=30719/tid=30736] ppid=30716 vsize=10973400 CPUtime=2.06 cores=0,2,4,6,8,10,12,14
/proc/30719/task/30736/stat : 30736 (java) S 30716 30719 28202 0 -1 1077944384 8703 0 0 0 205 1 0 0 20 0 21 0 12045423 11236761600 587298 33554432000 4194304 4196468 140732958052736 139769859824368 139770725935746 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 28463104 140732958057667 140732958057796 140732958057796 140732958060495 0
[pid=30719/tid=30737] ppid=30716 vsize=10973400 CPUtime=1.01 cores=0,2,4,6,8,10,12,14
/proc/30719/task/30737/stat : 30737 (java) S 30716 30719 28202 0 -1 1077944384 10267 0 0 0 100 1 0 0 20 0 21 0 12045423 11236761600 587298 33554432000 4194304 4196468 140732958052736 139769858771824 139770725935746 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 28463104 140732958057667 140732958057796 140732958057796 140732958060495 0
[pid=30719/tid=30738] ppid=30716 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/30719/task/30738/stat : 30738 (java) S 30716 30719 28202 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 12045423 11236761600 587298 33554432000 4194304 4196468 140732958052736 139769857718496 139770725934805 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 28463104 140732958057667 140732958057796 140732958057796 140732958060495 0
[pid=30719/tid=30739] ppid=30716 vsize=10973400 CPUtime=0.91 cores=0,2,4,6,8,10,12,14
/proc/30719/task/30739/stat : 30739 (java) S 30716 30719 28202 0 -1 1077944384 2348 0 0 0 48 43 0 0 20 0 21 0 12045423 11236761600 587298 33554432000 4194304 4196468 140732958052736 139769856666032 139770725935746 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 7 0 0 6293624 6294260 28463104 140732958057667 140732958057796 140732958057796 140732958060495 0
[pid=30719/tid=30740] ppid=30716 vsize=10973400 CPUtime=2388.67 cores=0,2,4,6,8,10,12,14
/proc/30719/task/30740/stat : 30740 (java) R 30716 30719 28202 0 -1 4202560 29974 0 0 0 238836 31 0 0 20 0 21 0 12045442 11236761600 587298 33554432000 4194304 4196468 140732958052736 139769853475432 139770333307504 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 28463104 140732958057667 140732958057796 140732958057796 140732958060495 0
Current children cumulated CPU time (s) 2400
Current children cumulated vsize (KiB) 10973400

Child status: 143
Real time (s): 2390.12
CPU time (s): 2400.03
CPU user time (s): 2397.79
CPU system time (s): 2.23672
CPU usage (%): 100.415
Max. virtual memory (cumulated for all children) (KiB): 10973400

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2397.79
system time used= 2.23672
maximum resident set size= 2349712
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 84330
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1976
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 55975
involuntary context switches= 122757

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.9647 second user time and 20.7744 second system time

The end

Launcher Data

Begin job on node134 at 2017-07-23 01:56:22
IDJOB=4249969
IDBENCH=138612
IDSOLVER=2624
FILE ID=node134/4249969-1500767782
RUNJOBID= node134-1500752537-28233
PBS_JOBID= 20624583
Free space on /tmp= 61952 MiB

SOLVER NAME= AbsCon-basic 2017-06-11
BENCH NAME= XCSP17/SuperSolutions/SuperSolutions-Taillard-js20-15/SuperTaillard-js-20-15-15.xml
COMMAND LINE= java -jar HOME/AbsCon-basic.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4249969-1500767782/watcher-4249969-1500767782 -o /tmp/evaluation-result-4249969-1500767782/solver-4249969-1500767782 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node134-1500752537-28233 --watchdog 2560  java -jar HOME/AbsCon-basic.jar HOME/instance-4249969-1500767782.xml

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

MD5SUM BENCH= 6d7e3033fdb5217c74d2816bb8c5b7b8
RANDOM SEED=1986245489

node134.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		: 1733.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.84
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	: 5333.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 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.84
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	: 5333.84
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		: 1600.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.84
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		: 1867.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.84
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		: 1600.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		: 1600.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.84
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		: 1733.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.84
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		: 1600.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:        31506416 kB
MemAvailable:   31871644 kB
Buffers:          161528 kB
Cached:           482656 kB
SwapCached:            0 kB
Active:           496200 kB
Inactive:         327792 kB
Active(anon):     182700 kB
Inactive(anon):     8872 kB
Active(file):     313500 kB
Inactive(file):   318920 kB
Unevictable:        5688 kB
Mlocked:            5688 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              8276 kB
Writeback:             0 kB
AnonPages:        367332 kB
Mapped:            43980 kB
Shmem:              8872 kB
Slab:             131432 kB
SReclaimable:      97288 kB
SUnreclaim:        34144 kB
KernelStack:        4960 kB
PageTables:         5900 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1064768 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    264192 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      144768 kB
DirectMap2M:    33400832 kB

Free space on /tmp at the end= 61940 MiB
End job on node134 at 2017-07-23 02:36:13