Trace number 4292793

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Concrete 3.8 2018-06-13SAT 6.7356 3.40868

General information on the benchmark

NameColouredQueens/
ColouredQueens-07_c18.xml
MD5SUM968c6e40c1de71b17fca4670fe54f327
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.007257
Satisfiable
(Un)Satisfiability was proved
Number of variables49
Number of constraints36
Number of domains1
Minimum domain size7
Maximum domain size7
Distribution of domain sizes[{"size":7,"count":49}]
Minimum variable degree3
Maximum variable degree4
Distribution of variable degrees[{"degree":3,"count":4},{"degree":4,"count":45}]
Minimum constraint arity2
Maximum constraint arity7
Distribution of constraint arities[{"arity":2,"count":4},{"arity":3,"count":4},{"arity":4,"count":4},{"arity":5,"count":4},{"arity":6,"count":4},{"arity":7,"count":16}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"allDifferent","count":36}]
Optimization problemNO
Type of objective

Solver Data

0.97/0.73	c Concrete v3.8.1528841891564 running
6.33/3.29	v <instantiation>
6.33/3.29	v       <list>
6.33/3.29	v         x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[0][6] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[2][6] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5] x[3][6] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] x[4][5] x[4][6] x[5][0] x[5][1] x[5][2] x[5][3] x[5][4] x[5][5] x[5][6] x[6][0] x[6][1] x[6][2] x[6][3] x[6][4] x[6][5] x[6][6]
6.33/3.29	v       </list>
6.33/3.29	v       <values>
6.33/3.29	v         0 4 2 1 5 3 6 1 5 3 6 0 4 2 6 0 4 2 1 5 3 2 1 5 3 6 0 4 3 6 0 4 2 1 5 4 2 1 5 3 6 0 5 3 6 0 4 2 1
6.33/3.29	v       </values>
6.33/3.29	v     </instantiation>
6.33/3.29	s SATISFIABLE

Verifier Data

OK	

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4292793-1532291849/watcher-4292793-1532291849 -o /tmp/evaluation-result-4292793-1532291849/solver-4292793-1532291849 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1532291841-6670 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=851575298 HOME/instance-4292793-1532291849.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=6894, runsolver pid=6891
Current StackSize limit: 8192 KiB


[startup+0.100137 s]*
/proc/loadavg: 1.32 1.18 1.48 3/209 6951
/proc/meminfo: memFree=20146424/32770624 swapFree=67108860/67108860
[pid=6894] ppid=6891 vsize=9972712 memory=17072 CPUtime=0.09 cores=1,3,5,7
/proc/6894/stat : 6894 (java) S 6891 6894 1669 0 -1 1077944320 4444 13146 0 0 1 1 4 3 20 0 6 0 46748084 10212057088 4268 33554432000 4194304 4196468 140720955884464 140720955867008 140538025627383 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 20148224 140720955886191 140720955888988 140720955888988 140720955891663 0
/proc/6894/statm: 2493178 4268 1934 1 0 2481616 0
[pid=6894/tid=6947] ppid=6891 vsize=9988792 memory=-8530506832973971397 CPUtime=0.08 cores=1,3,5,7
/proc/6894/task/6947/stat : 6947 (java) R 6891 6894 1669 0 -1 4202560 2303 13146 0 0 1 0 4 3 20 0 6 0 46748093 10228523008 4334 33554432000 4194304 4196468 140720955884464 140537997464144 140538006750432 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20148224 140720955886191 140720955888988 140720955888988 140720955891663 0
[pid=6894/tid=6948] ppid=6891 vsize=9988792 memory=8257237230052613020 CPUtime=0.07 cores=1,3,5,7
/proc/6894/task/6948/stat : 6948 (java) S 6891 6894 1669 0 -1 1077944384 1 13146 0 0 0 0 4 3 20 0 6 0 46748094 10228523008 4334 33554432000 4194304 4196468 140720955884464 140538029869456 140538025637589 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20148224 140720955886191 140720955888988 140720955888988 140720955891663 0
[pid=6894/tid=6949] ppid=6891 vsize=9988792 memory=140055373579904 CPUtime=0.07 cores=1,3,5,7
/proc/6894/task/6949/stat : 6949 (java) S 6891 6894 1669 0 -1 1077944384 1 13146 0 0 0 0 4 3 20 0 6 0 46748094 10228523008 4334 33554432000 4194304 4196468 140720955884464 140537918142736 140538025637589 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20148224 140720955886191 140720955888988 140720955888988 140720955891663 0
[pid=6894/tid=6950] ppid=6891 vsize=9988792 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/6894/task/6950/stat : 6950 (java) S 6891 6894 1669 0 -1 1077944384 1 13146 0 0 0 0 4 3 20 0 6 0 46748094 10228523008 4334 33554432000 4194304 4196468 140720955884464 140537917090448 140538025637589 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20148224 140720955886191 140720955888988 140720955888988 140720955891663 0
[pid=6894/tid=6951] ppid=6891 vsize=9988792 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/6894/task/6951/stat : 6951 (java) S 6891 6894 1669 0 -1 1077944384 2 13146 0 0 0 0 4 3 20 0 6 0 46748094 10228523008 4334 33554432000 4194304 4196468 140720955884464 140537916037648 140538025637589 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20148224 140720955886191 140720955888988 140720955888988 140720955891663 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 17072 KiB

