Trace number 4249147

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
R1: Concrete 3.4SAT 23.4302 7.50753

General information on the benchmark

NameTravellingSalesman/TravellingSalesman-xcsp2-s20/
TravellingSalesman-20-076_X2.xml
MD5SUM63d95fcac4968a6897becae9cdc29854
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark4.6216102
Satisfiable
(Un)Satisfiability was proved
Number of variables61
Number of constraints230
Number of domains5
Minimum domain size1
Maximum domain size1001
Distribution of domain sizes[{"size":1,"count":2},{"size":20,"count":20},{"size":183,"count":19},{"size":1001,"count":20}]
Minimum variable degree1
Maximum variable degree20
Distribution of variable degrees[{"degree":1,"count":2},{"degree":2,"count":39},{"degree":20,"count":20}]
Minimum constraint arity2
Maximum constraint arity3
Distribution of constraint arities[{"arity":2,"count":210},{"arity":3,"count":20}]
Number of extensional constraints230
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":230}]
Optimization problemNO
Type of objective

Solver Data

4.04/2.23	c Concrete v3.4 running
23.08/7.48	v <instantiation>
23.08/7.48	v       <list>
23.08/7.48	v         w3 w4 x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] y[0] y[1] y[2] y[3] y[4] y[5] y[6] y[7] y[8] y[9] y[10] y[11] y[12] y[13] y[14] y[15] y[16] y[17] y[18] y[19] z[0] z[1] z[2] z[3] z[4] z[5] z[6] z[7] z[8] z[9] z[10] z[11] z[12] z[13] z[14] z[15] z[16] z[17] z[18]
23.08/7.48	v       </list>
23.08/7.48	v       <values>
23.08/7.48	v         182 0 5 10 2 15 13 7 19 9 14 8 12 3 20 18 16 17 1 4 11 6 2 5 3 3 24 18 17 11 5 8 13 22 26 3 3 4 0 3 4 8 7 10 13 37 55 72 83 88 96 109 131 157 160 163 167 167 170 174 182
23.08/7.48	v       </values>
23.08/7.48	v     </instantiation>
23.08/7.48	s SATISFIABLE

Verifier Data

OK	

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-4249147-1500758527/watcher-4249147-1500758527 -o /tmp/evaluation-result-4249147-1500758527/solver-4249147-1500758527 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node143-1500751505-28468 --watchdog 2560 bin/concrete HOME/instance-4249147-1500758527.xml 

pid=30111
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.39 1.45 1.49 3/262 30114
/proc/meminfo: memFree=30691208/32770624 swapFree=6300/324212
[pid=30114] ppid=30111 vsize=9508 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/30114/stat : 30114 (bash) S 30111 30114 28437 0 -1 4202496 684 1534 0 0 0 0 0 0 20 0 1 0 11118996 9736192 350 33554432000 4194304 5098028 140726859320896 140726859318536 140196446010368 0 0 4100 65536 18446744071580971376 0 0 17 10 0 0 0 0 0 7196144 7232144 36491264 140726859322638 140726859322723 140726859322723 140726859325422 0
/proc/30114/statm: 2377 350 278 221 0 86 0

[startup+0.100156 s]
/proc/loadavg: 1.39 1.45 1.49 3/262 30114
/proc/meminfo: memFree=30691208/32770624 swapFree=6300/324212
[pid=30114] ppid=30111 vsize=9640 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/30114/stat : 30114 (bash) S 30111 30114 28437 0 -1 4202496 878 6422 0 0 0 0 0 1 20 0 1 0 11118996 9871360 377 33554432000 4194304 5098028 140726859320896 140726859314904 140196446010368 0 0 4100 65536 18446744071580971376 0 0 17 10 0 0 0 0 0 7196144 7232144 36491264 140726859322638 140726859322723 140726859322723 140726859325422 0
/proc/30114/statm: 2410 377 296 221 0 119 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9640

[startup+0.200422 s]
/proc/loadavg: 1.39 1.45 1.49 3/262 30114
/proc/meminfo: memFree=30691208/32770624 swapFree=6300/324212
[pid=30114] ppid=30111 vsize=10435860 CPUtime=0.18 cores=0,2,4,6,8,10,12,14
/proc/30114/stat : 30114 (java) S 30111 30114 28437 0 -1 1077944320 4961 12282 0 0 5 1 8 4 20 0 13 0 11118996 10686320640 5303 33554432000 4194304 4196468 140721134359296 140721134341840 139743887064823 0 0 0 16800971 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 24981504 140721134365377 140721134368151 140721134368151 140721134370767 0
/proc/30114/statm: 2608965 5303 2138 1 0 2597403 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 10435860

[startup+0.300264 s]
/proc/loadavg: 1.39 1.45 1.49 3/262 30114
/proc/meminfo: memFree=30691208/32770624 swapFree=6300/324212
[pid=30114] ppid=30111 vsize=10902392 CPUtime=0.37 cores=0,2,4,6,8,10,12,14
/proc/30114/stat : 30114 (java) S 30111 30114 28437 0 -1 1077944320 6895 12282 0 0 22 3 8 4 20 0 20 0 11118996 11164049408 8594 33554432000 4194304 4196468 140721134359296 140721134341840 139743887064823 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 24981504 140721134365377 140721134368151 140721134368151 140721134370767 0
/proc/30114/statm: 2725598 8594 2979 1 0 2713890 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 10902392

[startup+0.700342 s]
/proc/loadavg: 1.39 1.45 1.49 3/262 30114
/proc/meminfo: memFree=30691208/32770624 swapFree=6300/324212
[pid=30114] ppid=30111 vsize=10902720 CPUtime=0.9 cores=0,2,4,6,8,10,12,14
/proc/30114/stat : 30114 (java) S 30111 30114 28437 0 -1 1077944320 12076 12282 0 0 73 5 8 4 20 0 20 0 11118996 11164385280 14861 33554432000 4194304 4196468 140721134359296 140721134341840 139743887064823 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 24981504 140721134365377 140721134368151 140721134368151 140721134370767 0
/proc/30114/statm: 2725680 14861 3159 1 0 2713890 0
Current children cumulated CPU time (s) 0.9
Current children cumulated vsize (KiB) 10902720

