Trace number 4387069

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
Concrete 3.10OPT4752 23.8983 13.7219

General information on the benchmark

NameQuadraticAssignment/QuadraticAssignment-m1-s1/
QuadraticAssignment-chr15c.xml
MD5SUMce755c39cb9d6ddef8bea85f09074509
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark4752
Best CPU time to get the best result obtained on this benchmark8.00008
Satisfiable
(Un)Satisfiability was proved
Number of variables240
Number of constraints15
Number of domains2
Minimum domain size15
Maximum domain size64
Distribution of domain sizes[{"size":15,"count":15},{"size":64,"count":14}]
Minimum variable degree0
Maximum variable degree3
Distribution of variable degrees[{"degree":0,"count":211},{"degree":2,"count":16},{"degree":3,"count":13}]
Minimum constraint arity3
Maximum constraint arity15
Distribution of constraint arities[{"arity":3,"count":14},{"arity":15,"count":1}]
Number of extensional constraints14
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":14},{"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.68/0.55	c Concrete v3.10.1560635388952 running
6.89/3.13	o 13683
6.89/3.14	o 12654
6.89/3.19	o 12627
7.21/3.20	o 11909
7.21/3.20	o 11624
7.21/3.21	o 10971
7.21/3.22	o 10734
7.21/3.26	o 10731
7.21/3.27	o 9588
7.21/3.27	o 9413
8.22/3.52	o 9044
8.22/3.52	o 8946
8.22/3.53	o 8945
8.22/3.53	o 8873
8.22/3.53	o 8794
8.22/3.54	o 8731
8.22/3.55	o 8557
8.22/3.55	o 8492
8.22/3.57	o 8208
8.22/3.57	o 8172
8.22/3.58	o 7504
8.22/3.58	o 7476
8.22/3.58	o 7323
8.22/3.58	o 7266
8.22/3.59	o 7068
8.55/3.65	o 6859
8.55/3.69	o 6814
8.55/3.69	o 6776
8.55/3.69	o 6700
9.18/3.84	o 6299
9.18/3.85	o 6291
10.16/4.12	o 6036
10.16/4.13	o 5973
10.16/4.18	o 5939
10.16/4.18	o 5892
10.16/4.19	o 5886
11.22/4.65	o 5874
11.38/4.78	o 5139
11.38/4.78	o 4970
11.54/4.82	o 4752
23.85/13.71	v <instantiation
23.85/13.71	v         cost = '4752'>
23.85/13.71	v       <list>
23.85/13.71	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] d[0][1] d[0][2] d[1][3] d[2][4] d[3][5] d[4][6] d[5][7] d[6][8] d[7][9] d[8][10] d[9][11] d[10][12] d[11][13] d[12][14]
23.85/13.71	v       </list>
23.85/13.71	v       <values>
23.85/13.71	v         12 1 4 6 7 0 13 5 3 2 14 8 11 10 9 4 2 3 1 5 12 39 20 50 1 4 11 10 13
23.85/13.71	v       </values>
23.85/13.71	v     </instantiation>
23.85/13.71	s OPTIMUM FOUND

Verifier Data

OK	4752

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4387069-1568289544/watcher-4387069-1568289544 -o /tmp/evaluation-result-4387069-1568289544/solver-4387069-1568289544 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1568282247-6564 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=706344140 HOME/instance-4387069-1568289544.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
solver pid=7533, runsolver pid=7530
Current StackSize limit: 8192 KiB


[startup+0.100206 s]*
/proc/loadavg: 1.56 1.39 1.38 3/213 7586
/proc/meminfo: memFree=30609304/32770624 swapFree=66920088/67108860
[pid=7533] ppid=7530 vsize=9970504 memory=9444 CPUtime=0.07 cores=1,3,5,7
/proc/7533/stat : 7533 (java) S 7530 7533 5621 0 -1 1077944320 3609 13343 0 0 0 0 5 2 20 0 6 0 405210569 10209796096 2361 33554432000 4194304 4196468 140731329875536 140731329858080 140533344120567 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 1 0 0 6293624 6294260 11259904 140731329882870 140731329885381 140731329885381 140731329888207 0
/proc/7533/statm: 2492626 2361 1338 1 0 2481537 0
[pid=7533/tid=7586] ppid=7530 vsize=9972712 memory=720575944405811505 CPUtime=0.07 cores=1,3,5,7
/proc/7533/task/7586/stat : 7586 (java) R 7530 7533 5621 0 -1 4202560 1511 13343 0 0 0 0 5 2 20 0 6 0 405210579 10212057088 2937 33554432000 4194304 4196468 140731329875536 140533315957328 140533198045046 0 4 0 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11259904 140731329882870 140731329885381 140731329885381 140731329888207 0
[pid=7533/tid=7587] ppid=7530 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/7533/task/7587/stat : 7587 (java) S 7530 7533 5621 0 -1 1077944384 1 13343 0 0 0 0 5 2 20 0 6 0 405210579 10212057088 3003 33554432000 4194304 4196468 140731329875536 140533348362768 140533344130773 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11259904 140731329882870 140731329885381 140731329885381 140731329888207 0
[pid=7533/tid=7588] ppid=7530 vsize=9972712 memory=16243465055819416 CPUtime=0.07 cores=1,3,5,7
/proc/7533/task/7588/stat : 7588 (java) S 7530 7533 5621 0 -1 1077944384 1 13343 0 0 0 0 5 2 20 0 6 0 405210579 10212057088 3003 33554432000 4194304 4196468 140731329875536 140533278120592 140533344130773 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11259904 140731329882870 140731329885381 140731329885381 140731329888207 0
[pid=7533/tid=7589] ppid=7530 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/7533/task/7589/stat : 7589 (java) S 7530 7533 5621 0 -1 1077944384 2 13343 0 0 0 0 5 2 20 0 6 0 405210579 10212057088 3003 33554432000 4194304 4196468 140731329875536 140532915824912 140533344130773 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11259904 140731329882870 140731329885381 140731329885381 140731329888207 0
[pid=7533/tid=7590] ppid=7530 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/7533/task/7590/stat : 7590 (java) S 7530 7533 5621 0 -1 1077944384 1 13343 0 0 0 0 5 2 20 0 6 0 405210579 10212057088 3003 33554432000 4194304 4196468 140731329875536 140532914772368 140533344130773 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11259904 140731329882870 140731329885381 140731329885381 140731329888207 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 9970504 KiB
Current children cumulated memory: 9444 KiB

