Trace number 4390612

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
AbsCon 2019-07-23SAT 3.65329 2.30697

DiagnosticValue
WRONG_DECISIONS0

General information on the benchmark

NameAllInterval/AllInterval-m1-s1/
AllInterval-035.xml
MD5SUMfe30f006f3af9f6842518347a037ed7d
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.031203
Satisfiable
(Un)Satisfiability was proved
Number of variables69
Number of constraints36
Number of domains2
Minimum domain size34
Maximum domain size35
Distribution of domain sizes[{"size":34,"count":34},{"size":35,"count":35}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":36},{"degree":3,"count":33}]
Minimum constraint arity3
Maximum constraint arity35
Distribution of constraint arities[{"arity":3,"count":34},{"arity":34,"count":1},{"arity":35,"count":1}]
Number of extensional constraints0
Number of intensional constraints34
Distribution of constraint types[{"type":"intension","count":34},{"type":"allDifferent","count":2}]
Optimization problemNO
Type of objective

Solver Data

2.61/1.90	
2.61/1.90	AbsCon 2 
2.61/1.91	
2.86/2.03	  Instance
2.86/2.03	    name=instance-4390612-1568380630, framework=CSP
2.86/2.03	
2.86/2.03	  Loading variables...
2.86/2.05	  Loading constraints...
3.11/2.12	
3.11/2.12	  Domains
3.11/2.12	    nTypes=2, nValues=2381, sizes=[34#34,35#35]
3.11/2.12	  Variables
3.11/2.12	    count=69, degrees=[2#36,3#33]
3.11/2.12	  Constraints
3.11/2.12	    count=36, nSpecific=2, arities=[3#34,34#1,35#1]
3.11/2.12	    distribution=[AllDifferent#2,CtrIntension#34]
3.11/2.12	    nIntStructures=(1,shared:33)
3.11/2.12	    wck=0.247, cpu=2.087, mem=21M227
3.11/2.12	  Solver SolverBacktrack being built...
3.11/2.12	
3.11/2.15	
3.11/2.15	  Solver
3.11/2.15	    guaranteedGAC=true
3.11/2.15	    wck=0.279, cpu=2.117, mem=31M870
3.11/2.16	
3.11/2.16	  Preprocessing
3.11/2.16	    filters=0, revisions=(102,useless=102), ccks=41616, nACremovedValues=0, nTotalRemovedValues=0, inconcistency=false
3.11/2.16	    wck=0.015, cpu=2.133, mem=31M870
3.11/2.16	
3.34/2.29	    num=0, depth=70..68, filters=694, revisions=(1918,useless=1290), ccks=585219, wck=0.14, mem=31M870
3.34/2.29	    decisions=1, wrong=0, backtracks=0, failedAssignments=0, foundSolutions=1
3.34/2.29	    
3.34/2.29	  Global
3.34/2.29	    filters=694, revisions=(1918,useless=1290), ccks=585219
3.34/2.29	    Stop=REACHED_GOAL, wrong=0, foundSolutions=1, firstSolCpu=2.25
3.34/2.29	    wck=0.42, cpu=2.257, mem=31M870
3.34/2.29	
3.34/2.29	v <instantiation id='sol1' type='solution'>  <list> x[] y[] </list>  <values> 0 34 1 33 2 32 3 31 4 30 5 29 6 28 7 27 8 26 9 25 10 24 11 23 12 22 13 21 14 20 15 19 16 18 17 34 33 32 31 30 29 28 27 26 25 24 23 22 21 20 19 18 17 16 15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 </values>  </instantiation>
3.34/2.29	s SATISFIABLE
3.34/2.29	
3.34/2.29	d WRONG_DECISIONS 0

Verifier Data

OK	

Watcher Data

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

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4390612-1568380630/watcher-4390612-1568380630 -o /tmp/evaluation-result-4390612-1568380630/solver-4390612-1568380630 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node121-1568380474-30428 --watchdog 2580 java -cp AbsCon19-06.jar AbsCon HOME/instance-4390612-1568380630.xml -cm 

running on 4 cores: 0,2,4,6

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=31027, runsolver pid=31024

[startup+0.100128 s]*
/proc/loadavg: 1.99 0.73 0.30 4/228 31042
/proc/meminfo: memFree=31125936/32770624 swapFree=66981380/67108860
[pid=31027] ppid=31024 vsize=10659884 memory=30540 CPUtime=0.14 cores=0,2,4,6
/proc/31027/stat : 31027 (java) S 31024 31027 30397 0 -1 1077944320 5632 0 0 0 13 1 0 0 20 0 15 0 414325691 10915721216 7635 33554432000 4194304 4196468 140725868411520 140725868394064 139879393025783 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 20086784 140725868413963 140725868414066 140725868414066 140725868416975 0
/proc/31027/statm: 2664971 7635 2895 1 0 2627468 0
[pid=31027/tid=31029] ppid=31024 vsize=10659884 memory=-8773748148830376318 CPUtime=0.1 cores=0,2,4,6
/proc/31027/task/31029/stat : 31029 (java) R 31024 31027 30397 0 -1 4202560 2981 0 0 0 9 1 0 0 20 0 15 0 414325691 10915721216 7635 33554432000 4194304 4196468 140725868411520 139879397256848 139879393047709 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20086784 140725868413963 140725868414066 140725868414066 140725868416975 0
[pid=31027/tid=31030] ppid=31024 vsize=10659884 memory=8257237230052613020 CPUtime=0 cores=0,2,4,6
/proc/31027/task/31030/stat : 31030 (java) S 31024 31027 30397 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414325692 10915721216 7635 33554432000 4194304 4196468 140725868411520 139879319100176 139879393035989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20086784 140725868413963 140725868414066 140725868414066 140725868416975 0
[pid=31027/tid=31031] ppid=31024 vsize=10659884 memory=140716325037696 CPUtime=0 cores=0,2,4,6
/proc/31027/task/31031/stat : 31031 (java) S 31024 31027 30397 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414325692 10915721216 7635 33554432000 4194304 4196468 140725868411520 139879318047632 139879393035989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20086784 140725868413963 140725868414066 140725868414066 140725868416975 0
[pid=31027/tid=31032] ppid=31024 vsize=10659884 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31027/task/31032/stat : 31032 (java) S 31024 31027 30397 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414325692 10915721216 7635 33554432000 4194304 4196468 140725868411520 139879316995088 139879393035989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20086784 140725868413963 140725868414066 140725868414066 140725868416975 0
[pid=31027/tid=31033] ppid=31024 vsize=10659884 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31027/task/31033/stat : 31033 (java) S 31024 31027 30397 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414325692 10915721216 7635 33554432000 4194304 4196468 140725868411520 139879315942544 139879393035989 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20086784 140725868413963 140725868414066 140725868414066 140725868416975 0
[pid=31027/tid=31034] ppid=31024 vsize=10659884 memory=140716325037696 CPUtime=0 cores=0,2,4,6
/proc/31027/task/31034/stat : 31034 (java) S 31024 31027 30397 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414325693 10915721216 7635 33554432000 4194304 4196468 140725868411520 139878884911088 139879393036930 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20086784 140725868413963 140725868414066 140725868414066 140725868416975 0
[pid=31027/tid=31035] ppid=31024 vsize=10659884 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31027/task/31035/stat : 31035 (java) S 31024 31027 30397 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 414325694 10915721216 7635 33554432000 4194304 4196468 140725868411520 139878883857312 139879393035989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20086784 140725868413963 140725868414066 140725868414066 140725868416975 0
[pid=31027/tid=31036] ppid=31024 vsize=10659884 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31027/task/31036/stat : 31036 (java) S 31024 31027 30397 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 414325694 10915721216 7635 33554432000 4194304 4196468 140725868411520 139878882804720 139879393035989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20086784 140725868413963 140725868414066 140725868414066 140725868416975 0
[pid=31027/tid=31037] ppid=31024 vsize=10659884 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31027/task/31037/stat : 31037 (java) S 31024 31027 30397 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414325696 10915721216 7635 33554432000 4194304 4196468 140725868411520 139878881753296 139879393044379 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20086784 140725868413963 140725868414066 140725868414066 140725868416975 0
[pid=31027/tid=31038] ppid=31024 vsize=10659884 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31027/task/31038/stat : 31038 (java) S 31024 31027 30397 0 -1 1077944384 588 0 0 0 0 0 0 0 20 0 15 0 414325696 10915721216 7635 33554432000 4194304 4196468 140725868411520 139878880700912 139879393036930 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20086784 140725868413963 140725868414066 140725868414066 140725868416975 0
[pid=31027/tid=31039] ppid=31024 vsize=10659884 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31027/task/31039/stat : 31039 (java) S 31024 31027 30397 0 -1 1077944384 97 0 0 0 0 0 0 0 20 0 15 0 414325696 10915721216 7635 33554432000 4194304 4196468 140725868411520 139878879648368 139879393036930 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20086784 140725868413963 140725868414066 140725868414066 140725868416975 0
[pid=31027/tid=31040] ppid=31024 vsize=10659884 memory=140716325037696 CPUtime=0.02 cores=0,2,4,6
/proc/31027/task/31040/stat : 31040 (java) R 31024 31027 30397 0 -1 4202560 610 0 0 0 2 0 0 0 20 0 15 0 414325696 10915721216 7635 33554432000 4194304 4196468 140725868411520 139878878591992 139879371390433 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20086784 140725868413963 140725868414066 140725868414066 140725868416975 0
[pid=31027/tid=31041] ppid=31024 vsize=10659884 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31027/task/31041/stat : 31041 (java) S 31024 31027 30397 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414325696 10915721216 7635 33554432000 4194304 4196468 140725868411520 139878877543520 139879393035989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20086784 140725868413963 140725868414066 140725868414066 140725868416975 0
[pid=31027/tid=31042] ppid=31024 vsize=10659884 memory=140716325037696 CPUtime=0 cores=0,2,4,6
/proc/31027/task/31042/stat : 31042 (java) S 31024 31027 30397 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414325697 10915721216 7635 33554432000 4194304 4196468 140725868411520 139878876490032 139879393036930 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20086784 140725868413963 140725868414066 140725868414066 140725868416975 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 10659884 KiB
Current children cumulated memory: 30540 KiB

[startup+0.210734 s]*
/proc/loadavg: 1.99 0.73 0.30 4/228 31042
/proc/meminfo: memFree=31115364/32770624 swapFree=66981380/67108860
[pid=31027] ppid=31024 vsize=10659884 memory=37140 CPUtime=0.33 cores=0,2,4,6
/proc/31027/stat : 31027 (java) S 31024 31027 30397 0 -1 1077944320 8588 0 0 0 30 3 0 0 20 0 15 0 414325691 10915721216 9285 33554432000 4194304 4196468 140725868411520 140725868394064 139879393025783 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 20086784 140725868413963 140725868414066 140725868414066 140725868416975 0
/proc/31027/statm: 2664971 9285 2978 1 0 2627468 0
[pid=31027/tid=31029] ppid=31024 vsize=10659884 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/31027/task/31029/stat : 31029 (java) R 31024 31027 30397 0 -1 4202560 5689 0 0 0 18 2 0 0 20 0 15 0 414325691 10915721216 9285 33554432000 4194304 4196468 140725868411520 139879397257824 139879393047709 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20086784 140725868413963 140725868414066 140725868414066 140725868416975 0
[pid=31027/tid=31030] ppid=31024 vsize=10659884 memory=342 CPUtime=0 cores=0,2,4,6
/proc/31027/task/31030/stat : 31030 (java) S 31024 31027 30397 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414325692 10915721216 9285 33554432000 4194304 4196468 140725868411520 139879319100176 139879393035989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20086784 140725868413963 140725868414066 140725868414066 140725868416975 0
[pid=31027/tid=31031] ppid=31024 vsize=10659884 memory=288371092476749440 CPUtime=0 cores=0,2,4,6
/proc/31027/task/31031/stat : 31031 (java) S 31024 31027 30397 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414325692 10915721216 9285 33554432000 4194304 4196468 140725868411520 139879318047632 139879393035989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20086784 140725868413963 140725868414066 140725868414066 140725868416975 0
[pid=31027/tid=31032] ppid=31024 vsize=10659884 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31027/task/31032/stat : 31032 (java) S 31024 31027 30397 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414325692 10915721216 9285 33554432000 4194304 4196468 140725868411520 139879316995088 139879393035989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20086784 140725868413963 140725868414066 140725868414066 140725868416975 0
[pid=31027/tid=31033] ppid=31024 vsize=10659884 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31027/task/31033/stat : 31033 (java) S 31024 31027 30397 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414325692 10915721216 9285 33554432000 4194304 4196468 140725868411520 139879315942544 139879393035989 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20086784 140725868413963 140725868414066 140725868414066 140725868416975 0
[pid=31027/tid=31034] ppid=31024 vsize=10659884 memory=140716325037696 CPUtime=0 cores=0,2,4,6
/proc/31027/task/31034/stat : 31034 (java) S 31024 31027 30397 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414325693 10915721216 9285 33554432000 4194304 4196468 140725868411520 139878884911088 139879393036930 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20086784 140725868413963 140725868414066 140725868414066 140725868416975 0
[pid=31027/tid=31035] ppid=31024 vsize=10659884 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31027/task/31035/stat : 31035 (java) S 31024 31027 30397 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 414325694 10915721216 9285 33554432000 4194304 4196468 140725868411520 139878883857312 139879393035989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20086784 140725868413963 140725868414066 140725868414066 140725868416975 0
[pid=31027/tid=31036] ppid=31024 vsize=10659884 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31027/task/31036/stat : 31036 (java) S 31024 31027 30397 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 414325694 10915721216 9285 33554432000 4194304 4196468 140725868411520 139878882804720 139879393035989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20086784 140725868413963 140725868414066 140725868414066 140725868416975 0
[pid=31027/tid=31037] ppid=31024 vsize=10659884 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31027/task/31037/stat : 31037 (java) S 31024 31027 30397 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414325696 10915721216 9285 33554432000 4194304 4196468 140725868411520 139878881753296 139879393044379 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20086784 140725868413963 140725868414066 140725868414066 140725868416975 0
[pid=31027/tid=31038] ppid=31024 vsize=10659884 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/31027/task/31038/stat : 31038 (java) S 31024 31027 30397 0 -1 1077944384 726 0 0 0 3 0 0 0 20 0 15 0 414325696 10915721216 9285 33554432000 4194304 4196468 140725868411520 139878880700912 139879393036930 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20086784 140725868413963 140725868414066 140725868414066 140725868416975 0
[pid=31027/tid=31039] ppid=31024 vsize=10659884 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/31027/task/31039/stat : 31039 (java) S 31024 31027 30397 0 -1 1077944384 182 0 0 0 2 0 0 0 20 0 15 0 414325696 10915721216 9285 33554432000 4194304 4196468 140725868411520 139878879648368 139879393036930 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20086784 140725868413963 140725868414066 140725868414066 140725868416975 0
[pid=31027/tid=31040] ppid=31024 vsize=10659884 memory=140716325037696 CPUtime=0.05 cores=0,2,4,6
/proc/31027/task/31040/stat : 31040 (java) S 31024 31027 30397 0 -1 1077944384 632 0 0 0 5 0 0 0 20 0 15 0 414325696 10915721216 9285 33554432000 4194304 4196468 140725868411520 139878878595824 139879393036930 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20086784 140725868413963 140725868414066 140725868414066 140725868416975 0
[pid=31027/tid=31041] ppid=31024 vsize=10659884 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31027/task/31041/stat : 31041 (java) S 31024 31027 30397 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414325696 10915721216 9285 33554432000 4194304 4196468 140725868411520 139878877543520 139879393035989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20086784 140725868413963 140725868414066 140725868414066 140725868416975 0
[pid=31027/tid=31042] ppid=31024 vsize=10659884 memory=140716325037696 CPUtime=0 cores=0,2,4,6
/proc/31027/task/31042/stat : 31042 (java) S 31024 31027 30397 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414325697 10915721216 9285 33554432000 4194304 4196468 140725868411520 139878876490032 139879393036930 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20086784 140725868413963 140725868414066 140725868414066 140725868416975 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659884 KiB
Current children cumulated memory: 37140 KiB

[startup+0.310238 s]*
/proc/loadavg: 1.99 0.73 0.30 4/228 31042
/proc/meminfo: memFree=31113552/32770624 swapFree=66981380/67108860
[pid=31027] ppid=31024 vsize=10659884 memory=39716 CPUtime=0.47 cores=0,2,4,6
/proc/31027/stat : 31027 (java) S 31024 31027 30397 0 -1 1077944320 8727 0 0 0 44 3 0 0 20 0 15 0 414325691 10915721216 9929 33554432000 4194304 4196468 140725868411520 140725868394064 139879393025783 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 20086784 140725868413963 140725868414066 140725868414066 140725868416975 0
/proc/31027/statm: 2664971 9929 2992 1 0 2627468 0
[pid=31027/tid=31029] ppid=31024 vsize=10659884 memory=7022364594140610616 CPUtime=0.3 cores=0,2,4,6
/proc/31027/task/31029/stat : 31029 (java) R 31024 31027 30397 0 -1 4202560 5771 0 0 0 28 2 0 0 20 0 15 0 414325691 10915721216 9929 33554432000 4194304 4196468 140725868411520 139879397239200 139879393047709 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20086784 140725868413963 140725868414066 140725868414066 140725868416975 0
[pid=31027/tid=31030] ppid=31024 vsize=10659884 memory=4297963160 CPUtime=0 cores=0,2,4,6
/proc/31027/task/31030/stat : 31030 (java) S 31024 31027 30397 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414325692 10915721216 9929 33554432000 4194304 4196468 140725868411520 139879319100176 139879393035989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20086784 140725868413963 140725868414066 140725868414066 140725868416975 0
[pid=31027/tid=31031] ppid=31024 vsize=10659884 memory=288371092476749440 CPUtime=0 cores=0,2,4,6
/proc/31027/task/31031/stat : 31031 (java) S 31024 31027 30397 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414325692 10915721216 9929 33554432000 4194304 4196468 140725868411520 139879318047632 139879393035989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20086784 140725868413963 140725868414066 140725868414066 140725868416975 0
[pid=31027/tid=31032] ppid=31024 vsize=10659884 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31027/task/31032/stat : 31032 (java) S 31024 31027 30397 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414325692 10915721216 9929 33554432000 4194304 4196468 140725868411520 139879316995088 139879393035989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20086784 140725868413963 140725868414066 140725868414066 140725868416975 0
[pid=31027/tid=31033] ppid=31024 vsize=10659884 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31027/task/31033/stat : 31033 (java) S 31024 31027 30397 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414325692 10915721216 9929 33554432000 4194304 4196468 140725868411520 139879315942544 139879393035989 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20086784 140725868413963 140725868414066 140725868414066 140725868416975 0
[pid=31027/tid=31034] ppid=31024 vsize=10659884 memory=140716325037696 CPUtime=0 cores=0,2,4,6
/proc/31027/task/31034/stat : 31034 (java) S 31024 31027 30397 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414325693 10915721216 9929 33554432000 4194304 4196468 140725868411520 139878884911088 139879393036930 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20086784 140725868413963 140725868414066 140725868414066 140725868416975 0
[pid=31027/tid=31035] ppid=31024 vsize=10659884 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31027/task/31035/stat : 31035 (java) S 31024 31027 30397 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 414325694 10915721216 9929 33554432000 4194304 4196468 140725868411520 139878883857312 139879393035989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20086784 140725868413963 140725868414066 140725868414066 140725868416975 0
[pid=31027/tid=31036] ppid=31024 vsize=10659884 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31027/task/31036/stat : 31036 (java) S 31024 31027 30397 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 414325694 10915721216 9929 33554432000 4194304 4196468 140725868411520 139878882804720 139879393035989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20086784 140725868413963 140725868414066 140725868414066 140725868416975 0
[pid=31027/tid=31037] ppid=31024 vsize=10659884 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31027/task/31037/stat : 31037 (java) S 31024 31027 30397 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414325696 10915721216 9929 33554432000 4194304 4196468 140725868411520 139878881753296 139879393044379 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20086784 140725868413963 140725868414066 140725868414066 140725868416975 0
[pid=31027/tid=31038] ppid=31024 vsize=10659884 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/31027/task/31038/stat : 31038 (java) R 31024 31027 30397 0 -1 4202560 765 0 0 0 4 0 0 0 20 0 15 0 414325696 10915721216 9929 33554432000 4194304 4196468 140725868411520 139878880692416 139879376511733 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20086784 140725868413963 140725868414066 140725868414066 140725868416975 0
[pid=31027/tid=31039] ppid=31024 vsize=10659884 memory=-1 CPUtime=0.03 cores=0,2,4,6
/proc/31027/task/31039/stat : 31039 (java) S 31024 31027 30397 0 -1 1077944384 190 0 0 0 3 0 0 0 20 0 15 0 414325696 10915721216 9929 33554432000 4194304 4196468 140725868411520 139878879648368 139879393036930 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20086784 140725868413963 140725868414066 140725868414066 140725868416975 0
[pid=31027/tid=31040] ppid=31024 vsize=10659884 memory=140716325037696 CPUtime=0.08 cores=0,2,4,6
/proc/31027/task/31040/stat : 31040 (java) S 31024 31027 30397 0 -1 1077944384 643 0 0 0 8 0 0 0 20 0 15 0 414325696 10915721216 9929 33554432000 4194304 4196468 140725868411520 139878878595824 139879393036930 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20086784 140725868413963 140725868414066 140725868414066 140725868416975 0
[pid=31027/tid=31041] ppid=31024 vsize=10659884 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31027/task/31041/stat : 31041 (java) S 31024 31027 30397 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414325696 10915721216 9929 33554432000 4194304 4196468 140725868411520 139878877543520 139879393035989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20086784 140725868413963 140725868414066 140725868414066 140725868416975 0
[pid=31027/tid=31042] ppid=31024 vsize=10659884 memory=140716325037696 CPUtime=0 cores=0,2,4,6
/proc/31027/task/31042/stat : 31042 (java) S 31024 31027 30397 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414325697 10915721216 9929 33554432000 4194304 4196468 140725868411520 139878876490032 139879393036930 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20086784 140725868413963 140725868414066 140725868414066 140725868416975 0
Current children cumulated CPU time: 0.47 s
Current children cumulated vsize: 10659884 KiB
Current children cumulated memory: 39716 KiB

[startup+0.704114 s]
/proc/loadavg: 1.99 0.73 0.30 4/228 31042
/proc/meminfo: memFree=31104712/32770624 swapFree=66981380/67108860
[pid=31027] ppid=31024 vsize=10661932 memory=62572 CPUtime=1.1 cores=0,2,4,6
/proc/31027/stat : 31027 (java) S 31024 31027 30397 0 -1 1077944320 12121 0 0 0 105 5 0 0 20 0 15 0 414325691 10917818368 15643 33554432000 4194304 4196468 140725868411520 140725868394064 139879393025783 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 20086784 140725868413963 140725868414066 140725868414066 140725868416975 0
/proc/31027/statm: 2665483 15643 3073 1 0 2627980 0
[pid=31027/tid=31029] ppid=31024 vsize=10661932 memory=274006229945497 CPUtime=0.69 cores=0,2,4,6
/proc/31027/task/31029/stat : 31029 (java) R 31024 31027 30397 0 -1 4202560 8312 0 0 0 65 4 0 0 20 0 15 0 414325691 10917818368 15643 33554432000 4194304 4196468 140725868411520 139879397248720 139879373298490 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20086784 140725868413963 140725868414066 140725868414066 140725868416975 0
[pid=31027/tid=31030] ppid=31024 vsize=10661932 memory=3158301 CPUtime=0 cores=0,2,4,6
/proc/31027/task/31030/stat : 31030 (java) S 31024 31027 30397 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414325692 10917818368 15643 33554432000 4194304 4196468 140725868411520 139879319100176 139879393035989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20086784 140725868413963 140725868414066 140725868414066 140725868416975 0
[pid=31027/tid=31031] ppid=31024 vsize=10661932 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31027/task/31031/stat : 31031 (java) S 31024 31027 30397 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414325692 10917818368 15643 33554432000 4194304 4196468 140725868411520 139879318047632 139879393035989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20086784 140725868413963 140725868414066 140725868414066 140725868416975 0
[pid=31027/tid=31032] ppid=31024 vsize=10661932 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31027/task/31032/stat : 31032 (java) S 31024 31027 30397 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414325692 10917818368 15643 33554432000 4194304 4196468 140725868411520 139879316995088 139879393035989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20086784 140725868413963 140725868414066 140725868414066 140725868416975 0
[pid=31027/tid=31033] ppid=31024 vsize=10661932 memory=7809523229951467568 CPUtime=0 cores=0,2,4,6
/proc/31027/task/31033/stat : 31033 (java) S 31024 31027 30397 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414325692 10917818368 15643 33554432000 4194304 4196468 140725868411520 139879315942544 139879393035989 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20086784 140725868413963 140725868414066 140725868414066 140725868416975 0
[pid=31027/tid=31034] ppid=31024 vsize=10661932 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31027/task/31034/stat : 31034 (java) S 31024 31027 30397 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414325693 10917818368 15643 33554432000 4194304 4196468 140725868411520 139878884911088 139879393036930 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20086784 140725868413963 140725868414066 140725868414066 140725868416975 0
[pid=31027/tid=31035] ppid=31024 vsize=10661932 memory=-3535359994705171041 CPUtime=0 cores=0,2,4,6
/proc/31027/task/31035/stat : 31035 (java) S 31024 31027 30397 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 414325694 10917818368 15643 33554432000 4194304 4196468 140725868411520 139878883857312 139879393035989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20086784 140725868413963 140725868414066 140725868414066 140725868416975 0
[pid=31027/tid=31036] ppid=31024 vsize=10661932 memory=6656426216303648864 CPUtime=0 cores=0,2,4,6
/proc/31027/task/31036/stat : 31036 (java) S 31024 31027 30397 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 414325694 10917818368 15643 33554432000 4194304 4196468 140725868411520 139878882804720 139879393035989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20086784 140725868413963 140725868414066 140725868414066 140725868416975 0
[pid=31027/tid=31037] ppid=31024 vsize=10661932 memory=6944656592455097440 CPUtime=0 cores=0,2,4,6
/proc/31027/task/31037/stat : 31037 (java) S 31024 31027 30397 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414325696 10917818368 15643 33554432000 4194304 4196468 140725868411520 139878881753296 139879393044379 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20086784 140725868413963 140725868414066 140725868414066 140725868416975 0
[pid=31027/tid=31038] ppid=31024 vsize=10661932 memory=6944656592455360604 CPUtime=0.11 cores=0,2,4,6
/proc/31027/task/31038/stat : 31038 (java) R 31024 31027 30397 0 -1 4202560 999 0 0 0 11 0 0 0 20 0 15 0 414325696 10917818368 15643 33554432000 4194304 4196468 140725868411520 139878880686936 139879370882977 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 20086784 140725868413963 140725868414066 140725868414066 140725868416975 0
[pid=31027/tid=31039] ppid=31024 vsize=10661932 memory=6944656592455360604 CPUtime=0.09 cores=0,2,4,6
/proc/31027/task/31039/stat : 31039 (java) S 31024 31027 30397 0 -1 1077944384 465 0 0 0 9 0 0 0 20 0 15 0 414325696 10917818368 15643 33554432000 4194304 4196468 140725868411520 139878879648368 139879393036930 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20086784 140725868413963 140725868414066 140725868414066 140725868416975 0
[pid=31027/tid=31040] ppid=31024 vsize=10661932 memory=0 CPUtime=0.19 cores=0,2,4,6
/proc/31027/task/31040/stat : 31040 (java) S 31024 31027 30397 0 -1 1077944384 986 0 0 0 19 0 0 0 20 0 15 0 414325696 10917818368 15643 33554432000 4194304 4196468 140725868411520 139878878595824 139879393036930 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20086784 140725868413963 140725868414066 140725868414066 140725868416975 0
[pid=31027/tid=31041] ppid=31024 vsize=10661932 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31027/task/31041/stat : 31041 (java) S 31024 31027 30397 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414325696 10917818368 15643 33554432000 4194304 4196468 140725868411520 139878877543520 139879393035989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20086784 140725868413963 140725868414066 140725868414066 140725868416975 0
[pid=31027/tid=31042] ppid=31024 vsize=10661932 memory=2120 CPUtime=0 cores=0,2,4,6
/proc/31027/task/31042/stat : 31042 (java) S 31024 31027 30397 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414325697 10917818368 15643 33554432000 4194304 4196468 140725868411520 139878876490032 139879393036930 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20086784 140725868413963 140725868414066 140725868414066 140725868416975 0
Current children cumulated CPU time: 1.1 s
Current children cumulated vsize: 10661932 KiB
Current children cumulated memory: 62572 KiB

[startup+1.50068 s]
/proc/loadavg: 1.99 0.73 0.30 3/228 31042
/proc/meminfo: memFree=31088016/32770624 swapFree=66981380/67108860
[pid=31027] ppid=31024 vsize=10663980 memory=75008 CPUtime=1.99 cores=0,2,4,6
/proc/31027/stat : 31027 (java) S 31024 31027 30397 0 -1 1077944320 17369 0 0 0 192 7 0 0 20 0 15 0 414325691 10919915520 18752 33554432000 4194304 4196468 140725868411520 140725868394064 139879393025783 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 20086784 140725868413963 140725868414066 140725868414066 140725868416975 0
/proc/31027/statm: 2665995 18752 3092 1 0 2628492 0
[pid=31027/tid=31029] ppid=31024 vsize=10663980 memory=2996107 CPUtime=1.48 cores=0,2,4,6
/proc/31027/task/31029/stat : 31029 (java) R 31024 31027 30397 0 -1 4202560 12252 0 0 0 143 5 0 0 20 0 15 0 414325691 10919915520 18752 33554432000 4194304 4196468 140725868411520 139879397251664 139879393047709 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20086784 140725868413963 140725868414066 140725868414066 140725868416975 0
[pid=31027/tid=31030] ppid=31024 vsize=10663980 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/31027/task/31030/stat : 31030 (java) S 31024 31027 30397 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414325692 10919915520 18752 33554432000 4194304 4196468 140725868411520 139879319100176 139879393035989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20086784 140725868413963 140725868414066 140725868414066 140725868416975 0
[pid=31027/tid=31031] ppid=31024 vsize=10663980 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31027/task/31031/stat : 31031 (java) S 31024 31027 30397 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414325692 10919915520 18752 33554432000 4194304 4196468 140725868411520 139879318047632 139879393035989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20086784 140725868413963 140725868414066 140725868414066 140725868416975 0
[pid=31027/tid=31032] ppid=31024 vsize=10663980 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31027/task/31032/stat : 31032 (java) S 31024 31027 30397 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414325692 10919915520 18752 33554432000 4194304 4196468 140725868411520 139879316995088 139879393035989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20086784 140725868413963 140725868414066 140725868414066 140725868416975 0
[pid=31027/tid=31033] ppid=31024 vsize=10663980 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31027/task/31033/stat : 31033 (java) S 31024 31027 30397 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414325692 10919915520 18752 33554432000 4194304 4196468 140725868411520 139879315942544 139879393035989 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20086784 140725868413963 140725868414066 140725868414066 140725868416975 0
[pid=31027/tid=31034] ppid=31024 vsize=10663980 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31027/task/31034/stat : 31034 (java) S 31024 31027 30397 0 -1 1077944384 76 0 0 0 0 0 0 0 20 0 15 0 414325693 10919915520 18752 33554432000 4194304 4196468 140725868411520 139878884911088 139879393036930 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20086784 140725868413963 140725868414066 140725868414066 140725868416975 0

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

# cumulated CPU time of all completed processes:  user=3.51082 s, system=0.142468 s

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

[startup+1.60083 s]
/proc/loadavg: 1.99 0.73 0.30 3/228 31042
/proc/meminfo: memFree=31088016/32770624 swapFree=66981380/67108860
[pid=31027] ppid=31024 vsize=10666028 memory=75796 CPUtime=2.1 cores=0,2,4,6
/proc/31027/stat : 31027 (java) S 31024 31027 30397 0 -1 1077944320 17649 0 0 0 203 7 0 0 20 0 15 0 414325691 10922012672 18949 33554432000 4194304 4196468 140725868411520 140725868394064 139879393025783 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 20086784 140725868413963 140725868414066 140725868414066 140725868416975 0
/proc/31027/statm: 2666507 18949 3092 1 0 2629004 0
[pid=31027/tid=31029] ppid=31024 vsize=10666028 memory=-8473367160242330259 CPUtime=1.58 cores=0,2,4,6
/proc/31027/task/31029/stat : 31029 (java) R 31024 31027 30397 0 -1 4202560 12519 0 0 0 153 5 0 0 20 0 15 0 414325691 10922012672 18949 33554432000 4194304 4196468 140725868411520 139879397251664 139879376212621 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20086784 140725868413963 140725868414066 140725868414066 140725868416975 0
[pid=31027/tid=31030] ppid=31024 vsize=10666028 memory=-8171376296011865461 CPUtime=0 cores=0,2,4,6
/proc/31027/task/31030/stat : 31030 (java) S 31024 31027 30397 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414325692 10922012672 18949 33554432000 4194304 4196468 140725868411520 139879319100176 139879393035989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20086784 140725868413963 140725868414066 140725868414066 140725868416975 0
[pid=31027/tid=31031] ppid=31024 vsize=10666028 memory=-5792065019343307568 CPUtime=0 cores=0,2,4,6
/proc/31027/task/31031/stat : 31031 (java) S 31024 31027 30397 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414325692 10922012672 18949 33554432000 4194304 4196468 140725868411520 139879318047632 139879393035989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20086784 140725868413963 140725868414066 140725868414066 140725868416975 0
[pid=31027/tid=31032] ppid=31024 vsize=10666028 memory=-2537689246120445521 CPUtime=0 cores=0,2,4,6
/proc/31027/task/31032/stat : 31032 (java) S 31024 31027 30397 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414325692 10922012672 18949 33554432000 4194304 4196468 140725868411520 139879316995088 139879393035989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20086784 140725868413963 140725868414066 140725868414066 140725868416975 0
[pid=31027/tid=31033] ppid=31024 vsize=10666028 memory=-7750001083477550754 CPUtime=0 cores=0,2,4,6
/proc/31027/task/31033/stat : 31033 (java) S 31024 31027 30397 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414325692 10922012672 18949 33554432000 4194304 4196468 140725868411520 139879315942544 139879393035989 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20086784 140725868413963 140725868414066 140725868414066 140725868416975 0
[pid=31027/tid=31034] ppid=31024 vsize=10666028 memory=4280458430986965150 CPUtime=0 cores=0,2,4,6
/proc/31027/task/31034/stat : 31034 (java) S 31024 31027 30397 0 -1 1077944384 76 0 0 0 0 0 0 0 20 0 15 0 414325693 10922012672 18949 33554432000 4194304 4196468 140725868411520 139878884911088 139879393036930 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20086784 140725868413963 140725868414066 140725868414066 140725868416975 0
[pid=31027/tid=31035] ppid=31024 vsize=10666028 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31027/task/31035/stat : 31035 (java) S 31024 31027 30397 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 414325694 10922012672 18949 33554432000 4194304 4196468 140725868411520 139878883857312 139879393035989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20086784 140725868413963 140725868414066 140725868414066 140725868416975 0
[pid=31027/tid=31036] ppid=31024 vsize=10666028 memory=140716325047761 CPUtime=0 cores=0,2,4,6
/proc/31027/task/31036/stat : 31036 (java) S 31024 31027 30397 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 414325694 10922012672 18949 33554432000 4194304 4196468 140725868411520 139878882804720 139879393035989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20086784 140725868413963 140725868414066 140725868414066 140725868416975 0
[pid=31027/tid=31037] ppid=31024 vsize=10666028 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31027/task/31037/stat : 31037 (java) S 31024 31027 30397 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414325696 10922012672 18949 33554432000 4194304 4196468 140725868411520 139878881753296 139879393044379 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20086784 140725868413963 140725868414066 140725868414066 140725868416975 0
[pid=31027/tid=31038] ppid=31024 vsize=10666028 memory=0 CPUtime=0.17 cores=0,2,4,6
/proc/31027/task/31038/stat : 31038 (java) S 31024 31027 30397 0 -1 1077944384 1843 0 0 0 17 0 0 0 20 0 15 0 414325696 10922012672 18949 33554432000 4194304 4196468 140725868411520 139878880700912 139879393036930 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20086784 140725868413963 140725868414066 140725868414066 140725868416975 0
[pid=31027/tid=31039] ppid=31024 vsize=10666028 memory=281432429834248 CPUtime=0.13 cores=0,2,4,6
/proc/31027/task/31039/stat : 31039 (java) S 31024 31027 30397 0 -1 1077944384 836 0 0 0 13 0 0 0 20 0 15 0 414325696 10922012672 18949 33554432000 4194304 4196468 140725868411520 139878879648368 139879393036930 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20086784 140725868413963 140725868414066 140725868414066 140725868416975 0
[pid=31027/tid=31040] ppid=31024 vsize=10666028 memory=281432429967312 CPUtime=0.19 cores=0,2,4,6
/proc/31027/task/31040/stat : 31040 (java) S 31024 31027 30397 0 -1 1077944384 988 0 0 0 19 0 0 0 20 0 15 0 414325696 10922012672 18949 33554432000 4194304 4196468 140725868411520 139878878595824 139879393036930 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20086784 140725868413963 140725868414066 140725868414066 140725868416975 0
[pid=31027/tid=31041] ppid=31024 vsize=10666028 memory=15479062137908 CPUtime=0 cores=0,2,4,6
/proc/31027/task/31041/stat : 31041 (java) S 31024 31027 30397 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414325696 10922012672 18949 33554432000 4194304 4196468 140725868411520 139878877543520 139879393035989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20086784 140725868413963 140725868414066 140725868414066 140725868416975 0
[pid=31027/tid=31042] ppid=31024 vsize=10666028 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31027/task/31042/stat : 31042 (java) S 31024 31027 30397 0 -1 1077944384 31 0 0 0 0 0 0 0 20 0 15 0 414325697 10922012672 18949 33554432000 4194304 4196468 140725868411520 139878876490032 139879393036930 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20086784 140725868413963 140725868414066 140725868414066 140725868416975 0
Current children cumulated CPU time: 2.1 s
Current children cumulated vsize: 10666028 KiB
Current children cumulated memory: 75796 KiB

[startup+2.00198 s]*
/proc/loadavg: 1.99 0.75 0.31 4/229 31043
/proc/meminfo: memFree=31010260/32770624 swapFree=66981380/67108860
[pid=31027] ppid=31024 vsize=10744136 memory=145476 CPUtime=2.86 cores=0,2,4,6
/proc/31027/stat : 31027 (java) S 31024 31027 30397 0 -1 1077944320 22106 0 0 0 274 12 0 0 20 0 16 0 414325691 11001995264 36369 33554432000 4194304 4196468 140725868411520 140725868394064 139879393025783 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 20086784 140725868413963 140725868414066 140725868414066 140725868416975 0
/proc/31027/statm: 2686034 36369 3308 1 0 2646705 0
[pid=31027/tid=31029] ppid=31024 vsize=10744136 memory=6791534058613427641 CPUtime=1.88 cores=0,2,4,6
/proc/31027/task/31029/stat : 31029 (java) S 31024 31027 30397 0 -1 1077944384 14441 0 0 0 181 7 0 0 20 0 16 0 414325691 11001995264 36369 33554432000 4194304 4196468 140725868411520 139879397268656 139879393035989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20086784 140725868413963 140725868414066 140725868414066 140725868416975 0
[pid=31027/tid=31030] ppid=31024 vsize=10744136 memory=4126316290023845779 CPUtime=0 cores=0,2,4,6
/proc/31027/task/31030/stat : 31030 (java) S 31024 31027 30397 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 414325692 11001995264 36369 33554432000 4194304 4196468 140725868411520 139879319100176 139879393035989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20086784 140725868413963 140725868414066 140725868414066 140725868416975 0
[pid=31027/tid=31031] ppid=31024 vsize=10744136 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31027/task/31031/stat : 31031 (java) S 31024 31027 30397 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 414325692 11001995264 36369 33554432000 4194304 4196468 140725868411520 139879318047632 139879393035989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20086784 140725868413963 140725868414066 140725868414066 140725868416975 0
[pid=31027/tid=31032] ppid=31024 vsize=10744136 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31027/task/31032/stat : 31032 (java) S 31024 31027 30397 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 414325692 11001995264 36369 33554432000 4194304 4196468 140725868411520 139879316995088 139879393035989 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20086784 140725868413963 140725868414066 140725868414066 140725868416975 0
[pid=31027/tid=31033] ppid=31024 vsize=10744136 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31027/task/31033/stat : 31033 (java) S 31024 31027 30397 0 -1 1077944384 132 0 0 0 0 0 0 0 20 0 16 0 414325692 11001995264 36369 33554432000 4194304 4196468 140725868411520 139879315942544 139879393035989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20086784 140725868413963 140725868414066 140725868414066 140725868416975 0
[pid=31027/tid=31034] ppid=31024 vsize=10744136 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/31027/task/31034/stat : 31034 (java) S 31024 31027 30397 0 -1 1077944384 1021 0 0 0 1 0 0 0 20 0 16 0 414325693 11001995264 36369 33554432000 4194304 4196468 140725868411520 139878884911088 139879393036930 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20086784 140725868413963 140725868414066 140725868414066 140725868416975 0
[pid=31027/tid=31035] ppid=31024 vsize=10744136 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31027/task/31035/stat : 31035 (java) S 31024 31027 30397 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 16 0 414325694 11001995264 36369 33554432000 4194304 4196468 140725868411520 139878883857376 139879393035989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20086784 140725868413963 140725868414066 140725868414066 140725868416975 0
[pid=31027/tid=31036] ppid=31024 vsize=10744136 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31027/task/31036/stat : 31036 (java) S 31024 31027 30397 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 414325694 11001995264 36369 33554432000 4194304 4196468 140725868411520 139878882804736 139879393035989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20086784 140725868413963 140725868414066 140725868414066 140725868416975 0
[pid=31027/tid=31037] ppid=31024 vsize=10744136 memory=6944656592455097440 CPUtime=0 cores=0,2,4,6
/proc/31027/task/31037/stat : 31037 (java) S 31024 31027 30397 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414325696 11001995264 36369 33554432000 4194304 4196468 140725868411520 139878881753296 139879393044379 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20086784 140725868413963 140725868414066 140725868414066 140725868416975 0
[pid=31027/tid=31038] ppid=31024 vsize=10744136 memory=0 CPUtime=0.3 cores=0,2,4,6
/proc/31027/task/31038/stat : 31038 (java) S 31024 31027 30397 0 -1 1077944384 1901 0 0 0 30 0 0 0 20 0 16 0 414325696 11001995264 36403 33554432000 4194304 4196468 140725868411520 139878880700912 139879393036930 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20086784 140725868413963 140725868414066 140725868414066 140725868416975 0
[pid=31027/tid=31039] ppid=31024 vsize=10744136 memory=3472323898181169199 CPUtime=0.23 cores=0,2,4,6
/proc/31027/task/31039/stat : 31039 (java) R 31024 31027 30397 0 -1 4202560 1076 0 0 0 23 0 0 0 20 0 16 0 414325696 11001995264 36403 33554432000 4194304 4196468 140725868411520 139878879637360 139879371473083 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20086784 140725868413963 140725868414066 140725868414066 140725868416975 0
[pid=31027/tid=31040] ppid=31024 vsize=10744136 memory=3472468995372848816 CPUtime=0.26 cores=0,2,4,6
/proc/31027/task/31040/stat : 31040 (java) R 31024 31027 30397 0 -1 4202560 1241 0 0 0 26 0 0 0 20 0 16 0 414325696 11001995264 36403 33554432000 4194304 4196468 140725868411520 139878878591552 139879393037718 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20086784 140725868413963 140725868414066 140725868414066 140725868416975 0
[pid=31027/tid=31041] ppid=31024 vsize=10744136 memory=3472328279047811119 CPUtime=0 cores=0,2,4,6
/proc/31027/task/31041/stat : 31041 (java) S 31024 31027 30397 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414325696 11001995264 36403 33554432000 4194304 4196468 140725868411520 139878877543520 139879393035989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20086784 140725868413963 140725868414066 140725868414066 140725868416975 0
[pid=31027/tid=31042] ppid=31024 vsize=10744136 memory=3471343112645875376 CPUtime=0 cores=0,2,4,6
/proc/31027/task/31042/stat : 31042 (java) S 31024 31027 30397 0 -1 1077944384 31 0 0 0 0 0 0 0 20 0 16 0 414325697 11001995264 36403 33554432000 4194304 4196468 140725868411520 139878876490032 139879393036930 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20086784 140725868413963 140725868414066 140725868414066 140725868416975 0
[pid=31027/tid=31043] ppid=31024 vsize=10744136 memory=3472328296227418159 CPUtime=0.08 cores=0,2,4,6
/proc/31027/task/31043/stat : 31043 (java) R 31024 31027 30397 0 -1 4202560 773 0 0 0 8 0 0 0 20 0 16 0 414325881 11001995264 36403 33554432000 4194304 4196468 140725868411520 139878859534496 139879393037718 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20086784 140725868413963 140725868414066 140725868414066 140725868416975 0
Current children cumulated CPU time: 2.86 s
Current children cumulated vsize: 10744136 KiB
Current children cumulated memory: 145476 KiB

[startup+2.20112 s]
/proc/loadavg: 1.99 0.75 0.31 4/229 31043
/proc/meminfo: memFree=31010260/32770624 swapFree=66981380/67108860
[pid=31027] ppid=31024 vsize=10746276 memory=148580 CPUtime=3.34 cores=0,2,4,6
/proc/31027/stat : 31027 (java) S 31024 31027 30397 0 -1 1077944320 23331 0 0 0 321 13 0 0 20 0 16 0 414325691 11004186624 37145 33554432000 4194304 4196468 140725868411520 140725868394064 139879393025783 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 20086784 140725868413963 140725868414066 140725868414066 140725868416975 0
/proc/31027/statm: 2686569 37145 3342 1 0 2646705 0
[pid=31027/tid=31029] ppid=31024 vsize=10746276 memory=0 CPUtime=1.88 cores=0,2,4,6
/proc/31027/task/31029/stat : 31029 (java) S 31024 31027 30397 0 -1 1077944384 14441 0 0 0 181 7 0 0 20 0 16 0 414325691 11004186624 37145 33554432000 4194304 4196468 140725868411520 139879397268656 139879393035989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20086784 140725868413963 140725868414066 140725868414066 140725868416975 0
[pid=31027/tid=31030] ppid=31024 vsize=10746276 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31027/task/31030/stat : 31030 (java) S 31024 31027 30397 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 414325692 11004186624 37145 33554432000 4194304 4196468 140725868411520 139879319100176 139879393035989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20086784 140725868413963 140725868414066 140725868414066 140725868416975 0
[pid=31027/tid=31031] ppid=31024 vsize=10746276 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31027/task/31031/stat : 31031 (java) S 31024 31027 30397 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 414325692 11004186624 37145 33554432000 4194304 4196468 140725868411520 139879318047632 139879393035989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20086784 140725868413963 140725868414066 140725868414066 140725868416975 0
[pid=31027/tid=31032] ppid=31024 vsize=10746276 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31027/task/31032/stat : 31032 (java) S 31024 31027 30397 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 414325692 11004186624 37145 33554432000 4194304 4196468 140725868411520 139879316995088 139879393035989 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20086784 140725868413963 140725868414066 140725868414066 140725868416975 0
[pid=31027/tid=31033] ppid=31024 vsize=10746276 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31027/task/31033/stat : 31033 (java) S 31024 31027 30397 0 -1 1077944384 132 0 0 0 0 0 0 0 20 0 16 0 414325692 11004186624 37145 33554432000 4194304 4196468 140725868411520 139879315942544 139879393035989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20086784 140725868413963 140725868414066 140725868414066 140725868416975 0
[pid=31027/tid=31034] ppid=31024 vsize=10746276 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/31027/task/31034/stat : 31034 (java) S 31024 31027 30397 0 -1 1077944384 1021 0 0 0 1 0 0 0 20 0 16 0 414325693 11004186624 37145 33554432000 4194304 4196468 140725868411520 139878884911088 139879393036930 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20086784 140725868413963 140725868414066 140725868414066 140725868416975 0
[pid=31027/tid=31035] ppid=31024 vsize=10746276 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31027/task/31035/stat : 31035 (java) S 31024 31027 30397 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 16 0 414325694 11004186624 37145 33554432000 4194304 4196468 140725868411520 139878883857376 139879393035989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20086784 140725868413963 140725868414066 140725868414066 140725868416975 0
[pid=31027/tid=31036] ppid=31024 vsize=10746276 memory=288230574492221466 CPUtime=0 cores=0,2,4,6
/proc/31027/task/31036/stat : 31036 (java) S 31024 31027 30397 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 414325694 11004186624 37145 33554432000 4194304 4196468 140725868411520 139878882804736 139879393035989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20086784 140725868413963 140725868414066 140725868414066 140725868416975 0
[pid=31027/tid=31037] ppid=31024 vsize=10746276 memory=288230617509003574 CPUtime=0 cores=0,2,4,6
/proc/31027/task/31037/stat : 31037 (java) S 31024 31027 30397 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414325696 11004186624 37145 33554432000 4194304 4196468 140725868411520 139878881753296 139879393044379 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20086784 140725868413963 140725868414066 140725868414066 140725868416975 0
[pid=31027/tid=31038] ppid=31024 vsize=10746276 memory=15252640887999028 CPUtime=0.37 cores=0,2,4,6
/proc/31027/task/31038/stat : 31038 (java) R 31024 31027 30397 0 -1 4202560 1942 0 0 0 37 0 0 0 20 0 16 0 414325696 11004186624 37145 33554432000 4194304 4196468 140725868411520 139878880700912 139879376522571 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20086784 140725868413963 140725868414066 140725868414066 140725868416975 0
[pid=31027/tid=31039] ppid=31024 vsize=10746276 memory=984 CPUtime=0.33 cores=0,2,4,6
/proc/31027/task/31039/stat : 31039 (java) R 31024 31027 30397 0 -1 4202560 1155 0 0 0 33 0 0 0 20 0 16 0 414325696 11004186624 37145 33554432000 4194304 4196468 140725868411520 139878879637376 139879373726080 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20086784 140725868413963 140725868414066 140725868414066 140725868416975 0
[pid=31027/tid=31040] ppid=31024 vsize=10746276 memory=1328 CPUtime=0.38 cores=0,2,4,6
/proc/31027/task/31040/stat : 31040 (java) S 31024 31027 30397 0 -1 1077944384 1531 0 0 0 38 0 0 0 20 0 16 0 414325696 11004186624 37145 33554432000 4194304 4196468 140725868411520 139878878595824 139879393036930 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20086784 140725868413963 140725868414066 140725868414066 140725868416975 0
[pid=31027/tid=31041] ppid=31024 vsize=10746276 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31027/task/31041/stat : 31041 (java) S 31024 31027 30397 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414325696 11004186624 37145 33554432000 4194304 4196468 140725868411520 139878877543520 139879393035989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20086784 140725868413963 140725868414066 140725868414066 140725868416975 0
[pid=31027/tid=31042] ppid=31024 vsize=10746276 memory=281432429796480 CPUtime=0 cores=0,2,4,6
/proc/31027/task/31042/stat : 31042 (java) S 31024 31027 30397 0 -1 1077944384 31 0 0 0 0 0 0 0 20 0 16 0 414325697 11004186624 37145 33554432000 4194304 4196468 140725868411520 139878876490032 139879393036930 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20086784 140725868413963 140725868414066 140725868414066 140725868416975 0
[pid=31027/tid=31043] ppid=31024 vsize=10746276 memory=281432429800912 CPUtime=0.27 cores=0,2,4,6
/proc/31027/task/31043/stat : 31043 (java) R 31024 31027 30397 0 -1 4202560 1604 0 0 0 26 1 0 0 20 0 16 0 414325881 11004186624 37145 33554432000 4194304 4196468 140725868411520 139878859536008 139878985987274 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 20086784 140725868413963 140725868414066 140725868414066 140725868416975 0
Current children cumulated CPU time: 3.34 s
Current children cumulated vsize: 10746276 KiB
Current children cumulated memory: 148580 KiB

[startup+2.30073 s]
/proc/loadavg: 1.99 0.75 0.31 4/229 31043
/proc/meminfo: memFree=31010260/32770624 swapFree=66981380/67108860
[pid=31027] ppid=31024 vsize=10746276 memory=150036 CPUtime=3.64 cores=0,2,4,6
/proc/31027/stat : 31027 (java) S 31024 31027 30397 0 -1 1077944320 23660 0 0 0 351 13 0 0 20 0 14 0 414325691 11004186624 37509 33554432000 4194304 4196468 140725868411520 140725868394064 139879393025783 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 20086784 140725868413963 140725868414066 140725868414066 140725868416975 0
/proc/31027/statm: 2686569 37509 3345 1 0 2646705 0
[pid=31027/tid=31029] ppid=31024 vsize=10746276 memory=7162531440177276259 CPUtime=1.88 cores=0,2,4,6
/proc/31027/task/31029/stat : 31029 (java) S 31024 31027 30397 0 -1 1077944384 14443 0 0 0 181 7 0 0 20 0 14 0 414325691 11004186624 37509 33554432000 4194304 4196468 140725868411520 139879397268624 139879393035989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20086784 140725868413963 140725868414066 140725868414066 140725868416975 0
[pid=31027/tid=31030] ppid=31024 vsize=10746276 memory=6226033397494672496 CPUtime=0 cores=0,2,4,6
/proc/31027/task/31030/stat : 31030 (java) S 31024 31027 30397 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 14 0 414325692 11004186624 37509 33554432000 4194304 4196468 140725868411520 139879319100176 139879393035989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20086784 140725868413963 140725868414066 140725868414066 140725868416975 0
[pid=31027/tid=31031] ppid=31024 vsize=10746276 memory=7228952860318393920 CPUtime=0 cores=0,2,4,6
/proc/31027/task/31031/stat : 31031 (java) S 31024 31027 30397 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 14 0 414325692 11004186624 37509 33554432000 4194304 4196468 140725868411520 139879318047632 139879393035989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20086784 140725868413963 140725868414066 140725868414066 140725868416975 0
[pid=31027/tid=31032] ppid=31024 vsize=10746276 memory=7956561380015368534 CPUtime=0 cores=0,2,4,6
/proc/31027/task/31032/stat : 31032 (java) S 31024 31027 30397 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 14 0 414325692 11004186624 37509 33554432000 4194304 4196468 140725868411520 139879316995088 139879393035989 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20086784 140725868413963 140725868414066 140725868414066 140725868416975 0
[pid=31027/tid=31033] ppid=31024 vsize=10746276 memory=281432430232512 CPUtime=0 cores=0,2,4,6
/proc/31027/task/31033/stat : 31033 (java) S 31024 31027 30397 0 -1 1077944384 132 0 0 0 0 0 0 0 20 0 14 0 414325692 11004186624 37509 33554432000 4194304 4196468 140725868411520 139879315942544 139879393035989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20086784 140725868413963 140725868414066 140725868414066 140725868416975 0
[pid=31027/tid=31034] ppid=31024 vsize=10746276 memory=2996079 CPUtime=0.01 cores=0,2,4,6
/proc/31027/task/31034/stat : 31034 (java) S 31024 31027 30397 0 -1 1077944384 1021 0 0 0 1 0 0 0 20 0 14 0 414325693 11004186624 37509 33554432000 4194304 4196468 140725868411520 139878884911296 139879393036930 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20086784 140725868413963 140725868414066 140725868414066 140725868416975 0
[pid=31027/tid=31035] ppid=31024 vsize=10746276 memory=2997094 CPUtime=0 cores=0,2,4,6
/proc/31027/task/31035/stat : 31035 (java) S 31024 31027 30397 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 14 0 414325694 11004186624 37509 33554432000 4194304 4196468 140725868411520 139878883857376 139879393035989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20086784 140725868413963 140725868414066 140725868414066 140725868416975 0
[pid=31027/tid=31036] ppid=31024 vsize=10746276 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31027/task/31036/stat : 31036 (java) S 31024 31027 30397 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 14 0 414325694 11004186624 37509 33554432000 4194304 4196468 140725868411520 139878882804736 139879393035989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20086784 140725868413963 140725868414066 140725868414066 140725868416975 0
[pid=31027/tid=31037] ppid=31024 vsize=10746276 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31027/task/31037/stat : 31037 (java) S 31024 31027 30397 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 14 0 414325696 11004186624 37509 33554432000 4194304 4196468 140725868411520 139878881752944 139879393035989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20086784 140725868413963 140725868414066 140725868414066 140725868416975 0
[pid=31027/tid=31038] ppid=31024 vsize=10746276 memory=0 CPUtime=0.46 cores=0,2,4,6
/proc/31027/task/31038/stat : 31038 (java) S 31024 31027 30397 0 -1 1077944384 2122 0 0 0 46 0 0 0 20 0 14 0 414325696 11004186624 37509 33554432000 4194304 4196468 140725868411520 139878880685872 139879393035989 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20086784 140725868413963 140725868414066 140725868414066 140725868416975 0
[pid=31027/tid=31039] ppid=31024 vsize=10746276 memory=0 CPUtime=0.42 cores=0,2,4,6
/proc/31027/task/31039/stat : 31039 (java) S 31024 31027 30397 0 -1 1077944384 1195 0 0 0 42 0 0 0 20 0 14 0 414325696 11004186624 37509 33554432000 4194304 4196468 140725868411520 139878879641104 139879393035989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20086784 140725868413963 140725868414066 140725868414066 140725868416975 0
[pid=31027/tid=31040] ppid=31024 vsize=10746276 memory=140716214905104 CPUtime=0.4 cores=0,2,4,6
/proc/31027/task/31040/stat : 31040 (java) S 31024 31027 30397 0 -1 1077944384 1574 0 0 0 40 0 0 0 20 0 14 0 414325696 11004186624 37509 33554432000 4194304 4196468 140725868411520 139878878591200 139879393035989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20086784 140725868413963 140725868414066 140725868414066 140725868416975 0
[pid=31027/tid=31041] ppid=31024 vsize=10746276 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31027/task/31041/stat : 31041 (java) S 31024 31027 30397 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 414325696 11004186624 37509 33554432000 4194304 4196468 140725868411520 139878877543520 139879393035989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20086784 140725868413963 140725868414066 140725868414066 140725868416975 0
Current children cumulated CPU time: 3.64 s
Current children cumulated vsize: 10746276 KiB
Current children cumulated memory: 150036 KiB

Child status: 0
Real time (s): 2.30697
CPU time (s): 3.65329
CPU user time (s): 3.51082
CPU system time (s): 0.142468
CPU usage (%): 158.359
Max. virtual memory (cumulated for all children) (KiB): 10746276
Max. memory (cumulated for all children) (KiB): 150036

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.51082
system time used= 0.142468
maximum resident set size= 150520
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23678
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2282
involuntary context switches= 21


# summary of solver processes directly reported to runsolver:
#   pid: 31027
#   total CPU time (s): 3.65329
#   total CPU user time (s): 3.51082
#   total CPU system time (s): 0.142468

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.040279 second user time and 0.063487 second system time

The end

Launcher Data

Begin job on node121 at 2019-09-13 15:16:28
IDJOB=4390612
IDBENCH=124113
IDSOLVER=2832
FILE ID=node121/4390612-1568380630
RUNJOBID= node121-1568380474-30428
PBS_JOBID= 21701842
Free space on /tmp= 61040 MiB

SOLVER NAME= AbsCon 2019-07-23
BENCH NAME= XCSP17/AllInterval/AllInterval-m1-s1/AllInterval-035.xml
COMMAND LINE= java -cp AbsCon19-06.jar AbsCon BENCHNAME -cm
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4390612-1568380630/watcher-4390612-1568380630 -o /tmp/evaluation-result-4390612-1568380630/solver-4390612-1568380630 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node121-1568380474-30428 --watchdog 2580  java -cp AbsCon19-06.jar AbsCon HOME/instance-4390612-1568380630.xml -cm

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

MD5SUM BENCH= fe30f006f3af9f6842518347a037ed7d
RANDOM SEED=842435365

node121.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.75
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.75
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.75
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.75
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:        31143076 kB
MemAvailable:   31484292 kB
Buffers:          145212 kB
Cached:           491540 kB
SwapCached:        18984 kB
Active:           756624 kB
Inactive:         335300 kB
Active(anon):     441248 kB
Inactive(anon):    44092 kB
Active(file):     315376 kB
Inactive(file):   291208 kB
Unevictable:      109496 kB
Mlocked:          109496 kB
SwapTotal:      67108860 kB
SwapFree:       66981380 kB
Dirty:              8504 kB
Writeback:             0 kB
AnonPages:        568360 kB
Mapped:            46660 kB
Shmem:             21812 kB
Slab:             130056 kB
SReclaimable:     100936 kB
SUnreclaim:        29120 kB
KernelStack:        4000 kB
PageTables:         6412 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1427028 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    466944 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /tmp at the end= 61032 MiB
End job on node121 at 2019-09-13 15:16:31