Trace number 4301658

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 2018-07-11? (TO) 260.246 102.666

General information on the benchmark

NameFapp/Fapp-m2s/
Fapp-m2s-07-0600_c18.xml
MD5SUM0ae5362fc8ec35126a2a174beba608b8
Bench CategoryCOP (optimization 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 variables13855
Number of constraints8996
Number of domains202
Minimum domain size1
Maximum domain size151
Distribution of domain sizes[{"size":1,"count":2},{"size":2,"count":4816},{"size":11,"count":4218},{"size":12,"count":1},{"size":21,"count":9},{"size":23,"count":10},{"size":25,"count":44},{"size":29,"count":37},{"size":31,"count":2},{"size":32,"count":3},{"size":33,"count":37},{"size":34,"count":12},{"size":35,"count":9},{"size":36,"count":11},{"size":37,"count":13},{"size":38,"count":8},{"size":39,"count":37},{"size":40,"count":13},{"size":41,"count":28},{"size":42,"count":21},{"size":43,"count":32},{"size":44,"count":30},{"size":45,"count":18},{"size":46,"count":11},{"size":48,"count":13},"...",{"size":119,"count":4}, {"size":120,"count":3}, {"size":121,"count":17}, {"size":123,"count":97}, {"size":125,"count":18}, {"size":126,"count":17}, {"size":127,"count":42}, {"size":128,"count":76}, {"size":130,"count":61}, {"size":131,"count":88}, {"size":132,"count":46}, {"size":133,"count":30}, {"size":135,"count":53}, {"size":136,"count":94}, {"size":137,"count":43}, {"size":138,"count":8}, {"size":139,"count":29}, {"size":141,"count":5}, {"size":143,"count":122}, {"size":144,"count":136}, {"size":145,"count":57}, {"size":147,"count":60}, {"size":148,"count":54}, {"size":150,"count":21}, {"size":151,"count":1165}]
Minimum variable degree2
Maximum variable degree4219
Distribution of variable degrees[{"degree":2,"count":12654},{"degree":3,"count":1},{"degree":4,"count":10},{"degree":5,"count":17},{"degree":6,"count":18},{"degree":7,"count":18},{"degree":8,"count":40},{"degree":9,"count":42},{"degree":10,"count":76},{"degree":11,"count":64},{"degree":12,"count":63},{"degree":13,"count":48},{"degree":14,"count":63},{"degree":15,"count":70},{"degree":16,"count":93},{"degree":17,"count":127},{"degree":18,"count":153},{"degree":19,"count":186},{"degree":20,"count":110},{"degree":21,"count":1},{"degree":4219,"count":1}]
Minimum constraint arity2
Maximum constraint arity6
Distribution of constraint arities[{"arity":2,"count":560},{"arity":3,"count":4218},{"arity":6,"count":4218}]
Number of extensional constraints4218
Number of intensional constraints4778
Distribution of constraint types[{"type":"extension","count":4218},{"type":"intension","count":4778}]
Optimization problemYES
Type of objectivemin SUM

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4301658-1532883498/watcher-4301658-1532883498 -o /tmp/evaluation-result-4301658-1532883498/solver-4301658-1532883498 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node151-1532877021-22035 --watchdog 312 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4301658-1532883498.xml 

running on 4 cores: 0,2,4,6

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=27758, runsolver pid=27755


[startup+0.100059 s]*
/proc/loadavg: 4.62 3.10 2.73 3/215 27773
/proc/meminfo: memFree=19730700/32770624 swapFree=67108860/67108860
[pid=27758] ppid=27755 vsize=10659012 memory=31484 CPUtime=0.13 cores=0,2,4,6
/proc/27758/stat : 27758 (java) S 27755 27758 22004 0 -1 1077944320 6439 0 0 0 11 2 0 0 20 0 15 0 105913073 10914828288 7871 33554432000 4194304 4196468 140731799030848 140731799013392 139810328493815 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 17469440 140731799032950 140731799033102 140731799033102 140731799035855 0
/proc/27758/statm: 2664753 7871 2843 1 0 2627263 0
[pid=27758/tid=27760] ppid=27755 vsize=10659012 memory=-8701690554791923071 CPUtime=0.09 cores=0,2,4,6
/proc/27758/task/27760/stat : 27760 (java) R 27755 27758 22004 0 -1 4202560 4272 0 0 0 8 1 0 0 20 0 15 0 105913074 10914828288 7871 33554432000 4194304 4196468 140731799030848 139810332707808 139810328515741 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17469440 140731799032950 140731799033102 140731799033102 140731799035855 0
[pid=27758/tid=27761] ppid=27755 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27758/task/27761/stat : 27761 (java) S 27755 27758 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105913075 10914828288 7871 33554432000 4194304 4196468 140731799030848 139810254567824 139810328504021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17469440 140731799032950 140731799033102 140731799033102 140731799035855 0
[pid=27758/tid=27762] ppid=27755 vsize=10659012 memory=140632775497344 CPUtime=0 cores=0,2,4,6
/proc/27758/task/27762/stat : 27762 (java) S 27755 27758 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105913075 10914828288 7871 33554432000 4194304 4196468 140731799030848 139810253515024 139810328504021 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17469440 140731799032950 140731799033102 140731799033102 140731799035855 0
[pid=27758/tid=27763] ppid=27755 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27758/task/27763/stat : 27763 (java) S 27755 27758 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105913075 10914828288 7871 33554432000 4194304 4196468 140731799030848 139810252462736 139810328504021 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17469440 140731799032950 140731799033102 140731799033102 140731799035855 0
[pid=27758/tid=27764] ppid=27755 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27758/task/27764/stat : 27764 (java) S 27755 27758 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105913075 10914828288 7871 33554432000 4194304 4196468 140731799030848 139810251409936 139810328504021 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17469440 140731799032950 140731799033102 140731799033102 140731799035855 0
[pid=27758/tid=27765] ppid=27755 vsize=10659012 memory=140632775497344 CPUtime=0 cores=0,2,4,6
/proc/27758/task/27765/stat : 27765 (java) S 27755 27758 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105913076 10914828288 7871 33554432000 4194304 4196468 140731799030848 139809819396720 139810328504962 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17469440 140731799032950 140731799033102 140731799033102 140731799035855 0
[pid=27758/tid=27766] ppid=27755 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27758/task/27766/stat : 27766 (java) S 27755 27758 22004 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105913076 10914828288 7871 33554432000 4194304 4196468 140731799030848 139809818342688 139810328504021 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17469440 140731799032950 140731799033102 140731799033102 140731799035855 0
[pid=27758/tid=27767] ppid=27755 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27758/task/27767/stat : 27767 (java) S 27755 27758 22004 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105913077 10914828288 7871 33554432000 4194304 4196468 140731799030848 139809817290352 139810328504021 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17469440 140731799032950 140731799033102 140731799033102 140731799035855 0
[pid=27758/tid=27768] ppid=27755 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27758/task/27768/stat : 27768 (java) S 27755 27758 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105913079 10914828288 7871 33554432000 4194304 4196468 140731799030848 139809816238672 139810328512411 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17469440 140731799032950 140731799033102 140731799033102 140731799035855 0
[pid=27758/tid=27769] ppid=27755 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27758/task/27769/stat : 27769 (java) S 27755 27758 22004 0 -1 1077944384 313 0 0 0 0 0 0 0 20 0 15 0 105913079 10914828288 7871 33554432000 4194304 4196468 140731799030848 139809815185520 139810328504962 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17469440 140731799032950 140731799033102 140731799033102 140731799035855 0
[pid=27758/tid=27770] ppid=27755 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27758/task/27770/stat : 27770 (java) S 27755 27758 22004 0 -1 1077944384 148 0 0 0 0 0 0 0 20 0 15 0 105913079 10914828288 7871 33554432000 4194304 4196468 140731799030848 139809814132720 139810328504962 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17469440 140731799032950 140731799033102 140731799033102 140731799035855 0
[pid=27758/tid=27771] ppid=27755 vsize=10659012 memory=140632775497344 CPUtime=0.02 cores=0,2,4,6
/proc/27758/task/27771/stat : 27771 (java) R 27755 27758 22004 0 -1 4202560 340 0 0 0 2 0 0 0 20 0 15 0 105913079 10914828288 7871 33554432000 4194304 4196468 140731799030848 139809813080432 139810328505750 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17469440 140731799032950 140731799033102 140731799033102 140731799035855 0
[pid=27758/tid=27772] ppid=27755 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27758/task/27772/stat : 27772 (java) S 27755 27758 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105913079 10914828288 7871 33554432000 4194304 4196468 140731799030848 139809812027872 139810328504021 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17469440 140731799032950 140731799033102 140731799033102 140731799035855 0
[pid=27758/tid=27773] ppid=27755 vsize=10659012 memory=140632775497344 CPUtime=0 cores=0,2,4,6
/proc/27758/task/27773/stat : 27773 (java) S 27755 27758 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105913079 10914828288 7871 33554432000 4194304 4196468 140731799030848 139809810975664 139810328504962 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17469440 140731799032950 140731799033102 140731799033102 140731799035855 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 31484 KiB

[startup+0.210606 s]*
/proc/loadavg: 4.62 3.10 2.73 4/215 27773
/proc/meminfo: memFree=19718704/32770624 swapFree=67108860/67108860
[pid=27758] ppid=27755 vsize=10659012 memory=41952 CPUtime=0.33 cores=0,2,4,6
/proc/27758/stat : 27758 (java) S 27755 27758 22004 0 -1 1077944320 7625 0 0 0 31 2 0 0 20 0 15 0 105913073 10914828288 10488 33554432000 4194304 4196468 140731799030848 140731799013392 139810328493815 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 17469440 140731799032950 140731799033102 140731799033102 140731799035855 0
/proc/27758/statm: 2664753 10488 3005 1 0 2627263 0
[pid=27758/tid=27760] ppid=27755 vsize=10659012 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/27758/task/27760/stat : 27760 (java) R 27755 27758 22004 0 -1 4202560 4620 0 0 0 18 1 0 0 20 0 15 0 105913074 10914828288 10488 33554432000 4194304 4196468 140731799030848 139810332730096 139810312574302 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17469440 140731799032950 140731799033102 140731799033102 140731799035855 0
[pid=27758/tid=27761] ppid=27755 vsize=10659012 memory=364 CPUtime=0 cores=0,2,4,6
/proc/27758/task/27761/stat : 27761 (java) S 27755 27758 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105913075 10914828288 10488 33554432000 4194304 4196468 140731799030848 139810254567824 139810328504021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17469440 140731799032950 140731799033102 140731799033102 140731799035855 0
[pid=27758/tid=27762] ppid=27755 vsize=10659012 memory=140632775519632 CPUtime=0 cores=0,2,4,6
/proc/27758/task/27762/stat : 27762 (java) S 27755 27758 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105913075 10914828288 10488 33554432000 4194304 4196468 140731799030848 139810253515024 139810328504021 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17469440 140731799032950 140731799033102 140731799033102 140731799035855 0
[pid=27758/tid=27763] ppid=27755 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27758/task/27763/stat : 27763 (java) S 27755 27758 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105913075 10914828288 10488 33554432000 4194304 4196468 140731799030848 139810252462736 139810328504021 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17469440 140731799032950 140731799033102 140731799033102 140731799035855 0
[pid=27758/tid=27764] ppid=27755 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27758/task/27764/stat : 27764 (java) S 27755 27758 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105913075 10914828288 10488 33554432000 4194304 4196468 140731799030848 139810251409936 139810328504021 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17469440 140731799032950 140731799033102 140731799033102 140731799035855 0
[pid=27758/tid=27765] ppid=27755 vsize=10659012 memory=140632775497344 CPUtime=0 cores=0,2,4,6
/proc/27758/task/27765/stat : 27765 (java) S 27755 27758 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105913076 10914828288 10488 33554432000 4194304 4196468 140731799030848 139809819396720 139810328504962 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17469440 140731799032950 140731799033102 140731799033102 140731799035855 0
[pid=27758/tid=27766] ppid=27755 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27758/task/27766/stat : 27766 (java) S 27755 27758 22004 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105913076 10914828288 10488 33554432000 4194304 4196468 140731799030848 139809818342688 139810328504021 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17469440 140731799032950 140731799033102 140731799033102 140731799035855 0
[pid=27758/tid=27767] ppid=27755 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27758/task/27767/stat : 27767 (java) S 27755 27758 22004 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105913077 10914828288 10488 33554432000 4194304 4196468 140731799030848 139809817290352 139810328504021 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17469440 140731799032950 140731799033102 140731799033102 140731799035855 0
[pid=27758/tid=27768] ppid=27755 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27758/task/27768/stat : 27768 (java) S 27755 27758 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105913079 10914828288 10488 33554432000 4194304 4196468 140731799030848 139809816238672 139810328512411 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17469440 140731799032950 140731799033102 140731799033102 140731799035855 0
[pid=27758/tid=27769] ppid=27755 vsize=10659012 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/27758/task/27769/stat : 27769 (java) S 27755 27758 22004 0 -1 1077944384 616 0 0 0 2 0 0 0 20 0 15 0 105913079 10914828288 10488 33554432000 4194304 4196468 140731799030848 139809815185520 139810328504962 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17469440 140731799032950 140731799033102 140731799033102 140731799035855 0
[pid=27758/tid=27770] ppid=27755 vsize=10659012 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/27758/task/27770/stat : 27770 (java) R 27755 27758 22004 0 -1 1077944384 383 0 0 0 1 0 0 0 20 0 15 0 105913079 10914828288 10488 33554432000 4194304 4196468 140731799030848 139809814132720 139810328504962 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17469440 140731799032950 140731799033102 140731799033102 140731799035855 0
[pid=27758/tid=27771] ppid=27755 vsize=10659012 memory=140632775497344 CPUtime=0.07 cores=0,2,4,6
/proc/27758/task/27771/stat : 27771 (java) R 27755 27758 22004 0 -1 4202560 640 0 0 0 7 0 0 0 20 0 15 0 105913079 10914828288 10488 33554432000 4194304 4196468 140731799030848 139809813080432 139810328515162 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17469440 140731799032950 140731799033102 140731799033102 140731799035855 0
[pid=27758/tid=27772] ppid=27755 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27758/task/27772/stat : 27772 (java) S 27755 27758 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105913079 10914828288 10488 33554432000 4194304 4196468 140731799030848 139809812027872 139810328504021 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17469440 140731799032950 140731799033102 140731799033102 140731799035855 0
[pid=27758/tid=27773] ppid=27755 vsize=10659012 memory=140632775497344 CPUtime=0 cores=0,2,4,6
/proc/27758/task/27773/stat : 27773 (java) S 27755 27758 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105913079 10914828288 10488 33554432000 4194304 4196468 140731799030848 139809810975664 139810328504962 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17469440 140731799032950 140731799033102 140731799033102 140731799035855 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 41952 KiB

[startup+0.31655 s]*
/proc/loadavg: 4.62 3.10 2.73 5/215 27773
/proc/meminfo: memFree=19707600/32770624 swapFree=67108860/67108860
[pid=27758] ppid=27755 vsize=10659012 memory=56032 CPUtime=0.62 cores=0,2,4,6
/proc/27758/stat : 27758 (java) S 27755 27758 22004 0 -1 1077944320 9030 0 0 0 59 3 0 0 20 0 15 0 105913073 10914828288 14008 33554432000 4194304 4196468 140731799030848 140731799013392 139810328493815 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 17469440 140731799032950 140731799033102 140731799033102 140731799035855 0
/proc/27758/statm: 2664753 14008 3052 1 0 2627263 0
[pid=27758/tid=27760] ppid=27755 vsize=10659012 memory=7311146985107750967 CPUtime=0.3 cores=0,2,4,6
/proc/27758/task/27760/stat : 27760 (java) R 27755 27758 22004 0 -1 4202560 4891 0 0 0 28 2 0 0 20 0 15 0 105913074 10914828288 14008 33554432000 4194304 4196468 140731799030848 139810332724704 139810328515741 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17469440 140731799032950 140731799033102 140731799033102 140731799035855 0
[pid=27758/tid=27761] ppid=27755 vsize=10659012 memory=288230600429797399 CPUtime=0 cores=0,2,4,6
/proc/27758/task/27761/stat : 27761 (java) S 27755 27758 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105913075 10914828288 14008 33554432000 4194304 4196468 140731799030848 139810254567824 139810328504021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17469440 140731799032950 140731799033102 140731799033102 140731799035855 0
[pid=27758/tid=27762] ppid=27755 vsize=10659012 memory=140632775519605 CPUtime=0 cores=0,2,4,6
/proc/27758/task/27762/stat : 27762 (java) S 27755 27758 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105913075 10914828288 14008 33554432000 4194304 4196468 140731799030848 139810253515024 139810328504021 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17469440 140731799032950 140731799033102 140731799033102 140731799035855 0
[pid=27758/tid=27763] ppid=27755 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27758/task/27763/stat : 27763 (java) S 27755 27758 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105913075 10914828288 14008 33554432000 4194304 4196468 140731799030848 139810252462736 139810328504021 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17469440 140731799032950 140731799033102 140731799033102 140731799035855 0
[pid=27758/tid=27764] ppid=27755 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27758/task/27764/stat : 27764 (java) S 27755 27758 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105913075 10914828288 14008 33554432000 4194304 4196468 140731799030848 139810251409936 139810328504021 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17469440 140731799032950 140731799033102 140731799033102 140731799035855 0
[pid=27758/tid=27765] ppid=27755 vsize=10659012 memory=140632775497344 CPUtime=0 cores=0,2,4,6
/proc/27758/task/27765/stat : 27765 (java) S 27755 27758 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105913076 10914828288 14008 33554432000 4194304 4196468 140731799030848 139809819396720 139810328504962 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17469440 140731799032950 140731799033102 140731799033102 140731799035855 0
[pid=27758/tid=27766] ppid=27755 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27758/task/27766/stat : 27766 (java) S 27755 27758 22004 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105913076 10914828288 14008 33554432000 4194304 4196468 140731799030848 139809818342688 139810328504021 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17469440 140731799032950 140731799033102 140731799033102 140731799035855 0
[pid=27758/tid=27767] ppid=27755 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27758/task/27767/stat : 27767 (java) S 27755 27758 22004 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105913077 10914828288 14008 33554432000 4194304 4196468 140731799030848 139809817290352 139810328504021 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17469440 140731799032950 140731799033102 140731799033102 140731799035855 0
[pid=27758/tid=27768] ppid=27755 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27758/task/27768/stat : 27768 (java) S 27755 27758 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105913079 10914828288 14008 33554432000 4194304 4196468 140731799030848 139809816238672 139810328512411 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17469440 140731799032950 140731799033102 140731799033102 140731799035855 0
[pid=27758/tid=27769] ppid=27755 vsize=10659012 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/27758/task/27769/stat : 27769 (java) D 27755 27758 22004 0 -1 4202560 925 0 0 0 8 0 0 0 20 0 15 0 105913079 10914828288 14008 33554432000 4194304 4196468 140731799030848 139809815171208 139810321210967 0 4 0 16800975 18446744071582151463 0 0 -1 0 0 0 0 0 0 6293624 6294260 17469440 140731799032950 140731799033102 140731799033102 140731799035855 0
[pid=27758/tid=27770] ppid=27755 vsize=10659012 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/27758/task/27770/stat : 27770 (java) D 27755 27758 22004 0 -1 4202560 957 0 0 0 8 0 0 0 20 0 15 0 105913079 10914828288 14008 33554432000 4194304 4196468 140731799030848 139809814113736 139810321210967 0 4 0 16800975 18446744071582151463 0 0 -1 4 0 0 0 0 0 6293624 6294260 17469440 140731799032950 140731799033102 140731799033102 140731799035855 0
[pid=27758/tid=27771] ppid=27755 vsize=10659012 memory=140632775497344 CPUtime=0.13 cores=0,2,4,6
/proc/27758/task/27771/stat : 27771 (java) R 27755 27758 22004 0 -1 4202560 891 0 0 0 13 0 0 0 20 0 15 0 105913079 10914828288 14008 33554432000 4194304 4196468 140731799030848 139809813080352 139810308736585 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17469440 140731799032950 140731799033102 140731799033102 140731799035855 0
[pid=27758/tid=27772] ppid=27755 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27758/task/27772/stat : 27772 (java) S 27755 27758 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105913079 10914828288 14008 33554432000 4194304 4196468 140731799030848 139809812027872 139810328504021 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17469440 140731799032950 140731799033102 140731799033102 140731799035855 0
[pid=27758/tid=27773] ppid=27755 vsize=10659012 memory=140632775497344 CPUtime=0 cores=0,2,4,6
/proc/27758/task/27773/stat : 27773 (java) S 27755 27758 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105913079 10914828288 14008 33554432000 4194304 4196468 140731799030848 139809810975664 139810328504962 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17469440 140731799032950 140731799033102 140731799033102 140731799035855 0
Current children cumulated CPU time: 0.62 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 56032 KiB

[startup+0.70155 s]
/proc/loadavg: 4.62 3.10 2.73 6/215 27773
/proc/meminfo: memFree=19564184/32770624 swapFree=67108860/67108860
[pid=27758] ppid=27755 vsize=10659012 memory=292672 CPUtime=1.51 cores=0,2,4,6
/proc/27758/stat : 27758 (java) S 27755 27758 22004 0 -1 1077944320 10688 0 0 0 129 22 0 0 20 0 15 0 105913073 10914828288 73168 33554432000 4194304 4196468 140731799030848 140731799013392 139810328493815 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 17469440 140731799032950 140731799033102 140731799033102 140731799035855 0
/proc/27758/statm: 2664753 73168 3072 1 0 2627263 0
[pid=27758/tid=27760] ppid=27755 vsize=10659012 memory=1840 CPUtime=0.61 cores=0,2,4,6
/proc/27758/task/27760/stat : 27760 (java) R 27755 27758 22004 0 -1 4202560 4948 0 0 0 55 6 0 0 20 0 15 0 105913074 10914828288 73168 33554432000 4194304 4196468 140731799030848 139810332729216 139810328515741 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17469440 140731799032950 140731799033102 140731799033102 140731799035855 0
[pid=27758/tid=27761] ppid=27755 vsize=10659012 memory=1004 CPUtime=0.05 cores=0,2,4,6
/proc/27758/task/27761/stat : 27761 (java) S 27755 27758 22004 0 -1 1077944384 65 0 0 0 2 3 0 0 20 0 15 0 105913075 10914828288 73168 33554432000 4194304 4196468 140731799030848 139810254567824 139810328504021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17469440 140731799032950 140731799033102 140731799033102 140731799035855 0
[pid=27758/tid=27762] ppid=27755 vsize=10659012 memory=12060 CPUtime=0.05 cores=0,2,4,6
/proc/27758/task/27762/stat : 27762 (java) S 27755 27758 22004 0 -1 1077944384 65 0 0 0 2 3 0 0 20 0 15 0 105913075 10914828288 73168 33554432000 4194304 4196468 140731799030848 139810253515024 139810328504021 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17469440 140731799032950 140731799033102 140731799033102 140731799035855 0
[pid=27758/tid=27763] ppid=27755 vsize=10659012 memory=5788 CPUtime=0.05 cores=0,2,4,6
/proc/27758/task/27763/stat : 27763 (java) S 27755 27758 22004 0 -1 1077944384 61 0 0 0 2 3 0 0 20 0 15 0 105913075 10914828288 73168 33554432000 4194304 4196468 140731799030848 139810252462736 139810328504021 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17469440 140731799032950 140731799033102 140731799033102 140731799035855 0
[pid=27758/tid=27764] ppid=27755 vsize=10659012 memory=792 CPUtime=0.05 cores=0,2,4,6
/proc/27758/task/27764/stat : 27764 (java) S 27755 27758 22004 0 -1 1077944384 58 0 0 0 2 3 0 0 20 0 15 0 105913075 10914828288 73168 33554432000 4194304 4196468 140731799030848 139810251409936 139810328504021 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17469440 140731799032950 140731799033102 140731799033102 140731799035855 0
[pid=27758/tid=27765] ppid=27755 vsize=10659012 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/27758/task/27765/stat : 27765 (java) S 27755 27758 22004 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 105913076 10914828288 73168 33554432000 4194304 4196468 140731799030848 139809819396720 139810328504962 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17469440 140731799032950 140731799033102 140731799033102 140731799035855 0
[pid=27758/tid=27766] ppid=27755 vsize=10659012 memory=1944 CPUtime=0 cores=0,2,4,6
/proc/27758/task/27766/stat : 27766 (java) S 27755 27758 22004 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 105913076 10914828288 73168 33554432000 4194304 4196468 140731799030848 139809818342688 139810328504021 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17469440 140731799032950 140731799033102 140731799033102 140731799035855 0
[pid=27758/tid=27767] ppid=27755 vsize=10659012 memory=1416 CPUtime=0 cores=0,2,4,6
/proc/27758/task/27767/stat : 27767 (java) S 27755 27758 22004 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105913077 10914828288 73168 33554432000 4194304 4196468 140731799030848 139809817290352 139810328504021 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17469440 140731799032950 140731799033102 140731799033102 140731799035855 0
[pid=27758/tid=27768] ppid=27755 vsize=10659012 memory=4612 CPUtime=0 cores=0,2,4,6
/proc/27758/task/27768/stat : 27768 (java) S 27755 27758 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105913079 10914828288 73168 33554432000 4194304 4196468 140731799030848 139809816238672 139810328512411 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17469440 140731799032950 140731799033102 140731799033102 140731799035855 0
[pid=27758/tid=27769] ppid=27755 vsize=10659012 memory=7163631965283378496 CPUtime=0.24 cores=0,2,4,6
/proc/27758/task/27769/stat : 27769 (java) R 27755 27758 22004 0 -1 4202560 1494 0 0 0 24 0 0 0 20 0 15 0 105913079 10914828288 73168 33554432000 4194304 4196468 140731799030848 139809815171616 139810311880129 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 17469440 140731799032950 140731799033102 140731799033102 140731799035855 0
[pid=27758/tid=27770] ppid=27755 vsize=10659012 memory=7667213801450137426 CPUtime=0.23 cores=0,2,4,6
/proc/27758/task/27770/stat : 27770 (java) R 27755 27758 22004 0 -1 4202560 1603 0 0 0 23 0 0 0 20 0 15 0 105913079 10914828288 73168 33554432000 4194304 4196468 140731799030848 139809814132720 139810307712483 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17469440 140731799032950 140731799033102 140731799033102 140731799035855 0
[pid=27758/tid=27771] ppid=27755 vsize=10659012 memory=6935658124599644240 CPUtime=0.14 cores=0,2,4,6
/proc/27758/task/27771/stat : 27771 (java) S 27755 27758 22004 0 -1 1077944384 952 0 0 0 14 0 0 0 20 0 15 0 105913079 10914828288 73168 33554432000 4194304 4196468 140731799030848 139809813080432 139810328504962 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17469440 140731799032950 140731799033102 140731799033102 140731799035855 0
[pid=27758/tid=27772] ppid=27755 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27758/task/27772/stat : 27772 (java) S 27755 27758 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105913079 10914828288 73168 33554432000 4194304 4196468 140731799030848 139809812027872 139810328504021 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17469440 140731799032950 140731799033102 140731799033102 140731799035855 0
[pid=27758/tid=27773] ppid=27755 vsize=10659012 memory=31396 CPUtime=0 cores=0,2,4,6
/proc/27758/task/27773/stat : 27773 (java) S 27755 27758 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105913079 10914828288 73168 33554432000 4194304 4196468 140731799030848 139809810975664 139810328504962 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17469440 140731799032950 140731799033102 140731799033102 140731799035855 0
Current children cumulated CPU time: 1.51 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 292672 KiB

[startup+1.50455 s]
/proc/loadavg: 4.62 3.10 2.73 3/215 27773
/proc/meminfo: memFree=19279516/32770624 swapFree=67108860/67108860
[pid=27758] ppid=27755 vsize=10659088 memory=880144 CPUtime=3.63 cores=0,2,4,6
/proc/27758/stat : 27758 (java) S 27755 27758 22004 0 -1 1077944320 14025 0 0 0 279 84 0 0 20 0 15 0 105913073 10914906112 220036 33554432000 4194304 4196468 140731799030848 140731799013392 139810328493815 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 17469440 140731799032950 140731799033102 140731799033102 140731799035855 0
/proc/27758/statm: 2664772 220036 3129 1 0 2627263 0
[pid=27758/tid=27760] ppid=27755 vsize=10659088 memory=0 CPUtime=1.02 cores=0,2,4,6
/proc/27758/task/27760/stat : 27760 (java) R 27755 27758 22004 0 -1 4202560 5393 0 0 0 90 12 0 0 20 0 15 0 105913074 10914906112 220036 33554432000 4194304 4196468 140731799030848 139810332731360 139809926541071 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17469440 140731799032950 140731799033102 140731799033102 140731799035855 0
[pid=27758/tid=27761] ppid=27755 vsize=10659088 memory=-6951259422114956437 CPUtime=0.42 cores=0,2,4,6
/proc/27758/task/27761/stat : 27761 (java) S 27755 27758 22004 0 -1 1077944384 512 0 0 0 25 17 0 0 20 0 15 0 105913075 10914906112 220036 33554432000 4194304 4196468 140731799030848 139810254567824 139810328504021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17469440 140731799032950 140731799033102 140731799033102 140731799035855 0
[pid=27758/tid=27762] ppid=27755 vsize=10659088 memory=-6509546260019855295 CPUtime=0.42 cores=0,2,4,6
/proc/27758/task/27762/stat : 27762 (java) S 27755 27758 22004 0 -1 1077944384 446 0 0 0 26 16 0 0 20 0 15 0 105913075 10914906112 220036 33554432000 4194304 4196468 140731799030848 139810253515024 139810328504021 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17469440 140731799032950 140731799033102 140731799033102 140731799035855 0
[pid=27758/tid=27763] ppid=27755 vsize=10659088 memory=-7390251449858225344 CPUtime=0.43 cores=0,2,4,6
/proc/27758/task/27763/stat : 27763 (java) S 27755 27758 22004 0 -1 1077944384 540 0 0 0 25 18 0 0 20 0 15 0 105913075 10914906112 220036 33554432000 4194304 4196468 140731799030848 139810252462736 139810328504021 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17469440 140731799032950 140731799033102 140731799033102 140731799035855 0
[pid=27758/tid=27764] ppid=27755 vsize=10659088 memory=4134692831991786133 CPUtime=0.42 cores=0,2,4,6
/proc/27758/task/27764/stat : 27764 (java) S 27755 27758 22004 0 -1 1077944384 611 0 0 0 25 17 0 0 20 0 15 0 105913075 10914906112 220036 33554432000 4194304 4196468 140731799030848 139810251409936 139810328504021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17469440 140731799032950 140731799033102 140731799033102 140731799035855 0
[pid=27758/tid=27765] ppid=27755 vsize=10659088 memory=-7165351541977658656 CPUtime=0.01 cores=0,2,4,6
/proc/27758/task/27765/stat : 27765 (java) S 27755 27758 22004 0 -1 1077944384 876 0 0 0 1 0 0 0 20 0 15 0 105913076 10914906112 220036 33554432000 4194304 4196468 140731799030848 139809819396720 139810328504962 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17469440 140731799032950 140731799033102 140731799033102 140731799035855 0

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

/proc/27758/task/27761/stat : 27761 (java) S 27755 27758 22004 0 -1 1077944384 63712 0 0 0 1196 122 0 0 20 0 15 0 105913075 10917003264 1413084 33554432000 4194304 4196468 140731799030848 139810254567824 139810328504021 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17469440 140731799032950 140731799033102 140731799033102 140731799035855 0
[pid=27758/tid=27762] ppid=27755 vsize=10661136 memory=5649040 CPUtime=13.18 cores=0,2,4,6
/proc/27758/task/27762/stat : 27762 (java) S 27755 27758 22004 0 -1 1077944384 63912 0 0 0 1196 122 0 0 20 0 15 0 105913075 10917003264 1413084 33554432000 4194304 4196468 140731799030848 139810253515024 139810328504021 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17469440 140731799032950 140731799033102 140731799033102 140731799035855 0
[pid=27758/tid=27763] ppid=27755 vsize=10661136 memory=5652336 CPUtime=13.18 cores=0,2,4,6
/proc/27758/task/27763/stat : 27763 (java) S 27755 27758 22004 0 -1 1077944384 48998 0 0 0 1191 127 0 0 20 0 15 0 105913075 10917003264 1413084 33554432000 4194304 4196468 140731799030848 139810252462736 139810328504021 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17469440 140731799032950 140731799033102 140731799033102 140731799035855 0
[pid=27758/tid=27764] ppid=27755 vsize=10661136 memory=844 CPUtime=13.12 cores=0,2,4,6
/proc/27758/task/27764/stat : 27764 (java) S 27755 27758 22004 0 -1 1077944384 75225 0 0 0 1188 124 0 0 20 0 15 0 105913075 10917003264 1413084 33554432000 4194304 4196468 140731799030848 139810251409936 139810328504021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17469440 140731799032950 140731799033102 140731799033102 140731799035855 0
[pid=27758/tid=27765] ppid=27755 vsize=10661136 memory=5649040 CPUtime=2.21 cores=0,2,4,6
/proc/27758/task/27765/stat : 27765 (java) S 27755 27758 22004 0 -1 1077944384 10081 0 0 0 220 1 0 0 20 0 15 0 105913076 10917003264 1413084 33554432000 4194304 4196468 140731799030848 139809819396720 139810328504962 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17469440 140731799032950 140731799033102 140731799033102 140731799035855 0
[pid=27758/tid=27766] ppid=27755 vsize=10661136 memory=6254 CPUtime=0 cores=0,2,4,6
/proc/27758/task/27766/stat : 27766 (java) S 27755 27758 22004 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 105913076 10917003264 1413084 33554432000 4194304 4196468 140731799030848 139809818342752 139810328504021 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17469440 140731799032950 140731799033102 140731799033102 140731799035855 0
[pid=27758/tid=27767] ppid=27755 vsize=10661136 memory=2859 CPUtime=0 cores=0,2,4,6
/proc/27758/task/27767/stat : 27767 (java) S 27755 27758 22004 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 105913077 10917003264 1413084 33554432000 4194304 4196468 140731799030848 139809817290368 139810328504021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17469440 140731799032950 140731799033102 140731799033102 140731799035855 0
[pid=27758/tid=27768] ppid=27755 vsize=10661136 memory=4552044 CPUtime=0 cores=0,2,4,6
/proc/27758/task/27768/stat : 27768 (java) S 27755 27758 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105913079 10917003264 1413084 33554432000 4194304 4196468 140731799030848 139809816238672 139810328512411 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17469440 140731799032950 140731799033102 140731799033102 140731799035855 0
[pid=27758/tid=27769] ppid=27755 vsize=10661136 memory=4544364 CPUtime=2.73 cores=0,2,4,6
/proc/27758/task/27769/stat : 27769 (java) S 27755 27758 22004 0 -1 1077944384 16703 0 0 0 272 1 0 0 20 0 15 0 105913079 10917003264 1413084 33554432000 4194304 4196468 140731799030848 139809815185520 139810328504962 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17469440 140731799032950 140731799033102 140731799033102 140731799035855 0
[pid=27758/tid=27770] ppid=27755 vsize=10661136 memory=1228 CPUtime=2.57 cores=0,2,4,6
/proc/27758/task/27770/stat : 27770 (java) S 27755 27758 22004 0 -1 1077944384 11676 0 0 0 256 1 0 0 20 0 15 0 105913079 10917003264 1413084 33554432000 4194304 4196468 140731799030848 139809814132720 139810328504962 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17469440 140731799032950 140731799033102 140731799033102 140731799035855 0
[pid=27758/tid=27771] ppid=27755 vsize=10661136 memory=1944 CPUtime=0.76 cores=0,2,4,6
/proc/27758/task/27771/stat : 27771 (java) S 27755 27758 22004 0 -1 1077944384 6301 0 0 0 74 2 0 0 20 0 15 0 105913079 10917003264 1413084 33554432000 4194304 4196468 140731799030848 139809813080432 139810328504962 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17469440 140731799032950 140731799033102 140731799033102 140731799035855 0
[pid=27758/tid=27772] ppid=27755 vsize=10661136 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/27758/task/27772/stat : 27772 (java) S 27755 27758 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105913079 10917003264 1413084 33554432000 4194304 4196468 140731799030848 139809812027872 139810328504021 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17469440 140731799032950 140731799033102 140731799033102 140731799035855 0
[pid=27758/tid=27773] ppid=27755 vsize=10661136 memory=4124 CPUtime=0.01 cores=0,2,4,6
/proc/27758/task/27773/stat : 27773 (java) S 27755 27758 22004 0 -1 1077944384 705 0 0 0 1 0 0 0 20 0 15 0 105913079 10917003264 1413084 33554432000 4194304 4196468 140731799030848 139809810975664 139810328504962 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17469440 140731799032950 140731799033102 140731799033102 140731799035855 0
Current children cumulated CPU time: 96.58 s
Current children cumulated vsize: 10661136 KiB
Current children cumulated memory: 5652336 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+100.602 s]
/proc/loadavg: 4.17 3.31 2.84 9/216 27853
/proc/meminfo: memFree=11398852/32770624 swapFree=67108860/67108860
[pid=27758] ppid=27755 vsize=10661136 memory=8338248 CPUtime=252.33 cores=0,2,4,6
/proc/27758/stat : 27758 (java) S 27755 27758 22004 0 -1 1077944320 689721 0 0 0 24415 818 0 0 20 0 15 0 105913073 10917003264 2084562 33554432000 4194304 4196468 140731799030848 140731799013392 139810328493815 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 17469440 140731799032950 140731799033102 140731799033102 140731799035855 0
/proc/27758/statm: 2665284 2084562 3186 1 0 2627775 0
[pid=27758/tid=27760] ppid=27755 vsize=10661136 memory=15252670952770856 CPUtime=40.96 cores=0,2,4,6
/proc/27758/task/27760/stat : 27760 (java) S 27755 27758 22004 0 -1 1077944384 26813 0 0 0 4061 35 0 0 20 0 15 0 105913074 10917003264 2084562 33554432000 4194304 4196468 140731799030848 139810332730368 139810328504021 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17469440 140731799032950 140731799033102 140731799033102 140731799035855 0
[pid=27758/tid=27761] ppid=27755 vsize=10661136 memory=281265329452352 CPUtime=48.56 cores=0,2,4,6
/proc/27758/task/27761/stat : 27761 (java) R 27755 27758 22004 0 -1 4202560 123223 0 0 0 4669 187 0 0 20 0 15 0 105913075 10917003264 2084562 33554432000 4194304 4196468 140731799030848 139810254568024 139810313444951 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17469440 140731799032950 140731799033102 140731799033102 140731799035855 0
[pid=27758/tid=27762] ppid=27755 vsize=10661136 memory=281265329452544 CPUtime=48.65 cores=0,2,4,6
/proc/27758/task/27762/stat : 27762 (java) R 27755 27758 22004 0 -1 4202560 152401 0 0 0 4676 189 0 0 20 0 15 0 105913075 10917003264 2084562 33554432000 4194304 4196468 140731799030848 139810253515024 139810313444942 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17469440 140731799032950 140731799033102 140731799033102 140731799035855 0
[pid=27758/tid=27763] ppid=27755 vsize=10661136 memory=281265329520896 CPUtime=48.66 cores=0,2,4,6
/proc/27758/task/27763/stat : 27763 (java) R 27755 27758 22004 0 -1 4202560 124210 0 0 0 4667 199 0 0 20 0 15 0 105913075 10917003264 2084562 33554432000 4194304 4196468 140731799030848 139810252462936 139810313191454 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17469440 140731799032950 140731799033102 140731799033102 140731799035855 0
[pid=27758/tid=27764] ppid=27755 vsize=10661136 memory=281265330078592 CPUtime=48.43 cores=0,2,4,6
/proc/27758/task/27764/stat : 27764 (java) R 27755 27758 22004 0 -1 4202560 187964 0 0 0 4646 197 0 0 20 0 15 0 105913075 10917003264 2084562 33554432000 4194304 4196468 140731799030848 139810251410136 139810313191454 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 17469440 140731799032950 140731799033102 140731799033102 140731799035855 0
[pid=27758/tid=27765] ppid=27755 vsize=10661136 memory=281265330078784 CPUtime=10.49 cores=0,2,4,6
/proc/27758/task/27765/stat : 27765 (java) S 27755 27758 22004 0 -1 1077944384 31894 0 0 0 1046 3 0 0 20 0 15 0 105913076 10917003264 2084562 33554432000 4194304 4196468 140731799030848 139809819395040 139810328504021 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17469440 140731799032950 140731799033102 140731799033102 140731799035855 0
[pid=27758/tid=27766] ppid=27755 vsize=10661136 memory=281265330078976 CPUtime=0 cores=0,2,4,6
/proc/27758/task/27766/stat : 27766 (java) S 27755 27758 22004 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 105913076 10917003264 2084562 33554432000 4194304 4196468 140731799030848 139809818342752 139810328504021 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17469440 140731799032950 140731799033102 140731799033102 140731799035855 0
[pid=27758/tid=27767] ppid=27755 vsize=10661136 memory=281265330079168 CPUtime=0 cores=0,2,4,6
/proc/27758/task/27767/stat : 27767 (java) S 27755 27758 22004 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 105913077 10917003264 2084562 33554432000 4194304 4196468 140731799030848 139809817290368 139810328504021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17469440 140731799032950 140731799033102 140731799033102 140731799035855 0
[pid=27758/tid=27768] ppid=27755 vsize=10661136 memory=281265330079360 CPUtime=0 cores=0,2,4,6
/proc/27758/task/27768/stat : 27768 (java) S 27755 27758 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105913079 10917003264 2084562 33554432000 4194304 4196468 140731799030848 139809816238672 139810328512411 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17469440 140731799032950 140731799033102 140731799033102 140731799035855 0
[pid=27758/tid=27769] ppid=27755 vsize=10661136 memory=281265330079552 CPUtime=2.82 cores=0,2,4,6
/proc/27758/task/27769/stat : 27769 (java) S 27755 27758 22004 0 -1 1077944384 18436 0 0 0 281 1 0 0 20 0 15 0 105913079 10917003264 2084562 33554432000 4194304 4196468 140731799030848 139809815185520 139810328504962 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17469440 140731799032950 140731799033102 140731799033102 140731799035855 0
[pid=27758/tid=27770] ppid=27755 vsize=10661136 memory=281265330079744 CPUtime=2.88 cores=0,2,4,6
/proc/27758/task/27770/stat : 27770 (java) S 27755 27758 22004 0 -1 1077944384 16253 0 0 0 287 1 0 0 20 0 15 0 105913079 10917003264 2084562 33554432000 4194304 4196468 140731799030848 139809814132720 139810328504962 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17469440 140731799032950 140731799033102 140731799033102 140731799035855 0
[pid=27758/tid=27771] ppid=27755 vsize=10661136 memory=0 CPUtime=0.76 cores=0,2,4,6
/proc/27758/task/27771/stat : 27771 (java) S 27755 27758 22004 0 -1 1077944384 6311 0 0 0 74 2 0 0 20 0 15 0 105913079 10917003264 2084562 33554432000 4194304 4196468 140731799030848 139809813080432 139810328504962 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17469440 140731799032950 140731799033102 140731799033102 140731799035855 0
[pid=27758/tid=27772] ppid=27755 vsize=10661136 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/27758/task/27772/stat : 27772 (java) S 27755 27758 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105913079 10917003264 2084562 33554432000 4194304 4196468 140731799030848 139809812027872 139810328504021 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17469440 140731799032950 140731799033102 140731799033102 140731799035855 0
[pid=27758/tid=27773] ppid=27755 vsize=10661136 memory=288230583166042426 CPUtime=0.04 cores=0,2,4,6
/proc/27758/task/27773/stat : 27773 (java) S 27755 27758 22004 0 -1 1077944384 803 0 0 0 3 1 0 0 20 0 15 0 105913079 10917003264 2084562 33554432000 4194304 4196468 140731799030848 139809810975664 139810328504962 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17469440 140731799032950 140731799033102 140731799033102 140731799035855 0
Current children cumulated CPU time: 252.33 s
Current children cumulated vsize: 10661136 KiB
Current children cumulated memory: 8338248 KiB

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