[startup+0.210188 s]*
/proc/loadavg: 1.56 1.39 1.38 3/226 7599
/proc/meminfo: memFree=30588236/32770624 swapFree=66920088/67108860
[pid=7533] ppid=7530 vsize=10818900 memory=36348 CPUtime=0.24 cores=1,3,5,7
/proc/7533/stat : 7533 (java) S 7530 7533 5621 0 -1 1077944320 6939 13343 0 0 16 1 5 2 20 0 15 0 405210569 11078553600 9087 33554432000 4194304 4196468 140731329875536 140731329858080 140533344120567 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 1 0 0 6293624 6294260 11259904 140731329882870 140731329885381 140731329885381 140731329888207 0
/proc/7533/statm: 2704725 9087 2973 1 0 2667149 0
[pid=7533/tid=7586] ppid=7530 vsize=10818900 memory=729618466009055537 CPUtime=0.17 cores=1,3,5,7
/proc/7533/task/7586/stat : 7586 (java) R 7530 7533 5621 0 -1 4202560 3364 13343 0 0 10 0 5 2 20 0 15 0 405210579 11078553600 9087 33554432000 4194304 4196468 140731329875536 140533315953584 140533344142493 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11259904 140731329882870 140731329885381 140731329885381 140731329888207 0
[pid=7533/tid=7587] ppid=7530 vsize=10818900 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/7533/task/7587/stat : 7587 (java) S 7530 7533 5621 0 -1 1077944384 1 13343 0 0 0 0 5 2 20 0 15 0 405210579 11078553600 9087 33554432000 4194304 4196468 140731329875536 140533348362768 140533344130773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11259904 140731329882870 140731329885381 140731329885381 140731329888207 0
[pid=7533/tid=7588] ppid=7530 vsize=10818900 memory=16243465055819416 CPUtime=0.07 cores=1,3,5,7
/proc/7533/task/7588/stat : 7588 (java) S 7530 7533 5621 0 -1 1077944384 1 13343 0 0 0 0 5 2 20 0 15 0 405210579 11078553600 9087 33554432000 4194304 4196468 140731329875536 140533278120592 140533344130773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11259904 140731329882870 140731329885381 140731329885381 140731329888207 0
[pid=7533/tid=7589] ppid=7530 vsize=10818900 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/7533/task/7589/stat : 7589 (java) S 7530 7533 5621 0 -1 1077944384 2 13343 0 0 0 0 5 2 20 0 15 0 405210579 11078553600 9087 33554432000 4194304 4196468 140731329875536 140532915824912 140533344130773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11259904 140731329882870 140731329885381 140731329885381 140731329888207 0
[pid=7533/tid=7590] ppid=7530 vsize=10818900 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/7533/task/7590/stat : 7590 (java) S 7530 7533 5621 0 -1 1077944384 1 13343 0 0 0 0 5 2 20 0 15 0 405210579 11078553600 9087 33554432000 4194304 4196468 140731329875536 140532914772368 140533344130773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11259904 140731329882870 140731329885381 140731329885381 140731329888207 0
[pid=7533/tid=7591] ppid=7530 vsize=10818900 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/7533/task/7591/stat : 7591 (java) S 7530 7533 5621 0 -1 1077944384 2 13343 0 0 0 0 5 2 20 0 15 0 405210581 11078553600 9087 33554432000 4194304 4196468 140731329875536 140532803156720 140533344131714 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11259904 140731329882870 140731329885381 140731329885381 140731329888207 0
[pid=7533/tid=7592] ppid=7530 vsize=10818900 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/7533/task/7592/stat : 7592 (java) S 7530 7533 5621 0 -1 1077944384 33 13343 0 0 0 0 5 2 20 0 15 0 405210581 11078553600 9087 33554432000 4194304 4196468 140731329875536 140532802102944 140533344130773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11259904 140731329882870 140731329885381 140731329885381 140731329888207 0
[pid=7533/tid=7593] ppid=7530 vsize=10818900 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/7533/task/7593/stat : 7593 (java) S 7530 7533 5621 0 -1 1077944384 1 13343 0 0 0 0 5 2 20 0 15 0 405210581 11078553600 9087 33554432000 4194304 4196468 140731329875536 140532202333424 140533344130773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11259904 140731329882870 140731329885381 140731329885381 140731329888207 0
[pid=7533/tid=7594] ppid=7530 vsize=10818900 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/7533/task/7594/stat : 7594 (java) S 7530 7533 5621 0 -1 1077944384 3 13343 0 0 0 0 5 2 20 0 15 0 405210584 11078553600 9087 33554432000 4194304 4196468 140731329875536 140531894933968 140533344139163 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11259904 140731329882870 140731329885381 140731329885381 140731329888207 0
[pid=7533/tid=7595] ppid=7530 vsize=10818900 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/7533/task/7595/stat : 7595 (java) S 7530 7533 5621 0 -1 1077944384 355 13343 0 0 1 0 5 2 20 0 15 0 405210584 11078553600 9087 33554432000 4194304 4196468 140731329875536 140532768545008 140533344131714 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11259904 140731329882870 140731329885381 140731329885381 140731329888207 0
[pid=7533/tid=7596] ppid=7530 vsize=10818900 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/7533/task/7596/stat : 7596 (java) S 7530 7533 5621 0 -1 1077944384 288 13343 0 0 1 0 5 2 20 0 15 0 405210584 11078553600 9087 33554432000 4194304 4196468 140731329875536 140532767492464 140533344131714 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11259904 140731329882870 140731329885381 140731329885381 140731329888207 0
[pid=7533/tid=7597] ppid=7530 vsize=10818900 memory=139806379005568 CPUtime=0.09 cores=1,3,5,7
/proc/7533/task/7597/stat : 7597 (java) S 7530 7533 5621 0 -1 1077944384 687 13343 0 0 2 0 5 2 20 0 15 0 405210584 11078553600 9087 33554432000 4194304 4196468 140731329875536 140532766439408 140533344131714 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11259904 140731329882870 140731329885381 140731329885381 140731329888207 0
[pid=7533/tid=7598] ppid=7530 vsize=10818900 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/7533/task/7598/stat : 7598 (java) S 7530 7533 5621 0 -1 1077944384 3 13343 0 0 0 0 5 2 20 0 15 0 405210584 11078553600 9087 33554432000 4194304 4196468 140731329875536 140531861375328 140533344130773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11259904 140731329882870 140731329885381 140731329885381 140731329888207 0
[pid=7533/tid=7599] ppid=7530 vsize=10818900 memory=139806379005568 CPUtime=0.07 cores=1,3,5,7
/proc/7533/task/7599/stat : 7599 (java) S 7530 7533 5621 0 -1 1077944384 1 13343 0 0 0 0 5 2 20 0 15 0 405210584 11078553600 9087 33554432000 4194304 4196468 140731329875536 140532765387824 140533344131714 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11259904 140731329882870 140731329885381 140731329885381 140731329888207 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 10818900 KiB
Current children cumulated memory: 36348 KiB

[startup+0.315102 s]*
/proc/loadavg: 1.56 1.39 1.38 3/226 7599
/proc/meminfo: memFree=30575060/32770624 swapFree=66920088/67108860
[pid=7533] ppid=7530 vsize=10820096 memory=46452 CPUtime=0.39 cores=1,3,5,7
/proc/7533/stat : 7533 (java) S 7530 7533 5621 0 -1 1077944320 10864 13343 0 0 29 3 5 2 20 0 15 0 405210569 11079778304 11613 33554432000 4194304 4196468 140731329875536 140731329858080 140533344120567 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 1 0 0 6293624 6294260 11259904 140731329882870 140731329885381 140731329885381 140731329888207 0
/proc/7533/statm: 2705024 11613 3247 1 0 2667149 0
[pid=7533/tid=7586] ppid=7530 vsize=10820096 memory=8317482817917895235 CPUtime=0.28 cores=1,3,5,7
/proc/7533/task/7586/stat : 7586 (java) R 7530 7533 5621 0 -1 4202560 7219 13343 0 0 19 2 5 2 20 0 15 0 405210579 11079778304 11613 33554432000 4194304 4196468 140731329875536 140533315938672 140532947605332 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11259904 140731329882870 140731329885381 140731329885381 140731329888207 0
[pid=7533/tid=7587] ppid=7530 vsize=10820096 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/7533/task/7587/stat : 7587 (java) S 7530 7533 5621 0 -1 1077944384 1 13343 0 0 0 0 5 2 20 0 15 0 405210579 11079778304 11613 33554432000 4194304 4196468 140731329875536 140533348362768 140533344130773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11259904 140731329882870 140731329885381 140731329885381 140731329888207 0
[pid=7533/tid=7588] ppid=7530 vsize=10820096 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/7533/task/7588/stat : 7588 (java) S 7530 7533 5621 0 -1 1077944384 1 13343 0 0 0 0 5 2 20 0 15 0 405210579 11079778304 11613 33554432000 4194304 4196468 140731329875536 140533278120592 140533344130773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11259904 140731329882870 140731329885381 140731329885381 140731329888207 0
[pid=7533/tid=7589] ppid=7530 vsize=10820096 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/7533/task/7589/stat : 7589 (java) S 7530 7533 5621 0 -1 1077944384 2 13343 0 0 0 0 5 2 20 0 15 0 405210579 11079778304 11613 33554432000 4194304 4196468 140731329875536 140532915824912 140533344130773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11259904 140731329882870 140731329885381 140731329885381 140731329888207 0
[pid=7533/tid=7590] ppid=7530 vsize=10820096 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/7533/task/7590/stat : 7590 (java) S 7530 7533 5621 0 -1 1077944384 1 13343 0 0 0 0 5 2 20 0 15 0 405210579 11079778304 11613 33554432000 4194304 4196468 140731329875536 140532914772368 140533344130773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11259904 140731329882870 140731329885381 140731329885381 140731329888207 0
[pid=7533/tid=7591] ppid=7530 vsize=10820096 memory=139806379005567 CPUtime=0.07 cores=1,3,5,7
/proc/7533/task/7591/stat : 7591 (java) S 7530 7533 5621 0 -1 1077944384 2 13343 0 0 0 0 5 2 20 0 15 0 405210581 11079778304 11613 33554432000 4194304 4196468 140731329875536 140532803156720 140533344131714 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11259904 140731329882870 140731329885381 140731329885381 140731329888207 0
[pid=7533/tid=7592] ppid=7530 vsize=10820096 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/7533/task/7592/stat : 7592 (java) S 7530 7533 5621 0 -1 1077944384 33 13343 0 0 0 0 5 2 20 0 15 0 405210581 11079778304 11613 33554432000 4194304 4196468 140731329875536 140532802102944 140533344130773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11259904 140731329882870 140731329885381 140731329885381 140731329888207 0
[pid=7533/tid=7593] ppid=7530 vsize=10820096 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/7533/task/7593/stat : 7593 (java) S 7530 7533 5621 0 -1 1077944384 1 13343 0 0 0 0 5 2 20 0 15 0 405210581 11079778304 11613 33554432000 4194304 4196468 140731329875536 140532202333424 140533344130773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11259904 140731329882870 140731329885381 140731329885381 140731329888207 0
[pid=7533/tid=7594] ppid=7530 vsize=10820096 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/7533/task/7594/stat : 7594 (java) S 7530 7533 5621 0 -1 1077944384 3 13343 0 0 0 0 5 2 20 0 15 0 405210584 11079778304 12125 33554432000 4194304 4196468 140731329875536 140531894933968 140533344139163 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11259904 140731329882870 140731329885381 140731329885381 140731329888207 0
[pid=7533/tid=7595] ppid=7530 vsize=10820096 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/7533/task/7595/stat : 7595 (java) S 7530 7533 5621 0 -1 1077944384 363 13343 0 0 1 0 5 2 20 0 15 0 405210584 11079778304 12125 33554432000 4194304 4196468 140731329875536 140532768545008 140533344131714 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11259904 140731329882870 140731329885381 140731329885381 140731329888207 0
[pid=7533/tid=7596] ppid=7530 vsize=10820096 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/7533/task/7596/stat : 7596 (java) S 7530 7533 5621 0 -1 1077944384 290 13343 0 0 1 0 5 2 20 0 15 0 405210584 11079778304 12125 33554432000 4194304 4196468 140731329875536 140532767492464 140533344131714 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11259904 140731329882870 140731329885381 140731329885381 140731329888207 0
[pid=7533/tid=7597] ppid=7530 vsize=10820096 memory=139806379005568 CPUtime=0.12 cores=1,3,5,7
/proc/7533/task/7597/stat : 7597 (java) S 7530 7533 5621 0 -1 1077944384 738 13343 0 0 5 0 5 2 20 0 15 0 405210584 11079778304 12125 33554432000 4194304 4196468 140731329875536 140532766439408 140533344131714 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11259904 140731329882870 140731329885381 140731329885381 140731329888207 0
[pid=7533/tid=7598] ppid=7530 vsize=10820096 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/7533/task/7598/stat : 7598 (java) S 7530 7533 5621 0 -1 1077944384 3 13343 0 0 0 0 5 2 20 0 15 0 405210584 11079778304 12125 33554432000 4194304 4196468 140731329875536 140531861375328 140533344130773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11259904 140731329882870 140731329885381 140731329885381 140731329888207 0
[pid=7533/tid=7599] ppid=7530 vsize=10820096 memory=139806379005568 CPUtime=0.07 cores=1,3,5,7
/proc/7533/task/7599/stat : 7599 (java) S 7530 7533 5621 0 -1 1077944384 1 13343 0 0 0 0 5 2 20 0 15 0 405210584 11079778304 12125 33554432000 4194304 4196468 140731329875536 140532765387824 140533344131714 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11259904 140731329882870 140731329885381 140731329885381 140731329888207 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10820096 KiB
Current children cumulated memory: 46452 KiB