[startup+0.210011 s]*
/proc/loadavg: 1.32 1.18 1.48 4/218 6960
/proc/meminfo: memFree=20125256/32770624 swapFree=67108860/67108860
[pid=6894] ppid=6891 vsize=10818856 memory=41364 CPUtime=0.25 cores=1,3,5,7
/proc/6894/stat : 6894 (java) S 6891 6894 1669 0 -1 1077944320 8768 13146 0 0 16 2 4 3 20 0 15 0 46748084 11078508544 10341 33554432000 4194304 4196468 140720955884464 140720955867008 140538025627383 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 20148224 140720955886191 140720955888988 140720955888988 140720955891663 0
/proc/6894/statm: 2704714 10341 2936 1 0 2667149 0
[pid=6894/tid=6947] ppid=6891 vsize=10818856 memory=7022364594140610616 CPUtime=0.18 cores=1,3,5,7
/proc/6894/task/6947/stat : 6947 (java) R 6891 6894 1669 0 -1 4202560 5292 13146 0 0 10 1 4 3 20 0 15 0 46748093 11078508544 10341 33554432000 4194304 4196468 140720955884464 140537997425040 140538010793038 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20148224 140720955886191 140720955888988 140720955888988 140720955891663 0
[pid=6894/tid=6948] ppid=6891 vsize=10818856 memory=345 CPUtime=0.07 cores=1,3,5,7
/proc/6894/task/6948/stat : 6948 (java) S 6891 6894 1669 0 -1 1077944384 1 13146 0 0 0 0 4 3 20 0 15 0 46748094 11078508544 10341 33554432000 4194304 4196468 140720955884464 140538029869456 140538025637589 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20148224 140720955886191 140720955888988 140720955888988 140720955891663 0
[pid=6894/tid=6949] ppid=6891 vsize=10818856 memory=140055373586863 CPUtime=0.07 cores=1,3,5,7
/proc/6894/task/6949/stat : 6949 (java) S 6891 6894 1669 0 -1 1077944384 1 13146 0 0 0 0 4 3 20 0 15 0 46748094 11078508544 10341 33554432000 4194304 4196468 140720955884464 140537918142736 140538025637589 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20148224 140720955886191 140720955888988 140720955888988 140720955891663 0
[pid=6894/tid=6950] ppid=6891 vsize=10818856 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/6894/task/6950/stat : 6950 (java) S 6891 6894 1669 0 -1 1077944384 1 13146 0 0 0 0 4 3 20 0 15 0 46748094 11078508544 10341 33554432000 4194304 4196468 140720955884464 140537917090448 140538025637589 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20148224 140720955886191 140720955888988 140720955888988 140720955891663 0
[pid=6894/tid=6951] ppid=6891 vsize=10818856 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/6894/task/6951/stat : 6951 (java) S 6891 6894 1669 0 -1 1077944384 2 13146 0 0 0 0 4 3 20 0 15 0 46748094 11078508544 10341 33554432000 4194304 4196468 140720955884464 140537916037648 140538025637589 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20148224 140720955886191 140720955888988 140720955888988 140720955891663 0
[pid=6894/tid=6952] ppid=6891 vsize=10818856 memory=140055373579904 CPUtime=0.07 cores=1,3,5,7
/proc/6894/task/6952/stat : 6952 (java) S 6891 6894 1669 0 -1 1077944384 2 13146 0 0 0 0 4 3 20 0 15 0 46748095 11078508544 10341 33554432000 4194304 4196468 140720955884464 140537028909680 140538025638530 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20148224 140720955886191 140720955888988 140720955888988 140720955891663 0
[pid=6894/tid=6953] ppid=6891 vsize=10818856 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/6894/task/6953/stat : 6953 (java) S 6891 6894 1669 0 -1 1077944384 33 13146 0 0 0 0 4 3 20 0 15 0 46748095 11078508544 10341 33554432000 4194304 4196468 140720955884464 140537027855648 140538025637589 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20148224 140720955886191 140720955888988 140720955888988 140720955891663 0
[pid=6894/tid=6954] ppid=6891 vsize=10818856 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/6894/task/6954/stat : 6954 (java) S 6891 6894 1669 0 -1 1077944384 1 13146 0 0 0 0 4 3 20 0 15 0 46748096 11078508544 10341 33554432000 4194304 4196468 140720955884464 140536899954288 140538025637589 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20148224 140720955886191 140720955888988 140720955888988 140720955891663 0
[pid=6894/tid=6955] ppid=6891 vsize=10818856 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/6894/task/6955/stat : 6955 (java) S 6891 6894 1669 0 -1 1077944384 3 13146 0 0 0 0 4 3 20 0 15 0 46748098 11078508544 10341 33554432000 4194304 4196468 140720955884464 140536592554576 140538025645979 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20148224 140720955886191 140720955888988 140720955888988 140720955891663 0
[pid=6894/tid=6956] ppid=6891 vsize=10818856 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/6894/task/6956/stat : 6956 (java) S 6891 6894 1669 0 -1 1077944384 428 13146 0 0 1 0 4 3 20 0 15 0 46748098 11078508544 10341 33554432000 4194304 4196468 140720955884464 140536994297968 140538025638530 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20148224 140720955886191 140720955888988 140720955888988 140720955891663 0
[pid=6894/tid=6957] ppid=6891 vsize=10818856 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/6894/task/6957/stat : 6957 (java) S 6891 6894 1669 0 -1 1077944384 185 13146 0 0 1 0 4 3 20 0 15 0 46748098 11078508544 10341 33554432000 4194304 4196468 140720955884464 140536993245168 140538025638530 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20148224 140720955886191 140720955888988 140720955888988 140720955891663 0
[pid=6894/tid=6958] ppid=6891 vsize=10818856 memory=140055373579904 CPUtime=0.1 cores=1,3,5,7
/proc/6894/task/6958/stat : 6958 (java) S 6891 6894 1669 0 -1 1077944384 626 13146 0 0 3 0 4 3 20 0 15 0 46748098 11078508544 10341 33554432000 4194304 4196468 140720955884464 140536992192880 140538025638530 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20148224 140720955886191 140720955888988 140720955888988 140720955891663 0
[pid=6894/tid=6959] ppid=6891 vsize=10818856 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/6894/task/6959/stat : 6959 (java) S 6891 6894 1669 0 -1 1077944384 3 13146 0 0 0 0 4 3 20 0 15 0 46748098 11078508544 10341 33554432000 4194304 4196468 140720955884464 140536558995936 140538025637589 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20148224 140720955886191 140720955888988 140720955888988 140720955891663 0
[pid=6894/tid=6960] ppid=6891 vsize=10818856 memory=140055373579904 CPUtime=0.07 cores=1,3,5,7
/proc/6894/task/6960/stat : 6960 (java) S 6891 6894 1669 0 -1 1077944384 1 13146 0 0 0 0 4 3 20 0 15 0 46748099 11078508544 10341 33554432000 4194304 4196468 140720955884464 140536991140784 140538025638530 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20148224 140720955886191 140720955888988 140720955888988 140720955891663 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10818856 KiB
Current children cumulated memory: 41364 KiB

