Trace number 4294948

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
scop order+MapleCOMSPS (2018-06-13)? (TO) 2528.36 955.52

General information on the benchmark

NameCrossword/
Crossword-m18-ogd2008-vg-15-16_c18.xml
MD5SUM57cb1bb20db45191d6ed694399d37744
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables240
Number of constraints31
Number of domains1
Minimum domain size26
Maximum domain size26
Distribution of domain sizes[{"size":26,"count":240}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":240}]
Minimum constraint arity15
Maximum constraint arity16
Distribution of constraint arities[{"arity":15,"count":16},{"arity":16,"count":15}]
Number of extensional constraints31
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":31}]
Optimization problemNO
Type of objective

Solver Data

0.66/0.52	
0.66/0.52	scop order+minisat_release (2018-06-13)
0.66/0.52	
0.66/0.55	c BEGIN-Prog: Thu Jul 26 01:59:10 CEST 2018
0.66/0.55	c PID: 447
0.66/0.55	c IP: 172.20.3.150
0.66/0.55	c HOST: node150.alineos.net
0.66/0.56	c (0,0) Parsing Begin
2.39/1.28	c (0,0) Parsing End
2.39/1.28	c (0,0) CSP: 240 int (0 aux), 0 bool (0 aux), 31 ctr, max domain size 26
2.39/1.28	c (0,0) Heap : 281 MiB used (max 10795 MiB), NonHeap : 19 MiB used (max 0 MiB)
2.39/1.28	c (0,0) Constraint Name Generate Begin
2.39/1.29	c (0,0) Ctr:HOME/instance-4294948-1532563149.xml,ExtensionSupport:IntVar
2.39/1.29	c (0,0) Constraint Name Generate End
2.39/1.29	c (0,0) Heap : 281 MiB used (max 10795 MiB), NonHeap : 19 MiB used (max 0 MiB)
2.39/1.29	c (0,0) CSP to CSPinCNF Begin
94.36/63.75	c (63,56) translated 4 (10%) constraints
157.00/111.37	c (110,98) translated 7 (20%) constraints
219.87/159.66	c (159,142) translated 10 (30%) constraints
339.07/222.22	c (221,185) translated 13 (40%) constraints
400.08/269.43	c (268,228) translated 16 (50%) constraints
531.88/351.48	c (350,293) translated 19 (60%) constraints
724.23/437.07	c (436,343) translated 22 (70%) constraints
1452.26/658.83	c (658,392) translated 25 (80%) constraints

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4294948-1532563149/watcher-4294948-1532563149 -o /tmp/evaluation-result-4294948-1532563149/solver-4294948-1532563149 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node150-1532562189-32680 --watchdog 2580 java -Xms11g -Xmx11g -Xss128m -jar HOME/scop.jar -order -solver HOME/minisat_release -solverOption mapleTune01 -tmp HOME HOME/instance-4294948-1532563149.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
solver pid=447, runsolver pid=444
Current StackSize limit: 8192 KiB


[startup+0.100066 s]*
/proc/loadavg: 6.73 5.22 3.28 6/215 463
/proc/meminfo: memFree=12296424/32770624 swapFree=67108860/67108860
[pid=447] ppid=444 vsize=15011656 memory=71768 CPUtime=0.11 cores=0,2,4,6
/proc/447/stat : 447 (java) S 444 447 32649 0 -1 1077944320 6666 0 0 0 9 2 0 0 20 0 15 0 73878204 15371935744 17942 33554432000 4194304 4196468 140729583645440 140729583627984 140424275930871 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 19750912 140729583649779 140729583650057 140729583650057 140729583652815 0
/proc/447/statm: 3752914 17942 2749 1 0 3715374 0
[pid=447/tid=449] ppid=444 vsize=15011656 memory=8389772277269004345 CPUtime=0.08 cores=0,2,4,6
/proc/447/task/449/stat : 449 (java) R 444 447 32649 0 -1 4202560 4983 0 0 0 7 1 0 0 20 0 15 0 73878204 15371935744 18205 33554432000 4194304 4196468 140729583645440 140424247766000 140424256206699 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19750912 140729583649779 140729583650057 140729583650057 140729583652815 0
[pid=447/tid=450] ppid=444 vsize=15011656 memory=4294967639 CPUtime=0 cores=0,2,4,6
/proc/447/task/450/stat : 450 (java) S 444 447 32649 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 73878206 15371935744 18205 33554432000 4194304 4196468 140729583645440 140424280172816 140424275941077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19750912 140729583649779 140729583650057 140729583650057 140729583652815 0
[pid=447/tid=451] ppid=444 vsize=15011656 memory=140351280805391 CPUtime=0 cores=0,2,4,6
/proc/447/task/451/stat : 451 (java) S 444 447 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73878206 15371935744 18205 33554432000 4194304 4196468 140729583645440 140424094329232 140424275941077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19750912 140729583649779 140729583650057 140729583650057 140729583652815 0
[pid=447/tid=452] ppid=444 vsize=15011656 memory=0 CPUtime=0 cores=0,2,4,6
/proc/447/task/452/stat : 452 (java) S 444 447 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73878206 15371935744 18205 33554432000 4194304 4196468 140729583645440 140424093276688 140424275941077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19750912 140729583649779 140729583650057 140729583650057 140729583652815 0
[pid=447/tid=454] ppid=444 vsize=15011656 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/447/task/454/stat : 454 (java) S 444 447 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73878206 15371935744 18205 33554432000 4194304 4196468 140729583645440 140424092224144 140424275941077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19750912 140729583649779 140729583650057 140729583650057 140729583652815 0
[pid=447/tid=455] ppid=444 vsize=15011656 memory=140351280391808 CPUtime=0 cores=0,2,4,6
/proc/447/task/455/stat : 455 (java) S 444 447 32649 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 73878207 15371935744 18205 33554432000 4194304 4196468 140729583645440 140423246883312 140424275942018 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19750912 140729583649779 140729583650057 140729583650057 140729583652815 0
[pid=447/tid=456] ppid=444 vsize=15011656 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/447/task/456/stat : 456 (java) S 444 447 32649 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 73878208 15371935744 18271 33554432000 4194304 4196468 140729583645440 140422881994144 140424275941077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19750912 140729583649779 140729583650057 140729583650057 140729583652815 0
[pid=447/tid=457] ppid=444 vsize=15011656 memory=0 CPUtime=0 cores=0,2,4,6
/proc/447/task/457/stat : 457 (java) S 444 447 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73878208 15371935744 18271 33554432000 4194304 4196468 140729583645440 140422613558768 140424275941077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19750912 140729583649779 140729583650057 140729583650057 140729583652815 0
[pid=447/tid=458] ppid=444 vsize=15011656 memory=0 CPUtime=0 cores=0,2,4,6
/proc/447/task/458/stat : 458 (java) S 444 447 32649 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73878210 15371935744 18271 33554432000 4194304 4196468 140729583645440 140422239050448 140424275949467 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19750912 140729583649779 140729583650057 140729583650057 140729583652815 0
[pid=447/tid=459] ppid=444 vsize=15011656 memory=0 CPUtime=0 cores=0,2,4,6
/proc/447/task/459/stat : 459 (java) S 444 447 32649 0 -1 1077944384 295 0 0 0 0 0 0 0 20 0 15 0 73878210 15371935744 18271 33554432000 4194304 4196468 140729583645440 140423245830128 140424275942018 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19750912 140729583649779 140729583650057 140729583650057 140729583652815 0
[pid=447/tid=460] ppid=444 vsize=15011656 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/447/task/460/stat : 460 (java) S 444 447 32649 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73878210 15371935744 18271 33554432000 4194304 4196468 140729583645440 140423244777584 140424275942018 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19750912 140729583649779 140729583650057 140729583650057 140729583652815 0
[pid=447/tid=461] ppid=444 vsize=15011656 memory=140351280391808 CPUtime=0.01 cores=0,2,4,6
/proc/447/task/461/stat : 461 (java) S 444 447 32649 0 -1 1077944384 270 0 0 0 1 0 0 0 20 0 15 0 73878210 15371935744 18271 33554432000 4194304 4196468 140729583645440 140423243725040 140424275942018 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19750912 140729583649779 140729583650057 140729583650057 140729583652815 0
[pid=447/tid=462] ppid=444 vsize=15011656 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/447/task/462/stat : 462 (java) S 444 447 32649 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73878210 15371935744 18271 33554432000 4194304 4196468 140729583645440 140421741144672 140424275941077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19750912 140729583649779 140729583650057 140729583650057 140729583652815 0
[pid=447/tid=463] ppid=444 vsize=15011656 memory=140351280391808 CPUtime=0 cores=0,2,4,6
/proc/447/task/463/stat : 463 (java) S 444 447 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73878211 15371935744 18271 33554432000 4194304 4196468 140729583645440 140423242672944 140424275942018 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19750912 140729583649779 140729583650057 140729583650057 140729583652815 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 15011656 KiB
Current children cumulated memory: 71768 KiB

[startup+0.210224 s]*
/proc/loadavg: 6.73 5.22 3.28 6/215 463
/proc/meminfo: memFree=12280052/32770624 swapFree=67108860/67108860
[pid=447] ppid=444 vsize=15011656 memory=88144 CPUtime=0.25 cores=0,2,4,6
/proc/447/stat : 447 (java) S 444 447 32649 0 -1 1077944320 10933 0 0 0 22 3 0 0 20 0 15 0 73878204 15371935744 22036 33554432000 4194304 4196468 140729583645440 140729583627984 140424275930871 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 19750912 140729583649779 140729583650057 140729583650057 140729583652815 0
/proc/447/statm: 3752914 22036 2890 1 0 3715374 0
[pid=447/tid=449] ppid=444 vsize=15011656 memory=8389772277269004345 CPUtime=0.2 cores=0,2,4,6
/proc/447/task/449/stat : 449 (java) R 444 447 32649 0 -1 4202560 8868 0 0 0 18 2 0 0 20 0 15 0 73878204 15371935744 22036 33554432000 4194304 4196468 140729583645440 140424247756240 140423771328560 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19750912 140729583649779 140729583650057 140729583650057 140729583652815 0
[pid=447/tid=450] ppid=444 vsize=15011656 memory=4294967639 CPUtime=0 cores=0,2,4,6
/proc/447/task/450/stat : 450 (java) S 444 447 32649 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 73878206 15371935744 22036 33554432000 4194304 4196468 140729583645440 140424280172816 140424275941077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19750912 140729583649779 140729583650057 140729583650057 140729583652815 0
[pid=447/tid=451] ppid=444 vsize=15011656 memory=140351280805391 CPUtime=0 cores=0,2,4,6
/proc/447/task/451/stat : 451 (java) S 444 447 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73878206 15371935744 22036 33554432000 4194304 4196468 140729583645440 140424094329232 140424275941077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19750912 140729583649779 140729583650057 140729583650057 140729583652815 0
[pid=447/tid=452] ppid=444 vsize=15011656 memory=0 CPUtime=0 cores=0,2,4,6
/proc/447/task/452/stat : 452 (java) S 444 447 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73878206 15371935744 22036 33554432000 4194304 4196468 140729583645440 140424093276688 140424275941077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19750912 140729583649779 140729583650057 140729583650057 140729583652815 0
[pid=447/tid=454] ppid=444 vsize=15011656 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/447/task/454/stat : 454 (java) S 444 447 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73878206 15371935744 22036 33554432000 4194304 4196468 140729583645440 140424092224144 140424275941077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19750912 140729583649779 140729583650057 140729583650057 140729583652815 0
[pid=447/tid=455] ppid=444 vsize=15011656 memory=140351280391808 CPUtime=0 cores=0,2,4,6
/proc/447/task/455/stat : 455 (java) S 444 447 32649 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 73878207 15371935744 22036 33554432000 4194304 4196468 140729583645440 140423246883312 140424275942018 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19750912 140729583649779 140729583650057 140729583650057 140729583652815 0
[pid=447/tid=456] ppid=444 vsize=15011656 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/447/task/456/stat : 456 (java) S 444 447 32649 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 73878208 15371935744 22036 33554432000 4194304 4196468 140729583645440 140422881994144 140424275941077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19750912 140729583649779 140729583650057 140729583650057 140729583652815 0
[pid=447/tid=457] ppid=444 vsize=15011656 memory=0 CPUtime=0 cores=0,2,4,6
/proc/447/task/457/stat : 457 (java) S 444 447 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73878208 15371935744 22036 33554432000 4194304 4196468 140729583645440 140422613558768 140424275941077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19750912 140729583649779 140729583650057 140729583650057 140729583652815 0
[pid=447/tid=458] ppid=444 vsize=15011656 memory=0 CPUtime=0 cores=0,2,4,6
/proc/447/task/458/stat : 458 (java) S 444 447 32649 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73878210 15371935744 22036 33554432000 4194304 4196468 140729583645440 140422239050448 140424275949467 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19750912 140729583649779 140729583650057 140729583650057 140729583652815 0
[pid=447/tid=459] ppid=444 vsize=15011656 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/447/task/459/stat : 459 (java) S 444 447 32649 0 -1 1077944384 444 0 0 0 1 0 0 0 20 0 15 0 73878210 15371935744 22036 33554432000 4194304 4196468 140729583645440 140423245830128 140424275942018 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19750912 140729583649779 140729583650057 140729583650057 140729583652815 0
[pid=447/tid=460] ppid=444 vsize=15011656 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/447/task/460/stat : 460 (java) S 444 447 32649 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 15 0 73878210 15371935744 22036 33554432000 4194304 4196468 140729583645440 140423244777680 140424275941077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19750912 140729583649779 140729583650057 140729583650057 140729583652815 0
[pid=447/tid=461] ppid=444 vsize=15011656 memory=140351280391808 CPUtime=0.03 cores=0,2,4,6
/proc/447/task/461/stat : 461 (java) R 444 447 32649 0 -1 1077944384 289 0 0 0 3 0 0 0 20 0 15 0 73878210 15371935744 22036 33554432000 4194304 4196468 140729583645440 140423243725040 140424275942018 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19750912 140729583649779 140729583650057 140729583650057 140729583652815 0
[pid=447/tid=462] ppid=444 vsize=15011656 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/447/task/462/stat : 462 (java) S 444 447 32649 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73878210 15371935744 22036 33554432000 4194304 4196468 140729583645440 140421741144672 140424275941077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19750912 140729583649779 140729583650057 140729583650057 140729583652815 0
[pid=447/tid=463] ppid=444 vsize=15011656 memory=140351280391808 CPUtime=0 cores=0,2,4,6
/proc/447/task/463/stat : 463 (java) S 444 447 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73878211 15371935744 22036 33554432000 4194304 4196468 140729583645440 140423242672944 140424275942018 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19750912 140729583649779 140729583650057 140729583650057 140729583652815 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 15011656 KiB
Current children cumulated memory: 88144 KiB

[startup+0.310206 s]*
/proc/loadavg: 6.73 5.22 3.28 7/215 463
/proc/meminfo: memFree=12276888/32770624 swapFree=67108860/67108860
[pid=447] ppid=444 vsize=15011656 memory=91860 CPUtime=0.41 cores=0,2,4,6
/proc/447/stat : 447 (java) S 444 447 32649 0 -1 1077944320 11483 0 0 0 38 3 0 0 20 0 15 0 73878204 15371935744 22965 33554432000 4194304 4196468 140729583645440 140729583627984 140424275930871 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 19750912 140729583649779 140729583650057 140729583650057 140729583652815 0
/proc/447/statm: 3752914 22965 3030 1 0 3715374 0
[pid=447/tid=449] ppid=444 vsize=15011656 memory=8389772277269004345 CPUtime=0.29 cores=0,2,4,6
/proc/447/task/449/stat : 449 (java) R 444 447 32649 0 -1 4202560 9231 0 0 0 27 2 0 0 20 0 15 0 73878204 15371935744 22965 33554432000 4194304 4196468 140729583645440 140424247735024 140424260380145 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19750912 140729583649779 140729583650057 140729583650057 140729583652815 0
[pid=447/tid=450] ppid=444 vsize=15011656 memory=0 CPUtime=0 cores=0,2,4,6
/proc/447/task/450/stat : 450 (java) S 444 447 32649 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 73878206 15371935744 22965 33554432000 4194304 4196468 140729583645440 140424280172816 140424275941077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19750912 140729583649779 140729583650057 140729583650057 140729583652815 0
[pid=447/tid=451] ppid=444 vsize=15011656 memory=140351280805390 CPUtime=0 cores=0,2,4,6
/proc/447/task/451/stat : 451 (java) S 444 447 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73878206 15371935744 22965 33554432000 4194304 4196468 140729583645440 140424094329232 140424275941077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19750912 140729583649779 140729583650057 140729583650057 140729583652815 0
[pid=447/tid=452] ppid=444 vsize=15011656 memory=140351280391808 CPUtime=0 cores=0,2,4,6
/proc/447/task/452/stat : 452 (java) S 444 447 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73878206 15371935744 22965 33554432000 4194304 4196468 140729583645440 140424093276688 140424275941077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19750912 140729583649779 140729583650057 140729583650057 140729583652815 0
[pid=447/tid=454] ppid=444 vsize=15011656 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/447/task/454/stat : 454 (java) S 444 447 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73878206 15371935744 22965 33554432000 4194304 4196468 140729583645440 140424092224144 140424275941077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19750912 140729583649779 140729583650057 140729583650057 140729583652815 0
[pid=447/tid=455] ppid=444 vsize=15011656 memory=0 CPUtime=0 cores=0,2,4,6
/proc/447/task/455/stat : 455 (java) S 444 447 32649 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 73878207 15371935744 22965 33554432000 4194304 4196468 140729583645440 140423246883312 140424275942018 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19750912 140729583649779 140729583650057 140729583650057 140729583652815 0
[pid=447/tid=456] ppid=444 vsize=15011656 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/447/task/456/stat : 456 (java) S 444 447 32649 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 73878208 15371935744 22965 33554432000 4194304 4196468 140729583645440 140422881994144 140424275941077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19750912 140729583649779 140729583650057 140729583650057 140729583652815 0
[pid=447/tid=457] ppid=444 vsize=15011656 memory=140351280391808 CPUtime=0 cores=0,2,4,6
/proc/447/task/457/stat : 457 (java) S 444 447 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73878208 15371935744 22965 33554432000 4194304 4196468 140729583645440 140422613558768 140424275941077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19750912 140729583649779 140729583650057 140729583650057 140729583652815 0
[pid=447/tid=458] ppid=444 vsize=15011656 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/447/task/458/stat : 458 (java) S 444 447 32649 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73878210 15371935744 22965 33554432000 4194304 4196468 140729583645440 140422239050448 140424275949467 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19750912 140729583649779 140729583650057 140729583650057 140729583652815 0
[pid=447/tid=459] ppid=444 vsize=15011656 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/447/task/459/stat : 459 (java) R 444 447 32649 0 -1 1077944384 466 0 0 0 2 0 0 0 20 0 15 0 73878210 15371935744 22965 33554432000 4194304 4196468 140729583645440 140423245830128 140424275942018 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19750912 140729583649779 140729583650057 140729583650057 140729583652815 0
[pid=447/tid=460] ppid=444 vsize=15011656 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/447/task/460/stat : 460 (java) R 444 447 32649 0 -1 4202560 139 0 0 0 2 0 0 0 20 0 15 0 73878210 15371935744 22965 33554432000 4194304 4196468 140729583645440 140423244777584 140424260323092 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19750912 140729583649779 140729583650057 140729583650057 140729583652815 0
[pid=447/tid=461] ppid=444 vsize=15011656 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/447/task/461/stat : 461 (java) R 444 447 32649 0 -1 4202560 329 0 0 0 7 0 0 0 20 0 15 0 73878210 15371935744 22965 33554432000 4194304 4196468 140729583645440 140423243720720 140424275952218 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19750912 140729583649779 140729583650057 140729583650057 140729583652815 0
[pid=447/tid=462] ppid=444 vsize=15011656 memory=0 CPUtime=0 cores=0,2,4,6
/proc/447/task/462/stat : 462 (java) S 444 447 32649 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73878210 15371935744 22965 33554432000 4194304 4196468 140729583645440 140421741144672 140424275941077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19750912 140729583649779 140729583650057 140729583650057 140729583652815 0
[pid=447/tid=463] ppid=444 vsize=15011656 memory=0 CPUtime=0 cores=0,2,4,6
/proc/447/task/463/stat : 463 (java) S 444 447 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73878211 15371935744 22965 33554432000 4194304 4196468 140729583645440 140423242672944 140424275942018 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19750912 140729583649779 140729583650057 140729583650057 140729583652815 0
Current children cumulated CPU time: 0.41 s
Current children cumulated vsize: 15011656 KiB
Current children cumulated memory: 91860 KiB

[startup+0.700719 s]
/proc/loadavg: 6.73 5.22 3.28 6/215 463
/proc/meminfo: memFree=12254936/32770624 swapFree=67108860/67108860
[pid=447] ppid=444 vsize=15017928 memory=128532 CPUtime=1 cores=0,2,4,6
/proc/447/stat : 447 (java) S 444 447 32649 0 -1 1077944320 17888 0 0 0 94 6 0 0 20 0 15 0 73878204 15378358272 32133 33554432000 4194304 4196468 140729583645440 140729583627984 140424275930871 0 0 0 25189583 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 19750912 140729583649779 140729583650057 140729583650057 140729583652815 0
/proc/447/statm: 3754482 32133 3140 1 0 3715886 0
[pid=447/tid=449] ppid=444 vsize=15017928 memory=0 CPUtime=0.68 cores=0,2,4,6
/proc/447/task/449/stat : 449 (java) R 444 447 32649 0 -1 4202560 15184 0 0 0 63 5 0 0 20 0 15 0 73878204 15378358272 32133 33554432000 4194304 4196468 140729583645440 140424247761568 140423771530002 0 4 0 25189583 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19750912 140729583649779 140729583650057 140729583650057 140729583652815 0
[pid=447/tid=450] ppid=444 vsize=15017928 memory=336 CPUtime=0 cores=0,2,4,6
/proc/447/task/450/stat : 450 (java) S 444 447 32649 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 73878206 15378358272 32133 33554432000 4194304 4196468 140729583645440 140424280172816 140424275941077 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19750912 140729583649779 140729583650057 140729583650057 140729583652815 0
[pid=447/tid=451] ppid=444 vsize=15017928 memory=0 CPUtime=0 cores=0,2,4,6
/proc/447/task/451/stat : 451 (java) S 444 447 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73878206 15378358272 32133 33554432000 4194304 4196468 140729583645440 140424094329232 140424275941077 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19750912 140729583649779 140729583650057 140729583650057 140729583652815 0
[pid=447/tid=452] ppid=444 vsize=15017928 memory=142305352882438 CPUtime=0 cores=0,2,4,6
/proc/447/task/452/stat : 452 (java) S 444 447 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73878206 15378358272 32133 33554432000 4194304 4196468 140729583645440 140424093276688 140424275941077 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19750912 140729583649779 140729583650057 140729583650057 140729583652815 0
[pid=447/tid=454] ppid=444 vsize=15017928 memory=0 CPUtime=0 cores=0,2,4,6
/proc/447/task/454/stat : 454 (java) S 444 447 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73878206 15378358272 32133 33554432000 4194304 4196468 140729583645440 140424092224144 140424275941077 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19750912 140729583649779 140729583650057 140729583650057 140729583652815 0
[pid=447/tid=455] ppid=444 vsize=15017928 memory=0 CPUtime=0 cores=0,2,4,6
/proc/447/task/455/stat : 455 (java) S 444 447 32649 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 73878207 15378358272 32133 33554432000 4194304 4196468 140729583645440 140423246883312 140424275942018 0 0 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19750912 140729583649779 140729583650057 140729583650057 140729583652815 0
[pid=447/tid=456] ppid=444 vsize=15017928 memory=0 CPUtime=0 cores=0,2,4,6
/proc/447/task/456/stat : 456 (java) S 444 447 32649 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 73878208 15378358272 32133 33554432000 4194304 4196468 140729583645440 140422881994144 140424275941077 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19750912 140729583649779 140729583650057 140729583650057 140729583652815 0
[pid=447/tid=457] ppid=444 vsize=15017928 memory=280702285250800 CPUtime=0 cores=0,2,4,6
/proc/447/task/457/stat : 457 (java) S 444 447 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73878208 15378358272 32133 33554432000 4194304 4196468 140729583645440 140422613558768 140424275941077 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19750912 140729583649779 140729583650057 140729583650057 140729583652815 0
[pid=447/tid=458] ppid=444 vsize=15017928 memory=0 CPUtime=0 cores=0,2,4,6
/proc/447/task/458/stat : 458 (java) S 444 447 32649 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73878210 15378358272 32645 33554432000 4194304 4196468 140729583645440 140422239050448 140424275949467 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19750912 140729583649779 140729583650057 140729583650057 140729583652815 0
[pid=447/tid=459] ppid=444 vsize=15017928 memory=-1161699032755964503 CPUtime=0.08 cores=0,2,4,6
/proc/447/task/459/stat : 459 (java) R 444 447 32649 0 -1 4202560 704 0 0 0 8 0 0 0 20 0 15 0 73878210 15378358272 32645 33554432000 4194304 4196468 140729583645440 140423245830128 140424259430952 0 4 0 25189583 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19750912 140729583649779 140729583650057 140729583650057 140729583652815 0
[pid=447/tid=460] ppid=444 vsize=15017928 memory=6944652177228980320 CPUtime=0.06 cores=0,2,4,6
/proc/447/task/460/stat : 460 (java) S 444 447 32649 0 -1 1077944384 210 0 0 0 6 0 0 0 20 0 15 0 73878210 15378358272 32645 33554432000 4194304 4196468 140729583645440 140423244777584 140424275942018 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19750912 140729583649779 140729583650057 140729583650057 140729583652815 0
[pid=447/tid=461] ppid=444 vsize=15017928 memory=6944656592455359580 CPUtime=0.15 cores=0,2,4,6
/proc/447/task/461/stat : 461 (java) S 444 447 32649 0 -1 1077944384 450 0 0 0 15 0 0 0 20 0 15 0 73878210 15378358272 32645 33554432000 4194304 4196468 140729583645440 140423243725040 140424275942018 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19750912 140729583649779 140729583650057 140729583650057 140729583652815 0
[pid=447/tid=462] ppid=444 vsize=15017928 memory=6944656575208382560 CPUtime=0 cores=0,2,4,6
/proc/447/task/462/stat : 462 (java) S 444 447 32649 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73878210 15378358272 32645 33554432000 4194304 4196468 140729583645440 140421741144672 140424275941077 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19750912 140729583649779 140729583650057 140729583650057 140729583652815 0
[pid=447/tid=463] ppid=444 vsize=15017928 memory=-3756611412707075625 CPUtime=0 cores=0,2,4,6
/proc/447/task/463/stat : 463 (java) S 444 447 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73878211 15378358272 32645 33554432000 4194304 4196468 140729583645440 140423242672944 140424275942018 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19750912 140729583649779 140729583650057 140729583650057 140729583652815 0
Current children cumulated CPU time: 1 s
Current children cumulated vsize: 15017928 KiB
Current children cumulated memory: 128532 KiB

[startup+1.50656 s]
/proc/loadavg: 6.75 5.25 3.30 8/215 463
/proc/meminfo: memFree=12141076/32770624 swapFree=67108860/67108860
[pid=447] ppid=444 vsize=15022100 memory=313820 CPUtime=3.22 cores=0,2,4,6
/proc/447/stat : 447 (java) S 444 447 32649 0 -1 1077944320 21201 0 0 0 312 10 0 0 20 0 15 0 73878204 15382630400 78455 33554432000 4194304 4196468 140729583645440 140729583627984 140424275930871 0 0 0 25189583 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 19750912 140729583649779 140729583650057 140729583650057 140729583652815 0
/proc/447/statm: 3755525 78455 3200 1 0 3716910 0
[pid=447/tid=449] ppid=444 vsize=15022100 memory=33 CPUtime=1.47 cores=0,2,4,6
/proc/447/task/449/stat : 449 (java) R 444 447 32649 0 -1 4202560 16450 0 0 0 139 8 0 0 20 0 15 0 73878204 15382630400 78455 33554432000 4194304 4196468 140729583645440 140424247765360 140423776437297 0 4 0 25189583 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19750912 140729583649779 140729583650057 140729583650057 140729583652815 0
[pid=447/tid=450] ppid=444 vsize=15022100 memory=298920 CPUtime=0 cores=0,2,4,6
/proc/447/task/450/stat : 450 (java) S 444 447 32649 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 73878206 15382630400 78455 33554432000 4194304 4196468 140729583645440 140424280172816 140424275941077 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19750912 140729583649779 140729583650057 140729583650057 140729583652815 0
[pid=447/tid=451] ppid=444 vsize=15022100 memory=2372 CPUtime=0 cores=0,2,4,6
/proc/447/task/451/stat : 451 (java) S 444 447 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73878206 15382630400 78455 33554432000 4194304 4196468 140729583645440 140424094329232 140424275941077 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19750912 140729583649779 140729583650057 140729583650057 140729583652815 0
[pid=447/tid=452] ppid=444 vsize=15022100 memory=7810484632980123494 CPUtime=0 cores=0,2,4,6
/proc/447/task/452/stat : 452 (java) S 444 447 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73878206 15382630400 78455 33554432000 4194304 4196468 140729583645440 140424093276688 140424275941077 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19750912 140729583649779 140729583650057 140729583650057 140729583652815 0
[pid=447/tid=454] ppid=444 vsize=15022100 memory=7810484632980123494 CPUtime=0 cores=0,2,4,6
/proc/447/task/454/stat : 454 (java) S 444 447 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73878206 15382630400 78455 33554432000 4194304 4196468 140729583645440 140424092224144 140424275941077 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19750912 140729583649779 140729583650057 140729583650057 140729583652815 0
[pid=447/tid=455] ppid=444 vsize=15022100 memory=7810484632980123494 CPUtime=0 cores=0,2,4,6
/proc/447/task/455/stat : 455 (java) S 444 447 32649 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 73878207 15382630400 78455 33554432000 4194304 4196468 140729583645440 140423246883312 140424275942018 0 0 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19750912 140729583649779 140729583650057 140729583650057 140729583652815 0

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


[startup+955.52 s]
# the end of solver process 447 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.06 s, system=12.2992 s

Solver just ended.
Dumping a history of the last processes samples

[startup+953.602 s]
/proc/loadavg: 4.50 4.54 4.04 6/220 2055
/proc/meminfo: memFree=8614676/32770624 swapFree=67108860/67108860
[pid=447] ppid=444 vsize=15024148 memory=12083240 CPUtime=2521.03 cores=0,2,4,6
/proc/447/stat : 447 (java) S 444 447 32649 0 -1 1077944320 2466858 0 0 0 250884 1219 0 0 20 0 15 0 73878204 15384727552 3020810 33554432000 4194304 4196468 140729583645440 140729583627984 140424275930871 0 0 0 25189583 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 19750912 140729583649779 140729583650057 140729583650057 140729583652815 0
/proc/447/statm: 3756037 3020810 3257 1 0 3717422 0
[pid=447/tid=449] ppid=444 vsize=15024148 memory=12083240 CPUtime=425.79 cores=0,2,4,6
/proc/447/task/449/stat : 449 (java) S 444 447 32649 0 -1 1077944384 68652 0 0 0 42523 56 0 0 20 0 15 0 73878204 15384727552 3020810 33554432000 4194304 4196468 140729583645440 140424247763904 140424275941077 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19750912 140729583649779 140729583650057 140729583650057 140729583652815 0
[pid=447/tid=450] ppid=444 vsize=15024148 memory=12083240 CPUtime=520.5 cores=0,2,4,6
/proc/447/task/450/stat : 450 (java) R 444 447 32649 0 -1 4202560 394922 0 0 0 51771 279 0 0 20 0 15 0 73878206 15384727552 3020810 33554432000 4194304 4196468 140729583645440 140424280172704 140424260628484 0 4 0 25189583 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19750912 140729583649779 140729583650057 140729583650057 140729583652815 0
[pid=447/tid=451] ppid=444 vsize=15024148 memory=4100 CPUtime=520.18 cores=0,2,4,6
/proc/447/task/451/stat : 451 (java) R 444 447 32649 0 -1 4202560 701807 0 0 0 51712 306 0 0 20 0 15 0 73878206 15384727552 3020810 33554432000 4194304 4196468 140729583645440 140424094329432 140424257527429 0 4 0 25189583 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 19750912 140729583649779 140729583650057 140729583650057 140729583652815 0
[pid=447/tid=452] ppid=444 vsize=15024148 memory=22484 CPUtime=519.42 cores=0,2,4,6
/proc/447/task/452/stat : 452 (java) R 444 447 32649 0 -1 4202560 575311 0 0 0 51661 281 0 0 20 0 15 0 73878206 15384727552 3020810 33554432000 4194304 4196468 140729583645440 140424093276888 140424257527882 0 4 0 25189583 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19750912 140729583649779 140729583650057 140729583650057 140729583652815 0
[pid=447/tid=454] ppid=444 vsize=15024148 memory=12083240 CPUtime=520.22 cores=0,2,4,6
/proc/447/task/454/stat : 454 (java) R 444 447 32649 0 -1 4202560 574255 0 0 0 51753 269 0 0 20 0 15 0 73878206 15384727552 3020810 33554432000 4194304 4196468 140729583645440 140424092224344 140424257484496 0 4 0 25189583 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19750912 140729583649779 140729583650057 140729583650057 140729583652815 0
[pid=447/tid=455] ppid=444 vsize=15024148 memory=33 CPUtime=3.58 cores=0,2,4,6
/proc/447/task/455/stat : 455 (java) S 444 447 32649 0 -1 1077944384 100635 0 0 0 351 7 0 0 20 0 15 0 73878207 15384727552 3020810 33554432000 4194304 4196468 140729583645440 140423246881632 140424275941077 0 0 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19750912 140729583649779 140729583650057 140729583650057 140729583652815 0
[pid=447/tid=456] ppid=444 vsize=15024148 memory=3280 CPUtime=0 cores=0,2,4,6
/proc/447/task/456/stat : 456 (java) S 444 447 32649 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 15 0 73878208 15384727552 3020810 33554432000 4194304 4196468 140729583645440 140422881994208 140424275941077 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19750912 140729583649779 140729583650057 140729583650057 140729583652815 0
[pid=447/tid=457] ppid=444 vsize=15024148 memory=12083232 CPUtime=0 cores=0,2,4,6
/proc/447/task/457/stat : 457 (java) S 444 447 32649 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73878208 15384727552 3020810 33554432000 4194304 4196468 140729583645440 140422613558784 140424275941077 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19750912 140729583649779 140729583650057 140729583650057 140729583652815 0
[pid=447/tid=458] ppid=444 vsize=15024148 memory=6947385649911455296 CPUtime=0 cores=0,2,4,6
/proc/447/task/458/stat : 458 (java) S 444 447 32649 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 15 0 73878210 15384727552 3020810 33554432000 4194304 4196468 140729583645440 140422239050096 140424275941077 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19750912 140729583649779 140729583650057 140729583650057 140729583652815 0
[pid=447/tid=459] ppid=444 vsize=15024148 memory=1728 CPUtime=4.71 cores=0,2,4,6
/proc/447/task/459/stat : 459 (java) S 444 447 32649 0 -1 1077944384 18008 0 0 0 468 3 0 0 20 0 15 0 73878210 15384727552 3020810 33554432000 4194304 4196468 140729583645440 140423245830128 140424275942018 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19750912 140729583649779 140729583650057 140729583650057 140729583652815 0
[pid=447/tid=460] ppid=444 vsize=15024148 memory=1708 CPUtime=4.83 cores=0,2,4,6
/proc/447/task/460/stat : 460 (java) S 444 447 32649 0 -1 1077944384 13387 0 0 0 481 2 0 0 20 0 15 0 73878210 15384727552 3020810 33554432000 4194304 4196468 140729583645440 140423244777584 140424275942018 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 5 0 0 6293624 6294260 19750912 140729583649779 140729583650057 140729583650057 140729583652815 0
[pid=447/tid=461] ppid=444 vsize=15024148 memory=12083240 CPUtime=1.1 cores=0,2,4,6
/proc/447/task/461/stat : 461 (java) S 444 447 32649 0 -1 1077944384 17859 0 0 0 107 3 0 0 20 0 15 0 73878210 15384727552 3020810 33554432000 4194304 4196468 140729583645440 140423243725040 140424275942018 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 5 0 0 6293624 6294260 19750912 140729583649779 140729583650057 140729583650057 140729583652815 0
[pid=447/tid=462] ppid=444 vsize=15024148 memory=12083240 CPUtime=0 cores=0,2,4,6
/proc/447/task/462/stat : 462 (java) S 444 447 32649 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73878210 15384727552 3020810 33554432000 4194304 4196468 140729583645440 140421741144672 140424275941077 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19750912 140729583649779 140729583650057 140729583650057 140729583652815 0
[pid=447/tid=463] ppid=444 vsize=15024148 memory=4052 CPUtime=0.6 cores=0,2,4,6
/proc/447/task/463/stat : 463 (java) S 444 447 32649 0 -1 1077944384 684 0 0 0 31 29 0 0 20 0 15 0 73878211 15384727552 3020810 33554432000 4194304 4196468 140729583645440 140423242672944 140424275942018 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 8 0 0 6293624 6294260 19750912 140729583649779 140729583650057 140729583650057 140729583652815 0
Current children cumulated CPU time: 2521.03 s
Current children cumulated vsize: 15024148 KiB
Current children cumulated memory: 12083240 KiB

[startup+954.402 s]
/proc/loadavg: 4.50 4.54 4.04 7/220 2055
/proc/meminfo: memFree=8614668/32770624 swapFree=67108860/67108860
[pid=447] ppid=444 vsize=15024148 memory=12083240 CPUtime=2524.22 cores=0,2,4,6
/proc/447/stat : 447 (java) S 444 447 32649 0 -1 1077944320 2466926 0 0 0 251203 1219 0 0 20 0 15 0 73878204 15384727552 3020810 33554432000 4194304 4196468 140729583645440 140729583627984 140424275930871 0 0 0 25189583 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 19750912 140729583649779 140729583650057 140729583650057 140729583652815 0
/proc/447/statm: 3756037 3020810 3257 1 0 3717422 0
[pid=447/tid=449] ppid=444 vsize=15024148 memory=12083240 CPUtime=425.79 cores=0,2,4,6
/proc/447/task/449/stat : 449 (java) S 444 447 32649 0 -1 1077944384 68652 0 0 0 42523 56 0 0 20 0 15 0 73878204 15384727552 3020810 33554432000 4194304 4196468 140729583645440 140424247763904 140424275941077 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19750912 140729583649779 140729583650057 140729583650057 140729583652815 0
[pid=447/tid=450] ppid=444 vsize=15024148 memory=12083240 CPUtime=521.3 cores=0,2,4,6
/proc/447/task/450/stat : 450 (java) R 444 447 32649 0 -1 4202560 394973 0 0 0 51851 279 0 0 20 0 15 0 73878206 15384727552 3020810 33554432000 4194304 4196468 140729583645440 140424280172704 140424257527345 0 4 0 25189583 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19750912 140729583649779 140729583650057 140729583650057 140729583652815 0
[pid=447/tid=451] ppid=444 vsize=15024148 memory=12083240 CPUtime=520.96 cores=0,2,4,6
/proc/447/task/451/stat : 451 (java) R 444 447 32649 0 -1 4202560 701807 0 0 0 51790 306 0 0 20 0 15 0 73878206 15384727552 3020810 33554432000 4194304 4196468 140729583645440 140424094329432 140424260628623 0 4 0 25189583 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 19750912 140729583649779 140729583650057 140729583650057 140729583652815 0
[pid=447/tid=452] ppid=444 vsize=15024148 memory=12083240 CPUtime=520.22 cores=0,2,4,6
/proc/447/task/452/stat : 452 (java) R 444 447 32649 0 -1 4202560 575325 0 0 0 51741 281 0 0 20 0 15 0 73878206 15384727552 3020810 33554432000 4194304 4196468 140729583645440 140424093276888 140424260628439 0 4 0 25189583 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19750912 140729583649779 140729583650057 140729583650057 140729583652815 0
[pid=447/tid=454] ppid=444 vsize=15024148 memory=6947385649911455296 CPUtime=521.02 cores=0,2,4,6
/proc/447/task/454/stat : 454 (java) R 444 447 32649 0 -1 4202560 574258 0 0 0 51833 269 0 0 20 0 15 0 73878206 15384727552 3020810 33554432000 4194304 4196468 140729583645440 140424092224344 140424260628510 0 4 0 25189583 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19750912 140729583649779 140729583650057 140729583650057 140729583652815 0
[pid=447/tid=455] ppid=444 vsize=15024148 memory=1428 CPUtime=3.58 cores=0,2,4,6
/proc/447/task/455/stat : 455 (java) S 444 447 32649 0 -1 1077944384 100635 0 0 0 351 7 0 0 20 0 15 0 73878207 15384727552 3020810 33554432000 4194304 4196468 140729583645440 140423246881632 140424275941077 0 0 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19750912 140729583649779 140729583650057 140729583650057 140729583652815 0
[pid=447/tid=456] ppid=444 vsize=15024148 memory=8520 CPUtime=0 cores=0,2,4,6
/proc/447/task/456/stat : 456 (java) S 444 447 32649 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 15 0 73878208 15384727552 3020810 33554432000 4194304 4196468 140729583645440 140422881994208 140424275941077 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19750912 140729583649779 140729583650057 140729583650057 140729583652815 0
[pid=447/tid=457] ppid=444 vsize=15024148 memory=792 CPUtime=0 cores=0,2,4,6
/proc/447/task/457/stat : 457 (java) S 444 447 32649 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73878208 15384727552 3020810 33554432000 4194304 4196468 140729583645440 140422613558784 140424275941077 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19750912 140729583649779 140729583650057 140729583650057 140729583652815 0
[pid=447/tid=458] ppid=444 vsize=15024148 memory=6947385649911455296 CPUtime=0 cores=0,2,4,6
/proc/447/task/458/stat : 458 (java) S 444 447 32649 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 15 0 73878210 15384727552 3020810 33554432000 4194304 4196468 140729583645440 140422239050096 140424275941077 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19750912 140729583649779 140729583650057 140729583650057 140729583652815 0
[pid=447/tid=459] ppid=444 vsize=15024148 memory=-8486080722631693414 CPUtime=4.71 cores=0,2,4,6
/proc/447/task/459/stat : 459 (java) S 444 447 32649 0 -1 1077944384 18008 0 0 0 468 3 0 0 20 0 15 0 73878210 15384727552 3020810 33554432000 4194304 4196468 140729583645440 140423245830128 140424275942018 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19750912 140729583649779 140729583650057 140729583650057 140729583652815 0
[pid=447/tid=460] ppid=444 vsize=15024148 memory=-8412652152092201843 CPUtime=4.83 cores=0,2,4,6
/proc/447/task/460/stat : 460 (java) S 444 447 32649 0 -1 1077944384 13387 0 0 0 481 2 0 0 20 0 15 0 73878210 15384727552 3020810 33554432000 4194304 4196468 140729583645440 140423244777584 140424275942018 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 5 0 0 6293624 6294260 19750912 140729583649779 140729583650057 140729583650057 140729583652815 0
[pid=447/tid=461] ppid=444 vsize=15024148 memory=-7023579799431922829 CPUtime=1.1 cores=0,2,4,6
/proc/447/task/461/stat : 461 (java) S 444 447 32649 0 -1 1077944384 17859 0 0 0 107 3 0 0 20 0 15 0 73878210 15384727552 3020810 33554432000 4194304 4196468 140729583645440 140423243725040 140424275942018 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 5 0 0 6293624 6294260 19750912 140729583649779 140729583650057 140729583650057 140729583652815 0
[pid=447/tid=462] ppid=444 vsize=15024148 memory=6947385649911455296 CPUtime=0 cores=0,2,4,6
/proc/447/task/462/stat : 462 (java) S 444 447 32649 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73878210 15384727552 3020810 33554432000 4194304 4196468 140729583645440 140421741144672 140424275941077 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19750912 140729583649779 140729583650057 140729583650057 140729583652815 0
[pid=447/tid=463] ppid=444 vsize=15024148 memory=1228 CPUtime=0.6 cores=0,2,4,6
/proc/447/task/463/stat : 463 (java) S 444 447 32649 0 -1 1077944384 684 0 0 0 31 29 0 0 20 0 15 0 73878211 15384727552 3020810 33554432000 4194304 4196468 140729583645440 140423242672944 140424275942018 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 8 0 0 6293624 6294260 19750912 140729583649779 140729583650057 140729583650057 140729583652815 0
Current children cumulated CPU time: 2524.22 s
Current children cumulated vsize: 15024148 KiB
Current children cumulated memory: 12083240 KiB

[startup+955.202 s]
/proc/loadavg: 4.50 4.54 4.04 6/220 2055
/proc/meminfo: memFree=8614676/32770624 swapFree=67108860/67108860
[pid=447] ppid=444 vsize=15024148 memory=12083240 CPUtime=2527.4 cores=0,2,4,6
/proc/447/stat : 447 (java) S 444 447 32649 0 -1 1077944320 2466998 0 0 0 251521 1219 0 0 20 0 15 0 73878204 15384727552 3020810 33554432000 4194304 4196468 140729583645440 140729583627984 140424275930871 0 0 0 25189583 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 19750912 140729583649779 140729583650057 140729583650057 140729583652815 0
/proc/447/statm: 3756037 3020810 3257 1 0 3717422 0
[pid=447/tid=449] ppid=444 vsize=15024148 memory=15876 CPUtime=425.79 cores=0,2,4,6
/proc/447/task/449/stat : 449 (java) S 444 447 32649 0 -1 1077944384 68652 0 0 0 42523 56 0 0 20 0 15 0 73878204 15384727552 3020810 33554432000 4194304 4196468 140729583645440 140424247763904 140424275941077 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19750912 140729583649779 140729583650057 140729583650057 140729583652815 0
[pid=447/tid=450] ppid=444 vsize=15024148 memory=6947385649911455296 CPUtime=522.1 cores=0,2,4,6
/proc/447/task/450/stat : 450 (java) R 444 447 32649 0 -1 4202560 394973 0 0 0 51931 279 0 0 20 0 15 0 73878206 15384727552 3020810 33554432000 4194304 4196468 140729583645440 140424280172704 140424260385628 0 4 0 25189583 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19750912 140729583649779 140729583650057 140729583650057 140729583652815 0
[pid=447/tid=451] ppid=444 vsize=15024148 memory=1292 CPUtime=521.75 cores=0,2,4,6
/proc/447/task/451/stat : 451 (java) R 444 447 32649 0 -1 4202560 701807 0 0 0 51869 306 0 0 20 0 15 0 73878206 15384727552 3020810 33554432000 4194304 4196468 140729583645440 140424094329432 140424260385628 0 4 0 25189583 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 19750912 140729583649779 140729583650057 140729583650057 140729583652815 0
[pid=447/tid=452] ppid=444 vsize=15024148 memory=1412 CPUtime=521.02 cores=0,2,4,6
/proc/447/task/452/stat : 452 (java) R 444 447 32649 0 -1 4202560 575325 0 0 0 51821 281 0 0 20 0 15 0 73878206 15384727552 3020810 33554432000 4194304 4196468 140729583645440 140424093276888 140424260628510 0 4 0 25189583 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19750912 140729583649779 140729583650057 140729583650057 140729583652815 0
[pid=447/tid=454] ppid=444 vsize=15024148 memory=12083232 CPUtime=521.82 cores=0,2,4,6
/proc/447/task/454/stat : 454 (java) R 444 447 32649 0 -1 4202560 574330 0 0 0 51913 269 0 0 20 0 15 0 73878206 15384727552 3020810 33554432000 4194304 4196468 140729583645440 140424092224344 140424257526704 0 4 0 25189583 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19750912 140729583649779 140729583650057 140729583650057 140729583652815 0
[pid=447/tid=455] ppid=444 vsize=15024148 memory=1292 CPUtime=3.58 cores=0,2,4,6
/proc/447/task/455/stat : 455 (java) S 444 447 32649 0 -1 1077944384 100635 0 0 0 351 7 0 0 20 0 15 0 73878207 15384727552 3020810 33554432000 4194304 4196468 140729583645440 140423246881632 140424275941077 0 0 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19750912 140729583649779 140729583650057 140729583650057 140729583652815 0
[pid=447/tid=456] ppid=444 vsize=15024148 memory=1412 CPUtime=0 cores=0,2,4,6
/proc/447/task/456/stat : 456 (java) S 444 447 32649 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 15 0 73878208 15384727552 3020810 33554432000 4194304 4196468 140729583645440 140422881994208 140424275941077 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19750912 140729583649779 140729583650057 140729583650057 140729583652815 0
[pid=447/tid=457] ppid=444 vsize=15024148 memory=3280 CPUtime=0 cores=0,2,4,6
/proc/447/task/457/stat : 457 (java) S 444 447 32649 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73878208 15384727552 3020810 33554432000 4194304 4196468 140729583645440 140422613558784 140424275941077 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19750912 140729583649779 140729583650057 140729583650057 140729583652815 0
[pid=447/tid=458] ppid=444 vsize=15024148 memory=12083240 CPUtime=0 cores=0,2,4,6
/proc/447/task/458/stat : 458 (java) S 444 447 32649 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 15 0 73878210 15384727552 3020810 33554432000 4194304 4196468 140729583645440 140422239050096 140424275941077 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19750912 140729583649779 140729583650057 140729583650057 140729583652815 0
[pid=447/tid=459] ppid=444 vsize=15024148 memory=12083240 CPUtime=4.71 cores=0,2,4,6
/proc/447/task/459/stat : 459 (java) S 444 447 32649 0 -1 1077944384 18008 0 0 0 468 3 0 0 20 0 15 0 73878210 15384727552 3020810 33554432000 4194304 4196468 140729583645440 140423245830176 140424275941077 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19750912 140729583649779 140729583650057 140729583650057 140729583652815 0
[pid=447/tid=460] ppid=444 vsize=15024148 memory=4136 CPUtime=4.83 cores=0,2,4,6
/proc/447/task/460/stat : 460 (java) S 444 447 32649 0 -1 1077944384 13387 0 0 0 481 2 0 0 20 0 15 0 73878210 15384727552 3020810 33554432000 4194304 4196468 140729583645440 140423244777344 140424275941077 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 5 0 0 6293624 6294260 19750912 140729583649779 140729583650057 140729583650057 140729583652815 0
[pid=447/tid=461] ppid=444 vsize=15024148 memory=4100 CPUtime=1.1 cores=0,2,4,6
/proc/447/task/461/stat : 461 (java) S 444 447 32649 0 -1 1077944384 17859 0 0 0 107 3 0 0 20 0 15 0 73878210 15384727552 3020810 33554432000 4194304 4196468 140729583645440 140423243725088 140424275941077 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 5 0 0 6293624 6294260 19750912 140729583649779 140729583650057 140729583650057 140729583652815 0
[pid=447/tid=462] ppid=444 vsize=15024148 memory=22484 CPUtime=0 cores=0,2,4,6
/proc/447/task/462/stat : 462 (java) S 444 447 32649 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73878210 15384727552 3020810 33554432000 4194304 4196468 140729583645440 140421741144672 140424275941077 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19750912 140729583649779 140729583650057 140729583650057 140729583652815 0
[pid=447/tid=463] ppid=444 vsize=15024148 memory=2436 CPUtime=0.6 cores=0,2,4,6
/proc/447/task/463/stat : 463 (java) S 444 447 32649 0 -1 1077944384 684 0 0 0 31 29 0 0 20 0 15 0 73878211 15384727552 3020810 33554432000 4194304 4196468 140729583645440 140423242672944 140424275942018 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 8 0 0 6293624 6294260 19750912 140729583649779 140729583650057 140729583650057 140729583652815 0
Current children cumulated CPU time: 2527.4 s
Current children cumulated vsize: 15024148 KiB
Current children cumulated memory: 12083240 KiB

[startup+955.402 s]
/proc/loadavg: 4.50 4.54 4.04 6/220 2055
/proc/meminfo: memFree=8614676/32770624 swapFree=67108860/67108860
[pid=447] ppid=444 vsize=15024148 memory=12083240 CPUtime=2528.2 cores=0,2,4,6
/proc/447/stat : 447 (java) S 444 447 32649 0 -1 1077944320 2467040 0 0 0 251601 1219 0 0 20 0 15 0 73878204 15384727552 3020810 33554432000 4194304 4196468 140729583645440 140729583627984 140424275930871 0 0 0 25189583 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 19750912 140729583649779 140729583650057 140729583650057 140729583652815 0
/proc/447/statm: 3756037 3020810 3257 1 0 3717422 0
[pid=447/tid=449] ppid=444 vsize=15024148 memory=1708 CPUtime=425.79 cores=0,2,4,6
/proc/447/task/449/stat : 449 (java) S 444 447 32649 0 -1 1077944384 68652 0 0 0 42523 56 0 0 20 0 15 0 73878204 15384727552 3020810 33554432000 4194304 4196468 140729583645440 140424247763904 140424275941077 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19750912 140729583649779 140729583650057 140729583650057 140729583652815 0
[pid=447/tid=450] ppid=444 vsize=15024148 memory=5792 CPUtime=522.3 cores=0,2,4,6
/proc/447/task/450/stat : 450 (java) R 444 447 32649 0 -1 4202560 394973 0 0 0 51951 279 0 0 20 0 15 0 73878206 15384727552 3020810 33554432000 4194304 4196468 140729583645440 140424280172704 140424257527882 0 4 0 25189583 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19750912 140729583649779 140729583650057 140729583650057 140729583652815 0
[pid=447/tid=451] ppid=444 vsize=15024148 memory=6947385649911455296 CPUtime=521.95 cores=0,2,4,6
/proc/447/task/451/stat : 451 (java) R 444 447 32649 0 -1 4202560 701807 0 0 0 51889 306 0 0 20 0 15 0 73878206 15384727552 3020810 33554432000 4194304 4196468 140729583645440 140424094329432 140424260881476 0 4 0 25189583 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 19750912 140729583649779 140729583650057 140729583650057 140729583652815 0
[pid=447/tid=452] ppid=444 vsize=15024148 memory=1944 CPUtime=521.22 cores=0,2,4,6
/proc/447/task/452/stat : 452 (java) R 444 447 32649 0 -1 4202560 575325 0 0 0 51841 281 0 0 20 0 15 0 73878206 15384727552 3020810 33554432000 4194304 4196468 140729583645440 140424093276888 140424257527882 0 4 0 25189583 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19750912 140729583649779 140729583650057 140729583650057 140729583652815 0
[pid=447/tid=454] ppid=444 vsize=15024148 memory=12083232 CPUtime=522.02 cores=0,2,4,6
/proc/447/task/454/stat : 454 (java) R 444 447 32649 0 -1 4202560 574372 0 0 0 51933 269 0 0 20 0 15 0 73878206 15384727552 3020810 33554432000 4194304 4196468 140729583645440 140424092224344 140424260916167 0 4 0 25189583 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19750912 140729583649779 140729583650057 140729583650057 140729583652815 0
[pid=447/tid=455] ppid=444 vsize=15024148 memory=1200 CPUtime=3.58 cores=0,2,4,6
/proc/447/task/455/stat : 455 (java) S 444 447 32649 0 -1 1077944384 100635 0 0 0 351 7 0 0 20 0 15 0 73878207 15384727552 3020810 33554432000 4194304 4196468 140729583645440 140423246881632 140424275941077 0 0 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19750912 140729583649779 140729583650057 140729583650057 140729583652815 0
[pid=447/tid=456] ppid=444 vsize=15024148 memory=4612 CPUtime=0 cores=0,2,4,6
/proc/447/task/456/stat : 456 (java) S 444 447 32649 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 15 0 73878208 15384727552 3020810 33554432000 4194304 4196468 140729583645440 140422881994208 140424275941077 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19750912 140729583649779 140729583650057 140729583650057 140729583652815 0
[pid=447/tid=457] ppid=444 vsize=15024148 memory=9920 CPUtime=0 cores=0,2,4,6
/proc/447/task/457/stat : 457 (java) S 444 447 32649 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73878208 15384727552 3020810 33554432000 4194304 4196468 140729583645440 140422613558784 140424275941077 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19750912 140729583649779 140729583650057 140729583650057 140729583652815 0
[pid=447/tid=458] ppid=444 vsize=15024148 memory=1944 CPUtime=0 cores=0,2,4,6
/proc/447/task/458/stat : 458 (java) S 444 447 32649 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 15 0 73878210 15384727552 3020810 33554432000 4194304 4196468 140729583645440 140422239050096 140424275941077 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19750912 140729583649779 140729583650057 140729583650057 140729583652815 0
[pid=447/tid=459] ppid=444 vsize=15024148 memory=1428 CPUtime=4.71 cores=0,2,4,6
/proc/447/task/459/stat : 459 (java) S 444 447 32649 0 -1 1077944384 18008 0 0 0 468 3 0 0 20 0 15 0 73878210 15384727552 3020810 33554432000 4194304 4196468 140729583645440 140423245830176 140424275941077 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19750912 140729583649779 140729583650057 140729583650057 140729583652815 0
[pid=447/tid=460] ppid=444 vsize=15024148 memory=6947385649911455296 CPUtime=4.83 cores=0,2,4,6
/proc/447/task/460/stat : 460 (java) S 444 447 32649 0 -1 1077944384 13387 0 0 0 481 2 0 0 20 0 15 0 73878210 15384727552 3020810 33554432000 4194304 4196468 140729583645440 140423244777344 140424275941077 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 5 0 0 6293624 6294260 19750912 140729583649779 140729583650057 140729583650057 140729583652815 0
[pid=447/tid=461] ppid=444 vsize=15024148 memory=12083240 CPUtime=1.1 cores=0,2,4,6
/proc/447/task/461/stat : 461 (java) S 444 447 32649 0 -1 1077944384 17859 0 0 0 107 3 0 0 20 0 15 0 73878210 15384727552 3020810 33554432000 4194304 4196468 140729583645440 140423243725088 140424275941077 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 5 0 0 6293624 6294260 19750912 140729583649779 140729583650057 140729583650057 140729583652815 0
[pid=447/tid=462] ppid=444 vsize=15024148 memory=2436 CPUtime=0 cores=0,2,4,6
/proc/447/task/462/stat : 462 (java) S 444 447 32649 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73878210 15384727552 3020810 33554432000 4194304 4196468 140729583645440 140421741144672 140424275941077 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19750912 140729583649779 140729583650057 140729583650057 140729583652815 0
[pid=447/tid=463] ppid=444 vsize=15024148 memory=1728 CPUtime=0.61 cores=0,2,4,6
/proc/447/task/463/stat : 463 (java) S 444 447 32649 0 -1 1077944384 684 0 0 0 31 30 0 0 20 0 15 0 73878211 15384727552 3020810 33554432000 4194304 4196468 140729583645440 140423242672944 140424275942018 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 8 0 0 6293624 6294260 19750912 140729583649779 140729583650057 140729583650057 140729583652815 0
Current children cumulated CPU time: 2528.2 s
Current children cumulated vsize: 15024148 KiB
Current children cumulated memory: 12083240 KiB

Child ended because it received signal 9 (SIGKILL)
Real time (s): 955.52
CPU time (s): 2528.36
CPU user time (s): 2516.06
CPU system time (s): 12.2992
CPU usage (%): 264.606
Max. virtual memory (cumulated for all children) (KiB): 15024148
Max. memory (cumulated for all children) (KiB): 12083240

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.06
system time used= 12.2992
maximum resident set size= 12083392
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2467042
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1240
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 34363
involuntary context switches= 25616


# summary of solver processes directly reported to runsolver:
#   pid: 447
#   total CPU time (s): 2528.36
#   total CPU user time (s): 2516.06
#   total CPU system time (s): 12.2992

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.19121 second user time and 9.60502 second system time

The end

Launcher Data

Begin job on node150 at 2018-07-26 01:59:09
IDJOB=4294948
IDBENCH=141447
IDSOLVER=2756
FILE ID=node150/4294948-1532563149
RUNJOBID= node150-1532562189-32680
PBS_JOBID= 21021956
Free space on /tmp= 53092 MiB

SOLVER NAME= scop order+MapleCOMSPS (2018-06-13)
BENCH NAME= XCSP18/Crossword/Crossword-m18-ogd2008-vg-15-16_c18.xml
COMMAND LINE= java -Xms11g -Xmx11g -Xss128m -jar DIR/scop.jar -order -solver DIR/minisat_release -solverOption mapleTune01 -tmp TMPDIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4294948-1532563149/watcher-4294948-1532563149 -o /tmp/evaluation-result-4294948-1532563149/solver-4294948-1532563149 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node150-1532562189-32680 --watchdog 2580  java -Xms11g -Xmx11g -Xss128m -jar HOME/scop.jar -order -solver HOME/minisat_release -solverOption mapleTune01 -tmp HOME HOME/instance-4294948-1532563149.xml

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

MD5SUM BENCH= 57cb1bb20db45191d6ed694399d37744
RANDOM SEED=189927260

node150.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.76
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.76
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.76
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.76
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:        12356004 kB
MemAvailable:   19869944 kB
Buffers:          187708 kB
Cached:          7545388 kB
SwapCached:            0 kB
Active:         14194416 kB
Inactive:        5629948 kB
Active(anon):   12042996 kB
Inactive(anon):    76820 kB
Active(file):    2151420 kB
Inactive(file):  5553128 kB
Unevictable:        7744 kB
Mlocked:            7744 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             10188 kB
Writeback:             0 kB
AnonPages:      12098928 kB
Mapped:            52028 kB
Shmem:             25224 kB
Slab:             265176 kB
SReclaimable:     237852 kB
SUnreclaim:        27324 kB
KernelStack:        3536 kB
PageTables:        28488 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:   13021388 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:  11268096 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 53080 MiB
End job on node150 at 2018-07-26 02:15:05