Trace number 4298624

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SuperSolver_Macq_Stevenart 2018-04-27? (TO) 2520.04 2511.31

General information on the benchmark

NameGracefulGraph/
GracefulGraph-K07-P03_c18.xml
MD5SUMca21bb45cdf77f5b8e0b27a9f8e7d69e
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables182
Number of constraints79
Number of domains2
Minimum domain size77
Maximum domain size78
Distribution of domain sizes[{"size":77,"count":77},{"size":78,"count":21}]
Minimum variable degree0
Maximum variable degree9
Distribution of variable degrees[{"degree":0,"count":84},{"degree":2,"count":77},{"degree":8,"count":14},{"degree":9,"count":7}]
Minimum constraint arity3
Maximum constraint arity77
Distribution of constraint arities[{"arity":3,"count":77},{"arity":21,"count":1},{"arity":77,"count":1}]
Number of extensional constraints0
Number of intensional constraints77
Distribution of constraint types[{"type":"intension","count":77},{"type":"allDifferent","count":2}]
Optimization problemNO
Type of objective

Solver Data

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

Verifier Data


Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4298624-1532811810/watcher-4298624-1532811810 -o /tmp/evaluation-result-4298624-1532811810/solver-4298624-1532811810 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1532811810-20544 --watchdog 2580 java -jar HOME/bestMinicp.jar HOME/instance-4298624-1532811810.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=20579, runsolver pid=20576

[startup+0.100959 s]*
/proc/loadavg: 0.64 1.02 1.35 7/220 20602
/proc/meminfo: memFree=23633008/32770624 swapFree=67108860/67108860
[pid=20579] ppid=20576 vsize=10661052 memory=28616 CPUtime=0.12 cores=1,3,5,7
/proc/20579/stat : 20579 (java) S 20576 20579 20512 0 -1 1077944320 5017 0 0 0 12 0 0 0 20 0 15 0 98744159 10916917248 7154 33554432000 4194304 4196468 140730499626224 140730499608768 140584696254199 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 32321536 140730499634314 140730499634441 140730499634441 140730499637199 0
/proc/20579/statm: 2665263 7154 2838 1 0 2627263 0
[pid=20579/tid=20582] ppid=20576 vsize=10661052 memory=-7254949987974015097 CPUtime=0.09 cores=1,3,5,7
/proc/20579/task/20582/stat : 20582 (java) R 20576 20579 20512 0 -1 4202560 2858 0 0 0 9 0 0 0 20 0 15 0 98744160 10916917248 7154 33554432000 4194304 4196468 140730499626224 140584700475360 140584295745095 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32321536 140730499634314 140730499634441 140730499634441 140730499637199 0
[pid=20579/tid=20584] ppid=20576 vsize=10661052 memory=5793855069636430265 CPUtime=0 cores=1,3,5,7
/proc/20579/task/20584/stat : 20584 (java) S 20576 20579 20512 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98744161 10916917248 7154 33554432000 4194304 4196468 140730499626224 140584622328592 140584696264405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32321536 140730499634314 140730499634441 140730499634441 140730499637199 0
[pid=20579/tid=20585] ppid=20576 vsize=10661052 memory=139818626537088 CPUtime=0 cores=1,3,5,7
/proc/20579/task/20585/stat : 20585 (java) S 20576 20579 20512 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98744161 10916917248 7154 33554432000 4194304 4196468 140730499626224 140584621276048 140584696264405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32321536 140730499634314 140730499634441 140730499634441 140730499637199 0
[pid=20579/tid=20586] ppid=20576 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20579/task/20586/stat : 20586 (java) S 20576 20579 20512 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98744161 10916917248 7154 33554432000 4194304 4196468 140730499626224 140584620223504 140584696264405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32321536 140730499634314 140730499634441 140730499634441 140730499637199 0
[pid=20579/tid=20587] ppid=20576 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20579/task/20587/stat : 20587 (java) S 20576 20579 20512 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98744161 10916917248 7154 33554432000 4194304 4196468 140730499626224 140584619170960 140584696264405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32321536 140730499634314 140730499634441 140730499634441 140730499637199 0
[pid=20579/tid=20588] ppid=20576 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20579/task/20588/stat : 20588 (java) S 20576 20579 20512 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98744162 10916917248 7154 33554432000 4194304 4196468 140730499626224 140584187525104 140584696265346 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32321536 140730499634314 140730499634441 140730499634441 140730499637199 0
[pid=20579/tid=20589] ppid=20576 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20579/task/20589/stat : 20589 (java) S 20576 20579 20512 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 98744162 10916917248 7154 33554432000 4194304 4196468 140730499626224 140584186471328 140584696264405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32321536 140730499634314 140730499634441 140730499634441 140730499637199 0
[pid=20579/tid=20594] ppid=20576 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20579/task/20594/stat : 20594 (java) S 20576 20579 20512 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 98744163 10916917248 7154 33554432000 4194304 4196468 140730499626224 140584185418736 140584696264405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32321536 140730499634314 140730499634441 140730499634441 140730499637199 0
[pid=20579/tid=20597] ppid=20576 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20579/task/20597/stat : 20597 (java) S 20576 20579 20512 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98744165 10916917248 7154 33554432000 4194304 4196468 140730499626224 140584184367312 140584696272795 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32321536 140730499634314 140730499634441 140730499634441 140730499637199 0
[pid=20579/tid=20598] ppid=20576 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20579/task/20598/stat : 20598 (java) R 20576 20579 20512 0 -1 1077944384 429 0 0 0 0 0 0 0 20 0 15 0 98744165 10916917248 7154 33554432000 4194304 4196468 140730499626224 140584183314928 140584696265346 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32321536 140730499634314 140730499634441 140730499634441 140730499637199 0
[pid=20579/tid=20599] ppid=20576 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20579/task/20599/stat : 20599 (java) R 20576 20579 20512 0 -1 4202560 54 0 0 0 0 0 0 0 20 0 15 0 98744165 10916917248 7154 33554432000 4194304 4196468 140730499626224 140584182262384 140584674087056 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32321536 140730499634314 140730499634441 140730499634441 140730499637199 0
[pid=20579/tid=20600] ppid=20576 vsize=10661052 memory=139818626537088 CPUtime=0.02 cores=1,3,5,7
/proc/20579/task/20600/stat : 20600 (java) R 20576 20579 20512 0 -1 4202560 340 0 0 0 2 0 0 0 20 0 15 0 98744165 10916917248 7154 33554432000 4194304 4196468 140730499626224 140584181209840 140584696275546 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32321536 140730499634314 140730499634441 140730499634441 140730499637199 0
[pid=20579/tid=20601] ppid=20576 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20579/task/20601/stat : 20601 (java) S 20576 20579 20512 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98744165 10916917248 7154 33554432000 4194304 4196468 140730499626224 140584180157536 140584696264405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32321536 140730499634314 140730499634441 140730499634441 140730499637199 0
[pid=20579/tid=20602] ppid=20576 vsize=10661052 memory=139818626537088 CPUtime=0 cores=1,3,5,7
/proc/20579/task/20602/stat : 20602 (java) S 20576 20579 20512 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98744165 10916917248 7154 33554432000 4194304 4196468 140730499626224 140584179104048 140584696265346 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32321536 140730499634314 140730499634441 140730499634441 140730499637199 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10661052 KiB
Current children cumulated memory: 28616 KiB