[startup+0.3105 s]*
/proc/loadavg: 1.32 1.18 1.48 3/218 6960
/proc/meminfo: memFree=20115704/32770624 swapFree=67108860/67108860
[pid=6894] ppid=6891 vsize=10819352 memory=52704 CPUtime=0.38 cores=1,3,5,7
/proc/6894/stat : 6894 (java) S 6891 6894 1669 0 -1 1077944320 10808 13146 0 0 28 3 4 3 20 0 15 0 46748084 11079016448 13176 33554432000 4194304 4196468 140720955884464 140720955867008 140538025627383 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 20148224 140720955886191 140720955888988 140720955888988 140720955891663 0
/proc/6894/statm: 2704838 13176 3067 1 0 2667149 0
[pid=6894/tid=6947] ppid=6891 vsize=10819352 memory=8112282956445269571 CPUtime=0.28 cores=1,3,5,7
/proc/6894/task/6947/stat : 6947 (java) R 6891 6894 1669 0 -1 4202560 7329 13146 0 0 20 1 4 3 20 0 15 0 46748093 11079016448 13176 33554432000 4194304 4196468 140720955884464 140537997439168 140538005899120 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20148224 140720955886191 140720955888988 140720955888988 140720955891663 0
[pid=6894/tid=6948] ppid=6891 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/6894/task/6948/stat : 6948 (java) S 6891 6894 1669 0 -1 1077944384 1 13146 0 0 0 0 4 3 20 0 15 0 46748094 11079016448 13176 33554432000 4194304 4196468 140720955884464 140538029869456 140538025637589 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20148224 140720955886191 140720955888988 140720955888988 140720955891663 0
[pid=6894/tid=6949] ppid=6891 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/6894/task/6949/stat : 6949 (java) S 6891 6894 1669 0 -1 1077944384 1 13146 0 0 0 0 4 3 20 0 15 0 46748094 11079016448 13176 33554432000 4194304 4196468 140720955884464 140537918142736 140538025637589 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20148224 140720955886191 140720955888988 140720955888988 140720955891663 0
[pid=6894/tid=6950] ppid=6891 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/6894/task/6950/stat : 6950 (java) S 6891 6894 1669 0 -1 1077944384 1 13146 0 0 0 0 4 3 20 0 15 0 46748094 11079016448 13176 33554432000 4194304 4196468 140720955884464 140537917090448 140538025637589 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20148224 140720955886191 140720955888988 140720955888988 140720955891663 0
[pid=6894/tid=6951] ppid=6891 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/6894/task/6951/stat : 6951 (java) S 6891 6894 1669 0 -1 1077944384 2 13146 0 0 0 0 4 3 20 0 15 0 46748094 11079016448 13176 33554432000 4194304 4196468 140720955884464 140537916037648 140538025637589 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20148224 140720955886191 140720955888988 140720955888988 140720955891663 0
[pid=6894/tid=6952] ppid=6891 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/6894/task/6952/stat : 6952 (java) S 6891 6894 1669 0 -1 1077944384 2 13146 0 0 0 0 4 3 20 0 15 0 46748095 11079016448 13176 33554432000 4194304 4196468 140720955884464 140537028909680 140538025638530 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20148224 140720955886191 140720955888988 140720955888988 140720955891663 0
[pid=6894/tid=6953] ppid=6891 vsize=10819352 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/6894/task/6953/stat : 6953 (java) S 6891 6894 1669 0 -1 1077944384 33 13146 0 0 0 0 4 3 20 0 15 0 46748095 11079016448 13176 33554432000 4194304 4196468 140720955884464 140537027855648 140538025637589 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20148224 140720955886191 140720955888988 140720955888988 140720955891663 0
[pid=6894/tid=6954] ppid=6891 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/6894/task/6954/stat : 6954 (java) S 6891 6894 1669 0 -1 1077944384 1 13146 0 0 0 0 4 3 20 0 15 0 46748096 11079016448 13176 33554432000 4194304 4196468 140720955884464 140536899954288 140538025637589 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20148224 140720955886191 140720955888988 140720955888988 140720955891663 0
[pid=6894/tid=6955] ppid=6891 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/6894/task/6955/stat : 6955 (java) S 6891 6894 1669 0 -1 1077944384 3 13146 0 0 0 0 4 3 20 0 15 0 46748098 11079016448 13176 33554432000 4194304 4196468 140720955884464 140536592554576 140538025645979 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20148224 140720955886191 140720955888988 140720955888988 140720955891663 0
[pid=6894/tid=6956] ppid=6891 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/6894/task/6956/stat : 6956 (java) S 6891 6894 1669 0 -1 1077944384 430 13146 0 0 1 0 4 3 20 0 15 0 46748098 11079016448 13176 33554432000 4194304 4196468 140720955884464 140536994297968 140538025638530 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20148224 140720955886191 140720955888988 140720955888988 140720955891663 0
[pid=6894/tid=6957] ppid=6891 vsize=10819352 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/6894/task/6957/stat : 6957 (java) S 6891 6894 1669 0 -1 1077944384 185 13146 0 0 1 0 4 3 20 0 15 0 46748098 11079016448 13176 33554432000 4194304 4196468 140720955884464 140536993245168 140538025638530 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20148224 140720955886191 140720955888988 140720955888988 140720955891663 0
[pid=6894/tid=6958] ppid=6891 vsize=10819352 memory=140055373579904 CPUtime=0.12 cores=1,3,5,7
/proc/6894/task/6958/stat : 6958 (java) R 6891 6894 1669 0 -1 4202560 633 13146 0 0 5 0 4 3 20 0 15 0 46748098 11079016448 13176 33554432000 4194304 4196468 140720955884464 140536992192880 140538010157797 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20148224 140720955886191 140720955888988 140720955888988 140720955891663 0
[pid=6894/tid=6959] ppid=6891 vsize=10819352 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/6894/task/6959/stat : 6959 (java) S 6891 6894 1669 0 -1 1077944384 3 13146 0 0 0 0 4 3 20 0 15 0 46748098 11079016448 13176 33554432000 4194304 4196468 140720955884464 140536558995936 140538025637589 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20148224 140720955886191 140720955888988 140720955888988 140720955891663 0
[pid=6894/tid=6960] ppid=6891 vsize=10819352 memory=140055373579904 CPUtime=0.07 cores=1,3,5,7
/proc/6894/task/6960/stat : 6960 (java) S 6891 6894 1669 0 -1 1077944384 1 13146 0 0 0 0 4 3 20 0 15 0 46748099 11079016448 13176 33554432000 4194304 4196468 140720955884464 140536991140784 140538025638530 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20148224 140720955886191 140720955888988 140720955888988 140720955891663 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 52704 KiB

