Trace number 4298026

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Solver of Xavier Schul & Yvhan Smal 2018-04-28? (TO) 2520.07 2513.71

General information on the benchmark

NameColouredQueens/
ColouredQueens-12_c18.xml
MD5SUM130c0e53e5c1e074e18659561dd41fce
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables144
Number of constraints66
Number of domains1
Minimum domain size12
Maximum domain size12
Distribution of domain sizes[{"size":12,"count":144}]
Minimum variable degree3
Maximum variable degree4
Distribution of variable degrees[{"degree":3,"count":4},{"degree":4,"count":140}]
Minimum constraint arity2
Maximum constraint arity12
Distribution of constraint arities[{"arity":2,"count":4},{"arity":3,"count":4},{"arity":4,"count":4},{"arity":5,"count":4},{"arity":6,"count":4},{"arity":7,"count":4},{"arity":8,"count":4},{"arity":9,"count":4},{"arity":10,"count":4},{"arity":11,"count":4},{"arity":12,"count":26}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"allDifferent","count":66}]
Optimization problemNO
Type of objective

Solver Data

0.12/0.13	c version: 2018-04-11
0.12/0.13	c seed: 1811631
0.12/0.13	c timeout: -1
0.12/0.13	c memlimit: -1
0.12/0.13	c nbcore: -1
2520.06/2513.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 (13286 MiB free)
  memory of node 1: 16384 MiB (14117 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4298026-1532741980/watcher-4298026-1532741980 -o /tmp/evaluation-result-4298026-1532741980/solver-4298026-1532741980 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1532739463-2139 --watchdog 2580 java -jar minicp-1.0.jar HOME/instance-4298026-1532741980.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=2710, runsolver pid=2707

[startup+0.100122 s]*
/proc/loadavg: 1.24 1.26 1.74 4/220 2725
/proc/meminfo: memFree=28040668/32770624 swapFree=67108744/67108860
[pid=2710] ppid=2707 vsize=10661052 memory=27508 CPUtime=0.12 cores=0,2,4,6
/proc/2710/stat : 2710 (java) S 2707 2710 2108 0 -1 1077944320 5285 0 0 0 11 1 0 0 20 0 15 0 91761244 10916917248 6877 33554432000 4194304 4196468 140735291897312 140735291879856 140286318284535 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 27582464 140735291905197 140735291905289 140735291905289 140735291908047 0
/proc/2710/statm: 2665263 6877 2860 1 0 2627263 0
[pid=2710/tid=2712] ppid=2707 vsize=10661052 memory=-8393968027978003648 CPUtime=0.09 cores=0,2,4,6
/proc/2710/task/2712/stat : 2712 (java) R 2707 2710 2108 0 -1 4202560 3151 0 0 0 9 0 0 0 20 0 15 0 91761244 10916917248 6877 33554432000 4194304 4196468 140735291897312 140286322505696 140286310573824 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27582464 140735291905197 140735291905289 140735291905289 140735291908047 0
[pid=2710/tid=2713] ppid=2707 vsize=10661052 memory=-7522837583129502606 CPUtime=0 cores=0,2,4,6
/proc/2710/task/2713/stat : 2713 (java) S 2707 2710 2108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 91761245 10916917248 6877 33554432000 4194304 4196468 140735291897312 140286254975376 140286318294741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27582464 140735291905197 140735291905289 140735291905289 140735291908047 0
[pid=2710/tid=2714] ppid=2707 vsize=10661052 memory=140510870156928 CPUtime=0 cores=0,2,4,6
/proc/2710/task/2714/stat : 2714 (java) S 2707 2710 2108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 91761245 10916917248 6877 33554432000 4194304 4196468 140735291897312 140286253922576 140286318294741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27582464 140735291905197 140735291905289 140735291905289 140735291908047 0
[pid=2710/tid=2715] ppid=2707 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2710/task/2715/stat : 2715 (java) S 2707 2710 2108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 91761245 10916917248 6877 33554432000 4194304 4196468 140735291897312 140286252870288 140286318294741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27582464 140735291905197 140735291905289 140735291905289 140735291908047 0
[pid=2710/tid=2716] ppid=2707 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2710/task/2716/stat : 2716 (java) S 2707 2710 2108 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 91761245 10916917248 6877 33554432000 4194304 4196468 140735291897312 140286251817488 140286318294741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27582464 140735291905197 140735291905289 140735291905289 140735291908047 0
[pid=2710/tid=2717] ppid=2707 vsize=10661052 memory=140510870156928 CPUtime=0 cores=0,2,4,6
/proc/2710/task/2717/stat : 2717 (java) S 2707 2710 2108 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 91761246 10916917248 6877 33554432000 4194304 4196468 140735291897312 140285810854512 140286318295682 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27582464 140735291905197 140735291905289 140735291905289 140735291908047 0
[pid=2710/tid=2718] ppid=2707 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2710/task/2718/stat : 2718 (java) S 2707 2710 2108 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 91761247 10916917248 6877 33554432000 4194304 4196468 140735291897312 140285809800480 140286318294741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27582464 140735291905197 140735291905289 140735291905289 140735291908047 0
[pid=2710/tid=2719] ppid=2707 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2710/task/2719/stat : 2719 (java) S 2707 2710 2108 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 91761247 10916917248 6877 33554432000 4194304 4196468 140735291897312 140285808748144 140286318294741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27582464 140735291905197 140735291905289 140735291905289 140735291908047 0
[pid=2710/tid=2720] ppid=2707 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2710/task/2720/stat : 2720 (java) S 2707 2710 2108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 91761250 10916917248 6877 33554432000 4194304 4196468 140735291897312 140285807696464 140286318303131 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27582464 140735291905197 140735291905289 140735291905289 140735291908047 0
[pid=2710/tid=2721] ppid=2707 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2710/task/2721/stat : 2721 (java) S 2707 2710 2108 0 -1 1077944384 305 0 0 0 0 0 0 0 20 0 15 0 91761250 10916917248 6877 33554432000 4194304 4196468 140735291897312 140285806643312 140286318295682 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27582464 140735291905197 140735291905289 140735291905289 140735291908047 0
[pid=2710/tid=2722] ppid=2707 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2710/task/2722/stat : 2722 (java) S 2707 2710 2108 0 -1 1077944384 136 0 0 0 0 0 0 0 20 0 15 0 91761250 10916917248 6877 33554432000 4194304 4196468 140735291897312 140285805590512 140286318295682 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27582464 140735291905197 140735291905289 140735291905289 140735291908047 0
[pid=2710/tid=2723] ppid=2707 vsize=10661052 memory=140510870156928 CPUtime=0.01 cores=0,2,4,6
/proc/2710/task/2723/stat : 2723 (java) S 2707 2710 2108 0 -1 1077944384 327 0 0 0 1 0 0 0 20 0 15 0 91761250 10916917248 6877 33554432000 4194304 4196468 140735291897312 140285804538224 140286318295682 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27582464 140735291905197 140735291905289 140735291905289 140735291908047 0
[pid=2710/tid=2724] ppid=2707 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2710/task/2724/stat : 2724 (java) S 2707 2710 2108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 91761250 10916917248 6877 33554432000 4194304 4196468 140735291897312 140285803485664 140286318294741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27582464 140735291905197 140735291905289 140735291905289 140735291908047 0
[pid=2710/tid=2725] ppid=2707 vsize=10661052 memory=140510870156928 CPUtime=0 cores=0,2,4,6
/proc/2710/task/2725/stat : 2725 (java) S 2707 2710 2108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 91761250 10916917248 6877 33554432000 4194304 4196468 140735291897312 140285802433456 140286318295682 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27582464 140735291905197 140735291905289 140735291905289 140735291908047 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10661052 KiB
Current children cumulated memory: 27508 KiB

[startup+0.210841 s]*
/proc/loadavg: 1.24 1.26 1.74 4/220 2725
/proc/meminfo: memFree=28020860/32770624 swapFree=67108744/67108860
[pid=2710] ppid=2707 vsize=10661052 memory=39932 CPUtime=0.34 cores=0,2,4,6
/proc/2710/stat : 2710 (java) S 2707 2710 2108 0 -1 1077944320 8169 0 0 0 32 2 0 0 20 0 15 0 91761244 10916917248 9983 33554432000 4194304 4196468 140735291897312 140735291879856 140286318284535 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 27582464 140735291905197 140735291905289 140735291905289 140735291908047 0
/proc/2710/statm: 2665263 9983 2959 1 0 2627263 0
[pid=2710/tid=2712] ppid=2707 vsize=10661052 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/2710/task/2712/stat : 2712 (java) R 2707 2710 2108 0 -1 4202560 5178 0 0 0 19 1 0 0 20 0 15 0 91761244 10916917248 9983 33554432000 4194304 4196468 140735291897312 140286322514480 140286318306461 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27582464 140735291905197 140735291905289 140735291905289 140735291908047 0
[pid=2710/tid=2713] ppid=2707 vsize=10661052 memory=364 CPUtime=0 cores=0,2,4,6
/proc/2710/task/2713/stat : 2713 (java) S 2707 2710 2108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 91761245 10916917248 9983 33554432000 4194304 4196468 140735291897312 140286254975376 140286318294741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27582464 140735291905197 140735291905289 140735291905289 140735291908047 0
[pid=2710/tid=2714] ppid=2707 vsize=10661052 memory=140510870161500 CPUtime=0 cores=0,2,4,6
/proc/2710/task/2714/stat : 2714 (java) S 2707 2710 2108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 91761245 10916917248 9983 33554432000 4194304 4196468 140735291897312 140286253922576 140286318294741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27582464 140735291905197 140735291905289 140735291905289 140735291908047 0
[pid=2710/tid=2715] ppid=2707 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2710/task/2715/stat : 2715 (java) S 2707 2710 2108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 91761245 10916917248 9983 33554432000 4194304 4196468 140735291897312 140286252870288 140286318294741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27582464 140735291905197 140735291905289 140735291905289 140735291908047 0
[pid=2710/tid=2716] ppid=2707 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2710/task/2716/stat : 2716 (java) S 2707 2710 2108 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 91761245 10916917248 10049 33554432000 4194304 4196468 140735291897312 140286251817488 140286318294741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27582464 140735291905197 140735291905289 140735291905289 140735291908047 0
[pid=2710/tid=2717] ppid=2707 vsize=10661052 memory=140510870156928 CPUtime=0 cores=0,2,4,6
/proc/2710/task/2717/stat : 2717 (java) S 2707 2710 2108 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 91761246 10916917248 10049 33554432000 4194304 4196468 140735291897312 140285810854512 140286318295682 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27582464 140735291905197 140735291905289 140735291905289 140735291908047 0
[pid=2710/tid=2718] ppid=2707 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2710/task/2718/stat : 2718 (java) S 2707 2710 2108 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 91761247 10916917248 10049 33554432000 4194304 4196468 140735291897312 140285809800480 140286318294741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27582464 140735291905197 140735291905289 140735291905289 140735291908047 0
[pid=2710/tid=2719] ppid=2707 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2710/task/2719/stat : 2719 (java) S 2707 2710 2108 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 91761247 10916917248 10049 33554432000 4194304 4196468 140735291897312 140285808748144 140286318294741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27582464 140735291905197 140735291905289 140735291905289 140735291908047 0
[pid=2710/tid=2720] ppid=2707 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2710/task/2720/stat : 2720 (java) S 2707 2710 2108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 91761250 10916917248 10049 33554432000 4194304 4196468 140735291897312 140285807696464 140286318303131 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27582464 140735291905197 140735291905289 140735291905289 140735291908047 0
[pid=2710/tid=2721] ppid=2707 vsize=10661052 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/2710/task/2721/stat : 2721 (java) S 2707 2710 2108 0 -1 1077944384 521 0 0 0 1 0 0 0 20 0 15 0 91761250 10916917248 10049 33554432000 4194304 4196468 140735291897312 140285806643312 140286318295682 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27582464 140735291905197 140735291905289 140735291905289 140735291908047 0
[pid=2710/tid=2722] ppid=2707 vsize=10661052 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/2710/task/2722/stat : 2722 (java) S 2707 2710 2108 0 -1 1077944384 259 0 0 0 2 0 0 0 20 0 15 0 91761250 10916917248 10049 33554432000 4194304 4196468 140735291897312 140285805590512 140286318295682 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27582464 140735291905197 140735291905289 140735291905289 140735291908047 0
[pid=2710/tid=2723] ppid=2707 vsize=10661052 memory=140510870156928 CPUtime=0.08 cores=0,2,4,6
/proc/2710/task/2723/stat : 2723 (java) S 2707 2710 2108 0 -1 1077944384 851 0 0 0 8 0 0 0 20 0 15 0 91761250 10916917248 10049 33554432000 4194304 4196468 140735291897312 140285804538224 140286318295682 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27582464 140735291905197 140735291905289 140735291905289 140735291908047 0
[pid=2710/tid=2724] ppid=2707 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2710/task/2724/stat : 2724 (java) S 2707 2710 2108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 91761250 10916917248 10049 33554432000 4194304 4196468 140735291897312 140285803485664 140286318294741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27582464 140735291905197 140735291905289 140735291905289 140735291908047 0
[pid=2710/tid=2725] ppid=2707 vsize=10661052 memory=140510870156928 CPUtime=0 cores=0,2,4,6
/proc/2710/task/2725/stat : 2725 (java) S 2707 2710 2108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 91761250 10916917248 10049 33554432000 4194304 4196468 140735291897312 140285802433456 140286318295682 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27582464 140735291905197 140735291905289 140735291905289 140735291908047 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 10661052 KiB
Current children cumulated memory: 39932 KiB

[startup+0.310674 s]*
/proc/loadavg: 1.24 1.26 1.74 4/220 2725
/proc/meminfo: memFree=28005284/32770624 swapFree=67108744/67108860
[pid=2710] ppid=2707 vsize=10661128 memory=46884 CPUtime=0.56 cores=0,2,4,6
/proc/2710/stat : 2710 (java) S 2707 2710 2108 0 -1 1077944320 8716 0 0 0 54 2 0 0 20 0 15 0 91761244 10916995072 11721 33554432000 4194304 4196468 140735291897312 140735291879856 140286318284535 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 27582464 140735291905197 140735291905289 140735291905289 140735291908047 0
/proc/2710/statm: 2665282 11721 3040 1 0 2627263 0
[pid=2710/tid=2712] ppid=2707 vsize=10661128 memory=7022364594140610616 CPUtime=0.29 cores=0,2,4,6
/proc/2710/task/2712/stat : 2712 (java) R 2707 2710 2108 0 -1 4202560 5489 0 0 0 28 1 0 0 20 0 15 0 91761244 10916995072 11721 33554432000 4194304 4196468 140735291897312 140286322521792 140286302365022 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27582464 140735291905197 140735291905289 140735291905289 140735291908047 0
[pid=2710/tid=2713] ppid=2707 vsize=10661128 memory=4294980952 CPUtime=0 cores=0,2,4,6
/proc/2710/task/2713/stat : 2713 (java) S 2707 2710 2108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 91761245 10916995072 11721 33554432000 4194304 4196468 140735291897312 140286254975376 140286318294741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27582464 140735291905197 140735291905289 140735291905289 140735291908047 0
[pid=2710/tid=2714] ppid=2707 vsize=10661128 memory=140510870703034 CPUtime=0 cores=0,2,4,6
/proc/2710/task/2714/stat : 2714 (java) S 2707 2710 2108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 91761245 10916995072 11721 33554432000 4194304 4196468 140735291897312 140286253922576 140286318294741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27582464 140735291905197 140735291905289 140735291905289 140735291908047 0
[pid=2710/tid=2715] ppid=2707 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2710/task/2715/stat : 2715 (java) S 2707 2710 2108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 91761245 10916995072 11721 33554432000 4194304 4196468 140735291897312 140286252870288 140286318294741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27582464 140735291905197 140735291905289 140735291905289 140735291908047 0
[pid=2710/tid=2716] ppid=2707 vsize=10661128 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2710/task/2716/stat : 2716 (java) S 2707 2710 2108 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 91761245 10916995072 11721 33554432000 4194304 4196468 140735291897312 140286251817488 140286318294741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27582464 140735291905197 140735291905289 140735291905289 140735291908047 0
[pid=2710/tid=2717] ppid=2707 vsize=10661128 memory=140510870156928 CPUtime=0 cores=0,2,4,6
/proc/2710/task/2717/stat : 2717 (java) S 2707 2710 2108 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 91761246 10916995072 11721 33554432000 4194304 4196468 140735291897312 140285810854512 140286318295682 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27582464 140735291905197 140735291905289 140735291905289 140735291908047 0
[pid=2710/tid=2718] ppid=2707 vsize=10661128 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2710/task/2718/stat : 2718 (java) S 2707 2710 2108 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 91761247 10916995072 11721 33554432000 4194304 4196468 140735291897312 140285809800480 140286318294741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27582464 140735291905197 140735291905289 140735291905289 140735291908047 0
[pid=2710/tid=2719] ppid=2707 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2710/task/2719/stat : 2719 (java) S 2707 2710 2108 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 91761247 10916995072 11721 33554432000 4194304 4196468 140735291897312 140285808748144 140286318294741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27582464 140735291905197 140735291905289 140735291905289 140735291908047 0
[pid=2710/tid=2720] ppid=2707 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2710/task/2720/stat : 2720 (java) S 2707 2710 2108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 91761250 10916995072 11721 33554432000 4194304 4196468 140735291897312 140285807696464 140286318303131 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27582464 140735291905197 140735291905289 140735291905289 140735291908047 0
[pid=2710/tid=2721] ppid=2707 vsize=10661128 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/2710/task/2721/stat : 2721 (java) S 2707 2710 2108 0 -1 1077944384 539 0 0 0 3 0 0 0 20 0 15 0 91761250 10916995072 11721 33554432000 4194304 4196468 140735291897312 140285806643312 140286318295682 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27582464 140735291905197 140735291905289 140735291905289 140735291908047 0
[pid=2710/tid=2722] ppid=2707 vsize=10661128 memory=-1 CPUtime=0.06 cores=0,2,4,6
/proc/2710/task/2722/stat : 2722 (java) S 2707 2710 2108 0 -1 1077944384 348 0 0 0 6 0 0 0 20 0 15 0 91761250 10916995072 11721 33554432000 4194304 4196468 140735291897312 140285805590512 140286318295682 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27582464 140735291905197 140735291905289 140735291905289 140735291908047 0
[pid=2710/tid=2723] ppid=2707 vsize=10661128 memory=140510870156928 CPUtime=0.15 cores=0,2,4,6
/proc/2710/task/2723/stat : 2723 (java) R 2707 2710 2108 0 -1 4202560 978 0 0 0 15 0 0 0 20 0 15 0 91761250 10916995072 11721 33554432000 4194304 4196468 140735291897312 140285804538224 140286318296470 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27582464 140735291905197 140735291905289 140735291905289 140735291908047 0
[pid=2710/tid=2724] ppid=2707 vsize=10661128 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2710/task/2724/stat : 2724 (java) S 2707 2710 2108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 91761250 10916995072 11721 33554432000 4194304 4196468 140735291897312 140285803485664 140286318294741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27582464 140735291905197 140735291905289 140735291905289 140735291908047 0
[pid=2710/tid=2725] ppid=2707 vsize=10661128 memory=140510870156928 CPUtime=0 cores=0,2,4,6
/proc/2710/task/2725/stat : 2725 (java) S 2707 2710 2108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 91761250 10916995072 11721 33554432000 4194304 4196468 140735291897312 140285802433456 140286318295682 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27582464 140735291905197 140735291905289 140735291905289 140735291908047 0
Current children cumulated CPU time: 0.56 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 46884 KiB

[startup+0.700695 s]
/proc/loadavg: 1.24 1.26 1.74 5/220 2725
/proc/meminfo: memFree=27973276/32770624 swapFree=67108744/67108860
[pid=2710] ppid=2707 vsize=10661128 memory=79236 CPUtime=1.43 cores=0,2,4,6
/proc/2710/stat : 2710 (java) S 2707 2710 2108 0 -1 1077944320 12767 0 0 0 140 3 0 0 20 0 15 0 91761244 10916995072 19809 33554432000 4194304 4196468 140735291897312 140735291879856 140286318284535 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 27582464 140735291905197 140735291905289 140735291905289 140735291908047 0
/proc/2710/statm: 2665282 19809 3080 1 0 2627263 0
[pid=2710/tid=2712] ppid=2707 vsize=10661128 memory=1236 CPUtime=0.68 cores=0,2,4,6
/proc/2710/task/2712/stat : 2712 (java) R 2707 2710 2108 0 -1 4202560 5543 0 0 0 66 2 0 0 20 0 15 0 91761244 10916995072 19809 33554432000 4194304 4196468 140735291897312 140286322521200 140285932322361 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27582464 140735291905197 140735291905289 140735291905289 140735291908047 0
[pid=2710/tid=2713] ppid=2707 vsize=10661128 memory=15432 CPUtime=0 cores=0,2,4,6
/proc/2710/task/2713/stat : 2713 (java) S 2707 2710 2108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 91761245 10916995072 19809 33554432000 4194304 4196468 140735291897312 140286254975376 140286318294741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27582464 140735291905197 140735291905289 140735291905289 140735291908047 0
[pid=2710/tid=2714] ppid=2707 vsize=10661128 memory=4052 CPUtime=0 cores=0,2,4,6
/proc/2710/task/2714/stat : 2714 (java) S 2707 2710 2108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 91761245 10916995072 19809 33554432000 4194304 4196468 140735291897312 140286253922576 140286318294741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27582464 140735291905197 140735291905289 140735291905289 140735291908047 0
[pid=2710/tid=2715] ppid=2707 vsize=10661128 memory=644 CPUtime=0 cores=0,2,4,6
/proc/2710/task/2715/stat : 2715 (java) S 2707 2710 2108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 91761245 10916995072 19809 33554432000 4194304 4196468 140735291897312 140286252870288 140286318294741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27582464 140735291905197 140735291905289 140735291905289 140735291908047 0
[pid=2710/tid=2716] ppid=2707 vsize=10661128 memory=1800 CPUtime=0 cores=0,2,4,6
/proc/2710/task/2716/stat : 2716 (java) S 2707 2710 2108 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 91761245 10916995072 19809 33554432000 4194304 4196468 140735291897312 140286251817488 140286318294741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27582464 140735291905197 140735291905289 140735291905289 140735291908047 0
[pid=2710/tid=2717] ppid=2707 vsize=10661128 memory=956 CPUtime=0 cores=0,2,4,6
/proc/2710/task/2717/stat : 2717 (java) S 2707 2710 2108 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 91761246 10916995072 19809 33554432000 4194304 4196468 140735291897312 140285810854512 140286318295682 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27582464 140735291905197 140735291905289 140735291905289 140735291908047 0
[pid=2710/tid=2718] ppid=2707 vsize=10661128 memory=2340 CPUtime=0 cores=0,2,4,6
/proc/2710/task/2718/stat : 2718 (java) S 2707 2710 2108 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 91761247 10916995072 19809 33554432000 4194304 4196468 140735291897312 140285809800480 140286318294741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27582464 140735291905197 140735291905289 140735291905289 140735291908047 0
[pid=2710/tid=2719] ppid=2707 vsize=10661128 memory=928 CPUtime=0 cores=0,2,4,6
/proc/2710/task/2719/stat : 2719 (java) S 2707 2710 2108 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 91761247 10916995072 19809 33554432000 4194304 4196468 140735291897312 140285808748144 140286318294741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27582464 140735291905197 140735291905289 140735291905289 140735291908047 0
[pid=2710/tid=2720] ppid=2707 vsize=10661128 memory=6153431502485415525 CPUtime=0 cores=0,2,4,6
/proc/2710/task/2720/stat : 2720 (java) S 2707 2710 2108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 91761250 10916995072 19809 33554432000 4194304 4196468 140735291897312 140285807696464 140286318303131 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27582464 140735291905197 140735291905289 140735291905289 140735291908047 0
[pid=2710/tid=2721] ppid=2707 vsize=10661128 memory=7013346421133104232 CPUtime=0.26 cores=0,2,4,6
/proc/2710/task/2721/stat : 2721 (java) S 2707 2710 2108 0 -1 1077944384 2891 0 0 0 26 0 0 0 20 0 15 0 91761250 10916995072 19809 33554432000 4194304 4196468 140735291897312 140285806643312 140286318295682 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27582464 140735291905197 140735291905289 140735291905289 140735291908047 0
[pid=2710/tid=2722] ppid=2707 vsize=10661128 memory=6154538792250073449 CPUtime=0.27 cores=0,2,4,6
/proc/2710/task/2722/stat : 2722 (java) S 2707 2710 2108 0 -1 1077944384 1702 0 0 0 27 0 0 0 20 0 15 0 91761250 10916995072 19809 33554432000 4194304 4196468 140735291897312 140285805590512 140286318295682 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27582464 140735291905197 140735291905289 140735291905289 140735291908047 0
[pid=2710/tid=2723] ppid=2707 vsize=10661128 memory=0 CPUtime=0.19 cores=0,2,4,6
/proc/2710/task/2723/stat : 2723 (java) S 2707 2710 2108 0 -1 1077944384 1261 0 0 0 19 0 0 0 20 0 15 0 91761250 10916995072 19809 33554432000 4194304 4196468 140735291897312 140285804538224 140286318295682 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27582464 140735291905197 140735291905289 140735291905289 140735291908047 0
[pid=2710/tid=2724] ppid=2707 vsize=10661128 memory=6226054322827193191 CPUtime=0 cores=0,2,4,6
/proc/2710/task/2724/stat : 2724 (java) S 2707 2710 2108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 91761250 10916995072 19809 33554432000 4194304 4196468 140735291897312 140285803485664 140286318294741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27582464 140735291905197 140735291905289 140735291905289 140735291908047 0
[pid=2710/tid=2725] ppid=2707 vsize=10661128 memory=10584 CPUtime=0 cores=0,2,4,6
/proc/2710/task/2725/stat : 2725 (java) S 2707 2710 2108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 91761250 10916995072 19809 33554432000 4194304 4196468 140735291897312 140285802433456 140286318295682 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27582464 140735291905197 140735291905289 140735291905289 140735291908047 0
Current children cumulated CPU time: 1.43 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 79236 KiB

[startup+1.5007 s]
/proc/loadavg: 1.24 1.26 1.74 3/220 2725
/proc/meminfo: memFree=27940136/32770624 swapFree=67108744/67108860
[pid=2710] ppid=2707 vsize=10661128 memory=135472 CPUtime=2.33 cores=0,2,4,6
/proc/2710/stat : 2710 (java) S 2707 2710 2108 0 -1 1077944320 13801 0 0 0 229 4 0 0 20 0 15 0 91761244 10916995072 33868 33554432000 4194304 4196468 140735291897312 140735291879856 140286318284535 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 27582464 140735291905197 140735291905289 140735291905289 140735291908047 0
/proc/2710/statm: 2665282 33868 3100 1 0 2627263 0
[pid=2710/tid=2712] ppid=2707 vsize=10661128 memory=121116 CPUtime=1.47 cores=0,2,4,6
/proc/2710/task/2712/stat : 2712 (java) R 2707 2710 2108 0 -1 4202560 5788 0 0 0 145 2 0 0 20 0 15 0 91761244 10916995072 33868 33554432000 4194304 4196468 140735291897312 140286322522120 140285932227174 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27582464 140735291905197 140735291905289 140735291905289 140735291908047 0
[pid=2710/tid=2713] ppid=2707 vsize=10661128 memory=8112282956445269571 CPUtime=0 cores=0,2,4,6
/proc/2710/task/2713/stat : 2713 (java) S 2707 2710 2108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 91761245 10916995072 33868 33554432000 4194304 4196468 140735291897312 140286254975376 140286318294741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27582464 140735291905197 140735291905289 140735291905289 140735291908047 0
[pid=2710/tid=2714] ppid=2707 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2710/task/2714/stat : 2714 (java) S 2707 2710 2108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 91761245 10916995072 33868 33554432000 4194304 4196468 140735291897312 140286253922576 140286318294741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27582464 140735291905197 140735291905289 140735291905289 140735291908047 0
[pid=2710/tid=2715] ppid=2707 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2710/task/2715/stat : 2715 (java) S 2707 2710 2108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 91761245 10916995072 33868 33554432000 4194304 4196468 140735291897312 140286252870288 140286318294741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27582464 140735291905197 140735291905289 140735291905289 140735291908047 0
[pid=2710/tid=2716] ppid=2707 vsize=10661128 memory=6943526294502006880 CPUtime=0 cores=0,2,4,6
/proc/2710/task/2716/stat : 2716 (java) S 2707 2710 2108 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 91761245 10916995072 33868 33554432000 4194304 4196468 140735291897312 140286251817488 140286318294741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27582464 140735291905197 140735291905289 140735291905289 140735291908047 0
[pid=2710/tid=2717] ppid=2707 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2710/task/2717/stat : 2717 (java) S 2707 2710 2108 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 15 0 91761246 10916995072 33868 33554432000 4194304 4196468 140735291897312 140285810854512 140286318295682 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27582464 140735291905197 140735291905289 140735291905289 140735291908047 0

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

/proc/2710/task/2712/stat : 2712 (java) R 2707 2710 2108 0 -1 4202560 13446 0 0 0 243655 9 0 0 20 0 15 0 91761244 10916995072 61920 33554432000 4194304 4196468 140735291897312 140286322523984 140285932224107 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27582464 140735291905197 140735291905289 140735291905289 140735291908047 0
[pid=2710/tid=2713] ppid=2707 vsize=10661128 memory=247680 CPUtime=1.89 cores=0,2,4,6
/proc/2710/task/2713/stat : 2713 (java) S 2707 2710 2108 0 -1 1077944384 3104 0 0 0 173 16 0 0 20 0 15 0 91761245 10916995072 61920 33554432000 4194304 4196468 140735291897312 140286254975376 140286318294741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27582464 140735291905197 140735291905289 140735291905289 140735291908047 0
[pid=2710/tid=2714] ppid=2707 vsize=10661128 memory=247680 CPUtime=1.92 cores=0,2,4,6
/proc/2710/task/2714/stat : 2714 (java) S 2707 2710 2108 0 -1 1077944384 3404 0 0 0 175 17 0 0 20 0 15 0 91761245 10916995072 61920 33554432000 4194304 4196468 140735291897312 140286253922576 140286318294741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27582464 140735291905197 140735291905289 140735291905289 140735291908047 0
[pid=2710/tid=2715] ppid=2707 vsize=10661128 memory=247680 CPUtime=1.92 cores=0,2,4,6
/proc/2710/task/2715/stat : 2715 (java) S 2707 2710 2108 0 -1 1077944384 1915 0 0 0 172 20 0 0 20 0 15 0 91761245 10916995072 61920 33554432000 4194304 4196468 140735291897312 140286252870288 140286318294741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27582464 140735291905197 140735291905289 140735291905289 140735291908047 0
[pid=2710/tid=2716] ppid=2707 vsize=10661128 memory=247680 CPUtime=1.9 cores=0,2,4,6
/proc/2710/task/2716/stat : 2716 (java) S 2707 2710 2108 0 -1 1077944384 1665 0 0 0 169 21 0 0 20 0 15 0 91761245 10916995072 61920 33554432000 4194304 4196468 140735291897312 140286251817488 140286318294741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27582464 140735291905197 140735291905289 140735291905289 140735291908047 0
[pid=2710/tid=2717] ppid=2707 vsize=10661128 memory=247680 CPUtime=2.5 cores=0,2,4,6
/proc/2710/task/2717/stat : 2717 (java) S 2707 2710 2108 0 -1 1077944384 5147 0 0 0 237 13 0 0 20 0 15 0 91761246 10916995072 61920 33554432000 4194304 4196468 140735291897312 140285810854512 140286318295682 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27582464 140735291905197 140735291905289 140735291905289 140735291908047 0
[pid=2710/tid=2718] ppid=2707 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2710/task/2718/stat : 2718 (java) S 2707 2710 2108 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 91761247 10916995072 61920 33554432000 4194304 4196468 140735291897312 140285809800480 140286318294741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27582464 140735291905197 140735291905289 140735291905289 140735291908047 0
[pid=2710/tid=2719] ppid=2707 vsize=10661128 memory=247680 CPUtime=0 cores=0,2,4,6
/proc/2710/task/2719/stat : 2719 (java) S 2707 2710 2108 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 91761247 10916995072 61920 33554432000 4194304 4196468 140735291897312 140285808748144 140286318294741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27582464 140735291905197 140735291905289 140735291905289 140735291908047 0
[pid=2710/tid=2720] ppid=2707 vsize=10661128 memory=247680 CPUtime=0 cores=0,2,4,6
/proc/2710/task/2720/stat : 2720 (java) S 2707 2710 2108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 91761250 10916995072 61920 33554432000 4194304 4196468 140735291897312 140285807696464 140286318303131 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27582464 140735291905197 140735291905289 140735291905289 140735291908047 0
[pid=2710/tid=2721] ppid=2707 vsize=10661128 memory=247680 CPUtime=0.3 cores=0,2,4,6
/proc/2710/task/2721/stat : 2721 (java) S 2707 2710 2108 0 -1 1077944384 3255 0 0 0 30 0 0 0 20 0 15 0 91761250 10916995072 61920 33554432000 4194304 4196468 140735291897312 140285806643312 140286318295682 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27582464 140735291905197 140735291905289 140735291905289 140735291908047 0
[pid=2710/tid=2722] ppid=2707 vsize=10661128 memory=247680 CPUtime=0.37 cores=0,2,4,6
/proc/2710/task/2722/stat : 2722 (java) S 2707 2710 2108 0 -1 1077944384 2433 0 0 0 36 1 0 0 20 0 15 0 91761250 10916995072 61920 33554432000 4194304 4196468 140735291897312 140285805590512 140286318295682 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27582464 140735291905197 140735291905289 140735291905289 140735291908047 0
[pid=2710/tid=2723] ppid=2707 vsize=10661128 memory=796 CPUtime=0.21 cores=0,2,4,6
/proc/2710/task/2723/stat : 2723 (java) S 2707 2710 2108 0 -1 1077944384 1442 0 0 0 21 0 0 0 20 0 15 0 91761250 10916995072 61920 33554432000 4194304 4196468 140735291897312 140285804538224 140286318295682 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27582464 140735291905197 140735291905289 140735291905289 140735291908047 0
[pid=2710/tid=2724] ppid=2707 vsize=10661128 memory=247680 CPUtime=0 cores=0,2,4,6
/proc/2710/task/2724/stat : 2724 (java) S 2707 2710 2108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 91761250 10916995072 61920 33554432000 4194304 4196468 140735291897312 140285803485664 140286318294741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27582464 140735291905197 140735291905289 140735291905289 140735291908047 0
[pid=2710/tid=2725] ppid=2707 vsize=10661128 memory=247680 CPUtime=0.72 cores=0,2,4,6
/proc/2710/task/2725/stat : 2725 (java) S 2707 2710 2108 0 -1 1077944384 925 0 0 0 32 40 0 0 20 0 15 0 91761250 10916995072 61920 33554432000 4194304 4196468 140735291897312 140285802433456 140286318295682 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 5 0 0 6293624 6294260 27582464 140735291905197 140735291905289 140735291905289 140735291908047 0
Current children cumulated CPU time: 2448.46 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 247680 KiB

[startup+2502.3 s]
/proc/loadavg: 1.23 1.24 1.37 3/221 2838
/proc/meminfo: memFree=27718148/32770624 swapFree=67108744/67108860
[pid=2710] ppid=2707 vsize=10661128 memory=249728 CPUtime=2508.62 cores=0,2,4,6
/proc/2710/stat : 2710 (java) S 2707 2710 2108 0 -1 1077944320 38298 0 0 0 250761 101 0 0 20 0 15 0 91761244 10916995072 62432 33554432000 4194304 4196468 140735291897312 140735291879856 140286318284535 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 27582464 140735291905197 140735291905289 140735291905289 140735291908047 0
/proc/2710/statm: 2665282 62432 3127 1 0 2627263 0
[pid=2710/tid=2712] ppid=2707 vsize=10661128 memory=247680 CPUtime=2496.5 cores=0,2,4,6
/proc/2710/task/2712/stat : 2712 (java) R 2707 2710 2108 0 -1 4202560 13550 0 0 0 249641 9 0 0 20 0 15 0 91761244 10916995072 62432 33554432000 4194304 4196468 140735291897312 140286322523984 140285932321217 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27582464 140735291905197 140735291905289 140735291905289 140735291908047 0
[pid=2710/tid=2713] ppid=2707 vsize=10661128 memory=247680 CPUtime=1.95 cores=0,2,4,6
/proc/2710/task/2713/stat : 2713 (java) S 2707 2710 2108 0 -1 1077944384 3104 0 0 0 178 17 0 0 20 0 15 0 91761245 10916995072 62432 33554432000 4194304 4196468 140735291897312 140286254975376 140286318294741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27582464 140735291905197 140735291905289 140735291905289 140735291908047 0
[pid=2710/tid=2714] ppid=2707 vsize=10661128 memory=249728 CPUtime=1.97 cores=0,2,4,6
/proc/2710/task/2714/stat : 2714 (java) S 2707 2710 2108 0 -1 1077944384 3404 0 0 0 180 17 0 0 20 0 15 0 91761245 10916995072 62432 33554432000 4194304 4196468 140735291897312 140286253922576 140286318294741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27582464 140735291905197 140735291905289 140735291905289 140735291908047 0
[pid=2710/tid=2715] ppid=2707 vsize=10661128 memory=249728 CPUtime=1.97 cores=0,2,4,6
/proc/2710/task/2715/stat : 2715 (java) S 2707 2710 2108 0 -1 1077944384 1944 0 0 0 177 20 0 0 20 0 15 0 91761245 10916995072 62432 33554432000 4194304 4196468 140735291897312 140286252870288 140286318294741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27582464 140735291905197 140735291905289 140735291905289 140735291908047 0
[pid=2710/tid=2716] ppid=2707 vsize=10661128 memory=6369872650984509797 CPUtime=1.95 cores=0,2,4,6
/proc/2710/task/2716/stat : 2716 (java) S 2707 2710 2108 0 -1 1077944384 1672 0 0 0 174 21 0 0 20 0 15 0 91761245 10916995072 62432 33554432000 4194304 4196468 140735291897312 140286251817488 140286318294741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27582464 140735291905197 140735291905289 140735291905289 140735291908047 0
[pid=2710/tid=2717] ppid=2707 vsize=10661128 memory=249728 CPUtime=2.56 cores=0,2,4,6
/proc/2710/task/2717/stat : 2717 (java) S 2707 2710 2108 0 -1 1077944384 5151 0 0 0 243 13 0 0 20 0 15 0 91761246 10916995072 62432 33554432000 4194304 4196468 140735291897312 140285810854512 140286318295682 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27582464 140735291905197 140735291905289 140735291905289 140735291908047 0
[pid=2710/tid=2718] ppid=2707 vsize=10661128 memory=249728 CPUtime=0 cores=0,2,4,6
/proc/2710/task/2718/stat : 2718 (java) S 2707 2710 2108 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 91761247 10916995072 62432 33554432000 4194304 4196468 140735291897312 140285809800480 140286318294741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27582464 140735291905197 140735291905289 140735291905289 140735291908047 0
[pid=2710/tid=2719] ppid=2707 vsize=10661128 memory=10584 CPUtime=0 cores=0,2,4,6
/proc/2710/task/2719/stat : 2719 (java) S 2707 2710 2108 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 91761247 10916995072 62432 33554432000 4194304 4196468 140735291897312 140285808748144 140286318294741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27582464 140735291905197 140735291905289 140735291905289 140735291908047 0
[pid=2710/tid=2720] ppid=2707 vsize=10661128 memory=249728 CPUtime=0 cores=0,2,4,6
/proc/2710/task/2720/stat : 2720 (java) S 2707 2710 2108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 91761250 10916995072 62432 33554432000 4194304 4196468 140735291897312 140285807696464 140286318303131 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27582464 140735291905197 140735291905289 140735291905289 140735291908047 0
[pid=2710/tid=2721] ppid=2707 vsize=10661128 memory=249728 CPUtime=0.3 cores=0,2,4,6
/proc/2710/task/2721/stat : 2721 (java) S 2707 2710 2108 0 -1 1077944384 3255 0 0 0 30 0 0 0 20 0 15 0 91761250 10916995072 62432 33554432000 4194304 4196468 140735291897312 140285806643312 140286318295682 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27582464 140735291905197 140735291905289 140735291905289 140735291908047 0
[pid=2710/tid=2722] ppid=2707 vsize=10661128 memory=249728 CPUtime=0.37 cores=0,2,4,6
/proc/2710/task/2722/stat : 2722 (java) S 2707 2710 2108 0 -1 1077944384 2434 0 0 0 36 1 0 0 20 0 15 0 91761250 10916995072 62432 33554432000 4194304 4196468 140735291897312 140285805590512 140286318295682 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27582464 140735291905197 140735291905289 140735291905289 140735291908047 0
[pid=2710/tid=2723] ppid=2707 vsize=10661128 memory=249728 CPUtime=0.21 cores=0,2,4,6
/proc/2710/task/2723/stat : 2723 (java) S 2707 2710 2108 0 -1 1077944384 1442 0 0 0 21 0 0 0 20 0 15 0 91761250 10916995072 62432 33554432000 4194304 4196468 140735291897312 140285804538224 140286318295682 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27582464 140735291905197 140735291905289 140735291905289 140735291908047 0
[pid=2710/tid=2724] ppid=2707 vsize=10661128 memory=249728 CPUtime=0 cores=0,2,4,6
/proc/2710/task/2724/stat : 2724 (java) S 2707 2710 2108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 91761250 10916995072 62432 33554432000 4194304 4196468 140735291897312 140285803485664 140286318294741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27582464 140735291905197 140735291905289 140735291905289 140735291908047 0
[pid=2710/tid=2725] ppid=2707 vsize=10661128 memory=249728 CPUtime=0.74 cores=0,2,4,6
/proc/2710/task/2725/stat : 2725 (java) S 2707 2710 2108 0 -1 1077944384 929 0 0 0 33 41 0 0 20 0 15 0 91761250 10916995072 62432 33554432000 4194304 4196468 140735291897312 140285802433456 140286318295682 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 5 0 0 6293624 6294260 27582464 140735291905197 140735291905289 140735291905289 140735291908047 0
Current children cumulated CPU time: 2508.62 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 249728 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2513.7 s]
/proc/loadavg: 1.19 1.23 1.36 3/222 2916
/proc/meminfo: memFree=27946320/32770624 swapFree=67108744/67108860
[pid=2710] ppid=2707 vsize=10661128 memory=249728 CPUtime=2520.06 cores=0,2,4,6
/proc/2710/stat : 2710 (java) S 2707 2710 2108 0 -1 1077944320 38321 0 0 0 251904 102 0 0 20 0 15 0 91761244 10916995072 62432 33554432000 4194304 4196468 140735291897312 140735291879856 140286318284535 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 27582464 140735291905197 140735291905289 140735291905289 140735291908047 0
/proc/2710/statm: 2665282 62432 3127 1 0 2627263 0
[pid=2710/tid=2712] ppid=2707 vsize=10661128 memory=249728 CPUtime=2507.88 cores=0,2,4,6
/proc/2710/task/2712/stat : 2712 (java) R 2707 2710 2108 0 -1 4202560 13569 0 0 0 250779 9 0 0 20 0 15 0 91761244 10916995072 62432 33554432000 4194304 4196468 140735291897312 140286322524096 140285932321409 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27582464 140735291905197 140735291905289 140735291905289 140735291908047 0
[pid=2710/tid=2713] ppid=2707 vsize=10661128 memory=249728 CPUtime=1.95 cores=0,2,4,6
/proc/2710/task/2713/stat : 2713 (java) S 2707 2710 2108 0 -1 1077944384 3104 0 0 0 178 17 0 0 20 0 15 0 91761245 10916995072 62432 33554432000 4194304 4196468 140735291897312 140286254975376 140286318294741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27582464 140735291905197 140735291905289 140735291905289 140735291908047 0
[pid=2710/tid=2714] ppid=2707 vsize=10661128 memory=249728 CPUtime=1.98 cores=0,2,4,6
/proc/2710/task/2714/stat : 2714 (java) S 2707 2710 2108 0 -1 1077944384 3404 0 0 0 181 17 0 0 20 0 15 0 91761245 10916995072 62432 33554432000 4194304 4196468 140735291897312 140286253922576 140286318294741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27582464 140735291905197 140735291905289 140735291905289 140735291908047 0
[pid=2710/tid=2715] ppid=2707 vsize=10661128 memory=249728 CPUtime=1.98 cores=0,2,4,6
/proc/2710/task/2715/stat : 2715 (java) S 2707 2710 2108 0 -1 1077944384 1944 0 0 0 178 20 0 0 20 0 15 0 91761245 10916995072 62432 33554432000 4194304 4196468 140735291897312 140286252870288 140286318294741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27582464 140735291905197 140735291905289 140735291905289 140735291908047 0
[pid=2710/tid=2716] ppid=2707 vsize=10661128 memory=249728 CPUtime=1.96 cores=0,2,4,6
/proc/2710/task/2716/stat : 2716 (java) S 2707 2710 2108 0 -1 1077944384 1672 0 0 0 175 21 0 0 20 0 15 0 91761245 10916995072 62432 33554432000 4194304 4196468 140735291897312 140286251817488 140286318294741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27582464 140735291905197 140735291905289 140735291905289 140735291908047 0
[pid=2710/tid=2717] ppid=2707 vsize=10661128 memory=10584 CPUtime=2.57 cores=0,2,4,6
/proc/2710/task/2717/stat : 2717 (java) S 2707 2710 2108 0 -1 1077944384 5153 0 0 0 244 13 0 0 20 0 15 0 91761246 10916995072 62432 33554432000 4194304 4196468 140735291897312 140285810854512 140286318295682 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27582464 140735291905197 140735291905289 140735291905289 140735291908047 0
[pid=2710/tid=2718] ppid=2707 vsize=10661128 memory=249728 CPUtime=0 cores=0,2,4,6
/proc/2710/task/2718/stat : 2718 (java) S 2707 2710 2108 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 91761247 10916995072 62432 33554432000 4194304 4196468 140735291897312 140285809800480 140286318294741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27582464 140735291905197 140735291905289 140735291905289 140735291908047 0
[pid=2710/tid=2719] ppid=2707 vsize=10661128 memory=249728 CPUtime=0 cores=0,2,4,6
/proc/2710/task/2719/stat : 2719 (java) S 2707 2710 2108 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 91761247 10916995072 62432 33554432000 4194304 4196468 140735291897312 140285808748144 140286318294741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27582464 140735291905197 140735291905289 140735291905289 140735291908047 0
[pid=2710/tid=2720] ppid=2707 vsize=10661128 memory=10584 CPUtime=0 cores=0,2,4,6
/proc/2710/task/2720/stat : 2720 (java) S 2707 2710 2108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 91761250 10916995072 62432 33554432000 4194304 4196468 140735291897312 140285807696464 140286318303131 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27582464 140735291905197 140735291905289 140735291905289 140735291908047 0
[pid=2710/tid=2721] ppid=2707 vsize=10661128 memory=249728 CPUtime=0.3 cores=0,2,4,6
/proc/2710/task/2721/stat : 2721 (java) S 2707 2710 2108 0 -1 1077944384 3255 0 0 0 30 0 0 0 20 0 15 0 91761250 10916995072 62432 33554432000 4194304 4196468 140735291897312 140285806643312 140286318295682 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27582464 140735291905197 140735291905289 140735291905289 140735291908047 0
[pid=2710/tid=2722] ppid=2707 vsize=10661128 memory=249728 CPUtime=0.37 cores=0,2,4,6
/proc/2710/task/2722/stat : 2722 (java) S 2707 2710 2108 0 -1 1077944384 2434 0 0 0 36 1 0 0 20 0 15 0 91761250 10916995072 62432 33554432000 4194304 4196468 140735291897312 140285805590512 140286318295682 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27582464 140735291905197 140735291905289 140735291905289 140735291908047 0
[pid=2710/tid=2723] ppid=2707 vsize=10661128 memory=3292 CPUtime=0.21 cores=0,2,4,6
/proc/2710/task/2723/stat : 2723 (java) S 2707 2710 2108 0 -1 1077944384 1442 0 0 0 21 0 0 0 20 0 15 0 91761250 10916995072 62432 33554432000 4194304 4196468 140735291897312 140285804538224 140286318295682 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27582464 140735291905197 140735291905289 140735291905289 140735291908047 0
[pid=2710/tid=2724] ppid=2707 vsize=10661128 memory=249728 CPUtime=0 cores=0,2,4,6
/proc/2710/task/2724/stat : 2724 (java) S 2707 2710 2108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 91761250 10916995072 62432 33554432000 4194304 4196468 140735291897312 140285803485664 140286318294741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27582464 140735291905197 140735291905289 140735291905289 140735291908047 0
[pid=2710/tid=2725] ppid=2707 vsize=10661128 memory=249728 CPUtime=0.74 cores=0,2,4,6
/proc/2710/task/2725/stat : 2725 (java) S 2707 2710 2108 0 -1 1077944384 931 0 0 0 33 41 0 0 20 0 15 0 91761250 10916995072 62432 33554432000 4194304 4196468 140735291897312 140285802433456 140286318295682 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 5 0 0 6293624 6294260 27582464 140735291905197 140735291905289 140735291905289 140735291908047 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 249728 KiB

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

