Trace number 4263814

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)0 2520.0601 2512.3101

General information on the benchmark

NameBinPacking/BinPacking-mdd-sw120/
BinPacking-mdd-sw120-20.xml
MD5SUM60ebd5c4fe4cf6d5772447ebf177dfde
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark2400.1
Satisfiable
(Un)Satisfiability was proved
Number of variables133
Number of constraints25
Number of domains2
Minimum domain size23
Maximum domain size50
Distribution of domain sizes[{"size":23,"count":1},{"size":50,"count":132}]
Minimum variable degree2
Maximum variable degree4
Distribution of variable degrees[{"degree":2,"count":1},{"degree":3,"count":110},{"degree":4,"count":22}]
Minimum constraint arity6
Maximum constraint arity132
Distribution of constraint arities[{"arity":6,"count":22},{"arity":23,"count":1},{"arity":132,"count":2}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"mdd","count":22},{"type":"lex","count":1},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

0.23/0.36	
0.23/0.36	AbsCon 2 
0.23/0.36	
1.89/1.16	  Solving XCSP3-instance-4263814-1502314360 as a COP in -infty..+infty
1.89/1.16	  Loading variables...
2.41/1.35	  Loading constraints...
4.66/2.39	  Solver SolverBacktrack being built...
4.66/2.39	
5.20/2.57	  Preprocessing : gac=true, ccks=0, filters=88, revisions=0 (useless=0), AC=858, removals=858, inconsistent=false
5.20/2.57	
203.48/198.47	o 0
2520.04/2512.30	
2520.04/2512.30	v <instantiation id='sol1' type='solution' cost='0'>  <list> x b[][] </list>  <values> 0 200 199 187 187 184 0 200 198 187 184 184 0 199 195 195 195 194 0 198 198 198 196 196 0 198 193 185 185 185 0 198 193 184 184 184 0 195 190 190 189 189 0 194 192 191 191 191 0 193 193 186 186 185 0 193 192 189 188 187 0 184 184 183 183 183 0 182 181 180 180 180 0 180 180 179 155 153 152 179 179 178 157 154 151 178 177 177 157 155 153 177 176 175 157 157 156 175 174 174 163 157 151 173 173 172 163 160 158 172 170 170 163 161 160 171 166 165 164 162 160 170 169 169 163 161 160 169 168 167 166 160 159 </values>  </instantiation>
2520.04/2512.30	s SATISFIABLE

Verifier Data

OK	0

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

pid=17446
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.92 2.00 1.96 3/195 17449
/proc/meminfo: memFree=31283588/32770624 swapFree=0/461752
[pid=17449] ppid=17446 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/17449/stat : 17449 (runsolver) D 17446 17449 4057 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 33656846 24240128 107 18446744073709551615 4194304 4338465 140735517279552 140735517277192 140038272393943 0 0 1 24578 18446744071580418449 0 0 17 5 0 0 0 0 0 6438912 6441760 25452544 140735517286561 140735517286986 140735517286986 140735517290442 0
/proc/17449/statm: 5918 107 54 36 0 2156 0

[startup+0.100247 s]
/proc/loadavg: 1.92 2.00 1.96 3/195 17449
/proc/meminfo: memFree=31283588/32770624 swapFree=0/461752
[pid=17449] ppid=17446 vsize=9936560 CPUtime=0 cores=1,3,5,7
/proc/17449/stat : 17449 (java) S 17446 17449 4057 0 -1 1077944320 2875 0 0 0 0 0 0 0 20 0 6 0 33656846 10175037440 3592 18446744073709551615 4194304 4196468 140731351221312 140731351203856 140300057390839 0 0 1 16784584 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 18317312 140731351228878 140731351229007 140731351229007 140731351232463 0
/proc/17449/statm: 2484140 3592 1540 1 0 2473637 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9936560

[startup+0.203133 s]
/proc/loadavg: 1.92 2.00 1.96 3/195 17449
/proc/meminfo: memFree=31283588/32770624 swapFree=0/461752
[pid=17449] ppid=17446 vsize=10551180 CPUtime=0.07 cores=1,3,5,7
/proc/17449/stat : 17449 (java) S 17446 17449 4057 0 -1 1077944320 4802 0 0 0 6 1 0 0 20 0 15 0 33656846 10804408320 6307 18446744073709551615 4194304 4196468 140731351221312 140731351203856 140300057390839 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 18317312 140731351228878 140731351229007 140731351229007 140731351232463 0
/proc/17449/statm: 2637795 6307 2613 1 0 2627261 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 10551180

[startup+0.300369 s]
/proc/loadavg: 1.92 2.00 1.96 3/195 17449
/proc/meminfo: memFree=31283588/32770624 swapFree=0/461752
[pid=17449] ppid=17446 vsize=10551180 CPUtime=0.23 cores=1,3,5,7
/proc/17449/stat : 17449 (java) S 17446 17449 4057 0 -1 1077944320 8683 0 0 0 21 2 0 0 20 0 15 0 33656846 10804408320 8975 18446744073709551615 4194304 4196468 140731351221312 140731351203856 140300057390839 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 18317312 140731351228878 140731351229007 140731351229007 140731351232463 0
/proc/17449/statm: 2637795 8975 2853 1 0 2627261 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 10551180

[startup+0.700923 s]
/proc/loadavg: 1.92 2.00 1.96 3/195 17449
/proc/meminfo: memFree=31283588/32770624 swapFree=0/461752
[pid=17449] ppid=17446 vsize=10621952 CPUtime=1.09 cores=1,3,5,7
/proc/17449/stat : 17449 (java) S 17446 17449 4057 0 -1 1077944320 12381 0 0 0 105 4 0 0 20 0 16 0 33656846 10876878848 24126 18446744073709551615 4194304 4196468 140731351221312 140731351203856 140300057390839 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 18317312 140731351228878 140731351229007 140731351229007 140731351232463 0
/proc/17449/statm: 2655488 24126 3072 1 0 2644414 0
Current children cumulated CPU time (s) 1.09
Current children cumulated vsize (KiB) 10621952

