Trace number 4391962

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.10OPT347 9.37345 3.95048

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

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.75/0.55	c Concrete v3.10.1560635388952 running
8.00/3.52	o 487
8.94/3.90	o 347
9.29/3.92	v <instantiation
9.29/3.92	v         cost = '347'>
9.29/3.92	v       <list>
9.29/3.92	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.29/3.92	v       </list>
9.29/3.92	v       <values>
9.29/3.92	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
9.29/3.92	v       </values>
9.29/3.92	v     </instantiation>
9.29/3.92	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 (10678 MiB free)
  memory of node 1: 16384 MiB (12331 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4391962-1568320714/watcher-4391962-1568320714 -o /tmp/evaluation-result-4391962-1568320714/solver-4391962-1568320714 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node143-1568309802-8654 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=1043086819 HOME/instance-4391962-1568320714.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
solver pid=12648, runsolver pid=12645
Current StackSize limit: 8192 KiB


[startup+0.100135 s]*
/proc/loadavg: 1.38 1.27 1.34 3/218 12705
/proc/meminfo: memFree=23555700/32770624 swapFree=67108848/67108860
[pid=12648] ppid=12645 vsize=9972712 memory=16952 CPUtime=0.1 cores=0,2,4,6
/proc/12648/stat : 12648 (java) S 12645 12648 8623 0 -1 1077944320 4467 13288 0 0 1 1 5 3 20 0 6 0 408008835 10212057088 4238 33554432000 4194304 4196468 140737393158448 140737393140992 139709989002999 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 24162304 140737393162997 140737393165509 140737393165509 140737393168335 0
/proc/12648/statm: 2493178 4238 1935 1 0 2481616 0
[pid=12648/tid=12701] ppid=12645 vsize=9972712 memory=8514726395714820750 CPUtime=0.08 cores=0,2,4,6
/proc/12648/task/12701/stat : 12701 (java) R 12645 12648 8623 0 -1 4202560 2273 13288 0 0 0 0 5 3 20 0 6 0 408008845 10212057088 4238 33554432000 4194304 4196468 140737393158448 139709960839760 139709989024925 0 4 0 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24162304 140737393162997 140737393165509 140737393165509 140737393168335 0
[pid=12648/tid=12702] ppid=12645 vsize=9972712 memory=-9181546050914066336 CPUtime=0.08 cores=0,2,4,6
/proc/12648/task/12702/stat : 12702 (java) S 12645 12648 8623 0 -1 1077944384 1 13288 0 0 0 0 5 3 20 0 6 0 408008845 10212057088 4238 33554432000 4194304 4196468 140737393158448 139709993245840 139709989013205 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24162304 140737393162997 140737393165509 140737393165509 140737393168335 0
[pid=12648/tid=12703] ppid=12645 vsize=9972712 memory=140094850401920 CPUtime=0.08 cores=0,2,4,6
/proc/12648/task/12703/stat : 12703 (java) S 12645 12648 8623 0 -1 1077944384 2 13288 0 0 0 0 5 3 20 0 6 0 408008845 10212057088 4238 33554432000 4194304 4196468 140737393158448 139709918551056 139709989013205 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24162304 140737393162997 140737393165509 140737393165509 140737393168335 0
[pid=12648/tid=12704] ppid=12645 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12648/task/12704/stat : 12704 (java) S 12645 12648 8623 0 -1 1077944384 2 13288 0 0 0 0 5 3 20 0 6 0 408008845 10212057088 4238 33554432000 4194304 4196468 140737393158448 139709561625488 139709989013205 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24162304 140737393162997 140737393165509 140737393165509 140737393168335 0
[pid=12648/tid=12705] ppid=12645 vsize=9972712 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/12648/task/12705/stat : 12705 (java) S 12645 12648 8623 0 -1 1077944384 2 13288 0 0 0 0 5 3 20 0 6 0 408008845 10212057088 4238 33554432000 4194304 4196468 140737393158448 139709560572688 139709989013205 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24162304 140737393162997 140737393165509 140737393165509 140737393168335 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16952 KiB

[startup+0.210087 s]*
/proc/loadavg: 1.38 1.27 1.34 3/227 12714
/proc/meminfo: memFree=23532700/32770624 swapFree=67108848/67108860
[pid=12648] ppid=12645 vsize=10818940 memory=40480 CPUtime=0.26 cores=0,2,4,6
/proc/12648/stat : 12648 (java) S 12645 12648 8623 0 -1 1077944320 6933 13288 0 0 16 2 5 3 20 0 15 0 408008835 11078594560 10120 33554432000 4194304 4196468 140737393158448 140737393140992 139709989002999 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 24162304 140737393162997 140737393165509 140737393165509 140737393168335 0
/proc/12648/statm: 2704735 10120 2982 1 0 2667149 0
[pid=12648/tid=12701] ppid=12645 vsize=10818940 memory=5450916389569530688 CPUtime=0.2 cores=0,2,4,6
/proc/12648/task/12701/stat : 12701 (java) R 12645 12648 8623 0 -1 4202560 3400 13288 0 0 11 1 5 3 20 0 15 0 408008845 11078594560 10120 33554432000 4194304 4196468 140737393158448 139709960835472 139709973083486 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24162304 140737393162997 140737393165509 140737393165509 140737393168335 0
[pid=12648/tid=12702] ppid=12645 vsize=10818940 memory=-9181546050914066336 CPUtime=0.08 cores=0,2,4,6
/proc/12648/task/12702/stat : 12702 (java) S 12645 12648 8623 0 -1 1077944384 1 13288 0 0 0 0 5 3 20 0 15 0 408008845 11078594560 10120 33554432000 4194304 4196468 140737393158448 139709993245840 139709989013205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24162304 140737393162997 140737393165509 140737393165509 140737393168335 0
[pid=12648/tid=12703] ppid=12645 vsize=10818940 memory=140094850401920 CPUtime=0.08 cores=0,2,4,6
/proc/12648/task/12703/stat : 12703 (java) S 12645 12648 8623 0 -1 1077944384 2 13288 0 0 0 0 5 3 20 0 15 0 408008845 11078594560 10120 33554432000 4194304 4196468 140737393158448 139709918551056 139709989013205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24162304 140737393162997 140737393165509 140737393165509 140737393168335 0
[pid=12648/tid=12704] ppid=12645 vsize=10818940 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12648/task/12704/stat : 12704 (java) S 12645 12648 8623 0 -1 1077944384 2 13288 0 0 0 0 5 3 20 0 15 0 408008845 11078594560 10120 33554432000 4194304 4196468 140737393158448 139709561625488 139709989013205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24162304 140737393162997 140737393165509 140737393165509 140737393168335 0
[pid=12648/tid=12705] ppid=12645 vsize=10818940 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/12648/task/12705/stat : 12705 (java) S 12645 12648 8623 0 -1 1077944384 2 13288 0 0 0 0 5 3 20 0 15 0 408008845 11078594560 10120 33554432000 4194304 4196468 140737393158448 139709560572688 139709989013205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24162304 140737393162997 140737393165509 140737393165509 140737393168335 0
[pid=12648/tid=12706] ppid=12645 vsize=10818940 memory=140094850401920 CPUtime=0.08 cores=0,2,4,6
/proc/12648/task/12706/stat : 12706 (java) S 12645 12648 8623 0 -1 1077944384 2 13288 0 0 0 0 5 3 20 0 15 0 408008847 11078594560 10120 33554432000 4194304 4196468 140737393158448 139709447661936 139709989014146 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24162304 140737393162997 140737393165509 140737393165509 140737393168335 0
[pid=12648/tid=12707] ppid=12645 vsize=10818940 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/12648/task/12707/stat : 12707 (java) S 12645 12648 8623 0 -1 1077944384 33 13288 0 0 0 0 5 3 20 0 15 0 408008847 11078594560 10120 33554432000 4194304 4196468 140737393158448 139709446607904 139709989013205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24162304 140737393162997 140737393165509 140737393165509 140737393168335 0
[pid=12648/tid=12708] ppid=12645 vsize=10818940 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12648/task/12708/stat : 12708 (java) S 12645 12648 8623 0 -1 1077944384 1 13288 0 0 0 0 5 3 20 0 15 0 408008848 11078594560 10120 33554432000 4194304 4196468 140737393158448 139709313442672 139709989013205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24162304 140737393162997 140737393165509 140737393165509 140737393168335 0
[pid=12648/tid=12709] ppid=12645 vsize=10818940 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12648/task/12709/stat : 12709 (java) S 12645 12648 8623 0 -1 1077944384 2 13288 0 0 0 0 5 3 20 0 15 0 408008850 11078594560 10120 33554432000 4194304 4196468 140737393158448 139708709463888 139709989021595 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24162304 140737393162997 140737393165509 140737393165509 140737393168335 0
[pid=12648/tid=12710] ppid=12645 vsize=10818940 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/12648/task/12710/stat : 12710 (java) S 12645 12648 8623 0 -1 1077944384 354 13288 0 0 1 0 5 3 20 0 15 0 408008850 11078594560 10120 33554432000 4194304 4196468 140737393158448 139709413051248 139709989014146 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24162304 140737393162997 140737393165509 140737393165509 140737393168335 0
[pid=12648/tid=12711] ppid=12645 vsize=10818940 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/12648/task/12711/stat : 12711 (java) S 12645 12648 8623 0 -1 1077944384 283 13288 0 0 1 0 5 3 20 0 15 0 408008850 11078594560 10120 33554432000 4194304 4196468 140737393158448 139709411998448 139709989014146 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24162304 140737393162997 140737393165509 140737393165509 140737393168335 0
[pid=12648/tid=12712] ppid=12645 vsize=10818940 memory=140094850401920 CPUtime=0.11 cores=0,2,4,6
/proc/12648/task/12712/stat : 12712 (java) S 12645 12648 8623 0 -1 1077944384 644 13288 0 0 3 0 5 3 20 0 15 0 408008850 11078594560 10120 33554432000 4194304 4196468 140737393158448 139709410945648 139709989014146 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24162304 140737393162997 140737393165509 140737393165509 140737393168335 0
[pid=12648/tid=12713] ppid=12645 vsize=10818940 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/12648/task/12713/stat : 12713 (java) S 12645 12648 8623 0 -1 1077944384 3 13288 0 0 0 0 5 3 20 0 15 0 408008850 11078594560 10120 33554432000 4194304 4196468 140737393158448 139708239702752 139709989013205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24162304 140737393162997 140737393165509 140737393165509 140737393168335 0
[pid=12648/tid=12714] ppid=12645 vsize=10818940 memory=140094850401920 CPUtime=0.08 cores=0,2,4,6
/proc/12648/task/12714/stat : 12714 (java) S 12645 12648 8623 0 -1 1077944384 1 13288 0 0 0 0 5 3 20 0 15 0 408008851 11078594560 10120 33554432000 4194304 4196468 140737393158448 139709409893040 139709989014146 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24162304 140737393162997 140737393165509 140737393165509 140737393168335 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10818940 KiB
Current children cumulated memory: 40480 KiB

[startup+0.310354 s]*
/proc/loadavg: 1.38 1.27 1.34 3/227 12714
/proc/meminfo: memFree=23521580/32770624 swapFree=67108848/67108860
[pid=12648] ppid=12645 vsize=10820096 memory=52304 CPUtime=0.4 cores=0,2,4,6
/proc/12648/stat : 12648 (java) S 12645 12648 8623 0 -1 1077944320 10608 13288 0 0 29 3 5 3 20 0 15 0 408008835 11079778304 13076 33554432000 4194304 4196468 140737393158448 140737393140992 139709989002999 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 24162304 140737393162997 140737393165509 140737393165509 140737393168335 0
/proc/12648/statm: 2705024 13076 3291 1 0 2667149 0
[pid=12648/tid=12701] ppid=12645 vsize=10820096 memory=1398722017469774279 CPUtime=0.29 cores=0,2,4,6
/proc/12648/task/12701/stat : 12701 (java) R 12645 12648 8623 0 -1 4202560 7049 13288 0 0 19 2 5 3 20 0 15 0 408008845 11079778304 13076 33554432000 4194304 4196468 140737393158448 139709960819888 139709592208583 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24162304 140737393162997 140737393165509 140737393165509 140737393168335 0
[pid=12648/tid=12702] ppid=12645 vsize=10820096 memory=6445049521124108138 CPUtime=0.08 cores=0,2,4,6
/proc/12648/task/12702/stat : 12702 (java) S 12645 12648 8623 0 -1 1077944384 1 13288 0 0 0 0 5 3 20 0 15 0 408008845 11079778304 13076 33554432000 4194304 4196468 140737393158448 139709993245840 139709989013205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24162304 140737393162997 140737393165509 140737393165509 140737393168335 0
[pid=12648/tid=12703] ppid=12645 vsize=10820096 memory=5787213827347079232 CPUtime=0.08 cores=0,2,4,6
/proc/12648/task/12703/stat : 12703 (java) S 12645 12648 8623 0 -1 1077944384 2 13288 0 0 0 0 5 3 20 0 15 0 408008845 11079778304 13076 33554432000 4194304 4196468 140737393158448 139709918551056 139709989013205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24162304 140737393162997 140737393165509 140737393165509 140737393168335 0
[pid=12648/tid=12704] ppid=12645 vsize=10820096 memory=7649539487574804673 CPUtime=0.08 cores=0,2,4,6
/proc/12648/task/12704/stat : 12704 (java) S 12645 12648 8623 0 -1 1077944384 2 13288 0 0 0 0 5 3 20 0 15 0 408008845 11079778304 13076 33554432000 4194304 4196468 140737393158448 139709561625488 139709989013205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24162304 140737393162997 140737393165509 140737393165509 140737393168335 0
[pid=12648/tid=12705] ppid=12645 vsize=10820096 memory=4872558044660077418 CPUtime=0.08 cores=0,2,4,6
/proc/12648/task/12705/stat : 12705 (java) S 12645 12648 8623 0 -1 1077944384 2 13288 0 0 0 0 5 3 20 0 15 0 408008845 11079778304 13076 33554432000 4194304 4196468 140737393158448 139709560572688 139709989013205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24162304 140737393162997 140737393165509 140737393165509 140737393168335 0
[pid=12648/tid=12706] ppid=12645 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12648/task/12706/stat : 12706 (java) S 12645 12648 8623 0 -1 1077944384 2 13288 0 0 0 0 5 3 20 0 15 0 408008847 11079778304 13076 33554432000 4194304 4196468 140737393158448 139709447661936 139709989014146 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24162304 140737393162997 140737393165509 140737393165509 140737393168335 0
[pid=12648/tid=12707] ppid=12645 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12648/task/12707/stat : 12707 (java) S 12645 12648 8623 0 -1 1077944384 33 13288 0 0 0 0 5 3 20 0 15 0 408008847 11079778304 13076 33554432000 4194304 4196468 140737393158448 139709446607904 139709989013205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24162304 140737393162997 140737393165509 140737393165509 140737393168335 0
[pid=12648/tid=12708] ppid=12645 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12648/task/12708/stat : 12708 (java) S 12645 12648 8623 0 -1 1077944384 1 13288 0 0 0 0 5 3 20 0 15 0 408008848 11079778304 13076 33554432000 4194304 4196468 140737393158448 139709313442672 139709989013205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24162304 140737393162997 140737393165509 140737393165509 140737393168335 0
[pid=12648/tid=12709] ppid=12645 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12648/task/12709/stat : 12709 (java) S 12645 12648 8623 0 -1 1077944384 2 13288 0 0 0 0 5 3 20 0 15 0 408008850 11079778304 13076 33554432000 4194304 4196468 140737393158448 139708709463888 139709989021595 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24162304 140737393162997 140737393165509 140737393165509 140737393168335 0
[pid=12648/tid=12710] ppid=12645 vsize=10820096 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/12648/task/12710/stat : 12710 (java) S 12645 12648 8623 0 -1 1077944384 355 13288 0 0 1 0 5 3 20 0 15 0 408008850 11079778304 13076 33554432000 4194304 4196468 140737393158448 139709413051248 139709989014146 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24162304 140737393162997 140737393165509 140737393165509 140737393168335 0
[pid=12648/tid=12711] ppid=12645 vsize=10820096 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/12648/task/12711/stat : 12711 (java) S 12645 12648 8623 0 -1 1077944384 284 13288 0 0 1 0 5 3 20 0 15 0 408008850 11079778304 13076 33554432000 4194304 4196468 140737393158448 139709411998448 139709989014146 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24162304 140737393162997 140737393165509 140737393165509 140737393168335 0
[pid=12648/tid=12712] ppid=12645 vsize=10820096 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/12648/task/12712/stat : 12712 (java) S 12645 12648 8623 0 -1 1077944384 665 13288 0 0 5 0 5 3 20 0 15 0 408008850 11079778304 13076 33554432000 4194304 4196468 140737393158448 139709410945648 139709989014146 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24162304 140737393162997 140737393165509 140737393165509 140737393168335 0
[pid=12648/tid=12713] ppid=12645 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12648/task/12713/stat : 12713 (java) S 12645 12648 8623 0 -1 1077944384 3 13288 0 0 0 0 5 3 20 0 15 0 408008850 11079778304 13076 33554432000 4194304 4196468 140737393158448 139708239702752 139709989013205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24162304 140737393162997 140737393165509 140737393165509 140737393168335 0
[pid=12648/tid=12714] ppid=12645 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12648/task/12714/stat : 12714 (java) S 12645 12648 8623 0 -1 1077944384 1 13288 0 0 0 0 5 3 20 0 15 0 408008851 11079778304 13076 33554432000 4194304 4196468 140737393158448 139709409893040 139709989014146 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24162304 140737393162997 140737393165509 140737393165509 140737393168335 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820096 KiB
Current children cumulated memory: 52304 KiB

[startup+0.700796 s]
/proc/loadavg: 1.38 1.27 1.34 5/227 12714
/proc/meminfo: memFree=23506032/32770624 swapFree=67108848/67108860
[pid=12648] ppid=12645 vsize=10824340 memory=82216 CPUtime=1.14 cores=0,2,4,6
/proc/12648/stat : 12648 (java) S 12645 12648 8623 0 -1 1077944320 14822 13288 0 0 100 6 5 3 20 0 15 0 408008835 11084124160 20554 33554432000 4194304 4196468 140737393158448 140737393140992 139709989002999 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 24162304 140737393162997 140737393165509 140737393165509 140737393168335 0
/proc/12648/statm: 2706085 20554 3497 1 0 2668173 0
[pid=12648/tid=12701] ppid=12645 vsize=10824340 memory=2241 CPUtime=0.67 cores=0,2,4,6
/proc/12648/task/12701/stat : 12701 (java) R 12645 12648 8623 0 -1 4202560 10501 13288 0 0 55 4 5 3 20 0 15 0 408008845 11084124160 20554 33554432000 4194304 4196468 140737393158448 139709960825136 139709973083486 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24162304 140737393162997 140737393165509 140737393165509 140737393168335 0
[pid=12648/tid=12702] ppid=12645 vsize=10824340 memory=2244 CPUtime=0.08 cores=0,2,4,6
/proc/12648/task/12702/stat : 12702 (java) S 12645 12648 8623 0 -1 1077944384 1 13288 0 0 0 0 5 3 20 0 15 0 408008845 11084124160 20554 33554432000 4194304 4196468 140737393158448 139709993245840 139709989013205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24162304 140737393162997 140737393165509 140737393165509 140737393168335 0
[pid=12648/tid=12703] ppid=12645 vsize=10824340 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12648/task/12703/stat : 12703 (java) S 12645 12648 8623 0 -1 1077944384 2 13288 0 0 0 0 5 3 20 0 15 0 408008845 11084124160 20554 33554432000 4194304 4196468 140737393158448 139709918551056 139709989013205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24162304 140737393162997 140737393165509 140737393165509 140737393168335 0
[pid=12648/tid=12704] ppid=12645 vsize=10824340 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12648/task/12704/stat : 12704 (java) S 12645 12648 8623 0 -1 1077944384 2 13288 0 0 0 0 5 3 20 0 15 0 408008845 11084124160 20554 33554432000 4194304 4196468 140737393158448 139709561625488 139709989013205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24162304 140737393162997 140737393165509 140737393165509 140737393168335 0
[pid=12648/tid=12705] ppid=12645 vsize=10824340 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12648/task/12705/stat : 12705 (java) S 12645 12648 8623 0 -1 1077944384 2 13288 0 0 0 0 5 3 20 0 15 0 408008845 11084124160 20554 33554432000 4194304 4196468 140737393158448 139709560572688 139709989013205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24162304 140737393162997 140737393165509 140737393165509 140737393168335 0
[pid=12648/tid=12706] ppid=12645 vsize=10824340 memory=6944652177228980320 CPUtime=0.08 cores=0,2,4,6
/proc/12648/task/12706/stat : 12706 (java) S 12645 12648 8623 0 -1 1077944384 5 13288 0 0 0 0 5 3 20 0 15 0 408008847 11084124160 20554 33554432000 4194304 4196468 140737393158448 139709447661936 139709989014146 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24162304 140737393162997 140737393165509 140737393165509 140737393168335 0
[pid=12648/tid=12707] ppid=12645 vsize=10824340 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12648/task/12707/stat : 12707 (java) S 12645 12648 8623 0 -1 1077944384 33 13288 0 0 0 0 5 3 20 0 15 0 408008847 11084124160 20554 33554432000 4194304 4196468 140737393158448 139709446607904 139709989013205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24162304 140737393162997 140737393165509 140737393165509 140737393168335 0
[pid=12648/tid=12708] ppid=12645 vsize=10824340 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12648/task/12708/stat : 12708 (java) S 12645 12648 8623 0 -1 1077944384 1 13288 0 0 0 0 5 3 20 0 15 0 408008848 11084124160 20554 33554432000 4194304 4196468 140737393158448 139709313442672 139709989013205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24162304 140737393162997 140737393165509 140737393165509 140737393168335 0
[pid=12648/tid=12709] ppid=12645 vsize=10824340 memory=6944656592455097440 CPUtime=0.08 cores=0,2,4,6
/proc/12648/task/12709/stat : 12709 (java) S 12645 12648 8623 0 -1 1077944384 2 13288 0 0 0 0 5 3 20 0 15 0 408008850 11084124160 20554 33554432000 4194304 4196468 140737393158448 139708709463888 139709989021595 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24162304 140737393162997 140737393165509 140737393165509 140737393168335 0
[pid=12648/tid=12710] ppid=12645 vsize=10824340 memory=0 CPUtime=0.2 cores=0,2,4,6
/proc/12648/task/12710/stat : 12710 (java) S 12645 12648 8623 0 -1 1077944384 611 13288 0 0 12 0 5 3 20 0 15 0 408008850 11084124160 20554 33554432000 4194304 4196468 140737393158448 139709413051248 139709989014146 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24162304 140737393162997 140737393165509 140737393165509 140737393168335 0
[pid=12648/tid=12711] ppid=12645 vsize=10824340 memory=0 CPUtime=0.22 cores=0,2,4,6
/proc/12648/task/12711/stat : 12711 (java) S 12645 12648 8623 0 -1 1077944384 637 13288 0 0 14 0 5 3 20 0 15 0 408008850 11084124160 20554 33554432000 4194304 4196468 140737393158448 139709411998448 139709989014146 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24162304 140737393162997 140737393165509 140737393165509 140737393168335 0
[pid=12648/tid=12712] ppid=12645 vsize=10824340 memory=0 CPUtime=0.24 cores=0,2,4,6
/proc/12648/task/12712/stat : 12712 (java) S 12645 12648 8623 0 -1 1077944384 818 13288 0 0 16 0 5 3 20 0 15 0 408008850 11084124160 20554 33554432000 4194304 4196468 140737393158448 139709410945648 139709989014146 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24162304 140737393162997 140737393165509 140737393165509 140737393168335 0
[pid=12648/tid=12713] ppid=12645 vsize=10824340 memory=280189439312112 CPUtime=0.08 cores=0,2,4,6
/proc/12648/task/12713/stat : 12713 (java) S 12645 12648 8623 0 -1 1077944384 3 13288 0 0 0 0 5 3 20 0 15 0 408008850 11084124160 20554 33554432000 4194304 4196468 140737393158448 139708239702752 139709989013205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24162304 140737393162997 140737393165509 140737393165509 140737393168335 0
[pid=12648/tid=12714] ppid=12645 vsize=10824340 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12648/task/12714/stat : 12714 (java) S 12645 12648 8623 0 -1 1077944384 1 13288 0 0 0 0 5 3 20 0 15 0 408008851 11084124160 20554 33554432000 4194304 4196468 140737393158448 139709409893040 139709989014146 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24162304 140737393162997 140737393165509 140737393165509 140737393168335 0
Current children cumulated CPU time: 1.14 s
Current children cumulated vsize: 10824340 KiB
Current children cumulated memory: 82216 KiB

[startup+1.50073 s]
/proc/loadavg: 1.38 1.27 1.34 3/227 12714
/proc/meminfo: memFree=23466576/32770624 swapFree=67108848/67108860
[pid=12648] ppid=12645 vsize=10834656 memory=168020 CPUtime=2.5 cores=0,2,4,6
/proc/12648/stat : 12648 (java) S 12645 12648 8623 0 -1 1077944320 22277 13288 0 0 231 11 5 3 20 0 15 0 408008835 11094687744 42005 33554432000 4194304 4196468 140737393158448 140737393140992 139709989002999 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 24162304 140737393162997 140737393165509 140737393165509 140737393168335 0
/proc/12648/statm: 2708664 42005 3580 1 0 2670733 0
[pid=12648/tid=12701] ppid=12645 vsize=10834656 memory=20 CPUtime=1.44 cores=0,2,4,6
/proc/12648/task/12701/stat : 12701 (java) R 12645 12648 8623 0 -1 4202560 15832 13288 0 0 130 6 5 3 20 0 15 0 408008845 11094687744 42005 33554432000 4194304 4196468 140737393158448 139709960808032 139709989014934 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24162304 140737393162997 140737393165509 140737393165509 140737393168335 0
[pid=12648/tid=12702] ppid=12645 vsize=10834656 memory=27 CPUtime=0.09 cores=0,2,4,6
/proc/12648/task/12702/stat : 12702 (java) S 12645 12648 8623 0 -1 1077944384 14 13288 0 0 1 0 5 3 20 0 15 0 408008845 11094687744 42005 33554432000 4194304 4196468 140737393158448 139709993245840 139709989013205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24162304 140737393162997 140737393165509 140737393165509 140737393168335 0
[pid=12648/tid=12703] ppid=12645 vsize=10834656 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12648/task/12703/stat : 12703 (java) S 12645 12648 8623 0 -1 1077944384 353 13288 0 0 0 0 5 3 20 0 15 0 408008845 11094687744 42005 33554432000 4194304 4196468 140737393158448 139709918551056 139709989013205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24162304 140737393162997 140737393165509 140737393165509 140737393168335 0
[pid=12648/tid=12704] ppid=12645 vsize=10834656 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/12648/task/12704/stat : 12704 (java) S 12645 12648 8623 0 -1 1077944384 84 13288 0 0 1 0 5 3 20 0 15 0 408008845 11094687744 42005 33554432000 4194304 4196468 140737393158448 139709561625488 139709989013205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24162304 140737393162997 140737393165509 140737393165509 140737393168335 0
[pid=12648/tid=12705] ppid=12645 vsize=10834656 memory=96112 CPUtime=0.09 cores=0,2,4,6
/proc/12648/task/12705/stat : 12705 (java) S 12645 12648 8623 0 -1 1077944384 75 13288 0 0 1 0 5 3 20 0 15 0 408008845 11094687744 42005 33554432000 4194304 4196468 140737393158448 139709560572688 139709989013205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24162304 140737393162997 140737393165509 140737393165509 140737393168335 0
[pid=12648/tid=12706] ppid=12645 vsize=10834656 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/12648/task/12706/stat : 12706 (java) S 12645 12648 8623 0 -1 1077944384 516 13288 0 0 1 0 5 3 20 0 15 0 408008847 11094687744 42005 33554432000 4194304 4196468 140737393158448 139709447661936 139709989014146 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24162304 140737393162997 140737393165509 140737393165509 140737393168335 0
[pid=12648/tid=12707] ppid=12645 vsize=10834656 memory=6296985926779099236 CPUtime=0.08 cores=0,2,4,6
/proc/12648/task/12707/stat : 12707 (java) S 12645 12648 8623 0 -1 1077944384 34 13288 0 0 0 0 5 3 20 0 15 0 408008847 11094687744 42005 33554432000 4194304 4196468 140737393158448 139709446607904 139709989013205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24162304 140737393162997 140737393165509 140737393165509 140737393168335 0
[pid=12648/tid=12708] ppid=12645 vsize=10834656 memory=7307765935134370406 CPUtime=0.08 cores=0,2,4,6
/proc/12648/task/12708/stat : 12708 (java) S 12645 12648 8623 0 -1 1077944384 1 13288 0 0 0 0 5 3 20 0 15 0 408008848 11094687744 42005 33554432000 4194304 4196468 140737393158448 139709313442672 139709989013205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24162304 140737393162997 140737393165509 140737393165509 140737393168335 0
[pid=12648/tid=12709] ppid=12645 vsize=10834656 memory=7451856972995390063 CPUtime=0.08 cores=0,2,4,6
/proc/12648/task/12709/stat : 12709 (java) S 12645 12648 8623 0 -1 1077944384 2 13288 0 0 0 0 5 3 20 0 15 0 408008850 11094687744 42005 33554432000 4194304 4196468 140737393158448 139708709463888 139709989021595 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24162304 140737393162997 140737393165509 140737393165509 140737393168335 0
[pid=12648/tid=12710] ppid=12645 vsize=10834656 memory=5787213852951536729 CPUtime=0.32 cores=0,2,4,6
/proc/12648/task/12710/stat : 12710 (java) R 12645 12648 8623 0 -1 1077944384 735 13288 0 0 24 0 5 3 20 0 15 0 408008850 11094687744 42005 33554432000 4194304 4196468 140737393158448 139709413051248 139709989014146 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 24162304 140737393162997 140737393165509 140737393165509 140737393168335 0
[pid=12648/tid=12711] ppid=12645 vsize=10834656 memory=7811326893481092185 CPUtime=0.36 cores=0,2,4,6
/proc/12648/task/12711/stat : 12711 (java) S 12645 12648 8623 0 -1 1077944384 770 13288 0 0 28 0 5 3 20 0 15 0 408008850 11094687744 42005 33554432000 4194304 4196468 140737393158448 139709411998448 139709989014146 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24162304 140737393162997 140737393165509 140737393165509 140737393168335 0
[pid=12648/tid=12712] ppid=12645 vsize=10834656 memory=6296985926779099236 CPUtime=0.5 cores=0,2,4,6
/proc/12648/task/12712/stat : 12712 (java) R 12645 12648 8623 0 -1 4202560 1653 13288 0 0 41 1 5 3 20 0 15 0 408008850 11094687744 42005 33554432000 4194304 4196468 140737393158448 139709410945648 139709982099835 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24162304 140737393162997 140737393165509 140737393165509 140737393168335 0
[pid=12648/tid=12713] ppid=12645 vsize=10834656 memory=6296985926779099236 CPUtime=0.08 cores=0,2,4,6
/proc/12648/task/12713/stat : 12713 (java) S 12645 12648 8623 0 -1 1077944384 3 13288 0 0 0 0 5 3 20 0 15 0 408008850 11094687744 42005 33554432000 4194304 4196468 140737393158448 139708239702752 139709989013205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24162304 140737393162997 140737393165509 140737393165509 140737393168335 0
[pid=12648/tid=12714] ppid=12645 vsize=10834656 memory=56 CPUtime=0.08 cores=0,2,4,6
/proc/12648/task/12714/stat : 12714 (java) S 12645 12648 8623 0 -1 1077944384 1 13288 0 0 0 0 5 3 20 0 15 0 408008851 11094687744 42005 33554432000 4194304 4196468 140737393158448 139709409893040 139709989014146 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24162304 140737393162997 140737393165509 140737393165509 140737393168335 0
Current children cumulated CPU time: 2.5 s
Current children cumulated vsize: 10834656 KiB

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

[startup+3.95044 s]
# the end of solver process 12648 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=9.1248 s, system=0.248646 s

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

[startup+3.2043 s]
/proc/loadavg: 1.51 1.30 1.35 3/227 12714
/proc/meminfo: memFree=23332820/32770624 swapFree=67108848/67108860
[pid=12648] ppid=12645 vsize=10844916 memory=265232 CPUtime=6.98 cores=0,2,4,6
/proc/12648/stat : 12648 (java) S 12645 12648 8623 0 -1 1077944320 41900 13288 0 0 673 17 5 3 20 0 15 0 408008835 11105193984 66308 33554432000 4194304 4196468 140737393158448 140737393140992 139709989002999 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 24162304 140737393162997 140737393165509 140737393165509 140737393168335 0
/proc/12648/statm: 2711229 66308 3607 1 0 2673293 0
[pid=12648/tid=12701] ppid=12645 vsize=10844916 memory=0 CPUtime=3.08 cores=0,2,4,6
/proc/12648/task/12701/stat : 12701 (java) R 12645 12648 8623 0 -1 4202560 22484 13288 0 0 292 8 5 3 20 0 15 0 408008845 11105193984 66308 33554432000 4194304 4196468 140737393158448 139709960836256 139709989024925 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24162304 140737393162997 140737393165509 140737393165509 140737393168335 0
[pid=12648/tid=12702] ppid=12645 vsize=10844916 memory=0 CPUtime=0.11 cores=0,2,4,6
/proc/12648/task/12702/stat : 12702 (java) S 12645 12648 8623 0 -1 1077944384 99 13288 0 0 3 0 5 3 20 0 15 0 408008845 11105193984 66308 33554432000 4194304 4196468 140737393158448 139709993245840 139709989013205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24162304 140737393162997 140737393165509 140737393165509 140737393168335 0
[pid=12648/tid=12703] ppid=12645 vsize=10844916 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/12648/task/12703/stat : 12703 (java) S 12645 12648 8623 0 -1 1077944384 451 13288 0 0 2 0 5 3 20 0 15 0 408008845 11105193984 66308 33554432000 4194304 4196468 140737393158448 139709918551056 139709989013205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24162304 140737393162997 140737393165509 140737393165509 140737393168335 0
[pid=12648/tid=12704] ppid=12645 vsize=10844916 memory=0 CPUtime=0.11 cores=0,2,4,6
/proc/12648/task/12704/stat : 12704 (java) S 12645 12648 8623 0 -1 1077944384 112 13288 0 0 3 0 5 3 20 0 15 0 408008845 11105193984 66308 33554432000 4194304 4196468 140737393158448 139709561625488 139709989013205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24162304 140737393162997 140737393165509 140737393165509 140737393168335 0
[pid=12648/tid=12705] ppid=12645 vsize=10844916 memory=0 CPUtime=0.11 cores=0,2,4,6
/proc/12648/task/12705/stat : 12705 (java) S 12645 12648 8623 0 -1 1077944384 93 13288 0 0 3 0 5 3 20 0 15 0 408008845 11105193984 66308 33554432000 4194304 4196468 140737393158448 139709560572688 139709989013205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24162304 140737393162997 140737393165509 140737393165509 140737393168335 0
[pid=12648/tid=12706] ppid=12645 vsize=10844916 memory=0 CPUtime=0.11 cores=0,2,4,6
/proc/12648/task/12706/stat : 12706 (java) S 12645 12648 8623 0 -1 1077944384 2572 13288 0 0 3 0 5 3 20 0 15 0 408008847 11105193984 66308 33554432000 4194304 4196468 140737393158448 139709447661936 139709989014146 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24162304 140737393162997 140737393165509 140737393165509 140737393168335 0
[pid=12648/tid=12707] ppid=12645 vsize=10844916 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12648/task/12707/stat : 12707 (java) S 12645 12648 8623 0 -1 1077944384 39 13288 0 0 0 0 5 3 20 0 15 0 408008847 11105193984 66308 33554432000 4194304 4196468 140737393158448 139709446607968 139709989013205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24162304 140737393162997 140737393165509 140737393165509 140737393168335 0
[pid=12648/tid=12708] ppid=12645 vsize=10844916 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12648/task/12708/stat : 12708 (java) S 12645 12648 8623 0 -1 1077944384 1 13288 0 0 0 0 5 3 20 0 15 0 408008848 11105193984 66308 33554432000 4194304 4196468 140737393158448 139709313442688 139709989013205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24162304 140737393162997 140737393165509 140737393165509 140737393168335 0
[pid=12648/tid=12709] ppid=12645 vsize=10844916 memory=280189439491360 CPUtime=0.08 cores=0,2,4,6
/proc/12648/task/12709/stat : 12709 (java) S 12645 12648 8623 0 -1 1077944384 2 13288 0 0 0 0 5 3 20 0 15 0 408008850 11105193984 66308 33554432000 4194304 4196468 140737393158448 139708709463888 139709989021595 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24162304 140737393162997 140737393165509 140737393165509 140737393168335 0
[pid=12648/tid=12710] ppid=12645 vsize=10844916 memory=6944656592387989600 CPUtime=1.11 cores=0,2,4,6
/proc/12648/task/12710/stat : 12710 (java) R 12645 12648 8623 0 -1 4202560 2715 13288 0 0 102 1 5 3 20 0 15 0 408008850 11105193984 66308 33554432000 4194304 4196468 140737393158448 139709413036224 139709972413890 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 24162304 140737393162997 140737393165509 140737393165509 140737393168335 0
[pid=12648/tid=12711] ppid=12645 vsize=10844916 memory=6944656592387989600 CPUtime=1.4 cores=0,2,4,6
/proc/12648/task/12711/stat : 12711 (java) R 12645 12648 8623 0 -1 4202560 4340 13288 0 0 131 1 5 3 20 0 15 0 408008850 11105193984 66308 33554432000 4194304 4196468 140737393158448 139709411980480 139709989016863 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24162304 140737393162997 140737393165509 140737393165509 140737393168335 0
[pid=12648/tid=12712] ppid=12645 vsize=10844916 memory=8546823402028195750 CPUtime=1.39 cores=0,2,4,6
/proc/12648/task/12712/stat : 12712 (java) S 12645 12648 8623 0 -1 1077944384 6773 13288 0 0 128 3 5 3 20 0 15 0 408008850 11105193984 66308 33554432000 4194304 4196468 140737393158448 139709410945648 139709989014146 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24162304 140737393162997 140737393165509 140737393165509 140737393168335 0
[pid=12648/tid=12713] ppid=12645 vsize=10844916 memory=7752549240514114323 CPUtime=0.08 cores=0,2,4,6
/proc/12648/task/12713/stat : 12713 (java) S 12645 12648 8623 0 -1 1077944384 3 13288 0 0 0 0 5 3 20 0 15 0 408008850 11105193984 66308 33554432000 4194304 4196468 140737393158448 139708239702752 139709989013205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24162304 140737393162997 140737393165509 140737393165509 140737393168335 0
[pid=12648/tid=12714] ppid=12645 vsize=10844916 memory=6944656592452807326 CPUtime=0.08 cores=0,2,4,6
/proc/12648/task/12714/stat : 12714 (java) S 12645 12648 8623 0 -1 1077944384 10 13288 0 0 0 0 5 3 20 0 15 0 408008851 11105193984 66308 33554432000 4194304 4196468 140737393158448 139709409893040 139709989014146 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24162304 140737393162997 140737393165509 140737393165509 140737393168335 0
Current children cumulated CPU time: 6.98 s
Current children cumulated vsize: 10844916 KiB
Current children cumulated memory: 265232 KiB

[startup+3.60134 s]
/proc/loadavg: 1.51 1.30 1.35 3/227 12714
/proc/meminfo: memFree=23332820/32770624 swapFree=67108848/67108860
[pid=12648] ppid=12645 vsize=10846964 memory=282172 CPUtime=8.32 cores=0,2,4,6
/proc/12648/stat : 12648 (java) S 12645 12648 8623 0 -1 1077944320 46265 13288 0 0 805 19 5 3 20 0 15 0 408008835 11107291136 70543 33554432000 4194304 4196468 140737393158448 140737393140992 139709989002999 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 24162304 140737393162997 140737393165509 140737393165509 140737393168335 0
/proc/12648/statm: 2711741 70543 3609 1 0 2673805 0
[pid=12648/tid=12701] ppid=12645 vsize=10846964 memory=0 CPUtime=3.48 cores=0,2,4,6
/proc/12648/task/12701/stat : 12701 (java) R 12645 12648 8623 0 -1 4202560 22952 13288 0 0 331 9 5 3 20 0 15 0 408008845 11107291136 70543 33554432000 4194304 4196468 140737393158448 139709960838144 139709606810752 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24162304 140737393162997 140737393165509 140737393165509 140737393168335 0
[pid=12648/tid=12702] ppid=12645 vsize=10846964 memory=0 CPUtime=0.11 cores=0,2,4,6
/proc/12648/task/12702/stat : 12702 (java) S 12645 12648 8623 0 -1 1077944384 99 13288 0 0 3 0 5 3 20 0 15 0 408008845 11107291136 70543 33554432000 4194304 4196468 140737393158448 139709993245840 139709989013205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24162304 140737393162997 140737393165509 140737393165509 140737393168335 0
[pid=12648/tid=12703] ppid=12645 vsize=10846964 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/12648/task/12703/stat : 12703 (java) S 12645 12648 8623 0 -1 1077944384 451 13288 0 0 2 0 5 3 20 0 15 0 408008845 11107291136 70543 33554432000 4194304 4196468 140737393158448 139709918551056 139709989013205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24162304 140737393162997 140737393165509 140737393165509 140737393168335 0
[pid=12648/tid=12704] ppid=12645 vsize=10846964 memory=0 CPUtime=0.11 cores=0,2,4,6
/proc/12648/task/12704/stat : 12704 (java) S 12645 12648 8623 0 -1 1077944384 112 13288 0 0 3 0 5 3 20 0 15 0 408008845 11107291136 70543 33554432000 4194304 4196468 140737393158448 139709561625488 139709989013205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24162304 140737393162997 140737393165509 140737393165509 140737393168335 0
[pid=12648/tid=12705] ppid=12645 vsize=10846964 memory=2609 CPUtime=0.11 cores=0,2,4,6
/proc/12648/task/12705/stat : 12705 (java) S 12645 12648 8623 0 -1 1077944384 93 13288 0 0 3 0 5 3 20 0 15 0 408008845 11107291136 70543 33554432000 4194304 4196468 140737393158448 139709560572688 139709989013205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24162304 140737393162997 140737393165509 140737393165509 140737393168335 0
[pid=12648/tid=12706] ppid=12645 vsize=10846964 memory=6944656592455360604 CPUtime=0.11 cores=0,2,4,6
/proc/12648/task/12706/stat : 12706 (java) S 12645 12648 8623 0 -1 1077944384 2572 13288 0 0 3 0 5 3 20 0 15 0 408008847 11107291136 70543 33554432000 4194304 4196468 140737393158448 139709447661936 139709989014146 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24162304 140737393162997 140737393165509 140737393165509 140737393168335 0
[pid=12648/tid=12707] ppid=12645 vsize=10846964 memory=6943526294502006880 CPUtime=0.08 cores=0,2,4,6
/proc/12648/task/12707/stat : 12707 (java) S 12645 12648 8623 0 -1 1077944384 39 13288 0 0 0 0 5 3 20 0 15 0 408008847 11107291136 70543 33554432000 4194304 4196468 140737393158448 139709446607968 139709989013205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24162304 140737393162997 140737393165509 140737393165509 140737393168335 0
[pid=12648/tid=12708] ppid=12645 vsize=10846964 memory=6944656592455359580 CPUtime=0.08 cores=0,2,4,6
/proc/12648/task/12708/stat : 12708 (java) S 12645 12648 8623 0 -1 1077944384 1 13288 0 0 0 0 5 3 20 0 15 0 408008848 11107291136 70543 33554432000 4194304 4196468 140737393158448 139709313442688 139709989013205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24162304 140737393162997 140737393165509 140737393165509 140737393168335 0
[pid=12648/tid=12709] ppid=12645 vsize=10846964 memory=7681407940103534243 CPUtime=0.08 cores=0,2,4,6
/proc/12648/task/12709/stat : 12709 (java) S 12645 12648 8623 0 -1 1077944384 2 13288 0 0 0 0 5 3 20 0 15 0 408008850 11107291136 70543 33554432000 4194304 4196468 140737393158448 139708709463888 139709989021595 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24162304 140737393162997 140737393165509 140737393165509 140737393168335 0
[pid=12648/tid=12710] ppid=12645 vsize=10846964 memory=-7595718316223324558 CPUtime=1.46 cores=0,2,4,6
/proc/12648/task/12710/stat : 12710 (java) R 12645 12648 8623 0 -1 4202560 3937 13288 0 0 137 1 5 3 20 0 15 0 408008850 11107291136 70543 33554432000 4194304 4196468 140737393158448 139709413043736 139709972887673 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 24162304 140737393162997 140737393165509 140737393165509 140737393168335 0
[pid=12648/tid=12711] ppid=12645 vsize=10846964 memory=1399103955520229747 CPUtime=1.79 cores=0,2,4,6
/proc/12648/task/12711/stat : 12711 (java) R 12645 12648 8623 0 -1 4202560 5989 13288 0 0 170 1 5 3 20 0 15 0 408008850 11107291136 70543 33554432000 4194304 4196468 140737393158448 139709411983112 139709974118242 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24162304 140737393162997 140737393165509 140737393165509 140737393168335 0
[pid=12648/tid=12712] ppid=12645 vsize=10846964 memory=-7457095209514532716 CPUtime=1.58 cores=0,2,4,6
/proc/12648/task/12712/stat : 12712 (java) R 12645 12648 8623 0 -1 4202560 7799 13288 0 0 147 3 5 3 20 0 15 0 408008850 11107291136 70543 33554432000 4194304 4196468 140737393158448 139709410945648 139709989014146 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24162304 140737393162997 140737393165509 140737393165509 140737393168335 0
[pid=12648/tid=12713] ppid=12645 vsize=10846964 memory=4425517385743431210 CPUtime=0.08 cores=0,2,4,6
/proc/12648/task/12713/stat : 12713 (java) S 12645 12648 8623 0 -1 1077944384 3 13288 0 0 0 0 5 3 20 0 15 0 408008850 11107291136 70543 33554432000 4194304 4196468 140737393158448 139708239702752 139709989013205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24162304 140737393162997 140737393165509 140737393165509 140737393168335 0
[pid=12648/tid=12714] ppid=12645 vsize=10846964 memory=-6585816688081273652 CPUtime=0.08 cores=0,2,4,6
/proc/12648/task/12714/stat : 12714 (java) S 12645 12648 8623 0 -1 1077944384 10 13288 0 0 0 0 5 3 20 0 15 0 408008851 11107291136 70543 33554432000 4194304 4196468 140737393158448 139709409893040 139709989014146 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24162304 140737393162997 140737393165509 140737393165509 140737393168335 0
Current children cumulated CPU time: 8.32 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 282172 KiB

[startup+3.80135 s]
/proc/loadavg: 1.51 1.30 1.35 3/227 12714
/proc/meminfo: memFree=23332820/32770624 swapFree=67108848/67108860
[pid=12648] ppid=12645 vsize=10849784 memory=289184 CPUtime=8.94 cores=0,2,4,6
/proc/12648/stat : 12648 (java) S 12645 12648 8623 0 -1 1077944320 49368 13288 0 0 867 19 5 3 20 0 15 0 408008835 11110178816 72296 33554432000 4194304 4196468 140737393158448 140737393140992 139709989002999 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 24162304 140737393162997 140737393165509 140737393165509 140737393168335 0
/proc/12648/statm: 2712446 72296 3609 1 0 2674510 0
[pid=12648/tid=12701] ppid=12645 vsize=10849784 memory=135 CPUtime=3.68 cores=0,2,4,6
/proc/12648/task/12701/stat : 12701 (java) R 12645 12648 8623 0 -1 4202560 22954 13288 0 0 351 9 5 3 20 0 15 0 408008845 11110178816 72362 33554432000 4194304 4196468 140737393158448 139709960837992 139709592399328 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24162304 140737393162997 140737393165509 140737393165509 140737393168335 0
[pid=12648/tid=12702] ppid=12645 vsize=10849784 memory=0 CPUtime=0.11 cores=0,2,4,6
/proc/12648/task/12702/stat : 12702 (java) S 12645 12648 8623 0 -1 1077944384 99 13288 0 0 3 0 5 3 20 0 15 0 408008845 11110178816 72362 33554432000 4194304 4196468 140737393158448 139709993245840 139709989013205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24162304 140737393162997 140737393165509 140737393165509 140737393168335 0
[pid=12648/tid=12703] ppid=12645 vsize=10849784 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/12648/task/12703/stat : 12703 (java) S 12645 12648 8623 0 -1 1077944384 451 13288 0 0 2 0 5 3 20 0 15 0 408008845 11110178816 72362 33554432000 4194304 4196468 140737393158448 139709918551056 139709989013205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24162304 140737393162997 140737393165509 140737393165509 140737393168335 0
[pid=12648/tid=12704] ppid=12645 vsize=10849784 memory=6791534058613427641 CPUtime=0.11 cores=0,2,4,6
/proc/12648/task/12704/stat : 12704 (java) S 12645 12648 8623 0 -1 1077944384 112 13288 0 0 3 0 5 3 20 0 15 0 408008845 11110178816 72362 33554432000 4194304 4196468 140737393158448 139709561625488 139709989013205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24162304 140737393162997 140737393165509 140737393165509 140737393168335 0
[pid=12648/tid=12705] ppid=12645 vsize=10849784 memory=1536 CPUtime=0.11 cores=0,2,4,6
/proc/12648/task/12705/stat : 12705 (java) S 12645 12648 8623 0 -1 1077944384 93 13288 0 0 3 0 5 3 20 0 15 0 408008845 11110178816 72362 33554432000 4194304 4196468 140737393158448 139709560572688 139709989013205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24162304 140737393162997 140737393165509 140737393165509 140737393168335 0
[pid=12648/tid=12706] ppid=12645 vsize=10849784 memory=932 CPUtime=0.11 cores=0,2,4,6
/proc/12648/task/12706/stat : 12706 (java) S 12645 12648 8623 0 -1 1077944384 2572 13288 0 0 3 0 5 3 20 0 15 0 408008847 11110178816 72362 33554432000 4194304 4196468 140737393158448 139709447661936 139709989014146 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24162304 140737393162997 140737393165509 140737393165509 140737393168335 0
[pid=12648/tid=12707] ppid=12645 vsize=10849784 memory=2008 CPUtime=0.08 cores=0,2,4,6
/proc/12648/task/12707/stat : 12707 (java) S 12645 12648 8623 0 -1 1077944384 39 13288 0 0 0 0 5 3 20 0 15 0 408008847 11110178816 72362 33554432000 4194304 4196468 140737393158448 139709446607968 139709989013205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24162304 140737393162997 140737393165509 140737393165509 140737393168335 0
[pid=12648/tid=12708] ppid=12645 vsize=10849784 memory=111636 CPUtime=0.08 cores=0,2,4,6
/proc/12648/task/12708/stat : 12708 (java) S 12645 12648 8623 0 -1 1077944384 1 13288 0 0 0 0 5 3 20 0 15 0 408008848 11110178816 72362 33554432000 4194304 4196468 140737393158448 139709313442688 139709989013205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24162304 140737393162997 140737393165509 140737393165509 140737393168335 0
[pid=12648/tid=12709] ppid=12645 vsize=10849784 memory=804 CPUtime=0.08 cores=0,2,4,6
/proc/12648/task/12709/stat : 12709 (java) S 12645 12648 8623 0 -1 1077944384 2 13288 0 0 0 0 5 3 20 0 15 0 408008850 11110178816 72362 33554432000 4194304 4196468 140737393158448 139708709463888 139709989021595 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24162304 140737393162997 140737393165509 140737393165509 140737393168335 0
[pid=12648/tid=12710] ppid=12645 vsize=10849784 memory=1808 CPUtime=1.66 cores=0,2,4,6
/proc/12648/task/12710/stat : 12710 (java) R 12645 12648 8623 0 -1 4202560 4565 13288 0 0 157 1 5 3 20 0 15 0 408008850 11110178816 72428 33554432000 4194304 4196468 140737393158448 139709413036712 139709972413871 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 24162304 140737393162997 140737393165509 140737393165509 140737393168335 0
[pid=12648/tid=12711] ppid=12645 vsize=10849784 memory=920 CPUtime=1.99 cores=0,2,4,6
/proc/12648/task/12711/stat : 12711 (java) R 12645 12648 8623 0 -1 4202560 8418 13288 0 0 190 1 5 3 20 0 15 0 408008850 11110178816 72428 33554432000 4194304 4196468 140737393158448 139709411983952 139709970546722 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24162304 140737393162997 140737393165509 140737393165509 140737393168335 0
[pid=12648/tid=12712] ppid=12645 vsize=10849784 memory=3848 CPUtime=1.61 cores=0,2,4,6
/proc/12648/task/12712/stat : 12712 (java) S 12645 12648 8623 0 -1 1077944384 7935 13288 0 0 150 3 5 3 20 0 15 0 408008850 11110178816 72428 33554432000 4194304 4196468 140737393158448 139709410945648 139709989014146 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24162304 140737393162997 140737393165509 140737393165509 140737393168335 0
[pid=12648/tid=12713] ppid=12645 vsize=10849784 memory=2668 CPUtime=0.08 cores=0,2,4,6
/proc/12648/task/12713/stat : 12713 (java) S 12645 12648 8623 0 -1 1077944384 3 13288 0 0 0 0 5 3 20 0 15 0 408008850 11110178816 72428 33554432000 4194304 4196468 140737393158448 139708239702752 139709989013205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24162304 140737393162997 140737393165509 140737393165509 140737393168335 0
[pid=12648/tid=12714] ppid=12645 vsize=10849784 memory=2608 CPUtime=0.08 cores=0,2,4,6
/proc/12648/task/12714/stat : 12714 (java) S 12645 12648 8623 0 -1 1077944384 10 13288 0 0 0 0 5 3 20 0 15 0 408008851 11110178816 72428 33554432000 4194304 4196468 140737393158448 139709409893040 139709989014146 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24162304 140737393162997 140737393165509 140737393165509 140737393168335 0
Current children cumulated CPU time: 8.94 s
Current children cumulated vsize: 10849784 KiB
Current children cumulated memory: 289184 KiB

[startup+3.9103 s]
/proc/loadavg: 1.51 1.30 1.35 3/227 12714
/proc/meminfo: memFree=23332820/32770624 swapFree=67108848/67108860
[pid=12648] ppid=12645 vsize=10846964 memory=294448 CPUtime=9.29 cores=0,2,4,6
/proc/12648/stat : 12648 (java) S 12645 12648 8623 0 -1 1077944320 50817 13288 0 0 901 20 5 3 20 0 15 0 408008835 11107291136 73612 33554432000 4194304 4196468 140737393158448 140737393140992 139709989002999 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 24162304 140737393162997 140737393165509 140737393165509 140737393168335 0
/proc/12648/statm: 2711741 73612 3611 1 0 2673805 0
[pid=12648/tid=12701] ppid=12645 vsize=10846964 memory=270960 CPUtime=3.79 cores=0,2,4,6
/proc/12648/task/12701/stat : 12701 (java) R 12645 12648 8623 0 -1 4202560 22957 13288 0 0 362 9 5 3 20 0 15 0 408008845 11107291136 73612 33554432000 4194304 4196468 140737393158448 139709960837624 139709969025447 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24162304 140737393162997 140737393165509 140737393165509 140737393168335 0
[pid=12648/tid=12702] ppid=12645 vsize=10846964 memory=7306916055891837008 CPUtime=0.11 cores=0,2,4,6
/proc/12648/task/12702/stat : 12702 (java) S 12645 12648 8623 0 -1 1077944384 99 13288 0 0 3 0 5 3 20 0 15 0 408008845 11107291136 73612 33554432000 4194304 4196468 140737393158448 139709993245840 139709989013205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24162304 140737393162997 140737393165509 140737393165509 140737393168335 0
[pid=12648/tid=12703] ppid=12645 vsize=10846964 memory=109152298885956 CPUtime=0.1 cores=0,2,4,6
/proc/12648/task/12703/stat : 12703 (java) S 12645 12648 8623 0 -1 1077944384 451 13288 0 0 2 0 5 3 20 0 15 0 408008845 11107291136 73612 33554432000 4194304 4196468 140737393158448 139709918551056 139709989013205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24162304 140737393162997 140737393165509 140737393165509 140737393168335 0
[pid=12648/tid=12704] ppid=12645 vsize=10846964 memory=8 CPUtime=0.11 cores=0,2,4,6
/proc/12648/task/12704/stat : 12704 (java) S 12645 12648 8623 0 -1 1077944384 112 13288 0 0 3 0 5 3 20 0 15 0 408008845 11107291136 73612 33554432000 4194304 4196468 140737393158448 139709561625488 139709989013205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24162304 140737393162997 140737393165509 140737393165509 140737393168335 0
[pid=12648/tid=12705] ppid=12645 vsize=10846964 memory=8 CPUtime=0.11 cores=0,2,4,6
/proc/12648/task/12705/stat : 12705 (java) S 12645 12648 8623 0 -1 1077944384 93 13288 0 0 3 0 5 3 20 0 15 0 408008845 11107291136 73612 33554432000 4194304 4196468 140737393158448 139709560572688 139709989013205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24162304 140737393162997 140737393165509 140737393165509 140737393168335 0
[pid=12648/tid=12706] ppid=12645 vsize=10846964 memory=0 CPUtime=0.11 cores=0,2,4,6
/proc/12648/task/12706/stat : 12706 (java) S 12645 12648 8623 0 -1 1077944384 2572 13288 0 0 3 0 5 3 20 0 15 0 408008847 11107291136 73612 33554432000 4194304 4196468 140737393158448 139709447661936 139709989014146 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24162304 140737393162997 140737393165509 140737393165509 140737393168335 0
[pid=12648/tid=12707] ppid=12645 vsize=10846964 memory=4206468019014099040 CPUtime=0.08 cores=0,2,4,6
/proc/12648/task/12707/stat : 12707 (java) S 12645 12648 8623 0 -1 1077944384 39 13288 0 0 0 0 5 3 20 0 15 0 408008847 11107291136 73612 33554432000 4194304 4196468 140737393158448 139709446607968 139709989013205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24162304 140737393162997 140737393165509 140737393165509 140737393168335 0
[pid=12648/tid=12708] ppid=12645 vsize=10846964 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12648/task/12708/stat : 12708 (java) S 12645 12648 8623 0 -1 1077944384 1 13288 0 0 0 0 5 3 20 0 15 0 408008848 11107291136 73612 33554432000 4194304 4196468 140737393158448 139709313442688 139709989013205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24162304 140737393162997 140737393165509 140737393165509 140737393168335 0
[pid=12648/tid=12709] ppid=12645 vsize=10846964 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12648/task/12709/stat : 12709 (java) S 12645 12648 8623 0 -1 1077944384 2 13288 0 0 0 0 5 3 20 0 15 0 408008850 11107291136 73612 33554432000 4194304 4196468 140737393158448 139708709463888 139709989021595 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24162304 140737393162997 140737393165509 140737393165509 140737393168335 0
[pid=12648/tid=12710] ppid=12645 vsize=10846964 memory=4276 CPUtime=1.76 cores=0,2,4,6
/proc/12648/task/12710/stat : 12710 (java) R 12645 12648 8623 0 -1 4202560 4611 13288 0 0 167 1 5 3 20 0 15 0 408008850 11107291136 73612 33554432000 4194304 4196468 140737393158448 139709413033968 139709972503574 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 24162304 140737393162997 140737393165509 140737393165509 140737393168335 0
[pid=12648/tid=12711] ppid=12645 vsize=10846964 memory=1536 CPUtime=2.1 cores=0,2,4,6
/proc/12648/task/12711/stat : 12711 (java) R 12645 12648 8623 0 -1 4202560 9714 13288 0 0 201 1 5 3 20 0 15 0 408008850 11107291136 73612 33554432000 4194304 4196468 140737393158448 139709411983952 139709970524399 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24162304 140737393162997 140737393165509 140737393165509 140737393168335 0
[pid=12648/tid=12712] ppid=12645 vsize=10846964 memory=932 CPUtime=1.62 cores=0,2,4,6
/proc/12648/task/12712/stat : 12712 (java) S 12645 12648 8623 0 -1 1077944384 7947 13288 0 0 151 3 5 3 20 0 15 0 408008850 11107291136 73612 33554432000 4194304 4196468 140737393158448 139709410945648 139709989014146 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24162304 140737393162997 140737393165509 140737393165509 140737393168335 0
[pid=12648/tid=12713] ppid=12645 vsize=10846964 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12648/task/12713/stat : 12713 (java) S 12645 12648 8623 0 -1 1077944384 3 13288 0 0 0 0 5 3 20 0 15 0 408008850 11107291136 73612 33554432000 4194304 4196468 140737393158448 139708239702752 139709989013205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24162304 140737393162997 140737393165509 140737393165509 140737393168335 0
[pid=12648/tid=12714] ppid=12645 vsize=10846964 memory=8996 CPUtime=0.08 cores=0,2,4,6
/proc/12648/task/12714/stat : 12714 (java) S 12645 12648 8623 0 -1 1077944384 10 13288 0 0 0 0 5 3 20 0 15 0 408008851 11107291136 73612 33554432000 4194304 4196468 140737393158448 139709409893040 139709989014146 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24162304 140737393162997 140737393165509 140737393165509 140737393168335 0
Current children cumulated CPU time: 9.29 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 294448 KiB

Child status: 0
Real time (s): 3.95048
CPU time (s): 9.37345
CPU user time (s): 9.1248
CPU system time (s): 0.248646
CPU usage (%): 237.274
Max. virtual memory (cumulated for all children) (KiB): 10849784
Max. memory (cumulated for all children) (KiB): 294448

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9.1248
system time used= 0.248646
maximum resident set size= 302776
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 64168
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= 6579
involuntary context switches= 43


# summary of solver processes directly reported to runsolver:
#   pid: 12648
#   total CPU time (s): 9.37345
#   total CPU user time (s): 9.1248
#   total CPU system time (s): 0.248646

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.042065 second user time and 0.079703 second system time

The end

Launcher Data

Begin job on node143 at 2019-09-12 22:37:54
IDJOB=4391962
IDBENCH=135099
IDSOLVER=2837
FILE ID=node143/4391962-1568320714
RUNJOBID= node143-1568309802-8654
PBS_JOBID= 21701123
Free space on /tmp= 58820 MiB

SOLVER NAME= Concrete 3.10
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 /tmp/evaluation-result-4391962-1568320714/watcher-4391962-1568320714 -o /tmp/evaluation-result-4391962-1568320714/solver-4391962-1568320714 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node143-1568309802-8654 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=1043086819 HOME/instance-4391962-1568320714.xml

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

MD5SUM BENCH= 80380e658be8322d68ef398155d216ec
RANDOM SEED=1043086819

node143.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.73
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.73
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.73
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.73
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:        23563064 kB
MemAvailable:   31055932 kB
Buffers:          155216 kB
Cached:          7625040 kB
SwapCached:            8 kB
Active:          2906472 kB
Inactive:        5629928 kB
Active(anon):     711064 kB
Inactive(anon):   144520 kB
Active(file):    2195408 kB
Inactive(file):  5485408 kB
Unevictable:      107780 kB
Mlocked:          107780 kB
SwapTotal:      67108860 kB
SwapFree:       67108848 kB
Dirty:             34944 kB
Writeback:            44 kB
AnonPages:        876972 kB
Mapped:            60924 kB
Shmem:             90756 kB
Slab:             269472 kB
SReclaimable:     240512 kB
SUnreclaim:        28960 kB
KernelStack:        3984 kB
PageTables:         7572 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1941476 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    749568 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 58784 MiB
End job on node143 at 2019-09-12 22:37:58