Trace number 4387282

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.10SAT 5.39222 2.6394

General information on the benchmark

NamePrimes/
Primes-m1-p25/Primes-25-20-3-1.xml
MD5SUMcc05f472d5f8180cd89c35370563cdd2
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.010727
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints20
Number of domains1
Minimum domain size96
Maximum domain size96
Distribution of domain sizes[{"size":96,"count":55}]
Minimum variable degree0
Maximum variable degree3
Distribution of variable degrees[{"degree":0,"count":45},{"degree":1,"count":40},{"degree":2,"count":12},{"degree":3,"count":3}]
Minimum constraint arity3
Maximum constraint arity4
Distribution of constraint arities[{"arity":3,"count":7},{"arity":4,"count":13}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":20}]
Optimization problemNO
Type of objective

Solver Data

0.73/0.54	c Concrete v3.10.1560635388952 running
5.32/2.61	v <instantiation
5.32/2.61	v         >
5.32/2.61	v       <list>
5.32/2.61	v         x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[13] x[14] x[17] x[18] x[19] x[21] x[22] x[24] x[25] x[26] x[28] x[29] x[31] x[33] x[36] x[42] x[43] x[45] x[48] x[49] x[50] x[52] x[53] x[55] x[61] x[65] x[67] x[68] x[69] x[71] x[73] x[75] x[76] x[77] x[78] x[79] x[80] x[82] x[84] x[86] x[87] x[90] x[92] x[93] x[95] x[96] x[98] x[99]
5.32/2.61	v       </list>
5.32/2.61	v       <values>
5.32/2.61	v         96 96 49 2 49 96 97 9 81 2 81 38 74 96 97 44 95 32 14 10 4 5 97 92 59 14 96 84 32 2 64 68 2 36 27 43 73 93 68 8 18 95 2 38 82 16 7 92 56 85 59 69 20 43 2
5.32/2.61	v       </values>
5.32/2.61	v     </instantiation>
5.32/2.61	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 (15109 MiB free)
  memory of node 1: 16384 MiB (14758 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4387282-1568297371/watcher-4387282-1568297371 -o /tmp/evaluation-result-4387282-1568297371/solver-4387282-1568297371 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node149-1568287628-8128 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1525862265 HOME/instance-4387282-1568297371.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
Current StackSize limit: 8192 KiB

solver pid=11230, runsolver pid=11227

[startup+0.100135 s]*
/proc/loadavg: 1.97 1.58 1.47 3/219 11287
/proc/meminfo: memFree=30575292/32770624 swapFree=66940040/67108860
[pid=11230] ppid=11227 vsize=9972712 memory=18332 CPUtime=0.09 cores=0,2,4,6
/proc/11230/stat : 11230 (java) S 11227 11230 6622 0 -1 1077944320 4351 13420 0 0 1 0 5 3 20 0 6 0 405975870 10212057088 4583 33554432000 4194304 4196468 140735422196416 140735422178960 140598082379511 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 15192064 140735422200565 140735422203077 140735422203077 140735422205903 0
/proc/11230/statm: 2493178 4583 1931 1 0 2481616 0
[pid=11230/tid=11283] ppid=11227 vsize=9972712 memory=4279135703946592399 CPUtime=0.09 cores=0,2,4,6
/proc/11230/task/11283/stat : 11283 (java) R 11227 11230 6622 0 -1 4202560 2159 13420 0 0 1 0 5 3 20 0 6 0 405975879 10212057088 4649 33554432000 4194304 4196468 140735422196416 140598054216272 140598067502448 0 4 0 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15192064 140735422200565 140735422203077 140735422203077 140735422205903 0
[pid=11230/tid=11284] ppid=11227 vsize=9972712 memory=-7522837583129502606 CPUtime=0.08 cores=0,2,4,6
/proc/11230/task/11284/stat : 11284 (java) S 11227 11230 6622 0 -1 1077944384 1 13420 0 0 0 0 5 3 20 0 6 0 405975880 10212057088 4649 33554432000 4194304 4196468 140735422196416 140598086621584 140598082389717 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15192064 140735422200565 140735422203077 140735422203077 140735422205903 0
[pid=11230/tid=11285] ppid=11227 vsize=9972712 memory=140487736157824 CPUtime=0.08 cores=0,2,4,6
/proc/11230/task/11285/stat : 11285 (java) S 11227 11230 6622 0 -1 1077944384 1 13420 0 0 0 0 5 3 20 0 6 0 405975880 10212057088 4649 33554432000 4194304 4196468 140735422196416 140597974894864 140598082389717 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15192064 140735422200565 140735422203077 140735422203077 140735422205903 0
[pid=11230/tid=11286] ppid=11227 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11230/task/11286/stat : 11286 (java) S 11227 11230 6622 0 -1 1077944384 1 13420 0 0 0 0 5 3 20 0 6 0 405975880 10212057088 4649 33554432000 4194304 4196468 140735422196416 140597973842576 140598082389717 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15192064 140735422200565 140735422203077 140735422203077 140735422205903 0
[pid=11230/tid=11287] ppid=11227 vsize=9972712 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/11230/task/11287/stat : 11287 (java) S 11227 11230 6622 0 -1 1077944384 2 13420 0 0 0 0 5 3 20 0 6 0 405975880 10212057088 4649 33554432000 4194304 4196468 140735422196416 140597972789776 140598082389717 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15192064 140735422200565 140735422203077 140735422203077 140735422205903 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18332 KiB

[startup+0.210065 s]*
/proc/loadavg: 1.97 1.58 1.47 3/228 11296
/proc/meminfo: memFree=30554864/32770624 swapFree=66940040/67108860
[pid=11230] ppid=11227 vsize=10818940 memory=41584 CPUtime=0.27 cores=0,2,4,6
/proc/11230/stat : 11230 (java) S 11227 11230 6622 0 -1 1077944320 6781 13420 0 0 18 1 5 3 20 0 15 0 405975870 11078594560 10396 33554432000 4194304 4196468 140735422196416 140735422178960 140598082379511 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 15192064 140735422200565 140735422203077 140735422203077 140735422205903 0
/proc/11230/statm: 2704735 10396 2954 1 0 2667149 0
[pid=11230/tid=11283] ppid=11227 vsize=10819964 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/11230/task/11283/stat : 11283 (java) R 11227 11230 6622 0 -1 4202560 3526 13420 0 0 11 0 5 3 20 0 15 0 405975879 11079643136 10659 33554432000 4194304 4196468 140735422196416 140598054204320 140598075059229 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15192064 140735422200565 140735422203077 140735422203077 140735422205903 0
[pid=11230/tid=11284] ppid=11227 vsize=10819964 memory=342 CPUtime=0.08 cores=0,2,4,6
/proc/11230/task/11284/stat : 11284 (java) S 11227 11230 6622 0 -1 1077944384 1 13420 0 0 0 0 5 3 20 0 15 0 405975880 11079643136 10659 33554432000 4194304 4196468 140735422196416 140598086621584 140598082389717 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15192064 140735422200565 140735422203077 140735422203077 140735422205903 0
[pid=11230/tid=11285] ppid=11227 vsize=10819964 memory=3619120545378854560 CPUtime=0.08 cores=0,2,4,6
/proc/11230/task/11285/stat : 11285 (java) S 11227 11230 6622 0 -1 1077944384 1 13420 0 0 0 0 5 3 20 0 15 0 405975880 11079643136 10659 33554432000 4194304 4196468 140735422196416 140597974894864 140598082389717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15192064 140735422200565 140735422203077 140735422203077 140735422205903 0
[pid=11230/tid=11286] ppid=11227 vsize=10819964 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11230/task/11286/stat : 11286 (java) S 11227 11230 6622 0 -1 1077944384 1 13420 0 0 0 0 5 3 20 0 15 0 405975880 11079643136 10659 33554432000 4194304 4196468 140735422196416 140597973842576 140598082389717 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15192064 140735422200565 140735422203077 140735422203077 140735422205903 0
[pid=11230/tid=11287] ppid=11227 vsize=10819964 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/11230/task/11287/stat : 11287 (java) S 11227 11230 6622 0 -1 1077944384 2 13420 0 0 0 0 5 3 20 0 15 0 405975880 11079643136 10659 33554432000 4194304 4196468 140735422196416 140597972789776 140598082389717 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15192064 140735422200565 140735422203077 140735422203077 140735422205903 0
[pid=11230/tid=11288] ppid=11227 vsize=10819964 memory=140487736157824 CPUtime=0.08 cores=0,2,4,6
/proc/11230/task/11288/stat : 11288 (java) S 11227 11230 6622 0 -1 1077944384 2 13420 0 0 0 0 5 3 20 0 15 0 405975881 11079643136 10659 33554432000 4194304 4196468 140735422196416 140597541304944 140598082390658 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15192064 140735422200565 140735422203077 140735422203077 140735422205903 0
[pid=11230/tid=11289] ppid=11227 vsize=10819964 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/11230/task/11289/stat : 11289 (java) S 11227 11230 6622 0 -1 1077944384 33 13420 0 0 0 0 5 3 20 0 15 0 405975881 11079643136 10659 33554432000 4194304 4196468 140735422196416 140597540250912 140598082389717 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15192064 140735422200565 140735422203077 140735422203077 140735422205903 0
[pid=11230/tid=11290] ppid=11227 vsize=10819964 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11230/task/11290/stat : 11290 (java) S 11227 11230 6622 0 -1 1077944384 1 13420 0 0 0 0 5 3 20 0 15 0 405975882 11079643136 10659 33554432000 4194304 4196468 140735422196416 140597432149616 140598082389717 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15192064 140735422200565 140735422203077 140735422203077 140735422205903 0
[pid=11230/tid=11291] ppid=11227 vsize=10819964 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11230/task/11291/stat : 11291 (java) S 11227 11230 6622 0 -1 1077944384 2 13420 0 0 0 0 5 3 20 0 15 0 405975884 11079643136 10659 33554432000 4194304 4196468 140735422196416 140596828170832 140598082398107 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15192064 140735422200565 140735422203077 140735422203077 140735422205903 0
[pid=11230/tid=11292] ppid=11227 vsize=10819964 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/11230/task/11292/stat : 11292 (java) S 11227 11230 6622 0 -1 1077944384 448 13420 0 0 1 0 5 3 20 0 15 0 405975884 11079643136 10659 33554432000 4194304 4196468 140735422196416 140597506693232 140598082390658 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15192064 140735422200565 140735422203077 140735422203077 140735422205903 0
[pid=11230/tid=11293] ppid=11227 vsize=10819964 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/11230/task/11293/stat : 11293 (java) S 11227 11230 6622 0 -1 1077944384 179 13420 0 0 0 0 5 3 20 0 15 0 405975884 11079643136 10659 33554432000 4194304 4196468 140735422196416 140597505640432 140598082390658 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15192064 140735422200565 140735422203077 140735422203077 140735422205903 0
[pid=11230/tid=11294] ppid=11227 vsize=10819964 memory=140487736157824 CPUtime=0.11 cores=0,2,4,6
/proc/11230/task/11294/stat : 11294 (java) S 11227 11230 6622 0 -1 1077944384 631 13420 0 0 3 0 5 3 20 0 15 0 405975884 11079643136 10659 33554432000 4194304 4196468 140735422196416 140597504588144 140598082390658 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15192064 140735422200565 140735422203077 140735422203077 140735422205903 0
[pid=11230/tid=11295] ppid=11227 vsize=10819964 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/11230/task/11295/stat : 11295 (java) S 11227 11230 6622 0 -1 1077944384 3 13420 0 0 0 0 5 3 20 0 15 0 405975885 11079643136 10659 33554432000 4194304 4196468 140735422196416 140596358408672 140598082389717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15192064 140735422200565 140735422203077 140735422203077 140735422205903 0
[pid=11230/tid=11296] ppid=11227 vsize=10819964 memory=140487736157824 CPUtime=0.08 cores=0,2,4,6
/proc/11230/task/11296/stat : 11296 (java) S 11227 11230 6622 0 -1 1077944384 1 13420 0 0 0 0 5 3 20 0 15 0 405975885 11079643136 10659 33554432000 4194304 4196468 140735422196416 140597503536048 140598082390658 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15192064 140735422200565 140735422203077 140735422203077 140735422205903 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10818940 KiB
Current children cumulated memory: 41584 KiB

[startup+0.317398 s]*
/proc/loadavg: 1.97 1.58 1.47 3/228 11296
/proc/meminfo: memFree=30541808/32770624 swapFree=66940040/67108860
[pid=11230] ppid=11227 vsize=10820244 memory=52996 CPUtime=0.41 cores=0,2,4,6
/proc/11230/stat : 11230 (java) S 11227 11230 6622 0 -1 1077944320 10523 13420 0 0 31 2 5 3 20 0 15 0 405975870 11079929856 13249 33554432000 4194304 4196468 140735422196416 140735422178960 140598082379511 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 15192064 140735422200565 140735422203077 140735422203077 140735422205903 0
/proc/11230/statm: 2705061 13249 3273 1 0 2667149 0
[pid=11230/tid=11283] ppid=11227 vsize=10820244 memory=6791534058613427641 CPUtime=0.3 cores=0,2,4,6
/proc/11230/task/11283/stat : 11283 (java) R 11227 11230 6622 0 -1 4202560 6988 13420 0 0 20 2 5 3 20 0 15 0 405975879 11079929856 13249 33554432000 4194304 4196468 140735422196416 140598054191952 140598082401437 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15192064 140735422200565 140735422203077 140735422203077 140735422205903 0
[pid=11230/tid=11284] ppid=11227 vsize=10820244 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11230/task/11284/stat : 11284 (java) S 11227 11230 6622 0 -1 1077944384 1 13420 0 0 0 0 5 3 20 0 15 0 405975880 11079929856 13249 33554432000 4194304 4196468 140735422196416 140598086621584 140598082389717 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15192064 140735422200565 140735422203077 140735422203077 140735422205903 0
[pid=11230/tid=11285] ppid=11227 vsize=10820244 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11230/task/11285/stat : 11285 (java) S 11227 11230 6622 0 -1 1077944384 1 13420 0 0 0 0 5 3 20 0 15 0 405975880 11079929856 13249 33554432000 4194304 4196468 140735422196416 140597974894864 140598082389717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15192064 140735422200565 140735422203077 140735422203077 140735422205903 0
[pid=11230/tid=11286] ppid=11227 vsize=10820244 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11230/task/11286/stat : 11286 (java) S 11227 11230 6622 0 -1 1077944384 1 13420 0 0 0 0 5 3 20 0 15 0 405975880 11079929856 13249 33554432000 4194304 4196468 140735422196416 140597973842576 140598082389717 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15192064 140735422200565 140735422203077 140735422203077 140735422205903 0
[pid=11230/tid=11287] ppid=11227 vsize=10820244 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11230/task/11287/stat : 11287 (java) S 11227 11230 6622 0 -1 1077944384 2 13420 0 0 0 0 5 3 20 0 15 0 405975880 11079929856 13249 33554432000 4194304 4196468 140735422196416 140597972789776 140598082389717 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15192064 140735422200565 140735422203077 140735422203077 140735422205903 0
[pid=11230/tid=11288] ppid=11227 vsize=10820244 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11230/task/11288/stat : 11288 (java) S 11227 11230 6622 0 -1 1077944384 2 13420 0 0 0 0 5 3 20 0 15 0 405975881 11079929856 13249 33554432000 4194304 4196468 140735422196416 140597541304944 140598082390658 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15192064 140735422200565 140735422203077 140735422203077 140735422205903 0
[pid=11230/tid=11289] ppid=11227 vsize=10820244 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/11230/task/11289/stat : 11289 (java) S 11227 11230 6622 0 -1 1077944384 33 13420 0 0 0 0 5 3 20 0 15 0 405975881 11079929856 13249 33554432000 4194304 4196468 140735422196416 140597540250912 140598082389717 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15192064 140735422200565 140735422203077 140735422203077 140735422205903 0
[pid=11230/tid=11290] ppid=11227 vsize=10820244 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11230/task/11290/stat : 11290 (java) S 11227 11230 6622 0 -1 1077944384 1 13420 0 0 0 0 5 3 20 0 15 0 405975882 11079929856 13249 33554432000 4194304 4196468 140735422196416 140597432149616 140598082389717 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15192064 140735422200565 140735422203077 140735422203077 140735422205903 0
[pid=11230/tid=11291] ppid=11227 vsize=10820244 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11230/task/11291/stat : 11291 (java) S 11227 11230 6622 0 -1 1077944384 2 13420 0 0 0 0 5 3 20 0 15 0 405975884 11079929856 13249 33554432000 4194304 4196468 140735422196416 140596828170832 140598082398107 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15192064 140735422200565 140735422203077 140735422203077 140735422205903 0
[pid=11230/tid=11292] ppid=11227 vsize=10820244 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/11230/task/11292/stat : 11292 (java) S 11227 11230 6622 0 -1 1077944384 449 13420 0 0 1 0 5 3 20 0 15 0 405975884 11079929856 13249 33554432000 4194304 4196468 140735422196416 140597506693232 140598082390658 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15192064 140735422200565 140735422203077 140735422203077 140735422205903 0
[pid=11230/tid=11293] ppid=11227 vsize=10820244 memory=-1 CPUtime=0.1 cores=0,2,4,6
/proc/11230/task/11293/stat : 11293 (java) S 11227 11230 6622 0 -1 1077944384 189 13420 0 0 2 0 5 3 20 0 15 0 405975884 11079929856 13249 33554432000 4194304 4196468 140735422196416 140597505640432 140598082390658 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15192064 140735422200565 140735422203077 140735422203077 140735422205903 0
[pid=11230/tid=11294] ppid=11227 vsize=10820244 memory=140487736157824 CPUtime=0.13 cores=0,2,4,6
/proc/11230/task/11294/stat : 11294 (java) S 11227 11230 6622 0 -1 1077944384 644 13420 0 0 5 0 5 3 20 0 15 0 405975884 11079929856 13249 33554432000 4194304 4196468 140735422196416 140597504588144 140598082390658 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15192064 140735422200565 140735422203077 140735422203077 140735422205903 0
[pid=11230/tid=11295] ppid=11227 vsize=10820244 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/11230/task/11295/stat : 11295 (java) S 11227 11230 6622 0 -1 1077944384 3 13420 0 0 0 0 5 3 20 0 15 0 405975885 11079929856 13249 33554432000 4194304 4196468 140735422196416 140596358408672 140598082389717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15192064 140735422200565 140735422203077 140735422203077 140735422205903 0
[pid=11230/tid=11296] ppid=11227 vsize=10820244 memory=140487736157824 CPUtime=0.08 cores=0,2,4,6
/proc/11230/task/11296/stat : 11296 (java) S 11227 11230 6622 0 -1 1077944384 1 13420 0 0 0 0 5 3 20 0 15 0 405975885 11079929856 13249 33554432000 4194304 4196468 140735422196416 140597503536048 140598082390658 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15192064 140735422200565 140735422203077 140735422203077 140735422205903 0
Current children cumulated CPU time: 0.41 s
Current children cumulated vsize: 10820244 KiB
Current children cumulated memory: 52996 KiB

[startup+0.700659 s]
/proc/loadavg: 1.97 1.58 1.47 5/228 11296
/proc/meminfo: memFree=30528756/32770624 swapFree=66940040/67108860
[pid=11230] ppid=11227 vsize=10824340 memory=82808 CPUtime=1.15 cores=0,2,4,6
/proc/11230/stat : 11230 (java) S 11227 11230 6622 0 -1 1077944320 14390 13420 0 0 102 5 5 3 20 0 15 0 405975870 11084124160 20702 33554432000 4194304 4196468 140735422196416 140735422178960 140598082379511 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 15192064 140735422200565 140735422203077 140735422203077 140735422205903 0
/proc/11230/statm: 2706085 20702 3508 1 0 2668173 0
[pid=11230/tid=11283] ppid=11227 vsize=10824340 memory=0 CPUtime=0.67 cores=0,2,4,6
/proc/11230/task/11283/stat : 11283 (java) R 11227 11230 6622 0 -1 4202560 10061 13420 0 0 55 4 5 3 20 0 15 0 405975879 11084124160 20702 33554432000 4194304 4196468 140735422196416 140598054206704 140598063785830 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15192064 140735422200565 140735422203077 140735422203077 140735422205903 0
[pid=11230/tid=11284] ppid=11227 vsize=10824340 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11230/task/11284/stat : 11284 (java) S 11227 11230 6622 0 -1 1077944384 1 13420 0 0 0 0 5 3 20 0 15 0 405975880 11084124160 20702 33554432000 4194304 4196468 140735422196416 140598086621584 140598082389717 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15192064 140735422200565 140735422203077 140735422203077 140735422205903 0
[pid=11230/tid=11285] ppid=11227 vsize=10824340 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11230/task/11285/stat : 11285 (java) S 11227 11230 6622 0 -1 1077944384 1 13420 0 0 0 0 5 3 20 0 15 0 405975880 11084124160 20702 33554432000 4194304 4196468 140735422196416 140597974894864 140598082389717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15192064 140735422200565 140735422203077 140735422203077 140735422205903 0
[pid=11230/tid=11286] ppid=11227 vsize=10824340 memory=32804 CPUtime=0.08 cores=0,2,4,6
/proc/11230/task/11286/stat : 11286 (java) S 11227 11230 6622 0 -1 1077944384 1 13420 0 0 0 0 5 3 20 0 15 0 405975880 11084124160 20702 33554432000 4194304 4196468 140735422196416 140597973842576 140598082389717 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15192064 140735422200565 140735422203077 140735422203077 140735422205903 0
[pid=11230/tid=11287] ppid=11227 vsize=10824340 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11230/task/11287/stat : 11287 (java) S 11227 11230 6622 0 -1 1077944384 2 13420 0 0 0 0 5 3 20 0 15 0 405975880 11084124160 20702 33554432000 4194304 4196468 140735422196416 140597972789776 140598082389717 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15192064 140735422200565 140735422203077 140735422203077 140735422205903 0
[pid=11230/tid=11288] ppid=11227 vsize=10824340 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11230/task/11288/stat : 11288 (java) S 11227 11230 6622 0 -1 1077944384 5 13420 0 0 0 0 5 3 20 0 15 0 405975881 11084124160 20702 33554432000 4194304 4196468 140735422196416 140597541304944 140598082390658 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15192064 140735422200565 140735422203077 140735422203077 140735422205903 0
[pid=11230/tid=11289] ppid=11227 vsize=10824340 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11230/task/11289/stat : 11289 (java) S 11227 11230 6622 0 -1 1077944384 33 13420 0 0 0 0 5 3 20 0 15 0 405975881 11084124160 20702 33554432000 4194304 4196468 140735422196416 140597540250912 140598082389717 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15192064 140735422200565 140735422203077 140735422203077 140735422205903 0
[pid=11230/tid=11290] ppid=11227 vsize=10824340 memory=140487575089936 CPUtime=0.08 cores=0,2,4,6
/proc/11230/task/11290/stat : 11290 (java) S 11227 11230 6622 0 -1 1077944384 1 13420 0 0 0 0 5 3 20 0 15 0 405975882 11084124160 20702 33554432000 4194304 4196468 140735422196416 140597432149616 140598082389717 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15192064 140735422200565 140735422203077 140735422203077 140735422205903 0
[pid=11230/tid=11291] ppid=11227 vsize=10824340 memory=140488380252749 CPUtime=0.08 cores=0,2,4,6
/proc/11230/task/11291/stat : 11291 (java) S 11227 11230 6622 0 -1 1077944384 2 13420 0 0 0 0 5 3 20 0 15 0 405975884 11084124160 20702 33554432000 4194304 4196468 140735422196416 140596828170832 140598082398107 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15192064 140735422200565 140735422203077 140735422203077 140735422205903 0
[pid=11230/tid=11292] ppid=11227 vsize=10824340 memory=624 CPUtime=0.22 cores=0,2,4,6
/proc/11230/task/11292/stat : 11292 (java) S 11227 11230 6622 0 -1 1077944384 790 13420 0 0 14 0 5 3 20 0 15 0 405975884 11084124160 20702 33554432000 4194304 4196468 140735422196416 140597506693232 140598082390658 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15192064 140735422200565 140735422203077 140735422203077 140735422205903 0
[pid=11230/tid=11293] ppid=11227 vsize=10824340 memory=6297835844906604903 CPUtime=0.2 cores=0,2,4,6
/proc/11230/task/11293/stat : 11293 (java) S 11227 11230 6622 0 -1 1077944384 471 13420 0 0 12 0 5 3 20 0 15 0 405975884 11084124160 20702 33554432000 4194304 4196468 140735422196416 140597505640432 140598082390658 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15192064 140735422200565 140735422203077 140735422203077 140735422205903 0
[pid=11230/tid=11294] ppid=11227 vsize=10824340 memory=7380108234216663121 CPUtime=0.26 cores=0,2,4,6
/proc/11230/task/11294/stat : 11294 (java) R 11227 11230 6622 0 -1 4202560 812 13420 0 0 18 0 5 3 20 0 15 0 405975884 11084124160 20702 33554432000 4194304 4196468 140735422196416 140597504588144 140598075476347 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15192064 140735422200565 140735422203077 140735422203077 140735422205903 0
[pid=11230/tid=11295] ppid=11227 vsize=10824340 memory=3620 CPUtime=0.08 cores=0,2,4,6
/proc/11230/task/11295/stat : 11295 (java) S 11227 11230 6622 0 -1 1077944384 3 13420 0 0 0 0 5 3 20 0 15 0 405975885 11084124160 20702 33554432000 4194304 4196468 140735422196416 140596358408672 140598082389717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15192064 140735422200565 140735422203077 140735422203077 140735422205903 0
[pid=11230/tid=11296] ppid=11227 vsize=10824340 memory=2241 CPUtime=0.08 cores=0,2,4,6
/proc/11230/task/11296/stat : 11296 (java) S 11227 11230 6622 0 -1 1077944384 1 13420 0 0 0 0 5 3 20 0 15 0 405975885 11084124160 20702 33554432000 4194304 4196468 140735422196416 140597503536048 140598082390658 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15192064 140735422200565 140735422203077 140735422203077 140735422205903 0
Current children cumulated CPU time: 1.15 s
Current children cumulated vsize: 10824340 KiB
Current children cumulated memory: 82808 KiB

[startup+1.50071 s]
/proc/loadavg: 1.97 1.58 1.47 3/228 11296
/proc/meminfo: memFree=30466844/32770624 swapFree=66940040/67108860
[pid=11230] ppid=11227 vsize=10834656 memory=168080 CPUtime=2.46 cores=0,2,4,6
/proc/11230/stat : 11230 (java) S 11227 11230 6622 0 -1 1077944320 23571 13420 0 0 227 11 5 3 20 0 15 0 405975870 11094687744 42020 33554432000 4194304 4196468 140735422196416 140735422178960 140598082379511 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 15192064 140735422200565 140735422203077 140735422203077 140735422205903 0
/proc/11230/statm: 2708664 42020 3581 1 0 2670733 0
[pid=11230/tid=11283] ppid=11227 vsize=10834656 memory=1943560 CPUtime=1.44 cores=0,2,4,6
/proc/11230/task/11283/stat : 11283 (java) R 11227 11230 6622 0 -1 4202560 14959 13420 0 0 130 6 5 3 20 0 15 0 405975879 11094687744 42020 33554432000 4194304 4196468 140735422196416 140598054184560 140598082391446 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15192064 140735422200565 140735422203077 140735422203077 140735422205903 0
[pid=11230/tid=11284] ppid=11227 vsize=10834656 memory=6791534058613427641 CPUtime=0.09 cores=0,2,4,6
/proc/11230/task/11284/stat : 11284 (java) S 11227 11230 6622 0 -1 1077944384 67 13420 0 0 1 0 5 3 20 0 15 0 405975880 11094687744 42020 33554432000 4194304 4196468 140735422196416 140598086621584 140598082389717 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15192064 140735422200565 140735422203077 140735422203077 140735422205903 0
[pid=11230/tid=11285] ppid=11227 vsize=10834656 memory=3084 CPUtime=0.09 cores=0,2,4,6
/proc/11230/task/11285/stat : 11285 (java) S 11227 11230 6622 0 -1 1077944384 429 13420 0 0 1 0 5 3 20 0 15 0 405975880 11094687744 42020 33554432000 4194304 4196468 140735422196416 140597974894864 140598082389717 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15192064 140735422200565 140735422203077 140735422203077 140735422205903 0
[pid=11230/tid=11286] ppid=11227 vsize=10834656 memory=645056 CPUtime=0.09 cores=0,2,4,6
/proc/11230/task/11286/stat : 11286 (java) S 11227 11230 6622 0 -1 1077944384 116 13420 0 0 1 0 5 3 20 0 15 0 405975880 11094687744 42020 33554432000 4194304 4196468 140735422196416 140597973842576 140598082389717 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15192064 140735422200565 140735422203077 140735422203077 140735422205903 0
[pid=11230/tid=11287] ppid=11227 vsize=10834656 memory=82808 CPUtime=0.08 cores=0,2,4,6
/proc/11230/task/11287/stat : 11287 (java) S 11227 11230 6622 0 -1 1077944384 23 13420 0 0 0 0 5 3 20 0 15 0 405975880 11094687744 42020 33554432000 4194304 4196468 140735422196416 140597972789776 140598082389717 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15192064 140735422200565 140735422203077 140735422203077 140735422205903 0
[pid=11230/tid=11288] ppid=11227 vsize=10834656 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/11230/task/11288/stat : 11288 (java) S 11227 11230 6622 0 -1 1077944384 2254 13420 0 0 1 0 5 3 20 0 15 0 405975881 11094687744 42020 33554432000 4194304 4196468 140735422196416 140597541304944 140598082390658 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15192064 140735422200565 140735422203077 140735422203077 140735422205903 0
[pid=11230/tid=11289] ppid=11227 vsize=10834656 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11230/task/11289/stat : 11289 (java) S 11227 11230 6622 0 -1 1077944384 56 13420 0 0 0 0 5 3 20 0 15 0 405975881 11094687744 42020 33554432000 4194304 4196468 140735422196416 140597540250912 140598082389717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15192064 140735422200565 140735422203077 140735422203077 140735422205903 0
[pid=11230/tid=11290] ppid=11227 vsize=10834656 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11230/task/11290/stat : 11290 (java) S 11227 11230 6622 0 -1 1077944384 1 13420 0 0 0 0 5 3 20 0 15 0 405975882 11094687744 42020 33554432000 4194304 4196468 140735422196416 140597432149616 140598082389717 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15192064 140735422200565 140735422203077 140735422203077 140735422205903 0
[pid=11230/tid=11291] ppid=11227 vsize=10834656 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/11230/task/11291/stat : 11291 (java) S 11227 11230 6622 0 -1 1077944384 2 13420 0 0 0 0 5 3 20 0 15 0 405975884 11094687744 42020 33554432000 4194304 4196468 140735422196416 140596828170832 140598082398107 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15192064 140735422200565 140735422203077 140735422203077 140735422205903 0
[pid=11230/tid=11292] ppid=11227 vsize=10834656 memory=4638778398332698720 CPUtime=0.32 cores=0,2,4,6
/proc/11230/task/11292/stat : 11292 (java) S 11227 11230 6622 0 -1 1077944384 1040 13420 0 0 24 0 5 3 20 0 15 0 405975884 11094687744 42020 33554432000 4194304 4196468 140735422196416 140597506693232 140598082390658 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15192064 140735422200565 140735422203077 140735422203077 140735422205903 0
[pid=11230/tid=11293] ppid=11227 vsize=10834656 memory=280975150455744 CPUtime=0.32 cores=0,2,4,6
/proc/11230/task/11293/stat : 11293 (java) S 11227 11230 6622 0 -1 1077944384 673 13420 0 0 24 0 5 3 20 0 15 0 405975884 11094687744 42020 33554432000 4194304 4196468 140735422196416 140597505640432 140598082390658 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15192064 140735422200565 140735422203077 140735422203077 140735422205903 0
[pid=11230/tid=11294] ppid=11227 vsize=10834656 memory=6944656592452938395 CPUtime=0.49 cores=0,2,4,6
/proc/11230/task/11294/stat : 11294 (java) S 11227 11230 6622 0 -1 1077944384 1740 13420 0 0 40 1 5 3 20 0 15 0 405975884 11094687744 42020 33554432000 4194304 4196468 140735422196416 140597504588144 140598082390658 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15192064 140735422200565 140735422203077 140735422203077 140735422205903 0
[pid=11230/tid=11295] ppid=11227 vsize=10834656 memory=-7233780906022716832 CPUtime=0.08 cores=0,2,4,6
/proc/11230/task/11295/stat : 11295 (java) S 11227 11230 6622 0 -1 1077944384 3 13420 0 0 0 0 5 3 20 0 15 0 405975885 11094687744 42020 33554432000 4194304 4196468 140735422196416 140596358408672 140598082389717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15192064 140735422200565 140735422203077 140735422203077 140735422205903 0
[pid=11230/tid=11296] ppid=11227 vsize=10834656 memory=4137290303932963203 CPUtime=0.08 cores=0,2,4,6
/proc/11230/task/11296/stat : 11296 (java) S 11227 11230 6622 0 -1 1077944384 4 13420 0 0 0 0 5 3 20 0 15 0 405975885 11094687744 42020 33554432000 4194304 4196468 140735422196416 140597503536048 140598082390658 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15192064 140735422200565 140735422203077 140735422203077 140735422205903 0
Current children cumulated CPU time: 2.46 s
Current children cumulated vsize: 10834656 KiB
Current children cumulated memory: 168080 KiB

[startup+2.63935 s]
# the end of solver process 11230 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=5.17889 s, system=0.21333 s

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

[startup+1.60223 s]
/proc/loadavg: 1.97 1.58 1.47 3/228 11296
/proc/meminfo: memFree=30466844/32770624 swapFree=66940040/67108860
[pid=11230] ppid=11227 vsize=10834656 memory=169432 CPUtime=2.68 cores=0,2,4,6
/proc/11230/stat : 11230 (java) S 11227 11230 6622 0 -1 1077944320 23881 13420 0 0 248 12 5 3 20 0 15 0 405975870 11094687744 42358 33554432000 4194304 4196468 140735422196416 140735422178960 140598082379511 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 15192064 140735422200565 140735422203077 140735422203077 140735422205903 0
/proc/11230/statm: 2708664 42358 3581 1 0 2670733 0
[pid=11230/tid=11283] ppid=11227 vsize=10834656 memory=6656426216303648864 CPUtime=1.54 cores=0,2,4,6
/proc/11230/task/11283/stat : 11283 (java) R 11227 11230 6622 0 -1 4202560 15089 13420 0 0 140 6 5 3 20 0 15 0 405975879 11094687744 42358 33554432000 4194304 4196468 140735422196416 140598054208784 140597650336904 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15192064 140735422200565 140735422203077 140735422203077 140735422205903 0
[pid=11230/tid=11284] ppid=11227 vsize=10834656 memory=6944652177228980320 CPUtime=0.09 cores=0,2,4,6
/proc/11230/task/11284/stat : 11284 (java) S 11227 11230 6622 0 -1 1077944384 67 13420 0 0 1 0 5 3 20 0 15 0 405975880 11094687744 42358 33554432000 4194304 4196468 140735422196416 140598086621584 140598082389717 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15192064 140735422200565 140735422203077 140735422203077 140735422205903 0
[pid=11230/tid=11285] ppid=11227 vsize=10834656 memory=7595440001688102255 CPUtime=0.09 cores=0,2,4,6
/proc/11230/task/11285/stat : 11285 (java) S 11227 11230 6622 0 -1 1077944384 429 13420 0 0 1 0 5 3 20 0 15 0 405975880 11094687744 42358 33554432000 4194304 4196468 140735422196416 140597974894864 140598082389717 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15192064 140735422200565 140735422203077 140735422203077 140735422205903 0
[pid=11230/tid=11286] ppid=11227 vsize=10834656 memory=7308895142485716329 CPUtime=0.09 cores=0,2,4,6
/proc/11230/task/11286/stat : 11286 (java) S 11227 11230 6622 0 -1 1077944384 116 13420 0 0 1 0 5 3 20 0 15 0 405975880 11094687744 42358 33554432000 4194304 4196468 140735422196416 140597973842576 140598082389717 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15192064 140735422200565 140735422203077 140735422203077 140735422205903 0
[pid=11230/tid=11287] ppid=11227 vsize=10834656 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11230/task/11287/stat : 11287 (java) S 11227 11230 6622 0 -1 1077944384 23 13420 0 0 0 0 5 3 20 0 15 0 405975880 11094687744 42358 33554432000 4194304 4196468 140735422196416 140597972789776 140598082389717 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15192064 140735422200565 140735422203077 140735422203077 140735422205903 0
[pid=11230/tid=11288] ppid=11227 vsize=10834656 memory=188969165840951 CPUtime=0.09 cores=0,2,4,6
/proc/11230/task/11288/stat : 11288 (java) S 11227 11230 6622 0 -1 1077944384 2254 13420 0 0 1 0 5 3 20 0 15 0 405975881 11094687744 42358 33554432000 4194304 4196468 140735422196416 140597541304944 140598082390658 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15192064 140735422200565 140735422203077 140735422203077 140735422205903 0
[pid=11230/tid=11289] ppid=11227 vsize=10834656 memory=2925480 CPUtime=0.08 cores=0,2,4,6
/proc/11230/task/11289/stat : 11289 (java) S 11227 11230 6622 0 -1 1077944384 56 13420 0 0 0 0 5 3 20 0 15 0 405975881 11094687744 42358 33554432000 4194304 4196468 140735422196416 140597540250912 140598082389717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15192064 140735422200565 140735422203077 140735422203077 140735422205903 0
[pid=11230/tid=11290] ppid=11227 vsize=10834656 memory=7660992747008972629 CPUtime=0.08 cores=0,2,4,6
/proc/11230/task/11290/stat : 11290 (java) S 11227 11230 6622 0 -1 1077944384 1 13420 0 0 0 0 5 3 20 0 15 0 405975882 11094687744 42358 33554432000 4194304 4196468 140735422196416 140597432149616 140598082389717 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15192064 140735422200565 140735422203077 140735422203077 140735422205903 0
[pid=11230/tid=11291] ppid=11227 vsize=10834656 memory=6935649255878192209 CPUtime=0.08 cores=0,2,4,6
/proc/11230/task/11291/stat : 11291 (java) S 11227 11230 6622 0 -1 1077944384 2 13420 0 0 0 0 5 3 20 0 15 0 405975884 11094687744 42358 33554432000 4194304 4196468 140735422196416 140596828170832 140598082398107 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15192064 140735422200565 140735422203077 140735422203077 140735422205903 0
[pid=11230/tid=11292] ppid=11227 vsize=10834656 memory=7809523229951467570 CPUtime=0.35 cores=0,2,4,6
/proc/11230/task/11292/stat : 11292 (java) R 11227 11230 6622 0 -1 1077944384 1063 13420 0 0 27 0 5 3 20 0 15 0 405975884 11094687744 42358 33554432000 4194304 4196468 140735422196416 140597506693232 140598082390658 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15192064 140735422200565 140735422203077 140735422203077 140735422205903 0
[pid=11230/tid=11293] ppid=11227 vsize=10834656 memory=7007706849797497689 CPUtime=0.35 cores=0,2,4,6
/proc/11230/task/11293/stat : 11293 (java) R 11227 11230 6622 0 -1 4202560 696 13420 0 0 27 0 5 3 20 0 15 0 405975884 11094687744 42358 33554432000 4194304 4196468 140735422196416 140597505640432 140598075364553 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15192064 140735422200565 140735422203077 140735422203077 140735422205903 0
[pid=11230/tid=11294] ppid=11227 vsize=10834656 memory=-6008185120217458535 CPUtime=0.55 cores=0,2,4,6
/proc/11230/task/11294/stat : 11294 (java) R 11227 11230 6622 0 -1 4202560 1873 13420 0 0 46 1 5 3 20 0 15 0 405975884 11094687744 42358 33554432000 4194304 4196468 140735422196416 140597504588144 140598066459998 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15192064 140735422200565 140735422203077 140735422203077 140735422205903 0
[pid=11230/tid=11295] ppid=11227 vsize=10834656 memory=6944656592387989600 CPUtime=0.08 cores=0,2,4,6
/proc/11230/task/11295/stat : 11295 (java) S 11227 11230 6622 0 -1 1077944384 3 13420 0 0 0 0 5 3 20 0 15 0 405975885 11094687744 42358 33554432000 4194304 4196468 140735422196416 140596358408672 140598082389717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15192064 140735422200565 140735422203077 140735422203077 140735422205903 0
[pid=11230/tid=11296] ppid=11227 vsize=10834656 memory=6943526294502006880 CPUtime=0.08 cores=0,2,4,6
/proc/11230/task/11296/stat : 11296 (java) S 11227 11230 6622 0 -1 1077944384 4 13420 0 0 0 0 5 3 20 0 15 0 405975885 11094687744 42358 33554432000 4194304 4196468 140735422196416 140597503536048 140598082390658 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15192064 140735422200565 140735422203077 140735422203077 140735422205903 0
Current children cumulated CPU time: 2.68 s
Current children cumulated vsize: 10834656 KiB
Current children cumulated memory: 169432 KiB

[startup+2.40469 s]
/proc/loadavg: 1.97 1.58 1.47 6/228 11296
/proc/meminfo: memFree=30408844/32770624 swapFree=66940040/67108860
[pid=11230] ppid=11227 vsize=10842868 memory=206516 CPUtime=4.71 cores=0,2,4,6
/proc/11230/stat : 11230 (java) S 11227 11230 6622 0 -1 1077944320 37742 13420 0 0 448 15 5 3 20 0 15 0 405975870 11103096832 51629 33554432000 4194304 4196468 140735422196416 140735422178960 140598082379511 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 15192064 140735422200565 140735422203077 140735422203077 140735422205903 0
/proc/11230/statm: 2710717 51629 3597 1 0 2672781 0
[pid=11230/tid=11283] ppid=11227 vsize=10842868 memory=6935649255911745617 CPUtime=2.33 cores=0,2,4,6
/proc/11230/task/11283/stat : 11283 (java) R 11227 11230 6622 0 -1 4202560 21702 13420 0 0 218 7 5 3 20 0 15 0 405975879 11103096832 51629 33554432000 4194304 4196468 140735422196416 140598054211632 140598082401437 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15192064 140735422200565 140735422203077 140735422203077 140735422205903 0
[pid=11230/tid=11284] ppid=11227 vsize=10842868 memory=4641056517973364816 CPUtime=0.09 cores=0,2,4,6
/proc/11230/task/11284/stat : 11284 (java) S 11227 11230 6622 0 -1 1077944384 67 13420 0 0 1 0 5 3 20 0 15 0 405975880 11103096832 51629 33554432000 4194304 4196468 140735422196416 140598086621584 140598082389717 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15192064 140735422200565 140735422203077 140735422203077 140735422205903 0
[pid=11230/tid=11285] ppid=11227 vsize=10842868 memory=280975150304744 CPUtime=0.09 cores=0,2,4,6
/proc/11230/task/11285/stat : 11285 (java) S 11227 11230 6622 0 -1 1077944384 429 13420 0 0 1 0 5 3 20 0 15 0 405975880 11103096832 51629 33554432000 4194304 4196468 140735422196416 140597974894864 140598082389717 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15192064 140735422200565 140735422203077 140735422203077 140735422205903 0
[pid=11230/tid=11286] ppid=11227 vsize=10842868 memory=280975149895056 CPUtime=0.09 cores=0,2,4,6
/proc/11230/task/11286/stat : 11286 (java) S 11227 11230 6622 0 -1 1077944384 116 13420 0 0 1 0 5 3 20 0 15 0 405975880 11103096832 51629 33554432000 4194304 4196468 140735422196416 140597973842576 140598082389717 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15192064 140735422200565 140735422203077 140735422203077 140735422205903 0
[pid=11230/tid=11287] ppid=11227 vsize=10842868 memory=7684433386921362195 CPUtime=0.08 cores=0,2,4,6
/proc/11230/task/11287/stat : 11287 (java) S 11227 11230 6622 0 -1 1077944384 23 13420 0 0 0 0 5 3 20 0 15 0 405975880 11103096832 51629 33554432000 4194304 4196468 140735422196416 140597972789776 140598082389717 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15192064 140735422200565 140735422203077 140735422203077 140735422205903 0
[pid=11230/tid=11288] ppid=11227 vsize=10842868 memory=56 CPUtime=0.09 cores=0,2,4,6
/proc/11230/task/11288/stat : 11288 (java) S 11227 11230 6622 0 -1 1077944384 2296 13420 0 0 1 0 5 3 20 0 15 0 405975881 11103096832 51629 33554432000 4194304 4196468 140735422196416 140597541304944 140598082390658 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15192064 140735422200565 140735422203077 140735422203077 140735422205903 0
[pid=11230/tid=11289] ppid=11227 vsize=10842868 memory=280975150392432 CPUtime=0.08 cores=0,2,4,6
/proc/11230/task/11289/stat : 11289 (java) S 11227 11230 6622 0 -1 1077944384 56 13420 0 0 0 0 5 3 20 0 15 0 405975881 11103096832 51629 33554432000 4194304 4196468 140735422196416 140597540250912 140598082389717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15192064 140735422200565 140735422203077 140735422203077 140735422205903 0
[pid=11230/tid=11290] ppid=11227 vsize=10842868 memory=301741394899501351 CPUtime=0.08 cores=0,2,4,6
/proc/11230/task/11290/stat : 11290 (java) S 11227 11230 6622 0 -1 1077944384 1 13420 0 0 0 0 5 3 20 0 15 0 405975882 11103096832 51629 33554432000 4194304 4196468 140735422196416 140597432149616 140598082389717 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15192064 140735422200565 140735422203077 140735422203077 140735422205903 0
[pid=11230/tid=11291] ppid=11227 vsize=10842868 memory=14981052909225313 CPUtime=0.08 cores=0,2,4,6
/proc/11230/task/11291/stat : 11291 (java) S 11227 11230 6622 0 -1 1077944384 2 13420 0 0 0 0 5 3 20 0 15 0 405975884 11103096832 51629 33554432000 4194304 4196468 140735422196416 140596828170832 140598082398107 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15192064 140735422200565 140735422203077 140735422203077 140735422205903 0
[pid=11230/tid=11292] ppid=11227 vsize=10842868 memory=0 CPUtime=0.92 cores=0,2,4,6
/proc/11230/task/11292/stat : 11292 (java) R 11227 11230 6622 0 -1 4202560 4581 13420 0 0 83 1 5 3 20 0 15 0 405975884 11103096832 51629 33554432000 4194304 4196468 140735422196416 140597506677824 140598067129400 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15192064 140735422200565 140735422203077 140735422203077 140735422205903 0
[pid=11230/tid=11293] ppid=11227 vsize=10842868 memory=0 CPUtime=0.67 cores=0,2,4,6
/proc/11230/task/11293/stat : 11293 (java) S 11227 11230 6622 0 -1 1077944384 1850 13420 0 0 59 0 5 3 20 0 15 0 405975884 11103096832 51629 33554432000 4194304 4196468 140735422196416 140597505640432 140598082390658 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15192064 140735422200565 140735422203077 140735422203077 140735422205903 0
[pid=11230/tid=11294] ppid=11227 vsize=10842868 memory=0 CPUtime=0.88 cores=0,2,4,6
/proc/11230/task/11294/stat : 11294 (java) S 11227 11230 6622 0 -1 1077944384 4403 13420 0 0 79 1 5 3 20 0 15 0 405975884 11103096832 51629 33554432000 4194304 4196468 140735422196416 140597504588144 140598082390658 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15192064 140735422200565 140735422203077 140735422203077 140735422205903 0
[pid=11230/tid=11295] ppid=11227 vsize=10842868 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11230/task/11295/stat : 11295 (java) S 11227 11230 6622 0 -1 1077944384 3 13420 0 0 0 0 5 3 20 0 15 0 405975885 11103096832 51629 33554432000 4194304 4196468 140735422196416 140596358408672 140598082389717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15192064 140735422200565 140735422203077 140735422203077 140735422205903 0
[pid=11230/tid=11296] ppid=11227 vsize=10842868 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11230/task/11296/stat : 11296 (java) S 11227 11230 6622 0 -1 1077944384 7 13420 0 0 0 0 5 3 20 0 15 0 405975885 11103096832 51629 33554432000 4194304 4196468 140735422196416 140597503536048 140598082390658 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15192064 140735422200565 140735422203077 140735422203077 140735422205903 0
Current children cumulated CPU time: 4.71 s
Current children cumulated vsize: 10842868 KiB
Current children cumulated memory: 206516 KiB

[startup+2.6014 s]
/proc/loadavg: 1.97 1.58 1.47 6/228 11296
/proc/meminfo: memFree=30408844/32770624 swapFree=66940040/67108860
[pid=11230] ppid=11227 vsize=10844916 memory=227960 CPUtime=5.32 cores=0,2,4,6
/proc/11230/stat : 11230 (java) S 11227 11230 6622 0 -1 1077944320 40015 13420 0 0 507 17 5 3 20 0 15 0 405975870 11105193984 56990 33554432000 4194304 4196468 140735422196416 140735422178960 140598082379511 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 15192064 140735422200565 140735422203077 140735422203077 140735422205903 0
/proc/11230/statm: 2711229 56990 3601 1 0 2673293 0
[pid=11230/tid=11283] ppid=11227 vsize=10844916 memory=-6369643905967489844 CPUtime=2.5 cores=0,2,4,6
/proc/11230/task/11283/stat : 11283 (java) R 11227 11230 6622 0 -1 4202560 22002 13420 0 0 234 8 5 3 20 0 15 0 405975879 11105193984 56990 33554432000 4194304 4196468 140735422196416 140598054216024 140598065574767 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 15192064 140735422200565 140735422203077 140735422203077 140735422205903 0
[pid=11230/tid=11284] ppid=11227 vsize=10844916 memory=5571041044932483173 CPUtime=0.1 cores=0,2,4,6
/proc/11230/task/11284/stat : 11284 (java) S 11227 11230 6622 0 -1 1077944384 81 13420 0 0 2 0 5 3 20 0 15 0 405975880 11105193984 56990 33554432000 4194304 4196468 140735422196416 140598086621584 140598082389717 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15192064 140735422200565 140735422203077 140735422203077 140735422205903 0
[pid=11230/tid=11285] ppid=11227 vsize=10844916 memory=7740671168078046034 CPUtime=0.11 cores=0,2,4,6
/proc/11230/task/11285/stat : 11285 (java) S 11227 11230 6622 0 -1 1077944384 546 13420 0 0 3 0 5 3 20 0 15 0 405975880 11105193984 56990 33554432000 4194304 4196468 140735422196416 140597974894864 140598082389717 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15192064 140735422200565 140735422203077 140735422203077 140735422205903 0
[pid=11230/tid=11286] ppid=11227 vsize=10844916 memory=-7378441852826056034 CPUtime=0.11 cores=0,2,4,6
/proc/11230/task/11286/stat : 11286 (java) S 11227 11230 6622 0 -1 1077944384 226 13420 0 0 3 0 5 3 20 0 15 0 405975880 11105193984 56990 33554432000 4194304 4196468 140735422196416 140597973842576 140598082389717 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15192064 140735422200565 140735422203077 140735422203077 140735422205903 0
[pid=11230/tid=11287] ppid=11227 vsize=10844916 memory=-9001734013606258791 CPUtime=0.1 cores=0,2,4,6
/proc/11230/task/11287/stat : 11287 (java) S 11227 11230 6622 0 -1 1077944384 49 13420 0 0 2 0 5 3 20 0 15 0 405975880 11105193984 56990 33554432000 4194304 4196468 140735422196416 140597972789776 140598082389717 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15192064 140735422200565 140735422203077 140735422203077 140735422205903 0
[pid=11230/tid=11288] ppid=11227 vsize=10844916 memory=8377424916951425120 CPUtime=0.11 cores=0,2,4,6
/proc/11230/task/11288/stat : 11288 (java) S 11227 11230 6622 0 -1 1077944384 3644 13420 0 0 2 1 5 3 20 0 15 0 405975881 11105193984 56990 33554432000 4194304 4196468 140735422196416 140597541304944 140598082390658 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15192064 140735422200565 140735422203077 140735422203077 140735422205903 0
[pid=11230/tid=11289] ppid=11227 vsize=10844916 memory=8303054830060986464 CPUtime=0.08 cores=0,2,4,6
/proc/11230/task/11289/stat : 11289 (java) S 11227 11230 6622 0 -1 1077944384 57 13420 0 0 0 0 5 3 20 0 15 0 405975881 11105193984 56990 33554432000 4194304 4196468 140735422196416 140597540250976 140598082389717 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15192064 140735422200565 140735422203077 140735422203077 140735422205903 0
[pid=11230/tid=11290] ppid=11227 vsize=10844916 memory=6648615548753253269 CPUtime=0.08 cores=0,2,4,6
/proc/11230/task/11290/stat : 11290 (java) S 11227 11230 6622 0 -1 1077944384 1 13420 0 0 0 0 5 3 20 0 15 0 405975882 11105193984 56990 33554432000 4194304 4196468 140735422196416 140597432149632 140598082389717 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15192064 140735422200565 140735422203077 140735422203077 140735422205903 0
[pid=11230/tid=11291] ppid=11227 vsize=10844916 memory=-2895008908443489639 CPUtime=0.08 cores=0,2,4,6
/proc/11230/task/11291/stat : 11291 (java) S 11227 11230 6622 0 -1 1077944384 2 13420 0 0 0 0 5 3 20 0 15 0 405975884 11105193984 56990 33554432000 4194304 4196468 140735422196416 140596828170832 140598082398107 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15192064 140735422200565 140735422203077 140735422203077 140735422205903 0
[pid=11230/tid=11292] ppid=11227 vsize=10844916 memory=6944656592455097440 CPUtime=1.09 cores=0,2,4,6
/proc/11230/task/11292/stat : 11292 (java) R 11227 11230 6622 0 -1 4202560 4618 13420 0 0 100 1 5 3 20 0 15 0 405975884 11105193984 56990 33554432000 4194304 4196468 140735422196416 140597506670592 140598065876299 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15192064 140735422200565 140735422203077 140735422203077 140735422205903 0
[pid=11230/tid=11293] ppid=11227 vsize=10844916 memory=0 CPUtime=0.76 cores=0,2,4,6
/proc/11230/task/11293/stat : 11293 (java) R 11227 11230 6622 0 -1 4202560 1897 13420 0 0 67 1 5 3 20 0 15 0 405975884 11105193984 56990 33554432000 4194304 4196468 140735422196416 140597505627872 140598082393375 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15192064 140735422200565 140735422203077 140735422203077 140735422205903 0
[pid=11230/tid=11294] ppid=11227 vsize=10844916 memory=0 CPUtime=0.99 cores=0,2,4,6
/proc/11230/task/11294/stat : 11294 (java) S 11227 11230 6622 0 -1 1077944384 4676 13420 0 0 90 1 5 3 20 0 15 0 405975884 11105193984 56990 33554432000 4194304 4196468 140735422196416 140597504588144 140598082390658 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15192064 140735422200565 140735422203077 140735422203077 140735422205903 0
[pid=11230/tid=11295] ppid=11227 vsize=10844916 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11230/task/11295/stat : 11295 (java) S 11227 11230 6622 0 -1 1077944384 3 13420 0 0 0 0 5 3 20 0 15 0 405975885 11105193984 56990 33554432000 4194304 4196468 140735422196416 140596358408672 140598082389717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15192064 140735422200565 140735422203077 140735422203077 140735422205903 0
[pid=11230/tid=11296] ppid=11227 vsize=10844916 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11230/task/11296/stat : 11296 (java) S 11227 11230 6622 0 -1 1077944384 7 13420 0 0 0 0 5 3 20 0 15 0 405975885 11105193984 56990 33554432000 4194304 4196468 140735422196416 140597503536048 140598082390658 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15192064 140735422200565 140735422203077 140735422203077 140735422205903 0
Current children cumulated CPU time: 5.32 s
Current children cumulated vsize: 10844916 KiB
Current children cumulated memory: 227960 KiB

Child status: 0
Real time (s): 2.6394
CPU time (s): 5.39222
CPU user time (s): 5.17889
CPU system time (s): 0.21333
CPU usage (%): 204.297
Max. virtual memory (cumulated for all children) (KiB): 10844916
Max. memory (cumulated for all children) (KiB): 227960

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.17889
system time used= 0.21333
maximum resident set size= 230292
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 53525
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= 4689
involuntary context switches= 36


# summary of solver processes directly reported to runsolver:
#   pid: 11230
#   total CPU time (s): 5.39222
#   total CPU user time (s): 5.17889
#   total CPU system time (s): 0.21333

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.033904 second user time and 0.070892 second system time

The end

Launcher Data

Begin job on node149 at 2019-09-12 16:08:54
IDJOB=4387282
IDBENCH=133313
IDSOLVER=2823
FILE ID=node149/4387282-1568297371
RUNJOBID= node149-1568287628-8128
PBS_JOBID= 21701062
Free space on /tmp= 54640 MiB

SOLVER NAME= Concrete 3.10
BENCH NAME= XCSP17/Primes/Primes-m1-p25/Primes-25-20-3-1.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4387282-1568297371/watcher-4387282-1568297371 -o /tmp/evaluation-result-4387282-1568297371/solver-4387282-1568297371 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node149-1568287628-8128 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1525862265 HOME/instance-4387282-1568297371.xml

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

MD5SUM BENCH= cc05f472d5f8180cd89c35370563cdd2
RANDOM SEED=1525862265

node149.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.81
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.81
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.81
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.81
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:        30585408 kB
MemAvailable:   31230424 kB
Buffers:          100876 kB
Cached:           843380 kB
SwapCached:        61020 kB
Active:          1061768 kB
Inactive:         574112 kB
Active(anon):     660580 kB
Inactive(anon):    71332 kB
Active(file):     401188 kB
Inactive(file):   502780 kB
Unevictable:      111364 kB
Mlocked:          111364 kB
SwapTotal:      67108860 kB
SwapFree:       66940040 kB
Dirty:             35512 kB
Writeback:             0 kB
AnonPages:        879660 kB
Mapped:            55416 kB
Shmem:             30988 kB
Slab:             142068 kB
SReclaimable:     113764 kB
SUnreclaim:        28304 kB
KernelStack:        4016 kB
PageTables:         7308 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1903632 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    708608 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      144768 kB
DirectMap2M:    33400832 kB

Free space on /tmp at the end= 54604 MiB
End job on node149 at 2019-09-12 16:08:57