[startup+0.210882 s]*
/proc/loadavg: 0.64 1.02 1.35 6/220 20602
/proc/meminfo: memFree=23612672/32770624 swapFree=67108860/67108860
[pid=20579] ppid=20576 vsize=10661128 memory=40568 CPUtime=0.34 cores=1,3,5,7
/proc/20579/stat : 20579 (java) S 20576 20579 20512 0 -1 1077944320 7711 0 0 0 32 2 0 0 20 0 15 0 98744159 10916995072 10142 33554432000 4194304 4196468 140730499626224 140730499608768 140584696254199 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 32321536 140730499634314 140730499634441 140730499634441 140730499637199 0
/proc/20579/statm: 2665282 10142 2986 1 0 2627263 0
[pid=20579/tid=20582] ppid=20576 vsize=10661128 memory=6735269665583770266 CPUtime=0.2 cores=1,3,5,7
/proc/20579/task/20582/stat : 20582 (java) R 20576 20579 20512 0 -1 4202560 4743 0 0 0 19 1 0 0 20 0 15 0 98744160 10916995072 10185 33554432000 4194304 4196468 140730499626224 140584700486512 140584680334686 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32321536 140730499634314 140730499634441 140730499634441 140730499637199 0
[pid=20579/tid=20584] ppid=20576 vsize=10661128 memory=4211973544831327626 CPUtime=0 cores=1,3,5,7
/proc/20579/task/20584/stat : 20584 (java) S 20576 20579 20512 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98744161 10916995072 10185 33554432000 4194304 4196468 140730499626224 140584622328592 140584696264405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32321536 140730499634314 140730499634441 140730499634441 140730499637199 0
[pid=20579/tid=20585] ppid=20576 vsize=10661128 memory=139818626537088 CPUtime=0 cores=1,3,5,7
/proc/20579/task/20585/stat : 20585 (java) S 20576 20579 20512 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98744161 10916995072 10185 33554432000 4194304 4196468 140730499626224 140584621276048 140584696264405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32321536 140730499634314 140730499634441 140730499634441 140730499637199 0
[pid=20579/tid=20586] ppid=20576 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20579/task/20586/stat : 20586 (java) S 20576 20579 20512 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98744161 10916995072 10185 33554432000 4194304 4196468 140730499626224 140584620223504 140584696264405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32321536 140730499634314 140730499634441 140730499634441 140730499637199 0
[pid=20579/tid=20587] ppid=20576 vsize=10661128 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20579/task/20587/stat : 20587 (java) S 20576 20579 20512 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98744161 10916995072 10185 33554432000 4194304 4196468 140730499626224 140584619170960 140584696264405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32321536 140730499634314 140730499634441 140730499634441 140730499637199 0
[pid=20579/tid=20588] ppid=20576 vsize=10661128 memory=139818626537088 CPUtime=0 cores=1,3,5,7
/proc/20579/task/20588/stat : 20588 (java) S 20576 20579 20512 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98744162 10916995072 10185 33554432000 4194304 4196468 140730499626224 140584187525104 140584696265346 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32321536 140730499634314 140730499634441 140730499634441 140730499637199 0
[pid=20579/tid=20589] ppid=20576 vsize=10661128 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20579/task/20589/stat : 20589 (java) S 20576 20579 20512 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 98744162 10916995072 10185 33554432000 4194304 4196468 140730499626224 140584186471328 140584696264405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32321536 140730499634314 140730499634441 140730499634441 140730499637199 0
[pid=20579/tid=20594] ppid=20576 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20579/task/20594/stat : 20594 (java) S 20576 20579 20512 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 98744163 10916995072 10185 33554432000 4194304 4196468 140730499626224 140584185418736 140584696264405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32321536 140730499634314 140730499634441 140730499634441 140730499637199 0
[pid=20579/tid=20597] ppid=20576 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20579/task/20597/stat : 20597 (java) S 20576 20579 20512 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98744165 10916995072 10185 33554432000 4194304 4196468 140730499626224 140584184367312 140584696272795 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32321536 140730499634314 140730499634441 140730499634441 140730499637199 0
[pid=20579/tid=20598] ppid=20576 vsize=10661128 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/20579/task/20598/stat : 20598 (java) S 20576 20579 20512 0 -1 1077944384 684 0 0 0 3 0 0 0 20 0 15 0 98744165 10916995072 10185 33554432000 4194304 4196468 140730499626224 140584183314928 140584696265346 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32321536 140730499634314 140730499634441 140730499634441 140730499637199 0
[pid=20579/tid=20599] ppid=20576 vsize=10661128 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/20579/task/20599/stat : 20599 (java) S 20576 20579 20512 0 -1 1077944384 84 0 0 0 1 0 0 0 20 0 15 0 98744165 10916995072 10185 33554432000 4194304 4196468 140730499626224 140584182262384 140584696265346 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32321536 140730499634314 140730499634441 140730499634441 140730499637199 0
[pid=20579/tid=20600] ppid=20576 vsize=10661128 memory=139818626537088 CPUtime=0.08 cores=1,3,5,7
/proc/20579/task/20600/stat : 20600 (java) S 20576 20579 20512 0 -1 1077944384 839 0 0 0 8 0 0 0 20 0 15 0 98744165 10916995072 10185 33554432000 4194304 4196468 140730499626224 140584181209840 140584696265346 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32321536 140730499634314 140730499634441 140730499634441 140730499637199 0
[pid=20579/tid=20601] ppid=20576 vsize=10661128 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20579/task/20601/stat : 20601 (java) S 20576 20579 20512 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98744165 10916995072 10185 33554432000 4194304 4196468 140730499626224 140584180157536 140584696264405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32321536 140730499634314 140730499634441 140730499634441 140730499637199 0
[pid=20579/tid=20602] ppid=20576 vsize=10661128 memory=139818626537088 CPUtime=0 cores=1,3,5,7
/proc/20579/task/20602/stat : 20602 (java) S 20576 20579 20512 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98744165 10916995072 10185 33554432000 4194304 4196468 140730499626224 140584179104048 140584696265346 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32321536 140730499634314 140730499634441 140730499634441 140730499637199 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 40568 KiB

