Trace number 4298954

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
The dodo solver 2018-04-29SAT (TO)8 2520.03 2514.91

General information on the benchmark

NameQuadraticAssignment/
QuadraticAssignment-esc16d_c18.xml
MD5SUM797dd3ed6ca3fcac5df6221abf320949
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark8
Best CPU time to get the best result obtained on this benchmark139.294
Satisfiable
(Un)Satisfiability was proved
Number of variables272
Number of constraints22
Number of domains2
Minimum domain size4
Maximum domain size16
Distribution of domain sizes[{"size":4,"count":21},{"size":16,"count":16}]
Minimum variable degree0
Maximum variable degree7
Distribution of variable degrees[{"degree":0,"count":235},{"degree":1,"count":2},{"degree":2,"count":22},{"degree":3,"count":6},{"degree":4,"count":2},{"degree":5,"count":3},{"degree":6,"count":1},{"degree":7,"count":1}]
Minimum constraint arity3
Maximum constraint arity16
Distribution of constraint arities[{"arity":3,"count":21},{"arity":16,"count":1}]
Number of extensional constraints21
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":21},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.14/0.13	c version: 2018-04-11
0.14/0.13	c seed: 1811631
0.14/0.13	c timeout: 2520
0.14/0.13	c memlimit: -1
0.14/0.13	c nbcore: -1
0.55/0.33	o 31
0.55/0.33	o 30
0.55/0.33	o 28
0.55/0.34	o 27
0.55/0.34	o 26
0.55/0.34	o 24
0.55/0.35	o 23
0.55/0.35	o 22
0.55/0.35	o 21
0.55/0.35	o 20
0.55/0.35	o 19
0.55/0.35	o 18
0.55/0.35	o 17
0.55/0.38	o 16
0.55/0.38	o 15
0.55/0.41	o 14
0.55/0.41	o 13
0.88/0.42	o 12
0.88/0.42	o 11
1.71/0.95	o 10
1.71/0.95	o 9
1.71/0.98	o 8
2520.01/2514.90	s SATISFIABLE
2520.01/2514.90	v <instantiation>
2520.01/2514.90	v 	<list>
2520.01/2514.90	v 		x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] d[0][3] d[0][4] d[1][6] d[1][8] d[1][11] d[1][14] d[2][12] d[2][14] d[3][4] d[6][8] d[6][11] d[6][14] d[7][9] d[8][11] d[8][14] d[9][10] d[10][13] d[11][12] d[11][13] d[11][14] d[12][13] 
2520.01/2514.90	v 	</list>
2520.01/2514.90	v 	<values>
2520.01/2514.90	v 		0 1 2 8 10 14 4 12 5 13 9 7 3 11 6 15 0 1 1 0 1 2 0 0 0 0 1 0 0 0 1 0 0 0 1 0 0 
2520.01/2514.90	v 	</values>
2520.01/2514.90	v </instantiation>

Verifier Data

