Trace number 4264695

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
AbsCon-basic 2017-06-11SAT 9.2574797 5.7144499

DiagnosticValue
WRONG_DECISIONS8776

General information on the benchmark

NameTravellingSalesman/TravellingSalesman-xcsp2-s20a4/
TravellingSalesman-4-20-727-a4_X2.xml
MD5SUMfeda79726080e93715556435cff6944b
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 benchmark7.4597402
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":216,"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

0.22/0.37	
0.22/0.37	AbsCon 2 
0.22/0.37	
1.73/0.96	  Solving XCSP3-instance-4264695-1502310930 as a CSP
1.73/0.96	  Loading variables...
1.92/1.07	  Loading constraints...
4.15/1.86	  Solver SolverBacktrack being built...
4.15/1.86	
4.59/2.01	  Preprocessing : gac=true, ccks=0, filters=22714, revisions=0 (useless=0), AC=22714, removals=22714, inconsistent=false
4.59/2.01	
9.22/5.70	
9.22/5.70	v <instantiation id='sol1' type='solution'>  <list> w3 w4 x[] y[] z[] </list>  <values> 215 0 19 13 6 9 10 2 8 1 7 14 18 20 11 12 3 5 15 16 17 4 21 3 24 1 23 4 28 12 27 4 12 10 4 13 5 8 3 5 4 4 24 48 49 72 76 104 116 143 147 159 169 173 186 191 199 202 207 211 215 </values>  </instantiation>
9.22/5.70	s SATISFIABLE
9.22/5.70	
9.22/5.70	d WRONG_DECISIONS 8776

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-4264695-1502310930/watcher-4264695-1502310930 -o /tmp/evaluation-result-4264695-1502310930/solver-4264695-1502310930 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1502258125-5061 --watchdog 2580 java -jar HOME/AbsCon-basic.jar HOME/instance-4264695-1502310930.xml 

pid=15535
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.49 1.46 1.54 3/201 15538
/proc/meminfo: memFree=30976960/32770624 swapFree=0/530228
[pid=15538] ppid=15535 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/15538/stat : 15538 (runsolver) D 15535 15538 31388 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 78599152 24240128 106 18446744073709551615 4194304 4338465 140722933254896 140722933252536 140500731138775 0 0 1 24578 18446744071580418449 0 0 17 5 0 0 0 0 0 6438912 6441760 19947520 140722933256352 140722933256777 140722933256777 140722933260234 0
/proc/15538/statm: 5918 106 53 36 0 2156 0

[startup+0.100112 s]
/proc/loadavg: 1.49 1.46 1.54 3/201 15538
/proc/meminfo: memFree=30976960/32770624 swapFree=0/530228
[pid=15538] ppid=15535 vsize=9936560 CPUtime=0 cores=1,3,5,7
/proc/15538/stat : 15538 (java) S 15535 15538 31388 0 -1 1077944320 3429 0 0 0 0 0 0 0 20 0 6 0 78599152 10175037440 4120 18446744073709551615 4194304 4196468 140730320666848 140730320649392 140354215096055 0 0 1 16784584 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 30138368 140730320675277 140730320675406 140730320675406 140730320678863 0
/proc/15538/statm: 2484140 4120 1920 1 0 2473637 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9936560

[startup+0.200295 s]
/proc/loadavg: 1.49 1.46 1.54 3/201 15538
/proc/meminfo: memFree=30976960/32770624 swapFree=0/530228
[pid=15538] ppid=15535 vsize=10484492 CPUtime=0.05 cores=1,3,5,7
/proc/15538/stat : 15538 (java) S 15535 15538 31388 0 -1 1077944320 4674 0 0 0 4 1 0 0 20 0 14 0 78599152 10736119808 5714 18446744073709551615 4194304 4196468 140730320666848 140730320649392 140354215096055 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 30138368 140730320675277 140730320675406 140730320675406 140730320678863 0
/proc/15538/statm: 2621123 5714 2558 1 0 2610620 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 10484492

[startup+0.302312 s]
/proc/loadavg: 1.49 1.46 1.54 3/201 15538
/proc/meminfo: memFree=30976960/32770624 swapFree=0/530228
[pid=15538] ppid=15535 vsize=10551180 CPUtime=0.22 cores=1,3,5,7
/proc/15538/stat : 15538 (java) S 15535 15538 31388 0 -1 1077944320 8625 0 0 0 19 3 0 0 20 0 15 0 78599152 10804408320 8903 18446744073709551615 4194304 4196468 140730320666848 140730320649392 140354215096055 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 30138368 140730320675277 140730320675406 140730320675406 140730320678863 0
/proc/15538/statm: 2637795 8903 2844 1 0 2627261 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 10551180

[startup+0.700229 s]
/proc/loadavg: 1.49 1.46 1.54 3/201 15538
/proc/meminfo: memFree=30976960/32770624 swapFree=0/530228
[pid=15538] ppid=15535 vsize=10621952 CPUtime=1.15 cores=1,3,5,7
/proc/15538/stat : 15538 (java) S 15535 15538 31388 0 -1 1077944320 13082 0 0 0 110 5 0 0 20 0 16 0 78599152 10876878848 24526 18446744073709551615 4194304 4196468 140730320666848 140730320649392 140354215096055 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 30138368 140730320675277 140730320675406 140730320675406 140730320678863 0
/proc/15538/statm: 2655488 24526 3078 1 0 2644414 0
Current children cumulated CPU time (s) 1.15
Current children cumulated vsize (KiB) 10621952

