Trace number 4262714

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
Concrete 3.4SAT 19.2507 9.4169197

General information on the benchmark

NameTravellingSalesman/TravellingSalesman-xcsp2-s20a4/
TravellingSalesman-4-20-001-a4_X2.xml
MD5SUMb8ea00653452363d0c81f6ef3102e485
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 benchmark0.77130699
Satisfiable
(Un)Satisfiability was proved
Number of variables61
Number of constraints228
Number of domains5
Minimum domain size1
Maximum domain size1001
Distribution of domain sizes[{"size":1,"count":2},{"size":20,"count":20},{"size":161,"count":19},{"size":1001,"count":20}]
Minimum variable degree1
Maximum variable degree208
Distribution of variable degrees[{"degree":1,"count":2},{"degree":2,"count":37},{"degree":19,"count":1},{"degree":20,"count":18},{"degree":37,"count":1},{"degree":190,"count":1},{"degree":208,"count":1}]
Minimum constraint arity2
Maximum constraint arity4
Distribution of constraint arities[{"arity":2,"count":1},{"arity":3,"count":20},{"arity":4,"count":207}]
Number of extensional constraints228
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":228}]
Optimization problemNO
Type of objective

Solver Data

3.17/2.18	c Concrete v3.4 running
18.96/9.39	v <instantiation>
18.96/9.39	v       <list>
18.96/9.39	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]
18.96/9.39	v       </list>
18.96/9.39	v       <values>
18.96/9.39	v         160 0 16 3 18 12 19 9 5 4 8 14 13 10 15 7 1 2 6 17 20 11 7 3 16 15 17 0 5 11 2 1 2 3 7 26 0 18 0 3 15 9 10 26 41 58 58 63 74 76 77 79 82 89 115 115 133 133 136 151 160
18.96/9.39	v       </values>
18.96/9.39	v     </instantiation>
18.96/9.39	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-4262714-1502469156/watcher-4262714-1502469156 -o /tmp/evaluation-result-4262714-1502469156/solver-4262714-1502469156 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1502411413-16612 --watchdog 2580 bin/concrete HOME/instance-4262714-1502469156.xml 

pid=28260
running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 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.40 1.47 1.46 6/194 28263
/proc/meminfo: memFree=30738904/32770624 swapFree=0/312700
[pid=28263] ppid=28260 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/28263/stat : 28263 (runsolver) D 28260 28263 16548 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 49111175 24240128 107 18446744073709551615 4194304 4338465 140734876224784 140734876222424 140288054653655 0 0 1 24578 18446744071580418449 0 0 17 7 0 0 0 0 0 6438912 6441760 23339008 140734876225744 140734876226121 140734876226121 140734876229578 0
/proc/28263/statm: 5918 107 54 36 0 2156 0

[startup+0.10006 s]
/proc/loadavg: 1.40 1.47 1.46 6/194 28263
/proc/meminfo: memFree=30738904/32770624 swapFree=0/312700
[pid=28263] ppid=28260 vsize=9636 CPUtime=0.01 cores=1,3,5,7
/proc/28263/stat : 28263 (bash) S 28260 28263 16548 0 -1 4202496 890 6489 0 0 0 0 0 1 20 0 1 0 49111175 9867264 376 18446744073709551615 4194304 5098028 140733459570416 140733459564424 140528723467264 0 0 5 65536 18446744071580971376 0 0 17 3 0 0 8 0 0 7196144 7232144 27566080 140733459571220 140733459571305 140733459571305 140733459574762 0
/proc/28263/statm: 2409 376 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.200174 s]
/proc/loadavg: 1.40 1.47 1.46 6/194 28263
/proc/meminfo: memFree=30738904/32770624 swapFree=0/312700
[pid=28263] ppid=28260 vsize=9636 CPUtime=0.01 cores=1,3,5,7
/proc/28263/stat : 28263 (bash) S 28260 28263 16548 0 -1 4202496 894 6489 0 0 0 0 0 1 20 0 1 0 49111175 9867264 376 18446744073709551615 4194304 5098028 140733459570416 140733459564424 140528723467264 0 0 5 65536 18446744071580971376 0 0 17 3 0 0 8 0 0 7196144 7232144 27566080 140733459571220 140733459571305 140733459571305 140733459574762 0
/proc/28263/statm: 2409 376 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.300292 s]
/proc/loadavg: 1.40 1.47 1.46 6/194 28263
/proc/meminfo: memFree=30738904/32770624 swapFree=0/312700
[pid=28263] ppid=28260 vsize=13907308 CPUtime=0.13 cores=1,3,5,7
/proc/28263/stat : 28263 (java) S 28260 28263 16548 0 -1 1077944320 5567 12358 0 0 5 1 5 2 20 0 14 0 49111175 14241083392 5249 18446744073709551615 4194304 4196468 140725200887200 140725200869744 140437153349367 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 14008320 140725200893904 140725200896689 140725200896689 140725200900047 0
/proc/28263/statm: 3476827 5249 2568 1 0 3466324 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 13907308

[startup+0.700224 s]
/proc/loadavg: 1.40 1.47 1.46 6/194 28263
/proc/meminfo: memFree=30738904/32770624 swapFree=0/312700
[pid=28263] ppid=28260 vsize=13974784 CPUtime=0.68 cores=1,3,5,7
/proc/28263/stat : 28263 (java) S 28260 28263 16548 0 -1 1077944320 13898 12358 0 0 57 4 5 2 20 0 15 0 49111175 14310178816 14765 18446744073709551615 4194304 4196468 140725200887200 140725200869744 140437153349367 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 14008320 140725200893904 140725200896689 140725200896689 140725200900047 0
/proc/28263/statm: 3493696 14765 3113 1 0 3482965 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 13974784