[startup+0.315459 s]*
/proc/loadavg: 0.64 1.02 1.35 5/220 20602
/proc/meminfo: memFree=23599396/32770624 swapFree=67108860/67108860
[pid=20579] ppid=20576 vsize=10661128 memory=46924 CPUtime=0.58 cores=1,3,5,7
/proc/20579/stat : 20579 (java) S 20576 20579 20512 0 -1 1077944320 8323 0 0 0 56 2 0 0 20 0 15 0 98744159 10916995072 11731 33554432000 4194304 4196468 140730499626224 140730499608768 140584696254199 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 32321536 140730499634314 140730499634441 140730499634441 140730499637199 0
/proc/20579/statm: 2665282 11731 3026 1 0 2627263 0
[pid=20579/tid=20582] ppid=20576 vsize=10661128 memory=6735269665583770266 CPUtime=0.3 cores=1,3,5,7
/proc/20579/task/20582/stat : 20582 (java) R 20576 20579 20512 0 -1 4202560 5074 0 0 0 29 1 0 0 20 0 15 0 98744160 10916995072 11731 33554432000 4194304 4196468 140730499626224 140584700492312 140584295728800 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32321536 140730499634314 140730499634441 140730499634441 140730499637199 0
[pid=20579/tid=20584] ppid=20576 vsize=10661128 memory=4211973544831327626 CPUtime=0 cores=1,3,5,7
/proc/20579/task/20584/stat : 20584 (java) S 20576 20579 20512 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98744161 10916995072 11731 33554432000 4194304 4196468 140730499626224 140584622328592 140584696264405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32321536 140730499634314 140730499634441 140730499634441 140730499637199 0
[pid=20579/tid=20585] ppid=20576 vsize=10661128 memory=279637126220160 CPUtime=0 cores=1,3,5,7
/proc/20579/task/20585/stat : 20585 (java) S 20576 20579 20512 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98744161 10916995072 11731 33554432000 4194304 4196468 140730499626224 140584621276048 140584696264405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32321536 140730499634314 140730499634441 140730499634441 140730499637199 0
[pid=20579/tid=20586] ppid=20576 vsize=10661128 memory=279636999393792 CPUtime=0 cores=1,3,5,7
/proc/20579/task/20586/stat : 20586 (java) S 20576 20579 20512 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98744161 10916995072 11731 33554432000 4194304 4196468 140730499626224 140584620223504 140584696264405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32321536 140730499634314 140730499634441 140730499634441 140730499637199 0
[pid=20579/tid=20587] ppid=20576 vsize=10661128 memory=139818499683087 CPUtime=0 cores=1,3,5,7
/proc/20579/task/20587/stat : 20587 (java) S 20576 20579 20512 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98744161 10916995072 11731 33554432000 4194304 4196468 140730499626224 140584619170960 140584696264405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32321536 140730499634314 140730499634441 140730499634441 140730499637199 0
[pid=20579/tid=20588] ppid=20576 vsize=10661128 memory=279637126227072 CPUtime=0 cores=1,3,5,7
/proc/20579/task/20588/stat : 20588 (java) S 20576 20579 20512 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98744162 10916995072 11731 33554432000 4194304 4196468 140730499626224 140584187525104 140584696265346 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32321536 140730499634314 140730499634441 140730499634441 140730499637199 0
[pid=20579/tid=20589] ppid=20576 vsize=10661128 memory=139818499687695 CPUtime=0 cores=1,3,5,7
/proc/20579/task/20589/stat : 20589 (java) S 20576 20579 20512 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 98744162 10916995072 11731 33554432000 4194304 4196468 140730499626224 140584186471328 140584696264405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32321536 140730499634314 140730499634441 140730499634441 140730499637199 0
[pid=20579/tid=20594] ppid=20576 vsize=10661128 memory=139818499710543 CPUtime=0 cores=1,3,5,7
/proc/20579/task/20594/stat : 20594 (java) S 20576 20579 20512 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 98744163 10916995072 11731 33554432000 4194304 4196468 140730499626224 140584185418736 140584696264405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32321536 140730499634314 140730499634441 140730499634441 140730499637199 0
[pid=20579/tid=20597] ppid=20576 vsize=10661128 memory=139818499712848 CPUtime=0 cores=1,3,5,7
/proc/20579/task/20597/stat : 20597 (java) S 20576 20579 20512 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98744165 10916995072 11731 33554432000 4194304 4196468 140730499626224 140584184367312 140584696272795 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32321536 140730499634314 140730499634441 140730499634441 140730499637199 0
[pid=20579/tid=20598] ppid=20576 vsize=10661128 memory=0 CPUtime=0.06 cores=1,3,5,7
/proc/20579/task/20598/stat : 20598 (java) S 20576 20579 20512 0 -1 1077944384 787 0 0 0 6 0 0 0 20 0 15 0 98744165 10916995072 11731 33554432000 4194304 4196468 140730499626224 140584183314928 140584696265346 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32321536 140730499634314 140730499634441 140730499634441 140730499637199 0
[pid=20579/tid=20599] ppid=20576 vsize=10661128 memory=-1 CPUtime=0.03 cores=1,3,5,7
/proc/20579/task/20599/stat : 20599 (java) S 20576 20579 20512 0 -1 1077944384 104 0 0 0 3 0 0 0 20 0 15 0 98744165 10916995072 11731 33554432000 4194304 4196468 140730499626224 140584182262384 140584696265346 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32321536 140730499634314 140730499634441 140730499634441 140730499637199 0
[pid=20579/tid=20600] ppid=20576 vsize=10661128 memory=139818626537088 CPUtime=0.16 cores=1,3,5,7
/proc/20579/task/20600/stat : 20600 (java) R 20576 20579 20512 0 -1 4202560 993 0 0 0 16 0 0 0 20 0 15 0 98744165 10916995072 11731 33554432000 4194304 4196468 140730499626224 140584181209840 140584674620526 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32321536 140730499634314 140730499634441 140730499634441 140730499637199 0
[pid=20579/tid=20601] ppid=20576 vsize=10661128 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20579/task/20601/stat : 20601 (java) S 20576 20579 20512 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98744165 10916995072 11731 33554432000 4194304 4196468 140730499626224 140584180157536 140584696264405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32321536 140730499634314 140730499634441 140730499634441 140730499637199 0
[pid=20579/tid=20602] ppid=20576 vsize=10661128 memory=139818626565704 CPUtime=0 cores=1,3,5,7
/proc/20579/task/20602/stat : 20602 (java) S 20576 20579 20512 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98744165 10916995072 11731 33554432000 4194304 4196468 140730499626224 140584179104048 140584696265346 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32321536 140730499634314 140730499634441 140730499634441 140730499637199 0
Current children cumulated CPU time: 0.58 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 46924 KiB