[startup+1.5006 s]
/proc/loadavg: 1.69 1.50 1.55 5/217 15554
/proc/meminfo: memFree=30822168/32770624 swapFree=0/530316
[pid=15538] ppid=15535 vsize=10621952 CPUtime=3.17 cores=1,3,5,7
/proc/15538/stat : 15538 (java) S 15535 15538 31388 0 -1 1077944320 16184 0 0 0 292 25 0 0 20 0 16 0 78599152 10876878848 89464 18446744073709551615 4194304 4196468 140730320666848 140730320649392 140354215096055 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 30138368 140730320675277 140730320675406 140730320675406 140730320678863 0
/proc/15538/statm: 2655488 89464 3123 1 0 2644414 0
[pid=15538/tid=15540] ppid=15535 vsize=10621952 CPUtime=0.21 cores=1,3,5,7
/proc/15538/task/15540/stat : 15540 (java) S 15535 15538 31388 0 -1 1077944384 6183 0 0 0 19 2 0 0 20 0 16 0 78599160 10876878848 89464 18446744073709551615 4194304 4196468 140730320666848 140354219338928 140354215106261 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 6 0 0 6293624 6294260 30138368 140730320675277 140730320675406 140730320675406 140730320678863 0
[pid=15538/tid=15541] ppid=15535 vsize=10621952 CPUtime=0.06 cores=1,3,5,7
/proc/15538/task/15541/stat : 15541 (java) S 15535 15538 31388 0 -1 1077944384 130 0 0 0 2 4 0 0 20 0 16 0 78599161 10876878848 89464 18446744073709551615 4194304 4196468 140730320666848 140354172062608 140354215106261 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30138368 140730320675277 140730320675406 140730320675406 140730320678863 0
[pid=15538/tid=15542] ppid=15535 vsize=10621952 CPUtime=0.05 cores=1,3,5,7
/proc/15538/task/15542/stat : 15542 (java) S 15535 15538 31388 0 -1 1077944384 135 0 0 0 1 4 0 0 20 0 16 0 78599161 10876878848 89464 18446744073709551615 4194304 4196468 140730320666848 140354171009808 140354215106261 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30138368 140730320675277 140730320675406 140730320675406 140730320678863 0
[pid=15538/tid=15543] ppid=15535 vsize=10621952 CPUtime=0.05 cores=1,3,5,7
/proc/15538/task/15543/stat : 15543 (java) S 15535 15538 31388 0 -1 1077944384 98 0 0 0 2 3 0 0 20 0 16 0 78599161 10876878848 89464 18446744073709551615 4194304 4196468 140730320666848 140354169957520 140354215106261 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30138368 140730320675277 140730320675406 140730320675406 140730320678863 0
[pid=15538/tid=15544] ppid=15535 vsize=10621952 CPUtime=0.06 cores=1,3,5,7
/proc/15538/task/15544/stat : 15544 (java) S 15535 15538 31388 0 -1 1077944384 149 0 0 0 2 4 0 0 20 0 16 0 78599161 10876878848 89464 18446744073709551615 4194304 4196468 140730320666848 140354168904720 140354215106261 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30138368 140730320675277 140730320675406 140730320675406 140730320678863 0
[pid=15538/tid=15545] ppid=15535 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/15538/task/15545/stat : 15545 (java) S 15535 15538 31388 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 16 0 78599162 10876878848 89464 18446744073709551615 4194304 4196468 140730320666848 140353779206256 140354215107202 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30138368 140730320675277 140730320675406 140730320675406 140730320678863 0
[pid=15538/tid=15546] ppid=15535 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/15538/task/15546/stat : 15546 (java) S 15535 15538 31388 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 16 0 78599163 10876878848 89464 18446744073709551615 4194304 4196468 140730320666848 140353778152224 140354215106261 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30138368 140730320675277 140730320675406 140730320675406 140730320678863 0
[pid=15538/tid=15547] ppid=15535 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/15538/task/15547/stat : 15547 (java) S 15535 15538 31388 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 78599163 10876878848 89464 18446744073709551615 4194304 4196468 140730320666848 140353777099888 140354215106261 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30138368 140730320675277 140730320675406 140730320675406 140730320678863 0
[pid=15538/tid=15548] ppid=15535 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/15538/task/15548/stat : 15548 (java) S 15535 15538 31388 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 78599165 10876878848 89464 18446744073709551615 4194304 4196468 140730320666848 140353776048208 140354215114651 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30138368 140730320675277 140730320675406 140730320675406 140730320678863 0
[pid=15538/tid=15549] ppid=15535 vsize=10621952 CPUtime=0.59 cores=1,3,5,7
/proc/15538/task/15549/stat : 15549 (java) S 15535 15538 31388 0 -1 1077944384 1265 0 0 0 59 0 0 0 20 0 16 0 78599165 10876878848 89464 18446744073709551615 4194304 4196468 140730320666848 140353774996080 140354215107202 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30138368 140730320675277 140730320675406 140730320675406 140730320678863 0
[pid=15538/tid=15550] ppid=15535 vsize=10621952 CPUtime=0.58 cores=1,3,5,7
/proc/15538/task/15550/stat : 15550 (java) S 15535 15538 31388 0 -1 1077944384 1681 0 0 0 58 0 0 0 20 0 16 0 78599165 10876878848 89464 18446744073709551615 4194304 4196468 140730320666848 140353773943280 140354215107202 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30138368 140730320675277 140730320675406 140730320675406 140730320678863 0
[pid=15538/tid=15551] ppid=15535 vsize=10621952 CPUtime=0.43 cores=1,3,5,7
/proc/15538/task/15551/stat : 15551 (java) S 15535 15538 31388 0 -1 1077944384 2015 0 0 0 43 0 0 0 20 0 16 0 78599165 10876878848 89464 18446744073709551615 4194304 4196468 140730320666848 140353772890992 140354215107202 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30138368 140730320675277 140730320675406 140730320675406 140730320678863 0
[pid=15538/tid=15552] ppid=15535 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/15538/task/15552/stat : 15552 (java) S 15535 15538 31388 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 78599165 10876878848 89464 18446744073709551615 4194304 4196468 140730320666848 140353771838432 140354215106261 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30138368 140730320675277 140730320675406 140730320675406 140730320678863 0
[pid=15538/tid=15553] ppid=15535 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/15538/task/15553/stat : 15553 (java) S 15535 15538 31388 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 78599172 10876878848 89464 18446744073709551615 4194304 4196468 140730320666848 140353770785200 140354215107202 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30138368 140730320675277 140730320675406 140730320675406 140730320678863 0
[pid=15538/tid=15554] ppid=15535 vsize=10621952 CPUtime=1.05 cores=1,3,5,7
/proc/15538/task/15554/stat : 15554 (java) R 15535 15538 31388 0 -1 4202560 3085 0 0 0 102 3 0 0 20 0 16 0 78599189 10876878848 89464 18446744073709551615 4194304 4196468 140730320666848 140353767580128 140353846596328 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30138368 140730320675277 140730320675406 140730320675406 140730320678863 0
Current children cumulated CPU time (s) 3.17
Current children cumulated vsize (KiB) 10621952