[startup+0.70075 s]
/proc/loadavg: 1.32 1.18 1.48 3/218 6960
/proc/meminfo: memFree=20097340/32770624 swapFree=67108860/67108860
[pid=6894] ppid=6891 vsize=10819352 memory=85504 CPUtime=0.97 cores=1,3,5,7
/proc/6894/stat : 6894 (java) S 6891 6894 1669 0 -1 1077944320 17003 13146 0 0 86 4 4 3 20 0 15 0 46748084 11079016448 21376 33554432000 4194304 4196468 140720955884464 140720955867008 140538025627383 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 20148224 140720955886191 140720955888988 140720955888988 140720955891663 0
/proc/6894/statm: 2704838 21376 3245 1 0 2667149 0
[pid=6894/tid=6947] ppid=6891 vsize=10819352 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/6894/task/6947/stat : 6947 (java) R 6891 6894 1669 0 -1 4202560 12587 13146 0 0 56 3 4 3 20 0 15 0 46748093 11079016448 21376 33554432000 4194304 4196468 140720955884464 140537997448208 140538007190939 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20148224 140720955886191 140720955888988 140720955888988 140720955891663 0
[pid=6894/tid=6948] ppid=6891 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/6894/task/6948/stat : 6948 (java) S 6891 6894 1669 0 -1 1077944384 1 13146 0 0 0 0 4 3 20 0 15 0 46748094 11079016448 21376 33554432000 4194304 4196468 140720955884464 140538029869456 140538025637589 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20148224 140720955886191 140720955888988 140720955888988 140720955891663 0
[pid=6894/tid=6949] ppid=6891 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/6894/task/6949/stat : 6949 (java) S 6891 6894 1669 0 -1 1077944384 1 13146 0 0 0 0 4 3 20 0 15 0 46748094 11079016448 21376 33554432000 4194304 4196468 140720955884464 140537918142736 140538025637589 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20148224 140720955886191 140720955888988 140720955888988 140720955891663 0
[pid=6894/tid=6950] ppid=6891 vsize=10819352 memory=-4190076264842474805 CPUtime=0.07 cores=1,3,5,7
/proc/6894/task/6950/stat : 6950 (java) S 6891 6894 1669 0 -1 1077944384 1 13146 0 0 0 0 4 3 20 0 15 0 46748094 11079016448 21376 33554432000 4194304 4196468 140720955884464 140537917090448 140538025637589 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20148224 140720955886191 140720955888988 140720955888988 140720955891663 0
[pid=6894/tid=6951] ppid=6891 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/6894/task/6951/stat : 6951 (java) S 6891 6894 1669 0 -1 1077944384 2 13146 0 0 0 0 4 3 20 0 15 0 46748094 11079016448 21376 33554432000 4194304 4196468 140720955884464 140537916037648 140538025637589 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20148224 140720955886191 140720955888988 140720955888988 140720955891663 0
[pid=6894/tid=6952] ppid=6891 vsize=10819352 memory=6944656575208382560 CPUtime=0.07 cores=1,3,5,7
/proc/6894/task/6952/stat : 6952 (java) S 6891 6894 1669 0 -1 1077944384 5 13146 0 0 0 0 4 3 20 0 15 0 46748095 11079016448 21376 33554432000 4194304 4196468 140720955884464 140537028909680 140538025638530 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20148224 140720955886191 140720955888988 140720955888988 140720955891663 0
[pid=6894/tid=6953] ppid=6891 vsize=10819352 memory=32804 CPUtime=0.07 cores=1,3,5,7
/proc/6894/task/6953/stat : 6953 (java) S 6891 6894 1669 0 -1 1077944384 33 13146 0 0 0 0 4 3 20 0 15 0 46748095 11079016448 21376 33554432000 4194304 4196468 140720955884464 140537027855648 140538025637589 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20148224 140720955886191 140720955888988 140720955888988 140720955891663 0
[pid=6894/tid=6954] ppid=6891 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/6894/task/6954/stat : 6954 (java) S 6891 6894 1669 0 -1 1077944384 1 13146 0 0 0 0 4 3 20 0 15 0 46748096 11079016448 21376 33554432000 4194304 4196468 140720955884464 140536899954288 140538025637589 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20148224 140720955886191 140720955888988 140720955888988 140720955891663 0
[pid=6894/tid=6955] ppid=6891 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/6894/task/6955/stat : 6955 (java) S 6891 6894 1669 0 -1 1077944384 3 13146 0 0 0 0 4 3 20 0 15 0 46748098 11079016448 21376 33554432000 4194304 4196468 140720955884464 140536592554576 140538025645979 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20148224 140720955886191 140720955888988 140720955888988 140720955891663 0
[pid=6894/tid=6956] ppid=6891 vsize=10819352 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/6894/task/6956/stat : 6956 (java) S 6891 6894 1669 0 -1 1077944384 671 13146 0 0 6 0 4 3 20 0 15 0 46748098 11079016448 21376 33554432000 4194304 4196468 140720955884464 140536994297968 140538025638530 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20148224 140720955886191 140720955888988 140720955888988 140720955891663 0
[pid=6894/tid=6957] ppid=6891 vsize=10819352 memory=0 CPUtime=0.17 cores=1,3,5,7
/proc/6894/task/6957/stat : 6957 (java) S 6891 6894 1669 0 -1 1077944384 830 13146 0 0 10 0 4 3 20 0 15 0 46748098 11079016448 21376 33554432000 4194304 4196468 140720955884464 140536993245168 140538025638530 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20148224 140720955886191 140720955888988 140720955888988 140720955891663 0
[pid=6894/tid=6958] ppid=6891 vsize=10819352 memory=0 CPUtime=0.2 cores=1,3,5,7
/proc/6894/task/6958/stat : 6958 (java) S 6891 6894 1669 0 -1 1077944384 675 13146 0 0 13 0 4 3 20 0 15 0 46748098 11079016448 21376 33554432000 4194304 4196468 140720955884464 140536992192880 140538025638530 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20148224 140720955886191 140720955888988 140720955888988 140720955891663 0
[pid=6894/tid=6959] ppid=6891 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/6894/task/6959/stat : 6959 (java) S 6891 6894 1669 0 -1 1077944384 3 13146 0 0 0 0 4 3 20 0 15 0 46748098 11079016448 21376 33554432000 4194304 4196468 140720955884464 140536558995936 140538025637589 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20148224 140720955886191 140720955888988 140720955888988 140720955891663 0
[pid=6894/tid=6960] ppid=6891 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/6894/task/6960/stat : 6960 (java) S 6891 6894 1669 0 -1 1077944384 1 13146 0 0 0 0 4 3 20 0 15 0 46748099 11079016448 21376 33554432000 4194304 4196468 140720955884464 140536991140784 140538025638530 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20148224 140720955886191 140720955888988 140720955888988 140720955891663 0
Current children cumulated CPU time: 0.97 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 85504 KiB