[startup+1.5008 s]
/proc/loadavg: 1.39 1.45 1.49 3/282 30187
/proc/meminfo: memFree=30592548/32770624 swapFree=6300/324256
[pid=30114] ppid=30111 vsize=10913344 CPUtime=2.3 cores=0,2,4,6,8,10,12,14
/proc/30114/stat : 30114 (java) S 30111 30114 28437 0 -1 1077944320 27227 12282 0 0 203 15 8 4 20 0 20 0 11118996 11175264256 44500 33554432000 4194304 4196468 140721134359296 140721134341840 139743887064823 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 24981504 140721134365377 140721134368151 140721134368151 140721134370767 0
/proc/30114/statm: 2728336 44500 3403 1 0 2716450 0
[pid=30114/tid=30169] ppid=30111 vsize=10913344 CPUtime=1.42 cores=0,2,4,6,8,10,12,14
/proc/30114/task/30169/stat : 30169 (java) R 30111 30114 28437 0 -1 4202560 19605 12282 0 0 124 6 8 4 20 0 20 0 11119010 11175264256 44500 33554432000 4194304 4196468 140721134359296 139743891284848 139743488771548 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24981504 140721134365377 140721134368151 140721134368151 140721134370767 0
[pid=30114/tid=30170] ppid=30111 vsize=10913344 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/30114/task/30170/stat : 30170 (java) S 30111 30114 28437 0 -1 1077944384 20 12282 0 0 1 0 8 4 20 0 20 0 11119010 11175264256 44500 33554432000 4194304 4196468 140721134359296 139743813139344 139743887075029 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 24981504 140721134365377 140721134368151 140721134368151 140721134370767 0
[pid=30114/tid=30171] ppid=30111 vsize=10913344 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/30114/task/30171/stat : 30171 (java) S 30111 30114 28437 0 -1 1077944384 41 12282 0 0 1 0 8 4 20 0 20 0 11119010 11175264256 44500 33554432000 4194304 4196468 140721134359296 139743812086544 139743887075029 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24981504 140721134365377 140721134368151 140721134368151 140721134370767 0
[pid=30114/tid=30172] ppid=30111 vsize=10913344 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/30114/task/30172/stat : 30172 (java) S 30111 30114 28437 0 -1 1077944384 47 12282 0 0 1 0 8 4 20 0 20 0 11119011 11175264256 44500 33554432000 4194304 4196468 140721134359296 139743811034256 139743887075029 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 24981504 140721134365377 140721134368151 140721134368151 140721134370767 0
[pid=30114/tid=30173] ppid=30111 vsize=10913344 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/30114/task/30173/stat : 30173 (java) S 30111 30114 28437 0 -1 1077944384 39 12282 0 0 1 0 8 4 20 0 20 0 11119011 11175264256 44500 33554432000 4194304 4196468 140721134359296 139743809981456 139743887075029 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 24981504 140721134365377 140721134368151 140721134368151 140721134370767 0
[pid=30114/tid=30174] ppid=30111 vsize=10913344 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/30114/task/30174/stat : 30174 (java) S 30111 30114 28437 0 -1 1077944384 9 12282 0 0 1 0 8 4 20 0 20 0 11119011 11175264256 44500 33554432000 4194304 4196468 140721134359296 139743808928144 139743887075029 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 24981504 140721134365377 140721134368151 140721134368151 140721134370767 0
[pid=30114/tid=30175] ppid=30111 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/30114/task/30175/stat : 30175 (java) S 30111 30114 28437 0 -1 1077944384 34 12282 0 0 0 0 8 4 20 0 20 0 11119011 11175264256 44500 33554432000 4194304 4196468 140721134359296 139743488633104 139743887075029 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 24981504 140721134365377 140721134368151 140721134368151 140721134370767 0
[pid=30114/tid=30176] ppid=30111 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/30114/task/30176/stat : 30176 (java) S 30111 30114 28437 0 -1 1077944384 15 12282 0 0 0 0 8 4 20 0 20 0 11119011 11175264256 44500 33554432000 4194304 4196468 140721134359296 139743487580816 139743887075029 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 24981504 140721134365377 140721134368151 140721134368151 140721134370767 0
[pid=30114/tid=30177] ppid=30111 vsize=10913344 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/30114/task/30177/stat : 30177 (java) S 30111 30114 28437 0 -1 1077944384 134 12282 0 0 1 0 8 4 20 0 20 0 11119011 11175264256 44500 33554432000 4194304 4196468 140721134359296 139743486528016 139743887075029 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24981504 140721134365377 140721134368151 140721134368151 140721134370767 0
[pid=30114/tid=30178] ppid=30111 vsize=10913344 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/30114/task/30178/stat : 30178 (java) S 30111 30114 28437 0 -1 1077944384 1169 12282 0 0 1 0 8 4 20 0 20 0 11119013 11175264256 44500 33554432000 4194304 4196468 140721134359296 139743361559152 139743887075970 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24981504 140721134365377 140721134368151 140721134368151 140721134370767 0
[pid=30114/tid=30179] ppid=30111 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/30114/task/30179/stat : 30179 (java) S 30111 30114 28437 0 -1 1077944384 57 12282 0 0 0 0 8 4 20 0 20 0 11119014 11175264256 44500 33554432000 4194304 4196468 140721134359296 139743360505184 139743887075029 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24981504 140721134365377 140721134368151 140721134368151 140721134370767 0
[pid=30114/tid=30180] ppid=30111 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/30114/task/30180/stat : 30180 (java) S 30111 30114 28437 0 -1 1077944384 46 12282 0 0 0 0 8 4 20 0 20 0 11119014 11175264256 44500 33554432000 4194304 4196468 140721134359296 139743359452800 139743887075029 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24981504 140721134365377 140721134368151 140721134368151 140721134370767 0
[pid=30114/tid=30181] ppid=30111 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/30114/task/30181/stat : 30181 (java) S 30111 30114 28437 0 -1 1077944384 1 12282 0 0 0 0 8 4 20 0 20 0 11119019 11175264256 44500 33554432000 4194304 4196468 140721134359296 139743358401104 139743887083419 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 24981504 140721134365377 140721134368151 140721134368151 140721134370767 0
[pid=30114/tid=30182] ppid=30111 vsize=10913344 CPUtime=0.28 cores=0,2,4,6,8,10,12,14
/proc/30114/task/30182/stat : 30182 (java) S 30111 30114 28437 0 -1 1077944384 1455 12282 0 0 15 1 8 4 20 0 20 0 11119019 11175264256 44500 33554432000 4194304 4196468 140721134359296 139743357347952 139743887075970 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 24981504 140721134365377 140721134368151 140721134368151 140721134370767 0
[pid=30114/tid=30183] ppid=30111 vsize=10913344 CPUtime=0.22 cores=0,2,4,6,8,10,12,14
/proc/30114/task/30183/stat : 30183 (java) S 30111 30114 28437 0 -1 1077944384 524 12282 0 0 10 0 8 4 20 0 20 0 11119019 11175264256 44500 33554432000 4194304 4196468 140721134359296 139743356295152 139743887075970 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 24981504 140721134365377 140721134368151 140721134368151 140721134370767 0
[pid=30114/tid=30184] ppid=30111 vsize=10913344 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/30114/task/30184/stat : 30184 (java) S 30111 30114 28437 0 -1 1077944384 515 12282 0 0 14 0 8 4 20 0 20 0 11119019 11175264256 44500 33554432000 4194304 4196468 140721134359296 139743355242864 139743887075970 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24981504 140721134365377 140721134368151 140721134368151 140721134370767 0
[pid=30114/tid=30185] ppid=30111 vsize=10913344 CPUtime=0.38 cores=0,2,4,6,8,10,12,14
/proc/30114/task/30185/stat : 30185 (java) S 30111 30114 28437 0 -1 1077944384 1381 12282 0 0 26 0 8 4 20 0 20 0 11119019 11175264256 44500 33554432000 4194304 4196468 140721134359296 139743354190064 139743887075970 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 24981504 140721134365377 140721134368151 140721134368151 140721134370767 0
[pid=30114/tid=30186] ppid=30111 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/30114/task/30186/stat : 30186 (java) S 30111 30114 28437 0 -1 1077944384 3 12282 0 0 0 0 8 4 20 0 20 0 11119019 11175264256 44500 33554432000 4194304 4196468 140721134359296 139743353138016 139743887075029 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 24981504 140721134365377 140721134368151 140721134368151 140721134370767 0
[pid=30114/tid=30187] ppid=30111 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/30114/task/30187/stat : 30187 (java) S 30111 30114 28437 0 -1 1077944384 6 12282 0 0 0 0 8 4 20 0 20 0 11119019 11175264256 44500 33554432000 4194304 4196468 140721134359296 139743352085296 139743887075970 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24981504 140721134365377 140721134368151 140721134368151 140721134370767 0
Current children cumulated CPU time (s) 2.3
Current children cumulated vsize (KiB) 10913344