[startup+0.700748 s]
/proc/loadavg: 1.56 1.39 1.38 3/226 7599
/proc/meminfo: memFree=30561760/32770624 swapFree=66920088/67108860
[pid=7533] ppid=7530 vsize=10824340 memory=79468 CPUtime=1.11 cores=1,3,5,7
/proc/7533/stat : 7533 (java) S 7530 7533 5621 0 -1 1077944320 15118 13343 0 0 100 4 5 2 20 0 15 0 405210569 11084124160 19867 33554432000 4194304 4196468 140731329875536 140731329858080 140533344120567 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 1 0 0 6293624 6294260 11259904 140731329882870 140731329885381 140731329885381 140731329888207 0
/proc/7533/statm: 2706085 19867 3495 1 0 2668173 0
[pid=7533/tid=7586] ppid=7530 vsize=10824340 memory=5795117241467496816 CPUtime=0.65 cores=1,3,5,7
/proc/7533/task/7586/stat : 7586 (java) R 7530 7533 5621 0 -1 4202560 10509 13343 0 0 55 3 5 2 20 0 15 0 405210579 11084124160 19867 33554432000 4194304 4196468 140731329875536 140533315940544 140533328201054 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11259904 140731329882870 140731329885381 140731329885381 140731329888207 0
[pid=7533/tid=7587] ppid=7530 vsize=10824340 memory=1284 CPUtime=0.07 cores=1,3,5,7
/proc/7533/task/7587/stat : 7587 (java) S 7530 7533 5621 0 -1 1077944384 1 13343 0 0 0 0 5 2 20 0 15 0 405210579 11084124160 19867 33554432000 4194304 4196468 140731329875536 140533348362768 140533344130773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11259904 140731329882870 140731329885381 140731329885381 140731329888207 0
[pid=7533/tid=7588] ppid=7530 vsize=10824340 memory=1044 CPUtime=0.07 cores=1,3,5,7
/proc/7533/task/7588/stat : 7588 (java) S 7530 7533 5621 0 -1 1077944384 1 13343 0 0 0 0 5 2 20 0 15 0 405210579 11084124160 19867 33554432000 4194304 4196468 140731329875536 140533278120592 140533344130773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11259904 140731329882870 140731329885381 140731329885381 140731329888207 0
[pid=7533/tid=7589] ppid=7530 vsize=10824340 memory=4580 CPUtime=0.07 cores=1,3,5,7
/proc/7533/task/7589/stat : 7589 (java) S 7530 7533 5621 0 -1 1077944384 2 13343 0 0 0 0 5 2 20 0 15 0 405210579 11084124160 19867 33554432000 4194304 4196468 140731329875536 140532915824912 140533344130773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11259904 140731329882870 140731329885381 140731329885381 140731329888207 0
[pid=7533/tid=7590] ppid=7530 vsize=10824340 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/7533/task/7590/stat : 7590 (java) S 7530 7533 5621 0 -1 1077944384 1 13343 0 0 0 0 5 2 20 0 15 0 405210579 11084124160 19867 33554432000 4194304 4196468 140731329875536 140532914772368 140533344130773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11259904 140731329882870 140731329885381 140731329885381 140731329888207 0
[pid=7533/tid=7591] ppid=7530 vsize=10824340 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/7533/task/7591/stat : 7591 (java) S 7530 7533 5621 0 -1 1077944384 5 13343 0 0 0 0 5 2 20 0 15 0 405210581 11084124160 19867 33554432000 4194304 4196468 140731329875536 140532803156720 140533344131714 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11259904 140731329882870 140731329885381 140731329885381 140731329888207 0
[pid=7533/tid=7592] ppid=7530 vsize=10824340 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/7533/task/7592/stat : 7592 (java) S 7530 7533 5621 0 -1 1077944384 33 13343 0 0 0 0 5 2 20 0 15 0 405210581 11084124160 19867 33554432000 4194304 4196468 140731329875536 140532802102944 140533344130773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11259904 140731329882870 140731329885381 140731329885381 140731329888207 0
[pid=7533/tid=7593] ppid=7530 vsize=10824340 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/7533/task/7593/stat : 7593 (java) S 7530 7533 5621 0 -1 1077944384 1 13343 0 0 0 0 5 2 20 0 15 0 405210581 11084124160 19867 33554432000 4194304 4196468 140731329875536 140532202333424 140533344130773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11259904 140731329882870 140731329885381 140731329885381 140731329888207 0
[pid=7533/tid=7594] ppid=7530 vsize=10824340 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/7533/task/7594/stat : 7594 (java) S 7530 7533 5621 0 -1 1077944384 3 13343 0 0 0 0 5 2 20 0 15 0 405210584 11084124160 19867 33554432000 4194304 4196468 140731329875536 140531894933968 140533344139163 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11259904 140731329882870 140731329885381 140731329885381 140731329888207 0
[pid=7533/tid=7595] ppid=7530 vsize=10824340 memory=0 CPUtime=0.22 cores=1,3,5,7
/proc/7533/task/7595/stat : 7595 (java) R 7530 7533 5621 0 -1 4202560 705 13343 0 0 15 0 5 2 20 0 15 0 405210584 11084124160 19867 33554432000 4194304 4196468 140731329875536 140532768545008 140533324765471 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11259904 140731329882870 140731329885381 140731329885381 140731329888207 0
[pid=7533/tid=7596] ppid=7530 vsize=10824340 memory=0 CPUtime=0.18 cores=1,3,5,7
/proc/7533/task/7596/stat : 7596 (java) R 7530 7533 5621 0 -1 4202560 587 13343 0 0 11 0 5 2 20 0 15 0 405210584 11084124160 19867 33554432000 4194304 4196468 140731329875536 140532767492464 140533325650081 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11259904 140731329882870 140731329885381 140731329885381 140731329888207 0
[pid=7533/tid=7597] ppid=7530 vsize=10824340 memory=0 CPUtime=0.24 cores=1,3,5,7
/proc/7533/task/7597/stat : 7597 (java) R 7530 7533 5621 0 -1 1077944384 1061 13343 0 0 17 0 5 2 20 0 15 0 405210584 11084124160 19867 33554432000 4194304 4196468 140731329875536 140532766439408 140533344131714 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 11259904 140731329882870 140731329885381 140731329885381 140731329888207 0
[pid=7533/tid=7598] ppid=7530 vsize=10824340 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/7533/task/7598/stat : 7598 (java) S 7530 7533 5621 0 -1 1077944384 3 13343 0 0 0 0 5 2 20 0 15 0 405210584 11084124160 19867 33554432000 4194304 4196468 140731329875536 140531861375328 140533344130773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11259904 140731329882870 140731329885381 140731329885381 140731329888207 0
[pid=7533/tid=7599] ppid=7530 vsize=10824340 memory=3580 CPUtime=0.07 cores=1,3,5,7
/proc/7533/task/7599/stat : 7599 (java) S 7530 7533 5621 0 -1 1077944384 1 13343 0 0 0 0 5 2 20 0 15 0 405210584 11084124160 19867 33554432000 4194304 4196468 140731329875536 140532765387824 140533344131714 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11259904 140731329882870 140731329885381 140731329885381 140731329888207 0
Current children cumulated CPU time: 1.11 s
Current children cumulated vsize: 10824340 KiB
Current children cumulated memory: 79468 KiB