[startup+102.301 s]
/proc/loadavg: 4.48 3.39 2.87 9/217 27861
/proc/meminfo: memFree=11348060/32770624 swapFree=67108860/67108860
[pid=27758] ppid=27755 vsize=10661136 memory=8338256 CPUtime=258.98 cores=0,2,4,6
/proc/27758/stat : 27758 (java) S 27755 27758 22004 0 -1 1077944320 689827 0 0 0 25078 820 0 0 20 0 15 0 105913073 10917003264 2084564 33554432000 4194304 4196468 140731799030848 140731799013392 139810328493815 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 17469440 140731799032950 140731799033102 140731799033102 140731799035855 0
/proc/27758/statm: 2665284 2084564 3186 1 0 2627775 0
[pid=27758/tid=27760] ppid=27755 vsize=10661136 memory=8338256 CPUtime=40.96 cores=0,2,4,6
/proc/27758/task/27760/stat : 27760 (java) S 27755 27758 22004 0 -1 1077944384 26813 0 0 0 4061 35 0 0 20 0 15 0 105913074 10917003264 2084564 33554432000 4194304 4196468 140731799030848 139810332730368 139810328504021 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17469440 140731799032950 140731799033102 140731799033102 140731799035855 0
[pid=27758/tid=27761] ppid=27755 vsize=10661136 memory=8338248 CPUtime=50.2 cores=0,2,4,6
/proc/27758/task/27761/stat : 27761 (java) R 27755 27758 22004 0 -1 4202560 123243 0 0 0 4832 188 0 0 20 0 15 0 105913075 10917003264 2084564 33554432000 4194304 4196468 140731799030848 139810254567408 139810321122023 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17469440 140731799032950 140731799033102 140731799033102 140731799035855 0
[pid=27758/tid=27762] ppid=27755 vsize=10661136 memory=8338244 CPUtime=50.35 cores=0,2,4,6
/proc/27758/task/27762/stat : 27762 (java) R 27755 27758 22004 0 -1 4202560 152435 0 0 0 4846 189 0 0 20 0 15 0 105913075 10917003264 2084564 33554432000 4194304 4196468 140731799030848 139810253514912 139810310090511 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17469440 140731799032950 140731799033102 140731799033102 140731799035855 0
[pid=27758/tid=27763] ppid=27755 vsize=10661136 memory=8115984 CPUtime=50.27 cores=0,2,4,6
/proc/27758/task/27763/stat : 27763 (java) R 27755 27758 22004 0 -1 4202560 124227 0 0 0 4827 200 0 0 20 0 15 0 105913075 10917003264 2084564 33554432000 4194304 4196468 140731799030848 139810252462632 139810321122023 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 17469440 140731799032950 140731799033102 140731799033102 140731799035855 0
[pid=27758/tid=27764] ppid=27755 vsize=10661136 memory=8338236 CPUtime=50.12 cores=0,2,4,6
/proc/27758/task/27764/stat : 27764 (java) R 27755 27758 22004 0 -1 4202560 187995 0 0 0 4815 197 0 0 20 0 15 0 105913075 10917003264 2084564 33554432000 4194304 4196468 140731799030848 139810251410136 139810313444942 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17469440 140731799032950 140731799033102 140731799033102 140731799035855 0
[pid=27758/tid=27765] ppid=27755 vsize=10661136 memory=8338232 CPUtime=10.49 cores=0,2,4,6
/proc/27758/task/27765/stat : 27765 (java) S 27755 27758 22004 0 -1 1077944384 31894 0 0 0 1046 3 0 0 20 0 15 0 105913076 10917003264 2084564 33554432000 4194304 4196468 140731799030848 139809819395040 139810328504021 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17469440 140731799032950 140731799033102 140731799033102 140731799035855 0
[pid=27758/tid=27766] ppid=27755 vsize=10661136 memory=8338208 CPUtime=0 cores=0,2,4,6
/proc/27758/task/27766/stat : 27766 (java) S 27755 27758 22004 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 105913076 10917003264 2084564 33554432000 4194304 4196468 140731799030848 139809818342752 139810328504021 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17469440 140731799032950 140731799033102 140731799033102 140731799035855 0
[pid=27758/tid=27767] ppid=27755 vsize=10661136 memory=8338244 CPUtime=0 cores=0,2,4,6
/proc/27758/task/27767/stat : 27767 (java) S 27755 27758 22004 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 105913077 10917003264 2084564 33554432000 4194304 4196468 140731799030848 139809817290368 139810328504021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17469440 140731799032950 140731799033102 140731799033102 140731799035855 0
[pid=27758/tid=27768] ppid=27755 vsize=10661136 memory=8338256 CPUtime=0 cores=0,2,4,6
/proc/27758/task/27768/stat : 27768 (java) S 27755 27758 22004 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 105913079 10917003264 2084564 33554432000 4194304 4196468 140731799030848 139809816238320 139810328504021 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17469440 140731799032950 140731799033102 140731799033102 140731799035855 0
[pid=27758/tid=27769] ppid=27755 vsize=10661136 memory=8338248 CPUtime=2.82 cores=0,2,4,6
/proc/27758/task/27769/stat : 27769 (java) S 27755 27758 22004 0 -1 1077944384 18436 0 0 0 281 1 0 0 20 0 15 0 105913079 10917003264 2084564 33554432000 4194304 4196468 140731799030848 139809815185520 139810328504962 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17469440 140731799032950 140731799033102 140731799033102 140731799035855 0
[pid=27758/tid=27770] ppid=27755 vsize=10661136 memory=8338256 CPUtime=2.88 cores=0,2,4,6
/proc/27758/task/27770/stat : 27770 (java) S 27755 27758 22004 0 -1 1077944384 16253 0 0 0 287 1 0 0 20 0 15 0 105913079 10917003264 2084564 33554432000 4194304 4196468 140731799030848 139809814132720 139810328504962 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17469440 140731799032950 140731799033102 140731799033102 140731799035855 0
[pid=27758/tid=27771] ppid=27755 vsize=10661136 memory=8092160 CPUtime=0.76 cores=0,2,4,6
/proc/27758/task/27771/stat : 27771 (java) S 27755 27758 22004 0 -1 1077944384 6311 0 0 0 74 2 0 0 20 0 15 0 105913079 10917003264 2084564 33554432000 4194304 4196468 140731799030848 139809813080432 139810328504962 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17469440 140731799032950 140731799033102 140731799033102 140731799035855 0
[pid=27758/tid=27772] ppid=27755 vsize=10661136 memory=8338244 CPUtime=0 cores=0,2,4,6
/proc/27758/task/27772/stat : 27772 (java) S 27755 27758 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105913079 10917003264 2084564 33554432000 4194304 4196468 140731799030848 139809812027872 139810328504021 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17469440 140731799032950 140731799033102 140731799033102 140731799035855 0
[pid=27758/tid=27773] ppid=27755 vsize=10661136 memory=8338244 CPUtime=0.04 cores=0,2,4,6
/proc/27758/task/27773/stat : 27773 (java) S 27755 27758 22004 0 -1 1077944384 803 0 0 0 3 1 0 0 20 0 15 0 105913079 10917003264 2084564 33554432000 4194304 4196468 140731799030848 139809810975664 139810328504962 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17469440 140731799032950 140731799033102 140731799033102 140731799035855 0
Current children cumulated CPU time: 258.98 s
Current children cumulated vsize: 10661136 KiB
Current children cumulated memory: 8338256 KiB

