Trace number 4257998

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 NameAnswerobjective functionCPU timeWall clock time
sat4j-CSP 2017-07-05? (TO) 260.108 87.757896

General information on the benchmark

NameGolombRuler/GolombRuler-a3-s1/
GolombRuler-21-a3.xml
MD5SUM77b850f9bb38d7d923034c01213ab5aa
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark416
Best CPU time to get the best result obtained on this benchmark2001.25
Satisfiable
(Un)Satisfiability was proved
Number of variables462
Number of constraints213
Number of domains2
Minimum domain size1000
Maximum domain size1001
Distribution of domain sizes[{"size":1000,"count":210},{"size":1001,"count":21}]
Minimum variable degree0
Maximum variable degree22
Distribution of variable degrees[{"degree":0,"count":231},{"degree":2,"count":210},{"degree":21,"count":19},{"degree":22,"count":2}]
Minimum constraint arity1
Maximum constraint arity210
Distribution of constraint arities[{"arity":1,"count":1},{"arity":3,"count":210},{"arity":21,"count":1},{"arity":210,"count":1}]
Number of extensional constraints0
Number of intensional constraints211
Distribution of constraint types[{"type":"intension","count":211},{"type":"allDifferent","count":1},{"type":"ordered","count":1}]
Optimization problemYES
Type of objectivemin VAR

Solver Data


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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4257998-1502646657/watcher-4257998-1502646657 -o /tmp/evaluation-result-4257998-1502646657/solver-4257998-1502646657 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node127-1502642200-6041 --watchdog 312 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4257998-1502646657.xml 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 252 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 282 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 252 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=10833, runsolver pid=10830

[startup+0.101001 s]*
/proc/loadavg: 6.07 4.56 3.82 5/203 10842
/proc/meminfo: memFree=23457108/32770624 swapFree=67108860/67108860
[pid=10833] ppid=10830 vsize=10285828 memory=21976 CPUtime=0.04 cores=1,3,5,7
/proc/10833/stat : 10833 (java) S 10830 10833 17093 0 -1 1077944320 3896 0 0 0 3 1 0 0 20 0 12 0 66859056 10532687872 5493 18446744073709551615 4194304 4196468 140721107387888 140721107370432 140161980268279 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 5 0 0 6293624 6294260 15142912 140721107394965 140721107395118 140721107395118 140721107398607 0
/proc/10833/statm: 2587841 5493 2159 1 0 2577338 0
[pid=10833/tid=10835] ppid=10830 vsize=10417928 memory=4206751525541407381 CPUtime=0.03 cores=1,3,5,7
/proc/10833/task/10835/stat : 10835 (java) R 10830 10833 17093 0 -1 4202560 2537 0 0 0 3 0 0 0 20 0 13 0 66859062 10667958272 5691 18446744073709551615 4194304 4196468 140721107387888 140161984504088 140161980290205 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15142912 140721107394965 140721107395118 140721107395118 140721107398607 0
[pid=10833/tid=10836] ppid=10830 vsize=10417928 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/10833/task/10836/stat : 10836 (java) S 10830 10833 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 13 0 66859062 10667958272 5691 18446744073709551615 4194304 4196468 140721107387888 140161910688784 140161980278485 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15142912 140721107394965 140721107395118 140721107395118 140721107398607 0
[pid=10833/tid=10837] ppid=10830 vsize=10417928 memory=139661082187392 CPUtime=0 cores=1,3,5,7
/proc/10833/task/10837/stat : 10837 (java) S 10830 10833 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 13 0 66859062 10667958272 5691 18446744073709551615 4194304 4196468 140721107387888 140161909636240 140161980278485 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15142912 140721107394965 140721107395118 140721107395118 140721107398607 0
[pid=10833/tid=10838] ppid=10830 vsize=10417928 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10833/task/10838/stat : 10838 (java) S 10830 10833 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 13 0 66859062 10667958272 5691 18446744073709551615 4194304 4196468 140721107387888 140161908583184 140161980278485 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15142912 140721107394965 140721107395118 140721107395118 140721107398607 0
[pid=10833/tid=10839] ppid=10830 vsize=10417928 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10833/task/10839/stat : 10839 (java) S 10830 10833 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 13 0 66859062 10667958272 5691 18446744073709551615 4194304 4196468 140721107387888 140161907530640 140161980278485 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15142912 140721107394965 140721107395118 140721107395118 140721107398607 0
[pid=10833/tid=10840] ppid=10830 vsize=10417928 memory=139661082187392 CPUtime=0 cores=1,3,5,7
/proc/10833/task/10840/stat : 10840 (java) S 10830 10833 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 13 0 66859064 10667958272 5691 18446744073709551615 4194304 4196468 140721107387888 140161476294896 140161980279426 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15142912 140721107394965 140721107395118 140721107395118 140721107398607 0
[pid=10833/tid=10841] ppid=10830 vsize=10417928 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10833/task/10841/stat : 10841 (java) S 10830 10833 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 13 0 66859064 10667958272 5691 18446744073709551615 4194304 4196468 140721107387888 140161475241120 140161980278485 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15142912 140721107394965 140721107395118 140721107395118 140721107398607 0
[pid=10833/tid=10842] ppid=10830 vsize=10417928 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10833/task/10842/stat : 10842 (java) S 10830 10833 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 13 0 66859064 10667958272 5691 18446744073709551615 4194304 4196468 140721107387888 140161474188016 140161980278485 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15142912 140721107394965 140721107395118 140721107395118 140721107398607 0
[pid=10833/tid=10843] ppid=10830 vsize=10417928 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10833/task/10843/stat : 10843 (java) S 10830 10833 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 13 0 66859067 10667958272 5691 18446744073709551615 4194304 4196468 140721107387888 140161473136592 140161980286875 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15142912 140721107394965 140721107395118 140721107395118 140721107398607 0
[pid=10833/tid=10844] ppid=10830 vsize=10417928 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10833/task/10844/stat : 10844 (java) S 10830 10833 17093 0 -1 1077944384 29 0 0 0 0 0 0 0 20 0 13 0 66859067 10667958272 5691 18446744073709551615 4194304 4196468 140721107387888 140161472084416 140161980278485 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15142912 140721107394965 140721107395118 140721107395118 140721107398607 0
[pid=10833/tid=10845] ppid=10830 vsize=10417928 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10833/task/10845/stat : 10845 (java) R 10830 10833 17093 0 -1 4202560 251 0 0 0 0 0 0 0 20 0 13 0 66859067 10667958272 5691 18446744073709551615 4194304 4196468 140721107387888 140161471019592 140161964666685 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15142912 140721107394965 140721107395118 140721107395118 140721107398607 0
[pid=10833/tid=10846] ppid=10830 vsize=10417928 memory=139661082187392 CPUtime=0 cores=1,3,5,7
/proc/10833/task/10846/stat : 10846 (java) S 10830 10833 17093 0 -1 1077944384 31 0 0 0 0 0 0 0 20 0 13 0 66859067 10667958272 5691 18446744073709551615 4194304 4196468 140721107387888 140161469979120 140161980279426 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15142912 140721107394965 140721107395118 140721107395118 140721107398607 0
Current children cumulated CPU time: 0.04 s
Current children cumulated vsize: 10285828 KiB
Current children cumulated memory: 21976 KiB

