Trace number 4249191

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)216 2400.08 2381.71

General information on the benchmark

NameTravellingSalesman/TravellingSalesman-m1-n50/
TravellingSalesman-50-30-05.xml
MD5SUMedc960599dc3680268fdb44af0bd56ea
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark175
Best CPU time to get the best result obtained on this benchmark2400.05
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints51
Number of domains2
Minimum domain size35
Maximum domain size50
Distribution of domain sizes[{"size":35,"count":50},{"size":50,"count":50}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":50},{"degree":3,"count":50}]
Minimum constraint arity3
Maximum constraint arity50
Distribution of constraint arities[{"arity":3,"count":50},{"arity":50,"count":1}]
Number of extensional constraints50
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":50},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


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

Solver Data

0.32/0.37	
0.32/0.37	AbsCon 2 
0.32/0.37	
1.13/0.79	  Solving XCSP3-instance-4249191-1500748798 as a COP in -infty..+infty
1.13/0.79	  Loading variables...
1.26/0.83	  Loading constraints...
1.58/0.93	  Solver SolverBacktrack being built...
1.58/0.93	
1.58/0.96	  Preprocessing : gac=true, ccks=0, filters=0, revisions=0 (useless=0), AC=0, removals=0, inconsistent=false
1.58/0.96	
1.92/1.01	o 278
2.79/1.22	o 277
3.01/1.33	o 275
3.01/1.34	o 229
4.24/2.37	o 227
4.57/2.62	o 226
53.37/50.37	o 225
61.57/58.38	o 224
64.22/60.90	o 223
64.22/60.92	o 221
288.01/282.80	o 220
311.86/306.31	o 217
329.08/323.26	o 216
2400.05/2381.70	
2400.05/2381.70	v <instantiation id='sol13' type='solution' cost='216'>  <list> c[] d[] </list>  <values> 43 49 44 46 42 48 39 41 35 36 29 26 28 25 21 8 0 2 1 4 9 12 13 17 19 32 30 22 23 24 20 18 3 5 6 10 15 14 27 7 11 16 31 34 38 33 37 40 45 47 4 3 1 4 10 7 4 3 3 3 2 4 1 4 8 7 1 2 3 3 6 1 2 1 8 1 6 4 4 3 1 12 7 3 2 3 1 9 13 5 4 10 2 2 7 4 4 5 4 5 </values>  </instantiation>
2400.05/2381.70	s SATISFIABLE

Verifier Data

OK	216

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-4249191-1500748798/watcher-4249191-1500748798 -o /tmp/evaluation-result-4249191-1500748798/solver-4249191-1500748798 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node129-1500748798-21063 --watchdog 2560 java -jar HOME/AbsCon-basic.jar HOME/instance-4249191-1500748798.xml 

pid=21084
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.02 1.02 1.18 2/238 21089
/proc/meminfo: memFree=31783588/32770624 swapFree=5780/178056
[pid=21089] ppid=21084 vsize=98704 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/21089/stat : 21089 (java) S 21084 21089 14883 0 -1 1077944320 1390 0 0 0 0 0 0 0 20 0 2 0 10147171 101072896 1199 33554432000 4194304 4196468 140731071119344 140731071101888 139849143652087 0 0 4096 0 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 34537472 140731071124675 140731071124804 140731071124804 140731071127503 0
/proc/21089/statm: 24676 1199 896 1 0 16800 0
[pid=21089/tid=21093] ppid=21084 vsize=98704 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/21089/task/21093/stat : 21093 (java) D 21084 21089 14883 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 2 0 10147172 101072896 1199 33554432000 4194304 4196468 140731071119344 139849147886968 139849145927367 0 0 4096 0 18446744072101600804 0 0 -1 8 0 0 0 0 0 6293624 6294260 34537472 140731071124675 140731071124804 140731071124804 140731071127503 0

[startup+0.100133 s]
/proc/loadavg: 1.02 1.02 1.18 2/238 21089
/proc/meminfo: memFree=31783588/32770624 swapFree=5780/178056
[pid=21089] ppid=21084 vsize=10434508 CPUtime=0.06 cores=0,2,4,6,8,10,12,14
/proc/21089/stat : 21089 (java) S 21084 21089 14883 0 -1 1077944320 4204 0 0 0 5 1 0 0 20 0 13 0 10147171 10684936192 5418 33554432000 4194304 4196468 140731071119344 140731071101888 139849143652087 0 0 0 16784584 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 34537472 140731071124675 140731071124804 140731071124804 140731071127503 0
/proc/21089/statm: 2608627 5418 2144 1 0 2597065 0
[pid=21089/tid=21093] ppid=21084 vsize=10434508 CPUtime=0.05 cores=0,2,4,6,8,10,12,14
/proc/21089/task/21093/stat : 21093 (java) D 21084 21089 14883 0 -1 1077944384 2824 0 0 0 4 1 0 0 20 0 13 0 10147172 10684936192 5418 33554432000 4194304 4196468 140731071119344 139849147890032 139849136331309 0 4 0 16784584 18446744072101600804 0 0 -1 2 0 0 0 0 0 6293624 6294260 34537472 140731071124675 140731071124804 140731071124804 140731071127503 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 10434508

[startup+0.200448 s]
/proc/loadavg: 1.02 1.02 1.18 2/238 21089
/proc/meminfo: memFree=31783588/32770624 swapFree=5780/178056
[pid=21089] ppid=21084 vsize=10900580 CPUtime=0.19 cores=0,2,4,6,8,10,12,14
/proc/21089/stat : 21089 (java) S 21084 21089 14883 0 -1 1077944320 5544 0 0 0 17 2 0 0 20 0 20 0 10147171 11162193920 7089 33554432000 4194304 4196468 140731071119344 140731071101888 139849143652087 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 34537472 140731071124675 140731071124804 140731071124804 140731071127503 0
/proc/21089/statm: 2725145 7089 2792 1 0 2713552 0
[pid=21089/tid=21093] ppid=21084 vsize=10900580 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/21089/task/21093/stat : 21093 (java) R 21084 21089 14883 0 -1 4202560 3394 0 0 0 13 1 0 0 20 0 20 0 10147172 11162193920 7089 33554432000 4194304 4196468 140731071119344 139849147880352 139849125058376 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34537472 140731071124675 140731071124804 140731071124804 140731071127503 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 10900580

[startup+0.300453 s]
/proc/loadavg: 1.02 1.02 1.18 2/238 21089
/proc/meminfo: memFree=31783588/32770624 swapFree=5780/178056
[pid=21089] ppid=21084 vsize=10900580 CPUtime=0.32 cores=0,2,4,6,8,10,12,14
/proc/21089/stat : 21089 (java) S 21084 21089 14883 0 -1 1077944320 7967 0 0 0 29 3 0 0 20 0 20 0 10147171 11162193920 9876 33554432000 4194304 4196468 140731071119344 140731071101888 139849143652087 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 34537472 140731071124675 140731071124804 140731071124804 140731071127503 0
/proc/21089/statm: 2725145 9876 2913 1 0 2713552 0
[pid=21089/tid=21093] ppid=21084 vsize=10900580 CPUtime=0.2 cores=0,2,4,6,8,10,12,14
/proc/21089/task/21093/stat : 21093 (java) D 21084 21089 14883 0 -1 1077944384 5019 0 0 0 18 2 0 0 20 0 20 0 10147172 11162193920 9876 33554432000 4194304 4196468 140731071119344 139849147882536 139849145927367 0 4 0 16800975 18446744072101600804 0 0 -1 2 0 0 0 0 0 6293624 6294260 34537472 140731071124675 140731071124804 140731071124804 140731071127503 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 10900580

[startup+0.700219 s]
/proc/loadavg: 1.02 1.02 1.18 2/238 21089
/proc/meminfo: memFree=31783588/32770624 swapFree=5780/178056
[pid=21089] ppid=21084 vsize=10971352 CPUtime=1.13 cores=0,2,4,6,8,10,12,14
/proc/21089/stat : 21089 (java) S 21084 21089 14883 0 -1 1077944320 12046 0 0 0 108 5 0 0 20 0 21 0 10147171 11234664448 18849 33554432000 4194304 4196468 140731071119344 140731071101888 139849143652087 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 34537472 140731071124675 140731071124804 140731071124804 140731071127503 0
/proc/21089/statm: 2742838 18849 3087 1 0 2730705 0
[pid=21089/tid=21093] ppid=21084 vsize=10971352 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/21089/task/21093/stat : 21093 (java) S 21084 21089 14883 0 -1 1077944384 5196 0 0 0 24 2 0 0 20 0 21 0 10147172 11234664448 18849 33554432000 4194304 4196468 140731071119344 139849147894960 139849143662293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34537472 140731071124675 140731071124804 140731071124804 140731071127503 0
Current children cumulated CPU time (s) 1.13
Current children cumulated vsize (KiB) 10971352

[startup+1.50085 s]
/proc/loadavg: 1.02 1.02 1.18 11/283 21134
/proc/meminfo: memFree=31598636/32770624 swapFree=5780/178032
[pid=21089] ppid=21084 vsize=10973400 CPUtime=3.3 cores=0,2,4,6,8,10,12,14
/proc/21089/stat : 21089 (java) S 21084 21089 14883 0 -1 1077944320 14762 0 0 0 323 7 0 0 20 0 21 0 10147171 11236761600 28075 33554432000 4194304 4196468 140731071119344 140731071101888 139849143652087 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 34537472 140731071124675 140731071124804 140731071124804 140731071127503 0
/proc/21089/statm: 2743350 28075 3131 1 0 2731217 0
[pid=21089/tid=21093] ppid=21084 vsize=10973400 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/21089/task/21093/stat : 21093 (java) S 21084 21089 14883 0 -1 1077944384 5196 0 0 0 24 2 0 0 20 0 21 0 10147172 11236761600 28075 33554432000 4194304 4196468 140731071119344 139849147894960 139849143662293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34537472 140731071124675 140731071124804 140731071124804 140731071127503 0
[pid=21089/tid=21097] ppid=21084 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/21089/task/21097/stat : 21097 (java) S 21084 21089 14883 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 21 0 10147175 11236761600 28075 33554432000 4194304 4196468 140731071119344 139849102412816 139849143662293 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 34537472 140731071124675 140731071124804 140731071124804 140731071127503 0
[pid=21089/tid=21098] ppid=21084 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/21089/task/21098/stat : 21098 (java) S 21084 21089 14883 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 10147175 11236761600 28075 33554432000 4194304 4196468 140731071119344 139848749755536 139849143662293 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 34537472 140731071124675 140731071124804 140731071124804 140731071127503 0
[pid=21089/tid=21099] ppid=21084 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/21089/task/21099/stat : 21099 (java) S 21084 21089 14883 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 21 0 10147175 11236761600 28075 33554432000 4194304 4196468 140731071119344 139848748702480 139849143662293 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 34537472 140731071124675 140731071124804 140731071124804 140731071127503 0
[pid=21089/tid=21101] ppid=21084 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/21089/task/21101/stat : 21101 (java) S 21084 21089 14883 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 21 0 10147175 11236761600 28075 33554432000 4194304 4196468 140731071119344 139848747649936 139849143662293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34537472 140731071124675 140731071124804 140731071124804 140731071127503 0
[pid=21089/tid=21102] ppid=21084 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/21089/task/21102/stat : 21102 (java) S 21084 21089 14883 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 10147175 11236761600 28075 33554432000 4194304 4196468 140731071119344 139848746596880 139849143662293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34537472 140731071124675 140731071124804 140731071124804 140731071127503 0
[pid=21089/tid=21104] ppid=21084 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/21089/task/21104/stat : 21104 (java) S 21084 21089 14883 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 10147175 11236761600 28075 33554432000 4194304 4196468 140731071119344 139848745544336 139849143662293 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 34537472 140731071124675 140731071124804 140731071124804 140731071127503 0
[pid=21089/tid=21106] ppid=21084 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/21089/task/21106/stat : 21106 (java) S 21084 21089 14883 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 21 0 10147175 11236761600 28075 33554432000 4194304 4196468 140731071119344 139848744491280 139849143662293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34537472 140731071124675 140731071124804 140731071124804 140731071127503 0
[pid=21089/tid=21107] ppid=21084 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/21089/task/21107/stat : 21107 (java) S 21084 21089 14883 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 10147175 11236761600 28075 33554432000 4194304 4196468 140731071119344 139848743438736 139849143662293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34537472 140731071124675 140731071124804 140731071124804 140731071127503 0
[pid=21089/tid=21113] ppid=21084 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/21089/task/21113/stat : 21113 (java) S 21084 21089 14883 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 21 0 10147178 11236761600 28075 33554432000 4194304 4196468 140731071119344 139848618814192 139849143663234 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34537472 140731071124675 140731071124804 140731071124804 140731071127503 0
[pid=21089/tid=21115] ppid=21084 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/21089/task/21115/stat : 21115 (java) S 21084 21089 14883 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 21 0 10147179 11236761600 28075 33554432000 4194304 4196468 140731071119344 139848617760416 139849143662293 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 34537472 140731071124675 140731071124804 140731071124804 140731071127503 0
[pid=21089/tid=21117] ppid=21084 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/21089/task/21117/stat : 21117 (java) S 21084 21089 14883 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 21 0 10147179 11236761600 28075 33554432000 4194304 4196468 140731071119344 139848616707312 139849143662293 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 34537472 140731071124675 140731071124804 140731071124804 140731071127503 0
[pid=21089/tid=21119] ppid=21084 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/21089/task/21119/stat : 21119 (java) S 21084 21089 14883 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 10147183 11236761600 28075 33554432000 4194304 4196468 140731071119344 139848615655888 139849143670683 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 34537472 140731071124675 140731071124804 140731071124804 140731071127503 0
[pid=21089/tid=21120] ppid=21084 vsize=10973400 CPUtime=0.52 cores=0,2,4,6,8,10,12,14
/proc/21089/task/21120/stat : 21120 (java) S 21084 21089 14883 0 -1 1077944384 1426 0 0 0 52 0 0 0 20 0 21 0 10147183 11236761600 28075 33554432000 4194304 4196468 140731071119344 139848614602992 139849143663234 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34537472 140731071124675 140731071124804 140731071124804 140731071127503 0
[pid=21089/tid=21121] ppid=21084 vsize=10973400 CPUtime=0.55 cores=0,2,4,6,8,10,12,14
/proc/21089/task/21121/stat : 21121 (java) S 21084 21089 14883 0 -1 1077944384 992 0 0 0 55 0 0 0 20 0 21 0 10147183 11236761600 28075 33554432000 4194304 4196468 140731071119344 139848613550448 139849143663234 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34537472 140731071124675 140731071124804 140731071124804 140731071127503 0
[pid=21089/tid=21122] ppid=21084 vsize=10973400 CPUtime=0.49 cores=0,2,4,6,8,10,12,14
/proc/21089/task/21122/stat : 21122 (java) S 21084 21089 14883 0 -1 1077944384 1243 0 0 0 49 0 0 0 20 0 21 0 10147184 11236761600 28075 33554432000 4194304 4196468 140731071119344 139848612497392 139849143663234 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 34537472 140731071124675 140731071124804 140731071124804 140731071127503 0
[pid=21089/tid=21123] ppid=21084 vsize=10973400 CPUtime=0.5 cores=0,2,4,6,8,10,12,14
/proc/21089/task/21123/stat : 21123 (java) S 21084 21089 14883 0 -1 1077944384 1726 0 0 0 50 0 0 0 20 0 21 0 10147184 11236761600 28075 33554432000 4194304 4196468 140731071119344 139848611444848 139849143663234 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 34537472 140731071124675 140731071124804 140731071124804 140731071127503 0
[pid=21089/tid=21129] ppid=21084 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/21089/task/21129/stat : 21129 (java) S 21084 21089 14883 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 10147184 11236761600 28075 33554432000 4194304 4196468 140731071119344 139848610393056 139849143662293 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 34537472 140731071124675 140731071124804 140731071124804 140731071127503 0
[pid=21089/tid=21131] ppid=21084 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/21089/task/21131/stat : 21131 (java) S 21084 21089 14883 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 10147184 11236761600 28075 33554432000 4194304 4196468 140731071119344 139848609340592 139849143663234 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34537472 140731071124675 140731071124804 140731071124804 140731071127503 0
[pid=21089/tid=21133] ppid=21084 vsize=10973400 CPUtime=0.92 cores=0,2,4,6,8,10,12,14
/proc/21089/task/21133/stat : 21133 (java) R 21084 21089 14883 0 -1 4202560 2791 0 0 0 90 2 0 0 20 0 21 0 10147207 11236761600 28075 33554432000 4194304 4196468 140731071119344 139848606148664 139848784974911 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 34537472 140731071124675 140731071124804 140731071124804 140731071127503 0
Current children cumulated CPU time (s) 3.3
Current children cumulated vsize (KiB) 10973400

[startup+3.10091 s]
/proc/loadavg: 1.02 1.02 1.18 3/283 21134
/proc/meminfo: memFree=31530192/32770624 swapFree=5780/178060
[pid=21089] ppid=21084 vsize=10973400 CPUtime=5.07 cores=0,2,4,6,8,10,12,14
/proc/21089/stat : 21089 (java) S 21084 21089 14883 0 -1 1077944320 18548 0 0 0 498 9 0 0 20 0 21 0 10147171 11236761600 40465 33554432000 4194304 4196468 140731071119344 140731071101888 139849143652087 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 34537472 140731071124675 140731071124804 140731071124804 140731071127503 0
/proc/21089/statm: 2743350 40465 3133 1 0 2731217 0
[pid=21089/tid=21093] ppid=21084 vsize=10973400 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/21089/task/21093/stat : 21093 (java) S 21084 21089 14883 0 -1 1077944384 5196 0 0 0 24 2 0 0 20 0 21 0 10147172 11236761600 40465 33554432000 4194304 4196468 140731071119344 139849147894960 139849143662293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34537472 140731071124675 140731071124804 140731071124804 140731071127503 0
[pid=21089/tid=21097] ppid=21084 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/21089/task/21097/stat : 21097 (java) S 21084 21089 14883 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 21 0 10147175 11236761600 40465 33554432000 4194304 4196468 140731071119344 139849102412816 139849143662293 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 34537472 140731071124675 140731071124804 140731071124804 140731071127503 0
[pid=21089/tid=21098] ppid=21084 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/21089/task/21098/stat : 21098 (java) S 21084 21089 14883 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 10147175 11236761600 40465 33554432000 4194304 4196468 140731071119344 139848749755536 139849143662293 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 34537472 140731071124675 140731071124804 140731071124804 140731071127503 0
[pid=21089/tid=21099] ppid=21084 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/21089/task/21099/stat : 21099 (java) S 21084 21089 14883 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 21 0 10147175 11236761600 40465 33554432000 4194304 4196468 140731071119344 139848748702480 139849143662293 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 34537472 140731071124675 140731071124804 140731071124804 140731071127503 0
[pid=21089/tid=21101] ppid=21084 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/21089/task/21101/stat : 21101 (java) S 21084 21089 14883 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 21 0 10147175 11236761600 40465 33554432000 4194304 4196468 140731071119344 139848747649936 139849143662293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34537472 140731071124675 140731071124804 140731071124804 140731071127503 0
[pid=21089/tid=21102] ppid=21084 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/21089/task/21102/stat : 21102 (java) S 21084 21089 14883 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 10147175 11236761600 40465 33554432000 4194304 4196468 140731071119344 139848746596880 139849143662293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34537472 140731071124675 140731071124804 140731071124804 140731071127503 0
[pid=21089/tid=21104] ppid=21084 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/21089/task/21104/stat : 21104 (java) S 21084 21089 14883 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 10147175 11236761600 40465 33554432000 4194304 4196468 140731071119344 139848745544336 139849143662293 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 34537472 140731071124675 140731071124804 140731071124804 140731071127503 0
[pid=21089/tid=21106] ppid=21084 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/21089/task/21106/stat : 21106 (java) S 21084 21089 14883 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 21 0 10147175 11236761600 40465 33554432000 4194304 4196468 140731071119344 139848744491280 139849143662293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34537472 140731071124675 140731071124804 140731071124804 140731071127503 0
[pid=21089/tid=21107] ppid=21084 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/21089/task/21107/stat : 21107 (java) S 21084 21089 14883 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 10147175 11236761600 40465 33554432000 4194304 4196468 140731071119344 139848743438736 139849143662293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34537472 140731071124675 140731071124804 140731071124804 140731071127503 0
[pid=21089/tid=21113] ppid=21084 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/21089/task/21113/stat : 21113 (java) S 21084 21089 14883 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 21 0 10147178 11236761600 40465 33554432000 4194304 4196468 140731071119344 139848618814192 139849143663234 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34537472 140731071124675 140731071124804 140731071124804 140731071127503 0
[pid=21089/tid=21115] ppid=21084 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/21089/task/21115/stat : 21115 (java) S 21084 21089 14883 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 21 0 10147179 11236761600 40465 33554432000 4194304 4196468 140731071119344 139848617760416 139849143662293 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 34537472 140731071124675 140731071124804 140731071124804 140731071127503 0
[pid=21089/tid=21117] ppid=21084 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/21089/task/21117/stat : 21117 (java) S 21084 21089 14883 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 21 0 10147179 11236761600 40465 33554432000 4194304 4196468 140731071119344 139848616707312 139849143662293 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 34537472 140731071124675 140731071124804 140731071124804 140731071127503 0
[pid=21089/tid=21119] ppid=21084 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/21089/task/21119/stat : 21119 (java) S 21084 21089 14883 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 10147183 11236761600 40465 33554432000 4194304 4196468 140731071119344 139848615655888 139849143670683 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 34537472 140731071124675 140731071124804 140731071124804 140731071127503 0
[pid=21089/tid=21120] ppid=21084 vsize=10973400 CPUtime=0.56 cores=0,2,4,6,8,10,12,14
/proc/21089/task/21120/stat : 21120 (java) S 21084 21089 14883 0 -1 1077944384 1760 0 0 0 56 0 0 0 20 0 21 0 10147183 11236761600 40465 33554432000 4194304 4196468 140731071119344 139848614602992 139849143663234 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34537472 140731071124675 140731071124804 140731071124804 140731071127503 0
[pid=21089/tid=21121] ppid=21084 vsize=10973400 CPUtime=0.62 cores=0,2,4,6,8,10,12,14
/proc/21089/task/21121/stat : 21121 (java) S 21084 21089 14883 0 -1 1077944384 1800 0 0 0 62 0 0 0 20 0 21 0 10147183 11236761600 40465 33554432000 4194304 4196468 140731071119344 139848613550448 139849143663234 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34537472 140731071124675 140731071124804 140731071124804 140731071127503 0
[pid=21089/tid=21122] ppid=21084 vsize=10973400 CPUtime=0.53 cores=0,2,4,6,8,10,12,14
/proc/21089/task/21122/stat : 21122 (java) S 21084 21089 14883 0 -1 1077944384 1792 0 0 0 53 0 0 0 20 0 21 0 10147184 11236761600 40465 33554432000 4194304 4196468 140731071119344 139848612497392 139849143663234 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 34537472 140731071124675 140731071124804 140731071124804 140731071127503 0
[pid=21089/tid=21123] ppid=21084 vsize=10973400 CPUtime=0.53 cores=0,2,4,6,8,10,12,14
/proc/21089/task/21123/stat : 21123 (java) R 21084 21089 14883 0 -1 4202560 2828 0 0 0 53 0 0 0 20 0 21 0 10147184 11236761600 40465 33554432000 4194304 4196468 140731071119344 139848611444848 139849129347113 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 34537472 140731071124675 140731071124804 140731071124804 140731071127503 0
[pid=21089/tid=21129] ppid=21084 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/21089/task/21129/stat : 21129 (java) S 21084 21089 14883 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 10147184 11236761600 40465 33554432000 4194304 4196468 140731071119344 139848610393056 139849143662293 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 34537472 140731071124675 140731071124804 140731071124804 140731071127503 0
[pid=21089/tid=21131] ppid=21084 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/21089/task/21131/stat : 21131 (java) S 21084 21089 14883 0 -1 1077944384 30 0 0 0 0 0 0 0 20 0 21 0 10147184 11236761600 40465 33554432000 4194304 4196468 140731071119344 139848609340592 139849143663234 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34537472 140731071124675 140731071124804 140731071124804 140731071127503 0
[pid=21089/tid=21133] ppid=21084 vsize=10973400 CPUtime=2.51 cores=0,2,4,6,8,10,12,14
/proc/21089/task/21133/stat : 21133 (java) R 21084 21089 14883 0 -1 4202560 3734 0 0 0 248 3 0 0 20 0 21 0 10147207 11236761600 40465 33554432000 4194304 4196468 140731071119344 139848606147232 139848784975659 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 34537472 140731071124675 140731071124804 140731071124804 140731071127503 0
Current children cumulated CPU time (s) 5.07
Current children cumulated vsize (KiB) 10973400

[startup+6.30089 s]
/proc/loadavg: 1.02 1.02 1.18 3/283 21141
/proc/meminfo: memFree=31391728/32770624 swapFree=5780/178060
[pid=21089] ppid=21084 vsize=10973400 CPUtime=8.4 cores=0,2,4,6,8,10,12,14
/proc/21089/stat : 21089 (java) S 21084 21089 14883 0 -1 1077944320 20167 0 0 0 826 14 0 0 20 0 21 0 10147171 11236761600 51775 33554432000 4194304 4196468 140731071119344 140731071101888 139849143652087 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 34537472 140731071124675 140731071124804 140731071124804 140731071127503 0
/proc/21089/statm: 2743350 51775 3150 1 0 2731217 0
[pid=21089/tid=21093] ppid=21084 vsize=10973400 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/21089/task/21093/stat : 21093 (java) S 21084 21089 14883 0 -1 1077944384 5196 0 0 0 24 2 0 0 20 0 21 0 10147172 11236761600 51775 33554432000 4194304 4196468 140731071119344 139849147894960 139849143662293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34537472 140731071124675 140731071124804 140731071124804 140731071127503 0
[pid=21089/tid=21097] ppid=21084 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/21089/task/21097/stat : 21097 (java) S 21084 21089 14883 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 21 0 10147175 11236761600 51775 33554432000 4194304 4196468 140731071119344 139849102412816 139849143662293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34537472 140731071124675 140731071124804 140731071124804 140731071127503 0
[pid=21089/tid=21098] ppid=21084 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/21089/task/21098/stat : 21098 (java) S 21084 21089 14883 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 21 0 10147175 11236761600 51775 33554432000 4194304 4196468 140731071119344 139848749755536 139849143662293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34537472 140731071124675 140731071124804 140731071124804 140731071127503 0
[pid=21089/tid=21099] ppid=21084 vsize=10973400 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/21089/task/21099/stat : 21099 (java) S 21084 21089 14883 0 -1 1077944384 408 0 0 0 1 0 0 0 20 0 21 0 10147175 11236761600 51775 33554432000 4194304 4196468 140731071119344 139848748702480 139849143662293 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 34537472 140731071124675 140731071124804 140731071124804 140731071127503 0
[pid=21089/tid=21101] ppid=21084 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/21089/task/21101/stat : 21101 (java) S 21084 21089 14883 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 21 0 10147175 11236761600 51775 33554432000 4194304 4196468 140731071119344 139848747649936 139849143662293 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 34537472 140731071124675 140731071124804 140731071124804 140731071127503 0
[pid=21089/tid=21102] ppid=21084 vsize=10973400 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/21089/task/21102/stat : 21102 (java) S 21084 21089 14883 0 -1 1077944384 21 0 0 0 1 0 0 0 20 0 21 0 10147175 11236761600 51775 33554432000 4194304 4196468 140731071119344 139848746596880 139849143662293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34537472 140731071124675 140731071124804 140731071124804 140731071127503 0
[pid=21089/tid=21104] ppid=21084 vsize=10973400 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/21089/task/21104/stat : 21104 (java) S 21084 21089 14883 0 -1 1077944384 63 0 0 0 1 0 0 0 20 0 21 0 10147175 11236761600 51775 33554432000 4194304 4196468 140731071119344 139848745544336 139849143662293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34537472 140731071124675 140731071124804 140731071124804 140731071127503 0
[pid=21089/tid=21106] ppid=21084 vsize=10973400 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/21089/task/21106/stat : 21106 (java) S 21084 21089 14883 0 -1 1077944384 172 0 0 0 1 0 0 0 20 0 21 0 10147175 11236761600 51775 33554432000 4194304 4196468 140731071119344 139848744491280 139849143662293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34537472 140731071124675 140731071124804 140731071124804 140731071127503 0
[pid=21089/tid=21107] ppid=21084 vsize=10973400 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/21089/task/21107/stat : 21107 (java) S 21084 21089 14883 0 -1 1077944384 34 0 0 0 1 0 0 0 20 0 21 0 10147175 11236761600 51775 33554432000 4194304 4196468 140731071119344 139848743438736 139849143662293 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 34537472 140731071124675 140731071124804 140731071124804 140731071127503 0
[pid=21089/tid=21113] ppid=21084 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/21089/task/21113/stat : 21113 (java) S 21084 21089 14883 0 -1 1077944384 208 0 0 0 0 0 0 0 20 0 21 0 10147178 11236761600 51775 33554432000 4194304 4196468 140731071119344 139848618814192 139849143663234 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34537472 140731071124675 140731071124804 140731071124804 140731071127503 0
[pid=21089/tid=21115] ppid=21084 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14

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

[pid=21089/tid=21131] ppid=21084 vsize=10973400 CPUtime=0.66 cores=0,2,4,6,8,10,12,14
/proc/21089/task/21131/stat : 21131 (java) S 21084 21089 14883 0 -1 1077944384 858 0 0 0 33 33 0 0 20 0 21 0 10147184 11236761600 42185 33554432000 4194304 4196468 140731071119344 139848609340592 139849143663234 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 5 0 0 6293624 6294260 34537472 140731071124675 140731071124804 140731071124804 140731071127503 0
[pid=21089/tid=21133] ppid=21084 vsize=10973400 CPUtime=2256.25 cores=0,2,4,6,8,10,12,14
/proc/21089/task/21133/stat : 21133 (java) R 21084 21089 14883 0 -1 4202560 16088 0 0 0 225614 11 0 0 20 0 21 0 10147207 11236761600 42185 33554432000 4194304 4196468 140731071119344 139848606150144 139848784975724 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34537472 140731071124675 140731071124804 140731071124804 140731071127503 0
Current children cumulated CPU time (s) 2279.95
Current children cumulated vsize (KiB) 10973400

[startup+2322.3 s]
/proc/loadavg: 1.49 1.66 1.57 3/283 21225
/proc/meminfo: memFree=31447192/32770624 swapFree=5780/179108
[pid=21089] ppid=21084 vsize=10973400 CPUtime=2340.28 cores=0,2,4,6,8,10,12,14
/proc/21089/stat : 21089 (java) S 21084 21089 14883 0 -1 1077944320 66739 0 0 0 233890 138 0 0 20 0 21 0 10147171 11236761600 42185 33554432000 4194304 4196468 140731071119344 140731071101888 139849143652087 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 34537472 140731071124675 140731071124804 140731071124804 140731071127503 0
/proc/21089/statm: 2743350 42185 3173 1 0 2731217 0
[pid=21089/tid=21093] ppid=21084 vsize=10973400 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/21089/task/21093/stat : 21093 (java) S 21084 21089 14883 0 -1 1077944384 5196 0 0 0 24 2 0 0 20 0 21 0 10147172 11236761600 42185 33554432000 4194304 4196468 140731071119344 139849147894960 139849143662293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34537472 140731071124675 140731071124804 140731071124804 140731071127503 0
[pid=21089/tid=21097] ppid=21084 vsize=10973400 CPUtime=2.35 cores=0,2,4,6,8,10,12,14
/proc/21089/task/21097/stat : 21097 (java) S 21084 21089 14883 0 -1 1077944384 1572 0 0 0 224 11 0 0 20 0 21 0 10147175 11236761600 42185 33554432000 4194304 4196468 140731071119344 139849102412816 139849143662293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34537472 140731071124675 140731071124804 140731071124804 140731071127503 0
[pid=21089/tid=21098] ppid=21084 vsize=10973400 CPUtime=2.33 cores=0,2,4,6,8,10,12,14
/proc/21089/task/21098/stat : 21098 (java) S 21084 21089 14883 0 -1 1077944384 503 0 0 0 222 11 0 0 20 0 21 0 10147175 11236761600 42185 33554432000 4194304 4196468 140731071119344 139848749755536 139849143662293 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 34537472 140731071124675 140731071124804 140731071124804 140731071127503 0
[pid=21089/tid=21099] ppid=21084 vsize=10973400 CPUtime=2.29 cores=0,2,4,6,8,10,12,14
/proc/21089/task/21099/stat : 21099 (java) S 21084 21089 14883 0 -1 1077944384 1477 0 0 0 218 11 0 0 20 0 21 0 10147175 11236761600 42185 33554432000 4194304 4196468 140731071119344 139848748702480 139849143662293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34537472 140731071124675 140731071124804 140731071124804 140731071127503 0
[pid=21089/tid=21101] ppid=21084 vsize=10973400 CPUtime=2.32 cores=0,2,4,6,8,10,12,14
/proc/21089/task/21101/stat : 21101 (java) S 21084 21089 14883 0 -1 1077944384 2428 0 0 0 221 11 0 0 20 0 21 0 10147175 11236761600 42185 33554432000 4194304 4196468 140731071119344 139848747649936 139849143662293 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 34537472 140731071124675 140731071124804 140731071124804 140731071127503 0
[pid=21089/tid=21102] ppid=21084 vsize=10973400 CPUtime=2.3 cores=0,2,4,6,8,10,12,14
/proc/21089/task/21102/stat : 21102 (java) S 21084 21089 14883 0 -1 1077944384 1209 0 0 0 219 11 0 0 20 0 21 0 10147175 11236761600 42185 33554432000 4194304 4196468 140731071119344 139848746596880 139849143662293 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 34537472 140731071124675 140731071124804 140731071124804 140731071127503 0
[pid=21089/tid=21104] ppid=21084 vsize=10973400 CPUtime=2.23 cores=0,2,4,6,8,10,12,14
/proc/21089/task/21104/stat : 21104 (java) S 21084 21089 14883 0 -1 1077944384 1849 0 0 0 212 11 0 0 20 0 21 0 10147175 11236761600 42185 33554432000 4194304 4196468 140731071119344 139848745544336 139849143662293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34537472 140731071124675 140731071124804 140731071124804 140731071127503 0
[pid=21089/tid=21106] ppid=21084 vsize=10973400 CPUtime=2.33 cores=0,2,4,6,8,10,12,14
/proc/21089/task/21106/stat : 21106 (java) S 21084 21089 14883 0 -1 1077944384 2016 0 0 0 222 11 0 0 20 0 21 0 10147175 11236761600 42185 33554432000 4194304 4196468 140731071119344 139848744491280 139849143662293 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 34537472 140731071124675 140731071124804 140731071124804 140731071127503 0
[pid=21089/tid=21107] ppid=21084 vsize=10973400 CPUtime=2.33 cores=0,2,4,6,8,10,12,14
/proc/21089/task/21107/stat : 21107 (java) S 21084 21089 14883 0 -1 1077944384 2472 0 0 0 222 11 0 0 20 0 21 0 10147175 11236761600 42185 33554432000 4194304 4196468 140731071119344 139848743438736 139849143662293 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 34537472 140731071124675 140731071124804 140731071124804 140731071127503 0
[pid=21089/tid=21113] ppid=21084 vsize=10973400 CPUtime=1.8 cores=0,2,4,6,8,10,12,14
/proc/21089/task/21113/stat : 21113 (java) S 21084 21089 14883 0 -1 1077944384 4437 0 0 0 167 13 0 0 20 0 21 0 10147178 11236761600 42185 33554432000 4194304 4196468 140731071119344 139848618814192 139849143663234 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34537472 140731071124675 140731071124804 140731071124804 140731071127503 0
[pid=21089/tid=21115] ppid=21084 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/21089/task/21115/stat : 21115 (java) S 21084 21089 14883 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 21 0 10147179 11236761600 42185 33554432000 4194304 4196468 140731071119344 139848617760416 139849143662293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34537472 140731071124675 140731071124804 140731071124804 140731071127503 0
[pid=21089/tid=21117] ppid=21084 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/21089/task/21117/stat : 21117 (java) S 21084 21089 14883 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 21 0 10147179 11236761600 42185 33554432000 4194304 4196468 140731071119344 139848616707312 139849143662293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34537472 140731071124675 140731071124804 140731071124804 140731071127503 0
[pid=21089/tid=21119] ppid=21084 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/21089/task/21119/stat : 21119 (java) S 21084 21089 14883 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 10147183 11236761600 42185 33554432000 4194304 4196468 140731071119344 139848615655888 139849143670683 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 34537472 140731071124675 140731071124804 140731071124804 140731071127503 0
[pid=21089/tid=21120] ppid=21084 vsize=10973400 CPUtime=0.7 cores=0,2,4,6,8,10,12,14
/proc/21089/task/21120/stat : 21120 (java) S 21084 21089 14883 0 -1 1077944384 5344 0 0 0 69 1 0 0 20 0 21 0 10147183 11236761600 42185 33554432000 4194304 4196468 140731071119344 139848614602992 139849143663234 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34537472 140731071124675 140731071124804 140731071124804 140731071127503 0
[pid=21089/tid=21121] ppid=21084 vsize=10973400 CPUtime=0.71 cores=0,2,4,6,8,10,12,14
/proc/21089/task/21121/stat : 21121 (java) S 21084 21089 14883 0 -1 1077944384 3245 0 0 0 70 1 0 0 20 0 21 0 10147183 11236761600 42185 33554432000 4194304 4196468 140731071119344 139848613550448 139849143663234 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 34537472 140731071124675 140731071124804 140731071124804 140731071127503 0
[pid=21089/tid=21122] ppid=21084 vsize=10973400 CPUtime=0.71 cores=0,2,4,6,8,10,12,14
/proc/21089/task/21122/stat : 21122 (java) S 21084 21089 14883 0 -1 1077944384 6484 0 0 0 70 1 0 0 20 0 21 0 10147184 11236761600 42185 33554432000 4194304 4196468 140731071119344 139848612497392 139849143663234 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34537472 140731071124675 140731071124804 140731071124804 140731071127503 0
[pid=21089/tid=21123] ppid=21084 vsize=10973400 CPUtime=0.66 cores=0,2,4,6,8,10,12,14
/proc/21089/task/21123/stat : 21123 (java) S 21084 21089 14883 0 -1 1077944384 9871 0 0 0 64 2 0 0 20 0 21 0 10147184 11236761600 42185 33554432000 4194304 4196468 140731071119344 139848611444848 139849143663234 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34537472 140731071124675 140731071124804 140731071124804 140731071127503 0
[pid=21089/tid=21129] ppid=21084 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/21089/task/21129/stat : 21129 (java) S 21084 21089 14883 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 10147184 11236761600 42185 33554432000 4194304 4196468 140731071119344 139848610393056 139849143662293 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 34537472 140731071124675 140731071124804 140731071124804 140731071127503 0
[pid=21089/tid=21131] ppid=21084 vsize=10973400 CPUtime=0.68 cores=0,2,4,6,8,10,12,14
/proc/21089/task/21131/stat : 21131 (java) S 21084 21089 14883 0 -1 1077944384 862 0 0 0 34 34 0 0 20 0 21 0 10147184 11236761600 42185 33554432000 4194304 4196468 140731071119344 139848609340592 139849143663234 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 5 0 0 6293624 6294260 34537472 140731071124675 140731071124804 140731071124804 140731071127503 0
[pid=21089/tid=21133] ppid=21084 vsize=10973400 CPUtime=2316.12 cores=0,2,4,6,8,10,12,14
/proc/21089/task/21133/stat : 21133 (java) R 21084 21089 14883 0 -1 4202560 16353 0 0 0 231601 11 0 0 20 0 21 0 10147207 11236761600 42185 33554432000 4194304 4196468 140731071119344 139848606150160 139848784976202 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34537472 140731071124675 140731071124804 140731071124804 140731071127503 0
Current children cumulated CPU time (s) 2340.28
Current children cumulated vsize (KiB) 10973400



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2381.7 s]
/proc/loadavg: 1.41 1.60 1.56 3/283 21410
/proc/meminfo: memFree=31340348/32770624 swapFree=5780/179240
[pid=21089] ppid=21084 vsize=10973400 CPUtime=2400.05 cores=0,2,4,6,8,10,12,14
/proc/21089/stat : 21089 (java) S 21084 21089 14883 0 -1 1077944320 67506 0 0 0 239865 140 0 0 20 0 21 0 10147171 11236761600 42185 33554432000 4194304 4196468 140731071119344 140731071101888 139849143652087 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 34537472 140731071124675 140731071124804 140731071124804 140731071127503 0
/proc/21089/statm: 2743350 42185 3173 1 0 2731217 0
[pid=21089/tid=21093] ppid=21084 vsize=10973400 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/21089/task/21093/stat : 21093 (java) S 21084 21089 14883 0 -1 1077944384 5196 0 0 0 24 2 0 0 20 0 21 0 10147172 11236761600 42185 33554432000 4194304 4196468 140731071119344 139849147894960 139849143662293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34537472 140731071124675 140731071124804 140731071124804 140731071127503 0
[pid=21089/tid=21097] ppid=21084 vsize=10973400 CPUtime=2.4 cores=0,2,4,6,8,10,12,14
/proc/21089/task/21097/stat : 21097 (java) S 21084 21089 14883 0 -1 1077944384 1574 0 0 0 229 11 0 0 20 0 21 0 10147175 11236761600 42185 33554432000 4194304 4196468 140731071119344 139849102412816 139849143662293 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 34537472 140731071124675 140731071124804 140731071124804 140731071127503 0
[pid=21089/tid=21098] ppid=21084 vsize=10973400 CPUtime=2.39 cores=0,2,4,6,8,10,12,14
/proc/21089/task/21098/stat : 21098 (java) S 21084 21089 14883 0 -1 1077944384 547 0 0 0 228 11 0 0 20 0 21 0 10147175 11236761600 42185 33554432000 4194304 4196468 140731071119344 139848749755536 139849143662293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34537472 140731071124675 140731071124804 140731071124804 140731071127503 0
[pid=21089/tid=21099] ppid=21084 vsize=10973400 CPUtime=2.36 cores=0,2,4,6,8,10,12,14
/proc/21089/task/21099/stat : 21099 (java) S 21084 21089 14883 0 -1 1077944384 1489 0 0 0 224 12 0 0 20 0 21 0 10147175 11236761600 42185 33554432000 4194304 4196468 140731071119344 139848748702480 139849143662293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34537472 140731071124675 140731071124804 140731071124804 140731071127503 0
[pid=21089/tid=21101] ppid=21084 vsize=10973400 CPUtime=2.38 cores=0,2,4,6,8,10,12,14
/proc/21089/task/21101/stat : 21101 (java) S 21084 21089 14883 0 -1 1077944384 2430 0 0 0 227 11 0 0 20 0 21 0 10147175 11236761600 42185 33554432000 4194304 4196468 140731071119344 139848747649936 139849143662293 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 34537472 140731071124675 140731071124804 140731071124804 140731071127503 0
[pid=21089/tid=21102] ppid=21084 vsize=10973400 CPUtime=2.36 cores=0,2,4,6,8,10,12,14
/proc/21089/task/21102/stat : 21102 (java) S 21084 21089 14883 0 -1 1077944384 1211 0 0 0 225 11 0 0 20 0 21 0 10147175 11236761600 42185 33554432000 4194304 4196468 140731071119344 139848746596880 139849143662293 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 34537472 140731071124675 140731071124804 140731071124804 140731071127503 0
[pid=21089/tid=21104] ppid=21084 vsize=10973400 CPUtime=2.28 cores=0,2,4,6,8,10,12,14
/proc/21089/task/21104/stat : 21104 (java) S 21084 21089 14883 0 -1 1077944384 1851 0 0 0 217 11 0 0 20 0 21 0 10147175 11236761600 42185 33554432000 4194304 4196468 140731071119344 139848745544336 139849143662293 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 34537472 140731071124675 140731071124804 140731071124804 140731071127503 0
[pid=21089/tid=21106] ppid=21084 vsize=10973400 CPUtime=2.38 cores=0,2,4,6,8,10,12,14
/proc/21089/task/21106/stat : 21106 (java) S 21084 21089 14883 0 -1 1077944384 2364 0 0 0 227 11 0 0 20 0 21 0 10147175 11236761600 42185 33554432000 4194304 4196468 140731071119344 139848744491280 139849143662293 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 34537472 140731071124675 140731071124804 140731071124804 140731071127503 0
[pid=21089/tid=21107] ppid=21084 vsize=10973400 CPUtime=2.39 cores=0,2,4,6,8,10,12,14
/proc/21089/task/21107/stat : 21107 (java) S 21084 21089 14883 0 -1 1077944384 2487 0 0 0 227 12 0 0 20 0 21 0 10147175 11236761600 42185 33554432000 4194304 4196468 140731071119344 139848743438736 139849143662293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34537472 140731071124675 140731071124804 140731071124804 140731071127503 0
[pid=21089/tid=21113] ppid=21084 vsize=10973400 CPUtime=1.85 cores=0,2,4,6,8,10,12,14
/proc/21089/task/21113/stat : 21113 (java) S 21084 21089 14883 0 -1 1077944384 4564 0 0 0 172 13 0 0 20 0 21 0 10147178 11236761600 42185 33554432000 4194304 4196468 140731071119344 139848618814192 139849143663234 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34537472 140731071124675 140731071124804 140731071124804 140731071127503 0
[pid=21089/tid=21115] ppid=21084 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/21089/task/21115/stat : 21115 (java) S 21084 21089 14883 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 21 0 10147179 11236761600 42185 33554432000 4194304 4196468 140731071119344 139848617760416 139849143662293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34537472 140731071124675 140731071124804 140731071124804 140731071127503 0
[pid=21089/tid=21117] ppid=21084 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/21089/task/21117/stat : 21117 (java) S 21084 21089 14883 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 21 0 10147179 11236761600 42185 33554432000 4194304 4196468 140731071119344 139848616707312 139849143662293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34537472 140731071124675 140731071124804 140731071124804 140731071127503 0
[pid=21089/tid=21119] ppid=21084 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/21089/task/21119/stat : 21119 (java) S 21084 21089 14883 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 10147183 11236761600 42185 33554432000 4194304 4196468 140731071119344 139848615655888 139849143670683 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 34537472 140731071124675 140731071124804 140731071124804 140731071127503 0
[pid=21089/tid=21120] ppid=21084 vsize=10973400 CPUtime=0.7 cores=0,2,4,6,8,10,12,14
/proc/21089/task/21120/stat : 21120 (java) S 21084 21089 14883 0 -1 1077944384 5346 0 0 0 69 1 0 0 20 0 21 0 10147183 11236761600 42185 33554432000 4194304 4196468 140731071119344 139848614602992 139849143663234 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34537472 140731071124675 140731071124804 140731071124804 140731071127503 0
[pid=21089/tid=21121] ppid=21084 vsize=10973400 CPUtime=0.71 cores=0,2,4,6,8,10,12,14
/proc/21089/task/21121/stat : 21121 (java) S 21084 21089 14883 0 -1 1077944384 3247 0 0 0 70 1 0 0 20 0 21 0 10147183 11236761600 42185 33554432000 4194304 4196468 140731071119344 139848613550448 139849143663234 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 34537472 140731071124675 140731071124804 140731071124804 140731071127503 0
[pid=21089/tid=21122] ppid=21084 vsize=10973400 CPUtime=0.71 cores=0,2,4,6,8,10,12,14
/proc/21089/task/21122/stat : 21122 (java) S 21084 21089 14883 0 -1 1077944384 6486 0 0 0 70 1 0 0 20 0 21 0 10147184 11236761600 42185 33554432000 4194304 4196468 140731071119344 139848612497392 139849143663234 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34537472 140731071124675 140731071124804 140731071124804 140731071127503 0
[pid=21089/tid=21123] ppid=21084 vsize=10973400 CPUtime=0.66 cores=0,2,4,6,8,10,12,14
/proc/21089/task/21123/stat : 21123 (java) S 21084 21089 14883 0 -1 1077944384 9873 0 0 0 64 2 0 0 20 0 21 0 10147184 11236761600 42185 33554432000 4194304 4196468 140731071119344 139848611444848 139849143663234 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34537472 140731071124675 140731071124804 140731071124804 140731071127503 0
[pid=21089/tid=21129] ppid=21084 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/21089/task/21129/stat : 21129 (java) S 21084 21089 14883 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 10147184 11236761600 42185 33554432000 4194304 4196468 140731071119344 139848610393056 139849143662293 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 34537472 140731071124675 140731071124804 140731071124804 140731071127503 0
[pid=21089/tid=21131] ppid=21084 vsize=10973400 CPUtime=0.69 cores=0,2,4,6,8,10,12,14
/proc/21089/task/21131/stat : 21131 (java) S 21084 21089 14883 0 -1 1077944384 870 0 0 0 35 34 0 0 20 0 21 0 10147184 11236761600 42185 33554432000 4194304 4196468 140731071119344 139848609340592 139849143663234 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 5 0 0 6293624 6294260 34537472 140731071124675 140731071124804 140731071124804 140731071127503 0
[pid=21089/tid=21133] ppid=21084 vsize=10973400 CPUtime=2375.37 cores=0,2,4,6,8,10,12,14
/proc/21089/task/21133/stat : 21133 (java) R 21084 21089 14883 0 -1 4202560 16550 0 0 0 237526 11 0 0 20 0 21 0 10147207 11236761600 42185 33554432000 4194304 4196468 140731071119344 139848606150352 139848784976202 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34537472 140731071124675 140731071124804 140731071124804 140731071127503 0
Current children cumulated CPU time (s) 2400.05
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 21089 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2381.7 s]
/proc/loadavg: 1.41 1.60 1.56 3/283 21410
/proc/meminfo: memFree=31340348/32770624 swapFree=5780/179240
[pid=21089] ppid=21084 vsize=10973400 CPUtime=2400.05 cores=0,2,4,6,8,10,12,14
/proc/21089/stat : 21089 (java) S 21084 21089 14883 0 -1 1077944320 67506 0 0 0 239865 140 0 0 20 0 21 0 10147171 11236761600 42185 33554432000 4194304 4196468 140731071119344 140731071101888 139849143652087 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 34537472 140731071124675 140731071124804 140731071124804 140731071127503 0
/proc/21089/statm: 2743350 42185 3173 1 0 2731217 0
[pid=21089/tid=21093] ppid=21084 vsize=10973400 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/21089/task/21093/stat : 21093 (java) S 21084 21089 14883 0 -1 1077944384 5196 0 0 0 24 2 0 0 20 0 21 0 10147172 11236761600 42185 33554432000 4194304 4196468 140731071119344 139849147894960 139849143662293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34537472 140731071124675 140731071124804 140731071124804 140731071127503 0
[pid=21089/tid=21097] ppid=21084 vsize=10973400 CPUtime=2.4 cores=0,2,4,6,8,10,12,14
/proc/21089/task/21097/stat : 21097 (java) S 21084 21089 14883 0 -1 1077944384 1574 0 0 0 229 11 0 0 20 0 21 0 10147175 11236761600 42185 33554432000 4194304 4196468 140731071119344 139849102412816 139849143662293 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 34537472 140731071124675 140731071124804 140731071124804 140731071127503 0
[pid=21089/tid=21098] ppid=21084 vsize=10973400 CPUtime=2.39 cores=0,2,4,6,8,10,12,14
/proc/21089/task/21098/stat : 21098 (java) S 21084 21089 14883 0 -1 1077944384 547 0 0 0 228 11 0 0 20 0 21 0 10147175 11236761600 42185 33554432000 4194304 4196468 140731071119344 139848749755536 139849143662293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34537472 140731071124675 140731071124804 140731071124804 140731071127503 0
[pid=21089/tid=21099] ppid=21084 vsize=10973400 CPUtime=2.36 cores=0,2,4,6,8,10,12,14
/proc/21089/task/21099/stat : 21099 (java) S 21084 21089 14883 0 -1 1077944384 1489 0 0 0 224 12 0 0 20 0 21 0 10147175 11236761600 42185 33554432000 4194304 4196468 140731071119344 139848748702480 139849143662293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34537472 140731071124675 140731071124804 140731071124804 140731071127503 0
[pid=21089/tid=21101] ppid=21084 vsize=10973400 CPUtime=2.38 cores=0,2,4,6,8,10,12,14
/proc/21089/task/21101/stat : 21101 (java) S 21084 21089 14883 0 -1 1077944384 2430 0 0 0 227 11 0 0 20 0 21 0 10147175 11236761600 42185 33554432000 4194304 4196468 140731071119344 139848747649936 139849143662293 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 34537472 140731071124675 140731071124804 140731071124804 140731071127503 0
[pid=21089/tid=21102] ppid=21084 vsize=10973400 CPUtime=2.36 cores=0,2,4,6,8,10,12,14
/proc/21089/task/21102/stat : 21102 (java) S 21084 21089 14883 0 -1 1077944384 1211 0 0 0 225 11 0 0 20 0 21 0 10147175 11236761600 42185 33554432000 4194304 4196468 140731071119344 139848746596880 139849143662293 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 34537472 140731071124675 140731071124804 140731071124804 140731071127503 0
[pid=21089/tid=21104] ppid=21084 vsize=10973400 CPUtime=2.28 cores=0,2,4,6,8,10,12,14
/proc/21089/task/21104/stat : 21104 (java) S 21084 21089 14883 0 -1 1077944384 1851 0 0 0 217 11 0 0 20 0 21 0 10147175 11236761600 42185 33554432000 4194304 4196468 140731071119344 139848745544336 139849143662293 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 34537472 140731071124675 140731071124804 140731071124804 140731071127503 0
[pid=21089/tid=21106] ppid=21084 vsize=10973400 CPUtime=2.38 cores=0,2,4,6,8,10,12,14
/proc/21089/task/21106/stat : 21106 (java) S 21084 21089 14883 0 -1 1077944384 2364 0 0 0 227 11 0 0 20 0 21 0 10147175 11236761600 42185 33554432000 4194304 4196468 140731071119344 139848744491280 139849143662293 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 34537472 140731071124675 140731071124804 140731071124804 140731071127503 0
[pid=21089/tid=21107] ppid=21084 vsize=10973400 CPUtime=2.39 cores=0,2,4,6,8,10,12,14
/proc/21089/task/21107/stat : 21107 (java) S 21084 21089 14883 0 -1 1077944384 2487 0 0 0 227 12 0 0 20 0 21 0 10147175 11236761600 42185 33554432000 4194304 4196468 140731071119344 139848743438736 139849143662293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34537472 140731071124675 140731071124804 140731071124804 140731071127503 0
[pid=21089/tid=21113] ppid=21084 vsize=10973400 CPUtime=1.85 cores=0,2,4,6,8,10,12,14
/proc/21089/task/21113/stat : 21113 (java) S 21084 21089 14883 0 -1 1077944384 4564 0 0 0 172 13 0 0 20 0 21 0 10147178 11236761600 42185 33554432000 4194304 4196468 140731071119344 139848618814192 139849143663234 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34537472 140731071124675 140731071124804 140731071124804 140731071127503 0
[pid=21089/tid=21115] ppid=21084 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/21089/task/21115/stat : 21115 (java) S 21084 21089 14883 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 21 0 10147179 11236761600 42185 33554432000 4194304 4196468 140731071119344 139848617760416 139849143662293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34537472 140731071124675 140731071124804 140731071124804 140731071127503 0
[pid=21089/tid=21117] ppid=21084 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/21089/task/21117/stat : 21117 (java) S 21084 21089 14883 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 21 0 10147179 11236761600 42185 33554432000 4194304 4196468 140731071119344 139848616707312 139849143662293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34537472 140731071124675 140731071124804 140731071124804 140731071127503 0
[pid=21089/tid=21119] ppid=21084 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/21089/task/21119/stat : 21119 (java) S 21084 21089 14883 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 10147183 11236761600 42185 33554432000 4194304 4196468 140731071119344 139848615655888 139849143670683 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 34537472 140731071124675 140731071124804 140731071124804 140731071127503 0
[pid=21089/tid=21120] ppid=21084 vsize=10973400 CPUtime=0.7 cores=0,2,4,6,8,10,12,14
/proc/21089/task/21120/stat : 21120 (java) S 21084 21089 14883 0 -1 1077944384 5346 0 0 0 69 1 0 0 20 0 21 0 10147183 11236761600 42185 33554432000 4194304 4196468 140731071119344 139848614602992 139849143663234 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34537472 140731071124675 140731071124804 140731071124804 140731071127503 0
[pid=21089/tid=21121] ppid=21084 vsize=10973400 CPUtime=0.71 cores=0,2,4,6,8,10,12,14
/proc/21089/task/21121/stat : 21121 (java) S 21084 21089 14883 0 -1 1077944384 3247 0 0 0 70 1 0 0 20 0 21 0 10147183 11236761600 42185 33554432000 4194304 4196468 140731071119344 139848613550448 139849143663234 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 34537472 140731071124675 140731071124804 140731071124804 140731071127503 0
[pid=21089/tid=21122] ppid=21084 vsize=10973400 CPUtime=0.71 cores=0,2,4,6,8,10,12,14
/proc/21089/task/21122/stat : 21122 (java) S 21084 21089 14883 0 -1 1077944384 6486 0 0 0 70 1 0 0 20 0 21 0 10147184 11236761600 42185 33554432000 4194304 4196468 140731071119344 139848612497392 139849143663234 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34537472 140731071124675 140731071124804 140731071124804 140731071127503 0
[pid=21089/tid=21123] ppid=21084 vsize=10973400 CPUtime=0.66 cores=0,2,4,6,8,10,12,14
/proc/21089/task/21123/stat : 21123 (java) S 21084 21089 14883 0 -1 1077944384 9873 0 0 0 64 2 0 0 20 0 21 0 10147184 11236761600 42185 33554432000 4194304 4196468 140731071119344 139848611444848 139849143663234 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34537472 140731071124675 140731071124804 140731071124804 140731071127503 0
[pid=21089/tid=21129] ppid=21084 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/21089/task/21129/stat : 21129 (java) S 21084 21089 14883 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 10147184 11236761600 42185 33554432000 4194304 4196468 140731071119344 139848610393056 139849143662293 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 34537472 140731071124675 140731071124804 140731071124804 140731071127503 0
[pid=21089/tid=21131] ppid=21084 vsize=10973400 CPUtime=0.69 cores=0,2,4,6,8,10,12,14
/proc/21089/task/21131/stat : 21131 (java) S 21084 21089 14883 0 -1 1077944384 870 0 0 0 35 34 0 0 20 0 21 0 10147184 11236761600 42185 33554432000 4194304 4196468 140731071119344 139848609340592 139849143663234 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 5 0 0 6293624 6294260 34537472 140731071124675 140731071124804 140731071124804 140731071127503 0
[pid=21089/tid=21133] ppid=21084 vsize=10973400 CPUtime=2375.37 cores=0,2,4,6,8,10,12,14
/proc/21089/task/21133/stat : 21133 (java) R 21084 21089 14883 0 -1 4202560 16550 0 0 0 237526 11 0 0 20 0 21 0 10147207 11236761600 42185 33554432000 4194304 4196468 140731071119344 139848606150352 139848784976202 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34537472 140731071124675 140731071124804 140731071124804 140731071127503 0
Current children cumulated CPU time (s) 2400.05
Current children cumulated vsize (KiB) 10973400

