Trace number 4294293

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.8-SuperNG 2018-06-13OPT2 9.82407 4.54236

General information on the benchmark

NameTemplateDesign/
TemplateDesign-m2-catfood_c18.xml
MD5SUM27271f0787f1d872c0f25c4abe418056
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark1.34491
Satisfiable
(Un)Satisfiability was proved
Number of variables63
Number of constraints29
Number of domains3
Minimum domain size2
Maximum domain size1101
Distribution of domain sizes[{"size":2,"count":7},{"size":10,"count":49},{"size":1101,"count":7}]
Minimum variable degree2
Maximum variable degree9
Distribution of variable degrees[{"degree":2,"count":42},{"degree":3,"count":14},{"degree":9,"count":7}]
Minimum constraint arity2
Maximum constraint arity14
Distribution of constraint arities[{"arity":2,"count":14},{"arity":7,"count":8},{"arity":14,"count":7}]
Number of extensional constraints0
Number of intensional constraints14
Distribution of constraint types[{"type":"intension","count":14},{"type":"ordered","count":1},{"type":"sum","count":14}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.99/0.75	c Concrete v3.8.1528841891564 running
9.71/4.52	o 2
9.71/4.53	v <instantiation cost="2">
9.71/4.53	v       <list>
9.71/4.53	v         d[0][0] d[0][1] d[0][2] d[0][3] d[0][4] d[0][5] d[0][6] d[1][0] d[1][1] d[1][2] d[1][3] d[1][4] d[1][5] d[1][6] d[2][0] d[2][1] d[2][2] d[2][3] d[2][4] d[2][5] d[2][6] d[3][0] d[3][1] d[3][2] d[3][3] d[3][4] d[3][5] d[3][6] d[4][0] d[4][1] d[4][2] d[4][3] d[4][4] d[4][5] d[4][6] d[5][0] d[5][1] d[5][2] d[5][3] d[5][4] d[5][5] d[5][6] d[6][0] d[6][1] d[6][2] d[6][3] d[6][4] d[6][5] d[6][6] npt[0] npt[1] npt[2] npt[3] npt[4] npt[5] npt[6] u[0] u[1] u[2] u[3] u[4] u[5] u[6]
9.71/4.53	v       </list>
9.71/4.53	v       <values>
9.71/4.53	v         1 1 1 2 0 3 1 0 0 0 0 3 0 6 9 0 0 0 0 0 0 9 0 0 0 0 0 0 9 0 0 0 0 0 0 9 0 0 0 0 0 0 9 0 0 0 0 0 0 256 159 0 0 0 0 0 1 1 0 0 0 0 0
9.71/4.53	v       </values>
9.71/4.53	v     </instantiation>
9.71/4.53	s OPTIMUM FOUND

Verifier Data

OK	2

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4294293-1532448532/watcher-4294293-1532448532 -o /tmp/evaluation-result-4294293-1532448532/solver-4294293-1532448532 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1532446038-19003 --watchdog 2580 concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=702013453 -superng HOME/instance-4294293-1532448532.xml 

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

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


[startup+0.100144 s]*
/proc/loadavg: 1.44 1.36 1.33 3/209 19769
/proc/meminfo: memFree=16476772/32770624 swapFree=67108860/67108860
[pid=19713] ppid=19710 vsize=9972712 memory=16808 CPUtime=0.09 cores=0,2,4,6
/proc/19713/stat : 19713 (java) S 19710 19713 12709 0 -1 1077944320 4340 12921 0 0 1 0 5 3 20 0 6 0 62416386 10212057088 4202 33554432000 4194304 4196468 140732852191344 140732852173888 140014955126519 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 24940544 140732852193452 140732852196700 140732852196700 140732852199375 0
/proc/19713/statm: 2493178 4202 1934 1 0 2481616 0
[pid=19713/tid=19766] ppid=19710 vsize=9972712 memory=4628411388058700198 CPUtime=0.08 cores=0,2,4,6
/proc/19713/task/19766/stat : 19766 (java) R 19710 19713 12709 0 -1 4202560 2156 12921 0 0 0 0 5 3 20 0 6 0 62416396 10212057088 4202 33554432000 4194304 4196468 140732852191344 140014926963280 140014947363646 0 4 0 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24940544 140732852193452 140732852196700 140732852196700 140732852199375 0
[pid=19713/tid=19767] ppid=19710 vsize=9972712 memory=5793854925150489017 CPUtime=0.08 cores=0,2,4,6
/proc/19713/task/19767/stat : 19767 (java) S 19710 19713 12709 0 -1 1077944384 1 12921 0 0 0 0 5 3 20 0 6 0 62416396 10212057088 4202 33554432000 4194304 4196468 140732852191344 140014959369232 140014955136725 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24940544 140732852193452 140732852196700 140732852196700 140732852199375 0
[pid=19713/tid=19768] ppid=19710 vsize=9972712 memory=139674140595840 CPUtime=0.08 cores=0,2,4,6
/proc/19713/task/19768/stat : 19768 (java) S 19710 19713 12709 0 -1 1077944384 2 12921 0 0 0 0 5 3 20 0 6 0 62416396 10212057088 4202 33554432000 4194304 4196468 140732852191344 140014863572112 140014955136725 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24940544 140732852193452 140732852196700 140732852196700 140732852199375 0
[pid=19713/tid=19769] ppid=19710 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19713/task/19769/stat : 19769 (java) S 19710 19713 12709 0 -1 1077944384 2 12921 0 0 0 0 5 3 20 0 6 0 62416396 10212057088 4202 33554432000 4194304 4196468 140732852191344 140014862519056 140014955136725 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24940544 140732852193452 140732852196700 140732852196700 140732852199375 0
[pid=19713/tid=19770] ppid=19710 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19713/task/19770/stat : 19770 (java) S 19710 19713 12709 0 -1 1077944384 1 12921 0 0 0 0 5 3 20 0 6 0 62416396 10212057088 4202 33554432000 4194304 4196468 140732852191344 140014861466512 140014955136725 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24940544 140732852193452 140732852196700 140732852196700 140732852199375 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16808 KiB

[startup+0.210316 s]*
/proc/loadavg: 1.44 1.36 1.33 3/219 19779
/proc/meminfo: memFree=16453600/32770624 swapFree=67108860/67108860
[pid=19713] ppid=19710 vsize=10818856 memory=42468 CPUtime=0.26 cores=0,2,4,6
/proc/19713/stat : 19713 (java) S 19710 19713 12709 0 -1 1077944320 8544 12921 0 0 16 2 5 3 20 0 15 0 62416386 11078508544 10617 33554432000 4194304 4196468 140732852191344 140732852173888 140014955126519 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 24940544 140732852193452 140732852196700 140732852196700 140732852199375 0
/proc/19713/statm: 2704714 10617 2916 1 0 2667149 0
[pid=19713/tid=19766] ppid=19710 vsize=10818856 memory=-8540663193526752614 CPUtime=0.19 cores=0,2,4,6
/proc/19713/task/19766/stat : 19766 (java) R 19710 19713 12709 0 -1 4202560 5189 12921 0 0 10 1 5 3 20 0 15 0 62416396 11078508544 10617 33554432000 4194304 4196468 140732852191344 140014926924176 140014936690094 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24940544 140732852193452 140732852196700 140732852196700 140732852199375 0
[pid=19713/tid=19767] ppid=19710 vsize=10818856 memory=4211973400345386378 CPUtime=0.08 cores=0,2,4,6
/proc/19713/task/19767/stat : 19767 (java) S 19710 19713 12709 0 -1 1077944384 1 12921 0 0 0 0 5 3 20 0 15 0 62416396 11078508544 10617 33554432000 4194304 4196468 140732852191344 140014959369232 140014955136725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24940544 140732852193452 140732852196700 140732852196700 140732852199375 0
[pid=19713/tid=19768] ppid=19710 vsize=10818856 memory=139674140595840 CPUtime=0.08 cores=0,2,4,6
/proc/19713/task/19768/stat : 19768 (java) S 19710 19713 12709 0 -1 1077944384 2 12921 0 0 0 0 5 3 20 0 15 0 62416396 11078508544 10617 33554432000 4194304 4196468 140732852191344 140014863572112 140014955136725 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24940544 140732852193452 140732852196700 140732852196700 140732852199375 0
[pid=19713/tid=19769] ppid=19710 vsize=10818856 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19713/task/19769/stat : 19769 (java) S 19710 19713 12709 0 -1 1077944384 2 12921 0 0 0 0 5 3 20 0 15 0 62416396 11078508544 10617 33554432000 4194304 4196468 140732852191344 140014862519056 140014955136725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24940544 140732852193452 140732852196700 140732852196700 140732852199375 0
[pid=19713/tid=19770] ppid=19710 vsize=10818856 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19713/task/19770/stat : 19770 (java) S 19710 19713 12709 0 -1 1077944384 1 12921 0 0 0 0 5 3 20 0 15 0 62416396 11078508544 10617 33554432000 4194304 4196468 140732852191344 140014861466512 140014955136725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24940544 140732852193452 140732852196700 140732852196700 140732852199375 0
[pid=19713/tid=19771] ppid=19710 vsize=10818856 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19713/task/19771/stat : 19771 (java) S 19710 19713 12709 0 -1 1077944384 2 12921 0 0 0 0 5 3 20 0 15 0 62416398 11078508544 10617 33554432000 4194304 4196468 140732852191344 140014414653680 140014955137666 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24940544 140732852193452 140732852196700 140732852196700 140732852199375 0
[pid=19713/tid=19772] ppid=19710 vsize=10818856 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/19713/task/19772/stat : 19772 (java) S 19710 19713 12709 0 -1 1077944384 13 12921 0 0 0 0 5 3 20 0 15 0 62416398 11078508544 10617 33554432000 4194304 4196468 140732852191344 140014323229856 140014955136725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24940544 140732852193452 140732852196700 140732852196700 140732852199375 0
[pid=19713/tid=19773] ppid=19710 vsize=10818856 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19713/task/19773/stat : 19773 (java) S 19710 19713 12709 0 -1 1077944384 1 12921 0 0 0 0 5 3 20 0 15 0 62416398 11078508544 10617 33554432000 4194304 4196468 140732852191344 140013719249648 140014955136725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24940544 140732852193452 140732852196700 140732852196700 140732852199375 0
[pid=19713/tid=19774] ppid=19710 vsize=10818856 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19713/task/19774/stat : 19774 (java) S 19710 19713 12709 0 -1 1077944384 3 12921 0 0 0 0 5 3 20 0 15 0 62416401 11078508544 10617 33554432000 4194304 4196468 140732852191344 140013478959056 140014955145115 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24940544 140732852193452 140732852196700 140732852196700 140732852199375 0
[pid=19713/tid=19775] ppid=19710 vsize=10818856 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/19713/task/19775/stat : 19775 (java) S 19710 19713 12709 0 -1 1077944384 524 12921 0 0 1 0 5 3 20 0 15 0 62416401 11078508544 10617 33554432000 4194304 4196468 140732852191344 140014413601520 140014955137666 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24940544 140732852193452 140732852196700 140732852196700 140732852199375 0
[pid=19713/tid=19776] ppid=19710 vsize=10818856 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/19713/task/19776/stat : 19776 (java) S 19710 19713 12709 0 -1 1077944384 55 12921 0 0 0 0 5 3 20 0 15 0 62416401 11078508544 10617 33554432000 4194304 4196468 140732852191344 140014412548976 140014955137666 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24940544 140732852193452 140732852196700 140732852196700 140732852199375 0
[pid=19713/tid=19777] ppid=19710 vsize=10818856 memory=139674140595840 CPUtime=0.11 cores=0,2,4,6
/proc/19713/task/19777/stat : 19777 (java) S 19710 19713 12709 0 -1 1077944384 555 12921 0 0 3 0 5 3 20 0 15 0 62416401 11078508544 10617 33554432000 4194304 4196468 140732852191344 140014411495920 140014955137666 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24940544 140732852193452 140732852196700 140732852196700 140732852199375 0
[pid=19713/tid=19778] ppid=19710 vsize=10818856 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/19713/task/19778/stat : 19778 (java) S 19710 19713 12709 0 -1 1077944384 3 12921 0 0 0 0 5 3 20 0 15 0 62416401 11078508544 10617 33554432000 4194304 4196468 140732852191344 140013445401440 140014955136725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24940544 140732852193452 140732852196700 140732852196700 140732852199375 0
[pid=19713/tid=19779] ppid=19710 vsize=10818856 memory=139674140595840 CPUtime=0.08 cores=0,2,4,6
/proc/19713/task/19779/stat : 19779 (java) S 19710 19713 12709 0 -1 1077944384 1 12921 0 0 0 0 5 3 20 0 15 0 62416402 11078508544 10617 33554432000 4194304 4196468 140732852191344 140014410443312 140014955137666 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24940544 140732852193452 140732852196700 140732852196700 140732852199375 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10818856 KiB
Current children cumulated memory: 42468 KiB

[startup+0.310573 s]*
/proc/loadavg: 1.44 1.36 1.33 3/219 19779
/proc/meminfo: memFree=16443716/32770624 swapFree=67108860/67108860
[pid=19713] ppid=19710 vsize=10819352 memory=53796 CPUtime=0.39 cores=0,2,4,6
/proc/19713/stat : 19713 (java) S 19710 19713 12709 0 -1 1077944320 10558 12921 0 0 28 3 5 3 20 0 15 0 62416386 11079016448 13449 33554432000 4194304 4196468 140732852191344 140732852173888 140014955126519 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 24940544 140732852193452 140732852196700 140732852196700 140732852199375 0
/proc/19713/statm: 2704838 13449 3047 1 0 2667149 0
[pid=19713/tid=19766] ppid=19710 vsize=10819352 memory=6791534058613427641 CPUtime=0.29 cores=0,2,4,6
/proc/19713/task/19766/stat : 19766 (java) R 19710 19713 12709 0 -1 4202560 7201 12921 0 0 19 2 5 3 20 0 15 0 62416396 11079016448 13449 33554432000 4194304 4196468 140732852191344 140014926938528 140014939207006 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24940544 140732852193452 140732852196700 140732852196700 140732852199375 0
[pid=19713/tid=19767] ppid=19710 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19713/task/19767/stat : 19767 (java) S 19710 19713 12709 0 -1 1077944384 1 12921 0 0 0 0 5 3 20 0 15 0 62416396 11079016448 13449 33554432000 4194304 4196468 140732852191344 140014959369232 140014955136725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24940544 140732852193452 140732852196700 140732852196700 140732852199375 0
[pid=19713/tid=19768] ppid=19710 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19713/task/19768/stat : 19768 (java) S 19710 19713 12709 0 -1 1077944384 2 12921 0 0 0 0 5 3 20 0 15 0 62416396 11079016448 13449 33554432000 4194304 4196468 140732852191344 140014863572112 140014955136725 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24940544 140732852193452 140732852196700 140732852196700 140732852199375 0
[pid=19713/tid=19769] ppid=19710 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19713/task/19769/stat : 19769 (java) S 19710 19713 12709 0 -1 1077944384 2 12921 0 0 0 0 5 3 20 0 15 0 62416396 11079016448 13449 33554432000 4194304 4196468 140732852191344 140014862519056 140014955136725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24940544 140732852193452 140732852196700 140732852196700 140732852199375 0
[pid=19713/tid=19770] ppid=19710 vsize=10819352 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/19713/task/19770/stat : 19770 (java) S 19710 19713 12709 0 -1 1077944384 1 12921 0 0 0 0 5 3 20 0 15 0 62416396 11079016448 13449 33554432000 4194304 4196468 140732852191344 140014861466512 140014955136725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24940544 140732852193452 140732852196700 140732852196700 140732852199375 0
[pid=19713/tid=19771] ppid=19710 vsize=10819352 memory=139674140595839 CPUtime=0.08 cores=0,2,4,6
/proc/19713/task/19771/stat : 19771 (java) S 19710 19713 12709 0 -1 1077944384 2 12921 0 0 0 0 5 3 20 0 15 0 62416398 11079016448 13449 33554432000 4194304 4196468 140732852191344 140014414653680 140014955137666 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24940544 140732852193452 140732852196700 140732852196700 140732852199375 0
[pid=19713/tid=19772] ppid=19710 vsize=10819352 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/19713/task/19772/stat : 19772 (java) S 19710 19713 12709 0 -1 1077944384 13 12921 0 0 0 0 5 3 20 0 15 0 62416398 11079016448 13449 33554432000 4194304 4196468 140732852191344 140014323229856 140014955136725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24940544 140732852193452 140732852196700 140732852196700 140732852199375 0
[pid=19713/tid=19773] ppid=19710 vsize=10819352 memory=139674140595840 CPUtime=0.08 cores=0,2,4,6
/proc/19713/task/19773/stat : 19773 (java) S 19710 19713 12709 0 -1 1077944384 1 12921 0 0 0 0 5 3 20 0 15 0 62416398 11079016448 13449 33554432000 4194304 4196468 140732852191344 140013719249648 140014955136725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24940544 140732852193452 140732852196700 140732852196700 140732852199375 0
[pid=19713/tid=19774] ppid=19710 vsize=10819352 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/19713/task/19774/stat : 19774 (java) S 19710 19713 12709 0 -1 1077944384 3 12921 0 0 0 0 5 3 20 0 15 0 62416401 11079016448 13449 33554432000 4194304 4196468 140732852191344 140013478959056 140014955145115 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24940544 140732852193452 140732852196700 140732852196700 140732852199375 0
[pid=19713/tid=19775] ppid=19710 vsize=10819352 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/19713/task/19775/stat : 19775 (java) S 19710 19713 12709 0 -1 1077944384 525 12921 0 0 1 0 5 3 20 0 15 0 62416401 11079016448 13449 33554432000 4194304 4196468 140732852191344 140014413601520 140014955137666 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24940544 140732852193452 140732852196700 140732852196700 140732852199375 0
[pid=19713/tid=19776] ppid=19710 vsize=10819352 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/19713/task/19776/stat : 19776 (java) S 19710 19713 12709 0 -1 1077944384 55 12921 0 0 1 0 5 3 20 0 15 0 62416401 11079016448 13449 33554432000 4194304 4196468 140732852191344 140014412548976 140014955137666 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24940544 140732852193452 140732852196700 140732852196700 140732852199375 0
[pid=19713/tid=19777] ppid=19710 vsize=10819352 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/19713/task/19777/stat : 19777 (java) S 19710 19713 12709 0 -1 1077944384 560 12921 0 0 5 0 5 3 20 0 15 0 62416401 11079016448 13449 33554432000 4194304 4196468 140732852191344 140014411495920 140014955137666 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24940544 140732852193452 140732852196700 140732852196700 140732852199375 0
[pid=19713/tid=19778] ppid=19710 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19713/task/19778/stat : 19778 (java) S 19710 19713 12709 0 -1 1077944384 3 12921 0 0 0 0 5 3 20 0 15 0 62416401 11079016448 13449 33554432000 4194304 4196468 140732852191344 140013445401440 140014955136725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24940544 140732852193452 140732852196700 140732852196700 140732852199375 0
[pid=19713/tid=19779] ppid=19710 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19713/task/19779/stat : 19779 (java) S 19710 19713 12709 0 -1 1077944384 1 12921 0 0 0 0 5 3 20 0 15 0 62416402 11079016448 13449 33554432000 4194304 4196468 140732852191344 140014410443312 140014955137666 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24940544 140732852193452 140732852196700 140732852196700 140732852199375 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 53796 KiB

[startup+0.700798 s]
/proc/loadavg: 1.44 1.36 1.33 4/219 19779
/proc/meminfo: memFree=16424120/32770624 swapFree=67108860/67108860
[pid=19713] ppid=19710 vsize=10819352 memory=86300 CPUtime=0.99 cores=0,2,4,6
/proc/19713/stat : 19713 (java) S 19710 19713 12709 0 -1 1077944320 16797 12921 0 0 87 4 5 3 20 0 15 0 62416386 11079016448 21575 33554432000 4194304 4196468 140732852191344 140732852173888 140014955126519 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 24940544 140732852193452 140732852196700 140732852196700 140732852199375 0
/proc/19713/statm: 2704838 21575 3237 1 0 2667149 0
[pid=19713/tid=19766] ppid=19710 vsize=10819352 memory=19340 CPUtime=0.66 cores=0,2,4,6
/proc/19713/task/19766/stat : 19766 (java) R 19710 19713 12709 0 -1 4202560 12519 12921 0 0 55 3 5 3 20 0 15 0 62416396 11079016448 21575 33554432000 4194304 4196468 140732852191344 140014926948688 140014939207006 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24940544 140732852193452 140732852196700 140732852196700 140732852199375 0
[pid=19713/tid=19767] ppid=19710 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19713/task/19767/stat : 19767 (java) S 19710 19713 12709 0 -1 1077944384 1 12921 0 0 0 0 5 3 20 0 15 0 62416396 11079016448 21575 33554432000 4194304 4196468 140732852191344 140014959369232 140014955136725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24940544 140732852193452 140732852196700 140732852196700 140732852199375 0
[pid=19713/tid=19768] ppid=19710 vsize=10819352 memory=288230587427469581 CPUtime=0.08 cores=0,2,4,6
/proc/19713/task/19768/stat : 19768 (java) S 19710 19713 12709 0 -1 1077944384 2 12921 0 0 0 0 5 3 20 0 15 0 62416396 11079016448 21575 33554432000 4194304 4196468 140732852191344 140014863572112 140014955136725 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24940544 140732852193452 140732852196700 140732852196700 140732852199375 0
[pid=19713/tid=19769] ppid=19710 vsize=10819352 memory=15816694631256675 CPUtime=0.08 cores=0,2,4,6
/proc/19713/task/19769/stat : 19769 (java) S 19710 19713 12709 0 -1 1077944384 2 12921 0 0 0 0 5 3 20 0 15 0 62416396 11079016448 21575 33554432000 4194304 4196468 140732852191344 140014862519056 140014955136725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24940544 140732852193452 140732852196700 140732852196700 140732852199375 0
[pid=19713/tid=19770] ppid=19710 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19713/task/19770/stat : 19770 (java) S 19710 19713 12709 0 -1 1077944384 1 12921 0 0 0 0 5 3 20 0 15 0 62416396 11079016448 21575 33554432000 4194304 4196468 140732852191344 140014861466512 140014955136725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24940544 140732852193452 140732852196700 140732852196700 140732852199375 0
[pid=19713/tid=19771] ppid=19710 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19713/task/19771/stat : 19771 (java) S 19710 19713 12709 0 -1 1077944384 5 12921 0 0 0 0 5 3 20 0 15 0 62416398 11079016448 21575 33554432000 4194304 4196468 140732852191344 140014414653680 140014955137666 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24940544 140732852193452 140732852196700 140732852196700 140732852199375 0
[pid=19713/tid=19772] ppid=19710 vsize=10819352 memory=139674014491232 CPUtime=0.08 cores=0,2,4,6
/proc/19713/task/19772/stat : 19772 (java) S 19710 19713 12709 0 -1 1077944384 13 12921 0 0 0 0 5 3 20 0 15 0 62416398 11079016448 21575 33554432000 4194304 4196468 140732852191344 140014323229856 140014955136725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24940544 140732852193452 140732852196700 140732852196700 140732852199375 0
[pid=19713/tid=19773] ppid=19710 vsize=10819352 memory=139676631434352 CPUtime=0.08 cores=0,2,4,6
/proc/19713/task/19773/stat : 19773 (java) S 19710 19713 12709 0 -1 1077944384 1 12921 0 0 0 0 5 3 20 0 15 0 62416398 11079016448 21575 33554432000 4194304 4196468 140732852191344 140013719249648 140014955136725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24940544 140732852193452 140732852196700 140732852196700 140732852199375 0
[pid=19713/tid=19774] ppid=19710 vsize=10819352 memory=2340 CPUtime=0.08 cores=0,2,4,6
/proc/19713/task/19774/stat : 19774 (java) S 19710 19713 12709 0 -1 1077944384 3 12921 0 0 0 0 5 3 20 0 15 0 62416401 11079016448 21575 33554432000 4194304 4196468 140732852191344 140013478959056 140014955145115 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24940544 140732852193452 140732852196700 140732852196700 140732852199375 0
[pid=19713/tid=19775] ppid=19710 vsize=10819352 memory=6153431502485414241 CPUtime=0.16 cores=0,2,4,6
/proc/19713/task/19775/stat : 19775 (java) S 19710 19713 12709 0 -1 1077944384 784 12921 0 0 8 0 5 3 20 0 15 0 62416401 11079016448 21575 33554432000 4194304 4196468 140732852191344 140014413601520 140014955137666 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24940544 140732852193452 140732852196700 140732852196700 140732852199375 0
[pid=19713/tid=19776] ppid=19710 vsize=10819352 memory=7881696724453321575 CPUtime=0.17 cores=0,2,4,6
/proc/19713/task/19776/stat : 19776 (java) S 19710 19713 12709 0 -1 1077944384 650 12921 0 0 9 0 5 3 20 0 15 0 62416401 11079016448 21575 33554432000 4194304 4196468 140732852191344 140014412548976 140014955137666 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24940544 140732852193452 140732852196700 140732852196700 140732852199375 0
[pid=19713/tid=19777] ppid=19710 vsize=10819352 memory=6154538792250073449 CPUtime=0.21 cores=0,2,4,6
/proc/19713/task/19777/stat : 19777 (java) S 19710 19713 12709 0 -1 1077944384 621 12921 0 0 13 0 5 3 20 0 15 0 62416401 11079016448 21575 33554432000 4194304 4196468 140732852191344 140014411495920 140014955137666 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24940544 140732852193452 140732852196700 140732852196700 140732852199375 0
[pid=19713/tid=19778] ppid=19710 vsize=10819352 memory=8514726395715218844 CPUtime=0.08 cores=0,2,4,6
/proc/19713/task/19778/stat : 19778 (java) S 19710 19713 12709 0 -1 1077944384 3 12921 0 0 0 0 5 3 20 0 15 0 62416401 11079016448 21575 33554432000 4194304 4196468 140732852191344 140013445401440 140014955136725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24940544 140732852193452 140732852196700 140732852196700 140732852199375 0
[pid=19713/tid=19779] ppid=19710 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19713/task/19779/stat : 19779 (java) S 19710 19713 12709 0 -1 1077944384 1 12921 0 0 0 0 5 3 20 0 15 0 62416402 11079016448 21575 33554432000 4194304 4196468 140732852191344 140014410443312 140014955137666 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24940544 140732852193452 140732852196700 140732852196700 140732852199375 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 86300 KiB

[startup+1.50081 s]
/proc/loadavg: 1.48 1.37 1.34 3/219 19779
/proc/meminfo: memFree=16371332/32770624 swapFree=67108860/67108860
[pid=19713] ppid=19710 vsize=10834252 memory=177856 CPUtime=2.26 cores=0,2,4,6
/proc/19713/stat : 19713 (java) S 19710 19713 12709 0 -1 1077944320 24015 12921 0 0 208 10 5 3 20 0 15 0 62416386 11094274048 44464 33554432000 4194304 4196468 140732852191344 140732852173888 140014955126519 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 24940544 140732852193452 140732852196700 140732852196700 140732852199375 0
/proc/19713/statm: 2708563 44464 3470 1 0 2670221 0
[pid=19713/tid=19766] ppid=19710 vsize=10834252 memory=7593446531018023761 CPUtime=1.43 cores=0,2,4,6
/proc/19713/task/19766/stat : 19766 (java) R 19710 19713 12709 0 -1 4202560 18203 12921 0 0 129 6 5 3 20 0 15 0 62416396 11094274048 44464 33554432000 4194304 4196468 140732852191344 140014926959056 140014933390177 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24940544 140732852193452 140732852196700 140732852196700 140732852199375 0
[pid=19713/tid=19767] ppid=19710 vsize=10834252 memory=7090452959748249197 CPUtime=0.09 cores=0,2,4,6
/proc/19713/task/19767/stat : 19767 (java) S 19710 19713 12709 0 -1 1077944384 234 12921 0 0 1 0 5 3 20 0 15 0 62416396 11094274048 44464 33554432000 4194304 4196468 140732852191344 140014959369232 140014955136725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24940544 140732852193452 140732852196700 140732852196700 140732852199375 0
[pid=19713/tid=19768] ppid=19710 vsize=10834252 memory=7090752017985594722 CPUtime=0.09 cores=0,2,4,6
/proc/19713/task/19768/stat : 19768 (java) S 19710 19713 12709 0 -1 1077944384 32 12921 0 0 1 0 5 3 20 0 15 0 62416396 11094274048 44464 33554432000 4194304 4196468 140732852191344 140014863572112 140014955136725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24940544 140732852193452 140732852196700 140732852196700 140732852199375 0
[pid=19713/tid=19769] ppid=19710 vsize=10834252 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/19713/task/19769/stat : 19769 (java) S 19710 19713 12709 0 -1 1077944384 66 12921 0 0 1 0 5 3 20 0 15 0 62416396 11094274048 44464 33554432000 4194304 4196468 140732852191344 140014862519056 140014955136725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24940544 140732852193452 140732852196700 140732852196700 140732852199375 0
[pid=19713/tid=19770] ppid=19710 vsize=10834252 memory=224589812663130 CPUtime=0.08 cores=0,2,4,6
/proc/19713/task/19770/stat : 19770 (java) S 19710 19713 12709 0 -1 1077944384 32 12921 0 0 0 0 5 3 20 0 15 0 62416396 11094274048 44464 33554432000 4194304 4196468 140732852191344 140014861466512 140014955136725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24940544 140732852193452 140732852196700 140732852196700 140732852199375 0
[pid=19713/tid=19771] ppid=19710 vsize=10834252 memory=330602 CPUtime=0.09 cores=0,2,4,6
/proc/19713/task/19771/stat : 19771 (java) S 19710 19713 12709 0 -1 1077944384 57 12921 0 0 1 0 5 3 20 0 15 0 62416398 11094274048 44464 33554432000 4194304 4196468 140732852191344 140014414653680 140014955137666 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24940544 140732852193452 140732852196700 140732852196700 140732852199375 0
[pid=19713/tid=19772] ppid=19710 vsize=10834252 memory=4638778398333161808 CPUtime=0.08 cores=0,2,4,6
/proc/19713/task/19772/stat : 19772 (java) S 19710 19713 12709 0 -1 1077944384 14 12921 0 0 0 0 5 3 20 0 15 0 62416398 11094274048 44464 33554432000 4194304 4196468 140732852191344 140014323229920 140014955136725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24940544 140732852193452 140732852196700 140732852196700 140732852199375 0
[pid=19713/tid=19773] ppid=19710 vsize=10834252 memory=6935649255776346176 CPUtime=0.08 cores=0,2,4,6
/proc/19713/task/19773/stat : 19773 (java) S 19710 19713 12709 0 -1 1077944384 1 12921 0 0 0 0 5 3 20 0 15 0 62416398 11094274048 44464 33554432000 4194304 4196468 140732852191344 140013719249664 140014955136725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24940544 140732852193452 140732852196700 140732852196700 140732852199375 0
[pid=19713/tid=19774] ppid=19710 vsize=10834252 memory=279348028375280 CPUtime=0.08 cores=0,2,4,6
/proc/19713/task/19774/stat : 19774 (java) S 19710 19713 12709 0 -1 1077944384 3 12921 0 0 0 0 5 3 20 0 15 0 62416401 11094274048 44464 33554432000 4194304 4196468 140732852191344 140013478959056 140014955145115 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24940544 140732852193452 140732852196700 140732852196700 140732852199375 0
[pid=19713/tid=19775] ppid=19710 vsize=10834252 memory=6935649255759570240 CPUtime=0.3 cores=0,2,4,6
/proc/19713/task/19775/stat : 19775 (java) S 19710 19713 12709 0 -1 1077944384 1279 12921 0 0 22 0 5 3 20 0 15 0 62416401 11094274048 44464 33554432000 4194304 4196468 140732852191344 140014413601520 140014955137666 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24940544 140732852193452 140732852196700 140732852196700 140732852199375 0
[pid=19713/tid=19776] ppid=19710 vsize=10834252 memory=-6653887611310073191 CPUtime=0.27 cores=0,2,4,6
/proc/19713/task/19776/stat : 19776 (java) S 19710 19713 12709 0 -1 1077944384 799 12921 0 0 19 0 5 3 20 0 15 0 62416401 11094274048 44464 33554432000 4194304 4196468 140732852191344 140014412548976 140014955137666 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24940544 140732852193452 140732852196700 140732852196700 140732852199375 0
[pid=19713/tid=19777] ppid=19710 vsize=10834252 memory=6656426216303648864 CPUtime=0.37 cores=0,2,4,6
/proc/19713/task/19777/stat : 19777 (java) S 19710 19713 12709 0 -1 1077944384 1099 12921 0 0 29 0 5 3 20 0 15 0 62416401 11094274048 44464 33554432000 4194304 4196468 140732852191344 140014411495920 140014955137666 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24940544 140732852193452 140732852196700 140732852196700 140732852199375 0
[pid=19713/tid=19778] ppid=19710 vsize=10834252 memory=6944656592455360604 CPUtime=0.08 cores=0,2,4,6
/proc/19713/task/19778/stat : 19778 (java) S 19710 19713 12709 0 -1 1077944384 3 12921 0 0 0 0 5 3 20 0 15 0 62416401 11094274048 44464 33554432000 4194304 4196468 140732852191344 140013445401440 140014955136725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24940544 140732852193452 140732852196700 140732852196700 140732852199375 0
[pid=19713/tid=19779] ppid=19710 vsize=10834252 memory=6655300316396806240 CPUtime=0.08 cores=0,2,4,6
/proc/19713/task/19779/stat : 19779 (java) S 19710 19713 12709 0 -1 1077944384 1 12921 0 0 0 0 5 3 20 0 15 0 62416402 11094274048 44464 33554432000 4194304 4196468 140732852191344 140014410443312 140014955137666 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24940544 140732852193452 140732852196700 140732852196700 140732852199375 0
Current children cumulated CPU time: 2.26 s
Current children cumulated vsize: 10834252 KiB

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

[startup+4.54231 s]
# the end of solver process 19713 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=9.53413 s, system=0.289939 s

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

[startup+3.20555 s]
/proc/loadavg: 1.48 1.37 1.34 7/219 19779
/proc/meminfo: memFree=16224952/32770624 swapFree=67108860/67108860
[pid=19713] ppid=19710 vsize=10844512 memory=284064 CPUtime=6.32 cores=0,2,4,6
/proc/19713/stat : 19713 (java) S 19710 19713 12709 0 -1 1077944320 53566 12921 0 0 606 18 5 3 20 0 15 0 62416386 11104780288 71016 33554432000 4194304 4196468 140732852191344 140732852173888 140014955126519 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 24940544 140732852193452 140732852196700 140732852196700 140732852199375 0
/proc/19713/statm: 2711128 71016 3510 1 0 2672781 0
[pid=19713/tid=19766] ppid=19710 vsize=10844512 memory=4426042776274957866 CPUtime=3.08 cores=0,2,4,6
/proc/19713/task/19766/stat : 19766 (java) R 19710 19713 12709 0 -1 4202560 35245 12921 0 0 290 10 5 3 20 0 15 0 62416396 11104780288 71016 33554432000 4194304 4196468 140732852191344 140014926956016 140014955138454 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24940544 140732852193452 140732852196700 140732852196700 140732852199375 0
[pid=19713/tid=19767] ppid=19710 vsize=10844512 memory=4132771212810548115 CPUtime=0.11 cores=0,2,4,6
/proc/19713/task/19767/stat : 19767 (java) S 19710 19713 12709 0 -1 1077944384 272 12921 0 0 3 0 5 3 20 0 15 0 62416396 11104780288 71016 33554432000 4194304 4196468 140732852191344 140014959369232 140014955136725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24940544 140732852193452 140732852196700 140732852196700 140732852199375 0
[pid=19713/tid=19768] ppid=19710 vsize=10844512 memory=-6526411401870300574 CPUtime=0.11 cores=0,2,4,6
/proc/19713/task/19768/stat : 19768 (java) S 19710 19713 12709 0 -1 1077944384 84 12921 0 0 3 0 5 3 20 0 15 0 62416396 11104780288 71016 33554432000 4194304 4196468 140732852191344 140014863572112 140014955136725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24940544 140732852193452 140732852196700 140732852196700 140732852199375 0
[pid=19713/tid=19769] ppid=19710 vsize=10844512 memory=-7662142094119126430 CPUtime=0.11 cores=0,2,4,6
/proc/19713/task/19769/stat : 19769 (java) S 19710 19713 12709 0 -1 1077944384 81 12921 0 0 3 0 5 3 20 0 15 0 62416396 11104780288 71016 33554432000 4194304 4196468 140732852191344 140014862519056 140014955136725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24940544 140732852193452 140732852196700 140732852196700 140732852199375 0
[pid=19713/tid=19770] ppid=19710 vsize=10844512 memory=-6369888044986765666 CPUtime=0.11 cores=0,2,4,6
/proc/19713/task/19770/stat : 19770 (java) S 19710 19713 12709 0 -1 1077944384 128 12921 0 0 3 0 5 3 20 0 15 0 62416396 11104780288 71016 33554432000 4194304 4196468 140732852191344 140014861466512 140014955136725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24940544 140732852193452 140732852196700 140732852196700 140732852199375 0
[pid=19713/tid=19771] ppid=19710 vsize=10844512 memory=7234585722779817070 CPUtime=0.11 cores=0,2,4,6
/proc/19713/task/19771/stat : 19771 (java) S 19710 19713 12709 0 -1 1077944384 2658 12921 0 0 3 0 5 3 20 0 15 0 62416398 11104780288 71016 33554432000 4194304 4196468 140732852191344 140014414653680 140014955137666 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24940544 140732852193452 140732852196700 140732852196700 140732852199375 0
[pid=19713/tid=19772] ppid=19710 vsize=10844512 memory=5937524870553682016 CPUtime=0.08 cores=0,2,4,6
/proc/19713/task/19772/stat : 19772 (java) S 19710 19713 12709 0 -1 1077944384 14 12921 0 0 0 0 5 3 20 0 15 0 62416398 11104780288 71016 33554432000 4194304 4196468 140732852191344 140014323229920 140014955136725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24940544 140732852193452 140732852196700 140732852196700 140732852199375 0
[pid=19713/tid=19773] ppid=19710 vsize=10844512 memory=33 CPUtime=0.08 cores=0,2,4,6
/proc/19713/task/19773/stat : 19773 (java) S 19710 19713 12709 0 -1 1077944384 1 12921 0 0 0 0 5 3 20 0 15 0 62416398 11104780288 71016 33554432000 4194304 4196468 140732852191344 140013719249664 140014955136725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24940544 140732852193452 140732852196700 140732852196700 140732852199375 0
[pid=19713/tid=19774] ppid=19710 vsize=10844512 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19713/task/19774/stat : 19774 (java) S 19710 19713 12709 0 -1 1077944384 3 12921 0 0 0 0 5 3 20 0 15 0 62416401 11104780288 71016 33554432000 4194304 4196468 140732852191344 140013478959056 140014955145115 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24940544 140732852193452 140732852196700 140732852196700 140732852199375 0
[pid=19713/tid=19775] ppid=19710 vsize=10844512 memory=0 CPUtime=1.23 cores=0,2,4,6
/proc/19713/task/19775/stat : 19775 (java) R 19710 19713 12709 0 -1 4202560 5926 12921 0 0 114 1 5 3 20 0 15 0 62416401 11104780288 71016 33554432000 4194304 4196468 140732852191344 140014413588024 140014939789675 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 24940544 140732852193452 140732852196700 140732852196700 140732852199375 0
[pid=19713/tid=19776] ppid=19710 vsize=10844512 memory=1 CPUtime=0.89 cores=0,2,4,6
/proc/19713/task/19776/stat : 19776 (java) R 19710 19713 12709 0 -1 4202560 2584 12921 0 0 80 1 5 3 20 0 15 0 62416401 11104780288 71016 33554432000 4194304 4196468 140732852191344 140014412537120 140014940252400 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24940544 140732852193452 140732852196700 140732852196700 140732852199375 0
[pid=19713/tid=19777] ppid=19710 vsize=10844512 memory=0 CPUtime=1.12 cores=0,2,4,6
/proc/19713/task/19777/stat : 19777 (java) R 19710 19713 12709 0 -1 4202560 4369 12921 0 0 103 1 5 3 20 0 15 0 62416401 11104780288 71016 33554432000 4194304 4196468 140732852191344 140014411495920 140014955147866 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24940544 140732852193452 140732852196700 140732852196700 140732852199375 0
[pid=19713/tid=19778] ppid=19710 vsize=10844512 memory=14550109631349578 CPUtime=0.08 cores=0,2,4,6
/proc/19713/task/19778/stat : 19778 (java) S 19710 19713 12709 0 -1 1077944384 3 12921 0 0 0 0 5 3 20 0 15 0 62416401 11104780288 71016 33554432000 4194304 4196468 140732852191344 140013445401440 140014955136725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24940544 140732852193452 140732852196700 140732852196700 140732852199375 0
[pid=19713/tid=19779] ppid=19710 vsize=10844512 memory=139674014363744 CPUtime=0.08 cores=0,2,4,6
/proc/19713/task/19779/stat : 19779 (java) S 19710 19713 12709 0 -1 1077944384 6 12921 0 0 0 0 5 3 20 0 15 0 62416402 11104780288 71016 33554432000 4194304 4196468 140732852191344 140014410443312 140014955137666 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24940544 140732852193452 140732852196700 140732852196700 140732852199375 0
Current children cumulated CPU time: 6.32 s
Current children cumulated vsize: 10844512 KiB
Current children cumulated memory: 284064 KiB

[startup+4.00073 s]*
/proc/loadavg: 1.48 1.37 1.34 4/219 19779
/proc/meminfo: memFree=16113600/32770624 swapFree=67108860/67108860
[pid=19713] ppid=19710 vsize=10848608 memory=295120 CPUtime=8.52 cores=0,2,4,6
/proc/19713/stat : 19713 (java) S 19710 19713 12709 0 -1 1077944320 56375 12921 0 0 823 21 5 3 20 0 15 0 62416386 11108974592 73780 33554432000 4194304 4196468 140732852191344 140732852173888 140014955126519 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 24940544 140732852193452 140732852196700 140732852196700 140732852199375 0
/proc/19713/statm: 2712152 73780 3510 1 0 2673805 0
[pid=19713/tid=19766] ppid=19710 vsize=10848608 memory=590024538734541493 CPUtime=3.87 cores=0,2,4,6
/proc/19713/task/19766/stat : 19766 (java) R 19710 19713 12709 0 -1 4202560 36638 12921 0 0 368 11 5 3 20 0 15 0 62416396 11108974592 73780 33554432000 4194304 4196468 140732852191344 140014926949312 140014936690075 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24940544 140732852193452 140732852196700 140732852196700 140732852199375 0
[pid=19713/tid=19767] ppid=19710 vsize=10848608 memory=0 CPUtime=0.11 cores=0,2,4,6
/proc/19713/task/19767/stat : 19767 (java) S 19710 19713 12709 0 -1 1077944384 272 12921 0 0 3 0 5 3 20 0 15 0 62416396 11108974592 73780 33554432000 4194304 4196468 140732852191344 140014959369232 140014955136725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24940544 140732852193452 140732852196700 140732852196700 140732852199375 0
[pid=19713/tid=19768] ppid=19710 vsize=10848608 memory=139674140927148 CPUtime=0.11 cores=0,2,4,6
/proc/19713/task/19768/stat : 19768 (java) S 19710 19713 12709 0 -1 1077944384 84 12921 0 0 3 0 5 3 20 0 15 0 62416396 11108974592 73780 33554432000 4194304 4196468 140732852191344 140014863572112 140014955136725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24940544 140732852193452 140732852196700 140732852196700 140732852199375 0
[pid=19713/tid=19769] ppid=19710 vsize=10848608 memory=-2026666227646604569 CPUtime=0.11 cores=0,2,4,6
/proc/19713/task/19769/stat : 19769 (java) S 19710 19713 12709 0 -1 1077944384 81 12921 0 0 3 0 5 3 20 0 15 0 62416396 11108974592 73780 33554432000 4194304 4196468 140732852191344 140014862519056 140014955136725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24940544 140732852193452 140732852196700 140732852196700 140732852199375 0
[pid=19713/tid=19770] ppid=19710 vsize=10848608 memory=6944656575208382560 CPUtime=0.11 cores=0,2,4,6
/proc/19713/task/19770/stat : 19770 (java) S 19710 19713 12709 0 -1 1077944384 128 12921 0 0 3 0 5 3 20 0 15 0 62416396 11108974592 73780 33554432000 4194304 4196468 140732852191344 140014861466512 140014955136725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24940544 140732852193452 140732852196700 140732852196700 140732852199375 0
[pid=19713/tid=19771] ppid=19710 vsize=10848608 memory=0 CPUtime=0.11 cores=0,2,4,6
/proc/19713/task/19771/stat : 19771 (java) S 19710 19713 12709 0 -1 1077944384 2658 12921 0 0 3 0 5 3 20 0 15 0 62416398 11108974592 73780 33554432000 4194304 4196468 140732852191344 140014414653680 140014955137666 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24940544 140732852193452 140732852196700 140732852196700 140732852199375 0
[pid=19713/tid=19772] ppid=19710 vsize=10848608 memory=3472328296227680303 CPUtime=0.08 cores=0,2,4,6
/proc/19713/task/19772/stat : 19772 (java) S 19710 19713 12709 0 -1 1077944384 14 12921 0 0 0 0 5 3 20 0 15 0 62416398 11108974592 73780 33554432000 4194304 4196468 140732852191344 140014323229920 140014955136725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24940544 140732852193452 140732852196700 140732852196700 140732852199375 0
[pid=19713/tid=19773] ppid=19710 vsize=10848608 memory=7882232152088537186 CPUtime=0.08 cores=0,2,4,6
/proc/19713/task/19773/stat : 19773 (java) S 19710 19713 12709 0 -1 1077944384 1 12921 0 0 0 0 5 3 20 0 15 0 62416398 11108974592 73780 33554432000 4194304 4196468 140732852191344 140013719249664 140014955136725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24940544 140732852193452 140732852196700 140732852196700 140732852199375 0
[pid=19713/tid=19774] ppid=19710 vsize=10848608 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19713/task/19774/stat : 19774 (java) S 19710 19713 12709 0 -1 1077944384 3 12921 0 0 0 0 5 3 20 0 15 0 62416401 11108974592 73780 33554432000 4194304 4196468 140732852191344 140013478959056 140014955145115 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24940544 140732852193452 140732852196700 140732852196700 140732852199375 0
[pid=19713/tid=19775] ppid=19710 vsize=10848608 memory=0 CPUtime=1.73 cores=0,2,4,6
/proc/19713/task/19775/stat : 19775 (java) S 19710 19713 12709 0 -1 1077944384 6116 12921 0 0 164 1 5 3 20 0 15 0 62416401 11108974592 73780 33554432000 4194304 4196468 140732852191344 140014413601520 140014955137666 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24940544 140732852193452 140732852196700 140732852196700 140732852199375 0
[pid=19713/tid=19776] ppid=19710 vsize=10848608 memory=-1 CPUtime=1.4 cores=0,2,4,6
/proc/19713/task/19776/stat : 19776 (java) S 19710 19713 12709 0 -1 1077944384 2958 12921 0 0 131 1 5 3 20 0 15 0 62416401 11108974592 73780 33554432000 4194304 4196468 140732852191344 140014412548976 140014955137666 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24940544 140732852193452 140732852196700 140732852196700 140732852199375 0
[pid=19713/tid=19777] ppid=19710 vsize=10848608 memory=3472467970368276144 CPUtime=1.51 cores=0,2,4,6
/proc/19713/task/19777/stat : 19777 (java) S 19710 19713 12709 0 -1 1077944384 5221 12921 0 0 141 2 5 3 20 0 15 0 62416401 11108974592 73780 33554432000 4194304 4196468 140732852191344 140014411495920 140014955137666 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24940544 140732852193452 140732852196700 140732852196700 140732852199375 0
[pid=19713/tid=19778] ppid=19710 vsize=10848608 memory=3471202396320837679 CPUtime=0.08 cores=0,2,4,6
/proc/19713/task/19778/stat : 19778 (java) S 19710 19713 12709 0 -1 1077944384 3 12921 0 0 0 0 5 3 20 0 15 0 62416401 11108974592 73780 33554432000 4194304 4196468 140732852191344 140013445401440 140014955136725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24940544 140732852193452 140732852196700 140732852196700 140732852199375 0
[pid=19713/tid=19779] ppid=19710 vsize=10848608 memory=139674140595840 CPUtime=0.08 cores=0,2,4,6
/proc/19713/task/19779/stat : 19779 (java) S 19710 19713 12709 0 -1 1077944384 6 12921 0 0 0 0 5 3 20 0 15 0 62416402 11108974592 73780 33554432000 4194304 4196468 140732852191344 140014410443312 140014955137666 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24940544 140732852193452 140732852196700 140732852196700 140732852199375 0
Current children cumulated CPU time: 8.52 s
Current children cumulated vsize: 10848608 KiB
Current children cumulated memory: 295120 KiB

[startup+4.40062 s]
/proc/loadavg: 1.48 1.37 1.34 4/219 19779
/proc/meminfo: memFree=16113600/32770624 swapFree=67108860/67108860
[pid=19713] ppid=19710 vsize=10916192 memory=311400 CPUtime=9.39 cores=0,2,4,6
/proc/19713/stat : 19713 (java) S 19710 19713 12709 0 -1 1077944320 60446 12921 0 0 907 24 5 3 20 0 15 0 62416386 11178180608 77850 33554432000 4194304 4196468 140732852191344 140732852173888 140014955126519 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 24940544 140732852193452 140732852196700 140732852196700 140732852199375 0
/proc/19713/statm: 2729048 77850 3512 1 0 2690701 0
[pid=19713/tid=19766] ppid=19710 vsize=10916192 memory=7518026630507423853 CPUtime=4.26 cores=0,2,4,6
/proc/19713/task/19766/stat : 19766 (java) R 19710 19713 12709 0 -1 4202560 40274 12921 0 0 406 12 5 3 20 0 15 0 62416396 11178180608 77850 33554432000 4194304 4196468 140732852191344 140014926954128 140014955138454 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24940544 140732852193452 140732852196700 140732852196700 140732852199375 0
[pid=19713/tid=19767] ppid=19710 vsize=10916192 memory=6791534058613427641 CPUtime=0.11 cores=0,2,4,6
/proc/19713/task/19767/stat : 19767 (java) S 19710 19713 12709 0 -1 1077944384 272 12921 0 0 3 0 5 3 20 0 15 0 62416396 11178180608 77850 33554432000 4194304 4196468 140732852191344 140014959369232 140014955136725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24940544 140732852193452 140732852196700 140732852196700 140732852199375 0
[pid=19713/tid=19768] ppid=19710 vsize=10916192 memory=0 CPUtime=0.11 cores=0,2,4,6
/proc/19713/task/19768/stat : 19768 (java) S 19710 19713 12709 0 -1 1077944384 84 12921 0 0 3 0 5 3 20 0 15 0 62416396 11178180608 77850 33554432000 4194304 4196468 140732852191344 140014863572112 140014955136725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24940544 140732852193452 140732852196700 140732852196700 140732852199375 0
[pid=19713/tid=19769] ppid=19710 vsize=10916192 memory=224326141909560 CPUtime=0.11 cores=0,2,4,6
/proc/19713/task/19769/stat : 19769 (java) S 19710 19713 12709 0 -1 1077944384 81 12921 0 0 3 0 5 3 20 0 15 0 62416396 11178180608 77850 33554432000 4194304 4196468 140732852191344 140014862519056 140014955136725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24940544 140732852193452 140732852196700 140732852196700 140732852199375 0
[pid=19713/tid=19770] ppid=19710 vsize=10916192 memory=0 CPUtime=0.11 cores=0,2,4,6
/proc/19713/task/19770/stat : 19770 (java) S 19710 19713 12709 0 -1 1077944384 128 12921 0 0 3 0 5 3 20 0 15 0 62416396 11178180608 77850 33554432000 4194304 4196468 140732852191344 140014861466512 140014955136725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24940544 140732852193452 140732852196700 140732852196700 140732852199375 0
[pid=19713/tid=19771] ppid=19710 vsize=10916192 memory=139674014576068 CPUtime=0.11 cores=0,2,4,6
/proc/19713/task/19771/stat : 19771 (java) S 19710 19713 12709 0 -1 1077944384 2658 12921 0 0 3 0 5 3 20 0 15 0 62416398 11178180608 77850 33554432000 4194304 4196468 140732852191344 140014414653680 140014955137666 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24940544 140732852193452 140732852196700 140732852196700 140732852199375 0
[pid=19713/tid=19772] ppid=19710 vsize=10916192 memory=1200 CPUtime=0.08 cores=0,2,4,6
/proc/19713/task/19772/stat : 19772 (java) S 19710 19713 12709 0 -1 1077944384 14 12921 0 0 0 0 5 3 20 0 15 0 62416398 11178180608 77850 33554432000 4194304 4196468 140732852191344 140014323229920 140014955136725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24940544 140732852193452 140732852196700 140732852196700 140732852199375 0
[pid=19713/tid=19773] ppid=19710 vsize=10916192 memory=1008 CPUtime=0.08 cores=0,2,4,6
/proc/19713/task/19773/stat : 19773 (java) S 19710 19713 12709 0 -1 1077944384 1 12921 0 0 0 0 5 3 20 0 15 0 62416398 11178180608 77850 33554432000 4194304 4196468 140732852191344 140013719249664 140014955136725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24940544 140732852193452 140732852196700 140732852196700 140732852199375 0
[pid=19713/tid=19774] ppid=19710 vsize=10916192 memory=12040 CPUtime=0.08 cores=0,2,4,6
/proc/19713/task/19774/stat : 19774 (java) S 19710 19713 12709 0 -1 1077944384 3 12921 0 0 0 0 5 3 20 0 15 0 62416401 11178180608 77850 33554432000 4194304 4196468 140732852191344 140013478959056 140014955145115 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24940544 140732852193452 140732852196700 140732852196700 140732852199375 0
[pid=19713/tid=19775] ppid=19710 vsize=10916192 memory=1696 CPUtime=1.9 cores=0,2,4,6
/proc/19713/task/19775/stat : 19775 (java) R 19710 19713 12709 0 -1 4202560 6188 12921 0 0 180 2 5 3 20 0 15 0 62416401 11178180608 77850 33554432000 4194304 4196468 140732852191344 140014413601648 140014936649006 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24940544 140732852193452 140732852196700 140732852196700 140732852199375 0
[pid=19713/tid=19776] ppid=19710 vsize=10916192 memory=8384 CPUtime=1.56 cores=0,2,4,6
/proc/19713/task/19776/stat : 19776 (java) R 19710 19713 12709 0 -1 4202560 3022 12921 0 0 147 1 5 3 20 0 15 0 62416401 11178180608 77850 33554432000 4194304 4196468 140732852191344 140014412538896 140014933752897 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24940544 140732852193452 140732852196700 140732852196700 140732852199375 0
[pid=19713/tid=19777] ppid=19710 vsize=10916192 memory=301741373374332954 CPUtime=1.66 cores=0,2,4,6
/proc/19713/task/19777/stat : 19777 (java) R 19710 19713 12709 0 -1 1077944384 5519 12921 0 0 155 3 5 3 20 0 15 0 62416401 11178180608 77850 33554432000 4194304 4196468 140732852191344 140014411495920 140014955137666 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 24940544 140732852193452 140732852196700 140732852196700 140732852199375 0
[pid=19713/tid=19778] ppid=19710 vsize=10916192 memory=301741394933055803 CPUtime=0.08 cores=0,2,4,6
/proc/19713/task/19778/stat : 19778 (java) S 19710 19713 12709 0 -1 1077944384 3 12921 0 0 0 0 5 3 20 0 15 0 62416401 11178180608 77850 33554432000 4194304 4196468 140732852191344 140013445401440 140014955136725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24940544 140732852193452 140732852196700 140732852196700 140732852199375 0
[pid=19713/tid=19779] ppid=19710 vsize=10916192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19713/task/19779/stat : 19779 (java) S 19710 19713 12709 0 -1 1077944384 7 12921 0 0 0 0 5 3 20 0 15 0 62416402 11178180608 77850 33554432000 4194304 4196468 140732852191344 140014410443312 140014955137666 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24940544 140732852193452 140732852196700 140732852196700 140732852199375 0
Current children cumulated CPU time: 9.39 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 311400 KiB

[startup+4.50067 s]
/proc/loadavg: 1.48 1.37 1.34 4/219 19779
/proc/meminfo: memFree=16113600/32770624 swapFree=67108860/67108860
[pid=19713] ppid=19710 vsize=10916192 memory=312024 CPUtime=9.71 cores=0,2,4,6
/proc/19713/stat : 19713 (java) S 19710 19713 12709 0 -1 1077944320 60607 12921 0 0 939 24 5 3 20 0 15 0 62416386 11178180608 78006 33554432000 4194304 4196468 140732852191344 140732852173888 140014955126519 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 24940544 140732852193452 140732852196700 140732852196700 140732852199375 0
/proc/19713/statm: 2729048 78006 3512 1 0 2690701 0
[pid=19713/tid=19766] ppid=19710 vsize=10916192 memory=3828 CPUtime=4.36 cores=0,2,4,6
/proc/19713/task/19766/stat : 19766 (java) R 19710 19713 12709 0 -1 4202560 40339 12921 0 0 416 12 5 3 20 0 15 0 62416396 11178180608 78006 33554432000 4194304 4196468 140732852191344 140014926954016 140014936691472 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24940544 140732852193452 140732852196700 140732852196700 140732852199375 0
[pid=19713/tid=19767] ppid=19710 vsize=10916192 memory=8 CPUtime=0.11 cores=0,2,4,6
/proc/19713/task/19767/stat : 19767 (java) S 19710 19713 12709 0 -1 1077944384 272 12921 0 0 3 0 5 3 20 0 15 0 62416396 11178180608 78006 33554432000 4194304 4196468 140732852191344 140014959369232 140014955136725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24940544 140732852193452 140732852196700 140732852196700 140732852199375 0
[pid=19713/tid=19768] ppid=19710 vsize=10916192 memory=0 CPUtime=0.11 cores=0,2,4,6
/proc/19713/task/19768/stat : 19768 (java) S 19710 19713 12709 0 -1 1077944384 84 12921 0 0 3 0 5 3 20 0 15 0 62416396 11178180608 78006 33554432000 4194304 4196468 140732852191344 140014863572112 140014955136725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24940544 140732852193452 140732852196700 140732852196700 140732852199375 0
[pid=19713/tid=19769] ppid=19710 vsize=10916192 memory=279348029202736 CPUtime=0.11 cores=0,2,4,6
/proc/19713/task/19769/stat : 19769 (java) S 19710 19713 12709 0 -1 1077944384 81 12921 0 0 3 0 5 3 20 0 15 0 62416396 11178180608 78006 33554432000 4194304 4196468 140732852191344 140014862519056 140014955136725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24940544 140732852193452 140732852196700 140732852196700 140732852199375 0
[pid=19713/tid=19770] ppid=19710 vsize=10916192 memory=279348029202800 CPUtime=0.11 cores=0,2,4,6
/proc/19713/task/19770/stat : 19770 (java) S 19710 19713 12709 0 -1 1077944384 128 12921 0 0 3 0 5 3 20 0 15 0 62416396 11178180608 78006 33554432000 4194304 4196468 140732852191344 140014861466512 140014955136725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24940544 140732852193452 140732852196700 140732852196700 140732852199375 0
[pid=19713/tid=19771] ppid=19710 vsize=10916192 memory=19340 CPUtime=0.11 cores=0,2,4,6
/proc/19713/task/19771/stat : 19771 (java) S 19710 19713 12709 0 -1 1077944384 2658 12921 0 0 3 0 5 3 20 0 15 0 62416398 11178180608 78006 33554432000 4194304 4196468 140732852191344 140014414653680 140014955137666 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24940544 140732852193452 140732852196700 140732852196700 140732852199375 0
[pid=19713/tid=19772] ppid=19710 vsize=10916192 memory=1296 CPUtime=0.08 cores=0,2,4,6
/proc/19713/task/19772/stat : 19772 (java) S 19710 19713 12709 0 -1 1077944384 14 12921 0 0 0 0 5 3 20 0 15 0 62416398 11178180608 78006 33554432000 4194304 4196468 140732852191344 140014323229920 140014955136725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24940544 140732852193452 140732852196700 140732852196700 140732852199375 0
[pid=19713/tid=19773] ppid=19710 vsize=10916192 memory=2448 CPUtime=0.08 cores=0,2,4,6
/proc/19713/task/19773/stat : 19773 (java) S 19710 19713 12709 0 -1 1077944384 1 12921 0 0 0 0 5 3 20 0 15 0 62416398 11178180608 78006 33554432000 4194304 4196468 140732852191344 140013719249664 140014955136725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24940544 140732852193452 140732852196700 140732852196700 140732852199375 0
[pid=19713/tid=19774] ppid=19710 vsize=10916192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19713/task/19774/stat : 19774 (java) S 19710 19713 12709 0 -1 1077944384 3 12921 0 0 0 0 5 3 20 0 15 0 62416401 11178180608 78006 33554432000 4194304 4196468 140732852191344 140013478959056 140014955145115 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24940544 140732852193452 140732852196700 140732852196700 140732852199375 0
[pid=19713/tid=19775] ppid=19710 vsize=10916192 memory=-8316900901535099443 CPUtime=1.99 cores=0,2,4,6
/proc/19713/task/19775/stat : 19775 (java) R 19710 19713 12709 0 -1 4202560 6223 12921 0 0 189 2 5 3 20 0 15 0 62416401 11178180608 78006 33554432000 4194304 4196468 140732852191344 140014413589072 140014938343002 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24940544 140732852193452 140732852196700 140732852196700 140732852199375 0
[pid=19713/tid=19776] ppid=19710 vsize=10916192 memory=6944656592455097440 CPUtime=1.66 cores=0,2,4,6
/proc/19713/task/19776/stat : 19776 (java) R 19710 19713 12709 0 -1 4202560 3039 12921 0 0 157 1 5 3 20 0 15 0 62416401 11178180608 78006 33554432000 4194304 4196468 140732852191344 140014412538896 140014939518624 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24940544 140732852193452 140732852196700 140732852196700 140732852199375 0
[pid=19713/tid=19777] ppid=19710 vsize=10916192 memory=6944656592455360604 CPUtime=1.69 cores=0,2,4,6
/proc/19713/task/19777/stat : 19777 (java) S 19710 19713 12709 0 -1 1077944384 5563 12921 0 0 158 3 5 3 20 0 15 0 62416401 11178180608 78006 33554432000 4194304 4196468 140732852191344 140014411495920 140014955137666 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24940544 140732852193452 140732852196700 140732852196700 140732852199375 0
[pid=19713/tid=19778] ppid=19710 vsize=10916192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19713/task/19778/stat : 19778 (java) S 19710 19713 12709 0 -1 1077944384 3 12921 0 0 0 0 5 3 20 0 15 0 62416401 11178180608 78006 33554432000 4194304 4196468 140732852191344 140013445401440 140014955136725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24940544 140732852193452 140732852196700 140732852196700 140732852199375 0
[pid=19713/tid=19779] ppid=19710 vsize=10916192 memory=56 CPUtime=0.08 cores=0,2,4,6
/proc/19713/task/19779/stat : 19779 (java) S 19710 19713 12709 0 -1 1077944384 7 12921 0 0 0 0 5 3 20 0 15 0 62416402 11178180608 78006 33554432000 4194304 4196468 140732852191344 140014410443312 140014955137666 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24940544 140732852193452 140732852196700 140732852196700 140732852199375 0
Current children cumulated CPU time: 9.71 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 312024 KiB

Child status: 0
Real time (s): 4.54236
CPU time (s): 9.82407
CPU user time (s): 9.53413
CPU system time (s): 0.289939
CPU usage (%): 216.277
Max. virtual memory (cumulated for all children) (KiB): 10916192
Max. memory (cumulated for all children) (KiB): 312024

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9.53413
system time used= 0.289939
maximum resident set size= 314588
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 73708
page faults= 0
swaps= 0
block input operations= 0
block output operations= 184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7537
involuntary context switches= 47


# summary of solver processes directly reported to runsolver:
#   pid: 19713
#   total CPU time (s): 9.82407
#   total CPU user time (s): 9.53413
#   total CPU system time (s): 0.289939

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.051747 second user time and 0.084374 second system time

The end

Launcher Data

Begin job on node135 at 2018-07-24 18:08:52
IDJOB=4294293
IDBENCH=141355
IDSOLVER=2751
FILE ID=node135/4294293-1532448532
RUNJOBID= node135-1532446038-19003
PBS_JOBID= 21021575
Free space on /tmp= 48396 MiB

SOLVER NAME= Concrete 3.8-SuperNG 2018-06-13
BENCH NAME= XCSP18/TemplateDesign/TemplateDesign-m2-catfood_c18.xml
COMMAND LINE= concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4294293-1532448532/watcher-4294293-1532448532 -o /tmp/evaluation-result-4294293-1532448532/solver-4294293-1532448532 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1532446038-19003 --watchdog 2580  concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=702013453 -superng HOME/instance-4294293-1532448532.xml

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

MD5SUM BENCH= 27271f0787f1d872c0f25c4abe418056
RANDOM SEED=702013453

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        16483180 kB
MemAvailable:   31537868 kB
Buffers:          211416 kB
Cached:         14897044 kB
SwapCached:            0 kB
Active:          2810864 kB
Inactive:       12752680 kB
Active(anon):     405056 kB
Inactive(anon):    69992 kB
Active(file):    2405808 kB
Inactive(file): 12682688 kB
Unevictable:        7104 kB
Mlocked:            7104 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             27120 kB
Writeback:             0 kB
AnonPages:        462316 kB
Mapped:            51592 kB
Shmem:             17056 kB
Slab:             423012 kB
SReclaimable:     394652 kB
SUnreclaim:        28360 kB
KernelStack:        3600 kB
PageTables:         6060 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1604204 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    284672 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       93568 kB
DirectMap2M:    33452032 kB

Free space on /tmp at the end= 48368 MiB
End job on node135 at 2018-07-24 18:08:57