Trace number 4299141

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
SuperSolver_Macq_Stevenart 2018-04-27? (TO) 2520.03 2509.31

General information on the benchmark

NameQuasigroups_mini/
QuasiGroup-v4-20_mini_c18.xml
MD5SUM43d4b24a9d4c7a91506dc3ee81b98d4e
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 benchmark2.05992
Satisfiable
(Un)Satisfiability was proved
Number of variables800
Number of constraints820
Number of domains2
Minimum domain size20
Maximum domain size400
Distribution of domain sizes[{"size":20,"count":400},{"size":400,"count":380}]
Minimum variable degree0
Maximum variable degree384
Distribution of variable degrees[{"degree":0,"count":20},{"degree":2,"count":380},{"degree":383,"count":20},{"degree":384,"count":380}]
Minimum constraint arity1
Maximum constraint arity401
Distribution of constraint arities[{"arity":1,"count":20},{"arity":3,"count":380},{"arity":20,"count":40},{"arity":401,"count":380}]
Number of extensional constraints380
Number of intensional constraints20
Distribution of constraint types[{"type":"extension","count":380},{"type":"intension","count":20},{"type":"allDifferent","count":40},{"type":"element","count":380}]
Optimization problemNO
Type of objective

Solver Data

0.13/0.13	c version: 2018-04-11
0.13/0.13	c seed: 1811631
0.13/0.13	c timeout: -1
0.13/0.13	c memlimit: -1
0.13/0.13	c nbcore: -1
2520.01/2509.30	s UNKNOWN

Verifier Data


Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4299141-1532818063/watcher-4299141-1532818063 -o /tmp/evaluation-result-4299141-1532818063/solver-4299141-1532818063 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node137-1532808776-30743 --watchdog 2580 java -jar HOME/bestMinicp.jar HOME/instance-4299141-1532818063.xml 

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=32746, runsolver pid=32743


[startup+0.100123 s]*
/proc/loadavg: 1.70 1.68 1.66 4/215 32761
/proc/meminfo: memFree=27886576/32770624 swapFree=67108436/67108860
[pid=32746] ppid=32743 vsize=10661052 memory=26692 CPUtime=0.13 cores=0,2,4,6
/proc/32746/stat : 32746 (java) S 32743 32746 30712 0 -1 1077944320 5048 0 0 0 12 1 0 0 20 0 15 0 99369498 10916917248 6673 33554432000 4194304 4196468 140731051377696 140731051360240 139706525409015 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 24010752 140731051381898 140731051382025 140731051382025 140731051384783 0
/proc/32746/statm: 2665263 6673 2843 1 0 2627263 0
[pid=32746/tid=32748] ppid=32743 vsize=10661052 memory=-8341684059579387005 CPUtime=0.09 cores=0,2,4,6
/proc/32746/task/32748/stat : 32748 (java) R 32743 32746 30712 0 -1 4202560 2886 0 0 0 8 1 0 0 20 0 15 0 99369499 10916917248 6673 33554432000 4194304 4196468 140731051377696 139706529631600 139706525420950 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24010752 140731051381898 140731051382025 140731051382025 140731051384783 0
[pid=32746/tid=32749] ppid=32743 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32746/task/32749/stat : 32749 (java) S 32743 32746 30712 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99369499 10916917248 6673 33554432000 4194304 4196468 140731051377696 139706132466576 139706525419221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24010752 140731051381898 140731051382025 140731051382025 140731051384783 0
[pid=32746/tid=32750] ppid=32743 vsize=10661052 memory=139659714090624 CPUtime=0 cores=0,2,4,6
/proc/32746/task/32750/stat : 32750 (java) S 32743 32746 30712 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99369499 10916917248 6673 33554432000 4194304 4196468 140731051377696 139706131413776 139706525419221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24010752 140731051381898 140731051382025 140731051382025 140731051384783 0
[pid=32746/tid=32751] ppid=32743 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32746/task/32751/stat : 32751 (java) S 32743 32746 30712 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99369499 10916917248 6673 33554432000 4194304 4196468 140731051377696 139706130361488 139706525419221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24010752 140731051381898 140731051382025 140731051382025 140731051384783 0
[pid=32746/tid=32752] ppid=32743 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32746/task/32752/stat : 32752 (java) S 32743 32746 30712 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99369499 10916917248 6673 33554432000 4194304 4196468 140731051377696 139706129308688 139706525419221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24010752 140731051381898 140731051382025 140731051382025 140731051384783 0
[pid=32746/tid=32753] ppid=32743 vsize=10661052 memory=139659714090624 CPUtime=0 cores=0,2,4,6
/proc/32746/task/32753/stat : 32753 (java) S 32743 32746 30712 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99369501 10916917248 6673 33554432000 4194304 4196468 140731051377696 139705830230128 139706525420162 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24010752 140731051381898 140731051382025 140731051382025 140731051384783 0
[pid=32746/tid=32754] ppid=32743 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32746/task/32754/stat : 32754 (java) S 32743 32746 30712 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 99369501 10916917248 6673 33554432000 4194304 4196468 140731051377696 139705829176096 139706525419221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24010752 140731051381898 140731051382025 140731051382025 140731051384783 0
[pid=32746/tid=32755] ppid=32743 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32746/task/32755/stat : 32755 (java) S 32743 32746 30712 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 99369501 10916917248 6673 33554432000 4194304 4196468 140731051377696 139705828123760 139706525419221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24010752 140731051381898 140731051382025 140731051382025 140731051384783 0
[pid=32746/tid=32756] ppid=32743 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32746/task/32756/stat : 32756 (java) S 32743 32746 30712 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99369504 10916917248 6673 33554432000 4194304 4196468 140731051377696 139705827072080 139706525427611 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24010752 140731051381898 140731051382025 140731051382025 140731051384783 0
[pid=32746/tid=32757] ppid=32743 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32746/task/32757/stat : 32757 (java) S 32743 32746 30712 0 -1 1077944384 429 0 0 0 0 0 0 0 20 0 15 0 99369504 10916917248 6673 33554432000 4194304 4196468 140731051377696 139705826019952 139706525420162 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24010752 140731051381898 140731051382025 140731051382025 140731051384783 0
[pid=32746/tid=32758] ppid=32743 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32746/task/32758/stat : 32758 (java) S 32743 32746 30712 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99369504 10916917248 6673 33554432000 4194304 4196468 140731051377696 139705824967152 139706525420162 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24010752 140731051381898 140731051382025 140731051382025 140731051384783 0
[pid=32746/tid=32759] ppid=32743 vsize=10661052 memory=139659714090624 CPUtime=0.02 cores=0,2,4,6
/proc/32746/task/32759/stat : 32759 (java) R 32743 32746 30712 0 -1 4202560 363 0 0 0 2 0 0 0 20 0 15 0 99369504 10916917248 6673 33554432000 4194304 4196468 140731051377696 139705180838768 139706504035345 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24010752 140731051381898 140731051382025 140731051382025 140731051384783 0
[pid=32746/tid=32760] ppid=32743 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32746/task/32760/stat : 32760 (java) S 32743 32746 30712 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99369504 10916917248 6673 33554432000 4194304 4196468 140731051377696 139705179786208 139706525419221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24010752 140731051381898 140731051382025 140731051382025 140731051384783 0
[pid=32746/tid=32761] ppid=32743 vsize=10661052 memory=139659714090624 CPUtime=0 cores=0,2,4,6
/proc/32746/task/32761/stat : 32761 (java) S 32743 32746 30712 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99369504 10916917248 6673 33554432000 4194304 4196468 140731051377696 139705178732976 139706525420162 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24010752 140731051381898 140731051382025 140731051382025 140731051384783 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10661052 KiB
Current children cumulated memory: 26692 KiB

