Trace number 4400756

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.60571 2.71052

General information on the benchmark

NamePrimes/
Primes-m1-p15/Primes-15-20-2-7.xml
MD5SUMd26c1a16a8e9a423ebbeb7c1b2e2b431
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.008024
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints20
Number of domains1
Minimum domain size46
Maximum domain size46
Distribution of domain sizes[{"size":46,"count":76}]
Minimum variable degree0
Maximum variable degree5
Distribution of variable degrees[{"degree":0,"count":24},{"degree":1,"count":44},{"degree":2,"count":15},{"degree":3,"count":11},{"degree":4,"count":5},{"degree":5,"count":1}]
Minimum constraint arity3
Maximum constraint arity9
Distribution of constraint arities[{"arity":3,"count":2},{"arity":4,"count":3},{"arity":6,"count":4},{"arity":7,"count":2},{"arity":8,"count":5},{"arity":9,"count":4}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":20}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4400756-1568685309/watcher-4400756-1568685309 -o /tmp/evaluation-result-4400756-1568685309/solver-4400756-1568685309 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1568673289-31264 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=455458796 HOME/instance-4400756-1568685309.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=4180, runsolver pid=4177
Current StackSize limit: 8192 KiB


[startup+0.100169 s]*
/proc/loadavg: 1.73 1.46 1.41 3/220 4237
/proc/meminfo: memFree=29621652/32770624 swapFree=66967452/67108860
[pid=4180] ppid=4177 vsize=9972712 memory=18328 CPUtime=0.08 cores=0,2,4,6
/proc/4180/stat : 4180 (java) S 4177 4180 31233 0 -1 1077944320 4326 13125 0 0 1 0 5 2 20 0 6 0 444797683 10212057088 4582 33554432000 4194304 4196468 140736725869856 140736725852400 139690241687287 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 24092672 140736725871344 140736725873861 140736725873861 140736725876687 0
/proc/4180/statm: 2493178 4582 1931 1 0 2481616 0
[pid=4180/tid=4233] ppid=4177 vsize=9972712 memory=-8171376296011865461 CPUtime=0.08 cores=0,2,4,6
/proc/4180/task/4233/stat : 4233 (java) R 4177 4180 31233 0 -1 4202560 2125 13125 0 0 1 0 5 2 20 0 6 0 444797692 10212057088 4582 33554432000 4194304 4196468 140736725869856 139690213524048 139690241709213 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24092672 140736725871344 140736725873861 140736725873861 140736725876687 0
[pid=4180/tid=4234] ppid=4177 vsize=9972712 memory=7948963741541478447 CPUtime=0.07 cores=0,2,4,6
/proc/4180/task/4234/stat : 4234 (java) S 4177 4180 31233 0 -1 1077944384 1 13125 0 0 0 0 5 2 20 0 6 0 444797693 10212057088 4582 33554432000 4194304 4196468 140736725869856 139690245929616 139690241697493 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24092672 140736725871344 140736725873861 140736725873861 140736725876687 0
[pid=4180/tid=4235] ppid=4177 vsize=9972712 memory=140048547391104 CPUtime=0.07 cores=0,2,4,6
/proc/4180/task/4235/stat : 4235 (java) S 4177 4180 31233 0 -1 1077944384 1 13125 0 0 0 0 5 2 20 0 6 0 444797693 10212057088 4582 33554432000 4194304 4196468 140736725869856 139690134202896 139690241697493 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24092672 140736725871344 140736725873861 140736725873861 140736725876687 0
[pid=4180/tid=4236] ppid=4177 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/4180/task/4236/stat : 4236 (java) S 4177 4180 31233 0 -1 1077944384 1 13125 0 0 0 0 5 2 20 0 6 0 444797693 10212057088 4582 33554432000 4194304 4196468 140736725869856 139690133150096 139690241697493 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24092672 140736725871344 140736725873861 140736725873861 140736725876687 0
[pid=4180/tid=4237] ppid=4177 vsize=9972712 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/4180/task/4237/stat : 4237 (java) S 4177 4180 31233 0 -1 1077944384 2 13125 0 0 0 0 5 2 20 0 6 0 444797693 10212057088 4582 33554432000 4194304 4196468 140736725869856 139690132097296 139690241697493 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24092672 140736725871344 140736725873861 140736725873861 140736725876687 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18328 KiB

[startup+0.211975 s]*
/proc/loadavg: 1.73 1.46 1.41 3/229 4246
/proc/meminfo: memFree=29605216/32770624 swapFree=66967452/67108860
[pid=4180] ppid=4177 vsize=10820196 memory=41080 CPUtime=0.26 cores=0,2,4,6
/proc/4180/stat : 4180 (java) S 4177 4180 31233 0 -1 1077944320 7065 13125 0 0 18 1 5 2 20 0 15 0 444797683 11079880704 10270 33554432000 4194304 4196468 140736725869856 140736725852400 139690241687287 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 24092672 140736725871344 140736725873861 140736725873861 140736725876687 0
/proc/4180/statm: 2705049 10270 3321 1 0 2667149 0
[pid=4180/tid=4233] ppid=4177 vsize=10820196 memory=8389772277269004345 CPUtime=0.19 cores=0,2,4,6
/proc/4180/task/4233/stat : 4233 (java) R 4177 4180 31233 0 -1 4202560 3554 13125 0 0 11 1 5 2 20 0 15 0 444797692 11079880704 10270 33554432000 4194304 4196468 140736725869856 139690213501472 139689801648509 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24092672 140736725871344 140736725873861 140736725873861 140736725876687 0
[pid=4180/tid=4234] ppid=4177 vsize=10820196 memory=4294967660 CPUtime=0.07 cores=0,2,4,6
/proc/4180/task/4234/stat : 4234 (java) S 4177 4180 31233 0 -1 1077944384 1 13125 0 0 0 0 5 2 20 0 15 0 444797693 11079880704 10270 33554432000 4194304 4196468 140736725869856 139690245929616 139690241697493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24092672 140736725871344 140736725873861 140736725873861 140736725876687 0
[pid=4180/tid=4235] ppid=4177 vsize=10820196 memory=140048550427759 CPUtime=0.07 cores=0,2,4,6
/proc/4180/task/4235/stat : 4235 (java) S 4177 4180 31233 0 -1 1077944384 1 13125 0 0 0 0 5 2 20 0 15 0 444797693 11079880704 10270 33554432000 4194304 4196468 140736725869856 139690134202896 139690241697493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24092672 140736725871344 140736725873861 140736725873861 140736725876687 0
[pid=4180/tid=4236] ppid=4177 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/4180/task/4236/stat : 4236 (java) S 4177 4180 31233 0 -1 1077944384 1 13125 0 0 0 0 5 2 20 0 15 0 444797693 11079880704 10270 33554432000 4194304 4196468 140736725869856 139690133150096 139690241697493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24092672 140736725871344 140736725873861 140736725873861 140736725876687 0
[pid=4180/tid=4237] ppid=4177 vsize=10820196 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/4180/task/4237/stat : 4237 (java) S 4177 4180 31233 0 -1 1077944384 2 13125 0 0 0 0 5 2 20 0 15 0 444797693 11079880704 10270 33554432000 4194304 4196468 140736725869856 139690132097296 139690241697493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24092672 140736725871344 140736725873861 140736725873861 140736725876687 0
[pid=4180/tid=4238] ppid=4177 vsize=10820196 memory=140048547391104 CPUtime=0.07 cores=0,2,4,6
/proc/4180/task/4238/stat : 4238 (java) S 4177 4180 31233 0 -1 1077944384 2 13125 0 0 0 0 5 2 20 0 15 0 444797695 11079880704 10270 33554432000 4194304 4196468 140736725869856 139689244851056 139690241698434 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24092672 140736725871344 140736725873861 140736725873861 140736725876687 0
[pid=4180/tid=4239] ppid=4177 vsize=10820196 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/4180/task/4239/stat : 4239 (java) S 4177 4180 31233 0 -1 1077944384 33 13125 0 0 0 0 5 2 20 0 15 0 444797695 11079880704 10270 33554432000 4194304 4196468 140736725869856 139689243797024 139690241697493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24092672 140736725871344 140736725873861 140736725873861 140736725876687 0
[pid=4180/tid=4240] ppid=4177 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/4180/task/4240/stat : 4240 (java) S 4177 4180 31233 0 -1 1077944384 1 13125 0 0 0 0 5 2 20 0 15 0 444797695 11079880704 10270 33554432000 4194304 4196468 140736725869856 139689113675120 139690241697493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24092672 140736725871344 140736725873861 140736725873861 140736725876687 0
[pid=4180/tid=4241] ppid=4177 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/4180/task/4241/stat : 4241 (java) S 4177 4180 31233 0 -1 1077944384 3 13125 0 0 0 0 5 2 20 0 15 0 444797698 11079880704 10270 33554432000 4194304 4196468 140736725869856 139688806275408 139690241705883 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24092672 140736725871344 140736725873861 140736725873861 140736725876687 0
[pid=4180/tid=4242] ppid=4177 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/4180/task/4242/stat : 4242 (java) S 4177 4180 31233 0 -1 1077944384 320 13125 0 0 0 0 5 2 20 0 15 0 444797698 11079880704 10270 33554432000 4194304 4196468 140736725869856 139689210239344 139690241698434 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24092672 140736725871344 140736725873861 140736725873861 140736725876687 0
[pid=4180/tid=4243] ppid=4177 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/4180/task/4243/stat : 4243 (java) S 4177 4180 31233 0 -1 1077944384 337 13125 0 0 1 0 5 2 20 0 15 0 444797698 11079880704 10270 33554432000 4194304 4196468 140736725869856 139689209186544 139690241698434 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24092672 140736725871344 140736725873861 140736725873861 140736725876687 0
[pid=4180/tid=4244] ppid=4177 vsize=10820196 memory=140048547391104 CPUtime=0.1 cores=0,2,4,6
/proc/4180/task/4244/stat : 4244 (java) S 4177 4180 31233 0 -1 1077944384 603 13125 0 0 3 0 5 2 20 0 15 0 444797698 11079880704 10270 33554432000 4194304 4196468 140736725869856 139689208133744 139690241698434 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24092672 140736725871344 140736725873861 140736725873861 140736725876687 0
[pid=4180/tid=4245] ppid=4177 vsize=10820196 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/4180/task/4245/stat : 4245 (java) S 4177 4180 31233 0 -1 1077944384 3 13125 0 0 0 0 5 2 20 0 15 0 444797698 11079880704 10270 33554432000 4194304 4196468 140736725869856 139688772716768 139690241697493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24092672 140736725871344 140736725873861 140736725873861 140736725876687 0
[pid=4180/tid=4246] ppid=4177 vsize=10820196 memory=140048547391104 CPUtime=0.07 cores=0,2,4,6
/proc/4180/task/4246/stat : 4246 (java) S 4177 4180 31233 0 -1 1077944384 1 13125 0 0 0 0 5 2 20 0 15 0 444797698 11079880704 10270 33554432000 4194304 4196468 140736725869856 139689207082160 139690241698434 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24092672 140736725871344 140736725873861 140736725873861 140736725876687 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 41080 KiB

[startup+0.311009 s]*
/proc/loadavg: 1.73 1.46 1.41 3/229 4246
/proc/meminfo: memFree=29592356/32770624 swapFree=66967452/67108860
[pid=4180] ppid=4177 vsize=10820196 memory=49108 CPUtime=0.39 cores=0,2,4,6
/proc/4180/stat : 4180 (java) S 4177 4180 31233 0 -1 1077944320 10512 13125 0 0 29 3 5 2 20 0 15 0 444797683 11079880704 12277 33554432000 4194304 4196468 140736725869856 140736725852400 139690241687287 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 24092672 140736725871344 140736725873861 140736725873861 140736725876687 0
/proc/4180/statm: 2705049 12277 3332 1 0 2667149 0
[pid=4180/tid=4233] ppid=4177 vsize=10820196 memory=6935054825532540783 CPUtime=0.29 cores=0,2,4,6
/proc/4180/task/4233/stat : 4233 (java) R 4177 4180 31233 0 -1 4202560 6997 13125 0 0 19 3 5 2 20 0 15 0 444797692 11079880704 12277 33554432000 4194304 4196468 140736725869856 139690213496240 139690225829585 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24092672 140736725871344 140736725873861 140736725873861 140736725876687 0
[pid=4180/tid=4234] ppid=4177 vsize=10820196 memory=4126316290023845779 CPUtime=0.07 cores=0,2,4,6
/proc/4180/task/4234/stat : 4234 (java) S 4177 4180 31233 0 -1 1077944384 1 13125 0 0 0 0 5 2 20 0 15 0 444797693 11079880704 12277 33554432000 4194304 4196468 140736725869856 139690245929616 139690241697493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24092672 140736725871344 140736725873861 140736725873861 140736725876687 0
[pid=4180/tid=4235] ppid=4177 vsize=10820196 memory=-2843869621071234206 CPUtime=0.07 cores=0,2,4,6
/proc/4180/task/4235/stat : 4235 (java) S 4177 4180 31233 0 -1 1077944384 1 13125 0 0 0 0 5 2 20 0 15 0 444797693 11079880704 12277 33554432000 4194304 4196468 140736725869856 139690134202896 139690241697493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24092672 140736725871344 140736725873861 140736725873861 140736725876687 0
[pid=4180/tid=4236] ppid=4177 vsize=10820196 memory=-8412656567334364540 CPUtime=0.07 cores=0,2,4,6
/proc/4180/task/4236/stat : 4236 (java) S 4177 4180 31233 0 -1 1077944384 1 13125 0 0 0 0 5 2 20 0 15 0 444797693 11079880704 12277 33554432000 4194304 4196468 140736725869856 139690133150096 139690241697493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24092672 140736725871344 140736725873861 140736725873861 140736725876687 0
[pid=4180/tid=4237] ppid=4177 vsize=10820196 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/4180/task/4237/stat : 4237 (java) S 4177 4180 31233 0 -1 1077944384 2 13125 0 0 0 0 5 2 20 0 15 0 444797693 11079880704 12277 33554432000 4194304 4196468 140736725869856 139690132097296 139690241697493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24092672 140736725871344 140736725873861 140736725873861 140736725876687 0
[pid=4180/tid=4238] ppid=4177 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/4180/task/4238/stat : 4238 (java) S 4177 4180 31233 0 -1 1077944384 2 13125 0 0 0 0 5 2 20 0 15 0 444797695 11079880704 12277 33554432000 4194304 4196468 140736725869856 139689244851056 139690241698434 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24092672 140736725871344 140736725873861 140736725873861 140736725876687 0
[pid=4180/tid=4239] ppid=4177 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/4180/task/4239/stat : 4239 (java) S 4177 4180 31233 0 -1 1077944384 33 13125 0 0 0 0 5 2 20 0 15 0 444797695 11079880704 12277 33554432000 4194304 4196468 140736725869856 139689243797024 139690241697493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24092672 140736725871344 140736725873861 140736725873861 140736725876687 0
[pid=4180/tid=4240] ppid=4177 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/4180/task/4240/stat : 4240 (java) S 4177 4180 31233 0 -1 1077944384 1 13125 0 0 0 0 5 2 20 0 15 0 444797695 11079880704 12277 33554432000 4194304 4196468 140736725869856 139689113675120 139690241697493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24092672 140736725871344 140736725873861 140736725873861 140736725876687 0
[pid=4180/tid=4241] ppid=4177 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/4180/task/4241/stat : 4241 (java) S 4177 4180 31233 0 -1 1077944384 3 13125 0 0 0 0 5 2 20 0 15 0 444797698 11079880704 12277 33554432000 4194304 4196468 140736725869856 139688806275408 139690241705883 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24092672 140736725871344 140736725873861 140736725873861 140736725876687 0
[pid=4180/tid=4242] ppid=4177 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/4180/task/4242/stat : 4242 (java) S 4177 4180 31233 0 -1 1077944384 320 13125 0 0 1 0 5 2 20 0 15 0 444797698 11079880704 12277 33554432000 4194304 4196468 140736725869856 139689210239344 139690241698434 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24092672 140736725871344 140736725873861 140736725873861 140736725876687 0
[pid=4180/tid=4243] ppid=4177 vsize=10820196 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/4180/task/4243/stat : 4243 (java) S 4177 4180 31233 0 -1 1077944384 338 13125 0 0 2 0 5 2 20 0 15 0 444797698 11079880704 12277 33554432000 4194304 4196468 140736725869856 139689209186544 139690241698434 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24092672 140736725871344 140736725873861 140736725873861 140736725876687 0
[pid=4180/tid=4244] ppid=4177 vsize=10820196 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/4180/task/4244/stat : 4244 (java) S 4177 4180 31233 0 -1 1077944384 610 13125 0 0 5 0 5 2 20 0 15 0 444797698 11079880704 12277 33554432000 4194304 4196468 140736725869856 139689208133744 139690241698434 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24092672 140736725871344 140736725873861 140736725873861 140736725876687 0
[pid=4180/tid=4245] ppid=4177 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/4180/task/4245/stat : 4245 (java) S 4177 4180 31233 0 -1 1077944384 3 13125 0 0 0 0 5 2 20 0 15 0 444797698 11079880704 12277 33554432000 4194304 4196468 140736725869856 139688772716768 139690241697493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24092672 140736725871344 140736725873861 140736725873861 140736725876687 0
[pid=4180/tid=4246] ppid=4177 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/4180/task/4246/stat : 4246 (java) S 4177 4180 31233 0 -1 1077944384 1 13125 0 0 0 0 5 2 20 0 15 0 444797698 11079880704 12277 33554432000 4194304 4196468 140736725869856 139689207082160 139690241698434 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24092672 140736725871344 140736725873861 140736725873861 140736725876687 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 49108 KiB

[startup+0.700724 s]
/proc/loadavg: 1.73 1.46 1.41 3/229 4246
/proc/meminfo: memFree=29578440/32770624 swapFree=66967452/67108860
[pid=4180] ppid=4177 vsize=10824364 memory=81152 CPUtime=1.12 cores=0,2,4,6
/proc/4180/stat : 4180 (java) S 4177 4180 31233 0 -1 1077944320 14599 13125 0 0 99 6 5 2 20 0 15 0 444797683 11084148736 20288 33554432000 4194304 4196468 140736725869856 140736725852400 139690241687287 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 24092672 140736725871344 140736725873861 140736725873861 140736725876687 0
/proc/4180/statm: 2706091 20288 3507 1 0 2668173 0
[pid=4180/tid=4233] ppid=4177 vsize=10824364 memory=2437662377729 CPUtime=0.65 cores=0,2,4,6
/proc/4180/task/4233/stat : 4233 (java) R 4177 4180 31233 0 -1 4202560 10075 13125 0 0 54 4 5 2 20 0 15 0 444797692 11084148736 20288 33554432000 4194304 4196468 140736725869856 139690213501792 139690241708634 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24092672 140736725871344 140736725873861 140736725873861 140736725876687 0
[pid=4180/tid=4234] ppid=4177 vsize=10824364 memory=2450547279617 CPUtime=0.07 cores=0,2,4,6
/proc/4180/task/4234/stat : 4234 (java) S 4177 4180 31233 0 -1 1077944384 1 13125 0 0 0 0 5 2 20 0 15 0 444797693 11084148736 20288 33554432000 4194304 4196468 140736725869856 139690245929616 139690241697493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24092672 140736725871344 140736725873861 140736725873861 140736725876687 0
[pid=4180/tid=4235] ppid=4177 vsize=10824364 memory=2472022116097 CPUtime=0.07 cores=0,2,4,6
/proc/4180/task/4235/stat : 4235 (java) S 4177 4180 31233 0 -1 1077944384 1 13125 0 0 0 0 5 2 20 0 15 0 444797693 11084148736 20288 33554432000 4194304 4196468 140736725869856 139690134202896 139690241697493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24092672 140736725871344 140736725873861 140736725873861 140736725876687 0
[pid=4180/tid=4236] ppid=4177 vsize=10824364 memory=2476317083393 CPUtime=0.07 cores=0,2,4,6
/proc/4180/task/4236/stat : 4236 (java) S 4177 4180 31233 0 -1 1077944384 1 13125 0 0 0 0 5 2 20 0 15 0 444797693 11084148736 20288 33554432000 4194304 4196468 140736725869856 139690133150096 139690241697493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24092672 140736725871344 140736725873861 140736725873861 140736725876687 0
[pid=4180/tid=4237] ppid=4177 vsize=10824364 memory=8730425 CPUtime=0.07 cores=0,2,4,6
/proc/4180/task/4237/stat : 4237 (java) S 4177 4180 31233 0 -1 1077944384 2 13125 0 0 0 0 5 2 20 0 15 0 444797693 11084148736 20288 33554432000 4194304 4196468 140736725869856 139690132097296 139690241697493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24092672 140736725871344 140736725873861 140736725873861 140736725876687 0
[pid=4180/tid=4238] ppid=4177 vsize=10824364 memory=4639649383340284835 CPUtime=0.07 cores=0,2,4,6
/proc/4180/task/4238/stat : 4238 (java) S 4177 4180 31233 0 -1 1077944384 5 13125 0 0 0 0 5 2 20 0 15 0 444797695 11084148736 20288 33554432000 4194304 4196468 140736725869856 139689244851056 139690241698434 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24092672 140736725871344 140736725873861 140736725873861 140736725876687 0
[pid=4180/tid=4239] ppid=4177 vsize=10824364 memory=6441370542062719057 CPUtime=0.07 cores=0,2,4,6
/proc/4180/task/4239/stat : 4239 (java) S 4177 4180 31233 0 -1 1077944384 33 13125 0 0 0 0 5 2 20 0 15 0 444797695 11084148736 20288 33554432000 4194304 4196468 140736725869856 139689243797024 139690241697493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24092672 140736725871344 140736725873861 140736725873861 140736725876687 0
[pid=4180/tid=4240] ppid=4177 vsize=10824364 memory=7013340846366745708 CPUtime=0.07 cores=0,2,4,6
/proc/4180/task/4240/stat : 4240 (java) S 4177 4180 31233 0 -1 1077944384 1 13125 0 0 0 0 5 2 20 0 15 0 444797695 11084148736 20288 33554432000 4194304 4196468 140736725869856 139689113675120 139690241697493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24092672 140736725871344 140736725873861 140736725873861 140736725876687 0
[pid=4180/tid=4241] ppid=4177 vsize=10824364 memory=280096829646400 CPUtime=0.07 cores=0,2,4,6
/proc/4180/task/4241/stat : 4241 (java) S 4177 4180 31233 0 -1 1077944384 3 13125 0 0 0 0 5 2 20 0 15 0 444797698 11084148736 20288 33554432000 4194304 4196468 140736725869856 139688806275408 139690241705883 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24092672 140736725871344 140736725873861 140736725873861 140736725876687 0
[pid=4180/tid=4242] ppid=4177 vsize=10824364 memory=140050293588577 CPUtime=0.21 cores=0,2,4,6
/proc/4180/task/4242/stat : 4242 (java) R 4177 4180 31233 0 -1 4202560 720 13125 0 0 14 0 5 2 20 0 15 0 444797698 11084148736 20288 33554432000 4194304 4196468 140736725869856 139689210239344 139690225173439 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24092672 140736725871344 140736725873861 140736725873861 140736725876687 0
[pid=4180/tid=4243] ppid=4177 vsize=10824364 memory=142515604816522 CPUtime=0.19 cores=0,2,4,6
/proc/4180/task/4243/stat : 4243 (java) R 4177 4180 31233 0 -1 4202560 787 13125 0 0 12 0 5 2 20 0 15 0 444797698 11084148736 20288 33554432000 4194304 4196468 140736725869856 139689209186544 139690227368017 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24092672 140736725871344 140736725873861 140736725873861 140736725876687 0
[pid=4180/tid=4244] ppid=4177 vsize=10824364 memory=140050293588857 CPUtime=0.24 cores=0,2,4,6
/proc/4180/task/4244/stat : 4244 (java) S 4177 4180 31233 0 -1 1077944384 760 13125 0 0 17 0 5 2 20 0 15 0 444797698 11084148736 20288 33554432000 4194304 4196468 140736725869856 139689208133744 139690241698434 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24092672 140736725871344 140736725873861 140736725873861 140736725876687 0
[pid=4180/tid=4245] ppid=4177 vsize=10824364 memory=140050293588859 CPUtime=0.07 cores=0,2,4,6
/proc/4180/task/4245/stat : 4245 (java) S 4177 4180 31233 0 -1 1077944384 3 13125 0 0 0 0 5 2 20 0 15 0 444797698 11084148736 20288 33554432000 4194304 4196468 140736725869856 139688772716768 139690241697493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24092672 140736725871344 140736725873861 140736725873861 140736725876687 0
[pid=4180/tid=4246] ppid=4177 vsize=10824364 memory=140050293588889 CPUtime=0.07 cores=0,2,4,6
/proc/4180/task/4246/stat : 4246 (java) S 4177 4180 31233 0 -1 1077944384 1 13125 0 0 0 0 5 2 20 0 15 0 444797698 11084148736 20288 33554432000 4194304 4196468 140736725869856 139689207082160 139690241698434 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24092672 140736725871344 140736725873861 140736725873861 140736725876687 0
Current children cumulated CPU time: 1.12 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 81152 KiB

[startup+1.50065 s]
/proc/loadavg: 1.73 1.46 1.41 3/229 4246
/proc/meminfo: memFree=29517248/32770624 swapFree=66967452/67108860
[pid=4180] ppid=4177 vsize=10834680 memory=169052 CPUtime=2.44 cores=0,2,4,6
/proc/4180/stat : 4180 (java) S 4177 4180 31233 0 -1 1077944320 21909 13125 0 0 225 12 5 2 20 0 15 0 444797683 11094712320 42263 33554432000 4194304 4196468 140736725869856 140736725852400 139690241687287 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 24092672 140736725871344 140736725873861 140736725873861 140736725876687 0
/proc/4180/statm: 2708670 42263 3581 1 0 2670733 0
[pid=4180/tid=4233] ppid=4177 vsize=10834680 memory=0 CPUtime=1.42 cores=0,2,4,6
/proc/4180/task/4233/stat : 4233 (java) R 4177 4180 31233 0 -1 4202560 14846 13125 0 0 128 7 5 2 20 0 15 0 444797692 11094712320 42263 33554432000 4194304 4196468 140736725869856 139690213492176 139690223556608 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24092672 140736725871344 140736725873861 140736725873861 140736725876687 0
[pid=4180/tid=4234] ppid=4177 vsize=10834680 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/4180/task/4234/stat : 4234 (java) S 4177 4180 31233 0 -1 1077944384 409 13125 0 0 1 0 5 2 20 0 15 0 444797693 11094712320 42263 33554432000 4194304 4196468 140736725869856 139690245929616 139690241697493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24092672 140736725871344 140736725873861 140736725873861 140736725876687 0
[pid=4180/tid=4235] ppid=4177 vsize=10834680 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/4180/task/4235/stat : 4235 (java) S 4177 4180 31233 0 -1 1077944384 54 13125 0 0 0 0 5 2 20 0 15 0 444797693 11094712320 42263 33554432000 4194304 4196468 140736725869856 139690134202896 139690241697493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24092672 140736725871344 140736725873861 140736725873861 140736725876687 0
[pid=4180/tid=4236] ppid=4177 vsize=10834680 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/4180/task/4236/stat : 4236 (java) S 4177 4180 31233 0 -1 1077944384 21 13125 0 0 1 0 5 2 20 0 15 0 444797693 11094712320 42263 33554432000 4194304 4196468 140736725869856 139690133150096 139690241697493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24092672 140736725871344 140736725873861 140736725873861 140736725876687 0
[pid=4180/tid=4237] ppid=4177 vsize=10834680 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/4180/task/4237/stat : 4237 (java) S 4177 4180 31233 0 -1 1077944384 87 13125 0 0 1 0 5 2 20 0 15 0 444797693 11094712320 42263 33554432000 4194304 4196468 140736725869856 139690132097296 139690241697493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24092672 140736725871344 140736725873861 140736725873861 140736725876687 0
[pid=4180/tid=4238] ppid=4177 vsize=10834680 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/4180/task/4238/stat : 4238 (java) S 4177 4180 31233 0 -1 1077944384 566 13125 0 0 1 0 5 2 20 0 15 0 444797695 11094712320 42263 33554432000 4194304 4196468 140736725869856 139689244851056 139690241698434 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24092672 140736725871344 140736725873861 140736725873861 140736725876687 0
[pid=4180/tid=4239] ppid=4177 vsize=10834680 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/4180/task/4239/stat : 4239 (java) S 4177 4180 31233 0 -1 1077944384 33 13125 0 0 0 0 5 2 20 0 15 0 444797695 11094712320 42263 33554432000 4194304 4196468 140736725869856 139689243797088 139690241697493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24092672 140736725871344 140736725873861 140736725873861 140736725876687 0
[pid=4180/tid=4240] ppid=4177 vsize=10834680 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/4180/task/4240/stat : 4240 (java) S 4177 4180 31233 0 -1 1077944384 2 13125 0 0 0 0 5 2 20 0 15 0 444797695 11094712320 42263 33554432000 4194304 4196468 140736725869856 139689113675136 139690241697493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24092672 140736725871344 140736725873861 140736725873861 140736725876687 0
[pid=4180/tid=4241] ppid=4177 vsize=10834680 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/4180/task/4241/stat : 4241 (java) S 4177 4180 31233 0 -1 1077944384 3 13125 0 0 0 0 5 2 20 0 15 0 444797698 11094712320 42263 33554432000 4194304 4196468 140736725869856 139688806275408 139690241705883 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24092672 140736725871344 140736725873861 140736725873861 140736725876687 0
[pid=4180/tid=4242] ppid=4177 vsize=10834680 memory=0 CPUtime=0.34 cores=0,2,4,6
/proc/4180/task/4242/stat : 4242 (java) S 4177 4180 31233 0 -1 1077944384 1075 13125 0 0 27 0 5 2 20 0 15 0 444797698 11094712320 42263 33554432000 4194304 4196468 140736725869856 139689210239344 139690241698434 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24092672 140736725871344 140736725873861 140736725873861 140736725876687 0
[pid=4180/tid=4243] ppid=4177 vsize=10834680 memory=-7966001967407402336 CPUtime=0.29 cores=0,2,4,6
/proc/4180/task/4243/stat : 4243 (java) S 4177 4180 31233 0 -1 1077944384 1005 13125 0 0 22 0 5 2 20 0 15 0 444797698 11094712320 42263 33554432000 4194304 4196468 140736725869856 139689209186544 139690241698434 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24092672 140736725871344 140736725873861 140736725873861 140736725876687 0
[pid=4180/tid=4244] ppid=4177 vsize=10834680 memory=6944938067432061290 CPUtime=0.47 cores=0,2,4,6
/proc/4180/task/4244/stat : 4244 (java) R 4177 4180 31233 0 -1 4202560 1598 13125 0 0 40 0 5 2 20 0 15 0 444797698 11094712320 42263 33554432000 4194304 4196468 140736725869856 139689208133744 139690220342520 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24092672 140736725871344 140736725873861 140736725873861 140736725876687 0
[pid=4180/tid=4245] ppid=4177 vsize=10834680 memory=7100839861529441392 CPUtime=0.07 cores=0,2,4,6
/proc/4180/task/4245/stat : 4245 (java) S 4177 4180 31233 0 -1 1077944384 3 13125 0 0 0 0 5 2 20 0 15 0 444797698 11094712320 42263 33554432000 4194304 4196468 140736725869856 139688772716768 139690241697493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24092672 140736725871344 140736725873861 140736725873861 140736725876687 0
[pid=4180/tid=4246] ppid=4177 vsize=10834680 memory=4627829655977429107 CPUtime=0.07 cores=0,2,4,6
/proc/4180/task/4246/stat : 4246 (java) S 4177 4180 31233 0 -1 1077944384 1 13125 0 0 0 0 5 2 20 0 15 0 444797698 11094712320 42263 33554432000 4194304 4196468 140736725869856 139689207082160 139690241698434 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24092672 140736725871344 140736725873861 140736725873861 140736725876687 0
Current children cumulated CPU time: 2.44 s
Current children cumulated vsize: 10834680 KiB
Current children cumulated memory: 169052 KiB

[startup+2.71049 s]
# the end of solver process 4180 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=5.39498 s, system=0.210733 s

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

[startup+1.60086 s]
/proc/loadavg: 1.73 1.46 1.41 3/229 4246
/proc/meminfo: memFree=29517248/32770624 swapFree=66967452/67108860
[pid=4180] ppid=4177 vsize=10834680 memory=170284 CPUtime=2.65 cores=0,2,4,6
/proc/4180/stat : 4180 (java) S 4177 4180 31233 0 -1 1077944320 22254 13125 0 0 246 12 5 2 20 0 15 0 444797683 11094712320 42571 33554432000 4194304 4196468 140736725869856 140736725852400 139690241687287 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 24092672 140736725871344 140736725873861 140736725873861 140736725876687 0
/proc/4180/statm: 2708670 42571 3581 1 0 2670733 0
[pid=4180/tid=4233] ppid=4177 vsize=10834680 memory=4572432629746213271 CPUtime=1.52 cores=0,2,4,6
/proc/4180/task/4233/stat : 4233 (java) R 4177 4180 31233 0 -1 4202560 15004 13125 0 0 138 7 5 2 20 0 15 0 444797692 11094712320 42571 33554432000 4194304 4196468 140736725869856 139690213514800 139690241699222 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24092672 140736725871344 140736725873861 140736725873861 140736725876687 0
[pid=4180/tid=4234] ppid=4177 vsize=10834680 memory=280096829336864 CPUtime=0.08 cores=0,2,4,6
/proc/4180/task/4234/stat : 4234 (java) S 4177 4180 31233 0 -1 1077944384 409 13125 0 0 1 0 5 2 20 0 15 0 444797693 11094712320 42571 33554432000 4194304 4196468 140736725869856 139690245929616 139690241697493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24092672 140736725871344 140736725873861 140736725873861 140736725876687 0
[pid=4180/tid=4235] ppid=4177 vsize=10834680 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/4180/task/4235/stat : 4235 (java) S 4177 4180 31233 0 -1 1077944384 54 13125 0 0 0 0 5 2 20 0 15 0 444797693 11094712320 42571 33554432000 4194304 4196468 140736725869856 139690134202896 139690241697493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24092672 140736725871344 140736725873861 140736725873861 140736725876687 0
[pid=4180/tid=4236] ppid=4177 vsize=10834680 memory=13365938227929 CPUtime=0.08 cores=0,2,4,6
/proc/4180/task/4236/stat : 4236 (java) S 4177 4180 31233 0 -1 1077944384 21 13125 0 0 1 0 5 2 20 0 15 0 444797693 11094712320 42571 33554432000 4194304 4196468 140736725869856 139690133150096 139690241697493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24092672 140736725871344 140736725873861 140736725873861 140736725876687 0
[pid=4180/tid=4237] ppid=4177 vsize=10834680 memory=7373916857611400753 CPUtime=0.08 cores=0,2,4,6
/proc/4180/task/4237/stat : 4237 (java) S 4177 4180 31233 0 -1 1077944384 87 13125 0 0 1 0 5 2 20 0 15 0 444797693 11094712320 42571 33554432000 4194304 4196468 140736725869856 139690132097296 139690241697493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24092672 140736725871344 140736725873861 140736725873861 140736725876687 0
[pid=4180/tid=4238] ppid=4177 vsize=10834680 memory=6225492446231806046 CPUtime=0.08 cores=0,2,4,6
/proc/4180/task/4238/stat : 4238 (java) S 4177 4180 31233 0 -1 1077944384 566 13125 0 0 1 0 5 2 20 0 15 0 444797695 11094712320 42571 33554432000 4194304 4196468 140736725869856 139689244851056 139690241698434 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24092672 140736725871344 140736725873861 140736725873861 140736725876687 0
[pid=4180/tid=4239] ppid=4177 vsize=10834680 memory=1359 CPUtime=0.07 cores=0,2,4,6
/proc/4180/task/4239/stat : 4239 (java) S 4177 4180 31233 0 -1 1077944384 33 13125 0 0 0 0 5 2 20 0 15 0 444797695 11094712320 42571 33554432000 4194304 4196468 140736725869856 139689243797088 139690241697493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24092672 140736725871344 140736725873861 140736725873861 140736725876687 0
[pid=4180/tid=4240] ppid=4177 vsize=10834680 memory=140048414768431 CPUtime=0.07 cores=0,2,4,6
/proc/4180/task/4240/stat : 4240 (java) S 4177 4180 31233 0 -1 1077944384 2 13125 0 0 0 0 5 2 20 0 15 0 444797695 11094712320 42571 33554432000 4194304 4196468 140736725869856 139689113675136 139690241697493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24092672 140736725871344 140736725873861 140736725873861 140736725876687 0
[pid=4180/tid=4241] ppid=4177 vsize=10834680 memory=6655300316396806240 CPUtime=0.07 cores=0,2,4,6
/proc/4180/task/4241/stat : 4241 (java) S 4177 4180 31233 0 -1 1077944384 3 13125 0 0 0 0 5 2 20 0 15 0 444797698 11094712320 42571 33554432000 4194304 4196468 140736725869856 139688806275408 139690241705883 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24092672 140736725871344 140736725873861 140736725873861 140736725876687 0
[pid=4180/tid=4242] ppid=4177 vsize=10834680 memory=6872598998417432672 CPUtime=0.36 cores=0,2,4,6
/proc/4180/task/4242/stat : 4242 (java) R 4177 4180 31233 0 -1 1077944384 1097 13125 0 0 29 0 5 2 20 0 15 0 444797698 11094712320 42571 33554432000 4194304 4196468 140736725869856 139689210239344 139690241698434 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 24092672 140736725871344 140736725873861 140736725873861 140736725876687 0
[pid=4180/tid=4243] ppid=4177 vsize=10834680 memory=6944652177228980320 CPUtime=0.32 cores=0,2,4,6
/proc/4180/task/4243/stat : 4243 (java) S 4177 4180 31233 0 -1 1077944384 1030 13125 0 0 25 0 5 2 20 0 15 0 444797698 11094712320 42571 33554432000 4194304 4196468 140736725869856 139689209186544 139690241698434 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24092672 140736725871344 140736725873861 140736725873861 140736725876687 0
[pid=4180/tid=4244] ppid=4177 vsize=10834680 memory=0 CPUtime=0.52 cores=0,2,4,6
/proc/4180/task/4244/stat : 4244 (java) R 4177 4180 31233 0 -1 4202560 1739 13125 0 0 45 0 5 2 20 0 15 0 444797698 11094712320 42571 33554432000 4194304 4196468 140736725869856 139689208133744 139690234784123 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24092672 140736725871344 140736725873861 140736725873861 140736725876687 0
[pid=4180/tid=4245] ppid=4177 vsize=10834680 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/4180/task/4245/stat : 4245 (java) S 4177 4180 31233 0 -1 1077944384 3 13125 0 0 0 0 5 2 20 0 15 0 444797698 11094712320 42571 33554432000 4194304 4196468 140736725869856 139688772716768 139690241697493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24092672 140736725871344 140736725873861 140736725873861 140736725876687 0
[pid=4180/tid=4246] ppid=4177 vsize=10834680 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/4180/task/4246/stat : 4246 (java) S 4177 4180 31233 0 -1 1077944384 1 13125 0 0 0 0 5 2 20 0 15 0 444797698 11094712320 42571 33554432000 4194304 4196468 140736725869856 139689207082160 139690241698434 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24092672 140736725871344 140736725873861 140736725873861 140736725876687 0
Current children cumulated CPU time: 2.65 s
Current children cumulated vsize: 10834680 KiB
Current children cumulated memory: 170284 KiB

[startup+2.40065 s]
/proc/loadavg: 1.73 1.46 1.41 5/228 4246
/proc/meminfo: memFree=29457036/32770624 swapFree=66967452/67108860
[pid=4180] ppid=4177 vsize=10842892 memory=201396 CPUtime=4.76 cores=0,2,4,6
/proc/4180/stat : 4180 (java) S 4177 4180 31233 0 -1 1077944320 31216 13125 0 0 454 15 5 2 20 0 15 0 444797683 11103121408 50349 33554432000 4194304 4196468 140736725869856 140736725852400 139690241687287 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 24092672 140736725871344 140736725873861 140736725873861 140736725876687 0
/proc/4180/statm: 2710723 50349 3599 1 0 2672781 0
[pid=4180/tid=4233] ppid=4177 vsize=10842892 memory=8112282956445269571 CPUtime=2.32 cores=0,2,4,6
/proc/4180/task/4233/stat : 4233 (java) R 4177 4180 31233 0 -1 4202560 18360 13125 0 0 217 8 5 2 20 0 15 0 444797692 11103121408 50349 33554432000 4194304 4196468 140736725869856 139690213514752 139690241699222 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24092672 140736725871344 140736725873861 140736725873861 140736725876687 0
[pid=4180/tid=4234] ppid=4177 vsize=10842892 memory=16100377254694637 CPUtime=0.08 cores=0,2,4,6
/proc/4180/task/4234/stat : 4234 (java) S 4177 4180 31233 0 -1 1077944384 409 13125 0 0 1 0 5 2 20 0 15 0 444797693 11103121408 50349 33554432000 4194304 4196468 140736725869856 139690245929616 139690241697493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24092672 140736725871344 140736725873861 140736725873861 140736725876687 0
[pid=4180/tid=4235] ppid=4177 vsize=10842892 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/4180/task/4235/stat : 4235 (java) S 4177 4180 31233 0 -1 1077944384 54 13125 0 0 0 0 5 2 20 0 15 0 444797693 11103121408 50349 33554432000 4194304 4196468 140736725869856 139690134202896 139690241697493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24092672 140736725871344 140736725873861 140736725873861 140736725876687 0
[pid=4180/tid=4236] ppid=4177 vsize=10842892 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/4180/task/4236/stat : 4236 (java) S 4177 4180 31233 0 -1 1077944384 21 13125 0 0 1 0 5 2 20 0 15 0 444797693 11103121408 50349 33554432000 4194304 4196468 140736725869856 139690133150096 139690241697493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24092672 140736725871344 140736725873861 140736725873861 140736725876687 0
[pid=4180/tid=4237] ppid=4177 vsize=10842892 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/4180/task/4237/stat : 4237 (java) S 4177 4180 31233 0 -1 1077944384 87 13125 0 0 1 0 5 2 20 0 15 0 444797693 11103121408 50349 33554432000 4194304 4196468 140736725869856 139690132097296 139690241697493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24092672 140736725871344 140736725873861 140736725873861 140736725876687 0
[pid=4180/tid=4238] ppid=4177 vsize=10842892 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/4180/task/4238/stat : 4238 (java) S 4177 4180 31233 0 -1 1077944384 569 13125 0 0 1 0 5 2 20 0 15 0 444797695 11103121408 50349 33554432000 4194304 4196468 140736725869856 139689244851056 139690241698434 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24092672 140736725871344 140736725873861 140736725873861 140736725876687 0
[pid=4180/tid=4239] ppid=4177 vsize=10842892 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/4180/task/4239/stat : 4239 (java) S 4177 4180 31233 0 -1 1077944384 33 13125 0 0 0 0 5 2 20 0 15 0 444797695 11103121408 50349 33554432000 4194304 4196468 140736725869856 139689243797088 139690241697493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24092672 140736725871344 140736725873861 140736725873861 140736725876687 0
[pid=4180/tid=4240] ppid=4177 vsize=10842892 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/4180/task/4240/stat : 4240 (java) S 4177 4180 31233 0 -1 1077944384 2 13125 0 0 0 0 5 2 20 0 15 0 444797695 11103121408 50349 33554432000 4194304 4196468 140736725869856 139689113675136 139690241697493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24092672 140736725871344 140736725873861 140736725873861 140736725876687 0
[pid=4180/tid=4241] ppid=4177 vsize=10842892 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/4180/task/4241/stat : 4241 (java) S 4177 4180 31233 0 -1 1077944384 3 13125 0 0 0 0 5 2 20 0 15 0 444797698 11103121408 50349 33554432000 4194304 4196468 140736725869856 139688806275408 139690241705883 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24092672 140736725871344 140736725873861 140736725873861 140736725876687 0
[pid=4180/tid=4242] ppid=4177 vsize=10842892 memory=0 CPUtime=0.97 cores=0,2,4,6
/proc/4180/task/4242/stat : 4242 (java) S 4177 4180 31233 0 -1 1077944384 3578 13125 0 0 89 1 5 2 20 0 15 0 444797698 11103121408 50349 33554432000 4194304 4196468 140736725869856 139689210239344 139690241698434 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24092672 140736725871344 140736725873861 140736725873861 140736725876687 0
[pid=4180/tid=4243] ppid=4177 vsize=10842892 memory=0 CPUtime=0.65 cores=0,2,4,6
/proc/4180/task/4243/stat : 4243 (java) S 4177 4180 31233 0 -1 1077944384 2068 13125 0 0 57 1 5 2 20 0 15 0 444797698 11103121408 50349 33554432000 4194304 4196468 140736725869856 139689209186544 139690241698434 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24092672 140736725871344 140736725873861 140736725873861 140736725876687 0
[pid=4180/tid=4244] ppid=4177 vsize=10842892 memory=0 CPUtime=0.91 cores=0,2,4,6
/proc/4180/task/4244/stat : 4244 (java) R 4177 4180 31233 0 -1 4202560 3820 13125 0 0 83 1 5 2 20 0 15 0 444797698 11103121408 50349 33554432000 4194304 4196468 140736725869856 139689208133744 139690241708634 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24092672 140736725871344 140736725873861 140736725873861 140736725876687 0
[pid=4180/tid=4245] ppid=4177 vsize=10842892 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/4180/task/4245/stat : 4245 (java) S 4177 4180 31233 0 -1 1077944384 3 13125 0 0 0 0 5 2 20 0 15 0 444797698 11103121408 50349 33554432000 4194304 4196468 140736725869856 139688772716768 139690241697493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24092672 140736725871344 140736725873861 140736725873861 140736725876687 0
[pid=4180/tid=4246] ppid=4177 vsize=10842892 memory=191684 CPUtime=0.07 cores=0,2,4,6
/proc/4180/task/4246/stat : 4246 (java) S 4177 4180 31233 0 -1 1077944384 3 13125 0 0 0 0 5 2 20 0 15 0 444797698 11103121408 50349 33554432000 4194304 4196468 140736725869856 139689207082160 139690241698434 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24092672 140736725871344 140736725873861 140736725873861 140736725876687 0
Current children cumulated CPU time: 4.76 s
Current children cumulated vsize: 10842892 KiB
Current children cumulated memory: 201396 KiB

[startup+2.60851 s]
/proc/loadavg: 1.73 1.46 1.41 5/228 4246
/proc/meminfo: memFree=29457036/32770624 swapFree=66967452/67108860
[pid=4180] ppid=4177 vsize=10844940 memory=235452 CPUtime=5.32 cores=0,2,4,6
/proc/4180/stat : 4180 (java) S 4177 4180 31233 0 -1 1077944320 35485 13125 0 0 509 16 5 2 20 0 15 0 444797683 11105218560 58863 33554432000 4194304 4196468 140736725869856 140736725852400 139690241687287 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 24092672 140736725871344 140736725873861 140736725873861 140736725876687 0
/proc/4180/statm: 2711235 58863 3605 1 0 2673293 0
[pid=4180/tid=4233] ppid=4177 vsize=10844940 memory=174180 CPUtime=2.49 cores=0,2,4,6
/proc/4180/task/4233/stat : 4233 (java) R 4177 4180 31233 0 -1 4202560 19268 13125 0 0 233 9 5 2 20 0 15 0 444797692 11105218560 58863 33554432000 4194304 4196468 140736725869856 139690213519344 139690241699222 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24092672 140736725871344 140736725873861 140736725873861 140736725876687 0
[pid=4180/tid=4234] ppid=4177 vsize=10844940 memory=280096829456384 CPUtime=0.1 cores=0,2,4,6
/proc/4180/task/4234/stat : 4234 (java) S 4177 4180 31233 0 -1 1077944384 432 13125 0 0 3 0 5 2 20 0 15 0 444797693 11105218560 58863 33554432000 4194304 4196468 140736725869856 139690245929616 139690241697493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24092672 140736725871344 140736725873861 140736725873861 140736725876687 0
[pid=4180/tid=4235] ppid=4177 vsize=10844940 memory=280096829467600 CPUtime=0.09 cores=0,2,4,6
/proc/4180/task/4235/stat : 4235 (java) S 4177 4180 31233 0 -1 1077944384 86 13125 0 0 2 0 5 2 20 0 15 0 444797693 11105218560 58863 33554432000 4194304 4196468 140736725869856 139690134202896 139690241697493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24092672 140736725871344 140736725873861 140736725873861 140736725876687 0
[pid=4180/tid=4236] ppid=4177 vsize=10844940 memory=6944656592455097440 CPUtime=0.1 cores=0,2,4,6
/proc/4180/task/4236/stat : 4236 (java) S 4177 4180 31233 0 -1 1077944384 42 13125 0 0 3 0 5 2 20 0 15 0 444797693 11105218560 58863 33554432000 4194304 4196468 140736725869856 139690133150096 139690241697493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24092672 140736725871344 140736725873861 140736725873861 140736725876687 0
[pid=4180/tid=4237] ppid=4177 vsize=10844940 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/4180/task/4237/stat : 4237 (java) S 4177 4180 31233 0 -1 1077944384 105 13125 0 0 2 0 5 2 20 0 15 0 444797693 11105218560 58863 33554432000 4194304 4196468 140736725869856 139690132097296 139690241697493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24092672 140736725871344 140736725873861 140736725873861 140736725876687 0
[pid=4180/tid=4238] ppid=4177 vsize=10844940 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/4180/task/4238/stat : 4238 (java) S 4177 4180 31233 0 -1 1077944384 1981 13125 0 0 3 0 5 2 20 0 15 0 444797695 11105218560 58863 33554432000 4194304 4196468 140736725869856 139689244851056 139690241698434 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24092672 140736725871344 140736725873861 140736725873861 140736725876687 0
[pid=4180/tid=4239] ppid=4177 vsize=10844940 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/4180/task/4239/stat : 4239 (java) S 4177 4180 31233 0 -1 1077944384 36 13125 0 0 0 0 5 2 20 0 15 0 444797695 11105218560 58863 33554432000 4194304 4196468 140736725869856 139689243797088 139690241697493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24092672 140736725871344 140736725873861 140736725873861 140736725876687 0
[pid=4180/tid=4240] ppid=4177 vsize=10844940 memory=7169337534283176416 CPUtime=0.07 cores=0,2,4,6
/proc/4180/task/4240/stat : 4240 (java) S 4177 4180 31233 0 -1 1077944384 2 13125 0 0 0 0 5 2 20 0 15 0 444797695 11105218560 58863 33554432000 4194304 4196468 140736725869856 139689113675136 139690241697493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24092672 140736725871344 140736725873861 140736725873861 140736725876687 0
[pid=4180/tid=4241] ppid=4177 vsize=10844940 memory=6944656575208382560 CPUtime=0.07 cores=0,2,4,6
/proc/4180/task/4241/stat : 4241 (java) S 4177 4180 31233 0 -1 1077944384 3 13125 0 0 0 0 5 2 20 0 15 0 444797698 11105218560 58863 33554432000 4194304 4196468 140736725869856 139688806275408 139690241705883 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24092672 140736725871344 140736725873861 140736725873861 140736725876687 0
[pid=4180/tid=4242] ppid=4177 vsize=10844940 memory=6656426216303648864 CPUtime=1.08 cores=0,2,4,6
/proc/4180/task/4242/stat : 4242 (java) R 4177 4180 31233 0 -1 4202560 3683 13125 0 0 100 1 5 2 20 0 15 0 444797698 11105218560 58863 33554432000 4194304 4196468 140736725869856 139689210219352 139690225187493 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 24092672 140736725871344 140736725873861 140736725873861 140736725876687 0
[pid=4180/tid=4243] ppid=4177 vsize=10844940 memory=6944656592455360604 CPUtime=0.78 cores=0,2,4,6
/proc/4180/task/4243/stat : 4243 (java) R 4177 4180 31233 0 -1 4202560 3380 13125 0 0 70 1 5 2 20 0 15 0 444797698 11105218560 58863 33554432000 4194304 4196468 140736725869856 139689209167416 139690225184016 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24092672 140736725871344 140736725873861 140736725873861 140736725876687 0
[pid=4180/tid=4244] ppid=4177 vsize=10844940 memory=-7161131788332309537 CPUtime=0.97 cores=0,2,4,6
/proc/4180/task/4244/stat : 4244 (java) R 4177 4180 31233 0 -1 4202560 4256 13125 0 0 89 1 5 2 20 0 15 0 444797698 11105218560 58863 33554432000 4194304 4196468 140736725869856 139689208133744 139690225767774 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24092672 140736725871344 140736725873861 140736725873861 140736725876687 0
[pid=4180/tid=4245] ppid=4177 vsize=10844940 memory=5864064304074408035 CPUtime=0.07 cores=0,2,4,6
/proc/4180/task/4245/stat : 4245 (java) S 4177 4180 31233 0 -1 1077944384 3 13125 0 0 0 0 5 2 20 0 15 0 444797698 11105218560 58863 33554432000 4194304 4196468 140736725869856 139688772716768 139690241697493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24092672 140736725871344 140736725873861 140736725873861 140736725876687 0
[pid=4180/tid=4246] ppid=4177 vsize=10844940 memory=-9001733975035308135 CPUtime=0.07 cores=0,2,4,6
/proc/4180/task/4246/stat : 4246 (java) S 4177 4180 31233 0 -1 1077944384 3 13125 0 0 0 0 5 2 20 0 15 0 444797698 11105218560 58863 33554432000 4194304 4196468 140736725869856 139689207082160 139690241698434 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24092672 140736725871344 140736725873861 140736725873861 140736725876687 0
Current children cumulated CPU time: 5.32 s
Current children cumulated vsize: 10844940 KiB
Current children cumulated memory: 235452 KiB

[startup+2.70065 s]*
/proc/loadavg: 1.91 1.50 1.43 3/213 4247
/proc/meminfo: memFree=29628884/32770624 swapFree=66967452/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0
Real time (s): 2.71052
CPU time (s): 5.60571
CPU user time (s): 5.39498
CPU system time (s): 0.210733
CPU usage (%): 206.813
Max. virtual memory (cumulated for all children) (KiB): 10844940
Max. memory (cumulated for all children) (KiB): 235452

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.39498
system time used= 0.210733
maximum resident set size= 240772
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 49394
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= 4688
involuntary context switches= 28


# summary of solver processes directly reported to runsolver:
#   pid: 4180
#   total CPU time (s): 5.60571
#   total CPU user time (s): 5.39498
#   total CPU system time (s): 0.210733

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.034037 second user time and 0.071369 second system time

The end

Launcher Data

Begin job on node125 at 2019-09-17 03:54:26
IDJOB=4400756
IDBENCH=133381
IDSOLVER=2857
FILE ID=node125/4400756-1568685309
RUNJOBID= node125-1568673289-31264
PBS_JOBID= 21703785
Free space on /tmp= 59696 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/Primes/Primes-m1-p15/Primes-15-20-2-7.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4400756-1568685309/watcher-4400756-1568685309 -o /tmp/evaluation-result-4400756-1568685309/solver-4400756-1568685309 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1568673289-31264 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=455458796 HOME/instance-4400756-1568685309.xml

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

MD5SUM BENCH= d26c1a16a8e9a423ebbeb7c1b2e2b431
RANDOM SEED=455458796

node125.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.29
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.29
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.29
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.29
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:        29631852 kB
MemAvailable:   31176500 kB
Buffers:          198852 kB
Cached:          1643988 kB
SwapCached:        38384 kB
Active:          1516636 kB
Inactive:        1055468 kB
Active(anon):     709532 kB
Inactive(anon):    68432 kB
Active(file):     807104 kB
Inactive(file):   987036 kB
Unevictable:      108972 kB
Mlocked:          108972 kB
SwapTotal:      67108860 kB
SwapFree:       66967452 kB
Dirty:             35564 kB
Writeback:             0 kB
AnonPages:        801708 kB
Mapped:            61780 kB
Shmem:             39864 kB
Slab:             162408 kB
SReclaimable:     132688 kB
SUnreclaim:        29720 kB
KernelStack:        3728 kB
PageTables:         7188 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1962980 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    641024 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 59660 MiB
End job on node125 at 2019-09-17 03:54:29