[startup+0.700783 s]
/proc/loadavg: 0.64 1.02 1.35 7/220 20602
/proc/meminfo: memFree=23551892/32770624 swapFree=67108860/67108860
[pid=20579] ppid=20576 vsize=10661128 memory=78840 CPUtime=1.74 cores=1,3,5,7
/proc/20579/stat : 20579 (java) S 20576 20579 20512 0 -1 1077944320 13232 0 0 0 171 3 0 0 20 0 15 0 98744159 10916995072 19710 33554432000 4194304 4196468 140730499626224 140730499608768 140584696254199 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 32321536 140730499634314 140730499634441 140730499634441 140730499637199 0
/proc/20579/statm: 2665282 19710 3088 1 0 2627263 0
[pid=20579/tid=20582] ppid=20576 vsize=10661128 memory=56 CPUtime=0.67 cores=1,3,5,7
/proc/20579/task/20582/stat : 20582 (java) R 20576 20579 20512 0 -1 4202560 5167 0 0 0 66 1 0 0 20 0 15 0 98744160 10916995072 19710 33554432000 4194304 4196468 140730499626224 140584700490872 140584298710735 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32321536 140730499634314 140730499634441 140730499634441 140730499637199 0
[pid=20579/tid=20584] ppid=20576 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20579/task/20584/stat : 20584 (java) S 20576 20579 20512 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98744161 10916995072 19710 33554432000 4194304 4196468 140730499626224 140584622328592 140584696264405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32321536 140730499634314 140730499634441 140730499634441 140730499637199 0
[pid=20579/tid=20585] ppid=20576 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20579/task/20585/stat : 20585 (java) S 20576 20579 20512 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98744161 10916995072 19710 33554432000 4194304 4196468 140730499626224 140584621276048 140584696264405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32321536 140730499634314 140730499634441 140730499634441 140730499637199 0
[pid=20579/tid=20586] ppid=20576 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20579/task/20586/stat : 20586 (java) S 20576 20579 20512 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98744161 10916995072 19710 33554432000 4194304 4196468 140730499626224 140584620223504 140584696264405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32321536 140730499634314 140730499634441 140730499634441 140730499637199 0
[pid=20579/tid=20587] ppid=20576 vsize=10661128 memory=8320808402719684661 CPUtime=0 cores=1,3,5,7
/proc/20579/task/20587/stat : 20587 (java) S 20576 20579 20512 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98744161 10916995072 19710 33554432000 4194304 4196468 140730499626224 140584619170960 140584696264405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32321536 140730499634314 140730499634441 140730499634441 140730499637199 0
[pid=20579/tid=20588] ppid=20576 vsize=10661128 memory=1424 CPUtime=0 cores=1,3,5,7
/proc/20579/task/20588/stat : 20588 (java) S 20576 20579 20512 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 98744162 10916995072 19710 33554432000 4194304 4196468 140730499626224 140584187525104 140584696265346 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32321536 140730499634314 140730499634441 140730499634441 140730499637199 0
[pid=20579/tid=20589] ppid=20576 vsize=10661128 memory=796 CPUtime=0 cores=1,3,5,7
/proc/20579/task/20589/stat : 20589 (java) S 20576 20579 20512 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 98744162 10916995072 19710 33554432000 4194304 4196468 140730499626224 140584186471328 140584696264405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32321536 140730499634314 140730499634441 140730499634441 140730499637199 0
[pid=20579/tid=20594] ppid=20576 vsize=10661128 memory=8452 CPUtime=0 cores=1,3,5,7
/proc/20579/task/20594/stat : 20594 (java) S 20576 20579 20512 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 98744163 10916995072 19710 33554432000 4194304 4196468 140730499626224 140584185418736 140584696264405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32321536 140730499634314 140730499634441 140730499634441 140730499637199 0
[pid=20579/tid=20597] ppid=20576 vsize=10661128 memory=5776 CPUtime=0 cores=1,3,5,7
/proc/20579/task/20597/stat : 20597 (java) S 20576 20579 20512 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98744165 10916995072 19710 33554432000 4194304 4196468 140730499626224 140584184367312 140584696272795 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32321536 140730499634314 140730499634441 140730499634441 140730499637199 0
[pid=20579/tid=20598] ppid=20576 vsize=10661128 memory=1200 CPUtime=0.4 cores=1,3,5,7
/proc/20579/task/20598/stat : 20598 (java) R 20576 20579 20512 0 -1 4202560 2449 0 0 0 40 0 0 0 20 0 15 0 98744165 10916995072 19710 33554432000 4194304 4196468 140730499626224 140584183296336 140584680651296 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32321536 140730499634314 140730499634441 140730499634441 140730499637199 0
[pid=20579/tid=20599] ppid=20576 vsize=10661128 memory=12136 CPUtime=0.37 cores=1,3,5,7
/proc/20579/task/20599/stat : 20599 (java) R 20576 20579 20512 0 -1 4202560 2783 0 0 0 37 0 0 0 20 0 15 0 98744165 10916995072 19710 33554432000 4194304 4196468 140730499626224 140584182247624 140584674490951 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32321536 140730499634314 140730499634441 140730499634441 140730499637199 0
[pid=20579/tid=20600] ppid=20576 vsize=10661128 memory=1008 CPUtime=0.26 cores=1,3,5,7
/proc/20579/task/20600/stat : 20600 (java) S 20576 20579 20512 0 -1 1077944384 1462 0 0 0 26 0 0 0 20 0 15 0 98744165 10916995072 19710 33554432000 4194304 4196468 140730499626224 140584181209840 140584696265346 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32321536 140730499634314 140730499634441 140730499634441 140730499637199 0
[pid=20579/tid=20601] ppid=20576 vsize=10661128 memory=4620 CPUtime=0 cores=1,3,5,7
/proc/20579/task/20601/stat : 20601 (java) S 20576 20579 20512 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98744165 10916995072 19710 33554432000 4194304 4196468 140730499626224 140584180157536 140584696264405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32321536 140730499634314 140730499634441 140730499634441 140730499637199 0
[pid=20579/tid=20602] ppid=20576 vsize=10661128 memory=15872 CPUtime=0 cores=1,3,5,7
/proc/20579/task/20602/stat : 20602 (java) S 20576 20579 20512 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98744165 10916995072 19710 33554432000 4194304 4196468 140730499626224 140584179104048 140584696265346 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32321536 140730499634314 140730499634441 140730499634441 140730499637199 0
Current children cumulated CPU time: 1.74 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 78840 KiB

[startup+1.50074 s]
/proc/loadavg: 0.75 1.03 1.36 5/220 20602
/proc/meminfo: memFree=23461412/32770624 swapFree=67108860/67108860
[pid=20579] ppid=20576 vsize=10661128 memory=143412 CPUtime=2.87 cores=1,3,5,7
/proc/20579/stat : 20579 (java) S 20576 20579 20512 0 -1 1077944320 16444 0 0 0 283 4 0 0 20 0 15 0 98744159 10916995072 35853 33554432000 4194304 4196468 140730499626224 140730499608768 140584696254199 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 32321536 140730499634314 140730499634441 140730499634441 140730499637199 0
/proc/20579/statm: 2665282 35853 3113 1 0 2627263 0
[pid=20579/tid=20582] ppid=20576 vsize=10661128 memory=0 CPUtime=1.47 cores=1,3,5,7
/proc/20579/task/20582/stat : 20582 (java) R 20576 20579 20512 0 -1 4202560 5466 0 0 0 145 2 0 0 20 0 15 0 98744160 10916995072 35853 33554432000 4194304 4196468 140730499626224 140584700490240 140584298976416 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32321536 140730499634314 140730499634441 140730499634441 140730499637199 0
[pid=20579/tid=20584] ppid=20576 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20579/task/20584/stat : 20584 (java) S 20576 20579 20512 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98744161 10916995072 35853 33554432000 4194304 4196468 140730499626224 140584622328592 140584696264405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32321536 140730499634314 140730499634441 140730499634441 140730499637199 0
[pid=20579/tid=20585] ppid=20576 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20579/task/20585/stat : 20585 (java) S 20576 20579 20512 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98744161 10916995072 35853 33554432000 4194304 4196468 140730499626224 140584621276048 140584696264405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32321536 140730499634314 140730499634441 140730499634441 140730499637199 0
[pid=20579/tid=20586] ppid=20576 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20579/task/20586/stat : 20586 (java) S 20576 20579 20512 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98744161 10916995072 35853 33554432000 4194304 4196468 140730499626224 140584620223504 140584696264405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32321536 140730499634314 140730499634441 140730499634441 140730499637199 0
[pid=20579/tid=20587] ppid=20576 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20579/task/20587/stat : 20587 (java) S 20576 20579 20512 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98744161 10916995072 35853 33554432000 4194304 4196468 140730499626224 140584619170960 140584696264405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32321536 140730499634314 140730499634441 140730499634441 140730499637199 0
[pid=20579/tid=20588] ppid=20576 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20579/task/20588/stat : 20588 (java) S 20576 20579 20512 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 15 0 98744162 10916995072 35853 33554432000 4194304 4196468 140730499626224 140584187525104 140584696265346 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32321536 140730499634314 140730499634441 140730499634441 140730499637199 0

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

