Trace number 4298341

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
SuperSolver_Macq_Stevenart 2018-04-27? (TO) 2520.11 2464.71

General information on the benchmark

NamePseudoBoolean-opt/
Pb-circ8-3_c18.xml
MD5SUM7db04233d06e2f858d703f8c476ffab2
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark176
Best CPU time to get the best result obtained on this benchmark2520.05
Satisfiable
(Un)Satisfiability was proved
Number of variables1344
Number of constraints16096
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":1344}]
Minimum variable degree16
Maximum variable degree158
Distribution of variable degrees[{"degree":16,"count":16},{"degree":17,"count":112},{"degree":24,"count":16},{"degree":25,"count":16},{"degree":26,"count":120},{"degree":34,"count":56},{"degree":40,"count":336},{"degree":47,"count":56},{"degree":60,"count":56},{"degree":72,"count":56},{"degree":84,"count":56},{"degree":96,"count":56},{"degree":108,"count":56},{"degree":120,"count":56},{"degree":132,"count":56},{"degree":144,"count":56},{"degree":154,"count":56},{"degree":155,"count":56},{"degree":158,"count":56}]
Minimum constraint arity2
Maximum constraint arity28
Distribution of constraint arities[{"arity":2,"count":1624},{"arity":3,"count":6496},{"arity":4,"count":760},{"arity":5,"count":672},{"arity":6,"count":672},{"arity":7,"count":912},{"arity":8,"count":784},{"arity":9,"count":672},{"arity":10,"count":672},{"arity":11,"count":672},{"arity":12,"count":672},{"arity":13,"count":672},{"arity":14,"count":728},{"arity":28,"count":88}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":16096}]
Optimization problemYES
Type of objectivemin SUM

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.09/2464.70	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 (10938 MiB free)
  memory of node 1: 16384 MiB (14093 MiB free)
  node distances:
     10  21
     21  10

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

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

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


[startup+0.100085 s]*
/proc/loadavg: 0.72 0.68 0.72 4/215 6619
/proc/meminfo: memFree=25600132/32770624 swapFree=67108688/67108860
[pid=6589] ppid=6582 vsize=10661052 memory=29832 CPUtime=0.12 cores=0,2,4,6
/proc/6589/stat : 6589 (java) S 6582 6589 6529 0 -1 1077944320 5286 0 0 0 11 1 0 0 20 0 15 0 105720368 10916917248 7458 33554432000 4194304 4196468 140730266674336 140730266656880 140386819583735 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 28434432 140730266678410 140730266678537 140730266678537 140730266681295 0
/proc/6589/statm: 2665263 7458 2848 1 0 2627263 0
[pid=6589/tid=6592] ppid=6582 vsize=10661052 memory=-8253362762721355408 CPUtime=0.09 cores=0,2,4,6
/proc/6589/task/6592/stat : 6592 (java) R 6582 6589 6529 0 -1 4202560 3157 0 0 0 8 1 0 0 20 0 15 0 105720369 10916917248 7458 33554432000 4194304 4196468 140730266674336 140386823814624 140386819595670 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28434432 140730266678410 140730266678537 140730266678537 140730266681295 0
[pid=6589/tid=6594] ppid=6582 vsize=10661052 memory=8257237230052613020 CPUtime=0 cores=0,2,4,6
/proc/6589/task/6594/stat : 6594 (java) S 6582 6589 6529 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105720369 10916917248 7458 33554432000 4194304 4196468 140730266674336 140386425973264 140386819593941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28434432 140730266678410 140730266678537 140730266678537 140730266681295 0
[pid=6589/tid=6596] ppid=6582 vsize=10661052 memory=139982697076352 CPUtime=0 cores=0,2,4,6
/proc/6589/task/6596/stat : 6596 (java) S 6582 6589 6529 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105720369 10916917248 7458 33554432000 4194304 4196468 140730266674336 140386424920720 140386819593941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28434432 140730266678410 140730266678537 140730266678537 140730266681295 0
[pid=6589/tid=6599] ppid=6582 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6589/task/6599/stat : 6599 (java) S 6582 6589 6529 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105720369 10916917248 7458 33554432000 4194304 4196468 140730266674336 140386423867664 140386819593941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28434432 140730266678410 140730266678537 140730266678537 140730266681295 0
[pid=6589/tid=6601] ppid=6582 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6589/task/6601/stat : 6601 (java) S 6582 6589 6529 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105720369 10916917248 7458 33554432000 4194304 4196468 140730266674336 140386422815120 140386819593941 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28434432 140730266678410 140730266678537 140730266678537 140730266681295 0
[pid=6589/tid=6603] ppid=6582 vsize=10661052 memory=139982697076352 CPUtime=0 cores=0,2,4,6
/proc/6589/task/6603/stat : 6603 (java) S 6582 6589 6529 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105720371 10916917248 7458 33554432000 4194304 4196468 140730266674336 140386379397872 140386819594882 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28434432 140730266678410 140730266678537 140730266678537 140730266681295 0
[pid=6589/tid=6604] ppid=6582 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6589/task/6604/stat : 6604 (java) S 6582 6589 6529 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105720371 10916917248 7458 33554432000 4194304 4196468 140730266674336 140386378344096 140386819593941 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28434432 140730266678410 140730266678537 140730266678537 140730266681295 0
[pid=6589/tid=6606] ppid=6582 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6589/task/6606/stat : 6606 (java) S 6582 6589 6529 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105720371 10916917248 7458 33554432000 4194304 4196468 140730266674336 140386377290992 140386819593941 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28434432 140730266678410 140730266678537 140730266678537 140730266681295 0
[pid=6589/tid=6608] ppid=6582 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6589/task/6608/stat : 6608 (java) S 6582 6589 6529 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105720374 10916917248 7458 33554432000 4194304 4196468 140730266674336 140386376239568 140386819602331 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28434432 140730266678410 140730266678537 140730266678537 140730266681295 0
[pid=6589/tid=6612] ppid=6582 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6589/task/6612/stat : 6612 (java) S 6582 6589 6529 0 -1 1077944384 422 0 0 0 0 0 0 0 20 0 15 0 105720374 10916917248 7458 33554432000 4194304 4196468 140730266674336 140385851533552 140386819594882 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28434432 140730266678410 140730266678537 140730266678537 140730266681295 0
[pid=6589/tid=6614] ppid=6582 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6589/task/6614/stat : 6614 (java) S 6582 6589 6529 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105720374 10916917248 7458 33554432000 4194304 4196468 140730266674336 140385850481008 140386819594882 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28434432 140730266678410 140730266678537 140730266678537 140730266681295 0
[pid=6589/tid=6615] ppid=6582 vsize=10661052 memory=139982697076352 CPUtime=0.02 cores=0,2,4,6
/proc/6589/task/6615/stat : 6615 (java) R 6582 6589 6529 0 -1 4202560 342 0 0 0 2 0 0 0 20 0 15 0 105720374 10916917248 7458 33554432000 4194304 4196468 140730266674336 140385849427952 140386803664222 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28434432 140730266678410 140730266678537 140730266678537 140730266681295 0
[pid=6589/tid=6617] ppid=6582 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6589/task/6617/stat : 6617 (java) S 6582 6589 6529 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105720374 10916917248 7458 33554432000 4194304 4196468 140730266674336 140385848375648 140386819593941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28434432 140730266678410 140730266678537 140730266678537 140730266681295 0
[pid=6589/tid=6619] ppid=6582 vsize=10661052 memory=139982697076352 CPUtime=0 cores=0,2,4,6
/proc/6589/task/6619/stat : 6619 (java) S 6582 6589 6529 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105720374 10916917248 7458 33554432000 4194304 4196468 140730266674336 140385847323696 140386819594882 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28434432 140730266678410 140730266678537 140730266678537 140730266681295 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10661052 KiB
Current children cumulated memory: 29832 KiB

[startup+0.210609 s]*
/proc/loadavg: 0.72 0.68 0.72 7/215 6619
/proc/meminfo: memFree=25575440/32770624 swapFree=67108688/67108860
[pid=6589] ppid=6582 vsize=10661052 memory=42044 CPUtime=0.34 cores=0,2,4,6
/proc/6589/stat : 6589 (java) S 6582 6589 6529 0 -1 1077944320 8137 0 0 0 32 2 0 0 20 0 15 0 105720368 10916917248 10511 33554432000 4194304 4196468 140730266674336 140730266656880 140386819583735 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 28434432 140730266678410 140730266678537 140730266678537 140730266681295 0
/proc/6589/statm: 2665263 10511 2971 1 0 2627263 0
[pid=6589/tid=6592] ppid=6582 vsize=10661052 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/6589/task/6592/stat : 6592 (java) R 6582 6589 6529 0 -1 4202560 5127 0 0 0 18 1 0 0 20 0 15 0 105720369 10916917248 10606 33554432000 4194304 4196468 140730266674336 140386823822160 140386456555920 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28434432 140730266678410 140730266678537 140730266678537 140730266681295 0
[pid=6589/tid=6594] ppid=6582 vsize=10661052 memory=343 CPUtime=0 cores=0,2,4,6
/proc/6589/task/6594/stat : 6594 (java) S 6582 6589 6529 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105720369 10916917248 10606 33554432000 4194304 4196468 140730266674336 140386425973264 140386819593941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28434432 140730266678410 140730266678537 140730266678537 140730266681295 0
[pid=6589/tid=6596] ppid=6582 vsize=10661052 memory=288370358848788096 CPUtime=0 cores=0,2,4,6
/proc/6589/task/6596/stat : 6596 (java) S 6582 6589 6529 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105720369 10916917248 10606 33554432000 4194304 4196468 140730266674336 140386424920720 140386819593941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28434432 140730266678410 140730266678537 140730266678537 140730266681295 0
[pid=6589/tid=6599] ppid=6582 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6589/task/6599/stat : 6599 (java) S 6582 6589 6529 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105720369 10916917248 10606 33554432000 4194304 4196468 140730266674336 140386423867664 140386819593941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28434432 140730266678410 140730266678537 140730266678537 140730266681295 0
[pid=6589/tid=6601] ppid=6582 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6589/task/6601/stat : 6601 (java) S 6582 6589 6529 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105720369 10916917248 10606 33554432000 4194304 4196468 140730266674336 140386422815120 140386819593941 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28434432 140730266678410 140730266678537 140730266678537 140730266681295 0
[pid=6589/tid=6603] ppid=6582 vsize=10661052 memory=139982697076352 CPUtime=0 cores=0,2,4,6
/proc/6589/task/6603/stat : 6603 (java) S 6582 6589 6529 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105720371 10916917248 10606 33554432000 4194304 4196468 140730266674336 140386379397872 140386819594882 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28434432 140730266678410 140730266678537 140730266678537 140730266681295 0
[pid=6589/tid=6604] ppid=6582 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6589/task/6604/stat : 6604 (java) S 6582 6589 6529 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105720371 10916917248 10606 33554432000 4194304 4196468 140730266674336 140386378344096 140386819593941 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28434432 140730266678410 140730266678537 140730266678537 140730266681295 0
[pid=6589/tid=6606] ppid=6582 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6589/task/6606/stat : 6606 (java) S 6582 6589 6529 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105720371 10916917248 10606 33554432000 4194304 4196468 140730266674336 140386377290992 140386819593941 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28434432 140730266678410 140730266678537 140730266678537 140730266681295 0
[pid=6589/tid=6608] ppid=6582 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6589/task/6608/stat : 6608 (java) S 6582 6589 6529 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105720374 10916917248 10606 33554432000 4194304 4196468 140730266674336 140386376239568 140386819602331 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28434432 140730266678410 140730266678537 140730266678537 140730266681295 0
[pid=6589/tid=6612] ppid=6582 vsize=10661052 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/6589/task/6612/stat : 6612 (java) R 6582 6589 6529 0 -1 1077944384 562 0 0 0 2 0 0 0 20 0 15 0 105720374 10916917248 10606 33554432000 4194304 4196468 140730266674336 140385851533552 140386819594882 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28434432 140730266678410 140730266678537 140730266678537 140730266681295 0
[pid=6589/tid=6614] ppid=6582 vsize=10661052 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/6589/task/6614/stat : 6614 (java) R 6582 6589 6529 0 -1 4202560 222 0 0 0 2 0 0 0 20 0 15 0 105720374 10916917248 10606 33554432000 4194304 4196468 140730266674336 140385850481008 140386800284032 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28434432 140730266678410 140730266678537 140730266678537 140730266681295 0
[pid=6589/tid=6615] ppid=6582 vsize=10661052 memory=139982697076352 CPUtime=0.08 cores=0,2,4,6
/proc/6589/task/6615/stat : 6615 (java) R 6582 6589 6529 0 -1 4202560 887 0 0 0 8 0 0 0 20 0 15 0 105720374 10916917248 10606 33554432000 4194304 4196468 140730266674336 140385849424320 140386811820862 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28434432 140730266678410 140730266678537 140730266678537 140730266681295 0
[pid=6589/tid=6617] ppid=6582 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6589/task/6617/stat : 6617 (java) S 6582 6589 6529 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105720374 10916917248 10606 33554432000 4194304 4196468 140730266674336 140385848375648 140386819593941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28434432 140730266678410 140730266678537 140730266678537 140730266681295 0
[pid=6589/tid=6619] ppid=6582 vsize=10661052 memory=139982697076352 CPUtime=0 cores=0,2,4,6
/proc/6589/task/6619/stat : 6619 (java) S 6582 6589 6529 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105720374 10916917248 10606 33554432000 4194304 4196468 140730266674336 140385847323696 140386819594882 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28434432 140730266678410 140730266678537 140730266678537 140730266681295 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 10661052 KiB
Current children cumulated memory: 42044 KiB

[startup+0.31112 s]*
/proc/loadavg: 0.72 0.68 0.72 9/215 6619
/proc/meminfo: memFree=25525684/32770624 swapFree=67108688/67108860
[pid=6589] ppid=6582 vsize=10661052 memory=58784 CPUtime=0.67 cores=0,2,4,6
/proc/6589/stat : 6589 (java) S 6582 6589 6529 0 -1 1077944320 10221 0 0 0 64 3 0 0 20 0 15 0 105720368 10916917248 14696 33554432000 4194304 4196468 140730266674336 140730266656880 140386819583735 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 28434432 140730266678410 140730266678537 140730266678537 140730266681295 0
/proc/6589/statm: 2665263 14696 3055 1 0 2627263 0
[pid=6589/tid=6592] ppid=6582 vsize=10661052 memory=7022364594140610616 CPUtime=0.29 cores=0,2,4,6
/proc/6589/task/6592/stat : 6592 (java) R 6582 6589 6529 0 -1 1077944384 5239 0 0 0 27 2 0 0 20 0 15 0 105720369 10916917248 14696 33554432000 4194304 4196468 140730266674336 140386823816048 140386819607613 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28434432 140730266678410 140730266678537 140730266678537 140730266681295 0
[pid=6589/tid=6594] ppid=6582 vsize=10661052 memory=4294979917 CPUtime=0 cores=0,2,4,6
/proc/6589/task/6594/stat : 6594 (java) S 6582 6589 6529 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105720369 10916917248 14696 33554432000 4194304 4196468 140730266674336 140386425973264 140386819593941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28434432 140730266678410 140730266678537 140730266678537 140730266681295 0
[pid=6589/tid=6596] ppid=6582 vsize=10661052 memory=288370358848788096 CPUtime=0 cores=0,2,4,6
/proc/6589/task/6596/stat : 6596 (java) S 6582 6589 6529 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105720369 10916917248 14696 33554432000 4194304 4196468 140730266674336 140386424920720 140386819593941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28434432 140730266678410 140730266678537 140730266678537 140730266681295 0
[pid=6589/tid=6599] ppid=6582 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6589/task/6599/stat : 6599 (java) S 6582 6589 6529 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105720369 10916917248 14696 33554432000 4194304 4196468 140730266674336 140386423867664 140386819593941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28434432 140730266678410 140730266678537 140730266678537 140730266681295 0
[pid=6589/tid=6601] ppid=6582 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6589/task/6601/stat : 6601 (java) S 6582 6589 6529 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105720369 10916917248 14696 33554432000 4194304 4196468 140730266674336 140386422815120 140386819593941 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28434432 140730266678410 140730266678537 140730266678537 140730266681295 0
[pid=6589/tid=6603] ppid=6582 vsize=10661052 memory=139982697076352 CPUtime=0 cores=0,2,4,6
/proc/6589/task/6603/stat : 6603 (java) S 6582 6589 6529 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105720371 10916917248 14696 33554432000 4194304 4196468 140730266674336 140386379397872 140386819594882 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28434432 140730266678410 140730266678537 140730266678537 140730266681295 0
[pid=6589/tid=6604] ppid=6582 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6589/task/6604/stat : 6604 (java) S 6582 6589 6529 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105720371 10916917248 14696 33554432000 4194304 4196468 140730266674336 140386378344096 140386819593941 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28434432 140730266678410 140730266678537 140730266678537 140730266681295 0
[pid=6589/tid=6606] ppid=6582 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6589/task/6606/stat : 6606 (java) S 6582 6589 6529 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105720371 10916917248 14696 33554432000 4194304 4196468 140730266674336 140386377290992 140386819593941 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28434432 140730266678410 140730266678537 140730266678537 140730266681295 0
[pid=6589/tid=6608] ppid=6582 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6589/task/6608/stat : 6608 (java) S 6582 6589 6529 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105720374 10916917248 14696 33554432000 4194304 4196468 140730266674336 140386376239568 140386819602331 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28434432 140730266678410 140730266678537 140730266678537 140730266681295 0
[pid=6589/tid=6612] ppid=6582 vsize=10661052 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/6589/task/6612/stat : 6612 (java) R 6582 6589 6529 0 -1 4202560 1417 0 0 0 12 0 0 0 20 0 15 0 105720374 10916917248 14696 33554432000 4194304 4196468 140730266674336 140385851519432 140386804508082 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28434432 140730266678410 140730266678537 140730266678537 140730266681295 0
[pid=6589/tid=6614] ppid=6582 vsize=10661052 memory=-1 CPUtime=0.12 cores=0,2,4,6
/proc/6589/task/6614/stat : 6614 (java) R 6582 6589 6529 0 -1 4202560 834 0 0 0 12 0 0 0 20 0 15 0 105720374 10916917248 14696 33554432000 4194304 4196468 140730266674336 140385850467128 140386798816520 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28434432 140730266678410 140730266678537 140730266678537 140730266681295 0
[pid=6589/tid=6615] ppid=6582 vsize=10661052 memory=139982697076352 CPUtime=0.12 cores=0,2,4,6
/proc/6589/task/6615/stat : 6615 (java) S 6582 6589 6529 0 -1 1077944384 1364 0 0 0 12 0 0 0 20 0 15 0 105720374 10916917248 14696 33554432000 4194304 4196468 140730266674336 140385849427952 140386819594882 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28434432 140730266678410 140730266678537 140730266678537 140730266681295 0
[pid=6589/tid=6617] ppid=6582 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6589/task/6617/stat : 6617 (java) S 6582 6589 6529 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105720374 10916917248 14696 33554432000 4194304 4196468 140730266674336 140385848375648 140386819593941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28434432 140730266678410 140730266678537 140730266678537 140730266681295 0
[pid=6589/tid=6619] ppid=6582 vsize=10661052 memory=139982697076352 CPUtime=0 cores=0,2,4,6
/proc/6589/task/6619/stat : 6619 (java) S 6582 6589 6529 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105720374 10916917248 14696 33554432000 4194304 4196468 140730266674336 140385847323696 140386819594882 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28434432 140730266678410 140730266678537 140730266678537 140730266681295 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 10661052 KiB
Current children cumulated memory: 58784 KiB

[startup+0.700721 s]
/proc/loadavg: 0.72 0.68 0.72 9/215 6619
/proc/meminfo: memFree=25464624/32770624 swapFree=67108688/67108860
[pid=6589] ppid=6582 vsize=10661128 memory=163404 CPUtime=1.85 cores=0,2,4,6
/proc/6589/stat : 6589 (java) S 6582 6589 6529 0 -1 1077944320 12383 0 0 0 179 6 0 0 20 0 15 0 105720368 10916995072 40851 33554432000 4194304 4196468 140730266674336 140730266656880 140386819583735 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 28434432 140730266678410 140730266678537 140730266678537 140730266681295 0
/proc/6589/statm: 2665282 40851 3111 1 0 2627263 0
[pid=6589/tid=6592] ppid=6582 vsize=10661128 memory=168342249811241 CPUtime=0.67 cores=0,2,4,6
/proc/6589/task/6592/stat : 6592 (java) R 6582 6589 6529 0 -1 4202560 5561 0 0 0 63 4 0 0 20 0 15 0 105720369 10916995072 40851 33554432000 4194304 4196468 140730266674336 140386823819136 140386459351483 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28434432 140730266678410 140730266678537 140730266678537 140730266681295 0
[pid=6589/tid=6594] ppid=6582 vsize=10661128 memory=611393 CPUtime=0 cores=0,2,4,6
/proc/6589/task/6594/stat : 6594 (java) S 6582 6589 6529 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105720369 10916995072 40851 33554432000 4194304 4196468 140730266674336 140386425973264 140386819593941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28434432 140730266678410 140730266678537 140730266678537 140730266681295 0
[pid=6589/tid=6596] ppid=6582 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6589/task/6596/stat : 6596 (java) S 6582 6589 6529 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105720369 10916995072 40851 33554432000 4194304 4196468 140730266674336 140386424920720 140386819593941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28434432 140730266678410 140730266678537 140730266678537 140730266681295 0
[pid=6589/tid=6599] ppid=6582 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6589/task/6599/stat : 6599 (java) S 6582 6589 6529 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105720369 10916995072 40851 33554432000 4194304 4196468 140730266674336 140386423867664 140386819593941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28434432 140730266678410 140730266678537 140730266678537 140730266681295 0
[pid=6589/tid=6601] ppid=6582 vsize=10661128 memory=7809523229951467570 CPUtime=0 cores=0,2,4,6
/proc/6589/task/6601/stat : 6601 (java) S 6582 6589 6529 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105720369 10916995072 40851 33554432000 4194304 4196468 140730266674336 140386422815120 140386819593941 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28434432 140730266678410 140730266678537 140730266678537 140730266681295 0
[pid=6589/tid=6603] ppid=6582 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6589/task/6603/stat : 6603 (java) S 6582 6589 6529 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 105720371 10916995072 40851 33554432000 4194304 4196468 140730266674336 140386379397872 140386819594882 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28434432 140730266678410 140730266678537 140730266678537 140730266681295 0
[pid=6589/tid=6604] ppid=6582 vsize=10661128 memory=-6007378943880339241 CPUtime=0 cores=0,2,4,6
/proc/6589/task/6604/stat : 6604 (java) S 6582 6589 6529 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105720371 10916995072 40851 33554432000 4194304 4196468 140730266674336 140386378344096 140386819593941 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28434432 140730266678410 140730266678537 140730266678537 140730266681295 0
[pid=6589/tid=6606] ppid=6582 vsize=10661128 memory=6944656592387989600 CPUtime=0 cores=0,2,4,6
/proc/6589/task/6606/stat : 6606 (java) S 6582 6589 6529 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105720371 10916995072 40851 33554432000 4194304 4196468 140730266674336 140386377290992 140386819593941 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28434432 140730266678410 140730266678537 140730266678537 140730266681295 0
[pid=6589/tid=6608] ppid=6582 vsize=10661128 memory=6944656592455360604 CPUtime=0 cores=0,2,4,6
/proc/6589/task/6608/stat : 6608 (java) S 6582 6589 6529 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105720374 10916995072 40851 33554432000 4194304 4196468 140730266674336 140386376239568 140386819602331 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28434432 140730266678410 140730266678537 140730266678537 140730266681295 0
[pid=6589/tid=6612] ppid=6582 vsize=10661128 memory=0 CPUtime=0.46 cores=0,2,4,6
/proc/6589/task/6612/stat : 6612 (java) R 6582 6589 6529 0 -1 4202560 2050 0 0 0 46 0 0 0 20 0 15 0 105720374 10916995072 40851 33554432000 4194304 4196468 140730266674336 140385851533552 140386801128297 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28434432 140730266678410 140730266678537 140730266678537 140730266681295 0
[pid=6589/tid=6614] ppid=6582 vsize=10661128 memory=0 CPUtime=0.46 cores=0,2,4,6
/proc/6589/task/6614/stat : 6614 (java) R 6582 6589 6529 0 -1 4202560 1813 0 0 0 46 0 0 0 20 0 15 0 105720374 10916995072 40851 33554432000 4194304 4196468 140730266674336 140385850462024 140386800775546 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28434432 140730266678410 140730266678537 140730266678537 140730266681295 0
[pid=6589/tid=6615] ppid=6582 vsize=10661128 memory=0 CPUtime=0.24 cores=0,2,4,6
/proc/6589/task/6615/stat : 6615 (java) S 6582 6589 6529 0 -1 1077944384 1589 0 0 0 24 0 0 0 20 0 15 0 105720374 10916995072 40851 33554432000 4194304 4196468 140730266674336 140385849427952 140386819594882 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28434432 140730266678410 140730266678537 140730266678537 140730266681295 0
[pid=6589/tid=6617] ppid=6582 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6589/task/6617/stat : 6617 (java) S 6582 6589 6529 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105720374 10916995072 40851 33554432000 4194304 4196468 140730266674336 140385848375648 140386819593941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28434432 140730266678410 140730266678537 140730266678537 140730266681295 0
[pid=6589/tid=6619] ppid=6582 vsize=10661128 memory=4008 CPUtime=0 cores=0,2,4,6
/proc/6589/task/6619/stat : 6619 (java) S 6582 6589 6529 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105720374 10916995072 40851 33554432000 4194304 4196468 140730266674336 140385847323696 140386819594882 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28434432 140730266678410 140730266678537 140730266678537 140730266681295 0
Current children cumulated CPU time: 1.85 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 163404 KiB

[startup+1.50117 s]
/proc/loadavg: 0.72 0.68 0.72 7/215 6619
/proc/meminfo: memFree=25152788/32770624 swapFree=67108688/67108860
[pid=6589] ppid=6582 vsize=10661128 memory=249956 CPUtime=4.42 cores=0,2,4,6
/proc/6589/stat : 6589 (java) S 6582 6589 6529 0 -1 1077944320 19748 0 0 0 431 11 0 0 20 0 15 0 105720368 10916995072 62489 33554432000 4194304 4196468 140730266674336 140730266656880 140386819583735 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 28434432 140730266678410 140730266678537 140730266678537 140730266681295 0
/proc/6589/statm: 2665282 62489 3155 1 0 2627263 0
[pid=6589/tid=6592] ppid=6582 vsize=10661128 memory=12848 CPUtime=1.41 cores=0,2,4,6
/proc/6589/task/6592/stat : 6592 (java) R 6582 6589 6529 0 -1 4202560 5688 0 0 0 137 4 0 0 20 0 15 0 105720369 10916995072 62489 33554432000 4194304 4196468 140730266674336 140386823818800 140386461145540 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28434432 140730266678410 140730266678537 140730266678537 140730266681295 0
[pid=6589/tid=6594] ppid=6582 vsize=10661128 memory=8112282956445269571 CPUtime=0.01 cores=0,2,4,6
/proc/6589/task/6594/stat : 6594 (java) S 6582 6589 6529 0 -1 1077944384 46 0 0 0 1 0 0 0 20 0 15 0 105720369 10916995072 62489 33554432000 4194304 4196468 140730266674336 140386425973264 140386819593941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28434432 140730266678410 140730266678537 140730266678537 140730266681295 0
[pid=6589/tid=6596] ppid=6582 vsize=10661128 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/6589/task/6596/stat : 6596 (java) S 6582 6589 6529 0 -1 1077944384 115 0 0 0 1 0 0 0 20 0 15 0 105720369 10916995072 62489 33554432000 4194304 4196468 140730266674336 140386424920720 140386819593941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28434432 140730266678410 140730266678537 140730266678537 140730266681295 0
[pid=6589/tid=6599] ppid=6582 vsize=10661128 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/6589/task/6599/stat : 6599 (java) S 6582 6589 6529 0 -1 1077944384 139 0 0 0 2 0 0 0 20 0 15 0 105720369 10916995072 62489 33554432000 4194304 4196468 140730266674336 140386423867664 140386819593941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28434432 140730266678410 140730266678537 140730266678537 140730266681295 0
[pid=6589/tid=6601] ppid=6582 vsize=10661128 memory=6943526294502006880 CPUtime=0.04 cores=0,2,4,6
/proc/6589/task/6601/stat : 6601 (java) S 6582 6589 6529 0 -1 1077944384 133 0 0 0 4 0 0 0 20 0 15 0 105720369 10916995072 62489 33554432000 4194304 4196468 140730266674336 140386422815120 140386819593941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28434432 140730266678410 140730266678537 140730266678537 140730266681295 0
[pid=6589/tid=6603] ppid=6582 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6589/task/6603/stat : 6603 (java) S 6582 6589 6529 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 105720371 10916995072 62489 33554432000 4194304 4196468 140730266674336 140386379397872 140386819594882 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28434432 140730266678410 140730266678537 140730266678537 140730266681295 0

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

/proc/6589/task/6592/stat : 6592 (java) R 6582 6589 6529 0 -1 4202560 37292 0 0 0 236242 27 0 0 20 0 15 0 105720369 10916995072 78535 33554432000 4194304 4196468 140730266674336 140386823823120 140386457840748 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28434432 140730266678410 140730266678537 140730266678537 140730266681295 0
[pid=6589/tid=6594] ppid=6582 vsize=10661128 memory=319772 CPUtime=16.63 cores=0,2,4,6
/proc/6589/task/6594/stat : 6594 (java) S 6582 6589 6529 0 -1 1077944384 14388 0 0 0 1622 41 0 0 20 0 15 0 105720369 10916995072 78535 33554432000 4194304 4196468 140730266674336 140386425973264 140386819593941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28434432 140730266678410 140730266678537 140730266678537 140730266681295 0
[pid=6589/tid=6596] ppid=6582 vsize=10661128 memory=324400 CPUtime=16.65 cores=0,2,4,6
/proc/6589/task/6596/stat : 6596 (java) S 6582 6589 6529 0 -1 1077944384 13767 0 0 0 1622 43 0 0 20 0 15 0 105720369 10916995072 78535 33554432000 4194304 4196468 140730266674336 140386424920720 140386819593941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28434432 140730266678410 140730266678537 140730266678537 140730266681295 0
[pid=6589/tid=6599] ppid=6582 vsize=10661128 memory=324400 CPUtime=16.66 cores=0,2,4,6
/proc/6589/task/6599/stat : 6599 (java) S 6582 6589 6529 0 -1 1077944384 13372 0 0 0 1623 43 0 0 20 0 15 0 105720369 10916995072 78535 33554432000 4194304 4196468 140730266674336 140386423867664 140386819593941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28434432 140730266678410 140730266678537 140730266678537 140730266681295 0
[pid=6589/tid=6601] ppid=6582 vsize=10661128 memory=14076 CPUtime=16.64 cores=0,2,4,6
/proc/6589/task/6601/stat : 6601 (java) S 6582 6589 6529 0 -1 1077944384 14308 0 0 0 1620 44 0 0 20 0 15 0 105720369 10916995072 78535 33554432000 4194304 4196468 140730266674336 140386422815120 140386819593941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28434432 140730266678410 140730266678537 140730266678537 140730266681295 0
[pid=6589/tid=6603] ppid=6582 vsize=10661128 memory=316704 CPUtime=1.8 cores=0,2,4,6
/proc/6589/task/6603/stat : 6603 (java) S 6582 6589 6529 0 -1 1077944384 11857 0 0 0 146 34 0 0 20 0 15 0 105720371 10916995072 78535 33554432000 4194304 4196468 140730266674336 140386379397872 140386819594882 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28434432 140730266678410 140730266678537 140730266678537 140730266681295 0
[pid=6589/tid=6604] ppid=6582 vsize=10661128 memory=315168 CPUtime=0 cores=0,2,4,6
/proc/6589/task/6604/stat : 6604 (java) S 6582 6589 6529 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 15 0 105720371 10916995072 78535 33554432000 4194304 4196468 140730266674336 140386378344160 140386819593941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28434432 140730266678410 140730266678537 140730266678537 140730266681295 0
[pid=6589/tid=6606] ppid=6582 vsize=10661128 memory=314652 CPUtime=0 cores=0,2,4,6
/proc/6589/task/6606/stat : 6606 (java) S 6582 6589 6529 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 105720371 10916995072 78535 33554432000 4194304 4196468 140730266674336 140386377290992 140386819593941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28434432 140730266678410 140730266678537 140730266678537 140730266681295 0
[pid=6589/tid=6608] ppid=6582 vsize=10661128 memory=314140 CPUtime=0 cores=0,2,4,6
/proc/6589/task/6608/stat : 6608 (java) S 6582 6589 6529 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105720374 10916995072 78535 33554432000 4194304 4196468 140730266674336 140386376239568 140386819602331 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28434432 140730266678410 140730266678537 140730266678537 140730266681295 0
[pid=6589/tid=6612] ppid=6582 vsize=10661128 memory=316192 CPUtime=1.44 cores=0,2,4,6
/proc/6589/task/6612/stat : 6612 (java) S 6582 6589 6529 0 -1 1077944384 6746 0 0 0 143 1 0 0 20 0 15 0 105720374 10916995072 78535 33554432000 4194304 4196468 140730266674336 140385851533552 140386819594882 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28434432 140730266678410 140730266678537 140730266678537 140730266681295 0
[pid=6589/tid=6614] ppid=6582 vsize=10661128 memory=0 CPUtime=1.42 cores=0,2,4,6
/proc/6589/task/6614/stat : 6614 (java) S 6582 6589 6529 0 -1 1077944384 9342 0 0 0 140 2 0 0 20 0 15 0 105720374 10916995072 78535 33554432000 4194304 4196468 140730266674336 140385850481008 140386819594882 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28434432 140730266678410 140730266678537 140730266678537 140730266681295 0
[pid=6589/tid=6615] ppid=6582 vsize=10661128 memory=314140 CPUtime=0.42 cores=0,2,4,6
/proc/6589/task/6615/stat : 6615 (java) S 6582 6589 6529 0 -1 1077944384 4259 0 0 0 42 0 0 0 20 0 15 0 105720374 10916995072 78535 33554432000 4194304 4196468 140730266674336 140385849427952 140386819594882 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28434432 140730266678410 140730266678537 140730266678537 140730266681295 0
[pid=6589/tid=6617] ppid=6582 vsize=10661128 memory=324732 CPUtime=0 cores=0,2,4,6
/proc/6589/task/6617/stat : 6617 (java) S 6582 6589 6529 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105720374 10916995072 78535 33554432000 4194304 4196468 140730266674336 140385848375648 140386819593941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28434432 140730266678410 140730266678537 140730266678537 140730266681295 0
[pid=6589/tid=6619] ppid=6582 vsize=10661128 memory=314652 CPUtime=1.22 cores=0,2,4,6
/proc/6589/task/6619/stat : 6619 (java) S 6582 6589 6529 0 -1 1077944384 1951 0 0 0 58 64 0 0 20 0 15 0 105720374 10916995072 78535 33554432000 4194304 4196468 140730266674336 140385847323696 140386819594882 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28434432 140730266678410 140730266678537 140730266678537 140730266681295 0
Current children cumulated CPU time: 2435.67 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 314140 KiB

[startup+2442.3 s]
/proc/loadavg: 1.56 1.65 1.67 4/215 6717
/proc/meminfo: memFree=22094076/32770624 swapFree=67108688/67108860
[pid=6589] ppid=6582 vsize=10661128 memory=315988 CPUtime=2497.13 cores=0,2,4,6
/proc/6589/stat : 6589 (java) S 6582 6589 6529 0 -1 1077944320 132161 0 0 0 249426 287 0 0 20 0 15 0 105720368 10916995072 78997 33554432000 4194304 4196468 140730266674336 140730266656880 140386819583735 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 28434432 140730266678410 140730266678537 140730266678537 140730266681295 0
/proc/6589/statm: 2665282 78997 3172 1 0 2627263 0
[pid=6589/tid=6592] ppid=6582 vsize=10661128 memory=319068 CPUtime=2422.11 cores=0,2,4,6
/proc/6589/task/6592/stat : 6592 (java) R 6582 6589 6529 0 -1 4202560 39295 0 0 0 242184 27 0 0 20 0 15 0 105720369 10916995072 78997 33554432000 4194304 4196468 140730266674336 140386823822912 140386461584078 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28434432 140730266678410 140730266678537 140730266678537 140730266681295 0
[pid=6589/tid=6594] ppid=6582 vsize=10661128 memory=319088 CPUtime=17.11 cores=0,2,4,6
/proc/6589/task/6594/stat : 6594 (java) S 6582 6589 6529 0 -1 1077944384 14676 0 0 0 1670 41 0 0 20 0 15 0 105720369 10916995072 78997 33554432000 4194304 4196468 140730266674336 140386425973264 140386819593941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28434432 140730266678410 140730266678537 140730266678537 140730266681295 0
[pid=6589/tid=6596] ppid=6582 vsize=10661128 memory=322144 CPUtime=17.13 cores=0,2,4,6
/proc/6589/task/6596/stat : 6596 (java) S 6582 6589 6529 0 -1 1077944384 14029 0 0 0 1670 43 0 0 20 0 15 0 105720369 10916995072 78997 33554432000 4194304 4196468 140730266674336 140386424920720 140386819593941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28434432 140730266678410 140730266678537 140730266678537 140730266681295 0
[pid=6589/tid=6599] ppid=6582 vsize=10661128 memory=319580 CPUtime=17.14 cores=0,2,4,6
/proc/6589/task/6599/stat : 6599 (java) S 6582 6589 6529 0 -1 1077944384 13638 0 0 0 1671 43 0 0 20 0 15 0 105720369 10916995072 78997 33554432000 4194304 4196468 140730266674336 140386423867664 140386819593941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28434432 140730266678410 140730266678537 140730266678537 140730266681295 0
[pid=6589/tid=6601] ppid=6582 vsize=10661128 memory=324708 CPUtime=17.13 cores=0,2,4,6
/proc/6589/task/6601/stat : 6601 (java) S 6582 6589 6529 0 -1 1077944384 14758 0 0 0 1668 45 0 0 20 0 15 0 105720369 10916995072 78997 33554432000 4194304 4196468 140730266674336 140386422815120 140386819593941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28434432 140730266678410 140730266678537 140730266678537 140730266681295 0
[pid=6589/tid=6603] ppid=6582 vsize=10661128 memory=317016 CPUtime=1.85 cores=0,2,4,6
/proc/6589/task/6603/stat : 6603 (java) S 6582 6589 6529 0 -1 1077944384 12053 0 0 0 150 35 0 0 20 0 15 0 105720371 10916995072 78997 33554432000 4194304 4196468 140730266674336 140386379397872 140386819594882 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28434432 140730266678410 140730266678537 140730266678537 140730266681295 0
[pid=6589/tid=6604] ppid=6582 vsize=10661128 memory=316500 CPUtime=0 cores=0,2,4,6
/proc/6589/task/6604/stat : 6604 (java) S 6582 6589 6529 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 15 0 105720371 10916995072 78997 33554432000 4194304 4196468 140730266674336 140386378344160 140386819593941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28434432 140730266678410 140730266678537 140730266678537 140730266681295 0
[pid=6589/tid=6606] ppid=6582 vsize=10661128 memory=316500 CPUtime=0 cores=0,2,4,6
/proc/6589/task/6606/stat : 6606 (java) S 6582 6589 6529 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 105720371 10916995072 78997 33554432000 4194304 4196468 140730266674336 140386377290992 140386819593941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28434432 140730266678410 140730266678537 140730266678537 140730266681295 0
[pid=6589/tid=6608] ppid=6582 vsize=10661128 memory=316192 CPUtime=0 cores=0,2,4,6
/proc/6589/task/6608/stat : 6608 (java) S 6582 6589 6529 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105720374 10916995072 78997 33554432000 4194304 4196468 140730266674336 140386376239568 140386819602331 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28434432 140730266678410 140730266678537 140730266678537 140730266681295 0
[pid=6589/tid=6612] ppid=6582 vsize=10661128 memory=312932 CPUtime=1.45 cores=0,2,4,6
/proc/6589/task/6612/stat : 6612 (java) S 6582 6589 6529 0 -1 1077944384 6748 0 0 0 144 1 0 0 20 0 15 0 105720374 10916995072 78997 33554432000 4194304 4196468 140730266674336 140385851533552 140386819594882 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28434432 140730266678410 140730266678537 140730266678537 140730266681295 0
[pid=6589/tid=6614] ppid=6582 vsize=10661128 memory=279965162570336 CPUtime=1.42 cores=0,2,4,6
/proc/6589/task/6614/stat : 6614 (java) S 6582 6589 6529 0 -1 1077944384 9344 0 0 0 140 2 0 0 20 0 15 0 105720374 10916995072 78997 33554432000 4194304 4196468 140730266674336 140385850481008 140386819594882 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28434432 140730266678410 140730266678537 140730266678537 140730266681295 0
[pid=6589/tid=6615] ppid=6582 vsize=10661128 memory=320092 CPUtime=0.43 cores=0,2,4,6
/proc/6589/task/6615/stat : 6615 (java) S 6582 6589 6529 0 -1 1077944384 4261 0 0 0 43 0 0 0 20 0 15 0 105720374 10916995072 78997 33554432000 4194304 4196468 140730266674336 140385849427952 140386819594882 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28434432 140730266678410 140730266678537 140730266678537 140730266681295 0
[pid=6589/tid=6617] ppid=6582 vsize=10661128 memory=321120 CPUtime=0 cores=0,2,4,6
/proc/6589/task/6617/stat : 6617 (java) S 6582 6589 6529 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105720374 10916995072 78997 33554432000 4194304 4196468 140730266674336 140385848375648 140386819593941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28434432 140730266678410 140730266678537 140730266678537 140730266681295 0
[pid=6589/tid=6619] ppid=6582 vsize=10661128 memory=317016 CPUtime=1.25 cores=0,2,4,6
/proc/6589/task/6619/stat : 6619 (java) S 6582 6589 6529 0 -1 1077944384 1968 0 0 0 58 67 0 0 20 0 15 0 105720374 10916995072 78997 33554432000 4194304 4196468 140730266674336 140385847323696 140386819594882 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28434432 140730266678410 140730266678537 140730266678537 140730266681295 0
Current children cumulated CPU time: 2497.13 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 315988 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2464.7 s]
/proc/loadavg: 1.86 1.71 1.69 3/215 6718
/proc/meminfo: memFree=22094572/32770624 swapFree=67108688/67108860
[pid=6589] ppid=6582 vsize=10661128 memory=313832 CPUtime=2520.09 cores=0,2,4,6
/proc/6589/stat : 6589 (java) S 6582 6589 6529 0 -1 1077944320 133643 0 0 0 251720 289 0 0 20 0 15 0 105720368 10916995072 78458 33554432000 4194304 4196468 140730266674336 140730266656880 140386819583735 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 28434432 140730266678410 140730266678537 140730266678537 140730266681295 0
/proc/6589/statm: 2665282 78458 3172 1 0 2627263 0
[pid=6589/tid=6592] ppid=6582 vsize=10661128 memory=308700 CPUtime=2444.28 cores=0,2,4,6
/proc/6589/task/6592/stat : 6592 (java) R 6582 6589 6529 0 -1 4202560 39801 0 0 0 244401 27 0 0 20 0 15 0 105720369 10916995072 78458 33554432000 4194304 4196468 140730266674336 140386823823104 140386461197920 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28434432 140730266678410 140730266678537 140730266678537 140730266681295 0
[pid=6589/tid=6594] ppid=6582 vsize=10661128 memory=314856 CPUtime=17.3 cores=0,2,4,6
/proc/6589/task/6594/stat : 6594 (java) S 6582 6589 6529 0 -1 1077944384 14877 0 0 0 1689 41 0 0 20 0 15 0 105720369 10916995072 78458 33554432000 4194304 4196468 140730266674336 140386425973264 140386819593941 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28434432 140730266678410 140730266678537 140730266678537 140730266681295 0
[pid=6589/tid=6596] ppid=6582 vsize=10661128 memory=306652 CPUtime=17.32 cores=0,2,4,6
/proc/6589/task/6596/stat : 6596 (java) S 6582 6589 6529 0 -1 1077944384 14182 0 0 0 1689 43 0 0 20 0 15 0 105720369 10916995072 78458 33554432000 4194304 4196468 140730266674336 140386424920720 140386819593941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28434432 140730266678410 140730266678537 140730266678537 140730266681295 0
[pid=6589/tid=6599] ppid=6582 vsize=10661128 memory=306648 CPUtime=17.33 cores=0,2,4,6
/proc/6589/task/6599/stat : 6599 (java) S 6582 6589 6529 0 -1 1077944384 14023 0 0 0 1689 44 0 0 20 0 15 0 105720369 10916995072 78458 33554432000 4194304 4196468 140730266674336 140386423867664 140386819593941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28434432 140730266678410 140730266678537 140730266678537 140730266681295 0
[pid=6589/tid=6601] ppid=6582 vsize=10661128 memory=314344 CPUtime=17.32 cores=0,2,4,6
/proc/6589/task/6601/stat : 6601 (java) S 6582 6589 6529 0 -1 1077944384 14959 0 0 0 1687 45 0 0 20 0 15 0 105720369 10916995072 78458 33554432000 4194304 4196468 140730266674336 140386422815120 140386819593941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28434432 140730266678410 140730266678537 140730266678537 140730266681295 0
[pid=6589/tid=6603] ppid=6582 vsize=10661128 memory=316192 CPUtime=1.88 cores=0,2,4,6
/proc/6589/task/6603/stat : 6603 (java) S 6582 6589 6529 0 -1 1077944384 12079 0 0 0 152 36 0 0 20 0 15 0 105720371 10916995072 78458 33554432000 4194304 4196468 140730266674336 140386379397872 140386819594882 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28434432 140730266678410 140730266678537 140730266678537 140730266681295 0
[pid=6589/tid=6604] ppid=6582 vsize=10661128 memory=1952 CPUtime=0 cores=0,2,4,6
/proc/6589/task/6604/stat : 6604 (java) S 6582 6589 6529 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 15 0 105720371 10916995072 78458 33554432000 4194304 4196468 140730266674336 140386378344160 140386819593941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28434432 140730266678410 140730266678537 140730266678537 140730266681295 0
[pid=6589/tid=6606] ppid=6582 vsize=10661128 memory=306648 CPUtime=0 cores=0,2,4,6
/proc/6589/task/6606/stat : 6606 (java) S 6582 6589 6529 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 105720371 10916995072 78458 33554432000 4194304 4196468 140730266674336 140386377290992 140386819593941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28434432 140730266678410 140730266678537 140730266678537 140730266681295 0
[pid=6589/tid=6608] ppid=6582 vsize=10661128 memory=1204 CPUtime=0 cores=0,2,4,6
/proc/6589/task/6608/stat : 6608 (java) S 6582 6589 6529 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105720374 10916995072 78458 33554432000 4194304 4196468 140730266674336 140386376239568 140386819602331 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28434432 140730266678410 140730266678537 140730266678537 140730266681295 0
[pid=6589/tid=6612] ppid=6582 vsize=10661128 memory=15872 CPUtime=1.45 cores=0,2,4,6
/proc/6589/task/6612/stat : 6612 (java) S 6582 6589 6529 0 -1 1077944384 6750 0 0 0 144 1 0 0 20 0 15 0 105720374 10916995072 78458 33554432000 4194304 4196468 140730266674336 140385851533552 140386819594882 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28434432 140730266678410 140730266678537 140730266678537 140730266681295 0
[pid=6589/tid=6614] ppid=6582 vsize=10661128 memory=18264 CPUtime=1.42 cores=0,2,4,6
/proc/6589/task/6614/stat : 6614 (java) S 6582 6589 6529 0 -1 1077944384 9346 0 0 0 140 2 0 0 20 0 15 0 105720374 10916995072 78458 33554432000 4194304 4196468 140730266674336 140385850481008 140386819594882 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28434432 140730266678410 140730266678537 140730266678537 140730266681295 0
[pid=6589/tid=6615] ppid=6582 vsize=10661128 memory=18260 CPUtime=0.43 cores=0,2,4,6
/proc/6589/task/6615/stat : 6615 (java) S 6582 6589 6529 0 -1 1077944384 4263 0 0 0 43 0 0 0 20 0 15 0 105720374 10916995072 78458 33554432000 4194304 4196468 140730266674336 140385849427952 140386819594882 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28434432 140730266678410 140730266678537 140730266678537 140730266681295 0
[pid=6589/tid=6617] ppid=6582 vsize=10661128 memory=1788 CPUtime=0 cores=0,2,4,6
/proc/6589/task/6617/stat : 6617 (java) S 6582 6589 6529 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105720374 10916995072 78458 33554432000 4194304 4196468 140730266674336 140385848375648 140386819593941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28434432 140730266678410 140730266678537 140730266678537 140730266681295 0
[pid=6589/tid=6619] ppid=6582 vsize=10661128 memory=306652 CPUtime=1.26 cores=0,2,4,6
/proc/6589/task/6619/stat : 6619 (java) S 6582 6589 6529 0 -1 1077944384 1972 0 0 0 59 67 0 0 20 0 15 0 105720374 10916995072 78458 33554432000 4194304 4196468 140730266674336 140385847323696 140386819594882 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28434432 140730266678410 140730266678537 140730266678537 140730266681295 0
Current children cumulated CPU time: 2520.09 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 313832 KiB

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

