Trace number 4246707

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)195 2400.07 2396.51

General information on the benchmark

NameGolombRuler/GolombRuler-a3-s1/
GolombRuler-15-a3.xml
MD5SUM0ccf44bf6198d309f3039e2504907429
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark161
Best CPU time to get the best result obtained on this benchmark20019.5
Satisfiable
(Un)Satisfiability was proved
Number of variables240
Number of constraints108
Number of domains2
Minimum domain size500
Maximum domain size501
Distribution of domain sizes[{"size":500,"count":105},{"size":501,"count":15}]
Minimum variable degree0
Maximum variable degree16
Distribution of variable degrees[{"degree":0,"count":120},{"degree":2,"count":105},{"degree":15,"count":13},{"degree":16,"count":2}]
Minimum constraint arity1
Maximum constraint arity105
Distribution of constraint arities[{"arity":1,"count":1},{"arity":3,"count":105},{"arity":15,"count":1},{"arity":105,"count":1}]
Number of extensional constraints0
Number of intensional constraints106
Distribution of constraint types[{"type":"intension","count":106},{"type":"allDifferent","count":1},{"type":"ordered","count":1}]
Optimization problemYES
Type of objectivemin VAR

Quality of the solution as a function of time


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

Solver Data

0.30/0.23	
0.30/0.23	AbsCon 2 
0.30/0.23	
0.63/0.47	  Solving XCSP3-instance-4246707-1500710531 as a COP in -infty..+infty
0.63/0.47	  Loading variables...
0.90/0.54	  Loading constraints...
1.26/0.63	  Solver SolverBacktrack being built...
1.26/0.63	
1.26/0.69	  Preprocessing : gac=false, ccks=501, filters=28, revisions=1 (useless=0), AC=696, removals=696, inconsistent=false
1.26/0.69	
62.10/60.02	o 203
304.03/301.39	o 202
1367.46/1364.33	o 195
2400.04/2396.50	
2400.04/2396.50	v <instantiation id='sol3' type='solution' cost='195'>  <list> x[] y[][] </list>  <values> 0 2 5 9 15 23 34 50 67 87 126 127 157 183 195 * 2 5 9 15 23 34 50 67 87 126 127 157 183 195 * * 3 7 13 21 32 48 65 85 124 125 155 181 193 * * * 4 10 18 29 45 62 82 121 122 152 178 190 * * * * 6 14 25 41 58 78 117 118 148 174 186 * * * * * 8 19 35 52 72 111 112 142 168 180 * * * * * * 11 27 44 64 103 104 134 160 172 * * * * * * * 16 33 53 92 93 123 149 161 * * * * * * * * 17 37 76 77 107 133 145 * * * * * * * * * 20 59 60 90 116 128 * * * * * * * * * * 39 40 70 96 108 * * * * * * * * * * * 1 31 57 69 * * * * * * * * * * * * 30 56 68 * * * * * * * * * * * * * 26 38 * * * * * * * * * * * * * * 12 * * * * * * * * * * * * * * * </values>  </instantiation>
2400.04/2396.50	s SATISFIABLE

Verifier Data

OK	195

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-4246707-1500710531/watcher-4246707-1500710531 -o /tmp/evaluation-result-4246707-1500710531/solver-4246707-1500710531 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node116-1500684063-9051 --watchdog 2560 java -jar HOME/AbsCon-basic.jar HOME/instance-4246707-1500710531.xml 

pid=17601
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: 2.00 2.03 2.00 3/263 17604
/proc/meminfo: memFree=31709476/32770624 swapFree=5972/292728
[pid=17604] ppid=17601 vsize=8339376 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17604/stat : 17604 (java) S 17601 17604 9020 0 -1 1077944320 1796 0 0 0 0 0 0 0 20 0 2 0 6321719 8539521024 2047 33554432000 4194304 4196468 140723194370064 140723194352608 140135793553143 0 0 0 16784584 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 29487104 140723194373315 140723194373444 140723194373444 140723194376143 0
/proc/17604/statm: 2084844 2047 1183 1 0 2073755 0
[pid=17604/tid=17605] ppid=17601 vsize=8349744 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17604/task/17605/stat : 17605 (java) R 17601 17604 9020 0 -1 4202560 571 0 0 0 0 0 0 0 20 0 2 0 6321719 8550137856 2112 33554432000 4194304 4196468 140723194370064 140135797795232 140135785842592 0 4 0 16784584 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 29487104 140723194373315 140723194373444 140723194373444 140723194376143 0

[startup+0.1002 s]
/proc/loadavg: 2.00 2.03 2.00 3/263 17604
/proc/meminfo: memFree=31709476/32770624 swapFree=5972/292728
[pid=17604] ppid=17601 vsize=10900580 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/17604/stat : 17604 (java) S 17601 17604 9020 0 -1 1077944320 5216 0 0 0 10 0 0 0 20 0 20 0 6321719 11162193920 6765 33554432000 4194304 4196468 140723194370064 140723194352608 140135793553143 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 29487104 140723194373315 140723194373444 140723194373444 140723194376143 0
/proc/17604/statm: 2725145 6765 2707 1 0 2713552 0
[pid=17604/tid=17605] ppid=17601 vsize=10900580 CPUtime=0.08 cores=0,2,4,6,8,10,12,14
/proc/17604/task/17605/stat : 17605 (java) R 17601 17604 9020 0 -1 4202560 3281 0 0 0 8 0 0 0 20 0 20 0 6321719 11162193920 6765 33554432000 4194304 4196468 140723194370064 140135797781680 140135777633630 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 29487104 140723194373315 140723194373444 140723194373444 140723194376143 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10900580

[startup+0.200296 s]
/proc/loadavg: 2.00 2.03 2.00 3/263 17604
/proc/meminfo: memFree=31709476/32770624 swapFree=5972/292728
[pid=17604] ppid=17601 vsize=10902664 CPUtime=0.3 cores=0,2,4,6,8,10,12,14
/proc/17604/stat : 17604 (java) S 17601 17604 9020 0 -1 1077944320 7903 0 0 0 28 2 0 0 20 0 20 0 6321719 11164327936 9843 33554432000 4194304 4196468 140723194370064 140723194352608 140135793553143 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 29487104 140723194373315 140723194373444 140723194373444 140723194376143 0
/proc/17604/statm: 2725666 9843 2974 1 0 2713552 0
[pid=17604/tid=17605] ppid=17601 vsize=10902664 CPUtime=0.18 cores=0,2,4,6,8,10,12,14
/proc/17604/task/17605/stat : 17605 (java) R 17601 17604 9020 0 -1 4202560 5068 0 0 0 17 1 0 0 20 0 20 0 6321719 11164327936 9843 33554432000 4194304 4196468 140723194370064 140135797773408 140135793565078 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 29487104 140723194373315 140723194373444 140723194373444 140723194376143 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 10902664