[startup+0.210467 s]*
/proc/loadavg: 1.70 1.68 1.66 4/215 32761
/proc/meminfo: memFree=27874668/32770624 swapFree=67108436/67108860
[pid=32746] ppid=32743 vsize=10661052 memory=39360 CPUtime=0.35 cores=0,2,4,6
/proc/32746/stat : 32746 (java) S 32743 32746 30712 0 -1 1077944320 7920 0 0 0 33 2 0 0 20 0 15 0 99369498 10916917248 9840 33554432000 4194304 4196468 140731051377696 140731051360240 139706525409015 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 24010752 140731051381898 140731051382025 140731051382025 140731051384783 0
/proc/32746/statm: 2665263 9840 2992 1 0 2627263 0
[pid=32746/tid=32748] ppid=32743 vsize=10661052 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/32746/task/32748/stat : 32748 (java) R 32743 32746 30712 0 -1 4202560 4707 0 0 0 19 1 0 0 20 0 15 0 99369499 10916917248 9840 33554432000 4194304 4196468 140731051377696 139706529647056 139706525420950 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24010752 140731051381898 140731051382025 140731051382025 140731051384783 0
[pid=32746/tid=32749] ppid=32743 vsize=10661052 memory=345 CPUtime=0 cores=0,2,4,6
/proc/32746/task/32749/stat : 32749 (java) S 32743 32746 30712 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99369499 10916917248 9840 33554432000 4194304 4196468 140731051377696 139706132466576 139706525419221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24010752 140731051381898 140731051382025 140731051382025 140731051384783 0
[pid=32746/tid=32750] ppid=32743 vsize=10661052 memory=4049780829804156576 CPUtime=0 cores=0,2,4,6
/proc/32746/task/32750/stat : 32750 (java) S 32743 32746 30712 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99369499 10916917248 9840 33554432000 4194304 4196468 140731051377696 139706131413776 139706525419221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24010752 140731051381898 140731051382025 140731051382025 140731051384783 0
[pid=32746/tid=32751] ppid=32743 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32746/task/32751/stat : 32751 (java) S 32743 32746 30712 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99369499 10916917248 9840 33554432000 4194304 4196468 140731051377696 139706130361488 139706525419221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24010752 140731051381898 140731051382025 140731051382025 140731051384783 0
[pid=32746/tid=32752] ppid=32743 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32746/task/32752/stat : 32752 (java) S 32743 32746 30712 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99369499 10916917248 9840 33554432000 4194304 4196468 140731051377696 139706129308688 139706525419221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24010752 140731051381898 140731051382025 140731051382025 140731051384783 0
[pid=32746/tid=32753] ppid=32743 vsize=10661052 memory=139659714090624 CPUtime=0 cores=0,2,4,6
/proc/32746/task/32753/stat : 32753 (java) S 32743 32746 30712 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99369501 10916917248 9840 33554432000 4194304 4196468 140731051377696 139705830230128 139706525420162 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24010752 140731051381898 140731051382025 140731051382025 140731051384783 0
[pid=32746/tid=32754] ppid=32743 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32746/task/32754/stat : 32754 (java) S 32743 32746 30712 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 99369501 10916917248 9840 33554432000 4194304 4196468 140731051377696 139705829176096 139706525419221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24010752 140731051381898 140731051382025 140731051382025 140731051384783 0
[pid=32746/tid=32755] ppid=32743 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32746/task/32755/stat : 32755 (java) S 32743 32746 30712 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 99369501 10916917248 9840 33554432000 4194304 4196468 140731051377696 139705828123760 139706525419221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24010752 140731051381898 140731051382025 140731051382025 140731051384783 0
[pid=32746/tid=32756] ppid=32743 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32746/task/32756/stat : 32756 (java) S 32743 32746 30712 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99369504 10916917248 9840 33554432000 4194304 4196468 140731051377696 139705827072080 139706525427611 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24010752 140731051381898 140731051382025 140731051382025 140731051384783 0
[pid=32746/tid=32757] ppid=32743 vsize=10661052 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/32746/task/32757/stat : 32757 (java) R 32743 32746 30712 0 -1 1077944384 622 0 0 0 2 0 0 0 20 0 15 0 99369504 10916917248 9840 33554432000 4194304 4196468 140731051377696 139705826019952 139706525420162 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24010752 140731051381898 140731051382025 140731051382025 140731051384783 0
[pid=32746/tid=32758] ppid=32743 vsize=10661052 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/32746/task/32758/stat : 32758 (java) R 32743 32746 30712 0 -1 4202560 251 0 0 0 2 0 0 0 20 0 15 0 99369504 10916917248 9840 33554432000 4194304 4196468 140731051377696 139705824967152 139706508645216 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24010752 140731051381898 140731051382025 140731051382025 140731051384783 0
[pid=32746/tid=32759] ppid=32743 vsize=10661052 memory=139659714090624 CPUtime=0.08 cores=0,2,4,6
/proc/32746/task/32759/stat : 32759 (java) R 32743 32746 30712 0 -1 4202560 978 0 0 0 8 0 0 0 20 0 15 0 99369504 10916917248 9840 33554432000 4194304 4196468 140731051377696 139705180834720 139706504077928 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24010752 140731051381898 140731051382025 140731051382025 140731051384783 0
[pid=32746/tid=32760] ppid=32743 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32746/task/32760/stat : 32760 (java) S 32743 32746 30712 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99369504 10916917248 9840 33554432000 4194304 4196468 140731051377696 139705179786208 139706525419221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24010752 140731051381898 140731051382025 140731051382025 140731051384783 0
[pid=32746/tid=32761] ppid=32743 vsize=10661052 memory=139659714090624 CPUtime=0 cores=0,2,4,6
/proc/32746/task/32761/stat : 32761 (java) S 32743 32746 30712 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99369504 10916917248 9840 33554432000 4194304 4196468 140731051377696 139705178732976 139706525420162 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24010752 140731051381898 140731051382025 140731051382025 140731051384783 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 10661052 KiB
Current children cumulated memory: 39360 KiB