[startup+1.5006 s]
/proc/loadavg: 1.40 1.47 1.46 4/209 28326
/proc/meminfo: memFree=30631480/32770624 swapFree=0/312800
[pid=28263] ppid=28260 vsize=13985408 CPUtime=1.9 cores=1,3,5,7
/proc/28263/stat : 28263 (java) S 28260 28263 16548 0 -1 1077944320 29638 12358 0 0 174 9 5 2 20 0 15 0 49111175 14321057792 42647 18446744073709551615 4194304 4196468 140725200887200 140725200869744 140437153349367 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 14008320 140725200893904 140725200896689 140725200896689 140725200900047 0
/proc/28263/statm: 3496352 42647 3380 1 0 3485525 0
[pid=28263/tid=28313] ppid=28260 vsize=13985408 CPUtime=1.28 cores=1,3,5,7
/proc/28263/task/28313/stat : 28313 (java) R 28260 28263 16548 0 -1 1077944384 22317 12358 0 0 115 6 5 2 20 0 15 0 49111196 14321057792 42647 18446744073709551615 4194304 4196468 140725200887200 140437157572912 140437153359573 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 14008320 140725200893904 140725200896689 140725200896689 140725200900047 0
[pid=28263/tid=28314] ppid=28260 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/28263/task/28314/stat : 28314 (java) S 28260 28263 16548 0 -1 1077944384 36 12358 0 0 0 0 5 2 20 0 15 0 49111196 14321057792 42647 18446744073709551615 4194304 4196468 140725200887200 140437110315280 140437153359573 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14008320 140725200893904 140725200896689 140725200896689 140725200900047 0
[pid=28263/tid=28315] ppid=28260 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/28263/task/28315/stat : 28315 (java) S 28260 28263 16548 0 -1 1077944384 60 12358 0 0 0 0 5 2 20 0 15 0 49111196 14321057792 42647 18446744073709551615 4194304 4196468 140725200887200 140436752755088 140437153359573 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14008320 140725200893904 140725200896689 140725200896689 140725200900047 0
[pid=28263/tid=28316] ppid=28260 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/28263/task/28316/stat : 28316 (java) S 28260 28263 16548 0 -1 1077944384 68 12358 0 0 1 0 5 2 20 0 15 0 49111196 14321057792 42647 18446744073709551615 4194304 4196468 140725200887200 140436751702544 140437153359573 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14008320 140725200893904 140725200896689 140725200896689 140725200900047 0
[pid=28263/tid=28317] ppid=28260 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/28263/task/28317/stat : 28317 (java) S 28260 28263 16548 0 -1 1077944384 194 12358 0 0 1 0 5 2 20 0 15 0 49111196 14321057792 42647 18446744073709551615 4194304 4196468 140725200887200 140436750650000 140437153359573 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14008320 140725200893904 140725200896689 140725200896689 140725200900047 0
[pid=28263/tid=28318] ppid=28260 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/28263/task/28318/stat : 28318 (java) S 28260 28263 16548 0 -1 1077944384 1644 12358 0 0 1 0 5 2 20 0 15 0 49111198 14321057792 42647 18446744073709551615 4194304 4196468 140725200887200 140436631943664 140437153360514 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14008320 140725200893904 140725200896689 140725200896689 140725200900047 0
[pid=28263/tid=28319] ppid=28260 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/28263/task/28319/stat : 28319 (java) R 28260 28263 16548 0 -1 4202560 56 12358 0 0 0 0 5 2 20 0 15 0 49111198 14321057792 42647 18446744073709551615 4194304 4196468 140725200887200 140436630889888 140437135191580 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14008320 140725200893904 140725200896689 140725200896689 140725200900047 0
[pid=28263/tid=28320] ppid=28260 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/28263/task/28320/stat : 28320 (java) R 28260 28263 16548 0 -1 4202560 44 12358 0 0 0 0 5 2 20 0 15 0 49111198 14321057792 42647 18446744073709551615 4194304 4196468 140725200887200 140436629837296 140437137850245 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14008320 140725200893904 140725200896689 140725200896689 140725200900047 0
[pid=28263/tid=28321] ppid=28260 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/28263/task/28321/stat : 28321 (java) S 28260 28263 16548 0 -1 1077944384 3 12358 0 0 0 0 5 2 20 0 15 0 49111201 14321057792 42647 18446744073709551615 4194304 4196468 140725200887200 140436628785872 140437153367963 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14008320 140725200893904 140725200896689 140725200896689 140725200900047 0
[pid=28263/tid=28322] ppid=28260 vsize=13985408 CPUtime=0.24 cores=1,3,5,7
/proc/28263/task/28322/stat : 28322 (java) R 28260 28263 16548 0 -1 1077944384 1120 12358 0 0 17 0 5 2 20 0 15 0 49111201 14321057792 42647 18446744073709551615 4194304 4196468 140725200887200 140436627732464 140437153360514 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 14008320 140725200893904 140725200896689 140725200896689 140725200900047 0
[pid=28263/tid=28323] ppid=28260 vsize=13985408 CPUtime=0.18 cores=1,3,5,7
/proc/28263/task/28323/stat : 28323 (java) S 28260 28263 16548 0 -1 1077944384 554 12358 0 0 11 0 5 2 20 0 15 0 49111201 14321057792 42647 18446744073709551615 4194304 4196468 140725200887200 140436626679920 140437153360514 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14008320 140725200893904 140725200896689 140725200896689 140725200900047 0
[pid=28263/tid=28324] ppid=28260 vsize=13985408 CPUtime=0.3 cores=1,3,5,7
/proc/28263/task/28324/stat : 28324 (java) R 28260 28263 16548 0 -1 4202560 1382 12358 0 0 23 0 5 2 20 0 15 0 49111201 14321057792 42647 18446744073709551615 4194304 4196468 140725200887200 140436625623248 140437146454045 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14008320 140725200893904 140725200896689 140725200896689 140725200900047 0
[pid=28263/tid=28325] ppid=28260 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/28263/task/28325/stat : 28325 (java) S 28260 28263 16548 0 -1 1077944384 3 12358 0 0 0 0 5 2 20 0 15 0 49111201 14321057792 42647 18446744073709551615 4194304 4196468 140725200887200 140436624575072 140437153359573 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14008320 140725200893904 140725200896689 140725200896689 140725200900047 0
[pid=28263/tid=28326] ppid=28260 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/28263/task/28326/stat : 28326 (java) S 28260 28263 16548 0 -1 1077944384 8 12358 0 0 0 0 5 2 20 0 15 0 49111206 14321057792 42647 18446744073709551615 4194304 4196468 140725200887200 140436623522608 140437153360514 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14008320 140725200893904 140725200896689 140725200896689 140725200900047 0
Current children cumulated CPU time (s) 1.9
Current children cumulated vsize (KiB) 13985408

[startup+3.10065 s]
/proc/loadavg: 1.45 1.48 1.47 4/209 28326
/proc/meminfo: memFree=30543812/32770624 swapFree=0/312800
[pid=28263] ppid=28260 vsize=13997884 CPUtime=5.66 cores=1,3,5,7
/proc/28263/stat : 28263 (java) S 28260 28263 16548 0 -1 1077944320 49223 12358 0 0 545 14 5 2 20 0 15 0 49111175 14333833216 63988 18446744073709551615 4194304 4196468 140725200887200 140725200869744 140437153349367 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 14008320 140725200893904 140725200896689 140725200896689 140725200900047 0
/proc/28263/statm: 3499471 63988 3452 1 0 3488085 0
[pid=28263/tid=28313] ppid=28260 vsize=13997884 CPUtime=2.86 cores=1,3,5,7
/proc/28263/task/28313/stat : 28313 (java) R 28260 28263 16548 0 -1 4202560 34621 12358 0 0 270 9 5 2 20 0 15 0 49111196 14333833216 63988 18446744073709551615 4194304 4196468 140725200887200 140437157570896 140437153361302 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 14008320 140725200893904 140725200896689 140725200896689 140725200900047 0
[pid=28263/tid=28314] ppid=28260 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/28263/task/28314/stat : 28314 (java) S 28260 28263 16548 0 -1 1077944384 36 12358 0 0 0 0 5 2 20 0 15 0 49111196 14333833216 63988 18446744073709551615 4194304 4196468 140725200887200 140437110315280 140437153359573 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14008320 140725200893904 140725200896689 140725200896689 140725200900047 0
[pid=28263/tid=28315] ppid=28260 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/28263/task/28315/stat : 28315 (java) S 28260 28263 16548 0 -1 1077944384 60 12358 0 0 0 0 5 2 20 0 15 0 49111196 14333833216 63988 18446744073709551615 4194304 4196468 140725200887200 140436752755088 140437153359573 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14008320 140725200893904 140725200896689 140725200896689 140725200900047 0
[pid=28263/tid=28316] ppid=28260 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/28263/task/28316/stat : 28316 (java) S 28260 28263 16548 0 -1 1077944384 68 12358 0 0 1 0 5 2 20 0 15 0 49111196 14333833216 63988 18446744073709551615 4194304 4196468 140725200887200 140436751702544 140437153359573 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14008320 140725200893904 140725200896689 140725200896689 140725200900047 0
[pid=28263/tid=28317] ppid=28260 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/28263/task/28317/stat : 28317 (java) S 28260 28263 16548 0 -1 1077944384 194 12358 0 0 1 0 5 2 20 0 15 0 49111196 14333833216 63988 18446744073709551615 4194304 4196468 140725200887200 140436750650000 140437153359573 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14008320 140725200893904 140725200896689 140725200896689 140725200900047 0
[pid=28263/tid=28318] ppid=28260 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/28263/task/28318/stat : 28318 (java) S 28260 28263 16548 0 -1 1077944384 1672 12358 0 0 1 0 5 2 20 0 15 0 49111198 14333833216 63988 18446744073709551615 4194304 4196468 140725200887200 140436631943664 140437153360514 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14008320 140725200893904 140725200896689 140725200896689 140725200900047 0
[pid=28263/tid=28319] ppid=28260 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/28263/task/28319/stat : 28319 (java) S 28260 28263 16548 0 -1 1077944384 56 12358 0 0 0 0 5 2 20 0 15 0 49111198 14333833216 63988 18446744073709551615 4194304 4196468 140725200887200 140436630889952 140437153359573 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14008320 140725200893904 140725200896689 140725200896689 140725200900047 0
[pid=28263/tid=28320] ppid=28260 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/28263/task/28320/stat : 28320 (java) S 28260 28263 16548 0 -1 1077944384 44 12358 0 0 0 0 5 2 20 0 15 0 49111198 14333833216 63988 18446744073709551615 4194304 4196468 140725200887200 140436629837312 140437153359573 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14008320 140725200893904 140725200896689 140725200896689 140725200900047 0
[pid=28263/tid=28321] ppid=28260 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/28263/task/28321/stat : 28321 (java) S 28260 28263 16548 0 -1 1077944384 3 12358 0 0 0 0 5 2 20 0 15 0 49111201 14333833216 63988 18446744073709551615 4194304 4196468 140725200887200 140436628785872 140437153367963 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14008320 140725200893904 140725200896689 140725200896689 140725200900047 0
[pid=28263/tid=28322] ppid=28260 vsize=13997884 CPUtime=1.11 cores=1,3,5,7
/proc/28263/task/28322/stat : 28322 (java) S 28260 28263 16548 0 -1 1077944384 4545 12358 0 0 103 1 5 2 20 0 15 0 49111201 14333833216 63988 18446744073709551615 4194304 4196468 140725200887200 140436627732464 140437153360514 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14008320 140725200893904 140725200896689 140725200896689 140725200900047 0
[pid=28263/tid=28323] ppid=28260 vsize=13997884 CPUtime=0.86 cores=1,3,5,7
/proc/28263/task/28323/stat : 28323 (java) S 28260 28263 16548 0 -1 1077944384 2052 12358 0 0 79 0 5 2 20 0 15 0 49111201 14333833216 63988 18446744073709551615 4194304 4196468 140725200887200 140436626679920 140437153360514 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14008320 140725200893904 140725200896689 140725200896689 140725200900047 0
[pid=28263/tid=28324] ppid=28260 vsize=13997884 CPUtime=0.92 cores=1,3,5,7
/proc/28263/task/28324/stat : 28324 (java) R 28260 28263 16548 0 -1 4202560 3710 12358 0 0 85 0 5 2 20 0 15 0 49111201 14333833216 63988 18446744073709551615 4194304 4196468 140725200887200 140436625627376 140437146446203 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14008320 140725200893904 140725200896689 140725200896689 140725200900047 0
[pid=28263/tid=28325] ppid=28260 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/28263/task/28325/stat : 28325 (java) S 28260 28263 16548 0 -1 1077944384 3 12358 0 0 0 0 5 2 20 0 15 0 49111201 14333833216 63988 18446744073709551615 4194304 4196468 140725200887200 140436624575072 140437153359573 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14008320 140725200893904 140725200896689 140725200896689 140725200900047 0
[pid=28263/tid=28326] ppid=28260 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/28263/task/28326/stat : 28326 (java) S 28260 28263 16548 0 -1 1077944384 10 12358 0 0 0 0 5 2 20 0 15 0 49111206 14333833216 63988 18446744073709551615 4194304 4196468 140725200887200 140436623522608 140437153360514 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14008320 140725200893904 140725200896689 140725200896689 140725200900047 0
Current children cumulated CPU time (s) 5.66
Current children cumulated vsize (KiB) 13997884