[startup+0.300316 s]
/proc/loadavg: 2.00 2.03 2.00 3/263 17604
/proc/meminfo: memFree=31709476/32770624 swapFree=5972/292728
[pid=17604] ppid=17601 vsize=10969228 CPUtime=0.49 cores=0,2,4,6,8,10,12,14
/proc/17604/stat : 17604 (java) S 17601 17604 9020 0 -1 1077944320 8677 0 0 0 46 3 0 0 20 0 21 0 6321719 11232489472 13939 33554432000 4194304 4196468 140723194370064 140723194352608 140135793553143 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 29487104 140723194373315 140723194373444 140723194373444 140723194376143 0
/proc/17604/statm: 2742307 13939 2985 1 0 2730193 0
[pid=17604/tid=17605] ppid=17601 vsize=10969228 CPUtime=0.21 cores=0,2,4,6,8,10,12,14
/proc/17604/task/17605/stat : 17605 (java) S 17601 17604 9020 0 -1 1077944384 5144 0 0 0 20 1 0 0 20 0 21 0 6321719 11232489472 13939 33554432000 4194304 4196468 140723194370064 140135797796016 140135793563349 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 29487104 140723194373315 140723194373444 140723194373444 140723194376143 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 10969228

[startup+0.700215 s]
/proc/loadavg: 2.00 2.03 2.00 3/263 17604
/proc/meminfo: memFree=31709476/32770624 swapFree=5972/292728
[pid=17604] ppid=17601 vsize=10973400 CPUtime=1.54 cores=0,2,4,6,8,10,12,14
/proc/17604/stat : 17604 (java) S 17601 17604 9020 0 -1 1077944320 12601 0 0 0 149 5 0 0 20 0 21 0 6321719 11236761600 25344 33554432000 4194304 4196468 140723194370064 140723194352608 140135793553143 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 29487104 140723194373315 140723194373444 140723194373444 140723194376143 0
/proc/17604/statm: 2743350 25344 3121 1 0 2731217 0
[pid=17604/tid=17605] ppid=17601 vsize=10973400 CPUtime=0.21 cores=0,2,4,6,8,10,12,14
/proc/17604/task/17605/stat : 17605 (java) S 17601 17604 9020 0 -1 1077944384 5144 0 0 0 20 1 0 0 20 0 21 0 6321719 11236761600 25344 33554432000 4194304 4196468 140723194370064 140135797796016 140135793563349 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 29487104 140723194373315 140723194373444 140723194373444 140723194376143 0
Current children cumulated CPU time (s) 1.54
Current children cumulated vsize (KiB) 10973400

[startup+1.50084 s]
/proc/loadavg: 1.92 2.01 1.99 5/284 17625
/proc/meminfo: memFree=31620920/32770624 swapFree=5972/292796
[pid=17604] ppid=17601 vsize=10973400 CPUtime=2.76 cores=0,2,4,6,8,10,12,14
/proc/17604/stat : 17604 (java) S 17601 17604 9020 0 -1 1077944320 14456 0 0 0 270 6 0 0 20 0 21 0 6321719 11236761600 25862 33554432000 4194304 4196468 140723194370064 140723194352608 140135793553143 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 29487104 140723194373315 140723194373444 140723194373444 140723194376143 0
/proc/17604/statm: 2743350 25862 3126 1 0 2731217 0
[pid=17604/tid=17605] ppid=17601 vsize=10973400 CPUtime=0.21 cores=0,2,4,6,8,10,12,14
/proc/17604/task/17605/stat : 17605 (java) S 17601 17604 9020 0 -1 1077944384 5144 0 0 0 20 1 0 0 20 0 21 0 6321719 11236761600 25862 33554432000 4194304 4196468 140723194370064 140135797796016 140135793563349 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 29487104 140723194373315 140723194373444 140723194373444 140723194376143 0
[pid=17604/tid=17607] ppid=17601 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17604/task/17607/stat : 17607 (java) S 17601 17604 9020 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 21 0 6321720 11236761600 25862 33554432000 4194304 4196468 140723194370064 140135730244240 140135793563349 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 29487104 140723194373315 140723194373444 140723194373444 140723194376143 0
[pid=17604/tid=17608] ppid=17601 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17604/task/17608/stat : 17608 (java) S 17601 17604 9020 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 6321720 11236761600 25862 33554432000 4194304 4196468 140723194370064 140135729191440 140135793563349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29487104 140723194373315 140723194373444 140723194373444 140723194376143 0
[pid=17604/tid=17609] ppid=17601 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17604/task/17609/stat : 17609 (java) S 17601 17604 9020 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 6321720 11236761600 25862 33554432000 4194304 4196468 140723194370064 140135728138640 140135793563349 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 29487104 140723194373315 140723194373444 140723194373444 140723194376143 0
[pid=17604/tid=17610] ppid=17601 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17604/task/17610/stat : 17610 (java) S 17601 17604 9020 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 6321720 11236761600 25862 33554432000 4194304 4196468 140723194370064 140135727085840 140135793563349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29487104 140723194373315 140723194373444 140723194373444 140723194376143 0
[pid=17604/tid=17611] ppid=17601 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17604/task/17611/stat : 17611 (java) S 17601 17604 9020 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 6321720 11236761600 25862 33554432000 4194304 4196468 140723194370064 140135726034064 140135793563349 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 29487104 140723194373315 140723194373444 140723194373444 140723194376143 0
[pid=17604/tid=17612] ppid=17601 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17604/task/17612/stat : 17612 (java) S 17601 17604 9020 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 6321720 11236761600 25862 33554432000 4194304 4196468 140723194370064 140135724981264 140135793563349 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29487104 140723194373315 140723194373444 140723194373444 140723194376143 0
[pid=17604/tid=17613] ppid=17601 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17604/task/17613/stat : 17613 (java) S 17601 17604 9020 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 6321720 11236761600 25862 33554432000 4194304 4196468 140723194370064 140135393782672 140135793563349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29487104 140723194373315 140723194373444 140723194373444 140723194376143 0
[pid=17604/tid=17614] ppid=17601 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17604/task/17614/stat : 17614 (java) S 17601 17604 9020 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 6321720 11236761600 25862 33554432000 4194304 4196468 140723194370064 140135392729872 140135793563349 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 29487104 140723194373315 140723194373444 140723194373444 140723194376143 0
[pid=17604/tid=17615] ppid=17601 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17604/task/17615/stat : 17615 (java) S 17601 17604 9020 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 21 0 6321722 11236761600 25862 33554432000 4194304 4196468 140723194370064 140135000394096 140135793564290 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29487104 140723194373315 140723194373444 140723194373444 140723194376143 0
[pid=17604/tid=17616] ppid=17601 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17604/task/17616/stat : 17616 (java) S 17601 17604 9020 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 21 0 6321722 11236761600 25862 33554432000 4194304 4196468 140723194370064 140134999340064 140135793563349 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 29487104 140723194373315 140723194373444 140723194373444 140723194376143 0
[pid=17604/tid=17617] ppid=17601 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17604/task/17617/stat : 17617 (java) S 17601 17604 9020 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 21 0 6321722 11236761600 25862 33554432000 4194304 4196468 140723194370064 140134998287216 140135793563349 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 29487104 140723194373315 140723194373444 140723194373444 140723194376143 0
[pid=17604/tid=17618] ppid=17601 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17604/task/17618/stat : 17618 (java) S 17601 17604 9020 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 6321725 11236761600 25862 33554432000 4194304 4196468 140723194370064 140134997235536 140135793571739 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 29487104 140723194373315 140723194373444 140723194373444 140723194376143 0
[pid=17604/tid=17619] ppid=17601 vsize=10973400 CPUtime=0.23 cores=0,2,4,6,8,10,12,14
/proc/17604/task/17619/stat : 17619 (java) S 17601 17604 9020 0 -1 1077944384 1335 0 0 0 23 0 0 0 20 0 21 0 6321725 11236761600 25862 33554432000 4194304 4196468 140723194370064 140134996183920 140135793564290 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 29487104 140723194373315 140723194373444 140723194373444 140723194376143 0
[pid=17604/tid=17620] ppid=17601 vsize=10973400 CPUtime=0.35 cores=0,2,4,6,8,10,12,14
/proc/17604/task/17620/stat : 17620 (java) S 17601 17604 9020 0 -1 1077944384 677 0 0 0 35 0 0 0 20 0 21 0 6321725 11236761600 25862 33554432000 4194304 4196468 140723194370064 140134995131120 140135793564290 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 29487104 140723194373315 140723194373444 140723194373444 140723194376143 0
[pid=17604/tid=17621] ppid=17601 vsize=10973400 CPUtime=0.29 cores=0,2,4,6,8,10,12,14
/proc/17604/task/17621/stat : 17621 (java) S 17601 17604 9020 0 -1 1077944384 1568 0 0 0 29 0 0 0 20 0 21 0 6321725 11236761600 25862 33554432000 4194304 4196468 140723194370064 140134994078320 140135793564290 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29487104 140723194373315 140723194373444 140723194373444 140723194376143 0
[pid=17604/tid=17622] ppid=17601 vsize=10973400 CPUtime=0.37 cores=0,2,4,6,8,10,12,14
/proc/17604/task/17622/stat : 17622 (java) S 17601 17604 9020 0 -1 1077944384 1902 0 0 0 37 0 0 0 20 0 21 0 6321725 11236761600 25862 33554432000 4194304 4196468 140723194370064 140134993025520 140135793564290 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 29487104 140723194373315 140723194373444 140723194373444 140723194376143 0
[pid=17604/tid=17623] ppid=17601 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17604/task/17623/stat : 17623 (java) S 17601 17604 9020 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 6321725 11236761600 25862 33554432000 4194304 4196468 140723194370064 140134991972960 140135793563349 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 29487104 140723194373315 140723194373444 140723194373444 140723194376143 0
[pid=17604/tid=17624] ppid=17601 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17604/task/17624/stat : 17624 (java) S 17601 17604 9020 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 21 0 6321725 11236761600 25862 33554432000 4194304 4196468 140723194370064 140134990920240 140135793564290 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 29487104 140723194373315 140723194373444 140723194373444 140723194376143 0
[pid=17604/tid=17625] ppid=17601 vsize=10973400 CPUtime=1.25 cores=0,2,4,6,8,10,12,14
/proc/17604/task/17625/stat : 17625 (java) R 17601 17604 9020 0 -1 4202560 2440 0 0 0 124 1 0 0 20 0 21 0 6321741 11236761600 25862 33554432000 4194304 4196468 140723194370064 140134987727880 140135408342144 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 29487104 140723194373315 140723194373444 140723194373444 140723194376143 0
Current children cumulated CPU time (s) 2.76
Current children cumulated vsize (KiB) 10973400