[startup+0.209992 s]*
/proc/loadavg: 6.07 4.56 3.82 7/209 10848
/proc/meminfo: memFree=23446612/32770624 swapFree=67108860/67108860
[pid=10833] ppid=10830 vsize=10551156 memory=31036 CPUtime=0.16 cores=1,3,5,7
/proc/10833/stat : 10833 (java) S 10830 10833 17093 0 -1 1077944320 7565 0 0 0 14 2 0 0 20 0 15 0 66859056 10804383744 7759 18446744073709551615 4194304 4196468 140721107387888 140721107370432 140161980268279 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 5 0 0 6293624 6294260 15142912 140721107394965 140721107395118 140721107395118 140721107398607 0
/proc/10833/statm: 2637789 7759 2801 1 0 2627261 0
[pid=10833/tid=10835] ppid=10830 vsize=10551156 memory=8318255677412212789 CPUtime=0.11 cores=1,3,5,7
/proc/10833/task/10835/stat : 10835 (java) R 10830 10833 17093 0 -1 4202560 5346 0 0 0 10 1 0 0 20 0 15 0 66859062 10804383744 7759 18446744073709551615 4194304 4196468 140721107387888 140161984479456 140161980290205 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 15142912 140721107394965 140721107395118 140721107395118 140721107398607 0
[pid=10833/tid=10836] ppid=10830 vsize=10551156 memory=330 CPUtime=0 cores=1,3,5,7
/proc/10833/task/10836/stat : 10836 (java) S 10830 10833 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66859062 10804383744 7759 18446744073709551615 4194304 4196468 140721107387888 140161910688784 140161980278485 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15142912 140721107394965 140721107395118 140721107395118 140721107398607 0
[pid=10833/tid=10837] ppid=10830 vsize=10551156 memory=3689493960460687008 CPUtime=0 cores=1,3,5,7
/proc/10833/task/10837/stat : 10837 (java) S 10830 10833 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 66859062 10804383744 7759 18446744073709551615 4194304 4196468 140721107387888 140161909636240 140161980278485 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15142912 140721107394965 140721107395118 140721107395118 140721107398607 0
[pid=10833/tid=10838] ppid=10830 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10833/task/10838/stat : 10838 (java) S 10830 10833 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66859062 10804383744 7759 18446744073709551615 4194304 4196468 140721107387888 140161908583184 140161980278485 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15142912 140721107394965 140721107395118 140721107395118 140721107398607 0
[pid=10833/tid=10839] ppid=10830 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10833/task/10839/stat : 10839 (java) S 10830 10833 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 66859062 10804383744 7759 18446744073709551615 4194304 4196468 140721107387888 140161907530640 140161980278485 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15142912 140721107394965 140721107395118 140721107395118 140721107398607 0
[pid=10833/tid=10840] ppid=10830 vsize=10551156 memory=139661082187392 CPUtime=0 cores=1,3,5,7
/proc/10833/task/10840/stat : 10840 (java) S 10830 10833 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 66859064 10804383744 7759 18446744073709551615 4194304 4196468 140721107387888 140161476294896 140161980279426 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15142912 140721107394965 140721107395118 140721107395118 140721107398607 0
[pid=10833/tid=10841] ppid=10830 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10833/task/10841/stat : 10841 (java) S 10830 10833 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 66859064 10804383744 7759 18446744073709551615 4194304 4196468 140721107387888 140161475241120 140161980278485 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15142912 140721107394965 140721107395118 140721107395118 140721107398607 0
[pid=10833/tid=10842] ppid=10830 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10833/task/10842/stat : 10842 (java) S 10830 10833 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 66859064 10804383744 7759 18446744073709551615 4194304 4196468 140721107387888 140161474188016 140161980278485 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15142912 140721107394965 140721107395118 140721107395118 140721107398607 0
[pid=10833/tid=10843] ppid=10830 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10833/task/10843/stat : 10843 (java) S 10830 10833 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66859067 10804383744 7759 18446744073709551615 4194304 4196468 140721107387888 140161473136592 140161980286875 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15142912 140721107394965 140721107395118 140721107395118 140721107398607 0
[pid=10833/tid=10844] ppid=10830 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10833/task/10844/stat : 10844 (java) S 10830 10833 17093 0 -1 1077944384 29 0 0 0 0 0 0 0 20 0 15 0 66859067 10804383744 7759 18446744073709551615 4194304 4196468 140721107387888 140161472084720 140161980279426 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15142912 140721107394965 140721107395118 140721107395118 140721107398607 0
[pid=10833/tid=10845] ppid=10830 vsize=10551156 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/10833/task/10845/stat : 10845 (java) S 10830 10833 17093 0 -1 1077944384 454 0 0 0 1 0 0 0 20 0 15 0 66859067 10804383744 7759 18446744073709551615 4194304 4196468 140721107387888 140161471032176 140161980279426 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15142912 140721107394965 140721107395118 140721107395118 140721107398607 0
[pid=10833/tid=10846] ppid=10830 vsize=10551156 memory=139661082187392 CPUtime=0.02 cores=1,3,5,7
/proc/10833/task/10846/stat : 10846 (java) S 10830 10833 17093 0 -1 1077944384 370 0 0 0 2 0 0 0 20 0 15 0 66859067 10804383744 7759 18446744073709551615 4194304 4196468 140721107387888 140161469979120 140161980279426 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15142912 140721107394965 140721107395118 140721107395118 140721107398607 0
[pid=10833/tid=10847] ppid=10830 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10833/task/10847/stat : 10847 (java) S 10830 10833 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66859067 10804383744 7759 18446744073709551615 4194304 4196468 140721107387888 140161468926816 140161980278485 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15142912 140721107394965 140721107395118 140721107395118 140721107398607 0
[pid=10833/tid=10848] ppid=10830 vsize=10551156 memory=139661082187392 CPUtime=0 cores=1,3,5,7
/proc/10833/task/10848/stat : 10848 (java) S 10830 10833 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66859070 10804383744 7759 18446744073709551615 4194304 4196468 140721107387888 140161467873840 140161980279426 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15142912 140721107394965 140721107395118 140721107395118 140721107398607 0
Current children cumulated CPU time: 0.16 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 31036 KiB

