Trace number 4390677

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-23? (problem) 82.2851 25.8728

General information on the benchmark

NameFischer/Fischer-m1-s1/
Fischer-11-05-fair.xml
MD5SUMce7bc4154440f5a39d3b926bfba59e31
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 benchmark14.1142
Satisfiable
(Un)Satisfiability was proved
Number of variables14949
Number of constraints14152
Number of domains3
Minimum domain size2
Maximum domain size20001
Distribution of domain sizes[{"size":2,"count":1994},{"size":201,"count":72},{"size":20001,"count":12883}]
Minimum variable degree2
Maximum variable degree126
Distribution of variable degrees[{"degree":2,"count":13223},{"degree":3,"count":330},{"degree":4,"count":38},{"degree":5,"count":176},{"degree":6,"count":109},{"degree":7,"count":286},{"degree":8,"count":369},{"degree":9,"count":224},{"degree":10,"count":24},{"degree":12,"count":11},{"degree":13,"count":120},{"degree":14,"count":11},{"degree":24,"count":1},{"degree":35,"count":6},{"degree":57,"count":6},{"degree":59,"count":3},{"degree":70,"count":1},{"degree":80,"count":5},{"degree":122,"count":1},{"degree":125,"count":2},{"degree":126,"count":3}]
Minimum constraint arity1
Maximum constraint arity3
Distribution of constraint arities[{"arity":1,"count":2},{"arity":2,"count":2301},{"arity":3,"count":11849}]
Number of extensional constraints0
Number of intensional constraints14152
Distribution of constraint types[{"type":"intension","count":14152}]
Optimization problemNO
Type of objective

Solver Data