Sending SIGKILL to process tree (bottom up)
??? end of watcher thread

[startup+102.666 s]
# the end of solver process 27758 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=251.982 s, system=8.26393 s

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

[startup+102.601 s]
/proc/loadavg: 4.48 3.39 2.87 9/217 27861
/proc/meminfo: memFree=11348060/32770624 swapFree=67108860/67108860
[pid=27758] ppid=27755 vsize=10661136 memory=8338256 CPUtime=260.16 cores=0,2,4,6
/proc/27758/stat : 27758 (java) S 27755 27758 22004 0 -1 1077944320 689827 0 0 0 25196 820 0 0 20 0 15 0 105913073 10917003264 2084564 33554432000 4194304 4196468 140731799030848 140731799013392 139810328493815 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 17469440 140731799032950 140731799033102 140731799033102 140731799035855 0
/proc/27758/statm: 2665284 2084564 3186 1 0 2627775 0
[pid=27758/tid=27760] ppid=27755 vsize=10661136 memory=1296 CPUtime=40.96 cores=0,2,4,6
/proc/27758/task/27760/stat : 27760 (java) S 27755 27758 22004 0 -1 1077944384 26813 0 0 0 4061 35 0 0 20 0 15 0 105913074 10917003264 2084564 33554432000 4194304 4196468 140731799030848 139810332730368 139810328504021 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17469440 140731799032950 140731799033102 140731799033102 140731799035855 0
[pid=27758/tid=27761] ppid=27755 vsize=10661136 memory=6791534058613427641 CPUtime=50.49 cores=0,2,4,6
/proc/27758/task/27761/stat : 27761 (java) R 27755 27758 22004 0 -1 4202560 123243 0 0 0 4861 188 0 0 20 0 15 0 105913075 10917003264 2084564 33554432000 4194304 4196468 140731799030848 139810254567408 139810321122023 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17469440 140731799032950 140731799033102 140731799033102 140731799035855 0
[pid=27758/tid=27762] ppid=27755 vsize=10661136 memory=1296 CPUtime=50.65 cores=0,2,4,6
/proc/27758/task/27762/stat : 27762 (java) R 27755 27758 22004 0 -1 4202560 152435 0 0 0 4876 189 0 0 20 0 15 0 105913075 10917003264 2084564 33554432000 4194304 4196468 140731799030848 139810253514912 139810313191454 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17469440 140731799032950 140731799033102 140731799033102 140731799035855 0
[pid=27758/tid=27763] ppid=27755 vsize=10661136 memory=2424 CPUtime=50.56 cores=0,2,4,6
/proc/27758/task/27763/stat : 27763 (java) R 27755 27758 22004 0 -1 4202560 124227 0 0 0 4856 200 0 0 20 0 15 0 105913075 10917003264 2084564 33554432000 4194304 4196468 140731799030848 139810252462632 139810321122023 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 17469440 140731799032950 140731799033102 140731799033102 140731799035855 0
[pid=27758/tid=27764] ppid=27755 vsize=10661136 memory=1840 CPUtime=50.42 cores=0,2,4,6
/proc/27758/task/27764/stat : 27764 (java) R 27755 27758 22004 0 -1 4202560 187995 0 0 0 4845 197 0 0 20 0 15 0 105913075 10917003264 2084564 33554432000 4194304 4196468 140731799030848 139810251410136 139810313191454 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17469440 140731799032950 140731799033102 140731799033102 140731799035855 0
[pid=27758/tid=27765] ppid=27755 vsize=10661136 memory=1004 CPUtime=10.49 cores=0,2,4,6
/proc/27758/task/27765/stat : 27765 (java) S 27755 27758 22004 0 -1 1077944384 31894 0 0 0 1046 3 0 0 20 0 15 0 105913076 10917003264 2084564 33554432000 4194304 4196468 140731799030848 139809819395040 139810328504021 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17469440 140731799032950 140731799033102 140731799033102 140731799035855 0
[pid=27758/tid=27766] ppid=27755 vsize=10661136 memory=12060 CPUtime=0 cores=0,2,4,6
/proc/27758/task/27766/stat : 27766 (java) S 27755 27758 22004 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 105913076 10917003264 2084564 33554432000 4194304 4196468 140731799030848 139809818342752 139810328504021 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17469440 140731799032950 140731799033102 140731799033102 140731799035855 0
[pid=27758/tid=27767] ppid=27755 vsize=10661136 memory=5788 CPUtime=0 cores=0,2,4,6
/proc/27758/task/27767/stat : 27767 (java) S 27755 27758 22004 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 105913077 10917003264 2084564 33554432000 4194304 4196468 140731799030848 139809817290368 139810328504021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17469440 140731799032950 140731799033102 140731799033102 140731799035855 0
[pid=27758/tid=27768] ppid=27755 vsize=10661136 memory=792 CPUtime=0 cores=0,2,4,6
/proc/27758/task/27768/stat : 27768 (java) S 27755 27758 22004 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 105913079 10917003264 2084564 33554432000 4194304 4196468 140731799030848 139809816238320 139810328504021 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17469440 140731799032950 140731799033102 140731799033102 140731799035855 0
[pid=27758/tid=27769] ppid=27755 vsize=10661136 memory=1228 CPUtime=2.82 cores=0,2,4,6
/proc/27758/task/27769/stat : 27769 (java) S 27755 27758 22004 0 -1 1077944384 18436 0 0 0 281 1 0 0 20 0 15 0 105913079 10917003264 2084564 33554432000 4194304 4196468 140731799030848 139809815185520 139810328504962 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17469440 140731799032950 140731799033102 140731799033102 140731799035855 0
[pid=27758/tid=27770] ppid=27755 vsize=10661136 memory=1944 CPUtime=2.88 cores=0,2,4,6
/proc/27758/task/27770/stat : 27770 (java) S 27755 27758 22004 0 -1 1077944384 16253 0 0 0 287 1 0 0 20 0 15 0 105913079 10917003264 2084564 33554432000 4194304 4196468 140731799030848 139809814132720 139810328504962 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17469440 140731799032950 140731799033102 140731799033102 140731799035855 0
[pid=27758/tid=27771] ppid=27755 vsize=10661136 memory=1416 CPUtime=0.76 cores=0,2,4,6
/proc/27758/task/27771/stat : 27771 (java) S 27755 27758 22004 0 -1 1077944384 6311 0 0 0 74 2 0 0 20 0 15 0 105913079 10917003264 2084564 33554432000 4194304 4196468 140731799030848 139809813080432 139810328504962 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17469440 140731799032950 140731799033102 140731799033102 140731799035855 0
[pid=27758/tid=27772] ppid=27755 vsize=10661136 memory=4612 CPUtime=0 cores=0,2,4,6
/proc/27758/task/27772/stat : 27772 (java) S 27755 27758 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105913079 10917003264 2084564 33554432000 4194304 4196468 140731799030848 139809812027872 139810328504021 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17469440 140731799032950 140731799033102 140731799033102 140731799035855 0
[pid=27758/tid=27773] ppid=27755 vsize=10661136 memory=8508 CPUtime=0.04 cores=0,2,4,6
/proc/27758/task/27773/stat : 27773 (java) S 27755 27758 22004 0 -1 1077944384 803 0 0 0 3 1 0 0 20 0 15 0 105913079 10917003264 2084564 33554432000 4194304 4196468 140731799030848 139809810975664 139810328504962 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17469440 140731799032950 140731799033102 140731799033102 140731799035855 0
Current children cumulated CPU time: 260.16 s
Current children cumulated vsize: 10661136 KiB
Current children cumulated memory: 8338256 KiB

