Trace number 4390651

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) 86.7879 28.2367

General information on the benchmark

NameFischer/Fischer-m1-s1/
Fischer-10-06-fair.xml
MD5SUM93355dee8c41895d58696aeae14790df
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 benchmark15.4169
Satisfiable
(Un)Satisfiability was proved
Number of variables16091
Number of constraints15232
Number of domains3
Minimum domain size2
Maximum domain size20001
Distribution of domain sizes[{"size":2,"count":2156},{"size":201,"count":77},{"size":20001,"count":13858}]
Minimum variable degree2
Maximum variable degree131
Distribution of variable degrees[{"degree":2,"count":14227},{"degree":3,"count":360},{"degree":4,"count":36},{"degree":5,"count":180},{"degree":6,"count":109},{"degree":7,"count":310},{"degree":8,"count":413},{"degree":9,"count":246},{"degree":10,"count":22},{"degree":11,"count":13},{"degree":12,"count":72},{"degree":13,"count":70},{"degree":22,"count":1},{"degree":32,"count":7},{"degree":52,"count":7},{"degree":54,"count":4},{"degree":64,"count":1},{"degree":73,"count":6},{"degree":114,"count":2},{"degree":115,"count":4},{"degree":131,"count":1}]
Minimum constraint arity1
Maximum constraint arity3
Distribution of constraint arities[{"arity":1,"count":2},{"arity":2,"count":2488},{"arity":3,"count":12742}]
Number of extensional constraints0
Number of intensional constraints15232
Distribution of constraint types[{"type":"intension","count":15232}]
Optimization problemNO
Type of objective

Solver Data

