Trace number 4401232

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.2OPT211 9.55499 4.74967

General information on the benchmark

NamePseudoBoolean/PseudoBoolean-opt-factor/
Pb-factor-S9-P211-Q347.xml
MD5SUM433dd3ec0e7241d29f211aaf8445577c
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark211
Best CPU time to get the best result obtained on this benchmark0.08717
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.74/0.55	c Concrete v3.12.2.1568631193530 running
9.09/3.86	o 211
9.41/3.94	v <instantiation
9.41/3.94	v         cost = '211'>
9.41/3.94	v       <list>
9.41/3.94	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]
9.41/3.94	v       </list>
9.41/3.94	v       <values>
9.41/3.94	v         1 1 0 0 1 0 1 1 0 1 1 0 1 1 0 1 0 1 1 1 0 1 1 0 1 0 1 1 1 0 1 1 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 1 1 0 1 0 1 0 0 0 0 0 0 0 0 0 1 1 0 1 1 0 1 0 1 1 1 0 1 1 0 1 0 1 0 0 0 0 0 0 0 0 0
9.41/3.94	v       </values>
9.41/3.94	v     </instantiation>
9.41/3.94	s OPTIMUM FOUND

Verifier Data

OK	211

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4401232-1568685481/watcher-4401232-1568685481 -o /tmp/evaluation-result-4401232-1568685481/solver-4401232-1568685481 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node106-1568669653-20873 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=1273672677 HOME/instance-4401232-1568685481.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=23894, runsolver pid=23891

[startup+0.1001 s]*
/proc/loadavg: 1.54 1.52 1.47 3/217 23951
/proc/meminfo: memFree=29520224/32770624 swapFree=66999988/67108860
[pid=23894] ppid=23891 vsize=9988792 memory=15444 CPUtime=0.1 cores=0,2,4,6
/proc/23894/stat : 23894 (java) S 23891 23894 20842 0 -1 1077944320 4651 13290 0 0 1 1 5 3 20 0 6 0 444802577 10228523008 3861 33554432000 4194304 4196468 140731219449616 140731219432160 140053912440567 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 19902464 140731219458799 140731219461317 140731219461317 140731219464143 0
/proc/23894/statm: 2497198 3861 1958 1 0 2485636 0
[pid=23894/tid=23947] ppid=23891 vsize=9988792 memory=720575944405811505 CPUtime=0.09 cores=0,2,4,6
/proc/23894/task/23947/stat : 23947 (java) R 23891 23894 20842 0 -1 4202560 2450 13290 0 0 1 0 5 3 20 0 6 0 444802586 10228523008 3927 33554432000 4194304 4196468 140731219449616 140053884277328 140053895407200 0 4 0 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19902464 140731219458799 140731219461317 140731219461317 140731219464143 0
[pid=23894/tid=23948] ppid=23891 vsize=9989820 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23894/task/23948/stat : 23948 (java) S 23891 23894 20842 0 -1 1077944384 1 13290 0 0 0 0 5 3 20 0 6 0 444802587 10229575680 3927 33554432000 4194304 4196468 140731219449616 140053916682640 140053912450773 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19902464 140731219458799 140731219461317 140731219461317 140731219464143 0
[pid=23894/tid=23949] ppid=23891 vsize=9989820 memory=4050337421320717984 CPUtime=0.08 cores=0,2,4,6
/proc/23894/task/23949/stat : 23949 (java) S 23891 23894 20842 0 -1 1077944384 1 13290 0 0 0 0 5 3 20 0 7 0 444802587 10229575680 3927 33554432000 4194304 4196468 140731219449616 140053485816080 140053912450773 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19902464 140731219458799 140731219461317 140731219461317 140731219464143 0
[pid=23894/tid=23950] ppid=23891 vsize=9989820 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23894/task/23950/stat : 23950 (java) S 23891 23894 20842 0 -1 1077944384 1 13290 0 0 0 0 5 3 20 0 7 0 444802587 10229575680 3927 33554432000 4194304 4196468 140731219449616 140053484763792 140053912450773 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19902464 140731219458799 140731219461317 140731219461317 140731219464143 0
[pid=23894/tid=23951] ppid=23891 vsize=9989820 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23894/task/23951/stat : 23951 (java) S 23891 23894 20842 0 -1 1077944384 2 13290 0 0 0 0 5 3 20 0 7 0 444802587 10229575680 3927 33554432000 4194304 4196468 140731219449616 140053483710992 140053912450773 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19902464 140731219458799 140731219461317 140731219461317 140731219464143 0
[pid=23894/tid=23952] ppid=23891 vsize=9989820 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23894/task/23952/stat : 23952 (java) R 23891 23894 20842 0 -1 1077944384 1 13290 0 0 0 0 5 3 20 0 7 0 444802588 10229575680 3927 33554432000 4194304 4196468 140731219449616 140053371899104 140053912450773 0 0 0 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19902464 140731219458799 140731219461317 140731219461317 140731219464143 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 9988792 KiB
Current children cumulated memory: 15444 KiB