[startup+1.50303 s]
/proc/loadavg: 1.56 1.39 1.38 3/226 7599
/proc/meminfo: memFree=30515964/32770624 swapFree=66920088/67108860
[pid=7533] ppid=7530 vsize=10834656 memory=165348 CPUtime=2.44 cores=1,3,5,7
/proc/7533/stat : 7533 (java) S 7530 7533 5621 0 -1 1077944320 22508 13343 0 0 228 9 5 2 20 0 15 0 405210569 11094687744 41337 33554432000 4194304 4196468 140731329875536 140731329858080 140533344120567 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 1 0 0 6293624 6294260 11259904 140731329882870 140731329885381 140731329885381 140731329888207 0
/proc/7533/statm: 2708664 41337 3577 1 0 2670733 0
[pid=7533/tid=7586] ppid=7530 vsize=10834656 memory=139806218654296 CPUtime=1.43 cores=1,3,5,7
/proc/7533/task/7586/stat : 7586 (java) R 7530 7533 5621 0 -1 4202560 15436 13343 0 0 130 6 5 2 20 0 15 0 405210579 11094687744 41337 33554432000 4194304 4196468 140731329875536 140533315932928 140533344132502 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11259904 140731329882870 140731329885381 140731329885381 140731329888207 0
[pid=7533/tid=7587] ppid=7530 vsize=10834656 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/7533/task/7587/stat : 7587 (java) S 7530 7533 5621 0 -1 1077944384 34 13343 0 0 1 0 5 2 20 0 15 0 405210579 11094687744 41337 33554432000 4194304 4196468 140731329875536 140533348362768 140533344130773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11259904 140731329882870 140731329885381 140731329885381 140731329888207 0
[pid=7533/tid=7588] ppid=7530 vsize=10834656 memory=6628 CPUtime=0.08 cores=1,3,5,7
/proc/7533/task/7588/stat : 7588 (java) S 7530 7533 5621 0 -1 1077944384 409 13343 0 0 1 0 5 2 20 0 15 0 405210579 11094687744 41337 33554432000 4194304 4196468 140731329875536 140533278120592 140533344130773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11259904 140731329882870 140731329885381 140731329885381 140731329888207 0
[pid=7533/tid=7589] ppid=7530 vsize=10834656 memory=7 CPUtime=0.07 cores=1,3,5,7
/proc/7533/task/7589/stat : 7589 (java) S 7530 7533 5621 0 -1 1077944384 94 13343 0 0 0 0 5 2 20 0 15 0 405210579 11094687744 41337 33554432000 4194304 4196468 140731329875536 140532915824912 140533344130773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11259904 140731329882870 140731329885381 140731329885381 140731329888207 0
[pid=7533/tid=7590] ppid=7530 vsize=10834656 memory=279612437715360 CPUtime=0.08 cores=1,3,5,7
/proc/7533/task/7590/stat : 7590 (java) S 7530 7533 5621 0 -1 1077944384 80 13343 0 0 1 0 5 2 20 0 15 0 405210579 11094687744 41337 33554432000 4194304 4196468 140731329875536 140532914772368 140533344130773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11259904 140731329882870 140731329885381 140731329885381 140731329888207 0
[pid=7533/tid=7591] ppid=7530 vsize=10834656 memory=172146584206096 CPUtime=0.08 cores=1,3,5,7
/proc/7533/task/7591/stat : 7591 (java) S 7530 7533 5621 0 -1 1077944384 784 13343 0 0 1 0 5 2 20 0 15 0 405210581 11094687744 41337 33554432000 4194304 4196468 140731329875536 140532803156720 140533344131714 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11259904 140731329882870 140731329885381 140731329885381 140731329888207 0
[pid=7533/tid=7592] ppid=7530 vsize=10834656 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/7533/task/7592/stat : 7592 (java) S 7530 7533 5621 0 -1 1077944384 33 13343 0 0 0 0 5 2 20 0 15 0 405210581 11094687744 41337 33554432000 4194304 4196468 140731329875536 140532802103008 140533344130773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11259904 140731329882870 140731329885381 140731329885381 140731329888207 0
[pid=7533/tid=7593] ppid=7530 vsize=10834656 memory=6011695485892326192 CPUtime=0.07 cores=1,3,5,7
/proc/7533/task/7593/stat : 7593 (java) S 7530 7533 5621 0 -1 1077944384 2 13343 0 0 0 0 5 2 20 0 15 0 405210581 11094687744 41337 33554432000 4194304 4196468 140731329875536 140532202333424 140533344130773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11259904 140731329882870 140731329885381 140731329885381 140731329888207 0
[pid=7533/tid=7594] ppid=7530 vsize=10834656 memory=-8412658770403813517 CPUtime=0.07 cores=1,3,5,7
/proc/7533/task/7594/stat : 7594 (java) S 7530 7533 5621 0 -1 1077944384 3 13343 0 0 0 0 5 2 20 0 15 0 405210584 11094687744 41337 33554432000 4194304 4196468 140731329875536 140531894933968 140533344139163 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11259904 140731329882870 140731329885381 140731329885381 140731329888207 0
[pid=7533/tid=7595] ppid=7530 vsize=10834656 memory=-7668917182949848256 CPUtime=0.35 cores=1,3,5,7
/proc/7533/task/7595/stat : 7595 (java) S 7530 7533 5621 0 -1 1077944384 875 13343 0 0 28 0 5 2 20 0 15 0 405210584 11094687744 41337 33554432000 4194304 4196468 140731329875536 140532768545008 140533344131714 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11259904 140731329882870 140731329885381 140731329885381 140731329888207 0
[pid=7533/tid=7596] ppid=7530 vsize=10834656 memory=8514726395714956677 CPUtime=0.3 cores=1,3,5,7
/proc/7533/task/7596/stat : 7596 (java) S 7530 7533 5621 0 -1 1077944384 737 13343 0 0 23 0 5 2 20 0 15 0 405210584 11094687744 41337 33554432000 4194304 4196468 140731329875536 140532767492464 140533344131714 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11259904 140731329882870 140731329885381 140731329885381 140731329888207 0
[pid=7533/tid=7597] ppid=7530 vsize=10834656 memory=-8995268955501401461 CPUtime=0.46 cores=1,3,5,7
/proc/7533/task/7597/stat : 7597 (java) R 7530 7533 5621 0 -1 4202560 1811 13343 0 0 39 0 5 2 20 0 15 0 405210584 11094687744 41337 33554432000 4194304 4196468 140731329875536 140532766439536 140533328373872 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11259904 140731329882870 140731329885381 140731329885381 140731329888207 0
[pid=7533/tid=7598] ppid=7530 vsize=10834656 memory=4283920778551074714 CPUtime=0.07 cores=1,3,5,7
/proc/7533/task/7598/stat : 7598 (java) S 7530 7533 5621 0 -1 1077944384 3 13343 0 0 0 0 5 2 20 0 15 0 405210584 11094687744 41337 33554432000 4194304 4196468 140731329875536 140531861375328 140533344130773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11259904 140731329882870 140731329885381 140731329885381 140731329888207 0
[pid=7533/tid=7599] ppid=7530 vsize=10834656 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/7533/task/7599/stat : 7599 (java) S 7530 7533 5621 0 -1 1077944384 1 13343 0 0 0 0 5 2 20 0 15 0 405210584 11094687744 41337 33554432000 4194304 4196468 140731329875536 140532765387824 140533344131714 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11259904 140731329882870 140731329885381 140731329885381 140731329888207 0
Current children cumulated CPU time: 2.44 s
Current children cumulated vsize: 10834656 KiB

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