[startup+3.10079 s]
/proc/loadavg: 1.92 2.01 1.99 3/284 17625
/proc/meminfo: memFree=31618440/32770624 swapFree=5972/292792
[pid=17604] ppid=17601 vsize=10973400 CPUtime=4.57 cores=0,2,4,6,8,10,12,14
/proc/17604/stat : 17604 (java) S 17601 17604 9020 0 -1 1077944320 16273 0 0 0 451 6 0 0 20 0 21 0 6321719 11236761600 26521 33554432000 4194304 4196468 140723194370064 140723194352608 140135793553143 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 29487104 140723194373315 140723194373444 140723194373444 140723194376143 0
/proc/17604/statm: 2743350 26521 3126 1 0 2731217 0
[pid=17604/tid=17605] ppid=17601 vsize=10973400 CPUtime=0.21 cores=0,2,4,6,8,10,12,14
/proc/17604/task/17605/stat : 17605 (java) S 17601 17604 9020 0 -1 1077944384 5144 0 0 0 20 1 0 0 20 0 21 0 6321719 11236761600 26521 33554432000 4194304 4196468 140723194370064 140135797796016 140135793563349 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 29487104 140723194373315 140723194373444 140723194373444 140723194376143 0
[pid=17604/tid=17607] ppid=17601 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17604/task/17607/stat : 17607 (java) S 17601 17604 9020 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 21 0 6321720 11236761600 26521 33554432000 4194304 4196468 140723194370064 140135730244240 140135793563349 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 29487104 140723194373315 140723194373444 140723194373444 140723194376143 0
[pid=17604/tid=17608] ppid=17601 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17604/task/17608/stat : 17608 (java) S 17601 17604 9020 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 6321720 11236761600 26521 33554432000 4194304 4196468 140723194370064 140135729191440 140135793563349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29487104 140723194373315 140723194373444 140723194373444 140723194376143 0
[pid=17604/tid=17609] ppid=17601 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17604/task/17609/stat : 17609 (java) S 17601 17604 9020 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 6321720 11236761600 26521 33554432000 4194304 4196468 140723194370064 140135728138640 140135793563349 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 29487104 140723194373315 140723194373444 140723194373444 140723194376143 0
[pid=17604/tid=17610] ppid=17601 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17604/task/17610/stat : 17610 (java) S 17601 17604 9020 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 6321720 11236761600 26521 33554432000 4194304 4196468 140723194370064 140135727085840 140135793563349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29487104 140723194373315 140723194373444 140723194373444 140723194376143 0
[pid=17604/tid=17611] ppid=17601 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17604/task/17611/stat : 17611 (java) S 17601 17604 9020 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 6321720 11236761600 26521 33554432000 4194304 4196468 140723194370064 140135726034064 140135793563349 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 29487104 140723194373315 140723194373444 140723194373444 140723194376143 0
[pid=17604/tid=17612] ppid=17601 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17604/task/17612/stat : 17612 (java) S 17601 17604 9020 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 6321720 11236761600 26521 33554432000 4194304 4196468 140723194370064 140135724981264 140135793563349 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29487104 140723194373315 140723194373444 140723194373444 140723194376143 0
[pid=17604/tid=17613] ppid=17601 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17604/task/17613/stat : 17613 (java) S 17601 17604 9020 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 6321720 11236761600 26521 33554432000 4194304 4196468 140723194370064 140135393782672 140135793563349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29487104 140723194373315 140723194373444 140723194373444 140723194376143 0
[pid=17604/tid=17614] ppid=17601 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17604/task/17614/stat : 17614 (java) S 17601 17604 9020 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 6321720 11236761600 26521 33554432000 4194304 4196468 140723194370064 140135392729872 140135793563349 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 29487104 140723194373315 140723194373444 140723194373444 140723194376143 0
[pid=17604/tid=17615] ppid=17601 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17604/task/17615/stat : 17615 (java) S 17601 17604 9020 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 21 0 6321722 11236761600 26521 33554432000 4194304 4196468 140723194370064 140135000394096 140135793564290 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29487104 140723194373315 140723194373444 140723194373444 140723194376143 0
[pid=17604/tid=17616] ppid=17601 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17604/task/17616/stat : 17616 (java) S 17601 17604 9020 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 21 0 6321722 11236761600 26521 33554432000 4194304 4196468 140723194370064 140134999340064 140135793563349 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 29487104 140723194373315 140723194373444 140723194373444 140723194376143 0
[pid=17604/tid=17617] ppid=17601 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17604/task/17617/stat : 17617 (java) S 17601 17604 9020 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 21 0 6321722 11236761600 26521 33554432000 4194304 4196468 140723194370064 140134998287216 140135793563349 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 29487104 140723194373315 140723194373444 140723194373444 140723194376143 0
[pid=17604/tid=17618] ppid=17601 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17604/task/17618/stat : 17618 (java) S 17601 17604 9020 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 6321725 11236761600 26521 33554432000 4194304 4196468 140723194370064 140134997235536 140135793571739 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 29487104 140723194373315 140723194373444 140723194373444 140723194376143 0
[pid=17604/tid=17619] ppid=17601 vsize=10973400 CPUtime=0.25 cores=0,2,4,6,8,10,12,14
/proc/17604/task/17619/stat : 17619 (java) S 17601 17604 9020 0 -1 1077944384 1342 0 0 0 25 0 0 0 20 0 21 0 6321725 11236761600 26521 33554432000 4194304 4196468 140723194370064 140134996183920 140135793564290 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 29487104 140723194373315 140723194373444 140723194373444 140723194376143 0
[pid=17604/tid=17620] ppid=17601 vsize=10973400 CPUtime=0.39 cores=0,2,4,6,8,10,12,14
/proc/17604/task/17620/stat : 17620 (java) S 17601 17604 9020 0 -1 1077944384 901 0 0 0 39 0 0 0 20 0 21 0 6321725 11236761600 26521 33554432000 4194304 4196468 140723194370064 140134995131120 140135793564290 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29487104 140723194373315 140723194373444 140723194373444 140723194376143 0
[pid=17604/tid=17621] ppid=17601 vsize=10973400 CPUtime=0.42 cores=0,2,4,6,8,10,12,14
/proc/17604/task/17621/stat : 17621 (java) S 17601 17604 9020 0 -1 1077944384 2404 0 0 0 42 0 0 0 20 0 21 0 6321725 11236761600 26521 33554432000 4194304 4196468 140723194370064 140134994078320 140135793564290 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29487104 140723194373315 140723194373444 140723194373444 140723194376143 0
[pid=17604/tid=17622] ppid=17601 vsize=10973400 CPUtime=0.38 cores=0,2,4,6,8,10,12,14
/proc/17604/task/17622/stat : 17622 (java) S 17601 17604 9020 0 -1 1077944384 2100 0 0 0 38 0 0 0 20 0 21 0 6321725 11236761600 26521 33554432000 4194304 4196468 140723194370064 140134993025520 140135793564290 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 29487104 140723194373315 140723194373444 140723194373444 140723194376143 0
[pid=17604/tid=17623] ppid=17601 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17604/task/17623/stat : 17623 (java) S 17601 17604 9020 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 6321725 11236761600 26521 33554432000 4194304 4196468 140723194370064 140134991972960 140135793563349 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 29487104 140723194373315 140723194373444 140723194373444 140723194376143 0
[pid=17604/tid=17624] ppid=17601 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17604/task/17624/stat : 17624 (java) S 17601 17604 9020 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 21 0 6321725 11236761600 26521 33554432000 4194304 4196468 140723194370064 140134990920240 140135793564290 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 29487104 140723194373315 140723194373444 140723194373444 140723194376143 0
[pid=17604/tid=17625] ppid=17601 vsize=10973400 CPUtime=2.86 cores=0,2,4,6,8,10,12,14
/proc/17604/task/17625/stat : 17625 (java) R 17601 17604 9020 0 -1 4202560 2924 0 0 0 284 2 0 0 20 0 21 0 6321741 11236761600 26521 33554432000 4194304 4196468 140723194370064 140134987725952 140135408393896 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 29487104 140723194373315 140723194373444 140723194373444 140723194376143 0
Current children cumulated CPU time (s) 4.57
Current children cumulated vsize (KiB) 10973400