[startup+3.10067 s]
/proc/loadavg: 1.69 1.50 1.55 4/217 15554
/proc/meminfo: memFree=30301712/32770624 swapFree=0/530316
[pid=15538] ppid=15535 vsize=10624000 CPUtime=6.27 cores=1,3,5,7
/proc/15538/stat : 15538 (java) S 15535 15538 31388 0 -1 1077944320 20735 0 0 0 566 61 0 0 20 0 16 0 78599152 10878976000 171251 18446744073709551615 4194304 4196468 140730320666848 140730320649392 140354215096055 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 30138368 140730320675277 140730320675406 140730320675406 140730320678863 0
/proc/15538/statm: 2656000 171251 3157 1 0 2644926 0
[pid=15538/tid=15540] ppid=15535 vsize=10624000 CPUtime=0.21 cores=1,3,5,7
/proc/15538/task/15540/stat : 15540 (java) S 15535 15538 31388 0 -1 1077944384 6183 0 0 0 19 2 0 0 20 0 16 0 78599160 10878976000 171251 18446744073709551615 4194304 4196468 140730320666848 140354219338928 140354215106261 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 6 0 0 6293624 6294260 30138368 140730320675277 140730320675406 140730320675406 140730320678863 0
[pid=15538/tid=15541] ppid=15535 vsize=10624000 CPUtime=0.28 cores=1,3,5,7
/proc/15538/task/15541/stat : 15541 (java) S 15535 15538 31388 0 -1 1077944384 695 0 0 0 16 12 0 0 20 0 16 0 78599161 10878976000 171251 18446744073709551615 4194304 4196468 140730320666848 140354172062608 140354215106261 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30138368 140730320675277 140730320675406 140730320675406 140730320678863 0
[pid=15538/tid=15542] ppid=15535 vsize=10624000 CPUtime=0.28 cores=1,3,5,7
/proc/15538/task/15542/stat : 15542 (java) S 15535 15538 31388 0 -1 1077944384 343 0 0 0 16 12 0 0 20 0 16 0 78599161 10878976000 171251 18446744073709551615 4194304 4196468 140730320666848 140354171009808 140354215106261 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30138368 140730320675277 140730320675406 140730320675406 140730320678863 0
[pid=15538/tid=15543] ppid=15535 vsize=10624000 CPUtime=0.28 cores=1,3,5,7
/proc/15538/task/15543/stat : 15543 (java) S 15535 15538 31388 0 -1 1077944384 285 0 0 0 16 12 0 0 20 0 16 0 78599161 10878976000 171251 18446744073709551615 4194304 4196468 140730320666848 140354169957520 140354215106261 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30138368 140730320675277 140730320675406 140730320675406 140730320678863 0
[pid=15538/tid=15544] ppid=15535 vsize=10624000 CPUtime=0.28 cores=1,3,5,7
/proc/15538/task/15544/stat : 15544 (java) S 15535 15538 31388 0 -1 1077944384 468 0 0 0 16 12 0 0 20 0 16 0 78599161 10878976000 171251 18446744073709551615 4194304 4196468 140730320666848 140354168904720 140354215106261 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30138368 140730320675277 140730320675406 140730320675406 140730320678863 0
[pid=15538/tid=15545] ppid=15535 vsize=10624000 CPUtime=0.02 cores=1,3,5,7
/proc/15538/task/15545/stat : 15545 (java) S 15535 15538 31388 0 -1 1077944384 592 0 0 0 2 0 0 0 20 0 16 0 78599162 10878976000 171251 18446744073709551615 4194304 4196468 140730320666848 140353779206256 140354215107202 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30138368 140730320675277 140730320675406 140730320675406 140730320678863 0
[pid=15538/tid=15546] ppid=15535 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/15538/task/15546/stat : 15546 (java) S 15535 15538 31388 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 16 0 78599163 10878976000 171251 18446744073709551615 4194304 4196468 140730320666848 140353778152288 140354215106261 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30138368 140730320675277 140730320675406 140730320675406 140730320678863 0
[pid=15538/tid=15547] ppid=15535 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/15538/task/15547/stat : 15547 (java) S 15535 15538 31388 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 78599163 10878976000 171251 18446744073709551615 4194304 4196468 140730320666848 140353777099904 140354215106261 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30138368 140730320675277 140730320675406 140730320675406 140730320678863 0
[pid=15538/tid=15548] ppid=15535 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/15538/task/15548/stat : 15548 (java) S 15535 15538 31388 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 78599165 10878976000 171251 18446744073709551615 4194304 4196468 140730320666848 140353776048208 140354215114651 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30138368 140730320675277 140730320675406 140730320675406 140730320678863 0
[pid=15538/tid=15549] ppid=15535 vsize=10624000 CPUtime=1.01 cores=1,3,5,7
/proc/15538/task/15549/stat : 15549 (java) S 15535 15538 31388 0 -1 1077944384 1627 0 0 0 100 1 0 0 20 0 16 0 78599165 10878976000 171251 18446744073709551615 4194304 4196468 140730320666848 140353774996080 140354215107202 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30138368 140730320675277 140730320675406 140730320675406 140730320678863 0
[pid=15538/tid=15550] ppid=15535 vsize=10624000 CPUtime=0.87 cores=1,3,5,7
/proc/15538/task/15550/stat : 15550 (java) S 15535 15538 31388 0 -1 1077944384 1757 0 0 0 87 0 0 0 20 0 16 0 78599165 10878976000 171251 18446744073709551615 4194304 4196468 140730320666848 140353773943280 140354215107202 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30138368 140730320675277 140730320675406 140730320675406 140730320678863 0
[pid=15538/tid=15551] ppid=15535 vsize=10624000 CPUtime=0.57 cores=1,3,5,7
/proc/15538/task/15551/stat : 15551 (java) R 15535 15538 31388 0 -1 1077944384 2240 0 0 0 56 1 0 0 20 0 16 0 78599165 10878976000 171251 18446744073709551615 4194304 4196468 140730320666848 140353772890992 140354215107202 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 30138368 140730320675277 140730320675406 140730320675406 140730320678863 0
[pid=15538/tid=15552] ppid=15535 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/15538/task/15552/stat : 15552 (java) S 15535 15538 31388 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 78599165 10878976000 171251 18446744073709551615 4194304 4196468 140730320666848 140353771838432 140354215106261 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30138368 140730320675277 140730320675406 140730320675406 140730320678863 0
[pid=15538/tid=15553] ppid=15535 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/15538/task/15553/stat : 15553 (java) S 15535 15538 31388 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 78599172 10878976000 171251 18446744073709551615 4194304 4196468 140730320666848 140353770785200 140354215107202 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30138368 140730320675277 140730320675406 140730320675406 140730320678863 0
[pid=15538/tid=15554] ppid=15535 vsize=10624000 CPUtime=2.39 cores=1,3,5,7
/proc/15538/task/15554/stat : 15554 (java) R 15535 15538 31388 0 -1 4202560 5185 0 0 0 235 4 0 0 20 0 16 0 78599189 10878976000 171251 18446744073709551615 4194304 4196468 140730320666848 140353767591904 140354215107990 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30138368 140730320675277 140730320675406 140730320675406 140730320678863 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 10624000

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