/proc/20579/task/20582/stat : 20582 (java) R 20576 20579 20512 0 -1 4202560 15059 0 0 0 243507 13 0 0 20 0 15 0 98744160 10916995072 72303 33554432000 4194304 4196468 140730499626224 140584700493456 140584298943307 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32321536 140730499634314 140730499634441 140730499634441 140730499637199 0
[pid=20579/tid=20584] ppid=20576 vsize=10661128 memory=289212 CPUtime=2.68 cores=1,3,5,7
/proc/20579/task/20584/stat : 20584 (java) S 20576 20579 20512 0 -1 1077944384 3805 0 0 0 247 21 0 0 20 0 15 0 98744161 10916995072 72303 33554432000 4194304 4196468 140730499626224 140584622328592 140584696264405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32321536 140730499634314 140730499634441 140730499634441 140730499637199 0
[pid=20579/tid=20585] ppid=20576 vsize=10661128 memory=289212 CPUtime=2.65 cores=1,3,5,7
/proc/20579/task/20585/stat : 20585 (java) S 20576 20579 20512 0 -1 1077944384 3417 0 0 0 243 22 0 0 20 0 15 0 98744161 10916995072 72303 33554432000 4194304 4196468 140730499626224 140584621276048 140584696264405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32321536 140730499634314 140730499634441 140730499634441 140730499637199 0
[pid=20579/tid=20586] ppid=20576 vsize=10661128 memory=289212 CPUtime=2.67 cores=1,3,5,7
/proc/20579/task/20586/stat : 20586 (java) S 20576 20579 20512 0 -1 1077944384 4358 0 0 0 245 22 0 0 20 0 15 0 98744161 10916995072 72303 33554432000 4194304 4196468 140730499626224 140584620223504 140584696264405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32321536 140730499634314 140730499634441 140730499634441 140730499637199 0
[pid=20579/tid=20587] ppid=20576 vsize=10661128 memory=289212 CPUtime=2.65 cores=1,3,5,7
/proc/20579/task/20587/stat : 20587 (java) S 20576 20579 20512 0 -1 1077944384 3004 0 0 0 240 25 0 0 20 0 15 0 98744161 10916995072 72303 33554432000 4194304 4196468 140730499626224 140584619170960 140584696264405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32321536 140730499634314 140730499634441 140730499634441 140730499637199 0
[pid=20579/tid=20588] ppid=20576 vsize=10661128 memory=289212 CPUtime=2.8 cores=1,3,5,7
/proc/20579/task/20588/stat : 20588 (java) S 20576 20579 20512 0 -1 1077944384 5843 0 0 0 260 20 0 0 20 0 15 0 98744162 10916995072 72303 33554432000 4194304 4196468 140730499626224 140584187525104 140584696265346 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32321536 140730499634314 140730499634441 140730499634441 140730499637199 0
[pid=20579/tid=20589] ppid=20576 vsize=10661128 memory=289212 CPUtime=0 cores=1,3,5,7
/proc/20579/task/20589/stat : 20589 (java) S 20576 20579 20512 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 98744162 10916995072 72303 33554432000 4194304 4196468 140730499626224 140584186471328 140584696264405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32321536 140730499634314 140730499634441 140730499634441 140730499637199 0
[pid=20579/tid=20594] ppid=20576 vsize=10661128 memory=289212 CPUtime=0 cores=1,3,5,7
/proc/20579/task/20594/stat : 20594 (java) S 20576 20579 20512 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 98744163 10916995072 72303 33554432000 4194304 4196468 140730499626224 140584185418736 140584696264405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32321536 140730499634314 140730499634441 140730499634441 140730499637199 0
[pid=20579/tid=20597] ppid=20576 vsize=10661128 memory=289212 CPUtime=0 cores=1,3,5,7
/proc/20579/task/20597/stat : 20597 (java) S 20576 20579 20512 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98744165 10916995072 72303 33554432000 4194304 4196468 140730499626224 140584184367312 140584696272795 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32321536 140730499634314 140730499634441 140730499634441 140730499637199 0
[pid=20579/tid=20598] ppid=20576 vsize=10661128 memory=4132 CPUtime=0.56 cores=1,3,5,7
/proc/20579/task/20598/stat : 20598 (java) S 20576 20579 20512 0 -1 1077944384 3713 0 0 0 56 0 0 0 20 0 15 0 98744165 10916995072 72303 33554432000 4194304 4196468 140730499626224 140584183314928 140584696265346 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32321536 140730499634314 140730499634441 140730499634441 140730499637199 0
[pid=20579/tid=20599] ppid=20576 vsize=10661128 memory=289212 CPUtime=0.64 cores=1,3,5,7
/proc/20579/task/20599/stat : 20599 (java) S 20576 20579 20512 0 -1 1077944384 4760 0 0 0 63 1 0 0 20 0 15 0 98744165 10916995072 72303 33554432000 4194304 4196468 140730499626224 140584182262384 140584696265346 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32321536 140730499634314 140730499634441 140730499634441 140730499637199 0
[pid=20579/tid=20600] ppid=20576 vsize=10661128 memory=289212 CPUtime=0.29 cores=1,3,5,7
/proc/20579/task/20600/stat : 20600 (java) S 20576 20579 20512 0 -1 1077944384 1617 0 0 0 29 0 0 0 20 0 15 0 98744165 10916995072 72303 33554432000 4194304 4196468 140730499626224 140584181209840 140584696265346 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32321536 140730499634314 140730499634441 140730499634441 140730499637199 0
[pid=20579/tid=20601] ppid=20576 vsize=10661128 memory=289212 CPUtime=0 cores=1,3,5,7
/proc/20579/task/20601/stat : 20601 (java) S 20576 20579 20512 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98744165 10916995072 72303 33554432000 4194304 4196468 140730499626224 140584180157536 140584696264405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32321536 140730499634314 140730499634441 140730499634441 140730499637199 0
[pid=20579/tid=20602] ppid=20576 vsize=10661128 memory=2424 CPUtime=0.53 cores=1,3,5,7
/proc/20579/task/20602/stat : 20602 (java) S 20576 20579 20512 0 -1 1077944384 741 0 0 0 20 33 0 0 20 0 15 0 98744165 10916995072 72303 33554432000 4194304 4196468 140730499626224 140584179104048 140584696265346 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32321536 140730499634314 140730499634441 140730499634441 140730499637199 0
Current children cumulated CPU time: 2450.76 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 289212 KiB