[startup+1.50092 s]
/proc/loadavg: 1.92 2.00 1.96 4/211 17465
/proc/meminfo: memFree=31105724/32770624 swapFree=0/461812
[pid=17449] ppid=17446 vsize=10621952 CPUtime=3.01 cores=1,3,5,7
/proc/17449/stat : 17449 (java) S 17446 17449 4057 0 -1 1077944320 15543 0 0 0 294 7 0 0 20 0 16 0 33656846 10876878848 49113 18446744073709551615 4194304 4196468 140731351221312 140731351203856 140300057390839 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 18317312 140731351228878 140731351229007 140731351229007 140731351232463 0
/proc/17449/statm: 2655488 49113 3107 1 0 2644414 0
[pid=17449/tid=17451] ppid=17446 vsize=10621952 CPUtime=0.21 cores=1,3,5,7
/proc/17449/task/17451/stat : 17451 (java) S 17446 17449 4057 0 -1 1077944384 6190 0 0 0 19 2 0 0 20 0 16 0 33656855 10876878848 49113 18446744073709551615 4194304 4196468 140731351221312 140300061633712 140300057401045 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 4 0 0 6293624 6294260 18317312 140731351228878 140731351229007 140731351229007 140731351232463 0
[pid=17449/tid=17452] ppid=17446 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/17449/task/17452/stat : 17452 (java) S 17446 17449 4057 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 16 0 33656855 10876878848 49113 18446744073709551615 4194304 4196468 140731351221312 140300014357520 140300057401045 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18317312 140731351228878 140731351229007 140731351229007 140731351232463 0
[pid=17449/tid=17453] ppid=17446 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/17449/task/17453/stat : 17453 (java) S 17446 17449 4057 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 16 0 33656855 10876878848 49113 18446744073709551615 4194304 4196468 140731351221312 140300013304976 140300057401045 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18317312 140731351228878 140731351229007 140731351229007 140731351232463 0
[pid=17449/tid=17454] ppid=17446 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/17449/task/17454/stat : 17454 (java) S 17446 17449 4057 0 -1 1077944384 11 0 0 0 0 0 0 0 20 0 16 0 33656855 10876878848 49113 18446744073709551615 4194304 4196468 140731351221312 140300012251920 140300057401045 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18317312 140731351228878 140731351229007 140731351229007 140731351232463 0
[pid=17449/tid=17455] ppid=17446 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/17449/task/17455/stat : 17455 (java) S 17446 17449 4057 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 16 0 33656855 10876878848 49113 18446744073709551615 4194304 4196468 140731351221312 140300011199376 140300057401045 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18317312 140731351228878 140731351229007 140731351229007 140731351232463 0
[pid=17449/tid=17456] ppid=17446 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/17449/task/17456/stat : 17456 (java) S 17446 17449 4057 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 16 0 33656857 10876878848 49113 18446744073709551615 4194304 4196468 140731351221312 140299621300464 140300057401986 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18317312 140731351228878 140731351229007 140731351229007 140731351232463 0
[pid=17449/tid=17457] ppid=17446 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/17449/task/17457/stat : 17457 (java) S 17446 17449 4057 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 16 0 33656857 10876878848 49113 18446744073709551615 4194304 4196468 140731351221312 140299620246688 140300057401045 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18317312 140731351228878 140731351229007 140731351229007 140731351232463 0
[pid=17449/tid=17458] ppid=17446 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/17449/task/17458/stat : 17458 (java) S 17446 17449 4057 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 33656857 10876878848 49113 18446744073709551615 4194304 4196468 140731351221312 140299619193584 140300057401045 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18317312 140731351228878 140731351229007 140731351229007 140731351232463 0
[pid=17449/tid=17459] ppid=17446 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/17449/task/17459/stat : 17459 (java) S 17446 17449 4057 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 33656860 10876878848 49113 18446744073709551615 4194304 4196468 140731351221312 140299618142160 140300057409435 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18317312 140731351228878 140731351229007 140731351229007 140731351232463 0
[pid=17449/tid=17460] ppid=17446 vsize=10621952 CPUtime=0.59 cores=1,3,5,7
/proc/17449/task/17460/stat : 17460 (java) R 17446 17449 4057 0 -1 4202560 1624 0 0 0 59 0 0 0 20 0 16 0 33656860 10876878848 49113 18446744073709551615 4194304 4196468 140731351221312 140299617076360 140300041360484 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18317312 140731351228878 140731351229007 140731351229007 140731351232463 0
[pid=17449/tid=17461] ppid=17446 vsize=10621952 CPUtime=0.67 cores=1,3,5,7
/proc/17449/task/17461/stat : 17461 (java) R 17446 17449 4057 0 -1 4202560 1712 0 0 0 67 0 0 0 20 0 16 0 33656860 10876878848 49113 18446744073709551615 4194304 4196468 140731351221312 140299616019544 140300043416455 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18317312 140731351228878 140731351229007 140731351229007 140731351232463 0
[pid=17449/tid=17462] ppid=17446 vsize=10621952 CPUtime=0.34 cores=1,3,5,7
/proc/17449/task/17462/stat : 17462 (java) S 17446 17449 4057 0 -1 1077944384 1615 0 0 0 34 0 0 0 20 0 16 0 33656860 10876878848 49113 18446744073709551615 4194304 4196468 140731351221312 140299614984688 140300057401986 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18317312 140731351228878 140731351229007 140731351229007 140731351232463 0
[pid=17449/tid=17463] ppid=17446 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/17449/task/17463/stat : 17463 (java) S 17446 17449 4057 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 33656860 10876878848 49113 18446744073709551615 4194304 4196468 140731351221312 140299613932384 140300057401045 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18317312 140731351228878 140731351229007 140731351229007 140731351232463 0
[pid=17449/tid=17464] ppid=17446 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/17449/task/17464/stat : 17464 (java) S 17446 17449 4057 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 33656865 10876878848 49113 18446744073709551615 4194304 4196468 140731351221312 140299612879408 140300057401986 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18317312 140731351228878 140731351229007 140731351229007 140731351232463 0
[pid=17449/tid=17465] ppid=17446 vsize=10621952 CPUtime=1.11 cores=1,3,5,7
/proc/17449/task/17465/stat : 17465 (java) R 17446 17449 4057 0 -1 4202560 2903 0 0 0 109 2 0 0 20 0 16 0 33656882 10876878848 49113 18446744073709551615 4194304 4196468 140731351221312 140299609683656 140300037115911 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 18317312 140731351228878 140731351229007 140731351229007 140731351232463 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 10621952