OK	8

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 (14965 MiB free)
  memory of node 1: 16384 MiB (11710 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4298954-1532793444/watcher-4298954-1532793444 -o /tmp/evaluation-result-4298954-1532793444/solver-4298954-1532793444 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node149-1532775878-27710 --watchdog 2580 java -jar HOME/dodo_solver.jar HOME/instance-4298954-1532793444.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=29553, runsolver pid=29550
Current StackSize limit: 8192 KiB


[startup+0.102995 s]*
/proc/loadavg: 1.79 1.97 2.00 4/215 29568
/proc/meminfo: memFree=27300436/32770624 swapFree=67108496/67108860
[pid=29553] ppid=29550 vsize=10658972 memory=27488 CPUtime=0.14 cores=1,3,5,7
/proc/29553/stat : 29553 (java) S 29550 29553 27678 0 -1 1077944320 5341 0 0 0 13 1 0 0 20 0 15 0 96907564 10914787328 6872 33554432000 4194304 4196468 140725012033936 140725012016480 140130913615607 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 13897728 140725012038776 140725012038921 140725012038921 140725012041679 0
/proc/29553/statm: 2664743 6872 2835 1 0 2627263 0
[pid=29553/tid=29555] ppid=29550 vsize=10658972 memory=-8269626465541066111 CPUtime=0.1 cores=1,3,5,7
/proc/29553/task/29555/stat : 29555 (java) R 29550 29553 27678 0 -1 4202560 3181 0 0 0 9 1 0 0 20 0 15 0 96907564 10914787328 6872 33554432000 4194304 4196468 140725012033936 140130917841536 140130905852734 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13897728 140725012038776 140725012038921 140725012038921 140725012041679 0
[pid=29553/tid=29556] ppid=29550 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29553/task/29556/stat : 29556 (java) S 29550 29553 27678 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96907565 10914787328 6872 33554432000 4194304 4196468 140725012033936 140130839690256 140130913625813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13897728 140725012038776 140725012038921 140725012038921 140725012041679 0
[pid=29553/tid=29557] ppid=29550 vsize=10658972 memory=140321542960768 CPUtime=0 cores=1,3,5,7
/proc/29553/task/29557/stat : 29557 (java) S 29550 29553 27678 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96907565 10914787328 6872 33554432000 4194304 4196468 140725012033936 140130838637712 140130913625813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13897728 140725012038776 140725012038921 140725012038921 140725012041679 0
[pid=29553/tid=29558] ppid=29550 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29553/task/29558/stat : 29558 (java) S 29550 29553 27678 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96907565 10914787328 6872 33554432000 4194304 4196468 140725012033936 140130837584656 140130913625813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13897728 140725012038776 140725012038921 140725012038921 140725012041679 0
[pid=29553/tid=29559] ppid=29550 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29553/task/29559/stat : 29559 (java) S 29550 29553 27678 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96907565 10914787328 6872 33554432000 4194304 4196468 140725012033936 140130836532112 140130913625813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13897728 140725012038776 140725012038921 140725012038921 140725012041679 0
[pid=29553/tid=29560] ppid=29550 vsize=10658972 memory=140321542960768 CPUtime=0 cores=1,3,5,7
/proc/29553/task/29560/stat : 29560 (java) S 29550 29553 27678 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96907566 10914787328 6872 33554432000 4194304 4196468 140725012033936 140130151024880 140130913626754 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13897728 140725012038776 140725012038921 140725012038921 140725012041679 0
[pid=29553/tid=29561] ppid=29550 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29553/task/29561/stat : 29561 (java) S 29550 29553 27678 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96907567 10914787328 6872 33554432000 4194304 4196468 140725012033936 140130149971104 140130913625813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13897728 140725012038776 140725012038921 140725012038921 140725012041679 0
[pid=29553/tid=29562] ppid=29550 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29553/task/29562/stat : 29562 (java) S 29550 29553 27678 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96907567 10914787328 6872 33554432000 4194304 4196468 140725012033936 140130148918000 140130913625813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13897728 140725012038776 140725012038921 140725012038921 140725012041679 0
[pid=29553/tid=29563] ppid=29550 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29553/task/29563/stat : 29563 (java) S 29550 29553 27678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96907569 10914787328 6872 33554432000 4194304 4196468 140725012033936 140130147866576 140130913634203 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13897728 140725012038776 140725012038921 140725012038921 140725012041679 0
[pid=29553/tid=29564] ppid=29550 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29553/task/29564/stat : 29564 (java) R 29550 29553 27678 0 -1 1077944384 417 0 0 0 0 0 0 0 20 0 15 0 96907569 10914787328 6872 33554432000 4194304 4196468 140725012033936 140130146814704 140130913626754 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13897728 140725012038776 140725012038921 140725012038921 140725012041679 0
[pid=29553/tid=29565] ppid=29550 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29553/task/29565/stat : 29565 (java) R 29550 29553 27678 0 -1 4202560 57 0 0 0 0 0 0 0 20 0 15 0 96907569 10914787328 6872 33554432000 4194304 4196468 140725012033936 140130145762160 140130890869712 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13897728 140725012038776 140725012038921 140725012038921 140725012041679 0
[pid=29553/tid=29566] ppid=29550 vsize=10658972 memory=140321542960768 CPUtime=0.02 cores=1,3,5,7
/proc/29553/task/29566/stat : 29566 (java) R 29550 29553 27678 0 -1 4202560 325 0 0 0 2 0 0 0 20 0 15 0 96907569 10914787328 6872 33554432000 4194304 4196468 140725012033936 140130144709104 140130893582726 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13897728 140725012038776 140725012038921 140725012038921 140725012041679 0
[pid=29553/tid=29567] ppid=29550 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29553/task/29567/stat : 29567 (java) S 29550 29553 27678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96907570 10914787328 6872 33554432000 4194304 4196468 140725012033936 140130143656800 140130913625813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13897728 140725012038776 140725012038921 140725012038921 140725012041679 0
[pid=29553/tid=29568] ppid=29550 vsize=10658972 memory=140321542960768 CPUtime=0 cores=1,3,5,7
/proc/29553/task/29568/stat : 29568 (java) R 29550 29553 27678 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96907570 10914787328 6872 33554432000 4194304 4196468 140725012033936 140130142603824 140130913626754 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13897728 140725012038776 140725012038921 140725012038921 140725012041679 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 10658972 KiB
Current children cumulated memory: 27488 KiB

[startup+0.210598 s]*
/proc/loadavg: 1.79 1.97 2.00 3/215 29568
/proc/meminfo: memFree=27288156/32770624 swapFree=67108496/67108860
[pid=29553] ppid=29550 vsize=10661132 memory=40456 CPUtime=0.32 cores=1,3,5,7
/proc/29553/stat : 29553 (java) S 29550 29553 27678 0 -1 1077944320 8141 0 0 0 30 2 0 0 20 0 15 0 96907564 10916999168 10114 33554432000 4194304 4196468 140725012033936 140725012016480 140130913615607 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 13897728 140725012038776 140725012038921 140725012038921 140725012041679 0
/proc/29553/statm: 2665283 10114 2977 1 0 2627263 0
[pid=29553/tid=29555] ppid=29550 vsize=10661132 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/29553/task/29555/stat : 29555 (java) R 29550 29553 27678 0 -1 4202560 5266 0 0 0 19 1 0 0 20 0 15 0 96907564 10916999168 10114 33554432000 4194304 4196468 140725012033936 140130917847920 140130897696094 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13897728 140725012038776 140725012038921 140725012038921 140725012041679 0
[pid=29553/tid=29556] ppid=29550 vsize=10661132 memory=364 CPUtime=0 cores=1,3,5,7
/proc/29553/task/29556/stat : 29556 (java) S 29550 29553 27678 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96907565 10916999168 10114 33554432000 4194304 4196468 140725012033936 140130839690256 140130913625813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13897728 140725012038776 140725012038921 140725012038921 140725012041679 0
[pid=29553/tid=29557] ppid=29550 vsize=10661132 memory=288370697694672512 CPUtime=0 cores=1,3,5,7
/proc/29553/task/29557/stat : 29557 (java) S 29550 29553 27678 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96907565 10916999168 10114 33554432000 4194304 4196468 140725012033936 140130838637712 140130913625813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13897728 140725012038776 140725012038921 140725012038921 140725012041679 0
[pid=29553/tid=29558] ppid=29550 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29553/task/29558/stat : 29558 (java) S 29550 29553 27678 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96907565 10916999168 10114 33554432000 4194304 4196468 140725012033936 140130837584656 140130913625813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13897728 140725012038776 140725012038921 140725012038921 140725012041679 0
[pid=29553/tid=29559] ppid=29550 vsize=10661132 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29553/task/29559/stat : 29559 (java) S 29550 29553 27678 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96907565 10916999168 10114 33554432000 4194304 4196468 140725012033936 140130836532112 140130913625813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13897728 140725012038776 140725012038921 140725012038921 140725012041679 0
[pid=29553/tid=29560] ppid=29550 vsize=10661132 memory=140321542960768 CPUtime=0 cores=1,3,5,7
/proc/29553/task/29560/stat : 29560 (java) S 29550 29553 27678 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96907566 10916999168 10114 33554432000 4194304 4196468 140725012033936 140130151024880 140130913626754 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13897728 140725012038776 140725012038921 140725012038921 140725012041679 0
[pid=29553/tid=29561] ppid=29550 vsize=10661132 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29553/task/29561/stat : 29561 (java) S 29550 29553 27678 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96907567 10916999168 10114 33554432000 4194304 4196468 140725012033936 140130149971104 140130913625813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13897728 140725012038776 140725012038921 140725012038921 140725012041679 0
[pid=29553/tid=29562] ppid=29550 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29553/task/29562/stat : 29562 (java) S 29550 29553 27678 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96907567 10916999168 10114 33554432000 4194304 4196468 140725012033936 140130148918000 140130913625813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13897728 140725012038776 140725012038921 140725012038921 140725012041679 0
[pid=29553/tid=29563] ppid=29550 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29553/task/29563/stat : 29563 (java) S 29550 29553 27678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96907569 10916999168 10114 33554432000 4194304 4196468 140725012033936 140130147866576 140130913634203 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13897728 140725012038776 140725012038921 140725012038921 140725012041679 0
[pid=29553/tid=29564] ppid=29550 vsize=10661132 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/29553/task/29564/stat : 29564 (java) S 29550 29553 27678 0 -1 1077944384 639 0 0 0 2 0 0 0 20 0 15 0 96907569 10916999168 10114 33554432000 4194304 4196468 140725012033936 140130146814704 140130913626754 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13897728 140725012038776 140725012038921 140725012038921 140725012041679 0
[pid=29553/tid=29565] ppid=29550 vsize=10661132 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/29553/task/29565/stat : 29565 (java) S 29550 29553 27678 0 -1 1077944384 87 0 0 0 1 0 0 0 20 0 15 0 96907569 10916999168 10114 33554432000 4194304 4196468 140725012033936 140130145762160 140130913626754 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13897728 140725012038776 140725012038921 140725012038921 140725012041679 0
[pid=29553/tid=29566] ppid=29550 vsize=10661132 memory=140321542960768 CPUtime=0.07 cores=1,3,5,7
/proc/29553/task/29566/stat : 29566 (java) S 29550 29553 27678 0 -1 1077944384 783 0 0 0 7 0 0 0 20 0 15 0 96907569 10916999168 10114 33554432000 4194304 4196468 140725012033936 140130144709104 140130913626754 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13897728 140725012038776 140725012038921 140725012038921 140725012041679 0
[pid=29553/tid=29567] ppid=29550 vsize=10661132 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29553/task/29567/stat : 29567 (java) S 29550 29553 27678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96907570 10916999168 10114 33554432000 4194304 4196468 140725012033936 140130143656800 140130913625813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13897728 140725012038776 140725012038921 140725012038921 140725012041679 0
[pid=29553/tid=29568] ppid=29550 vsize=10661132 memory=140321542960768 CPUtime=0 cores=1,3,5,7
/proc/29553/task/29568/stat : 29568 (java) S 29550 29553 27678 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96907570 10916999168 10114 33554432000 4194304 4196468 140725012033936 140130142603824 140130913626754 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13897728 140725012038776 140725012038921 140725012038921 140725012041679 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 40456 KiB

[startup+0.310607 s]*
/proc/loadavg: 1.79 1.97 2.00 4/215 29568
/proc/meminfo: memFree=27283752/32770624 swapFree=67108496/67108860
[pid=29553] ppid=29550 vsize=10661132 memory=46484 CPUtime=0.55 cores=1,3,5,7
/proc/29553/stat : 29553 (java) S 29550 29553 27678 0 -1 1077944320 8771 0 0 0 53 2 0 0 20 0 15 0 96907564 10916999168 11621 33554432000 4194304 4196468 140725012033936 140725012016480 140130913615607 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 13897728 140725012038776 140725012038921 140725012038921 140725012041679 0
/proc/29553/statm: 2665283 11621 3029 1 0 2627263 0
[pid=29553/tid=29555] ppid=29550 vsize=10661132 memory=7311146985107750967 CPUtime=0.29 cores=1,3,5,7
/proc/29553/task/29555/stat : 29555 (java) R 29550 29553 27678 0 -1 4202560 5650 0 0 0 28 1 0 0 20 0 15 0 96907564 10916999168 11621 33554432000 4194304 4196468 140725012033936 140130917852832 140130897659237 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13897728 140725012038776 140725012038921 140725012038921 140725012041679 0
[pid=29553/tid=29556] ppid=29550 vsize=10661132 memory=288230600429797399 CPUtime=0 cores=1,3,5,7
/proc/29553/task/29556/stat : 29556 (java) S 29550 29553 27678 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96907565 10916999168 11621 33554432000 4194304 4196468 140725012033936 140130839690256 140130913625813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13897728 140725012038776 140725012038921 140725012038921 140725012041679 0
[pid=29553/tid=29557] ppid=29550 vsize=10661132 memory=288370697694672512 CPUtime=0 cores=1,3,5,7
/proc/29553/task/29557/stat : 29557 (java) S 29550 29553 27678 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96907565 10916999168 11621 33554432000 4194304 4196468 140725012033936 140130838637712 140130913625813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13897728 140725012038776 140725012038921 140725012038921 140725012041679 0
[pid=29553/tid=29558] ppid=29550 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29553/task/29558/stat : 29558 (java) S 29550 29553 27678 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96907565 10916999168 11621 33554432000 4194304 4196468 140725012033936 140130837584656 140130913625813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13897728 140725012038776 140725012038921 140725012038921 140725012041679 0
[pid=29553/tid=29559] ppid=29550 vsize=10661132 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29553/task/29559/stat : 29559 (java) S 29550 29553 27678 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96907565 10916999168 11621 33554432000 4194304 4196468 140725012033936 140130836532112 140130913625813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13897728 140725012038776 140725012038921 140725012038921 140725012041679 0
[pid=29553/tid=29560] ppid=29550 vsize=10661132 memory=140321542960768 CPUtime=0 cores=1,3,5,7
/proc/29553/task/29560/stat : 29560 (java) S 29550 29553 27678 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 96907566 10916999168 11621 33554432000 4194304 4196468 140725012033936 140130151024880 140130913626754 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13897728 140725012038776 140725012038921 140725012038921 140725012041679 0
[pid=29553/tid=29561] ppid=29550 vsize=10661132 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29553/task/29561/stat : 29561 (java) S 29550 29553 27678 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96907567 10916999168 11621 33554432000 4194304 4196468 140725012033936 140130149971104 140130913625813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13897728 140725012038776 140725012038921 140725012038921 140725012041679 0
[pid=29553/tid=29562] ppid=29550 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29553/task/29562/stat : 29562 (java) S 29550 29553 27678 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96907567 10916999168 11621 33554432000 4194304 4196468 140725012033936 140130148918000 140130913625813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13897728 140725012038776 140725012038921 140725012038921 140725012041679 0
[pid=29553/tid=29563] ppid=29550 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29553/task/29563/stat : 29563 (java) S 29550 29553 27678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96907569 10916999168 11621 33554432000 4194304 4196468 140725012033936 140130147866576 140130913634203 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13897728 140725012038776 140725012038921 140725012038921 140725012041679 0
[pid=29553/tid=29564] ppid=29550 vsize=10661132 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/29553/task/29564/stat : 29564 (java) R 29550 29553 27678 0 -1 1077944384 734 0 0 0 5 0 0 0 20 0 15 0 96907569 10916999168 11621 33554432000 4194304 4196468 140725012033936 140130146814704 140130913626754 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13897728 140725012038776 140725012038921 140725012038921 140725012041679 0
[pid=29553/tid=29565] ppid=29550 vsize=10661132 memory=-1 CPUtime=0.04 cores=1,3,5,7
/proc/29553/task/29565/stat : 29565 (java) S 29550 29553 27678 0 -1 1077944384 131 0 0 0 4 0 0 0 20 0 15 0 96907569 10916999168 11621 33554432000 4194304 4196468 140725012033936 140130145762160 140130913626754 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13897728 140725012038776 140725012038921 140725012038921 140725012041679 0
[pid=29553/tid=29566] ppid=29550 vsize=10661132 memory=140321542960768 CPUtime=0.14 cores=1,3,5,7
/proc/29553/task/29566/stat : 29566 (java) R 29550 29553 27678 0 -1 4202560 886 0 0 0 14 0 0 0 20 0 15 0 96907569 10916999168 11621 33554432000 4194304 4196468 140725012033936 140130144709104 140130893332512 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13897728 140725012038776 140725012038921 140725012038921 140725012041679 0
[pid=29553/tid=29567] ppid=29550 vsize=10661132 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29553/task/29567/stat : 29567 (java) S 29550 29553 27678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96907570 10916999168 11621 33554432000 4194304 4196468 140725012033936 140130143656800 140130913625813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13897728 140725012038776 140725012038921 140725012038921 140725012041679 0
[pid=29553/tid=29568] ppid=29550 vsize=10661132 memory=140321542960768 CPUtime=0 cores=1,3,5,7
/proc/29553/task/29568/stat : 29568 (java) S 29550 29553 27678 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96907570 10916999168 11621 33554432000 4194304 4196468 140725012033936 140130142603824 140130913626754 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13897728 140725012038776 140725012038921 140725012038921 140725012041679 0
Current children cumulated CPU time: 0.55 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 46484 KiB

[startup+0.70072 s]
/proc/loadavg: 1.79 1.97 2.00 5/215 29568
/proc/meminfo: memFree=27262340/32770624 swapFree=67108496/67108860
[pid=29553] ppid=29550 vsize=10661132 memory=93208 CPUtime=1.46 cores=1,3,5,7
/proc/29553/stat : 29553 (java) S 29550 29553 27678 0 -1 1077944320 10684 0 0 0 142 4 0 0 20 0 15 0 96907564 10916999168 23302 33554432000 4194304 4196468 140725012033936 140725012016480 140130913615607 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 13897728 140725012038776 140725012038921 140725012038921 140725012041679 0
/proc/29553/statm: 2665283 23302 3107 1 0 2627263 0
[pid=29553/tid=29555] ppid=29550 vsize=10661132 memory=1788 CPUtime=0.68 cores=1,3,5,7
/proc/29553/task/29555/stat : 29555 (java) R 29550 29553 27678 0 -1 4202560 5754 0 0 0 65 3 0 0 20 0 15 0 96907564 10916999168 23302 33554432000 4194304 4196468 140725012033936 140130917845552 140725012260802 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13897728 140725012038776 140725012038921 140725012038921 140725012041679 0
[pid=29553/tid=29556] ppid=29550 vsize=10661132 memory=860 CPUtime=0 cores=1,3,5,7
/proc/29553/task/29556/stat : 29556 (java) S 29550 29553 27678 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96907565 10916999168 23302 33554432000 4194304 4196468 140725012033936 140130839690256 140130913625813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13897728 140725012038776 140725012038921 140725012038921 140725012041679 0
[pid=29553/tid=29557] ppid=29550 vsize=10661132 memory=12556 CPUtime=0 cores=1,3,5,7
/proc/29553/task/29557/stat : 29557 (java) S 29550 29553 27678 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96907565 10916999168 23302 33554432000 4194304 4196468 140725012033936 140130838637712 140130913625813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13897728 140725012038776 140725012038921 140725012038921 140725012041679 0
[pid=29553/tid=29558] ppid=29550 vsize=10661132 memory=756 CPUtime=0 cores=1,3,5,7
/proc/29553/task/29558/stat : 29558 (java) S 29550 29553 27678 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96907565 10916999168 23302 33554432000 4194304 4196468 140725012033936 140130837584656 140130913625813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13897728 140725012038776 140725012038921 140725012038921 140725012041679 0
[pid=29553/tid=29559] ppid=29550 vsize=10661132 memory=1616 CPUtime=0 cores=1,3,5,7
/proc/29553/task/29559/stat : 29559 (java) S 29550 29553 27678 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96907565 10916999168 23302 33554432000 4194304 4196468 140725012033936 140130836532112 140130913625813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13897728 140725012038776 140725012038921 140725012038921 140725012041679 0
[pid=29553/tid=29560] ppid=29550 vsize=10661132 memory=1836 CPUtime=0 cores=1,3,5,7
/proc/29553/task/29560/stat : 29560 (java) S 29550 29553 27678 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 96907566 10916999168 23302 33554432000 4194304 4196468 140725012033936 140130151024880 140130913626754 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13897728 140725012038776 140725012038921 140725012038921 140725012041679 0
[pid=29553/tid=29561] ppid=29550 vsize=10661132 memory=1132 CPUtime=0 cores=1,3,5,7
/proc/29553/task/29561/stat : 29561 (java) S 29550 29553 27678 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96907567 10916999168 23302 33554432000 4194304 4196468 140725012033936 140130149971104 140130913625813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13897728 140725012038776 140725012038921 140725012038921 140725012041679 0
[pid=29553/tid=29562] ppid=29550 vsize=10661132 memory=6384 CPUtime=0 cores=1,3,5,7
/proc/29553/task/29562/stat : 29562 (java) S 29550 29553 27678 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96907567 10916999168 23302 33554432000 4194304 4196468 140725012033936 140130148918000 140130913625813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13897728 140725012038776 140725012038921 140725012038921 140725012041679 0
[pid=29553/tid=29563] ppid=29550 vsize=10661132 memory=6297835844906604903 CPUtime=0 cores=1,3,5,7
/proc/29553/task/29563/stat : 29563 (java) S 29550 29553 27678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96907569 10916999168 23302 33554432000 4194304 4196468 140725012033936 140130147866576 140130913634203 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13897728 140725012038776 140725012038921 140725012038921 140725012041679 0
[pid=29553/tid=29564] ppid=29550 vsize=10661132 memory=7523093115782322283 CPUtime=0.28 cores=1,3,5,7
/proc/29553/task/29564/stat : 29564 (java) S 29550 29553 27678 0 -1 1077944384 1383 0 0 0 28 0 0 0 20 0 15 0 96907569 10916999168 23302 33554432000 4194304 4196468 140725012033936 140130146814704 140130913626754 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13897728 140725012038776 140725012038921 140725012038921 140725012041679 0
[pid=29553/tid=29565] ppid=29550 vsize=10661132 memory=5787213827096799335 CPUtime=0.28 cores=1,3,5,7
/proc/29553/task/29565/stat : 29565 (java) S 29550 29553 27678 0 -1 1077944384 1000 0 0 0 28 0 0 0 20 0 15 0 96907569 10916999168 23302 33554432000 4194304 4196468 140725012033936 140130145762160 140130913626754 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13897728 140725012038776 140725012038921 140725012038921 140725012041679 0
[pid=29553/tid=29566] ppid=29550 vsize=10661132 memory=0 CPUtime=0.19 cores=1,3,5,7
/proc/29553/task/29566/stat : 29566 (java) S 29550 29553 27678 0 -1 1077944384 1176 0 0 0 19 0 0 0 20 0 15 0 96907569 10916999168 23302 33554432000 4194304 4196468 140725012033936 140130144709104 140130913626754 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13897728 140725012038776 140725012038921 140725012038921 140725012041679 0
[pid=29553/tid=29567] ppid=29550 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29553/task/29567/stat : 29567 (java) S 29550 29553 27678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96907570 10916999168 23302 33554432000 4194304 4196468 140725012033936 140130143656800 140130913625813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13897728 140725012038776 140725012038921 140725012038921 140725012041679 0
[pid=29553/tid=29568] ppid=29550 vsize=10661132 memory=33 CPUtime=0 cores=1,3,5,7
/proc/29553/task/29568/stat : 29568 (java) S 29550 29553 27678 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96907570 10916999168 23302 33554432000 4194304 4196468 140725012033936 140130142603824 140130913626754 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13897728 140725012038776 140725012038921 140725012038921 140725012041679 0
Current children cumulated CPU time: 1.46 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 93208 KiB

[startup+1.50073 s]
/proc/loadavg: 1.79 1.97 2.00 4/215 29568
/proc/meminfo: memFree=27190388/32770624 swapFree=67108496/67108860
[pid=29553] ppid=29550 vsize=10661132 memory=191312 CPUtime=2.76 cores=1,3,5,7
/proc/29553/stat : 29553 (java) S 29550 29553 27678 0 -1 1077944320 18299 0 0 0 268 8 0 0 20 0 15 0 96907564 10916999168 47828 33554432000 4194304 4196468 140725012033936 140725012016480 140130913615607 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 13897728 140725012038776 140725012038921 140725012038921 140725012041679 0
/proc/29553/statm: 2665283 47828 3116 1 0 2627263 0
[pid=29553/tid=29555] ppid=29550 vsize=10661132 memory=6791534058613427641 CPUtime=1.47 cores=1,3,5,7
/proc/29553/task/29555/stat : 29555 (java) R 29550 29553 27678 0 -1 4202560 5839 0 0 0 142 5 0 0 20 0 15 0 96907564 10916999168 47828 33554432000 4194304 4196468 140725012033936 140130917847680 140725012260802 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13897728 140725012038776 140725012038921 140725012038921 140725012041679 0
[pid=29553/tid=29556] ppid=29550 vsize=10661132 memory=-6951259422114956437 CPUtime=0 cores=1,3,5,7
/proc/29553/task/29556/stat : 29556 (java) S 29550 29553 27678 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 15 0 96907565 10916999168 47828 33554432000 4194304 4196468 140725012033936 140130839690256 140130913625813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13897728 140725012038776 140725012038921 140725012038921 140725012041679 0
[pid=29553/tid=29557] ppid=29550 vsize=10661132 memory=-6509546260019855299 CPUtime=0 cores=1,3,5,7
/proc/29553/task/29557/stat : 29557 (java) S 29550 29553 27678 0 -1 1077944384 172 0 0 0 0 0 0 0 20 0 15 0 96907565 10916999168 47828 33554432000 4194304 4196468 140725012033936 140130838637712 140130913625813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13897728 140725012038776 140725012038921 140725012038921 140725012041679 0
[pid=29553/tid=29558] ppid=29550 vsize=10661132 memory=-7390251449858225344 CPUtime=0 cores=1,3,5,7
/proc/29553/task/29558/stat : 29558 (java) S 29550 29553 27678 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 15 0 96907565 10916999168 47828 33554432000 4194304 4196468 140725012033936 140130837584656 140130913625813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13897728 140725012038776 140725012038921 140725012038921 140725012041679 0
[pid=29553/tid=29559] ppid=29550 vsize=10661132 memory=4134692831991786133 CPUtime=0 cores=1,3,5,7
/proc/29553/task/29559/stat : 29559 (java) S 29550 29553 27678 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 96907565 10916999168 47828 33554432000 4194304 4196468 140725012033936 140130836532112 140130913625813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13897728 140725012038776 140725012038921 140725012038921 140725012041679 0
[pid=29553/tid=29560] ppid=29550 vsize=10661132 memory=-7165351541977658656 CPUtime=0 cores=1,3,5,7
/proc/29553/task/29560/stat : 29560 (java) S 29550 29553 27678 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96907566 10916999168 47828 33554432000 4194304 4196468 140725012033936 140130151024880 140130913626754 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13897728 140725012038776 140725012038921 140725012038921 140725012041679 0

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

/proc/29553/task/29555/stat : 29555 (java) R 29550 29553 27678 0 -1 4202560 13587 0 0 0 243201 704 0 0 20 0 15 0 96907564 10916999168 49736 33554432000 4194304 4196468 140725012033936 140130917855472 140725012260802 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13897728 140725012038776 140725012038921 140725012038921 140725012041679 0
[pid=29553/tid=29556] ppid=29550 vsize=10661132 memory=198944 CPUtime=1.09 cores=1,3,5,7
/proc/29553/task/29556/stat : 29556 (java) S 29550 29553 27678 0 -1 1077944384 1871 0 0 0 94 15 0 0 20 0 15 0 96907565 10916999168 49736 33554432000 4194304 4196468 140725012033936 140130839690256 140130913625813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13897728 140725012038776 140725012038921 140725012038921 140725012041679 0
[pid=29553/tid=29557] ppid=29550 vsize=10661132 memory=198944 CPUtime=1.08 cores=1,3,5,7
/proc/29553/task/29557/stat : 29557 (java) S 29550 29553 27678 0 -1 1077944384 2183 0 0 0 93 15 0 0 20 0 15 0 96907565 10916999168 49736 33554432000 4194304 4196468 140725012033936 140130838637712 140130913625813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13897728 140725012038776 140725012038921 140725012038921 140725012041679 0
[pid=29553/tid=29558] ppid=29550 vsize=10661132 memory=198944 CPUtime=1.08 cores=1,3,5,7
/proc/29553/task/29558/stat : 29558 (java) S 29550 29553 27678 0 -1 1077944384 1836 0 0 0 94 14 0 0 20 0 15 0 96907565 10916999168 49736 33554432000 4194304 4196468 140725012033936 140130837584656 140130913625813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13897728 140725012038776 140725012038921 140725012038921 140725012041679 0
[pid=29553/tid=29559] ppid=29550 vsize=10661132 memory=198944 CPUtime=1.07 cores=1,3,5,7
/proc/29553/task/29559/stat : 29559 (java) S 29550 29553 27678 0 -1 1077944384 1538 0 0 0 92 15 0 0 20 0 15 0 96907565 10916999168 49736 33554432000 4194304 4196468 140725012033936 140130836532112 140130913625813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13897728 140725012038776 140725012038921 140725012038921 140725012041679 0
[pid=29553/tid=29560] ppid=29550 vsize=10661132 memory=198944 CPUtime=1.61 cores=1,3,5,7
/proc/29553/task/29560/stat : 29560 (java) S 29550 29553 27678 0 -1 1077944384 3336 0 0 0 151 10 0 0 20 0 15 0 96907566 10916999168 49736 33554432000 4194304 4196468 140725012033936 140130151024880 140130913626754 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13897728 140725012038776 140725012038921 140725012038921 140725012041679 0
[pid=29553/tid=29561] ppid=29550 vsize=10661132 memory=198944 CPUtime=0 cores=1,3,5,7
/proc/29553/task/29561/stat : 29561 (java) S 29550 29553 27678 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 96907567 10916999168 49736 33554432000 4194304 4196468 140725012033936 140130149971104 140130913625813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13897728 140725012038776 140725012038921 140725012038921 140725012041679 0
[pid=29553/tid=29562] ppid=29550 vsize=10661132 memory=198944 CPUtime=0 cores=1,3,5,7
/proc/29553/task/29562/stat : 29562 (java) S 29550 29553 27678 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 96907567 10916999168 49736 33554432000 4194304 4196468 140725012033936 140130148918000 140130913625813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13897728 140725012038776 140725012038921 140725012038921 140725012041679 0
[pid=29553/tid=29563] ppid=29550 vsize=10661132 memory=198944 CPUtime=0 cores=1,3,5,7
/proc/29553/task/29563/stat : 29563 (java) S 29550 29553 27678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96907569 10916999168 49736 33554432000 4194304 4196468 140725012033936 140130147866576 140130913634203 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13897728 140725012038776 140725012038921 140725012038921 140725012041679 0
[pid=29553/tid=29564] ppid=29550 vsize=10661132 memory=198944 CPUtime=0.68 cores=1,3,5,7
/proc/29553/task/29564/stat : 29564 (java) S 29550 29553 27678 0 -1 1077944384 6751 0 0 0 67 1 0 0 20 0 15 0 96907569 10916999168 49736 33554432000 4194304 4196468 140725012033936 140130146814704 140130913626754 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13897728 140725012038776 140725012038921 140725012038921 140725012041679 0
[pid=29553/tid=29565] ppid=29550 vsize=10661132 memory=198944 CPUtime=0.81 cores=1,3,5,7
/proc/29553/task/29565/stat : 29565 (java) S 29550 29553 27678 0 -1 1077944384 8607 0 0 0 80 1 0 0 20 0 15 0 96907569 10916999168 49736 33554432000 4194304 4196468 140725012033936 140130145762160 140130913626754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13897728 140725012038776 140725012038921 140725012038921 140725012041679 0
[pid=29553/tid=29566] ppid=29550 vsize=10661132 memory=198944 CPUtime=0.26 cores=1,3,5,7
/proc/29553/task/29566/stat : 29566 (java) S 29550 29553 27678 0 -1 1077944384 4219 0 0 0 25 1 0 0 20 0 15 0 96907569 10916999168 49736 33554432000 4194304 4196468 140725012033936 140130144709104 140130913626754 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13897728 140725012038776 140725012038921 140725012038921 140725012041679 0
[pid=29553/tid=29567] ppid=29550 vsize=10661132 memory=198944 CPUtime=0 cores=1,3,5,7
/proc/29553/task/29567/stat : 29567 (java) S 29550 29553 27678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96907570 10916999168 49736 33554432000 4194304 4196468 140725012033936 140130143656800 140130913625813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13897728 140725012038776 140725012038921 140725012038921 140725012041679 0
[pid=29553/tid=29568] ppid=29550 vsize=10661132 memory=7228656056672021873 CPUtime=0.5 cores=1,3,5,7
/proc/29553/task/29568/stat : 29568 (java) S 29550 29553 27678 0 -1 1077944384 497 0 0 0 23 27 0 0 20 0 15 0 96907570 10916999168 49736 33554432000 4194304 4196468 140725012033936 140130142603824 140130913626754 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13897728 140725012038776 140725012038921 140725012038921 140725012041679 0
Current children cumulated CPU time: 2447.31 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 198944 KiB

[startup+2502.3 s]
/proc/loadavg: 1.36 1.35 1.40 3/215 29767
/proc/meminfo: memFree=23165700/32770624 swapFree=67108496/67108860
[pid=29553] ppid=29550 vsize=10661132 memory=199032 CPUtime=2507.39 cores=1,3,5,7
/proc/29553/stat : 29553 (java) S 29550 29553 27678 0 -1 1077944320 46253 0 0 0 249946 793 0 0 20 0 15 0 96907564 10916999168 49758 33554432000 4194304 4196468 140725012033936 140725012016480 140130913615607 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 13897728 140725012038776 140725012038921 140725012038921 140725012041679 0
/proc/29553/statm: 2665283 49758 3146 1 0 2627263 0
[pid=29553/tid=29555] ppid=29550 vsize=10661132 memory=199032 CPUtime=2498.97 cores=1,3,5,7
/proc/29553/task/29555/stat : 29555 (java) R 29550 29553 27678 0 -1 4202560 13698 0 0 0 249177 720 0 0 20 0 15 0 96907564 10916999168 49758 33554432000 4194304 4196468 140725012033936 140130917855360 140725012260802 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13897728 140725012038776 140725012038921 140725012038921 140725012041679 0
[pid=29553/tid=29556] ppid=29550 vsize=10661132 memory=199032 CPUtime=1.12 cores=1,3,5,7
/proc/29553/task/29556/stat : 29556 (java) S 29550 29553 27678 0 -1 1077944384 1882 0 0 0 97 15 0 0 20 0 15 0 96907565 10916999168 49758 33554432000 4194304 4196468 140725012033936 140130839690256 140130913625813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13897728 140725012038776 140725012038921 140725012038921 140725012041679 0
[pid=29553/tid=29557] ppid=29550 vsize=10661132 memory=199032 CPUtime=1.11 cores=1,3,5,7
/proc/29553/task/29557/stat : 29557 (java) S 29550 29553 27678 0 -1 1077944384 2197 0 0 0 95 16 0 0 20 0 15 0 96907565 10916999168 49758 33554432000 4194304 4196468 140725012033936 140130838637712 140130913625813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13897728 140725012038776 140725012038921 140725012038921 140725012041679 0
[pid=29553/tid=29558] ppid=29550 vsize=10661132 memory=199032 CPUtime=1.11 cores=1,3,5,7
/proc/29553/task/29558/stat : 29558 (java) S 29550 29553 27678 0 -1 1077944384 1868 0 0 0 97 14 0 0 20 0 15 0 96907565 10916999168 49758 33554432000 4194304 4196468 140725012033936 140130837584656 140130913625813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13897728 140725012038776 140725012038921 140725012038921 140725012041679 0
[pid=29553/tid=29559] ppid=29550 vsize=10661132 memory=199032 CPUtime=1.1 cores=1,3,5,7
/proc/29553/task/29559/stat : 29559 (java) S 29550 29553 27678 0 -1 1077944384 1761 0 0 0 95 15 0 0 20 0 15 0 96907565 10916999168 49758 33554432000 4194304 4196468 140725012033936 140130836532112 140130913625813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13897728 140725012038776 140725012038921 140725012038921 140725012041679 0
[pid=29553/tid=29560] ppid=29550 vsize=10661132 memory=199032 CPUtime=1.66 cores=1,3,5,7
/proc/29553/task/29560/stat : 29560 (java) S 29550 29553 27678 0 -1 1077944384 3358 0 0 0 155 11 0 0 20 0 15 0 96907566 10916999168 49758 33554432000 4194304 4196468 140725012033936 140130151024880 140130913626754 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13897728 140725012038776 140725012038921 140725012038921 140725012041679 0
[pid=29553/tid=29561] ppid=29550 vsize=10661132 memory=199032 CPUtime=0 cores=1,3,5,7
/proc/29553/task/29561/stat : 29561 (java) S 29550 29553 27678 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 96907567 10916999168 49758 33554432000 4194304 4196468 140725012033936 140130149971104 140130913625813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13897728 140725012038776 140725012038921 140725012038921 140725012041679 0
[pid=29553/tid=29562] ppid=29550 vsize=10661132 memory=756 CPUtime=0 cores=1,3,5,7
/proc/29553/task/29562/stat : 29562 (java) S 29550 29553 27678 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 96907567 10916999168 49758 33554432000 4194304 4196468 140725012033936 140130148918000 140130913625813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13897728 140725012038776 140725012038921 140725012038921 140725012041679 0
[pid=29553/tid=29563] ppid=29550 vsize=10661132 memory=199032 CPUtime=0 cores=1,3,5,7
/proc/29553/task/29563/stat : 29563 (java) S 29550 29553 27678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96907569 10916999168 49758 33554432000 4194304 4196468 140725012033936 140130147866576 140130913634203 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13897728 140725012038776 140725012038921 140725012038921 140725012041679 0
[pid=29553/tid=29564] ppid=29550 vsize=10661132 memory=1160 CPUtime=0.68 cores=1,3,5,7
/proc/29553/task/29564/stat : 29564 (java) S 29550 29553 27678 0 -1 1077944384 6753 0 0 0 67 1 0 0 20 0 15 0 96907569 10916999168 49758 33554432000 4194304 4196468 140725012033936 140130146814704 140130913626754 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13897728 140725012038776 140725012038921 140725012038921 140725012041679 0
[pid=29553/tid=29565] ppid=29550 vsize=10661132 memory=199032 CPUtime=0.81 cores=1,3,5,7
/proc/29553/task/29565/stat : 29565 (java) S 29550 29553 27678 0 -1 1077944384 8609 0 0 0 80 1 0 0 20 0 15 0 96907569 10916999168 49758 33554432000 4194304 4196468 140725012033936 140130145762160 140130913626754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13897728 140725012038776 140725012038921 140725012038921 140725012041679 0
[pid=29553/tid=29566] ppid=29550 vsize=10661132 memory=28028 CPUtime=0.26 cores=1,3,5,7
/proc/29553/task/29566/stat : 29566 (java) S 29550 29553 27678 0 -1 1077944384 4221 0 0 0 25 1 0 0 20 0 15 0 96907569 10916999168 49758 33554432000 4194304 4196468 140725012033936 140130144709104 140130913626754 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13897728 140725012038776 140725012038921 140725012038921 140725012041679 0
[pid=29553/tid=29567] ppid=29550 vsize=10661132 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/29553/task/29567/stat : 29567 (java) S 29550 29553 27678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96907570 10916999168 49758 33554432000 4194304 4196468 140725012033936 140130143656800 140130913625813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13897728 140725012038776 140725012038921 140725012038921 140725012041679 0
[pid=29553/tid=29568] ppid=29550 vsize=10661132 memory=7888 CPUtime=0.51 cores=1,3,5,7
/proc/29553/task/29568/stat : 29568 (java) S 29550 29553 27678 0 -1 1077944384 503 0 0 0 23 28 0 0 20 0 15 0 96907570 10916999168 49758 33554432000 4194304 4196468 140725012033936 140130142603824 140130913626754 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13897728 140725012038776 140725012038921 140725012038921 140725012041679 0
Current children cumulated CPU time: 2507.39 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 199032 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2514.9 s]
/proc/loadavg: 1.72 1.43 1.43 3/215 29767
/proc/meminfo: memFree=22403860/32770624 swapFree=67108496/67108860
[pid=29553] ppid=29550 vsize=10661132 memory=199032 CPUtime=2520.01 cores=1,3,5,7
/proc/29553/stat : 29553 (java) S 29550 29553 27678 0 -1 1077944320 46271 0 0 0 251204 797 0 0 20 0 15 0 96907564 10916999168 49758 33554432000 4194304 4196468 140725012033936 140725012016480 140130913615607 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 13897728 140725012038776 140725012038921 140725012038921 140725012041679 0
/proc/29553/statm: 2665283 49758 3146 1 0 2627263 0
[pid=29553/tid=29555] ppid=29550 vsize=10661132 memory=199032 CPUtime=2511.55 cores=1,3,5,7
/proc/29553/task/29555/stat : 29555 (java) R 29550 29553 27678 0 -1 4202560 13714 0 0 0 250432 723 0 0 20 0 15 0 96907564 10916999168 49758 33554432000 4194304 4196468 140725012033936 140130917855584 140725012260802 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13897728 140725012038776 140725012038921 140725012038921 140725012041679 0
[pid=29553/tid=29556] ppid=29550 vsize=10661132 memory=199032 CPUtime=1.13 cores=1,3,5,7
/proc/29553/task/29556/stat : 29556 (java) S 29550 29553 27678 0 -1 1077944384 1882 0 0 0 97 16 0 0 20 0 15 0 96907565 10916999168 49758 33554432000 4194304 4196468 140725012033936 140130839690256 140130913625813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13897728 140725012038776 140725012038921 140725012038921 140725012041679 0
[pid=29553/tid=29557] ppid=29550 vsize=10661132 memory=199032 CPUtime=1.12 cores=1,3,5,7
/proc/29553/task/29557/stat : 29557 (java) S 29550 29553 27678 0 -1 1077944384 2198 0 0 0 96 16 0 0 20 0 15 0 96907565 10916999168 49758 33554432000 4194304 4196468 140725012033936 140130838637712 140130913625813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13897728 140725012038776 140725012038921 140725012038921 140725012041679 0
[pid=29553/tid=29558] ppid=29550 vsize=10661132 memory=1224 CPUtime=1.11 cores=1,3,5,7
/proc/29553/task/29558/stat : 29558 (java) S 29550 29553 27678 0 -1 1077944384 1869 0 0 0 97 14 0 0 20 0 15 0 96907565 10916999168 49758 33554432000 4194304 4196468 140725012033936 140130837584656 140130913625813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13897728 140725012038776 140725012038921 140725012038921 140725012041679 0
[pid=29553/tid=29559] ppid=29550 vsize=10661132 memory=199032 CPUtime=1.1 cores=1,3,5,7
/proc/29553/task/29559/stat : 29559 (java) S 29550 29553 27678 0 -1 1077944384 1761 0 0 0 95 15 0 0 20 0 15 0 96907565 10916999168 49758 33554432000 4194304 4196468 140725012033936 140130836532112 140130913625813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13897728 140725012038776 140725012038921 140725012038921 140725012041679 0
[pid=29553/tid=29560] ppid=29550 vsize=10661132 memory=199032 CPUtime=1.66 cores=1,3,5,7
/proc/29553/task/29560/stat : 29560 (java) S 29550 29553 27678 0 -1 1077944384 3358 0 0 0 155 11 0 0 20 0 15 0 96907566 10916999168 49758 33554432000 4194304 4196468 140725012033936 140130151024880 140130913626754 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13897728 140725012038776 140725012038921 140725012038921 140725012041679 0
[pid=29553/tid=29561] ppid=29550 vsize=10661132 memory=2337 CPUtime=0 cores=1,3,5,7
/proc/29553/task/29561/stat : 29561 (java) S 29550 29553 27678 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 96907567 10916999168 49758 33554432000 4194304 4196468 140725012033936 140130149971104 140130913625813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13897728 140725012038776 140725012038921 140725012038921 140725012041679 0
[pid=29553/tid=29562] ppid=29550 vsize=10661132 memory=199032 CPUtime=0 cores=1,3,5,7
/proc/29553/task/29562/stat : 29562 (java) S 29550 29553 27678 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 96907567 10916999168 49758 33554432000 4194304 4196468 140725012033936 140130148918000 140130913625813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13897728 140725012038776 140725012038921 140725012038921 140725012041679 0
[pid=29553/tid=29563] ppid=29550 vsize=10661132 memory=199032 CPUtime=0 cores=1,3,5,7
/proc/29553/task/29563/stat : 29563 (java) S 29550 29553 27678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96907569 10916999168 49758 33554432000 4194304 4196468 140725012033936 140130147866576 140130913634203 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13897728 140725012038776 140725012038921 140725012038921 140725012041679 0
[pid=29553/tid=29564] ppid=29550 vsize=10661132 memory=199032 CPUtime=0.68 cores=1,3,5,7
/proc/29553/task/29564/stat : 29564 (java) S 29550 29553 27678 0 -1 1077944384 6753 0 0 0 67 1 0 0 20 0 15 0 96907569 10916999168 49758 33554432000 4194304 4196468 140725012033936 140130146814704 140130913626754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13897728 140725012038776 140725012038921 140725012038921 140725012041679 0
[pid=29553/tid=29565] ppid=29550 vsize=10661132 memory=3872 CPUtime=0.81 cores=1,3,5,7
/proc/29553/task/29565/stat : 29565 (java) S 29550 29553 27678 0 -1 1077944384 8609 0 0 0 80 1 0 0 20 0 15 0 96907569 10916999168 49758 33554432000 4194304 4196468 140725012033936 140130145762160 140130913626754 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13897728 140725012038776 140725012038921 140725012038921 140725012041679 0
[pid=29553/tid=29566] ppid=29550 vsize=10661132 memory=199032 CPUtime=0.26 cores=1,3,5,7
/proc/29553/task/29566/stat : 29566 (java) S 29550 29553 27678 0 -1 1077944384 4221 0 0 0 25 1 0 0 20 0 15 0 96907569 10916999168 49758 33554432000 4194304 4196468 140725012033936 140130144709104 140130913626754 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13897728 140725012038776 140725012038921 140725012038921 140725012041679 0
[pid=29553/tid=29567] ppid=29550 vsize=10661132 memory=2260 CPUtime=0 cores=1,3,5,7
/proc/29553/task/29567/stat : 29567 (java) S 29550 29553 27678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96907570 10916999168 49758 33554432000 4194304 4196468 140725012033936 140130143656800 140130913625813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13897728 140725012038776 140725012038921 140725012038921 140725012041679 0
[pid=29553/tid=29568] ppid=29550 vsize=10661132 memory=1788 CPUtime=0.51 cores=1,3,5,7
/proc/29553/task/29568/stat : 29568 (java) S 29550 29553 27678 0 -1 1077944384 503 0 0 0 23 28 0 0 20 0 15 0 96907570 10916999168 49758 33554432000 4194304 4196468 140725012033936 140130142603824 140130913626754 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13897728 140725012038776 140725012038921 140725012038921 140725012041679 0
Current children cumulated CPU time: 2520.01 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 199032 KiB

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