[startup+2502.3 s]
/proc/loadavg: 1.42 1.40 1.40 3/220 20683
/proc/meminfo: memFree=23076120/32770624 swapFree=67108860/67108860
[pid=20579] ppid=20576 vsize=10661128 memory=293356 CPUtime=2510.98 cores=1,3,5,7
/proc/20579/stat : 20579 (java) S 20576 20579 20512 0 -1 1077944320 48772 0 0 0 250975 123 0 0 20 0 15 0 98744159 10916995072 73339 33554432000 4194304 4196468 140730499626224 140730499608768 140584696254199 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 32321536 140730499634314 140730499634441 140730499634441 140730499637199 0
/proc/20579/statm: 2665282 73339 3138 1 0 2627263 0
[pid=20579/tid=20582] ppid=20576 vsize=10661128 memory=293356 CPUtime=2495.01 cores=1,3,5,7
/proc/20579/task/20582/stat : 20582 (java) R 20576 20579 20512 0 -1 4202560 15334 0 0 0 249488 13 0 0 20 0 15 0 98744160 10916995072 73339 33554432000 4194304 4196468 140730499626224 140584700493568 140584299138889 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32321536 140730499634314 140730499634441 140730499634441 140730499637199 0
[pid=20579/tid=20584] ppid=20576 vsize=10661128 memory=291308 CPUtime=2.76 cores=1,3,5,7
/proc/20579/task/20584/stat : 20584 (java) S 20576 20579 20512 0 -1 1077944384 3873 0 0 0 255 21 0 0 20 0 15 0 98744161 10916995072 73339 33554432000 4194304 4196468 140730499626224 140584622328592 140584696264405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32321536 140730499634314 140730499634441 140730499634441 140730499637199 0
[pid=20579/tid=20585] ppid=20576 vsize=10661128 memory=291308 CPUtime=2.73 cores=1,3,5,7
/proc/20579/task/20585/stat : 20585 (java) S 20576 20579 20512 0 -1 1077944384 3688 0 0 0 251 22 0 0 20 0 15 0 98744161 10916995072 73339 33554432000 4194304 4196468 140730499626224 140584621276048 140584696264405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32321536 140730499634314 140730499634441 140730499634441 140730499637199 0
[pid=20579/tid=20586] ppid=20576 vsize=10661128 memory=291308 CPUtime=2.75 cores=1,3,5,7
/proc/20579/task/20586/stat : 20586 (java) S 20576 20579 20512 0 -1 1077944384 4468 0 0 0 252 23 0 0 20 0 15 0 98744161 10916995072 73339 33554432000 4194304 4196468 140730499626224 140584620223504 140584696264405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32321536 140730499634314 140730499634441 140730499634441 140730499637199 0
[pid=20579/tid=20587] ppid=20576 vsize=10661128 memory=291308 CPUtime=2.73 cores=1,3,5,7
/proc/20579/task/20587/stat : 20587 (java) S 20576 20579 20512 0 -1 1077944384 3135 0 0 0 247 26 0 0 20 0 15 0 98744161 10916995072 73339 33554432000 4194304 4196468 140730499626224 140584619170960 140584696264405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32321536 140730499634314 140730499634441 140730499634441 140730499637199 0
[pid=20579/tid=20588] ppid=20576 vsize=10661128 memory=291308 CPUtime=2.87 cores=1,3,5,7
/proc/20579/task/20588/stat : 20588 (java) S 20576 20579 20512 0 -1 1077944384 6014 0 0 0 266 21 0 0 20 0 15 0 98744162 10916995072 73339 33554432000 4194304 4196468 140730499626224 140584187525104 140584696265346 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32321536 140730499634314 140730499634441 140730499634441 140730499637199 0
[pid=20579/tid=20589] ppid=20576 vsize=10661128 memory=291308 CPUtime=0 cores=1,3,5,7
/proc/20579/task/20589/stat : 20589 (java) S 20576 20579 20512 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 98744162 10916995072 73339 33554432000 4194304 4196468 140730499626224 140584186471328 140584696264405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32321536 140730499634314 140730499634441 140730499634441 140730499637199 0
[pid=20579/tid=20594] ppid=20576 vsize=10661128 memory=291308 CPUtime=0 cores=1,3,5,7
/proc/20579/task/20594/stat : 20594 (java) S 20576 20579 20512 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 98744163 10916995072 73339 33554432000 4194304 4196468 140730499626224 140584185418736 140584696264405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32321536 140730499634314 140730499634441 140730499634441 140730499637199 0
[pid=20579/tid=20597] ppid=20576 vsize=10661128 memory=291308 CPUtime=0 cores=1,3,5,7
/proc/20579/task/20597/stat : 20597 (java) S 20576 20579 20512 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98744165 10916995072 73339 33554432000 4194304 4196468 140730499626224 140584184367312 140584696272795 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32321536 140730499634314 140730499634441 140730499634441 140730499637199 0
[pid=20579/tid=20598] ppid=20576 vsize=10661128 memory=291308 CPUtime=0.56 cores=1,3,5,7
/proc/20579/task/20598/stat : 20598 (java) S 20576 20579 20512 0 -1 1077944384 3715 0 0 0 56 0 0 0 20 0 15 0 98744165 10916995072 73339 33554432000 4194304 4196468 140730499626224 140584183314928 140584696265346 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32321536 140730499634314 140730499634441 140730499634441 140730499637199 0
[pid=20579/tid=20599] ppid=20576 vsize=10661128 memory=293356 CPUtime=0.64 cores=1,3,5,7
/proc/20579/task/20599/stat : 20599 (java) S 20576 20579 20512 0 -1 1077944384 4762 0 0 0 63 1 0 0 20 0 15 0 98744165 10916995072 73339 33554432000 4194304 4196468 140730499626224 140584182262384 140584696265346 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32321536 140730499634314 140730499634441 140730499634441 140730499637199 0
[pid=20579/tid=20600] ppid=20576 vsize=10661128 memory=293356 CPUtime=0.29 cores=1,3,5,7
/proc/20579/task/20600/stat : 20600 (java) S 20576 20579 20512 0 -1 1077944384 1619 0 0 0 29 0 0 0 20 0 15 0 98744165 10916995072 73339 33554432000 4194304 4196468 140730499626224 140584181209840 140584696265346 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32321536 140730499634314 140730499634441 140730499634441 140730499637199 0
[pid=20579/tid=20601] ppid=20576 vsize=10661128 memory=291308 CPUtime=0 cores=1,3,5,7
/proc/20579/task/20601/stat : 20601 (java) S 20576 20579 20512 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98744165 10916995072 73339 33554432000 4194304 4196468 140730499626224 140584180157536 140584696264405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32321536 140730499634314 140730499634441 140730499634441 140730499637199 0
[pid=20579/tid=20602] ppid=20576 vsize=10661128 memory=291308 CPUtime=0.54 cores=1,3,5,7
/proc/20579/task/20602/stat : 20602 (java) S 20576 20579 20512 0 -1 1077944384 758 0 0 0 21 33 0 0 20 0 15 0 98744165 10916995072 73339 33554432000 4194304 4196468 140730499626224 140584179104048 140584696265346 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32321536 140730499634314 140730499634441 140730499634441 140730499637199 0
Current children cumulated CPU time: 2510.98 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 293356 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2511.3 s]
/proc/loadavg: 1.31 1.38 1.40 3/220 20760
/proc/meminfo: memFree=23209956/32770624 swapFree=67108860/67108860
[pid=20579] ppid=20576 vsize=10661128 memory=293356 CPUtime=2520.01 cores=1,3,5,7
/proc/20579/stat : 20579 (java) S 20576 20579 20512 0 -1 1077944320 48889 0 0 0 251878 123 0 0 20 0 15 0 98744159 10916995072 73339 33554432000 4194304 4196468 140730499626224 140730499608768 140584696254199 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 32321536 140730499634314 140730499634441 140730499634441 140730499637199 0
/proc/20579/statm: 2665282 73339 3138 1 0 2627263 0
[pid=20579/tid=20582] ppid=20576 vsize=10661128 memory=18276 CPUtime=2503.98 cores=1,3,5,7
/proc/20579/task/20582/stat : 20582 (java) R 20576 20579 20512 0 -1 4202560 15355 0 0 0 250385 13 0 0 20 0 15 0 98744160 10916995072 73339 33554432000 4194304 4196468 140730499626224 140584700493456 140584298873327 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32321536 140730499634314 140730499634441 140730499634441 140730499637199 0
[pid=20579/tid=20584] ppid=20576 vsize=10661128 memory=293356 CPUtime=2.77 cores=1,3,5,7
/proc/20579/task/20584/stat : 20584 (java) S 20576 20579 20512 0 -1 1077944384 3873 0 0 0 256 21 0 0 20 0 15 0 98744161 10916995072 73339 33554432000 4194304 4196468 140730499626224 140584622328592 140584696264405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32321536 140730499634314 140730499634441 140730499634441 140730499637199 0
[pid=20579/tid=20585] ppid=20576 vsize=10661128 memory=293356 CPUtime=2.74 cores=1,3,5,7
/proc/20579/task/20585/stat : 20585 (java) S 20576 20579 20512 0 -1 1077944384 3737 0 0 0 252 22 0 0 20 0 15 0 98744161 10916995072 73339 33554432000 4194304 4196468 140730499626224 140584621276048 140584696264405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32321536 140730499634314 140730499634441 140730499634441 140730499637199 0
[pid=20579/tid=20586] ppid=20576 vsize=10661128 memory=293356 CPUtime=2.76 cores=1,3,5,7
/proc/20579/task/20586/stat : 20586 (java) S 20576 20579 20512 0 -1 1077944384 4503 0 0 0 253 23 0 0 20 0 15 0 98744161 10916995072 73339 33554432000 4194304 4196468 140730499626224 140584620223504 140584696264405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32321536 140730499634314 140730499634441 140730499634441 140730499637199 0
[pid=20579/tid=20587] ppid=20576 vsize=10661128 memory=293356 CPUtime=2.75 cores=1,3,5,7
/proc/20579/task/20587/stat : 20587 (java) S 20576 20579 20512 0 -1 1077944384 3147 0 0 0 249 26 0 0 20 0 15 0 98744161 10916995072 73339 33554432000 4194304 4196468 140730499626224 140584619170960 140584696264405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32321536 140730499634314 140730499634441 140730499634441 140730499637199 0
[pid=20579/tid=20588] ppid=20576 vsize=10661128 memory=293356 CPUtime=2.88 cores=1,3,5,7
/proc/20579/task/20588/stat : 20588 (java) S 20576 20579 20512 0 -1 1077944384 6014 0 0 0 267 21 0 0 20 0 15 0 98744162 10916995072 73339 33554432000 4194304 4196468 140730499626224 140584187525104 140584696265346 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32321536 140730499634314 140730499634441 140730499634441 140730499637199 0
[pid=20579/tid=20589] ppid=20576 vsize=10661128 memory=291308 CPUtime=0 cores=1,3,5,7
/proc/20579/task/20589/stat : 20589 (java) S 20576 20579 20512 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 98744162 10916995072 73339 33554432000 4194304 4196468 140730499626224 140584186471328 140584696264405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32321536 140730499634314 140730499634441 140730499634441 140730499637199 0
[pid=20579/tid=20594] ppid=20576 vsize=10661128 memory=291308 CPUtime=0 cores=1,3,5,7
/proc/20579/task/20594/stat : 20594 (java) S 20576 20579 20512 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 98744163 10916995072 73339 33554432000 4194304 4196468 140730499626224 140584185418736 140584696264405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32321536 140730499634314 140730499634441 140730499634441 140730499637199 0
[pid=20579/tid=20597] ppid=20576 vsize=10661128 memory=291308 CPUtime=0 cores=1,3,5,7
/proc/20579/task/20597/stat : 20597 (java) S 20576 20579 20512 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98744165 10916995072 73339 33554432000 4194304 4196468 140730499626224 140584184367312 140584696272795 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32321536 140730499634314 140730499634441 140730499634441 140730499637199 0
[pid=20579/tid=20598] ppid=20576 vsize=10661128 memory=293356 CPUtime=0.56 cores=1,3,5,7
/proc/20579/task/20598/stat : 20598 (java) S 20576 20579 20512 0 -1 1077944384 3715 0 0 0 56 0 0 0 20 0 15 0 98744165 10916995072 73339 33554432000 4194304 4196468 140730499626224 140584183314928 140584696265346 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32321536 140730499634314 140730499634441 140730499634441 140730499637199 0
[pid=20579/tid=20599] ppid=20576 vsize=10661128 memory=293356 CPUtime=0.64 cores=1,3,5,7
/proc/20579/task/20599/stat : 20599 (java) S 20576 20579 20512 0 -1 1077944384 4762 0 0 0 63 1 0 0 20 0 15 0 98744165 10916995072 73339 33554432000 4194304 4196468 140730499626224 140584182262384 140584696265346 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32321536 140730499634314 140730499634441 140730499634441 140730499637199 0
[pid=20579/tid=20600] ppid=20576 vsize=10661128 memory=293356 CPUtime=0.29 cores=1,3,5,7
/proc/20579/task/20600/stat : 20600 (java) S 20576 20579 20512 0 -1 1077944384 1619 0 0 0 29 0 0 0 20 0 15 0 98744165 10916995072 73339 33554432000 4194304 4196468 140730499626224 140584181209840 140584696265346 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32321536 140730499634314 140730499634441 140730499634441 140730499637199 0
[pid=20579/tid=20601] ppid=20576 vsize=10661128 memory=4132 CPUtime=0 cores=1,3,5,7
/proc/20579/task/20601/stat : 20601 (java) S 20576 20579 20512 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98744165 10916995072 73339 33554432000 4194304 4196468 140730499626224 140584180157536 140584696264405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32321536 140730499634314 140730499634441 140730499634441 140730499637199 0
[pid=20579/tid=20602] ppid=20576 vsize=10661128 memory=28596 CPUtime=0.55 cores=1,3,5,7
/proc/20579/task/20602/stat : 20602 (java) S 20576 20579 20512 0 -1 1077944384 758 0 0 0 21 34 0 0 20 0 15 0 98744165 10916995072 73339 33554432000 4194304 4196468 140730499626224 140584179104048 140584696265346 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32321536 140730499634314 140730499634441 140730499634441 140730499637199 0
Current children cumulated CPU time: 2520.01 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 293356 KiB

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