[startup+13.7218 s]
# the end of solver process 7533 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=23.5452 s, system=0.353098 s

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

[startup+12.801 s]
/proc/loadavg: 1.48 1.37 1.38 4/226 7600
/proc/meminfo: memFree=30113164/32770624 swapFree=66920088/67108860
[pid=7533] ppid=7530 vsize=10849024 memory=536476 CPUtime=22.88 cores=1,3,5,7
/proc/7533/stat : 7533 (java) S 7530 7533 5621 0 -1 1077944320 73841 13343 0 0 2251 30 5 2 20 0 15 0 405210569 11109400576 134119 33554432000 4194304 4196468 140731329875536 140731329858080 140533344120567 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 1 0 0 6293624 6294260 11259904 140731329882870 140731329885381 140731329885381 140731329888207 0
/proc/7533/statm: 2712256 134119 3621 1 0 2674317 0
[pid=7533/tid=7586] ppid=7530 vsize=10849024 memory=1284 CPUtime=12.58 cores=1,3,5,7
/proc/7533/task/7586/stat : 7586 (java) R 7530 7533 5621 0 -1 4202560 26383 13343 0 0 1240 11 5 2 20 0 15 0 405210579 11109400576 134119 33554432000 4194304 4196468 140731329875536 140533315951648 140532957751219 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11259904 140731329882870 140731329885381 140731329885381 140731329888207 0
[pid=7533/tid=7587] ppid=7530 vsize=10849024 memory=1044 CPUtime=0.14 cores=1,3,5,7
/proc/7533/task/7587/stat : 7587 (java) S 7530 7533 5621 0 -1 1077944384 247 13343 0 0 6 1 5 2 20 0 15 0 405210579 11109400576 134119 33554432000 4194304 4196468 140731329875536 140533348362768 140533344130773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11259904 140731329882870 140731329885381 140731329885381 140731329888207 0
[pid=7533/tid=7588] ppid=7530 vsize=10849024 memory=1120 CPUtime=0.13 cores=1,3,5,7
/proc/7533/task/7588/stat : 7588 (java) S 7530 7533 5621 0 -1 1077944384 530 13343 0 0 5 1 5 2 20 0 15 0 405210579 11109400576 134119 33554432000 4194304 4196468 140731329875536 140533278120592 140533344130773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11259904 140731329882870 140731329885381 140731329885381 140731329888207 0
[pid=7533/tid=7589] ppid=7530 vsize=10849024 memory=776 CPUtime=0.13 cores=1,3,5,7
/proc/7533/task/7589/stat : 7589 (java) S 7530 7533 5621 0 -1 1077944384 402 13343 0 0 5 1 5 2 20 0 15 0 405210579 11109400576 134119 33554432000 4194304 4196468 140731329875536 140532915824912 140533344130773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11259904 140731329882870 140731329885381 140731329885381 140731329888207 0
[pid=7533/tid=7590] ppid=7530 vsize=10849024 memory=1552 CPUtime=0.13 cores=1,3,5,7
/proc/7533/task/7590/stat : 7590 (java) S 7530 7533 5621 0 -1 1077944384 1515 13343 0 0 5 1 5 2 20 0 15 0 405210579 11109400576 134119 33554432000 4194304 4196468 140731329875536 140532914772368 140533344130773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11259904 140731329882870 140731329885381 140731329885381 140731329888207 0
[pid=7533/tid=7591] ppid=7530 vsize=10849024 memory=7956 CPUtime=0.12 cores=1,3,5,7
/proc/7533/task/7591/stat : 7591 (java) S 7530 7533 5621 0 -1 1077944384 3911 13343 0 0 5 0 5 2 20 0 15 0 405210581 11109400576 134119 33554432000 4194304 4196468 140731329875536 140532803156720 140533344131714 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11259904 140731329882870 140731329885381 140731329885381 140731329888207 0
[pid=7533/tid=7592] ppid=7530 vsize=10849024 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/7533/task/7592/stat : 7592 (java) S 7530 7533 5621 0 -1 1077944384 38 13343 0 0 0 0 5 2 20 0 15 0 405210581 11109400576 134119 33554432000 4194304 4196468 140731329875536 140532802103072 140533344130773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11259904 140731329882870 140731329885381 140731329885381 140731329888207 0
[pid=7533/tid=7593] ppid=7530 vsize=10849024 memory=1556 CPUtime=0.07 cores=1,3,5,7
/proc/7533/task/7593/stat : 7593 (java) S 7530 7533 5621 0 -1 1077944384 2 13343 0 0 0 0 5 2 20 0 15 0 405210581 11109400576 134119 33554432000 4194304 4196468 140731329875536 140532202333440 140533344130773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11259904 140731329882870 140731329885381 140731329885381 140731329888207 0
[pid=7533/tid=7594] ppid=7530 vsize=10849024 memory=2832 CPUtime=0.07 cores=1,3,5,7
/proc/7533/task/7594/stat : 7594 (java) S 7530 7533 5621 0 -1 1077944384 3 13343 0 0 0 0 5 2 20 0 15 0 405210584 11109400576 134119 33554432000 4194304 4196468 140731329875536 140531894933968 140533344139163 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11259904 140731329882870 140731329885381 140731329885381 140731329888207 0
[pid=7533/tid=7595] ppid=7530 vsize=10849024 memory=984 CPUtime=3.82 cores=1,3,5,7
/proc/7533/task/7595/stat : 7595 (java) S 7530 7533 5621 0 -1 1077944384 10416 13343 0 0 373 2 5 2 20 0 15 0 405210584 11109400576 134119 33554432000 4194304 4196468 140731329875536 140532768545008 140533344131714 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11259904 140731329882870 140731329885381 140731329885381 140731329888207 0
[pid=7533/tid=7596] ppid=7530 vsize=10849024 memory=8112282956445269571 CPUtime=3.35 cores=1,3,5,7
/proc/7533/task/7596/stat : 7596 (java) S 7530 7533 5621 0 -1 1077944384 10912 13343 0 0 325 3 5 2 20 0 15 0 405210584 11109400576 134119 33554432000 4194304 4196468 140731329875536 140532767492464 140533344131714 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11259904 140731329882870 140731329885381 140731329885381 140731329888207 0
[pid=7533/tid=7597] ppid=7530 vsize=10849024 memory=6944656592455360604 CPUtime=2.93 cores=1,3,5,7
/proc/7533/task/7597/stat : 7597 (java) S 7530 7533 5621 0 -1 1077944384 17244 13343 0 0 281 5 5 2 20 0 15 0 405210584 11109400576 134119 33554432000 4194304 4196468 140731329875536 140532766439408 140533344131714 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11259904 140731329882870 140731329885381 140731329885381 140731329888207 0
[pid=7533/tid=7598] ppid=7530 vsize=10849024 memory=825241649 CPUtime=0.07 cores=1,3,5,7
/proc/7533/task/7598/stat : 7598 (java) S 7530 7533 5621 0 -1 1077944384 3 13343 0 0 0 0 5 2 20 0 15 0 405210584 11109400576 134119 33554432000 4194304 4196468 140731329875536 140531861375328 140533344130773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11259904 140731329882870 140731329885381 140731329885381 140731329888207 0
[pid=7533/tid=7599] ppid=7530 vsize=10849024 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/7533/task/7599/stat : 7599 (java) S 7530 7533 5621 0 -1 1077944384 29 13343 0 0 0 0 5 2 20 0 15 0 405210584 11109400576 134119 33554432000 4194304 4196468 140731329875536 140532765387824 140533344131714 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11259904 140731329882870 140731329885381 140731329885381 140731329888207 0
Current children cumulated CPU time: 22.88 s
Current children cumulated vsize: 10849024 KiB
Current children cumulated memory: 536476 KiB

