Trace number 4395876

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.64566 2.86658

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.78/0.56	c Concrete v3.12.2.1568380929293 running
5.44/2.84	v <instantiation
5.44/2.84	v         >
5.44/2.84	v       <list>
5.44/2.84	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.44/2.84	v       </list>
5.44/2.84	v       <values>
5.44/2.84	v         47 21 29 23 13 39 10 2 5 3 2 12 22 2 8 2 47 46 47 4 45 2 47 2 47 47 15 2 38 2 47 2 6 30 47 23 8 47 37 47 37 35 42 6 2 35 47 45 2 46 30 41 2 46 2 46 44 47 47 2 47 2 47 17 30 16 47 47 2 36 46 43 47 28 2 37
5.44/2.84	v       </values>
5.44/2.84	v     </instantiation>
5.44/2.84	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 (14379 MiB free)
  memory of node 1: 16384 MiB (13125 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4395876-1568404175/watcher-4395876-1568404175 -o /tmp/evaluation-result-4395876-1568404175/solver-4395876-1568404175 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1568393375-17084 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1339425692 HOME/instance-4395876-1568404175.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=21087, runsolver pid=21084
Current StackSize limit: 8192 KiB


[startup+0.100056 s]*
/proc/loadavg: 2.00 1.69 1.54 3/223 21144
/proc/meminfo: memFree=28157788/32770624 swapFree=66916536/67108860
[pid=21087] ppid=21084 vsize=9972712 memory=16816 CPUtime=0.1 cores=0,2,4,6
/proc/21087/stat : 21087 (java) S 21084 21087 15665 0 -1 1077944320 4474 13106 0 0 1 1 5 3 20 0 6 0 416668031 10212057088 4204 33554432000 4194304 4196468 140723873292800 140723873275344 139715967991543 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 25788416 140723873299183 140723873301701 140723873301701 140723873304527 0
/proc/21087/statm: 2493178 4204 1935 1 0 2481616 0
[pid=21087/tid=21140] ppid=21084 vsize=9972712 memory=4279135704013571469 CPUtime=0.08 cores=0,2,4,6
/proc/21087/task/21140/stat : 21140 (java) R 21084 21087 15665 0 -1 4202560 2275 13106 0 0 0 0 5 3 20 0 6 0 416668040 10212057088 4270 33554432000 4194304 4196468 140723873292800 139715939828304 139715952072060 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25788416 140723873299183 140723873301701 140723873301701 140723873304527 0
[pid=21087/tid=21141] ppid=21084 vsize=9972712 memory=-7522837583129502606 CPUtime=0.08 cores=0,2,4,6
/proc/21087/task/21141/stat : 21141 (java) S 21084 21087 15665 0 -1 1077944384 1 13106 0 0 0 0 5 3 20 0 6 0 416668041 10212057088 4270 33554432000 4194304 4196468 140723873292800 139715972233488 139715968001749 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25788416 140723873299183 140723873301701 140723873301701 140723873304527 0
[pid=21087/tid=21142] ppid=21084 vsize=9972712 memory=139985993254528 CPUtime=0.08 cores=0,2,4,6
/proc/21087/task/21142/stat : 21142 (java) S 21084 21087 15665 0 -1 1077944384 2 13106 0 0 0 0 5 3 20 0 6 0 416668041 10212057088 4270 33554432000 4194304 4196468 140723873292800 139715540867472 139715968001749 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25788416 140723873299183 140723873301701 140723873301701 140723873304527 0
[pid=21087/tid=21143] ppid=21084 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21087/task/21143/stat : 21143 (java) S 21084 21087 15665 0 -1 1077944384 2 13106 0 0 0 0 5 3 20 0 6 0 416668041 10212057088 4270 33554432000 4194304 4196468 140723873292800 139715539814928 139715968001749 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25788416 140723873299183 140723873301701 140723873301701 140723873304527 0
[pid=21087/tid=21144] ppid=21084 vsize=9972712 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/21087/task/21144/stat : 21144 (java) S 21084 21087 15665 0 -1 1077944384 2 13106 0 0 0 0 5 3 20 0 6 0 416668041 10212057088 4270 33554432000 4194304 4196468 140723873292800 139715538762384 139715968001749 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25788416 140723873299183 140723873301701 140723873301701 140723873304527 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16816 KiB

[startup+0.210494 s]*
/proc/loadavg: 2.00 1.69 1.54 4/232 21153
/proc/meminfo: memFree=28132868/32770624 swapFree=66916536/67108860
[pid=21087] ppid=21084 vsize=10819664 memory=43864 CPUtime=0.26 cores=0,2,4,6
/proc/21087/stat : 21087 (java) S 21084 21087 15665 0 -1 1077944320 7212 13106 0 0 16 2 5 3 20 0 15 0 416668031 11079335936 10966 33554432000 4194304 4196468 140723873292800 140723873275344 139715967991543 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 25788416 140723873299183 140723873301701 140723873301701 140723873304527 0
/proc/21087/statm: 2704916 10966 3185 1 0 2667149 0
[pid=21087/tid=21140] ppid=21084 vsize=10819664 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/21087/task/21140/stat : 21140 (java) R 21084 21087 15665 0 -1 4202560 3693 13106 0 0 10 1 5 3 20 0 15 0 416668040 11079335936 10966 33554432000 4194304 4196468 140723873292800 139715939825016 139715951178352 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25788416 140723873299183 140723873301701 140723873301701 140723873304527 0
[pid=21087/tid=21141] ppid=21084 vsize=10819664 memory=365 CPUtime=0.08 cores=0,2,4,6
/proc/21087/task/21141/stat : 21141 (java) S 21084 21087 15665 0 -1 1077944384 1 13106 0 0 0 0 5 3 20 0 15 0 416668041 11079335936 10966 33554432000 4194304 4196468 140723873292800 139715972233488 139715968001749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25788416 140723873299183 140723873301701 140723873301701 140723873304527 0
[pid=21087/tid=21142] ppid=21084 vsize=10819664 memory=4121273631175788192 CPUtime=0.08 cores=0,2,4,6
/proc/21087/task/21142/stat : 21142 (java) S 21084 21087 15665 0 -1 1077944384 2 13106 0 0 0 0 5 3 20 0 15 0 416668041 11079335936 10966 33554432000 4194304 4196468 140723873292800 139715540867472 139715968001749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25788416 140723873299183 140723873301701 140723873301701 140723873304527 0
[pid=21087/tid=21143] ppid=21084 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21087/task/21143/stat : 21143 (java) S 21084 21087 15665 0 -1 1077944384 2 13106 0 0 0 0 5 3 20 0 15 0 416668041 11079335936 10966 33554432000 4194304 4196468 140723873292800 139715539814928 139715968001749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25788416 140723873299183 140723873301701 140723873301701 140723873304527 0
[pid=21087/tid=21144] ppid=21084 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/21087/task/21144/stat : 21144 (java) S 21084 21087 15665 0 -1 1077944384 2 13106 0 0 0 0 5 3 20 0 15 0 416668041 11079335936 10966 33554432000 4194304 4196468 140723873292800 139715538762384 139715968001749 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25788416 140723873299183 140723873301701 140723873301701 140723873304527 0
[pid=21087/tid=21145] ppid=21084 vsize=10819664 memory=139985993254528 CPUtime=0.08 cores=0,2,4,6
/proc/21087/task/21145/stat : 21145 (java) S 21084 21087 15665 0 -1 1077944384 2 13106 0 0 0 0 5 3 20 0 15 0 416668042 11079335936 10966 33554432000 4194304 4196468 140723873292800 139715494668784 139715968002690 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25788416 140723873299183 140723873301701 140723873301701 140723873304527 0
[pid=21087/tid=21146] ppid=21084 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/21087/task/21146/stat : 21146 (java) S 21084 21087 15665 0 -1 1077944384 13 13106 0 0 0 0 5 3 20 0 15 0 416668043 11079335936 10966 33554432000 4194304 4196468 140723873292800 139715420349856 139715968001749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25788416 140723873299183 140723873301701 140723873301701 140723873304527 0
[pid=21087/tid=21147] ppid=21084 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21087/task/21147/stat : 21147 (java) S 21084 21087 15665 0 -1 1077944384 1 13106 0 0 0 0 5 3 20 0 15 0 416668043 11079335936 10966 33554432000 4194304 4196468 140723873292800 139715286132208 139715968001749 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25788416 140723873299183 140723873301701 140723873301701 140723873304527 0
[pid=21087/tid=21148] ppid=21084 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21087/task/21148/stat : 21148 (java) S 21084 21087 15665 0 -1 1077944384 2 13106 0 0 0 0 5 3 20 0 15 0 416668046 11079335936 10966 33554432000 4194304 4196468 140723873292800 139714682153680 139715968010139 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25788416 140723873299183 140723873301701 140723873301701 140723873304527 0
[pid=21087/tid=21149] ppid=21084 vsize=10819664 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/21087/task/21149/stat : 21149 (java) S 21084 21087 15665 0 -1 1077944384 347 13106 0 0 1 0 5 3 20 0 15 0 416668046 11079335936 10966 33554432000 4194304 4196468 140723873292800 139715493615600 139715968002690 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25788416 140723873299183 140723873301701 140723873301701 140723873304527 0
[pid=21087/tid=21150] ppid=21084 vsize=10819664 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/21087/task/21150/stat : 21150 (java) S 21084 21087 15665 0 -1 1077944384 335 13106 0 0 1 0 5 3 20 0 15 0 416668046 11079335936 10966 33554432000 4194304 4196468 140723873292800 139715492563056 139715968002690 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25788416 140723873299183 140723873301701 140723873301701 140723873304527 0
[pid=21087/tid=21151] ppid=21084 vsize=10819664 memory=139985993254528 CPUtime=0.11 cores=0,2,4,6
/proc/21087/task/21151/stat : 21151 (java) S 21084 21087 15665 0 -1 1077944384 599 13106 0 0 3 0 5 3 20 0 15 0 416668046 11079335936 10966 33554432000 4194304 4196468 140723873292800 139715491510512 139715968002690 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25788416 140723873299183 140723873301701 140723873301701 140723873304527 0
[pid=21087/tid=21152] ppid=21084 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/21087/task/21152/stat : 21152 (java) S 21084 21087 15665 0 -1 1077944384 3 13106 0 0 0 0 5 3 20 0 15 0 416668046 11079335936 10966 33554432000 4194304 4196468 140723873292800 139714212391520 139715968001749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25788416 140723873299183 140723873301701 140723873301701 140723873304527 0
[pid=21087/tid=21153] ppid=21084 vsize=10819664 memory=139985993254528 CPUtime=0.08 cores=0,2,4,6
/proc/21087/task/21153/stat : 21153 (java) S 21084 21087 15665 0 -1 1077944384 1 13106 0 0 0 0 5 3 20 0 15 0 416668046 11079335936 10966 33554432000 4194304 4196468 140723873292800 139715490458416 139715968002690 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25788416 140723873299183 140723873301701 140723873301701 140723873304527 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10819664 KiB
Current children cumulated memory: 43864 KiB

[startup+0.3107 s]*
/proc/loadavg: 2.00 1.69 1.54 4/232 21153
/proc/meminfo: memFree=28119928/32770624 swapFree=66916536/67108860
[pid=21087] ppid=21084 vsize=10820148 memory=54992 CPUtime=0.4 cores=0,2,4,6
/proc/21087/stat : 21087 (java) S 21084 21087 15665 0 -1 1077944320 10904 13106 0 0 29 3 5 3 20 0 15 0 416668031 11079831552 13748 33554432000 4194304 4196468 140723873292800 140723873275344 139715967991543 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 25788416 140723873299183 140723873301701 140723873301701 140723873304527 0
/proc/21087/statm: 2705037 13748 3317 1 0 2667149 0
[pid=21087/tid=21140] ppid=21084 vsize=10820148 memory=6791534058613427641 CPUtime=0.29 cores=0,2,4,6
/proc/21087/task/21140/stat : 21140 (java) R 21084 21087 15665 0 -1 4202560 7371 13106 0 0 19 2 5 3 20 0 15 0 416668040 11079831552 13748 33554432000 4194304 4196468 140723873292800 139715939791456 139715952072030 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25788416 140723873299183 140723873301701 140723873301701 140723873304527 0
[pid=21087/tid=21141] ppid=21084 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21087/task/21141/stat : 21141 (java) S 21084 21087 15665 0 -1 1077944384 1 13106 0 0 0 0 5 3 20 0 15 0 416668041 11079831552 13748 33554432000 4194304 4196468 140723873292800 139715972233488 139715968001749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25788416 140723873299183 140723873301701 140723873301701 140723873304527 0
[pid=21087/tid=21142] ppid=21084 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21087/task/21142/stat : 21142 (java) S 21084 21087 15665 0 -1 1077944384 2 13106 0 0 0 0 5 3 20 0 15 0 416668041 11079831552 13748 33554432000 4194304 4196468 140723873292800 139715540867472 139715968001749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25788416 140723873299183 140723873301701 140723873301701 140723873304527 0
[pid=21087/tid=21143] ppid=21084 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21087/task/21143/stat : 21143 (java) S 21084 21087 15665 0 -1 1077944384 2 13106 0 0 0 0 5 3 20 0 15 0 416668041 11079831552 13748 33554432000 4194304 4196468 140723873292800 139715539814928 139715968001749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25788416 140723873299183 140723873301701 140723873301701 140723873304527 0
[pid=21087/tid=21144] ppid=21084 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21087/task/21144/stat : 21144 (java) S 21084 21087 15665 0 -1 1077944384 2 13106 0 0 0 0 5 3 20 0 15 0 416668041 11079831552 13748 33554432000 4194304 4196468 140723873292800 139715538762384 139715968001749 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25788416 140723873299183 140723873301701 140723873301701 140723873304527 0
[pid=21087/tid=21145] ppid=21084 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21087/task/21145/stat : 21145 (java) S 21084 21087 15665 0 -1 1077944384 2 13106 0 0 0 0 5 3 20 0 15 0 416668042 11079831552 13748 33554432000 4194304 4196468 140723873292800 139715494668784 139715968002690 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25788416 140723873299183 140723873301701 140723873301701 140723873304527 0
[pid=21087/tid=21146] ppid=21084 vsize=10820148 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/21087/task/21146/stat : 21146 (java) S 21084 21087 15665 0 -1 1077944384 13 13106 0 0 0 0 5 3 20 0 15 0 416668043 11079831552 13748 33554432000 4194304 4196468 140723873292800 139715420349856 139715968001749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25788416 140723873299183 140723873301701 140723873301701 140723873304527 0
[pid=21087/tid=21147] ppid=21084 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21087/task/21147/stat : 21147 (java) S 21084 21087 15665 0 -1 1077944384 1 13106 0 0 0 0 5 3 20 0 15 0 416668043 11079831552 13748 33554432000 4194304 4196468 140723873292800 139715286132208 139715968001749 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25788416 140723873299183 140723873301701 140723873301701 140723873304527 0
[pid=21087/tid=21148] ppid=21084 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21087/task/21148/stat : 21148 (java) S 21084 21087 15665 0 -1 1077944384 2 13106 0 0 0 0 5 3 20 0 15 0 416668046 11079831552 13748 33554432000 4194304 4196468 140723873292800 139714682153680 139715968010139 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25788416 140723873299183 140723873301701 140723873301701 140723873304527 0
[pid=21087/tid=21149] ppid=21084 vsize=10820148 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/21087/task/21149/stat : 21149 (java) S 21084 21087 15665 0 -1 1077944384 352 13106 0 0 2 0 5 3 20 0 15 0 416668046 11079831552 13748 33554432000 4194304 4196468 140723873292800 139715493615600 139715968002690 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25788416 140723873299183 140723873301701 140723873301701 140723873304527 0
[pid=21087/tid=21150] ppid=21084 vsize=10820148 memory=-1 CPUtime=0.1 cores=0,2,4,6
/proc/21087/task/21150/stat : 21150 (java) S 21084 21087 15665 0 -1 1077944384 336 13106 0 0 2 0 5 3 20 0 15 0 416668046 11079831552 13748 33554432000 4194304 4196468 140723873292800 139715492563056 139715968002690 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25788416 140723873299183 140723873301701 140723873301701 140723873304527 0
[pid=21087/tid=21151] ppid=21084 vsize=10820148 memory=139985993254528 CPUtime=0.13 cores=0,2,4,6
/proc/21087/task/21151/stat : 21151 (java) S 21084 21087 15665 0 -1 1077944384 609 13106 0 0 5 0 5 3 20 0 15 0 416668046 11079831552 13748 33554432000 4194304 4196468 140723873292800 139715491510512 139715968002690 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25788416 140723873299183 140723873301701 140723873301701 140723873304527 0
[pid=21087/tid=21152] ppid=21084 vsize=10820148 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/21087/task/21152/stat : 21152 (java) S 21084 21087 15665 0 -1 1077944384 3 13106 0 0 0 0 5 3 20 0 15 0 416668046 11079831552 13748 33554432000 4194304 4196468 140723873292800 139714212391520 139715968001749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25788416 140723873299183 140723873301701 140723873301701 140723873304527 0
[pid=21087/tid=21153] ppid=21084 vsize=10820148 memory=139985993254528 CPUtime=0.08 cores=0,2,4,6
/proc/21087/task/21153/stat : 21153 (java) S 21084 21087 15665 0 -1 1077944384 1 13106 0 0 0 0 5 3 20 0 15 0 416668046 11079831552 13748 33554432000 4194304 4196468 140723873292800 139715490458416 139715968002690 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25788416 140723873299183 140723873301701 140723873301701 140723873304527 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820148 KiB
Current children cumulated memory: 54992 KiB

[startup+0.700752 s]
/proc/loadavg: 2.00 1.69 1.54 3/232 21153
/proc/meminfo: memFree=28106096/32770624 swapFree=66916536/67108860
[pid=21087] ppid=21084 vsize=10822312 memory=77796 CPUtime=0.9 cores=0,2,4,6
/proc/21087/stat : 21087 (java) S 21084 21087 15665 0 -1 1077944320 14103 13106 0 0 77 5 5 3 20 0 15 0 416668031 11082047488 19449 33554432000 4194304 4196468 140723873292800 140723873275344 139715967991543 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 25788416 140723873299183 140723873301701 140723873301701 140723873304527 0
/proc/21087/statm: 2705578 19449 3485 1 0 2667661 0
[pid=21087/tid=21140] ppid=21084 vsize=10822312 memory=0 CPUtime=0.57 cores=0,2,4,6
/proc/21087/task/21140/stat : 21140 (java) D 21084 21087 15665 0 -1 4202560 9566 13106 0 0 45 4 5 3 20 0 15 0 416668040 11082047488 19449 33554432000 4194304 4196468 140723873292800 139715939821072 139715968013469 0 4 0 16800975 18446744072100736133 0 0 -1 0 0 0 0 0 0 6293624 6294260 25788416 140723873299183 140723873301701 140723873301701 140723873304527 0
[pid=21087/tid=21141] ppid=21084 vsize=10822312 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21087/task/21141/stat : 21141 (java) S 21084 21087 15665 0 -1 1077944384 1 13106 0 0 0 0 5 3 20 0 15 0 416668041 11082047488 19449 33554432000 4194304 4196468 140723873292800 139715972233488 139715968001749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25788416 140723873299183 140723873301701 140723873301701 140723873304527 0
[pid=21087/tid=21142] ppid=21084 vsize=10822312 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21087/task/21142/stat : 21142 (java) S 21084 21087 15665 0 -1 1077944384 2 13106 0 0 0 0 5 3 20 0 15 0 416668041 11082047488 19449 33554432000 4194304 4196468 140723873292800 139715540867472 139715968001749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25788416 140723873299183 140723873301701 140723873301701 140723873304527 0
[pid=21087/tid=21143] ppid=21084 vsize=10822312 memory=139985869222672 CPUtime=0.08 cores=0,2,4,6
/proc/21087/task/21143/stat : 21143 (java) S 21084 21087 15665 0 -1 1077944384 2 13106 0 0 0 0 5 3 20 0 15 0 416668041 11082047488 19449 33554432000 4194304 4196468 140723873292800 139715539814928 139715968001749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25788416 140723873299183 140723873301701 140723873301701 140723873304527 0
[pid=21087/tid=21144] ppid=21084 vsize=10822312 memory=139990164046426 CPUtime=0.08 cores=0,2,4,6
/proc/21087/task/21144/stat : 21144 (java) S 21084 21087 15665 0 -1 1077944384 2 13106 0 0 0 0 5 3 20 0 15 0 416668041 11082047488 19449 33554432000 4194304 4196468 140723873292800 139715538762384 139715968001749 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25788416 140723873299183 140723873301701 140723873301701 140723873304527 0
[pid=21087/tid=21145] ppid=21084 vsize=10822312 memory=8300 CPUtime=0.08 cores=0,2,4,6
/proc/21087/task/21145/stat : 21145 (java) S 21084 21087 15665 0 -1 1077944384 5 13106 0 0 0 0 5 3 20 0 15 0 416668042 11082047488 19449 33554432000 4194304 4196468 140723873292800 139715494668784 139715968002690 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25788416 140723873299183 140723873301701 140723873301701 140723873304527 0
[pid=21087/tid=21146] ppid=21084 vsize=10822312 memory=6297835844906604903 CPUtime=0.08 cores=0,2,4,6
/proc/21087/task/21146/stat : 21146 (java) S 21084 21087 15665 0 -1 1077944384 13 13106 0 0 0 0 5 3 20 0 15 0 416668043 11082047488 19449 33554432000 4194304 4196468 140723873292800 139715420349856 139715968001749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25788416 140723873299183 140723873301701 140723873301701 140723873304527 0
[pid=21087/tid=21147] ppid=21084 vsize=10822312 memory=6081102367496366441 CPUtime=0.08 cores=0,2,4,6
/proc/21087/task/21147/stat : 21147 (java) S 21084 21087 15665 0 -1 1077944384 1 13106 0 0 0 0 5 3 20 0 15 0 416668043 11082047488 19449 33554432000 4194304 4196468 140723873292800 139715286132208 139715968001749 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25788416 140723873299183 140723873301701 140723873301701 140723873304527 0
[pid=21087/tid=21148] ppid=21084 vsize=10822312 memory=20360 CPUtime=0.08 cores=0,2,4,6
/proc/21087/task/21148/stat : 21148 (java) S 21084 21087 15665 0 -1 1077944384 2 13106 0 0 0 0 5 3 20 0 15 0 416668046 11082047488 19449 33554432000 4194304 4196468 140723873292800 139714682153680 139715968010139 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25788416 140723873299183 140723873301701 140723873301701 140723873304527 0
[pid=21087/tid=21149] ppid=21084 vsize=10822312 memory=12036 CPUtime=0.15 cores=0,2,4,6
/proc/21087/task/21149/stat : 21149 (java) S 21084 21087 15665 0 -1 1077944384 696 13106 0 0 7 0 5 3 20 0 15 0 416668046 11082047488 19449 33554432000 4194304 4196468 140723873292800 139715493615600 139715968002690 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25788416 140723873299183 140723873301701 140723873301701 140723873304527 0
[pid=21087/tid=21150] ppid=21084 vsize=10822312 memory=2116 CPUtime=0.18 cores=0,2,4,6
/proc/21087/task/21150/stat : 21150 (java) S 21084 21087 15665 0 -1 1077944384 857 13106 0 0 10 0 5 3 20 0 15 0 416668046 11082047488 19449 33554432000 4194304 4196468 140723873292800 139715492563056 139715968002690 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25788416 140723873299183 140723873301701 140723873301701 140723873304527 0
[pid=21087/tid=21151] ppid=21084 vsize=10822312 memory=500 CPUtime=0.21 cores=0,2,4,6
/proc/21087/task/21151/stat : 21151 (java) S 21084 21087 15665 0 -1 1077944384 743 13106 0 0 13 0 5 3 20 0 15 0 416668046 11082047488 19449 33554432000 4194304 4196468 140723873292800 139715491510512 139715968002690 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25788416 140723873299183 140723873301701 140723873301701 140723873304527 0
[pid=21087/tid=21152] ppid=21084 vsize=10822312 memory=1556 CPUtime=0.08 cores=0,2,4,6
/proc/21087/task/21152/stat : 21152 (java) S 21084 21087 15665 0 -1 1077944384 3 13106 0 0 0 0 5 3 20 0 15 0 416668046 11082047488 19449 33554432000 4194304 4196468 140723873292800 139714212391520 139715968001749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25788416 140723873299183 140723873301701 140723873301701 140723873304527 0
[pid=21087/tid=21153] ppid=21084 vsize=10822312 memory=928 CPUtime=0.08 cores=0,2,4,6
/proc/21087/task/21153/stat : 21153 (java) S 21084 21087 15665 0 -1 1077944384 1 13106 0 0 0 0 5 3 20 0 15 0 416668046 11082047488 19449 33554432000 4194304 4196468 140723873292800 139715490458416 139715968002690 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25788416 140723873299183 140723873301701 140723873301701 140723873304527 0
Current children cumulated CPU time: 0.9 s
Current children cumulated vsize: 10822312 KiB
Current children cumulated memory: 77796 KiB

[startup+1.50081 s]
/proc/loadavg: 2.00 1.69 1.54 3/232 21153
/proc/meminfo: memFree=28070988/32770624 swapFree=66916536/67108860
[pid=21087] ppid=21084 vsize=10834676 memory=172772 CPUtime=2.2 cores=0,2,4,6
/proc/21087/stat : 21087 (java) S 21084 21087 15665 0 -1 1077944320 21453 13106 0 0 203 9 5 3 20 0 15 0 416668031 11094708224 43193 33554432000 4194304 4196468 140723873292800 140723873275344 139715967991543 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 25788416 140723873299183 140723873301701 140723873301701 140723873304527 0
/proc/21087/statm: 2708669 43193 3578 1 0 2670733 0
[pid=21087/tid=21140] ppid=21084 vsize=10834676 memory=71504 CPUtime=1.3 cores=0,2,4,6
/proc/21087/task/21140/stat : 21140 (java) R 21084 21087 15665 0 -1 4202560 14932 13106 0 0 116 6 5 3 20 0 15 0 416668040 11094708224 43193 33554432000 4194304 4196468 140723873292800 139715939805056 139715952072030 0 4 0 16800975 0 0 0 -1 2 0 0 14 0 0 6293624 6294260 25788416 140723873299183 140723873301701 140723873301701 140723873304527 0
[pid=21087/tid=21141] ppid=21084 vsize=10834676 memory=6791534058613427641 CPUtime=0.09 cores=0,2,4,6
/proc/21087/task/21141/stat : 21141 (java) S 21084 21087 15665 0 -1 1077944384 409 13106 0 0 1 0 5 3 20 0 15 0 416668041 11094708224 43193 33554432000 4194304 4196468 140723873292800 139715972233488 139715968001749 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25788416 140723873299183 140723873301701 140723873301701 140723873304527 0
[pid=21087/tid=21142] ppid=21084 vsize=10834676 memory=279971738476704 CPUtime=0.08 cores=0,2,4,6
/proc/21087/task/21142/stat : 21142 (java) S 21084 21087 15665 0 -1 1077944384 59 13106 0 0 0 0 5 3 20 0 15 0 416668041 11094708224 43193 33554432000 4194304 4196468 140723873292800 139715540867472 139715968001749 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25788416 140723873299183 140723873301701 140723873301701 140723873304527 0
[pid=21087/tid=21143] ppid=21084 vsize=10834676 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21087/task/21143/stat : 21143 (java) S 21084 21087 15665 0 -1 1077944384 82 13106 0 0 0 0 5 3 20 0 15 0 416668041 11094708224 43193 33554432000 4194304 4196468 140723873292800 139715539814928 139715968001749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25788416 140723873299183 140723873301701 140723873301701 140723873304527 0
[pid=21087/tid=21144] ppid=21084 vsize=10834676 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/21087/task/21144/stat : 21144 (java) S 21084 21087 15665 0 -1 1077944384 22 13106 0 0 1 0 5 3 20 0 15 0 416668041 11094708224 43193 33554432000 4194304 4196468 140723873292800 139715538762384 139715968001749 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25788416 140723873299183 140723873301701 140723873301701 140723873304527 0
[pid=21087/tid=21145] ppid=21084 vsize=10834676 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/21087/task/21145/stat : 21145 (java) S 21084 21087 15665 0 -1 1077944384 138 13106 0 0 1 0 5 3 20 0 15 0 416668042 11094708224 43193 33554432000 4194304 4196468 140723873292800 139715494668784 139715968002690 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25788416 140723873299183 140723873301701 140723873301701 140723873304527 0
[pid=21087/tid=21146] ppid=21084 vsize=10834676 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21087/task/21146/stat : 21146 (java) S 21084 21087 15665 0 -1 1077944384 14 13106 0 0 0 0 5 3 20 0 15 0 416668043 11094708224 43193 33554432000 4194304 4196468 140723873292800 139715420349920 139715968001749 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25788416 140723873299183 140723873301701 140723873301701 140723873304527 0
[pid=21087/tid=21147] ppid=21084 vsize=10834676 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21087/task/21147/stat : 21147 (java) S 21084 21087 15665 0 -1 1077944384 2 13106 0 0 0 0 5 3 20 0 15 0 416668043 11094708224 43193 33554432000 4194304 4196468 140723873292800 139715286132224 139715968001749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25788416 140723873299183 140723873301701 140723873301701 140723873304527 0
[pid=21087/tid=21148] ppid=21084 vsize=10834676 memory=-2245088631185882904 CPUtime=0.08 cores=0,2,4,6
/proc/21087/task/21148/stat : 21148 (java) S 21084 21087 15665 0 -1 1077944384 2 13106 0 0 0 0 5 3 20 0 15 0 416668046 11094708224 43193 33554432000 4194304 4196468 140723873292800 139714682153680 139715968010139 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25788416 140723873299183 140723873301701 140723873301701 140723873304527 0
[pid=21087/tid=21149] ppid=21084 vsize=10834676 memory=0 CPUtime=0.29 cores=0,2,4,6
/proc/21087/task/21149/stat : 21149 (java) S 21084 21087 15665 0 -1 1077944384 963 13106 0 0 21 0 5 3 20 0 15 0 416668046 11094708224 43193 33554432000 4194304 4196468 140723873292800 139715493615600 139715968002690 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25788416 140723873299183 140723873301701 140723873301701 140723873304527 0
[pid=21087/tid=21150] ppid=21084 vsize=10834676 memory=10 CPUtime=0.34 cores=0,2,4,6
/proc/21087/task/21150/stat : 21150 (java) S 21084 21087 15665 0 -1 1077944384 1139 13106 0 0 26 0 5 3 20 0 15 0 416668046 11094708224 43193 33554432000 4194304 4196468 140723873292800 139715492563056 139715968002690 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25788416 140723873299183 140723873301701 140723873301701 140723873304527 0
[pid=21087/tid=21151] ppid=21084 vsize=10834676 memory=6791534058613427641 CPUtime=0.39 cores=0,2,4,6
/proc/21087/task/21151/stat : 21151 (java) S 21084 21087 15665 0 -1 1077944384 1479 13106 0 0 31 0 5 3 20 0 15 0 416668046 11094708224 43193 33554432000 4194304 4196468 140723873292800 139715491510512 139715968002690 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25788416 140723873299183 140723873301701 140723873301701 140723873304527 0
[pid=21087/tid=21152] ppid=21084 vsize=10834676 memory=6935649255759568960 CPUtime=0.08 cores=0,2,4,6
/proc/21087/task/21152/stat : 21152 (java) S 21084 21087 15665 0 -1 1077944384 3 13106 0 0 0 0 5 3 20 0 15 0 416668046 11094708224 43193 33554432000 4194304 4196468 140723873292800 139714212391520 139715968001749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25788416 140723873299183 140723873301701 140723873301701 140723873304527 0
[pid=21087/tid=21153] ppid=21084 vsize=10834676 memory=279971738721152 CPUtime=0.08 cores=0,2,4,6
/proc/21087/task/21153/stat : 21153 (java) S 21084 21087 15665 0 -1 1077944384 1 13106 0 0 0 0 5 3 20 0 15 0 416668046 11094708224 43193 33554432000 4194304 4196468 140723873292800 139715490458416 139715968002690 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25788416 140723873299183 140723873301701 140723873301701 140723873304527 0
Current children cumulated CPU time: 2.2 s
Current children cumulated vsize: 10834676 KiB
Current children cumulated memory: 172772 KiB

[startup+2.8665 s]
# the end of solver process 21087 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=5.43761 s, system=0.20805 s

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

[startup+1.60149 s]
/proc/loadavg: 2.00 1.69 1.54 3/232 21153
/proc/meminfo: memFree=28070988/32770624 swapFree=66916536/67108860
[pid=21087] ppid=21084 vsize=10834676 memory=174372 CPUtime=2.39 cores=0,2,4,6
/proc/21087/stat : 21087 (java) S 21084 21087 15665 0 -1 1077944320 21824 13106 0 0 221 10 5 3 20 0 15 0 416668031 11094708224 43593 33554432000 4194304 4196468 140723873292800 140723873275344 139715967991543 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 25788416 140723873299183 140723873301701 140723873301701 140723873304527 0
/proc/21087/statm: 2708669 43593 3579 1 0 2670733 0
[pid=21087/tid=21140] ppid=21084 vsize=10834676 memory=4137290303932963203 CPUtime=1.4 cores=0,2,4,6
/proc/21087/task/21140/stat : 21140 (java) R 21084 21087 15665 0 -1 4202560 15100 13106 0 0 126 6 5 3 20 0 15 0 416668040 11094708224 43593 33554432000 4194304 4196468 140723873292800 139715939795760 139715968003478 0 4 0 16800975 0 0 0 -1 2 0 0 14 0 0 6293624 6294260 25788416 140723873299183 140723873301701 140723873301701 140723873304527 0
[pid=21087/tid=21141] ppid=21084 vsize=10834676 memory=6944656591801719708 CPUtime=0.09 cores=0,2,4,6
/proc/21087/task/21141/stat : 21141 (java) S 21084 21087 15665 0 -1 1077944384 409 13106 0 0 1 0 5 3 20 0 15 0 416668041 11094708224 43593 33554432000 4194304 4196468 140723873292800 139715972233488 139715968001749 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25788416 140723873299183 140723873301701 140723873301701 140723873304527 0
[pid=21087/tid=21142] ppid=21084 vsize=10834676 memory=-7384994778349281184 CPUtime=0.08 cores=0,2,4,6
/proc/21087/task/21142/stat : 21142 (java) S 21084 21087 15665 0 -1 1077944384 59 13106 0 0 0 0 5 3 20 0 15 0 416668041 11094708224 43593 33554432000 4194304 4196468 140723873292800 139715540867472 139715968001749 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25788416 140723873299183 140723873301701 140723873301701 140723873304527 0
[pid=21087/tid=21143] ppid=21084 vsize=10834676 memory=6944656385659523175 CPUtime=0.08 cores=0,2,4,6
/proc/21087/task/21143/stat : 21143 (java) S 21084 21087 15665 0 -1 1077944384 82 13106 0 0 0 0 5 3 20 0 15 0 416668041 11094708224 43593 33554432000 4194304 4196468 140723873292800 139715539814928 139715968001749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25788416 140723873299183 140723873301701 140723873301701 140723873304527 0
[pid=21087/tid=21144] ppid=21084 vsize=10834676 memory=7738152182744373102 CPUtime=0.09 cores=0,2,4,6
/proc/21087/task/21144/stat : 21144 (java) S 21084 21087 15665 0 -1 1077944384 22 13106 0 0 1 0 5 3 20 0 15 0 416668041 11094708224 43593 33554432000 4194304 4196468 140723873292800 139715538762384 139715968001749 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25788416 140723873299183 140723873301701 140723873301701 140723873304527 0
[pid=21087/tid=21145] ppid=21084 vsize=10834676 memory=7813865652928602452 CPUtime=0.09 cores=0,2,4,6
/proc/21087/task/21145/stat : 21145 (java) S 21084 21087 15665 0 -1 1077944384 138 13106 0 0 1 0 5 3 20 0 15 0 416668042 11094708224 43593 33554432000 4194304 4196468 140723873292800 139715494668784 139715968002690 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25788416 140723873299183 140723873301701 140723873301701 140723873304527 0
[pid=21087/tid=21146] ppid=21084 vsize=10834676 memory=7230362502962964838 CPUtime=0.08 cores=0,2,4,6
/proc/21087/task/21146/stat : 21146 (java) S 21084 21087 15665 0 -1 1077944384 14 13106 0 0 0 0 5 3 20 0 15 0 416668043 11094708224 43593 33554432000 4194304 4196468 140723873292800 139715420349920 139715968001749 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25788416 140723873299183 140723873301701 140723873301701 140723873304527 0
[pid=21087/tid=21147] ppid=21084 vsize=10834676 memory=7661854798939379297 CPUtime=0.08 cores=0,2,4,6
/proc/21087/task/21147/stat : 21147 (java) S 21084 21087 15665 0 -1 1077944384 2 13106 0 0 0 0 5 3 20 0 15 0 416668043 11094708224 43593 33554432000 4194304 4196468 140723873292800 139715286132224 139715968001749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25788416 140723873299183 140723873301701 140723873301701 140723873304527 0
[pid=21087/tid=21148] ppid=21084 vsize=10834676 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21087/task/21148/stat : 21148 (java) S 21084 21087 15665 0 -1 1077944384 2 13106 0 0 0 0 5 3 20 0 15 0 416668046 11094708224 43593 33554432000 4194304 4196468 140723873292800 139714682153680 139715968010139 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25788416 140723873299183 140723873301701 140723873301701 140723873304527 0
[pid=21087/tid=21149] ppid=21084 vsize=10834676 memory=230802952620216 CPUtime=0.3 cores=0,2,4,6
/proc/21087/task/21149/stat : 21149 (java) S 21084 21087 15665 0 -1 1077944384 966 13106 0 0 22 0 5 3 20 0 15 0 416668046 11094708224 43593 33554432000 4194304 4196468 140723873292800 139715493615600 139715968002690 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25788416 140723873299183 140723873301701 140723873301701 140723873304527 0
[pid=21087/tid=21150] ppid=21084 vsize=10834676 memory=1926825 CPUtime=0.35 cores=0,2,4,6
/proc/21087/task/21150/stat : 21150 (java) S 21084 21087 15665 0 -1 1077944384 1149 13106 0 0 27 0 5 3 20 0 15 0 416668046 11094708224 43593 33554432000 4194304 4196468 140723873292800 139715492563056 139715968002690 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25788416 140723873299183 140723873301701 140723873301701 140723873304527 0
[pid=21087/tid=21151] ppid=21084 vsize=10834676 memory=7007706849797499222 CPUtime=0.45 cores=0,2,4,6
/proc/21087/task/21151/stat : 21151 (java) S 21084 21087 15665 0 -1 1077944384 1668 13106 0 0 37 0 5 3 20 0 15 0 416668046 11094708224 43593 33554432000 4194304 4196468 140723873292800 139715491510512 139715968002690 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25788416 140723873299183 140723873301701 140723873301701 140723873304527 0
[pid=21087/tid=21152] ppid=21084 vsize=10834676 memory=6935649255878518865 CPUtime=0.08 cores=0,2,4,6
/proc/21087/task/21152/stat : 21152 (java) S 21084 21087 15665 0 -1 1077944384 3 13106 0 0 0 0 5 3 20 0 15 0 416668046 11094708224 43593 33554432000 4194304 4196468 140723873292800 139714212391520 139715968001749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25788416 140723873299183 140723873301701 140723873301701 140723873304527 0
[pid=21087/tid=21153] ppid=21084 vsize=10834676 memory=7809523229951467574 CPUtime=0.08 cores=0,2,4,6
/proc/21087/task/21153/stat : 21153 (java) S 21084 21087 15665 0 -1 1077944384 1 13106 0 0 0 0 5 3 20 0 15 0 416668046 11094708224 43593 33554432000 4194304 4196468 140723873292800 139715490458416 139715968002690 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25788416 140723873299183 140723873301701 140723873301701 140723873304527 0
Current children cumulated CPU time: 2.39 s
Current children cumulated vsize: 10834676 KiB
Current children cumulated memory: 174372 KiB

[startup+2.4009 s]
/proc/loadavg: 2.00 1.69 1.54 6/232 21153
/proc/meminfo: memFree=27997564/32770624 swapFree=66916536/67108860
[pid=21087] ppid=21084 vsize=10840840 memory=201496 CPUtime=4.4 cores=0,2,4,6
/proc/21087/stat : 21087 (java) S 21084 21087 15665 0 -1 1077944320 35205 13106 0 0 418 14 5 3 20 0 15 0 416668031 11101020160 50374 33554432000 4194304 4196468 140723873292800 140723873275344 139715967991543 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 25788416 140723873299183 140723873301701 140723873301701 140723873304527 0
/proc/21087/statm: 2710210 50374 3594 1 0 2672269 0
[pid=21087/tid=21140] ppid=21084 vsize=10840840 memory=0 CPUtime=2.19 cores=0,2,4,6
/proc/21087/task/21140/stat : 21140 (java) R 21084 21087 15665 0 -1 4202560 21164 13106 0 0 204 7 5 3 20 0 15 0 416668040 11101020160 50374 33554432000 4194304 4196468 140723873292800 139715939824016 139715578340135 0 4 0 16800975 0 0 0 -1 4 0 0 14 0 0 6293624 6294260 25788416 140723873299183 140723873301701 140723873301701 140723873304527 0
[pid=21087/tid=21141] ppid=21084 vsize=10840840 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/21087/task/21141/stat : 21141 (java) S 21084 21087 15665 0 -1 1077944384 409 13106 0 0 1 0 5 3 20 0 15 0 416668041 11101020160 50374 33554432000 4194304 4196468 140723873292800 139715972233488 139715968001749 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25788416 140723873299183 140723873301701 140723873301701 140723873304527 0
[pid=21087/tid=21142] ppid=21084 vsize=10840840 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21087/task/21142/stat : 21142 (java) S 21084 21087 15665 0 -1 1077944384 59 13106 0 0 0 0 5 3 20 0 15 0 416668041 11101020160 50374 33554432000 4194304 4196468 140723873292800 139715540867472 139715968001749 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25788416 140723873299183 140723873301701 140723873301701 140723873304527 0
[pid=21087/tid=21143] ppid=21084 vsize=10840840 memory=-2245088631185882904 CPUtime=0.08 cores=0,2,4,6
/proc/21087/task/21143/stat : 21143 (java) S 21084 21087 15665 0 -1 1077944384 82 13106 0 0 0 0 5 3 20 0 15 0 416668041 11101020160 50374 33554432000 4194304 4196468 140723873292800 139715539814928 139715968001749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25788416 140723873299183 140723873301701 140723873301701 140723873304527 0
[pid=21087/tid=21144] ppid=21084 vsize=10840840 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/21087/task/21144/stat : 21144 (java) S 21084 21087 15665 0 -1 1077944384 22 13106 0 0 1 0 5 3 20 0 15 0 416668041 11101020160 50374 33554432000 4194304 4196468 140723873292800 139715538762384 139715968001749 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25788416 140723873299183 140723873301701 140723873301701 140723873304527 0
[pid=21087/tid=21145] ppid=21084 vsize=10840840 memory=10 CPUtime=0.09 cores=0,2,4,6
/proc/21087/task/21145/stat : 21145 (java) S 21084 21087 15665 0 -1 1077944384 206 13106 0 0 1 0 5 3 20 0 15 0 416668042 11101020160 50374 33554432000 4194304 4196468 140723873292800 139715494668784 139715968002690 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25788416 140723873299183 140723873301701 140723873301701 140723873304527 0
[pid=21087/tid=21146] ppid=21084 vsize=10840840 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21087/task/21146/stat : 21146 (java) S 21084 21087 15665 0 -1 1077944384 14 13106 0 0 0 0 5 3 20 0 15 0 416668043 11101020160 50374 33554432000 4194304 4196468 140723873292800 139715420349920 139715968001749 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25788416 140723873299183 140723873301701 140723873301701 140723873304527 0
[pid=21087/tid=21147] ppid=21084 vsize=10840840 memory=9126232286719478932 CPUtime=0.08 cores=0,2,4,6
/proc/21087/task/21147/stat : 21147 (java) S 21084 21087 15665 0 -1 1077944384 2 13106 0 0 0 0 5 3 20 0 15 0 416668043 11101020160 50374 33554432000 4194304 4196468 140723873292800 139715286132224 139715968001749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25788416 140723873299183 140723873301701 140723873301701 140723873304527 0
[pid=21087/tid=21148] ppid=21084 vsize=10840840 memory=7306903918099851096 CPUtime=0.08 cores=0,2,4,6
/proc/21087/task/21148/stat : 21148 (java) S 21084 21087 15665 0 -1 1077944384 2 13106 0 0 0 0 5 3 20 0 15 0 416668046 11101020160 50374 33554432000 4194304 4196468 140723873292800 139714682153680 139715968010139 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25788416 140723873299183 140723873301701 140723873301701 140723873304527 0
[pid=21087/tid=21149] ppid=21084 vsize=10840840 memory=7378700855038207601 CPUtime=0.79 cores=0,2,4,6
/proc/21087/task/21149/stat : 21149 (java) R 21084 21087 15665 0 -1 4202560 3402 13106 0 0 70 1 5 3 20 0 15 0 416668046 11101020160 50374 33554432000 4194304 4196468 140723873292800 139715493600560 139715953102174 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25788416 140723873299183 140723873301701 140723873301701 140723873304527 0
[pid=21087/tid=21150] ppid=21084 vsize=10840840 memory=7378983511029015653 CPUtime=0.69 cores=0,2,4,6
/proc/21087/task/21150/stat : 21150 (java) R 21084 21087 15665 0 -1 4202560 2506 13106 0 0 60 1 5 3 20 0 15 0 416668046 11101020160 50374 33554432000 4194304 4196468 140723873292800 139715492563056 139715948636538 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25788416 140723873299183 140723873301701 140723873301701 140723873304527 0
[pid=21087/tid=21151] ppid=21084 vsize=10840840 memory=5571041044932483173 CPUtime=0.85 cores=0,2,4,6
/proc/21087/task/21151/stat : 21151 (java) R 21084 21087 15665 0 -1 1077944384 5122 13106 0 0 76 1 5 3 20 0 15 0 416668046 11101020160 50374 33554432000 4194304 4196468 140723873292800 139715491510512 139715968002690 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 25788416 140723873299183 140723873301701 140723873301701 140723873304527 0
[pid=21087/tid=21152] ppid=21084 vsize=10840840 memory=7230363602457747559 CPUtime=0.08 cores=0,2,4,6
/proc/21087/task/21152/stat : 21152 (java) S 21084 21087 15665 0 -1 1077944384 3 13106 0 0 0 0 5 3 20 0 15 0 416668046 11101020160 50374 33554432000 4194304 4196468 140723873292800 139714212391520 139715968001749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25788416 140723873299183 140723873301701 140723873301701 140723873304527 0
[pid=21087/tid=21153] ppid=21084 vsize=10840840 memory=7893295687695689018 CPUtime=0.08 cores=0,2,4,6
/proc/21087/task/21153/stat : 21153 (java) S 21084 21087 15665 0 -1 1077944384 5 13106 0 0 0 0 5 3 20 0 15 0 416668046 11101020160 50374 33554432000 4194304 4196468 140723873292800 139715490458416 139715968002690 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25788416 140723873299183 140723873301701 140723873301701 140723873304527 0
Current children cumulated CPU time: 4.4 s
Current children cumulated vsize: 10840840 KiB
Current children cumulated memory: 201496 KiB

[startup+2.80141 s]
/proc/loadavg: 2.00 1.69 1.54 6/232 21153
/proc/meminfo: memFree=27997564/32770624 swapFree=66916536/67108860
[pid=21087] ppid=21084 vsize=10844936 memory=235428 CPUtime=5.44 cores=0,2,4,6
/proc/21087/stat : 21087 (java) S 21084 21087 15665 0 -1 1077944320 43613 13106 0 0 520 16 5 3 20 0 15 0 416668031 11105214464 58857 33554432000 4194304 4196468 140723873292800 140723873275344 139715967991543 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 25788416 140723873299183 140723873301701 140723873301701 140723873304527 0
/proc/21087/statm: 2711234 58857 3608 1 0 2673293 0
[pid=21087/tid=21140] ppid=21084 vsize=10844936 memory=4050769973361246240 CPUtime=2.55 cores=0,2,4,6
/proc/21087/task/21140/stat : 21140 (java) R 21084 21087 15665 0 -1 4202560 24183 13106 0 0 239 8 5 3 20 0 15 0 416668040 11105214464 58857 33554432000 4194304 4196468 140723873292800 139715939825064 139715968003478 0 4 0 16800975 0 0 0 -1 2 0 0 14 0 0 6293624 6294260 25788416 140723873299183 140723873301701 140723873301701 140723873304527 0
[pid=21087/tid=21141] ppid=21084 vsize=10844936 memory=9491877725953 CPUtime=0.11 cores=0,2,4,6
/proc/21087/task/21141/stat : 21141 (java) S 21084 21087 15665 0 -1 1077944384 545 13106 0 0 3 0 5 3 20 0 15 0 416668041 11105214464 58857 33554432000 4194304 4196468 140723873292800 139715972233488 139715968001749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25788416 140723873299183 140723873301701 140723873301701 140723873304527 0
[pid=21087/tid=21142] ppid=21084 vsize=10844936 memory=10024453670657 CPUtime=0.1 cores=0,2,4,6
/proc/21087/task/21142/stat : 21142 (java) S 21084 21087 15665 0 -1 1077944384 138 13106 0 0 2 0 5 3 20 0 15 0 416668041 11105214464 58857 33554432000 4194304 4196468 140723873292800 139715540867472 139715968001749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25788416 140723873299183 140723873301701 140723873301701 140723873304527 0
[pid=21087/tid=21143] ppid=21084 vsize=10844936 memory=10329396348673 CPUtime=0.11 cores=0,2,4,6
/proc/21087/task/21143/stat : 21143 (java) S 21084 21087 15665 0 -1 1077944384 101 13106 0 0 3 0 5 3 20 0 15 0 416668041 11105214464 58857 33554432000 4194304 4196468 140723873292800 139715539814928 139715968001749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25788416 140723873299183 140723873301701 140723873301701 140723873304527 0
[pid=21087/tid=21144] ppid=21084 vsize=10844936 memory=10415295694593 CPUtime=0.11 cores=0,2,4,6
/proc/21087/task/21144/stat : 21144 (java) S 21084 21087 15665 0 -1 1077944384 44 13106 0 0 3 0 5 3 20 0 15 0 416668041 11105214464 58857 33554432000 4194304 4196468 140723873292800 139715538762384 139715968001749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25788416 140723873299183 140723873301701 140723873301701 140723873304527 0
[pid=21087/tid=21145] ppid=21084 vsize=10844936 memory=34763465295617 CPUtime=0.11 cores=0,2,4,6
/proc/21087/task/21145/stat : 21145 (java) S 21084 21087 15665 0 -1 1077944384 3652 13106 0 0 3 0 5 3 20 0 15 0 416668042 11105214464 58857 33554432000 4194304 4196468 140723873292800 139715494668784 139715968002690 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25788416 140723873299183 140723873301701 140723873301701 140723873304527 0
[pid=21087/tid=21146] ppid=21084 vsize=10844936 memory=69453916146410 CPUtime=0.08 cores=0,2,4,6
/proc/21087/task/21146/stat : 21146 (java) S 21084 21087 15665 0 -1 1077944384 15 13106 0 0 0 0 5 3 20 0 15 0 416668043 11105214464 58857 33554432000 4194304 4196468 140723873292800 139715420349920 139715968001749 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25788416 140723873299183 140723873301701 140723873301701 140723873304527 0
[pid=21087/tid=21147] ppid=21084 vsize=10844936 memory=279971738206608 CPUtime=0.08 cores=0,2,4,6
/proc/21087/task/21147/stat : 21147 (java) S 21084 21087 15665 0 -1 1077944384 2 13106 0 0 0 0 5 3 20 0 15 0 416668043 11105214464 58857 33554432000 4194304 4196468 140723873292800 139715286132224 139715968001749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25788416 140723873299183 140723873301701 140723873301701 140723873304527 0
[pid=21087/tid=21148] ppid=21084 vsize=10844936 memory=6656426216303648864 CPUtime=0.08 cores=0,2,4,6
/proc/21087/task/21148/stat : 21148 (java) S 21084 21087 15665 0 -1 1077944384 2 13106 0 0 0 0 5 3 20 0 15 0 416668046 11105214464 58857 33554432000 4194304 4196468 140723873292800 139714682153680 139715968010139 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25788416 140723873299183 140723873301701 140723873301701 140723873304527 0
[pid=21087/tid=21149] ppid=21084 vsize=10844936 memory=-7740096080597194087 CPUtime=1.07 cores=0,2,4,6
/proc/21087/task/21149/stat : 21149 (java) R 21084 21087 15665 0 -1 4202560 4257 13106 0 0 98 1 5 3 20 0 15 0 416668046 11105214464 58857 33554432000 4194304 4196468 140723873292800 139715493597168 139715951488327 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25788416 140723873299183 140723873301701 140723873301701 140723873304527 0
[pid=21087/tid=21150] ppid=21084 vsize=10844936 memory=6655300316396806240 CPUtime=0.82 cores=0,2,4,6
/proc/21087/task/21150/stat : 21150 (java) R 21084 21087 15665 0 -1 4202560 2614 13106 0 0 73 1 5 3 20 0 15 0 416668046 11105214464 58857 33554432000 4194304 4196468 140723873292800 139715492550736 139715949401693 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25788416 140723873299183 140723873301701 140723873301701 140723873304527 0
[pid=21087/tid=21151] ppid=21084 vsize=10844936 memory=6655300316396806240 CPUtime=1.02 cores=0,2,4,6
/proc/21087/task/21151/stat : 21151 (java) R 21084 21087 15665 0 -1 1077944384 5845 13106 0 0 92 2 5 3 20 0 15 0 416668046 11105214464 58857 33554432000 4194304 4196468 140723873292800 139715491510512 139715968002690 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 25788416 140723873299183 140723873301701 140723873301701 140723873304527 0
[pid=21087/tid=21152] ppid=21084 vsize=10844936 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/21087/task/21152/stat : 21152 (java) S 21084 21087 15665 0 -1 1077944384 3 13106 0 0 0 0 5 3 20 0 15 0 416668046 11105214464 58857 33554432000 4194304 4196468 140723873292800 139714212391520 139715968001749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25788416 140723873299183 140723873301701 140723873301701 140723873304527 0
[pid=21087/tid=21153] ppid=21084 vsize=10844936 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21087/task/21153/stat : 21153 (java) S 21084 21087 15665 0 -1 1077944384 5 13106 0 0 0 0 5 3 20 0 15 0 416668046 11105214464 58857 33554432000 4194304 4196468 140723873292800 139715490458416 139715968002690 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25788416 140723873299183 140723873301701 140723873301701 140723873304527 0
Current children cumulated CPU time: 5.44 s
Current children cumulated vsize: 10844936 KiB
Current children cumulated memory: 235428 KiB

Child status: 0
Real time (s): 2.86658
CPU time (s): 5.64566
CPU user time (s): 5.43761
CPU system time (s): 0.20805
CPU usage (%): 196.948
Max. virtual memory (cumulated for all children) (KiB): 10844936
Max. memory (cumulated for all children) (KiB): 235428

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.43761
system time used= 0.20805
maximum resident set size= 238084
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 56926
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= 4653
involuntary context switches= 38


# summary of solver processes directly reported to runsolver:
#   pid: 21087
#   total CPU time (s): 5.64566
#   total CPU user time (s): 5.43761
#   total CPU system time (s): 0.20805

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.038493 second user time and 0.070237 second system time

The end

Launcher Data

Begin job on node134 at 2019-09-13 21:48:54
IDJOB=4395876
IDBENCH=133381
IDSOLVER=2846
FILE ID=node134/4395876-1568404175
RUNJOBID= node134-1568393375-17084
PBS_JOBID= 21701859
Free space on /tmp= 59544 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/Primes/Primes-m1-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-4395876-1568404175/watcher-4395876-1568404175 -o /tmp/evaluation-result-4395876-1568404175/solver-4395876-1568404175 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1568393375-17084 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1339425692 HOME/instance-4395876-1568404175.xml

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

MD5SUM BENCH= d26c1a16a8e9a423ebbeb7c1b2e2b431
RANDOM SEED=1339425692

node134.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        28166200 kB
MemAvailable:   29727528 kB
Buffers:          185020 kB
Cached:          1643620 kB
SwapCached:        90680 kB
Active:          2586748 kB
Inactive:        1400208 kB
Active(anon):    2091756 kB
Inactive(anon):   106556 kB
Active(file):     494992 kB
Inactive(file):  1293652 kB
Unevictable:      110920 kB
Mlocked:          110920 kB
SwapTotal:      67108860 kB
SwapFree:       66916536 kB
Dirty:             35316 kB
Writeback:             0 kB
AnonPages:       2184288 kB
Mapped:            57216 kB
Shmem:             30988 kB
Slab:             207920 kB
SReclaimable:     177036 kB
SUnreclaim:        30884 kB
KernelStack:        3984 kB
PageTables:        11196 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3151776 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2037760 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 59508 MiB
End job on node134 at 2019-09-13 21:48:57