[startup+0.310546 s]*
/proc/loadavg: 1.70 1.68 1.66 5/215 32761
/proc/meminfo: memFree=27870264/32770624 swapFree=67108436/67108860
[pid=32746] ppid=32743 vsize=10661128 memory=46304 CPUtime=0.58 cores=0,2,4,6
/proc/32746/stat : 32746 (java) S 32743 32746 30712 0 -1 1077944320 8660 0 0 0 56 2 0 0 20 0 15 0 99369498 10916995072 11576 33554432000 4194304 4196468 140731051377696 140731051360240 139706525409015 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 24010752 140731051381898 140731051382025 140731051382025 140731051384783 0
/proc/32746/statm: 2665282 11576 3061 1 0 2627263 0
[pid=32746/tid=32748] ppid=32743 vsize=10661128 memory=7311146985107750967 CPUtime=0.29 cores=0,2,4,6
/proc/32746/task/32748/stat : 32748 (java) R 32743 32746 30712 0 -1 4202560 5078 0 0 0 28 1 0 0 20 0 15 0 99369499 10916995072 11576 33554432000 4194304 4196468 140731051377696 139706529645088 139706503404385 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24010752 140731051381898 140731051382025 140731051382025 140731051384783 0
[pid=32746/tid=32749] ppid=32743 vsize=10661128 memory=288230609002954775 CPUtime=0 cores=0,2,4,6
/proc/32746/task/32749/stat : 32749 (java) S 32743 32746 30712 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99369499 10916995072 11576 33554432000 4194304 4196468 140731051377696 139706132466576 139706525419221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24010752 140731051381898 140731051382025 140731051382025 140731051384783 0
[pid=32746/tid=32750] ppid=32743 vsize=10661128 memory=3977722136254600864 CPUtime=0 cores=0,2,4,6
/proc/32746/task/32750/stat : 32750 (java) S 32743 32746 30712 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99369499 10916995072 11576 33554432000 4194304 4196468 140731051377696 139706131413776 139706525419221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24010752 140731051381898 140731051382025 140731051382025 140731051384783 0
[pid=32746/tid=32751] ppid=32743 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32746/task/32751/stat : 32751 (java) S 32743 32746 30712 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99369499 10916995072 11576 33554432000 4194304 4196468 140731051377696 139706130361488 139706525419221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24010752 140731051381898 140731051382025 140731051382025 140731051384783 0
[pid=32746/tid=32752] ppid=32743 vsize=10661128 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32746/task/32752/stat : 32752 (java) S 32743 32746 30712 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99369499 10916995072 11576 33554432000 4194304 4196468 140731051377696 139706129308688 139706525419221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24010752 140731051381898 140731051382025 140731051382025 140731051384783 0
[pid=32746/tid=32753] ppid=32743 vsize=10661128 memory=139659714090624 CPUtime=0 cores=0,2,4,6
/proc/32746/task/32753/stat : 32753 (java) S 32743 32746 30712 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 99369501 10916995072 11576 33554432000 4194304 4196468 140731051377696 139705830230128 139706525420162 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24010752 140731051381898 140731051382025 140731051382025 140731051384783 0
[pid=32746/tid=32754] ppid=32743 vsize=10661128 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32746/task/32754/stat : 32754 (java) S 32743 32746 30712 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 99369501 10916995072 11576 33554432000 4194304 4196468 140731051377696 139705829176096 139706525419221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24010752 140731051381898 140731051382025 140731051382025 140731051384783 0
[pid=32746/tid=32755] ppid=32743 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32746/task/32755/stat : 32755 (java) S 32743 32746 30712 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 99369501 10916995072 11576 33554432000 4194304 4196468 140731051377696 139705828123760 139706525419221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24010752 140731051381898 140731051382025 140731051382025 140731051384783 0
[pid=32746/tid=32756] ppid=32743 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32746/task/32756/stat : 32756 (java) S 32743 32746 30712 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99369504 10916995072 11576 33554432000 4194304 4196468 140731051377696 139705827072080 139706525427611 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24010752 140731051381898 140731051382025 140731051382025 140731051384783 0
[pid=32746/tid=32757] ppid=32743 vsize=10661128 memory=0 CPUtime=0.06 cores=0,2,4,6
/proc/32746/task/32757/stat : 32757 (java) R 32743 32746 30712 0 -1 4202560 751 0 0 0 6 0 0 0 20 0 15 0 99369504 10916995072 11576 33554432000 4194304 4196468 140731051377696 139705826019952 139706509387301 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24010752 140731051381898 140731051382025 140731051382025 140731051384783 0
[pid=32746/tid=32758] ppid=32743 vsize=10661128 memory=-1 CPUtime=0.04 cores=0,2,4,6
/proc/32746/task/32758/stat : 32758 (java) R 32743 32746 30712 0 -1 4202560 289 0 0 0 4 0 0 0 20 0 15 0 99369504 10916995072 11576 33554432000 4194304 4196468 140731051377696 139705824967248 139706505126151 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24010752 140731051381898 140731051382025 140731051382025 140731051384783 0
[pid=32746/tid=32759] ppid=32743 vsize=10661128 memory=139659714090624 CPUtime=0.16 cores=0,2,4,6
/proc/32746/task/32759/stat : 32759 (java) R 32743 32746 30712 0 -1 1077944384 1173 0 0 0 16 0 0 0 20 0 15 0 99369504 10916995072 11576 33554432000 4194304 4196468 140731051377696 139705180838768 139706525420162 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24010752 140731051381898 140731051382025 140731051382025 140731051384783 0
[pid=32746/tid=32760] ppid=32743 vsize=10661128 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32746/task/32760/stat : 32760 (java) S 32743 32746 30712 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99369504 10916995072 11576 33554432000 4194304 4196468 140731051377696 139705179786208 139706525419221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24010752 140731051381898 140731051382025 140731051382025 140731051384783 0
[pid=32746/tid=32761] ppid=32743 vsize=10661128 memory=139659714090624 CPUtime=0 cores=0,2,4,6
/proc/32746/task/32761/stat : 32761 (java) S 32743 32746 30712 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99369504 10916995072 11576 33554432000 4194304 4196468 140731051377696 139705178732976 139706525420162 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24010752 140731051381898 140731051382025 140731051382025 140731051384783 0
Current children cumulated CPU time: 0.58 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 46304 KiB