Child status: 143
Real time (s): 2381.71
CPU time (s): 2400.08
CPU user time (s): 2398.66
CPU system time (s): 1.41297
CPU usage (%): 100.771
Max. virtual memory (cumulated for all children) (KiB): 10973400

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2398.66
system time used= 1.41297
maximum resident set size= 233676
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 67713
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2664
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 128808
involuntary context switches= 137012

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.663 second user time and 19.2057 second system time

The end

Launcher Data

Begin job on node129 at 2017-07-22 20:39:58
IDJOB=4249191
IDBENCH=135765
IDSOLVER=2624
FILE ID=node129/4249191-1500748798
RUNJOBID= node129-1500748798-21063
PBS_JOBID= 20623360
Free space on /tmp= 61968 MiB

SOLVER NAME= AbsCon-basic 2017-06-11
BENCH NAME= XCSP17/TravellingSalesman/TravellingSalesman-m1-n50/TravellingSalesman-50-30-05.xml
COMMAND LINE= java -jar HOME/AbsCon-basic.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4249191-1500748798/watcher-4249191-1500748798 -o /tmp/evaluation-result-4249191-1500748798/solver-4249191-1500748798 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node129-1500748798-21063 --watchdog 2560  java -jar HOME/AbsCon-basic.jar HOME/instance-4249191-1500748798.xml

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

MD5SUM BENCH= edc960599dc3680268fdb44af0bd56ea
RANDOM SEED=1799927540

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1733.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.96
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		: 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.96
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.96
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.96
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		: 1600.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.96
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.96
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.96
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 15
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2000.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 23
initial apicid	: 23
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        31783912 kB
MemAvailable:   31989080 kB
Buffers:          177936 kB
Cached:           297824 kB
SwapCached:            0 kB
Active:           287752 kB
Inactive:         245476 kB
Active(anon):       4012 kB
Inactive(anon):    64872 kB
Active(file):     283740 kB
Inactive(file):   180604 kB
Unevictable:        5780 kB
Mlocked:            5780 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             15512 kB
Writeback:             0 kB
AnonPages:        125812 kB
Mapped:            30444 kB
Shmem:              8844 kB
Slab:             146832 kB
SReclaimable:     113320 kB
SUnreclaim:        33512 kB
KernelStack:        4432 kB
PageTables:         5260 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     308976 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:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 61952 MiB
End job on node129 at 2017-07-22 21:19:40