[startup+6.30067 s]
/proc/loadavg: 1.45 1.48 1.47 3/209 28327
/proc/meminfo: memFree=30241488/32770624 swapFree=0/312796
[pid=28263] ppid=28260 vsize=13999932 CPUtime=11.6 cores=1,3,5,7
/proc/28263/stat : 28263 (java) S 28260 28263 16548 0 -1 1077944320 52026 12358 0 0 1127 26 5 2 20 0 15 0 49111175 14335930368 154199 18446744073709551615 4194304 4196468 140725200887200 140725200869744 140437153349367 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 14008320 140725200893904 140725200896689 140725200896689 140725200900047 0
/proc/28263/statm: 3499983 154199 3468 1 0 3488597 0
[pid=28263/tid=28313] ppid=28260 vsize=13999932 CPUtime=6 cores=1,3,5,7
/proc/28263/task/28313/stat : 28313 (java) R 28260 28263 16548 0 -1 4202560 35666 12358 0 0 579 14 5 2 20 0 15 0 49111196 14335930368 154199 18446744073709551615 4194304 4196468 140725200887200 140437157581248 140436802859887 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 14008320 140725200893904 140725200896689 140725200896689 140725200900047 0
[pid=28263/tid=28314] ppid=28260 vsize=13999932 CPUtime=0.12 cores=1,3,5,7
/proc/28263/task/28314/stat : 28314 (java) S 28260 28263 16548 0 -1 1077944384 88 12358 0 0 4 1 5 2 20 0 15 0 49111196 14335930368 154199 18446744073709551615 4194304 4196468 140725200887200 140437110315280 140437153359573 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14008320 140725200893904 140725200896689 140725200896689 140725200900047 0
[pid=28263/tid=28315] ppid=28260 vsize=13999932 CPUtime=0.11 cores=1,3,5,7
/proc/28263/task/28315/stat : 28315 (java) S 28260 28263 16548 0 -1 1077944384 83 12358 0 0 3 1 5 2 20 0 15 0 49111196 14335930368 154199 18446744073709551615 4194304 4196468 140725200887200 140436752755088 140437153359573 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14008320 140725200893904 140725200896689 140725200896689 140725200900047 0
[pid=28263/tid=28316] ppid=28260 vsize=13999932 CPUtime=0.12 cores=1,3,5,7
/proc/28263/task/28316/stat : 28316 (java) S 28260 28263 16548 0 -1 1077944384 162 12358 0 0 4 1 5 2 20 0 15 0 49111196 14335930368 154199 18446744073709551615 4194304 4196468 140725200887200 140436751702544 140437153359573 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14008320 140725200893904 140725200896689 140725200896689 140725200900047 0
[pid=28263/tid=28317] ppid=28260 vsize=13999932 CPUtime=0.11 cores=1,3,5,7
/proc/28263/task/28317/stat : 28317 (java) S 28260 28263 16548 0 -1 1077944384 228 12358 0 0 3 1 5 2 20 0 15 0 49111196 14335930368 154199 18446744073709551615 4194304 4196468 140725200887200 140436750650000 140437153359573 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14008320 140725200893904 140725200896689 140725200896689 140725200900047 0
[pid=28263/tid=28318] ppid=28260 vsize=13999932 CPUtime=0.09 cores=1,3,5,7
/proc/28263/task/28318/stat : 28318 (java) S 28260 28263 16548 0 -1 1077944384 1915 12358 0 0 2 0 5 2 20 0 15 0 49111198 14335930368 154199 18446744073709551615 4194304 4196468 140725200887200 140436631943664 140437153360514 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14008320 140725200893904 140725200896689 140725200896689 140725200900047 0
[pid=28263/tid=28319] ppid=28260 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/28263/task/28319/stat : 28319 (java) S 28260 28263 16548 0 -1 1077944384 56 12358 0 0 0 0 5 2 20 0 15 0 49111198 14335930368 154199 18446744073709551615 4194304 4196468 140725200887200 140436630889952 140437153359573 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14008320 140725200893904 140725200896689 140725200896689 140725200900047 0
[pid=28263/tid=28320] ppid=28260 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/28263/task/28320/stat : 28320 (java) S 28260 28263 16548 0 -1 1077944384 44 12358 0 0 0 0 5 2 20 0 15 0 49111198 14335930368 154199 18446744073709551615 4194304 4196468 140725200887200 140436629837312 140437153359573 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14008320 140725200893904 140725200896689 140725200896689 140725200900047 0
[pid=28263/tid=28321] ppid=28260 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/28263/task/28321/stat : 28321 (java) S 28260 28263 16548 0 -1 1077944384 3 12358 0 0 0 0 5 2 20 0 15 0 49111201 14335930368 154199 18446744073709551615 4194304 4196468 140725200887200 140436628785872 140437153367963 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14008320 140725200893904 140725200896689 140725200896689 140725200900047 0
[pid=28263/tid=28322] ppid=28260 vsize=13999932 CPUtime=2.19 cores=1,3,5,7
/proc/28263/task/28322/stat : 28322 (java) S 28260 28263 16548 0 -1 1077944384 4883 12358 0 0 211 1 5 2 20 0 15 0 49111201 14335930368 154199 18446744073709551615 4194304 4196468 140725200887200 140436627732464 140437153360514 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14008320 140725200893904 140725200896689 140725200896689 140725200900047 0
[pid=28263/tid=28323] ppid=28260 vsize=13999932 CPUtime=2.02 cores=1,3,5,7
/proc/28263/task/28323/stat : 28323 (java) S 28260 28263 16548 0 -1 1077944384 2396 12358 0 0 194 1 5 2 20 0 15 0 49111201 14335930368 154199 18446744073709551615 4194304 4196468 140725200887200 140436626679920 140437153360514 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14008320 140725200893904 140725200896689 140725200896689 140725200900047 0
[pid=28263/tid=28324] ppid=28260 vsize=13999932 CPUtime=1.3 cores=1,3,5,7
/proc/28263/task/28324/stat : 28324 (java) S 28260 28263 16548 0 -1 1077944384 4336 12358 0 0 121 2 5 2 20 0 15 0 49111201 14335930368 154199 18446744073709551615 4194304 4196468 140725200887200 140436625627376 140437153360514 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14008320 140725200893904 140725200896689 140725200896689 140725200900047 0
[pid=28263/tid=28325] ppid=28260 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/28263/task/28325/stat : 28325 (java) S 28260 28263 16548 0 -1 1077944384 3 12358 0 0 0 0 5 2 20 0 15 0 49111201 14335930368 154199 18446744073709551615 4194304 4196468 140725200887200 140436624575072 140437153359573 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14008320 140725200893904 140725200896689 140725200896689 140725200900047 0
[pid=28263/tid=28326] ppid=28260 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/28263/task/28326/stat : 28326 (java) S 28260 28263 16548 0 -1 1077944384 13 12358 0 0 0 0 5 2 20 0 15 0 49111206 14335930368 154199 18446744073709551615 4194304 4196468 140725200887200 140436623522608 140437153360514 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14008320 140725200893904 140725200896689 140725200896689 140725200900047 0
Current children cumulated CPU time (s) 11.6
Current children cumulated vsize (KiB) 13999932

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