[startup+0.310142 s]*
/proc/loadavg: 6.07 4.56 3.82 7/209 10848
/proc/meminfo: memFree=23439632/32770624 swapFree=67108860/67108860
[pid=10833] ppid=10830 vsize=10551156 memory=39812 CPUtime=0.31 cores=1,3,5,7
/proc/10833/stat : 10833 (java) S 10830 10833 17093 0 -1 1077944320 8680 0 0 0 29 2 0 0 20 0 15 0 66859056 10804383744 9953 18446744073709551615 4194304 4196468 140721107387888 140721107370432 140161980268279 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 5 0 0 6293624 6294260 15142912 140721107394965 140721107395118 140721107395118 140721107398607 0
/proc/10833/statm: 2637789 9953 2908 1 0 2627261 0
[pid=10833/tid=10835] ppid=10830 vsize=10551156 memory=-7677926825137650786 CPUtime=0.21 cores=1,3,5,7
/proc/10833/task/10835/stat : 10835 (java) R 10830 10833 17093 0 -1 4202560 5846 0 0 0 20 1 0 0 20 0 15 0 66859062 10804383744 9953 18446744073709551615 4194304 4196468 140721107387888 140161984494064 140161980280214 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 15142912 140721107394965 140721107395118 140721107395118 140721107398607 0
[pid=10833/tid=10836] ppid=10830 vsize=10551156 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/10833/task/10836/stat : 10836 (java) S 10830 10833 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66859062 10804383744 9953 18446744073709551615 4194304 4196468 140721107387888 140161910688784 140161980278485 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15142912 140721107394965 140721107395118 140721107395118 140721107398607 0
[pid=10833/tid=10837] ppid=10830 vsize=10551156 memory=6656426216303648864 CPUtime=0 cores=1,3,5,7
/proc/10833/task/10837/stat : 10837 (java) S 10830 10833 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 66859062 10804383744 9953 18446744073709551615 4194304 4196468 140721107387888 140161909636240 140161980278485 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15142912 140721107394965 140721107395118 140721107395118 140721107398607 0
[pid=10833/tid=10838] ppid=10830 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10833/task/10838/stat : 10838 (java) S 10830 10833 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66859062 10804383744 9953 18446744073709551615 4194304 4196468 140721107387888 140161908583184 140161980278485 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15142912 140721107394965 140721107395118 140721107395118 140721107398607 0
[pid=10833/tid=10839] ppid=10830 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10833/task/10839/stat : 10839 (java) S 10830 10833 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 66859062 10804383744 9953 18446744073709551615 4194304 4196468 140721107387888 140161907530640 140161980278485 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15142912 140721107394965 140721107395118 140721107395118 140721107398607 0
[pid=10833/tid=10840] ppid=10830 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10833/task/10840/stat : 10840 (java) S 10830 10833 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 66859064 10804383744 9953 18446744073709551615 4194304 4196468 140721107387888 140161476294896 140161980279426 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15142912 140721107394965 140721107395118 140721107395118 140721107398607 0
[pid=10833/tid=10841] ppid=10830 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10833/task/10841/stat : 10841 (java) S 10830 10833 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 66859064 10804383744 9953 18446744073709551615 4194304 4196468 140721107387888 140161475241120 140161980278485 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15142912 140721107394965 140721107395118 140721107395118 140721107398607 0
[pid=10833/tid=10842] ppid=10830 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10833/task/10842/stat : 10842 (java) S 10830 10833 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 66859064 10804383744 9953 18446744073709551615 4194304 4196468 140721107387888 140161474188016 140161980278485 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15142912 140721107394965 140721107395118 140721107395118 140721107398607 0
[pid=10833/tid=10843] ppid=10830 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10833/task/10843/stat : 10843 (java) S 10830 10833 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66859067 10804383744 9953 18446744073709551615 4194304 4196468 140721107387888 140161473136592 140161980286875 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15142912 140721107394965 140721107395118 140721107395118 140721107398607 0
[pid=10833/tid=10844] ppid=10830 vsize=10551156 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/10833/task/10844/stat : 10844 (java) R 10830 10833 17093 0 -1 4202560 88 0 0 0 1 0 0 0 20 0 15 0 66859067 10804383744 9953 18446744073709551615 4194304 4196468 140721107387888 140161472084720 140161973253321 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15142912 140721107394965 140721107395118 140721107395118 140721107398607 0
[pid=10833/tid=10845] ppid=10830 vsize=10551156 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/10833/task/10845/stat : 10845 (java) S 10830 10833 17093 0 -1 1077944384 470 0 0 0 1 0 0 0 20 0 15 0 66859067 10804383744 9953 18446744073709551615 4194304 4196468 140721107387888 140161471032176 140161980279426 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15142912 140721107394965 140721107395118 140721107395118 140721107398607 0
[pid=10833/tid=10846] ppid=10830 vsize=10551156 memory=0 CPUtime=0.06 cores=1,3,5,7
/proc/10833/task/10846/stat : 10846 (java) S 10830 10833 17093 0 -1 1077944384 910 0 0 0 6 0 0 0 20 0 15 0 66859067 10804383744 9953 18446744073709551615 4194304 4196468 140721107387888 140161469979120 140161980279426 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15142912 140721107394965 140721107395118 140721107395118 140721107398607 0
[pid=10833/tid=10847] ppid=10830 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10833/task/10847/stat : 10847 (java) S 10830 10833 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66859067 10804383744 9953 18446744073709551615 4194304 4196468 140721107387888 140161468926816 140161980278485 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15142912 140721107394965 140721107395118 140721107395118 140721107398607 0
[pid=10833/tid=10848] ppid=10830 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10833/task/10848/stat : 10848 (java) S 10830 10833 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66859070 10804383744 9953 18446744073709551615 4194304 4196468 140721107387888 140161467873840 140161980279426 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15142912 140721107394965 140721107395118 140721107395118 140721107398607 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 39812 KiB

[startup+0.701002 s]
/proc/loadavg: 6.07 4.56 3.82 9/209 10848
/proc/meminfo: memFree=23400524/32770624 swapFree=67108860/67108860
[pid=10833] ppid=10830 vsize=10551232 memory=320340 CPUtime=1.27 cores=1,3,5,7
/proc/10833/stat : 10833 (java) S 10830 10833 17093 0 -1 1077944320 11189 0 0 0 114 13 0 0 20 0 15 0 66859056 10804461568 80085 18446744073709551615 4194304 4196468 140721107387888 140721107370432 140161980268279 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 5 0 0 6293624 6294260 15142912 140721107394965 140721107395118 140721107395118 140721107398607 0
/proc/10833/statm: 2637808 80085 3073 1 0 2627261 0
[pid=10833/tid=10835] ppid=10830 vsize=10551232 memory=37680 CPUtime=0.53 cores=1,3,5,7
/proc/10833/task/10835/stat : 10835 (java) R 10830 10833 17093 0 -1 4202560 7023 0 0 0 49 4 0 0 20 0 15 0 66859062 10804461568 80085 18446744073709551615 4194304 4196468 140721107387888 140161984486048 140161980280214 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 15142912 140721107394965 140721107395118 140721107395118 140721107398607 0
[pid=10833/tid=10836] ppid=10830 vsize=10551232 memory=1296 CPUtime=0.04 cores=1,3,5,7
/proc/10833/task/10836/stat : 10836 (java) S 10830 10833 17093 0 -1 1077944384 105 0 0 0 3 1 0 0 20 0 15 0 66859062 10804461568 80085 18446744073709551615 4194304 4196468 140721107387888 140161910688784 140161980278485 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15142912 140721107394965 140721107395118 140721107395118 140721107398607 0
[pid=10833/tid=10837] ppid=10830 vsize=10551232 memory=33 CPUtime=0.04 cores=1,3,5,7
/proc/10833/task/10837/stat : 10837 (java) S 10830 10833 17093 0 -1 1077944384 105 0 0 0 3 1 0 0 20 0 15 0 66859062 10804461568 80085 18446744073709551615 4194304 4196468 140721107387888 140161909636240 140161980278485 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15142912 140721107394965 140721107395118 140721107395118 140721107398607 0
[pid=10833/tid=10838] ppid=10830 vsize=10551232 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/10833/task/10838/stat : 10838 (java) S 10830 10833 17093 0 -1 1077944384 111 0 0 0 3 1 0 0 20 0 15 0 66859062 10804461568 80085 18446744073709551615 4194304 4196468 140721107387888 140161908583184 140161980278485 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15142912 140721107394965 140721107395118 140721107395118 140721107398607 0
[pid=10833/tid=10839] ppid=10830 vsize=10551232 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/10833/task/10839/stat : 10839 (java) S 10830 10833 17093 0 -1 1077944384 110 0 0 0 3 1 0 0 20 0 15 0 66859062 10804461568 80085 18446744073709551615 4194304 4196468 140721107387888 140161907530640 140161980278485 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15142912 140721107394965 140721107395118 140721107395118 140721107398607 0
[pid=10833/tid=10840] ppid=10830 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10833/task/10840/stat : 10840 (java) S 10830 10833 17093 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 66859064 10804461568 80085 18446744073709551615 4194304 4196468 140721107387888 140161476294896 140161980279426 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15142912 140721107394965 140721107395118 140721107395118 140721107398607 0
[pid=10833/tid=10841] ppid=10830 vsize=10551232 memory=4028 CPUtime=0 cores=1,3,5,7
/proc/10833/task/10841/stat : 10841 (java) S 10830 10833 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 66859064 10804461568 80085 18446744073709551615 4194304 4196468 140721107387888 140161475241120 140161980278485 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15142912 140721107394965 140721107395118 140721107395118 140721107398607 0
[pid=10833/tid=10842] ppid=10830 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10833/task/10842/stat : 10842 (java) S 10830 10833 17093 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 66859064 10804461568 80085 18446744073709551615 4194304 4196468 140721107387888 140161474188016 140161980278485 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15142912 140721107394965 140721107395118 140721107395118 140721107398607 0
[pid=10833/tid=10843] ppid=10830 vsize=10551232 memory=139660928602192 CPUtime=0 cores=1,3,5,7
/proc/10833/task/10843/stat : 10843 (java) S 10830 10833 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66859067 10804461568 80085 18446744073709551615 4194304 4196468 140721107387888 140161473136592 140161980286875 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15142912 140721107394965 140721107395118 140721107395118 140721107398607 0
[pid=10833/tid=10844] ppid=10830 vsize=10551232 memory=0 CPUtime=0.14 cores=1,3,5,7
/proc/10833/task/10844/stat : 10844 (java) S 10830 10833 17093 0 -1 1077944384 302 0 0 0 14 0 0 0 20 0 15 0 66859067 10804461568 80085 18446744073709551615 4194304 4196468 140721107387888 140161472084720 140161980279426 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15142912 140721107394965 140721107395118 140721107395118 140721107398607 0
[pid=10833/tid=10845] ppid=10830 vsize=10551232 memory=0 CPUtime=0.15 cores=1,3,5,7
/proc/10833/task/10845/stat : 10845 (java) S 10830 10833 17093 0 -1 1077944384 841 0 0 0 15 0 0 0 20 0 15 0 66859067 10804461568 80085 18446744073709551615 4194304 4196468 140721107387888 140161471032176 140161980279426 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15142912 140721107394965 140721107395118 140721107395118 140721107398607 0
[pid=10833/tid=10846] ppid=10830 vsize=10551232 memory=0 CPUtime=0.2 cores=1,3,5,7
/proc/10833/task/10846/stat : 10846 (java) R 10830 10833 17093 0 -1 4202560 1151 0 0 0 20 0 0 0 20 0 15 0 66859067 10804461568 80085 18446744073709551615 4194304 4196468 140721107387888 140161469979120 140161958929521 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15142912 140721107394965 140721107395118 140721107395118 140721107398607 0
[pid=10833/tid=10847] ppid=10830 vsize=10551232 memory=7809523229951467576 CPUtime=0 cores=1,3,5,7
/proc/10833/task/10847/stat : 10847 (java) S 10830 10833 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66859067 10804461568 80085 18446744073709551615 4194304 4196468 140721107387888 140161468926816 140161980278485 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15142912 140721107394965 140721107395118 140721107395118 140721107398607 0
[pid=10833/tid=10848] ppid=10830 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10833/task/10848/stat : 10848 (java) S 10830 10833 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66859070 10804461568 80085 18446744073709551615 4194304 4196468 140721107387888 140161467873840 140161980279426 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15142912 140721107394965 140721107395118 140721107395118 140721107398607 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 320340 KiB

