Trace number 4403022

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 NameAnswerobjective functionCPU timeWall clock time
Concrete 3.12.3OPT347 8.45002 3.80582

General information on the benchmark

NamePseudoBoolean/PseudoBoolean-opt-factor/
Pb-factor-S9-P347-Q487.xml
MD5SUM80380e658be8322d68ef398155d216ec
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark347
Best CPU time to get the best result obtained on this benchmark0.076002
Satisfiable
(Un)Satisfiability was proved
Number of variables99
Number of constraints244
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":99}]
Minimum variable degree4
Maximum variable degree19
Distribution of variable degrees[{"degree":4,"count":81},{"degree":18,"count":9},{"degree":19,"count":9}]
Minimum constraint arity2
Maximum constraint arity81
Distribution of constraint arities[{"arity":2,"count":162},{"arity":3,"count":81},{"arity":81,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":244}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.78/0.56	c Concrete v3.12.3.1568965526260 running
8.29/3.72	o 347
8.29/3.73	v <instantiation
8.29/3.73	v         cost = '347'>
8.29/3.73	v       <list>
8.29/3.73	v         x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39] x[40] x[41] x[42] x[43] x[44] x[45] x[46] x[47] x[48] x[49] x[50] x[51] x[52] x[53] x[54] x[55] x[56] x[57] x[58] x[59] x[60] x[61] x[62] x[63] x[64] x[65] x[66] x[67] x[68] x[69] x[70] x[71] x[72] x[73] x[74] x[75] x[76] x[77] x[78] x[79] x[80] x[81] x[82] x[83] x[84] x[85] x[86] x[87] x[88] x[89] x[90] x[91] x[92] x[93] x[94] x[95] x[96] x[97] x[98]
8.29/3.73	v       </list>
8.29/3.73	v       <values>
8.29/3.73	v         1 1 0 1 1 0 1 0 1 1 1 1 0 0 1 1 1 1 1 1 1 0 0 1 1 1 1 1 1 1 0 0 1 1 1 1 0 0 0 0 0 0 0 0 0 1 1 1 0 0 1 1 1 1 1 1 1 0 0 1 1 1 1 0 0 0 0 0 0 0 0 0 1 1 1 0 0 1 1 1 1 0 0 0 0 0 0 0 0 0 1 1 1 0 0 1 1 1 1
8.29/3.73	v       </values>
8.29/3.73	v     </instantiation>
8.29/3.73	s OPTIMUM FOUND

Verifier Data

OK	347

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 (1883 MiB free)
  memory of node 1: 16384 MiB (1593 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4403022-1568979166/watcher-4403022-1568979166 -o /var/tmp/evaluation-result-4403022-1568979166/solver-4403022-1568979166 -C 2400 -W 2500 -M 15500 --bin-var /var/tmp/runsolver-exch-node145-1568967596-13934 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=2094713575 HOME/instance-4403022-1568979166.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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=16958, runsolver pid=16955

[startup+0.100136 s]*
/proc/loadavg: 1.63 1.52 1.44 5/219 17015
/proc/meminfo: memFree=3555180/32770624 swapFree=66966844/67108860
[pid=16958] ppid=16955 vsize=9972712 memory=18596 CPUtime=0.09 cores=0,2,4,6
/proc/16958/stat : 16958 (java) S 16955 16958 13903 0 -1 1077944320 4402 13261 0 0 1 1 5 2 20 0 6 0 473853095 10212057088 4649 33554432000 4194304 4196468 140722100595648 140722100578192 140622342692599 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 39673856 140722100603491 140722100606133 140722100606133 140722100608975 0
/proc/16958/statm: 2493178 4649 1932 1 0 2481616 0
[pid=16958/tid=17011] ppid=16955 vsize=9972712 memory=8514726395714820750 CPUtime=0.08 cores=0,2,4,6
/proc/16958/task/17011/stat : 17011 (java) R 16955 16958 13903 0 -1 4202560 2194 13261 0 0 1 0 5 2 20 0 6 0 473853105 10212057088 4649 33554432000 4194304 4196468 140722100595648 140622314529360 140622322277303 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 39673856 140722100603491 140722100606133 140722100606133 140722100608975 0
[pid=16958/tid=17012] ppid=16955 vsize=9972712 memory=-7025452035940392864 CPUtime=0.07 cores=0,2,4,6
/proc/16958/task/17012/stat : 17012 (java) S 16955 16958 13903 0 -1 1077944384 1 13261 0 0 0 0 5 2 20 0 6 0 473853105 10212057088 4649 33554432000 4194304 4196468 140722100595648 140622346934672 140622342702805 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39673856 140722100603491 140722100606133 140722100606133 140722100608975 0
[pid=16958/tid=17013] ppid=16955 vsize=9972712 memory=140681315194496 CPUtime=0.07 cores=0,2,4,6
/proc/16958/task/17013/stat : 17013 (java) S 16955 16958 13903 0 -1 1077944384 1 13261 0 0 0 0 5 2 20 0 6 0 473853105 10212057088 4649 33554432000 4194304 4196468 140722100595648 140622265686288 140622342702805 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39673856 140722100603491 140722100606133 140722100606133 140722100608975 0
[pid=16958/tid=17014] ppid=16955 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/16958/task/17014/stat : 17014 (java) S 16955 16958 13903 0 -1 1077944384 1 13261 0 0 0 0 5 2 20 0 6 0 473853105 10212057088 4649 33554432000 4194304 4196468 140722100595648 140622264634000 140622342702805 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39673856 140722100603491 140722100606133 140722100606133 140722100608975 0
[pid=16958/tid=17015] ppid=16955 vsize=9972712 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/16958/task/17015/stat : 17015 (java) S 16955 16958 13903 0 -1 1077944384 2 13261 0 0 0 0 5 2 20 0 6 0 473853105 10212057088 4649 33554432000 4194304 4196468 140722100595648 140622263581200 140622342702805 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39673856 140722100603491 140722100606133 140722100606133 140722100608975 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18596 KiB

[startup+0.212497 s]*
/proc/loadavg: 1.63 1.52 1.44 3/228 17024
/proc/meminfo: memFree=3533680/32770624 swapFree=66966844/67108860
[pid=16958] ppid=16955 vsize=10823808 memory=44408 CPUtime=0.26 cores=0,2,4,6
/proc/16958/stat : 16958 (java) S 16955 16958 13903 0 -1 1077944320 7875 13261 0 0 17 2 5 2 20 0 15 0 473853095 11083579392 11102 33554432000 4194304 4196468 140722100595648 140722100578192 140622342692599 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 39673856 140722100603491 140722100606133 140722100606133 140722100608975 0
/proc/16958/statm: 2705952 11102 3317 1 0 2668052 0
[pid=16958/tid=17011] ppid=16955 vsize=10823808 memory=7022364594140610616 CPUtime=0.18 cores=0,2,4,6
/proc/16958/task/17011/stat : 17011 (java) R 16955 16958 13903 0 -1 4202560 4610 13261 0 0 10 1 5 2 20 0 15 0 473853105 11083579392 11366 33554432000 4194304 4196468 140722100595648 140622314504960 140622335372317 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 39673856 140722100603491 140722100606133 140722100606133 140722100608975 0
[pid=16958/tid=17012] ppid=16955 vsize=10823808 memory=342 CPUtime=0.07 cores=0,2,4,6
/proc/16958/task/17012/stat : 17012 (java) S 16955 16958 13903 0 -1 1077944384 1 13261 0 0 0 0 5 2 20 0 15 0 473853105 11083579392 11366 33554432000 4194304 4196468 140722100595648 140622346934672 140622342702805 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39673856 140722100603491 140722100606133 140722100606133 140722100608975 0
[pid=16958/tid=17013] ppid=16955 vsize=10823808 memory=140681315211219 CPUtime=0.07 cores=0,2,4,6
/proc/16958/task/17013/stat : 17013 (java) S 16955 16958 13903 0 -1 1077944384 1 13261 0 0 0 0 5 2 20 0 15 0 473853105 11083579392 11366 33554432000 4194304 4196468 140722100595648 140622265686288 140622342702805 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39673856 140722100603491 140722100606133 140722100606133 140722100608975 0
[pid=16958/tid=17014] ppid=16955 vsize=10823808 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/16958/task/17014/stat : 17014 (java) S 16955 16958 13903 0 -1 1077944384 1 13261 0 0 0 0 5 2 20 0 15 0 473853105 11083579392 11366 33554432000 4194304 4196468 140722100595648 140622264634000 140622342702805 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39673856 140722100603491 140722100606133 140722100606133 140722100608975 0
[pid=16958/tid=17015] ppid=16955 vsize=10823808 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/16958/task/17015/stat : 17015 (java) S 16955 16958 13903 0 -1 1077944384 2 13261 0 0 0 0 5 2 20 0 15 0 473853105 11083579392 11366 33554432000 4194304 4196468 140722100595648 140622263581200 140622342702805 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39673856 140722100603491 140722100606133 140722100606133 140722100608975 0
[pid=16958/tid=17016] ppid=16955 vsize=10823808 memory=140681315194496 CPUtime=0.07 cores=0,2,4,6
/proc/16958/task/17016/stat : 17016 (java) S 16955 16958 13903 0 -1 1077944384 2 13261 0 0 0 0 5 2 20 0 15 0 473853107 11083579392 11366 33554432000 4194304 4196468 140722100595648 140621869288048 140622342703746 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39673856 140722100603491 140722100606133 140722100606133 140722100608975 0
[pid=16958/tid=17017] ppid=16955 vsize=10823808 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/16958/task/17017/stat : 17017 (java) S 16955 16958 13903 0 -1 1077944384 13 13261 0 0 0 0 5 2 20 0 15 0 473853107 11083579392 11366 33554432000 4194304 4196468 140722100595648 140621792666912 140622342702805 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39673856 140722100603491 140722100606133 140722100606133 140722100608975 0
[pid=16958/tid=17018] ppid=16955 vsize=10823808 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/16958/task/17018/stat : 17018 (java) S 16955 16958 13903 0 -1 1077944384 1 13261 0 0 0 0 5 2 20 0 15 0 473853108 11083579392 11366 33554432000 4194304 4196468 140722100595648 140621188687472 140622342702805 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39673856 140722100603491 140722100606133 140722100606133 140722100608975 0
[pid=16958/tid=17019] ppid=16955 vsize=10823808 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/16958/task/17019/stat : 17019 (java) S 16955 16958 13903 0 -1 1077944384 3 13261 0 0 0 0 5 2 20 0 15 0 473853110 11083579392 11366 33554432000 4194304 4196468 140722100595648 140620881287760 140622342711195 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39673856 140722100603491 140722100606133 140722100606133 140722100608975 0
[pid=16958/tid=17020] ppid=16955 vsize=10823808 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16958/task/17020/stat : 17020 (java) S 16955 16958 13903 0 -1 1077944384 463 13261 0 0 1 0 5 2 20 0 15 0 473853110 11083579392 11366 33554432000 4194304 4196468 140722100595648 140621868234864 140622342703746 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39673856 140722100603491 140722100606133 140722100606133 140722100608975 0
[pid=16958/tid=17021] ppid=16955 vsize=10823808 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/16958/task/17021/stat : 17021 (java) S 16955 16958 13903 0 -1 1077944384 209 13261 0 0 1 0 5 2 20 0 15 0 473853110 11083579392 11366 33554432000 4194304 4196468 140722100595648 140621867182064 140622342703746 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39673856 140722100603491 140722100606133 140722100606133 140722100608975 0
[pid=16958/tid=17022] ppid=16955 vsize=10823808 memory=140681315194496 CPUtime=0.1 cores=0,2,4,6
/proc/16958/task/17022/stat : 17022 (java) S 16955 16958 13903 0 -1 1077944384 620 13261 0 0 3 0 5 2 20 0 15 0 473853110 11083579392 11366 33554432000 4194304 4196468 140722100595648 140621866129776 140622342703746 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39673856 140722100603491 140722100606133 140722100606133 140722100608975 0
[pid=16958/tid=17023] ppid=16955 vsize=10823808 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/16958/task/17023/stat : 17023 (java) S 16955 16958 13903 0 -1 1077944384 3 13261 0 0 0 0 5 2 20 0 15 0 473853110 11083579392 11366 33554432000 4194304 4196468 140722100595648 140620847729120 140622342702805 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39673856 140722100603491 140722100606133 140722100606133 140722100608975 0
[pid=16958/tid=17024] ppid=16955 vsize=10823808 memory=140681315194496 CPUtime=0.07 cores=0,2,4,6
/proc/16958/task/17024/stat : 17024 (java) S 16955 16958 13903 0 -1 1077944384 1 13261 0 0 0 0 5 2 20 0 15 0 473853111 11083579392 10993 33554432000 4194304 4196468 140722100595648 140621865077680 140622342703746 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39673856 140722100603491 140722100606133 140722100606133 140722100608975 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10823808 KiB
Current children cumulated memory: 44408 KiB

[startup+0.310751 s]*
/proc/loadavg: 1.63 1.52 1.44 3/228 17024
/proc/meminfo: memFree=3523492/32770624 swapFree=66966844/67108860
[pid=16958] ppid=16955 vsize=10820196 memory=50144 CPUtime=0.39 cores=0,2,4,6
/proc/16958/stat : 16958 (java) S 16955 16958 13903 0 -1 1077944320 10739 13261 0 0 29 3 5 2 20 0 15 0 473853095 11079880704 12536 33554432000 4194304 4196468 140722100595648 140722100578192 140622342692599 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 39673856 140722100603491 140722100606133 140722100606133 140722100608975 0
/proc/16958/statm: 2705049 12536 3329 1 0 2667149 0
[pid=16958/tid=17011] ppid=16955 vsize=10820196 memory=1398722017469774279 CPUtime=0.28 cores=0,2,4,6
/proc/16958/task/17011/stat : 17011 (java) R 16955 16958 13903 0 -1 4202560 7196 13261 0 0 19 2 5 2 20 0 15 0 473853105 11079880704 12536 33554432000 4194304 4196468 140722100595648 140622314501520 140622326773086 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 39673856 140722100603491 140722100606133 140722100606133 140722100608975 0
[pid=16958/tid=17012] ppid=16955 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/16958/task/17012/stat : 17012 (java) S 16955 16958 13903 0 -1 1077944384 1 13261 0 0 0 0 5 2 20 0 15 0 473853105 11079880704 12536 33554432000 4194304 4196468 140722100595648 140622346934672 140622342702805 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39673856 140722100603491 140722100606133 140722100606133 140722100608975 0
[pid=16958/tid=17013] ppid=16955 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/16958/task/17013/stat : 17013 (java) S 16955 16958 13903 0 -1 1077944384 1 13261 0 0 0 0 5 2 20 0 15 0 473853105 11079880704 12536 33554432000 4194304 4196468 140722100595648 140622265686288 140622342702805 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39673856 140722100603491 140722100606133 140722100606133 140722100608975 0
[pid=16958/tid=17014] ppid=16955 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/16958/task/17014/stat : 17014 (java) S 16955 16958 13903 0 -1 1077944384 1 13261 0 0 0 0 5 2 20 0 15 0 473853105 11079880704 12536 33554432000 4194304 4196468 140722100595648 140622264634000 140622342702805 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39673856 140722100603491 140722100606133 140722100606133 140722100608975 0
[pid=16958/tid=17015] ppid=16955 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/16958/task/17015/stat : 17015 (java) S 16955 16958 13903 0 -1 1077944384 2 13261 0 0 0 0 5 2 20 0 15 0 473853105 11079880704 12536 33554432000 4194304 4196468 140722100595648 140622263581200 140622342702805 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39673856 140722100603491 140722100606133 140722100606133 140722100608975 0
[pid=16958/tid=17016] ppid=16955 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/16958/task/17016/stat : 17016 (java) S 16955 16958 13903 0 -1 1077944384 2 13261 0 0 0 0 5 2 20 0 15 0 473853107 11079880704 12536 33554432000 4194304 4196468 140722100595648 140621869288048 140622342703746 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39673856 140722100603491 140722100606133 140722100606133 140722100608975 0
[pid=16958/tid=17017] ppid=16955 vsize=10820196 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/16958/task/17017/stat : 17017 (java) S 16955 16958 13903 0 -1 1077944384 13 13261 0 0 0 0 5 2 20 0 15 0 473853107 11079880704 12536 33554432000 4194304 4196468 140722100595648 140621792666912 140622342702805 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39673856 140722100603491 140722100606133 140722100606133 140722100608975 0
[pid=16958/tid=17018] ppid=16955 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/16958/task/17018/stat : 17018 (java) S 16955 16958 13903 0 -1 1077944384 1 13261 0 0 0 0 5 2 20 0 15 0 473853108 11079880704 12536 33554432000 4194304 4196468 140722100595648 140621188687472 140622342702805 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39673856 140722100603491 140722100606133 140722100606133 140722100608975 0
[pid=16958/tid=17019] ppid=16955 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/16958/task/17019/stat : 17019 (java) S 16955 16958 13903 0 -1 1077944384 3 13261 0 0 0 0 5 2 20 0 15 0 473853110 11079880704 12536 33554432000 4194304 4196468 140722100595648 140620881287760 140622342711195 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39673856 140722100603491 140722100606133 140722100606133 140722100608975 0
[pid=16958/tid=17020] ppid=16955 vsize=10820196 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/16958/task/17020/stat : 17020 (java) S 16955 16958 13903 0 -1 1077944384 464 13261 0 0 2 0 5 2 20 0 15 0 473853110 11079880704 12536 33554432000 4194304 4196468 140722100595648 140621868234864 140622342703746 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39673856 140722100603491 140722100606133 140722100606133 140722100608975 0
[pid=16958/tid=17021] ppid=16955 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/16958/task/17021/stat : 17021 (java) S 16955 16958 13903 0 -1 1077944384 209 13261 0 0 1 0 5 2 20 0 15 0 473853110 11079880704 12536 33554432000 4194304 4196468 140722100595648 140621867182064 140622342703746 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39673856 140722100603491 140722100606133 140722100606133 140722100608975 0
[pid=16958/tid=17022] ppid=16955 vsize=10820196 memory=140681315194496 CPUtime=0.12 cores=0,2,4,6
/proc/16958/task/17022/stat : 17022 (java) S 16955 16958 13903 0 -1 1077944384 638 13261 0 0 5 0 5 2 20 0 15 0 473853110 11079880704 12536 33554432000 4194304 4196468 140722100595648 140621866129776 140622342703746 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39673856 140722100603491 140722100606133 140722100606133 140722100608975 0
[pid=16958/tid=17023] ppid=16955 vsize=10820196 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/16958/task/17023/stat : 17023 (java) S 16955 16958 13903 0 -1 1077944384 3 13261 0 0 0 0 5 2 20 0 15 0 473853110 11079880704 12536 33554432000 4194304 4196468 140722100595648 140620847729120 140622342702805 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39673856 140722100603491 140722100606133 140722100606133 140722100608975 0
[pid=16958/tid=17024] ppid=16955 vsize=10820196 memory=140681315194496 CPUtime=0.07 cores=0,2,4,6
/proc/16958/task/17024/stat : 17024 (java) S 16955 16958 13903 0 -1 1077944384 1 13261 0 0 0 0 5 2 20 0 15 0 473853111 11079880704 12536 33554432000 4194304 4196468 140722100595648 140621865077680 140622342703746 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39673856 140722100603491 140722100606133 140722100606133 140722100608975 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 50144 KiB

[startup+0.700713 s]
/proc/loadavg: 1.63 1.52 1.44 3/228 17024
/proc/meminfo: memFree=3507604/32770624 swapFree=66966844/67108860
[pid=16958] ppid=16955 vsize=10824364 memory=83944 CPUtime=1.14 cores=0,2,4,6
/proc/16958/stat : 16958 (java) S 16955 16958 13903 0 -1 1077944320 15185 13261 0 0 100 7 5 2 20 0 15 0 473853095 11084148736 20986 33554432000 4194304 4196468 140722100595648 140722100578192 140622342692599 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 39673856 140722100603491 140722100606133 140722100606133 140722100608975 0
/proc/16958/statm: 2706091 20986 3509 1 0 2668173 0
[pid=16958/tid=17011] ppid=16955 vsize=10824364 memory=0 CPUtime=0.66 cores=0,2,4,6
/proc/16958/task/17011/stat : 17011 (java) R 16955 16958 13903 0 -1 4202560 10417 13261 0 0 55 4 5 2 20 0 15 0 473853105 11084148736 20986 33554432000 4194304 4196468 140722100595648 140622314514896 140622342714525 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 39673856 140722100603491 140722100606133 140722100606133 140722100608975 0
[pid=16958/tid=17012] ppid=16955 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/16958/task/17012/stat : 17012 (java) S 16955 16958 13903 0 -1 1077944384 1 13261 0 0 0 0 5 2 20 0 15 0 473853105 11084148736 20986 33554432000 4194304 4196468 140722100595648 140622346934672 140622342702805 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39673856 140722100603491 140722100606133 140722100606133 140722100608975 0
[pid=16958/tid=17013] ppid=16955 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/16958/task/17013/stat : 17013 (java) S 16955 16958 13903 0 -1 1077944384 1 13261 0 0 0 0 5 2 20 0 15 0 473853105 11084148736 20986 33554432000 4194304 4196468 140722100595648 140622265686288 140622342702805 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39673856 140722100603491 140722100606133 140722100606133 140722100608975 0
[pid=16958/tid=17014] ppid=16955 vsize=10824364 memory=68 CPUtime=0.07 cores=0,2,4,6
/proc/16958/task/17014/stat : 17014 (java) S 16955 16958 13903 0 -1 1077944384 1 13261 0 0 0 0 5 2 20 0 15 0 473853105 11084148736 20986 33554432000 4194304 4196468 140722100595648 140622264634000 140622342702805 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39673856 140722100603491 140722100606133 140722100606133 140722100608975 0
[pid=16958/tid=17015] ppid=16955 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/16958/task/17015/stat : 17015 (java) S 16955 16958 13903 0 -1 1077944384 2 13261 0 0 0 0 5 2 20 0 15 0 473853105 11084148736 20986 33554432000 4194304 4196468 140722100595648 140622263581200 140622342702805 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39673856 140722100603491 140722100606133 140722100606133 140722100608975 0
[pid=16958/tid=17016] ppid=16955 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/16958/task/17016/stat : 17016 (java) S 16955 16958 13903 0 -1 1077944384 5 13261 0 0 0 0 5 2 20 0 15 0 473853107 11084148736 20986 33554432000 4194304 4196468 140722100595648 140621869288048 140622342703746 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39673856 140722100603491 140722100606133 140722100606133 140722100608975 0
[pid=16958/tid=17017] ppid=16955 vsize=10824364 memory=140681184161904 CPUtime=0.07 cores=0,2,4,6
/proc/16958/task/17017/stat : 17017 (java) S 16955 16958 13903 0 -1 1077944384 13 13261 0 0 0 0 5 2 20 0 15 0 473853107 11084148736 20986 33554432000 4194304 4196468 140722100595648 140621792666912 140622342702805 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39673856 140722100603491 140722100606133 140722100606133 140722100608975 0
[pid=16958/tid=17018] ppid=16955 vsize=10824364 memory=140681653781070 CPUtime=0.07 cores=0,2,4,6
/proc/16958/task/17018/stat : 17018 (java) S 16955 16958 13903 0 -1 1077944384 1 13261 0 0 0 0 5 2 20 0 15 0 473853108 11084148736 20986 33554432000 4194304 4196468 140722100595648 140621188687472 140622342702805 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39673856 140722100603491 140722100606133 140722100606133 140722100608975 0
[pid=16958/tid=17019] ppid=16955 vsize=10824364 memory=8100 CPUtime=0.07 cores=0,2,4,6
/proc/16958/task/17019/stat : 17019 (java) S 16955 16958 13903 0 -1 1077944384 3 13261 0 0 0 0 5 2 20 0 15 0 473853110 11084148736 20986 33554432000 4194304 4196468 140722100595648 140620881287760 140622342711195 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39673856 140722100603491 140722100606133 140722100606133 140722100608975 0
[pid=16958/tid=17020] ppid=16955 vsize=10824364 memory=7518026621751088994 CPUtime=0.23 cores=0,2,4,6
/proc/16958/task/17020/stat : 17020 (java) S 16955 16958 13903 0 -1 1077944384 1086 13261 0 0 16 0 5 2 20 0 15 0 473853110 11084148736 20986 33554432000 4194304 4196468 140722100595648 140621868234864 140622342703746 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39673856 140722100603491 140722100606133 140722100606133 140722100608975 0
[pid=16958/tid=17021] ppid=16955 vsize=10824364 memory=7235703887467473233 CPUtime=0.19 cores=0,2,4,6
/proc/16958/task/17021/stat : 17021 (java) S 16955 16958 13903 0 -1 1077944384 623 13261 0 0 12 0 5 2 20 0 15 0 473853110 11084148736 20986 33554432000 4194304 4196468 140722100595648 140621867182064 140622342703746 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39673856 140722100603491 140722100606133 140722100606133 140722100608975 0
[pid=16958/tid=17022] ppid=16955 vsize=10824364 memory=7881696724453321575 CPUtime=0.23 cores=0,2,4,6
/proc/16958/task/17022/stat : 17022 (java) R 16955 16958 13903 0 -1 4202560 821 13261 0 0 16 0 5 2 20 0 15 0 473853110 11084148736 20986 33554432000 4194304 4196468 140722100595648 140621866129776 140622321611361 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 39673856 140722100603491 140722100606133 140722100606133 140722100608975 0
[pid=16958/tid=17023] ppid=16955 vsize=10824364 memory=3612 CPUtime=0.07 cores=0,2,4,6
/proc/16958/task/17023/stat : 17023 (java) S 16955 16958 13903 0 -1 1077944384 3 13261 0 0 0 0 5 2 20 0 15 0 473853110 11084148736 20986 33554432000 4194304 4196468 140722100595648 140620847729120 140622342702805 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39673856 140722100603491 140722100606133 140722100606133 140722100608975 0
[pid=16958/tid=17024] ppid=16955 vsize=10824364 memory=2241 CPUtime=0.07 cores=0,2,4,6
/proc/16958/task/17024/stat : 17024 (java) S 16955 16958 13903 0 -1 1077944384 1 13261 0 0 0 0 5 2 20 0 15 0 473853111 11084148736 20986 33554432000 4194304 4196468 140722100595648 140621865077680 140622342703746 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39673856 140722100603491 140722100606133 140722100606133 140722100608975 0
Current children cumulated CPU time: 1.14 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 83944 KiB

[startup+1.50073 s]
/proc/loadavg: 1.63 1.52 1.44 3/228 17024
/proc/meminfo: memFree=3466068/32770624 swapFree=66966844/67108860
[pid=16958] ppid=16955 vsize=10834680 memory=169588 CPUtime=2.47 cores=0,2,4,6
/proc/16958/stat : 16958 (java) S 16955 16958 13903 0 -1 1077944320 21897 13261 0 0 229 11 5 2 20 0 15 0 473853095 11094712320 42397 33554432000 4194304 4196468 140722100595648 140722100578192 140622342692599 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 39673856 140722100603491 140722100606133 140722100606133 140722100608975 0
/proc/16958/statm: 2708670 42397 3589 1 0 2670733 0
[pid=16958/tid=17011] ppid=16955 vsize=10834680 memory=9125 CPUtime=1.43 cores=0,2,4,6
/proc/16958/task/17011/stat : 17011 (java) R 16955 16958 13903 0 -1 4202560 15307 13261 0 0 130 6 5 2 20 0 15 0 473853105 11094712320 42397 33554432000 4194304 4196468 140722100595648 140622314484304 140622342704534 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 39673856 140722100603491 140722100606133 140722100606133 140722100608975 0
[pid=16958/tid=17012] ppid=16955 vsize=10834680 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/16958/task/17012/stat : 17012 (java) S 16955 16958 13903 0 -1 1077944384 321 13261 0 0 1 0 5 2 20 0 15 0 473853105 11094712320 42397 33554432000 4194304 4196468 140722100595648 140622346934672 140622342702805 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39673856 140722100603491 140722100606133 140722100606133 140722100608975 0
[pid=16958/tid=17013] ppid=16955 vsize=10834680 memory=4104 CPUtime=0.07 cores=0,2,4,6
/proc/16958/task/17013/stat : 17013 (java) S 16955 16958 13903 0 -1 1077944384 109 13261 0 0 0 0 5 2 20 0 15 0 473853105 11094712320 42397 33554432000 4194304 4196468 140722100595648 140622265686288 140622342702805 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39673856 140722100603491 140722100606133 140722100606133 140722100608975 0
[pid=16958/tid=17014] ppid=16955 vsize=10834680 memory=1408 CPUtime=0.07 cores=0,2,4,6
/proc/16958/task/17014/stat : 17014 (java) S 16955 16958 13903 0 -1 1077944384 5 13261 0 0 0 0 5 2 20 0 15 0 473853105 11094712320 42397 33554432000 4194304 4196468 140722100595648 140622264634000 140622342702805 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39673856 140722100603491 140722100606133 140722100606133 140722100608975 0
[pid=16958/tid=17015] ppid=16955 vsize=10834680 memory=83944 CPUtime=0.08 cores=0,2,4,6
/proc/16958/task/17015/stat : 17015 (java) S 16955 16958 13903 0 -1 1077944384 71 13261 0 0 1 0 5 2 20 0 15 0 473853105 11094712320 42397 33554432000 4194304 4196468 140722100595648 140622263581200 140622342702805 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39673856 140722100603491 140722100606133 140722100606133 140722100608975 0
[pid=16958/tid=17016] ppid=16955 vsize=10834680 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16958/task/17016/stat : 17016 (java) S 16955 16958 13903 0 -1 1077944384 159 13261 0 0 1 0 5 2 20 0 15 0 473853107 11094712320 42397 33554432000 4194304 4196468 140722100595648 140621869288048 140622342703746 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39673856 140722100603491 140722100606133 140722100606133 140722100608975 0
[pid=16958/tid=17017] ppid=16955 vsize=10834680 memory=281362368266784 CPUtime=0.07 cores=0,2,4,6
/proc/16958/task/17017/stat : 17017 (java) S 16955 16958 13903 0 -1 1077944384 14 13261 0 0 0 0 5 2 20 0 15 0 473853107 11094712320 42397 33554432000 4194304 4196468 140722100595648 140621792666976 140622342702805 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39673856 140722100603491 140722100606133 140722100606133 140722100608975 0
[pid=16958/tid=17018] ppid=16955 vsize=10834680 memory=281362368317584 CPUtime=0.07 cores=0,2,4,6
/proc/16958/task/17018/stat : 17018 (java) S 16955 16958 13903 0 -1 1077944384 1 13261 0 0 0 0 5 2 20 0 15 0 473853108 11094712320 42397 33554432000 4194304 4196468 140722100595648 140621188687488 140622342702805 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39673856 140722100603491 140722100606133 140722100606133 140722100608975 0
[pid=16958/tid=17019] ppid=16955 vsize=10834680 memory=281362368862400 CPUtime=0.07 cores=0,2,4,6
/proc/16958/task/17019/stat : 17019 (java) S 16955 16958 13903 0 -1 1077944384 3 13261 0 0 0 0 5 2 20 0 15 0 473853110 11094712320 42397 33554432000 4194304 4196468 140722100595648 140620881287760 140622342711195 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39673856 140722100603491 140722100606133 140722100606133 140722100608975 0
[pid=16958/tid=17020] ppid=16955 vsize=10834680 memory=3047711553219693942 CPUtime=0.34 cores=0,2,4,6
/proc/16958/task/17020/stat : 17020 (java) S 16955 16958 13903 0 -1 1077944384 1222 13261 0 0 27 0 5 2 20 0 15 0 473853110 11094712320 42397 33554432000 4194304 4196468 140722100595648 140621868234864 140622342703746 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39673856 140722100603491 140722100606133 140722100606133 140722100608975 0
[pid=16958/tid=17021] ppid=16955 vsize=10834680 memory=-7521736447810188379 CPUtime=0.3 cores=0,2,4,6
/proc/16958/task/17021/stat : 17021 (java) S 16955 16958 13903 0 -1 1077944384 748 13261 0 0 23 0 5 2 20 0 15 0 473853110 11094712320 42397 33554432000 4194304 4196468 140722100595648 140621867182064 140622342703746 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39673856 140722100603491 140722100606133 140722100606133 140722100608975 0
[pid=16958/tid=17022] ppid=16955 vsize=10834680 memory=-8412652160765825907 CPUtime=0.49 cores=0,2,4,6
/proc/16958/task/17022/stat : 17022 (java) R 16955 16958 13903 0 -1 4202560 1727 13261 0 0 41 1 5 2 20 0 15 0 473853110 11094712320 42397 33554432000 4194304 4196468 140722100595648 140621866129776 140622320715811 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 39673856 140722100603491 140722100606133 140722100606133 140722100608975 0
[pid=16958/tid=17023] ppid=16955 vsize=10834680 memory=7100839878645619564 CPUtime=0.07 cores=0,2,4,6
/proc/16958/task/17023/stat : 17023 (java) S 16955 16958 13903 0 -1 1077944384 3 13261 0 0 0 0 5 2 20 0 15 0 473853110 11094712320 42397 33554432000 4194304 4196468 140722100595648 140620847729120 140622342702805 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39673856 140722100603491 140722100606133 140722100606133 140722100608975 0
[pid=16958/tid=17024] ppid=16955 vsize=10834680 memory=-8634980985311628903 CPUtime=0.07 cores=0,2,4,6
/proc/16958/task/17024/stat : 17024 (java) S 16955 16958 13903 0 -1 1077944384 1 13261 0 0 0 0 5 2 20 0 15 0 473853111 11094712320 42397 33554432000 4194304 4196468 140722100595648 140621865077680 140622342703746 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39673856 140722100603491 140722100606133 140722100606133 140722100608975 0
Current children cumulated CPU time: 2.47 s
Current children cumulated vsize: 10834680 KiB

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

[startup+3.11111 s]
/proc/loadavg: 1.82 1.56 1.45 4/228 17024
/proc/meminfo: memFree=3351992/32770624 swapFree=66966844/67108860
[pid=16958] ppid=16955 vsize=10844940 memory=241008 CPUtime=6.3 cores=0,2,4,6
/proc/16958/stat : 16958 (java) S 16955 16958 13903 0 -1 1077944320 33815 13261 0 0 605 18 5 2 20 0 15 0 473853095 11105218560 60252 33554432000 4194304 4196468 140722100595648 140722100578192 140622342692599 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 39673856 140722100603491 140722100606133 140722100606133 140722100608975 0
/proc/16958/statm: 2711235 60252 3610 1 0 2673293 0
[pid=16958/tid=17011] ppid=16955 vsize=10844940 memory=179676 CPUtime=2.99 cores=0,2,4,6
/proc/16958/task/17011/stat : 17011 (java) R 16955 16958 13903 0 -1 4202560 20106 13261 0 0 283 9 5 2 20 0 15 0 473853105 11105218560 60252 33554432000 4194304 4196468 140722100595648 140622314511232 140621943745664 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 39673856 140722100603491 140722100606133 140722100606133 140722100608975 0
[pid=16958/tid=17012] ppid=16955 vsize=10844940 memory=7956005031678667109 CPUtime=0.1 cores=0,2,4,6
/proc/16958/task/17012/stat : 17012 (java) S 16955 16958 13903 0 -1 1077944384 329 13261 0 0 3 0 5 2 20 0 15 0 473853105 11105218560 60252 33554432000 4194304 4196468 140722100595648 140622346934672 140622342702805 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39673856 140722100603491 140722100606133 140722100606133 140722100608975 0
[pid=16958/tid=17013] ppid=16955 vsize=10844940 memory=169588 CPUtime=0.09 cores=0,2,4,6
/proc/16958/task/17013/stat : 17013 (java) S 16955 16958 13903 0 -1 1077944384 132 13261 0 0 2 0 5 2 20 0 15 0 473853105 11105218560 60252 33554432000 4194304 4196468 140722100595648 140622265686288 140622342702805 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39673856 140722100603491 140722100606133 140722100606133 140722100608975 0
[pid=16958/tid=17014] ppid=16955 vsize=10844940 memory=9125 CPUtime=0.09 cores=0,2,4,6
/proc/16958/task/17014/stat : 17014 (java) S 16955 16958 13903 0 -1 1077944384 23 13261 0 0 2 0 5 2 20 0 15 0 473853105 11105218560 60252 33554432000 4194304 4196468 140722100595648 140622264634000 140622342702805 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39673856 140722100603491 140722100606133 140722100606133 140722100608975 0
[pid=16958/tid=17015] ppid=16955 vsize=10844940 memory=281362368700144 CPUtime=0.09 cores=0,2,4,6
/proc/16958/task/17015/stat : 17015 (java) S 16955 16958 13903 0 -1 1077944384 116 13261 0 0 2 0 5 2 20 0 15 0 473853105 11105218560 60252 33554432000 4194304 4196468 140722100595648 140622263581200 140622342702805 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39673856 140722100603491 140722100606133 140722100606133 140722100608975 0
[pid=16958/tid=17016] ppid=16955 vsize=10844940 memory=8323960111837117326 CPUtime=0.1 cores=0,2,4,6
/proc/16958/task/17016/stat : 17016 (java) S 16955 16958 13903 0 -1 1077944384 1571 13261 0 0 3 0 5 2 20 0 15 0 473853107 11105218560 60252 33554432000 4194304 4196468 140722100595648 140621869288048 140622342703746 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39673856 140722100603491 140722100606133 140722100606133 140722100608975 0
[pid=16958/tid=17017] ppid=16955 vsize=10844940 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/16958/task/17017/stat : 17017 (java) S 16955 16958 13903 0 -1 1077944384 14 13261 0 0 0 0 5 2 20 0 15 0 473853107 11105218560 60252 33554432000 4194304 4196468 140722100595648 140621792666976 140622342702805 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39673856 140722100603491 140722100606133 140722100606133 140722100608975 0
[pid=16958/tid=17018] ppid=16955 vsize=10844940 memory=1432 CPUtime=0.07 cores=0,2,4,6
/proc/16958/task/17018/stat : 17018 (java) S 16955 16958 13903 0 -1 1077944384 1 13261 0 0 0 0 5 2 20 0 15 0 473853108 11105218560 60252 33554432000 4194304 4196468 140722100595648 140621188687488 140622342702805 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39673856 140722100603491 140722100606133 140722100606133 140722100608975 0
[pid=16958/tid=17019] ppid=16955 vsize=10844940 memory=776 CPUtime=0.07 cores=0,2,4,6
/proc/16958/task/17019/stat : 17019 (java) S 16955 16958 13903 0 -1 1077944384 3 13261 0 0 0 0 5 2 20 0 15 0 473853110 11105218560 60252 33554432000 4194304 4196468 140722100595648 140620881287760 140622342711195 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39673856 140722100603491 140722100606133 140722100606133 140722100608975 0
[pid=16958/tid=17020] ppid=16955 vsize=10844940 memory=1056 CPUtime=1.08 cores=0,2,4,6
/proc/16958/task/17020/stat : 17020 (java) R 16955 16958 13903 0 -1 4202560 2382 13261 0 0 100 1 5 2 20 0 15 0 473853110 11105218560 60252 33554432000 4194304 4196468 140722100595648 140621868220888 140622327819027 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 39673856 140722100603491 140722100606133 140722100606133 140722100608975 0
[pid=16958/tid=17021] ppid=16955 vsize=10844940 memory=3616 CPUtime=0.89 cores=0,2,4,6
/proc/16958/task/17021/stat : 17021 (java) R 16955 16958 13903 0 -1 4202560 1863 13261 0 0 81 1 5 2 20 0 15 0 473853110 11105218560 60252 33554432000 4194304 4196468 140722100595648 140621867169376 140622322040737 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 39673856 140722100603491 140722100606133 140722100606133 140722100608975 0
[pid=16958/tid=17022] ppid=16955 vsize=10844940 memory=1552 CPUtime=1.33 cores=0,2,4,6
/proc/16958/task/17022/stat : 17022 (java) S 16955 16958 13903 0 -1 1077944384 5064 13261 0 0 124 2 5 2 20 0 15 0 473853110 11105218560 60252 33554432000 4194304 4196468 140722100595648 140621866129776 140622342703746 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39673856 140722100603491 140722100606133 140722100606133 140722100608975 0
[pid=16958/tid=17023] ppid=16955 vsize=10844940 memory=1708 CPUtime=0.07 cores=0,2,4,6
/proc/16958/task/17023/stat : 17023 (java) S 16955 16958 13903 0 -1 1077944384 3 13261 0 0 0 0 5 2 20 0 15 0 473853110 11105218560 60252 33554432000 4194304 4196468 140722100595648 140620847729120 140622342702805 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39673856 140722100603491 140722100606133 140722100606133 140722100608975 0
[pid=16958/tid=17024] ppid=16955 vsize=10844940 memory=1196 CPUtime=0.07 cores=0,2,4,6
/proc/16958/task/17024/stat : 17024 (java) S 16955 16958 13903 0 -1 1077944384 1 13261 0 0 0 0 5 2 20 0 15 0 473853111 11105218560 60252 33554432000 4194304 4196468 140722100595648 140621865077680 140622342703746 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39673856 140722100603491 140722100606133 140722100606133 140722100608975 0
Current children cumulated CPU time: 6.3 s
Current children cumulated vsize: 10844940 KiB
Current children cumulated memory: 241008 KiB

[startup+3.80576 s]
# the end of solver process 16958 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=8.19523 s, system=0.254784 s

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

[startup+3.20116 s]
/proc/loadavg: 1.82 1.56 1.45 4/228 17024
/proc/meminfo: memFree=3351992/32770624 swapFree=66966844/67108860
[pid=16958] ppid=16955 vsize=10844940 memory=243044 CPUtime=6.56 cores=0,2,4,6
/proc/16958/stat : 16958 (java) S 16955 16958 13903 0 -1 1077944320 37015 13261 0 0 630 19 5 2 20 0 15 0 473853095 11105218560 60761 33554432000 4194304 4196468 140722100595648 140722100578192 140622342692599 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 39673856 140722100603491 140722100606133 140722100606133 140722100608975 0
/proc/16958/statm: 2711235 60761 3614 1 0 2673293 0
[pid=16958/tid=17011] ppid=16955 vsize=10844940 memory=712 CPUtime=3.07 cores=0,2,4,6
/proc/16958/task/17011/stat : 17011 (java) R 16955 16958 13903 0 -1 4202560 22293 13261 0 0 291 9 5 2 20 0 15 0 473853105 11105218560 60761 33554432000 4194304 4196468 140722100595648 140622314511632 140622325881692 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 39673856 140722100603491 140722100606133 140722100606133 140722100608975 0
[pid=16958/tid=17012] ppid=16955 vsize=10844940 memory=2832 CPUtime=0.1 cores=0,2,4,6
/proc/16958/task/17012/stat : 17012 (java) S 16955 16958 13903 0 -1 1077944384 329 13261 0 0 3 0 5 2 20 0 15 0 473853105 11105218560 60761 33554432000 4194304 4196468 140722100595648 140622346934672 140622342702805 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39673856 140722100603491 140722100606133 140722100606133 140722100608975 0
[pid=16958/tid=17013] ppid=16955 vsize=10844940 memory=8100 CPUtime=0.09 cores=0,2,4,6
/proc/16958/task/17013/stat : 17013 (java) S 16955 16958 13903 0 -1 1077944384 132 13261 0 0 2 0 5 2 20 0 15 0 473853105 11105218560 60761 33554432000 4194304 4196468 140722100595648 140622265686288 140622342702805 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39673856 140722100603491 140722100606133 140722100606133 140722100608975 0
[pid=16958/tid=17014] ppid=16955 vsize=10844940 memory=10492 CPUtime=0.09 cores=0,2,4,6
/proc/16958/task/17014/stat : 17014 (java) S 16955 16958 13903 0 -1 1077944384 23 13261 0 0 2 0 5 2 20 0 15 0 473853105 11105218560 60761 33554432000 4194304 4196468 140722100595648 140622264634000 140622342702805 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39673856 140722100603491 140722100606133 140722100606133 140722100608975 0
[pid=16958/tid=17015] ppid=16955 vsize=10844940 memory=288230574492221466 CPUtime=0.09 cores=0,2,4,6
/proc/16958/task/17015/stat : 17015 (java) S 16955 16958 13903 0 -1 1077944384 116 13261 0 0 2 0 5 2 20 0 15 0 473853105 11105218560 60761 33554432000 4194304 4196468 140722100595648 140622263581200 140622342702805 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39673856 140722100603491 140722100606133 140722100606133 140722100608975 0
[pid=16958/tid=17016] ppid=16955 vsize=10844940 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/16958/task/17016/stat : 17016 (java) S 16955 16958 13903 0 -1 1077944384 1571 13261 0 0 3 0 5 2 20 0 15 0 473853107 11105218560 60761 33554432000 4194304 4196468 140722100595648 140621869288048 140622342703746 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39673856 140722100603491 140722100606133 140722100606133 140722100608975 0
[pid=16958/tid=17017] ppid=16955 vsize=10844940 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/16958/task/17017/stat : 17017 (java) S 16955 16958 13903 0 -1 1077944384 14 13261 0 0 0 0 5 2 20 0 15 0 473853107 11105218560 60761 33554432000 4194304 4196468 140722100595648 140621792666976 140622342702805 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39673856 140722100603491 140722100606133 140722100606133 140722100608975 0
[pid=16958/tid=17018] ppid=16955 vsize=10844940 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/16958/task/17018/stat : 17018 (java) S 16955 16958 13903 0 -1 1077944384 1 13261 0 0 0 0 5 2 20 0 15 0 473853108 11105218560 60761 33554432000 4194304 4196468 140722100595648 140621188687488 140622342702805 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39673856 140722100603491 140722100606133 140722100606133 140722100608975 0
[pid=16958/tid=17019] ppid=16955 vsize=10844940 memory=6944656592455359580 CPUtime=0.07 cores=0,2,4,6
/proc/16958/task/17019/stat : 17019 (java) S 16955 16958 13903 0 -1 1077944384 3 13261 0 0 0 0 5 2 20 0 15 0 473853110 11105218560 60761 33554432000 4194304 4196468 140722100595648 140620881287760 140622342711195 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39673856 140722100603491 140722100606133 140722100606133 140722100608975 0
[pid=16958/tid=17020] ppid=16955 vsize=10844940 memory=6656426216303648864 CPUtime=1.13 cores=0,2,4,6
/proc/16958/task/17020/stat : 17020 (java) S 16955 16958 13903 0 -1 1077944384 2647 13261 0 0 105 1 5 2 20 0 15 0 473853110 11105218560 60761 33554432000 4194304 4196468 140722100595648 140621868234864 140622342703746 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39673856 140722100603491 140722100606133 140722100606133 140722100608975 0
[pid=16958/tid=17021] ppid=16955 vsize=10844940 memory=0 CPUtime=0.95 cores=0,2,4,6
/proc/16958/task/17021/stat : 17021 (java) S 16955 16958 13903 0 -1 1077944384 2185 13261 0 0 87 1 5 2 20 0 15 0 473853110 11105218560 60761 33554432000 4194304 4196468 140722100595648 140621867182064 140622342703746 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39673856 140722100603491 140722100606133 140722100606133 140722100608975 0
[pid=16958/tid=17022] ppid=16955 vsize=10844940 memory=0 CPUtime=1.38 cores=0,2,4,6
/proc/16958/task/17022/stat : 17022 (java) S 16955 16958 13903 0 -1 1077944384 5490 13261 0 0 128 3 5 2 20 0 15 0 473853110 11105218560 60761 33554432000 4194304 4196468 140722100595648 140621866129776 140622342703746 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39673856 140722100603491 140722100606133 140722100606133 140722100608975 0
[pid=16958/tid=17023] ppid=16955 vsize=10844940 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/16958/task/17023/stat : 17023 (java) S 16955 16958 13903 0 -1 1077944384 3 13261 0 0 0 0 5 2 20 0 15 0 473853110 11105218560 60761 33554432000 4194304 4196468 140722100595648 140620847729120 140622342702805 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39673856 140722100603491 140722100606133 140722100606133 140722100608975 0
[pid=16958/tid=17024] ppid=16955 vsize=10844940 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/16958/task/17024/stat : 17024 (java) S 16955 16958 13903 0 -1 1077944384 1 13261 0 0 0 0 5 2 20 0 15 0 473853111 11105218560 60761 33554432000 4194304 4196468 140722100595648 140621865077680 140622342703746 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39673856 140722100603491 140722100606133 140722100606133 140722100608975 0
Current children cumulated CPU time: 6.56 s
Current children cumulated vsize: 10844940 KiB
Current children cumulated memory: 243044 KiB

[startup+3.60114 s]
/proc/loadavg: 1.82 1.56 1.45 4/228 17024
/proc/meminfo: memFree=3351992/32770624 swapFree=66966844/67108860
[pid=16958] ppid=16955 vsize=10846988 memory=263316 CPUtime=7.94 cores=0,2,4,6
/proc/16958/stat : 16958 (java) S 16955 16958 13903 0 -1 1077944320 46562 13261 0 0 767 20 5 2 20 0 15 0 473853095 11107315712 65829 33554432000 4194304 4196468 140722100595648 140722100578192 140622342692599 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 39673856 140722100603491 140722100606133 140722100606133 140722100608975 0
/proc/16958/statm: 2711747 65829 3619 1 0 2673805 0
[pid=16958/tid=17011] ppid=16955 vsize=10846988 memory=0 CPUtime=3.47 cores=0,2,4,6
/proc/16958/task/17011/stat : 17011 (java) R 16955 16958 13903 0 -1 4202560 25158 13261 0 0 330 10 5 2 20 0 15 0 473853105 11107315712 65829 33554432000 4194304 4196468 140722100595648 140622314527464 140621957165760 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 39673856 140722100603491 140722100606133 140722100606133 140722100608975 0
[pid=16958/tid=17012] ppid=16955 vsize=10846988 memory=4206468019014099040 CPUtime=0.1 cores=0,2,4,6
/proc/16958/task/17012/stat : 17012 (java) S 16955 16958 13903 0 -1 1077944384 329 13261 0 0 3 0 5 2 20 0 15 0 473853105 11107315712 65829 33554432000 4194304 4196468 140722100595648 140622346934672 140622342702805 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39673856 140722100603491 140722100606133 140722100606133 140722100608975 0
[pid=16958/tid=17013] ppid=16955 vsize=10846988 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/16958/task/17013/stat : 17013 (java) S 16955 16958 13903 0 -1 1077944384 132 13261 0 0 2 0 5 2 20 0 15 0 473853105 11107315712 65829 33554432000 4194304 4196468 140722100595648 140622265686288 140622342702805 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39673856 140722100603491 140722100606133 140722100606133 140722100608975 0
[pid=16958/tid=17014] ppid=16955 vsize=10846988 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/16958/task/17014/stat : 17014 (java) S 16955 16958 13903 0 -1 1077944384 23 13261 0 0 2 0 5 2 20 0 15 0 473853105 11107315712 65829 33554432000 4194304 4196468 140722100595648 140622264634000 140622342702805 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39673856 140722100603491 140722100606133 140722100606133 140722100608975 0
[pid=16958/tid=17015] ppid=16955 vsize=10846988 memory=3612 CPUtime=0.09 cores=0,2,4,6
/proc/16958/task/17015/stat : 17015 (java) S 16955 16958 13903 0 -1 1077944384 116 13261 0 0 2 0 5 2 20 0 15 0 473853105 11107315712 65829 33554432000 4194304 4196468 140722100595648 140622263581200 140622342702805 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39673856 140722100603491 140722100606133 140722100606133 140722100608975 0
[pid=16958/tid=17016] ppid=16955 vsize=10846988 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/16958/task/17016/stat : 17016 (java) S 16955 16958 13903 0 -1 1077944384 2464 13261 0 0 3 0 5 2 20 0 15 0 473853107 11107315712 65829 33554432000 4194304 4196468 140722100595648 140621869288048 140622342703746 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39673856 140722100603491 140722100606133 140722100606133 140722100608975 0
[pid=16958/tid=17017] ppid=16955 vsize=10846988 memory=7719367755079844064 CPUtime=0.07 cores=0,2,4,6
/proc/16958/task/17017/stat : 17017 (java) S 16955 16958 13903 0 -1 1077944384 14 13261 0 0 0 0 5 2 20 0 15 0 473853107 11107315712 65829 33554432000 4194304 4196468 140722100595648 140621792666976 140622342702805 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39673856 140722100603491 140722100606133 140722100606133 140722100608975 0
[pid=16958/tid=17018] ppid=16955 vsize=10846988 memory=8325818960211581590 CPUtime=0.07 cores=0,2,4,6
/proc/16958/task/17018/stat : 17018 (java) S 16955 16958 13903 0 -1 1077944384 1 13261 0 0 0 0 5 2 20 0 15 0 473853108 11107315712 65829 33554432000 4194304 4196468 140722100595648 140621188687488 140622342702805 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39673856 140722100603491 140722100606133 140722100606133 140722100608975 0
[pid=16958/tid=17019] ppid=16955 vsize=10846988 memory=-6728775237362618724 CPUtime=0.07 cores=0,2,4,6
/proc/16958/task/17019/stat : 17019 (java) S 16955 16958 13903 0 -1 1077944384 3 13261 0 0 0 0 5 2 20 0 15 0 473853110 11107315712 65829 33554432000 4194304 4196468 140722100595648 140620881287760 140622342711195 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39673856 140722100603491 140722100606133 140722100606133 140722100608975 0
[pid=16958/tid=17020] ppid=16955 vsize=10846988 memory=7164488592231785067 CPUtime=1.53 cores=0,2,4,6
/proc/16958/task/17020/stat : 17020 (java) R 16955 16958 13903 0 -1 4202560 3839 13261 0 0 145 1 5 2 20 0 15 0 473853110 11107315712 65829 33554432000 4194304 4196468 140722100595648 140621868234992 140622327092201 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 39673856 140722100603491 140722100606133 140722100606133 140722100608975 0
[pid=16958/tid=17021] ppid=16955 vsize=10846988 memory=7809523229951467570 CPUtime=1.35 cores=0,2,4,6
/proc/16958/task/17021/stat : 17021 (java) R 16955 16958 13903 0 -1 4202560 4538 13261 0 0 127 1 5 2 20 0 15 0 473853110 11107315712 65829 33554432000 4194304 4196468 140722100595648 140621867168248 140622327795013 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 39673856 140722100603491 140722100606133 140722100606133 140722100608975 0
[pid=16958/tid=17022] ppid=16955 vsize=10846988 memory=7597399284062253157 CPUtime=1.57 cores=0,2,4,6
/proc/16958/task/17022/stat : 17022 (java) S 16955 16958 13903 0 -1 1077944384 7731 13261 0 0 147 3 5 2 20 0 15 0 473853110 11107315712 65829 33554432000 4194304 4196468 140722100595648 140621866129776 140622342703746 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39673856 140722100603491 140722100606133 140722100606133 140722100608975 0
[pid=16958/tid=17023] ppid=16955 vsize=10846988 memory=-6150329983456471656 CPUtime=0.07 cores=0,2,4,6
/proc/16958/task/17023/stat : 17023 (java) S 16955 16958 13903 0 -1 1077944384 3 13261 0 0 0 0 5 2 20 0 15 0 473853110 11107315712 65829 33554432000 4194304 4196468 140722100595648 140620847729120 140622342702805 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39673856 140722100603491 140722100606133 140722100606133 140722100608975 0
[pid=16958/tid=17024] ppid=16955 vsize=10846988 memory=7161103170108680277 CPUtime=0.07 cores=0,2,4,6
/proc/16958/task/17024/stat : 17024 (java) S 16955 16958 13903 0 -1 1077944384 5 13261 0 0 0 0 5 2 20 0 15 0 473853111 11107315712 65829 33554432000 4194304 4196468 140722100595648 140621865077680 140622342703746 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39673856 140722100603491 140722100606133 140722100606133 140722100608975 0
Current children cumulated CPU time: 7.94 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 263316 KiB

[startup+3.71015 s]
/proc/loadavg: 1.82 1.56 1.45 4/228 17024
/proc/meminfo: memFree=3351992/32770624 swapFree=66966844/67108860
[pid=16958] ppid=16955 vsize=10849216 memory=272460 CPUtime=8.29 cores=0,2,4,6
/proc/16958/stat : 16958 (java) S 16955 16958 13903 0 -1 1077944320 48952 13261 0 0 801 21 5 2 20 0 15 0 473853095 11109597184 68115 33554432000 4194304 4196468 140722100595648 140722100578192 140622342692599 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 39673856 140722100603491 140722100606133 140722100606133 140722100608975 0
/proc/16958/statm: 2712304 68115 3619 1 0 2674362 0
[pid=16958/tid=17011] ppid=16955 vsize=10849216 memory=260892 CPUtime=3.58 cores=0,2,4,6
/proc/16958/task/17011/stat : 17011 (java) R 16955 16958 13903 0 -1 4202560 25258 13261 0 0 341 10 5 2 20 0 15 0 473853105 11109597184 68115 33554432000 4194304 4196468 140722100595648 140622314518472 140621943761360 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 39673856 140722100603491 140722100606133 140722100606133 140722100608975 0
[pid=16958/tid=17012] ppid=16955 vsize=10849216 memory=9125 CPUtime=0.1 cores=0,2,4,6
/proc/16958/task/17012/stat : 17012 (java) S 16955 16958 13903 0 -1 1077944384 329 13261 0 0 3 0 5 2 20 0 15 0 473853105 11109597184 68115 33554432000 4194304 4196468 140722100595648 140622346934672 140622342702805 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39673856 140722100603491 140722100606133 140722100606133 140722100608975 0
[pid=16958/tid=17013] ppid=16955 vsize=10849216 memory=1432 CPUtime=0.09 cores=0,2,4,6
/proc/16958/task/17013/stat : 17013 (java) S 16955 16958 13903 0 -1 1077944384 132 13261 0 0 2 0 5 2 20 0 15 0 473853105 11109597184 68115 33554432000 4194304 4196468 140722100595648 140622265686288 140622342702805 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39673856 140722100603491 140722100606133 140722100606133 140722100608975 0
[pid=16958/tid=17014] ppid=16955 vsize=10849216 memory=776 CPUtime=0.09 cores=0,2,4,6
/proc/16958/task/17014/stat : 17014 (java) S 16955 16958 13903 0 -1 1077944384 23 13261 0 0 2 0 5 2 20 0 15 0 473853105 11109597184 68115 33554432000 4194304 4196468 140722100595648 140622264634000 140622342702805 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39673856 140722100603491 140722100606133 140722100606133 140722100608975 0
[pid=16958/tid=17015] ppid=16955 vsize=10849216 memory=1056 CPUtime=0.09 cores=0,2,4,6
/proc/16958/task/17015/stat : 17015 (java) S 16955 16958 13903 0 -1 1077944384 116 13261 0 0 2 0 5 2 20 0 15 0 473853105 11109597184 68115 33554432000 4194304 4196468 140722100595648 140622263581200 140622342702805 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39673856 140722100603491 140722100606133 140722100606133 140722100608975 0
[pid=16958/tid=17016] ppid=16955 vsize=10849216 memory=281362368700144 CPUtime=0.1 cores=0,2,4,6
/proc/16958/task/17016/stat : 17016 (java) S 16955 16958 13903 0 -1 1077944384 2464 13261 0 0 3 0 5 2 20 0 15 0 473853107 11109597184 68115 33554432000 4194304 4196468 140722100595648 140621869288048 140622342703746 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39673856 140722100603491 140722100606133 140722100606133 140722100608975 0
[pid=16958/tid=17017] ppid=16955 vsize=10849216 memory=8323960111837117326 CPUtime=0.07 cores=0,2,4,6
/proc/16958/task/17017/stat : 17017 (java) S 16955 16958 13903 0 -1 1077944384 14 13261 0 0 0 0 5 2 20 0 15 0 473853107 11109597184 68115 33554432000 4194304 4196468 140722100595648 140621792666976 140622342702805 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39673856 140722100603491 140722100606133 140722100606133 140722100608975 0
[pid=16958/tid=17018] ppid=16955 vsize=10849216 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/16958/task/17018/stat : 17018 (java) S 16955 16958 13903 0 -1 1077944384 1 13261 0 0 0 0 5 2 20 0 15 0 473853108 11109597184 68115 33554432000 4194304 4196468 140722100595648 140621188687488 140622342702805 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39673856 140722100603491 140722100606133 140722100606133 140722100608975 0
[pid=16958/tid=17019] ppid=16955 vsize=10849216 memory=179676 CPUtime=0.07 cores=0,2,4,6
/proc/16958/task/17019/stat : 17019 (java) S 16955 16958 13903 0 -1 1077944384 3 13261 0 0 0 0 5 2 20 0 15 0 473853110 11109597184 68115 33554432000 4194304 4196468 140722100595648 140620881287760 140622342711195 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39673856 140722100603491 140722100606133 140722100606133 140722100608975 0
[pid=16958/tid=17020] ppid=16955 vsize=10849216 memory=7956005031678667109 CPUtime=1.64 cores=0,2,4,6
/proc/16958/task/17020/stat : 17020 (java) R 16955 16958 13903 0 -1 4202560 4711 13261 0 0 156 1 5 2 20 0 15 0 473853110 11109597184 68115 33554432000 4194304 4196468 140722100595648 140621868215880 140622322379267 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 39673856 140722100603491 140722100606133 140722100606133 140722100608975 0
[pid=16958/tid=17021] ppid=16955 vsize=10849216 memory=281362368589504 CPUtime=1.45 cores=0,2,4,6
/proc/16958/task/17021/stat : 17021 (java) R 16955 16958 13903 0 -1 4202560 5597 13261 0 0 137 1 5 2 20 0 15 0 473853110 11109597184 68115 33554432000 4194304 4196468 140722100595648 140621867167800 140622324237142 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 39673856 140722100603491 140722100606133 140722100606133 140722100608975 0
[pid=16958/tid=17022] ppid=16955 vsize=10849216 memory=0 CPUtime=1.59 cores=0,2,4,6
/proc/16958/task/17022/stat : 17022 (java) S 16955 16958 13903 0 -1 1077944384 8089 13261 0 0 149 3 5 2 20 0 15 0 473853110 11109597184 68115 33554432000 4194304 4196468 140722100595648 140621866129776 140622342703746 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39673856 140722100603491 140722100606133 140722100606133 140722100608975 0
[pid=16958/tid=17023] ppid=16955 vsize=10849216 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/16958/task/17023/stat : 17023 (java) S 16955 16958 13903 0 -1 1077944384 3 13261 0 0 0 0 5 2 20 0 15 0 473853110 11109597184 68115 33554432000 4194304 4196468 140722100595648 140620847729120 140622342702805 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39673856 140722100603491 140722100606133 140722100606133 140722100608975 0
[pid=16958/tid=17024] ppid=16955 vsize=10849216 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/16958/task/17024/stat : 17024 (java) S 16955 16958 13903 0 -1 1077944384 5 13261 0 0 0 0 5 2 20 0 15 0 473853111 11109597184 68115 33554432000 4194304 4196468 140722100595648 140621865077680 140622342703746 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39673856 140722100603491 140722100606133 140722100606133 140722100608975 0
Current children cumulated CPU time: 8.29 s
Current children cumulated vsize: 10849216 KiB
Current children cumulated memory: 272460 KiB

Child status: 0
Real time (s): 3.80582
CPU time (s): 8.45002
CPU user time (s): 8.19523
CPU system time (s): 0.254784
CPU usage (%): 222.029
Max. virtual memory (cumulated for all children) (KiB): 10849216
Max. memory (cumulated for all children) (KiB): 272460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.19523
system time used= 0.254784
maximum resident set size= 276728
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 63764
page faults= 0
swaps= 0
block input operations= 0
block output operations= 144
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6860
involuntary context switches= 40


# summary of solver processes directly reported to runsolver:
#   pid: 16958
#   total CPU time (s): 8.45002
#   total CPU user time (s): 8.19523
#   total CPU system time (s): 0.254784

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.041152 second user time and 0.082305 second system time

The end

Launcher Data

Begin job on node145 at 2019-09-20 13:32:04
IDJOB=4403022
IDBENCH=135099
IDSOLVER=2862
FILE ID=node145/4403022-1568979166
RUNJOBID= node145-1568967596-13934
PBS_JOBID= 21704615
Free space on /var/tmp= 13476 MiB

SOLVER NAME= Concrete 3.12.3
BENCH NAME= XCSP17/PseudoBoolean/PseudoBoolean-opt-factor/Pb-factor-S9-P347-Q487.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4403022-1568979166/watcher-4403022-1568979166 -o /var/tmp/evaluation-result-4403022-1568979166/solver-4403022-1568979166 -C 2400 -W 2500 -M 15500 --bin-var /var/tmp/runsolver-exch-node145-1568967596-13934 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=2094713575 HOME/instance-4403022-1568979166.xml

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

MD5SUM BENCH= 80380e658be8322d68ef398155d216ec
RANDOM SEED=2094713575

node145.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.59
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.59
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.59
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.59
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:         3561488 kB
MemAvailable:   31023760 kB
Buffers:          141184 kB
Cached:         27274308 kB
SwapCached:        32484 kB
Active:         14452544 kB
Inactive:       13794800 kB
Active(anon):     799584 kB
Inactive(anon):    81724 kB
Active(file):   13652960 kB
Inactive(file): 13713076 kB
Unevictable:      110664 kB
Mlocked:          110664 kB
SwapTotal:      67108860 kB
SwapFree:       66966844 kB
Dirty:             35040 kB
Writeback:             0 kB
AnonPages:        910956 kB
Mapped:            65436 kB
Shmem:             40640 kB
Slab:             553408 kB
SReclaimable:     524696 kB
SUnreclaim:        28712 kB
KernelStack:        3728 kB
PageTables:         7336 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2074508 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    745472 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /var/tmp at the end= 13444 MiB
End job on node145 at 2019-09-20 13:32:08