[startup+0.21105 s]*
/proc/loadavg: 1.54 1.52 1.47 4/226 23960
/proc/meminfo: memFree=29502608/32770624 swapFree=66999988/67108860
[pid=23894] ppid=23891 vsize=10820196 memory=39656 CPUtime=0.28 cores=0,2,4,6
/proc/23894/stat : 23894 (java) S 23891 23894 20842 0 -1 1077944320 7805 13290 0 0 18 2 5 3 20 0 15 0 444802577 11079880704 9914 33554432000 4194304 4196468 140731219449616 140731219432160 140053912440567 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 19902464 140731219458799 140731219461317 140731219461317 140731219464143 0
/proc/23894/statm: 2705049 9914 3288 1 0 2667149 0
[pid=23894/tid=23947] ppid=23891 vsize=10820196 memory=729618466009055537 CPUtime=0.2 cores=0,2,4,6
/proc/23894/task/23947/stat : 23947 (java) R 23891 23894 20842 0 -1 4202560 4186 13290 0 0 11 1 5 3 20 0 15 0 444802586 11079880704 9914 33554432000 4194304 4196468 140731219449616 140053884271808 140053912462493 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19902464 140731219458799 140731219461317 140731219461317 140731219464143 0
[pid=23894/tid=23948] ppid=23891 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23894/task/23948/stat : 23948 (java) S 23891 23894 20842 0 -1 1077944384 1 13290 0 0 0 0 5 3 20 0 15 0 444802587 11079880704 9914 33554432000 4194304 4196468 140731219449616 140053916682640 140053912450773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19902464 140731219458799 140731219461317 140731219461317 140731219464143 0
[pid=23894/tid=23949] ppid=23891 vsize=10820196 memory=4050337421320717984 CPUtime=0.08 cores=0,2,4,6
/proc/23894/task/23949/stat : 23949 (java) S 23891 23894 20842 0 -1 1077944384 1 13290 0 0 0 0 5 3 20 0 15 0 444802587 11079880704 9914 33554432000 4194304 4196468 140731219449616 140053485816080 140053912450773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19902464 140731219458799 140731219461317 140731219461317 140731219464143 0
[pid=23894/tid=23950] ppid=23891 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23894/task/23950/stat : 23950 (java) S 23891 23894 20842 0 -1 1077944384 1 13290 0 0 0 0 5 3 20 0 15 0 444802587 11079880704 9914 33554432000 4194304 4196468 140731219449616 140053484763792 140053912450773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19902464 140731219458799 140731219461317 140731219461317 140731219464143 0
[pid=23894/tid=23951] ppid=23891 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23894/task/23951/stat : 23951 (java) S 23891 23894 20842 0 -1 1077944384 2 13290 0 0 0 0 5 3 20 0 15 0 444802587 11079880704 9914 33554432000 4194304 4196468 140731219449616 140053483710992 140053912450773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19902464 140731219458799 140731219461317 140731219461317 140731219464143 0
[pid=23894/tid=23952] ppid=23891 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23894/task/23952/stat : 23952 (java) S 23891 23894 20842 0 -1 1077944384 2 13290 0 0 0 0 5 3 20 0 15 0 444802588 11079880704 9914 33554432000 4194304 4196468 140731219449616 140053371898480 140053912451714 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19902464 140731219458799 140731219461317 140731219461317 140731219464143 0
[pid=23894/tid=23953] ppid=23891 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/23894/task/23953/stat : 23953 (java) S 23891 23894 20842 0 -1 1077944384 33 13290 0 0 0 0 5 3 20 0 15 0 444802588 11079880704 9914 33554432000 4194304 4196468 140731219449616 140053370844448 140053912450773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19902464 140731219458799 140731219461317 140731219461317 140731219464143 0
[pid=23894/tid=23954] ppid=23891 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23894/task/23954/stat : 23954 (java) S 23891 23894 20842 0 -1 1077944384 1 13290 0 0 0 0 5 3 20 0 15 0 444802589 11079880704 9914 33554432000 4194304 4196468 140731219449616 140052776609392 140053912450773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19902464 140731219458799 140731219461317 140731219461317 140731219464143 0
[pid=23894/tid=23955] ppid=23891 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23894/task/23955/stat : 23955 (java) S 23891 23894 20842 0 -1 1077944384 3 13290 0 0 0 0 5 3 20 0 15 0 444802591 11079880704 9914 33554432000 4194304 4196468 140731219449616 140052469209680 140053912459163 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19902464 140731219458799 140731219461317 140731219461317 140731219464143 0
[pid=23894/tid=23956] ppid=23891 vsize=10820196 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/23894/task/23956/stat : 23956 (java) S 23891 23894 20842 0 -1 1077944384 373 13290 0 0 1 0 5 3 20 0 15 0 444802591 11079880704 9914 33554432000 4194304 4196468 140731219449616 140053337286768 140053912451714 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19902464 140731219458799 140731219461317 140731219461317 140731219464143 0
[pid=23894/tid=23957] ppid=23891 vsize=10820196 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/23894/task/23957/stat : 23957 (java) S 23891 23894 20842 0 -1 1077944384 323 13290 0 0 1 0 5 3 20 0 15 0 444802591 11079880704 9914 33554432000 4194304 4196468 140731219449616 140053336233968 140053912451714 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19902464 140731219458799 140731219461317 140731219461317 140731219464143 0
[pid=23894/tid=23958] ppid=23891 vsize=10820196 memory=139889773840000 CPUtime=0.11 cores=0,2,4,6
/proc/23894/task/23958/stat : 23958 (java) S 23891 23894 20842 0 -1 1077944384 666 13290 0 0 3 0 5 3 20 0 15 0 444802591 11079880704 9914 33554432000 4194304 4196468 140731219449616 140053335181680 140053912451714 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19902464 140731219458799 140731219461317 140731219461317 140731219464143 0
[pid=23894/tid=23959] ppid=23891 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/23894/task/23959/stat : 23959 (java) S 23891 23894 20842 0 -1 1077944384 3 13290 0 0 0 0 5 3 20 0 15 0 444802592 11079880704 9914 33554432000 4194304 4196468 140731219449616 140052435651040 140053912450773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19902464 140731219458799 140731219461317 140731219461317 140731219464143 0
[pid=23894/tid=23960] ppid=23891 vsize=10820196 memory=139889773840000 CPUtime=0.08 cores=0,2,4,6
/proc/23894/task/23960/stat : 23960 (java) S 23891 23894 20842 0 -1 1077944384 1 13290 0 0 0 0 5 3 20 0 15 0 444802592 11079880704 9914 33554432000 4194304 4196468 140731219449616 140053334129584 140053912451714 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19902464 140731219458799 140731219461317 140731219461317 140731219464143 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 39656 KiB

[startup+0.310324 s]*
/proc/loadavg: 1.54 1.52 1.47 3/226 23960
/proc/meminfo: memFree=29490976/32770624 swapFree=66999988/67108860
[pid=23894] ppid=23891 vsize=10820196 memory=48084 CPUtime=0.41 cores=0,2,4,6
/proc/23894/stat : 23894 (java) S 23891 23894 20842 0 -1 1077944320 11291 13290 0 0 29 4 5 3 20 0 15 0 444802577 11079880704 12021 33554432000 4194304 4196468 140731219449616 140731219432160 140053912440567 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 19902464 140731219458799 140731219461317 140731219461317 140731219464143 0
/proc/23894/statm: 2705049 12021 3331 1 0 2667149 0
[pid=23894/tid=23947] ppid=23891 vsize=10820196 memory=8317482817917895235 CPUtime=0.3 cores=0,2,4,6
/proc/23894/task/23947/stat : 23947 (java) R 23891 23894 20842 0 -1 4202560 7633 13290 0 0 19 3 5 3 20 0 15 0 444802586 11079880704 12021 33554432000 4194304 4196468 140731219449616 140053884250176 140053896521054 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19902464 140731219458799 140731219461317 140731219461317 140731219464143 0
[pid=23894/tid=23948] ppid=23891 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23894/task/23948/stat : 23948 (java) S 23891 23894 20842 0 -1 1077944384 1 13290 0 0 0 0 5 3 20 0 15 0 444802587 11079880704 12021 33554432000 4194304 4196468 140731219449616 140053916682640 140053912450773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19902464 140731219458799 140731219461317 140731219461317 140731219464143 0
[pid=23894/tid=23949] ppid=23891 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23894/task/23949/stat : 23949 (java) S 23891 23894 20842 0 -1 1077944384 1 13290 0 0 0 0 5 3 20 0 15 0 444802587 11079880704 12021 33554432000 4194304 4196468 140731219449616 140053485816080 140053912450773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19902464 140731219458799 140731219461317 140731219461317 140731219464143 0
[pid=23894/tid=23950] ppid=23891 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23894/task/23950/stat : 23950 (java) S 23891 23894 20842 0 -1 1077944384 1 13290 0 0 0 0 5 3 20 0 15 0 444802587 11079880704 12021 33554432000 4194304 4196468 140731219449616 140053484763792 140053912450773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19902464 140731219458799 140731219461317 140731219461317 140731219464143 0
[pid=23894/tid=23951] ppid=23891 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23894/task/23951/stat : 23951 (java) S 23891 23894 20842 0 -1 1077944384 2 13290 0 0 0 0 5 3 20 0 15 0 444802587 11079880704 12021 33554432000 4194304 4196468 140731219449616 140053483710992 140053912450773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19902464 140731219458799 140731219461317 140731219461317 140731219464143 0
[pid=23894/tid=23952] ppid=23891 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23894/task/23952/stat : 23952 (java) S 23891 23894 20842 0 -1 1077944384 2 13290 0 0 0 0 5 3 20 0 15 0 444802588 11079880704 12021 33554432000 4194304 4196468 140731219449616 140053371898480 140053912451714 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19902464 140731219458799 140731219461317 140731219461317 140731219464143 0
[pid=23894/tid=23953] ppid=23891 vsize=10820196 memory=139889773839999 CPUtime=0.08 cores=0,2,4,6
/proc/23894/task/23953/stat : 23953 (java) S 23891 23894 20842 0 -1 1077944384 33 13290 0 0 0 0 5 3 20 0 15 0 444802588 11079880704 12021 33554432000 4194304 4196468 140731219449616 140053370844448 140053912450773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19902464 140731219458799 140731219461317 140731219461317 140731219464143 0
[pid=23894/tid=23954] ppid=23891 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/23894/task/23954/stat : 23954 (java) S 23891 23894 20842 0 -1 1077944384 1 13290 0 0 0 0 5 3 20 0 15 0 444802589 11079880704 12021 33554432000 4194304 4196468 140731219449616 140052776609392 140053912450773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19902464 140731219458799 140731219461317 140731219461317 140731219464143 0
[pid=23894/tid=23955] ppid=23891 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23894/task/23955/stat : 23955 (java) S 23891 23894 20842 0 -1 1077944384 3 13290 0 0 0 0 5 3 20 0 15 0 444802591 11079880704 12021 33554432000 4194304 4196468 140731219449616 140052469209680 140053912459163 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19902464 140731219458799 140731219461317 140731219461317 140731219464143 0
[pid=23894/tid=23956] ppid=23891 vsize=10820196 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/23894/task/23956/stat : 23956 (java) S 23891 23894 20842 0 -1 1077944384 376 13290 0 0 1 0 5 3 20 0 15 0 444802591 11079880704 12021 33554432000 4194304 4196468 140731219449616 140053337286768 140053912451714 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19902464 140731219458799 140731219461317 140731219461317 140731219464143 0
[pid=23894/tid=23957] ppid=23891 vsize=10820196 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/23894/task/23957/stat : 23957 (java) S 23891 23894 20842 0 -1 1077944384 332 13290 0 0 1 0 5 3 20 0 15 0 444802591 11079880704 12021 33554432000 4194304 4196468 140731219449616 140053336233968 140053912451714 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19902464 140731219458799 140731219461317 140731219461317 140731219464143 0
[pid=23894/tid=23958] ppid=23891 vsize=10820196 memory=139889773840000 CPUtime=0.13 cores=0,2,4,6
/proc/23894/task/23958/stat : 23958 (java) S 23891 23894 20842 0 -1 1077944384 694 13290 0 0 5 0 5 3 20 0 15 0 444802591 11079880704 12021 33554432000 4194304 4196468 140731219449616 140053335181680 140053912451714 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19902464 140731219458799 140731219461317 140731219461317 140731219464143 0
[pid=23894/tid=23959] ppid=23891 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/23894/task/23959/stat : 23959 (java) S 23891 23894 20842 0 -1 1077944384 3 13290 0 0 0 0 5 3 20 0 15 0 444802592 11079880704 12021 33554432000 4194304 4196468 140731219449616 140052435651040 140053912450773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19902464 140731219458799 140731219461317 140731219461317 140731219464143 0
[pid=23894/tid=23960] ppid=23891 vsize=10820196 memory=139889773840000 CPUtime=0.08 cores=0,2,4,6
/proc/23894/task/23960/stat : 23960 (java) S 23891 23894 20842 0 -1 1077944384 1 13290 0 0 0 0 5 3 20 0 15 0 444802592 11079880704 12021 33554432000 4194304 4196468 140731219449616 140053334129584 140053912451714 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19902464 140731219458799 140731219461317 140731219461317 140731219464143 0
Current children cumulated CPU time: 0.41 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 48084 KiB