[startup+1.50086 s]
/proc/loadavg: 6.07 4.56 3.82 5/209 10848
/proc/meminfo: memFree=23094748/32770624 swapFree=67108860/67108860
[pid=10833] ppid=10830 vsize=10551232 memory=556796 CPUtime=3.32 cores=1,3,5,7
/proc/10833/stat : 10833 (java) S 10830 10833 17093 0 -1 1077944320 13282 0 0 0 294 38 0 0 20 0 15 0 66859056 10804461568 139199 18446744073709551615 4194304 4196468 140721107387888 140721107370432 140161980268279 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 5 0 0 6293624 6294260 15142912 140721107394965 140721107395118 140721107395118 140721107398607 0
/proc/10833/statm: 2637808 139199 3086 1 0 2627261 0
[pid=10833/tid=10835] ppid=10830 vsize=10551232 memory=7308586179480281939 CPUtime=1.08 cores=1,3,5,7
/proc/10833/task/10835/stat : 10835 (java) R 10830 10833 17093 0 -1 4202560 7042 0 0 0 103 5 0 0 20 0 15 0 66859062 10804461568 139199 18446744073709551615 4194304 4196468 140721107387888 140161984501824 140161580002801 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 15142912 140721107394965 140721107395118 140721107395118 140721107398607 0
[pid=10833/tid=10836] ppid=10830 vsize=10551232 memory=0 CPUtime=0.28 cores=1,3,5,7
/proc/10833/task/10836/stat : 10836 (java) S 10830 10833 17093 0 -1 1077944384 263 0 0 0 21 7 0 0 20 0 15 0 66859062 10804461568 139199 18446744073709551615 4194304 4196468 140721107387888 140161910688784 140161980278485 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15142912 140721107394965 140721107395118 140721107395118 140721107398607 0
[pid=10833/tid=10837] ppid=10830 vsize=10551232 memory=0 CPUtime=0.27 cores=1,3,5,7
/proc/10833/task/10837/stat : 10837 (java) S 10830 10833 17093 0 -1 1077944384 270 0 0 0 20 7 0 0 20 0 15 0 66859062 10804461568 139199 18446744073709551615 4194304 4196468 140721107387888 140161909636240 140161980278485 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15142912 140721107394965 140721107395118 140721107395118 140721107398607 0
[pid=10833/tid=10838] ppid=10830 vsize=10551232 memory=0 CPUtime=0.29 cores=1,3,5,7
/proc/10833/task/10838/stat : 10838 (java) S 10830 10833 17093 0 -1 1077944384 272 0 0 0 22 7 0 0 20 0 15 0 66859062 10804461568 139199 18446744073709551615 4194304 4196468 140721107387888 140161908583184 140161980278485 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15142912 140721107394965 140721107395118 140721107395118 140721107398607 0
[pid=10833/tid=10839] ppid=10830 vsize=10551232 memory=0 CPUtime=0.27 cores=1,3,5,7
/proc/10833/task/10839/stat : 10839 (java) S 10830 10833 17093 0 -1 1077944384 292 0 0 0 20 7 0 0 20 0 15 0 66859062 10804461568 139199 18446744073709551615 4194304 4196468 140721107387888 140161907530640 140161980278485 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15142912 140721107394965 140721107395118 140721107395118 140721107398607 0
[pid=10833/tid=10840] ppid=10830 vsize=10551232 memory=279321856006368 CPUtime=0 cores=1,3,5,7
/proc/10833/task/10840/stat : 10840 (java) S 10830 10833 17093 0 -1 1077944384 210 0 0 0 0 0 0 0 20 0 15 0 66859064 10804461568 139199 18446744073709551615 4194304 4196468 140721107387888 140161476294896 140161980279426 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15142912 140721107394965 140721107395118 140721107395118 140721107398607 0
[pid=10833/tid=10841] ppid=10830 vsize=10551232 memory=288230621803970871 CPUtime=0 cores=1,3,5,7
/proc/10833/task/10841/stat : 10841 (java) S 10830 10833 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 66859064 10804461568 139199 18446744073709551615 4194304 4196468 140721107387888 140161475241184 140161980278485 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15142912 140721107394965 140721107395118 140721107395118 140721107398607 0
[pid=10833/tid=10842] ppid=10830 vsize=10551232 memory=13563795322702378 CPUtime=0 cores=1,3,5,7
/proc/10833/task/10842/stat : 10842 (java) S 10830 10833 17093 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 66859064 10804461568 139199 18446744073709551615 4194304 4196468 140721107387888 140161474188032 140161980278485 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15142912 140721107394965 140721107395118 140721107395118 140721107398607 0

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


[startup+87.7578 s]
# the end of solver process 10833 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=253.542 s, system=6.56574 s

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