[startup+3.10075 s]
/proc/loadavg: 1.92 2.00 1.96 3/211 17465
/proc/meminfo: memFree=30917764/32770624 swapFree=0/461812
[pid=17449] ppid=17446 vsize=10624000 CPUtime=6.31 cores=1,3,5,7
/proc/17449/stat : 17449 (java) S 17446 17449 4057 0 -1 1077944320 20413 0 0 0 611 20 0 0 20 0 16 0 33656846 10878976000 102870 18446744073709551615 4194304 4196468 140731351221312 140731351203856 140300057390839 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 18317312 140731351228878 140731351229007 140731351229007 140731351232463 0
/proc/17449/statm: 2656000 102870 3128 1 0 2644926 0
[pid=17449/tid=17451] ppid=17446 vsize=10624000 CPUtime=0.21 cores=1,3,5,7
/proc/17449/task/17451/stat : 17451 (java) S 17446 17449 4057 0 -1 1077944384 6190 0 0 0 19 2 0 0 20 0 16 0 33656855 10878976000 102870 18446744073709551615 4194304 4196468 140731351221312 140300061633712 140300057401045 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 4 0 0 6293624 6294260 18317312 140731351228878 140731351229007 140731351229007 140731351232463 0
[pid=17449/tid=17452] ppid=17446 vsize=10624000 CPUtime=0.08 cores=1,3,5,7
/proc/17449/task/17452/stat : 17452 (java) S 17446 17449 4057 0 -1 1077944384 154 0 0 0 5 3 0 0 20 0 16 0 33656855 10878976000 102870 18446744073709551615 4194304 4196468 140731351221312 140300014357520 140300057401045 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18317312 140731351228878 140731351229007 140731351229007 140731351232463 0
[pid=17449/tid=17453] ppid=17446 vsize=10624000 CPUtime=0.07 cores=1,3,5,7
/proc/17449/task/17453/stat : 17453 (java) S 17446 17449 4057 0 -1 1077944384 156 0 0 0 5 2 0 0 20 0 16 0 33656855 10878976000 102870 18446744073709551615 4194304 4196468 140731351221312 140300013304976 140300057401045 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18317312 140731351228878 140731351229007 140731351229007 140731351232463 0
[pid=17449/tid=17454] ppid=17446 vsize=10624000 CPUtime=0.09 cores=1,3,5,7
/proc/17449/task/17454/stat : 17454 (java) S 17446 17449 4057 0 -1 1077944384 143 0 0 0 6 3 0 0 20 0 16 0 33656855 10878976000 102870 18446744073709551615 4194304 4196468 140731351221312 140300012251920 140300057401045 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18317312 140731351228878 140731351229007 140731351229007 140731351232463 0
[pid=17449/tid=17455] ppid=17446 vsize=10624000 CPUtime=0.07 cores=1,3,5,7
/proc/17449/task/17455/stat : 17455 (java) S 17446 17449 4057 0 -1 1077944384 142 0 0 0 5 2 0 0 20 0 16 0 33656855 10878976000 102870 18446744073709551615 4194304 4196468 140731351221312 140300011199376 140300057401045 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18317312 140731351228878 140731351229007 140731351229007 140731351232463 0
[pid=17449/tid=17456] ppid=17446 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/17449/task/17456/stat : 17456 (java) S 17446 17449 4057 0 -1 1077944384 209 0 0 0 0 0 0 0 20 0 16 0 33656857 10878976000 102870 18446744073709551615 4194304 4196468 140731351221312 140299621300464 140300057401986 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18317312 140731351228878 140731351229007 140731351229007 140731351232463 0
[pid=17449/tid=17457] ppid=17446 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/17449/task/17457/stat : 17457 (java) S 17446 17449 4057 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 16 0 33656857 10878976000 102870 18446744073709551615 4194304 4196468 140731351221312 140299620246752 140300057401045 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18317312 140731351228878 140731351229007 140731351229007 140731351232463 0
[pid=17449/tid=17458] ppid=17446 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/17449/task/17458/stat : 17458 (java) S 17446 17449 4057 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 33656857 10878976000 102870 18446744073709551615 4194304 4196468 140731351221312 140299619193600 140300057401045 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18317312 140731351228878 140731351229007 140731351229007 140731351232463 0
[pid=17449/tid=17459] ppid=17446 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/17449/task/17459/stat : 17459 (java) S 17446 17449 4057 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 33656860 10878976000 102870 18446744073709551615 4194304 4196468 140731351221312 140299618142160 140300057409435 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18317312 140731351228878 140731351229007 140731351229007 140731351232463 0
[pid=17449/tid=17460] ppid=17446 vsize=10624000 CPUtime=1.35 cores=1,3,5,7
/proc/17449/task/17460/stat : 17460 (java) R 17446 17449 4057 0 -1 4202560 3913 0 0 0 134 1 0 0 20 0 16 0 33656860 10878976000 102870 18446744073709551615 4194304 4196468 140731351221312 140299617090288 140300038026723 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18317312 140731351228878 140731351229007 140731351229007 140731351232463 0
[pid=17449/tid=17461] ppid=17446 vsize=10624000 CPUtime=1.27 cores=1,3,5,7
/proc/17449/task/17461/stat : 17461 (java) S 17446 17449 4057 0 -1 1077944384 3036 0 0 0 127 0 0 0 20 0 16 0 33656860 10878976000 102870 18446744073709551615 4194304 4196468 140731351221312 140299616037744 140300057401986 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18317312 140731351228878 140731351229007 140731351229007 140731351232463 0
[pid=17449/tid=17462] ppid=17446 vsize=10624000 CPUtime=0.46 cores=1,3,5,7
/proc/17449/task/17462/stat : 17462 (java) S 17446 17449 4057 0 -1 1077944384 1895 0 0 0 46 0 0 0 20 0 16 0 33656860 10878976000 102870 18446744073709551615 4194304 4196468 140731351221312 140299614984688 140300057401986 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18317312 140731351228878 140731351229007 140731351229007 140731351232463 0
[pid=17449/tid=17463] ppid=17446 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/17449/task/17463/stat : 17463 (java) S 17446 17449 4057 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 33656860 10878976000 102870 18446744073709551615 4194304 4196468 140731351221312 140299613932384 140300057401045 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18317312 140731351228878 140731351229007 140731351229007 140731351232463 0
[pid=17449/tid=17464] ppid=17446 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/17449/task/17464/stat : 17464 (java) S 17446 17449 4057 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 33656865 10878976000 102870 18446744073709551615 4194304 4196468 140731351221312 140299612879408 140300057401986 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18317312 140731351228878 140731351229007 140731351229007 140731351232463 0
[pid=17449/tid=17465] ppid=17446 vsize=10624000 CPUtime=2.62 cores=1,3,5,7
/proc/17449/task/17465/stat : 17465 (java) R 17446 17449 4057 0 -1 4202560 3215 0 0 0 259 3 0 0 20 0 16 0 33656882 10878976000 102870 18446744073709551615 4194304 4196468 140731351221312 140299609689208 140299692674416 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18317312 140731351228878 140731351229007 140731351229007 140731351232463 0
Current children cumulated CPU time (s) 6.31
Current children cumulated vsize (KiB) 10624000

[startup+6.30074 s]
/proc/loadavg: 1.85 1.98 1.96 3/211 17465
/proc/meminfo: memFree=30878752/32770624 swapFree=0/461808
[pid=17449] ppid=17446 vsize=10624000 CPUtime=10.47 cores=1,3,5,7
/proc/17449/stat : 17449 (java) S 17446 17449 4057 0 -1 1077944320 28265 0 0 0 1026 21 0 0 20 0 16 0 33656846 10878976000 103132 18446744073709551615 4194304 4196468 140731351221312 140731351203856 140300057390839 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 18317312 140731351228878 140731351229007 140731351229007 140731351232463 0
/proc/17449/statm: 2656000 103132 3130 1 0 2644926 0
[pid=17449/tid=17451] ppid=17446 vsize=10624000 CPUtime=0.21 cores=1,3,5,7
/proc/17449/task/17451/stat : 17451 (java) S 17446 17449 4057 0 -1 1077944384 6190 0 0 0 19 2 0 0 20 0 16 0 33656855 10878976000 103132 18446744073709551615 4194304 4196468 140731351221312 140300061633712 140300057401045 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 4 0 0 6293624 6294260 18317312 140731351228878 140731351229007 140731351229007 140731351232463 0
[pid=17449/tid=17452] ppid=17446 vsize=10624000 CPUtime=0.08 cores=1,3,5,7
/proc/17449/task/17452/stat : 17452 (java) S 17446 17449 4057 0 -1 1077944384 154 0 0 0 5 3 0 0 20 0 16 0 33656855 10878976000 103132 18446744073709551615 4194304 4196468 140731351221312 140300014357520 140300057401045 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18317312 140731351228878 140731351229007 140731351229007 140731351232463 0
[pid=17449/tid=17453] ppid=17446 vsize=10624000 CPUtime=0.07 cores=1,3,5,7
/proc/17449/task/17453/stat : 17453 (java) S 17446 17449 4057 0 -1 1077944384 156 0 0 0 5 2 0 0 20 0 16 0 33656855 10878976000 103132 18446744073709551615 4194304 4196468 140731351221312 140300013304976 140300057401045 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18317312 140731351228878 140731351229007 140731351229007 140731351232463 0
[pid=17449/tid=17454] ppid=17446 vsize=10624000 CPUtime=0.09 cores=1,3,5,7
/proc/17449/task/17454/stat : 17454 (java) S 17446 17449 4057 0 -1 1077944384 143 0 0 0 6 3 0 0 20 0 16 0 33656855 10878976000 103132 18446744073709551615 4194304 4196468 140731351221312 140300012251920 140300057401045 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18317312 140731351228878 140731351229007 140731351229007 140731351232463 0
[pid=17449/tid=17455] ppid=17446 vsize=10624000 CPUtime=0.07 cores=1,3,5,7
/proc/17449/task/17455/stat : 17455 (java) S 17446 17449 4057 0 -1 1077944384 142 0 0 0 5 2 0 0 20 0 16 0 33656855 10878976000 103132 18446744073709551615 4194304 4196468 140731351221312 140300011199376 140300057401045 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18317312 140731351228878 140731351229007 140731351229007 140731351232463 0
[pid=17449/tid=17456] ppid=17446 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/17449/task/17456/stat : 17456 (java) S 17446 17449 4057 0 -1 1077944384 255 0 0 0 0 0 0 0 20 0 16 0 33656857 10878976000 103132 18446744073709551615 4194304 4196468 140731351221312 140299621300464 140300057401986 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18317312 140731351228878 140731351229007 140731351229007 140731351232463 0
[pid=17449/tid=17457] ppid=17446 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/17449/task/17457/stat : 17457 (java) S 17446 17449 4057 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 16 0 33656857 10878976000 103132 18446744073709551615 4194304 4196468 140731351221312 140299620246752 140300057401045 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18317312 140731351228878 140731351229007 140731351229007 140731351232463 0
[pid=17449/tid=17458] ppid=17446 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/17449/task/17458/stat : 17458 (java) S 17446 17449 4057 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 33656857 10878976000 103132 18446744073709551615 4194304 4196468 140731351221312 140299619193600 140300057401045 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18317312 140731351228878 140731351229007 140731351229007 140731351232463 0
[pid=17449/tid=17459] ppid=17446 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/17449/task/17459/stat : 17459 (java) S 17446 17449 4057 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 33656860 10878976000 103132 18446744073709551615 4194304 4196468 140731351221312 140299618142160 140300057409435 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18317312 140731351228878 140731351229007 140731351229007 140731351232463 0
[pid=17449/tid=17460] ppid=17446 vsize=10624000 CPUtime=1.91 cores=1,3,5,7
/proc/17449/task/17460/stat : 17460 (java) S 17446 17449 4057 0 -1 1077944384 6337 0 0 0 190 1 0 0 20 0 16 0 33656860 10878976000 103132 18446744073709551615 4194304 4196468 140731351221312 140299617090288 140300057401986 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 11 0 0 6293624 6294260 18317312 140731351228878 140731351229007 140731351229007 140731351232463 0
[pid=17449/tid=17461] ppid=17446 vsize=10624000 CPUtime=1.62 cores=1,3,5,7
/proc/17449/task/17461/stat : 17461 (java) S 17446 17449 4057 0 -1 1077944384 4880 0 0 0 162 0 0 0 20 0 16 0 33656860 10878976000 103132 18446744073709551615 4194304 4196468 140731351221312 140299616037744 140300057401986 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 10 0 0 6293624 6294260 18317312 140731351228878 140731351229007 140731351229007 140731351232463 0
[pid=17449/tid=17462] ppid=17446 vsize=10624000 CPUtime=0.5 cores=1,3,5,7
/proc/17449/task/17462/stat : 17462 (java) S 17446 17449 4057 0 -1 1077944384 2101 0 0 0 50 0 0 0 20 0 16 0 33656860 10878976000 103132 18446744073709551615 4194304 4196468 140731351221312 140299614984688 140300057401986 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18317312 140731351228878 140731351229007 140731351229007 140731351232463 0
[pid=17449/tid=17463] ppid=17446 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/17449/task/17463/stat : 17463 (java) S 17446 17449 4057 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 33656860 10878976000 103132 18446744073709551615 4194304 4196468 140731351221312 140299613932384 140300057401045 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18317312 140731351228878 140731351229007 140731351229007 140731351232463 0
[pid=17449/tid=17464] ppid=17446 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/17449/task/17464/stat : 17464 (java) S 17446 17449 4057 0 -1 1077944384 587 0 0 0 0 0 0 0 20 0 16 0 33656865 10878976000 103132 18446744073709551615 4194304 4196468 140731351221312 140299612879408 140300057401986 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 11 0 0 6293624 6294260 18317312 140731351228878 140731351229007 140731351229007 140731351232463 0
[pid=17449/tid=17465] ppid=17446 vsize=10624000 CPUtime=5.82 cores=1,3,5,7
/proc/17449/task/17465/stat : 17465 (java) R 17446 17449 4057 0 -1 4202560 5961 0 0 0 578 4 0 0 20 0 16 0 33656882 10878976000 103132 18446744073709551615 4194304 4196468 140731351221312 140299609685792 140299692643354 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18317312 140731351228878 140731351229007 140731351229007 140731351232463 0
Current children cumulated CPU time (s) 10.47
Current children cumulated vsize (KiB) 10624000