[startup+2514.91 s]
# the end of solver process 29553 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2512.05 s, system=7.9788 s

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

[startup+2514.9 s]
/proc/loadavg: 1.72 1.43 1.43 3/215 29767
/proc/meminfo: memFree=22403860/32770624 swapFree=67108496/67108860
[pid=29553] ppid=29550 vsize=10661132 memory=199032 CPUtime=2520.01 cores=1,3,5,7
/proc/29553/stat : 29553 (java) S 29550 29553 27678 0 -1 1077944320 46271 0 0 0 251204 797 0 0 20 0 15 0 96907564 10916999168 49758 33554432000 4194304 4196468 140725012033936 140725012016480 140130913615607 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 13897728 140725012038776 140725012038921 140725012038921 140725012041679 0
/proc/29553/statm: 2665283 49758 3146 1 0 2627263 0
[pid=29553/tid=29555] ppid=29550 vsize=10661132 memory=199032 CPUtime=2511.55 cores=1,3,5,7
/proc/29553/task/29555/stat : 29555 (java) R 29550 29553 27678 0 -1 4202560 13714 0 0 0 250432 723 0 0 20 0 15 0 96907564 10916999168 49758 33554432000 4194304 4196468 140725012033936 140130917855584 140725012260802 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13897728 140725012038776 140725012038921 140725012038921 140725012041679 0
[pid=29553/tid=29556] ppid=29550 vsize=10661132 memory=199032 CPUtime=1.13 cores=1,3,5,7
/proc/29553/task/29556/stat : 29556 (java) S 29550 29553 27678 0 -1 1077944384 1882 0 0 0 97 16 0 0 20 0 15 0 96907565 10916999168 49758 33554432000 4194304 4196468 140725012033936 140130839690256 140130913625813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13897728 140725012038776 140725012038921 140725012038921 140725012041679 0
[pid=29553/tid=29557] ppid=29550 vsize=10661132 memory=199032 CPUtime=1.12 cores=1,3,5,7
/proc/29553/task/29557/stat : 29557 (java) S 29550 29553 27678 0 -1 1077944384 2198 0 0 0 96 16 0 0 20 0 15 0 96907565 10916999168 49758 33554432000 4194304 4196468 140725012033936 140130838637712 140130913625813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13897728 140725012038776 140725012038921 140725012038921 140725012041679 0
[pid=29553/tid=29558] ppid=29550 vsize=10661132 memory=1224 CPUtime=1.11 cores=1,3,5,7
/proc/29553/task/29558/stat : 29558 (java) S 29550 29553 27678 0 -1 1077944384 1869 0 0 0 97 14 0 0 20 0 15 0 96907565 10916999168 49758 33554432000 4194304 4196468 140725012033936 140130837584656 140130913625813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13897728 140725012038776 140725012038921 140725012038921 140725012041679 0
[pid=29553/tid=29559] ppid=29550 vsize=10661132 memory=199032 CPUtime=1.1 cores=1,3,5,7
/proc/29553/task/29559/stat : 29559 (java) S 29550 29553 27678 0 -1 1077944384 1761 0 0 0 95 15 0 0 20 0 15 0 96907565 10916999168 49758 33554432000 4194304 4196468 140725012033936 140130836532112 140130913625813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13897728 140725012038776 140725012038921 140725012038921 140725012041679 0
[pid=29553/tid=29560] ppid=29550 vsize=10661132 memory=199032 CPUtime=1.66 cores=1,3,5,7
/proc/29553/task/29560/stat : 29560 (java) S 29550 29553 27678 0 -1 1077944384 3358 0 0 0 155 11 0 0 20 0 15 0 96907566 10916999168 49758 33554432000 4194304 4196468 140725012033936 140130151024880 140130913626754 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13897728 140725012038776 140725012038921 140725012038921 140725012041679 0
[pid=29553/tid=29561] ppid=29550 vsize=10661132 memory=2337 CPUtime=0 cores=1,3,5,7
/proc/29553/task/29561/stat : 29561 (java) S 29550 29553 27678 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 96907567 10916999168 49758 33554432000 4194304 4196468 140725012033936 140130149971104 140130913625813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13897728 140725012038776 140725012038921 140725012038921 140725012041679 0
[pid=29553/tid=29562] ppid=29550 vsize=10661132 memory=199032 CPUtime=0 cores=1,3,5,7
/proc/29553/task/29562/stat : 29562 (java) S 29550 29553 27678 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 96907567 10916999168 49758 33554432000 4194304 4196468 140725012033936 140130148918000 140130913625813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13897728 140725012038776 140725012038921 140725012038921 140725012041679 0
[pid=29553/tid=29563] ppid=29550 vsize=10661132 memory=199032 CPUtime=0 cores=1,3,5,7
/proc/29553/task/29563/stat : 29563 (java) S 29550 29553 27678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96907569 10916999168 49758 33554432000 4194304 4196468 140725012033936 140130147866576 140130913634203 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13897728 140725012038776 140725012038921 140725012038921 140725012041679 0
[pid=29553/tid=29564] ppid=29550 vsize=10661132 memory=199032 CPUtime=0.68 cores=1,3,5,7
/proc/29553/task/29564/stat : 29564 (java) S 29550 29553 27678 0 -1 1077944384 6753 0 0 0 67 1 0 0 20 0 15 0 96907569 10916999168 49758 33554432000 4194304 4196468 140725012033936 140130146814704 140130913626754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13897728 140725012038776 140725012038921 140725012038921 140725012041679 0
[pid=29553/tid=29565] ppid=29550 vsize=10661132 memory=3872 CPUtime=0.81 cores=1,3,5,7
/proc/29553/task/29565/stat : 29565 (java) S 29550 29553 27678 0 -1 1077944384 8609 0 0 0 80 1 0 0 20 0 15 0 96907569 10916999168 49758 33554432000 4194304 4196468 140725012033936 140130145762160 140130913626754 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13897728 140725012038776 140725012038921 140725012038921 140725012041679 0
[pid=29553/tid=29566] ppid=29550 vsize=10661132 memory=199032 CPUtime=0.26 cores=1,3,5,7
/proc/29553/task/29566/stat : 29566 (java) S 29550 29553 27678 0 -1 1077944384 4221 0 0 0 25 1 0 0 20 0 15 0 96907569 10916999168 49758 33554432000 4194304 4196468 140725012033936 140130144709104 140130913626754 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13897728 140725012038776 140725012038921 140725012038921 140725012041679 0
[pid=29553/tid=29567] ppid=29550 vsize=10661132 memory=2260 CPUtime=0 cores=1,3,5,7
/proc/29553/task/29567/stat : 29567 (java) S 29550 29553 27678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96907570 10916999168 49758 33554432000 4194304 4196468 140725012033936 140130143656800 140130913625813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13897728 140725012038776 140725012038921 140725012038921 140725012041679 0
[pid=29553/tid=29568] ppid=29550 vsize=10661132 memory=1788 CPUtime=0.51 cores=1,3,5,7
/proc/29553/task/29568/stat : 29568 (java) S 29550 29553 27678 0 -1 1077944384 503 0 0 0 23 28 0 0 20 0 15 0 96907570 10916999168 49758 33554432000 4194304 4196468 140725012033936 140130142603824 140130913626754 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13897728 140725012038776 140725012038921 140725012038921 140725012041679 0
Current children cumulated CPU time: 2520.01 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 199032 KiB