[startup+0.700722 s]
/proc/loadavg: 1.70 1.68 1.66 7/215 32761
/proc/meminfo: memFree=27836384/32770624 swapFree=67108436/67108860
[pid=32746] ppid=32743 vsize=10661128 memory=90608 CPUtime=1.78 cores=0,2,4,6
/proc/32746/stat : 32746 (java) S 32743 32746 30712 0 -1 1077944320 10978 0 0 0 174 4 0 0 20 0 15 0 99369498 10916995072 22652 33554432000 4194304 4196468 140731051377696 140731051360240 139706525409015 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 24010752 140731051381898 140731051382025 140731051382025 140731051384783 0
/proc/32746/statm: 2665282 22652 3119 1 0 2627263 0
[pid=32746/tid=32748] ppid=32743 vsize=10661128 memory=1784 CPUtime=0.68 cores=0,2,4,6
/proc/32746/task/32748/stat : 32748 (java) R 32743 32746 30712 0 -1 4202560 5244 0 0 0 66 2 0 0 20 0 15 0 99369499 10916995072 22652 33554432000 4194304 4196468 140731051377696 139706529641632 139706163089296 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24010752 140731051381898 140731051382025 140731051382025 140731051384783 0
[pid=32746/tid=32749] ppid=32743 vsize=10661128 memory=5752 CPUtime=0 cores=0,2,4,6
/proc/32746/task/32749/stat : 32749 (java) S 32743 32746 30712 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99369499 10916995072 22652 33554432000 4194304 4196468 140731051377696 139706132466576 139706525419221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24010752 140731051381898 140731051382025 140731051382025 140731051384783 0
[pid=32746/tid=32750] ppid=32743 vsize=10661128 memory=4588 CPUtime=0 cores=0,2,4,6
/proc/32746/task/32750/stat : 32750 (java) S 32743 32746 30712 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99369499 10916995072 22652 33554432000 4194304 4196468 140731051377696 139706131413776 139706525419221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24010752 140731051381898 140731051382025 140731051382025 140731051384783 0
[pid=32746/tid=32751] ppid=32743 vsize=10661128 memory=1612 CPUtime=0 cores=0,2,4,6
/proc/32746/task/32751/stat : 32751 (java) S 32743 32746 30712 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99369499 10916995072 22652 33554432000 4194304 4196468 140731051377696 139706130361488 139706525419221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24010752 140731051381898 140731051382025 140731051382025 140731051384783 0
[pid=32746/tid=32752] ppid=32743 vsize=10661128 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/32746/task/32752/stat : 32752 (java) S 32743 32746 30712 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99369499 10916995072 22652 33554432000 4194304 4196468 140731051377696 139706129308688 139706525419221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24010752 140731051381898 140731051382025 140731051382025 140731051384783 0
[pid=32746/tid=32753] ppid=32743 vsize=10661128 memory=1852 CPUtime=0 cores=0,2,4,6
/proc/32746/task/32753/stat : 32753 (java) S 32743 32746 30712 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 99369501 10916995072 22652 33554432000 4194304 4196468 140731051377696 139705830230128 139706525420162 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24010752 140731051381898 140731051382025 140731051382025 140731051384783 0
[pid=32746/tid=32754] ppid=32743 vsize=10661128 memory=872 CPUtime=0 cores=0,2,4,6
/proc/32746/task/32754/stat : 32754 (java) S 32743 32746 30712 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 99369501 10916995072 22652 33554432000 4194304 4196468 140731051377696 139705829176096 139706525419221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24010752 140731051381898 140731051382025 140731051382025 140731051384783 0
[pid=32746/tid=32755] ppid=32743 vsize=10661128 memory=8068 CPUtime=0 cores=0,2,4,6
/proc/32746/task/32755/stat : 32755 (java) S 32743 32746 30712 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 99369501 10916995072 22652 33554432000 4194304 4196468 140731051377696 139705828123760 139706525419221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24010752 140731051381898 140731051382025 140731051382025 140731051384783 0
[pid=32746/tid=32756] ppid=32743 vsize=10661128 memory=7518026621751089001 CPUtime=0 cores=0,2,4,6
/proc/32746/task/32756/stat : 32756 (java) S 32743 32746 30712 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99369504 10916995072 22652 33554432000 4194304 4196468 140731051377696 139705827072080 139706525427611 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24010752 140731051381898 140731051382025 140731051382025 140731051384783 0
[pid=32746/tid=32757] ppid=32743 vsize=10661128 memory=7881696724453321575 CPUtime=0.4 cores=0,2,4,6
/proc/32746/task/32757/stat : 32757 (java) R 32743 32746 30712 0 -1 4202560 1504 0 0 0 40 0 0 0 20 0 15 0 99369504 10916995072 22652 33554432000 4194304 4196468 140731051377696 139705826019952 139706505064225 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24010752 140731051381898 140731051382025 140731051382025 140731051384783 0
[pid=32746/tid=32758] ppid=32743 vsize=10661128 memory=5787213827147130983 CPUtime=0.35 cores=0,2,4,6
/proc/32746/task/32758/stat : 32758 (java) R 32743 32746 30712 0 -1 4202560 995 0 0 0 35 0 0 0 20 0 15 0 99369504 10916995072 22652 33554432000 4194304 4196468 140731051377696 139705824967152 139706508892537 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24010752 140731051381898 140731051382025 140731051382025 140731051384783 0
[pid=32746/tid=32759] ppid=32743 vsize=10661128 memory=0 CPUtime=0.32 cores=0,2,4,6
/proc/32746/task/32759/stat : 32759 (java) S 32743 32746 30712 0 -1 1077944384 1865 0 0 0 32 0 0 0 20 0 15 0 99369504 10916995072 22652 33554432000 4194304 4196468 140731051377696 139705180838768 139706525420162 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24010752 140731051381898 140731051382025 140731051382025 140731051384783 0
[pid=32746/tid=32760] ppid=32743 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32746/task/32760/stat : 32760 (java) S 32743 32746 30712 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99369504 10916995072 22652 33554432000 4194304 4196468 140731051377696 139705179786208 139706525419221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24010752 140731051381898 140731051382025 140731051382025 140731051384783 0
[pid=32746/tid=32761] ppid=32743 vsize=10661128 memory=33 CPUtime=0 cores=0,2,4,6
/proc/32746/task/32761/stat : 32761 (java) S 32743 32746 30712 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99369504 10916995072 22652 33554432000 4194304 4196468 140731051377696 139705178732976 139706525420162 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24010752 140731051381898 140731051382025 140731051382025 140731051384783 0
Current children cumulated CPU time: 1.78 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 90608 KiB

[startup+1.50073 s]
/proc/loadavg: 1.70 1.68 1.66 5/215 32761
/proc/meminfo: memFree=27798248/32770624 swapFree=67108436/67108860
[pid=32746] ppid=32743 vsize=10661128 memory=122036 CPUtime=3.68 cores=0,2,4,6
/proc/32746/stat : 32746 (java) S 32743 32746 30712 0 -1 1077944320 18590 0 0 0 363 5 0 0 20 0 15 0 99369498 10916995072 30509 33554432000 4194304 4196468 140731051377696 140731051360240 139706525409015 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 24010752 140731051381898 140731051382025 140731051382025 140731051384783 0
/proc/32746/statm: 2665282 30509 3132 1 0 2627263 0
[pid=32746/tid=32748] ppid=32743 vsize=10661128 memory=6791534058613427641 CPUtime=1.47 cores=0,2,4,6
/proc/32746/task/32748/stat : 32748 (java) R 32743 32746 30712 0 -1 4202560 5687 0 0 0 145 2 0 0 20 0 15 0 99369499 10916995072 30509 33554432000 4194304 4196468 140731051377696 139706529645088 139706167775555 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24010752 140731051381898 140731051382025 140731051382025 140731051384783 0
[pid=32746/tid=32749] ppid=32743 vsize=10661128 memory=-6951259422114956437 CPUtime=0 cores=0,2,4,6
/proc/32746/task/32749/stat : 32749 (java) S 32743 32746 30712 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99369499 10916995072 30509 33554432000 4194304 4196468 140731051377696 139706132466576 139706525419221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24010752 140731051381898 140731051382025 140731051382025 140731051384783 0
[pid=32746/tid=32750] ppid=32743 vsize=10661128 memory=-6509546260019855295 CPUtime=0 cores=0,2,4,6
/proc/32746/task/32750/stat : 32750 (java) S 32743 32746 30712 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99369499 10916995072 30509 33554432000 4194304 4196468 140731051377696 139706131413776 139706525419221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24010752 140731051381898 140731051382025 140731051382025 140731051384783 0
[pid=32746/tid=32751] ppid=32743 vsize=10661128 memory=-7390251449858225344 CPUtime=0 cores=0,2,4,6
/proc/32746/task/32751/stat : 32751 (java) S 32743 32746 30712 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99369499 10916995072 30509 33554432000 4194304 4196468 140731051377696 139706130361488 139706525419221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24010752 140731051381898 140731051382025 140731051382025 140731051384783 0
[pid=32746/tid=32752] ppid=32743 vsize=10661128 memory=4134692831991786133 CPUtime=0 cores=0,2,4,6
/proc/32746/task/32752/stat : 32752 (java) S 32743 32746 30712 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99369499 10916995072 30509 33554432000 4194304 4196468 140731051377696 139706129308688 139706525419221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24010752 140731051381898 140731051382025 140731051382025 140731051384783 0
[pid=32746/tid=32753] ppid=32743 vsize=10661128 memory=-7165351541977658656 CPUtime=0 cores=0,2,4,6
/proc/32746/task/32753/stat : 32753 (java) S 32743 32746 30712 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 99369501 10916995072 30509 33554432000 4194304 4196468 140731051377696 139705830230128 139706525420162 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24010752 140731051381898 140731051382025 140731051382025 140731051384783 0

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