[startup+6.30084 s]
/proc/loadavg: 1.93 2.01 1.99 3/284 17625
/proc/meminfo: memFree=31616416/32770624 swapFree=5972/292800
[pid=17604] ppid=17601 vsize=10973400 CPUtime=7.86 cores=0,2,4,6,8,10,12,14
/proc/17604/stat : 17604 (java) S 17601 17604 9020 0 -1 1077944320 19549 0 0 0 780 6 0 0 20 0 21 0 6321719 11236761600 26577 33554432000 4194304 4196468 140723194370064 140723194352608 140135793553143 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 29487104 140723194373315 140723194373444 140723194373444 140723194376143 0
/proc/17604/statm: 2743350 26577 3132 1 0 2731217 0
[pid=17604/tid=17605] ppid=17601 vsize=10973400 CPUtime=0.21 cores=0,2,4,6,8,10,12,14
/proc/17604/task/17605/stat : 17605 (java) S 17601 17604 9020 0 -1 1077944384 5144 0 0 0 20 1 0 0 20 0 21 0 6321719 11236761600 26577 33554432000 4194304 4196468 140723194370064 140135797796016 140135793563349 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 29487104 140723194373315 140723194373444 140723194373444 140723194376143 0
[pid=17604/tid=17607] ppid=17601 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17604/task/17607/stat : 17607 (java) S 17601 17604 9020 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 21 0 6321720 11236761600 26577 33554432000 4194304 4196468 140723194370064 140135730244240 140135793563349 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 29487104 140723194373315 140723194373444 140723194373444 140723194376143 0
[pid=17604/tid=17608] ppid=17601 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17604/task/17608/stat : 17608 (java) S 17601 17604 9020 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 6321720 11236761600 26577 33554432000 4194304 4196468 140723194370064 140135729191440 140135793563349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29487104 140723194373315 140723194373444 140723194373444 140723194376143 0
[pid=17604/tid=17609] ppid=17601 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17604/task/17609/stat : 17609 (java) S 17601 17604 9020 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 6321720 11236761600 26577 33554432000 4194304 4196468 140723194370064 140135728138640 140135793563349 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 29487104 140723194373315 140723194373444 140723194373444 140723194376143 0
[pid=17604/tid=17610] ppid=17601 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17604/task/17610/stat : 17610 (java) S 17601 17604 9020 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 6321720 11236761600 26577 33554432000 4194304 4196468 140723194370064 140135727085840 140135793563349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29487104 140723194373315 140723194373444 140723194373444 140723194376143 0
[pid=17604/tid=17611] ppid=17601 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17604/task/17611/stat : 17611 (java) S 17601 17604 9020 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 6321720 11236761600 26577 33554432000 4194304 4196468 140723194370064 140135726034064 140135793563349 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 29487104 140723194373315 140723194373444 140723194373444 140723194376143 0
[pid=17604/tid=17612] ppid=17601 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17604/task/17612/stat : 17612 (java) S 17601 17604 9020 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 6321720 11236761600 26577 33554432000 4194304 4196468 140723194370064 140135724981264 140135793563349 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29487104 140723194373315 140723194373444 140723194373444 140723194376143 0
[pid=17604/tid=17613] ppid=17601 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17604/task/17613/stat : 17613 (java) S 17601 17604 9020 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 6321720 11236761600 26577 33554432000 4194304 4196468 140723194370064 140135393782672 140135793563349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29487104 140723194373315 140723194373444 140723194373444 140723194376143 0
[pid=17604/tid=17614] ppid=17601 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17604/task/17614/stat : 17614 (java) S 17601 17604 9020 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 6321720 11236761600 26577 33554432000 4194304 4196468 140723194370064 140135392729872 140135793563349 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 29487104 140723194373315 140723194373444 140723194373444 140723194376143 0
[pid=17604/tid=17615] ppid=17601 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17604/task/17615/stat : 17615 (java) S 17601 17604 9020 0 -1 1077944384 470 0 0 0 0 0 0 0 20 0 21 0 6321722 11236761600 26577 33554432000 4194304 4196468 140723194370064 140135000394096 140135793564290 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29487104 140723194373315 140723194373444 140723194373444 140723194376143 0
[pid=17604/tid=17616] ppid=17601 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14

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