[startup+86.4021 s]
/proc/loadavg: 5.91 4.90 4.00 6/209 10925
/proc/meminfo: memFree=15490820/32770624 swapFree=67108860/67108860
[pid=10833] ppid=10830 vsize=10551232 memory=8053460 CPUtime=254.87 cores=1,3,5,7
/proc/10833/stat : 10833 (java) S 10830 10833 17093 0 -1 1077944320 314986 0 0 0 24836 651 0 0 20 0 15 0 66859056 10804461568 2013365 18446744073709551615 4194304 4196468 140721107387888 140721107370432 140161980268279 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 5 0 0 6293624 6294260 15142912 140721107394965 140721107395118 140721107395118 140721107398607 0
/proc/10833/statm: 2637808 2013365 3107 1 0 2627261 0
[pid=10833/tid=10835] ppid=10830 vsize=10551232 memory=8053444 CPUtime=13.27 cores=1,3,5,7
/proc/10833/task/10835/stat : 10835 (java) S 10830 10833 17093 0 -1 1077944384 17717 0 0 0 1314 13 0 0 20 0 15 0 66859062 10804461568 2013365 18446744073709551615 4194304 4196468 140721107387888 140161984505040 140161980278485 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 15142912 140721107394965 140721107395118 140721107395118 140721107398607 0
[pid=10833/tid=10836] ppid=10830 vsize=10551232 memory=8053444 CPUtime=56.14 cores=1,3,5,7
/proc/10833/task/10836/stat : 10836 (java) R 10830 10833 17093 0 -1 4202560 49442 0 0 0 5460 154 0 0 20 0 15 0 66859062 10804461568 2013365 18446744073709551615 4194304 4196468 140721107387888 140161910688984 140161965218884 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 15142912 140721107394965 140721107395118 140721107395118 140721107398607 0
[pid=10833/tid=10837] ppid=10830 vsize=10551232 memory=1732 CPUtime=55.87 cores=1,3,5,7
/proc/10833/task/10837/stat : 10837 (java) R 10830 10833 17093 0 -1 4202560 89396 0 0 0 5418 169 0 0 20 0 15 0 66859062 10804461568 2013365 18446744073709551615 4194304 4196468 140721107387888 140161909636440 140161965219406 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15142912 140721107394965 140721107395118 140721107395118 140721107398607 0
[pid=10833/tid=10838] ppid=10830 vsize=10551232 memory=4028 CPUtime=55.94 cores=1,3,5,7
/proc/10833/task/10838/stat : 10838 (java) R 10830 10833 17093 0 -1 4202560 63494 0 0 0 5450 144 0 0 20 0 15 0 66859062 10804461568 2013365 18446744073709551615 4194304 4196468 140721107387888 140161908583384 140161965219362 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15142912 140721107394965 140721107395118 140721107395118 140721107398607 0
[pid=10833/tid=10839] ppid=10830 vsize=10551232 memory=37680 CPUtime=55.8 cores=1,3,5,7
/proc/10833/task/10839/stat : 10839 (java) R 10830 10833 17093 0 -1 4202560 64590 0 0 0 5414 166 0 0 20 0 15 0 66859062 10804461568 2013365 18446744073709551615 4194304 4196468 140721107387888 140161907530224 140161972896487 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15142912 140721107394965 140721107395118 140721107395118 140721107398607 0
[pid=10833/tid=10840] ppid=10830 vsize=10551232 memory=4580 CPUtime=16.49 cores=1,3,5,7
/proc/10833/task/10840/stat : 10840 (java) S 10830 10833 17093 0 -1 1077944384 22715 0 0 0 1648 1 0 0 20 0 15 0 66859064 10804461568 2013365 18446744073709551615 4194304 4196468 140721107387888 140161476293216 140161980278485 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15142912 140721107394965 140721107395118 140721107395118 140721107398607 0
[pid=10833/tid=10841] ppid=10830 vsize=10551232 memory=8053444 CPUtime=0 cores=1,3,5,7
/proc/10833/task/10841/stat : 10841 (java) S 10830 10833 17093 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 15 0 66859064 10804461568 2013365 18446744073709551615 4194304 4196468 140721107387888 140161475241184 140161980278485 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15142912 140721107394965 140721107395118 140721107395118 140721107398607 0
[pid=10833/tid=10842] ppid=10830 vsize=10551232 memory=1788 CPUtime=0 cores=1,3,5,7
/proc/10833/task/10842/stat : 10842 (java) S 10830 10833 17093 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 15 0 66859064 10804461568 2013365 18446744073709551615 4194304 4196468 140721107387888 140161474188032 140161980278485 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15142912 140721107394965 140721107395118 140721107395118 140721107398607 0
[pid=10833/tid=10843] ppid=10830 vsize=10551232 memory=640 CPUtime=0 cores=1,3,5,7
/proc/10833/task/10843/stat : 10843 (java) S 10830 10833 17093 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 15 0 66859067 10804461568 2013365 18446744073709551615 4194304 4196468 140721107387888 140161473136240 140161980278485 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15142912 140721107394965 140721107395118 140721107395118 140721107398607 0
[pid=10833/tid=10844] ppid=10830 vsize=10551232 memory=960 CPUtime=0.53 cores=1,3,5,7
/proc/10833/task/10844/stat : 10844 (java) S 10830 10833 17093 0 -1 1077944384 2291 0 0 0 53 0 0 0 20 0 15 0 66859067 10804461568 2013365 18446744073709551615 4194304 4196468 140721107387888 140161472084720 140161980279426 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15142912 140721107394965 140721107395118 140721107395118 140721107398607 0
[pid=10833/tid=10845] ppid=10830 vsize=10551232 memory=8053452 CPUtime=0.45 cores=1,3,5,7
/proc/10833/task/10845/stat : 10845 (java) S 10830 10833 17093 0 -1 1077944384 1552 0 0 0 45 0 0 0 20 0 15 0 66859067 10804461568 2013365 18446744073709551615 4194304 4196468 140721107387888 140161471032176 140161980279426 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15142912 140721107394965 140721107395118 140721107395118 140721107398607 0
[pid=10833/tid=10846] ppid=10830 vsize=10551232 memory=-8774313645642428999 CPUtime=0.25 cores=1,3,5,7
/proc/10833/task/10846/stat : 10846 (java) S 10830 10833 17093 0 -1 1077944384 1989 0 0 0 25 0 0 0 20 0 15 0 66859067 10804461568 2013365 18446744073709551615 4194304 4196468 140721107387888 140161469979120 140161980279426 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15142912 140721107394965 140721107395118 140721107395118 140721107398607 0
[pid=10833/tid=10847] ppid=10830 vsize=10551232 memory=1296 CPUtime=0 cores=1,3,5,7
/proc/10833/task/10847/stat : 10847 (java) S 10830 10833 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66859067 10804461568 2013365 18446744073709551615 4194304 4196468 140721107387888 140161468926816 140161980278485 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15142912 140721107394965 140721107395118 140721107395118 140721107398607 0
[pid=10833/tid=10848] ppid=10830 vsize=10551232 memory=2420 CPUtime=0.04 cores=1,3,5,7
/proc/10833/task/10848/stat : 10848 (java) S 10830 10833 17093 0 -1 1077944384 388 0 0 0 2 2 0 0 20 0 15 0 66859070 10804461568 2013365 18446744073709551615 4194304 4196468 140721107387888 140161467873840 140161980279426 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15142912 140721107394965 140721107395118 140721107395118 140721107398607 0
Current children cumulated CPU time: 254.87 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 8053460 KiB

