Trace number 4299971

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
slowpoke 2018-04-29? (TO) 2520.08 2469.91

General information on the benchmark

NameMagicSquare/
MagicSquare-15-sum_c18.xml
MD5SUMd64daa3cf1f3eb705836a312580fe3db
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 variables225
Number of constraints33
Number of domains1
Minimum domain size225
Maximum domain size225
Distribution of domain sizes[{"size":225,"count":225}]
Minimum variable degree3
Maximum variable degree5
Distribution of variable degrees[{"degree":3,"count":196},{"degree":4,"count":28},{"degree":5,"count":1}]
Minimum constraint arity15
Maximum constraint arity225
Distribution of constraint arities[{"arity":15,"count":32},{"arity":225,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"allDifferent","count":1},{"type":"sum","count":32}]
Optimization problemNO
Type of objective

Solver Data

0.15/0.13	c version: 2018-04-11
0.15/0.13	c seed: 1811631
0.15/0.13	c timeout: 2520
0.15/0.13	c memlimit: -1
0.15/0.13	c nbcore: -1
0.33/0.29	I had a sum
0.33/0.29	I had a sum
0.33/0.29	I had a sum
0.33/0.29	I had a sum
0.33/0.29	I had a sum
0.33/0.29	I had a sum
0.33/0.29	I had a sum
0.33/0.29	I had a sum
0.33/0.29	I had a sum
0.33/0.29	I had a sum
0.33/0.29	I had a sum
0.33/0.29	I had a sum
0.33/0.29	I had a sum
0.33/0.29	I had a sum
0.33/0.29	I had a sum
0.33/0.29	I had a sum
0.33/0.29	I had a sum
0.33/0.29	I had a sum
0.33/0.29	I had a sum
0.33/0.29	I had a sum
0.33/0.29	I had a sum
0.33/0.30	I had a sum
0.33/0.30	I had a sum
0.33/0.30	I had a sum
0.33/0.30	I had a sum
0.33/0.30	I had a sum
0.33/0.30	I had a sum
0.33/0.30	I had a sum
0.33/0.30	I had a sum
0.33/0.30	I had a sum
0.33/0.30	I had a sum
0.33/0.30	I had a sum
2520.06/2469.90	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 (13507 MiB free)
  memory of node 1: 16384 MiB (13744 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4299971-1532835198/watcher-4299971-1532835198 -o /tmp/evaluation-result-4299971-1532835198/solver-4299971-1532835198 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1532810215-29950 --watchdog 2580 java -jar minicp-1.0.jar HOME/instance-4299971-1532835198.xml --timelimit 2520 

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

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


[startup+0.108024 s]*
/proc/loadavg: 1.50 1.48 1.50 5/216 32649
/proc/meminfo: memFree=27888404/32770624 swapFree=67108532/67108860
[pid=32634] ppid=32631 vsize=10661056 memory=28216 CPUtime=0.15 cores=0,2,4,6
/proc/32634/stat : 32634 (java) S 32631 32634 29919 0 -1 1077944320 5466 0 0 0 14 1 0 0 20 0 15 0 101082924 10916921344 7054 33554432000 4194304 4196468 140722467150528 140722467133072 139699909779191 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 22904832 140722467153052 140722467153161 140722467153161 140722467155919 0
/proc/32634/statm: 2665264 7054 2892 1 0 2627263 0
[pid=32634/tid=32636] ppid=32631 vsize=10661056 memory=-8197568871503271041 CPUtime=0.09 cores=0,2,4,6
/proc/32634/task/32636/stat : 32636 (java) R 32631 32634 29919 0 -1 4202560 3168 0 0 0 9 0 0 0 20 0 15 0 101082924 10916921344 7054 33554432000 4194304 4196468 140722467150528 139699914009544 139699893859678 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22904832 140722467153052 140722467153161 140722467153161 140722467155919 0
[pid=32634/tid=32637] ppid=32631 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32634/task/32637/stat : 32637 (java) S 32631 32634 29919 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 101082925 10916921344 7120 33554432000 4194304 4196468 140722467150528 139699516398480 139699909789397 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22904832 140722467153052 140722467153161 140722467153161 140722467155919 0
[pid=32634/tid=32638] ppid=32631 vsize=10661056 memory=139670113158784 CPUtime=0 cores=0,2,4,6
/proc/32634/task/32638/stat : 32638 (java) S 32631 32634 29919 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101082925 10916921344 7120 33554432000 4194304 4196468 140722467150528 139699515345680 139699909789397 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22904832 140722467153052 140722467153161 140722467153161 140722467155919 0
[pid=32634/tid=32639] ppid=32631 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32634/task/32639/stat : 32639 (java) S 32631 32634 29919 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 101082925 10916921344 7120 33554432000 4194304 4196468 140722467150528 139699514293392 139699909789397 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22904832 140722467153052 140722467153161 140722467153161 140722467155919 0
[pid=32634/tid=32640] ppid=32631 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32634/task/32640/stat : 32640 (java) S 32631 32634 29919 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101082925 10916921344 7120 33554432000 4194304 4196468 140722467150528 139699513240592 139699909789397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22904832 140722467153052 140722467153161 140722467153161 140722467155919 0
[pid=32634/tid=32641] ppid=32631 vsize=10661056 memory=139670113158784 CPUtime=0 cores=0,2,4,6
/proc/32634/task/32641/stat : 32641 (java) S 32631 32634 29919 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 101082926 10916921344 7120 33554432000 4194304 4196468 140722467150528 139699469338736 139699909790338 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22904832 140722467153052 140722467153161 140722467153161 140722467155919 0
[pid=32634/tid=32642] ppid=32631 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32634/task/32642/stat : 32642 (java) S 32631 32634 29919 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 101082927 10916921344 7120 33554432000 4194304 4196468 140722467150528 139699468284704 139699909789397 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22904832 140722467153052 140722467153161 140722467153161 140722467155919 0
[pid=32634/tid=32643] ppid=32631 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32634/task/32643/stat : 32643 (java) S 32631 32634 29919 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 101082927 10916921344 7120 33554432000 4194304 4196468 140722467150528 139699467232368 139699909789397 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22904832 140722467153052 140722467153161 140722467153161 140722467155919 0
[pid=32634/tid=32644] ppid=32631 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32634/task/32644/stat : 32644 (java) S 32631 32634 29919 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101082929 10916921344 7120 33554432000 4194304 4196468 140722467150528 139699466180688 139699909797787 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22904832 140722467153052 140722467153161 140722467153161 140722467155919 0
[pid=32634/tid=32645] ppid=32631 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32634/task/32645/stat : 32645 (java) S 32631 32634 29919 0 -1 1077944384 417 0 0 0 0 0 0 0 20 0 15 0 101082929 10916921344 7120 33554432000 4194304 4196468 140722467150528 139699465128560 139699909790338 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22904832 140722467153052 140722467153161 140722467153161 140722467155919 0
[pid=32634/tid=32646] ppid=32631 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32634/task/32646/stat : 32646 (java) S 32631 32634 29919 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 15 0 101082929 10916921344 7120 33554432000 4194304 4196468 140722467150528 139699464075760 139699909790338 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22904832 140722467153052 140722467153161 140722467153161 140722467155919 0
[pid=32634/tid=32647] ppid=32631 vsize=10661056 memory=139670113158784 CPUtime=0.02 cores=0,2,4,6
/proc/32634/task/32647/stat : 32647 (java) R 32631 32634 29919 0 -1 4202560 505 0 0 0 2 0 0 0 20 0 15 0 101082929 10916921344 7120 33554432000 4194304 4196468 140722467150528 139699463020488 139699888654989 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22904832 140722467153052 140722467153161 140722467153161 140722467155919 0
[pid=32634/tid=32648] ppid=32631 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32634/task/32648/stat : 32648 (java) S 32631 32634 29919 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101082930 10916921344 7120 33554432000 4194304 4196468 140722467150528 139699461970912 139699909789397 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22904832 140722467153052 140722467153161 140722467153161 140722467155919 0
[pid=32634/tid=32649] ppid=32631 vsize=10661056 memory=139670113158784 CPUtime=0 cores=0,2,4,6
/proc/32634/task/32649/stat : 32649 (java) S 32631 32634 29919 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101082930 10916921344 7120 33554432000 4194304 4196468 140722467150528 139699460917680 139699909790338 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22904832 140722467153052 140722467153161 140722467153161 140722467155919 0
Current children cumulated CPU time: 0.15 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 28216 KiB

[startup+0.21037 s]*
/proc/loadavg: 1.50 1.48 1.50 4/216 32649
/proc/meminfo: memFree=27878020/32770624 swapFree=67108532/67108860
[pid=32634] ppid=32631 vsize=10661132 memory=39980 CPUtime=0.33 cores=0,2,4,6
/proc/32634/stat : 32634 (java) S 32631 32634 29919 0 -1 1077944320 8123 0 0 0 31 2 0 0 20 0 15 0 101082924 10916999168 9995 33554432000 4194304 4196468 140722467150528 140722467133072 139699909779191 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 22904832 140722467153052 140722467153161 140722467153161 140722467155919 0
/proc/32634/statm: 2665283 9995 2963 1 0 2627263 0
[pid=32634/tid=32636] ppid=32631 vsize=10661132 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/32634/task/32636/stat : 32636 (java) R 32631 32634 29919 0 -1 4202560 5224 0 0 0 19 1 0 0 20 0 15 0 101082924 10916999168 9995 33554432000 4194304 4196468 140722467150528 139699914011504 139699909801117 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22904832 140722467153052 140722467153161 140722467153161 140722467155919 0
[pid=32634/tid=32637] ppid=32631 vsize=10661132 memory=364 CPUtime=0 cores=0,2,4,6
/proc/32634/task/32637/stat : 32637 (java) S 32631 32634 29919 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 101082925 10916999168 9995 33554432000 4194304 4196468 140722467150528 139699516398480 139699909789397 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22904832 140722467153052 140722467153161 140722467153161 140722467155919 0
[pid=32634/tid=32638] ppid=32631 vsize=10661132 memory=3833891770727335584 CPUtime=0 cores=0,2,4,6
/proc/32634/task/32638/stat : 32638 (java) S 32631 32634 29919 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101082925 10916999168 9995 33554432000 4194304 4196468 140722467150528 139699515345680 139699909789397 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22904832 140722467153052 140722467153161 140722467153161 140722467155919 0
[pid=32634/tid=32639] ppid=32631 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32634/task/32639/stat : 32639 (java) S 32631 32634 29919 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 101082925 10916999168 9995 33554432000 4194304 4196468 140722467150528 139699514293392 139699909789397 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22904832 140722467153052 140722467153161 140722467153161 140722467155919 0
[pid=32634/tid=32640] ppid=32631 vsize=10661132 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32634/task/32640/stat : 32640 (java) S 32631 32634 29919 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101082925 10916999168 9995 33554432000 4194304 4196468 140722467150528 139699513240592 139699909789397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22904832 140722467153052 140722467153161 140722467153161 140722467155919 0
[pid=32634/tid=32641] ppid=32631 vsize=10661132 memory=139670113158784 CPUtime=0 cores=0,2,4,6
/proc/32634/task/32641/stat : 32641 (java) S 32631 32634 29919 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 101082926 10916999168 9995 33554432000 4194304 4196468 140722467150528 139699469338736 139699909790338 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22904832 140722467153052 140722467153161 140722467153161 140722467155919 0
[pid=32634/tid=32642] ppid=32631 vsize=10661132 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32634/task/32642/stat : 32642 (java) S 32631 32634 29919 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 101082927 10916999168 9995 33554432000 4194304 4196468 140722467150528 139699468284704 139699909789397 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22904832 140722467153052 140722467153161 140722467153161 140722467155919 0
[pid=32634/tid=32643] ppid=32631 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32634/task/32643/stat : 32643 (java) S 32631 32634 29919 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 101082927 10916999168 9995 33554432000 4194304 4196468 140722467150528 139699467232368 139699909789397 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22904832 140722467153052 140722467153161 140722467153161 140722467155919 0
[pid=32634/tid=32644] ppid=32631 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32634/task/32644/stat : 32644 (java) S 32631 32634 29919 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101082929 10916999168 9995 33554432000 4194304 4196468 140722467150528 139699466180688 139699909797787 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22904832 140722467153052 140722467153161 140722467153161 140722467155919 0
[pid=32634/tid=32645] ppid=32631 vsize=10661132 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/32634/task/32645/stat : 32645 (java) S 32631 32634 29919 0 -1 1077944384 442 0 0 0 1 0 0 0 20 0 15 0 101082929 10916999168 9995 33554432000 4194304 4196468 140722467150528 139699465128560 139699909790338 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22904832 140722467153052 140722467153161 140722467153161 140722467155919 0
[pid=32634/tid=32646] ppid=32631 vsize=10661132 memory=-1 CPUtime=0.03 cores=0,2,4,6
/proc/32634/task/32646/stat : 32646 (java) S 32631 32634 29919 0 -1 1077944384 297 0 0 0 3 0 0 0 20 0 15 0 101082929 10916999168 9995 33554432000 4194304 4196468 140722467150528 139699464075760 139699909790338 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22904832 140722467153052 140722467153161 140722467153161 140722467155919 0
[pid=32634/tid=32647] ppid=32631 vsize=10661132 memory=139670113158784 CPUtime=0.07 cores=0,2,4,6
/proc/32634/task/32647/stat : 32647 (java) S 32631 32634 29919 0 -1 1077944384 792 0 0 0 7 0 0 0 20 0 15 0 101082929 10916999168 9995 33554432000 4194304 4196468 140722467150528 139699463023472 139699909790338 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22904832 140722467153052 140722467153161 140722467153161 140722467155919 0
[pid=32634/tid=32648] ppid=32631 vsize=10661132 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32634/task/32648/stat : 32648 (java) S 32631 32634 29919 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101082930 10916999168 10024 33554432000 4194304 4196468 140722467150528 139699461970912 139699909789397 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22904832 140722467153052 140722467153161 140722467153161 140722467155919 0
[pid=32634/tid=32649] ppid=32631 vsize=10661132 memory=139670113158784 CPUtime=0 cores=0,2,4,6
/proc/32634/task/32649/stat : 32649 (java) S 32631 32634 29919 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101082930 10916999168 10024 33554432000 4194304 4196468 140722467150528 139699460917680 139699909790338 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22904832 140722467153052 140722467153161 140722467153161 140722467155919 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 39980 KiB

[startup+0.310036 s]*
/proc/loadavg: 1.50 1.48 1.50 4/216 32649
/proc/meminfo: memFree=27870700/32770624 swapFree=67108532/67108860
[pid=32634] ppid=32631 vsize=10661132 memory=46452 CPUtime=0.56 cores=0,2,4,6
/proc/32634/stat : 32634 (java) S 32631 32634 29919 0 -1 1077944320 8742 0 0 0 54 2 0 0 20 0 15 0 101082924 10916999168 11613 33554432000 4194304 4196468 140722467150528 140722467133072 139699909779191 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 22904832 140722467153052 140722467153161 140722467153161 140722467155919 0
/proc/32634/statm: 2665283 11613 3020 1 0 2627263 0
[pid=32634/tid=32636] ppid=32631 vsize=10661132 memory=7311146985107750967 CPUtime=0.29 cores=0,2,4,6
/proc/32634/task/32636/stat : 32636 (java) R 32631 32634 29919 0 -1 4202560 5573 0 0 0 28 1 0 0 20 0 15 0 101082924 10916999168 11613 33554432000 4194304 4196468 140722467150528 139699914015072 140722468509634 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22904832 140722467153052 140722467153161 140722467153161 140722467155919 0
[pid=32634/tid=32637] ppid=32631 vsize=10661132 memory=288230600429797399 CPUtime=0 cores=0,2,4,6
/proc/32634/task/32637/stat : 32637 (java) S 32631 32634 29919 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 101082925 10916999168 11613 33554432000 4194304 4196468 140722467150528 139699516398480 139699909789397 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22904832 140722467153052 140722467153161 140722467153161 140722467155919 0
[pid=32634/tid=32638] ppid=32631 vsize=10661132 memory=3688931058209719968 CPUtime=0 cores=0,2,4,6
/proc/32634/task/32638/stat : 32638 (java) S 32631 32634 29919 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101082925 10916999168 11613 33554432000 4194304 4196468 140722467150528 139699515345680 139699909789397 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22904832 140722467153052 140722467153161 140722467153161 140722467155919 0
[pid=32634/tid=32639] ppid=32631 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32634/task/32639/stat : 32639 (java) S 32631 32634 29919 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 101082925 10916999168 11613 33554432000 4194304 4196468 140722467150528 139699514293392 139699909789397 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22904832 140722467153052 140722467153161 140722467153161 140722467155919 0
[pid=32634/tid=32640] ppid=32631 vsize=10661132 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32634/task/32640/stat : 32640 (java) S 32631 32634 29919 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101082925 10916999168 11613 33554432000 4194304 4196468 140722467150528 139699513240592 139699909789397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22904832 140722467153052 140722467153161 140722467153161 140722467155919 0
[pid=32634/tid=32641] ppid=32631 vsize=10661132 memory=139670113158784 CPUtime=0 cores=0,2,4,6
/proc/32634/task/32641/stat : 32641 (java) S 32631 32634 29919 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 101082926 10916999168 11613 33554432000 4194304 4196468 140722467150528 139699469338736 139699909790338 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22904832 140722467153052 140722467153161 140722467153161 140722467155919 0
[pid=32634/tid=32642] ppid=32631 vsize=10661132 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32634/task/32642/stat : 32642 (java) S 32631 32634 29919 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 101082927 10916999168 11613 33554432000 4194304 4196468 140722467150528 139699468284704 139699909789397 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22904832 140722467153052 140722467153161 140722467153161 140722467155919 0
[pid=32634/tid=32643] ppid=32631 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32634/task/32643/stat : 32643 (java) S 32631 32634 29919 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 101082927 10916999168 11613 33554432000 4194304 4196468 140722467150528 139699467232368 139699909789397 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22904832 140722467153052 140722467153161 140722467153161 140722467155919 0
[pid=32634/tid=32644] ppid=32631 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32634/task/32644/stat : 32644 (java) S 32631 32634 29919 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101082929 10916999168 11613 33554432000 4194304 4196468 140722467150528 139699466180688 139699909797787 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22904832 140722467153052 140722467153161 140722467153161 140722467155919 0
[pid=32634/tid=32645] ppid=32631 vsize=10661132 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/32634/task/32645/stat : 32645 (java) R 32631 32634 29919 0 -1 4202560 553 0 0 0 4 0 0 0 20 0 15 0 101082929 10916999168 11613 33554432000 4194304 4196468 140722467150528 139699465118944 139699895809239 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22904832 140722467153052 140722467153161 140722467153161 140722467155919 0
[pid=32634/tid=32646] ppid=32631 vsize=10661132 memory=-1 CPUtime=0.06 cores=0,2,4,6
/proc/32634/task/32646/stat : 32646 (java) R 32631 32634 29919 0 -1 1077944384 324 0 0 0 6 0 0 0 20 0 15 0 101082929 10916999168 11613 33554432000 4194304 4196468 140722467150528 139699464066144 139699909789397 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22904832 140722467153052 140722467153161 140722467153161 140722467155919 0
[pid=32634/tid=32647] ppid=32631 vsize=10661132 memory=139670113158784 CPUtime=0.14 cores=0,2,4,6
/proc/32634/task/32647/stat : 32647 (java) R 32631 32634 29919 0 -1 4202560 923 0 0 0 14 0 0 0 20 0 15 0 101082929 10916999168 11613 33554432000 4194304 4196468 140722467150528 139699463021008 139699888744472 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22904832 140722467153052 140722467153161 140722467153161 140722467155919 0
[pid=32634/tid=32648] ppid=32631 vsize=10661132 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32634/task/32648/stat : 32648 (java) S 32631 32634 29919 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101082930 10916999168 11613 33554432000 4194304 4196468 140722467150528 139699461970912 139699909789397 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22904832 140722467153052 140722467153161 140722467153161 140722467155919 0
[pid=32634/tid=32649] ppid=32631 vsize=10661132 memory=139670113158784 CPUtime=0 cores=0,2,4,6
/proc/32634/task/32649/stat : 32649 (java) S 32631 32634 29919 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101082930 10916999168 11613 33554432000 4194304 4196468 140722467150528 139699460917680 139699909790338 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22904832 140722467153052 140722467153161 140722467153161 140722467155919 0
Current children cumulated CPU time: 0.56 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 46452 KiB

[startup+0.700774 s]
/proc/loadavg: 1.50 1.48 1.50 5/216 32649
/proc/meminfo: memFree=27839872/32770624 swapFree=67108532/67108860
[pid=32634] ppid=32631 vsize=10661132 memory=105520 CPUtime=1.67 cores=0,2,4,6
/proc/32634/stat : 32634 (java) S 32631 32634 29919 0 -1 1077944320 12184 0 0 0 163 4 0 0 20 0 15 0 101082924 10916999168 26380 33554432000 4194304 4196468 140722467150528 140722467133072 139699909779191 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 22904832 140722467153052 140722467153161 140722467153161 140722467155919 0
/proc/32634/statm: 2665283 26380 3095 1 0 2627263 0
[pid=32634/tid=32636] ppid=32631 vsize=10661132 memory=16236 CPUtime=0.68 cores=0,2,4,6
/proc/32634/task/32636/stat : 32636 (java) R 32631 32634 29919 0 -1 4202560 5643 0 0 0 65 3 0 0 20 0 15 0 101082924 10916999168 26380 33554432000 4194304 4196468 140722467150528 139699914015696 140722468509634 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22904832 140722467153052 140722467153161 140722467153161 140722467155919 0
[pid=32634/tid=32637] ppid=32631 vsize=10661132 memory=4048 CPUtime=0 cores=0,2,4,6
/proc/32634/task/32637/stat : 32637 (java) S 32631 32634 29919 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 101082925 10916999168 26380 33554432000 4194304 4196468 140722467150528 139699516398480 139699909789397 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22904832 140722467153052 140722467153161 140722467153161 140722467155919 0
[pid=32634/tid=32638] ppid=32631 vsize=10661132 memory=640 CPUtime=0 cores=0,2,4,6
/proc/32634/task/32638/stat : 32638 (java) S 32631 32634 29919 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101082925 10916999168 26380 33554432000 4194304 4196468 140722467150528 139699515345680 139699909789397 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22904832 140722467153052 140722467153161 140722467153161 140722467155919 0
[pid=32634/tid=32639] ppid=32631 vsize=10661132 memory=1788 CPUtime=0 cores=0,2,4,6
/proc/32634/task/32639/stat : 32639 (java) S 32631 32634 29919 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 101082925 10916999168 26380 33554432000 4194304 4196468 140722467150528 139699514293392 139699909789397 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22904832 140722467153052 140722467153161 140722467153161 140722467155919 0
[pid=32634/tid=32640] ppid=32631 vsize=10661132 memory=960 CPUtime=0 cores=0,2,4,6
/proc/32634/task/32640/stat : 32640 (java) S 32631 32634 29919 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101082925 10916999168 26380 33554432000 4194304 4196468 140722467150528 139699513240592 139699909789397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22904832 140722467153052 140722467153161 140722467153161 140722467155919 0
[pid=32634/tid=32641] ppid=32631 vsize=10661132 memory=1232 CPUtime=0 cores=0,2,4,6
/proc/32634/task/32641/stat : 32641 (java) S 32631 32634 29919 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 101082926 10916999168 26380 33554432000 4194304 4196468 140722467150528 139699469338736 139699909790338 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22904832 140722467153052 140722467153161 140722467153161 140722467155919 0
[pid=32634/tid=32642] ppid=32631 vsize=10661132 memory=2332 CPUtime=0 cores=0,2,4,6
/proc/32634/task/32642/stat : 32642 (java) S 32631 32634 29919 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 101082927 10916999168 26380 33554432000 4194304 4196468 140722467150528 139699468284704 139699909789397 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22904832 140722467153052 140722467153161 140722467153161 140722467155919 0
[pid=32634/tid=32643] ppid=32631 vsize=10661132 memory=928 CPUtime=0 cores=0,2,4,6
/proc/32634/task/32643/stat : 32643 (java) S 32631 32634 29919 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 101082927 10916999168 26380 33554432000 4194304 4196468 140722467150528 139699467232368 139699909789397 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22904832 140722467153052 140722467153161 140722467153161 140722467155919 0
[pid=32634/tid=32644] ppid=32631 vsize=10661132 memory=6153431502485415274 CPUtime=0 cores=0,2,4,6
/proc/32634/task/32644/stat : 32644 (java) S 32631 32634 29919 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101082929 10916999168 26380 33554432000 4194304 4196468 140722467150528 139699466180688 139699909797787 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22904832 140722467153052 140722467153161 140722467153161 140722467155919 0
[pid=32634/tid=32645] ppid=32631 vsize=10661132 memory=6081108994580113768 CPUtime=0.38 cores=0,2,4,6
/proc/32634/task/32645/stat : 32645 (java) S 32631 32634 29919 0 -1 1077944384 1765 0 0 0 38 0 0 0 20 0 15 0 101082929 10916999168 26380 33554432000 4194304 4196468 140722467150528 139699465128560 139699909790338 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22904832 140722467153052 140722467153161 140722467153161 140722467155919 0
[pid=32634/tid=32646] ppid=32631 vsize=10661132 memory=6154282490091891024 CPUtime=0.38 cores=0,2,4,6
/proc/32634/task/32646/stat : 32646 (java) S 32631 32634 29919 0 -1 1077944384 2035 0 0 0 38 0 0 0 20 0 15 0 101082929 10916999168 26380 33554432000 4194304 4196468 140722467150528 139699464075760 139699909790338 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22904832 140722467153052 140722467153161 140722467153161 140722467155919 0
[pid=32634/tid=32647] ppid=32631 vsize=10661132 memory=0 CPUtime=0.2 cores=0,2,4,6
/proc/32634/task/32647/stat : 32647 (java) S 32631 32634 29919 0 -1 1077944384 1369 0 0 0 20 0 0 0 20 0 15 0 101082929 10916999168 26380 33554432000 4194304 4196468 140722467150528 139699463023472 139699909790338 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22904832 140722467153052 140722467153161 140722467153161 140722467155919 0
[pid=32634/tid=32648] ppid=32631 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32634/task/32648/stat : 32648 (java) S 32631 32634 29919 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101082930 10916999168 26380 33554432000 4194304 4196468 140722467150528 139699461970912 139699909789397 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22904832 140722467153052 140722467153161 140722467153161 140722467155919 0
[pid=32634/tid=32649] ppid=32631 vsize=10661132 memory=1200 CPUtime=0 cores=0,2,4,6
/proc/32634/task/32649/stat : 32649 (java) S 32631 32634 29919 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101082930 10916999168 26380 33554432000 4194304 4196468 140722467150528 139699460917680 139699909790338 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22904832 140722467153052 140722467153161 140722467153161 140722467155919 0
Current children cumulated CPU time: 1.67 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 105520 KiB

[startup+1.50082 s]
/proc/loadavg: 1.50 1.48 1.50 5/216 32649
/proc/meminfo: memFree=27755036/32770624 swapFree=67108532/67108860
[pid=32634] ppid=32631 vsize=10661132 memory=183808 CPUtime=2.78 cores=0,2,4,6
/proc/32634/stat : 32634 (java) S 32631 32634 29919 0 -1 1077944320 15465 0 0 0 271 7 0 0 20 0 15 0 101082924 10916999168 45952 33554432000 4194304 4196468 140722467150528 140722467133072 139699909779191 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 22904832 140722467153052 140722467153161 140722467153161 140722467155919 0
/proc/32634/statm: 2665283 45952 3118 1 0 2627263 0
[pid=32634/tid=32636] ppid=32631 vsize=10661132 memory=183804 CPUtime=1.47 cores=0,2,4,6
/proc/32634/task/32636/stat : 32636 (java) R 32631 32634 29919 0 -1 4202560 6030 0 0 0 143 4 0 0 20 0 15 0 101082924 10916999168 45952 33554432000 4194304 4196468 140722467150528 139699914019792 140722468509634 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22904832 140722467153052 140722467153161 140722467153161 140722467155919 0
[pid=32634/tid=32637] ppid=32631 vsize=10661132 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/32634/task/32637/stat : 32637 (java) S 32631 32634 29919 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 101082925 10916999168 45952 33554432000 4194304 4196468 140722467150528 139699516398480 139699909789397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22904832 140722467153052 140722467153161 140722467153161 140722467155919 0
[pid=32634/tid=32638] ppid=32631 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32634/task/32638/stat : 32638 (java) S 32631 32634 29919 0 -1 1077944384 111 0 0 0 0 0 0 0 20 0 15 0 101082925 10916999168 45952 33554432000 4194304 4196468 140722467150528 139699515345680 139699909789397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22904832 140722467153052 140722467153161 140722467153161 140722467155919 0
[pid=32634/tid=32639] ppid=32631 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32634/task/32639/stat : 32639 (java) S 32631 32634 29919 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 15 0 101082925 10916999168 45952 33554432000 4194304 4196468 140722467150528 139699514293392 139699909789397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22904832 140722467153052 140722467153161 140722467153161 140722467155919 0
[pid=32634/tid=32640] ppid=32631 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32634/task/32640/stat : 32640 (java) S 32631 32634 29919 0 -1 1077944384 209 0 0 0 0 0 0 0 20 0 15 0 101082925 10916999168 45952 33554432000 4194304 4196468 140722467150528 139699513240592 139699909789397 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22904832 140722467153052 140722467153161 140722467153161 140722467155919 0
[pid=32634/tid=32641] ppid=32631 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32634/task/32641/stat : 32641 (java) S 32631 32634 29919 0 -1 1077944384 217 0 0 0 0 0 0 0 20 0 15 0 101082926 10916999168 45952 33554432000 4194304 4196468 140722467150528 139699469338736 139699909790338 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22904832 140722467153052 140722467153161 140722467153161 140722467155919 0

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

/proc/32634/task/32636/stat : 32636 (java) R 32631 32634 29919 0 -1 4202560 133565 0 0 0 232695 3095 0 0 20 0 15 0 101082924 10916999168 29712 33554432000 4194304 4196468 140722467150528 139699914018832 140722468509634 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22904832 140722467153052 140722467153161 140722467153161 140722467155919 0
[pid=32634/tid=32637] ppid=32631 vsize=10661132 memory=130628 CPUtime=15.83 cores=0,2,4,6
/proc/32634/task/32637/stat : 32637 (java) S 32631 32634 29919 0 -1 1077944384 18152 0 0 0 1515 68 0 0 20 0 15 0 101082925 10916999168 29712 33554432000 4194304 4196468 140722467150528 139699516398480 139699909789397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22904832 140722467153052 140722467153161 140722467153161 140722467155919 0
[pid=32634/tid=32638] ppid=32631 vsize=10661132 memory=124604 CPUtime=15.81 cores=0,2,4,6
/proc/32634/task/32638/stat : 32638 (java) S 32631 32634 29919 0 -1 1077944384 16772 0 0 0 1515 66 0 0 20 0 15 0 101082925 10916999168 29712 33554432000 4194304 4196468 140722467150528 139699515345680 139699909789397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22904832 140722467153052 140722467153161 140722467153161 140722467155919 0
[pid=32634/tid=32639] ppid=32631 vsize=10661132 memory=124092 CPUtime=15.83 cores=0,2,4,6
/proc/32634/task/32639/stat : 32639 (java) S 32631 32634 29919 0 -1 1077944384 15535 0 0 0 1516 67 0 0 20 0 15 0 101082925 10916999168 29712 33554432000 4194304 4196468 140722467150528 139699514293392 139699909789397 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22904832 140722467153052 140722467153161 140722467153161 140722467155919 0
[pid=32634/tid=32640] ppid=32631 vsize=10661132 memory=119364 CPUtime=15.82 cores=0,2,4,6
/proc/32634/task/32640/stat : 32640 (java) S 32631 32634 29919 0 -1 1077944384 18039 0 0 0 1514 68 0 0 20 0 15 0 101082925 10916999168 29712 33554432000 4194304 4196468 140722467150528 139699513240592 139699909789397 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22904832 140722467153052 140722467153161 140722467153161 140722467155919 0
[pid=32634/tid=32641] ppid=32631 vsize=10661132 memory=15436 CPUtime=6.76 cores=0,2,4,6
/proc/32634/task/32641/stat : 32641 (java) S 32631 32634 29919 0 -1 1077944384 6891 0 0 0 586 90 0 0 20 0 15 0 101082926 10916999168 29712 33554432000 4194304 4196468 140722467150528 139699469338736 139699909790338 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22904832 140722467153052 140722467153161 140722467153161 140722467155919 0
[pid=32634/tid=32642] ppid=32631 vsize=10661132 memory=150244 CPUtime=0 cores=0,2,4,6
/proc/32634/task/32642/stat : 32642 (java) S 32631 32634 29919 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 101082927 10916999168 29712 33554432000 4194304 4196468 140722467150528 139699468284704 139699909789397 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22904832 140722467153052 140722467153161 140722467153161 140722467155919 0
[pid=32634/tid=32643] ppid=32631 vsize=10661132 memory=7532 CPUtime=0 cores=0,2,4,6
/proc/32634/task/32643/stat : 32643 (java) S 32631 32634 29919 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 101082927 10916999168 29712 33554432000 4194304 4196468 140722467150528 139699467232368 139699909789397 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22904832 140722467153052 140722467153161 140722467153161 140722467155919 0
[pid=32634/tid=32644] ppid=32631 vsize=10661132 memory=840 CPUtime=0 cores=0,2,4,6
/proc/32634/task/32644/stat : 32644 (java) S 32631 32634 29919 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101082929 10916999168 29712 33554432000 4194304 4196468 140722467150528 139699466180688 139699909797787 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22904832 140722467153052 140722467153161 140722467153161 140722467155919 0
[pid=32634/tid=32645] ppid=32631 vsize=10661132 memory=116396 CPUtime=0.6 cores=0,2,4,6
/proc/32634/task/32645/stat : 32645 (java) S 32631 32634 29919 0 -1 1077944384 3719 0 0 0 60 0 0 0 20 0 15 0 101082929 10916999168 29712 33554432000 4194304 4196468 140722467150528 139699465128560 139699909790338 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22904832 140722467153052 140722467153161 140722467153161 140722467155919 0
[pid=32634/tid=32646] ppid=32631 vsize=10661132 memory=3868 CPUtime=0.61 cores=0,2,4,6
/proc/32634/task/32646/stat : 32646 (java) S 32631 32634 29919 0 -1 1077944384 4721 0 0 0 60 1 0 0 20 0 15 0 101082929 10916999168 29712 33554432000 4194304 4196468 140722467150528 139699464075760 139699909790338 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22904832 140722467153052 140722467153161 140722467153161 140722467155919 0
[pid=32634/tid=32647] ppid=32631 vsize=10661132 memory=116396 CPUtime=0.24 cores=0,2,4,6
/proc/32634/task/32647/stat : 32647 (java) S 32631 32634 29919 0 -1 1077944384 2565 0 0 0 24 0 0 0 20 0 15 0 101082929 10916999168 29712 33554432000 4194304 4196468 140722467150528 139699463023472 139699909790338 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22904832 140722467153052 140722467153161 140722467153161 140722467155919 0
[pid=32634/tid=32648] ppid=32631 vsize=10661132 memory=118448 CPUtime=0 cores=0,2,4,6
/proc/32634/task/32648/stat : 32648 (java) S 32631 32634 29919 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101082930 10916999168 29712 33554432000 4194304 4196468 140722467150528 139699461970912 139699909789397 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22904832 140722467153052 140722467153161 140722467153161 140722467155919 0
[pid=32634/tid=32649] ppid=32631 vsize=10661132 memory=120388 CPUtime=1.27 cores=0,2,4,6
/proc/32634/task/32649/stat : 32649 (java) S 32631 32634 29919 0 -1 1077944384 658 0 0 0 67 60 0 0 20 0 15 0 101082930 10916999168 29712 33554432000 4194304 4196468 140722467150528 139699460917680 139699909790338 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22904832 140722467153052 140722467153161 140722467153161 140722467155919 0
Current children cumulated CPU time: 2430.77 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 118848 KiB

[startup+2442.3 s]
/proc/loadavg: 1.33 1.41 1.41 3/216 32747
/proc/meminfo: memFree=27784880/32770624 swapFree=67108532/67108860
[pid=32634] ppid=32631 vsize=10661132 memory=122044 CPUtime=2491.91 cores=0,2,4,6
/proc/32634/stat : 32634 (java) S 32631 32634 29919 0 -1 1077944320 224707 0 0 0 245631 3560 0 0 20 0 15 0 101082924 10916999168 30511 33554432000 4194304 4196468 140722467150528 140722467133072 139699909779191 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 22904832 140722467153052 140722467153161 140722467153161 140722467155919 0
/proc/32634/statm: 2665283 30511 3138 1 0 2627263 0
[pid=32634/tid=32636] ppid=32631 vsize=10661132 memory=0 CPUtime=2417.3 cores=0,2,4,6
/proc/32634/task/32636/stat : 32636 (java) R 32631 32634 29919 0 -1 4202560 135596 0 0 0 238556 3174 0 0 20 0 15 0 101082924 10916999168 30511 33554432000 4194304 4196468 140722467150528 139699914018848 140722468509634 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22904832 140722467153052 140722467153161 140722467153161 140722467155919 0
[pid=32634/tid=32637] ppid=32631 vsize=10661132 memory=122556 CPUtime=16.21 cores=0,2,4,6
/proc/32634/task/32637/stat : 32637 (java) S 32631 32634 29919 0 -1 1077944384 18425 0 0 0 1552 69 0 0 20 0 15 0 101082925 10916999168 30511 33554432000 4194304 4196468 140722467150528 139699516398480 139699909789397 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22904832 140722467153052 140722467153161 140722467153161 140722467155919 0
[pid=32634/tid=32638] ppid=32631 vsize=10661132 memory=115432 CPUtime=16.2 cores=0,2,4,6
/proc/32634/task/32638/stat : 32638 (java) S 32631 32634 29919 0 -1 1077944384 16832 0 0 0 1553 67 0 0 20 0 15 0 101082925 10916999168 30511 33554432000 4194304 4196468 140722467150528 139699515345680 139699909789397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22904832 140722467153052 140722467153161 140722467153161 140722467155919 0
[pid=32634/tid=32639] ppid=32631 vsize=10661132 memory=122016 CPUtime=16.23 cores=0,2,4,6
/proc/32634/task/32639/stat : 32639 (java) S 32631 32634 29919 0 -1 1077944384 15585 0 0 0 1554 69 0 0 20 0 15 0 101082925 10916999168 30511 33554432000 4194304 4196468 140722467150528 139699514293392 139699909789397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22904832 140722467153052 140722467153161 140722467153161 140722467155919 0
[pid=32634/tid=32640] ppid=32631 vsize=10661132 memory=120988 CPUtime=16.2 cores=0,2,4,6
/proc/32634/task/32640/stat : 32640 (java) S 32631 32634 29919 0 -1 1077944384 18070 0 0 0 1551 69 0 0 20 0 15 0 101082925 10916999168 30511 33554432000 4194304 4196468 140722467150528 139699513240592 139699909789397 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22904832 140722467153052 140722467153161 140722467153161 140722467155919 0
[pid=32634/tid=32641] ppid=32631 vsize=10661132 memory=119964 CPUtime=6.92 cores=0,2,4,6
/proc/32634/task/32641/stat : 32641 (java) S 32631 32634 29919 0 -1 1077944384 7107 0 0 0 600 92 0 0 20 0 15 0 101082926 10916999168 30511 33554432000 4194304 4196468 140722467150528 139699469338736 139699909790338 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22904832 140722467153052 140722467153161 140722467153161 140722467155919 0
[pid=32634/tid=32642] ppid=32631 vsize=10661132 memory=114916 CPUtime=0 cores=0,2,4,6
/proc/32634/task/32642/stat : 32642 (java) S 32631 32634 29919 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 101082927 10916999168 30511 33554432000 4194304 4196468 140722467150528 139699468284704 139699909789397 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22904832 140722467153052 140722467153161 140722467153161 140722467155919 0
[pid=32634/tid=32643] ppid=32631 vsize=10661132 memory=122044 CPUtime=0 cores=0,2,4,6
/proc/32634/task/32643/stat : 32643 (java) S 32631 32634 29919 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 101082927 10916999168 30511 33554432000 4194304 4196468 140722467150528 139699467232368 139699909789397 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22904832 140722467153052 140722467153161 140722467153161 140722467155919 0
[pid=32634/tid=32644] ppid=32631 vsize=10661132 memory=792 CPUtime=0 cores=0,2,4,6
/proc/32634/task/32644/stat : 32644 (java) S 32631 32634 29919 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101082929 10916999168 30511 33554432000 4194304 4196468 140722467150528 139699466180688 139699909797787 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22904832 140722467153052 140722467153161 140722467153161 140722467155919 0
[pid=32634/tid=32645] ppid=32631 vsize=10661132 memory=1960 CPUtime=0.6 cores=0,2,4,6
/proc/32634/task/32645/stat : 32645 (java) S 32631 32634 29919 0 -1 1077944384 3721 0 0 0 60 0 0 0 20 0 15 0 101082929 10916999168 30511 33554432000 4194304 4196468 140722467150528 139699465128560 139699909790338 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22904832 140722467153052 140722467153161 140722467153161 140722467155919 0
[pid=32634/tid=32646] ppid=32631 vsize=10661132 memory=122528 CPUtime=0.61 cores=0,2,4,6
/proc/32634/task/32646/stat : 32646 (java) S 32631 32634 29919 0 -1 1077944384 4723 0 0 0 60 1 0 0 20 0 15 0 101082929 10916999168 30511 33554432000 4194304 4196468 140722467150528 139699464075760 139699909790338 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22904832 140722467153052 140722467153161 140722467153161 140722467155919 0
[pid=32634/tid=32647] ppid=32631 vsize=10661132 memory=56 CPUtime=0.24 cores=0,2,4,6
/proc/32634/task/32647/stat : 32647 (java) S 32631 32634 29919 0 -1 1077944384 2567 0 0 0 24 0 0 0 20 0 15 0 101082929 10916999168 30511 33554432000 4194304 4196468 140722467150528 139699463023472 139699909790338 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22904832 140722467153052 140722467153161 140722467153161 140722467155919 0
[pid=32634/tid=32648] ppid=32631 vsize=10661132 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/32634/task/32648/stat : 32648 (java) S 32631 32634 29919 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101082930 10916999168 30511 33554432000 4194304 4196468 140722467150528 139699461970912 139699909789397 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22904832 140722467153052 140722467153161 140722467153161 140722467155919 0
[pid=32634/tid=32649] ppid=32631 vsize=10661132 memory=6791534058613427641 CPUtime=1.3 cores=0,2,4,6
/proc/32634/task/32649/stat : 32649 (java) S 32631 32634 29919 0 -1 1077944384 671 0 0 0 68 62 0 0 20 0 15 0 101082930 10916999168 30511 33554432000 4194304 4196468 140722467150528 139699460917680 139699909790338 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22904832 140722467153052 140722467153161 140722467153161 140722467155919 0
Current children cumulated CPU time: 2491.91 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 122044 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2469.9 s]
/proc/loadavg: 1.38 1.42 1.41 3/216 32748
/proc/meminfo: memFree=27784532/32770624 swapFree=67108532/67108860
[pid=32634] ppid=32631 vsize=10661132 memory=121340 CPUtime=2520.06 cores=0,2,4,6
/proc/32634/stat : 32634 (java) S 32631 32634 29919 0 -1 1077944320 226224 0 0 0 248408 3598 0 0 20 0 15 0 101082924 10916999168 30335 33554432000 4194304 4196468 140722467150528 140722467133072 139699909779191 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 22904832 140722467153052 140722467153161 140722467153161 140722467155919 0
/proc/32634/statm: 2665283 30335 3138 1 0 2627263 0
[pid=32634/tid=32636] ppid=32631 vsize=10661132 memory=6791534058613427641 CPUtime=2444.63 cores=0,2,4,6
/proc/32634/task/32636/stat : 32636 (java) R 32631 32634 29919 0 -1 4202560 136401 0 0 0 241254 3209 0 0 20 0 15 0 101082924 10916999168 30335 33554432000 4194304 4196468 140722467150528 139699914018768 140722468509634 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22904832 140722467153052 140722467153161 140722467153161 140722467155919 0
[pid=32634/tid=32637] ppid=32631 vsize=10661132 memory=128728 CPUtime=16.4 cores=0,2,4,6
/proc/32634/task/32637/stat : 32637 (java) S 32631 32634 29919 0 -1 1077944384 18623 0 0 0 1570 70 0 0 20 0 15 0 101082925 10916999168 30335 33554432000 4194304 4196468 140722467150528 139699516398480 139699909789397 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22904832 140722467153052 140722467153161 140722467153161 140722467155919 0
[pid=32634/tid=32638] ppid=32631 vsize=10661132 memory=123000 CPUtime=16.39 cores=0,2,4,6
/proc/32634/task/32638/stat : 32638 (java) S 32631 32634 29919 0 -1 1077944384 16985 0 0 0 1571 68 0 0 20 0 15 0 101082925 10916999168 30335 33554432000 4194304 4196468 140722467150528 139699515345680 139699909789397 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22904832 140722467153052 140722467153161 140722467153161 140722467155919 0
[pid=32634/tid=32639] ppid=32631 vsize=10661132 memory=122516 CPUtime=16.4 cores=0,2,4,6
/proc/32634/task/32639/stat : 32639 (java) S 32631 32634 29919 0 -1 1077944384 15739 0 0 0 1571 69 0 0 20 0 15 0 101082925 10916999168 30335 33554432000 4194304 4196468 140722467150528 139699514293392 139699909789397 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22904832 140722467153052 140722467153161 140722467153161 140722467155919 0
[pid=32634/tid=32640] ppid=32631 vsize=10661132 memory=121852 CPUtime=16.38 cores=0,2,4,6
/proc/32634/task/32640/stat : 32640 (java) S 32631 32634 29919 0 -1 1077944384 18250 0 0 0 1568 70 0 0 20 0 15 0 101082925 10916999168 30335 33554432000 4194304 4196468 140722467150528 139699513240592 139699909789397 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22904832 140722467153052 140722467153161 140722467153161 140722467155919 0
[pid=32634/tid=32641] ppid=32631 vsize=10661132 memory=121340 CPUtime=7 cores=0,2,4,6
/proc/32634/task/32641/stat : 32641 (java) S 32631 32634 29919 0 -1 1077944384 7132 0 0 0 607 93 0 0 20 0 15 0 101082926 10916999168 30335 33554432000 4194304 4196468 140722467150528 139699469338736 139699909790338 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22904832 140722467153052 140722467153161 140722467153161 140722467155919 0
[pid=32634/tid=32642] ppid=32631 vsize=10661132 memory=122516 CPUtime=0 cores=0,2,4,6
/proc/32634/task/32642/stat : 32642 (java) S 32631 32634 29919 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 101082927 10916999168 30335 33554432000 4194304 4196468 140722467150528 139699468284704 139699909789397 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22904832 140722467153052 140722467153161 140722467153161 140722467155919 0
[pid=32634/tid=32643] ppid=32631 vsize=10661132 memory=17340 CPUtime=0 cores=0,2,4,6
/proc/32634/task/32643/stat : 32643 (java) S 32631 32634 29919 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 101082927 10916999168 30335 33554432000 4194304 4196468 140722467150528 139699467232368 139699909789397 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22904832 140722467153052 140722467153161 140722467153161 140722467155919 0
[pid=32634/tid=32644] ppid=32631 vsize=10661132 memory=3868 CPUtime=0 cores=0,2,4,6
/proc/32634/task/32644/stat : 32644 (java) S 32631 32634 29919 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101082929 10916999168 30335 33554432000 4194304 4196468 140722467150528 139699466180688 139699909797787 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22904832 140722467153052 140722467153161 140722467153161 140722467155919 0
[pid=32634/tid=32645] ppid=32631 vsize=10661132 memory=29308 CPUtime=0.6 cores=0,2,4,6
/proc/32634/task/32645/stat : 32645 (java) S 32631 32634 29919 0 -1 1077944384 3721 0 0 0 60 0 0 0 20 0 15 0 101082929 10916999168 30335 33554432000 4194304 4196468 140722467150528 139699465128560 139699909790338 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22904832 140722467153052 140722467153161 140722467153161 140722467155919 0
[pid=32634/tid=32646] ppid=32631 vsize=10661132 memory=7649399388543267379 CPUtime=0.61 cores=0,2,4,6
/proc/32634/task/32646/stat : 32646 (java) S 32631 32634 29919 0 -1 1077944384 4723 0 0 0 60 1 0 0 20 0 15 0 101082929 10916999168 30335 33554432000 4194304 4196468 140722467150528 139699464075760 139699909790338 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22904832 140722467153052 140722467153161 140722467153161 140722467155919 0
[pid=32634/tid=32647] ppid=32631 vsize=10661132 memory=33 CPUtime=0.24 cores=0,2,4,6
/proc/32634/task/32647/stat : 32647 (java) S 32631 32634 29919 0 -1 1077944384 2567 0 0 0 24 0 0 0 20 0 15 0 101082929 10916999168 30335 33554432000 4194304 4196468 140722467150528 139699463023472 139699909790338 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22904832 140722467153052 140722467153161 140722467153161 140722467155919 0
[pid=32634/tid=32648] ppid=32631 vsize=10661132 memory=122484 CPUtime=0 cores=0,2,4,6
/proc/32634/task/32648/stat : 32648 (java) S 32631 32634 29919 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101082930 10916999168 30335 33554432000 4194304 4196468 140722467150528 139699461970912 139699909789397 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22904832 140722467153052 140722467153161 140722467153161 140722467155919 0
[pid=32634/tid=32649] ppid=32631 vsize=10661132 memory=1580 CPUtime=1.32 cores=0,2,4,6
/proc/32634/task/32649/stat : 32649 (java) S 32631 32634 29919 0 -1 1077944384 673 0 0 0 69 63 0 0 20 0 15 0 101082930 10916999168 30335 33554432000 4194304 4196468 140722467150528 139699460917680 139699909790338 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22904832 140722467153052 140722467153161 140722467153161 140722467155919 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 121340 KiB

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