[startup+2464.71 s]
# the end of solver process 6589 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.21 s, system=2.89598 s

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

[startup+2464.7 s]
/proc/loadavg: 1.86 1.71 1.69 3/215 6718
/proc/meminfo: memFree=22094572/32770624 swapFree=67108688/67108860
[pid=6589] ppid=6582 vsize=10661128 memory=313832 CPUtime=2520.09 cores=0,2,4,6
/proc/6589/stat : 6589 (java) S 6582 6589 6529 0 -1 1077944320 133643 0 0 0 251720 289 0 0 20 0 15 0 105720368 10916995072 78458 33554432000 4194304 4196468 140730266674336 140730266656880 140386819583735 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 28434432 140730266678410 140730266678537 140730266678537 140730266681295 0
/proc/6589/statm: 2665282 78458 3172 1 0 2627263 0
[pid=6589/tid=6592] ppid=6582 vsize=10661128 memory=308700 CPUtime=2444.28 cores=0,2,4,6
/proc/6589/task/6592/stat : 6592 (java) R 6582 6589 6529 0 -1 4202560 39801 0 0 0 244401 27 0 0 20 0 15 0 105720369 10916995072 78458 33554432000 4194304 4196468 140730266674336 140386823823104 140386461197920 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28434432 140730266678410 140730266678537 140730266678537 140730266681295 0
[pid=6589/tid=6594] ppid=6582 vsize=10661128 memory=314856 CPUtime=17.3 cores=0,2,4,6
/proc/6589/task/6594/stat : 6594 (java) S 6582 6589 6529 0 -1 1077944384 14877 0 0 0 1689 41 0 0 20 0 15 0 105720369 10916995072 78458 33554432000 4194304 4196468 140730266674336 140386425973264 140386819593941 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28434432 140730266678410 140730266678537 140730266678537 140730266681295 0
[pid=6589/tid=6596] ppid=6582 vsize=10661128 memory=306652 CPUtime=17.32 cores=0,2,4,6
/proc/6589/task/6596/stat : 6596 (java) S 6582 6589 6529 0 -1 1077944384 14182 0 0 0 1689 43 0 0 20 0 15 0 105720369 10916995072 78458 33554432000 4194304 4196468 140730266674336 140386424920720 140386819593941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28434432 140730266678410 140730266678537 140730266678537 140730266681295 0
[pid=6589/tid=6599] ppid=6582 vsize=10661128 memory=306648 CPUtime=17.33 cores=0,2,4,6
/proc/6589/task/6599/stat : 6599 (java) S 6582 6589 6529 0 -1 1077944384 14023 0 0 0 1689 44 0 0 20 0 15 0 105720369 10916995072 78458 33554432000 4194304 4196468 140730266674336 140386423867664 140386819593941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28434432 140730266678410 140730266678537 140730266678537 140730266681295 0
[pid=6589/tid=6601] ppid=6582 vsize=10661128 memory=314344 CPUtime=17.32 cores=0,2,4,6
/proc/6589/task/6601/stat : 6601 (java) S 6582 6589 6529 0 -1 1077944384 14959 0 0 0 1687 45 0 0 20 0 15 0 105720369 10916995072 78458 33554432000 4194304 4196468 140730266674336 140386422815120 140386819593941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28434432 140730266678410 140730266678537 140730266678537 140730266681295 0
[pid=6589/tid=6603] ppid=6582 vsize=10661128 memory=316192 CPUtime=1.88 cores=0,2,4,6
/proc/6589/task/6603/stat : 6603 (java) S 6582 6589 6529 0 -1 1077944384 12079 0 0 0 152 36 0 0 20 0 15 0 105720371 10916995072 78458 33554432000 4194304 4196468 140730266674336 140386379397872 140386819594882 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28434432 140730266678410 140730266678537 140730266678537 140730266681295 0
[pid=6589/tid=6604] ppid=6582 vsize=10661128 memory=1952 CPUtime=0 cores=0,2,4,6
/proc/6589/task/6604/stat : 6604 (java) S 6582 6589 6529 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 15 0 105720371 10916995072 78458 33554432000 4194304 4196468 140730266674336 140386378344160 140386819593941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28434432 140730266678410 140730266678537 140730266678537 140730266681295 0
[pid=6589/tid=6606] ppid=6582 vsize=10661128 memory=306648 CPUtime=0 cores=0,2,4,6
/proc/6589/task/6606/stat : 6606 (java) S 6582 6589 6529 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 105720371 10916995072 78458 33554432000 4194304 4196468 140730266674336 140386377290992 140386819593941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28434432 140730266678410 140730266678537 140730266678537 140730266681295 0
[pid=6589/tid=6608] ppid=6582 vsize=10661128 memory=1204 CPUtime=0 cores=0,2,4,6
/proc/6589/task/6608/stat : 6608 (java) S 6582 6589 6529 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105720374 10916995072 78458 33554432000 4194304 4196468 140730266674336 140386376239568 140386819602331 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28434432 140730266678410 140730266678537 140730266678537 140730266681295 0
[pid=6589/tid=6612] ppid=6582 vsize=10661128 memory=15872 CPUtime=1.45 cores=0,2,4,6
/proc/6589/task/6612/stat : 6612 (java) S 6582 6589 6529 0 -1 1077944384 6750 0 0 0 144 1 0 0 20 0 15 0 105720374 10916995072 78458 33554432000 4194304 4196468 140730266674336 140385851533552 140386819594882 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28434432 140730266678410 140730266678537 140730266678537 140730266681295 0
[pid=6589/tid=6614] ppid=6582 vsize=10661128 memory=18264 CPUtime=1.42 cores=0,2,4,6
/proc/6589/task/6614/stat : 6614 (java) S 6582 6589 6529 0 -1 1077944384 9346 0 0 0 140 2 0 0 20 0 15 0 105720374 10916995072 78458 33554432000 4194304 4196468 140730266674336 140385850481008 140386819594882 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28434432 140730266678410 140730266678537 140730266678537 140730266681295 0
[pid=6589/tid=6615] ppid=6582 vsize=10661128 memory=18260 CPUtime=0.43 cores=0,2,4,6
/proc/6589/task/6615/stat : 6615 (java) S 6582 6589 6529 0 -1 1077944384 4263 0 0 0 43 0 0 0 20 0 15 0 105720374 10916995072 78458 33554432000 4194304 4196468 140730266674336 140385849427952 140386819594882 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28434432 140730266678410 140730266678537 140730266678537 140730266681295 0
[pid=6589/tid=6617] ppid=6582 vsize=10661128 memory=1788 CPUtime=0 cores=0,2,4,6
/proc/6589/task/6617/stat : 6617 (java) S 6582 6589 6529 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105720374 10916995072 78458 33554432000 4194304 4196468 140730266674336 140385848375648 140386819593941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28434432 140730266678410 140730266678537 140730266678537 140730266681295 0
[pid=6589/tid=6619] ppid=6582 vsize=10661128 memory=306652 CPUtime=1.26 cores=0,2,4,6
/proc/6589/task/6619/stat : 6619 (java) S 6582 6589 6529 0 -1 1077944384 1972 0 0 0 59 67 0 0 20 0 15 0 105720374 10916995072 78458 33554432000 4194304 4196468 140730266674336 140385847323696 140386819594882 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28434432 140730266678410 140730266678537 140730266678537 140730266681295 0
Current children cumulated CPU time: 2520.09 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 313832 KiB