/proc/32746/task/32748/stat : 32748 (java) R 32743 32746 30712 0 -1 4202560 13318 0 0 0 243817 8 0 0 20 0 15 0 99369499 10916995072 49384 33554432000 4194304 4196468 140731051377696 139706529647840 139706167885891 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24010752 140731051381898 140731051382025 140731051382025 140731051384783 0
[pid=32746/tid=32749] ppid=32743 vsize=10661128 memory=197536 CPUtime=2.47 cores=0,2,4,6
/proc/32746/task/32749/stat : 32749 (java) S 32743 32746 30712 0 -1 1077944384 4046 0 0 0 238 9 0 0 20 0 15 0 99369499 10916995072 49384 33554432000 4194304 4196468 140731051377696 139706132466576 139706525419221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24010752 140731051381898 140731051382025 140731051382025 140731051384783 0
[pid=32746/tid=32750] ppid=32743 vsize=10661128 memory=960 CPUtime=2.48 cores=0,2,4,6
/proc/32746/task/32750/stat : 32750 (java) S 32743 32746 30712 0 -1 1077944384 3618 0 0 0 239 9 0 0 20 0 15 0 99369499 10916995072 49384 33554432000 4194304 4196468 140731051377696 139706131413776 139706525419221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24010752 140731051381898 140731051382025 140731051382025 140731051384783 0
[pid=32746/tid=32751] ppid=32743 vsize=10661128 memory=197536 CPUtime=2.49 cores=0,2,4,6
/proc/32746/task/32751/stat : 32751 (java) S 32743 32746 30712 0 -1 1077944384 6066 0 0 0 239 10 0 0 20 0 15 0 99369499 10916995072 49384 33554432000 4194304 4196468 140731051377696 139706130361488 139706525419221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24010752 140731051381898 140731051382025 140731051382025 140731051384783 0
[pid=32746/tid=32752] ppid=32743 vsize=10661128 memory=4104 CPUtime=2.46 cores=0,2,4,6
/proc/32746/task/32752/stat : 32752 (java) S 32743 32746 30712 0 -1 1077944384 3496 0 0 0 237 9 0 0 20 0 15 0 99369499 10916995072 49384 33554432000 4194304 4196468 140731051377696 139706129308688 139706525419221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24010752 140731051381898 140731051382025 140731051382025 140731051384783 0
[pid=32746/tid=32753] ppid=32743 vsize=10661128 memory=197536 CPUtime=1.04 cores=0,2,4,6
/proc/32746/task/32753/stat : 32753 (java) S 32743 32746 30712 0 -1 1077944384 4980 0 0 0 93 11 0 0 20 0 15 0 99369501 10916995072 49384 33554432000 4194304 4196468 140731051377696 139705830230128 139706525420162 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24010752 140731051381898 140731051382025 140731051382025 140731051384783 0
[pid=32746/tid=32754] ppid=32743 vsize=10661128 memory=197536 CPUtime=0 cores=0,2,4,6
/proc/32746/task/32754/stat : 32754 (java) S 32743 32746 30712 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 99369501 10916995072 49384 33554432000 4194304 4196468 140731051377696 139705829176096 139706525419221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24010752 140731051381898 140731051382025 140731051382025 140731051384783 0
[pid=32746/tid=32755] ppid=32743 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32746/task/32755/stat : 32755 (java) S 32743 32746 30712 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 99369501 10916995072 49384 33554432000 4194304 4196468 140731051377696 139705828123760 139706525419221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24010752 140731051381898 140731051382025 140731051382025 140731051384783 0
[pid=32746/tid=32756] ppid=32743 vsize=10661128 memory=197536 CPUtime=0 cores=0,2,4,6
/proc/32746/task/32756/stat : 32756 (java) S 32743 32746 30712 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99369504 10916995072 49384 33554432000 4194304 4196468 140731051377696 139705827072080 139706525427611 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24010752 140731051381898 140731051382025 140731051382025 140731051384783 0
[pid=32746/tid=32757] ppid=32743 vsize=10661128 memory=197536 CPUtime=1.25 cores=0,2,4,6
/proc/32746/task/32757/stat : 32757 (java) S 32743 32746 30712 0 -1 1077944384 6524 0 0 0 124 1 0 0 20 0 15 0 99369504 10916995072 49384 33554432000 4194304 4196468 140731051377696 139705826019952 139706525420162 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24010752 140731051381898 140731051382025 140731051382025 140731051384783 0
[pid=32746/tid=32758] ppid=32743 vsize=10661128 memory=197536 CPUtime=1.1 cores=0,2,4,6
/proc/32746/task/32758/stat : 32758 (java) S 32743 32746 30712 0 -1 1077944384 7798 0 0 0 109 1 0 0 20 0 15 0 99369504 10916995072 49384 33554432000 4194304 4196468 140731051377696 139705824967152 139706525420162 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24010752 140731051381898 140731051382025 140731051382025 140731051384783 0
[pid=32746/tid=32759] ppid=32743 vsize=10661128 memory=197536 CPUtime=0.44 cores=0,2,4,6
/proc/32746/task/32759/stat : 32759 (java) S 32743 32746 30712 0 -1 1077944384 3219 0 0 0 44 0 0 0 20 0 15 0 99369504 10916995072 49384 33554432000 4194304 4196468 140731051377696 139705180838768 139706525420162 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24010752 140731051381898 140731051382025 140731051382025 140731051384783 0
[pid=32746/tid=32760] ppid=32743 vsize=10661128 memory=197536 CPUtime=0 cores=0,2,4,6
/proc/32746/task/32760/stat : 32760 (java) S 32743 32746 30712 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99369504 10916995072 49384 33554432000 4194304 4196468 140731051377696 139705179786208 139706525419221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24010752 140731051381898 140731051382025 140731051382025 140731051384783 0
[pid=32746/tid=32761] ppid=32743 vsize=10661128 memory=197536 CPUtime=0.71 cores=0,2,4,6
/proc/32746/task/32761/stat : 32761 (java) S 32743 32746 30712 0 -1 1077944384 684 0 0 0 34 37 0 0 20 0 15 0 99369504 10916995072 49384 33554432000 4194304 4196468 140731051377696 139705178732976 139706525420162 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24010752 140731051381898 140731051382025 140731051382025 140731051384783 0
Current children cumulated CPU time: 2452.8 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 197536 KiB