[startup+87.2011 s]
/proc/loadavg: 5.91 4.90 4.00 6/209 10925
/proc/meminfo: memFree=15490820/32770624 swapFree=67108860/67108860
[pid=10833] ppid=10830 vsize=10551232 memory=8053460 CPUtime=258.03 cores=1,3,5,7
/proc/10833/stat : 10833 (java) S 10830 10833 17093 0 -1 1077944320 314988 0 0 0 25152 651 0 0 20 0 15 0 66859056 10804461568 2013365 18446744073709551615 4194304 4196468 140721107387888 140721107370432 140161980268279 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 5 0 0 6293624 6294260 15142912 140721107394965 140721107395118 140721107395118 140721107398607 0
/proc/10833/statm: 2637808 2013365 3107 1 0 2627261 0
[pid=10833/tid=10835] ppid=10830 vsize=10551232 memory=1992 CPUtime=13.27 cores=1,3,5,7
/proc/10833/task/10835/stat : 10835 (java) S 10830 10833 17093 0 -1 1077944384 17717 0 0 0 1314 13 0 0 20 0 15 0 66859062 10804461568 2013365 18446744073709551615 4194304 4196468 140721107387888 140161984505040 140161980278485 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 15142912 140721107394965 140721107395118 140721107395118 140721107398607 0
[pid=10833/tid=10836] ppid=10830 vsize=10551232 memory=1204 CPUtime=56.93 cores=1,3,5,7
/proc/10833/task/10836/stat : 10836 (java) R 10830 10833 17093 0 -1 4202560 49442 0 0 0 5539 154 0 0 20 0 15 0 66859062 10804461568 2013365 18446744073709551615 4194304 4196468 140721107387888 140161910688984 140161964966054 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 15142912 140721107394965 140721107395118 140721107395118 140721107398607 0
[pid=10833/tid=10837] ppid=10830 vsize=10551232 memory=-8774313645642428999 CPUtime=56.67 cores=1,3,5,7
/proc/10833/task/10837/stat : 10837 (java) R 10830 10833 17093 0 -1 4202560 89397 0 0 0 5498 169 0 0 20 0 15 0 66859062 10804461568 2013365 18446744073709551615 4194304 4196468 140721107387888 140161909636440 140161965219406 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15142912 140721107394965 140721107395118 140721107395118 140721107398607 0
[pid=10833/tid=10838] ppid=10830 vsize=10551232 memory=2420 CPUtime=56.74 cores=1,3,5,7
/proc/10833/task/10838/stat : 10838 (java) R 10830 10833 17093 0 -1 4202560 63495 0 0 0 5530 144 0 0 20 0 15 0 66859062 10804461568 2013365 18446744073709551615 4194304 4196468 140721107387888 140161908583384 140161961864827 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15142912 140721107394965 140721107395118 140721107395118 140721107398607 0
[pid=10833/tid=10839] ppid=10830 vsize=10551232 memory=1296 CPUtime=56.57 cores=1,3,5,7
/proc/10833/task/10839/stat : 10839 (java) R 10830 10833 17093 0 -1 4202560 64590 0 0 0 5491 166 0 0 20 0 15 0 66859062 10804461568 2013365 18446744073709551615 4194304 4196468 140721107387888 140161907530536 140161972896487 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15142912 140721107394965 140721107395118 140721107395118 140721107398607 0
[pid=10833/tid=10840] ppid=10830 vsize=10551232 memory=2420 CPUtime=16.49 cores=1,3,5,7
/proc/10833/task/10840/stat : 10840 (java) S 10830 10833 17093 0 -1 1077944384 22715 0 0 0 1648 1 0 0 20 0 15 0 66859064 10804461568 2013365 18446744073709551615 4194304 4196468 140721107387888 140161476293216 140161980278485 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15142912 140721107394965 140721107395118 140721107395118 140721107398607 0
[pid=10833/tid=10841] ppid=10830 vsize=10551232 memory=1732 CPUtime=0 cores=1,3,5,7
/proc/10833/task/10841/stat : 10841 (java) S 10830 10833 17093 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 15 0 66859064 10804461568 2013365 18446744073709551615 4194304 4196468 140721107387888 140161475241184 140161980278485 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15142912 140721107394965 140721107395118 140721107395118 140721107398607 0
[pid=10833/tid=10842] ppid=10830 vsize=10551232 memory=5788 CPUtime=0 cores=1,3,5,7
/proc/10833/task/10842/stat : 10842 (java) S 10830 10833 17093 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 15 0 66859064 10804461568 2013365 18446744073709551615 4194304 4196468 140721107387888 140161474188032 140161980278485 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15142912 140721107394965 140721107395118 140721107395118 140721107398607 0
[pid=10833/tid=10843] ppid=10830 vsize=10551232 memory=4612 CPUtime=0 cores=1,3,5,7
/proc/10833/task/10843/stat : 10843 (java) S 10830 10833 17093 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 15 0 66859067 10804461568 2013365 18446744073709551615 4194304 4196468 140721107387888 140161473136240 140161980278485 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15142912 140721107394965 140721107395118 140721107395118 140721107398607 0
[pid=10833/tid=10844] ppid=10830 vsize=10551232 memory=1708 CPUtime=0.53 cores=1,3,5,7
/proc/10833/task/10844/stat : 10844 (java) S 10830 10833 17093 0 -1 1077944384 2291 0 0 0 53 0 0 0 20 0 15 0 66859067 10804461568 2013365 18446744073709551615 4194304 4196468 140721107387888 140161472084720 140161980279426 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15142912 140721107394965 140721107395118 140721107395118 140721107398607 0
[pid=10833/tid=10845] ppid=10830 vsize=10551232 memory=1444 CPUtime=0.45 cores=1,3,5,7
/proc/10833/task/10845/stat : 10845 (java) S 10830 10833 17093 0 -1 1077944384 1552 0 0 0 45 0 0 0 20 0 15 0 66859067 10804461568 2013365 18446744073709551615 4194304 4196468 140721107387888 140161471032176 140161980279426 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15142912 140721107394965 140721107395118 140721107395118 140721107398607 0
[pid=10833/tid=10846] ppid=10830 vsize=10551232 memory=1228 CPUtime=0.25 cores=1,3,5,7
/proc/10833/task/10846/stat : 10846 (java) S 10830 10833 17093 0 -1 1077944384 1989 0 0 0 25 0 0 0 20 0 15 0 66859067 10804461568 2013365 18446744073709551615 4194304 4196468 140721107387888 140161469979120 140161980279426 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15142912 140721107394965 140721107395118 140721107395118 140721107398607 0
[pid=10833/tid=10847] ppid=10830 vsize=10551232 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10833/task/10847/stat : 10847 (java) S 10830 10833 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66859067 10804461568 2013365 18446744073709551615 4194304 4196468 140721107387888 140161468926816 140161980278485 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15142912 140721107394965 140721107395118 140721107395118 140721107398607 0
[pid=10833/tid=10848] ppid=10830 vsize=10551232 memory=3472328279047811153 CPUtime=0.04 cores=1,3,5,7
/proc/10833/task/10848/stat : 10848 (java) S 10830 10833 17093 0 -1 1077944384 388 0 0 0 2 2 0 0 20 0 15 0 66859070 10804461568 2013365 18446744073709551615 4194304 4196468 140721107387888 140161467873840 140161980279426 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15142912 140721107394965 140721107395118 140721107395118 140721107398607 0
Current children cumulated CPU time: 258.03 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 8053460 KiB