[startup+12.7008 s]
/proc/loadavg: 1.86 1.99 1.96 3/211 17465
/proc/meminfo: memFree=30880104/32770624 swapFree=0/461816
[pid=17449] ppid=17446 vsize=10624000 CPUtime=16.98 cores=1,3,5,7
/proc/17449/stat : 17449 (java) S 17446 17449 4057 0 -1 1077944320 30454 0 0 0 1676 22 0 0 20 0 16 0 33656846 10878976000 103195 18446744073709551615 4194304 4196468 140731351221312 140731351203856 140300057390839 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 18317312 140731351228878 140731351229007 140731351229007 140731351232463 0
/proc/17449/statm: 2656000 103195 3130 1 0 2644926 0
[pid=17449/tid=17451] ppid=17446 vsize=10624000 CPUtime=0.21 cores=1,3,5,7
/proc/17449/task/17451/stat : 17451 (java) S 17446 17449 4057 0 -1 1077944384 6190 0 0 0 19 2 0 0 20 0 16 0 33656855 10878976000 103195 18446744073709551615 4194304 4196468 140731351221312 140300061633712 140300057401045 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 4 0 0 6293624 6294260 18317312 140731351228878 140731351229007 140731351229007 140731351232463 0
[pid=17449/tid=17452] ppid=17446 vsize=10624000 CPUtime=0.08 cores=1,3,5,7
/proc/17449/task/17452/stat : 17452 (java) S 17446 17449 4057 0 -1 1077944384 154 0 0 0 5 3 0 0 20 0 16 0 33656855 10878976000 103195 18446744073709551615 4194304 4196468 140731351221312 140300014357520 140300057401045 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18317312 140731351228878 140731351229007 140731351229007 140731351232463 0
[pid=17449/tid=17453] ppid=17446 vsize=10624000 CPUtime=0.07 cores=1,3,5,7
/proc/17449/task/17453/stat : 17453 (java) S 17446 17449 4057 0 -1 1077944384 156 0 0 0 5 2 0 0 20 0 16 0 33656855 10878976000 103195 18446744073709551615 4194304 4196468 140731351221312 140300013304976 140300057401045 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18317312 140731351228878 140731351229007 140731351229007 140731351232463 0
[pid=17449/tid=17454] ppid=17446 vsize=10624000 CPUtime=0.09 cores=1,3,5,7
/proc/17449/task/17454/stat : 17454 (java) S 17446 17449 4057 0 -1 1077944384 143 0 0 0 6 3 0 0 20 0 16 0 33656855 10878976000 103195 18446744073709551615 4194304 4196468 140731351221312 140300012251920 140300057401045 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18317312 140731351228878 140731351229007 140731351229007 140731351232463 0
[pid=17449/tid=17455] ppid=17446 vsize=10624000 CPUtime=0.07 cores=1,3,5,7
/proc/17449/task/17455/stat : 17455 (java) S 17446 17449 4057 0 -1 1077944384 142 0 0 0 5 2 0 0 20 0 16 0 33656855 10878976000 103195 18446744073709551615 4194304 4196468 140731351221312 140300011199376 140300057401045 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18317312 140731351228878 140731351229007 140731351229007 140731351232463 0
[pid=17449/tid=17456] ppid=17446 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/17449/task/17456/stat : 17456 (java) S 17446 17449 4057 0 -1 1077944384 297 0 0 0 0 0 0 0 20 0 16 0 33656857 10878976000 103195 18446744073709551615 4194304 4196468 140731351221312 140299621300464 140300057401986 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18317312 140731351228878 140731351229007 140731351229007 140731351232463 0

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