[startup+2502.3 s]
/proc/loadavg: 1.40 1.43 1.53 3/215 484
/proc/meminfo: memFree=27663288/32770624 swapFree=67108436/67108860
[pid=32746] ppid=32743 vsize=10661128 memory=199584 CPUtime=2512.99 cores=0,2,4,6
/proc/32746/stat : 32746 (java) S 32743 32746 30712 0 -1 1077944320 55265 0 0 0 251215 84 0 0 20 0 15 0 99369498 10916995072 49896 33554432000 4194304 4196468 140731051377696 140731051360240 139706525409015 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 24010752 140731051381898 140731051382025 140731051382025 140731051384783 0
/proc/32746/statm: 2665282 49896 3163 1 0 2627263 0
[pid=32746/tid=32748] ppid=32743 vsize=10661128 memory=199584 CPUtime=2498.15 cores=0,2,4,6
/proc/32746/task/32748/stat : 32748 (java) R 32743 32746 30712 0 -1 4202560 13376 0 0 0 249807 8 0 0 20 0 15 0 99369499 10916995072 49896 33554432000 4194304 4196468 140731051377696 139706529648512 139706167886131 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24010752 140731051381898 140731051382025 140731051382025 140731051384783 0
[pid=32746/tid=32749] ppid=32743 vsize=10661128 memory=199584 CPUtime=2.54 cores=0,2,4,6
/proc/32746/task/32749/stat : 32749 (java) S 32743 32746 30712 0 -1 1077944384 4047 0 0 0 245 9 0 0 20 0 15 0 99369499 10916995072 49896 33554432000 4194304 4196468 140731051377696 139706132466576 139706525419221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24010752 140731051381898 140731051382025 140731051382025 140731051384783 0
[pid=32746/tid=32750] ppid=32743 vsize=10661128 memory=199584 CPUtime=2.54 cores=0,2,4,6
/proc/32746/task/32750/stat : 32750 (java) S 32743 32746 30712 0 -1 1077944384 3650 0 0 0 245 9 0 0 20 0 15 0 99369499 10916995072 49896 33554432000 4194304 4196468 140731051377696 139706131413776 139706525419221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24010752 140731051381898 140731051382025 140731051382025 140731051384783 0
[pid=32746/tid=32751] ppid=32743 vsize=10661128 memory=199584 CPUtime=2.54 cores=0,2,4,6
/proc/32746/task/32751/stat : 32751 (java) S 32743 32746 30712 0 -1 1077944384 6068 0 0 0 244 10 0 0 20 0 15 0 99369499 10916995072 49896 33554432000 4194304 4196468 140731051377696 139706130361488 139706525419221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24010752 140731051381898 140731051382025 140731051382025 140731051384783 0
[pid=32746/tid=32752] ppid=32743 vsize=10661128 memory=199584 CPUtime=2.53 cores=0,2,4,6
/proc/32746/task/32752/stat : 32752 (java) S 32743 32746 30712 0 -1 1077944384 3497 0 0 0 243 10 0 0 20 0 15 0 99369499 10916995072 49896 33554432000 4194304 4196468 140731051377696 139706129308688 139706525419221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24010752 140731051381898 140731051382025 140731051382025 140731051384783 0
[pid=32746/tid=32753] ppid=32743 vsize=10661128 memory=199584 CPUtime=1.06 cores=0,2,4,6
/proc/32746/task/32753/stat : 32753 (java) S 32743 32746 30712 0 -1 1077944384 4990 0 0 0 95 11 0 0 20 0 15 0 99369501 10916995072 49896 33554432000 4194304 4196468 140731051377696 139705830230128 139706525420162 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24010752 140731051381898 140731051382025 140731051382025 140731051384783 0
[pid=32746/tid=32754] ppid=32743 vsize=10661128 memory=4140 CPUtime=0 cores=0,2,4,6
/proc/32746/task/32754/stat : 32754 (java) S 32743 32746 30712 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 99369501 10916995072 49896 33554432000 4194304 4196468 140731051377696 139705829176096 139706525419221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24010752 140731051381898 140731051382025 140731051382025 140731051384783 0
[pid=32746/tid=32755] ppid=32743 vsize=10661128 memory=199584 CPUtime=0 cores=0,2,4,6
/proc/32746/task/32755/stat : 32755 (java) S 32743 32746 30712 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 99369501 10916995072 49896 33554432000 4194304 4196468 140731051377696 139705828123760 139706525419221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24010752 140731051381898 140731051382025 140731051382025 140731051384783 0
[pid=32746/tid=32756] ppid=32743 vsize=10661128 memory=199584 CPUtime=0 cores=0,2,4,6
/proc/32746/task/32756/stat : 32756 (java) S 32743 32746 30712 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99369504 10916995072 49896 33554432000 4194304 4196468 140731051377696 139705827072080 139706525427611 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24010752 140731051381898 140731051382025 140731051382025 140731051384783 0
[pid=32746/tid=32757] ppid=32743 vsize=10661128 memory=199584 CPUtime=1.25 cores=0,2,4,6
/proc/32746/task/32757/stat : 32757 (java) S 32743 32746 30712 0 -1 1077944384 6524 0 0 0 124 1 0 0 20 0 15 0 99369504 10916995072 49896 33554432000 4194304 4196468 140731051377696 139705826019952 139706525420162 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24010752 140731051381898 140731051382025 140731051382025 140731051384783 0
[pid=32746/tid=32758] ppid=32743 vsize=10661128 memory=199584 CPUtime=1.1 cores=0,2,4,6
/proc/32746/task/32758/stat : 32758 (java) S 32743 32746 30712 0 -1 1077944384 7798 0 0 0 109 1 0 0 20 0 15 0 99369504 10916995072 49896 33554432000 4194304 4196468 140731051377696 139705824967152 139706525420162 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24010752 140731051381898 140731051382025 140731051382025 140731051384783 0
[pid=32746/tid=32759] ppid=32743 vsize=10661128 memory=199584 CPUtime=0.44 cores=0,2,4,6
/proc/32746/task/32759/stat : 32759 (java) S 32743 32746 30712 0 -1 1077944384 3219 0 0 0 44 0 0 0 20 0 15 0 99369504 10916995072 49896 33554432000 4194304 4196468 140731051377696 139705180838768 139706525420162 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24010752 140731051381898 140731051382025 140731051382025 140731051384783 0
[pid=32746/tid=32760] ppid=32743 vsize=10661128 memory=199584 CPUtime=0 cores=0,2,4,6
/proc/32746/task/32760/stat : 32760 (java) S 32743 32746 30712 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99369504 10916995072 49896 33554432000 4194304 4196468 140731051377696 139705179786208 139706525419221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24010752 140731051381898 140731051382025 140731051382025 140731051384783 0
[pid=32746/tid=32761] ppid=32743 vsize=10661128 memory=199584 CPUtime=0.73 cores=0,2,4,6
/proc/32746/task/32761/stat : 32761 (java) S 32743 32746 30712 0 -1 1077944384 688 0 0 0 35 38 0 0 20 0 15 0 99369504 10916995072 49896 33554432000 4194304 4196468 140731051377696 139705178732976 139706525420162 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24010752 140731051381898 140731051382025 140731051382025 140731051384783 0
Current children cumulated CPU time: 2512.99 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 199584 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2509.3 s]
/proc/loadavg: 1.44 1.44 1.53 3/215 484
/proc/meminfo: memFree=27663292/32770624 swapFree=67108436/67108860
[pid=32746] ppid=32743 vsize=10661128 memory=199584 CPUtime=2520.01 cores=0,2,4,6
/proc/32746/stat : 32746 (java) S 32743 32746 30712 0 -1 1077944320 55270 0 0 0 251917 84 0 0 20 0 15 0 99369498 10916995072 49896 33554432000 4194304 4196468 140731051377696 140731051360240 139706525409015 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 24010752 140731051381898 140731051382025 140731051382025 140731051384783 0
/proc/32746/statm: 2665282 49896 3163 1 0 2627263 0
[pid=32746/tid=32748] ppid=32743 vsize=10661128 memory=199584 CPUtime=2505.14 cores=0,2,4,6
/proc/32746/task/32748/stat : 32748 (java) R 32743 32746 30712 0 -1 4202560 13381 0 0 0 250506 8 0 0 20 0 15 0 99369499 10916995072 49896 33554432000 4194304 4196468 140731051377696 139706529648192 139706167887870 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24010752 140731051381898 140731051382025 140731051382025 140731051384783 0
[pid=32746/tid=32749] ppid=32743 vsize=10661128 memory=199584 CPUtime=2.54 cores=0,2,4,6
/proc/32746/task/32749/stat : 32749 (java) S 32743 32746 30712 0 -1 1077944384 4047 0 0 0 245 9 0 0 20 0 15 0 99369499 10916995072 49896 33554432000 4194304 4196468 140731051377696 139706132466576 139706525419221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24010752 140731051381898 140731051382025 140731051382025 140731051384783 0
[pid=32746/tid=32750] ppid=32743 vsize=10661128 memory=199584 CPUtime=2.55 cores=0,2,4,6
/proc/32746/task/32750/stat : 32750 (java) S 32743 32746 30712 0 -1 1077944384 3650 0 0 0 246 9 0 0 20 0 15 0 99369499 10916995072 49896 33554432000 4194304 4196468 140731051377696 139706131413776 139706525419221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24010752 140731051381898 140731051382025 140731051382025 140731051384783 0
[pid=32746/tid=32751] ppid=32743 vsize=10661128 memory=199584 CPUtime=2.55 cores=0,2,4,6
/proc/32746/task/32751/stat : 32751 (java) S 32743 32746 30712 0 -1 1077944384 6068 0 0 0 245 10 0 0 20 0 15 0 99369499 10916995072 49896 33554432000 4194304 4196468 140731051377696 139706130361488 139706525419221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24010752 140731051381898 140731051382025 140731051382025 140731051384783 0
[pid=32746/tid=32752] ppid=32743 vsize=10661128 memory=199584 CPUtime=2.54 cores=0,2,4,6
/proc/32746/task/32752/stat : 32752 (java) S 32743 32746 30712 0 -1 1077944384 3497 0 0 0 244 10 0 0 20 0 15 0 99369499 10916995072 49896 33554432000 4194304 4196468 140731051377696 139706129308688 139706525419221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24010752 140731051381898 140731051382025 140731051382025 140731051384783 0
[pid=32746/tid=32753] ppid=32743 vsize=10661128 memory=199584 CPUtime=1.06 cores=0,2,4,6
/proc/32746/task/32753/stat : 32753 (java) S 32743 32746 30712 0 -1 1077944384 4990 0 0 0 95 11 0 0 20 0 15 0 99369501 10916995072 49896 33554432000 4194304 4196468 140731051377696 139705830230128 139706525420162 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24010752 140731051381898 140731051382025 140731051382025 140731051384783 0
[pid=32746/tid=32754] ppid=32743 vsize=10661128 memory=199584 CPUtime=0 cores=0,2,4,6
/proc/32746/task/32754/stat : 32754 (java) S 32743 32746 30712 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 99369501 10916995072 49896 33554432000 4194304 4196468 140731051377696 139705829176096 139706525419221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24010752 140731051381898 140731051382025 140731051382025 140731051384783 0
[pid=32746/tid=32755] ppid=32743 vsize=10661128 memory=199584 CPUtime=0 cores=0,2,4,6
/proc/32746/task/32755/stat : 32755 (java) S 32743 32746 30712 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 99369501 10916995072 49896 33554432000 4194304 4196468 140731051377696 139705828123760 139706525419221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24010752 140731051381898 140731051382025 140731051382025 140731051384783 0
[pid=32746/tid=32756] ppid=32743 vsize=10661128 memory=199584 CPUtime=0 cores=0,2,4,6
/proc/32746/task/32756/stat : 32756 (java) S 32743 32746 30712 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99369504 10916995072 49896 33554432000 4194304 4196468 140731051377696 139705827072080 139706525427611 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24010752 140731051381898 140731051382025 140731051382025 140731051384783 0
[pid=32746/tid=32757] ppid=32743 vsize=10661128 memory=199584 CPUtime=1.25 cores=0,2,4,6
/proc/32746/task/32757/stat : 32757 (java) S 32743 32746 30712 0 -1 1077944384 6524 0 0 0 124 1 0 0 20 0 15 0 99369504 10916995072 49896 33554432000 4194304 4196468 140731051377696 139705826019952 139706525420162 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24010752 140731051381898 140731051382025 140731051382025 140731051384783 0
[pid=32746/tid=32758] ppid=32743 vsize=10661128 memory=2588 CPUtime=1.1 cores=0,2,4,6
/proc/32746/task/32758/stat : 32758 (java) S 32743 32746 30712 0 -1 1077944384 7798 0 0 0 109 1 0 0 20 0 15 0 99369504 10916995072 49896 33554432000 4194304 4196468 140731051377696 139705824967152 139706525420162 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24010752 140731051381898 140731051382025 140731051382025 140731051384783 0
[pid=32746/tid=32759] ppid=32743 vsize=10661128 memory=4104 CPUtime=0.44 cores=0,2,4,6
/proc/32746/task/32759/stat : 32759 (java) S 32743 32746 30712 0 -1 1077944384 3219 0 0 0 44 0 0 0 20 0 15 0 99369504 10916995072 49896 33554432000 4194304 4196468 140731051377696 139705180838768 139706525420162 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24010752 140731051381898 140731051382025 140731051382025 140731051384783 0
[pid=32746/tid=32760] ppid=32743 vsize=10661128 memory=1296 CPUtime=0 cores=0,2,4,6
/proc/32746/task/32760/stat : 32760 (java) S 32743 32746 30712 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99369504 10916995072 49896 33554432000 4194304 4196468 140731051377696 139705179786208 139706525419221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24010752 140731051381898 140731051382025 140731051382025 140731051384783 0
[pid=32746/tid=32761] ppid=32743 vsize=10661128 memory=2412 CPUtime=0.73 cores=0,2,4,6
/proc/32746/task/32761/stat : 32761 (java) S 32743 32746 30712 0 -1 1077944384 688 0 0 0 35 38 0 0 20 0 15 0 99369504 10916995072 49896 33554432000 4194304 4196468 140731051377696 139705178732976 139706525420162 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24010752 140731051381898 140731051382025 140731051382025 140731051384783 0
Current children cumulated CPU time: 2520.01 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 199584 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+2509.31 s]
# the end of solver process 32746 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2519.19 s, system=0.848459 s

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

