Trace number 4390550

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 3.36104 2.17408

DiagnosticValue
WRONG_DECISIONS0

General information on the benchmark

NameKnightTour/KnightTour-int-s1/
KnightTour-05-int.xml
MD5SUM5aa02d8e33e0310131c8602cbce67fff
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 benchmark0.033151
Satisfiable
(Un)Satisfiability was proved
Number of variables25
Number of constraints27
Number of domains1
Minimum domain size25
Maximum domain size25
Distribution of domain sizes[{"size":25,"count":25}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":23},{"degree":3,"count":2}]
Minimum constraint arity2
Maximum constraint arity25
Distribution of constraint arities[{"arity":2,"count":26},{"arity":25,"count":1}]
Number of extensional constraints0
Number of intensional constraints25
Distribution of constraint types[{"type":"intension","count":25},{"type":"allDifferent","count":1},{"type":"instantiation","count":1}]
Optimization problemNO
Type of objective

Solver Data

2.43/1.86	
2.43/1.86	AbsCon 2 
2.43/1.88	
2.64/1.98	  Instance
2.64/1.98	    name=instance-4390550-1568384000, framework=CSP
2.64/1.98	
2.64/1.98	  Loading variables...
2.64/2.00	  Loading constraints...
3.23/2.11	
3.23/2.11	  Domains
3.23/2.11	    nTypes=1, nValues=625, sizes=[25#25]
3.23/2.11	  Variables
3.23/2.11	    count=25, degrees=[3#23,4#2]
3.23/2.11	  Constraints
3.23/2.11	    count=28, nSpecific=1, arities=[1#2,2#25,25#1]
3.23/2.11	    distribution=[AllDifferent#1,CtrIntension#27]
3.23/2.11	    nIntStructures=(3,shared:24), nCftStructures=(1,shared:24,unbuilt:3)
3.23/2.11	    wck=0.28, cpu=2.085, mem=23M870
3.23/2.12	  Solver SolverBacktrack being built...
3.23/2.12	
3.23/2.15	
3.23/2.15	  Solver
3.23/2.15	    guaranteedGAC=true
3.23/2.15	    wck=0.309, cpu=2.113, mem=34M512
3.23/2.15	
3.23/2.15	  Preprocessing
3.23/2.15	    filters=30, revisions=(54,useless=26), ccks=4261, nACremovedValues=408, nTotalRemovedValues=408, inconcistency=true
3.23/2.15	    wck=0.009, cpu=2.123, mem=34M512
3.23/2.15	
3.23/2.15	  Global
3.23/2.15	    filters=30, revisions=(54,useless=26), ccks=4261
3.23/2.15	    Stop=FULL_EXPLORATION, wrong=0, wck=0.32, cpu=2.124, mem=34M512
3.23/2.15	
3.23/2.15	s UNSATISFIABLE
3.23/2.15	
3.23/2.15	d WRONG_DECISIONS 0

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

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

[startup+0.101638 s]*
/proc/loadavg: 1.76 1.83 1.86 4/229 28743
/proc/meminfo: memFree=31639268/32770624 swapFree=67004192/67108860
[pid=28728] ppid=28725 vsize=10659884 memory=29512 CPUtime=0.14 cores=1,3,5,7
/proc/28728/stat : 28728 (java) S 28725 28728 27612 0 -1 1077944320 5933 0 0 0 13 1 0 0 20 0 15 0 414561626 10915721216 7378 33554432000 4194304 4196468 140731556117472 140731556100016 140263247142647 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 31002624 140731556119563 140731556119666 140731556119666 140731556122575 0
/proc/28728/statm: 2664971 7378 2931 1 0 2627468 0
[pid=28728/tid=28730] ppid=28725 vsize=10659884 memory=720575944405811505 CPUtime=0.1 cores=1,3,5,7
/proc/28728/task/28730/stat : 28730 (java) R 28725 28728 27612 0 -1 4202560 3246 0 0 0 9 1 0 0 20 0 15 0 414561626 10915721216 7378 33554432000 4194304 4196468 140731556117472 140263251372040 140263227335463 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31002624 140731556119563 140731556119666 140731556119666 140731556122575 0
[pid=28728/tid=28731] ppid=28725 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28728/task/28731/stat : 28731 (java) S 28725 28728 27612 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414561627 10915721216 7444 33554432000 4194304 4196468 140731556117472 140263173217424 140263247152853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31002624 140731556119563 140731556119666 140731556119666 140731556122575 0
[pid=28728/tid=28732] ppid=28725 vsize=10659884 memory=288370630684644992 CPUtime=0 cores=1,3,5,7
/proc/28728/task/28732/stat : 28732 (java) S 28725 28728 27612 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414561627 10915721216 7444 33554432000 4194304 4196468 140731556117472 140263172164624 140263247152853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31002624 140731556119563 140731556119666 140731556119666 140731556122575 0
[pid=28728/tid=28733] ppid=28725 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28728/task/28733/stat : 28733 (java) S 28725 28728 27612 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414561627 10915721216 7444 33554432000 4194304 4196468 140731556117472 140263171111824 140263247152853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31002624 140731556119563 140731556119666 140731556119666 140731556122575 0
[pid=28728/tid=28734] ppid=28725 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28728/task/28734/stat : 28734 (java) S 28725 28728 27612 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414561627 10915721216 7444 33554432000 4194304 4196468 140731556117472 140263170059024 140263247152853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31002624 140731556119563 140731556119666 140731556119666 140731556122575 0
[pid=28728/tid=28735] ppid=28725 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28728/task/28735/stat : 28735 (java) S 28725 28728 27612 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414561629 10915721216 7444 33554432000 4194304 4196468 140731556117472 140262282041712 140263247153794 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31002624 140731556119563 140731556119666 140731556119666 140731556122575 0
[pid=28728/tid=28736] ppid=28725 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28728/task/28736/stat : 28736 (java) S 28725 28728 27612 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 414561629 10915721216 7444 33554432000 4194304 4196468 140731556117472 140262280987680 140263247152853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31002624 140731556119563 140731556119666 140731556119666 140731556122575 0
[pid=28728/tid=28737] ppid=28725 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28728/task/28737/stat : 28737 (java) S 28725 28728 27612 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 414561629 10915721216 7444 33554432000 4194304 4196468 140731556117472 140262279934832 140263247152853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31002624 140731556119563 140731556119666 140731556119666 140731556122575 0
[pid=28728/tid=28738] ppid=28725 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28728/task/28738/stat : 28738 (java) S 28725 28728 27612 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414561632 10915721216 7510 33554432000 4194304 4196468 140731556117472 140262278883152 140263247161243 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31002624 140731556119563 140731556119666 140731556119666 140731556122575 0
[pid=28728/tid=28739] ppid=28725 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28728/task/28739/stat : 28739 (java) S 28725 28728 27612 0 -1 1077944384 303 0 0 0 0 0 0 0 20 0 15 0 414561632 10915721216 7510 33554432000 4194304 4196468 140731556117472 140262277831536 140263247153794 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31002624 140731556119563 140731556119666 140731556119666 140731556122575 0
[pid=28728/tid=28740] ppid=28725 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28728/task/28740/stat : 28740 (java) R 28725 28728 27612 0 -1 4202560 396 0 0 0 0 0 0 0 20 0 15 0 414561632 10915721216 7510 33554432000 4194304 4196468 140731556117472 140262276759752 140263232023010 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31002624 140731556119563 140731556119666 140731556119666 140731556122575 0
[pid=28728/tid=28741] ppid=28725 vsize=10659884 memory=140254532933248 CPUtime=0.02 cores=1,3,5,7
/proc/28728/task/28741/stat : 28741 (java) R 28725 28728 27612 0 -1 4202560 671 0 0 0 2 0 0 0 20 0 15 0 414561632 10915721216 7510 33554432000 4194304 4196468 140731556117472 140262275721848 140263226858180 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31002624 140731556119563 140731556119666 140731556119666 140731556122575 0
[pid=28728/tid=28742] ppid=28725 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28728/task/28742/stat : 28742 (java) S 28725 28728 27612 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414561632 10915721216 7510 33554432000 4194304 4196468 140731556117472 140262274673376 140263247152853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31002624 140731556119563 140731556119666 140731556119666 140731556122575 0
[pid=28728/tid=28743] ppid=28725 vsize=10659884 memory=140254532933248 CPUtime=0 cores=1,3,5,7
/proc/28728/task/28743/stat : 28743 (java) S 28725 28728 27612 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414561632 10915721216 7510 33554432000 4194304 4196468 140731556117472 140262273620656 140263247153794 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31002624 140731556119563 140731556119666 140731556119666 140731556122575 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 10659884 KiB
Current children cumulated memory: 29512 KiB

[startup+0.21081 s]*
/proc/loadavg: 1.76 1.83 1.86 3/229 28743
/proc/meminfo: memFree=31628212/32770624 swapFree=67004192/67108860
[pid=28728] ppid=28725 vsize=10659884 memory=37588 CPUtime=0.33 cores=1,3,5,7
/proc/28728/stat : 28728 (java) S 28725 28728 27612 0 -1 1077944320 9137 0 0 0 30 3 0 0 20 0 15 0 414561626 10915721216 9397 33554432000 4194304 4196468 140731556117472 140731556100016 140263247142647 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 31002624 140731556119563 140731556119666 140731556119666 140731556122575 0
/proc/28728/statm: 2664971 9397 2989 1 0 2627468 0
[pid=28728/tid=28730] ppid=28725 vsize=10659884 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/28728/task/28730/stat : 28730 (java) R 28725 28728 27612 0 -1 4202560 6111 0 0 0 18 2 0 0 20 0 15 0 414561626 10915721216 9397 33554432000 4194304 4196468 140731556117472 140263251369008 140263247164573 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31002624 140731556119563 140731556119666 140731556119666 140731556122575 0
[pid=28728/tid=28731] ppid=28725 vsize=10659884 memory=343 CPUtime=0 cores=1,3,5,7
/proc/28728/task/28731/stat : 28731 (java) S 28725 28728 27612 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414561627 10915721216 9397 33554432000 4194304 4196468 140731556117472 140263173217424 140263247152853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31002624 140731556119563 140731556119666 140731556119666 140731556122575 0
[pid=28728/tid=28732] ppid=28725 vsize=10659884 memory=140254532960648 CPUtime=0 cores=1,3,5,7
/proc/28728/task/28732/stat : 28732 (java) S 28725 28728 27612 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414561627 10915721216 9397 33554432000 4194304 4196468 140731556117472 140263172164624 140263247152853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31002624 140731556119563 140731556119666 140731556119666 140731556122575 0
[pid=28728/tid=28733] ppid=28725 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28728/task/28733/stat : 28733 (java) S 28725 28728 27612 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414561627 10915721216 9397 33554432000 4194304 4196468 140731556117472 140263171111824 140263247152853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31002624 140731556119563 140731556119666 140731556119666 140731556122575 0
[pid=28728/tid=28734] ppid=28725 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28728/task/28734/stat : 28734 (java) S 28725 28728 27612 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414561627 10915721216 9397 33554432000 4194304 4196468 140731556117472 140263170059024 140263247152853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31002624 140731556119563 140731556119666 140731556119666 140731556122575 0
[pid=28728/tid=28735] ppid=28725 vsize=10659884 memory=140254532933248 CPUtime=0 cores=1,3,5,7
/proc/28728/task/28735/stat : 28735 (java) S 28725 28728 27612 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414561629 10915721216 9397 33554432000 4194304 4196468 140731556117472 140262282041712 140263247153794 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31002624 140731556119563 140731556119666 140731556119666 140731556122575 0
[pid=28728/tid=28736] ppid=28725 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28728/task/28736/stat : 28736 (java) S 28725 28728 27612 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 414561629 10915721216 9397 33554432000 4194304 4196468 140731556117472 140262280987680 140263247152853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31002624 140731556119563 140731556119666 140731556119666 140731556122575 0
[pid=28728/tid=28737] ppid=28725 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28728/task/28737/stat : 28737 (java) S 28725 28728 27612 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 414561629 10915721216 9397 33554432000 4194304 4196468 140731556117472 140262279934832 140263247152853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31002624 140731556119563 140731556119666 140731556119666 140731556122575 0
[pid=28728/tid=28738] ppid=28725 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28728/task/28738/stat : 28738 (java) S 28725 28728 27612 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414561632 10915721216 9397 33554432000 4194304 4196468 140731556117472 140262278883152 140263247161243 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31002624 140731556119563 140731556119666 140731556119666 140731556122575 0
[pid=28728/tid=28739] ppid=28725 vsize=10659884 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/28728/task/28739/stat : 28739 (java) S 28725 28728 27612 0 -1 1077944384 482 0 0 0 3 0 0 0 20 0 15 0 414561632 10915721216 9397 33554432000 4194304 4196468 140731556117472 140262277831536 140263247153794 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31002624 140731556119563 140731556119666 140731556119666 140731556122575 0
[pid=28728/tid=28740] ppid=28725 vsize=10659884 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/28728/task/28740/stat : 28740 (java) S 28725 28728 27612 0 -1 1077944384 475 0 0 0 2 0 0 0 20 0 15 0 414561632 10915721216 9397 33554432000 4194304 4196468 140731556117472 140262276778736 140263247153794 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31002624 140731556119563 140731556119666 140731556119666 140731556122575 0
[pid=28728/tid=28741] ppid=28725 vsize=10659884 memory=140254532933248 CPUtime=0.05 cores=1,3,5,7
/proc/28728/task/28741/stat : 28741 (java) S 28725 28728 27612 0 -1 1077944384 710 0 0 0 5 0 0 0 20 0 15 0 414561632 10915721216 9397 33554432000 4194304 4196468 140731556117472 140262275725936 140263247153794 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31002624 140731556119563 140731556119666 140731556119666 140731556122575 0
[pid=28728/tid=28742] ppid=28725 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28728/task/28742/stat : 28742 (java) S 28725 28728 27612 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414561632 10915721216 9397 33554432000 4194304 4196468 140731556117472 140262274673376 140263247152853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31002624 140731556119563 140731556119666 140731556119666 140731556122575 0
[pid=28728/tid=28743] ppid=28725 vsize=10659884 memory=140254532933248 CPUtime=0 cores=1,3,5,7
/proc/28728/task/28743/stat : 28743 (java) S 28725 28728 27612 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414561632 10915721216 9397 33554432000 4194304 4196468 140731556117472 140262273620656 140263247153794 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31002624 140731556119563 140731556119666 140731556119666 140731556122575 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659884 KiB
Current children cumulated memory: 37588 KiB

[startup+0.310244 s]*
/proc/loadavg: 1.76 1.83 1.86 4/229 28743
/proc/meminfo: memFree=31626280/32770624 swapFree=67004192/67108860
[pid=28728] ppid=28725 vsize=10659884 memory=40400 CPUtime=0.47 cores=1,3,5,7
/proc/28728/stat : 28728 (java) S 28725 28728 27612 0 -1 1077944320 9491 0 0 0 44 3 0 0 20 0 15 0 414561626 10915721216 10100 33554432000 4194304 4196468 140731556117472 140731556100016 140263247142647 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 31002624 140731556119563 140731556119666 140731556119666 140731556122575 0
/proc/28728/statm: 2664971 10100 3002 1 0 2627468 0
[pid=28728/tid=28730] ppid=28725 vsize=10659884 memory=7022364594140610616 CPUtime=0.3 cores=1,3,5,7
/proc/28728/task/28730/stat : 28730 (java) R 28725 28728 27612 0 -1 4202560 6392 0 0 0 28 2 0 0 20 0 15 0 414561626 10915721216 10100 33554432000 4194304 4196468 140731556117472 140263251374432 140263247164573 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31002624 140731556119563 140731556119666 140731556119666 140731556122575 0
[pid=28728/tid=28731] ppid=28725 vsize=10659884 memory=4294981932 CPUtime=0 cores=1,3,5,7
/proc/28728/task/28731/stat : 28731 (java) S 28725 28728 27612 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414561627 10915721216 10100 33554432000 4194304 4196468 140731556117472 140263173217424 140263247152853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31002624 140731556119563 140731556119666 140731556119666 140731556122575 0
[pid=28728/tid=28732] ppid=28725 vsize=10659884 memory=140254532960604 CPUtime=0 cores=1,3,5,7
/proc/28728/task/28732/stat : 28732 (java) S 28725 28728 27612 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414561627 10915721216 10100 33554432000 4194304 4196468 140731556117472 140263172164624 140263247152853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31002624 140731556119563 140731556119666 140731556119666 140731556122575 0
[pid=28728/tid=28733] ppid=28725 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28728/task/28733/stat : 28733 (java) S 28725 28728 27612 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414561627 10915721216 10100 33554432000 4194304 4196468 140731556117472 140263171111824 140263247152853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31002624 140731556119563 140731556119666 140731556119666 140731556122575 0
[pid=28728/tid=28734] ppid=28725 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28728/task/28734/stat : 28734 (java) S 28725 28728 27612 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414561627 10915721216 10100 33554432000 4194304 4196468 140731556117472 140263170059024 140263247152853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31002624 140731556119563 140731556119666 140731556119666 140731556122575 0
[pid=28728/tid=28735] ppid=28725 vsize=10659884 memory=140254532933248 CPUtime=0 cores=1,3,5,7
/proc/28728/task/28735/stat : 28735 (java) S 28725 28728 27612 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414561629 10915721216 10100 33554432000 4194304 4196468 140731556117472 140262282041712 140263247153794 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31002624 140731556119563 140731556119666 140731556119666 140731556122575 0
[pid=28728/tid=28736] ppid=28725 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28728/task/28736/stat : 28736 (java) S 28725 28728 27612 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 414561629 10915721216 10100 33554432000 4194304 4196468 140731556117472 140262280987680 140263247152853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31002624 140731556119563 140731556119666 140731556119666 140731556122575 0
[pid=28728/tid=28737] ppid=28725 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28728/task/28737/stat : 28737 (java) S 28725 28728 27612 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 414561629 10915721216 10100 33554432000 4194304 4196468 140731556117472 140262279934832 140263247152853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31002624 140731556119563 140731556119666 140731556119666 140731556122575 0
[pid=28728/tid=28738] ppid=28725 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28728/task/28738/stat : 28738 (java) S 28725 28728 27612 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414561632 10915721216 10100 33554432000 4194304 4196468 140731556117472 140262278883152 140263247161243 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31002624 140731556119563 140731556119666 140731556119666 140731556122575 0
[pid=28728/tid=28739] ppid=28725 vsize=10659884 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/28728/task/28739/stat : 28739 (java) S 28725 28728 27612 0 -1 1077944384 500 0 0 0 4 0 0 0 20 0 15 0 414561632 10915721216 10100 33554432000 4194304 4196468 140731556117472 140262277831536 140263247153794 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31002624 140731556119563 140731556119666 140731556119666 140731556122575 0
[pid=28728/tid=28740] ppid=28725 vsize=10659884 memory=-1 CPUtime=0.04 cores=1,3,5,7
/proc/28728/task/28740/stat : 28740 (java) S 28725 28728 27612 0 -1 1077944384 502 0 0 0 4 0 0 0 20 0 15 0 414561632 10915721216 10100 33554432000 4194304 4196468 140731556117472 140262276778736 140263247153794 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31002624 140731556119563 140731556119666 140731556119666 140731556122575 0
[pid=28728/tid=28741] ppid=28725 vsize=10659884 memory=140254532933248 CPUtime=0.07 cores=1,3,5,7
/proc/28728/task/28741/stat : 28741 (java) S 28725 28728 27612 0 -1 1077944384 739 0 0 0 7 0 0 0 20 0 15 0 414561632 10915721216 10100 33554432000 4194304 4196468 140731556117472 140262275725936 140263247153794 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31002624 140731556119563 140731556119666 140731556119666 140731556122575 0
[pid=28728/tid=28742] ppid=28725 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28728/task/28742/stat : 28742 (java) S 28725 28728 27612 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414561632 10915721216 10100 33554432000 4194304 4196468 140731556117472 140262274673376 140263247152853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31002624 140731556119563 140731556119666 140731556119666 140731556122575 0
[pid=28728/tid=28743] ppid=28725 vsize=10659884 memory=140254532933248 CPUtime=0 cores=1,3,5,7
/proc/28728/task/28743/stat : 28743 (java) S 28725 28728 27612 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414561632 10915721216 10100 33554432000 4194304 4196468 140731556117472 140262273620656 140263247153794 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31002624 140731556119563 140731556119666 140731556119666 140731556122575 0
Current children cumulated CPU time: 0.47 s
Current children cumulated vsize: 10659884 KiB
Current children cumulated memory: 40400 KiB

[startup+0.701522 s]
/proc/loadavg: 1.76 1.83 1.86 3/229 28743
/proc/meminfo: memFree=31615140/32770624 swapFree=67004192/67108860
[pid=28728] ppid=28725 vsize=10661932 memory=63704 CPUtime=1.11 cores=1,3,5,7
/proc/28728/stat : 28728 (java) S 28725 28728 27612 0 -1 1077944320 12986 0 0 0 106 5 0 0 20 0 15 0 414561626 10917818368 15926 33554432000 4194304 4196468 140731556117472 140731556100016 140263247142647 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 31002624 140731556119563 140731556119666 140731556119666 140731556122575 0
/proc/28728/statm: 2665483 15926 3062 1 0 2627980 0
[pid=28728/tid=28730] ppid=28725 vsize=10661932 memory=39136 CPUtime=0.68 cores=1,3,5,7
/proc/28728/task/28730/stat : 28730 (java) R 28725 28728 27612 0 -1 4202560 8826 0 0 0 64 4 0 0 20 0 15 0 414561626 10917818368 15926 33554432000 4194304 4196468 140731556117472 140263251374672 140263233358568 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31002624 140731556119563 140731556119666 140731556119666 140731556122575 0
[pid=28728/tid=28731] ppid=28725 vsize=10661932 memory=984 CPUtime=0 cores=1,3,5,7
/proc/28728/task/28731/stat : 28731 (java) S 28725 28728 27612 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414561627 10917818368 15926 33554432000 4194304 4196468 140731556117472 140263173217424 140263247152853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31002624 140731556119563 140731556119666 140731556119666 140731556122575 0
[pid=28728/tid=28732] ppid=28725 vsize=10661932 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28728/task/28732/stat : 28732 (java) S 28725 28728 27612 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414561627 10917818368 15926 33554432000 4194304 4196468 140731556117472 140263172164624 140263247152853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31002624 140731556119563 140731556119666 140731556119666 140731556122575 0
[pid=28728/tid=28733] ppid=28725 vsize=10661932 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28728/task/28733/stat : 28733 (java) S 28725 28728 27612 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414561627 10917818368 15926 33554432000 4194304 4196468 140731556117472 140263171111824 140263247152853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31002624 140731556119563 140731556119666 140731556119666 140731556122575 0
[pid=28728/tid=28734] ppid=28725 vsize=10661932 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28728/task/28734/stat : 28734 (java) S 28725 28728 27612 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414561627 10917818368 15926 33554432000 4194304 4196468 140731556117472 140263170059024 140263247152853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31002624 140731556119563 140731556119666 140731556119666 140731556122575 0
[pid=28728/tid=28735] ppid=28725 vsize=10661932 memory=2 CPUtime=0 cores=1,3,5,7
/proc/28728/task/28735/stat : 28735 (java) S 28725 28728 27612 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414561629 10917818368 15926 33554432000 4194304 4196468 140731556117472 140262282041712 140263247153794 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31002624 140731556119563 140731556119666 140731556119666 140731556122575 0
[pid=28728/tid=28736] ppid=28725 vsize=10661932 memory=5 CPUtime=0 cores=1,3,5,7
/proc/28728/task/28736/stat : 28736 (java) S 28725 28728 27612 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 414561629 10917818368 15926 33554432000 4194304 4196468 140731556117472 140262280987680 140263247152853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31002624 140731556119563 140731556119666 140731556119666 140731556122575 0
[pid=28728/tid=28737] ppid=28725 vsize=10661932 memory=25 CPUtime=0 cores=1,3,5,7
/proc/28728/task/28737/stat : 28737 (java) S 28725 28728 27612 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 414561629 10917818368 15926 33554432000 4194304 4196468 140731556117472 140262279934832 140263247152853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31002624 140731556119563 140731556119666 140731556119666 140731556122575 0
[pid=28728/tid=28738] ppid=28725 vsize=10661932 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28728/task/28738/stat : 28738 (java) S 28725 28728 27612 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414561632 10917818368 15926 33554432000 4194304 4196468 140731556117472 140262278883152 140263247161243 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31002624 140731556119563 140731556119666 140731556119666 140731556122575 0
[pid=28728/tid=28739] ppid=28725 vsize=10661932 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/28728/task/28739/stat : 28739 (java) S 28725 28728 27612 0 -1 1077944384 783 0 0 0 11 0 0 0 20 0 15 0 414561632 10917818368 15926 33554432000 4194304 4196468 140731556117472 140262277831536 140263247153794 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31002624 140731556119563 140731556119666 140731556119666 140731556122575 0
[pid=28728/tid=28740] ppid=28725 vsize=10661932 memory=1366 CPUtime=0.12 cores=1,3,5,7
/proc/28728/task/28740/stat : 28740 (java) R 28725 28728 27612 0 -1 4202560 842 0 0 0 12 0 0 0 20 0 15 0 414561632 10917818368 15926 33554432000 4194304 4196468 140731556117472 140262276764832 140263228686736 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 31002624 140731556119563 140731556119666 140731556119666 140731556122575 0
[pid=28728/tid=28741] ppid=28725 vsize=10661932 memory=97127 CPUtime=0.18 cores=1,3,5,7
/proc/28728/task/28741/stat : 28741 (java) S 28725 28728 27612 0 -1 1077944384 1176 0 0 0 18 0 0 0 20 0 15 0 414561632 10917818368 15926 33554432000 4194304 4196468 140731556117472 140262275725936 140263247153794 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31002624 140731556119563 140731556119666 140731556119666 140731556122575 0
[pid=28728/tid=28742] ppid=28725 vsize=10661932 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28728/task/28742/stat : 28742 (java) S 28725 28728 27612 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414561632 10917818368 15926 33554432000 4194304 4196468 140731556117472 140262274673376 140263247152853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31002624 140731556119563 140731556119666 140731556119666 140731556122575 0
[pid=28728/tid=28743] ppid=28725 vsize=10661932 memory=4 CPUtime=0 cores=1,3,5,7
/proc/28728/task/28743/stat : 28743 (java) S 28725 28728 27612 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414561632 10917818368 15926 33554432000 4194304 4196468 140731556117472 140262273620656 140263247153794 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31002624 140731556119563 140731556119666 140731556119666 140731556122575 0
Current children cumulated CPU time: 1.11 s
Current children cumulated vsize: 10661932 KiB
Current children cumulated memory: 63704 KiB

[startup+1.50071 s]
/proc/loadavg: 1.76 1.83 1.86 3/229 28743
/proc/meminfo: memFree=31599444/32770624 swapFree=67004192/67108860
[pid=28728] ppid=28725 vsize=10663980 memory=75864 CPUtime=2 cores=1,3,5,7
/proc/28728/stat : 28728 (java) S 28725 28728 27612 0 -1 1077944320 17178 0 0 0 194 6 0 0 20 0 15 0 414561626 10919915520 18966 33554432000 4194304 4196468 140731556117472 140731556100016 140263247142647 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 31002624 140731556119563 140731556119666 140731556119666 140731556122575 0
/proc/28728/statm: 2665995 18966 3095 1 0 2628492 0
[pid=28728/tid=28730] ppid=28725 vsize=10663980 memory=984 CPUtime=1.48 cores=1,3,5,7
/proc/28728/task/28730/stat : 28730 (java) R 28725 28728 27612 0 -1 4202560 11885 0 0 0 143 5 0 0 20 0 15 0 414561626 10919915520 18966 33554432000 4194304 4196468 140731556117472 140263251368528 140263247164573 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31002624 140731556119563 140731556119666 140731556119666 140731556122575 0
[pid=28728/tid=28731] ppid=28725 vsize=10663980 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28728/task/28731/stat : 28731 (java) S 28725 28728 27612 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414561627 10919915520 18966 33554432000 4194304 4196468 140731556117472 140263173217424 140263247152853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31002624 140731556119563 140731556119666 140731556119666 140731556122575 0
[pid=28728/tid=28732] ppid=28725 vsize=10663980 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28728/task/28732/stat : 28732 (java) S 28725 28728 27612 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414561627 10919915520 18966 33554432000 4194304 4196468 140731556117472 140263172164624 140263247152853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31002624 140731556119563 140731556119666 140731556119666 140731556122575 0
[pid=28728/tid=28733] ppid=28725 vsize=10663980 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28728/task/28733/stat : 28733 (java) S 28725 28728 27612 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414561627 10919915520 18966 33554432000 4194304 4196468 140731556117472 140263171111824 140263247152853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31002624 140731556119563 140731556119666 140731556119666 140731556122575 0
[pid=28728/tid=28734] ppid=28725 vsize=10663980 memory=2 CPUtime=0 cores=1,3,5,7
/proc/28728/task/28734/stat : 28734 (java) S 28725 28728 27612 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414561627 10919915520 18966 33554432000 4194304 4196468 140731556117472 140263170059024 140263247152853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31002624 140731556119563 140731556119666 140731556119666 140731556122575 0
[pid=28728/tid=28735] ppid=28725 vsize=10663980 memory=5 CPUtime=0 cores=1,3,5,7
/proc/28728/task/28735/stat : 28735 (java) S 28725 28728 27612 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 15 0 414561629 10919915520 18966 33554432000 4194304 4196468 140731556117472 140262282041712 140263247153794 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31002624 140731556119563 140731556119666 140731556119666 140731556122575 0
[pid=28728/tid=28736] ppid=28725 vsize=10663980 memory=25 CPUtime=0 cores=1,3,5,7
/proc/28728/task/28736/stat : 28736 (java) S 28725 28728 27612 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 414561629 10919915520 18966 33554432000 4194304 4196468 140731556117472 140262280987680 140263247152853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31002624 140731556119563 140731556119666 140731556119666 140731556122575 0
[pid=28728/tid=28737] ppid=28725 vsize=10663980 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28728/task/28737/stat : 28737 (java) S 28725 28728 27612 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 414561629 10919915520 18966 33554432000 4194304 4196468 140731556117472 140262279934832 140263247152853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31002624 140731556119563 140731556119666 140731556119666 140731556122575 0
[pid=28728/tid=28738] ppid=28725 vsize=10663980 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28728/task/28738/stat : 28738 (java) S 28725 28728 27612 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414561632 10919915520 18966 33554432000 4194304 4196468 140731556117472 140262278883152 140263247161243 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31002624 140731556119563 140731556119666 140731556119666 140731556122575 0
[pid=28728/tid=28739] ppid=28725 vsize=10663980 memory=1366 CPUtime=0.14 cores=1,3,5,7
/proc/28728/task/28739/stat : 28739 (java) S 28725 28728 27612 0 -1 1077944384 1115 0 0 0 14 0 0 0 20 0 15 0 414561632 10919915520 18966 33554432000 4194304 4196468 140731556117472 140262277831536 140263247153794 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31002624 140731556119563 140731556119666 140731556119666 140731556122575 0
[pid=28728/tid=28740] ppid=28725 vsize=10663980 memory=97127 CPUtime=0.18 cores=1,3,5,7
/proc/28728/task/28740/stat : 28740 (java) S 28725 28728 27612 0 -1 1077944384 1625 0 0 0 18 0 0 0 20 0 15 0 414561632 10919915520 18966 33554432000 4194304 4196468 140731556117472 140262276778736 140263247153794 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31002624 140731556119563 140731556119666 140731556119666 140731556122575 0
[pid=28728/tid=28741] ppid=28725 vsize=10663980 memory=0 CPUtime=0.18 cores=1,3,5,7
/proc/28728/task/28741/stat : 28741 (java) S 28725 28728 27612 0 -1 1077944384 1178 0 0 0 18 0 0 0 20 0 15 0 414561632 10919915520 18966 33554432000 4194304 4196468 140731556117472 140262275725936 140263247153794 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31002624 140731556119563 140731556119666 140731556119666 140731556122575 0
[pid=28728/tid=28742] ppid=28725 vsize=10663980 memory=4 CPUtime=0 cores=1,3,5,7
/proc/28728/task/28742/stat : 28742 (java) S 28725 28728 27612 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414561632 10919915520 18966 33554432000 4194304 4196468 140731556117472 140262274673376 140263247152853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31002624 140731556119563 140731556119666 140731556119666 140731556122575 0
[pid=28728/tid=28743] ppid=28725 vsize=10663980 memory=3588 CPUtime=0 cores=1,3,5,7
/proc/28728/task/28743/stat : 28743 (java) S 28725 28728 27612 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414561632 10919915520 18966 33554432000 4194304 4196468 140731556117472 140262273620656 140263247153794 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31002624 140731556119563 140731556119666 140731556119666 140731556122575 0
Current children cumulated CPU time: 2 s
Current children cumulated vsize: 10663980 KiB
Current children cumulated memory: 75864 KiB

[startup+2.17402 s]
# the end of solver process 28728 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=3.24064 s, system=0.120398 s

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

[startup+1.60083 s]
/proc/loadavg: 1.76 1.83 1.86 3/229 28743
/proc/meminfo: memFree=31599444/32770624 swapFree=67004192/67108860
[pid=28728] ppid=28725 vsize=10666028 memory=78880 CPUtime=2.11 cores=1,3,5,7
/proc/28728/stat : 28728 (java) S 28725 28728 27612 0 -1 1077944320 17536 0 0 0 205 6 0 0 20 0 15 0 414561626 10922012672 19720 33554432000 4194304 4196468 140731556117472 140731556100016 140263247142647 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 31002624 140731556119563 140731556119666 140731556119666 140731556122575 0
/proc/28728/statm: 2666507 19720 3095 1 0 2629004 0
[pid=28728/tid=28730] ppid=28725 vsize=10666028 memory=984 CPUtime=1.58 cores=1,3,5,7
/proc/28728/task/28730/stat : 28730 (java) R 28725 28728 27612 0 -1 4202560 12233 0 0 0 153 5 0 0 20 0 15 0 414561626 10922012672 19720 33554432000 4194304 4196468 140731556117472 140263251368528 140263247164573 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31002624 140731556119563 140731556119666 140731556119666 140731556122575 0
[pid=28728/tid=28731] ppid=28725 vsize=10666028 memory=1940 CPUtime=0 cores=1,3,5,7
/proc/28728/task/28731/stat : 28731 (java) S 28725 28728 27612 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414561627 10922012672 19720 33554432000 4194304 4196468 140731556117472 140263173217424 140263247152853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31002624 140731556119563 140731556119666 140731556119666 140731556122575 0
[pid=28728/tid=28732] ppid=28725 vsize=10666028 memory=1416 CPUtime=0 cores=1,3,5,7
/proc/28728/task/28732/stat : 28732 (java) S 28725 28728 27612 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414561627 10922012672 19720 33554432000 4194304 4196468 140731556117472 140263172164624 140263247152853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31002624 140731556119563 140731556119666 140731556119666 140731556122575 0
[pid=28728/tid=28733] ppid=28725 vsize=10666028 memory=1556 CPUtime=0 cores=1,3,5,7
/proc/28728/task/28733/stat : 28733 (java) S 28725 28728 27612 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414561627 10922012672 19720 33554432000 4194304 4196468 140731556117472 140263171111824 140263247152853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31002624 140731556119563 140731556119666 140731556119666 140731556122575 0
[pid=28728/tid=28734] ppid=28725 vsize=10666028 memory=740 CPUtime=0 cores=1,3,5,7
/proc/28728/task/28734/stat : 28734 (java) S 28725 28728 27612 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414561627 10922012672 19720 33554432000 4194304 4196468 140731556117472 140263170059024 140263247152853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31002624 140731556119563 140731556119666 140731556119666 140731556122575 0
[pid=28728/tid=28735] ppid=28725 vsize=10666028 memory=1052 CPUtime=0 cores=1,3,5,7
/proc/28728/task/28735/stat : 28735 (java) S 28725 28728 27612 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 15 0 414561629 10922012672 19720 33554432000 4194304 4196468 140731556117472 140262282041712 140263247153794 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31002624 140731556119563 140731556119666 140731556119666 140731556122575 0
[pid=28728/tid=28736] ppid=28725 vsize=10666028 memory=7548 CPUtime=0 cores=1,3,5,7
/proc/28728/task/28736/stat : 28736 (java) S 28725 28728 27612 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 414561629 10922012672 19720 33554432000 4194304 4196468 140731556117472 140262280987680 140263247152853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31002624 140731556119563 140731556119666 140731556119666 140731556122575 0
[pid=28728/tid=28737] ppid=28725 vsize=10666028 memory=4004 CPUtime=0 cores=1,3,5,7
/proc/28728/task/28737/stat : 28737 (java) S 28725 28728 27612 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 414561629 10922012672 19720 33554432000 4194304 4196468 140731556117472 140262279934832 140263247152853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31002624 140731556119563 140731556119666 140731556119666 140731556122575 0
[pid=28728/tid=28738] ppid=28725 vsize=10666028 memory=2832 CPUtime=0 cores=1,3,5,7
/proc/28728/task/28738/stat : 28738 (java) S 28725 28728 27612 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414561632 10922012672 19720 33554432000 4194304 4196468 140731556117472 140262278883152 140263247161243 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31002624 140731556119563 140731556119666 140731556119666 140731556122575 0
[pid=28728/tid=28739] ppid=28725 vsize=10666028 memory=776 CPUtime=0.14 cores=1,3,5,7
/proc/28728/task/28739/stat : 28739 (java) S 28725 28728 27612 0 -1 1077944384 1125 0 0 0 14 0 0 0 20 0 15 0 414561632 10922012672 19720 33554432000 4194304 4196468 140731556117472 140262277831536 140263247153794 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31002624 140731556119563 140731556119666 140731556119666 140731556122575 0
[pid=28728/tid=28740] ppid=28725 vsize=10666028 memory=1160 CPUtime=0.18 cores=1,3,5,7
/proc/28728/task/28740/stat : 28740 (java) S 28725 28728 27612 0 -1 1077944384 1625 0 0 0 18 0 0 0 20 0 15 0 414561632 10922012672 19720 33554432000 4194304 4196468 140731556117472 140262276778736 140263247153794 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31002624 140731556119563 140731556119666 140731556119666 140731556122575 0
[pid=28728/tid=28741] ppid=28725 vsize=10666028 memory=0 CPUtime=0.18 cores=1,3,5,7
/proc/28728/task/28741/stat : 28741 (java) S 28725 28728 27612 0 -1 1077944384 1178 0 0 0 18 0 0 0 20 0 15 0 414561632 10922012672 19720 33554432000 4194304 4196468 140731556117472 140262275725936 140263247153794 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31002624 140731556119563 140731556119666 140731556119666 140731556122575 0
[pid=28728/tid=28742] ppid=28725 vsize=10666028 memory=263670257026686 CPUtime=0 cores=1,3,5,7
/proc/28728/task/28742/stat : 28742 (java) S 28725 28728 27612 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414561632 10922012672 19720 33554432000 4194304 4196468 140731556117472 140262274673376 140263247152853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31002624 140731556119563 140731556119666 140731556119666 140731556122575 0
[pid=28728/tid=28743] ppid=28725 vsize=10666028 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28728/task/28743/stat : 28743 (java) S 28725 28728 27612 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414561632 10922012672 19720 33554432000 4194304 4196468 140731556117472 140262273620656 140263247153794 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31002624 140731556119563 140731556119666 140731556119666 140731556122575 0
Current children cumulated CPU time: 2.11 s
Current children cumulated vsize: 10666028 KiB
Current children cumulated memory: 78880 KiB

[startup+2.00059 s]*
/proc/loadavg: 1.76 1.83 1.86 5/230 28744
/proc/meminfo: memFree=31521368/32770624 swapFree=67004192/67108860
[pid=28728] ppid=28725 vsize=10746276 memory=146604 CPUtime=2.89 cores=1,3,5,7
/proc/28728/stat : 28728 (java) S 28725 28728 27612 0 -1 1077944320 21640 0 0 0 279 10 0 0 20 0 16 0 414561626 11004186624 36651 33554432000 4194304 4196468 140731556117472 140731556100016 140263247142647 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 31002624 140731556119563 140731556119666 140731556119666 140731556122575 0
/proc/28728/statm: 2686569 36651 3334 1 0 2646705 0
[pid=28728/tid=28730] ppid=28725 vsize=10746276 memory=8317482817917895235 CPUtime=1.84 cores=1,3,5,7
/proc/28728/task/28730/stat : 28730 (java) S 28725 28728 27612 0 -1 1077944384 13818 0 0 0 178 6 0 0 20 0 16 0 414561626 11004186624 36651 33554432000 4194304 4196468 140731556117472 140263251385520 140263247152853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31002624 140731556119563 140731556119666 140731556119666 140731556122575 0
[pid=28728/tid=28731] ppid=28725 vsize=10746276 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28728/task/28731/stat : 28731 (java) S 28725 28728 27612 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 16 0 414561627 11004186624 36651 33554432000 4194304 4196468 140731556117472 140263173217424 140263247152853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31002624 140731556119563 140731556119666 140731556119666 140731556122575 0
[pid=28728/tid=28732] ppid=28725 vsize=10746276 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28728/task/28732/stat : 28732 (java) S 28725 28728 27612 0 -1 1077944384 110 0 0 0 0 0 0 0 20 0 16 0 414561627 11004186624 36651 33554432000 4194304 4196468 140731556117472 140263172164624 140263247152853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31002624 140731556119563 140731556119666 140731556119666 140731556122575 0
[pid=28728/tid=28733] ppid=28725 vsize=10746276 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28728/task/28733/stat : 28733 (java) S 28725 28728 27612 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 414561627 11004186624 36651 33554432000 4194304 4196468 140731556117472 140263171111824 140263247152853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31002624 140731556119563 140731556119666 140731556119666 140731556122575 0
[pid=28728/tid=28734] ppid=28725 vsize=10746276 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28728/task/28734/stat : 28734 (java) S 28725 28728 27612 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 414561627 11004186624 36651 33554432000 4194304 4196468 140731556117472 140263170059024 140263247152853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31002624 140731556119563 140731556119666 140731556119666 140731556122575 0
[pid=28728/tid=28735] ppid=28725 vsize=10746276 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/28728/task/28735/stat : 28735 (java) S 28725 28728 27612 0 -1 1077944384 688 0 0 0 1 0 0 0 20 0 16 0 414561629 11004186624 36651 33554432000 4194304 4196468 140731556117472 140262282041712 140263247153794 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31002624 140731556119563 140731556119666 140731556119666 140731556122575 0
[pid=28728/tid=28736] ppid=28725 vsize=10746276 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28728/task/28736/stat : 28736 (java) S 28725 28728 27612 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 16 0 414561629 11004186624 36651 33554432000 4194304 4196468 140731556117472 140262280987744 140263247152853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31002624 140731556119563 140731556119666 140731556119666 140731556122575 0
[pid=28728/tid=28737] ppid=28725 vsize=10746276 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28728/task/28737/stat : 28737 (java) S 28725 28728 27612 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 16 0 414561629 11004186624 36651 33554432000 4194304 4196468 140731556117472 140262279934848 140263247152853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31002624 140731556119563 140731556119666 140731556119666 140731556122575 0
[pid=28728/tid=28738] ppid=28725 vsize=10746276 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28728/task/28738/stat : 28738 (java) S 28725 28728 27612 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414561632 11004186624 36651 33554432000 4194304 4196468 140731556117472 140262278883152 140263247161243 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31002624 140731556119563 140731556119666 140731556119666 140731556122575 0
[pid=28728/tid=28739] ppid=28725 vsize=10746276 memory=0 CPUtime=0.26 cores=1,3,5,7
/proc/28728/task/28739/stat : 28739 (java) S 28725 28728 27612 0 -1 1077944384 1382 0 0 0 26 0 0 0 20 0 16 0 414561632 11004186624 36651 33554432000 4194304 4196468 140731556117472 140262277831536 140263247153794 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31002624 140731556119563 140731556119666 140731556119666 140731556122575 0
[pid=28728/tid=28740] ppid=28725 vsize=10746276 memory=0 CPUtime=0.3 cores=1,3,5,7
/proc/28728/task/28740/stat : 28740 (java) S 28725 28728 27612 0 -1 1077944384 1696 0 0 0 30 0 0 0 20 0 16 0 414561632 11004186624 36651 33554432000 4194304 4196468 140731556117472 140262276778736 140263247153794 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31002624 140731556119563 140731556119666 140731556119666 140731556122575 0
[pid=28728/tid=28741] ppid=28725 vsize=10746276 memory=0 CPUtime=0.27 cores=1,3,5,7
/proc/28728/task/28741/stat : 28741 (java) R 28725 28728 27612 0 -1 4202560 1472 0 0 0 27 0 0 0 20 0 16 0 414561632 11004186624 36651 33554432000 4194304 4196468 140731556117472 140262275723728 140263227329539 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31002624 140731556119563 140731556119666 140731556119666 140731556122575 0
[pid=28728/tid=28742] ppid=28725 vsize=10746276 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28728/task/28742/stat : 28742 (java) S 28725 28728 27612 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414561632 11004186624 36651 33554432000 4194304 4196468 140731556117472 140262274673376 140263247152853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31002624 140731556119563 140731556119666 140731556119666 140731556122575 0
[pid=28728/tid=28743] ppid=28725 vsize=10746276 memory=140254532933248 CPUtime=0 cores=1,3,5,7
/proc/28728/task/28743/stat : 28743 (java) S 28725 28728 27612 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414561632 11004186624 36651 33554432000 4194304 4196468 140731556117472 140262273620656 140263247153794 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31002624 140731556119563 140731556119666 140731556119666 140731556122575 0
[pid=28728/tid=28744] ppid=28725 vsize=10746276 memory=12128 CPUtime=0.11 cores=1,3,5,7
/proc/28728/task/28744/stat : 28744 (java) R 28725 28728 27612 0 -1 4202560 987 0 0 0 11 0 0 0 20 0 16 0 414561813 11004186624 36651 33554432000 4194304 4196468 140731556117472 140262256954512 140263247154582 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31002624 140731556119563 140731556119666 140731556119666 140731556122575 0
Current children cumulated CPU time: 2.89 s
Current children cumulated vsize: 10746276 KiB
Current children cumulated memory: 146604 KiB

[startup+2.11375 s]
/proc/loadavg: 1.76 1.83 1.86 5/230 28744
/proc/meminfo: memFree=31521368/32770624 swapFree=67004192/67108860
[pid=28728] ppid=28725 vsize=10746276 memory=148332 CPUtime=3.23 cores=1,3,5,7
/proc/28728/stat : 28728 (java) S 28725 28728 27612 0 -1 1077944320 22111 0 0 0 312 11 0 0 20 0 16 0 414561626 11004186624 37083 33554432000 4194304 4196468 140731556117472 140731556100016 140263247142647 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 31002624 140731556119563 140731556119666 140731556119666 140731556122575 0
/proc/28728/statm: 2686569 37083 3336 1 0 2646705 0
[pid=28728/tid=28730] ppid=28725 vsize=10746276 memory=56 CPUtime=1.84 cores=1,3,5,7
/proc/28728/task/28730/stat : 28730 (java) S 28725 28728 27612 0 -1 1077944384 13818 0 0 0 178 6 0 0 20 0 16 0 414561626 11004186624 37083 33554432000 4194304 4196468 140731556117472 140263251385520 140263247152853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31002624 140731556119563 140731556119666 140731556119666 140731556122575 0
[pid=28728/tid=28731] ppid=28725 vsize=10746276 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28728/task/28731/stat : 28731 (java) S 28725 28728 27612 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 16 0 414561627 11004186624 37083 33554432000 4194304 4196468 140731556117472 140263173217424 140263247152853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31002624 140731556119563 140731556119666 140731556119666 140731556122575 0
[pid=28728/tid=28732] ppid=28725 vsize=10746276 memory=140254371841782 CPUtime=0 cores=1,3,5,7
/proc/28728/task/28732/stat : 28732 (java) S 28725 28728 27612 0 -1 1077944384 110 0 0 0 0 0 0 0 20 0 16 0 414561627 11004186624 37083 33554432000 4194304 4196468 140731556117472 140263172164624 140263247152853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31002624 140731556119563 140731556119666 140731556119666 140731556122575 0
[pid=28728/tid=28733] ppid=28725 vsize=10746276 memory=75864 CPUtime=0 cores=1,3,5,7
/proc/28728/task/28733/stat : 28733 (java) S 28725 28728 27612 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 414561627 11004186624 37083 33554432000 4194304 4196468 140731556117472 140263171111824 140263247152853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31002624 140731556119563 140731556119666 140731556119666 140731556122575 0
[pid=28728/tid=28734] ppid=28725 vsize=10746276 memory=984 CPUtime=0 cores=1,3,5,7
/proc/28728/task/28734/stat : 28734 (java) S 28725 28728 27612 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 414561627 11004186624 37083 33554432000 4194304 4196468 140731556117472 140263170059024 140263247152853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31002624 140731556119563 140731556119666 140731556119666 140731556122575 0
[pid=28728/tid=28735] ppid=28725 vsize=10746276 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/28728/task/28735/stat : 28735 (java) S 28725 28728 27612 0 -1 1077944384 688 0 0 0 1 0 0 0 20 0 16 0 414561629 11004186624 37083 33554432000 4194304 4196468 140731556117472 140262282041712 140263247153794 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31002624 140731556119563 140731556119666 140731556119666 140731556122575 0
[pid=28728/tid=28736] ppid=28725 vsize=10746276 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28728/task/28736/stat : 28736 (java) S 28725 28728 27612 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 16 0 414561629 11004186624 37083 33554432000 4194304 4196468 140731556117472 140262280987744 140263247152853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31002624 140731556119563 140731556119666 140731556119666 140731556122575 0
[pid=28728/tid=28737] ppid=28725 vsize=10746276 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28728/task/28737/stat : 28737 (java) S 28725 28728 27612 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 16 0 414561629 11004186624 37083 33554432000 4194304 4196468 140731556117472 140262279934848 140263247152853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31002624 140731556119563 140731556119666 140731556119666 140731556122575 0
[pid=28728/tid=28738] ppid=28725 vsize=10746276 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28728/task/28738/stat : 28738 (java) S 28725 28728 27612 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414561632 11004186624 37083 33554432000 4194304 4196468 140731556117472 140262278883152 140263247161243 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31002624 140731556119563 140731556119666 140731556119666 140731556122575 0
[pid=28728/tid=28739] ppid=28725 vsize=10746276 memory=0 CPUtime=0.33 cores=1,3,5,7
/proc/28728/task/28739/stat : 28739 (java) R 28725 28728 27612 0 -1 1077944384 1416 0 0 0 33 0 0 0 20 0 16 0 414561632 11004186624 37083 33554432000 4194304 4196468 140731556117472 140262277830720 140263247152853 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 31002624 140731556119563 140731556119666 140731556119666 140731556122575 0
[pid=28728/tid=28740] ppid=28725 vsize=10746276 memory=0 CPUtime=0.36 cores=1,3,5,7
/proc/28728/task/28740/stat : 28740 (java) R 28725 28728 27612 0 -1 4202560 1733 0 0 0 36 0 0 0 20 0 16 0 414561632 11004186624 37083 33554432000 4194304 4196468 140731556117472 140262276758560 140263226388490 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31002624 140731556119563 140731556119666 140731556119666 140731556122575 0
[pid=28728/tid=28741] ppid=28725 vsize=10746276 memory=0 CPUtime=0.37 cores=1,3,5,7
/proc/28728/task/28741/stat : 28741 (java) R 28725 28728 27612 0 -1 4202560 1712 0 0 0 37 0 0 0 20 0 16 0 414561632 11004186624 37083 33554432000 4194304 4196468 140731556117472 140262275723728 140263228552655 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31002624 140731556119563 140731556119666 140731556119666 140731556122575 0
[pid=28728/tid=28742] ppid=28725 vsize=10746276 memory=15 CPUtime=0 cores=1,3,5,7
/proc/28728/task/28742/stat : 28742 (java) S 28725 28728 27612 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414561632 11004186624 37083 33554432000 4194304 4196468 140731556117472 140262274673376 140263247152853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31002624 140731556119563 140731556119666 140731556119666 140731556122575 0
[pid=28728/tid=28743] ppid=28725 vsize=10746276 memory=18 CPUtime=0 cores=1,3,5,7
/proc/28728/task/28743/stat : 28743 (java) S 28725 28728 27612 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414561632 11004186624 37083 33554432000 4194304 4196468 140731556117472 140262273620656 140263247153794 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31002624 140731556119563 140731556119666 140731556119666 140731556122575 0
[pid=28728/tid=28744] ppid=28725 vsize=10746276 memory=303430223234596890 CPUtime=0.21 cores=1,3,5,7
/proc/28728/task/28744/stat : 28744 (java) R 28725 28728 27612 0 -1 4202560 1148 0 0 0 21 0 0 0 20 0 16 0 414561813 11004186624 37083 33554432000 4194304 4196468 140731556117472 140262256959296 140263247164573 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31002624 140731556119563 140731556119666 140731556119666 140731556122575 0
Current children cumulated CPU time: 3.23 s
Current children cumulated vsize: 10746276 KiB
Current children cumulated memory: 148332 KiB

Child status: 0
Real time (s): 2.17408
CPU time (s): 3.36104
CPU user time (s): 3.24064
CPU system time (s): 0.120398
CPU usage (%): 154.596
Max. virtual memory (cumulated for all children) (KiB): 10746276
Max. memory (cumulated for all children) (KiB): 148332

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.24064
system time used= 0.120398
maximum resident set size= 149996
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22731
page faults= 0
swaps= 0
block input operations= 0
block output operations= 72
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2089
involuntary context switches= 9


# summary of solver processes directly reported to runsolver:
#   pid: 28728
#   total CPU time (s): 3.36104
#   total CPU user time (s): 3.24064
#   total CPU system time (s): 0.120398

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.041683 second user time and 0.061298 second system time

The end

Launcher Data

Begin job on node148 at 2019-09-13 16:12:44
IDJOB=4390550
IDBENCH=134597
IDSOLVER=2832
FILE ID=node148/4390550-1568384000
RUNJOBID= node148-1568380480-27644
PBS_JOBID= 21701823
Free space on /tmp= 58788 MiB

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

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

MD5SUM BENCH= 5aa02d8e33e0310131c8602cbce67fff
RANDOM SEED=1036207431

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:        31655588 kB
MemAvailable:   31737056 kB
Buffers:           23468 kB
Cached:           353404 kB
SwapCached:         3852 kB
Active:           398668 kB
Inactive:         159960 kB
Active(anon):     178892 kB
Inactive(anon):    43804 kB
Active(file):     219776 kB
Inactive(file):   116156 kB
Unevictable:      108944 kB
Mlocked:          108944 kB
SwapTotal:      67108860 kB
SwapFree:       67004192 kB
Dirty:              8856 kB
Writeback:             0 kB
AnonPages:        321772 kB
Mapped:            56196 kB
Shmem:             32312 kB
Slab:             151172 kB
SReclaimable:     122744 kB
SUnreclaim:        28428 kB
KernelStack:        4016 kB
PageTables:         6304 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1152180 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    247808 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= 58780 MiB
End job on node148 at 2019-09-13 16:12:46