[startup+6.40081 s]
/proc/loadavg: 1.45 1.48 1.47 3/209 28327
/proc/meminfo: memFree=30241488/32770624 swapFree=0/312796
[pid=28263] ppid=28260 vsize=13999932 CPUtime=11.71 cores=1,3,5,7
/proc/28263/stat : 28263 (java) S 28260 28263 16548 0 -1 1077944320 52034 12358 0 0 1138 26 5 2 20 0 15 0 49111175 14335930368 154217 18446744073709551615 4194304 4196468 140725200887200 140725200869744 140437153349367 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 14008320 140725200893904 140725200896689 140725200896689 140725200900047 0
/proc/28263/statm: 3499983 154217 3468 1 0 3488597 0
[pid=28263/tid=28313] ppid=28260 vsize=13999932 CPUtime=6.1 cores=1,3,5,7
/proc/28263/task/28313/stat : 28313 (java) R 28260 28263 16548 0 -1 4202560 35666 12358 0 0 589 14 5 2 20 0 15 0 49111196 14335930368 154217 18446744073709551615 4194304 4196468 140725200887200 140437157581248 140436801844714 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 14008320 140725200893904 140725200896689 140725200896689 140725200900047 0
[pid=28263/tid=28314] ppid=28260 vsize=13999932 CPUtime=0.12 cores=1,3,5,7
/proc/28263/task/28314/stat : 28314 (java) S 28260 28263 16548 0 -1 1077944384 88 12358 0 0 4 1 5 2 20 0 15 0 49111196 14335930368 154217 18446744073709551615 4194304 4196468 140725200887200 140437110315280 140437153359573 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14008320 140725200893904 140725200896689 140725200896689 140725200900047 0
[pid=28263/tid=28315] ppid=28260 vsize=13999932 CPUtime=0.11 cores=1,3,5,7
/proc/28263/task/28315/stat : 28315 (java) S 28260 28263 16548 0 -1 1077944384 83 12358 0 0 3 1 5 2 20 0 15 0 49111196 14335930368 154217 18446744073709551615 4194304 4196468 140725200887200 140436752755088 140437153359573 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14008320 140725200893904 140725200896689 140725200896689 140725200900047 0
[pid=28263/tid=28316] ppid=28260 vsize=13999932 CPUtime=0.12 cores=1,3,5,7
/proc/28263/task/28316/stat : 28316 (java) S 28260 28263 16548 0 -1 1077944384 162 12358 0 0 4 1 5 2 20 0 15 0 49111196 14335930368 154217 18446744073709551615 4194304 4196468 140725200887200 140436751702544 140437153359573 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14008320 140725200893904 140725200896689 140725200896689 140725200900047 0
[pid=28263/tid=28317] ppid=28260 vsize=13999932 CPUtime=0.11 cores=1,3,5,7
/proc/28263/task/28317/stat : 28317 (java) S 28260 28263 16548 0 -1 1077944384 228 12358 0 0 3 1 5 2 20 0 15 0 49111196 14335930368 154217 18446744073709551615 4194304 4196468 140725200887200 140436750650000 140437153359573 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14008320 140725200893904 140725200896689 140725200896689 140725200900047 0
[pid=28263/tid=28318] ppid=28260 vsize=13999932 CPUtime=0.09 cores=1,3,5,7
/proc/28263/task/28318/stat : 28318 (java) S 28260 28263 16548 0 -1 1077944384 1915 12358 0 0 2 0 5 2 20 0 15 0 49111198 14335930368 154217 18446744073709551615 4194304 4196468 140725200887200 140436631943664 140437153360514 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14008320 140725200893904 140725200896689 140725200896689 140725200900047 0
[pid=28263/tid=28319] ppid=28260 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/28263/task/28319/stat : 28319 (java) S 28260 28263 16548 0 -1 1077944384 56 12358 0 0 0 0 5 2 20 0 15 0 49111198 14335930368 154217 18446744073709551615 4194304 4196468 140725200887200 140436630889952 140437153359573 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14008320 140725200893904 140725200896689 140725200896689 140725200900047 0
[pid=28263/tid=28320] ppid=28260 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/28263/task/28320/stat : 28320 (java) S 28260 28263 16548 0 -1 1077944384 44 12358 0 0 0 0 5 2 20 0 15 0 49111198 14335930368 154217 18446744073709551615 4194304 4196468 140725200887200 140436629837312 140437153359573 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14008320 140725200893904 140725200896689 140725200896689 140725200900047 0
[pid=28263/tid=28321] ppid=28260 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/28263/task/28321/stat : 28321 (java) S 28260 28263 16548 0 -1 1077944384 3 12358 0 0 0 0 5 2 20 0 15 0 49111201 14335930368 154217 18446744073709551615 4194304 4196468 140725200887200 140436628785872 140437153367963 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14008320 140725200893904 140725200896689 140725200896689 140725200900047 0
[pid=28263/tid=28322] ppid=28260 vsize=13999932 CPUtime=2.19 cores=1,3,5,7
/proc/28263/task/28322/stat : 28322 (java) S 28260 28263 16548 0 -1 1077944384 4886 12358 0 0 211 1 5 2 20 0 15 0 49111201 14335930368 154217 18446744073709551615 4194304 4196468 140725200887200 140436627732464 140437153360514 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14008320 140725200893904 140725200896689 140725200896689 140725200900047 0
[pid=28263/tid=28323] ppid=28260 vsize=13999932 CPUtime=2.02 cores=1,3,5,7
/proc/28263/task/28323/stat : 28323 (java) S 28260 28263 16548 0 -1 1077944384 2398 12358 0 0 194 1 5 2 20 0 15 0 49111201 14335930368 154217 18446744073709551615 4194304 4196468 140725200887200 140436626679920 140437153360514 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14008320 140725200893904 140725200896689 140725200896689 140725200900047 0
[pid=28263/tid=28324] ppid=28260 vsize=13999932 CPUtime=1.31 cores=1,3,5,7
/proc/28263/task/28324/stat : 28324 (java) S 28260 28263 16548 0 -1 1077944384 4339 12358 0 0 122 2 5 2 20 0 15 0 49111201 14335930368 154217 18446744073709551615 4194304 4196468 140725200887200 140436625627376 140437153360514 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14008320 140725200893904 140725200896689 140725200896689 140725200900047 0
[pid=28263/tid=28325] ppid=28260 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/28263/task/28325/stat : 28325 (java) S 28260 28263 16548 0 -1 1077944384 3 12358 0 0 0 0 5 2 20 0 15 0 49111201 14335930368 154217 18446744073709551615 4194304 4196468 140725200887200 140436624575072 140437153359573 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14008320 140725200893904 140725200896689 140725200896689 140725200900047 0
[pid=28263/tid=28326] ppid=28260 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/28263/task/28326/stat : 28326 (java) S 28260 28263 16548 0 -1 1077944384 13 12358 0 0 0 0 5 2 20 0 15 0 49111206 14335930368 154217 18446744073709551615 4194304 4196468 140725200887200 140436623522608 140437153360514 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14008320 140725200893904 140725200896689 140725200896689 140725200900047 0
Current children cumulated CPU time (s) 11.71
Current children cumulated vsize (KiB) 13999932