[startup+1.50075 s]
/proc/loadavg: 1.32 1.18 1.48 4/218 6960
/proc/meminfo: memFree=20044872/32770624 swapFree=67108860/67108860
[pid=6894] ppid=6891 vsize=10836300 memory=175736 CPUtime=2.23 cores=1,3,5,7
/proc/6894/stat : 6894 (java) S 6891 6894 1669 0 -1 1077944320 24660 13146 0 0 208 8 4 3 20 0 15 0 46748084 11096371200 43934 33554432000 4194304 4196468 140720955884464 140720955867008 140538025627383 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 20148224 140720955886191 140720955888988 140720955888988 140720955891663 0
/proc/6894/statm: 2709075 43934 3467 1 0 2670733 0
[pid=6894/tid=6947] ppid=6891 vsize=10836300 memory=7164778863318689640 CPUtime=1.42 cores=1,3,5,7
/proc/6894/task/6947/stat : 6947 (java) R 6891 6894 1669 0 -1 4202560 18352 13146 0 0 131 4 4 3 20 0 15 0 46748093 11096371200 43934 33554432000 4194304 4196468 140720955884464 140537997456912 140538025649309 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20148224 140720955886191 140720955888988 140720955888988 140720955891663 0
[pid=6894/tid=6948] ppid=6891 vsize=10836300 memory=7524230062328272236 CPUtime=0.07 cores=1,3,5,7
/proc/6894/task/6948/stat : 6948 (java) S 6891 6894 1669 0 -1 1077944384 28 13146 0 0 0 0 4 3 20 0 15 0 46748094 11096371200 43934 33554432000 4194304 4196468 140720955884464 140538029869456 140538025637589 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20148224 140720955886191 140720955888988 140720955888988 140720955891663 0
[pid=6894/tid=6949] ppid=6891 vsize=10836300 memory=7881960602781247593 CPUtime=0.08 cores=1,3,5,7
/proc/6894/task/6949/stat : 6949 (java) S 6891 6894 1669 0 -1 1077944384 28 13146 0 0 1 0 4 3 20 0 15 0 46748094 11096371200 43934 33554432000 4194304 4196468 140720955884464 140537918142736 140538025637589 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20148224 140720955886191 140720955888988 140720955888988 140720955891663 0
[pid=6894/tid=6950] ppid=6891 vsize=10836300 memory=7451885530182145891 CPUtime=0.08 cores=1,3,5,7
/proc/6894/task/6950/stat : 6950 (java) S 6891 6894 1669 0 -1 1077944384 211 13146 0 0 1 0 4 3 20 0 15 0 46748094 11096371200 43934 33554432000 4194304 4196468 140720955884464 140537917090448 140538025637589 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20148224 140720955886191 140720955888988 140720955888988 140720955891663 0
[pid=6894/tid=6951] ppid=6891 vsize=10836300 memory=116200 CPUtime=0.07 cores=1,3,5,7
/proc/6894/task/6951/stat : 6951 (java) S 6891 6894 1669 0 -1 1077944384 62 13146 0 0 0 0 4 3 20 0 15 0 46748094 11096371200 43934 33554432000 4194304 4196468 140720955884464 140537916037648 140538025637589 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20148224 140720955886191 140720955888988 140720955888988 140720955891663 0
[pid=6894/tid=6952] ppid=6891 vsize=10836300 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/6894/task/6952/stat : 6952 (java) S 6891 6894 1669 0 -1 1077944384 208 13146 0 0 1 0 4 3 20 0 15 0 46748095 11096371200 43934 33554432000 4194304 4196468 140720955884464 140537028909680 140538025638530 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20148224 140720955886191 140720955888988 140720955888988 140720955891663 0
[pid=6894/tid=6953] ppid=6891 vsize=10836300 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/6894/task/6953/stat : 6953 (java) S 6891 6894 1669 0 -1 1077944384 34 13146 0 0 0 0 4 3 20 0 15 0 46748095 11096371200 43934 33554432000 4194304 4196468 140720955884464 140537027855712 140538025637589 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20148224 140720955886191 140720955888988 140720955888988 140720955891663 0
[pid=6894/tid=6954] ppid=6891 vsize=10836300 memory=280110519355008 CPUtime=0.07 cores=1,3,5,7
/proc/6894/task/6954/stat : 6954 (java) S 6891 6894 1669 0 -1 1077944384 1 13146 0 0 0 0 4 3 20 0 15 0 46748096 11096371200 43934 33554432000 4194304 4196468 140720955884464 140536899954304 140538025637589 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20148224 140720955886191 140720955888988 140720955888988 140720955891663 0
[pid=6894/tid=6955] ppid=6891 vsize=10836300 memory=280110519769264 CPUtime=0.07 cores=1,3,5,7
/proc/6894/task/6955/stat : 6955 (java) S 6891 6894 1669 0 -1 1077944384 3 13146 0 0 0 0 4 3 20 0 15 0 46748098 11096371200 43934 33554432000 4194304 4196468 140720955884464 140536592554576 140538025645979 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20148224 140720955886191 140720955888988 140720955888988 140720955891663 0
[pid=6894/tid=6956] ppid=6891 vsize=10836300 memory=280110519369136 CPUtime=0.25 cores=1,3,5,7
/proc/6894/task/6956/stat : 6956 (java) S 6891 6894 1669 0 -1 1077944384 799 13146 0 0 18 0 4 3 20 0 15 0 46748098 11096371200 43934 33554432000 4194304 4196468 140720955884464 140536994297968 140538025638530 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20148224 140720955886191 140720955888988 140720955888988 140720955891663 0
[pid=6894/tid=6957] ppid=6891 vsize=10836300 memory=280110519368256 CPUtime=0.29 cores=1,3,5,7
/proc/6894/task/6957/stat : 6957 (java) R 6891 6894 1669 0 -1 4202560 1278 13146 0 0 22 0 4 3 20 0 15 0 46748098 11096371200 43934 33554432000 4194304 4196468 140720955884464 140536993245168 140538025648730 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20148224 140720955886191 140720955888988 140720955888988 140720955891663 0
[pid=6894/tid=6958] ppid=6891 vsize=10836300 memory=1200 CPUtime=0.36 cores=1,3,5,7
/proc/6894/task/6958/stat : 6958 (java) R 6891 6894 1669 0 -1 4202560 1463 13146 0 0 29 0 4 3 20 0 15 0 46748098 11096371200 43934 33554432000 4194304 4196468 140720955884464 140536992192880 140538004582590 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20148224 140720955886191 140720955888988 140720955888988 140720955891663 0
[pid=6894/tid=6959] ppid=6891 vsize=10836300 memory=15872 CPUtime=0.07 cores=1,3,5,7
/proc/6894/task/6959/stat : 6959 (java) S 6891 6894 1669 0 -1 1077944384 3 13146 0 0 0 0 4 3 20 0 15 0 46748098 11096371200 43934 33554432000 4194304 4196468 140720955884464 140536558995936 140538025637589 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20148224 140720955886191 140720955888988 140720955888988 140720955891663 0
[pid=6894/tid=6960] ppid=6891 vsize=10836300 memory=10200 CPUtime=0.07 cores=1,3,5,7
/proc/6894/task/6960/stat : 6960 (java) S 6891 6894 1669 0 -1 1077944384 1 13146 0 0 0 0 4 3 20 0 15 0 46748099 11096371200 43934 33554432000 4194304 4196468 140720955884464 140536991140784 140538025638530 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20148224 140720955886191 140720955888988 140720955888988 140720955891663 0
Current children cumulated CPU time: 2.23 s
Current children cumulated vsize: 10836300 KiB
Current children cumulated memory: 175736 KiB