Child status: 143
Real time (s): 2464.71
CPU time (s): 2520.11
CPU user time (s): 2517.21
CPU system time (s): 2.89598
CPU usage (%): 102.248
Max. virtual memory (cumulated for all children) (KiB): 10663300
Max. memory (cumulated for all children) (KiB): 1342008

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.21
system time used= 2.89598
maximum resident set size= 1343036
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 133856
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2728
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 97869
involuntary context switches= 4555


# summary of solver processes directly reported to runsolver:
#   pid: 6589
#   total CPU time (s): 2520.11
#   total CPU user time (s): 2517.21
#   total CPU system time (s): 2.89598

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.9016 second user time and 23.1543 second system time

The end

Launcher Data

Begin job on node106 at 2018-07-29 18:26:15
IDJOB=4298341
IDBENCH=141113
IDSOLVER=2767
FILE ID=node106/4298341-1532881575
RUNJOBID= node106-1532881575-6560
PBS_JOBID= 21022522
Free space on /tmp= 54716 MiB

SOLVER NAME= SuperSolver_Macq_Stevenart 2018-04-27
BENCH NAME= XCSP18/PseudoBoolean-opt/Pb-circ8-3_c18.xml
COMMAND LINE= java -jar DIR/bestMinicp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4298341-1532881575/watcher-4298341-1532881575 -o /tmp/evaluation-result-4298341-1532881575/solver-4298341-1532881575 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node106-1532881575-6560 --watchdog 2580  java -jar HOME/bestMinicp.jar HOME/instance-4298341-1532881575.xml

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

MD5SUM BENCH= 7db04233d06e2f858d703f8c476ffab2
RANDOM SEED=1467884800

node106.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	: 5334.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	: 5334.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	: 5334.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	: 5334.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:        25633672 kB
MemAvailable:   31930856 kB
Buffers:          243248 kB
Cached:          6287096 kB
SwapCached:            0 kB
Active:          2367624 kB
Inactive:        4219936 kB
Active(anon):       4244 kB
Inactive(anon):    80476 kB
Active(file):    2363380 kB
Inactive(file):  4139460 kB
Unevictable:        6960 kB
Mlocked:            6960 kB
SwapTotal:      67108860 kB
SwapFree:       67108688 kB
Dirty:             21164 kB
Writeback:             0 kB
AnonPages:         63560 kB
Mapped:            44412 kB
Shmem:             25056 kB
Slab:             247636 kB
SReclaimable:     220356 kB
SUnreclaim:        27280 kB
KernelStack:        3120 kB
PageTables:         6304 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     326040 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      8192 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      109952 kB
DirectMap2M:    33435648 kB

Free space on /tmp at the end= 54704 MiB
End job on node106 at 2018-07-29 19:07:20