[startup+0.708263 s]
/proc/loadavg: 1.54 1.52 1.47 4/226 23960
/proc/meminfo: memFree=29476684/32770624 swapFree=66999988/67108860
[pid=23894] ppid=23891 vsize=10824364 memory=82760 CPUtime=1.12 cores=0,2,4,6
/proc/23894/stat : 23894 (java) S 23891 23894 20842 0 -1 1077944320 15417 13290 0 0 98 6 5 3 20 0 15 0 444802577 11084148736 20690 33554432000 4194304 4196468 140731219449616 140731219432160 140053912440567 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 19902464 140731219458799 140731219461317 140731219461317 140731219464143 0
/proc/23894/statm: 2706091 20690 3513 1 0 2668173 0
[pid=23894/tid=23947] ppid=23891 vsize=10824364 memory=1128 CPUtime=0.68 cores=0,2,4,6
/proc/23894/task/23947/stat : 23947 (java) R 23891 23894 20842 0 -1 4202560 10562 13290 0 0 55 5 5 3 20 0 15 0 444802586 11084148736 20690 33554432000 4194304 4196468 140731219449616 140053884267728 140053912462493 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19902464 140731219458799 140731219461317 140731219461317 140731219464143 0
[pid=23894/tid=23948] ppid=23891 vsize=10824364 memory=6297835844906604903 CPUtime=0.08 cores=0,2,4,6
/proc/23894/task/23948/stat : 23948 (java) S 23891 23894 20842 0 -1 1077944384 1 13290 0 0 0 0 5 3 20 0 15 0 444802587 11084148736 20690 33554432000 4194304 4196468 140731219449616 140053916682640 140053912450773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19902464 140731219458799 140731219461317 140731219461317 140731219464143 0
[pid=23894/tid=23949] ppid=23891 vsize=10824364 memory=7013348624567659121 CPUtime=0.08 cores=0,2,4,6
/proc/23894/task/23949/stat : 23949 (java) S 23891 23894 20842 0 -1 1077944384 1 13290 0 0 0 0 5 3 20 0 15 0 444802587 11084148736 20690 33554432000 4194304 4196468 140731219449616 140053485816080 140053912450773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19902464 140731219458799 140731219461317 140731219461317 140731219464143 0
[pid=23894/tid=23950] ppid=23891 vsize=10824364 memory=5787213827130353767 CPUtime=0.08 cores=0,2,4,6
/proc/23894/task/23950/stat : 23950 (java) S 23891 23894 20842 0 -1 1077944384 1 13290 0 0 0 0 5 3 20 0 15 0 444802587 11084148736 20690 33554432000 4194304 4196468 140731219449616 140053484763792 140053912450773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19902464 140731219458799 140731219461317 140731219461317 140731219464143 0
[pid=23894/tid=23951] ppid=23891 vsize=10824364 memory=7378674539454817120 CPUtime=0.08 cores=0,2,4,6
/proc/23894/task/23951/stat : 23951 (java) S 23891 23894 20842 0 -1 1077944384 2 13290 0 0 0 0 5 3 20 0 15 0 444802587 11084148736 20690 33554432000 4194304 4196468 140731219449616 140053483710992 140053912450773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19902464 140731219458799 140731219461317 140731219461317 140731219464143 0
[pid=23894/tid=23952] ppid=23891 vsize=10824364 memory=139889773838833 CPUtime=0.08 cores=0,2,4,6
/proc/23894/task/23952/stat : 23952 (java) S 23891 23894 20842 0 -1 1077944384 5 13290 0 0 0 0 5 3 20 0 15 0 444802588 11084148736 20690 33554432000 4194304 4196468 140731219449616 140053371898480 140053912451714 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19902464 140731219458799 140731219461317 140731219461317 140731219464143 0
[pid=23894/tid=23953] ppid=23891 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23894/task/23953/stat : 23953 (java) S 23891 23894 20842 0 -1 1077944384 33 13290 0 0 0 0 5 3 20 0 15 0 444802588 11084148736 20690 33554432000 4194304 4196468 140731219449616 140053370844448 140053912450773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19902464 140731219458799 140731219461317 140731219461317 140731219464143 0
[pid=23894/tid=23954] ppid=23891 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23894/task/23954/stat : 23954 (java) S 23891 23894 20842 0 -1 1077944384 1 13290 0 0 0 0 5 3 20 0 15 0 444802589 11084148736 20690 33554432000 4194304 4196468 140731219449616 140052776609392 140053912450773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19902464 140731219458799 140731219461317 140731219461317 140731219464143 0
[pid=23894/tid=23955] ppid=23891 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23894/task/23955/stat : 23955 (java) S 23891 23894 20842 0 -1 1077944384 3 13290 0 0 0 0 5 3 20 0 15 0 444802591 11084148736 20690 33554432000 4194304 4196468 140731219449616 140052469209680 140053912459163 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19902464 140731219458799 140731219461317 140731219461317 140731219464143 0
[pid=23894/tid=23956] ppid=23891 vsize=10824364 memory=0 CPUtime=0.2 cores=0,2,4,6
/proc/23894/task/23956/stat : 23956 (java) R 23891 23894 20842 0 -1 4202560 772 13290 0 0 12 0 5 3 20 0 15 0 444802591 11084148736 20690 33554432000 4194304 4196468 140731219449616 140053337286768 140053893961911 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19902464 140731219458799 140731219461317 140731219461317 140731219464143 0
[pid=23894/tid=23957] ppid=23891 vsize=10824364 memory=0 CPUtime=0.2 cores=0,2,4,6
/proc/23894/task/23957/stat : 23957 (java) R 23891 23894 20842 0 -1 4202560 802 13290 0 0 12 0 5 3 20 0 15 0 444802591 11084148736 20690 33554432000 4194304 4196468 140731219449616 140053336225008 140053896834143 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 19902464 140731219458799 140731219461317 140731219461317 140731219464143 0
[pid=23894/tid=23958] ppid=23891 vsize=10824364 memory=0 CPUtime=0.25 cores=0,2,4,6
/proc/23894/task/23958/stat : 23958 (java) R 23891 23894 20842 0 -1 4202560 1020 13290 0 0 17 0 5 3 20 0 15 0 444802591 11084148736 20690 33554432000 4194304 4196468 140731219449616 140053335181680 140053891121883 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19902464 140731219458799 140731219461317 140731219461317 140731219464143 0
[pid=23894/tid=23959] ppid=23891 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23894/task/23959/stat : 23959 (java) S 23891 23894 20842 0 -1 1077944384 3 13290 0 0 0 0 5 3 20 0 15 0 444802592 11084148736 20690 33554432000 4194304 4196468 140731219449616 140052435651040 140053912450773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19902464 140731219458799 140731219461317 140731219461317 140731219464143 0
[pid=23894/tid=23960] ppid=23891 vsize=10824364 memory=3624 CPUtime=0.08 cores=0,2,4,6
/proc/23894/task/23960/stat : 23960 (java) S 23891 23894 20842 0 -1 1077944384 1 13290 0 0 0 0 5 3 20 0 15 0 444802592 11084148736 20690 33554432000 4194304 4196468 140731219449616 140053334129584 140053912451714 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19902464 140731219458799 140731219461317 140731219461317 140731219464143 0
Current children cumulated CPU time: 1.12 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 82760 KiB