[startup+3.10112 s]
/proc/loadavg: 1.39 1.45 1.49 5/282 30187
/proc/meminfo: memFree=30516816/32770624 swapFree=6300/324256
[pid=30114] ppid=30111 vsize=10925820 CPUtime=6.55 cores=0,2,4,6,8,10,12,14
/proc/30114/stat : 30114 (java) S 30111 30114 28437 0 -1 1077944320 47270 12282 0 0 621 22 8 4 20 0 20 0 11118996 11188039680 62136 33554432000 4194304 4196468 140721134359296 140721134341840 139743887064823 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 24981504 140721134365377 140721134368151 140721134368151 140721134370767 0
/proc/30114/statm: 2731455 62136 3479 1 0 2719010 0
[pid=30114/tid=30169] ppid=30111 vsize=10925820 CPUtime=3.02 cores=0,2,4,6,8,10,12,14
/proc/30114/task/30169/stat : 30169 (java) R 30111 30114 28437 0 -1 4202560 30185 12282 0 0 281 9 8 4 20 0 20 0 11119010 11188039680 62136 33554432000 4194304 4196468 140721134359296 139743891289968 139743494365192 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24981504 140721134365377 140721134368151 140721134368151 140721134370767 0
[pid=30114/tid=30170] ppid=30111 vsize=10925820 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/30114/task/30170/stat : 30170 (java) S 30111 30114 28437 0 -1 1077944384 20 12282 0 0 1 0 8 4 20 0 20 0 11119010 11188039680 62136 33554432000 4194304 4196468 140721134359296 139743813139344 139743887075029 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 24981504 140721134365377 140721134368151 140721134368151 140721134370767 0
[pid=30114/tid=30171] ppid=30111 vsize=10925820 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/30114/task/30171/stat : 30171 (java) S 30111 30114 28437 0 -1 1077944384 41 12282 0 0 1 0 8 4 20 0 20 0 11119010 11188039680 62136 33554432000 4194304 4196468 140721134359296 139743812086544 139743887075029 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24981504 140721134365377 140721134368151 140721134368151 140721134370767 0
[pid=30114/tid=30172] ppid=30111 vsize=10925820 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/30114/task/30172/stat : 30172 (java) S 30111 30114 28437 0 -1 1077944384 47 12282 0 0 1 0 8 4 20 0 20 0 11119011 11188039680 62136 33554432000 4194304 4196468 140721134359296 139743811034256 139743887075029 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 24981504 140721134365377 140721134368151 140721134368151 140721134370767 0
[pid=30114/tid=30173] ppid=30111 vsize=10925820 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/30114/task/30173/stat : 30173 (java) S 30111 30114 28437 0 -1 1077944384 39 12282 0 0 1 0 8 4 20 0 20 0 11119011 11188039680 62136 33554432000 4194304 4196468 140721134359296 139743809981456 139743887075029 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 24981504 140721134365377 140721134368151 140721134368151 140721134370767 0
[pid=30114/tid=30174] ppid=30111 vsize=10925820 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/30114/task/30174/stat : 30174 (java) S 30111 30114 28437 0 -1 1077944384 9 12282 0 0 1 0 8 4 20 0 20 0 11119011 11188039680 62136 33554432000 4194304 4196468 140721134359296 139743808928144 139743887075029 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 24981504 140721134365377 140721134368151 140721134368151 140721134370767 0
[pid=30114/tid=30175] ppid=30111 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/30114/task/30175/stat : 30175 (java) S 30111 30114 28437 0 -1 1077944384 34 12282 0 0 0 0 8 4 20 0 20 0 11119011 11188039680 62136 33554432000 4194304 4196468 140721134359296 139743488633104 139743887075029 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 24981504 140721134365377 140721134368151 140721134368151 140721134370767 0
[pid=30114/tid=30176] ppid=30111 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/30114/task/30176/stat : 30176 (java) S 30111 30114 28437 0 -1 1077944384 15 12282 0 0 0 0 8 4 20 0 20 0 11119011 11188039680 62136 33554432000 4194304 4196468 140721134359296 139743487580816 139743887075029 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 24981504 140721134365377 140721134368151 140721134368151 140721134370767 0
[pid=30114/tid=30177] ppid=30111 vsize=10925820 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/30114/task/30177/stat : 30177 (java) S 30111 30114 28437 0 -1 1077944384 134 12282 0 0 1 0 8 4 20 0 20 0 11119011 11188039680 62136 33554432000 4194304 4196468 140721134359296 139743486528016 139743887075029 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24981504 140721134365377 140721134368151 140721134368151 140721134370767 0
[pid=30114/tid=30178] ppid=30111 vsize=10925820 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/30114/task/30178/stat : 30178 (java) S 30111 30114 28437 0 -1 1077944384 1195 12282 0 0 1 0 8 4 20 0 20 0 11119013 11188039680 62136 33554432000 4194304 4196468 140721134359296 139743361559152 139743887075970 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24981504 140721134365377 140721134368151 140721134368151 140721134370767 0
[pid=30114/tid=30179] ppid=30111 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/30114/task/30179/stat : 30179 (java) S 30111 30114 28437 0 -1 1077944384 57 12282 0 0 0 0 8 4 20 0 20 0 11119014 11188039680 62136 33554432000 4194304 4196468 140721134359296 139743360505184 139743887075029 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24981504 140721134365377 140721134368151 140721134368151 140721134370767 0
[pid=30114/tid=30180] ppid=30111 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/30114/task/30180/stat : 30180 (java) S 30111 30114 28437 0 -1 1077944384 46 12282 0 0 0 0 8 4 20 0 20 0 11119014 11188039680 62136 33554432000 4194304 4196468 140721134359296 139743359452800 139743887075029 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24981504 140721134365377 140721134368151 140721134368151 140721134370767 0
[pid=30114/tid=30181] ppid=30111 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/30114/task/30181/stat : 30181 (java) S 30111 30114 28437 0 -1 1077944384 1 12282 0 0 0 0 8 4 20 0 20 0 11119019 11188039680 62136 33554432000 4194304 4196468 140721134359296 139743358401104 139743887083419 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 24981504 140721134365377 140721134368151 140721134368151 140721134370767 0
[pid=30114/tid=30182] ppid=30111 vsize=10925820 CPUtime=0.81 cores=0,2,4,6,8,10,12,14
/proc/30114/task/30182/stat : 30182 (java) S 30111 30114 28437 0 -1 1077944384 3135 12282 0 0 68 1 8 4 20 0 20 0 11119019 11188039680 62136 33554432000 4194304 4196468 140721134359296 139743357347952 139743887075970 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24981504 140721134365377 140721134368151 140721134368151 140721134370767 0
[pid=30114/tid=30183] ppid=30111 vsize=10925820 CPUtime=0.81 cores=0,2,4,6,8,10,12,14
/proc/30114/task/30183/stat : 30183 (java) S 30111 30114 28437 0 -1 1077944384 1979 12282 0 0 69 0 8 4 20 0 20 0 11119019 11188039680 62136 33554432000 4194304 4196468 140721134359296 139743356295152 139743887075970 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24981504 140721134365377 140721134368151 140721134368151 140721134370767 0
[pid=30114/tid=30184] ppid=30111 vsize=10925820 CPUtime=1.05 cores=0,2,4,6,8,10,12,14
/proc/30114/task/30184/stat : 30184 (java) S 30111 30114 28437 0 -1 1077944384 4218 12282 0 0 92 1 8 4 20 0 20 0 11119019 11188039680 62136 33554432000 4194304 4196468 140721134359296 139743355242864 139743887075970 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 24981504 140721134365377 140721134368151 140721134368151 140721134370767 0
[pid=30114/tid=30185] ppid=30111 vsize=10925820 CPUtime=1.11 cores=0,2,4,6,8,10,12,14
/proc/30114/task/30185/stat : 30185 (java) R 30111 30114 28437 0 -1 4202560 3977 12282 0 0 98 1 8 4 20 0 20 0 11119019 11188039680 62136 33554432000 4194304 4196468 140721134359296 139743354185104 139743865870557 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 24981504 140721134365377 140721134368151 140721134368151 140721134370767 0
[pid=30114/tid=30186] ppid=30111 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/30114/task/30186/stat : 30186 (java) S 30111 30114 28437 0 -1 1077944384 3 12282 0 0 0 0 8 4 20 0 20 0 11119019 11188039680 62136 33554432000 4194304 4196468 140721134359296 139743353138016 139743887075029 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 24981504 140721134365377 140721134368151 140721134368151 140721134370767 0
[pid=30114/tid=30187] ppid=30111 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/30114/task/30187/stat : 30187 (java) S 30111 30114 28437 0 -1 1077944384 7 12282 0 0 0 0 8 4 20 0 20 0 11119019 11188039680 62136 33554432000 4194304 4196468 140721134359296 139743352085296 139743887075970 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24981504 140721134365377 140721134368151 140721134368151 140721134370767 0
Current children cumulated CPU time (s) 6.55
Current children cumulated vsize (KiB) 10925820