[startup+3.11065 s]
/proc/loadavg: 1.53 1.23 1.49 4/218 6960
/proc/meminfo: memFree=19895420/32770624 swapFree=67108860/67108860
[pid=6894] ppid=6891 vsize=10912096 memory=287524 CPUtime=6.02 cores=1,3,5,7
/proc/6894/stat : 6894 (java) S 6891 6894 1669 0 -1 1077944320 45950 13146 0 0 579 16 4 3 20 0 15 0 46748084 11173986304 71881 33554432000 4194304 4196468 140720955884464 140720955867008 140538025627383 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 20148224 140720955886191 140720955888988 140720955888988 140720955891663 0
/proc/6894/statm: 2728024 71881 3494 1 0 2689677 0
[pid=6894/tid=6947] ppid=6891 vsize=10912096 memory=0 CPUtime=2.99 cores=1,3,5,7
/proc/6894/task/6947/stat : 6947 (java) R 6891 6894 1669 0 -1 4202560 33713 13146 0 0 283 9 4 3 20 0 15 0 46748093 11173986304 71881 33554432000 4194304 4196468 140720955884464 140537997441112 140538009707870 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20148224 140720955886191 140720955888988 140720955888988 140720955891663 0
[pid=6894/tid=6948] ppid=6891 vsize=10912096 memory=6225163542263589990 CPUtime=0.09 cores=1,3,5,7
/proc/6894/task/6948/stat : 6948 (java) S 6891 6894 1669 0 -1 1077944384 41 13146 0 0 2 0 4 3 20 0 15 0 46748094 11173986304 71881 33554432000 4194304 4196468 140720955884464 140538029869456 140538025637589 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20148224 140720955886191 140720955888988 140720955888988 140720955891663 0
[pid=6894/tid=6949] ppid=6891 vsize=10912096 memory=3906374843903595884 CPUtime=0.1 cores=1,3,5,7
/proc/6894/task/6949/stat : 6949 (java) S 6891 6894 1669 0 -1 1077944384 46 13146 0 0 3 0 4 3 20 0 15 0 46748094 11173986304 71881 33554432000 4194304 4196468 140720955884464 140537918142736 140538025637589 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20148224 140720955886191 140720955888988 140720955888988 140720955891663 0
[pid=6894/tid=6950] ppid=6891 vsize=10912096 memory=8112282956445269571 CPUtime=0.1 cores=1,3,5,7
/proc/6894/task/6950/stat : 6950 (java) S 6891 6894 1669 0 -1 1077944384 247 13146 0 0 3 0 4 3 20 0 15 0 46748094 11173986304 71881 33554432000 4194304 4196468 140720955884464 140537917090448 140538025637589 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20148224 140720955886191 140720955888988 140720955888988 140720955891663 0
[pid=6894/tid=6951] ppid=6891 vsize=10912096 memory=6944652177228980320 CPUtime=0.09 cores=1,3,5,7
/proc/6894/task/6951/stat : 6951 (java) S 6891 6894 1669 0 -1 1077944384 85 13146 0 0 2 0 4 3 20 0 15 0 46748094 11173986304 71881 33554432000 4194304 4196468 140720955884464 140537916037648 140538025637589 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20148224 140720955886191 140720955888988 140720955888988 140720955891663 0
[pid=6894/tid=6952] ppid=6891 vsize=10912096 memory=6944656575208382560 CPUtime=0.1 cores=1,3,5,7
/proc/6894/task/6952/stat : 6952 (java) S 6891 6894 1669 0 -1 1077944384 1088 13146 0 0 3 0 4 3 20 0 15 0 46748095 11173986304 71881 33554432000 4194304 4196468 140720955884464 140537028909680 140538025638530 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20148224 140720955886191 140720955888988 140720955888988 140720955891663 0
[pid=6894/tid=6953] ppid=6891 vsize=10912096 memory=4641048838571839591 CPUtime=0.07 cores=1,3,5,7
/proc/6894/task/6953/stat : 6953 (java) S 6891 6894 1669 0 -1 1077944384 37 13146 0 0 0 0 4 3 20 0 15 0 46748095 11173986304 71881 33554432000 4194304 4196468 140720955884464 140537027855712 140538025637589 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20148224 140720955886191 140720955888988 140720955888988 140720955891663 0
[pid=6894/tid=6954] ppid=6891 vsize=10912096 memory=280110519352864 CPUtime=0.07 cores=1,3,5,7
/proc/6894/task/6954/stat : 6954 (java) S 6891 6894 1669 0 -1 1077944384 1 13146 0 0 0 0 4 3 20 0 15 0 46748096 11173986304 71881 33554432000 4194304 4196468 140720955884464 140536899954304 140538025637589 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20148224 140720955886191 140720955888988 140720955888988 140720955891663 0
[pid=6894/tid=6955] ppid=6891 vsize=10912096 memory=7972 CPUtime=0.07 cores=1,3,5,7
/proc/6894/task/6955/stat : 6955 (java) S 6891 6894 1669 0 -1 1077944384 3 13146 0 0 0 0 4 3 20 0 15 0 46748098 11173986304 71881 33554432000 4194304 4196468 140720955884464 140536592554576 140538025645979 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20148224 140720955886191 140720955888988 140720955888988 140720955891663 0
[pid=6894/tid=6956] ppid=6891 vsize=10912096 memory=0 CPUtime=1.15 cores=1,3,5,7
/proc/6894/task/6956/stat : 6956 (java) R 6891 6894 1669 0 -1 4202560 3295 13146 0 0 108 0 4 3 20 0 15 0 46748098 11173986304 71881 33554432000 4194304 4196468 140720955884464 140536994278984 140538009102655 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20148224 140720955886191 140720955888988 140720955888988 140720955891663 0
[pid=6894/tid=6957] ppid=6891 vsize=10912096 memory=0 CPUtime=0.79 cores=1,3,5,7
/proc/6894/task/6957/stat : 6957 (java) S 6891 6894 1669 0 -1 1077944384 1784 13146 0 0 71 1 4 3 20 0 15 0 46748098 11173986304 71881 33554432000 4194304 4196468 140720955884464 140536993245168 140538025638530 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20148224 140720955886191 140720955888988 140720955888988 140720955891663 0
[pid=6894/tid=6958] ppid=6891 vsize=10912096 memory=4028 CPUtime=1.07 cores=1,3,5,7
/proc/6894/task/6958/stat : 6958 (java) S 6891 6894 1669 0 -1 1077944384 3420 13146 0 0 99 1 4 3 20 0 15 0 46748098 11173986304 71881 33554432000 4194304 4196468 140720955884464 140536992192880 140538025638530 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20148224 140720955886191 140720955888988 140720955888988 140720955891663 0
[pid=6894/tid=6959] ppid=6891 vsize=10912096 memory=15576 CPUtime=0.07 cores=1,3,5,7
/proc/6894/task/6959/stat : 6959 (java) S 6891 6894 1669 0 -1 1077944384 3 13146 0 0 0 0 4 3 20 0 15 0 46748098 11173986304 71881 33554432000 4194304 4196468 140720955884464 140536558995936 140538025637589 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20148224 140720955886191 140720955888988 140720955888988 140720955891663 0
[pid=6894/tid=6960] ppid=6891 vsize=10912096 memory=1296 CPUtime=0.07 cores=1,3,5,7
/proc/6894/task/6960/stat : 6960 (java) S 6891 6894 1669 0 -1 1077944384 3 13146 0 0 0 0 4 3 20 0 15 0 46748099 11173986304 71881 33554432000 4194304 4196468 140720955884464 140536991140784 140538025638530 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20148224 140720955886191 140720955888988 140720955888988 140720955891663 0
Current children cumulated CPU time: 6.02 s
Current children cumulated vsize: 10912096 KiB
Current children cumulated memory: 287524 KiB

[startup+3.40864 s]
# the end of solver process 6894 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=6.51653 s, system=0.219072 s

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