[startup+2513.71 s]
# the end of solver process 2710 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2519.05 s, system=1.02515 s

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

[startup+2513.7 s]
/proc/loadavg: 1.19 1.23 1.36 3/222 2916
/proc/meminfo: memFree=27946320/32770624 swapFree=67108744/67108860
[pid=2710] ppid=2707 vsize=10661128 memory=249728 CPUtime=2520.06 cores=0,2,4,6
/proc/2710/stat : 2710 (java) S 2707 2710 2108 0 -1 1077944320 38321 0 0 0 251904 102 0 0 20 0 15 0 91761244 10916995072 62432 33554432000 4194304 4196468 140735291897312 140735291879856 140286318284535 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 27582464 140735291905197 140735291905289 140735291905289 140735291908047 0
/proc/2710/statm: 2665282 62432 3127 1 0 2627263 0
[pid=2710/tid=2712] ppid=2707 vsize=10661128 memory=249728 CPUtime=2507.88 cores=0,2,4,6
/proc/2710/task/2712/stat : 2712 (java) R 2707 2710 2108 0 -1 4202560 13569 0 0 0 250779 9 0 0 20 0 15 0 91761244 10916995072 62432 33554432000 4194304 4196468 140735291897312 140286322524096 140285932321409 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27582464 140735291905197 140735291905289 140735291905289 140735291908047 0
[pid=2710/tid=2713] ppid=2707 vsize=10661128 memory=249728 CPUtime=1.95 cores=0,2,4,6
/proc/2710/task/2713/stat : 2713 (java) S 2707 2710 2108 0 -1 1077944384 3104 0 0 0 178 17 0 0 20 0 15 0 91761245 10916995072 62432 33554432000 4194304 4196468 140735291897312 140286254975376 140286318294741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27582464 140735291905197 140735291905289 140735291905289 140735291908047 0
[pid=2710/tid=2714] ppid=2707 vsize=10661128 memory=249728 CPUtime=1.98 cores=0,2,4,6
/proc/2710/task/2714/stat : 2714 (java) S 2707 2710 2108 0 -1 1077944384 3404 0 0 0 181 17 0 0 20 0 15 0 91761245 10916995072 62432 33554432000 4194304 4196468 140735291897312 140286253922576 140286318294741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27582464 140735291905197 140735291905289 140735291905289 140735291908047 0
[pid=2710/tid=2715] ppid=2707 vsize=10661128 memory=249728 CPUtime=1.98 cores=0,2,4,6
/proc/2710/task/2715/stat : 2715 (java) S 2707 2710 2108 0 -1 1077944384 1944 0 0 0 178 20 0 0 20 0 15 0 91761245 10916995072 62432 33554432000 4194304 4196468 140735291897312 140286252870288 140286318294741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27582464 140735291905197 140735291905289 140735291905289 140735291908047 0
[pid=2710/tid=2716] ppid=2707 vsize=10661128 memory=249728 CPUtime=1.96 cores=0,2,4,6
/proc/2710/task/2716/stat : 2716 (java) S 2707 2710 2108 0 -1 1077944384 1672 0 0 0 175 21 0 0 20 0 15 0 91761245 10916995072 62432 33554432000 4194304 4196468 140735291897312 140286251817488 140286318294741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27582464 140735291905197 140735291905289 140735291905289 140735291908047 0
[pid=2710/tid=2717] ppid=2707 vsize=10661128 memory=10584 CPUtime=2.57 cores=0,2,4,6
/proc/2710/task/2717/stat : 2717 (java) S 2707 2710 2108 0 -1 1077944384 5153 0 0 0 244 13 0 0 20 0 15 0 91761246 10916995072 62432 33554432000 4194304 4196468 140735291897312 140285810854512 140286318295682 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27582464 140735291905197 140735291905289 140735291905289 140735291908047 0
[pid=2710/tid=2718] ppid=2707 vsize=10661128 memory=249728 CPUtime=0 cores=0,2,4,6
/proc/2710/task/2718/stat : 2718 (java) S 2707 2710 2108 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 91761247 10916995072 62432 33554432000 4194304 4196468 140735291897312 140285809800480 140286318294741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27582464 140735291905197 140735291905289 140735291905289 140735291908047 0
[pid=2710/tid=2719] ppid=2707 vsize=10661128 memory=249728 CPUtime=0 cores=0,2,4,6
/proc/2710/task/2719/stat : 2719 (java) S 2707 2710 2108 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 91761247 10916995072 62432 33554432000 4194304 4196468 140735291897312 140285808748144 140286318294741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27582464 140735291905197 140735291905289 140735291905289 140735291908047 0
[pid=2710/tid=2720] ppid=2707 vsize=10661128 memory=10584 CPUtime=0 cores=0,2,4,6
/proc/2710/task/2720/stat : 2720 (java) S 2707 2710 2108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 91761250 10916995072 62432 33554432000 4194304 4196468 140735291897312 140285807696464 140286318303131 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27582464 140735291905197 140735291905289 140735291905289 140735291908047 0
[pid=2710/tid=2721] ppid=2707 vsize=10661128 memory=249728 CPUtime=0.3 cores=0,2,4,6
/proc/2710/task/2721/stat : 2721 (java) S 2707 2710 2108 0 -1 1077944384 3255 0 0 0 30 0 0 0 20 0 15 0 91761250 10916995072 62432 33554432000 4194304 4196468 140735291897312 140285806643312 140286318295682 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27582464 140735291905197 140735291905289 140735291905289 140735291908047 0
[pid=2710/tid=2722] ppid=2707 vsize=10661128 memory=249728 CPUtime=0.37 cores=0,2,4,6
/proc/2710/task/2722/stat : 2722 (java) S 2707 2710 2108 0 -1 1077944384 2434 0 0 0 36 1 0 0 20 0 15 0 91761250 10916995072 62432 33554432000 4194304 4196468 140735291897312 140285805590512 140286318295682 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27582464 140735291905197 140735291905289 140735291905289 140735291908047 0
[pid=2710/tid=2723] ppid=2707 vsize=10661128 memory=3292 CPUtime=0.21 cores=0,2,4,6
/proc/2710/task/2723/stat : 2723 (java) S 2707 2710 2108 0 -1 1077944384 1442 0 0 0 21 0 0 0 20 0 15 0 91761250 10916995072 62432 33554432000 4194304 4196468 140735291897312 140285804538224 140286318295682 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27582464 140735291905197 140735291905289 140735291905289 140735291908047 0
[pid=2710/tid=2724] ppid=2707 vsize=10661128 memory=249728 CPUtime=0 cores=0,2,4,6
/proc/2710/task/2724/stat : 2724 (java) S 2707 2710 2108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 91761250 10916995072 62432 33554432000 4194304 4196468 140735291897312 140285803485664 140286318294741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27582464 140735291905197 140735291905289 140735291905289 140735291908047 0
[pid=2710/tid=2725] ppid=2707 vsize=10661128 memory=249728 CPUtime=0.74 cores=0,2,4,6
/proc/2710/task/2725/stat : 2725 (java) S 2707 2710 2108 0 -1 1077944384 931 0 0 0 33 41 0 0 20 0 15 0 91761250 10916995072 62432 33554432000 4194304 4196468 140735291897312 140285802433456 140286318295682 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 5 0 0 6293624 6294260 27582464 140735291905197 140735291905289 140735291905289 140735291908047 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 249728 KiB