[startup+13.2007 s]
/proc/loadavg: 1.48 1.37 1.38 4/226 7600
/proc/meminfo: memFree=30084492/32770624 swapFree=66920088/67108860
[pid=7533] ppid=7530 vsize=10849024 memory=536476 CPUtime=23.31 cores=1,3,5,7
/proc/7533/stat : 7533 (java) S 7530 7533 5621 0 -1 1077944320 73847 13343 0 0 2294 30 5 2 20 0 15 0 405210569 11109400576 134119 33554432000 4194304 4196468 140731329875536 140731329858080 140533344120567 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 1 0 0 6293624 6294260 11259904 140731329882870 140731329885381 140731329885381 140731329888207 0
/proc/7533/statm: 2712256 134119 3621 1 0 2674317 0
[pid=7533/tid=7586] ppid=7530 vsize=10849024 memory=6408091206851 CPUtime=12.98 cores=1,3,5,7
/proc/7533/task/7586/stat : 7586 (java) R 7530 7533 5621 0 -1 4202560 26383 13343 0 0 1280 11 5 2 20 0 15 0 405210579 11109400576 134119 33554432000 4194304 4196468 140731329875536 140533315953024 140532957515320 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11259904 140731329882870 140731329885381 140731329885381 140731329888207 0
[pid=7533/tid=7587] ppid=7530 vsize=10849024 memory=288230596050944315 CPUtime=0.14 cores=1,3,5,7
/proc/7533/task/7587/stat : 7587 (java) S 7530 7533 5621 0 -1 1077944384 247 13343 0 0 6 1 5 2 20 0 15 0 405210579 11109400576 134119 33554432000 4194304 4196468 140731329875536 140533348362768 140533344130773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11259904 140731329882870 140731329885381 140731329885381 140731329888207 0
[pid=7533/tid=7588] ppid=7530 vsize=10849024 memory=8112282956445269571 CPUtime=0.13 cores=1,3,5,7
/proc/7533/task/7588/stat : 7588 (java) S 7530 7533 5621 0 -1 1077944384 530 13343 0 0 5 1 5 2 20 0 15 0 405210579 11109400576 134119 33554432000 4194304 4196468 140731329875536 140533278120592 140533344130773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11259904 140731329882870 140731329885381 140731329885381 140731329888207 0
[pid=7533/tid=7589] ppid=7530 vsize=10849024 memory=301741394933055803 CPUtime=0.13 cores=1,3,5,7
/proc/7533/task/7589/stat : 7589 (java) S 7530 7533 5621 0 -1 1077944384 402 13343 0 0 5 1 5 2 20 0 15 0 405210579 11109400576 134119 33554432000 4194304 4196468 140731329875536 140532915824912 140533344130773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11259904 140731329882870 140731329885381 140731329885381 140731329888207 0
[pid=7533/tid=7590] ppid=7530 vsize=10849024 memory=15252636593031726 CPUtime=0.13 cores=1,3,5,7
/proc/7533/task/7590/stat : 7590 (java) S 7530 7533 5621 0 -1 1077944384 1515 13343 0 0 5 1 5 2 20 0 15 0 405210579 11109400576 134119 33554432000 4194304 4196468 140731329875536 140532914772368 140533344130773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11259904 140731329882870 140731329885381 140731329885381 140731329888207 0
[pid=7533/tid=7591] ppid=7530 vsize=10849024 memory=-7091624348563251104 CPUtime=0.12 cores=1,3,5,7
/proc/7533/task/7591/stat : 7591 (java) S 7530 7533 5621 0 -1 1077944384 3911 13343 0 0 5 0 5 2 20 0 15 0 405210581 11109400576 134119 33554432000 4194304 4196468 140731329875536 140532803156720 140533344131714 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11259904 140731329882870 140731329885381 140731329885381 140731329888207 0
[pid=7533/tid=7592] ppid=7530 vsize=10849024 memory=6944656592455097440 CPUtime=0.07 cores=1,3,5,7
/proc/7533/task/7592/stat : 7592 (java) S 7530 7533 5621 0 -1 1077944384 38 13343 0 0 0 0 5 2 20 0 15 0 405210581 11109400576 134119 33554432000 4194304 4196468 140731329875536 140532802103072 140533344130773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11259904 140731329882870 140731329885381 140731329885381 140731329888207 0
[pid=7533/tid=7593] ppid=7530 vsize=10849024 memory=6944656592455359580 CPUtime=0.07 cores=1,3,5,7
/proc/7533/task/7593/stat : 7593 (java) S 7530 7533 5621 0 -1 1077944384 2 13343 0 0 0 0 5 2 20 0 15 0 405210581 11109400576 134119 33554432000 4194304 4196468 140731329875536 140532202333440 140533344130773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11259904 140731329882870 140731329885381 140731329885381 140731329888207 0
[pid=7533/tid=7594] ppid=7530 vsize=10849024 memory=6944652027076318631 CPUtime=0.07 cores=1,3,5,7
/proc/7533/task/7594/stat : 7594 (java) S 7530 7533 5621 0 -1 1077944384 3 13343 0 0 0 0 5 2 20 0 15 0 405210584 11109400576 134119 33554432000 4194304 4196468 140731329875536 140531894933968 140533344139163 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11259904 140731329882870 140731329885381 140731329885381 140731329888207 0
[pid=7533/tid=7595] ppid=7530 vsize=10849024 memory=8128038100521087126 CPUtime=3.83 cores=1,3,5,7
/proc/7533/task/7595/stat : 7595 (java) S 7530 7533 5621 0 -1 1077944384 10416 13343 0 0 374 2 5 2 20 0 15 0 405210584 11109400576 134119 33554432000 4194304 4196468 140731329875536 140532768545008 140533344131714 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11259904 140731329882870 140731329885381 140731329885381 140731329888207 0
[pid=7533/tid=7596] ppid=7530 vsize=10849024 memory=8764164799083929696 CPUtime=3.36 cores=1,3,5,7
/proc/7533/task/7596/stat : 7596 (java) S 7530 7533 5621 0 -1 1077944384 10912 13343 0 0 326 3 5 2 20 0 15 0 405210584 11109400576 134119 33554432000 4194304 4196468 140731329875536 140532767492464 140533344131714 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11259904 140731329882870 140731329885381 140731329885381 140731329888207 0
[pid=7533/tid=7597] ppid=7530 vsize=10849024 memory=-9181546051567709026 CPUtime=2.94 cores=1,3,5,7
/proc/7533/task/7597/stat : 7597 (java) S 7530 7533 5621 0 -1 1077944384 17250 13343 0 0 282 5 5 2 20 0 15 0 405210584 11109400576 134119 33554432000 4194304 4196468 140731329875536 140532766439408 140533344131714 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11259904 140731329882870 140731329885381 140731329885381 140731329888207 0
[pid=7533/tid=7598] ppid=7530 vsize=10849024 memory=7100839870005288300 CPUtime=0.07 cores=1,3,5,7
/proc/7533/task/7598/stat : 7598 (java) S 7530 7533 5621 0 -1 1077944384 3 13343 0 0 0 0 5 2 20 0 15 0 405210584 11109400576 134119 33554432000 4194304 4196468 140731329875536 140531861375328 140533344130773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11259904 140731329882870 140731329885381 140731329885381 140731329888207 0
[pid=7533/tid=7599] ppid=7530 vsize=10849024 memory=4139531165134134663 CPUtime=0.07 cores=1,3,5,7
/proc/7533/task/7599/stat : 7599 (java) S 7530 7533 5621 0 -1 1077944384 29 13343 0 0 0 0 5 2 20 0 15 0 405210584 11109400576 134119 33554432000 4194304 4196468 140731329875536 140532765387824 140533344131714 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11259904 140731329882870 140731329885381 140731329885381 140731329888207 0
Current children cumulated CPU time: 23.31 s
Current children cumulated vsize: 10849024 KiB
Current children cumulated memory: 536476 KiB

