Trace number 4291998

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) 2408.27 680.98

General information on the benchmark

NameFapp/Fapp-m2s/
Fapp-m2s-07-0600_c18.xml
MD5SUM0ae5362fc8ec35126a2a174beba608b8
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark1603939205
Best CPU time to get the best result obtained on this benchmark2520.11
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 (7090 MiB free)
  memory of node 1: 16384 MiB (12055 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4291998-1532265090/watcher-4291998-1532265090 -o /tmp/evaluation-result-4291998-1532265090/solver-4291998-1532265090 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node104-1532259870-1810 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4291998-1532265090.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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=2925, runsolver pid=2922

[startup+0.100178 s]*
/proc/loadavg: 2.02 2.03 2.09 2/217 2940
/proc/meminfo: memFree=19588608/32770624 swapFree=67108860/67108860
[pid=2925] ppid=2922 vsize=10659012 memory=30640 CPUtime=0.12 cores=1,3,5,7
/proc/2925/stat : 2925 (java) S 2922 2925 1778 0 -1 1077944320 6733 0 0 0 10 2 0 0 20 0 15 0 44072333 10914828288 7660 33554432000 4194304 4196468 140723852158720 140723852141264 139671598583543 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9854976 140723852162161 140723852162313 140723852162313 140723852165071 0
/proc/2925/statm: 2664753 7660 2822 1 0 2627263 0
[pid=2925/tid=2927] ppid=2922 vsize=10659012 memory=-8681071434759238848 CPUtime=0.09 cores=1,3,5,7
/proc/2925/task/2927/stat : 2927 (java) R 2922 2925 1778 0 -1 4202560 4570 0 0 0 8 1 0 0 20 0 15 0 44072334 10914828288 7660 33554432000 4194304 4196468 140723852158720 139671602788208 139671598595478 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9854976 140723852162161 140723852162313 140723852162313 140723852165071 0
[pid=2925/tid=2928] ppid=2922 vsize=10659012 memory=8257237230052613020 CPUtime=0 cores=1,3,5,7
/proc/2925/task/2928/stat : 2928 (java) S 2922 2925 1778 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44072335 10914828288 7660 33554432000 4194304 4196468 140723852158720 139671535274512 139671598593749 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9854976 140723852162161 140723852162313 140723852162313 140723852165071 0
[pid=2925/tid=2929] ppid=2922 vsize=10659012 memory=140347642603136 CPUtime=0 cores=1,3,5,7
/proc/2925/task/2929/stat : 2929 (java) S 2922 2925 1778 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44072335 10914828288 7660 33554432000 4194304 4196468 140723852158720 139671534221968 139671598593749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9854976 140723852162161 140723852162313 140723852162313 140723852165071 0
[pid=2925/tid=2930] ppid=2922 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2925/task/2930/stat : 2930 (java) S 2922 2925 1778 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44072335 10914828288 7660 33554432000 4194304 4196468 140723852158720 139671533168912 139671598593749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9854976 140723852162161 140723852162313 140723852162313 140723852165071 0
[pid=2925/tid=2931] ppid=2922 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2925/task/2931/stat : 2931 (java) S 2922 2925 1778 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44072335 10914828288 7660 33554432000 4194304 4196468 140723852158720 139671201769872 139671598593749 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9854976 140723852162161 140723852162313 140723852162313 140723852165071 0
[pid=2925/tid=2932] ppid=2922 vsize=10659012 memory=140347642603136 CPUtime=0 cores=1,3,5,7
/proc/2925/task/2932/stat : 2932 (java) S 2922 2925 1778 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44072336 10914828288 7660 33554432000 4194304 4196468 140723852158720 139671090502384 139671598594690 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9854976 140723852162161 140723852162313 140723852162313 140723852165071 0
[pid=2925/tid=2933] ppid=2922 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2925/task/2933/stat : 2933 (java) S 2922 2925 1778 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 44072336 10914828288 7660 33554432000 4194304 4196468 140723852158720 139671089448608 139671598593749 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9854976 140723852162161 140723852162313 140723852162313 140723852165071 0
[pid=2925/tid=2934] ppid=2922 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2925/task/2934/stat : 2934 (java) S 2922 2925 1778 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 44072337 10914828288 7660 33554432000 4194304 4196468 140723852158720 139671088395504 139671598593749 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9854976 140723852162161 140723852162313 140723852162313 140723852165071 0
[pid=2925/tid=2935] ppid=2922 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2925/task/2935/stat : 2935 (java) S 2922 2925 1778 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44072339 10914828288 7660 33554432000 4194304 4196468 140723852158720 139671087344080 139671598602139 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9854976 140723852162161 140723852162313 140723852162313 140723852165071 0
[pid=2925/tid=2936] ppid=2922 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2925/task/2936/stat : 2936 (java) S 2922 2925 1778 0 -1 1077944384 439 0 0 0 0 0 0 0 20 0 15 0 44072339 10914828288 7660 33554432000 4194304 4196468 140723852158720 139671086291184 139671598594690 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9854976 140723852162161 140723852162313 140723852162313 140723852165071 0
[pid=2925/tid=2937] ppid=2922 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2925/task/2937/stat : 2937 (java) S 2922 2925 1778 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44072339 10914828288 7660 33554432000 4194304 4196468 140723852158720 139671085238640 139671598594690 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9854976 140723852162161 140723852162313 140723852162313 140723852165071 0
[pid=2925/tid=2938] ppid=2922 vsize=10659012 memory=140347642603136 CPUtime=0.01 cores=1,3,5,7
/proc/2925/task/2938/stat : 2938 (java) R 2922 2925 1778 0 -1 4202560 357 0 0 0 1 0 0 0 20 0 15 0 44072339 10914828288 7660 33554432000 4194304 4196468 140723852158720 139671084185584 139671598604890 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9854976 140723852162161 140723852162313 140723852162313 140723852165071 0
[pid=2925/tid=2939] ppid=2922 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2925/task/2939/stat : 2939 (java) S 2922 2925 1778 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44072339 10914828288 7660 33554432000 4194304 4196468 140723852158720 139671083133280 139671598593749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9854976 140723852162161 140723852162313 140723852162313 140723852165071 0
[pid=2925/tid=2940] ppid=2922 vsize=10659012 memory=140347642603136 CPUtime=0 cores=1,3,5,7
/proc/2925/task/2940/stat : 2940 (java) S 2922 2925 1778 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44072339 10914828288 7660 33554432000 4194304 4196468 140723852158720 139671082081328 139671598594690 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9854976 140723852162161 140723852162313 140723852162313 140723852165071 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 30640 KiB

[startup+0.210556 s]*
/proc/loadavg: 2.02 2.03 2.09 4/217 2940
/proc/meminfo: memFree=19578104/32770624 swapFree=67108860/67108860
[pid=2925] ppid=2922 vsize=10659012 memory=41832 CPUtime=0.33 cores=1,3,5,7
/proc/2925/stat : 2925 (java) S 2922 2925 1778 0 -1 1077944320 8048 0 0 0 30 3 0 0 20 0 15 0 44072333 10914828288 10458 33554432000 4194304 4196468 140723852158720 140723852141264 139671598583543 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9854976 140723852162161 140723852162313 140723852162313 140723852165071 0
/proc/2925/statm: 2664753 10458 3007 1 0 2627263 0
[pid=2925/tid=2927] ppid=2922 vsize=10659012 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/2925/task/2927/stat : 2927 (java) R 2922 2925 1778 0 -1 4202560 5032 0 0 0 18 1 0 0 20 0 15 0 44072334 10914828288 10458 33554432000 4194304 4196468 140723852158720 139671602819824 139671598605469 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9854976 140723852162161 140723852162313 140723852162313 140723852165071 0
[pid=2925/tid=2928] ppid=2922 vsize=10659012 memory=345 CPUtime=0 cores=1,3,5,7
/proc/2925/task/2928/stat : 2928 (java) S 2922 2925 1778 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44072335 10914828288 10458 33554432000 4194304 4196468 140723852158720 139671535274512 139671598593749 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9854976 140723852162161 140723852162313 140723852162313 140723852165071 0
[pid=2925/tid=2929] ppid=2922 vsize=10659012 memory=140347642627718 CPUtime=0 cores=1,3,5,7
/proc/2925/task/2929/stat : 2929 (java) S 2922 2925 1778 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44072335 10914828288 10458 33554432000 4194304 4196468 140723852158720 139671534221968 139671598593749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9854976 140723852162161 140723852162313 140723852162313 140723852165071 0
[pid=2925/tid=2930] ppid=2922 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2925/task/2930/stat : 2930 (java) S 2922 2925 1778 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44072335 10914828288 10458 33554432000 4194304 4196468 140723852158720 139671533168912 139671598593749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9854976 140723852162161 140723852162313 140723852162313 140723852165071 0
[pid=2925/tid=2931] ppid=2922 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2925/task/2931/stat : 2931 (java) S 2922 2925 1778 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44072335 10914828288 10458 33554432000 4194304 4196468 140723852158720 139671201769872 139671598593749 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9854976 140723852162161 140723852162313 140723852162313 140723852165071 0
[pid=2925/tid=2932] ppid=2922 vsize=10659012 memory=140347642603136 CPUtime=0 cores=1,3,5,7
/proc/2925/task/2932/stat : 2932 (java) S 2922 2925 1778 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44072336 10914828288 10458 33554432000 4194304 4196468 140723852158720 139671090502384 139671598594690 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9854976 140723852162161 140723852162313 140723852162313 140723852165071 0
[pid=2925/tid=2933] ppid=2922 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2925/task/2933/stat : 2933 (java) S 2922 2925 1778 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 44072336 10914828288 10458 33554432000 4194304 4196468 140723852158720 139671089448608 139671598593749 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9854976 140723852162161 140723852162313 140723852162313 140723852165071 0
[pid=2925/tid=2934] ppid=2922 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2925/task/2934/stat : 2934 (java) S 2922 2925 1778 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 44072337 10914828288 10458 33554432000 4194304 4196468 140723852158720 139671088395504 139671598593749 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9854976 140723852162161 140723852162313 140723852162313 140723852165071 0
[pid=2925/tid=2935] ppid=2922 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2925/task/2935/stat : 2935 (java) S 2922 2925 1778 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44072339 10914828288 10458 33554432000 4194304 4196468 140723852158720 139671087344080 139671598602139 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9854976 140723852162161 140723852162313 140723852162313 140723852165071 0
[pid=2925/tid=2936] ppid=2922 vsize=10659012 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/2925/task/2936/stat : 2936 (java) S 2922 2925 1778 0 -1 1077944384 746 0 0 0 2 0 0 0 20 0 15 0 44072339 10914828288 10458 33554432000 4194304 4196468 140723852158720 139671086291184 139671598594690 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9854976 140723852162161 140723852162313 140723852162313 140723852165071 0
[pid=2925/tid=2937] ppid=2922 vsize=10659012 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/2925/task/2937/stat : 2937 (java) S 2922 2925 1778 0 -1 1077944384 203 0 0 0 1 0 0 0 20 0 15 0 44072339 10914828288 10458 33554432000 4194304 4196468 140723852158720 139671085238640 139671598594690 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9854976 140723852162161 140723852162313 140723852162313 140723852165071 0
[pid=2925/tid=2938] ppid=2922 vsize=10659012 memory=140347642603136 CPUtime=0.07 cores=1,3,5,7
/proc/2925/task/2938/stat : 2938 (java) S 2922 2925 1778 0 -1 1077944384 706 0 0 0 7 0 0 0 20 0 15 0 44072339 10914828288 10458 33554432000 4194304 4196468 140723852158720 139671084185584 139671598594690 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9854976 140723852162161 140723852162313 140723852162313 140723852165071 0
[pid=2925/tid=2939] ppid=2922 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2925/task/2939/stat : 2939 (java) S 2922 2925 1778 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44072339 10914828288 10458 33554432000 4194304 4196468 140723852158720 139671083133280 139671598593749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9854976 140723852162161 140723852162313 140723852162313 140723852165071 0
[pid=2925/tid=2940] ppid=2922 vsize=10659012 memory=140347642603136 CPUtime=0 cores=1,3,5,7
/proc/2925/task/2940/stat : 2940 (java) S 2922 2925 1778 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44072339 10914828288 10458 33554432000 4194304 4196468 140723852158720 139671082081328 139671598594690 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9854976 140723852162161 140723852162313 140723852162313 140723852165071 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 41832 KiB

[startup+0.310554 s]*
/proc/loadavg: 2.02 2.03 2.09 5/217 2940
/proc/meminfo: memFree=19565016/32770624 swapFree=67108860/67108860
[pid=2925] ppid=2922 vsize=10659012 memory=55232 CPUtime=0.6 cores=1,3,5,7
/proc/2925/stat : 2925 (java) S 2922 2925 1778 0 -1 1077944320 9892 0 0 0 57 3 0 0 20 0 15 0 44072333 10914828288 13808 33554432000 4194304 4196468 140723852158720 140723852141264 139671598583543 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9854976 140723852162161 140723852162313 140723852162313 140723852165071 0
/proc/2925/statm: 2664753 13808 3053 1 0 2627263 0
[pid=2925/tid=2927] ppid=2922 vsize=10659012 memory=7311146985107750967 CPUtime=0.29 cores=1,3,5,7
/proc/2925/task/2927/stat : 2927 (java) R 2922 2925 1778 0 -1 4202560 5365 0 0 0 28 1 0 0 20 0 15 0 44072334 10914828288 13808 33554432000 4194304 4196468 140723852158720 139671602819008 139671598605469 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9854976 140723852162161 140723852162313 140723852162313 140723852165071 0
[pid=2925/tid=2928] ppid=2922 vsize=10659012 memory=290763883793350679 CPUtime=0 cores=1,3,5,7
/proc/2925/task/2928/stat : 2928 (java) S 2922 2925 1778 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44072335 10914828288 13808 33554432000 4194304 4196468 140723852158720 139671535274512 139671598593749 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9854976 140723852162161 140723852162313 140723852162313 140723852165071 0
[pid=2925/tid=2929] ppid=2922 vsize=10659012 memory=140347642627556 CPUtime=0 cores=1,3,5,7
/proc/2925/task/2929/stat : 2929 (java) S 2922 2925 1778 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44072335 10914828288 13808 33554432000 4194304 4196468 140723852158720 139671534221968 139671598593749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9854976 140723852162161 140723852162313 140723852162313 140723852165071 0
[pid=2925/tid=2930] ppid=2922 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2925/task/2930/stat : 2930 (java) S 2922 2925 1778 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44072335 10914828288 13808 33554432000 4194304 4196468 140723852158720 139671533168912 139671598593749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9854976 140723852162161 140723852162313 140723852162313 140723852165071 0
[pid=2925/tid=2931] ppid=2922 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2925/task/2931/stat : 2931 (java) S 2922 2925 1778 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44072335 10914828288 13808 33554432000 4194304 4196468 140723852158720 139671201769872 139671598593749 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9854976 140723852162161 140723852162313 140723852162313 140723852165071 0
[pid=2925/tid=2932] ppid=2922 vsize=10659012 memory=140347642603136 CPUtime=0 cores=1,3,5,7
/proc/2925/task/2932/stat : 2932 (java) S 2922 2925 1778 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44072336 10914828288 13808 33554432000 4194304 4196468 140723852158720 139671090502384 139671598594690 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9854976 140723852162161 140723852162313 140723852162313 140723852165071 0
[pid=2925/tid=2933] ppid=2922 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2925/task/2933/stat : 2933 (java) S 2922 2925 1778 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 44072336 10914828288 13808 33554432000 4194304 4196468 140723852158720 139671089448608 139671598593749 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9854976 140723852162161 140723852162313 140723852162313 140723852165071 0
[pid=2925/tid=2934] ppid=2922 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2925/task/2934/stat : 2934 (java) S 2922 2925 1778 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 44072337 10914828288 13808 33554432000 4194304 4196468 140723852158720 139671088395504 139671598593749 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9854976 140723852162161 140723852162313 140723852162313 140723852165071 0
[pid=2925/tid=2935] ppid=2922 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2925/task/2935/stat : 2935 (java) S 2922 2925 1778 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44072339 10914828288 13808 33554432000 4194304 4196468 140723852158720 139671087344080 139671598602139 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9854976 140723852162161 140723852162313 140723852162313 140723852165071 0
[pid=2925/tid=2936] ppid=2922 vsize=10659012 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/2925/task/2936/stat : 2936 (java) R 2922 2925 1778 0 -1 4202560 1215 0 0 0 8 0 0 0 20 0 15 0 44072339 10914828288 13808 33554432000 4194304 4196468 140723852158720 139671086276856 139671577822000 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9854976 140723852162161 140723852162313 140723852162313 140723852165071 0
[pid=2925/tid=2937] ppid=2922 vsize=10659012 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/2925/task/2937/stat : 2937 (java) R 2922 2925 1778 0 -1 4202560 898 0 0 0 7 0 0 0 20 0 15 0 44072339 10914828288 13808 33554432000 4194304 4196468 140723852158720 139671085231272 139671582083663 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9854976 140723852162161 140723852162313 140723852162313 140723852165071 0
[pid=2925/tid=2938] ppid=2922 vsize=10659012 memory=140347642603136 CPUtime=0.13 cores=1,3,5,7
/proc/2925/task/2938/stat : 2938 (java) R 2922 2925 1778 0 -1 1077944384 1047 0 0 0 13 0 0 0 20 0 15 0 44072339 10914828288 13808 33554432000 4194304 4196468 140723852158720 139671084185584 139671598594690 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 9854976 140723852162161 140723852162313 140723852162313 140723852165071 0
[pid=2925/tid=2939] ppid=2922 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2925/task/2939/stat : 2939 (java) S 2922 2925 1778 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44072339 10914828288 13808 33554432000 4194304 4196468 140723852158720 139671083133280 139671598593749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9854976 140723852162161 140723852162313 140723852162313 140723852165071 0
[pid=2925/tid=2940] ppid=2922 vsize=10659012 memory=140347642603136 CPUtime=0 cores=1,3,5,7
/proc/2925/task/2940/stat : 2940 (java) S 2922 2925 1778 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44072339 10914828288 13808 33554432000 4194304 4196468 140723852158720 139671082081328 139671598594690 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9854976 140723852162161 140723852162313 140723852162313 140723852165071 0
Current children cumulated CPU time: 0.6 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 55232 KiB

[startup+0.704026 s]
/proc/loadavg: 2.02 2.03 2.09 6/217 2940
/proc/meminfo: memFree=19382872/32770624 swapFree=67108860/67108860
[pid=2925] ppid=2922 vsize=10659012 memory=311080 CPUtime=1.59 cores=1,3,5,7
/proc/2925/stat : 2925 (java) S 2922 2925 1778 0 -1 1077944320 11165 0 0 0 135 24 0 0 20 0 15 0 44072333 10914828288 77770 33554432000 4194304 4196468 140723852158720 140723852141264 139671598583543 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9854976 140723852162161 140723852162313 140723852162313 140723852165071 0
/proc/2925/statm: 2664753 77770 3089 1 0 2627263 0
[pid=2925/tid=2927] ppid=2922 vsize=10659012 memory=16436 CPUtime=0.6 cores=1,3,5,7
/proc/2925/task/2927/stat : 2927 (java) S 2922 2925 1778 0 -1 1077944384 5424 0 0 0 55 5 0 0 20 0 15 0 44072334 10914828288 78282 33554432000 4194304 4196468 140723852158720 139671602822624 139671598593749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9854976 140723852162161 140723852162313 140723852162313 140723852165071 0
[pid=2925/tid=2928] ppid=2922 vsize=10659012 memory=4048 CPUtime=0.07 cores=1,3,5,7
/proc/2925/task/2928/stat : 2928 (java) R 2922 2925 1778 0 -1 4202560 80 0 0 0 3 4 0 0 20 0 15 0 44072335 10914828288 78282 33554432000 4194304 4196468 140723852158720 139671535274512 139671591680379 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9854976 140723852162161 140723852162313 140723852162313 140723852165071 0
[pid=2925/tid=2929] ppid=2922 vsize=10659012 memory=640 CPUtime=0.07 cores=1,3,5,7
/proc/2925/task/2929/stat : 2929 (java) R 2922 2925 1778 0 -1 4202560 73 0 0 0 3 4 0 0 20 0 15 0 44072335 10914828288 78282 33554432000 4194304 4196468 140723852158720 139671534221968 139671591680379 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9854976 140723852162161 140723852162313 140723852162313 140723852165071 0
[pid=2925/tid=2930] ppid=2922 vsize=10659012 memory=1792 CPUtime=0.07 cores=1,3,5,7
/proc/2925/task/2930/stat : 2930 (java) R 2922 2925 1778 0 -1 4202560 72 0 0 0 3 4 0 0 20 0 15 0 44072335 10914828288 78282 33554432000 4194304 4196468 140723852158720 139671533168912 139671591680379 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9854976 140723852162161 140723852162313 140723852162313 140723852165071 0
[pid=2925/tid=2931] ppid=2922 vsize=10659012 memory=960 CPUtime=0.05 cores=1,3,5,7
/proc/2925/task/2931/stat : 2931 (java) R 2922 2925 1778 0 -1 4202560 68 0 0 0 2 3 0 0 20 0 15 0 44072335 10914828288 78282 33554432000 4194304 4196468 140723852158720 139671201770072 139671591680379 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 9854976 140723852162161 140723852162313 140723852162313 140723852165071 0
[pid=2925/tid=2932] ppid=2922 vsize=10659012 memory=1236 CPUtime=0 cores=1,3,5,7
/proc/2925/task/2932/stat : 2932 (java) S 2922 2925 1778 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 44072336 10914828288 78282 33554432000 4194304 4196468 140723852158720 139671090500896 139671598593749 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9854976 140723852162161 140723852162313 140723852162313 140723852165071 0
[pid=2925/tid=2933] ppid=2922 vsize=10659012 memory=2340 CPUtime=0 cores=1,3,5,7
/proc/2925/task/2933/stat : 2933 (java) S 2922 2925 1778 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 44072336 10914828288 78282 33554432000 4194304 4196468 140723852158720 139671089448608 139671598593749 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9854976 140723852162161 140723852162313 140723852162313 140723852165071 0
[pid=2925/tid=2934] ppid=2922 vsize=10659012 memory=1692 CPUtime=0 cores=1,3,5,7
/proc/2925/task/2934/stat : 2934 (java) S 2922 2925 1778 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 44072337 10914828288 78282 33554432000 4194304 4196468 140723852158720 139671088395504 139671598593749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9854976 140723852162161 140723852162313 140723852162313 140723852165071 0
[pid=2925/tid=2935] ppid=2922 vsize=10659012 memory=7157735280297596770 CPUtime=0 cores=1,3,5,7
/proc/2925/task/2935/stat : 2935 (java) S 2922 2925 1778 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44072339 10914828288 78282 33554432000 4194304 4196468 140723852158720 139671087344080 139671598602139 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9854976 140723852162161 140723852162313 140723852162313 140723852165071 0
[pid=2925/tid=2936] ppid=2922 vsize=10659012 memory=7588963860969051243 CPUtime=0.27 cores=1,3,5,7
/proc/2925/task/2936/stat : 2936 (java) S 2922 2925 1778 0 -1 1077944384 1543 0 0 0 27 0 0 0 20 0 15 0 44072339 10914828288 78282 33554432000 4194304 4196468 140723852158720 139671086271248 139671598593749 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9854976 140723852162161 140723852162313 140723852162313 140723852165071 0
[pid=2925/tid=2937] ppid=2922 vsize=10659012 memory=7594592256630679633 CPUtime=0.25 cores=1,3,5,7
/proc/2925/task/2937/stat : 2937 (java) S 2922 2925 1778 0 -1 1077944384 1397 0 0 0 25 0 0 0 20 0 15 0 44072339 10914828288 78282 33554432000 4194304 4196468 140723852158720 139671085238640 139671598594690 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9854976 140723852162161 140723852162313 140723852162313 140723852165071 0
[pid=2925/tid=2938] ppid=2922 vsize=10659012 memory=5788622413446472020 CPUtime=0.14 cores=1,3,5,7
/proc/2925/task/2938/stat : 2938 (java) S 2922 2925 1778 0 -1 1077944384 1068 0 0 0 14 0 0 0 20 0 15 0 44072339 10914828288 78282 33554432000 4194304 4196468 140723852158720 139671084185584 139671598594690 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9854976 140723852162161 140723852162313 140723852162313 140723852165071 0
[pid=2925/tid=2939] ppid=2922 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2925/task/2939/stat : 2939 (java) S 2922 2925 1778 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44072339 10914828288 78282 33554432000 4194304 4196468 140723852158720 139671083133280 139671598593749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9854976 140723852162161 140723852162313 140723852162313 140723852165071 0
[pid=2925/tid=2940] ppid=2922 vsize=10659012 memory=1200 CPUtime=0 cores=1,3,5,7
/proc/2925/task/2940/stat : 2940 (java) S 2922 2925 1778 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44072339 10914828288 78282 33554432000 4194304 4196468 140723852158720 139671082081328 139671598594690 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9854976 140723852162161 140723852162313 140723852162313 140723852165071 0
Current children cumulated CPU time: 1.59 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 311080 KiB

[startup+1.50069 s]
/proc/loadavg: 2.02 2.03 2.09 3/217 2940
/proc/meminfo: memFree=19127188/32770624 swapFree=67108860/67108860
[pid=2925] ppid=2922 vsize=10659088 memory=880260 CPUtime=3.61 cores=1,3,5,7
/proc/2925/stat : 2925 (java) S 2922 2925 1778 0 -1 1077944320 14508 0 0 0 275 86 0 0 20 0 15 0 44072333 10914906112 220065 33554432000 4194304 4196468 140723852158720 140723852141264 139671598583543 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9854976 140723852162161 140723852162313 140723852162313 140723852165071 0
/proc/2925/statm: 2664772 220065 3131 1 0 2627263 0
[pid=2925/tid=2927] ppid=2922 vsize=10659088 memory=877456 CPUtime=1 cores=1,3,5,7
/proc/2925/task/2927/stat : 2927 (java) R 2922 2925 1778 0 -1 4202560 5820 0 0 0 89 11 0 0 20 0 15 0 44072334 10914906112 220065 33554432000 4194304 4196468 140723852158720 139671602820064 139671582664030 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9854976 140723852162161 140723852162313 140723852162313 140723852165071 0
[pid=2925/tid=2928] ppid=2922 vsize=10659088 memory=8112282956445269571 CPUtime=0.45 cores=1,3,5,7
/proc/2925/task/2928/stat : 2928 (java) S 2922 2925 1778 0 -1 1077944384 590 0 0 0 27 18 0 0 20 0 15 0 44072335 10914906112 220065 33554432000 4194304 4196468 140723852158720 139671535274512 139671598593749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9854976 140723852162161 140723852162313 140723852162313 140723852165071 0
[pid=2925/tid=2929] ppid=2922 vsize=10659088 memory=0 CPUtime=0.45 cores=1,3,5,7
/proc/2925/task/2929/stat : 2929 (java) S 2922 2925 1778 0 -1 1077944384 564 0 0 0 27 18 0 0 20 0 15 0 44072335 10914906112 220065 33554432000 4194304 4196468 140723852158720 139671534221968 139671598593749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9854976 140723852162161 140723852162313 140723852162313 140723852165071 0
[pid=2925/tid=2930] ppid=2922 vsize=10659088 memory=0 CPUtime=0.44 cores=1,3,5,7
/proc/2925/task/2930/stat : 2930 (java) S 2922 2925 1778 0 -1 1077944384 532 0 0 0 26 18 0 0 20 0 15 0 44072335 10914906112 220065 33554432000 4194304 4196468 140723852158720 139671533168912 139671598593749 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9854976 140723852162161 140723852162313 140723852162313 140723852165071 0
[pid=2925/tid=2931] ppid=2922 vsize=10659088 memory=6943526294502006880 CPUtime=0.43 cores=1,3,5,7
/proc/2925/task/2931/stat : 2931 (java) S 2922 2925 1778 0 -1 1077944384 441 0 0 0 26 17 0 0 20 0 15 0 44072335 10914906112 220065 33554432000 4194304 4196468 140723852158720 139671201769872 139671598593749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9854976 140723852162161 140723852162313 140723852162313 140723852165071 0
[pid=2925/tid=2932] ppid=2922 vsize=10659088 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/2925/task/2932/stat : 2932 (java) S 2922 2925 1778 0 -1 1077944384 880 0 0 0 1 0 0 0 20 0 15 0 44072336 10914906112 220065 33554432000 4194304 4196468 140723852158720 139671090502384 139671598594690 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9854976 140723852162161 140723852162313 140723852162313 140723852165071 0

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


[startup+680.98 s]
# the end of solver process 2925 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2397.58 s, system=10.6964 s

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

[startup+680.001 s]*
/proc/loadavg: 4.61 4.26 3.30 6/217 2959
/proc/meminfo: memFree=11305776/32770624 swapFree=67108860/67108860
[pid=2925] ppid=2922 vsize=10661136 memory=8105840 CPUtime=2404.66 cores=1,3,5,7
/proc/2925/stat : 2925 (java) S 2922 2925 1778 0 -1 1077944320 2839297 0 0 0 239404 1062 0 0 20 0 15 0 44072333 10917003264 2026460 33554432000 4194304 4196468 140723852158720 140723852141264 139671598583543 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9854976 140723852162161 140723852162313 140723852162313 140723852165071 0
/proc/2925/statm: 2665284 2026460 3186 1 0 2627775 0
[pid=2925/tid=2927] ppid=2922 vsize=10661136 memory=8112282956445269571 CPUtime=40.55 cores=1,3,5,7
/proc/2925/task/2927/stat : 2927 (java) S 2922 2925 1778 0 -1 1077944384 27051 0 0 0 4034 21 0 0 20 0 15 0 44072334 10917003264 2026460 33554432000 4194304 4196468 140723852158720 139671602820160 139671598593749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9854976 140723852162161 140723852162313 140723852162313 140723852165071 0
[pid=2925/tid=2928] ppid=2922 vsize=10661136 memory=4126316290023845779 CPUtime=575.34 cores=1,3,5,7
/proc/2925/task/2928/stat : 2928 (java) R 2922 2925 1778 0 -1 4202560 593777 0 0 0 57277 257 0 0 20 0 15 0 44072335 10917003264 2026460 33554432000 4194304 4196468 140723852158720 139671535274096 139671591211751 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9854976 140723852162161 140723852162313 140723852162313 140723852165071 0
[pid=2925/tid=2929] ppid=2922 vsize=10661136 memory=11964 CPUtime=575.53 cores=1,3,5,7
/proc/2925/task/2929/stat : 2929 (java) R 2922 2925 1778 0 -1 4202560 706639 0 0 0 57298 255 0 0 20 0 15 0 44072335 10917003264 2026460 33554432000 4194304 4196468 140723852158720 139671534222168 139671583038300 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 9854976 140723852162161 140723852162313 140723852162313 140723852165071 0
[pid=2925/tid=2930] ppid=2922 vsize=10661136 memory=1708 CPUtime=574.77 cores=1,3,5,7
/proc/2925/task/2930/stat : 2930 (java) R 2922 2925 1778 0 -1 4202560 426312 0 0 0 57242 235 0 0 20 0 15 0 44072335 10917003264 2026460 33554432000 4194304 4196468 140723852158720 139671533168912 139671583534670 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9854976 140723852162161 140723852162313 140723852162313 140723852165071 0
[pid=2925/tid=2931] ppid=2922 vsize=10661136 memory=8384 CPUtime=575.45 cores=1,3,5,7
/proc/2925/task/2931/stat : 2931 (java) R 2922 2925 1778 0 -1 4202560 903114 0 0 0 57275 270 0 0 20 0 15 0 44072335 10917003264 2026460 33554432000 4194304 4196468 140723852158720 139671201769456 139671591211751 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9854976 140723852162161 140723852162313 140723852162313 140723852165071 0
[pid=2925/tid=2932] ppid=2922 vsize=10661136 memory=1012 CPUtime=56.05 cores=1,3,5,7
/proc/2925/task/2932/stat : 2932 (java) S 2922 2925 1778 0 -1 1077944384 138753 0 0 0 5597 8 0 0 20 0 15 0 44072336 10917003264 2026460 33554432000 4194304 4196468 140723852158720 139671090500704 139671598593749 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9854976 140723852162161 140723852162313 140723852162313 140723852165071 0
[pid=2925/tid=2933] ppid=2922 vsize=10661136 memory=1444 CPUtime=0 cores=1,3,5,7
/proc/2925/task/2933/stat : 2933 (java) S 2922 2925 1778 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 44072336 10917003264 2026460 33554432000 4194304 4196468 140723852158720 139671089448672 139671598593749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9854976 140723852162161 140723852162313 140723852162313 140723852165071 0
[pid=2925/tid=2934] ppid=2922 vsize=10661136 memory=8105840 CPUtime=0 cores=1,3,5,7
/proc/2925/task/2934/stat : 2934 (java) S 2922 2925 1778 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 15 0 44072337 10917003264 2026460 33554432000 4194304 4196468 140723852158720 139671088395520 139671598593749 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9854976 140723852162161 140723852162313 140723852162313 140723852165071 0
[pid=2925/tid=2935] ppid=2922 vsize=10661136 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/2925/task/2935/stat : 2935 (java) S 2922 2925 1778 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 15 0 44072339 10917003264 2026460 33554432000 4194304 4196468 140723852158720 139671087343728 139671598593749 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9854976 140723852162161 140723852162313 140723852162313 140723852165071 0
[pid=2925/tid=2936] ppid=2922 vsize=10661136 memory=4126316290023845779 CPUtime=2.6 cores=1,3,5,7
/proc/2925/task/2936/stat : 2936 (java) S 2922 2925 1778 0 -1 1077944384 18477 0 0 0 258 2 0 0 20 0 15 0 44072339 10917003264 2026460 33554432000 4194304 4196468 140723852158720 139671086291184 139671598594690 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9854976 140723852162161 140723852162313 140723852162313 140723852165071 0
[pid=2925/tid=2937] ppid=2922 vsize=10661136 memory=928 CPUtime=3.03 cores=1,3,5,7
/proc/2925/task/2937/stat : 2937 (java) S 2922 2925 1778 0 -1 1077944384 15923 0 0 0 301 2 0 0 20 0 15 0 44072339 10917003264 2026460 33554432000 4194304 4196468 140723852158720 139671085238640 139671598594690 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9854976 140723852162161 140723852162313 140723852162313 140723852165071 0
[pid=2925/tid=2938] ppid=2922 vsize=10661136 memory=1580 CPUtime=0.76 cores=1,3,5,7
/proc/2925/task/2938/stat : 2938 (java) S 2922 2925 1778 0 -1 1077944384 6295 0 0 0 75 1 0 0 20 0 15 0 44072339 10917003264 2026460 33554432000 4194304 4196468 140723852158720 139671084185584 139671598594690 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9854976 140723852162161 140723852162313 140723852162313 140723852165071 0
[pid=2925/tid=2939] ppid=2922 vsize=10661136 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/2925/task/2939/stat : 2939 (java) S 2922 2925 1778 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44072339 10917003264 2026460 33554432000 4194304 4196468 140723852158720 139671083133280 139671598593749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9854976 140723852162161 140723852162313 140723852162313 140723852165071 0
[pid=2925/tid=2940] ppid=2922 vsize=10661136 memory=4136 CPUtime=0.49 cores=1,3,5,7
/proc/2925/task/2940/stat : 2940 (java) S 2922 2925 1778 0 -1 1077944384 1537 0 0 0 21 28 0 0 20 0 15 0 44072339 10917003264 2026460 33554432000 4194304 4196468 140723852158720 139671082081328 139671598594690 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9854976 140723852162161 140723852162313 140723852162313 140723852165071 0
Current children cumulated CPU time: 2404.66 s
Current children cumulated vsize: 10661136 KiB
Current children cumulated memory: 8105840 KiB

[startup+680.401 s]
/proc/loadavg: 4.61 4.26 3.30 6/217 2959
/proc/meminfo: memFree=11305776/32770624 swapFree=67108860/67108860
[pid=2925] ppid=2922 vsize=10661136 memory=8105840 CPUtime=2406.19 cores=1,3,5,7
/proc/2925/stat : 2925 (java) S 2922 2925 1778 0 -1 1077944320 2839297 0 0 0 239557 1062 0 0 20 0 15 0 44072333 10917003264 2026460 33554432000 4194304 4196468 140723852158720 140723852141264 139671598583543 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9854976 140723852162161 140723852162313 140723852162313 140723852165071 0
/proc/2925/statm: 2665284 2026460 3186 1 0 2627775 0
[pid=2925/tid=2927] ppid=2922 vsize=10661136 memory=1580 CPUtime=40.55 cores=1,3,5,7
/proc/2925/task/2927/stat : 2927 (java) S 2922 2925 1778 0 -1 1077944384 27051 0 0 0 4034 21 0 0 20 0 15 0 44072334 10917003264 2026460 33554432000 4194304 4196468 140723852158720 139671602820160 139671598593749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9854976 140723852162161 140723852162313 140723852162313 140723852165071 0
[pid=2925/tid=2928] ppid=2922 vsize=10661136 memory=2244 CPUtime=575.72 cores=1,3,5,7
/proc/2925/task/2928/stat : 2928 (java) R 2922 2925 1778 0 -1 4202560 593777 0 0 0 57315 257 0 0 20 0 15 0 44072335 10917003264 2026460 33554432000 4194304 4196468 140723852158720 139671535274096 139671591211751 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9854976 140723852162161 140723852162313 140723852162313 140723852165071 0
[pid=2925/tid=2929] ppid=2922 vsize=10661136 memory=4136 CPUtime=575.91 cores=1,3,5,7
/proc/2925/task/2929/stat : 2929 (java) R 2922 2925 1778 0 -1 4202560 706639 0 0 0 57336 255 0 0 20 0 15 0 44072335 10917003264 2026460 33554432000 4194304 4196468 140723852158720 139671534222168 139671580180627 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 9854976 140723852162161 140723852162313 140723852162313 140723852165071 0
[pid=2925/tid=2930] ppid=2922 vsize=10661136 memory=2204 CPUtime=575.16 cores=1,3,5,7
/proc/2925/task/2930/stat : 2930 (java) R 2922 2925 1778 0 -1 4202560 426312 0 0 0 57281 235 0 0 20 0 15 0 44072335 10917003264 2026460 33554432000 4194304 4196468 140723852158720 139671533168912 139671583281318 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9854976 140723852162161 140723852162313 140723852162313 140723852165071 0
[pid=2925/tid=2931] ppid=2922 vsize=10661136 memory=7532 CPUtime=575.82 cores=1,3,5,7
/proc/2925/task/2931/stat : 2931 (java) R 2922 2925 1778 0 -1 4202560 903114 0 0 0 57312 270 0 0 20 0 15 0 44072335 10917003264 2026460 33554432000 4194304 4196468 140723852158720 139671201769456 139671591211751 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9854976 140723852162161 140723852162313 140723852162313 140723852165071 0
[pid=2925/tid=2932] ppid=2922 vsize=10661136 memory=8112282956445269571 CPUtime=56.05 cores=1,3,5,7
/proc/2925/task/2932/stat : 2932 (java) S 2922 2925 1778 0 -1 1077944384 138753 0 0 0 5597 8 0 0 20 0 15 0 44072336 10917003264 2026460 33554432000 4194304 4196468 140723852158720 139671090500704 139671598593749 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9854976 140723852162161 140723852162313 140723852162313 140723852165071 0
[pid=2925/tid=2933] ppid=2922 vsize=10661136 memory=3348 CPUtime=0 cores=1,3,5,7
/proc/2925/task/2933/stat : 2933 (java) S 2922 2925 1778 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 44072336 10917003264 2026460 33554432000 4194304 4196468 140723852158720 139671089448672 139671598593749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9854976 140723852162161 140723852162313 140723852162313 140723852165071 0
[pid=2925/tid=2934] ppid=2922 vsize=10661136 memory=1783800 CPUtime=0 cores=1,3,5,7
/proc/2925/task/2934/stat : 2934 (java) S 2922 2925 1778 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 15 0 44072337 10917003264 2026460 33554432000 4194304 4196468 140723852158720 139671088395520 139671598593749 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9854976 140723852162161 140723852162313 140723852162313 140723852165071 0
[pid=2925/tid=2935] ppid=2922 vsize=10661136 memory=1408 CPUtime=0 cores=1,3,5,7
/proc/2925/task/2935/stat : 2935 (java) S 2922 2925 1778 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 15 0 44072339 10917003264 2026460 33554432000 4194304 4196468 140723852158720 139671087343728 139671598593749 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9854976 140723852162161 140723852162313 140723852162313 140723852165071 0
[pid=2925/tid=2936] ppid=2922 vsize=10661136 memory=3216 CPUtime=2.6 cores=1,3,5,7
/proc/2925/task/2936/stat : 2936 (java) S 2922 2925 1778 0 -1 1077944384 18477 0 0 0 258 2 0 0 20 0 15 0 44072339 10917003264 2026460 33554432000 4194304 4196468 140723852158720 139671086291184 139671598594690 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9854976 140723852162161 140723852162313 140723852162313 140723852165071 0
[pid=2925/tid=2937] ppid=2922 vsize=10661136 memory=8105840 CPUtime=3.03 cores=1,3,5,7
/proc/2925/task/2937/stat : 2937 (java) S 2922 2925 1778 0 -1 1077944384 15923 0 0 0 301 2 0 0 20 0 15 0 44072339 10917003264 2026460 33554432000 4194304 4196468 140723852158720 139671085238640 139671598594690 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9854976 140723852162161 140723852162313 140723852162313 140723852165071 0
[pid=2925/tid=2938] ppid=2922 vsize=10661136 memory=8105840 CPUtime=0.76 cores=1,3,5,7
/proc/2925/task/2938/stat : 2938 (java) S 2922 2925 1778 0 -1 1077944384 6295 0 0 0 75 1 0 0 20 0 15 0 44072339 10917003264 2026460 33554432000 4194304 4196468 140723852158720 139671084185584 139671598594690 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9854976 140723852162161 140723852162313 140723852162313 140723852165071 0
[pid=2925/tid=2939] ppid=2922 vsize=10661136 memory=960 CPUtime=0 cores=1,3,5,7
/proc/2925/task/2939/stat : 2939 (java) S 2922 2925 1778 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44072339 10917003264 2026460 33554432000 4194304 4196468 140723852158720 139671083133280 139671598593749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9854976 140723852162161 140723852162313 140723852162313 140723852165071 0
[pid=2925/tid=2940] ppid=2922 vsize=10661136 memory=1236 CPUtime=0.49 cores=1,3,5,7
/proc/2925/task/2940/stat : 2940 (java) S 2922 2925 1778 0 -1 1077944384 1537 0 0 0 21 28 0 0 20 0 15 0 44072339 10917003264 2026460 33554432000 4194304 4196468 140723852158720 139671082081328 139671598594690 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9854976 140723852162161 140723852162313 140723852162313 140723852165071 0
Current children cumulated CPU time: 2406.19 s
Current children cumulated vsize: 10661136 KiB
Current children cumulated memory: 8105840 KiB

[startup+680.801 s]
/proc/loadavg: 4.61 4.26 3.30 6/217 2959
/proc/meminfo: memFree=11305776/32770624 swapFree=67108860/67108860
[pid=2925] ppid=2922 vsize=10661136 memory=8105840 CPUtime=2407.76 cores=1,3,5,7
/proc/2925/stat : 2925 (java) S 2922 2925 1778 0 -1 1077944320 2839297 0 0 0 239714 1062 0 0 20 0 15 0 44072333 10917003264 2026460 33554432000 4194304 4196468 140723852158720 140723852141264 139671598583543 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9854976 140723852162161 140723852162313 140723852162313 140723852165071 0
/proc/2925/statm: 2665284 2026460 3186 1 0 2627775 0
[pid=2925/tid=2927] ppid=2922 vsize=10661136 memory=4048 CPUtime=40.55 cores=1,3,5,7
/proc/2925/task/2927/stat : 2927 (java) S 2922 2925 1778 0 -1 1077944384 27051 0 0 0 4034 21 0 0 20 0 15 0 44072334 10917003264 2026460 33554432000 4194304 4196468 140723852158720 139671602820160 139671598593749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9854976 140723852162161 140723852162313 140723852162313 140723852165071 0
[pid=2925/tid=2928] ppid=2922 vsize=10661136 memory=640 CPUtime=576.1 cores=1,3,5,7
/proc/2925/task/2928/stat : 2928 (java) R 2922 2925 1778 0 -1 4202560 593777 0 0 0 57353 257 0 0 20 0 15 0 44072335 10917003264 2026460 33554432000 4194304 4196468 140723852158720 139671535274096 139671591211751 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9854976 140723852162161 140723852162313 140723852162313 140723852165071 0
[pid=2925/tid=2929] ppid=2922 vsize=10661136 memory=8105840 CPUtime=576.31 cores=1,3,5,7
/proc/2925/task/2929/stat : 2929 (java) R 2922 2925 1778 0 -1 4202560 706639 0 0 0 57376 255 0 0 20 0 15 0 44072335 10917003264 2026460 33554432000 4194304 4196468 140723852158720 139671534222168 139671580180554 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 9854976 140723852162161 140723852162313 140723852162313 140723852165071 0
[pid=2925/tid=2930] ppid=2922 vsize=10661136 memory=14900 CPUtime=575.56 cores=1,3,5,7
/proc/2925/task/2930/stat : 2930 (java) R 2922 2925 1778 0 -1 4202560 426312 0 0 0 57321 235 0 0 20 0 15 0 44072335 10917003264 2026460 33554432000 4194304 4196468 140723852158720 139671533169112 139671583534148 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9854976 140723852162161 140723852162313 140723852162313 140723852165071 0
[pid=2925/tid=2931] ppid=2922 vsize=10661136 memory=1296 CPUtime=576.2 cores=1,3,5,7
/proc/2925/task/2931/stat : 2931 (java) R 2922 2925 1778 0 -1 4202560 903114 0 0 0 57350 270 0 0 20 0 15 0 44072335 10917003264 2026460 33554432000 4194304 4196468 140723852158720 139671201769456 139671591211751 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9854976 140723852162161 140723852162313 140723852162313 140723852165071 0
[pid=2925/tid=2932] ppid=2922 vsize=10661136 memory=8112282956445269571 CPUtime=56.05 cores=1,3,5,7
/proc/2925/task/2932/stat : 2932 (java) S 2922 2925 1778 0 -1 1077944384 138753 0 0 0 5597 8 0 0 20 0 15 0 44072336 10917003264 2026460 33554432000 4194304 4196468 140723852158720 139671090500704 139671598593749 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9854976 140723852162161 140723852162313 140723852162313 140723852165071 0
[pid=2925/tid=2933] ppid=2922 vsize=10661136 memory=7532 CPUtime=0 cores=1,3,5,7
/proc/2925/task/2933/stat : 2933 (java) S 2922 2925 1778 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 44072336 10917003264 2026460 33554432000 4194304 4196468 140723852158720 139671089448672 139671598593749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9854976 140723852162161 140723852162313 140723852162313 140723852165071 0
[pid=2925/tid=2934] ppid=2922 vsize=10661136 memory=844 CPUtime=0 cores=1,3,5,7
/proc/2925/task/2934/stat : 2934 (java) S 2922 2925 1778 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 15 0 44072337 10917003264 2026460 33554432000 4194304 4196468 140723852158720 139671088395520 139671598593749 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9854976 140723852162161 140723852162313 140723852162313 140723852165071 0
[pid=2925/tid=2935] ppid=2922 vsize=10661136 memory=4104 CPUtime=0 cores=1,3,5,7
/proc/2925/task/2935/stat : 2935 (java) S 2922 2925 1778 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 15 0 44072339 10917003264 2026460 33554432000 4194304 4196468 140723852158720 139671087343728 139671598593749 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9854976 140723852162161 140723852162313 140723852162313 140723852165071 0
[pid=2925/tid=2936] ppid=2922 vsize=10661136 memory=1408 CPUtime=2.6 cores=1,3,5,7
/proc/2925/task/2936/stat : 2936 (java) S 2922 2925 1778 0 -1 1077944384 18477 0 0 0 258 2 0 0 20 0 15 0 44072339 10917003264 2026460 33554432000 4194304 4196468 140723852158720 139671086291184 139671598594690 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9854976 140723852162161 140723852162313 140723852162313 140723852165071 0
[pid=2925/tid=2937] ppid=2922 vsize=10661136 memory=3348 CPUtime=3.03 cores=1,3,5,7
/proc/2925/task/2937/stat : 2937 (java) S 2922 2925 1778 0 -1 1077944384 15923 0 0 0 301 2 0 0 20 0 15 0 44072339 10917003264 2026460 33554432000 4194304 4196468 140723852158720 139671085238640 139671598594690 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9854976 140723852162161 140723852162313 140723852162313 140723852165071 0
[pid=2925/tid=2938] ppid=2922 vsize=10661136 memory=1783800 CPUtime=0.76 cores=1,3,5,7
/proc/2925/task/2938/stat : 2938 (java) S 2922 2925 1778 0 -1 1077944384 6295 0 0 0 75 1 0 0 20 0 15 0 44072339 10917003264 2026460 33554432000 4194304 4196468 140723852158720 139671084185584 139671598594690 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9854976 140723852162161 140723852162313 140723852162313 140723852165071 0
[pid=2925/tid=2939] ppid=2922 vsize=10661136 memory=288230574492221466 CPUtime=0 cores=1,3,5,7
/proc/2925/task/2939/stat : 2939 (java) S 2922 2925 1778 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44072339 10917003264 2026460 33554432000 4194304 4196468 140723852158720 139671083133280 139671598593749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9854976 140723852162161 140723852162313 140723852162313 140723852165071 0
[pid=2925/tid=2940] ppid=2922 vsize=10661136 memory=288230583166042426 CPUtime=0.49 cores=1,3,5,7
/proc/2925/task/2940/stat : 2940 (java) S 2922 2925 1778 0 -1 1077944384 1537 0 0 0 21 28 0 0 20 0 15 0 44072339 10917003264 2026460 33554432000 4194304 4196468 140723852158720 139671082081328 139671598594690 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9854976 140723852162161 140723852162313 140723852162313 140723852165071 0
Current children cumulated CPU time: 2407.76 s
Current children cumulated vsize: 10661136 KiB
Current children cumulated memory: 8105840 KiB

[startup+680.901 s]
/proc/loadavg: 4.61 4.26 3.30 6/217 2959
/proc/meminfo: memFree=11305776/32770624 swapFree=67108860/67108860
[pid=2925] ppid=2922 vsize=10661136 memory=8105840 CPUtime=2408.15 cores=1,3,5,7
/proc/2925/stat : 2925 (java) S 2922 2925 1778 0 -1 1077944320 2839297 0 0 0 239753 1062 0 0 20 0 15 0 44072333 10917003264 2026460 33554432000 4194304 4196468 140723852158720 140723852141264 139671598583543 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9854976 140723852162161 140723852162313 140723852162313 140723852165071 0
/proc/2925/statm: 2665284 2026460 3186 1 0 2627775 0
[pid=2925/tid=2927] ppid=2922 vsize=10661136 memory=8105840 CPUtime=40.55 cores=1,3,5,7
/proc/2925/task/2927/stat : 2927 (java) S 2922 2925 1778 0 -1 1077944384 27051 0 0 0 4034 21 0 0 20 0 15 0 44072334 10917003264 2026460 33554432000 4194304 4196468 140723852158720 139671602820160 139671598593749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9854976 140723852162161 140723852162313 140723852162313 140723852165071 0
[pid=2925/tid=2928] ppid=2922 vsize=10661136 memory=8105840 CPUtime=576.19 cores=1,3,5,7
/proc/2925/task/2928/stat : 2928 (java) R 2922 2925 1778 0 -1 4202560 593777 0 0 0 57362 257 0 0 20 0 15 0 44072335 10917003264 2026460 33554432000 4194304 4196468 140723852158720 139671535274096 139671591211751 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9854976 140723852162161 140723852162313 140723852162313 140723852165071 0
[pid=2925/tid=2929] ppid=2922 vsize=10661136 memory=8105840 CPUtime=576.41 cores=1,3,5,7
/proc/2925/task/2929/stat : 2929 (java) R 2922 2925 1778 0 -1 4202560 706639 0 0 0 57386 255 0 0 20 0 15 0 44072335 10917003264 2026460 33554432000 4194304 4196468 140723852158720 139671534222168 139671583534137 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 9854976 140723852162161 140723852162313 140723852162313 140723852165071 0
[pid=2925/tid=2930] ppid=2922 vsize=10661136 memory=8105840 CPUtime=575.66 cores=1,3,5,7
/proc/2925/task/2930/stat : 2930 (java) R 2922 2925 1778 0 -1 4202560 426312 0 0 0 57331 235 0 0 20 0 15 0 44072335 10917003264 2026460 33554432000 4194304 4196468 140723852158720 139671533169112 139671583568839 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9854976 140723852162161 140723852162313 140723852162313 140723852165071 0
[pid=2925/tid=2931] ppid=2922 vsize=10661136 memory=8105840 CPUtime=576.3 cores=1,3,5,7
/proc/2925/task/2931/stat : 2931 (java) R 2922 2925 1778 0 -1 4202560 903114 0 0 0 57360 270 0 0 20 0 15 0 44072335 10917003264 2026460 33554432000 4194304 4196468 140723852158720 139671201769456 139671591211751 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9854976 140723852162161 140723852162313 140723852162313 140723852165071 0
[pid=2925/tid=2932] ppid=2922 vsize=10661136 memory=8105840 CPUtime=56.05 cores=1,3,5,7
/proc/2925/task/2932/stat : 2932 (java) S 2922 2925 1778 0 -1 1077944384 138753 0 0 0 5597 8 0 0 20 0 15 0 44072336 10917003264 2026460 33554432000 4194304 4196468 140723852158720 139671090500704 139671598593749 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9854976 140723852162161 140723852162313 140723852162313 140723852165071 0
[pid=2925/tid=2933] ppid=2922 vsize=10661136 memory=8105840 CPUtime=0 cores=1,3,5,7
/proc/2925/task/2933/stat : 2933 (java) S 2922 2925 1778 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 44072336 10917003264 2026460 33554432000 4194304 4196468 140723852158720 139671089448672 139671598593749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9854976 140723852162161 140723852162313 140723852162313 140723852165071 0
[pid=2925/tid=2934] ppid=2922 vsize=10661136 memory=8105840 CPUtime=0 cores=1,3,5,7
/proc/2925/task/2934/stat : 2934 (java) S 2922 2925 1778 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 15 0 44072337 10917003264 2026460 33554432000 4194304 4196468 140723852158720 139671088395520 139671598593749 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9854976 140723852162161 140723852162313 140723852162313 140723852165071 0
[pid=2925/tid=2935] ppid=2922 vsize=10661136 memory=8105840 CPUtime=0 cores=1,3,5,7
/proc/2925/task/2935/stat : 2935 (java) S 2922 2925 1778 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 15 0 44072339 10917003264 2026460 33554432000 4194304 4196468 140723852158720 139671087343728 139671598593749 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9854976 140723852162161 140723852162313 140723852162313 140723852165071 0
[pid=2925/tid=2936] ppid=2922 vsize=10661136 memory=8105840 CPUtime=2.6 cores=1,3,5,7
/proc/2925/task/2936/stat : 2936 (java) S 2922 2925 1778 0 -1 1077944384 18477 0 0 0 258 2 0 0 20 0 15 0 44072339 10917003264 2026460 33554432000 4194304 4196468 140723852158720 139671086291184 139671598594690 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9854976 140723852162161 140723852162313 140723852162313 140723852165071 0
[pid=2925/tid=2937] ppid=2922 vsize=10661136 memory=8105840 CPUtime=3.03 cores=1,3,5,7
/proc/2925/task/2937/stat : 2937 (java) S 2922 2925 1778 0 -1 1077944384 15923 0 0 0 301 2 0 0 20 0 15 0 44072339 10917003264 2026460 33554432000 4194304 4196468 140723852158720 139671085238640 139671598594690 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9854976 140723852162161 140723852162313 140723852162313 140723852165071 0
[pid=2925/tid=2938] ppid=2922 vsize=10661136 memory=4140 CPUtime=0.76 cores=1,3,5,7
/proc/2925/task/2938/stat : 2938 (java) S 2922 2925 1778 0 -1 1077944384 6295 0 0 0 75 1 0 0 20 0 15 0 44072339 10917003264 2026460 33554432000 4194304 4196468 140723852158720 139671084185584 139671598594690 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9854976 140723852162161 140723852162313 140723852162313 140723852165071 0
[pid=2925/tid=2939] ppid=2922 vsize=10661136 memory=8105840 CPUtime=0 cores=1,3,5,7
/proc/2925/task/2939/stat : 2939 (java) S 2922 2925 1778 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44072339 10917003264 2026460 33554432000 4194304 4196468 140723852158720 139671083133280 139671598593749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9854976 140723852162161 140723852162313 140723852162313 140723852165071 0
[pid=2925/tid=2940] ppid=2922 vsize=10661136 memory=8105840 CPUtime=0.49 cores=1,3,5,7
/proc/2925/task/2940/stat : 2940 (java) S 2922 2925 1778 0 -1 1077944384 1537 0 0 0 21 28 0 0 20 0 15 0 44072339 10917003264 2026460 33554432000 4194304 4196468 140723852158720 139671082081328 139671598594690 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9854976 140723852162161 140723852162313 140723852162313 140723852165071 0
Current children cumulated CPU time: 2408.15 s
Current children cumulated vsize: 10661136 KiB
Current children cumulated memory: 8105840 KiB

Child ended because it received signal 9 (SIGKILL)
Real time (s): 680.98
CPU time (s): 2408.27
CPU user time (s): 2397.58
CPU system time (s): 10.6964
CPU usage (%): 353.648
Max. virtual memory (cumulated for all children) (KiB): 10663724
Max. memory (cumulated for all children) (KiB): 8105840

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2397.58
system time used= 10.6964
maximum resident set size= 8106112
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2839301
page faults= 0
swaps= 0
block input operations= 0
block output operations= 832
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 43000
involuntary context switches= 21205


# summary of solver processes directly reported to runsolver:
#   pid: 2925
#   total CPU time (s): 2408.27
#   total CPU user time (s): 2397.58
#   total CPU system time (s): 10.6964

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.05592 second user time and 6.6995 second system time

The end

Launcher Data

Begin job on node104 at 2018-07-22 15:11:32
IDJOB=4291998
IDBENCH=141263
IDSOLVER=2742
FILE ID=node104/4291998-1532265090
RUNJOBID= node104-1532259870-1810
PBS_JOBID= 21018962
Free space on /tmp= 56972 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-4291998-1532265090/watcher-4291998-1532265090 -o /tmp/evaluation-result-4291998-1532265090/solver-4291998-1532265090 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node104-1532259870-1810 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4291998-1532265090.xml

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

MD5SUM BENCH= 0ae5362fc8ec35126a2a174beba608b8
RANDOM SEED=1232575848

node104.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.11
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.11
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.11
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.11
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:        19606220 kB
MemAvailable:   30354372 kB
Buffers:          238344 kB
Cached:         10711284 kB
SwapCached:            0 kB
Active:          3675640 kB
Inactive:        8909952 kB
Active(anon):    1638588 kB
Inactive(anon):    17088 kB
Active(file):    2037052 kB
Inactive(file):  8892864 kB
Unevictable:        7176 kB
Mlocked:            7176 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:            279148 kB
Writeback:             8 kB
AnonPages:       1643128 kB
Mapped:            47584 kB
Shmem:             17036 kB
Slab:             274448 kB
SReclaimable:     246696 kB
SUnreclaim:        27752 kB
KernelStack:        3552 kB
PageTables:         8316 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4059792 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1435648 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 56968 MiB
End job on node104 at 2018-07-22 15:22:53