Trace number 4402595

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 10.252 5.69951

General information on the benchmark

NamePrimes/
Primes-m1-p20/Primes-20-40-2-7.xml
MD5SUM37689576328d0295b96bd2728694e285
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 benchmark1.7383
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints40
Number of domains1
Minimum domain size70
Maximum domain size70
Distribution of domain sizes[{"size":70,"count":88}]
Minimum variable degree0
Maximum variable degree7
Distribution of variable degrees[{"degree":0,"count":12},{"degree":1,"count":20},{"degree":2,"count":25},{"degree":3,"count":20},{"degree":4,"count":12},{"degree":5,"count":5},{"degree":6,"count":3},{"degree":7,"count":3}]
Minimum constraint arity2
Maximum constraint arity9
Distribution of constraint arities[{"arity":2,"count":4},{"arity":3,"count":4},{"arity":4,"count":4},{"arity":5,"count":2},{"arity":6,"count":7},{"arity":7,"count":4},{"arity":8,"count":9},{"arity":9,"count":6}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":40}]
Optimization problemNO
Type of objective

Solver Data

0.79/0.55	c Concrete v3.12.3.1568965526260 running
10.10/5.67	v <instantiation
10.10/5.67	v         >
10.10/5.67	v       <list>
10.10/5.67	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[15] x[17] x[18] x[19] x[20] x[21] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39] x[40] x[41] x[42] x[43] x[44] x[45] x[46] x[47] x[48] x[49] x[50] x[51] x[53] x[54] x[55] x[56] x[57] x[59] x[60] x[61] x[63] x[64] x[65] x[66] x[67] x[68] x[69] x[71] 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[95] x[97] x[98] x[99]
10.10/5.67	v       </list>
10.10/5.67	v       <values>
10.10/5.67	v         3 20 66 36 53 29 48 21 12 28 28 7 18 2 18 15 51 40 2 46 9 59 35 19 64 50 2 35 52 17 26 38 9 30 50 65 4 52 32 47 62 30 41 45 11 13 24 24 6 18 67 31 5 58 56 15 51 30 22 71 10 27 35 71 56 26 10 32 2 26 2 23 64 23 35 49 7 22 63 61 14 59 6 67 56 16 47 69
10.10/5.67	v       </values>
10.10/5.67	v     </instantiation>
10.10/5.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 (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-4402595-1568978221/watcher-4402595-1568978221 -o /var/tmp/evaluation-result-4402595-1568978221/solver-4402595-1568978221 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node146-1568967595-5564 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1846332404 HOME/instance-4402595-1568978221.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=9512, runsolver pid=9509

[startup+0.100137 s]*
/proc/loadavg: 1.43 1.40 1.37 3/218 9569
/proc/meminfo: memFree=4641252/32770624 swapFree=67001736/67108860
[pid=9512] ppid=9509 vsize=9972712 memory=18592 CPUtime=0.09 cores=1,3,5,7
/proc/9512/stat : 9512 (java) S 9509 9512 5532 0 -1 1077944320 4370 13251 0 0 1 1 4 3 20 0 6 0 473736064 10212057088 4648 33554432000 4194304 4196468 140727956168400 140727956150944 140505467338487 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 28053504 140727956175459 140727956178101 140727956178101 140727956180943 0
/proc/9512/statm: 2493178 4648 1934 1 0 2481616 0
[pid=9512/tid=9565] ppid=9509 vsize=9972712 memory=8514726395714820750 CPUtime=0.07 cores=1,3,5,7
/proc/9512/task/9565/stat : 9565 (java) R 9509 9512 5532 0 -1 4202560 2178 13251 0 0 0 0 4 3 20 0 6 0 473736073 10212057088 4648 33554432000 4194304 4196468 140727956168400 140505439175248 140505459371059 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28053504 140727956175459 140727956178101 140727956178101 140727956180943 0
[pid=9512/tid=9566] ppid=9509 vsize=9972712 memory=-9181546050914066336 CPUtime=0.07 cores=1,3,5,7
/proc/9512/task/9566/stat : 9566 (java) S 9509 9512 5532 0 -1 1077944384 1 13251 0 0 0 0 4 3 20 0 6 0 473736074 10212057088 4648 33554432000 4194304 4196468 140727956168400 140505471581328 140505467348693 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28053504 140727956175459 140727956178101 140727956178101 140727956180943 0
[pid=9512/tid=9567] ppid=9509 vsize=9972712 memory=139733576427136 CPUtime=0.07 cores=1,3,5,7
/proc/9512/task/9567/stat : 9567 (java) S 9509 9512 5532 0 -1 1077944384 2 13251 0 0 0 0 4 3 20 0 6 0 473736074 10212057088 4648 33554432000 4194304 4196468 140727956168400 140505359854608 140505467348693 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28053504 140727956175459 140727956178101 140727956178101 140727956180943 0
[pid=9512/tid=9568] ppid=9509 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9512/task/9568/stat : 9568 (java) S 9509 9512 5532 0 -1 1077944384 1 13251 0 0 0 0 4 3 20 0 6 0 473736074 10212057088 4648 33554432000 4194304 4196468 140727956168400 140505040022416 140505467348693 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28053504 140727956175459 140727956178101 140727956178101 140727956180943 0
[pid=9512/tid=9569] ppid=9509 vsize=9972712 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/9512/task/9569/stat : 9569 (java) S 9509 9512 5532 0 -1 1077944384 2 13251 0 0 0 0 4 3 20 0 6 0 473736074 10212057088 4648 33554432000 4194304 4196468 140727956168400 140505038969616 140505467348693 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28053504 140727956175459 140727956178101 140727956178101 140727956180943 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18592 KiB

[startup+0.21059 s]*
/proc/loadavg: 1.43 1.40 1.37 3/227 9579
/proc/meminfo: memFree=4621160/32770624 swapFree=67001736/67108860
[pid=9512] ppid=9509 vsize=10820164 memory=41496 CPUtime=0.26 cores=1,3,5,7
/proc/9512/stat : 9512 (java) S 9509 9512 5532 0 -1 1077944320 7219 13251 0 0 17 2 4 3 20 0 15 0 473736064 11079847936 10374 33554432000 4194304 4196468 140727956168400 140727956150944 140505467338487 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 28053504 140727956175459 140727956178101 140727956178101 140727956180943 0
/proc/9512/statm: 2705041 10374 3279 1 0 2667149 0
[pid=9512/tid=9565] ppid=9509 vsize=10821220 memory=5450916389569530688 CPUtime=0.18 cores=1,3,5,7
/proc/9512/task/9565/stat : 9565 (java) R 9509 9512 5532 0 -1 4202560 3720 13251 0 0 10 1 4 3 20 0 15 0 473736073 11080929280 10440 33554432000 4194304 4196468 140727956168400 140505439150848 140505460018205 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28053504 140727956175459 140727956178101 140727956178101 140727956180943 0
[pid=9512/tid=9566] ppid=9509 vsize=10821220 memory=-9181546050914066336 CPUtime=0.07 cores=1,3,5,7
/proc/9512/task/9566/stat : 9566 (java) S 9509 9512 5532 0 -1 1077944384 1 13251 0 0 0 0 4 3 20 0 15 0 473736074 11080929280 10440 33554432000 4194304 4196468 140727956168400 140505471581328 140505467348693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28053504 140727956175459 140727956178101 140727956178101 140727956180943 0
[pid=9512/tid=9567] ppid=9509 vsize=10821220 memory=139733576427136 CPUtime=0.07 cores=1,3,5,7
/proc/9512/task/9567/stat : 9567 (java) S 9509 9512 5532 0 -1 1077944384 2 13251 0 0 0 0 4 3 20 0 15 0 473736074 11080929280 10440 33554432000 4194304 4196468 140727956168400 140505359854608 140505467348693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28053504 140727956175459 140727956178101 140727956178101 140727956180943 0
[pid=9512/tid=9568] ppid=9509 vsize=10821220 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9512/task/9568/stat : 9568 (java) S 9509 9512 5532 0 -1 1077944384 1 13251 0 0 0 0 4 3 20 0 15 0 473736074 11080929280 10440 33554432000 4194304 4196468 140727956168400 140505040022416 140505467348693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28053504 140727956175459 140727956178101 140727956178101 140727956180943 0
[pid=9512/tid=9569] ppid=9509 vsize=10821220 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/9512/task/9569/stat : 9569 (java) S 9509 9512 5532 0 -1 1077944384 2 13251 0 0 0 0 4 3 20 0 15 0 473736074 11080929280 10440 33554432000 4194304 4196468 140727956168400 140505038969616 140505467348693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28053504 140727956175459 140727956178101 140727956178101 140727956180943 0
[pid=9512/tid=9570] ppid=9509 vsize=10821220 memory=139733576427136 CPUtime=0.07 cores=1,3,5,7
/proc/9512/task/9570/stat : 9570 (java) S 9509 9512 5532 0 -1 1077944384 2 13251 0 0 0 0 4 3 20 0 15 0 473736075 11080929280 10506 33554432000 4194304 4196468 140727956168400 140504926902640 140505467349634 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28053504 140727956175459 140727956178101 140727956178101 140727956180943 0
[pid=9512/tid=9571] ppid=9509 vsize=10821220 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/9512/task/9571/stat : 9571 (java) S 9509 9512 5532 0 -1 1077944384 33 13251 0 0 0 0 4 3 20 0 15 0 473736075 11080929280 10506 33554432000 4194304 4196468 140727956168400 140504925848608 140505467348693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28053504 140727956175459 140727956178101 140727956178101 140727956180943 0
[pid=9512/tid=9572] ppid=9509 vsize=10821220 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9512/task/9572/stat : 9572 (java) S 9509 9512 5532 0 -1 1077944384 1 13251 0 0 0 0 4 3 20 0 15 0 473736076 11080929280 10506 33554432000 4194304 4196468 140727956168400 140504352154480 140505467348693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28053504 140727956175459 140727956178101 140727956178101 140727956180943 0
[pid=9512/tid=9573] ppid=9509 vsize=10821220 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9512/task/9573/stat : 9573 (java) S 9509 9512 5532 0 -1 1077944384 3 13251 0 0 0 0 4 3 20 0 15 0 473736078 11080929280 10506 33554432000 4194304 4196468 140727956168400 140504044754768 140505467357083 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28053504 140727956175459 140727956178101 140727956178101 140727956180943 0
[pid=9512/tid=9574] ppid=9509 vsize=10821220 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9512/task/9574/stat : 9574 (java) S 9509 9512 5532 0 -1 1077944384 615 13251 0 0 1 0 4 3 20 0 15 0 473736078 11080929280 10572 33554432000 4194304 4196468 140727956168400 140504892291952 140505467349634 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28053504 140727956175459 140727956178101 140727956178101 140727956180943 0
[pid=9512/tid=9575] ppid=9509 vsize=10821220 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/9512/task/9575/stat : 9575 (java) R 9509 9512 5532 0 -1 4202560 46 13251 0 0 1 0 4 3 20 0 15 0 473736078 11080929280 10572 33554432000 4194304 4196468 140727956168400 140504891239152 140505446565492 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28053504 140727956175459 140727956178101 140727956178101 140727956180943 0
[pid=9512/tid=9576] ppid=9509 vsize=10821220 memory=139733576427136 CPUtime=0.1 cores=1,3,5,7
/proc/9512/task/9576/stat : 9576 (java) S 9509 9512 5532 0 -1 1077944384 626 13251 0 0 3 0 4 3 20 0 15 0 473736078 11080929280 10572 33554432000 4194304 4196468 140727956168400 140504890186352 140505467349634 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28053504 140727956175459 140727956178101 140727956178101 140727956180943 0
[pid=9512/tid=9577] ppid=9509 vsize=10821220 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/9512/task/9577/stat : 9577 (java) S 9509 9512 5532 0 -1 1077944384 3 13251 0 0 0 0 4 3 20 0 15 0 473736078 11080929280 10572 33554432000 4194304 4196468 140727956168400 140504011197152 140505467348693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28053504 140727956175459 140727956178101 140727956178101 140727956180943 0
[pid=9512/tid=9579] ppid=9509 vsize=10821220 memory=139733576427136 CPUtime=0.07 cores=1,3,5,7
/proc/9512/task/9579/stat : 9579 (java) S 9509 9512 5532 0 -1 1077944384 1 13251 0 0 0 0 4 3 20 0 15 0 473736079 11080929280 10638 33554432000 4194304 4196468 140727956168400 140504432896688 140505467349634 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28053504 140727956175459 140727956178101 140727956178101 140727956180943 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10820164 KiB
Current children cumulated memory: 41496 KiB

[startup+0.310585 s]*
/proc/loadavg: 1.43 1.40 1.37 4/227 9579
/proc/meminfo: memFree=4611620/32770624 swapFree=67001736/67108860
[pid=9512] ppid=9509 vsize=10820196 memory=49872 CPUtime=0.39 cores=1,3,5,7
/proc/9512/stat : 9512 (java) S 9509 9512 5532 0 -1 1077944320 10764 13251 0 0 29 3 4 3 20 0 15 0 473736064 11079880704 12468 33554432000 4194304 4196468 140727956168400 140727956150944 140505467338487 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 28053504 140727956175459 140727956178101 140727956178101 140727956180943 0
/proc/9512/statm: 2705049 12468 3316 1 0 2667149 0
[pid=9512/tid=9565] ppid=9509 vsize=10820196 memory=1398722017469774279 CPUtime=0.28 cores=1,3,5,7
/proc/9512/task/9565/stat : 9565 (java) R 9509 9512 5532 0 -1 4202560 7197 13251 0 0 19 2 4 3 20 0 15 0 473736073 11079880704 12468 33554432000 4194304 4196468 140727956168400 140505439142480 140505451392539 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28053504 140727956175459 140727956178101 140727956178101 140727956180943 0
[pid=9512/tid=9566] ppid=9509 vsize=10820196 memory=7012786744062995815 CPUtime=0.07 cores=1,3,5,7
/proc/9512/task/9566/stat : 9566 (java) S 9509 9512 5532 0 -1 1077944384 1 13251 0 0 0 0 4 3 20 0 15 0 473736074 11079880704 12468 33554432000 4194304 4196468 140727956168400 140505471581328 140505467348693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28053504 140727956175459 140727956178101 140727956178101 140727956180943 0
[pid=9512/tid=9567] ppid=9509 vsize=10820196 memory=5788339726952981056 CPUtime=0.07 cores=1,3,5,7
/proc/9512/task/9567/stat : 9567 (java) S 9509 9512 5532 0 -1 1077944384 2 13251 0 0 0 0 4 3 20 0 15 0 473736074 11079880704 12468 33554432000 4194304 4196468 140727956168400 140505359854608 140505467348693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28053504 140727956175459 140727956178101 140727956178101 140727956180943 0
[pid=9512/tid=9568] ppid=9509 vsize=10820196 memory=7019606821429267401 CPUtime=0.07 cores=1,3,5,7
/proc/9512/task/9568/stat : 9568 (java) S 9509 9512 5532 0 -1 1077944384 1 13251 0 0 0 0 4 3 20 0 15 0 473736074 11079880704 12468 33554432000 4194304 4196468 140727956168400 140505040022416 140505467348693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28053504 140727956175459 140727956178101 140727956178101 140727956180943 0
[pid=9512/tid=9569] ppid=9509 vsize=10820196 memory=4872558044660077418 CPUtime=0.07 cores=1,3,5,7
/proc/9512/task/9569/stat : 9569 (java) S 9509 9512 5532 0 -1 1077944384 2 13251 0 0 0 0 4 3 20 0 15 0 473736074 11079880704 12468 33554432000 4194304 4196468 140727956168400 140505038969616 140505467348693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28053504 140727956175459 140727956178101 140727956178101 140727956180943 0
[pid=9512/tid=9570] ppid=9509 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9512/task/9570/stat : 9570 (java) S 9509 9512 5532 0 -1 1077944384 2 13251 0 0 0 0 4 3 20 0 15 0 473736075 11079880704 12468 33554432000 4194304 4196468 140727956168400 140504926902640 140505467349634 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28053504 140727956175459 140727956178101 140727956178101 140727956180943 0
[pid=9512/tid=9571] ppid=9509 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9512/task/9571/stat : 9571 (java) S 9509 9512 5532 0 -1 1077944384 33 13251 0 0 0 0 4 3 20 0 15 0 473736075 11079880704 12468 33554432000 4194304 4196468 140727956168400 140504925848608 140505467348693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28053504 140727956175459 140727956178101 140727956178101 140727956180943 0
[pid=9512/tid=9572] ppid=9509 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9512/task/9572/stat : 9572 (java) S 9509 9512 5532 0 -1 1077944384 1 13251 0 0 0 0 4 3 20 0 15 0 473736076 11079880704 12468 33554432000 4194304 4196468 140727956168400 140504352154480 140505467348693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28053504 140727956175459 140727956178101 140727956178101 140727956180943 0
[pid=9512/tid=9573] ppid=9509 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9512/task/9573/stat : 9573 (java) S 9509 9512 5532 0 -1 1077944384 3 13251 0 0 0 0 4 3 20 0 15 0 473736078 11079880704 12468 33554432000 4194304 4196468 140727956168400 140504044754768 140505467357083 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28053504 140727956175459 140727956178101 140727956178101 140727956180943 0
[pid=9512/tid=9574] ppid=9509 vsize=10820196 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/9512/task/9574/stat : 9574 (java) S 9509 9512 5532 0 -1 1077944384 616 13251 0 0 2 0 4 3 20 0 15 0 473736078 11079880704 12468 33554432000 4194304 4196468 140727956168400 140504892291952 140505467349634 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28053504 140727956175459 140727956178101 140727956178101 140727956180943 0
[pid=9512/tid=9575] ppid=9509 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9512/task/9575/stat : 9575 (java) S 9509 9512 5532 0 -1 1077944384 55 13251 0 0 1 0 4 3 20 0 15 0 473736078 11079880704 12468 33554432000 4194304 4196468 140727956168400 140504891239152 140505467349634 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28053504 140727956175459 140727956178101 140727956178101 140727956180943 0
[pid=9512/tid=9576] ppid=9509 vsize=10820196 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/9512/task/9576/stat : 9576 (java) S 9509 9512 5532 0 -1 1077944384 644 13251 0 0 5 0 4 3 20 0 15 0 473736078 11079880704 12468 33554432000 4194304 4196468 140727956168400 140504890186352 140505467349634 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28053504 140727956175459 140727956178101 140727956178101 140727956180943 0
[pid=9512/tid=9577] ppid=9509 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9512/task/9577/stat : 9577 (java) S 9509 9512 5532 0 -1 1077944384 3 13251 0 0 0 0 4 3 20 0 15 0 473736078 11079880704 12468 33554432000 4194304 4196468 140727956168400 140504011197152 140505467348693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28053504 140727956175459 140727956178101 140727956178101 140727956180943 0
[pid=9512/tid=9579] ppid=9509 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9512/task/9579/stat : 9579 (java) S 9509 9512 5532 0 -1 1077944384 1 13251 0 0 0 0 4 3 20 0 15 0 473736079 11079880704 12468 33554432000 4194304 4196468 140727956168400 140504432896688 140505467349634 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28053504 140727956175459 140727956178101 140727956178101 140727956180943 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 49872 KiB

[startup+0.707546 s]
/proc/loadavg: 1.43 1.40 1.37 3/227 9579
/proc/meminfo: memFree=4594860/32770624 swapFree=67001736/67108860
[pid=9512] ppid=9509 vsize=10825388 memory=84472 CPUtime=1.16 cores=1,3,5,7
/proc/9512/stat : 9512 (java) S 9509 9512 5532 0 -1 1077944320 15340 13251 0 0 104 5 4 3 20 0 15 0 473736064 11085197312 21097 33554432000 4194304 4196468 140727956168400 140727956150944 140505467338487 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 28053504 140727956175459 140727956178101 140727956178101 140727956180943 0
/proc/9512/statm: 2706347 21097 3515 1 0 2668429 0
[pid=9512/tid=9565] ppid=9509 vsize=10824364 memory=2241 CPUtime=0.67 cores=1,3,5,7
/proc/9512/task/9565/stat : 9565 (java) R 9509 9512 5532 0 -1 1077944384 10554 13251 0 0 56 4 4 3 20 0 15 0 473736073 11084148736 21118 33554432000 4194304 4196468 140727956168400 140505439156416 140505460017709 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28053504 140727956175459 140727956178101 140727956178101 140727956180943 0
[pid=9512/tid=9566] ppid=9509 vsize=10825388 memory=2244 CPUtime=0.07 cores=1,3,5,7
/proc/9512/task/9566/stat : 9566 (java) S 9509 9512 5532 0 -1 1077944384 1 13251 0 0 0 0 4 3 20 0 15 0 473736074 11085197312 21118 33554432000 4194304 4196468 140727956168400 140505471581328 140505467348693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28053504 140727956175459 140727956178101 140727956178101 140727956180943 0
[pid=9512/tid=9567] ppid=9509 vsize=10825388 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9512/task/9567/stat : 9567 (java) S 9509 9512 5532 0 -1 1077944384 2 13251 0 0 0 0 4 3 20 0 15 0 473736074 11085197312 21118 33554432000 4194304 4196468 140727956168400 140505359854608 140505467348693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28053504 140727956175459 140727956178101 140727956178101 140727956180943 0
[pid=9512/tid=9568] ppid=9509 vsize=10825388 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9512/task/9568/stat : 9568 (java) S 9509 9512 5532 0 -1 1077944384 1 13251 0 0 0 0 4 3 20 0 15 0 473736074 11085197312 21118 33554432000 4194304 4196468 140727956168400 140505040022416 140505467348693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28053504 140727956175459 140727956178101 140727956178101 140727956180943 0
[pid=9512/tid=9569] ppid=9509 vsize=10825388 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9512/task/9569/stat : 9569 (java) S 9509 9512 5532 0 -1 1077944384 2 13251 0 0 0 0 4 3 20 0 15 0 473736074 11085197312 21118 33554432000 4194304 4196468 140727956168400 140505038969616 140505467348693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28053504 140727956175459 140727956178101 140727956178101 140727956180943 0
[pid=9512/tid=9570] ppid=9509 vsize=10824364 memory=6944652177228980320 CPUtime=0.07 cores=1,3,5,7
/proc/9512/task/9570/stat : 9570 (java) S 9509 9512 5532 0 -1 1077944384 5 13251 0 0 0 0 4 3 20 0 15 0 473736075 11084148736 21118 33554432000 4194304 4196468 140727956168400 140504926902640 140505467349634 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28053504 140727956175459 140727956178101 140727956178101 140727956180943 0
[pid=9512/tid=9571] ppid=9509 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9512/task/9571/stat : 9571 (java) S 9509 9512 5532 0 -1 1077944384 33 13251 0 0 0 0 4 3 20 0 15 0 473736075 11084148736 21118 33554432000 4194304 4196468 140727956168400 140504925848608 140505467348693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28053504 140727956175459 140727956178101 140727956178101 140727956180943 0
[pid=9512/tid=9572] ppid=9509 vsize=10825388 memory=6943526294502006880 CPUtime=0.07 cores=1,3,5,7
/proc/9512/task/9572/stat : 9572 (java) S 9509 9512 5532 0 -1 1077944384 1 13251 0 0 0 0 4 3 20 0 15 0 473736076 11085197312 21118 33554432000 4194304 4196468 140727956168400 140504352154480 140505467348693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28053504 140727956175459 140727956178101 140727956178101 140727956180943 0
[pid=9512/tid=9573] ppid=9509 vsize=10825388 memory=6944656592455097440 CPUtime=0.07 cores=1,3,5,7
/proc/9512/task/9573/stat : 9573 (java) S 9509 9512 5532 0 -1 1077944384 3 13251 0 0 0 0 4 3 20 0 15 0 473736078 11085197312 21118 33554432000 4194304 4196468 140727956168400 140504044754768 140505467357083 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28053504 140727956175459 140727956178101 140727956178101 140727956180943 0
[pid=9512/tid=9574] ppid=9509 vsize=10825388 memory=0 CPUtime=0.2 cores=1,3,5,7
/proc/9512/task/9574/stat : 9574 (java) S 9509 9512 5532 0 -1 1077944384 1060 13251 0 0 13 0 4 3 20 0 15 0 473736078 11085197312 21118 33554432000 4194304 4196468 140727956168400 140504892291952 140505467349634 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28053504 140727956175459 140727956178101 140727956178101 140727956180943 0
[pid=9512/tid=9575] ppid=9509 vsize=10824364 memory=0 CPUtime=0.22 cores=1,3,5,7
/proc/9512/task/9575/stat : 9575 (java) R 9509 9512 5532 0 -1 4202560 635 13251 0 0 15 0 4 3 20 0 15 0 473736078 11084148736 21118 33554432000 4194304 4196468 140727956168400 140504891226880 140505448883038 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 28053504 140727956175459 140727956178101 140727956178101 140727956180943 0
[pid=9512/tid=9576] ppid=9509 vsize=10824364 memory=0 CPUtime=0.24 cores=1,3,5,7
/proc/9512/task/9576/stat : 9576 (java) S 9509 9512 5532 0 -1 1077944384 843 13251 0 0 17 0 4 3 20 0 15 0 473736078 11084148736 21118 33554432000 4194304 4196468 140727956168400 140504890186352 140505467349634 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28053504 140727956175459 140727956178101 140727956178101 140727956180943 0
[pid=9512/tid=9577] ppid=9509 vsize=10824364 memory=139733472675824 CPUtime=0.07 cores=1,3,5,7
/proc/9512/task/9577/stat : 9577 (java) S 9509 9512 5532 0 -1 1077944384 3 13251 0 0 0 0 4 3 20 0 15 0 473736078 11084148736 21118 33554432000 4194304 4196468 140727956168400 140504011197152 140505467348693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28053504 140727956175459 140727956178101 140727956178101 140727956180943 0
[pid=9512/tid=9579] ppid=9509 vsize=10825388 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9512/task/9579/stat : 9579 (java) S 9509 9512 5532 0 -1 1077944384 1 13251 0 0 0 0 4 3 20 0 15 0 473736079 11085197312 21118 33554432000 4194304 4196468 140727956168400 140504432896688 140505467349634 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28053504 140727956175459 140727956178101 140727956178101 140727956180943 0
Current children cumulated CPU time: 1.16 s
Current children cumulated vsize: 10825388 KiB
Current children cumulated memory: 84472 KiB

[startup+1.50589 s]
/proc/loadavg: 1.43 1.40 1.37 3/227 9579
/proc/meminfo: memFree=4550688/32770624 swapFree=67001736/67108860
[pid=9512] ppid=9509 vsize=10834680 memory=172400 CPUtime=2.47 cores=1,3,5,7
/proc/9512/stat : 9512 (java) S 9509 9512 5532 0 -1 1077944320 22355 13251 0 0 231 9 4 3 20 0 15 0 473736064 11094712320 43100 33554432000 4194304 4196468 140727956168400 140727956150944 140505467338487 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 28053504 140727956175459 140727956178101 140727956178101 140727956180943 0
/proc/9512/statm: 2708670 43100 3584 1 0 2670733 0
[pid=9512/tid=9565] ppid=9509 vsize=10834680 memory=21 CPUtime=1.43 cores=1,3,5,7
/proc/9512/task/9565/stat : 9565 (java) R 9509 9512 5532 0 -1 4202560 15306 13251 0 0 130 6 4 3 20 0 15 0 473736073 11094712320 43100 33554432000 4194304 4196468 140727956168400 140505439138544 140505040158301 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28053504 140727956175459 140727956178101 140727956178101 140727956180943 0
[pid=9512/tid=9566] ppid=9509 vsize=10834680 memory=25 CPUtime=0.08 cores=1,3,5,7
/proc/9512/task/9566/stat : 9566 (java) S 9509 9512 5532 0 -1 1077944384 387 13251 0 0 1 0 4 3 20 0 15 0 473736074 11094712320 43100 33554432000 4194304 4196468 140727956168400 140505471581328 140505467348693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28053504 140727956175459 140727956178101 140727956178101 140727956180943 0
[pid=9512/tid=9567] ppid=9509 vsize=10834680 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9512/task/9567/stat : 9567 (java) S 9509 9512 5532 0 -1 1077944384 74 13251 0 0 1 0 4 3 20 0 15 0 473736074 11094712320 43100 33554432000 4194304 4196468 140727956168400 140505359854608 140505467348693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28053504 140727956175459 140727956178101 140727956178101 140727956180943 0
[pid=9512/tid=9568] ppid=9509 vsize=10834680 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9512/task/9568/stat : 9568 (java) S 9509 9512 5532 0 -1 1077944384 26 13251 0 0 1 0 4 3 20 0 15 0 473736074 11094712320 43100 33554432000 4194304 4196468 140727956168400 140505040022416 140505467348693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28053504 140727956175459 140727956178101 140727956178101 140727956180943 0
[pid=9512/tid=9569] ppid=9509 vsize=10834680 memory=100728 CPUtime=0.08 cores=1,3,5,7
/proc/9512/task/9569/stat : 9569 (java) S 9509 9512 5532 0 -1 1077944384 82 13251 0 0 1 0 4 3 20 0 15 0 473736074 11094712320 43100 33554432000 4194304 4196468 140727956168400 140505038969616 140505467348693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28053504 140727956175459 140727956178101 140727956178101 140727956180943 0
[pid=9512/tid=9570] ppid=9509 vsize=10834680 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9512/task/9570/stat : 9570 (java) S 9509 9512 5532 0 -1 1077944384 159 13251 0 0 1 0 4 3 20 0 15 0 473736075 11094712320 43100 33554432000 4194304 4196468 140727956168400 140504926902640 140505467349634 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28053504 140727956175459 140727956178101 140727956178101 140727956180943 0
[pid=9512/tid=9571] ppid=9509 vsize=10834680 memory=7014751519616816486 CPUtime=0.07 cores=1,3,5,7
/proc/9512/task/9571/stat : 9571 (java) S 9509 9512 5532 0 -1 1077944384 35 13251 0 0 0 0 4 3 20 0 15 0 473736075 11094712320 43100 33554432000 4194304 4196468 140727956168400 140504925848672 140505467348693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28053504 140727956175459 140727956178101 140727956178101 140727956180943 0
[pid=9512/tid=9572] ppid=9509 vsize=10834680 memory=7734478705739195993 CPUtime=0.07 cores=1,3,5,7
/proc/9512/task/9572/stat : 9572 (java) S 9509 9512 5532 0 -1 1077944384 1 13251 0 0 0 0 4 3 20 0 15 0 473736076 11094712320 43100 33554432000 4194304 4196468 140727956168400 140504352154496 140505467348693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28053504 140727956175459 140727956178101 140727956178101 140727956180943 0
[pid=9512/tid=9573] ppid=9509 vsize=10834680 memory=7451598570397132906 CPUtime=0.07 cores=1,3,5,7
/proc/9512/task/9573/stat : 9573 (java) S 9509 9512 5532 0 -1 1077944384 3 13251 0 0 0 0 4 3 20 0 15 0 473736078 11094712320 43100 33554432000 4194304 4196468 140727956168400 140504044754768 140505467357083 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28053504 140727956175459 140727956178101 140727956178101 140727956180943 0
[pid=9512/tid=9574] ppid=9509 vsize=10834680 memory=5571041044932679781 CPUtime=0.29 cores=1,3,5,7
/proc/9512/task/9574/stat : 9574 (java) S 9509 9512 5532 0 -1 1077944384 1310 13251 0 0 22 0 4 3 20 0 15 0 473736078 11094712320 43100 33554432000 4194304 4196468 140727956168400 140504892291952 140505467349634 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28053504 140727956175459 140727956178101 140727956178101 140727956180943 0
[pid=9512/tid=9575] ppid=9509 vsize=10834680 memory=7306902835921383271 CPUtime=0.34 cores=1,3,5,7
/proc/9512/task/9575/stat : 9575 (java) S 9509 9512 5532 0 -1 1077944384 857 13251 0 0 27 0 4 3 20 0 15 0 473736078 11094712320 43100 33554432000 4194304 4196468 140727956168400 140504891239152 140505467349634 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28053504 140727956175459 140727956178101 140727956178101 140727956180943 0
[pid=9512/tid=9576] ppid=9509 vsize=10834680 memory=7014751519616816486 CPUtime=0.49 cores=1,3,5,7
/proc/9512/task/9576/stat : 9576 (java) R 9509 9512 5532 0 -1 4202560 1904 13251 0 0 42 0 4 3 20 0 15 0 473736078 11094712320 43100 33554432000 4194304 4196468 140727956168400 140504890185536 140505467359834 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28053504 140727956175459 140727956178101 140727956178101 140727956180943 0
[pid=9512/tid=9577] ppid=9509 vsize=10834680 memory=7014751519616816486 CPUtime=0.07 cores=1,3,5,7
/proc/9512/task/9577/stat : 9577 (java) S 9509 9512 5532 0 -1 1077944384 3 13251 0 0 0 0 4 3 20 0 15 0 473736078 11094712320 43100 33554432000 4194304 4196468 140727956168400 140504011197152 140505467348693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28053504 140727956175459 140727956178101 140727956178101 140727956180943 0
[pid=9512/tid=9579] ppid=9509 vsize=10834680 memory=55 CPUtime=0.07 cores=1,3,5,7
/proc/9512/task/9579/stat : 9579 (java) S 9509 9512 5532 0 -1 1077944384 1 13251 0 0 0 0 4 3 20 0 15 0 473736079 11094712320 43100 33554432000 4194304 4196468 140727956168400 140504432896688 140505467349634 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28053504 140727956175459 140727956178101 140727956178101 140727956180943 0
Current children cumulated CPU time: 2.47 s
Current children cumulated vsize: 10834680 KiB

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

[startup+5.69946 s]
# the end of solver process 9512 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=9.99712 s, system=0.254911 s

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

[startup+3.20094 s]
/proc/loadavg: 1.47 1.41 1.37 5/227 9579
/proc/meminfo: memFree=4412848/32770624 swapFree=67001736/67108860
[pid=9512] ppid=9509 vsize=10844940 memory=311660 CPUtime=6.66 cores=1,3,5,7
/proc/9512/stat : 9512 (java) S 9509 9512 5532 0 -1 1077944320 41997 13251 0 0 642 17 4 3 20 0 15 0 473736064 11105218560 77915 33554432000 4194304 4196468 140727956168400 140727956150944 140505467338487 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 28053504 140727956175459 140727956178101 140727956178101 140727956180943 0
/proc/9512/statm: 2711235 77915 3606 1 0 2673293 0
[pid=9512/tid=9565] ppid=9509 vsize=10844940 memory=0 CPUtime=3.08 cores=1,3,5,7
/proc/9512/task/9565/stat : 9565 (java) R 9509 9512 5532 0 -1 4202560 20097 13251 0 0 292 9 4 3 20 0 15 0 473736073 11105218560 77915 33554432000 4194304 4196468 140727956168400 140505439173552 140505050055158 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28053504 140727956175459 140727956178101 140727956178101 140727956180943 0
[pid=9512/tid=9566] ppid=9509 vsize=10844940 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/9512/task/9566/stat : 9566 (java) S 9509 9512 5532 0 -1 1077944384 408 13251 0 0 2 0 4 3 20 0 15 0 473736074 11105218560 77915 33554432000 4194304 4196468 140727956168400 140505471581328 140505467348693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28053504 140727956175459 140727956178101 140727956178101 140727956180943 0
[pid=9512/tid=9567] ppid=9509 vsize=10844940 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/9512/task/9567/stat : 9567 (java) S 9509 9512 5532 0 -1 1077944384 92 13251 0 0 2 0 4 3 20 0 15 0 473736074 11105218560 77915 33554432000 4194304 4196468 140727956168400 140505359854608 140505467348693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28053504 140727956175459 140727956178101 140727956178101 140727956180943 0
[pid=9512/tid=9568] ppid=9509 vsize=10844940 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/9512/task/9568/stat : 9568 (java) S 9509 9512 5532 0 -1 1077944384 33 13251 0 0 3 0 4 3 20 0 15 0 473736074 11105218560 77915 33554432000 4194304 4196468 140727956168400 140505040022416 140505467348693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28053504 140727956175459 140727956178101 140727956178101 140727956180943 0
[pid=9512/tid=9569] ppid=9509 vsize=10844940 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/9512/task/9569/stat : 9569 (java) S 9509 9512 5532 0 -1 1077944384 83 13251 0 0 2 0 4 3 20 0 15 0 473736074 11105218560 77915 33554432000 4194304 4196468 140727956168400 140505038969616 140505467348693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28053504 140727956175459 140727956178101 140727956178101 140727956180943 0
[pid=9512/tid=9570] ppid=9509 vsize=10844940 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/9512/task/9570/stat : 9570 (java) S 9509 9512 5532 0 -1 1077944384 1850 13251 0 0 3 0 4 3 20 0 15 0 473736075 11105218560 77915 33554432000 4194304 4196468 140727956168400 140504926902640 140505467349634 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28053504 140727956175459 140727956178101 140727956178101 140727956180943 0
[pid=9512/tid=9571] ppid=9509 vsize=10844940 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9512/task/9571/stat : 9571 (java) S 9509 9512 5532 0 -1 1077944384 35 13251 0 0 0 0 4 3 20 0 15 0 473736075 11105218560 77915 33554432000 4194304 4196468 140727956168400 140504925848672 140505467348693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28053504 140727956175459 140727956178101 140727956178101 140727956180943 0
[pid=9512/tid=9572] ppid=9509 vsize=10844940 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9512/task/9572/stat : 9572 (java) S 9509 9512 5532 0 -1 1077944384 1 13251 0 0 0 0 4 3 20 0 15 0 473736076 11105218560 77915 33554432000 4194304 4196468 140727956168400 140504352154496 140505467348693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28053504 140727956175459 140727956178101 140727956178101 140727956180943 0
[pid=9512/tid=9573] ppid=9509 vsize=10844940 memory=279466945461536 CPUtime=0.07 cores=1,3,5,7
/proc/9512/task/9573/stat : 9573 (java) S 9509 9512 5532 0 -1 1077944384 3 13251 0 0 0 0 4 3 20 0 15 0 473736078 11105218560 77915 33554432000 4194304 4196468 140727956168400 140504044754768 140505467357083 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28053504 140727956175459 140727956178101 140727956178101 140727956180943 0
[pid=9512/tid=9574] ppid=9509 vsize=10844940 memory=6943526294502006880 CPUtime=1.19 cores=1,3,5,7
/proc/9512/task/9574/stat : 9574 (java) R 9509 9512 5532 0 -1 4202560 4701 13251 0 0 111 1 4 3 20 0 15 0 473736078 11105218560 77915 33554432000 4194304 4196468 140727956168400 140504892279504 140505452462036 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28053504 140727956175459 140727956178101 140727956178101 140727956180943 0
[pid=9512/tid=9575] ppid=9509 vsize=10844940 memory=6944656592455360604 CPUtime=1.23 cores=1,3,5,7
/proc/9512/task/9575/stat : 9575 (java) R 9509 9512 5532 0 -1 4202560 7091 13251 0 0 114 2 4 3 20 0 15 0 473736078 11105218560 77915 33554432000 4194304 4196468 140727956168400 140504891225312 140505446509505 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28053504 140727956175459 140727956178101 140727956178101 140727956180943 0
[pid=9512/tid=9576] ppid=9509 vsize=10844940 memory=8546823402028195750 CPUtime=1.14 cores=1,3,5,7
/proc/9512/task/9576/stat : 9576 (java) S 9509 9512 5532 0 -1 1077944384 5396 13251 0 0 106 1 4 3 20 0 15 0 473736078 11105218560 77915 33554432000 4194304 4196468 140727956168400 140504890186352 140505467349634 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28053504 140727956175459 140727956178101 140727956178101 140727956180943 0
[pid=9512/tid=9577] ppid=9509 vsize=10844940 memory=-7606742951091920751 CPUtime=0.07 cores=1,3,5,7
/proc/9512/task/9577/stat : 9577 (java) S 9509 9512 5532 0 -1 1077944384 3 13251 0 0 0 0 4 3 20 0 15 0 473736078 11105218560 77915 33554432000 4194304 4196468 140727956168400 140504011197152 140505467348693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28053504 140727956175459 140727956178101 140727956178101 140727956180943 0
[pid=9512/tid=9579] ppid=9509 vsize=10844940 memory=6944656425123485561 CPUtime=0.07 cores=1,3,5,7
/proc/9512/task/9579/stat : 9579 (java) S 9509 9512 5532 0 -1 1077944384 4 13251 0 0 0 0 4 3 20 0 15 0 473736079 11105218560 77915 33554432000 4194304 4196468 140727956168400 140504432896688 140505467349634 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28053504 140727956175459 140727956178101 140727956178101 140727956180943 0
Current children cumulated CPU time: 6.66 s
Current children cumulated vsize: 10844940 KiB
Current children cumulated memory: 311660 KiB

[startup+4.80071 s]
/proc/loadavg: 1.47 1.41 1.37 4/227 9579
/proc/meminfo: memFree=4339548/32770624 swapFree=67001736/67108860
[pid=9512] ppid=9509 vsize=10844940 memory=362972 CPUtime=9.26 cores=1,3,5,7
/proc/9512/stat : 9512 (java) S 9509 9512 5532 0 -1 1077944320 46485 13251 0 0 900 19 4 3 20 0 15 0 473736064 11105218560 90743 33554432000 4194304 4196468 140727956168400 140727956150944 140505467338487 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 28053504 140727956175459 140727956178101 140727956178101 140727956180943 0
/proc/9512/statm: 2711235 90743 3617 1 0 2673293 0
[pid=9512/tid=9565] ppid=9509 vsize=10844940 memory=6944656592455097440 CPUtime=4.66 cores=1,3,5,7
/proc/9512/task/9565/stat : 9565 (java) R 9509 9512 5532 0 -1 4202560 20520 13251 0 0 449 10 4 3 20 0 15 0 473736073 11105218560 90743 33554432000 4194304 4196468 140727956168400 140505439173552 140505050436103 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28053504 140727956175459 140727956178101 140727956178101 140727956180943 0
[pid=9512/tid=9566] ppid=9509 vsize=10844940 memory=-4695052241013923951 CPUtime=0.1 cores=1,3,5,7
/proc/9512/task/9566/stat : 9566 (java) S 9509 9512 5532 0 -1 1077944384 678 13251 0 0 3 0 4 3 20 0 15 0 473736074 11105218560 90743 33554432000 4194304 4196468 140727956168400 140505471581328 140505467348693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28053504 140727956175459 140727956178101 140727956178101 140727956180943 0
[pid=9512/tid=9567] ppid=9509 vsize=10844940 memory=-1189914978686163229 CPUtime=0.1 cores=1,3,5,7
/proc/9512/task/9567/stat : 9567 (java) S 9509 9512 5532 0 -1 1077944384 169 13251 0 0 3 0 4 3 20 0 15 0 473736074 11105218560 90743 33554432000 4194304 4196468 140727956168400 140505359854608 140505467348693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28053504 140727956175459 140727956178101 140727956178101 140727956180943 0
[pid=9512/tid=9568] ppid=9509 vsize=10844940 memory=-7880843606118635149 CPUtime=0.1 cores=1,3,5,7
/proc/9512/task/9568/stat : 9568 (java) S 9509 9512 5532 0 -1 1077944384 75 13251 0 0 3 0 4 3 20 0 15 0 473736074 11105218560 90743 33554432000 4194304 4196468 140727956168400 140505040022416 140505467348693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28053504 140727956175459 140727956178101 140727956178101 140727956180943 0
[pid=9512/tid=9569] ppid=9509 vsize=10844940 memory=-7751062316387021378 CPUtime=0.09 cores=1,3,5,7
/proc/9512/task/9569/stat : 9569 (java) S 9509 9512 5532 0 -1 1077944384 90 13251 0 0 2 0 4 3 20 0 15 0 473736074 11105218560 90743 33554432000 4194304 4196468 140727956168400 140505038969616 140505467348693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28053504 140727956175459 140727956178101 140727956178101 140727956180943 0
[pid=9512/tid=9570] ppid=9509 vsize=10844940 memory=-2023959437020729679 CPUtime=0.1 cores=1,3,5,7
/proc/9512/task/9570/stat : 9570 (java) S 9509 9512 5532 0 -1 1077944384 2018 13251 0 0 3 0 4 3 20 0 15 0 473736075 11105218560 90743 33554432000 4194304 4196468 140727956168400 140504926902640 140505467349634 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28053504 140727956175459 140727956178101 140727956178101 140727956180943 0
[pid=9512/tid=9571] ppid=9509 vsize=10844940 memory=-6800859132029471843 CPUtime=0.07 cores=1,3,5,7
/proc/9512/task/9571/stat : 9571 (java) S 9509 9512 5532 0 -1 1077944384 35 13251 0 0 0 0 4 3 20 0 15 0 473736075 11105218560 90743 33554432000 4194304 4196468 140727956168400 140504925848672 140505467348693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28053504 140727956175459 140727956178101 140727956178101 140727956180943 0
[pid=9512/tid=9572] ppid=9509 vsize=10844940 memory=-7091624348563251104 CPUtime=0.07 cores=1,3,5,7
/proc/9512/task/9572/stat : 9572 (java) S 9509 9512 5532 0 -1 1077944384 1 13251 0 0 0 0 4 3 20 0 15 0 473736076 11105218560 90743 33554432000 4194304 4196468 140727956168400 140504352154496 140505467348693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28053504 140727956175459 140727956178101 140727956178101 140727956180943 0
[pid=9512/tid=9573] ppid=9509 vsize=10844940 memory=-7674914008656224160 CPUtime=0.07 cores=1,3,5,7
/proc/9512/task/9573/stat : 9573 (java) S 9509 9512 5532 0 -1 1077944384 3 13251 0 0 0 0 4 3 20 0 15 0 473736078 11105218560 90743 33554432000 4194304 4196468 140727956168400 140504044754768 140505467357083 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28053504 140727956175459 140727956178101 140727956178101 140727956180943 0
[pid=9512/tid=9574] ppid=9509 vsize=10844940 memory=191660 CPUtime=1.69 cores=1,3,5,7
/proc/9512/task/9574/stat : 9574 (java) S 9509 9512 5532 0 -1 1077944384 6802 13251 0 0 161 1 4 3 20 0 15 0 473736078 11105218560 90743 33554432000 4194304 4196468 140727956168400 140504892291952 140505467349634 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28053504 140727956175459 140727956178101 140727956178101 140727956180943 0
[pid=9512/tid=9575] ppid=9509 vsize=10844940 memory=-8484953975976466585 CPUtime=1.65 cores=1,3,5,7
/proc/9512/task/9575/stat : 9575 (java) S 9509 9512 5532 0 -1 1077944384 8007 13251 0 0 156 2 4 3 20 0 15 0 473736078 11105218560 90743 33554432000 4194304 4196468 140727956168400 140504891239152 140505467349634 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28053504 140727956175459 140727956178101 140727956178101 140727956180943 0
[pid=9512/tid=9576] ppid=9509 vsize=10844940 memory=-6008818291361628827 CPUtime=1.22 cores=1,3,5,7
/proc/9512/task/9576/stat : 9576 (java) S 9509 9512 5532 0 -1 1077944384 5865 13251 0 0 114 1 4 3 20 0 15 0 473736078 11105218560 90743 33554432000 4194304 4196468 140727956168400 140504890186352 140505467349634 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28053504 140727956175459 140727956178101 140727956178101 140727956180943 0
[pid=9512/tid=9577] ppid=9509 vsize=10844940 memory=7372499716780811105 CPUtime=0.07 cores=1,3,5,7
/proc/9512/task/9577/stat : 9577 (java) S 9509 9512 5532 0 -1 1077944384 3 13251 0 0 0 0 4 3 20 0 15 0 473736078 11105218560 90743 33554432000 4194304 4196468 140727956168400 140504011197152 140505467348693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28053504 140727956175459 140727956178101 140727956178101 140727956180943 0
[pid=9512/tid=9579] ppid=9509 vsize=10844940 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9512/task/9579/stat : 9579 (java) S 9509 9512 5532 0 -1 1077944384 12 13251 0 0 0 0 4 3 20 0 15 0 473736079 11105218560 90743 33554432000 4194304 4196468 140727956168400 140504432896688 140505467349634 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28053504 140727956175459 140727956178101 140727956178101 140727956180943 0
Current children cumulated CPU time: 9.26 s
Current children cumulated vsize: 10844940 KiB
Current children cumulated memory: 362972 KiB

[startup+5.2007 s]
/proc/loadavg: 1.47 1.41 1.37 3/227 9579
/proc/meminfo: memFree=4252576/32770624 swapFree=67001736/67108860
[pid=9512] ppid=9509 vsize=10844940 memory=405388 CPUtime=9.69 cores=1,3,5,7
/proc/9512/stat : 9512 (java) S 9509 9512 5532 0 -1 1077944320 46710 13251 0 0 943 19 4 3 20 0 15 0 473736064 11105218560 101347 33554432000 4194304 4196468 140727956168400 140727956150944 140505467338487 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 28053504 140727956175459 140727956178101 140727956178101 140727956180943 0
/proc/9512/statm: 2711235 101347 3617 1 0 2673293 0
[pid=9512/tid=9565] ppid=9509 vsize=10844940 memory=6943526294502006880 CPUtime=5.06 cores=1,3,5,7
/proc/9512/task/9565/stat : 9565 (java) R 9509 9512 5532 0 -1 4202560 20551 13251 0 0 489 10 4 3 20 0 15 0 473736073 11105218560 101347 33554432000 4194304 4196468 140727956168400 140505439173648 140505050308692 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28053504 140727956175459 140727956178101 140727956178101 140727956180943 0
[pid=9512/tid=9566] ppid=9509 vsize=10844940 memory=6656426216303648864 CPUtime=0.1 cores=1,3,5,7
/proc/9512/task/9566/stat : 9566 (java) S 9509 9512 5532 0 -1 1077944384 678 13251 0 0 3 0 4 3 20 0 15 0 473736074 11105218560 101347 33554432000 4194304 4196468 140727956168400 140505471581328 140505467348693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28053504 140727956175459 140727956178101 140727956178101 140727956180943 0
[pid=9512/tid=9567] ppid=9509 vsize=10844940 memory=-7161732098442470212 CPUtime=0.1 cores=1,3,5,7
/proc/9512/task/9567/stat : 9567 (java) S 9509 9512 5532 0 -1 1077944384 169 13251 0 0 3 0 4 3 20 0 15 0 473736074 11105218560 101347 33554432000 4194304 4196468 140727956168400 140505359854608 140505467348693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28053504 140727956175459 140727956178101 140727956178101 140727956180943 0
[pid=9512/tid=9568] ppid=9509 vsize=10844940 memory=-7595718147998060693 CPUtime=0.1 cores=1,3,5,7
/proc/9512/task/9568/stat : 9568 (java) S 9509 9512 5532 0 -1 1077944384 79 13251 0 0 3 0 4 3 20 0 15 0 473736074 11105218560 101347 33554432000 4194304 4196468 140727956168400 140505040022416 140505467348693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28053504 140727956175459 140727956178101 140727956178101 140727956180943 0
[pid=9512/tid=9569] ppid=9509 vsize=10844940 memory=-6876588628787748224 CPUtime=0.09 cores=1,3,5,7
/proc/9512/task/9569/stat : 9569 (java) S 9509 9512 5532 0 -1 1077944384 91 13251 0 0 2 0 4 3 20 0 15 0 473736074 11105218560 101347 33554432000 4194304 4196468 140727956168400 140505038969616 140505467348693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28053504 140727956175459 140727956178101 140727956178101 140727956180943 0
[pid=9512/tid=9570] ppid=9509 vsize=10844940 memory=-9181546051567709026 CPUtime=0.11 cores=1,3,5,7
/proc/9512/task/9570/stat : 9570 (java) S 9509 9512 5532 0 -1 1077944384 2033 13251 0 0 4 0 4 3 20 0 15 0 473736075 11105218560 101347 33554432000 4194304 4196468 140727956168400 140504926902640 140505467349634 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28053504 140727956175459 140727956178101 140727956178101 140727956180943 0
[pid=9512/tid=9571] ppid=9509 vsize=10844940 memory=7100839870005288300 CPUtime=0.07 cores=1,3,5,7
/proc/9512/task/9571/stat : 9571 (java) S 9509 9512 5532 0 -1 1077944384 35 13251 0 0 0 0 4 3 20 0 15 0 473736075 11105218560 101347 33554432000 4194304 4196468 140727956168400 140504925848672 140505467348693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28053504 140727956175459 140727956178101 140727956178101 140727956180943 0
[pid=9512/tid=9572] ppid=9509 vsize=10844940 memory=4571601851454758279 CPUtime=0.07 cores=1,3,5,7
/proc/9512/task/9572/stat : 9572 (java) S 9509 9512 5532 0 -1 1077944384 1 13251 0 0 0 0 4 3 20 0 15 0 473736076 11105218560 101347 33554432000 4194304 4196468 140727956168400 140504352154496 140505467348693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28053504 140727956175459 140727956178101 140727956178101 140727956180943 0
[pid=9512/tid=9573] ppid=9509 vsize=10844940 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9512/task/9573/stat : 9573 (java) S 9509 9512 5532 0 -1 1077944384 3 13251 0 0 0 0 4 3 20 0 15 0 473736078 11105218560 101347 33554432000 4194304 4196468 140727956168400 140504044754768 140505467357083 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28053504 140727956175459 140727956178101 140727956178101 140727956180943 0
[pid=9512/tid=9574] ppid=9509 vsize=10844940 memory=6735269665564437106 CPUtime=1.69 cores=1,3,5,7
/proc/9512/task/9574/stat : 9574 (java) S 9509 9512 5532 0 -1 1077944384 6807 13251 0 0 161 1 4 3 20 0 15 0 473736078 11105218560 101347 33554432000 4194304 4196468 140727956168400 140504892291952 140505467349634 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28053504 140727956175459 140727956178101 140727956178101 140727956180943 0
[pid=9512/tid=9575] ppid=9509 vsize=10844940 memory=0 CPUtime=1.66 cores=1,3,5,7
/proc/9512/task/9575/stat : 9575 (java) S 9509 9512 5532 0 -1 1077944384 8008 13251 0 0 157 2 4 3 20 0 15 0 473736078 11105218560 101347 33554432000 4194304 4196468 140727956168400 140504891239152 140505467349634 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28053504 140727956175459 140727956178101 140727956178101 140727956180943 0
[pid=9512/tid=9576] ppid=9509 vsize=10844940 memory=3472328296227680303 CPUtime=1.25 cores=1,3,5,7
/proc/9512/task/9576/stat : 9576 (java) S 9509 9512 5532 0 -1 1077944384 6028 13251 0 0 116 2 4 3 20 0 15 0 473736078 11105218560 101347 33554432000 4194304 4196468 140727956168400 140504890186352 140505467349634 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28053504 140727956175459 140727956178101 140727956178101 140727956180943 0
[pid=9512/tid=9577] ppid=9509 vsize=10844940 memory=6656426216303648864 CPUtime=0.07 cores=1,3,5,7
/proc/9512/task/9577/stat : 9577 (java) S 9509 9512 5532 0 -1 1077944384 3 13251 0 0 0 0 4 3 20 0 15 0 473736078 11105218560 101347 33554432000 4194304 4196468 140727956168400 140504011197152 140505467348693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28053504 140727956175459 140727956178101 140727956178101 140727956180943 0
[pid=9512/tid=9579] ppid=9509 vsize=10844940 memory=360836 CPUtime=0.07 cores=1,3,5,7
/proc/9512/task/9579/stat : 9579 (java) S 9509 9512 5532 0 -1 1077944384 17 13251 0 0 0 0 4 3 20 0 15 0 473736079 11105218560 101347 33554432000 4194304 4196468 140727956168400 140504432896688 140505467349634 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28053504 140727956175459 140727956178101 140727956178101 140727956180943 0
Current children cumulated CPU time: 9.69 s
Current children cumulated vsize: 10844940 KiB
Current children cumulated memory: 405388 KiB

[startup+5.60072 s]
/proc/loadavg: 1.47 1.41 1.37 3/227 9579
/proc/meminfo: memFree=4252576/32770624 swapFree=67001736/67108860
[pid=9512] ppid=9509 vsize=10844940 memory=407492 CPUtime=10.1 cores=1,3,5,7
/proc/9512/stat : 9512 (java) S 9509 9512 5532 0 -1 1077944320 46945 13251 0 0 983 20 4 3 20 0 15 0 473736064 11105218560 101873 33554432000 4194304 4196468 140727956168400 140727956150944 140505467338487 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 28053504 140727956175459 140727956178101 140727956178101 140727956180943 0
/proc/9512/statm: 2711235 101873 3617 1 0 2673293 0
[pid=9512/tid=9565] ppid=9509 vsize=10844940 memory=0 CPUtime=5.45 cores=1,3,5,7
/proc/9512/task/9565/stat : 9565 (java) R 9509 9512 5532 0 -1 4202560 20770 13251 0 0 528 10 4 3 20 0 15 0 473736073 11105218560 101873 33554432000 4194304 4196468 140727956168400 140505439173552 140505050374704 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28053504 140727956175459 140727956178101 140727956178101 140727956180943 0
[pid=9512/tid=9566] ppid=9509 vsize=10844940 memory=8996 CPUtime=0.1 cores=1,3,5,7
/proc/9512/task/9566/stat : 9566 (java) S 9509 9512 5532 0 -1 1077944384 680 13251 0 0 3 0 4 3 20 0 15 0 473736074 11105218560 101873 33554432000 4194304 4196468 140727956168400 140505471581328 140505467348693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28053504 140727956175459 140727956178101 140727956178101 140727956180943 0
[pid=9512/tid=9567] ppid=9509 vsize=10844940 memory=3616 CPUtime=0.1 cores=1,3,5,7
/proc/9512/task/9567/stat : 9567 (java) S 9509 9512 5532 0 -1 1077944384 170 13251 0 0 3 0 4 3 20 0 15 0 473736074 11105218560 101873 33554432000 4194304 4196468 140727956168400 140505359854608 140505467348693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28053504 140727956175459 140727956178101 140727956178101 140727956180943 0
[pid=9512/tid=9568] ppid=9509 vsize=10844940 memory=53152 CPUtime=0.1 cores=1,3,5,7
/proc/9512/task/9568/stat : 9568 (java) S 9509 9512 5532 0 -1 1077944384 80 13251 0 0 3 0 4 3 20 0 15 0 473736074 11105218560 101873 33554432000 4194304 4196468 140727956168400 140505040022416 140505467348693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28053504 140727956175459 140727956178101 140727956178101 140727956180943 0
[pid=9512/tid=9569] ppid=9509 vsize=10844940 memory=988 CPUtime=0.1 cores=1,3,5,7
/proc/9512/task/9569/stat : 9569 (java) S 9509 9512 5532 0 -1 1077944384 92 13251 0 0 3 0 4 3 20 0 15 0 473736074 11105218560 101873 33554432000 4194304 4196468 140727956168400 140505038969616 140505467348693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28053504 140727956175459 140727956178101 140727956178101 140727956180943 0
[pid=9512/tid=9570] ppid=9509 vsize=10844940 memory=2012 CPUtime=0.11 cores=1,3,5,7
/proc/9512/task/9570/stat : 9570 (java) S 9509 9512 5532 0 -1 1077944384 2034 13251 0 0 4 0 4 3 20 0 15 0 473736075 11105218560 101873 33554432000 4194304 4196468 140727956168400 140504926902640 140505467349634 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28053504 140727956175459 140727956178101 140727956178101 140727956180943 0
[pid=9512/tid=9571] ppid=9509 vsize=10844940 memory=288230574492221466 CPUtime=0.07 cores=1,3,5,7
/proc/9512/task/9571/stat : 9571 (java) S 9509 9512 5532 0 -1 1077944384 41 13251 0 0 0 0 4 3 20 0 15 0 473736075 11105218560 101873 33554432000 4194304 4196468 140727956168400 140504925848672 140505467348693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28053504 140727956175459 140727956178101 140727956178101 140727956180943 0
[pid=9512/tid=9572] ppid=9509 vsize=10844940 memory=288230596050944315 CPUtime=0.07 cores=1,3,5,7
/proc/9512/task/9572/stat : 9572 (java) S 9509 9512 5532 0 -1 1077944384 4 13251 0 0 0 0 4 3 20 0 15 0 473736076 11105218560 101873 33554432000 4194304 4196468 140727956168400 140504352154496 140505467348693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28053504 140727956175459 140727956178101 140727956178101 140727956180943 0
[pid=9512/tid=9573] ppid=9509 vsize=10844940 memory=8112282956445269571 CPUtime=0.07 cores=1,3,5,7
/proc/9512/task/9573/stat : 9573 (java) S 9509 9512 5532 0 -1 1077944384 3 13251 0 0 0 0 4 3 20 0 15 0 473736078 11105218560 101873 33554432000 4194304 4196468 140727956168400 140504044754768 140505467357083 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28053504 140727956175459 140727956178101 140727956178101 140727956180943 0
[pid=9512/tid=9574] ppid=9509 vsize=10844940 memory=896 CPUtime=1.69 cores=1,3,5,7
/proc/9512/task/9574/stat : 9574 (java) S 9509 9512 5532 0 -1 1077944384 6807 13251 0 0 161 1 4 3 20 0 15 0 473736078 11105218560 101873 33554432000 4194304 4196468 140727956168400 140504892291952 140505467349634 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28053504 140727956175459 140727956178101 140727956178101 140727956180943 0
[pid=9512/tid=9575] ppid=9509 vsize=10844940 memory=1440 CPUtime=1.66 cores=1,3,5,7
/proc/9512/task/9575/stat : 9575 (java) S 9509 9512 5532 0 -1 1077944384 8008 13251 0 0 157 2 4 3 20 0 15 0 473736078 11105218560 101873 33554432000 4194304 4196468 140727956168400 140504891239152 140505467349634 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28053504 140727956175459 140727956178101 140727956178101 140727956180943 0
[pid=9512/tid=9576] ppid=9509 vsize=10844940 memory=1768 CPUtime=1.25 cores=1,3,5,7
/proc/9512/task/9576/stat : 9576 (java) S 9509 9512 5532 0 -1 1077944384 6029 13251 0 0 116 2 4 3 20 0 15 0 473736078 11105218560 101873 33554432000 4194304 4196468 140727956168400 140504890186352 140505467349634 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28053504 140727956175459 140727956178101 140727956178101 140727956180943 0
[pid=9512/tid=9577] ppid=9509 vsize=10844940 memory=111636 CPUtime=0.07 cores=1,3,5,7
/proc/9512/task/9577/stat : 9577 (java) S 9509 9512 5532 0 -1 1077944384 3 13251 0 0 0 0 4 3 20 0 15 0 473736078 11105218560 101873 33554432000 4194304 4196468 140727956168400 140504011197152 140505467348693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28053504 140727956175459 140727956178101 140727956178101 140727956180943 0
[pid=9512/tid=9579] ppid=9509 vsize=10844940 memory=808 CPUtime=0.07 cores=1,3,5,7
/proc/9512/task/9579/stat : 9579 (java) S 9509 9512 5532 0 -1 1077944384 17 13251 0 0 0 0 4 3 20 0 15 0 473736079 11105218560 101873 33554432000 4194304 4196468 140727956168400 140504432896688 140505467349634 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28053504 140727956175459 140727956178101 140727956178101 140727956180943 0
Current children cumulated CPU time: 10.1 s
Current children cumulated vsize: 10844940 KiB
Current children cumulated memory: 407492 KiB

Child status: 0
Real time (s): 5.69951
CPU time (s): 10.252
CPU user time (s): 9.99712
CPU system time (s): 0.254911
CPU usage (%): 179.876
Max. virtual memory (cumulated for all children) (KiB): 10847604
Max. memory (cumulated for all children) (KiB): 410080

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9.99712
system time used= 0.254911
maximum resident set size= 410376
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 61134
page faults= 0
swaps= 0
block input operations= 0
block output operations= 184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6531
involuntary context switches= 41


# summary of solver processes directly reported to runsolver:
#   pid: 9512
#   total CPU time (s): 10.252
#   total CPU user time (s): 9.99712
#   total CPU system time (s): 0.254911

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.05299 second user time and 0.097175 second system time

The end

Launcher Data

Begin job on node146 at 2019-09-20 13:16:20
IDJOB=4402595
IDBENCH=133326
IDSOLVER=2861
FILE ID=node146/4402595-1568978221
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-p20/Primes-20-40-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-4402595-1568978221/watcher-4402595-1568978221 -o /var/tmp/evaluation-result-4402595-1568978221/solver-4402595-1568978221 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node146-1568967595-5564 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1846332404 HOME/instance-4402595-1568978221.xml

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

MD5SUM BENCH= 37689576328d0295b96bd2728694e285
RANDOM SEED=1846332404

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:         4650528 kB
MemAvailable:   30560332 kB
Buffers:          142992 kB
Cached:         25693960 kB
SwapCached:         3828 kB
Active:         14078604 kB
Inactive:       13054364 kB
Active(anon):    1292628 kB
Inactive(anon):    50716 kB
Active(file):   12785976 kB
Inactive(file): 13003648 kB
Unevictable:      111164 kB
Mlocked:          111164 kB
SwapTotal:      67108860 kB
SwapFree:       67001736 kB
Dirty:             35732 kB
Writeback:             0 kB
AnonPages:       1526056 kB
Mapped:            64804 kB
Shmem:             38824 kB
Slab:             577488 kB
SReclaimable:     548640 kB
SUnreclaim:        28848 kB
KernelStack:        4000 kB
PageTables:         8404 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:   1392640 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:26