Trace number 4390557

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-23UNSAT 27.2146 14.2117

DiagnosticValue
WRONG_DECISIONS60

General information on the benchmark

NameSocialGolfers/SocialGolfers-cp-s1/
SocialGolfers-8-9-9-cp.xml
MD5SUM7f38f9e4cc6c9387b3de2b1a6255283e
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark27.2146
Satisfiable
(Un)Satisfiability was proved
Number of variables648
Number of constraints92027
Number of domains1
Minimum domain size8
Maximum domain size8
Distribution of domain sizes[{"size":8,"count":648}]
Minimum variable degree570
Maximum variable degree571
Distribution of variable degrees[{"degree":570,"count":576},{"degree":571,"count":72}]
Minimum constraint arity4
Maximum constraint arity648
Distribution of constraint arities[{"arity":4,"count":92016},{"arity":72,"count":10},{"arity":648,"count":1}]
Number of extensional constraints0
Number of intensional constraints92016
Distribution of constraint types[{"type":"intension","count":92016},{"type":"lex","count":1},{"type":"cardinality","count":9},{"type":"instantiation","count":1}]
Optimization problemNO
Type of objective

Solver Data

2.59/1.90	
2.59/1.90	AbsCon 2 
2.59/1.91	
7.29/3.64	  Instance
7.29/3.64	    name=instance-4390557-1568381457, framework=CSP
7.29/3.64	
7.29/3.64	  Loading variables...
7.62/3.70	  Loading constraints...
25.49/13.56	
25.49/13.56	  Domains
25.49/13.56	    nTypes=1, nValues=5184, sizes=[8#648]
25.49/13.56	  Variables
25.49/13.56	    count=648, degrees=[571#2,572#86,573#560]
25.49/13.56	  Constraints
25.49/13.56	    count=92176, nSpecific=88, arities=[1#72,4#92016,18#71,72#9,144#8]
25.49/13.56	    distribution=[CardinalityConstant#9,CtrIntension#92088,LexicographicLe#79]
25.49/13.56	    nIntStructures=(9,shared:92079), nCftStructures=(1,shared:92015,unbuilt:160)
25.49/13.56	    wck=11.691, cpu=11.999, mem=1213M270
25.71/13.64	  Solver SolverBacktrack being built...
25.71/13.64	
25.88/13.75	
25.88/13.75	  Solver
25.88/13.75	    guaranteedGAC=true
25.88/13.75	    wck=11.882, cpu=12.187, mem=1463M43
26.65/14.02	
26.65/14.02	  Preprocessing
26.65/14.02	    filters=71, revisions=(40968,useless=40904), ccks=311147, nACremovedValues=504, nTotalRemovedValues=504, inconcistency=false
26.65/14.02	    wck=0.273, cpu=12.462, mem=1499M845
26.65/14.03	
26.65/14.09	    num=0, depth=2..6, filters=231, revisions=(53829,useless=53655), ccks=350635, wck=0.339, mem=1499M845
26.65/14.09	    decisions=32, wrong=15, backtracks=5, failedAssignments=10, nogoods=4
26.65/14.09	    
26.96/14.12	    num=1, depth=0..3, filters=360, revisions=(62904,useless=62640), ccks=373583, wck=0.37, mem=1499M845
26.96/14.12	    decisions=62, wrong=30, backtracks=9, failedAssignments=21, nogoods=4
26.96/14.12	    
26.96/14.15	    num=2, depth=0..2, filters=529, revisions=(72618,useless=72224), ccks=400029, wck=0.401, mem=1499M845
26.96/14.15	    decisions=96, wrong=47, backtracks=14, failedAssignments=33, nogoods=4
26.96/14.15	    
26.96/14.18	    num=3, depth=0..2, filters=662, revisions=(81295,useless=80804), ccks=423017, wck=0.43, mem=1499M845
26.96/14.18	    decisions=120, wrong=60, backtracks=21, failedAssignments=40, nogoods=4
26.96/14.18	    
26.96/14.18	  Global
26.96/14.18	    filters=662, revisions=(81295,useless=80804), ccks=423017, nogoods=4
26.96/14.18	    Stop=FULL_EXPLORATION, wrong=60, wck=12.313, cpu=12.618, mem=1499M845
26.96/14.18	
26.96/14.18	s UNSATISFIABLE
26.96/14.18	
26.96/14.18	d WRONG_DECISIONS 60

Verifier Data


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 (15053 MiB free)
  memory of node 1: 16384 MiB (15761 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4390557-1568381457/watcher-4390557-1568381457 -o /tmp/evaluation-result-4390557-1568381457/solver-4390557-1568381457 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1568380480-27644 --watchdog 2580 java -cp AbsCon19-06.jar AbsCon HOME/instance-4390557-1568381457.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=28086, runsolver pid=28083

[startup+0.100091 s]*
/proc/loadavg: 2.04 1.99 1.33 3/229 28101
/proc/meminfo: memFree=31540380/32770624 swapFree=67004188/67108860
[pid=28086] ppid=28083 vsize=10659884 memory=26652 CPUtime=0.09 cores=1,3,5,7
/proc/28086/stat : 28086 (java) S 28083 28086 27612 0 -1 1077944320 5186 0 0 0 8 1 0 0 20 0 15 0 414307292 10915721216 6663 33554432000 4194304 4196468 140723253807744 140723253790288 139691384262391 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 24555520 140723253810187 140723253810290 140723253810290 140723253813199 0
/proc/28086/statm: 2664971 6663 2805 1 0 2627468 0
[pid=28086/tid=28088] ppid=28083 vsize=10659884 memory=720575944405811505 CPUtime=0.06 cores=1,3,5,7
/proc/28086/task/28088/stat : 28088 (java) R 28083 28086 27612 0 -1 4202560 3142 0 0 0 6 0 0 0 20 0 15 0 414307293 10915721216 6663 33554432000 4194304 4196468 140723253807744 139691388478608 139691384274326 0 4 0 16800975 0 0 0 -1 1 0 0 2 0 0 6293624 6294260 24555520 140723253810187 140723253810290 140723253810290 140723253813199 0
[pid=28086/tid=28089] ppid=28083 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28086/task/28089/stat : 28089 (java) S 28083 28086 27612 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414307294 10915721216 6663 33554432000 4194304 4196468 140723253807744 139691336882576 139691384272597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24555520 140723253810187 140723253810290 140723253810290 140723253813199 0
[pid=28086/tid=28090] ppid=28083 vsize=10659884 memory=288370819161372288 CPUtime=0 cores=1,3,5,7
/proc/28086/task/28090/stat : 28090 (java) S 28083 28086 27612 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414307294 10915721216 6663 33554432000 4194304 4196468 140723253807744 139691335829776 139691384272597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24555520 140723253810187 140723253810290 140723253810290 140723253813199 0
[pid=28086/tid=28091] ppid=28083 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28086/task/28091/stat : 28091 (java) S 28083 28086 27612 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414307294 10915721216 6663 33554432000 4194304 4196468 140723253807744 139691334777488 139691384272597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24555520 140723253810187 140723253810290 140723253810290 140723253813199 0
[pid=28086/tid=28092] ppid=28083 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28086/task/28092/stat : 28092 (java) S 28083 28086 27612 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414307294 10915721216 6663 33554432000 4194304 4196468 140723253807744 139691333724688 139691384272597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24555520 140723253810187 140723253810290 140723253810290 140723253813199 0
[pid=28086/tid=28093] ppid=28083 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28086/task/28093/stat : 28093 (java) S 28083 28086 27612 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414307295 10915721216 6663 33554432000 4194304 4196468 140723253807744 139690943363696 139691384273538 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24555520 140723253810187 140723253810290 140723253810290 140723253813199 0
[pid=28086/tid=28094] ppid=28083 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28086/task/28094/stat : 28094 (java) S 28083 28086 27612 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 414307295 10915721216 6663 33554432000 4194304 4196468 140723253807744 139690942309664 139691384272597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24555520 140723253810187 140723253810290 140723253810290 140723253813199 0
[pid=28086/tid=28095] ppid=28083 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28086/task/28095/stat : 28095 (java) S 28083 28086 27612 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 414307296 10915721216 6663 33554432000 4194304 4196468 140723253807744 139690941257328 139691384272597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24555520 140723253810187 140723253810290 140723253810290 140723253813199 0
[pid=28086/tid=28096] ppid=28083 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28086/task/28096/stat : 28096 (java) S 28083 28086 27612 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414307298 10915721216 6663 33554432000 4194304 4196468 140723253807744 139690940205648 139691384280987 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24555520 140723253810187 140723253810290 140723253810290 140723253813199 0
[pid=28086/tid=28097] ppid=28083 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28086/task/28097/stat : 28097 (java) S 28083 28086 27612 0 -1 1077944384 29 0 0 0 0 0 0 0 20 0 15 0 414307300 10915721216 6663 33554432000 4194304 4196468 140723253807744 139690939152496 139691384273538 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24555520 140723253810187 140723253810290 140723253810290 140723253813199 0
[pid=28086/tid=28098] ppid=28083 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28086/task/28098/stat : 28098 (java) S 28083 28086 27612 0 -1 1077944384 411 0 0 0 0 0 0 0 20 0 15 0 414307300 10915721216 6663 33554432000 4194304 4196468 140723253807744 139690938099696 139691384273538 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24555520 140723253810187 140723253810290 140723253810290 140723253813199 0
[pid=28086/tid=28099] ppid=28083 vsize=10659884 memory=140443009660544 CPUtime=0 cores=1,3,5,7
/proc/28086/task/28099/stat : 28099 (java) R 28083 28086 27612 0 -1 4202560 246 0 0 0 0 0 0 0 20 0 15 0 414307300 10915721216 6663 33554432000 4194304 4196468 140723253807744 139690937047408 139691384283738 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24555520 140723253810187 140723253810290 140723253810290 140723253813199 0
[pid=28086/tid=28100] ppid=28083 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28086/task/28100/stat : 28100 (java) S 28083 28086 27612 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414307300 10915721216 6663 33554432000 4194304 4196468 140723253807744 139690935994848 139691384272597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24555520 140723253810187 140723253810290 140723253810290 140723253813199 0
[pid=28086/tid=28101] ppid=28083 vsize=10659884 memory=140443009660544 CPUtime=0 cores=1,3,5,7
/proc/28086/task/28101/stat : 28101 (java) S 28083 28086 27612 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414307301 10915721216 6663 33554432000 4194304 4196468 140723253807744 139690934942640 139691384273538 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24555520 140723253810187 140723253810290 140723253810290 140723253813199 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10659884 KiB
Current children cumulated memory: 26652 KiB

[startup+0.210475 s]*
/proc/loadavg: 2.04 1.99 1.33 3/229 28101
/proc/meminfo: memFree=31528568/32770624 swapFree=67004188/67108860
[pid=28086] ppid=28083 vsize=10659884 memory=36992 CPUtime=0.29 cores=1,3,5,7
/proc/28086/stat : 28086 (java) S 28083 28086 27612 0 -1 1077944320 8980 0 0 0 26 3 0 0 20 0 15 0 414307292 10915721216 9248 33554432000 4194304 4196468 140723253807744 140723253790288 139691384262391 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 24555520 140723253810187 140723253810290 140723253810290 140723253813199 0
/proc/28086/statm: 2664971 9248 2985 1 0 2627468 0
[pid=28086/tid=28088] ppid=28083 vsize=10659884 memory=7022364594140610616 CPUtime=0.18 cores=1,3,5,7
/proc/28086/task/28088/stat : 28088 (java) R 28083 28086 27612 0 -1 4202560 6094 0 0 0 16 2 0 0 20 0 15 0 414307293 10915721216 9248 33554432000 4194304 4196468 140723253807744 139691388488752 139691384284317 0 4 0 16800975 0 0 0 -1 1 0 0 2 0 0 6293624 6294260 24555520 140723253810187 140723253810290 140723253810290 140723253813199 0
[pid=28086/tid=28089] ppid=28083 vsize=10659884 memory=343 CPUtime=0 cores=1,3,5,7
/proc/28086/task/28089/stat : 28089 (java) S 28083 28086 27612 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414307294 10915721216 9248 33554432000 4194304 4196468 140723253807744 139691336882576 139691384272597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24555520 140723253810187 140723253810290 140723253810290 140723253813199 0
[pid=28086/tid=28090] ppid=28083 vsize=10659884 memory=140443009687768 CPUtime=0 cores=1,3,5,7
/proc/28086/task/28090/stat : 28090 (java) S 28083 28086 27612 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414307294 10915721216 9248 33554432000 4194304 4196468 140723253807744 139691335829776 139691384272597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24555520 140723253810187 140723253810290 140723253810290 140723253813199 0
[pid=28086/tid=28091] ppid=28083 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28086/task/28091/stat : 28091 (java) S 28083 28086 27612 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414307294 10915721216 9248 33554432000 4194304 4196468 140723253807744 139691334777488 139691384272597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24555520 140723253810187 140723253810290 140723253810290 140723253813199 0
[pid=28086/tid=28092] ppid=28083 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28086/task/28092/stat : 28092 (java) S 28083 28086 27612 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414307294 10915721216 9248 33554432000 4194304 4196468 140723253807744 139691333724688 139691384272597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24555520 140723253810187 140723253810290 140723253810290 140723253813199 0
[pid=28086/tid=28093] ppid=28083 vsize=10659884 memory=140443009660544 CPUtime=0 cores=1,3,5,7
/proc/28086/task/28093/stat : 28093 (java) S 28083 28086 27612 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414307295 10915721216 9248 33554432000 4194304 4196468 140723253807744 139690943363696 139691384273538 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24555520 140723253810187 140723253810290 140723253810290 140723253813199 0
[pid=28086/tid=28094] ppid=28083 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28086/task/28094/stat : 28094 (java) S 28083 28086 27612 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 414307295 10915721216 9248 33554432000 4194304 4196468 140723253807744 139690942309664 139691384272597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24555520 140723253810187 140723253810290 140723253810290 140723253813199 0
[pid=28086/tid=28095] ppid=28083 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28086/task/28095/stat : 28095 (java) S 28083 28086 27612 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 414307296 10915721216 9248 33554432000 4194304 4196468 140723253807744 139690941257328 139691384272597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24555520 140723253810187 140723253810290 140723253810290 140723253813199 0
[pid=28086/tid=28096] ppid=28083 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28086/task/28096/stat : 28096 (java) S 28083 28086 27612 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414307298 10915721216 9248 33554432000 4194304 4196468 140723253807744 139690940205648 139691384280987 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24555520 140723253810187 140723253810290 140723253810290 140723253813199 0
[pid=28086/tid=28097] ppid=28083 vsize=10659884 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/28086/task/28097/stat : 28097 (java) R 28083 28086 27612 0 -1 4202560 269 0 0 0 2 0 0 0 20 0 15 0 414307300 10915721216 9248 33554432000 4194304 4196468 140723253807744 139690939152496 139691376499518 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24555520 140723253810187 140723253810290 140723253810290 140723253813199 0
[pid=28086/tid=28098] ppid=28083 vsize=10659884 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/28086/task/28098/stat : 28098 (java) R 28083 28086 27612 0 -1 4202560 521 0 0 0 2 0 0 0 20 0 15 0 414307300 10915721216 9248 33554432000 4194304 4196468 140723253807744 139690938099696 139691361857193 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24555520 140723253810187 140723253810290 140723253810290 140723253813199 0
[pid=28086/tid=28099] ppid=28083 vsize=10659884 memory=140443009660544 CPUtime=0.05 cores=1,3,5,7
/proc/28086/task/28099/stat : 28099 (java) R 28083 28086 27612 0 -1 1077944384 738 0 0 0 5 0 0 0 20 0 15 0 414307300 10915721216 9248 33554432000 4194304 4196468 140723253807744 139690937047408 139691384273538 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24555520 140723253810187 140723253810290 140723253810290 140723253813199 0
[pid=28086/tid=28100] ppid=28083 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28086/task/28100/stat : 28100 (java) S 28083 28086 27612 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414307300 10915721216 9248 33554432000 4194304 4196468 140723253807744 139690935994848 139691384272597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24555520 140723253810187 140723253810290 140723253810290 140723253813199 0
[pid=28086/tid=28101] ppid=28083 vsize=10659884 memory=140443009660544 CPUtime=0 cores=1,3,5,7
/proc/28086/task/28101/stat : 28101 (java) S 28083 28086 27612 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414307301 10915721216 9248 33554432000 4194304 4196468 140723253807744 139690934942640 139691384273538 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24555520 140723253810187 140723253810290 140723253810290 140723253813199 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 10659884 KiB
Current children cumulated memory: 36992 KiB

[startup+0.317174 s]*
/proc/loadavg: 2.04 1.99 1.33 3/229 28101
/proc/meminfo: memFree=31526632/32770624 swapFree=67004188/67108860
[pid=28086] ppid=28083 vsize=10659884 memory=40076 CPUtime=0.45 cores=1,3,5,7
/proc/28086/stat : 28086 (java) S 28083 28086 27612 0 -1 1077944320 9271 0 0 0 42 3 0 0 20 0 15 0 414307292 10915721216 10019 33554432000 4194304 4196468 140723253807744 140723253790288 139691384262391 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 24555520 140723253810187 140723253810290 140723253810290 140723253813199 0
/proc/28086/statm: 2664971 10019 3016 1 0 2627468 0
[pid=28086/tid=28088] ppid=28083 vsize=10659884 memory=7022364594140610616 CPUtime=0.29 cores=1,3,5,7
/proc/28086/task/28088/stat : 28088 (java) R 28083 28086 27612 0 -1 4202560 6201 0 0 0 26 3 0 0 20 0 15 0 414307293 10915721216 10019 33554432000 4194304 4196468 140723253807744 139691388499744 139691368342878 0 4 0 16800975 0 0 0 -1 1 0 0 2 0 0 6293624 6294260 24555520 140723253810187 140723253810290 140723253810290 140723253813199 0
[pid=28086/tid=28089] ppid=28083 vsize=10659884 memory=4294981932 CPUtime=0 cores=1,3,5,7
/proc/28086/task/28089/stat : 28089 (java) S 28083 28086 27612 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414307294 10915721216 10019 33554432000 4194304 4196468 140723253807744 139691336882576 139691384272597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24555520 140723253810187 140723253810290 140723253810290 140723253813199 0
[pid=28086/tid=28090] ppid=28083 vsize=10659884 memory=140443009687742 CPUtime=0 cores=1,3,5,7
/proc/28086/task/28090/stat : 28090 (java) S 28083 28086 27612 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414307294 10915721216 10019 33554432000 4194304 4196468 140723253807744 139691335829776 139691384272597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24555520 140723253810187 140723253810290 140723253810290 140723253813199 0
[pid=28086/tid=28091] ppid=28083 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28086/task/28091/stat : 28091 (java) S 28083 28086 27612 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414307294 10915721216 10019 33554432000 4194304 4196468 140723253807744 139691334777488 139691384272597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24555520 140723253810187 140723253810290 140723253810290 140723253813199 0
[pid=28086/tid=28092] ppid=28083 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28086/task/28092/stat : 28092 (java) S 28083 28086 27612 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414307294 10915721216 10019 33554432000 4194304 4196468 140723253807744 139691333724688 139691384272597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24555520 140723253810187 140723253810290 140723253810290 140723253813199 0
[pid=28086/tid=28093] ppid=28083 vsize=10659884 memory=140443009660544 CPUtime=0 cores=1,3,5,7
/proc/28086/task/28093/stat : 28093 (java) S 28083 28086 27612 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414307295 10915721216 10019 33554432000 4194304 4196468 140723253807744 139690943363696 139691384273538 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24555520 140723253810187 140723253810290 140723253810290 140723253813199 0
[pid=28086/tid=28094] ppid=28083 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28086/task/28094/stat : 28094 (java) S 28083 28086 27612 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 414307295 10915721216 10019 33554432000 4194304 4196468 140723253807744 139690942309664 139691384272597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24555520 140723253810187 140723253810290 140723253810290 140723253813199 0
[pid=28086/tid=28095] ppid=28083 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28086/task/28095/stat : 28095 (java) S 28083 28086 27612 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 414307296 10915721216 10019 33554432000 4194304 4196468 140723253807744 139690941257328 139691384272597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24555520 140723253810187 140723253810290 140723253810290 140723253813199 0
[pid=28086/tid=28096] ppid=28083 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28086/task/28096/stat : 28096 (java) S 28083 28086 27612 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414307298 10915721216 10019 33554432000 4194304 4196468 140723253807744 139690940205648 139691384280987 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24555520 140723253810187 140723253810290 140723253810290 140723253813199 0
[pid=28086/tid=28097] ppid=28083 vsize=10659884 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/28086/task/28097/stat : 28097 (java) S 28083 28086 27612 0 -1 1077944384 412 0 0 0 4 0 0 0 20 0 15 0 414307300 10915721216 10019 33554432000 4194304 4196468 140723253807744 139690939152496 139691384273538 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24555520 140723253810187 140723253810290 140723253810290 140723253813199 0
[pid=28086/tid=28098] ppid=28083 vsize=10659884 memory=-1 CPUtime=0.03 cores=1,3,5,7
/proc/28086/task/28098/stat : 28098 (java) S 28083 28086 27612 0 -1 1077944384 542 0 0 0 3 0 0 0 20 0 15 0 414307300 10915721216 10019 33554432000 4194304 4196468 140723253807744 139690938099696 139691384273538 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24555520 140723253810187 140723253810290 140723253810290 140723253813199 0
[pid=28086/tid=28099] ppid=28083 vsize=10659884 memory=140443009660544 CPUtime=0.07 cores=1,3,5,7
/proc/28086/task/28099/stat : 28099 (java) R 28083 28086 27612 0 -1 4202560 758 0 0 0 7 0 0 0 20 0 15 0 414307300 10915721216 10019 33554432000 4194304 4196468 140723253807744 139690937045216 139691384274326 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24555520 140723253810187 140723253810290 140723253810290 140723253813199 0
[pid=28086/tid=28100] ppid=28083 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28086/task/28100/stat : 28100 (java) S 28083 28086 27612 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414307300 10915721216 10019 33554432000 4194304 4196468 140723253807744 139690935994848 139691384272597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24555520 140723253810187 140723253810290 140723253810290 140723253813199 0
[pid=28086/tid=28101] ppid=28083 vsize=10659884 memory=140443009660544 CPUtime=0 cores=1,3,5,7
/proc/28086/task/28101/stat : 28101 (java) S 28083 28086 27612 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414307301 10915721216 10019 33554432000 4194304 4196468 140723253807744 139690934942640 139691384273538 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24555520 140723253810187 140723253810290 140723253810290 140723253813199 0
Current children cumulated CPU time: 0.45 s
Current children cumulated vsize: 10659884 KiB
Current children cumulated memory: 40076 KiB

[startup+0.700708 s]
/proc/loadavg: 2.04 1.99 1.33 4/229 28101
/proc/meminfo: memFree=31516196/32770624 swapFree=67004188/67108860
[pid=28086] ppid=28083 vsize=10661932 memory=61360 CPUtime=1.08 cores=1,3,5,7
/proc/28086/stat : 28086 (java) S 28083 28086 27612 0 -1 1077944320 12845 0 0 0 102 6 0 0 20 0 15 0 414307292 10917818368 15340 33554432000 4194304 4196468 140723253807744 140723253790288 139691384262391 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 24555520 140723253810187 140723253810290 140723253810290 140723253813199 0
/proc/28086/statm: 2665483 15340 3063 1 0 2627980 0
[pid=28086/tid=28088] ppid=28083 vsize=10661932 memory=39072 CPUtime=0.65 cores=1,3,5,7
/proc/28086/task/28088/stat : 28088 (java) R 28083 28086 27612 0 -1 4202560 8705 0 0 0 61 4 0 0 20 0 15 0 414307293 10917818368 15340 33554432000 4194304 4196468 140723253807744 139691388494416 139691384284317 0 4 0 16800975 0 0 0 -1 1 0 0 2 0 0 6293624 6294260 24555520 140723253810187 140723253810290 140723253810290 140723253813199 0
[pid=28086/tid=28089] ppid=28083 vsize=10661932 memory=984 CPUtime=0 cores=1,3,5,7
/proc/28086/task/28089/stat : 28089 (java) S 28083 28086 27612 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414307294 10917818368 15340 33554432000 4194304 4196468 140723253807744 139691336882576 139691384272597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24555520 140723253810187 140723253810290 140723253810290 140723253813199 0
[pid=28086/tid=28090] ppid=28083 vsize=10661932 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28086/task/28090/stat : 28090 (java) S 28083 28086 27612 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414307294 10917818368 15340 33554432000 4194304 4196468 140723253807744 139691335829776 139691384272597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24555520 140723253810187 140723253810290 140723253810290 140723253813199 0
[pid=28086/tid=28091] ppid=28083 vsize=10661932 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28086/task/28091/stat : 28091 (java) S 28083 28086 27612 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414307294 10917818368 15340 33554432000 4194304 4196468 140723253807744 139691334777488 139691384272597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24555520 140723253810187 140723253810290 140723253810290 140723253813199 0
[pid=28086/tid=28092] ppid=28083 vsize=10661932 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28086/task/28092/stat : 28092 (java) S 28083 28086 27612 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414307294 10917818368 15340 33554432000 4194304 4196468 140723253807744 139691333724688 139691384272597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24555520 140723253810187 140723253810290 140723253810290 140723253813199 0
[pid=28086/tid=28093] ppid=28083 vsize=10661932 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28086/task/28093/stat : 28093 (java) S 28083 28086 27612 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414307295 10917818368 15340 33554432000 4194304 4196468 140723253807744 139690943363696 139691384273538 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24555520 140723253810187 140723253810290 140723253810290 140723253813199 0
[pid=28086/tid=28094] ppid=28083 vsize=10661932 memory=1 CPUtime=0 cores=1,3,5,7
/proc/28086/task/28094/stat : 28094 (java) S 28083 28086 27612 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 414307295 10917818368 15340 33554432000 4194304 4196468 140723253807744 139690942309664 139691384272597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24555520 140723253810187 140723253810290 140723253810290 140723253813199 0
[pid=28086/tid=28095] ppid=28083 vsize=10661932 memory=1 CPUtime=0 cores=1,3,5,7
/proc/28086/task/28095/stat : 28095 (java) S 28083 28086 27612 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 414307296 10917818368 15340 33554432000 4194304 4196468 140723253807744 139690941257328 139691384272597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24555520 140723253810187 140723253810290 140723253810290 140723253813199 0
[pid=28086/tid=28096] ppid=28083 vsize=10661932 memory=15 CPUtime=0 cores=1,3,5,7
/proc/28086/task/28096/stat : 28096 (java) S 28083 28086 27612 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414307298 10917818368 15340 33554432000 4194304 4196468 140723253807744 139690940205648 139691384280987 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24555520 140723253810187 140723253810290 140723253810290 140723253813199 0
[pid=28086/tid=28097] ppid=28083 vsize=10661932 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/28086/task/28097/stat : 28097 (java) S 28083 28086 27612 0 -1 1077944384 644 0 0 0 10 0 0 0 20 0 15 0 414307300 10917818368 15340 33554432000 4194304 4196468 140723253807744 139690939152496 139691384273538 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24555520 140723253810187 140723253810290 140723253810290 140723253813199 0
[pid=28086/tid=28098] ppid=28083 vsize=10661932 memory=1297 CPUtime=0.11 cores=1,3,5,7
/proc/28086/task/28098/stat : 28098 (java) S 28083 28086 27612 0 -1 1077944384 886 0 0 0 11 0 0 0 20 0 15 0 414307300 10917818368 15340 33554432000 4194304 4196468 140723253807744 139690938099696 139691384273538 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24555520 140723253810187 140723253810290 140723253810290 140723253813199 0
[pid=28086/tid=28099] ppid=28083 vsize=10661932 memory=94407 CPUtime=0.18 cores=1,3,5,7
/proc/28086/task/28099/stat : 28099 (java) S 28083 28086 27612 0 -1 1077944384 1251 0 0 0 18 0 0 0 20 0 15 0 414307300 10917818368 15340 33554432000 4194304 4196468 140723253807744 139690937047408 139691384273538 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24555520 140723253810187 140723253810290 140723253810290 140723253813199 0
[pid=28086/tid=28100] ppid=28083 vsize=10661932 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28086/task/28100/stat : 28100 (java) S 28083 28086 27612 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414307300 10917818368 15340 33554432000 4194304 4196468 140723253807744 139690935994848 139691384272597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24555520 140723253810187 140723253810290 140723253810290 140723253813199 0
[pid=28086/tid=28101] ppid=28083 vsize=10661932 memory=5 CPUtime=0 cores=1,3,5,7
/proc/28086/task/28101/stat : 28101 (java) S 28083 28086 27612 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414307301 10917818368 15340 33554432000 4194304 4196468 140723253807744 139690934942640 139691384273538 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24555520 140723253810187 140723253810290 140723253810290 140723253813199 0
Current children cumulated CPU time: 1.08 s
Current children cumulated vsize: 10661932 KiB
Current children cumulated memory: 61360 KiB

[startup+1.50072 s]
/proc/loadavg: 2.11 2.00 1.33 3/229 28101
/proc/meminfo: memFree=31500004/32770624 swapFree=67004188/67108860
[pid=28086] ppid=28083 vsize=10663980 memory=75392 CPUtime=1.98 cores=1,3,5,7
/proc/28086/stat : 28086 (java) S 28083 28086 27612 0 -1 1077944320 18443 0 0 0 191 7 0 0 20 0 15 0 414307292 10919915520 18848 33554432000 4194304 4196468 140723253807744 140723253790288 139691384262391 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 24555520 140723253810187 140723253810290 140723253810290 140723253813199 0
/proc/28086/statm: 2665995 18848 3091 1 0 2628492 0
[pid=28086/tid=28088] ppid=28083 vsize=10663980 memory=984 CPUtime=1.45 cores=1,3,5,7
/proc/28086/task/28088/stat : 28088 (java) R 28083 28086 27612 0 -1 4202560 13017 0 0 0 140 5 0 0 20 0 15 0 414307293 10919915520 18848 33554432000 4194304 4196468 140723253807744 139691388488272 139691384284317 0 4 0 16800975 0 0 0 -1 1 0 0 2 0 0 6293624 6294260 24555520 140723253810187 140723253810290 140723253810290 140723253813199 0
[pid=28086/tid=28089] ppid=28083 vsize=10663980 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28086/task/28089/stat : 28089 (java) S 28083 28086 27612 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414307294 10919915520 18848 33554432000 4194304 4196468 140723253807744 139691336882576 139691384272597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24555520 140723253810187 140723253810290 140723253810290 140723253813199 0
[pid=28086/tid=28090] ppid=28083 vsize=10663980 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28086/task/28090/stat : 28090 (java) S 28083 28086 27612 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414307294 10919915520 18848 33554432000 4194304 4196468 140723253807744 139691335829776 139691384272597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24555520 140723253810187 140723253810290 140723253810290 140723253813199 0
[pid=28086/tid=28091] ppid=28083 vsize=10663980 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28086/task/28091/stat : 28091 (java) S 28083 28086 27612 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414307294 10919915520 18848 33554432000 4194304 4196468 140723253807744 139691334777488 139691384272597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24555520 140723253810187 140723253810290 140723253810290 140723253813199 0
[pid=28086/tid=28092] ppid=28083 vsize=10663980 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28086/task/28092/stat : 28092 (java) S 28083 28086 27612 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414307294 10919915520 18848 33554432000 4194304 4196468 140723253807744 139691333724688 139691384272597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24555520 140723253810187 140723253810290 140723253810290 140723253813199 0
[pid=28086/tid=28093] ppid=28083 vsize=10663980 memory=1 CPUtime=0 cores=1,3,5,7
/proc/28086/task/28093/stat : 28093 (java) S 28083 28086 27612 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 15 0 414307295 10919915520 18848 33554432000 4194304 4196468 140723253807744 139690943363696 139691384273538 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24555520 140723253810187 140723253810290 140723253810290 140723253813199 0

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

/proc/28086/task/28092/stat : 28092 (java) S 28083 28086 27612 0 -1 1077944384 3112 0 0 0 122 18 0 0 20 0 16 0 414307294 11004186624 475308 33554432000 4194304 4196468 140723253807744 139691333724688 139691384272597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24555520 140723253810187 140723253810290 140723253810290 140723253813199 0
[pid=28086/tid=28093] ppid=28083 vsize=10746276 memory=6944656575208382560 CPUtime=0.09 cores=1,3,5,7
/proc/28086/task/28093/stat : 28093 (java) S 28083 28086 27612 0 -1 1077944384 7760 0 0 0 9 0 0 0 20 0 16 0 414307295 11004186624 475308 33554432000 4194304 4196468 140723253807744 139690943363696 139691384273538 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24555520 140723253810187 140723253810290 140723253810290 140723253813199 0
[pid=28086/tid=28094] ppid=28083 vsize=10746276 memory=1608472 CPUtime=0 cores=1,3,5,7
/proc/28086/task/28094/stat : 28094 (java) S 28083 28086 27612 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 16 0 414307295 11004186624 475308 33554432000 4194304 4196468 140723253807744 139690942309728 139691384272597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24555520 140723253810187 140723253810290 140723253810290 140723253813199 0
[pid=28086/tid=28095] ppid=28083 vsize=10746276 memory=4862 CPUtime=0 cores=1,3,5,7
/proc/28086/task/28095/stat : 28095 (java) S 28083 28086 27612 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 16 0 414307296 11004186624 475308 33554432000 4194304 4196468 140723253807744 139690941257344 139691384272597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24555520 140723253810187 140723253810290 140723253810290 140723253813199 0
[pid=28086/tid=28096] ppid=28083 vsize=10746276 memory=1923 CPUtime=0 cores=1,3,5,7
/proc/28086/task/28096/stat : 28096 (java) S 28083 28086 27612 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414307298 11004186624 475308 33554432000 4194304 4196468 140723253807744 139690940205648 139691384280987 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24555520 140723253810187 140723253810290 140723253810290 140723253813199 0
[pid=28086/tid=28097] ppid=28083 vsize=10746276 memory=2416 CPUtime=3.26 cores=1,3,5,7
/proc/28086/task/28097/stat : 28097 (java) S 28083 28086 27612 0 -1 1077944384 7797 0 0 0 325 1 0 0 20 0 16 0 414307300 11004186624 475308 33554432000 4194304 4196468 140723253807744 139690939152496 139691384273538 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24555520 140723253810187 140723253810290 140723253810290 140723253813199 0
[pid=28086/tid=28098] ppid=28083 vsize=10746276 memory=185 CPUtime=3.55 cores=1,3,5,7
/proc/28086/task/28098/stat : 28098 (java) S 28083 28086 27612 0 -1 1077944384 9911 0 0 0 354 1 0 0 20 0 16 0 414307300 11004186624 475308 33554432000 4194304 4196468 140723253807744 139690938099696 139691384273538 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24555520 140723253810187 140723253810290 140723253810290 140723253813199 0
[pid=28086/tid=28099] ppid=28083 vsize=10746276 memory=46 CPUtime=0.71 cores=1,3,5,7
/proc/28086/task/28099/stat : 28099 (java) S 28083 28086 27612 0 -1 1077944384 2569 0 0 0 70 1 0 0 20 0 16 0 414307300 11004186624 475308 33554432000 4194304 4196468 140723253807744 139690937047408 139691384273538 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24555520 140723253810187 140723253810290 140723253810290 140723253813199 0
[pid=28086/tid=28100] ppid=28083 vsize=10746276 memory=42 CPUtime=0 cores=1,3,5,7
/proc/28086/task/28100/stat : 28100 (java) S 28083 28086 27612 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414307300 11004186624 475308 33554432000 4194304 4196468 140723253807744 139690935994848 139691384272597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24555520 140723253810187 140723253810290 140723253810290 140723253813199 0
[pid=28086/tid=28101] ppid=28083 vsize=10746276 memory=43 CPUtime=0 cores=1,3,5,7
/proc/28086/task/28101/stat : 28101 (java) S 28083 28086 27612 0 -1 1077944384 383 0 0 0 0 0 0 0 20 0 16 0 414307301 11004186624 475308 33554432000 4194304 4196468 140723253807744 139690934942640 139691384273538 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24555520 140723253810187 140723253810290 140723253810290 140723253813199 0
[pid=28086/tid=28102] ppid=28083 vsize=10746276 memory=45 CPUtime=9.26 cores=1,3,5,7
/proc/28086/task/28102/stat : 28102 (java) R 28083 28086 27612 0 -1 4202560 4044 0 0 0 909 17 0 0 20 0 16 0 414307482 11004186624 475308 33554432000 4194304 4196468 140723253807744 139690927188176 139691017517376 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24555520 140723253810187 140723253810290 140723253810290 140723253813199 0
Current children cumulated CPU time: 24.36 s
Current children cumulated vsize: 10746276 KiB
Current children cumulated memory: 1901232 KiB

[startup+14.2117 s]
# the end of solver process 28086 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=26.1953 s, system=1.01926 s

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

[startup+12.8009 s]
/proc/loadavg: 2.17 2.02 1.35 3/231 28105
/proc/meminfo: memFree=29664896/32770624 swapFree=67004188/67108860
[pid=28086] ppid=28083 vsize=10746276 memory=1901232 CPUtime=24.47 cores=1,3,5,7
/proc/28086/stat : 28086 (java) S 28083 28086 27612 0 -1 1077944320 58795 0 0 0 2348 99 0 0 20 0 16 0 414307292 11004186624 475308 33554432000 4194304 4196468 140723253807744 140723253790288 139691384262391 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 24555520 140723253810187 140723253810290 140723253810290 140723253813199 0
/proc/28086/statm: 2686569 475308 3383 1 0 2646705 0
[pid=28086/tid=28088] ppid=28083 vsize=10746276 memory=0 CPUtime=1.85 cores=1,3,5,7
/proc/28086/task/28088/stat : 28088 (java) S 28083 28086 27612 0 -1 1077944384 15310 0 0 0 178 7 0 0 20 0 16 0 414307293 11004186624 475308 33554432000 4194304 4196468 140723253807744 139691388505264 139691384272597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 2 0 0 6293624 6294260 24555520 140723253810187 140723253810290 140723253810290 140723253813199 0
[pid=28086/tid=28089] ppid=28083 vsize=10746276 memory=0 CPUtime=1.4 cores=1,3,5,7
/proc/28086/task/28089/stat : 28089 (java) S 28083 28086 27612 0 -1 1077944384 1532 0 0 0 124 16 0 0 20 0 16 0 414307294 11004186624 475308 33554432000 4194304 4196468 140723253807744 139691336882576 139691384272597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24555520 140723253810187 140723253810290 140723253810290 140723253813199 0
[pid=28086/tid=28090] ppid=28083 vsize=10746276 memory=6791534058613427641 CPUtime=1.37 cores=1,3,5,7
/proc/28086/task/28090/stat : 28090 (java) S 28083 28086 27612 0 -1 1077944384 1975 0 0 0 121 16 0 0 20 0 16 0 414307294 11004186624 475308 33554432000 4194304 4196468 140723253807744 139691335829776 139691384272597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24555520 140723253810187 140723253810290 140723253810290 140723253813199 0
[pid=28086/tid=28091] ppid=28083 vsize=10746276 memory=6944656592455359580 CPUtime=1.36 cores=1,3,5,7
/proc/28086/task/28091/stat : 28091 (java) S 28083 28086 27612 0 -1 1077944384 2981 0 0 0 120 16 0 0 20 0 16 0 414307294 11004186624 475308 33554432000 4194304 4196468 140723253807744 139691334777488 139691384272597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24555520 140723253810187 140723253810290 140723253810290 140723253813199 0
[pid=28086/tid=28092] ppid=28083 vsize=10746276 memory=7809523229951467568 CPUtime=1.4 cores=1,3,5,7
/proc/28086/task/28092/stat : 28092 (java) S 28083 28086 27612 0 -1 1077944384 3112 0 0 0 122 18 0 0 20 0 16 0 414307294 11004186624 475308 33554432000 4194304 4196468 140723253807744 139691333724688 139691384272597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24555520 140723253810187 140723253810290 140723253810290 140723253813199 0
[pid=28086/tid=28093] ppid=28083 vsize=10746276 memory=6944652177228980320 CPUtime=0.09 cores=1,3,5,7
/proc/28086/task/28093/stat : 28093 (java) S 28083 28086 27612 0 -1 1077944384 7760 0 0 0 9 0 0 0 20 0 16 0 414307295 11004186624 475308 33554432000 4194304 4196468 140723253807744 139690943363696 139691384273538 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24555520 140723253810187 140723253810290 140723253810290 140723253813199 0
[pid=28086/tid=28094] ppid=28083 vsize=10746276 memory=-2746958450906831424 CPUtime=0 cores=1,3,5,7
/proc/28086/task/28094/stat : 28094 (java) S 28083 28086 27612 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 16 0 414307295 11004186624 475308 33554432000 4194304 4196468 140723253807744 139690942309728 139691384272597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24555520 140723253810187 140723253810290 140723253810290 140723253813199 0
[pid=28086/tid=28095] ppid=28083 vsize=10746276 memory=6656426216303648864 CPUtime=0 cores=1,3,5,7
/proc/28086/task/28095/stat : 28095 (java) S 28083 28086 27612 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 16 0 414307296 11004186624 475308 33554432000 4194304 4196468 140723253807744 139690941257344 139691384272597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24555520 140723253810187 140723253810290 140723253810290 140723253813199 0
[pid=28086/tid=28096] ppid=28083 vsize=10746276 memory=6943526294502006880 CPUtime=0 cores=1,3,5,7
/proc/28086/task/28096/stat : 28096 (java) S 28083 28086 27612 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414307298 11004186624 475308 33554432000 4194304 4196468 140723253807744 139690940205648 139691384280987 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24555520 140723253810187 140723253810290 140723253810290 140723253813199 0
[pid=28086/tid=28097] ppid=28083 vsize=10746276 memory=1359628 CPUtime=3.26 cores=1,3,5,7
/proc/28086/task/28097/stat : 28097 (java) S 28083 28086 27612 0 -1 1077944384 7797 0 0 0 325 1 0 0 20 0 16 0 414307300 11004186624 475308 33554432000 4194304 4196468 140723253807744 139690939152496 139691384273538 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24555520 140723253810187 140723253810290 140723253810290 140723253813199 0
[pid=28086/tid=28098] ppid=28083 vsize=10746276 memory=1901232 CPUtime=3.55 cores=1,3,5,7
/proc/28086/task/28098/stat : 28098 (java) S 28083 28086 27612 0 -1 1077944384 9911 0 0 0 354 1 0 0 20 0 16 0 414307300 11004186624 475308 33554432000 4194304 4196468 140723253807744 139690938099696 139691384273538 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24555520 140723253810187 140723253810290 140723253810290 140723253813199 0
[pid=28086/tid=28099] ppid=28083 vsize=10746276 memory=984 CPUtime=0.71 cores=1,3,5,7
/proc/28086/task/28099/stat : 28099 (java) S 28083 28086 27612 0 -1 1077944384 2569 0 0 0 70 1 0 0 20 0 16 0 414307300 11004186624 475308 33554432000 4194304 4196468 140723253807744 139690937047408 139691384273538 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24555520 140723253810187 140723253810290 140723253810290 140723253813199 0
[pid=28086/tid=28100] ppid=28083 vsize=10746276 memory=1940 CPUtime=0 cores=1,3,5,7
/proc/28086/task/28100/stat : 28100 (java) S 28083 28086 27612 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414307300 11004186624 475308 33554432000 4194304 4196468 140723253807744 139690935994848 139691384272597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24555520 140723253810187 140723253810290 140723253810290 140723253813199 0
[pid=28086/tid=28101] ppid=28083 vsize=10746276 memory=1416 CPUtime=0 cores=1,3,5,7
/proc/28086/task/28101/stat : 28101 (java) S 28083 28086 27612 0 -1 1077944384 383 0 0 0 0 0 0 0 20 0 16 0 414307301 11004186624 475308 33554432000 4194304 4196468 140723253807744 139690934942640 139691384273538 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24555520 140723253810187 140723253810290 140723253810290 140723253813199 0
[pid=28086/tid=28102] ppid=28083 vsize=10746276 memory=1556 CPUtime=9.36 cores=1,3,5,7
/proc/28086/task/28102/stat : 28102 (java) R 28083 28086 27612 0 -1 4202560 4044 0 0 0 919 17 0 0 20 0 16 0 414307482 11004186624 475308 33554432000 4194304 4196468 140723253807744 139690927188176 139691366209860 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24555520 140723253810187 140723253810290 140723253810290 140723253813199 0
Current children cumulated CPU time: 24.47 s
Current children cumulated vsize: 10746276 KiB
Current children cumulated memory: 1901232 KiB

[startup+13.6007 s]
/proc/loadavg: 2.17 2.02 1.35 3/231 28105
/proc/meminfo: memFree=29663436/32770624 swapFree=67004188/67108860
[pid=28086] ppid=28083 vsize=10748324 memory=1902700 CPUtime=25.71 cores=1,3,5,7
/proc/28086/stat : 28086 (java) S 28083 28086 27612 0 -1 1077944320 60872 0 0 0 2472 99 0 0 20 0 16 0 414307292 11006283776 475675 33554432000 4194304 4196468 140723253807744 140723253790288 139691384262391 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 24555520 140723253810187 140723253810290 140723253810290 140723253813199 0
/proc/28086/statm: 2687081 475675 3384 1 0 2647217 0
[pid=28086/tid=28088] ppid=28083 vsize=10748324 memory=6791534058613427641 CPUtime=1.85 cores=1,3,5,7
/proc/28086/task/28088/stat : 28088 (java) S 28083 28086 27612 0 -1 1077944384 15310 0 0 0 178 7 0 0 20 0 16 0 414307293 11006283776 475675 33554432000 4194304 4196468 140723253807744 139691388505264 139691384272597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 2 0 0 6293624 6294260 24555520 140723253810187 140723253810290 140723253810290 140723253813199 0
[pid=28086/tid=28089] ppid=28083 vsize=10748324 memory=3588 CPUtime=1.4 cores=1,3,5,7
/proc/28086/task/28089/stat : 28089 (java) S 28083 28086 27612 0 -1 1077944384 1532 0 0 0 124 16 0 0 20 0 16 0 414307294 11006283776 475675 33554432000 4194304 4196468 140723253807744 139691336882576 139691384272597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24555520 140723253810187 140723253810290 140723253810290 140723253813199 0
[pid=28086/tid=28090] ppid=28083 vsize=10748324 memory=39072 CPUtime=1.37 cores=1,3,5,7
/proc/28086/task/28090/stat : 28090 (java) S 28083 28086 27612 0 -1 1077944384 1975 0 0 0 121 16 0 0 20 0 16 0 414307294 11006283776 475675 33554432000 4194304 4196468 140723253807744 139691335829776 139691384272597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24555520 140723253810187 140723253810290 140723253810290 140723253813199 0
[pid=28086/tid=28091] ppid=28083 vsize=10748324 memory=984 CPUtime=1.36 cores=1,3,5,7
/proc/28086/task/28091/stat : 28091 (java) S 28083 28086 27612 0 -1 1077944384 2981 0 0 0 120 16 0 0 20 0 16 0 414307294 11006283776 475675 33554432000 4194304 4196468 140723253807744 139691334777488 139691384272597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24555520 140723253810187 140723253810290 140723253810290 140723253813199 0
[pid=28086/tid=28092] ppid=28083 vsize=10748324 memory=1940 CPUtime=1.4 cores=1,3,5,7
/proc/28086/task/28092/stat : 28092 (java) S 28083 28086 27612 0 -1 1077944384 3112 0 0 0 122 18 0 0 20 0 16 0 414307294 11006283776 475675 33554432000 4194304 4196468 140723253807744 139691333724688 139691384272597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24555520 140723253810187 140723253810290 140723253810290 140723253813199 0
[pid=28086/tid=28093] ppid=28083 vsize=10748324 memory=1416 CPUtime=0.09 cores=1,3,5,7
/proc/28086/task/28093/stat : 28093 (java) S 28083 28086 27612 0 -1 1077944384 7760 0 0 0 9 0 0 0 20 0 16 0 414307295 11006283776 475675 33554432000 4194304 4196468 140723253807744 139690943363696 139691384273538 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24555520 140723253810187 140723253810290 140723253810290 140723253813199 0
[pid=28086/tid=28094] ppid=28083 vsize=10748324 memory=1556 CPUtime=0 cores=1,3,5,7
/proc/28086/task/28094/stat : 28094 (java) S 28083 28086 27612 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 16 0 414307295 11006283776 475675 33554432000 4194304 4196468 140723253807744 139690942309728 139691384272597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24555520 140723253810187 140723253810290 140723253810290 140723253813199 0
[pid=28086/tid=28095] ppid=28083 vsize=10748324 memory=740 CPUtime=0 cores=1,3,5,7
/proc/28086/task/28095/stat : 28095 (java) S 28083 28086 27612 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 16 0 414307296 11006283776 475675 33554432000 4194304 4196468 140723253807744 139690941257344 139691384272597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24555520 140723253810187 140723253810290 140723253810290 140723253813199 0
[pid=28086/tid=28096] ppid=28083 vsize=10748324 memory=1052 CPUtime=0 cores=1,3,5,7
/proc/28086/task/28096/stat : 28096 (java) S 28083 28086 27612 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414307298 11006283776 475675 33554432000 4194304 4196468 140723253807744 139690940205648 139691384280987 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24555520 140723253810187 140723253810290 140723253810290 140723253813199 0
[pid=28086/tid=28097] ppid=28083 vsize=10748324 memory=7548 CPUtime=3.44 cores=1,3,5,7
/proc/28086/task/28097/stat : 28097 (java) S 28083 28086 27612 0 -1 1077944384 8347 0 0 0 343 1 0 0 20 0 16 0 414307300 11006283776 475675 33554432000 4194304 4196468 140723253807744 139690939152496 139691384273538 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24555520 140723253810187 140723253810290 140723253810290 140723253813199 0
[pid=28086/tid=28098] ppid=28083 vsize=10748324 memory=4004 CPUtime=3.74 cores=1,3,5,7
/proc/28086/task/28098/stat : 28098 (java) R 28083 28086 27612 0 -1 4202560 10401 0 0 0 373 1 0 0 20 0 16 0 414307300 11006283776 475675 33554432000 4194304 4196468 140723253807744 139690938099696 139691369387112 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24555520 140723253810187 140723253810290 140723253810290 140723253813199 0
[pid=28086/tid=28099] ppid=28083 vsize=10748324 memory=2832 CPUtime=0.8 cores=1,3,5,7
/proc/28086/task/28099/stat : 28099 (java) S 28083 28086 27612 0 -1 1077944384 3139 0 0 0 79 1 0 0 20 0 16 0 414307300 11006283776 475675 33554432000 4194304 4196468 140723253807744 139690937047408 139691384273538 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24555520 140723253810187 140723253810290 140723253810290 140723253813199 0
[pid=28086/tid=28100] ppid=28083 vsize=10748324 memory=776 CPUtime=0 cores=1,3,5,7
/proc/28086/task/28100/stat : 28100 (java) S 28083 28086 27612 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414307300 11006283776 475675 33554432000 4194304 4196468 140723253807744 139690935994848 139691384272597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24555520 140723253810187 140723253810290 140723253810290 140723253813199 0
[pid=28086/tid=28101] ppid=28083 vsize=10748324 memory=1160 CPUtime=0 cores=1,3,5,7
/proc/28086/task/28101/stat : 28101 (java) S 28083 28086 27612 0 -1 1077944384 383 0 0 0 0 0 0 0 20 0 16 0 414307301 11006283776 475675 33554432000 4194304 4196468 140723253807744 139690934942640 139691384273538 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24555520 140723253810187 140723253810290 140723253810290 140723253813199 0
[pid=28086/tid=28102] ppid=28083 vsize=10748324 memory=2241 CPUtime=10.16 cores=1,3,5,7
/proc/28086/task/28102/stat : 28102 (java) R 28083 28086 27612 0 -1 4202560 4512 0 0 0 999 17 0 0 20 0 16 0 414307482 11006283776 475675 33554432000 4194304 4196468 140723253807744 139690927187328 139691019487668 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24555520 140723253810187 140723253810290 140723253810290 140723253813199 0
Current children cumulated CPU time: 25.71 s
Current children cumulated vsize: 10748324 KiB
Current children cumulated memory: 1902700 KiB

[startup+14.0011 s]*
/proc/loadavg: 2.17 2.02 1.35 5/231 28105
/proc/meminfo: memFree=29661636/32770624 swapFree=67004188/67108860
[pid=28086] ppid=28083 vsize=10748324 memory=1903212 CPUtime=26.65 cores=1,3,5,7
/proc/28086/stat : 28086 (java) S 28083 28086 27612 0 -1 1077944320 63367 0 0 0 2565 100 0 0 20 0 16 0 414307292 11006283776 475803 33554432000 4194304 4196468 140723253807744 140723253790288 139691384262391 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 24555520 140723253810187 140723253810290 140723253810290 140723253813199 0
/proc/28086/statm: 2687081 475803 3384 1 0 2647217 0
[pid=28086/tid=28088] ppid=28083 vsize=10748324 memory=7086560525145450137 CPUtime=1.85 cores=1,3,5,7
/proc/28086/task/28088/stat : 28088 (java) S 28083 28086 27612 0 -1 1077944384 15310 0 0 0 178 7 0 0 20 0 16 0 414307293 11006283776 475803 33554432000 4194304 4196468 140723253807744 139691388505264 139691384272597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 2 0 0 6293624 6294260 24555520 140723253810187 140723253810290 140723253810290 140723253813199 0
[pid=28086/tid=28089] ppid=28083 vsize=10748324 memory=0 CPUtime=1.4 cores=1,3,5,7
/proc/28086/task/28089/stat : 28089 (java) S 28083 28086 27612 0 -1 1077944384 1532 0 0 0 124 16 0 0 20 0 16 0 414307294 11006283776 475803 33554432000 4194304 4196468 140723253807744 139691336882576 139691384272597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24555520 140723253810187 140723253810290 140723253810290 140723253813199 0
[pid=28086/tid=28090] ppid=28083 vsize=10748324 memory=303993212010496370 CPUtime=1.37 cores=1,3,5,7
/proc/28086/task/28090/stat : 28090 (java) S 28083 28086 27612 0 -1 1077944384 1975 0 0 0 121 16 0 0 20 0 16 0 414307294 11006283776 475803 33554432000 4194304 4196468 140723253807744 139691335829776 139691384272597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24555520 140723253810187 140723253810290 140723253810290 140723253813199 0
[pid=28086/tid=28091] ppid=28083 vsize=10748324 memory=3545521711577590392 CPUtime=1.36 cores=1,3,5,7
/proc/28086/task/28091/stat : 28091 (java) S 28083 28086 27612 0 -1 1077944384 2981 0 0 0 120 16 0 0 20 0 16 0 414307294 11006283776 475803 33554432000 4194304 4196468 140723253807744 139691334777488 139691384272597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24555520 140723253810187 140723253810290 140723253810290 140723253813199 0
[pid=28086/tid=28092] ppid=28083 vsize=10748324 memory=67 CPUtime=1.4 cores=1,3,5,7
/proc/28086/task/28092/stat : 28092 (java) S 28083 28086 27612 0 -1 1077944384 3112 0 0 0 122 18 0 0 20 0 16 0 414307294 11006283776 475803 33554432000 4194304 4196468 140723253807744 139691333724688 139691384272597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24555520 140723253810187 140723253810290 140723253810290 140723253813199 0
[pid=28086/tid=28093] ppid=28083 vsize=10748324 memory=3471342839330498224 CPUtime=0.09 cores=1,3,5,7
/proc/28086/task/28093/stat : 28093 (java) S 28083 28086 27612 0 -1 1077944384 7760 0 0 0 9 0 0 0 20 0 16 0 414307295 11006283776 475803 33554432000 4194304 4196468 140723253807744 139690943363696 139691384273538 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24555520 140723253810187 140723253810290 140723253810290 140723253813199 0
[pid=28086/tid=28094] ppid=28083 vsize=10748324 memory=4122545400934578231 CPUtime=0 cores=1,3,5,7
/proc/28086/task/28094/stat : 28094 (java) S 28083 28086 27612 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 16 0 414307295 11006283776 475803 33554432000 4194304 4196468 140723253807744 139690942309728 139691384272597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24555520 140723253810187 140723253810290 140723253810290 140723253813199 0
[pid=28086/tid=28095] ppid=28083 vsize=10748324 memory=7957689449132282197 CPUtime=0 cores=1,3,5,7
/proc/28086/task/28095/stat : 28095 (java) S 28083 28086 27612 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 16 0 414307296 11006283776 475803 33554432000 4194304 4196468 140723253807744 139690941257344 139691384272597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24555520 140723253810187 140723253810290 140723253810290 140723253813199 0
[pid=28086/tid=28096] ppid=28083 vsize=10748324 memory=4640748727681699920 CPUtime=0 cores=1,3,5,7
/proc/28086/task/28096/stat : 28096 (java) S 28083 28086 27612 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414307298 11006283776 475803 33554432000 4194304 4196468 140723253807744 139690940205648 139691384280987 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24555520 140723253810187 140723253810290 140723253810290 140723253813199 0
[pid=28086/tid=28097] ppid=28083 vsize=10748324 memory=0 CPUtime=3.66 cores=1,3,5,7
/proc/28086/task/28097/stat : 28097 (java) R 28083 28086 27612 0 -1 4202560 9135 0 0 0 365 1 0 0 20 0 16 0 414307300 11006283776 475803 33554432000 4194304 4196468 140723253807744 139690939138848 139691369369847 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24555520 140723253810187 140723253810290 140723253810290 140723253813199 0
[pid=28086/tid=28098] ppid=28083 vsize=10748324 memory=3904937742977479199 CPUtime=3.98 cores=1,3,5,7
/proc/28086/task/28098/stat : 28098 (java) R 28083 28086 27612 0 -1 4202560 10875 0 0 0 397 1 0 0 20 0 16 0 414307300 11006283776 475803 33554432000 4194304 4196468 140723253807744 139690938087168 139691365806108 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24555520 140723253810187 140723253810290 140723253810290 140723253813199 0
[pid=28086/tid=28099] ppid=28083 vsize=10748324 memory=3474727140147320500 CPUtime=0.86 cores=1,3,5,7
/proc/28086/task/28099/stat : 28099 (java) S 28083 28086 27612 0 -1 1077944384 3327 0 0 0 85 1 0 0 20 0 16 0 414307300 11006283776 475803 33554432000 4194304 4196468 140723253807744 139690937047408 139691384273538 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24555520 140723253810187 140723253810290 140723253810290 140723253813199 0
[pid=28086/tid=28100] ppid=28083 vsize=10748324 memory=3618413826336110391 CPUtime=0 cores=1,3,5,7
/proc/28086/task/28100/stat : 28100 (java) S 28083 28086 27612 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414307300 11006283776 475803 33554432000 4194304 4196468 140723253807744 139690935994848 139691384272597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24555520 140723253810187 140723253810290 140723253810290 140723253813199 0
[pid=28086/tid=28101] ppid=28083 vsize=10748324 memory=280885890195064 CPUtime=0 cores=1,3,5,7
/proc/28086/task/28101/stat : 28101 (java) S 28083 28086 27612 0 -1 1077944384 383 0 0 0 0 0 0 0 20 0 16 0 414307301 11006283776 475803 33554432000 4194304 4196468 140723253807744 139690934942640 139691384273538 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24555520 140723253810187 140723253810290 140723253810290 140723253813199 0
[pid=28086/tid=28102] ppid=28083 vsize=10748324 memory=3472328296227680303 CPUtime=10.56 cores=1,3,5,7
/proc/28086/task/28102/stat : 28102 (java) R 28083 28086 27612 0 -1 4202560 5595 0 0 0 1039 17 0 0 20 0 16 0 414307482 11006283776 475803 33554432000 4194304 4196468 140723253807744 139690927187328 139691010881142 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24555520 140723253810187 140723253810290 140723253810290 140723253813199 0
Current children cumulated CPU time: 26.65 s
Current children cumulated vsize: 10748324 KiB
Current children cumulated memory: 1903212 KiB

[startup+14.2007 s]*
/proc/loadavg: 2.17 2.02 1.35 3/217 28106
/proc/meminfo: memFree=30425520/32770624 swapFree=67004188/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0
Real time (s): 14.2117
CPU time (s): 27.2146
CPU user time (s): 26.1953
CPU system time (s): 1.01926
CPU usage (%): 191.494
Max. virtual memory (cumulated for all children) (KiB): 10748324
Max. memory (cumulated for all children) (KiB): 1903728

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 26.1953
system time used= 1.01926
maximum resident set size= 1904512
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 64576
page faults= 0
swaps= 0
block input operations= 16
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3746
involuntary context switches= 131


# summary of solver processes directly reported to runsolver:
#   pid: 28086
#   total CPU time (s): 27.2146
#   total CPU user time (s): 26.1953
#   total CPU system time (s): 1.01926

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.120211 second user time and 0.175456 second system time

The end

Launcher Data

Begin job on node148 at 2019-09-13 15:30:20
IDJOB=4390557
IDBENCH=126615
IDSOLVER=2832
FILE ID=node148/4390557-1568381457
RUNJOBID= node148-1568380480-27644
PBS_JOBID= 21701823
Free space on /tmp= 58784 MiB

SOLVER NAME= AbsCon 2019-07-23
BENCH NAME= XCSP17/SocialGolfers/SocialGolfers-cp-s1/SocialGolfers-8-9-9-cp.xml
COMMAND LINE= java -cp AbsCon19-06.jar AbsCon BENCHNAME -cm
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4390557-1568381457/watcher-4390557-1568381457 -o /tmp/evaluation-result-4390557-1568381457/solver-4390557-1568381457 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1568380480-27644 --watchdog 2580  java -cp AbsCon19-06.jar AbsCon HOME/instance-4390557-1568381457.xml -cm

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

MD5SUM BENCH= 7f38f9e4cc6c9387b3de2b1a6255283e
RANDOM SEED=1464053342

node148.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.13
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.13
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.13
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.13
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:        31555660 kB
MemAvailable:   31637276 kB
Buffers:           19984 kB
Cached:           357440 kB
SwapCached:         3856 kB
Active:           500356 kB
Inactive:         156112 kB
Active(anon):     276532 kB
Inactive(anon):    43804 kB
Active(file):     223824 kB
Inactive(file):   112308 kB
Unevictable:      108944 kB
Mlocked:          108944 kB
SwapTotal:      67108860 kB
SwapFree:       67004188 kB
Dirty:             13592 kB
Writeback:             0 kB
AnonPages:        385544 kB
Mapped:            56020 kB
Shmem:             32308 kB
Slab:             151436 kB
SReclaimable:     122640 kB
SUnreclaim:        28796 kB
KernelStack:        3792 kB
PageTables:         6296 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1255768 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    317440 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 58776 MiB
End job on node148 at 2019-09-13 15:30:35