[pid=17604/tid=17624] ppid=17601 vsize=10973400 CPUtime=0.77 cores=0,2,4,6,8,10,12,14
/proc/17604/task/17624/stat : 17624 (java) S 17601 17604 9020 0 -1 1077944384 1719 0 0 0 37 40 0 0 20 0 21 0 6321725 11236761600 40608 33554432000 4194304 4196468 140723194370064 140134990920240 140135793564290 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29487104 140723194373315 140723194373444 140723194373444 140723194376143 0
[pid=17604/tid=17625] ppid=17601 vsize=10973400 CPUtime=2321.95 cores=0,2,4,6,8,10,12,14
/proc/17604/task/17625/stat : 17625 (java) R 17601 17604 9020 0 -1 4202560 15723 0 0 0 232192 3 0 0 20 0 21 0 6321741 11236761600 40608 33554432000 4194304 4196468 140723194370064 140134987729912 140135408342144 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 29487104 140723194373315 140723194373444 140723194373444 140723194376143 0
Current children cumulated CPU time (s) 2325.82
Current children cumulated vsize (KiB) 10973400

[startup+2382.3 s]
/proc/loadavg: 2.02 2.03 2.05 3/284 17786
/proc/meminfo: memFree=31021028/32770624 swapFree=5972/295400
[pid=17604] ppid=17601 vsize=10973400 CPUtime=2385.84 cores=0,2,4,6,8,10,12,14
/proc/17604/stat : 17604 (java) S 17601 17604 9020 0 -1 1077944320 51877 0 0 0 238538 46 0 0 20 0 21 0 6321719 11236761600 40608 33554432000 4194304 4196468 140723194370064 140723194352608 140135793553143 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 29487104 140723194373315 140723194373444 140723194373444 140723194376143 0
/proc/17604/statm: 2743350 40608 3143 1 0 2731217 0
[pid=17604/tid=17605] ppid=17601 vsize=10973400 CPUtime=0.21 cores=0,2,4,6,8,10,12,14
/proc/17604/task/17605/stat : 17605 (java) S 17601 17604 9020 0 -1 1077944384 5144 0 0 0 20 1 0 0 20 0 21 0 6321719 11236761600 40608 33554432000 4194304 4196468 140723194370064 140135797796016 140135793563349 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 29487104 140723194373315 140723194373444 140723194373444 140723194376143 0
[pid=17604/tid=17607] ppid=17601 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17604/task/17607/stat : 17607 (java) S 17601 17604 9020 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 21 0 6321720 11236761600 40608 33554432000 4194304 4196468 140723194370064 140135730244240 140135793563349 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 29487104 140723194373315 140723194373444 140723194373444 140723194376143 0
[pid=17604/tid=17608] ppid=17601 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17604/task/17608/stat : 17608 (java) S 17601 17604 9020 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 6321720 11236761600 40608 33554432000 4194304 4196468 140723194370064 140135729191440 140135793563349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29487104 140723194373315 140723194373444 140723194373444 140723194376143 0
[pid=17604/tid=17609] ppid=17601 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17604/task/17609/stat : 17609 (java) S 17601 17604 9020 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 6321720 11236761600 40608 33554432000 4194304 4196468 140723194370064 140135728138640 140135793563349 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 29487104 140723194373315 140723194373444 140723194373444 140723194376143 0
[pid=17604/tid=17610] ppid=17601 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17604/task/17610/stat : 17610 (java) S 17601 17604 9020 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 6321720 11236761600 40608 33554432000 4194304 4196468 140723194370064 140135727085840 140135793563349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29487104 140723194373315 140723194373444 140723194373444 140723194376143 0
[pid=17604/tid=17611] ppid=17601 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17604/task/17611/stat : 17611 (java) S 17601 17604 9020 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 6321720 11236761600 40608 33554432000 4194304 4196468 140723194370064 140135726034064 140135793563349 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 29487104 140723194373315 140723194373444 140723194373444 140723194376143 0
[pid=17604/tid=17612] ppid=17601 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17604/task/17612/stat : 17612 (java) S 17601 17604 9020 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 6321720 11236761600 40608 33554432000 4194304 4196468 140723194370064 140135724981264 140135793563349 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29487104 140723194373315 140723194373444 140723194373444 140723194376143 0
[pid=17604/tid=17613] ppid=17601 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17604/task/17613/stat : 17613 (java) S 17601 17604 9020 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 6321720 11236761600 40608 33554432000 4194304 4196468 140723194370064 140135393782672 140135793563349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29487104 140723194373315 140723194373444 140723194373444 140723194376143 0
[pid=17604/tid=17614] ppid=17601 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17604/task/17614/stat : 17614 (java) S 17601 17604 9020 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 6321720 11236761600 40608 33554432000 4194304 4196468 140723194370064 140135392729872 140135793563349 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 29487104 140723194373315 140723194373444 140723194373444 140723194376143 0
[pid=17604/tid=17615] ppid=17601 vsize=10973400 CPUtime=0.03 cores=0,2,4,6,8,10,12,14
/proc/17604/task/17615/stat : 17615 (java) S 17601 17604 9020 0 -1 1077944384 1221 0 0 0 2 1 0 0 20 0 21 0 6321722 11236761600 40608 33554432000 4194304 4196468 140723194370064 140135000394096 140135793564290 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29487104 140723194373315 140723194373444 140723194373444 140723194376143 0
[pid=17604/tid=17616] ppid=17601 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17604/task/17616/stat : 17616 (java) S 17601 17604 9020 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 21 0 6321722 11236761600 40608 33554432000 4194304 4196468 140723194370064 140134999340064 140135793563349 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 29487104 140723194373315 140723194373444 140723194373444 140723194376143 0
[pid=17604/tid=17617] ppid=17601 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17604/task/17617/stat : 17617 (java) S 17601 17604 9020 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 21 0 6321722 11236761600 40608 33554432000 4194304 4196468 140723194370064 140134998287216 140135793563349 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 29487104 140723194373315 140723194373444 140723194373444 140723194376143 0
[pid=17604/tid=17618] ppid=17601 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17604/task/17618/stat : 17618 (java) S 17601 17604 9020 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 6321725 11236761600 40608 33554432000 4194304 4196468 140723194370064 140134997235536 140135793571739 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 29487104 140723194373315 140723194373444 140723194373444 140723194376143 0
[pid=17604/tid=17619] ppid=17601 vsize=10973400 CPUtime=0.76 cores=0,2,4,6,8,10,12,14
/proc/17604/task/17619/stat : 17619 (java) S 17601 17604 9020 0 -1 1077944384 6376 0 0 0 75 1 0 0 20 0 21 0 6321725 11236761600 40608 33554432000 4194304 4196468 140723194370064 140134996183920 140135793564290 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29487104 140723194373315 140723194373444 140723194373444 140723194376143 0
[pid=17604/tid=17620] ppid=17601 vsize=10973400 CPUtime=0.68 cores=0,2,4,6,8,10,12,14
/proc/17604/task/17620/stat : 17620 (java) S 17601 17604 9020 0 -1 1077944384 4624 0 0 0 67 1 0 0 20 0 21 0 6321725 11236761600 40608 33554432000 4194304 4196468 140723194370064 140134995131120 140135793564290 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 29487104 140723194373315 140723194373444 140723194373444 140723194376143 0
[pid=17604/tid=17621] ppid=17601 vsize=10973400 CPUtime=0.8 cores=0,2,4,6,8,10,12,14
/proc/17604/task/17621/stat : 17621 (java) S 17601 17604 9020 0 -1 1077944384 7482 0 0 0 79 1 0 0 20 0 21 0 6321725 11236761600 40608 33554432000 4194304 4196468 140723194370064 140134994078320 140135793564290 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 29487104 140723194373315 140723194373444 140723194373444 140723194376143 0
[pid=17604/tid=17622] ppid=17601 vsize=10973400 CPUtime=0.55 cores=0,2,4,6,8,10,12,14
/proc/17604/task/17622/stat : 17622 (java) S 17601 17604 9020 0 -1 1077944384 8166 0 0 0 53 2 0 0 20 0 21 0 6321725 11236761600 40608 33554432000 4194304 4196468 140723194370064 140134993025520 140135793564290 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29487104 140723194373315 140723194373444 140723194373444 140723194376143 0
[pid=17604/tid=17623] ppid=17601 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17604/task/17623/stat : 17623 (java) S 17601 17604 9020 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 6321725 11236761600 40608 33554432000 4194304 4196468 140723194370064 140134991972960 140135793563349 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 29487104 140723194373315 140723194373444 140723194373444 140723194376143 0
[pid=17604/tid=17624] ppid=17601 vsize=10973400 CPUtime=0.8 cores=0,2,4,6,8,10,12,14
/proc/17604/task/17624/stat : 17624 (java) S 17601 17604 9020 0 -1 1077944384 1749 0 0 0 38 42 0 0 20 0 21 0 6321725 11236761600 40608 33554432000 4194304 4196468 140723194370064 140134990920240 140135793564290 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29487104 140723194373315 140723194373444 140723194373444 140723194376143 0
[pid=17604/tid=17625] ppid=17601 vsize=10973400 CPUtime=2381.95 cores=0,2,4,6,8,10,12,14
/proc/17604/task/17625/stat : 17625 (java) R 17601 17604 9020 0 -1 4202560 15739 0 0 0 238192 3 0 0 20 0 21 0 6321741 11236761600 40608 33554432000 4194304 4196468 140723194370064 140134987729912 140135409622383 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 29487104 140723194373315 140723194373444 140723194373444 140723194376143 0
Current children cumulated CPU time (s) 2385.84
Current children cumulated vsize (KiB) 10973400



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2396.5 s]
/proc/loadavg: 2.09 2.04 2.05 3/284 17786
/proc/meminfo: memFree=31021028/32770624 swapFree=5972/295428
[pid=17604] ppid=17601 vsize=10973400 CPUtime=2400.04 cores=0,2,4,6,8,10,12,14
/proc/17604/stat : 17604 (java) S 17601 17604 9020 0 -1 1077944320 51879 0 0 0 239958 46 0 0 20 0 21 0 6321719 11236761600 40608 33554432000 4194304 4196468 140723194370064 140723194352608 140135793553143 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 29487104 140723194373315 140723194373444 140723194373444 140723194376143 0
/proc/17604/statm: 2743350 40608 3143 1 0 2731217 0
[pid=17604/tid=17605] ppid=17601 vsize=10973400 CPUtime=0.21 cores=0,2,4,6,8,10,12,14
/proc/17604/task/17605/stat : 17605 (java) S 17601 17604 9020 0 -1 1077944384 5144 0 0 0 20 1 0 0 20 0 21 0 6321719 11236761600 40608 33554432000 4194304 4196468 140723194370064 140135797796016 140135793563349 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 29487104 140723194373315 140723194373444 140723194373444 140723194376143 0
[pid=17604/tid=17607] ppid=17601 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17604/task/17607/stat : 17607 (java) S 17601 17604 9020 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 21 0 6321720 11236761600 40608 33554432000 4194304 4196468 140723194370064 140135730244240 140135793563349 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 29487104 140723194373315 140723194373444 140723194373444 140723194376143 0
[pid=17604/tid=17608] ppid=17601 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17604/task/17608/stat : 17608 (java) S 17601 17604 9020 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 6321720 11236761600 40608 33554432000 4194304 4196468 140723194370064 140135729191440 140135793563349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29487104 140723194373315 140723194373444 140723194373444 140723194376143 0
[pid=17604/tid=17609] ppid=17601 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17604/task/17609/stat : 17609 (java) S 17601 17604 9020 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 6321720 11236761600 40608 33554432000 4194304 4196468 140723194370064 140135728138640 140135793563349 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 29487104 140723194373315 140723194373444 140723194373444 140723194376143 0
[pid=17604/tid=17610] ppid=17601 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17604/task/17610/stat : 17610 (java) S 17601 17604 9020 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 6321720 11236761600 40608 33554432000 4194304 4196468 140723194370064 140135727085840 140135793563349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29487104 140723194373315 140723194373444 140723194373444 140723194376143 0
[pid=17604/tid=17611] ppid=17601 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17604/task/17611/stat : 17611 (java) S 17601 17604 9020 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 6321720 11236761600 40608 33554432000 4194304 4196468 140723194370064 140135726034064 140135793563349 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 29487104 140723194373315 140723194373444 140723194373444 140723194376143 0
[pid=17604/tid=17612] ppid=17601 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17604/task/17612/stat : 17612 (java) S 17601 17604 9020 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 6321720 11236761600 40608 33554432000 4194304 4196468 140723194370064 140135724981264 140135793563349 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29487104 140723194373315 140723194373444 140723194373444 140723194376143 0
[pid=17604/tid=17613] ppid=17601 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17604/task/17613/stat : 17613 (java) S 17601 17604 9020 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 6321720 11236761600 40608 33554432000 4194304 4196468 140723194370064 140135393782672 140135793563349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29487104 140723194373315 140723194373444 140723194373444 140723194376143 0
[pid=17604/tid=17614] ppid=17601 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17604/task/17614/stat : 17614 (java) S 17601 17604 9020 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 6321720 11236761600 40608 33554432000 4194304 4196468 140723194370064 140135392729872 140135793563349 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 29487104 140723194373315 140723194373444 140723194373444 140723194376143 0
[pid=17604/tid=17615] ppid=17601 vsize=10973400 CPUtime=0.03 cores=0,2,4,6,8,10,12,14
/proc/17604/task/17615/stat : 17615 (java) S 17601 17604 9020 0 -1 1077944384 1221 0 0 0 2 1 0 0 20 0 21 0 6321722 11236761600 40608 33554432000 4194304 4196468 140723194370064 140135000394096 140135793564290 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29487104 140723194373315 140723194373444 140723194373444 140723194376143 0
[pid=17604/tid=17616] ppid=17601 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17604/task/17616/stat : 17616 (java) S 17601 17604 9020 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 21 0 6321722 11236761600 40608 33554432000 4194304 4196468 140723194370064 140134999340064 140135793563349 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 29487104 140723194373315 140723194373444 140723194373444 140723194376143 0
[pid=17604/tid=17617] ppid=17601 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17604/task/17617/stat : 17617 (java) S 17601 17604 9020 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 21 0 6321722 11236761600 40608 33554432000 4194304 4196468 140723194370064 140134998287216 140135793563349 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 29487104 140723194373315 140723194373444 140723194373444 140723194376143 0
[pid=17604/tid=17618] ppid=17601 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17604/task/17618/stat : 17618 (java) S 17601 17604 9020 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 6321725 11236761600 40608 33554432000 4194304 4196468 140723194370064 140134997235536 140135793571739 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 29487104 140723194373315 140723194373444 140723194373444 140723194376143 0
[pid=17604/tid=17619] ppid=17601 vsize=10973400 CPUtime=0.76 cores=0,2,4,6,8,10,12,14
/proc/17604/task/17619/stat : 17619 (java) S 17601 17604 9020 0 -1 1077944384 6376 0 0 0 75 1 0 0 20 0 21 0 6321725 11236761600 40608 33554432000 4194304 4196468 140723194370064 140134996183920 140135793564290 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29487104 140723194373315 140723194373444 140723194373444 140723194376143 0
[pid=17604/tid=17620] ppid=17601 vsize=10973400 CPUtime=0.68 cores=0,2,4,6,8,10,12,14
/proc/17604/task/17620/stat : 17620 (java) S 17601 17604 9020 0 -1 1077944384 4624 0 0 0 67 1 0 0 20 0 21 0 6321725 11236761600 40608 33554432000 4194304 4196468 140723194370064 140134995131120 140135793564290 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 29487104 140723194373315 140723194373444 140723194373444 140723194376143 0
[pid=17604/tid=17621] ppid=17601 vsize=10973400 CPUtime=0.8 cores=0,2,4,6,8,10,12,14
/proc/17604/task/17621/stat : 17621 (java) S 17601 17604 9020 0 -1 1077944384 7482 0 0 0 79 1 0 0 20 0 21 0 6321725 11236761600 40608 33554432000 4194304 4196468 140723194370064 140134994078320 140135793564290 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 29487104 140723194373315 140723194373444 140723194373444 140723194376143 0
[pid=17604/tid=17622] ppid=17601 vsize=10973400 CPUtime=0.55 cores=0,2,4,6,8,10,12,14
/proc/17604/task/17622/stat : 17622 (java) S 17601 17604 9020 0 -1 1077944384 8166 0 0 0 53 2 0 0 20 0 21 0 6321725 11236761600 40608 33554432000 4194304 4196468 140723194370064 140134993025520 140135793564290 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29487104 140723194373315 140723194373444 140723194373444 140723194376143 0
[pid=17604/tid=17623] ppid=17601 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17604/task/17623/stat : 17623 (java) S 17601 17604 9020 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 6321725 11236761600 40608 33554432000 4194304 4196468 140723194370064 140134991972960 140135793563349 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 29487104 140723194373315 140723194373444 140723194373444 140723194376143 0
[pid=17604/tid=17624] ppid=17601 vsize=10973400 CPUtime=0.8 cores=0,2,4,6,8,10,12,14
/proc/17604/task/17624/stat : 17624 (java) S 17601 17604 9020 0 -1 1077944384 1751 0 0 0 38 42 0 0 20 0 21 0 6321725 11236761600 40608 33554432000 4194304 4196468 140723194370064 140134990920240 140135793564290 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29487104 140723194373315 140723194373444 140723194373444 140723194376143 0
[pid=17604/tid=17625] ppid=17601 vsize=10973400 CPUtime=2396.15 cores=0,2,4,6,8,10,12,14
/proc/17604/task/17625/stat : 17625 (java) R 17601 17604 9020 0 -1 4202560 15739 0 0 0 239612 3 0 0 20 0 21 0 6321741 11236761600 40608 33554432000 4194304 4196468 140723194370064 140134987729912 140135408342188 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 29487104 140723194373315 140723194373444 140723194373444 140723194376143 0
Current children cumulated CPU time (s) 2400.04
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 17604 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2396.5 s]
/proc/loadavg: 2.09 2.04 2.05 3/284 17786
/proc/meminfo: memFree=31021028/32770624 swapFree=5972/295428
[pid=17604] ppid=17601 vsize=10973400 CPUtime=2400.04 cores=0,2,4,6,8,10,12,14
/proc/17604/stat : 17604 (java) S 17601 17604 9020 0 -1 1077944320 51879 0 0 0 239958 46 0 0 20 0 21 0 6321719 11236761600 40608 33554432000 4194304 4196468 140723194370064 140723194352608 140135793553143 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 29487104 140723194373315 140723194373444 140723194373444 140723194376143 0
/proc/17604/statm: 2743350 40608 3143 1 0 2731217 0
[pid=17604/tid=17605] ppid=17601 vsize=10973400 CPUtime=0.21 cores=0,2,4,6,8,10,12,14
/proc/17604/task/17605/stat : 17605 (java) S 17601 17604 9020 0 -1 1077944384 5144 0 0 0 20 1 0 0 20 0 21 0 6321719 11236761600 40608 33554432000 4194304 4196468 140723194370064 140135797796016 140135793563349 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 29487104 140723194373315 140723194373444 140723194373444 140723194376143 0
[pid=17604/tid=17607] ppid=17601 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17604/task/17607/stat : 17607 (java) S 17601 17604 9020 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 21 0 6321720 11236761600 40608 33554432000 4194304 4196468 140723194370064 140135730244240 140135793563349 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 29487104 140723194373315 140723194373444 140723194373444 140723194376143 0
[pid=17604/tid=17608] ppid=17601 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17604/task/17608/stat : 17608 (java) S 17601 17604 9020 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 6321720 11236761600 40608 33554432000 4194304 4196468 140723194370064 140135729191440 140135793563349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29487104 140723194373315 140723194373444 140723194373444 140723194376143 0
[pid=17604/tid=17609] ppid=17601 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17604/task/17609/stat : 17609 (java) S 17601 17604 9020 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 6321720 11236761600 40608 33554432000 4194304 4196468 140723194370064 140135728138640 140135793563349 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 29487104 140723194373315 140723194373444 140723194373444 140723194376143 0
[pid=17604/tid=17610] ppid=17601 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17604/task/17610/stat : 17610 (java) S 17601 17604 9020 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 6321720 11236761600 40608 33554432000 4194304 4196468 140723194370064 140135727085840 140135793563349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29487104 140723194373315 140723194373444 140723194373444 140723194376143 0
[pid=17604/tid=17611] ppid=17601 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17604/task/17611/stat : 17611 (java) S 17601 17604 9020 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 6321720 11236761600 40608 33554432000 4194304 4196468 140723194370064 140135726034064 140135793563349 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 29487104 140723194373315 140723194373444 140723194373444 140723194376143 0
[pid=17604/tid=17612] ppid=17601 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17604/task/17612/stat : 17612 (java) S 17601 17604 9020 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 6321720 11236761600 40608 33554432000 4194304 4196468 140723194370064 140135724981264 140135793563349 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29487104 140723194373315 140723194373444 140723194373444 140723194376143 0
[pid=17604/tid=17613] ppid=17601 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17604/task/17613/stat : 17613 (java) S 17601 17604 9020 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 6321720 11236761600 40608 33554432000 4194304 4196468 140723194370064 140135393782672 140135793563349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29487104 140723194373315 140723194373444 140723194373444 140723194376143 0
[pid=17604/tid=17614] ppid=17601 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17604/task/17614/stat : 17614 (java) S 17601 17604 9020 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 6321720 11236761600 40608 33554432000 4194304 4196468 140723194370064 140135392729872 140135793563349 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 29487104 140723194373315 140723194373444 140723194373444 140723194376143 0
[pid=17604/tid=17615] ppid=17601 vsize=10973400 CPUtime=0.03 cores=0,2,4,6,8,10,12,14
/proc/17604/task/17615/stat : 17615 (java) S 17601 17604 9020 0 -1 1077944384 1221 0 0 0 2 1 0 0 20 0 21 0 6321722 11236761600 40608 33554432000 4194304 4196468 140723194370064 140135000394096 140135793564290 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29487104 140723194373315 140723194373444 140723194373444 140723194376143 0
[pid=17604/tid=17616] ppid=17601 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17604/task/17616/stat : 17616 (java) S 17601 17604 9020 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 21 0 6321722 11236761600 40608 33554432000 4194304 4196468 140723194370064 140134999340064 140135793563349 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 29487104 140723194373315 140723194373444 140723194373444 140723194376143 0
[pid=17604/tid=17617] ppid=17601 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17604/task/17617/stat : 17617 (java) S 17601 17604 9020 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 21 0 6321722 11236761600 40608 33554432000 4194304 4196468 140723194370064 140134998287216 140135793563349 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 29487104 140723194373315 140723194373444 140723194373444 140723194376143 0
[pid=17604/tid=17618] ppid=17601 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17604/task/17618/stat : 17618 (java) S 17601 17604 9020 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 6321725 11236761600 40608 33554432000 4194304 4196468 140723194370064 140134997235536 140135793571739 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 29487104 140723194373315 140723194373444 140723194373444 140723194376143 0
[pid=17604/tid=17619] ppid=17601 vsize=10973400 CPUtime=0.76 cores=0,2,4,6,8,10,12,14
/proc/17604/task/17619/stat : 17619 (java) S 17601 17604 9020 0 -1 1077944384 6376 0 0 0 75 1 0 0 20 0 21 0 6321725 11236761600 40608 33554432000 4194304 4196468 140723194370064 140134996183920 140135793564290 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29487104 140723194373315 140723194373444 140723194373444 140723194376143 0
[pid=17604/tid=17620] ppid=17601 vsize=10973400 CPUtime=0.68 cores=0,2,4,6,8,10,12,14
/proc/17604/task/17620/stat : 17620 (java) S 17601 17604 9020 0 -1 1077944384 4624 0 0 0 67 1 0 0 20 0 21 0 6321725 11236761600 40608 33554432000 4194304 4196468 140723194370064 140134995131120 140135793564290 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 29487104 140723194373315 140723194373444 140723194373444 140723194376143 0
[pid=17604/tid=17621] ppid=17601 vsize=10973400 CPUtime=0.8 cores=0,2,4,6,8,10,12,14
/proc/17604/task/17621/stat : 17621 (java) S 17601 17604 9020 0 -1 1077944384 7482 0 0 0 79 1 0 0 20 0 21 0 6321725 11236761600 40608 33554432000 4194304 4196468 140723194370064 140134994078320 140135793564290 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 29487104 140723194373315 140723194373444 140723194373444 140723194376143 0
[pid=17604/tid=17622] ppid=17601 vsize=10973400 CPUtime=0.55 cores=0,2,4,6,8,10,12,14
/proc/17604/task/17622/stat : 17622 (java) S 17601 17604 9020 0 -1 1077944384 8166 0 0 0 53 2 0 0 20 0 21 0 6321725 11236761600 40608 33554432000 4194304 4196468 140723194370064 140134993025520 140135793564290 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29487104 140723194373315 140723194373444 140723194373444 140723194376143 0
[pid=17604/tid=17623] ppid=17601 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17604/task/17623/stat : 17623 (java) S 17601 17604 9020 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 6321725 11236761600 40608 33554432000 4194304 4196468 140723194370064 140134991972960 140135793563349 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 29487104 140723194373315 140723194373444 140723194373444 140723194376143 0
[pid=17604/tid=17624] ppid=17601 vsize=10973400 CPUtime=0.8 cores=0,2,4,6,8,10,12,14
/proc/17604/task/17624/stat : 17624 (java) S 17601 17604 9020 0 -1 1077944384 1751 0 0 0 38 42 0 0 20 0 21 0 6321725 11236761600 40608 33554432000 4194304 4196468 140723194370064 140134990920240 140135793564290 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29487104 140723194373315 140723194373444 140723194373444 140723194376143 0
[pid=17604/tid=17625] ppid=17601 vsize=10973400 CPUtime=2396.15 cores=0,2,4,6,8,10,12,14
/proc/17604/task/17625/stat : 17625 (java) R 17601 17604 9020 0 -1 4202560 15739 0 0 0 239612 3 0 0 20 0 21 0 6321741 11236761600 40608 33554432000 4194304 4196468 140723194370064 140134987729912 140135408342188 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 29487104 140723194373315 140723194373444 140723194373444 140723194376143 0
Current children cumulated CPU time (s) 2400.04
Current children cumulated vsize (KiB) 10973400