[startup+6.30105 s]
/proc/loadavg: 1.44 1.46 1.49 3/282 30187
/proc/meminfo: memFree=30333744/32770624 swapFree=6300/324264
[pid=30114] ppid=30111 vsize=10997564 CPUtime=17.96 cores=0,2,4,6,8,10,12,14
/proc/30114/stat : 30114 (java) S 30111 30114 28437 0 -1 1077944320 67965 12282 0 0 1730 54 8 4 20 0 20 0 11118996 11261505536 131202 33554432000 4194304 4196468 140721134359296 140721134341840 139743887064823 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 24981504 140721134365377 140721134368151 140721134368151 140721134370767 0
/proc/30114/statm: 2749391 131202 3500 1 0 2736946 0
[pid=30114/tid=30169] ppid=30111 vsize=10997564 CPUtime=6.08 cores=0,2,4,6,8,10,12,14
/proc/30114/task/30169/stat : 30169 (java) R 30111 30114 28437 0 -1 4202560 38411 12282 0 0 582 14 8 4 20 0 20 0 11119010 11261505536 131202 33554432000 4194304 4196468 140721134359296 139743891295144 139743503420796 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 24981504 140721134365377 140721134368151 140721134368151 140721134370767 0
[pid=30114/tid=30170] ppid=30111 vsize=10997564 CPUtime=0.22 cores=0,2,4,6,8,10,12,14
/proc/30114/task/30170/stat : 30170 (java) S 30111 30114 28437 0 -1 1077944384 59 12282 0 0 6 4 8 4 20 0 20 0 11119010 11261505536 131202 33554432000 4194304 4196468 140721134359296 139743813139344 139743887075029 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24981504 140721134365377 140721134368151 140721134368151 140721134370767 0
[pid=30114/tid=30171] ppid=30111 vsize=10997564 CPUtime=0.2 cores=0,2,4,6,8,10,12,14
/proc/30114/task/30171/stat : 30171 (java) S 30111 30114 28437 0 -1 1077944384 68 12282 0 0 5 3 8 4 20 0 20 0 11119010 11261505536 131202 33554432000 4194304 4196468 140721134359296 139743812086544 139743887075029 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24981504 140721134365377 140721134368151 140721134368151 140721134370767 0
[pid=30114/tid=30172] ppid=30111 vsize=10997564 CPUtime=0.22 cores=0,2,4,6,8,10,12,14
/proc/30114/task/30172/stat : 30172 (java) S 30111 30114 28437 0 -1 1077944384 125 12282 0 0 7 3 8 4 20 0 20 0 11119011 11261505536 131202 33554432000 4194304 4196468 140721134359296 139743811034256 139743887075029 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 24981504 140721134365377 140721134368151 140721134368151 140721134370767 0
[pid=30114/tid=30173] ppid=30111 vsize=10997564 CPUtime=0.19 cores=0,2,4,6,8,10,12,14
/proc/30114/task/30173/stat : 30173 (java) S 30111 30114 28437 0 -1 1077944384 76 12282 0 0 4 3 8 4 20 0 20 0 11119011 11261505536 131202 33554432000 4194304 4196468 140721134359296 139743809981456 139743887075029 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24981504 140721134365377 140721134368151 140721134368151 140721134370767 0
[pid=30114/tid=30174] ppid=30111 vsize=10997564 CPUtime=0.2 cores=0,2,4,6,8,10,12,14
/proc/30114/task/30174/stat : 30174 (java) S 30111 30114 28437 0 -1 1077944384 46 12282 0 0 5 3 8 4 20 0 20 0 11119011 11261505536 131202 33554432000 4194304 4196468 140721134359296 139743808928144 139743887075029 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 24981504 140721134365377 140721134368151 140721134368151 140721134370767 0
[pid=30114/tid=30175] ppid=30111 vsize=10997564 CPUtime=0.19 cores=0,2,4,6,8,10,12,14
/proc/30114/task/30175/stat : 30175 (java) S 30111 30114 28437 0 -1 1077944384 82 12282 0 0 4 3 8 4 20 0 20 0 11119011 11261505536 131202 33554432000 4194304 4196468 140721134359296 139743488633104 139743887075029 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24981504 140721134365377 140721134368151 140721134368151 140721134370767 0
[pid=30114/tid=30176] ppid=30111 vsize=10997564 CPUtime=0.2 cores=0,2,4,6,8,10,12,14
/proc/30114/task/30176/stat : 30176 (java) S 30111 30114 28437 0 -1 1077944384 50 12282 0 0 6 2 8 4 20 0 20 0 11119011 11261505536 131202 33554432000 4194304 4196468 140721134359296 139743487580816 139743887075029 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24981504 140721134365377 140721134368151 140721134368151 140721134370767 0
[pid=30114/tid=30177] ppid=30111 vsize=10997564 CPUtime=0.2 cores=0,2,4,6,8,10,12,14
/proc/30114/task/30177/stat : 30177 (java) S 30111 30114 28437 0 -1 1077944384 171 12282 0 0 6 2 8 4 20 0 20 0 11119011 11261505536 131202 33554432000 4194304 4196468 140721134359296 139743486528016 139743887075029 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 24981504 140721134365377 140721134368151 140721134368151 140721134370767 0
[pid=30114/tid=30178] ppid=30111 vsize=10997564 CPUtime=0.17 cores=0,2,4,6,8,10,12,14
/proc/30114/task/30178/stat : 30178 (java) S 30111 30114 28437 0 -1 1077944384 2053 12282 0 0 5 0 8 4 20 0 20 0 11119013 11261505536 131202 33554432000 4194304 4196468 140721134359296 139743361559152 139743887075970 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24981504 140721134365377 140721134368151 140721134368151 140721134370767 0
[pid=30114/tid=30179] ppid=30111 vsize=10997564 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/30114/task/30179/stat : 30179 (java) S 30111 30114 28437 0 -1 1077944384 57 12282 0 0 0 0 8 4 20 0 20 0 11119014 11261505536 131202 33554432000 4194304 4196468 140721134359296 139743360505184 139743887075029 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24981504 140721134365377 140721134368151 140721134368151 140721134370767 0
[pid=30114/tid=30180] ppid=30111 vsize=10997564 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/30114/task/30180/stat : 30180 (java) S 30111 30114 28437 0 -1 1077944384 46 12282 0 0 1 0 8 4 20 0 20 0 11119014 11261505536 131202 33554432000 4194304 4196468 140721134359296 139743359452800 139743887075029 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24981504 140721134365377 140721134368151 140721134368151 140721134370767 0
[pid=30114/tid=30181] ppid=30111 vsize=10997564 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/30114/task/30181/stat : 30181 (java) S 30111 30114 28437 0 -1 1077944384 1 12282 0 0 0 0 8 4 20 0 20 0 11119019 11261505536 131202 33554432000 4194304 4196468 140721134359296 139743358401104 139743887083419 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 24981504 140721134365377 140721134368151 140721134368151 140721134370767 0
[pid=30114/tid=30182] ppid=30111 vsize=10997564 CPUtime=3.11 cores=0,2,4,6,8,10,12,14
/proc/30114/task/30182/stat : 30182 (java) R 30111 30114 28437 0 -1 4202560 6023 12282 0 0 296 3 8 4 20 0 20 0 11119019 11261505536 131202 33554432000 4194304 4196468 140721134359296 139743357334272 139743864659845 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24981504 140721134365377 140721134368151 140721134368151 140721134370767 0
[pid=30114/tid=30183] ppid=30111 vsize=10997564 CPUtime=3.12 cores=0,2,4,6,8,10,12,14
/proc/30114/task/30183/stat : 30183 (java) R 30111 30114 28437 0 -1 4202560 5929 12282 0 0 299 1 8 4 20 0 20 0 11119019 11261505536 131202 33554432000 4194304 4196468 140721134359296 139743356281312 139743868587738 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 24981504 140721134365377 140721134368151 140721134368151 140721134370767 0
[pid=30114/tid=30184] ppid=30111 vsize=10997564 CPUtime=3.44 cores=0,2,4,6,8,10,12,14
/proc/30114/task/30184/stat : 30184 (java) R 30111 30114 28437 0 -1 4202560 7730 12282 0 0 330 2 8 4 20 0 20 0 11119019 11261505536 131202 33554432000 4194304 4196468 140721134359296 139743355229848 139743887086170 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 24981504 140721134365377 140721134368151 140721134368151 140721134370767 0
[pid=30114/tid=30185] ppid=30111 vsize=10997564 CPUtime=1.82 cores=0,2,4,6,8,10,12,14
/proc/30114/task/30185/stat : 30185 (java) R 30111 30114 28437 0 -1 4202560 4896 12282 0 0 167 3 8 4 20 0 20 0 11119019 11261505536 131202 33554432000 4194304 4196468 140721134359296 139743354190064 139743887086170 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 24981504 140721134365377 140721134368151 140721134368151 140721134370767 0
[pid=30114/tid=30186] ppid=30111 vsize=10997564 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/30114/task/30186/stat : 30186 (java) S 30111 30114 28437 0 -1 1077944384 3 12282 0 0 0 0 8 4 20 0 20 0 11119019 11261505536 131202 33554432000 4194304 4196468 140721134359296 139743353138016 139743887075029 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 24981504 140721134365377 140721134368151 140721134368151 140721134370767 0
[pid=30114/tid=30187] ppid=30111 vsize=10997564 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/30114/task/30187/stat : 30187 (java) S 30111 30114 28437 0 -1 1077944384 11 12282 0 0 0 0 8 4 20 0 20 0 11119019 11261505536 131202 33554432000 4194304 4196468 140721134359296 139743352085296 139743887075970 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24981504 140721134365377 140721134368151 140721134368151 140721134370767 0
Current children cumulated CPU time (s) 17.96
Current children cumulated vsize (KiB) 10997564

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

