Trace number 4395846

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.2SAT 5.54718 2.68799

General information on the benchmark

NamePrimes/
Primes-m1-p20/Primes-20-20-3-3.xml
MD5SUM065412ea00e4edb14381318bc4e9318f
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.007616
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints20
Number of domains1
Minimum domain size70
Maximum domain size70
Distribution of domain sizes[{"size":70,"count":60}]
Minimum variable degree0
Maximum variable degree3
Distribution of variable degrees[{"degree":0,"count":40},{"degree":1,"count":35},{"degree":2,"count":17},{"degree":3,"count":8}]
Minimum constraint arity3
Maximum constraint arity6
Distribution of constraint arities[{"arity":3,"count":3},{"arity":4,"count":7},{"arity":5,"count":4},{"arity":6,"count":6}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":20}]
Optimization problemNO
Type of objective

Solver Data

0.78/0.56	c Concrete v3.12.2.1568380929293 running
5.28/2.67	v <instantiation
5.28/2.67	v         >
5.28/2.67	v       <list>
5.28/2.67	v         x[2] x[3] x[4] x[5] x[7] x[9] x[12] x[13] x[14] x[15] x[17] x[19] x[20] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[33] x[36] x[37] x[39] x[40] x[44] x[46] x[48] x[49] x[50] x[51] x[53] x[55] x[56] x[59] x[60] x[61] x[64] x[65] x[67] x[68] x[69] x[70] x[71] x[72] x[74] x[75] x[76] x[77] x[79] x[80] x[82] x[83] x[84] x[88] x[90] x[92] x[93] x[95] x[99]
5.28/2.67	v       </list>
5.28/2.67	v       <values>
5.28/2.67	v         42 7 9 20 49 42 28 71 2 3 57 2 8 23 2 2 12 16 2 27 53 67 3 36 68 36 51 4 69 6 71 2 50 4 2 56 2 71 71 2 27 71 68 48 37 71 9 70 18 40 3 43 67 3 63 70 28 14 70 70
5.28/2.67	v       </values>
5.28/2.67	v     </instantiation>
5.28/2.67	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 (14378 MiB free)
  memory of node 1: 16384 MiB (13125 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4395846-1568404166/watcher-4395846-1568404166 -o /tmp/evaluation-result-4395846-1568404166/solver-4395846-1568404166 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1568393375-17084 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=182295051 HOME/instance-4395846-1568404166.xml 

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

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


[startup+0.100058 s]*
/proc/loadavg: 1.90 1.66 1.52 4/223 20890
/proc/meminfo: memFree=28159752/32770624 swapFree=66916536/67108860
[pid=20833] ppid=20830 vsize=9972712 memory=16380 CPUtime=0.1 cores=0,2,4,6
/proc/20833/stat : 20833 (java) S 20830 20833 15665 0 -1 1077944320 4350 13559 0 0 1 1 5 3 20 0 6 0 416667181 10212057088 4095 33554432000 4194304 4196468 140725094340048 140725094322592 139881457520375 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 23965696 140725094345456 140725094347973 140725094347973 140725094350799 0
/proc/20833/statm: 2493178 4095 1920 1 0 2481616 0
[pid=20833/tid=20886] ppid=20830 vsize=9972712 memory=4279135703913365645 CPUtime=0.08 cores=0,2,4,6
/proc/20833/task/20886/stat : 20886 (java) R 20830 20833 15665 0 -1 4202560 2147 13559 0 0 0 0 5 3 20 0 6 0 416667190 10212057088 4095 33554432000 4194304 4196468 140725094340048 139881429357136 139881443202901 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23965696 140725094345456 140725094347973 140725094347973 140725094350799 0
[pid=20833/tid=20887] ppid=20830 vsize=9972712 memory=-7522837583129502606 CPUtime=0.08 cores=0,2,4,6
/proc/20833/task/20887/stat : 20887 (java) S 20830 20833 15665 0 -1 1077944384 2 13559 0 0 0 0 5 3 20 0 6 0 416667191 10212057088 4095 33554432000 4194304 4196468 140725094340048 139881461763088 139881457530581 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23965696 140725094345456 140725094347973 140725094347973 140725094350799 0
[pid=20833/tid=20888] ppid=20830 vsize=9972712 memory=139768602896000 CPUtime=0.08 cores=0,2,4,6
/proc/20833/task/20888/stat : 20888 (java) S 20830 20833 15665 0 -1 1077944384 2 13559 0 0 0 0 5 3 20 0 6 0 416667191 10212057088 4095 33554432000 4194304 4196468 140725094340048 139881382722704 139881457530581 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23965696 140725094345456 140725094347973 140725094347973 140725094350799 0
[pid=20833/tid=20889] ppid=20830 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/20833/task/20889/stat : 20889 (java) S 20830 20833 15665 0 -1 1077944384 2 13559 0 0 0 0 5 3 20 0 6 0 416667191 10212057088 4095 33554432000 4194304 4196468 140725094340048 139881381669648 139881457530581 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23965696 140725094345456 140725094347973 140725094347973 140725094350799 0
[pid=20833/tid=20890] ppid=20830 vsize=9972712 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/20833/task/20890/stat : 20890 (java) S 20830 20833 15665 0 -1 1077944384 1 13559 0 0 0 0 5 3 20 0 6 0 416667191 10212057088 4095 33554432000 4194304 4196468 140725094340048 139881029118864 139881457530581 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23965696 140725094345456 140725094347973 140725094347973 140725094350799 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16380 KiB

[startup+0.210741 s]*
/proc/loadavg: 1.90 1.66 1.52 4/232 20899
/proc/meminfo: memFree=28132860/32770624 swapFree=66916536/67108860
[pid=20833] ppid=20830 vsize=10819664 memory=43832 CPUtime=0.26 cores=0,2,4,6
/proc/20833/stat : 20833 (java) S 20830 20833 15665 0 -1 1077944320 7257 13559 0 0 16 2 5 3 20 0 15 0 416667181 11079335936 10958 33554432000 4194304 4196468 140725094340048 140725094322592 139881457520375 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 23965696 140725094345456 140725094347973 140725094347973 140725094350799 0
/proc/20833/statm: 2704916 10958 3168 1 0 2667149 0
[pid=20833/tid=20886] ppid=20830 vsize=10819664 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/20833/task/20886/stat : 20886 (java) R 20830 20833 15665 0 -1 4202560 3738 13559 0 0 10 1 5 3 20 0 15 0 416667190 11079335936 10958 33554432000 4194304 4196468 140725094340048 139881429353392 139881457542301 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23965696 140725094345456 140725094347973 140725094347973 140725094350799 0
[pid=20833/tid=20887] ppid=20830 vsize=10819664 memory=365 CPUtime=0.08 cores=0,2,4,6
/proc/20833/task/20887/stat : 20887 (java) S 20830 20833 15665 0 -1 1077944384 2 13559 0 0 0 0 5 3 20 0 15 0 416667191 11079335936 10958 33554432000 4194304 4196468 140725094340048 139881461763088 139881457530581 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23965696 140725094345456 140725094347973 140725094347973 140725094350799 0
[pid=20833/tid=20888] ppid=20830 vsize=10819664 memory=4121273413785429664 CPUtime=0.08 cores=0,2,4,6
/proc/20833/task/20888/stat : 20888 (java) S 20830 20833 15665 0 -1 1077944384 2 13559 0 0 0 0 5 3 20 0 15 0 416667191 11079335936 10958 33554432000 4194304 4196468 140725094340048 139881382722704 139881457530581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23965696 140725094345456 140725094347973 140725094347973 140725094350799 0
[pid=20833/tid=20889] ppid=20830 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/20833/task/20889/stat : 20889 (java) S 20830 20833 15665 0 -1 1077944384 2 13559 0 0 0 0 5 3 20 0 15 0 416667191 11079335936 10958 33554432000 4194304 4196468 140725094340048 139881381669648 139881457530581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23965696 140725094345456 140725094347973 140725094347973 140725094350799 0
[pid=20833/tid=20890] ppid=20830 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/20833/task/20890/stat : 20890 (java) S 20830 20833 15665 0 -1 1077944384 1 13559 0 0 0 0 5 3 20 0 15 0 416667191 11079335936 10958 33554432000 4194304 4196468 140725094340048 139881029118864 139881457530581 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23965696 140725094345456 140725094347973 140725094347973 140725094350799 0
[pid=20833/tid=20891] ppid=20830 vsize=10819664 memory=139768602896000 CPUtime=0.08 cores=0,2,4,6
/proc/20833/task/20891/stat : 20891 (java) S 20830 20833 15665 0 -1 1077944384 2 13559 0 0 0 0 5 3 20 0 15 0 416667193 11079335936 10958 33554432000 4194304 4196468 140725094340048 139880984168688 139881457531522 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23965696 140725094345456 140725094347973 140725094347973 140725094350799 0
[pid=20833/tid=20892] ppid=20830 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/20833/task/20892/stat : 20892 (java) S 20830 20833 15665 0 -1 1077944384 13 13559 0 0 0 0 5 3 20 0 15 0 416667193 11079335936 10958 33554432000 4194304 4196468 140725094340048 139880910808224 139881457530581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23965696 140725094345456 140725094347973 140725094347973 140725094350799 0
[pid=20833/tid=20893] ppid=20830 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/20833/task/20893/stat : 20893 (java) S 20830 20833 15665 0 -1 1077944384 1 13559 0 0 0 0 5 3 20 0 15 0 416667193 11079335936 10958 33554432000 4194304 4196468 140725094340048 139880776590064 139881457530581 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23965696 140725094345456 140725094347973 140725094347973 140725094350799 0
[pid=20833/tid=20894] ppid=20830 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/20833/task/20894/stat : 20894 (java) S 20830 20833 15665 0 -1 1077944384 2 13559 0 0 0 0 5 3 20 0 15 0 416667196 11079335936 10958 33554432000 4194304 4196468 140725094340048 139880172611536 139881457538971 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23965696 140725094345456 140725094347973 140725094347973 140725094350799 0
[pid=20833/tid=20895] ppid=20830 vsize=10819664 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/20833/task/20895/stat : 20895 (java) S 20830 20833 15665 0 -1 1077944384 468 13559 0 0 1 0 5 3 20 0 15 0 416667196 11079335936 10958 33554432000 4194304 4196468 140725094340048 139880983116528 139881457531522 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23965696 140725094345456 140725094347973 140725094347973 140725094350799 0
[pid=20833/tid=20896] ppid=20830 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/20833/task/20896/stat : 20896 (java) S 20830 20833 15665 0 -1 1077944384 174 13559 0 0 0 0 5 3 20 0 15 0 416667196 11079335936 10958 33554432000 4194304 4196468 140725094340048 139880982063984 139881457531522 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23965696 140725094345456 140725094347973 140725094347973 140725094350799 0
[pid=20833/tid=20897] ppid=20830 vsize=10819664 memory=139768602896000 CPUtime=0.11 cores=0,2,4,6
/proc/20833/task/20897/stat : 20897 (java) R 20830 20833 15665 0 -1 4202560 644 13559 0 0 3 0 5 3 20 0 15 0 416667196 11079335936 10958 33554432000 4194304 4196468 140725094340048 139880981010928 139881457532310 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23965696 140725094345456 140725094347973 140725094347973 140725094350799 0
[pid=20833/tid=20898] ppid=20830 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/20833/task/20898/stat : 20898 (java) S 20830 20833 15665 0 -1 1077944384 3 13559 0 0 0 0 5 3 20 0 15 0 416667196 11079335936 10958 33554432000 4194304 4196468 140725094340048 139879702850400 139881457530581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23965696 140725094345456 140725094347973 140725094347973 140725094350799 0
[pid=20833/tid=20899] ppid=20830 vsize=10819664 memory=139768602896000 CPUtime=0.08 cores=0,2,4,6
/proc/20833/task/20899/stat : 20899 (java) S 20830 20833 15665 0 -1 1077944384 1 13559 0 0 0 0 5 3 20 0 15 0 416667197 11079335936 10958 33554432000 4194304 4196468 140725094340048 139880979958320 139881457531522 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23965696 140725094345456 140725094347973 140725094347973 140725094350799 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10819664 KiB
Current children cumulated memory: 43832 KiB

[startup+0.310696 s]*
/proc/loadavg: 1.90 1.66 1.52 3/232 20899
/proc/meminfo: memFree=28120268/32770624 swapFree=66916536/67108860
[pid=20833] ppid=20830 vsize=10820148 memory=54764 CPUtime=0.4 cores=0,2,4,6
/proc/20833/stat : 20833 (java) S 20830 20833 15665 0 -1 1077944320 10895 13559 0 0 28 4 5 3 20 0 15 0 416667181 11079831552 13691 33554432000 4194304 4196468 140725094340048 140725094322592 139881457520375 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 23965696 140725094345456 140725094347973 140725094347973 140725094350799 0
/proc/20833/statm: 2705037 13691 3300 1 0 2667149 0
[pid=20833/tid=20886] ppid=20830 vsize=10820148 memory=6791534058613427641 CPUtime=0.29 cores=0,2,4,6
/proc/20833/task/20886/stat : 20886 (java) R 20830 20833 15665 0 -1 4202560 7356 13559 0 0 18 3 5 3 20 0 15 0 416667190 11079831552 13691 33554432000 4194304 4196468 140725094340048 139881429320288 139881440707184 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23965696 140725094345456 140725094347973 140725094347973 140725094350799 0
[pid=20833/tid=20887] ppid=20830 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/20833/task/20887/stat : 20887 (java) S 20830 20833 15665 0 -1 1077944384 2 13559 0 0 0 0 5 3 20 0 15 0 416667191 11079831552 13691 33554432000 4194304 4196468 140725094340048 139881461763088 139881457530581 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23965696 140725094345456 140725094347973 140725094347973 140725094350799 0
[pid=20833/tid=20888] ppid=20830 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/20833/task/20888/stat : 20888 (java) S 20830 20833 15665 0 -1 1077944384 2 13559 0 0 0 0 5 3 20 0 15 0 416667191 11079831552 13691 33554432000 4194304 4196468 140725094340048 139881382722704 139881457530581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23965696 140725094345456 140725094347973 140725094347973 140725094350799 0
[pid=20833/tid=20889] ppid=20830 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/20833/task/20889/stat : 20889 (java) S 20830 20833 15665 0 -1 1077944384 2 13559 0 0 0 0 5 3 20 0 15 0 416667191 11079831552 13691 33554432000 4194304 4196468 140725094340048 139881381669648 139881457530581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23965696 140725094345456 140725094347973 140725094347973 140725094350799 0
[pid=20833/tid=20890] ppid=20830 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/20833/task/20890/stat : 20890 (java) S 20830 20833 15665 0 -1 1077944384 1 13559 0 0 0 0 5 3 20 0 15 0 416667191 11079831552 13691 33554432000 4194304 4196468 140725094340048 139881029118864 139881457530581 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23965696 140725094345456 140725094347973 140725094347973 140725094350799 0
[pid=20833/tid=20891] ppid=20830 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/20833/task/20891/stat : 20891 (java) S 20830 20833 15665 0 -1 1077944384 2 13559 0 0 0 0 5 3 20 0 15 0 416667193 11079831552 13691 33554432000 4194304 4196468 140725094340048 139880984168688 139881457531522 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23965696 140725094345456 140725094347973 140725094347973 140725094350799 0
[pid=20833/tid=20892] ppid=20830 vsize=10820148 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/20833/task/20892/stat : 20892 (java) S 20830 20833 15665 0 -1 1077944384 13 13559 0 0 0 0 5 3 20 0 15 0 416667193 11079831552 13691 33554432000 4194304 4196468 140725094340048 139880910808224 139881457530581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23965696 140725094345456 140725094347973 140725094347973 140725094350799 0
[pid=20833/tid=20893] ppid=20830 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/20833/task/20893/stat : 20893 (java) S 20830 20833 15665 0 -1 1077944384 1 13559 0 0 0 0 5 3 20 0 15 0 416667193 11079831552 13691 33554432000 4194304 4196468 140725094340048 139880776590064 139881457530581 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23965696 140725094345456 140725094347973 140725094347973 140725094350799 0
[pid=20833/tid=20894] ppid=20830 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/20833/task/20894/stat : 20894 (java) S 20830 20833 15665 0 -1 1077944384 2 13559 0 0 0 0 5 3 20 0 15 0 416667196 11079831552 13691 33554432000 4194304 4196468 140725094340048 139880172611536 139881457538971 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23965696 140725094345456 140725094347973 140725094347973 140725094350799 0
[pid=20833/tid=20895] ppid=20830 vsize=10820148 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/20833/task/20895/stat : 20895 (java) S 20830 20833 15665 0 -1 1077944384 477 13559 0 0 2 0 5 3 20 0 15 0 416667196 11079831552 13691 33554432000 4194304 4196468 140725094340048 139880983116528 139881457531522 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23965696 140725094345456 140725094347973 140725094347973 140725094350799 0
[pid=20833/tid=20896] ppid=20830 vsize=10820148 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/20833/task/20896/stat : 20896 (java) S 20830 20833 15665 0 -1 1077944384 175 13559 0 0 1 0 5 3 20 0 15 0 416667196 11079831552 13691 33554432000 4194304 4196468 140725094340048 139880982063984 139881457531522 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23965696 140725094345456 140725094347973 140725094347973 140725094350799 0
[pid=20833/tid=20897] ppid=20830 vsize=10820148 memory=139768602896000 CPUtime=0.13 cores=0,2,4,6
/proc/20833/task/20897/stat : 20897 (java) S 20830 20833 15665 0 -1 1077944384 653 13559 0 0 5 0 5 3 20 0 15 0 416667196 11079831552 13691 33554432000 4194304 4196468 140725094340048 139880981010928 139881457531522 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23965696 140725094345456 140725094347973 140725094347973 140725094350799 0
[pid=20833/tid=20898] ppid=20830 vsize=10820148 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/20833/task/20898/stat : 20898 (java) S 20830 20833 15665 0 -1 1077944384 3 13559 0 0 0 0 5 3 20 0 15 0 416667196 11079831552 13691 33554432000 4194304 4196468 140725094340048 139879702850400 139881457530581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23965696 140725094345456 140725094347973 140725094347973 140725094350799 0
[pid=20833/tid=20899] ppid=20830 vsize=10820148 memory=139768602896000 CPUtime=0.08 cores=0,2,4,6
/proc/20833/task/20899/stat : 20899 (java) S 20830 20833 15665 0 -1 1077944384 1 13559 0 0 0 0 5 3 20 0 15 0 416667197 11079831552 13691 33554432000 4194304 4196468 140725094340048 139880979958320 139881457531522 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23965696 140725094345456 140725094347973 140725094347973 140725094350799 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820148 KiB
Current children cumulated memory: 54764 KiB

[startup+0.700732 s]
/proc/loadavg: 1.90 1.66 1.52 3/232 20899
/proc/meminfo: memFree=28105592/32770624 swapFree=66916536/67108860
[pid=20833] ppid=20830 vsize=10822312 memory=85608 CPUtime=1.15 cores=0,2,4,6
/proc/20833/stat : 20833 (java) S 20830 20833 15665 0 -1 1077944320 15129 13559 0 0 101 6 5 3 20 0 15 0 416667181 11082047488 21402 33554432000 4194304 4196468 140725094340048 140725094322592 139881457520375 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 23965696 140725094345456 140725094347973 140725094347973 140725094350799 0
/proc/20833/statm: 2705578 21402 3509 1 0 2667661 0
[pid=20833/tid=20886] ppid=20830 vsize=10822312 memory=0 CPUtime=0.66 cores=0,2,4,6
/proc/20833/task/20886/stat : 20886 (java) R 20830 20833 15665 0 -1 4202560 10327 13559 0 0 54 4 5 3 20 0 15 0 416667190 11082047488 21467 33554432000 4194304 4196468 140725094340048 139881429344768 139881441564005 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23965696 140725094345456 140725094347973 140725094347973 140725094350799 0
[pid=20833/tid=20887] ppid=20830 vsize=10824360 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/20833/task/20887/stat : 20887 (java) S 20830 20833 15665 0 -1 1077944384 2 13559 0 0 0 0 5 3 20 0 15 0 416667191 11084144640 21467 33554432000 4194304 4196468 140725094340048 139881461763088 139881457530581 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23965696 140725094345456 140725094347973 140725094347973 140725094350799 0
[pid=20833/tid=20888] ppid=20830 vsize=10824360 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/20833/task/20888/stat : 20888 (java) S 20830 20833 15665 0 -1 1077944384 2 13559 0 0 0 0 5 3 20 0 15 0 416667191 11084144640 21467 33554432000 4194304 4196468 140725094340048 139881382722704 139881457530581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23965696 140725094345456 140725094347973 140725094347973 140725094350799 0
[pid=20833/tid=20889] ppid=20830 vsize=10824360 memory=139768503612176 CPUtime=0.08 cores=0,2,4,6
/proc/20833/task/20889/stat : 20889 (java) S 20830 20833 15665 0 -1 1077944384 2 13559 0 0 0 0 5 3 20 0 15 0 416667191 11084144640 21467 33554432000 4194304 4196468 140725094340048 139881381669648 139881457530581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23965696 140725094345456 140725094347973 140725094347973 140725094350799 0
[pid=20833/tid=20890] ppid=20830 vsize=10824360 memory=139771120714330 CPUtime=0.08 cores=0,2,4,6
/proc/20833/task/20890/stat : 20890 (java) S 20830 20833 15665 0 -1 1077944384 1 13559 0 0 0 0 5 3 20 0 15 0 416667191 11084144640 21467 33554432000 4194304 4196468 140725094340048 139881029118864 139881457530581 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23965696 140725094345456 140725094347973 140725094347973 140725094350799 0
[pid=20833/tid=20891] ppid=20830 vsize=10824360 memory=8300 CPUtime=0.08 cores=0,2,4,6
/proc/20833/task/20891/stat : 20891 (java) S 20830 20833 15665 0 -1 1077944384 5 13559 0 0 0 0 5 3 20 0 15 0 416667193 11084144640 21467 33554432000 4194304 4196468 140725094340048 139880984168688 139881457531522 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23965696 140725094345456 140725094347973 140725094347973 140725094350799 0
[pid=20833/tid=20892] ppid=20830 vsize=10824360 memory=6297835844906604903 CPUtime=0.08 cores=0,2,4,6
/proc/20833/task/20892/stat : 20892 (java) S 20830 20833 15665 0 -1 1077944384 13 13559 0 0 0 0 5 3 20 0 15 0 416667193 11084144640 21467 33554432000 4194304 4196468 140725094340048 139880910808224 139881457530581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23965696 140725094345456 140725094347973 140725094347973 140725094350799 0
[pid=20833/tid=20893] ppid=20830 vsize=10824360 memory=6081102367496366441 CPUtime=0.08 cores=0,2,4,6
/proc/20833/task/20893/stat : 20893 (java) S 20830 20833 15665 0 -1 1077944384 1 13559 0 0 0 0 5 3 20 0 15 0 416667193 11084144640 21467 33554432000 4194304 4196468 140725094340048 139880776590064 139881457530581 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23965696 140725094345456 140725094347973 140725094347973 140725094350799 0
[pid=20833/tid=20894] ppid=20830 vsize=10824360 memory=20360 CPUtime=0.08 cores=0,2,4,6
/proc/20833/task/20894/stat : 20894 (java) S 20830 20833 15665 0 -1 1077944384 2 13559 0 0 0 0 5 3 20 0 15 0 416667196 11084144640 21467 33554432000 4194304 4196468 140725094340048 139880172611536 139881457538971 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23965696 140725094345456 140725094347973 140725094347973 140725094350799 0
[pid=20833/tid=20895] ppid=20830 vsize=10824360 memory=12036 CPUtime=0.21 cores=0,2,4,6
/proc/20833/task/20895/stat : 20895 (java) R 20830 20833 15665 0 -1 4202560 873 13559 0 0 13 0 5 3 20 0 15 0 416667196 11084144640 21467 33554432000 4194304 4196468 140725094340048 139880983116528 139881437237511 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23965696 140725094345456 140725094347973 140725094347973 140725094350799 0
[pid=20833/tid=20896] ppid=20830 vsize=10824360 memory=2116 CPUtime=0.22 cores=0,2,4,6
/proc/20833/task/20896/stat : 20896 (java) S 20830 20833 15665 0 -1 1077944384 806 13559 0 0 14 0 5 3 20 0 15 0 416667196 11084144640 21467 33554432000 4194304 4196468 140725094340048 139880982063984 139881457531522 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23965696 140725094345456 140725094347973 140725094347973 140725094350799 0
[pid=20833/tid=20897] ppid=20830 vsize=10824360 memory=500 CPUtime=0.25 cores=0,2,4,6
/proc/20833/task/20897/stat : 20897 (java) S 20830 20833 15665 0 -1 1077944384 890 13559 0 0 17 0 5 3 20 0 15 0 416667196 11084144640 21467 33554432000 4194304 4196468 140725094340048 139880981010928 139881457531522 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23965696 140725094345456 140725094347973 140725094347973 140725094350799 0
[pid=20833/tid=20898] ppid=20830 vsize=10824360 memory=1556 CPUtime=0.08 cores=0,2,4,6
/proc/20833/task/20898/stat : 20898 (java) S 20830 20833 15665 0 -1 1077944384 3 13559 0 0 0 0 5 3 20 0 15 0 416667196 11084144640 21467 33554432000 4194304 4196468 140725094340048 139879702850400 139881457530581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23965696 140725094345456 140725094347973 140725094347973 140725094350799 0
[pid=20833/tid=20899] ppid=20830 vsize=10824360 memory=928 CPUtime=0.08 cores=0,2,4,6
/proc/20833/task/20899/stat : 20899 (java) S 20830 20833 15665 0 -1 1077944384 1 13559 0 0 0 0 5 3 20 0 15 0 416667197 11084144640 21467 33554432000 4194304 4196468 140725094340048 139880979958320 139881457531522 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23965696 140725094345456 140725094347973 140725094347973 140725094350799 0
Current children cumulated CPU time: 1.15 s
Current children cumulated vsize: 10822312 KiB
Current children cumulated memory: 85608 KiB

[startup+1.5042 s]
/proc/loadavg: 1.90 1.66 1.52 3/232 20899
/proc/meminfo: memFree=28060988/32770624 swapFree=66916536/67108860
[pid=20833] ppid=20830 vsize=10834676 memory=175720 CPUtime=2.46 cores=0,2,4,6
/proc/20833/stat : 20833 (java) S 20830 20833 15665 0 -1 1077944320 22274 13559 0 0 228 10 5 3 20 0 15 0 416667181 11094708224 43930 33554432000 4194304 4196468 140725094340048 140725094322592 139881457520375 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 23965696 140725094345456 140725094347973 140725094347973 140725094350799 0
/proc/20833/statm: 2708669 43930 3579 1 0 2670733 0
[pid=20833/tid=20886] ppid=20830 vsize=10834676 memory=71796 CPUtime=1.44 cores=0,2,4,6
/proc/20833/task/20886/stat : 20886 (java) R 20830 20833 15665 0 -1 4202560 15175 13559 0 0 130 6 5 3 20 0 15 0 416667190 11094708224 43930 33554432000 4194304 4196468 140725094340048 139881429320352 139881439371306 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23965696 140725094345456 140725094347973 140725094347973 140725094350799 0
[pid=20833/tid=20887] ppid=20830 vsize=10834676 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/20833/task/20887/stat : 20887 (java) S 20830 20833 15665 0 -1 1077944384 389 13559 0 0 0 0 5 3 20 0 15 0 416667191 11094708224 43930 33554432000 4194304 4196468 140725094340048 139881461763088 139881457530581 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23965696 140725094345456 140725094347973 140725094347973 140725094350799 0
[pid=20833/tid=20888] ppid=20830 vsize=10834676 memory=279537007255712 CPUtime=0.09 cores=0,2,4,6
/proc/20833/task/20888/stat : 20888 (java) S 20830 20833 15665 0 -1 1077944384 80 13559 0 0 1 0 5 3 20 0 15 0 416667191 11094708224 43930 33554432000 4194304 4196468 140725094340048 139881382722704 139881457530581 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23965696 140725094345456 140725094347973 140725094347973 140725094350799 0
[pid=20833/tid=20889] ppid=20830 vsize=10834676 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/20833/task/20889/stat : 20889 (java) S 20830 20833 15665 0 -1 1077944384 59 13559 0 0 1 0 5 3 20 0 15 0 416667191 11094708224 43930 33554432000 4194304 4196468 140725094340048 139881381669648 139881457530581 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23965696 140725094345456 140725094347973 140725094347973 140725094350799 0
[pid=20833/tid=20890] ppid=20830 vsize=10834676 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/20833/task/20890/stat : 20890 (java) S 20830 20833 15665 0 -1 1077944384 21 13559 0 0 1 0 5 3 20 0 15 0 416667191 11094708224 43930 33554432000 4194304 4196468 140725094340048 139881029118864 139881457530581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23965696 140725094345456 140725094347973 140725094347973 140725094350799 0
[pid=20833/tid=20891] ppid=20830 vsize=10834676 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/20833/task/20891/stat : 20891 (java) S 20830 20833 15665 0 -1 1077944384 174 13559 0 0 1 0 5 3 20 0 15 0 416667193 11094708224 43930 33554432000 4194304 4196468 140725094340048 139880984168688 139881457531522 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23965696 140725094345456 140725094347973 140725094347973 140725094350799 0
[pid=20833/tid=20892] ppid=20830 vsize=10834676 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/20833/task/20892/stat : 20892 (java) S 20830 20833 15665 0 -1 1077944384 14 13559 0 0 0 0 5 3 20 0 15 0 416667193 11094708224 43930 33554432000 4194304 4196468 140725094340048 139880910808288 139881457530581 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23965696 140725094345456 140725094347973 140725094347973 140725094350799 0
[pid=20833/tid=20893] ppid=20830 vsize=10834676 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/20833/task/20893/stat : 20893 (java) S 20830 20833 15665 0 -1 1077944384 1 13559 0 0 0 0 5 3 20 0 15 0 416667193 11094708224 43930 33554432000 4194304 4196468 140725094340048 139880776590080 139881457530581 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23965696 140725094345456 140725094347973 140725094347973 140725094350799 0
[pid=20833/tid=20894] ppid=20830 vsize=10834676 memory=-2245088631185882904 CPUtime=0.08 cores=0,2,4,6
/proc/20833/task/20894/stat : 20894 (java) S 20830 20833 15665 0 -1 1077944384 2 13559 0 0 0 0 5 3 20 0 15 0 416667196 11094708224 43930 33554432000 4194304 4196468 140725094340048 139880172611536 139881457538971 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23965696 140725094345456 140725094347973 140725094347973 140725094350799 0
[pid=20833/tid=20895] ppid=20830 vsize=10834676 memory=0 CPUtime=0.34 cores=0,2,4,6
/proc/20833/task/20895/stat : 20895 (java) S 20830 20833 15665 0 -1 1077944384 1218 13559 0 0 26 0 5 3 20 0 15 0 416667196 11094708224 43930 33554432000 4194304 4196468 140725094340048 139880983116528 139881457531522 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23965696 140725094345456 140725094347973 140725094347973 140725094350799 0
[pid=20833/tid=20896] ppid=20830 vsize=10834676 memory=10 CPUtime=0.33 cores=0,2,4,6
/proc/20833/task/20896/stat : 20896 (java) R 20830 20833 15665 0 -1 4202560 1089 13559 0 0 25 0 5 3 20 0 15 0 416667196 11094708224 43930 33554432000 4194304 4196468 140725094340048 139880982054816 139881440732613 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23965696 140725094345456 140725094347973 140725094347973 140725094350799 0
[pid=20833/tid=20897] ppid=20830 vsize=10834676 memory=6791534058613427641 CPUtime=0.48 cores=0,2,4,6
/proc/20833/task/20897/stat : 20897 (java) S 20830 20833 15665 0 -1 1077944384 1843 13559 0 0 40 0 5 3 20 0 15 0 416667196 11094708224 43930 33554432000 4194304 4196468 140725094340048 139880981010928 139881457531522 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23965696 140725094345456 140725094347973 140725094347973 140725094350799 0
[pid=20833/tid=20898] ppid=20830 vsize=10834676 memory=6935649255759568960 CPUtime=0.08 cores=0,2,4,6
/proc/20833/task/20898/stat : 20898 (java) S 20830 20833 15665 0 -1 1077944384 3 13559 0 0 0 0 5 3 20 0 15 0 416667196 11094708224 43930 33554432000 4194304 4196468 140725094340048 139879702850400 139881457530581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23965696 140725094345456 140725094347973 140725094347973 140725094350799 0
[pid=20833/tid=20899] ppid=20830 vsize=10834676 memory=279537007500160 CPUtime=0.08 cores=0,2,4,6
/proc/20833/task/20899/stat : 20899 (java) S 20830 20833 15665 0 -1 1077944384 1 13559 0 0 0 0 5 3 20 0 15 0 416667197 11094708224 43930 33554432000 4194304 4196468 140725094340048 139880979958320 139881457531522 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23965696 140725094345456 140725094347973 140725094347973 140725094350799 0
Current children cumulated CPU time: 2.46 s
Current children cumulated vsize: 10834676 KiB
Current children cumulated memory: 175720 KiB

[startup+2.68794 s]
# the end of solver process 20833 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=5.34767 s, system=0.199504 s

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

[startup+1.60085 s]
/proc/loadavg: 1.90 1.66 1.52 3/232 20899
/proc/meminfo: memFree=28060988/32770624 swapFree=66916536/67108860
[pid=20833] ppid=20830 vsize=10834676 memory=176864 CPUtime=2.67 cores=0,2,4,6
/proc/20833/stat : 20833 (java) S 20830 20833 15665 0 -1 1077944320 22624 13559 0 0 248 11 5 3 20 0 15 0 416667181 11094708224 44216 33554432000 4194304 4196468 140725094340048 140725094322592 139881457520375 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 23965696 140725094345456 140725094347973 140725094347973 140725094350799 0
/proc/20833/statm: 2708669 44216 3579 1 0 2670733 0
[pid=20833/tid=20886] ppid=20830 vsize=10834676 memory=4137290303932963203 CPUtime=1.53 cores=0,2,4,6
/proc/20833/task/20886/stat : 20886 (java) R 20830 20833 15665 0 -1 4202560 15324 13559 0 0 139 6 5 3 20 0 15 0 416667190 11094708224 44216 33554432000 4194304 4196468 140725094340048 139881429348480 139881441600862 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23965696 140725094345456 140725094347973 140725094347973 140725094350799 0
[pid=20833/tid=20887] ppid=20830 vsize=10834676 memory=6944656591801719708 CPUtime=0.08 cores=0,2,4,6
/proc/20833/task/20887/stat : 20887 (java) S 20830 20833 15665 0 -1 1077944384 389 13559 0 0 0 0 5 3 20 0 15 0 416667191 11094708224 44216 33554432000 4194304 4196468 140725094340048 139881461763088 139881457530581 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23965696 140725094345456 140725094347973 140725094347973 140725094350799 0
[pid=20833/tid=20888] ppid=20830 vsize=10834676 memory=-7384994778349281184 CPUtime=0.09 cores=0,2,4,6
/proc/20833/task/20888/stat : 20888 (java) S 20830 20833 15665 0 -1 1077944384 80 13559 0 0 1 0 5 3 20 0 15 0 416667191 11094708224 44216 33554432000 4194304 4196468 140725094340048 139881382722704 139881457530581 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23965696 140725094345456 140725094347973 140725094347973 140725094350799 0
[pid=20833/tid=20889] ppid=20830 vsize=10834676 memory=6944656385659523177 CPUtime=0.09 cores=0,2,4,6
/proc/20833/task/20889/stat : 20889 (java) S 20830 20833 15665 0 -1 1077944384 59 13559 0 0 1 0 5 3 20 0 15 0 416667191 11094708224 44216 33554432000 4194304 4196468 140725094340048 139881381669648 139881457530581 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23965696 140725094345456 140725094347973 140725094347973 140725094350799 0
[pid=20833/tid=20890] ppid=20830 vsize=10834676 memory=7666934594132072806 CPUtime=0.09 cores=0,2,4,6
/proc/20833/task/20890/stat : 20890 (java) S 20830 20833 15665 0 -1 1077944384 21 13559 0 0 1 0 5 3 20 0 15 0 416667191 11094708224 44216 33554432000 4194304 4196468 140725094340048 139881029118864 139881457530581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23965696 140725094345456 140725094347973 140725094347973 140725094350799 0
[pid=20833/tid=20891] ppid=20830 vsize=10834676 memory=8101247189090653289 CPUtime=0.09 cores=0,2,4,6
/proc/20833/task/20891/stat : 20891 (java) S 20830 20833 15665 0 -1 1077944384 174 13559 0 0 1 0 5 3 20 0 15 0 416667193 11094708224 44216 33554432000 4194304 4196468 140725094340048 139880984168688 139881457531522 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23965696 140725094345456 140725094347973 140725094347973 140725094350799 0
[pid=20833/tid=20892] ppid=20830 vsize=10834676 memory=7302983072589767783 CPUtime=0.08 cores=0,2,4,6
/proc/20833/task/20892/stat : 20892 (java) S 20830 20833 15665 0 -1 1077944384 14 13559 0 0 0 0 5 3 20 0 15 0 416667193 11094708224 44216 33554432000 4194304 4196468 140725094340048 139880910808288 139881457530581 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23965696 140725094345456 140725094347973 140725094347973 140725094350799 0
[pid=20833/tid=20893] ppid=20830 vsize=10834676 memory=7735320863077520993 CPUtime=0.08 cores=0,2,4,6
/proc/20833/task/20893/stat : 20893 (java) S 20830 20833 15665 0 -1 1077944384 1 13559 0 0 0 0 5 3 20 0 15 0 416667193 11094708224 44216 33554432000 4194304 4196468 140725094340048 139880776590080 139881457530581 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23965696 140725094345456 140725094347973 140725094347973 140725094350799 0
[pid=20833/tid=20894] ppid=20830 vsize=10834676 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/20833/task/20894/stat : 20894 (java) S 20830 20833 15665 0 -1 1077944384 2 13559 0 0 0 0 5 3 20 0 15 0 416667196 11094708224 44216 33554432000 4194304 4196468 140725094340048 139880172611536 139881457538971 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23965696 140725094345456 140725094347973 140725094347973 140725094350799 0
[pid=20833/tid=20895] ppid=20830 vsize=10834676 memory=229494665316282 CPUtime=0.36 cores=0,2,4,6
/proc/20833/task/20895/stat : 20895 (java) S 20830 20833 15665 0 -1 1077944384 1237 13559 0 0 28 0 5 3 20 0 15 0 416667196 11094708224 44216 33554432000 4194304 4196468 140725094340048 139880983116528 139881457531522 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23965696 140725094345456 140725094347973 140725094347973 140725094350799 0
[pid=20833/tid=20896] ppid=20830 vsize=10834676 memory=1926825 CPUtime=0.35 cores=0,2,4,6
/proc/20833/task/20896/stat : 20896 (java) S 20830 20833 15665 0 -1 1077944384 1120 13559 0 0 27 0 5 3 20 0 15 0 416667196 11094708224 44216 33554432000 4194304 4196468 140725094340048 139880982063984 139881457531522 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23965696 140725094345456 140725094347973 140725094347973 140725094350799 0
[pid=20833/tid=20897] ppid=20830 vsize=10834676 memory=7007706849797499222 CPUtime=0.53 cores=0,2,4,6
/proc/20833/task/20897/stat : 20897 (java) S 20830 20833 15665 0 -1 1077944384 1994 13559 0 0 45 0 5 3 20 0 15 0 416667196 11094708224 44216 33554432000 4194304 4196468 140725094340048 139880981010928 139881457531522 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23965696 140725094345456 140725094347973 140725094347973 140725094350799 0
[pid=20833/tid=20898] ppid=20830 vsize=10834676 memory=6935649255878518865 CPUtime=0.08 cores=0,2,4,6
/proc/20833/task/20898/stat : 20898 (java) S 20830 20833 15665 0 -1 1077944384 3 13559 0 0 0 0 5 3 20 0 15 0 416667196 11094708224 44216 33554432000 4194304 4196468 140725094340048 139879702850400 139881457530581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23965696 140725094345456 140725094347973 140725094347973 140725094350799 0
[pid=20833/tid=20899] ppid=20830 vsize=10834676 memory=7809523229951467574 CPUtime=0.08 cores=0,2,4,6
/proc/20833/task/20899/stat : 20899 (java) S 20830 20833 15665 0 -1 1077944384 1 13559 0 0 0 0 5 3 20 0 15 0 416667197 11094708224 44216 33554432000 4194304 4196468 140725094340048 139880979958320 139881457531522 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23965696 140725094345456 140725094347973 140725094347973 140725094350799 0
Current children cumulated CPU time: 2.67 s
Current children cumulated vsize: 10834676 KiB
Current children cumulated memory: 176864 KiB

[startup+2.40067 s]
/proc/loadavg: 1.83 1.65 1.52 5/232 20899
/proc/meminfo: memFree=27984804/32770624 swapFree=66916536/67108860
[pid=20833] ppid=20830 vsize=10842888 memory=202448 CPUtime=4.76 cores=0,2,4,6
/proc/20833/stat : 20833 (java) S 20830 20833 15665 0 -1 1077944320 38000 13559 0 0 455 13 5 3 20 0 15 0 416667181 11103117312 50612 33554432000 4194304 4196468 140725094340048 140725094322592 139881457520375 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 23965696 140725094345456 140725094347973 140725094347973 140725094350799 0
/proc/20833/statm: 2710722 50612 3596 1 0 2672781 0
[pid=20833/tid=20886] ppid=20830 vsize=10842888 memory=0 CPUtime=2.33 cores=0,2,4,6
/proc/20833/task/20886/stat : 20886 (java) R 20830 20833 15665 0 -1 4202560 22619 13559 0 0 217 8 5 3 20 0 15 0 416667190 11103117312 50612 33554432000 4194304 4196468 140725094340048 139881429354480 139881457532310 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23965696 140725094345456 140725094347973 140725094347973 140725094350799 0
[pid=20833/tid=20887] ppid=20830 vsize=10842888 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/20833/task/20887/stat : 20887 (java) S 20830 20833 15665 0 -1 1077944384 389 13559 0 0 0 0 5 3 20 0 15 0 416667191 11103117312 50612 33554432000 4194304 4196468 140725094340048 139881461763088 139881457530581 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23965696 140725094345456 140725094347973 140725094347973 140725094350799 0
[pid=20833/tid=20888] ppid=20830 vsize=10842888 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/20833/task/20888/stat : 20888 (java) S 20830 20833 15665 0 -1 1077944384 80 13559 0 0 1 0 5 3 20 0 15 0 416667191 11103117312 50612 33554432000 4194304 4196468 140725094340048 139881382722704 139881457530581 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23965696 140725094345456 140725094347973 140725094347973 140725094350799 0
[pid=20833/tid=20889] ppid=20830 vsize=10842888 memory=-2245088631185882904 CPUtime=0.09 cores=0,2,4,6
/proc/20833/task/20889/stat : 20889 (java) S 20830 20833 15665 0 -1 1077944384 59 13559 0 0 1 0 5 3 20 0 15 0 416667191 11103117312 50612 33554432000 4194304 4196468 140725094340048 139881381669648 139881457530581 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23965696 140725094345456 140725094347973 140725094347973 140725094350799 0
[pid=20833/tid=20890] ppid=20830 vsize=10842888 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/20833/task/20890/stat : 20890 (java) S 20830 20833 15665 0 -1 1077944384 21 13559 0 0 1 0 5 3 20 0 15 0 416667191 11103117312 50612 33554432000 4194304 4196468 140725094340048 139881029118864 139881457530581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23965696 140725094345456 140725094347973 140725094347973 140725094350799 0
[pid=20833/tid=20891] ppid=20830 vsize=10842888 memory=10 CPUtime=0.09 cores=0,2,4,6
/proc/20833/task/20891/stat : 20891 (java) S 20830 20833 15665 0 -1 1077944384 249 13559 0 0 1 0 5 3 20 0 15 0 416667193 11103117312 50612 33554432000 4194304 4196468 140725094340048 139880984168688 139881457531522 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23965696 140725094345456 140725094347973 140725094347973 140725094350799 0
[pid=20833/tid=20892] ppid=20830 vsize=10842888 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/20833/task/20892/stat : 20892 (java) S 20830 20833 15665 0 -1 1077944384 14 13559 0 0 0 0 5 3 20 0 15 0 416667193 11103117312 50612 33554432000 4194304 4196468 140725094340048 139880910808288 139881457530581 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23965696 140725094345456 140725094347973 140725094347973 140725094350799 0
[pid=20833/tid=20893] ppid=20830 vsize=10842888 memory=9126232286719478932 CPUtime=0.08 cores=0,2,4,6
/proc/20833/task/20893/stat : 20893 (java) S 20830 20833 15665 0 -1 1077944384 1 13559 0 0 0 0 5 3 20 0 15 0 416667193 11103117312 50612 33554432000 4194304 4196468 140725094340048 139880776590080 139881457530581 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23965696 140725094345456 140725094347973 140725094347973 140725094350799 0
[pid=20833/tid=20894] ppid=20830 vsize=10842888 memory=7306903918099850067 CPUtime=0.08 cores=0,2,4,6
/proc/20833/task/20894/stat : 20894 (java) S 20830 20833 15665 0 -1 1077944384 2 13559 0 0 0 0 5 3 20 0 15 0 416667196 11103117312 50612 33554432000 4194304 4196468 140725094340048 139880172611536 139881457538971 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23965696 140725094345456 140725094347973 140725094347973 140725094350799 0
[pid=20833/tid=20895] ppid=20830 vsize=10842888 memory=7884212394005189992 CPUtime=0.68 cores=0,2,4,6
/proc/20833/task/20895/stat : 20895 (java) S 20830 20833 15665 0 -1 1077944384 2517 13559 0 0 59 1 5 3 20 0 15 0 416667196 11103117312 50612 33554432000 4194304 4196468 140725094340048 139880983116528 139881457531522 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23965696 140725094345456 140725094347973 140725094347973 140725094350799 0
[pid=20833/tid=20896] ppid=20830 vsize=10842888 memory=8171898498948034916 CPUtime=0.98 cores=0,2,4,6
/proc/20833/task/20896/stat : 20896 (java) S 20830 20833 15665 0 -1 1077944384 4636 13559 0 0 89 1 5 3 20 0 15 0 416667196 11103117312 50612 33554432000 4194304 4196468 140725094340048 139880982063984 139881457531522 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23965696 140725094345456 140725094347973 140725094347973 140725094350799 0
[pid=20833/tid=20897] ppid=20830 vsize=10842888 memory=5571041044932483173 CPUtime=0.9 cores=0,2,4,6
/proc/20833/task/20897/stat : 20897 (java) R 20830 20833 15665 0 -1 4202560 5200 13559 0 0 81 1 5 3 20 0 15 0 416667196 11103117312 50612 33554432000 4194304 4196468 140725094340048 139880981010928 139881436787825 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23965696 140725094345456 140725094347973 140725094347973 140725094350799 0
[pid=20833/tid=20898] ppid=20830 vsize=10842888 memory=7302977588067984487 CPUtime=0.08 cores=0,2,4,6
/proc/20833/task/20898/stat : 20898 (java) S 20830 20833 15665 0 -1 1077944384 3 13559 0 0 0 0 5 3 20 0 15 0 416667196 11103117312 50612 33554432000 4194304 4196468 140725094340048 139879702850400 139881457530581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23965696 140725094345456 140725094347973 140725094347973 140725094350799 0
[pid=20833/tid=20899] ppid=20830 vsize=10842888 memory=7893295687695689018 CPUtime=0.08 cores=0,2,4,6
/proc/20833/task/20899/stat : 20899 (java) S 20830 20833 15665 0 -1 1077944384 5 13559 0 0 0 0 5 3 20 0 15 0 416667197 11103117312 50612 33554432000 4194304 4196468 140725094340048 139880979958320 139881457531522 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23965696 140725094345456 140725094347973 140725094347973 140725094350799 0
Current children cumulated CPU time: 4.76 s
Current children cumulated vsize: 10842888 KiB
Current children cumulated memory: 202448 KiB

[startup+2.60318 s]
/proc/loadavg: 1.83 1.65 1.52 5/232 20899
/proc/meminfo: memFree=27984804/32770624 swapFree=66916536/67108860
[pid=20833] ppid=20830 vsize=10844936 memory=228584 CPUtime=5.28 cores=0,2,4,6
/proc/20833/stat : 20833 (java) S 20830 20833 15665 0 -1 1077944320 44442 13559 0 0 505 15 5 3 20 0 15 0 416667181 11105214464 57146 33554432000 4194304 4196468 140725094340048 140725094322592 139881457520375 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 23965696 140725094345456 140725094347973 140725094347973 140725094350799 0
/proc/20833/statm: 2711234 57146 3608 1 0 2673293 0
[pid=20833/tid=20886] ppid=20830 vsize=10844936 memory=6791534058613427641 CPUtime=2.48 cores=0,2,4,6
/proc/20833/task/20886/stat : 20886 (java) R 20830 20833 15665 0 -1 1077944384 23803 13559 0 0 232 8 5 3 20 0 15 0 416667190 11105214464 57146 33554432000 4194304 4196468 140725094340048 139881429354224 139881457530581 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 23965696 140725094345456 140725094347973 140725094347973 140725094350799 0
[pid=20833/tid=20887] ppid=20830 vsize=10844936 memory=139768503731168 CPUtime=0.1 cores=0,2,4,6
/proc/20833/task/20887/stat : 20887 (java) S 20830 20833 15665 0 -1 1077944384 404 13559 0 0 2 0 5 3 20 0 15 0 416667191 11105214464 57146 33554432000 4194304 4196468 140725094340048 139881461763088 139881457530581 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23965696 140725094345456 140725094347973 140725094347973 140725094350799 0
[pid=20833/tid=20888] ppid=20830 vsize=10844936 memory=139768503740755 CPUtime=0.11 cores=0,2,4,6
/proc/20833/task/20888/stat : 20888 (java) S 20830 20833 15665 0 -1 1077944384 105 13559 0 0 3 0 5 3 20 0 15 0 416667191 11105214464 57146 33554432000 4194304 4196468 140725094340048 139881382722704 139881457530581 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23965696 140725094345456 140725094347973 140725094347973 140725094350799 0
[pid=20833/tid=20889] ppid=20830 vsize=10844936 memory=139768503717712 CPUtime=0.1 cores=0,2,4,6
/proc/20833/task/20889/stat : 20889 (java) S 20830 20833 15665 0 -1 1077944384 149 13559 0 0 2 0 5 3 20 0 15 0 416667191 11105214464 57146 33554432000 4194304 4196468 140725094340048 139881381669648 139881457530581 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23965696 140725094345456 140725094347973 140725094347973 140725094350799 0
[pid=20833/tid=20890] ppid=20830 vsize=10844936 memory=139768503717744 CPUtime=0.1 cores=0,2,4,6
/proc/20833/task/20890/stat : 20890 (java) S 20830 20833 15665 0 -1 1077944384 156 13559 0 0 2 0 5 3 20 0 15 0 416667191 11105214464 57146 33554432000 4194304 4196468 140725094340048 139881029118864 139881457530581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23965696 140725094345456 140725094347973 140725094347973 140725094350799 0
[pid=20833/tid=20891] ppid=20830 vsize=10844936 memory=139768503717776 CPUtime=0.11 cores=0,2,4,6
/proc/20833/task/20891/stat : 20891 (java) S 20830 20833 15665 0 -1 1077944384 3706 13559 0 0 3 0 5 3 20 0 15 0 416667193 11105214464 57146 33554432000 4194304 4196468 140725094340048 139880984168688 139881457531522 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23965696 140725094345456 140725094347973 140725094347973 140725094350799 0
[pid=20833/tid=20892] ppid=20830 vsize=10844936 memory=139768503717808 CPUtime=0.08 cores=0,2,4,6
/proc/20833/task/20892/stat : 20892 (java) S 20830 20833 15665 0 -1 1077944384 15 13559 0 0 0 0 5 3 20 0 15 0 416667193 11105214464 57146 33554432000 4194304 4196468 140725094340048 139880910808288 139881457530581 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23965696 140725094345456 140725094347973 140725094347973 140725094350799 0
[pid=20833/tid=20893] ppid=20830 vsize=10844936 memory=139768503717840 CPUtime=0.08 cores=0,2,4,6
/proc/20833/task/20893/stat : 20893 (java) S 20830 20833 15665 0 -1 1077944384 1 13559 0 0 0 0 5 3 20 0 15 0 416667193 11105214464 57146 33554432000 4194304 4196468 140725094340048 139880776590080 139881457530581 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23965696 140725094345456 140725094347973 140725094347973 140725094350799 0
[pid=20833/tid=20894] ppid=20830 vsize=10844936 memory=7957839825262477601 CPUtime=0.08 cores=0,2,4,6
/proc/20833/task/20894/stat : 20894 (java) S 20830 20833 15665 0 -1 1077944384 2 13559 0 0 0 0 5 3 20 0 15 0 416667196 11105214464 57146 33554432000 4194304 4196468 140725094340048 139880172611536 139881457538971 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23965696 140725094345456 140725094347973 140725094347973 140725094350799 0
[pid=20833/tid=20895] ppid=20830 vsize=10844936 memory=3472468047551529024 CPUtime=0.76 cores=0,2,4,6
/proc/20833/task/20895/stat : 20895 (java) S 20830 20833 15665 0 -1 1077944384 2563 13559 0 0 67 1 5 3 20 0 15 0 416667196 11105214464 57146 33554432000 4194304 4196468 140725094340048 139880983116528 139881457531522 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23965696 140725094345456 140725094347973 140725094347973 140725094350799 0
[pid=20833/tid=20896] ppid=20830 vsize=10844936 memory=3472463666684887136 CPUtime=1.1 cores=0,2,4,6
/proc/20833/task/20896/stat : 20896 (java) R 20830 20833 15665 0 -1 4202560 5957 13559 0 0 101 1 5 3 20 0 15 0 416667196 11105214464 57146 33554432000 4194304 4196468 140725094340048 139880982043888 139881434742816 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23965696 140725094345456 140725094347973 140725094347973 140725094350799 0
[pid=20833/tid=20897] ppid=20830 vsize=10844936 memory=3471342164824555648 CPUtime=0.96 cores=0,2,4,6
/proc/20833/task/20897/stat : 20897 (java) R 20830 20833 15665 0 -1 4202560 5368 13559 0 0 87 1 5 3 20 0 15 0 416667196 11105214464 57146 33554432000 4194304 4196468 140725094340048 139880981010928 139881436811972 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23965696 140725094345456 140725094347973 140725094347973 140725094350799 0
[pid=20833/tid=20898] ppid=20830 vsize=10844936 memory=7809767946837038106 CPUtime=0.08 cores=0,2,4,6
/proc/20833/task/20898/stat : 20898 (java) S 20830 20833 15665 0 -1 1077944384 3 13559 0 0 0 0 5 3 20 0 15 0 416667196 11105214464 57146 33554432000 4194304 4196468 140725094340048 139879702850400 139881457530581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23965696 140725094345456 140725094347973 140725094347973 140725094350799 0
[pid=20833/tid=20899] ppid=20830 vsize=10844936 memory=7008596648543270806 CPUtime=0.08 cores=0,2,4,6
/proc/20833/task/20899/stat : 20899 (java) S 20830 20833 15665 0 -1 1077944384 5 13559 0 0 0 0 5 3 20 0 15 0 416667197 11105214464 57146 33554432000 4194304 4196468 140725094340048 139880979958320 139881457531522 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23965696 140725094345456 140725094347973 140725094347973 140725094350799 0
Current children cumulated CPU time: 5.28 s
Current children cumulated vsize: 10844936 KiB
Current children cumulated memory: 228584 KiB

Child status: 0
Real time (s): 2.68799
CPU time (s): 5.54718
CPU user time (s): 5.34767
CPU system time (s): 0.199504
CPU usage (%): 206.369
Max. virtual memory (cumulated for all children) (KiB): 10844936
Max. memory (cumulated for all children) (KiB): 228584

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.34767
system time used= 0.199504
maximum resident set size= 233000
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 58612
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= 4680
involuntary context switches= 27


# summary of solver processes directly reported to runsolver:
#   pid: 20833
#   total CPU time (s): 5.54718
#   total CPU user time (s): 5.34767
#   total CPU system time (s): 0.199504

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.039316 second user time and 0.06717 second system time

The end

Launcher Data

Begin job on node134 at 2019-09-13 21:48:45
IDJOB=4395846
IDBENCH=133338
IDSOLVER=2846
FILE ID=node134/4395846-1568404166
RUNJOBID= node134-1568393375-17084
PBS_JOBID= 21701859
Free space on /tmp= 59544 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/Primes/Primes-m1-p20/Primes-20-20-3-3.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4395846-1568404166/watcher-4395846-1568404166 -o /tmp/evaluation-result-4395846-1568404166/solver-4395846-1568404166 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1568393375-17084 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=182295051 HOME/instance-4395846-1568404166.xml

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

MD5SUM BENCH= 065412ea00e4edb14381318bc4e9318f
RANDOM SEED=182295051

node134.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.76
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.76
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.76
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.76
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:        28164128 kB
MemAvailable:   29725912 kB
Buffers:          184892 kB
Cached:          1644004 kB
SwapCached:        90680 kB
Active:          2586640 kB
Inactive:        1400864 kB
Active(anon):    2091836 kB
Inactive(anon):   106556 kB
Active(file):     494804 kB
Inactive(file):  1294308 kB
Unevictable:      110920 kB
Mlocked:          110920 kB
SwapTotal:      67108860 kB
SwapFree:       66916536 kB
Dirty:             35336 kB
Writeback:             0 kB
AnonPages:       2180384 kB
Mapped:            57292 kB
Shmem:             30988 kB
Slab:             207712 kB
SReclaimable:     177016 kB
SUnreclaim:        30696 kB
KernelStack:        3776 kB
PageTables:        10868 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3151776 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2033664 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= 59508 MiB
End job on node134 at 2019-09-13 21:48:48