Trace number 4402556

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.12.3SAT 4.76452 2.59712

General information on the benchmark

NamePrimes/
Primes-m1-p15/Primes-15-20-2-7.xml
MD5SUMd26c1a16a8e9a423ebbeb7c1b2e2b431
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.008024
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints20
Number of domains1
Minimum domain size46
Maximum domain size46
Distribution of domain sizes[{"size":46,"count":76}]
Minimum variable degree0
Maximum variable degree5
Distribution of variable degrees[{"degree":0,"count":24},{"degree":1,"count":44},{"degree":2,"count":15},{"degree":3,"count":11},{"degree":4,"count":5},{"degree":5,"count":1}]
Minimum constraint arity3
Maximum constraint arity9
Distribution of constraint arities[{"arity":3,"count":2},{"arity":4,"count":3},{"arity":6,"count":4},{"arity":7,"count":2},{"arity":8,"count":5},{"arity":9,"count":4}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":20}]
Optimization problemNO
Type of objective

Solver Data

0.77/0.55	c Concrete v3.12.3.1568965526260 running
4.49/2.56	v <instantiation
4.49/2.56	v         >
4.49/2.56	v       <list>
4.49/2.56	v         x[0] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[17] x[19] x[20] x[21] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39] x[40] x[41] x[43] x[44] x[46] x[47] x[48] x[50] x[53] x[54] x[55] x[56] x[59] x[60] x[61] x[63] x[64] x[65] x[66] x[67] x[69] x[72] x[73] x[74] x[75] x[79] x[81] x[82] x[83] x[84] x[85] x[86] x[87] x[88] x[89] x[90] x[91] x[92] x[93] x[94] x[97] x[99]
4.49/2.56	v       </list>
4.49/2.56	v       <values>
4.49/2.56	v         31 19 5 23 21 15 2 47 47 45 26 42 2 2 4 2 47 25 14 2 43 9 2 47 41 47 47 2 45 23 47 33 17 10 2 2 44 23 37 47 16 30 2 47 2 39 45 2 2 46 24 2 2 47 10 44 47 5 44 2 44 2 47 22 25 47 46 47 27 32 47 23 2 19 2 47
4.49/2.56	v       </values>
4.49/2.56	v     </instantiation>
4.49/2.56	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 (2228 MiB free)
  memory of node 1: 16384 MiB (2311 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4402556-1568978231/watcher-4402556-1568978231 -o /var/tmp/evaluation-result-4402556-1568978231/solver-4402556-1568978231 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node146-1568967595-5564 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=13585715 HOME/instance-4402556-1568978231.xml 

running on 4 cores: 1,3,5,7

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

solver pid=9767, runsolver pid=9764

[startup+0.100062 s]*
/proc/loadavg: 1.51 1.42 1.37 3/218 9824
/proc/meminfo: memFree=4640260/32770624 swapFree=67001736/67108860
[pid=9767] ppid=9764 vsize=9988792 memory=19212 CPUtime=0.08 cores=1,3,5,7
/proc/9767/stat : 9767 (java) S 9764 9767 5532 0 -1 1077944320 4552 12978 0 0 1 0 5 2 20 0 6 0 473737082 10228523008 4803 33554432000 4194304 4196468 140729482979152 140729482961696 139967356174071 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 17002496 140729482984037 140729482986677 140729482986677 140729482989519 0
/proc/9767/statm: 2497198 4803 1965 1 0 2485636 0
[pid=9767/tid=9820] ppid=9764 vsize=10055356 memory=8514726395714820750 CPUtime=0.08 cores=1,3,5,7
/proc/9767/task/9820/stat : 9820 (java) R 9764 9767 5532 0 -1 4202560 2404 12978 0 0 1 0 5 2 20 0 7 0 473737091 10296684544 4869 33554432000 4194304 4196468 140729482979152 139967328017168 139967340254558 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17002496 140729482984037 140729482986677 140729482986677 140729482989519 0
[pid=9767/tid=9821] ppid=9764 vsize=10055356 memory=-9181546050914066336 CPUtime=0.07 cores=1,3,5,7
/proc/9767/task/9821/stat : 9821 (java) S 9764 9767 5532 0 -1 1077944384 1 12978 0 0 0 0 5 2 20 0 7 0 473737092 10296684544 4869 33554432000 4194304 4196468 140729482979152 139967360416016 139967356184277 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17002496 140729482984037 140729482986677 140729482986677 140729482989519 0
[pid=9767/tid=9822] ppid=9764 vsize=10055356 memory=140482448365184 CPUtime=0.07 cores=1,3,5,7
/proc/9767/task/9822/stat : 9822 (java) S 9764 9767 5532 0 -1 1077944384 1 12978 0 0 0 0 5 2 20 0 7 0 473737092 10296684544 4869 33554432000 4194304 4196468 140729482979152 139967281375632 139967356184277 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17002496 140729482984037 140729482986677 140729482986677 140729482989519 0
[pid=9767/tid=9823] ppid=9764 vsize=10055356 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9767/task/9823/stat : 9823 (java) S 9764 9767 5532 0 -1 1077944384 1 12978 0 0 0 0 5 2 20 0 7 0 473737092 10296684544 4869 33554432000 4194304 4196468 140729482979152 139966928464400 139967356184277 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17002496 140729482984037 140729482986677 140729482986677 140729482989519 0
[pid=9767/tid=9824] ppid=9764 vsize=10055356 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/9767/task/9824/stat : 9824 (java) S 9764 9767 5532 0 -1 1077944384 2 12978 0 0 0 0 5 2 20 0 7 0 473737092 10296684544 4869 33554432000 4194304 4196468 140729482979152 139966927411856 139967356184277 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17002496 140729482984037 140729482986677 140729482986677 140729482989519 0
[pid=9767/tid=9825] ppid=9764 vsize=10055356 memory=140482448365184 CPUtime=0.07 cores=1,3,5,7
/proc/9767/task/9825/stat : 9825 (java) S 9764 9767 5532 0 -1 1077944384 2 12978 0 0 0 0 5 2 20 0 7 0 473737093 10296684544 4869 33554432000 4194304 4196468 140729482979152 139966882834928 139967356185218 0 0 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17002496 140729482984037 140729482986677 140729482986677 140729482989519 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9988792 KiB
Current children cumulated memory: 19212 KiB

[startup+0.211396 s]*
/proc/loadavg: 1.51 1.42 1.37 3/227 9833
/proc/meminfo: memFree=4620944/32770624 swapFree=67001736/67108860
[pid=9767] ppid=9764 vsize=10820196 memory=41948 CPUtime=0.27 cores=1,3,5,7
/proc/9767/stat : 9767 (java) S 9764 9767 5532 0 -1 1077944320 7412 12978 0 0 18 2 5 2 20 0 15 0 473737082 11079880704 10487 33554432000 4194304 4196468 140729482979152 140729482961696 139967356174071 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 17002496 140729482984037 140729482986677 140729482986677 140729482989519 0
/proc/9767/statm: 2705049 10487 3301 1 0 2667149 0
[pid=9767/tid=9820] ppid=9764 vsize=10820196 memory=5450916389569530688 CPUtime=0.19 cores=1,3,5,7
/proc/9767/task/9820/stat : 9820 (java) R 9764 9767 5532 0 -1 4202560 3908 12978 0 0 11 1 5 2 20 0 15 0 473737091 11079880704 10487 33554432000 4194304 4196468 140729482979152 139967327988256 139967356195997 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17002496 140729482984037 140729482986677 140729482986677 140729482989519 0
[pid=9767/tid=9821] ppid=9764 vsize=10820196 memory=-9181546050914066336 CPUtime=0.07 cores=1,3,5,7
/proc/9767/task/9821/stat : 9821 (java) S 9764 9767 5532 0 -1 1077944384 1 12978 0 0 0 0 5 2 20 0 15 0 473737092 11079880704 10487 33554432000 4194304 4196468 140729482979152 139967360416016 139967356184277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17002496 140729482984037 140729482986677 140729482986677 140729482989519 0
[pid=9767/tid=9822] ppid=9764 vsize=10820196 memory=140482448365184 CPUtime=0.07 cores=1,3,5,7
/proc/9767/task/9822/stat : 9822 (java) S 9764 9767 5532 0 -1 1077944384 1 12978 0 0 0 0 5 2 20 0 15 0 473737092 11079880704 10487 33554432000 4194304 4196468 140729482979152 139967281375632 139967356184277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17002496 140729482984037 140729482986677 140729482986677 140729482989519 0
[pid=9767/tid=9823] ppid=9764 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9767/task/9823/stat : 9823 (java) S 9764 9767 5532 0 -1 1077944384 1 12978 0 0 0 0 5 2 20 0 15 0 473737092 11079880704 10487 33554432000 4194304 4196468 140729482979152 139966928464400 139967356184277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17002496 140729482984037 140729482986677 140729482986677 140729482989519 0
[pid=9767/tid=9824] ppid=9764 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/9767/task/9824/stat : 9824 (java) S 9764 9767 5532 0 -1 1077944384 2 12978 0 0 0 0 5 2 20 0 15 0 473737092 11079880704 10487 33554432000 4194304 4196468 140729482979152 139966927411856 139967356184277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17002496 140729482984037 140729482986677 140729482986677 140729482989519 0
[pid=9767/tid=9825] ppid=9764 vsize=10820196 memory=140482448365184 CPUtime=0.07 cores=1,3,5,7
/proc/9767/task/9825/stat : 9825 (java) S 9764 9767 5532 0 -1 1077944384 2 12978 0 0 0 0 5 2 20 0 15 0 473737093 11079880704 10487 33554432000 4194304 4196468 140729482979152 139966882834928 139967356185218 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17002496 140729482984037 140729482986677 140729482986677 140729482989519 0
[pid=9767/tid=9826] ppid=9764 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/9767/task/9826/stat : 9826 (java) S 9764 9767 5532 0 -1 1077944384 13 12978 0 0 0 0 5 2 20 0 15 0 473737094 11079880704 10487 33554432000 4194304 4196468 140729482979152 139966340392352 139967356184277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17002496 140729482984037 140729482986677 140729482986677 140729482989519 0
[pid=9767/tid=9827] ppid=9764 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9767/task/9827/stat : 9827 (java) S 9764 9767 5532 0 -1 1077944384 1 12978 0 0 0 0 5 2 20 0 15 0 473737094 11079880704 10487 33554432000 4194304 4196468 140729482979152 139966139065840 139967356184277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17002496 140729482984037 140729482986677 140729482986677 140729482989519 0
[pid=9767/tid=9828] ppid=9764 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9767/task/9828/stat : 9828 (java) S 9764 9767 5532 0 -1 1077944384 3 12978 0 0 0 0 5 2 20 0 15 0 473737097 11079880704 10487 33554432000 4194304 4196468 140729482979152 139965898775248 139967356192667 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17002496 140729482984037 140729482986677 140729482986677 140729482989519 0
[pid=9767/tid=9829] ppid=9764 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9767/task/9829/stat : 9829 (java) S 9764 9767 5532 0 -1 1077944384 477 12978 0 0 1 0 5 2 20 0 15 0 473737097 11079880704 10487 33554432000 4194304 4196468 140729482979152 139966881781744 139967356185218 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17002496 140729482984037 140729482986677 140729482986677 140729482989519 0
[pid=9767/tid=9830] ppid=9764 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/9767/task/9830/stat : 9830 (java) S 9764 9767 5532 0 -1 1077944384 190 12978 0 0 1 0 5 2 20 0 15 0 473737097 11079880704 10487 33554432000 4194304 4196468 140729482979152 139966880729200 139967356185218 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17002496 140729482984037 140729482986677 140729482986677 140729482989519 0
[pid=9767/tid=9831] ppid=9764 vsize=10820196 memory=140482448365184 CPUtime=0.1 cores=1,3,5,7
/proc/9767/task/9831/stat : 9831 (java) S 9764 9767 5532 0 -1 1077944384 606 12978 0 0 3 0 5 2 20 0 15 0 473737097 11079880704 10487 33554432000 4194304 4196468 140729482979152 139966879676656 139967356185218 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17002496 140729482984037 140729482986677 140729482986677 140729482989519 0
[pid=9767/tid=9832] ppid=9764 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/9767/task/9832/stat : 9832 (java) S 9764 9767 5532 0 -1 1077944384 3 12978 0 0 0 0 5 2 20 0 15 0 473737097 11079880704 10487 33554432000 4194304 4196468 140729482979152 139965865216608 139967356184277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17002496 140729482984037 140729482986677 140729482986677 140729482989519 0
[pid=9767/tid=9833] ppid=9764 vsize=10820196 memory=140482448365184 CPUtime=0.07 cores=1,3,5,7
/proc/9767/task/9833/stat : 9833 (java) S 9764 9767 5532 0 -1 1077944384 1 12978 0 0 0 0 5 2 20 0 15 0 473737097 11079880704 10487 33554432000 4194304 4196468 140729482979152 139966878624560 139967356185218 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17002496 140729482984037 140729482986677 140729482986677 140729482989519 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 41948 KiB

[startup+0.310576 s]*
/proc/loadavg: 1.51 1.42 1.37 3/227 9833
/proc/meminfo: memFree=4610404/32770624 swapFree=67001736/67108860
[pid=9767] ppid=9764 vsize=10820196 memory=50068 CPUtime=0.4 cores=1,3,5,7
/proc/9767/stat : 9767 (java) S 9764 9767 5532 0 -1 1077944320 10773 12978 0 0 29 4 5 2 20 0 15 0 473737082 11079880704 12517 33554432000 4194304 4196468 140729482979152 140729482961696 139967356174071 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 17002496 140729482984037 140729482986677 140729482986677 140729482989519 0
/proc/9767/statm: 2705049 12517 3311 1 0 2667149 0
[pid=9767/tid=9820] ppid=9764 vsize=10820196 memory=1398722017469774279 CPUtime=0.28 cores=1,3,5,7
/proc/9767/task/9820/stat : 9820 (java) R 9764 9767 5532 0 -1 4202560 7250 12978 0 0 19 2 5 2 20 0 15 0 473737091 11079880704 12517 33554432000 4194304 4196468 140729482979152 139967327980208 139967340254558 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17002496 140729482984037 140729482986677 140729482986677 140729482989519 0
[pid=9767/tid=9821] ppid=9764 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9767/task/9821/stat : 9821 (java) S 9764 9767 5532 0 -1 1077944384 1 12978 0 0 0 0 5 2 20 0 15 0 473737092 11079880704 12517 33554432000 4194304 4196468 140729482979152 139967360416016 139967356184277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17002496 140729482984037 140729482986677 140729482986677 140729482989519 0
[pid=9767/tid=9822] ppid=9764 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9767/task/9822/stat : 9822 (java) S 9764 9767 5532 0 -1 1077944384 1 12978 0 0 0 0 5 2 20 0 15 0 473737092 11079880704 12517 33554432000 4194304 4196468 140729482979152 139967281375632 139967356184277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17002496 140729482984037 140729482986677 140729482986677 140729482989519 0
[pid=9767/tid=9823] ppid=9764 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9767/task/9823/stat : 9823 (java) S 9764 9767 5532 0 -1 1077944384 1 12978 0 0 0 0 5 2 20 0 15 0 473737092 11079880704 12517 33554432000 4194304 4196468 140729482979152 139966928464400 139967356184277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17002496 140729482984037 140729482986677 140729482986677 140729482989519 0
[pid=9767/tid=9824] ppid=9764 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9767/task/9824/stat : 9824 (java) S 9764 9767 5532 0 -1 1077944384 2 12978 0 0 0 0 5 2 20 0 15 0 473737092 11079880704 12517 33554432000 4194304 4196468 140729482979152 139966927411856 139967356184277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17002496 140729482984037 140729482986677 140729482986677 140729482989519 0
[pid=9767/tid=9825] ppid=9764 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9767/task/9825/stat : 9825 (java) S 9764 9767 5532 0 -1 1077944384 2 12978 0 0 0 0 5 2 20 0 15 0 473737093 11079880704 12517 33554432000 4194304 4196468 140729482979152 139966882834928 139967356185218 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17002496 140729482984037 140729482986677 140729482986677 140729482989519 0
[pid=9767/tid=9826] ppid=9764 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9767/task/9826/stat : 9826 (java) S 9764 9767 5532 0 -1 1077944384 13 12978 0 0 0 0 5 2 20 0 15 0 473737094 11079880704 12517 33554432000 4194304 4196468 140729482979152 139966340392352 139967356184277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17002496 140729482984037 140729482986677 140729482986677 140729482989519 0
[pid=9767/tid=9827] ppid=9764 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9767/task/9827/stat : 9827 (java) S 9764 9767 5532 0 -1 1077944384 1 12978 0 0 0 0 5 2 20 0 15 0 473737094 11079880704 12517 33554432000 4194304 4196468 140729482979152 139966139065840 139967356184277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17002496 140729482984037 140729482986677 140729482986677 140729482989519 0
[pid=9767/tid=9828] ppid=9764 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9767/task/9828/stat : 9828 (java) S 9764 9767 5532 0 -1 1077944384 3 12978 0 0 0 0 5 2 20 0 15 0 473737097 11079880704 12517 33554432000 4194304 4196468 140729482979152 139965898775248 139967356192667 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17002496 140729482984037 140729482986677 140729482986677 140729482989519 0
[pid=9767/tid=9829] ppid=9764 vsize=10820196 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/9767/task/9829/stat : 9829 (java) S 9764 9767 5532 0 -1 1077944384 478 12978 0 0 2 0 5 2 20 0 15 0 473737097 11079880704 12517 33554432000 4194304 4196468 140729482979152 139966881781744 139967356185218 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17002496 140729482984037 140729482986677 140729482986677 140729482989519 0
[pid=9767/tid=9830] ppid=9764 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/9767/task/9830/stat : 9830 (java) S 9764 9767 5532 0 -1 1077944384 190 12978 0 0 1 0 5 2 20 0 15 0 473737097 11079880704 12517 33554432000 4194304 4196468 140729482979152 139966880729200 139967356185218 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17002496 140729482984037 140729482986677 140729482986677 140729482989519 0
[pid=9767/tid=9831] ppid=9764 vsize=10820196 memory=140482448365184 CPUtime=0.12 cores=1,3,5,7
/proc/9767/task/9831/stat : 9831 (java) S 9764 9767 5532 0 -1 1077944384 625 12978 0 0 5 0 5 2 20 0 15 0 473737097 11079880704 12517 33554432000 4194304 4196468 140729482979152 139966879676656 139967356185218 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17002496 140729482984037 140729482986677 140729482986677 140729482989519 0
[pid=9767/tid=9832] ppid=9764 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/9767/task/9832/stat : 9832 (java) S 9764 9767 5532 0 -1 1077944384 3 12978 0 0 0 0 5 2 20 0 15 0 473737097 11079880704 12517 33554432000 4194304 4196468 140729482979152 139965865216608 139967356184277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17002496 140729482984037 140729482986677 140729482986677 140729482989519 0
[pid=9767/tid=9833] ppid=9764 vsize=10820196 memory=140482448365184 CPUtime=0.07 cores=1,3,5,7
/proc/9767/task/9833/stat : 9833 (java) S 9764 9767 5532 0 -1 1077944384 1 12978 0 0 0 0 5 2 20 0 15 0 473737097 11079880704 12517 33554432000 4194304 4196468 140729482979152 139966878624560 139967356185218 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17002496 140729482984037 140729482986677 140729482986677 140729482989519 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 50068 KiB

[startup+0.700656 s]
/proc/loadavg: 1.51 1.42 1.37 3/227 9833
/proc/meminfo: memFree=4595372/32770624 swapFree=67001736/67108860
[pid=9767] ppid=9764 vsize=10824364 memory=83508 CPUtime=1.14 cores=1,3,5,7
/proc/9767/stat : 9767 (java) S 9764 9767 5532 0 -1 1077944320 15076 12978 0 0 102 5 5 2 20 0 15 0 473737082 11084148736 20877 33554432000 4194304 4196468 140729482979152 140729482961696 139967356174071 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 17002496 140729482984037 140729482986677 140729482986677 140729482989519 0
/proc/9767/statm: 2706091 20877 3503 1 0 2668173 0
[pid=9767/tid=9820] ppid=9764 vsize=10824364 memory=28832 CPUtime=0.66 cores=1,3,5,7
/proc/9767/task/9820/stat : 9820 (java) R 9764 9767 5532 0 -1 4202560 10417 12978 0 0 55 4 5 2 20 0 15 0 473737091 11084148736 20877 33554432000 4194304 4196468 140729482979152 139967327999136 139967356186006 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17002496 140729482984037 140729482986677 140729482986677 140729482989519 0
[pid=9767/tid=9821] ppid=9764 vsize=10824364 memory=12028 CPUtime=0.07 cores=1,3,5,7
/proc/9767/task/9821/stat : 9821 (java) S 9764 9767 5532 0 -1 1077944384 1 12978 0 0 0 0 5 2 20 0 15 0 473737092 11084148736 20877 33554432000 4194304 4196468 140729482979152 139967360416016 139967356184277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17002496 140729482984037 140729482986677 140729482986677 140729482989519 0
[pid=9767/tid=9822] ppid=9764 vsize=10824364 memory=532 CPUtime=0.07 cores=1,3,5,7
/proc/9767/task/9822/stat : 9822 (java) S 9764 9767 5532 0 -1 1077944384 1 12978 0 0 0 0 5 2 20 0 15 0 473737092 11084148736 20877 33554432000 4194304 4196468 140729482979152 139967281375632 139967356184277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17002496 140729482984037 140729482986677 140729482986677 140729482989519 0
[pid=9767/tid=9823] ppid=9764 vsize=10824364 memory=1564 CPUtime=0.07 cores=1,3,5,7
/proc/9767/task/9823/stat : 9823 (java) S 9764 9767 5532 0 -1 1077944384 1 12978 0 0 0 0 5 2 20 0 15 0 473737092 11084148736 20877 33554432000 4194304 4196468 140729482979152 139966928464400 139967356184277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17002496 140729482984037 140729482986677 140729482986677 140729482989519 0
[pid=9767/tid=9824] ppid=9764 vsize=10824364 memory=928 CPUtime=0.07 cores=1,3,5,7
/proc/9767/task/9824/stat : 9824 (java) S 9764 9767 5532 0 -1 1077944384 2 12978 0 0 0 0 5 2 20 0 15 0 473737092 11084148736 20877 33554432000 4194304 4196468 140729482979152 139966927411856 139967356184277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17002496 140729482984037 140729482986677 140729482986677 140729482989519 0
[pid=9767/tid=9825] ppid=9764 vsize=10824364 memory=7448488012996568912 CPUtime=0.07 cores=1,3,5,7
/proc/9767/task/9825/stat : 9825 (java) S 9764 9767 5532 0 -1 1077944384 5 12978 0 0 0 0 5 2 20 0 15 0 473737093 11084148736 20877 33554432000 4194304 4196468 140729482979152 139966882834928 139967356185218 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17002496 140729482984037 140729482986677 140729482986677 140729482989519 0
[pid=9767/tid=9826] ppid=9764 vsize=10824364 memory=7813578590283457876 CPUtime=0.07 cores=1,3,5,7
/proc/9767/task/9826/stat : 9826 (java) S 9764 9767 5532 0 -1 1077944384 13 12978 0 0 0 0 5 2 20 0 15 0 473737094 11084148736 20877 33554432000 4194304 4196468 140729482979152 139966340392352 139967356184277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17002496 140729482984037 140729482986677 140729482986677 140729482989519 0
[pid=9767/tid=9827] ppid=9764 vsize=10824364 memory=7523071198212214892 CPUtime=0.07 cores=1,3,5,7
/proc/9767/task/9827/stat : 9827 (java) S 9764 9767 5532 0 -1 1077944384 1 12978 0 0 0 0 5 2 20 0 15 0 473737094 11084148736 20877 33554432000 4194304 4196468 140729482979152 139966139065840 139967356184277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17002496 140729482984037 140729482986677 140729482986677 140729482989519 0
[pid=9767/tid=9828] ppid=9764 vsize=10824364 memory=5450916488555034154 CPUtime=0.07 cores=1,3,5,7
/proc/9767/task/9828/stat : 9828 (java) S 9764 9767 5532 0 -1 1077944384 3 12978 0 0 0 0 5 2 20 0 15 0 473737097 11084148736 20877 33554432000 4194304 4196468 140729482979152 139965898775248 139967356192667 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17002496 140729482984037 140729482986677 140729482986677 140729482989519 0
[pid=9767/tid=9829] ppid=9764 vsize=10824364 memory=-6736937045019192452 CPUtime=0.24 cores=1,3,5,7
/proc/9767/task/9829/stat : 9829 (java) R 9764 9767 5532 0 -1 4202560 1060 12978 0 0 17 0 5 2 20 0 15 0 473737097 11084148736 20877 33554432000 4194304 4196468 140729482979152 139966881771856 139967341103484 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17002496 140729482984037 140729482986677 140729482986677 140729482989519 0
[pid=9767/tid=9830] ppid=9764 vsize=10824364 memory=-7025452035940392864 CPUtime=0.19 cores=1,3,5,7
/proc/9767/task/9830/stat : 9830 (java) R 9764 9767 5532 0 -1 1077944384 564 12978 0 0 12 0 5 2 20 0 15 0 473737097 11084148736 20877 33554432000 4194304 4196468 140729482979152 139966880729200 139967356185218 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 17002496 140729482984037 140729482986677 140729482986677 140729482989519 0
[pid=9767/tid=9831] ppid=9764 vsize=10824364 memory=-9001734000804784231 CPUtime=0.24 cores=1,3,5,7
/proc/9767/task/9831/stat : 9831 (java) R 9764 9767 5532 0 -1 4202560 803 12978 0 0 17 0 5 2 20 0 15 0 473737097 11084148736 20877 33554432000 4194304 4196468 140729482979152 139966879676656 139967349270804 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17002496 140729482984037 140729482986677 140729482986677 140729482989519 0
[pid=9767/tid=9832] ppid=9764 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9767/task/9832/stat : 9832 (java) S 9764 9767 5532 0 -1 1077944384 3 12978 0 0 0 0 5 2 20 0 15 0 473737097 11084148736 20877 33554432000 4194304 4196468 140729482979152 139965865216608 139967356184277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17002496 140729482984037 140729482986677 140729482986677 140729482989519 0
[pid=9767/tid=9833] ppid=9764 vsize=10824364 memory=3616 CPUtime=0.07 cores=1,3,5,7
/proc/9767/task/9833/stat : 9833 (java) S 9764 9767 5532 0 -1 1077944384 1 12978 0 0 0 0 5 2 20 0 15 0 473737097 11084148736 20877 33554432000 4194304 4196468 140729482979152 139966878624560 139967356185218 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17002496 140729482984037 140729482986677 140729482986677 140729482989519 0
Current children cumulated CPU time: 1.14 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 83508 KiB

[startup+1.50063 s]
/proc/loadavg: 1.51 1.42 1.37 4/227 9833
/proc/meminfo: memFree=4550832/32770624 swapFree=67001736/67108860
[pid=9767] ppid=9764 vsize=10834680 memory=169296 CPUtime=2.45 cores=1,3,5,7
/proc/9767/stat : 9767 (java) S 9764 9767 5532 0 -1 1077944320 22039 12978 0 0 228 10 5 2 20 0 15 0 473737082 11094712320 42324 33554432000 4194304 4196468 140729482979152 140729482961696 139967356174071 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 17002496 140729482984037 140729482986677 140729482986677 140729482989519 0
/proc/9767/statm: 2708670 42324 3584 1 0 2670733 0
[pid=9767/tid=9820] ppid=9764 vsize=10834680 memory=9764 CPUtime=1.43 cores=1,3,5,7
/proc/9767/task/9820/stat : 9820 (java) R 9764 9767 5532 0 -1 4202560 15140 12978 0 0 130 6 5 2 20 0 15 0 473737091 11094712320 42324 33554432000 4194304 4196468 140729482979152 139967327985568 139967356186006 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17002496 140729482984037 140729482986677 140729482986677 140729482989519 0
[pid=9767/tid=9821] ppid=9764 vsize=10834680 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9767/task/9821/stat : 9821 (java) S 9764 9767 5532 0 -1 1077944384 88 12978 0 0 1 0 5 2 20 0 15 0 473737092 11094712320 42324 33554432000 4194304 4196468 140729482979152 139967360416016 139967356184277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17002496 140729482984037 140729482986677 140729482986677 140729482989519 0
[pid=9767/tid=9822] ppid=9764 vsize=10834680 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9767/task/9822/stat : 9822 (java) S 9764 9767 5532 0 -1 1077944384 453 12978 0 0 0 0 5 2 20 0 15 0 473737092 11094712320 42324 33554432000 4194304 4196468 140729482979152 139967281375632 139967356184277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17002496 140729482984037 140729482986677 140729482986677 140729482989519 0
[pid=9767/tid=9823] ppid=9764 vsize=10834680 memory=18141941861341 CPUtime=0.08 cores=1,3,5,7
/proc/9767/task/9823/stat : 9823 (java) S 9764 9767 5532 0 -1 1077944384 12 12978 0 0 1 0 5 2 20 0 15 0 473737092 11094712320 42324 33554432000 4194304 4196468 140729482979152 139966928464400 139967356184277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17002496 140729482984037 140729482986677 140729482986677 140729482989519 0
[pid=9767/tid=9824] ppid=9764 vsize=10834680 memory=6933690286009757744 CPUtime=0.08 cores=1,3,5,7
/proc/9767/task/9824/stat : 9824 (java) S 9764 9767 5532 0 -1 1077944384 91 12978 0 0 1 0 5 2 20 0 15 0 473737092 11094712320 42324 33554432000 4194304 4196468 140729482979152 139966927411856 139967356184277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17002496 140729482984037 140729482986677 140729482986677 140729482989519 0
[pid=9767/tid=9825] ppid=9764 vsize=10834680 memory=-7457052372387209120 CPUtime=0.08 cores=1,3,5,7
/proc/9767/task/9825/stat : 9825 (java) S 9764 9767 5532 0 -1 1077944384 152 12978 0 0 1 0 5 2 20 0 15 0 473737093 11094712320 42324 33554432000 4194304 4196468 140729482979152 139966882834928 139967356185218 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17002496 140729482984037 140729482986677 140729482986677 140729482989519 0
[pid=9767/tid=9826] ppid=9764 vsize=10834680 memory=6944656592452807316 CPUtime=0.07 cores=1,3,5,7
/proc/9767/task/9826/stat : 9826 (java) S 9764 9767 5532 0 -1 1077944384 15 12978 0 0 0 0 5 2 20 0 15 0 473737094 11094712320 42324 33554432000 4194304 4196468 140729482979152 139966340392352 139967356184277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17002496 140729482984037 140729482986677 140729482986677 140729482989519 0
[pid=9767/tid=9827] ppid=9764 vsize=10834680 memory=3472328296227736193 CPUtime=0.07 cores=1,3,5,7
/proc/9767/task/9827/stat : 9827 (java) S 9764 9767 5532 0 -1 1077944384 1 12978 0 0 0 0 5 2 20 0 15 0 473737094 11094712320 42324 33554432000 4194304 4196468 140729482979152 139966139065840 139967356184277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17002496 140729482984037 140729482986677 140729482986677 140729482989519 0
[pid=9767/tid=9828] ppid=9764 vsize=10834680 memory=6655300316396806240 CPUtime=0.07 cores=1,3,5,7
/proc/9767/task/9828/stat : 9828 (java) S 9764 9767 5532 0 -1 1077944384 3 12978 0 0 0 0 5 2 20 0 15 0 473737097 11094712320 42324 33554432000 4194304 4196468 140729482979152 139965898775248 139967356192667 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17002496 140729482984037 140729482986677 140729482986677 140729482989519 0
[pid=9767/tid=9829] ppid=9764 vsize=10834680 memory=6944656592452807316 CPUtime=0.37 cores=1,3,5,7
/proc/9767/task/9829/stat : 9829 (java) R 9764 9767 5532 0 -1 4202560 1465 12978 0 0 30 0 5 2 20 0 15 0 473737097 11094712320 42324 33554432000 4194304 4196468 140729482979152 139966881771008 139967341079896 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17002496 140729482984037 140729482986677 140729482986677 140729482989519 0
[pid=9767/tid=9830] ppid=9764 vsize=10834680 memory=-7737605721172012177 CPUtime=0.27 cores=1,3,5,7
/proc/9767/task/9830/stat : 9830 (java) R 9764 9767 5532 0 -1 1077944384 674 12978 0 0 20 0 5 2 20 0 15 0 473737097 11094712320 42324 33554432000 4194304 4196468 140729482979152 139966880729200 139967356185218 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 17002496 140729482984037 140729482986677 140729482986677 140729482989519 0
[pid=9767/tid=9831] ppid=9764 vsize=10834680 memory=6933690287860520857 CPUtime=0.47 cores=1,3,5,7
/proc/9767/task/9831/stat : 9831 (java) R 9764 9767 5532 0 -1 4202560 1738 12978 0 0 40 0 5 2 20 0 15 0 473737097 11094712320 42324 33554432000 4194304 4196468 140729482979152 139966879676656 139967349273918 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17002496 140729482984037 140729482986677 140729482986677 140729482989519 0
[pid=9767/tid=9832] ppid=9764 vsize=10834680 memory=-9181546050914066336 CPUtime=0.07 cores=1,3,5,7
/proc/9767/task/9832/stat : 9832 (java) S 9764 9767 5532 0 -1 1077944384 3 12978 0 0 0 0 5 2 20 0 15 0 473737097 11094712320 42324 33554432000 4194304 4196468 140729482979152 139965865216608 139967356184277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17002496 140729482984037 140729482986677 140729482986677 140729482989519 0
[pid=9767/tid=9833] ppid=9764 vsize=10834680 memory=6944656592455360604 CPUtime=0.07 cores=1,3,5,7
/proc/9767/task/9833/stat : 9833 (java) S 9764 9767 5532 0 -1 1077944384 1 12978 0 0 0 0 5 2 20 0 15 0 473737097 11094712320 42324 33554432000 4194304 4196468 140729482979152 139966878624560 139967356185218 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17002496 140729482984037 140729482986677 140729482986677 140729482989519 0

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

[startup+2.59707 s]
# the end of solver process 9767 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=4.5852 s, system=0.17932 s

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

[startup+1.60078 s]
/proc/loadavg: 1.51 1.42 1.37 4/227 9833
/proc/meminfo: memFree=4550832/32770624 swapFree=67001736/67108860
[pid=9767] ppid=9764 vsize=10836728 memory=170452 CPUtime=2.67 cores=1,3,5,7
/proc/9767/stat : 9767 (java) S 9764 9767 5532 0 -1 1077944320 22354 12978 0 0 250 10 5 2 20 0 15 0 473737082 11096809472 42613 33554432000 4194304 4196468 140729482979152 140729482961696 139967356174071 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 17002496 140729482984037 140729482986677 140729482986677 140729482989519 0
/proc/9767/statm: 2709182 42613 3584 1 0 2671245 0
[pid=9767/tid=9820] ppid=9764 vsize=10836728 memory=-7737621075815351712 CPUtime=1.53 cores=1,3,5,7
/proc/9767/task/9820/stat : 9820 (java) R 9764 9767 5532 0 -1 4202560 15262 12978 0 0 140 6 5 2 20 0 15 0 473737091 11096809472 42613 33554432000 4194304 4196468 140729482979152 139967328000464 139967356186006 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17002496 140729482984037 140729482986677 140729482986677 140729482989519 0
[pid=9767/tid=9821] ppid=9764 vsize=10836728 memory=8292088525465231505 CPUtime=0.08 cores=1,3,5,7
/proc/9767/task/9821/stat : 9821 (java) S 9764 9767 5532 0 -1 1077944384 88 12978 0 0 1 0 5 2 20 0 15 0 473737092 11096809472 42613 33554432000 4194304 4196468 140729482979152 139967360416016 139967356184277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17002496 140729482984037 140729482986677 140729482986677 140729482989519 0
[pid=9767/tid=9822] ppid=9764 vsize=10836728 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9767/task/9822/stat : 9822 (java) S 9764 9767 5532 0 -1 1077944384 453 12978 0 0 0 0 5 2 20 0 15 0 473737092 11096809472 42613 33554432000 4194304 4196468 140729482979152 139967281375632 139967356184277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17002496 140729482984037 140729482986677 140729482986677 140729482989519 0
[pid=9767/tid=9823] ppid=9764 vsize=10836728 memory=9126232286719478932 CPUtime=0.08 cores=1,3,5,7
/proc/9767/task/9823/stat : 9823 (java) S 9764 9767 5532 0 -1 1077944384 12 12978 0 0 1 0 5 2 20 0 15 0 473737092 11096809472 42613 33554432000 4194304 4196468 140729482979152 139966928464400 139967356184277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17002496 140729482984037 140729482986677 140729482986677 140729482989519 0
[pid=9767/tid=9824] ppid=9764 vsize=10836728 memory=-3535470213243961690 CPUtime=0.08 cores=1,3,5,7
/proc/9767/task/9824/stat : 9824 (java) S 9764 9767 5532 0 -1 1077944384 91 12978 0 0 1 0 5 2 20 0 15 0 473737092 11096809472 42613 33554432000 4194304 4196468 140729482979152 139966927411856 139967356184277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17002496 140729482984037 140729482986677 140729482986677 140729482989519 0
[pid=9767/tid=9825] ppid=9764 vsize=10836728 memory=9126232286719478932 CPUtime=0.08 cores=1,3,5,7
/proc/9767/task/9825/stat : 9825 (java) S 9764 9767 5532 0 -1 1077944384 152 12978 0 0 1 0 5 2 20 0 15 0 473737093 11096809472 42613 33554432000 4194304 4196468 140729482979152 139966882834928 139967356185218 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17002496 140729482984037 140729482986677 140729482986677 140729482989519 0
[pid=9767/tid=9826] ppid=9764 vsize=10836728 memory=-1189914978686163229 CPUtime=0.07 cores=1,3,5,7
/proc/9767/task/9826/stat : 9826 (java) S 9764 9767 5532 0 -1 1077944384 15 12978 0 0 0 0 5 2 20 0 15 0 473737094 11096809472 42613 33554432000 4194304 4196468 140729482979152 139966340392352 139967356184277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17002496 140729482984037 140729482986677 140729482986677 140729482989519 0
[pid=9767/tid=9827] ppid=9764 vsize=10836728 memory=9126232286719478932 CPUtime=0.07 cores=1,3,5,7
/proc/9767/task/9827/stat : 9827 (java) S 9764 9767 5532 0 -1 1077944384 1 12978 0 0 0 0 5 2 20 0 15 0 473737094 11096809472 42613 33554432000 4194304 4196468 140729482979152 139966139065840 139967356184277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17002496 140729482984037 140729482986677 140729482986677 140729482989519 0
[pid=9767/tid=9828] ppid=9764 vsize=10836728 memory=-7751062316387021378 CPUtime=0.07 cores=1,3,5,7
/proc/9767/task/9828/stat : 9828 (java) S 9764 9767 5532 0 -1 1077944384 3 12978 0 0 0 0 5 2 20 0 15 0 473737097 11096809472 42613 33554432000 4194304 4196468 140729482979152 139965898775248 139967356192667 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17002496 140729482984037 140729482986677 140729482986677 140729482989519 0
[pid=9767/tid=9829] ppid=9764 vsize=10836728 memory=9126232286719478932 CPUtime=0.4 cores=1,3,5,7
/proc/9767/task/9829/stat : 9829 (java) S 9764 9767 5532 0 -1 1077944384 1485 12978 0 0 33 0 5 2 20 0 15 0 473737097 11096809472 42613 33554432000 4194304 4196468 140729482979152 139966881781744 139967356185218 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17002496 140729482984037 140729482986677 140729482986677 140729482989519 0
[pid=9767/tid=9830] ppid=9764 vsize=10836728 memory=-6421031960926448530 CPUtime=0.29 cores=1,3,5,7
/proc/9767/task/9830/stat : 9830 (java) S 9764 9767 5532 0 -1 1077944384 700 12978 0 0 22 0 5 2 20 0 15 0 473737097 11096809472 42613 33554432000 4194304 4196468 140729482979152 139966880729200 139967356185218 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17002496 140729482984037 140729482986677 140729482986677 140729482989519 0
[pid=9767/tid=9831] ppid=9764 vsize=10836728 memory=-6800859132029471843 CPUtime=0.54 cores=1,3,5,7
/proc/9767/task/9831/stat : 9831 (java) R 9764 9767 5532 0 -1 4202560 1885 12978 0 0 47 0 5 2 20 0 15 0 473737097 11096809472 42613 33554432000 4194304 4196468 140729482979152 139966879676656 139967340254558 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17002496 140729482984037 140729482986677 140729482986677 140729482989519 0
[pid=9767/tid=9832] ppid=9764 vsize=10836728 memory=-4695052241013923951 CPUtime=0.07 cores=1,3,5,7
/proc/9767/task/9832/stat : 9832 (java) S 9764 9767 5532 0 -1 1077944384 3 12978 0 0 0 0 5 2 20 0 15 0 473737097 11096809472 42613 33554432000 4194304 4196468 140729482979152 139965865216608 139967356184277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17002496 140729482984037 140729482986677 140729482986677 140729482989519 0
[pid=9767/tid=9833] ppid=9764 vsize=10836728 memory=-1189914978686163229 CPUtime=0.07 cores=1,3,5,7
/proc/9767/task/9833/stat : 9833 (java) S 9764 9767 5532 0 -1 1077944384 1 12978 0 0 0 0 5 2 20 0 15 0 473737097 11096809472 42613 33554432000 4194304 4196468 140729482979152 139966878624560 139967356185218 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17002496 140729482984037 140729482986677 140729482986677 140729482989519 0
Current children cumulated CPU time: 2.67 s
Current children cumulated vsize: 10836728 KiB
Current children cumulated memory: 170452 KiB

[startup+2.00076 s]*
/proc/loadavg: 1.55 1.43 1.38 5/227 9833
/proc/meminfo: memFree=4485872/32770624 swapFree=67001736/67108860
[pid=9767] ppid=9764 vsize=10838796 memory=178344 CPUtime=3.43 cores=1,3,5,7
/proc/9767/stat : 9767 (java) S 9764 9767 5532 0 -1 1077944320 24596 12978 0 0 325 11 5 2 20 0 15 0 473737082 11098927104 44586 33554432000 4194304 4196468 140729482979152 140729482961696 139967356174071 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 17002496 140729482984037 140729482986677 140729482986677 140729482989519 0
/proc/9767/statm: 2709699 44586 3594 1 0 2671757 0
[pid=9767/tid=9820] ppid=9764 vsize=10838796 memory=5450916389569530688 CPUtime=1.94 cores=1,3,5,7
/proc/9767/task/9820/stat : 9820 (java) R 9764 9767 5532 0 -1 4202560 16657 12978 0 0 180 7 5 2 20 0 15 0 473737091 11098927104 44586 33554432000 4194304 4196468 140729482979152 139967328008448 139967356195997 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17002496 140729482984037 140729482986677 140729482986677 140729482989519 0
[pid=9767/tid=9821] ppid=9764 vsize=10838796 memory=4122819170707441977 CPUtime=0.08 cores=1,3,5,7
/proc/9767/task/9821/stat : 9821 (java) S 9764 9767 5532 0 -1 1077944384 88 12978 0 0 1 0 5 2 20 0 15 0 473737092 11098927104 44586 33554432000 4194304 4196468 140729482979152 139967360416016 139967356184277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17002496 140729482984037 140729482986677 140729482986677 140729482989519 0
[pid=9767/tid=9822] ppid=9764 vsize=10838796 memory=280964789030544 CPUtime=0.07 cores=1,3,5,7
/proc/9767/task/9822/stat : 9822 (java) S 9764 9767 5532 0 -1 1077944384 453 12978 0 0 0 0 5 2 20 0 15 0 473737092 11098927104 44586 33554432000 4194304 4196468 140729482979152 139967281375632 139967356184277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17002496 140729482984037 140729482986677 140729482986677 140729482989519 0
[pid=9767/tid=9823] ppid=9764 vsize=10838796 memory=1 CPUtime=0.08 cores=1,3,5,7
/proc/9767/task/9823/stat : 9823 (java) S 9764 9767 5532 0 -1 1077944384 12 12978 0 0 1 0 5 2 20 0 15 0 473737092 11098927104 44586 33554432000 4194304 4196468 140729482979152 139966928464400 139967356184277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17002496 140729482984037 140729482986677 140729482986677 140729482989519 0
[pid=9767/tid=9824] ppid=9764 vsize=10838796 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/9767/task/9824/stat : 9824 (java) S 9764 9767 5532 0 -1 1077944384 91 12978 0 0 1 0 5 2 20 0 15 0 473737092 11098927104 44586 33554432000 4194304 4196468 140729482979152 139966927411856 139967356184277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17002496 140729482984037 140729482986677 140729482986677 140729482989519 0
[pid=9767/tid=9825] ppid=9764 vsize=10838796 memory=3617432806992628147 CPUtime=0.08 cores=1,3,5,7
/proc/9767/task/9825/stat : 9825 (java) S 9764 9767 5532 0 -1 1077944384 152 12978 0 0 1 0 5 2 20 0 15 0 473737093 11098927104 44586 33554432000 4194304 4196468 140729482979152 139966882834928 139967356185218 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17002496 140729482984037 140729482986677 140729482986677 140729482989519 0
[pid=9767/tid=9826] ppid=9764 vsize=10838796 memory=3467829025926297398 CPUtime=0.07 cores=1,3,5,7
/proc/9767/task/9826/stat : 9826 (java) S 9764 9767 5532 0 -1 1077944384 15 12978 0 0 0 0 5 2 20 0 15 0 473737094 11098927104 44586 33554432000 4194304 4196468 140729482979152 139966340392352 139967356184277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17002496 140729482984037 140729482986677 140729482986677 140729482989519 0
[pid=9767/tid=9827] ppid=9764 vsize=10838796 memory=7091876857252440940 CPUtime=0.07 cores=1,3,5,7
/proc/9767/task/9827/stat : 9827 (java) S 9764 9767 5532 0 -1 1077944384 1 12978 0 0 0 0 5 2 20 0 15 0 473737094 11098927104 44586 33554432000 4194304 4196468 140729482979152 139966139065840 139967356184277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17002496 140729482984037 140729482986677 140729482986677 140729482989519 0
[pid=9767/tid=9828] ppid=9764 vsize=10838796 memory=2209 CPUtime=0.07 cores=1,3,5,7
/proc/9767/task/9828/stat : 9828 (java) S 9764 9767 5532 0 -1 1077944384 3 12978 0 0 0 0 5 2 20 0 15 0 473737097 11098927104 44586 33554432000 4194304 4196468 140729482979152 139965898775248 139967356192667 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17002496 140729482984037 140729482986677 140729482986677 140729482989519 0
[pid=9767/tid=9829] ppid=9764 vsize=10838796 memory=0 CPUtime=0.46 cores=1,3,5,7
/proc/9767/task/9829/stat : 9829 (java) S 9764 9767 5532 0 -1 1077944384 1575 12978 0 0 39 0 5 2 20 0 15 0 473737097 11098927104 44586 33554432000 4194304 4196468 140729482979152 139966881781744 139967356185218 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17002496 140729482984037 140729482986677 140729482986677 140729482989519 0
[pid=9767/tid=9830] ppid=9764 vsize=10838796 memory=-1 CPUtime=0.43 cores=1,3,5,7
/proc/9767/task/9830/stat : 9830 (java) R 9764 9767 5532 0 -1 4202560 1015 12978 0 0 35 1 5 2 20 0 15 0 473737097 11098927104 44586 33554432000 4194304 4196468 140729482979152 139966880729200 139967333769504 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17002496 140729482984037 140729482986677 140729482986677 140729482989519 0
[pid=9767/tid=9831] ppid=9764 vsize=10838796 memory=3540026002969643444 CPUtime=0.7 cores=1,3,5,7
/proc/9767/task/9831/stat : 9831 (java) S 9764 9767 5532 0 -1 1077944384 2329 12978 0 0 63 0 5 2 20 0 15 0 473737097 11098927104 44586 33554432000 4194304 4196468 140729482979152 139966879676656 139967356185218 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17002496 140729482984037 140729482986677 140729482986677 140729482989519 0
[pid=9767/tid=9832] ppid=9764 vsize=10838796 memory=2321666326704234545 CPUtime=0.07 cores=1,3,5,7
/proc/9767/task/9832/stat : 9832 (java) S 9764 9767 5532 0 -1 1077944384 3 12978 0 0 0 0 5 2 20 0 15 0 473737097 11098927104 44586 33554432000 4194304 4196468 140729482979152 139965865216608 139967356184277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17002496 140729482984037 140729482986677 140729482986677 140729482989519 0
[pid=9767/tid=9833] ppid=9764 vsize=10838796 memory=8112282956445269571 CPUtime=0.07 cores=1,3,5,7
/proc/9767/task/9833/stat : 9833 (java) S 9764 9767 5532 0 -1 1077944384 1 12978 0 0 0 0 5 2 20 0 15 0 473737097 11098927104 44586 33554432000 4194304 4196468 140729482979152 139966878624560 139967356185218 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17002496 140729482984037 140729482986677 140729482986677 140729482989519 0
Current children cumulated CPU time: 3.43 s
Current children cumulated vsize: 10838796 KiB
Current children cumulated memory: 178344 KiB

[startup+2.40072 s]
/proc/loadavg: 1.55 1.43 1.38 5/227 9833
/proc/meminfo: memFree=4485872/32770624 swapFree=67001736/67108860
[pid=9767] ppid=9764 vsize=10844940 memory=202536 CPUtime=4.18 cores=1,3,5,7
/proc/9767/stat : 9767 (java) S 9764 9767 5532 0 -1 1077944320 29827 12978 0 0 398 13 5 2 20 0 15 0 473737082 11105218560 50634 33554432000 4194304 4196468 140729482979152 140729482961696 139967356174071 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 17002496 140729482984037 140729482986677 140729482986677 140729482989519 0
/proc/9767/statm: 2711235 50634 3597 1 0 2673293 0
[pid=9767/tid=9820] ppid=9764 vsize=10844940 memory=8112282956445269571 CPUtime=2.31 cores=1,3,5,7
/proc/9767/task/9820/stat : 9820 (java) S 9764 9767 5532 0 -1 1077944384 19932 12978 0 0 217 7 5 2 20 0 15 0 473737091 11105218560 50634 33554432000 4194304 4196468 140729482979152 139967327987872 139967356184277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17002496 140729482984037 140729482986677 140729482986677 140729482989519 0
[pid=9767/tid=9821] ppid=9764 vsize=10844940 memory=57 CPUtime=0.08 cores=1,3,5,7
/proc/9767/task/9821/stat : 9821 (java) R 9764 9767 5532 0 -1 4202560 91 12978 0 0 1 0 5 2 20 0 15 0 473737092 11105218560 50634 33554432000 4194304 4196468 140729482979152 139967360416016 139967340871705 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17002496 140729482984037 140729482986677 140729482986677 140729482989519 0
[pid=9767/tid=9822] ppid=9764 vsize=10844940 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9767/task/9822/stat : 9822 (java) R 9764 9767 5532 0 -1 1077944384 455 12978 0 0 1 0 5 2 20 0 15 0 473737092 11105218560 50634 33554432000 4194304 4196468 140729482979152 139967281375632 139967356184277 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17002496 140729482984037 140729482986677 140729482986677 140729482989519 0
[pid=9767/tid=9823] ppid=9764 vsize=10844940 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9767/task/9823/stat : 9823 (java) R 9764 9767 5532 0 -1 4202560 23 12978 0 0 1 0 5 2 20 0 15 0 473737092 11105218560 50634 33554432000 4194304 4196468 140729482979152 139966928464400 139967337771140 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17002496 140729482984037 140729482986677 140729482986677 140729482989519 0
[pid=9767/tid=9824] ppid=9764 vsize=10844940 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9767/task/9824/stat : 9824 (java) R 9764 9767 5532 0 -1 4202560 109 12978 0 0 1 0 5 2 20 0 15 0 473737092 11105218560 50634 33554432000 4194304 4196468 140729482979152 139966927411856 139967340871705 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17002496 140729482984037 140729482986677 140729482986677 140729482989519 0
[pid=9767/tid=9825] ppid=9764 vsize=10844940 memory=1324 CPUtime=0.08 cores=1,3,5,7
/proc/9767/task/9825/stat : 9825 (java) S 9764 9767 5532 0 -1 1077944384 183 12978 0 0 1 0 5 2 20 0 15 0 473737093 11105218560 50634 33554432000 4194304 4196468 140729482979152 139966882833216 139967356184277 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17002496 140729482984037 140729482986677 140729482986677 140729482989519 0
[pid=9767/tid=9826] ppid=9764 vsize=10844940 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9767/task/9826/stat : 9826 (java) S 9764 9767 5532 0 -1 1077944384 15 12978 0 0 0 0 5 2 20 0 15 0 473737094 11105218560 50634 33554432000 4194304 4196468 140729482979152 139966340392352 139967356184277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17002496 140729482984037 140729482986677 140729482986677 140729482989519 0
[pid=9767/tid=9827] ppid=9764 vsize=10844940 memory=13 CPUtime=0.07 cores=1,3,5,7
/proc/9767/task/9827/stat : 9827 (java) S 9764 9767 5532 0 -1 1077944384 1 12978 0 0 0 0 5 2 20 0 15 0 473737094 11105218560 50634 33554432000 4194304 4196468 140729482979152 139966139065840 139967356184277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17002496 140729482984037 140729482986677 140729482986677 140729482989519 0
[pid=9767/tid=9828] ppid=9764 vsize=10844940 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9767/task/9828/stat : 9828 (java) S 9764 9767 5532 0 -1 1077944384 3 12978 0 0 0 0 5 2 20 0 15 0 473737097 11105218560 50634 33554432000 4194304 4196468 140729482979152 139965898775248 139967356192667 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17002496 140729482984037 140729482986677 140729482986677 140729482989519 0
[pid=9767/tid=9829] ppid=9764 vsize=10844940 memory=0 CPUtime=0.54 cores=1,3,5,7
/proc/9767/task/9829/stat : 9829 (java) S 9764 9767 5532 0 -1 1077944384 1663 12978 0 0 47 0 5 2 20 0 15 0 473737097 11105218560 50634 33554432000 4194304 4196468 140729482979152 139966881781744 139967356185218 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17002496 140729482984037 140729482986677 140729482986677 140729482989519 0
[pid=9767/tid=9830] ppid=9764 vsize=10844940 memory=7597723200129138638 CPUtime=0.52 cores=1,3,5,7
/proc/9767/task/9830/stat : 9830 (java) S 9764 9767 5532 0 -1 1077944384 1311 12978 0 0 44 1 5 2 20 0 15 0 473737097 11105218560 50634 33554432000 4194304 4196468 140729482979152 139966880709104 139967356184277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17002496 140729482984037 140729482986677 140729482986677 140729482989519 0
[pid=9767/tid=9831] ppid=9764 vsize=10844940 memory=6081099069263209576 CPUtime=0.88 cores=1,3,5,7
/proc/9767/task/9831/stat : 9831 (java) S 9764 9767 5532 0 -1 1077944384 3851 12978 0 0 81 0 5 2 20 0 15 0 473737097 11105218560 50634 33554432000 4194304 4196468 140729482979152 139966879676656 139967356185218 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17002496 140729482984037 140729482986677 140729482986677 140729482989519 0
[pid=9767/tid=9832] ppid=9764 vsize=10844940 memory=7013346442758874224 CPUtime=0.07 cores=1,3,5,7
/proc/9767/task/9832/stat : 9832 (java) S 9764 9767 5532 0 -1 1077944384 3 12978 0 0 0 0 5 2 20 0 15 0 473737097 11105218560 50634 33554432000 4194304 4196468 140729482979152 139965865216608 139967356184277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17002496 140729482984037 140729482986677 140729482986677 140729482989519 0
[pid=9767/tid=9833] ppid=9764 vsize=10844940 memory=31169 CPUtime=0.07 cores=1,3,5,7
/proc/9767/task/9833/stat : 9833 (java) S 9764 9767 5532 0 -1 1077944384 1 12978 0 0 0 0 5 2 20 0 15 0 473737097 11105218560 50634 33554432000 4194304 4196468 140729482979152 139966878624560 139967356185218 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17002496 140729482984037 140729482986677 140729482986677 140729482989519 0
Current children cumulated CPU time: 4.18 s
Current children cumulated vsize: 10844940 KiB
Current children cumulated memory: 202536 KiB

[startup+2.50653 s]
/proc/loadavg: 1.55 1.43 1.38 5/227 9833
/proc/meminfo: memFree=4485872/32770624 swapFree=67001736/67108860
[pid=9767] ppid=9764 vsize=10844940 memory=216968 CPUtime=4.49 cores=1,3,5,7
/proc/9767/stat : 9767 (java) S 9764 9767 5532 0 -1 1077944320 35157 12978 0 0 429 13 5 2 20 0 15 0 473737082 11105218560 54242 33554432000 4194304 4196468 140729482979152 140729482961696 139967356174071 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 17002496 140729482984037 140729482986677 140729482986677 140729482989519 0
/proc/9767/statm: 2711235 54242 3599 1 0 2673293 0
[pid=9767/tid=9820] ppid=9764 vsize=10844940 memory=0 CPUtime=2.4 cores=1,3,5,7
/proc/9767/task/9820/stat : 9820 (java) R 9764 9767 5532 0 -1 4202560 20441 12978 0 0 225 8 5 2 20 0 15 0 473737091 11105218560 54242 33554432000 4194304 4196468 140729482979152 139967328007616 139966959087535 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17002496 140729482984037 140729482986677 140729482986677 140729482989519 0
[pid=9767/tid=9821] ppid=9764 vsize=10844940 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/9767/task/9821/stat : 9821 (java) S 9764 9767 5532 0 -1 1077944384 102 12978 0 0 2 0 5 2 20 0 15 0 473737092 11105218560 54242 33554432000 4194304 4196468 140729482979152 139967360416016 139967356184277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17002496 140729482984037 140729482986677 140729482986677 140729482989519 0
[pid=9767/tid=9822] ppid=9764 vsize=10844940 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/9767/task/9822/stat : 9822 (java) S 9764 9767 5532 0 -1 1077944384 456 12978 0 0 2 0 5 2 20 0 15 0 473737092 11105218560 54242 33554432000 4194304 4196468 140729482979152 139967281375632 139967356184277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17002496 140729482984037 140729482986677 140729482986677 140729482989519 0
[pid=9767/tid=9823] ppid=9764 vsize=10844940 memory=-7751062316387021378 CPUtime=0.09 cores=1,3,5,7
/proc/9767/task/9823/stat : 9823 (java) S 9764 9767 5532 0 -1 1077944384 29 12978 0 0 2 0 5 2 20 0 15 0 473737092 11105218560 54242 33554432000 4194304 4196468 140729482979152 139966928464400 139967356184277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17002496 140729482984037 140729482986677 140729482986677 140729482989519 0
[pid=9767/tid=9824] ppid=9764 vsize=10844940 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/9767/task/9824/stat : 9824 (java) S 9764 9767 5532 0 -1 1077944384 120 12978 0 0 2 0 5 2 20 0 15 0 473737092 11105218560 54242 33554432000 4194304 4196468 140729482979152 139966927411856 139967356184277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17002496 140729482984037 140729482986677 140729482986677 140729482989519 0
[pid=9767/tid=9825] ppid=9764 vsize=10844940 memory=18141941861341 CPUtime=0.1 cores=1,3,5,7
/proc/9767/task/9825/stat : 9825 (java) S 9764 9767 5532 0 -1 1077944384 2492 12978 0 0 3 0 5 2 20 0 15 0 473737093 11105218560 54242 33554432000 4194304 4196468 140729482979152 139966882834928 139967356185218 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17002496 140729482984037 140729482986677 140729482986677 140729482989519 0
[pid=9767/tid=9826] ppid=9764 vsize=10844940 memory=6933690286009757744 CPUtime=0.07 cores=1,3,5,7
/proc/9767/task/9826/stat : 9826 (java) S 9764 9767 5532 0 -1 1077944384 15 12978 0 0 0 0 5 2 20 0 15 0 473737094 11105218560 54242 33554432000 4194304 4196468 140729482979152 139966340392416 139967356184277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17002496 140729482984037 140729482986677 140729482986677 140729482989519 0
[pid=9767/tid=9827] ppid=9764 vsize=10844940 memory=-7457052372387209120 CPUtime=0.07 cores=1,3,5,7
/proc/9767/task/9827/stat : 9827 (java) S 9764 9767 5532 0 -1 1077944384 1 12978 0 0 0 0 5 2 20 0 15 0 473737094 11105218560 54242 33554432000 4194304 4196468 140729482979152 139966139065856 139967356184277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17002496 140729482984037 140729482986677 140729482986677 140729482989519 0
[pid=9767/tid=9828] ppid=9764 vsize=10844940 memory=6944656592452807316 CPUtime=0.07 cores=1,3,5,7
/proc/9767/task/9828/stat : 9828 (java) S 9764 9767 5532 0 -1 1077944384 3 12978 0 0 0 0 5 2 20 0 15 0 473737097 11105218560 54242 33554432000 4194304 4196468 140729482979152 139965898775248 139967356192667 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17002496 140729482984037 140729482986677 140729482986677 140729482989519 0
[pid=9767/tid=9829] ppid=9764 vsize=10844940 memory=3472328296227736193 CPUtime=0.58 cores=1,3,5,7
/proc/9767/task/9829/stat : 9829 (java) R 9764 9767 5532 0 -1 4202560 2059 12978 0 0 51 0 5 2 20 0 15 0 473737097 11105218560 54242 33554432000 4194304 4196468 140729482979152 139966881780928 139967335363537 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17002496 140729482984037 140729482986677 140729482986677 140729482989519 0
[pid=9767/tid=9830] ppid=9764 vsize=10844940 memory=6655300316396806240 CPUtime=0.6 cores=1,3,5,7
/proc/9767/task/9830/stat : 9830 (java) R 9764 9767 5532 0 -1 4202560 2960 12978 0 0 52 1 5 2 20 0 15 0 473737097 11105218560 54242 33554432000 4194304 4196468 140729482979152 139966880710216 139967339672936 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 17002496 140729482984037 140729482986677 140729482986677 140729482989519 0
[pid=9767/tid=9831] ppid=9764 vsize=10844940 memory=6944656592452807316 CPUtime=0.92 cores=1,3,5,7
/proc/9767/task/9831/stat : 9831 (java) R 9764 9767 5532 0 -1 4202560 4273 12978 0 0 85 0 5 2 20 0 15 0 473737097 11105218560 54242 33554432000 4194304 4196468 140729482979152 139966879676656 139967340217701 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17002496 140729482984037 140729482986677 140729482986677 140729482989519 0
[pid=9767/tid=9832] ppid=9764 vsize=10844940 memory=-7737605721172012177 CPUtime=0.07 cores=1,3,5,7
/proc/9767/task/9832/stat : 9832 (java) S 9764 9767 5532 0 -1 1077944384 3 12978 0 0 0 0 5 2 20 0 15 0 473737097 11105218560 54242 33554432000 4194304 4196468 140729482979152 139965865216608 139967356184277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17002496 140729482984037 140729482986677 140729482986677 140729482989519 0
[pid=9767/tid=9833] ppid=9764 vsize=10844940 memory=174104 CPUtime=0.07 cores=1,3,5,7
/proc/9767/task/9833/stat : 9833 (java) R 9764 9767 5532 0 -1 1077944384 1 12978 0 0 0 0 5 2 20 0 15 0 473737097 11105218560 54242 33554432000 4194304 4196468 140729482979152 139966878624560 139967356185218 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17002496 140729482984037 140729482986677 140729482986677 140729482989519 0
Current children cumulated CPU time: 4.49 s
Current children cumulated vsize: 10844940 KiB
Current children cumulated memory: 216968 KiB

Child status: 0
Real time (s): 2.59712
CPU time (s): 4.76452
CPU user time (s): 4.5852
CPU system time (s): 0.17932
CPU usage (%): 183.454
Max. virtual memory (cumulated for all children) (KiB): 10844940
Max. memory (cumulated for all children) (KiB): 216968

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.5852
system time used= 0.17932
maximum resident set size= 220356
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 48465
page faults= 0
swaps= 0
block input operations= 0
block output operations= 144
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5180
involuntary context switches= 30


# summary of solver processes directly reported to runsolver:
#   pid: 9767
#   total CPU time (s): 4.76452
#   total CPU user time (s): 4.5852
#   total CPU system time (s): 0.17932

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.037495 second user time and 0.06535 second system time

The end

Launcher Data

Begin job on node146 at 2019-09-20 13:16:30
IDJOB=4402556
IDBENCH=133381
IDSOLVER=2861
FILE ID=node146/4402556-1568978231
RUNJOBID= node146-1568967595-5564
PBS_JOBID= 21704614
Free space on /var/tmp= 13472 MiB

SOLVER NAME= Concrete 3.12.3
BENCH NAME= XCSP17/Primes/Primes-m1-p15/Primes-15-20-2-7.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4402556-1568978231/watcher-4402556-1568978231 -o /var/tmp/evaluation-result-4402556-1568978231/solver-4402556-1568978231 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node146-1568967595-5564 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=13585715 HOME/instance-4402556-1568978231.xml

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

MD5SUM BENCH= d26c1a16a8e9a423ebbeb7c1b2e2b431
RANDOM SEED=13585715

node146.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	: 5332.90
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	: 5332.90
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	: 5332.90
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	: 5332.90
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:         4650104 kB
MemAvailable:   30559864 kB
Buffers:          143032 kB
Cached:         25693996 kB
SwapCached:         3828 kB
Active:         14078364 kB
Inactive:       13054176 kB
Active(anon):    1292376 kB
Inactive(anon):    50716 kB
Active(file):   12785988 kB
Inactive(file): 13003460 kB
Unevictable:      111164 kB
Mlocked:          111164 kB
SwapTotal:      67108860 kB
SwapFree:       67001736 kB
Dirty:             35472 kB
Writeback:           212 kB
AnonPages:       1405300 kB
Mapped:            64876 kB
Shmem:             38824 kB
Slab:             578172 kB
SReclaimable:     548772 kB
SUnreclaim:        29400 kB
KernelStack:        3744 kB
PageTables:         8528 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2448288 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1271808 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      109952 kB
DirectMap2M:    33435648 kB

Free space on /var/tmp at the end= 13440 MiB
End job on node146 at 2019-09-20 13:16:33