Trace number 4390468

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
AbsCon 2019-07-23SAT 4.27052 2.40877

DiagnosticValue
WRONG_DECISIONS6

General information on the benchmark

NameQRandom/
QRandom-geometric-rw/geometric-50-20-d4-75-76.xml
MD5SUM67696fc72ebd3977eb7611ca6505cd00
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.043006
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints365
Number of domains1
Minimum domain size20
Maximum domain size20
Distribution of domain sizes[{"size":20,"count":50}]
Minimum variable degree6
Maximum variable degree22
Distribution of variable degrees[{"degree":6,"count":1},{"degree":10,"count":4},{"degree":11,"count":2},{"degree":12,"count":6},{"degree":13,"count":7},{"degree":14,"count":7},{"degree":15,"count":5},{"degree":16,"count":5},{"degree":17,"count":3},{"degree":18,"count":2},{"degree":19,"count":4},{"degree":20,"count":2},{"degree":21,"count":1},{"degree":22,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":365}]
Number of extensional constraints365
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":365}]
Optimization problemNO
Type of objective

Solver Data

2.41/1.88	
2.41/1.88	AbsCon 2 
2.41/1.89	
3.28/2.17	  Instance
3.28/2.17	    name=instance-4390468-1568381139, framework=CSP
3.28/2.17	
3.28/2.17	  Loading variables...
3.28/2.20	  Loading constraints...
3.96/2.34	
3.96/2.34	  Domains
3.96/2.34	    nTypes=1, nValues=1000, sizes=[20#50]
3.96/2.34	  Variables
3.96/2.34	    count=50, degrees=[6#1,10#4,11#2,12#6...19#4,20#2,21#1,22#1]
3.96/2.34	  Constraints
3.96/2.34	    count=365, arities=[2#365]
3.96/2.34	    distribution=[CtrExtensionV-Bits#365]
3.96/2.34	    nExtStructures=(365,shared:0), nCftStructures=(365,shared:0)
3.96/2.34	    wck=0.492, cpu=2.303, mem=84M646
3.96/2.34	  Solver SolverBacktrack being built...
3.96/2.34	
3.96/2.37	
3.96/2.37	  Solver
3.96/2.37	    guaranteedGAC=true
3.96/2.37	    wck=0.525, cpu=2.334, mem=95M288
3.96/2.37	
3.96/2.37	  Preprocessing
3.96/2.37	    filters=0, nACremovedValues=0, nTotalRemovedValues=0, inconcistency=false
3.96/2.37	    wck=0.002, cpu=2.337, mem=95M288
3.96/2.37	
3.96/2.39	    num=0, depth=12..49, filters=481, revisions=(2680,useless=2199), ccks=365, wck=0.017, mem=95M288
3.96/2.39	    decisions=38, wrong=6, backtracks=2, failedAssignments=4, foundSolutions=1
3.96/2.39	    
3.96/2.39	  Global
3.96/2.39	    filters=481, revisions=(2680,useless=2199), ccks=365
3.96/2.39	    Stop=REACHED_GOAL, wrong=6, foundSolutions=1, firstSolCpu=2.346
3.96/2.39	    wck=0.543, cpu=2.352, mem=95M288
3.96/2.39	
3.96/2.39	v <instantiation id='sol1' type='solution'>  <list> x[] </list>  <values> 1 1 1 2 2 1 3 1 1 3 4 3 2 2 5 5 17 6 10 2 14 3 3 2 1 13 3 1 7 7 19 12 10 10 12 3 4 14 12 19 18 12 19 12 3 13 19 4 4 10 </values>  </instantiation>
3.96/2.39	s SATISFIABLE
3.96/2.39	
3.96/2.39	d WRONG_DECISIONS 6

Verifier Data

OK	

Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

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.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (14747 MiB free)
  memory of node 1: 16384 MiB (15437 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4390468-1568381139/watcher-4390468-1568381139 -o /tmp/evaluation-result-4390468-1568381139/solver-4390468-1568381139 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1568380476-5059 --watchdog 2580 java -cp AbsCon19-06.jar AbsCon HOME/instance-4390468-1568381139.xml -cm 

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
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=6169, runsolver pid=6166

[startup+0.102538 s]*
/proc/loadavg: 1.97 1.75 1.01 4/228 6184
/proc/meminfo: memFree=30893552/32770624 swapFree=66934472/67108860
[pid=6169] ppid=6166 vsize=10659884 memory=29976 CPUtime=0.15 cores=1,3,5,7
/proc/6169/stat : 6169 (java) S 6166 6169 5027 0 -1 1077944320 5964 0 0 0 13 2 0 0 20 0 15 0 414385366 10915721216 7428 33554432000 4194304 4196468 140735926620128 140735926602672 139780119441143 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 30146560 140735926625291 140735926625394 140735926625394 140735926628303 0
/proc/6169/statm: 2664971 7494 2920 1 0 2627468 0
[pid=6169/tid=6171] ppid=6166 vsize=10659884 memory=-8124642594274839901 CPUtime=0.1 cores=1,3,5,7
/proc/6169/task/6171/stat : 6171 (java) R 6166 6169 5027 0 -1 4202560 3287 0 0 0 9 1 0 0 20 0 15 0 414385366 10915721216 7494 33554432000 4194304 4196468 140735926620128 139780123668720 139779727562179 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30146560 140735926625291 140735926625394 140735926625394 140735926628303 0
[pid=6169/tid=6172] ppid=6166 vsize=10659884 memory=5793855770471328185 CPUtime=0 cores=1,3,5,7
/proc/6169/task/6172/stat : 6172 (java) S 6166 6169 5027 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414385367 10915721216 7494 33554432000 4194304 4196468 140735926620128 139780056132624 139780119451349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30146560 140735926625291 140735926625394 140735926625394 140735926628303 0
[pid=6169/tid=6173] ppid=6166 vsize=10659884 memory=140519461435008 CPUtime=0 cores=1,3,5,7
/proc/6169/task/6173/stat : 6173 (java) S 6166 6169 5027 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414385367 10915721216 7494 33554432000 4194304 4196468 140735926620128 139780055080080 139780119451349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30146560 140735926625291 140735926625394 140735926625394 140735926628303 0
[pid=6169/tid=6174] ppid=6166 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6169/task/6174/stat : 6174 (java) S 6166 6169 5027 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414385367 10915721216 7494 33554432000 4194304 4196468 140735926620128 139780054027024 139780119451349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30146560 140735926625291 140735926625394 140735926625394 140735926628303 0
[pid=6169/tid=6175] ppid=6166 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6169/task/6175/stat : 6175 (java) S 6166 6169 5027 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414385367 10915721216 7494 33554432000 4194304 4196468 140735926620128 139780052974480 139780119451349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30146560 140735926625291 140735926625394 140735926625394 140735926628303 0
[pid=6169/tid=6176] ppid=6166 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6169/task/6176/stat : 6176 (java) S 6166 6169 5027 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414385368 10915721216 7494 33554432000 4194304 4196468 140735926620128 139779610798320 139780119452290 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30146560 140735926625291 140735926625394 140735926625394 140735926628303 0
[pid=6169/tid=6177] ppid=6166 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6169/task/6177/stat : 6177 (java) S 6166 6169 5027 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 414385369 10915721216 7494 33554432000 4194304 4196468 140735926620128 139779609744544 139780119451349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30146560 140735926625291 140735926625394 140735926625394 140735926628303 0
[pid=6169/tid=6178] ppid=6166 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6169/task/6178/stat : 6178 (java) S 6166 6169 5027 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 414385369 10915721216 7494 33554432000 4194304 4196468 140735926620128 139779608691440 139780119451349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30146560 140735926625291 140735926625394 140735926625394 140735926628303 0
[pid=6169/tid=6179] ppid=6166 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6169/task/6179/stat : 6179 (java) S 6166 6169 5027 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414385371 10915721216 7494 33554432000 4194304 4196468 140735926620128 139779607640016 139780119459739 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30146560 140735926625291 140735926625394 140735926625394 140735926628303 0
[pid=6169/tid=6180] ppid=6166 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6169/task/6180/stat : 6180 (java) R 6166 6169 5027 0 -1 4202560 499 0 0 0 0 0 0 0 20 0 15 0 414385371 10915721216 7494 33554432000 4194304 4196468 140735926620128 139779606569160 139780105081289 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30146560 140735926625291 140735926625394 140735926625394 140735926628303 0
[pid=6169/tid=6181] ppid=6166 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6169/task/6181/stat : 6181 (java) S 6166 6169 5027 0 -1 1077944384 181 0 0 0 0 0 0 0 20 0 15 0 414385371 10915721216 7494 33554432000 4194304 4196468 140735926620128 139779605535600 139780119452290 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30146560 140735926625291 140735926625394 140735926625394 140735926628303 0
[pid=6169/tid=6182] ppid=6166 vsize=10659884 memory=140519461435008 CPUtime=0.03 cores=1,3,5,7
/proc/6169/task/6182/stat : 6182 (java) R 6166 6169 5027 0 -1 4202560 685 0 0 0 3 0 0 0 20 0 15 0 414385371 10915721216 7494 33554432000 4194304 4196468 140735926620128 139779604478712 139780098395828 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30146560 140735926625291 140735926625394 140735926625394 140735926628303 0
[pid=6169/tid=6183] ppid=6166 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6169/task/6183/stat : 6183 (java) S 6166 6169 5027 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414385371 10915721216 7494 33554432000 4194304 4196468 140735926620128 139779603430240 139780119451349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30146560 140735926625291 140735926625394 140735926625394 140735926628303 0
[pid=6169/tid=6184] ppid=6166 vsize=10659884 memory=140519461435008 CPUtime=0 cores=1,3,5,7
/proc/6169/task/6184/stat : 6184 (java) S 6166 6169 5027 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414385372 10915721216 7494 33554432000 4194304 4196468 140735926620128 139779602377264 139780119452290 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30146560 140735926625291 140735926625394 140735926625394 140735926628303 0
Current children cumulated CPU time: 0.15 s
Current children cumulated vsize: 10659884 KiB
Current children cumulated memory: 29976 KiB

[startup+0.210931 s]*
/proc/loadavg: 1.97 1.75 1.01 3/228 6184
/proc/meminfo: memFree=30886296/32770624 swapFree=66934472/67108860
[pid=6169] ppid=6166 vsize=10659884 memory=35124 CPUtime=0.32 cores=1,3,5,7
/proc/6169/stat : 6169 (java) S 6166 6169 5027 0 -1 1077944320 6901 0 0 0 30 2 0 0 20 0 15 0 414385366 10915721216 8781 33554432000 4194304 4196468 140735926620128 140735926602672 139780119441143 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 30146560 140735926625291 140735926625394 140735926625394 140735926628303 0
/proc/6169/statm: 2664971 8781 2989 1 0 2627468 0
[pid=6169/tid=6171] ppid=6166 vsize=10659884 memory=-3103912127665269909 CPUtime=0.2 cores=1,3,5,7
/proc/6169/task/6171/stat : 6171 (java) R 6166 6169 5027 0 -1 4202560 3869 0 0 0 19 1 0 0 20 0 15 0 414385366 10915721216 8781 33554432000 4194304 4196468 140735926620128 139780123667504 139780119463069 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30146560 140735926625291 140735926625394 140735926625394 140735926628303 0
[pid=6169/tid=6172] ppid=6166 vsize=10659884 memory=4211974245666225546 CPUtime=0 cores=1,3,5,7
/proc/6169/task/6172/stat : 6172 (java) S 6166 6169 5027 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414385367 10915721216 8781 33554432000 4194304 4196468 140735926620128 139780056132624 139780119451349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30146560 140735926625291 140735926625394 140735926625394 140735926628303 0
[pid=6169/tid=6173] ppid=6166 vsize=10659884 memory=140519461435008 CPUtime=0 cores=1,3,5,7
/proc/6169/task/6173/stat : 6173 (java) S 6166 6169 5027 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414385367 10915721216 8781 33554432000 4194304 4196468 140735926620128 139780055080080 139780119451349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30146560 140735926625291 140735926625394 140735926625394 140735926628303 0
[pid=6169/tid=6174] ppid=6166 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6169/task/6174/stat : 6174 (java) S 6166 6169 5027 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414385367 10915721216 8781 33554432000 4194304 4196468 140735926620128 139780054027024 139780119451349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30146560 140735926625291 140735926625394 140735926625394 140735926628303 0
[pid=6169/tid=6175] ppid=6166 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6169/task/6175/stat : 6175 (java) S 6166 6169 5027 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414385367 10915721216 8781 33554432000 4194304 4196468 140735926620128 139780052974480 139780119451349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30146560 140735926625291 140735926625394 140735926625394 140735926628303 0
[pid=6169/tid=6176] ppid=6166 vsize=10659884 memory=140519461435008 CPUtime=0 cores=1,3,5,7
/proc/6169/task/6176/stat : 6176 (java) S 6166 6169 5027 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414385368 10915721216 8781 33554432000 4194304 4196468 140735926620128 139779610798320 139780119452290 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30146560 140735926625291 140735926625394 140735926625394 140735926628303 0
[pid=6169/tid=6177] ppid=6166 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6169/task/6177/stat : 6177 (java) S 6166 6169 5027 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 414385369 10915721216 8781 33554432000 4194304 4196468 140735926620128 139779609744544 139780119451349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30146560 140735926625291 140735926625394 140735926625394 140735926628303 0
[pid=6169/tid=6178] ppid=6166 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6169/task/6178/stat : 6178 (java) S 6166 6169 5027 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 414385369 10915721216 8781 33554432000 4194304 4196468 140735926620128 139779608691440 139780119451349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30146560 140735926625291 140735926625394 140735926625394 140735926628303 0
[pid=6169/tid=6179] ppid=6166 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6169/task/6179/stat : 6179 (java) S 6166 6169 5027 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414385371 10915721216 8781 33554432000 4194304 4196468 140735926620128 139779607640016 139780119459739 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30146560 140735926625291 140735926625394 140735926625394 140735926628303 0
[pid=6169/tid=6180] ppid=6166 vsize=10659884 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/6169/task/6180/stat : 6180 (java) S 6166 6169 5027 0 -1 1077944384 567 0 0 0 2 0 0 0 20 0 15 0 414385371 10915721216 8781 33554432000 4194304 4196468 140735926620128 139779606588144 139780119452290 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30146560 140735926625291 140735926625394 140735926625394 140735926628303 0
[pid=6169/tid=6181] ppid=6166 vsize=10659884 memory=-1 CPUtime=0.03 cores=1,3,5,7
/proc/6169/task/6181/stat : 6181 (java) S 6166 6169 5027 0 -1 1077944384 389 0 0 0 3 0 0 0 20 0 15 0 414385371 10915721216 8781 33554432000 4194304 4196468 140735926620128 139779605535600 139780119452290 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30146560 140735926625291 140735926625394 140735926625394 140735926628303 0
[pid=6169/tid=6182] ppid=6166 vsize=10659884 memory=140519461435008 CPUtime=0.05 cores=1,3,5,7
/proc/6169/task/6182/stat : 6182 (java) S 6166 6169 5027 0 -1 1077944384 717 0 0 0 5 0 0 0 20 0 15 0 414385371 10915721216 8781 33554432000 4194304 4196468 140735926620128 139779604482544 139780119452290 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30146560 140735926625291 140735926625394 140735926625394 140735926628303 0
[pid=6169/tid=6183] ppid=6166 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6169/task/6183/stat : 6183 (java) S 6166 6169 5027 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414385371 10915721216 8781 33554432000 4194304 4196468 140735926620128 139779603430240 139780119451349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30146560 140735926625291 140735926625394 140735926625394 140735926628303 0
[pid=6169/tid=6184] ppid=6166 vsize=10659884 memory=140519461435008 CPUtime=0 cores=1,3,5,7
/proc/6169/task/6184/stat : 6184 (java) S 6166 6169 5027 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414385372 10915721216 8781 33554432000 4194304 4196468 140735926620128 139779602377264 139780119452290 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30146560 140735926625291 140735926625394 140735926625394 140735926628303 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 10659884 KiB
Current children cumulated memory: 35124 KiB

[startup+0.310274 s]*
/proc/loadavg: 1.97 1.75 1.01 4/228 6184
/proc/meminfo: memFree=30878736/32770624 swapFree=66934472/67108860
[pid=6169] ppid=6166 vsize=10659884 memory=40520 CPUtime=0.47 cores=1,3,5,7
/proc/6169/stat : 6169 (java) S 6166 6169 5027 0 -1 1077944320 9578 0 0 0 43 4 0 0 20 0 15 0 414385366 10915721216 10130 33554432000 4194304 4196468 140735926620128 140735926602672 139780119441143 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 30146560 140735926625291 140735926625394 140735926625394 140735926628303 0
/proc/6169/statm: 2664971 10130 3002 1 0 2627468 0
[pid=6169/tid=6171] ppid=6166 vsize=10659884 memory=7377246124687064083 CPUtime=0.3 cores=1,3,5,7
/proc/6169/task/6171/stat : 6171 (java) R 6166 6169 5027 0 -1 4202560 6462 0 0 0 27 3 0 0 20 0 15 0 414385366 10915721216 10130 33554432000 4194304 4196468 140735926620128 139780123670256 139780119463069 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30146560 140735926625291 140735926625394 140735926625394 140735926628303 0
[pid=6169/tid=6172] ppid=6166 vsize=10659884 memory=4211974245666225546 CPUtime=0 cores=1,3,5,7
/proc/6169/task/6172/stat : 6172 (java) S 6166 6169 5027 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414385367 10915721216 10130 33554432000 4194304 4196468 140735926620128 139780056132624 139780119451349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30146560 140735926625291 140735926625394 140735926625394 140735926628303 0
[pid=6169/tid=6173] ppid=6166 vsize=10659884 memory=140519461440035 CPUtime=0 cores=1,3,5,7
/proc/6169/task/6173/stat : 6173 (java) S 6166 6169 5027 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414385367 10915721216 10130 33554432000 4194304 4196468 140735926620128 139780055080080 139780119451349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30146560 140735926625291 140735926625394 140735926625394 140735926628303 0
[pid=6169/tid=6174] ppid=6166 vsize=10659884 memory=140519317552589 CPUtime=0 cores=1,3,5,7
/proc/6169/task/6174/stat : 6174 (java) S 6166 6169 5027 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414385367 10915721216 10130 33554432000 4194304 4196468 140735926620128 139780054027024 139780119451349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30146560 140735926625291 140735926625394 140735926625394 140735926628303 0
[pid=6169/tid=6175] ppid=6166 vsize=10659884 memory=140519317556687 CPUtime=0 cores=1,3,5,7
/proc/6169/task/6175/stat : 6175 (java) S 6166 6169 5027 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414385367 10915721216 10130 33554432000 4194304 4196468 140735926620128 139780052974480 139780119451349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30146560 140735926625291 140735926625394 140735926625394 140735926628303 0
[pid=6169/tid=6176] ppid=6166 vsize=10659884 memory=140519461440066 CPUtime=0 cores=1,3,5,7
/proc/6169/task/6176/stat : 6176 (java) S 6166 6169 5027 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414385368 10915721216 10130 33554432000 4194304 4196468 140735926620128 139779610798320 139780119452290 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30146560 140735926625291 140735926625394 140735926625394 140735926628303 0
[pid=6169/tid=6177] ppid=6166 vsize=10659884 memory=140519317565903 CPUtime=0 cores=1,3,5,7
/proc/6169/task/6177/stat : 6177 (java) S 6166 6169 5027 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 414385369 10915721216 10130 33554432000 4194304 4196468 140735926620128 139779609744544 139780119451349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30146560 140735926625291 140735926625394 140735926625394 140735926628303 0
[pid=6169/tid=6178] ppid=6166 vsize=10659884 memory=281038635122576 CPUtime=0 cores=1,3,5,7
/proc/6169/task/6178/stat : 6178 (java) S 6166 6169 5027 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 414385369 10915721216 10130 33554432000 4194304 4196468 140735926620128 139779608691440 139780119451349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30146560 140735926625291 140735926625394 140735926625394 140735926628303 0
[pid=6169/tid=6179] ppid=6166 vsize=10659884 memory=281038635120240 CPUtime=0 cores=1,3,5,7
/proc/6169/task/6179/stat : 6179 (java) S 6166 6169 5027 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414385371 10915721216 10130 33554432000 4194304 4196468 140735926620128 139779607640016 139780119459739 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30146560 140735926625291 140735926625394 140735926625394 140735926628303 0
[pid=6169/tid=6180] ppid=6166 vsize=10659884 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/6169/task/6180/stat : 6180 (java) S 6166 6169 5027 0 -1 1077944384 613 0 0 0 3 0 0 0 20 0 15 0 414385371 10915721216 10130 33554432000 4194304 4196468 140735926620128 139779606588144 139780119452290 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30146560 140735926625291 140735926625394 140735926625394 140735926628303 0
[pid=6169/tid=6181] ppid=6166 vsize=10659884 memory=2240 CPUtime=0.04 cores=1,3,5,7
/proc/6169/task/6181/stat : 6181 (java) S 6166 6169 5027 0 -1 1077944384 405 0 0 0 4 0 0 0 20 0 15 0 414385371 10915721216 10130 33554432000 4194304 4196468 140735926620128 139779605535600 139780119452290 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30146560 140735926625291 140735926625394 140735926625394 140735926628303 0
[pid=6169/tid=6182] ppid=6166 vsize=10659884 memory=140519461435008 CPUtime=0.08 cores=1,3,5,7
/proc/6169/task/6182/stat : 6182 (java) S 6166 6169 5027 0 -1 1077944384 743 0 0 0 8 0 0 0 20 0 15 0 414385371 10915721216 10130 33554432000 4194304 4196468 140735926620128 139779604482544 139780119452290 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30146560 140735926625291 140735926625394 140735926625394 140735926628303 0
[pid=6169/tid=6183] ppid=6166 vsize=10659884 memory=2208 CPUtime=0 cores=1,3,5,7
/proc/6169/task/6183/stat : 6183 (java) S 6166 6169 5027 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414385371 10915721216 10130 33554432000 4194304 4196468 140735926620128 139779603430240 139780119451349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30146560 140735926625291 140735926625394 140735926625394 140735926628303 0
[pid=6169/tid=6184] ppid=6166 vsize=10659884 memory=140519461435008 CPUtime=0 cores=1,3,5,7
/proc/6169/task/6184/stat : 6184 (java) S 6166 6169 5027 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414385372 10915721216 10130 33554432000 4194304 4196468 140735926620128 139779602377264 139780119452290 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30146560 140735926625291 140735926625394 140735926625394 140735926628303 0
Current children cumulated CPU time: 0.47 s
Current children cumulated vsize: 10659884 KiB
Current children cumulated memory: 40520 KiB

[startup+0.70459 s]
/proc/loadavg: 1.97 1.75 1.01 3/228 6184
/proc/meminfo: memFree=30869548/32770624 swapFree=66934472/67108860
[pid=6169] ppid=6166 vsize=10661932 memory=63932 CPUtime=1.1 cores=1,3,5,7
/proc/6169/stat : 6169 (java) S 6166 6169 5027 0 -1 1077944320 13081 0 0 0 105 5 0 0 20 0 15 0 414385366 10917818368 15983 33554432000 4194304 4196468 140735926620128 140735926602672 139780119441143 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 30146560 140735926625291 140735926625394 140735926625394 140735926628303 0
/proc/6169/statm: 2665483 15983 3061 1 0 2627980 0
[pid=6169/tid=6171] ppid=6166 vsize=10661932 memory=3932 CPUtime=0.68 cores=1,3,5,7
/proc/6169/task/6171/stat : 6171 (java) R 6166 6169 5027 0 -1 4202560 8886 0 0 0 64 4 0 0 20 0 15 0 414385366 10917818368 15983 33554432000 4194304 4196468 140735926620128 139780123673056 139780102627952 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30146560 140735926625291 140735926625394 140735926625394 140735926628303 0
[pid=6169/tid=6172] ppid=6166 vsize=10661932 memory=2832 CPUtime=0 cores=1,3,5,7
/proc/6169/task/6172/stat : 6172 (java) S 6166 6169 5027 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414385367 10917818368 15983 33554432000 4194304 4196468 140735926620128 139780056132624 139780119451349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30146560 140735926625291 140735926625394 140735926625394 140735926628303 0
[pid=6169/tid=6173] ppid=6166 vsize=10661932 memory=1548 CPUtime=0 cores=1,3,5,7
/proc/6169/task/6173/stat : 6173 (java) S 6166 6169 5027 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414385367 10917818368 15983 33554432000 4194304 4196468 140735926620128 139780055080080 139780119451349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30146560 140735926625291 140735926625394 140735926625394 140735926628303 0
[pid=6169/tid=6174] ppid=6166 vsize=10661932 memory=7014751519717807441 CPUtime=0 cores=1,3,5,7
/proc/6169/task/6174/stat : 6174 (java) S 6166 6169 5027 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414385367 10917818368 15983 33554432000 4194304 4196468 140735926620128 139780054027024 139780119451349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30146560 140735926625291 140735926625394 140735926625394 140735926628303 0
[pid=6169/tid=6175] ppid=6166 vsize=10661932 memory=7019257425709197167 CPUtime=0 cores=1,3,5,7
/proc/6169/task/6175/stat : 6175 (java) S 6166 6169 5027 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414385367 10917818368 15983 33554432000 4194304 4196468 140735926620128 139780052974480 139780119451349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30146560 140735926625291 140735926625394 140735926625394 140735926628303 0
[pid=6169/tid=6176] ppid=6166 vsize=10661932 memory=5787500903046145365 CPUtime=0 cores=1,3,5,7
/proc/6169/task/6176/stat : 6176 (java) S 6166 6169 5027 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414385368 10917818368 15983 33554432000 4194304 4196468 140735926620128 139779610798320 139780119452290 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30146560 140735926625291 140735926625394 140735926625394 140735926628303 0
[pid=6169/tid=6177] ppid=6166 vsize=10661932 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6169/task/6177/stat : 6177 (java) S 6166 6169 5027 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 414385369 10917818368 15983 33554432000 4194304 4196468 140735926620128 139779609744544 139780119451349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30146560 140735926625291 140735926625394 140735926625394 140735926628303 0
[pid=6169/tid=6178] ppid=6166 vsize=10661932 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6169/task/6178/stat : 6178 (java) S 6166 6169 5027 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 414385369 10917818368 15983 33554432000 4194304 4196468 140735926620128 139779608691440 139780119451349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30146560 140735926625291 140735926625394 140735926625394 140735926628303 0
[pid=6169/tid=6179] ppid=6166 vsize=10661932 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6169/task/6179/stat : 6179 (java) S 6166 6169 5027 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414385371 10917818368 15983 33554432000 4194304 4196468 140735926620128 139779607640016 139780119459739 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30146560 140735926625291 140735926625394 140735926625394 140735926628303 0
[pid=6169/tid=6180] ppid=6166 vsize=10661932 memory=345 CPUtime=0.11 cores=1,3,5,7
/proc/6169/task/6180/stat : 6180 (java) R 6166 6169 5027 0 -1 4202560 935 0 0 0 11 0 0 0 20 0 15 0 414385371 10917818368 15983 33554432000 4194304 4196468 140735926620128 139779606574112 139780099134220 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 30146560 140735926625291 140735926625394 140735926625394 140735926628303 0
[pid=6169/tid=6181] ppid=6166 vsize=10661932 memory=10 CPUtime=0.1 cores=1,3,5,7
/proc/6169/task/6181/stat : 6181 (java) S 6166 6169 5027 0 -1 1077944384 667 0 0 0 10 0 0 0 20 0 15 0 414385371 10917818368 15983 33554432000 4194304 4196468 140735926620128 139779605535600 139780119452290 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30146560 140735926625291 140735926625394 140735926625394 140735926628303 0
[pid=6169/tid=6182] ppid=6166 vsize=10661932 memory=26448 CPUtime=0.18 cores=1,3,5,7
/proc/6169/task/6182/stat : 6182 (java) S 6166 6169 5027 0 -1 1077944384 1234 0 0 0 18 0 0 0 20 0 15 0 414385371 10917818368 15983 33554432000 4194304 4196468 140735926620128 139779604482544 139780119452290 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30146560 140735926625291 140735926625394 140735926625394 140735926628303 0
[pid=6169/tid=6183] ppid=6166 vsize=10661932 memory=281038635306480 CPUtime=0 cores=1,3,5,7
/proc/6169/task/6183/stat : 6183 (java) S 6166 6169 5027 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414385371 10917818368 15983 33554432000 4194304 4196468 140735926620128 139779603430240 139780119451349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30146560 140735926625291 140735926625394 140735926625394 140735926628303 0
[pid=6169/tid=6184] ppid=6166 vsize=10661932 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6169/task/6184/stat : 6184 (java) S 6166 6169 5027 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414385372 10917818368 15983 33554432000 4194304 4196468 140735926620128 139779602377264 139780119452290 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30146560 140735926625291 140735926625394 140735926625394 140735926628303 0
Current children cumulated CPU time: 1.1 s
Current children cumulated vsize: 10661932 KiB
Current children cumulated memory: 63932 KiB

[startup+1.50077 s]
/proc/loadavg: 1.97 1.75 1.01 3/228 6184
/proc/meminfo: memFree=30855652/32770624 swapFree=66934472/67108860
[pid=6169] ppid=6166 vsize=10663980 memory=75848 CPUtime=1.99 cores=1,3,5,7
/proc/6169/stat : 6169 (java) S 6166 6169 5027 0 -1 1077944320 18642 0 0 0 193 6 0 0 20 0 15 0 414385366 10919915520 18962 33554432000 4194304 4196468 140735926620128 140735926602672 139780119441143 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 30146560 140735926625291 140735926625394 140735926625394 140735926628303 0
/proc/6169/statm: 2665995 18962 3096 1 0 2628492 0
[pid=6169/tid=6171] ppid=6166 vsize=10663980 memory=0 CPUtime=1.48 cores=1,3,5,7
/proc/6169/task/6171/stat : 6171 (java) R 6166 6169 5027 0 -1 4202560 13054 0 0 0 143 5 0 0 20 0 15 0 414385366 10919915520 18962 33554432000 4194304 4196468 140735926620128 139780123673504 139780100814592 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30146560 140735926625291 140735926625394 140735926625394 140735926628303 0
[pid=6169/tid=6172] ppid=6166 vsize=10663980 memory=-3472574513799858009 CPUtime=0 cores=1,3,5,7
/proc/6169/task/6172/stat : 6172 (java) S 6166 6169 5027 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414385367 10919915520 18962 33554432000 4194304 4196468 140735926620128 139780056132624 139780119451349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30146560 140735926625291 140735926625394 140735926625394 140735926628303 0
[pid=6169/tid=6173] ppid=6166 vsize=10663980 memory=-3535359994705172318 CPUtime=0 cores=1,3,5,7
/proc/6169/task/6173/stat : 6173 (java) S 6166 6169 5027 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414385367 10919915520 18962 33554432000 4194304 4196468 140735926620128 139780055080080 139780119451349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30146560 140735926625291 140735926625394 140735926625394 140735926628303 0
[pid=6169/tid=6174] ppid=6166 vsize=10663980 memory=-6305712789140431488 CPUtime=0 cores=1,3,5,7
/proc/6169/task/6174/stat : 6174 (java) S 6166 6169 5027 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414385367 10919915520 18962 33554432000 4194304 4196468 140735926620128 139780054027024 139780119451349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30146560 140735926625291 140735926625394 140735926625394 140735926628303 0
[pid=6169/tid=6175] ppid=6166 vsize=10663980 memory=4947932744167825024 CPUtime=0 cores=1,3,5,7
/proc/6169/task/6175/stat : 6175 (java) S 6166 6169 5027 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414385367 10919915520 18962 33554432000 4194304 4196468 140735926620128 139780052974480 139780119451349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30146560 140735926625291 140735926625394 140735926625394 140735926628303 0
[pid=6169/tid=6176] ppid=6166 vsize=10663980 memory=-6152018833316668004 CPUtime=0 cores=1,3,5,7
/proc/6169/task/6176/stat : 6176 (java) S 6166 6169 5027 0 -1 1077944384 118 0 0 0 0 0 0 0 20 0 15 0 414385368 10919915520 18962 33554432000 4194304 4196468 140735926620128 139779610798320 139780119452290 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30146560 140735926625291 140735926625394 140735926625394 140735926628303 0
[pid=6169/tid=6177] ppid=6166 vsize=10663980 memory=-2746958450906831424 CPUtime=0 cores=1,3,5,7
/proc/6169/task/6177/stat : 6177 (java) S 6166 6169 5027 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 414385369 10919915520 18962 33554432000 4194304 4196468 140735926620128 139779609744544 139780119451349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30146560 140735926625291 140735926625394 140735926625394 140735926628303 0
[pid=6169/tid=6178] ppid=6166 vsize=10663980 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6169/task/6178/stat : 6178 (java) S 6166 6169 5027 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 414385369 10919915520 18962 33554432000 4194304 4196468 140735926620128 139779608691440 139780119451349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30146560 140735926625291 140735926625394 140735926625394 140735926628303 0
[pid=6169/tid=6179] ppid=6166 vsize=10663980 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6169/task/6179/stat : 6179 (java) S 6166 6169 5027 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414385371 10919915520 18962 33554432000 4194304 4196468 140735926620128 139779607640016 139780119459739 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30146560 140735926625291 140735926625394 140735926625394 140735926628303 0
[pid=6169/tid=6180] ppid=6166 vsize=10663980 memory=0 CPUtime=0.18 cores=1,3,5,7
/proc/6169/task/6180/stat : 6180 (java) S 6166 6169 5027 0 -1 1077944384 1840 0 0 0 18 0 0 0 20 0 15 0 414385371 10919915520 18962 33554432000 4194304 4196468 140735926620128 139779606588144 139780119452290 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30146560 140735926625291 140735926625394 140735926625394 140735926628303 0
[pid=6169/tid=6181] ppid=6166 vsize=10663980 memory=4580 CPUtime=0.13 cores=1,3,5,7
/proc/6169/task/6181/stat : 6181 (java) S 6166 6169 5027 0 -1 1077944384 1030 0 0 0 13 0 0 0 20 0 15 0 414385371 10919915520 18962 33554432000 4194304 4196468 140735926620128 139779605535600 139780119452290 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30146560 140735926625291 140735926625394 140735926625394 140735926628303 0
[pid=6169/tid=6182] ppid=6166 vsize=10663980 memory=-7737621075815351712 CPUtime=0.18 cores=1,3,5,7
/proc/6169/task/6182/stat : 6182 (java) S 6166 6169 5027 0 -1 1077944384 1236 0 0 0 18 0 0 0 20 0 15 0 414385371 10919915520 18962 33554432000 4194304 4196468 140735926620128 139779604482544 139780119452290 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30146560 140735926625291 140735926625394 140735926625394 140735926628303 0
[pid=6169/tid=6183] ppid=6166 vsize=10663980 memory=-7984860791115455840 CPUtime=0 cores=1,3,5,7
/proc/6169/task/6183/stat : 6183 (java) S 6166 6169 5027 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414385371 10919915520 18962 33554432000 4194304 4196468 140735926620128 139779603430240 139780119451349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30146560 140735926625291 140735926625394 140735926625394 140735926628303 0
[pid=6169/tid=6184] ppid=6166 vsize=10663980 memory=6943526294502006880 CPUtime=0 cores=1,3,5,7
/proc/6169/task/6184/stat : 6184 (java) S 6166 6169 5027 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 15 0 414385372 10919915520 18962 33554432000 4194304 4196468 140735926620128 139779602377264 139780119452290 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30146560 140735926625291 140735926625394 140735926625394 140735926628303 0
Current children cumulated CPU time: 1.99 s
Current children cumulated vsize: 10663980 KiB
Current children cumulated memory: 75848 KiB

[startup+2.40874 s]
# the end of solver process 6169 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=4.12456 s, system=0.145959 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1.60087 s]
/proc/loadavg: 1.97 1.75 1.01 3/228 6184
/proc/meminfo: memFree=30855652/32770624 swapFree=66934472/67108860
[pid=6169] ppid=6166 vsize=10666028 memory=76968 CPUtime=2.11 cores=1,3,5,7
/proc/6169/stat : 6169 (java) S 6166 6169 5027 0 -1 1077944320 19052 0 0 0 204 7 0 0 20 0 15 0 414385366 10922012672 19242 33554432000 4194304 4196468 140735926620128 140735926602672 139780119441143 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 30146560 140735926625291 140735926625394 140735926625394 140735926628303 0
/proc/6169/statm: 2666507 19242 3096 1 0 2629004 0
[pid=6169/tid=6171] ppid=6166 vsize=10666028 memory=8025788822752027748 CPUtime=1.58 cores=1,3,5,7
/proc/6169/task/6171/stat : 6171 (java) R 6166 6169 5027 0 -1 4202560 13457 0 0 0 153 5 0 0 20 0 15 0 414385366 10922012672 19242 33554432000 4194304 4196468 140735926620128 139780123673504 139780100086054 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30146560 140735926625291 140735926625394 140735926625394 140735926628303 0
[pid=6169/tid=6172] ppid=6166 vsize=10666028 memory=7445137840107514213 CPUtime=0 cores=1,3,5,7
/proc/6169/task/6172/stat : 6172 (java) S 6166 6169 5027 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414385367 10922012672 19242 33554432000 4194304 4196468 140735926620128 139780056132624 139780119451349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30146560 140735926625291 140735926625394 140735926625394 140735926628303 0
[pid=6169/tid=6173] ppid=6166 vsize=10666028 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/6169/task/6173/stat : 6173 (java) S 6166 6169 5027 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414385367 10922012672 19242 33554432000 4194304 4196468 140735926620128 139780055080080 139780119451349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30146560 140735926625291 140735926625394 140735926625394 140735926628303 0
[pid=6169/tid=6174] ppid=6166 vsize=10666028 memory=167045035639119 CPUtime=0 cores=1,3,5,7
/proc/6169/task/6174/stat : 6174 (java) S 6166 6169 5027 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414385367 10922012672 19242 33554432000 4194304 4196468 140735926620128 139780054027024 139780119451349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30146560 140735926625291 140735926625394 140735926625394 140735926628303 0
[pid=6169/tid=6175] ppid=6166 vsize=10666028 memory=3286023 CPUtime=0 cores=1,3,5,7
/proc/6169/task/6175/stat : 6175 (java) S 6166 6169 5027 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414385367 10922012672 19242 33554432000 4194304 4196468 140735926620128 139780052974480 139780119451349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30146560 140735926625291 140735926625394 140735926625394 140735926628303 0
[pid=6169/tid=6176] ppid=6166 vsize=10666028 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6169/task/6176/stat : 6176 (java) S 6166 6169 5027 0 -1 1077944384 118 0 0 0 0 0 0 0 20 0 15 0 414385368 10922012672 19242 33554432000 4194304 4196468 140735926620128 139779610798320 139780119452290 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30146560 140735926625291 140735926625394 140735926625394 140735926628303 0
[pid=6169/tid=6177] ppid=6166 vsize=10666028 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6169/task/6177/stat : 6177 (java) S 6166 6169 5027 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 414385369 10922012672 19242 33554432000 4194304 4196468 140735926620128 139779609744544 139780119451349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30146560 140735926625291 140735926625394 140735926625394 140735926628303 0
[pid=6169/tid=6178] ppid=6166 vsize=10666028 memory=7809523229951467574 CPUtime=0 cores=1,3,5,7
/proc/6169/task/6178/stat : 6178 (java) S 6166 6169 5027 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 414385369 10922012672 19242 33554432000 4194304 4196468 140735926620128 139779608691440 139780119451349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30146560 140735926625291 140735926625394 140735926625394 140735926628303 0
[pid=6169/tid=6179] ppid=6166 vsize=10666028 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6169/task/6179/stat : 6179 (java) S 6166 6169 5027 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414385371 10922012672 19242 33554432000 4194304 4196468 140735926620128 139779607640016 139780119459739 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30146560 140735926625291 140735926625394 140735926625394 140735926628303 0
[pid=6169/tid=6180] ppid=6166 vsize=10666028 memory=-6656128240048454492 CPUtime=0.18 cores=1,3,5,7
/proc/6169/task/6180/stat : 6180 (java) S 6166 6169 5027 0 -1 1077944384 1840 0 0 0 18 0 0 0 20 0 15 0 414385371 10922012672 19242 33554432000 4194304 4196468 140735926620128 139779606588144 139780119452290 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30146560 140735926625291 140735926625394 140735926625394 140735926628303 0
[pid=6169/tid=6181] ppid=6166 vsize=10666028 memory=6944656592387989600 CPUtime=0.14 cores=1,3,5,7
/proc/6169/task/6181/stat : 6181 (java) S 6166 6169 5027 0 -1 1077944384 1037 0 0 0 14 0 0 0 20 0 15 0 414385371 10922012672 19242 33554432000 4194304 4196468 140735926620128 139779605535600 139780119452290 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30146560 140735926625291 140735926625394 140735926625394 140735926628303 0
[pid=6169/tid=6182] ppid=6166 vsize=10666028 memory=6944656592455360604 CPUtime=0.18 cores=1,3,5,7
/proc/6169/task/6182/stat : 6182 (java) S 6166 6169 5027 0 -1 1077944384 1236 0 0 0 18 0 0 0 20 0 15 0 414385371 10922012672 19242 33554432000 4194304 4196468 140735926620128 139779604482544 139780119452290 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30146560 140735926625291 140735926625394 140735926625394 140735926628303 0
[pid=6169/tid=6183] ppid=6166 vsize=10666028 memory=6943526294502006880 CPUtime=0 cores=1,3,5,7
/proc/6169/task/6183/stat : 6183 (java) S 6166 6169 5027 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414385371 10922012672 19242 33554432000 4194304 4196468 140735926620128 139779603430240 139780119451349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30146560 140735926625291 140735926625394 140735926625394 140735926628303 0
[pid=6169/tid=6184] ppid=6166 vsize=10666028 memory=-2461829820114675750 CPUtime=0 cores=1,3,5,7
/proc/6169/task/6184/stat : 6184 (java) S 6166 6169 5027 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 15 0 414385372 10922012672 19242 33554432000 4194304 4196468 140735926620128 139779602377264 139780119452290 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30146560 140735926625291 140735926625394 140735926625394 140735926628303 0
Current children cumulated CPU time: 2.11 s
Current children cumulated vsize: 10666028 KiB
Current children cumulated memory: 76968 KiB

[startup+2.00651 s]*
/proc/loadavg: 1.97 1.75 1.01 4/229 6186
/proc/meminfo: memFree=30778704/32770624 swapFree=66934472/67108860
[pid=6169] ppid=6166 vsize=10744136 memory=146132 CPUtime=2.93 cores=1,3,5,7
/proc/6169/stat : 6169 (java) S 6166 6169 5027 0 -1 1077944320 23680 0 0 0 282 11 0 0 20 0 16 0 414385366 11001995264 36533 33554432000 4194304 4196468 140735926620128 140735926602672 139780119441143 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 30146560 140735926625291 140735926625394 140735926625394 140735926628303 0
/proc/6169/statm: 2686034 36533 3311 1 0 2646705 0
[pid=6169/tid=6171] ppid=6166 vsize=10744136 memory=-3103912127665269909 CPUtime=1.85 cores=1,3,5,7
/proc/6169/task/6171/stat : 6171 (java) S 6166 6169 5027 0 -1 1077944384 15311 0 0 0 179 6 0 0 20 0 16 0 414385366 11001995264 36533 33554432000 4194304 4196468 140735926620128 139780123684016 139780119451349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30146560 140735926625291 140735926625394 140735926625394 140735926628303 0
[pid=6169/tid=6172] ppid=6166 vsize=10744136 memory=4211974245666225546 CPUtime=0 cores=1,3,5,7
/proc/6169/task/6172/stat : 6172 (java) S 6166 6169 5027 0 -1 1077944384 29 0 0 0 0 0 0 0 20 0 16 0 414385367 11001995264 36533 33554432000 4194304 4196468 140735926620128 139780056132624 139780119451349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30146560 140735926625291 140735926625394 140735926625394 140735926628303 0
[pid=6169/tid=6173] ppid=6166 vsize=10744136 memory=3472752493715745719 CPUtime=0.01 cores=1,3,5,7
/proc/6169/task/6173/stat : 6173 (java) S 6166 6169 5027 0 -1 1077944384 30 0 0 0 1 0 0 0 20 0 16 0 414385367 11001995264 36533 33554432000 4194304 4196468 140735926620128 139780055080080 139780119451349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30146560 140735926625291 140735926625394 140735926625394 140735926628303 0
[pid=6169/tid=6174] ppid=6166 vsize=10744136 memory=4638778398333161572 CPUtime=0 cores=1,3,5,7
/proc/6169/task/6174/stat : 6174 (java) S 6166 6169 5027 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 16 0 414385367 11001995264 36533 33554432000 4194304 4196468 140735926620128 139780054027024 139780119451349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30146560 140735926625291 140735926625394 140735926625394 140735926628303 0
[pid=6169/tid=6175] ppid=6166 vsize=10744136 memory=2320820767968744223 CPUtime=0 cores=1,3,5,7
/proc/6169/task/6175/stat : 6175 (java) S 6166 6169 5027 0 -1 1077944384 137 0 0 0 0 0 0 0 20 0 16 0 414385367 11001995264 36533 33554432000 4194304 4196468 140735926620128 139780052974480 139780119451349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30146560 140735926625291 140735926625394 140735926625394 140735926628303 0
[pid=6169/tid=6176] ppid=6166 vsize=10744136 memory=3760984996143524785 CPUtime=0.01 cores=1,3,5,7
/proc/6169/task/6176/stat : 6176 (java) S 6166 6169 5027 0 -1 1077944384 1145 0 0 0 1 0 0 0 20 0 16 0 414385368 11001995264 36533 33554432000 4194304 4196468 140735926620128 139779610798320 139780119452290 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30146560 140735926625291 140735926625394 140735926625394 140735926628303 0
[pid=6169/tid=6177] ppid=6166 vsize=10744136 memory=10458245368174 CPUtime=0 cores=1,3,5,7
/proc/6169/task/6177/stat : 6177 (java) S 6166 6169 5027 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 16 0 414385369 11001995264 36533 33554432000 4194304 4196468 140735926620128 139779609744608 139780119451349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30146560 140735926625291 140735926625394 140735926625394 140735926628303 0
[pid=6169/tid=6178] ppid=6166 vsize=10744136 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6169/task/6178/stat : 6178 (java) S 6166 6169 5027 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 414385369 11001995264 36533 33554432000 4194304 4196468 140735926620128 139779608691456 139780119451349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30146560 140735926625291 140735926625394 140735926625394 140735926628303 0
[pid=6169/tid=6179] ppid=6166 vsize=10744136 memory=7740953725402312040 CPUtime=0 cores=1,3,5,7
/proc/6169/task/6179/stat : 6179 (java) S 6166 6169 5027 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414385371 11001995264 36533 33554432000 4194304 4196468 140735926620128 139779607640016 139780119459739 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30146560 140735926625291 140735926625394 140735926625394 140735926628303 0
[pid=6169/tid=6180] ppid=6166 vsize=10744136 memory=0 CPUtime=0.33 cores=1,3,5,7
/proc/6169/task/6180/stat : 6180 (java) S 6166 6169 5027 0 -1 1077944384 1915 0 0 0 32 1 0 0 20 0 16 0 414385371 11001995264 36533 33554432000 4194304 4196468 140735926620128 139779606588144 139780119452290 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30146560 140735926625291 140735926625394 140735926625394 140735926628303 0
[pid=6169/tid=6181] ppid=6166 vsize=10744136 memory=7161130587769551155 CPUtime=0.24 cores=1,3,5,7
/proc/6169/task/6181/stat : 6181 (java) S 6166 6169 5027 0 -1 1077944384 1290 0 0 0 24 0 0 0 20 0 16 0 414385371 11001995264 36533 33554432000 4194304 4196468 140735926620128 139779605535600 139780119452290 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30146560 140735926625291 140735926625394 140735926625394 140735926628303 0
[pid=6169/tid=6182] ppid=6166 vsize=10744136 memory=0 CPUtime=0.29 cores=1,3,5,7
/proc/6169/task/6182/stat : 6182 (java) R 6166 6169 5027 0 -1 4202560 1622 0 0 0 29 0 0 0 20 0 16 0 414385371 11001995264 36533 33554432000 4194304 4196468 140735926620128 139779604477808 139780098039947 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30146560 140735926625291 140735926625394 140735926625394 140735926628303 0
[pid=6169/tid=6183] ppid=6166 vsize=10744136 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6169/task/6183/stat : 6183 (java) S 6166 6169 5027 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414385371 11001995264 36533 33554432000 4194304 4196468 140735926620128 139779603430240 139780119451349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30146560 140735926625291 140735926625394 140735926625394 140735926628303 0
[pid=6169/tid=6184] ppid=6166 vsize=10744136 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6169/task/6184/stat : 6184 (java) S 6166 6169 5027 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 16 0 414385372 11001995264 36533 33554432000 4194304 4196468 140735926620128 139779602377264 139780119452290 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30146560 140735926625291 140735926625394 140735926625394 140735926628303 0
[pid=6169/tid=6186] ppid=6166 vsize=10744136 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/6169/task/6186/stat : 6186 (java) R 6166 6169 5027 0 -1 4202560 761 0 0 0 10 0 0 0 20 0 16 0 414385554 11001995264 36533 33554432000 4194304 4196468 140735926620128 139779585713344 139779727502468 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30146560 140735926625291 140735926625394 140735926625394 140735926628303 0
Current children cumulated CPU time: 2.93 s
Current children cumulated vsize: 10744136 KiB
Current children cumulated memory: 146132 KiB

[startup+2.40069 s]
/proc/loadavg: 1.97 1.75 1.01 4/229 6186
/proc/meminfo: memFree=30778704/32770624 swapFree=66934472/67108860
[pid=6169] ppid=6166 vsize=10746276 memory=187996 CPUtime=4.25 cores=1,3,5,7
/proc/6169/stat : 6169 (java) S 6166 6169 5027 0 -1 1077944320 27044 0 0 0 412 13 0 0 20 0 14 0 414385366 11004186624 46999 33554432000 4194304 4196468 140735926620128 140735926602672 139780119441143 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 30146560 140735926625291 140735926625394 140735926625394 140735926628303 0
/proc/6169/statm: 2686569 46999 3351 1 0 2646705 0
[pid=6169/tid=6171] ppid=6166 vsize=10746276 memory=6935652554363134804 CPUtime=1.85 cores=1,3,5,7
/proc/6169/task/6171/stat : 6171 (java) S 6166 6169 5027 0 -1 1077944384 15316 0 0 0 179 6 0 0 20 0 14 0 414385366 11004186624 46999 33554432000 4194304 4196468 140735926620128 139780123683984 139780119451349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30146560 140735926625291 140735926625394 140735926625394 140735926628303 0
[pid=6169/tid=6172] ppid=6166 vsize=10746276 memory=6935659151432901460 CPUtime=0 cores=1,3,5,7
/proc/6169/task/6172/stat : 6172 (java) S 6166 6169 5027 0 -1 1077944384 29 0 0 0 0 0 0 0 20 0 14 0 414385367 11004186624 46999 33554432000 4194304 4196468 140735926620128 139780056132624 139780119451349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30146560 140735926625291 140735926625394 140735926625394 140735926628303 0
[pid=6169/tid=6173] ppid=6166 vsize=10746276 memory=8112282956445269571 CPUtime=0.01 cores=1,3,5,7
/proc/6169/task/6173/stat : 6173 (java) S 6166 6169 5027 0 -1 1077944384 30 0 0 0 1 0 0 0 20 0 14 0 414385367 11004186624 46999 33554432000 4194304 4196468 140735926620128 139780055080080 139780119451349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30146560 140735926625291 140735926625394 140735926625394 140735926628303 0
[pid=6169/tid=6174] ppid=6166 vsize=10746276 memory=-3535359994705172318 CPUtime=0 cores=1,3,5,7
/proc/6169/task/6174/stat : 6174 (java) S 6166 6169 5027 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 14 0 414385367 11004186624 46999 33554432000 4194304 4196468 140735926620128 139780054027024 139780119451349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30146560 140735926625291 140735926625394 140735926625394 140735926628303 0
[pid=6169/tid=6175] ppid=6166 vsize=10746276 memory=7014751519700635750 CPUtime=0 cores=1,3,5,7
/proc/6169/task/6175/stat : 6175 (java) S 6166 6169 5027 0 -1 1077944384 137 0 0 0 0 0 0 0 20 0 14 0 414385367 11004186624 46999 33554432000 4194304 4196468 140735926620128 139780052974480 139780119451349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30146560 140735926625291 140735926625394 140735926625394 140735926628303 0
[pid=6169/tid=6176] ppid=6166 vsize=10746276 memory=7307204003389009516 CPUtime=0.01 cores=1,3,5,7
/proc/6169/task/6176/stat : 6176 (java) S 6166 6169 5027 0 -1 1077944384 1145 0 0 0 1 0 0 0 20 0 14 0 414385368 11004186624 46999 33554432000 4194304 4196468 140735926620128 139779610798528 139780119452290 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30146560 140735926625291 140735926625394 140735926625394 140735926628303 0
[pid=6169/tid=6177] ppid=6166 vsize=10746276 memory=7661015914467191651 CPUtime=0 cores=1,3,5,7
/proc/6169/task/6177/stat : 6177 (java) S 6166 6169 5027 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 14 0 414385369 11004186624 46999 33554432000 4194304 4196468 140735926620128 139779609744608 139780119451349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30146560 140735926625291 140735926625394 140735926625394 140735926628303 0
[pid=6169/tid=6178] ppid=6166 vsize=10746276 memory=5937503940876124257 CPUtime=0 cores=1,3,5,7
/proc/6169/task/6178/stat : 6178 (java) S 6166 6169 5027 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 14 0 414385369 11004186624 46999 33554432000 4194304 4196468 140735926620128 139779608691456 139780119451349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30146560 140735926625291 140735926625394 140735926625394 140735926628303 0
[pid=6169/tid=6179] ppid=6166 vsize=10746276 memory=7885352613265958738 CPUtime=0 cores=1,3,5,7
/proc/6169/task/6179/stat : 6179 (java) S 6166 6169 5027 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 14 0 414385371 11004186624 46999 33554432000 4194304 4196468 140735926620128 139779607638784 139780119451349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30146560 140735926625291 140735926625394 140735926625394 140735926628303 0
[pid=6169/tid=6180] ppid=6166 vsize=10746276 memory=0 CPUtime=0.68 cores=1,3,5,7
/proc/6169/task/6180/stat : 6180 (java) S 6166 6169 5027 0 -1 1077944384 2686 0 0 0 67 1 0 0 20 0 14 0 414385371 11004186624 46999 33554432000 4194304 4196468 140735926620128 139779606572688 139780119451349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30146560 140735926625291 140735926625394 140735926625394 140735926628303 0
[pid=6169/tid=6181] ppid=6166 vsize=10746276 memory=0 CPUtime=0.59 cores=1,3,5,7
/proc/6169/task/6181/stat : 6181 (java) S 6166 6169 5027 0 -1 1077944384 2122 0 0 0 59 0 0 0 20 0 14 0 414385371 11004186624 46999 33554432000 4194304 4196468 140735926620128 139779605528336 139780119451349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30146560 140735926625291 140735926625394 140735926625394 140735926628303 0
[pid=6169/tid=6182] ppid=6166 vsize=10746276 memory=7014193032286004070 CPUtime=0.54 cores=1,3,5,7
/proc/6169/task/6182/stat : 6182 (java) S 6166 6169 5027 0 -1 1077944384 2445 0 0 0 53 1 0 0 20 0 14 0 414385371 11004186624 46999 33554432000 4194304 4196468 140735926620128 139779604482544 139780119452290 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30146560 140735926625291 140735926625394 140735926625394 140735926628303 0
[pid=6169/tid=6183] ppid=6166 vsize=10746276 memory=5931335720003659370 CPUtime=0 cores=1,3,5,7
/proc/6169/task/6183/stat : 6183 (java) S 6166 6169 5027 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 414385371 11004186624 46999 33554432000 4194304 4196468 140735926620128 139779603430240 139780119451349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30146560 140735926625291 140735926625394 140735926625394 140735926628303 0
Current children cumulated CPU time: 4.25 s
Current children cumulated vsize: 10746276 KiB
Current children cumulated memory: 187996 KiB

Child status: 0
Real time (s): 2.40877
CPU time (s): 4.27052
CPU user time (s): 4.12456
CPU system time (s): 0.145959
CPU usage (%): 177.29
Max. virtual memory (cumulated for all children) (KiB): 10746276
Max. memory (cumulated for all children) (KiB): 187996

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.12456
system time used= 0.145959
maximum resident set size= 188588
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27062
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2107
involuntary context switches= 15


# summary of solver processes directly reported to runsolver:
#   pid: 6169
#   total CPU time (s): 4.27052
#   total CPU user time (s): 4.12456
#   total CPU system time (s): 0.145959

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.039264 second user time and 0.06544 second system time

The end

Launcher Data

Begin job on node151 at 2019-09-13 15:25:00
IDJOB=4390468
IDBENCH=126132
IDSOLVER=2832
FILE ID=node151/4390468-1568381139
RUNJOBID= node151-1568380476-5059
PBS_JOBID= 21701820
Free space on /tmp= 56992 MiB

SOLVER NAME= AbsCon 2019-07-23
BENCH NAME= XCSP17/QRandom/QRandom-geometric-rw/geometric-50-20-d4-75-76.xml
COMMAND LINE= java -cp AbsCon19-06.jar AbsCon BENCHNAME -cm
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4390468-1568381139/watcher-4390468-1568381139 -o /tmp/evaluation-result-4390468-1568381139/solver-4390468-1568381139 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1568380476-5059 --watchdog 2580  java -cp AbsCon19-06.jar AbsCon HOME/instance-4390468-1568381139.xml -cm

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

MD5SUM BENCH= 67696fc72ebd3977eb7611ca6505cd00
RANDOM SEED=1885486562

node151.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.53
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	: 5335.75
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.53
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	: 5335.75
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.53
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	: 5335.75
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.53
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	: 5335.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        30909528 kB
MemAvailable:   31624168 kB
Buffers:          152884 kB
Cached:           851924 kB
SwapCached:        71744 kB
Active:           750052 kB
Inactive:         556620 kB
Active(anon):     237344 kB
Inactive(anon):    96860 kB
Active(file):     512708 kB
Inactive(file):   459760 kB
Unevictable:      110832 kB
Mlocked:          110832 kB
SwapTotal:      67108860 kB
SwapFree:       66934472 kB
Dirty:              8952 kB
Writeback:             0 kB
AnonPages:        325272 kB
Mapped:            48208 kB
Shmem:             23712 kB
Slab:             144840 kB
SReclaimable:     116016 kB
SUnreclaim:        28824 kB
KernelStack:        4032 kB
PageTables:         6176 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1208024 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    260096 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      138624 kB
DirectMap2M:    33406976 kB

Free space on /tmp at the end= 56984 MiB
End job on node151 at 2019-09-13 15:25:03