[startup+2509.3 s]
/proc/loadavg: 1.44 1.44 1.53 3/215 484
/proc/meminfo: memFree=27663292/32770624 swapFree=67108436/67108860
[pid=32746] ppid=32743 vsize=10661128 memory=199584 CPUtime=2520.01 cores=0,2,4,6
/proc/32746/stat : 32746 (java) S 32743 32746 30712 0 -1 1077944320 55270 0 0 0 251917 84 0 0 20 0 15 0 99369498 10916995072 49896 33554432000 4194304 4196468 140731051377696 140731051360240 139706525409015 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 24010752 140731051381898 140731051382025 140731051382025 140731051384783 0
/proc/32746/statm: 2665282 49896 3163 1 0 2627263 0
[pid=32746/tid=32748] ppid=32743 vsize=10661128 memory=199584 CPUtime=2505.14 cores=0,2,4,6
/proc/32746/task/32748/stat : 32748 (java) R 32743 32746 30712 0 -1 4202560 13381 0 0 0 250506 8 0 0 20 0 15 0 99369499 10916995072 49896 33554432000 4194304 4196468 140731051377696 139706529648192 139706167887870 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24010752 140731051381898 140731051382025 140731051382025 140731051384783 0
[pid=32746/tid=32749] ppid=32743 vsize=10661128 memory=199584 CPUtime=2.54 cores=0,2,4,6
/proc/32746/task/32749/stat : 32749 (java) S 32743 32746 30712 0 -1 1077944384 4047 0 0 0 245 9 0 0 20 0 15 0 99369499 10916995072 49896 33554432000 4194304 4196468 140731051377696 139706132466576 139706525419221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24010752 140731051381898 140731051382025 140731051382025 140731051384783 0
[pid=32746/tid=32750] ppid=32743 vsize=10661128 memory=199584 CPUtime=2.55 cores=0,2,4,6
/proc/32746/task/32750/stat : 32750 (java) S 32743 32746 30712 0 -1 1077944384 3650 0 0 0 246 9 0 0 20 0 15 0 99369499 10916995072 49896 33554432000 4194304 4196468 140731051377696 139706131413776 139706525419221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24010752 140731051381898 140731051382025 140731051382025 140731051384783 0
[pid=32746/tid=32751] ppid=32743 vsize=10661128 memory=199584 CPUtime=2.55 cores=0,2,4,6
/proc/32746/task/32751/stat : 32751 (java) S 32743 32746 30712 0 -1 1077944384 6068 0 0 0 245 10 0 0 20 0 15 0 99369499 10916995072 49896 33554432000 4194304 4196468 140731051377696 139706130361488 139706525419221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24010752 140731051381898 140731051382025 140731051382025 140731051384783 0
[pid=32746/tid=32752] ppid=32743 vsize=10661128 memory=199584 CPUtime=2.54 cores=0,2,4,6
/proc/32746/task/32752/stat : 32752 (java) S 32743 32746 30712 0 -1 1077944384 3497 0 0 0 244 10 0 0 20 0 15 0 99369499 10916995072 49896 33554432000 4194304 4196468 140731051377696 139706129308688 139706525419221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24010752 140731051381898 140731051382025 140731051382025 140731051384783 0
[pid=32746/tid=32753] ppid=32743 vsize=10661128 memory=199584 CPUtime=1.06 cores=0,2,4,6
/proc/32746/task/32753/stat : 32753 (java) S 32743 32746 30712 0 -1 1077944384 4990 0 0 0 95 11 0 0 20 0 15 0 99369501 10916995072 49896 33554432000 4194304 4196468 140731051377696 139705830230128 139706525420162 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24010752 140731051381898 140731051382025 140731051382025 140731051384783 0
[pid=32746/tid=32754] ppid=32743 vsize=10661128 memory=199584 CPUtime=0 cores=0,2,4,6
/proc/32746/task/32754/stat : 32754 (java) S 32743 32746 30712 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 99369501 10916995072 49896 33554432000 4194304 4196468 140731051377696 139705829176096 139706525419221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24010752 140731051381898 140731051382025 140731051382025 140731051384783 0
[pid=32746/tid=32755] ppid=32743 vsize=10661128 memory=199584 CPUtime=0 cores=0,2,4,6
/proc/32746/task/32755/stat : 32755 (java) S 32743 32746 30712 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 99369501 10916995072 49896 33554432000 4194304 4196468 140731051377696 139705828123760 139706525419221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24010752 140731051381898 140731051382025 140731051382025 140731051384783 0
[pid=32746/tid=32756] ppid=32743 vsize=10661128 memory=199584 CPUtime=0 cores=0,2,4,6
/proc/32746/task/32756/stat : 32756 (java) S 32743 32746 30712 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99369504 10916995072 49896 33554432000 4194304 4196468 140731051377696 139705827072080 139706525427611 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24010752 140731051381898 140731051382025 140731051382025 140731051384783 0
[pid=32746/tid=32757] ppid=32743 vsize=10661128 memory=199584 CPUtime=1.25 cores=0,2,4,6
/proc/32746/task/32757/stat : 32757 (java) S 32743 32746 30712 0 -1 1077944384 6524 0 0 0 124 1 0 0 20 0 15 0 99369504 10916995072 49896 33554432000 4194304 4196468 140731051377696 139705826019952 139706525420162 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24010752 140731051381898 140731051382025 140731051382025 140731051384783 0
[pid=32746/tid=32758] ppid=32743 vsize=10661128 memory=2588 CPUtime=1.1 cores=0,2,4,6
/proc/32746/task/32758/stat : 32758 (java) S 32743 32746 30712 0 -1 1077944384 7798 0 0 0 109 1 0 0 20 0 15 0 99369504 10916995072 49896 33554432000 4194304 4196468 140731051377696 139705824967152 139706525420162 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24010752 140731051381898 140731051382025 140731051382025 140731051384783 0
[pid=32746/tid=32759] ppid=32743 vsize=10661128 memory=4104 CPUtime=0.44 cores=0,2,4,6
/proc/32746/task/32759/stat : 32759 (java) S 32743 32746 30712 0 -1 1077944384 3219 0 0 0 44 0 0 0 20 0 15 0 99369504 10916995072 49896 33554432000 4194304 4196468 140731051377696 139705180838768 139706525420162 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24010752 140731051381898 140731051382025 140731051382025 140731051384783 0
[pid=32746/tid=32760] ppid=32743 vsize=10661128 memory=1296 CPUtime=0 cores=0,2,4,6
/proc/32746/task/32760/stat : 32760 (java) S 32743 32746 30712 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99369504 10916995072 49896 33554432000 4194304 4196468 140731051377696 139705179786208 139706525419221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24010752 140731051381898 140731051382025 140731051382025 140731051384783 0
[pid=32746/tid=32761] ppid=32743 vsize=10661128 memory=2412 CPUtime=0.73 cores=0,2,4,6
/proc/32746/task/32761/stat : 32761 (java) S 32743 32746 30712 0 -1 1077944384 688 0 0 0 35 38 0 0 20 0 15 0 99369504 10916995072 49896 33554432000 4194304 4196468 140731051377696 139705178732976 139706525420162 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24010752 140731051381898 140731051382025 140731051382025 140731051384783 0
Current children cumulated CPU time: 2520.01 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 199584 KiB

