Trace number 4264174

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
AbsCon-basic 2017-06-11SAT (TO)614 2520.0901 2514.9099

General information on the benchmark

NameTravellingSalesman/TravellingSalesman-m1-n150/
TravellingSalesman-150-50-14.xml
MD5SUMb2c04361dada2322dcbf50e86c385888
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark531
Best CPU time to get the best result obtained on this benchmark2400.12
Satisfiable
(Un)Satisfiability was proved
Number of variables300
Number of constraints151
Number of domains2
Minimum domain size64
Maximum domain size150
Distribution of domain sizes[{"size":64,"count":150},{"size":150,"count":150}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":150},{"degree":3,"count":150}]
Minimum constraint arity3
Maximum constraint arity150
Distribution of constraint arities[{"arity":3,"count":150},{"arity":150,"count":1}]
Number of extensional constraints150
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":150},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


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

Solver Data

0.26/0.35	
0.26/0.35	AbsCon 2 
0.26/0.35	
1.57/0.95	  Solving XCSP3-instance-4264174-1502309328 as a COP in -infty..+infty
1.57/0.95	  Loading variables...
1.57/1.00	  Loading constraints...
2.78/1.54	  Solver SolverBacktrack being built...
2.78/1.54	
3.47/1.78	  Preprocessing : gac=true, ccks=0, filters=0, revisions=0 (useless=0), AC=0, removals=0, inconsistent=false
3.47/1.78	
4.79/2.21	o 712
5.54/2.63	o 626
6.53/3.20	o 614
2520.07/2514.90	
2520.07/2514.90	v <instantiation id='sol3' type='solution' cost='614'>  <list> c[] d[] </list>  <values> 103 111 120 149 143 142 130 125 121 105 104 107 112 117 116 124 134 139 148 146 141 138 137 136 128 110 106 109 108 115 114 135 132 131 123 119 113 101 94 97 90 84 78 74 63 52 61 50 47 44 34 37 45 46 40 29 23 15 12 6 10 19 22 18 17 14 5 0 4 21 26 33 64 75 80 81 82 76 69 65 53 48 54 57 62 55 66 67 68 71 73 58 56 59 60 51 43 39 32 25 1 2 3 7 8 9 11 13 16 20 24 27 28 30 31 35 36 38 41 42 49 92 93 118 122 129 133 140 127 145 147 144 126 102 100 99 87 70 72 77 91 85 88 83 89 79 86 96 95 98 3 3 13 6 2 7 3 2 5 2 1 1 2 1 3 2 4 6 2 4 3 1 1 3 5 2 3 3 2 1 5 2 1 2 3 2 4 5 3 3 4 4 1 3 3 4 3 2 3 3 2 4 1 4 4 4 2 1 2 3 3 1 2 1 1 4 5 1 5 2 2 13 3 2 3 1 5 2 1 4 8 3 2 4 2 3 4 3 1 4 4 1 2 2 3 4 1 3 3 25 3 10 7 7 14 3 1 13 5 6 4 4 9 1 2 8 1 7 3 3 18 5 10 2 24 2 10 6 8 4 1 9 9 6 9 6 8 1 1 5 2 3 2 7 4 2 4 2 3 4 </values>  </instantiation>
2520.07/2514.90	s SATISFIABLE

Verifier Data

OK	614

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-4264174-1502309328/watcher-4264174-1502309328 -o /tmp/evaluation-result-4264174-1502309328/solver-4264174-1502309328 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1502257550-8974 --watchdog 2580 java -jar HOME/AbsCon-basic.jar HOME/instance-4264174-1502309328.xml 

pid=16765
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.64 1.58 1.59 2/195 16768
/proc/meminfo: memFree=31229908/32770624 swapFree=0/460268
[pid=16768] ppid=16765 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/16768/stat : 16768 (runsolver) D 16765 16768 4057 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 33153665 24240128 106 18446744073709551615 4194304 4338465 140723442325968 140723442323608 140472094221015 0 0 1 24578 18446744071580418449 0 0 17 7 0 0 0 0 0 6438912 6441760 22851584 140723442327713 140723442328138 140723442328138 140723442331594 0
/proc/16768/statm: 5918 106 53 36 0 2156 0

[startup+0.100133 s]
/proc/loadavg: 1.64 1.58 1.59 2/195 16768
/proc/meminfo: memFree=31229908/32770624 swapFree=0/460268
[pid=16768] ppid=16765 vsize=9936560 CPUtime=0 cores=1,3,5,7
/proc/16768/stat : 16768 (java) S 16765 16768 4057 0 -1 1077944320 3438 0 0 0 0 0 0 0 20 0 6 0 33153665 10175037440 4120 18446744073709551615 4194304 4196468 140724268723616 140724268706160 139689649151735 0 0 1 16784584 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 14430208 140724268728782 140724268728911 140724268728911 140724268732367 0
/proc/16768/statm: 2484140 4120 1920 1 0 2473637 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9936560

[startup+0.200808 s]
/proc/loadavg: 1.64 1.58 1.59 2/195 16768
/proc/meminfo: memFree=31229908/32770624 swapFree=0/460268
[pid=16768] ppid=16765 vsize=10551180 CPUtime=0.08 cores=1,3,5,7
/proc/16768/stat : 16768 (java) S 16765 16768 4057 0 -1 1077944320 5169 0 0 0 7 1 0 0 20 0 15 0 33153665 10804408320 6692 18446744073709551615 4194304 4196468 140724268723616 140724268706160 139689649151735 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 14430208 140724268728782 140724268728911 140724268728911 140724268732367 0
/proc/16768/statm: 2637795 6692 2677 1 0 2627261 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 10551180

[startup+0.300298 s]
/proc/loadavg: 1.64 1.58 1.59 2/195 16768
/proc/meminfo: memFree=31229908/32770624 swapFree=0/460268
[pid=16768] ppid=16765 vsize=10553264 CPUtime=0.26 cores=1,3,5,7
/proc/16768/stat : 16768 (java) S 16765 16768 4057 0 -1 1077944320 8955 0 0 0 23 3 0 0 20 0 15 0 33153665 10806542336 9779 18446744073709551615 4194304 4196468 140724268723616 140724268706160 139689649151735 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 14430208 140724268728782 140724268728911 140724268728911 140724268732367 0
/proc/16768/statm: 2638316 9779 2927 1 0 2627261 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 10553264

[startup+0.700277 s]
/proc/loadavg: 1.64 1.58 1.59 2/195 16768
/proc/meminfo: memFree=31229908/32770624 swapFree=0/460268
[pid=16768] ppid=16765 vsize=10621952 CPUtime=1.22 cores=1,3,5,7
/proc/16768/stat : 16768 (java) S 16765 16768 4057 0 -1 1077944320 13692 0 0 0 116 6 0 0 20 0 16 0 33153665 10876878848 24707 18446744073709551615 4194304 4196468 140724268723616 140724268706160 139689649151735 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 14430208 140724268728782 140724268728911 140724268728911 140724268732367 0
/proc/16768/statm: 2655488 24707 3078 1 0 2644414 0
Current children cumulated CPU time (s) 1.22
Current children cumulated vsize (KiB) 10621952

[startup+1.5008 s]
/proc/loadavg: 1.64 1.58 1.59 4/211 16784
/proc/meminfo: memFree=31115236/32770624 swapFree=0/460356
[pid=16768] ppid=16765 vsize=10621952 CPUtime=2.78 cores=1,3,5,7
/proc/16768/stat : 16768 (java) S 16765 16768 4057 0 -1 1077944320 15510 0 0 0 255 23 0 0 20 0 16 0 33153665 10876878848 67337 18446744073709551615 4194304 4196468 140724268723616 140724268706160 139689649151735 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 14430208 140724268728782 140724268728911 140724268728911 140724268732367 0
/proc/16768/statm: 2655488 67337 3110 1 0 2644414 0
[pid=16768/tid=16770] ppid=16765 vsize=10621952 CPUtime=0.21 cores=1,3,5,7
/proc/16768/task/16770/stat : 16770 (java) S 16765 16768 4057 0 -1 1077944384 6188 0 0 0 19 2 0 0 20 0 16 0 33153673 10876878848 67337 18446744073709551615 4194304 4196468 140724268723616 139689653394608 139689649161941 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 4 0 0 6293624 6294260 14430208 140724268728782 140724268728911 140724268728911 140724268732367 0
[pid=16768/tid=16771] ppid=16765 vsize=10621952 CPUtime=0.04 cores=1,3,5,7
/proc/16768/task/16771/stat : 16771 (java) S 16765 16768 4057 0 -1 1077944384 50 0 0 0 1 3 0 0 20 0 16 0 33153674 10876878848 67337 18446744073709551615 4194304 4196468 140724268723616 139689590189200 139689649161941 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14430208 140724268728782 140724268728911 140724268728911 140724268732367 0
[pid=16768/tid=16772] ppid=16765 vsize=10621952 CPUtime=0.04 cores=1,3,5,7
/proc/16768/task/16772/stat : 16772 (java) S 16765 16768 4057 0 -1 1077944384 47 0 0 0 1 3 0 0 20 0 16 0 33153674 10876878848 67337 18446744073709551615 4194304 4196468 140724268723616 139689589136400 139689649161941 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14430208 140724268728782 140724268728911 140724268728911 140724268732367 0
[pid=16768/tid=16773] ppid=16765 vsize=10621952 CPUtime=0.03 cores=1,3,5,7
/proc/16768/task/16773/stat : 16773 (java) S 16765 16768 4057 0 -1 1077944384 47 0 0 0 0 3 0 0 20 0 16 0 33153674 10876878848 67337 18446744073709551615 4194304 4196468 140724268723616 139689588083600 139689649161941 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14430208 140724268728782 140724268728911 140724268728911 140724268732367 0
[pid=16768/tid=16774] ppid=16765 vsize=10621952 CPUtime=0.03 cores=1,3,5,7
/proc/16768/task/16774/stat : 16774 (java) S 16765 16768 4057 0 -1 1077944384 58 0 0 0 0 3 0 0 20 0 16 0 33153674 10876878848 67337 18446744073709551615 4194304 4196468 140724268723616 139689587030800 139689649161941 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14430208 140724268728782 140724268728911 140724268728911 140724268732367 0
[pid=16768/tid=16775] ppid=16765 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/16768/task/16775/stat : 16775 (java) S 16765 16768 4057 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 16 0 33153675 10876878848 67337 18446744073709551615 4194304 4196468 140724268723616 139689145944432 139689649162882 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14430208 140724268728782 140724268728911 140724268728911 140724268732367 0
[pid=16768/tid=16776] ppid=16765 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/16768/task/16776/stat : 16776 (java) S 16765 16768 4057 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 16 0 33153676 10876878848 67337 18446744073709551615 4194304 4196468 140724268723616 139689144890400 139689649161941 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14430208 140724268728782 140724268728911 140724268728911 140724268732367 0
[pid=16768/tid=16777] ppid=16765 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/16768/task/16777/stat : 16777 (java) S 16765 16768 4057 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 33153676 10876878848 67337 18446744073709551615 4194304 4196468 140724268723616 139689143837552 139689649161941 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14430208 140724268728782 140724268728911 140724268728911 140724268732367 0
[pid=16768/tid=16778] ppid=16765 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/16768/task/16778/stat : 16778 (java) S 16765 16768 4057 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 33153678 10876878848 67337 18446744073709551615 4194304 4196468 140724268723616 139689142785872 139689649170331 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14430208 140724268728782 140724268728911 140724268728911 140724268732367 0
[pid=16768/tid=16779] ppid=16765 vsize=10621952 CPUtime=0.42 cores=1,3,5,7
/proc/16768/task/16779/stat : 16779 (java) R 16765 16768 4057 0 -1 4202560 1583 0 0 0 42 0 0 0 20 0 16 0 33153678 10876878848 67337 18446744073709551615 4194304 4196468 140724268723616 139689141725584 139689649173082 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14430208 140724268728782 140724268728911 140724268728911 140724268732367 0
[pid=16768/tid=16780] ppid=16765 vsize=10621952 CPUtime=0.42 cores=1,3,5,7
/proc/16768/task/16780/stat : 16780 (java) R 16765 16768 4057 0 -1 4202560 1167 0 0 0 42 0 0 0 20 0 16 0 33153678 10876878848 67337 18446744073709551615 4194304 4196468 140724268723616 139689140668000 139689630695991 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 14430208 140724268728782 140724268728911 140724268728911 140724268732367 0
[pid=16768/tid=16781] ppid=16765 vsize=10621952 CPUtime=0.41 cores=1,3,5,7
/proc/16768/task/16781/stat : 16781 (java) R 16765 16768 4057 0 -1 4202560 1796 0 0 0 40 1 0 0 20 0 16 0 33153678 10876878848 67337 18446744073709551615 4194304 4196468 140724268723616 139689139628784 139689649173082 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14430208 140724268728782 140724268728911 140724268728911 140724268732367 0
[pid=16768/tid=16782] ppid=16765 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/16768/task/16782/stat : 16782 (java) S 16765 16768 4057 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 33153678 10876878848 67337 18446744073709551615 4194304 4196468 140724268723616 139689138576096 139689649161941 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14430208 140724268728782 140724268728911 140724268728911 140724268732367 0
[pid=16768/tid=16783] ppid=16765 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/16768/task/16783/stat : 16783 (java) S 16765 16768 4057 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 33153683 10876878848 67337 18446744073709551615 4194304 4196468 140724268723616 139689137523376 139689649162882 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14430208 140724268728782 140724268728911 140724268728911 140724268732367 0
[pid=16768/tid=16784] ppid=16765 vsize=10621952 CPUtime=1.09 cores=1,3,5,7
/proc/16768/task/16784/stat : 16784 (java) R 16765 16768 4057 0 -1 4202560 3131 0 0 0 106 3 0 0 20 0 16 0 33153700 10876878848 67337 18446744073709551615 4194304 4196468 140724268723616 139689134332656 139689269361447 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14430208 140724268728782 140724268728911 140724268728911 140724268732367 0
Current children cumulated CPU time (s) 2.78
Current children cumulated vsize (KiB) 10621952

[startup+3.1007 s]
/proc/loadavg: 1.64 1.58 1.59 3/211 16784
/proc/meminfo: memFree=30767656/32770624 swapFree=0/460356
[pid=16768] ppid=16765 vsize=10624000 CPUtime=6.43 cores=1,3,5,7
/proc/16768/stat : 16768 (java) S 16765 16768 4057 0 -1 1077944320 23279 0 0 0 594 49 0 0 20 0 16 0 33153665 10878976000 119250 18446744073709551615 4194304 4196468 140724268723616 140724268706160 139689649151735 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 14430208 140724268728782 140724268728911 140724268728911 140724268732367 0
/proc/16768/statm: 2656000 119250 3150 1 0 2644926 0
[pid=16768/tid=16770] ppid=16765 vsize=10624000 CPUtime=0.21 cores=1,3,5,7
/proc/16768/task/16770/stat : 16770 (java) S 16765 16768 4057 0 -1 1077944384 6188 0 0 0 19 2 0 0 20 0 16 0 33153673 10878976000 119250 18446744073709551615 4194304 4196468 140724268723616 139689653394608 139689649161941 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 4 0 0 6293624 6294260 14430208 140724268728782 140724268728911 140724268728911 140724268732367 0
[pid=16768/tid=16771] ppid=16765 vsize=10624000 CPUtime=0.18 cores=1,3,5,7
/proc/16768/task/16771/stat : 16771 (java) S 16765 16768 4057 0 -1 1077944384 709 0 0 0 9 9 0 0 20 0 16 0 33153674 10878976000 119250 18446744073709551615 4194304 4196468 140724268723616 139689590189200 139689649161941 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14430208 140724268728782 140724268728911 140724268728911 140724268732367 0
[pid=16768/tid=16772] ppid=16765 vsize=10624000 CPUtime=0.18 cores=1,3,5,7
/proc/16768/task/16772/stat : 16772 (java) S 16765 16768 4057 0 -1 1077944384 241 0 0 0 9 9 0 0 20 0 16 0 33153674 10878976000 119250 18446744073709551615 4194304 4196468 140724268723616 139689589136400 139689649161941 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14430208 140724268728782 140724268728911 140724268728911 140724268732367 0
[pid=16768/tid=16773] ppid=16765 vsize=10624000 CPUtime=0.18 cores=1,3,5,7
/proc/16768/task/16773/stat : 16773 (java) S 16765 16768 4057 0 -1 1077944384 277 0 0 0 9 9 0 0 20 0 16 0 33153674 10878976000 119250 18446744073709551615 4194304 4196468 140724268723616 139689588083600 139689649161941 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14430208 140724268728782 140724268728911 140724268728911 140724268732367 0
[pid=16768/tid=16774] ppid=16765 vsize=10624000 CPUtime=0.18 cores=1,3,5,7
/proc/16768/task/16774/stat : 16774 (java) S 16765 16768 4057 0 -1 1077944384 247 0 0 0 9 9 0 0 20 0 16 0 33153674 10878976000 119250 18446744073709551615 4194304 4196468 140724268723616 139689587030800 139689649161941 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14430208 140724268728782 140724268728911 140724268728911 140724268732367 0
[pid=16768/tid=16775] ppid=16765 vsize=10624000 CPUtime=0.01 cores=1,3,5,7
/proc/16768/task/16775/stat : 16775 (java) S 16765 16768 4057 0 -1 1077944384 283 0 0 0 1 0 0 0 20 0 16 0 33153675 10878976000 119250 18446744073709551615 4194304 4196468 140724268723616 139689145944432 139689649162882 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14430208 140724268728782 140724268728911 140724268728911 140724268732367 0
[pid=16768/tid=16776] ppid=16765 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16768/task/16776/stat : 16776 (java) S 16765 16768 4057 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 16 0 33153676 10878976000 119250 18446744073709551615 4194304 4196468 140724268723616 139689144890464 139689649161941 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14430208 140724268728782 140724268728911 140724268728911 140724268732367 0
[pid=16768/tid=16777] ppid=16765 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16768/task/16777/stat : 16777 (java) S 16765 16768 4057 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 33153676 10878976000 119250 18446744073709551615 4194304 4196468 140724268723616 139689143837568 139689649161941 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14430208 140724268728782 140724268728911 140724268728911 140724268732367 0
[pid=16768/tid=16778] ppid=16765 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16768/task/16778/stat : 16778 (java) S 16765 16768 4057 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 33153678 10878976000 119250 18446744073709551615 4194304 4196468 140724268723616 139689142785872 139689649170331 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14430208 140724268728782 140724268728911 140724268728911 140724268732367 0
[pid=16768/tid=16779] ppid=16765 vsize=10624000 CPUtime=1.15 cores=1,3,5,7
/proc/16768/task/16779/stat : 16779 (java) S 16765 16768 4057 0 -1 1077944384 2918 0 0 0 115 0 0 0 20 0 16 0 33153678 10878976000 119250 18446744073709551615 4194304 4196468 140724268723616 139689141734256 139689649162882 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14430208 140724268728782 140724268728911 140724268728911 140724268732367 0
[pid=16768/tid=16780] ppid=16765 vsize=10624000 CPUtime=1.19 cores=1,3,5,7
/proc/16768/task/16780/stat : 16780 (java) S 16765 16768 4057 0 -1 1077944384 3122 0 0 0 118 1 0 0 20 0 16 0 33153678 10878976000 119250 18446744073709551615 4194304 4196468 140724268723616 139689140681456 139689649162882 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14430208 140724268728782 140724268728911 140724268728911 140724268732367 0
[pid=16768/tid=16781] ppid=16765 vsize=10624000 CPUtime=0.53 cores=1,3,5,7
/proc/16768/task/16781/stat : 16781 (java) S 16765 16768 4057 0 -1 1077944384 2616 0 0 0 52 1 0 0 20 0 16 0 33153678 10878976000 119250 18446744073709551615 4194304 4196468 140724268723616 139689139628656 139689649162882 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14430208 140724268728782 140724268728911 140724268728911 140724268732367 0
[pid=16768/tid=16782] ppid=16765 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16768/task/16782/stat : 16782 (java) S 16765 16768 4057 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 33153678 10878976000 119250 18446744073709551615 4194304 4196468 140724268723616 139689138576096 139689649161941 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14430208 140724268728782 140724268728911 140724268728911 140724268732367 0
[pid=16768/tid=16783] ppid=16765 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16768/task/16783/stat : 16783 (java) S 16765 16768 4057 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 16 0 33153683 10878976000 119250 18446744073709551615 4194304 4196468 140724268723616 139689137523376 139689649162882 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14430208 140724268728782 140724268728911 140724268728911 140724268732367 0
[pid=16768/tid=16784] ppid=16765 vsize=10624000 CPUtime=2.54 cores=1,3,5,7
/proc/16768/task/16784/stat : 16784 (java) R 16765 16768 4057 0 -1 4202560 5311 0 0 0 250 4 0 0 20 0 16 0 33153700 10878976000 119250 18446744073709551615 4194304 4196468 140724268723616 139689134330440 139689270967944 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14430208 140724268728782 140724268728911 140724268728911 140724268732367 0
Current children cumulated CPU time (s) 6.43
Current children cumulated vsize (KiB) 10624000

[startup+6.30075 s]
/proc/loadavg: 1.67 1.59 1.59 3/211 16784
/proc/meminfo: memFree=30762576/32770624 swapFree=0/460348
[pid=16768] ppid=16765 vsize=10624000 CPUtime=9.79 cores=1,3,5,7
/proc/16768/stat : 16768 (java) S 16765 16768 4057 0 -1 1077944320 24827 0 0 0 930 49 0 0 20 0 16 0 33153665 10878976000 119309 18446744073709551615 4194304 4196468 140724268723616 140724268706160 139689649151735 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 14430208 140724268728782 140724268728911 140724268728911 140724268732367 0
/proc/16768/statm: 2656000 119309 3150 1 0 2644926 0
[pid=16768/tid=16770] ppid=16765 vsize=10624000 CPUtime=0.21 cores=1,3,5,7
/proc/16768/task/16770/stat : 16770 (java) S 16765 16768 4057 0 -1 1077944384 6188 0 0 0 19 2 0 0 20 0 16 0 33153673 10878976000 119309 18446744073709551615 4194304 4196468 140724268723616 139689653394608 139689649161941 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 4 0 0 6293624 6294260 14430208 140724268728782 140724268728911 140724268728911 140724268732367 0
[pid=16768/tid=16771] ppid=16765 vsize=10624000 CPUtime=0.18 cores=1,3,5,7
/proc/16768/task/16771/stat : 16771 (java) S 16765 16768 4057 0 -1 1077944384 709 0 0 0 9 9 0 0 20 0 16 0 33153674 10878976000 119309 18446744073709551615 4194304 4196468 140724268723616 139689590189200 139689649161941 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14430208 140724268728782 140724268728911 140724268728911 140724268732367 0
[pid=16768/tid=16772] ppid=16765 vsize=10624000 CPUtime=0.18 cores=1,3,5,7
/proc/16768/task/16772/stat : 16772 (java) S 16765 16768 4057 0 -1 1077944384 241 0 0 0 9 9 0 0 20 0 16 0 33153674 10878976000 119309 18446744073709551615 4194304 4196468 140724268723616 139689589136400 139689649161941 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14430208 140724268728782 140724268728911 140724268728911 140724268732367 0
[pid=16768/tid=16773] ppid=16765 vsize=10624000 CPUtime=0.18 cores=1,3,5,7
/proc/16768/task/16773/stat : 16773 (java) S 16765 16768 4057 0 -1 1077944384 277 0 0 0 9 9 0 0 20 0 16 0 33153674 10878976000 119309 18446744073709551615 4194304 4196468 140724268723616 139689588083600 139689649161941 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14430208 140724268728782 140724268728911 140724268728911 140724268732367 0
[pid=16768/tid=16774] ppid=16765 vsize=10624000 CPUtime=0.18 cores=1,3,5,7
/proc/16768/task/16774/stat : 16774 (java) S 16765 16768 4057 0 -1 1077944384 247 0 0 0 9 9 0 0 20 0 16 0 33153674 10878976000 119309 18446744073709551615 4194304 4196468 140724268723616 139689587030800 139689649161941 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14430208 140724268728782 140724268728911 140724268728911 140724268732367 0
[pid=16768/tid=16775] ppid=16765 vsize=10624000 CPUtime=0.01 cores=1,3,5,7
/proc/16768/task/16775/stat : 16775 (java) S 16765 16768 4057 0 -1 1077944384 430 0 0 0 1 0 0 0 20 0 16 0 33153675 10878976000 119309 18446744073709551615 4194304 4196468 140724268723616 139689145944432 139689649162882 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14430208 140724268728782 140724268728911 140724268728911 140724268732367 0
[pid=16768/tid=16776] ppid=16765 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16768/task/16776/stat : 16776 (java) S 16765 16768 4057 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 16 0 33153676 10878976000 119309 18446744073709551615 4194304 4196468 140724268723616 139689144890464 139689649161941 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14430208 140724268728782 140724268728911 140724268728911 140724268732367 0
[pid=16768/tid=16777] ppid=16765 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16768/task/16777/stat : 16777 (java) S 16765 16768 4057 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 33153676 10878976000 119309 18446744073709551615 4194304 4196468 140724268723616 139689143837568 139689649161941 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14430208 140724268728782 140724268728911 140724268728911 140724268732367 0
[pid=16768/tid=16778] ppid=16765 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16768/task/16778/stat : 16778 (java) S 16765 16768 4057 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 33153678 10878976000 119309 18446744073709551615 4194304 4196468 140724268723616 139689142785872 139689649170331 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14430208 140724268728782 140724268728911 140724268728911 140724268732367 0
[pid=16768/tid=16779] ppid=16765 vsize=10624000 CPUtime=1.25 cores=1,3,5,7
/proc/16768/task/16779/stat : 16779 (java) S 16765 16768 4057 0 -1 1077944384 3285 0 0 0 125 0 0 0 20 0 16 0 33153678 10878976000 119309 18446744073709551615 4194304 4196468 140724268723616 139689141734256 139689649162882 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14430208 140724268728782 140724268728911 140724268728911 140724268732367 0
[pid=16768/tid=16780] ppid=16765 vsize=10624000 CPUtime=1.24 cores=1,3,5,7
/proc/16768/task/16780/stat : 16780 (java) S 16765 16768 4057 0 -1 1077944384 3205 0 0 0 123 1 0 0 20 0 16 0 33153678 10878976000 119309 18446744073709551615 4194304 4196468 140724268723616 139689140681456 139689649162882 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14430208 140724268728782 140724268728911 140724268728911 140724268732367 0
[pid=16768/tid=16781] ppid=16765 vsize=10624000 CPUtime=0.55 cores=1,3,5,7
/proc/16768/task/16781/stat : 16781 (java) S 16765 16768 4057 0 -1 1077944384 2812 0 0 0 54 1 0 0 20 0 16 0 33153678 10878976000 119309 18446744073709551615 4194304 4196468 140724268723616 139689139628656 139689649162882 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14430208 140724268728782 140724268728911 140724268728911 140724268732367 0
[pid=16768/tid=16782] ppid=16765 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16768/task/16782/stat : 16782 (java) S 16765 16768 4057 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 33153678 10878976000 119309 18446744073709551615 4194304 4196468 140724268723616 139689138576096 139689649161941 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14430208 140724268728782 140724268728911 140724268728911 140724268732367 0
[pid=16768/tid=16783] ppid=16765 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16768/task/16783/stat : 16783 (java) S 16765 16768 4057 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 16 0 33153683 10878976000 119309 18446744073709551615 4194304 4196468 140724268723616 139689137523376 139689649162882 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14430208 140724268728782 140724268728911 140724268728911 140724268732367 0
[pid=16768/tid=16784] ppid=16765 vsize=10624000 CPUtime=5.73 cores=1,3,5,7
/proc/16768/task/16784/stat : 16784 (java) R 16765 16768 4057 0 -1 4202560 6010 0 0 0 569 4 0 0 20 0 16 0 33153700 10878976000 119309 18446744073709551615 4194304 4196468 140724268723616 139689134330080 139689270983750 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14430208 140724268728782 140724268728911 140724268728911 140724268732367 0
Current children cumulated CPU time (s) 9.79
Current children cumulated vsize (KiB) 10624000

[startup+12.7007 s]
/proc/loadavg: 1.70 1.59 1.59 3/211 16784
/proc/meminfo: memFree=30761528/32770624 swapFree=0/460352
[pid=16768] ppid=16765 vsize=10624000 CPUtime=16.31 cores=1,3,5,7
/proc/16768/stat : 16768 (java) S 16765 16768 4057 0 -1 1077944320 30497 0 0 0 1581 50 0 0 20 0 16 0 33153665 10878976000 119363 18446744073709551615 4194304 4196468 140724268723616 140724268706160 139689649151735 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 14430208 140724268728782 140724268728911 140724268728911 140724268732367 0
/proc/16768/statm: 2656000 119363 3151 1 0 2644926 0
[pid=16768/tid=16770] ppid=16765 vsize=10624000 CPUtime=0.21 cores=1,3,5,7
/proc/16768/task/16770/stat : 16770 (java) S 16765 16768 4057 0 -1 1077944384 6188 0 0 0 19 2 0 0 20 0 16 0 33153673 10878976000 119363 18446744073709551615 4194304 4196468 140724268723616 139689653394608 139689649161941 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 4 0 0 6293624 6294260 14430208 140724268728782 140724268728911 140724268728911 140724268732367 0
[pid=16768/tid=16771] ppid=16765 vsize=10624000 CPUtime=0.18 cores=1,3,5,7
/proc/16768/task/16771/stat : 16771 (java) S 16765 16768 4057 0 -1 1077944384 709 0 0 0 9 9 0 0 20 0 16 0 33153674 10878976000 119363 18446744073709551615 4194304 4196468 140724268723616 139689590189200 139689649161941 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14430208 140724268728782 140724268728911 140724268728911 140724268732367 0
[pid=16768/tid=16772] ppid=16765 vsize=10624000 CPUtime=0.18 cores=1,3,5,7
/proc/16768/task/16772/stat : 16772 (java) S 16765 16768 4057 0 -1 1077944384 241 0 0 0 9 9 0 0 20 0 16 0 33153674 10878976000 119363 18446744073709551615 4194304 4196468 140724268723616 139689589136400 139689649161941 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14430208 140724268728782 140724268728911 140724268728911 140724268732367 0
[pid=16768/tid=16773] ppid=16765 vsize=10624000 CPUtime=0.18 cores=1,3,5,7
/proc/16768/task/16773/stat : 16773 (java) S 16765 16768 4057 0 -1 1077944384 277 0 0 0 9 9 0 0 20 0 16 0 33153674 10878976000 119363 18446744073709551615 4194304 4196468 140724268723616 139689588083600 139689649161941 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14430208 140724268728782 140724268728911 140724268728911 140724268732367 0
[pid=16768/tid=16774] ppid=16765 vsize=10624000 CPUtime=0.18 cores=1,3,5,7
/proc/16768/task/16774/stat : 16774 (java) S 16765 16768 4057 0 -1 1077944384 247 0 0 0 9 9 0 0 20 0 16 0 33153674 10878976000 119363 18446744073709551615 4194304 4196468 140724268723616 139689587030800 139689649161941 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14430208 140724268728782 140724268728911 140724268728911 140724268732367 0
[pid=16768/tid=16775] ppid=16765 vsize=10624000 CPUtime=0.01 cores=1,3,5,7
/proc/16768/task/16775/stat : 16775 (java) S 16765 16768 4057 0 -1 1077944384 527 0 0 0 1 0 0 0 20 0 16 0 33153675 10878976000 119363 18446744073709551615 4194304 4196468 140724268723616 139689145944432 139689649162882 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14430208 140724268728782 140724268728911 140724268728911 140724268732367 0

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

/proc/meminfo: memFree=30790956/32770624 swapFree=0/460764
[pid=16768] ppid=16765 vsize=10624000 CPUtime=2447.42 cores=1,3,5,7
/proc/16768/stat : 16768 (java) S 16765 16768 4057 0 -1 1077944320 49012 0 0 0 244644 98 0 0 20 0 16 0 33153665 10878976000 123033 18446744073709551615 4194304 4196468 140724268723616 140724268706160 139689649151735 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 14430208 140724268728782 140724268728911 140724268728911 140724268732367 0
/proc/16768/statm: 2656000 123033 3157 1 0 2644926 0
[pid=16768/tid=16770] ppid=16765 vsize=10624000 CPUtime=0.21 cores=1,3,5,7
/proc/16768/task/16770/stat : 16770 (java) S 16765 16768 4057 0 -1 1077944384 6188 0 0 0 19 2 0 0 20 0 16 0 33153673 10878976000 123033 18446744073709551615 4194304 4196468 140724268723616 139689653394608 139689649161941 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 4 0 0 6293624 6294260 14430208 140724268728782 140724268728911 140724268728911 140724268732367 0
[pid=16768/tid=16771] ppid=16765 vsize=10624000 CPUtime=0.18 cores=1,3,5,7
/proc/16768/task/16771/stat : 16771 (java) S 16765 16768 4057 0 -1 1077944384 709 0 0 0 9 9 0 0 20 0 16 0 33153674 10878976000 123033 18446744073709551615 4194304 4196468 140724268723616 139689590189200 139689649161941 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14430208 140724268728782 140724268728911 140724268728911 140724268732367 0
[pid=16768/tid=16772] ppid=16765 vsize=10624000 CPUtime=0.18 cores=1,3,5,7
/proc/16768/task/16772/stat : 16772 (java) S 16765 16768 4057 0 -1 1077944384 241 0 0 0 9 9 0 0 20 0 16 0 33153674 10878976000 123033 18446744073709551615 4194304 4196468 140724268723616 139689589136400 139689649161941 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14430208 140724268728782 140724268728911 140724268728911 140724268732367 0
[pid=16768/tid=16773] ppid=16765 vsize=10624000 CPUtime=0.18 cores=1,3,5,7
/proc/16768/task/16773/stat : 16773 (java) S 16765 16768 4057 0 -1 1077944384 277 0 0 0 9 9 0 0 20 0 16 0 33153674 10878976000 123033 18446744073709551615 4194304 4196468 140724268723616 139689588083600 139689649161941 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14430208 140724268728782 140724268728911 140724268728911 140724268732367 0
[pid=16768/tid=16774] ppid=16765 vsize=10624000 CPUtime=0.18 cores=1,3,5,7
/proc/16768/task/16774/stat : 16774 (java) S 16765 16768 4057 0 -1 1077944384 247 0 0 0 9 9 0 0 20 0 16 0 33153674 10878976000 123033 18446744073709551615 4194304 4196468 140724268723616 139689587030800 139689649161941 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14430208 140724268728782 140724268728911 140724268728911 140724268732367 0
[pid=16768/tid=16775] ppid=16765 vsize=10624000 CPUtime=0.05 cores=1,3,5,7
/proc/16768/task/16775/stat : 16775 (java) S 16765 16768 4057 0 -1 1077944384 770 0 0 0 2 3 0 0 20 0 16 0 33153675 10878976000 123033 18446744073709551615 4194304 4196468 140724268723616 139689145944432 139689649162882 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14430208 140724268728782 140724268728911 140724268728911 140724268732367 0
[pid=16768/tid=16776] ppid=16765 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16768/task/16776/stat : 16776 (java) S 16765 16768 4057 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 16 0 33153676 10878976000 123033 18446744073709551615 4194304 4196468 140724268723616 139689144890464 139689649161941 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14430208 140724268728782 140724268728911 140724268728911 140724268732367 0
[pid=16768/tid=16777] ppid=16765 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16768/task/16777/stat : 16777 (java) S 16765 16768 4057 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 33153676 10878976000 123033 18446744073709551615 4194304 4196468 140724268723616 139689143837568 139689649161941 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14430208 140724268728782 140724268728911 140724268728911 140724268732367 0
[pid=16768/tid=16778] ppid=16765 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16768/task/16778/stat : 16778 (java) S 16765 16768 4057 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 33153678 10878976000 123033 18446744073709551615 4194304 4196468 140724268723616 139689142785872 139689649170331 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14430208 140724268728782 140724268728911 140724268728911 140724268732367 0
[pid=16768/tid=16779] ppid=16765 vsize=10624000 CPUtime=1.41 cores=1,3,5,7
/proc/16768/task/16779/stat : 16779 (java) S 16765 16768 4057 0 -1 1077944384 7196 0 0 0 140 1 0 0 20 0 16 0 33153678 10878976000 123033 18446744073709551615 4194304 4196468 140724268723616 139689141734256 139689649162882 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14430208 140724268728782 140724268728911 140724268728911 140724268732367 0
[pid=16768/tid=16780] ppid=16765 vsize=10624000 CPUtime=1.34 cores=1,3,5,7
/proc/16768/task/16780/stat : 16780 (java) S 16765 16768 4057 0 -1 1077944384 7445 0 0 0 133 1 0 0 20 0 16 0 33153678 10878976000 123033 18446744073709551615 4194304 4196468 140724268723616 139689140681456 139689649162882 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14430208 140724268728782 140724268728911 140724268728911 140724268732367 0
[pid=16768/tid=16781] ppid=16765 vsize=10624000 CPUtime=0.6 cores=1,3,5,7
/proc/16768/task/16781/stat : 16781 (java) S 16765 16768 4057 0 -1 1077944384 6680 0 0 0 58 2 0 0 20 0 16 0 33153678 10878976000 123033 18446744073709551615 4194304 4196468 140724268723616 139689139628656 139689649162882 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14430208 140724268728782 140724268728911 140724268728911 140724268732367 0
[pid=16768/tid=16782] ppid=16765 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16768/task/16782/stat : 16782 (java) S 16765 16768 4057 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 33153678 10878976000 123033 18446744073709551615 4194304 4196468 140724268723616 139689138576096 139689649161941 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14430208 140724268728782 140724268728911 140724268728911 140724268732367 0
[pid=16768/tid=16783] ppid=16765 vsize=10624000 CPUtime=1.02 cores=1,3,5,7
/proc/16768/task/16783/stat : 16783 (java) S 16765 16768 4057 0 -1 1077944384 815 0 0 0 45 57 0 0 20 0 16 0 33153683 10878976000 123033 18446744073709551615 4194304 4196468 140724268723616 139689137523376 139689649162882 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14430208 140724268728782 140724268728911 140724268728911 140724268732367 0
[pid=16768/tid=16784] ppid=16765 vsize=10624000 CPUtime=2441.98 cores=1,3,5,7
/proc/16768/task/16784/stat : 16784 (java) R 16765 16768 4057 0 -1 4202560 17086 0 0 0 244193 5 0 0 20 0 16 0 33153700 10878976000 123033 18446744073709551615 4194304 4196468 140724268723616 139689134333288 139689271069710 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14430208 140724268728782 140724268728911 140724268728911 140724268732367 0
Current children cumulated CPU time (s) 2447.42
Current children cumulated vsize (KiB) 10624000

[startup+2502.3 s]
/proc/loadavg: 1.81 1.84 1.86 3/211 17033
/proc/meminfo: memFree=30790940/32770624 swapFree=0/460768
[pid=16768] ppid=16765 vsize=10624000 CPUtime=2507.46 cores=1,3,5,7
/proc/16768/stat : 16768 (java) S 16765 16768 4057 0 -1 1077944320 49124 0 0 0 250646 100 0 0 20 0 16 0 33153665 10878976000 123033 18446744073709551615 4194304 4196468 140724268723616 140724268706160 139689649151735 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 14430208 140724268728782 140724268728911 140724268728911 140724268732367 0
/proc/16768/statm: 2656000 123033 3157 1 0 2644926 0
[pid=16768/tid=16770] ppid=16765 vsize=10624000 CPUtime=0.21 cores=1,3,5,7
/proc/16768/task/16770/stat : 16770 (java) S 16765 16768 4057 0 -1 1077944384 6188 0 0 0 19 2 0 0 20 0 16 0 33153673 10878976000 123033 18446744073709551615 4194304 4196468 140724268723616 139689653394608 139689649161941 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 4 0 0 6293624 6294260 14430208 140724268728782 140724268728911 140724268728911 140724268732367 0
[pid=16768/tid=16771] ppid=16765 vsize=10624000 CPUtime=0.18 cores=1,3,5,7
/proc/16768/task/16771/stat : 16771 (java) S 16765 16768 4057 0 -1 1077944384 709 0 0 0 9 9 0 0 20 0 16 0 33153674 10878976000 123033 18446744073709551615 4194304 4196468 140724268723616 139689590189200 139689649161941 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14430208 140724268728782 140724268728911 140724268728911 140724268732367 0
[pid=16768/tid=16772] ppid=16765 vsize=10624000 CPUtime=0.18 cores=1,3,5,7
/proc/16768/task/16772/stat : 16772 (java) S 16765 16768 4057 0 -1 1077944384 241 0 0 0 9 9 0 0 20 0 16 0 33153674 10878976000 123033 18446744073709551615 4194304 4196468 140724268723616 139689589136400 139689649161941 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14430208 140724268728782 140724268728911 140724268728911 140724268732367 0
[pid=16768/tid=16773] ppid=16765 vsize=10624000 CPUtime=0.18 cores=1,3,5,7
/proc/16768/task/16773/stat : 16773 (java) S 16765 16768 4057 0 -1 1077944384 277 0 0 0 9 9 0 0 20 0 16 0 33153674 10878976000 123033 18446744073709551615 4194304 4196468 140724268723616 139689588083600 139689649161941 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14430208 140724268728782 140724268728911 140724268728911 140724268732367 0
[pid=16768/tid=16774] ppid=16765 vsize=10624000 CPUtime=0.18 cores=1,3,5,7
/proc/16768/task/16774/stat : 16774 (java) S 16765 16768 4057 0 -1 1077944384 247 0 0 0 9 9 0 0 20 0 16 0 33153674 10878976000 123033 18446744073709551615 4194304 4196468 140724268723616 139689587030800 139689649161941 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14430208 140724268728782 140724268728911 140724268728911 140724268732367 0
[pid=16768/tid=16775] ppid=16765 vsize=10624000 CPUtime=0.05 cores=1,3,5,7
/proc/16768/task/16775/stat : 16775 (java) S 16765 16768 4057 0 -1 1077944384 775 0 0 0 2 3 0 0 20 0 16 0 33153675 10878976000 123033 18446744073709551615 4194304 4196468 140724268723616 139689145944432 139689649162882 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14430208 140724268728782 140724268728911 140724268728911 140724268732367 0
[pid=16768/tid=16776] ppid=16765 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16768/task/16776/stat : 16776 (java) S 16765 16768 4057 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 16 0 33153676 10878976000 123033 18446744073709551615 4194304 4196468 140724268723616 139689144890464 139689649161941 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14430208 140724268728782 140724268728911 140724268728911 140724268732367 0
[pid=16768/tid=16777] ppid=16765 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16768/task/16777/stat : 16777 (java) S 16765 16768 4057 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 33153676 10878976000 123033 18446744073709551615 4194304 4196468 140724268723616 139689143837568 139689649161941 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14430208 140724268728782 140724268728911 140724268728911 140724268732367 0
[pid=16768/tid=16778] ppid=16765 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16768/task/16778/stat : 16778 (java) S 16765 16768 4057 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 33153678 10878976000 123033 18446744073709551615 4194304 4196468 140724268723616 139689142785872 139689649170331 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14430208 140724268728782 140724268728911 140724268728911 140724268732367 0
[pid=16768/tid=16779] ppid=16765 vsize=10624000 CPUtime=1.41 cores=1,3,5,7
/proc/16768/task/16779/stat : 16779 (java) S 16765 16768 4057 0 -1 1077944384 7200 0 0 0 140 1 0 0 20 0 16 0 33153678 10878976000 123033 18446744073709551615 4194304 4196468 140724268723616 139689141734256 139689649162882 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14430208 140724268728782 140724268728911 140724268728911 140724268732367 0
[pid=16768/tid=16780] ppid=16765 vsize=10624000 CPUtime=1.34 cores=1,3,5,7
/proc/16768/task/16780/stat : 16780 (java) S 16765 16768 4057 0 -1 1077944384 7452 0 0 0 133 1 0 0 20 0 16 0 33153678 10878976000 123033 18446744073709551615 4194304 4196468 140724268723616 139689140681456 139689649162882 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14430208 140724268728782 140724268728911 140724268728911 140724268732367 0
[pid=16768/tid=16781] ppid=16765 vsize=10624000 CPUtime=0.6 cores=1,3,5,7
/proc/16768/task/16781/stat : 16781 (java) S 16765 16768 4057 0 -1 1077944384 6682 0 0 0 58 2 0 0 20 0 16 0 33153678 10878976000 123033 18446744073709551615 4194304 4196468 140724268723616 139689139628656 139689649162882 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14430208 140724268728782 140724268728911 140724268728911 140724268732367 0
[pid=16768/tid=16782] ppid=16765 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16768/task/16782/stat : 16782 (java) S 16765 16768 4057 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 33153678 10878976000 123033 18446744073709551615 4194304 4196468 140724268723616 139689138576096 139689649161941 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14430208 140724268728782 140724268728911 140724268728911 140724268732367 0
[pid=16768/tid=16783] ppid=16765 vsize=10624000 CPUtime=1.05 cores=1,3,5,7
/proc/16768/task/16783/stat : 16783 (java) S 16765 16768 4057 0 -1 1077944384 846 0 0 0 47 58 0 0 20 0 16 0 33153683 10878976000 123033 18446744073709551615 4194304 4196468 140724268723616 139689137523376 139689649162882 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14430208 140724268728782 140724268728911 140724268728911 140724268732367 0
[pid=16768/tid=16784] ppid=16765 vsize=10624000 CPUtime=2501.99 cores=1,3,5,7
/proc/16768/task/16784/stat : 16784 (java) R 16765 16768 4057 0 -1 4202560 17149 0 0 0 250194 5 0 0 20 0 16 0 33153700 10878976000 123033 18446744073709551615 4194304 4196468 140724268723616 139689134333288 139689270117704 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14430208 140724268728782 140724268728911 140724268728911 140724268732367 0
Current children cumulated CPU time (s) 2507.46
Current children cumulated vsize (KiB) 10624000



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2514.9 s]
/proc/loadavg: 1.77 1.83 1.85 3/211 17033
/proc/meminfo: memFree=30791188/32770624 swapFree=0/460772
[pid=16768] ppid=16765 vsize=10624000 CPUtime=2520.07 cores=1,3,5,7
/proc/16768/stat : 16768 (java) S 16765 16768 4057 0 -1 1077944320 49126 0 0 0 251907 100 0 0 20 0 16 0 33153665 10878976000 123033 18446744073709551615 4194304 4196468 140724268723616 140724268706160 139689649151735 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 14430208 140724268728782 140724268728911 140724268728911 140724268732367 0
/proc/16768/statm: 2656000 123033 3157 1 0 2644926 0
[pid=16768/tid=16770] ppid=16765 vsize=10624000 CPUtime=0.21 cores=1,3,5,7
/proc/16768/task/16770/stat : 16770 (java) S 16765 16768 4057 0 -1 1077944384 6188 0 0 0 19 2 0 0 20 0 16 0 33153673 10878976000 123033 18446744073709551615 4194304 4196468 140724268723616 139689653394608 139689649161941 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 4 0 0 6293624 6294260 14430208 140724268728782 140724268728911 140724268728911 140724268732367 0
[pid=16768/tid=16771] ppid=16765 vsize=10624000 CPUtime=0.18 cores=1,3,5,7
/proc/16768/task/16771/stat : 16771 (java) S 16765 16768 4057 0 -1 1077944384 709 0 0 0 9 9 0 0 20 0 16 0 33153674 10878976000 123033 18446744073709551615 4194304 4196468 140724268723616 139689590189200 139689649161941 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14430208 140724268728782 140724268728911 140724268728911 140724268732367 0
[pid=16768/tid=16772] ppid=16765 vsize=10624000 CPUtime=0.18 cores=1,3,5,7
/proc/16768/task/16772/stat : 16772 (java) S 16765 16768 4057 0 -1 1077944384 241 0 0 0 9 9 0 0 20 0 16 0 33153674 10878976000 123033 18446744073709551615 4194304 4196468 140724268723616 139689589136400 139689649161941 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14430208 140724268728782 140724268728911 140724268728911 140724268732367 0
[pid=16768/tid=16773] ppid=16765 vsize=10624000 CPUtime=0.18 cores=1,3,5,7
/proc/16768/task/16773/stat : 16773 (java) S 16765 16768 4057 0 -1 1077944384 277 0 0 0 9 9 0 0 20 0 16 0 33153674 10878976000 123033 18446744073709551615 4194304 4196468 140724268723616 139689588083600 139689649161941 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14430208 140724268728782 140724268728911 140724268728911 140724268732367 0
[pid=16768/tid=16774] ppid=16765 vsize=10624000 CPUtime=0.18 cores=1,3,5,7
/proc/16768/task/16774/stat : 16774 (java) S 16765 16768 4057 0 -1 1077944384 247 0 0 0 9 9 0 0 20 0 16 0 33153674 10878976000 123033 18446744073709551615 4194304 4196468 140724268723616 139689587030800 139689649161941 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14430208 140724268728782 140724268728911 140724268728911 140724268732367 0
[pid=16768/tid=16775] ppid=16765 vsize=10624000 CPUtime=0.05 cores=1,3,5,7
/proc/16768/task/16775/stat : 16775 (java) S 16765 16768 4057 0 -1 1077944384 775 0 0 0 2 3 0 0 20 0 16 0 33153675 10878976000 123033 18446744073709551615 4194304 4196468 140724268723616 139689145944432 139689649162882 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14430208 140724268728782 140724268728911 140724268728911 140724268732367 0
[pid=16768/tid=16776] ppid=16765 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16768/task/16776/stat : 16776 (java) S 16765 16768 4057 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 16 0 33153676 10878976000 123033 18446744073709551615 4194304 4196468 140724268723616 139689144890464 139689649161941 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14430208 140724268728782 140724268728911 140724268728911 140724268732367 0
[pid=16768/tid=16777] ppid=16765 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16768/task/16777/stat : 16777 (java) S 16765 16768 4057 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 33153676 10878976000 123033 18446744073709551615 4194304 4196468 140724268723616 139689143837568 139689649161941 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14430208 140724268728782 140724268728911 140724268728911 140724268732367 0
[pid=16768/tid=16778] ppid=16765 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16768/task/16778/stat : 16778 (java) S 16765 16768 4057 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 33153678 10878976000 123033 18446744073709551615 4194304 4196468 140724268723616 139689142785872 139689649170331 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14430208 140724268728782 140724268728911 140724268728911 140724268732367 0
[pid=16768/tid=16779] ppid=16765 vsize=10624000 CPUtime=1.41 cores=1,3,5,7
/proc/16768/task/16779/stat : 16779 (java) S 16765 16768 4057 0 -1 1077944384 7200 0 0 0 140 1 0 0 20 0 16 0 33153678 10878976000 123033 18446744073709551615 4194304 4196468 140724268723616 139689141734256 139689649162882 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14430208 140724268728782 140724268728911 140724268728911 140724268732367 0
[pid=16768/tid=16780] ppid=16765 vsize=10624000 CPUtime=1.34 cores=1,3,5,7
/proc/16768/task/16780/stat : 16780 (java) S 16765 16768 4057 0 -1 1077944384 7452 0 0 0 133 1 0 0 20 0 16 0 33153678 10878976000 123033 18446744073709551615 4194304 4196468 140724268723616 139689140681456 139689649162882 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14430208 140724268728782 140724268728911 140724268728911 140724268732367 0
[pid=16768/tid=16781] ppid=16765 vsize=10624000 CPUtime=0.6 cores=1,3,5,7
/proc/16768/task/16781/stat : 16781 (java) S 16765 16768 4057 0 -1 1077944384 6682 0 0 0 58 2 0 0 20 0 16 0 33153678 10878976000 123033 18446744073709551615 4194304 4196468 140724268723616 139689139628656 139689649162882 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14430208 140724268728782 140724268728911 140724268728911 140724268732367 0
[pid=16768/tid=16782] ppid=16765 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16768/task/16782/stat : 16782 (java) S 16765 16768 4057 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 33153678 10878976000 123033 18446744073709551615 4194304 4196468 140724268723616 139689138576096 139689649161941 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14430208 140724268728782 140724268728911 140724268728911 140724268732367 0
[pid=16768/tid=16783] ppid=16765 vsize=10624000 CPUtime=1.06 cores=1,3,5,7
/proc/16768/task/16783/stat : 16783 (java) S 16765 16768 4057 0 -1 1077944384 848 0 0 0 47 59 0 0 20 0 16 0 33153683 10878976000 123033 18446744073709551615 4194304 4196468 140724268723616 139689137523376 139689649162882 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14430208 140724268728782 140724268728911 140724268728911 140724268732367 0
[pid=16768/tid=16784] ppid=16765 vsize=10624000 CPUtime=2514.59 cores=1,3,5,7
/proc/16768/task/16784/stat : 16784 (java) R 16765 16768 4057 0 -1 4202560 17149 0 0 0 251454 5 0 0 20 0 16 0 33153700 10878976000 123033 18446744073709551615 4194304 4196468 140724268723616 139689134333288 139689270984709 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14430208 140724268728782 140724268728911 140724268728911 140724268732367 0
Current children cumulated CPU time (s) 2520.07
Current children cumulated vsize (KiB) 10624000

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+2514.9 s]
/proc/loadavg: 1.77 1.83 1.85 3/211 17033
/proc/meminfo: memFree=30791188/32770624 swapFree=0/460772
[pid=16768] ppid=16765 vsize=10624000 CPUtime=2520.07 cores=1,3,5,7
/proc/16768/stat : 16768 (java) S 16765 16768 4057 0 -1 1077944320 49126 0 0 0 251907 100 0 0 20 0 16 0 33153665 10878976000 123033 18446744073709551615 4194304 4196468 140724268723616 140724268706160 139689649151735 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 14430208 140724268728782 140724268728911 140724268728911 140724268732367 0
/proc/16768/statm: 2656000 123033 3157 1 0 2644926 0
[pid=16768/tid=16770] ppid=16765 vsize=10624000 CPUtime=0.21 cores=1,3,5,7
/proc/16768/task/16770/stat : 16770 (java) S 16765 16768 4057 0 -1 1077944384 6188 0 0 0 19 2 0 0 20 0 16 0 33153673 10878976000 123033 18446744073709551615 4194304 4196468 140724268723616 139689653394608 139689649161941 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 4 0 0 6293624 6294260 14430208 140724268728782 140724268728911 140724268728911 140724268732367 0
[pid=16768/tid=16771] ppid=16765 vsize=10624000 CPUtime=0.18 cores=1,3,5,7
/proc/16768/task/16771/stat : 16771 (java) S 16765 16768 4057 0 -1 1077944384 709 0 0 0 9 9 0 0 20 0 16 0 33153674 10878976000 123033 18446744073709551615 4194304 4196468 140724268723616 139689590189200 139689649161941 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14430208 140724268728782 140724268728911 140724268728911 140724268732367 0
[pid=16768/tid=16772] ppid=16765 vsize=10624000 CPUtime=0.18 cores=1,3,5,7
/proc/16768/task/16772/stat : 16772 (java) S 16765 16768 4057 0 -1 1077944384 241 0 0 0 9 9 0 0 20 0 16 0 33153674 10878976000 123033 18446744073709551615 4194304 4196468 140724268723616 139689589136400 139689649161941 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14430208 140724268728782 140724268728911 140724268728911 140724268732367 0
[pid=16768/tid=16773] ppid=16765 vsize=10624000 CPUtime=0.18 cores=1,3,5,7
/proc/16768/task/16773/stat : 16773 (java) S 16765 16768 4057 0 -1 1077944384 277 0 0 0 9 9 0 0 20 0 16 0 33153674 10878976000 123033 18446744073709551615 4194304 4196468 140724268723616 139689588083600 139689649161941 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14430208 140724268728782 140724268728911 140724268728911 140724268732367 0
[pid=16768/tid=16774] ppid=16765 vsize=10624000 CPUtime=0.18 cores=1,3,5,7
/proc/16768/task/16774/stat : 16774 (java) S 16765 16768 4057 0 -1 1077944384 247 0 0 0 9 9 0 0 20 0 16 0 33153674 10878976000 123033 18446744073709551615 4194304 4196468 140724268723616 139689587030800 139689649161941 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14430208 140724268728782 140724268728911 140724268728911 140724268732367 0
[pid=16768/tid=16775] ppid=16765 vsize=10624000 CPUtime=0.05 cores=1,3,5,7
/proc/16768/task/16775/stat : 16775 (java) S 16765 16768 4057 0 -1 1077944384 775 0 0 0 2 3 0 0 20 0 16 0 33153675 10878976000 123033 18446744073709551615 4194304 4196468 140724268723616 139689145944432 139689649162882 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14430208 140724268728782 140724268728911 140724268728911 140724268732367 0
[pid=16768/tid=16776] ppid=16765 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16768/task/16776/stat : 16776 (java) S 16765 16768 4057 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 16 0 33153676 10878976000 123033 18446744073709551615 4194304 4196468 140724268723616 139689144890464 139689649161941 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14430208 140724268728782 140724268728911 140724268728911 140724268732367 0
[pid=16768/tid=16777] ppid=16765 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16768/task/16777/stat : 16777 (java) S 16765 16768 4057 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 33153676 10878976000 123033 18446744073709551615 4194304 4196468 140724268723616 139689143837568 139689649161941 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14430208 140724268728782 140724268728911 140724268728911 140724268732367 0
[pid=16768/tid=16778] ppid=16765 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16768/task/16778/stat : 16778 (java) S 16765 16768 4057 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 33153678 10878976000 123033 18446744073709551615 4194304 4196468 140724268723616 139689142785872 139689649170331 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14430208 140724268728782 140724268728911 140724268728911 140724268732367 0
[pid=16768/tid=16779] ppid=16765 vsize=10624000 CPUtime=1.41 cores=1,3,5,7
/proc/16768/task/16779/stat : 16779 (java) S 16765 16768 4057 0 -1 1077944384 7200 0 0 0 140 1 0 0 20 0 16 0 33153678 10878976000 123033 18446744073709551615 4194304 4196468 140724268723616 139689141734256 139689649162882 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14430208 140724268728782 140724268728911 140724268728911 140724268732367 0
[pid=16768/tid=16780] ppid=16765 vsize=10624000 CPUtime=1.34 cores=1,3,5,7
/proc/16768/task/16780/stat : 16780 (java) S 16765 16768 4057 0 -1 1077944384 7452 0 0 0 133 1 0 0 20 0 16 0 33153678 10878976000 123033 18446744073709551615 4194304 4196468 140724268723616 139689140681456 139689649162882 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14430208 140724268728782 140724268728911 140724268728911 140724268732367 0
[pid=16768/tid=16781] ppid=16765 vsize=10624000 CPUtime=0.6 cores=1,3,5,7
/proc/16768/task/16781/stat : 16781 (java) S 16765 16768 4057 0 -1 1077944384 6682 0 0 0 58 2 0 0 20 0 16 0 33153678 10878976000 123033 18446744073709551615 4194304 4196468 140724268723616 139689139628656 139689649162882 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14430208 140724268728782 140724268728911 140724268728911 140724268732367 0
[pid=16768/tid=16782] ppid=16765 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/16768/task/16782/stat : 16782 (java) S 16765 16768 4057 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 33153678 10878976000 123033 18446744073709551615 4194304 4196468 140724268723616 139689138576096 139689649161941 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14430208 140724268728782 140724268728911 140724268728911 140724268732367 0
[pid=16768/tid=16783] ppid=16765 vsize=10624000 CPUtime=1.06 cores=1,3,5,7
/proc/16768/task/16783/stat : 16783 (java) S 16765 16768 4057 0 -1 1077944384 848 0 0 0 47 59 0 0 20 0 16 0 33153683 10878976000 123033 18446744073709551615 4194304 4196468 140724268723616 139689137523376 139689649162882 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14430208 140724268728782 140724268728911 140724268728911 140724268732367 0
[pid=16768/tid=16784] ppid=16765 vsize=10624000 CPUtime=2514.59 cores=1,3,5,7
/proc/16768/task/16784/stat : 16784 (java) R 16765 16768 4057 0 -1 4202560 17149 0 0 0 251454 5 0 0 20 0 16 0 33153700 10878976000 123033 18446744073709551615 4194304 4196468 140724268723616 139689134333288 139689270984709 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14430208 140724268728782 140724268728911 140724268728911 140724268732367 0
Current children cumulated CPU time (s) 2520.07
Current children cumulated vsize (KiB) 10624000