[startup+6.40133 s]
/proc/loadavg: 1.44 1.46 1.49 3/282 30187
/proc/meminfo: memFree=30333744/32770624 swapFree=6300/324264
[pid=30114] ppid=30111 vsize=10997964 CPUtime=18.38 cores=0,2,4,6,8,10,12,14
/proc/30114/stat : 30114 (java) S 30111 30114 28437 0 -1 1077944320 68682 12282 0 0 1772 54 8 4 20 0 20 0 11118996 11261915136 131394 33554432000 4194304 4196468 140721134359296 140721134341840 139743887064823 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 24981504 140721134365377 140721134368151 140721134368151 140721134370767 0
/proc/30114/statm: 2749491 131394 3500 1 0 2737046 0
[pid=30114/tid=30169] ppid=30111 vsize=10997964 CPUtime=6.18 cores=0,2,4,6,8,10,12,14
/proc/30114/task/30169/stat : 30169 (java) R 30111 30114 28437 0 -1 4202560 38416 12282 0 0 592 14 8 4 20 0 20 0 11119010 11261915136 131394 33554432000 4194304 4196468 140721134359296 139743891298968 139743503696896 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 24981504 140721134365377 140721134368151 140721134368151 140721134370767 0
[pid=30114/tid=30170] ppid=30111 vsize=10997964 CPUtime=0.22 cores=0,2,4,6,8,10,12,14
/proc/30114/task/30170/stat : 30170 (java) S 30111 30114 28437 0 -1 1077944384 59 12282 0 0 6 4 8 4 20 0 20 0 11119010 11261915136 131394 33554432000 4194304 4196468 140721134359296 139743813139344 139743887075029 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24981504 140721134365377 140721134368151 140721134368151 140721134370767 0
[pid=30114/tid=30171] ppid=30111 vsize=10997964 CPUtime=0.2 cores=0,2,4,6,8,10,12,14
/proc/30114/task/30171/stat : 30171 (java) S 30111 30114 28437 0 -1 1077944384 68 12282 0 0 5 3 8 4 20 0 20 0 11119010 11261915136 131394 33554432000 4194304 4196468 140721134359296 139743812086544 139743887075029 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24981504 140721134365377 140721134368151 140721134368151 140721134370767 0
[pid=30114/tid=30172] ppid=30111 vsize=10997964 CPUtime=0.22 cores=0,2,4,6,8,10,12,14
/proc/30114/task/30172/stat : 30172 (java) S 30111 30114 28437 0 -1 1077944384 125 12282 0 0 7 3 8 4 20 0 20 0 11119011 11261915136 131394 33554432000 4194304 4196468 140721134359296 139743811034256 139743887075029 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 24981504 140721134365377 140721134368151 140721134368151 140721134370767 0
[pid=30114/tid=30173] ppid=30111 vsize=10997964 CPUtime=0.19 cores=0,2,4,6,8,10,12,14
/proc/30114/task/30173/stat : 30173 (java) S 30111 30114 28437 0 -1 1077944384 76 12282 0 0 4 3 8 4 20 0 20 0 11119011 11261915136 131394 33554432000 4194304 4196468 140721134359296 139743809981456 139743887075029 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24981504 140721134365377 140721134368151 140721134368151 140721134370767 0
[pid=30114/tid=30174] ppid=30111 vsize=10997964 CPUtime=0.2 cores=0,2,4,6,8,10,12,14
/proc/30114/task/30174/stat : 30174 (java) S 30111 30114 28437 0 -1 1077944384 46 12282 0 0 5 3 8 4 20 0 20 0 11119011 11261915136 131394 33554432000 4194304 4196468 140721134359296 139743808928144 139743887075029 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 24981504 140721134365377 140721134368151 140721134368151 140721134370767 0
[pid=30114/tid=30175] ppid=30111 vsize=10997964 CPUtime=0.19 cores=0,2,4,6,8,10,12,14
/proc/30114/task/30175/stat : 30175 (java) S 30111 30114 28437 0 -1 1077944384 82 12282 0 0 4 3 8 4 20 0 20 0 11119011 11261915136 131394 33554432000 4194304 4196468 140721134359296 139743488633104 139743887075029 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24981504 140721134365377 140721134368151 140721134368151 140721134370767 0
[pid=30114/tid=30176] ppid=30111 vsize=10997964 CPUtime=0.2 cores=0,2,4,6,8,10,12,14
/proc/30114/task/30176/stat : 30176 (java) S 30111 30114 28437 0 -1 1077944384 50 12282 0 0 6 2 8 4 20 0 20 0 11119011 11261915136 131394 33554432000 4194304 4196468 140721134359296 139743487580816 139743887075029 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24981504 140721134365377 140721134368151 140721134368151 140721134370767 0
[pid=30114/tid=30177] ppid=30111 vsize=10997964 CPUtime=0.2 cores=0,2,4,6,8,10,12,14
/proc/30114/task/30177/stat : 30177 (java) S 30111 30114 28437 0 -1 1077944384 171 12282 0 0 6 2 8 4 20 0 20 0 11119011 11261915136 131394 33554432000 4194304 4196468 140721134359296 139743486528016 139743887075029 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 24981504 140721134365377 140721134368151 140721134368151 140721134370767 0
[pid=30114/tid=30178] ppid=30111 vsize=10997964 CPUtime=0.17 cores=0,2,4,6,8,10,12,14
/proc/30114/task/30178/stat : 30178 (java) S 30111 30114 28437 0 -1 1077944384 2053 12282 0 0 5 0 8 4 20 0 20 0 11119013 11261915136 131394 33554432000 4194304 4196468 140721134359296 139743361559152 139743887075970 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24981504 140721134365377 140721134368151 140721134368151 140721134370767 0
[pid=30114/tid=30179] ppid=30111 vsize=10997964 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/30114/task/30179/stat : 30179 (java) S 30111 30114 28437 0 -1 1077944384 57 12282 0 0 0 0 8 4 20 0 20 0 11119014 11261915136 131394 33554432000 4194304 4196468 140721134359296 139743360505184 139743887075029 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24981504 140721134365377 140721134368151 140721134368151 140721134370767 0
[pid=30114/tid=30180] ppid=30111 vsize=10997964 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/30114/task/30180/stat : 30180 (java) S 30111 30114 28437 0 -1 1077944384 46 12282 0 0 1 0 8 4 20 0 20 0 11119014 11261915136 131394 33554432000 4194304 4196468 140721134359296 139743359452800 139743887075029 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24981504 140721134365377 140721134368151 140721134368151 140721134370767 0
[pid=30114/tid=30181] ppid=30111 vsize=10997964 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/30114/task/30181/stat : 30181 (java) S 30111 30114 28437 0 -1 1077944384 1 12282 0 0 0 0 8 4 20 0 20 0 11119019 11261915136 131394 33554432000 4194304 4196468 140721134359296 139743358401104 139743887083419 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 24981504 140721134365377 140721134368151 140721134368151 140721134370767 0
[pid=30114/tid=30182] ppid=30111 vsize=10997964 CPUtime=3.21 cores=0,2,4,6,8,10,12,14
/proc/30114/task/30182/stat : 30182 (java) R 30111 30114 28437 0 -1 4202560 6035 12282 0 0 306 3 8 4 20 0 20 0 11119019 11261915136 131394 33554432000 4194304 4196468 140721134359296 139743357334496 139743870452060 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24981504 140721134365377 140721134368151 140721134368151 140721134370767 0
[pid=30114/tid=30183] ppid=30111 vsize=10997964 CPUtime=3.22 cores=0,2,4,6,8,10,12,14
/proc/30114/task/30183/stat : 30183 (java) R 30111 30114 28437 0 -1 4202560 6583 12282 0 0 309 1 8 4 20 0 20 0 11119019 11261915136 131394 33554432000 4194304 4196468 140721134359296 139743356280656 139743868609488 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 24981504 140721134365377 140721134368151 140721134368151 140721134370767 0
[pid=30114/tid=30184] ppid=30111 vsize=10997964 CPUtime=3.54 cores=0,2,4,6,8,10,12,14
/proc/30114/task/30184/stat : 30184 (java) R 30111 30114 28437 0 -1 4202560 7750 12282 0 0 340 2 8 4 20 0 20 0 11119019 11261915136 131394 33554432000 4194304 4196468 140721134359296 139743355224624 139743868240579 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 24981504 140721134365377 140721134368151 140721134368151 140721134370767 0
[pid=30114/tid=30185] ppid=30111 vsize=10997964 CPUtime=1.84 cores=0,2,4,6,8,10,12,14
/proc/30114/task/30185/stat : 30185 (java) R 30111 30114 28437 0 -1 4202560 4922 12282 0 0 169 3 8 4 20 0 20 0 11119019 11261915136 131394 33554432000 4194304 4196468 140721134359296 139743354190064 139743887086170 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 24981504 140721134365377 140721134368151 140721134368151 140721134370767 0
[pid=30114/tid=30186] ppid=30111 vsize=10997964 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/30114/task/30186/stat : 30186 (java) S 30111 30114 28437 0 -1 1077944384 3 12282 0 0 0 0 8 4 20 0 20 0 11119019 11261915136 131394 33554432000 4194304 4196468 140721134359296 139743353138016 139743887075029 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 24981504 140721134365377 140721134368151 140721134368151 140721134370767 0
[pid=30114/tid=30187] ppid=30111 vsize=10997964 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/30114/task/30187/stat : 30187 (java) S 30111 30114 28437 0 -1 1077944384 11 12282 0 0 0 0 8 4 20 0 20 0 11119019 11261915136 131394 33554432000 4194304 4196468 140721134359296 139743352085296 139743887075970 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24981504 140721134365377 140721134368151 140721134368151 140721134370767 0
Current children cumulated CPU time (s) 18.38
Current children cumulated vsize (KiB) 10997964