[startup+1.50067 s]
/proc/loadavg: 1.54 1.52 1.47 3/226 23960
/proc/meminfo: memFree=29432512/32770624 swapFree=66999988/67108860
[pid=23894] ppid=23891 vsize=10834680 memory=170172 CPUtime=2.43 cores=0,2,4,6
/proc/23894/stat : 23894 (java) S 23891 23894 20842 0 -1 1077944320 21970 13290 0 0 224 11 5 3 20 0 15 0 444802577 11094712320 42543 33554432000 4194304 4196468 140731219449616 140731219432160 140053912440567 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 19902464 140731219458799 140731219461317 140731219461317 140731219464143 0
/proc/23894/statm: 2708670 42543 3583 1 0 2670733 0
[pid=23894/tid=23947] ppid=23891 vsize=10834680 memory=56 CPUtime=1.44 cores=0,2,4,6
/proc/23894/task/23947/stat : 23947 (java) R 23891 23894 20842 0 -1 4202560 15371 13290 0 0 129 7 5 3 20 0 15 0 444802586 11094712320 42543 33554432000 4194304 4196468 140731219449616 140053884239808 140053912452502 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19902464 140731219458799 140731219461317 140731219461317 140731219464143 0
[pid=23894/tid=23948] ppid=23891 vsize=10834680 memory=6791534058613427641 CPUtime=0.09 cores=0,2,4,6
/proc/23894/task/23948/stat : 23948 (java) S 23891 23894 20842 0 -1 1077944384 19 13290 0 0 1 0 5 3 20 0 15 0 444802587 11094712320 42543 33554432000 4194304 4196468 140731219449616 140053916682640 140053912450773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19902464 140731219458799 140731219461317 140731219461317 140731219464143 0
[pid=23894/tid=23949] ppid=23891 vsize=10834680 memory=8580318734027995705 CPUtime=0.08 cores=0,2,4,6
/proc/23894/task/23949/stat : 23949 (java) S 23891 23894 20842 0 -1 1077944384 341 13290 0 0 0 0 5 3 20 0 15 0 444802587 11094712320 42543 33554432000 4194304 4196468 140731219449616 140053485816080 140053912450773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19902464 140731219458799 140731219461317 140731219461317 140731219464143 0
[pid=23894/tid=23950] ppid=23891 vsize=10834680 memory=-7750001083477550754 CPUtime=0.09 cores=0,2,4,6
/proc/23894/task/23950/stat : 23950 (java) S 23891 23894 20842 0 -1 1077944384 48 13290 0 0 1 0 5 3 20 0 15 0 444802587 11094712320 42543 33554432000 4194304 4196468 140731219449616 140053484763792 140053912450773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19902464 140731219458799 140731219461317 140731219461317 140731219464143 0
[pid=23894/tid=23951] ppid=23891 vsize=10834680 memory=1399051139730258233 CPUtime=0.09 cores=0,2,4,6
/proc/23894/task/23951/stat : 23951 (java) S 23891 23894 20842 0 -1 1077944384 67 13290 0 0 1 0 5 3 20 0 15 0 444802587 11094712320 42543 33554432000 4194304 4196468 140731219449616 140053483710992 140053912450773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19902464 140731219458799 140731219461317 140731219461317 140731219464143 0
[pid=23894/tid=23952] ppid=23891 vsize=10834680 memory=8245425219584999747 CPUtime=0.09 cores=0,2,4,6
/proc/23894/task/23952/stat : 23952 (java) S 23891 23894 20842 0 -1 1077944384 112 13290 0 0 1 0 5 3 20 0 15 0 444802588 11094712320 42543 33554432000 4194304 4196468 140731219449616 140053371898480 140053912451714 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19902464 140731219458799 140731219461317 140731219461317 140731219464143 0
[pid=23894/tid=23953] ppid=23891 vsize=10834680 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23894/task/23953/stat : 23953 (java) S 23891 23894 20842 0 -1 1077944384 34 13290 0 0 0 0 5 3 20 0 15 0 444802588 11094712320 42543 33554432000 4194304 4196468 140731219449616 140053370844512 140053912450773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19902464 140731219458799 140731219461317 140731219461317 140731219464143 0
[pid=23894/tid=23954] ppid=23891 vsize=10834680 memory=-8412656567251072666 CPUtime=0.08 cores=0,2,4,6
/proc/23894/task/23954/stat : 23954 (java) S 23891 23894 20842 0 -1 1077944384 1 13290 0 0 0 0 5 3 20 0 15 0 444802589 11094712320 42543 33554432000 4194304 4196468 140731219449616 140052776609408 140053912450773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19902464 140731219458799 140731219461317 140731219461317 140731219464143 0
[pid=23894/tid=23955] ppid=23891 vsize=10834680 memory=-7812800577974661519 CPUtime=0.08 cores=0,2,4,6
/proc/23894/task/23955/stat : 23955 (java) S 23891 23894 20842 0 -1 1077944384 3 13290 0 0 0 0 5 3 20 0 15 0 444802591 11094712320 42543 33554432000 4194304 4196468 140731219449616 140052469209680 140053912459163 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19902464 140731219458799 140731219461317 140731219461317 140731219464143 0
[pid=23894/tid=23956] ppid=23891 vsize=10834680 memory=3047711604724501878 CPUtime=0.3 cores=0,2,4,6
/proc/23894/task/23956/stat : 23956 (java) S 23891 23894 20842 0 -1 1077944384 909 13290 0 0 22 0 5 3 20 0 15 0 444802591 11094712320 42543 33554432000 4194304 4196468 140731219449616 140053337286768 140053912451714 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19902464 140731219458799 140731219461317 140731219461317 140731219464143 0
[pid=23894/tid=23957] ppid=23891 vsize=10834680 memory=-5504941851400766256 CPUtime=0.31 cores=0,2,4,6
/proc/23894/task/23957/stat : 23957 (java) R 23891 23894 20842 0 -1 1077944384 1006 13290 0 0 23 0 5 3 20 0 15 0 444802591 11094712320 42543 33554432000 4194304 4196468 140731219449616 140053336233968 140053912451714 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 19902464 140731219458799 140731219461317 140731219461317 140731219464143 0
[pid=23894/tid=23958] ppid=23891 vsize=10834680 memory=0 CPUtime=0.49 cores=0,2,4,6
/proc/23894/task/23958/stat : 23958 (java) S 23891 23894 20842 0 -1 1077944384 1845 13290 0 0 41 0 5 3 20 0 15 0 444802591 11094712320 42543 33554432000 4194304 4196468 140731219449616 140053335181680 140053912451714 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19902464 140731219458799 140731219461317 140731219461317 140731219464143 0
[pid=23894/tid=23959] ppid=23891 vsize=10834680 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23894/task/23959/stat : 23959 (java) S 23891 23894 20842 0 -1 1077944384 3 13290 0 0 0 0 5 3 20 0 15 0 444802592 11094712320 42543 33554432000 4194304 4196468 140731219449616 140052435651040 140053912450773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19902464 140731219458799 140731219461317 140731219461317 140731219464143 0
[pid=23894/tid=23960] ppid=23891 vsize=10834680 memory=139889635270816 CPUtime=0.08 cores=0,2,4,6
/proc/23894/task/23960/stat : 23960 (java) S 23891 23894 20842 0 -1 1077944384 1 13290 0 0 0 0 5 3 20 0 15 0 444802592 11094712320 42543 33554432000 4194304 4196468 140731219449616 140053334129584 140053912451714 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19902464 140731219458799 140731219461317 140731219461317 140731219464143 0

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