[startup+3.20096 s]
/proc/loadavg: 1.69 1.50 1.55 4/217 15554
/proc/meminfo: memFree=30301712/32770624 swapFree=0/530316
[pid=15538] ppid=15535 vsize=10624000 CPUtime=6.43 cores=1,3,5,7
/proc/15538/stat : 15538 (java) S 15535 15538 31388 0 -1 1077944320 20749 0 0 0 582 61 0 0 20 0 16 0 78599152 10878976000 171251 18446744073709551615 4194304 4196468 140730320666848 140730320649392 140354215096055 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 30138368 140730320675277 140730320675406 140730320675406 140730320678863 0
/proc/15538/statm: 2656000 171251 3157 1 0 2644926 0
[pid=15538/tid=15540] ppid=15535 vsize=10624000 CPUtime=0.21 cores=1,3,5,7
/proc/15538/task/15540/stat : 15540 (java) S 15535 15538 31388 0 -1 1077944384 6183 0 0 0 19 2 0 0 20 0 16 0 78599160 10878976000 171251 18446744073709551615 4194304 4196468 140730320666848 140354219338928 140354215106261 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 6 0 0 6293624 6294260 30138368 140730320675277 140730320675406 140730320675406 140730320678863 0
[pid=15538/tid=15541] ppid=15535 vsize=10624000 CPUtime=0.28 cores=1,3,5,7
/proc/15538/task/15541/stat : 15541 (java) S 15535 15538 31388 0 -1 1077944384 695 0 0 0 16 12 0 0 20 0 16 0 78599161 10878976000 171251 18446744073709551615 4194304 4196468 140730320666848 140354172062608 140354215106261 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30138368 140730320675277 140730320675406 140730320675406 140730320678863 0
[pid=15538/tid=15542] ppid=15535 vsize=10624000 CPUtime=0.28 cores=1,3,5,7
/proc/15538/task/15542/stat : 15542 (java) S 15535 15538 31388 0 -1 1077944384 343 0 0 0 16 12 0 0 20 0 16 0 78599161 10878976000 171251 18446744073709551615 4194304 4196468 140730320666848 140354171009808 140354215106261 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30138368 140730320675277 140730320675406 140730320675406 140730320678863 0
[pid=15538/tid=15543] ppid=15535 vsize=10624000 CPUtime=0.28 cores=1,3,5,7
/proc/15538/task/15543/stat : 15543 (java) S 15535 15538 31388 0 -1 1077944384 285 0 0 0 16 12 0 0 20 0 16 0 78599161 10878976000 171251 18446744073709551615 4194304 4196468 140730320666848 140354169957520 140354215106261 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30138368 140730320675277 140730320675406 140730320675406 140730320678863 0
[pid=15538/tid=15544] ppid=15535 vsize=10624000 CPUtime=0.28 cores=1,3,5,7
/proc/15538/task/15544/stat : 15544 (java) S 15535 15538 31388 0 -1 1077944384 468 0 0 0 16 12 0 0 20 0 16 0 78599161 10878976000 171251 18446744073709551615 4194304 4196468 140730320666848 140354168904720 140354215106261 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30138368 140730320675277 140730320675406 140730320675406 140730320678863 0
[pid=15538/tid=15545] ppid=15535 vsize=10624000 CPUtime=0.02 cores=1,3,5,7
/proc/15538/task/15545/stat : 15545 (java) S 15535 15538 31388 0 -1 1077944384 592 0 0 0 2 0 0 0 20 0 16 0 78599162 10878976000 171251 18446744073709551615 4194304 4196468 140730320666848 140353779206256 140354215107202 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30138368 140730320675277 140730320675406 140730320675406 140730320678863 0
[pid=15538/tid=15546] ppid=15535 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/15538/task/15546/stat : 15546 (java) S 15535 15538 31388 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 16 0 78599163 10878976000 171251 18446744073709551615 4194304 4196468 140730320666848 140353778152288 140354215106261 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30138368 140730320675277 140730320675406 140730320675406 140730320678863 0
[pid=15538/tid=15547] ppid=15535 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/15538/task/15547/stat : 15547 (java) S 15535 15538 31388 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 78599163 10878976000 171251 18446744073709551615 4194304 4196468 140730320666848 140353777099904 140354215106261 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30138368 140730320675277 140730320675406 140730320675406 140730320678863 0
[pid=15538/tid=15548] ppid=15535 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/15538/task/15548/stat : 15548 (java) S 15535 15538 31388 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 78599165 10878976000 171251 18446744073709551615 4194304 4196468 140730320666848 140353776048208 140354215114651 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30138368 140730320675277 140730320675406 140730320675406 140730320678863 0
[pid=15538/tid=15549] ppid=15535 vsize=10624000 CPUtime=1.06 cores=1,3,5,7
/proc/15538/task/15549/stat : 15549 (java) D 15535 15538 31388 0 -1 4202560 1635 0 0 0 105 1 0 0 20 0 16 0 78599165 10878976000 171251 18446744073709551615 4194304 4196468 140730320666848 140353774996376 140354195003191 0 4 1 16800974 18446744072100924549 0 0 -1 7 0 0 0 0 0 6293624 6294260 30138368 140730320675277 140730320675406 140730320675406 140730320678863 0
[pid=15538/tid=15550] ppid=15535 vsize=10624000 CPUtime=0.87 cores=1,3,5,7
/proc/15538/task/15550/stat : 15550 (java) S 15535 15538 31388 0 -1 1077944384 1757 0 0 0 87 0 0 0 20 0 16 0 78599165 10878976000 171251 18446744073709551615 4194304 4196468 140730320666848 140353773943280 140354215107202 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30138368 140730320675277 140730320675406 140730320675406 140730320678863 0
[pid=15538/tid=15551] ppid=15535 vsize=10624000 CPUtime=0.57 cores=1,3,5,7
/proc/15538/task/15551/stat : 15551 (java) S 15535 15538 31388 0 -1 1077944384 2246 0 0 0 56 1 0 0 20 0 16 0 78599165 10878976000 171251 18446744073709551615 4194304 4196468 140730320666848 140353772890992 140354215107202 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30138368 140730320675277 140730320675406 140730320675406 140730320678863 0
[pid=15538/tid=15552] ppid=15535 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/15538/task/15552/stat : 15552 (java) S 15535 15538 31388 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 78599165 10878976000 171251 18446744073709551615 4194304 4196468 140730320666848 140353771838432 140354215106261 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30138368 140730320675277 140730320675406 140730320675406 140730320678863 0
[pid=15538/tid=15553] ppid=15535 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/15538/task/15553/stat : 15553 (java) D 15535 15538 31388 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 16 0 78599172 10878976000 171251 18446744073709551615 4194304 4196468 140730320666848 140353770785120 140354199952142 0 4 1 16800974 18446744072100924549 0 0 -1 3 0 0 0 0 0 6293624 6294260 30138368 140730320675277 140730320675406 140730320675406 140730320678863 0
[pid=15538/tid=15554] ppid=15535 vsize=10624000 CPUtime=2.5 cores=1,3,5,7
/proc/15538/task/15554/stat : 15554 (java) R 15535 15538 31388 0 -1 4202560 5185 0 0 0 245 5 0 0 20 0 16 0 78599189 10878976000 171251 18446744073709551615 4194304 4196468 140730320666848 140353767594968 140353849587058 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30138368 140730320675277 140730320675406 140730320675406 140730320678863 0
Current children cumulated CPU time (s) 6.43
Current children cumulated vsize (KiB) 10624000