[startup+7.20097 s]
/proc/loadavg: 1.44 1.46 1.49 6/282 30187
/proc/meminfo: memFree=30187076/32770624 swapFree=6300/324260
[pid=30114] ppid=30111 vsize=10995452 CPUtime=21.95 cores=0,2,4,6,8,10,12,14
/proc/30114/stat : 30114 (java) S 30111 30114 28437 0 -1 1077944320 70044 12282 0 0 2120 63 8 4 20 0 20 0 11118996 11259342848 141478 33554432000 4194304 4196468 140721134359296 140721134341840 139743887064823 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 24981504 140721134365377 140721134368151 140721134368151 140721134370767 0
/proc/30114/statm: 2748863 141478 3509 1 0 2736418 0
[pid=30114/tid=30169] ppid=30111 vsize=10995452 CPUtime=6.8 cores=0,2,4,6,8,10,12,14
/proc/30114/task/30169/stat : 30169 (java) S 30111 30114 28437 0 -1 1077944384 38536 12282 0 0 654 14 8 4 20 0 20 0 11119010 11259342848 141478 33554432000 4194304 4196468 140721134359296 139743891302368 139743887075029 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 24981504 140721134365377 140721134368151 140721134368151 140721134370767 0
[pid=30114/tid=30170] ppid=30111 vsize=10995452 CPUtime=0.38 cores=0,2,4,6,8,10,12,14
/proc/30114/task/30170/stat : 30170 (java) R 30111 30114 28437 0 -1 4202560 75 12282 0 0 20 6 8 4 20 0 20 0 11119010 11259342848 141478 33554432000 4194304 4196468 140721134359296 139743813139464 139743879693031 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 24981504 140721134365377 140721134368151 140721134368151 140721134370767 0
[pid=30114/tid=30171] ppid=30111 vsize=10995452 CPUtime=0.34 cores=0,2,4,6,8,10,12,14
/proc/30114/task/30171/stat : 30171 (java) R 30111 30114 28437 0 -1 4202560 74 12282 0 0 18 4 8 4 20 0 20 0 11119010 11259342848 141478 33554432000 4194304 4196468 140721134359296 139743812086664 139743870447858 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 24981504 140721134365377 140721134368151 140721134368151 140721134370767 0
[pid=30114/tid=30172] ppid=30111 vsize=10995452 CPUtime=0.37 cores=0,2,4,6,8,10,12,14
/proc/30114/task/30172/stat : 30172 (java) R 30111 30114 28437 0 -1 4202560 141 12282 0 0 21 4 8 4 20 0 20 0 11119011 11259342848 141478 33554432000 4194304 4196468 140721134359296 139743811034376 139743879693031 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24981504 140721134365377 140721134368151 140721134368151 140721134370767 0
[pid=30114/tid=30173] ppid=30111 vsize=10995452 CPUtime=0.35 cores=0,2,4,6,8,10,12,14
/proc/30114/task/30173/stat : 30173 (java) R 30111 30114 28437 0 -1 4202560 89 12282 0 0 19 4 8 4 20 0 20 0 11119011 11259342848 141478 33554432000 4194304 4196468 140721134359296 139743809981656 139743879693031 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 24981504 140721134365377 140721134368151 140721134368151 140721134370767 0
[pid=30114/tid=30174] ppid=30111 vsize=10995452 CPUtime=0.36 cores=0,2,4,6,8,10,12,14
/proc/30114/task/30174/stat : 30174 (java) R 30111 30114 28437 0 -1 4202560 63 12282 0 0 20 4 8 4 20 0 20 0 11119011 11259342848 141478 33554432000 4194304 4196468 140721134359296 139743808928264 139743879693031 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 24981504 140721134365377 140721134368151 140721134368151 140721134370767 0
[pid=30114/tid=30175] ppid=30111 vsize=10995452 CPUtime=0.33 cores=0,2,4,6,8,10,12,14
/proc/30114/task/30175/stat : 30175 (java) R 30111 30114 28437 0 -1 4202560 102 12282 0 0 17 4 8 4 20 0 20 0 11119011 11259342848 141478 33554432000 4194304 4196468 140721134359296 139743488633224 139743879693031 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24981504 140721134365377 140721134368151 140721134368151 140721134370767 0
[pid=30114/tid=30176] ppid=30111 vsize=10995452 CPUtime=0.32 cores=0,2,4,6,8,10,12,14
/proc/30114/task/30176/stat : 30176 (java) R 30111 30114 28437 0 -1 4202560 60 12282 0 0 17 3 8 4 20 0 20 0 11119011 11259342848 141478 33554432000 4194304 4196468 140721134359296 139743487580936 139743871765438 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24981504 140721134365377 140721134368151 140721134368151 140721134370767 0
[pid=30114/tid=30177] ppid=30111 vsize=10995452 CPUtime=0.34 cores=0,2,4,6,8,10,12,14
/proc/30114/task/30177/stat : 30177 (java) R 30111 30114 28437 0 -1 4202560 181 12282 0 0 19 3 8 4 20 0 20 0 11119011 11259342848 141478 33554432000 4194304 4196468 140721134359296 139743486528136 139743879693031 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 24981504 140721134365377 140721134368151 140721134368151 140721134370767 0
[pid=30114/tid=30178] ppid=30111 vsize=10995452 CPUtime=0.19 cores=0,2,4,6,8,10,12,14
/proc/30114/task/30178/stat : 30178 (java) S 30111 30114 28437 0 -1 1077944384 2058 12282 0 0 7 0 8 4 20 0 20 0 11119013 11259342848 141478 33554432000 4194304 4196468 140721134359296 139743361557776 139743887075029 0 0 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 24981504 140721134365377 140721134368151 140721134368151 140721134370767 0
[pid=30114/tid=30179] ppid=30111 vsize=10995452 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/30114/task/30179/stat : 30179 (java) S 30111 30114 28437 0 -1 1077944384 57 12282 0 0 0 0 8 4 20 0 20 0 11119014 11259342848 141478 33554432000 4194304 4196468 140721134359296 139743360505184 139743887075029 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24981504 140721134365377 140721134368151 140721134368151 140721134370767 0
[pid=30114/tid=30180] ppid=30111 vsize=10995452 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/30114/task/30180/stat : 30180 (java) S 30111 30114 28437 0 -1 1077944384 46 12282 0 0 1 0 8 4 20 0 20 0 11119014 11259342848 141478 33554432000 4194304 4196468 140721134359296 139743359452800 139743887075029 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24981504 140721134365377 140721134368151 140721134368151 140721134370767 0
[pid=30114/tid=30181] ppid=30111 vsize=10995452 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/30114/task/30181/stat : 30181 (java) S 30111 30114 28437 0 -1 1077944384 1 12282 0 0 0 0 8 4 20 0 20 0 11119019 11259342848 141478 33554432000 4194304 4196468 140721134359296 139743358401104 139743887083419 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 24981504 140721134365377 140721134368151 140721134368151 140721134370767 0
[pid=30114/tid=30182] ppid=30111 vsize=10995452 CPUtime=3.79 cores=0,2,4,6,8,10,12,14
/proc/30114/task/30182/stat : 30182 (java) S 30111 30114 28437 0 -1 1077944384 6181 12282 0 0 364 3 8 4 20 0 20 0 11119019 11259342848 141478 33554432000 4194304 4196468 140721134359296 139743357332944 139743887075029 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24981504 140721134365377 140721134368151 140721134368151 140721134370767 0
[pid=30114/tid=30183] ppid=30111 vsize=10995452 CPUtime=3.66 cores=0,2,4,6,8,10,12,14
/proc/30114/task/30183/stat : 30183 (java) S 30111 30114 28437 0 -1 1077944384 7324 12282 0 0 352 2 8 4 20 0 20 0 11119019 11259342848 141478 33554432000 4194304 4196468 140721134359296 139743356285648 139743887075029 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24981504 140721134365377 140721134368151 140721134368151 140721134370767 0
[pid=30114/tid=30184] ppid=30111 vsize=10995452 CPUtime=4.19 cores=0,2,4,6,8,10,12,14
/proc/30114/task/30184/stat : 30184 (java) S 30111 30114 28437 0 -1 1077944384 7878 12282 0 0 405 2 8 4 20 0 20 0 11119019 11259342848 141478 33554432000 4194304 4196468 140721134359296 139743355227856 139743887075029 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 24981504 140721134365377 140721134368151 140721134368151 140721134370767 0
[pid=30114/tid=30185] ppid=30111 vsize=10995452 CPUtime=1.94 cores=0,2,4,6,8,10,12,14
/proc/30114/task/30185/stat : 30185 (java) S 30111 30114 28437 0 -1 1077944384 5036 12282 0 0 179 3 8 4 20 0 20 0 11119019 11259342848 141478 33554432000 4194304 4196468 140721134359296 139743354190064 139743887075970 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 24981504 140721134365377 140721134368151 140721134368151 140721134370767 0
[pid=30114/tid=30186] ppid=30111 vsize=10995452 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/30114/task/30186/stat : 30186 (java) S 30111 30114 28437 0 -1 1077944384 3 12282 0 0 0 0 8 4 20 0 20 0 11119019 11259342848 141478 33554432000 4194304 4196468 140721134359296 139743353138016 139743887075029 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 24981504 140721134365377 140721134368151 140721134368151 140721134370767 0
[pid=30114/tid=30187] ppid=30111 vsize=10995452 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/30114/task/30187/stat : 30187 (java) S 30111 30114 28437 0 -1 1077944384 11 12282 0 0 0 0 8 4 20 0 20 0 11119019 11259342848 141478 33554432000 4194304 4196468 140721134359296 139743352085296 139743887075970 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 24981504 140721134365377 140721134368151 140721134368151 140721134370767 0
Current children cumulated CPU time (s) 21.95
Current children cumulated vsize (KiB) 10995452