/proc/23894/task/23960/stat : 23960 (java) S 23891 23894 20842 0 -1 1077944384 1 13290 0 0 0 0 5 3 20 0 15 0 444802592 11105218560 64208 33554432000 4194304 4196468 140731219449616 140053334129584 140053912451714 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19902464 140731219458799 140731219461317 140731219461317 140731219464143 0
Current children cumulated CPU time: 6.82 s
Current children cumulated vsize: 10844940 KiB
Current children cumulated memory: 256832 KiB

[startup+4.74962 s]
# the end of solver process 23894 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=9.32311 s, system=0.231887 s

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

[startup+3.20521 s]
/proc/loadavg: 1.54 1.52 1.47 5/226 23961
/proc/meminfo: memFree=29305708/32770624 swapFree=66999988/67108860
[pid=23894] ppid=23891 vsize=10844940 memory=260704 CPUtime=7.11 cores=0,2,4,6
/proc/23894/stat : 23894 (java) S 23891 23894 20842 0 -1 1077944320 39630 13290 0 0 687 16 5 3 20 0 15 0 444802577 11105218560 65174 33554432000 4194304 4196468 140731219449616 140731219432160 140053912440567 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 19902464 140731219458799 140731219461317 140731219461317 140731219464143 0
/proc/23894/statm: 2711235 65174 3607 1 0 2673293 0
[pid=23894/tid=23947] ppid=23891 vsize=10844940 memory=2024 CPUtime=3.09 cores=0,2,4,6
/proc/23894/task/23947/stat : 23947 (java) R 23891 23894 20842 0 -1 4202560 21622 13290 0 0 292 9 5 3 20 0 15 0 444802586 11105218560 65176 33554432000 4194304 4196468 140731219449616 140053884275376 140053912462493 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19902464 140731219458799 140731219461317 140731219461317 140731219464143 0
[pid=23894/tid=23948] ppid=23891 vsize=10844940 memory=1380 CPUtime=0.11 cores=0,2,4,6
/proc/23894/task/23948/stat : 23948 (java) S 23891 23894 20842 0 -1 1077944384 70 13290 0 0 3 0 5 3 20 0 15 0 444802587 11105218560 65176 33554432000 4194304 4196468 140731219449616 140053916682640 140053912450773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19902464 140731219458799 140731219461317 140731219461317 140731219464143 0
[pid=23894/tid=23949] ppid=23891 vsize=10844940 memory=6791534058613427641 CPUtime=0.11 cores=0,2,4,6
/proc/23894/task/23949/stat : 23949 (java) S 23891 23894 20842 0 -1 1077944384 354 13290 0 0 3 0 5 3 20 0 15 0 444802587 11105218560 65176 33554432000 4194304 4196468 140731219449616 140053485816080 140053912450773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19902464 140731219458799 140731219461317 140731219461317 140731219464143 0
[pid=23894/tid=23950] ppid=23891 vsize=10844940 memory=242498148547299 CPUtime=0.11 cores=0,2,4,6
/proc/23894/task/23950/stat : 23950 (java) S 23891 23894 20842 0 -1 1077944384 57 13290 0 0 3 0 5 3 20 0 15 0 444802587 11105218560 65176 33554432000 4194304 4196468 140731219449616 140053484763792 140053912450773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19902464 140731219458799 140731219461317 140731219461317 140731219464143 0
[pid=23894/tid=23951] ppid=23891 vsize=10844940 memory=242498148547300 CPUtime=0.11 cores=0,2,4,6
/proc/23894/task/23951/stat : 23951 (java) S 23891 23894 20842 0 -1 1077944384 94 13290 0 0 3 0 5 3 20 0 15 0 444802587 11105218560 65176 33554432000 4194304 4196468 140731219449616 140053483710992 140053912450773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19902464 140731219458799 140731219461317 140731219461317 140731219464143 0
[pid=23894/tid=23952] ppid=23891 vsize=10844940 memory=242498148547301 CPUtime=0.11 cores=0,2,4,6
/proc/23894/task/23952/stat : 23952 (java) S 23891 23894 20842 0 -1 1077944384 1390 13290 0 0 3 0 5 3 20 0 15 0 444802588 11105218560 65176 33554432000 4194304 4196468 140731219449616 140053371898480 140053912451714 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19902464 140731219458799 140731219461317 140731219461317 140731219464143 0
[pid=23894/tid=23953] ppid=23891 vsize=10844940 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23894/task/23953/stat : 23953 (java) S 23891 23894 20842 0 -1 1077944384 34 13290 0 0 0 0 5 3 20 0 15 0 444802588 11105218560 65176 33554432000 4194304 4196468 140731219449616 140053370844512 140053912450773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19902464 140731219458799 140731219461317 140731219461317 140731219464143 0
[pid=23894/tid=23954] ppid=23891 vsize=10844940 memory=242498148547303 CPUtime=0.08 cores=0,2,4,6
/proc/23894/task/23954/stat : 23954 (java) S 23891 23894 20842 0 -1 1077944384 1 13290 0 0 0 0 5 3 20 0 15 0 444802589 11105218560 65176 33554432000 4194304 4196468 140731219449616 140052776609408 140053912450773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19902464 140731219458799 140731219461317 140731219461317 140731219464143 0
[pid=23894/tid=23955] ppid=23891 vsize=10844940 memory=420 CPUtime=0.08 cores=0,2,4,6
/proc/23894/task/23955/stat : 23955 (java) S 23891 23894 20842 0 -1 1077944384 3 13290 0 0 0 0 5 3 20 0 15 0 444802591 11105218560 65176 33554432000 4194304 4196468 140731219449616 140052469209680 140053912459163 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19902464 140731219458799 140731219461317 140731219461317 140731219464143 0
[pid=23894/tid=23956] ppid=23891 vsize=10844940 memory=0 CPUtime=1.17 cores=0,2,4,6
/proc/23894/task/23956/stat : 23956 (java) R 23891 23894 20842 0 -1 4202560 3235 13290 0 0 109 0 5 3 20 0 15 0 444802591 11105218560 65176 33554432000 4194304 4196468 140731219449616 140053337272880 140053898479048 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19902464 140731219458799 140731219461317 140731219461317 140731219464143 0
[pid=23894/tid=23957] ppid=23891 vsize=10844940 memory=3 CPUtime=1.46 cores=0,2,4,6
/proc/23894/task/23957/stat : 23957 (java) R 23891 23894 20842 0 -1 4202560 4092 13290 0 0 137 1 5 3 20 0 15 0 444802591 11105218560 65176 33554432000 4194304 4196468 140731219449616 140053336221200 140053897362349 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19902464 140731219458799 140731219461317 140731219461317 140731219464143 0
[pid=23894/tid=23958] ppid=23891 vsize=10844940 memory=331 CPUtime=1.4 cores=0,2,4,6
/proc/23894/task/23958/stat : 23958 (java) R 23891 23894 20842 0 -1 1077944384 6474 13290 0 0 130 2 5 3 20 0 15 0 444802591 11105218560 65176 33554432000 4194304 4196468 140731219449616 140053335181680 140053912451714 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 19902464 140731219458799 140731219461317 140731219461317 140731219464143 0
[pid=23894/tid=23959] ppid=23891 vsize=10844940 memory=154 CPUtime=0.08 cores=0,2,4,6
/proc/23894/task/23959/stat : 23959 (java) S 23891 23894 20842 0 -1 1077944384 3 13290 0 0 0 0 5 3 20 0 15 0 444802592 11105218560 65176 33554432000 4194304 4196468 140731219449616 140052435651040 140053912450773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19902464 140731219458799 140731219461317 140731219461317 140731219464143 0
[pid=23894/tid=23960] ppid=23891 vsize=10844940 memory=1342 CPUtime=0.08 cores=0,2,4,6
/proc/23894/task/23960/stat : 23960 (java) S 23891 23894 20842 0 -1 1077944384 1 13290 0 0 0 0 5 3 20 0 15 0 444802592 11105218560 65176 33554432000 4194304 4196468 140731219449616 140053334129584 140053912451714 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19902464 140731219458799 140731219461317 140731219461317 140731219464143 0
Current children cumulated CPU time: 7.11 s
Current children cumulated vsize: 10844940 KiB
Current children cumulated memory: 260704 KiB