[startup+13.6008 s]
/proc/loadavg: 1.48 1.37 1.38 4/226 7600
/proc/meminfo: memFree=30084492/32770624 swapFree=66920088/67108860
[pid=7533] ppid=7530 vsize=10849024 memory=542632 CPUtime=23.75 cores=1,3,5,7
/proc/7533/stat : 7533 (java) S 7530 7533 5621 0 -1 1077944320 73864 13343 0 0 2337 31 5 2 20 0 15 0 405210569 11109400576 135658 33554432000 4194304 4196468 140731329875536 140731329858080 140533344120567 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 1 0 0 6293624 6294260 11259904 140731329882870 140731329885381 140731329885381 140731329888207 0
/proc/7533/statm: 2712256 135658 3621 1 0 2674317 0
[pid=7533/tid=7586] ppid=7530 vsize=10849024 memory=0 CPUtime=13.37 cores=1,3,5,7
/proc/7533/task/7586/stat : 7586 (java) R 7530 7533 5621 0 -1 4202560 26384 13343 0 0 1319 11 5 2 20 0 15 0 405210579 11109400576 135658 33554432000 4194304 4196468 140731329875536 140533315952560 140532957632427 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11259904 140731329882870 140731329885381 140731329885381 140731329888207 0
[pid=7533/tid=7587] ppid=7530 vsize=10849024 memory=8112282956445269571 CPUtime=0.14 cores=1,3,5,7
/proc/7533/task/7587/stat : 7587 (java) S 7530 7533 5621 0 -1 1077944384 250 13343 0 0 6 1 5 2 20 0 15 0 405210579 11109400576 135658 33554432000 4194304 4196468 140731329875536 140533348362768 140533344130773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11259904 140731329882870 140731329885381 140731329885381 140731329888207 0
[pid=7533/tid=7588] ppid=7530 vsize=10849024 memory=2016 CPUtime=0.14 cores=1,3,5,7
/proc/7533/task/7588/stat : 7588 (java) S 7530 7533 5621 0 -1 1077944384 533 13343 0 0 5 2 5 2 20 0 15 0 405210579 11109400576 135658 33554432000 4194304 4196468 140731329875536 140533278120592 140533344130773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11259904 140731329882870 140731329885381 140731329885381 140731329888207 0
[pid=7533/tid=7589] ppid=7530 vsize=10849024 memory=1284 CPUtime=0.14 cores=1,3,5,7
/proc/7533/task/7589/stat : 7589 (java) S 7530 7533 5621 0 -1 1077944384 407 13343 0 0 6 1 5 2 20 0 15 0 405210579 11109400576 135658 33554432000 4194304 4196468 140731329875536 140532915824912 140533344130773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11259904 140731329882870 140731329885381 140731329885381 140731329888207 0
[pid=7533/tid=7590] ppid=7530 vsize=10849024 memory=1044 CPUtime=0.13 cores=1,3,5,7
/proc/7533/task/7590/stat : 7590 (java) S 7530 7533 5621 0 -1 1077944384 1518 13343 0 0 5 1 5 2 20 0 15 0 405210579 11109400576 135658 33554432000 4194304 4196468 140731329875536 140532914772368 140533344130773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11259904 140731329882870 140731329885381 140731329885381 140731329888207 0
[pid=7533/tid=7591] ppid=7530 vsize=10849024 memory=708 CPUtime=0.12 cores=1,3,5,7
/proc/7533/task/7591/stat : 7591 (java) S 7530 7533 5621 0 -1 1077944384 3911 13343 0 0 5 0 5 2 20 0 15 0 405210581 11109400576 135658 33554432000 4194304 4196468 140731329875536 140532803156720 140533344131714 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11259904 140731329882870 140731329885381 140731329885381 140731329888207 0
[pid=7533/tid=7592] ppid=7530 vsize=10849024 memory=8112282956445269571 CPUtime=0.07 cores=1,3,5,7
/proc/7533/task/7592/stat : 7592 (java) S 7530 7533 5621 0 -1 1077944384 38 13343 0 0 0 0 5 2 20 0 15 0 405210581 11109400576 135658 33554432000 4194304 4196468 140731329875536 140532802103072 140533344130773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11259904 140731329882870 140731329885381 140731329885381 140731329888207 0
[pid=7533/tid=7593] ppid=7530 vsize=10849024 memory=984 CPUtime=0.07 cores=1,3,5,7
/proc/7533/task/7593/stat : 7593 (java) S 7530 7533 5621 0 -1 1077944384 2 13343 0 0 0 0 5 2 20 0 15 0 405210581 11109400576 135658 33554432000 4194304 4196468 140731329875536 140532202333440 140533344130773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11259904 140731329882870 140731329885381 140731329885381 140731329888207 0
[pid=7533/tid=7594] ppid=7530 vsize=10849024 memory=14012 CPUtime=0.07 cores=1,3,5,7
/proc/7533/task/7594/stat : 7594 (java) S 7530 7533 5621 0 -1 1077944384 3 13343 0 0 0 0 5 2 20 0 15 0 405210584 11109400576 135658 33554432000 4194304 4196468 140731329875536 140531894933968 140533344139163 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11259904 140731329882870 140731329885381 140731329885381 140731329888207 0
[pid=7533/tid=7595] ppid=7530 vsize=10849024 memory=4760 CPUtime=3.84 cores=1,3,5,7
/proc/7533/task/7595/stat : 7595 (java) S 7530 7533 5621 0 -1 1077944384 10416 13343 0 0 375 2 5 2 20 0 15 0 405210584 11109400576 135658 33554432000 4194304 4196468 140731329875536 140532768545008 140533344131714 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11259904 140731329882870 140731329885381 140731329885381 140731329888207 0
[pid=7533/tid=7596] ppid=7530 vsize=10849024 memory=2120 CPUtime=3.38 cores=1,3,5,7
/proc/7533/task/7596/stat : 7596 (java) S 7530 7533 5621 0 -1 1077944384 10913 13343 0 0 328 3 5 2 20 0 15 0 405210584 11109400576 135658 33554432000 4194304 4196468 140731329875536 140532767492464 140533344131714 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11259904 140731329882870 140731329885381 140731329885381 140731329888207 0
[pid=7533/tid=7597] ppid=7530 vsize=10849024 memory=12020 CPUtime=2.95 cores=1,3,5,7
/proc/7533/task/7597/stat : 7597 (java) S 7530 7533 5621 0 -1 1077944384 17251 13343 0 0 283 5 5 2 20 0 15 0 405210584 11109400576 135658 33554432000 4194304 4196468 140731329875536 140532766439408 140533344131714 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11259904 140731329882870 140731329885381 140731329885381 140731329888207 0
[pid=7533/tid=7598] ppid=7530 vsize=10849024 memory=496 CPUtime=0.07 cores=1,3,5,7
/proc/7533/task/7598/stat : 7598 (java) S 7530 7533 5621 0 -1 1077944384 3 13343 0 0 0 0 5 2 20 0 15 0 405210584 11109400576 135658 33554432000 4194304 4196468 140731329875536 140531861375328 140533344130773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11259904 140731329882870 140731329885381 140731329885381 140731329888207 0
[pid=7533/tid=7599] ppid=7530 vsize=10849024 memory=1560 CPUtime=0.07 cores=1,3,5,7
/proc/7533/task/7599/stat : 7599 (java) S 7530 7533 5621 0 -1 1077944384 29 13343 0 0 0 0 5 2 20 0 15 0 405210584 11109400576 135658 33554432000 4194304 4196468 140731329875536 140532765387824 140533344131714 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11259904 140731329882870 140731329885381 140731329885381 140731329888207 0
Current children cumulated CPU time: 23.75 s
Current children cumulated vsize: 10849024 KiB
Current children cumulated memory: 542632 KiB