[startup+7.40083 s]
/proc/loadavg: 1.44 1.46 1.49 6/282 30187
/proc/meminfo: memFree=30187076/32770624 swapFree=6300/324260
[pid=30114] ppid=30111 vsize=10995452 CPUtime=23.08 cores=0,2,4,6,8,10,12,14
/proc/30114/stat : 30114 (java) S 30111 30114 28437 0 -1 1077944320 70194 12282 0 0 2232 64 8 4 20 0 20 0 11118996 11259342848 141573 33554432000 4194304 4196468 140721134359296 140721134341840 139743887064823 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 24981504 140721134365377 140721134368151 140721134368151 140721134370767 0
/proc/30114/statm: 2748863 141573 3512 1 0 2736418 0
[pid=30114/tid=30169] ppid=30111 vsize=10995452 CPUtime=6.8 cores=0,2,4,6,8,10,12,14
/proc/30114/task/30169/stat : 30169 (java) S 30111 30114 28437 0 -1 1077944384 38537 12282 0 0 654 14 8 4 20 0 20 0 11119010 11259342848 141573 33554432000 4194304 4196468 140721134359296 139743891302368 139743887075029 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24981504 140721134365377 140721134368151 140721134368151 140721134370767 0
[pid=30114/tid=30170] ppid=30111 vsize=10995452 CPUtime=0.51 cores=0,2,4,6,8,10,12,14
/proc/30114/task/30170/stat : 30170 (java) S 30111 30114 28437 0 -1 1077944384 83 12282 0 0 33 6 8 4 20 0 20 0 11119010 11259342848 141573 33554432000 4194304 4196468 140721134359296 139743813139344 139743887075029 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 24981504 140721134365377 140721134368151 140721134368151 140721134370767 0
[pid=30114/tid=30171] ppid=30111 vsize=10995452 CPUtime=0.46 cores=0,2,4,6,8,10,12,14
/proc/30114/task/30171/stat : 30171 (java) S 30111 30114 28437 0 -1 1077944384 95 12282 0 0 30 4 8 4 20 0 20 0 11119010 11259342848 141573 33554432000 4194304 4196468 140721134359296 139743812086544 139743887075029 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24981504 140721134365377 140721134368151 140721134368151 140721134370767 0
[pid=30114/tid=30172] ppid=30111 vsize=10995452 CPUtime=0.5 cores=0,2,4,6,8,10,12,14
/proc/30114/task/30172/stat : 30172 (java) S 30111 30114 28437 0 -1 1077944384 149 12282 0 0 34 4 8 4 20 0 20 0 11119011 11259342848 141573 33554432000 4194304 4196468 140721134359296 139743811034256 139743887075029 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 24981504 140721134365377 140721134368151 140721134368151 140721134370767 0
[pid=30114/tid=30173] ppid=30111 vsize=10995452 CPUtime=0.48 cores=0,2,4,6,8,10,12,14
/proc/30114/task/30173/stat : 30173 (java) S 30111 30114 28437 0 -1 1077944384 95 12282 0 0 32 4 8 4 20 0 20 0 11119011 11259342848 141573 33554432000 4194304 4196468 140721134359296 139743809981456 139743887075029 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 24981504 140721134365377 140721134368151 140721134368151 140721134370767 0
[pid=30114/tid=30174] ppid=30111 vsize=10995452 CPUtime=0.49 cores=0,2,4,6,8,10,12,14
/proc/30114/task/30174/stat : 30174 (java) S 30111 30114 28437 0 -1 1077944384 76 12282 0 0 33 4 8 4 20 0 20 0 11119011 11259342848 141573 33554432000 4194304 4196468 140721134359296 139743808928144 139743887075029 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24981504 140721134365377 140721134368151 140721134368151 140721134370767 0
[pid=30114/tid=30175] ppid=30111 vsize=10995452 CPUtime=0.46 cores=0,2,4,6,8,10,12,14
/proc/30114/task/30175/stat : 30175 (java) S 30111 30114 28437 0 -1 1077944384 102 12282 0 0 30 4 8 4 20 0 20 0 11119011 11259342848 141573 33554432000 4194304 4196468 140721134359296 139743488633104 139743887075029 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24981504 140721134365377 140721134368151 140721134368151 140721134370767 0
[pid=30114/tid=30176] ppid=30111 vsize=10995452 CPUtime=0.45 cores=0,2,4,6,8,10,12,14
/proc/30114/task/30176/stat : 30176 (java) S 30111 30114 28437 0 -1 1077944384 81 12282 0 0 30 3 8 4 20 0 20 0 11119011 11259342848 141573 33554432000 4194304 4196468 140721134359296 139743487580816 139743887075029 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 24981504 140721134365377 140721134368151 140721134368151 140721134370767 0
[pid=30114/tid=30177] ppid=30111 vsize=10995452 CPUtime=0.47 cores=0,2,4,6,8,10,12,14
/proc/30114/task/30177/stat : 30177 (java) S 30111 30114 28437 0 -1 1077944384 238 12282 0 0 32 3 8 4 20 0 20 0 11119011 11259342848 141573 33554432000 4194304 4196468 140721134359296 139743486528016 139743887075029 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24981504 140721134365377 140721134368151 140721134368151 140721134370767 0
[pid=30114/tid=30178] ppid=30111 vsize=10995452 CPUtime=0.24 cores=0,2,4,6,8,10,12,14
/proc/30114/task/30178/stat : 30178 (java) R 30111 30114 28437 0 -1 4202560 2060 12282 0 0 12 0 8 4 20 0 20 0 11119013 11259342848 141573 33554432000 4194304 4196468 140721134359296 139743361557552 139743872756523 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24981504 140721134365377 140721134368151 140721134368151 140721134370767 0
[pid=30114/tid=30179] ppid=30111 vsize=10995452 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/30114/task/30179/stat : 30179 (java) S 30111 30114 28437 0 -1 1077944384 57 12282 0 0 0 0 8 4 20 0 20 0 11119014 11259342848 141573 33554432000 4194304 4196468 140721134359296 139743360504720 139743887075970 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24981504 140721134365377 140721134368151 140721134368151 140721134370767 0
[pid=30114/tid=30180] ppid=30111 vsize=10995452 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/30114/task/30180/stat : 30180 (java) S 30111 30114 28437 0 -1 1077944384 46 12282 0 0 1 0 8 4 20 0 20 0 11119014 11259342848 141573 33554432000 4194304 4196468 140721134359296 139743359452800 139743887075029 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24981504 140721134365377 140721134368151 140721134368151 140721134370767 0
[pid=30114/tid=30181] ppid=30111 vsize=10995452 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/30114/task/30181/stat : 30181 (java) S 30111 30114 28437 0 -1 1077944384 1 12282 0 0 0 0 8 4 20 0 20 0 11119019 11259342848 141573 33554432000 4194304 4196468 140721134359296 139743358401104 139743887083419 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 24981504 140721134365377 140721134368151 140721134368151 140721134370767 0
[pid=30114/tid=30182] ppid=30111 vsize=10995452 CPUtime=3.79 cores=0,2,4,6,8,10,12,14
/proc/30114/task/30182/stat : 30182 (java) S 30111 30114 28437 0 -1 1077944384 6188 12282 0 0 364 3 8 4 20 0 20 0 11119019 11259342848 141573 33554432000 4194304 4196468 140721134359296 139743357347952 139743887075970 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24981504 140721134365377 140721134368151 140721134368151 140721134370767 0
[pid=30114/tid=30183] ppid=30111 vsize=10995452 CPUtime=3.67 cores=0,2,4,6,8,10,12,14
/proc/30114/task/30183/stat : 30183 (java) S 30111 30114 28437 0 -1 1077944384 7327 12282 0 0 353 2 8 4 20 0 20 0 11119019 11259342848 141573 33554432000 4194304 4196468 140721134359296 139743356275120 139743887075029 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 24981504 140721134365377 140721134368151 140721134368151 140721134370767 0
[pid=30114/tid=30184] ppid=30111 vsize=10995452 CPUtime=4.2 cores=0,2,4,6,8,10,12,14
/proc/30114/task/30184/stat : 30184 (java) S 30111 30114 28437 0 -1 1077944384 7881 12282 0 0 406 2 8 4 20 0 20 0 11119019 11259342848 141573 33554432000 4194304 4196468 140721134359296 139743355226992 139743887075029 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 24981504 140721134365377 140721134368151 140721134368151 140721134370767 0
[pid=30114/tid=30185] ppid=30111 vsize=10995452 CPUtime=1.94 cores=0,2,4,6,8,10,12,14
/proc/30114/task/30185/stat : 30185 (java) S 30111 30114 28437 0 -1 1077944384 5036 12282 0 0 179 3 8 4 20 0 20 0 11119019 11259342848 141573 33554432000 4194304 4196468 140721134359296 139743354190064 139743887075970 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 24981504 140721134365377 140721134368151 140721134368151 140721134370767 0
[pid=30114/tid=30186] ppid=30111 vsize=10995452 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/30114/task/30186/stat : 30186 (java) S 30111 30114 28437 0 -1 1077944384 3 12282 0 0 0 0 8 4 20 0 20 0 11119019 11259342848 141573 33554432000 4194304 4196468 140721134359296 139743353138016 139743887075029 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 24981504 140721134365377 140721134368151 140721134368151 140721134370767 0
[pid=30114/tid=30187] ppid=30111 vsize=10995452 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/30114/task/30187/stat : 30187 (java) S 30111 30114 28437 0 -1 1077944384 11 12282 0 0 0 0 8 4 20 0 20 0 11119019 11259342848 141573 33554432000 4194304 4196468 140721134359296 139743352085296 139743887075970 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 24981504 140721134365377 140721134368151 140721134368151 140721134370767 0
Current children cumulated CPU time (s) 23.08
Current children cumulated vsize (KiB) 10995452