[startup+8.00293 s]
/proc/loadavg: 1.49 1.49 1.47 5/209 28327
/proc/meminfo: memFree=29952556/32770624 swapFree=0/312796
[pid=28263] ppid=28260 vsize=14001980 CPUtime=15.43 cores=1,3,5,7
/proc/28263/stat : 28263 (java) S 28260 28263 16548 0 -1 1077944320 62498 12358 0 0 1504 32 5 2 20 0 15 0 49111175 14338027520 199294 18446744073709551615 4194304 4196468 140725200887200 140725200869744 140437153349367 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 14008320 140725200893904 140725200896689 140725200896689 140725200900047 0
/proc/28263/statm: 3500495 199294 3471 1 0 3489109 0
[pid=28263/tid=28313] ppid=28260 vsize=14001980 CPUtime=7.65 cores=1,3,5,7
/proc/28263/task/28313/stat : 28313 (java) R 28260 28263 16548 0 -1 4202560 38780 12358 0 0 741 17 5 2 20 0 15 0 49111196 14338027520 199294 18446744073709551615 4194304 4196468 140725200887200 140437157583184 140436796255280 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 14008320 140725200893904 140725200896689 140725200896689 140725200900047 0
[pid=28263/tid=28314] ppid=28260 vsize=14001980 CPUtime=0.16 cores=1,3,5,7
/proc/28263/task/28314/stat : 28314 (java) S 28260 28263 16548 0 -1 1077944384 131 12358 0 0 7 2 5 2 20 0 15 0 49111196 14338027520 199294 18446744073709551615 4194304 4196468 140725200887200 140437110315280 140437153359573 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14008320 140725200893904 140725200896689 140725200896689 140725200900047 0
[pid=28263/tid=28315] ppid=28260 vsize=14001980 CPUtime=0.14 cores=1,3,5,7
/proc/28263/task/28315/stat : 28315 (java) S 28260 28263 16548 0 -1 1077944384 98 12358 0 0 6 1 5 2 20 0 15 0 49111196 14338027520 199294 18446744073709551615 4194304 4196468 140725200887200 140436752755088 140437153359573 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14008320 140725200893904 140725200896689 140725200896689 140725200900047 0
[pid=28263/tid=28316] ppid=28260 vsize=14001980 CPUtime=0.16 cores=1,3,5,7
/proc/28263/task/28316/stat : 28316 (java) S 28260 28263 16548 0 -1 1077944384 170 12358 0 0 7 2 5 2 20 0 15 0 49111196 14338027520 199294 18446744073709551615 4194304 4196468 140725200887200 140436751702544 140437153359573 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14008320 140725200893904 140725200896689 140725200896689 140725200900047 0
[pid=28263/tid=28317] ppid=28260 vsize=14001980 CPUtime=0.14 cores=1,3,5,7
/proc/28263/task/28317/stat : 28317 (java) S 28260 28263 16548 0 -1 1077944384 280 12358 0 0 6 1 5 2 20 0 15 0 49111196 14338027520 199294 18446744073709551615 4194304 4196468 140725200887200 140436750650000 140437153359573 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14008320 140725200893904 140725200896689 140725200896689 140725200900047 0
[pid=28263/tid=28318] ppid=28260 vsize=14001980 CPUtime=0.11 cores=1,3,5,7
/proc/28263/task/28318/stat : 28318 (java) S 28260 28263 16548 0 -1 1077944384 2573 12358 0 0 4 0 5 2 20 0 15 0 49111198 14338027520 199294 18446744073709551615 4194304 4196468 140725200887200 140436631943664 140437153360514 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14008320 140725200893904 140725200896689 140725200896689 140725200900047 0
[pid=28263/tid=28319] ppid=28260 vsize=14001980 CPUtime=0.07 cores=1,3,5,7
/proc/28263/task/28319/stat : 28319 (java) S 28260 28263 16548 0 -1 1077944384 56 12358 0 0 0 0 5 2 20 0 15 0 49111198 14338027520 199294 18446744073709551615 4194304 4196468 140725200887200 140436630889952 140437153359573 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14008320 140725200893904 140725200896689 140725200896689 140725200900047 0
[pid=28263/tid=28320] ppid=28260 vsize=14001980 CPUtime=0.07 cores=1,3,5,7
/proc/28263/task/28320/stat : 28320 (java) S 28260 28263 16548 0 -1 1077944384 44 12358 0 0 0 0 5 2 20 0 15 0 49111198 14338027520 199294 18446744073709551615 4194304 4196468 140725200887200 140436629837312 140437153359573 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14008320 140725200893904 140725200896689 140725200896689 140725200900047 0
[pid=28263/tid=28321] ppid=28260 vsize=14001980 CPUtime=0.07 cores=1,3,5,7
/proc/28263/task/28321/stat : 28321 (java) S 28260 28263 16548 0 -1 1077944384 3 12358 0 0 0 0 5 2 20 0 15 0 49111201 14338027520 199294 18446744073709551615 4194304 4196468 140725200887200 140436628785872 140437153367963 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14008320 140725200893904 140725200896689 140725200896689 140725200900047 0
[pid=28263/tid=28322] ppid=28260 vsize=14001980 CPUtime=3.11 cores=1,3,5,7
/proc/28263/task/28322/stat : 28322 (java) R 28260 28263 16548 0 -1 4202560 8056 12358 0 0 302 2 5 2 20 0 15 0 49111201 14338027520 199294 18446744073709551615 4194304 4196468 140725200887200 140436627722384 140437131329024 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14008320 140725200893904 140725200896689 140725200896689 140725200900047 0
[pid=28263/tid=28323] ppid=28260 vsize=14001980 CPUtime=2.84 cores=1,3,5,7
/proc/28263/task/28323/stat : 28323 (java) R 28260 28263 16548 0 -1 4202560 5194 12358 0 0 275 2 5 2 20 0 15 0 49111201 14338027520 199294 18446744073709551615 4194304 4196468 140725200887200 140436626665760 140437138273650 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 14008320 140725200893904 140725200896689 140725200896689 140725200900047 0
[pid=28263/tid=28324] ppid=28260 vsize=14001980 CPUtime=1.59 cores=1,3,5,7
/proc/28263/task/28324/stat : 28324 (java) S 28260 28263 16548 0 -1 1077944384 4947 12358 0 0 150 2 5 2 20 0 15 0 49111201 14338027520 199294 18446744073709551615 4194304 4196468 140725200887200 140436625627376 140437153360514 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14008320 140725200893904 140725200896689 140725200896689 140725200900047 0
[pid=28263/tid=28325] ppid=28260 vsize=14001980 CPUtime=0.07 cores=1,3,5,7
/proc/28263/task/28325/stat : 28325 (java) S 28260 28263 16548 0 -1 1077944384 3 12358 0 0 0 0 5 2 20 0 15 0 49111201 14338027520 199294 18446744073709551615 4194304 4196468 140725200887200 140436624575072 140437153359573 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14008320 140725200893904 140725200896689 140725200896689 140725200900047 0
[pid=28263/tid=28326] ppid=28260 vsize=14001980 CPUtime=0.07 cores=1,3,5,7
/proc/28263/task/28326/stat : 28326 (java) S 28260 28263 16548 0 -1 1077944384 13 12358 0 0 0 0 5 2 20 0 15 0 49111206 14338027520 199294 18446744073709551615 4194304 4196468 140725200887200 140436623522608 140437153360514 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14008320 140725200893904 140725200896689 140725200896689 140725200900047 0
Current children cumulated CPU time (s) 15.43
Current children cumulated vsize (KiB) 14001980