/proc/meminfo: memFree=30858148/32770624 swapFree=0/462624
[pid=17449] ppid=17446 vsize=10624000 CPUtime=2449.99 cores=1,3,5,7
/proc/17449/stat : 17449 (java) S 17446 17449 4057 0 -1 1077944320 68384 0 0 0 244904 95 0 0 20 0 16 0 33656846 10878976000 107789 18446744073709551615 4194304 4196468 140731351221312 140731351203856 140300057390839 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 18317312 140731351228878 140731351229007 140731351229007 140731351232463 0
/proc/17449/statm: 2656000 107789 3134 1 0 2644926 0
[pid=17449/tid=17451] ppid=17446 vsize=10624000 CPUtime=0.21 cores=1,3,5,7
/proc/17449/task/17451/stat : 17451 (java) S 17446 17449 4057 0 -1 1077944384 6190 0 0 0 19 2 0 0 20 0 16 0 33656855 10878976000 107789 18446744073709551615 4194304 4196468 140731351221312 140300061633712 140300057401045 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 4 0 0 6293624 6294260 18317312 140731351228878 140731351229007 140731351229007 140731351232463 0
[pid=17449/tid=17452] ppid=17446 vsize=10624000 CPUtime=0.08 cores=1,3,5,7
/proc/17449/task/17452/stat : 17452 (java) S 17446 17449 4057 0 -1 1077944384 154 0 0 0 5 3 0 0 20 0 16 0 33656855 10878976000 107789 18446744073709551615 4194304 4196468 140731351221312 140300014357520 140300057401045 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18317312 140731351228878 140731351229007 140731351229007 140731351232463 0
[pid=17449/tid=17453] ppid=17446 vsize=10624000 CPUtime=0.07 cores=1,3,5,7
/proc/17449/task/17453/stat : 17453 (java) S 17446 17449 4057 0 -1 1077944384 156 0 0 0 5 2 0 0 20 0 16 0 33656855 10878976000 107789 18446744073709551615 4194304 4196468 140731351221312 140300013304976 140300057401045 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18317312 140731351228878 140731351229007 140731351229007 140731351232463 0
[pid=17449/tid=17454] ppid=17446 vsize=10624000 CPUtime=0.09 cores=1,3,5,7
/proc/17449/task/17454/stat : 17454 (java) S 17446 17449 4057 0 -1 1077944384 143 0 0 0 6 3 0 0 20 0 16 0 33656855 10878976000 107789 18446744073709551615 4194304 4196468 140731351221312 140300012251920 140300057401045 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18317312 140731351228878 140731351229007 140731351229007 140731351232463 0
[pid=17449/tid=17455] ppid=17446 vsize=10624000 CPUtime=0.07 cores=1,3,5,7
/proc/17449/task/17455/stat : 17455 (java) S 17446 17449 4057 0 -1 1077944384 142 0 0 0 5 2 0 0 20 0 16 0 33656855 10878976000 107789 18446744073709551615 4194304 4196468 140731351221312 140300011199376 140300057401045 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18317312 140731351228878 140731351229007 140731351229007 140731351232463 0
[pid=17449/tid=17456] ppid=17446 vsize=10624000 CPUtime=0.05 cores=1,3,5,7
/proc/17449/task/17456/stat : 17456 (java) S 17446 17449 4057 0 -1 1077944384 1190 0 0 0 3 2 0 0 20 0 16 0 33656857 10878976000 107789 18446744073709551615 4194304 4196468 140731351221312 140299621300464 140300057401986 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18317312 140731351228878 140731351229007 140731351229007 140731351232463 0
[pid=17449/tid=17457] ppid=17446 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/17449/task/17457/stat : 17457 (java) S 17446 17449 4057 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 16 0 33656857 10878976000 107789 18446744073709551615 4194304 4196468 140731351221312 140299620246752 140300057401045 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18317312 140731351228878 140731351229007 140731351229007 140731351232463 0
[pid=17449/tid=17458] ppid=17446 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/17449/task/17458/stat : 17458 (java) S 17446 17449 4057 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 33656857 10878976000 107789 18446744073709551615 4194304 4196468 140731351221312 140299619193600 140300057401045 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18317312 140731351228878 140731351229007 140731351229007 140731351232463 0
[pid=17449/tid=17459] ppid=17446 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/17449/task/17459/stat : 17459 (java) S 17446 17449 4057 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 33656860 10878976000 107789 18446744073709551615 4194304 4196468 140731351221312 140299618142160 140300057409435 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18317312 140731351228878 140731351229007 140731351229007 140731351232463 0
[pid=17449/tid=17460] ppid=17446 vsize=10624000 CPUtime=2.75 cores=1,3,5,7
/proc/17449/task/17460/stat : 17460 (java) S 17446 17449 4057 0 -1 1077944384 14605 0 0 0 273 2 0 0 20 0 16 0 33656860 10878976000 107789 18446744073709551615 4194304 4196468 140731351221312 140299617090288 140300057401986 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 11 0 0 6293624 6294260 18317312 140731351228878 140731351229007 140731351229007 140731351232463 0
[pid=17449/tid=17461] ppid=17446 vsize=10624000 CPUtime=2.53 cores=1,3,5,7
/proc/17449/task/17461/stat : 17461 (java) S 17446 17449 4057 0 -1 1077944384 14980 0 0 0 251 2 0 0 20 0 16 0 33656860 10878976000 107789 18446744073709551615 4194304 4196468 140731351221312 140299616037744 140300057401986 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 10 0 0 6293624 6294260 18317312 140731351228878 140731351229007 140731351229007 140731351232463 0
[pid=17449/tid=17462] ppid=17446 vsize=10624000 CPUtime=0.62 cores=1,3,5,7
/proc/17449/task/17462/stat : 17462 (java) S 17446 17449 4057 0 -1 1077944384 7683 0 0 0 60 2 0 0 20 0 16 0 33656860 10878976000 107789 18446744073709551615 4194304 4196468 140731351221312 140299614984688 140300057401986 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18317312 140731351228878 140731351229007 140731351229007 140731351232463 0
[pid=17449/tid=17463] ppid=17446 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/17449/task/17463/stat : 17463 (java) S 17446 17449 4057 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 33656860 10878976000 107789 18446744073709551615 4194304 4196468 140731351221312 140299613932384 140300057401045 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18317312 140731351228878 140731351229007 140731351229007 140731351232463 0
[pid=17449/tid=17464] ppid=17446 vsize=10624000 CPUtime=1.35 cores=1,3,5,7
/proc/17449/task/17464/stat : 17464 (java) S 17446 17449 4057 0 -1 1077944384 1487 0 0 0 59 76 0 0 20 0 16 0 33656865 10878976000 107789 18446744073709551615 4194304 4196468 140731351221312 140299612879408 140300057401986 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 11 0 0 6293624 6294260 18317312 140731351228878 140731351229007 140731351229007 140731351232463 0
[pid=17449/tid=17465] ppid=17446 vsize=10624000 CPUtime=2442.06 cores=1,3,5,7
/proc/17449/task/17465/stat : 17465 (java) R 17446 17449 4057 0 -1 4202560 20295 0 0 0 244200 6 0 0 20 0 16 0 33656882 10878976000 107789 18446744073709551615 4194304 4196468 140731351221312 140299609689720 140299693989998 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18317312 140731351228878 140731351229007 140731351229007 140731351232463 0
Current children cumulated CPU time (s) 2449.99
Current children cumulated vsize (KiB) 10624000

