Trace number 4390514

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.79343 2.26727

DiagnosticValue
WRONG_DECISIONS20

General information on the benchmark

NameCrossword/
Crossword-m1c-ogd-vg/Crossword-m1c-ogd-vg-16-16.xml
MD5SUM4f70966c99dd40579db6abd1a80acf5b
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.088318
Satisfiable
(Un)Satisfiability was proved
Number of variables256
Number of constraints32
Number of domains1
Minimum domain size26
Maximum domain size26
Distribution of domain sizes[{"size":26,"count":256}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":256}]
Minimum constraint arity16
Maximum constraint arity16
Distribution of constraint arities[{"arity":16,"count":32}]
Number of extensional constraints32
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":32}]
Optimization problemNO
Type of objective

Solver Data

2.43/1.87	
2.43/1.87	AbsCon 2 
2.43/1.88	
2.97/2.05	  Instance
2.97/2.05	    name=instance-4390514-1568386446, framework=CSP
2.97/2.05	
2.97/2.05	  Loading variables...
3.32/2.11	  Loading constraints...
3.32/2.17	
3.32/2.17	  Domains
3.32/2.17	    nTypes=1, nValues=6656, sizes=[26#256]
3.32/2.17	  Variables
3.32/2.17	    count=256, degrees=[2#256]
3.32/2.17	  Constraints
3.32/2.17	    count=32, nSpecific=32, arities=[16#32]
3.32/2.17	    distribution=[CtrExtensionCT-Table#32]
3.32/2.17	    tables=[2341#32], nTotalTuples=74912
3.32/2.17	    nExtStructures=(1,shared:31)
3.32/2.17	    wck=0.33, cpu=2.138, mem=31M994
3.32/2.18	  Solver SolverBacktrack being built...
3.32/2.18	
3.62/2.20	
3.62/2.20	  Solver
3.62/2.20	    guaranteedGAC=true
3.62/2.20	    wck=0.365, cpu=2.171, mem=45M279
3.62/2.22	
3.62/2.22	  Preprocessing
3.62/2.22	    filters=122, nACremovedValues=1311, nTotalRemovedValues=1311, inconcistency=false
3.62/2.22	    wck=0.017, cpu=2.19, mem=45M279
3.62/2.22	
3.62/2.24	    num=0, depth=0..0, filters=412, wck=0.034, mem=45M279
3.62/2.24	    decisions=20, wrong=10, backtracks=0, failedAssignments=10
3.62/2.24	    nFilterCalls=636, avgTableProportion=0.999572832123022, avgTableSize=2340.0
3.62/2.24	    
3.62/2.25	    num=1, depth=0..0, filters=704, wck=0.043, mem=45M279
3.62/2.25	    decisions=38, wrong=20, backtracks=1, failedAssignments=19
3.62/2.25	    nFilterCalls=1010, avgTableProportion=0.9995728321230218, avgTableSize=2340.0
3.62/2.25	    
3.62/2.25	  Global
3.62/2.25	    filters=704
3.62/2.25	    Stop=FULL_EXPLORATION, wrong=20, wck=0.409, cpu=2.215, mem=45M279
3.62/2.25	
3.62/2.25	s UNSATISFIABLE
3.62/2.25	
3.62/2.25	d WRONG_DECISIONS 20

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4390514-1568386446/watcher-4390514-1568386446 -o /tmp/evaluation-result-4390514-1568386446/solver-4390514-1568386446 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node147-1568380472-32116 --watchdog 2580 java -cp AbsCon19-06.jar AbsCon HOME/instance-4390514-1568386446.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=2718, runsolver pid=2715

[startup+0.10084 s]*
/proc/loadavg: 2.00 1.55 1.52 4/228 2733
/proc/meminfo: memFree=26412212/32770624 swapFree=66957012/67108860
[pid=2718] ppid=2715 vsize=10659884 memory=28988 CPUtime=0.14 cores=1,3,5,7
/proc/2718/stat : 2718 (java) S 2715 2718 32084 0 -1 1077944320 5856 0 0 0 13 1 0 0 20 0 15 0 414558489 10915721216 7247 33554432000 4194304 4196468 140726424939648 140726424922192 140577154768631 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 8691712 140726424945675 140726424945778 140726424945778 140726424948687 0
/proc/2718/statm: 2664971 7247 2894 1 0 2627468 0
[pid=2718/tid=2720] ppid=2715 vsize=10659884 memory=-8171376296011865461 CPUtime=0.09 cores=1,3,5,7
/proc/2718/task/2720/stat : 2720 (java) R 2715 2718 32084 0 -1 4202560 3212 0 0 0 9 0 0 0 20 0 15 0 414558489 10915721216 7445 33554432000 4194304 4196468 140726424939648 140577158991184 140577154789978 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8691712 140726424945675 140726424945778 140726424945778 140726424948687 0
[pid=2718/tid=2721] ppid=2715 vsize=10659884 memory=7948963741541478447 CPUtime=0 cores=1,3,5,7
/proc/2718/task/2721/stat : 2721 (java) S 2715 2718 32084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414558490 10915721216 7445 33554432000 4194304 4196468 140726424939648 140577107388816 140577154778837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8691712 140726424945675 140726424945778 140726424945778 140726424948687 0
[pid=2718/tid=2722] ppid=2715 vsize=10659884 memory=139932071863936 CPUtime=0 cores=1,3,5,7
/proc/2718/task/2722/stat : 2722 (java) S 2715 2718 32084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414558490 10915721216 7445 33554432000 4194304 4196468 140726424939648 140577106336016 140577154778837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8691712 140726424945675 140726424945778 140726424945778 140726424948687 0
[pid=2718/tid=2723] ppid=2715 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2718/task/2723/stat : 2723 (java) S 2715 2718 32084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414558490 10915721216 7445 33554432000 4194304 4196468 140726424939648 140577105283728 140577154778837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8691712 140726424945675 140726424945778 140726424945778 140726424948687 0
[pid=2718/tid=2724] ppid=2715 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2718/task/2724/stat : 2724 (java) S 2715 2718 32084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414558490 10915721216 7445 33554432000 4194304 4196468 140726424939648 140577104230928 140577154778837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8691712 140726424945675 140726424945778 140726424945778 140726424948687 0
[pid=2718/tid=2725] ppid=2715 vsize=10659884 memory=139932071863936 CPUtime=0 cores=1,3,5,7
/proc/2718/task/2725/stat : 2725 (java) S 2715 2718 32084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414558491 10915721216 7445 33554432000 4194304 4196468 140726424939648 140576713800304 140577154779778 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8691712 140726424945675 140726424945778 140726424945778 140726424948687 0
[pid=2718/tid=2726] ppid=2715 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2718/task/2726/stat : 2726 (java) S 2715 2718 32084 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 414558491 10915721216 7445 33554432000 4194304 4196468 140726424939648 140576712746272 140577154778837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8691712 140726424945675 140726424945778 140726424945778 140726424948687 0
[pid=2718/tid=2727] ppid=2715 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2718/task/2727/stat : 2727 (java) S 2715 2718 32084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 414558492 10915721216 7445 33554432000 4194304 4196468 140726424939648 140576711693936 140577154778837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8691712 140726424945675 140726424945778 140726424945778 140726424948687 0
[pid=2718/tid=2728] ppid=2715 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2718/task/2728/stat : 2728 (java) S 2715 2718 32084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414558494 10915721216 7445 33554432000 4194304 4196468 140726424939648 140576710642256 140577154787227 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8691712 140726424945675 140726424945778 140726424945778 140726424948687 0
[pid=2718/tid=2729] ppid=2715 vsize=10659884 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/2718/task/2729/stat : 2729 (java) R 2715 2718 32084 0 -1 4202560 485 0 0 0 1 0 0 0 20 0 15 0 414558494 10915721216 7445 33554432000 4194304 4196468 140726424939648 140576709589400 140577138217680 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8691712 140726424945675 140726424945778 140726424945778 140726424948687 0
[pid=2718/tid=2730] ppid=2715 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2718/task/2730/stat : 2730 (java) R 2715 2718 32084 0 -1 1077944384 233 0 0 0 0 0 0 0 20 0 15 0 414558494 10915721216 7445 33554432000 4194304 4196468 140726424939648 140576708536304 140577154779778 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8691712 140726424945675 140726424945778 140726424945778 140726424948687 0
[pid=2718/tid=2731] ppid=2715 vsize=10659884 memory=139932071863936 CPUtime=0.02 cores=1,3,5,7
/proc/2718/task/2731/stat : 2731 (java) R 2715 2718 32084 0 -1 4202560 600 0 0 0 2 0 0 0 20 0 15 0 414558494 10915721216 7445 33554432000 4194304 4196468 140726424939648 140576707479696 140577138849118 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8691712 140726424945675 140726424945778 140726424945778 140726424948687 0
[pid=2718/tid=2732] ppid=2715 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2718/task/2732/stat : 2732 (java) S 2715 2718 32084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414558494 10915721216 7445 33554432000 4194304 4196468 140726424939648 140576706431456 140577154778837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8691712 140726424945675 140726424945778 140726424945778 140726424948687 0
[pid=2718/tid=2733] ppid=2715 vsize=10659884 memory=139932071863936 CPUtime=0 cores=1,3,5,7
/proc/2718/task/2733/stat : 2733 (java) S 2715 2718 32084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414558494 10915721216 7445 33554432000 4194304 4196468 140726424939648 140576705379248 140577154779778 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8691712 140726424945675 140726424945778 140726424945778 140726424948687 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 10659884 KiB
Current children cumulated memory: 28988 KiB

[startup+0.211358 s]*
/proc/loadavg: 2.00 1.55 1.52 3/228 2733
/proc/meminfo: memFree=26401208/32770624 swapFree=66957012/67108860
[pid=2718] ppid=2715 vsize=10659884 memory=36880 CPUtime=0.33 cores=1,3,5,7
/proc/2718/stat : 2718 (java) S 2715 2718 32084 0 -1 1077944320 9025 0 0 0 31 2 0 0 20 0 15 0 414558489 10915721216 9220 33554432000 4194304 4196468 140726424939648 140726424922192 140577154768631 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 8691712 140726424945675 140726424945778 140726424945778 140726424948687 0
/proc/2718/statm: 2664971 9220 2977 1 0 2627468 0
[pid=2718/tid=2720] ppid=2715 vsize=10659884 memory=8389772277269004345 CPUtime=0.19 cores=1,3,5,7
/proc/2718/task/2720/stat : 2720 (java) R 2715 2718 32084 0 -1 4202560 6069 0 0 0 18 1 0 0 20 0 15 0 414558489 10915721216 9220 33554432000 4194304 4196468 140726424939648 140577159000720 140577154790557 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8691712 140726424945675 140726424945778 140726424945778 140726424948687 0
[pid=2718/tid=2721] ppid=2715 vsize=10659884 memory=4294967635 CPUtime=0 cores=1,3,5,7
/proc/2718/task/2721/stat : 2721 (java) S 2715 2718 32084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414558490 10915721216 9220 33554432000 4194304 4196468 140726424939648 140577107388816 140577154778837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8691712 140726424945675 140726424945778 140726424945778 140726424948687 0
[pid=2718/tid=2722] ppid=2715 vsize=10659884 memory=139932074623144 CPUtime=0 cores=1,3,5,7
/proc/2718/task/2722/stat : 2722 (java) S 2715 2718 32084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414558490 10915721216 9220 33554432000 4194304 4196468 140726424939648 140577106336016 140577154778837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8691712 140726424945675 140726424945778 140726424945778 140726424948687 0
[pid=2718/tid=2723] ppid=2715 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2718/task/2723/stat : 2723 (java) S 2715 2718 32084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414558490 10915721216 9220 33554432000 4194304 4196468 140726424939648 140577105283728 140577154778837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8691712 140726424945675 140726424945778 140726424945778 140726424948687 0
[pid=2718/tid=2724] ppid=2715 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2718/task/2724/stat : 2724 (java) S 2715 2718 32084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414558490 10915721216 9220 33554432000 4194304 4196468 140726424939648 140577104230928 140577154778837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8691712 140726424945675 140726424945778 140726424945778 140726424948687 0
[pid=2718/tid=2725] ppid=2715 vsize=10659884 memory=139932071863936 CPUtime=0 cores=1,3,5,7
/proc/2718/task/2725/stat : 2725 (java) S 2715 2718 32084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414558491 10915721216 9220 33554432000 4194304 4196468 140726424939648 140576713800304 140577154779778 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8691712 140726424945675 140726424945778 140726424945778 140726424948687 0
[pid=2718/tid=2726] ppid=2715 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2718/task/2726/stat : 2726 (java) S 2715 2718 32084 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 414558491 10915721216 9220 33554432000 4194304 4196468 140726424939648 140576712746272 140577154778837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8691712 140726424945675 140726424945778 140726424945778 140726424948687 0
[pid=2718/tid=2727] ppid=2715 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2718/task/2727/stat : 2727 (java) S 2715 2718 32084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 414558492 10915721216 9220 33554432000 4194304 4196468 140726424939648 140576711693936 140577154778837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8691712 140726424945675 140726424945778 140726424945778 140726424948687 0
[pid=2718/tid=2728] ppid=2715 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2718/task/2728/stat : 2728 (java) S 2715 2718 32084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414558494 10915721216 9220 33554432000 4194304 4196468 140726424939648 140576710642256 140577154787227 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8691712 140726424945675 140726424945778 140726424945778 140726424948687 0
[pid=2718/tid=2729] ppid=2715 vsize=10659884 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/2718/task/2729/stat : 2729 (java) S 2715 2718 32084 0 -1 1077944384 636 0 0 0 3 0 0 0 20 0 15 0 414558494 10915721216 9220 33554432000 4194304 4196468 140726424939648 140576709589104 140577154779778 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8691712 140726424945675 140726424945778 140726424945778 140726424948687 0
[pid=2718/tid=2730] ppid=2715 vsize=10659884 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/2718/task/2730/stat : 2730 (java) S 2715 2718 32084 0 -1 1077944384 326 0 0 0 2 0 0 0 20 0 15 0 414558494 10915721216 9220 33554432000 4194304 4196468 140726424939648 140576708536304 140577154779778 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8691712 140726424945675 140726424945778 140726424945778 140726424948687 0
[pid=2718/tid=2731] ppid=2715 vsize=10659884 memory=139932071863936 CPUtime=0.05 cores=1,3,5,7
/proc/2718/task/2731/stat : 2731 (java) S 2715 2718 32084 0 -1 1077944384 633 0 0 0 5 0 0 0 20 0 15 0 414558494 10915721216 9220 33554432000 4194304 4196468 140726424939648 140576707484016 140577154779778 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8691712 140726424945675 140726424945778 140726424945778 140726424948687 0
[pid=2718/tid=2732] ppid=2715 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2718/task/2732/stat : 2732 (java) S 2715 2718 32084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414558494 10915721216 9220 33554432000 4194304 4196468 140726424939648 140576706431456 140577154778837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8691712 140726424945675 140726424945778 140726424945778 140726424948687 0
[pid=2718/tid=2733] ppid=2715 vsize=10659884 memory=139932071863936 CPUtime=0 cores=1,3,5,7
/proc/2718/task/2733/stat : 2733 (java) S 2715 2718 32084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414558494 10915721216 9220 33554432000 4194304 4196468 140726424939648 140576705379248 140577154779778 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8691712 140726424945675 140726424945778 140726424945778 140726424948687 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659884 KiB
Current children cumulated memory: 36880 KiB

[startup+0.310112 s]*
/proc/loadavg: 2.00 1.55 1.52 3/228 2733
/proc/meminfo: memFree=26399396/32770624 swapFree=66957012/67108860
[pid=2718] ppid=2715 vsize=10659884 memory=40212 CPUtime=0.47 cores=1,3,5,7
/proc/2718/stat : 2718 (java) S 2715 2718 32084 0 -1 1077944320 9240 0 0 0 44 3 0 0 20 0 15 0 414558489 10915721216 10053 33554432000 4194304 4196468 140726424939648 140726424922192 140577154768631 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 8691712 140726424945675 140726424945778 140726424945778 140726424948687 0
/proc/2718/statm: 2664971 10053 3023 1 0 2627468 0
[pid=2718/tid=2720] ppid=2715 vsize=10659884 memory=6935652554413002832 CPUtime=0.3 cores=1,3,5,7
/proc/2718/task/2720/stat : 2720 (java) R 2715 2718 32084 0 -1 4202560 6216 0 0 0 28 2 0 0 20 0 15 0 414558489 10915721216 10053 33554432000 4194304 4196468 140726424939648 140577159001040 140577138849118 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8691712 140726424945675 140726424945778 140726424945778 140726424948687 0
[pid=2718/tid=2721] ppid=2715 vsize=10659884 memory=4294967295 CPUtime=0 cores=1,3,5,7
/proc/2718/task/2721/stat : 2721 (java) S 2715 2718 32084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414558490 10915721216 10053 33554432000 4194304 4196468 140726424939648 140577107388816 140577154778837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8691712 140726424945675 140726424945778 140726424945778 140726424948687 0
[pid=2718/tid=2722] ppid=2715 vsize=10659884 memory=139932071863936 CPUtime=0 cores=1,3,5,7
/proc/2718/task/2722/stat : 2722 (java) S 2715 2718 32084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414558490 10915721216 10053 33554432000 4194304 4196468 140726424939648 140577106336016 140577154778837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8691712 140726424945675 140726424945778 140726424945778 140726424948687 0
[pid=2718/tid=2723] ppid=2715 vsize=10659884 memory=279863827303328 CPUtime=0 cores=1,3,5,7
/proc/2718/task/2723/stat : 2723 (java) S 2715 2718 32084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414558490 10915721216 10053 33554432000 4194304 4196468 140726424939648 140577105283728 140577154778837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8691712 140726424945675 140726424945778 140726424945778 140726424948687 0
[pid=2718/tid=2724] ppid=2715 vsize=10659884 memory=67 CPUtime=0 cores=1,3,5,7
/proc/2718/task/2724/stat : 2724 (java) S 2715 2718 32084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414558490 10915721216 10053 33554432000 4194304 4196468 140726424939648 140577104230928 140577154778837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8691712 140726424945675 140726424945778 140726424945778 140726424948687 0
[pid=2718/tid=2725] ppid=2715 vsize=10659884 memory=279863985517904 CPUtime=0 cores=1,3,5,7
/proc/2718/task/2725/stat : 2725 (java) S 2715 2718 32084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414558491 10915721216 10053 33554432000 4194304 4196468 140726424939648 140576713800304 140577154779778 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8691712 140726424945675 140726424945778 140726424945778 140726424948687 0
[pid=2718/tid=2726] ppid=2715 vsize=10659884 memory=67 CPUtime=0 cores=1,3,5,7
/proc/2718/task/2726/stat : 2726 (java) S 2715 2718 32084 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 414558491 10915721216 10053 33554432000 4194304 4196468 140726424939648 140576712746272 140577154778837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8691712 140726424945675 140726424945778 140726424945778 140726424948687 0
[pid=2718/tid=2727] ppid=2715 vsize=10659884 memory=64996 CPUtime=0 cores=1,3,5,7
/proc/2718/task/2727/stat : 2727 (java) S 2715 2718 32084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 414558492 10915721216 10053 33554432000 4194304 4196468 140726424939648 140576711693936 140577154778837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8691712 140726424945675 140726424945778 140726424945778 140726424948687 0
[pid=2718/tid=2728] ppid=2715 vsize=10659884 memory=67300 CPUtime=0 cores=1,3,5,7
/proc/2718/task/2728/stat : 2728 (java) S 2715 2718 32084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414558494 10915721216 10053 33554432000 4194304 4196468 140726424939648 140576710642256 140577154787227 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8691712 140726424945675 140726424945778 140726424945778 140726424948687 0
[pid=2718/tid=2729] ppid=2715 vsize=10659884 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/2718/task/2729/stat : 2729 (java) S 2715 2718 32084 0 -1 1077944384 677 0 0 0 5 0 0 0 20 0 15 0 414558494 10915721216 10053 33554432000 4194304 4196468 140726424939648 140576709589104 140577154779778 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8691712 140726424945675 140726424945778 140726424945778 140726424948687 0
[pid=2718/tid=2730] ppid=2715 vsize=10659884 memory=139931913665551 CPUtime=0.03 cores=1,3,5,7
/proc/2718/task/2730/stat : 2730 (java) S 2715 2718 32084 0 -1 1077944384 334 0 0 0 3 0 0 0 20 0 15 0 414558494 10915721216 10053 33554432000 4194304 4196468 140726424939648 140576708536304 140577154779778 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8691712 140726424945675 140726424945778 140726424945778 140726424948687 0
[pid=2718/tid=2731] ppid=2715 vsize=10659884 memory=279863985538656 CPUtime=0.08 cores=1,3,5,7
/proc/2718/task/2731/stat : 2731 (java) R 2715 2718 32084 0 -1 4202560 671 0 0 0 8 0 0 0 20 0 15 0 414558494 10915721216 10053 33554432000 4194304 4196468 140726424939648 140576707484016 140577154789978 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8691712 140726424945675 140726424945778 140726424945778 140726424948687 0
[pid=2718/tid=2732] ppid=2715 vsize=10659884 memory=139931913670159 CPUtime=0 cores=1,3,5,7
/proc/2718/task/2732/stat : 2732 (java) S 2715 2718 32084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414558494 10915721216 10053 33554432000 4194304 4196468 140726424939648 140576706431456 140577154778837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8691712 140726424945675 140726424945778 140726424945778 140726424948687 0
[pid=2718/tid=2733] ppid=2715 vsize=10659884 memory=139932071863949 CPUtime=0 cores=1,3,5,7
/proc/2718/task/2733/stat : 2733 (java) S 2715 2718 32084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414558494 10915721216 10053 33554432000 4194304 4196468 140726424939648 140576705379248 140577154779778 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8691712 140726424945675 140726424945778 140726424945778 140726424948687 0
Current children cumulated CPU time: 0.47 s
Current children cumulated vsize: 10659884 KiB
Current children cumulated memory: 40212 KiB

[startup+0.701359 s]
/proc/loadavg: 2.00 1.55 1.52 3/228 2733
/proc/meminfo: memFree=26388012/32770624 swapFree=66957012/67108860
[pid=2718] ppid=2715 vsize=10661932 memory=63620 CPUtime=1.11 cores=1,3,5,7
/proc/2718/stat : 2718 (java) S 2715 2718 32084 0 -1 1077944320 12926 0 0 0 106 5 0 0 20 0 15 0 414558489 10917818368 15905 33554432000 4194304 4196468 140726424939648 140726424922192 140577154768631 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 8691712 140726424945675 140726424945778 140726424945778 140726424948687 0
/proc/2718/statm: 2665483 15905 3071 1 0 2627980 0
[pid=2718/tid=2720] ppid=2715 vsize=10661932 memory=732 CPUtime=0.68 cores=1,3,5,7
/proc/2718/task/2720/stat : 2720 (java) R 2715 2718 32084 0 -1 4202560 8768 0 0 0 64 4 0 0 20 0 15 0 414558489 10917818368 15905 33554432000 4194304 4196468 140726424939648 140577158991568 140577138849118 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8691712 140726424945675 140726424945778 140726424945778 140726424948687 0
[pid=2718/tid=2721] ppid=2715 vsize=10661932 memory=776 CPUtime=0 cores=1,3,5,7
/proc/2718/task/2721/stat : 2721 (java) S 2715 2718 32084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414558490 10917818368 15905 33554432000 4194304 4196468 140726424939648 140577107388816 140577154778837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8691712 140726424945675 140726424945778 140726424945778 140726424948687 0
[pid=2718/tid=2722] ppid=2715 vsize=10661932 memory=1560 CPUtime=0 cores=1,3,5,7
/proc/2718/task/2722/stat : 2722 (java) S 2715 2718 32084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414558490 10917818368 15905 33554432000 4194304 4196468 140726424939648 140577106336016 140577154778837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8691712 140726424945675 140726424945778 140726424945778 140726424948687 0
[pid=2718/tid=2723] ppid=2715 vsize=10661932 memory=4008 CPUtime=0 cores=1,3,5,7
/proc/2718/task/2723/stat : 2723 (java) S 2715 2718 32084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414558490 10917818368 15905 33554432000 4194304 4196468 140726424939648 140577105283728 140577154778837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8691712 140726424945675 140726424945778 140726424945778 140726424948687 0
[pid=2718/tid=2724] ppid=2715 vsize=10661932 memory=1096 CPUtime=0 cores=1,3,5,7
/proc/2718/task/2724/stat : 2724 (java) S 2715 2718 32084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414558490 10917818368 15905 33554432000 4194304 4196468 140726424939648 140577104230928 140577154778837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8691712 140726424945675 140726424945778 140726424945778 140726424948687 0
[pid=2718/tid=2725] ppid=2715 vsize=10661932 memory=2828 CPUtime=0 cores=1,3,5,7
/proc/2718/task/2725/stat : 2725 (java) S 2715 2718 32084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414558491 10917818368 15905 33554432000 4194304 4196468 140726424939648 140576713800304 140577154779778 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8691712 140726424945675 140726424945778 140726424945778 140726424948687 0
[pid=2718/tid=2726] ppid=2715 vsize=10661932 memory=1164 CPUtime=0 cores=1,3,5,7
/proc/2718/task/2726/stat : 2726 (java) S 2715 2718 32084 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 414558491 10917818368 15905 33554432000 4194304 4196468 140726424939648 140576712746272 140577154778837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8691712 140726424945675 140726424945778 140726424945778 140726424948687 0
[pid=2718/tid=2727] ppid=2715 vsize=10661932 memory=14008 CPUtime=0 cores=1,3,5,7
/proc/2718/task/2727/stat : 2727 (java) S 2715 2718 32084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 414558492 10917818368 15905 33554432000 4194304 4196468 140726424939648 140576711693936 140577154778837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8691712 140726424945675 140726424945778 140726424945778 140726424948687 0
[pid=2718/tid=2728] ppid=2715 vsize=10661932 memory=12040 CPUtime=0 cores=1,3,5,7
/proc/2718/task/2728/stat : 2728 (java) S 2715 2718 32084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414558494 10917818368 15905 33554432000 4194304 4196468 140726424939648 140576710642256 140577154787227 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8691712 140726424945675 140726424945778 140726424945778 140726424948687 0
[pid=2718/tid=2729] ppid=2715 vsize=10661932 memory=2124 CPUtime=0.13 cores=1,3,5,7
/proc/2718/task/2729/stat : 2729 (java) R 2715 2718 32084 0 -1 4202560 940 0 0 0 13 0 0 0 20 0 15 0 414558494 10917818368 15905 33554432000 4194304 4196468 140726424939648 140576709575648 140577139883881 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 8691712 140726424945675 140726424945778 140726424945778 140726424948687 0
[pid=2718/tid=2730] ppid=2715 vsize=10661932 memory=21252 CPUtime=0.09 cores=1,3,5,7
/proc/2718/task/2730/stat : 2730 (java) S 2715 2718 32084 0 -1 1077944384 695 0 0 0 9 0 0 0 20 0 15 0 414558494 10917818368 15905 33554432000 4194304 4196468 140726424939648 140576708536304 140577154779778 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8691712 140726424945675 140726424945778 140726424945778 140726424948687 0
[pid=2718/tid=2731] ppid=2715 vsize=10661932 memory=492 CPUtime=0.18 cores=1,3,5,7
/proc/2718/task/2731/stat : 2731 (java) S 2715 2718 32084 0 -1 1077944384 1163 0 0 0 18 0 0 0 20 0 15 0 414558494 10917818368 15905 33554432000 4194304 4196468 140726424939648 140576707484016 140577154779778 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8691712 140726424945675 140726424945778 140726424945778 140726424948687 0
[pid=2718/tid=2732] ppid=2715 vsize=10661932 memory=1560 CPUtime=0 cores=1,3,5,7
/proc/2718/task/2732/stat : 2732 (java) S 2715 2718 32084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414558494 10917818368 15905 33554432000 4194304 4196468 140726424939648 140576706431456 140577154778837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8691712 140726424945675 140726424945778 140726424945778 140726424948687 0
[pid=2718/tid=2733] ppid=2715 vsize=10661932 memory=3512 CPUtime=0 cores=1,3,5,7
/proc/2718/task/2733/stat : 2733 (java) S 2715 2718 32084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414558494 10917818368 15905 33554432000 4194304 4196468 140726424939648 140576705379248 140577154779778 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8691712 140726424945675 140726424945778 140726424945778 140726424948687 0
Current children cumulated CPU time: 1.11 s
Current children cumulated vsize: 10661932 KiB
Current children cumulated memory: 63620 KiB

[startup+1.5007 s]
/proc/loadavg: 2.00 1.55 1.52 3/228 2733
/proc/meminfo: memFree=26371852/32770624 swapFree=66957012/67108860
[pid=2718] ppid=2715 vsize=10663980 memory=75496 CPUtime=2 cores=1,3,5,7
/proc/2718/stat : 2718 (java) S 2715 2718 32084 0 -1 1077944320 18561 0 0 0 194 6 0 0 20 0 15 0 414558489 10919915520 18874 33554432000 4194304 4196468 140726424939648 140726424922192 140577154768631 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 8691712 140726424945675 140726424945778 140726424945778 140726424948687 0
/proc/2718/statm: 2665995 18874 3090 1 0 2628492 0
[pid=2718/tid=2720] ppid=2715 vsize=10663980 memory=0 CPUtime=1.48 cores=1,3,5,7
/proc/2718/task/2720/stat : 2720 (java) R 2715 2718 32084 0 -1 4202560 13044 0 0 0 143 5 0 0 20 0 15 0 414558489 10919915520 18874 33554432000 4194304 4196468 140726424939648 140577159000656 140577135044779 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8691712 140726424945675 140726424945778 140726424945778 140726424948687 0
[pid=2718/tid=2721] ppid=2715 vsize=10663980 memory=6943526294502006880 CPUtime=0 cores=1,3,5,7
/proc/2718/task/2721/stat : 2721 (java) S 2715 2718 32084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414558490 10919915520 18874 33554432000 4194304 4196468 140726424939648 140577107388816 140577154778837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8691712 140726424945675 140726424945778 140726424945778 140726424948687 0
[pid=2718/tid=2722] ppid=2715 vsize=10663980 memory=6944652177228980320 CPUtime=0 cores=1,3,5,7
/proc/2718/task/2722/stat : 2722 (java) S 2715 2718 32084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414558490 10919915520 18874 33554432000 4194304 4196468 140726424939648 140577106336016 140577154778837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8691712 140726424945675 140726424945778 140726424945778 140726424948687 0
[pid=2718/tid=2723] ppid=2715 vsize=10663980 memory=6944652177228980320 CPUtime=0 cores=1,3,5,7
/proc/2718/task/2723/stat : 2723 (java) S 2715 2718 32084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414558490 10919915520 18874 33554432000 4194304 4196468 140726424939648 140577105283728 140577154778837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8691712 140726424945675 140726424945778 140726424945778 140726424948687 0
[pid=2718/tid=2724] ppid=2715 vsize=10663980 memory=6944652177228980320 CPUtime=0 cores=1,3,5,7
/proc/2718/task/2724/stat : 2724 (java) S 2715 2718 32084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414558490 10919915520 18874 33554432000 4194304 4196468 140726424939648 140577104230928 140577154778837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8691712 140726424945675 140726424945778 140726424945778 140726424948687 0
[pid=2718/tid=2725] ppid=2715 vsize=10663980 memory=6656426216303648864 CPUtime=0 cores=1,3,5,7
/proc/2718/task/2725/stat : 2725 (java) S 2715 2718 32084 0 -1 1077944384 85 0 0 0 0 0 0 0 20 0 15 0 414558491 10919915520 18874 33554432000 4194304 4196468 140726424939648 140576713800304 140577154779778 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8691712 140726424945675 140726424945778 140726424945778 140726424948687 0
[pid=2718/tid=2726] ppid=2715 vsize=10663980 memory=6944652177228980320 CPUtime=0 cores=1,3,5,7
/proc/2718/task/2726/stat : 2726 (java) S 2715 2718 32084 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 414558491 10919915520 18874 33554432000 4194304 4196468 140726424939648 140576712746272 140577154778837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8691712 140726424945675 140726424945778 140726424945778 140726424948687 0
[pid=2718/tid=2727] ppid=2715 vsize=10663980 memory=6943526294502006880 CPUtime=0 cores=1,3,5,7
/proc/2718/task/2727/stat : 2727 (java) S 2715 2718 32084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 414558492 10919915520 18874 33554432000 4194304 4196468 140726424939648 140576711693936 140577154778837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8691712 140726424945675 140726424945778 140726424945778 140726424948687 0
[pid=2718/tid=2728] ppid=2715 vsize=10663980 memory=6944656592455359580 CPUtime=0 cores=1,3,5,7
/proc/2718/task/2728/stat : 2728 (java) S 2715 2718 32084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414558494 10919915520 18874 33554432000 4194304 4196468 140726424939648 140576710642256 140577154787227 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8691712 140726424945675 140726424945778 140726424945778 140726424948687 0
[pid=2718/tid=2729] ppid=2715 vsize=10663980 memory=6944652177228980320 CPUtime=0.19 cores=1,3,5,7
/proc/2718/task/2729/stat : 2729 (java) S 2715 2718 32084 0 -1 1077944384 1854 0 0 0 19 0 0 0 20 0 15 0 414558494 10919915520 18874 33554432000 4194304 4196468 140726424939648 140576709589104 140577154779778 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8691712 140726424945675 140726424945778 140726424945778 140726424948687 0
[pid=2718/tid=2730] ppid=2715 vsize=10663980 memory=6944656575208382560 CPUtime=0.12 cores=1,3,5,7
/proc/2718/task/2730/stat : 2730 (java) S 2715 2718 32084 0 -1 1077944384 1047 0 0 0 12 0 0 0 20 0 15 0 414558494 10919915520 18874 33554432000 4194304 4196468 140726424939648 140576708536304 140577154779778 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8691712 140726424945675 140726424945778 140726424945778 140726424948687 0
[pid=2718/tid=2731] ppid=2715 vsize=10663980 memory=0 CPUtime=0.19 cores=1,3,5,7
/proc/2718/task/2731/stat : 2731 (java) S 2715 2718 32084 0 -1 1077944384 1165 0 0 0 19 0 0 0 20 0 15 0 414558494 10919915520 18874 33554432000 4194304 4196468 140726424939648 140576707484016 140577154779778 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8691712 140726424945675 140726424945778 140726424945778 140726424948687 0
[pid=2718/tid=2732] ppid=2715 vsize=10663980 memory=15663745731716 CPUtime=0 cores=1,3,5,7
/proc/2718/task/2732/stat : 2732 (java) S 2715 2718 32084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414558494 10919915520 18874 33554432000 4194304 4196468 140726424939648 140576706431456 140577154778837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8691712 140726424945675 140726424945778 140726424945778 140726424948687 0
[pid=2718/tid=2733] ppid=2715 vsize=10663980 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2718/task/2733/stat : 2733 (java) S 2715 2718 32084 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 15 0 414558494 10919915520 18874 33554432000 4194304 4196468 140726424939648 140576705379248 140577154779778 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8691712 140726424945675 140726424945778 140726424945778 140726424948687 0
Current children cumulated CPU time: 2 s
Current children cumulated vsize: 10663980 KiB
Current children cumulated memory: 75496 KiB

[startup+2.26723 s]
# the end of solver process 2718 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=3.6765 s, system=0.116924 s

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

[startup+1.60082 s]
/proc/loadavg: 2.00 1.55 1.52 3/228 2733
/proc/meminfo: memFree=26371852/32770624 swapFree=66957012/67108860
[pid=2718] ppid=2715 vsize=10666028 memory=78668 CPUtime=2.11 cores=1,3,5,7
/proc/2718/stat : 2718 (java) S 2715 2718 32084 0 -1 1077944320 18993 0 0 0 205 6 0 0 20 0 15 0 414558489 10922012672 19667 33554432000 4194304 4196468 140726424939648 140726424922192 140577154768631 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 8691712 140726424945675 140726424945778 140726424945778 140726424948687 0
/proc/2718/statm: 2666507 19667 3090 1 0 2629004 0
[pid=2718/tid=2720] ppid=2715 vsize=10666028 memory=6944656592455359580 CPUtime=1.58 cores=1,3,5,7
/proc/2718/task/2720/stat : 2720 (java) R 2715 2718 32084 0 -1 4202560 13474 0 0 0 153 5 0 0 20 0 15 0 414558489 10922012672 19667 33554432000 4194304 4196468 140726424939648 140577159000656 140577154790557 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8691712 140726424945675 140726424945778 140726424945778 140726424948687 0
[pid=2718/tid=2721] ppid=2715 vsize=10666028 memory=6944656592455360604 CPUtime=0 cores=1,3,5,7
/proc/2718/task/2721/stat : 2721 (java) S 2715 2718 32084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414558490 10922012672 19667 33554432000 4194304 4196468 140726424939648 140577107388816 140577154778837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8691712 140726424945675 140726424945778 140726424945778 140726424948687 0
[pid=2718/tid=2722] ppid=2715 vsize=10666028 memory=6655300316396806240 CPUtime=0 cores=1,3,5,7
/proc/2718/task/2722/stat : 2722 (java) S 2715 2718 32084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414558490 10922012672 19667 33554432000 4194304 4196468 140726424939648 140577106336016 140577154778837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8691712 140726424945675 140726424945778 140726424945778 140726424948687 0
[pid=2718/tid=2723] ppid=2715 vsize=10666028 memory=6656426216303648864 CPUtime=0 cores=1,3,5,7
/proc/2718/task/2723/stat : 2723 (java) S 2715 2718 32084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414558490 10922012672 19667 33554432000 4194304 4196468 140726424939648 140577105283728 140577154778837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8691712 140726424945675 140726424945778 140726424945778 140726424948687 0
[pid=2718/tid=2724] ppid=2715 vsize=10666028 memory=6943526294502006880 CPUtime=0 cores=1,3,5,7
/proc/2718/task/2724/stat : 2724 (java) S 2715 2718 32084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414558490 10922012672 19667 33554432000 4194304 4196468 140726424939648 140577104230928 140577154778837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8691712 140726424945675 140726424945778 140726424945778 140726424948687 0
[pid=2718/tid=2725] ppid=2715 vsize=10666028 memory=6656426216303648864 CPUtime=0 cores=1,3,5,7
/proc/2718/task/2725/stat : 2725 (java) S 2715 2718 32084 0 -1 1077944384 85 0 0 0 0 0 0 0 20 0 15 0 414558491 10922012672 19667 33554432000 4194304 4196468 140726424939648 140576713800304 140577154779778 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8691712 140726424945675 140726424945778 140726424945778 140726424948687 0
[pid=2718/tid=2726] ppid=2715 vsize=10666028 memory=-3252517613198930781 CPUtime=0 cores=1,3,5,7
/proc/2718/task/2726/stat : 2726 (java) S 2715 2718 32084 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 414558491 10922012672 19667 33554432000 4194304 4196468 140726424939648 140576712746272 140577154778837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8691712 140726424945675 140726424945778 140726424945778 140726424948687 0
[pid=2718/tid=2727] ppid=2715 vsize=10666028 memory=6944656592455097440 CPUtime=0 cores=1,3,5,7
/proc/2718/task/2727/stat : 2727 (java) S 2715 2718 32084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 414558492 10922012672 19667 33554432000 4194304 4196468 140726424939648 140576711693936 140577154778837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8691712 140726424945675 140726424945778 140726424945778 140726424948687 0
[pid=2718/tid=2728] ppid=2715 vsize=10666028 memory=-7087961436404378774 CPUtime=0 cores=1,3,5,7
/proc/2718/task/2728/stat : 2728 (java) S 2715 2718 32084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414558494 10922012672 19667 33554432000 4194304 4196468 140726424939648 140576710642256 140577154787227 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8691712 140726424945675 140726424945778 140726424945778 140726424948687 0
[pid=2718/tid=2729] ppid=2715 vsize=10666028 memory=8305309928409948256 CPUtime=0.19 cores=1,3,5,7
/proc/2718/task/2729/stat : 2729 (java) S 2715 2718 32084 0 -1 1077944384 1854 0 0 0 19 0 0 0 20 0 15 0 414558494 10922012672 19667 33554432000 4194304 4196468 140726424939648 140576709589104 140577154779778 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8691712 140726424945675 140726424945778 140726424945778 140726424948687 0
[pid=2718/tid=2730] ppid=2715 vsize=10666028 memory=-3351064526135847021 CPUtime=0.13 cores=1,3,5,7
/proc/2718/task/2730/stat : 2730 (java) S 2715 2718 32084 0 -1 1077944384 1049 0 0 0 13 0 0 0 20 0 15 0 414558494 10922012672 19667 33554432000 4194304 4196468 140726424939648 140576708536304 140577154779778 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8691712 140726424945675 140726424945778 140726424945778 140726424948687 0
[pid=2718/tid=2731] ppid=2715 vsize=10666028 memory=13473 CPUtime=0.19 cores=1,3,5,7
/proc/2718/task/2731/stat : 2731 (java) S 2715 2718 32084 0 -1 1077944384 1165 0 0 0 19 0 0 0 20 0 15 0 414558494 10922012672 19667 33554432000 4194304 4196468 140726424939648 140576707484016 140577154779778 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8691712 140726424945675 140726424945778 140726424945778 140726424948687 0
[pid=2718/tid=2732] ppid=2715 vsize=10666028 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2718/task/2732/stat : 2732 (java) S 2715 2718 32084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414558494 10922012672 19667 33554432000 4194304 4196468 140726424939648 140576706431456 140577154778837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8691712 140726424945675 140726424945778 140726424945778 140726424948687 0
[pid=2718/tid=2733] ppid=2715 vsize=10666028 memory=1203 CPUtime=0 cores=1,3,5,7
/proc/2718/task/2733/stat : 2733 (java) S 2715 2718 32084 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 15 0 414558494 10922012672 19667 33554432000 4194304 4196468 140726424939648 140576705379248 140577154779778 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8691712 140726424945675 140726424945778 140726424945778 140726424948687 0
Current children cumulated CPU time: 2.11 s
Current children cumulated vsize: 10666028 KiB
Current children cumulated memory: 78668 KiB

[startup+2.00621 s]*
/proc/loadavg: 2.00 1.55 1.52 6/229 2734
/proc/meminfo: memFree=26294768/32770624 swapFree=66957012/67108860
[pid=2718] ppid=2715 vsize=10744136 memory=145784 CPUtime=2.97 cores=1,3,5,7
/proc/2718/stat : 2718 (java) S 2715 2718 32084 0 -1 1077944320 23521 0 0 0 287 10 0 0 20 0 16 0 414558489 11001995264 36446 33554432000 4194304 4196468 140726424939648 140726424922192 140577154768631 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 8691712 140726424945675 140726424945778 140726424945778 140726424948687 0
/proc/2718/statm: 2686034 36446 3301 1 0 2646705 0
[pid=2718/tid=2720] ppid=2715 vsize=10744136 memory=6935054825532540783 CPUtime=1.85 cores=1,3,5,7
/proc/2718/task/2720/stat : 2720 (java) S 2715 2718 32084 0 -1 1077944384 15274 0 0 0 179 6 0 0 20 0 16 0 414558489 11001995264 36446 33554432000 4194304 4196468 140726424939648 140577159011504 140577154778837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8691712 140726424945675 140726424945778 140726424945778 140726424948687 0
[pid=2718/tid=2721] ppid=2715 vsize=10744136 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2718/task/2721/stat : 2721 (java) S 2715 2718 32084 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 16 0 414558490 11001995264 36446 33554432000 4194304 4196468 140726424939648 140577107388816 140577154778837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8691712 140726424945675 140726424945778 140726424945778 140726424948687 0
[pid=2718/tid=2722] ppid=2715 vsize=10744136 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2718/task/2722/stat : 2722 (java) S 2715 2718 32084 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 414558490 11001995264 36446 33554432000 4194304 4196468 140726424939648 140577106336016 140577154778837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8691712 140726424945675 140726424945778 140726424945778 140726424948687 0
[pid=2718/tid=2723] ppid=2715 vsize=10744136 memory=7521983803258265459 CPUtime=0 cores=1,3,5,7
/proc/2718/task/2723/stat : 2723 (java) S 2715 2718 32084 0 -1 1077944384 127 0 0 0 0 0 0 0 20 0 16 0 414558490 11001995264 36446 33554432000 4194304 4196468 140726424939648 140577105283728 140577154778837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8691712 140726424945675 140726424945778 140726424945778 140726424948687 0
[pid=2718/tid=2724] ppid=2715 vsize=10744136 memory=7166468868810962039 CPUtime=0 cores=1,3,5,7
/proc/2718/task/2724/stat : 2724 (java) S 2715 2718 32084 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 16 0 414558490 11001995264 36446 33554432000 4194304 4196468 140726424939648 140577104230928 140577154778837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8691712 140726424945675 140726424945778 140726424945778 140726424948687 0
[pid=2718/tid=2725] ppid=2715 vsize=10744136 memory=7957839988813912758 CPUtime=0.01 cores=1,3,5,7
/proc/2718/task/2725/stat : 2725 (java) S 2715 2718 32084 0 -1 1077944384 1110 0 0 0 1 0 0 0 20 0 16 0 414558491 11001995264 36446 33554432000 4194304 4196468 140726424939648 140576713800304 140577154779778 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8691712 140726424945675 140726424945778 140726424945778 140726424948687 0
[pid=2718/tid=2726] ppid=2715 vsize=10744136 memory=8392585875757298272 CPUtime=0 cores=1,3,5,7
/proc/2718/task/2726/stat : 2726 (java) S 2715 2718 32084 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 16 0 414558491 11001995264 36446 33554432000 4194304 4196468 140726424939648 140576712746336 140577154778837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8691712 140726424945675 140726424945778 140726424945778 140726424948687 0
[pid=2718/tid=2727] ppid=2715 vsize=10744136 memory=-1624781813439352349 CPUtime=0 cores=1,3,5,7
/proc/2718/task/2727/stat : 2727 (java) S 2715 2718 32084 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 414558492 11001995264 36446 33554432000 4194304 4196468 140726424939648 140576711693952 140577154778837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8691712 140726424945675 140726424945778 140726424945778 140726424948687 0
[pid=2718/tid=2728] ppid=2715 vsize=10744136 memory=-6800859132029471843 CPUtime=0 cores=1,3,5,7
/proc/2718/task/2728/stat : 2728 (java) S 2715 2718 32084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414558494 11001995264 36446 33554432000 4194304 4196468 140726424939648 140576710642256 140577154787227 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8691712 140726424945675 140726424945778 140726424945778 140726424948687 0
[pid=2718/tid=2729] ppid=2715 vsize=10744136 memory=0 CPUtime=0.34 cores=1,3,5,7
/proc/2718/task/2729/stat : 2729 (java) R 2715 2718 32084 0 -1 4202560 1936 0 0 0 34 0 0 0 20 0 16 0 414558494 11001995264 36446 33554432000 4194304 4196468 140726424939648 140576709589104 140577133939652 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8691712 140726424945675 140726424945778 140726424945778 140726424948687 0
[pid=2718/tid=2730] ppid=2715 vsize=10744136 memory=2874342593164132 CPUtime=0.27 cores=1,3,5,7
/proc/2718/task/2730/stat : 2730 (java) R 2715 2718 32084 0 -1 1077944384 1303 0 0 0 27 0 0 0 20 0 16 0 414558494 11001995264 36446 33554432000 4194304 4196468 140726424939648 140576708526688 140577154778837 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8691712 140726424945675 140726424945778 140726424945778 140726424948687 0
[pid=2718/tid=2731] ppid=2715 vsize=10744136 memory=139932071866981 CPUtime=0.29 cores=1,3,5,7
/proc/2718/task/2731/stat : 2731 (java) R 2715 2718 32084 0 -1 4202560 1511 0 0 0 29 0 0 0 20 0 16 0 414558494 11001995264 36446 33554432000 4194304 4196468 140726424939648 140576707480952 140577147005758 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8691712 140726424945675 140726424945778 140726424945778 140726424948687 0
[pid=2718/tid=2732] ppid=2715 vsize=10744136 memory=3611944282756358192 CPUtime=0 cores=1,3,5,7
/proc/2718/task/2732/stat : 2732 (java) S 2715 2718 32084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414558494 11001995264 36446 33554432000 4194304 4196468 140726424939648 140576706431456 140577154778837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8691712 140726424945675 140726424945778 140726424945778 140726424948687 0
[pid=2718/tid=2733] ppid=2715 vsize=10744136 memory=3762951435091236792 CPUtime=0 cores=1,3,5,7
/proc/2718/task/2733/stat : 2733 (java) S 2715 2718 32084 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 16 0 414558494 11001995264 36446 33554432000 4194304 4196468 140726424939648 140576705379248 140577154779778 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8691712 140726424945675 140726424945778 140726424945778 140726424948687 0
[pid=2718/tid=2734] ppid=2715 vsize=10744136 memory=735550228873307495 CPUtime=0.11 cores=1,3,5,7
/proc/2718/task/2734/stat : 2734 (java) R 2715 2718 32084 0 -1 4202560 745 0 0 0 11 0 0 0 20 0 16 0 414558676 11001995264 36446 33554432000 4194304 4196468 140726424939648 140576621206128 140576783092174 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8691712 140726424945675 140726424945778 140726424945778 140726424948687 0
Current children cumulated CPU time: 2.97 s
Current children cumulated vsize: 10744136 KiB
Current children cumulated memory: 145784 KiB

[startup+2.20114 s]
/proc/loadavg: 2.00 1.55 1.52 6/229 2734
/proc/meminfo: memFree=26294768/32770624 swapFree=66957012/67108860
[pid=2718] ppid=2715 vsize=10746276 memory=151616 CPUtime=3.62 cores=1,3,5,7
/proc/2718/stat : 2718 (java) S 2715 2718 32084 0 -1 1077944320 25387 0 0 0 351 11 0 0 20 0 16 0 414558489 11004186624 37904 33554432000 4194304 4196468 140726424939648 140726424922192 140577154768631 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 8691712 140726424945675 140726424945778 140726424945778 140726424948687 0
/proc/2718/statm: 2686569 37904 3341 1 0 2646705 0
[pid=2718/tid=2720] ppid=2715 vsize=10746276 memory=16101459636792185 CPUtime=1.85 cores=1,3,5,7
/proc/2718/task/2720/stat : 2720 (java) S 2715 2718 32084 0 -1 1077944384 15274 0 0 0 179 6 0 0 20 0 16 0 414558489 11004186624 37904 33554432000 4194304 4196468 140726424939648 140577159011504 140577154778837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8691712 140726424945675 140726424945778 140726424945778 140726424948687 0
[pid=2718/tid=2721] ppid=2715 vsize=10746276 memory=7160831573589846685 CPUtime=0 cores=1,3,5,7
/proc/2718/task/2721/stat : 2721 (java) S 2715 2718 32084 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 16 0 414558490 11004186624 37904 33554432000 4194304 4196468 140726424939648 140577107388816 140577154778837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8691712 140726424945675 140726424945778 140726424945778 140726424948687 0
[pid=2718/tid=2722] ppid=2715 vsize=10746276 memory=7679373425970869011 CPUtime=0 cores=1,3,5,7
/proc/2718/task/2722/stat : 2722 (java) S 2715 2718 32084 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 414558490 11004186624 37904 33554432000 4194304 4196468 140726424939648 140577106336016 140577154778837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8691712 140726424945675 140726424945778 140726424945778 140726424948687 0
[pid=2718/tid=2723] ppid=2715 vsize=10746276 memory=-7161131788332309537 CPUtime=0 cores=1,3,5,7
/proc/2718/task/2723/stat : 2723 (java) S 2715 2718 32084 0 -1 1077944384 127 0 0 0 0 0 0 0 20 0 16 0 414558490 11004186624 37904 33554432000 4194304 4196468 140726424939648 140577105283728 140577154778837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8691712 140726424945675 140726424945778 140726424945778 140726424948687 0
[pid=2718/tid=2724] ppid=2715 vsize=10746276 memory=6944656592455360604 CPUtime=0 cores=1,3,5,7
/proc/2718/task/2724/stat : 2724 (java) S 2715 2718 32084 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 16 0 414558490 11004186624 37904 33554432000 4194304 4196468 140726424939648 140577104230928 140577154778837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8691712 140726424945675 140726424945778 140726424945778 140726424948687 0
[pid=2718/tid=2725] ppid=2715 vsize=10746276 memory=6944656592455359580 CPUtime=0.01 cores=1,3,5,7
/proc/2718/task/2725/stat : 2725 (java) S 2715 2718 32084 0 -1 1077944384 1110 0 0 0 1 0 0 0 20 0 16 0 414558491 11004186624 37904 33554432000 4194304 4196468 140726424939648 140576713800304 140577154779778 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8691712 140726424945675 140726424945778 140726424945778 140726424948687 0
[pid=2718/tid=2726] ppid=2715 vsize=10746276 memory=6655300316396806240 CPUtime=0 cores=1,3,5,7
/proc/2718/task/2726/stat : 2726 (java) S 2715 2718 32084 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 16 0 414558491 11004186624 37904 33554432000 4194304 4196468 140726424939648 140576712746336 140577154778837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8691712 140726424945675 140726424945778 140726424945778 140726424948687 0
[pid=2718/tid=2727] ppid=2715 vsize=10746276 memory=6656426216303648864 CPUtime=0 cores=1,3,5,7
/proc/2718/task/2727/stat : 2727 (java) S 2715 2718 32084 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 414558492 11004186624 37904 33554432000 4194304 4196468 140726424939648 140576711693952 140577154778837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8691712 140726424945675 140726424945778 140726424945778 140726424948687 0
[pid=2718/tid=2728] ppid=2715 vsize=10746276 memory=-4695052241013923951 CPUtime=0 cores=1,3,5,7
/proc/2718/task/2728/stat : 2728 (java) S 2715 2718 32084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414558494 11004186624 37904 33554432000 4194304 4196468 140726424939648 140576710642256 140577154787227 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8691712 140726424945675 140726424945778 140726424945778 140726424948687 0
[pid=2718/tid=2729] ppid=2715 vsize=10746276 memory=8693812570909430998 CPUtime=0.5 cores=1,3,5,7
/proc/2718/task/2729/stat : 2729 (java) R 2715 2718 32084 0 -1 4202560 2255 0 0 0 50 0 0 0 20 0 16 0 414558494 11004186624 37904 33554432000 4194304 4196468 140726424939648 140576709577456 140577134014479 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8691712 140726424945675 140726424945778 140726424945778 140726424948687 0
[pid=2718/tid=2730] ppid=2715 vsize=10746276 memory=0 CPUtime=0.42 cores=1,3,5,7
/proc/2718/task/2730/stat : 2730 (java) R 2715 2718 32084 0 -1 4202560 1403 0 0 0 42 0 0 0 20 0 16 0 414558494 11004186624 37904 33554432000 4194304 4196468 140726424939648 140576708527952 140577135224384 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8691712 140726424945675 140726424945778 140726424945778 140726424948687 0
[pid=2718/tid=2731] ppid=2715 vsize=10746276 memory=0 CPUtime=0.43 cores=1,3,5,7
/proc/2718/task/2731/stat : 2731 (java) S 2715 2718 32084 0 -1 1077944384 2052 0 0 0 43 0 0 0 20 0 16 0 414558494 11004186624 37904 33554432000 4194304 4196468 140726424939648 140576707484016 140577154779778 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8691712 140726424945675 140726424945778 140726424945778 140726424948687 0
[pid=2718/tid=2732] ppid=2715 vsize=10746276 memory=3977435431732568273 CPUtime=0 cores=1,3,5,7
/proc/2718/task/2732/stat : 2732 (java) S 2715 2718 32084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414558494 11004186624 37904 33554432000 4194304 4196468 140726424939648 140576706431456 140577154778837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8691712 140726424945675 140726424945778 140726424945778 140726424948687 0
[pid=2718/tid=2733] ppid=2715 vsize=10746276 memory=-1189914978686163229 CPUtime=0 cores=1,3,5,7
/proc/2718/task/2733/stat : 2733 (java) S 2715 2718 32084 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 16 0 414558494 11004186624 37904 33554432000 4194304 4196468 140726424939648 140576705379248 140577154779778 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8691712 140726424945675 140726424945778 140726424945778 140726424948687 0
[pid=2718/tid=2734] ppid=2715 vsize=10746276 memory=6655300316396806240 CPUtime=0.29 cores=1,3,5,7
/proc/2718/task/2734/stat : 2734 (java) R 2715 2718 32084 0 -1 4202560 1650 0 0 0 29 0 0 0 20 0 16 0 414558676 11004186624 37904 33554432000 4194304 4196468 140726424939648 140576621204672 140577154780566 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8691712 140726424945675 140726424945778 140726424945778 140726424948687 0
Current children cumulated CPU time: 3.62 s
Current children cumulated vsize: 10746276 KiB
Current children cumulated memory: 151616 KiB

Child status: 0
Real time (s): 2.26727
CPU time (s): 3.79343
CPU user time (s): 3.6765
CPU system time (s): 0.116924
CPU usage (%): 167.312
Max. virtual memory (cumulated for all children) (KiB): 10746276
Max. memory (cumulated for all children) (KiB): 151616

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.6765
system time used= 0.116924
maximum resident set size= 152552
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25561
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= 1995
involuntary context switches= 12


# summary of solver processes directly reported to runsolver:
#   pid: 2718
#   total CPU time (s): 3.79343
#   total CPU user time (s): 3.6765
#   total CPU system time (s): 0.116924

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.036945 second user time and 0.065902 second system time

The end

Launcher Data

Begin job on node147 at 2019-09-13 16:53:23
IDJOB=4390514
IDBENCH=140010
IDSOLVER=2832
FILE ID=node147/4390514-1568386446
RUNJOBID= node147-1568380472-32116
PBS_JOBID= 21701824
Free space on /tmp= 56536 MiB

SOLVER NAME= AbsCon 2019-07-23
BENCH NAME= XCSP17/Crossword/Crossword-m1c-ogd-vg/Crossword-m1c-ogd-vg-16-16.xml
COMMAND LINE= java -cp AbsCon19-06.jar AbsCon BENCHNAME -cm
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4390514-1568386446/watcher-4390514-1568386446 -o /tmp/evaluation-result-4390514-1568386446/solver-4390514-1568386446 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node147-1568380472-32116 --watchdog 2580  java -cp AbsCon19-06.jar AbsCon HOME/instance-4390514-1568386446.xml -cm

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

MD5SUM BENCH= 4f70966c99dd40579db6abd1a80acf5b
RANDOM SEED=1741496444

node147.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.52
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.52
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.52
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.52
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:        26427804 kB
MemAvailable:   31617816 kB
Buffers:          164168 kB
Cached:          5239228 kB
SwapCached:        48500 kB
Active:          2364084 kB
Inactive:        3288572 kB
Active(anon):     200796 kB
Inactive(anon):    89344 kB
Active(file):    2163288 kB
Inactive(file):  3199228 kB
Unevictable:      107760 kB
Mlocked:          107760 kB
SwapTotal:      67108860 kB
SwapFree:       66957012 kB
Dirty:              8992 kB
Writeback:             0 kB
AnonPages:        320036 kB
Mapped:            56844 kB
Shmem:             32768 kB
Slab:             284780 kB
SReclaimable:     255956 kB
SUnreclaim:        28824 kB
KernelStack:        4000 kB
PageTables:         6264 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1183448 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    249856 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 56528 MiB
End job on node147 at 2019-09-13 16:53:26