Child status: 143
Real time (s): 2509.31
CPU time (s): 2520.03
CPU user time (s): 2519.19
CPU system time (s): 0.848459
CPU usage (%): 100.427
Max. virtual memory (cumulated for all children) (KiB): 10661128
Max. memory (cumulated for all children) (KiB): 249288

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.18
system time used= 0.848459
maximum resident set size= 251568
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 55462
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2776
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 85276
involuntary context switches= 3118


# summary of solver processes directly reported to runsolver:
#   pid: 32746
#   total CPU time (s): 2520.03
#   total CPU user time (s): 2519.19
#   total CPU system time (s): 0.848459

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.9248 second user time and 21.7615 second system time

The end

Launcher Data

Begin job on node137 at 2018-07-29 00:47:43
IDJOB=4299141
IDBENCH=141299
IDSOLVER=2767
FILE ID=node137/4299141-1532818063
RUNJOBID= node137-1532808776-30743
PBS_JOBID= 21022474
Free space on /tmp= 48156 MiB

SOLVER NAME= SuperSolver_Macq_Stevenart 2018-04-27
BENCH NAME= XCSP18/Quasigroups_mini/QuasiGroup-v4-20_mini_c18.xml
COMMAND LINE= java -jar DIR/bestMinicp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4299141-1532818063/watcher-4299141-1532818063 -o /tmp/evaluation-result-4299141-1532818063/solver-4299141-1532818063 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node137-1532808776-30743 --watchdog 2580  java -jar HOME/bestMinicp.jar HOME/instance-4299141-1532818063.xml

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

MD5SUM BENCH= 43d4b24a9d4c7a91506dc3ee81b98d4e
RANDOM SEED=1655822691

node137.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.54
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.56
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.54
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.56
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.54
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.56
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.54
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        27901100 kB
MemAvailable:   31787184 kB
Buffers:          198756 kB
Cached:          3920832 kB
SwapCached:           32 kB
Active:          1955924 kB
Inactive:        2362796 kB
Active(anon):     147088 kB
Inactive(anon):    80052 kB
Active(file):    1808836 kB
Inactive(file):  2282744 kB
Unevictable:        7424 kB
Mlocked:            7424 kB
SwapTotal:      67108860 kB
SwapFree:       67108436 kB
Dirty:              1304 kB
Writeback:             0 kB
AnonPages:        216684 kB
Mapped:            53196 kB
Shmem:             25052 kB
Slab:             248384 kB
SReclaimable:     220676 kB
SUnreclaim:        27708 kB
KernelStack:        3792 kB
PageTables:         5696 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1071644 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    149504 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 48156 MiB
End job on node137 at 2018-07-29 01:29:33