[startup+8.80071 s]
/proc/loadavg: 1.49 1.49 1.47 4/209 28327
/proc/meminfo: memFree=29929924/32770624 swapFree=0/312796
[pid=28263] ppid=28260 vsize=14001980 CPUtime=17.67 cores=1,3,5,7
/proc/28263/stat : 28263 (java) S 28260 28263 16548 0 -1 1077944320 63534 12358 0 0 1728 32 5 2 20 0 15 0 49111175 14338027520 201787 18446744073709551615 4194304 4196468 140725200887200 140725200869744 140437153349367 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 14008320 140725200893904 140725200896689 140725200896689 140725200900047 0
/proc/28263/statm: 3500495 201787 3471 1 0 3489109 0
[pid=28263/tid=28313] ppid=28260 vsize=14001980 CPUtime=8.45 cores=1,3,5,7
/proc/28263/task/28313/stat : 28313 (java) R 28260 28263 16548 0 -1 4202560 38925 12358 0 0 821 17 5 2 20 0 15 0 49111196 14338027520 201787 18446744073709551615 4194304 4196468 140725200887200 140437157583584 140436790650002 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 14008320 140725200893904 140725200896689 140725200896689 140725200900047 0
[pid=28263/tid=28314] ppid=28260 vsize=14001980 CPUtime=0.16 cores=1,3,5,7
/proc/28263/task/28314/stat : 28314 (java) S 28260 28263 16548 0 -1 1077944384 131 12358 0 0 7 2 5 2 20 0 15 0 49111196 14338027520 201787 18446744073709551615 4194304 4196468 140725200887200 140437110315280 140437153359573 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14008320 140725200893904 140725200896689 140725200896689 140725200900047 0
[pid=28263/tid=28315] ppid=28260 vsize=14001980 CPUtime=0.14 cores=1,3,5,7
/proc/28263/task/28315/stat : 28315 (java) S 28260 28263 16548 0 -1 1077944384 98 12358 0 0 6 1 5 2 20 0 15 0 49111196 14338027520 201787 18446744073709551615 4194304 4196468 140725200887200 140436752755088 140437153359573 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14008320 140725200893904 140725200896689 140725200896689 140725200900047 0
[pid=28263/tid=28316] ppid=28260 vsize=14001980 CPUtime=0.16 cores=1,3,5,7
/proc/28263/task/28316/stat : 28316 (java) S 28260 28263 16548 0 -1 1077944384 170 12358 0 0 7 2 5 2 20 0 15 0 49111196 14338027520 201787 18446744073709551615 4194304 4196468 140725200887200 140436751702544 140437153359573 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14008320 140725200893904 140725200896689 140725200896689 140725200900047 0
[pid=28263/tid=28317] ppid=28260 vsize=14001980 CPUtime=0.14 cores=1,3,5,7
/proc/28263/task/28317/stat : 28317 (java) S 28260 28263 16548 0 -1 1077944384 280 12358 0 0 6 1 5 2 20 0 15 0 49111196 14338027520 201787 18446744073709551615 4194304 4196468 140725200887200 140436750650000 140437153359573 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14008320 140725200893904 140725200896689 140725200896689 140725200900047 0
[pid=28263/tid=28318] ppid=28260 vsize=14001980 CPUtime=0.11 cores=1,3,5,7
/proc/28263/task/28318/stat : 28318 (java) S 28260 28263 16548 0 -1 1077944384 2573 12358 0 0 4 0 5 2 20 0 15 0 49111198 14338027520 201787 18446744073709551615 4194304 4196468 140725200887200 140436631943664 140437153360514 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14008320 140725200893904 140725200896689 140725200896689 140725200900047 0
[pid=28263/tid=28319] ppid=28260 vsize=14001980 CPUtime=0.07 cores=1,3,5,7
/proc/28263/task/28319/stat : 28319 (java) S 28260 28263 16548 0 -1 1077944384 56 12358 0 0 0 0 5 2 20 0 15 0 49111198 14338027520 201787 18446744073709551615 4194304 4196468 140725200887200 140436630889952 140437153359573 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14008320 140725200893904 140725200896689 140725200896689 140725200900047 0
[pid=28263/tid=28320] ppid=28260 vsize=14001980 CPUtime=0.07 cores=1,3,5,7
/proc/28263/task/28320/stat : 28320 (java) S 28260 28263 16548 0 -1 1077944384 44 12358 0 0 0 0 5 2 20 0 15 0 49111198 14338027520 201787 18446744073709551615 4194304 4196468 140725200887200 140436629837312 140437153359573 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14008320 140725200893904 140725200896689 140725200896689 140725200900047 0
[pid=28263/tid=28321] ppid=28260 vsize=14001980 CPUtime=0.07 cores=1,3,5,7
/proc/28263/task/28321/stat : 28321 (java) S 28260 28263 16548 0 -1 1077944384 3 12358 0 0 0 0 5 2 20 0 15 0 49111201 14338027520 201787 18446744073709551615 4194304 4196468 140725200887200 140436628785872 140437153367963 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14008320 140725200893904 140725200896689 140725200896689 140725200900047 0
[pid=28263/tid=28322] ppid=28260 vsize=14001980 CPUtime=3.8 cores=1,3,5,7
/proc/28263/task/28322/stat : 28322 (java) S 28260 28263 16548 0 -1 1077944384 8235 12358 0 0 371 2 5 2 20 0 15 0 49111201 14338027520 201787 18446744073709551615 4194304 4196468 140725200887200 140436627732464 140437153360514 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14008320 140725200893904 140725200896689 140725200896689 140725200900047 0
[pid=28263/tid=28323] ppid=28260 vsize=14001980 CPUtime=3.51 cores=1,3,5,7
/proc/28263/task/28323/stat : 28323 (java) S 28260 28263 16548 0 -1 1077944384 5800 12358 0 0 342 2 5 2 20 0 15 0 49111201 14338027520 201787 18446744073709551615 4194304 4196468 140725200887200 140436626679920 140437153360514 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14008320 140725200893904 140725200896689 140725200896689 140725200900047 0
[pid=28263/tid=28324] ppid=28260 vsize=14001980 CPUtime=1.67 cores=1,3,5,7
/proc/28263/task/28324/stat : 28324 (java) S 28260 28263 16548 0 -1 1077944384 5053 12358 0 0 158 2 5 2 20 0 15 0 49111201 14338027520 201787 18446744073709551615 4194304 4196468 140725200887200 140436625627376 140437153360514 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14008320 140725200893904 140725200896689 140725200896689 140725200900047 0
[pid=28263/tid=28325] ppid=28260 vsize=14001980 CPUtime=0.07 cores=1,3,5,7
/proc/28263/task/28325/stat : 28325 (java) S 28260 28263 16548 0 -1 1077944384 3 12358 0 0 0 0 5 2 20 0 15 0 49111201 14338027520 201787 18446744073709551615 4194304 4196468 140725200887200 140436624575072 140437153359573 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14008320 140725200893904 140725200896689 140725200896689 140725200900047 0
[pid=28263/tid=28326] ppid=28260 vsize=14001980 CPUtime=0.07 cores=1,3,5,7
/proc/28263/task/28326/stat : 28326 (java) S 28260 28263 16548 0 -1 1077944384 13 12358 0 0 0 0 5 2 20 0 15 0 49111206 14338027520 201787 18446744073709551615 4194304 4196468 140725200887200 140436623522608 140437153360514 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14008320 140725200893904 140725200896689 140725200896689 140725200900047 0
Current children cumulated CPU time (s) 17.67
Current children cumulated vsize (KiB) 14001980