Child status: 143
Real time (s): 2514.91
CPU time (s): 2520.03
CPU user time (s): 2512.05
CPU system time (s): 7.9788
CPU usage (%): 100.204
Max. virtual memory (cumulated for all children) (KiB): 10661132
Max. memory (cumulated for all children) (KiB): 199032

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2512.05
system time used= 7.97879
maximum resident set size= 199576
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 46462
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2768
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 102892
involuntary context switches= 2472


# summary of solver processes directly reported to runsolver:
#   pid: 29553
#   total CPU time (s): 2520.03
#   total CPU user time (s): 2512.05
#   total CPU system time (s): 7.9788

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.3618 second user time and 22.7983 second system time

The end

Launcher Data

Begin job on node149 at 2018-07-28 17:57:24
IDJOB=4298954
IDBENCH=141256
IDSOLVER=2768
FILE ID=node149/4298954-1532793444
RUNJOBID= node149-1532775878-27710
PBS_JOBID= 21022467
Free space on /tmp= 43256 MiB

SOLVER NAME= The dodo solver 2018-04-29
BENCH NAME= XCSP18/QuadraticAssignment/QuadraticAssignment-esc16d_c18.xml
COMMAND LINE= java -jar DIR/dodo_solver.jar BENCHNAME --timelimit TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4298954-1532793444/watcher-4298954-1532793444 -o /tmp/evaluation-result-4298954-1532793444/solver-4298954-1532793444 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node149-1532775878-27710 --watchdog 2580  java -jar HOME/dodo_solver.jar HOME/instance-4298954-1532793444.xml --timelimit 2520

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

MD5SUM BENCH= 797dd3ed6ca3fcac5df6221abf320949
RANDOM SEED=2019138621

node149.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.60
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.60
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.60
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.60
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:        27317448 kB
MemAvailable:   31745872 kB
Buffers:          135496 kB
Cached:          4512256 kB
SwapCached:           60 kB
Active:          1733416 kB
Inactive:        3152504 kB
Active(anon):     188000 kB
Inactive(anon):    78000 kB
Active(file):    1545416 kB
Inactive(file):  3074504 kB
Unevictable:        7752 kB
Mlocked:            7752 kB
SwapTotal:      67108860 kB
SwapFree:       67108496 kB
Dirty:              1292 kB
Writeback:             0 kB
AnonPages:         95648 kB
Mapped:            47136 kB
Shmem:             25040 kB
Slab:             265436 kB
SReclaimable:     236964 kB
SUnreclaim:        28472 kB
KernelStack:        3792 kB
PageTables:         6128 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1142800 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 42884 MiB
End job on node149 at 2018-07-28 18:39:19