Trace number 4298235

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Solver of Xavier Schul & Yvhan Smal 2018-04-28? (TO) 2520.13 2492.73

General information on the benchmark

NameRlfap_mini/Rlfap-opt_mini/
Rlfap-ext-graph-11-opt_c18.xml
MD5SUM883afe48e037930c9e115af2d6f001fb
Bench CategoryCOP (optimization 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 variables4097
Number of constraints3757
Number of domains11
Minimum domain size2
Maximum domain size44
Distribution of domain sizes[{"size":2,"count":3417},{"size":6,"count":48},{"size":22,"count":32},{"size":24,"count":18},{"size":36,"count":132},{"size":42,"count":168},{"size":44,"count":282}]
Minimum variable degree1
Maximum variable degree22
Distribution of variable degrees[{"degree":1,"count":3},{"degree":2,"count":3418},{"degree":3,"count":6},{"degree":4,"count":10},{"degree":5,"count":46},{"degree":6,"count":68},{"degree":7,"count":77},{"degree":8,"count":85},{"degree":9,"count":54},{"degree":10,"count":33},{"degree":11,"count":37},{"degree":12,"count":21},{"degree":13,"count":8},{"degree":14,"count":1},{"degree":15,"count":35},{"degree":16,"count":26},{"degree":17,"count":63},{"degree":18,"count":54},{"degree":19,"count":32},{"degree":20,"count":12},{"degree":21,"count":7},{"degree":22,"count":1}]
Minimum constraint arity2
Maximum constraint arity3
Distribution of constraint arities[{"arity":2,"count":340},{"arity":3,"count":3417}]
Number of extensional constraints3757
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":3757}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.13/0.13	c version: 2018-04-11
0.13/0.13	c seed: 1811631
0.13/0.13	c timeout: -1
0.13/0.13	c memlimit: -1
0.13/0.13	c nbcore: -1
2520.09/2492.70	s UNKNOWN

Verifier Data


Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (8258 MiB free)
  memory of node 1: 16384 MiB (13917 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4298235-1532750934/watcher-4298235-1532750934 -o /tmp/evaluation-result-4298235-1532750934/solver-4298235-1532750934 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node106-1532740894-20192 --watchdog 2580 java -jar minicp-1.0.jar HOME/instance-4298235-1532750934.xml 

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
Current StackSize limit: 8192 KiB

solver pid=21363, runsolver pid=21360

[startup+0.100763 s]*
/proc/loadavg: 1.67 1.66 1.66 6/215 21378
/proc/meminfo: memFree=22691528/32770624 swapFree=67108688/67108860
[pid=21363] ppid=21360 vsize=10661052 memory=27360 CPUtime=0.13 cores=1,3,5,7
/proc/21363/stat : 21363 (java) S 21360 21363 20160 0 -1 1077944320 5279 0 0 0 12 1 0 0 20 0 15 0 92656317 10916917248 6840 33554432000 4194304 4196468 140731841942064 140731841924608 140470537191159 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 16400384 140731841950893 140731841950985 140731841950985 140731841953743 0
/proc/21363/statm: 2665263 6840 2807 1 0 2627263 0
[pid=21363/tid=21365] ppid=21360 vsize=10661052 memory=-8269626465541590912 CPUtime=0.09 cores=1,3,5,7
/proc/21363/task/21365/stat : 21365 (java) R 21360 21363 20160 0 -1 4202560 3139 0 0 0 9 0 0 0 20 0 15 0 92656318 10916917248 6906 33554432000 4194304 4196468 140731841942064 140470541412320 140470537212506 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16400384 140731841950893 140731841950985 140731841950985 140731841953743 0
[pid=21363/tid=21366] ppid=21360 vsize=10661052 memory=-7522837583129502606 CPUtime=0 cores=1,3,5,7
/proc/21363/task/21366/stat : 21366 (java) S 21360 21363 20160 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92656319 10916917248 6906 33554432000 4194304 4196468 140731841942064 140470463265552 140470537201365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16400384 140731841950893 140731841950985 140731841950985 140731841953743 0
[pid=21363/tid=21367] ppid=21360 vsize=10661052 memory=139700570207872 CPUtime=0 cores=1,3,5,7
/proc/21363/task/21367/stat : 21367 (java) S 21360 21363 20160 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92656319 10916917248 6906 33554432000 4194304 4196468 140731841942064 140470143413136 140470537201365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16400384 140731841950893 140731841950985 140731841950985 140731841953743 0
[pid=21363/tid=21368] ppid=21360 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21363/task/21368/stat : 21368 (java) S 21360 21363 20160 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92656319 10916917248 6906 33554432000 4194304 4196468 140731841942064 140470142360592 140470537201365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16400384 140731841950893 140731841950985 140731841950985 140731841953743 0
[pid=21363/tid=21369] ppid=21360 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21363/task/21369/stat : 21369 (java) S 21360 21363 20160 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92656319 10916917248 6906 33554432000 4194304 4196468 140731841942064 140470141308048 140470537201365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16400384 140731841950893 140731841950985 140731841950985 140731841953743 0
[pid=21363/tid=21370] ppid=21360 vsize=10661052 memory=139700570207872 CPUtime=0 cores=1,3,5,7
/proc/21363/task/21370/stat : 21370 (java) S 21360 21363 20160 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92656320 10916917248 6906 33554432000 4194304 4196468 140731841942064 140469572786160 140470537202306 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16400384 140731841950893 140731841950985 140731841950985 140731841953743 0
[pid=21363/tid=21371] ppid=21360 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21363/task/21371/stat : 21371 (java) S 21360 21363 20160 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92656320 10916917248 6906 33554432000 4194304 4196468 140731841942064 140469571732384 140470537201365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16400384 140731841950893 140731841950985 140731841950985 140731841953743 0
[pid=21363/tid=21372] ppid=21360 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21363/task/21372/stat : 21372 (java) S 21360 21363 20160 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92656321 10916917248 6906 33554432000 4194304 4196468 140731841942064 140469570679792 140470537201365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16400384 140731841950893 140731841950985 140731841950985 140731841953743 0
[pid=21363/tid=21373] ppid=21360 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21363/task/21373/stat : 21373 (java) S 21360 21363 20160 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92656323 10916917248 6906 33554432000 4194304 4196468 140731841942064 140469569628368 140470537209755 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16400384 140731841950893 140731841950985 140731841950985 140731841953743 0
[pid=21363/tid=21374] ppid=21360 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21363/task/21374/stat : 21374 (java) S 21360 21363 20160 0 -1 1077944384 303 0 0 0 0 0 0 0 20 0 15 0 92656323 10916917248 6906 33554432000 4194304 4196468 140731841942064 140469568575984 140470537202306 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16400384 140731841950893 140731841950985 140731841950985 140731841953743 0
[pid=21363/tid=21375] ppid=21360 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21363/task/21375/stat : 21375 (java) R 21360 21363 20160 0 -1 4202560 151 0 0 0 0 0 0 0 20 0 15 0 92656323 10916917248 6906 33554432000 4194304 4196468 140731841942064 140469567514944 140470521164747 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16400384 140731841950893 140731841950985 140731841950985 140731841953743 0
[pid=21363/tid=21376] ppid=21360 vsize=10661052 memory=139700570207872 CPUtime=0.02 cores=1,3,5,7
/proc/21363/task/21376/stat : 21376 (java) R 21360 21363 20160 0 -1 4202560 346 0 0 0 2 0 0 0 20 0 15 0 92656323 10916917248 6906 33554432000 4194304 4196468 140731841942064 140469566470896 140470516326936 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16400384 140731841950893 140731841950985 140731841950985 140731841953743 0
[pid=21363/tid=21377] ppid=21360 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21363/task/21377/stat : 21377 (java) S 21360 21363 20160 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92656323 10916917248 6906 33554432000 4194304 4196468 140731841942064 140469565418592 140470537201365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16400384 140731841950893 140731841950985 140731841950985 140731841953743 0
[pid=21363/tid=21378] ppid=21360 vsize=10661052 memory=139700570207872 CPUtime=0 cores=1,3,5,7
/proc/21363/task/21378/stat : 21378 (java) S 21360 21363 20160 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92656323 10916917248 6906 33554432000 4194304 4196468 140731841942064 140469564365104 140470537202306 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16400384 140731841950893 140731841950985 140731841950985 140731841953743 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10661052 KiB
Current children cumulated memory: 27360 KiB

[startup+0.220673 s]*
/proc/loadavg: 1.67 1.66 1.66 5/215 21378
/proc/meminfo: memFree=22678844/32770624 swapFree=67108688/67108860
[pid=21363] ppid=21360 vsize=10661052 memory=41424 CPUtime=0.38 cores=1,3,5,7
/proc/21363/stat : 21363 (java) S 21360 21363 20160 0 -1 1077944320 8428 0 0 0 36 2 0 0 20 0 15 0 92656317 10916917248 10356 33554432000 4194304 4196468 140731841942064 140731841924608 140470537191159 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 16400384 140731841950893 140731841950985 140731841950985 140731841953743 0
/proc/21363/statm: 2665263 10356 3014 1 0 2627263 0
[pid=21363/tid=21365] ppid=21360 vsize=10661052 memory=7022364594140610616 CPUtime=0.21 cores=1,3,5,7
/proc/21363/task/21365/stat : 21365 (java) R 21360 21363 20160 0 -1 4202560 5094 0 0 0 20 1 0 0 20 0 15 0 92656318 10916917248 10356 33554432000 4194304 4196468 140731841942064 140470541429120 140470144537495 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16400384 140731841950893 140731841950985 140731841950985 140731841953743 0
[pid=21363/tid=21366] ppid=21360 vsize=10661052 memory=343 CPUtime=0 cores=1,3,5,7
/proc/21363/task/21366/stat : 21366 (java) S 21360 21363 20160 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92656319 10916917248 10356 33554432000 4194304 4196468 140731841942064 140470463265552 140470537201365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16400384 140731841950893 140731841950985 140731841950985 140731841953743 0
[pid=21363/tid=21367] ppid=21360 vsize=10661052 memory=139700570549676 CPUtime=0 cores=1,3,5,7
/proc/21363/task/21367/stat : 21367 (java) S 21360 21363 20160 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92656319 10916917248 10356 33554432000 4194304 4196468 140731841942064 140470143413136 140470537201365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16400384 140731841950893 140731841950985 140731841950985 140731841953743 0
[pid=21363/tid=21368] ppid=21360 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21363/task/21368/stat : 21368 (java) S 21360 21363 20160 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92656319 10916917248 10356 33554432000 4194304 4196468 140731841942064 140470142360592 140470537201365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16400384 140731841950893 140731841950985 140731841950985 140731841953743 0
[pid=21363/tid=21369] ppid=21360 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21363/task/21369/stat : 21369 (java) S 21360 21363 20160 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92656319 10916917248 10356 33554432000 4194304 4196468 140731841942064 140470141308048 140470537201365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16400384 140731841950893 140731841950985 140731841950985 140731841953743 0
[pid=21363/tid=21370] ppid=21360 vsize=10661052 memory=139700570207872 CPUtime=0 cores=1,3,5,7
/proc/21363/task/21370/stat : 21370 (java) S 21360 21363 20160 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92656320 10916917248 10356 33554432000 4194304 4196468 140731841942064 140469572786160 140470537202306 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16400384 140731841950893 140731841950985 140731841950985 140731841953743 0
[pid=21363/tid=21371] ppid=21360 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21363/task/21371/stat : 21371 (java) S 21360 21363 20160 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92656320 10916917248 10356 33554432000 4194304 4196468 140731841942064 140469571732384 140470537201365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16400384 140731841950893 140731841950985 140731841950985 140731841953743 0
[pid=21363/tid=21372] ppid=21360 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21363/task/21372/stat : 21372 (java) S 21360 21363 20160 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92656321 10916917248 10356 33554432000 4194304 4196468 140731841942064 140469570679792 140470537201365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16400384 140731841950893 140731841950985 140731841950985 140731841953743 0
[pid=21363/tid=21373] ppid=21360 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21363/task/21373/stat : 21373 (java) S 21360 21363 20160 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92656323 10916917248 10356 33554432000 4194304 4196468 140731841942064 140469569628368 140470537209755 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16400384 140731841950893 140731841950985 140731841950985 140731841953743 0
[pid=21363/tid=21374] ppid=21360 vsize=10661052 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/21363/task/21374/stat : 21374 (java) R 21360 21363 20160 0 -1 1077944384 473 0 0 0 3 0 0 0 20 0 15 0 92656323 10916917248 10356 33554432000 4194304 4196468 140731841942064 140469568576080 140470537201365 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16400384 140731841950893 140731841950985 140731841950985 140731841953743 0
[pid=21363/tid=21375] ppid=21360 vsize=10661052 memory=-1 CPUtime=0.03 cores=1,3,5,7
/proc/21363/task/21375/stat : 21375 (java) R 21360 21363 20160 0 -1 4202560 569 0 0 0 3 0 0 0 20 0 15 0 92656323 10916917248 10868 33554432000 4194304 4196468 140731841942064 140469567504456 140470518370175 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16400384 140731841950893 140731841950985 140731841950985 140731841953743 0
[pid=21363/tid=21376] ppid=21360 vsize=10661052 memory=139700570207872 CPUtime=0.09 cores=1,3,5,7
/proc/21363/task/21376/stat : 21376 (java) R 21360 21363 20160 0 -1 4202560 924 0 0 0 9 0 0 0 20 0 15 0 92656323 10916917248 10868 33554432000 4194304 4196468 140731841942064 140469566467264 140470515357455 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16400384 140731841950893 140731841950985 140731841950985 140731841953743 0
[pid=21363/tid=21377] ppid=21360 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21363/task/21377/stat : 21377 (java) S 21360 21363 20160 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92656323 10916917248 10868 33554432000 4194304 4196468 140731841942064 140469565418592 140470537201365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16400384 140731841950893 140731841950985 140731841950985 140731841953743 0
[pid=21363/tid=21378] ppid=21360 vsize=10661052 memory=139700570207872 CPUtime=0 cores=1,3,5,7
/proc/21363/task/21378/stat : 21378 (java) S 21360 21363 20160 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92656323 10916917248 10868 33554432000 4194304 4196468 140731841942064 140469564365104 140470537202306 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16400384 140731841950893 140731841950985 140731841950985 140731841953743 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10661052 KiB
Current children cumulated memory: 41424 KiB

[startup+0.310715 s]*
/proc/loadavg: 1.67 1.66 1.66 5/215 21378
/proc/meminfo: memFree=22641552/32770624 swapFree=67108688/67108860
[pid=21363] ppid=21360 vsize=10661052 memory=85152 CPUtime=0.65 cores=1,3,5,7
/proc/21363/stat : 21363 (java) S 21360 21363 20160 0 -1 1077944320 10188 0 0 0 62 3 0 0 20 0 15 0 92656317 10916917248 21288 33554432000 4194304 4196468 140731841942064 140731841924608 140470537191159 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 16400384 140731841950893 140731841950985 140731841950985 140731841953743 0
/proc/21363/statm: 2665263 21288 3041 1 0 2627263 0
[pid=21363/tid=21365] ppid=21360 vsize=10661052 memory=7022364594140610616 CPUtime=0.3 cores=1,3,5,7
/proc/21363/task/21365/stat : 21365 (java) R 21360 21363 20160 0 -1 4202560 5124 0 0 0 27 3 0 0 20 0 15 0 92656318 10916917248 21288 33554432000 4194304 4196468 140731841942064 140470541422576 140470145552715 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16400384 140731841950893 140731841950985 140731841950985 140731841953743 0
[pid=21363/tid=21366] ppid=21360 vsize=10661052 memory=4294979917 CPUtime=0 cores=1,3,5,7
/proc/21363/task/21366/stat : 21366 (java) S 21360 21363 20160 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92656319 10916917248 21288 33554432000 4194304 4196468 140731841942064 140470463265552 140470537201365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16400384 140731841950893 140731841950985 140731841950985 140731841953743 0
[pid=21363/tid=21367] ppid=21360 vsize=10661052 memory=139700570729288 CPUtime=0 cores=1,3,5,7
/proc/21363/task/21367/stat : 21367 (java) S 21360 21363 20160 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92656319 10916917248 21288 33554432000 4194304 4196468 140731841942064 140470143413136 140470537201365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16400384 140731841950893 140731841950985 140731841950985 140731841953743 0
[pid=21363/tid=21368] ppid=21360 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21363/task/21368/stat : 21368 (java) S 21360 21363 20160 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92656319 10916917248 21288 33554432000 4194304 4196468 140731841942064 140470142360592 140470537201365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16400384 140731841950893 140731841950985 140731841950985 140731841953743 0
[pid=21363/tid=21369] ppid=21360 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21363/task/21369/stat : 21369 (java) S 21360 21363 20160 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92656319 10916917248 21288 33554432000 4194304 4196468 140731841942064 140470141308048 140470537201365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16400384 140731841950893 140731841950985 140731841950985 140731841953743 0
[pid=21363/tid=21370] ppid=21360 vsize=10661052 memory=139700570207872 CPUtime=0 cores=1,3,5,7
/proc/21363/task/21370/stat : 21370 (java) S 21360 21363 20160 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92656320 10916917248 21288 33554432000 4194304 4196468 140731841942064 140469572786160 140470537202306 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16400384 140731841950893 140731841950985 140731841950985 140731841953743 0
[pid=21363/tid=21371] ppid=21360 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21363/task/21371/stat : 21371 (java) S 21360 21363 20160 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92656320 10916917248 21288 33554432000 4194304 4196468 140731841942064 140469571732384 140470537201365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16400384 140731841950893 140731841950985 140731841950985 140731841953743 0
[pid=21363/tid=21372] ppid=21360 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21363/task/21372/stat : 21372 (java) S 21360 21363 20160 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92656321 10916917248 21288 33554432000 4194304 4196468 140731841942064 140469570679792 140470537201365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16400384 140731841950893 140731841950985 140731841950985 140731841953743 0
[pid=21363/tid=21373] ppid=21360 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21363/task/21373/stat : 21373 (java) S 21360 21363 20160 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92656323 10916917248 21288 33554432000 4194304 4196468 140731841942064 140469569628368 140470537209755 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16400384 140731841950893 140731841950985 140731841950985 140731841953743 0
[pid=21363/tid=21374] ppid=21360 vsize=10661052 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/21363/task/21374/stat : 21374 (java) R 21360 21363 20160 0 -1 4202560 1178 0 0 0 10 0 0 0 20 0 15 0 92656323 10916917248 21288 33554432000 4194304 4196468 140731841942064 140469568561928 140470522300130 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16400384 140731841950893 140731841950985 140731841950985 140731841953743 0
[pid=21363/tid=21375] ppid=21360 vsize=10661052 memory=-1 CPUtime=0.11 cores=1,3,5,7
/proc/21363/task/21375/stat : 21375 (java) R 21360 21363 20160 0 -1 4202560 1405 0 0 0 11 0 0 0 20 0 15 0 92656323 10916917248 21288 33554432000 4194304 4196468 140731841942064 140469567509576 140470518367048 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16400384 140731841950893 140731841950985 140731841950985 140731841953743 0
[pid=21363/tid=21376] ppid=21360 vsize=10661052 memory=139700570207872 CPUtime=0.12 cores=1,3,5,7
/proc/21363/task/21376/stat : 21376 (java) S 21360 21363 20160 0 -1 1077944384 1113 0 0 0 12 0 0 0 20 0 15 0 92656323 10916917248 21288 33554432000 4194304 4196468 140731841942064 140469566470896 140470537202306 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16400384 140731841950893 140731841950985 140731841950985 140731841953743 0
[pid=21363/tid=21377] ppid=21360 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21363/task/21377/stat : 21377 (java) S 21360 21363 20160 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92656323 10916917248 21288 33554432000 4194304 4196468 140731841942064 140469565418592 140470537201365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16400384 140731841950893 140731841950985 140731841950985 140731841953743 0
[pid=21363/tid=21378] ppid=21360 vsize=10661052 memory=139700570207872 CPUtime=0 cores=1,3,5,7
/proc/21363/task/21378/stat : 21378 (java) S 21360 21363 20160 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92656323 10916917248 21288 33554432000 4194304 4196468 140731841942064 140469564365104 140470537202306 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16400384 140731841950893 140731841950985 140731841950985 140731841953743 0
Current children cumulated CPU time: 0.65 s
Current children cumulated vsize: 10661052 KiB
Current children cumulated memory: 85152 KiB

[startup+0.701724 s]
/proc/loadavg: 1.67 1.66 1.66 5/215 21378
/proc/meminfo: memFree=22602708/32770624 swapFree=67108688/67108860
[pid=21363] ppid=21360 vsize=10661128 memory=232432 CPUtime=1.84 cores=1,3,5,7
/proc/21363/stat : 21363 (java) S 21360 21363 20160 0 -1 1077944320 11821 0 0 0 170 14 0 0 20 0 15 0 92656317 10916995072 58108 33554432000 4194304 4196468 140731841942064 140731841924608 140470537191159 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 16400384 140731841950893 140731841950985 140731841950985 140731841953743 0
/proc/21363/statm: 2665282 58108 3104 1 0 2627263 0
[pid=21363/tid=21365] ppid=21360 vsize=10661128 memory=231483906221785 CPUtime=0.64 cores=1,3,5,7
/proc/21363/task/21365/stat : 21365 (java) S 21360 21363 20160 0 -1 1077944384 5532 0 0 0 59 5 0 0 20 0 15 0 92656318 10916995072 58108 33554432000 4194304 4196468 140731841942064 140470541428576 140470537201365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16400384 140731841950893 140731841950985 140731841950985 140731841953743 0
[pid=21363/tid=21366] ppid=21360 vsize=10661128 memory=4051047449723404320 CPUtime=0.02 cores=1,3,5,7
/proc/21363/task/21366/stat : 21366 (java) R 21360 21363 20160 0 -1 4202560 42 0 0 0 1 1 0 0 20 0 15 0 92656319 10916995072 58108 33554432000 4194304 4196468 140731841942064 140470463263184 140470530293876 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16400384 140731841950893 140731841950985 140731841950985 140731841953743 0
[pid=21363/tid=21367] ppid=21360 vsize=10661128 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/21363/task/21367/stat : 21367 (java) R 21360 21363 20160 0 -1 4202560 33 0 0 0 1 1 0 0 20 0 15 0 92656319 10916995072 58108 33554432000 4194304 4196468 140731841942064 140470143413136 140470530290859 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16400384 140731841950893 140731841950985 140731841950985 140731841953743 0
[pid=21363/tid=21368] ppid=21360 vsize=10661128 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/21363/task/21368/stat : 21368 (java) R 21360 21363 20160 0 -1 4202560 33 0 0 0 1 1 0 0 20 0 15 0 92656319 10916995072 58108 33554432000 4194304 4196468 140731841942064 140470142360792 140470522218578 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 16400384 140731841950893 140731841950985 140731841950985 140731841953743 0
[pid=21363/tid=21369] ppid=21360 vsize=10661128 memory=7809523229951467576 CPUtime=0.03 cores=1,3,5,7
/proc/21363/task/21369/stat : 21369 (java) R 21360 21363 20160 0 -1 4202560 33 0 0 0 1 2 0 0 20 0 15 0 92656319 10916995072 58108 33554432000 4194304 4196468 140731841942064 140470141308048 140470530294198 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16400384 140731841950893 140731841950985 140731841950985 140731841953743 0
[pid=21363/tid=21370] ppid=21360 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21363/task/21370/stat : 21370 (java) S 21360 21363 20160 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 15 0 92656320 10916995072 58108 33554432000 4194304 4196468 140731841942064 140469572784672 140470537201365 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16400384 140731841950893 140731841950985 140731841950985 140731841953743 0
[pid=21363/tid=21371] ppid=21360 vsize=10661128 memory=-6079718012894977833 CPUtime=0 cores=1,3,5,7
/proc/21363/task/21371/stat : 21371 (java) S 21360 21363 20160 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92656320 10916995072 58108 33554432000 4194304 4196468 140731841942064 140469571732384 140470537201365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16400384 140731841950893 140731841950985 140731841950985 140731841953743 0
[pid=21363/tid=21372] ppid=21360 vsize=10661128 memory=6944656592387989600 CPUtime=0 cores=1,3,5,7
/proc/21363/task/21372/stat : 21372 (java) S 21360 21363 20160 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92656321 10916995072 58108 33554432000 4194304 4196468 140731841942064 140469570679792 140470537201365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16400384 140731841950893 140731841950985 140731841950985 140731841953743 0
[pid=21363/tid=21373] ppid=21360 vsize=10661128 memory=6944656592455360604 CPUtime=0 cores=1,3,5,7
/proc/21363/task/21373/stat : 21373 (java) S 21360 21363 20160 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92656323 10916995072 58108 33554432000 4194304 4196468 140731841942064 140469569628368 140470537209755 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16400384 140731841950893 140731841950985 140731841950985 140731841953743 0
[pid=21363/tid=21374] ppid=21360 vsize=10661128 memory=0 CPUtime=0.38 cores=1,3,5,7
/proc/21363/task/21374/stat : 21374 (java) S 21360 21363 20160 0 -1 1077944384 1537 0 0 0 38 0 0 0 20 0 15 0 92656323 10916995072 58108 33554432000 4194304 4196468 140731841942064 140469568567264 140470537201365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16400384 140731841950893 140731841950985 140731841950985 140731841953743 0
[pid=21363/tid=21375] ppid=21360 vsize=10661128 memory=0 CPUtime=0.39 cores=1,3,5,7
/proc/21363/task/21375/stat : 21375 (java) S 21360 21363 20160 0 -1 1077944384 1814 0 0 0 39 0 0 0 20 0 15 0 92656323 10916995072 58108 33554432000 4194304 4196468 140731841942064 140469567503408 140470537201365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16400384 140731841950893 140731841950985 140731841950985 140731841953743 0
[pid=21363/tid=21376] ppid=21360 vsize=10661128 memory=0 CPUtime=0.26 cores=1,3,5,7
/proc/21363/task/21376/stat : 21376 (java) S 21360 21363 20160 0 -1 1077944384 1424 0 0 0 26 0 0 0 20 0 15 0 92656323 10916995072 58108 33554432000 4194304 4196468 140731841942064 140469566470896 140470537202306 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16400384 140731841950893 140731841950985 140731841950985 140731841953743 0
[pid=21363/tid=21377] ppid=21360 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21363/task/21377/stat : 21377 (java) S 21360 21363 20160 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92656323 10916995072 58108 33554432000 4194304 4196468 140731841942064 140469565418592 140470537201365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16400384 140731841950893 140731841950985 140731841950985 140731841953743 0
[pid=21363/tid=21378] ppid=21360 vsize=10661128 memory=4008 CPUtime=0 cores=1,3,5,7
/proc/21363/task/21378/stat : 21378 (java) S 21360 21363 20160 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92656323 10916995072 58620 33554432000 4194304 4196468 140731841942064 140469564365104 140470537202306 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16400384 140731841950893 140731841950985 140731841950985 140731841953743 0
Current children cumulated CPU time: 1.84 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 232432 KiB

[startup+1.50091 s]
/proc/loadavg: 1.67 1.66 1.66 3/215 21378
/proc/meminfo: memFree=22454232/32770624 swapFree=67108688/67108860
[pid=21363] ppid=21360 vsize=10661128 memory=436884 CPUtime=3.21 cores=1,3,5,7
/proc/21363/stat : 21363 (java) S 21360 21363 20160 0 -1 1077944320 13165 0 0 0 293 28 0 0 20 0 15 0 92656317 10916995072 109221 33554432000 4194304 4196468 140731841942064 140731841924608 140470537191159 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 16400384 140731841950893 140731841950985 140731841950985 140731841953743 0
/proc/21363/statm: 2665282 109221 3136 1 0 2627263 0
[pid=21363/tid=21365] ppid=21360 vsize=10661128 memory=12848 CPUtime=1.36 cores=1,3,5,7
/proc/21363/task/21365/stat : 21365 (java) R 21360 21363 20160 0 -1 4202560 5598 0 0 0 130 6 0 0 20 0 15 0 92656318 10916995072 109221 33554432000 4194304 4196468 140731841942064 140470541426000 140470146005988 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16400384 140731841950893 140731841950985 140731841950985 140731841953743 0
[pid=21363/tid=21366] ppid=21360 vsize=10661128 memory=6791534058613427641 CPUtime=0.09 cores=1,3,5,7
/proc/21363/task/21366/stat : 21366 (java) S 21360 21363 20160 0 -1 1077944384 197 0 0 0 5 4 0 0 20 0 15 0 92656319 10916995072 109221 33554432000 4194304 4196468 140731841942064 140470463265552 140470537201365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16400384 140731841950893 140731841950985 140731841950985 140731841953743 0
[pid=21363/tid=21367] ppid=21360 vsize=10661128 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/21363/task/21367/stat : 21367 (java) S 21360 21363 20160 0 -1 1077944384 291 0 0 0 5 4 0 0 20 0 15 0 92656319 10916995072 109221 33554432000 4194304 4196468 140731841942064 140470143413136 140470537201365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16400384 140731841950893 140731841950985 140731841950985 140731841953743 0
[pid=21363/tid=21368] ppid=21360 vsize=10661128 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/21363/task/21368/stat : 21368 (java) S 21360 21363 20160 0 -1 1077944384 187 0 0 0 5 4 0 0 20 0 15 0 92656319 10916995072 109221 33554432000 4194304 4196468 140731841942064 140470142360592 140470537201365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16400384 140731841950893 140731841950985 140731841950985 140731841953743 0
[pid=21363/tid=21369] ppid=21360 vsize=10661128 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/21363/task/21369/stat : 21369 (java) S 21360 21363 20160 0 -1 1077944384 182 0 0 0 5 5 0 0 20 0 15 0 92656319 10916995072 109221 33554432000 4194304 4196468 140731841942064 140470141308048 140470537201365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16400384 140731841950893 140731841950985 140731841950985 140731841953743 0
[pid=21363/tid=21370] ppid=21360 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21363/task/21370/stat : 21370 (java) S 21360 21363 20160 0 -1 1077944384 208 0 0 0 0 0 0 0 20 0 15 0 92656320 10916995072 109221 33554432000 4194304 4196468 140731841942064 140469572786160 140470537202306 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16400384 140731841950893 140731841950985 140731841950985 140731841953743 0

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

/proc/21363/task/21365/stat : 21365 (java) R 21360 21363 20160 0 -1 4202560 365356 0 0 0 237264 63 0 0 20 0 15 0 92656318 10916995072 836676 33554432000 4194304 4196468 140731841942064 140470541430816 140470150025523 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16400384 140731841950893 140731841950985 140731841950985 140731841953743 0
[pid=21363/tid=21366] ppid=21360 vsize=10661128 memory=3346704 CPUtime=7.04 cores=1,3,5,7
/proc/21363/task/21366/stat : 21366 (java) S 21360 21363 20160 0 -1 1077944384 80823 0 0 0 660 44 0 0 20 0 15 0 92656319 10916995072 836676 33554432000 4194304 4196468 140731841942064 140470463265552 140470537201365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16400384 140731841950893 140731841950985 140731841950985 140731841953743 0
[pid=21363/tid=21367] ppid=21360 vsize=10661128 memory=3346640 CPUtime=7.03 cores=1,3,5,7
/proc/21363/task/21367/stat : 21367 (java) S 21360 21363 20160 0 -1 1077944384 80380 0 0 0 660 43 0 0 20 0 15 0 92656319 10916995072 836676 33554432000 4194304 4196468 140731841942064 140470143413136 140470537201365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16400384 140731841950893 140731841950985 140731841950985 140731841953743 0
[pid=21363/tid=21368] ppid=21360 vsize=10661128 memory=3346692 CPUtime=7 cores=1,3,5,7
/proc/21363/task/21368/stat : 21368 (java) S 21360 21363 20160 0 -1 1077944384 81806 0 0 0 654 46 0 0 20 0 15 0 92656319 10916995072 836676 33554432000 4194304 4196468 140731841942064 140470142360592 140470537201365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16400384 140731841950893 140731841950985 140731841950985 140731841953743 0
[pid=21363/tid=21369] ppid=21360 vsize=10661128 memory=3346692 CPUtime=7.02 cores=1,3,5,7
/proc/21363/task/21369/stat : 21369 (java) S 21360 21363 20160 0 -1 1077944384 82609 0 0 0 658 44 0 0 20 0 15 0 92656319 10916995072 836676 33554432000 4194304 4196468 140731841942064 140470141308048 140470537201365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16400384 140731841950893 140731841950985 140731841950985 140731841953743 0
[pid=21363/tid=21370] ppid=21360 vsize=10661128 memory=3346692 CPUtime=1.07 cores=1,3,5,7
/proc/21363/task/21370/stat : 21370 (java) S 21360 21363 20160 0 -1 1077944384 14256 0 0 0 85 22 0 0 20 0 15 0 92656320 10916995072 836676 33554432000 4194304 4196468 140731841942064 140469572786160 140470537202306 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 24 0 0 6293624 6294260 16400384 140731841950893 140731841950985 140731841950985 140731841953743 0
[pid=21363/tid=21371] ppid=21360 vsize=10661128 memory=3346704 CPUtime=0 cores=1,3,5,7
/proc/21363/task/21371/stat : 21371 (java) S 21360 21363 20160 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 92656320 10916995072 836676 33554432000 4194304 4196468 140731841942064 140469571732448 140470537201365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16400384 140731841950893 140731841950985 140731841950985 140731841953743 0
[pid=21363/tid=21372] ppid=21360 vsize=10661128 memory=3346704 CPUtime=0 cores=1,3,5,7
/proc/21363/task/21372/stat : 21372 (java) S 21360 21363 20160 0 -1 1077944384 79 0 0 0 0 0 0 0 20 0 15 0 92656321 10916995072 836676 33554432000 4194304 4196468 140731841942064 140469570679792 140470537201365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16400384 140731841950893 140731841950985 140731841950985 140731841953743 0
[pid=21363/tid=21373] ppid=21360 vsize=10661128 memory=3346704 CPUtime=0 cores=1,3,5,7
/proc/21363/task/21373/stat : 21373 (java) S 21360 21363 20160 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92656323 10916995072 836676 33554432000 4194304 4196468 140731841942064 140469569628368 140470537209755 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16400384 140731841950893 140731841950985 140731841950985 140731841953743 0
[pid=21363/tid=21374] ppid=21360 vsize=10661128 memory=1952 CPUtime=1.72 cores=1,3,5,7
/proc/21363/task/21374/stat : 21374 (java) S 21360 21363 20160 0 -1 1077944384 10683 0 0 0 170 2 0 0 20 0 15 0 92656323 10916995072 836676 33554432000 4194304 4196468 140731841942064 140469568575984 140470537202306 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16400384 140731841950893 140731841950985 140731841950985 140731841953743 0
[pid=21363/tid=21375] ppid=21360 vsize=10661128 memory=3346704 CPUtime=1.88 cores=1,3,5,7
/proc/21363/task/21375/stat : 21375 (java) S 21360 21363 20160 0 -1 1077944384 11549 0 0 0 187 1 0 0 20 0 15 0 92656323 10916995072 836676 33554432000 4194304 4196468 140731841942064 140469567523440 140470537202306 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 30 0 0 6293624 6294260 16400384 140731841950893 140731841950985 140731841950985 140731841953743 0
[pid=21363/tid=21376] ppid=21360 vsize=10661128 memory=3346704 CPUtime=0.63 cores=1,3,5,7
/proc/21363/task/21376/stat : 21376 (java) S 21360 21363 20160 0 -1 1077944384 6069 0 0 0 61 2 0 0 20 0 15 0 92656323 10916995072 836676 33554432000 4194304 4196468 140731841942064 140469566470896 140470537202306 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 28 0 0 6293624 6294260 16400384 140731841950893 140731841950985 140731841950985 140731841953743 0
[pid=21363/tid=21377] ppid=21360 vsize=10661128 memory=3346704 CPUtime=0 cores=1,3,5,7
/proc/21363/task/21377/stat : 21377 (java) S 21360 21363 20160 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92656323 10916995072 836676 33554432000 4194304 4196468 140731841942064 140469565418592 140470537201365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16400384 140731841950893 140731841950985 140731841950985 140731841953743 0
[pid=21363/tid=21378] ppid=21360 vsize=10661128 memory=3346704 CPUtime=1.23 cores=1,3,5,7
/proc/21363/task/21378/stat : 21378 (java) S 21360 21363 20160 0 -1 1077944384 1649 0 0 0 56 67 0 0 20 0 15 0 92656323 10916995072 836676 33554432000 4194304 4196468 140731841942064 140469564365104 140470537202306 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 32 0 0 6293624 6294260 16400384 140731841950893 140731841950985 140731841950985 140731841953743 0
Current children cumulated CPU time: 2407.99 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 3346704 KiB

[startup+2442.3 s]
/proc/loadavg: 1.16 1.27 1.42 3/215 21453
/proc/meminfo: memFree=16765164/32770624 swapFree=67108688/67108860
[pid=21363] ppid=21360 vsize=10661128 memory=3346788 CPUtime=2468.89 cores=1,3,5,7
/proc/21363/stat : 21363 (java) S 21360 21363 20160 0 -1 1077944320 757421 0 0 0 246565 324 0 0 20 0 15 0 92656317 10916995072 836697 33554432000 4194304 4196468 140731841942064 140731841924608 140470537191159 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 16400384 140731841950893 140731841950985 140731841950985 140731841953743 0
/proc/21363/statm: 2665282 836697 3189 1 0 2627263 0
[pid=21363/tid=21365] ppid=21360 vsize=10661128 memory=3346788 CPUtime=2432.85 cores=1,3,5,7
/proc/21363/task/21365/stat : 21365 (java) R 21360 21363 20160 0 -1 4202560 374104 0 0 0 243221 64 0 0 20 0 15 0 92656318 10916995072 836697 33554432000 4194304 4196468 140731841942064 140470541430688 140470150023307 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16400384 140731841950893 140731841950985 140731841950985 140731841953743 0
[pid=21363/tid=21366] ppid=21360 vsize=10661128 memory=3346744 CPUtime=7.34 cores=1,3,5,7
/proc/21363/task/21366/stat : 21366 (java) S 21360 21363 20160 0 -1 1077944384 83871 0 0 0 690 44 0 0 20 0 15 0 92656319 10916995072 836697 33554432000 4194304 4196468 140731841942064 140470463265552 140470537201365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16400384 140731841950893 140731841950985 140731841950985 140731841953743 0
[pid=21363/tid=21367] ppid=21360 vsize=10661128 memory=3346744 CPUtime=7.35 cores=1,3,5,7
/proc/21363/task/21367/stat : 21367 (java) S 21360 21363 20160 0 -1 1077944384 83452 0 0 0 691 44 0 0 20 0 15 0 92656319 10916995072 836697 33554432000 4194304 4196468 140731841942064 140470143413136 140470537201365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16400384 140731841950893 140731841950985 140731841950985 140731841953743 0
[pid=21363/tid=21368] ppid=21360 vsize=10661128 memory=3346760 CPUtime=7.32 cores=1,3,5,7
/proc/21363/task/21368/stat : 21368 (java) S 21360 21363 20160 0 -1 1077944384 84603 0 0 0 685 47 0 0 20 0 15 0 92656319 10916995072 836697 33554432000 4194304 4196468 140731841942064 140470142360592 140470537201365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16400384 140731841950893 140731841950985 140731841950985 140731841953743 0
[pid=21363/tid=21369] ppid=21360 vsize=10661128 memory=3346780 CPUtime=7.33 cores=1,3,5,7
/proc/21363/task/21369/stat : 21369 (java) S 21360 21363 20160 0 -1 1077944384 85226 0 0 0 688 45 0 0 20 0 15 0 92656319 10916995072 836697 33554432000 4194304 4196468 140731841942064 140470141308048 140470537201365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16400384 140731841950893 140731841950985 140731841950985 140731841953743 0
[pid=21363/tid=21370] ppid=21360 vsize=10661128 memory=3346788 CPUtime=1.12 cores=1,3,5,7
/proc/21363/task/21370/stat : 21370 (java) S 21360 21363 20160 0 -1 1077944384 14716 0 0 0 90 22 0 0 20 0 15 0 92656320 10916995072 836697 33554432000 4194304 4196468 140731841942064 140469572786160 140470537202306 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 24 0 0 6293624 6294260 16400384 140731841950893 140731841950985 140731841950985 140731841953743 0
[pid=21363/tid=21371] ppid=21360 vsize=10661128 memory=3346788 CPUtime=0 cores=1,3,5,7
/proc/21363/task/21371/stat : 21371 (java) S 21360 21363 20160 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 92656320 10916995072 836697 33554432000 4194304 4196468 140731841942064 140469571732448 140470537201365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16400384 140731841950893 140731841950985 140731841950985 140731841953743 0
[pid=21363/tid=21372] ppid=21360 vsize=10661128 memory=3346788 CPUtime=0 cores=1,3,5,7
/proc/21363/task/21372/stat : 21372 (java) S 21360 21363 20160 0 -1 1077944384 79 0 0 0 0 0 0 0 20 0 15 0 92656321 10916995072 836697 33554432000 4194304 4196468 140731841942064 140469570679792 140470537201365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16400384 140731841950893 140731841950985 140731841950985 140731841953743 0
[pid=21363/tid=21373] ppid=21360 vsize=10661128 memory=3346788 CPUtime=0 cores=1,3,5,7
/proc/21363/task/21373/stat : 21373 (java) S 21360 21363 20160 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92656323 10916995072 836697 33554432000 4194304 4196468 140731841942064 140469569628368 140470537209755 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16400384 140731841950893 140731841950985 140731841950985 140731841953743 0
[pid=21363/tid=21374] ppid=21360 vsize=10661128 memory=3346788 CPUtime=1.72 cores=1,3,5,7
/proc/21363/task/21374/stat : 21374 (java) S 21360 21363 20160 0 -1 1077944384 10687 0 0 0 170 2 0 0 20 0 15 0 92656323 10916995072 836697 33554432000 4194304 4196468 140731841942064 140469568575984 140470537202306 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16400384 140731841950893 140731841950985 140731841950985 140731841953743 0
[pid=21363/tid=21375] ppid=21360 vsize=10661128 memory=3346788 CPUtime=1.88 cores=1,3,5,7
/proc/21363/task/21375/stat : 21375 (java) S 21360 21363 20160 0 -1 1077944384 11555 0 0 0 187 1 0 0 20 0 15 0 92656323 10916995072 836697 33554432000 4194304 4196468 140731841942064 140469567523440 140470537202306 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 30 0 0 6293624 6294260 16400384 140731841950893 140731841950985 140731841950985 140731841953743 0
[pid=21363/tid=21376] ppid=21360 vsize=10661128 memory=3346780 CPUtime=0.63 cores=1,3,5,7
/proc/21363/task/21376/stat : 21376 (java) S 21360 21363 20160 0 -1 1077944384 6073 0 0 0 61 2 0 0 20 0 15 0 92656323 10916995072 836697 33554432000 4194304 4196468 140731841942064 140469566470896 140470537202306 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 28 0 0 6293624 6294260 16400384 140731841950893 140731841950985 140731841950985 140731841953743 0
[pid=21363/tid=21377] ppid=21360 vsize=10661128 memory=14076 CPUtime=0 cores=1,3,5,7
/proc/21363/task/21377/stat : 21377 (java) S 21360 21363 20160 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92656323 10916995072 836697 33554432000 4194304 4196468 140731841942064 140469565418592 140470537201365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16400384 140731841950893 140731841950985 140731841950985 140731841953743 0
[pid=21363/tid=21378] ppid=21360 vsize=10661128 memory=3346788 CPUtime=1.26 cores=1,3,5,7
/proc/21363/task/21378/stat : 21378 (java) S 21360 21363 20160 0 -1 1077944384 1704 0 0 0 57 69 0 0 20 0 15 0 92656323 10916995072 836697 33554432000 4194304 4196468 140731841942064 140469564365104 140470537202306 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 32 0 0 6293624 6294260 16400384 140731841950893 140731841950985 140731841950985 140731841953743 0
Current children cumulated CPU time: 2468.89 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 3346788 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2492.7 s]
/proc/loadavg: 1.32 1.29 1.42 2/199 21493
/proc/meminfo: memFree=20150448/32770624 swapFree=67108688/67108860
[pid=21363] ppid=21360 vsize=10661128 memory=3346848 CPUtime=2520.09 cores=1,3,5,7
/proc/21363/stat : 21363 (java) S 21360 21363 20160 0 -1 1077944320 772445 0 0 0 251682 327 0 0 20 0 15 0 92656317 10916995072 836712 33554432000 4194304 4196468 140731841942064 140731841924608 140470537191159 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 16400384 140731841950893 140731841950985 140731841950985 140731841953743 0
/proc/21363/statm: 2665282 836712 3189 1 0 2627263 0
[pid=21363/tid=21365] ppid=21360 vsize=10661128 memory=3346848 CPUtime=2482.89 cores=1,3,5,7
/proc/21363/task/21365/stat : 21365 (java) R 21360 21363 20160 0 -1 4202560 382660 0 0 0 248224 65 0 0 20 0 15 0 92656318 10916995072 836712 33554432000 4194304 4196468 140731841942064 140470541430688 140470150074208 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16400384 140731841950893 140731841950985 140731841950985 140731841953743 0
[pid=21363/tid=21366] ppid=21360 vsize=10661128 memory=3346544 CPUtime=7.62 cores=1,3,5,7
/proc/21363/task/21366/stat : 21366 (java) S 21360 21363 20160 0 -1 1077944384 85204 0 0 0 717 45 0 0 20 0 15 0 92656319 10916995072 836712 33554432000 4194304 4196468 140731841942064 140470463265552 140470537201365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16400384 140731841950893 140731841950985 140731841950985 140731841953743 0
[pid=21363/tid=21367] ppid=21360 vsize=10661128 memory=3346788 CPUtime=7.62 cores=1,3,5,7
/proc/21363/task/21367/stat : 21367 (java) S 21360 21363 20160 0 -1 1077944384 85123 0 0 0 718 44 0 0 20 0 15 0 92656319 10916995072 836712 33554432000 4194304 4196468 140731841942064 140470143413136 140470537201365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16400384 140731841950893 140731841950985 140731841950985 140731841953743 0
[pid=21363/tid=21368] ppid=21360 vsize=10661128 memory=3346804 CPUtime=7.59 cores=1,3,5,7
/proc/21363/task/21368/stat : 21368 (java) S 21360 21363 20160 0 -1 1077944384 86174 0 0 0 711 48 0 0 20 0 15 0 92656319 10916995072 836712 33554432000 4194304 4196468 140731841942064 140470142360592 140470537201365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16400384 140731841950893 140731841950985 140731841950985 140731841953743 0
[pid=21363/tid=21369] ppid=21360 vsize=10661128 memory=3346836 CPUtime=7.61 cores=1,3,5,7
/proc/21363/task/21369/stat : 21369 (java) S 21360 21363 20160 0 -1 1077944384 86853 0 0 0 715 46 0 0 20 0 15 0 92656319 10916995072 836712 33554432000 4194304 4196468 140731841942064 140470141308048 140470537201365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16400384 140731841950893 140731841950985 140731841950985 140731841953743 0
[pid=21363/tid=21370] ppid=21360 vsize=10661128 memory=3346836 CPUtime=1.17 cores=1,3,5,7
/proc/21363/task/21370/stat : 21370 (java) S 21360 21363 20160 0 -1 1077944384 14954 0 0 0 94 23 0 0 20 0 15 0 92656320 10916995072 836712 33554432000 4194304 4196468 140731841942064 140469572786160 140470537202306 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 24 0 0 6293624 6294260 16400384 140731841950893 140731841950985 140731841950985 140731841953743 0
[pid=21363/tid=21371] ppid=21360 vsize=10661128 memory=3346804 CPUtime=0 cores=1,3,5,7
/proc/21363/task/21371/stat : 21371 (java) S 21360 21363 20160 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 92656320 10916995072 836712 33554432000 4194304 4196468 140731841942064 140469571732448 140470537201365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16400384 140731841950893 140731841950985 140731841950985 140731841953743 0
[pid=21363/tid=21372] ppid=21360 vsize=10661128 memory=3346836 CPUtime=0 cores=1,3,5,7
/proc/21363/task/21372/stat : 21372 (java) S 21360 21363 20160 0 -1 1077944384 79 0 0 0 0 0 0 0 20 0 15 0 92656321 10916995072 836712 33554432000 4194304 4196468 140731841942064 140469570679792 140470537201365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16400384 140731841950893 140731841950985 140731841950985 140731841953743 0
[pid=21363/tid=21373] ppid=21360 vsize=10661128 memory=3346836 CPUtime=0 cores=1,3,5,7
/proc/21363/task/21373/stat : 21373 (java) S 21360 21363 20160 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92656323 10916995072 836712 33554432000 4194304 4196468 140731841942064 140469569628368 140470537209755 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16400384 140731841950893 140731841950985 140731841950985 140731841953743 0
[pid=21363/tid=21374] ppid=21360 vsize=10661128 memory=4140 CPUtime=1.72 cores=1,3,5,7
/proc/21363/task/21374/stat : 21374 (java) S 21360 21363 20160 0 -1 1077944384 10689 0 0 0 170 2 0 0 20 0 15 0 92656323 10916995072 836712 33554432000 4194304 4196468 140731841942064 140469568575984 140470537202306 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16400384 140731841950893 140731841950985 140731841950985 140731841953743 0
[pid=21363/tid=21375] ppid=21360 vsize=10661128 memory=26912 CPUtime=1.88 cores=1,3,5,7
/proc/21363/task/21375/stat : 21375 (java) S 21360 21363 20160 0 -1 1077944384 11558 0 0 0 187 1 0 0 20 0 15 0 92656323 10916995072 836712 33554432000 4194304 4196468 140731841942064 140469567523440 140470537202306 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 30 0 0 6293624 6294260 16400384 140731841950893 140731841950985 140731841950985 140731841953743 0
[pid=21363/tid=21376] ppid=21360 vsize=10661128 memory=26912 CPUtime=0.63 cores=1,3,5,7
/proc/21363/task/21376/stat : 21376 (java) S 21360 21363 20160 0 -1 1077944384 6075 0 0 0 61 2 0 0 20 0 15 0 92656323 10916995072 836712 33554432000 4194304 4196468 140731841942064 140469566470896 140470537202306 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 28 0 0 6293624 6294260 16400384 140731841950893 140731841950985 140731841950985 140731841953743 0
[pid=21363/tid=21377] ppid=21360 vsize=10661128 memory=3346836 CPUtime=0 cores=1,3,5,7
/proc/21363/task/21377/stat : 21377 (java) S 21360 21363 20160 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92656323 10916995072 836712 33554432000 4194304 4196468 140731841942064 140469565418592 140470537201365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16400384 140731841950893 140731841950985 140731841950985 140731841953743 0
[pid=21363/tid=21378] ppid=21360 vsize=10661128 memory=1296 CPUtime=1.28 cores=1,3,5,7
/proc/21363/task/21378/stat : 21378 (java) S 21360 21363 20160 0 -1 1077944384 1725 0 0 0 58 70 0 0 20 0 15 0 92656323 10916995072 836712 33554432000 4194304 4196468 140731841942064 140469564365104 140470537202306 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 32 0 0 6293624 6294260 16400384 140731841950893 140731841950985 140731841950985 140731841953743 0
Current children cumulated CPU time: 2520.09 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 3346848 KiB

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

[startup+2492.73 s]
# the end of solver process 21363 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.83 s, system=3.30432 s

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

[startup+2492.7 s]
/proc/loadavg: 1.32 1.29 1.42 2/199 21493
/proc/meminfo: memFree=20150448/32770624 swapFree=67108688/67108860
[pid=21363] ppid=21360 vsize=10661128 memory=3346848 CPUtime=2520.09 cores=1,3,5,7
/proc/21363/stat : 21363 (java) S 21360 21363 20160 0 -1 1077944320 772445 0 0 0 251682 327 0 0 20 0 15 0 92656317 10916995072 836712 33554432000 4194304 4196468 140731841942064 140731841924608 140470537191159 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 16400384 140731841950893 140731841950985 140731841950985 140731841953743 0
/proc/21363/statm: 2665282 836712 3189 1 0 2627263 0
[pid=21363/tid=21365] ppid=21360 vsize=10661128 memory=3346848 CPUtime=2482.89 cores=1,3,5,7
/proc/21363/task/21365/stat : 21365 (java) R 21360 21363 20160 0 -1 4202560 382660 0 0 0 248224 65 0 0 20 0 15 0 92656318 10916995072 836712 33554432000 4194304 4196468 140731841942064 140470541430688 140470150074208 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16400384 140731841950893 140731841950985 140731841950985 140731841953743 0
[pid=21363/tid=21366] ppid=21360 vsize=10661128 memory=3346544 CPUtime=7.62 cores=1,3,5,7
/proc/21363/task/21366/stat : 21366 (java) S 21360 21363 20160 0 -1 1077944384 85204 0 0 0 717 45 0 0 20 0 15 0 92656319 10916995072 836712 33554432000 4194304 4196468 140731841942064 140470463265552 140470537201365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16400384 140731841950893 140731841950985 140731841950985 140731841953743 0
[pid=21363/tid=21367] ppid=21360 vsize=10661128 memory=3346788 CPUtime=7.62 cores=1,3,5,7
/proc/21363/task/21367/stat : 21367 (java) S 21360 21363 20160 0 -1 1077944384 85123 0 0 0 718 44 0 0 20 0 15 0 92656319 10916995072 836712 33554432000 4194304 4196468 140731841942064 140470143413136 140470537201365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16400384 140731841950893 140731841950985 140731841950985 140731841953743 0
[pid=21363/tid=21368] ppid=21360 vsize=10661128 memory=3346804 CPUtime=7.59 cores=1,3,5,7
/proc/21363/task/21368/stat : 21368 (java) S 21360 21363 20160 0 -1 1077944384 86174 0 0 0 711 48 0 0 20 0 15 0 92656319 10916995072 836712 33554432000 4194304 4196468 140731841942064 140470142360592 140470537201365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16400384 140731841950893 140731841950985 140731841950985 140731841953743 0
[pid=21363/tid=21369] ppid=21360 vsize=10661128 memory=3346836 CPUtime=7.61 cores=1,3,5,7
/proc/21363/task/21369/stat : 21369 (java) S 21360 21363 20160 0 -1 1077944384 86853 0 0 0 715 46 0 0 20 0 15 0 92656319 10916995072 836712 33554432000 4194304 4196468 140731841942064 140470141308048 140470537201365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16400384 140731841950893 140731841950985 140731841950985 140731841953743 0
[pid=21363/tid=21370] ppid=21360 vsize=10661128 memory=3346836 CPUtime=1.17 cores=1,3,5,7
/proc/21363/task/21370/stat : 21370 (java) S 21360 21363 20160 0 -1 1077944384 14954 0 0 0 94 23 0 0 20 0 15 0 92656320 10916995072 836712 33554432000 4194304 4196468 140731841942064 140469572786160 140470537202306 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 24 0 0 6293624 6294260 16400384 140731841950893 140731841950985 140731841950985 140731841953743 0
[pid=21363/tid=21371] ppid=21360 vsize=10661128 memory=3346804 CPUtime=0 cores=1,3,5,7
/proc/21363/task/21371/stat : 21371 (java) S 21360 21363 20160 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 92656320 10916995072 836712 33554432000 4194304 4196468 140731841942064 140469571732448 140470537201365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16400384 140731841950893 140731841950985 140731841950985 140731841953743 0
[pid=21363/tid=21372] ppid=21360 vsize=10661128 memory=3346836 CPUtime=0 cores=1,3,5,7
/proc/21363/task/21372/stat : 21372 (java) S 21360 21363 20160 0 -1 1077944384 79 0 0 0 0 0 0 0 20 0 15 0 92656321 10916995072 836712 33554432000 4194304 4196468 140731841942064 140469570679792 140470537201365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16400384 140731841950893 140731841950985 140731841950985 140731841953743 0
[pid=21363/tid=21373] ppid=21360 vsize=10661128 memory=3346836 CPUtime=0 cores=1,3,5,7
/proc/21363/task/21373/stat : 21373 (java) S 21360 21363 20160 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92656323 10916995072 836712 33554432000 4194304 4196468 140731841942064 140469569628368 140470537209755 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16400384 140731841950893 140731841950985 140731841950985 140731841953743 0
[pid=21363/tid=21374] ppid=21360 vsize=10661128 memory=4140 CPUtime=1.72 cores=1,3,5,7
/proc/21363/task/21374/stat : 21374 (java) S 21360 21363 20160 0 -1 1077944384 10689 0 0 0 170 2 0 0 20 0 15 0 92656323 10916995072 836712 33554432000 4194304 4196468 140731841942064 140469568575984 140470537202306 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16400384 140731841950893 140731841950985 140731841950985 140731841953743 0
[pid=21363/tid=21375] ppid=21360 vsize=10661128 memory=26912 CPUtime=1.88 cores=1,3,5,7
/proc/21363/task/21375/stat : 21375 (java) S 21360 21363 20160 0 -1 1077944384 11558 0 0 0 187 1 0 0 20 0 15 0 92656323 10916995072 836712 33554432000 4194304 4196468 140731841942064 140469567523440 140470537202306 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 30 0 0 6293624 6294260 16400384 140731841950893 140731841950985 140731841950985 140731841953743 0
[pid=21363/tid=21376] ppid=21360 vsize=10661128 memory=26912 CPUtime=0.63 cores=1,3,5,7
/proc/21363/task/21376/stat : 21376 (java) S 21360 21363 20160 0 -1 1077944384 6075 0 0 0 61 2 0 0 20 0 15 0 92656323 10916995072 836712 33554432000 4194304 4196468 140731841942064 140469566470896 140470537202306 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 28 0 0 6293624 6294260 16400384 140731841950893 140731841950985 140731841950985 140731841953743 0
[pid=21363/tid=21377] ppid=21360 vsize=10661128 memory=3346836 CPUtime=0 cores=1,3,5,7
/proc/21363/task/21377/stat : 21377 (java) S 21360 21363 20160 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92656323 10916995072 836712 33554432000 4194304 4196468 140731841942064 140469565418592 140470537201365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16400384 140731841950893 140731841950985 140731841950985 140731841953743 0
[pid=21363/tid=21378] ppid=21360 vsize=10661128 memory=1296 CPUtime=1.28 cores=1,3,5,7
/proc/21363/task/21378/stat : 21378 (java) S 21360 21363 20160 0 -1 1077944384 1725 0 0 0 58 70 0 0 20 0 15 0 92656323 10916995072 836712 33554432000 4194304 4196468 140731841942064 140469564365104 140470537202306 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 32 0 0 6293624 6294260 16400384 140731841950893 140731841950985 140731841950985 140731841953743 0
Current children cumulated CPU time: 2520.09 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 3346848 KiB

Child status: 143
Real time (s): 2492.73
CPU time (s): 2520.13
CPU user time (s): 2516.83
CPU system time (s): 3.30432
CPU usage (%): 101.099
Max. virtual memory (cumulated for all children) (KiB): 10661128
Max. memory (cumulated for all children) (KiB): 3346848

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.83
system time used= 3.30432
maximum resident set size= 3347296
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 772857
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2840
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 83213
involuntary context switches= 3296


# summary of solver processes directly reported to runsolver:
#   pid: 21363
#   total CPU time (s): 2520.13
#   total CPU user time (s): 2516.83
#   total CPU system time (s): 3.30432

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.0698 second user time and 23.7187 second system time

The end

Launcher Data

Begin job on node106 at 2018-07-28 06:08:55
IDJOB=4298235
IDBENCH=141088
IDSOLVER=2766
FILE ID=node106/4298235-1532750934
RUNJOBID= node106-1532740894-20192
PBS_JOBID= 21022448
Free space on /tmp= 46124 MiB

SOLVER NAME= Solver of Xavier Schul & Yvhan Smal 2018-04-28
BENCH NAME= XCSP18/Rlfap_mini/Rlfap-opt_mini/Rlfap-ext-graph-11-opt_c18.xml
COMMAND LINE= java -jar minicp-1.0.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4298235-1532750934/watcher-4298235-1532750934 -o /tmp/evaluation-result-4298235-1532750934/solver-4298235-1532750934 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node106-1532740894-20192 --watchdog 2580  java -jar minicp-1.0.jar HOME/instance-4298235-1532750934.xml

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

MD5SUM BENCH= 883afe48e037930c9e115af2d6f001fb
RANDOM SEED=1676210825

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        22707988 kB
MemAvailable:   31143176 kB
Buffers:          222724 kB
Cached:          8375188 kB
SwapCached:            0 kB
Active:          3355824 kB
Inactive:        6087292 kB
Active(anon):     792304 kB
Inactive(anon):    80512 kB
Active(file):    2563520 kB
Inactive(file):  6006780 kB
Unevictable:        6968 kB
Mlocked:            6968 kB
SwapTotal:      67108860 kB
SwapFree:       67108688 kB
Dirty:             28228 kB
Writeback:             0 kB
AnonPages:        861916 kB
Mapped:            54560 kB
Shmem:             25056 kB
Slab:             320528 kB
SReclaimable:     293348 kB
SUnreclaim:        27180 kB
KernelStack:        3792 kB
PageTables:         6948 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2221148 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    761856 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      109952 kB
DirectMap2M:    33435648 kB

Free space on /tmp at the end= 46140 MiB
End job on node106 at 2018-07-28 06:50:27