[startup+4.80072 s]
/proc/loadavg: 1.69 1.50 1.55 3/217 15554
/proc/meminfo: memFree=30301168/32770624 swapFree=0/530308
[pid=15538] ppid=15535 vsize=10624000 CPUtime=8.32 cores=1,3,5,7
/proc/15538/stat : 15538 (java) S 15535 15538 31388 0 -1 1077944320 24386 0 0 0 770 62 0 0 20 0 16 0 78599152 10878976000 171388 18446744073709551615 4194304 4196468 140730320666848 140730320649392 140354215096055 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 30138368 140730320675277 140730320675406 140730320675406 140730320678863 0
/proc/15538/statm: 2656000 171388 3157 1 0 2644926 0
[pid=15538/tid=15540] ppid=15535 vsize=10624000 CPUtime=0.21 cores=1,3,5,7
/proc/15538/task/15540/stat : 15540 (java) S 15535 15538 31388 0 -1 1077944384 6183 0 0 0 19 2 0 0 20 0 16 0 78599160 10878976000 171388 18446744073709551615 4194304 4196468 140730320666848 140354219338928 140354215106261 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 6 0 0 6293624 6294260 30138368 140730320675277 140730320675406 140730320675406 140730320678863 0
[pid=15538/tid=15541] ppid=15535 vsize=10624000 CPUtime=0.28 cores=1,3,5,7
/proc/15538/task/15541/stat : 15541 (java) S 15535 15538 31388 0 -1 1077944384 695 0 0 0 16 12 0 0 20 0 16 0 78599161 10878976000 171388 18446744073709551615 4194304 4196468 140730320666848 140354172062608 140354215106261 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30138368 140730320675277 140730320675406 140730320675406 140730320678863 0
[pid=15538/tid=15542] ppid=15535 vsize=10624000 CPUtime=0.28 cores=1,3,5,7
/proc/15538/task/15542/stat : 15542 (java) S 15535 15538 31388 0 -1 1077944384 343 0 0 0 16 12 0 0 20 0 16 0 78599161 10878976000 171388 18446744073709551615 4194304 4196468 140730320666848 140354171009808 140354215106261 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30138368 140730320675277 140730320675406 140730320675406 140730320678863 0
[pid=15538/tid=15543] ppid=15535 vsize=10624000 CPUtime=0.28 cores=1,3,5,7
/proc/15538/task/15543/stat : 15543 (java) S 15535 15538 31388 0 -1 1077944384 285 0 0 0 16 12 0 0 20 0 16 0 78599161 10878976000 171388 18446744073709551615 4194304 4196468 140730320666848 140354169957520 140354215106261 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30138368 140730320675277 140730320675406 140730320675406 140730320678863 0
[pid=15538/tid=15544] ppid=15535 vsize=10624000 CPUtime=0.28 cores=1,3,5,7
/proc/15538/task/15544/stat : 15544 (java) S 15535 15538 31388 0 -1 1077944384 468 0 0 0 16 12 0 0 20 0 16 0 78599161 10878976000 171388 18446744073709551615 4194304 4196468 140730320666848 140354168904720 140354215106261 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30138368 140730320675277 140730320675406 140730320675406 140730320678863 0
[pid=15538/tid=15545] ppid=15535 vsize=10624000 CPUtime=0.02 cores=1,3,5,7
/proc/15538/task/15545/stat : 15545 (java) S 15535 15538 31388 0 -1 1077944384 871 0 0 0 2 0 0 0 20 0 16 0 78599162 10878976000 171388 18446744073709551615 4194304 4196468 140730320666848 140353779206256 140354215107202 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30138368 140730320675277 140730320675406 140730320675406 140730320678863 0
[pid=15538/tid=15546] ppid=15535 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/15538/task/15546/stat : 15546 (java) S 15535 15538 31388 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 16 0 78599163 10878976000 171388 18446744073709551615 4194304 4196468 140730320666848 140353778152288 140354215106261 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30138368 140730320675277 140730320675406 140730320675406 140730320678863 0
[pid=15538/tid=15547] ppid=15535 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/15538/task/15547/stat : 15547 (java) S 15535 15538 31388 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 78599163 10878976000 171388 18446744073709551615 4194304 4196468 140730320666848 140353777099904 140354215106261 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30138368 140730320675277 140730320675406 140730320675406 140730320678863 0
[pid=15538/tid=15548] ppid=15535 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/15538/task/15548/stat : 15548 (java) S 15535 15538 31388 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 78599165 10878976000 171388 18446744073709551615 4194304 4196468 140730320666848 140353776048208 140354215114651 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30138368 140730320675277 140730320675406 140730320675406 140730320678863 0
[pid=15538/tid=15549] ppid=15535 vsize=10624000 CPUtime=1.26 cores=1,3,5,7
/proc/15538/task/15549/stat : 15549 (java) S 15535 15538 31388 0 -1 1077944384 2957 0 0 0 125 1 0 0 20 0 16 0 78599165 10878976000 171388 18446744073709551615 4194304 4196468 140730320666848 140353774996080 140354215107202 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 10 0 0 6293624 6294260 30138368 140730320675277 140730320675406 140730320675406 140730320678863 0
[pid=15538/tid=15550] ppid=15535 vsize=10624000 CPUtime=0.94 cores=1,3,5,7
/proc/15538/task/15550/stat : 15550 (java) S 15535 15538 31388 0 -1 1077944384 2736 0 0 0 94 0 0 0 20 0 16 0 78599165 10878976000 171388 18446744073709551615 4194304 4196468 140730320666848 140353773943280 140354215107202 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 2 0 0 6293624 6294260 30138368 140730320675277 140730320675406 140730320675406 140730320678863 0
[pid=15538/tid=15551] ppid=15535 vsize=10624000 CPUtime=0.58 cores=1,3,5,7
/proc/15538/task/15551/stat : 15551 (java) S 15535 15538 31388 0 -1 1077944384 2574 0 0 0 57 1 0 0 20 0 16 0 78599165 10878976000 171388 18446744073709551615 4194304 4196468 140730320666848 140353772890992 140354215107202 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30138368 140730320675277 140730320675406 140730320675406 140730320678863 0
[pid=15538/tid=15552] ppid=15535 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/15538/task/15552/stat : 15552 (java) S 15535 15538 31388 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 78599165 10878976000 171388 18446744073709551615 4194304 4196468 140730320666848 140353771838432 140354215106261 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30138368 140730320675277 140730320675406 140730320675406 140730320678863 0
[pid=15538/tid=15553] ppid=15535 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/15538/task/15553/stat : 15553 (java) S 15535 15538 31388 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 16 0 78599172 10878976000 171388 18446744073709551615 4194304 4196468 140730320666848 140353770785200 140354215107202 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 10 0 0 6293624 6294260 30138368 140730320675277 140730320675406 140730320675406 140730320678863 0
[pid=15538/tid=15554] ppid=15535 vsize=10624000 CPUtime=4.09 cores=1,3,5,7
/proc/15538/task/15554/stat : 15554 (java) R 15535 15538 31388 0 -1 4202560 5899 0 0 0 404 5 0 0 20 0 16 0 78599189 10878976000 171388 18446744073709551615 4194304 4196468 140730320666848 140353767593096 140353849587422 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30138368 140730320675277 140730320675406 140730320675406 140730320678863 0
Current children cumulated CPU time (s) 8.32
Current children cumulated vsize (KiB) 10624000