[startup+7.50085 s]
/proc/loadavg: 1.44 1.46 1.49 6/282 30187
/proc/meminfo: memFree=30187076/32770624 swapFree=6300/324260
[pid=30114] ppid=30111 vsize=0 CPUtime=23.41 cores=0,2,4,6,8,10,12,14
/proc/30114/stat : 30114 (java) Z 30111 30114 28437 0 -1 4227084 72004 12282 0 0 2264 65 8 4 20 0 2 0 11118996 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 0 0 0 0 0 0 0 0
/proc/30114/statm: 0 0 0 0 0 0 0
[pid=30114/tid=30185] ppid=30111 vsize=0 CPUtime=1.96 cores=0,2,4,6,8,10,12,14
/proc/30114/task/30185/stat : 30185 (java) R 30111 30114 28437 0 -1 4203588 5087 12282 0 0 180 4 8 4 20 0 2 0 11119019 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 12 0 0 0 0 0 0 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 23.41
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 7.50753
CPU time (s): 23.4302
CPU user time (s): 22.7297
CPU system time (s): 0.70056
CPU usage (%): 312.09
Max. virtual memory (cumulated for all children) (KiB): 10997964

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 22.7297
system time used= 0.70056
maximum resident set size= 567600
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 84286
page faults= 0
swaps= 0
block input operations= 0
block output operations= 184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 10832
involuntary context switches= 1974

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.058589 second user time and 0.081606 second system time

The end

Launcher Data

Begin job on node143 at 2017-07-22 23:22:07
IDJOB=4249147
IDBENCH=135684
IDSOLVER=2630
FILE ID=node143/4249147-1500758527
RUNJOBID= node143-1500751505-28468
PBS_JOBID= 20624578
Free space on /tmp= 61884 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/TravellingSalesman/TravellingSalesman-xcsp2-s20/TravellingSalesman-20-076_X2.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4249147-1500758527/watcher-4249147-1500758527 -o /tmp/evaluation-result-4249147-1500758527/solver-4249147-1500758527 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node143-1500751505-28468 --watchdog 2560  bin/concrete HOME/instance-4249147-1500758527.xml

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

MD5SUM BENCH= 63d95fcac4968a6897becae9cdc29854
RANDOM SEED=1201177875

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        30691172 kB
MemAvailable:   31205920 kB
Buffers:          188360 kB
Cached:           597204 kB
SwapCached:            0 kB
Active:          1288424 kB
Inactive:         332960 kB
Active(anon):     838584 kB
Inactive(anon):     8752 kB
Active(file):     449840 kB
Inactive(file):   324208 kB
Unevictable:        6300 kB
Mlocked:            6300 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24256 kB
Writeback:             0 kB
AnonPages:        839728 kB
Mapped:            44988 kB
Shmem:              8852 kB
Slab:             147756 kB
SReclaimable:     113068 kB
SUnreclaim:        34688 kB
KernelStack:        4480 kB
PageTables:         7308 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1665856 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    616448 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      155008 kB
DirectMap2M:    33390592 kB

Free space on /tmp at the end= 61860 MiB
End job on node143 at 2017-07-22 23:22:15