[startup+13.7008 s]
/proc/loadavg: 1.48 1.37 1.38 4/226 7600
/proc/meminfo: memFree=30084492/32770624 swapFree=66920088/67108860
[pid=7533] ppid=7530 vsize=10849024 memory=542632 CPUtime=23.85 cores=1,3,5,7
/proc/7533/stat : 7533 (java) S 7530 7533 5621 0 -1 1077944320 73866 13343 0 0 2347 31 5 2 20 0 15 0 405210569 11109400576 135658 33554432000 4194304 4196468 140731329875536 140731329858080 140533344120567 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 1 0 0 6293624 6294260 11259904 140731329882870 140731329885381 140731329885381 140731329888207 0
/proc/7533/statm: 2712256 135658 3621 1 0 2674317 0
[pid=7533/tid=7586] ppid=7530 vsize=10849024 memory=536476 CPUtime=13.47 cores=1,3,5,7
/proc/7533/task/7586/stat : 7586 (java) R 7530 7533 5621 0 -1 4202560 26385 13343 0 0 1329 11 5 2 20 0 15 0 405210579 11109400576 135658 33554432000 4194304 4196468 140731329875536 140533315952560 140532959137936 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11259904 140731329882870 140731329885381 140731329885381 140731329888207 0
[pid=7533/tid=7587] ppid=7530 vsize=10849024 memory=536476 CPUtime=0.14 cores=1,3,5,7
/proc/7533/task/7587/stat : 7587 (java) S 7530 7533 5621 0 -1 1077944384 250 13343 0 0 6 1 5 2 20 0 15 0 405210579 11109400576 135658 33554432000 4194304 4196468 140731329875536 140533348362768 140533344130773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11259904 140731329882870 140731329885381 140731329885381 140731329888207 0
[pid=7533/tid=7588] ppid=7530 vsize=10849024 memory=536476 CPUtime=0.14 cores=1,3,5,7
/proc/7533/task/7588/stat : 7588 (java) S 7530 7533 5621 0 -1 1077944384 533 13343 0 0 5 2 5 2 20 0 15 0 405210579 11109400576 135658 33554432000 4194304 4196468 140731329875536 140533278120592 140533344130773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11259904 140731329882870 140731329885381 140731329885381 140731329888207 0
[pid=7533/tid=7589] ppid=7530 vsize=10849024 memory=7 CPUtime=0.14 cores=1,3,5,7
/proc/7533/task/7589/stat : 7589 (java) S 7530 7533 5621 0 -1 1077944384 407 13343 0 0 6 1 5 2 20 0 15 0 405210579 11109400576 135658 33554432000 4194304 4196468 140731329875536 140532915824912 140533344130773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11259904 140731329882870 140731329885381 140731329885381 140731329888207 0
[pid=7533/tid=7590] ppid=7530 vsize=10849024 memory=15788 CPUtime=0.13 cores=1,3,5,7
/proc/7533/task/7590/stat : 7590 (java) S 7530 7533 5621 0 -1 1077944384 1518 13343 0 0 5 1 5 2 20 0 15 0 405210579 11109400576 135658 33554432000 4194304 4196468 140731329875536 140532914772368 140533344130773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11259904 140731329882870 140731329885381 140731329885381 140731329888207 0
[pid=7533/tid=7591] ppid=7530 vsize=10849024 memory=988 CPUtime=0.12 cores=1,3,5,7
/proc/7533/task/7591/stat : 7591 (java) S 7530 7533 5621 0 -1 1077944384 3911 13343 0 0 5 0 5 2 20 0 15 0 405210581 11109400576 135658 33554432000 4194304 4196468 140731329875536 140532803156720 140533344131714 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11259904 140731329882870 140731329885381 140731329885381 140731329888207 0
[pid=7533/tid=7592] ppid=7530 vsize=10849024 memory=6944656592455360604 CPUtime=0.07 cores=1,3,5,7
/proc/7533/task/7592/stat : 7592 (java) S 7530 7533 5621 0 -1 1077944384 38 13343 0 0 0 0 5 2 20 0 15 0 405210581 11109400576 135658 33554432000 4194304 4196468 140731329875536 140532802103072 140533344130773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11259904 140731329882870 140731329885381 140731329885381 140731329888207 0
[pid=7533/tid=7593] ppid=7530 vsize=10849024 memory=139806218833768 CPUtime=0.07 cores=1,3,5,7
/proc/7533/task/7593/stat : 7593 (java) S 7530 7533 5621 0 -1 1077944384 2 13343 0 0 0 0 5 2 20 0 15 0 405210581 11109400576 135658 33554432000 4194304 4196468 140731329875536 140532202333440 140533344130773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11259904 140731329882870 140731329885381 140731329885381 140731329888207 0
[pid=7533/tid=7594] ppid=7530 vsize=10849024 memory=536476 CPUtime=0.07 cores=1,3,5,7
/proc/7533/task/7594/stat : 7594 (java) S 7530 7533 5621 0 -1 1077944384 3 13343 0 0 0 0 5 2 20 0 15 0 405210584 11109400576 135658 33554432000 4194304 4196468 140731329875536 140531894933968 140533344139163 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11259904 140731329882870 140731329885381 140731329885381 140731329888207 0
[pid=7533/tid=7595] ppid=7530 vsize=10849024 memory=55 CPUtime=3.84 cores=1,3,5,7
/proc/7533/task/7595/stat : 7595 (java) S 7530 7533 5621 0 -1 1077944384 10416 13343 0 0 375 2 5 2 20 0 15 0 405210584 11109400576 135658 33554432000 4194304 4196468 140731329875536 140532768545008 140533344131714 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11259904 140731329882870 140731329885381 140731329885381 140731329888207 0
[pid=7533/tid=7596] ppid=7530 vsize=10849024 memory=55 CPUtime=3.38 cores=1,3,5,7
/proc/7533/task/7596/stat : 7596 (java) S 7530 7533 5621 0 -1 1077944384 10914 13343 0 0 328 3 5 2 20 0 15 0 405210584 11109400576 135658 33554432000 4194304 4196468 140731329875536 140532767492464 140533344131714 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11259904 140731329882870 140731329885381 140731329885381 140731329888207 0
[pid=7533/tid=7597] ppid=7530 vsize=10849024 memory=-6727638789388027024 CPUtime=2.95 cores=1,3,5,7
/proc/7533/task/7597/stat : 7597 (java) S 7530 7533 5621 0 -1 1077944384 17251 13343 0 0 283 5 5 2 20 0 15 0 405210584 11109400576 135658 33554432000 4194304 4196468 140731329875536 140532766439408 140533344131714 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11259904 140731329882870 140731329885381 140731329885381 140731329888207 0
[pid=7533/tid=7598] ppid=7530 vsize=10849024 memory=55556 CPUtime=0.07 cores=1,3,5,7
/proc/7533/task/7598/stat : 7598 (java) S 7530 7533 5621 0 -1 1077944384 3 13343 0 0 0 0 5 2 20 0 15 0 405210584 11109400576 135658 33554432000 4194304 4196468 140731329875536 140531861375328 140533344130773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11259904 140731329882870 140731329885381 140731329885381 140731329888207 0
[pid=7533/tid=7599] ppid=7530 vsize=10849024 memory=6944656592455359580 CPUtime=0.07 cores=1,3,5,7
/proc/7533/task/7599/stat : 7599 (java) S 7530 7533 5621 0 -1 1077944384 29 13343 0 0 0 0 5 2 20 0 15 0 405210584 11109400576 135658 33554432000 4194304 4196468 140731329875536 140532765387824 140533344131714 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11259904 140731329882870 140731329885381 140731329885381 140731329888207 0
Current children cumulated CPU time: 23.85 s
Current children cumulated vsize: 10849024 KiB
Current children cumulated memory: 542632 KiB

Child status: 0
Real time (s): 13.7219
CPU time (s): 23.8983
CPU user time (s): 23.5452
CPU system time (s): 0.353098
CPU usage (%): 174.161
Max. virtual memory (cumulated for all children) (KiB): 10853196
Max. memory (cumulated for all children) (KiB): 542632

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 23.5452
system time used= 0.353098
maximum resident set size= 544720
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 87730
page faults= 0
swaps= 0
block input operations= 0
block output operations= 224
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 10247
involuntary context switches= 75


# summary of solver processes directly reported to runsolver:
#   pid: 7533
#   total CPU time (s): 23.8983
#   total CPU user time (s): 23.5452
#   total CPU system time (s): 0.353098

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.113203 second user time and 0.169804 second system time

The end

Launcher Data

Begin job on node107 at 2019-09-12 12:57:09
IDJOB=4387069
IDBENCH=123040
IDSOLVER=2823
FILE ID=node107/4387069-1568289544
RUNJOBID= node107-1568282247-6564
PBS_JOBID= 21701087
Free space on /tmp= 54320 MiB

SOLVER NAME= Concrete 3.10
BENCH NAME= XCSP17/QuadraticAssignment/QuadraticAssignment-m1-s1/QuadraticAssignment-chr15c.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4387069-1568289544/watcher-4387069-1568289544 -o /tmp/evaluation-result-4387069-1568289544/solver-4387069-1568289544 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1568282247-6564 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=706344140 HOME/instance-4387069-1568289544.xml

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

MD5SUM BENCH= ce755c39cb9d6ddef8bea85f09074509
RANDOM SEED=706344140

node107.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:        30611856 kB
MemAvailable:   30895756 kB
Buffers:           89240 kB
Cached:           462860 kB
SwapCached:        80524 kB
Active:          1308952 kB
Inactive:         261612 kB
Active(anon):     946608 kB
Inactive(anon):   100456 kB
Active(file):     362344 kB
Inactive(file):   161156 kB
Unevictable:      109236 kB
Mlocked:          109236 kB
SwapTotal:      67108860 kB
SwapFree:       66920088 kB
Dirty:             34972 kB
Writeback:             0 kB
AnonPages:       1128792 kB
Mapped:            43988 kB
Shmem:             19848 kB
Slab:             180740 kB
SReclaimable:     152472 kB
SUnreclaim:        28268 kB
KernelStack:        3984 kB
PageTables:         7988 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2084004 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    946176 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 54284 MiB
End job on node107 at 2019-09-12 12:57:23