[startup+4.00072 s]*
/proc/loadavg: 1.74 1.56 1.48 2/224 23962
/proc/meminfo: memFree=29226480/32770624 swapFree=66999988/67108860
[pid=23894] ppid=23891 vsize=10948116 memory=295740 CPUtime=9.53 cores=0,2,4,6
/proc/23894/stat : 23894 (java) S 23891 23894 20842 0 -1 1077944320 53029 13290 0 0 926 19 5 3 20 0 13 0 444802577 11210870784 73935 33554432000 4194304 4196468 140731219449616 140731219432160 140053912440567 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 19902464 140731219458799 140731219461317 140731219461317 140731219464143 0
/proc/23894/statm: 2737029 73935 3615 1 0 2699087 0
[pid=23894/tid=23947] ppid=23891 vsize=10948116 memory=8317482817917895235 CPUtime=3.82 cores=0,2,4,6
/proc/23894/task/23947/stat : 23947 (java) D 23891 23894 20842 0 -1 4202560 24930 13290 0 0 364 10 5 3 20 0 13 0 444802586 11210870784 73935 33554432000 4194304 4196468 140731219449616 140053884284216 140053905126199 0 0 0 16800975 18446744072099589253 0 0 -1 0 0 0 0 0 0 6293624 6294260 19902464 140731219458799 140731219461317 140731219461317 140731219464143 0
[pid=23894/tid=23948] ppid=23891 vsize=10948116 memory=0 CPUtime=0.11 cores=0,2,4,6
/proc/23894/task/23948/stat : 23948 (java) S 23891 23894 20842 0 -1 1077944384 70 13290 0 0 3 0 5 3 20 0 13 0 444802587 11210870784 73935 33554432000 4194304 4196468 140731219449616 140053916682640 140053912450773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19902464 140731219458799 140731219461317 140731219461317 140731219464143 0
[pid=23894/tid=23949] ppid=23891 vsize=10948116 memory=0 CPUtime=0.11 cores=0,2,4,6
/proc/23894/task/23949/stat : 23949 (java) S 23891 23894 20842 0 -1 1077944384 354 13290 0 0 3 0 5 3 20 0 13 0 444802587 11210870784 73935 33554432000 4194304 4196468 140731219449616 140053485816080 140053912450773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19902464 140731219458799 140731219461317 140731219461317 140731219464143 0
[pid=23894/tid=23950] ppid=23891 vsize=10948116 memory=2458 CPUtime=0.11 cores=0,2,4,6
/proc/23894/task/23950/stat : 23950 (java) S 23891 23894 20842 0 -1 1077944384 57 13290 0 0 3 0 5 3 20 0 13 0 444802587 11210870784 73935 33554432000 4194304 4196468 140731219449616 140053484763792 140053912450773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19902464 140731219458799 140731219461317 140731219461317 140731219464143 0
[pid=23894/tid=23951] ppid=23891 vsize=10948116 memory=711 CPUtime=0.11 cores=0,2,4,6
/proc/23894/task/23951/stat : 23951 (java) S 23891 23894 20842 0 -1 1077944384 94 13290 0 0 3 0 5 3 20 0 13 0 444802587 11210870784 73935 33554432000 4194304 4196468 140731219449616 140053483710992 140053912450773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19902464 140731219458799 140731219461317 140731219461317 140731219464143 0
[pid=23894/tid=23953] ppid=23891 vsize=10948116 memory=2 CPUtime=0.08 cores=0,2,4,6
/proc/23894/task/23953/stat : 23953 (java) S 23891 23894 20842 0 -1 1077944384 34 13290 0 0 0 0 5 3 20 0 13 0 444802588 11210870784 73935 33554432000 4194304 4196468 140731219449616 140053370844512 140053912450773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19902464 140731219458799 140731219461317 140731219461317 140731219464143 0
[pid=23894/tid=23954] ppid=23891 vsize=10948116 memory=1271 CPUtime=0.08 cores=0,2,4,6
/proc/23894/task/23954/stat : 23954 (java) S 23891 23894 20842 0 -1 1077944384 1 13290 0 0 0 0 5 3 20 0 13 0 444802589 11210870784 73935 33554432000 4194304 4196468 140731219449616 140052776609408 140053912450773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19902464 140731219458799 140731219461317 140731219461317 140731219464143 0
[pid=23894/tid=23955] ppid=23891 vsize=10948116 memory=271 CPUtime=0.08 cores=0,2,4,6
/proc/23894/task/23955/stat : 23955 (java) S 23891 23894 20842 0 -1 1077944384 5 13290 0 0 0 0 5 3 20 0 13 0 444802591 11210870784 73935 33554432000 4194304 4196468 140731219449616 140052469209328 140053912450773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19902464 140731219458799 140731219461317 140731219461317 140731219464143 0
[pid=23894/tid=23956] ppid=23891 vsize=10948116 memory=0 CPUtime=1.9 cores=0,2,4,6
/proc/23894/task/23956/stat : 23956 (java) S 23891 23894 20842 0 -1 1077944384 10382 13290 0 0 181 1 5 3 20 0 13 0 444802591 11210870784 73935 33554432000 4194304 4196468 140731219449616 140053337271280 140053912450773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19902464 140731219458799 140731219461317 140731219461317 140731219464143 0
[pid=23894/tid=23957] ppid=23891 vsize=10948116 memory=0 CPUtime=2.15 cores=0,2,4,6
/proc/23894/task/23957/stat : 23957 (java) S 23891 23894 20842 0 -1 1077944384 4715 13290 0 0 206 1 5 3 20 0 13 0 444802591 11210870784 73935 33554432000 4194304 4196468 140731219449616 140053336220928 140053912450773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19902464 140731219458799 140731219461317 140731219461317 140731219464143 0
[pid=23894/tid=23958] ppid=23891 vsize=10948116 memory=0 CPUtime=1.65 cores=0,2,4,6
/proc/23894/task/23958/stat : 23958 (java) S 23891 23894 20842 0 -1 1077944384 7858 13290 0 0 155 2 5 3 20 0 13 0 444802591 11210870784 73935 33554432000 4194304 4196468 140731219449616 140053335181680 140053912451714 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19902464 140731219458799 140731219461317 140731219461317 140731219464143 0
[pid=23894/tid=23959] ppid=23891 vsize=10948116 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23894/task/23959/stat : 23959 (java) S 23891 23894 20842 0 -1 1077944384 3 13290 0 0 0 0 5 3 20 0 13 0 444802592 11210870784 73935 33554432000 4194304 4196468 140731219449616 140052435651040 140053912450773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19902464 140731219458799 140731219461317 140731219461317 140731219464143 0
Current children cumulated CPU time: 9.53 s
Current children cumulated vsize: 10948116 KiB
Current children cumulated memory: 295740 KiB