[startup+5.20071 s]
/proc/loadavg: 1.69 1.50 1.55 3/217 15554
/proc/meminfo: memFree=30301168/32770624 swapFree=0/530308
[pid=15538] ppid=15535 vsize=10624000 CPUtime=8.72 cores=1,3,5,7
/proc/15538/stat : 15538 (java) S 15535 15538 31388 0 -1 1077944320 24394 0 0 0 810 62 0 0 20 0 16 0 78599152 10878976000 171388 18446744073709551615 4194304 4196468 140730320666848 140730320649392 140354215096055 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 30138368 140730320675277 140730320675406 140730320675406 140730320678863 0
/proc/15538/statm: 2656000 171388 3157 1 0 2644926 0
[pid=15538/tid=15540] ppid=15535 vsize=10624000 CPUtime=0.21 cores=1,3,5,7
/proc/15538/task/15540/stat : 15540 (java) S 15535 15538 31388 0 -1 1077944384 6183 0 0 0 19 2 0 0 20 0 16 0 78599160 10878976000 171388 18446744073709551615 4194304 4196468 140730320666848 140354219338928 140354215106261 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 6 0 0 6293624 6294260 30138368 140730320675277 140730320675406 140730320675406 140730320678863 0
[pid=15538/tid=15541] ppid=15535 vsize=10624000 CPUtime=0.28 cores=1,3,5,7
/proc/15538/task/15541/stat : 15541 (java) S 15535 15538 31388 0 -1 1077944384 695 0 0 0 16 12 0 0 20 0 16 0 78599161 10878976000 171388 18446744073709551615 4194304 4196468 140730320666848 140354172062608 140354215106261 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30138368 140730320675277 140730320675406 140730320675406 140730320678863 0
[pid=15538/tid=15542] ppid=15535 vsize=10624000 CPUtime=0.28 cores=1,3,5,7
/proc/15538/task/15542/stat : 15542 (java) S 15535 15538 31388 0 -1 1077944384 343 0 0 0 16 12 0 0 20 0 16 0 78599161 10878976000 171388 18446744073709551615 4194304 4196468 140730320666848 140354171009808 140354215106261 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30138368 140730320675277 140730320675406 140730320675406 140730320678863 0
[pid=15538/tid=15543] ppid=15535 vsize=10624000 CPUtime=0.28 cores=1,3,5,7
/proc/15538/task/15543/stat : 15543 (java) S 15535 15538 31388 0 -1 1077944384 285 0 0 0 16 12 0 0 20 0 16 0 78599161 10878976000 171388 18446744073709551615 4194304 4196468 140730320666848 140354169957520 140354215106261 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30138368 140730320675277 140730320675406 140730320675406 140730320678863 0
[pid=15538/tid=15544] ppid=15535 vsize=10624000 CPUtime=0.28 cores=1,3,5,7
/proc/15538/task/15544/stat : 15544 (java) S 15535 15538 31388 0 -1 1077944384 468 0 0 0 16 12 0 0 20 0 16 0 78599161 10878976000 171388 18446744073709551615 4194304 4196468 140730320666848 140354168904720 140354215106261 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30138368 140730320675277 140730320675406 140730320675406 140730320678863 0
[pid=15538/tid=15545] ppid=15535 vsize=10624000 CPUtime=0.02 cores=1,3,5,7
/proc/15538/task/15545/stat : 15545 (java) S 15535 15538 31388 0 -1 1077944384 871 0 0 0 2 0 0 0 20 0 16 0 78599162 10878976000 171388 18446744073709551615 4194304 4196468 140730320666848 140353779206256 140354215107202 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30138368 140730320675277 140730320675406 140730320675406 140730320678863 0
[pid=15538/tid=15546] ppid=15535 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/15538/task/15546/stat : 15546 (java) S 15535 15538 31388 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 16 0 78599163 10878976000 171388 18446744073709551615 4194304 4196468 140730320666848 140353778152288 140354215106261 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30138368 140730320675277 140730320675406 140730320675406 140730320678863 0
[pid=15538/tid=15547] ppid=15535 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/15538/task/15547/stat : 15547 (java) S 15535 15538 31388 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 78599163 10878976000 171388 18446744073709551615 4194304 4196468 140730320666848 140353777099904 140354215106261 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30138368 140730320675277 140730320675406 140730320675406 140730320678863 0
[pid=15538/tid=15548] ppid=15535 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/15538/task/15548/stat : 15548 (java) S 15535 15538 31388 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 78599165 10878976000 171388 18446744073709551615 4194304 4196468 140730320666848 140353776048208 140354215114651 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30138368 140730320675277 140730320675406 140730320675406 140730320678863 0
[pid=15538/tid=15549] ppid=15535 vsize=10624000 CPUtime=1.26 cores=1,3,5,7
/proc/15538/task/15549/stat : 15549 (java) S 15535 15538 31388 0 -1 1077944384 2957 0 0 0 125 1 0 0 20 0 16 0 78599165 10878976000 171388 18446744073709551615 4194304 4196468 140730320666848 140353774996080 140354215107202 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 10 0 0 6293624 6294260 30138368 140730320675277 140730320675406 140730320675406 140730320678863 0
[pid=15538/tid=15550] ppid=15535 vsize=10624000 CPUtime=0.94 cores=1,3,5,7
/proc/15538/task/15550/stat : 15550 (java) S 15535 15538 31388 0 -1 1077944384 2744 0 0 0 94 0 0 0 20 0 16 0 78599165 10878976000 171388 18446744073709551615 4194304 4196468 140730320666848 140353773943280 140354215107202 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 2 0 0 6293624 6294260 30138368 140730320675277 140730320675406 140730320675406 140730320678863 0
[pid=15538/tid=15551] ppid=15535 vsize=10624000 CPUtime=0.58 cores=1,3,5,7
/proc/15538/task/15551/stat : 15551 (java) S 15535 15538 31388 0 -1 1077944384 2574 0 0 0 57 1 0 0 20 0 16 0 78599165 10878976000 171388 18446744073709551615 4194304 4196468 140730320666848 140353772890992 140354215107202 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30138368 140730320675277 140730320675406 140730320675406 140730320678863 0
[pid=15538/tid=15552] ppid=15535 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/15538/task/15552/stat : 15552 (java) S 15535 15538 31388 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 78599165 10878976000 171388 18446744073709551615 4194304 4196468 140730320666848 140353771838432 140354215106261 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30138368 140730320675277 140730320675406 140730320675406 140730320678863 0
[pid=15538/tid=15553] ppid=15535 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/15538/task/15553/stat : 15553 (java) S 15535 15538 31388 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 16 0 78599172 10878976000 171388 18446744073709551615 4194304 4196468 140730320666848 140353770785200 140354215107202 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 10 0 0 6293624 6294260 30138368 140730320675277 140730320675406 140730320675406 140730320678863 0
[pid=15538/tid=15554] ppid=15535 vsize=10624000 CPUtime=4.49 cores=1,3,5,7
/proc/15538/task/15554/stat : 15554 (java) R 15535 15538 31388 0 -1 4202560 5899 0 0 0 444 5 0 0 20 0 16 0 78599189 10878976000 171388 18446744073709551615 4194304 4196468 140730320666848 140353767593096 140353849434656 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30138368 140730320675277 140730320675406 140730320675406 140730320678863 0
Current children cumulated CPU time (s) 8.72
Current children cumulated vsize (KiB) 10624000