[startup+2511.31 s]
# the end of solver process 20579 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2518.79 s, system=1.24274 s

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

[startup+2511.3 s]
/proc/loadavg: 1.31 1.38 1.40 3/220 20760
/proc/meminfo: memFree=23209956/32770624 swapFree=67108860/67108860
[pid=20579] ppid=20576 vsize=10661128 memory=293356 CPUtime=2520.01 cores=1,3,5,7
/proc/20579/stat : 20579 (java) S 20576 20579 20512 0 -1 1077944320 48889 0 0 0 251878 123 0 0 20 0 15 0 98744159 10916995072 73339 33554432000 4194304 4196468 140730499626224 140730499608768 140584696254199 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 32321536 140730499634314 140730499634441 140730499634441 140730499637199 0
/proc/20579/statm: 2665282 73339 3138 1 0 2627263 0
[pid=20579/tid=20582] ppid=20576 vsize=10661128 memory=18276 CPUtime=2503.98 cores=1,3,5,7
/proc/20579/task/20582/stat : 20582 (java) R 20576 20579 20512 0 -1 4202560 15355 0 0 0 250385 13 0 0 20 0 15 0 98744160 10916995072 73339 33554432000 4194304 4196468 140730499626224 140584700493456 140584298873327 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32321536 140730499634314 140730499634441 140730499634441 140730499637199 0
[pid=20579/tid=20584] ppid=20576 vsize=10661128 memory=293356 CPUtime=2.77 cores=1,3,5,7
/proc/20579/task/20584/stat : 20584 (java) S 20576 20579 20512 0 -1 1077944384 3873 0 0 0 256 21 0 0 20 0 15 0 98744161 10916995072 73339 33554432000 4194304 4196468 140730499626224 140584622328592 140584696264405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32321536 140730499634314 140730499634441 140730499634441 140730499637199 0
[pid=20579/tid=20585] ppid=20576 vsize=10661128 memory=293356 CPUtime=2.74 cores=1,3,5,7
/proc/20579/task/20585/stat : 20585 (java) S 20576 20579 20512 0 -1 1077944384 3737 0 0 0 252 22 0 0 20 0 15 0 98744161 10916995072 73339 33554432000 4194304 4196468 140730499626224 140584621276048 140584696264405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32321536 140730499634314 140730499634441 140730499634441 140730499637199 0
[pid=20579/tid=20586] ppid=20576 vsize=10661128 memory=293356 CPUtime=2.76 cores=1,3,5,7
/proc/20579/task/20586/stat : 20586 (java) S 20576 20579 20512 0 -1 1077944384 4503 0 0 0 253 23 0 0 20 0 15 0 98744161 10916995072 73339 33554432000 4194304 4196468 140730499626224 140584620223504 140584696264405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32321536 140730499634314 140730499634441 140730499634441 140730499637199 0
[pid=20579/tid=20587] ppid=20576 vsize=10661128 memory=293356 CPUtime=2.75 cores=1,3,5,7
/proc/20579/task/20587/stat : 20587 (java) S 20576 20579 20512 0 -1 1077944384 3147 0 0 0 249 26 0 0 20 0 15 0 98744161 10916995072 73339 33554432000 4194304 4196468 140730499626224 140584619170960 140584696264405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32321536 140730499634314 140730499634441 140730499634441 140730499637199 0
[pid=20579/tid=20588] ppid=20576 vsize=10661128 memory=293356 CPUtime=2.88 cores=1,3,5,7
/proc/20579/task/20588/stat : 20588 (java) S 20576 20579 20512 0 -1 1077944384 6014 0 0 0 267 21 0 0 20 0 15 0 98744162 10916995072 73339 33554432000 4194304 4196468 140730499626224 140584187525104 140584696265346 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32321536 140730499634314 140730499634441 140730499634441 140730499637199 0
[pid=20579/tid=20589] ppid=20576 vsize=10661128 memory=291308 CPUtime=0 cores=1,3,5,7
/proc/20579/task/20589/stat : 20589 (java) S 20576 20579 20512 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 98744162 10916995072 73339 33554432000 4194304 4196468 140730499626224 140584186471328 140584696264405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32321536 140730499634314 140730499634441 140730499634441 140730499637199 0
[pid=20579/tid=20594] ppid=20576 vsize=10661128 memory=291308 CPUtime=0 cores=1,3,5,7
/proc/20579/task/20594/stat : 20594 (java) S 20576 20579 20512 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 98744163 10916995072 73339 33554432000 4194304 4196468 140730499626224 140584185418736 140584696264405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32321536 140730499634314 140730499634441 140730499634441 140730499637199 0
[pid=20579/tid=20597] ppid=20576 vsize=10661128 memory=291308 CPUtime=0 cores=1,3,5,7
/proc/20579/task/20597/stat : 20597 (java) S 20576 20579 20512 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98744165 10916995072 73339 33554432000 4194304 4196468 140730499626224 140584184367312 140584696272795 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32321536 140730499634314 140730499634441 140730499634441 140730499637199 0
[pid=20579/tid=20598] ppid=20576 vsize=10661128 memory=293356 CPUtime=0.56 cores=1,3,5,7
/proc/20579/task/20598/stat : 20598 (java) S 20576 20579 20512 0 -1 1077944384 3715 0 0 0 56 0 0 0 20 0 15 0 98744165 10916995072 73339 33554432000 4194304 4196468 140730499626224 140584183314928 140584696265346 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32321536 140730499634314 140730499634441 140730499634441 140730499637199 0
[pid=20579/tid=20599] ppid=20576 vsize=10661128 memory=293356 CPUtime=0.64 cores=1,3,5,7
/proc/20579/task/20599/stat : 20599 (java) S 20576 20579 20512 0 -1 1077944384 4762 0 0 0 63 1 0 0 20 0 15 0 98744165 10916995072 73339 33554432000 4194304 4196468 140730499626224 140584182262384 140584696265346 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32321536 140730499634314 140730499634441 140730499634441 140730499637199 0
[pid=20579/tid=20600] ppid=20576 vsize=10661128 memory=293356 CPUtime=0.29 cores=1,3,5,7
/proc/20579/task/20600/stat : 20600 (java) S 20576 20579 20512 0 -1 1077944384 1619 0 0 0 29 0 0 0 20 0 15 0 98744165 10916995072 73339 33554432000 4194304 4196468 140730499626224 140584181209840 140584696265346 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32321536 140730499634314 140730499634441 140730499634441 140730499637199 0
[pid=20579/tid=20601] ppid=20576 vsize=10661128 memory=4132 CPUtime=0 cores=1,3,5,7
/proc/20579/task/20601/stat : 20601 (java) S 20576 20579 20512 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98744165 10916995072 73339 33554432000 4194304 4196468 140730499626224 140584180157536 140584696264405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32321536 140730499634314 140730499634441 140730499634441 140730499637199 0
[pid=20579/tid=20602] ppid=20576 vsize=10661128 memory=28596 CPUtime=0.55 cores=1,3,5,7
/proc/20579/task/20602/stat : 20602 (java) S 20576 20579 20512 0 -1 1077944384 758 0 0 0 21 34 0 0 20 0 15 0 98744165 10916995072 73339 33554432000 4194304 4196468 140730499626224 140584179104048 140584696265346 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32321536 140730499634314 140730499634441 140730499634441 140730499637199 0
Current children cumulated CPU time: 2520.01 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 293356 KiB