Child status: 143
Real time (s): 2396.51
CPU time (s): 2400.07
CPU user time (s): 2399.6
CPU system time (s): 0.468033
CPU usage (%): 100.148
Max. virtual memory (cumulated for all children) (KiB): 10973400

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2399.6
system time used= 0.468033
maximum resident set size= 171232
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 52176
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2312
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 55648
involuntary context switches= 121300

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.6272 second user time and 16.9171 second system time

The end

Launcher Data

Begin job on node116 at 2017-07-22 10:02:11
IDJOB=4246707
IDBENCH=126221
IDSOLVER=2624
FILE ID=node116/4246707-1500710531
RUNJOBID= node116-1500684063-9051
PBS_JOBID= 20623344
Free space on /tmp= 62008 MiB

SOLVER NAME= AbsCon-basic 2017-06-11
BENCH NAME= XCSP17/GolombRuler/GolombRuler-a3-s1/GolombRuler-15-a3.xml
COMMAND LINE= java -jar HOME/AbsCon-basic.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4246707-1500710531/watcher-4246707-1500710531 -o /tmp/evaluation-result-4246707-1500710531/solver-4246707-1500710531 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node116-1500684063-9051 --watchdog 2560  java -jar HOME/AbsCon-basic.jar HOME/instance-4246707-1500710531.xml

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

MD5SUM BENCH= 0ccf44bf6198d309f3039e2504907429
RANDOM SEED=1191625419

node116.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.19
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.19
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		: 2267.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.19
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		: 2133.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.19
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		: 2267.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.19
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		: 2668.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		: 2533.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.19
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		: 2533.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 5
initial apicid	: 5
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.19
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	: 5333.19
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:        31710616 kB
MemAvailable:   31887868 kB
Buffers:          122364 kB
Cached:           337100 kB
SwapCached:            0 kB
Active:           328156 kB
Inactive:         301396 kB
Active(anon):     172588 kB
Inactive(anon):     8668 kB
Active(file):     155568 kB
Inactive(file):   292728 kB
Unevictable:        5972 kB
Mlocked:            5972 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7736 kB
Writeback:             0 kB
AnonPages:        175608 kB
Mapped:            42232 kB
Shmem:              8840 kB
Slab:             123216 kB
SReclaimable:      89584 kB
SUnreclaim:        33632 kB
KernelStack:        4592 kB
PageTables:         5968 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1177564 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     73728 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      107904 kB
DirectMap2M:    33437696 kB

Free space on /tmp at the end= 62000 MiB
End job on node116 at 2017-07-22 10:42:08