[startup+4.40057 s]
/proc/loadavg: 1.74 1.56 1.48 2/224 23962
/proc/meminfo: memFree=29226480/32770624 swapFree=66999988/67108860
[pid=23894] ppid=23891 vsize=10948116 memory=295740 CPUtime=9.53 cores=0,2,4,6
/proc/23894/stat : 23894 (java) S 23891 23894 20842 0 -1 1077944320 53029 13290 0 0 926 19 5 3 20 0 13 0 444802577 11210870784 73935 33554432000 4194304 4196468 140731219449616 140731219432160 140053912440567 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 19902464 140731219458799 140731219461317 140731219461317 140731219464143 0
/proc/23894/statm: 2737029 73935 3615 1 0 2699087 0
[pid=23894/tid=23947] ppid=23891 vsize=10948116 memory=35520 CPUtime=3.82 cores=0,2,4,6
/proc/23894/task/23947/stat : 23947 (java) D 23891 23894 20842 0 -1 4202560 24930 13290 0 0 364 10 5 3 20 0 13 0 444802586 11210870784 73935 33554432000 4194304 4196468 140731219449616 140053884284216 140053905126199 0 0 0 16800975 18446744072099589253 0 0 -1 0 0 0 0 0 0 6293624 6294260 19902464 140731219458799 140731219461317 140731219461317 140731219464143 0
[pid=23894/tid=23948] ppid=23891 vsize=10948116 memory=984 CPUtime=0.11 cores=0,2,4,6
/proc/23894/task/23948/stat : 23948 (java) S 23891 23894 20842 0 -1 1077944384 70 13290 0 0 3 0 5 3 20 0 13 0 444802587 11210870784 73935 33554432000 4194304 4196468 140731219449616 140053916682640 140053912450773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19902464 140731219458799 140731219461317 140731219461317 140731219464143 0
[pid=23894/tid=23949] ppid=23891 vsize=10948116 memory=2024 CPUtime=0.11 cores=0,2,4,6
/proc/23894/task/23949/stat : 23949 (java) S 23891 23894 20842 0 -1 1077944384 354 13290 0 0 3 0 5 3 20 0 13 0 444802587 11210870784 73935 33554432000 4194304 4196468 140731219449616 140053485816080 140053912450773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19902464 140731219458799 140731219461317 140731219461317 140731219464143 0
[pid=23894/tid=23950] ppid=23891 vsize=10948116 memory=1380 CPUtime=0.11 cores=0,2,4,6
/proc/23894/task/23950/stat : 23950 (java) S 23891 23894 20842 0 -1 1077944384 57 13290 0 0 3 0 5 3 20 0 13 0 444802587 11210870784 73935 33554432000 4194304 4196468 140731219449616 140053484763792 140053912450773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19902464 140731219458799 140731219461317 140731219461317 140731219464143 0
[pid=23894/tid=23951] ppid=23891 vsize=10948116 memory=1128 CPUtime=0.11 cores=0,2,4,6
/proc/23894/task/23951/stat : 23951 (java) S 23891 23894 20842 0 -1 1077944384 94 13290 0 0 3 0 5 3 20 0 13 0 444802587 11210870784 73935 33554432000 4194304 4196468 140731219449616 140053483710992 140053912450773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19902464 140731219458799 140731219461317 140731219461317 140731219464143 0
[pid=23894/tid=23953] ppid=23891 vsize=10948116 memory=56 CPUtime=0.08 cores=0,2,4,6
/proc/23894/task/23953/stat : 23953 (java) S 23891 23894 20842 0 -1 1077944384 34 13290 0 0 0 0 5 3 20 0 13 0 444802588 11210870784 73935 33554432000 4194304 4196468 140731219449616 140053370844512 140053912450773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19902464 140731219458799 140731219461317 140731219461317 140731219464143 0
[pid=23894/tid=23954] ppid=23891 vsize=10948116 memory=7151825336492122201 CPUtime=0.08 cores=0,2,4,6
/proc/23894/task/23954/stat : 23954 (java) S 23891 23894 20842 0 -1 1077944384 1 13290 0 0 0 0 5 3 20 0 13 0 444802589 11210870784 73935 33554432000 4194304 4196468 140731219449616 140052776609408 140053912450773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19902464 140731219458799 140731219461317 140731219461317 140731219464143 0
[pid=23894/tid=23955] ppid=23891 vsize=10948116 memory=5792262865778196576 CPUtime=0.08 cores=0,2,4,6
/proc/23894/task/23955/stat : 23955 (java) S 23891 23894 20842 0 -1 1077944384 5 13290 0 0 0 0 5 3 20 0 13 0 444802591 11210870784 73935 33554432000 4194304 4196468 140731219449616 140052469209328 140053912450773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19902464 140731219458799 140731219461317 140731219461317 140731219464143 0
[pid=23894/tid=23956] ppid=23891 vsize=10948116 memory=5787233549853680960 CPUtime=1.9 cores=0,2,4,6
/proc/23894/task/23956/stat : 23956 (java) S 23891 23894 20842 0 -1 1077944384 10382 13290 0 0 181 1 5 3 20 0 13 0 444802591 11210870784 73935 33554432000 4194304 4196468 140731219449616 140053337271280 140053912450773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19902464 140731219458799 140731219461317 140731219461317 140731219464143 0
[pid=23894/tid=23957] ppid=23891 vsize=10948116 memory=5787233549853680960 CPUtime=2.15 cores=0,2,4,6
/proc/23894/task/23957/stat : 23957 (java) S 23891 23894 20842 0 -1 1077944384 4715 13290 0 0 206 1 5 3 20 0 13 0 444802591 11210870784 73935 33554432000 4194304 4196468 140731219449616 140053336220928 140053912450773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19902464 140731219458799 140731219461317 140731219461317 140731219464143 0
[pid=23894/tid=23958] ppid=23891 vsize=10948116 memory=5792847737512087632 CPUtime=1.65 cores=0,2,4,6
/proc/23894/task/23958/stat : 23958 (java) S 23891 23894 20842 0 -1 1077944384 7858 13290 0 0 155 2 5 3 20 0 13 0 444802591 11210870784 73935 33554432000 4194304 4196468 140731219449616 140053335181680 140053912451714 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19902464 140731219458799 140731219461317 140731219461317 140731219464143 0
[pid=23894/tid=23959] ppid=23891 vsize=10948116 memory=5793973637418930256 CPUtime=0.08 cores=0,2,4,6
/proc/23894/task/23959/stat : 23959 (java) S 23891 23894 20842 0 -1 1077944384 3 13290 0 0 0 0 5 3 20 0 13 0 444802592 11210870784 73935 33554432000 4194304 4196468 140731219449616 140052435651040 140053912450773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19902464 140731219458799 140731219461317 140731219461317 140731219464143 0
Current children cumulated CPU time: 9.53 s
Current children cumulated vsize: 10948116 KiB
Current children cumulated memory: 295740 KiB