Child status: 143
Real time (s): 2511.31
CPU time (s): 2520.04
CPU user time (s): 2518.79
CPU system time (s): 1.24274
CPU usage (%): 100.347
Max. virtual memory (cumulated for all children) (KiB): 10661128
Max. memory (cumulated for all children) (KiB): 293356

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2518.79
system time used= 1.24274
maximum resident set size= 293860
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 49078
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2760
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 135321
involuntary context switches= 6014


# summary of solver processes directly reported to runsolver:
#   pid: 20579
#   total CPU time (s): 2520.04
#   total CPU user time (s): 2518.79
#   total CPU system time (s): 1.24274

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.731 second user time and 17.6175 second system time

The end

Launcher Data

Begin job on node132 at 2018-07-28 23:03:30
IDJOB=4298624
IDBENCH=141174
IDSOLVER=2767
FILE ID=node132/4298624-1532811810
RUNJOBID= node132-1532811810-20544
PBS_JOBID= 21022489
Free space on /tmp= 52040 MiB

SOLVER NAME= SuperSolver_Macq_Stevenart 2018-04-27
BENCH NAME= XCSP18/GracefulGraph/GracefulGraph-K07-P03_c18.xml
COMMAND LINE= java -jar DIR/bestMinicp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4298624-1532811810/watcher-4298624-1532811810 -o /tmp/evaluation-result-4298624-1532811810/solver-4298624-1532811810 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1532811810-20544 --watchdog 2580  java -jar HOME/bestMinicp.jar HOME/instance-4298624-1532811810.xml

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

MD5SUM BENCH= ca21bb45cdf77f5b8e0b27a9f8e7d69e
RANDOM SEED=706178696

node132.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.65
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.65
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.65
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.65
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:        23663396 kB
MemAvailable:   31924008 kB
Buffers:          211048 kB
Cached:          8254064 kB
SwapCached:            0 kB
Active:          2612712 kB
Inactive:        5911608 kB
Active(anon):       9504 kB
Inactive(anon):    77832 kB
Active(file):    2603208 kB
Inactive(file):  5833776 kB
Unevictable:        6992 kB
Mlocked:            6992 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2204 kB
Writeback:             0 kB
AnonPages:         63084 kB
Mapped:            46252 kB
Shmem:             25248 kB
Slab:             279632 kB
SReclaimable:     252088 kB
SUnreclaim:        27544 kB
KernelStack:        3232 kB
PageTables:         5616 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     875552 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 52036 MiB
End job on node132 at 2018-07-28 23:45:21