2.39/1.89	
2.39/1.89	AbsCon 2 
2.61/1.91	
5.15/2.71	  Instance
5.15/2.71	    name=instance-4390651-1568386102, framework=CSP
5.15/2.71	
5.15/2.71	  Loading variables...
23.21/8.21	  Loading constraints...
52.01/18.48	
52.01/18.48	  Domains
52.01/18.48	    nTypes=3, nValues=277193647, sizes=[2#2156,201#77,20001#13858]
52.01/18.48	  Variables
52.01/18.48	    count=16091, degrees=[2#14227,3#360,4#36,5#180...73#6,114#2,115#4,131#1]
52.01/18.48	  Constraints
52.01/18.48	    count=15232, nSpecific=13483, arities=[1#2,2#2488,3#12742]
52.01/18.48	    distribution=[CtrIntension#1749,EQ#1373,Maximum#6969,Minimum#5141]
52.01/18.48	    nIntStructures=(10,shared:1739)
52.01/18.48	    wck=16.62, cpu=9.429, mem=6322M824

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4390651-1568386102/watcher-4390651-1568386102 -o /tmp/evaluation-result-4390651-1568386102/solver-4390651-1568386102 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1568380476-6542 --watchdog 2580 java -cp AbsCon19-06.jar AbsCon HOME/instance-4390651-1568386102.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
solver pid=9001, runsolver pid=8998
Current StackSize limit: 8192 KiB


[startup+0.102814 s]*
/proc/loadavg: 2.12 1.78 1.72 4/232 9016
/proc/meminfo: memFree=31351152/32770624 swapFree=67004032/67108860
[pid=9001] ppid=8998 vsize=10659884 memory=28180 CPUtime=0.14 cores=0,2,4,6
/proc/9001/stat : 9001 (java) S 8998 9001 6511 0 -1 1077944320 5523 0 0 0 13 1 0 0 20 0 15 0 414849826 10915721216 7045 33554432000 4194304 4196468 140736331936032 140736331918576 140115844452087 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 26882048 140736331940875 140736331940978 140736331940978 140736331943887 0
/proc/9001/statm: 2664971 7045 2910 1 0 2627468 0
[pid=9001/tid=9003] ppid=8998 vsize=10659884 memory=-8968181374219285696 CPUtime=0.1 cores=0,2,4,6
/proc/9001/task/9003/stat : 9003 (java) R 8998 9001 6511 0 -1 4202560 3212 0 0 0 9 1 0 0 20 0 15 0 414849826 10915721216 7177 33554432000 4194304 4196468 140736331936032 140115848674208 140115836689214 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26882048 140736331940875 140736331940978 140736331940978 140736331943887 0
[pid=9001/tid=9004] ppid=8998 vsize=10659884 memory=-7522837583129502606 CPUtime=0 cores=0,2,4,6
/proc/9001/task/9004/stat : 9004 (java) S 8998 9001 6511 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414849827 10915721216 7177 33554432000 4194304 4196468 140736331936032 140115797072912 140115844462293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26882048 140736331940875 140736331940978 140736331940978 140736331943887 0
[pid=9001/tid=9005] ppid=8998 vsize=10659884 memory=140027400402560 CPUtime=0 cores=0,2,4,6
/proc/9001/task/9005/stat : 9005 (java) S 8998 9001 6511 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414849827 10915721216 7177 33554432000 4194304 4196468 140736331936032 140115796020368 140115844462293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26882048 140736331940875 140736331940978 140736331940978 140736331943887 0
[pid=9001/tid=9006] ppid=8998 vsize=10659884 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9001/task/9006/stat : 9006 (java) S 8998 9001 6511 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414849827 10915721216 7177 33554432000 4194304 4196468 140736331936032 140115794967312 140115844462293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26882048 140736331940875 140736331940978 140736331940978 140736331943887 0
[pid=9001/tid=9007] ppid=8998 vsize=10659884 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9001/task/9007/stat : 9007 (java) S 8998 9001 6511 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414849827 10915721216 7177 33554432000 4194304 4196468 140736331936032 140115793914768 140115844462293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26882048 140736331940875 140736331940978 140736331940978 140736331943887 0
[pid=9001/tid=9008] ppid=8998 vsize=10659884 memory=140027400402560 CPUtime=0 cores=0,2,4,6
/proc/9001/task/9008/stat : 9008 (java) S 8998 9001 6511 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414849829 10915721216 7177 33554432000 4194304 4196468 140736331936032 140115403614448 140115844463234 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26882048 140736331940875 140736331940978 140736331940978 140736331943887 0
[pid=9001/tid=9009] ppid=8998 vsize=10659884 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9001/task/9009/stat : 9009 (java) S 8998 9001 6511 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 414849829 10915721216 7177 33554432000 4194304 4196468 140736331936032 140115402560672 140115844462293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26882048 140736331940875 140736331940978 140736331940978 140736331943887 0
[pid=9001/tid=9010] ppid=8998 vsize=10659884 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9001/task/9010/stat : 9010 (java) S 8998 9001 6511 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 414849829 10915721216 7177 33554432000 4194304 4196468 140736331936032 140115401507568 140115844462293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26882048 140736331940875 140736331940978 140736331940978 140736331943887 0
[pid=9001/tid=9011] ppid=8998 vsize=10659884 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9001/task/9011/stat : 9011 (java) S 8998 9001 6511 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414849832 10915721216 7177 33554432000 4194304 4196468 140736331936032 140115400456144 140115844470683 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26882048 140736331940875 140736331940978 140736331940978 140736331943887 0
[pid=9001/tid=9012] ppid=8998 vsize=10659884 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9001/task/9012/stat : 9012 (java) R 8998 9001 6511 0 -1 4202560 389 0 0 0 0 0 0 0 20 0 15 0 414849832 10915721216 7177 33554432000 4194304 4196468 140736331936032 140115399384824 140115827963320 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26882048 140736331940875 140736331940978 140736331940978 140736331943887 0
[pid=9001/tid=9013] ppid=8998 vsize=10659884 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9001/task/9013/stat : 9013 (java) S 8998 9001 6511 0 -1 1077944384 232 0 0 0 0 0 0 0 20 0 15 0 414849832 10915721216 7177 33554432000 4194304 4196468 140736331936032 140115398351728 140115844463234 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26882048 140736331940875 140736331940978 140736331940978 140736331943887 0
[pid=9001/tid=9014] ppid=8998 vsize=10659884 memory=140027400402560 CPUtime=0.02 cores=0,2,4,6
/proc/9001/task/9014/stat : 9014 (java) R 8998 9001 6511 0 -1 4202560 510 0 0 0 2 0 0 0 20 0 15 0 414849832 10915721216 7177 33554432000 4194304 4196468 140736331936032 140115397295352 140115823850603 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26882048 140736331940875 140736331940978 140736331940978 140736331943887 0
[pid=9001/tid=9015] ppid=8998 vsize=10659884 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9001/task/9015/stat : 9015 (java) S 8998 9001 6511 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414849832 10915721216 7177 33554432000 4194304 4196468 140736331936032 140115396246368 140115844462293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26882048 140736331940875 140736331940978 140736331940978 140736331943887 0
[pid=9001/tid=9016] ppid=8998 vsize=10659884 memory=140027400402560 CPUtime=0 cores=0,2,4,6
/proc/9001/task/9016/stat : 9016 (java) S 8998 9001 6511 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414849832 10915721216 7177 33554432000 4194304 4196468 140736331936032 140115395193392 140115844463234 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26882048 140736331940875 140736331940978 140736331940978 140736331943887 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 10659884 KiB
Current children cumulated memory: 28180 KiB

[startup+0.210846 s]*
/proc/loadavg: 2.12 1.78 1.72 3/232 9016
/proc/meminfo: memFree=31343724/32770624 swapFree=67004032/67108860
[pid=9001] ppid=8998 vsize=10659884 memory=34932 CPUtime=0.33 cores=0,2,4,6
/proc/9001/stat : 9001 (java) S 8998 9001 6511 0 -1 1077944320 6952 0 0 0 31 2 0 0 20 0 15 0 414849826 10915721216 8733 33554432000 4194304 4196468 140736331936032 140736331918576 140115844452087 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 26882048 140736331940875 140736331940978 140736331940978 140736331943887 0
/proc/9001/statm: 2664971 8733 2987 1 0 2627468 0
[pid=9001/tid=9003] ppid=8998 vsize=10659884 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/9001/task/9003/stat : 9003 (java) R 8998 9001 6511 0 -1 4202560 3853 0 0 0 19 1 0 0 20 0 15 0 414849826 10915721216 8733 33554432000 4194304 4196468 140736331936032 140115848678448 140115844474013 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26882048 140736331940875 140736331940978 140736331940978 140736331943887 0
[pid=9001/tid=9004] ppid=8998 vsize=10659884 memory=345 CPUtime=0 cores=0,2,4,6
/proc/9001/task/9004/stat : 9004 (java) S 8998 9001 6511 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414849827 10915721216 8733 33554432000 4194304 4196468 140736331936032 140115797072912 140115844462293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26882048 140736331940875 140736331940978 140736331940978 140736331943887 0
[pid=9001/tid=9005] ppid=8998 vsize=10659884 memory=140027400411641 CPUtime=0 cores=0,2,4,6
/proc/9001/task/9005/stat : 9005 (java) S 8998 9001 6511 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414849827 10915721216 8733 33554432000 4194304 4196468 140736331936032 140115796020368 140115844462293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26882048 140736331940875 140736331940978 140736331940978 140736331943887 0
[pid=9001/tid=9006] ppid=8998 vsize=10659884 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9001/task/9006/stat : 9006 (java) S 8998 9001 6511 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414849827 10915721216 8733 33554432000 4194304 4196468 140736331936032 140115794967312 140115844462293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26882048 140736331940875 140736331940978 140736331940978 140736331943887 0
[pid=9001/tid=9007] ppid=8998 vsize=10659884 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9001/task/9007/stat : 9007 (java) S 8998 9001 6511 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414849827 10915721216 8733 33554432000 4194304 4196468 140736331936032 140115793914768 140115844462293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26882048 140736331940875 140736331940978 140736331940978 140736331943887 0
[pid=9001/tid=9008] ppid=8998 vsize=10659884 memory=140027400402560 CPUtime=0 cores=0,2,4,6
/proc/9001/task/9008/stat : 9008 (java) S 8998 9001 6511 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414849829 10915721216 8733 33554432000 4194304 4196468 140736331936032 140115403614448 140115844463234 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26882048 140736331940875 140736331940978 140736331940978 140736331943887 0
[pid=9001/tid=9009] ppid=8998 vsize=10659884 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9001/task/9009/stat : 9009 (java) S 8998 9001 6511 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 414849829 10915721216 8733 33554432000 4194304 4196468 140736331936032 140115402560672 140115844462293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26882048 140736331940875 140736331940978 140736331940978 140736331943887 0
[pid=9001/tid=9010] ppid=8998 vsize=10659884 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9001/task/9010/stat : 9010 (java) S 8998 9001 6511 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 414849829 10915721216 8733 33554432000 4194304 4196468 140736331936032 140115401507568 140115844462293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26882048 140736331940875 140736331940978 140736331940978 140736331943887 0
[pid=9001/tid=9011] ppid=8998 vsize=10659884 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9001/task/9011/stat : 9011 (java) S 8998 9001 6511 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414849832 10915721216 8733 33554432000 4194304 4196468 140736331936032 140115400456144 140115844470683 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26882048 140736331940875 140736331940978 140736331940978 140736331943887 0
[pid=9001/tid=9012] ppid=8998 vsize=10659884 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/9001/task/9012/stat : 9012 (java) S 8998 9001 6511 0 -1 1077944384 713 0 0 0 3 0 0 0 20 0 15 0 414849832 10915721216 8733 33554432000 4194304 4196468 140736331936032 140115399404272 140115844463234 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26882048 140736331940875 140736331940978 140736331940978 140736331943887 0
[pid=9001/tid=9013] ppid=8998 vsize=10659884 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/9001/task/9013/stat : 9013 (java) S 8998 9001 6511 0 -1 1077944384 305 0 0 0 2 0 0 0 20 0 15 0 414849832 10915721216 8733 33554432000 4194304 4196468 140736331936032 140115398351728 140115844463234 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26882048 140736331940875 140736331940978 140736331940978 140736331943887 0
[pid=9001/tid=9014] ppid=8998 vsize=10659884 memory=140027400402560 CPUtime=0.05 cores=0,2,4,6
/proc/9001/task/9014/stat : 9014 (java) S 8998 9001 6511 0 -1 1077944384 722 0 0 0 5 0 0 0 20 0 15 0 414849832 10915721216 8733 33554432000 4194304 4196468 140736331936032 140115397298672 140115844463234 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26882048 140736331940875 140736331940978 140736331940978 140736331943887 0
[pid=9001/tid=9015] ppid=8998 vsize=10659884 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9001/task/9015/stat : 9015 (java) S 8998 9001 6511 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414849832 10915721216 8733 33554432000 4194304 4196468 140736331936032 140115396246368 140115844462293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26882048 140736331940875 140736331940978 140736331940978 140736331943887 0
[pid=9001/tid=9016] ppid=8998 vsize=10659884 memory=140027400402560 CPUtime=0 cores=0,2,4,6
/proc/9001/task/9016/stat : 9016 (java) S 8998 9001 6511 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414849832 10915721216 8733 33554432000 4194304 4196468 140736331936032 140115395193392 140115844463234 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26882048 140736331940875 140736331940978 140736331940978 140736331943887 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659884 KiB
Current children cumulated memory: 34932 KiB

[startup+0.310286 s]*
/proc/loadavg: 2.12 1.78 1.72 3/232 9016
/proc/meminfo: memFree=31336296/32770624 swapFree=67004032/67108860
[pid=9001] ppid=8998 vsize=10659884 memory=40308 CPUtime=0.47 cores=0,2,4,6
/proc/9001/stat : 9001 (java) S 8998 9001 6511 0 -1 1077944320 9495 0 0 0 44 3 0 0 20 0 15 0 414849826 10915721216 10077 33554432000 4194304 4196468 140736331936032 140736331918576 140115844452087 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 26882048 140736331940875 140736331940978 140736331940978 140736331943887 0
/proc/9001/statm: 2664971 10077 3000 1 0 2627468 0
[pid=9001/tid=9003] ppid=8998 vsize=10659884 memory=7311146985107750967 CPUtime=0.3 cores=0,2,4,6
/proc/9001/task/9003/stat : 9003 (java) R 8998 9001 6511 0 -1 4202560 6318 0 0 0 28 2 0 0 20 0 15 0 414849826 10915721216 10077 33554432000 4194304 4196468 140736331936032 140115848683888 140115844474013 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26882048 140736331940875 140736331940978 140736331940978 140736331943887 0
[pid=9001/tid=9004] ppid=8998 vsize=10659884 memory=304556157652172823 CPUtime=0 cores=0,2,4,6
/proc/9001/task/9004/stat : 9004 (java) S 8998 9001 6511 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414849827 10915721216 10077 33554432000 4194304 4196468 140736331936032 140115797072912 140115844462293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26882048 140736331940875 140736331940978 140736331940978 140736331943887 0
[pid=9001/tid=9005] ppid=8998 vsize=10659884 memory=15964435910342296 CPUtime=0 cores=0,2,4,6
/proc/9001/task/9005/stat : 9005 (java) S 8998 9001 6511 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414849827 10915721216 10077 33554432000 4194304 4196468 140736331936032 140115796020368 140115844462293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26882048 140736331940875 140736331940978 140736331940978 140736331943887 0
[pid=9001/tid=9006] ppid=8998 vsize=10659884 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9001/task/9006/stat : 9006 (java) S 8998 9001 6511 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414849827 10915721216 10077 33554432000 4194304 4196468 140736331936032 140115794967312 140115844462293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26882048 140736331940875 140736331940978 140736331940978 140736331943887 0
[pid=9001/tid=9007] ppid=8998 vsize=10659884 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9001/task/9007/stat : 9007 (java) S 8998 9001 6511 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414849827 10915721216 10077 33554432000 4194304 4196468 140736331936032 140115793914768 140115844462293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26882048 140736331940875 140736331940978 140736331940978 140736331943887 0
[pid=9001/tid=9008] ppid=8998 vsize=10659884 memory=140027400402560 CPUtime=0 cores=0,2,4,6
/proc/9001/task/9008/stat : 9008 (java) S 8998 9001 6511 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414849829 10915721216 10077 33554432000 4194304 4196468 140736331936032 140115403614448 140115844463234 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26882048 140736331940875 140736331940978 140736331940978 140736331943887 0
[pid=9001/tid=9009] ppid=8998 vsize=10659884 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9001/task/9009/stat : 9009 (java) S 8998 9001 6511 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 414849829 10915721216 10077 33554432000 4194304 4196468 140736331936032 140115402560672 140115844462293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26882048 140736331940875 140736331940978 140736331940978 140736331943887 0
[pid=9001/tid=9010] ppid=8998 vsize=10659884 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9001/task/9010/stat : 9010 (java) S 8998 9001 6511 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 414849829 10915721216 10077 33554432000 4194304 4196468 140736331936032 140115401507568 140115844462293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26882048 140736331940875 140736331940978 140736331940978 140736331943887 0
[pid=9001/tid=9011] ppid=8998 vsize=10659884 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9001/task/9011/stat : 9011 (java) S 8998 9001 6511 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414849832 10915721216 10077 33554432000 4194304 4196468 140736331936032 140115400456144 140115844470683 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26882048 140736331940875 140736331940978 140736331940978 140736331943887 0
[pid=9001/tid=9012] ppid=8998 vsize=10659884 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/9001/task/9012/stat : 9012 (java) R 8998 9001 6511 0 -1 1077944384 760 0 0 0 5 0 0 0 20 0 15 0 414849832 10915721216 10077 33554432000 4194304 4196468 140736331936032 140115399404272 140115844463234 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26882048 140736331940875 140736331940978 140736331940978 140736331943887 0
[pid=9001/tid=9013] ppid=8998 vsize=10659884 memory=-1 CPUtime=0.03 cores=0,2,4,6
/proc/9001/task/9013/stat : 9013 (java) S 8998 9001 6511 0 -1 1077944384 313 0 0 0 3 0 0 0 20 0 15 0 414849832 10915721216 10077 33554432000 4194304 4196468 140736331936032 140115398344752 140115844462293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26882048 140736331940875 140736331940978 140736331940978 140736331943887 0
[pid=9001/tid=9014] ppid=8998 vsize=10659884 memory=140027400402560 CPUtime=0.08 cores=0,2,4,6
/proc/9001/task/9014/stat : 9014 (java) R 8998 9001 6511 0 -1 4202560 748 0 0 0 8 0 0 0 20 0 15 0 414849832 10915721216 10077 33554432000 4194304 4196468 140736331936032 140115397298672 140115823431839 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26882048 140736331940875 140736331940978 140736331940978 140736331943887 0
[pid=9001/tid=9015] ppid=8998 vsize=10659884 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9001/task/9015/stat : 9015 (java) S 8998 9001 6511 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414849832 10915721216 10077 33554432000 4194304 4196468 140736331936032 140115396246368 140115844462293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26882048 140736331940875 140736331940978 140736331940978 140736331943887 0
[pid=9001/tid=9016] ppid=8998 vsize=10659884 memory=140027400402560 CPUtime=0 cores=0,2,4,6
/proc/9001/task/9016/stat : 9016 (java) S 8998 9001 6511 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414849832 10915721216 10077 33554432000 4194304 4196468 140736331936032 140115395193392 140115844463234 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26882048 140736331940875 140736331940978 140736331940978 140736331943887 0
Current children cumulated CPU time: 0.47 s
Current children cumulated vsize: 10659884 KiB
Current children cumulated memory: 40308 KiB

[startup+0.700698 s]
/proc/loadavg: 2.12 1.78 1.72 4/232 9016
/proc/meminfo: memFree=31327120/32770624 swapFree=67004032/67108860
[pid=9001] ppid=8998 vsize=10661932 memory=64000 CPUtime=1.09 cores=0,2,4,6
/proc/9001/stat : 9001 (java) S 8998 9001 6511 0 -1 1077944320 13165 0 0 0 104 5 0 0 20 0 15 0 414849826 10917818368 16000 33554432000 4194304 4196468 140736331936032 140736331918576 140115844452087 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 26882048 140736331940875 140736331940978 140736331940978 140736331943887 0
/proc/9001/statm: 2665483 16000 3071 1 0 2627980 0
[pid=9001/tid=9003] ppid=8998 vsize=10661932 memory=1220 CPUtime=0.68 cores=0,2,4,6
/proc/9001/task/9003/stat : 9003 (java) R 8998 9001 6511 0 -1 4202560 8847 0 0 0 64 4 0 0 20 0 15 0 414849826 10917818368 16000 33554432000 4194304 4196468 140736331936032 140115848684112 140115844474013 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26882048 140736331940875 140736331940978 140736331940978 140736331943887 0
[pid=9001/tid=9004] ppid=8998 vsize=10661932 memory=1616 CPUtime=0 cores=0,2,4,6
/proc/9001/task/9004/stat : 9004 (java) S 8998 9001 6511 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414849827 10917818368 16000 33554432000 4194304 4196468 140736331936032 140115797072912 140115844462293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26882048 140736331940875 140736331940978 140736331940978 140736331943887 0
[pid=9001/tid=9005] ppid=8998 vsize=10661932 memory=784 CPUtime=0 cores=0,2,4,6
/proc/9001/task/9005/stat : 9005 (java) S 8998 9001 6511 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414849827 10917818368 16000 33554432000 4194304 4196468 140736331936032 140115796020368 140115844462293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26882048 140736331940875 140736331940978 140736331940978 140736331943887 0
[pid=9001/tid=9006] ppid=8998 vsize=10661932 memory=8252 CPUtime=0 cores=0,2,4,6
/proc/9001/task/9006/stat : 9006 (java) S 8998 9001 6511 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414849827 10917818368 16000 33554432000 4194304 4196468 140736331936032 140115794967312 140115844462293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26882048 140736331940875 140736331940978 140736331940978 140736331943887 0
[pid=9001/tid=9007] ppid=8998 vsize=10661932 memory=5920 CPUtime=0 cores=0,2,4,6
/proc/9001/task/9007/stat : 9007 (java) S 8998 9001 6511 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414849827 10917818368 16000 33554432000 4194304 4196468 140736331936032 140115793914768 140115844462293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26882048 140736331940875 140736331940978 140736331940978 140736331943887 0
[pid=9001/tid=9008] ppid=8998 vsize=10661932 memory=1056 CPUtime=0 cores=0,2,4,6
/proc/9001/task/9008/stat : 9008 (java) S 8998 9001 6511 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414849829 10917818368 16000 33554432000 4194304 4196468 140736331936032 140115403614448 140115844463234 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26882048 140736331940875 140736331940978 140736331940978 140736331943887 0
[pid=9001/tid=9009] ppid=8998 vsize=10661932 memory=1540 CPUtime=0 cores=0,2,4,6
/proc/9001/task/9009/stat : 9009 (java) S 8998 9001 6511 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 414849829 10917818368 16000 33554432000 4194304 4196468 140736331936032 140115402560672 140115844462293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26882048 140736331940875 140736331940978 140736331940978 140736331943887 0
[pid=9001/tid=9010] ppid=8998 vsize=10661932 memory=728 CPUtime=0 cores=0,2,4,6
/proc/9001/task/9010/stat : 9010 (java) S 8998 9001 6511 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 414849829 10917818368 16000 33554432000 4194304 4196468 140736331936032 140115401507568 140115844462293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26882048 140736331940875 140736331940978 140736331940978 140736331943887 0
[pid=9001/tid=9011] ppid=8998 vsize=10661932 memory=4000 CPUtime=0 cores=0,2,4,6
/proc/9001/task/9011/stat : 9011 (java) S 8998 9001 6511 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414849832 10917818368 16000 33554432000 4194304 4196468 140736331936032 140115400456144 140115844470683 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26882048 140736331940875 140736331940978 140736331940978 140736331943887 0
[pid=9001/tid=9012] ppid=8998 vsize=10661932 memory=7236533984234661184 CPUtime=0.11 cores=0,2,4,6
/proc/9001/task/9012/stat : 9012 (java) R 8998 9001 6511 0 -1 4202560 1079 0 0 0 11 0 0 0 20 0 15 0 414849832 10917818368 16000 33554432000 4194304 4196468 140736331936032 140115399404272 140115844473434 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26882048 140736331940875 140736331940978 140736331940978 140736331943887 0
[pid=9001/tid=9013] ppid=8998 vsize=10661932 memory=7380106142448642414 CPUtime=0.09 cores=0,2,4,6
/proc/9001/task/9013/stat : 9013 (java) S 8998 9001 6511 0 -1 1077944384 651 0 0 0 9 0 0 0 20 0 15 0 414849832 10917818368 16000 33554432000 4194304 4196468 140736331936032 140115398351728 140115844463234 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26882048 140736331940875 140736331940978 140736331940978 140736331943887 0
[pid=9001/tid=9014] ppid=8998 vsize=10661932 memory=5859271421084194152 CPUtime=0.18 cores=0,2,4,6
/proc/9001/task/9014/stat : 9014 (java) S 8998 9001 6511 0 -1 1077944384 1229 0 0 0 18 0 0 0 20 0 15 0 414849832 10917818368 16000 33554432000 4194304 4196468 140736331936032 140115397298672 140115844463234 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26882048 140736331940875 140736331940978 140736331940978 140736331943887 0
[pid=9001/tid=9015] ppid=8998 vsize=10661932 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9001/task/9015/stat : 9015 (java) S 8998 9001 6511 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414849832 10917818368 16000 33554432000 4194304 4196468 140736331936032 140115396246368 140115844462293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26882048 140736331940875 140736331940978 140736331940978 140736331943887 0
[pid=9001/tid=9016] ppid=8998 vsize=10661932 memory=31396 CPUtime=0 cores=0,2,4,6
/proc/9001/task/9016/stat : 9016 (java) S 8998 9001 6511 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414849832 10917818368 16000 33554432000 4194304 4196468 140736331936032 140115395193392 140115844463234 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26882048 140736331940875 140736331940978 140736331940978 140736331943887 0
Current children cumulated CPU time: 1.09 s
Current children cumulated vsize: 10661932 KiB
Current children cumulated memory: 64000 KiB

[startup+1.50079 s]
/proc/loadavg: 2.12 1.78 1.72 3/232 9016
/proc/meminfo: memFree=31311116/32770624 swapFree=67004032/67108860
[pid=9001] ppid=8998 vsize=10663980 memory=75872 CPUtime=1.98 cores=0,2,4,6
/proc/9001/stat : 9001 (java) S 8998 9001 6511 0 -1 1077944320 18520 0 0 0 192 6 0 0 20 0 15 0 414849826 10919915520 18968 33554432000 4194304 4196468 140736331936032 140736331918576 140115844452087 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 26882048 140736331940875 140736331940978 140736331940978 140736331943887 0
/proc/9001/statm: 2665995 18968 3088 1 0 2628492 0
[pid=9001/tid=9003] ppid=8998 vsize=10663980 memory=0 CPUtime=1.48 cores=0,2,4,6
/proc/9001/task/9003/stat : 9003 (java) R 8998 9001 6511 0 -1 4202560 13031 0 0 0 143 5 0 0 20 0 15 0 414849826 10919915520 18968 33554432000 4194304 4196468 140736331936032 140115848677968 140115844474013 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26882048 140736331940875 140736331940978 140736331940978 140736331943887 0
[pid=9001/tid=9004] ppid=8998 vsize=10663980 memory=-8754540793456063680 CPUtime=0 cores=0,2,4,6
/proc/9001/task/9004/stat : 9004 (java) S 8998 9001 6511 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414849827 10919915520 18968 33554432000 4194304 4196468 140736331936032 140115797072912 140115844462293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26882048 140736331940875 140736331940978 140736331940978 140736331943887 0
[pid=9001/tid=9005] ppid=8998 vsize=10663980 memory=-2843869621055772062 CPUtime=0 cores=0,2,4,6
/proc/9001/task/9005/stat : 9005 (java) S 8998 9001 6511 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414849827 10919915520 18968 33554432000 4194304 4196468 140736331936032 140115796020368 140115844462293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26882048 140736331940875 140736331940978 140736331940978 140736331943887 0
[pid=9001/tid=9006] ppid=8998 vsize=10663980 memory=5450919713671312938 CPUtime=0 cores=0,2,4,6
/proc/9001/task/9006/stat : 9006 (java) S 8998 9001 6511 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414849827 10919915520 18968 33554432000 4194304 4196468 140736331936032 140115794967312 140115844462293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26882048 140736331940875 140736331940978 140736331940978 140736331943887 0
[pid=9001/tid=9007] ppid=8998 vsize=10663980 memory=7005738693937936738 CPUtime=0 cores=0,2,4,6
/proc/9001/task/9007/stat : 9007 (java) S 8998 9001 6511 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414849827 10919915520 18968 33554432000 4194304 4196468 140736331936032 140115793914768 140115844462293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26882048 140736331940875 140736331940978 140736331940978 140736331943887 0
[pid=9001/tid=9008] ppid=8998 vsize=10663980 memory=-7165351541977658656 CPUtime=0 cores=0,2,4,6
/proc/9001/task/9008/stat : 9008 (java) S 8998 9001 6511 0 -1 1077944384 74 0 0 0 0 0 0 0 20 0 15 0 414849829 10919915520 18968 33554432000 4194304 4196468 140736331936032 140115403614448 140115844463234 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26882048 140736331940875 140736331940978 140736331940978 140736331943887 0

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

/proc/9001/task/9007/stat : 9007 (java) R 8998 9001 6511 0 -1 4202560 64197 0 0 0 1232 211 0 0 20 0 16 0 414849827 11006283776 2088247 33554432000 4194304 4196468 140736331936032 140115793914656 140115829441645 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26882048 140736331940875 140736331940978 140736331940978 140736331943887 0
[pid=9001/tid=9008] ppid=8998 vsize=10748324 memory=4206468019014099040 CPUtime=1.3 cores=0,2,4,6
/proc/9001/task/9008/stat : 9008 (java) S 8998 9001 6511 0 -1 1077944384 22406 0 0 0 128 2 0 0 20 0 16 0 414849829 11006283776 2088247 33554432000 4194304 4196468 140736331936032 140115403613008 140115844462293 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26882048 140736331940875 140736331940978 140736331940978 140736331943887 0
[pid=9001/tid=9009] ppid=8998 vsize=10748324 memory=-8412652160765825907 CPUtime=0 cores=0,2,4,6
/proc/9001/task/9009/stat : 9009 (java) S 8998 9001 6511 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 16 0 414849829 11006283776 2088247 33554432000 4194304 4196468 140736331936032 140115402560736 140115844462293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26882048 140736331940875 140736331940978 140736331940978 140736331943887 0
[pid=9001/tid=9010] ppid=8998 vsize=10748324 memory=8352676 CPUtime=0 cores=0,2,4,6
/proc/9001/task/9010/stat : 9010 (java) S 8998 9001 6511 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 414849829 11006283776 2088247 33554432000 4194304 4196468 140736331936032 140115401507584 140115844462293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26882048 140736331940875 140736331940978 140736331940978 140736331943887 0
[pid=9001/tid=9011] ppid=8998 vsize=10748324 memory=8352604 CPUtime=0 cores=0,2,4,6
/proc/9001/task/9011/stat : 9011 (java) S 8998 9001 6511 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414849832 11006283776 2088247 33554432000 4194304 4196468 140736331936032 140115400456144 140115844470683 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26882048 140736331940875 140736331940978 140736331940978 140736331943887 0
[pid=9001/tid=9012] ppid=8998 vsize=10748324 memory=140027400412465 CPUtime=4.31 cores=0,2,4,6
/proc/9001/task/9012/stat : 9012 (java) S 8998 9001 6511 0 -1 1077944384 16457 0 0 0 429 2 0 0 20 0 16 0 414849832 11006283776 2088247 33554432000 4194304 4196468 140736331936032 140115399404320 140115844462293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26882048 140736331940875 140736331940978 140736331940978 140736331943887 0
[pid=9001/tid=9013] ppid=8998 vsize=10748324 memory=8356704 CPUtime=3.74 cores=0,2,4,6
/proc/9001/task/9013/stat : 9013 (java) S 8998 9001 6511 0 -1 1077944384 10725 0 0 0 372 2 0 0 20 0 16 0 414849832 11006283776 2088247 33554432000 4194304 4196468 140736331936032 140115398351488 140115844462293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26882048 140736331940875 140736331940978 140736331940978 140736331943887 0
[pid=9001/tid=9014] ppid=8998 vsize=10748324 memory=0 CPUtime=0.91 cores=0,2,4,6
/proc/9001/task/9014/stat : 9014 (java) S 8998 9001 6511 0 -1 1077944384 6393 0 0 0 90 1 0 0 20 0 16 0 414849832 11006283776 2088247 33554432000 4194304 4196468 140736331936032 140115397298720 140115844462293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26882048 140736331940875 140736331940978 140736331940978 140736331943887 0
[pid=9001/tid=9015] ppid=8998 vsize=10748324 memory=5859271425380406096 CPUtime=0 cores=0,2,4,6
/proc/9001/task/9015/stat : 9015 (java) S 8998 9001 6511 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414849832 11006283776 2088247 33554432000 4194304 4196468 140736331936032 140115396246368 140115844462293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26882048 140736331940875 140736331940978 140736331940978 140736331943887 0
[pid=9001/tid=9016] ppid=8998 vsize=10748324 memory=8112282956445269571 CPUtime=0.02 cores=0,2,4,6
/proc/9001/task/9016/stat : 9016 (java) S 8998 9001 6511 0 -1 1077944384 298 0 0 0 1 1 0 0 20 0 16 0 414849832 11006283776 2088247 33554432000 4194304 4196468 140736331936032 140115395193392 140115844463234 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26882048 140736331940875 140736331940978 140736331940978 140736331943887 0
[pid=9001/tid=9017] ppid=8998 vsize=10748324 memory=5792262878946938960 CPUtime=7.59 cores=0,2,4,6
/proc/9001/task/9017/stat : 9017 (java) S 8998 9001 6511 0 -1 1077944384 29496 0 0 0 752 7 0 0 20 0 16 0 414850015 11006283776 2088247 33554432000 4194304 4196468 140736331936032 140115310657120 140115844462293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26882048 140736331940875 140736331940978 140736331940978 140736331943887 0
Current children cumulated CPU time: 77.71 s
Current children cumulated vsize: 10748324 KiB
Current children cumulated memory: 8352988 KiB

[startup+28.2366 s]
# the end of solver process 9001 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=78.7241 s, system=8.06378 s

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

[startup+25.6009 s]
/proc/loadavg: 2.46 1.88 1.75 6/233 9017
/proc/meminfo: memFree=23009188/32770624 swapFree=67004032/67108860
[pid=9001] ppid=8998 vsize=10748324 memory=8352988 CPUtime=78.1 cores=0,2,4,6
/proc/9001/stat : 9001 (java) S 8998 9001 6511 0 -1 1077944320 256682 0 0 0 7011 799 0 0 20 0 16 0 414849826 11006283776 2088247 33554432000 4194304 4196468 140736331936032 140736331918576 140115844452087 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 26882048 140736331940875 140736331940978 140736331940978 140736331943887 0
/proc/9001/statm: 2687081 2088247 3391 1 0 2647217 0
[pid=9001/tid=9003] ppid=8998 vsize=10748324 memory=8112282956445269571 CPUtime=1.87 cores=0,2,4,6
/proc/9001/task/9003/stat : 9003 (java) S 8998 9001 6511 0 -1 1077944384 15298 0 0 0 180 7 0 0 20 0 16 0 414849826 11006283776 2088247 33554432000 4194304 4196468 140736331936032 140115848694960 140115844462293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26882048 140736331940875 140736331940978 140736331940978 140736331943887 0
[pid=9001/tid=9004] ppid=8998 vsize=10748324 memory=1220 CPUtime=14.62 cores=0,2,4,6
/proc/9001/task/9004/stat : 9004 (java) R 8998 9001 6511 0 -1 4202560 52313 0 0 0 1259 203 0 0 20 0 16 0 414849827 11006283776 2088247 33554432000 4194304 4196468 140736331936032 140115797072720 140115837080295 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26882048 140736331940875 140736331940978 140736331940978 140736331943887 0
[pid=9001/tid=9005] ppid=8998 vsize=10748324 memory=1616 CPUtime=14.56 cores=0,2,4,6
/proc/9001/task/9005/stat : 9005 (java) R 8998 9001 6511 0 -1 4202560 17699 0 0 0 1255 201 0 0 20 0 16 0 414849827 11006283776 2088247 33554432000 4194304 4196468 140736331936032 140115796020488 140115837080295 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 26882048 140736331940875 140736331940978 140736331940978 140736331943887 0
[pid=9001/tid=9006] ppid=8998 vsize=10748324 memory=784 CPUtime=14.55 cores=0,2,4,6
/proc/9001/task/9006/stat : 9006 (java) R 8998 9001 6511 0 -1 4202560 19925 0 0 0 1297 158 0 0 20 0 16 0 414849827 11006283776 2088247 33554432000 4194304 4196468 140736331936032 140115794967120 140115837080295 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26882048 140736331940875 140736331940978 140736331940978 140736331943887 0
[pid=9001/tid=9007] ppid=8998 vsize=10748324 memory=8252 CPUtime=14.54 cores=0,2,4,6
/proc/9001/task/9007/stat : 9007 (java) R 8998 9001 6511 0 -1 4202560 64261 0 0 0 1242 212 0 0 20 0 16 0 414849827 11006283776 2088247 33554432000 4194304 4196468 140736331936032 140115793914656 140115829441645 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26882048 140736331940875 140736331940978 140736331940978 140736331943887 0
[pid=9001/tid=9008] ppid=8998 vsize=10748324 memory=5920 CPUtime=1.3 cores=0,2,4,6
/proc/9001/task/9008/stat : 9008 (java) S 8998 9001 6511 0 -1 1077944384 22406 0 0 0 128 2 0 0 20 0 16 0 414849829 11006283776 2088247 33554432000 4194304 4196468 140736331936032 140115403613008 140115844462293 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26882048 140736331940875 140736331940978 140736331940978 140736331943887 0
[pid=9001/tid=9009] ppid=8998 vsize=10748324 memory=1056 CPUtime=0 cores=0,2,4,6
/proc/9001/task/9009/stat : 9009 (java) S 8998 9001 6511 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 16 0 414849829 11006283776 2088247 33554432000 4194304 4196468 140736331936032 140115402560736 140115844462293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26882048 140736331940875 140736331940978 140736331940978 140736331943887 0
[pid=9001/tid=9010] ppid=8998 vsize=10748324 memory=3280 CPUtime=0 cores=0,2,4,6
/proc/9001/task/9010/stat : 9010 (java) S 8998 9001 6511 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 414849829 11006283776 2088247 33554432000 4194304 4196468 140736331936032 140115401507584 140115844462293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26882048 140736331940875 140736331940978 140736331940978 140736331943887 0
[pid=9001/tid=9011] ppid=8998 vsize=10748324 memory=39232 CPUtime=0 cores=0,2,4,6
/proc/9001/task/9011/stat : 9011 (java) S 8998 9001 6511 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414849832 11006283776 2088247 33554432000 4194304 4196468 140736331936032 140115400456144 140115844470683 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26882048 140736331940875 140736331940978 140736331940978 140736331943887 0
[pid=9001/tid=9012] ppid=8998 vsize=10748324 memory=988 CPUtime=4.31 cores=0,2,4,6
/proc/9001/task/9012/stat : 9012 (java) S 8998 9001 6511 0 -1 1077944384 16457 0 0 0 429 2 0 0 20 0 16 0 414849832 11006283776 2088247 33554432000 4194304 4196468 140736331936032 140115399404320 140115844462293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26882048 140736331940875 140736331940978 140736331940978 140736331943887 0
[pid=9001/tid=9013] ppid=8998 vsize=10748324 memory=2052 CPUtime=3.74 cores=0,2,4,6
/proc/9001/task/9013/stat : 9013 (java) S 8998 9001 6511 0 -1 1077944384 10725 0 0 0 372 2 0 0 20 0 16 0 414849832 11006283776 2088247 33554432000 4194304 4196468 140736331936032 140115398351488 140115844462293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26882048 140736331940875 140736331940978 140736331940978 140736331943887 0
[pid=9001/tid=9014] ppid=8998 vsize=10748324 memory=1220 CPUtime=0.91 cores=0,2,4,6
/proc/9001/task/9014/stat : 9014 (java) S 8998 9001 6511 0 -1 1077944384 6393 0 0 0 90 1 0 0 20 0 16 0 414849832 11006283776 2088247 33554432000 4194304 4196468 140736331936032 140115397298720 140115844462293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26882048 140736331940875 140736331940978 140736331940978 140736331943887 0
[pid=9001/tid=9015] ppid=8998 vsize=10748324 memory=1616 CPUtime=0 cores=0,2,4,6
/proc/9001/task/9015/stat : 9015 (java) S 8998 9001 6511 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414849832 11006283776 2088247 33554432000 4194304 4196468 140736331936032 140115396246368 140115844462293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26882048 140736331940875 140736331940978 140736331940978 140736331943887 0
[pid=9001/tid=9016] ppid=8998 vsize=10748324 memory=784 CPUtime=0.02 cores=0,2,4,6
/proc/9001/task/9016/stat : 9016 (java) S 8998 9001 6511 0 -1 1077944384 298 0 0 0 1 1 0 0 20 0 16 0 414849832 11006283776 2088247 33554432000 4194304 4196468 140736331936032 140115395193392 140115844463234 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26882048 140736331940875 140736331940978 140736331940978 140736331943887 0
[pid=9001/tid=9017] ppid=8998 vsize=10748324 memory=8352988 CPUtime=7.59 cores=0,2,4,6
/proc/9001/task/9017/stat : 9017 (java) S 8998 9001 6511 0 -1 1077944384 29496 0 0 0 752 7 0 0 20 0 16 0 414850015 11006283776 2088247 33554432000 4194304 4196468 140736331936032 140115310657120 140115844462293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26882048 140736331940875 140736331940978 140736331940978 140736331943887 0
Current children cumulated CPU time: 78.1 s
Current children cumulated vsize: 10748324 KiB
Current children cumulated memory: 8352988 KiB

[startup+27.2014 s]
/proc/loadavg: 2.67 1.93 1.77 3/233 9017
/proc/meminfo: memFree=23009200/32770624 swapFree=67004032/67108860
[pid=9001] ppid=8998 vsize=10748324 memory=8353064 CPUtime=83.31 cores=0,2,4,6
/proc/9001/stat : 9001 (java) S 8998 9001 6511 0 -1 1077944320 270333 0 0 0 7530 801 0 0 20 0 16 0 414849826 11006283776 2088266 33554432000 4194304 4196468 140736331936032 140736331918576 140115844452087 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 26882048 140736331940875 140736331940978 140736331940978 140736331943887 0
/proc/9001/statm: 2687081 2088266 3391 1 0 2647217 0
[pid=9001/tid=9003] ppid=8998 vsize=10748324 memory=7516885324670259281 CPUtime=1.87 cores=0,2,4,6
/proc/9001/task/9003/stat : 9003 (java) S 8998 9001 6511 0 -1 1077944384 15298 0 0 0 180 7 0 0 20 0 16 0 414849826 11006283776 2088266 33554432000 4194304 4196468 140736331936032 140115848694960 140115844462293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26882048 140736331940875 140736331940978 140736331940978 140736331943887 0
[pid=9001/tid=9004] ppid=8998 vsize=10748324 memory=8112282956445269571 CPUtime=15.83 cores=0,2,4,6
/proc/9001/task/9004/stat : 9004 (java) R 8998 9001 6511 0 -1 4202560 52880 0 0 0 1380 203 0 0 20 0 16 0 414849827 11006283776 2088266 33554432000 4194304 4196468 140736331936032 140115797072912 140115829149645 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26882048 140736331940875 140736331940978 140736331940978 140736331943887 0
[pid=9001/tid=9005] ppid=8998 vsize=10748324 memory=11165 CPUtime=15.77 cores=0,2,4,6
/proc/9001/task/9005/stat : 9005 (java) R 8998 9001 6511 0 -1 4202560 18132 0 0 0 1375 202 0 0 20 0 16 0 414849827 11006283776 2088266 33554432000 4194304 4196468 140736331936032 140115796020568 140115826048554 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26882048 140736331940875 140736331940978 140736331940978 140736331943887 0
[pid=9001/tid=9006] ppid=8998 vsize=10748324 memory=301794158561866227 CPUtime=15.75 cores=0,2,4,6
/proc/9001/task/9006/stat : 9006 (java) R 8998 9001 6511 0 -1 4202560 20070 0 0 0 1417 158 0 0 20 0 16 0 414849827 11006283776 2088266 33554432000 4194304 4196468 140736331936032 140115794967312 140115829149912 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26882048 140736331940875 140736331940978 140736331940978 140736331943887 0
[pid=9001/tid=9007] ppid=8998 vsize=10748324 memory=6944656575208382560 CPUtime=15.74 cores=0,2,4,6
/proc/9001/task/9007/stat : 9007 (java) R 8998 9001 6511 0 -1 4202560 64665 0 0 0 1362 212 0 0 20 0 16 0 414849827 11006283776 2088266 33554432000 4194304 4196468 140736331936032 140115793914968 140115829403214 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 26882048 140736331940875 140736331940978 140736331940978 140736331943887 0
[pid=9001/tid=9008] ppid=8998 vsize=10748324 memory=6944652177228980320 CPUtime=1.68 cores=0,2,4,6
/proc/9001/task/9008/stat : 9008 (java) S 8998 9001 6511 0 -1 1077944384 34474 0 0 0 166 2 0 0 20 0 16 0 414849829 11006283776 2088266 33554432000 4194304 4196468 140736331936032 140115403612784 140115844462293 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26882048 140736331940875 140736331940978 140736331940978 140736331943887 0
[pid=9001/tid=9009] ppid=8998 vsize=10748324 memory=6944656592387989600 CPUtime=0 cores=0,2,4,6
/proc/9001/task/9009/stat : 9009 (java) S 8998 9001 6511 0 -1 1077944384 77 0 0 0 0 0 0 0 20 0 16 0 414849829 11006283776 2088266 33554432000 4194304 4196468 140736331936032 140115402560272 140115844463234 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26882048 140736331940875 140736331940978 140736331940978 140736331943887 0
[pid=9001/tid=9010] ppid=8998 vsize=10748324 memory=8112282956445269571 CPUtime=0 cores=0,2,4,6
/proc/9001/task/9010/stat : 9010 (java) S 8998 9001 6511 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 414849829 11006283776 2088266 33554432000 4194304 4196468 140736331936032 140115401507584 140115844462293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26882048 140736331940875 140736331940978 140736331940978 140736331943887 0
[pid=9001/tid=9011] ppid=8998 vsize=10748324 memory=288230583166042426 CPUtime=0 cores=0,2,4,6
/proc/9001/task/9011/stat : 9011 (java) S 8998 9001 6511 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414849832 11006283776 2088266 33554432000 4194304 4196468 140736331936032 140115400456144 140115844470683 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26882048 140736331940875 140736331940978 140736331940978 140736331943887 0
[pid=9001/tid=9012] ppid=8998 vsize=10748324 memory=1212 CPUtime=4.31 cores=0,2,4,6
/proc/9001/task/9012/stat : 9012 (java) S 8998 9001 6511 0 -1 1077944384 16459 0 0 0 429 2 0 0 20 0 16 0 414849832 11006283776 2088266 33554432000 4194304 4196468 140736331936032 140115399404272 140115844463234 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26882048 140736331940875 140736331940978 140736331940978 140736331943887 0
[pid=9001/tid=9013] ppid=8998 vsize=10748324 memory=1036 CPUtime=3.74 cores=0,2,4,6
/proc/9001/task/9013/stat : 9013 (java) S 8998 9001 6511 0 -1 1077944384 10731 0 0 0 372 2 0 0 20 0 16 0 414849832 11006283776 2088266 33554432000 4194304 4196468 140736331936032 140115398351728 140115844463234 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26882048 140736331940875 140736331940978 140736331940978 140736331943887 0
[pid=9001/tid=9014] ppid=8998 vsize=10748324 memory=14008 CPUtime=0.91 cores=0,2,4,6
/proc/9001/task/9014/stat : 9014 (java) S 8998 9001 6511 0 -1 1077944384 6396 0 0 0 90 1 0 0 20 0 16 0 414849832 11006283776 2088266 33554432000 4194304 4196468 140736331936032 140115397298672 140115844463234 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26882048 140736331940875 140736331940978 140736331940978 140736331943887 0
[pid=9001/tid=9015] ppid=8998 vsize=10748324 memory=12024 CPUtime=0 cores=0,2,4,6
/proc/9001/task/9015/stat : 9015 (java) S 8998 9001 6511 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414849832 11006283776 2088266 33554432000 4194304 4196468 140736331936032 140115396246368 140115844462293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26882048 140736331940875 140736331940978 140736331940978 140736331943887 0
[pid=9001/tid=9016] ppid=8998 vsize=10748324 memory=2116 CPUtime=0.02 cores=0,2,4,6
/proc/9001/task/9016/stat : 9016 (java) S 8998 9001 6511 0 -1 1077944384 298 0 0 0 1 1 0 0 20 0 16 0 414849832 11006283776 2088266 33554432000 4194304 4196468 140736331936032 140115395193392 140115844463234 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26882048 140736331940875 140736331940978 140736331940978 140736331943887 0
[pid=9001/tid=9017] ppid=8998 vsize=10748324 memory=20984 CPUtime=7.59 cores=0,2,4,6
/proc/9001/task/9017/stat : 9017 (java) S 8998 9001 6511 0 -1 1077944384 29512 0 0 0 752 7 0 0 20 0 16 0 414850015 11006283776 2088266 33554432000 4194304 4196468 140736331936032 140115310657120 140115844462293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26882048 140736331940875 140736331940978 140736331940978 140736331943887 0
Current children cumulated CPU time: 83.31 s
Current children cumulated vsize: 10748324 KiB
Current children cumulated memory: 8353064 KiB

[startup+28.0007 s]*
/proc/loadavg: 2.67 1.93 1.77 6/233 9017
/proc/meminfo: memFree=23009200/32770624 swapFree=67004032/67108860
[pid=9001] ppid=8998 vsize=10748324 memory=8353064 CPUtime=86.48 cores=0,2,4,6
/proc/9001/stat : 9001 (java) S 8998 9001 6511 0 -1 1077944320 270468 0 0 0 7847 801 0 0 20 0 16 0 414849826 11006283776 2088266 33554432000 4194304 4196468 140736331936032 140736331918576 140115844452087 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 26882048 140736331940875 140736331940978 140736331940978 140736331943887 0
/proc/9001/statm: 2687081 2088266 3391 1 0 2647217 0
[pid=9001/tid=9003] ppid=8998 vsize=10748324 memory=5853954493739010717 CPUtime=1.87 cores=0,2,4,6
/proc/9001/task/9003/stat : 9003 (java) S 8998 9001 6511 0 -1 1077944384 15298 0 0 0 180 7 0 0 20 0 16 0 414849826 11006283776 2088266 33554432000 4194304 4196468 140736331936032 140115848694960 140115844462293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26882048 140736331940875 140736331940978 140736331940978 140736331943887 0
[pid=9001/tid=9004] ppid=8998 vsize=10748324 memory=4122819170707441977 CPUtime=16.63 cores=0,2,4,6
/proc/9001/task/9004/stat : 9004 (java) R 8998 9001 6511 0 -1 4202560 52981 0 0 0 1460 203 0 0 20 0 16 0 414849827 11006283776 2088266 33554432000 4194304 4196468 140736331936032 140115797072912 140115837080295 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26882048 140736331940875 140736331940978 140736331940978 140736331943887 0
[pid=9001/tid=9005] ppid=8998 vsize=10748324 memory=3472468323560974000 CPUtime=16.56 cores=0,2,4,6
/proc/9001/task/9005/stat : 9005 (java) R 8998 9001 6511 0 -1 4202560 18132 0 0 0 1454 202 0 0 20 0 16 0 414849827 11006283776 2088266 33554432000 4194304 4196468 140736331936032 140115796020568 140115829448491 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26882048 140736331940875 140736331940978 140736331940978 140736331943887 0
[pid=9001/tid=9006] ppid=8998 vsize=10748324 memory=7019467087990042681 CPUtime=16.55 cores=0,2,4,6
/proc/9001/task/9006/stat : 9006 (java) R 8998 9001 6511 0 -1 4202560 20070 0 0 0 1496 159 0 0 20 0 16 0 414849827 11006283776 2088266 33554432000 4194304 4196468 140736331936032 140115794967120 140115837080295 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26882048 140736331940875 140736331940978 140736331940978 140736331943887 0
[pid=9001/tid=9007] ppid=8998 vsize=10748324 memory=6944656592455097440 CPUtime=16.52 cores=0,2,4,6
/proc/9001/task/9007/stat : 9007 (java) R 8998 9001 6511 0 -1 4202560 64692 0 0 0 1440 212 0 0 20 0 16 0 414849827 11006283776 2088266 33554432000 4194304 4196468 140736331936032 140115793914888 140115837080295 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 26882048 140736331940875 140736331940978 140736331940978 140736331943887 0
[pid=9001/tid=9008] ppid=8998 vsize=10748324 memory=6944656592387989600 CPUtime=1.69 cores=0,2,4,6
/proc/9001/task/9008/stat : 9008 (java) S 8998 9001 6511 0 -1 1077944384 34481 0 0 0 167 2 0 0 20 0 16 0 414849829 11006283776 2088266 33554432000 4194304 4196468 140736331936032 140115403613008 140115844462293 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26882048 140736331940875 140736331940978 140736331940978 140736331943887 0
[pid=9001/tid=9009] ppid=8998 vsize=10748324 memory=6656426216303648864 CPUtime=0 cores=0,2,4,6
/proc/9001/task/9009/stat : 9009 (java) S 8998 9001 6511 0 -1 1077944384 77 0 0 0 0 0 0 0 20 0 16 0 414849829 11006283776 2088266 33554432000 4194304 4196468 140736331936032 140115402560272 140115844463234 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26882048 140736331940875 140736331940978 140736331940978 140736331943887 0
[pid=9001/tid=9010] ppid=8998 vsize=10748324 memory=6656426216303648864 CPUtime=0 cores=0,2,4,6
/proc/9001/task/9010/stat : 9010 (java) S 8998 9001 6511 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 414849829 11006283776 2088266 33554432000 4194304 4196468 140736331936032 140115401507584 140115844462293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26882048 140736331940875 140736331940978 140736331940978 140736331943887 0
[pid=9001/tid=9011] ppid=8998 vsize=10748324 memory=6944656592455360604 CPUtime=0 cores=0,2,4,6
/proc/9001/task/9011/stat : 9011 (java) S 8998 9001 6511 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414849832 11006283776 2088266 33554432000 4194304 4196468 140736331936032 140115400456144 140115844470683 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26882048 140736331940875 140736331940978 140736331940978 140736331943887 0
[pid=9001/tid=9012] ppid=8998 vsize=10748324 memory=6944656592455097440 CPUtime=4.31 cores=0,2,4,6
/proc/9001/task/9012/stat : 9012 (java) S 8998 9001 6511 0 -1 1077944384 16459 0 0 0 429 2 0 0 20 0 16 0 414849832 11006283776 2088266 33554432000 4194304 4196468 140736331936032 140115399404272 140115844463234 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26882048 140736331940875 140736331940978 140736331940978 140736331943887 0
[pid=9001/tid=9013] ppid=8998 vsize=10748324 memory=6656426216303648864 CPUtime=3.74 cores=0,2,4,6
/proc/9001/task/9013/stat : 9013 (java) S 8998 9001 6511 0 -1 1077944384 10731 0 0 0 372 2 0 0 20 0 16 0 414849832 11006283776 2088266 33554432000 4194304 4196468 140736331936032 140115398351728 140115844463234 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26882048 140736331940875 140736331940978 140736331940978 140736331943887 0
[pid=9001/tid=9014] ppid=8998 vsize=10748324 memory=6944656592455360604 CPUtime=0.91 cores=0,2,4,6
/proc/9001/task/9014/stat : 9014 (java) S 8998 9001 6511 0 -1 1077944384 6396 0 0 0 90 1 0 0 20 0 16 0 414849832 11006283776 2088266 33554432000 4194304 4196468 140736331936032 140115397298672 140115844463234 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26882048 140736331940875 140736331940978 140736331940978 140736331943887 0
[pid=9001/tid=9015] ppid=8998 vsize=10748324 memory=6944656592455097440 CPUtime=0 cores=0,2,4,6
/proc/9001/task/9015/stat : 9015 (java) S 8998 9001 6511 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414849832 11006283776 2088266 33554432000 4194304 4196468 140736331936032 140115396246368 140115844462293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26882048 140736331940875 140736331940978 140736331940978 140736331943887 0
[pid=9001/tid=9016] ppid=8998 vsize=10748324 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/9001/task/9016/stat : 9016 (java) S 8998 9001 6511 0 -1 1077944384 298 0 0 0 1 1 0 0 20 0 16 0 414849832 11006283776 2088266 33554432000 4194304 4196468 140736331936032 140115395193392 140115844463234 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26882048 140736331940875 140736331940978 140736331940978 140736331943887 0
[pid=9001/tid=9017] ppid=8998 vsize=10748324 memory=0 CPUtime=7.59 cores=0,2,4,6
/proc/9001/task/9017/stat : 9017 (java) S 8998 9001 6511 0 -1 1077944384 29512 0 0 0 752 7 0 0 20 0 16 0 414850015 11006283776 2088266 33554432000 4194304 4196468 140736331936032 140115310657120 140115844462293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26882048 140736331940875 140736331940978 140736331940978 140736331943887 0
Current children cumulated CPU time: 86.48 s
Current children cumulated vsize: 10748324 KiB
Current children cumulated memory: 8353064 KiB

[startup+28.2014 s]*
/proc/loadavg: 2.67 1.93 1.77 3/219 9018
/proc/meminfo: memFree=25693092/32770624 swapFree=67004032/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0
Real time (s): 28.2367
CPU time (s): 86.7879
CPU user time (s): 78.7241
CPU system time (s): 8.06378
CPU usage (%): 307.359
Max. virtual memory (cumulated for all children) (KiB): 10748324
Max. memory (cumulated for all children) (KiB): 8360132

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 78.7241
system time used= 8.06378
maximum resident set size= 8360140
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 270701
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= 6689
involuntary context switches= 741


# summary of solver processes directly reported to runsolver:
#   pid: 9001
#   total CPU time (s): 86.7879
#   total CPU user time (s): 78.7241
#   total CPU system time (s): 8.06378

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.211618 second user time and 0.334454 second system time

The end

Launcher Data

Begin job on node133 at 2019-09-13 16:47:43
IDJOB=4390651
IDBENCH=139285
IDSOLVER=2832
FILE ID=node133/4390651-1568386102
RUNJOBID= node133-1568380476-6542
PBS_JOBID= 21701835
Free space on /tmp= 55104 MiB

SOLVER NAME= AbsCon 2019-07-23
BENCH NAME= XCSP17/Fischer/Fischer-m1-s1/Fischer-10-06-fair.xml
COMMAND LINE= java -cp AbsCon19-06.jar AbsCon BENCHNAME -cm
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4390651-1568386102/watcher-4390651-1568386102 -o /tmp/evaluation-result-4390651-1568386102/solver-4390651-1568386102 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1568380476-6542 --watchdog 2580  java -cp AbsCon19-06.jar AbsCon HOME/instance-4390651-1568386102.xml -cm

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

MD5SUM BENCH= 93355dee8c41895d58696aeae14790df
RANDOM SEED=1885486562

node133.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.18
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.18
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.18
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.18
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:        31366660 kB
MemAvailable:   31675492 kB
Buffers:          162444 kB
Cached:           426912 kB
SwapCached:         3440 kB
Active:           531040 kB
Inactive:         285224 kB
Active(anon):     250972 kB
Inactive(anon):    16032 kB
Active(file):     280068 kB
Inactive(file):   269192 kB
Unevictable:      111228 kB
Mlocked:          111228 kB
SwapTotal:      67108860 kB
SwapFree:       67004032 kB
Dirty:              9484 kB
Writeback:             0 kB
AnonPages:        309636 kB
Mapped:            56584 kB
Shmem:             31412 kB
Slab:             179812 kB
SReclaimable:     150816 kB
SUnreclaim:        28996 kB
KernelStack:        4096 kB
PageTables:         6344 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1259564 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    241664 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= 55096 MiB
End job on node133 at 2019-09-13 16:48:11