[startup+2469.91 s]
# the end of solver process 32634 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2484.09 s, system=35.9905 s

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

[startup+2469.9 s]
/proc/loadavg: 1.38 1.42 1.41 3/216 32748
/proc/meminfo: memFree=27784532/32770624 swapFree=67108532/67108860
[pid=32634] ppid=32631 vsize=10661132 memory=121340 CPUtime=2520.06 cores=0,2,4,6
/proc/32634/stat : 32634 (java) S 32631 32634 29919 0 -1 1077944320 226224 0 0 0 248408 3598 0 0 20 0 15 0 101082924 10916999168 30335 33554432000 4194304 4196468 140722467150528 140722467133072 139699909779191 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 22904832 140722467153052 140722467153161 140722467153161 140722467155919 0
/proc/32634/statm: 2665283 30335 3138 1 0 2627263 0
[pid=32634/tid=32636] ppid=32631 vsize=10661132 memory=6791534058613427641 CPUtime=2444.63 cores=0,2,4,6
/proc/32634/task/32636/stat : 32636 (java) R 32631 32634 29919 0 -1 4202560 136401 0 0 0 241254 3209 0 0 20 0 15 0 101082924 10916999168 30335 33554432000 4194304 4196468 140722467150528 139699914018768 140722468509634 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22904832 140722467153052 140722467153161 140722467153161 140722467155919 0
[pid=32634/tid=32637] ppid=32631 vsize=10661132 memory=128728 CPUtime=16.4 cores=0,2,4,6
/proc/32634/task/32637/stat : 32637 (java) S 32631 32634 29919 0 -1 1077944384 18623 0 0 0 1570 70 0 0 20 0 15 0 101082925 10916999168 30335 33554432000 4194304 4196468 140722467150528 139699516398480 139699909789397 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22904832 140722467153052 140722467153161 140722467153161 140722467155919 0
[pid=32634/tid=32638] ppid=32631 vsize=10661132 memory=123000 CPUtime=16.39 cores=0,2,4,6
/proc/32634/task/32638/stat : 32638 (java) S 32631 32634 29919 0 -1 1077944384 16985 0 0 0 1571 68 0 0 20 0 15 0 101082925 10916999168 30335 33554432000 4194304 4196468 140722467150528 139699515345680 139699909789397 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22904832 140722467153052 140722467153161 140722467153161 140722467155919 0
[pid=32634/tid=32639] ppid=32631 vsize=10661132 memory=122516 CPUtime=16.4 cores=0,2,4,6
/proc/32634/task/32639/stat : 32639 (java) S 32631 32634 29919 0 -1 1077944384 15739 0 0 0 1571 69 0 0 20 0 15 0 101082925 10916999168 30335 33554432000 4194304 4196468 140722467150528 139699514293392 139699909789397 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22904832 140722467153052 140722467153161 140722467153161 140722467155919 0
[pid=32634/tid=32640] ppid=32631 vsize=10661132 memory=121852 CPUtime=16.38 cores=0,2,4,6
/proc/32634/task/32640/stat : 32640 (java) S 32631 32634 29919 0 -1 1077944384 18250 0 0 0 1568 70 0 0 20 0 15 0 101082925 10916999168 30335 33554432000 4194304 4196468 140722467150528 139699513240592 139699909789397 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22904832 140722467153052 140722467153161 140722467153161 140722467155919 0
[pid=32634/tid=32641] ppid=32631 vsize=10661132 memory=121340 CPUtime=7 cores=0,2,4,6
/proc/32634/task/32641/stat : 32641 (java) S 32631 32634 29919 0 -1 1077944384 7132 0 0 0 607 93 0 0 20 0 15 0 101082926 10916999168 30335 33554432000 4194304 4196468 140722467150528 139699469338736 139699909790338 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22904832 140722467153052 140722467153161 140722467153161 140722467155919 0
[pid=32634/tid=32642] ppid=32631 vsize=10661132 memory=122516 CPUtime=0 cores=0,2,4,6
/proc/32634/task/32642/stat : 32642 (java) S 32631 32634 29919 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 101082927 10916999168 30335 33554432000 4194304 4196468 140722467150528 139699468284704 139699909789397 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22904832 140722467153052 140722467153161 140722467153161 140722467155919 0
[pid=32634/tid=32643] ppid=32631 vsize=10661132 memory=17340 CPUtime=0 cores=0,2,4,6
/proc/32634/task/32643/stat : 32643 (java) S 32631 32634 29919 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 101082927 10916999168 30335 33554432000 4194304 4196468 140722467150528 139699467232368 139699909789397 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22904832 140722467153052 140722467153161 140722467153161 140722467155919 0
[pid=32634/tid=32644] ppid=32631 vsize=10661132 memory=3868 CPUtime=0 cores=0,2,4,6
/proc/32634/task/32644/stat : 32644 (java) S 32631 32634 29919 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101082929 10916999168 30335 33554432000 4194304 4196468 140722467150528 139699466180688 139699909797787 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22904832 140722467153052 140722467153161 140722467153161 140722467155919 0
[pid=32634/tid=32645] ppid=32631 vsize=10661132 memory=29308 CPUtime=0.6 cores=0,2,4,6
/proc/32634/task/32645/stat : 32645 (java) S 32631 32634 29919 0 -1 1077944384 3721 0 0 0 60 0 0 0 20 0 15 0 101082929 10916999168 30335 33554432000 4194304 4196468 140722467150528 139699465128560 139699909790338 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22904832 140722467153052 140722467153161 140722467153161 140722467155919 0
[pid=32634/tid=32646] ppid=32631 vsize=10661132 memory=7649399388543267379 CPUtime=0.61 cores=0,2,4,6
/proc/32634/task/32646/stat : 32646 (java) S 32631 32634 29919 0 -1 1077944384 4723 0 0 0 60 1 0 0 20 0 15 0 101082929 10916999168 30335 33554432000 4194304 4196468 140722467150528 139699464075760 139699909790338 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22904832 140722467153052 140722467153161 140722467153161 140722467155919 0
[pid=32634/tid=32647] ppid=32631 vsize=10661132 memory=33 CPUtime=0.24 cores=0,2,4,6
/proc/32634/task/32647/stat : 32647 (java) S 32631 32634 29919 0 -1 1077944384 2567 0 0 0 24 0 0 0 20 0 15 0 101082929 10916999168 30335 33554432000 4194304 4196468 140722467150528 139699463023472 139699909790338 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22904832 140722467153052 140722467153161 140722467153161 140722467155919 0
[pid=32634/tid=32648] ppid=32631 vsize=10661132 memory=122484 CPUtime=0 cores=0,2,4,6
/proc/32634/task/32648/stat : 32648 (java) S 32631 32634 29919 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101082930 10916999168 30335 33554432000 4194304 4196468 140722467150528 139699461970912 139699909789397 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22904832 140722467153052 140722467153161 140722467153161 140722467155919 0
[pid=32634/tid=32649] ppid=32631 vsize=10661132 memory=1580 CPUtime=1.32 cores=0,2,4,6
/proc/32634/task/32649/stat : 32649 (java) S 32631 32634 29919 0 -1 1077944384 673 0 0 0 69 63 0 0 20 0 15 0 101082930 10916999168 30335 33554432000 4194304 4196468 140722467150528 139699460917680 139699909790338 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22904832 140722467153052 140722467153161 140722467153161 140722467155919 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 121340 KiB