[startup+9.20069 s]
/proc/loadavg: 1.49 1.49 1.47 4/209 28327
/proc/meminfo: memFree=29929924/32770624 swapFree=0/312796
[pid=28263] ppid=28260 vsize=14004028 CPUtime=18.67 cores=1,3,5,7
/proc/28263/stat : 28263 (java) S 28260 28263 16548 0 -1 1077944320 63909 12358 0 0 1824 36 5 2 20 0 15 0 49111175 14340124672 239299 18446744073709551615 4194304 4196468 140725200887200 140725200869744 140437153349367 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 14008320 140725200893904 140725200896689 140725200896689 140725200900047 0
/proc/28263/statm: 3501007 239299 3471 1 0 3489621 0
[pid=28263/tid=28313] ppid=28260 vsize=14004028 CPUtime=8.65 cores=1,3,5,7
/proc/28263/task/28313/stat : 28313 (java) S 28260 28263 16548 0 -1 1077944384 38998 12358 0 0 839 19 5 2 20 0 15 0 49111196 14340124672 239299 18446744073709551615 4194304 4196468 140725200887200 140437157587152 140437153359573 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 14008320 140725200893904 140725200896689 140725200896689 140725200900047 0
[pid=28263/tid=28314] ppid=28260 vsize=14004028 CPUtime=0.32 cores=1,3,5,7
/proc/28263/task/28314/stat : 28314 (java) S 28260 28263 16548 0 -1 1077944384 179 12358 0 0 23 2 5 2 20 0 15 0 49111196 14340124672 239299 18446744073709551615 4194304 4196468 140725200887200 140437110315280 140437153359573 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14008320 140725200893904 140725200896689 140725200896689 140725200900047 0
[pid=28263/tid=28315] ppid=28260 vsize=14004028 CPUtime=0.3 cores=1,3,5,7
/proc/28263/task/28315/stat : 28315 (java) S 28260 28263 16548 0 -1 1077944384 133 12358 0 0 22 1 5 2 20 0 15 0 49111196 14340124672 239299 18446744073709551615 4194304 4196468 140725200887200 140436752755088 140437153359573 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14008320 140725200893904 140725200896689 140725200896689 140725200900047 0
[pid=28263/tid=28316] ppid=28260 vsize=14004028 CPUtime=0.31 cores=1,3,5,7
/proc/28263/task/28316/stat : 28316 (java) S 28260 28263 16548 0 -1 1077944384 239 12358 0 0 22 2 5 2 20 0 15 0 49111196 14340124672 239299 18446744073709551615 4194304 4196468 140725200887200 140436751702544 140437153359573 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14008320 140725200893904 140725200896689 140725200896689 140725200900047 0
[pid=28263/tid=28317] ppid=28260 vsize=14004028 CPUtime=0.31 cores=1,3,5,7
/proc/28263/task/28317/stat : 28317 (java) S 28260 28263 16548 0 -1 1077944384 296 12358 0 0 22 2 5 2 20 0 15 0 49111196 14340124672 239299 18446744073709551615 4194304 4196468 140725200887200 140436750650000 140437153359573 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14008320 140725200893904 140725200896689 140725200896689 140725200900047 0
[pid=28263/tid=28318] ppid=28260 vsize=14004028 CPUtime=0.15 cores=1,3,5,7
/proc/28263/task/28318/stat : 28318 (java) R 28260 28263 16548 0 -1 4202560 2700 12358 0 0 8 0 5 2 20 0 15 0 49111198 14340124672 239299 18446744073709551615 4194304 4196468 140725200887200 140436631942064 140437139041067 0 0 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14008320 140725200893904 140725200896689 140725200896689 140725200900047 0
[pid=28263/tid=28319] ppid=28260 vsize=14004028 CPUtime=0.07 cores=1,3,5,7
/proc/28263/task/28319/stat : 28319 (java) S 28260 28263 16548 0 -1 1077944384 56 12358 0 0 0 0 5 2 20 0 15 0 49111198 14340124672 239299 18446744073709551615 4194304 4196468 140725200887200 140436630889488 140437153360514 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14008320 140725200893904 140725200896689 140725200896689 140725200900047 0
[pid=28263/tid=28320] ppid=28260 vsize=14004028 CPUtime=0.07 cores=1,3,5,7
/proc/28263/task/28320/stat : 28320 (java) S 28260 28263 16548 0 -1 1077944384 44 12358 0 0 0 0 5 2 20 0 15 0 49111198 14340124672 239299 18446744073709551615 4194304 4196468 140725200887200 140436629837312 140437153359573 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14008320 140725200893904 140725200896689 140725200896689 140725200900047 0
[pid=28263/tid=28321] ppid=28260 vsize=14004028 CPUtime=0.07 cores=1,3,5,7
/proc/28263/task/28321/stat : 28321 (java) S 28260 28263 16548 0 -1 1077944384 3 12358 0 0 0 0 5 2 20 0 15 0 49111201 14340124672 239299 18446744073709551615 4194304 4196468 140725200887200 140436628785872 140437153367963 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14008320 140725200893904 140725200896689 140725200896689 140725200900047 0
[pid=28263/tid=28322] ppid=28260 vsize=14004028 CPUtime=3.83 cores=1,3,5,7
/proc/28263/task/28322/stat : 28322 (java) S 28260 28263 16548 0 -1 1077944384 8236 12358 0 0 374 2 5 2 20 0 15 0 49111201 14340124672 239299 18446744073709551615 4194304 4196468 140725200887200 140436627716400 140437153359573 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14008320 140725200893904 140725200896689 140725200896689 140725200900047 0
[pid=28263/tid=28323] ppid=28260 vsize=14004028 CPUtime=3.58 cores=1,3,5,7
/proc/28263/task/28323/stat : 28323 (java) S 28260 28263 16548 0 -1 1077944384 5802 12358 0 0 349 2 5 2 20 0 15 0 49111201 14340124672 239299 18446744073709551615 4194304 4196468 140725200887200 140436626670240 140437153359573 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14008320 140725200893904 140725200896689 140725200896689 140725200900047 0
[pid=28263/tid=28324] ppid=28260 vsize=14004028 CPUtime=1.69 cores=1,3,5,7
/proc/28263/task/28324/stat : 28324 (java) S 28260 28263 16548 0 -1 1077944384 5057 12358 0 0 160 2 5 2 20 0 15 0 49111201 14340124672 239299 18446744073709551615 4194304 4196468 140725200887200 140436625627376 140437153360514 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14008320 140725200893904 140725200896689 140725200896689 140725200900047 0
[pid=28263/tid=28325] ppid=28260 vsize=14004028 CPUtime=0.07 cores=1,3,5,7
/proc/28263/task/28325/stat : 28325 (java) S 28260 28263 16548 0 -1 1077944384 3 12358 0 0 0 0 5 2 20 0 15 0 49111201 14340124672 239299 18446744073709551615 4194304 4196468 140725200887200 140436624575072 140437153359573 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14008320 140725200893904 140725200896689 140725200896689 140725200900047 0
[pid=28263/tid=28326] ppid=28260 vsize=14004028 CPUtime=0.07 cores=1,3,5,7
/proc/28263/task/28326/stat : 28326 (java) S 28260 28263 16548 0 -1 1077944384 13 12358 0 0 0 0 5 2 20 0 15 0 49111206 14340124672 239299 18446744073709551615 4194304 4196468 140725200887200 140436623522608 140437153360514 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14008320 140725200893904 140725200896689 140725200896689 140725200900047 0
Current children cumulated CPU time (s) 18.67
Current children cumulated vsize (KiB) 14004028