[startup+87.6011 s]
/proc/loadavg: 5.91 4.90 4.00 6/209 10925
/proc/meminfo: memFree=15490820/32770624 swapFree=67108860/67108860
[pid=10833] ppid=10830 vsize=10551232 memory=8053460 CPUtime=259.61 cores=1,3,5,7
/proc/10833/stat : 10833 (java) S 10830 10833 17093 0 -1 1077944320 314989 0 0 0 25310 651 0 0 20 0 15 0 66859056 10804461568 2013365 18446744073709551615 4194304 4196468 140721107387888 140721107370432 140161980268279 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 5 0 0 6293624 6294260 15142912 140721107394965 140721107395118 140721107395118 140721107398607 0
/proc/10833/statm: 2637808 2013365 3107 1 0 2627261 0
[pid=10833/tid=10835] ppid=10830 vsize=10551232 memory=4028 CPUtime=13.27 cores=1,3,5,7
/proc/10833/task/10835/stat : 10835 (java) S 10830 10833 17093 0 -1 1077944384 17717 0 0 0 1314 13 0 0 20 0 15 0 66859062 10804461568 2013365 18446744073709551615 4194304 4196468 140721107387888 140161984505040 140161980278485 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 15142912 140721107394965 140721107395118 140721107395118 140721107398607 0
[pid=10833/tid=10836] ppid=10830 vsize=10551232 memory=-8774313645642428999 CPUtime=57.33 cores=1,3,5,7
/proc/10833/task/10836/stat : 10836 (java) R 10830 10833 17093 0 -1 4202560 49442 0 0 0 5579 154 0 0 20 0 15 0 66859062 10804461568 2013365 18446744073709551615 4194304 4196468 140721107387888 140161910688984 140161964966054 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 15142912 140721107394965 140721107395118 140721107395118 140721107398607 0
[pid=10833/tid=10837] ppid=10830 vsize=10551232 memory=5788 CPUtime=57.07 cores=1,3,5,7
/proc/10833/task/10837/stat : 10837 (java) R 10830 10833 17093 0 -1 4202560 89397 0 0 0 5538 169 0 0 20 0 15 0 66859062 10804461568 2013365 18446744073709551615 4194304 4196468 140721107387888 140161909636440 140161965253575 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15142912 140721107394965 140721107395118 140721107395118 140721107398607 0
[pid=10833/tid=10838] ppid=10830 vsize=10551232 memory=4612 CPUtime=57.14 cores=1,3,5,7
/proc/10833/task/10838/stat : 10838 (java) R 10830 10833 17093 0 -1 4202560 63496 0 0 0 5570 144 0 0 20 0 15 0 66859062 10804461568 2013365 18446744073709551615 4194304 4196468 140721107387888 140161908583384 140161965253316 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15142912 140721107394965 140721107395118 140721107395118 140721107398607 0
[pid=10833/tid=10839] ppid=10830 vsize=10551232 memory=1708 CPUtime=56.95 cores=1,3,5,7
/proc/10833/task/10839/stat : 10839 (java) R 10830 10833 17093 0 -1 4202560 64590 0 0 0 5529 166 0 0 20 0 15 0 66859062 10804461568 2013365 18446744073709551615 4194304 4196468 140721107387888 140161907530536 140161972896487 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15142912 140721107394965 140721107395118 140721107395118 140721107398607 0
[pid=10833/tid=10840] ppid=10830 vsize=10551232 memory=1444 CPUtime=16.49 cores=1,3,5,7
/proc/10833/task/10840/stat : 10840 (java) S 10830 10833 17093 0 -1 1077944384 22715 0 0 0 1648 1 0 0 20 0 15 0 66859064 10804461568 2013365 18446744073709551615 4194304 4196468 140721107387888 140161476293216 140161980278485 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15142912 140721107394965 140721107395118 140721107395118 140721107398607 0
[pid=10833/tid=10841] ppid=10830 vsize=10551232 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/10833/task/10841/stat : 10841 (java) S 10830 10833 17093 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 15 0 66859064 10804461568 2013365 18446744073709551615 4194304 4196468 140721107387888 140161475241184 140161980278485 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15142912 140721107394965 140721107395118 140721107395118 140721107398607 0
[pid=10833/tid=10842] ppid=10830 vsize=10551232 memory=12200 CPUtime=0 cores=1,3,5,7
/proc/10833/task/10842/stat : 10842 (java) S 10830 10833 17093 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 15 0 66859064 10804461568 2013365 18446744073709551615 4194304 4196468 140721107387888 140161474188032 140161980278485 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15142912 140721107394965 140721107395118 140721107395118 140721107398607 0
[pid=10833/tid=10843] ppid=10830 vsize=10551232 memory=1992 CPUtime=0 cores=1,3,5,7
/proc/10833/task/10843/stat : 10843 (java) S 10830 10833 17093 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 15 0 66859067 10804461568 2013365 18446744073709551615 4194304 4196468 140721107387888 140161473136240 140161980278485 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15142912 140721107394965 140721107395118 140721107395118 140721107398607 0
[pid=10833/tid=10844] ppid=10830 vsize=10551232 memory=1204 CPUtime=0.53 cores=1,3,5,7
/proc/10833/task/10844/stat : 10844 (java) S 10830 10833 17093 0 -1 1077944384 2291 0 0 0 53 0 0 0 20 0 15 0 66859067 10804461568 2013365 18446744073709551615 4194304 4196468 140721107387888 140161472084720 140161980279426 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15142912 140721107394965 140721107395118 140721107395118 140721107398607 0
[pid=10833/tid=10845] ppid=10830 vsize=10551232 memory=1000 CPUtime=0.45 cores=1,3,5,7
/proc/10833/task/10845/stat : 10845 (java) S 10830 10833 17093 0 -1 1077944384 1552 0 0 0 45 0 0 0 20 0 15 0 66859067 10804461568 2013365 18446744073709551615 4194304 4196468 140721107387888 140161471032176 140161980279426 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15142912 140721107394965 140721107395118 140721107395118 140721107398607 0
[pid=10833/tid=10846] ppid=10830 vsize=10551232 memory=796 CPUtime=0.25 cores=1,3,5,7
/proc/10833/task/10846/stat : 10846 (java) S 10830 10833 17093 0 -1 1077944384 1989 0 0 0 25 0 0 0 20 0 15 0 66859067 10804461568 2013365 18446744073709551615 4194304 4196468 140721107387888 140161469979120 140161980279426 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15142912 140721107394965 140721107395118 140721107395118 140721107398607 0
[pid=10833/tid=10847] ppid=10830 vsize=10551232 memory=8944 CPUtime=0 cores=1,3,5,7
/proc/10833/task/10847/stat : 10847 (java) S 10830 10833 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66859067 10804461568 2013365 18446744073709551615 4194304 4196468 140721107387888 140161468926816 140161980278485 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15142912 140721107394965 140721107395118 140721107395118 140721107398607 0
[pid=10833/tid=10848] ppid=10830 vsize=10551232 memory=15876 CPUtime=0.04 cores=1,3,5,7
/proc/10833/task/10848/stat : 10848 (java) S 10830 10833 17093 0 -1 1077944384 388 0 0 0 2 2 0 0 20 0 15 0 66859070 10804461568 2013365 18446744073709551615 4194304 4196468 140721107387888 140161467873840 140161980279426 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15142912 140721107394965 140721107395118 140721107395118 140721107398607 0
Current children cumulated CPU time: 259.61 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 8053460 KiB