[startup+3.20093 s]
/proc/loadavg: 1.53 1.23 1.49 4/218 6960
/proc/meminfo: memFree=19895420/32770624 swapFree=67108860/67108860
[pid=6894] ppid=6891 vsize=10912096 memory=290272 CPUtime=6.33 cores=1,3,5,7
/proc/6894/stat : 6894 (java) S 6891 6894 1669 0 -1 1077944320 48355 13146 0 0 610 16 4 3 20 0 15 0 46748084 11173986304 72568 33554432000 4194304 4196468 140720955884464 140720955867008 140538025627383 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 20148224 140720955886191 140720955888988 140720955888988 140720955891663 0
/proc/6894/statm: 2728024 72568 3495 1 0 2689677 0
[pid=6894/tid=6947] ppid=6891 vsize=10912096 memory=1728 CPUtime=3.08 cores=1,3,5,7
/proc/6894/task/6947/stat : 6947 (java) R 6891 6894 1669 0 -1 4202560 34449 13146 0 0 292 9 4 3 20 0 15 0 46748093 11173986304 72568 33554432000 4194304 4196468 140720955884464 140537997458016 140537598344288 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20148224 140720955886191 140720955888988 140720955888988 140720955891663 0
[pid=6894/tid=6948] ppid=6891 vsize=10912096 memory=1004 CPUtime=0.09 cores=1,3,5,7
/proc/6894/task/6948/stat : 6948 (java) S 6891 6894 1669 0 -1 1077944384 41 13146 0 0 2 0 4 3 20 0 15 0 46748094 11173986304 72568 33554432000 4194304 4196468 140720955884464 140538029869456 140538025637589 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20148224 140720955886191 140720955888988 140720955888988 140720955891663 0
[pid=6894/tid=6949] ppid=6891 vsize=10912096 memory=11956 CPUtime=0.1 cores=1,3,5,7
/proc/6894/task/6949/stat : 6949 (java) S 6891 6894 1669 0 -1 1077944384 46 13146 0 0 3 0 4 3 20 0 15 0 46748094 11173986304 72568 33554432000 4194304 4196468 140720955884464 140537918142736 140538025637589 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20148224 140720955886191 140720955888988 140720955888988 140720955891663 0
[pid=6894/tid=6950] ppid=6891 vsize=10912096 memory=5520 CPUtime=0.1 cores=1,3,5,7
/proc/6894/task/6950/stat : 6950 (java) S 6891 6894 1669 0 -1 1077944384 247 13146 0 0 3 0 4 3 20 0 15 0 46748094 11173986304 72568 33554432000 4194304 4196468 140720955884464 140537917090448 140538025637589 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20148224 140720955886191 140720955888988 140720955888988 140720955891663 0
[pid=6894/tid=6951] ppid=6891 vsize=10912096 memory=792 CPUtime=0.09 cores=1,3,5,7
/proc/6894/task/6951/stat : 6951 (java) S 6891 6894 1669 0 -1 1077944384 85 13146 0 0 2 0 4 3 20 0 15 0 46748094 11173986304 72568 33554432000 4194304 4196468 140720955884464 140537916037648 140538025637589 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20148224 140720955886191 140720955888988 140720955888988 140720955891663 0
[pid=6894/tid=6952] ppid=6891 vsize=10912096 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/6894/task/6952/stat : 6952 (java) S 6891 6894 1669 0 -1 1077944384 1088 13146 0 0 3 0 4 3 20 0 15 0 46748095 11173986304 72568 33554432000 4194304 4196468 140720955884464 140537028909680 140538025638530 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20148224 140720955886191 140720955888988 140720955888988 140720955891663 0
[pid=6894/tid=6953] ppid=6891 vsize=10912096 memory=288230621803970871 CPUtime=0.07 cores=1,3,5,7
/proc/6894/task/6953/stat : 6953 (java) S 6891 6894 1669 0 -1 1077944384 37 13146 0 0 0 0 4 3 20 0 15 0 46748095 11173986304 72568 33554432000 4194304 4196468 140720955884464 140537027855712 140538025637589 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20148224 140720955886191 140720955888988 140720955888988 140720955891663 0
[pid=6894/tid=6954] ppid=6891 vsize=10912096 memory=14417003460954490 CPUtime=0.07 cores=1,3,5,7
/proc/6894/task/6954/stat : 6954 (java) S 6891 6894 1669 0 -1 1077944384 1 13146 0 0 0 0 4 3 20 0 15 0 46748096 11173986304 72568 33554432000 4194304 4196468 140720955884464 140536899954304 140538025637589 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20148224 140720955886191 140720955888988 140720955888988 140720955891663 0
[pid=6894/tid=6955] ppid=6891 vsize=10912096 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/6894/task/6955/stat : 6955 (java) S 6891 6894 1669 0 -1 1077944384 3 13146 0 0 0 0 4 3 20 0 15 0 46748098 11173986304 72568 33554432000 4194304 4196468 140720955884464 140536592554576 140538025645979 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20148224 140720955886191 140720955888988 140720955888988 140720955891663 0
[pid=6894/tid=6956] ppid=6891 vsize=10912096 memory=0 CPUtime=1.24 cores=1,3,5,7
/proc/6894/task/6956/stat : 6956 (java) R 6891 6894 1669 0 -1 4202560 4109 13146 0 0 117 0 4 3 20 0 15 0 46748098 11173986304 72569 33554432000 4194304 4196468 140720955884464 140536994284016 140538010021273 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20148224 140720955886191 140720955888988 140720955888988 140720955891663 0
[pid=6894/tid=6957] ppid=6891 vsize=10912096 memory=0 CPUtime=0.86 cores=1,3,5,7
/proc/6894/task/6957/stat : 6957 (java) R 6891 6894 1669 0 -1 1077944384 1937 13146 0 0 78 1 4 3 20 0 15 0 46748098 11173986304 72569 33554432000 4194304 4196468 140720955884464 140536993245168 140538025638530 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 20148224 140720955886191 140720955888988 140720955888988 140720955891663 0
[pid=6894/tid=6958] ppid=6891 vsize=10912096 memory=-2127763204180697224 CPUtime=1.13 cores=1,3,5,7
/proc/6894/task/6958/stat : 6958 (java) R 6891 6894 1669 0 -1 4202560 4145 13146 0 0 105 1 4 3 20 0 15 0 46748098 11173986304 72569 33554432000 4194304 4196468 140720955884464 140536992192880 140538011308081 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20148224 140720955886191 140720955888988 140720955888988 140720955891663 0
[pid=6894/tid=6959] ppid=6891 vsize=10912096 memory=6944656592387989600 CPUtime=0.07 cores=1,3,5,7
/proc/6894/task/6959/stat : 6959 (java) S 6891 6894 1669 0 -1 1077944384 3 13146 0 0 0 0 4 3 20 0 15 0 46748098 11173986304 72569 33554432000 4194304 4196468 140720955884464 140536558995936 140538025637589 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20148224 140720955886191 140720955888988 140720955888988 140720955891663 0
[pid=6894/tid=6960] ppid=6891 vsize=10912096 memory=6944656575208382560 CPUtime=0.07 cores=1,3,5,7
/proc/6894/task/6960/stat : 6960 (java) S 6891 6894 1669 0 -1 1077944384 3 13146 0 0 0 0 4 3 20 0 15 0 46748099 11173986304 72569 33554432000 4194304 4196468 140720955884464 140536991140784 140538025638530 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20148224 140720955886191 140720955888988 140720955888988 140720955891663 0
Current children cumulated CPU time: 6.33 s
Current children cumulated vsize: 10912096 KiB
Current children cumulated memory: 290272 KiB