2.37/1.89	
2.37/1.89	AbsCon 2 
2.62/1.90	
4.55/2.58	  Instance
4.55/2.58	    name=instance-4390677-1568386055, framework=CSP
4.55/2.58	
4.55/2.58	  Loading variables...
22.81/8.01	  Loading constraints...
46.37/15.87	
46.37/15.87	  Domains
46.37/15.87	    nTypes=3, nValues=257691343, sizes=[2#1994,201#72,20001#12883]
46.37/15.87	  Variables
46.37/15.87	    count=14949, degrees=[2#13223,3#330,4#38,5#176...80#5,122#1,125#2,126#3]
46.37/15.87	  Constraints
46.37/15.87	    count=14152, nSpecific=12524, arities=[1#2,2#2301,3#11849]
46.37/15.87	    distribution=[CtrIntension#1628,EQ#1268,Maximum#6463,Minimum#4793]
46.37/15.87	    nIntStructures=(10,shared:1618)
46.37/15.87	    wck=14.01, cpu=8.39, mem=5978M404

Verifier Data

One s line expected

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4390677-1568386055/watcher-4390677-1568386055 -o /tmp/evaluation-result-4390677-1568386055/solver-4390677-1568386055 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node121-1568380474-30428 --watchdog 2580 java -cp AbsCon19-06.jar AbsCon HOME/instance-4390677-1568386055.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=1165, runsolver pid=1162

[startup+0.100126 s]*
/proc/loadavg: 2.46 1.86 1.86 4/229 1183
/proc/meminfo: memFree=31281856/32770624 swapFree=66981468/67108860
[pid=1165] ppid=1162 vsize=10659884 memory=27432 CPUtime=0.13 cores=0,2,4,6
/proc/1165/stat : 1165 (java) S 1162 1165 30397 0 -1 1077944320 5365 0 0 0 12 1 0 0 20 0 15 0 414868140 10915721216 6858 33554432000 4194304 4196468 140733764095984 140733764078528 140630660402935 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 10940416 140733764097035 140733764097138 140733764097138 140733764100047 0
/proc/1165/statm: 2664971 6858 2839 1 0 2627468 0
[pid=1165/tid=1167] ppid=1162 vsize=10659884 memory=8389772277269004345 CPUtime=0.1 cores=0,2,4,6
/proc/1165/task/1167/stat : 1167 (java) R 1162 1165 30397 0 -1 4202560 3196 0 0 0 9 1 0 0 20 0 15 0 414868141 10915721216 6924 33554432000 4194304 4196468 140733764095984 140630664632592 140630265289498 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10940416 140733764097035 140733764097138 140733764097138 140733764100047 0
[pid=1165/tid=1168] ppid=1162 vsize=10659884 memory=4294967638 CPUtime=0 cores=0,2,4,6
/proc/1165/task/1168/stat : 1168 (java) S 1162 1165 30397 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414868142 10915721216 6924 33554432000 4194304 4196468 140733764095984 140630586477072 140630660413141 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10940416 140733764097035 140733764097138 140733764097138 140733764100047 0
[pid=1165/tid=1169] ppid=1162 vsize=10659884 memory=288370572245153408 CPUtime=0 cores=0,2,4,6
/proc/1165/task/1169/stat : 1169 (java) S 1162 1165 30397 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414868142 10915721216 6924 33554432000 4194304 4196468 140733764095984 140630585424528 140630660413141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10940416 140733764097035 140733764097138 140733764097138 140733764100047 0
[pid=1165/tid=1170] ppid=1162 vsize=10659884 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1165/task/1170/stat : 1170 (java) S 1162 1165 30397 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414868142 10915721216 6924 33554432000 4194304 4196468 140733764095984 140630265162000 140630660413141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10940416 140733764097035 140733764097138 140733764097138 140733764100047 0
[pid=1165/tid=1171] ppid=1162 vsize=10659884 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1165/task/1171/stat : 1171 (java) S 1162 1165 30397 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414868142 10915721216 6924 33554432000 4194304 4196468 140733764095984 140630264109456 140630660413141 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10940416 140733764097035 140733764097138 140733764097138 140733764100047 0
[pid=1165/tid=1172] ppid=1162 vsize=10659884 memory=140196093441664 CPUtime=0 cores=0,2,4,6
/proc/1165/task/1172/stat : 1172 (java) S 1162 1165 30397 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414868143 10915721216 6924 33554432000 4194304 4196468 140733764095984 140630152313584 140630660414082 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10940416 140733764097035 140733764097138 140733764097138 140733764100047 0
[pid=1165/tid=1173] ppid=1162 vsize=10659884 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1165/task/1173/stat : 1173 (java) S 1162 1165 30397 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 414868143 10915721216 6924 33554432000 4194304 4196468 140733764095984 140630151259808 140630660413141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10940416 140733764097035 140733764097138 140733764097138 140733764100047 0
[pid=1165/tid=1174] ppid=1162 vsize=10659884 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1165/task/1174/stat : 1174 (java) S 1162 1165 30397 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 414868144 10915721216 6924 33554432000 4194304 4196468 140733764095984 140630150206704 140630660413141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10940416 140733764097035 140733764097138 140733764097138 140733764100047 0
[pid=1165/tid=1175] ppid=1162 vsize=10659884 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1165/task/1175/stat : 1175 (java) S 1162 1165 30397 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414868146 10915721216 6924 33554432000 4194304 4196468 140733764095984 140630149155280 140630660421531 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10940416 140733764097035 140733764097138 140733764097138 140733764100047 0
[pid=1165/tid=1176] ppid=1162 vsize=10659884 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/1165/task/1176/stat : 1176 (java) S 1162 1165 30397 0 -1 1077944384 421 0 0 0 1 0 0 0 20 0 15 0 414868146 10915721216 6924 33554432000 4194304 4196468 140733764095984 140630148102384 140630660414082 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10940416 140733764097035 140733764097138 140733764097138 140733764100047 0
[pid=1165/tid=1177] ppid=1162 vsize=10659884 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1165/task/1177/stat : 1177 (java) S 1162 1165 30397 0 -1 1077944384 128 0 0 0 0 0 0 0 20 0 15 0 414868146 10915721216 6924 33554432000 4194304 4196468 140733764095984 140630147049840 140630660414082 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10940416 140733764097035 140733764097138 140733764097138 140733764100047 0
[pid=1165/tid=1178] ppid=1162 vsize=10659884 memory=140196093441664 CPUtime=0.02 cores=0,2,4,6
/proc/1165/task/1178/stat : 1178 (java) R 1162 1165 30397 0 -1 4202560 391 0 0 0 2 0 0 0 20 0 15 0 414868146 10915721216 6924 33554432000 4194304 4196468 140733764095984 140630145991664 140630639371062 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10940416 140733764097035 140733764097138 140733764097138 140733764100047 0
[pid=1165/tid=1180] ppid=1162 vsize=10659884 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1165/task/1180/stat : 1180 (java) S 1162 1165 30397 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414868146 10915721216 6924 33554432000 4194304 4196468 140733764095984 140630144944480 140630660413141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10940416 140733764097035 140733764097138 140733764097138 140733764100047 0
[pid=1165/tid=1183] ppid=1162 vsize=10659884 memory=140196093441664 CPUtime=0 cores=0,2,4,6
/proc/1165/task/1183/stat : 1183 (java) S 1162 1165 30397 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414868146 10915721216 6924 33554432000 4194304 4196468 140733764095984 140630143892528 140630660414082 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10940416 140733764097035 140733764097138 140733764097138 140733764100047 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10659884 KiB
Current children cumulated memory: 27432 KiB

[startup+0.210725 s]*
/proc/loadavg: 2.46 1.86 1.86 3/229 1183
/proc/meminfo: memFree=31274932/32770624 swapFree=66981468/67108860
[pid=1165] ppid=1162 vsize=10659884 memory=35132 CPUtime=0.32 cores=0,2,4,6
/proc/1165/stat : 1165 (java) S 1162 1165 30397 0 -1 1077944320 6934 0 0 0 31 1 0 0 20 0 15 0 414868140 10915721216 8783 33554432000 4194304 4196468 140733764095984 140733764078528 140630660402935 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 10940416 140733764097035 140733764097138 140733764097138 140733764100047 0
/proc/1165/statm: 2664971 8783 2990 1 0 2627468 0
[pid=1165/tid=1167] ppid=1162 vsize=10659884 memory=8389772277269004345 CPUtime=0.2 cores=0,2,4,6
/proc/1165/task/1167/stat : 1167 (java) R 1162 1165 30397 0 -1 4202560 3858 0 0 0 19 1 0 0 20 0 15 0 414868141 10915721216 8783 33554432000 4194304 4196468 140733764095984 140630664629296 140630660424861 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10940416 140733764097035 140733764097138 140733764097138 140733764100047 0
[pid=1165/tid=1168] ppid=1162 vsize=10659884 memory=4294967638 CPUtime=0 cores=0,2,4,6
/proc/1165/task/1168/stat : 1168 (java) S 1162 1165 30397 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414868142 10915721216 8783 33554432000 4194304 4196468 140733764095984 140630586477072 140630660413141 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10940416 140733764097035 140733764097138 140733764097138 140733764100047 0
[pid=1165/tid=1169] ppid=1162 vsize=10659884 memory=288370572245153408 CPUtime=0 cores=0,2,4,6
/proc/1165/task/1169/stat : 1169 (java) S 1162 1165 30397 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414868142 10915721216 8783 33554432000 4194304 4196468 140733764095984 140630585424528 140630660413141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10940416 140733764097035 140733764097138 140733764097138 140733764100047 0
[pid=1165/tid=1170] ppid=1162 vsize=10659884 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1165/task/1170/stat : 1170 (java) S 1162 1165 30397 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414868142 10915721216 8783 33554432000 4194304 4196468 140733764095984 140630265162000 140630660413141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10940416 140733764097035 140733764097138 140733764097138 140733764100047 0
[pid=1165/tid=1171] ppid=1162 vsize=10659884 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1165/task/1171/stat : 1171 (java) S 1162 1165 30397 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414868142 10915721216 8783 33554432000 4194304 4196468 140733764095984 140630264109456 140630660413141 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10940416 140733764097035 140733764097138 140733764097138 140733764100047 0
[pid=1165/tid=1172] ppid=1162 vsize=10659884 memory=140196093441664 CPUtime=0 cores=0,2,4,6
/proc/1165/task/1172/stat : 1172 (java) S 1162 1165 30397 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414868143 10915721216 8783 33554432000 4194304 4196468 140733764095984 140630152313584 140630660414082 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10940416 140733764097035 140733764097138 140733764097138 140733764100047 0
[pid=1165/tid=1173] ppid=1162 vsize=10659884 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1165/task/1173/stat : 1173 (java) S 1162 1165 30397 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 414868143 10915721216 8783 33554432000 4194304 4196468 140733764095984 140630151259808 140630660413141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10940416 140733764097035 140733764097138 140733764097138 140733764100047 0
[pid=1165/tid=1174] ppid=1162 vsize=10659884 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1165/task/1174/stat : 1174 (java) S 1162 1165 30397 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 414868144 10915721216 8783 33554432000 4194304 4196468 140733764095984 140630150206704 140630660413141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10940416 140733764097035 140733764097138 140733764097138 140733764100047 0
[pid=1165/tid=1175] ppid=1162 vsize=10659884 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1165/task/1175/stat : 1175 (java) S 1162 1165 30397 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414868146 10915721216 8783 33554432000 4194304 4196468 140733764095984 140630149155280 140630660421531 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10940416 140733764097035 140733764097138 140733764097138 140733764100047 0
[pid=1165/tid=1176] ppid=1162 vsize=10659884 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/1165/task/1176/stat : 1176 (java) S 1162 1165 30397 0 -1 1077944384 605 0 0 0 3 0 0 0 20 0 15 0 414868146 10915721216 8783 33554432000 4194304 4196468 140733764095984 140630148102384 140630660414082 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10940416 140733764097035 140733764097138 140733764097138 140733764100047 0
[pid=1165/tid=1177] ppid=1162 vsize=10659884 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/1165/task/1177/stat : 1177 (java) S 1162 1165 30397 0 -1 1077944384 412 0 0 0 2 0 0 0 20 0 15 0 414868146 10915721216 8783 33554432000 4194304 4196468 140733764095984 140630147049840 140630660414082 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10940416 140733764097035 140733764097138 140733764097138 140733764100047 0
[pid=1165/tid=1178] ppid=1162 vsize=10659884 memory=140196093441664 CPUtime=0.05 cores=0,2,4,6
/proc/1165/task/1178/stat : 1178 (java) S 1162 1165 30397 0 -1 1077944384 700 0 0 0 5 0 0 0 20 0 15 0 414868146 10915721216 8783 33554432000 4194304 4196468 140733764095984 140630145996784 140630660414082 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10940416 140733764097035 140733764097138 140733764097138 140733764100047 0
[pid=1165/tid=1180] ppid=1162 vsize=10659884 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1165/task/1180/stat : 1180 (java) S 1162 1165 30397 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414868146 10915721216 8783 33554432000 4194304 4196468 140733764095984 140630144944480 140630660413141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10940416 140733764097035 140733764097138 140733764097138 140733764100047 0
[pid=1165/tid=1183] ppid=1162 vsize=10659884 memory=140196093441664 CPUtime=0 cores=0,2,4,6
/proc/1165/task/1183/stat : 1183 (java) S 1162 1165 30397 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414868146 10915721216 8783 33554432000 4194304 4196468 140733764095984 140630143892528 140630660414082 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10940416 140733764097035 140733764097138 140733764097138 140733764100047 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 10659884 KiB
Current children cumulated memory: 35132 KiB

[startup+0.310126 s]*
/proc/loadavg: 2.46 1.86 1.86 3/229 1183
/proc/meminfo: memFree=31267272/32770624 swapFree=66981468/67108860
[pid=1165] ppid=1162 vsize=10659884 memory=40260 CPUtime=0.47 cores=0,2,4,6
/proc/1165/stat : 1165 (java) S 1162 1165 30397 0 -1 1077944320 9446 0 0 0 44 3 0 0 20 0 15 0 414868140 10915721216 10065 33554432000 4194304 4196468 140733764095984 140733764078528 140630660402935 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 10940416 140733764097035 140733764097138 140733764097138 140733764100047 0
/proc/1165/statm: 2664971 10065 3002 1 0 2627468 0
[pid=1165/tid=1167] ppid=1162 vsize=10659884 memory=1398720917958146503 CPUtime=0.3 cores=0,2,4,6
/proc/1165/task/1167/stat : 1167 (java) R 1162 1165 30397 0 -1 4202560 6310 0 0 0 28 2 0 0 20 0 15 0 414868141 10915721216 10065 33554432000 4194304 4196468 140733764095984 140630664635344 140630644483422 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10940416 140733764097035 140733764097138 140733764097138 140733764100047 0
[pid=1165/tid=1168] ppid=1162 vsize=10659884 memory=4126316290023845779 CPUtime=0 cores=0,2,4,6
/proc/1165/task/1168/stat : 1168 (java) S 1162 1165 30397 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414868142 10915721216 10065 33554432000 4194304 4196468 140733764095984 140630586477072 140630660413141 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10940416 140733764097035 140733764097138 140733764097138 140733764100047 0
[pid=1165/tid=1169] ppid=1162 vsize=10659884 memory=1404 CPUtime=0 cores=0,2,4,6
/proc/1165/task/1169/stat : 1169 (java) S 1162 1165 30397 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414868142 10915721216 10065 33554432000 4194304 4196468 140733764095984 140630585424528 140630660413141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10940416 140733764097035 140733764097138 140733764097138 140733764100047 0
[pid=1165/tid=1170] ppid=1162 vsize=10659884 memory=3212 CPUtime=0 cores=0,2,4,6
/proc/1165/task/1170/stat : 1170 (java) S 1162 1165 30397 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414868142 10915721216 10065 33554432000 4194304 4196468 140733764095984 140630265162000 140630660413141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10940416 140733764097035 140733764097138 140733764097138 140733764100047 0
[pid=1165/tid=1171] ppid=1162 vsize=10659884 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1165/task/1171/stat : 1171 (java) S 1162 1165 30397 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414868142 10915721216 10065 33554432000 4194304 4196468 140733764095984 140630264109456 140630660413141 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10940416 140733764097035 140733764097138 140733764097138 140733764100047 0
[pid=1165/tid=1172] ppid=1162 vsize=10659884 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1165/task/1172/stat : 1172 (java) S 1162 1165 30397 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414868143 10915721216 10065 33554432000 4194304 4196468 140733764095984 140630152313584 140630660414082 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10940416 140733764097035 140733764097138 140733764097138 140733764100047 0
[pid=1165/tid=1173] ppid=1162 vsize=10659884 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1165/task/1173/stat : 1173 (java) S 1162 1165 30397 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 414868143 10915721216 10065 33554432000 4194304 4196468 140733764095984 140630151259808 140630660413141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10940416 140733764097035 140733764097138 140733764097138 140733764100047 0
[pid=1165/tid=1174] ppid=1162 vsize=10659884 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1165/task/1174/stat : 1174 (java) S 1162 1165 30397 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 414868144 10915721216 10065 33554432000 4194304 4196468 140733764095984 140630150206704 140630660413141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10940416 140733764097035 140733764097138 140733764097138 140733764100047 0
[pid=1165/tid=1175] ppid=1162 vsize=10659884 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1165/task/1175/stat : 1175 (java) S 1162 1165 30397 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414868146 10915721216 10065 33554432000 4194304 4196468 140733764095984 140630149155280 140630660421531 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10940416 140733764097035 140733764097138 140733764097138 140733764100047 0
[pid=1165/tid=1176] ppid=1162 vsize=10659884 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/1165/task/1176/stat : 1176 (java) S 1162 1165 30397 0 -1 1077944384 645 0 0 0 4 0 0 0 20 0 15 0 414868146 10915721216 10065 33554432000 4194304 4196468 140733764095984 140630148102384 140630660414082 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10940416 140733764097035 140733764097138 140733764097138 140733764100047 0
[pid=1165/tid=1177] ppid=1162 vsize=10659884 memory=140195987022383 CPUtime=0.03 cores=0,2,4,6
/proc/1165/task/1177/stat : 1177 (java) S 1162 1165 30397 0 -1 1077944384 420 0 0 0 3 0 0 0 20 0 15 0 414868146 10915721216 10065 33554432000 4194304 4196468 140733764095984 140630147049840 140630660414082 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10940416 140733764097035 140733764097138 140733764097138 140733764100047 0
[pid=1165/tid=1178] ppid=1162 vsize=10659884 memory=140195987031503 CPUtime=0.08 cores=0,2,4,6
/proc/1165/task/1178/stat : 1178 (java) S 1162 1165 30397 0 -1 1077944384 724 0 0 0 8 0 0 0 20 0 15 0 414868146 10915721216 10065 33554432000 4194304 4196468 140733764095984 140630145996784 140630660414082 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10940416 140733764097035 140733764097138 140733764097138 140733764100047 0
[pid=1165/tid=1180] ppid=1162 vsize=10659884 memory=140196093442825 CPUtime=0 cores=0,2,4,6
/proc/1165/task/1180/stat : 1180 (java) S 1162 1165 30397 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414868146 10915721216 10065 33554432000 4194304 4196468 140733764095984 140630144944480 140630660413141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10940416 140733764097035 140733764097138 140733764097138 140733764100047 0
[pid=1165/tid=1183] ppid=1162 vsize=10659884 memory=140195987029295 CPUtime=0 cores=0,2,4,6
/proc/1165/task/1183/stat : 1183 (java) S 1162 1165 30397 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414868146 10915721216 10065 33554432000 4194304 4196468 140733764095984 140630143892528 140630660414082 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10940416 140733764097035 140733764097138 140733764097138 140733764100047 0
Current children cumulated CPU time: 0.47 s
Current children cumulated vsize: 10659884 KiB
Current children cumulated memory: 40260 KiB

[startup+0.705098 s]
/proc/loadavg: 2.46 1.86 1.86 3/229 1183
/proc/meminfo: memFree=31259516/32770624 swapFree=66981468/67108860
[pid=1165] ppid=1162 vsize=10661932 memory=62552 CPUtime=1.09 cores=0,2,4,6
/proc/1165/stat : 1165 (java) S 1162 1165 30397 0 -1 1077944320 12819 0 0 0 104 5 0 0 20 0 15 0 414868140 10917818368 15638 33554432000 4194304 4196468 140733764095984 140733764078528 140630660402935 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 10940416 140733764097035 140733764097138 140733764097138 140733764100047 0
/proc/1165/statm: 2665483 15638 3072 1 0 2627980 0
[pid=1165/tid=1167] ppid=1162 vsize=10661932 memory=7301550382883553383 CPUtime=0.69 cores=0,2,4,6
/proc/1165/task/1167/stat : 1167 (java) R 1162 1165 30397 0 -1 4202560 8872 0 0 0 65 4 0 0 20 0 15 0 414868141 10917818368 15638 33554432000 4194304 4196468 140733764095984 140630664634960 140630641966556 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10940416 140733764097035 140733764097138 140733764097138 140733764100047 0
[pid=1165/tid=1168] ppid=1162 vsize=10661932 memory=6081106774133203815 CPUtime=0 cores=0,2,4,6
/proc/1165/task/1168/stat : 1168 (java) S 1162 1165 30397 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414868142 10917818368 15638 33554432000 4194304 4196468 140733764095984 140630586477072 140630660413141 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10940416 140733764097035 140733764097138 140733764097138 140733764100047 0
[pid=1165/tid=1169] ppid=1162 vsize=10661932 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1165/task/1169/stat : 1169 (java) S 1162 1165 30397 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414868142 10917818368 15638 33554432000 4194304 4196468 140733764095984 140630585424528 140630660413141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10940416 140733764097035 140733764097138 140733764097138 140733764100047 0
[pid=1165/tid=1170] ppid=1162 vsize=10661932 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1165/task/1170/stat : 1170 (java) S 1162 1165 30397 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414868142 10917818368 15638 33554432000 4194304 4196468 140733764095984 140630265162000 140630660413141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10940416 140733764097035 140733764097138 140733764097138 140733764100047 0
[pid=1165/tid=1171] ppid=1162 vsize=10661932 memory=6944656592455360604 CPUtime=0 cores=0,2,4,6
/proc/1165/task/1171/stat : 1171 (java) S 1162 1165 30397 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414868142 10917818368 15638 33554432000 4194304 4196468 140733764095984 140630264109456 140630660413141 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10940416 140733764097035 140733764097138 140733764097138 140733764100047 0
[pid=1165/tid=1172] ppid=1162 vsize=10661932 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1165/task/1172/stat : 1172 (java) S 1162 1165 30397 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414868143 10917818368 15638 33554432000 4194304 4196468 140733764095984 140630152313584 140630660414082 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10940416 140733764097035 140733764097138 140733764097138 140733764100047 0
[pid=1165/tid=1173] ppid=1162 vsize=10661932 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1165/task/1173/stat : 1173 (java) S 1162 1165 30397 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 414868143 10917818368 15638 33554432000 4194304 4196468 140733764095984 140630151259808 140630660413141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10940416 140733764097035 140733764097138 140733764097138 140733764100047 0
[pid=1165/tid=1174] ppid=1162 vsize=10661932 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1165/task/1174/stat : 1174 (java) S 1162 1165 30397 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 414868144 10917818368 15638 33554432000 4194304 4196468 140733764095984 140630150206704 140630660413141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10940416 140733764097035 140733764097138 140733764097138 140733764100047 0
[pid=1165/tid=1175] ppid=1162 vsize=10661932 memory=-6800859132029471843 CPUtime=0 cores=0,2,4,6
/proc/1165/task/1175/stat : 1175 (java) S 1162 1165 30397 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414868146 10917818368 15638 33554432000 4194304 4196468 140733764095984 140630149155280 140630660421531 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10940416 140733764097035 140733764097138 140733764097138 140733764100047 0
[pid=1165/tid=1176] ppid=1162 vsize=10661932 memory=6944656575208382560 CPUtime=0.1 cores=0,2,4,6
/proc/1165/task/1176/stat : 1176 (java) S 1162 1165 30397 0 -1 1077944384 845 0 0 0 10 0 0 0 20 0 15 0 414868146 10917818368 15638 33554432000 4194304 4196468 140733764095984 140630148102384 140630660414082 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10940416 140733764097035 140733764097138 140733764097138 140733764100047 0
[pid=1165/tid=1177] ppid=1162 vsize=10661932 memory=6944652177228980320 CPUtime=0.09 cores=0,2,4,6
/proc/1165/task/1177/stat : 1177 (java) R 1162 1165 30397 0 -1 4202560 656 0 0 0 9 0 0 0 20 0 15 0 414868146 10917818368 15638 33554432000 4194304 4196468 140733764095984 140630147035936 140630643787535 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 10940416 140733764097035 140733764097138 140733764097138 140733764100047 0
[pid=1165/tid=1178] ppid=1162 vsize=10661932 memory=6655300316396806240 CPUtime=0.19 cores=0,2,4,6
/proc/1165/task/1178/stat : 1178 (java) S 1162 1165 30397 0 -1 1077944384 1087 0 0 0 19 0 0 0 20 0 15 0 414868146 10917818368 15638 33554432000 4194304 4196468 140733764095984 140630145996784 140630660414082 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10940416 140733764097035 140733764097138 140733764097138 140733764100047 0
[pid=1165/tid=1180] ppid=1162 vsize=10661932 memory=-6873162000112450758 CPUtime=0 cores=0,2,4,6
/proc/1165/task/1180/stat : 1180 (java) S 1162 1165 30397 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414868146 10917818368 15638 33554432000 4194304 4196468 140733764095984 140630144944480 140630660413141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10940416 140733764097035 140733764097138 140733764097138 140733764100047 0
[pid=1165/tid=1183] ppid=1162 vsize=10661932 memory=6944656591801718942 CPUtime=0 cores=0,2,4,6
/proc/1165/task/1183/stat : 1183 (java) S 1162 1165 30397 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414868146 10917818368 15638 33554432000 4194304 4196468 140733764095984 140630143892528 140630660414082 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10940416 140733764097035 140733764097138 140733764097138 140733764100047 0
Current children cumulated CPU time: 1.09 s
Current children cumulated vsize: 10661932 KiB
Current children cumulated memory: 62552 KiB

[startup+1.50082 s]
/proc/loadavg: 2.46 1.86 1.86 3/228 1183
/proc/meminfo: memFree=31243528/32770624 swapFree=66981468/67108860
[pid=1165] ppid=1162 vsize=10663980 memory=74904 CPUtime=1.98 cores=0,2,4,6
/proc/1165/stat : 1165 (java) S 1162 1165 30397 0 -1 1077944320 18312 0 0 0 192 6 0 0 20 0 15 0 414868140 10919915520 18726 33554432000 4194304 4196468 140733764095984 140733764078528 140630660402935 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 10940416 140733764097035 140733764097138 140733764097138 140733764100047 0
/proc/1165/statm: 2665995 18726 3096 1 0 2628492 0
[pid=1165/tid=1167] ppid=1162 vsize=10663980 memory=33 CPUtime=1.48 cores=0,2,4,6
/proc/1165/task/1167/stat : 1167 (java) R 1162 1165 30397 0 -1 4202560 13051 0 0 0 143 5 0 0 20 0 15 0 414868141 10919915520 18726 33554432000 4194304 4196468 140733764095984 140630664634960 140630643589773 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10940416 140733764097035 140733764097138 140733764097138 140733764100047 0
[pid=1165/tid=1168] ppid=1162 vsize=10663980 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1165/task/1168/stat : 1168 (java) S 1162 1165 30397 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414868142 10919915520 18726 33554432000 4194304 4196468 140733764095984 140630586477072 140630660413141 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10940416 140733764097035 140733764097138 140733764097138 140733764100047 0
[pid=1165/tid=1169] ppid=1162 vsize=10663980 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1165/task/1169/stat : 1169 (java) S 1162 1165 30397 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414868142 10919915520 18726 33554432000 4194304 4196468 140733764095984 140630585424528 140630660413141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10940416 140733764097035 140733764097138 140733764097138 140733764100047 0
[pid=1165/tid=1170] ppid=1162 vsize=10663980 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1165/task/1170/stat : 1170 (java) S 1162 1165 30397 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414868142 10919915520 18726 33554432000 4194304 4196468 140733764095984 140630265162000 140630660413141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10940416 140733764097035 140733764097138 140733764097138 140733764100047 0
[pid=1165/tid=1171] ppid=1162 vsize=10663980 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1165/task/1171/stat : 1171 (java) S 1162 1165 30397 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414868142 10919915520 18726 33554432000 4194304 4196468 140733764095984 140630264109456 140630660413141 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10940416 140733764097035 140733764097138 140733764097138 140733764100047 0
[pid=1165/tid=1172] ppid=1162 vsize=10663980 memory=6944656592455360604 CPUtime=0 cores=0,2,4,6
/proc/1165/task/1172/stat : 1172 (java) S 1162 1165 30397 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 15 0 414868143 10919915520 18726 33554432000 4194304 4196468 140733764095984 140630152313584 140630660414082 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10940416 140733764097035 140733764097138 140733764097138 140733764100047 0

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

[pid=1165/tid=1168] ppid=1162 vsize=10746276 memory=0 CPUtime=5.5 cores=0,2,4,6
/proc/1165/task/1168/stat : 1168 (java) S 1162 1165 30397 0 -1 1077944384 19265 0 0 0 358 192 0 0 20 0 16 0 414868142 11004186624 1735899 33554432000 4194304 4196468 140733764095984 140630586477072 140630660413141 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10940416 140733764097035 140733764097138 140733764097138 140733764100047 0
[pid=1165/tid=1169] ppid=1162 vsize=10746276 memory=9580 CPUtime=5.58 cores=0,2,4,6
/proc/1165/task/1169/stat : 1169 (java) S 1162 1165 30397 0 -1 1077944384 17366 0 0 0 388 170 0 0 20 0 16 0 414868142 11004186624 1735899 33554432000 4194304 4196468 140733764095984 140630585424528 140630660413141 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10940416 140733764097035 140733764097138 140733764097138 140733764100047 0
[pid=1165/tid=1170] ppid=1162 vsize=10746276 memory=1060 CPUtime=5.52 cores=0,2,4,6
/proc/1165/task/1170/stat : 1170 (java) S 1162 1165 30397 0 -1 1077944384 18100 0 0 0 359 193 0 0 20 0 16 0 414868142 11004186624 1735899 33554432000 4194304 4196468 140733764095984 140630265162000 140630660413141 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10940416 140733764097035 140733764097138 140733764097138 140733764100047 0
[pid=1165/tid=1171] ppid=1162 vsize=10746276 memory=2828 CPUtime=5.59 cores=0,2,4,6
/proc/1165/task/1171/stat : 1171 (java) S 1162 1165 30397 0 -1 1077944384 70512 0 0 0 396 163 0 0 20 0 16 0 414868142 11004186624 1735899 33554432000 4194304 4196468 140733764095984 140630264109456 140630660413141 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10940416 140733764097035 140733764097138 140733764097138 140733764100047 0
[pid=1165/tid=1172] ppid=1162 vsize=10746276 memory=888680 CPUtime=0.22 cores=0,2,4,6
/proc/1165/task/1172/stat : 1172 (java) S 1162 1165 30397 0 -1 1077944384 10801 0 0 0 21 1 0 0 20 0 16 0 414868143 11004186624 1735899 33554432000 4194304 4196468 140733764095984 140630152313584 140630660414082 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10940416 140733764097035 140733764097138 140733764097138 140733764100047 0
[pid=1165/tid=1173] ppid=1162 vsize=10746276 memory=7019467088057479473 CPUtime=0 cores=0,2,4,6
/proc/1165/task/1173/stat : 1173 (java) S 1162 1165 30397 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 16 0 414868143 11004186624 1735899 33554432000 4194304 4196468 140733764095984 140630151259872 140630660413141 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10940416 140733764097035 140733764097138 140733764097138 140733764100047 0
[pid=1165/tid=1174] ppid=1162 vsize=10746276 memory=33 CPUtime=0 cores=0,2,4,6
/proc/1165/task/1174/stat : 1174 (java) S 1162 1165 30397 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 414868144 11004186624 1735899 33554432000 4194304 4196468 140733764095984 140630150206720 140630660413141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10940416 140733764097035 140733764097138 140733764097138 140733764100047 0
[pid=1165/tid=1175] ppid=1162 vsize=10746276 memory=4134692831991786133 CPUtime=0 cores=0,2,4,6
/proc/1165/task/1175/stat : 1175 (java) S 1162 1165 30397 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414868146 11004186624 1735899 33554432000 4194304 4196468 140733764095984 140630149155280 140630660421531 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10940416 140733764097035 140733764097138 140733764097138 140733764100047 0
[pid=1165/tid=1176] ppid=1162 vsize=10746276 memory=55 CPUtime=3.48 cores=0,2,4,6
/proc/1165/task/1176/stat : 1176 (java) S 1162 1165 30397 0 -1 1077944384 6981 0 0 0 347 1 0 0 20 0 16 0 414868146 11004186624 1735899 33554432000 4194304 4196468 140733764095984 140630148102384 140630660414082 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10940416 140733764097035 140733764097138 140733764097138 140733764100047 0
[pid=1165/tid=1177] ppid=1162 vsize=10746276 memory=0 CPUtime=3.78 cores=0,2,4,6
/proc/1165/task/1177/stat : 1177 (java) R 1162 1165 30397 0 -1 4202560 8094 0 0 0 378 0 0 0 20 0 16 0 414868146 11004186624 1735899 33554432000 4194304 4196468 140733764095984 140630147038544 140630643959345 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10940416 140733764097035 140733764097138 140733764097138 140733764100047 0
[pid=1165/tid=1178] ppid=1162 vsize=10746276 memory=0 CPUtime=0.97 cores=0,2,4,6
/proc/1165/task/1178/stat : 1178 (java) S 1162 1165 30397 0 -1 1077944384 5321 0 0 0 96 1 0 0 20 0 16 0 414868146 11004186624 1735899 33554432000 4194304 4196468 140733764095984 140630145996784 140630660414082 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10940416 140733764097035 140733764097138 140733764097138 140733764100047 0
[pid=1165/tid=1180] ppid=1162 vsize=10746276 memory=288230574492221466 CPUtime=0 cores=0,2,4,6
/proc/1165/task/1180/stat : 1180 (java) S 1162 1165 30397 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414868146 11004186624 1735899 33554432000 4194304 4196468 140733764095984 140630144944480 140630660413141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10940416 140733764097035 140733764097138 140733764097138 140733764100047 0
[pid=1165/tid=1183] ppid=1162 vsize=10746276 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1165/task/1183/stat : 1183 (java) S 1162 1165 30397 0 -1 1077944384 85 0 0 0 0 0 0 0 20 0 16 0 414868146 11004186624 1735899 33554432000 4194304 4196468 140733764095984 140630143892528 140630660414082 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10940416 140733764097035 140733764097138 140733764097138 140733764100047 0
[pid=1165/tid=1185] ppid=1162 vsize=10746276 memory=5745192 CPUtime=4.89 cores=0,2,4,6
/proc/1165/task/1185/stat : 1185 (java) R 1162 1165 30397 0 -1 4202560 6237 0 0 0 484 5 0 0 20 0 16 0 414868330 11004186624 1735899 33554432000 4194304 4196468 140733764095984 140630126930552 140630273924566 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10940416 140733764097035 140733764097138 140733764097138 140733764100047 0
Current children cumulated CPU time: 37.48 s
Current children cumulated vsize: 10746276 KiB
Current children cumulated memory: 6943596 KiB

[startup+25.5011 s]
/proc/loadavg: 3.17 2.08 1.93 6/229 1185
/proc/meminfo: memFree=22943864/32770624 swapFree=66981468/67108860
[pid=1165] ppid=1162 vsize=10748324 memory=8349112 CPUtime=81.34 cores=0,2,4,6
/proc/1165/stat : 1165 (java) S 1162 1165 30397 0 -1 1077944320 275812 0 0 0 7331 803 0 0 20 0 16 0 414868140 11006283776 2087278 33554432000 4194304 4196468 140733764095984 140733764078528 140630660402935 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 10940416 140733764097035 140733764097138 140733764097138 140733764100047 0
/proc/1165/statm: 2687081 2087278 3391 1 0 2647217 0
[pid=1165/tid=1167] ppid=1162 vsize=10748324 memory=0 CPUtime=1.87 cores=0,2,4,6
/proc/1165/task/1167/stat : 1167 (java) S 1162 1165 30397 0 -1 1077944384 15316 0 0 0 180 7 0 0 20 0 16 0 414868141 11006283776 2087278 33554432000 4194304 4196468 140733764095984 140630664645808 140630660413141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10940416 140733764097035 140733764097138 140733764097138 140733764100047 0
[pid=1165/tid=1168] ppid=1162 vsize=10748324 memory=888680 CPUtime=15.17 cores=0,2,4,6
/proc/1165/task/1168/stat : 1168 (java) R 1162 1165 30397 0 -1 4202560 21428 0 0 0 1312 205 0 0 20 0 16 0 414868142 11006283776 2087278 33554432000 4194304 4196468 140733764095984 140630586477272 140630645399302 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10940416 140733764097035 140733764097138 140733764097138 140733764100047 0
[pid=1165/tid=1169] ppid=1162 vsize=10748324 memory=7019467088057479473 CPUtime=15.28 cores=0,2,4,6
/proc/1165/task/1169/stat : 1169 (java) R 1162 1165 30397 0 -1 4202560 20949 0 0 0 1341 187 0 0 20 0 16 0 414868142 11006283776 2087278 33554432000 4194304 4196468 140733764095984 140630585424336 140630653031143 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10940416 140733764097035 140733764097138 140733764097138 140733764100047 0
[pid=1165/tid=1170] ppid=1162 vsize=10748324 memory=984 CPUtime=15.31 cores=0,2,4,6
/proc/1165/task/1170/stat : 1170 (java) R 1162 1165 30397 0 -1 4202560 71358 0 0 0 1321 210 0 0 20 0 16 0 414868142 11006283776 2087278 33554432000 4194304 4196468 140733764095984 140630265161808 140630653031143 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10940416 140733764097035 140733764097138 140733764097138 140733764100047 0
[pid=1165/tid=1171] ppid=1162 vsize=10748324 memory=1328 CPUtime=15.3 cores=0,2,4,6
/proc/1165/task/1171/stat : 1171 (java) R 1162 1165 30397 0 -1 4202560 73346 0 0 0 1353 177 0 0 20 0 16 0 414868142 11006283776 2087278 33554432000 4194304 4196468 140733764095984 140630264109344 140630645399302 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 10940416 140733764097035 140733764097138 140733764097138 140733764100047 0
[pid=1165/tid=1172] ppid=1162 vsize=10748324 memory=6944656592455359580 CPUtime=1.45 cores=0,2,4,6
/proc/1165/task/1172/stat : 1172 (java) S 1162 1165 30397 0 -1 1077944384 29591 0 0 0 144 1 0 0 20 0 16 0 414868143 11006283776 2087278 33554432000 4194304 4196468 140733764095984 140630152312144 140630660413141 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10940416 140733764097035 140733764097138 140733764097138 140733764100047 0
[pid=1165/tid=1173] ppid=1162 vsize=10748324 memory=6944656592455097440 CPUtime=0 cores=0,2,4,6
/proc/1165/task/1173/stat : 1173 (java) S 1162 1165 30397 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 16 0 414868143 11006283776 2087278 33554432000 4194304 4196468 140733764095984 140630151259408 140630660414082 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10940416 140733764097035 140733764097138 140733764097138 140733764100047 0
[pid=1165/tid=1174] ppid=1162 vsize=10748324 memory=280391974469424 CPUtime=0 cores=0,2,4,6
/proc/1165/task/1174/stat : 1174 (java) S 1162 1165 30397 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 414868144 11006283776 2087278 33554432000 4194304 4196468 140733764095984 140630150206720 140630660413141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10940416 140733764097035 140733764097138 140733764097138 140733764100047 0
[pid=1165/tid=1175] ppid=1162 vsize=10748324 memory=6079954503378102881 CPUtime=0 cores=0,2,4,6
/proc/1165/task/1175/stat : 1175 (java) S 1162 1165 30397 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414868146 11006283776 2087278 33554432000 4194304 4196468 140733764095984 140630149155280 140630660421531 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10940416 140733764097035 140733764097138 140733764097138 140733764100047 0
[pid=1165/tid=1176] ppid=1162 vsize=10748324 memory=7234022768547812966 CPUtime=4.56 cores=0,2,4,6
/proc/1165/task/1176/stat : 1176 (java) S 1162 1165 30397 0 -1 1077944384 13366 0 0 0 455 1 0 0 20 0 16 0 414868146 11006283776 2087278 33554432000 4194304 4196468 140733764095984 140630148102384 140630660414082 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10940416 140733764097035 140733764097138 140733764097138 140733764100047 0
[pid=1165/tid=1177] ppid=1162 vsize=10748324 memory=0 CPUtime=4.64 cores=0,2,4,6
/proc/1165/task/1177/stat : 1177 (java) S 1162 1165 30397 0 -1 1077944384 12777 0 0 0 463 1 0 0 20 0 16 0 414868146 11006283776 2087278 33554432000 4194304 4196468 140733764095984 140630147049840 140630660414082 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10940416 140733764097035 140733764097138 140733764097138 140733764100047 0
[pid=1165/tid=1178] ppid=1162 vsize=10748324 memory=7380385388137112419 CPUtime=1.01 cores=0,2,4,6
/proc/1165/task/1178/stat : 1178 (java) S 1162 1165 30397 0 -1 1077944384 6232 0 0 0 100 1 0 0 20 0 16 0 414868146 11006283776 2087278 33554432000 4194304 4196468 140733764095984 140630145996784 140630660414082 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10940416 140733764097035 140733764097138 140733764097138 140733764100047 0
[pid=1165/tid=1180] ppid=1162 vsize=10748324 memory=7307184289356141164 CPUtime=0 cores=0,2,4,6
/proc/1165/task/1180/stat : 1180 (java) S 1162 1165 30397 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414868146 11006283776 2087278 33554432000 4194304 4196468 140733764095984 140630144944480 140630660413141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10940416 140733764097035 140733764097138 140733764097138 140733764100047 0
[pid=1165/tid=1183] ppid=1162 vsize=10748324 memory=5939235711015742052 CPUtime=0 cores=0,2,4,6
/proc/1165/task/1183/stat : 1183 (java) S 1162 1165 30397 0 -1 1077944384 155 0 0 0 0 0 0 0 20 0 16 0 414868146 11006283776 2087278 33554432000 4194304 4196468 140733764095984 140630143892528 140630660414082 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10940416 140733764097035 140733764097138 140733764097138 140733764100047 0
[pid=1165/tid=1185] ppid=1162 vsize=10748324 memory=2004 CPUtime=6.62 cores=0,2,4,6
/proc/1165/task/1185/stat : 1185 (java) S 1162 1165 30397 0 -1 1077944384 9884 0 0 0 656 6 0 0 20 0 16 0 414868330 11006283776 2087278 33554432000 4194304 4196468 140733764095984 140630126936672 140630660413141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10940416 140733764097035 140733764097138 140733764097138 140733764100047 0
Current children cumulated CPU time: 81.34 s
Current children cumulated vsize: 10748324 KiB
Current children cumulated memory: 8349112 KiB

[startup+25.8728 s]
# the end of solver process 1165 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=74.2042 s, system=8.08092 s

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

[startup+25.6011 s]
/proc/loadavg: 3.17 2.08 1.93 6/229 1185
/proc/meminfo: memFree=22943864/32770624 swapFree=66981468/67108860
[pid=1165] ppid=1162 vsize=10748324 memory=8349112 CPUtime=81.73 cores=0,2,4,6
/proc/1165/stat : 1165 (java) S 1162 1165 30397 0 -1 1077944320 275812 0 0 0 7370 803 0 0 20 0 16 0 414868140 11006283776 2087278 33554432000 4194304 4196468 140733764095984 140733764078528 140630660402935 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 10940416 140733764097035 140733764097138 140733764097138 140733764100047 0
/proc/1165/statm: 2687081 2087278 3391 1 0 2647217 0
[pid=1165/tid=1167] ppid=1162 vsize=10748324 memory=1328 CPUtime=1.87 cores=0,2,4,6
/proc/1165/task/1167/stat : 1167 (java) S 1162 1165 30397 0 -1 1077944384 15316 0 0 0 180 7 0 0 20 0 16 0 414868141 11006283776 2087278 33554432000 4194304 4196468 140733764095984 140630664645808 140630660413141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10940416 140733764097035 140733764097138 140733764097138 140733764100047 0
[pid=1165/tid=1168] ppid=1162 vsize=10748324 memory=780 CPUtime=15.27 cores=0,2,4,6
/proc/1165/task/1168/stat : 1168 (java) R 1162 1165 30397 0 -1 4202560 21428 0 0 0 1322 205 0 0 20 0 16 0 414868142 11006283776 2087278 33554432000 4194304 4196468 140733764095984 140630586476880 140630653031143 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10940416 140733764097035 140733764097138 140733764097138 140733764100047 0
[pid=1165/tid=1169] ppid=1162 vsize=10748324 memory=4160 CPUtime=15.38 cores=0,2,4,6
/proc/1165/task/1169/stat : 1169 (java) R 1162 1165 30397 0 -1 4202560 20949 0 0 0 1351 187 0 0 20 0 16 0 414868142 11006283776 2087278 33554432000 4194304 4196468 140733764095984 140630585424336 140630653031143 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10940416 140733764097035 140733764097138 140733764097138 140733764100047 0
[pid=1165/tid=1170] ppid=1162 vsize=10748324 memory=8348752 CPUtime=15.4 cores=0,2,4,6
/proc/1165/task/1170/stat : 1170 (java) R 1162 1165 30397 0 -1 4202560 71358 0 0 0 1330 210 0 0 20 0 16 0 414868142 11006283776 2087278 33554432000 4194304 4196468 140733764095984 140630265161808 140630653031143 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10940416 140733764097035 140733764097138 140733764097138 140733764100047 0
[pid=1165/tid=1171] ppid=1162 vsize=10748324 memory=1692 CPUtime=15.4 cores=0,2,4,6
/proc/1165/task/1171/stat : 1171 (java) R 1162 1165 30397 0 -1 4202560 73346 0 0 0 1363 177 0 0 20 0 16 0 414868142 11006283776 2087278 33554432000 4194304 4196468 140733764095984 140630264109344 140630645101777 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 10940416 140733764097035 140733764097138 140733764097138 140733764100047 0
[pid=1165/tid=1172] ppid=1162 vsize=10748324 memory=1028 CPUtime=1.45 cores=0,2,4,6
/proc/1165/task/1172/stat : 1172 (java) S 1162 1165 30397 0 -1 1077944384 29591 0 0 0 144 1 0 0 20 0 16 0 414868143 11006283776 2087278 33554432000 4194304 4196468 140733764095984 140630152312144 140630660413141 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10940416 140733764097035 140733764097138 140733764097138 140733764100047 0
[pid=1165/tid=1173] ppid=1162 vsize=10748324 memory=1060 CPUtime=0 cores=0,2,4,6
/proc/1165/task/1173/stat : 1173 (java) S 1162 1165 30397 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 16 0 414868143 11006283776 2087278 33554432000 4194304 4196468 140733764095984 140630151259408 140630660414082 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10940416 140733764097035 140733764097138 140733764097138 140733764100047 0
[pid=1165/tid=1174] ppid=1162 vsize=10748324 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1165/task/1174/stat : 1174 (java) S 1162 1165 30397 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 414868144 11006283776 2087278 33554432000 4194304 4196468 140733764095984 140630150206720 140630660413141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10940416 140733764097035 140733764097138 140733764097138 140733764100047 0
[pid=1165/tid=1175] ppid=1162 vsize=10748324 memory=7432388 CPUtime=0 cores=0,2,4,6
/proc/1165/task/1175/stat : 1175 (java) S 1162 1165 30397 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414868146 11006283776 2087278 33554432000 4194304 4196468 140733764095984 140630149155280 140630660421531 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10940416 140733764097035 140733764097138 140733764097138 140733764100047 0
[pid=1165/tid=1176] ppid=1162 vsize=10748324 memory=2004 CPUtime=4.56 cores=0,2,4,6
/proc/1165/task/1176/stat : 1176 (java) S 1162 1165 30397 0 -1 1077944384 13366 0 0 0 455 1 0 0 20 0 16 0 414868146 11006283776 2087278 33554432000 4194304 4196468 140733764095984 140630148102384 140630660414082 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10940416 140733764097035 140733764097138 140733764097138 140733764100047 0
[pid=1165/tid=1177] ppid=1162 vsize=10748324 memory=984 CPUtime=4.64 cores=0,2,4,6
/proc/1165/task/1177/stat : 1177 (java) S 1162 1165 30397 0 -1 1077944384 12777 0 0 0 463 1 0 0 20 0 16 0 414868146 11006283776 2087278 33554432000 4194304 4196468 140733764095984 140630147049840 140630660414082 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10940416 140733764097035 140733764097138 140733764097138 140733764100047 0
[pid=1165/tid=1178] ppid=1162 vsize=10748324 memory=8349112 CPUtime=1.01 cores=0,2,4,6
/proc/1165/task/1178/stat : 1178 (java) S 1162 1165 30397 0 -1 1077944384 6232 0 0 0 100 1 0 0 20 0 16 0 414868146 11006283776 2087278 33554432000 4194304 4196468 140733764095984 140630145996784 140630660414082 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10940416 140733764097035 140733764097138 140733764097138 140733764100047 0
[pid=1165/tid=1180] ppid=1162 vsize=10748324 memory=3620 CPUtime=0 cores=0,2,4,6
/proc/1165/task/1180/stat : 1180 (java) S 1162 1165 30397 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414868146 11006283776 2087278 33554432000 4194304 4196468 140733764095984 140630144944480 140630660413141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10940416 140733764097035 140733764097138 140733764097138 140733764100047 0
[pid=1165/tid=1183] ppid=1162 vsize=10748324 memory=19672 CPUtime=0 cores=0,2,4,6
/proc/1165/task/1183/stat : 1183 (java) S 1162 1165 30397 0 -1 1077944384 155 0 0 0 0 0 0 0 20 0 16 0 414868146 11006283776 2087278 33554432000 4194304 4196468 140733764095984 140630143892528 140630660414082 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10940416 140733764097035 140733764097138 140733764097138 140733764100047 0
[pid=1165/tid=1185] ppid=1162 vsize=10748324 memory=1692 CPUtime=6.62 cores=0,2,4,6
/proc/1165/task/1185/stat : 1185 (java) S 1162 1165 30397 0 -1 1077944384 9884 0 0 0 656 6 0 0 20 0 16 0 414868330 11006283776 2087278 33554432000 4194304 4196468 140733764095984 140630126936672 140630660413141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10940416 140733764097035 140733764097138 140733764097138 140733764100047 0
Current children cumulated CPU time: 81.73 s
Current children cumulated vsize: 10748324 KiB
Current children cumulated memory: 8349112 KiB

[startup+25.8007 s]
/proc/loadavg: 3.17 2.08 1.93 6/229 1185
/proc/meminfo: memFree=22943864/32770624 swapFree=66981468/67108860
[pid=1165] ppid=1162 vsize=10748324 memory=8349112 CPUtime=82.21 cores=0,2,4,6
/proc/1165/stat : 1165 (java) S 1162 1165 30397 0 -1 1077944320 275812 0 0 0 7418 803 0 0 20 0 16 0 414868140 11006283776 2087278 33554432000 4194304 4196468 140733764095984 140733764078528 140630660402935 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 10940416 140733764097035 140733764097138 140733764097138 140733764100047 0
/proc/1165/statm: 2687081 2087278 3391 1 0 2647217 0
[pid=1165/tid=1167] ppid=1162 vsize=10748324 memory=1060 CPUtime=1.87 cores=0,2,4,6
/proc/1165/task/1167/stat : 1167 (java) S 1162 1165 30397 0 -1 1077944384 15316 0 0 0 180 7 0 0 20 0 16 0 414868141 11006283776 2087278 33554432000 4194304 4196468 140733764095984 140630664645808 140630660413141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10940416 140733764097035 140733764097138 140733764097138 140733764100047 0
[pid=1165/tid=1168] ppid=1162 vsize=10748324 memory=2828 CPUtime=15.36 cores=0,2,4,6
/proc/1165/task/1168/stat : 1168 (java) S 1162 1165 30397 0 -1 1077944384 21428 0 0 0 1331 205 0 0 20 0 16 0 414868142 11006283776 2087278 33554432000 4194304 4196468 140733764095984 140630586477072 140630660413141 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10940416 140733764097035 140733764097138 140733764097138 140733764100047 0
[pid=1165/tid=1169] ppid=1162 vsize=10748324 memory=756 CPUtime=15.47 cores=0,2,4,6
/proc/1165/task/1169/stat : 1169 (java) S 1162 1165 30397 0 -1 1077944384 20949 0 0 0 1360 187 0 0 20 0 16 0 414868142 11006283776 2087278 33554432000 4194304 4196468 140733764095984 140630585424528 140630660413141 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10940416 140733764097035 140733764097138 140733764097138 140733764100047 0
[pid=1165/tid=1170] ppid=1162 vsize=10748324 memory=1548 CPUtime=15.49 cores=0,2,4,6
/proc/1165/task/1170/stat : 1170 (java) S 1162 1165 30397 0 -1 1077944384 71358 0 0 0 1339 210 0 0 20 0 16 0 414868142 11006283776 2087278 33554432000 4194304 4196468 140733764095984 140630265162000 140630660413141 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10940416 140733764097035 140733764097138 140733764097138 140733764100047 0
[pid=1165/tid=1171] ppid=1162 vsize=10748324 memory=1325 CPUtime=15.49 cores=0,2,4,6
/proc/1165/task/1171/stat : 1171 (java) S 1162 1165 30397 0 -1 1077944384 73346 0 0 0 1372 177 0 0 20 0 16 0 414868142 11006283776 2087278 33554432000 4194304 4196468 140733764095984 140630264109456 140630660413141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10940416 140733764097035 140733764097138 140733764097138 140733764100047 0
[pid=1165/tid=1172] ppid=1162 vsize=10748324 memory=1335 CPUtime=1.56 cores=0,2,4,6
/proc/1165/task/1172/stat : 1172 (java) R 1162 1165 30397 0 -1 4202560 29591 0 0 0 155 1 0 0 20 0 16 0 414868143 11006283776 2087278 33554432000 4194304 4196468 140733764095984 140630152312032 140630638773115 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10940416 140733764097035 140733764097138 140733764097138 140733764100047 0
[pid=1165/tid=1173] ppid=1162 vsize=10748324 memory=1338 CPUtime=0 cores=0,2,4,6
/proc/1165/task/1173/stat : 1173 (java) S 1162 1165 30397 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 16 0 414868143 11006283776 2087278 33554432000 4194304 4196468 140733764095984 140630151259408 140630660414082 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10940416 140733764097035 140733764097138 140733764097138 140733764100047 0
[pid=1165/tid=1174] ppid=1162 vsize=10748324 memory=1338 CPUtime=0 cores=0,2,4,6
/proc/1165/task/1174/stat : 1174 (java) S 1162 1165 30397 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 414868144 11006283776 2087278 33554432000 4194304 4196468 140733764095984 140630150206720 140630660413141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10940416 140733764097035 140733764097138 140733764097138 140733764100047 0
[pid=1165/tid=1175] ppid=1162 vsize=10748324 memory=140195987284003 CPUtime=0 cores=0,2,4,6
/proc/1165/task/1175/stat : 1175 (java) S 1162 1165 30397 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414868146 11006283776 2087278 33554432000 4194304 4196468 140733764095984 140630149155280 140630660421531 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10940416 140733764097035 140733764097138 140733764097138 140733764100047 0
[pid=1165/tid=1176] ppid=1162 vsize=10748324 memory=280391974208048 CPUtime=4.56 cores=0,2,4,6
/proc/1165/task/1176/stat : 1176 (java) S 1162 1165 30397 0 -1 1077944384 13366 0 0 0 455 1 0 0 20 0 16 0 414868146 11006283776 2087278 33554432000 4194304 4196468 140733764095984 140630148102384 140630660414082 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10940416 140733764097035 140733764097138 140733764097138 140733764100047 0
[pid=1165/tid=1177] ppid=1162 vsize=10748324 memory=8349040 CPUtime=4.64 cores=0,2,4,6
/proc/1165/task/1177/stat : 1177 (java) S 1162 1165 30397 0 -1 1077944384 12777 0 0 0 463 1 0 0 20 0 16 0 414868146 11006283776 2087278 33554432000 4194304 4196468 140733764095984 140630147049840 140630660414082 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10940416 140733764097035 140733764097138 140733764097138 140733764100047 0
[pid=1165/tid=1178] ppid=1162 vsize=10748324 memory=9580 CPUtime=1.01 cores=0,2,4,6
/proc/1165/task/1178/stat : 1178 (java) S 1162 1165 30397 0 -1 1077944384 6232 0 0 0 100 1 0 0 20 0 16 0 414868146 11006283776 2087278 33554432000 4194304 4196468 140733764095984 140630145996784 140630660414082 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10940416 140733764097035 140733764097138 140733764097138 140733764100047 0
[pid=1165/tid=1180] ppid=1162 vsize=10748324 memory=14008 CPUtime=0 cores=0,2,4,6
/proc/1165/task/1180/stat : 1180 (java) S 1162 1165 30397 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414868146 11006283776 2087278 33554432000 4194304 4196468 140733764095984 140630144944480 140630660413141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10940416 140733764097035 140733764097138 140733764097138 140733764100047 0
[pid=1165/tid=1183] ppid=1162 vsize=10748324 memory=1404 CPUtime=0 cores=0,2,4,6
/proc/1165/task/1183/stat : 1183 (java) S 1162 1165 30397 0 -1 1077944384 155 0 0 0 0 0 0 0 20 0 16 0 414868146 11006283776 2087278 33554432000 4194304 4196468 140733764095984 140630143892528 140630660414082 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10940416 140733764097035 140733764097138 140733764097138 140733764100047 0
[pid=1165/tid=1185] ppid=1162 vsize=10748324 memory=3240 CPUtime=6.62 cores=0,2,4,6
/proc/1165/task/1185/stat : 1185 (java) S 1162 1165 30397 0 -1 1077944384 9884 0 0 0 656 6 0 0 20 0 16 0 414868330 11006283776 2087278 33554432000 4194304 4196468 140733764095984 140630126936672 140630660413141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10940416 140733764097035 140733764097138 140733764097138 140733764100047 0
Current children cumulated CPU time: 82.21 s
Current children cumulated vsize: 10748324 KiB
Current children cumulated memory: 8349112 KiB

Child status: 0
Real time (s): 25.8728
CPU time (s): 82.2851
CPU user time (s): 74.2042
CPU system time (s): 8.08092
CPU usage (%): 318.037
Max. virtual memory (cumulated for all children) (KiB): 10748324
Max. memory (cumulated for all children) (KiB): 8352892

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 74.2042
system time used= 8.08092
maximum resident set size= 8352892
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 276085
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= 6841
involuntary context switches= 779


# summary of solver processes directly reported to runsolver:
#   pid: 1165
#   total CPU time (s): 82.2851
#   total CPU user time (s): 74.2042
#   total CPU system time (s): 8.08092

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.202848 second user time and 0.292731 second system time

The end

Launcher Data

Begin job on node121 at 2019-09-13 16:46:53
IDJOB=4390677
IDBENCH=139233
IDSOLVER=2832
FILE ID=node121/4390677-1568386055
RUNJOBID= node121-1568380474-30428
PBS_JOBID= 21701842
Free space on /tmp= 61040 MiB

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

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

MD5SUM BENCH= ce7bc4154440f5a39d3b926bfba59e31
RANDOM SEED=348085987

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:        31297780 kB
MemAvailable:   31647880 kB
Buffers:          150852 kB
Cached:           495328 kB
SwapCached:        19016 kB
Active:           594108 kB
Inactive:         342644 kB
Active(anon):     277236 kB
Inactive(anon):    44212 kB
Active(file):     316872 kB
Inactive(file):   298432 kB
Unevictable:      109496 kB
Mlocked:          109496 kB
SwapTotal:      67108860 kB
SwapFree:       66981468 kB
Dirty:              9624 kB
Writeback:             0 kB
AnonPages:        369868 kB
Mapped:            46992 kB
Shmem:             21900 kB
Slab:             130336 kB
SReclaimable:     101264 kB
SUnreclaim:        29072 kB
KernelStack:        4064 kB
PageTables:         6760 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1250908 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    303104 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 16:47:19