[startup+9.40066 s]
/proc/loadavg: 1.49 1.49 1.47 4/209 28327
/proc/meminfo: memFree=29929924/32770624 swapFree=0/312796
[pid=28263] ppid=28260 vsize=14070592 CPUtime=19.21 cores=1,3,5,7
/proc/28263/stat : 28263 (java) S 28260 28263 16548 0 -1 1077944320 64133 12358 0 0 1878 36 5 2 20 0 13 0 49111175 14408286208 239514 18446744073709551615 4194304 4196468 140725200887200 140725200869744 140437153349367 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 14008320 140725200893904 140725200896689 140725200896689 140725200900047 0
/proc/28263/statm: 3517648 239514 3473 1 0 3506262 0
[pid=28263/tid=28313] ppid=28260 vsize=14070592 CPUtime=8.69 cores=1,3,5,7
/proc/28263/task/28313/stat : 28313 (java) S 28260 28263 16548 0 -1 1077944384 39139 12358 0 0 843 19 5 2 20 0 13 0 49111196 14408286208 239514 18446744073709551615 4194304 4196468 140725200887200 140437157592208 140437153359573 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 4 0 0 6293624 6294260 14008320 140725200893904 140725200896689 140725200896689 140725200900047 0
[pid=28263/tid=28314] ppid=28260 vsize=14070592 CPUtime=0.41 cores=1,3,5,7
/proc/28263/task/28314/stat : 28314 (java) S 28260 28263 16548 0 -1 1077944384 192 12358 0 0 32 2 5 2 20 0 13 0 49111196 14408286208 239514 18446744073709551615 4194304 4196468 140725200887200 140437110315280 140437153359573 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14008320 140725200893904 140725200896689 140725200896689 140725200900047 0
[pid=28263/tid=28315] ppid=28260 vsize=14070592 CPUtime=0.39 cores=1,3,5,7
/proc/28263/task/28315/stat : 28315 (java) S 28260 28263 16548 0 -1 1077944384 135 12358 0 0 31 1 5 2 20 0 13 0 49111196 14408286208 239514 18446744073709551615 4194304 4196468 140725200887200 140436752755088 140437153359573 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14008320 140725200893904 140725200896689 140725200896689 140725200900047 0
[pid=28263/tid=28316] ppid=28260 vsize=14070592 CPUtime=0.41 cores=1,3,5,7
/proc/28263/task/28316/stat : 28316 (java) S 28260 28263 16548 0 -1 1077944384 240 12358 0 0 32 2 5 2 20 0 13 0 49111196 14408286208 239514 18446744073709551615 4194304 4196468 140725200887200 140436751702544 140437153359573 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14008320 140725200893904 140725200896689 140725200896689 140725200900047 0
[pid=28263/tid=28317] ppid=28260 vsize=14070592 CPUtime=0.4 cores=1,3,5,7
/proc/28263/task/28317/stat : 28317 (java) S 28260 28263 16548 0 -1 1077944384 303 12358 0 0 31 2 5 2 20 0 13 0 49111196 14408286208 239514 18446744073709551615 4194304 4196468 140725200887200 140436750650000 140437153359573 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14008320 140725200893904 140725200896689 140725200896689 140725200900047 0
[pid=28263/tid=28318] ppid=28260 vsize=14070592 CPUtime=0.2 cores=1,3,5,7
/proc/28263/task/28318/stat : 28318 (java) S 28260 28263 16548 0 -1 1077944384 2700 12358 0 0 13 0 5 2 20 0 13 0 49111198 14408286208 239514 18446744073709551615 4194304 4196468 140725200887200 140436631943872 140437153360514 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14008320 140725200893904 140725200896689 140725200896689 140725200900047 0
[pid=28263/tid=28319] ppid=28260 vsize=14070592 CPUtime=0.07 cores=1,3,5,7
/proc/28263/task/28319/stat : 28319 (java) S 28260 28263 16548 0 -1 1077944384 56 12358 0 0 0 0 5 2 20 0 13 0 49111198 14408286208 239514 18446744073709551615 4194304 4196468 140725200887200 140436630889952 140437153359573 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14008320 140725200893904 140725200896689 140725200896689 140725200900047 0
[pid=28263/tid=28320] ppid=28260 vsize=14070592 CPUtime=0.07 cores=1,3,5,7
/proc/28263/task/28320/stat : 28320 (java) S 28260 28263 16548 0 -1 1077944384 44 12358 0 0 0 0 5 2 20 0 13 0 49111198 14408286208 239514 18446744073709551615 4194304 4196468 140725200887200 140436629837312 140437153359573 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14008320 140725200893904 140725200896689 140725200896689 140725200900047 0
[pid=28263/tid=28322] ppid=28260 vsize=14070592 CPUtime=3.87 cores=1,3,5,7
/proc/28263/task/28322/stat : 28322 (java) S 28260 28263 16548 0 -1 1077944384 8238 12358 0 0 378 2 5 2 20 0 13 0 49111201 14408286208 239514 18446744073709551615 4194304 4196468 140725200887200 140436627712944 140437153359573 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14008320 140725200893904 140725200896689 140725200896689 140725200900047 0
[pid=28263/tid=28323] ppid=28260 vsize=14070592 CPUtime=3.61 cores=1,3,5,7
/proc/28263/task/28323/stat : 28323 (java) S 28260 28263 16548 0 -1 1077944384 5804 12358 0 0 352 2 5 2 20 0 13 0 49111201 14408286208 239514 18446744073709551615 4194304 4196468 140725200887200 140436626664976 140437153359573 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14008320 140725200893904 140725200896689 140725200896689 140725200900047 0
[pid=28263/tid=28324] ppid=28260 vsize=14070592 CPUtime=1.7 cores=1,3,5,7
/proc/28263/task/28324/stat : 28324 (java) S 28260 28263 16548 0 -1 1077944384 5060 12358 0 0 161 2 5 2 20 0 13 0 49111201 14408286208 239514 18446744073709551615 4194304 4196468 140725200887200 140436625627376 140437153360514 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14008320 140725200893904 140725200896689 140725200896689 140725200900047 0
[pid=28263/tid=28325] ppid=28260 vsize=14070592 CPUtime=0.07 cores=1,3,5,7
/proc/28263/task/28325/stat : 28325 (java) S 28260 28263 16548 0 -1 1077944384 3 12358 0 0 0 0 5 2 20 0 13 0 49111201 14408286208 239514 18446744073709551615 4194304 4196468 140725200887200 140436624575072 140437153359573 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14008320 140725200893904 140725200896689 140725200896689 140725200900047 0
Current children cumulated CPU time (s) 19.21
Current children cumulated vsize (KiB) 14070592

Child status: 0
Real time (s): 9.41692
CPU time (s): 19.2507
CPU user time (s): 18.841
CPU system time (s): 0.409711
CPU usage (%): 204.427
Max. virtual memory (cumulated for all children) (KiB): 14070592

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 18.841
system time used= 0.409711
maximum resident set size= 958768
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 76509
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= 8240
involuntary context switches= 109

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.037748 second user time and 0.068543 second system time

The end

Launcher Data

Begin job on node126 at 2017-08-11 18:18:36
IDJOB=4262714
IDBENCH=135918
IDSOLVER=2650
FILE ID=node126/4262714-1502469156
RUNJOBID= node126-1502411413-16612
PBS_JOBID= 
Free space on /tmp= 62008 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/TravellingSalesman/TravellingSalesman-xcsp2-s20a4/TravellingSalesman-4-20-001-a4_X2.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262714-1502469156/watcher-4262714-1502469156 -o /tmp/evaluation-result-4262714-1502469156/solver-4262714-1502469156 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1502411413-16612 --watchdog 2580  bin/concrete HOME/instance-4262714-1502469156.xml

TIME LIMIT= 2520 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= b8ea00653452363d0c81f6ef3102e485
RANDOM SEED=933485661

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

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/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		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
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.81
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		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
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		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
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.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
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.81
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		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
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		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
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.81
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	: 4
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:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        30739048 kB
MemAvailable:   31365288 kB
Buffers:          287432 kB
Cached:           611816 kB
SwapCached:          524 kB
Active:          1188348 kB
Inactive:         384228 kB
Active(anon):     627368 kB
Inactive(anon):    71324 kB
Active(file):     560980 kB
Inactive(file):   312904 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67105588 kB
Dirty:             24816 kB
Writeback:             0 kB
AnonPages:        673032 kB
Mapped:            54620 kB
Shmem:             25248 kB
Slab:             162320 kB
SReclaimable:     136384 kB
SUnreclaim:        25936 kB
KernelStack:        3392 kB
PageTables:         7428 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1314304 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    575488 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 61984 MiB
End job on node126 at 2017-08-11 18:18:46