Child status: 143
Real time (s): 2513.71
CPU time (s): 2520.07
CPU user time (s): 2519.05
CPU system time (s): 1.02515
CPU usage (%): 100.253
Max. virtual memory (cumulated for all children) (KiB): 10661128
Max. memory (cumulated for all children) (KiB): 249728

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.05
system time used= 1.02516
maximum resident set size= 250176
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38500
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2792
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 120804
involuntary context switches= 5039


# summary of solver processes directly reported to runsolver:
#   pid: 2710
#   total CPU time (s): 2520.07
#   total CPU user time (s): 2519.05
#   total CPU system time (s): 1.02515

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.0105 second user time and 21.4731 second system time

The end

Launcher Data

Begin job on node134 at 2018-07-28 03:39:40
IDJOB=4298026
IDBENCH=141026
IDSOLVER=2766
FILE ID=node134/4298026-1532741980
RUNJOBID= node134-1532739463-2139
PBS_JOBID= 21022441
Free space on /tmp= 55560 MiB

SOLVER NAME= Solver of Xavier Schul & Yvhan Smal 2018-04-28
BENCH NAME= XCSP18/ColouredQueens/ColouredQueens-12_c18.xml
COMMAND LINE= java -jar minicp-1.0.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4298026-1532741980/watcher-4298026-1532741980 -o /tmp/evaluation-result-4298026-1532741980/solver-4298026-1532741980 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1532739463-2139 --watchdog 2580  java -jar minicp-1.0.jar HOME/instance-4298026-1532741980.xml

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

MD5SUM BENCH= 130c0e53e5c1e074e18659561dd41fce
RANDOM SEED=1464289168

node134.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.68
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.68
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.68
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.68
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:        28063932 kB
MemAvailable:   31823428 kB
Buffers:          169680 kB
Cached:          3852436 kB
SwapCached:            0 kB
Active:          1893216 kB
Inactive:        2321956 kB
Active(anon):     142008 kB
Inactive(anon):    78544 kB
Active(file):    1751208 kB
Inactive(file):  2243412 kB
Unevictable:        7364 kB
Mlocked:            7364 kB
SwapTotal:      67108860 kB
SwapFree:       67108744 kB
Dirty:              1444 kB
Writeback:             0 kB
AnonPages:        185700 kB
Mapped:            54060 kB
Shmem:             25132 kB
Slab:             189676 kB
SReclaimable:     161420 kB
SUnreclaim:        28256 kB
KernelStack:        3888 kB
PageTables:         5540 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1175852 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     98304 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 55560 MiB
End job on node134 at 2018-07-28 04:21:34