Child ended because it received signal 9 (SIGKILL)
Real time (s): 102.666
CPU time (s): 260.246
CPU user time (s): 251.982
CPU system time (s): 8.26393
CPU usage (%): 253.487
Max. virtual memory (cumulated for all children) (KiB): 10661136
Max. memory (cumulated for all children) (KiB): 8338256

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 251.982
system time used= 8.26393
maximum resident set size= 8338532
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 689831
page faults= 0
swaps= 0
block input operations= 0
block output operations= 400
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8423
involuntary context switches= 4089


# summary of solver processes directly reported to runsolver:
#   pid: 27758
#   total CPU time (s): 260.246
#   total CPU user time (s): 251.982
#   total CPU system time (s): 8.26393

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.57416 second user time and 1.07507 second system time

The end

Launcher Data

Begin job on node151 at 2018-07-29 18:58:19
IDJOB=4301658
IDBENCH=141263
IDSOLVER=2773
FILE ID=node151/4301658-1532883498
RUNJOBID= node151-1532877021-22035
PBS_JOBID= 21022509
Free space on /tmp= 59040 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/Fapp/Fapp-m2s/Fapp-m2s-07-0600_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4301658-1532883498/watcher-4301658-1532883498 -o /tmp/evaluation-result-4301658-1532883498/solver-4301658-1532883498 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node151-1532877021-22035 --watchdog 312  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4301658-1532883498.xml

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

MD5SUM BENCH= 0ae5362fc8ec35126a2a174beba608b8
RANDOM SEED=1326878719

node151.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.87
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.87
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.87
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.87
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:        19748320 kB
MemAvailable:   23673956 kB
Buffers:          212012 kB
Cached:          3987400 kB
SwapCached:            0 kB
Active:          9912052 kB
Inactive:        2624600 kB
Active(anon):    8286920 kB
Inactive(anon):    78188 kB
Active(file):    1625132 kB
Inactive(file):  2546412 kB
Unevictable:        7804 kB
Mlocked:            7804 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:            279200 kB
Writeback:             0 kB
AnonPages:       8345052 kB
Mapped:            56168 kB
Shmem:             25224 kB
Slab:             167980 kB
SReclaimable:     139856 kB
SUnreclaim:        28124 kB
KernelStack:        3504 kB
PageTables:        21584 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8654604 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   8146944 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= 59040 MiB
End job on node151 at 2018-07-29 19:00:02