Child status: 143
Real time (s): 2469.91
CPU time (s): 2520.08
CPU user time (s): 2484.09
CPU system time (s): 35.9905
CPU usage (%): 102.031
Max. virtual memory (cumulated for all children) (KiB): 10661132
Max. memory (cumulated for all children) (KiB): 189512

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2484.09
system time used= 35.9905
maximum resident set size= 192592
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 226422
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2760
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 246174
involuntary context switches= 5744


# summary of solver processes directly reported to runsolver:
#   pid: 32634
#   total CPU time (s): 2520.08
#   total CPU user time (s): 2484.09
#   total CPU system time (s): 35.9905

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.7443 second user time and 22.2867 second system time

The end

Launcher Data

Begin job on node104 at 2018-07-29 05:33:18
IDJOB=4299971
IDBENCH=141514
IDSOLVER=2765
FILE ID=node104/4299971-1532835198
RUNJOBID= node104-1532810215-29950
PBS_JOBID= 21022484
Free space on /tmp= 48344 MiB

SOLVER NAME= slowpoke 2018-04-29
BENCH NAME= XCSP18/MagicSquare/MagicSquare-15-sum_c18.xml
COMMAND LINE= java -jar minicp-1.0.jar BENCHNAME --timelimit TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4299971-1532835198/watcher-4299971-1532835198 -o /tmp/evaluation-result-4299971-1532835198/solver-4299971-1532835198 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1532810215-29950 --watchdog 2580  java -jar minicp-1.0.jar HOME/instance-4299971-1532835198.xml --timelimit 2520

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

MD5SUM BENCH= d64daa3cf1f3eb705836a312580fe3db
RANDOM SEED=1609409211

node104.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.11
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.11
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.11
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.11
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        27905700 kB
MemAvailable:   31785288 kB
Buffers:          169720 kB
Cached:          3961820 kB
SwapCached:           12 kB
Active:          2121436 kB
Inactive:        2230744 kB
Active(anon):     175392 kB
Inactive(anon):    73076 kB
Active(file):    1946044 kB
Inactive(file):  2157668 kB
Unevictable:        7328 kB
Mlocked:            7328 kB
SwapTotal:      67108860 kB
SwapFree:       67108532 kB
Dirty:              1364 kB
Writeback:             0 kB
AnonPages:        325980 kB
Mapped:            53384 kB
Shmem:             25060 kB
Slab:             211660 kB
SReclaimable:     183424 kB
SUnreclaim:        28236 kB
KernelStack:        3824 kB
PageTables:         5868 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1135720 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    239616 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 48344 MiB
End job on node104 at 2018-07-29 06:14:28