[startup+2502.3 s]
/proc/loadavg: 2.01 2.02 2.03 3/214 17715
/proc/meminfo: memFree=30854892/32770624 swapFree=0/462668
[pid=17449] ppid=17446 vsize=10624000 CPUtime=2510.03 cores=1,3,5,7
/proc/17449/stat : 17449 (java) S 17446 17449 4057 0 -1 1077944320 68720 0 0 0 250907 96 0 0 20 0 16 0 33656846 10878976000 107789 18446744073709551615 4194304 4196468 140731351221312 140731351203856 140300057390839 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 18317312 140731351228878 140731351229007 140731351229007 140731351232463 0
/proc/17449/statm: 2656000 107789 3134 1 0 2644926 0
[pid=17449/tid=17451] ppid=17446 vsize=10624000 CPUtime=0.21 cores=1,3,5,7
/proc/17449/task/17451/stat : 17451 (java) S 17446 17449 4057 0 -1 1077944384 6190 0 0 0 19 2 0 0 20 0 16 0 33656855 10878976000 107789 18446744073709551615 4194304 4196468 140731351221312 140300061633712 140300057401045 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 4 0 0 6293624 6294260 18317312 140731351228878 140731351229007 140731351229007 140731351232463 0
[pid=17449/tid=17452] ppid=17446 vsize=10624000 CPUtime=0.08 cores=1,3,5,7
/proc/17449/task/17452/stat : 17452 (java) S 17446 17449 4057 0 -1 1077944384 154 0 0 0 5 3 0 0 20 0 16 0 33656855 10878976000 107789 18446744073709551615 4194304 4196468 140731351221312 140300014357520 140300057401045 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18317312 140731351228878 140731351229007 140731351229007 140731351232463 0
[pid=17449/tid=17453] ppid=17446 vsize=10624000 CPUtime=0.07 cores=1,3,5,7
/proc/17449/task/17453/stat : 17453 (java) S 17446 17449 4057 0 -1 1077944384 156 0 0 0 5 2 0 0 20 0 16 0 33656855 10878976000 107789 18446744073709551615 4194304 4196468 140731351221312 140300013304976 140300057401045 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18317312 140731351228878 140731351229007 140731351229007 140731351232463 0
[pid=17449/tid=17454] ppid=17446 vsize=10624000 CPUtime=0.09 cores=1,3,5,7
/proc/17449/task/17454/stat : 17454 (java) S 17446 17449 4057 0 -1 1077944384 143 0 0 0 6 3 0 0 20 0 16 0 33656855 10878976000 107789 18446744073709551615 4194304 4196468 140731351221312 140300012251920 140300057401045 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18317312 140731351228878 140731351229007 140731351229007 140731351232463 0
[pid=17449/tid=17455] ppid=17446 vsize=10624000 CPUtime=0.07 cores=1,3,5,7
/proc/17449/task/17455/stat : 17455 (java) S 17446 17449 4057 0 -1 1077944384 142 0 0 0 5 2 0 0 20 0 16 0 33656855 10878976000 107789 18446744073709551615 4194304 4196468 140731351221312 140300011199376 140300057401045 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18317312 140731351228878 140731351229007 140731351229007 140731351232463 0
[pid=17449/tid=17456] ppid=17446 vsize=10624000 CPUtime=0.05 cores=1,3,5,7
/proc/17449/task/17456/stat : 17456 (java) S 17446 17449 4057 0 -1 1077944384 1224 0 0 0 3 2 0 0 20 0 16 0 33656857 10878976000 107789 18446744073709551615 4194304 4196468 140731351221312 140299621300464 140300057401986 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18317312 140731351228878 140731351229007 140731351229007 140731351232463 0
[pid=17449/tid=17457] ppid=17446 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/17449/task/17457/stat : 17457 (java) S 17446 17449 4057 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 16 0 33656857 10878976000 107789 18446744073709551615 4194304 4196468 140731351221312 140299620246752 140300057401045 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18317312 140731351228878 140731351229007 140731351229007 140731351232463 0
[pid=17449/tid=17458] ppid=17446 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/17449/task/17458/stat : 17458 (java) S 17446 17449 4057 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 33656857 10878976000 107789 18446744073709551615 4194304 4196468 140731351221312 140299619193600 140300057401045 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18317312 140731351228878 140731351229007 140731351229007 140731351232463 0
[pid=17449/tid=17459] ppid=17446 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/17449/task/17459/stat : 17459 (java) S 17446 17449 4057 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 33656860 10878976000 107789 18446744073709551615 4194304 4196468 140731351221312 140299618142160 140300057409435 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18317312 140731351228878 140731351229007 140731351229007 140731351232463 0
[pid=17449/tid=17460] ppid=17446 vsize=10624000 CPUtime=2.75 cores=1,3,5,7
/proc/17449/task/17460/stat : 17460 (java) S 17446 17449 4057 0 -1 1077944384 14605 0 0 0 273 2 0 0 20 0 16 0 33656860 10878976000 107789 18446744073709551615 4194304 4196468 140731351221312 140299617090288 140300057401986 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 11 0 0 6293624 6294260 18317312 140731351228878 140731351229007 140731351229007 140731351232463 0
[pid=17449/tid=17461] ppid=17446 vsize=10624000 CPUtime=2.53 cores=1,3,5,7
/proc/17449/task/17461/stat : 17461 (java) S 17446 17449 4057 0 -1 1077944384 14981 0 0 0 251 2 0 0 20 0 16 0 33656860 10878976000 107789 18446744073709551615 4194304 4196468 140731351221312 140299616037744 140300057401986 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 10 0 0 6293624 6294260 18317312 140731351228878 140731351229007 140731351229007 140731351232463 0
[pid=17449/tid=17462] ppid=17446 vsize=10624000 CPUtime=0.62 cores=1,3,5,7
/proc/17449/task/17462/stat : 17462 (java) S 17446 17449 4057 0 -1 1077944384 7683 0 0 0 60 2 0 0 20 0 16 0 33656860 10878976000 107789 18446744073709551615 4194304 4196468 140731351221312 140299614984688 140300057401986 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18317312 140731351228878 140731351229007 140731351229007 140731351232463 0
[pid=17449/tid=17463] ppid=17446 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/17449/task/17463/stat : 17463 (java) S 17446 17449 4057 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 33656860 10878976000 107789 18446744073709551615 4194304 4196468 140731351221312 140299613932384 140300057401045 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18317312 140731351228878 140731351229007 140731351229007 140731351232463 0
[pid=17449/tid=17464] ppid=17446 vsize=10624000 CPUtime=1.39 cores=1,3,5,7
/proc/17449/task/17464/stat : 17464 (java) S 17446 17449 4057 0 -1 1077944384 1491 0 0 0 61 78 0 0 20 0 16 0 33656865 10878976000 107789 18446744073709551615 4194304 4196468 140731351221312 140299612879408 140300057401986 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 11 0 0 6293624 6294260 18317312 140731351228878 140731351229007 140731351229007 140731351232463 0
[pid=17449/tid=17465] ppid=17446 vsize=10624000 CPUtime=2502.07 cores=1,3,5,7
/proc/17449/task/17465/stat : 17465 (java) R 17446 17449 4057 0 -1 4202560 20592 0 0 0 250201 6 0 0 20 0 16 0 33656882 10878976000 107789 18446744073709551615 4194304 4196468 140731351221312 140299609686528 140299692565746 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18317312 140731351228878 140731351229007 140731351229007 140731351232463 0
Current children cumulated CPU time (s) 2510.03
Current children cumulated vsize (KiB) 10624000



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2512.3 s]
/proc/loadavg: 2.00 2.02 2.03 3/214 17715
/proc/meminfo: memFree=30855056/32770624 swapFree=0/462672
[pid=17449] ppid=17446 vsize=10624000 CPUtime=2520.04 cores=1,3,5,7
/proc/17449/stat : 17449 (java) S 17446 17449 4057 0 -1 1077944320 68723 0 0 0 251908 96 0 0 20 0 16 0 33656846 10878976000 107789 18446744073709551615 4194304 4196468 140731351221312 140731351203856 140300057390839 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 18317312 140731351228878 140731351229007 140731351229007 140731351232463 0
/proc/17449/statm: 2656000 107789 3134 1 0 2644926 0
[pid=17449/tid=17451] ppid=17446 vsize=10624000 CPUtime=0.21 cores=1,3,5,7
/proc/17449/task/17451/stat : 17451 (java) S 17446 17449 4057 0 -1 1077944384 6190 0 0 0 19 2 0 0 20 0 16 0 33656855 10878976000 107789 18446744073709551615 4194304 4196468 140731351221312 140300061633712 140300057401045 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 4 0 0 6293624 6294260 18317312 140731351228878 140731351229007 140731351229007 140731351232463 0
[pid=17449/tid=17452] ppid=17446 vsize=10624000 CPUtime=0.08 cores=1,3,5,7
/proc/17449/task/17452/stat : 17452 (java) S 17446 17449 4057 0 -1 1077944384 154 0 0 0 5 3 0 0 20 0 16 0 33656855 10878976000 107789 18446744073709551615 4194304 4196468 140731351221312 140300014357520 140300057401045 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18317312 140731351228878 140731351229007 140731351229007 140731351232463 0
[pid=17449/tid=17453] ppid=17446 vsize=10624000 CPUtime=0.07 cores=1,3,5,7
/proc/17449/task/17453/stat : 17453 (java) S 17446 17449 4057 0 -1 1077944384 156 0 0 0 5 2 0 0 20 0 16 0 33656855 10878976000 107789 18446744073709551615 4194304 4196468 140731351221312 140300013304976 140300057401045 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18317312 140731351228878 140731351229007 140731351229007 140731351232463 0
[pid=17449/tid=17454] ppid=17446 vsize=10624000 CPUtime=0.09 cores=1,3,5,7
/proc/17449/task/17454/stat : 17454 (java) S 17446 17449 4057 0 -1 1077944384 143 0 0 0 6 3 0 0 20 0 16 0 33656855 10878976000 107789 18446744073709551615 4194304 4196468 140731351221312 140300012251920 140300057401045 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18317312 140731351228878 140731351229007 140731351229007 140731351232463 0
[pid=17449/tid=17455] ppid=17446 vsize=10624000 CPUtime=0.07 cores=1,3,5,7
/proc/17449/task/17455/stat : 17455 (java) S 17446 17449 4057 0 -1 1077944384 142 0 0 0 5 2 0 0 20 0 16 0 33656855 10878976000 107789 18446744073709551615 4194304 4196468 140731351221312 140300011199376 140300057401045 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18317312 140731351228878 140731351229007 140731351229007 140731351232463 0
[pid=17449/tid=17456] ppid=17446 vsize=10624000 CPUtime=0.05 cores=1,3,5,7
/proc/17449/task/17456/stat : 17456 (java) S 17446 17449 4057 0 -1 1077944384 1224 0 0 0 3 2 0 0 20 0 16 0 33656857 10878976000 107789 18446744073709551615 4194304 4196468 140731351221312 140299621300464 140300057401986 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18317312 140731351228878 140731351229007 140731351229007 140731351232463 0
[pid=17449/tid=17457] ppid=17446 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/17449/task/17457/stat : 17457 (java) S 17446 17449 4057 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 16 0 33656857 10878976000 107789 18446744073709551615 4194304 4196468 140731351221312 140299620246752 140300057401045 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18317312 140731351228878 140731351229007 140731351229007 140731351232463 0
[pid=17449/tid=17458] ppid=17446 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/17449/task/17458/stat : 17458 (java) S 17446 17449 4057 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 33656857 10878976000 107789 18446744073709551615 4194304 4196468 140731351221312 140299619193600 140300057401045 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18317312 140731351228878 140731351229007 140731351229007 140731351232463 0
[pid=17449/tid=17459] ppid=17446 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/17449/task/17459/stat : 17459 (java) S 17446 17449 4057 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 33656860 10878976000 107789 18446744073709551615 4194304 4196468 140731351221312 140299618142160 140300057409435 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18317312 140731351228878 140731351229007 140731351229007 140731351232463 0
[pid=17449/tid=17460] ppid=17446 vsize=10624000 CPUtime=2.75 cores=1,3,5,7
/proc/17449/task/17460/stat : 17460 (java) S 17446 17449 4057 0 -1 1077944384 14605 0 0 0 273 2 0 0 20 0 16 0 33656860 10878976000 107789 18446744073709551615 4194304 4196468 140731351221312 140299617090288 140300057401986 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 11 0 0 6293624 6294260 18317312 140731351228878 140731351229007 140731351229007 140731351232463 0
[pid=17449/tid=17461] ppid=17446 vsize=10624000 CPUtime=2.53 cores=1,3,5,7
/proc/17449/task/17461/stat : 17461 (java) S 17446 17449 4057 0 -1 1077944384 14981 0 0 0 251 2 0 0 20 0 16 0 33656860 10878976000 107789 18446744073709551615 4194304 4196468 140731351221312 140299616037744 140300057401986 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 10 0 0 6293624 6294260 18317312 140731351228878 140731351229007 140731351229007 140731351232463 0
[pid=17449/tid=17462] ppid=17446 vsize=10624000 CPUtime=0.62 cores=1,3,5,7
/proc/17449/task/17462/stat : 17462 (java) S 17446 17449 4057 0 -1 1077944384 7683 0 0 0 60 2 0 0 20 0 16 0 33656860 10878976000 107789 18446744073709551615 4194304 4196468 140731351221312 140299614984688 140300057401986 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18317312 140731351228878 140731351229007 140731351229007 140731351232463 0
[pid=17449/tid=17463] ppid=17446 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/17449/task/17463/stat : 17463 (java) S 17446 17449 4057 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 33656860 10878976000 107789 18446744073709551615 4194304 4196468 140731351221312 140299613932384 140300057401045 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18317312 140731351228878 140731351229007 140731351229007 140731351232463 0
[pid=17449/tid=17464] ppid=17446 vsize=10624000 CPUtime=1.4 cores=1,3,5,7
/proc/17449/task/17464/stat : 17464 (java) S 17446 17449 4057 0 -1 1077944384 1491 0 0 0 61 79 0 0 20 0 16 0 33656865 10878976000 107789 18446744073709551615 4194304 4196468 140731351221312 140299612879408 140300057401986 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 11 0 0 6293624 6294260 18317312 140731351228878 140731351229007 140731351229007 140731351232463 0
[pid=17449/tid=17465] ppid=17446 vsize=10624000 CPUtime=2512.07 cores=1,3,5,7
/proc/17449/task/17465/stat : 17465 (java) R 17446 17449 4057 0 -1 4202560 20595 0 0 0 251201 6 0 0 20 0 16 0 33656882 10878976000 107789 18446744073709551615 4194304 4196468 140731351221312 140299609686528 140299693989404 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18317312 140731351228878 140731351229007 140731351229007 140731351232463 0
Current children cumulated CPU time (s) 2520.04
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 17449 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2512.3 s]
/proc/loadavg: 2.00 2.02 2.03 3/214 17715
/proc/meminfo: memFree=30855056/32770624 swapFree=0/462672
[pid=17449] ppid=17446 vsize=10624000 CPUtime=2520.04 cores=1,3,5,7
/proc/17449/stat : 17449 (java) S 17446 17449 4057 0 -1 1077944320 68723 0 0 0 251908 96 0 0 20 0 16 0 33656846 10878976000 107789 18446744073709551615 4194304 4196468 140731351221312 140731351203856 140300057390839 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 18317312 140731351228878 140731351229007 140731351229007 140731351232463 0
/proc/17449/statm: 2656000 107789 3134 1 0 2644926 0
[pid=17449/tid=17451] ppid=17446 vsize=10624000 CPUtime=0.21 cores=1,3,5,7
/proc/17449/task/17451/stat : 17451 (java) S 17446 17449 4057 0 -1 1077944384 6190 0 0 0 19 2 0 0 20 0 16 0 33656855 10878976000 107789 18446744073709551615 4194304 4196468 140731351221312 140300061633712 140300057401045 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 4 0 0 6293624 6294260 18317312 140731351228878 140731351229007 140731351229007 140731351232463 0
[pid=17449/tid=17452] ppid=17446 vsize=10624000 CPUtime=0.08 cores=1,3,5,7
/proc/17449/task/17452/stat : 17452 (java) S 17446 17449 4057 0 -1 1077944384 154 0 0 0 5 3 0 0 20 0 16 0 33656855 10878976000 107789 18446744073709551615 4194304 4196468 140731351221312 140300014357520 140300057401045 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18317312 140731351228878 140731351229007 140731351229007 140731351232463 0
[pid=17449/tid=17453] ppid=17446 vsize=10624000 CPUtime=0.07 cores=1,3,5,7
/proc/17449/task/17453/stat : 17453 (java) S 17446 17449 4057 0 -1 1077944384 156 0 0 0 5 2 0 0 20 0 16 0 33656855 10878976000 107789 18446744073709551615 4194304 4196468 140731351221312 140300013304976 140300057401045 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18317312 140731351228878 140731351229007 140731351229007 140731351232463 0
[pid=17449/tid=17454] ppid=17446 vsize=10624000 CPUtime=0.09 cores=1,3,5,7
/proc/17449/task/17454/stat : 17454 (java) S 17446 17449 4057 0 -1 1077944384 143 0 0 0 6 3 0 0 20 0 16 0 33656855 10878976000 107789 18446744073709551615 4194304 4196468 140731351221312 140300012251920 140300057401045 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18317312 140731351228878 140731351229007 140731351229007 140731351232463 0
[pid=17449/tid=17455] ppid=17446 vsize=10624000 CPUtime=0.07 cores=1,3,5,7
/proc/17449/task/17455/stat : 17455 (java) S 17446 17449 4057 0 -1 1077944384 142 0 0 0 5 2 0 0 20 0 16 0 33656855 10878976000 107789 18446744073709551615 4194304 4196468 140731351221312 140300011199376 140300057401045 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18317312 140731351228878 140731351229007 140731351229007 140731351232463 0
[pid=17449/tid=17456] ppid=17446 vsize=10624000 CPUtime=0.05 cores=1,3,5,7
/proc/17449/task/17456/stat : 17456 (java) S 17446 17449 4057 0 -1 1077944384 1224 0 0 0 3 2 0 0 20 0 16 0 33656857 10878976000 107789 18446744073709551615 4194304 4196468 140731351221312 140299621300464 140300057401986 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18317312 140731351228878 140731351229007 140731351229007 140731351232463 0
[pid=17449/tid=17457] ppid=17446 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/17449/task/17457/stat : 17457 (java) S 17446 17449 4057 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 16 0 33656857 10878976000 107789 18446744073709551615 4194304 4196468 140731351221312 140299620246752 140300057401045 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18317312 140731351228878 140731351229007 140731351229007 140731351232463 0
[pid=17449/tid=17458] ppid=17446 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/17449/task/17458/stat : 17458 (java) S 17446 17449 4057 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 33656857 10878976000 107789 18446744073709551615 4194304 4196468 140731351221312 140299619193600 140300057401045 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18317312 140731351228878 140731351229007 140731351229007 140731351232463 0
[pid=17449/tid=17459] ppid=17446 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/17449/task/17459/stat : 17459 (java) S 17446 17449 4057 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 33656860 10878976000 107789 18446744073709551615 4194304 4196468 140731351221312 140299618142160 140300057409435 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18317312 140731351228878 140731351229007 140731351229007 140731351232463 0
[pid=17449/tid=17460] ppid=17446 vsize=10624000 CPUtime=2.75 cores=1,3,5,7
/proc/17449/task/17460/stat : 17460 (java) S 17446 17449 4057 0 -1 1077944384 14605 0 0 0 273 2 0 0 20 0 16 0 33656860 10878976000 107789 18446744073709551615 4194304 4196468 140731351221312 140299617090288 140300057401986 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 11 0 0 6293624 6294260 18317312 140731351228878 140731351229007 140731351229007 140731351232463 0
[pid=17449/tid=17461] ppid=17446 vsize=10624000 CPUtime=2.53 cores=1,3,5,7
/proc/17449/task/17461/stat : 17461 (java) S 17446 17449 4057 0 -1 1077944384 14981 0 0 0 251 2 0 0 20 0 16 0 33656860 10878976000 107789 18446744073709551615 4194304 4196468 140731351221312 140299616037744 140300057401986 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 10 0 0 6293624 6294260 18317312 140731351228878 140731351229007 140731351229007 140731351232463 0
[pid=17449/tid=17462] ppid=17446 vsize=10624000 CPUtime=0.62 cores=1,3,5,7
/proc/17449/task/17462/stat : 17462 (java) S 17446 17449 4057 0 -1 1077944384 7683 0 0 0 60 2 0 0 20 0 16 0 33656860 10878976000 107789 18446744073709551615 4194304 4196468 140731351221312 140299614984688 140300057401986 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18317312 140731351228878 140731351229007 140731351229007 140731351232463 0
[pid=17449/tid=17463] ppid=17446 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/17449/task/17463/stat : 17463 (java) S 17446 17449 4057 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 33656860 10878976000 107789 18446744073709551615 4194304 4196468 140731351221312 140299613932384 140300057401045 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18317312 140731351228878 140731351229007 140731351229007 140731351232463 0
[pid=17449/tid=17464] ppid=17446 vsize=10624000 CPUtime=1.4 cores=1,3,5,7
/proc/17449/task/17464/stat : 17464 (java) S 17446 17449 4057 0 -1 1077944384 1491 0 0 0 61 79 0 0 20 0 16 0 33656865 10878976000 107789 18446744073709551615 4194304 4196468 140731351221312 140299612879408 140300057401986 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 11 0 0 6293624 6294260 18317312 140731351228878 140731351229007 140731351229007 140731351232463 0
[pid=17449/tid=17465] ppid=17446 vsize=10624000 CPUtime=2512.07 cores=1,3,5,7
/proc/17449/task/17465/stat : 17465 (java) R 17446 17449 4057 0 -1 4202560 20595 0 0 0 251201 6 0 0 20 0 16 0 33656882 10878976000 107789 18446744073709551615 4194304 4196468 140731351221312 140299609686528 140299693989404 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18317312 140731351228878 140731351229007 140731351229007 140731351232463 0
Current children cumulated CPU time (s) 2520.04
Current children cumulated vsize (KiB) 10624000

