Trace number 4300307

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

General information on the benchmark

NameFrb/
frb-53-24-1-mgd_c18.xml
MD5SUMe77860b1077c007311080ac2a4bc32f8
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 variables53
Number of constraints475
Number of domains1
Minimum domain size24
Maximum domain size24
Distribution of domain sizes[{"size":24,"count":53}]
Minimum variable degree12
Maximum variable degree25
Distribution of variable degrees[{"degree":12,"count":3},{"degree":13,"count":3},{"degree":14,"count":3},{"degree":15,"count":6},{"degree":16,"count":3},{"degree":17,"count":7},{"degree":18,"count":3},{"degree":19,"count":10},{"degree":20,"count":3},{"degree":21,"count":4},{"degree":22,"count":1},{"degree":23,"count":3},{"degree":24,"count":3},{"degree":25,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":475}]
Number of extensional constraints475
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":475}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4300307-1532880929/watcher-4300307-1532880929 -o /tmp/evaluation-result-4300307-1532880929/solver-4300307-1532880929 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1532880755-21207 --watchdog 2580 java -jar minicp-1.0.jar HOME/instance-4300307-1532880929.xml --timelimit 2520 

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

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


[startup+0.103269 s]*
/proc/loadavg: 1.61 1.85 1.95 4/218 21346
/proc/meminfo: memFree=27244520/32770624 swapFree=67108860/67108860
[pid=21331] ppid=21328 vsize=10661056 memory=27968 CPUtime=0.13 cores=1,3,5,7
/proc/21331/stat : 21331 (java) S 21328 21331 21175 0 -1 1077944320 5350 0 0 0 12 1 0 0 20 0 15 0 105656095 10916921344 6992 33554432000 4194304 4196468 140731445411776 140731445394320 140500066598647 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 27807744 140731445417116 140731445417225 140731445417225 140731445419983 0
/proc/21331/statm: 2665264 6992 2891 1 0 2627263 0
[pid=21331/tid=21333] ppid=21328 vsize=10661056 memory=-8269626465541066618 CPUtime=0.1 cores=1,3,5,7
/proc/21331/task/21333/stat : 21333 (java) R 21328 21331 21175 0 -1 4202560 3147 0 0 0 9 1 0 0 20 0 15 0 105656096 10916921344 6992 33554432000 4194304 4196468 140731445411776 140500070828176 140499671415124 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27807744 140731445417116 140731445417225 140731445417225 140731445419983 0
[pid=21331/tid=21334] ppid=21328 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21331/task/21334/stat : 21334 (java) S 21328 21331 21175 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105656097 10916921344 6992 33554432000 4194304 4196468 140731445411776 140499992673040 140500066608853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27807744 140731445417116 140731445417225 140731445417225 140731445419983 0
[pid=21331/tid=21335] ppid=21328 vsize=10661056 memory=139643824789120 CPUtime=0 cores=1,3,5,7
/proc/21331/task/21335/stat : 21335 (java) S 21328 21331 21175 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105656097 10916921344 6992 33554432000 4194304 4196468 140731445411776 140499991620496 140500066608853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27807744 140731445417116 140731445417225 140731445417225 140731445419983 0
[pid=21331/tid=21336] ppid=21328 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21331/task/21336/stat : 21336 (java) S 21328 21331 21175 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105656097 10916921344 6992 33554432000 4194304 4196468 140731445411776 140499671313424 140500066608853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27807744 140731445417116 140731445417225 140731445417225 140731445419983 0
[pid=21331/tid=21337] ppid=21328 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21331/task/21337/stat : 21337 (java) S 21328 21331 21175 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105656097 10916921344 6992 33554432000 4194304 4196468 140731445411776 140499670260880 140500066608853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27807744 140731445417116 140731445417225 140731445417225 140731445419983 0
[pid=21331/tid=21338] ppid=21328 vsize=10661056 memory=139643824789120 CPUtime=0 cores=1,3,5,7
/proc/21331/task/21338/stat : 21338 (java) S 21328 21331 21175 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105656098 10916921344 6992 33554432000 4194304 4196468 140731445411776 140499558868976 140500066609794 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27807744 140731445417116 140731445417225 140731445417225 140731445419983 0
[pid=21331/tid=21339] ppid=21328 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21331/task/21339/stat : 21339 (java) S 21328 21331 21175 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105656098 10916921344 6992 33554432000 4194304 4196468 140731445411776 140499557815200 140500066608853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27807744 140731445417116 140731445417225 140731445417225 140731445419983 0
[pid=21331/tid=21340] ppid=21328 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21331/task/21340/stat : 21340 (java) S 21328 21331 21175 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105656099 10916921344 6992 33554432000 4194304 4196468 140731445411776 140499556762608 140500066608853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27807744 140731445417116 140731445417225 140731445417225 140731445419983 0
[pid=21331/tid=21341] ppid=21328 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21331/task/21341/stat : 21341 (java) S 21328 21331 21175 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105656101 10916921344 6992 33554432000 4194304 4196468 140731445411776 140499555711184 140500066617243 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27807744 140731445417116 140731445417225 140731445417225 140731445419983 0
[pid=21331/tid=21342] ppid=21328 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21331/task/21342/stat : 21342 (java) S 21328 21331 21175 0 -1 1077944384 489 0 0 0 0 0 0 0 20 0 15 0 105656101 10916921344 6992 33554432000 4194304 4196468 140731445411776 140499554658800 140500066609794 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27807744 140731445417116 140731445417225 140731445417225 140731445419983 0
[pid=21331/tid=21343] ppid=21328 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21331/task/21343/stat : 21343 (java) R 21328 21331 21175 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105656101 10916921344 6992 33554432000 4194304 4196468 140731445411776 140499553606256 140500066609794 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27807744 140731445417116 140731445417225 140731445417225 140731445419983 0
[pid=21331/tid=21344] ppid=21328 vsize=10661056 memory=139643824789120 CPUtime=0.02 cores=1,3,5,7
/proc/21331/task/21344/stat : 21344 (java) R 21328 21331 21175 0 -1 4202560 347 0 0 0 2 0 0 0 20 0 15 0 105656101 10916921344 6992 33554432000 4194304 4196468 140731445411776 140499552549456 140500050679134 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27807744 140731445417116 140731445417225 140731445417225 140731445419983 0
[pid=21331/tid=21345] ppid=21328 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21331/task/21345/stat : 21345 (java) S 21328 21331 21175 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105656101 10916921344 6992 33554432000 4194304 4196468 140731445411776 140499551501408 140500066608853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27807744 140731445417116 140731445417225 140731445417225 140731445419983 0
[pid=21331/tid=21346] ppid=21328 vsize=10661056 memory=139643824789120 CPUtime=0 cores=1,3,5,7
/proc/21331/task/21346/stat : 21346 (java) S 21328 21331 21175 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105656101 10916921344 6992 33554432000 4194304 4196468 140731445411776 140499550447920 140500066609794 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27807744 140731445417116 140731445417225 140731445417225 140731445419983 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 27968 KiB

[startup+0.210652 s]*
/proc/loadavg: 1.61 1.85 1.95 4/218 21346
/proc/meminfo: memFree=27232844/32770624 swapFree=67108860/67108860
[pid=21331] ppid=21328 vsize=10661056 memory=40476 CPUtime=0.35 cores=1,3,5,7
/proc/21331/stat : 21331 (java) S 21328 21331 21175 0 -1 1077944320 8234 0 0 0 32 3 0 0 20 0 15 0 105656095 10916921344 10119 33554432000 4194304 4196468 140731445411776 140731445394320 140500066598647 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 27807744 140731445417116 140731445417225 140731445417225 140731445419983 0
/proc/21331/statm: 2665264 10119 3006 1 0 2627263 0
[pid=21331/tid=21333] ppid=21328 vsize=10661056 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/21331/task/21333/stat : 21333 (java) R 21328 21331 21175 0 -1 4202560 5115 0 0 0 18 2 0 0 20 0 15 0 105656096 10916921344 10119 33554432000 4194304 4196468 140731445411776 140500070837952 140499671443152 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27807744 140731445417116 140731445417225 140731445417225 140731445419983 0
[pid=21331/tid=21334] ppid=21328 vsize=10661056 memory=365 CPUtime=0 cores=1,3,5,7
/proc/21331/task/21334/stat : 21334 (java) S 21328 21331 21175 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105656097 10916921344 10119 33554432000 4194304 4196468 140731445411776 140499992673040 140500066608853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27807744 140731445417116 140731445417225 140731445417225 140731445419983 0
[pid=21331/tid=21335] ppid=21328 vsize=10661056 memory=288370019976500864 CPUtime=0 cores=1,3,5,7
/proc/21331/task/21335/stat : 21335 (java) S 21328 21331 21175 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105656097 10916921344 10119 33554432000 4194304 4196468 140731445411776 140499991620496 140500066608853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27807744 140731445417116 140731445417225 140731445417225 140731445419983 0
[pid=21331/tid=21336] ppid=21328 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21331/task/21336/stat : 21336 (java) S 21328 21331 21175 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105656097 10916921344 10119 33554432000 4194304 4196468 140731445411776 140499671313424 140500066608853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27807744 140731445417116 140731445417225 140731445417225 140731445419983 0
[pid=21331/tid=21337] ppid=21328 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21331/task/21337/stat : 21337 (java) S 21328 21331 21175 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105656097 10916921344 10119 33554432000 4194304 4196468 140731445411776 140499670260880 140500066608853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27807744 140731445417116 140731445417225 140731445417225 140731445419983 0
[pid=21331/tid=21338] ppid=21328 vsize=10661056 memory=139643824789120 CPUtime=0 cores=1,3,5,7
/proc/21331/task/21338/stat : 21338 (java) S 21328 21331 21175 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105656098 10916921344 10119 33554432000 4194304 4196468 140731445411776 140499558868976 140500066609794 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27807744 140731445417116 140731445417225 140731445417225 140731445419983 0
[pid=21331/tid=21339] ppid=21328 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21331/task/21339/stat : 21339 (java) S 21328 21331 21175 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105656098 10916921344 10119 33554432000 4194304 4196468 140731445411776 140499557815200 140500066608853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27807744 140731445417116 140731445417225 140731445417225 140731445419983 0
[pid=21331/tid=21340] ppid=21328 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21331/task/21340/stat : 21340 (java) S 21328 21331 21175 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105656099 10916921344 10119 33554432000 4194304 4196468 140731445411776 140499556762608 140500066608853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27807744 140731445417116 140731445417225 140731445417225 140731445419983 0
[pid=21331/tid=21341] ppid=21328 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21331/task/21341/stat : 21341 (java) S 21328 21331 21175 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105656101 10916921344 10119 33554432000 4194304 4196468 140731445411776 140499555711184 140500066617243 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27807744 140731445417116 140731445417225 140731445417225 140731445419983 0
[pid=21331/tid=21342] ppid=21328 vsize=10661056 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/21331/task/21342/stat : 21342 (java) R 21328 21331 21175 0 -1 1077944384 671 0 0 0 2 0 0 0 20 0 15 0 105656101 10916921344 10119 33554432000 4194304 4196468 140731445411776 140499554658800 140500066609794 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27807744 140731445417116 140731445417225 140731445417225 140731445419983 0
[pid=21331/tid=21343] ppid=21328 vsize=10661056 memory=-1 CPUtime=0.03 cores=1,3,5,7
/proc/21331/task/21343/stat : 21343 (java) R 21328 21331 21175 0 -1 4202560 230 0 0 0 3 0 0 0 20 0 15 0 105656101 10916921344 10119 33554432000 4194304 4196468 140731445411776 140499553596368 140500047298944 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27807744 140731445417116 140731445417225 140731445417225 140731445419983 0
[pid=21331/tid=21344] ppid=21328 vsize=10661056 memory=139643824789120 CPUtime=0.08 cores=1,3,5,7
/proc/21331/task/21344/stat : 21344 (java) R 21328 21331 21175 0 -1 4202560 853 0 0 0 8 0 0 0 20 0 15 0 105656101 10916921344 10119 33554432000 4194304 4196468 140731445411776 140499552548248 140500066612511 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27807744 140731445417116 140731445417225 140731445417225 140731445419983 0
[pid=21331/tid=21345] ppid=21328 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21331/task/21345/stat : 21345 (java) S 21328 21331 21175 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105656101 10916921344 10119 33554432000 4194304 4196468 140731445411776 140499551501408 140500066608853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27807744 140731445417116 140731445417225 140731445417225 140731445419983 0
[pid=21331/tid=21346] ppid=21328 vsize=10661056 memory=139643824789120 CPUtime=0 cores=1,3,5,7
/proc/21331/task/21346/stat : 21346 (java) S 21328 21331 21175 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105656101 10916921344 10119 33554432000 4194304 4196468 140731445411776 140499550447920 140500066609794 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27807744 140731445417116 140731445417225 140731445417225 140731445419983 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 40476 KiB

[startup+0.31068 s]*
/proc/loadavg: 1.61 1.85 1.95 5/218 21346
/proc/meminfo: memFree=27227572/32770624 swapFree=67108860/67108860
[pid=21331] ppid=21328 vsize=10661132 memory=47792 CPUtime=0.61 cores=1,3,5,7
/proc/21331/stat : 21331 (java) S 21328 21331 21175 0 -1 1077944320 8994 0 0 0 58 3 0 0 20 0 15 0 105656095 10916999168 11948 33554432000 4194304 4196468 140731445411776 140731445394320 140500066598647 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 27807744 140731445417116 140731445417225 140731445417225 140731445419983 0
/proc/21331/statm: 2665283 11948 3067 1 0 2627263 0
[pid=21331/tid=21333] ppid=21328 vsize=10661132 memory=7311146985107750967 CPUtime=0.3 cores=1,3,5,7
/proc/21331/task/21333/stat : 21333 (java) R 21328 21331 21175 0 -1 4202560 5434 0 0 0 28 2 0 0 20 0 15 0 105656096 10916999168 11948 33554432000 4194304 4196468 140731445411776 140500070836048 140499671469365 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27807744 140731445417116 140731445417225 140731445417225 140731445419983 0
[pid=21331/tid=21334] ppid=21328 vsize=10661132 memory=288230613314699287 CPUtime=0 cores=1,3,5,7
/proc/21331/task/21334/stat : 21334 (java) S 21328 21331 21175 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105656097 10916999168 11948 33554432000 4194304 4196468 140731445411776 140499992673040 140500066608853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27807744 140731445417116 140731445417225 140731445417225 140731445419983 0
[pid=21331/tid=21335] ppid=21328 vsize=10661132 memory=288370019976500864 CPUtime=0 cores=1,3,5,7
/proc/21331/task/21335/stat : 21335 (java) S 21328 21331 21175 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105656097 10916999168 11948 33554432000 4194304 4196468 140731445411776 140499991620496 140500066608853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27807744 140731445417116 140731445417225 140731445417225 140731445419983 0
[pid=21331/tid=21336] ppid=21328 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21331/task/21336/stat : 21336 (java) S 21328 21331 21175 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105656097 10916999168 11948 33554432000 4194304 4196468 140731445411776 140499671313424 140500066608853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27807744 140731445417116 140731445417225 140731445417225 140731445419983 0
[pid=21331/tid=21337] ppid=21328 vsize=10661132 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21331/task/21337/stat : 21337 (java) S 21328 21331 21175 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105656097 10916999168 11948 33554432000 4194304 4196468 140731445411776 140499670260880 140500066608853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27807744 140731445417116 140731445417225 140731445417225 140731445419983 0
[pid=21331/tid=21338] ppid=21328 vsize=10661132 memory=139643824789120 CPUtime=0 cores=1,3,5,7
/proc/21331/task/21338/stat : 21338 (java) S 21328 21331 21175 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 105656098 10916999168 11948 33554432000 4194304 4196468 140731445411776 140499558868976 140500066609794 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27807744 140731445417116 140731445417225 140731445417225 140731445419983 0
[pid=21331/tid=21339] ppid=21328 vsize=10661132 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21331/task/21339/stat : 21339 (java) S 21328 21331 21175 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105656098 10916999168 11948 33554432000 4194304 4196468 140731445411776 140499557815200 140500066608853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27807744 140731445417116 140731445417225 140731445417225 140731445419983 0
[pid=21331/tid=21340] ppid=21328 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21331/task/21340/stat : 21340 (java) S 21328 21331 21175 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105656099 10916999168 11948 33554432000 4194304 4196468 140731445411776 140499556762608 140500066608853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27807744 140731445417116 140731445417225 140731445417225 140731445419983 0
[pid=21331/tid=21341] ppid=21328 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21331/task/21341/stat : 21341 (java) S 21328 21331 21175 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105656101 10916999168 11948 33554432000 4194304 4196468 140731445411776 140499555711184 140500066617243 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27807744 140731445417116 140731445417225 140731445417225 140731445419983 0
[pid=21331/tid=21342] ppid=21328 vsize=10661132 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21331/task/21342/stat : 21342 (java) R 21328 21331 21175 0 -1 4202560 805 0 0 0 7 0 0 0 20 0 15 0 105656101 10916999168 11948 33554432000 4194304 4196468 140731445411776 140499554658800 140500044615607 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27807744 140731445417116 140731445417225 140731445417225 140731445419983 0
[pid=21331/tid=21343] ppid=21328 vsize=10661132 memory=-1 CPUtime=0.06 cores=1,3,5,7
/proc/21331/task/21343/stat : 21343 (java) R 21328 21331 21175 0 -1 1077944384 384 0 0 0 6 0 0 0 20 0 15 0 105656101 10916999168 11948 33554432000 4194304 4196468 140731445411776 140499553606256 140500066609794 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27807744 140731445417116 140731445417225 140731445417225 140731445419983 0
[pid=21331/tid=21344] ppid=21328 vsize=10661132 memory=139643824789120 CPUtime=0.16 cores=1,3,5,7
/proc/21331/task/21344/stat : 21344 (java) R 21328 21331 21175 0 -1 4202560 1000 0 0 0 16 0 0 0 20 0 15 0 105656101 10916999168 11948 33554432000 4194304 4196468 140731445411776 140499552553840 140500045140338 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27807744 140731445417116 140731445417225 140731445417225 140731445419983 0
[pid=21331/tid=21345] ppid=21328 vsize=10661132 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21331/task/21345/stat : 21345 (java) S 21328 21331 21175 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105656101 10916999168 11948 33554432000 4194304 4196468 140731445411776 140499551501408 140500066608853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27807744 140731445417116 140731445417225 140731445417225 140731445419983 0
[pid=21331/tid=21346] ppid=21328 vsize=10661132 memory=139643824789120 CPUtime=0 cores=1,3,5,7
/proc/21331/task/21346/stat : 21346 (java) S 21328 21331 21175 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105656101 10916999168 11948 33554432000 4194304 4196468 140731445411776 140499550447920 140500066609794 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27807744 140731445417116 140731445417225 140731445417225 140731445419983 0
Current children cumulated CPU time: 0.61 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 47792 KiB

[startup+0.700757 s]
/proc/loadavg: 1.72 1.87 1.96 7/218 21346
/proc/meminfo: memFree=27168748/32770624 swapFree=67108860/67108860
[pid=21331] ppid=21328 vsize=10661132 memory=148560 CPUtime=1.89 cores=1,3,5,7
/proc/21331/stat : 21331 (java) S 21328 21331 21175 0 -1 1077944320 11693 0 0 0 184 5 0 0 20 0 15 0 105656095 10916999168 37140 33554432000 4194304 4196468 140731445411776 140731445394320 140500066598647 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 27807744 140731445417116 140731445417225 140731445417225 140731445419983 0
/proc/21331/statm: 2665283 37140 3110 1 0 2627263 0
[pid=21331/tid=21333] ppid=21328 vsize=10661132 memory=18040 CPUtime=0.67 cores=1,3,5,7
/proc/21331/task/21333/stat : 21333 (java) R 21328 21331 21175 0 -1 4202560 5544 0 0 0 64 3 0 0 20 0 15 0 105656096 10916999168 37140 33554432000 4194304 4196468 140731445411776 140500070836960 140499674937291 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27807744 140731445417116 140731445417225 140731445417225 140731445419983 0
[pid=21331/tid=21334] ppid=21328 vsize=10661132 memory=18220 CPUtime=0 cores=1,3,5,7
/proc/21331/task/21334/stat : 21334 (java) S 21328 21331 21175 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105656097 10916999168 37140 33554432000 4194304 4196468 140731445411776 140499992673040 140500066608853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27807744 140731445417116 140731445417225 140731445417225 140731445419983 0
[pid=21331/tid=21335] ppid=21328 vsize=10661132 memory=1788 CPUtime=0 cores=1,3,5,7
/proc/21331/task/21335/stat : 21335 (java) S 21328 21331 21175 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105656097 10916999168 37140 33554432000 4194304 4196468 140731445411776 140499991620496 140500066608853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27807744 140731445417116 140731445417225 140731445417225 140731445419983 0
[pid=21331/tid=21336] ppid=21328 vsize=10661132 memory=1232 CPUtime=0 cores=1,3,5,7
/proc/21331/task/21336/stat : 21336 (java) S 21328 21331 21175 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105656097 10916999168 37140 33554432000 4194304 4196468 140731445411776 140499671313424 140500066608853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27807744 140731445417116 140731445417225 140731445417225 140731445419983 0
[pid=21331/tid=21337] ppid=21328 vsize=10661132 memory=644 CPUtime=0 cores=1,3,5,7
/proc/21331/task/21337/stat : 21337 (java) S 21328 21331 21175 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105656097 10916999168 37140 33554432000 4194304 4196468 140731445411776 140499670260880 140500066608853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27807744 140731445417116 140731445417225 140731445417225 140731445419983 0
[pid=21331/tid=21338] ppid=21328 vsize=10661132 memory=952 CPUtime=0 cores=1,3,5,7
/proc/21331/task/21338/stat : 21338 (java) S 21328 21331 21175 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 105656098 10916999168 37140 33554432000 4194304 4196468 140731445411776 140499558868976 140500066609794 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27807744 140731445417116 140731445417225 140731445417225 140731445419983 0
[pid=21331/tid=21339] ppid=21328 vsize=10661132 memory=2376 CPUtime=0 cores=1,3,5,7
/proc/21331/task/21339/stat : 21339 (java) S 21328 21331 21175 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105656098 10916999168 37140 33554432000 4194304 4196468 140731445411776 140499557815200 140500066608853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27807744 140731445417116 140731445417225 140731445417225 140731445419983 0
[pid=21331/tid=21340] ppid=21328 vsize=10661132 memory=1536 CPUtime=0 cores=1,3,5,7
/proc/21331/task/21340/stat : 21340 (java) S 21328 21331 21175 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105656099 10916999168 37140 33554432000 4194304 4196468 140731445411776 140499556762608 140500066608853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27807744 140731445417116 140731445417225 140731445417225 140731445419983 0
[pid=21331/tid=21341] ppid=21328 vsize=10661132 memory=7379241883359864663 CPUtime=0 cores=1,3,5,7
/proc/21331/task/21341/stat : 21341 (java) S 21328 21331 21175 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105656101 10916999168 37140 33554432000 4194304 4196468 140731445411776 140499555711184 140500066617243 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27807744 140731445417116 140731445417225 140731445417225 140731445419983 0
[pid=21331/tid=21342] ppid=21328 vsize=10661132 memory=6081108994580113768 CPUtime=0.45 cores=1,3,5,7
/proc/21331/task/21342/stat : 21342 (java) R 21328 21331 21175 0 -1 4202560 1781 0 0 0 45 0 0 0 20 0 15 0 105656101 10916999168 37140 33554432000 4194304 4196468 140731445411776 140499554649184 140500048142420 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27807744 140731445417116 140731445417225 140731445417225 140731445419983 0
[pid=21331/tid=21343] ppid=21328 vsize=10661132 memory=6154282490091891024 CPUtime=0.42 cores=1,3,5,7
/proc/21331/task/21343/stat : 21343 (java) R 21328 21331 21175 0 -1 4202560 1307 0 0 0 42 0 0 0 20 0 15 0 105656101 10916999168 37140 33554432000 4194304 4196468 140731445411776 140499553592352 140500051713897 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27807744 140731445417116 140731445417225 140731445417225 140731445419983 0
[pid=21331/tid=21344] ppid=21328 vsize=10661132 memory=0 CPUtime=0.32 cores=1,3,5,7
/proc/21331/task/21344/stat : 21344 (java) S 21328 21331 21175 0 -1 1077944384 1690 0 0 0 32 0 0 0 20 0 15 0 105656101 10916999168 37140 33554432000 4194304 4196468 140731445411776 140499552553712 140500066609794 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27807744 140731445417116 140731445417225 140731445417225 140731445419983 0
[pid=21331/tid=21345] ppid=21328 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21331/task/21345/stat : 21345 (java) S 21328 21331 21175 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105656101 10916999168 37140 33554432000 4194304 4196468 140731445411776 140499551501408 140500066608853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27807744 140731445417116 140731445417225 140731445417225 140731445419983 0
[pid=21331/tid=21346] ppid=21328 vsize=10661132 memory=4576 CPUtime=0 cores=1,3,5,7
/proc/21331/task/21346/stat : 21346 (java) S 21328 21331 21175 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105656101 10916999168 37140 33554432000 4194304 4196468 140731445411776 140499550447920 140500066609794 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27807744 140731445417116 140731445417225 140731445417225 140731445419983 0
Current children cumulated CPU time: 1.89 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 148560 KiB

[startup+1.50084 s]
/proc/loadavg: 1.72 1.87 1.96 5/218 21346
/proc/meminfo: memFree=27099348/32770624 swapFree=67108860/67108860
[pid=21331] ppid=21328 vsize=10663024 memory=206808 CPUtime=4.12 cores=1,3,5,7
/proc/21331/stat : 21331 (java) S 21328 21331 21175 0 -1 1077944320 22645 0 0 0 405 7 0 0 20 0 15 0 105656095 10918936576 51702 33554432000 4194304 4196468 140731445411776 140731445394320 140500066598647 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 27807744 140731445417116 140731445417225 140731445417225 140731445419983 0
/proc/21331/statm: 2665756 51702 3156 1 0 2627736 0
[pid=21331/tid=21333] ppid=21328 vsize=10663024 memory=188128 CPUtime=1.46 cores=1,3,5,7
/proc/21331/task/21333/stat : 21333 (java) R 21328 21331 21175 0 -1 4202560 6031 0 0 0 142 4 0 0 20 0 15 0 105656096 10918936576 51702 33554432000 4194304 4196468 140731445411776 140500070837808 140499676114039 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27807744 140731445417116 140731445417225 140731445417225 140731445419983 0
[pid=21331/tid=21334] ppid=21328 vsize=10663024 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/21331/task/21334/stat : 21334 (java) S 21328 21331 21175 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 105656097 10918936576 51702 33554432000 4194304 4196468 140731445411776 140499992673040 140500066608853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27807744 140731445417116 140731445417225 140731445417225 140731445419983 0
[pid=21331/tid=21335] ppid=21328 vsize=10663024 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/21331/task/21335/stat : 21335 (java) S 21328 21331 21175 0 -1 1077944384 655 0 0 0 1 0 0 0 20 0 15 0 105656097 10918936576 51702 33554432000 4194304 4196468 140731445411776 140499991620496 140500066608853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27807744 140731445417116 140731445417225 140731445417225 140731445419983 0
[pid=21331/tid=21336] ppid=21328 vsize=10663024 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21331/task/21336/stat : 21336 (java) S 21328 21331 21175 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 105656097 10918936576 51702 33554432000 4194304 4196468 140731445411776 140499671313424 140500066608853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27807744 140731445417116 140731445417225 140731445417225 140731445419983 0
[pid=21331/tid=21337] ppid=21328 vsize=10663024 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/21331/task/21337/stat : 21337 (java) S 21328 21331 21175 0 -1 1077944384 47 0 0 0 1 0 0 0 20 0 15 0 105656097 10918936576 51702 33554432000 4194304 4196468 140731445411776 140499670260880 140500066608853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27807744 140731445417116 140731445417225 140731445417225 140731445419983 0
[pid=21331/tid=21338] ppid=21328 vsize=10663024 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21331/task/21338/stat : 21338 (java) S 21328 21331 21175 0 -1 1077944384 265 0 0 0 0 0 0 0 20 0 15 0 105656098 10918936576 51702 33554432000 4194304 4196468 140731445411776 140499558868976 140500066609794 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27807744 140731445417116 140731445417225 140731445417225 140731445419983 0

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

/proc/21331/task/21333/stat : 21333 (java) R 21328 21331 21175 0 -1 4202560 14447 0 0 0 243838 90 0 0 20 0 15 0 105656096 10916999168 45988 33554432000 4194304 4196468 140731445411776 140500070838000 140499676213808 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27807744 140731445417116 140731445417225 140731445417225 140731445419983 0
[pid=21331/tid=21334] ppid=21328 vsize=10661132 memory=183952 CPUtime=2.02 cores=1,3,5,7
/proc/21331/task/21334/stat : 21334 (java) S 21328 21331 21175 0 -1 1077944384 3439 0 0 0 194 8 0 0 20 0 15 0 105656097 10916999168 45988 33554432000 4194304 4196468 140731445411776 140499992673040 140500066608853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27807744 140731445417116 140731445417225 140731445417225 140731445419983 0
[pid=21331/tid=21335] ppid=21328 vsize=10661132 memory=183952 CPUtime=2.03 cores=1,3,5,7
/proc/21331/task/21335/stat : 21335 (java) S 21328 21331 21175 0 -1 1077944384 3662 0 0 0 196 7 0 0 20 0 15 0 105656097 10916999168 45988 33554432000 4194304 4196468 140731445411776 140499991620496 140500066608853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27807744 140731445417116 140731445417225 140731445417225 140731445419983 0
[pid=21331/tid=21336] ppid=21328 vsize=10661132 memory=183952 CPUtime=2.02 cores=1,3,5,7
/proc/21331/task/21336/stat : 21336 (java) S 21328 21331 21175 0 -1 1077944384 2859 0 0 0 194 8 0 0 20 0 15 0 105656097 10916999168 45988 33554432000 4194304 4196468 140731445411776 140499671313424 140500066608853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27807744 140731445417116 140731445417225 140731445417225 140731445419983 0
[pid=21331/tid=21337] ppid=21328 vsize=10661132 memory=183952 CPUtime=2.02 cores=1,3,5,7
/proc/21331/task/21337/stat : 21337 (java) S 21328 21331 21175 0 -1 1077944384 3486 0 0 0 193 9 0 0 20 0 15 0 105656097 10916999168 45988 33554432000 4194304 4196468 140731445411776 140499670260880 140500066608853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27807744 140731445417116 140731445417225 140731445417225 140731445419983 0
[pid=21331/tid=21338] ppid=21328 vsize=10661132 memory=183952 CPUtime=0.84 cores=1,3,5,7
/proc/21331/task/21338/stat : 21338 (java) S 21328 21331 21175 0 -1 1077944384 5074 0 0 0 77 7 0 0 20 0 15 0 105656098 10916999168 45988 33554432000 4194304 4196468 140731445411776 140499558868976 140500066609794 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27807744 140731445417116 140731445417225 140731445417225 140731445419983 0
[pid=21331/tid=21339] ppid=21328 vsize=10661132 memory=183952 CPUtime=0 cores=1,3,5,7
/proc/21331/task/21339/stat : 21339 (java) S 21328 21331 21175 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 105656098 10916999168 45988 33554432000 4194304 4196468 140731445411776 140499557815200 140500066608853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27807744 140731445417116 140731445417225 140731445417225 140731445419983 0
[pid=21331/tid=21340] ppid=21328 vsize=10661132 memory=183952 CPUtime=0 cores=1,3,5,7
/proc/21331/task/21340/stat : 21340 (java) S 21328 21331 21175 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 15 0 105656099 10916999168 45988 33554432000 4194304 4196468 140731445411776 140499556762608 140500066608853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27807744 140731445417116 140731445417225 140731445417225 140731445419983 0
[pid=21331/tid=21341] ppid=21328 vsize=10661132 memory=183952 CPUtime=0 cores=1,3,5,7
/proc/21331/task/21341/stat : 21341 (java) S 21328 21331 21175 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105656101 10916999168 45988 33554432000 4194304 4196468 140731445411776 140499555711184 140500066617243 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27807744 140731445417116 140731445417225 140731445417225 140731445419983 0
[pid=21331/tid=21342] ppid=21328 vsize=10661132 memory=183952 CPUtime=1.17 cores=1,3,5,7
/proc/21331/task/21342/stat : 21342 (java) S 21328 21331 21175 0 -1 1077944384 8519 0 0 0 117 0 0 0 20 0 15 0 105656101 10916999168 45988 33554432000 4194304 4196468 140731445411776 140499554658800 140500066609794 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27807744 140731445417116 140731445417225 140731445417225 140731445419983 0
[pid=21331/tid=21343] ppid=21328 vsize=10661132 memory=183952 CPUtime=1.58 cores=1,3,5,7
/proc/21331/task/21343/stat : 21343 (java) S 21328 21331 21175 0 -1 1077944384 12879 0 0 0 157 1 0 0 20 0 15 0 105656101 10916999168 45988 33554432000 4194304 4196468 140731445411776 140499553606256 140500066609794 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27807744 140731445417116 140731445417225 140731445417225 140731445419983 0
[pid=21331/tid=21344] ppid=21328 vsize=10661132 memory=183952 CPUtime=0.46 cores=1,3,5,7
/proc/21331/task/21344/stat : 21344 (java) S 21328 21331 21175 0 -1 1077944384 4488 0 0 0 45 1 0 0 20 0 15 0 105656101 10916999168 45988 33554432000 4194304 4196468 140731445411776 140499552553712 140500066609794 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27807744 140731445417116 140731445417225 140731445417225 140731445419983 0
[pid=21331/tid=21345] ppid=21328 vsize=10661132 memory=183952 CPUtime=0 cores=1,3,5,7
/proc/21331/task/21345/stat : 21345 (java) S 21328 21331 21175 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105656101 10916999168 45988 33554432000 4194304 4196468 140731445411776 140499551501408 140500066608853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27807744 140731445417116 140731445417225 140731445417225 140731445419983 0
[pid=21331/tid=21346] ppid=21328 vsize=10661132 memory=183952 CPUtime=0.49 cores=1,3,5,7
/proc/21331/task/21346/stat : 21346 (java) S 21328 21331 21175 0 -1 1077944384 875 0 0 0 20 29 0 0 20 0 15 0 105656101 10916999168 45988 33554432000 4194304 4196468 140731445411776 140499550447920 140500066609794 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27807744 140731445417116 140731445417225 140731445417225 140731445419983 0
Current children cumulated CPU time: 2452.01 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 183952 KiB

[startup+2502.3 s]
/proc/loadavg: 1.79 1.83 1.83 3/218 21502
/proc/meminfo: memFree=27085956/32770624 swapFree=67108860/67108860
[pid=21331] ppid=21328 vsize=10661132 memory=186000 CPUtime=2512.18 cores=1,3,5,7
/proc/21331/stat : 21331 (java) S 21328 21331 21175 0 -1 1077944320 61967 0 0 0 251060 158 0 0 20 0 15 0 105656095 10916999168 46500 33554432000 4194304 4196468 140731445411776 140731445394320 140500066598647 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 27807744 140731445417116 140731445417225 140731445417225 140731445419983 0
/proc/21331/statm: 2665283 46500 3166 1 0 2627263 0
[pid=21331/tid=21333] ppid=21328 vsize=10661132 memory=186000 CPUtime=2499.21 cores=1,3,5,7
/proc/21331/task/21333/stat : 21333 (java) R 21328 21331 21175 0 -1 4202560 14703 0 0 0 249829 92 0 0 20 0 15 0 105656096 10916999168 46500 33554432000 4194304 4196468 140731445411776 140500070838000 140499671655894 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27807744 140731445417116 140731445417225 140731445417225 140731445419983 0
[pid=21331/tid=21334] ppid=21328 vsize=10661132 memory=186000 CPUtime=2.07 cores=1,3,5,7
/proc/21331/task/21334/stat : 21334 (java) S 21328 21331 21175 0 -1 1077944384 3465 0 0 0 199 8 0 0 20 0 15 0 105656097 10916999168 46500 33554432000 4194304 4196468 140731445411776 140499992673040 140500066608853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27807744 140731445417116 140731445417225 140731445417225 140731445419983 0
[pid=21331/tid=21335] ppid=21328 vsize=10661132 memory=186000 CPUtime=2.08 cores=1,3,5,7
/proc/21331/task/21335/stat : 21335 (java) S 21328 21331 21175 0 -1 1077944384 3880 0 0 0 201 7 0 0 20 0 15 0 105656097 10916999168 46500 33554432000 4194304 4196468 140731445411776 140499991620496 140500066608853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27807744 140731445417116 140731445417225 140731445417225 140731445419983 0
[pid=21331/tid=21336] ppid=21328 vsize=10661132 memory=186000 CPUtime=2.07 cores=1,3,5,7
/proc/21331/task/21336/stat : 21336 (java) S 21328 21331 21175 0 -1 1077944384 2931 0 0 0 199 8 0 0 20 0 15 0 105656097 10916999168 46500 33554432000 4194304 4196468 140731445411776 140499671313424 140500066608853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27807744 140731445417116 140731445417225 140731445417225 140731445419983 0
[pid=21331/tid=21337] ppid=21328 vsize=10661132 memory=186000 CPUtime=2.07 cores=1,3,5,7
/proc/21331/task/21337/stat : 21337 (java) S 21328 21331 21175 0 -1 1077944384 3552 0 0 0 198 9 0 0 20 0 15 0 105656097 10916999168 46500 33554432000 4194304 4196468 140731445411776 140499670260880 140500066608853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27807744 140731445417116 140731445417225 140731445417225 140731445419983 0
[pid=21331/tid=21338] ppid=21328 vsize=10661132 memory=186000 CPUtime=0.86 cores=1,3,5,7
/proc/21331/task/21338/stat : 21338 (java) S 21328 21331 21175 0 -1 1077944384 5239 0 0 0 79 7 0 0 20 0 15 0 105656098 10916999168 46500 33554432000 4194304 4196468 140731445411776 140499558868976 140500066609794 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27807744 140731445417116 140731445417225 140731445417225 140731445419983 0
[pid=21331/tid=21339] ppid=21328 vsize=10661132 memory=186000 CPUtime=0 cores=1,3,5,7
/proc/21331/task/21339/stat : 21339 (java) S 21328 21331 21175 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 105656098 10916999168 46500 33554432000 4194304 4196468 140731445411776 140499557815200 140500066608853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27807744 140731445417116 140731445417225 140731445417225 140731445419983 0
[pid=21331/tid=21340] ppid=21328 vsize=10661132 memory=186000 CPUtime=0 cores=1,3,5,7
/proc/21331/task/21340/stat : 21340 (java) S 21328 21331 21175 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 15 0 105656099 10916999168 46500 33554432000 4194304 4196468 140731445411776 140499556762608 140500066608853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27807744 140731445417116 140731445417225 140731445417225 140731445419983 0
[pid=21331/tid=21341] ppid=21328 vsize=10661132 memory=186000 CPUtime=0 cores=1,3,5,7
/proc/21331/task/21341/stat : 21341 (java) S 21328 21331 21175 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105656101 10916999168 46500 33554432000 4194304 4196468 140731445411776 140499555711184 140500066617243 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27807744 140731445417116 140731445417225 140731445417225 140731445419983 0
[pid=21331/tid=21342] ppid=21328 vsize=10661132 memory=186000 CPUtime=1.17 cores=1,3,5,7
/proc/21331/task/21342/stat : 21342 (java) S 21328 21331 21175 0 -1 1077944384 8521 0 0 0 117 0 0 0 20 0 15 0 105656101 10916999168 46500 33554432000 4194304 4196468 140731445411776 140499554658800 140500066609794 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27807744 140731445417116 140731445417225 140731445417225 140731445419983 0
[pid=21331/tid=21343] ppid=21328 vsize=10661132 memory=186000 CPUtime=1.58 cores=1,3,5,7
/proc/21331/task/21343/stat : 21343 (java) S 21328 21331 21175 0 -1 1077944384 12881 0 0 0 157 1 0 0 20 0 15 0 105656101 10916999168 46500 33554432000 4194304 4196468 140731445411776 140499553606256 140500066609794 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27807744 140731445417116 140731445417225 140731445417225 140731445419983 0
[pid=21331/tid=21344] ppid=21328 vsize=10661132 memory=186000 CPUtime=0.46 cores=1,3,5,7
/proc/21331/task/21344/stat : 21344 (java) S 21328 21331 21175 0 -1 1077944384 4490 0 0 0 45 1 0 0 20 0 15 0 105656101 10916999168 46500 33554432000 4194304 4196468 140731445411776 140499552553712 140500066609794 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27807744 140731445417116 140731445417225 140731445417225 140731445419983 0
[pid=21331/tid=21345] ppid=21328 vsize=10661132 memory=5484 CPUtime=0 cores=1,3,5,7
/proc/21331/task/21345/stat : 21345 (java) S 21328 21331 21175 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105656101 10916999168 46500 33554432000 4194304 4196468 140731445411776 140499551501408 140500066608853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27807744 140731445417116 140731445417225 140731445417225 140731445419983 0
[pid=21331/tid=21346] ppid=21328 vsize=10661132 memory=1444 CPUtime=0.5 cores=1,3,5,7
/proc/21331/task/21346/stat : 21346 (java) S 21328 21331 21175 0 -1 1077944384 889 0 0 0 20 30 0 0 20 0 15 0 105656101 10916999168 46500 33554432000 4194304 4196468 140731445411776 140499550447920 140500066609794 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27807744 140731445417116 140731445417225 140731445417225 140731445419983 0
Current children cumulated CPU time: 2512.18 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 186000 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2510.11 s]
/proc/loadavg: 1.81 1.83 1.83 3/218 21502
/proc/meminfo: memFree=27088324/32770624 swapFree=67108860/67108860
[pid=21331] ppid=21328 vsize=10661132 memory=186000 CPUtime=2520.01 cores=1,3,5,7
/proc/21331/stat : 21331 (java) S 21328 21331 21175 0 -1 1077944320 61972 0 0 0 251843 158 0 0 20 0 15 0 105656095 10916999168 46500 33554432000 4194304 4196468 140731445411776 140731445394320 140500066598647 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 27807744 140731445417116 140731445417225 140731445417225 140731445419983 0
/proc/21331/statm: 2665283 46500 3166 1 0 2627263 0
[pid=21331/tid=21333] ppid=21328 vsize=10661132 memory=3852 CPUtime=2507.01 cores=1,3,5,7
/proc/21331/task/21333/stat : 21333 (java) R 21328 21331 21175 0 -1 4202560 14708 0 0 0 250609 92 0 0 20 0 15 0 105656096 10916999168 46500 33554432000 4194304 4196468 140731445411776 140500070838016 140499676213821 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27807744 140731445417116 140731445417225 140731445417225 140731445419983 0
[pid=21331/tid=21334] ppid=21328 vsize=10661132 memory=186000 CPUtime=2.08 cores=1,3,5,7
/proc/21331/task/21334/stat : 21334 (java) S 21328 21331 21175 0 -1 1077944384 3465 0 0 0 200 8 0 0 20 0 15 0 105656097 10916999168 46500 33554432000 4194304 4196468 140731445411776 140499992673040 140500066608853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27807744 140731445417116 140731445417225 140731445417225 140731445419983 0
[pid=21331/tid=21335] ppid=21328 vsize=10661132 memory=186000 CPUtime=2.09 cores=1,3,5,7
/proc/21331/task/21335/stat : 21335 (java) S 21328 21331 21175 0 -1 1077944384 3880 0 0 0 202 7 0 0 20 0 15 0 105656097 10916999168 46500 33554432000 4194304 4196468 140731445411776 140499991620496 140500066608853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27807744 140731445417116 140731445417225 140731445417225 140731445419983 0
[pid=21331/tid=21336] ppid=21328 vsize=10661132 memory=186000 CPUtime=2.08 cores=1,3,5,7
/proc/21331/task/21336/stat : 21336 (java) S 21328 21331 21175 0 -1 1077944384 2931 0 0 0 200 8 0 0 20 0 15 0 105656097 10916999168 46500 33554432000 4194304 4196468 140731445411776 140499671313424 140500066608853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27807744 140731445417116 140731445417225 140731445417225 140731445419983 0
[pid=21331/tid=21337] ppid=21328 vsize=10661132 memory=186000 CPUtime=2.08 cores=1,3,5,7
/proc/21331/task/21337/stat : 21337 (java) S 21328 21331 21175 0 -1 1077944384 3552 0 0 0 199 9 0 0 20 0 15 0 105656097 10916999168 46500 33554432000 4194304 4196468 140731445411776 140499670260880 140500066608853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27807744 140731445417116 140731445417225 140731445417225 140731445419983 0
[pid=21331/tid=21338] ppid=21328 vsize=10661132 memory=186000 CPUtime=0.87 cores=1,3,5,7
/proc/21331/task/21338/stat : 21338 (java) S 21328 21331 21175 0 -1 1077944384 5239 0 0 0 80 7 0 0 20 0 15 0 105656098 10916999168 46500 33554432000 4194304 4196468 140731445411776 140499558868976 140500066609794 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27807744 140731445417116 140731445417225 140731445417225 140731445419983 0
[pid=21331/tid=21339] ppid=21328 vsize=10661132 memory=186000 CPUtime=0 cores=1,3,5,7
/proc/21331/task/21339/stat : 21339 (java) S 21328 21331 21175 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 105656098 10916999168 46500 33554432000 4194304 4196468 140731445411776 140499557815200 140500066608853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27807744 140731445417116 140731445417225 140731445417225 140731445419983 0
[pid=21331/tid=21340] ppid=21328 vsize=10661132 memory=186000 CPUtime=0 cores=1,3,5,7
/proc/21331/task/21340/stat : 21340 (java) S 21328 21331 21175 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 15 0 105656099 10916999168 46500 33554432000 4194304 4196468 140731445411776 140499556762608 140500066608853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27807744 140731445417116 140731445417225 140731445417225 140731445419983 0
[pid=21331/tid=21341] ppid=21328 vsize=10661132 memory=1160 CPUtime=0 cores=1,3,5,7
/proc/21331/task/21341/stat : 21341 (java) S 21328 21331 21175 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105656101 10916999168 46500 33554432000 4194304 4196468 140731445411776 140499555711184 140500066617243 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27807744 140731445417116 140731445417225 140731445417225 140731445419983 0
[pid=21331/tid=21342] ppid=21328 vsize=10661132 memory=186000 CPUtime=1.17 cores=1,3,5,7
/proc/21331/task/21342/stat : 21342 (java) S 21328 21331 21175 0 -1 1077944384 8521 0 0 0 117 0 0 0 20 0 15 0 105656101 10916999168 46500 33554432000 4194304 4196468 140731445411776 140499554658800 140500066609794 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27807744 140731445417116 140731445417225 140731445417225 140731445419983 0
[pid=21331/tid=21343] ppid=21328 vsize=10661132 memory=3560 CPUtime=1.58 cores=1,3,5,7
/proc/21331/task/21343/stat : 21343 (java) S 21328 21331 21175 0 -1 1077944384 12881 0 0 0 157 1 0 0 20 0 15 0 105656101 10916999168 46500 33554432000 4194304 4196468 140731445411776 140499553606256 140500066609794 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27807744 140731445417116 140731445417225 140731445417225 140731445419983 0
[pid=21331/tid=21344] ppid=21328 vsize=10661132 memory=30328 CPUtime=0.46 cores=1,3,5,7
/proc/21331/task/21344/stat : 21344 (java) S 21328 21331 21175 0 -1 1077944384 4490 0 0 0 45 1 0 0 20 0 15 0 105656101 10916999168 46500 33554432000 4194304 4196468 140731445411776 140499552553712 140500066609794 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27807744 140731445417116 140731445417225 140731445417225 140731445419983 0
[pid=21331/tid=21345] ppid=21328 vsize=10661132 memory=186000 CPUtime=0 cores=1,3,5,7
/proc/21331/task/21345/stat : 21345 (java) S 21328 21331 21175 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105656101 10916999168 46500 33554432000 4194304 4196468 140731445411776 140499551501408 140500066608853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27807744 140731445417116 140731445417225 140731445417225 140731445419983 0
[pid=21331/tid=21346] ppid=21328 vsize=10661132 memory=186000 CPUtime=0.51 cores=1,3,5,7
/proc/21331/task/21346/stat : 21346 (java) S 21328 21331 21175 0 -1 1077944384 889 0 0 0 21 30 0 0 20 0 15 0 105656101 10916999168 46500 33554432000 4194304 4196468 140731445411776 140499550447920 140500066609794 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27807744 140731445417116 140731445417225 140731445417225 140731445419983 0
Current children cumulated CPU time: 2520.01 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 186000 KiB

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

[startup+2510.12 s]
# the end of solver process 21331 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2518.44 s, system=1.58575 s

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

[startup+2510.11 s]
/proc/loadavg: 1.81 1.83 1.83 3/218 21502
/proc/meminfo: memFree=27088324/32770624 swapFree=67108860/67108860
[pid=21331] ppid=21328 vsize=10661132 memory=186000 CPUtime=2520.01 cores=1,3,5,7
/proc/21331/stat : 21331 (java) S 21328 21331 21175 0 -1 1077944320 61972 0 0 0 251843 158 0 0 20 0 15 0 105656095 10916999168 46500 33554432000 4194304 4196468 140731445411776 140731445394320 140500066598647 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 27807744 140731445417116 140731445417225 140731445417225 140731445419983 0
/proc/21331/statm: 2665283 46500 3166 1 0 2627263 0
[pid=21331/tid=21333] ppid=21328 vsize=10661132 memory=3852 CPUtime=2507.01 cores=1,3,5,7
/proc/21331/task/21333/stat : 21333 (java) R 21328 21331 21175 0 -1 4202560 14708 0 0 0 250609 92 0 0 20 0 15 0 105656096 10916999168 46500 33554432000 4194304 4196468 140731445411776 140500070838016 140499676213821 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27807744 140731445417116 140731445417225 140731445417225 140731445419983 0
[pid=21331/tid=21334] ppid=21328 vsize=10661132 memory=186000 CPUtime=2.08 cores=1,3,5,7
/proc/21331/task/21334/stat : 21334 (java) S 21328 21331 21175 0 -1 1077944384 3465 0 0 0 200 8 0 0 20 0 15 0 105656097 10916999168 46500 33554432000 4194304 4196468 140731445411776 140499992673040 140500066608853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27807744 140731445417116 140731445417225 140731445417225 140731445419983 0
[pid=21331/tid=21335] ppid=21328 vsize=10661132 memory=186000 CPUtime=2.09 cores=1,3,5,7
/proc/21331/task/21335/stat : 21335 (java) S 21328 21331 21175 0 -1 1077944384 3880 0 0 0 202 7 0 0 20 0 15 0 105656097 10916999168 46500 33554432000 4194304 4196468 140731445411776 140499991620496 140500066608853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27807744 140731445417116 140731445417225 140731445417225 140731445419983 0
[pid=21331/tid=21336] ppid=21328 vsize=10661132 memory=186000 CPUtime=2.08 cores=1,3,5,7
/proc/21331/task/21336/stat : 21336 (java) S 21328 21331 21175 0 -1 1077944384 2931 0 0 0 200 8 0 0 20 0 15 0 105656097 10916999168 46500 33554432000 4194304 4196468 140731445411776 140499671313424 140500066608853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27807744 140731445417116 140731445417225 140731445417225 140731445419983 0
[pid=21331/tid=21337] ppid=21328 vsize=10661132 memory=186000 CPUtime=2.08 cores=1,3,5,7
/proc/21331/task/21337/stat : 21337 (java) S 21328 21331 21175 0 -1 1077944384 3552 0 0 0 199 9 0 0 20 0 15 0 105656097 10916999168 46500 33554432000 4194304 4196468 140731445411776 140499670260880 140500066608853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27807744 140731445417116 140731445417225 140731445417225 140731445419983 0
[pid=21331/tid=21338] ppid=21328 vsize=10661132 memory=186000 CPUtime=0.87 cores=1,3,5,7
/proc/21331/task/21338/stat : 21338 (java) S 21328 21331 21175 0 -1 1077944384 5239 0 0 0 80 7 0 0 20 0 15 0 105656098 10916999168 46500 33554432000 4194304 4196468 140731445411776 140499558868976 140500066609794 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27807744 140731445417116 140731445417225 140731445417225 140731445419983 0
[pid=21331/tid=21339] ppid=21328 vsize=10661132 memory=186000 CPUtime=0 cores=1,3,5,7
/proc/21331/task/21339/stat : 21339 (java) S 21328 21331 21175 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 105656098 10916999168 46500 33554432000 4194304 4196468 140731445411776 140499557815200 140500066608853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27807744 140731445417116 140731445417225 140731445417225 140731445419983 0
[pid=21331/tid=21340] ppid=21328 vsize=10661132 memory=186000 CPUtime=0 cores=1,3,5,7
/proc/21331/task/21340/stat : 21340 (java) S 21328 21331 21175 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 15 0 105656099 10916999168 46500 33554432000 4194304 4196468 140731445411776 140499556762608 140500066608853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27807744 140731445417116 140731445417225 140731445417225 140731445419983 0
[pid=21331/tid=21341] ppid=21328 vsize=10661132 memory=1160 CPUtime=0 cores=1,3,5,7
/proc/21331/task/21341/stat : 21341 (java) S 21328 21331 21175 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105656101 10916999168 46500 33554432000 4194304 4196468 140731445411776 140499555711184 140500066617243 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27807744 140731445417116 140731445417225 140731445417225 140731445419983 0
[pid=21331/tid=21342] ppid=21328 vsize=10661132 memory=186000 CPUtime=1.17 cores=1,3,5,7
/proc/21331/task/21342/stat : 21342 (java) S 21328 21331 21175 0 -1 1077944384 8521 0 0 0 117 0 0 0 20 0 15 0 105656101 10916999168 46500 33554432000 4194304 4196468 140731445411776 140499554658800 140500066609794 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27807744 140731445417116 140731445417225 140731445417225 140731445419983 0
[pid=21331/tid=21343] ppid=21328 vsize=10661132 memory=3560 CPUtime=1.58 cores=1,3,5,7
/proc/21331/task/21343/stat : 21343 (java) S 21328 21331 21175 0 -1 1077944384 12881 0 0 0 157 1 0 0 20 0 15 0 105656101 10916999168 46500 33554432000 4194304 4196468 140731445411776 140499553606256 140500066609794 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27807744 140731445417116 140731445417225 140731445417225 140731445419983 0
[pid=21331/tid=21344] ppid=21328 vsize=10661132 memory=30328 CPUtime=0.46 cores=1,3,5,7
/proc/21331/task/21344/stat : 21344 (java) S 21328 21331 21175 0 -1 1077944384 4490 0 0 0 45 1 0 0 20 0 15 0 105656101 10916999168 46500 33554432000 4194304 4196468 140731445411776 140499552553712 140500066609794 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27807744 140731445417116 140731445417225 140731445417225 140731445419983 0
[pid=21331/tid=21345] ppid=21328 vsize=10661132 memory=186000 CPUtime=0 cores=1,3,5,7
/proc/21331/task/21345/stat : 21345 (java) S 21328 21331 21175 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105656101 10916999168 46500 33554432000 4194304 4196468 140731445411776 140499551501408 140500066608853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27807744 140731445417116 140731445417225 140731445417225 140731445419983 0
[pid=21331/tid=21346] ppid=21328 vsize=10661132 memory=186000 CPUtime=0.51 cores=1,3,5,7
/proc/21331/task/21346/stat : 21346 (java) S 21328 21331 21175 0 -1 1077944384 889 0 0 0 21 30 0 0 20 0 15 0 105656101 10916999168 46500 33554432000 4194304 4196468 140731445411776 140499550447920 140500066609794 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27807744 140731445417116 140731445417225 140731445417225 140731445419983 0
Current children cumulated CPU time: 2520.01 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 186000 KiB

Child status: 143
Real time (s): 2510.12
CPU time (s): 2520.03
CPU user time (s): 2518.44
CPU system time (s): 1.58575
CPU usage (%): 100.395
Max. virtual memory (cumulated for all children) (KiB): 10663024
Max. memory (cumulated for all children) (KiB): 230644

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2518.44
system time used= 1.58576
maximum resident set size= 240392
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 62137
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2816
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 78775
involuntary context switches= 3170


# summary of solver processes directly reported to runsolver:
#   pid: 21331
#   total CPU time (s): 2520.03
#   total CPU user time (s): 2518.44
#   total CPU system time (s): 1.58575

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.9854 second user time and 22.6435 second system time

The end

Launcher Data

Begin job on node135 at 2018-07-29 18:15:29
IDJOB=4300307
IDBENCH=141583
IDSOLVER=2765
FILE ID=node135/4300307-1532880929
RUNJOBID= node135-1532880755-21207
PBS_JOBID= 21022521
Free space on /tmp= 52708 MiB

SOLVER NAME= slowpoke 2018-04-29
BENCH NAME= XCSP18/Frb/frb-53-24-1-mgd_c18.xml
COMMAND LINE= java -jar minicp-1.0.jar BENCHNAME --timelimit TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4300307-1532880929/watcher-4300307-1532880929 -o /tmp/evaluation-result-4300307-1532880929/solver-4300307-1532880929 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1532880755-21207 --watchdog 2580  java -jar minicp-1.0.jar HOME/instance-4300307-1532880929.xml --timelimit 2520

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

MD5SUM BENCH= e77860b1077c007311080ac2a4bc32f8
RANDOM SEED=997114249

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        27261356 kB
MemAvailable:   31813336 kB
Buffers:          215452 kB
Cached:          4575416 kB
SwapCached:            0 kB
Active:          1709076 kB
Inactive:        3259740 kB
Active(anon):     129376 kB
Inactive(anon):    76904 kB
Active(file):    1579700 kB
Inactive(file):  3182836 kB
Unevictable:        7212 kB
Mlocked:            7212 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1712 kB
Writeback:             0 kB
AnonPages:        242800 kB
Mapped:            55888 kB
Shmem:             25248 kB
Slab:             239080 kB
SReclaimable:     210560 kB
SUnreclaim:        28520 kB
KernelStack:        3888 kB
PageTables:         5464 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1079280 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    153600 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       93568 kB
DirectMap2M:    33452032 kB

Free space on /tmp at the end= 52708 MiB
End job on node135 at 2018-07-29 18:57:20