[startup+5.60665 s]
/proc/loadavg: 1.69 1.50 1.55 3/217 15554
/proc/meminfo: memFree=30301044/32770624 swapFree=0/530308
[pid=15538] ppid=15535 vsize=10624000 CPUtime=9.13 cores=1,3,5,7
/proc/15538/stat : 15538 (java) S 15535 15538 31388 0 -1 1077944320 24488 0 0 0 851 62 0 0 20 0 16 0 78599152 10878976000 171389 18446744073709551615 4194304 4196468 140730320666848 140730320649392 140354215096055 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 30138368 140730320675277 140730320675406 140730320675406 140730320678863 0
/proc/15538/statm: 2656000 171389 3157 1 0 2644926 0
[pid=15538/tid=15540] ppid=15535 vsize=10624000 CPUtime=0.21 cores=1,3,5,7
/proc/15538/task/15540/stat : 15540 (java) S 15535 15538 31388 0 -1 1077944384 6183 0 0 0 19 2 0 0 20 0 16 0 78599160 10878976000 171389 18446744073709551615 4194304 4196468 140730320666848 140354219338928 140354215106261 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 6 0 0 6293624 6294260 30138368 140730320675277 140730320675406 140730320675406 140730320678863 0
[pid=15538/tid=15541] ppid=15535 vsize=10624000 CPUtime=0.28 cores=1,3,5,7
/proc/15538/task/15541/stat : 15541 (java) S 15535 15538 31388 0 -1 1077944384 695 0 0 0 16 12 0 0 20 0 16 0 78599161 10878976000 171389 18446744073709551615 4194304 4196468 140730320666848 140354172062608 140354215106261 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30138368 140730320675277 140730320675406 140730320675406 140730320678863 0
[pid=15538/tid=15542] ppid=15535 vsize=10624000 CPUtime=0.28 cores=1,3,5,7
/proc/15538/task/15542/stat : 15542 (java) S 15535 15538 31388 0 -1 1077944384 343 0 0 0 16 12 0 0 20 0 16 0 78599161 10878976000 171389 18446744073709551615 4194304 4196468 140730320666848 140354171009808 140354215106261 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30138368 140730320675277 140730320675406 140730320675406 140730320678863 0
[pid=15538/tid=15543] ppid=15535 vsize=10624000 CPUtime=0.28 cores=1,3,5,7
/proc/15538/task/15543/stat : 15543 (java) S 15535 15538 31388 0 -1 1077944384 285 0 0 0 16 12 0 0 20 0 16 0 78599161 10878976000 171389 18446744073709551615 4194304 4196468 140730320666848 140354169957520 140354215106261 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30138368 140730320675277 140730320675406 140730320675406 140730320678863 0
[pid=15538/tid=15544] ppid=15535 vsize=10624000 CPUtime=0.28 cores=1,3,5,7
/proc/15538/task/15544/stat : 15544 (java) S 15535 15538 31388 0 -1 1077944384 468 0 0 0 16 12 0 0 20 0 16 0 78599161 10878976000 171389 18446744073709551615 4194304 4196468 140730320666848 140354168904720 140354215106261 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30138368 140730320675277 140730320675406 140730320675406 140730320678863 0
[pid=15538/tid=15545] ppid=15535 vsize=10624000 CPUtime=0.02 cores=1,3,5,7
/proc/15538/task/15545/stat : 15545 (java) S 15535 15538 31388 0 -1 1077944384 871 0 0 0 2 0 0 0 20 0 16 0 78599162 10878976000 171389 18446744073709551615 4194304 4196468 140730320666848 140353779206256 140354215107202 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30138368 140730320675277 140730320675406 140730320675406 140730320678863 0
[pid=15538/tid=15546] ppid=15535 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/15538/task/15546/stat : 15546 (java) S 15535 15538 31388 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 16 0 78599163 10878976000 171389 18446744073709551615 4194304 4196468 140730320666848 140353778152288 140354215106261 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30138368 140730320675277 140730320675406 140730320675406 140730320678863 0
[pid=15538/tid=15547] ppid=15535 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/15538/task/15547/stat : 15547 (java) S 15535 15538 31388 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 78599163 10878976000 171389 18446744073709551615 4194304 4196468 140730320666848 140353777099904 140354215106261 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30138368 140730320675277 140730320675406 140730320675406 140730320678863 0
[pid=15538/tid=15548] ppid=15535 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/15538/task/15548/stat : 15548 (java) S 15535 15538 31388 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 78599165 10878976000 171389 18446744073709551615 4194304 4196468 140730320666848 140353776048208 140354215114651 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30138368 140730320675277 140730320675406 140730320675406 140730320678863 0
[pid=15538/tid=15549] ppid=15535 vsize=10624000 CPUtime=1.26 cores=1,3,5,7
/proc/15538/task/15549/stat : 15549 (java) S 15535 15538 31388 0 -1 1077944384 2958 0 0 0 125 1 0 0 20 0 16 0 78599165 10878976000 171389 18446744073709551615 4194304 4196468 140730320666848 140353774996080 140354215107202 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 10 0 0 6293624 6294260 30138368 140730320675277 140730320675406 140730320675406 140730320678863 0
[pid=15538/tid=15550] ppid=15535 vsize=10624000 CPUtime=0.94 cores=1,3,5,7
/proc/15538/task/15550/stat : 15550 (java) S 15535 15538 31388 0 -1 1077944384 2744 0 0 0 94 0 0 0 20 0 16 0 78599165 10878976000 171389 18446744073709551615 4194304 4196468 140730320666848 140353773943280 140354215107202 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 2 0 0 6293624 6294260 30138368 140730320675277 140730320675406 140730320675406 140730320678863 0
[pid=15538/tid=15551] ppid=15535 vsize=10624000 CPUtime=0.58 cores=1,3,5,7
/proc/15538/task/15551/stat : 15551 (java) S 15535 15538 31388 0 -1 1077944384 2575 0 0 0 57 1 0 0 20 0 16 0 78599165 10878976000 171389 18446744073709551615 4194304 4196468 140730320666848 140353772890992 140354215107202 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30138368 140730320675277 140730320675406 140730320675406 140730320678863 0
[pid=15538/tid=15552] ppid=15535 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/15538/task/15552/stat : 15552 (java) S 15535 15538 31388 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 78599165 10878976000 171389 18446744073709551615 4194304 4196468 140730320666848 140353771838432 140354215106261 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30138368 140730320675277 140730320675406 140730320675406 140730320678863 0
[pid=15538/tid=15553] ppid=15535 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/15538/task/15553/stat : 15553 (java) S 15535 15538 31388 0 -1 1077944384 107 0 0 0 0 0 0 0 20 0 16 0 78599172 10878976000 171389 18446744073709551615 4194304 4196468 140730320666848 140353770785200 140354215107202 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 10 0 0 6293624 6294260 30138368 140730320675277 140730320675406 140730320675406 140730320678863 0
[pid=15538/tid=15554] ppid=15535 vsize=10624000 CPUtime=4.9 cores=1,3,5,7
/proc/15538/task/15554/stat : 15554 (java) R 15535 15538 31388 0 -1 4202560 5900 0 0 0 485 5 0 0 20 0 16 0 78599189 10878976000 171389 18446744073709551615 4194304 4196468 140730320666848 140353767592256 140353849587674 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30138368 140730320675277 140730320675406 140730320675406 140730320678863 0
Current children cumulated CPU time (s) 9.13
Current children cumulated vsize (KiB) 10624000