Child status: 143
Real time (s): 2512.31
CPU time (s): 2520.06
CPU user time (s): 2519.09
CPU system time (s): 0.973234
CPU usage (%): 100.308
Max. virtual memory (cumulated for all children) (KiB): 10625024

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.09
system time used= 0.973234
maximum resident set size= 431840
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 68993
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1768
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 57587
involuntary context switches= 814

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.3965 second user time and 15.9065 second system time

The end

Launcher Data

Begin job on node125 at 2017-08-09 23:18:36
IDJOB=4263814
IDBENCH=137152
IDSOLVER=2652
FILE ID=node125/4263814-1502314360
RUNJOBID= node125-1502257550-8974
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= AbsCon-basic 2017-06-11
BENCH NAME= XCSP17/BinPacking/BinPacking-mdd-sw120/BinPacking-mdd-sw120-20.xml
COMMAND LINE= java -jar HOME/AbsCon-basic.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263814-1502314360/watcher-4263814-1502314360 -o /tmp/evaluation-result-4263814-1502314360/solver-4263814-1502314360 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1502257550-8974 --watchdog 2580  java -jar HOME/AbsCon-basic.jar HOME/instance-4263814-1502314360.xml

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

MD5SUM BENCH= 60ebd5c4fe4cf6d5772447ebf177dfde
RANDOM SEED=583354484

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:        31284112 kB
MemAvailable:   31888552 kB
Buffers:          214216 kB
Cached:           675140 kB
SwapCached:            0 kB
Active:           593640 kB
Inactive:         478468 kB
Active(anon):     182960 kB
Inactive(anon):    16716 kB
Active(file):     410680 kB
Inactive(file):   461752 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              8260 kB
Writeback:             0 kB
AnonPages:        190472 kB
Mapped:            49504 kB
Shmem:             17060 kB
Slab:             120436 kB
SReclaimable:      95684 kB
SUnreclaim:        24752 kB
KernelStack:        3712 kB
PageTables:         5156 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1141244 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    124928 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-10 00:00:28