Child status: 143
Real time (s): 2514.91
CPU time (s): 2520.09
CPU user time (s): 2519.09
CPU system time (s): 1.00723
CPU usage (%): 100.206
Max. virtual memory (cumulated for all children) (KiB): 10625024

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.09
system time used= 1.00724
maximum resident set size= 493040
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 49470
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1544
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 57569
involuntary context switches= 675

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.781 second user time and 15.3574 second system time

The end

Launcher Data

Begin job on node125 at 2017-08-09 21:54:44
IDJOB=4264174
IDBENCH=135805
IDSOLVER=2652
FILE ID=node125/4264174-1502309328
RUNJOBID= node125-1502257550-8974
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= AbsCon-basic 2017-06-11
BENCH NAME= XCSP17/TravellingSalesman/TravellingSalesman-m1-n150/TravellingSalesman-150-50-14.xml
COMMAND LINE= java -jar HOME/AbsCon-basic.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4264174-1502309328/watcher-4264174-1502309328 -o /tmp/evaluation-result-4264174-1502309328/solver-4264174-1502309328 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1502257550-8974 --watchdog 2580  java -jar HOME/AbsCon-basic.jar HOME/instance-4264174-1502309328.xml

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

MD5SUM BENCH= b2c04361dada2322dcbf50e86c385888
RANDOM SEED=2060148634

node125.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.07
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.07
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.07
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.07
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:        31230248 kB
MemAvailable:   31830964 kB
Buffers:          212364 kB
Cached:           673364 kB
SwapCached:            0 kB
Active:           647616 kB
Inactive:         476984 kB
Active(anon):     239208 kB
Inactive(anon):    16716 kB
Active(file):     408408 kB
Inactive(file):   460268 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7856 kB
Writeback:             4 kB
AnonPages:        238908 kB
Mapped:            49280 kB
Shmem:             17060 kB
Slab:             120392 kB
SReclaimable:      95748 kB
SUnreclaim:        24644 kB
KernelStack:        3440 kB
PageTables:         5724 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1141424 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    172032 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 62016 MiB
End job on node125 at 2017-08-09 22:36:39