[startup+5.70078 s]
/proc/loadavg: 1.69 1.50 1.55 3/217 15554
/proc/meminfo: memFree=30301044/32770624 swapFree=0/530308
[pid=15538] ppid=15535 vsize=10624000 CPUtime=9.22 cores=1,3,5,7
/proc/15538/stat : 15538 (java) S 15535 15538 31388 0 -1 1077944320 25450 0 0 0 860 62 0 0 20 0 16 0 78599152 10878976000 171395 18446744073709551615 4194304 4196468 140730320666848 140730320649392 140354215096055 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 30138368 140730320675277 140730320675406 140730320675406 140730320678863 0
/proc/15538/statm: 2656000 171395 3157 1 0 2644926 0
[pid=15538/tid=15540] ppid=15535 vsize=10624000 CPUtime=0.21 cores=1,3,5,7
/proc/15538/task/15540/stat : 15540 (java) S 15535 15538 31388 0 -1 1077944384 6183 0 0 0 19 2 0 0 20 0 16 0 78599160 10878976000 171395 18446744073709551615 4194304 4196468 140730320666848 140354219338928 140354215106261 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 6 0 0 6293624 6294260 30138368 140730320675277 140730320675406 140730320675406 140730320678863 0
[pid=15538/tid=15541] ppid=15535 vsize=10624000 CPUtime=0.28 cores=1,3,5,7
/proc/15538/task/15541/stat : 15541 (java) S 15535 15538 31388 0 -1 1077944384 695 0 0 0 16 12 0 0 20 0 16 0 78599161 10878976000 171395 18446744073709551615 4194304 4196468 140730320666848 140354172062608 140354215106261 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30138368 140730320675277 140730320675406 140730320675406 140730320678863 0
[pid=15538/tid=15542] ppid=15535 vsize=10624000 CPUtime=0.28 cores=1,3,5,7
/proc/15538/task/15542/stat : 15542 (java) S 15535 15538 31388 0 -1 1077944384 343 0 0 0 16 12 0 0 20 0 16 0 78599161 10878976000 171395 18446744073709551615 4194304 4196468 140730320666848 140354171009808 140354215106261 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30138368 140730320675277 140730320675406 140730320675406 140730320678863 0
[pid=15538/tid=15543] ppid=15535 vsize=10624000 CPUtime=0.28 cores=1,3,5,7
/proc/15538/task/15543/stat : 15543 (java) S 15535 15538 31388 0 -1 1077944384 285 0 0 0 16 12 0 0 20 0 16 0 78599161 10878976000 171395 18446744073709551615 4194304 4196468 140730320666848 140354169957520 140354215106261 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30138368 140730320675277 140730320675406 140730320675406 140730320678863 0
[pid=15538/tid=15544] ppid=15535 vsize=10624000 CPUtime=0.28 cores=1,3,5,7
/proc/15538/task/15544/stat : 15544 (java) S 15535 15538 31388 0 -1 1077944384 468 0 0 0 16 12 0 0 20 0 16 0 78599161 10878976000 171395 18446744073709551615 4194304 4196468 140730320666848 140354168904720 140354215106261 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30138368 140730320675277 140730320675406 140730320675406 140730320678863 0
[pid=15538/tid=15545] ppid=15535 vsize=10624000 CPUtime=0.02 cores=1,3,5,7
/proc/15538/task/15545/stat : 15545 (java) S 15535 15538 31388 0 -1 1077944384 1317 0 0 0 2 0 0 0 20 0 16 0 78599162 10878976000 171395 18446744073709551615 4194304 4196468 140730320666848 140353779206256 140354215107202 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30138368 140730320675277 140730320675406 140730320675406 140730320678863 0
[pid=15538/tid=15546] ppid=15535 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/15538/task/15546/stat : 15546 (java) S 15535 15538 31388 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 16 0 78599163 10878976000 171395 18446744073709551615 4194304 4196468 140730320666848 140353778152288 140354215106261 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30138368 140730320675277 140730320675406 140730320675406 140730320678863 0
[pid=15538/tid=15547] ppid=15535 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/15538/task/15547/stat : 15547 (java) S 15535 15538 31388 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 78599163 10878976000 171395 18446744073709551615 4194304 4196468 140730320666848 140353777099904 140354215106261 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30138368 140730320675277 140730320675406 140730320675406 140730320678863 0
[pid=15538/tid=15548] ppid=15535 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/15538/task/15548/stat : 15548 (java) S 15535 15538 31388 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 78599165 10878976000 171395 18446744073709551615 4194304 4196468 140730320666848 140353776048208 140354215114651 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30138368 140730320675277 140730320675406 140730320675406 140730320678863 0
[pid=15538/tid=15549] ppid=15535 vsize=10624000 CPUtime=1.26 cores=1,3,5,7
/proc/15538/task/15549/stat : 15549 (java) S 15535 15538 31388 0 -1 1077944384 2958 0 0 0 125 1 0 0 20 0 16 0 78599165 10878976000 171395 18446744073709551615 4194304 4196468 140730320666848 140353774996080 140354215107202 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 10 0 0 6293624 6294260 30138368 140730320675277 140730320675406 140730320675406 140730320678863 0
[pid=15538/tid=15550] ppid=15535 vsize=10624000 CPUtime=0.94 cores=1,3,5,7
/proc/15538/task/15550/stat : 15550 (java) S 15535 15538 31388 0 -1 1077944384 2744 0 0 0 94 0 0 0 20 0 16 0 78599165 10878976000 171395 18446744073709551615 4194304 4196468 140730320666848 140353773943280 140354215107202 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 2 0 0 6293624 6294260 30138368 140730320675277 140730320675406 140730320675406 140730320678863 0
[pid=15538/tid=15551] ppid=15535 vsize=10624000 CPUtime=0.58 cores=1,3,5,7
/proc/15538/task/15551/stat : 15551 (java) R 15535 15538 31388 0 -1 4202560 2576 0 0 0 57 1 0 0 20 0 16 0 78599165 10878976000 171395 18446744073709551615 4194304 4196468 140730320666848 140353772890992 140354200779459 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30138368 140730320675277 140730320675406 140730320675406 140730320678863 0
[pid=15538/tid=15552] ppid=15535 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/15538/task/15552/stat : 15552 (java) S 15535 15538 31388 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 78599165 10878976000 171395 18446744073709551615 4194304 4196468 140730320666848 140353771838432 140354215106261 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30138368 140730320675277 140730320675406 140730320675406 140730320678863 0
[pid=15538/tid=15553] ppid=15535 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/15538/task/15553/stat : 15553 (java) S 15535 15538 31388 0 -1 1077944384 107 0 0 0 0 0 0 0 20 0 16 0 78599172 10878976000 171395 18446744073709551615 4194304 4196468 140730320666848 140353770785200 140354215107202 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 10 0 0 6293624 6294260 30138368 140730320675277 140730320675406 140730320675406 140730320678863 0
[pid=15538/tid=15554] ppid=15535 vsize=10624000 CPUtime=4.99 cores=1,3,5,7
/proc/15538/task/15554/stat : 15554 (java) R 15535 15538 31388 0 -1 4202560 6432 0 0 0 494 5 0 0 20 0 16 0 78599189 10878976000 171395 18446744073709551615 4194304 4196468 140730320666848 140353767584928 140353848987647 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30138368 140730320675277 140730320675406 140730320675406 140730320678863 0
Current children cumulated CPU time (s) 9.22
Current children cumulated vsize (KiB) 10624000

Child status: 0
Real time (s): 5.71445
CPU time (s): 9.25748
CPU user time (s): 8.62333
CPU system time (s): 0.634157
CPU usage (%): 162.001
Max. virtual memory (cumulated for all children) (KiB): 10624000

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.62333
system time used= 0.634157
maximum resident set size= 686072
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25983
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2666
involuntary context switches= 41

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.027022 second user time and 0.043235 second system time

The end

Launcher Data

Begin job on node134 at 2017-08-09 22:21:33
IDJOB=4264695
IDBENCH=135913
IDSOLVER=2652
FILE ID=node134/4264695-1502310930
RUNJOBID= node134-1502258125-5061
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= AbsCon-basic 2017-06-11
BENCH NAME= XCSP17/TravellingSalesman/TravellingSalesman-xcsp2-s20a4/TravellingSalesman-4-20-727-a4_X2.xml
COMMAND LINE= java -jar HOME/AbsCon-basic.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4264695-1502310930/watcher-4264695-1502310930 -o /tmp/evaluation-result-4264695-1502310930/solver-4264695-1502310930 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1502258125-5061 --watchdog 2580  java -jar HOME/AbsCon-basic.jar HOME/instance-4264695-1502310930.xml

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

MD5SUM BENCH= feda79726080e93715556435cff6944b
RANDOM SEED=1915926299

node134.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.43
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.43
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.43
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.43
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:        30976960 kB
MemAvailable:   31834304 kB
Buffers:          260332 kB
Cached:           891980 kB
SwapCached:            0 kB
Active:           798520 kB
Inactive:         561452 kB
Active(anon):     209596 kB
Inactive(anon):    31224 kB
Active(file):     588924 kB
Inactive(file):   530228 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              8244 kB
Writeback:             4 kB
AnonPages:        207144 kB
Mapped:            59832 kB
Shmem:             33468 kB
Slab:             134296 kB
SReclaimable:     108052 kB
SUnreclaim:        26244 kB
KernelStack:        3568 kB
PageTables:         6140 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1046024 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    135168 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= 62016 MiB
End job on node134 at 2017-08-09 22:21:39