Trace number 4298327

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.03 2466.71

General information on the benchmark

NamePseudoBoolean-opt/
Pb-circ10-3_c18.xml
MD5SUM2a9d5e672b2129585e8bdcc62e976dce
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark364
Best CPU time to get the best result obtained on this benchmark2520.01
Satisfiable
(Un)Satisfiability was proved
Number of variables2700
Number of constraints42620
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":2700}]
Minimum variable degree20
Maximum variable degree272
Distribution of variable degrees[{"degree":20,"count":20},{"degree":21,"count":180},{"degree":30,"count":20},{"degree":31,"count":20},{"degree":32,"count":210},{"degree":42,"count":90},{"degree":52,"count":720},{"degree":59,"count":90},{"degree":76,"count":90},{"degree":92,"count":90},{"degree":108,"count":90},{"degree":124,"count":90},{"degree":140,"count":90},{"degree":156,"count":90},{"degree":172,"count":90},{"degree":188,"count":90},{"degree":204,"count":90},{"degree":220,"count":90},{"degree":236,"count":90},{"degree":252,"count":90},{"degree":266,"count":90},{"degree":267,"count":90},{"degree":272,"count":90}]
Minimum constraint arity2
Maximum constraint arity36
Distribution of constraint arities[{"arity":2,"count":3330},{"arity":3,"count":16740},{"arity":4,"count":1590},{"arity":5,"count":1440},{"arity":6,"count":1440},{"arity":7,"count":1440},{"arity":8,"count":1440},{"arity":9,"count":1820},{"arity":10,"count":1620},{"arity":11,"count":1440},{"arity":12,"count":1440},{"arity":13,"count":1440},{"arity":14,"count":1440},{"arity":15,"count":1440},{"arity":16,"count":1440},{"arity":17,"count":1440},{"arity":18,"count":1530},{"arity":36,"count":150}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":42620}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.13/0.13	c version: 2018-04-11
0.13/0.13	c seed: 1811631
0.13/0.13	c timeout: -1
0.13/0.13	c memlimit: -1
0.13/0.13	c nbcore: -1
2520.01/2466.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 (11642 MiB free)
  memory of node 1: 16384 MiB (15838 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4298327-1532809638/watcher-4298327-1532809638 -o /tmp/evaluation-result-4298327-1532809638/solver-4298327-1532809638 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node136-1532809638-1644 --watchdog 2580 java -jar HOME/bestMinicp.jar HOME/instance-4298327-1532809638.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
Current StackSize limit: 8192 KiB

solver pid=1682, runsolver pid=1679

[startup+0.105798 s]*
/proc/loadavg: 0.76 0.77 1.03 5/215 1703
/proc/meminfo: memFree=28112756/32770624 swapFree=67108860/67108860
[pid=1682] ppid=1679 vsize=10661052 memory=27544 CPUtime=0.13 cores=0,2,4,6
/proc/1682/stat : 1682 (java) S 1679 1682 1613 0 -1 1077944320 5305 0 0 0 12 1 0 0 20 0 15 0 98526964 10916917248 6886 33554432000 4194304 4196468 140729076194512 140729076177056 140508384980727 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 29585408 140729076200586 140729076200713 140729076200713 140729076203471 0
/proc/1682/statm: 2665263 6886 2863 1 0 2627263 0
[pid=1682/tid=1684] ppid=1679 vsize=10661052 memory=-8412660957079705459 CPUtime=0.1 cores=0,2,4,6
/proc/1682/task/1684/stat : 1684 (java) R 1679 1682 1613 0 -1 4202560 3167 0 0 0 9 1 0 0 20 0 15 0 98526964 10916917248 6886 33554432000 4194304 4196468 140729076194512 140508389201888 140508366849312 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29585408 140729076200586 140729076200713 140729076200713 140729076203471 0
[pid=1682/tid=1687] ppid=1679 vsize=10661052 memory=7948963741541478447 CPUtime=0 cores=0,2,4,6
/proc/1682/task/1687/stat : 1687 (java) S 1679 1682 1613 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98526965 10916917248 6886 33554432000 4194304 4196468 140729076194512 140508321672080 140508384990933 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29585408 140729076200586 140729076200713 140729076200713 140729076203471 0
[pid=1682/tid=1689] ppid=1679 vsize=10661052 memory=140075810190976 CPUtime=0 cores=0,2,4,6
/proc/1682/task/1689/stat : 1689 (java) S 1679 1682 1613 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98526965 10916917248 6886 33554432000 4194304 4196468 140729076194512 140508320619280 140508384990933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29585408 140729076200586 140729076200713 140729076200713 140729076203471 0
[pid=1682/tid=1691] ppid=1679 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1682/task/1691/stat : 1691 (java) S 1679 1682 1613 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98526965 10916917248 6886 33554432000 4194304 4196468 140729076194512 140508319566992 140508384990933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29585408 140729076200586 140729076200713 140729076200713 140729076203471 0
[pid=1682/tid=1692] ppid=1679 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1682/task/1692/stat : 1692 (java) S 1679 1682 1613 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98526965 10916917248 6886 33554432000 4194304 4196468 140729076194512 140508318514192 140508384990933 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29585408 140729076200586 140729076200713 140729076200713 140729076203471 0
[pid=1682/tid=1695] ppid=1679 vsize=10661052 memory=140075810190976 CPUtime=0 cores=0,2,4,6
/proc/1682/task/1695/stat : 1695 (java) S 1679 1682 1613 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98526967 10916917248 6886 33554432000 4194304 4196468 140729076194512 140507876190320 140508384991874 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29585408 140729076200586 140729076200713 140729076200713 140729076203471 0
[pid=1682/tid=1696] ppid=1679 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1682/task/1696/stat : 1696 (java) S 1679 1682 1613 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 98526967 10916917248 6886 33554432000 4194304 4196468 140729076194512 140507875136288 140508384990933 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29585408 140729076200586 140729076200713 140729076200713 140729076203471 0
[pid=1682/tid=1697] ppid=1679 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1682/task/1697/stat : 1697 (java) S 1679 1682 1613 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 98526967 10916917248 6886 33554432000 4194304 4196468 140729076194512 140507874083952 140508384990933 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29585408 140729076200586 140729076200713 140729076200713 140729076203471 0
[pid=1682/tid=1698] ppid=1679 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1682/task/1698/stat : 1698 (java) S 1679 1682 1613 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98526970 10916917248 6886 33554432000 4194304 4196468 140729076194512 140507873032272 140508384999323 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29585408 140729076200586 140729076200713 140729076200713 140729076203471 0
[pid=1682/tid=1699] ppid=1679 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1682/task/1699/stat : 1699 (java) R 1679 1682 1613 0 -1 1077944384 309 0 0 0 0 0 0 0 20 0 15 0 98526970 10916917248 6886 33554432000 4194304 4196468 140729076194512 140507871980144 140508384991874 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29585408 140729076200586 140729076200713 140729076200713 140729076203471 0
[pid=1682/tid=1700] ppid=1679 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1682/task/1700/stat : 1700 (java) R 1679 1682 1613 0 -1 4202560 174 0 0 0 0 0 0 0 20 0 15 0 98526970 10916917248 6886 33554432000 4194304 4196468 140729076194512 140507870918848 140508369878401 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29585408 140729076200586 140729076200713 140729076200713 140729076203471 0
[pid=1682/tid=1701] ppid=1679 vsize=10661052 memory=140075810190976 CPUtime=0.02 cores=0,2,4,6
/proc/1682/task/1701/stat : 1701 (java) S 1679 1682 1613 0 -1 1077944384 323 0 0 0 2 0 0 0 20 0 15 0 98526970 10916917248 6886 33554432000 4194304 4196468 140729076194512 140507869875056 140508384991874 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29585408 140729076200586 140729076200713 140729076200713 140729076203471 0
[pid=1682/tid=1702] ppid=1679 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1682/task/1702/stat : 1702 (java) S 1679 1682 1613 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98526970 10916917248 6886 33554432000 4194304 4196468 140729076194512 140507868822496 140508384990933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29585408 140729076200586 140729076200713 140729076200713 140729076203471 0
[pid=1682/tid=1703] ppid=1679 vsize=10661052 memory=140075810190976 CPUtime=0 cores=0,2,4,6
/proc/1682/task/1703/stat : 1703 (java) S 1679 1682 1613 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98526970 10916917248 6886 33554432000 4194304 4196468 140729076194512 140507867769264 140508384991874 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29585408 140729076200586 140729076200713 140729076200713 140729076203471 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10661052 KiB
Current children cumulated memory: 27544 KiB

[startup+0.210782 s]*
/proc/loadavg: 0.76 0.77 1.03 4/215 1703
/proc/meminfo: memFree=28093528/32770624 swapFree=67108860/67108860
[pid=1682] ppid=1679 vsize=10661052 memory=40000 CPUtime=0.33 cores=0,2,4,6
/proc/1682/stat : 1682 (java) S 1679 1682 1613 0 -1 1077944320 8102 0 0 0 31 2 0 0 20 0 15 0 98526964 10916917248 10000 33554432000 4194304 4196468 140729076194512 140729076177056 140508384980727 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 29585408 140729076200586 140729076200713 140729076200713 140729076203471 0
/proc/1682/statm: 2665263 10000 3004 1 0 2627263 0
[pid=1682/tid=1684] ppid=1679 vsize=10661052 memory=8389772277269004345 CPUtime=0.2 cores=0,2,4,6
/proc/1682/task/1684/stat : 1684 (java) R 1679 1682 1613 0 -1 4202560 5118 0 0 0 18 2 0 0 20 0 15 0 98526964 10916917248 10000 33554432000 4194304 4196468 140729076194512 140508389219496 140507994518225 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29585408 140729076200586 140729076200713 140729076200713 140729076203471 0
[pid=1682/tid=1687] ppid=1679 vsize=10661052 memory=288230604707987479 CPUtime=0 cores=0,2,4,6
/proc/1682/task/1687/stat : 1687 (java) S 1679 1682 1613 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98526965 10916917248 10000 33554432000 4194304 4196468 140729076194512 140508321672080 140508384990933 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29585408 140729076200586 140729076200713 140729076200713 140729076203471 0
[pid=1682/tid=1689] ppid=1679 vsize=10661052 memory=3545096621231208096 CPUtime=0 cores=0,2,4,6
/proc/1682/task/1689/stat : 1689 (java) S 1679 1682 1613 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98526965 10916917248 10000 33554432000 4194304 4196468 140729076194512 140508320619280 140508384990933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29585408 140729076200586 140729076200713 140729076200713 140729076203471 0
[pid=1682/tid=1691] ppid=1679 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1682/task/1691/stat : 1691 (java) S 1679 1682 1613 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98526965 10916917248 10000 33554432000 4194304 4196468 140729076194512 140508319566992 140508384990933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29585408 140729076200586 140729076200713 140729076200713 140729076203471 0
[pid=1682/tid=1692] ppid=1679 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1682/task/1692/stat : 1692 (java) S 1679 1682 1613 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98526965 10916917248 10000 33554432000 4194304 4196468 140729076194512 140508318514192 140508384990933 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29585408 140729076200586 140729076200713 140729076200713 140729076203471 0
[pid=1682/tid=1695] ppid=1679 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1682/task/1695/stat : 1695 (java) S 1679 1682 1613 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98526967 10916917248 10000 33554432000 4194304 4196468 140729076194512 140507876190320 140508384991874 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29585408 140729076200586 140729076200713 140729076200713 140729076203471 0
[pid=1682/tid=1696] ppid=1679 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1682/task/1696/stat : 1696 (java) S 1679 1682 1613 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 98526967 10916917248 10000 33554432000 4194304 4196468 140729076194512 140507875136288 140508384990933 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29585408 140729076200586 140729076200713 140729076200713 140729076203471 0
[pid=1682/tid=1697] ppid=1679 vsize=10661052 memory=140075810190976 CPUtime=0 cores=0,2,4,6
/proc/1682/task/1697/stat : 1697 (java) S 1679 1682 1613 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 98526967 10916917248 10000 33554432000 4194304 4196468 140729076194512 140507874083952 140508384990933 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29585408 140729076200586 140729076200713 140729076200713 140729076203471 0
[pid=1682/tid=1698] ppid=1679 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1682/task/1698/stat : 1698 (java) S 1679 1682 1613 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98526970 10916917248 10000 33554432000 4194304 4196468 140729076194512 140507873032272 140508384999323 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29585408 140729076200586 140729076200713 140729076200713 140729076203471 0
[pid=1682/tid=1699] ppid=1679 vsize=10661052 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/1682/task/1699/stat : 1699 (java) R 1679 1682 1613 0 -1 4202560 520 0 0 0 2 0 0 0 20 0 15 0 98526970 10916917248 10000 33554432000 4194304 4196468 140729076194512 140507871961160 140508377217854 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29585408 140729076200586 140729076200713 140729076200713 140729076203471 0
[pid=1682/tid=1700] ppid=1679 vsize=10661052 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/1682/task/1700/stat : 1700 (java) R 1679 1682 1613 0 -1 1077944384 274 0 0 0 2 0 0 0 20 0 15 0 98526970 10916917248 10000 33554432000 4194304 4196468 140729076194512 140507870927440 140508384990933 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29585408 140729076200586 140729076200713 140729076200713 140729076203471 0
[pid=1682/tid=1701] ppid=1679 vsize=10661052 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1682/task/1701/stat : 1701 (java) R 1679 1682 1613 0 -1 4202560 847 0 0 0 8 0 0 0 20 0 15 0 98526970 10916917248 10000 33554432000 4194304 4196468 140729076194512 140507869871992 140508363849986 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29585408 140729076200586 140729076200713 140729076200713 140729076203471 0
[pid=1682/tid=1702] ppid=1679 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1682/task/1702/stat : 1702 (java) S 1679 1682 1613 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98526970 10916917248 10000 33554432000 4194304 4196468 140729076194512 140507868822496 140508384990933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29585408 140729076200586 140729076200713 140729076200713 140729076203471 0
[pid=1682/tid=1703] ppid=1679 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1682/task/1703/stat : 1703 (java) S 1679 1682 1613 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98526970 10916917248 10000 33554432000 4194304 4196468 140729076194512 140507867769264 140508384991874 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29585408 140729076200586 140729076200713 140729076200713 140729076203471 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10661052 KiB
Current children cumulated memory: 40000 KiB

[startup+0.310778 s]*
/proc/loadavg: 0.76 0.77 1.03 8/215 1703
/proc/meminfo: memFree=28064484/32770624 swapFree=67108860/67108860
[pid=1682] ppid=1679 vsize=10661052 memory=55820 CPUtime=0.67 cores=0,2,4,6
/proc/1682/stat : 1682 (java) S 1679 1682 1613 0 -1 1077944320 9969 0 0 0 64 3 0 0 20 0 15 0 98526964 10916917248 13955 33554432000 4194304 4196468 140729076194512 140729076177056 140508384980727 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 29585408 140729076200586 140729076200713 140729076200713 140729076203471 0
/proc/1682/statm: 2665263 13955 3038 1 0 2627263 0
[pid=1682/tid=1684] ppid=1679 vsize=10661052 memory=1399051139730258233 CPUtime=0.3 cores=0,2,4,6
/proc/1682/task/1684/stat : 1684 (java) R 1679 1682 1613 0 -1 4202560 5140 0 0 0 28 2 0 0 20 0 15 0 98526964 10916917248 14533 33554432000 4194304 4196468 140729076194512 140508389216912 140508385002653 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29585408 140729076200586 140729076200713 140729076200713 140729076203471 0
[pid=1682/tid=1687] ppid=1679 vsize=10661052 memory=3691042058319900680 CPUtime=0 cores=0,2,4,6
/proc/1682/task/1687/stat : 1687 (java) S 1679 1682 1613 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98526965 10916917248 14533 33554432000 4194304 4196468 140729076194512 140508321672080 140508384990933 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29585408 140729076200586 140729076200713 140729076200713 140729076203471 0
[pid=1682/tid=1689] ppid=1679 vsize=10661052 memory=140075810190976 CPUtime=0 cores=0,2,4,6
/proc/1682/task/1689/stat : 1689 (java) S 1679 1682 1613 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98526965 10916917248 14533 33554432000 4194304 4196468 140729076194512 140508320619280 140508384990933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29585408 140729076200586 140729076200713 140729076200713 140729076203471 0
[pid=1682/tid=1691] ppid=1679 vsize=10661052 memory=2241 CPUtime=0 cores=0,2,4,6
/proc/1682/task/1691/stat : 1691 (java) S 1679 1682 1613 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98526965 10916917248 14533 33554432000 4194304 4196468 140729076194512 140508319566992 140508384990933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29585408 140729076200586 140729076200713 140729076200713 140729076203471 0
[pid=1682/tid=1692] ppid=1679 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1682/task/1692/stat : 1692 (java) S 1679 1682 1613 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98526965 10916917248 14533 33554432000 4194304 4196468 140729076194512 140508318514192 140508384990933 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29585408 140729076200586 140729076200713 140729076200713 140729076203471 0
[pid=1682/tid=1695] ppid=1679 vsize=10661052 memory=280151321676704 CPUtime=0 cores=0,2,4,6
/proc/1682/task/1695/stat : 1695 (java) S 1679 1682 1613 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98526967 10916917248 14533 33554432000 4194304 4196468 140729076194512 140507876190320 140508384991874 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29585408 140729076200586 140729076200713 140729076200713 140729076203471 0
[pid=1682/tid=1696] ppid=1679 vsize=10661052 memory=67 CPUtime=0 cores=0,2,4,6
/proc/1682/task/1696/stat : 1696 (java) S 1679 1682 1613 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 98526967 10916917248 14533 33554432000 4194304 4196468 140729076194512 140507875136288 140508384990933 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29585408 140729076200586 140729076200713 140729076200713 140729076203471 0
[pid=1682/tid=1697] ppid=1679 vsize=10661052 memory=280151471031632 CPUtime=0 cores=0,2,4,6
/proc/1682/task/1697/stat : 1697 (java) S 1679 1682 1613 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 98526967 10916917248 14533 33554432000 4194304 4196468 140729076194512 140507874083952 140508384990933 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29585408 140729076200586 140729076200713 140729076200713 140729076203471 0
[pid=1682/tid=1698] ppid=1679 vsize=10661052 memory=67 CPUtime=0 cores=0,2,4,6
/proc/1682/task/1698/stat : 1698 (java) S 1679 1682 1613 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98526970 10916917248 14533 33554432000 4194304 4196468 140729076194512 140507873032272 140508384999323 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29585408 140729076200586 140729076200713 140729076200713 140729076203471 0
[pid=1682/tid=1699] ppid=1679 vsize=10661052 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/1682/task/1699/stat : 1699 (java) R 1679 1682 1613 0 -1 4202560 1157 0 0 0 12 0 0 0 20 0 15 0 98526970 10916917248 14533 33554432000 4194304 4196468 140729076194512 140507871961160 140508385002074 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29585408 140729076200586 140729076200713 140729076200713 140729076203471 0
[pid=1682/tid=1700] ppid=1679 vsize=10661052 memory=1 CPUtime=0.11 cores=0,2,4,6
/proc/1682/task/1700/stat : 1700 (java) R 1679 1682 1613 0 -1 4202560 1149 0 0 0 11 0 0 0 20 0 15 0 98526970 10916917248 14533 33554432000 4194304 4196468 140729076194512 140507870912808 140508385002074 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29585408 140729076200586 140729076200713 140729076200713 140729076203471 0
[pid=1682/tid=1701] ppid=1679 vsize=10661052 memory=280151321732208 CPUtime=0.12 cores=0,2,4,6
/proc/1682/task/1701/stat : 1701 (java) S 1679 1682 1613 0 -1 1077944384 1204 0 0 0 12 0 0 0 20 0 15 0 98526970 10916917248 14533 33554432000 4194304 4196468 140729076194512 140507869875056 140508384991874 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29585408 140729076200586 140729076200713 140729076200713 140729076203471 0
[pid=1682/tid=1702] ppid=1679 vsize=10661052 memory=280151321620488 CPUtime=0 cores=0,2,4,6
/proc/1682/task/1702/stat : 1702 (java) S 1679 1682 1613 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98526970 10916917248 14533 33554432000 4194304 4196468 140729076194512 140507868822496 140508384990933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29585408 140729076200586 140729076200713 140729076200713 140729076203471 0
[pid=1682/tid=1703] ppid=1679 vsize=10661052 memory=13 CPUtime=0 cores=0,2,4,6
/proc/1682/task/1703/stat : 1703 (java) S 1679 1682 1613 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98526970 10916917248 14533 33554432000 4194304 4196468 140729076194512 140507867769264 140508384991874 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29585408 140729076200586 140729076200713 140729076200713 140729076203471 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 10661052 KiB
Current children cumulated memory: 55820 KiB

[startup+0.700735 s]
/proc/loadavg: 0.76 0.77 1.03 7/215 1703
/proc/meminfo: memFree=28005356/32770624 swapFree=67108860/67108860
[pid=1682] ppid=1679 vsize=10661128 memory=130868 CPUtime=1.89 cores=0,2,4,6
/proc/1682/stat : 1682 (java) S 1679 1682 1613 0 -1 1077944320 11356 0 0 0 185 4 0 0 20 0 15 0 98526964 10916995072 32717 33554432000 4194304 4196468 140729076194512 140729076177056 140508384980727 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 29585408 140729076200586 140729076200713 140729076200713 140729076203471 0
/proc/1682/statm: 2665282 32717 3101 1 0 2627263 0
[pid=1682/tid=1684] ppid=1679 vsize=10661128 memory=0 CPUtime=0.67 cores=0,2,4,6
/proc/1682/task/1684/stat : 1684 (java) R 1679 1682 1613 0 -1 4202560 5499 0 0 0 65 2 0 0 20 0 15 0 98526964 10916995072 32717 33554432000 4194304 4196468 140729076194512 140508389213616 140507995855487 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29585408 140729076200586 140729076200713 140729076200713 140729076203471 0
[pid=1682/tid=1687] ppid=1679 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1682/task/1687/stat : 1687 (java) S 1679 1682 1613 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98526965 10916995072 32717 33554432000 4194304 4196468 140729076194512 140508321672080 140508384990933 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29585408 140729076200586 140729076200713 140729076200713 140729076203471 0
[pid=1682/tid=1689] ppid=1679 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1682/task/1689/stat : 1689 (java) S 1679 1682 1613 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98526965 10916995072 32717 33554432000 4194304 4196468 140729076194512 140508320619280 140508384990933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29585408 140729076200586 140729076200713 140729076200713 140729076203471 0
[pid=1682/tid=1691] ppid=1679 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1682/task/1691/stat : 1691 (java) S 1679 1682 1613 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98526965 10916995072 32717 33554432000 4194304 4196468 140729076194512 140508319566992 140508384990933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29585408 140729076200586 140729076200713 140729076200713 140729076203471 0
[pid=1682/tid=1692] ppid=1679 vsize=10661128 memory=2 CPUtime=0 cores=0,2,4,6
/proc/1682/task/1692/stat : 1692 (java) S 1679 1682 1613 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98526965 10916995072 32717 33554432000 4194304 4196468 140729076194512 140508318514192 140508384990933 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29585408 140729076200586 140729076200713 140729076200713 140729076203471 0
[pid=1682/tid=1695] ppid=1679 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1682/task/1695/stat : 1695 (java) S 1679 1682 1613 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 98526967 10916995072 32717 33554432000 4194304 4196468 140729076194512 140507876190320 140508384991874 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29585408 140729076200586 140729076200713 140729076200713 140729076203471 0
[pid=1682/tid=1696] ppid=1679 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1682/task/1696/stat : 1696 (java) S 1679 1682 1613 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 98526967 10916995072 32717 33554432000 4194304 4196468 140729076194512 140507875136288 140508384990933 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29585408 140729076200586 140729076200713 140729076200713 140729076203471 0
[pid=1682/tid=1697] ppid=1679 vsize=10661128 memory=1700 CPUtime=0 cores=0,2,4,6
/proc/1682/task/1697/stat : 1697 (java) S 1679 1682 1613 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 98526967 10916995072 32717 33554432000 4194304 4196468 140729076194512 140507874083952 140508384990933 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29585408 140729076200586 140729076200713 140729076200713 140729076203471 0
[pid=1682/tid=1698] ppid=1679 vsize=10661128 memory=1172 CPUtime=0 cores=0,2,4,6
/proc/1682/task/1698/stat : 1698 (java) S 1679 1682 1613 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98526970 10916995072 32717 33554432000 4194304 4196468 140729076194512 140507873032272 140508384999323 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29585408 140729076200586 140729076200713 140729076200713 140729076203471 0
[pid=1682/tid=1699] ppid=1679 vsize=10661128 memory=1812 CPUtime=0.47 cores=0,2,4,6
/proc/1682/task/1699/stat : 1699 (java) R 1679 1682 1613 0 -1 4202560 1502 0 0 0 47 0 0 0 20 0 15 0 98526970 10916995072 32717 33554432000 4194304 4196468 140729076194512 140507871980272 140508364640768 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29585408 140729076200586 140729076200713 140729076200713 140729076203471 0
[pid=1682/tid=1700] ppid=1679 vsize=10661128 memory=1020 CPUtime=0.45 cores=0,2,4,6
/proc/1682/task/1700/stat : 1700 (java) R 1679 1682 1613 0 -1 4202560 1492 0 0 0 45 0 0 0 20 0 15 0 98526970 10916995072 32717 33554432000 4194304 4196468 140729076194512 140507870920368 140508364227069 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29585408 140729076200586 140729076200713 140729076200713 140729076203471 0
[pid=1682/tid=1701] ppid=1679 vsize=10661128 memory=5448 CPUtime=0.26 cores=0,2,4,6
/proc/1682/task/1701/stat : 1701 (java) S 1679 1682 1613 0 -1 1077944384 1491 0 0 0 26 0 0 0 20 0 15 0 98526970 10916995072 32717 33554432000 4194304 4196468 140729076194512 140507869875056 140508384991874 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29585408 140729076200586 140729076200713 140729076200713 140729076203471 0
[pid=1682/tid=1702] ppid=1679 vsize=10661128 memory=756 CPUtime=0 cores=0,2,4,6
/proc/1682/task/1702/stat : 1702 (java) S 1679 1682 1613 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98526970 10916995072 32717 33554432000 4194304 4196468 140729076194512 140507868822496 140508384990933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29585408 140729076200586 140729076200713 140729076200713 140729076203471 0
[pid=1682/tid=1703] ppid=1679 vsize=10661128 memory=14572 CPUtime=0 cores=0,2,4,6
/proc/1682/task/1703/stat : 1703 (java) S 1679 1682 1613 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98526970 10916995072 32717 33554432000 4194304 4196468 140729076194512 140507867769264 140508384991874 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29585408 140729076200586 140729076200713 140729076200713 140729076203471 0
Current children cumulated CPU time: 1.89 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 130868 KiB

[startup+1.50438 s]
/proc/loadavg: 0.76 0.77 1.03 6/215 1703
/proc/meminfo: memFree=27765144/32770624 swapFree=67108860/67108860
[pid=1682] ppid=1679 vsize=10661128 memory=383592 CPUtime=4.3 cores=0,2,4,6
/proc/1682/stat : 1682 (java) S 1679 1682 1613 0 -1 1077944320 17488 0 0 0 418 12 0 0 20 0 15 0 98526964 10916995072 95898 33554432000 4194304 4196468 140729076194512 140729076177056 140508384980727 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 29585408 140729076200586 140729076200713 140729076200713 140729076203471 0
/proc/1682/statm: 2665282 95898 3144 1 0 2627263 0
[pid=1682/tid=1684] ppid=1679 vsize=10661128 memory=85 CPUtime=1.41 cores=0,2,4,6
/proc/1682/task/1684/stat : 1684 (java) R 1679 1682 1613 0 -1 4202560 5648 0 0 0 137 4 0 0 20 0 15 0 98526964 10916995072 95898 33554432000 4194304 4196468 140729076194512 140508389219072 140507997401784 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29585408 140729076200586 140729076200713 140729076200713 140729076203471 0
[pid=1682/tid=1687] ppid=1679 vsize=10661128 memory=1 CPUtime=0.04 cores=0,2,4,6
/proc/1682/task/1687/stat : 1687 (java) S 1679 1682 1613 0 -1 1077944384 112 0 0 0 3 1 0 0 20 0 15 0 98526965 10916995072 95898 33554432000 4194304 4196468 140729076194512 140508321672080 140508384990933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29585408 140729076200586 140729076200713 140729076200713 140729076203471 0
[pid=1682/tid=1689] ppid=1679 vsize=10661128 memory=1 CPUtime=0.05 cores=0,2,4,6
/proc/1682/task/1689/stat : 1689 (java) S 1679 1682 1613 0 -1 1077944384 155 0 0 0 4 1 0 0 20 0 15 0 98526965 10916995072 95898 33554432000 4194304 4196468 140729076194512 140508320619280 140508384990933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29585408 140729076200586 140729076200713 140729076200713 140729076203471 0
[pid=1682/tid=1691] ppid=1679 vsize=10661128 memory=1 CPUtime=0.04 cores=0,2,4,6
/proc/1682/task/1691/stat : 1691 (java) S 1679 1682 1613 0 -1 1077944384 52 0 0 0 3 1 0 0 20 0 15 0 98526965 10916995072 95898 33554432000 4194304 4196468 140729076194512 140508319566992 140508384990933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29585408 140729076200586 140729076200713 140729076200713 140729076203471 0
[pid=1682/tid=1692] ppid=1679 vsize=10661128 memory=1 CPUtime=0.04 cores=0,2,4,6
/proc/1682/task/1692/stat : 1692 (java) S 1679 1682 1613 0 -1 1077944384 152 0 0 0 3 1 0 0 20 0 15 0 98526965 10916995072 95898 33554432000 4194304 4196468 140729076194512 140508318514192 140508384990933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29585408 140729076200586 140729076200713 140729076200713 140729076203471 0
[pid=1682/tid=1695] ppid=1679 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1682/task/1695/stat : 1695 (java) S 1679 1682 1613 0 -1 1077944384 208 0 0 0 0 0 0 0 20 0 15 0 98526967 10916995072 95898 33554432000 4194304 4196468 140729076194512 140507876190320 140508384991874 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29585408 140729076200586 140729076200713 140729076200713 140729076203471 0

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

/proc/1682/task/1684/stat : 1684 (java) R 1679 1682 1613 0 -1 4202560 59948 0 0 0 236437 54 0 0 20 0 15 0 98526964 10916995072 241598 33554432000 4194304 4196468 140729076194512 140508389219808 140507998658729 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29585408 140729076200586 140729076200713 140729076200713 140729076203471 0
[pid=1682/tid=1687] ppid=1679 vsize=10661128 memory=970944 CPUtime=15.22 cores=0,2,4,6
/proc/1682/task/1687/stat : 1687 (java) S 1679 1682 1613 0 -1 1077944384 16753 0 0 0 1503 19 0 0 20 0 15 0 98526965 10916995072 241598 33554432000 4194304 4196468 140729076194512 140508321672080 140508384990933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29585408 140729076200586 140729076200713 140729076200713 140729076203471 0
[pid=1682/tid=1689] ppid=1679 vsize=10661128 memory=967932 CPUtime=15.21 cores=0,2,4,6
/proc/1682/task/1689/stat : 1689 (java) S 1679 1682 1613 0 -1 1077944384 14453 0 0 0 1503 18 0 0 20 0 15 0 98526965 10916995072 241598 33554432000 4194304 4196468 140729076194512 140508320619280 140508384990933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29585408 140729076200586 140729076200713 140729076200713 140729076203471 0
[pid=1682/tid=1691] ppid=1679 vsize=10661128 memory=966392 CPUtime=15.2 cores=0,2,4,6
/proc/1682/task/1691/stat : 1691 (java) S 1679 1682 1613 0 -1 1077944384 15898 0 0 0 1503 17 0 0 20 0 15 0 98526965 10916995072 241598 33554432000 4194304 4196468 140729076194512 140508319566992 140508384990933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29585408 140729076200586 140729076200713 140729076200713 140729076203471 0
[pid=1682/tid=1692] ppid=1679 vsize=10661128 memory=989844 CPUtime=15.18 cores=0,2,4,6
/proc/1682/task/1692/stat : 1692 (java) S 1679 1682 1613 0 -1 1077944384 13835 0 0 0 1499 19 0 0 20 0 15 0 98526965 10916995072 241598 33554432000 4194304 4196468 140729076194512 140508318514192 140508384990933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29585408 140729076200586 140729076200713 140729076200713 140729076203471 0
[pid=1682/tid=1695] ppid=1679 vsize=10661128 memory=1021140 CPUtime=1.43 cores=0,2,4,6
/proc/1682/task/1695/stat : 1695 (java) S 1679 1682 1613 0 -1 1077944384 16901 0 0 0 117 26 0 0 20 0 15 0 98526967 10916995072 241598 33554432000 4194304 4196468 140729076194512 140507876190320 140508384991874 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 7 0 0 6293624 6294260 29585408 140729076200586 140729076200713 140729076200713 140729076203471 0
[pid=1682/tid=1696] ppid=1679 vsize=10661128 memory=55 CPUtime=0 cores=0,2,4,6
/proc/1682/task/1696/stat : 1696 (java) S 1679 1682 1613 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 98526967 10916995072 241598 33554432000 4194304 4196468 140729076194512 140507875136352 140508384990933 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29585408 140729076200586 140729076200713 140729076200713 140729076203471 0
[pid=1682/tid=1697] ppid=1679 vsize=10661128 memory=1572 CPUtime=0 cores=0,2,4,6
/proc/1682/task/1697/stat : 1697 (java) S 1679 1682 1613 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 98526967 10916995072 241598 33554432000 4194304 4196468 140729076194512 140507874083952 140508384990933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29585408 140729076200586 140729076200713 140729076200713 140729076203471 0
[pid=1682/tid=1698] ppid=1679 vsize=10661128 memory=924 CPUtime=0 cores=0,2,4,6
/proc/1682/task/1698/stat : 1698 (java) S 1679 1682 1613 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98526970 10916995072 241598 33554432000 4194304 4196468 140729076194512 140507873032272 140508384999323 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29585408 140729076200586 140729076200713 140729076200713 140729076203471 0
[pid=1682/tid=1699] ppid=1679 vsize=10661128 memory=1700 CPUtime=2.03 cores=0,2,4,6
/proc/1682/task/1699/stat : 1699 (java) S 1679 1682 1613 0 -1 1077944384 6373 0 0 0 202 1 0 0 20 0 15 0 98526970 10916995072 241598 33554432000 4194304 4196468 140729076194512 140507871980144 140508384991874 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 6 0 0 6293624 6294260 29585408 140729076200586 140729076200713 140729076200713 140729076203471 0
[pid=1682/tid=1700] ppid=1679 vsize=10661128 memory=1172 CPUtime=2.25 cores=0,2,4,6
/proc/1682/task/1700/stat : 1700 (java) S 1679 1682 1613 0 -1 1077944384 7678 0 0 0 224 1 0 0 20 0 15 0 98526970 10916995072 241598 33554432000 4194304 4196468 140729076194512 140507870927344 140508384991874 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29585408 140729076200586 140729076200713 140729076200713 140729076203471 0
[pid=1682/tid=1701] ppid=1679 vsize=10661128 memory=967420 CPUtime=0.47 cores=0,2,4,6
/proc/1682/task/1701/stat : 1701 (java) S 1679 1682 1613 0 -1 1077944384 3380 0 0 0 46 1 0 0 20 0 15 0 98526970 10916995072 241598 33554432000 4194304 4196468 140729076194512 140507869875056 140508384991874 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 6 0 0 6293624 6294260 29585408 140729076200586 140729076200713 140729076200713 140729076203471 0
[pid=1682/tid=1702] ppid=1679 vsize=10661128 memory=967420 CPUtime=0 cores=0,2,4,6
/proc/1682/task/1702/stat : 1702 (java) S 1679 1682 1613 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98526970 10916995072 241598 33554432000 4194304 4196468 140729076194512 140507868822496 140508384990933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29585408 140729076200586 140729076200713 140729076200713 140729076203471 0
[pid=1682/tid=1703] ppid=1679 vsize=10661128 memory=972480 CPUtime=1.41 cores=0,2,4,6
/proc/1682/task/1703/stat : 1703 (java) S 1679 1682 1613 0 -1 1077944384 2270 0 0 0 69 72 0 0 20 0 15 0 98526970 10916995072 241598 33554432000 4194304 4196468 140729076194512 140507867769264 140508384991874 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 6 0 0 6293624 6294260 29585408 140729076200586 140729076200713 140729076200713 140729076203471 0
Current children cumulated CPU time: 2433.41 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 966392 KiB

[startup+2442.3 s]
/proc/loadavg: 1.35 1.55 1.61 3/215 2491
/proc/meminfo: memFree=27017360/32770624 swapFree=67108860/67108860
[pid=1682] ppid=1679 vsize=10661128 memory=919196 CPUtime=2494.99 cores=0,2,4,6
/proc/1682/stat : 1682 (java) S 1679 1682 1613 0 -1 1077944320 160404 0 0 0 249285 214 0 0 20 0 15 0 98526964 10916995072 229799 33554432000 4194304 4196468 140729076194512 140729076177056 140508384980727 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 29585408 140729076200586 140729076200713 140729076200713 140729076203471 0
/proc/1682/statm: 2665282 229799 3180 1 0 2627263 0
[pid=1682/tid=1684] ppid=1679 vsize=10661128 memory=921764 CPUtime=2424.33 cores=0,2,4,6
/proc/1682/task/1684/stat : 1684 (java) R 1679 1682 1613 0 -1 4202560 60420 0 0 0 242378 55 0 0 20 0 15 0 98526964 10916995072 229799 33554432000 4194304 4196468 140729076194512 140508389220112 140507998605213 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29585408 140729076200586 140729076200713 140729076200713 140729076203471 0
[pid=1682/tid=1687] ppid=1679 vsize=10661128 memory=919196 CPUtime=15.75 cores=0,2,4,6
/proc/1682/task/1687/stat : 1687 (java) S 1679 1682 1613 0 -1 1077944384 16840 0 0 0 1555 20 0 0 20 0 15 0 98526965 10916995072 229799 33554432000 4194304 4196468 140729076194512 140508321672080 140508384990933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29585408 140729076200586 140729076200713 140729076200713 140729076203471 0
[pid=1682/tid=1689] ppid=1679 vsize=10661128 memory=933560 CPUtime=15.73 cores=0,2,4,6
/proc/1682/task/1689/stat : 1689 (java) S 1679 1682 1613 0 -1 1077944384 14772 0 0 0 1555 18 0 0 20 0 15 0 98526965 10916995072 229799 33554432000 4194304 4196468 140729076194512 140508320619280 140508384990933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29585408 140729076200586 140729076200713 140729076200713 140729076203471 0
[pid=1682/tid=1691] ppid=1679 vsize=10661128 memory=939716 CPUtime=15.72 cores=0,2,4,6
/proc/1682/task/1691/stat : 1691 (java) S 1679 1682 1613 0 -1 1077944384 16015 0 0 0 1555 17 0 0 20 0 15 0 98526965 10916995072 229799 33554432000 4194304 4196468 140729076194512 140508319566992 140508384990933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29585408 140729076200586 140729076200713 140729076200713 140729076203471 0
[pid=1682/tid=1692] ppid=1679 vsize=10661128 memory=921764 CPUtime=15.7 cores=0,2,4,6
/proc/1682/task/1692/stat : 1692 (java) S 1679 1682 1613 0 -1 1077944384 13994 0 0 0 1551 19 0 0 20 0 15 0 98526965 10916995072 229799 33554432000 4194304 4196468 140729076194512 140508318514192 140508384990933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29585408 140729076200586 140729076200713 140729076200713 140729076203471 0
[pid=1682/tid=1695] ppid=1679 vsize=10661128 memory=920224 CPUtime=1.47 cores=0,2,4,6
/proc/1682/task/1695/stat : 1695 (java) S 1679 1682 1613 0 -1 1077944384 17234 0 0 0 121 26 0 0 20 0 15 0 98526967 10916995072 229799 33554432000 4194304 4196468 140729076194512 140507876190320 140508384991874 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 7 0 0 6293624 6294260 29585408 140729076200586 140729076200713 140729076200713 140729076203471 0
[pid=1682/tid=1696] ppid=1679 vsize=10661128 memory=919196 CPUtime=0 cores=0,2,4,6
/proc/1682/task/1696/stat : 1696 (java) S 1679 1682 1613 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 98526967 10916995072 229799 33554432000 4194304 4196468 140729076194512 140507875136352 140508384990933 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29585408 140729076200586 140729076200713 140729076200713 140729076203471 0
[pid=1682/tid=1697] ppid=1679 vsize=10661128 memory=942284 CPUtime=0 cores=0,2,4,6
/proc/1682/task/1697/stat : 1697 (java) S 1679 1682 1613 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 98526967 10916995072 229799 33554432000 4194304 4196468 140729076194512 140507874083952 140508384990933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29585408 140729076200586 140729076200713 140729076200713 140729076203471 0
[pid=1682/tid=1698] ppid=1679 vsize=10661128 memory=1408 CPUtime=0 cores=0,2,4,6
/proc/1682/task/1698/stat : 1698 (java) S 1679 1682 1613 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98526970 10916995072 229799 33554432000 4194304 4196468 140729076194512 140507873032272 140508384999323 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29585408 140729076200586 140729076200713 140729076200713 140729076203471 0
[pid=1682/tid=1699] ppid=1679 vsize=10661128 memory=921764 CPUtime=2.03 cores=0,2,4,6
/proc/1682/task/1699/stat : 1699 (java) S 1679 1682 1613 0 -1 1077944384 6375 0 0 0 202 1 0 0 20 0 15 0 98526970 10916995072 229799 33554432000 4194304 4196468 140729076194512 140507871980144 140508384991874 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 6 0 0 6293624 6294260 29585408 140729076200586 140729076200713 140729076200713 140729076203471 0
[pid=1682/tid=1700] ppid=1679 vsize=10661128 memory=1584 CPUtime=2.25 cores=0,2,4,6
/proc/1682/task/1700/stat : 1700 (java) S 1679 1682 1613 0 -1 1077944384 7681 0 0 0 224 1 0 0 20 0 15 0 98526970 10916995072 229799 33554432000 4194304 4196468 140729076194512 140507870927344 140508384991874 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29585408 140729076200586 140729076200713 140729076200713 140729076203471 0
[pid=1682/tid=1701] ppid=1679 vsize=10661128 memory=919196 CPUtime=0.47 cores=0,2,4,6
/proc/1682/task/1701/stat : 1701 (java) S 1679 1682 1613 0 -1 1077944384 3382 0 0 0 46 1 0 0 20 0 15 0 98526970 10916995072 229799 33554432000 4194304 4196468 140729076194512 140507869875056 140508384991874 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 6 0 0 6293624 6294260 29585408 140729076200586 140729076200713 140729076200713 140729076203471 0
[pid=1682/tid=1702] ppid=1679 vsize=10661128 memory=919196 CPUtime=0 cores=0,2,4,6
/proc/1682/task/1702/stat : 1702 (java) S 1679 1682 1613 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98526970 10916995072 229799 33554432000 4194304 4196468 140729076194512 140507868822496 140508384990933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29585408 140729076200586 140729076200713 140729076200713 140729076203471 0
[pid=1682/tid=1703] ppid=1679 vsize=10661128 memory=924328 CPUtime=1.45 cores=0,2,4,6
/proc/1682/task/1703/stat : 1703 (java) S 1679 1682 1613 0 -1 1077944384 2300 0 0 0 71 74 0 0 20 0 15 0 98526970 10916995072 229799 33554432000 4194304 4196468 140729076194512 140507867769264 140508384991874 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 6 0 0 6293624 6294260 29585408 140729076200586 140729076200713 140729076200713 140729076203471 0
Current children cumulated CPU time: 2494.99 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 919196 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2466.7 s]
/proc/loadavg: 1.29 1.52 1.59 3/215 2491
/proc/meminfo: memFree=27036424/32770624 swapFree=67108860/67108860
[pid=1682] ppid=1679 vsize=10661128 memory=897140 CPUtime=2520.01 cores=0,2,4,6
/proc/1682/stat : 1682 (java) S 1679 1682 1613 0 -1 1077944320 160565 0 0 0 251786 215 0 0 20 0 15 0 98526964 10916995072 224285 33554432000 4194304 4196468 140729076194512 140729076177056 140508384980727 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 29585408 140729076200586 140729076200713 140729076200713 140729076203471 0
/proc/1682/statm: 2665282 224285 3180 1 0 2627263 0
[pid=1682/tid=1684] ppid=1679 vsize=10661128 memory=2732 CPUtime=2448.5 cores=0,2,4,6
/proc/1682/task/1684/stat : 1684 (java) R 1679 1682 1613 0 -1 4202560 60534 0 0 0 244795 55 0 0 20 0 15 0 98526964 10916995072 224285 33554432000 4194304 4196468 140729076194512 140508389220000 140507998921701 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29585408 140729076200586 140729076200713 140729076200713 140729076203471 0
[pid=1682/tid=1687] ppid=1679 vsize=10661128 memory=898676 CPUtime=15.95 cores=0,2,4,6
/proc/1682/task/1687/stat : 1687 (java) S 1679 1682 1613 0 -1 1077944384 16843 0 0 0 1575 20 0 0 20 0 15 0 98526965 10916995072 224285 33554432000 4194304 4196468 140729076194512 140508321672080 140508384990933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29585408 140729076200586 140729076200713 140729076200713 140729076203471 0
[pid=1682/tid=1689] ppid=1679 vsize=10661128 memory=900216 CPUtime=15.93 cores=0,2,4,6
/proc/1682/task/1689/stat : 1689 (java) S 1679 1682 1613 0 -1 1077944384 14795 0 0 0 1575 18 0 0 20 0 15 0 98526965 10916995072 224285 33554432000 4194304 4196468 140729076194512 140508320619280 140508384990933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29585408 140729076200586 140729076200713 140729076200713 140729076203471 0
[pid=1682/tid=1691] ppid=1679 vsize=10661128 memory=898676 CPUtime=15.92 cores=0,2,4,6
/proc/1682/task/1691/stat : 1691 (java) S 1679 1682 1613 0 -1 1077944384 16019 0 0 0 1575 17 0 0 20 0 15 0 98526965 10916995072 224285 33554432000 4194304 4196468 140729076194512 140508319566992 140508384990933 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29585408 140729076200586 140729076200713 140729076200713 140729076203471 0
[pid=1682/tid=1692] ppid=1679 vsize=10661128 memory=897140 CPUtime=15.91 cores=0,2,4,6
/proc/1682/task/1692/stat : 1692 (java) S 1679 1682 1613 0 -1 1077944384 14000 0 0 0 1571 20 0 0 20 0 15 0 98526965 10916995072 224285 33554432000 4194304 4196468 140729076194512 140508318514192 140508384990933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29585408 140729076200586 140729076200713 140729076200713 140729076203471 0
[pid=1682/tid=1695] ppid=1679 vsize=10661128 memory=901244 CPUtime=1.5 cores=0,2,4,6
/proc/1682/task/1695/stat : 1695 (java) S 1679 1682 1613 0 -1 1077944384 17237 0 0 0 123 27 0 0 20 0 15 0 98526967 10916995072 224285 33554432000 4194304 4196468 140729076194512 140507876190320 140508384991874 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 7 0 0 6293624 6294260 29585408 140729076200586 140729076200713 140729076200713 140729076203471 0
[pid=1682/tid=1696] ppid=1679 vsize=10661128 memory=1240 CPUtime=0 cores=0,2,4,6
/proc/1682/task/1696/stat : 1696 (java) S 1679 1682 1613 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 98526967 10916995072 224285 33554432000 4194304 4196468 140729076194512 140507875136352 140508384990933 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29585408 140729076200586 140729076200713 140729076200713 140729076203471 0
[pid=1682/tid=1697] ppid=1679 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1682/task/1697/stat : 1697 (java) S 1679 1682 1613 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 98526967 10916995072 224285 33554432000 4194304 4196468 140729076194512 140507874083952 140508384990933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29585408 140729076200586 140729076200713 140729076200713 140729076203471 0
[pid=1682/tid=1698] ppid=1679 vsize=10661128 memory=4140 CPUtime=0 cores=0,2,4,6
/proc/1682/task/1698/stat : 1698 (java) S 1679 1682 1613 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98526970 10916995072 224285 33554432000 4194304 4196468 140729076194512 140507873032272 140508384999323 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29585408 140729076200586 140729076200713 140729076200713 140729076203471 0
[pid=1682/tid=1699] ppid=1679 vsize=10661128 memory=28456 CPUtime=2.03 cores=0,2,4,6
/proc/1682/task/1699/stat : 1699 (java) S 1679 1682 1613 0 -1 1077944384 6377 0 0 0 202 1 0 0 20 0 15 0 98526970 10916995072 224285 33554432000 4194304 4196468 140729076194512 140507871980144 140508384991874 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 6 0 0 6293624 6294260 29585408 140729076200586 140729076200713 140729076200713 140729076203471 0
[pid=1682/tid=1700] ppid=1679 vsize=10661128 memory=65 CPUtime=2.25 cores=0,2,4,6
/proc/1682/task/1700/stat : 1700 (java) S 1679 1682 1613 0 -1 1077944384 7683 0 0 0 224 1 0 0 20 0 15 0 98526970 10916995072 224285 33554432000 4194304 4196468 140729076194512 140507870927344 140508384991874 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29585408 140729076200586 140729076200713 140729076200713 140729076203471 0
[pid=1682/tid=1701] ppid=1679 vsize=10661128 memory=7307184289356141164 CPUtime=0.47 cores=0,2,4,6
/proc/1682/task/1701/stat : 1701 (java) S 1679 1682 1613 0 -1 1077944384 3384 0 0 0 46 1 0 0 20 0 15 0 98526970 10916995072 224285 33554432000 4194304 4196468 140729076194512 140507869875056 140508384991874 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 6 0 0 6293624 6294260 29585408 140729076200586 140729076200713 140729076200713 140729076203471 0
[pid=1682/tid=1702] ppid=1679 vsize=10661128 memory=898676 CPUtime=0 cores=0,2,4,6
/proc/1682/task/1702/stat : 1702 (java) S 1679 1682 1613 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98526970 10916995072 224285 33554432000 4194304 4196468 140729076194512 140507868822496 140508384990933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29585408 140729076200586 140729076200713 140729076200713 140729076203471 0
[pid=1682/tid=1703] ppid=1679 vsize=10661128 memory=898676 CPUtime=1.46 cores=0,2,4,6
/proc/1682/task/1703/stat : 1703 (java) S 1679 1682 1613 0 -1 1077944384 2302 0 0 0 71 75 0 0 20 0 15 0 98526970 10916995072 224285 33554432000 4194304 4196468 140729076194512 140507867769264 140508384991874 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 6 0 0 6293624 6294260 29585408 140729076200586 140729076200713 140729076200713 140729076203471 0
Current children cumulated CPU time: 2520.01 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 897140 KiB

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

[startup+2466.71 s]
# the end of solver process 1682 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.87 s, system=2.16239 s

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

[startup+2466.7 s]
/proc/loadavg: 1.29 1.52 1.59 3/215 2491
/proc/meminfo: memFree=27036424/32770624 swapFree=67108860/67108860
[pid=1682] ppid=1679 vsize=10661128 memory=897140 CPUtime=2520.01 cores=0,2,4,6
/proc/1682/stat : 1682 (java) S 1679 1682 1613 0 -1 1077944320 160565 0 0 0 251786 215 0 0 20 0 15 0 98526964 10916995072 224285 33554432000 4194304 4196468 140729076194512 140729076177056 140508384980727 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 29585408 140729076200586 140729076200713 140729076200713 140729076203471 0
/proc/1682/statm: 2665282 224285 3180 1 0 2627263 0
[pid=1682/tid=1684] ppid=1679 vsize=10661128 memory=2732 CPUtime=2448.5 cores=0,2,4,6
/proc/1682/task/1684/stat : 1684 (java) R 1679 1682 1613 0 -1 4202560 60534 0 0 0 244795 55 0 0 20 0 15 0 98526964 10916995072 224285 33554432000 4194304 4196468 140729076194512 140508389220000 140507998921701 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29585408 140729076200586 140729076200713 140729076200713 140729076203471 0
[pid=1682/tid=1687] ppid=1679 vsize=10661128 memory=898676 CPUtime=15.95 cores=0,2,4,6
/proc/1682/task/1687/stat : 1687 (java) S 1679 1682 1613 0 -1 1077944384 16843 0 0 0 1575 20 0 0 20 0 15 0 98526965 10916995072 224285 33554432000 4194304 4196468 140729076194512 140508321672080 140508384990933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29585408 140729076200586 140729076200713 140729076200713 140729076203471 0
[pid=1682/tid=1689] ppid=1679 vsize=10661128 memory=900216 CPUtime=15.93 cores=0,2,4,6
/proc/1682/task/1689/stat : 1689 (java) S 1679 1682 1613 0 -1 1077944384 14795 0 0 0 1575 18 0 0 20 0 15 0 98526965 10916995072 224285 33554432000 4194304 4196468 140729076194512 140508320619280 140508384990933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29585408 140729076200586 140729076200713 140729076200713 140729076203471 0
[pid=1682/tid=1691] ppid=1679 vsize=10661128 memory=898676 CPUtime=15.92 cores=0,2,4,6
/proc/1682/task/1691/stat : 1691 (java) S 1679 1682 1613 0 -1 1077944384 16019 0 0 0 1575 17 0 0 20 0 15 0 98526965 10916995072 224285 33554432000 4194304 4196468 140729076194512 140508319566992 140508384990933 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29585408 140729076200586 140729076200713 140729076200713 140729076203471 0
[pid=1682/tid=1692] ppid=1679 vsize=10661128 memory=897140 CPUtime=15.91 cores=0,2,4,6
/proc/1682/task/1692/stat : 1692 (java) S 1679 1682 1613 0 -1 1077944384 14000 0 0 0 1571 20 0 0 20 0 15 0 98526965 10916995072 224285 33554432000 4194304 4196468 140729076194512 140508318514192 140508384990933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29585408 140729076200586 140729076200713 140729076200713 140729076203471 0
[pid=1682/tid=1695] ppid=1679 vsize=10661128 memory=901244 CPUtime=1.5 cores=0,2,4,6
/proc/1682/task/1695/stat : 1695 (java) S 1679 1682 1613 0 -1 1077944384 17237 0 0 0 123 27 0 0 20 0 15 0 98526967 10916995072 224285 33554432000 4194304 4196468 140729076194512 140507876190320 140508384991874 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 7 0 0 6293624 6294260 29585408 140729076200586 140729076200713 140729076200713 140729076203471 0
[pid=1682/tid=1696] ppid=1679 vsize=10661128 memory=1240 CPUtime=0 cores=0,2,4,6
/proc/1682/task/1696/stat : 1696 (java) S 1679 1682 1613 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 98526967 10916995072 224285 33554432000 4194304 4196468 140729076194512 140507875136352 140508384990933 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29585408 140729076200586 140729076200713 140729076200713 140729076203471 0
[pid=1682/tid=1697] ppid=1679 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1682/task/1697/stat : 1697 (java) S 1679 1682 1613 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 98526967 10916995072 224285 33554432000 4194304 4196468 140729076194512 140507874083952 140508384990933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29585408 140729076200586 140729076200713 140729076200713 140729076203471 0
[pid=1682/tid=1698] ppid=1679 vsize=10661128 memory=4140 CPUtime=0 cores=0,2,4,6
/proc/1682/task/1698/stat : 1698 (java) S 1679 1682 1613 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98526970 10916995072 224285 33554432000 4194304 4196468 140729076194512 140507873032272 140508384999323 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29585408 140729076200586 140729076200713 140729076200713 140729076203471 0
[pid=1682/tid=1699] ppid=1679 vsize=10661128 memory=28456 CPUtime=2.03 cores=0,2,4,6
/proc/1682/task/1699/stat : 1699 (java) S 1679 1682 1613 0 -1 1077944384 6377 0 0 0 202 1 0 0 20 0 15 0 98526970 10916995072 224285 33554432000 4194304 4196468 140729076194512 140507871980144 140508384991874 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 6 0 0 6293624 6294260 29585408 140729076200586 140729076200713 140729076200713 140729076203471 0
[pid=1682/tid=1700] ppid=1679 vsize=10661128 memory=65 CPUtime=2.25 cores=0,2,4,6
/proc/1682/task/1700/stat : 1700 (java) S 1679 1682 1613 0 -1 1077944384 7683 0 0 0 224 1 0 0 20 0 15 0 98526970 10916995072 224285 33554432000 4194304 4196468 140729076194512 140507870927344 140508384991874 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29585408 140729076200586 140729076200713 140729076200713 140729076203471 0
[pid=1682/tid=1701] ppid=1679 vsize=10661128 memory=7307184289356141164 CPUtime=0.47 cores=0,2,4,6
/proc/1682/task/1701/stat : 1701 (java) S 1679 1682 1613 0 -1 1077944384 3384 0 0 0 46 1 0 0 20 0 15 0 98526970 10916995072 224285 33554432000 4194304 4196468 140729076194512 140507869875056 140508384991874 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 6 0 0 6293624 6294260 29585408 140729076200586 140729076200713 140729076200713 140729076203471 0
[pid=1682/tid=1702] ppid=1679 vsize=10661128 memory=898676 CPUtime=0 cores=0,2,4,6
/proc/1682/task/1702/stat : 1702 (java) S 1679 1682 1613 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98526970 10916995072 224285 33554432000 4194304 4196468 140729076194512 140507868822496 140508384990933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29585408 140729076200586 140729076200713 140729076200713 140729076203471 0
[pid=1682/tid=1703] ppid=1679 vsize=10661128 memory=898676 CPUtime=1.46 cores=0,2,4,6
/proc/1682/task/1703/stat : 1703 (java) S 1679 1682 1613 0 -1 1077944384 2302 0 0 0 71 75 0 0 20 0 15 0 98526970 10916995072 224285 33554432000 4194304 4196468 140729076194512 140507867769264 140508384991874 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 6 0 0 6293624 6294260 29585408 140729076200586 140729076200713 140729076200713 140729076203471 0
Current children cumulated CPU time: 2520.01 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 897140 KiB

Child status: 143
Real time (s): 2466.71
CPU time (s): 2520.03
CPU user time (s): 2517.87
CPU system time (s): 2.16239
CPU usage (%): 102.162
Max. virtual memory (cumulated for all children) (KiB): 10661128
Max. memory (cumulated for all children) (KiB): 2696608

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.87
system time used= 2.16239
maximum resident set size= 2699292
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 160737
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2736
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 88068
involuntary context switches= 6434


# summary of solver processes directly reported to runsolver:
#   pid: 1682
#   total CPU time (s): 2520.03
#   total CPU user time (s): 2517.87
#   total CPU system time (s): 2.16239

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.1678 second user time and 21.2332 second system time

The end

Launcher Data

Begin job on node136 at 2018-07-28 22:27:18
IDJOB=4298327
IDBENCH=141111
IDSOLVER=2767
FILE ID=node136/4298327-1532809638
RUNJOBID= node136-1532809638-1644
PBS_JOBID= 21022480
Free space on /tmp= 55792 MiB

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

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

MD5SUM BENCH= 2a9d5e672b2129585e8bdcc62e976dce
RANDOM SEED=1990314875

node136.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.50
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.50
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.50
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.50
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:        28143304 kB
MemAvailable:   31951592 kB
Buffers:          195852 kB
Cached:          3873064 kB
SwapCached:            0 kB
Active:          1745848 kB
Inactive:        2383520 kB
Active(anon):      12356 kB
Inactive(anon):    76472 kB
Active(file):    1733492 kB
Inactive(file):  2307048 kB
Unevictable:        7336 kB
Mlocked:            7336 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              5380 kB
Writeback:             0 kB
AnonPages:         65944 kB
Mapped:            40236 kB
Shmem:             25228 kB
Slab:             194556 kB
SReclaimable:     167164 kB
SUnreclaim:        27392 kB
KernelStack:        3088 kB
PageTables:         5488 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1164060 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:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 55792 MiB
End job on node136 at 2018-07-28 23:08:25