[startup+3.30069 s]
/proc/loadavg: 1.53 1.23 1.49 4/218 6960
/proc/meminfo: memFree=19895420/32770624 swapFree=67108860/67108860
[pid=6894] ppid=6891 vsize=11010404 memory=292720 CPUtime=6.61 cores=1,3,5,7
/proc/6894/stat : 6894 (java) S 6891 6894 1669 0 -1 1077944320 53811 13146 0 0 637 17 4 3 20 0 14 0 46748084 11274653696 73180 33554432000 4194304 4196468 140720955884464 140720955867008 140538025627383 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 20148224 140720955886191 140720955888988 140720955888988 140720955891663 0
/proc/6894/statm: 2752601 73180 3499 1 0 2714254 0
[pid=6894/tid=6947] ppid=6891 vsize=11010404 memory=0 CPUtime=3.17 cores=1,3,5,7
/proc/6894/task/6947/stat : 6947 (java) S 6891 6894 1669 0 -1 1077944384 36449 13146 0 0 301 9 4 3 20 0 14 0 46748093 11274653696 73180 33554432000 4194304 4196468 140720955884464 140537997470864 140538025637589 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20148224 140720955886191 140720955888988 140720955888988 140720955891663 0
[pid=6894/tid=6948] ppid=6891 vsize=11010404 memory=4028 CPUtime=0.09 cores=1,3,5,7
/proc/6894/task/6948/stat : 6948 (java) S 6891 6894 1669 0 -1 1077944384 41 13146 0 0 2 0 4 3 20 0 14 0 46748094 11274653696 73180 33554432000 4194304 4196468 140720955884464 140538029869456 140538025637589 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20148224 140720955886191 140720955888988 140720955888988 140720955891663 0
[pid=6894/tid=6949] ppid=6891 vsize=11010404 memory=15576 CPUtime=0.1 cores=1,3,5,7
/proc/6894/task/6949/stat : 6949 (java) S 6891 6894 1669 0 -1 1077944384 46 13146 0 0 3 0 4 3 20 0 14 0 46748094 11274653696 73180 33554432000 4194304 4196468 140720955884464 140537918142736 140538025637589 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20148224 140720955886191 140720955888988 140720955888988 140720955891663 0
[pid=6894/tid=6950] ppid=6891 vsize=11010404 memory=1296 CPUtime=0.1 cores=1,3,5,7
/proc/6894/task/6950/stat : 6950 (java) S 6891 6894 1669 0 -1 1077944384 247 13146 0 0 3 0 4 3 20 0 14 0 46748094 11274653696 73180 33554432000 4194304 4196468 140720955884464 140537917090448 140538025637589 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20148224 140720955886191 140720955888988 140720955888988 140720955891663 0
[pid=6894/tid=6951] ppid=6891 vsize=11010404 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/6894/task/6951/stat : 6951 (java) S 6891 6894 1669 0 -1 1077944384 85 13146 0 0 2 0 4 3 20 0 14 0 46748094 11274653696 73180 33554432000 4194304 4196468 140720955884464 140537916037648 140538025637589 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20148224 140720955886191 140720955888988 140720955888988 140720955891663 0
[pid=6894/tid=6952] ppid=6891 vsize=11010404 memory=6225163542263589990 CPUtime=0.1 cores=1,3,5,7
/proc/6894/task/6952/stat : 6952 (java) S 6891 6894 1669 0 -1 1077944384 1194 13146 0 0 3 0 4 3 20 0 14 0 46748095 11274653696 73180 33554432000 4194304 4196468 140720955884464 140537028909888 140538025638530 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20148224 140720955886191 140720955888988 140720955888988 140720955891663 0
[pid=6894/tid=6953] ppid=6891 vsize=11010404 memory=3906374843903595884 CPUtime=0.07 cores=1,3,5,7
/proc/6894/task/6953/stat : 6953 (java) S 6891 6894 1669 0 -1 1077944384 37 13146 0 0 0 0 4 3 20 0 14 0 46748095 11274653696 73180 33554432000 4194304 4196468 140720955884464 140537027855712 140538025637589 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20148224 140720955886191 140720955888988 140720955888988 140720955891663 0
[pid=6894/tid=6954] ppid=6891 vsize=11010404 memory=8112282956445269571 CPUtime=0.07 cores=1,3,5,7
/proc/6894/task/6954/stat : 6954 (java) S 6891 6894 1669 0 -1 1077944384 1 13146 0 0 0 0 4 3 20 0 14 0 46748096 11274653696 73180 33554432000 4194304 4196468 140720955884464 140536899954304 140538025637589 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20148224 140720955886191 140720955888988 140720955888988 140720955891663 0
[pid=6894/tid=6955] ppid=6891 vsize=11010404 memory=6944652177228980320 CPUtime=0.07 cores=1,3,5,7
/proc/6894/task/6955/stat : 6955 (java) S 6891 6894 1669 0 -1 1077944384 26 13146 0 0 0 0 4 3 20 0 14 0 46748098 11274653696 73180 33554432000 4194304 4196468 140720955884464 140536592554288 140538025637589 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20148224 140720955886191 140720955888988 140720955888988 140720955891663 0
[pid=6894/tid=6956] ppid=6891 vsize=11010404 memory=6944656575208382560 CPUtime=1.34 cores=1,3,5,7
/proc/6894/task/6956/stat : 6956 (java) R 6891 6894 1669 0 -1 4202560 4996 13146 0 0 127 0 4 3 20 0 14 0 46748098 11274653696 73180 33554432000 4194304 4196468 140720955884464 140536994283984 140538010736098 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20148224 140720955886191 140720955888988 140720955888988 140720955891663 0
[pid=6894/tid=6957] ppid=6891 vsize=11010404 memory=4641048838571839591 CPUtime=0.91 cores=1,3,5,7
/proc/6894/task/6957/stat : 6957 (java) S 6891 6894 1669 0 -1 1077944384 2501 13146 0 0 83 1 4 3 20 0 14 0 46748098 11274653696 73180 33554432000 4194304 4196468 140720955884464 140536993245168 140538025638530 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20148224 140720955886191 140720955888988 140720955888988 140720955891663 0
[pid=6894/tid=6958] ppid=6891 vsize=11010404 memory=280110519352864 CPUtime=1.16 cores=1,3,5,7
/proc/6894/task/6958/stat : 6958 (java) S 6891 6894 1669 0 -1 1077944384 5943 13146 0 0 108 1 4 3 20 0 14 0 46748098 11274653696 73180 33554432000 4194304 4196468 140720955884464 140536992192880 140538025638530 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20148224 140720955886191 140720955888988 140720955888988 140720955891663 0
[pid=6894/tid=6959] ppid=6891 vsize=11010404 memory=7972 CPUtime=0.07 cores=1,3,5,7
/proc/6894/task/6959/stat : 6959 (java) S 6891 6894 1669 0 -1 1077944384 3 13146 0 0 0 0 4 3 20 0 14 0 46748098 11274653696 73180 33554432000 4194304 4196468 140720955884464 140536558995936 140538025637589 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20148224 140720955886191 140720955888988 140720955888988 140720955891663 0
Current children cumulated CPU time: 6.61 s
Current children cumulated vsize: 11010404 KiB
Current children cumulated memory: 292720 KiB

Child status: 0
Real time (s): 3.40868
CPU time (s): 6.7356
CPU user time (s): 6.51653
CPU system time (s): 0.219072
CPU usage (%): 197.601
Max. virtual memory (cumulated for all children) (KiB): 11010404
Max. memory (cumulated for all children) (KiB): 292720

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 6.51653
system time used= 0.219072
maximum resident set size= 295844
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 67644
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= 5389
involuntary context switches= 25


# summary of solver processes directly reported to runsolver:
#   pid: 6894
#   total CPU time (s): 6.7356
#   total CPU user time (s): 6.51653
#   total CPU system time (s): 0.219072

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.043622 second user time and 0.075865 second system time

The end

Launcher Data

Begin job on node151 at 2018-07-22 22:37:29
IDJOB=4292793
IDBENCH=141018
IDSOLVER=2750
FILE ID=node151/4292793-1532291849
RUNJOBID= node151-1532291841-6670
PBS_JOBID= 21018964
Free space on /tmp= 55048 MiB

SOLVER NAME= Concrete 3.8 2018-06-13
BENCH NAME= XCSP18/ColouredQueens/ColouredQueens-07_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4292793-1532291849/watcher-4292793-1532291849 -o /tmp/evaluation-result-4292793-1532291849/solver-4292793-1532291849 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1532291841-6670 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=851575298 HOME/instance-4292793-1532291849.xml

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

MD5SUM BENCH= 968c6e40c1de71b17fca4670fe54f327
RANDOM SEED=851575298

node151.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.87
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.87
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.87
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.87
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:        20155304 kB
MemAvailable:   31590720 kB
Buffers:          250304 kB
Cached:         11333472 kB
SwapCached:            0 kB
Active:          1455312 kB
Inactive:       10529608 kB
Active(anon):     404404 kB
Inactive(anon):    16936 kB
Active(file):    1050908 kB
Inactive(file): 10512672 kB
Unevictable:        7940 kB
Mlocked:            7940 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26916 kB
Writeback:             0 kB
AnonPages:        409644 kB
Mapped:            49320 kB
Shmem:             17032 kB
Slab:             327896 kB
SReclaimable:     300296 kB
SUnreclaim:        27600 kB
KernelStack:        3568 kB
PageTables:         6048 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1439968 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    202752 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 55020 MiB
End job on node151 at 2018-07-22 22:37:32