[startup+87.7011 s]
/proc/loadavg: 5.91 4.90 4.00 6/209 10925
/proc/meminfo: memFree=15490820/32770624 swapFree=67108860/67108860
[pid=10833] ppid=10830 vsize=10551232 memory=8053460 CPUtime=260.01 cores=1,3,5,7
/proc/10833/stat : 10833 (java) S 10830 10833 17093 0 -1 1077944320 314989 0 0 0 25349 652 0 0 20 0 15 0 66859056 10804461568 2013365 18446744073709551615 4194304 4196468 140721107387888 140721107370432 140161980268279 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 5 0 0 6293624 6294260 15142912 140721107394965 140721107395118 140721107395118 140721107398607 0
/proc/10833/statm: 2637808 2013365 3107 1 0 2627261 0
[pid=10833/tid=10835] ppid=10830 vsize=10551232 memory=8053460 CPUtime=13.27 cores=1,3,5,7
/proc/10833/task/10835/stat : 10835 (java) S 10830 10833 17093 0 -1 1077944384 17717 0 0 0 1314 13 0 0 20 0 15 0 66859062 10804461568 2013365 18446744073709551615 4194304 4196468 140721107387888 140161984505040 140161980278485 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 15142912 140721107394965 140721107395118 140721107395118 140721107398607 0
[pid=10833/tid=10836] ppid=10830 vsize=10551232 memory=8053460 CPUtime=57.42 cores=1,3,5,7
/proc/10833/task/10836/stat : 10836 (java) R 10830 10833 17093 0 -1 4202560 49442 0 0 0 5588 154 0 0 20 0 15 0 66859062 10804461568 2013365 18446744073709551615 4194304 4196468 140721107387888 140161910688984 140161961864198 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 15142912 140721107394965 140721107395118 140721107395118 140721107398607 0
[pid=10833/tid=10837] ppid=10830 vsize=10551232 memory=8053460 CPUtime=57.17 cores=1,3,5,7
/proc/10833/task/10837/stat : 10837 (java) R 10830 10833 17093 0 -1 4202560 89397 0 0 0 5548 169 0 0 20 0 15 0 66859062 10804461568 2013365 18446744073709551615 4194304 4196468 140721107387888 140161909636440 140161965219272 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15142912 140721107394965 140721107395118 140721107395118 140721107398607 0
[pid=10833/tid=10838] ppid=10830 vsize=10551232 memory=8053440 CPUtime=57.24 cores=1,3,5,7
/proc/10833/task/10838/stat : 10838 (java) R 10830 10833 17093 0 -1 4202560 63496 0 0 0 5580 144 0 0 20 0 15 0 66859062 10804461568 2013365 18446744073709551615 4194304 4196468 140721107387888 140161908583384 140161961864666 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15142912 140721107394965 140721107395118 140721107395118 140721107398607 0
[pid=10833/tid=10839] ppid=10830 vsize=10551232 memory=8053444 CPUtime=57.05 cores=1,3,5,7
/proc/10833/task/10839/stat : 10839 (java) R 10830 10833 17093 0 -1 4202560 64590 0 0 0 5539 166 0 0 20 0 15 0 66859062 10804461568 2013365 18446744073709551615 4194304 4196468 140721107387888 140161907530536 140161972896487 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15142912 140721107394965 140721107395118 140721107395118 140721107398607 0
[pid=10833/tid=10840] ppid=10830 vsize=10551232 memory=8053440 CPUtime=16.49 cores=1,3,5,7
/proc/10833/task/10840/stat : 10840 (java) S 10830 10833 17093 0 -1 1077944384 22715 0 0 0 1648 1 0 0 20 0 15 0 66859064 10804461568 2013365 18446744073709551615 4194304 4196468 140721107387888 140161476293216 140161980278485 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15142912 140721107394965 140721107395118 140721107395118 140721107398607 0
[pid=10833/tid=10841] ppid=10830 vsize=10551232 memory=8053460 CPUtime=0 cores=1,3,5,7
/proc/10833/task/10841/stat : 10841 (java) S 10830 10833 17093 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 15 0 66859064 10804461568 2013365 18446744073709551615 4194304 4196468 140721107387888 140161475241184 140161980278485 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15142912 140721107394965 140721107395118 140721107395118 140721107398607 0
[pid=10833/tid=10842] ppid=10830 vsize=10551232 memory=8022632 CPUtime=0 cores=1,3,5,7
/proc/10833/task/10842/stat : 10842 (java) S 10830 10833 17093 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 15 0 66859064 10804461568 2013365 18446744073709551615 4194304 4196468 140721107387888 140161474188032 140161980278485 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15142912 140721107394965 140721107395118 140721107395118 140721107398607 0
[pid=10833/tid=10843] ppid=10830 vsize=10551232 memory=8053444 CPUtime=0 cores=1,3,5,7
/proc/10833/task/10843/stat : 10843 (java) S 10830 10833 17093 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 15 0 66859067 10804461568 2013365 18446744073709551615 4194304 4196468 140721107387888 140161473136240 140161980278485 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15142912 140721107394965 140721107395118 140721107395118 140721107398607 0
[pid=10833/tid=10844] ppid=10830 vsize=10551232 memory=8053444 CPUtime=0.53 cores=1,3,5,7
/proc/10833/task/10844/stat : 10844 (java) S 10830 10833 17093 0 -1 1077944384 2291 0 0 0 53 0 0 0 20 0 15 0 66859067 10804461568 2013365 18446744073709551615 4194304 4196468 140721107387888 140161472084720 140161980279426 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15142912 140721107394965 140721107395118 140721107395118 140721107398607 0
[pid=10833/tid=10845] ppid=10830 vsize=10551232 memory=4028 CPUtime=0.45 cores=1,3,5,7
/proc/10833/task/10845/stat : 10845 (java) S 10830 10833 17093 0 -1 1077944384 1552 0 0 0 45 0 0 0 20 0 15 0 66859067 10804461568 2013365 18446744073709551615 4194304 4196468 140721107387888 140161471032176 140161980279426 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15142912 140721107394965 140721107395118 140721107395118 140721107398607 0
[pid=10833/tid=10846] ppid=10830 vsize=10551232 memory=37680 CPUtime=0.25 cores=1,3,5,7
/proc/10833/task/10846/stat : 10846 (java) S 10830 10833 17093 0 -1 1077944384 1989 0 0 0 25 0 0 0 20 0 15 0 66859067 10804461568 2013365 18446744073709551615 4194304 4196468 140721107387888 140161469979120 140161980279426 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15142912 140721107394965 140721107395118 140721107395118 140721107398607 0
[pid=10833/tid=10847] ppid=10830 vsize=10551232 memory=1732 CPUtime=0 cores=1,3,5,7
/proc/10833/task/10847/stat : 10847 (java) S 10830 10833 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66859067 10804461568 2013365 18446744073709551615 4194304 4196468 140721107387888 140161468926816 140161980278485 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15142912 140721107394965 140721107395118 140721107395118 140721107398607 0
[pid=10833/tid=10848] ppid=10830 vsize=10551232 memory=5788 CPUtime=0.04 cores=1,3,5,7
/proc/10833/task/10848/stat : 10848 (java) S 10830 10833 17093 0 -1 1077944384 388 0 0 0 2 2 0 0 20 0 15 0 66859070 10804461568 2013365 18446744073709551615 4194304 4196468 140721107387888 140161467873840 140161980279426 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15142912 140721107394965 140721107395118 140721107395118 140721107398607 0
Current children cumulated CPU time: 260.01 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 8053460 KiB

Child ended because it received signal 9 (SIGKILL)
Real time (s): 87.7579
CPU time (s): 260.108
CPU user time (s): 253.542
CPU system time (s): 6.56574
CPU usage (%): 296.392
Max. virtual memory (cumulated for all children) (KiB): 10551232
Max. memory (cumulated for all children) (KiB): 8053460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 253.542
system time used= 6.56574
maximum resident set size= 8053744
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 314993
page faults= 0
swaps= 0
block input operations= 0
block output operations= 192
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5753
involuntary context switches= 3482


# summary of solver processes directly reported to runsolver:
#   pid: 10833
#   total CPU time (s): 260.108
#   total CPU user time (s): 253.542
#   total CPU system time (s): 6.56574

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.563097 second user time and 0.857269 second system time

The end

Launcher Data

Begin job on node127 at 2017-08-13 19:36:49
IDJOB=4257998
IDBENCH=126219
IDSOLVER=2643
FILE ID=node127/4257998-1502646657
RUNJOBID= node127-1502642200-6041
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/GolombRuler/GolombRuler-a3-s1/GolombRuler-21-a3.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4257998-1502646657/watcher-4257998-1502646657 -o /tmp/evaluation-result-4257998-1502646657/solver-4257998-1502646657 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node127-1502642200-6041 --watchdog 312  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4257998-1502646657.xml

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

MD5SUM BENCH= 77b850f9bb38d7d923034c01213ab5aa
RANDOM SEED=245521356

node127.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.92
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.92
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.92
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.92
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:        23468248 kB
MemAvailable:   23904992 kB
Buffers:          200608 kB
Cached:           532140 kB
SwapCached:            0 kB
Active:          8650124 kB
Inactive:         213252 kB
Active(anon):    8080196 kB
Inactive(anon):    83872 kB
Active(file):     569928 kB
Inactive(file):   129380 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1672 kB
Writeback:             0 kB
AnonPages:       8130760 kB
Mapped:            58920 kB
Shmem:             33444 kB
Slab:             132452 kB
SReclaimable:     106540 kB
SUnreclaim:        25912 kB
KernelStack:        3488 kB
PageTables:        20560 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8630776 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   8005632 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 62028 MiB
End job on node127 at 2017-08-13 19:38:17