[startup+4.60055 s]
/proc/loadavg: 1.74 1.56 1.48 2/224 23962
/proc/meminfo: memFree=29226480/32770624 swapFree=66999988/67108860
[pid=23894] ppid=23891 vsize=10948116 memory=295740 CPUtime=9.53 cores=0,2,4,6
/proc/23894/stat : 23894 (java) S 23891 23894 20842 0 -1 1077944320 53029 13290 0 0 926 19 5 3 20 0 13 0 444802577 11210870784 73935 33554432000 4194304 4196468 140731219449616 140731219432160 140053912440567 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 19902464 140731219458799 140731219461317 140731219461317 140731219464143 0
/proc/23894/statm: 2737029 73935 3615 1 0 2699087 0
[pid=23894/tid=23947] ppid=23891 vsize=10948116 memory=139889773913425 CPUtime=3.82 cores=0,2,4,6
/proc/23894/task/23947/stat : 23947 (java) D 23891 23894 20842 0 -1 4202560 24930 13290 0 0 364 10 5 3 20 0 13 0 444802586 11210870784 73935 33554432000 4194304 4196468 140731219449616 140053884284216 140053905126199 0 0 0 16800975 18446744072099589253 0 0 -1 0 0 0 0 0 0 6293624 6294260 19902464 140731219458799 140731219461317 140731219461317 140731219464143 0
[pid=23894/tid=23948] ppid=23891 vsize=10948116 memory=0 CPUtime=0.11 cores=0,2,4,6
/proc/23894/task/23948/stat : 23948 (java) S 23891 23894 20842 0 -1 1077944384 70 13290 0 0 3 0 5 3 20 0 13 0 444802587 11210870784 73935 33554432000 4194304 4196468 140731219449616 140053916682640 140053912450773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19902464 140731219458799 140731219461317 140731219461317 140731219464143 0
[pid=23894/tid=23949] ppid=23891 vsize=10948116 memory=6791534058613427641 CPUtime=0.11 cores=0,2,4,6
/proc/23894/task/23949/stat : 23949 (java) S 23891 23894 20842 0 -1 1077944384 354 13290 0 0 3 0 5 3 20 0 13 0 444802587 11210870784 73935 33554432000 4194304 4196468 140731219449616 140053485816080 140053912450773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19902464 140731219458799 140731219461317 140731219461317 140731219464143 0
[pid=23894/tid=23950] ppid=23891 vsize=10948116 memory=288230617509003574 CPUtime=0.11 cores=0,2,4,6
/proc/23894/task/23950/stat : 23950 (java) S 23891 23894 20842 0 -1 1077944384 57 13290 0 0 3 0 5 3 20 0 13 0 444802587 11210870784 73935 33554432000 4194304 4196468 140731219449616 140053484763792 140053912450773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19902464 140731219458799 140731219461317 140731219461317 140731219464143 0
[pid=23894/tid=23951] ppid=23891 vsize=10948116 memory=14972261127948741 CPUtime=0.11 cores=0,2,4,6
/proc/23894/task/23951/stat : 23951 (java) S 23891 23894 20842 0 -1 1077944384 94 13290 0 0 3 0 5 3 20 0 13 0 444802587 11210870784 73935 33554432000 4194304 4196468 140731219449616 140053483710992 140053912450773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19902464 140731219458799 140731219461317 140731219461317 140731219464143 0
[pid=23894/tid=23953] ppid=23891 vsize=10948116 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23894/task/23953/stat : 23953 (java) S 23891 23894 20842 0 -1 1077944384 34 13290 0 0 0 0 5 3 20 0 13 0 444802588 11210870784 73935 33554432000 4194304 4196468 140731219449616 140053370844512 140053912450773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19902464 140731219458799 140731219461317 140731219461317 140731219464143 0
[pid=23894/tid=23954] ppid=23891 vsize=10948116 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23894/task/23954/stat : 23954 (java) S 23891 23894 20842 0 -1 1077944384 1 13290 0 0 0 0 5 3 20 0 13 0 444802589 11210870784 73935 33554432000 4194304 4196468 140731219449616 140052776609408 140053912450773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19902464 140731219458799 140731219461317 140731219461317 140731219464143 0
[pid=23894/tid=23955] ppid=23891 vsize=10948116 memory=1 CPUtime=0.08 cores=0,2,4,6
/proc/23894/task/23955/stat : 23955 (java) S 23891 23894 20842 0 -1 1077944384 5 13290 0 0 0 0 5 3 20 0 13 0 444802591 11210870784 73935 33554432000 4194304 4196468 140731219449616 140052469209328 140053912450773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19902464 140731219458799 140731219461317 140731219461317 140731219464143 0
[pid=23894/tid=23956] ppid=23891 vsize=10948116 memory=1 CPUtime=1.9 cores=0,2,4,6
/proc/23894/task/23956/stat : 23956 (java) S 23891 23894 20842 0 -1 1077944384 10382 13290 0 0 181 1 5 3 20 0 13 0 444802591 11210870784 73935 33554432000 4194304 4196468 140731219449616 140053337271280 140053912450773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19902464 140731219458799 140731219461317 140731219461317 140731219464143 0
[pid=23894/tid=23957] ppid=23891 vsize=10948116 memory=0 CPUtime=2.15 cores=0,2,4,6
/proc/23894/task/23957/stat : 23957 (java) S 23891 23894 20842 0 -1 1077944384 4715 13290 0 0 206 1 5 3 20 0 13 0 444802591 11210870784 73935 33554432000 4194304 4196468 140731219449616 140053336220928 140053912450773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19902464 140731219458799 140731219461317 140731219461317 140731219464143 0
[pid=23894/tid=23958] ppid=23891 vsize=10948116 memory=0 CPUtime=1.65 cores=0,2,4,6
/proc/23894/task/23958/stat : 23958 (java) S 23891 23894 20842 0 -1 1077944384 7858 13290 0 0 155 2 5 3 20 0 13 0 444802591 11210870784 73935 33554432000 4194304 4196468 140731219449616 140053335181680 140053912451714 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19902464 140731219458799 140731219461317 140731219461317 140731219464143 0
[pid=23894/tid=23959] ppid=23891 vsize=10948116 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23894/task/23959/stat : 23959 (java) S 23891 23894 20842 0 -1 1077944384 3 13290 0 0 0 0 5 3 20 0 13 0 444802592 11210870784 73935 33554432000 4194304 4196468 140731219449616 140052435651040 140053912450773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19902464 140731219458799 140731219461317 140731219461317 140731219464143 0
Current children cumulated CPU time: 9.53 s
Current children cumulated vsize: 10948116 KiB
Current children cumulated memory: 295740 KiB

[startup+4.70061 s]*
/proc/loadavg: 1.74 1.56 1.48 2/213 23962
/proc/meminfo: memFree=29523740/32770624 swapFree=66999988/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0
Real time (s): 4.74967
CPU time (s): 9.55499
CPU user time (s): 9.32311
CPU system time (s): 0.231887
CPU usage (%): 201.172
Max. virtual memory (cumulated for all children) (KiB): 10948116
Max. memory (cumulated for all children) (KiB): 295740

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9.32311
system time used= 0.231887
maximum resident set size= 297736
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 66347
page faults= 0
swaps= 0
block input operations= 0
block output operations= 168
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6630
involuntary context switches= 47


# summary of solver processes directly reported to runsolver:
#   pid: 23894
#   total CPU time (s): 9.55499
#   total CPU user time (s): 9.32311
#   total CPU system time (s): 0.231887

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.044888 second user time and 0.08859 second system time

The end

Launcher Data

Begin job on node106 at 2019-09-17 02:56:42
IDJOB=4401232
IDBENCH=135059
IDSOLVER=2858
FILE ID=node106/4401232-1568685481
RUNJOBID= node106-1568669653-20873
PBS_JOBID= 21703794
Free space on /tmp= 59052 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/PseudoBoolean/PseudoBoolean-opt-factor/Pb-factor-S9-P211-Q347.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4401232-1568685481/watcher-4401232-1568685481 -o /tmp/evaluation-result-4401232-1568685481/solver-4401232-1568685481 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node106-1568669653-20873 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=1273672677 HOME/instance-4401232-1568685481.xml

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

MD5SUM BENCH= 433dd3ec0e7241d29f211aaf8445577c
RANDOM SEED=1273672677

node106.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.79
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.79
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.79
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.79
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:        29526672 kB
MemAvailable:   31074288 kB
Buffers:          191928 kB
Cached:          1645328 kB
SwapCached:         7436 kB
Active:          1441676 kB
Inactive:        1224744 kB
Active(anon):     829332 kB
Inactive(anon):    44192 kB
Active(file):     612344 kB
Inactive(file):  1180552 kB
Unevictable:      108952 kB
Mlocked:          108952 kB
SwapTotal:      67108860 kB
SwapFree:       66999988 kB
Dirty:             35544 kB
Writeback:            20 kB
AnonPages:        877936 kB
Mapped:            57476 kB
Shmem:             35740 kB
Slab:             171100 kB
SReclaimable:     141108 kB
SUnreclaim:        29992 kB
KernelStack:        3760 kB
PageTables:         7376 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2053352 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    796672 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      107904 kB
DirectMap2M:    33437696 kB

Free space on /tmp at the end= 59016 MiB
End job on node106 at 2019-09-17 02:56:47